aws-sdk 2.747.0 → 2.751.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +22 -1
- package/README.md +1 -1
- package/apis/apigatewayv2-2018-11-29.min.json +66 -0
- package/apis/cloudfront-2020-05-31.min.json +3 -0
- package/apis/codebuild-2016-10-06.min.json +6 -2
- package/apis/elasticloadbalancingv2-2015-12-01.min.json +53 -50
- package/apis/glue-2017-03-31.min.json +158 -91
- package/apis/glue-2017-03-31.paginators.json +5 -0
- package/apis/kinesisanalyticsv2-2018-05-23.min.json +16 -13
- package/apis/metadata.json +8 -0
- package/apis/quicksight-2018-04-01.min.json +65 -59
- package/apis/redshift-data-2019-12-20.examples.json +5 -0
- package/apis/redshift-data-2019-12-20.min.json +381 -0
- package/apis/redshift-data-2019-12-20.paginators.json +39 -0
- package/apis/s3-2006-03-01.examples.json +117 -117
- package/apis/s3-2006-03-01.min.json +431 -83
- package/apis/sso-admin-2020-07-20.examples.json +5 -0
- package/apis/sso-admin-2020-07-20.min.json +759 -0
- package/apis/sso-admin-2020-07-20.paginators.json +63 -0
- package/apis/workspaces-2015-04-08.min.json +227 -52
- package/clients/all.d.ts +2 -0
- package/clients/all.js +3 -1
- package/clients/apigatewayv2.d.ts +100 -34
- package/clients/cloudfront.d.ts +11 -7
- package/clients/codebuild.d.ts +14 -6
- package/clients/ebs.d.ts +7 -7
- package/clients/elbv2.d.ts +18 -4
- package/clients/glue.d.ts +81 -2
- package/clients/kinesisanalyticsv2.d.ts +2 -1
- package/clients/lexmodelbuildingservice.d.ts +12 -12
- package/clients/quicksight.d.ts +16 -0
- package/clients/redshiftdata.d.ts +614 -0
- package/clients/redshiftdata.js +18 -0
- package/clients/s3.d.ts +389 -41
- package/clients/ssoadmin.d.ts +1059 -0
- package/clients/ssoadmin.js +18 -0
- package/clients/workspaces.d.ts +237 -6
- package/dist/aws-sdk-core-react-native.js +6 -5
- package/dist/aws-sdk-react-native.js +92 -17
- package/dist/aws-sdk.js +508 -141
- package/dist/aws-sdk.min.js +70 -69
- package/lib/config_service_placeholders.d.ts +4 -0
- package/lib/core.js +1 -1
- package/lib/protocol/json.js +3 -2
- package/lib/request.js +1 -1
- package/package.json +1 -1
package/dist/aws-sdk.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// AWS SDK for JavaScript v2.
|
|
1
|
+
// AWS SDK for JavaScript v2.751.0
|
|
2
2
|
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
3
3
|
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
|
|
4
4
|
(function(){function r(e,n,t){function o(i,f){if(!n[i]){if(!e[i]){var c="function"==typeof require&&require;if(!f&&c)return c(i,!0);if(u)return u(i,!0);var a=new Error("Cannot find module '"+i+"'");throw a.code="MODULE_NOT_FOUND",a}var p=n[i]={exports:{}};e[i][0].call(p.exports,function(r){var n=e[i][1][r];return o(n||r)},p,p.exports,r,e,n,t)}return n[i].exports}for(var u="function"==typeof require&&require,i=0;i<t.length;i++)o(t[i]);return o}return r})()({1:[function(require,module,exports){
|
|
@@ -29767,6 +29767,9 @@ module.exports={
|
|
|
29767
29767
|
"EnableAcceptEncodingGzip": {
|
|
29768
29768
|
"type": "boolean"
|
|
29769
29769
|
},
|
|
29770
|
+
"EnableAcceptEncodingBrotli": {
|
|
29771
|
+
"type": "boolean"
|
|
29772
|
+
},
|
|
29770
29773
|
"HeadersConfig": {
|
|
29771
29774
|
"type": "structure",
|
|
29772
29775
|
"required": [
|
|
@@ -32845,7 +32848,10 @@ module.exports={
|
|
|
32845
32848
|
"arn"
|
|
32846
32849
|
],
|
|
32847
32850
|
"members": {
|
|
32848
|
-
"arn": {}
|
|
32851
|
+
"arn": {},
|
|
32852
|
+
"deleteReports": {
|
|
32853
|
+
"type": "boolean"
|
|
32854
|
+
}
|
|
32849
32855
|
}
|
|
32850
32856
|
},
|
|
32851
32857
|
"output": {
|
|
@@ -32976,7 +32982,8 @@ module.exports={
|
|
|
32976
32982
|
"filter": {
|
|
32977
32983
|
"type": "structure",
|
|
32978
32984
|
"members": {
|
|
32979
|
-
"status": {}
|
|
32985
|
+
"status": {},
|
|
32986
|
+
"keyword": {}
|
|
32980
32987
|
}
|
|
32981
32988
|
}
|
|
32982
32989
|
}
|
|
@@ -96198,7 +96205,8 @@ module.exports={
|
|
|
96198
96205
|
"shape": "Sb"
|
|
96199
96206
|
},
|
|
96200
96207
|
"Type": {},
|
|
96201
|
-
"IpAddressType": {}
|
|
96208
|
+
"IpAddressType": {},
|
|
96209
|
+
"CustomerOwnedIpv4Pool": {}
|
|
96202
96210
|
}
|
|
96203
96211
|
},
|
|
96204
96212
|
"output": {
|
|
@@ -96206,7 +96214,7 @@ module.exports={
|
|
|
96206
96214
|
"type": "structure",
|
|
96207
96215
|
"members": {
|
|
96208
96216
|
"LoadBalancers": {
|
|
96209
|
-
"shape": "
|
|
96217
|
+
"shape": "S2i"
|
|
96210
96218
|
}
|
|
96211
96219
|
}
|
|
96212
96220
|
}
|
|
@@ -96223,7 +96231,7 @@ module.exports={
|
|
|
96223
96231
|
"members": {
|
|
96224
96232
|
"ListenerArn": {},
|
|
96225
96233
|
"Conditions": {
|
|
96226
|
-
"shape": "
|
|
96234
|
+
"shape": "S2z"
|
|
96227
96235
|
},
|
|
96228
96236
|
"Priority": {
|
|
96229
96237
|
"type": "integer"
|
|
@@ -96238,7 +96246,7 @@ module.exports={
|
|
|
96238
96246
|
"type": "structure",
|
|
96239
96247
|
"members": {
|
|
96240
96248
|
"Rules": {
|
|
96241
|
-
"shape": "
|
|
96249
|
+
"shape": "S3f"
|
|
96242
96250
|
}
|
|
96243
96251
|
}
|
|
96244
96252
|
}
|
|
@@ -96275,7 +96283,7 @@ module.exports={
|
|
|
96275
96283
|
"type": "integer"
|
|
96276
96284
|
},
|
|
96277
96285
|
"Matcher": {
|
|
96278
|
-
"shape": "
|
|
96286
|
+
"shape": "S3s"
|
|
96279
96287
|
},
|
|
96280
96288
|
"TargetType": {}
|
|
96281
96289
|
}
|
|
@@ -96285,7 +96293,7 @@ module.exports={
|
|
|
96285
96293
|
"type": "structure",
|
|
96286
96294
|
"members": {
|
|
96287
96295
|
"TargetGroups": {
|
|
96288
|
-
"shape": "
|
|
96296
|
+
"shape": "S3w"
|
|
96289
96297
|
}
|
|
96290
96298
|
}
|
|
96291
96299
|
}
|
|
@@ -96364,7 +96372,7 @@ module.exports={
|
|
|
96364
96372
|
"members": {
|
|
96365
96373
|
"TargetGroupArn": {},
|
|
96366
96374
|
"Targets": {
|
|
96367
|
-
"shape": "
|
|
96375
|
+
"shape": "S48"
|
|
96368
96376
|
}
|
|
96369
96377
|
}
|
|
96370
96378
|
},
|
|
@@ -96468,7 +96476,7 @@ module.exports={
|
|
|
96468
96476
|
"type": "structure",
|
|
96469
96477
|
"members": {
|
|
96470
96478
|
"Attributes": {
|
|
96471
|
-
"shape": "
|
|
96479
|
+
"shape": "S4r"
|
|
96472
96480
|
}
|
|
96473
96481
|
}
|
|
96474
96482
|
}
|
|
@@ -96478,7 +96486,7 @@ module.exports={
|
|
|
96478
96486
|
"type": "structure",
|
|
96479
96487
|
"members": {
|
|
96480
96488
|
"LoadBalancerArns": {
|
|
96481
|
-
"shape": "
|
|
96489
|
+
"shape": "S3y"
|
|
96482
96490
|
},
|
|
96483
96491
|
"Names": {
|
|
96484
96492
|
"type": "list",
|
|
@@ -96495,7 +96503,7 @@ module.exports={
|
|
|
96495
96503
|
"type": "structure",
|
|
96496
96504
|
"members": {
|
|
96497
96505
|
"LoadBalancers": {
|
|
96498
|
-
"shape": "
|
|
96506
|
+
"shape": "S2i"
|
|
96499
96507
|
},
|
|
96500
96508
|
"NextMarker": {}
|
|
96501
96509
|
}
|
|
@@ -96521,7 +96529,7 @@ module.exports={
|
|
|
96521
96529
|
"type": "structure",
|
|
96522
96530
|
"members": {
|
|
96523
96531
|
"Rules": {
|
|
96524
|
-
"shape": "
|
|
96532
|
+
"shape": "S3f"
|
|
96525
96533
|
},
|
|
96526
96534
|
"NextMarker": {}
|
|
96527
96535
|
}
|
|
@@ -96620,7 +96628,7 @@ module.exports={
|
|
|
96620
96628
|
"type": "structure",
|
|
96621
96629
|
"members": {
|
|
96622
96630
|
"Attributes": {
|
|
96623
|
-
"shape": "
|
|
96631
|
+
"shape": "S5i"
|
|
96624
96632
|
}
|
|
96625
96633
|
}
|
|
96626
96634
|
}
|
|
@@ -96649,7 +96657,7 @@ module.exports={
|
|
|
96649
96657
|
"type": "structure",
|
|
96650
96658
|
"members": {
|
|
96651
96659
|
"TargetGroups": {
|
|
96652
|
-
"shape": "
|
|
96660
|
+
"shape": "S3w"
|
|
96653
96661
|
},
|
|
96654
96662
|
"NextMarker": {}
|
|
96655
96663
|
}
|
|
@@ -96664,7 +96672,7 @@ module.exports={
|
|
|
96664
96672
|
"members": {
|
|
96665
96673
|
"TargetGroupArn": {},
|
|
96666
96674
|
"Targets": {
|
|
96667
|
-
"shape": "
|
|
96675
|
+
"shape": "S48"
|
|
96668
96676
|
}
|
|
96669
96677
|
}
|
|
96670
96678
|
},
|
|
@@ -96678,7 +96686,7 @@ module.exports={
|
|
|
96678
96686
|
"type": "structure",
|
|
96679
96687
|
"members": {
|
|
96680
96688
|
"Target": {
|
|
96681
|
-
"shape": "
|
|
96689
|
+
"shape": "S49"
|
|
96682
96690
|
},
|
|
96683
96691
|
"HealthCheckPort": {},
|
|
96684
96692
|
"TargetHealth": {
|
|
@@ -96739,7 +96747,7 @@ module.exports={
|
|
|
96739
96747
|
"members": {
|
|
96740
96748
|
"LoadBalancerArn": {},
|
|
96741
96749
|
"Attributes": {
|
|
96742
|
-
"shape": "
|
|
96750
|
+
"shape": "S4r"
|
|
96743
96751
|
}
|
|
96744
96752
|
}
|
|
96745
96753
|
},
|
|
@@ -96748,7 +96756,7 @@ module.exports={
|
|
|
96748
96756
|
"type": "structure",
|
|
96749
96757
|
"members": {
|
|
96750
96758
|
"Attributes": {
|
|
96751
|
-
"shape": "
|
|
96759
|
+
"shape": "S4r"
|
|
96752
96760
|
}
|
|
96753
96761
|
}
|
|
96754
96762
|
}
|
|
@@ -96762,7 +96770,7 @@ module.exports={
|
|
|
96762
96770
|
"members": {
|
|
96763
96771
|
"RuleArn": {},
|
|
96764
96772
|
"Conditions": {
|
|
96765
|
-
"shape": "
|
|
96773
|
+
"shape": "S2z"
|
|
96766
96774
|
},
|
|
96767
96775
|
"Actions": {
|
|
96768
96776
|
"shape": "Sl"
|
|
@@ -96774,7 +96782,7 @@ module.exports={
|
|
|
96774
96782
|
"type": "structure",
|
|
96775
96783
|
"members": {
|
|
96776
96784
|
"Rules": {
|
|
96777
|
-
"shape": "
|
|
96785
|
+
"shape": "S3f"
|
|
96778
96786
|
}
|
|
96779
96787
|
}
|
|
96780
96788
|
}
|
|
@@ -96806,7 +96814,7 @@ module.exports={
|
|
|
96806
96814
|
"type": "integer"
|
|
96807
96815
|
},
|
|
96808
96816
|
"Matcher": {
|
|
96809
|
-
"shape": "
|
|
96817
|
+
"shape": "S3s"
|
|
96810
96818
|
}
|
|
96811
96819
|
}
|
|
96812
96820
|
},
|
|
@@ -96815,7 +96823,7 @@ module.exports={
|
|
|
96815
96823
|
"type": "structure",
|
|
96816
96824
|
"members": {
|
|
96817
96825
|
"TargetGroups": {
|
|
96818
|
-
"shape": "
|
|
96826
|
+
"shape": "S3w"
|
|
96819
96827
|
}
|
|
96820
96828
|
}
|
|
96821
96829
|
}
|
|
@@ -96830,7 +96838,7 @@ module.exports={
|
|
|
96830
96838
|
"members": {
|
|
96831
96839
|
"TargetGroupArn": {},
|
|
96832
96840
|
"Attributes": {
|
|
96833
|
-
"shape": "
|
|
96841
|
+
"shape": "S5i"
|
|
96834
96842
|
}
|
|
96835
96843
|
}
|
|
96836
96844
|
},
|
|
@@ -96839,7 +96847,7 @@ module.exports={
|
|
|
96839
96847
|
"type": "structure",
|
|
96840
96848
|
"members": {
|
|
96841
96849
|
"Attributes": {
|
|
96842
|
-
"shape": "
|
|
96850
|
+
"shape": "S5i"
|
|
96843
96851
|
}
|
|
96844
96852
|
}
|
|
96845
96853
|
}
|
|
@@ -96854,7 +96862,7 @@ module.exports={
|
|
|
96854
96862
|
"members": {
|
|
96855
96863
|
"TargetGroupArn": {},
|
|
96856
96864
|
"Targets": {
|
|
96857
|
-
"shape": "
|
|
96865
|
+
"shape": "S48"
|
|
96858
96866
|
}
|
|
96859
96867
|
}
|
|
96860
96868
|
},
|
|
@@ -96953,7 +96961,7 @@ module.exports={
|
|
|
96953
96961
|
"type": "structure",
|
|
96954
96962
|
"members": {
|
|
96955
96963
|
"Rules": {
|
|
96956
|
-
"shape": "
|
|
96964
|
+
"shape": "S3f"
|
|
96957
96965
|
}
|
|
96958
96966
|
}
|
|
96959
96967
|
}
|
|
@@ -97003,7 +97011,7 @@ module.exports={
|
|
|
97003
97011
|
"type": "structure",
|
|
97004
97012
|
"members": {
|
|
97005
97013
|
"AvailabilityZones": {
|
|
97006
|
-
"shape": "
|
|
97014
|
+
"shape": "S2r"
|
|
97007
97015
|
}
|
|
97008
97016
|
}
|
|
97009
97017
|
}
|
|
@@ -97211,7 +97219,7 @@ module.exports={
|
|
|
97211
97219
|
"type": "list",
|
|
97212
97220
|
"member": {}
|
|
97213
97221
|
},
|
|
97214
|
-
"
|
|
97222
|
+
"S2i": {
|
|
97215
97223
|
"type": "list",
|
|
97216
97224
|
"member": {
|
|
97217
97225
|
"type": "structure",
|
|
@@ -97234,22 +97242,24 @@ module.exports={
|
|
|
97234
97242
|
},
|
|
97235
97243
|
"Type": {},
|
|
97236
97244
|
"AvailabilityZones": {
|
|
97237
|
-
"shape": "
|
|
97245
|
+
"shape": "S2r"
|
|
97238
97246
|
},
|
|
97239
97247
|
"SecurityGroups": {
|
|
97240
97248
|
"shape": "S2b"
|
|
97241
97249
|
},
|
|
97242
|
-
"IpAddressType": {}
|
|
97250
|
+
"IpAddressType": {},
|
|
97251
|
+
"CustomerOwnedIpv4Pool": {}
|
|
97243
97252
|
}
|
|
97244
97253
|
}
|
|
97245
97254
|
},
|
|
97246
|
-
"
|
|
97255
|
+
"S2r": {
|
|
97247
97256
|
"type": "list",
|
|
97248
97257
|
"member": {
|
|
97249
97258
|
"type": "structure",
|
|
97250
97259
|
"members": {
|
|
97251
97260
|
"ZoneName": {},
|
|
97252
97261
|
"SubnetId": {},
|
|
97262
|
+
"OutpostId": {},
|
|
97253
97263
|
"LoadBalancerAddresses": {
|
|
97254
97264
|
"type": "list",
|
|
97255
97265
|
"member": {
|
|
@@ -97264,20 +97274,20 @@ module.exports={
|
|
|
97264
97274
|
}
|
|
97265
97275
|
}
|
|
97266
97276
|
},
|
|
97267
|
-
"
|
|
97277
|
+
"S2z": {
|
|
97268
97278
|
"type": "list",
|
|
97269
97279
|
"member": {
|
|
97270
97280
|
"type": "structure",
|
|
97271
97281
|
"members": {
|
|
97272
97282
|
"Field": {},
|
|
97273
97283
|
"Values": {
|
|
97274
|
-
"shape": "
|
|
97284
|
+
"shape": "S32"
|
|
97275
97285
|
},
|
|
97276
97286
|
"HostHeaderConfig": {
|
|
97277
97287
|
"type": "structure",
|
|
97278
97288
|
"members": {
|
|
97279
97289
|
"Values": {
|
|
97280
|
-
"shape": "
|
|
97290
|
+
"shape": "S32"
|
|
97281
97291
|
}
|
|
97282
97292
|
}
|
|
97283
97293
|
},
|
|
@@ -97285,7 +97295,7 @@ module.exports={
|
|
|
97285
97295
|
"type": "structure",
|
|
97286
97296
|
"members": {
|
|
97287
97297
|
"Values": {
|
|
97288
|
-
"shape": "
|
|
97298
|
+
"shape": "S32"
|
|
97289
97299
|
}
|
|
97290
97300
|
}
|
|
97291
97301
|
},
|
|
@@ -97294,7 +97304,7 @@ module.exports={
|
|
|
97294
97304
|
"members": {
|
|
97295
97305
|
"HttpHeaderName": {},
|
|
97296
97306
|
"Values": {
|
|
97297
|
-
"shape": "
|
|
97307
|
+
"shape": "S32"
|
|
97298
97308
|
}
|
|
97299
97309
|
}
|
|
97300
97310
|
},
|
|
@@ -97317,7 +97327,7 @@ module.exports={
|
|
|
97317
97327
|
"type": "structure",
|
|
97318
97328
|
"members": {
|
|
97319
97329
|
"Values": {
|
|
97320
|
-
"shape": "
|
|
97330
|
+
"shape": "S32"
|
|
97321
97331
|
}
|
|
97322
97332
|
}
|
|
97323
97333
|
},
|
|
@@ -97325,18 +97335,18 @@ module.exports={
|
|
|
97325
97335
|
"type": "structure",
|
|
97326
97336
|
"members": {
|
|
97327
97337
|
"Values": {
|
|
97328
|
-
"shape": "
|
|
97338
|
+
"shape": "S32"
|
|
97329
97339
|
}
|
|
97330
97340
|
}
|
|
97331
97341
|
}
|
|
97332
97342
|
}
|
|
97333
97343
|
}
|
|
97334
97344
|
},
|
|
97335
|
-
"
|
|
97345
|
+
"S32": {
|
|
97336
97346
|
"type": "list",
|
|
97337
97347
|
"member": {}
|
|
97338
97348
|
},
|
|
97339
|
-
"
|
|
97349
|
+
"S3f": {
|
|
97340
97350
|
"type": "list",
|
|
97341
97351
|
"member": {
|
|
97342
97352
|
"type": "structure",
|
|
@@ -97344,7 +97354,7 @@ module.exports={
|
|
|
97344
97354
|
"RuleArn": {},
|
|
97345
97355
|
"Priority": {},
|
|
97346
97356
|
"Conditions": {
|
|
97347
|
-
"shape": "
|
|
97357
|
+
"shape": "S2z"
|
|
97348
97358
|
},
|
|
97349
97359
|
"Actions": {
|
|
97350
97360
|
"shape": "Sl"
|
|
@@ -97355,7 +97365,7 @@ module.exports={
|
|
|
97355
97365
|
}
|
|
97356
97366
|
}
|
|
97357
97367
|
},
|
|
97358
|
-
"
|
|
97368
|
+
"S3s": {
|
|
97359
97369
|
"type": "structure",
|
|
97360
97370
|
"required": [
|
|
97361
97371
|
"HttpCode"
|
|
@@ -97364,7 +97374,7 @@ module.exports={
|
|
|
97364
97374
|
"HttpCode": {}
|
|
97365
97375
|
}
|
|
97366
97376
|
},
|
|
97367
|
-
"
|
|
97377
|
+
"S3w": {
|
|
97368
97378
|
"type": "list",
|
|
97369
97379
|
"member": {
|
|
97370
97380
|
"type": "structure",
|
|
@@ -97395,26 +97405,26 @@ module.exports={
|
|
|
97395
97405
|
},
|
|
97396
97406
|
"HealthCheckPath": {},
|
|
97397
97407
|
"Matcher": {
|
|
97398
|
-
"shape": "
|
|
97408
|
+
"shape": "S3s"
|
|
97399
97409
|
},
|
|
97400
97410
|
"LoadBalancerArns": {
|
|
97401
|
-
"shape": "
|
|
97411
|
+
"shape": "S3y"
|
|
97402
97412
|
},
|
|
97403
97413
|
"TargetType": {}
|
|
97404
97414
|
}
|
|
97405
97415
|
}
|
|
97406
97416
|
},
|
|
97407
|
-
"
|
|
97417
|
+
"S3y": {
|
|
97408
97418
|
"type": "list",
|
|
97409
97419
|
"member": {}
|
|
97410
97420
|
},
|
|
97411
|
-
"
|
|
97421
|
+
"S48": {
|
|
97412
97422
|
"type": "list",
|
|
97413
97423
|
"member": {
|
|
97414
|
-
"shape": "
|
|
97424
|
+
"shape": "S49"
|
|
97415
97425
|
}
|
|
97416
97426
|
},
|
|
97417
|
-
"
|
|
97427
|
+
"S49": {
|
|
97418
97428
|
"type": "structure",
|
|
97419
97429
|
"required": [
|
|
97420
97430
|
"Id"
|
|
@@ -97427,7 +97437,7 @@ module.exports={
|
|
|
97427
97437
|
"AvailabilityZone": {}
|
|
97428
97438
|
}
|
|
97429
97439
|
},
|
|
97430
|
-
"
|
|
97440
|
+
"S4r": {
|
|
97431
97441
|
"type": "list",
|
|
97432
97442
|
"member": {
|
|
97433
97443
|
"type": "structure",
|
|
@@ -97437,7 +97447,7 @@ module.exports={
|
|
|
97437
97447
|
}
|
|
97438
97448
|
}
|
|
97439
97449
|
},
|
|
97440
|
-
"
|
|
97450
|
+
"S5i": {
|
|
97441
97451
|
"type": "list",
|
|
97442
97452
|
"member": {
|
|
97443
97453
|
"type": "structure",
|
|
@@ -137398,6 +137408,14 @@ module.exports={
|
|
|
137398
137408
|
},
|
|
137399
137409
|
"appflow": {
|
|
137400
137410
|
"name": "Appflow"
|
|
137411
|
+
},
|
|
137412
|
+
"redshiftdata": {
|
|
137413
|
+
"prefix": "redshift-data",
|
|
137414
|
+
"name": "RedshiftData"
|
|
137415
|
+
},
|
|
137416
|
+
"ssoadmin": {
|
|
137417
|
+
"prefix": "sso-admin",
|
|
137418
|
+
"name": "SSOAdmin"
|
|
137401
137419
|
}
|
|
137402
137420
|
}
|
|
137403
137421
|
},{}],157:[function(require,module,exports){
|
|
@@ -170744,6 +170762,10 @@ module.exports={
|
|
|
170744
170762
|
"RequestPayer": {
|
|
170745
170763
|
"location": "header",
|
|
170746
170764
|
"locationName": "x-amz-request-payer"
|
|
170765
|
+
},
|
|
170766
|
+
"ExpectedBucketOwner": {
|
|
170767
|
+
"location": "header",
|
|
170768
|
+
"locationName": "x-amz-expected-bucket-owner"
|
|
170747
170769
|
}
|
|
170748
170770
|
}
|
|
170749
170771
|
},
|
|
@@ -170807,6 +170829,10 @@ module.exports={
|
|
|
170807
170829
|
"RequestPayer": {
|
|
170808
170830
|
"location": "header",
|
|
170809
170831
|
"locationName": "x-amz-request-payer"
|
|
170832
|
+
},
|
|
170833
|
+
"ExpectedBucketOwner": {
|
|
170834
|
+
"location": "header",
|
|
170835
|
+
"locationName": "x-amz-expected-bucket-owner"
|
|
170810
170836
|
}
|
|
170811
170837
|
},
|
|
170812
170838
|
"payload": "MultipartUpload"
|
|
@@ -170831,7 +170857,7 @@ module.exports={
|
|
|
170831
170857
|
"locationName": "x-amz-version-id"
|
|
170832
170858
|
},
|
|
170833
170859
|
"SSEKMSKeyId": {
|
|
170834
|
-
"shape": "
|
|
170860
|
+
"shape": "Sk",
|
|
170835
170861
|
"location": "header",
|
|
170836
170862
|
"locationName": "x-amz-server-side-encryption-aws-kms-key-id"
|
|
170837
170863
|
},
|
|
@@ -170931,7 +170957,7 @@ module.exports={
|
|
|
170931
170957
|
"locationName": "Key"
|
|
170932
170958
|
},
|
|
170933
170959
|
"Metadata": {
|
|
170934
|
-
"shape": "
|
|
170960
|
+
"shape": "S12",
|
|
170935
170961
|
"location": "headers",
|
|
170936
170962
|
"locationName": "x-amz-meta-"
|
|
170937
170963
|
},
|
|
@@ -170960,7 +170986,7 @@ module.exports={
|
|
|
170960
170986
|
"locationName": "x-amz-server-side-encryption-customer-algorithm"
|
|
170961
170987
|
},
|
|
170962
170988
|
"SSECustomerKey": {
|
|
170963
|
-
"shape": "
|
|
170989
|
+
"shape": "S1a",
|
|
170964
170990
|
"location": "header",
|
|
170965
170991
|
"locationName": "x-amz-server-side-encryption-customer-key"
|
|
170966
170992
|
},
|
|
@@ -170969,12 +170995,12 @@ module.exports={
|
|
|
170969
170995
|
"locationName": "x-amz-server-side-encryption-customer-key-MD5"
|
|
170970
170996
|
},
|
|
170971
170997
|
"SSEKMSKeyId": {
|
|
170972
|
-
"shape": "
|
|
170998
|
+
"shape": "Sk",
|
|
170973
170999
|
"location": "header",
|
|
170974
171000
|
"locationName": "x-amz-server-side-encryption-aws-kms-key-id"
|
|
170975
171001
|
},
|
|
170976
171002
|
"SSEKMSEncryptionContext": {
|
|
170977
|
-
"shape": "
|
|
171003
|
+
"shape": "S1c",
|
|
170978
171004
|
"location": "header",
|
|
170979
171005
|
"locationName": "x-amz-server-side-encryption-context"
|
|
170980
171006
|
},
|
|
@@ -170983,7 +171009,7 @@ module.exports={
|
|
|
170983
171009
|
"locationName": "x-amz-copy-source-server-side-encryption-customer-algorithm"
|
|
170984
171010
|
},
|
|
170985
171011
|
"CopySourceSSECustomerKey": {
|
|
170986
|
-
"shape": "
|
|
171012
|
+
"shape": "S1e",
|
|
170987
171013
|
"location": "header",
|
|
170988
171014
|
"locationName": "x-amz-copy-source-server-side-encryption-customer-key"
|
|
170989
171015
|
},
|
|
@@ -171004,13 +171030,21 @@ module.exports={
|
|
|
171004
171030
|
"locationName": "x-amz-object-lock-mode"
|
|
171005
171031
|
},
|
|
171006
171032
|
"ObjectLockRetainUntilDate": {
|
|
171007
|
-
"shape": "
|
|
171033
|
+
"shape": "S1i",
|
|
171008
171034
|
"location": "header",
|
|
171009
171035
|
"locationName": "x-amz-object-lock-retain-until-date"
|
|
171010
171036
|
},
|
|
171011
171037
|
"ObjectLockLegalHoldStatus": {
|
|
171012
171038
|
"location": "header",
|
|
171013
171039
|
"locationName": "x-amz-object-lock-legal-hold"
|
|
171040
|
+
},
|
|
171041
|
+
"ExpectedBucketOwner": {
|
|
171042
|
+
"location": "header",
|
|
171043
|
+
"locationName": "x-amz-expected-bucket-owner"
|
|
171044
|
+
},
|
|
171045
|
+
"ExpectedSourceBucketOwner": {
|
|
171046
|
+
"location": "header",
|
|
171047
|
+
"locationName": "x-amz-source-expected-bucket-owner"
|
|
171014
171048
|
}
|
|
171015
171049
|
}
|
|
171016
171050
|
},
|
|
@@ -171051,12 +171085,12 @@ module.exports={
|
|
|
171051
171085
|
"locationName": "x-amz-server-side-encryption-customer-key-MD5"
|
|
171052
171086
|
},
|
|
171053
171087
|
"SSEKMSKeyId": {
|
|
171054
|
-
"shape": "
|
|
171088
|
+
"shape": "Sk",
|
|
171055
171089
|
"location": "header",
|
|
171056
171090
|
"locationName": "x-amz-server-side-encryption-aws-kms-key-id"
|
|
171057
171091
|
},
|
|
171058
171092
|
"SSEKMSEncryptionContext": {
|
|
171059
|
-
"shape": "
|
|
171093
|
+
"shape": "S1c",
|
|
171060
171094
|
"location": "header",
|
|
171061
171095
|
"locationName": "x-amz-server-side-encryption-context"
|
|
171062
171096
|
},
|
|
@@ -171202,7 +171236,7 @@ module.exports={
|
|
|
171202
171236
|
"locationName": "Key"
|
|
171203
171237
|
},
|
|
171204
171238
|
"Metadata": {
|
|
171205
|
-
"shape": "
|
|
171239
|
+
"shape": "S12",
|
|
171206
171240
|
"location": "headers",
|
|
171207
171241
|
"locationName": "x-amz-meta-"
|
|
171208
171242
|
},
|
|
@@ -171223,7 +171257,7 @@ module.exports={
|
|
|
171223
171257
|
"locationName": "x-amz-server-side-encryption-customer-algorithm"
|
|
171224
171258
|
},
|
|
171225
171259
|
"SSECustomerKey": {
|
|
171226
|
-
"shape": "
|
|
171260
|
+
"shape": "S1a",
|
|
171227
171261
|
"location": "header",
|
|
171228
171262
|
"locationName": "x-amz-server-side-encryption-customer-key"
|
|
171229
171263
|
},
|
|
@@ -171232,12 +171266,12 @@ module.exports={
|
|
|
171232
171266
|
"locationName": "x-amz-server-side-encryption-customer-key-MD5"
|
|
171233
171267
|
},
|
|
171234
171268
|
"SSEKMSKeyId": {
|
|
171235
|
-
"shape": "
|
|
171269
|
+
"shape": "Sk",
|
|
171236
171270
|
"location": "header",
|
|
171237
171271
|
"locationName": "x-amz-server-side-encryption-aws-kms-key-id"
|
|
171238
171272
|
},
|
|
171239
171273
|
"SSEKMSEncryptionContext": {
|
|
171240
|
-
"shape": "
|
|
171274
|
+
"shape": "S1c",
|
|
171241
171275
|
"location": "header",
|
|
171242
171276
|
"locationName": "x-amz-server-side-encryption-context"
|
|
171243
171277
|
},
|
|
@@ -171254,13 +171288,17 @@ module.exports={
|
|
|
171254
171288
|
"locationName": "x-amz-object-lock-mode"
|
|
171255
171289
|
},
|
|
171256
171290
|
"ObjectLockRetainUntilDate": {
|
|
171257
|
-
"shape": "
|
|
171291
|
+
"shape": "S1i",
|
|
171258
171292
|
"location": "header",
|
|
171259
171293
|
"locationName": "x-amz-object-lock-retain-until-date"
|
|
171260
171294
|
},
|
|
171261
171295
|
"ObjectLockLegalHoldStatus": {
|
|
171262
171296
|
"location": "header",
|
|
171263
171297
|
"locationName": "x-amz-object-lock-legal-hold"
|
|
171298
|
+
},
|
|
171299
|
+
"ExpectedBucketOwner": {
|
|
171300
|
+
"location": "header",
|
|
171301
|
+
"locationName": "x-amz-expected-bucket-owner"
|
|
171264
171302
|
}
|
|
171265
171303
|
}
|
|
171266
171304
|
},
|
|
@@ -171294,12 +171332,12 @@ module.exports={
|
|
|
171294
171332
|
"locationName": "x-amz-server-side-encryption-customer-key-MD5"
|
|
171295
171333
|
},
|
|
171296
171334
|
"SSEKMSKeyId": {
|
|
171297
|
-
"shape": "
|
|
171335
|
+
"shape": "Sk",
|
|
171298
171336
|
"location": "header",
|
|
171299
171337
|
"locationName": "x-amz-server-side-encryption-aws-kms-key-id"
|
|
171300
171338
|
},
|
|
171301
171339
|
"SSEKMSEncryptionContext": {
|
|
171302
|
-
"shape": "
|
|
171340
|
+
"shape": "S1c",
|
|
171303
171341
|
"location": "header",
|
|
171304
171342
|
"locationName": "x-amz-server-side-encryption-context"
|
|
171305
171343
|
},
|
|
@@ -171326,6 +171364,10 @@ module.exports={
|
|
|
171326
171364
|
"Bucket": {
|
|
171327
171365
|
"location": "uri",
|
|
171328
171366
|
"locationName": "Bucket"
|
|
171367
|
+
},
|
|
171368
|
+
"ExpectedBucketOwner": {
|
|
171369
|
+
"location": "header",
|
|
171370
|
+
"locationName": "x-amz-expected-bucket-owner"
|
|
171329
171371
|
}
|
|
171330
171372
|
}
|
|
171331
171373
|
}
|
|
@@ -171350,6 +171392,10 @@ module.exports={
|
|
|
171350
171392
|
"Id": {
|
|
171351
171393
|
"location": "querystring",
|
|
171352
171394
|
"locationName": "id"
|
|
171395
|
+
},
|
|
171396
|
+
"ExpectedBucketOwner": {
|
|
171397
|
+
"location": "header",
|
|
171398
|
+
"locationName": "x-amz-expected-bucket-owner"
|
|
171353
171399
|
}
|
|
171354
171400
|
}
|
|
171355
171401
|
}
|
|
@@ -171369,6 +171415,10 @@ module.exports={
|
|
|
171369
171415
|
"Bucket": {
|
|
171370
171416
|
"location": "uri",
|
|
171371
171417
|
"locationName": "Bucket"
|
|
171418
|
+
},
|
|
171419
|
+
"ExpectedBucketOwner": {
|
|
171420
|
+
"location": "header",
|
|
171421
|
+
"locationName": "x-amz-expected-bucket-owner"
|
|
171372
171422
|
}
|
|
171373
171423
|
}
|
|
171374
171424
|
}
|
|
@@ -171388,6 +171438,10 @@ module.exports={
|
|
|
171388
171438
|
"Bucket": {
|
|
171389
171439
|
"location": "uri",
|
|
171390
171440
|
"locationName": "Bucket"
|
|
171441
|
+
},
|
|
171442
|
+
"ExpectedBucketOwner": {
|
|
171443
|
+
"location": "header",
|
|
171444
|
+
"locationName": "x-amz-expected-bucket-owner"
|
|
171391
171445
|
}
|
|
171392
171446
|
}
|
|
171393
171447
|
}
|
|
@@ -171412,6 +171466,10 @@ module.exports={
|
|
|
171412
171466
|
"Id": {
|
|
171413
171467
|
"location": "querystring",
|
|
171414
171468
|
"locationName": "id"
|
|
171469
|
+
},
|
|
171470
|
+
"ExpectedBucketOwner": {
|
|
171471
|
+
"location": "header",
|
|
171472
|
+
"locationName": "x-amz-expected-bucket-owner"
|
|
171415
171473
|
}
|
|
171416
171474
|
}
|
|
171417
171475
|
}
|
|
@@ -171431,6 +171489,10 @@ module.exports={
|
|
|
171431
171489
|
"Bucket": {
|
|
171432
171490
|
"location": "uri",
|
|
171433
171491
|
"locationName": "Bucket"
|
|
171492
|
+
},
|
|
171493
|
+
"ExpectedBucketOwner": {
|
|
171494
|
+
"location": "header",
|
|
171495
|
+
"locationName": "x-amz-expected-bucket-owner"
|
|
171434
171496
|
}
|
|
171435
171497
|
}
|
|
171436
171498
|
}
|
|
@@ -171455,6 +171517,10 @@ module.exports={
|
|
|
171455
171517
|
"Id": {
|
|
171456
171518
|
"location": "querystring",
|
|
171457
171519
|
"locationName": "id"
|
|
171520
|
+
},
|
|
171521
|
+
"ExpectedBucketOwner": {
|
|
171522
|
+
"location": "header",
|
|
171523
|
+
"locationName": "x-amz-expected-bucket-owner"
|
|
171458
171524
|
}
|
|
171459
171525
|
}
|
|
171460
171526
|
}
|
|
@@ -171474,6 +171540,10 @@ module.exports={
|
|
|
171474
171540
|
"Bucket": {
|
|
171475
171541
|
"location": "uri",
|
|
171476
171542
|
"locationName": "Bucket"
|
|
171543
|
+
},
|
|
171544
|
+
"ExpectedBucketOwner": {
|
|
171545
|
+
"location": "header",
|
|
171546
|
+
"locationName": "x-amz-expected-bucket-owner"
|
|
171477
171547
|
}
|
|
171478
171548
|
}
|
|
171479
171549
|
}
|
|
@@ -171493,6 +171563,10 @@ module.exports={
|
|
|
171493
171563
|
"Bucket": {
|
|
171494
171564
|
"location": "uri",
|
|
171495
171565
|
"locationName": "Bucket"
|
|
171566
|
+
},
|
|
171567
|
+
"ExpectedBucketOwner": {
|
|
171568
|
+
"location": "header",
|
|
171569
|
+
"locationName": "x-amz-expected-bucket-owner"
|
|
171496
171570
|
}
|
|
171497
171571
|
}
|
|
171498
171572
|
}
|
|
@@ -171512,6 +171586,10 @@ module.exports={
|
|
|
171512
171586
|
"Bucket": {
|
|
171513
171587
|
"location": "uri",
|
|
171514
171588
|
"locationName": "Bucket"
|
|
171589
|
+
},
|
|
171590
|
+
"ExpectedBucketOwner": {
|
|
171591
|
+
"location": "header",
|
|
171592
|
+
"locationName": "x-amz-expected-bucket-owner"
|
|
171515
171593
|
}
|
|
171516
171594
|
}
|
|
171517
171595
|
}
|
|
@@ -171531,6 +171609,10 @@ module.exports={
|
|
|
171531
171609
|
"Bucket": {
|
|
171532
171610
|
"location": "uri",
|
|
171533
171611
|
"locationName": "Bucket"
|
|
171612
|
+
},
|
|
171613
|
+
"ExpectedBucketOwner": {
|
|
171614
|
+
"location": "header",
|
|
171615
|
+
"locationName": "x-amz-expected-bucket-owner"
|
|
171534
171616
|
}
|
|
171535
171617
|
}
|
|
171536
171618
|
}
|
|
@@ -171572,6 +171654,10 @@ module.exports={
|
|
|
171572
171654
|
"location": "header",
|
|
171573
171655
|
"locationName": "x-amz-bypass-governance-retention",
|
|
171574
171656
|
"type": "boolean"
|
|
171657
|
+
},
|
|
171658
|
+
"ExpectedBucketOwner": {
|
|
171659
|
+
"location": "header",
|
|
171660
|
+
"locationName": "x-amz-expected-bucket-owner"
|
|
171575
171661
|
}
|
|
171576
171662
|
}
|
|
171577
171663
|
},
|
|
@@ -171618,6 +171704,10 @@ module.exports={
|
|
|
171618
171704
|
"VersionId": {
|
|
171619
171705
|
"location": "querystring",
|
|
171620
171706
|
"locationName": "versionId"
|
|
171707
|
+
},
|
|
171708
|
+
"ExpectedBucketOwner": {
|
|
171709
|
+
"location": "header",
|
|
171710
|
+
"locationName": "x-amz-expected-bucket-owner"
|
|
171621
171711
|
}
|
|
171622
171712
|
}
|
|
171623
171713
|
},
|
|
@@ -171688,6 +171778,10 @@ module.exports={
|
|
|
171688
171778
|
"location": "header",
|
|
171689
171779
|
"locationName": "x-amz-bypass-governance-retention",
|
|
171690
171780
|
"type": "boolean"
|
|
171781
|
+
},
|
|
171782
|
+
"ExpectedBucketOwner": {
|
|
171783
|
+
"location": "header",
|
|
171784
|
+
"locationName": "x-amz-expected-bucket-owner"
|
|
171691
171785
|
}
|
|
171692
171786
|
},
|
|
171693
171787
|
"payload": "Delete"
|
|
@@ -171748,6 +171842,10 @@ module.exports={
|
|
|
171748
171842
|
"Bucket": {
|
|
171749
171843
|
"location": "uri",
|
|
171750
171844
|
"locationName": "Bucket"
|
|
171845
|
+
},
|
|
171846
|
+
"ExpectedBucketOwner": {
|
|
171847
|
+
"location": "header",
|
|
171848
|
+
"locationName": "x-amz-expected-bucket-owner"
|
|
171751
171849
|
}
|
|
171752
171850
|
}
|
|
171753
171851
|
}
|
|
@@ -171766,6 +171864,10 @@ module.exports={
|
|
|
171766
171864
|
"Bucket": {
|
|
171767
171865
|
"location": "uri",
|
|
171768
171866
|
"locationName": "Bucket"
|
|
171867
|
+
},
|
|
171868
|
+
"ExpectedBucketOwner": {
|
|
171869
|
+
"location": "header",
|
|
171870
|
+
"locationName": "x-amz-expected-bucket-owner"
|
|
171769
171871
|
}
|
|
171770
171872
|
}
|
|
171771
171873
|
},
|
|
@@ -171790,6 +171892,10 @@ module.exports={
|
|
|
171790
171892
|
"Bucket": {
|
|
171791
171893
|
"location": "uri",
|
|
171792
171894
|
"locationName": "Bucket"
|
|
171895
|
+
},
|
|
171896
|
+
"ExpectedBucketOwner": {
|
|
171897
|
+
"location": "header",
|
|
171898
|
+
"locationName": "x-amz-expected-bucket-owner"
|
|
171793
171899
|
}
|
|
171794
171900
|
}
|
|
171795
171901
|
},
|
|
@@ -171797,10 +171903,10 @@ module.exports={
|
|
|
171797
171903
|
"type": "structure",
|
|
171798
171904
|
"members": {
|
|
171799
171905
|
"Owner": {
|
|
171800
|
-
"shape": "
|
|
171906
|
+
"shape": "S33"
|
|
171801
171907
|
},
|
|
171802
171908
|
"Grants": {
|
|
171803
|
-
"shape": "
|
|
171909
|
+
"shape": "S36",
|
|
171804
171910
|
"locationName": "AccessControlList"
|
|
171805
171911
|
}
|
|
171806
171912
|
}
|
|
@@ -171825,6 +171931,10 @@ module.exports={
|
|
|
171825
171931
|
"Id": {
|
|
171826
171932
|
"location": "querystring",
|
|
171827
171933
|
"locationName": "id"
|
|
171934
|
+
},
|
|
171935
|
+
"ExpectedBucketOwner": {
|
|
171936
|
+
"location": "header",
|
|
171937
|
+
"locationName": "x-amz-expected-bucket-owner"
|
|
171828
171938
|
}
|
|
171829
171939
|
}
|
|
171830
171940
|
},
|
|
@@ -171832,7 +171942,7 @@ module.exports={
|
|
|
171832
171942
|
"type": "structure",
|
|
171833
171943
|
"members": {
|
|
171834
171944
|
"AnalyticsConfiguration": {
|
|
171835
|
-
"shape": "
|
|
171945
|
+
"shape": "S3f"
|
|
171836
171946
|
}
|
|
171837
171947
|
},
|
|
171838
171948
|
"payload": "AnalyticsConfiguration"
|
|
@@ -171852,6 +171962,10 @@ module.exports={
|
|
|
171852
171962
|
"Bucket": {
|
|
171853
171963
|
"location": "uri",
|
|
171854
171964
|
"locationName": "Bucket"
|
|
171965
|
+
},
|
|
171966
|
+
"ExpectedBucketOwner": {
|
|
171967
|
+
"location": "header",
|
|
171968
|
+
"locationName": "x-amz-expected-bucket-owner"
|
|
171855
171969
|
}
|
|
171856
171970
|
}
|
|
171857
171971
|
},
|
|
@@ -171879,6 +171993,10 @@ module.exports={
|
|
|
171879
171993
|
"Bucket": {
|
|
171880
171994
|
"location": "uri",
|
|
171881
171995
|
"locationName": "Bucket"
|
|
171996
|
+
},
|
|
171997
|
+
"ExpectedBucketOwner": {
|
|
171998
|
+
"location": "header",
|
|
171999
|
+
"locationName": "x-amz-expected-bucket-owner"
|
|
171882
172000
|
}
|
|
171883
172001
|
}
|
|
171884
172002
|
},
|
|
@@ -171911,6 +172029,10 @@ module.exports={
|
|
|
171911
172029
|
"Id": {
|
|
171912
172030
|
"location": "querystring",
|
|
171913
172031
|
"locationName": "id"
|
|
172032
|
+
},
|
|
172033
|
+
"ExpectedBucketOwner": {
|
|
172034
|
+
"location": "header",
|
|
172035
|
+
"locationName": "x-amz-expected-bucket-owner"
|
|
171914
172036
|
}
|
|
171915
172037
|
}
|
|
171916
172038
|
},
|
|
@@ -171938,6 +172060,10 @@ module.exports={
|
|
|
171938
172060
|
"Bucket": {
|
|
171939
172061
|
"location": "uri",
|
|
171940
172062
|
"locationName": "Bucket"
|
|
172063
|
+
},
|
|
172064
|
+
"ExpectedBucketOwner": {
|
|
172065
|
+
"location": "header",
|
|
172066
|
+
"locationName": "x-amz-expected-bucket-owner"
|
|
171941
172067
|
}
|
|
171942
172068
|
}
|
|
171943
172069
|
},
|
|
@@ -171966,6 +172092,10 @@ module.exports={
|
|
|
171966
172092
|
"Bucket": {
|
|
171967
172093
|
"location": "uri",
|
|
171968
172094
|
"locationName": "Bucket"
|
|
172095
|
+
},
|
|
172096
|
+
"ExpectedBucketOwner": {
|
|
172097
|
+
"location": "header",
|
|
172098
|
+
"locationName": "x-amz-expected-bucket-owner"
|
|
171969
172099
|
}
|
|
171970
172100
|
}
|
|
171971
172101
|
},
|
|
@@ -171993,6 +172123,10 @@ module.exports={
|
|
|
171993
172123
|
"Bucket": {
|
|
171994
172124
|
"location": "uri",
|
|
171995
172125
|
"locationName": "Bucket"
|
|
172126
|
+
},
|
|
172127
|
+
"ExpectedBucketOwner": {
|
|
172128
|
+
"location": "header",
|
|
172129
|
+
"locationName": "x-amz-expected-bucket-owner"
|
|
171996
172130
|
}
|
|
171997
172131
|
}
|
|
171998
172132
|
},
|
|
@@ -172017,6 +172151,10 @@ module.exports={
|
|
|
172017
172151
|
"Bucket": {
|
|
172018
172152
|
"location": "uri",
|
|
172019
172153
|
"locationName": "Bucket"
|
|
172154
|
+
},
|
|
172155
|
+
"ExpectedBucketOwner": {
|
|
172156
|
+
"location": "header",
|
|
172157
|
+
"locationName": "x-amz-expected-bucket-owner"
|
|
172020
172158
|
}
|
|
172021
172159
|
}
|
|
172022
172160
|
},
|
|
@@ -172048,6 +172186,10 @@ module.exports={
|
|
|
172048
172186
|
"Id": {
|
|
172049
172187
|
"location": "querystring",
|
|
172050
172188
|
"locationName": "id"
|
|
172189
|
+
},
|
|
172190
|
+
"ExpectedBucketOwner": {
|
|
172191
|
+
"location": "header",
|
|
172192
|
+
"locationName": "x-amz-expected-bucket-owner"
|
|
172051
172193
|
}
|
|
172052
172194
|
}
|
|
172053
172195
|
},
|
|
@@ -172100,6 +172242,10 @@ module.exports={
|
|
|
172100
172242
|
"Bucket": {
|
|
172101
172243
|
"location": "uri",
|
|
172102
172244
|
"locationName": "Bucket"
|
|
172245
|
+
},
|
|
172246
|
+
"ExpectedBucketOwner": {
|
|
172247
|
+
"location": "header",
|
|
172248
|
+
"locationName": "x-amz-expected-bucket-owner"
|
|
172103
172249
|
}
|
|
172104
172250
|
}
|
|
172105
172251
|
},
|
|
@@ -172125,6 +172271,10 @@ module.exports={
|
|
|
172125
172271
|
"Bucket": {
|
|
172126
172272
|
"location": "uri",
|
|
172127
172273
|
"locationName": "Bucket"
|
|
172274
|
+
},
|
|
172275
|
+
"ExpectedBucketOwner": {
|
|
172276
|
+
"location": "header",
|
|
172277
|
+
"locationName": "x-amz-expected-bucket-owner"
|
|
172128
172278
|
}
|
|
172129
172279
|
}
|
|
172130
172280
|
},
|
|
@@ -172158,6 +172308,10 @@ module.exports={
|
|
|
172158
172308
|
"Bucket": {
|
|
172159
172309
|
"location": "uri",
|
|
172160
172310
|
"locationName": "Bucket"
|
|
172311
|
+
},
|
|
172312
|
+
"ExpectedBucketOwner": {
|
|
172313
|
+
"location": "header",
|
|
172314
|
+
"locationName": "x-amz-expected-bucket-owner"
|
|
172161
172315
|
}
|
|
172162
172316
|
}
|
|
172163
172317
|
},
|
|
@@ -172185,6 +172339,10 @@ module.exports={
|
|
|
172185
172339
|
"Bucket": {
|
|
172186
172340
|
"location": "uri",
|
|
172187
172341
|
"locationName": "Bucket"
|
|
172342
|
+
},
|
|
172343
|
+
"ExpectedBucketOwner": {
|
|
172344
|
+
"location": "header",
|
|
172345
|
+
"locationName": "x-amz-expected-bucket-owner"
|
|
172188
172346
|
}
|
|
172189
172347
|
}
|
|
172190
172348
|
},
|
|
@@ -172209,6 +172367,10 @@ module.exports={
|
|
|
172209
172367
|
"Bucket": {
|
|
172210
172368
|
"location": "uri",
|
|
172211
172369
|
"locationName": "Bucket"
|
|
172370
|
+
},
|
|
172371
|
+
"ExpectedBucketOwner": {
|
|
172372
|
+
"location": "header",
|
|
172373
|
+
"locationName": "x-amz-expected-bucket-owner"
|
|
172212
172374
|
}
|
|
172213
172375
|
}
|
|
172214
172376
|
},
|
|
@@ -172219,7 +172381,7 @@ module.exports={
|
|
|
172219
172381
|
],
|
|
172220
172382
|
"members": {
|
|
172221
172383
|
"TagSet": {
|
|
172222
|
-
"shape": "
|
|
172384
|
+
"shape": "S3l"
|
|
172223
172385
|
}
|
|
172224
172386
|
}
|
|
172225
172387
|
}
|
|
@@ -172238,6 +172400,10 @@ module.exports={
|
|
|
172238
172400
|
"Bucket": {
|
|
172239
172401
|
"location": "uri",
|
|
172240
172402
|
"locationName": "Bucket"
|
|
172403
|
+
},
|
|
172404
|
+
"ExpectedBucketOwner": {
|
|
172405
|
+
"location": "header",
|
|
172406
|
+
"locationName": "x-amz-expected-bucket-owner"
|
|
172241
172407
|
}
|
|
172242
172408
|
}
|
|
172243
172409
|
},
|
|
@@ -172265,6 +172431,10 @@ module.exports={
|
|
|
172265
172431
|
"Bucket": {
|
|
172266
172432
|
"location": "uri",
|
|
172267
172433
|
"locationName": "Bucket"
|
|
172434
|
+
},
|
|
172435
|
+
"ExpectedBucketOwner": {
|
|
172436
|
+
"location": "header",
|
|
172437
|
+
"locationName": "x-amz-expected-bucket-owner"
|
|
172268
172438
|
}
|
|
172269
172439
|
}
|
|
172270
172440
|
},
|
|
@@ -172362,7 +172532,7 @@ module.exports={
|
|
|
172362
172532
|
"locationName": "x-amz-server-side-encryption-customer-algorithm"
|
|
172363
172533
|
},
|
|
172364
172534
|
"SSECustomerKey": {
|
|
172365
|
-
"shape": "
|
|
172535
|
+
"shape": "S1a",
|
|
172366
172536
|
"location": "header",
|
|
172367
172537
|
"locationName": "x-amz-server-side-encryption-customer-key"
|
|
172368
172538
|
},
|
|
@@ -172378,6 +172548,10 @@ module.exports={
|
|
|
172378
172548
|
"location": "querystring",
|
|
172379
172549
|
"locationName": "partNumber",
|
|
172380
172550
|
"type": "integer"
|
|
172551
|
+
},
|
|
172552
|
+
"ExpectedBucketOwner": {
|
|
172553
|
+
"location": "header",
|
|
172554
|
+
"locationName": "x-amz-expected-bucket-owner"
|
|
172381
172555
|
}
|
|
172382
172556
|
}
|
|
172383
172557
|
},
|
|
@@ -172466,7 +172640,7 @@ module.exports={
|
|
|
172466
172640
|
"locationName": "x-amz-server-side-encryption"
|
|
172467
172641
|
},
|
|
172468
172642
|
"Metadata": {
|
|
172469
|
-
"shape": "
|
|
172643
|
+
"shape": "S12",
|
|
172470
172644
|
"location": "headers",
|
|
172471
172645
|
"locationName": "x-amz-meta-"
|
|
172472
172646
|
},
|
|
@@ -172479,7 +172653,7 @@ module.exports={
|
|
|
172479
172653
|
"locationName": "x-amz-server-side-encryption-customer-key-MD5"
|
|
172480
172654
|
},
|
|
172481
172655
|
"SSEKMSKeyId": {
|
|
172482
|
-
"shape": "
|
|
172656
|
+
"shape": "Sk",
|
|
172483
172657
|
"location": "header",
|
|
172484
172658
|
"locationName": "x-amz-server-side-encryption-aws-kms-key-id"
|
|
172485
172659
|
},
|
|
@@ -172510,7 +172684,7 @@ module.exports={
|
|
|
172510
172684
|
"locationName": "x-amz-object-lock-mode"
|
|
172511
172685
|
},
|
|
172512
172686
|
"ObjectLockRetainUntilDate": {
|
|
172513
|
-
"shape": "
|
|
172687
|
+
"shape": "S1i",
|
|
172514
172688
|
"location": "header",
|
|
172515
172689
|
"locationName": "x-amz-object-lock-retain-until-date"
|
|
172516
172690
|
},
|
|
@@ -172549,6 +172723,10 @@ module.exports={
|
|
|
172549
172723
|
"RequestPayer": {
|
|
172550
172724
|
"location": "header",
|
|
172551
172725
|
"locationName": "x-amz-request-payer"
|
|
172726
|
+
},
|
|
172727
|
+
"ExpectedBucketOwner": {
|
|
172728
|
+
"location": "header",
|
|
172729
|
+
"locationName": "x-amz-expected-bucket-owner"
|
|
172552
172730
|
}
|
|
172553
172731
|
}
|
|
172554
172732
|
},
|
|
@@ -172556,10 +172734,10 @@ module.exports={
|
|
|
172556
172734
|
"type": "structure",
|
|
172557
172735
|
"members": {
|
|
172558
172736
|
"Owner": {
|
|
172559
|
-
"shape": "
|
|
172737
|
+
"shape": "S33"
|
|
172560
172738
|
},
|
|
172561
172739
|
"Grants": {
|
|
172562
|
-
"shape": "
|
|
172740
|
+
"shape": "S36",
|
|
172563
172741
|
"locationName": "AccessControlList"
|
|
172564
172742
|
},
|
|
172565
172743
|
"RequestCharged": {
|
|
@@ -172596,6 +172774,10 @@ module.exports={
|
|
|
172596
172774
|
"RequestPayer": {
|
|
172597
172775
|
"location": "header",
|
|
172598
172776
|
"locationName": "x-amz-request-payer"
|
|
172777
|
+
},
|
|
172778
|
+
"ExpectedBucketOwner": {
|
|
172779
|
+
"location": "header",
|
|
172780
|
+
"locationName": "x-amz-expected-bucket-owner"
|
|
172599
172781
|
}
|
|
172600
172782
|
}
|
|
172601
172783
|
},
|
|
@@ -172623,6 +172805,10 @@ module.exports={
|
|
|
172623
172805
|
"Bucket": {
|
|
172624
172806
|
"location": "uri",
|
|
172625
172807
|
"locationName": "Bucket"
|
|
172808
|
+
},
|
|
172809
|
+
"ExpectedBucketOwner": {
|
|
172810
|
+
"location": "header",
|
|
172811
|
+
"locationName": "x-amz-expected-bucket-owner"
|
|
172626
172812
|
}
|
|
172627
172813
|
}
|
|
172628
172814
|
},
|
|
@@ -172663,6 +172849,10 @@ module.exports={
|
|
|
172663
172849
|
"RequestPayer": {
|
|
172664
172850
|
"location": "header",
|
|
172665
172851
|
"locationName": "x-amz-request-payer"
|
|
172852
|
+
},
|
|
172853
|
+
"ExpectedBucketOwner": {
|
|
172854
|
+
"location": "header",
|
|
172855
|
+
"locationName": "x-amz-expected-bucket-owner"
|
|
172666
172856
|
}
|
|
172667
172857
|
}
|
|
172668
172858
|
},
|
|
@@ -172699,6 +172889,10 @@ module.exports={
|
|
|
172699
172889
|
"VersionId": {
|
|
172700
172890
|
"location": "querystring",
|
|
172701
172891
|
"locationName": "versionId"
|
|
172892
|
+
},
|
|
172893
|
+
"ExpectedBucketOwner": {
|
|
172894
|
+
"location": "header",
|
|
172895
|
+
"locationName": "x-amz-expected-bucket-owner"
|
|
172702
172896
|
}
|
|
172703
172897
|
}
|
|
172704
172898
|
},
|
|
@@ -172713,7 +172907,7 @@ module.exports={
|
|
|
172713
172907
|
"locationName": "x-amz-version-id"
|
|
172714
172908
|
},
|
|
172715
172909
|
"TagSet": {
|
|
172716
|
-
"shape": "
|
|
172910
|
+
"shape": "S3l"
|
|
172717
172911
|
}
|
|
172718
172912
|
}
|
|
172719
172913
|
}
|
|
@@ -172741,6 +172935,10 @@ module.exports={
|
|
|
172741
172935
|
"RequestPayer": {
|
|
172742
172936
|
"location": "header",
|
|
172743
172937
|
"locationName": "x-amz-request-payer"
|
|
172938
|
+
},
|
|
172939
|
+
"ExpectedBucketOwner": {
|
|
172940
|
+
"location": "header",
|
|
172941
|
+
"locationName": "x-amz-expected-bucket-owner"
|
|
172744
172942
|
}
|
|
172745
172943
|
}
|
|
172746
172944
|
},
|
|
@@ -172773,6 +172971,10 @@ module.exports={
|
|
|
172773
172971
|
"Bucket": {
|
|
172774
172972
|
"location": "uri",
|
|
172775
172973
|
"locationName": "Bucket"
|
|
172974
|
+
},
|
|
172975
|
+
"ExpectedBucketOwner": {
|
|
172976
|
+
"location": "header",
|
|
172977
|
+
"locationName": "x-amz-expected-bucket-owner"
|
|
172776
172978
|
}
|
|
172777
172979
|
}
|
|
172778
172980
|
},
|
|
@@ -172800,6 +173002,10 @@ module.exports={
|
|
|
172800
173002
|
"Bucket": {
|
|
172801
173003
|
"location": "uri",
|
|
172802
173004
|
"locationName": "Bucket"
|
|
173005
|
+
},
|
|
173006
|
+
"ExpectedBucketOwner": {
|
|
173007
|
+
"location": "header",
|
|
173008
|
+
"locationName": "x-amz-expected-bucket-owner"
|
|
172803
173009
|
}
|
|
172804
173010
|
}
|
|
172805
173011
|
}
|
|
@@ -172855,7 +173061,7 @@ module.exports={
|
|
|
172855
173061
|
"locationName": "x-amz-server-side-encryption-customer-algorithm"
|
|
172856
173062
|
},
|
|
172857
173063
|
"SSECustomerKey": {
|
|
172858
|
-
"shape": "
|
|
173064
|
+
"shape": "S1a",
|
|
172859
173065
|
"location": "header",
|
|
172860
173066
|
"locationName": "x-amz-server-side-encryption-customer-key"
|
|
172861
173067
|
},
|
|
@@ -172871,6 +173077,10 @@ module.exports={
|
|
|
172871
173077
|
"location": "querystring",
|
|
172872
173078
|
"locationName": "partNumber",
|
|
172873
173079
|
"type": "integer"
|
|
173080
|
+
},
|
|
173081
|
+
"ExpectedBucketOwner": {
|
|
173082
|
+
"location": "header",
|
|
173083
|
+
"locationName": "x-amz-expected-bucket-owner"
|
|
172874
173084
|
}
|
|
172875
173085
|
}
|
|
172876
173086
|
},
|
|
@@ -172951,7 +173161,7 @@ module.exports={
|
|
|
172951
173161
|
"locationName": "x-amz-server-side-encryption"
|
|
172952
173162
|
},
|
|
172953
173163
|
"Metadata": {
|
|
172954
|
-
"shape": "
|
|
173164
|
+
"shape": "S12",
|
|
172955
173165
|
"location": "headers",
|
|
172956
173166
|
"locationName": "x-amz-meta-"
|
|
172957
173167
|
},
|
|
@@ -172964,7 +173174,7 @@ module.exports={
|
|
|
172964
173174
|
"locationName": "x-amz-server-side-encryption-customer-key-MD5"
|
|
172965
173175
|
},
|
|
172966
173176
|
"SSEKMSKeyId": {
|
|
172967
|
-
"shape": "
|
|
173177
|
+
"shape": "Sk",
|
|
172968
173178
|
"location": "header",
|
|
172969
173179
|
"locationName": "x-amz-server-side-encryption-aws-kms-key-id"
|
|
172970
173180
|
},
|
|
@@ -172990,7 +173200,7 @@ module.exports={
|
|
|
172990
173200
|
"locationName": "x-amz-object-lock-mode"
|
|
172991
173201
|
},
|
|
172992
173202
|
"ObjectLockRetainUntilDate": {
|
|
172993
|
-
"shape": "
|
|
173203
|
+
"shape": "S1i",
|
|
172994
173204
|
"location": "header",
|
|
172995
173205
|
"locationName": "x-amz-object-lock-retain-until-date"
|
|
172996
173206
|
},
|
|
@@ -173019,6 +173229,10 @@ module.exports={
|
|
|
173019
173229
|
"ContinuationToken": {
|
|
173020
173230
|
"location": "querystring",
|
|
173021
173231
|
"locationName": "continuation-token"
|
|
173232
|
+
},
|
|
173233
|
+
"ExpectedBucketOwner": {
|
|
173234
|
+
"location": "header",
|
|
173235
|
+
"locationName": "x-amz-expected-bucket-owner"
|
|
173022
173236
|
}
|
|
173023
173237
|
}
|
|
173024
173238
|
},
|
|
@@ -173034,7 +173248,7 @@ module.exports={
|
|
|
173034
173248
|
"locationName": "AnalyticsConfiguration",
|
|
173035
173249
|
"type": "list",
|
|
173036
173250
|
"member": {
|
|
173037
|
-
"shape": "
|
|
173251
|
+
"shape": "S3f"
|
|
173038
173252
|
},
|
|
173039
173253
|
"flattened": true
|
|
173040
173254
|
}
|
|
@@ -173059,6 +173273,10 @@ module.exports={
|
|
|
173059
173273
|
"ContinuationToken": {
|
|
173060
173274
|
"location": "querystring",
|
|
173061
173275
|
"locationName": "continuation-token"
|
|
173276
|
+
},
|
|
173277
|
+
"ExpectedBucketOwner": {
|
|
173278
|
+
"location": "header",
|
|
173279
|
+
"locationName": "x-amz-expected-bucket-owner"
|
|
173062
173280
|
}
|
|
173063
173281
|
}
|
|
173064
173282
|
},
|
|
@@ -173099,6 +173317,10 @@ module.exports={
|
|
|
173099
173317
|
"ContinuationToken": {
|
|
173100
173318
|
"location": "querystring",
|
|
173101
173319
|
"locationName": "continuation-token"
|
|
173320
|
+
},
|
|
173321
|
+
"ExpectedBucketOwner": {
|
|
173322
|
+
"location": "header",
|
|
173323
|
+
"locationName": "x-amz-expected-bucket-owner"
|
|
173102
173324
|
}
|
|
173103
173325
|
}
|
|
173104
173326
|
},
|
|
@@ -173142,7 +173364,7 @@ module.exports={
|
|
|
173142
173364
|
}
|
|
173143
173365
|
},
|
|
173144
173366
|
"Owner": {
|
|
173145
|
-
"shape": "
|
|
173367
|
+
"shape": "S33"
|
|
173146
173368
|
}
|
|
173147
173369
|
}
|
|
173148
173370
|
},
|
|
@@ -173187,6 +173409,10 @@ module.exports={
|
|
|
173187
173409
|
"UploadIdMarker": {
|
|
173188
173410
|
"location": "querystring",
|
|
173189
173411
|
"locationName": "upload-id-marker"
|
|
173412
|
+
},
|
|
173413
|
+
"ExpectedBucketOwner": {
|
|
173414
|
+
"location": "header",
|
|
173415
|
+
"locationName": "x-amz-expected-bucket-owner"
|
|
173190
173416
|
}
|
|
173191
173417
|
}
|
|
173192
173418
|
},
|
|
@@ -173219,7 +173445,7 @@ module.exports={
|
|
|
173219
173445
|
},
|
|
173220
173446
|
"StorageClass": {},
|
|
173221
173447
|
"Owner": {
|
|
173222
|
-
"shape": "
|
|
173448
|
+
"shape": "S33"
|
|
173223
173449
|
},
|
|
173224
173450
|
"Initiator": {
|
|
173225
173451
|
"shape": "Sad"
|
|
@@ -173274,6 +173500,10 @@ module.exports={
|
|
|
173274
173500
|
"VersionIdMarker": {
|
|
173275
173501
|
"location": "querystring",
|
|
173276
173502
|
"locationName": "version-id-marker"
|
|
173503
|
+
},
|
|
173504
|
+
"ExpectedBucketOwner": {
|
|
173505
|
+
"location": "header",
|
|
173506
|
+
"locationName": "x-amz-expected-bucket-owner"
|
|
173277
173507
|
}
|
|
173278
173508
|
}
|
|
173279
173509
|
},
|
|
@@ -173307,7 +173537,7 @@ module.exports={
|
|
|
173307
173537
|
"type": "timestamp"
|
|
173308
173538
|
},
|
|
173309
173539
|
"Owner": {
|
|
173310
|
-
"shape": "
|
|
173540
|
+
"shape": "S33"
|
|
173311
173541
|
}
|
|
173312
173542
|
}
|
|
173313
173543
|
},
|
|
@@ -173320,7 +173550,7 @@ module.exports={
|
|
|
173320
173550
|
"type": "structure",
|
|
173321
173551
|
"members": {
|
|
173322
173552
|
"Owner": {
|
|
173323
|
-
"shape": "
|
|
173553
|
+
"shape": "S33"
|
|
173324
173554
|
},
|
|
173325
173555
|
"Key": {},
|
|
173326
173556
|
"VersionId": {},
|
|
@@ -173387,6 +173617,10 @@ module.exports={
|
|
|
173387
173617
|
"RequestPayer": {
|
|
173388
173618
|
"location": "header",
|
|
173389
173619
|
"locationName": "x-amz-request-payer"
|
|
173620
|
+
},
|
|
173621
|
+
"ExpectedBucketOwner": {
|
|
173622
|
+
"location": "header",
|
|
173623
|
+
"locationName": "x-amz-expected-bucket-owner"
|
|
173390
173624
|
}
|
|
173391
173625
|
}
|
|
173392
173626
|
},
|
|
@@ -173463,6 +173697,10 @@ module.exports={
|
|
|
173463
173697
|
"RequestPayer": {
|
|
173464
173698
|
"location": "header",
|
|
173465
173699
|
"locationName": "x-amz-request-payer"
|
|
173700
|
+
},
|
|
173701
|
+
"ExpectedBucketOwner": {
|
|
173702
|
+
"location": "header",
|
|
173703
|
+
"locationName": "x-amz-expected-bucket-owner"
|
|
173466
173704
|
}
|
|
173467
173705
|
}
|
|
173468
173706
|
},
|
|
@@ -173532,6 +173770,10 @@ module.exports={
|
|
|
173532
173770
|
"RequestPayer": {
|
|
173533
173771
|
"location": "header",
|
|
173534
173772
|
"locationName": "x-amz-request-payer"
|
|
173773
|
+
},
|
|
173774
|
+
"ExpectedBucketOwner": {
|
|
173775
|
+
"location": "header",
|
|
173776
|
+
"locationName": "x-amz-expected-bucket-owner"
|
|
173535
173777
|
}
|
|
173536
173778
|
}
|
|
173537
173779
|
},
|
|
@@ -173586,7 +173828,7 @@ module.exports={
|
|
|
173586
173828
|
"shape": "Sad"
|
|
173587
173829
|
},
|
|
173588
173830
|
"Owner": {
|
|
173589
|
-
"shape": "
|
|
173831
|
+
"shape": "S33"
|
|
173590
173832
|
},
|
|
173591
173833
|
"StorageClass": {},
|
|
173592
173834
|
"RequestCharged": {
|
|
@@ -173621,6 +173863,10 @@ module.exports={
|
|
|
173621
173863
|
"members": {
|
|
173622
173864
|
"Status": {}
|
|
173623
173865
|
}
|
|
173866
|
+
},
|
|
173867
|
+
"ExpectedBucketOwner": {
|
|
173868
|
+
"location": "header",
|
|
173869
|
+
"locationName": "x-amz-expected-bucket-owner"
|
|
173624
173870
|
}
|
|
173625
173871
|
},
|
|
173626
173872
|
"payload": "AccelerateConfiguration"
|
|
@@ -173677,6 +173923,10 @@ module.exports={
|
|
|
173677
173923
|
"GrantWriteACP": {
|
|
173678
173924
|
"location": "header",
|
|
173679
173925
|
"locationName": "x-amz-grant-write-acp"
|
|
173926
|
+
},
|
|
173927
|
+
"ExpectedBucketOwner": {
|
|
173928
|
+
"location": "header",
|
|
173929
|
+
"locationName": "x-amz-expected-bucket-owner"
|
|
173680
173930
|
}
|
|
173681
173931
|
},
|
|
173682
173932
|
"payload": "AccessControlPolicy"
|
|
@@ -173705,11 +173955,15 @@ module.exports={
|
|
|
173705
173955
|
"locationName": "id"
|
|
173706
173956
|
},
|
|
173707
173957
|
"AnalyticsConfiguration": {
|
|
173708
|
-
"shape": "
|
|
173958
|
+
"shape": "S3f",
|
|
173709
173959
|
"locationName": "AnalyticsConfiguration",
|
|
173710
173960
|
"xmlNamespace": {
|
|
173711
173961
|
"uri": "http://s3.amazonaws.com/doc/2006-03-01/"
|
|
173712
173962
|
}
|
|
173963
|
+
},
|
|
173964
|
+
"ExpectedBucketOwner": {
|
|
173965
|
+
"location": "header",
|
|
173966
|
+
"locationName": "x-amz-expected-bucket-owner"
|
|
173713
173967
|
}
|
|
173714
173968
|
},
|
|
173715
173969
|
"payload": "AnalyticsConfiguration"
|
|
@@ -173752,6 +174006,10 @@ module.exports={
|
|
|
173752
174006
|
"deprecatedMessage": "Content-MD5 header will now be automatically computed and injected in associated operation's Http request.",
|
|
173753
174007
|
"location": "header",
|
|
173754
174008
|
"locationName": "Content-MD5"
|
|
174009
|
+
},
|
|
174010
|
+
"ExpectedBucketOwner": {
|
|
174011
|
+
"location": "header",
|
|
174012
|
+
"locationName": "x-amz-expected-bucket-owner"
|
|
173755
174013
|
}
|
|
173756
174014
|
},
|
|
173757
174015
|
"payload": "CORSConfiguration"
|
|
@@ -173786,6 +174044,10 @@ module.exports={
|
|
|
173786
174044
|
"xmlNamespace": {
|
|
173787
174045
|
"uri": "http://s3.amazonaws.com/doc/2006-03-01/"
|
|
173788
174046
|
}
|
|
174047
|
+
},
|
|
174048
|
+
"ExpectedBucketOwner": {
|
|
174049
|
+
"location": "header",
|
|
174050
|
+
"locationName": "x-amz-expected-bucket-owner"
|
|
173789
174051
|
}
|
|
173790
174052
|
},
|
|
173791
174053
|
"payload": "ServerSideEncryptionConfiguration"
|
|
@@ -173819,6 +174081,10 @@ module.exports={
|
|
|
173819
174081
|
"xmlNamespace": {
|
|
173820
174082
|
"uri": "http://s3.amazonaws.com/doc/2006-03-01/"
|
|
173821
174083
|
}
|
|
174084
|
+
},
|
|
174085
|
+
"ExpectedBucketOwner": {
|
|
174086
|
+
"location": "header",
|
|
174087
|
+
"locationName": "x-amz-expected-bucket-owner"
|
|
173822
174088
|
}
|
|
173823
174089
|
},
|
|
173824
174090
|
"payload": "InventoryConfiguration"
|
|
@@ -173860,6 +174126,10 @@ module.exports={
|
|
|
173860
174126
|
"locationName": "Rule"
|
|
173861
174127
|
}
|
|
173862
174128
|
}
|
|
174129
|
+
},
|
|
174130
|
+
"ExpectedBucketOwner": {
|
|
174131
|
+
"location": "header",
|
|
174132
|
+
"locationName": "x-amz-expected-bucket-owner"
|
|
173863
174133
|
}
|
|
173864
174134
|
},
|
|
173865
174135
|
"payload": "LifecycleConfiguration"
|
|
@@ -173897,6 +174167,10 @@ module.exports={
|
|
|
173897
174167
|
"locationName": "Rule"
|
|
173898
174168
|
}
|
|
173899
174169
|
}
|
|
174170
|
+
},
|
|
174171
|
+
"ExpectedBucketOwner": {
|
|
174172
|
+
"location": "header",
|
|
174173
|
+
"locationName": "x-amz-expected-bucket-owner"
|
|
173900
174174
|
}
|
|
173901
174175
|
},
|
|
173902
174176
|
"payload": "LifecycleConfiguration"
|
|
@@ -173936,6 +174210,10 @@ module.exports={
|
|
|
173936
174210
|
"deprecatedMessage": "Content-MD5 header will now be automatically computed and injected in associated operation's Http request.",
|
|
173937
174211
|
"location": "header",
|
|
173938
174212
|
"locationName": "Content-MD5"
|
|
174213
|
+
},
|
|
174214
|
+
"ExpectedBucketOwner": {
|
|
174215
|
+
"location": "header",
|
|
174216
|
+
"locationName": "x-amz-expected-bucket-owner"
|
|
173939
174217
|
}
|
|
173940
174218
|
},
|
|
173941
174219
|
"payload": "BucketLoggingStatus"
|
|
@@ -173969,6 +174247,10 @@ module.exports={
|
|
|
173969
174247
|
"xmlNamespace": {
|
|
173970
174248
|
"uri": "http://s3.amazonaws.com/doc/2006-03-01/"
|
|
173971
174249
|
}
|
|
174250
|
+
},
|
|
174251
|
+
"ExpectedBucketOwner": {
|
|
174252
|
+
"location": "header",
|
|
174253
|
+
"locationName": "x-amz-expected-bucket-owner"
|
|
173972
174254
|
}
|
|
173973
174255
|
},
|
|
173974
174256
|
"payload": "MetricsConfiguration"
|
|
@@ -174002,6 +174284,10 @@ module.exports={
|
|
|
174002
174284
|
"xmlNamespace": {
|
|
174003
174285
|
"uri": "http://s3.amazonaws.com/doc/2006-03-01/"
|
|
174004
174286
|
}
|
|
174287
|
+
},
|
|
174288
|
+
"ExpectedBucketOwner": {
|
|
174289
|
+
"location": "header",
|
|
174290
|
+
"locationName": "x-amz-expected-bucket-owner"
|
|
174005
174291
|
}
|
|
174006
174292
|
},
|
|
174007
174293
|
"payload": "NotificationConfiguration"
|
|
@@ -174031,6 +174317,10 @@ module.exports={
|
|
|
174031
174317
|
"xmlNamespace": {
|
|
174032
174318
|
"uri": "http://s3.amazonaws.com/doc/2006-03-01/"
|
|
174033
174319
|
}
|
|
174320
|
+
},
|
|
174321
|
+
"ExpectedBucketOwner": {
|
|
174322
|
+
"location": "header",
|
|
174323
|
+
"locationName": "x-amz-expected-bucket-owner"
|
|
174034
174324
|
}
|
|
174035
174325
|
},
|
|
174036
174326
|
"payload": "NotificationConfiguration"
|
|
@@ -174063,7 +174353,11 @@ module.exports={
|
|
|
174063
174353
|
"locationName": "x-amz-confirm-remove-self-bucket-access",
|
|
174064
174354
|
"type": "boolean"
|
|
174065
174355
|
},
|
|
174066
|
-
"Policy": {}
|
|
174356
|
+
"Policy": {},
|
|
174357
|
+
"ExpectedBucketOwner": {
|
|
174358
|
+
"location": "header",
|
|
174359
|
+
"locationName": "x-amz-expected-bucket-owner"
|
|
174360
|
+
}
|
|
174067
174361
|
},
|
|
174068
174362
|
"payload": "Policy"
|
|
174069
174363
|
},
|
|
@@ -174101,6 +174395,10 @@ module.exports={
|
|
|
174101
174395
|
"Token": {
|
|
174102
174396
|
"location": "header",
|
|
174103
174397
|
"locationName": "x-amz-bucket-object-lock-token"
|
|
174398
|
+
},
|
|
174399
|
+
"ExpectedBucketOwner": {
|
|
174400
|
+
"location": "header",
|
|
174401
|
+
"locationName": "x-amz-expected-bucket-owner"
|
|
174104
174402
|
}
|
|
174105
174403
|
},
|
|
174106
174404
|
"payload": "ReplicationConfiguration"
|
|
@@ -174141,6 +174439,10 @@ module.exports={
|
|
|
174141
174439
|
"members": {
|
|
174142
174440
|
"Payer": {}
|
|
174143
174441
|
}
|
|
174442
|
+
},
|
|
174443
|
+
"ExpectedBucketOwner": {
|
|
174444
|
+
"location": "header",
|
|
174445
|
+
"locationName": "x-amz-expected-bucket-owner"
|
|
174144
174446
|
}
|
|
174145
174447
|
},
|
|
174146
174448
|
"payload": "RequestPaymentConfiguration"
|
|
@@ -174175,6 +174477,10 @@ module.exports={
|
|
|
174175
174477
|
"xmlNamespace": {
|
|
174176
174478
|
"uri": "http://s3.amazonaws.com/doc/2006-03-01/"
|
|
174177
174479
|
}
|
|
174480
|
+
},
|
|
174481
|
+
"ExpectedBucketOwner": {
|
|
174482
|
+
"location": "header",
|
|
174483
|
+
"locationName": "x-amz-expected-bucket-owner"
|
|
174178
174484
|
}
|
|
174179
174485
|
},
|
|
174180
174486
|
"payload": "Tagging"
|
|
@@ -174219,6 +174525,10 @@ module.exports={
|
|
|
174219
174525
|
},
|
|
174220
174526
|
"Status": {}
|
|
174221
174527
|
}
|
|
174528
|
+
},
|
|
174529
|
+
"ExpectedBucketOwner": {
|
|
174530
|
+
"location": "header",
|
|
174531
|
+
"locationName": "x-amz-expected-bucket-owner"
|
|
174222
174532
|
}
|
|
174223
174533
|
},
|
|
174224
174534
|
"payload": "VersioningConfiguration"
|
|
@@ -174267,6 +174577,10 @@ module.exports={
|
|
|
174267
174577
|
"shape": "S7z"
|
|
174268
174578
|
}
|
|
174269
174579
|
}
|
|
174580
|
+
},
|
|
174581
|
+
"ExpectedBucketOwner": {
|
|
174582
|
+
"location": "header",
|
|
174583
|
+
"locationName": "x-amz-expected-bucket-owner"
|
|
174270
174584
|
}
|
|
174271
174585
|
},
|
|
174272
174586
|
"payload": "WebsiteConfiguration"
|
|
@@ -174352,7 +174666,7 @@ module.exports={
|
|
|
174352
174666
|
"locationName": "Key"
|
|
174353
174667
|
},
|
|
174354
174668
|
"Metadata": {
|
|
174355
|
-
"shape": "
|
|
174669
|
+
"shape": "S12",
|
|
174356
174670
|
"location": "headers",
|
|
174357
174671
|
"locationName": "x-amz-meta-"
|
|
174358
174672
|
},
|
|
@@ -174373,7 +174687,7 @@ module.exports={
|
|
|
174373
174687
|
"locationName": "x-amz-server-side-encryption-customer-algorithm"
|
|
174374
174688
|
},
|
|
174375
174689
|
"SSECustomerKey": {
|
|
174376
|
-
"shape": "
|
|
174690
|
+
"shape": "S1a",
|
|
174377
174691
|
"location": "header",
|
|
174378
174692
|
"locationName": "x-amz-server-side-encryption-customer-key"
|
|
174379
174693
|
},
|
|
@@ -174382,12 +174696,12 @@ module.exports={
|
|
|
174382
174696
|
"locationName": "x-amz-server-side-encryption-customer-key-MD5"
|
|
174383
174697
|
},
|
|
174384
174698
|
"SSEKMSKeyId": {
|
|
174385
|
-
"shape": "
|
|
174699
|
+
"shape": "Sk",
|
|
174386
174700
|
"location": "header",
|
|
174387
174701
|
"locationName": "x-amz-server-side-encryption-aws-kms-key-id"
|
|
174388
174702
|
},
|
|
174389
174703
|
"SSEKMSEncryptionContext": {
|
|
174390
|
-
"shape": "
|
|
174704
|
+
"shape": "S1c",
|
|
174391
174705
|
"location": "header",
|
|
174392
174706
|
"locationName": "x-amz-server-side-encryption-context"
|
|
174393
174707
|
},
|
|
@@ -174404,13 +174718,17 @@ module.exports={
|
|
|
174404
174718
|
"locationName": "x-amz-object-lock-mode"
|
|
174405
174719
|
},
|
|
174406
174720
|
"ObjectLockRetainUntilDate": {
|
|
174407
|
-
"shape": "
|
|
174721
|
+
"shape": "S1i",
|
|
174408
174722
|
"location": "header",
|
|
174409
174723
|
"locationName": "x-amz-object-lock-retain-until-date"
|
|
174410
174724
|
},
|
|
174411
174725
|
"ObjectLockLegalHoldStatus": {
|
|
174412
174726
|
"location": "header",
|
|
174413
174727
|
"locationName": "x-amz-object-lock-legal-hold"
|
|
174728
|
+
},
|
|
174729
|
+
"ExpectedBucketOwner": {
|
|
174730
|
+
"location": "header",
|
|
174731
|
+
"locationName": "x-amz-expected-bucket-owner"
|
|
174414
174732
|
}
|
|
174415
174733
|
},
|
|
174416
174734
|
"payload": "Body"
|
|
@@ -174443,12 +174761,12 @@ module.exports={
|
|
|
174443
174761
|
"locationName": "x-amz-server-side-encryption-customer-key-MD5"
|
|
174444
174762
|
},
|
|
174445
174763
|
"SSEKMSKeyId": {
|
|
174446
|
-
"shape": "
|
|
174764
|
+
"shape": "Sk",
|
|
174447
174765
|
"location": "header",
|
|
174448
174766
|
"locationName": "x-amz-server-side-encryption-aws-kms-key-id"
|
|
174449
174767
|
},
|
|
174450
174768
|
"SSEKMSEncryptionContext": {
|
|
174451
|
-
"shape": "
|
|
174769
|
+
"shape": "S1c",
|
|
174452
174770
|
"location": "header",
|
|
174453
174771
|
"locationName": "x-amz-server-side-encryption-context"
|
|
174454
174772
|
},
|
|
@@ -174523,6 +174841,10 @@ module.exports={
|
|
|
174523
174841
|
"VersionId": {
|
|
174524
174842
|
"location": "querystring",
|
|
174525
174843
|
"locationName": "versionId"
|
|
174844
|
+
},
|
|
174845
|
+
"ExpectedBucketOwner": {
|
|
174846
|
+
"location": "header",
|
|
174847
|
+
"locationName": "x-amz-expected-bucket-owner"
|
|
174526
174848
|
}
|
|
174527
174849
|
},
|
|
174528
174850
|
"payload": "AccessControlPolicy"
|
|
@@ -174578,6 +174900,10 @@ module.exports={
|
|
|
174578
174900
|
"deprecatedMessage": "Content-MD5 header will now be automatically computed and injected in associated operation's Http request.",
|
|
174579
174901
|
"location": "header",
|
|
174580
174902
|
"locationName": "Content-MD5"
|
|
174903
|
+
},
|
|
174904
|
+
"ExpectedBucketOwner": {
|
|
174905
|
+
"location": "header",
|
|
174906
|
+
"locationName": "x-amz-expected-bucket-owner"
|
|
174581
174907
|
}
|
|
174582
174908
|
},
|
|
174583
174909
|
"payload": "LegalHold"
|
|
@@ -174628,6 +174954,10 @@ module.exports={
|
|
|
174628
174954
|
"deprecatedMessage": "Content-MD5 header will now be automatically computed and injected in associated operation's Http request.",
|
|
174629
174955
|
"location": "header",
|
|
174630
174956
|
"locationName": "Content-MD5"
|
|
174957
|
+
},
|
|
174958
|
+
"ExpectedBucketOwner": {
|
|
174959
|
+
"location": "header",
|
|
174960
|
+
"locationName": "x-amz-expected-bucket-owner"
|
|
174631
174961
|
}
|
|
174632
174962
|
},
|
|
174633
174963
|
"payload": "ObjectLockConfiguration"
|
|
@@ -174688,6 +175018,10 @@ module.exports={
|
|
|
174688
175018
|
"deprecatedMessage": "Content-MD5 header will now be automatically computed and injected in associated operation's Http request.",
|
|
174689
175019
|
"location": "header",
|
|
174690
175020
|
"locationName": "Content-MD5"
|
|
175021
|
+
},
|
|
175022
|
+
"ExpectedBucketOwner": {
|
|
175023
|
+
"location": "header",
|
|
175024
|
+
"locationName": "x-amz-expected-bucket-owner"
|
|
174691
175025
|
}
|
|
174692
175026
|
},
|
|
174693
175027
|
"payload": "Retention"
|
|
@@ -174740,6 +175074,10 @@ module.exports={
|
|
|
174740
175074
|
"xmlNamespace": {
|
|
174741
175075
|
"uri": "http://s3.amazonaws.com/doc/2006-03-01/"
|
|
174742
175076
|
}
|
|
175077
|
+
},
|
|
175078
|
+
"ExpectedBucketOwner": {
|
|
175079
|
+
"location": "header",
|
|
175080
|
+
"locationName": "x-amz-expected-bucket-owner"
|
|
174743
175081
|
}
|
|
174744
175082
|
},
|
|
174745
175083
|
"payload": "Tagging"
|
|
@@ -174783,6 +175121,10 @@ module.exports={
|
|
|
174783
175121
|
"xmlNamespace": {
|
|
174784
175122
|
"uri": "http://s3.amazonaws.com/doc/2006-03-01/"
|
|
174785
175123
|
}
|
|
175124
|
+
},
|
|
175125
|
+
"ExpectedBucketOwner": {
|
|
175126
|
+
"location": "header",
|
|
175127
|
+
"locationName": "x-amz-expected-bucket-owner"
|
|
174786
175128
|
}
|
|
174787
175129
|
},
|
|
174788
175130
|
"payload": "PublicAccessBlockConfiguration"
|
|
@@ -174873,14 +175215,14 @@ module.exports={
|
|
|
174873
175215
|
"members": {
|
|
174874
175216
|
"EncryptionType": {},
|
|
174875
175217
|
"KMSKeyId": {
|
|
174876
|
-
"shape": "
|
|
175218
|
+
"shape": "Sk"
|
|
174877
175219
|
},
|
|
174878
175220
|
"KMSContext": {}
|
|
174879
175221
|
}
|
|
174880
175222
|
},
|
|
174881
175223
|
"CannedACL": {},
|
|
174882
175224
|
"AccessControlList": {
|
|
174883
|
-
"shape": "
|
|
175225
|
+
"shape": "S36"
|
|
174884
175226
|
},
|
|
174885
175227
|
"Tagging": {
|
|
174886
175228
|
"shape": "Sc1"
|
|
@@ -174906,6 +175248,10 @@ module.exports={
|
|
|
174906
175248
|
"RequestPayer": {
|
|
174907
175249
|
"location": "header",
|
|
174908
175250
|
"locationName": "x-amz-request-payer"
|
|
175251
|
+
},
|
|
175252
|
+
"ExpectedBucketOwner": {
|
|
175253
|
+
"location": "header",
|
|
175254
|
+
"locationName": "x-amz-expected-bucket-owner"
|
|
174909
175255
|
}
|
|
174910
175256
|
},
|
|
174911
175257
|
"payload": "RestoreRequest"
|
|
@@ -174957,7 +175303,7 @@ module.exports={
|
|
|
174957
175303
|
"locationName": "x-amz-server-side-encryption-customer-algorithm"
|
|
174958
175304
|
},
|
|
174959
175305
|
"SSECustomerKey": {
|
|
174960
|
-
"shape": "
|
|
175306
|
+
"shape": "S1a",
|
|
174961
175307
|
"location": "header",
|
|
174962
175308
|
"locationName": "x-amz-server-side-encryption-customer-key"
|
|
174963
175309
|
},
|
|
@@ -174991,6 +175337,10 @@ module.exports={
|
|
|
174991
175337
|
"type": "long"
|
|
174992
175338
|
}
|
|
174993
175339
|
}
|
|
175340
|
+
},
|
|
175341
|
+
"ExpectedBucketOwner": {
|
|
175342
|
+
"location": "header",
|
|
175343
|
+
"locationName": "x-amz-expected-bucket-owner"
|
|
174994
175344
|
}
|
|
174995
175345
|
}
|
|
174996
175346
|
},
|
|
@@ -175118,7 +175468,7 @@ module.exports={
|
|
|
175118
175468
|
"locationName": "x-amz-server-side-encryption-customer-algorithm"
|
|
175119
175469
|
},
|
|
175120
175470
|
"SSECustomerKey": {
|
|
175121
|
-
"shape": "
|
|
175471
|
+
"shape": "S1a",
|
|
175122
175472
|
"location": "header",
|
|
175123
175473
|
"locationName": "x-amz-server-side-encryption-customer-key"
|
|
175124
175474
|
},
|
|
@@ -175129,6 +175479,10 @@ module.exports={
|
|
|
175129
175479
|
"RequestPayer": {
|
|
175130
175480
|
"location": "header",
|
|
175131
175481
|
"locationName": "x-amz-request-payer"
|
|
175482
|
+
},
|
|
175483
|
+
"ExpectedBucketOwner": {
|
|
175484
|
+
"location": "header",
|
|
175485
|
+
"locationName": "x-amz-expected-bucket-owner"
|
|
175132
175486
|
}
|
|
175133
175487
|
},
|
|
175134
175488
|
"payload": "Body"
|
|
@@ -175153,7 +175507,7 @@ module.exports={
|
|
|
175153
175507
|
"locationName": "x-amz-server-side-encryption-customer-key-MD5"
|
|
175154
175508
|
},
|
|
175155
175509
|
"SSEKMSKeyId": {
|
|
175156
|
-
"shape": "
|
|
175510
|
+
"shape": "Sk",
|
|
175157
175511
|
"location": "header",
|
|
175158
175512
|
"locationName": "x-amz-server-side-encryption-aws-kms-key-id"
|
|
175159
175513
|
},
|
|
@@ -175227,7 +175581,7 @@ module.exports={
|
|
|
175227
175581
|
"locationName": "x-amz-server-side-encryption-customer-algorithm"
|
|
175228
175582
|
},
|
|
175229
175583
|
"SSECustomerKey": {
|
|
175230
|
-
"shape": "
|
|
175584
|
+
"shape": "S1a",
|
|
175231
175585
|
"location": "header",
|
|
175232
175586
|
"locationName": "x-amz-server-side-encryption-customer-key"
|
|
175233
175587
|
},
|
|
@@ -175240,7 +175594,7 @@ module.exports={
|
|
|
175240
175594
|
"locationName": "x-amz-copy-source-server-side-encryption-customer-algorithm"
|
|
175241
175595
|
},
|
|
175242
175596
|
"CopySourceSSECustomerKey": {
|
|
175243
|
-
"shape": "
|
|
175597
|
+
"shape": "S1e",
|
|
175244
175598
|
"location": "header",
|
|
175245
175599
|
"locationName": "x-amz-copy-source-server-side-encryption-customer-key"
|
|
175246
175600
|
},
|
|
@@ -175251,6 +175605,14 @@ module.exports={
|
|
|
175251
175605
|
"RequestPayer": {
|
|
175252
175606
|
"location": "header",
|
|
175253
175607
|
"locationName": "x-amz-request-payer"
|
|
175608
|
+
},
|
|
175609
|
+
"ExpectedBucketOwner": {
|
|
175610
|
+
"location": "header",
|
|
175611
|
+
"locationName": "x-amz-expected-bucket-owner"
|
|
175612
|
+
},
|
|
175613
|
+
"ExpectedSourceBucketOwner": {
|
|
175614
|
+
"location": "header",
|
|
175615
|
+
"locationName": "x-amz-source-expected-bucket-owner"
|
|
175254
175616
|
}
|
|
175255
175617
|
}
|
|
175256
175618
|
},
|
|
@@ -175283,7 +175645,7 @@ module.exports={
|
|
|
175283
175645
|
"locationName": "x-amz-server-side-encryption-customer-key-MD5"
|
|
175284
175646
|
},
|
|
175285
175647
|
"SSEKMSKeyId": {
|
|
175286
|
-
"shape": "
|
|
175648
|
+
"shape": "Sk",
|
|
175287
175649
|
"location": "header",
|
|
175288
175650
|
"locationName": "x-amz-server-side-encryption-aws-kms-key-id"
|
|
175289
175651
|
},
|
|
@@ -175297,52 +175659,52 @@ module.exports={
|
|
|
175297
175659
|
}
|
|
175298
175660
|
},
|
|
175299
175661
|
"shapes": {
|
|
175300
|
-
"
|
|
175662
|
+
"Sk": {
|
|
175301
175663
|
"type": "string",
|
|
175302
175664
|
"sensitive": true
|
|
175303
175665
|
},
|
|
175304
|
-
"
|
|
175666
|
+
"S12": {
|
|
175305
175667
|
"type": "map",
|
|
175306
175668
|
"key": {},
|
|
175307
175669
|
"value": {}
|
|
175308
175670
|
},
|
|
175309
|
-
"
|
|
175671
|
+
"S1a": {
|
|
175310
175672
|
"type": "blob",
|
|
175311
175673
|
"sensitive": true
|
|
175312
175674
|
},
|
|
175313
|
-
"
|
|
175675
|
+
"S1c": {
|
|
175314
175676
|
"type": "string",
|
|
175315
175677
|
"sensitive": true
|
|
175316
175678
|
},
|
|
175317
|
-
"
|
|
175679
|
+
"S1e": {
|
|
175318
175680
|
"type": "blob",
|
|
175319
175681
|
"sensitive": true
|
|
175320
175682
|
},
|
|
175321
|
-
"
|
|
175683
|
+
"S1i": {
|
|
175322
175684
|
"type": "timestamp",
|
|
175323
175685
|
"timestampFormat": "iso8601"
|
|
175324
175686
|
},
|
|
175325
|
-
"
|
|
175687
|
+
"S33": {
|
|
175326
175688
|
"type": "structure",
|
|
175327
175689
|
"members": {
|
|
175328
175690
|
"DisplayName": {},
|
|
175329
175691
|
"ID": {}
|
|
175330
175692
|
}
|
|
175331
175693
|
},
|
|
175332
|
-
"
|
|
175694
|
+
"S36": {
|
|
175333
175695
|
"type": "list",
|
|
175334
175696
|
"member": {
|
|
175335
175697
|
"locationName": "Grant",
|
|
175336
175698
|
"type": "structure",
|
|
175337
175699
|
"members": {
|
|
175338
175700
|
"Grantee": {
|
|
175339
|
-
"shape": "
|
|
175701
|
+
"shape": "S38"
|
|
175340
175702
|
},
|
|
175341
175703
|
"Permission": {}
|
|
175342
175704
|
}
|
|
175343
175705
|
}
|
|
175344
175706
|
},
|
|
175345
|
-
"
|
|
175707
|
+
"S38": {
|
|
175346
175708
|
"type": "structure",
|
|
175347
175709
|
"required": [
|
|
175348
175710
|
"Type"
|
|
@@ -175362,7 +175724,7 @@ module.exports={
|
|
|
175362
175724
|
"uri": "http://www.w3.org/2001/XMLSchema-instance"
|
|
175363
175725
|
}
|
|
175364
175726
|
},
|
|
175365
|
-
"
|
|
175727
|
+
"S3f": {
|
|
175366
175728
|
"type": "structure",
|
|
175367
175729
|
"required": [
|
|
175368
175730
|
"Id",
|
|
@@ -175375,14 +175737,14 @@ module.exports={
|
|
|
175375
175737
|
"members": {
|
|
175376
175738
|
"Prefix": {},
|
|
175377
175739
|
"Tag": {
|
|
175378
|
-
"shape": "
|
|
175740
|
+
"shape": "S3i"
|
|
175379
175741
|
},
|
|
175380
175742
|
"And": {
|
|
175381
175743
|
"type": "structure",
|
|
175382
175744
|
"members": {
|
|
175383
175745
|
"Prefix": {},
|
|
175384
175746
|
"Tags": {
|
|
175385
|
-
"shape": "
|
|
175747
|
+
"shape": "S3l",
|
|
175386
175748
|
"flattened": true,
|
|
175387
175749
|
"locationName": "Tag"
|
|
175388
175750
|
}
|
|
@@ -175428,7 +175790,7 @@ module.exports={
|
|
|
175428
175790
|
}
|
|
175429
175791
|
}
|
|
175430
175792
|
},
|
|
175431
|
-
"
|
|
175793
|
+
"S3i": {
|
|
175432
175794
|
"type": "structure",
|
|
175433
175795
|
"required": [
|
|
175434
175796
|
"Key",
|
|
@@ -175439,10 +175801,10 @@ module.exports={
|
|
|
175439
175801
|
"Value": {}
|
|
175440
175802
|
}
|
|
175441
175803
|
},
|
|
175442
|
-
"
|
|
175804
|
+
"S3l": {
|
|
175443
175805
|
"type": "list",
|
|
175444
175806
|
"member": {
|
|
175445
|
-
"shape": "
|
|
175807
|
+
"shape": "S3i",
|
|
175446
175808
|
"locationName": "Tag"
|
|
175447
175809
|
}
|
|
175448
175810
|
},
|
|
@@ -175506,7 +175868,7 @@ module.exports={
|
|
|
175506
175868
|
"members": {
|
|
175507
175869
|
"SSEAlgorithm": {},
|
|
175508
175870
|
"KMSMasterKeyID": {
|
|
175509
|
-
"shape": "
|
|
175871
|
+
"shape": "Sk"
|
|
175510
175872
|
}
|
|
175511
175873
|
}
|
|
175512
175874
|
}
|
|
@@ -175559,7 +175921,7 @@ module.exports={
|
|
|
175559
175921
|
],
|
|
175560
175922
|
"members": {
|
|
175561
175923
|
"KeyId": {
|
|
175562
|
-
"shape": "
|
|
175924
|
+
"shape": "Sk"
|
|
175563
175925
|
}
|
|
175564
175926
|
}
|
|
175565
175927
|
}
|
|
@@ -175706,14 +176068,14 @@ module.exports={
|
|
|
175706
176068
|
"members": {
|
|
175707
176069
|
"Prefix": {},
|
|
175708
176070
|
"Tag": {
|
|
175709
|
-
"shape": "
|
|
176071
|
+
"shape": "S3i"
|
|
175710
176072
|
},
|
|
175711
176073
|
"And": {
|
|
175712
176074
|
"type": "structure",
|
|
175713
176075
|
"members": {
|
|
175714
176076
|
"Prefix": {},
|
|
175715
176077
|
"Tags": {
|
|
175716
|
-
"shape": "
|
|
176078
|
+
"shape": "S3l",
|
|
175717
176079
|
"flattened": true,
|
|
175718
176080
|
"locationName": "Tag"
|
|
175719
176081
|
}
|
|
@@ -175763,7 +176125,7 @@ module.exports={
|
|
|
175763
176125
|
"type": "structure",
|
|
175764
176126
|
"members": {
|
|
175765
176127
|
"Grantee": {
|
|
175766
|
-
"shape": "
|
|
176128
|
+
"shape": "S38"
|
|
175767
176129
|
},
|
|
175768
176130
|
"Permission": {}
|
|
175769
176131
|
}
|
|
@@ -175784,14 +176146,14 @@ module.exports={
|
|
|
175784
176146
|
"members": {
|
|
175785
176147
|
"Prefix": {},
|
|
175786
176148
|
"Tag": {
|
|
175787
|
-
"shape": "
|
|
176149
|
+
"shape": "S3i"
|
|
175788
176150
|
},
|
|
175789
176151
|
"And": {
|
|
175790
176152
|
"type": "structure",
|
|
175791
176153
|
"members": {
|
|
175792
176154
|
"Prefix": {},
|
|
175793
176155
|
"Tags": {
|
|
175794
|
-
"shape": "
|
|
176156
|
+
"shape": "S3l",
|
|
175795
176157
|
"flattened": true,
|
|
175796
176158
|
"locationName": "Tag"
|
|
175797
176159
|
}
|
|
@@ -175810,6 +176172,10 @@ module.exports={
|
|
|
175810
176172
|
"Bucket": {
|
|
175811
176173
|
"location": "uri",
|
|
175812
176174
|
"locationName": "Bucket"
|
|
176175
|
+
},
|
|
176176
|
+
"ExpectedBucketOwner": {
|
|
176177
|
+
"location": "header",
|
|
176178
|
+
"locationName": "x-amz-expected-bucket-owner"
|
|
175813
176179
|
}
|
|
175814
176180
|
}
|
|
175815
176181
|
},
|
|
@@ -175999,14 +176365,14 @@ module.exports={
|
|
|
175999
176365
|
"members": {
|
|
176000
176366
|
"Prefix": {},
|
|
176001
176367
|
"Tag": {
|
|
176002
|
-
"shape": "
|
|
176368
|
+
"shape": "S3i"
|
|
176003
176369
|
},
|
|
176004
176370
|
"And": {
|
|
176005
176371
|
"type": "structure",
|
|
176006
176372
|
"members": {
|
|
176007
176373
|
"Prefix": {},
|
|
176008
176374
|
"Tags": {
|
|
176009
|
-
"shape": "
|
|
176375
|
+
"shape": "S3l",
|
|
176010
176376
|
"flattened": true,
|
|
176011
176377
|
"locationName": "Tag"
|
|
176012
176378
|
}
|
|
@@ -176258,7 +176624,7 @@ module.exports={
|
|
|
176258
176624
|
},
|
|
176259
176625
|
"StorageClass": {},
|
|
176260
176626
|
"Owner": {
|
|
176261
|
-
"shape": "
|
|
176627
|
+
"shape": "S33"
|
|
176262
176628
|
}
|
|
176263
176629
|
}
|
|
176264
176630
|
},
|
|
@@ -176268,11 +176634,11 @@ module.exports={
|
|
|
176268
176634
|
"type": "structure",
|
|
176269
176635
|
"members": {
|
|
176270
176636
|
"Grants": {
|
|
176271
|
-
"shape": "
|
|
176637
|
+
"shape": "S36",
|
|
176272
176638
|
"locationName": "AccessControlList"
|
|
176273
176639
|
},
|
|
176274
176640
|
"Owner": {
|
|
176275
|
-
"shape": "
|
|
176641
|
+
"shape": "S33"
|
|
176276
176642
|
}
|
|
176277
176643
|
}
|
|
176278
176644
|
},
|
|
@@ -176283,7 +176649,7 @@ module.exports={
|
|
|
176283
176649
|
],
|
|
176284
176650
|
"members": {
|
|
176285
176651
|
"TagSet": {
|
|
176286
|
-
"shape": "
|
|
176652
|
+
"shape": "S3l"
|
|
176287
176653
|
}
|
|
176288
176654
|
}
|
|
176289
176655
|
},
|
|
@@ -200488,7 +200854,7 @@ AWS.util.update(AWS, {
|
|
|
200488
200854
|
/**
|
|
200489
200855
|
* @constant
|
|
200490
200856
|
*/
|
|
200491
|
-
VERSION: '2.
|
|
200857
|
+
VERSION: '2.751.0',
|
|
200492
200858
|
|
|
200493
200859
|
/**
|
|
200494
200860
|
* @api private
|
|
@@ -206224,8 +206590,9 @@ function extractError(resp) {
|
|
|
206224
206590
|
if (httpResponse.body.length > 0) {
|
|
206225
206591
|
try {
|
|
206226
206592
|
var e = JSON.parse(httpResponse.body.toString());
|
|
206227
|
-
|
|
206228
|
-
|
|
206593
|
+
var code = e.__type || e.code || e.Code;
|
|
206594
|
+
if (code) {
|
|
206595
|
+
error.code = code.split('#').pop();
|
|
206229
206596
|
}
|
|
206230
206597
|
if (error.code === 'RequestEntityTooLarge') {
|
|
206231
206598
|
error.message = 'Request body must be less than 1 MB';
|
|
@@ -208030,7 +208397,7 @@ AWS.Request.addPromisesToClass = function addPromisesToClass(PromiseDependency)
|
|
|
208030
208397
|
if (resp.error) {
|
|
208031
208398
|
reject(resp.error);
|
|
208032
208399
|
} else {
|
|
208033
|
-
// define $response property so that it is not
|
|
208400
|
+
// define $response property so that it is not enumerable
|
|
208034
208401
|
// this prevents circular reference errors when stringifying the JSON object
|
|
208035
208402
|
resolve(Object.defineProperty(
|
|
208036
208403
|
resp.data || {},
|
|
@@ -221496,7 +221863,7 @@ var LRUCache = /** @class */ (function () {
|
|
|
221496
221863
|
}());
|
|
221497
221864
|
exports.LRUCache = LRUCache;
|
|
221498
221865
|
},{}],437:[function(require,module,exports){
|
|
221499
|
-
// AWS SDK for JavaScript v2.
|
|
221866
|
+
// AWS SDK for JavaScript v2.751.0
|
|
221500
221867
|
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
221501
221868
|
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
|
|
221502
221869
|
require('./browser_loader');
|