Skip to content

Commit 768912d

Browse files
author
awstools
committed
Updates SDK to v2.1659.0
1 parent 3344709 commit 768912d

24 files changed

+4233
-1680
lines changed

.changes/2.1659.0.json

+57
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
[
2+
{
3+
"type": "bugfix",
4+
"category": "s3",
5+
"description": "update s3 status 200 error classification"
6+
},
7+
{
8+
"type": "feature",
9+
"category": "ACMPCA",
10+
"description": "Minor refactoring of C2J model for AWS Private CA"
11+
},
12+
{
13+
"type": "feature",
14+
"category": "ARCZonalShift",
15+
"description": "Adds the option to subscribe to get notifications when a zonal autoshift occurs in a region."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "AutoScaling",
20+
"description": "Add v2 smoke tests and smithy smokeTests trait for SDK testing."
21+
},
22+
{
23+
"type": "feature",
24+
"category": "CodeBuild",
25+
"description": "Add v2 smoke tests and smithy smokeTests trait for SDK testing."
26+
},
27+
{
28+
"type": "feature",
29+
"category": "DynamoDB",
30+
"description": "Add v2 smoke tests and smithy smokeTests trait for SDK testing."
31+
},
32+
{
33+
"type": "feature",
34+
"category": "GlobalAccelerator",
35+
"description": "This feature adds exceptions to the Customer API to avoid throwing Internal Service errors"
36+
},
37+
{
38+
"type": "feature",
39+
"category": "Pinpoint",
40+
"description": "Add v2 smoke tests and smithy smokeTests trait for SDK testing."
41+
},
42+
{
43+
"type": "feature",
44+
"category": "QuickSight",
45+
"description": "Vega ally control options and Support for Reviewed Answers in Topics"
46+
},
47+
{
48+
"type": "feature",
49+
"category": "RDS",
50+
"description": "Update path for CreateDBCluster resource identifier, and Add v2 smoke tests and smithy smokeTests trait for SDK testing."
51+
},
52+
{
53+
"type": "feature",
54+
"category": "SNS",
55+
"description": "Add v2 smoke tests and smithy smokeTests trait for SDK testing."
56+
}
57+
]

.changes/next-release/bugfix-s3-09efbe2a.json

-5
This file was deleted.

CHANGELOG.md

+14-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,20 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.1658.0-->
2+
<!--LATEST=2.1659.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1659.0
6+
* bugfix: s3: update s3 status 200 error classification
7+
* feature: ACMPCA: Minor refactoring of C2J model for AWS Private CA
8+
* feature: ARCZonalShift: Adds the option to subscribe to get notifications when a zonal autoshift occurs in a region.
9+
* feature: AutoScaling: Add v2 smoke tests and smithy smokeTests trait for SDK testing.
10+
* feature: CodeBuild: Add v2 smoke tests and smithy smokeTests trait for SDK testing.
11+
* feature: DynamoDB: Add v2 smoke tests and smithy smokeTests trait for SDK testing.
12+
* feature: GlobalAccelerator: This feature adds exceptions to the Customer API to avoid throwing Internal Service errors
13+
* feature: Pinpoint: Add v2 smoke tests and smithy smokeTests trait for SDK testing.
14+
* feature: QuickSight: Vega ally control options and Support for Reviewed Answers in Topics
15+
* feature: RDS: Update path for CreateDBCluster resource identifier, and Add v2 smoke tests and smithy smokeTests trait for SDK testing.
16+
* feature: SNS: Add v2 smoke tests and smithy smokeTests trait for SDK testing.
17+
518
## 2.1658.0
619
* feature: Batch: This feature allows AWS Batch Jobs with EKS container orchestration type to be run as Multi-Node Parallel Jobs.
720
* feature: Bedrock: Add support for contextual grounding check for Guardrails for Amazon Bedrock.

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.1658.0.min.js"></script>
67+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1659.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.min.json

+18-17
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
"version": "2.0",
33
"metadata": {
44
"apiVersion": "2017-08-22",
5+
"auth": [
6+
"aws.auth#sigv4"
7+
],
58
"endpointPrefix": "acm-pca",
69
"jsonVersion": "1.1",
710
"protocol": "json",
@@ -12,11 +15,9 @@
1215
"serviceFullName": "AWS Certificate Manager Private Certificate Authority",
1316
"serviceId": "ACM PCA",
1417
"signatureVersion": "v4",
18+
"signingName": "acm-pca",
1519
"targetPrefix": "ACMPrivateCA",
16-
"uid": "acm-pca-2017-08-22",
17-
"auth": [
18-
"aws.auth#sigv4"
19-
]
20+
"uid": "acm-pca-2017-08-22"
2021
},
2122
"operations": {
2223
"CreateCertificateAuthority": {
@@ -383,23 +384,23 @@
383384
"input": {
384385
"type": "structure",
385386
"members": {
386-
"NextToken": {},
387387
"MaxResults": {
388388
"type": "integer"
389389
},
390+
"NextToken": {},
390391
"ResourceOwner": {}
391392
}
392393
},
393394
"output": {
394395
"type": "structure",
395396
"members": {
397+
"NextToken": {},
396398
"CertificateAuthorities": {
397399
"type": "list",
398400
"member": {
399401
"shape": "S1u"
400402
}
401-
},
402-
"NextToken": {}
403+
}
403404
}
404405
}
405406
},
@@ -410,16 +411,17 @@
410411
"CertificateAuthorityArn"
411412
],
412413
"members": {
413-
"CertificateAuthorityArn": {},
414-
"NextToken": {},
415414
"MaxResults": {
416415
"type": "integer"
417-
}
416+
},
417+
"NextToken": {},
418+
"CertificateAuthorityArn": {}
418419
}
419420
},
420421
"output": {
421422
"type": "structure",
422423
"members": {
424+
"NextToken": {},
423425
"Permissions": {
424426
"type": "list",
425427
"member": {
@@ -437,8 +439,7 @@
437439
"Policy": {}
438440
}
439441
}
440-
},
441-
"NextToken": {}
442+
}
442443
}
443444
}
444445
},
@@ -449,20 +450,20 @@
449450
"CertificateAuthorityArn"
450451
],
451452
"members": {
452-
"CertificateAuthorityArn": {},
453-
"NextToken": {},
454453
"MaxResults": {
455454
"type": "integer"
456-
}
455+
},
456+
"NextToken": {},
457+
"CertificateAuthorityArn": {}
457458
}
458459
},
459460
"output": {
460461
"type": "structure",
461462
"members": {
463+
"NextToken": {},
462464
"Tags": {
463465
"shape": "S16"
464-
},
465-
"NextToken": {}
466+
}
466467
}
467468
}
468469
},

0 commit comments

Comments
 (0)