Skip to content

Commit

Permalink
Updates SDK to v2.1622.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed May 16, 2024
1 parent 880e811 commit 3cfef33
Show file tree
Hide file tree
Showing 29 changed files with 1,766 additions and 1,009 deletions.
27 changes: 27 additions & 0 deletions .changes/2.1622.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[
{
"type": "feature",
"category": "ACMPCA",
"description": "This release adds support for waiters to fail on AccessDeniedException when having insufficient permissions"
},
{
"type": "feature",
"category": "Kafka",
"description": "AWS MSK support for Broker Removal."
},
{
"type": "feature",
"category": "MWAA",
"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."
},
{
"type": "feature",
"category": "QuickSight",
"description": "This release adds DescribeKeyRegistration and UpdateKeyRegistration APIs to manage QuickSight Customer Managed Keys (CMK)."
},
{
"type": "feature",
"category": "SageMaker",
"description": "Introduced WorkerAccessConfiguration to SageMaker Workteam. This allows customers to configure resource access for workers in a workteam."
}
]
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1621.0-->
<!--LATEST=2.1622.0-->
<!--ENTRYINSERT-->

## 2.1622.0
* feature: ACMPCA: This release adds support for waiters to fail on AccessDeniedException when having insufficient permissions
* feature: Kafka: AWS MSK support for Broker Removal.
* 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.
* feature: QuickSight: This release adds DescribeKeyRegistration and UpdateKeyRegistration APIs to manage QuickSight Customer Managed Keys (CMK).
* feature: SageMaker: Introduced WorkerAccessConfiguration to SageMaker Workteam. This allows customers to configure resource access for workers in a workteam.

## 2.1621.0
* feature: BedrockAgentRuntime: Updating Bedrock Knowledge Base Metadata & Filters feature with two new filters listContains and stringContains
* feature: CodeBuild: CodeBuild Reserved Capacity VPC Support
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,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.1621.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1622.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
3 changes: 3 additions & 0 deletions apis/acm-pca-2017-08-22.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
"endpointPrefix": "acm-pca",
"jsonVersion": "1.1",
"protocol": "json",
"protocols": [
"json"
],
"serviceAbbreviation": "ACM-PCA",
"serviceFullName": "AWS Certificate Manager Private Certificate Authority",
"serviceId": "ACM PCA",
Expand Down
3 changes: 3 additions & 0 deletions apis/acm-pca-2017-08-22.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
"endpointPrefix": "acm-pca",
"jsonVersion": "1.1",
"protocol": "json",
"protocols": [
"json"
],
"serviceAbbreviation": "ACM-PCA",
"serviceFullName": "AWS Certificate Manager Private Certificate Authority",
"serviceId": "ACM PCA",
Expand Down
15 changes: 15 additions & 0 deletions apis/acm-pca-2017-08-22.waiters2.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@
"state": "retry",
"matcher": "error",
"expected": "RequestInProgressException"
},
{
"state": "failure",
"matcher": "error",
"expected": "AccessDeniedException"
}
]
},
Expand All @@ -34,6 +39,11 @@
"state": "retry",
"matcher": "error",
"expected": "RequestInProgressException"
},
{
"state": "failure",
"matcher": "error",
"expected": "AccessDeniedException"
}
]
},
Expand All @@ -54,6 +64,11 @@
"matcher": "path",
"argument": "AuditReportStatus",
"expected": "FAILED"
},
{
"state": "failure",
"matcher": "error",
"expected": "AccessDeniedException"
}
]
}
Expand Down
12 changes: 6 additions & 6 deletions apis/connect-2017-08-08.normal.json

Large diffs are not rendered by default.

32 changes: 26 additions & 6 deletions apis/kafka-2018-11-14.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -750,7 +750,7 @@
"locationName": "targetClusterInfo"
},
"VpcConnectionInfo": {
"shape": "S3j",
"shape": "S3m",
"locationName": "vpcConnectionInfo"
}
}
Expand All @@ -771,7 +771,7 @@
"locationName": "owner"
},
"UserIdentity": {
"shape": "S3k",
"shape": "S3n",
"locationName": "userIdentity"
},
"VpcConnectionArn": {
Expand Down Expand Up @@ -3418,7 +3418,7 @@
"locationName": "targetClusterInfo"
},
"VpcConnectionInfo": {
"shape": "S3j",
"shape": "S3m",
"locationName": "vpcConnectionInfo"
}
}
Expand Down Expand Up @@ -3500,6 +3500,20 @@
},
"StorageMode": {
"locationName": "storageMode"
},
"BrokerCountUpdateInfo": {
"locationName": "brokerCountUpdateInfo",
"type": "structure",
"members": {
"CreatedBrokerIds": {
"shape": "S3k",
"locationName": "createdBrokerIds"
},
"DeletedBrokerIds": {
"shape": "S3k",
"locationName": "deletedBrokerIds"
}
}
}
}
},
Expand All @@ -3525,7 +3539,13 @@
]
}
},
"S3j": {
"S3k": {
"type": "list",
"member": {
"type": "double"
}
},
"S3m": {
"type": "structure",
"members": {
"VpcConnectionArn": {
Expand All @@ -3535,7 +3555,7 @@
"locationName": "owner"
},
"UserIdentity": {
"shape": "S3k",
"shape": "S3n",
"locationName": "userIdentity"
},
"CreationTime": {
Expand All @@ -3544,7 +3564,7 @@
}
}
},
"S3k": {
"S3n": {
"type": "structure",
"members": {
"Type": {
Expand Down
27 changes: 27 additions & 0 deletions apis/kafka-2018-11-14.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -2151,6 +2151,22 @@
"DEFAULT"
]
},
"BrokerCountUpdateInfo": {
"type": "structure",
"members": {
"CreatedBrokerIds": {
"shape": "__listOf__double",
"locationName": "createdBrokerIds",
"documentation": "\n <p>Kafka Broker IDs of brokers being created.</p>\n "
},
"DeletedBrokerIds": {
"shape": "__listOf__double",
"locationName": "deletedBrokerIds",
"documentation": "\n <p>Kafka Broker IDs of brokers being deleted.</p>\n "
}
},
"documentation": "\n <p>Information regarding UpdateBrokerCount.</p>\n "
},
"BrokerEBSVolumeInfo": {
"type": "structure",
"members": {
Expand Down Expand Up @@ -5037,6 +5053,11 @@
"shape": "StorageMode",
"locationName": "storageMode",
"documentation": "\n <p>This controls storage mode for supported storage tiers.</p>\n "
},
"BrokerCountUpdateInfo": {
"shape": "BrokerCountUpdateInfo",
"locationName": "brokerCountUpdateInfo",
"documentation": "\n <p>Describes brokers being changed during a broker count update.</p>\n "
}
},
"documentation": "\n <p>Information about cluster attributes that can be updated via update APIs.</p>\n "
Expand Down Expand Up @@ -6588,6 +6609,12 @@
"shape": "UnprocessedScramSecret"
}
},
"__listOf__double": {
"type": "list",
"member": {
"shape": "__double"
}
},
"__listOf__string": {
"type": "list",
"member": {
Expand Down

0 comments on commit 3cfef33

Please sign in to comment.