Skip to content

Commit

Permalink
Updates SDK to v2.1545.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Jan 26, 2024
1 parent cb6f1ba commit 7e5eb40
Show file tree
Hide file tree
Showing 16 changed files with 611 additions and 484 deletions.
17 changes: 17 additions & 0 deletions .changes/2.1545.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[
{
"type": "feature",
"category": "Connect",
"description": "Update list and string length limits for predefined attributes."
},
{
"type": "feature",
"category": "Inspector2",
"description": "This release adds ECR container image scanning based on their lastRecordedPullTime."
},
{
"type": "feature",
"category": "SageMaker",
"description": "Amazon SageMaker Automatic Model Tuning now provides an API to programmatically delete tuning jobs."
}
]
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1544.0-->
<!--LATEST=2.1545.0-->
<!--ENTRYINSERT-->

## 2.1545.0
* feature: Connect: Update list and string length limits for predefined attributes.
* feature: Inspector2: This release adds ECR container image scanning based on their lastRecordedPullTime.
* feature: SageMaker: Amazon SageMaker Automatic Model Tuning now provides an API to programmatically delete tuning jobs.

## 2.1544.0
* feature: ACMPCA: AWS Private CA now supports an option to omit the CDP extension from issued certificates, when CRL revocation is enabled.
* feature: Lightsail: This release adds support for IPv6-only instance plans.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,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.1544.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1545.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
6 changes: 3 additions & 3 deletions apis/connect-2017-08-08.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -18768,7 +18768,7 @@
},
"PredefinedAttributeName": {
"type": "string",
"max": 128,
"max": 64,
"min": 1
},
"PredefinedAttributeSearchConditionList": {
Expand Down Expand Up @@ -18802,15 +18802,15 @@
},
"PredefinedAttributeStringValue": {
"type": "string",
"max": 128,
"max": 64,
"min": 1
},
"PredefinedAttributeStringValuesList": {
"type": "list",
"member": {
"shape": "PredefinedAttributeStringValue"
},
"max": 75,
"max": 128,
"min": 1
},
"PredefinedAttributeSummary": {
Expand Down
Loading

0 comments on commit 7e5eb40

Please sign in to comment.