Skip to content

Commit 7e5eb40

Browse files
author
awstools
committed
Updates SDK to v2.1545.0
1 parent cb6f1ba commit 7e5eb40

16 files changed

+611
-484
lines changed

.changes/2.1545.0.json

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "Connect",
5+
"description": "Update list and string length limits for predefined attributes."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "Inspector2",
10+
"description": "This release adds ECR container image scanning based on their lastRecordedPullTime."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "SageMaker",
15+
"description": "Amazon SageMaker Automatic Model Tuning now provides an API to programmatically delete tuning jobs."
16+
}
17+
]

CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.1544.0-->
2+
<!--LATEST=2.1545.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1545.0
6+
* feature: Connect: Update list and string length limits for predefined attributes.
7+
* feature: Inspector2: This release adds ECR container image scanning based on their lastRecordedPullTime.
8+
* feature: SageMaker: Amazon SageMaker Automatic Model Tuning now provides an API to programmatically delete tuning jobs.
9+
510
## 2.1544.0
611
* feature: ACMPCA: AWS Private CA now supports an option to omit the CDP extension from issued certificates, when CRL revocation is enabled.
712
* feature: Lightsail: This release adds support for IPv6-only instance plans.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
6969
To use the SDK in the browser, simply add the following script tag to your
7070
HTML pages:
7171

72-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1544.0.min.js"></script>
72+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1545.0.min.js"></script>
7373

7474
You can also build a custom browser SDK with your specified set of AWS services.
7575
This can allow you to reduce the SDK's size, specify different API versions of

apis/connect-2017-08-08.normal.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -18768,7 +18768,7 @@
1876818768
},
1876918769
"PredefinedAttributeName": {
1877018770
"type": "string",
18771-
"max": 128,
18771+
"max": 64,
1877218772
"min": 1
1877318773
},
1877418774
"PredefinedAttributeSearchConditionList": {
@@ -18802,15 +18802,15 @@
1880218802
},
1880318803
"PredefinedAttributeStringValue": {
1880418804
"type": "string",
18805-
"max": 128,
18805+
"max": 64,
1880618806
"min": 1
1880718807
},
1880818808
"PredefinedAttributeStringValuesList": {
1880918809
"type": "list",
1881018810
"member": {
1881118811
"shape": "PredefinedAttributeStringValue"
1881218812
},
18813-
"max": 75,
18813+
"max": 128,
1881418814
"min": 1
1881518815
},
1881618816
"PredefinedAttributeSummary": {

0 commit comments

Comments
 (0)