Skip to content

Commit

Permalink
Updates SDK to v2.49.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed May 4, 2017
1 parent cdd091d commit 6929f7d
Show file tree
Hide file tree
Showing 26 changed files with 3,872 additions and 1,675 deletions.
17 changes: 17 additions & 0 deletions .changes/2.49.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[
{
"type": "feature",
"category": "ECS",
"description": "Exposes container instance registration time in ECS:DescribeContainerInstances."
},
{
"type": "feature",
"category": "Lambda",
"description": "Support for UpdateFunctionCode DryRun option"
},
{
"type": "feature",
"category": "MarketplaceEntitlementService",
"description": "AWS Marketplace Entitlement Service enables AWS Marketplace sellers to determine the capacity purchased by their customers."
}
]
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.48.0-->
<!--LATEST=2.49.0-->
<!--ENTRYINSERT-->

## 2.49.0
* feature: ECS: Exposes container instance registration time in ECS:DescribeContainerInstances.
* feature: Lambda: Support for UpdateFunctionCode DryRun option
* feature: MarketplaceEntitlementService: AWS Marketplace Entitlement Service enables AWS Marketplace sellers to determine the capacity purchased by their customers.

## 2.48.0
* feature: CloudFormation: Adding back the removed waiters and paginators.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ to work with the new major version.
To use the SDK in the browser, simply add the following script tag to your
HTML pages:

<script src="https://sdk.amazonaws.com/js/aws-sdk-2.48.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.49.0.min.js"></script>

You can also build a custom browser SDK with your specified set of AWS services.
This can allow you to reduce the SDK's size, specify different API versions of
Expand Down
3 changes: 3 additions & 0 deletions apis/ecs-2014-11-13.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -945,6 +945,9 @@
"agentUpdateStatus": {},
"attributes": {
"shape": "Sp"
},
"registeredAt": {
"type": "timestamp"
}
}
},
Expand Down
44 changes: 24 additions & 20 deletions apis/ecs-2014-11-13.normal.json

Large diffs are not rendered by default.

