cdk-lambda-subminute 2.0.475 → 2.0.477

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.
Files changed (28) hide show
  1. package/.jsii +3 -3
  2. package/lib/cdk-lambda-subminute.js +3 -3
  3. package/node_modules/aws-sdk/Crashpad/settings.dat +0 -0
  4. package/node_modules/aws-sdk/README.md +1 -1
  5. package/node_modules/aws-sdk/apis/bedrock-2023-04-20.min.json +295 -29
  6. package/node_modules/aws-sdk/apis/bedrock-2023-04-20.paginators.json +6 -0
  7. package/node_modules/aws-sdk/apis/codebuild-2016-10-06.min.json +3 -0
  8. package/node_modules/aws-sdk/apis/deadline-2023-10-12.min.json +1679 -1672
  9. package/node_modules/aws-sdk/apis/lambda-2015-03-31.min.json +81 -23
  10. package/node_modules/aws-sdk/apis/opensearchserverless-2021-11-01.min.json +11 -1
  11. package/node_modules/aws-sdk/apis/s3-2006-03-01.examples.json +79 -79
  12. package/node_modules/aws-sdk/apis/s3-2006-03-01.min.json +188 -180
  13. package/node_modules/aws-sdk/apis/ssm-sap-2018-05-10.min.json +37 -24
  14. package/node_modules/aws-sdk/clients/bedrock.d.ts +288 -0
  15. package/node_modules/aws-sdk/clients/codebuild.d.ts +14 -2
  16. package/node_modules/aws-sdk/clients/deadline.d.ts +1562 -1562
  17. package/node_modules/aws-sdk/clients/ecs.d.ts +54 -54
  18. package/node_modules/aws-sdk/clients/lambda.d.ts +56 -10
  19. package/node_modules/aws-sdk/clients/opensearchserverless.d.ts +16 -0
  20. package/node_modules/aws-sdk/clients/s3.d.ts +25 -17
  21. package/node_modules/aws-sdk/clients/ssmsap.d.ts +10 -0
  22. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
  23. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +9 -9
  24. package/node_modules/aws-sdk/dist/aws-sdk.js +275 -206
  25. package/node_modules/aws-sdk/dist/aws-sdk.min.js +89 -89
  26. package/node_modules/aws-sdk/lib/core.js +1 -1
  27. package/node_modules/aws-sdk/package.json +1 -1
  28. package/package.json +4 -4
