Skip to content

Commit 0ac6138

Browse files
author
awstools
committed
Updates SDK to v2.1661.0
1 parent c4fe978 commit 0ac6138

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

+6912
-4134
lines changed

.changes/2.1661.0.json

+37
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "ACMPCA",
5+
"description": "Fix broken waiters for the acm-pca client. Waiters broke in version 1.13.144 of the Boto3 SDK."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "Connect",
10+
"description": "Amazon Connect expands search API coverage for additional resources. Search for hierarchy groups by name, ID, tag, or other criteria (new endpoint). Search for agent statuses by name, ID, tag, or other criteria (new endpoint). Search for users by their assigned proficiencies (enhanced endpoint)"
11+
},
12+
{
13+
"type": "feature",
14+
"category": "EC2",
15+
"description": "Amazon VPC IP Address Manager (IPAM) now supports Bring-Your-Own-IP (BYOIP) for IP addresses registered with any Internet Registry. This feature uses DNS TXT records to validate ownership of a public IP address range."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "Firehose",
20+
"description": "This release 1) Add configurable buffering hints for Snowflake as destination. 2) Add ReadFromTimestamp for MSK As Source. Firehose will start reading data from MSK Cluster using offset associated with this timestamp. 3) Gated public beta release to add Apache Iceberg tables as destination."
21+
},
22+
{
23+
"type": "feature",
24+
"category": "MediaLive",
25+
"description": "AWS Elemental MediaLive now supports the SRT protocol via the new SRT Caller input type."
26+
},
27+
{
28+
"type": "feature",
29+
"category": "SageMaker",
30+
"description": "SageMaker Training supports R5, T3 and R5D instances family. And SageMaker Processing supports G5 and R5D instances family."
31+
},
32+
{
33+
"type": "feature",
34+
"category": "TaxSettings",
35+
"description": "Set default endpoint for aws partition. Requests from all regions in aws partition will be forward to us-east-1 endpoint."
36+
}
37+
]

CHANGELOG.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,16 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.1660.0-->
2+
<!--LATEST=2.1661.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1661.0
6+
* feature: ACMPCA: Fix broken waiters for the acm-pca client. Waiters broke in version 1.13.144 of the Boto3 SDK.
7+
* feature: Connect: Amazon Connect expands search API coverage for additional resources. Search for hierarchy groups by name, ID, tag, or other criteria (new endpoint). Search for agent statuses by name, ID, tag, or other criteria (new endpoint). Search for users by their assigned proficiencies (enhanced endpoint)
8+
* feature: EC2: Amazon VPC IP Address Manager (IPAM) now supports Bring-Your-Own-IP (BYOIP) for IP addresses registered with any Internet Registry. This feature uses DNS TXT records to validate ownership of a public IP address range.
9+
* feature: Firehose: This release 1) Add configurable buffering hints for Snowflake as destination. 2) Add ReadFromTimestamp for MSK As Source. Firehose will start reading data from MSK Cluster using offset associated with this timestamp. 3) Gated public beta release to add Apache Iceberg tables as destination.
10+
* feature: MediaLive: AWS Elemental MediaLive now supports the SRT protocol via the new SRT Caller input type.
11+
* feature: SageMaker: SageMaker Training supports R5, T3 and R5D instances family. And SageMaker Processing supports G5 and R5D instances family.
12+
* feature: TaxSettings: Set default endpoint for aws partition. Requests from all regions in aws partition will be forward to us-east-1 endpoint.
13+
514
## 2.1660.0
615
* bugfix: Mobilehub: deprecate mobilehub
716
* feature: DataZone: This release adds 1/ support of register S3 locations of assets in AWS Lake Formation hybrid access mode for DefaultDataLake blueprint. 2/ support of CRUD operations for Asset Filters.

README.md

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

67-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1660.0.min.js"></script>
67+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1661.0.min.js"></script>
6868

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

apis/acm-pca-2017-08-22.waiters2.json

