aws-sdk-core 2.11.582 → 2.11.587

Sign up to get free protection for your applications and to get access to all the features.
Files changed (33) hide show
  1. checksums.yaml +4 -4
  2. data/apis/budgets/2016-10-20/api-2.json +2 -2
  3. data/apis/budgets/2016-10-20/paginators-1.json +25 -1
  4. data/apis/cloudfront/2020-05-31/api-2.json +1 -0
  5. data/apis/connect/2017-08-08/api-2.json +754 -4
  6. data/apis/connect/2017-08-08/paginators-1.json +12 -0
  7. data/apis/dlm/2018-01-12/api-2.json +1 -1
  8. data/apis/docdb/2014-10-31/api-2.json +1 -0
  9. data/apis/docdb/2014-10-31/paginators-1.json +30 -0
  10. data/apis/ec2/2016-11-15/api-2.json +9 -1
  11. data/apis/greengrass/2017-06-07/api-2.json +120 -0
  12. data/apis/kafka/2018-11-14/api-2.json +232 -6
  13. data/apis/kafka/2018-11-14/paginators-1.json +7 -1
  14. data/apis/kendra/2019-02-03/api-2.json +3 -1
  15. data/apis/managedblockchain/2018-09-24/api-2.json +10 -1
  16. data/apis/medialive/2017-10-14/api-2.json +64 -40
  17. data/apis/organizations/2016-11-28/api-2.json +14 -7
  18. data/apis/s3/2006-03-01/api-2.json +437 -2
  19. data/apis/s3/2006-03-01/examples-1.json +117 -117
  20. data/apis/sagemaker/2017-07-24/api-2.json +16 -2
  21. data/apis/servicecatalog/2015-12-10/api-2.json +4 -3
  22. data/apis/sso-admin/2020-07-20/api-2.json +1296 -0
  23. data/apis/sso-admin/2020-07-20/examples-1.json +5 -0
  24. data/apis/sso-admin/2020-07-20/paginators-1.json +63 -0
  25. data/apis/states/2016-11-23/api-2.json +34 -6
  26. data/apis/transcribe/2017-10-26/api-2.json +16 -4
  27. data/apis/workspaces/2015-04-08/api-2.json +309 -1
  28. data/endpoints.json +68 -1
  29. data/lib/aws-sdk-core.rb +1 -0
  30. data/lib/aws-sdk-core/ssoadmin.rb +6 -0
  31. data/lib/aws-sdk-core/version.rb +1 -1
  32. data/service-models.json +4 -0
  33. metadata +6 -2
@@ -35,6 +35,12 @@
35
35
  "output_token": "NextToken",
36
36
  "limit_key": "MaxResults",
37
37
  "result_key": "Revisions"
38
+ },
39
+ "ListScramSecrets": {
40
+ "input_token": "NextToken",
41
+ "output_token": "NextToken",
42
+ "limit_key": "MaxResults",
43
+ "result_key": "SecretArnList"
38
44
  }
39
45
  }
40
- }
46
+ }
@@ -1195,6 +1195,7 @@
1195
1195
  "type":"structure",
1196
1196
  "members":{
1197
1197
  "DocumentAttributeKey":{"shape":"DocumentAttributeKey"},
1198
+ "DocumentAttributeValueType":{"shape":"DocumentAttributeValueType"},
1198
1199
  "DocumentAttributeValueCountPairs":{"shape":"DocumentAttributeValueCountPairList"}
1199
1200
  }
1200
1201
  },
@@ -1887,7 +1888,8 @@
1887
1888
  "enum":[
1888
1889
  "VERY_HIGH",
1889
1890
  "HIGH",
1890
- "MEDIUM"
1891
+ "MEDIUM",
1892
+ "LOW"
1891
1893
  ]
1892
1894
  },
1893
1895
  "Search":{
@@ -1138,6 +1138,7 @@
1138
1138
  "AvailabilityZone":{"shape":"AvailabilityZoneString"},
1139
1139
  "FrameworkAttributes":{"shape":"NodeFrameworkAttributes"},
1140
1140
  "LogPublishingConfiguration":{"shape":"NodeLogPublishingConfiguration"},
1141
+ "StateDB":{"shape":"StateDBType"},
1141
1142
  "Status":{"shape":"NodeStatus"},
1142
1143
  "CreationDate":{"shape":"Timestamp"}
1143
1144
  }
@@ -1151,7 +1152,8 @@
1151
1152
  "members":{
1152
1153
  "InstanceType":{"shape":"InstanceTypeString"},
1153
1154
  "AvailabilityZone":{"shape":"AvailabilityZoneString"},
1154
- "LogPublishingConfiguration":{"shape":"NodeLogPublishingConfiguration"}
1155
+ "LogPublishingConfiguration":{"shape":"NodeLogPublishingConfiguration"},
1156
+ "StateDB":{"shape":"StateDBType"}
1155
1157
  }
1156
1158
  },
1157
1159
  "NodeFabricAttributes":{
@@ -1354,6 +1356,13 @@
1354
1356
  "error":{"httpStatusCode":409},
1355
1357
  "exception":true
1356
1358
  },
1359
+ "StateDBType":{
1360
+ "type":"string",
1361
+ "enum":[
1362
+ "LevelDB",
1363
+ "CouchDB"
1364
+ ]
1365
+ },
1357
1366
  "String":{"type":"string"},
1358
1367
  "ThresholdComparator":{
1359
1368
  "type":"string",
@@ -1989,11 +1989,13 @@
1989
1989
  },
1990
1990
  "AribDestinationSettings": {
1991
1991
  "type": "structure",
1992
- "members": {}
1992
+ "members": {
1993
+ }
1993
1994
  },
1994
1995
  "AribSourceSettings": {
1995
1996
  "type": "structure",
1996
- "members": {}
1997
+ "members": {
1998
+ }
1997
1999
  },
1998
2000
  "AudioChannelMapping": {
1999
2001
  "type": "structure",
@@ -2945,7 +2947,8 @@
2945
2947
  },
2946
2948
  "ColorSpacePassthroughSettings": {
2947
2949
  "type": "structure",
2948
- "members": {}
2950
+ "members": {
2951
+ }
2949
2952
  },
2950
2953
  "ConflictException": {
2951
2954
  "type": "structure",
@@ -3491,7 +3494,8 @@
3491
3494
  },
3492
3495
  "DeleteInputResponse": {
3493
3496
  "type": "structure",
3494
- "members": {}
3497
+ "members": {
3498
+ }
3495
3499
  },
3496
3500
  "DeleteInputSecurityGroupRequest": {
3497
3501
  "type": "structure",
@@ -3508,7 +3512,8 @@
3508
3512
  },
3509
3513
  "DeleteInputSecurityGroupResponse": {
3510
3514
  "type": "structure",
3511
- "members": {}
3515
+ "members": {
3516
+ }
3512
3517
  },
3513
3518
  "DeleteMultiplexProgramRequest": {
3514
3519
  "type": "structure",
@@ -3713,7 +3718,8 @@
3713
3718
  },
3714
3719
  "DeleteScheduleResponse": {
3715
3720
  "type": "structure",
3716
- "members": {}
3721
+ "members": {
3722
+ }
3717
3723
  },
3718
3724
  "DeleteTagsRequest": {
3719
3725
  "type": "structure",
@@ -4766,11 +4772,13 @@
4766
4772
  },
4767
4773
  "EmbeddedDestinationSettings": {
4768
4774
  "type": "structure",
4769
- "members": {}
4775
+ "members": {
4776
+ }
4770
4777
  },
