Skip to content

Commit 804b850

Browse files
author
awstools
committed
Updates SDK to v2.613.0
1 parent f04533c commit 804b850

26 files changed

+775
-354
lines changed

.changes/2.613.0.json

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "AppSync",
5+
"description": "AWS AppSync now supports X-Ray"
6+
},
7+
{
8+
"type": "feature",
9+
"category": "CodeBuild",
10+
"description": "AWS CodeBuild adds support for Amazon Elastic File Systems"
11+
},
12+
{
13+
"type": "feature",
14+
"category": "EC2",
15+
"description": "This release adds platform details and billing info to the DescribeImages API."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "LexModelBuildingService",
20+
"description": "Amazon Lex now supports AMAZON.AlphaNumeric with regular expressions."
21+
}
22+
]

CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.612.0-->
2+
<!--LATEST=2.613.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.613.0
6+
* feature: AppSync: AWS AppSync now supports X-Ray
7+
* feature: CodeBuild: AWS CodeBuild adds support for Amazon Elastic File Systems
8+
* feature: EC2: This release adds platform details and billing info to the DescribeImages API.
9+
* feature: LexModelBuildingService: Amazon Lex now supports AMAZON.AlphaNumeric with regular expressions.
10+
511
## 2.612.0
612
* feature: DLM: Updated the maximum number of tags that can be added to a snapshot using DLM to 45.
713
* feature: EC2: This release provides support for tagging when you create a VPC endpoint, or VPC endpoint service.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ version.
2525
To use the SDK in the browser, simply add the following script tag to your
2626
HTML pages:
2727

28-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.612.0.min.js"></script>
28+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.613.0.min.js"></script>
2929

3030
You can also build a custom browser SDK with your specified set of AWS services.
3131
This can allow you to reduce the SDK's size, specify different API versions of

apis/appsync-2017-07-25.min.json

+9
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,9 @@
189189
},
190190
"additionalAuthenticationProviders": {
191191
"shape": "S17"
192+
},
193+
"xrayEnabled": {
194+
"type": "boolean"
192195
}
193196
}
194197
},
@@ -1296,6 +1299,9 @@
12961299
},
12971300
"additionalAuthenticationProviders": {
12981301
"shape": "S17"
1302+
},
1303+
"xrayEnabled": {
1304+
"type": "boolean"
12991305
}
13001306
}
13011307
},
@@ -1643,6 +1649,9 @@
16431649
},
16441650
"additionalAuthenticationProviders": {
16451651
"shape": "S17"
1652+
},
1653+
"xrayEnabled": {
1654+
"type": "boolean"
16461655
}
16471656
}
16481657
},

apis/appsync-2017-07-25.normal.json

+18-3
Original file line numberDiff line numberDiff line change
@@ -1307,7 +1307,8 @@
13071307
"shape": "ApiCacheStatus",
13081308
"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>"
13091309
}
1310-
}
1310+
},
1311+
"documentation": "<p>The <code>ApiCache</code> object.</p>"
13111312
},
13121313
"ApiCacheStatus": {
13131314
"type": "string",
@@ -1700,6 +1701,10 @@
17001701
"additionalAuthenticationProviders": {
17011702
"shape": "AdditionalAuthenticationProviders",
17021703
"documentation": "<p>A list of additional authentication providers for the <code>GraphqlApi</code> API.</p>"
1704+
},
1705+
"xrayEnabled": {
1706+
"shape": "Boolean",
1707+
"documentation": "<p>A flag indicating whether to enable X-Ray tracing for the <code>GraphqlApi</code>.</p>"
17031708
}
17041709
}
17051710
},
@@ -2212,7 +2217,8 @@
22122217
"type": "structure",
22132218
"members": {
22142219
"apiCache": {
2215-
"shape": "ApiCache"
2220+
"shape": "ApiCache",
2221+
"documentation": "<p>The <code>ApiCache</code> object.</p>"
22162222
}
22172223
},
22182224
"documentation": "<p>Represents the output of a <code>GetApiCache</code> operation.</p>"
@@ -2480,6 +2486,10 @@
24802486
"additionalAuthenticationProviders": {
24812487
"shape": "AdditionalAuthenticationProviders",
24822488
"documentation": "<p>A list of additional authentication providers for the <code>GraphqlApi</code> API.</p>"
2489+
},
2490+
"xrayEnabled": {
2491+
"shape": "Boolean",
2492+
"documentation": "<p>A flag representing whether X-Ray tracing is enabled for this <code>GraphqlApi</code>.</p>"
24832493
}
24842494
},
24852495
"documentation": "<p>Describes a GraphQL API.</p>"
@@ -2511,7 +2521,8 @@
25112521
"shape": "String",
25122522
"documentation": "<p>The Arn for the Lambda function to use as the Conflict Handler.</p>"
25132523
}
2514-
}
2524+
},
2525+
"documentation": "<p>The <code>LambdaConflictHandlerConfig</code> object when configuring LAMBDA as the Conflict Handler.</p>"
25152526
},
25162527
"LambdaDataSourceConfig": {
25172528
"type": "structure",
@@ -3457,6 +3468,10 @@
34573468
"additionalAuthenticationProviders": {
34583469
"shape": "AdditionalAuthenticationProviders",
34593470
"documentation": "<p>A list of additional authentication providers for the <code>GraphqlApi</code> API.</p>"
3471+
},
3472+
"xrayEnabled": {
3473+
"shape": "Boolean",
3474+
"documentation": "<p>A flag indicating whether to enable X-Ray tracing for the <code>GraphqlApi</code>.</p>"
34603475
}
34613476
}
34623477
},

0 commit comments

Comments
 (0)