@@ -1,4 +1,4 @@
1
- // AWS SDK for JavaScript v2.1677.0
1
+ // AWS SDK for JavaScript v2.1679.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){
@@ -44043,6 +44043,7 @@ module.exports={
44043
44043
  "vpcConfig": {
44044
44044
  "shape": "S1j"
44045
44045
  },
44046
+ "imageId": {},
44046
44047
  "fleetServiceRole": {},
44047
44048
  "tags": {
44048
44049
  "shape": "S2v"
@@ -45136,6 +45137,7 @@ module.exports={
45136
45137
  "vpcConfig": {
45137
45138
  "shape": "S1j"
45138
45139
  },
45140
+ "imageId": {},
45139
45141
  "fleetServiceRole": {},
45140
45142
  "tags": {
45141
45143
  "shape": "S2v"
@@ -45908,6 +45910,7 @@ module.exports={
45908
45910
  "vpcConfig": {
45909
45911
  "shape": "S1j"
45910
45912
  },
45913
+ "imageId": {},
45911
45914
  "fleetServiceRole": {},
45912
45915
  "tags": {
45913
45916
  "shape": "S2v"
@@ -183823,10 +183826,16 @@ module.exports={
183823
183826
  "apiVersion": "2015-03-31",
183824
183827
  "endpointPrefix": "lambda",
183825
183828
  "protocol": "rest-json",
183829
+ "protocols": [
183830
+ "rest-json"
183831
+ ],
183826
183832
  "serviceFullName": "AWS Lambda",
183827
183833
  "serviceId": "Lambda",
183828
183834
  "signatureVersion": "v4",
183829
- "uid": "lambda-2015-03-31"
183835
+ "uid": "lambda-2015-03-31",
183836
+ "auth": [
183837
+ "aws.auth#sigv4"
183838
+ ]
183830
183839
  },
183831
183840
  "operations": {
183832
183841
  "AddLayerVersionPermission": {
@@ -184689,6 +184698,31 @@ module.exports={
184689
184698
  "shape": "S5q"
184690
184699
  }
184691
184700
  },
184701
+ "GetFunctionRecursionConfig": {
184702
+ "http": {
184703
+ "method": "GET",
184704
+ "requestUri": "/2024-08-31/functions/{FunctionName}/recursion-config",
184705
+ "responseCode": 200
184706
+ },
184707
+ "input": {
184708
+ "type": "structure",
184709
+ "required": [
184710
+ "FunctionName"
184711
+ ],
184712
+ "members": {
184713
+ "FunctionName": {
184714
+ "location": "uri",
184715
+ "locationName": "FunctionName"
184716
+ }
184717
+ }
184718
+ },
184719
+ "output": {
184720
+ "type": "structure",
184721
+ "members": {
184722
+ "RecursiveLoop": {}
184723
+ }
184724
+ }
184725
+ },
184692
184726
  "GetFunctionUrlConfig": {
184693
184727
  "http": {
184694
184728
  "method": "GET",
@@ -184758,7 +184792,7 @@ module.exports={
184758
184792
  }
184759
184793
  },
184760
184794
  "output": {
184761
- "shape": "S5w"
184795
+ "shape": "S60"
184762
184796
  }
184763
184797
  },
184764
184798
  "GetLayerVersionByArn": {
@@ -184780,7 +184814,7 @@ module.exports={
184780
184814
  }
184781
184815
  },
184782
184816
  "output": {
184783
- "shape": "S5w"
184817
+ "shape": "S60"
184784
184818
  }
184785
184819
  },
184786
184820
  "GetLayerVersionPolicy": {
@@ -185347,7 +185381,7 @@ module.exports={
185347
185381
  "members": {
185348
185382
  "NextMarker": {},
185349
185383
  "Functions": {
185350
- "shape": "S7g"
185384
+ "shape": "S7k"
185351
185385
  }
185352
185386
  }
185353
185387
  }
@@ -185432,7 +185466,7 @@ module.exports={
185432
185466
  "LayerVersions": {
185433
185467
  "type": "list",
185434
185468
  "member": {
185435
- "shape": "S7o"
185469
+ "shape": "S7s"
185436
185470
  }
185437
185471
  }
185438
185472
  }
@@ -185478,7 +185512,7 @@ module.exports={
185478
185512
  "LayerName": {},
185479
185513
  "LayerArn": {},
185480
185514
  "LatestMatchingVersion": {
185481
- "shape": "S7o"
185515
+ "shape": "S7s"
185482
185516
  }
185483
185517
  }
185484
185518
  }
@@ -185599,7 +185633,7 @@ module.exports={
185599
185633
  "members": {
185600
185634
  "NextMarker": {},
185601
185635
  "Versions": {
185602
- "shape": "S7g"
185636
+ "shape": "S7k"
185603
185637
  }
185604
185638
  }
185605
185639
  }
@@ -185633,11 +185667,11 @@ module.exports={
185633
185667
  }
185634
185668
  },
185635
185669
  "CompatibleRuntimes": {
185636
- "shape": "S5z"
185670
+ "shape": "S63"
185637
185671
  },
185638
185672
  "LicenseInfo": {},
185639
185673
  "CompatibleArchitectures": {
185640
- "shape": "S61"
185674
+ "shape": "S65"
185641
185675
  }
185642
185676
  }
185643
185677
  },
@@ -185645,7 +185679,7 @@ module.exports={
185645
185679
  "type": "structure",
185646
185680
  "members": {
185647
185681
  "Content": {
185648
- "shape": "S5x"
185682
+ "shape": "S61"
185649
185683
  },
185650
185684
  "LayerArn": {},
185651
185685
  "LayerVersionArn": {},
@@ -185655,11 +185689,11 @@ module.exports={
185655
185689
  "type": "long"
185656
185690
  },
185657
185691
  "CompatibleRuntimes": {
185658
- "shape": "S5z"
185692
+ "shape": "S63"
185659
185693
  },
185660
185694
  "LicenseInfo": {},
185661
185695
  "CompatibleArchitectures": {
185662
- "shape": "S61"
185696
+ "shape": "S65"
185663
185697
  }
185664
185698
  }
185665
185699
  }
@@ -185781,6 +185815,33 @@ module.exports={
185781
185815
  "shape": "S5q"
185782
185816
  }
185783
185817
  },
185818
+ "PutFunctionRecursionConfig": {
185819
+ "http": {
185820
+ "method": "PUT",
185821
+ "requestUri": "/2024-08-31/functions/{FunctionName}/recursion-config",
185822
+ "responseCode": 200
185823
+ },
185824
+ "input": {
185825
+ "type": "structure",
185826
+ "required": [
185827
+ "FunctionName",
185828
+ "RecursiveLoop"
185829
+ ],
185830
+ "members": {
185831
+ "FunctionName": {
185832
+ "location": "uri",
185833
+ "locationName": "FunctionName"
185834
+ },
185835
+ "RecursiveLoop": {}
185836
+ }
185837
+ },
185838
+ "output": {
185839
+ "type": "structure",
185840
+ "members": {
185841
+ "RecursiveLoop": {}
185842
+ }
185843
+ }
185844
+ },
185784
185845
  "PutProvisionedConcurrencyConfig": {
185785
185846
  "http": {
185786
185847
  "method": "PUT",
@@ -186859,11 +186920,11 @@ module.exports={
186859
186920
  }
186860
186921
  }
186861
186922
  },
186862
- "S5w": {
186923
+ "S60": {
186863
186924
  "type": "structure",
186864
186925
  "members": {
186865
186926
  "Content": {
186866
- "shape": "S5x"
186927
+ "shape": "S61"
186867
186928
  },
186868
186929
  "LayerArn": {},
186869
186930
  "LayerVersionArn": {},
@@ -186873,15 +186934,15 @@ module.exports={
186873
186934
  "type": "long"
186874
186935
  },
186875
186936
  "CompatibleRuntimes": {
186876
- "shape": "S5z"
186937
+ "shape": "S63"
186877
186938
  },
186878
186939
  "LicenseInfo": {},
186879
186940
  "CompatibleArchitectures": {
186880
- "shape": "S61"
186941
+ "shape": "S65"
186881
186942
  }
186882
186943
  }
186883
186944
  },
186884
- "S5x": {
186945
+ "S61": {
186885
186946
  "type": "structure",
186886
186947
  "members": {
186887
186948
  "Location": {},
@@ -186893,21 +186954,21 @@ module.exports={
186893
186954
  "SigningJobArn": {}
186894
186955
  }
186895
186956
  },
186896
- "S5z": {
186957
+ "S63": {
186897
186958
  "type": "list",
186898
186959
  "member": {}
186899
186960
  },
186900
- "S61": {
186961
+ "S65": {
186901
186962
  "type": "list",
186902
186963
  "member": {}
186903
186964
  },
186904
- "S7g": {
186965
+ "S7k": {
186905
186966
  "type": "list",
186906
186967
  "member": {
186907
186968
  "shape": "S3r"
186908
186969
  }
186909
186970
  },
186910
- "S7o": {
186971
+ "S7s": {
186911
186972
  "type": "structure",
186912
186973
  "members": {
186913
186974
  "LayerVersionArn": {},
@@ -186917,11 +186978,11 @@ module.exports={
186917
186978
  "Description": {},
186918
186979
  "CreatedDate": {},
186919
186980
  "CompatibleRuntimes": {
186920
- "shape": "S5z"
186981
+ "shape": "S63"
186921
186982
  },
186922
186983
  "LicenseInfo": {},
186923
186984
  "CompatibleArchitectures": {
186924
- "shape": "S61"
186985
+ "shape": "S65"
186925
186986
  }
186926
186987
  }
186927
186988
  }
@@ -241784,12 +241845,16 @@ module.exports={
241784
241845
  "location": "header",
241785
241846
  "locationName": "x-amz-expected-bucket-owner"
241786
241847
  },
241848
+ "IfNoneMatch": {
241849
+ "location": "header",
241850
+ "locationName": "If-None-Match"
241851
+ },
241787
241852
  "SSECustomerAlgorithm": {
241788
241853
  "location": "header",
241789
241854
  "locationName": "x-amz-server-side-encryption-customer-algorithm"
241790
241855
  },
241791
241856
  "SSECustomerKey": {
241792
- "shape": "Sk",
241857
+ "shape": "Sl",
241793
241858
  "location": "header",
241794
241859
  "locationName": "x-amz-server-side-encryption-customer-key"
241795
241860
  },
@@ -241824,7 +241889,7 @@ module.exports={
241824
241889
  "locationName": "x-amz-version-id"
241825
241890
  },
241826
241891
  "SSEKMSKeyId": {
241827
- "shape": "Sr",
241892
+ "shape": "Ss",
241828
241893
  "location": "header",
241829
241894
  "locationName": "x-amz-server-side-encryption-aws-kms-key-id"
241830
241895
  },
@@ -241942,7 +242007,7 @@ module.exports={
241942
242007
  "locationName": "Key"
241943
242008
  },
241944
242009
  "Metadata": {
241945
- "shape": "S1b",
242010
+ "shape": "S1c",
241946
242011
  "location": "headers",
241947
242012
  "locationName": "x-amz-meta-"
241948
242013
  },
@@ -241971,7 +242036,7 @@ module.exports={
241971
242036
  "locationName": "x-amz-server-side-encryption-customer-algorithm"
241972
242037
  },
241973
242038
  "SSECustomerKey": {
241974
- "shape": "Sk",
242039
+ "shape": "Sl",
241975
242040
  "location": "header",
241976
242041
  "locationName": "x-amz-server-side-encryption-customer-key"
241977
242042
  },
@@ -241980,12 +242045,12 @@ module.exports={
241980
242045
  "locationName": "x-amz-server-side-encryption-customer-key-MD5"
241981
242046
  },
241982
242047
  "SSEKMSKeyId": {
241983
- "shape": "Sr",
242048
+ "shape": "Ss",
241984
242049
  "location": "header",
241985
242050
  "locationName": "x-amz-server-side-encryption-aws-kms-key-id"
241986
242051
  },
241987
242052
  "SSEKMSEncryptionContext": {
241988
- "shape": "S1i",
242053
+ "shape": "S1j",
241989
242054
  "location": "header",
241990
242055
  "locationName": "x-amz-server-side-encryption-context"
241991
242056
  },
@@ -241999,7 +242064,7 @@ module.exports={
241999
242064
  "locationName": "x-amz-copy-source-server-side-encryption-customer-algorithm"
242000
242065
  },
242001
242066
  "CopySourceSSECustomerKey": {
242002
- "shape": "S1k",
242067
+ "shape": "S1l",
242003
242068
  "location": "header",
242004
242069
  "locationName": "x-amz-copy-source-server-side-encryption-customer-key"
242005
242070
  },
@@ -242020,7 +242085,7 @@ module.exports={
242020
242085
  "locationName": "x-amz-object-lock-mode"
242021
242086
  },
242022
242087
  "ObjectLockRetainUntilDate": {
242023
- "shape": "S1o",
242088
+ "shape": "S1p",
242024
242089
  "location": "header",
242025
242090
  "locationName": "x-amz-object-lock-retain-until-date"
242026
242091
  },
@@ -242079,12 +242144,12 @@ module.exports={
242079
242144
  "locationName": "x-amz-server-side-encryption-customer-key-MD5"
242080
242145
  },
242081
242146
  "SSEKMSKeyId": {
242082
- "shape": "Sr",
242147
+ "shape": "Ss",
242083
242148
  "location": "header",
242084
242149
  "locationName": "x-amz-server-side-encryption-aws-kms-key-id"
242085
242150
  },
242086
242151
  "SSEKMSEncryptionContext": {
242087
- "shape": "S1i",
242152
+ "shape": "S1j",
242088
242153
  "location": "header",
242089
242154
  "locationName": "x-amz-server-side-encryption-context"
242090
242155
  },
@@ -242275,7 +242340,7 @@ module.exports={
242275
242340
  "locationName": "Key"
242276
242341
  },
242277
242342
  "Metadata": {
242278
- "shape": "S1b",
242343
+ "shape": "S1c",
242279
242344
  "location": "headers",
242280
242345
  "locationName": "x-amz-meta-"
242281
242346
  },
@@ -242296,7 +242361,7 @@ module.exports={
242296
242361
  "locationName": "x-amz-server-side-encryption-customer-algorithm"
242297
242362
  },
242298
242363
  "SSECustomerKey": {
242299
- "shape": "Sk",
242364
+ "shape": "Sl",
242300
242365
  "location": "header",
242301
242366
  "locationName": "x-amz-server-side-encryption-customer-key"
242302
242367
  },
@@ -242305,12 +242370,12 @@ module.exports={
242305
242370
  "locationName": "x-amz-server-side-encryption-customer-key-MD5"
242306
242371
  },
242307
242372
  "SSEKMSKeyId": {
242308
- "shape": "Sr",
242373
+ "shape": "Ss",
242309
242374
  "location": "header",
242310
242375
  "locationName": "x-amz-server-side-encryption-aws-kms-key-id"
242311
242376
  },
242312
242377
  "SSEKMSEncryptionContext": {
242313
- "shape": "S1i",
242378
+ "shape": "S1j",
242314
242379
  "location": "header",
242315
242380
  "locationName": "x-amz-server-side-encryption-context"
242316
242381
  },
@@ -242332,7 +242397,7 @@ module.exports={
242332
242397
  "locationName": "x-amz-object-lock-mode"
242333
242398
  },
242334
242399
  "ObjectLockRetainUntilDate": {
242335
- "shape": "S1o",
242400
+ "shape": "S1p",
242336
242401
  "location": "header",
242337
242402
  "locationName": "x-amz-object-lock-retain-until-date"
242338
242403
  },
@@ -242380,12 +242445,12 @@ module.exports={
242380
242445
  "locationName": "x-amz-server-side-encryption-customer-key-MD5"
242381
242446
  },
242382
242447
  "SSEKMSKeyId": {
242383
- "shape": "Sr",
242448
+ "shape": "Ss",
242384
242449
  "location": "header",
242385
242450
  "locationName": "x-amz-server-side-encryption-aws-kms-key-id"
242386
242451
  },
242387
242452
  "SSEKMSEncryptionContext": {
242388
- "shape": "S1i",
242453
+ "shape": "S1j",
242389
242454
  "location": "header",
242390
242455
  "locationName": "x-amz-server-side-encryption-context"
242391
242456
  },
@@ -242450,11 +242515,11 @@ module.exports={
242450
242515
  "locationName": "AccessKeyId"
242451
242516
  },
242452
242517
  "SecretAccessKey": {
242453
- "shape": "S2h",
242518
+ "shape": "S2i",
242454
242519
  "locationName": "SecretAccessKey"
242455
242520
  },
242456
242521
  "SessionToken": {
242457
- "shape": "S2h",
242522
+ "shape": "S2i",
242458
242523
  "locationName": "SessionToken"
242459
242524
  },
242460
242525
  "Expiration": {
@@ -243222,10 +243287,10 @@ module.exports={
243222
243287
  "type": "structure",
243223
243288
  "members": {
243224
243289
  "Owner": {
243225
- "shape": "S3q"
243290
+ "shape": "S3r"
243226
243291
  },
243227
243292
  "Grants": {
243228
- "shape": "S3t",
243293
+ "shape": "S3u",
243229
243294
  "locationName": "AccessControlList"
243230
243295
  }
243231
243296
  }
@@ -243269,7 +243334,7 @@ module.exports={
243269
243334
  "type": "structure",
243270
243335
  "members": {
243271
243336
  "AnalyticsConfiguration": {
243272
- "shape": "S42"
243337
+ "shape": "S43"
243273
243338
  }
243274
243339
  },
243275
243340
  "payload": "AnalyticsConfiguration"
@@ -243308,7 +243373,7 @@ module.exports={
243308
243373
  "type": "structure",
243309
243374
  "members": {
243310
243375
  "CORSRules": {
243311
- "shape": "S4h",
243376
+ "shape": "S4i",
243312
243377
  "locationName": "CORSRule"
243313
243378
  }
243314
243379
  }
@@ -243347,7 +243412,7 @@ module.exports={
243347
243412
  "type": "structure",
243348
243413
  "members": {
243349
243414
  "ServerSideEncryptionConfiguration": {
243350
- "shape": "S4u"
243415
+ "shape": "S4v"
243351
243416
  }
243352
243417
  },
243353
243418
  "payload": "ServerSideEncryptionConfiguration"
@@ -243387,7 +243452,7 @@ module.exports={
243387
243452
  "type": "structure",
243388
243453
  "members": {
243389
243454
  "IntelligentTieringConfiguration": {
243390
- "shape": "S50"
243455
+ "shape": "S51"
243391
243456
  }
243392
243457
  },
243393
243458
  "payload": "IntelligentTieringConfiguration"
@@ -243431,7 +243496,7 @@ module.exports={
243431
243496
  "type": "structure",
243432
243497
  "members": {
243433
243498
  "InventoryConfiguration": {
243434
- "shape": "S5a"
243499
+ "shape": "S5b"
243435
243500
  }
243436
243501
  },
243437
243502
  "payload": "InventoryConfiguration"
@@ -243470,7 +243535,7 @@ module.exports={
243470
243535
  "type": "structure",
243471
243536
  "members": {
243472
243537
  "Rules": {
243473
- "shape": "S5q",
243538
+ "shape": "S5r",
243474
243539
  "locationName": "Rule"
243475
243540
  }
243476
243541
  }
@@ -243510,7 +243575,7 @@ module.exports={
243510
243575
  "type": "structure",
243511
243576
  "members": {
243512
243577
  "Rules": {
243513
- "shape": "S66",
243578
+ "shape": "S67",
243514
243579
  "locationName": "Rule"
243515
243580
  }
243516
243581
  }
@@ -243585,7 +243650,7 @@ module.exports={
243585
243650
  "type": "structure",
243586
243651
  "members": {
243587
243652
  "LoggingEnabled": {
243588
- "shape": "S6i"
243653
+ "shape": "S6j"
243589
243654
  }
243590
243655
  }
243591
243656
  },
@@ -243628,7 +243693,7 @@ module.exports={
243628
243693
  "type": "structure",
243629
243694
  "members": {
243630
243695
  "MetricsConfiguration": {
243631
- "shape": "S6u"
243696
+ "shape": "S6v"
243632
243697
  }
243633
243698
  },
243634
243699
  "payload": "MetricsConfiguration"
@@ -243645,10 +243710,10 @@ module.exports={
243645
243710
  "requestUri": "/{Bucket}?notification"
243646
243711
  },
243647
243712
  "input": {
243648
- "shape": "S6y"
243713
+ "shape": "S6z"
243649
243714
  },
243650
243715
  "output": {
243651
- "shape": "S6z"
243716
+ "shape": "S70"
243652
243717
  },
243653
243718
  "deprecated": true,
243654
243719
  "staticContextParams": {
@@ -243663,10 +243728,10 @@ module.exports={
243663
243728
  "requestUri": "/{Bucket}?notification"
243664
243729
  },
243665
243730
  "input": {
243666
- "shape": "S6y"
243731
+ "shape": "S6z"
243667
243732
  },
243668
243733
  "output": {
243669
- "shape": "S7a"
243734
+ "shape": "S7b"
243670
243735
  },
243671
243736
  "staticContextParams": {
243672
243737
  "UseS3ExpressControlEndpoint": {
@@ -243702,7 +243767,7 @@ module.exports={
243702
243767
  "type": "structure",
243703
243768
  "members": {
243704
243769
  "OwnershipControls": {
243705
- "shape": "S7r"
243770
+ "shape": "S7s"
243706
243771
  }
243707
243772
  },
243708
243773
  "payload": "OwnershipControls"
@@ -243823,7 +243888,7 @@ module.exports={
243823
243888
  "type": "structure",
243824
243889
  "members": {
243825
243890
  "ReplicationConfiguration": {
243826
- "shape": "S83"
243891
+ "shape": "S84"
243827
243892
  }
243828
243893
  },
243829
243894
  "payload": "ReplicationConfiguration"
@@ -243901,7 +243966,7 @@ module.exports={
243901
243966
  ],
243902
243967
  "members": {
243903
243968
  "TagSet": {
243904
- "shape": "S48"
243969
+ "shape": "S49"
243905
243970
  }
243906
243971
  }
243907
243972
  },
@@ -243978,16 +244043,16 @@ module.exports={
243978
244043
  "type": "structure",
243979
244044
  "members": {
243980
244045
  "RedirectAllRequestsTo": {
243981
- "shape": "S96"
244046
+ "shape": "S97"
243982
244047
  },
243983
244048
  "IndexDocument": {
243984
- "shape": "S99"
244049
+ "shape": "S9a"
243985
244050
  },
243986
244051
  "ErrorDocument": {
243987
- "shape": "S9b"
244052
+ "shape": "S9c"
243988
244053
  },
243989
244054
  "RoutingRules": {
243990
- "shape": "S9c"
244055
+ "shape": "S9d"
243991
244056
  }
243992
244057
  }
243993
244058
  },
@@ -244079,7 +244144,7 @@ module.exports={
244079
244144
  "locationName": "x-amz-server-side-encryption-customer-algorithm"
244080
244145
  },
244081
244146
  "SSECustomerKey": {
244082
- "shape": "Sk",
244147
+ "shape": "Sl",
244083
244148
  "location": "header",
244084
244149
  "locationName": "x-amz-server-side-encryption-customer-key"
244085
244150
  },
@@ -244212,7 +244277,7 @@ module.exports={
244212
244277
  "locationName": "x-amz-server-side-encryption"
244213
244278
  },
244214
244279
  "Metadata": {
244215
- "shape": "S1b",
244280
+ "shape": "S1c",
244216
244281
  "location": "headers",
244217
244282
  "locationName": "x-amz-meta-"
244218
244283
  },
@@ -244225,7 +244290,7 @@ module.exports={
244225
244290
  "locationName": "x-amz-server-side-encryption-customer-key-MD5"
244226
244291
  },
244227
244292
  "SSEKMSKeyId": {
244228
- "shape": "Sr",
244293
+ "shape": "Ss",
244229
244294
  "location": "header",
244230
244295
  "locationName": "x-amz-server-side-encryption-aws-kms-key-id"
244231
244296
  },
@@ -244261,7 +244326,7 @@ module.exports={
244261
244326
  "locationName": "x-amz-object-lock-mode"
244262
244327
  },
244263
244328
  "ObjectLockRetainUntilDate": {
244264
- "shape": "S1o",
244329
+ "shape": "S1p",
244265
244330
  "location": "header",
244266
244331
  "locationName": "x-amz-object-lock-retain-until-date"
244267
244332
  },
@@ -244326,10 +244391,10 @@ module.exports={
244326
244391
  "type": "structure",
244327
244392
  "members": {
244328
244393
  "Owner": {
244329
- "shape": "S3q"
244394
+ "shape": "S3r"
244330
244395
  },
244331
244396
  "Grants": {
244332
- "shape": "S3t",
244397
+ "shape": "S3u",
244333
244398
  "locationName": "AccessControlList"
244334
244399
  },
244335
244400
  "RequestCharged": {
@@ -244382,7 +244447,7 @@ module.exports={
244382
244447
  "locationName": "x-amz-server-side-encryption-customer-algorithm"
244383
244448
  },
244384
244449
  "SSECustomerKey": {
244385
- "shape": "Sk",
244450
+ "shape": "Sl",
244386
244451
  "location": "header",
244387
244452
  "locationName": "x-amz-server-side-encryption-customer-key"
244388
244453
  },
@@ -244663,7 +244728,7 @@ module.exports={
244663
244728
  "locationName": "x-amz-version-id"
244664
244729
  },
244665
244730
  "TagSet": {
244666
- "shape": "S48"
244731
+ "shape": "S49"
244667
244732
  }
244668
244733
  }
244669
244734
  }
@@ -244884,7 +244949,7 @@ module.exports={
244884
244949
  "locationName": "x-amz-server-side-encryption-customer-algorithm"
244885
244950
  },
244886
244951
  "SSECustomerKey": {
244887
- "shape": "Sk",
244952
+ "shape": "Sl",
244888
244953
  "location": "header",
244889
244954
  "locationName": "x-amz-server-side-encryption-customer-key"
244890
244955
  },
@@ -245013,7 +245078,7 @@ module.exports={
245013
245078
  "locationName": "x-amz-server-side-encryption"
245014
245079
  },
245015
245080
  "Metadata": {
245016
- "shape": "S1b",
245081
+ "shape": "S1c",
245017
245082
  "location": "headers",
245018
245083
  "locationName": "x-amz-meta-"
245019
245084
  },
@@ -245026,7 +245091,7 @@ module.exports={
245026
245091
  "locationName": "x-amz-server-side-encryption-customer-key-MD5"
245027
245092
  },
245028
245093
  "SSEKMSKeyId": {
245029
- "shape": "Sr",
245094
+ "shape": "Ss",
245030
245095
  "location": "header",
245031
245096
  "locationName": "x-amz-server-side-encryption-aws-kms-key-id"
245032
245097
  },
@@ -245057,7 +245122,7 @@ module.exports={
245057
245122
  "locationName": "x-amz-object-lock-mode"
245058
245123
  },
245059
245124
  "ObjectLockRetainUntilDate": {
245060
- "shape": "S1o",
245125
+ "shape": "S1p",
245061
245126
  "location": "header",
245062
245127
  "locationName": "x-amz-object-lock-retain-until-date"
245063
245128
  },
@@ -245108,7 +245173,7 @@ module.exports={
245108
245173
  "locationName": "AnalyticsConfiguration",
245109
245174
  "type": "list",
245110
245175
  "member": {
245111
- "shape": "S42"
245176
+ "shape": "S43"
245112
245177
  },
245113
245178
  "flattened": true
245114
245179
  }
@@ -245156,7 +245221,7 @@ module.exports={
245156
245221
  "locationName": "IntelligentTieringConfiguration",
245157
245222
  "type": "list",
245158
245223
  "member": {
245159
- "shape": "S50"
245224
+ "shape": "S51"
245160
245225
  },
245161
245226
  "flattened": true
245162
245227
  }
@@ -245204,7 +245269,7 @@ module.exports={
245204
245269
  "locationName": "InventoryConfiguration",
245205
245270
  "type": "list",
245206
245271
  "member": {
245207
- "shape": "S5a"
245272
+ "shape": "S5b"
245208
245273
  },
245209
245274
  "flattened": true
245210
245275
  },
@@ -245260,7 +245325,7 @@ module.exports={
245260
245325
  "locationName": "MetricsConfiguration",
245261
245326
  "type": "list",
245262
245327
  "member": {
245263
- "shape": "S6u"
245328
+ "shape": "S6v"
245264
245329
  },
245265
245330
  "flattened": true
245266
245331
  }
@@ -245292,7 +245357,7 @@ module.exports={
245292
245357
  "shape": "Sc0"
245293
245358
  },
245294
245359
  "Owner": {
245295
- "shape": "S3q"
245360
+ "shape": "S3r"
245296
245361
  },
245297
245362
  "ContinuationToken": {}
245298
245363
  }
@@ -245417,7 +245482,7 @@ module.exports={
245417
245482
  },
245418
245483
  "StorageClass": {},
245419
245484
  "Owner": {
245420
- "shape": "S3q"
245485
+ "shape": "S3r"
245421
245486
  },
245422
245487
  "Initiator": {
245423
245488
  "shape": "Scj"
@@ -245532,7 +245597,7 @@ module.exports={
245532
245597
  "type": "timestamp"
245533
245598
  },
245534
245599
  "Owner": {
245535
- "shape": "S3q"
245600
+ "shape": "S3r"
245536
245601
  },
245537
245602
  "RestoreStatus": {
245538
245603
  "shape": "Scy"
@@ -245548,7 +245613,7 @@ module.exports={
245548
245613
  "type": "structure",
245549
245614
  "members": {
245550
245615
  "Owner": {
245551
- "shape": "S3q"
245616
+ "shape": "S3r"
245552
245617
  },
245553
245618
  "Key": {},
245554
245619
  "VersionId": {},
@@ -245818,7 +245883,7 @@ module.exports={
245818
245883
  "locationName": "x-amz-server-side-encryption-customer-algorithm"
245819
245884
  },
245820
245885
  "SSECustomerKey": {
245821
- "shape": "Sk",
245886
+ "shape": "Sl",
245822
245887
  "location": "header",
245823
245888
  "locationName": "x-amz-server-side-encryption-customer-key"
245824
245889
  },
@@ -245883,7 +245948,7 @@ module.exports={
245883
245948
  "shape": "Scj"
245884
245949
  },
245885
245950
  "Owner": {
245886
- "shape": "S3q"
245951
+ "shape": "S3r"
245887
245952
  },
245888
245953
  "StorageClass": {},
245889
245954
  "RequestCharged": {
@@ -246043,7 +246108,7 @@ module.exports={
246043
246108
  "locationName": "id"
246044
246109
  },
246045
246110
  "AnalyticsConfiguration": {
246046
- "shape": "S42",
246111
+ "shape": "S43",
246047
246112
  "locationName": "AnalyticsConfiguration",
246048
246113
  "xmlNamespace": {
246049
246114
  "uri": "http://s3.amazonaws.com/doc/2006-03-01/"
@@ -246092,7 +246157,7 @@ module.exports={
246092
246157
  ],
246093
246158
  "members": {
246094
246159
  "CORSRules": {
246095
- "shape": "S4h",
246160
+ "shape": "S4i",
246096
246161
  "locationName": "CORSRule"
246097
246162
  }
246098
246163
  }
@@ -246150,7 +246215,7 @@ module.exports={
246150
246215
  "locationName": "x-amz-sdk-checksum-algorithm"
246151
246216
  },
246152
246217
  "ServerSideEncryptionConfiguration": {
246153
- "shape": "S4u",
246218
+ "shape": "S4v",
246154
246219
  "locationName": "ServerSideEncryptionConfiguration",
246155
246220
  "xmlNamespace": {
246156
246221
  "uri": "http://s3.amazonaws.com/doc/2006-03-01/"
@@ -246198,7 +246263,7 @@ module.exports={
246198
246263
  "locationName": "id"
246199
246264
  },
246200
246265
  "IntelligentTieringConfiguration": {
246201
- "shape": "S50",
246266
+ "shape": "S51",
246202
246267
  "locationName": "IntelligentTieringConfiguration",
246203
246268
  "xmlNamespace": {
246204
246269
  "uri": "http://s3.amazonaws.com/doc/2006-03-01/"
@@ -246238,7 +246303,7 @@ module.exports={
246238
246303
  "locationName": "id"
246239
246304
  },
246240
246305
  "InventoryConfiguration": {
246241
- "shape": "S5a",
246306
+ "shape": "S5b",
246242
246307
  "locationName": "InventoryConfiguration",
246243
246308
  "xmlNamespace": {
246244
246309
  "uri": "http://s3.amazonaws.com/doc/2006-03-01/"
@@ -246294,7 +246359,7 @@ module.exports={
246294
246359
  ],
246295
246360
  "members": {
246296
246361
  "Rules": {
246297
- "shape": "S5q",
246362
+ "shape": "S5r",
246298
246363
  "locationName": "Rule"
246299
246364
  }
246300
246365
  }
@@ -246350,7 +246415,7 @@ module.exports={
246350
246415
  ],
246351
246416
  "members": {
246352
246417
  "Rules": {
246353
- "shape": "S66",
246418
+ "shape": "S67",
246354
246419
  "locationName": "Rule"
246355
246420
  }
246356
246421
  }
@@ -246399,7 +246464,7 @@ module.exports={
246399
246464
  "type": "structure",
246400
246465
  "members": {
246401
246466
  "LoggingEnabled": {
246402
- "shape": "S6i"
246467
+ "shape": "S6j"
246403
246468
  }
246404
246469
  }
246405
246470
  },
@@ -246453,7 +246518,7 @@ module.exports={
246453
246518
  "locationName": "id"
246454
246519
  },
246455
246520
  "MetricsConfiguration": {
246456
- "shape": "S6u",
246521
+ "shape": "S6v",
246457
246522
  "locationName": "MetricsConfiguration",
246458
246523
  "xmlNamespace": {
246459
246524
  "uri": "http://s3.amazonaws.com/doc/2006-03-01/"
@@ -246500,7 +246565,7 @@ module.exports={
246500
246565
  "locationName": "x-amz-sdk-checksum-algorithm"
246501
246566
  },
246502
246567
  "NotificationConfiguration": {
246503
- "shape": "S6z",
246568
+ "shape": "S70",
246504
246569
  "locationName": "NotificationConfiguration",
246505
246570
  "xmlNamespace": {
246506
246571
  "uri": "http://s3.amazonaws.com/doc/2006-03-01/"
@@ -246544,7 +246609,7 @@ module.exports={
246544
246609
  "locationName": "Bucket"
246545
246610
  },
246546
246611
  "NotificationConfiguration": {
246547
- "shape": "S7a",
246612
+ "shape": "S7b",
246548
246613
  "locationName": "NotificationConfiguration",
246549
246614
  "xmlNamespace": {
246550
246615
  "uri": "http://s3.amazonaws.com/doc/2006-03-01/"
@@ -246596,7 +246661,7 @@ module.exports={
246596
246661
  "locationName": "x-amz-expected-bucket-owner"
246597
246662
  },
246598
246663
  "OwnershipControls": {
246599
- "shape": "S7r",
246664
+ "shape": "S7s",
246600
246665
  "locationName": "OwnershipControls",
246601
246666
  "xmlNamespace": {
246602
246667
  "uri": "http://s3.amazonaws.com/doc/2006-03-01/"
@@ -246692,7 +246757,7 @@ module.exports={
246692
246757
  "locationName": "x-amz-sdk-checksum-algorithm"
246693
246758
  },
246694
246759
  "ReplicationConfiguration": {
246695
- "shape": "S83",
246760
+ "shape": "S84",
246696
246761
  "locationName": "ReplicationConfiguration",
246697
246762
  "xmlNamespace": {
246698
246763
  "uri": "http://s3.amazonaws.com/doc/2006-03-01/"
@@ -246923,16 +246988,16 @@ module.exports={
246923
246988
  "type": "structure",
246924
246989
  "members": {
246925
246990
  "ErrorDocument": {
246926
- "shape": "S9b"
246991
+ "shape": "S9c"
246927
246992
  },
246928
246993
  "IndexDocument": {
246929
- "shape": "S99"
246994
+ "shape": "S9a"
246930
246995
  },
246931
246996
  "RedirectAllRequestsTo": {
246932
- "shape": "S96"
246997
+ "shape": "S97"
246933
246998
  },
246934
246999
  "RoutingRules": {
246935
- "shape": "S9c"
247000
+ "shape": "S9d"
246936
247001
  }
246937
247002
  }
246938
247003
  },
@@ -247034,6 +247099,10 @@ module.exports={
247034
247099
  "locationName": "Expires",
247035
247100
  "type": "timestamp"
247036
247101
  },
247102
+ "IfNoneMatch": {
247103
+ "location": "header",
247104
+ "locationName": "If-None-Match"
247105
+ },
247037
247106
  "GrantFullControl": {
247038
247107
  "location": "header",
247039
247108
  "locationName": "x-amz-grant-full-control"
@@ -247058,7 +247127,7 @@ module.exports={
247058
247127
  "locationName": "Key"
247059
247128
  },
247060
247129
  "Metadata": {
247061
- "shape": "S1b",
247130
+ "shape": "S1c",
247062
247131
  "location": "headers",
247063
247132
  "locationName": "x-amz-meta-"
247064
247133
  },
@@ -247079,7 +247148,7 @@ module.exports={
247079
247148
  "locationName": "x-amz-server-side-encryption-customer-algorithm"
247080
247149
  },
247081
247150
  "SSECustomerKey": {
247082
- "shape": "Sk",
247151
+ "shape": "Sl",
247083
247152
  "location": "header",
247084
247153
  "locationName": "x-amz-server-side-encryption-customer-key"
247085
247154
  },
@@ -247088,12 +247157,12 @@ module.exports={
247088
247157
  "locationName": "x-amz-server-side-encryption-customer-key-MD5"
247089
247158
  },
247090
247159
  "SSEKMSKeyId": {
247091
- "shape": "Sr",
247160
+ "shape": "Ss",
247092
247161
  "location": "header",
247093
247162
  "locationName": "x-amz-server-side-encryption-aws-kms-key-id"
247094
247163
  },
247095
247164
  "SSEKMSEncryptionContext": {
247096
- "shape": "S1i",
247165
+ "shape": "S1j",
247097
247166
  "location": "header",
247098
247167
  "locationName": "x-amz-server-side-encryption-context"
247099
247168
  },
@@ -247115,7 +247184,7 @@ module.exports={
247115
247184
  "locationName": "x-amz-object-lock-mode"
247116
247185
  },
247117
247186
  "ObjectLockRetainUntilDate": {
247118
- "shape": "S1o",
247187
+ "shape": "S1p",
247119
247188
  "location": "header",
247120
247189
  "locationName": "x-amz-object-lock-retain-until-date"
247121
247190
  },
@@ -247174,12 +247243,12 @@ module.exports={
247174
247243
  "locationName": "x-amz-server-side-encryption-customer-key-MD5"
247175
247244
  },
247176
247245
  "SSEKMSKeyId": {
247177
- "shape": "Sr",
247246
+ "shape": "Ss",
247178
247247
  "location": "header",
247179
247248
  "locationName": "x-amz-server-side-encryption-aws-kms-key-id"
247180
247249
  },
247181
247250
  "SSEKMSEncryptionContext": {
247182
- "shape": "S1i",
247251
+ "shape": "S1j",
247183
247252
  "location": "header",
247184
247253
  "locationName": "x-amz-server-side-encryption-context"
247185
247254
  },
@@ -247700,14 +247769,14 @@ module.exports={
247700
247769
  "members": {
247701
247770
  "EncryptionType": {},
247702
247771
  "KMSKeyId": {
247703
- "shape": "Sr"
247772
+ "shape": "Ss"
247704
247773
  },
247705
247774
  "KMSContext": {}
247706
247775
  }
247707
247776
  },
247708
247777
  "CannedACL": {},
247709
247778
  "AccessControlList": {
247710
- "shape": "S3t"
247779
+ "shape": "S3u"
247711
247780
  },
247712
247781
  "Tagging": {
247713
247782
  "shape": "Sec"
@@ -247799,7 +247868,7 @@ module.exports={
247799
247868
  "locationName": "x-amz-server-side-encryption-customer-algorithm"
247800
247869
  },
247801
247870
  "SSECustomerKey": {
247802
- "shape": "Sk",
247871
+ "shape": "Sl",
247803
247872
  "location": "header",
247804
247873
  "locationName": "x-amz-server-side-encryption-customer-key"
247805
247874
  },
@@ -247990,7 +248059,7 @@ module.exports={
247990
248059
  "locationName": "x-amz-server-side-encryption-customer-algorithm"
247991
248060
  },
247992
248061
  "SSECustomerKey": {
247993
- "shape": "Sk",
248062
+ "shape": "Sl",
247994
248063
  "location": "header",
247995
248064
  "locationName": "x-amz-server-side-encryption-customer-key"
247996
248065
  },
@@ -248045,7 +248114,7 @@ module.exports={
248045
248114
  "locationName": "x-amz-server-side-encryption-customer-key-MD5"
248046
248115
  },
248047
248116
  "SSEKMSKeyId": {
248048
- "shape": "Sr",
248117
+ "shape": "Ss",
248049
248118
  "location": "header",
248050
248119
  "locationName": "x-amz-server-side-encryption-aws-kms-key-id"
248051
248120
  },
@@ -248131,7 +248200,7 @@ module.exports={
248131
248200
  "locationName": "x-amz-server-side-encryption-customer-algorithm"
248132
248201
  },
248133
248202
  "SSECustomerKey": {
248134
- "shape": "Sk",
248203
+ "shape": "Sl",
248135
248204
  "location": "header",
248136
248205
  "locationName": "x-amz-server-side-encryption-customer-key"
248137
248206
  },
@@ -248144,7 +248213,7 @@ module.exports={
248144
248213
  "locationName": "x-amz-copy-source-server-side-encryption-customer-algorithm"
248145
248214
  },
248146
248215
  "CopySourceSSECustomerKey": {
248147
- "shape": "S1k",
248216
+ "shape": "S1l",
248148
248217
  "location": "header",
248149
248218
  "locationName": "x-amz-copy-source-server-side-encryption-customer-key"
248150
248219
  },
@@ -248199,7 +248268,7 @@ module.exports={
248199
248268
  "locationName": "x-amz-server-side-encryption-customer-key-MD5"
248200
248269
  },
248201
248270
  "SSEKMSKeyId": {
248202
- "shape": "Sr",
248271
+ "shape": "Ss",
248203
248272
  "location": "header",
248204
248273
  "locationName": "x-amz-server-side-encryption-aws-kms-key-id"
248205
248274
  },
@@ -248336,7 +248405,7 @@ module.exports={
248336
248405
  "type": "integer"
248337
248406
  },
248338
248407
  "Metadata": {
248339
- "shape": "S1b",
248408
+ "shape": "S1c",
248340
248409
  "location": "headers",
248341
248410
  "locationName": "x-amz-meta-"
248342
248411
  },
@@ -248349,7 +248418,7 @@ module.exports={
248349
248418
  "locationName": "x-amz-fwd-header-x-amz-object-lock-legal-hold"
248350
248419
  },
248351
248420
  "ObjectLockRetainUntilDate": {
248352
- "shape": "S1o",
248421
+ "shape": "S1p",
248353
248422
  "location": "header",
248354
248423
  "locationName": "x-amz-fwd-header-x-amz-object-lock-retain-until-date"
248355
248424
  },
@@ -248379,7 +248448,7 @@ module.exports={
248379
248448
  "locationName": "x-amz-fwd-header-x-amz-server-side-encryption-customer-algorithm"
248380
248449
  },
248381
248450
  "SSEKMSKeyId": {
248382
- "shape": "Sr",
248451
+ "shape": "Ss",
248383
248452
  "location": "header",
248384
248453
  "locationName": "x-amz-fwd-header-x-amz-server-side-encryption-aws-kms-key-id"
248385
248454
  },
@@ -248421,56 +248490,56 @@ module.exports={
248421
248490
  }
248422
248491
  },
248423
248492
  "shapes": {
248424
- "Sk": {
248493
+ "Sl": {
248425
248494
  "type": "blob",
248426
248495
  "sensitive": true
248427
248496
  },
248428
- "Sr": {
248497
+ "Ss": {
248429
248498
  "type": "string",
248430
248499
  "sensitive": true
248431
248500
  },
248432
- "S1b": {
248501
+ "S1c": {
248433
248502
  "type": "map",
248434
248503
  "key": {},
248435
248504
  "value": {}
248436
248505
  },
248437
- "S1i": {
248506
+ "S1j": {
248438
248507
  "type": "string",
248439
248508
  "sensitive": true
248440
248509
  },
248441
- "S1k": {
248510
+ "S1l": {
248442
248511
  "type": "blob",
248443
248512
  "sensitive": true
248444
248513
  },
248445
- "S1o": {
248514
+ "S1p": {
248446
248515
  "type": "timestamp",
248447
248516
  "timestampFormat": "iso8601"
248448
248517
  },
248449
- "S2h": {
248518
+ "S2i": {
248450
248519
  "type": "string",
248451
248520
  "sensitive": true
248452
248521
  },
248453
- "S3q": {
248522
+ "S3r": {
248454
248523
  "type": "structure",
248455
248524
  "members": {
248456
248525
  "DisplayName": {},
248457
248526
  "ID": {}
248458
248527
  }
248459
248528
  },
248460
- "S3t": {
248529
+ "S3u": {
248461
248530
  "type": "list",
248462
248531
  "member": {
248463
248532
  "locationName": "Grant",
248464
248533
  "type": "structure",
248465
248534
  "members": {
248466
248535
  "Grantee": {
248467
- "shape": "S3v"
248536
+ "shape": "S3w"
248468
248537
  },
248469
248538
  "Permission": {}
248470
248539
  }
248471
248540
  }
248472
248541
  },
248473
- "S3v": {
248542
+ "S3w": {
248474
248543
  "type": "structure",
248475
248544
  "required": [
248476
248545
  "Type"
@@ -248490,7 +248559,7 @@ module.exports={
248490
248559
  "uri": "http://www.w3.org/2001/XMLSchema-instance"
248491
248560
  }
248492
248561
  },
248493
- "S42": {
248562
+ "S43": {
248494
248563
  "type": "structure",
248495
248564
  "required": [
248496
248565
  "Id",
@@ -248503,14 +248572,14 @@ module.exports={
248503
248572
  "members": {
248504
248573
  "Prefix": {},
248505
248574
  "Tag": {
248506
- "shape": "S45"
248575
+ "shape": "S46"
248507
248576
  },
248508
248577
  "And": {
248509
248578
  "type": "structure",
248510
248579
  "members": {
248511
248580
  "Prefix": {},
248512
248581
  "Tags": {
248513
- "shape": "S48",
248582
+ "shape": "S49",
248514
248583
  "flattened": true,
248515
248584
  "locationName": "Tag"
248516
248585
  }
@@ -248556,7 +248625,7 @@ module.exports={
248556
248625
  }
248557
248626
  }
248558
248627
  },
248559
- "S45": {
248628
+ "S46": {
248560
248629
  "type": "structure",
248561
248630
  "required": [
248562
248631
  "Key",
@@ -248567,14 +248636,14 @@ module.exports={
248567
248636
  "Value": {}
248568
248637
  }
248569
248638
  },
248570
- "S48": {
248639
+ "S49": {
248571
248640
  "type": "list",
248572
248641
  "member": {
248573
- "shape": "S45",
248642
+ "shape": "S46",
248574
248643
  "locationName": "Tag"
248575
248644
  }
248576
248645
  },
248577
- "S4h": {
248646
+ "S4i": {
248578
248647
  "type": "list",
248579
248648
  "member": {
248580
248649
  "type": "structure",
@@ -248615,7 +248684,7 @@ module.exports={
248615
248684
  },
248616
248685
  "flattened": true
248617
248686
  },
248618
- "S4u": {
248687
+ "S4v": {
248619
248688
  "type": "structure",
248620
248689
  "required": [
248621
248690
  "Rules"
@@ -248635,7 +248704,7 @@ module.exports={
248635
248704
  "members": {
248636
248705
  "SSEAlgorithm": {},
248637
248706
  "KMSMasterKeyID": {
248638
- "shape": "Sr"
248707
+ "shape": "Ss"
248639
248708
  }
248640
248709
  }
248641
248710
  },
@@ -248648,7 +248717,7 @@ module.exports={
248648
248717
  }
248649
248718
  }
248650
248719
  },
248651
- "S50": {
248720
+ "S51": {
248652
248721
  "type": "structure",
248653
248722
  "required": [
248654
248723
  "Id",
@@ -248662,14 +248731,14 @@ module.exports={
248662
248731
  "members": {
248663
248732
  "Prefix": {},
248664
248733
  "Tag": {
248665
- "shape": "S45"
248734
+ "shape": "S46"
248666
248735
  },
248667
248736
  "And": {
248668
248737
  "type": "structure",
248669
248738
  "members": {
248670
248739
  "Prefix": {},
248671
248740
  "Tags": {
248672
- "shape": "S48",
248741
+ "shape": "S49",
248673
248742
  "flattened": true,
248674
248743
  "locationName": "Tag"
248675
248744
  }
@@ -248698,7 +248767,7 @@ module.exports={
248698
248767
  }
248699
248768
  }
248700
248769
  },
248701
- "S5a": {
248770
+ "S5b": {
248702
248771
  "type": "structure",
248703
248772
  "required": [
248704
248773
  "Destination",
@@ -248741,7 +248810,7 @@ module.exports={
248741
248810
  ],
248742
248811
  "members": {
248743
248812
  "KeyId": {
248744
- "shape": "Sr"
248813
+ "shape": "Ss"
248745
248814
  }
248746
248815
  }
248747
248816
  }
@@ -248782,7 +248851,7 @@ module.exports={
248782
248851
  }
248783
248852
  }
248784
248853
  },
248785
- "S5q": {
248854
+ "S5r": {
248786
248855
  "type": "list",
248787
248856
  "member": {
248788
248857
  "type": "structure",
@@ -248792,32 +248861,32 @@ module.exports={
248792
248861
  ],
248793
248862
  "members": {
248794
248863
  "Expiration": {
248795
- "shape": "S5s"
248864
+ "shape": "S5t"
248796
248865
  },
248797
248866
  "ID": {},
248798
248867
  "Prefix": {},
248799
248868
  "Status": {},
248800
248869
  "Transition": {
248801
- "shape": "S5x"
248870
+ "shape": "S5y"
248802
248871
  },
248803
248872
  "NoncurrentVersionTransition": {
248804
- "shape": "S5z"
248873
+ "shape": "S60"
248805
248874
  },
248806
248875
  "NoncurrentVersionExpiration": {
248807
- "shape": "S61"
248876
+ "shape": "S62"
248808
248877
  },
248809
248878
  "AbortIncompleteMultipartUpload": {
248810
- "shape": "S62"
248879
+ "shape": "S63"
248811
248880
  }
248812
248881
  }
248813
248882
  },
248814
248883
  "flattened": true
248815
248884
  },
248816
- "S5s": {
248885
+ "S5t": {
248817
248886
  "type": "structure",
248818
248887
  "members": {
248819
248888
  "Date": {
248820
- "shape": "S5t"
248889
+ "shape": "S5u"
248821
248890
  },
248822
248891
  "Days": {
248823
248892
  "type": "integer"
@@ -248827,15 +248896,15 @@ module.exports={
248827
248896
  }
248828
248897
  }
248829
248898
  },
248830
- "S5t": {
248899
+ "S5u": {
248831
248900
  "type": "timestamp",
248832
248901
  "timestampFormat": "iso8601"
248833
248902
  },
248834
- "S5x": {
248903
+ "S5y": {
248835
248904
  "type": "structure",
248836
248905
  "members": {
248837
248906
  "Date": {
248838
- "shape": "S5t"
248907
+ "shape": "S5u"
248839
248908
  },
248840
248909
  "Days": {
248841
248910
  "type": "integer"
@@ -248843,7 +248912,7 @@ module.exports={
248843
248912
  "StorageClass": {}
248844
248913
  }
248845
248914
  },
248846
- "S5z": {
248915
+ "S60": {
248847
248916
  "type": "structure",
248848
248917
  "members": {
248849
248918
  "NoncurrentDays": {
@@ -248855,7 +248924,7 @@ module.exports={
248855
248924
  }
248856
248925
  }
248857
248926
  },
248858
- "S61": {
248927
+ "S62": {
248859
248928
  "type": "structure",
248860
248929
  "members": {
248861
248930
  "NoncurrentDays": {
@@ -248866,7 +248935,7 @@ module.exports={
248866
248935
  }
248867
248936
  }
248868
248937
  },
248869
- "S62": {
248938
+ "S63": {
248870
248939
  "type": "structure",
248871
248940
  "members": {
248872
248941
  "DaysAfterInitiation": {
@@ -248874,7 +248943,7 @@ module.exports={
248874
248943
  }
248875
248944
  }
248876
248945
  },
248877
- "S66": {
248946
+ "S67": {
248878
248947
  "type": "list",
248879
248948
  "member": {
248880
248949
  "type": "structure",
@@ -248883,7 +248952,7 @@ module.exports={
248883
248952
  ],
248884
248953
  "members": {
248885
248954
  "Expiration": {
248886
- "shape": "S5s"
248955
+ "shape": "S5t"
248887
248956
  },
248888
248957
  "ID": {},
248889
248958
  "Prefix": {
@@ -248894,7 +248963,7 @@ module.exports={
248894
248963
  "members": {
248895
248964
  "Prefix": {},
248896
248965
  "Tag": {
248897
- "shape": "S45"
248966
+ "shape": "S46"
248898
248967
  },
248899
248968
  "ObjectSizeGreaterThan": {
248900
248969
  "type": "long"
@@ -248907,7 +248976,7 @@ module.exports={
248907
248976
  "members": {
248908
248977
  "Prefix": {},
248909
248978
  "Tags": {
248910
- "shape": "S48",
248979
+ "shape": "S49",
248911
248980
  "flattened": true,
248912
248981
  "locationName": "Tag"
248913
248982
  },
@@ -248926,7 +248995,7 @@ module.exports={
248926
248995
  "locationName": "Transition",
248927
248996
  "type": "list",
248928
248997
  "member": {
248929
- "shape": "S5x"
248998
+ "shape": "S5y"
248930
248999
  },
248931
249000
  "flattened": true
248932
249001
  },
@@ -248934,21 +249003,21 @@ module.exports={
248934
249003
  "locationName": "NoncurrentVersionTransition",
248935
249004
  "type": "list",
248936
249005
  "member": {
248937
- "shape": "S5z"
249006
+ "shape": "S60"
248938
249007
  },
248939
249008
  "flattened": true
248940
249009
  },
248941
249010
  "NoncurrentVersionExpiration": {
248942
- "shape": "S61"
249011
+ "shape": "S62"
248943
249012
  },
248944
249013
  "AbortIncompleteMultipartUpload": {
248945
- "shape": "S62"
249014
+ "shape": "S63"
248946
249015
  }
248947
249016
  }
248948
249017
  },
248949
249018
  "flattened": true
248950
249019
  },
248951
- "S6i": {
249020
+ "S6j": {
248952
249021
  "type": "structure",
248953
249022
  "required": [
248954
249023
  "TargetBucket",
@@ -248963,7 +249032,7 @@ module.exports={
248963
249032
  "type": "structure",
248964
249033
  "members": {
248965
249034
  "Grantee": {
248966
- "shape": "S3v"
249035
+ "shape": "S3w"
248967
249036
  },
248968
249037
  "Permission": {}
248969
249038
  }
@@ -248989,7 +249058,7 @@ module.exports={
248989
249058
  }
248990
249059
  }
248991
249060
  },
248992
- "S6u": {
249061
+ "S6v": {
248993
249062
  "type": "structure",
248994
249063
  "required": [
248995
249064
  "Id"
@@ -249001,7 +249070,7 @@ module.exports={
249001
249070
  "members": {
249002
249071
  "Prefix": {},
249003
249072
  "Tag": {
249004
- "shape": "S45"
249073
+ "shape": "S46"
249005
249074
  },
249006
249075
  "AccessPointArn": {},
249007
249076
  "And": {
@@ -249009,7 +249078,7 @@ module.exports={
249009
249078
  "members": {
249010
249079
  "Prefix": {},
249011
249080
  "Tags": {
249012
- "shape": "S48",
249081
+ "shape": "S49",
249013
249082
  "flattened": true,
249014
249083
  "locationName": "Tag"
249015
249084
  },
@@ -249020,7 +249089,7 @@ module.exports={
249020
249089
  }
249021
249090
  }
249022
249091
  },
249023
- "S6y": {
249092
+ "S6z": {
249024
249093
  "type": "structure",
249025
249094
  "required": [
249026
249095
  "Bucket"
@@ -249039,7 +249108,7 @@ module.exports={
249039
249108
  }
249040
249109
  }
249041
249110
  },
249042
- "S6z": {
249111
+ "S70": {
249043
249112
  "type": "structure",
249044
249113
  "members": {
249045
249114
  "TopicConfiguration": {
@@ -249047,7 +249116,7 @@ module.exports={
249047
249116
  "members": {
249048
249117
  "Id": {},
249049
249118
  "Events": {
249050
- "shape": "S72",
249119
+ "shape": "S73",
249051
249120
  "locationName": "Event"
249052
249121
  },
249053
249122
  "Event": {
@@ -249064,7 +249133,7 @@ module.exports={
249064
249133
  "deprecated": true
249065
249134
  },
249066
249135
  "Events": {
249067
- "shape": "S72",
249136
+ "shape": "S73",
249068
249137
  "locationName": "Event"
249069
249138
  },
249070
249139
  "Queue": {}
@@ -249078,7 +249147,7 @@ module.exports={
249078
249147
  "deprecated": true
249079
249148
  },
249080
249149
  "Events": {
249081
- "shape": "S72",
249150
+ "shape": "S73",
249082
249151
  "locationName": "Event"
249083
249152
  },
249084
249153
  "CloudFunction": {},
@@ -249087,12 +249156,12 @@ module.exports={
249087
249156
  }
249088
249157
  }
249089
249158
  },
249090
- "S72": {
249159
+ "S73": {
249091
249160
  "type": "list",
249092
249161
  "member": {},
249093
249162
  "flattened": true
249094
249163
  },
249095
- "S7a": {
249164
+ "S7b": {
249096
249165
  "type": "structure",
249097
249166
  "members": {
249098
249167
  "TopicConfigurations": {
@@ -249110,11 +249179,11 @@ module.exports={
249110
249179
  "locationName": "Topic"
249111
249180
  },
249112
249181
  "Events": {
249113
- "shape": "S72",
249182
+ "shape": "S73",
249114
249183
  "locationName": "Event"
249115
249184
  },
249116
249185
  "Filter": {
249117
- "shape": "S7d"
249186
+ "shape": "S7e"
249118
249187
  }
249119
249188
  }
249120
249189
  },
@@ -249135,11 +249204,11 @@ module.exports={
249135
249204
  "locationName": "Queue"
249136
249205
  },
249137
249206
  "Events": {
249138
- "shape": "S72",
249207
+ "shape": "S73",
249139
249208
  "locationName": "Event"
249140
249209
  },
249141
249210
  "Filter": {
249142
- "shape": "S7d"
249211
+ "shape": "S7e"
249143
249212
  }
249144
249213
  }
249145
249214
  },
@@ -249160,11 +249229,11 @@ module.exports={
249160
249229
  "locationName": "CloudFunction"
249161
249230
  },
249162
249231
  "Events": {
249163
- "shape": "S72",
249232
+ "shape": "S73",
249164
249233
  "locationName": "Event"
249165
249234
  },
249166
249235
  "Filter": {
249167
- "shape": "S7d"
249236
+ "shape": "S7e"
249168
249237
  }
249169
249238
  }
249170
249239
  },
@@ -249176,7 +249245,7 @@ module.exports={
249176
249245
  }
249177
249246
  }
249178
249247
  },
249179
- "S7d": {
249248
+ "S7e": {
249180
249249
  "type": "structure",
249181
249250
  "members": {
249182
249251
  "Key": {
@@ -249199,7 +249268,7 @@ module.exports={
249199
249268
  }
249200
249269
  }
249201
249270
  },
249202
- "S7r": {
249271
+ "S7s": {
249203
249272
  "type": "structure",
249204
249273
  "required": [
249205
249274
  "Rules"
@@ -249221,7 +249290,7 @@ module.exports={
249221
249290
  }
249222
249291
  }
249223
249292
  },
249224
- "S83": {
249293
+ "S84": {
249225
249294
  "type": "structure",
249226
249295
  "required": [
249227
249296
  "Role",
@@ -249251,14 +249320,14 @@ module.exports={
249251
249320
  "members": {
249252
249321
  "Prefix": {},
249253
249322
  "Tag": {
249254
- "shape": "S45"
249323
+ "shape": "S46"
249255
249324
  },
249256
249325
  "And": {
249257
249326
  "type": "structure",
249258
249327
  "members": {
249259
249328
  "Prefix": {},
249260
249329
  "Tags": {
249261
- "shape": "S48",
249330
+ "shape": "S49",
249262
249331
  "flattened": true,
249263
249332
  "locationName": "Tag"
249264
249333
  }
@@ -249332,7 +249401,7 @@ module.exports={
249332
249401
  "members": {
249333
249402
  "Status": {},
249334
249403
  "Time": {
249335
- "shape": "S8p"
249404
+ "shape": "S8q"
249336
249405
  }
249337
249406
  }
249338
249407
  },
@@ -249344,7 +249413,7 @@ module.exports={
249344
249413
  "members": {
249345
249414
  "Status": {},
249346
249415
  "EventThreshold": {
249347
- "shape": "S8p"
249416
+ "shape": "S8q"
249348
249417
  }
249349
249418
  }
249350
249419
  }
@@ -249362,7 +249431,7 @@ module.exports={
249362
249431
  }
249363
249432
  }
249364
249433
  },
249365
- "S8p": {
249434
+ "S8q": {
249366
249435
  "type": "structure",
249367
249436
  "members": {
249368
249437
  "Minutes": {
@@ -249370,7 +249439,7 @@ module.exports={
249370
249439
  }
249371
249440
  }
249372
249441
  },
249373
- "S96": {
249442
+ "S97": {
249374
249443
  "type": "structure",
249375
249444
  "required": [
249376
249445
  "HostName"
@@ -249380,7 +249449,7 @@ module.exports={
249380
249449
  "Protocol": {}
249381
249450
  }
249382
249451
  },
249383
- "S99": {
249452
+ "S9a": {
249384
249453
  "type": "structure",
249385
249454
  "required": [
249386
249455
  "Suffix"
@@ -249389,7 +249458,7 @@ module.exports={
249389
249458
  "Suffix": {}
249390
249459
  }
249391
249460
  },
249392
- "S9b": {
249461
+ "S9c": {
249393
249462
  "type": "structure",
249394
249463
  "required": [
249395
249464
  "Key"
@@ -249398,7 +249467,7 @@ module.exports={
249398
249467
  "Key": {}
249399
249468
  }
249400
249469
  },
249401
- "S9c": {
249470
+ "S9d": {
249402
249471
  "type": "list",
249403
249472
  "member": {
249404
249473
  "locationName": "RoutingRule",
@@ -249465,7 +249534,7 @@ module.exports={
249465
249534
  "members": {
249466
249535
  "Mode": {},
249467
249536
  "RetainUntilDate": {
249468
- "shape": "S5t"
249537
+ "shape": "S5u"
249469
249538
  }
249470
249539
  }
249471
249540
  },
@@ -249558,7 +249627,7 @@ module.exports={
249558
249627
  },
249559
249628
  "StorageClass": {},
249560
249629
  "Owner": {
249561
- "shape": "S3q"
249630
+ "shape": "S3r"
249562
249631
  },
249563
249632
  "RestoreStatus": {
249564
249633
  "shape": "Scy"
@@ -249571,11 +249640,11 @@ module.exports={
249571
249640
  "type": "structure",
249572
249641
  "members": {
249573
249642
  "Grants": {
249574
- "shape": "S3t",
249643
+ "shape": "S3u",
249575
249644
  "locationName": "AccessControlList"
249576
249645
  },
249577
249646
  "Owner": {
249578
- "shape": "S3q"
249647
+ "shape": "S3r"
249579
249648
  }
249580
249649
  }
249581
249650
  },
@@ -249586,7 +249655,7 @@ module.exports={
249586
249655
  ],
249587
249656
  "members": {
249588
249657
  "TagSet": {
249589
- "shape": "S48"
249658
+ "shape": "S49"
249590
249659
  }
249591
249660
  }
249592
249661
  },
@@ -277629,7 +277698,7 @@ AWS.util.update(AWS, {
277629
277698
  /**
277630
277699
  * @constant
277631
277700
  */
277632
- VERSION: '2.1677.0',
277701
+ VERSION: '2.1679.0',
277633
277702
 
277634
277703
  /**
277635
277704
  * @api private
@@ -299950,7 +300019,7 @@ var LRUCache = /** @class */ (function () {
299950
300019
  }());
299951
300020
  exports.LRUCache = LRUCache;
299952
300021
  },{}],467:[function(require,module,exports){
299953
- // AWS SDK for JavaScript v2.1677.0
300022
+ // AWS SDK for JavaScript v2.1679.0
299954
300023
  // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
299955
300024
  // License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
299956
300025
  require('./browser_loader');