Skip to content

Commit 500a9cb

Browse files
author
AWS SDK for Go v2 automation user
committed
Update API model
1 parent 6221102 commit 500a9cb

5 files changed

Lines changed: 346 additions & 9 deletions

File tree

codegen/sdk-codegen/aws-models/bcm-data-exports.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -566,6 +566,16 @@
566566
"smithy.api#httpError": 403
567567
}
568568
},
569+
"com.amazonaws.bcmdataexports#AccountId": {
570+
"type": "string",
571+
"traits": {
572+
"smithy.api#length": {
573+
"min": 12,
574+
"max": 12
575+
},
576+
"smithy.api#pattern": "^[0-9]{12}$"
577+
}
578+
},
569579
"com.amazonaws.bcmdataexports#Arn": {
570580
"type": "string",
571581
"traits": {
@@ -1842,6 +1852,12 @@
18421852
"smithy.api#required": {}
18431853
}
18441854
},
1855+
"S3BucketOwner": {
1856+
"target": "com.amazonaws.bcmdataexports#AccountId",
1857+
"traits": {
1858+
"smithy.api#documentation": "<p>The AWS Account ID that owns the S3 bucket used as the destination for the data export.</p>"
1859+
}
1860+
},
18451861
"S3Prefix": {
18461862
"target": "com.amazonaws.bcmdataexports#GenericString",
18471863
"traits": {

0 commit comments

Comments
 (0)