4771
4778
  "EmbeddedPlusScte20DestinationSettings": {
4772
4779
  "type": "structure",
4773
- "members": {}
4780
+ "members": {
4781
+ }
4774
4782
  },
4775
4783
  "EmbeddedScte20Detection": {
4776
4784
  "type": "string",
@@ -4802,7 +4810,8 @@
4802
4810
  },
4803
4811
  "Empty": {
4804
4812
  "type": "structure",
4805
- "members": {}
4813
+ "members": {
4814
+ }
4806
4815
  },
4807
4816
  "EncoderSettings": {
4808
4817
  "type": "structure",
@@ -6306,7 +6315,8 @@
6306
6315
  },
6307
6316
  "ImmediateModeScheduleActionStartSettings": {
6308
6317
  "type": "structure",
6309
- "members": {}
6318
+ "members": {
6319
+ }
6310
6320
  },
6311
6321
  "Input": {
6312
6322
  "type": "structure",
@@ -7085,7 +7095,8 @@
7085
7095
  "URL_PULL",
7086
7096
  "MP4_FILE",
7087
7097
  "MEDIACONNECT",
7088
- "INPUT_DEVICE"
7098
+ "INPUT_DEVICE",
7099
+ "AWS_CDI"
7089
7100
  ]
7090
7101
  },
7091
7102
  "InputVpcRequest": {
@@ -8113,7 +8124,8 @@
8113
8124
  },
8114
8125
  "MediaPackageOutputSettings": {
8115
8126
  "type": "structure",
8116
- "members": {}
8127
+ "members": {
8128
+ }
8117
8129
  },
8118
8130
  "Mp2CodingMode": {
8119
8131
  "type": "string",
@@ -8303,7 +8315,8 @@
8303
8315
  },
8304
8316
  "MultiplexGroupSettings": {
8305
8317
  "type": "structure",
8306
- "members": {}
8318
+ "members": {
8319
+ }
8307
8320
  },
8308
8321
  "MultiplexMediaConnectOutputDestinationSettings": {
8309
8322
  "type": "structure",
@@ -8885,7 +8898,8 @@
8885
8898
  },
8886
8899
  "PassThroughSettings": {
8887
8900
  "type": "structure",
8888
- "members": {}
8901
+ "members": {
8902
+ }
8889
8903
  },
8890
8904
  "PauseStateScheduleActionSettings": {
8891
8905
  "type": "structure",
@@ -9024,11 +9038,13 @@
9024
9038
  },
9025
9039
  "Rec601Settings": {
9026
9040
  "type": "structure",
9027
- "members": {}
9041
+ "members": {
9042
+ }
9028
9043
  },
9029
9044
  "Rec709Settings": {
9030
9045
  "type": "structure",
9031
- "members": {}
9046
+ "members": {
9047
+ }
9032
9048
  },
9033
9049
  "RemixSettings": {
9034
9050
  "type": "structure",
@@ -9133,7 +9149,8 @@
9133
9149
  "MPEG2",
9134
9150
  "AVC",
9135
9151
  "HEVC",
9136
- "AUDIO"
9152
+ "AUDIO",
9153
+ "LINK"
9137
9154
  ]
9138
9155
  },
9139
9156
  "ReservationMaximumBitrate": {
@@ -9265,7 +9282,8 @@
9265
9282
  },
9266
9283
  "RtmpCaptionInfoDestinationSettings": {
9267
9284
  "type": "structure",
9268
- "members": {}
9285
+ "members": {
9286
+ }
9269
9287
  },
9270
9288
  "RtmpGroupSettings": {
9271
9289
  "type": "structure",
@@ -9413,7 +9431,8 @@
9413
9431
  },
9414
9432
  "ScheduleDeleteResultModel": {
9415
9433
  "type": "structure",
9416
- "members": {}
9434
+ "members": {
9435
+ }
9417
9436
  },
9418
9437
  "ScheduleDescribeResultModel": {
9419
9438
  "type": "structure",
@@ -9440,7 +9459,8 @@
9440
9459
  },
9441
9460
  "Scte20PlusEmbeddedDestinationSettings": {
9442
9461
  "type": "structure",
9443
- "members": {}
9462
+ "members": {
9463
+ }
9444
9464
  },
9445
9465
  "Scte20SourceSettings": {
9446
9466
  "type": "structure",
@@ -9457,7 +9477,8 @@
9457
9477
  },
9458
9478
  "Scte27DestinationSettings": {
9459
9479
  "type": "structure",
9460
- "members": {}
9480
+ "members": {
9481
+ }
9461
9482
  },
9462
9483
  "Scte27SourceSettings": {
9463
9484
  "type": "structure",
@@ -9778,7 +9799,8 @@
9778
9799
  },
9779
9800
  "SmpteTtDestinationSettings": {
9780
9801
  "type": "structure",
9781
- "members": {}
9802
+ "members": {
9803
+ }
9782
9804
  },
9783
9805
  "StandardHlsSettings": {
9784
9806
  "type": "structure",
@@ -10187,7 +10209,8 @@
10187
10209
  },
10188
10210
  "TeletextDestinationSettings": {
10189
10211
  "type": "structure",
10190
- "members": {}
10212
+ "members": {
10213
+ }
10191
10214
  },
10192
10215
  "TeletextSourceSettings": {
10193
10216
  "type": "structure",
@@ -11011,23 +11034,8 @@
11011
11034
  },
11012
11035
  "WebvttDestinationSettings": {
11013
11036
  "type": "structure",
11014
- "members": {}
11015
- },
11016
- "AcceptHeader": {
11017
- "type": "string",
11018
- "enum": [
11019
- "image/jpeg"
11020
- ]
11021
- },
11022
- "ContentType": {
11023
- "type": "string",
11024
- "enum": [
11025
- "image/jpeg"
11026
- ]
11027
- },
11028
- "InputDeviceThumbnail": {
11029
- "type": "blob",
11030
- "streaming": true
11037
+ "members": {
11038
+ }
11031
11039
  },
11032
11040
  "__boolean": {
11033
11041
  "type": "boolean"
@@ -11616,6 +11624,22 @@
11616
11624
  "type": "timestamp",
11617
11625
  "timestampFormat": "unixTimestamp"
11618
11626
  },
11627
+ "InputDeviceThumbnail": {
11628
+ "type": "blob",
11629
+ "streaming": true
11630
+ },
11631
+ "AcceptHeader": {
11632
+ "type": "string",
11633
+ "enum": [
11634
+ "image/jpeg"
11635
+ ]
11636
+ },
11637
+ "ContentType": {
11638
+ "type": "string",
11639
+ "enum": [
11640
+ "image/jpeg"
11641
+ ]
11642
+ },
11619
11643
  "__timestamp": {
11620
11644
  "type": "timestamp"
11621
11645
  }
@@ -528,6 +528,7 @@
528
528
  {"shape":"ConcurrentModificationException"},
529
529
  {"shape":"HandshakeConstraintViolationException"},
530
530
  {"shape":"DuplicateHandshakeException"},
531
+ {"shape":"ConstraintViolationException"},
531
532
  {"shape":"InvalidInputException"},
532
533
  {"shape":"FinalizingOrganizationException"},
533
534
  {"shape":"ServiceException"},
@@ -1223,7 +1224,8 @@
1223
1224
  "Email":{"shape":"Email"},
1224
1225
  "AccountName":{"shape":"AccountName"},
1225
1226
  "RoleName":{"shape":"RoleName"},
1226
- "IamUserAccessToBilling":{"shape":"IAMUserAccessToBilling"}
1227
+ "IamUserAccessToBilling":{"shape":"IAMUserAccessToBilling"},
1228
+ "Tags":{"shape":"Tags"}
1227
1229
  }
