Skip to content

Commit 713fb0f

Browse files
author
AWS SDK for Go v2 automation user
committed
Update API model
1 parent 830202d commit 713fb0f

File tree

11 files changed

+30119
-342
lines changed

11 files changed

+30119
-342
lines changed

codegen/sdk-codegen/aws-models/accessanalyzer.json

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2331,7 +2331,7 @@
23312331
"s3Bucket": {
23322332
"target": "com.amazonaws.accessanalyzer#S3BucketConfiguration",
23332333
"traits": {
2334-
"smithy.api#documentation": "<p>The access control configuration is for an Amazon S3 Bucket. </p>"
2334+
"smithy.api#documentation": "<p>The access control configuration is for an Amazon S3 bucket. </p>"
23352335
}
23362336
},
23372337
"snsTopic": {
@@ -2345,6 +2345,12 @@
23452345
"traits": {
23462346
"smithy.api#documentation": "<p>The access control configuration is for an Amazon SQS queue. </p>"
23472347
}
2348+
},
2349+
"s3ExpressDirectoryBucket": {
2350+
"target": "com.amazonaws.accessanalyzer#S3ExpressDirectoryBucketConfiguration",
2351+
"traits": {
2352+
"smithy.api#documentation": "<p>The access control configuration is for an Amazon S3 directory bucket.</p>"
2353+
}
23482354
}
23492355
},
23502356
"traits": {
@@ -5838,6 +5844,10 @@
58385844
{
58395845
"value": "AWS::SNS::Topic",
58405846
"name": "AWS_SNS_TOPIC"
5847+
},
5848+
{
5849+
"value": "AWS::S3Express::DirectoryBucket",
5850+
"name": "AWS_S3EXPRESS_DIRECTORYBUCKET"
58415851
}
58425852
]
58435853
}
@@ -5949,6 +5959,23 @@
59495959
"com.amazonaws.accessanalyzer#S3BucketPolicy": {
59505960
"type": "string"
59515961
},
5962+
"com.amazonaws.accessanalyzer#S3ExpressDirectoryBucketConfiguration": {
5963+
"type": "structure",
5964+
"members": {
5965+
"bucketPolicy": {
5966+
"target": "com.amazonaws.accessanalyzer#S3ExpressDirectoryBucketPolicy",
5967+
"traits": {
5968+
"smithy.api#documentation": "<p>The proposed bucket policy for the Amazon S3 directory bucket.</p>"
5969+
}
5970+
}
5971+
},
5972+
"traits": {
5973+
"smithy.api#documentation": "<p>Proposed access control configuration for an Amazon S3 directory bucket. You can propose a\n configuration for a new Amazon S3 directory bucket or an existing Amazon S3 directory bucket that you\n own by specifying the Amazon S3 bucket policy. If the configuration is for an existing Amazon S3\n directory bucket and you do not specify the Amazon S3 bucket policy, the access preview uses the\n existing policy attached to the directory bucket. If the access preview is for a new\n resource and you do not specify the Amazon S3 bucket policy, the access preview assumes an\n directory bucket without a policy. To propose deletion of an existing bucket policy, you\n 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>"
5974+
}
5975+
},
5976+
"com.amazonaws.accessanalyzer#S3ExpressDirectoryBucketPolicy": {
5977+
"type": "string"
5978+
},
59525979
"com.amazonaws.accessanalyzer#S3PublicAccessBlockConfiguration": {
59535980
"type": "structure",
59545981
"members": {

codegen/sdk-codegen/aws-models/bedrock-agent-runtime.json

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

0 commit comments

Comments
 (0)