Skip to content

Commit b4d3411

Browse files
author
awstools
committed
Updates SDK to v2.1253.0
1 parent 5542025 commit b4d3411

29 files changed

+2753
-944
lines changed

.changes/2.1253.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": "Iot",
5+
"description": "This release add new api listRelatedResourcesForAuditFinding and new member type IssuerCertificates for Iot device device defender Audit."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "LicenseManager",
10+
"description": "AWS License Manager now supports onboarded Management Accounts or Delegated Admins to view granted licenses aggregated from all accounts in the organization."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "MarketplaceCatalog",
15+
"description": "Added three new APIs to support tagging and tag-based authorization: TagResource, UntagResource, and ListTagsForResource. Added optional parameters to the StartChangeSet API to support tagging a resource while making a request to create it."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "Rekognition",
20+
"description": "Adding support for ImageProperties feature to detect dominant colors and image brightness, sharpness, and contrast, inclusion and exclusion filters for labels and label categories, new fields to the API response, \"aliases\" and \"categories\""
21+
},
22+
{
23+
"type": "feature",
24+
"category": "SSMIncidents",
25+
"description": "RelatedItems now have an ID field which can be used for referencing them else where. Introducing event references in TimelineEvent API and increasing maximum length of \"eventData\" to 12K characters."
26+
},
27+
{
28+
"type": "feature",
29+
"category": "sso",
30+
"description": "use sso token provider in sso credentials if sso session is set in config"
31+
}
32+
]

.changes/next-release/feature-sso-7155c7f5.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

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.1252.0-->
2+
<!--LATEST=2.1253.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1253.0
6+
* feature: Iot: This release add new api listRelatedResourcesForAuditFinding and new member type IssuerCertificates for Iot device device defender Audit.
7+
* feature: LicenseManager: AWS License Manager now supports onboarded Management Accounts or Delegated Admins to view granted licenses aggregated from all accounts in the organization.
8+
* feature: MarketplaceCatalog: Added three new APIs to support tagging and tag-based authorization: TagResource, UntagResource, and ListTagsForResource. Added optional parameters to the StartChangeSet API to support tagging a resource while making a request to create it.
9+
* feature: Rekognition: Adding support for ImageProperties feature to detect dominant colors and image brightness, sharpness, and contrast, inclusion and exclusion filters for labels and label categories, new fields to the API response, "aliases" and "categories"
10+
* feature: SSMIncidents: RelatedItems now have an ID field which can be used for referencing them else where. Introducing event references in TimelineEvent API and increasing maximum length of "eventData" to 12K characters.
11+
* feature: sso: use sso token provider in sso credentials if sso session is set in config
12+
513
## 2.1252.0
614
* feature: EC2: This release adds a new price capacity optimized allocation strategy for Spot Instances to help customers optimize provisioning of Spot Instances via EC2 Auto Scaling, EC2 Fleet, and Spot Fleet. It allocates Spot Instances based on both spare capacity availability and Spot Instance price.
715
* feature: ECS: This release adds support for task scale-in protection with updateTaskProtection and getTaskProtection APIs. UpdateTaskProtection API can be used to protect a service managed task from being terminated by scale-in events and getTaskProtection API to get the scale-in protection status of a task.

README.md

Lines changed: 1 addition & 1 deletion
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.1252.0.min.js"></script>
32+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1253.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/glue-2017-03-31.normal.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2414,7 +2414,7 @@
24142414
"shape": "InvalidInputException"
24152415
}
24162416
],
2417-
"documentation": "<p>Retrieves all the development endpoints in this AWS account.</p> <note> <p>When you create a development endpoint in a virtual private cloud (VPC), Glue returns only a private IP address and the public IP address field is not populated. When you create a non-VPC development endpoint, Glue returns only a public IP address.</p> </note>"
2417+
"documentation": "<p>Retrieves all the development endpoints in this Amazon Web Services account.</p> <note> <p>When you create a development endpoint in a virtual private cloud (VPC), Glue returns only a private IP address and the public IP address field is not populated. When you create a non-VPC development endpoint, Glue returns only a public IP address.</p> </note>"
24182418
},
24192419
"GetJob": {
24202420
"name": "GetJob",
@@ -2473,7 +2473,7 @@
24732473
"shape": "ValidationException"
24742474
}
24752475
],
2476-
"documentation": "<p>Returns information on a job bookmark entry.</p>"
2476+
"documentation": "<p>Returns information on a job bookmark entry.</p> <p>For more information about enabling and using job bookmarks, see:</p> <ul> <li> <p> <a href=\"https://docs.aws.amazon.com/glue/latest/dg/monitor-continuations.html\">Tracking processed data using job bookmarks</a> </p> </li> <li> <p> <a href=\"https://docs.aws.amazon.com/glue/latest/dg/aws-glue-programming-etl-glue-arguments.html\">Job parameters used by Glue</a> </p> </li> <li> <p> <a href=\"https://docs.aws.amazon.com/glue/latest/dg/aws-glue-api-jobs-job.html#aws-glue-api-jobs-job-Job\">Job structure</a> </p> </li> </ul>"
24772477
},
24782478
"GetJobRun": {
24792479
"name": "GetJobRun",
@@ -4254,7 +4254,7 @@
42544254
"shape": "OperationTimeoutException"
42554255
}
42564256
],
4257-
"documentation": "<p>Resets a bookmark entry.</p>"
4257+
"documentation": "<p>Resets a bookmark entry.</p> <p>For more information about enabling and using job bookmarks, see:</p> <ul> <li> <p> <a href=\"https://docs.aws.amazon.com/glue/latest/dg/monitor-continuations.html\">Tracking processed data using job bookmarks</a> </p> </li> <li> <p> <a href=\"https://docs.aws.amazon.com/glue/latest/dg/aws-glue-programming-etl-glue-arguments.html\">Job parameters used by Glue</a> </p> </li> <li> <p> <a href=\"https://docs.aws.amazon.com/glue/latest/dg/aws-glue-api-jobs-job.html#aws-glue-api-jobs-job-Job\">Job structure</a> </p> </li> </ul>"
42584258
},
42594259
"ResumeWorkflowRun": {
42604260
"name": "ResumeWorkflowRun",
@@ -8565,7 +8565,7 @@
85658565
},
85668566
"AvailabilityZone": {
85678567
"shape": "GenericString",
8568-
"documentation": "<p>The AWS Availability Zone where this <code>DevEndpoint</code> is located.</p>"
8568+
"documentation": "<p>The Amazon Web Services Availability Zone where this <code>DevEndpoint</code> is located.</p>"
85698569
},
85708570
"VpcId": {
85718571
"shape": "GenericString",
@@ -10415,7 +10415,7 @@
1041510415
},
1041610416
"AvailabilityZone": {
1041710417
"shape": "GenericString",
10418-
"documentation": "<p>The AWS Availability Zone where this <code>DevEndpoint</code> is located.</p>"
10418+
"documentation": "<p>The Amazon Web Services Availability Zone where this <code>DevEndpoint</code> is located.</p>"
1041910419
},
1042010420
"VpcId": {
1042110421
"shape": "GenericString",

0 commit comments

Comments
 (0)