Skip to content

Commit 99dd731

Browse files
Merging v1.4.56 release
2 parents 484b946 + 46114e6 commit 99dd731

File tree

7 files changed

+577
-90
lines changed

7 files changed

+577
-90
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## [1.4.56] - 04/04/2025
4+
5+
### Features
6+
* (**eventbridge**) Amazon EventBridge adds support for customer-managed keys on Archives and validations for two fields: eventSourceArn and kmsKeyIdentifier.
7+
8+
### Documentation
9+
* (**directoryservicedata**) Doc only update - fixed broken links.
10+
* (**ec2**) Doc-only updates for Amazon EC2
11+
* (**s3control**) Updated max size of Prefixes parameter of Scope data type.
12+
313
## [1.4.55] - 04/03/2025
414

515
### Features

codegen/aws-sdk-codegen/src/main/resources/aws/sdk/kotlin/codegen/endpoints.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15321,6 +15321,7 @@
1532115321
"ap-southeast-3" : { },
1532215322
"ap-southeast-4" : { },
1532315323
"ap-southeast-5" : { },
15324+
"ap-southeast-7" : { },
1532415325
"ca-central-1" : { },
1532515326
"ca-west-1" : { },
1532615327
"eu-central-1" : { },
@@ -15362,6 +15363,7 @@
1536215363
"il-central-1" : { },
1536315364
"me-central-1" : { },
1536415365
"me-south-1" : { },
15366+
"mx-central-1" : { },
1536515367
"sa-east-1" : { },
1536615368
"us-east-1" : {
1536715369
"variants" : [ {

codegen/sdk/aws-models/directory-service-data.json

Lines changed: 450 additions & 4 deletions
Large diffs are not rendered by default.

codegen/sdk/aws-models/ec2.json

Lines changed: 57 additions & 57 deletions
Large diffs are not rendered by default.

codegen/sdk/aws-models/eventbridge.json

Lines changed: 55 additions & 26 deletions
Large diffs are not rendered by default.

codegen/sdk/aws-models/s3-control.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17645,7 +17645,7 @@
1764517645
"target": "smithy.api#Unit"
1764617646
},
1764717647
"traits": {
17648-
"smithy.api#documentation": "<p>Creates or replaces the access point scope for a directory bucket. You can use the access point scope to restrict access to specific prefixes, API operations, or a combination of both.</p>\n <p>You can include one or more of the following API operations as permissions:</p>\n <ul>\n <li>\n <p>\n <code>PutObjet</code>\n </p>\n </li>\n <li>\n <p>\n <code>GetObject</code>\n </p>\n </li>\n <li>\n <p>\n <code>DeleteObject</code>\n </p>\n </li>\n <li>\n <p>\n <code>ListBucket</code>\n </p>\n </li>\n <li>\n <p>\n <code>GetObjectAttributes</code>\n </p>\n </li>\n <li>\n <p>\n <code>AbortMultipartUpload</code>\n </p>\n </li>\n <li>\n <p>\n <code>ListBucketMultipartUpload</code>\n </p>\n </li>\n <li>\n <p>\n <code>ListMultiPartUploadParts</code>\n </p>\n </li>\n </ul>\n <note>\n <p>You can specify any amount of prefixes, but the total length of characters of all prefixes must be less than 512 KB in size.</p>\n </note>\n <p>To use this operation, you must have the permission to perform the\n <code>s3express:PutAccessPointScope</code> action.</p>\n <p>For information about REST API errors, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/API/ErrorResponses.html#RESTErrorResponses\">REST error responses</a>.</p>",
17648+
"smithy.api#documentation": "<p>Creates or replaces the access point scope for a directory bucket. You can use the access point scope to restrict access to specific prefixes, API operations, or a combination of both.</p>\n <note>\n <p>You can specify any amount of prefixes, but the total length of characters of all prefixes must be less than 256 bytes in size.</p>\n </note>\n <p>To use this operation, you must have the permission to perform the\n <code>s3express:PutAccessPointScope</code> action.</p>\n <p>For information about REST API errors, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/API/ErrorResponses.html#RESTErrorResponses\">REST error responses</a>.</p>",
1764917649
"smithy.api#http": {
1765017650
"method": "PUT",
1765117651
"uri": "/v20180820/accesspoint/{Name}/scope",
@@ -20020,7 +20020,7 @@
2002020020
"Prefixes": {
2002120021
"target": "com.amazonaws.s3control#PrefixesList",
2002220022
"traits": {
20023-
"smithy.api#documentation": "<p>You can specify any amount of prefixes, but the total length of characters of all prefixes must be less than 512 KB in size.</p>",
20023+
"smithy.api#documentation": "<p>You can specify any amount of prefixes, but the total length of characters of all prefixes must be less than 256 bytes in size.</p>",
2002420024
"smithy.api#xmlName": "Prefixes"
2002520025
}
2002620026
},

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ kotlin.native.ignoreDisabledTargets=true
66
org.gradle.jvmargs=-Xmx6g -XX:MaxMetaspaceSize=2G
77

88
# sdk
9-
sdkVersion=1.4.56-SNAPSHOT
9+
sdkVersion=1.4.57-SNAPSHOT
1010

1111
# dokka config (values specified at build-time as needed)
1212
smithyKotlinDocBaseUrl=https://sdk.amazonaws.com/kotlin/api/smithy-kotlin/api/$smithyKotlinRuntimeVersion/

0 commit comments

Comments
 (0)