Skip to content

Commit 04a211e

Browse files
author
awstools
committed
Updates SDK to v2.1110.0
1 parent 8d2eebe commit 04a211e

23 files changed

+2392
-446
lines changed

.changes/2.1110.0.json

+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "APIGateway",
5+
"description": "ApiGateway CLI command get-usage now includes usagePlanId, startDate, and endDate fields in the output to match documentation."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "DocDB",
10+
"description": "Added support to enable/disable performance insights when creating or modifying db instances"
11+
},
12+
{
13+
"type": "feature",
14+
"category": "EventBridge",
15+
"description": "Adds new EventBridge Endpoint resources for disaster recovery, multi-region failover, and cross-region replication capabilities to help you build resilient event-driven applications."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "Personalize",
20+
"description": "This release provides tagging support in AWS Personalize."
21+
},
22+
{
23+
"type": "feature",
24+
"category": "SageMaker",
25+
"description": "Amazon Sagemaker Notebook Instances now supports G5 instance types"
26+
}
27+
]

CHANGELOG.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.1109.0-->
2+
<!--LATEST=2.1110.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1110.0
6+
* feature: APIGateway: ApiGateway CLI command get-usage now includes usagePlanId, startDate, and endDate fields in the output to match documentation.
7+
* feature: DocDB: Added support to enable/disable performance insights when creating or modifying db instances
8+
* feature: EventBridge: Adds new EventBridge Endpoint resources for disaster recovery, multi-region failover, and cross-region replication capabilities to help you build resilient event-driven applications.
9+
* feature: Personalize: This release provides tagging support in AWS Personalize.
10+
* feature: SageMaker: Amazon Sagemaker Notebook Instances now supports G5 instance types
11+
512
## 2.1109.0
613
* feature: ConfigService: Add resourceType enums for AWS::EMR::SecurityConfiguration and AWS::SageMaker::CodeRepository
714
* feature: Kendra: Amazon Kendra now provides a data source connector for Box. For more information, see https://docs.aws.amazon.com/kendra/latest/dg/data-source-box.html

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
2929
To use the SDK in the browser, simply add the following script tag to your
3030
HTML pages:
3131

32-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1109.0.min.js"></script>
32+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1110.0.min.js"></script>
3333

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

apis/apigateway-2015-07-09.paginators.json

+5
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,11 @@
5151
"GetUsage": {
5252
"input_token": "position",
5353
"limit_key": "limit",
54+
"non_aggregate_keys": [
55+
"usagePlanId",
56+
"startDate",
57+
"endDate"
58+
],
5459
"output_token": "position",
5560
"result_key": "items"
5661
},

apis/docdb-2014-10-31.min.json

+10-2
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,11 @@
263263
"DBClusterIdentifier": {},
264264
"PromotionTier": {
265265
"type": "integer"
266-
}
266+
},
267+
"EnablePerformanceInsights": {
268+
"type": "boolean"
269+
},
270+
"PerformanceInsightsKMSKeyId": {}
267271
}
268272
},
269273
"output": {
@@ -1233,7 +1237,11 @@
12331237
"CACertificateIdentifier": {},
12341238
"PromotionTier": {
12351239
"type": "integer"
1236-
}
1240+
},
1241+
"EnablePerformanceInsights": {
1242+
"type": "boolean"
1243+
},
1244+
"PerformanceInsightsKMSKeyId": {}
12371245
}
12381246
},
12391247
"output": {

apis/docdb-2014-10-31.normal.json

+51-35
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)