Skip to content
This repository was archived by the owner on Mar 9, 2026. It is now read-only.

Commit 53973b1

Browse files
author
awstools
committed
Updates SDK to v2.1385.0
1 parent 3333f8b commit 53973b1

26 files changed

Lines changed: 2283 additions & 1808 deletions

.changes/2.1385.0.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "ApplicationAutoScaling",
5+
"description": "With this release, ElastiCache customers will be able to use predefined metricType \"ElastiCacheDatabaseCapacityUsageCountedForEvictPercentage\" for their ElastiCache instances."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "CodePipeline",
10+
"description": "Add PollingDisabledAt time information in PipelineMetadata object of GetPipeline API."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "GameLift",
15+
"description": "GameLift FleetIQ users can now filter game server claim requests to exclude servers on instances that are draining."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "Glue",
20+
"description": "Added ability to create data quality rulesets for shared, cross-account Glue Data Catalog tables. Added support for dataset comparison rules through a new parameter called AdditionalDataSources. Enhanced the data quality results with a map containing profiled metric values."
21+
},
22+
{
23+
"type": "feature",
24+
"category": "MigrationHubRefactorSpaces",
25+
"description": "This SDK update allows for path parameter syntax to be passed to the CreateRoute API. Path parameter syntax require parameters to be enclosed in {} characters. This update also includes a new AppendSourcePath field which lets users forward the source path to the Service URL endpoint."
26+
},
27+
{
28+
"type": "feature",
29+
"category": "SageMaker",
30+
"description": "Amazon SageMaker Automatic Model Tuning now supports enabling Autotune for tuning jobs which can choose tuning job configurations."
31+
}
32+
]

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.1384.0-->
2+
<!--LATEST=2.1385.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1385.0
6+
* feature: ApplicationAutoScaling: With this release, ElastiCache customers will be able to use predefined metricType "ElastiCacheDatabaseCapacityUsageCountedForEvictPercentage" for their ElastiCache instances.
7+
* feature: CodePipeline: Add PollingDisabledAt time information in PipelineMetadata object of GetPipeline API.
8+
* feature: GameLift: GameLift FleetIQ users can now filter game server claim requests to exclude servers on instances that are draining.
9+
* feature: Glue: Added ability to create data quality rulesets for shared, cross-account Glue Data Catalog tables. Added support for dataset comparison rules through a new parameter called AdditionalDataSources. Enhanced the data quality results with a map containing profiled metric values.
10+
* feature: MigrationHubRefactorSpaces: This SDK update allows for path parameter syntax to be passed to the CreateRoute API. Path parameter syntax require parameters to be enclosed in {} characters. This update also includes a new AppendSourcePath field which lets users forward the source path to the Service URL endpoint.
11+
* feature: SageMaker: Amazon SageMaker Automatic Model Tuning now supports enabling Autotune for tuning jobs which can choose tuning job configurations.
12+
513
## 2.1384.0
614
* feature: AppSync: This release introduces AppSync Merged APIs, which provide the ability to compose multiple source APIs into a single federated/merged API.
715
* feature: CUR: Add support for split cost allocation data on a report.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
7171
To use the SDK in the browser, simply add the following script tag to your
7272
HTML pages:
7373

74-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1384.0.min.js"></script>
74+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1385.0.min.js"></script>
7575

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

apis/application-autoscaling-2016-02-06.normal.json

Lines changed: 10 additions & 9 deletions
Large diffs are not rendered by default.

apis/codepipeline-2015-07-09.min.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -290,6 +290,9 @@
290290
},
291291
"updated": {
292292
"type": "timestamp"
293+
},
294+
"pollingDisabledAt": {
295+
"type": "timestamp"
293296
}
294297
}
295298
}

apis/codepipeline-2015-07-09.normal.json

Lines changed: 64 additions & 60 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)