Skip to content

Commit

Permalink
Release v1.53.4 (2024-05-16) (#5262)
Browse files Browse the repository at this point in the history
Release v1.53.4 (2024-05-16)
===

### Service Client Updates
* `service/acm-pca`: Updates service API and waiters
* `service/connect`: Updates service documentation
* `service/kafka`: Updates service API and documentation
* `service/mwaa`: Updates service API and documentation
* `service/quicksight`: Updates service API and documentation
  * This release adds DescribeKeyRegistration and UpdateKeyRegistration APIs to manage QuickSight Customer Managed Keys (CMK).
* `service/sagemaker`: Updates service API and documentation
  * Introduced WorkerAccessConfiguration to SageMaker Workteam. This allows customers to configure resource access for workers in a workteam.
* `service/secretsmanager`: Updates service API and documentation
  * Documentation updates for AWS Secrets Manager
  • Loading branch information
aws-sdk-go-automation authored May 16, 2024
1 parent 435df9a commit 7561ec6
Show file tree
Hide file tree
Showing 25 changed files with 1,635 additions and 229 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
Release v1.53.4 (2024-05-16)
===

### Service Client Updates
* `service/acm-pca`: Updates service API and waiters
* `service/connect`: Updates service documentation
* `service/kafka`: Updates service API and documentation
* `service/mwaa`: Updates service API and documentation
* `service/quicksight`: Updates service API and documentation
* This release adds DescribeKeyRegistration and UpdateKeyRegistration APIs to manage QuickSight Customer Managed Keys (CMK).
* `service/sagemaker`: Updates service API and documentation
* Introduced WorkerAccessConfiguration to SageMaker Workteam. This allows customers to configure resource access for workers in a workteam.
* `service/secretsmanager`: Updates service API and documentation
* Documentation updates for AWS Secrets Manager

Release v1.53.3 (2024-05-15)
===

Expand Down
6 changes: 6 additions & 0 deletions aws/endpoints/defaults.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion aws/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.53.3"
const SDKVersion = "1.53.4"
1 change: 1 addition & 0 deletions models/apis/acm-pca/2017-08-22/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"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 models/apis/acm-pca/2017-08-22/waiters-2.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 models/apis/connect/2017-08-08/docs-2.json

Large diffs are not rendered by default.

23 changes: 23 additions & 0 deletions models/apis/kafka/2018-11-14/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -2362,6 +2362,19 @@
}
}
},
"BrokerCountUpdateInfo" : {
"type" : "structure",
"members" : {
"CreatedBrokerIds" : {
"shape" : "__listOf__double",
"locationName" : "createdBrokerIds"
},
"DeletedBrokerIds" : {
"shape" : "__listOf__double",
"locationName" : "deletedBrokerIds"
}
}
},
"ConsumerGroupReplication": {
"type": "structure",
"members": {
Expand Down Expand Up @@ -4306,6 +4319,10 @@
"StorageMode" : {
"shape" : "StorageMode",
"locationName" : "storageMode"
},
"BrokerCountUpdateInfo" : {
"shape": "BrokerCountUpdateInfo",
"locationName" : "brokerCountUpdateInfo"
}
}
},
Expand Down Expand Up @@ -5609,6 +5626,12 @@
"shape" : "UnprocessedScramSecret"
}
},
"__listOf__double" : {
"type" : "list",
"member" : {
"shape" : "__double"
}
},
"__listOf__string": {
"type": "list",
"member": {
Expand Down
13 changes: 13 additions & 0 deletions models/apis/kafka/2018-11-14/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,12 @@
"UpdateConnectivityRequest$ConnectivityInfo" : "<p>Information about the broker access configuration.</p>"
}
},
"BrokerCountUpdateInfo" : {
"base" : "<p>Describes brokers being changed during a broker count update.</p>",
"refs" : {
"MutableClusterInfo$BrokerCountUpdateInfo" : "<p>Describes brokers being changed during a broker count update.</p>"
}
},
"ConsumerGroupReplication" : {
"base" : "<p>Details about consumer group replication.</p>",
"refs" : {
Expand Down Expand Up @@ -1197,6 +1203,13 @@
"BatchDisassociateScramSecretResponse$UnprocessedScramSecrets" : "<p>List of errors when disassociating secrets to cluster.</p>"
}
},
"__listOf__double" : {
"base" : null,
"refs" : {
"BrokerCountUpdateInfo$CreatedBrokerIds" : "<p>List of Broker Ids when creating new Brokers in a cluster.</p>",
"BrokerCountUpdateInfo$DeletedBrokerIds" : "<p>List of Broker Ids when deleting existing Brokers in a cluster.</p>"
}
},
"__listOf__string" : {
"base" : null,
"refs" : {
Expand Down
Loading

0 comments on commit 7561ec6

Please sign in to comment.