Skip to content

Commit

Permalink
Updates SDK to v2.613.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Feb 6, 2020
1 parent f04533c commit 804b850
Show file tree
Hide file tree
Showing 26 changed files with 775 additions and 354 deletions.
22 changes: 22 additions & 0 deletions .changes/2.613.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[
{
"type": "feature",
"category": "AppSync",
"description": "AWS AppSync now supports X-Ray"
},
{
"type": "feature",
"category": "CodeBuild",
"description": "AWS CodeBuild adds support for Amazon Elastic File Systems"
},
{
"type": "feature",
"category": "EC2",
"description": "This release adds platform details and billing info to the DescribeImages API."
},
{
"type": "feature",
"category": "LexModelBuildingService",
"description": "Amazon Lex now supports AMAZON.AlphaNumeric with regular expressions."
}
]
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.612.0-->
<!--LATEST=2.613.0-->
<!--ENTRYINSERT-->

## 2.613.0
* feature: AppSync: AWS AppSync now supports X-Ray
* feature: CodeBuild: AWS CodeBuild adds support for Amazon Elastic File Systems
* feature: EC2: This release adds platform details and billing info to the DescribeImages API.
* feature: LexModelBuildingService: Amazon Lex now supports AMAZON.AlphaNumeric with regular expressions.

## 2.612.0
* feature: DLM: Updated the maximum number of tags that can be added to a snapshot using DLM to 45.
* feature: EC2: This release provides support for tagging when you create a VPC endpoint, or VPC endpoint service.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ 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.612.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.613.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
9 changes: 9 additions & 0 deletions apis/appsync-2017-07-25.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,9 @@
},
"additionalAuthenticationProviders": {
"shape": "S17"
},
"xrayEnabled": {
"type": "boolean"
}
}
},
Expand Down Expand Up @@ -1296,6 +1299,9 @@
},
"additionalAuthenticationProviders": {
"shape": "S17"
},
"xrayEnabled": {
"type": "boolean"
}
}
},
Expand Down Expand Up @@ -1643,6 +1649,9 @@
},
"additionalAuthenticationProviders": {
"shape": "S17"
},
"xrayEnabled": {
"type": "boolean"
}
}
},
Expand Down
21 changes: 18 additions & 3 deletions apis/appsync-2017-07-25.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -1307,7 +1307,8 @@
"shape": "ApiCacheStatus",
"documentation": "<p>The cache instance status.</p> <ul> <li> <p> <b>AVAILABLE</b>: The instance is available for use.</p> </li> <li> <p> <b>CREATING</b>: The instance is currently creating.</p> </li> <li> <p> <b>DELETING</b>: The instance is currently deleting.</p> </li> <li> <p> <b>MODIFYING</b>: The instance is currently modifying.</p> </li> <li> <p> <b>FAILED</b>: The instance has failed creation.</p> </li> </ul>"
}
}
},
"documentation": "<p>The <code>ApiCache</code> object.</p>"
},
"ApiCacheStatus": {
"type": "string",
Expand Down Expand Up @@ -1700,6 +1701,10 @@
"additionalAuthenticationProviders": {
"shape": "AdditionalAuthenticationProviders",
"documentation": "<p>A list of additional authentication providers for the <code>GraphqlApi</code> API.</p>"
},
"xrayEnabled": {
"shape": "Boolean",
"documentation": "<p>A flag indicating whether to enable X-Ray tracing for the <code>GraphqlApi</code>.</p>"
}
}
},
Expand Down Expand Up @@ -2212,7 +2217,8 @@
"type": "structure",
"members": {
"apiCache": {
"shape": "ApiCache"
"shape": "ApiCache",
"documentation": "<p>The <code>ApiCache</code> object.</p>"
}
},
"documentation": "<p>Represents the output of a <code>GetApiCache</code> operation.</p>"
Expand Down Expand Up @@ -2480,6 +2486,10 @@
"additionalAuthenticationProviders": {
"shape": "AdditionalAuthenticationProviders",
"documentation": "<p>A list of additional authentication providers for the <code>GraphqlApi</code> API.</p>"
},
"xrayEnabled": {
"shape": "Boolean",
"documentation": "<p>A flag representing whether X-Ray tracing is enabled for this <code>GraphqlApi</code>.</p>"
}
},
"documentation": "<p>Describes a GraphQL API.</p>"
Expand Down Expand Up @@ -2511,7 +2521,8 @@
"shape": "String",
"documentation": "<p>The Arn for the Lambda function to use as the Conflict Handler.</p>"
}
}
},
"documentation": "<p>The <code>LambdaConflictHandlerConfig</code> object when configuring LAMBDA as the Conflict Handler.</p>"
},
"LambdaDataSourceConfig": {
"type": "structure",
Expand Down Expand Up @@ -3457,6 +3468,10 @@
"additionalAuthenticationProviders": {
"shape": "AdditionalAuthenticationProviders",
"documentation": "<p>A list of additional authentication providers for the <code>GraphqlApi</code> API.</p>"
},
"xrayEnabled": {
"shape": "Boolean",
"documentation": "<p>A flag indicating whether to enable X-Ray tracing for the <code>GraphqlApi</code>.</p>"
}
}
},
Expand Down
Loading

0 comments on commit 804b850

Please sign in to comment.