|
1292 | 1292 | },
|
1293 | 1293 | "s3Bucket":{
|
1294 | 1294 | "shape":"S3BucketConfiguration",
|
1295 |
| - "documentation":"<p>The access control configuration is for an Amazon S3 Bucket. </p>" |
| 1295 | + "documentation":"<p>The access control configuration is for an Amazon S3 bucket. </p>" |
1296 | 1296 | },
|
1297 | 1297 | "snsTopic":{
|
1298 | 1298 | "shape":"SnsTopicConfiguration",
|
|
1301 | 1301 | "sqsQueue":{
|
1302 | 1302 | "shape":"SqsQueueConfiguration",
|
1303 | 1303 | "documentation":"<p>The access control configuration is for an Amazon SQS queue. </p>"
|
| 1304 | + }, |
| 1305 | + "s3ExpressDirectoryBucket":{ |
| 1306 | + "shape":"S3ExpressDirectoryBucketConfiguration", |
| 1307 | + "documentation":"<p>The access control configuration is for an Amazon S3 directory bucket.</p>" |
1304 | 1308 | }
|
1305 | 1309 | },
|
1306 | 1310 | "documentation":"<p>Access control configuration structures for your resource. You specify the configuration as a type-value pair. You can specify only one type of access control configuration.</p>",
|
|
3171 | 3175 | "AWS::ECR::Repository",
|
3172 | 3176 | "AWS::RDS::DBSnapshot",
|
3173 | 3177 | "AWS::RDS::DBClusterSnapshot",
|
3174 |
| - "AWS::SNS::Topic" |
| 3178 | + "AWS::SNS::Topic", |
| 3179 | + "AWS::S3Express::DirectoryBucket" |
3175 | 3180 | ]
|
3176 | 3181 | },
|
3177 | 3182 | "RetiringPrincipal":{"type":"string"},
|
|
3247 | 3252 | "documentation":"<p>Proposed access control configuration for an Amazon S3 bucket. You can propose a configuration for a new Amazon S3 bucket or an existing Amazon S3 bucket that you own by specifying the Amazon S3 bucket policy, bucket ACLs, bucket BPA settings, Amazon S3 access points, and multi-region access points attached to the bucket. If the configuration is for an existing Amazon S3 bucket and you do not specify the Amazon S3 bucket policy, the access preview uses the existing policy attached to the bucket. If the access preview is for a new resource and you do not specify the Amazon S3 bucket policy, the access preview assumes a bucket without a policy. To propose deletion of an existing bucket policy, you can specify an empty string. For more information about bucket policy limits, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/dev/example-bucket-policies.html\">Bucket Policy Examples</a>.</p>"
|
3248 | 3253 | },
|
3249 | 3254 | "S3BucketPolicy":{"type":"string"},
|
| 3255 | + "S3ExpressDirectoryBucketConfiguration":{ |
| 3256 | + "type":"structure", |
| 3257 | + "members":{ |
| 3258 | + "bucketPolicy":{ |
| 3259 | + "shape":"S3ExpressDirectoryBucketPolicy", |
| 3260 | + "documentation":"<p>The proposed bucket policy for the Amazon S3 directory bucket.</p>" |
| 3261 | + } |
| 3262 | + }, |
| 3263 | + "documentation":"<p>Proposed access control configuration for an Amazon S3 directory bucket. You can propose a configuration for a new Amazon S3 directory bucket or an existing Amazon S3 directory bucket that you own by specifying the Amazon S3 bucket policy. If the configuration is for an existing Amazon S3 directory bucket and you do not specify the Amazon S3 bucket policy, the access preview uses the existing policy attached to the directory bucket. If the access preview is for a new resource and you do not specify the Amazon S3 bucket policy, the access preview assumes an directory bucket without a policy. To propose deletion of an existing bucket policy, you can specify an empty string. For more information about bucket policy limits, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-express-security-iam-example-bucket-policies.html\">Example bucket policies</a>.</p>" |
| 3264 | + }, |
| 3265 | + "S3ExpressDirectoryBucketPolicy":{"type":"string"}, |
3250 | 3266 | "S3PublicAccessBlockConfiguration":{
|
3251 | 3267 | "type":"structure",
|
3252 | 3268 | "required":[
|
|
0 commit comments