1228
1230
  },
1229
1231
  "CreateAccountRequestId":{
@@ -1283,7 +1285,8 @@
1283
1285
  "Email":{"shape":"Email"},
1284
1286
  "AccountName":{"shape":"AccountName"},
1285
1287
  "RoleName":{"shape":"RoleName"},
1286
- "IamUserAccessToBilling":{"shape":"IAMUserAccessToBilling"}
1288
+ "IamUserAccessToBilling":{"shape":"IAMUserAccessToBilling"},
1289
+ "Tags":{"shape":"Tags"}
1287
1290
  }
1288
1291
  },
1289
1292
  "CreateGovCloudAccountResponse":{
@@ -1312,7 +1315,8 @@
1312
1315
  ],
1313
1316
  "members":{
1314
1317
  "ParentId":{"shape":"ParentId"},
1315
- "Name":{"shape":"OrganizationalUnitName"}
1318
+ "Name":{"shape":"OrganizationalUnitName"},
1319
+ "Tags":{"shape":"Tags"}
1316
1320
  }
1317
1321
  },
1318
1322
  "CreateOrganizationalUnitResponse":{
@@ -1333,7 +1337,8 @@
1333
1337
  "Content":{"shape":"PolicyContent"},
1334
1338
  "Description":{"shape":"PolicyDescription"},
1335
1339
  "Name":{"shape":"PolicyName"},
1336
- "Type":{"shape":"PolicyType"}
1340
+ "Type":{"shape":"PolicyType"},
1341
+ "Tags":{"shape":"Tags"}
1337
1342
  }
1338
1343
  },
1339
1344
  "CreatePolicyResponse":{
@@ -1850,6 +1855,7 @@
1850
1855
  "UNRECOGNIZED_SERVICE_PRINCIPAL",
1851
1856
  "INVALID_ROLE_NAME",
1852
1857
  "INVALID_SYSTEM_TAGS_PARAMETER",
1858
+ "DUPLICATE_TAG_KEY",
1853
1859
  "TARGET_NOT_SUPPORTED"
1854
1860
  ]
1855
1861
  },
@@ -1858,7 +1864,8 @@
1858
1864
  "required":["Target"],
1859
1865
  "members":{
1860
1866
  "Target":{"shape":"HandshakeParty"},
1861
- "Notes":{"shape":"HandshakeNotes"}
1867
+ "Notes":{"shape":"HandshakeNotes"},
1868
+ "Tags":{"shape":"Tags"}
1862
1869
  }
1863
1870
  },
1864
1871
  "InviteAccountToOrganizationResponse":{
@@ -2523,8 +2530,8 @@
2523
2530
  },
2524
2531
  "TaggableResourceId":{
2525
2532
  "type":"string",
2526
- "max":12,
2527
- "pattern":"^\\d{12}$"
2533
+ "max":130,
2534
+ "pattern":"^(r-[0-9a-z]{4,32})|(\\d{12})|(ou-[0-9a-z]{4,32}-[a-z0-9]{8,32})|(^p-[0-9a-zA-Z_]{8,128})$"
2528
2535
  },
2529
2536
  "Tags":{
2530
2537
  "type":"list",
@@ -952,6 +952,11 @@
952
952
  "shape":"RequestPayer",
953
953
  "location":"header",
954
954
  "locationName":"x-amz-request-payer"
955
+ },
956
+ "ExpectedBucketOwner":{
957
+ "shape":"AccountId",
958
+ "location":"header",
959
+ "locationName":"x-amz-expected-bucket-owner"
955
960
  }
956
961
  }
957
962
  },
@@ -1331,6 +1336,11 @@
1331
1336
  "shape":"RequestPayer",
1332
1337
  "location":"header",
1333
1338
  "locationName":"x-amz-request-payer"
1339
+ },
1340
+ "ExpectedBucketOwner":{
1341
+ "shape":"AccountId",
1342
+ "location":"header",
1343
+ "locationName":"x-amz-expected-bucket-owner"
1334
1344
  }
1335
1345
  },
1336
1346
  "payload":"MultipartUpload"
@@ -1629,6 +1639,16 @@
1629
1639
  "shape":"ObjectLockLegalHoldStatus",
1630
1640
  "location":"header",
1631
1641
  "locationName":"x-amz-object-lock-legal-hold"
1642
+ },
1643
+ "ExpectedBucketOwner":{
1644
+ "shape":"AccountId",
1645
+ "location":"header",
1646
+ "locationName":"x-amz-expected-bucket-owner"
1647
+ },
1648
+ "ExpectedSourceBucketOwner":{
1649
+ "shape":"AccountId",
1650
+ "location":"header",
1651
+ "locationName":"x-amz-source-expected-bucket-owner"
1632
1652
  }
1633
1653
  }
1634
1654
  },
@@ -1922,6 +1942,11 @@
1922
1942
  "shape":"ObjectLockLegalHoldStatus",
1923
1943
  "location":"header",
1924
1944
  "locationName":"x-amz-object-lock-legal-hold"
1945
+ },
1946
+ "ExpectedBucketOwner":{
1947
+ "shape":"AccountId",
1948
+ "location":"header",
1949
+ "locationName":"x-amz-expected-bucket-owner"
1925
1950
  }
1926
1951
  }
1927
1952
  },
@@ -1967,6 +1992,11 @@
1967
1992
  "shape":"AnalyticsId",
1968
1993
  "location":"querystring",
1969
1994
  "locationName":"id"
1995
+ },
1996
+ "ExpectedBucketOwner":{
1997
+ "shape":"AccountId",
1998
+ "location":"header",
1999
+ "locationName":"x-amz-expected-bucket-owner"
1970
2000
  }
1971
2001
  }
1972
2002
  },
@@ -1978,6 +2008,11 @@
1978
2008
  "shape":"BucketName",
1979
2009
  "location":"uri",
1980
2010
  "locationName":"Bucket"
2011
+ },
2012
+ "ExpectedBucketOwner":{
2013
+ "shape":"AccountId",
2014
+ "location":"header",
2015
+ "locationName":"x-amz-expected-bucket-owner"
1981
2016
  }
1982
2017
  }
1983
2018
  },
@@ -1989,6 +2024,11 @@
1989
2024
  "shape":"BucketName",
1990
2025
  "location":"uri",
1991
2026
  "locationName":"Bucket"
2027
+ },
2028
+ "ExpectedBucketOwner":{
2029
+ "shape":"AccountId",
2030
+ "location":"header",
2031
+ "locationName":"x-amz-expected-bucket-owner"
1992
2032
  }
1993
2033
  }
1994
2034
  },
@@ -2008,6 +2048,11 @@
2008
2048
  "shape":"InventoryId",
2009
2049
  "location":"querystring",
2010
2050
  "locationName":"id"
2051
+ },
2052
+ "ExpectedBucketOwner":{
2053
+ "shape":"AccountId",
2054
+ "location":"header",
2055
+ "locationName":"x-amz-expected-bucket-owner"
2011
2056
  }
2012
2057
  }
2013
2058
  },
@@ -2019,6 +2064,11 @@
2019
2064
  "shape":"BucketName",
2020
2065
  "location":"uri",
2021
2066
  "locationName":"Bucket"
2067
+ },
2068
+ "ExpectedBucketOwner":{
2069
+ "shape":"AccountId",
2070
+ "location":"header",
2071
+ "locationName":"x-amz-expected-bucket-owner"
2022
2072
  }
2023
2073
  }
