Skip to content

Commit 3cfef33

Browse files
author
awstools
committed
Updates SDK to v2.1622.0
1 parent 880e811 commit 3cfef33

29 files changed

+1766
-1009
lines changed

Diff for: .changes/2.1622.0.json

+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "ACMPCA",
5+
"description": "This release adds support for waiters to fail on AccessDeniedException when having insufficient permissions"
6+
},
7+
{
8+
"type": "feature",
9+
"category": "Kafka",
10+
"description": "AWS MSK support for Broker Removal."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "MWAA",
15+
"description": "Amazon MWAA now supports Airflow web server auto scaling to automatically handle increased demand from REST APIs, Command Line Interface (CLI), or more Airflow User Interface (UI) users. Customers can specify maximum and minimum web server instances during environment creation and update workflow."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "QuickSight",
20+
"description": "This release adds DescribeKeyRegistration and UpdateKeyRegistration APIs to manage QuickSight Customer Managed Keys (CMK)."
21+
},
22+
{
23+
"type": "feature",
24+
"category": "SageMaker",
25+
"description": "Introduced WorkerAccessConfiguration to SageMaker Workteam. This allows customers to configure resource access for workers in a workteam."
26+
}
27+
]

Diff for: CHANGELOG.md

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

5+
## 2.1622.0
6+
* feature: ACMPCA: This release adds support for waiters to fail on AccessDeniedException when having insufficient permissions
7+
* feature: Kafka: AWS MSK support for Broker Removal.
8+
* feature: MWAA: Amazon MWAA now supports Airflow web server auto scaling to automatically handle increased demand from REST APIs, Command Line Interface (CLI), or more Airflow User Interface (UI) users. Customers can specify maximum and minimum web server instances during environment creation and update workflow.
9+
* feature: QuickSight: This release adds DescribeKeyRegistration and UpdateKeyRegistration APIs to manage QuickSight Customer Managed Keys (CMK).
10+
* feature: SageMaker: Introduced WorkerAccessConfiguration to SageMaker Workteam. This allows customers to configure resource access for workers in a workteam.
11+
512
## 2.1621.0
613
* feature: BedrockAgentRuntime: Updating Bedrock Knowledge Base Metadata & Filters feature with two new filters listContains and stringContains
714
* feature: CodeBuild: CodeBuild Reserved Capacity VPC Support

Diff for: 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.1621.0.min.js"></script>
67+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1622.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

Diff for: apis/acm-pca-2017-08-22.min.json

+3
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
"endpointPrefix": "acm-pca",
66
"jsonVersion": "1.1",
77
"protocol": "json",
8+
"protocols": [
9+
"json"
10+
],
811
"serviceAbbreviation": "ACM-PCA",
912
"serviceFullName": "AWS Certificate Manager Private Certificate Authority",
1013
"serviceId": "ACM PCA",

Diff for: apis/acm-pca-2017-08-22.normal.json

+3
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
"endpointPrefix": "acm-pca",
66
"jsonVersion": "1.1",
77
"protocol": "json",
8+
"protocols": [
9+
"json"
10+
],
811
"serviceAbbreviation": "ACM-PCA",
912
"serviceFullName": "AWS Certificate Manager Private Certificate Authority",
1013
"serviceId": "ACM PCA",

Diff for: apis/acm-pca-2017-08-22.waiters2.json

+15
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@
1616
"state": "retry",
1717
"matcher": "error",
1818
"expected": "RequestInProgressException"
19+
},
20+
{
21+
"state": "failure",
22+
"matcher": "error",
23+
"expected": "AccessDeniedException"
1924
}
2025
]
2126
},
@@ -34,6 +39,11 @@
3439
"state": "retry",
3540
"matcher": "error",
3641
"expected": "RequestInProgressException"
42+
},
43+
{
44+
"state": "failure",
45+
"matcher": "error",
46+
"expected": "AccessDeniedException"
3747
}
3848
]
3949
},
@@ -54,6 +64,11 @@
5464
"matcher": "path",
5565
"argument": "AuditReportStatus",
5666
"expected": "FAILED"
67+
},
68+
{
69+
"state": "failure",
70+
"matcher": "error",
71+
"expected": "AccessDeniedException"
5772
}
5873
]
5974
}

Diff for: apis/connect-2017-08-08.normal.json

+6-6
Large diffs are not rendered by default.

Diff for: apis/kafka-2018-11-14.min.json

