From 1005c315e06f1b5bf6b0fe04ee0acf69b6563246 Mon Sep 17 00:00:00 2001 From: AWS <> Date: Mon, 26 Jul 2021 18:05:57 +0000 Subject: [PATCH] AWS S3 Control Update: S3 Access Point aliases can be used anywhere you use S3 bucket names to access data in S3 --- .../feature-AWSS3Control-b7cd577.json | 6 ++++ .../codegen-resources/service-2.json | 32 ++++++++++++++++++- 2 files changed, 37 insertions(+), 1 deletion(-) create mode 100644 .changes/next-release/feature-AWSS3Control-b7cd577.json diff --git a/.changes/next-release/feature-AWSS3Control-b7cd577.json b/.changes/next-release/feature-AWSS3Control-b7cd577.json new file mode 100644 index 000000000000..c907f0447e70 --- /dev/null +++ b/.changes/next-release/feature-AWSS3Control-b7cd577.json @@ -0,0 +1,6 @@ +{ + "type": "feature", + "category": "AWS S3 Control", + "contributor": "", + "description": "S3 Access Point aliases can be used anywhere you use S3 bucket names to access data in S3" +} diff --git a/services/s3control/src/main/resources/codegen-resources/service-2.json b/services/s3control/src/main/resources/codegen-resources/service-2.json index 14d3c734c6e2..55ebce4c99d0 100644 --- a/services/s3control/src/main/resources/codegen-resources/service-2.json +++ b/services/s3control/src/main/resources/codegen-resources/service-2.json @@ -764,6 +764,10 @@ "AccessPointArn":{ "shape":"S3AccessPointArn", "documentation":"
The ARN for the access point.
" + }, + "Alias":{ + "shape":"Alias", + "documentation":"The name or alias of the access point.
" } }, "documentation":"An access point used to access a bucket.
" @@ -777,7 +781,7 @@ }, "AccessPointName":{ "type":"string", - "max":50, + "max":63, "min":3 }, "AccountId":{ @@ -810,6 +814,11 @@ }, "documentation":"A container for the activity metrics.
" }, + "Alias":{ + "type":"string", + "max":63, + "pattern":"^[0-9a-z\\\\-]{63}" + }, "AwsLambdaTransformation":{ "type":"structure", "required":["FunctionArn"], @@ -992,6 +1001,10 @@ "AccessPointArn":{ "shape":"S3AccessPointArn", "documentation":"The ARN of the access point.
This is only supported by Amazon S3 on Outposts.
The name or alias of the access point.
" } } }, @@ -1456,6 +1469,11 @@ } } }, + "Endpoints":{ + "type":"map", + "key":{"shape":"NonEmptyMaxLength64String"}, + "value":{"shape":"NonEmptyMaxLength1024String"} + }, "ExceptionMessage":{ "type":"string", "max":1024, @@ -1732,6 +1750,18 @@ "CreationDate":{ "shape":"CreationDate", "documentation":"The date and time when the specified access point was created.
" + }, + "Alias":{ + "shape":"Alias", + "documentation":"The name or alias of the access point.
" + }, + "AccessPointArn":{ + "shape":"S3AccessPointArn", + "documentation":"The ARN of the access point.
" + }, + "Endpoints":{ + "shape":"Endpoints", + "documentation":"The VPC endpoint for the access point.
" } } },