2024
2074
  },
@@ -2038,6 +2088,11 @@
2038
2088
  "shape":"MetricsId",
2039
2089
  "location":"querystring",
2040
2090
  "locationName":"id"
2091
+ },
2092
+ "ExpectedBucketOwner":{
2093
+ "shape":"AccountId",
2094
+ "location":"header",
2095
+ "locationName":"x-amz-expected-bucket-owner"
2041
2096
  }
2042
2097
  }
2043
2098
  },
@@ -2049,6 +2104,11 @@
2049
2104
  "shape":"BucketName",
2050
2105
  "location":"uri",
2051
2106
  "locationName":"Bucket"
2107
+ },
2108
+ "ExpectedBucketOwner":{
2109
+ "shape":"AccountId",
2110
+ "location":"header",
2111
+ "locationName":"x-amz-expected-bucket-owner"
2052
2112
  }
2053
2113
  }
2054
2114
  },
@@ -2060,6 +2120,11 @@
2060
2120
  "shape":"BucketName",
2061
2121
  "location":"uri",
2062
2122
  "locationName":"Bucket"
2123
+ },
2124
+ "ExpectedBucketOwner":{
2125
+ "shape":"AccountId",
2126
+ "location":"header",
2127
+ "locationName":"x-amz-expected-bucket-owner"
2063
2128
  }
2064
2129
  }
2065
2130
  },
@@ -2071,6 +2136,11 @@
2071
2136
  "shape":"BucketName",
2072
2137
  "location":"uri",
2073
2138
  "locationName":"Bucket"
2139
+ },
2140
+ "ExpectedBucketOwner":{
2141
+ "shape":"AccountId",
2142
+ "location":"header",
2143
+ "locationName":"x-amz-expected-bucket-owner"
2074
2144
  }
2075
2145
  }
2076
2146
  },
@@ -2082,6 +2152,11 @@
2082
2152
  "shape":"BucketName",
2083
2153
  "location":"uri",
2084
2154
  "locationName":"Bucket"
2155
+ },
2156
+ "ExpectedBucketOwner":{
2157
+ "shape":"AccountId",
2158
+ "location":"header",
2159
+ "locationName":"x-amz-expected-bucket-owner"
2085
2160
  }
2086
2161
  }
2087
2162
  },
@@ -2093,6 +2168,11 @@
2093
2168
  "shape":"BucketName",
2094
2169
  "location":"uri",
2095
2170
  "locationName":"Bucket"
2171
+ },
2172
+ "ExpectedBucketOwner":{
2173
+ "shape":"AccountId",
2174
+ "location":"header",
2175
+ "locationName":"x-amz-expected-bucket-owner"
2096
2176
  }
2097
2177
  }
2098
2178
  },
@@ -2182,6 +2262,11 @@
2182
2262
  "shape":"BypassGovernanceRetention",
2183
2263
  "location":"header",
2184
2264
  "locationName":"x-amz-bypass-governance-retention"
2265
+ },
2266
+ "ExpectedBucketOwner":{
2267
+ "shape":"AccountId",
2268
+ "location":"header",
2269
+ "locationName":"x-amz-expected-bucket-owner"
2185
2270
  }
2186
2271
  }
2187
2272
  },
@@ -2216,6 +2301,11 @@
2216
2301
  "shape":"ObjectVersionId",
2217
2302
  "location":"querystring",
2218
2303
  "locationName":"versionId"
2304
+ },
2305
+ "ExpectedBucketOwner":{
2306
+ "shape":"AccountId",
2307
+ "location":"header",
2308
+ "locationName":"x-amz-expected-bucket-owner"
2219
2309
  }
2220
2310
  }
2221
2311
  },
@@ -2265,6 +2355,11 @@
2265
2355
  "shape":"BypassGovernanceRetention",
2266
2356
  "location":"header",
2267
2357
  "locationName":"x-amz-bypass-governance-retention"
2358
+ },
2359
+ "ExpectedBucketOwner":{
2360
+ "shape":"AccountId",
2361
+ "location":"header",
2362
+ "locationName":"x-amz-expected-bucket-owner"
2268
2363
  }
2269
2364
  },
2270
2365
  "payload":"Delete"
@@ -2277,6 +2372,11 @@
2277
2372
  "shape":"BucketName",
2278
2373
  "location":"uri",
2279
2374
  "locationName":"Bucket"
2375
+ },
2376
+ "ExpectedBucketOwner":{
2377
+ "shape":"AccountId",
2378
+ "location":"header",
2379
+ "locationName":"x-amz-expected-bucket-owner"
2280
2380
  }
2281
2381
  }
2282
2382
  },
@@ -2466,6 +2566,11 @@
2466
2566
  "shape":"BucketName",
2467
2567
  "location":"uri",
2468
2568
  "locationName":"Bucket"
2569
+ },
2570
+ "ExpectedBucketOwner":{
2571
+ "shape":"AccountId",
2572
+ "location":"header",
2573
+ "locationName":"x-amz-expected-bucket-owner"
2469
2574
  }
2470
2575
  }
2471
2576
  },
@@ -2487,6 +2592,11 @@
2487
2592
  "shape":"BucketName",
2488
2593
  "location":"uri",
2489
2594
  "locationName":"Bucket"
2595
+ },
2596
+ "ExpectedBucketOwner":{
2597
+ "shape":"AccountId",
2598
+ "location":"header",
2599
+ "locationName":"x-amz-expected-bucket-owner"
2490
2600
  }
2491
2601
  }
2492
2602
  },
@@ -2513,6 +2623,11 @@
2513
2623
  "shape":"AnalyticsId",
2514
2624
  "location":"querystring",
2515
2625
  "locationName":"id"
2626
+ },
2627
+ "ExpectedBucketOwner":{
2628
+ "shape":"AccountId",
2629
+ "location":"header",
2630
+ "locationName":"x-amz-expected-bucket-owner"
2516
2631
  }
2517
2632
  }
2518
2633
  },
@@ -2533,6 +2648,11 @@
2533
2648
  "shape":"BucketName",
2534
2649
  "location":"uri",
2535
2650
  "locationName":"Bucket"
2651
+ },
2652
+ "ExpectedBucketOwner":{
2653
+ "shape":"AccountId",
2654
+ "location":"header",
2655
+ "locationName":"x-amz-expected-bucket-owner"
2536
2656
  }
2537
2657
  }
2538
2658
  },
@@ -2551,6 +2671,11 @@
2551
2671
  "shape":"BucketName",
2552
2672
  "location":"uri",
2553
2673
  "locationName":"Bucket"
2674
+ },
2675
+ "ExpectedBucketOwner":{
2676
+ "shape":"AccountId",
2677
+ "location":"header",
2678
+ "locationName":"x-amz-expected-bucket-owner"
2554
2679
  }
2555
2680
  }
2556
2681
  },
@@ -2577,6 +2702,11 @@
2577
2702
  "shape":"InventoryId",
2578
2703
  "location":"querystring",
2579
2704
  "locationName":"id"
2705
+ },
2706
+ "ExpectedBucketOwner":{
2707
+ "shape":"AccountId",
2708
+ "location":"header",
2709
+ "locationName":"x-amz-expected-bucket-owner"
2580
2710
  }
2581
2711
  }
2582
2712
  },
@@ -2597,6 +2727,11 @@
2597
2727
  "shape":"BucketName",
2598
2728
  "location":"uri",
2599
2729
  "locationName":"Bucket"
2730
+ },
2731
+ "ExpectedBucketOwner":{
2732
+ "shape":"AccountId",
2733
+ "location":"header",
2734
+ "locationName":"x-amz-expected-bucket-owner"
2600
2735
  }