+74-62
Original file line numberDiff line numberDiff line change
@@ -1,64 +1,76 @@
11
{
2-
"version" : 2,
3-
"waiters" : {
4-
"AuditReportCreated" : {
5-
"description" : "Wait until a Audit Report is created",
6-
"delay" : 3,
7-
"maxAttempts" : 40,
8-
"operation" : "DescribeCertificateAuthorityAuditReport",
9-
"acceptors" : [ {
10-
"matcher" : "path",
11-
"argument" : "AuditReportStatus",
12-
"state" : "success",
13-
"expected" : "SUCCESS"
14-
}, {
15-
"matcher" : "path",
16-
"argument" : "AuditReportStatus",
17-
"state" : "failure",
18-
"expected" : "FAILED"
19-
}, {
20-
"matcher" : "error",
21-
"state" : "failure",
22-
"expected" : "AccessDeniedException"
23-
} ]
24-
},
25-
"CertificateAuthorityCSRCreated" : {
26-
"description" : "Wait until a Certificate Authority CSR is created",
27-
"delay" : 3,
28-
"maxAttempts" : 40,
29-
"operation" : "GetCertificateAuthorityCsr",
30-
"acceptors" : [ {
31-
"matcher" : "error",
32-
"state" : "success",
33-
"expected" : false
34-
}, {
35-
"matcher" : "error",
36-
"state" : "retry",
37-
"expected" : "RequestInProgressException"
38-
}, {
39-
"matcher" : "error",
40-
"state" : "failure",
41-
"expected" : "AccessDeniedException"
42-
} ]
43-
},
44-
"CertificateIssued" : {
45-
"description" : "Wait until a certificate is issued",
46-
"delay" : 1,
47-
"maxAttempts" : 120,
48-
"operation" : "GetCertificate",
49-
"acceptors" : [ {
50-
"matcher" : "error",
51-
"state" : "success",
52-
"expected" : false
53-
}, {
54-
"matcher" : "error",
55-
"state" : "retry",
56-
"expected" : "RequestInProgressException"
57-
}, {
58-
"matcher" : "error",
59-
"state" : "failure",
60-
"expected" : "AccessDeniedException"
61-
} ]
2+
"version": 2,
3+
"waiters": {
4+
"CertificateAuthorityCSRCreated": {
5+
"description": "Wait until a Certificate Authority CSR is created",
6+
"operation": "GetCertificateAuthorityCsr",
7+
"delay": 3,
8+
"maxAttempts": 60,
9+
"acceptors": [
10+
{
11+
"state": "success",
12+
"matcher": "status",
13+
"expected": 200
14+
},
15+
{
16+
"state": "retry",
17+
"matcher": "error",
18+
"expected": "RequestInProgressException"
19+
},
20+
{
21+
"state": "failure",
22+
"matcher": "error",
23+
"expected": "AccessDeniedException"
24+
}
25+
]
26+
},
27+
"CertificateIssued": {
28+
"description": "Wait until a certificate is issued",
29+
"operation": "GetCertificate",
30+
"delay": 1,
31+
"maxAttempts": 60,
32+
"acceptors": [
33+
{
34+
"state": "success",
35+
"matcher": "status",
36+
"expected": 200
37+
},
38+
{
39+
"state": "retry",
40+
"matcher": "error",
41+
"expected": "RequestInProgressException"
42+
},
43+
{
44+
"state": "failure",
45+
"matcher": "error",
46+
"expected": "AccessDeniedException"
47+
}
48+
]
49+
},
50+
"AuditReportCreated": {
51+
"description": "Wait until a Audit Report is created",
52+
"operation": "DescribeCertificateAuthorityAuditReport",
53+
"delay": 3,
54+
"maxAttempts": 60,
55+
"acceptors": [
56+
{
57+
"state": "success",
58+
"matcher": "path",
59+
"argument": "AuditReportStatus",
60+
"expected": "SUCCESS"
61+
},
62+
{
63+
"state": "failure",
64+
"matcher": "path",
65+
"argument": "AuditReportStatus",
66+
"expected": "FAILED"
67+
},
68+
{
69+
"state": "failure",
70+
"matcher": "error",
71+
"expected": "AccessDeniedException"
72+
}
73+
]
74+
}
6275
}
63-
}
64-
}
76+
}

0 commit comments

Comments
 (0)