Skip to content

Commit

Permalink
Updates SDK to v2.1253.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Nov 11, 2022
1 parent 5542025 commit b4d3411
Show file tree
Hide file tree
Showing 29 changed files with 2,753 additions and 944 deletions.
32 changes: 32 additions & 0 deletions .changes/2.1253.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
[
{
"type": "feature",
"category": "Iot",
"description": "This release add new api listRelatedResourcesForAuditFinding and new member type IssuerCertificates for Iot device device defender Audit."
},
{
"type": "feature",
"category": "LicenseManager",
"description": "AWS License Manager now supports onboarded Management Accounts or Delegated Admins to view granted licenses aggregated from all accounts in the organization."
},
{
"type": "feature",
"category": "MarketplaceCatalog",
"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."
},
{
"type": "feature",
"category": "Rekognition",
"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\""
},
{
"type": "feature",
"category": "SSMIncidents",
"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."
},
{
"type": "feature",
"category": "sso",
"description": "use sso token provider in sso credentials if sso session is set in config"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/feature-sso-7155c7f5.json

This file was deleted.

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.1252.0-->
<!--LATEST=2.1253.0-->
<!--ENTRYINSERT-->

## 2.1253.0
* feature: Iot: This release add new api listRelatedResourcesForAuditFinding and new member type IssuerCertificates for Iot device device defender Audit.
* feature: LicenseManager: AWS License Manager now supports onboarded Management Accounts or Delegated Admins to view granted licenses aggregated from all accounts in the organization.
* 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.
* 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"
* 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.
* feature: sso: use sso token provider in sso credentials if sso session is set in config

## 2.1252.0
* 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.
* 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.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
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.1252.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1253.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
10 changes: 5 additions & 5 deletions apis/glue-2017-03-31.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -2414,7 +2414,7 @@
"shape": "InvalidInputException"
}
],
"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>"
"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>"
},
"GetJob": {
"name": "GetJob",
Expand Down Expand Up @@ -2473,7 +2473,7 @@
"shape": "ValidationException"
}
],
"documentation": "<p>Returns information on a job bookmark entry.</p>"
"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>"
},
"GetJobRun": {
"name": "GetJobRun",
Expand Down Expand Up @@ -4254,7 +4254,7 @@
"shape": "OperationTimeoutException"
}
],
"documentation": "<p>Resets a bookmark entry.</p>"
"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>"
},
"ResumeWorkflowRun": {
"name": "ResumeWorkflowRun",
Expand Down Expand Up @@ -8565,7 +8565,7 @@
},
"AvailabilityZone": {
"shape": "GenericString",
"documentation": "<p>The AWS Availability Zone where this <code>DevEndpoint</code> is located.</p>"
"documentation": "<p>The Amazon Web Services Availability Zone where this <code>DevEndpoint</code> is located.</p>"
},
"VpcId": {
"shape": "GenericString",
Expand Down Expand Up @@ -10415,7 +10415,7 @@
},
"AvailabilityZone": {
"shape": "GenericString",
"documentation": "<p>The AWS Availability Zone where this <code>DevEndpoint</code> is located.</p>"
"documentation": "<p>The Amazon Web Services Availability Zone where this <code>DevEndpoint</code> is located.</p>"
},
"VpcId": {
"shape": "GenericString",
Expand Down
Loading

0 comments on commit b4d3411

Please sign in to comment.