2601
2736
  }
2602
2737
  },
@@ -2617,6 +2752,11 @@
2617
2752
  "shape":"BucketName",
2618
2753
  "location":"uri",
2619
2754
  "locationName":"Bucket"
2755
+ },
2756
+ "ExpectedBucketOwner":{
2757
+ "shape":"AccountId",
2758
+ "location":"header",
2759
+ "locationName":"x-amz-expected-bucket-owner"
2620
2760
  }
2621
2761
  }
2622
2762
  },
@@ -2634,6 +2774,11 @@
2634
2774
  "shape":"BucketName",
2635
2775
  "location":"uri",
2636
2776
  "locationName":"Bucket"
2777
+ },
2778
+ "ExpectedBucketOwner":{
2779
+ "shape":"AccountId",
2780
+ "location":"header",
2781
+ "locationName":"x-amz-expected-bucket-owner"
2637
2782
  }
2638
2783
  }
2639
2784
  },
@@ -2651,6 +2796,11 @@
2651
2796
  "shape":"BucketName",
2652
2797
  "location":"uri",
2653
2798
  "locationName":"Bucket"
2799
+ },
2800
+ "ExpectedBucketOwner":{
2801
+ "shape":"AccountId",
2802
+ "location":"header",
2803
+ "locationName":"x-amz-expected-bucket-owner"
2654
2804
  }
2655
2805
  }
2656
2806
  },
@@ -2677,6 +2827,11 @@
2677
2827
  "shape":"MetricsId",
2678
2828
  "location":"querystring",
2679
2829
  "locationName":"id"
2830
+ },
2831
+ "ExpectedBucketOwner":{
2832
+ "shape":"AccountId",
2833
+ "location":"header",
2834
+ "locationName":"x-amz-expected-bucket-owner"
2680
2835
  }
2681
2836
  }
2682
2837
  },
@@ -2688,6 +2843,11 @@
2688
2843
  "shape":"BucketName",
2689
2844
  "location":"uri",
2690
2845
  "locationName":"Bucket"
2846
+ },
2847
+ "ExpectedBucketOwner":{
2848
+ "shape":"AccountId",
2849
+ "location":"header",
2850
+ "locationName":"x-amz-expected-bucket-owner"
2691
2851
  }
2692
2852
  }
2693
2853
  },
@@ -2706,6 +2866,11 @@
2706
2866
  "shape":"BucketName",
2707
2867
  "location":"uri",
2708
2868
  "locationName":"Bucket"
2869
+ },
2870
+ "ExpectedBucketOwner":{
2871
+ "shape":"AccountId",
2872
+ "location":"header",
2873
+ "locationName":"x-amz-expected-bucket-owner"
2709
2874
  }
2710
2875
  }
2711
2876
  },
@@ -2724,6 +2889,11 @@
2724
2889
  "shape":"BucketName",
2725
2890
  "location":"uri",
2726
2891
  "locationName":"Bucket"
2892
+ },
2893
+ "ExpectedBucketOwner":{
2894
+ "shape":"AccountId",
2895
+ "location":"header",
2896
+ "locationName":"x-amz-expected-bucket-owner"
2727
2897
  }
2728
2898
  }
2729
2899
  },
@@ -2742,6 +2912,11 @@
2742
2912
  "shape":"BucketName",
2743
2913
  "location":"uri",
2744
2914
  "locationName":"Bucket"
2915
+ },
2916
+ "ExpectedBucketOwner":{
2917
+ "shape":"AccountId",
2918
+ "location":"header",
2919
+ "locationName":"x-amz-expected-bucket-owner"
2745
2920
  }
2746
2921
  }
2747
2922
  },
@@ -2759,6 +2934,11 @@
2759
2934
  "shape":"BucketName",
2760
2935
  "location":"uri",
2761
2936
  "locationName":"Bucket"
2937
+ },
2938
+ "ExpectedBucketOwner":{
2939
+ "shape":"AccountId",
2940
+ "location":"header",
2941
+ "locationName":"x-amz-expected-bucket-owner"
2762
2942
  }
2763
2943
  }
2764
2944
  },
@@ -2777,6 +2957,11 @@
2777
2957
  "shape":"BucketName",
2778
2958
  "location":"uri",
2779
2959
  "locationName":"Bucket"
2960
+ },
2961
+ "ExpectedBucketOwner":{
2962
+ "shape":"AccountId",
2963
+ "location":"header",
2964
+ "locationName":"x-amz-expected-bucket-owner"
2780
2965
  }
2781
2966
  }
2782
2967
  },
@@ -2798,6 +2983,11 @@
2798
2983
  "shape":"BucketName",
2799
2984
  "location":"uri",
2800
2985
  "locationName":"Bucket"
2986
+ },
2987
+ "ExpectedBucketOwner":{
2988
+ "shape":"AccountId",
2989
+ "location":"header",
2990
+ "locationName":"x-amz-expected-bucket-owner"
2801
2991
  }
2802
2992
  }
2803
2993
  },
@@ -2818,6 +3008,11 @@
2818
3008
  "shape":"BucketName",
2819
3009
  "location":"uri",
2820
3010
  "locationName":"Bucket"
3011
+ },
3012
+ "ExpectedBucketOwner":{
3013
+ "shape":"AccountId",
3014
+ "location":"header",
3015
+ "locationName":"x-amz-expected-bucket-owner"
2821
3016
  }
2822
3017
  }
2823
3018
  },
@@ -2862,6 +3057,11 @@
2862
3057
  "shape":"RequestPayer",
2863
3058
  "location":"header",
2864
3059
  "locationName":"x-amz-request-payer"
3060
+ },
3061
+ "ExpectedBucketOwner":{
3062
+ "shape":"AccountId",
3063
+ "location":"header",
3064
+ "locationName":"x-amz-expected-bucket-owner"
2865
3065
  }
2866
3066
  }
2867
3067
  },
@@ -2898,6 +3098,11 @@
2898
3098
  "shape":"RequestPayer",
2899
3099
  "location":"header",
2900
3100
  "locationName":"x-amz-request-payer"
3101
+ },
3102
+ "ExpectedBucketOwner":{
3103
+ "shape":"AccountId",
3104
+ "location":"header",
3105
+ "locationName":"x-amz-expected-bucket-owner"
2901
3106
  }
2902
3107
  }
2903
3108
  },
@@ -2916,6 +3121,11 @@
2916
3121
  "shape":"BucketName",
2917
3122
  "location":"uri",
2918
3123
  "locationName":"Bucket"
3124
+ },
3125
+ "ExpectedBucketOwner":{
3126
+ "shape":"AccountId",
3127
+ "location":"header",
3128
+ "locationName":"x-amz-expected-bucket-owner"
2919
3129
  }
2920
3130
  }
2921
3131
  },
@@ -3180,6 +3390,11 @@
3180
3390
  "shape":"PartNumber",
3181
3391
  "location":"querystring",
3182
3392
  "locationName":"partNumber"
3393
+ },
3394
+ "ExpectedBucketOwner":{
3395
+ "shape":"AccountId",
3396
+ "location":"header",
3397
+ "locationName":"x-amz-expected-bucket-owner"
3183
3398
  }
3184
3399
  }
3185
3400
  },
@@ -3216,6 +3431,11 @@
3216
3431
  "shape":"RequestPayer",
3217
3432
  "location":"header",
3218
3433
  "locationName":"x-amz-request-payer"
