cdk-lambda-subminute 2.0.305 → 2.0.307

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 (46) hide show
  1. package/.jsii +3 -3
  2. package/lib/cdk-lambda-subminute.js +3 -3
  3. package/node_modules/aws-sdk/CHANGELOG.md +14 -1
  4. package/node_modules/aws-sdk/README.md +1 -1
  5. package/node_modules/aws-sdk/apis/cloudfront-2020-05-31.examples.json +251 -0
  6. package/node_modules/aws-sdk/apis/cloudfront-2020-05-31.min.json +349 -106
  7. package/node_modules/aws-sdk/apis/cloudfront-2020-05-31.paginators.json +6 -0
  8. package/node_modules/aws-sdk/apis/cloudfront-keyvaluestore-2022-07-26.examples.json +5 -0
  9. package/node_modules/aws-sdk/apis/cloudfront-keyvaluestore-2022-07-26.min.json +359 -0
  10. package/node_modules/aws-sdk/apis/cloudfront-keyvaluestore-2022-07-26.paginators.json +10 -0
  11. package/node_modules/aws-sdk/apis/inspector-scan-2023-08-08.examples.json +174 -0
  12. package/node_modules/aws-sdk/apis/inspector-scan-2023-08-08.min.json +51 -0
  13. package/node_modules/aws-sdk/apis/inspector-scan-2023-08-08.paginators.json +4 -0
  14. package/node_modules/aws-sdk/apis/iotsitewise-2019-12-02.min.json +989 -176
  15. package/node_modules/aws-sdk/apis/iotsitewise-2019-12-02.paginators.json +24 -0
  16. package/node_modules/aws-sdk/apis/iottwinmaker-2021-11-29.min.json +729 -131
  17. package/node_modules/aws-sdk/apis/iottwinmaker-2021-11-29.paginators.json +15 -0
  18. package/node_modules/aws-sdk/apis/kinesis-2013-12-02.min.json +92 -21
  19. package/node_modules/aws-sdk/apis/metadata.json +8 -0
  20. package/node_modules/aws-sdk/apis/s3-2006-03-01.examples.json +152 -152
  21. package/node_modules/aws-sdk/apis/s3-2006-03-01.min.json +109 -92
  22. package/node_modules/aws-sdk/apis/s3control-2018-08-20.min.json +112 -84
  23. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +544 -533
  24. package/node_modules/aws-sdk/clients/all.d.ts +2 -0
  25. package/node_modules/aws-sdk/clients/all.js +3 -1
  26. package/node_modules/aws-sdk/clients/cloudfront.d.ts +220 -2
  27. package/node_modules/aws-sdk/clients/cloudfrontkeyvaluestore.d.ts +294 -0
  28. package/node_modules/aws-sdk/clients/cloudfrontkeyvaluestore.js +18 -0
  29. package/node_modules/aws-sdk/clients/ec2.d.ts +12 -12
  30. package/node_modules/aws-sdk/clients/inspectorscan.d.ts +59 -0
  31. package/node_modules/aws-sdk/clients/inspectorscan.js +18 -0
  32. package/node_modules/aws-sdk/clients/iotsitewise.d.ts +1080 -179
  33. package/node_modules/aws-sdk/clients/iottwinmaker.d.ts +666 -9
  34. package/node_modules/aws-sdk/clients/kinesis.d.ts +96 -42
  35. package/node_modules/aws-sdk/clients/s3.d.ts +38 -15
  36. package/node_modules/aws-sdk/clients/s3control.d.ts +35 -3
  37. package/node_modules/aws-sdk/clients/sagemaker.d.ts +13 -2
  38. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
  39. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +89 -15
  40. package/node_modules/aws-sdk/dist/aws-sdk.js +601 -225
  41. package/node_modules/aws-sdk/dist/aws-sdk.min.js +93 -92
  42. package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +4 -0
  43. package/node_modules/aws-sdk/lib/core.js +1 -1
  44. package/node_modules/aws-sdk/lib/services/s3.js +1 -1
  45. package/node_modules/aws-sdk/package.json +1 -1
  46. package/package.json +3 -4
@@ -1,4 +1,4 @@
1
- // AWS SDK for JavaScript v2.1500.0
1
+ // AWS SDK for JavaScript v2.1502.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){
@@ -33622,7 +33622,7 @@ module.exports={
33622
33622
  "shape": "S4d"
33623
33623
  },
33624
33624
  "FunctionCode": {
33625
- "shape": "S4f"
33625
+ "shape": "S4j"
33626
33626
  }
33627
33627
  }
33628
33628
  },