+26-6
Original file line numberDiff line numberDiff line change
@@ -750,7 +750,7 @@
750750
"locationName": "targetClusterInfo"
751751
},
752752
"VpcConnectionInfo": {
753-
"shape": "S3j",
753+
"shape": "S3m",
754754
"locationName": "vpcConnectionInfo"
755755
}
756756
}
@@ -771,7 +771,7 @@
771771
"locationName": "owner"
772772
},
773773
"UserIdentity": {
774-
"shape": "S3k",
774+
"shape": "S3n",
775775
"locationName": "userIdentity"
776776
},
777777
"VpcConnectionArn": {
@@ -3418,7 +3418,7 @@
34183418
"locationName": "targetClusterInfo"
34193419
},
34203420
"VpcConnectionInfo": {
3421-
"shape": "S3j",
3421+
"shape": "S3m",
34223422
"locationName": "vpcConnectionInfo"
34233423
}
34243424
}
@@ -3500,6 +3500,20 @@
35003500
},
35013501
"StorageMode": {
35023502
"locationName": "storageMode"
3503+
},
3504+
"BrokerCountUpdateInfo": {
3505+
"locationName": "brokerCountUpdateInfo",
3506+
"type": "structure",
3507+
"members": {
3508+
"CreatedBrokerIds": {
3509+
"shape": "S3k",
3510+
"locationName": "createdBrokerIds"
3511+
},
3512+
"DeletedBrokerIds": {
3513+
"shape": "S3k",
3514+
"locationName": "deletedBrokerIds"
3515+
}
3516+
}
35033517
}
35043518
}
35053519
},
@@ -3525,7 +3539,13 @@
35253539
]
35263540
}
35273541
},
3528-
"S3j": {
3542+
"S3k": {
3543+
"type": "list",
3544+
"member": {
3545+
"type": "double"
3546+
}
3547+
},
3548+
"S3m": {
35293549
"type": "structure",
35303550
"members": {
35313551
"VpcConnectionArn": {
@@ -3535,7 +3555,7 @@
35353555
"locationName": "owner"
35363556
},
35373557
"UserIdentity": {
3538-
"shape": "S3k",
3558+
"shape": "S3n",
35393559
"locationName": "userIdentity"
35403560
},
35413561
"CreationTime": {
@@ -3544,7 +3564,7 @@
35443564
}
35453565
}
35463566
},
3547-
"S3k": {
3567+
"S3n": {
35483568
"type": "structure",
35493569
"members": {
35503570
"Type": {

Diff for: apis/kafka-2018-11-14.normal.json

+27
Original file line numberDiff line numberDiff line change
@@ -2151,6 +2151,22 @@
21512151
"DEFAULT"
21522152
]
21532153
},
2154+
"BrokerCountUpdateInfo": {
2155+
"type": "structure",
2156+
"members": {
2157+
"CreatedBrokerIds": {
2158+
"shape": "__listOf__double",
2159+
"locationName": "createdBrokerIds",
2160+
"documentation": "\n <p>Kafka Broker IDs of brokers being created.</p>\n "
2161+
},
2162+
"DeletedBrokerIds": {
2163+
"shape": "__listOf__double",
2164+
"locationName": "deletedBrokerIds",
2165+
"documentation": "\n <p>Kafka Broker IDs of brokers being deleted.</p>\n "
2166+
}
2167+
},
2168+
"documentation": "\n <p>Information regarding UpdateBrokerCount.</p>\n "
2169+
},
21542170
"BrokerEBSVolumeInfo": {
21552171
"type": "structure",
21562172
"members": {
@@ -5037,6 +5053,11 @@
50375053
"shape": "StorageMode",
50385054
"locationName": "storageMode",
50395055
"documentation": "\n <p>This controls storage mode for supported storage tiers.</p>\n "
5056+
},
5057+
"BrokerCountUpdateInfo": {
5058+
"shape": "BrokerCountUpdateInfo",
5059+
"locationName": "brokerCountUpdateInfo",
5060+
"documentation": "\n <p>Describes brokers being changed during a broker count update.</p>\n "
50405061
}
50415062
},
50425063
"documentation": "\n <p>Information about cluster attributes that can be updated via update APIs.</p>\n "
@@ -6588,6 +6609,12 @@
65886609
"shape": "UnprocessedScramSecret"
65896610
}
65906611
},
6612+
"__listOf__double": {
6613+
"type": "list",
6614+
"member": {
6615+
"shape": "__double"
6616+
}
6617+
},
65916618
"__listOf__string": {
65926619
"type": "list",
65936620
"member": {

0 commit comments

Comments
 (0)