3434
+ },
3435
+ "ExpectedBucketOwner":{
3436
+ "shape":"AccountId",
3437
+ "location":"header",
3438
+ "locationName":"x-amz-expected-bucket-owner"
3219
3439
  }
3220
3440
  }
3221
3441
  },
@@ -3252,6 +3472,11 @@
3252
3472
  "shape":"ObjectVersionId",
3253
3473
  "location":"querystring",
3254
3474
  "locationName":"versionId"
3475
+ },
3476
+ "ExpectedBucketOwner":{
3477
+ "shape":"AccountId",
3478
+ "location":"header",
3479
+ "locationName":"x-amz-expected-bucket-owner"
3255
3480
  }
3256
3481
  }
3257
3482
  },
@@ -3291,6 +3516,11 @@
3291
3516
  "shape":"RequestPayer",
3292
3517
  "location":"header",
3293
3518
  "locationName":"x-amz-request-payer"
3519
+ },
3520
+ "ExpectedBucketOwner":{
3521
+ "shape":"AccountId",
3522
+ "location":"header",
3523
+ "locationName":"x-amz-expected-bucket-owner"
3294
3524
  }
3295
3525
  }
3296
3526
  },
@@ -3309,6 +3539,11 @@
3309
3539
  "shape":"BucketName",
3310
3540
  "location":"uri",
3311
3541
  "locationName":"Bucket"
3542
+ },
3543
+ "ExpectedBucketOwner":{
3544
+ "shape":"AccountId",
3545
+ "location":"header",
3546
+ "locationName":"x-amz-expected-bucket-owner"
3312
3547
  }
3313
3548
  }
3314
3549
  },
@@ -3365,6 +3600,11 @@
3365
3600
  "shape":"BucketName",
3366
3601
  "location":"uri",
3367
3602
  "locationName":"Bucket"
3603
+ },
3604
+ "ExpectedBucketOwner":{
3605
+ "shape":"AccountId",
3606
+ "location":"header",
3607
+ "locationName":"x-amz-expected-bucket-owner"
3368
3608
  }
3369
3609
  }
3370
3610
  },
@@ -3584,6 +3824,11 @@
3584
3824
  "shape":"PartNumber",
3585
3825
  "location":"querystring",
3586
3826
  "locationName":"partNumber"
3827
+ },
3828
+ "ExpectedBucketOwner":{
3829
+ "shape":"AccountId",
3830
+ "location":"header",
3831
+ "locationName":"x-amz-expected-bucket-owner"
3587
3832
  }
3588
3833
  }
3589
3834
  },
@@ -3881,6 +4126,11 @@
3881
4126
  "shape":"Token",
3882
4127
  "location":"querystring",
3883
4128
  "locationName":"continuation-token"
4129
+ },
4130
+ "ExpectedBucketOwner":{
4131
+ "shape":"AccountId",
4132
+ "location":"header",
4133
+ "locationName":"x-amz-expected-bucket-owner"
3884
4134
  }
3885
4135
  }
3886
4136
  },
@@ -3909,6 +4159,11 @@
3909
4159
  "shape":"Token",
3910
4160
  "location":"querystring",
3911
4161
  "locationName":"continuation-token"
4162
+ },
4163
+ "ExpectedBucketOwner":{
4164
+ "shape":"AccountId",
4165
+ "location":"header",
4166
+ "locationName":"x-amz-expected-bucket-owner"
3912
4167
  }
3913
4168
  }
3914
4169
  },
@@ -3937,6 +4192,11 @@
3937
4192
  "shape":"Token",
3938
4193
  "location":"querystring",
3939
4194
  "locationName":"continuation-token"
4195
+ },
4196
+ "ExpectedBucketOwner":{
4197
+ "shape":"AccountId",
4198
+ "location":"header",
4199
+ "locationName":"x-amz-expected-bucket-owner"
3940
4200
  }
3941
4201
  }
3942
4202
  },
@@ -4005,6 +4265,11 @@
4005
4265
  "shape":"UploadIdMarker",
4006
4266
  "location":"querystring",
4007
4267
  "locationName":"upload-id-marker"
4268
+ },
4269
+ "ExpectedBucketOwner":{
4270
+ "shape":"AccountId",
4271
+ "location":"header",
4272
+ "locationName":"x-amz-expected-bucket-owner"
4008
4273
  }
4009
4274
  }
4010
4275
  },
@@ -4070,6 +4335,11 @@
4070
4335
  "shape":"VersionIdMarker",
4071
4336
  "location":"querystring",
4072
4337
  "locationName":"version-id-marker"
4338
+ },
4339
+ "ExpectedBucketOwner":{
4340
+ "shape":"AccountId",
4341
+ "location":"header",
4342
+ "locationName":"x-amz-expected-bucket-owner"
4073
4343
  }
4074
4344
  }
4075
4345
  },
@@ -4126,6 +4396,11 @@
4126
4396
  "shape":"RequestPayer",
4127
4397
  "location":"header",
4128
4398
  "locationName":"x-amz-request-payer"
4399
+ },
4400
+ "ExpectedBucketOwner":{
4401
+ "shape":"AccountId",
4402
+ "location":"header",
4403
+ "locationName":"x-amz-expected-bucket-owner"
4129
4404
  }
4130
4405
  }
4131
4406
  },
@@ -4194,6 +4469,11 @@
4194
4469
  "shape":"RequestPayer",
4195
4470
  "location":"header",
4196
4471
  "locationName":"x-amz-request-payer"
4472
+ },
4473
+ "ExpectedBucketOwner":{
4474
+ "shape":"AccountId",
4475
+ "location":"header",
4476
+ "locationName":"x-amz-expected-bucket-owner"
4197
4477
  }
4198
4478
  }
4199
4479
  },
@@ -4268,6 +4548,11 @@
4268
4548
  "shape":"RequestPayer",
4269
4549
  "location":"header",
4270
4550
  "locationName":"x-amz-request-payer"
4551
+ },
4552
+ "ExpectedBucketOwner":{
4553
+ "shape":"AccountId",
4554
+ "location":"header",
4555
+ "locationName":"x-amz-expected-bucket-owner"
4271
4556
  }
4272
4557
  }
4273
4558
  },
@@ -4760,6 +5045,11 @@
4760
5045
  "shape":"AccelerateConfiguration",
4761
5046
  "locationName":"AccelerateConfiguration",
4762
5047
  "xmlNamespace":{"uri":"http://s3.amazonaws.com/doc/2006-03-01/"}
5048
+ },
5049
+ "ExpectedBucketOwner":{
5050
+ "shape":"AccountId",
5051
+ "location":"header",
5052
+ "locationName":"x-amz-expected-bucket-owner"
4763
5053
  }
4764
5054
  },
4765
5055
  "payload":"AccelerateConfiguration"
@@ -4814,6 +5104,11 @@
4814
5104
  "shape":"GrantWriteACP",
4815
5105
  "location":"header",
4816
5106
  "locationName":"x-amz-grant-write-acp"
5107
+ },
5108
+ "ExpectedBucketOwner":{
5109
+ "shape":"AccountId",
5110
+ "location":"header",
5111
+ "locationName":"x-amz-expected-bucket-owner"
4817
5112
  }
4818
5113
  },
4819
5114
  "payload":"AccessControlPolicy"
@@ -4840,6 +5135,11 @@
4840
5135
  "shape":"AnalyticsConfiguration",
4841
5136
  "locationName":"AnalyticsConfiguration",
4842
5137
  "xmlNamespace":{"uri":"http://s3.amazonaws.com/doc/2006-03-01/"}
