aws-sdk-core 2.11.593 → 2.11.598
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/application-autoscaling/2016-02-06/api-2.json +7 -3
- data/apis/batch/2016-08-10/api-2.json +71 -3
- data/apis/config/2014-11-12/api-2.json +5 -13
- data/apis/datasync/2018-11-09/api-2.json +6 -3
- data/apis/ec2/2016-11-15/api-2.json +32 -0
- data/apis/elasticmapreduce/2009-03-31/api-2.json +25 -2
- data/apis/frauddetector/2019-11-15/api-2.json +3 -3
- data/apis/imagebuilder/2019-12-02/api-2.json +22 -7
- data/apis/iot/2015-05-28/api-2.json +53 -2
- data/apis/mediaconnect/2018-11-14/api-2.json +459 -1
- data/apis/mediaconnect/2018-11-14/paginators-1.json +12 -0
- data/apis/pinpoint/2016-12-01/api-2.json +50 -5
- data/apis/rds/2014-10-31/api-2.json +13 -1
- data/apis/s3/2006-03-01/api-2.json +4 -2
- data/apis/s3/2006-03-01/examples-1.json +138 -138
- data/apis/s3control/2018-08-20/api-2.json +836 -19
- data/apis/s3control/2018-08-20/paginators-1.json +5 -0
- data/apis/s3outposts/2017-07-25/api-2.json +250 -0
- data/apis/s3outposts/2017-07-25/examples-1.json +5 -0
- data/apis/s3outposts/2017-07-25/paginators-1.json +10 -0
- data/apis/schemas/2019-12-02/api-2.json +113 -0
- data/apis/securityhub/2018-10-26/api-2.json +751 -2
- data/apis/sts/2011-06-15/api-2.json +4 -5
- data/apis/timestream-query/2018-11-01/api-2.json +299 -0
- data/apis/timestream-query/2018-11-01/examples-1.json +5 -0
- data/apis/timestream-query/2018-11-01/paginators-1.json +14 -0
- data/apis/timestream-write/2018-11-01/api-2.json +775 -0
- data/apis/timestream-write/2018-11-01/examples-1.json +5 -0
- data/apis/timestream-write/2018-11-01/paginators-1.json +14 -0
- data/endpoints.json +43 -0
- data/lib/aws-sdk-core.rb +3 -0
- data/lib/aws-sdk-core/eager_loader.rb +1 -0
- data/lib/aws-sdk-core/s3outposts.rb +6 -0
- data/lib/aws-sdk-core/timestreamquery.rb +6 -0
- data/lib/aws-sdk-core/timestreamwrite.rb +6 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- data/service-models.json +12 -0
- metadata +14 -2
@@ -21,8 +21,26 @@
|
|
21
21
|
"shape":"CreateAccessPointRequest",
|
22
22
|
"locationName":"CreateAccessPointRequest",
|
23
23
|
"xmlNamespace":{"uri":"http://awss3control.amazonaws.com/doc/2018-08-20/"}
|
24
|
+
},
|
25
|
+
"output":{"shape":"CreateAccessPointResult"},
|
26
|
+
"endpoint":{
|
27
|
+
"hostPrefix":"{AccountId}."
|
24
28
|
}
|
25
29
|
},
|
30
|
+
"CreateBucket":{
|
31
|
+
"name":"CreateBucket",
|
32
|
+
"http":{
|
33
|
+
"method":"PUT",
|
34
|
+
"requestUri":"/v20180820/bucket/{name}"
|
35
|
+
},
|
36
|
+
"input":{"shape":"CreateBucketRequest"},
|
37
|
+
"output":{"shape":"CreateBucketResult"},
|
38
|
+
"errors":[
|
39
|
+
{"shape":"BucketAlreadyExists"},
|
40
|
+
{"shape":"BucketAlreadyOwnedByYou"}
|
41
|
+
],
|
42
|
+
"httpChecksumRequired":true
|
43
|
+
},
|
26
44
|
"CreateJob":{
|
27
45
|
"name":"CreateJob",
|
28
46
|
"http":{
|
@@ -40,7 +58,10 @@
|
|
40
58
|
{"shape":"BadRequestException"},
|
41
59
|
{"shape":"IdempotencyException"},
|
42
60
|
{"shape":"InternalServiceException"}
|
43
|
-
]
|
61
|
+
],
|
62
|
+
"endpoint":{
|
63
|
+
"hostPrefix":"{AccountId}."
|
64
|
+
}
|
44
65
|
},
|
45
66
|
"DeleteAccessPoint":{
|
46
67
|
"name":"DeleteAccessPoint",
|
@@ -48,7 +69,10 @@
|
|
48
69
|
"method":"DELETE",
|
49
70
|
"requestUri":"/v20180820/accesspoint/{name}"
|
50
71
|
},
|
51
|
-
"input":{"shape":"DeleteAccessPointRequest"}
|
72
|
+
"input":{"shape":"DeleteAccessPointRequest"},
|
73
|
+
"endpoint":{
|
74
|
+
"hostPrefix":"{AccountId}."
|
75
|
+
}
|
52
76
|
},
|
53
77
|
"DeleteAccessPointPolicy":{
|
54
78
|
"name":"DeleteAccessPointPolicy",
|
@@ -56,7 +80,55 @@
|
|
56
80
|
"method":"DELETE",
|
57
81
|
"requestUri":"/v20180820/accesspoint/{name}/policy"
|
58
82
|
},
|
59
|
-
"input":{"shape":"DeleteAccessPointPolicyRequest"}
|
83
|
+
"input":{"shape":"DeleteAccessPointPolicyRequest"},
|
84
|
+
"endpoint":{
|
85
|
+
"hostPrefix":"{AccountId}."
|
86
|
+
}
|
87
|
+
},
|
88
|
+
"DeleteBucket":{
|
89
|
+
"name":"DeleteBucket",
|
90
|
+
"http":{
|
91
|
+
"method":"DELETE",
|
92
|
+
"requestUri":"/v20180820/bucket/{name}"
|
93
|
+
},
|
94
|
+
"input":{"shape":"DeleteBucketRequest"},
|
95
|
+
"endpoint":{
|
96
|
+
"hostPrefix":"{AccountId}."
|
97
|
+
}
|
98
|
+
},
|
99
|
+
"DeleteBucketLifecycleConfiguration":{
|
100
|
+
"name":"DeleteBucketLifecycleConfiguration",
|
101
|
+
"http":{
|
102
|
+
"method":"DELETE",
|
103
|
+
"requestUri":"/v20180820/bucket/{name}/lifecycleconfiguration"
|
104
|
+
},
|
105
|
+
"input":{"shape":"DeleteBucketLifecycleConfigurationRequest"},
|
106
|
+
"endpoint":{
|
107
|
+
"hostPrefix":"{AccountId}."
|
108
|
+
}
|
109
|
+
},
|
110
|
+
"DeleteBucketPolicy":{
|
111
|
+
"name":"DeleteBucketPolicy",
|
112
|
+
"http":{
|
113
|
+
"method":"DELETE",
|
114
|
+
"requestUri":"/v20180820/bucket/{name}/policy"
|
115
|
+
},
|
116
|
+
"input":{"shape":"DeleteBucketPolicyRequest"},
|
117
|
+
"endpoint":{
|
118
|
+
"hostPrefix":"{AccountId}."
|
119
|
+
}
|
120
|
+
},
|
121
|
+
"DeleteBucketTagging":{
|
122
|
+
"name":"DeleteBucketTagging",
|
123
|
+
"http":{
|
124
|
+
"method":"DELETE",
|
125
|
+
"requestUri":"/v20180820/bucket/{name}/tagging",
|
126
|
+
"responseCode":204
|
127
|
+
},
|
128
|
+
"input":{"shape":"DeleteBucketTaggingRequest"},
|
129
|
+
"endpoint":{
|
130
|
+
"hostPrefix":"{AccountId}."
|
131
|
+
}
|
60
132
|
},
|
61
133
|
"DeleteJobTagging":{
|
62
134
|
"name":"DeleteJobTagging",
|
@@ -70,7 +142,10 @@
|
|
70
142
|
{"shape":"InternalServiceException"},
|
71
143
|
{"shape":"TooManyRequestsException"},
|
72
144
|
{"shape":"NotFoundException"}
|
73
|
-
]
|
145
|
+
],
|
146
|
+
"endpoint":{
|
147
|
+
"hostPrefix":"{AccountId}."
|
148
|
+
}
|
74
149
|
},
|
75
150
|
"DeletePublicAccessBlock":{
|
76
151
|
"name":"DeletePublicAccessBlock",
|
@@ -78,7 +153,10 @@
|
|
78
153
|
"method":"DELETE",
|
79
154
|
"requestUri":"/v20180820/configuration/publicAccessBlock"
|
80
155
|
},
|
81
|
-
"input":{"shape":"DeletePublicAccessBlockRequest"}
|
156
|
+
"input":{"shape":"DeletePublicAccessBlockRequest"},
|
157
|
+
"endpoint":{
|
158
|
+
"hostPrefix":"{AccountId}."
|
159
|
+
}
|
82
160
|
},
|
83
161
|
"DescribeJob":{
|
84
162
|
"name":"DescribeJob",
|
@@ -93,7 +171,10 @@
|
|
93
171
|
{"shape":"TooManyRequestsException"},
|
94
172
|
{"shape":"NotFoundException"},
|
95
173
|
{"shape":"InternalServiceException"}
|
96
|
-
]
|
174
|
+
],
|
175
|
+
"endpoint":{
|
176
|
+
"hostPrefix":"{AccountId}."
|
177
|
+
}
|
97
178
|
},
|
98
179
|
"GetAccessPoint":{
|
99
180
|
"name":"GetAccessPoint",
|
@@ -102,7 +183,10 @@
|
|
102
183
|
"requestUri":"/v20180820/accesspoint/{name}"
|
103
184
|
},
|
104
185
|
"input":{"shape":"GetAccessPointRequest"},
|
105
|
-
"output":{"shape":"GetAccessPointResult"}
|
186
|
+
"output":{"shape":"GetAccessPointResult"},
|
187
|
+
"endpoint":{
|
188
|
+
"hostPrefix":"{AccountId}."
|
189
|
+
}
|
106
190
|
},
|
107
191
|
"GetAccessPointPolicy":{
|
108
192
|
"name":"GetAccessPointPolicy",
|
@@ -111,7 +195,10 @@
|
|
111
195
|
"requestUri":"/v20180820/accesspoint/{name}/policy"
|
112
196
|
},
|
113
197
|
"input":{"shape":"GetAccessPointPolicyRequest"},
|
114
|
-
"output":{"shape":"GetAccessPointPolicyResult"}
|
198
|
+
"output":{"shape":"GetAccessPointPolicyResult"},
|
199
|
+
"endpoint":{
|
200
|
+
"hostPrefix":"{AccountId}."
|
201
|
+
}
|
115
202
|
},
|
116
203
|
"GetAccessPointPolicyStatus":{
|
117
204
|
"name":"GetAccessPointPolicyStatus",
|
@@ -120,7 +207,58 @@
|
|
120
207
|
"requestUri":"/v20180820/accesspoint/{name}/policyStatus"
|
121
208
|
},
|
122
209
|
"input":{"shape":"GetAccessPointPolicyStatusRequest"},
|
123
|
-
"output":{"shape":"GetAccessPointPolicyStatusResult"}
|
210
|
+
"output":{"shape":"GetAccessPointPolicyStatusResult"},
|
211
|
+
"endpoint":{
|
212
|
+
"hostPrefix":"{AccountId}."
|
213
|
+
}
|
214
|
+
},
|
215
|
+
"GetBucket":{
|
216
|
+
"name":"GetBucket",
|
217
|
+
"http":{
|
218
|
+
"method":"GET",
|
219
|
+
"requestUri":"/v20180820/bucket/{name}"
|
220
|
+
},
|
221
|
+
"input":{"shape":"GetBucketRequest"},
|
222
|
+
"output":{"shape":"GetBucketResult"},
|
223
|
+
"endpoint":{
|
224
|
+
"hostPrefix":"{AccountId}."
|
225
|
+
}
|
226
|
+
},
|
227
|
+
"GetBucketLifecycleConfiguration":{
|
228
|
+
"name":"GetBucketLifecycleConfiguration",
|
229
|
+
"http":{
|
230
|
+
"method":"GET",
|
231
|
+
"requestUri":"/v20180820/bucket/{name}/lifecycleconfiguration"
|
232
|
+
},
|
233
|
+
"input":{"shape":"GetBucketLifecycleConfigurationRequest"},
|
234
|
+
"output":{"shape":"GetBucketLifecycleConfigurationResult"},
|
235
|
+
"endpoint":{
|
236
|
+
"hostPrefix":"{AccountId}."
|
237
|
+
}
|
238
|
+
},
|
239
|
+
"GetBucketPolicy":{
|
240
|
+
"name":"GetBucketPolicy",
|
241
|
+
"http":{
|
242
|
+
"method":"GET",
|
243
|
+
"requestUri":"/v20180820/bucket/{name}/policy"
|
244
|
+
},
|
245
|
+
"input":{"shape":"GetBucketPolicyRequest"},
|
246
|
+
"output":{"shape":"GetBucketPolicyResult"},
|
247
|
+
"endpoint":{
|
248
|
+
"hostPrefix":"{AccountId}."
|
249
|
+
}
|
250
|
+
},
|
251
|
+
"GetBucketTagging":{
|
252
|
+
"name":"GetBucketTagging",
|
253
|
+
"http":{
|
254
|
+
"method":"GET",
|
255
|
+
"requestUri":"/v20180820/bucket/{name}/tagging"
|
256
|
+
},
|
257
|
+
"input":{"shape":"GetBucketTaggingRequest"},
|
258
|
+
"output":{"shape":"GetBucketTaggingResult"},
|
259
|
+
"endpoint":{
|
260
|
+
"hostPrefix":"{AccountId}."
|
261
|
+
}
|
124
262
|
},
|
125
263
|
"GetJobTagging":{
|
126
264
|
"name":"GetJobTagging",
|
@@ -134,7 +272,10 @@
|
|
134
272
|
{"shape":"InternalServiceException"},
|
135
273
|
{"shape":"TooManyRequestsException"},
|
136
274
|
{"shape":"NotFoundException"}
|
137
|
-
]
|
275
|
+
],
|
276
|
+
"endpoint":{
|
277
|
+
"hostPrefix":"{AccountId}."
|
278
|
+
}
|
138
279
|
},
|
139
280
|
"GetPublicAccessBlock":{
|
140
281
|
"name":"GetPublicAccessBlock",
|
@@ -146,7 +287,10 @@
|
|
146
287
|
"output":{"shape":"GetPublicAccessBlockOutput"},
|
147
288
|
"errors":[
|
148
289
|
{"shape":"NoSuchPublicAccessBlockConfiguration"}
|
149
|
-
]
|
290
|
+
],
|
291
|
+
"endpoint":{
|
292
|
+
"hostPrefix":"{AccountId}."
|
293
|
+
}
|
150
294
|
},
|
151
295
|
"ListAccessPoints":{
|
152
296
|
"name":"ListAccessPoints",
|
@@ -155,7 +299,10 @@
|
|
155
299
|
"requestUri":"/v20180820/accesspoint"
|
156
300
|
},
|
157
301
|
"input":{"shape":"ListAccessPointsRequest"},
|
158
|
-
"output":{"shape":"ListAccessPointsResult"}
|
302
|
+
"output":{"shape":"ListAccessPointsResult"},
|
303
|
+
"endpoint":{
|
304
|
+
"hostPrefix":"{AccountId}."
|
305
|
+
}
|
159
306
|
},
|
160
307
|
"ListJobs":{
|
161
308
|
"name":"ListJobs",
|
@@ -169,7 +316,22 @@
|
|
169
316
|
{"shape":"InvalidRequestException"},
|
170
317
|
{"shape":"InternalServiceException"},
|
171
318
|
{"shape":"InvalidNextTokenException"}
|
172
|
-
]
|
319
|
+
],
|
320
|
+
"endpoint":{
|
321
|
+
"hostPrefix":"{AccountId}."
|
322
|
+
}
|
323
|
+
},
|
324
|
+
"ListRegionalBuckets":{
|
325
|
+
"name":"ListRegionalBuckets",
|
326
|
+
"http":{
|
327
|
+
"method":"GET",
|
328
|
+
"requestUri":"/v20180820/bucket"
|
329
|
+
},
|
330
|
+
"input":{"shape":"ListRegionalBucketsRequest"},
|
331
|
+
"output":{"shape":"ListRegionalBucketsResult"},
|
332
|
+
"endpoint":{
|
333
|
+
"hostPrefix":"{AccountId}."
|
334
|
+
}
|
173
335
|
},
|
174
336
|
"PutAccessPointPolicy":{
|
175
337
|
"name":"PutAccessPointPolicy",
|
@@ -181,8 +343,51 @@
|
|
181
343
|
"shape":"PutAccessPointPolicyRequest",
|
182
344
|
"locationName":"PutAccessPointPolicyRequest",
|
183
345
|
"xmlNamespace":{"uri":"http://awss3control.amazonaws.com/doc/2018-08-20/"}
|
346
|
+
},
|
347
|
+
"endpoint":{
|
348
|
+
"hostPrefix":"{AccountId}."
|
184
349
|
}
|
185
350
|
},
|
351
|
+
"PutBucketLifecycleConfiguration":{
|
352
|
+
"name":"PutBucketLifecycleConfiguration",
|
353
|
+
"http":{
|
354
|
+
"method":"PUT",
|
355
|
+
"requestUri":"/v20180820/bucket/{name}/lifecycleconfiguration"
|
356
|
+
},
|
357
|
+
"input":{"shape":"PutBucketLifecycleConfigurationRequest"},
|
358
|
+
"endpoint":{
|
359
|
+
"hostPrefix":"{AccountId}."
|
360
|
+
},
|
361
|
+
"httpChecksumRequired":true
|
362
|
+
},
|
363
|
+
"PutBucketPolicy":{
|
364
|
+
"name":"PutBucketPolicy",
|
365
|
+
"http":{
|
366
|
+
"method":"PUT",
|
367
|
+
"requestUri":"/v20180820/bucket/{name}/policy"
|
368
|
+
},
|
369
|
+
"input":{
|
370
|
+
"shape":"PutBucketPolicyRequest",
|
371
|
+
"locationName":"PutBucketPolicyRequest",
|
372
|
+
"xmlNamespace":{"uri":"http://awss3control.amazonaws.com/doc/2018-08-20/"}
|
373
|
+
},
|
374
|
+
"endpoint":{
|
375
|
+
"hostPrefix":"{AccountId}."
|
376
|
+
},
|
377
|
+
"httpChecksumRequired":true
|
378
|
+
},
|
379
|
+
"PutBucketTagging":{
|
380
|
+
"name":"PutBucketTagging",
|
381
|
+
"http":{
|
382
|
+
"method":"PUT",
|
383
|
+
"requestUri":"/v20180820/bucket/{name}/tagging"
|
384
|
+
},
|
385
|
+
"input":{"shape":"PutBucketTaggingRequest"},
|
386
|
+
"endpoint":{
|
387
|
+
"hostPrefix":"{AccountId}."
|
388
|
+
},
|
389
|
+
"httpChecksumRequired":true
|
390
|
+
},
|
186
391
|
"PutJobTagging":{
|
187
392
|
"name":"PutJobTagging",
|
188
393
|
"http":{
|
@@ -200,7 +405,10 @@
|
|
200
405
|
{"shape":"TooManyRequestsException"},
|
201
406
|
{"shape":"NotFoundException"},
|
202
407
|
{"shape":"TooManyTagsException"}
|
203
|
-
]
|
408
|
+
],
|
409
|
+
"endpoint":{
|
410
|
+
"hostPrefix":"{AccountId}."
|
411
|
+
}
|
204
412
|
},
|
205
413
|
"PutPublicAccessBlock":{
|
206
414
|
"name":"PutPublicAccessBlock",
|
@@ -208,7 +416,10 @@
|
|
208
416
|
"method":"PUT",
|
209
417
|
"requestUri":"/v20180820/configuration/publicAccessBlock"
|
210
418
|
},
|
211
|
-
"input":{"shape":"PutPublicAccessBlockRequest"}
|
419
|
+
"input":{"shape":"PutPublicAccessBlockRequest"},
|
420
|
+
"endpoint":{
|
421
|
+
"hostPrefix":"{AccountId}."
|
422
|
+
}
|
212
423
|
},
|
213
424
|
"UpdateJobPriority":{
|
214
425
|
"name":"UpdateJobPriority",
|
@@ -223,7 +434,10 @@
|
|
223
434
|
{"shape":"TooManyRequestsException"},
|
224
435
|
{"shape":"NotFoundException"},
|
225
436
|
{"shape":"InternalServiceException"}
|
226
|
-
]
|
437
|
+
],
|
438
|
+
"endpoint":{
|
439
|
+
"hostPrefix":"{AccountId}."
|
440
|
+
}
|
227
441
|
},
|
228
442
|
"UpdateJobStatus":{
|
229
443
|
"name":"UpdateJobStatus",
|
@@ -239,10 +453,19 @@
|
|
239
453
|
{"shape":"NotFoundException"},
|
240
454
|
{"shape":"JobStatusException"},
|
241
455
|
{"shape":"InternalServiceException"}
|
242
|
-
]
|
456
|
+
],
|
457
|
+
"endpoint":{
|
458
|
+
"hostPrefix":"{AccountId}."
|
459
|
+
}
|
243
460
|
}
|
244
461
|
},
|
245
462
|
"shapes":{
|
463
|
+
"AbortIncompleteMultipartUpload":{
|
464
|
+
"type":"structure",
|
465
|
+
"members":{
|
466
|
+
"DaysAfterInitiation":{"shape":"DaysAfterInitiation"}
|
467
|
+
}
|
468
|
+
},
|
246
469
|
"AccessPoint":{
|
247
470
|
"type":"structure",
|
248
471
|
"required":[
|
@@ -254,7 +477,8 @@
|
|
254
477
|
"Name":{"shape":"AccessPointName"},
|
255
478
|
"NetworkOrigin":{"shape":"NetworkOrigin"},
|
256
479
|
"VpcConfiguration":{"shape":"VpcConfiguration"},
|
257
|
-
"Bucket":{"shape":"BucketName"}
|
480
|
+
"Bucket":{"shape":"BucketName"},
|
481
|
+
"AccessPointArn":{"shape":"S3AccessPointArn"}
|
258
482
|
}
|
259
483
|
},
|
260
484
|
"AccessPointList":{
|
@@ -282,11 +506,49 @@
|
|
282
506
|
"exception":true
|
283
507
|
},
|
284
508
|
"Boolean":{"type":"boolean"},
|
509
|
+
"BucketAlreadyExists":{
|
510
|
+
"type":"structure",
|
511
|
+
"members":{
|
512
|
+
},
|
513
|
+
"exception":true
|
514
|
+
},
|
515
|
+
"BucketAlreadyOwnedByYou":{
|
516
|
+
"type":"structure",
|
517
|
+
"members":{
|
518
|
+
},
|
519
|
+
"exception":true
|
520
|
+
},
|
521
|
+
"BucketCannedACL":{
|
522
|
+
"type":"string",
|
523
|
+
"enum":[
|
524
|
+
"private",
|
525
|
+
"public-read",
|
526
|
+
"public-read-write",
|
527
|
+
"authenticated-read"
|
528
|
+
]
|
529
|
+
},
|
530
|
+
"BucketLocationConstraint":{
|
531
|
+
"type":"string",
|
532
|
+
"enum":[
|
533
|
+
"EU",
|
534
|
+
"eu-west-1",
|
535
|
+
"us-west-1",
|
536
|
+
"us-west-2",
|
537
|
+
"ap-south-1",
|
538
|
+
"ap-southeast-1",
|
539
|
+
"ap-southeast-2",
|
540
|
+
"ap-northeast-1",
|
541
|
+
"sa-east-1",
|
542
|
+
"cn-north-1",
|
543
|
+
"eu-central-1"
|
544
|
+
]
|
545
|
+
},
|
285
546
|
"BucketName":{
|
286
547
|
"type":"string",
|
287
548
|
"max":255,
|
288
549
|
"min":3
|
289
550
|
},
|
551
|
+
"ConfirmRemoveSelfBucketAccess":{"type":"boolean"},
|
290
552
|
"ConfirmationRequired":{"type":"boolean"},
|
291
553
|
"CreateAccessPointRequest":{
|
292
554
|
"type":"structure",
|
@@ -298,6 +560,7 @@
|
|
298
560
|
"members":{
|
299
561
|
"AccountId":{
|
300
562
|
"shape":"AccountId",
|
563
|
+
"hostLabel":true,
|
301
564
|
"location":"header",
|
302
565
|
"locationName":"x-amz-account-id"
|
303
566
|
},
|
@@ -311,6 +574,86 @@
|
|
311
574
|
"PublicAccessBlockConfiguration":{"shape":"PublicAccessBlockConfiguration"}
|
312
575
|
}
|
313
576
|
},
|
577
|
+
"CreateAccessPointResult":{
|
578
|
+
"type":"structure",
|
579
|
+
"members":{
|
580
|
+
"AccessPointArn":{"shape":"S3AccessPointArn"}
|
581
|
+
}
|
582
|
+
},
|
583
|
+
"CreateBucketConfiguration":{
|
584
|
+
"type":"structure",
|
585
|
+
"members":{
|
586
|
+
"LocationConstraint":{"shape":"BucketLocationConstraint"}
|
587
|
+
}
|
588
|
+
},
|
589
|
+
"CreateBucketRequest":{
|
590
|
+
"type":"structure",
|
591
|
+
"required":["Bucket"],
|
592
|
+
"members":{
|
593
|
+
"ACL":{
|
594
|
+
"shape":"BucketCannedACL",
|
595
|
+
"location":"header",
|
596
|
+
"locationName":"x-amz-acl"
|
597
|
+
},
|
598
|
+
"Bucket":{
|
599
|
+
"shape":"BucketName",
|
600
|
+
"location":"uri",
|
601
|
+
"locationName":"name"
|
602
|
+
},
|
603
|
+
"CreateBucketConfiguration":{
|
604
|
+
"shape":"CreateBucketConfiguration",
|
605
|
+
"locationName":"CreateBucketConfiguration",
|
606
|
+
"xmlNamespace":{"uri":"http://awss3control.amazonaws.com/doc/2018-08-20/"}
|
607
|
+
},
|
608
|
+
"GrantFullControl":{
|
609
|
+
"shape":"GrantFullControl",
|
610
|
+
"location":"header",
|
611
|
+
"locationName":"x-amz-grant-full-control"
|
612
|
+
},
|
613
|
+
"GrantRead":{
|
614
|
+
"shape":"GrantRead",
|
615
|
+
"location":"header",
|
616
|
+
"locationName":"x-amz-grant-read"
|
617
|
+
},
|
618
|
+
"GrantReadACP":{
|
619
|
+
"shape":"GrantReadACP",
|
620
|
+
"location":"header",
|
621
|
+
"locationName":"x-amz-grant-read-acp"
|
622
|
+
},
|
623
|
+
"GrantWrite":{
|
624
|
+
"shape":"GrantWrite",
|
625
|
+
"location":"header",
|
626
|
+
"locationName":"x-amz-grant-write"
|
627
|
+
},
|
628
|
+
"GrantWriteACP":{
|
629
|
+
"shape":"GrantWriteACP",
|
630
|
+
"location":"header",
|
631
|
+
"locationName":"x-amz-grant-write-acp"
|
632
|
+
},
|
633
|
+
"ObjectLockEnabledForBucket":{
|
634
|
+
"shape":"ObjectLockEnabledForBucket",
|
635
|
+
"location":"header",
|
636
|
+
"locationName":"x-amz-bucket-object-lock-enabled"
|
637
|
+
},
|
638
|
+
"OutpostId":{
|
639
|
+
"shape":"NonEmptyMaxLength64String",
|
640
|
+
"location":"header",
|
641
|
+
"locationName":"x-amz-outpost-id"
|
642
|
+
}
|
643
|
+
},
|
644
|
+
"payload":"CreateBucketConfiguration"
|
645
|
+
},
|
646
|
+
"CreateBucketResult":{
|
647
|
+
"type":"structure",
|
648
|
+
"members":{
|
649
|
+
"Location":{
|
650
|
+
"shape":"Location",
|
651
|
+
"location":"header",
|
652
|
+
"locationName":"Location"
|
653
|
+
},
|
654
|
+
"BucketArn":{"shape":"S3RegionalBucketArn"}
|
655
|
+
}
|
656
|
+
},
|
314
657
|
"CreateJobRequest":{
|
315
658
|
"type":"structure",
|
316
659
|
"required":[
|
@@ -325,6 +668,7 @@
|
|
325
668
|
"members":{
|
326
669
|
"AccountId":{
|
327
670
|
"shape":"AccountId",
|
671
|
+
"hostLabel":true,
|
328
672
|
"location":"header",
|
329
673
|
"locationName":"x-amz-account-id"
|
330
674
|
},
|
@@ -355,6 +699,9 @@
|
|
355
699
|
}
|
356
700
|
},
|
357
701
|
"CreationDate":{"type":"timestamp"},
|
702
|
+
"Date":{"type":"timestamp"},
|
703
|
+
"Days":{"type":"integer"},
|
704
|
+
"DaysAfterInitiation":{"type":"integer"},
|
358
705
|
"DeleteAccessPointPolicyRequest":{
|
359
706
|
"type":"structure",
|
360
707
|
"required":[
|
@@ -364,6 +711,7 @@
|
|
364
711
|
"members":{
|
365
712
|
"AccountId":{
|
366
713
|
"shape":"AccountId",
|
714
|
+
"hostLabel":true,
|
367
715
|
"location":"header",
|
368
716
|
"locationName":"x-amz-account-id"
|
369
717
|
},
|
@@ -383,6 +731,7 @@
|
|
383
731
|
"members":{
|
384
732
|
"AccountId":{
|
385
733
|
"shape":"AccountId",
|
734
|
+
"hostLabel":true,
|
386
735
|
"location":"header",
|
387
736
|
"locationName":"x-amz-account-id"
|
388
737
|
},
|
@@ -393,6 +742,86 @@
|
|
393
742
|
}
|
394
743
|
}
|
395
744
|
},
|
745
|
+
"DeleteBucketLifecycleConfigurationRequest":{
|
746
|
+
"type":"structure",
|
747
|
+
"required":[
|
748
|
+
"AccountId",
|
749
|
+
"Bucket"
|
750
|
+
],
|
751
|
+
"members":{
|
752
|
+
"AccountId":{
|
753
|
+
"shape":"AccountId",
|
754
|
+
"hostLabel":true,
|
755
|
+
"location":"header",
|
756
|
+
"locationName":"x-amz-account-id"
|
757
|
+
},
|
758
|
+
"Bucket":{
|
759
|
+
"shape":"BucketName",
|
760
|
+
"location":"uri",
|
761
|
+
"locationName":"name"
|
762
|
+
}
|
763
|
+
}
|
764
|
+
},
|
765
|
+
"DeleteBucketPolicyRequest":{
|
766
|
+
"type":"structure",
|
767
|
+
"required":[
|
768
|
+
"AccountId",
|
769
|
+
"Bucket"
|
770
|
+
],
|
771
|
+
"members":{
|
772
|
+
"AccountId":{
|
773
|
+
"shape":"AccountId",
|
774
|
+
"hostLabel":true,
|
775
|
+
"location":"header",
|
776
|
+
"locationName":"x-amz-account-id"
|
777
|
+
},
|
778
|
+
"Bucket":{
|
779
|
+
"shape":"BucketName",
|
780
|
+
"location":"uri",
|
781
|
+
"locationName":"name"
|
782
|
+
}
|
783
|
+
}
|
784
|
+
},
|
785
|
+
"DeleteBucketRequest":{
|
786
|
+
"type":"structure",
|
787
|
+
"required":[
|
788
|
+
"AccountId",
|
789
|
+
"Bucket"
|
790
|
+
],
|
791
|
+
"members":{
|
792
|
+
"AccountId":{
|
793
|
+
"shape":"AccountId",
|
794
|
+
"hostLabel":true,
|
795
|
+
"location":"header",
|
796
|
+
"locationName":"x-amz-account-id"
|
797
|
+
},
|
798
|
+
"Bucket":{
|
799
|
+
"shape":"BucketName",
|
800
|
+
"location":"uri",
|
801
|
+
"locationName":"name"
|
802
|
+
}
|
803
|
+
}
|
804
|
+
},
|
805
|
+
"DeleteBucketTaggingRequest":{
|
806
|
+
"type":"structure",
|
807
|
+
"required":[
|
808
|
+
"AccountId",
|
809
|
+
"Bucket"
|
810
|
+
],
|
811
|
+
"members":{
|
812
|
+
"AccountId":{
|
813
|
+
"shape":"AccountId",
|
814
|
+
"hostLabel":true,
|
815
|
+
"location":"header",
|
816
|
+
"locationName":"x-amz-account-id"
|
817
|
+
},
|
818
|
+
"Bucket":{
|
819
|
+
"shape":"BucketName",
|
820
|
+
"location":"uri",
|
821
|
+
"locationName":"name"
|
822
|
+
}
|
823
|
+
}
|
824
|
+
},
|
396
825
|
"DeleteJobTaggingRequest":{
|
397
826
|
"type":"structure",
|
398
827
|
"required":[
|
@@ -402,6 +831,7 @@
|
|
402
831
|
"members":{
|
403
832
|
"AccountId":{
|
404
833
|
"shape":"AccountId",
|
834
|
+
"hostLabel":true,
|
405
835
|
"location":"header",
|
406
836
|
"locationName":"x-amz-account-id"
|
407
837
|
},
|
@@ -423,6 +853,7 @@
|
|
423
853
|
"members":{
|
424
854
|
"AccountId":{
|
425
855
|
"shape":"AccountId",
|
856
|
+
"hostLabel":true,
|
426
857
|
"location":"header",
|
427
858
|
"locationName":"x-amz-account-id"
|
428
859
|
}
|
@@ -437,6 +868,7 @@
|
|
437
868
|
"members":{
|
438
869
|
"AccountId":{
|
439
870
|
"shape":"AccountId",
|
871
|
+
"hostLabel":true,
|
440
872
|
"location":"header",
|
441
873
|
"locationName":"x-amz-account-id"
|
442
874
|
},
|
@@ -458,6 +890,14 @@
|
|
458
890
|
"max":1024,
|
459
891
|
"min":1
|
460
892
|
},
|
893
|
+
"ExpirationStatus":{
|
894
|
+
"type":"string",
|
895
|
+
"enum":[
|
896
|
+
"Enabled",
|
897
|
+
"Disabled"
|
898
|
+
]
|
899
|
+
},
|
900
|
+
"ExpiredObjectDeleteMarker":{"type":"boolean"},
|
461
901
|
"FunctionArnString":{
|
462
902
|
"type":"string",
|
463
903
|
"max":1024,
|
@@ -473,6 +913,7 @@
|
|
473
913
|
"members":{
|
474
914
|
"AccountId":{
|
475
915
|
"shape":"AccountId",
|
916
|
+
"hostLabel":true,
|
476
917
|
"location":"header",
|
477
918
|
"locationName":"x-amz-account-id"
|
478
919
|
},
|
@@ -498,6 +939,7 @@
|
|
498
939
|
"members":{
|
499
940
|
"AccountId":{
|
500
941
|
"shape":"AccountId",
|
942
|
+
"hostLabel":true,
|
501
943
|
"location":"header",
|
502
944
|
"locationName":"x-amz-account-id"
|
503
945
|
},
|
@@ -523,6 +965,7 @@
|
|
523
965
|
"members":{
|
524
966
|
"AccountId":{
|
525
967
|
"shape":"AccountId",
|
968
|
+
"hostLabel":true,
|
526
969
|
"location":"header",
|
527
970
|
"locationName":"x-amz-account-id"
|
528
971
|
},
|
@@ -544,6 +987,113 @@
|
|
544
987
|
"CreationDate":{"shape":"CreationDate"}
|
545
988
|
}
|
546
989
|
},
|
990
|
+
"GetBucketLifecycleConfigurationRequest":{
|
991
|
+
"type":"structure",
|
992
|
+
"required":[
|
993
|
+
"AccountId",
|
994
|
+
"Bucket"
|
995
|
+
],
|
996
|
+
"members":{
|
997
|
+
"AccountId":{
|
998
|
+
"shape":"AccountId",
|
999
|
+
"hostLabel":true,
|
1000
|
+
"location":"header",
|
1001
|
+
"locationName":"x-amz-account-id"
|
1002
|
+
},
|
1003
|
+
"Bucket":{
|
1004
|
+
"shape":"BucketName",
|
1005
|
+
"location":"uri",
|
1006
|
+
"locationName":"name"
|
1007
|
+
}
|
1008
|
+
}
|
1009
|
+
},
|
1010
|
+
"GetBucketLifecycleConfigurationResult":{
|
1011
|
+
"type":"structure",
|
1012
|
+
"members":{
|
1013
|
+
"Rules":{"shape":"LifecycleRules"}
|
1014
|
+
}
|
1015
|
+
},
|
1016
|
+
"GetBucketPolicyRequest":{
|
1017
|
+
"type":"structure",
|
1018
|
+
"required":[
|
1019
|
+
"AccountId",
|
1020
|
+
"Bucket"
|
1021
|
+
],
|
1022
|
+
"members":{
|
1023
|
+
"AccountId":{
|
1024
|
+
"shape":"AccountId",
|
1025
|
+
"hostLabel":true,
|
1026
|
+
"location":"header",
|
1027
|
+
"locationName":"x-amz-account-id"
|
1028
|
+
},
|
1029
|
+
"Bucket":{
|
1030
|
+
"shape":"BucketName",
|
1031
|
+
"location":"uri",
|
1032
|
+
"locationName":"name"
|
1033
|
+
}
|
1034
|
+
}
|
1035
|
+
},
|
1036
|
+
"GetBucketPolicyResult":{
|
1037
|
+
"type":"structure",
|
1038
|
+
"members":{
|
1039
|
+
"Policy":{"shape":"Policy"}
|
1040
|
+
}
|
1041
|
+
},
|
1042
|
+
"GetBucketRequest":{
|
1043
|
+
"type":"structure",
|
1044
|
+
"required":[
|
1045
|
+
"AccountId",
|
1046
|
+
"Bucket"
|
1047
|
+
],
|
1048
|
+
"members":{
|
1049
|
+
"AccountId":{
|
1050
|
+
"shape":"AccountId",
|
1051
|
+
"hostLabel":true,
|
1052
|
+
"location":"header",
|
1053
|
+
"locationName":"x-amz-account-id"
|
1054
|
+
},
|
1055
|
+
"Bucket":{
|
1056
|
+
"shape":"BucketName",
|
1057
|
+
"location":"uri",
|
1058
|
+
"locationName":"name"
|
1059
|
+
}
|
1060
|
+
}
|
1061
|
+
},
|
1062
|
+
"GetBucketResult":{
|
1063
|
+
"type":"structure",
|
1064
|
+
"members":{
|
1065
|
+
"Bucket":{"shape":"BucketName"},
|
1066
|
+
"PublicAccessBlockEnabled":{"shape":"PublicAccessBlockEnabled"},
|
1067
|
+
"CreationDate":{"shape":"CreationDate"}
|
1068
|
+
}
|
1069
|
+
},
|
1070
|
+
"GetBucketTaggingRequest":{
|
1071
|
+
"type":"structure",
|
1072
|
+
"required":[
|
1073
|
+
"AccountId",
|
1074
|
+
"Bucket"
|
1075
|
+
],
|
1076
|
+
"members":{
|
1077
|
+
"AccountId":{
|
1078
|
+
"shape":"AccountId",
|
1079
|
+
"hostLabel":true,
|
1080
|
+
"location":"header",
|
1081
|
+
"locationName":"x-amz-account-id"
|
1082
|
+
},
|
1083
|
+
"Bucket":{
|
1084
|
+
"shape":"BucketName",
|
1085
|
+
"location":"uri",
|
1086
|
+
"locationName":"name"
|
1087
|
+
}
|
1088
|
+
}
|
1089
|
+
},
|
1090
|
+
"GetBucketTaggingResult":{
|
1091
|
+
"type":"structure",
|
1092
|
+
"required":["TagSet"],
|
1093
|
+
"members":{
|
1094
|
+
"TagSet":{"shape":"S3TagSet"}
|
1095
|
+
}
|
1096
|
+
},
|
547
1097
|
"GetJobTaggingRequest":{
|
548
1098
|
"type":"structure",
|
549
1099
|
"required":[
|
@@ -553,6 +1103,7 @@
|
|
553
1103
|
"members":{
|
554
1104
|
"AccountId":{
|
555
1105
|
"shape":"AccountId",
|
1106
|
+
"hostLabel":true,
|
556
1107
|
"location":"header",
|
557
1108
|
"locationName":"x-amz-account-id"
|
558
1109
|
},
|
@@ -582,17 +1133,24 @@
|
|
582
1133
|
"members":{
|
583
1134
|
"AccountId":{
|
584
1135
|
"shape":"AccountId",
|
1136
|
+
"hostLabel":true,
|
585
1137
|
"location":"header",
|
586
1138
|
"locationName":"x-amz-account-id"
|
587
1139
|
}
|
588
1140
|
}
|
589
1141
|
},
|
1142
|
+
"GrantFullControl":{"type":"string"},
|
1143
|
+
"GrantRead":{"type":"string"},
|
1144
|
+
"GrantReadACP":{"type":"string"},
|
1145
|
+
"GrantWrite":{"type":"string"},
|
1146
|
+
"GrantWriteACP":{"type":"string"},
|
590
1147
|
"IAMRoleArn":{
|
591
1148
|
"type":"string",
|
592
1149
|
"max":2048,
|
593
1150
|
"min":1,
|
594
1151
|
"pattern":"arn:[^:]+:iam::\\d{12}:role/.*"
|
595
1152
|
},
|
1153
|
+
"ID":{"type":"string"},
|
596
1154
|
"IdempotencyException":{
|
597
1155
|
"type":"structure",
|
598
1156
|
"members":{
|
@@ -939,12 +1497,63 @@
|
|
939
1497
|
"FunctionArn":{"shape":"FunctionArnString"}
|
940
1498
|
}
|
941
1499
|
},
|
1500
|
+
"LifecycleConfiguration":{
|
1501
|
+
"type":"structure",
|
1502
|
+
"members":{
|
1503
|
+
"Rules":{"shape":"LifecycleRules"}
|
1504
|
+
}
|
1505
|
+
},
|
1506
|
+
"LifecycleExpiration":{
|
1507
|
+
"type":"structure",
|
1508
|
+
"members":{
|
1509
|
+
"Date":{"shape":"Date"},
|
1510
|
+
"Days":{"shape":"Days"},
|
1511
|
+
"ExpiredObjectDeleteMarker":{"shape":"ExpiredObjectDeleteMarker"}
|
1512
|
+
}
|
1513
|
+
},
|
1514
|
+
"LifecycleRule":{
|
1515
|
+
"type":"structure",
|
1516
|
+
"required":["Status"],
|
1517
|
+
"members":{
|
1518
|
+
"Expiration":{"shape":"LifecycleExpiration"},
|
1519
|
+
"ID":{"shape":"ID"},
|
1520
|
+
"Filter":{"shape":"LifecycleRuleFilter"},
|
1521
|
+
"Status":{"shape":"ExpirationStatus"},
|
1522
|
+
"Transitions":{"shape":"TransitionList"},
|
1523
|
+
"NoncurrentVersionTransitions":{"shape":"NoncurrentVersionTransitionList"},
|
1524
|
+
"NoncurrentVersionExpiration":{"shape":"NoncurrentVersionExpiration"},
|
1525
|
+
"AbortIncompleteMultipartUpload":{"shape":"AbortIncompleteMultipartUpload"}
|
1526
|
+
}
|
1527
|
+
},
|
1528
|
+
"LifecycleRuleAndOperator":{
|
1529
|
+
"type":"structure",
|
1530
|
+
"members":{
|
1531
|
+
"Prefix":{"shape":"Prefix"},
|
1532
|
+
"Tags":{"shape":"S3TagSet"}
|
1533
|
+
}
|
1534
|
+
},
|
1535
|
+
"LifecycleRuleFilter":{
|
1536
|
+
"type":"structure",
|
1537
|
+
"members":{
|
1538
|
+
"Prefix":{"shape":"Prefix"},
|
1539
|
+
"Tag":{"shape":"S3Tag"},
|
1540
|
+
"And":{"shape":"LifecycleRuleAndOperator"}
|
1541
|
+
}
|
1542
|
+
},
|
1543
|
+
"LifecycleRules":{
|
1544
|
+
"type":"list",
|
1545
|
+
"member":{
|
1546
|
+
"shape":"LifecycleRule",
|
1547
|
+
"locationName":"Rule"
|
1548
|
+
}
|
1549
|
+
},
|
942
1550
|
"ListAccessPointsRequest":{
|
943
1551
|
"type":"structure",
|
944
1552
|
"required":["AccountId"],
|
945
1553
|
"members":{
|
946
1554
|
"AccountId":{
|
947
1555
|
"shape":"AccountId",
|
1556
|
+
"hostLabel":true,
|
948
1557
|
"location":"header",
|
949
1558
|
"locationName":"x-amz-account-id"
|
950
1559
|
},
|
@@ -978,6 +1587,7 @@
|
|
978
1587
|
"members":{
|
979
1588
|
"AccountId":{
|
980
1589
|
"shape":"AccountId",
|
1590
|
+
"hostLabel":true,
|
981
1591
|
"location":"header",
|
982
1592
|
"locationName":"x-amz-account-id"
|
983
1593
|
},
|
@@ -1006,6 +1616,41 @@
|
|
1006
1616
|
"Jobs":{"shape":"JobListDescriptorList"}
|
1007
1617
|
}
|
1008
1618
|
},
|
1619
|
+
"ListRegionalBucketsRequest":{
|
1620
|
+
"type":"structure",
|
1621
|
+
"required":["AccountId"],
|
1622
|
+
"members":{
|
1623
|
+
"AccountId":{
|
1624
|
+
"shape":"AccountId",
|
1625
|
+
"hostLabel":true,
|
1626
|
+
"location":"header",
|
1627
|
+
"locationName":"x-amz-account-id"
|
1628
|
+
},
|
1629
|
+
"NextToken":{
|
1630
|
+
"shape":"NonEmptyMaxLength1024String",
|
1631
|
+
"location":"querystring",
|
1632
|
+
"locationName":"nextToken"
|
1633
|
+
},
|
1634
|
+
"MaxResults":{
|
1635
|
+
"shape":"MaxResults",
|
1636
|
+
"location":"querystring",
|
1637
|
+
"locationName":"maxResults"
|
1638
|
+
},
|
1639
|
+
"OutpostId":{
|
1640
|
+
"shape":"NonEmptyMaxLength64String",
|
1641
|
+
"location":"header",
|
1642
|
+
"locationName":"x-amz-outpost-id"
|
1643
|
+
}
|
1644
|
+
}
|
1645
|
+
},
|
1646
|
+
"ListRegionalBucketsResult":{
|
1647
|
+
"type":"structure",
|
1648
|
+
"members":{
|
1649
|
+
"RegionalBucketList":{"shape":"RegionalBucketList"},
|
1650
|
+
"NextToken":{"shape":"NonEmptyMaxLength1024String"}
|
1651
|
+
}
|
1652
|
+
},
|
1653
|
+
"Location":{"type":"string"},
|
1009
1654
|
"MaxLength1024String":{
|
1010
1655
|
"type":"string",
|
1011
1656
|
"max":1024
|
@@ -1013,7 +1658,7 @@
|
|
1013
1658
|
"MaxResults":{
|
1014
1659
|
"type":"integer",
|
1015
1660
|
"max":1000,
|
1016
|
-
"min":
|
1661
|
+
"min":0
|
1017
1662
|
},
|
1018
1663
|
"NetworkOrigin":{
|
1019
1664
|
"type":"string",
|
@@ -1051,6 +1696,26 @@
|
|
1051
1696
|
"max":64,
|
1052
1697
|
"min":1
|
1053
1698
|
},
|
1699
|
+
"NoncurrentVersionExpiration":{
|
1700
|
+
"type":"structure",
|
1701
|
+
"members":{
|
1702
|
+
"NoncurrentDays":{"shape":"Days"}
|
1703
|
+
}
|
1704
|
+
},
|
1705
|
+
"NoncurrentVersionTransition":{
|
1706
|
+
"type":"structure",
|
1707
|
+
"members":{
|
1708
|
+
"NoncurrentDays":{"shape":"Days"},
|
1709
|
+
"StorageClass":{"shape":"TransitionStorageClass"}
|
1710
|
+
}
|
1711
|
+
},
|
1712
|
+
"NoncurrentVersionTransitionList":{
|
1713
|
+
"type":"list",
|
1714
|
+
"member":{
|
1715
|
+
"shape":"NoncurrentVersionTransition",
|
1716
|
+
"locationName":"NoncurrentVersionTransition"
|
1717
|
+
}
|
1718
|
+
},
|
1054
1719
|
"NotFoundException":{
|
1055
1720
|
"type":"structure",
|
1056
1721
|
"members":{
|
@@ -1058,6 +1723,7 @@
|
|
1058
1723
|
},
|
1059
1724
|
"exception":true
|
1060
1725
|
},
|
1726
|
+
"ObjectLockEnabledForBucket":{"type":"boolean"},
|
1061
1727
|
"OperationName":{
|
1062
1728
|
"type":"string",
|
1063
1729
|
"enum":[
|
@@ -1080,6 +1746,7 @@
|
|
1080
1746
|
}
|
1081
1747
|
}
|
1082
1748
|
},
|
1749
|
+
"Prefix":{"type":"string"},
|
1083
1750
|
"PublicAccessBlockConfiguration":{
|
1084
1751
|
"type":"structure",
|
1085
1752
|
"members":{
|
@@ -1101,6 +1768,7 @@
|
|
1101
1768
|
}
|
1102
1769
|
}
|
1103
1770
|
},
|
1771
|
+
"PublicAccessBlockEnabled":{"type":"boolean"},
|
1104
1772
|
"PutAccessPointPolicyRequest":{
|
1105
1773
|
"type":"structure",
|
1106
1774
|
"required":[
|
@@ -1111,6 +1779,7 @@
|
|
1111
1779
|
"members":{
|
1112
1780
|
"AccountId":{
|
1113
1781
|
"shape":"AccountId",
|
1782
|
+
"hostLabel":true,
|
1114
1783
|
"location":"header",
|
1115
1784
|
"locationName":"x-amz-account-id"
|
1116
1785
|
},
|
@@ -1122,6 +1791,86 @@
|
|
1122
1791
|
"Policy":{"shape":"Policy"}
|
1123
1792
|
}
|
1124
1793
|
},
|
1794
|
+
"PutBucketLifecycleConfigurationRequest":{
|
1795
|
+
"type":"structure",
|
1796
|
+
"required":[
|
1797
|
+
"AccountId",
|
1798
|
+
"Bucket"
|
1799
|
+
],
|
1800
|
+
"members":{
|
1801
|
+
"AccountId":{
|
1802
|
+
"shape":"AccountId",
|
1803
|
+
"hostLabel":true,
|
1804
|
+
"location":"header",
|
1805
|
+
"locationName":"x-amz-account-id"
|
1806
|
+
},
|
1807
|
+
"Bucket":{
|
1808
|
+
"shape":"BucketName",
|
1809
|
+
"location":"uri",
|
1810
|
+
"locationName":"name"
|
1811
|
+
},
|
1812
|
+
"LifecycleConfiguration":{
|
1813
|
+
"shape":"LifecycleConfiguration",
|
1814
|
+
"locationName":"LifecycleConfiguration",
|
1815
|
+
"xmlNamespace":{"uri":"http://awss3control.amazonaws.com/doc/2018-08-20/"}
|
1816
|
+
}
|
1817
|
+
},
|
1818
|
+
"payload":"LifecycleConfiguration"
|
1819
|
+
},
|
1820
|
+
"PutBucketPolicyRequest":{
|
1821
|
+
"type":"structure",
|
1822
|
+
"required":[
|
1823
|
+
"AccountId",
|
1824
|
+
"Bucket",
|
1825
|
+
"Policy"
|
1826
|
+
],
|
1827
|
+
"members":{
|
1828
|
+
"AccountId":{
|
1829
|
+
"shape":"AccountId",
|
1830
|
+
"hostLabel":true,
|
1831
|
+
"location":"header",
|
1832
|
+
"locationName":"x-amz-account-id"
|
1833
|
+
},
|
1834
|
+
"Bucket":{
|
1835
|
+
"shape":"BucketName",
|
1836
|
+
"location":"uri",
|
1837
|
+
"locationName":"name"
|
1838
|
+
},
|
1839
|
+
"ConfirmRemoveSelfBucketAccess":{
|
1840
|
+
"shape":"ConfirmRemoveSelfBucketAccess",
|
1841
|
+
"location":"header",
|
1842
|
+
"locationName":"x-amz-confirm-remove-self-bucket-access"
|
1843
|
+
},
|
1844
|
+
"Policy":{"shape":"Policy"}
|
1845
|
+
}
|
1846
|
+
},
|
1847
|
+
"PutBucketTaggingRequest":{
|
1848
|
+
"type":"structure",
|
1849
|
+
"required":[
|
1850
|
+
"AccountId",
|
1851
|
+
"Bucket",
|
1852
|
+
"Tagging"
|
1853
|
+
],
|
1854
|
+
"members":{
|
1855
|
+
"AccountId":{
|
1856
|
+
"shape":"AccountId",
|
1857
|
+
"hostLabel":true,
|
1858
|
+
"location":"header",
|
1859
|
+
"locationName":"x-amz-account-id"
|
1860
|
+
},
|
1861
|
+
"Bucket":{
|
1862
|
+
"shape":"BucketName",
|
1863
|
+
"location":"uri",
|
1864
|
+
"locationName":"name"
|
1865
|
+
},
|
1866
|
+
"Tagging":{
|
1867
|
+
"shape":"Tagging",
|
1868
|
+
"locationName":"Tagging",
|
1869
|
+
"xmlNamespace":{"uri":"http://awss3control.amazonaws.com/doc/2018-08-20/"}
|
1870
|
+
}
|
1871
|
+
},
|
1872
|
+
"payload":"Tagging"
|
1873
|
+
},
|
1125
1874
|
"PutJobTaggingRequest":{
|
1126
1875
|
"type":"structure",
|
1127
1876
|
"required":[
|
@@ -1132,6 +1881,7 @@
|
|
1132
1881
|
"members":{
|
1133
1882
|
"AccountId":{
|
1134
1883
|
"shape":"AccountId",
|
1884
|
+
"hostLabel":true,
|
1135
1885
|
"location":"header",
|
1136
1886
|
"locationName":"x-amz-account-id"
|
1137
1887
|
},
|
@@ -1162,12 +1912,35 @@
|
|
1162
1912
|
},
|
1163
1913
|
"AccountId":{
|
1164
1914
|
"shape":"AccountId",
|
1915
|
+
"hostLabel":true,
|
1165
1916
|
"location":"header",
|
1166
1917
|
"locationName":"x-amz-account-id"
|
1167
1918
|
}
|
1168
1919
|
},
|
1169
1920
|
"payload":"PublicAccessBlockConfiguration"
|
1170
1921
|
},
|
1922
|
+
"RegionalBucket":{
|
1923
|
+
"type":"structure",
|
1924
|
+
"required":[
|
1925
|
+
"Bucket",
|
1926
|
+
"PublicAccessBlockEnabled",
|
1927
|
+
"CreationDate"
|
1928
|
+
],
|
1929
|
+
"members":{
|
1930
|
+
"Bucket":{"shape":"BucketName"},
|
1931
|
+
"BucketArn":{"shape":"S3RegionalBucketArn"},
|
1932
|
+
"PublicAccessBlockEnabled":{"shape":"PublicAccessBlockEnabled"},
|
1933
|
+
"CreationDate":{"shape":"CreationDate"},
|
1934
|
+
"OutpostId":{"shape":"NonEmptyMaxLength64String"}
|
1935
|
+
}
|
1936
|
+
},
|
1937
|
+
"RegionalBucketList":{
|
1938
|
+
"type":"list",
|
1939
|
+
"member":{
|
1940
|
+
"shape":"RegionalBucket",
|
1941
|
+
"locationName":"RegionalBucket"
|
1942
|
+
}
|
1943
|
+
},
|
1171
1944
|
"ReportPrefixString":{
|
1172
1945
|
"type":"string",
|
1173
1946
|
"max":512,
|
@@ -1201,6 +1974,11 @@
|
|
1201
1974
|
}
|
1202
1975
|
}
|
1203
1976
|
},
|
1977
|
+
"S3AccessPointArn":{
|
1978
|
+
"type":"string",
|
1979
|
+
"max":128,
|
1980
|
+
"min":4
|
1981
|
+
},
|
1204
1982
|
"S3BucketArnString":{
|
1205
1983
|
"type":"string",
|
1206
1984
|
"max":128,
|
@@ -1380,6 +2158,11 @@
|
|
1380
2158
|
"WRITE_ACP"
|
1381
2159
|
]
|
1382
2160
|
},
|
2161
|
+
"S3RegionalBucketArn":{
|
2162
|
+
"type":"string",
|
2163
|
+
"max":128,
|
2164
|
+
"min":4
|
2165
|
+
},
|
1383
2166
|
"S3Retention":{
|
1384
2167
|
"type":"structure",
|
1385
2168
|
"members":{
|
@@ -1480,6 +2263,13 @@
|
|
1480
2263
|
"max":1024,
|
1481
2264
|
"pattern":"^([\\p{L}\\p{Z}\\p{N}_.:=+\\-@%]*)$"
|
1482
2265
|
},
|
2266
|
+
"Tagging":{
|
2267
|
+
"type":"structure",
|
2268
|
+
"required":["TagSet"],
|
2269
|
+
"members":{
|
2270
|
+
"TagSet":{"shape":"S3TagSet"}
|
2271
|
+
}
|
2272
|
+
},
|
1483
2273
|
"TimeStamp":{"type":"timestamp"},
|
1484
2274
|
"TooManyRequestsException":{
|
1485
2275
|
"type":"structure",
|
@@ -1495,6 +2285,31 @@
|
|
1495
2285
|
},
|
1496
2286
|
"exception":true
|
1497
2287
|
},
|
2288
|
+
"Transition":{
|
2289
|
+
"type":"structure",
|
2290
|
+
"members":{
|
2291
|
+
"Date":{"shape":"Date"},
|
2292
|
+
"Days":{"shape":"Days"},
|
2293
|
+
"StorageClass":{"shape":"TransitionStorageClass"}
|
2294
|
+
}
|
2295
|
+
},
|
2296
|
+
"TransitionList":{
|
2297
|
+
"type":"list",
|
2298
|
+
"member":{
|
2299
|
+
"shape":"Transition",
|
2300
|
+
"locationName":"Transition"
|
2301
|
+
}
|
2302
|
+
},
|
2303
|
+
"TransitionStorageClass":{
|
2304
|
+
"type":"string",
|
2305
|
+
"enum":[
|
2306
|
+
"GLACIER",
|
2307
|
+
"STANDARD_IA",
|
2308
|
+
"ONEZONE_IA",
|
2309
|
+
"INTELLIGENT_TIERING",
|
2310
|
+
"DEEP_ARCHIVE"
|
2311
|
+
]
|
2312
|
+
},
|
1498
2313
|
"UpdateJobPriorityRequest":{
|
1499
2314
|
"type":"structure",
|
1500
2315
|
"required":[
|
@@ -1505,6 +2320,7 @@
|
|
1505
2320
|
"members":{
|
1506
2321
|
"AccountId":{
|
1507
2322
|
"shape":"AccountId",
|
2323
|
+
"hostLabel":true,
|
1508
2324
|
"location":"header",
|
1509
2325
|
"locationName":"x-amz-account-id"
|
1510
2326
|
},
|
@@ -1541,6 +2357,7 @@
|
|
1541
2357
|
"members":{
|
1542
2358
|
"AccountId":{
|
1543
2359
|
"shape":"AccountId",
|
2360
|
+
"hostLabel":true,
|
1544
2361
|
"location":"header",
|
1545
2362
|
"locationName":"x-amz-account-id"
|
1546
2363
|
},
|