78 changes: 39 additions & 39 deletions apis/ecs-2014-11-13.paginators.json
Original file line number Diff line number Diff line change
@@ -1,40 +1,40 @@
{
"pagination": {
"ListClusters": {
"input_token": "nextToken",
"output_token": "nextToken",
"limit_key": "maxResults",
"result_key": "clusterArns"
},
"ListContainerInstances": {
"input_token": "nextToken",
"output_token": "nextToken",
"limit_key": "maxResults",
"result_key": "containerInstanceArns"
},
"ListTaskDefinitions": {
"input_token": "nextToken",
"output_token": "nextToken",
"limit_key": "maxResults",
"result_key": "taskDefinitionArns"
},
"ListTaskDefinitionFamilies": {
"input_token": "nextToken",
"output_token": "nextToken",
"limit_key": "maxResults",
"result_key": "families"
},
"ListTasks": {
"input_token": "nextToken",
"output_token": "nextToken",
"limit_key": "maxResults",
"result_key": "taskArns"
},
"ListServices": {
"input_token": "nextToken",
"output_token": "nextToken",
"limit_key": "maxResults",
"result_key": "serviceArns"
}
}
}
"pagination": {
"ListClusters": {
"input_token": "nextToken",
"limit_key": "maxResults",
"output_token": "nextToken",
"result_key": "clusterArns"
},
"ListContainerInstances": {
"input_token": "nextToken",
"limit_key": "maxResults",
"output_token": "nextToken",
"result_key": "containerInstanceArns"
},
"ListServices": {
"input_token": "nextToken",
"limit_key": "maxResults",
"output_token": "nextToken",
"result_key": "serviceArns"
},
"ListTaskDefinitionFamilies": {
"input_token": "nextToken",
"limit_key": "maxResults",
"output_token": "nextToken",
"result_key": "families"
},
"ListTaskDefinitions": {
"input_token": "nextToken",
"limit_key": "maxResults",
"output_token": "nextToken",
"result_key": "taskDefinitionArns"
},
"ListTasks": {
"input_token": "nextToken",
"limit_key": "maxResults",
"output_token": "nextToken",
"result_key": "taskArns"
}
}
}
5 changes: 5 additions & 0 deletions apis/entitlement.marketplace-2017-01-11.examples.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"version": "1.0",
"examples": {
}
}
75 changes: 75 additions & 0 deletions apis/entitlement.marketplace-2017-01-11.min.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,75 @@
{
"version": "2.0",
"metadata": {
"apiVersion": "2017-01-11",
"endpointPrefix": "entitlement.marketplace",
"jsonVersion": "1.1",
"protocol": "json",
"serviceFullName": "AWS Marketplace Entitlement Service",
"signatureVersion": "v4",
"signingName": "aws-marketplace",
"targetPrefix": "AWSMPEntitlementService",
"uid": "entitlement.marketplace-2017-01-11"
},
"operations": {
"GetEntitlements": {
"input": {
"type": "structure",
"required": [
"ProductCode"
],
"members": {
"ProductCode": {},
"Filter": {
"type": "map",
"key": {},
"value": {
"type": "list",
"member": {}
}
},
"NextToken": {},
"MaxResults": {
"type": "integer"
}
}
},
"output": {
"type": "structure",
"members": {
"Entitlements": {
"type": "list",
"member": {
"type": "structure",
"members": {
"ProductCode": {},
"Dimension": {},
"CustomerIdentifier": {},
"Value": {
"type": "structure",
"members": {
"IntegerValue": {
"type": "integer"
},
"DoubleValue": {
"type": "double"
},
"BooleanValue": {
"type": "boolean"
},
"StringValue": {}
}
},
"ExpirationDate": {
"type": "timestamp"
}
}
}
},
"NextToken": {}
}
}
}
},
"shapes": {}
}
182 changes: 182 additions & 0 deletions apis/entitlement.marketplace-2017-01-11.normal.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,182 @@
{
"version":"2.0",
"metadata":{
"apiVersion":"2017-01-11",
"endpointPrefix":"entitlement.marketplace",
"jsonVersion":"1.1",
"protocol":"json",
"serviceFullName":"AWS Marketplace Entitlement Service",
"signatureVersion":"v4",
"signingName":"aws-marketplace",
"targetPrefix":"AWSMPEntitlementService",
"uid":"entitlement.marketplace-2017-01-11"
},
"operations":{
"GetEntitlements":{
"name":"GetEntitlements",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"GetEntitlementsRequest"},
"output":{"shape":"GetEntitlementsResult"},
"errors":[
{"shape":"InvalidParameterException"},
{"shape":"ThrottlingException"},
{"shape":"InternalServiceErrorException"}
],
"documentation":"<p>GetEntitlements retrieves entitlement values for a given product. The results can be filtered based on customer identifier or product dimensions.</p>"
}
},
"shapes":{
"Boolean":{"type":"boolean"},
"Double":{"type":"double"},
"Entitlement":{
"type":"structure",
"members":{
"ProductCode":{
"shape":"ProductCode",
"documentation":"<p>The product code for which the given entitlement applies. Product codes are provided by AWS Marketplace when the product listing is created.</p>"
},
"Dimension":{
"shape":"NonEmptyString",
"documentation":"<p>The dimension for which the given entitlement applies. Dimensions represent categories of capacity in a product and are specified when the product is listed in AWS Marketplace.</p>"
},
"CustomerIdentifier":{
"shape":"NonEmptyString",
"documentation":"<p>The customer identifier is a handle to each unique customer in an application. Customer identifiers are obtained through the ResolveCustomer operation in AWS Marketplace Metering Service.</p>"
},
"Value":{
"shape":"EntitlementValue",
"documentation":"<p>The EntitlementValue represents the amount of capacity that the customer is entitled to for the product.</p>"
},
"ExpirationDate":{
"shape":"Timestamp",
"documentation":"<p>The expiration date represents the minimum date through which this entitlement is expected to remain valid. For contractual products listed on AWS Marketplace, the expiration date is the date at which the customer will renew or cancel their contract. Customers who are opting to renew their contract will still have entitlements with an expiration date.</p>"
}
},
"documentation":"<p>An entitlement represents capacity in a product owned by the customer. For example, a customer might own some number of users or seats in an SaaS application or some amount of data capacity in a multi-tenant database.</p>"
},
"EntitlementList":{
"type":"list",
"member":{"shape":"Entitlement"},
"min":0
},
"EntitlementValue":{
"type":"structure",
"members":{
"IntegerValue":{
"shape":"Integer",
"documentation":"<p>The IntegerValue field will be populated with an integer value when the entitlement is an integer type. Otherwise, the field will not be set.</p>"
},
"DoubleValue":{
"shape":"Double",
"documentation":"<p>The DoubleValue field will be populated with a double value when the entitlement is a double type. Otherwise, the field will not be set.</p>"
},
"BooleanValue":{
"shape":"Boolean",
"documentation":"<p>The BooleanValue field will be populated with a boolean value when the entitlement is a boolean type. Otherwise, the field will not be set.</p>"
},
"StringValue":{
"shape":"String",
"documentation":"<p>The StringValue field will be populated with a string value when the entitlement is a string type. Otherwise, the field will not be set.</p>"
}
},
"documentation":"<p>The EntitlementValue represents the amount of capacity that the customer is entitled to for the product.</p>"
},
"ErrorMessage":{"type":"string"},
"FilterValue":{"type":"string"},
"FilterValueList":{
"type":"list",
"member":{"shape":"FilterValue"},
"min":1
},
"GetEntitlementFilterName":{
"type":"string",
"enum":[
"CUSTOMER_IDENTIFIER",
"DIMENSION"
]
},
"GetEntitlementFilters":{
"type":"map",
"key":{"shape":"GetEntitlementFilterName"},
"value":{"shape":"FilterValueList"}
},
"GetEntitlementsRequest":{
"type":"structure",
"required":["ProductCode"],
"members":{
"ProductCode":{
"shape":"ProductCode",
"documentation":"<p>Product code is used to uniquely identify a product in AWS Marketplace. The product code will be provided by AWS Marketplace when the product listing is created.</p>"
},
"Filter":{
"shape":"GetEntitlementFilters",
"documentation":"<p>Filter is used to return entitlements for a specific customer or for a specific dimension. Filters are described as keys mapped to a lists of values. Filtered requests are <i>unioned</i> for each value in the value list, and then <i>intersected</i> for each filter key.</p>"
},
"NextToken":{
"shape":"NonEmptyString",
"documentation":"<p>For paginated calls to GetEntitlements, pass the NextToken from the previous GetEntitlementsResult.</p>"
},
"MaxResults":{
"shape":"Integer",
"documentation":"<p>The maximum number of items to retrieve from the GetEntitlements operation. For pagination, use the NextToken field in subsequent calls to GetEntitlements.</p>"
}
},
"documentation":"<p>The GetEntitlementsRequest contains parameters for the GetEntitlements operation.</p>"
},
"GetEntitlementsResult":{
"type":"structure",
"members":{
"Entitlements":{
"shape":"EntitlementList",
"documentation":"<p>The set of entitlements found through the GetEntitlements operation. If the result contains an empty set of entitlements, NextToken might still be present and should be used.</p>"
},
"NextToken":{
"shape":"NonEmptyString",
"documentation":"<p>For paginated results, use NextToken in subsequent calls to GetEntitlements. If the result contains an empty set of entitlements, NextToken might still be present and should be used.</p>"
}
},
"documentation":"<p>The GetEntitlementsRequest contains results from the GetEntitlements operation.</p>"
},
"Integer":{"type":"integer"},
"InternalServiceErrorException":{
"type":"structure",
"members":{
"message":{"shape":"ErrorMessage"}
},
"documentation":"<p>An internal error has occurred. Retry your request. If the problem persists, post a message with details on the AWS forums.</p>",
"exception":true,
"fault":true
},
"InvalidParameterException":{
"type":"structure",
"members":{
"message":{"shape":"ErrorMessage"}
},
"documentation":"<p>One or more parameters in your request was invalid.</p>",
"exception":true
},
"NonEmptyString":{
"type":"string",
"pattern":"\\S+"
},
"ProductCode":{
"type":"string",
"max":255,
"min":1
},
"String":{"type":"string"},
"ThrottlingException":{
"type":"structure",
"members":{
"message":{"shape":"ErrorMessage"}
},
"documentation":"<p>The calls to the GetEntitlements API are throttled.</p>",
"exception":true
},
"Timestamp":{"type":"timestamp"}
},
"documentation":"<fullname>AWS Marketplace Entitlement Service</fullname> <p>This reference provides descriptions of the AWS Marketplace Entitlement Service API.</p> <p>AWS Marketplace Entitlement Service is used to determine the entitlement of a customer to a given product. An entitlement represents capacity in a product owned by the customer. For example, a customer might own some number of users or seats in an SaaS application or some amount of data capacity in a multi-tenant database.</p> <p> <b>Getting Entitlement Records</b> </p> <ul> <li> <p> <i>GetEntitlements</i>- Gets the entitlements for a Marketplace product.</p> </li> </ul>"
}

0 comments on commit 6929f7d

Please sign in to comment.