5138
+ },
5139
+ "ExpectedBucketOwner":{
5140
+ "shape":"AccountId",
5141
+ "location":"header",
5142
+ "locationName":"x-amz-expected-bucket-owner"
4843
5143
  }
4844
5144
  },
4845
5145
  "payload":"AnalyticsConfiguration"
@@ -4867,6 +5167,11 @@
4867
5167
  "deprecatedMessage":"Content-MD5 header will now be automatically computed and injected in associated operation's Http request.",
4868
5168
  "location":"header",
4869
5169
  "locationName":"Content-MD5"
5170
+ },
5171
+ "ExpectedBucketOwner":{
5172
+ "shape":"AccountId",
5173
+ "location":"header",
5174
+ "locationName":"x-amz-expected-bucket-owner"
4870
5175
  }
4871
5176
  },
4872
5177
  "payload":"CORSConfiguration"
@@ -4894,6 +5199,11 @@
4894
5199
  "shape":"ServerSideEncryptionConfiguration",
4895
5200
  "locationName":"ServerSideEncryptionConfiguration",
4896
5201
  "xmlNamespace":{"uri":"http://s3.amazonaws.com/doc/2006-03-01/"}
5202
+ },
5203
+ "ExpectedBucketOwner":{
5204
+ "shape":"AccountId",
5205
+ "location":"header",
5206
+ "locationName":"x-amz-expected-bucket-owner"
4897
5207
  }
4898
5208
  },
4899
5209
  "payload":"ServerSideEncryptionConfiguration"
@@ -4920,6 +5230,11 @@
4920
5230
  "shape":"InventoryConfiguration",
4921
5231
  "locationName":"InventoryConfiguration",
4922
5232
  "xmlNamespace":{"uri":"http://s3.amazonaws.com/doc/2006-03-01/"}
5233
+ },
5234
+ "ExpectedBucketOwner":{
5235
+ "shape":"AccountId",
5236
+ "location":"header",
5237
+ "locationName":"x-amz-expected-bucket-owner"
4923
5238
  }
4924
5239
  },
4925
5240
  "payload":"InventoryConfiguration"
@@ -4937,6 +5252,11 @@
4937
5252
  "shape":"BucketLifecycleConfiguration",
4938
5253
  "locationName":"LifecycleConfiguration",
4939
5254
  "xmlNamespace":{"uri":"http://s3.amazonaws.com/doc/2006-03-01/"}
5255
+ },
5256
+ "ExpectedBucketOwner":{
5257
+ "shape":"AccountId",
5258
+ "location":"header",
5259
+ "locationName":"x-amz-expected-bucket-owner"
4940
5260
  }
4941
5261
  },
4942
5262
  "payload":"LifecycleConfiguration"
@@ -4961,6 +5281,11 @@
4961
5281
  "shape":"LifecycleConfiguration",
4962
5282
  "locationName":"LifecycleConfiguration",
4963
5283
  "xmlNamespace":{"uri":"http://s3.amazonaws.com/doc/2006-03-01/"}
5284
+ },
5285
+ "ExpectedBucketOwner":{
5286
+ "shape":"AccountId",
5287
+ "location":"header",
5288
+ "locationName":"x-amz-expected-bucket-owner"
4964
5289
  }
4965
5290
  },
4966
5291
  "payload":"LifecycleConfiguration"
@@ -4988,6 +5313,11 @@
4988
5313
  "deprecatedMessage":"Content-MD5 header will now be automatically computed and injected in associated operation's Http request.",
4989
5314
  "location":"header",
4990
5315
  "locationName":"Content-MD5"
5316
+ },
5317
+ "ExpectedBucketOwner":{
5318
+ "shape":"AccountId",
5319
+ "location":"header",
5320
+ "locationName":"x-amz-expected-bucket-owner"
4991
5321
  }
4992
5322
  },
4993
5323
  "payload":"BucketLoggingStatus"
@@ -5014,6 +5344,11 @@
5014
5344
  "shape":"MetricsConfiguration",
5015
5345
  "locationName":"MetricsConfiguration",
5016
5346
  "xmlNamespace":{"uri":"http://s3.amazonaws.com/doc/2006-03-01/"}
5347
+ },
5348
+ "ExpectedBucketOwner":{
5349
+ "shape":"AccountId",
5350
+ "location":"header",
5351
+ "locationName":"x-amz-expected-bucket-owner"
5017
5352
  }
5018
5353
  },
5019
5354
  "payload":"MetricsConfiguration"
@@ -5034,6 +5369,11 @@
5034
5369
  "shape":"NotificationConfiguration",
5035
5370
  "locationName":"NotificationConfiguration",
5036
5371
  "xmlNamespace":{"uri":"http://s3.amazonaws.com/doc/2006-03-01/"}
5372
+ },
5373
+ "ExpectedBucketOwner":{
5374
+ "shape":"AccountId",
5375
+ "location":"header",
5376
+ "locationName":"x-amz-expected-bucket-owner"
5037
5377
  }
5038
5378
  },
5039
5379
  "payload":"NotificationConfiguration"
@@ -5061,6 +5401,11 @@
5061
5401
  "shape":"NotificationConfigurationDeprecated",
5062
5402
  "locationName":"NotificationConfiguration",
5063
5403
  "xmlNamespace":{"uri":"http://s3.amazonaws.com/doc/2006-03-01/"}
5404
+ },
5405
+ "ExpectedBucketOwner":{
5406
+ "shape":"AccountId",
5407
+ "location":"header",
5408
+ "locationName":"x-amz-expected-bucket-owner"
5064
5409
  }
5065
5410
  },
5066
5411
  "payload":"NotificationConfiguration"
@@ -5089,7 +5434,12 @@
5089
5434
  "location":"header",
5090
5435
  "locationName":"x-amz-confirm-remove-self-bucket-access"
5091
5436
  },
5092
- "Policy":{"shape":"Policy"}
5437
+ "Policy":{"shape":"Policy"},
5438
+ "ExpectedBucketOwner":{
5439
+ "shape":"AccountId",
5440
+ "location":"header",
5441
+ "locationName":"x-amz-expected-bucket-owner"
5442
+ }
5093
5443
  },
5094
5444
  "payload":"Policy"
5095
5445
  },
@@ -5121,6 +5471,11 @@
5121
5471
  "shape":"ObjectLockToken",
5122
5472
  "location":"header",
5123
5473
  "locationName":"x-amz-bucket-object-lock-token"
5474
+ },
5475
+ "ExpectedBucketOwner":{
5476
+ "shape":"AccountId",
5477
+ "location":"header",
5478
+ "locationName":"x-amz-expected-bucket-owner"
5124
5479
  }
5125
5480
  },
5126
5481
  "payload":"ReplicationConfiguration"
@@ -5148,6 +5503,11 @@
5148
5503
  "shape":"RequestPaymentConfiguration",
5149
5504
  "locationName":"RequestPaymentConfiguration",
5150
5505
  "xmlNamespace":{"uri":"http://s3.amazonaws.com/doc/2006-03-01/"}
5506
+ },
5507
+ "ExpectedBucketOwner":{
5508
+ "shape":"AccountId",
5509
+ "location":"header",
5510
+ "locationName":"x-amz-expected-bucket-owner"
5151
5511
  }
5152
5512
  },
5153
5513
  "payload":"RequestPaymentConfiguration"
@@ -5175,6 +5535,11 @@
5175
5535
  "shape":"Tagging",
5176
5536
  "locationName":"Tagging",
5177
5537
  "xmlNamespace":{"uri":"http://s3.amazonaws.com/doc/2006-03-01/"}
