Skip to content

Commit eaf5f57

Browse files
author
awstools
committed
Updates SDK to v2.578.0
1 parent 8a37dd2 commit eaf5f57

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+4097
-1333
lines changed

.changes/2.578.0.json

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "ACM",
5+
"description": "This release adds support for Tag-Based IAM for AWS Certificate Manager and adding tags to certificates upon creation."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "ApplicationAutoScaling",
10+
"description": "Update default endpoint for Application Auto Scaling."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "AutoScalingPlans",
15+
"description": "Update default endpoint for AWS Auto Scaling."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "CodeBuild",
20+
"description": "Add Canonical ARN to LogsLocation."
21+
},
22+
{
23+
"type": "feature",
24+
"category": "EC2",
25+
"description": "This release adds two new APIs (DescribeInstanceTypes and DescribeInstanceTypeOfferings) that give customers access to instance type attributes and regional and zonal offerings."
26+
},
27+
{
28+
"type": "feature",
29+
"category": "EMR",
30+
"description": "Amazon EMR adds support for concurrent step execution and cancelling running steps. Amazon EMR has added a new Outpost ARN field in the ListCluster and DescribeCluster API responses that is populated for clusters launched in an AWS Outpost subnet."
31+
},
32+
{
33+
"type": "feature",
34+
"category": "ForecastService",
35+
"description": "This release adds two key updates to existing APIs. 1. Amazon Forecast can now generate forecasts in any quantile using the optional parameter forecastTypes in the CreateForecast API and 2. You can get additional details (metrics and relevant error messages) on your AutoML runs using the DescribePredictor and GetAccuracyMetrics APIs."
36+
},
37+
{
38+
"type": "feature",
39+
"category": "MediaPackageVod",
40+
"description": "Includes the submission time of Asset ingestion request in the API response for Create/List/Describe Assets."
41+
},
42+
{
43+
"type": "feature",
44+
"category": "Rekognition",
45+
"description": "This release adds enhanced face filtering support to the IndexFaces API operation, and introduces face filtering for CompareFaces and SearchFacesByImage API operations."
46+
},
47+
{
48+
"type": "feature",
49+
"category": "SSM",
50+
"description": "Add RebootOption and LastNoRebootInstallOperationTime for DescribeInstancePatchStates and DescribeInstancePatchStatesForPatchGroup API"
51+
},
52+
{
53+
"type": "feature",
54+
"category": "STS",
55+
"description": "Support tagging for STS sessions and tag based access control for the STS APIs"
56+
}
57+
]

CHANGELOG.md

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

5+
## 2.578.0
6+
* feature: ACM: This release adds support for Tag-Based IAM for AWS Certificate Manager and adding tags to certificates upon creation.
7+
* feature: ApplicationAutoScaling: Update default endpoint for Application Auto Scaling.
8+
* feature: AutoScalingPlans: Update default endpoint for AWS Auto Scaling.
9+
* feature: CodeBuild: Add Canonical ARN to LogsLocation.
10+
* feature: EC2: This release adds two new APIs (DescribeInstanceTypes and DescribeInstanceTypeOfferings) that give customers access to instance type attributes and regional and zonal offerings.
11+
* feature: EMR: Amazon EMR adds support for concurrent step execution and cancelling running steps. Amazon EMR has added a new Outpost ARN field in the ListCluster and DescribeCluster API responses that is populated for clusters launched in an AWS Outpost subnet.
12+
* feature: ForecastService: This release adds two key updates to existing APIs. 1. Amazon Forecast can now generate forecasts in any quantile using the optional parameter forecastTypes in the CreateForecast API and 2. You can get additional details (metrics and relevant error messages) on your AutoML runs using the DescribePredictor and GetAccuracyMetrics APIs.
13+
* feature: MediaPackageVod: Includes the submission time of Asset ingestion request in the API response for Create/List/Describe Assets.
14+
* feature: Rekognition: This release adds enhanced face filtering support to the IndexFaces API operation, and introduces face filtering for CompareFaces and SearchFacesByImage API operations.
15+
* feature: SSM: Add RebootOption and LastNoRebootInstallOperationTime for DescribeInstancePatchStates and DescribeInstancePatchStatesForPatchGroup API
16+
* feature: STS: Support tagging for STS sessions and tag based access control for the STS APIs
17+
518
## 2.577.0
619
* feature: Amplify: This release of AWS Amplify Console introduces support for backend environments. Backend environments are containers for AWS deployments. Each environment is a collection of AWS resources.
720
* feature: AppSync: AppSync: AWS AppSync now supports the ability to add, configure, and maintain caching for your AWS AppSync GraphQL API.

README.md

Lines changed: 1 addition & 1 deletion
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.577.0.min.js"></script>
28+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.578.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/acm-2015-12-08.min.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,9 @@
204204
},
205205
"CertificateChain": {
206206
"type": "blob"
207+
},
208+
"Tags": {
209+
"shape": "S3"
207210
}
208211
}
209212
},
@@ -337,7 +340,10 @@
337340
"Options": {
338341
"shape": "S11"
339342
},
340-
"CertificateAuthorityArn": {}
343+
"CertificateAuthorityArn": {},
344+
"Tags": {
345+
"shape": "S3"
346+
}
341347
}
342348
},
343349
"output": {

0 commit comments

Comments
 (0)