@@ -33630,7 +33630,7 @@ module.exports={
33630
33630
  "type": "structure",
33631
33631
  "members": {
33632
33632
  "FunctionSummary": {
33633
- "shape": "S4h"
33633
+ "shape": "S4l"
33634
33634
  },
33635
33635
  "Location": {
33636
33636
  "location": "header",
@@ -33661,7 +33661,7 @@ module.exports={
33661
33661
  "locationName": "DistributionId"
33662
33662
  },
33663
33663
  "InvalidationBatch": {
33664
- "shape": "S4l",
33664
+ "shape": "S4p",
33665
33665
  "locationName": "InvalidationBatch",
33666
33666
  "xmlNamespace": {
33667
33667
  "uri": "http://cloudfront.amazonaws.com/doc/2020-05-31/"
@@ -33678,7 +33678,7 @@ module.exports={
33678
33678
  "locationName": "Location"
33679
33679
  },
33680
33680
  "Invalidation": {
33681
- "shape": "S4p"
33681
+ "shape": "S4t"
33682
33682
  }
33683
33683
  },
33684
33684
  "payload": "Invalidation"
@@ -33696,7 +33696,7 @@ module.exports={
33696
33696
  ],
33697
33697
  "members": {
33698
33698
  "KeyGroupConfig": {
33699
- "shape": "S4r",
33699
+ "shape": "S4v",
33700
33700
  "locationName": "KeyGroupConfig",
33701
33701
  "xmlNamespace": {
33702
33702
  "uri": "http://cloudfront.amazonaws.com/doc/2020-05-31/"
@@ -33709,7 +33709,7 @@ module.exports={
33709
33709
  "type": "structure",
33710
33710
  "members": {
33711
33711
  "KeyGroup": {
33712
- "shape": "S4u"
33712
+ "shape": "S4y"
33713
33713
  },
33714
33714
  "Location": {
33715
33715
  "location": "header",
@@ -33723,6 +33723,54 @@ module.exports={
33723
33723
  "payload": "KeyGroup"
33724
33724
  }
33725
33725
  },
33726
+ "CreateKeyValueStore": {
33727
+ "http": {
33728
+ "requestUri": "/2020-05-31/key-value-store/",
33729
+ "responseCode": 201
33730
+ },
33731
+ "input": {
33732
+ "locationName": "CreateKeyValueStoreRequest",
33733
+ "xmlNamespace": {
33734
+ "uri": "http://cloudfront.amazonaws.com/doc/2020-05-31/"
33735
+ },
33736
+ "type": "structure",
33737
+ "required": [
33738
+ "Name"
33739
+ ],
33740
+ "members": {
33741
+ "Name": {},
33742
+ "Comment": {},
33743
+ "ImportSource": {
33744
+ "type": "structure",
33745
+ "required": [
33746
+ "SourceType",
33747
+ "SourceARN"
33748
+ ],
33749
+ "members": {
33750
+ "SourceType": {},
33751
+ "SourceARN": {}
33752
+ }
33753
+ }
33754
+ }
33755
+ },
33756
+ "output": {
33757
+ "type": "structure",
33758
+ "members": {
33759
+ "KeyValueStore": {
33760
+ "shape": "S55"
33761
+ },
33762
+ "ETag": {
33763
+ "location": "header",
33764
+ "locationName": "ETag"
33765
+ },
33766
+ "Location": {
33767
+ "location": "header",
33768
+ "locationName": "Location"
33769
+ }
33770
+ },
33771
+ "payload": "KeyValueStore"
33772
+ }
33773
+ },
33726
33774
  "CreateMonitoringSubscription": {
33727
33775
  "http": {
33728
33776
  "requestUri": "/2020-05-31/distributions/{DistributionId}/monitoring-subscription/"
@@ -33739,7 +33787,7 @@ module.exports={
33739
33787
  "locationName": "DistributionId"
33740
33788
  },
33741
33789
  "MonitoringSubscription": {
33742
- "shape": "S4w",
33790
+ "shape": "S57",
33743
33791
  "locationName": "MonitoringSubscription",
33744
33792
  "xmlNamespace": {
33745
33793
  "uri": "http://cloudfront.amazonaws.com/doc/2020-05-31/"
@@ -33752,7 +33800,7 @@ module.exports={
33752
33800
  "type": "structure",
33753
33801
  "members": {
33754
33802
  "MonitoringSubscription": {
33755
- "shape": "S4w"
33803
+ "shape": "S57"
33756
33804
  }
33757
33805
  },
33758
33806
  "payload": "MonitoringSubscription"
@@ -33770,7 +33818,7 @@ module.exports={
33770
33818
  ],
33771
33819
  "members": {
33772
33820
  "OriginAccessControlConfig": {
33773
- "shape": "S51",
33821
+ "shape": "S5c",
33774
33822
  "locationName": "OriginAccessControlConfig",
33775
33823
  "xmlNamespace": {
33776
33824
  "uri": "http://cloudfront.amazonaws.com/doc/2020-05-31/"
@@ -33783,7 +33831,7 @@ module.exports={
33783
33831
  "type": "structure",
33784
33832
  "members": {
33785
33833
  "OriginAccessControl": {
33786
- "shape": "S56"
33834
+ "shape": "S5h"
33787
33835
  },
33788
33836
  "Location": {
33789
33837
  "location": "header",
@@ -33809,7 +33857,7 @@ module.exports={
33809
33857
  ],
33810
33858
  "members": {
33811
33859
  "OriginRequestPolicyConfig": {
33812
- "shape": "S58",
33860
+ "shape": "S5j",
33813
33861
  "locationName": "OriginRequestPolicyConfig",
33814
33862
  "xmlNamespace": {
33815
33863
  "uri": "http://cloudfront.amazonaws.com/doc/2020-05-31/"
@@ -33822,7 +33870,7 @@ module.exports={
33822
33870
  "type": "structure",
33823
33871
  "members": {
33824
33872
  "OriginRequestPolicy": {
33825
- "shape": "S5g"
33873
+ "shape": "S5r"
33826
33874
  },
33827
33875
  "Location": {
33828
33876
  "location": "header",
@@ -33848,7 +33896,7 @@ module.exports={
33848
33896
  ],
33849
33897
  "members": {
33850
33898
  "PublicKeyConfig": {
33851
- "shape": "S5i",
33899
+ "shape": "S5t",
33852
33900
  "locationName": "PublicKeyConfig",
33853
33901
  "xmlNamespace": {
33854
33902
  "uri": "http://cloudfront.amazonaws.com/doc/2020-05-31/"
@@ -33861,7 +33909,7 @@ module.exports={
33861
33909
  "type": "structure",
33862
33910
  "members": {
33863
33911
  "PublicKey": {
33864
- "shape": "S5k"
33912
+ "shape": "S5v"
33865
33913
  },
33866
33914
  "Location": {
33867
33915
  "location": "header",
@@ -33894,10 +33942,10 @@ module.exports={
33894
33942
  ],
33895
33943
  "members": {
33896
33944
  "EndPoints": {
33897
- "shape": "S5m"
33945
+ "shape": "S5x"
33898
33946
  },
33899
33947
  "Fields": {
33900
- "shape": "S5p"
33948
+ "shape": "S60"
33901
33949
  },
33902
33950
  "Name": {},
33903
33951
  "SamplingRate": {
@@ -33909,7 +33957,7 @@ module.exports={
33909
33957
  "type": "structure",
33910
33958
  "members": {
33911
33959
  "RealtimeLogConfig": {
33912
- "shape": "S5r"
33960
+ "shape": "S62"
33913
33961
  }
33914
33962
  }
33915
33963
  }
@@ -33926,7 +33974,7 @@ module.exports={
33926
33974
  ],
33927
33975
  "members": {
33928
33976
  "ResponseHeadersPolicyConfig": {
33929
- "shape": "S5t",
33977
+ "shape": "S64",
33930
33978
  "locationName": "ResponseHeadersPolicyConfig",
33931
33979
  "xmlNamespace": {
33932
33980
  "uri": "http://cloudfront.amazonaws.com/doc/2020-05-31/"
@@ -33939,7 +33987,7 @@ module.exports={
33939
33987
  "type": "structure",
33940
33988
  "members": {
33941
33989
  "ResponseHeadersPolicy": {
33942
- "shape": "S6m"
33990
+ "shape": "S6x"
33943
33991
  },
33944
33992
  "Location": {
33945
33993
  "location": "header",
@@ -33965,7 +34013,7 @@ module.exports={
33965
34013
  ],
33966
34014
  "members": {
33967
34015
  "StreamingDistributionConfig": {
33968
- "shape": "S6o",
34016
+ "shape": "S6z",
33969
34017
  "locationName": "StreamingDistributionConfig",
33970
34018
  "xmlNamespace": {
33971
34019
  "uri": "http://cloudfront.amazonaws.com/doc/2020-05-31/"
@@ -33978,7 +34026,7 @@ module.exports={
33978
34026
  "type": "structure",
33979
34027
  "members": {
33980
34028
  "StreamingDistribution": {
33981
- "shape": "S6s"
34029
+ "shape": "S73"
33982
34030
  },
33983
34031
  "Location": {
33984
34032
  "location": "header",
@@ -34015,7 +34063,7 @@ module.exports={
34015
34063
  ],
34016
34064
  "members": {
34017
34065
  "StreamingDistributionConfig": {
34018
- "shape": "S6o"
34066
+ "shape": "S6z"
34019
34067
  },
34020
34068
  "Tags": {
34021
34069
  "shape": "S3j"
@@ -34029,7 +34077,7 @@ module.exports={
34029
34077
  "type": "structure",
34030
34078
  "members": {
34031
34079
  "StreamingDistribution": {
34032
- "shape": "S6s"
34080
+ "shape": "S73"
34033
34081
  },
34034
34082
  "Location": {
34035
34083
  "location": "header",
@@ -34228,6 +34276,31 @@ module.exports={
34228
34276
  }
34229
34277
  }
34230
34278
  },
34279
+ "DeleteKeyValueStore": {
34280
+ "http": {
34281
+ "method": "DELETE",
34282
+ "requestUri": "/2020-05-31/key-value-store/{Name}",
34283
+ "responseCode": 204
34284
+ },
34285
+ "input": {
34286
+ "type": "structure",
34287
+ "required": [
34288
+ "IfMatch",
34289
+ "Name"
34290
+ ],
34291
+ "members": {
34292
+ "Name": {
34293
+ "location": "uri",
34294
+ "locationName": "Name"
34295
+ },
34296
+ "IfMatch": {
34297
+ "location": "header",
34298
+ "locationName": "If-Match"
34299
+ }
34300
+ }
34301
+ },
34302
+ "idempotent": true
34303
+ },
34231
34304
  "DeleteMonitoringSubscription": {
34232
34305
  "http": {
34233
34306
  "method": "DELETE",
@@ -34407,7 +34480,7 @@ module.exports={
34407
34480
  "type": "structure",
34408
34481
  "members": {
34409
34482
  "FunctionSummary": {
34410
- "shape": "S4h"
34483
+ "shape": "S4l"
34411
34484
  },
34412
34485
  "ETag": {
34413
34486
  "location": "header",
@@ -34417,6 +34490,37 @@ module.exports={
34417
34490
  "payload": "FunctionSummary"
34418
34491
  }
34419
34492
  },
34493
+ "DescribeKeyValueStore": {
34494
+ "http": {
34495
+ "method": "GET",
34496
+ "requestUri": "/2020-05-31/key-value-store/{Name}"
34497
+ },
34498
+ "input": {
34499
+ "type": "structure",
34500
+ "required": [
34501
+ "Name"
34502
+ ],
34503
+ "members": {
34504
+ "Name": {
34505
+ "location": "uri",
34506
+ "locationName": "Name"
34507
+ }
34508
+ }
34509
+ },
34510
+ "output": {
34511
+ "type": "structure",
34512
+ "members": {
34513
+ "KeyValueStore": {
34514
+ "shape": "S55"
34515
+ },
34516
+ "ETag": {
34517
+ "location": "header",
34518
+ "locationName": "ETag"
34519
+ }
34520
+ },
34521
+ "payload": "KeyValueStore"
34522
+ }
34523
+ },
34420
34524
  "GetCachePolicy": {
34421
34525
  "http": {
34422
34526
  "method": "GET",
@@ -34814,7 +34918,7 @@ module.exports={
34814
34918
  "type": "structure",
34815
34919
  "members": {
34816
34920
  "FunctionCode": {
34817
- "shape": "S4f"
34921
+ "shape": "S4j"
34818
34922
  },
34819
34923
  "ETag": {
34820
34924
  "location": "header",
@@ -34854,7 +34958,7 @@ module.exports={
34854
34958
  "type": "structure",
34855
34959
  "members": {
34856
34960
  "Invalidation": {
34857
- "shape": "S4p"
34961
+ "shape": "S4t"
34858
34962
  }
34859
34963
  },
34860
34964
  "payload": "Invalidation"
@@ -34881,7 +34985,7 @@ module.exports={
34881
34985
  "type": "structure",
34882
34986
  "members": {
34883
34987
  "KeyGroup": {
34884
- "shape": "S4u"
34988
+ "shape": "S4y"
34885
34989
  },
34886
34990
  "ETag": {
34887
34991
  "location": "header",
@@ -34912,7 +35016,7 @@ module.exports={
34912
35016
  "type": "structure",
34913
35017
  "members": {
34914
35018
  "KeyGroupConfig": {
34915
- "shape": "S4r"
35019
+ "shape": "S4v"
34916
35020
  },
34917
35021
  "ETag": {
34918
35022
  "location": "header",
@@ -34943,7 +35047,7 @@ module.exports={
34943
35047
  "type": "structure",
34944
35048
  "members": {
34945
35049
  "MonitoringSubscription": {
34946
- "shape": "S4w"
35050
+ "shape": "S57"
34947
35051
  }
34948
35052
  },
34949
35053
  "payload": "MonitoringSubscription"
@@ -34970,7 +35074,7 @@ module.exports={
34970
35074
  "type": "structure",
34971
35075
  "members": {
34972
35076
  "OriginAccessControl": {
34973
- "shape": "S56"
35077
+ "shape": "S5h"
34974
35078
  },
34975
35079
  "ETag": {
34976
35080
  "location": "header",
@@ -35001,7 +35105,7 @@ module.exports={
35001
35105
  "type": "structure",
35002
35106
  "members": {
35003
35107
  "OriginAccessControlConfig": {
35004
- "shape": "S51"
35108
+ "shape": "S5c"
35005
35109
  },
35006
35110
  "ETag": {
35007
35111
  "location": "header",
@@ -35032,7 +35136,7 @@ module.exports={
35032
35136
  "type": "structure",
35033
35137
  "members": {
35034
35138
  "OriginRequestPolicy": {
35035
- "shape": "S5g"
35139
+ "shape": "S5r"
35036
35140
  },
35037
35141
  "ETag": {
35038
35142
  "location": "header",
@@ -35063,7 +35167,7 @@ module.exports={
35063
35167
  "type": "structure",
35064
35168
  "members": {
35065
35169
  "OriginRequestPolicyConfig": {
35066
- "shape": "S58"
35170
+ "shape": "S5j"
35067
35171
  },
35068
35172
  "ETag": {
35069
35173
  "location": "header",
@@ -35094,7 +35198,7 @@ module.exports={
35094
35198
  "type": "structure",
35095
35199
  "members": {
35096
35200
  "PublicKey": {
35097
- "shape": "S5k"
35201
+ "shape": "S5v"
35098
35202
  },
35099
35203
  "ETag": {
35100
35204
  "location": "header",
@@ -35125,7 +35229,7 @@ module.exports={
35125
35229
  "type": "structure",
35126
35230
  "members": {
35127
35231
  "PublicKeyConfig": {
35128
- "shape": "S5i"
35232
+ "shape": "S5t"
35129
35233
  },
35130
35234
  "ETag": {
35131
35235
  "location": "header",
@@ -35154,7 +35258,7 @@ module.exports={
35154
35258
  "type": "structure",
35155
35259
  "members": {
35156
35260
  "RealtimeLogConfig": {
35157
- "shape": "S5r"
35261
+ "shape": "S62"
35158
35262
  }
35159
35263
  }
35160
35264
  }
@@ -35180,7 +35284,7 @@ module.exports={
35180
35284
  "type": "structure",
35181
35285
  "members": {
35182
35286
  "ResponseHeadersPolicy": {
35183
- "shape": "S6m"
35287
+ "shape": "S6x"
35184
35288
  },
35185
35289
  "ETag": {
35186
35290
  "location": "header",
@@ -35211,7 +35315,7 @@ module.exports={
35211
35315
  "type": "structure",
35212
35316
  "members": {
35213
35317
  "ResponseHeadersPolicyConfig": {
35214
- "shape": "S5t"
35318
+ "shape": "S64"
35215
35319
  },
35216
35320
  "ETag": {
35217
35321
  "location": "header",
@@ -35242,7 +35346,7 @@ module.exports={
35242
35346
  "type": "structure",
35243
35347
  "members": {
35244
35348
  "StreamingDistribution": {
35245
- "shape": "S6s"
35349
+ "shape": "S73"
35246
35350
  },
35247
35351
  "ETag": {
35248
35352
  "location": "header",
@@ -35273,7 +35377,7 @@ module.exports={
35273
35377
  "type": "structure",
35274
35378
  "members": {
35275
35379
  "StreamingDistributionConfig": {
35276
- "shape": "S6o"
35380
+ "shape": "S6z"
35277
35381
  },
35278
35382
  "ETag": {
35279
35383
  "location": "header",
@@ -35550,7 +35654,7 @@ module.exports={
35550
35654
  "type": "structure",
35551
35655
  "members": {
35552
35656
  "DistributionList": {
35553
- "shape": "S9o"
35657
+ "shape": "Sa2"
35554
35658
  }
35555
35659
  },
35556
35660
  "payload": "DistributionList"
@@ -35585,7 +35689,7 @@ module.exports={
35585
35689
  "type": "structure",
35586
35690
  "members": {
35587
35691
  "DistributionIdList": {
35588
- "shape": "S9t"
35692
+ "shape": "Sa7"
35589
35693
  }
35590
35694
  },
35591
35695
  "payload": "DistributionIdList"
@@ -35620,7 +35724,7 @@ module.exports={
35620
35724
  "type": "structure",
35621
35725
  "members": {
35622
35726
  "DistributionIdList": {
35623
- "shape": "S9t"
35727
+ "shape": "Sa7"
35624
35728
  }
35625
35729
  },
35626
35730
  "payload": "DistributionIdList"
@@ -35655,7 +35759,7 @@ module.exports={
35655
35759
  "type": "structure",
35656
35760
  "members": {
35657
35761
  "DistributionIdList": {
35658
- "shape": "S9t"
35762
+ "shape": "Sa7"
35659
35763
  }
35660
35764
  },
35661
35765
  "payload": "DistributionIdList"
@@ -35682,7 +35786,7 @@ module.exports={
35682
35786
  "type": "structure",
35683
35787
  "members": {
35684
35788
  "DistributionList": {
35685
- "shape": "S9o"
35789
+ "shape": "Sa2"
35686
35790
  }
35687
35791
  },
35688
35792
  "payload": "DistributionList"
@@ -35717,7 +35821,7 @@ module.exports={
35717
35821
  "type": "structure",
35718
35822
  "members": {
35719
35823
  "DistributionIdList": {
35720
- "shape": "S9t"
35824
+ "shape": "Sa7"
35721
35825
  }
35722
35826
  },
35723
35827
  "payload": "DistributionIdList"
@@ -35752,7 +35856,7 @@ module.exports={
35752
35856
  "type": "structure",
35753
35857
  "members": {
35754
35858
  "DistributionList": {
35755
- "shape": "S9o"
35859
+ "shape": "Sa2"
35756
35860
  }
35757
35861
  },
35758
35862
  "payload": "DistributionList"
@@ -35930,7 +36034,7 @@ module.exports={
35930
36034
  "Items": {
35931
36035
  "type": "list",
35932
36036
  "member": {
35933
- "shape": "S4h",
36037
+ "shape": "S4l",
35934
36038
  "locationName": "FunctionSummary"
35935
36039
  }
35936
36040
  }
@@ -36058,7 +36162,7 @@ module.exports={
36058
36162
  ],
36059
36163
  "members": {
36060
36164
  "KeyGroup": {
36061
- "shape": "S4u"
36165
+ "shape": "S4y"
36062
36166
  }
36063
36167
  }
36064
36168
  }
@@ -36069,6 +36173,58 @@ module.exports={
36069
36173
  "payload": "KeyGroupList"
36070
36174
  }
36071
36175
  },
36176
+ "ListKeyValueStores": {
36177
+ "http": {
36178
+ "method": "GET",
36179
+ "requestUri": "/2020-05-31/key-value-store"
36180
+ },
36181
+ "input": {
36182
+ "type": "structure",
36183
+ "members": {
36184
+ "Marker": {
36185
+ "location": "querystring",
36186
+ "locationName": "Marker"
36187
+ },
36188
+ "MaxItems": {
36189
+ "location": "querystring",
36190
+ "locationName": "MaxItems"
36191
+ },
36192
+ "Status": {
36193
+ "location": "querystring",
36194
+ "locationName": "Status"
36195
+ }
36196
+ }
36197
+ },
36198
+ "output": {
36199
+ "type": "structure",
36200
+ "members": {
36201
+ "KeyValueStoreList": {
36202
+ "type": "structure",
36203
+ "required": [
36204
+ "MaxItems",
36205
+ "Quantity"
36206
+ ],
36207
+ "members": {
36208
+ "NextMarker": {},
36209
+ "MaxItems": {
36210
+ "type": "integer"
36211
+ },
36212
+ "Quantity": {
36213
+ "type": "integer"
36214
+ },
36215
+ "Items": {
36216
+ "type": "list",
36217
+ "member": {
36218
+ "shape": "S55",
36219
+ "locationName": "KeyValueStore"
36220
+ }
36221
+ }
36222
+ }
36223
+ }
36224
+ },
36225
+ "payload": "KeyValueStoreList"
36226
+ }
36227
+ },
36072
36228
  "ListOriginAccessControls": {
36073
36229
  "http": {
36074
36230
  "method": "GET",
@@ -36190,7 +36346,7 @@ module.exports={
36190
36346
  "members": {
36191
36347
  "Type": {},
36192
36348
  "OriginRequestPolicy": {
36193
- "shape": "S5g"
36349
+ "shape": "S5r"
36194
36350
  }
36195
36351
  }
36196
36352
  }
@@ -36299,7 +36455,7 @@ module.exports={
36299
36455
  "Items": {
36300
36456
  "type": "list",
36301
36457
  "member": {
36302
- "shape": "S5r"
36458
+ "shape": "S62"
36303
36459
  }
36304
36460
  },
36305
36461
  "IsTruncated": {
@@ -36364,7 +36520,7 @@ module.exports={
36364
36520
  "members": {
36365
36521
  "Type": {},
36366
36522
  "ResponseHeadersPolicy": {
36367
- "shape": "S6m"
36523
+ "shape": "S6x"
36368
36524
  }
36369
36525
  }
36370
36526
  }
@@ -36443,7 +36599,7 @@ module.exports={
36443
36599
  },
36444
36600
  "DomainName": {},
36445
36601
  "S3Origin": {
36446
- "shape": "S6p"
36602
+ "shape": "S70"
36447
36603
  },
36448
36604
  "Aliases": {
36449
36605
  "shape": "Si"
@@ -36520,7 +36676,7 @@ module.exports={
36520
36676
  "type": "structure",
36521
36677
  "members": {
36522
36678
  "FunctionSummary": {
36523
- "shape": "S4h"
36679
+ "shape": "S4l"
36524
36680
  }
36525
36681
  },
36526
36682
  "payload": "FunctionSummary"
@@ -36591,7 +36747,7 @@ module.exports={
36591
36747
  "type": "structure",
36592
36748
  "members": {
36593
36749
  "FunctionSummary": {
36594
- "shape": "S4h"
36750
+ "shape": "S4l"
36595
36751
  },
36596
36752
  "ComputeUtilization": {},
36597
36753
  "FunctionExecutionLogs": {
@@ -36979,7 +37135,7 @@ module.exports={
36979
37135
  "shape": "S4d"
36980
37136
  },
36981
37137
  "FunctionCode": {
36982
- "shape": "S4f"
37138
+ "shape": "S4j"
36983
37139
  }
36984
37140
  }
36985
37141
  },
@@ -36987,7 +37143,7 @@ module.exports={
36987
37143
  "type": "structure",
36988
37144
  "members": {
36989
37145
  "FunctionSummary": {
36990
- "shape": "S4h"
37146
+ "shape": "S4l"
36991
37147
  },
36992
37148
  "ETag": {
36993
37149
  "location": "header",
@@ -37010,7 +37166,7 @@ module.exports={
37010
37166
  ],
37011
37167
  "members": {
37012
37168
  "KeyGroupConfig": {
37013
- "shape": "S4r",
37169
+ "shape": "S4v",
37014
37170
  "locationName": "KeyGroupConfig",
37015
37171
  "xmlNamespace": {
37016
37172
  "uri": "http://cloudfront.amazonaws.com/doc/2020-05-31/"
@@ -37031,7 +37187,7 @@ module.exports={
37031
37187
  "type": "structure",
37032
37188
  "members": {
37033
37189
  "KeyGroup": {
37034
- "shape": "S4u"
37190
+ "shape": "S4y"
37035
37191
  },
37036
37192
  "ETag": {
37037
37193
  "location": "header",
@@ -37041,6 +37197,49 @@ module.exports={
37041
37197
  "payload": "KeyGroup"
37042
37198
  }
37043
37199
  },
37200
+ "UpdateKeyValueStore": {
37201
+ "http": {
37202
+ "method": "PUT",
37203
+ "requestUri": "/2020-05-31/key-value-store/{Name}"
37204
+ },
37205
+ "input": {
37206
+ "locationName": "UpdateKeyValueStoreRequest",
37207
+ "xmlNamespace": {
37208
+ "uri": "http://cloudfront.amazonaws.com/doc/2020-05-31/"
37209
+ },
37210
+ "type": "structure",
37211
+ "required": [
37212
+ "Name",
37213
+ "Comment",
37214
+ "IfMatch"
37215
+ ],
37216
+ "members": {
37217
+ "Name": {
37218
+ "location": "uri",
37219
+ "locationName": "Name"
37220
+ },
37221
+ "Comment": {},
37222
+ "IfMatch": {
37223
+ "location": "header",
37224
+ "locationName": "If-Match"
37225
+ }
37226
+ }
37227
+ },
37228
+ "output": {
37229
+ "type": "structure",
37230
+ "members": {
37231
+ "KeyValueStore": {
37232
+ "shape": "S55"
37233
+ },
37234
+ "ETag": {
37235
+ "location": "header",
37236
+ "locationName": "ETag"
37237
+ }
37238
+ },
37239
+ "payload": "KeyValueStore"
37240
+ },
37241
+ "idempotent": true
37242
+ },
37044
37243
  "UpdateOriginAccessControl": {
37045
37244
  "http": {
37046
37245
  "method": "PUT",
@@ -37054,7 +37253,7 @@ module.exports={
37054
37253
  ],
37055
37254
  "members": {
37056
37255
  "OriginAccessControlConfig": {
37057
- "shape": "S51",
37256
+ "shape": "S5c",
37058
37257
  "locationName": "OriginAccessControlConfig",
37059
37258
  "xmlNamespace": {
37060
37259
  "uri": "http://cloudfront.amazonaws.com/doc/2020-05-31/"
@@ -37075,7 +37274,7 @@ module.exports={
37075
37274
  "type": "structure",
37076
37275
  "members": {
37077
37276
  "OriginAccessControl": {
37078
- "shape": "S56"
37277
+ "shape": "S5h"
37079
37278
  },
37080
37279
  "ETag": {
37081
37280
  "location": "header",
@@ -37098,7 +37297,7 @@ module.exports={
37098
37297
  ],
37099
37298
  "members": {
37100
37299
  "OriginRequestPolicyConfig": {
37101
- "shape": "S58",
37300
+ "shape": "S5j",
37102
37301
  "locationName": "OriginRequestPolicyConfig",
37103
37302
  "xmlNamespace": {
37104
37303
  "uri": "http://cloudfront.amazonaws.com/doc/2020-05-31/"
@@ -37119,7 +37318,7 @@ module.exports={
37119
37318
  "type": "structure",
37120
37319
  "members": {
37121
37320
  "OriginRequestPolicy": {
37122
- "shape": "S5g"
37321
+ "shape": "S5r"
37123
37322
  },
37124
37323
  "ETag": {
37125
37324
  "location": "header",
@@ -37142,7 +37341,7 @@ module.exports={
37142
37341
  ],
37143
37342
  "members": {
37144
37343
  "PublicKeyConfig": {
37145
- "shape": "S5i",
37344
+ "shape": "S5t",
37146
37345
  "locationName": "PublicKeyConfig",
37147
37346
  "xmlNamespace": {
37148
37347
  "uri": "http://cloudfront.amazonaws.com/doc/2020-05-31/"
@@ -37163,7 +37362,7 @@ module.exports={
37163
37362
  "type": "structure",
37164
37363
  "members": {
37165
37364
  "PublicKey": {
37166
- "shape": "S5k"
37365
+ "shape": "S5v"
37167
37366
  },
37168
37367
  "ETag": {
37169
37368
  "location": "header",
@@ -37186,10 +37385,10 @@ module.exports={
37186
37385
  "type": "structure",
37187
37386
  "members": {
37188
37387
  "EndPoints": {
37189
- "shape": "S5m"
37388
+ "shape": "S5x"
37190
37389
  },
37191
37390
  "Fields": {
37192
- "shape": "S5p"
37391
+ "shape": "S60"
37193
37392
  },
37194
37393
  "Name": {},
37195
37394
  "ARN": {},
@@ -37202,7 +37401,7 @@ module.exports={
37202
37401
  "type": "structure",
37203
37402
  "members": {
37204
37403
  "RealtimeLogConfig": {
37205
- "shape": "S5r"
37404
+ "shape": "S62"
37206
37405
  }
37207
37406
  }
37208
37407
  }
@@ -37220,7 +37419,7 @@ module.exports={
37220
37419
  ],
37221
37420
  "members": {
37222
37421
  "ResponseHeadersPolicyConfig": {
37223
- "shape": "S5t",
37422
+ "shape": "S64",
37224
37423
  "locationName": "ResponseHeadersPolicyConfig",
37225
37424
  "xmlNamespace": {
37226
37425
  "uri": "http://cloudfront.amazonaws.com/doc/2020-05-31/"
@@ -37241,7 +37440,7 @@ module.exports={
37241
37440
  "type": "structure",
37242
37441
  "members": {
37243
37442
  "ResponseHeadersPolicy": {
37244
- "shape": "S6m"
37443
+ "shape": "S6x"
37245
37444
  },
37246
37445
  "ETag": {
37247
37446
  "location": "header",
@@ -37264,7 +37463,7 @@ module.exports={
37264
37463
  ],
37265
37464
  "members": {
37266
37465
  "StreamingDistributionConfig": {
37267
- "shape": "S6o",
37466
+ "shape": "S6z",
37268
37467
  "locationName": "StreamingDistributionConfig",
37269
37468
  "xmlNamespace": {
37270
37469
  "uri": "http://cloudfront.amazonaws.com/doc/2020-05-31/"
@@ -37285,7 +37484,7 @@ module.exports={
37285
37484
  "type": "structure",
37286
37485
  "members": {
37287
37486
  "StreamingDistribution": {
37288
- "shape": "S6s"
37487
+ "shape": "S73"
37289
37488
  },
37290
37489
  "ETag": {
37291
37490
  "location": "header",
@@ -38558,14 +38757,38 @@ module.exports={
38558
38757
  ],
38559
38758
  "members": {
38560
38759
  "Comment": {},
38561
- "Runtime": {}
38760
+ "Runtime": {},
38761
+ "KeyValueStoreAssociations": {
38762
+ "type": "structure",
38763
+ "required": [
38764
+ "Quantity"
38765
+ ],
38766
+ "members": {
38767
+ "Quantity": {
38768
+ "type": "integer"
38769
+ },
38770
+ "Items": {
38771
+ "type": "list",
38772
+ "member": {
38773
+ "locationName": "KeyValueStoreAssociation",
38774
+ "type": "structure",
38775
+ "required": [
38776
+ "KeyValueStoreARN"
38777
+ ],
38778
+ "members": {
38779
+ "KeyValueStoreARN": {}
38780
+ }
38781
+ }
38782
+ }
38783
+ }
38784
+ }
38562
38785
  }
38563
38786
  },
38564
- "S4f": {
38787
+ "S4j": {
38565
38788
  "type": "blob",
38566
38789
  "sensitive": true
38567
38790
  },
38568
- "S4h": {
38791
+ "S4l": {
38569
38792
  "type": "structure",
38570
38793
  "required": [
38571
38794
  "Name",
@@ -38597,7 +38820,7 @@ module.exports={
38597
38820
  }
38598
38821
  }
38599
38822
  },
38600
- "S4l": {
38823
+ "S4p": {
38601
38824
  "type": "structure",
38602
38825
  "required": [
38603
38826
  "Paths",
@@ -38624,7 +38847,7 @@ module.exports={
38624
38847
  "CallerReference": {}
38625
38848
  }
38626
38849
  },
38627
- "S4p": {
38850
+ "S4t": {
38628
38851
  "type": "structure",
38629
38852
  "required": [
38630
38853
  "Id",
@@ -38639,11 +38862,11 @@ module.exports={
38639
38862
  "type": "timestamp"
38640
38863
  },
38641
38864
  "InvalidationBatch": {
38642
- "shape": "S4l"
38865
+ "shape": "S4p"
38643
38866
  }
38644
38867
  }
38645
38868
  },
38646
- "S4r": {
38869
+ "S4v": {
38647
38870
  "type": "structure",
38648
38871
  "required": [
38649
38872
  "Name",
@@ -38660,7 +38883,7 @@ module.exports={
38660
38883
  "Comment": {}
38661
38884
  }
38662
38885
  },
38663
- "S4u": {
38886
+ "S4y": {
38664
38887
  "type": "structure",
38665
38888
  "required": [
38666
38889
  "Id",
@@ -38673,11 +38896,31 @@ module.exports={
38673
38896
  "type": "timestamp"
38674
38897
  },
38675
38898
  "KeyGroupConfig": {
38676
- "shape": "S4r"
38899
+ "shape": "S4v"
38677
38900
  }
38678
38901
  }
38679
38902
  },
38680
- "S4w": {
38903
+ "S55": {
38904
+ "type": "structure",
38905
+ "required": [
38906
+ "Name",
38907
+ "Id",
38908
+ "Comment",
38909
+ "ARN",
38910
+ "LastModifiedTime"
38911
+ ],
38912
+ "members": {
38913
+ "Name": {},
38914
+ "Id": {},
38915
+ "Comment": {},
38916
+ "ARN": {},
38917
+ "Status": {},
38918
+ "LastModifiedTime": {
38919
+ "type": "timestamp"
38920
+ }
38921
+ }
38922
+ },
38923
+ "S57": {
38681
38924
  "type": "structure",
38682
38925
  "members": {
38683
38926
  "RealtimeMetricsSubscriptionConfig": {
@@ -38691,7 +38934,7 @@ module.exports={
38691
38934
  }
38692
38935
  }
38693
38936
  },
38694
- "S51": {
38937
+ "S5c": {
38695
38938
  "type": "structure",
38696
38939
  "required": [
38697
38940
  "Name",
@@ -38707,7 +38950,7 @@ module.exports={
38707
38950
  "OriginAccessControlOriginType": {}
38708
38951
  }
38709
38952
  },
38710
- "S56": {
38953
+ "S5h": {
38711
38954
  "type": "structure",
38712
38955
  "required": [
38713
38956
  "Id"
@@ -38715,11 +38958,11 @@ module.exports={
38715
38958
  "members": {
38716
38959
  "Id": {},
38717
38960
  "OriginAccessControlConfig": {
38718
- "shape": "S51"
38961
+ "shape": "S5c"
38719
38962
  }
38720
38963
  }
38721
38964
  },
38722
- "S58": {
38965
+ "S5j": {
38723
38966
  "type": "structure",
38724
38967
  "required": [
38725
38968
  "Name",
@@ -38768,7 +39011,7 @@ module.exports={
38768
39011
  }
38769
39012
  }
38770
39013
  },
38771
- "S5g": {
39014
+ "S5r": {
38772
39015
  "type": "structure",
38773
39016
  "required": [
38774
39017
  "Id",
@@ -38781,11 +39024,11 @@ module.exports={
38781
39024
  "type": "timestamp"
38782
39025
  },
38783
39026
  "OriginRequestPolicyConfig": {
38784
- "shape": "S58"
39027
+ "shape": "S5j"
38785
39028
  }
38786
39029
  }
38787
39030
  },
38788
- "S5i": {
39031
+ "S5t": {
38789
39032
  "type": "structure",
38790
39033
  "required": [
38791
39034
  "CallerReference",
@@ -38799,7 +39042,7 @@ module.exports={
38799
39042
  "Comment": {}
38800
39043
  }
38801
39044
  },
38802
- "S5k": {
39045
+ "S5v": {
38803
39046
  "type": "structure",
38804
39047
  "required": [
38805
39048
  "Id",
@@ -38812,11 +39055,11 @@ module.exports={
38812
39055
  "type": "timestamp"
38813
39056
  },
38814
39057
  "PublicKeyConfig": {
38815
- "shape": "S5i"
39058
+ "shape": "S5t"
38816
39059
  }
38817
39060
  }
38818
39061
  },
38819
- "S5m": {
39062
+ "S5x": {
38820
39063
  "type": "list",
38821
39064
  "member": {
38822
39065
  "type": "structure",
@@ -38839,13 +39082,13 @@ module.exports={
38839
39082
  }
38840
39083
  }
38841
39084
  },
38842
- "S5p": {
39085
+ "S60": {
38843
39086
  "type": "list",
38844
39087
  "member": {
38845
39088
  "locationName": "Field"
38846
39089
  }
38847
39090
  },
38848
- "S5r": {
39091
+ "S62": {
38849
39092
  "type": "structure",
38850
39093
  "required": [
38851
39094
  "ARN",
@@ -38861,14 +39104,14 @@ module.exports={
38861
39104
  "type": "long"
38862
39105
  },
38863
39106
  "EndPoints": {
38864
- "shape": "S5m"
39107
+ "shape": "S5x"
38865
39108
  },
38866
39109
  "Fields": {
38867
- "shape": "S5p"
39110
+ "shape": "S60"
38868
39111
  }
38869
39112
  }
38870
39113
  },
38871
- "S5t": {
39114
+ "S64": {
38872
39115
  "type": "structure",
38873
39116
  "required": [
38874
39117
  "Name"
@@ -39133,7 +39376,7 @@ module.exports={
39133
39376
  }
39134
39377
  }
39135
39378
  },
39136
- "S6m": {
39379
+ "S6x": {
39137
39380
  "type": "structure",
39138
39381
  "required": [
39139
39382
  "Id",
@@ -39146,11 +39389,11 @@ module.exports={
39146
39389
  "type": "timestamp"
39147
39390
  },
39148
39391
  "ResponseHeadersPolicyConfig": {
39149
- "shape": "S5t"
39392
+ "shape": "S64"
39150
39393
  }
39151
39394
  }
39152
39395
  },
39153
- "S6o": {
39396
+ "S6z": {
39154
39397
  "type": "structure",
39155
39398
  "required": [
39156
39399
  "CallerReference",
@@ -39162,7 +39405,7 @@ module.exports={
39162
39405
  "members": {
39163
39406
  "CallerReference": {},
39164
39407
  "S3Origin": {
39165
- "shape": "S6p"
39408
+ "shape": "S70"
39166
39409
  },
39167
39410
  "Aliases": {
39168
39411
  "shape": "Si"
@@ -39192,7 +39435,7 @@ module.exports={
39192
39435
  }
39193
39436
  }
39194
39437
  },
39195
- "S6p": {
39438
+ "S70": {
39196
39439
  "type": "structure",
39197
39440
  "required": [
39198
39441
  "DomainName",
@@ -39203,7 +39446,7 @@ module.exports={
39203
39446
  "OriginAccessIdentity": {}
39204
39447
  }
39205
39448
  },
39206
- "S6s": {
39449
+ "S73": {
39207
39450
  "type": "structure",
39208
39451
  "required": [
39209
39452
  "Id",
@@ -39225,11 +39468,11 @@ module.exports={
39225
39468
  "shape": "S9"
39226
39469
  },
39227
39470
  "StreamingDistributionConfig": {
39228
- "shape": "S6o"
39471
+ "shape": "S6z"
39229
39472
  }
39230
39473
  }
39231
39474
  },
39232
- "S9o": {
39475
+ "Sa2": {
39233
39476
  "type": "structure",
39234
39477
  "required": [
39235
39478
  "Marker",
@@ -39328,7 +39571,7 @@ module.exports={
39328
39571
  }
39329
39572
  }
39330
39573
  },
39331
- "S9t": {
39574
+ "Sa7": {
39332
39575
  "type": "structure",
39333
39576
  "required": [
39334
39577
  "Marker",
@@ -39359,8 +39602,45 @@ module.exports={
39359
39602
  }
39360
39603
  }
39361
39604
  },{}],39:[function(require,module,exports){
39362
- arguments[4][24][0].apply(exports,arguments)
39363
- },{"dup":24}],40:[function(require,module,exports){
39605
+ module.exports={
39606
+ "pagination": {
39607
+ "ListCloudFrontOriginAccessIdentities": {
39608
+ "input_token": "Marker",
39609
+ "limit_key": "MaxItems",
39610
+ "more_results": "CloudFrontOriginAccessIdentityList.IsTruncated",
39611
+ "output_token": "CloudFrontOriginAccessIdentityList.NextMarker",
39612
+ "result_key": "CloudFrontOriginAccessIdentityList.Items"
39613
+ },
39614
+ "ListDistributions": {
39615
+ "input_token": "Marker",
39616
+ "limit_key": "MaxItems",
39617
+ "more_results": "DistributionList.IsTruncated",
39618
+ "output_token": "DistributionList.NextMarker",
39619
+ "result_key": "DistributionList.Items"
39620
+ },
39621
+ "ListInvalidations": {
39622
+ "input_token": "Marker",
39623
+ "limit_key": "MaxItems",
39624
+ "more_results": "InvalidationList.IsTruncated",
39625
+ "output_token": "InvalidationList.NextMarker",
39626
+ "result_key": "InvalidationList.Items"
39627
+ },
39628
+ "ListKeyValueStores": {
39629
+ "input_token": "Marker",
39630
+ "limit_key": "MaxItems",
39631
+ "output_token": "KeyValueStoreList.NextMarker",
39632
+ "result_key": "KeyValueStoreList.Items"
39633
+ },
39634
+ "ListStreamingDistributions": {
39635
+ "input_token": "Marker",
39636
+ "limit_key": "MaxItems",
39637
+ "more_results": "StreamingDistributionList.IsTruncated",
39638
+ "output_token": "StreamingDistributionList.NextMarker",
39639
+ "result_key": "StreamingDistributionList.Items"
39640
+ }
39641
+ }
39642
+ }
39643
+ },{}],40:[function(require,module,exports){
39364
39644
  arguments[4][37][0].apply(exports,arguments)
39365
39645
  },{"dup":37}],41:[function(require,module,exports){
39366
39646
  module.exports={
@@ -170409,6 +170689,26 @@ module.exports={
170409
170689
  }
170410
170690
  }
170411
170691
  },
170692
+ "DeleteResourcePolicy": {
170693
+ "input": {
170694
+ "type": "structure",
170695
+ "required": [
170696
+ "ResourceARN"
170697
+ ],
170698
+ "members": {
170699
+ "ResourceARN": {
170700
+ "contextParam": {
170701
+ "name": "ResourceARN"
170702
+ }
170703
+ }
170704
+ }
170705
+ },
170706
+ "staticContextParams": {
170707
+ "OperationType": {
170708
+ "value": "control"
170709
+ }
170710
+ }
170711
+ },
170412
170712
  "DeleteStream": {
170413
170713
  "input": {
170414
170714
  "type": "structure",
@@ -170524,7 +170824,7 @@ module.exports={
170524
170824
  "shape": "S9"
170525
170825
  },
170526
170826
  "Shards": {
170527
- "shape": "St"
170827
+ "shape": "Sv"
170528
170828
  },
170529
170829
  "HasMoreShards": {
170530
170830
  "type": "boolean"
@@ -170536,7 +170836,7 @@ module.exports={
170536
170836
  "type": "timestamp"
170537
170837
  },
170538
170838
  "EnhancedMonitoring": {
170539
- "shape": "S10"
170839
+ "shape": "S12"
170540
170840
  },
170541
170841
  "EncryptionType": {},
170542
170842
  "KeyId": {}
@@ -170643,7 +170943,7 @@ module.exports={
170643
170943
  "type": "timestamp"
170644
170944
  },
170645
170945
  "EnhancedMonitoring": {
170646
- "shape": "S10"
170946
+ "shape": "S12"
170647
170947
  },
170648
170948
  "EncryptionType": {},
170649
170949
  "KeyId": {},
@@ -170672,7 +170972,7 @@ module.exports={
170672
170972
  "members": {
170673
170973
  "StreamName": {},
170674
170974
  "ShardLevelMetrics": {
170675
- "shape": "S12"
170975
+ "shape": "S14"
170676
170976
  },
170677
170977
  "StreamARN": {
170678
170978
  "contextParam": {
@@ -170682,7 +170982,7 @@ module.exports={
170682
170982
  }
170683
170983
  },
170684
170984
  "output": {
170685
- "shape": "S1f"
170985
+ "shape": "S1h"
170686
170986
  },
170687
170987
  "staticContextParams": {
170688
170988
  "OperationType": {
@@ -170699,7 +170999,7 @@ module.exports={
170699
170999
  "members": {
170700
171000
  "StreamName": {},
170701
171001
  "ShardLevelMetrics": {
170702
- "shape": "S12"
171002
+ "shape": "S14"
170703
171003
  },
170704
171004
  "StreamARN": {
170705
171005
  "contextParam": {
@@ -170709,7 +171009,7 @@ module.exports={
170709
171009
  }
170710
171010
  },
170711
171011
  "output": {
170712
- "shape": "S1f"
171012
+ "shape": "S1h"
170713
171013
  },
170714
171014
  "staticContextParams": {
170715
171015
  "OperationType": {
@@ -170783,7 +171083,7 @@ module.exports={
170783
171083
  "member": {}
170784
171084
  },
170785
171085
  "HashKeyRange": {
170786
- "shape": "Sv"
171086
+ "shape": "Sx"
170787
171087
  }
170788
171088
  }
170789
171089
  }
@@ -170796,6 +171096,35 @@ module.exports={
170796
171096
  }
170797
171097
  }
170798
171098
  },
171099
+ "GetResourcePolicy": {
171100
+ "input": {
171101
+ "type": "structure",
171102
+ "required": [
171103
+ "ResourceARN"
171104
+ ],
171105
+ "members": {
171106
+ "ResourceARN": {
171107
+ "contextParam": {
171108
+ "name": "ResourceARN"
171109
+ }
171110
+ }
171111
+ }
171112
+ },
171113
+ "output": {
171114
+ "type": "structure",
171115
+ "required": [
171116
+ "Policy"
171117
+ ],
171118
+ "members": {
171119
+ "Policy": {}
171120
+ }
171121
+ },
171122
+ "staticContextParams": {
171123
+ "OperationType": {
171124
+ "value": "control"
171125
+ }
171126
+ }
171127
+ },
170799
171128
  "GetShardIterator": {
170800
171129
  "input": {
170801
171130
  "type": "structure",
@@ -170891,7 +171220,7 @@ module.exports={
170891
171220
  "type": "structure",
170892
171221
  "members": {
170893
171222
  "Shards": {
170894
- "shape": "St"
171223
+ "shape": "Sv"
170895
171224
  },
170896
171225
  "NextToken": {}
170897
171226
  }
@@ -170929,7 +171258,7 @@ module.exports={
170929
171258
  "Consumers": {
170930
171259
  "type": "list",
170931
171260
  "member": {
170932
- "shape": "S27"
171261
+ "shape": "S2c"
170933
171262
  }
170934
171263
  },
170935
171264
  "NextToken": {}
@@ -171165,6 +171494,28 @@ module.exports={
171165
171494
  }
171166
171495
  }
171167
171496
  },
171497
+ "PutResourcePolicy": {
171498
+ "input": {
171499
+ "type": "structure",
171500
+ "required": [
171501
+ "ResourceARN",
171502
+ "Policy"
171503
+ ],
171504
+ "members": {
171505
+ "ResourceARN": {
171506
+ "contextParam": {
171507
+ "name": "ResourceARN"
171508
+ }
171509
+ },
171510
+ "Policy": {}
171511
+ }
171512
+ },
171513
+ "staticContextParams": {
171514
+ "OperationType": {
171515
+ "value": "control"
171516
+ }
171517
+ }
171518
+ },
171168
171519
  "RegisterStreamConsumer": {
171169
171520
  "input": {
171170
171521
  "type": "structure",
@@ -171188,7 +171539,7 @@ module.exports={
171188
171539
  ],
171189
171540
  "members": {
171190
171541
  "Consumer": {
171191
- "shape": "S27"
171542
+ "shape": "S2c"
171192
171543
  }
171193
171544
  }
171194
171545
  },
@@ -171369,7 +171720,7 @@ module.exports={
171369
171720
  "StreamMode": {}
171370
171721
  }
171371
171722
  },
171372
- "St": {
171723
+ "Sv": {
171373
171724
  "type": "list",
171374
171725
  "member": {
171375
171726
  "type": "structure",
@@ -171383,7 +171734,7 @@ module.exports={
171383
171734
  "ParentShardId": {},
171384
171735
  "AdjacentParentShardId": {},
171385
171736
  "HashKeyRange": {
171386
- "shape": "Sv"
171737
+ "shape": "Sx"
171387
171738
  },
171388
171739
  "SequenceNumberRange": {
171389
171740
  "type": "structure",
@@ -171398,7 +171749,7 @@ module.exports={
171398
171749
  }
171399
171750
  }
171400
171751
  },
171401
- "Sv": {
171752
+ "Sx": {
171402
171753
  "type": "structure",
171403
171754
  "required": [
171404
171755
  "StartingHashKey",
@@ -171409,35 +171760,35 @@ module.exports={
171409
171760
  "EndingHashKey": {}
171410
171761
  }
171411
171762
  },
171412
- "S10": {
171763
+ "S12": {
171413
171764
  "type": "list",
171414
171765
  "member": {
171415
171766
  "type": "structure",
171416
171767
  "members": {
171417
171768
  "ShardLevelMetrics": {
171418
- "shape": "S12"
171769
+ "shape": "S14"
171419
171770
  }
171420
171771
  }
171421
171772
  }
171422
171773
  },
171423
- "S12": {
171774
+ "S14": {
171424
171775
  "type": "list",
171425
171776
  "member": {}
171426
171777
  },
171427
- "S1f": {
171778
+ "S1h": {
171428
171779
  "type": "structure",
171429
171780
  "members": {
171430
171781
  "StreamName": {},
171431
171782
  "CurrentShardLevelMetrics": {
171432
- "shape": "S12"
171783
+ "shape": "S14"
171433
171784
  },
171434
171785
  "DesiredShardLevelMetrics": {
171435
- "shape": "S12"
171786
+ "shape": "S14"
171436
171787
  },
171437
171788
  "StreamARN": {}
171438
171789
  }
171439
171790
  },
171440
- "S27": {
171791
+ "S2c": {
171441
171792
  "type": "structure",
171442
171793
  "required": [
171443
171794
  "ConsumerName",
@@ -189346,6 +189697,14 @@ module.exports={
189346
189697
  },
189347
189698
  "trustedadvisor": {
189348
189699
  "name": "TrustedAdvisor"
189700
+ },
189701
+ "cloudfrontkeyvaluestore": {
189702
+ "prefix": "cloudfront-keyvaluestore",
189703
+ "name": "CloudFrontKeyValueStore"
189704
+ },
189705
+ "inspectorscan": {
189706
+ "prefix": "inspector-scan",
189707
+ "name": "InspectorScan"
189349
189708
  }
189350
189709
  }
189351
189710
  },{}],169:[function(require,module,exports){
@@ -232120,7 +232479,7 @@ module.exports={
232120
232479
  "type": "structure",
232121
232480
  "members": {
232122
232481
  "MetricsConfiguration": {
232123
- "shape": "S6d"
232482
+ "shape": "S6h"
232124
232483
  }
232125
232484
  },
232126
232485
  "payload": "MetricsConfiguration"
@@ -232132,10 +232491,10 @@ module.exports={
232132
232491
  "requestUri": "/{Bucket}?notification"
232133
232492
  },
232134
232493
  "input": {
232135
- "shape": "S6h"
232494
+ "shape": "S6l"
232136
232495
  },
232137
232496
  "output": {
232138
- "shape": "S6i"
232497
+ "shape": "S6m"
232139
232498
  },
232140
232499
  "deprecated": true
232141
232500
  },
@@ -232145,10 +232504,10 @@ module.exports={
232145
232504
  "requestUri": "/{Bucket}?notification"
232146
232505
  },
232147
232506
  "input": {
232148
- "shape": "S6h"
232507
+ "shape": "S6l"
232149
232508
  },
232150
232509
  "output": {
232151
- "shape": "S6t"
232510
+ "shape": "S6x"
232152
232511
  }
232153
232512
  },
232154
232513
  "GetBucketOwnershipControls": {
@@ -232179,7 +232538,7 @@ module.exports={
232179
232538
  "type": "structure",
232180
232539
  "members": {
232181
232540
  "OwnershipControls": {
232182
- "shape": "S7a"
232541
+ "shape": "S7e"
232183
232542
  }
232184
232543
  },
232185
232544
  "payload": "OwnershipControls"
@@ -232285,7 +232644,7 @@ module.exports={
232285
232644
  "type": "structure",
232286
232645
  "members": {
232287
232646
  "ReplicationConfiguration": {
232288
- "shape": "S7m"
232647
+ "shape": "S7q"
232289
232648
  }
232290
232649
  },
232291
232650
  "payload": "ReplicationConfiguration"
@@ -232420,16 +232779,16 @@ module.exports={
232420
232779
  "type": "structure",
232421
232780
  "members": {
232422
232781
  "RedirectAllRequestsTo": {
232423
- "shape": "S8p"
232782
+ "shape": "S8t"
232424
232783
  },
232425
232784
  "IndexDocument": {
232426
- "shape": "S8s"
232785
+ "shape": "S8w"
232427
232786
  },
232428
232787
  "ErrorDocument": {
232429
- "shape": "S8u"
232788
+ "shape": "S8y"
232430
232789
  },
232431
232790
  "RoutingRules": {
232432
- "shape": "S8v"
232791
+ "shape": "S8z"
232433
232792
  }
232434
232793
  }
232435
232794
  }
@@ -232953,7 +233312,7 @@ module.exports={
232953
233312
  "type": "structure",
232954
233313
  "members": {
232955
233314
  "LegalHold": {
232956
- "shape": "Sa9"
233315
+ "shape": "Sad"
232957
233316
  }
232958
233317
  },
232959
233318
  "payload": "LegalHold"
@@ -232987,7 +233346,7 @@ module.exports={
232987
233346
  "type": "structure",
232988
233347
  "members": {
232989
233348
  "ObjectLockConfiguration": {
232990
- "shape": "Sac"
233349
+ "shape": "Sag"
232991
233350
  }
232992
233351
  },
232993
233352
  "payload": "ObjectLockConfiguration"
@@ -233034,7 +233393,7 @@ module.exports={
233034
233393
  "type": "structure",
233035
233394
  "members": {
233036
233395
  "Retention": {
233037
- "shape": "Sak"
233396
+ "shape": "Sao"
233038
233397
  }
233039
233398
  },
233040
233399
  "payload": "Retention"
@@ -233169,7 +233528,7 @@ module.exports={
233169
233528
  "type": "structure",
233170
233529
  "members": {
233171
233530
  "PublicAccessBlockConfiguration": {
233172
- "shape": "Sar"
233531
+ "shape": "Sav"
233173
233532
  }
233174
233533
  },
233175
233534
  "payload": "PublicAccessBlockConfiguration"
@@ -233610,7 +233969,7 @@ module.exports={
233610
233969
  "locationName": "MetricsConfiguration",
233611
233970
  "type": "list",
233612
233971
  "member": {
233613
- "shape": "S6d"
233972
+ "shape": "S6h"
233614
233973
  },
233615
233974
  "flattened": true
233616
233975
  }
@@ -233729,7 +234088,7 @@ module.exports={
233729
234088
  "shape": "S3d"
233730
234089
  },
233731
234090
  "Initiator": {
233732
- "shape": "Sbr"
234091
+ "shape": "Sbv"
233733
234092
  },
233734
234093
  "ChecksumAlgorithm": {}
233735
234094
  }
@@ -233737,7 +234096,7 @@ module.exports={
233737
234096
  "flattened": true
233738
234097
  },
233739
234098
  "CommonPrefixes": {
233740
- "shape": "Sbs"
234099
+ "shape": "Sbw"
233741
234100
  },
233742
234101
  "EncodingType": {},
233743
234102
  "RequestCharged": {
@@ -233799,7 +234158,7 @@ module.exports={
233799
234158
  "locationName": "x-amz-request-payer"
233800
234159
  },
233801
234160
  "OptionalObjectAttributes": {
233802
- "shape": "Sbx",
234161
+ "shape": "Sc1",
233803
234162
  "location": "header",
233804
234163
  "locationName": "x-amz-optional-object-attributes"
233805
234164
  }
@@ -233823,7 +234182,7 @@ module.exports={
233823
234182
  "members": {
233824
234183
  "ETag": {},
233825
234184
  "ChecksumAlgorithm": {
233826
- "shape": "Sc3"
234185
+ "shape": "Sc7"
233827
234186
  },
233828
234187
  "Size": {
233829
234188
  "type": "long"
@@ -233841,7 +234200,7 @@ module.exports={
233841
234200
  "shape": "S3d"
233842
234201
  },
233843
234202
  "RestoreStatus": {
233844
- "shape": "Sc6"
234203
+ "shape": "Sca"
233845
234204
  }
233846
234205
  }
233847
234206
  },
@@ -233875,7 +234234,7 @@ module.exports={
233875
234234
  "type": "integer"
233876
234235
  },
233877
234236
  "CommonPrefixes": {
233878
- "shape": "Sbs"
234237
+ "shape": "Sbw"
233879
234238
  },
233880
234239
  "EncodingType": {},
233881
234240
  "RequestCharged": {
@@ -233934,7 +234293,7 @@ module.exports={
233934
234293
  "locationName": "x-amz-expected-bucket-owner"
233935
234294
  },
233936
234295
  "OptionalObjectAttributes": {
233937
- "shape": "Sbx",
234296
+ "shape": "Sc1",
233938
234297
  "location": "header",
233939
234298
  "locationName": "x-amz-optional-object-attributes"
233940
234299
  }
@@ -233949,7 +234308,7 @@ module.exports={
233949
234308
  "Marker": {},
233950
234309
  "NextMarker": {},
233951
234310
  "Contents": {
233952
- "shape": "Scf"
234311
+ "shape": "Scj"
233953
234312
  },
233954
234313
  "Name": {},
233955
234314
  "Prefix": {},
@@ -233958,7 +234317,7 @@ module.exports={
233958
234317
  "type": "integer"
233959
234318
  },
233960
234319
  "CommonPrefixes": {
233961
- "shape": "Sbs"
234320
+ "shape": "Sbw"
233962
234321
  },
233963
234322
  "EncodingType": {},
233964
234323
  "RequestCharged": {
@@ -234026,7 +234385,7 @@ module.exports={
234026
234385
  "locationName": "x-amz-expected-bucket-owner"
234027
234386
  },
234028
234387
  "OptionalObjectAttributes": {
234029
- "shape": "Sbx",
234388
+ "shape": "Sc1",
234030
234389
  "location": "header",
234031
234390
  "locationName": "x-amz-optional-object-attributes"
234032
234391
  }
@@ -234039,7 +234398,7 @@ module.exports={
234039
234398
  "type": "boolean"
234040
234399
  },
234041
234400
  "Contents": {
234042
- "shape": "Scf"
234401
+ "shape": "Scj"
234043
234402
  },
234044
234403
  "Name": {},
234045
234404
  "Prefix": {},
@@ -234048,7 +234407,7 @@ module.exports={
234048
234407
  "type": "integer"
234049
234408
  },
234050
234409
  "CommonPrefixes": {
234051
- "shape": "Sbs"
234410
+ "shape": "Sbw"
234052
234411
  },
234053
234412
  "EncodingType": {},
234054
234413
  "KeyCount": {
@@ -234177,7 +234536,7 @@ module.exports={
234177
234536
  "flattened": true
234178
234537
  },
234179
234538
  "Initiator": {
234180
- "shape": "Sbr"
234539
+ "shape": "Sbv"
234181
234540
  },
234182
234541
  "Owner": {
234183
234542
  "shape": "S3d"
@@ -234252,7 +234611,7 @@ module.exports={
234252
234611
  "locationName": "x-amz-acl"
234253
234612
  },
234254
234613
  "AccessControlPolicy": {
234255
- "shape": "Scu",
234614
+ "shape": "Scy",
234256
234615
  "locationName": "AccessControlPolicy",
234257
234616
  "xmlNamespace": {
234258
234617
  "uri": "http://s3.amazonaws.com/doc/2006-03-01/"
@@ -234700,7 +235059,7 @@ module.exports={
234700
235059
  "locationName": "id"
234701
235060
  },
234702
235061
  "MetricsConfiguration": {
234703
- "shape": "S6d",
235062
+ "shape": "S6h",
234704
235063
  "locationName": "MetricsConfiguration",
234705
235064
  "xmlNamespace": {
234706
235065
  "uri": "http://s3.amazonaws.com/doc/2006-03-01/"
@@ -234742,7 +235101,7 @@ module.exports={
234742
235101
  "locationName": "x-amz-sdk-checksum-algorithm"
234743
235102
  },
234744
235103
  "NotificationConfiguration": {
234745
- "shape": "S6i",
235104
+ "shape": "S6m",
234746
235105
  "locationName": "NotificationConfiguration",
234747
235106
  "xmlNamespace": {
234748
235107
  "uri": "http://s3.amazonaws.com/doc/2006-03-01/"
@@ -234781,7 +235140,7 @@ module.exports={
234781
235140
  "locationName": "Bucket"
234782
235141
  },
234783
235142
  "NotificationConfiguration": {
234784
- "shape": "S6t",
235143
+ "shape": "S6x",
234785
235144
  "locationName": "NotificationConfiguration",
234786
235145
  "xmlNamespace": {
234787
235146
  "uri": "http://s3.amazonaws.com/doc/2006-03-01/"
@@ -234828,7 +235187,7 @@ module.exports={
234828
235187
  "locationName": "x-amz-expected-bucket-owner"
234829
235188
  },
234830
235189
  "OwnershipControls": {
234831
- "shape": "S7a",
235190
+ "shape": "S7e",
234832
235191
  "locationName": "OwnershipControls",
234833
235192
  "xmlNamespace": {
234834
235193
  "uri": "http://s3.amazonaws.com/doc/2006-03-01/"
@@ -234914,7 +235273,7 @@ module.exports={
234914
235273
  "locationName": "x-amz-sdk-checksum-algorithm"
234915
235274
  },
234916
235275
  "ReplicationConfiguration": {
234917
- "shape": "S7m",
235276
+ "shape": "S7q",
234918
235277
  "locationName": "ReplicationConfiguration",
234919
235278
  "xmlNamespace": {
234920
235279
  "uri": "http://s3.amazonaws.com/doc/2006-03-01/"
@@ -235016,7 +235375,7 @@ module.exports={
235016
235375
  "locationName": "x-amz-sdk-checksum-algorithm"
235017
235376
  },
235018
235377
  "Tagging": {
235019
- "shape": "Sdk",
235378
+ "shape": "Sdo",
235020
235379
  "locationName": "Tagging",
235021
235380
  "xmlNamespace": {
235022
235381
  "uri": "http://s3.amazonaws.com/doc/2006-03-01/"
@@ -235125,16 +235484,16 @@ module.exports={
235125
235484
  "type": "structure",
235126
235485
  "members": {
235127
235486
  "ErrorDocument": {
235128
- "shape": "S8u"
235487
+ "shape": "S8y"
235129
235488
  },
235130
235489
  "IndexDocument": {
235131
- "shape": "S8s"
235490
+ "shape": "S8w"
235132
235491
  },
235133
235492
  "RedirectAllRequestsTo": {
235134
- "shape": "S8p"
235493
+ "shape": "S8t"
235135
235494
  },
235136
235495
  "RoutingRules": {
235137
- "shape": "S8v"
235496
+ "shape": "S8z"
235138
235497
  }
235139
235498
  }
235140
235499
  },
@@ -235410,7 +235769,7 @@ module.exports={
235410
235769
  "locationName": "x-amz-acl"
235411
235770
  },
235412
235771
  "AccessControlPolicy": {
235413
- "shape": "Scu",
235772
+ "shape": "Scy",
235414
235773
  "locationName": "AccessControlPolicy",
235415
235774
  "xmlNamespace": {
235416
235775
  "uri": "http://s3.amazonaws.com/doc/2006-03-01/"
@@ -235508,7 +235867,7 @@ module.exports={
235508
235867
  "locationName": "Key"
235509
235868
  },
235510
235869
  "LegalHold": {
235511
- "shape": "Sa9",
235870
+ "shape": "Sad",
235512
235871
  "locationName": "LegalHold",
235513
235872
  "xmlNamespace": {
235514
235873
  "uri": "http://s3.amazonaws.com/doc/2006-03-01/"
@@ -235570,7 +235929,7 @@ module.exports={
235570
235929
  "locationName": "Bucket"
235571
235930
  },
235572
235931
  "ObjectLockConfiguration": {
235573
- "shape": "Sac",
235932
+ "shape": "Sag",
235574
235933
  "locationName": "ObjectLockConfiguration",
235575
235934
  "xmlNamespace": {
235576
235935
  "uri": "http://s3.amazonaws.com/doc/2006-03-01/"
@@ -235637,7 +235996,7 @@ module.exports={
235637
235996
  "locationName": "Key"
235638
235997
  },
235639
235998
  "Retention": {
235640
- "shape": "Sak",
235999
+ "shape": "Sao",
235641
236000
  "locationName": "Retention",
235642
236001
  "xmlNamespace": {
235643
236002
  "uri": "http://s3.amazonaws.com/doc/2006-03-01/"
@@ -235722,7 +236081,7 @@ module.exports={
235722
236081
  "locationName": "x-amz-sdk-checksum-algorithm"
235723
236082
  },
235724
236083
  "Tagging": {
235725
- "shape": "Sdk",
236084
+ "shape": "Sdo",
235726
236085
  "locationName": "Tagging",
235727
236086
  "xmlNamespace": {
235728
236087
  "uri": "http://s3.amazonaws.com/doc/2006-03-01/"
@@ -235781,7 +236140,7 @@ module.exports={
235781
236140
  "locationName": "x-amz-sdk-checksum-algorithm"
235782
236141
  },
235783
236142
  "PublicAccessBlockConfiguration": {
235784
- "shape": "Sar",
236143
+ "shape": "Sav",
235785
236144
  "locationName": "PublicAccessBlockConfiguration",
235786
236145
  "xmlNamespace": {
235787
236146
  "uri": "http://s3.amazonaws.com/doc/2006-03-01/"
@@ -235857,12 +236216,12 @@ module.exports={
235857
236216
  ],
235858
236217
  "members": {
235859
236218
  "InputSerialization": {
235860
- "shape": "Sea"
236219
+ "shape": "See"
235861
236220
  },
235862
236221
  "ExpressionType": {},
235863
236222
  "Expression": {},
235864
236223
  "OutputSerialization": {
235865
- "shape": "Sep"
236224
+ "shape": "Set"
235866
236225
  }
235867
236226
  }
235868
236227
  },
@@ -235896,7 +236255,7 @@ module.exports={
235896
236255
  "shape": "S3g"
235897
236256
  },
235898
236257
  "Tagging": {
235899
- "shape": "Sdk"
236258
+ "shape": "Sdo"
235900
236259
  },
235901
236260
  "UserMetadata": {
235902
236261
  "type": "list",
@@ -236004,10 +236363,10 @@ module.exports={
236004
236363
  }
236005
236364
  },
236006
236365
  "InputSerialization": {
236007
- "shape": "Sea"
236366
+ "shape": "See"
236008
236367
  },
236009
236368
  "OutputSerialization": {
236010
- "shape": "Sep"
236369
+ "shape": "Set"
236011
236370
  },
236012
236371
  "ScanRange": {
236013
236372
  "type": "structure",
@@ -237142,10 +237501,27 @@ module.exports={
237142
237501
  }
237143
237502
  }
237144
237503
  },
237145
- "TargetPrefix": {}
237504
+ "TargetPrefix": {},
237505
+ "TargetObjectKeyFormat": {
237506
+ "type": "structure",
237507
+ "members": {
237508
+ "SimplePrefix": {
237509
+ "locationName": "SimplePrefix",
237510
+ "type": "structure",
237511
+ "members": {}
237512
+ },
237513
+ "PartitionedPrefix": {
237514
+ "locationName": "PartitionedPrefix",
237515
+ "type": "structure",
237516
+ "members": {
237517
+ "PartitionDateSource": {}
237518
+ }
237519
+ }
237520
+ }
237521
+ }
237146
237522
  }
237147
237523
  },
237148
- "S6d": {
237524
+ "S6h": {
237149
237525
  "type": "structure",
237150
237526
  "required": [
237151
237527
  "Id"
@@ -237176,7 +237552,7 @@ module.exports={
237176
237552
  }
237177
237553
  }
237178
237554
  },
237179
- "S6h": {
237555
+ "S6l": {
237180
237556
  "type": "structure",
237181
237557
  "required": [
237182
237558
  "Bucket"
@@ -237195,7 +237571,7 @@ module.exports={
237195
237571
  }
237196
237572
  }
237197
237573
  },
237198
- "S6i": {
237574
+ "S6m": {
237199
237575
  "type": "structure",
237200
237576
  "members": {
237201
237577
  "TopicConfiguration": {
@@ -237203,7 +237579,7 @@ module.exports={
237203
237579
  "members": {
237204
237580
  "Id": {},
237205
237581
  "Events": {
237206
- "shape": "S6l",
237582
+ "shape": "S6p",
237207
237583
  "locationName": "Event"
237208
237584
  },
237209
237585
  "Event": {
@@ -237220,7 +237596,7 @@ module.exports={
237220
237596
  "deprecated": true
237221
237597
  },
237222
237598
  "Events": {
237223
- "shape": "S6l",
237599
+ "shape": "S6p",
237224
237600
  "locationName": "Event"
237225
237601
  },
237226
237602
  "Queue": {}
@@ -237234,7 +237610,7 @@ module.exports={
237234
237610
  "deprecated": true
237235
237611
  },
237236
237612
  "Events": {
237237
- "shape": "S6l",
237613
+ "shape": "S6p",
237238
237614
  "locationName": "Event"
237239
237615
  },
237240
237616
  "CloudFunction": {},
@@ -237243,12 +237619,12 @@ module.exports={
237243
237619
  }
237244
237620
  }
237245
237621
  },
237246
- "S6l": {
237622
+ "S6p": {
237247
237623
  "type": "list",
237248
237624
  "member": {},
237249
237625
  "flattened": true
237250
237626
  },
237251
- "S6t": {
237627
+ "S6x": {
237252
237628
  "type": "structure",
237253
237629
  "members": {
237254
237630
  "TopicConfigurations": {
@@ -237266,11 +237642,11 @@ module.exports={
237266
237642
  "locationName": "Topic"
237267
237643
  },
237268
237644
  "Events": {
237269
- "shape": "S6l",
237645
+ "shape": "S6p",
237270
237646
  "locationName": "Event"
237271
237647
  },
237272
237648
  "Filter": {
237273
- "shape": "S6w"
237649
+ "shape": "S70"
237274
237650
  }
237275
237651
  }
237276
237652
  },
@@ -237291,11 +237667,11 @@ module.exports={
237291
237667
  "locationName": "Queue"
237292
237668
  },
237293
237669
  "Events": {
237294
- "shape": "S6l",
237670
+ "shape": "S6p",
237295
237671
  "locationName": "Event"
237296
237672
  },
237297
237673
  "Filter": {
237298
- "shape": "S6w"
237674
+ "shape": "S70"
237299
237675
  }
237300
237676
  }
237301
237677
  },
@@ -237316,11 +237692,11 @@ module.exports={
237316
237692
  "locationName": "CloudFunction"
237317
237693
  },
237318
237694
  "Events": {
237319
- "shape": "S6l",
237695
+ "shape": "S6p",
237320
237696
  "locationName": "Event"
237321
237697
  },
237322
237698
  "Filter": {
237323
- "shape": "S6w"
237699
+ "shape": "S70"
237324
237700
  }
237325
237701
  }
237326
237702
  },
@@ -237332,7 +237708,7 @@ module.exports={
237332
237708
  }
237333
237709
  }
237334
237710
  },
237335
- "S6w": {
237711
+ "S70": {
237336
237712
  "type": "structure",
237337
237713
  "members": {
237338
237714
  "Key": {
@@ -237355,7 +237731,7 @@ module.exports={
237355
237731
  }
237356
237732
  }
237357
237733
  },
237358
- "S7a": {
237734
+ "S7e": {
237359
237735
  "type": "structure",
237360
237736
  "required": [
237361
237737
  "Rules"
@@ -237377,7 +237753,7 @@ module.exports={
237377
237753
  }
237378
237754
  }
237379
237755
  },
237380
- "S7m": {
237756
+ "S7q": {
237381
237757
  "type": "structure",
237382
237758
  "required": [
237383
237759
  "Role",
@@ -237488,7 +237864,7 @@ module.exports={
237488
237864
  "members": {
237489
237865
  "Status": {},
237490
237866
  "Time": {
237491
- "shape": "S88"
237867
+ "shape": "S8c"
237492
237868
  }
237493
237869
  }
237494
237870
  },
@@ -237500,7 +237876,7 @@ module.exports={
237500
237876
  "members": {
237501
237877
  "Status": {},
237502
237878
  "EventThreshold": {
237503
- "shape": "S88"
237879
+ "shape": "S8c"
237504
237880
  }
237505
237881
  }
237506
237882
  }
@@ -237518,7 +237894,7 @@ module.exports={
237518
237894
  }
237519
237895
  }
237520
237896
  },
237521
- "S88": {
237897
+ "S8c": {
237522
237898
  "type": "structure",
237523
237899
  "members": {
237524
237900
  "Minutes": {
@@ -237526,7 +237902,7 @@ module.exports={
237526
237902
  }
237527
237903
  }
237528
237904
  },
237529
- "S8p": {
237905
+ "S8t": {
237530
237906
  "type": "structure",
237531
237907
  "required": [
237532
237908
  "HostName"
@@ -237536,7 +237912,7 @@ module.exports={
237536
237912
  "Protocol": {}
237537
237913
  }
237538
237914
  },
237539
- "S8s": {
237915
+ "S8w": {
237540
237916
  "type": "structure",
237541
237917
  "required": [
237542
237918
  "Suffix"
@@ -237545,7 +237921,7 @@ module.exports={
237545
237921
  "Suffix": {}
237546
237922
  }
237547
237923
  },
237548
- "S8u": {
237924
+ "S8y": {
237549
237925
  "type": "structure",
237550
237926
  "required": [
237551
237927
  "Key"
@@ -237554,7 +237930,7 @@ module.exports={
237554
237930
  "Key": {}
237555
237931
  }
237556
237932
  },
237557
- "S8v": {
237933
+ "S8z": {
237558
237934
  "type": "list",
237559
237935
  "member": {
237560
237936
  "locationName": "RoutingRule",
@@ -237583,13 +237959,13 @@ module.exports={
237583
237959
  }
237584
237960
  }
237585
237961
  },
237586
- "Sa9": {
237962
+ "Sad": {
237587
237963
  "type": "structure",
237588
237964
  "members": {
237589
237965
  "Status": {}
237590
237966
  }
237591
237967
  },
237592
- "Sac": {
237968
+ "Sag": {
237593
237969
  "type": "structure",
237594
237970
  "members": {
237595
237971
  "ObjectLockEnabled": {},
@@ -237612,7 +237988,7 @@ module.exports={
237612
237988
  }
237613
237989
  }
237614
237990
  },
237615
- "Sak": {
237991
+ "Sao": {
237616
237992
  "type": "structure",
237617
237993
  "members": {
237618
237994
  "Mode": {},
@@ -237621,7 +237997,7 @@ module.exports={
237621
237997
  }
237622
237998
  }
237623
237999
  },
237624
- "Sar": {
238000
+ "Sav": {
237625
238001
  "type": "structure",
237626
238002
  "members": {
237627
238003
  "BlockPublicAcls": {
@@ -237642,14 +238018,14 @@ module.exports={
237642
238018
  }
237643
238019
  }
237644
238020
  },
237645
- "Sbr": {
238021
+ "Sbv": {
237646
238022
  "type": "structure",
237647
238023
  "members": {
237648
238024
  "ID": {},
237649
238025
  "DisplayName": {}
237650
238026
  }
237651
238027
  },
237652
- "Sbs": {
238028
+ "Sbw": {
237653
238029
  "type": "list",
237654
238030
  "member": {
237655
238031
  "type": "structure",
@@ -237659,16 +238035,16 @@ module.exports={
237659
238035
  },
237660
238036
  "flattened": true
237661
238037
  },
237662
- "Sbx": {
238038
+ "Sc1": {
237663
238039
  "type": "list",
237664
238040
  "member": {}
237665
238041
  },
237666
- "Sc3": {
238042
+ "Sc7": {
237667
238043
  "type": "list",
237668
238044
  "member": {},
237669
238045
  "flattened": true
237670
238046
  },
237671
- "Sc6": {
238047
+ "Sca": {
237672
238048
  "type": "structure",
237673
238049
  "members": {
237674
238050
  "IsRestoreInProgress": {
@@ -237679,7 +238055,7 @@ module.exports={
237679
238055
  }
237680
238056
  }
237681
238057
  },
237682
- "Scf": {
238058
+ "Scj": {
237683
238059
  "type": "list",
237684
238060
  "member": {
237685
238061
  "type": "structure",
@@ -237690,7 +238066,7 @@ module.exports={
237690
238066
  },
237691
238067
  "ETag": {},
237692
238068
  "ChecksumAlgorithm": {
237693
- "shape": "Sc3"
238069
+ "shape": "Sc7"
237694
238070
  },
237695
238071
  "Size": {
237696
238072
  "type": "long"
@@ -237700,13 +238076,13 @@ module.exports={
237700
238076
  "shape": "S3d"
237701
238077
  },
237702
238078
  "RestoreStatus": {
237703
- "shape": "Sc6"
238079
+ "shape": "Sca"
237704
238080
  }
237705
238081
  }
237706
238082
  },
237707
238083
  "flattened": true
237708
238084
  },
237709
- "Scu": {
238085
+ "Scy": {
237710
238086
  "type": "structure",
237711
238087
  "members": {
237712
238088
  "Grants": {
@@ -237718,7 +238094,7 @@ module.exports={
237718
238094
  }
237719
238095
  }
237720
238096
  },
237721
- "Sdk": {
238097
+ "Sdo": {
237722
238098
  "type": "structure",
237723
238099
  "required": [
237724
238100
  "TagSet"
@@ -237729,7 +238105,7 @@ module.exports={
237729
238105
  }
237730
238106
  }
237731
238107
  },
237732
- "Sea": {
238108
+ "See": {
237733
238109
  "type": "structure",
237734
238110
  "members": {
237735
238111
  "CSV": {
@@ -237759,7 +238135,7 @@ module.exports={
237759
238135
  }
237760
238136
  }
237761
238137
  },
237762
- "Sep": {
238138
+ "Set": {
237763
238139
  "type": "structure",
237764
238140
  "members": {
237765
238141
  "CSV": {
@@ -265459,7 +265835,7 @@ AWS.util.update(AWS, {
265459
265835
  /**
265460
265836
  * @constant
265461
265837
  */
265462
- VERSION: '2.1500.0',
265838
+ VERSION: '2.1502.0',
265463
265839
 
265464
265840
  /**
265465
265841
  * @api private
@@ -276403,7 +276779,7 @@ AWS.util.update(AWS.S3.prototype, {
276403
276779
  req.httpRequest.endpoint.hostname.indexOf('s3.amazonaws.com') >= 0
276404
276780
  ) {
276405
276781
  var insertPoint = config.endpoint.indexOf('.amazonaws.com');
276406
- regionalEndpoint = config.endpoint.substring(0, insertPoint) +
276782
+ var regionalEndpoint = config.endpoint.substring(0, insertPoint) +
276407
276783
  '.us-east-1' + config.endpoint.substring(insertPoint);
276408
276784
  req.httpRequest.updateEndpoint(regionalEndpoint);
276409
276785
  }
@@ -287640,7 +288016,7 @@ var LRUCache = /** @class */ (function () {
287640
288016
  }());
287641
288017
  exports.LRUCache = LRUCache;
287642
288018
  },{}],467:[function(require,module,exports){
287643
- // AWS SDK for JavaScript v2.1500.0
288019
+ // AWS SDK for JavaScript v2.1502.0
287644
288020
  // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
287645
288021
  // License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
287646
288022
  require('./browser_loader');