5538
+ },
5539
+ "ExpectedBucketOwner":{
5540
+ "shape":"AccountId",
5541
+ "location":"header",
5542
+ "locationName":"x-amz-expected-bucket-owner"
5178
5543
  }
5179
5544
  },
5180
5545
  "payload":"Tagging"
@@ -5207,6 +5572,11 @@
5207
5572
  "shape":"VersioningConfiguration",
5208
5573
  "locationName":"VersioningConfiguration",
5209
5574
  "xmlNamespace":{"uri":"http://s3.amazonaws.com/doc/2006-03-01/"}
5575
+ },
5576
+ "ExpectedBucketOwner":{
5577
+ "shape":"AccountId",
5578
+ "location":"header",
5579
+ "locationName":"x-amz-expected-bucket-owner"
5210
5580
  }
5211
5581
  },
5212
5582
  "payload":"VersioningConfiguration"
@@ -5234,6 +5604,11 @@
5234
5604
  "shape":"WebsiteConfiguration",
5235
5605
  "locationName":"WebsiteConfiguration",
5236
5606
  "xmlNamespace":{"uri":"http://s3.amazonaws.com/doc/2006-03-01/"}
5607
+ },
5608
+ "ExpectedBucketOwner":{
5609
+ "shape":"AccountId",
5610
+ "location":"header",
5611
+ "locationName":"x-amz-expected-bucket-owner"
5237
5612
  }
5238
5613
  },
5239
5614
  "payload":"WebsiteConfiguration"
@@ -5316,6 +5691,11 @@
5316
5691
  "shape":"ObjectVersionId",
5317
5692
  "location":"querystring",
5318
5693
  "locationName":"versionId"
5694
+ },
5695
+ "ExpectedBucketOwner":{
5696
+ "shape":"AccountId",
5697
+ "location":"header",
5698
+ "locationName":"x-amz-expected-bucket-owner"
5319
5699
  }
5320
5700
  },
5321
5701
  "payload":"AccessControlPolicy"
@@ -5368,6 +5748,11 @@
5368
5748
  "deprecatedMessage":"Content-MD5 header will now be automatically computed and injected in associated operation's Http request.",
5369
5749
  "location":"header",
5370
5750
  "locationName":"Content-MD5"
5751
+ },
5752
+ "ExpectedBucketOwner":{
5753
+ "shape":"AccountId",
5754
+ "location":"header",
5755
+ "locationName":"x-amz-expected-bucket-owner"
5371
5756
  }
5372
5757
  },
5373
5758
  "payload":"LegalHold"
@@ -5412,6 +5797,11 @@
5412
5797
  "deprecatedMessage":"Content-MD5 header will now be automatically computed and injected in associated operation's Http request.",
5413
5798
  "location":"header",
5414
5799
  "locationName":"Content-MD5"
5800
+ },
5801
+ "ExpectedBucketOwner":{
5802
+ "shape":"AccountId",
5803
+ "location":"header",
5804
+ "locationName":"x-amz-expected-bucket-owner"
5415
5805
  }
5416
5806
  },
5417
5807
  "payload":"ObjectLockConfiguration"
@@ -5621,6 +6011,11 @@
5621
6011
  "shape":"ObjectLockLegalHoldStatus",
5622
6012
  "location":"header",
5623
6013
  "locationName":"x-amz-object-lock-legal-hold"
6014
+ },
6015
+ "ExpectedBucketOwner":{
6016
+ "shape":"AccountId",
6017
+ "location":"header",
6018
+ "locationName":"x-amz-expected-bucket-owner"
5624
6019
  }
5625
6020
  },
5626
6021
  "payload":"Body"
@@ -5678,6 +6073,11 @@
5678
6073
  "deprecatedMessage":"Content-MD5 header will now be automatically computed and injected in associated operation's Http request.",
5679
6074
  "location":"header",
5680
6075
  "locationName":"Content-MD5"
6076
+ },
6077
+ "ExpectedBucketOwner":{
6078
+ "shape":"AccountId",
6079
+ "location":"header",
6080
+ "locationName":"x-amz-expected-bucket-owner"
5681
6081
  }
5682
6082
  },
5683
6083
  "payload":"Retention"
@@ -5726,6 +6126,11 @@
5726
6126
  "shape":"Tagging",
5727
6127
  "locationName":"Tagging",
5728
6128
  "xmlNamespace":{"uri":"http://s3.amazonaws.com/doc/2006-03-01/"}
6129
+ },
6130
+ "ExpectedBucketOwner":{
6131
+ "shape":"AccountId",
6132
+ "location":"header",
6133
+ "locationName":"x-amz-expected-bucket-owner"
5729
6134
  }
5730
6135
  },
5731
6136
  "payload":"Tagging"
@@ -5753,6 +6158,11 @@
5753
6158
  "shape":"PublicAccessBlockConfiguration",
5754
6159
  "locationName":"PublicAccessBlockConfiguration",
5755
6160
  "xmlNamespace":{"uri":"http://s3.amazonaws.com/doc/2006-03-01/"}
6161
+ },
6162
+ "ExpectedBucketOwner":{
6163
+ "shape":"AccountId",
6164
+ "location":"header",
6165
+ "locationName":"x-amz-expected-bucket-owner"
5756
6166
  }
5757
6167
  },
5758
6168
  "payload":"PublicAccessBlockConfiguration"
@@ -6013,6 +6423,11 @@
6013
6423
  "shape":"RequestPayer",
6014
6424
  "location":"header",
6015
6425
  "locationName":"x-amz-request-payer"
6426
+ },
6427
+ "ExpectedBucketOwner":{
6428
+ "shape":"AccountId",
6429
+ "location":"header",
6430
+ "locationName":"x-amz-expected-bucket-owner"
6016
6431
  }
6017
6432
  },
6018
6433
  "payload":"RestoreRequest"
@@ -6192,7 +6607,12 @@
6192
6607
  "RequestProgress":{"shape":"RequestProgress"},
6193
6608
  "InputSerialization":{"shape":"InputSerialization"},
6194
6609
  "OutputSerialization":{"shape":"OutputSerialization"},
6195
- "ScanRange":{"shape":"ScanRange"}
6610
+ "ScanRange":{"shape":"ScanRange"},
6611
+ "ExpectedBucketOwner":{
6612
+ "shape":"AccountId",
6613
+ "location":"header",
6614
+ "locationName":"x-amz-expected-bucket-owner"
6615
+ }
6196
6616
  }
6197
6617
  },
6198
6618
  "SelectParameters":{
@@ -6585,6 +7005,16 @@
6585
7005
  "shape":"RequestPayer",
6586
7006
  "location":"header",
6587
7007
  "locationName":"x-amz-request-payer"
7008
+ },
7009
+ "ExpectedBucketOwner":{
7010
+ "shape":"AccountId",
7011
+ "location":"header",
7012
+ "locationName":"x-amz-expected-bucket-owner"
7013
+ },
7014
+ "ExpectedSourceBucketOwner":{
7015
+ "shape":"AccountId",
7016
+ "location":"header",
7017
+ "locationName":"x-amz-source-expected-bucket-owner"
6588
7018
  }
6589
7019
  }
6590
7020
  },
@@ -6685,6 +7115,11 @@
6685
7115
  "shape":"RequestPayer",
6686
7116
  "location":"header",
6687
7117
  "locationName":"x-amz-request-payer"
7118
+ },
7119
+ "ExpectedBucketOwner":{
7120
+ "shape":"AccountId",
7121
+ "location":"header",
7122
+ "locationName":"x-amz-expected-bucket-owner"
6688
7123
  }
6689
7124
  },
6690
7125
  "payload":"Body"