Skip to content

Commit

Permalink
Updates SDK to v2.1385.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed May 25, 2023
1 parent 3333f8b commit 53973b1
Show file tree
Hide file tree
Showing 26 changed files with 2,283 additions and 1,808 deletions.
32 changes: 32 additions & 0 deletions .changes/2.1385.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
[
{
"type": "feature",
"category": "ApplicationAutoScaling",
"description": "With this release, ElastiCache customers will be able to use predefined metricType \"ElastiCacheDatabaseCapacityUsageCountedForEvictPercentage\" for their ElastiCache instances."
},
{
"type": "feature",
"category": "CodePipeline",
"description": "Add PollingDisabledAt time information in PipelineMetadata object of GetPipeline API."
},
{
"type": "feature",
"category": "GameLift",
"description": "GameLift FleetIQ users can now filter game server claim requests to exclude servers on instances that are draining."
},
{
"type": "feature",
"category": "Glue",
"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."
},
{
"type": "feature",
"category": "MigrationHubRefactorSpaces",
"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."
},
{
"type": "feature",
"category": "SageMaker",
"description": "Amazon SageMaker Automatic Model Tuning now supports enabling Autotune for tuning jobs which can choose tuning job configurations."
}
]
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1384.0-->
<!--LATEST=2.1385.0-->
<!--ENTRYINSERT-->

## 2.1385.0
* feature: ApplicationAutoScaling: With this release, ElastiCache customers will be able to use predefined metricType "ElastiCacheDatabaseCapacityUsageCountedForEvictPercentage" for their ElastiCache instances.
* feature: CodePipeline: Add PollingDisabledAt time information in PipelineMetadata object of GetPipeline API.
* feature: GameLift: GameLift FleetIQ users can now filter game server claim requests to exclude servers on instances that are draining.
* 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.
* 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.
* feature: SageMaker: Amazon SageMaker Automatic Model Tuning now supports enabling Autotune for tuning jobs which can choose tuning job configurations.

## 2.1384.0
* feature: AppSync: This release introduces AppSync Merged APIs, which provide the ability to compose multiple source APIs into a single federated/merged API.
* feature: CUR: Add support for split cost allocation data on a report.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
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.1384.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1385.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
19 changes: 10 additions & 9 deletions apis/application-autoscaling-2016-02-06.normal.json

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions apis/codepipeline-2015-07-09.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,9 @@
},
"updated": {
"type": "timestamp"
},
"pollingDisabledAt": {
"type": "timestamp"
}
}
}
Expand Down
124 changes: 64 additions & 60 deletions apis/codepipeline-2015-07-09.normal.json

Large diffs are not rendered by default.

0 comments on commit 53973b1

Please sign in to comment.