Skip to content

Commit de2a42b

Browse files
Updated API models and rebuilt service gems.
1 parent bfca1cc commit de2a42b

23 files changed

+733
-571
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -650,7 +650,6 @@ RubyGems.org page under "LINKS" section.
650650
| AmazonConnectCampaignService | Aws::ConnectCampaignService | aws-sdk-connectcampaignservice | 2021-01-30 |
651651
| AmazonMQ | Aws::MQ | aws-sdk-mq | 2017-11-27 |
652652
| AmazonMWAA | Aws::MWAA | aws-sdk-mwaa | 2020-07-01 |
653-
| AmazonNimbleStudio | Aws::NimbleStudio | aws-sdk-nimblestudio | 2020-08-01 |
654653
| AmplifyBackend | Aws::AmplifyBackend | aws-sdk-amplifybackend | 2020-08-11 |
655654
| AppFabric | Aws::AppFabric | aws-sdk-appfabric | 2023-05-19 |
656655
| Application Auto Scaling | Aws::ApplicationAutoScaling | aws-sdk-applicationautoscaling | 2016-02-06 |

apis/s3/2006-03-01/api-2.json

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1490,7 +1490,8 @@
14901490
"type":"structure",
14911491
"members":{
14921492
"Name":{"shape":"BucketName"},
1493-
"CreationDate":{"shape":"CreationDate"}
1493+
"CreationDate":{"shape":"CreationDate"},
1494+
"BucketRegion":{"shape":"BucketRegion"}
14941495
}
14951496
},
14961497
"BucketAccelerateStatus":{
@@ -1593,6 +1594,7 @@
15931594
]
15941595
},
15951596
"BucketName":{"type":"string"},
1597+
"BucketRegion":{"type":"string"},
15961598
"BucketType":{
15971599
"type":"string",
15981600
"enum":["Directory"]
@@ -5443,7 +5445,8 @@
54435445
"members":{
54445446
"Buckets":{"shape":"Buckets"},
54455447
"Owner":{"shape":"Owner"},
5446-
"ContinuationToken":{"shape":"NextToken"}
5448+
"ContinuationToken":{"shape":"NextToken"},
5449+
"Prefix":{"shape":"Prefix"}
54475450
}
54485451
},
54495452
"ListBucketsRequest":{
@@ -5458,6 +5461,16 @@
54585461
"shape":"Token",
54595462
"location":"querystring",
54605463
"locationName":"continuation-token"
5464+
},
5465+
"Prefix":{
5466+
"shape":"Prefix",
5467+
"location":"querystring",
5468+
"locationName":"prefix"
5469+
},
5470+
"BucketRegion":{
5471+
"shape":"BucketRegion",
5472+
"location":"querystring",
5473+
"locationName":"bucket-region"
54615474
}
54625475
}
54635476
},

apis/s3/2006-03-01/docs-2.json

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

0 commit comments

Comments
 (0)