aws-sdk 2.774.0 → 2.778.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/aws-sdk.js CHANGED
@@ -1,4 +1,4 @@
1
- // AWS SDK for JavaScript v2.774.0
1
+ // AWS SDK for JavaScript v2.778.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){
@@ -27705,7 +27705,7 @@ module.exports={
27705
27705
  "type": "structure",
27706
27706
  "members": {
27707
27707
  "Distribution": {
27708
- "shape": "S2j"
27708
+ "shape": "S2l"
27709
27709
  },
27710
27710
  "Location": {
27711
27711
  "location": "header",
@@ -27745,7 +27745,7 @@ module.exports={
27745
27745
  "shape": "Ss"
27746
27746
  },
27747
27747
  "Tags": {
27748
- "shape": "S2u"
27748
+ "shape": "S2z"
27749
27749
  }
27750
27750
  }
27751
27751
  }
@@ -27756,7 +27756,7 @@ module.exports={
27756
27756
  "type": "structure",
27757
27757
  "members": {
27758
27758
  "Distribution": {
27759
- "shape": "S2j"
27759
+ "shape": "S2l"
27760
27760
  },
27761
27761
  "Location": {
27762
27762
  "location": "header",
@@ -27782,7 +27782,7 @@ module.exports={
27782
27782
  ],
27783
27783
  "members": {
27784
27784
  "FieldLevelEncryptionConfig": {
27785
- "shape": "S31",
27785
+ "shape": "S36",
27786
27786
  "locationName": "FieldLevelEncryptionConfig",
27787
27787
  "xmlNamespace": {
27788
27788
  "uri": "http://cloudfront.amazonaws.com/doc/2020-05-31/"
@@ -27795,7 +27795,7 @@ module.exports={
27795
27795
  "type": "structure",
27796
27796
  "members": {
27797
27797
  "FieldLevelEncryption": {
27798
- "shape": "S3c"
27798
+ "shape": "S3h"
27799
27799
  },
27800
27800
  "Location": {
27801
27801
  "location": "header",
@@ -27821,7 +27821,7 @@ module.exports={
27821
27821
  ],
27822
27822
  "members": {
27823
27823
  "FieldLevelEncryptionProfileConfig": {
27824
- "shape": "S3e",
27824
+ "shape": "S3j",
27825
27825
  "locationName": "FieldLevelEncryptionProfileConfig",
27826
27826
  "xmlNamespace": {
27827
27827
  "uri": "http://cloudfront.amazonaws.com/doc/2020-05-31/"
@@ -27834,7 +27834,7 @@ module.exports={
27834
27834
  "type": "structure",
27835
27835
  "members": {
27836
27836
  "FieldLevelEncryptionProfile": {
27837
- "shape": "S3l"
27837
+ "shape": "S3q"
27838
27838
  },
27839
27839
  "Location": {
27840
27840
  "location": "header",
@@ -27865,7 +27865,7 @@ module.exports={
27865
27865
  "locationName": "DistributionId"
27866
27866
  },
27867
27867
  "InvalidationBatch": {
27868
- "shape": "S3n",
27868
+ "shape": "S3s",
27869
27869
  "locationName": "InvalidationBatch",
27870
27870
  "xmlNamespace": {
27871
27871
  "uri": "http://cloudfront.amazonaws.com/doc/2020-05-31/"
@@ -27882,12 +27882,51 @@ module.exports={
27882
27882
  "locationName": "Location"
27883
27883
  },
27884
27884
  "Invalidation": {
27885
- "shape": "S3r"
27885
+ "shape": "S3w"
27886
27886
  }
27887
27887
  },
27888
27888
  "payload": "Invalidation"
27889
27889
  }
27890
27890
  },
27891
+ "CreateKeyGroup": {
27892
+ "http": {
27893
+ "requestUri": "/2020-05-31/key-group",
27894
+ "responseCode": 201
27895
+ },
27896
+ "input": {
27897
+ "type": "structure",
27898
+ "required": [
27899
+ "KeyGroupConfig"
27900
+ ],
27901
+ "members": {
27902
+ "KeyGroupConfig": {
27903
+ "shape": "S3y",
27904
+ "locationName": "KeyGroupConfig",
27905
+ "xmlNamespace": {
27906
+ "uri": "http://cloudfront.amazonaws.com/doc/2020-05-31/"
27907
+ }
27908
+ }
27909
+ },
27910
+ "payload": "KeyGroupConfig"
27911
+ },
27912
+ "output": {
27913
+ "type": "structure",
27914
+ "members": {
27915
+ "KeyGroup": {
27916
+ "shape": "S41"
27917
+ },
27918
+ "Location": {
27919
+ "location": "header",
27920
+ "locationName": "Location"
27921
+ },
27922
+ "ETag": {
27923
+ "location": "header",
27924
+ "locationName": "ETag"
27925
+ }
27926
+ },
27927
+ "payload": "KeyGroup"
27928
+ }
27929
+ },
27891
27930
  "CreateMonitoringSubscription": {
27892
27931
  "http": {
27893
27932
  "requestUri": "/2020-05-31/distributions/{DistributionId}/monitoring-subscription"
@@ -27904,7 +27943,7 @@ module.exports={
27904
27943
  "locationName": "DistributionId"
27905
27944
  },
27906
27945
  "MonitoringSubscription": {
27907
- "shape": "S3t",
27946
+ "shape": "S43",
27908
27947
  "locationName": "MonitoringSubscription",
27909
27948
  "xmlNamespace": {
27910
27949
  "uri": "http://cloudfront.amazonaws.com/doc/2020-05-31/"
@@ -27917,7 +27956,7 @@ module.exports={
27917
27956
  "type": "structure",
27918
27957
  "members": {
27919
27958
  "MonitoringSubscription": {
27920
- "shape": "S3t"
27959
+ "shape": "S43"
27921
27960
  }
27922
27961
  },
27923
27962
  "payload": "MonitoringSubscription"
@@ -27935,7 +27974,7 @@ module.exports={
27935
27974
  ],
27936
27975
  "members": {
27937
27976
  "OriginRequestPolicyConfig": {
27938
- "shape": "S3y",
27977
+ "shape": "S48",
27939
27978
  "locationName": "OriginRequestPolicyConfig",
27940
27979
  "xmlNamespace": {
27941
27980
  "uri": "http://cloudfront.amazonaws.com/doc/2020-05-31/"
@@ -27948,7 +27987,7 @@ module.exports={
27948
27987
  "type": "structure",
27949
27988
  "members": {
27950
27989
  "OriginRequestPolicy": {
27951
- "shape": "S46"
27990
+ "shape": "S4g"
27952
27991
  },
27953
27992
  "Location": {
27954
27993
  "location": "header",
@@ -27974,7 +28013,7 @@ module.exports={
27974
28013
  ],
27975
28014
  "members": {
27976
28015
  "PublicKeyConfig": {
27977
- "shape": "S48",
28016
+ "shape": "S4i",
27978
28017
  "locationName": "PublicKeyConfig",
27979
28018
  "xmlNamespace": {
27980
28019
  "uri": "http://cloudfront.amazonaws.com/doc/2020-05-31/"
@@ -27987,7 +28026,7 @@ module.exports={
27987
28026
  "type": "structure",
27988
28027
  "members": {
27989
28028
  "PublicKey": {
27990
- "shape": "S4a"
28029
+ "shape": "S4k"
27991
28030
  },
27992
28031
  "Location": {
27993
28032
  "location": "header",
@@ -28020,10 +28059,10 @@ module.exports={
28020
28059
  ],
28021
28060
  "members": {
28022
28061
  "EndPoints": {
28023
- "shape": "S4c"
28062
+ "shape": "S4m"
28024
28063
  },
28025
28064
  "Fields": {
28026
- "shape": "S4f"
28065
+ "shape": "S4p"
28027
28066
  },
28028
28067
  "Name": {},
28029
28068
  "SamplingRate": {
@@ -28035,7 +28074,7 @@ module.exports={
28035
28074
  "type": "structure",
28036
28075
  "members": {
28037
28076
  "RealtimeLogConfig": {
28038
- "shape": "S4h"
28077
+ "shape": "S4r"
28039
28078
  }
28040
28079
  }
28041
28080
  }
@@ -28052,7 +28091,7 @@ module.exports={
28052
28091
  ],
28053
28092
  "members": {
28054
28093
  "StreamingDistributionConfig": {
28055
- "shape": "S4j",
28094
+ "shape": "S4t",
28056
28095
  "locationName": "StreamingDistributionConfig",
28057
28096
  "xmlNamespace": {
28058
28097
  "uri": "http://cloudfront.amazonaws.com/doc/2020-05-31/"
@@ -28065,7 +28104,7 @@ module.exports={
28065
28104
  "type": "structure",
28066
28105
  "members": {
28067
28106
  "StreamingDistribution": {
28068
- "shape": "S4n"
28107
+ "shape": "S4x"
28069
28108
  },
28070
28109
  "Location": {
28071
28110
  "location": "header",
@@ -28102,10 +28141,10 @@ module.exports={
28102
28141
  ],
28103
28142
  "members": {
28104
28143
  "StreamingDistributionConfig": {
28105
- "shape": "S4j"
28144
+ "shape": "S4t"
28106
28145
  },
28107
28146
  "Tags": {
28108
- "shape": "S2u"
28147
+ "shape": "S2z"
28109
28148
  }
28110
28149
  }
28111
28150
  }
@@ -28116,7 +28155,7 @@ module.exports={
28116
28155
  "type": "structure",
28117
28156
  "members": {
28118
28157
  "StreamingDistribution": {
28119
- "shape": "S4n"
28158
+ "shape": "S4x"
28120
28159
  },
28121
28160
  "Location": {
28122
28161
  "location": "header",
@@ -28245,6 +28284,29 @@ module.exports={
28245
28284
  }
28246
28285
  }
28247
28286
  },
28287
+ "DeleteKeyGroup": {
28288
+ "http": {
28289
+ "method": "DELETE",
28290
+ "requestUri": "/2020-05-31/key-group/{Id}",
28291
+ "responseCode": 204
28292
+ },
28293
+ "input": {
28294
+ "type": "structure",
28295
+ "required": [
28296
+ "Id"
28297
+ ],
28298
+ "members": {
28299
+ "Id": {
28300
+ "location": "uri",
28301
+ "locationName": "Id"
28302
+ },
28303
+ "IfMatch": {
28304
+ "location": "header",
28305
+ "locationName": "If-Match"
28306
+ }
28307
+ }
28308
+ }
28309
+ },
28248
28310
  "DeleteMonitoringSubscription": {
28249
28311
  "http": {
28250
28312
  "method": "DELETE",
@@ -28498,7 +28560,7 @@ module.exports={
28498
28560
  "type": "structure",
28499
28561
  "members": {
28500
28562
  "Distribution": {
28501
- "shape": "S2j"
28563
+ "shape": "S2l"
28502
28564
  },
28503
28565
  "ETag": {
28504
28566
  "location": "header",
@@ -28560,7 +28622,7 @@ module.exports={
28560
28622
  "type": "structure",
28561
28623
  "members": {
28562
28624
  "FieldLevelEncryption": {
28563
- "shape": "S3c"
28625
+ "shape": "S3h"
28564
28626
  },
28565
28627
  "ETag": {
28566
28628
  "location": "header",
@@ -28591,7 +28653,7 @@ module.exports={
28591
28653
  "type": "structure",
28592
28654
  "members": {
28593
28655
  "FieldLevelEncryptionConfig": {
28594
- "shape": "S31"
28656
+ "shape": "S36"
28595
28657
  },
28596
28658
  "ETag": {
28597
28659
  "location": "header",
@@ -28622,7 +28684,7 @@ module.exports={
28622
28684
  "type": "structure",
28623
28685
  "members": {
28624
28686
  "FieldLevelEncryptionProfile": {
28625
- "shape": "S3l"
28687
+ "shape": "S3q"
28626
28688
  },
28627
28689
  "ETag": {
28628
28690
  "location": "header",
@@ -28653,7 +28715,7 @@ module.exports={
28653
28715
  "type": "structure",
28654
28716
  "members": {
28655
28717
  "FieldLevelEncryptionProfileConfig": {
28656
- "shape": "S3e"
28718
+ "shape": "S3j"
28657
28719
  },
28658
28720
  "ETag": {
28659
28721
  "location": "header",
@@ -28689,12 +28751,74 @@ module.exports={
28689
28751
  "type": "structure",
28690
28752
  "members": {
28691
28753
  "Invalidation": {
28692
- "shape": "S3r"
28754
+ "shape": "S3w"
28693
28755
  }
28694
28756
  },
28695
28757
  "payload": "Invalidation"
28696
28758
  }
28697
28759
  },
28760
+ "GetKeyGroup": {
28761
+ "http": {
28762
+ "method": "GET",
28763
+ "requestUri": "/2020-05-31/key-group/{Id}"
28764
+ },
28765
+ "input": {
28766
+ "type": "structure",
28767
+ "required": [
28768
+ "Id"
28769
+ ],
28770
+ "members": {
28771
+ "Id": {
28772
+ "location": "uri",
28773
+ "locationName": "Id"
28774
+ }
28775
+ }
28776
+ },
28777
+ "output": {
28778
+ "type": "structure",
28779
+ "members": {
28780
+ "KeyGroup": {
28781
+ "shape": "S41"
28782
+ },
28783
+ "ETag": {
28784
+ "location": "header",
28785
+ "locationName": "ETag"
28786
+ }
28787
+ },
28788
+ "payload": "KeyGroup"
28789
+ }
28790
+ },
28791
+ "GetKeyGroupConfig": {
28792
+ "http": {
28793
+ "method": "GET",
28794
+ "requestUri": "/2020-05-31/key-group/{Id}/config"
28795
+ },
28796
+ "input": {
28797
+ "type": "structure",
28798
+ "required": [
28799
+ "Id"
28800
+ ],
28801
+ "members": {
28802
+ "Id": {
28803
+ "location": "uri",
28804
+ "locationName": "Id"
28805
+ }
28806
+ }
28807
+ },
28808
+ "output": {
28809
+ "type": "structure",
28810
+ "members": {
28811
+ "KeyGroupConfig": {
28812
+ "shape": "S3y"
28813
+ },
28814
+ "ETag": {
28815
+ "location": "header",
28816
+ "locationName": "ETag"
28817
+ }
28818
+ },
28819
+ "payload": "KeyGroupConfig"
28820
+ }
28821
+ },
28698
28822
  "GetMonitoringSubscription": {
28699
28823
  "http": {
28700
28824
  "method": "GET",
@@ -28716,7 +28840,7 @@ module.exports={
28716
28840
  "type": "structure",
28717
28841
  "members": {
28718
28842
  "MonitoringSubscription": {
28719
- "shape": "S3t"
28843
+ "shape": "S43"
28720
28844
  }
28721
28845
  },
28722
28846
  "payload": "MonitoringSubscription"
@@ -28743,7 +28867,7 @@ module.exports={
28743
28867
  "type": "structure",
28744
28868
  "members": {
28745
28869
  "OriginRequestPolicy": {
28746
- "shape": "S46"
28870
+ "shape": "S4g"
28747
28871
  },
28748
28872
  "ETag": {
28749
28873
  "location": "header",
@@ -28774,7 +28898,7 @@ module.exports={
28774
28898
  "type": "structure",
28775
28899
  "members": {
28776
28900
  "OriginRequestPolicyConfig": {
28777
- "shape": "S3y"
28901
+ "shape": "S48"
28778
28902
  },
28779
28903
  "ETag": {
28780
28904
  "location": "header",
@@ -28805,7 +28929,7 @@ module.exports={
28805
28929
  "type": "structure",
28806
28930
  "members": {
28807
28931
  "PublicKey": {
28808
- "shape": "S4a"
28932
+ "shape": "S4k"
28809
28933
  },
28810
28934
  "ETag": {
28811
28935
  "location": "header",
@@ -28836,7 +28960,7 @@ module.exports={
28836
28960
  "type": "structure",
28837
28961
  "members": {
28838
28962
  "PublicKeyConfig": {
28839
- "shape": "S48"
28963
+ "shape": "S4i"
28840
28964
  },
28841
28965
  "ETag": {
28842
28966
  "location": "header",
@@ -28865,7 +28989,7 @@ module.exports={
28865
28989
  "type": "structure",
28866
28990
  "members": {
28867
28991
  "RealtimeLogConfig": {
28868
- "shape": "S4h"
28992
+ "shape": "S4r"
28869
28993
  }
28870
28994
  }
28871
28995
  }
@@ -28891,7 +29015,7 @@ module.exports={
28891
29015
  "type": "structure",
28892
29016
  "members": {
28893
29017
  "StreamingDistribution": {
28894
- "shape": "S4n"
29018
+ "shape": "S4x"
28895
29019
  },
28896
29020
  "ETag": {
28897
29021
  "location": "header",
@@ -28922,7 +29046,7 @@ module.exports={
28922
29046
  "type": "structure",
28923
29047
  "members": {
28924
29048
  "StreamingDistributionConfig": {
28925
- "shape": "S4j"
29049
+ "shape": "S4t"
28926
29050
  },
28927
29051
  "ETag": {
28928
29052
  "location": "header",
@@ -29080,7 +29204,7 @@ module.exports={
29080
29204
  "type": "structure",
29081
29205
  "members": {
29082
29206
  "DistributionList": {
29083
- "shape": "S6h"
29207
+ "shape": "S6w"
29084
29208
  }
29085
29209
  },
29086
29210
  "payload": "DistributionList"
@@ -29115,7 +29239,42 @@ module.exports={
29115
29239
  "type": "structure",
29116
29240
  "members": {
29117
29241
  "DistributionIdList": {
29118
- "shape": "S6m"
29242
+ "shape": "S71"
29243
+ }
29244
+ },
29245
+ "payload": "DistributionIdList"
29246
+ }
29247
+ },
29248
+ "ListDistributionsByKeyGroup": {
29249
+ "http": {
29250
+ "method": "GET",
29251
+ "requestUri": "/2020-05-31/distributionsByKeyGroupId/{KeyGroupId}"
29252
+ },
29253
+ "input": {
29254
+ "type": "structure",
29255
+ "required": [
29256
+ "KeyGroupId"
29257
+ ],
29258
+ "members": {
29259
+ "Marker": {
29260
+ "location": "querystring",
29261
+ "locationName": "Marker"
29262
+ },
29263
+ "MaxItems": {
29264
+ "location": "querystring",
29265
+ "locationName": "MaxItems"
29266
+ },
29267
+ "KeyGroupId": {
29268
+ "location": "uri",
29269
+ "locationName": "KeyGroupId"
29270
+ }
29271
+ }
29272
+ },
29273
+ "output": {
29274
+ "type": "structure",
29275
+ "members": {
29276
+ "DistributionIdList": {
29277
+ "shape": "S71"
29119
29278
  }
29120
29279
  },
29121
29280
  "payload": "DistributionIdList"
@@ -29150,7 +29309,7 @@ module.exports={
29150
29309
  "type": "structure",
29151
29310
  "members": {
29152
29311
  "DistributionIdList": {
29153
- "shape": "S6m"
29312
+ "shape": "S71"
29154
29313
  }
29155
29314
  },
29156
29315
  "payload": "DistributionIdList"
@@ -29177,7 +29336,7 @@ module.exports={
29177
29336
  "type": "structure",
29178
29337
  "members": {
29179
29338
  "DistributionList": {
29180
- "shape": "S6h"
29339
+ "shape": "S6w"
29181
29340
  }
29182
29341
  },
29183
29342
  "payload": "DistributionList"
@@ -29212,7 +29371,7 @@ module.exports={
29212
29371
  "type": "structure",
29213
29372
  "members": {
29214
29373
  "DistributionList": {
29215
- "shape": "S6h"
29374
+ "shape": "S6w"
29216
29375
  }
29217
29376
  },
29218
29377
  "payload": "DistributionList"
@@ -29269,10 +29428,10 @@ module.exports={
29269
29428
  },
29270
29429
  "Comment": {},
29271
29430
  "QueryArgProfileConfig": {
29272
- "shape": "S32"
29431
+ "shape": "S37"
29273
29432
  },
29274
29433
  "ContentTypeProfileConfig": {
29275
- "shape": "S36"
29434
+ "shape": "S3b"
29276
29435
  }
29277
29436
  }
29278
29437
  }
@@ -29336,7 +29495,7 @@ module.exports={
29336
29495
  },
29337
29496
  "Name": {},
29338
29497
  "EncryptionEntities": {
29339
- "shape": "S3f"
29498
+ "shape": "S3k"
29340
29499
  },
29341
29500
  "Comment": {}
29342
29501
  }
@@ -29421,6 +29580,62 @@ module.exports={
29421
29580
  "payload": "InvalidationList"
29422
29581
  }
29423
29582
  },
29583
+ "ListKeyGroups": {
29584
+ "http": {
29585
+ "method": "GET",
29586
+ "requestUri": "/2020-05-31/key-group"
29587
+ },
29588
+ "input": {
29589
+ "type": "structure",
29590
+ "members": {
29591
+ "Marker": {
29592
+ "location": "querystring",
29593
+ "locationName": "Marker"
29594
+ },
29595
+ "MaxItems": {
29596
+ "location": "querystring",
29597
+ "locationName": "MaxItems"
29598
+ }
29599
+ }
29600
+ },
29601
+ "output": {
29602
+ "type": "structure",
29603
+ "members": {
29604
+ "KeyGroupList": {
29605
+ "type": "structure",
29606
+ "required": [
29607
+ "MaxItems",
29608
+ "Quantity"
29609
+ ],
29610
+ "members": {
29611
+ "NextMarker": {},
29612
+ "MaxItems": {
29613
+ "type": "integer"
29614
+ },
29615
+ "Quantity": {
29616
+ "type": "integer"
29617
+ },
29618
+ "Items": {
29619
+ "type": "list",
29620
+ "member": {
29621
+ "locationName": "KeyGroupSummary",
29622
+ "type": "structure",
29623
+ "required": [
29624
+ "KeyGroup"
29625
+ ],
29626
+ "members": {
29627
+ "KeyGroup": {
29628
+ "shape": "S41"
29629
+ }
29630
+ }
29631
+ }
29632
+ }
29633
+ }
29634
+ }
29635
+ },
29636
+ "payload": "KeyGroupList"
29637
+ }
29638
+ },
29424
29639
  "ListOriginRequestPolicies": {
29425
29640
  "http": {
29426
29641
  "method": "GET",
@@ -29472,7 +29687,7 @@ module.exports={
29472
29687
  "members": {
29473
29688
  "Type": {},
29474
29689
  "OriginRequestPolicy": {
29475
- "shape": "S46"
29690
+ "shape": "S4g"
29476
29691
  }
29477
29692
  }
29478
29693
  }
@@ -29581,7 +29796,7 @@ module.exports={
29581
29796
  "Items": {
29582
29797
  "type": "list",
29583
29798
  "member": {
29584
- "shape": "S4h"
29799
+ "shape": "S4r"
29585
29800
  }
29586
29801
  },
29587
29802
  "IsTruncated": {
@@ -29663,7 +29878,7 @@ module.exports={
29663
29878
  },
29664
29879
  "DomainName": {},
29665
29880
  "S3Origin": {
29666
- "shape": "S4k"
29881
+ "shape": "S4u"
29667
29882
  },
29668
29883
  "Aliases": {
29669
29884
  "shape": "St"
@@ -29709,7 +29924,7 @@ module.exports={
29709
29924
  ],
29710
29925
  "members": {
29711
29926
  "Tags": {
29712
- "shape": "S2u"
29927
+ "shape": "S2z"
29713
29928
  }
29714
29929
  },
29715
29930
  "payload": "Tags"
@@ -29732,7 +29947,7 @@ module.exports={
29732
29947
  "locationName": "Resource"
29733
29948
  },
29734
29949
  "Tags": {
29735
- "shape": "S2u",
29950
+ "shape": "S2z",
29736
29951
  "locationName": "Tags",
29737
29952
  "xmlNamespace": {
29738
29953
  "uri": "http://cloudfront.amazonaws.com/doc/2020-05-31/"
@@ -29899,7 +30114,7 @@ module.exports={
29899
30114
  "type": "structure",
29900
30115
  "members": {
29901
30116
  "Distribution": {
29902
- "shape": "S2j"
30117
+ "shape": "S2l"
29903
30118
  },
29904
30119
  "ETag": {
29905
30120
  "location": "header",
@@ -29922,7 +30137,7 @@ module.exports={
29922
30137
  ],
29923
30138
  "members": {
29924
30139
  "FieldLevelEncryptionConfig": {
29925
- "shape": "S31",
30140
+ "shape": "S36",
29926
30141
  "locationName": "FieldLevelEncryptionConfig",
29927
30142
  "xmlNamespace": {
29928
30143
  "uri": "http://cloudfront.amazonaws.com/doc/2020-05-31/"
@@ -29943,7 +30158,7 @@ module.exports={
29943
30158
  "type": "structure",
29944
30159
  "members": {
29945
30160
  "FieldLevelEncryption": {
29946
- "shape": "S3c"
30161
+ "shape": "S3h"
29947
30162
  },
29948
30163
  "ETag": {
29949
30164
  "location": "header",
@@ -29966,7 +30181,7 @@ module.exports={
29966
30181
  ],
29967
30182
  "members": {
29968
30183
  "FieldLevelEncryptionProfileConfig": {
29969
- "shape": "S3e",
30184
+ "shape": "S3j",
29970
30185
  "locationName": "FieldLevelEncryptionProfileConfig",
29971
30186
  "xmlNamespace": {
29972
30187
  "uri": "http://cloudfront.amazonaws.com/doc/2020-05-31/"
@@ -29987,7 +30202,7 @@ module.exports={
29987
30202
  "type": "structure",
29988
30203
  "members": {
29989
30204
  "FieldLevelEncryptionProfile": {
29990
- "shape": "S3l"
30205
+ "shape": "S3q"
29991
30206
  },
29992
30207
  "ETag": {
29993
30208
  "location": "header",
@@ -29997,6 +30212,50 @@ module.exports={
29997
30212
  "payload": "FieldLevelEncryptionProfile"
29998
30213
  }
29999
30214
  },
30215
+ "UpdateKeyGroup": {
30216
+ "http": {
30217
+ "method": "PUT",
30218
+ "requestUri": "/2020-05-31/key-group/{Id}"
30219
+ },
30220
+ "input": {
30221
+ "type": "structure",
30222
+ "required": [
30223
+ "KeyGroupConfig",
30224
+ "Id"
30225
+ ],
30226
+ "members": {
30227
+ "KeyGroupConfig": {
30228
+ "shape": "S3y",
30229
+ "locationName": "KeyGroupConfig",
30230
+ "xmlNamespace": {
30231
+ "uri": "http://cloudfront.amazonaws.com/doc/2020-05-31/"
30232
+ }
30233
+ },
30234
+ "Id": {
30235
+ "location": "uri",
30236
+ "locationName": "Id"
30237
+ },
30238
+ "IfMatch": {
30239
+ "location": "header",
30240
+ "locationName": "If-Match"
30241
+ }
30242
+ },
30243
+ "payload": "KeyGroupConfig"
30244
+ },
30245
+ "output": {
30246
+ "type": "structure",
30247
+ "members": {
30248
+ "KeyGroup": {
30249
+ "shape": "S41"
30250
+ },
30251
+ "ETag": {
30252
+ "location": "header",
30253
+ "locationName": "ETag"
30254
+ }
30255
+ },
30256
+ "payload": "KeyGroup"
30257
+ }
30258
+ },
30000
30259
  "UpdateOriginRequestPolicy": {
30001
30260
  "http": {
30002
30261
  "method": "PUT",
@@ -30010,7 +30269,7 @@ module.exports={
30010
30269
  ],
30011
30270
  "members": {
30012
30271
  "OriginRequestPolicyConfig": {
30013
- "shape": "S3y",
30272
+ "shape": "S48",
30014
30273
  "locationName": "OriginRequestPolicyConfig",
30015
30274
  "xmlNamespace": {
30016
30275
  "uri": "http://cloudfront.amazonaws.com/doc/2020-05-31/"
@@ -30031,7 +30290,7 @@ module.exports={
30031
30290
  "type": "structure",
30032
30291
  "members": {
30033
30292
  "OriginRequestPolicy": {
30034
- "shape": "S46"
30293
+ "shape": "S4g"
30035
30294
  },
30036
30295
  "ETag": {
30037
30296
  "location": "header",
@@ -30054,7 +30313,7 @@ module.exports={
30054
30313
  ],
30055
30314
  "members": {
30056
30315
  "PublicKeyConfig": {
30057
- "shape": "S48",
30316
+ "shape": "S4i",
30058
30317
  "locationName": "PublicKeyConfig",
30059
30318
  "xmlNamespace": {
30060
30319
  "uri": "http://cloudfront.amazonaws.com/doc/2020-05-31/"
@@ -30075,7 +30334,7 @@ module.exports={
30075
30334
  "type": "structure",
30076
30335
  "members": {
30077
30336
  "PublicKey": {
30078
- "shape": "S4a"
30337
+ "shape": "S4k"
30079
30338
  },
30080
30339
  "ETag": {
30081
30340
  "location": "header",
@@ -30098,10 +30357,10 @@ module.exports={
30098
30357
  "type": "structure",
30099
30358
  "members": {
30100
30359
  "EndPoints": {
30101
- "shape": "S4c"
30360
+ "shape": "S4m"
30102
30361
  },
30103
30362
  "Fields": {
30104
- "shape": "S4f"
30363
+ "shape": "S4p"
30105
30364
  },
30106
30365
  "Name": {},
30107
30366
  "ARN": {},
@@ -30114,7 +30373,7 @@ module.exports={
30114
30373
  "type": "structure",
30115
30374
  "members": {
30116
30375
  "RealtimeLogConfig": {
30117
- "shape": "S4h"
30376
+ "shape": "S4r"
30118
30377
  }
30119
30378
  }
30120
30379
  }
@@ -30132,7 +30391,7 @@ module.exports={
30132
30391
  ],
30133
30392
  "members": {
30134
30393
  "StreamingDistributionConfig": {
30135
- "shape": "S4j",
30394
+ "shape": "S4t",
30136
30395
  "locationName": "StreamingDistributionConfig",
30137
30396
  "xmlNamespace": {
30138
30397
  "uri": "http://cloudfront.amazonaws.com/doc/2020-05-31/"
@@ -30153,7 +30412,7 @@ module.exports={
30153
30412
  "type": "structure",
30154
30413
  "members": {
30155
30414
  "StreamingDistribution": {
30156
- "shape": "S4n"
30415
+ "shape": "S4x"
30157
30416
  },
30158
30417
  "ETag": {
30159
30418
  "location": "header",
@@ -30356,10 +30615,10 @@ module.exports={
30356
30615
  "shape": "S1i"
30357
30616
  },
30358
30617
  "CacheBehaviors": {
30359
- "shape": "S20"
30618
+ "shape": "S22"
30360
30619
  },
30361
30620
  "CustomErrorResponses": {
30362
- "shape": "S23"
30621
+ "shape": "S25"
30363
30622
  },
30364
30623
  "Comment": {
30365
30624
  "type": "string",
@@ -30389,10 +30648,10 @@ module.exports={
30389
30648
  "type": "boolean"
30390
30649
  },
30391
30650
  "ViewerCertificate": {
30392
- "shape": "S29"
30651
+ "shape": "S2b"
30393
30652
  },
30394
30653
  "Restrictions": {
30395
- "shape": "S2d"
30654
+ "shape": "S2f"
30396
30655
  },
30397
30656
  "WebACLId": {},
30398
30657
  "HttpVersion": {},
@@ -30622,7 +30881,6 @@ module.exports={
30622
30881
  "type": "structure",
30623
30882
  "required": [
30624
30883
  "TargetOriginId",
30625
- "TrustedSigners",
30626
30884
  "ViewerProtocolPolicy"
30627
30885
  ],
30628
30886
  "members": {
@@ -30630,9 +30888,12 @@ module.exports={
30630
30888
  "TrustedSigners": {
30631
30889
  "shape": "S1j"
30632
30890
  },
30891
+ "TrustedKeyGroups": {
30892
+ "shape": "S1l"
30893
+ },
30633
30894
  "ViewerProtocolPolicy": {},
30634
30895
  "AllowedMethods": {
30635
- "shape": "S1m"
30896
+ "shape": "S1o"
30636
30897
  },
30637
30898
  "SmoothStreaming": {
30638
30899
  "type": "boolean"
@@ -30641,14 +30902,14 @@ module.exports={
30641
30902
  "type": "boolean"
30642
30903
  },
30643
30904
  "LambdaFunctionAssociations": {
30644
- "shape": "S1q"
30905
+ "shape": "S1s"
30645
30906
  },
30646
30907
  "FieldLevelEncryptionId": {},
30647
30908
  "RealtimeLogConfigArn": {},
30648
30909
  "CachePolicyId": {},
30649
30910
  "OriginRequestPolicyId": {},
30650
30911
  "ForwardedValues": {
30651
- "shape": "S1v",
30912
+ "shape": "S1x",
30652
30913
  "deprecated": true
30653
30914
  },
30654
30915
  "MinTTL": {
@@ -30686,7 +30947,28 @@ module.exports={
30686
30947
  }
30687
30948
  }
30688
30949
  },
30689
- "S1m": {
30950
+ "S1l": {
30951
+ "type": "structure",
30952
+ "required": [
30953
+ "Enabled",
30954
+ "Quantity"
30955
+ ],
30956
+ "members": {
30957
+ "Enabled": {
30958
+ "type": "boolean"
30959
+ },
30960
+ "Quantity": {
30961
+ "type": "integer"
30962
+ },
30963
+ "Items": {
30964
+ "type": "list",
30965
+ "member": {
30966
+ "locationName": "KeyGroup"
30967
+ }
30968
+ }
30969
+ }
30970
+ },
30971
+ "S1o": {
30690
30972
  "type": "structure",
30691
30973
  "required": [
30692
30974
  "Quantity",
@@ -30697,7 +30979,7 @@ module.exports={
30697
30979
  "type": "integer"
30698
30980
  },
30699
30981
  "Items": {
30700
- "shape": "S1n"
30982
+ "shape": "S1p"
30701
30983
  },
30702
30984
  "CachedMethods": {
30703
30985
  "type": "structure",
@@ -30710,19 +30992,19 @@ module.exports={
30710
30992
  "type": "integer"
30711
30993
  },
30712
30994
  "Items": {
30713
- "shape": "S1n"
30995
+ "shape": "S1p"
30714
30996
  }
30715
30997
  }
30716
30998
  }
30717
30999
  }
30718
31000
  },
30719
- "S1n": {
31001
+ "S1p": {
30720
31002
  "type": "list",
30721
31003
  "member": {
30722
31004
  "locationName": "Method"
30723
31005
  }
30724
31006
  },
30725
- "S1q": {
31007
+ "S1s": {
30726
31008
  "type": "structure",
30727
31009
  "required": [
30728
31010
  "Quantity"
@@ -30751,7 +31033,7 @@ module.exports={
30751
31033
  }
30752
31034
  }
30753
31035
  },
30754
- "S1v": {
31036
+ "S1x": {
30755
31037
  "type": "structure",
30756
31038
  "required": [
30757
31039
  "QueryString",
@@ -30795,7 +31077,7 @@ module.exports={
30795
31077
  }
30796
31078
  }
30797
31079
  },
30798
- "S20": {
31080
+ "S22": {
30799
31081
  "type": "structure",
30800
31082
  "required": [
30801
31083
  "Quantity"
@@ -30812,7 +31094,6 @@ module.exports={
30812
31094
  "required": [
30813
31095
  "PathPattern",
30814
31096
  "TargetOriginId",
30815
- "TrustedSigners",
30816
31097
  "ViewerProtocolPolicy"
30817
31098
  ],
30818
31099
  "members": {
@@ -30821,9 +31102,12 @@ module.exports={
30821
31102
  "TrustedSigners": {
30822
31103
  "shape": "S1j"
30823
31104
  },
31105
+ "TrustedKeyGroups": {
31106
+ "shape": "S1l"
31107
+ },
30824
31108
  "ViewerProtocolPolicy": {},
30825
31109
  "AllowedMethods": {
30826
- "shape": "S1m"
31110
+ "shape": "S1o"
30827
31111
  },
30828
31112
  "SmoothStreaming": {
30829
31113
  "type": "boolean"
@@ -30832,14 +31116,14 @@ module.exports={
30832
31116
  "type": "boolean"
30833
31117
  },
30834
31118
  "LambdaFunctionAssociations": {
30835
- "shape": "S1q"
31119
+ "shape": "S1s"
30836
31120
  },
30837
31121
  "FieldLevelEncryptionId": {},
30838
31122
  "RealtimeLogConfigArn": {},
30839
31123
  "CachePolicyId": {},
30840
31124
  "OriginRequestPolicyId": {},
30841
31125
  "ForwardedValues": {
30842
- "shape": "S1v",
31126
+ "shape": "S1x",
30843
31127
  "deprecated": true
30844
31128
  },
30845
31129
  "MinTTL": {
@@ -30859,7 +31143,7 @@ module.exports={
30859
31143
  }
30860
31144
  }
30861
31145
  },
30862
- "S23": {
31146
+ "S25": {
30863
31147
  "type": "structure",
30864
31148
  "required": [
30865
31149
  "Quantity"
@@ -30890,7 +31174,7 @@ module.exports={
30890
31174
  }
30891
31175
  }
30892
31176
  },
30893
- "S29": {
31177
+ "S2b": {
30894
31178
  "type": "structure",
30895
31179
  "members": {
30896
31180
  "CloudFrontDefaultCertificate": {
@@ -30908,7 +31192,7 @@ module.exports={
30908
31192
  }
30909
31193
  }
30910
31194
  },
30911
- "S2d": {
31195
+ "S2f": {
30912
31196
  "type": "structure",
30913
31197
  "required": [
30914
31198
  "GeoRestriction"
@@ -30935,7 +31219,7 @@ module.exports={
30935
31219
  }
30936
31220
  }
30937
31221
  },
30938
- "S2j": {
31222
+ "S2l": {
30939
31223
  "type": "structure",
30940
31224
  "required": [
30941
31225
  "Id",
@@ -30944,7 +31228,6 @@ module.exports={
30944
31228
  "LastModifiedTime",
30945
31229
  "InProgressInvalidationBatches",
30946
31230
  "DomainName",
30947
- "ActiveTrustedSigners",
30948
31231
  "DistributionConfig"
30949
31232
  ],
30950
31233
  "members": {
@@ -30959,17 +31242,45 @@ module.exports={
30959
31242
  },
30960
31243
  "DomainName": {},
30961
31244
  "ActiveTrustedSigners": {
30962
- "shape": "S2k"
31245
+ "shape": "S2m"
31246
+ },
31247
+ "ActiveTrustedKeyGroups": {
31248
+ "type": "structure",
31249
+ "required": [
31250
+ "Enabled",
31251
+ "Quantity"
31252
+ ],
31253
+ "members": {
31254
+ "Enabled": {
31255
+ "type": "boolean"
31256
+ },
31257
+ "Quantity": {
31258
+ "type": "integer"
31259
+ },
31260
+ "Items": {
31261
+ "type": "list",
31262
+ "member": {
31263
+ "locationName": "KeyGroup",
31264
+ "type": "structure",
31265
+ "members": {
31266
+ "KeyGroupId": {},
31267
+ "KeyPairIds": {
31268
+ "shape": "S2p"
31269
+ }
31270
+ }
31271
+ }
31272
+ }
31273
+ }
30963
31274
  },
30964
31275
  "DistributionConfig": {
30965
31276
  "shape": "Ss"
30966
31277
  },
30967
31278
  "AliasICPRecordals": {
30968
- "shape": "S2p"
31279
+ "shape": "S2u"
30969
31280
  }
30970
31281
  }
30971
31282
  },
30972
- "S2k": {
31283
+ "S2m": {
30973
31284
  "type": "structure",
30974
31285
  "required": [
30975
31286
  "Enabled",
@@ -30990,21 +31301,7 @@ module.exports={
30990
31301
  "members": {
30991
31302
  "AwsAccountNumber": {},
30992
31303
  "KeyPairIds": {
30993
- "type": "structure",
30994
- "required": [
30995
- "Quantity"
30996
- ],
30997
- "members": {
30998
- "Quantity": {
30999
- "type": "integer"
31000
- },
31001
- "Items": {
31002
- "type": "list",
31003
- "member": {
31004
- "locationName": "KeyPairId"
31005
- }
31006
- }
31007
- }
31304
+ "shape": "S2p"
31008
31305
  }
31009
31306
  }
31010
31307
  }
@@ -31012,6 +31309,23 @@ module.exports={
31012
31309
  }
31013
31310
  },
31014
31311
  "S2p": {
31312
+ "type": "structure",
31313
+ "required": [
31314
+ "Quantity"
31315
+ ],
31316
+ "members": {
31317
+ "Quantity": {
31318
+ "type": "integer"
31319
+ },
31320
+ "Items": {
31321
+ "type": "list",
31322
+ "member": {
31323
+ "locationName": "KeyPairId"
31324
+ }
31325
+ }
31326
+ }
31327
+ },
31328
+ "S2u": {
31015
31329
  "type": "list",
31016
31330
  "member": {
31017
31331
  "locationName": "AliasICPRecordal",
@@ -31022,7 +31336,7 @@ module.exports={
31022
31336
  }
31023
31337
  }
31024
31338
  },
31025
- "S2u": {
31339
+ "S2z": {
31026
31340
  "type": "structure",
31027
31341
  "members": {
31028
31342
  "Items": {
@@ -31041,7 +31355,7 @@ module.exports={
31041
31355
  }
31042
31356
  }
31043
31357
  },
31044
- "S31": {
31358
+ "S36": {
31045
31359
  "type": "structure",
31046
31360
  "required": [
31047
31361
  "CallerReference"
@@ -31050,14 +31364,14 @@ module.exports={
31050
31364
  "CallerReference": {},
31051
31365
  "Comment": {},
31052
31366
  "QueryArgProfileConfig": {
31053
- "shape": "S32"
31367
+ "shape": "S37"
31054
31368
  },
31055
31369
  "ContentTypeProfileConfig": {
31056
- "shape": "S36"
31370
+ "shape": "S3b"
31057
31371
  }
31058
31372
  }
31059
31373
  },
31060
- "S32": {
31374
+ "S37": {
31061
31375
  "type": "structure",
31062
31376
  "required": [
31063
31377
  "ForwardWhenQueryArgProfileIsUnknown"
@@ -31094,7 +31408,7 @@ module.exports={
31094
31408
  }
31095
31409
  }
31096
31410
  },
31097
- "S36": {
31411
+ "S3b": {
31098
31412
  "type": "structure",
31099
31413
  "required": [
31100
31414
  "ForwardWhenContentTypeIsUnknown"
@@ -31132,7 +31446,7 @@ module.exports={
31132
31446
  }
31133
31447
  }
31134
31448
  },
31135
- "S3c": {
31449
+ "S3h": {
31136
31450
  "type": "structure",
31137
31451
  "required": [
31138
31452
  "Id",
@@ -31145,11 +31459,11 @@ module.exports={
31145
31459
  "type": "timestamp"
31146
31460
  },
31147
31461
  "FieldLevelEncryptionConfig": {
31148
- "shape": "S31"
31462
+ "shape": "S36"
31149
31463
  }
31150
31464
  }
31151
31465
  },
31152
- "S3e": {
31466
+ "S3j": {
31153
31467
  "type": "structure",
31154
31468
  "required": [
31155
31469
  "Name",
@@ -31161,11 +31475,11 @@ module.exports={
31161
31475
  "CallerReference": {},
31162
31476
  "Comment": {},
31163
31477
  "EncryptionEntities": {
31164
- "shape": "S3f"
31478
+ "shape": "S3k"
31165
31479
  }
31166
31480
  }
31167
31481
  },
31168
- "S3f": {
31482
+ "S3k": {
31169
31483
  "type": "structure",
31170
31484
  "required": [
31171
31485
  "Quantity"
@@ -31209,7 +31523,7 @@ module.exports={
31209
31523
  }
31210
31524
  }
31211
31525
  },
31212
- "S3l": {
31526
+ "S3q": {
31213
31527
  "type": "structure",
31214
31528
  "required": [
31215
31529
  "Id",
@@ -31222,11 +31536,11 @@ module.exports={
31222
31536
  "type": "timestamp"
31223
31537
  },
31224
31538
  "FieldLevelEncryptionProfileConfig": {
31225
- "shape": "S3e"
31539
+ "shape": "S3j"
31226
31540
  }
31227
31541
  }
31228
31542
  },
31229
- "S3n": {
31543
+ "S3s": {
31230
31544
  "type": "structure",
31231
31545
  "required": [
31232
31546
  "Paths",
@@ -31253,7 +31567,7 @@ module.exports={
31253
31567
  "CallerReference": {}
31254
31568
  }
31255
31569
  },
31256
- "S3r": {
31570
+ "S3w": {
31257
31571
  "type": "structure",
31258
31572
  "required": [
31259
31573
  "Id",
@@ -31268,11 +31582,45 @@ module.exports={
31268
31582
  "type": "timestamp"
31269
31583
  },
31270
31584
  "InvalidationBatch": {
31271
- "shape": "S3n"
31585
+ "shape": "S3s"
31272
31586
  }
31273
31587
  }
31274
31588
  },
31275
- "S3t": {
31589
+ "S3y": {
31590
+ "type": "structure",
31591
+ "required": [
31592
+ "Name",
31593
+ "Items"
31594
+ ],
31595
+ "members": {
31596
+ "Name": {},
31597
+ "Items": {
31598
+ "type": "list",
31599
+ "member": {
31600
+ "locationName": "PublicKey"
31601
+ }
31602
+ },
31603
+ "Comment": {}
31604
+ }
31605
+ },
31606
+ "S41": {
31607
+ "type": "structure",
31608
+ "required": [
31609
+ "Id",
31610
+ "LastModifiedTime",
31611
+ "KeyGroupConfig"
31612
+ ],
31613
+ "members": {
31614
+ "Id": {},
31615
+ "LastModifiedTime": {
31616
+ "type": "timestamp"
31617
+ },
31618
+ "KeyGroupConfig": {
31619
+ "shape": "S3y"
31620
+ }
31621
+ }
31622
+ },
31623
+ "S43": {
31276
31624
  "type": "structure",
31277
31625
  "members": {
31278
31626
  "RealtimeMetricsSubscriptionConfig": {
@@ -31286,7 +31634,7 @@ module.exports={
31286
31634
  }
31287
31635
  }
31288
31636
  },
31289
- "S3y": {
31637
+ "S48": {
31290
31638
  "type": "structure",
31291
31639
  "required": [
31292
31640
  "Name",
@@ -31335,7 +31683,7 @@ module.exports={
31335
31683
  }
31336
31684
  }
31337
31685
  },
31338
- "S46": {
31686
+ "S4g": {
31339
31687
  "type": "structure",
31340
31688
  "required": [
31341
31689
  "Id",
@@ -31348,11 +31696,11 @@ module.exports={
31348
31696
  "type": "timestamp"
31349
31697
  },
31350
31698
  "OriginRequestPolicyConfig": {
31351
- "shape": "S3y"
31699
+ "shape": "S48"
31352
31700
  }
31353
31701
  }
31354
31702
  },
31355
- "S48": {
31703
+ "S4i": {
31356
31704
  "type": "structure",
31357
31705
  "required": [
31358
31706
  "CallerReference",
@@ -31366,7 +31714,7 @@ module.exports={
31366
31714
  "Comment": {}
31367
31715
  }
31368
31716
  },
31369
- "S4a": {
31717
+ "S4k": {
31370
31718
  "type": "structure",
31371
31719
  "required": [
31372
31720
  "Id",
@@ -31379,11 +31727,11 @@ module.exports={
31379
31727
  "type": "timestamp"
31380
31728
  },
31381
31729
  "PublicKeyConfig": {
31382
- "shape": "S48"
31730
+ "shape": "S4i"
31383
31731
  }
31384
31732
  }
31385
31733
  },
31386
- "S4c": {
31734
+ "S4m": {
31387
31735
  "type": "list",
31388
31736
  "member": {
31389
31737
  "type": "structure",
@@ -31406,13 +31754,13 @@ module.exports={
31406
31754
  }
31407
31755
  }
31408
31756
  },
31409
- "S4f": {
31757
+ "S4p": {
31410
31758
  "type": "list",
31411
31759
  "member": {
31412
31760
  "locationName": "Field"
31413
31761
  }
31414
31762
  },
31415
- "S4h": {
31763
+ "S4r": {
31416
31764
  "type": "structure",
31417
31765
  "required": [
31418
31766
  "ARN",
@@ -31428,14 +31776,14 @@ module.exports={
31428
31776
  "type": "long"
31429
31777
  },
31430
31778
  "EndPoints": {
31431
- "shape": "S4c"
31779
+ "shape": "S4m"
31432
31780
  },
31433
31781
  "Fields": {
31434
- "shape": "S4f"
31782
+ "shape": "S4p"
31435
31783
  }
31436
31784
  }
31437
31785
  },
31438
- "S4j": {
31786
+ "S4t": {
31439
31787
  "type": "structure",
31440
31788
  "required": [
31441
31789
  "CallerReference",
@@ -31447,7 +31795,7 @@ module.exports={
31447
31795
  "members": {
31448
31796
  "CallerReference": {},
31449
31797
  "S3Origin": {
31450
- "shape": "S4k"
31798
+ "shape": "S4u"
31451
31799
  },
31452
31800
  "Aliases": {
31453
31801
  "shape": "St"
@@ -31477,7 +31825,7 @@ module.exports={
31477
31825
  }
31478
31826
  }
31479
31827
  },
31480
- "S4k": {
31828
+ "S4u": {
31481
31829
  "type": "structure",
31482
31830
  "required": [
31483
31831
  "DomainName",
@@ -31488,7 +31836,7 @@ module.exports={
31488
31836
  "OriginAccessIdentity": {}
31489
31837
  }
31490
31838
  },
31491
- "S4n": {
31839
+ "S4x": {
31492
31840
  "type": "structure",
31493
31841
  "required": [
31494
31842
  "Id",
@@ -31507,14 +31855,14 @@ module.exports={
31507
31855
  },
31508
31856
  "DomainName": {},
31509
31857
  "ActiveTrustedSigners": {
31510
- "shape": "S2k"
31858
+ "shape": "S2m"
31511
31859
  },
31512
31860
  "StreamingDistributionConfig": {
31513
- "shape": "S4j"
31861
+ "shape": "S4t"
31514
31862
  }
31515
31863
  }
31516
31864
  },
31517
- "S6h": {
31865
+ "S6w": {
31518
31866
  "type": "structure",
31519
31867
  "required": [
31520
31868
  "Marker",
@@ -31580,10 +31928,10 @@ module.exports={
31580
31928
  "shape": "S1i"
31581
31929
  },
31582
31930
  "CacheBehaviors": {
31583
- "shape": "S20"
31931
+ "shape": "S22"
31584
31932
  },
31585
31933
  "CustomErrorResponses": {
31586
- "shape": "S23"
31934
+ "shape": "S25"
31587
31935
  },
31588
31936
  "Comment": {},
31589
31937
  "PriceClass": {},
@@ -31591,10 +31939,10 @@ module.exports={
31591
31939
  "type": "boolean"
31592
31940
  },
31593
31941
  "ViewerCertificate": {
31594
- "shape": "S29"
31942
+ "shape": "S2b"
31595
31943
  },
31596
31944
  "Restrictions": {
31597
- "shape": "S2d"
31945
+ "shape": "S2f"
31598
31946
  },
31599
31947
  "WebACLId": {},
31600
31948
  "HttpVersion": {},
@@ -31602,14 +31950,14 @@ module.exports={
31602
31950
  "type": "boolean"
31603
31951
  },
31604
31952
  "AliasICPRecordals": {
31605
- "shape": "S2p"
31953
+ "shape": "S2u"
31606
31954
  }
31607
31955
  }
31608
31956
  }
31609
31957
  }
31610
31958
  }
31611
31959
  },
31612
- "S6m": {
31960
+ "S71": {
31613
31961
  "type": "structure",
31614
31962
  "required": [
31615
31963
  "Marker",
@@ -70011,6 +70359,9 @@ module.exports={
70011
70359
  }
70012
70360
  }
70013
70361
  }
70362
+ },
70363
+ "NvmeSupport": {
70364
+ "locationName": "nvmeSupport"
70014
70365
  }
70015
70366
  }
70016
70367
  },
@@ -70266,7 +70617,7 @@ module.exports={
70266
70617
  "locationName": "reservationSet",
70267
70618
  "type": "list",
70268
70619
  "member": {
70269
- "shape": "Sxt",
70620
+ "shape": "Sxu",
70270
70621
  "locationName": "item"
70271
70622
  }
70272
70623
  },
@@ -70743,7 +71094,7 @@ module.exports={
70743
71094
  "locationName": "localGatewayVirtualInterfaceGroupId"
70744
71095
  },
70745
71096
  "LocalGatewayVirtualInterfaceIds": {
70746
- "shape": "Szv",
71097
+ "shape": "Szw",
70747
71098
  "locationName": "localGatewayVirtualInterfaceIdSet"
70748
71099
  },
70749
71100
  "LocalGatewayId": {
@@ -70770,7 +71121,7 @@ module.exports={
70770
71121
  "type": "structure",
70771
71122
  "members": {
70772
71123
  "LocalGatewayVirtualInterfaceIds": {
70773
- "shape": "Szv",
71124
+ "shape": "Szw",
70774
71125
  "locationName": "LocalGatewayVirtualInterfaceId"
70775
71126
  },
70776
71127
  "Filters": {
@@ -71470,7 +71821,7 @@ module.exports={
71470
71821
  },
71471
71822
  "OfferingClass": {},
71472
71823
  "ReservedInstancesIds": {
71473
- "shape": "S120",
71824
+ "shape": "S121",
71474
71825
  "locationName": "ReservedInstancesId"
71475
71826
  },
71476
71827
  "DryRun": {
@@ -71544,7 +71895,7 @@ module.exports={
71544
71895
  "locationName": "offeringType"
71545
71896
  },
71546
71897
  "RecurringCharges": {
71547
- "shape": "S128",
71898
+ "shape": "S129",
71548
71899
  "locationName": "recurringCharges"
71549
71900
  },
71550
71901
  "Scope": {
@@ -71641,7 +71992,7 @@ module.exports={
71641
71992
  "locationName": "reservedInstancesId"
71642
71993
  },
71643
71994
  "TargetConfiguration": {
71644
- "shape": "S12m",
71995
+ "shape": "S12n",
71645
71996
  "locationName": "targetConfiguration"
71646
71997
  }
71647
71998
  }
@@ -71796,7 +72147,7 @@ module.exports={
71796
72147
  }
71797
72148
  },
71798
72149
  "RecurringCharges": {
71799
- "shape": "S128",
72150
+ "shape": "S129",
71800
72151
  "locationName": "recurringCharges"
71801
72152
  },
71802
72153
  "Scope": {
@@ -71964,7 +72315,7 @@ module.exports={
71964
72315
  "locationName": "purchaseToken"
71965
72316
  },
71966
72317
  "Recurrence": {
71967
- "shape": "S139",
72318
+ "shape": "S13a",
71968
72319
  "locationName": "recurrence"
71969
72320
  },
71970
72321
  "SlotDurationInHours": {
@@ -72026,7 +72377,7 @@ module.exports={
72026
72377
  "locationName": "scheduledInstanceSet",
72027
72378
  "type": "list",
72028
72379
  "member": {
72029
- "shape": "S13h",
72380
+ "shape": "S13i",
72030
72381
  "locationName": "item"
72031
72382
  }
72032
72383
  }
@@ -72089,7 +72440,7 @@ module.exports={
72089
72440
  "locationName": "GroupId"
72090
72441
  },
72091
72442
  "GroupNames": {
72092
- "shape": "S13o",
72443
+ "shape": "S13p",
72093
72444
  "locationName": "GroupName"
72094
72445
  },
72095
72446
  "DryRun": {
@@ -72168,7 +72519,7 @@ module.exports={
72168
72519
  "type": "structure",
72169
72520
  "members": {
72170
72521
  "CreateVolumePermissions": {
72171
- "shape": "S13w",
72522
+ "shape": "S13x",
72172
72523
  "locationName": "createVolumePermission"
72173
72524
  },
72174
72525
  "ProductCodes": {
@@ -72203,7 +72554,7 @@ module.exports={
72203
72554
  "member": {}
72204
72555
  },
72205
72556
  "SnapshotIds": {
72206
- "shape": "S140",
72557
+ "shape": "S141",
72207
72558
  "locationName": "SnapshotId"
72208
72559
  },
72209
72560
  "DryRun": {
@@ -72402,7 +72753,7 @@ module.exports={
72402
72753
  "type": "timestamp"
72403
72754
  },
72404
72755
  "SpotFleetRequestConfig": {
72405
- "shape": "S14j",
72756
+ "shape": "S14k",
72406
72757
  "locationName": "spotFleetRequestConfig"
72407
72758
  },
72408
72759
  "SpotFleetRequestId": {
@@ -72447,7 +72798,7 @@ module.exports={
72447
72798
  "type": "structure",
72448
72799
  "members": {
72449
72800
  "SpotInstanceRequests": {
72450
- "shape": "S158",
72801
+ "shape": "S159",
72451
72802
  "locationName": "spotInstanceRequestSet"
72452
72803
  },
72453
72804
  "NextToken": {
@@ -72573,11 +72924,11 @@ module.exports={
72573
72924
  "locationName": "groupName"
72574
72925
  },
72575
72926
  "StaleIpPermissions": {
72576
- "shape": "S15q",
72927
+ "shape": "S15r",
72577
72928
  "locationName": "staleIpPermissions"
72578
72929
  },
72579
72930
  "StaleIpPermissionsEgress": {
72580
- "shape": "S15q",
72931
+ "shape": "S15r",
72581
72932
  "locationName": "staleIpPermissionsEgress"
72582
72933
  },
72583
72934
  "VpcId": {
@@ -72811,7 +73162,7 @@ module.exports={
72811
73162
  "type": "structure",
72812
73163
  "members": {
72813
73164
  "TransitGatewayAttachmentIds": {
72814
- "shape": "S16i"
73165
+ "shape": "S16j"
72815
73166
  },
72816
73167
  "Filters": {
72817
73168
  "shape": "Smu",
@@ -72931,7 +73282,7 @@ module.exports={
72931
73282
  "type": "structure",
72932
73283
  "members": {
72933
73284
  "TransitGatewayAttachmentIds": {
72934
- "shape": "S16i"
73285
+ "shape": "S16j"
72935
73286
  },
72936
73287
  "Filters": {
72937
73288
  "shape": "Smu",
@@ -73008,7 +73359,7 @@ module.exports={
73008
73359
  "type": "structure",
73009
73360
  "members": {
73010
73361
  "TransitGatewayAttachmentIds": {
73011
- "shape": "S16i"
73362
+ "shape": "S16j"
73012
73363
  },
73013
73364
  "Filters": {
73014
73365
  "shape": "Smu",
@@ -73126,7 +73477,7 @@ module.exports={
73126
73477
  },
73127
73478
  "NextToken": {},
73128
73479
  "VolumeIds": {
73129
- "shape": "S17a",
73480
+ "shape": "S17b",
73130
73481
  "locationName": "VolumeId"
73131
73482
  },
73132
73483
  "DryRun": {
@@ -73265,7 +73616,7 @@ module.exports={
73265
73616
  "locationName": "Filter"
73266
73617
  },
73267
73618
  "VolumeIds": {
73268
- "shape": "S17a",
73619
+ "shape": "S17b",
73269
73620
  "locationName": "VolumeId"
73270
73621
  },
73271
73622
  "DryRun": {
@@ -73306,7 +73657,7 @@ module.exports={
73306
73657
  "type": "boolean"
73307
73658
  },
73308
73659
  "VolumeIds": {
73309
- "shape": "S17a",
73660
+ "shape": "S17b",
73310
73661
  "locationName": "VolumeId"
73311
73662
  },
73312
73663
  "Filters": {
@@ -73326,7 +73677,7 @@ module.exports={
73326
73677
  "locationName": "volumeModificationSet",
73327
73678
  "type": "list",
73328
73679
  "member": {
73329
- "shape": "S17v",
73680
+ "shape": "S17w",
73330
73681
  "locationName": "item"
73331
73682
  }
73332
73683
  },
@@ -73382,7 +73733,7 @@ module.exports={
73382
73733
  "type": "boolean"
73383
73734
  },
73384
73735
  "VpcIds": {
73385
- "shape": "S181",
73736
+ "shape": "S182",
73386
73737
  "locationName": "VpcId"
73387
73738
  }
73388
73739
  }
@@ -73426,7 +73777,7 @@ module.exports={
73426
73777
  "locationName": "nextToken"
73427
73778
  },
73428
73779
  "VpcIds": {
73429
- "shape": "S181"
73780
+ "shape": "S182"
73430
73781
  }
73431
73782
  }
73432
73783
  },
@@ -74054,11 +74405,11 @@ module.exports={
74054
74405
  ],
74055
74406
  "members": {
74056
74407
  "AvailabilityZones": {
74057
- "shape": "S19p",
74408
+ "shape": "S19q",
74058
74409
  "locationName": "AvailabilityZone"
74059
74410
  },
74060
74411
  "SourceSnapshotIds": {
74061
- "shape": "S140",
74412
+ "shape": "S141",
74062
74413
  "locationName": "SourceSnapshotId"
74063
74414
  },
74064
74415
  "DryRun": {
@@ -74177,7 +74528,7 @@ module.exports={
74177
74528
  "type": "structure",
74178
74529
  "members": {
74179
74530
  "Propagation": {
74180
- "shape": "S1a0",
74531
+ "shape": "S1a1",
74181
74532
  "locationName": "propagation"
74182
74533
  }
74183
74534
  }
@@ -74451,11 +74802,11 @@ module.exports={
74451
74802
  ],
74452
74803
  "members": {
74453
74804
  "AvailabilityZones": {
74454
- "shape": "S19p",
74805
+ "shape": "S19q",
74455
74806
  "locationName": "AvailabilityZone"
74456
74807
  },
74457
74808
  "SourceSnapshotIds": {
74458
- "shape": "S140",
74809
+ "shape": "S141",
74459
74810
  "locationName": "SourceSnapshotId"
74460
74811
  },
74461
74812
  "DryRun": {
@@ -74574,7 +74925,7 @@ module.exports={
74574
74925
  "type": "structure",
74575
74926
  "members": {
74576
74927
  "Propagation": {
74577
- "shape": "S1a0",
74928
+ "shape": "S1a1",
74578
74929
  "locationName": "propagation"
74579
74930
  }
74580
74931
  }
@@ -75048,7 +75399,7 @@ module.exports={
75048
75399
  "type": "structure",
75049
75400
  "members": {
75050
75401
  "InstanceFamilyCreditSpecification": {
75051
- "shape": "S1c4",
75402
+ "shape": "S1c5",
75052
75403
  "locationName": "instanceFamilyCreditSpecification"
75053
75404
  }
75054
75405
  }
@@ -75142,7 +75493,7 @@ module.exports={
75142
75493
  ],
75143
75494
  "members": {
75144
75495
  "HostIdSet": {
75145
- "shape": "S1cf"
75496
+ "shape": "S1cg"
75146
75497
  },
75147
75498
  "OfferingId": {}
75148
75499
  }
@@ -75154,7 +75505,7 @@ module.exports={
75154
75505
  "locationName": "currencyCode"
75155
75506
  },
75156
75507
  "Purchase": {
75157
- "shape": "S1ch",
75508
+ "shape": "S1ci",
75158
75509
  "locationName": "purchase"
75159
75510
  },
75160
75511
  "TotalHourlyPrice": {
@@ -75344,7 +75695,7 @@ module.exports={
75344
75695
  "locationName": "paymentDue"
75345
75696
  },
75346
75697
  "ReservedInstanceValueRollup": {
75347
- "shape": "S1cy",
75698
+ "shape": "S1cz",
75348
75699
  "locationName": "reservedInstanceValueRollup"
75349
75700
  },
75350
75701
  "ReservedInstanceValueSet": {
@@ -75355,7 +75706,7 @@ module.exports={
75355
75706
  "type": "structure",
75356
75707
  "members": {
75357
75708
  "ReservationValue": {
75358
- "shape": "S1cy",
75709
+ "shape": "S1cz",
75359
75710
  "locationName": "reservationValue"
75360
75711
  },
75361
75712
  "ReservedInstanceId": {
@@ -75365,7 +75716,7 @@ module.exports={
75365
75716
  }
75366
75717
  },
75367
75718
  "TargetConfigurationValueRollup": {
75368
- "shape": "S1cy",
75719
+ "shape": "S1cz",
75369
75720
  "locationName": "targetConfigurationValueRollup"
75370
75721
  },
75371
75722
  "TargetConfigurationValueSet": {
@@ -75376,7 +75727,7 @@ module.exports={
75376
75727
  "type": "structure",
75377
75728
  "members": {
75378
75729
  "ReservationValue": {
75379
- "shape": "S1cy",
75730
+ "shape": "S1cz",
75380
75731
  "locationName": "reservationValue"
75381
75732
  },
75382
75733
  "TargetConfiguration": {
@@ -75670,7 +76021,7 @@ module.exports={
75670
76021
  "members": {
75671
76022
  "Architecture": {},
75672
76023
  "ClientData": {
75673
- "shape": "S1dq"
76024
+ "shape": "S1dr"
75674
76025
  },
75675
76026
  "ClientToken": {},
75676
76027
  "Description": {},
@@ -75687,7 +76038,7 @@ module.exports={
75687
76038
  "SnapshotId": {},
75688
76039
  "Url": {},
75689
76040
  "UserBucket": {
75690
- "shape": "S1dt"
76041
+ "shape": "S1du"
75691
76042
  }
75692
76043
  }
75693
76044
  }
@@ -75792,10 +76143,10 @@ module.exports={
75792
76143
  "members": {
75793
76144
  "Description": {},
75794
76145
  "Image": {
75795
- "shape": "S1e0"
76146
+ "shape": "S1e1"
75796
76147
  },
75797
76148
  "Volume": {
75798
- "shape": "S1e1"
76149
+ "shape": "S1e2"
75799
76150
  }
75800
76151
  }
75801
76152
  }
@@ -75918,7 +76269,7 @@ module.exports={
75918
76269
  "type": "structure",
75919
76270
  "members": {
75920
76271
  "ClientData": {
75921
- "shape": "S1dq"
76272
+ "shape": "S1dr"
75922
76273
  },
75923
76274
  "ClientToken": {},
75924
76275
  "Description": {},
@@ -75929,7 +76280,7 @@ module.exports={
75929
76280
  "Format": {},
75930
76281
  "Url": {},
75931
76282
  "UserBucket": {
75932
- "shape": "S1dt"
76283
+ "shape": "S1du"
75933
76284
  }
75934
76285
  }
75935
76286
  },
@@ -75987,11 +76338,11 @@ module.exports={
75987
76338
  "type": "boolean"
75988
76339
  },
75989
76340
  "Image": {
75990
- "shape": "S1e0",
76341
+ "shape": "S1e1",
75991
76342
  "locationName": "image"
75992
76343
  },
75993
76344
  "Volume": {
75994
- "shape": "S1e1",
76345
+ "shape": "S1e2",
75995
76346
  "locationName": "volume"
75996
76347
  }
75997
76348
  }
@@ -76130,7 +76481,7 @@ module.exports={
76130
76481
  "type": "structure",
76131
76482
  "members": {
76132
76483
  "InstanceFamilyCreditSpecification": {
76133
- "shape": "S1c4",
76484
+ "shape": "S1c5",
76134
76485
  "locationName": "instanceFamilyCreditSpecification"
76135
76486
  }
76136
76487
  }
@@ -76204,25 +76555,25 @@ module.exports={
76204
76555
  "Attribute": {},
76205
76556
  "OperationType": {},
76206
76557
  "UserIds": {
76207
- "shape": "S1es",
76558
+ "shape": "S1et",
76208
76559
  "locationName": "UserId"
76209
76560
  },
76210
76561
  "UserGroups": {
76211
- "shape": "S1et",
76562
+ "shape": "S1eu",
76212
76563
  "locationName": "UserGroup"
76213
76564
  },
76214
76565
  "ProductCodes": {
76215
- "shape": "S1eu",
76566
+ "shape": "S1ev",
76216
76567
  "locationName": "ProductCode"
76217
76568
  },
76218
76569
  "LoadPermission": {
76219
76570
  "type": "structure",
76220
76571
  "members": {
76221
76572
  "Add": {
76222
- "shape": "S1ew"
76573
+ "shape": "S1ex"
76223
76574
  },
76224
76575
  "Remove": {
76225
- "shape": "S1ew"
76576
+ "shape": "S1ex"
76226
76577
  }
76227
76578
  }
76228
76579
  },
@@ -76267,7 +76618,7 @@ module.exports={
76267
76618
  "locationName": "successful"
76268
76619
  },
76269
76620
  "Unsuccessful": {
76270
- "shape": "S1f1",
76621
+ "shape": "S1f2",
76271
76622
  "locationName": "unsuccessful"
76272
76623
  }
76273
76624
  }
@@ -76335,15 +76686,15 @@ module.exports={
76335
76686
  },
76336
76687
  "OperationType": {},
76337
76688
  "ProductCodes": {
76338
- "shape": "S1eu",
76689
+ "shape": "S1ev",
76339
76690
  "locationName": "ProductCode"
76340
76691
  },
76341
76692
  "UserGroups": {
76342
- "shape": "S1et",
76693
+ "shape": "S1eu",
76343
76694
  "locationName": "UserGroup"
76344
76695
  },
76345
76696
  "UserIds": {
76346
- "shape": "S1es",
76697
+ "shape": "S1et",
76347
76698
  "locationName": "UserId"
76348
76699
  },
76349
76700
  "Value": {},
@@ -76468,7 +76819,7 @@ module.exports={
76468
76819
  "members": {
76469
76820
  "InstanceId": {},
76470
76821
  "CapacityReservationSpecification": {
76471
- "shape": "S1fc"
76822
+ "shape": "S1fd"
76472
76823
  },
76473
76824
  "DryRun": {
76474
76825
  "type": "boolean"
@@ -76608,7 +76959,7 @@ module.exports={
76608
76959
  "locationName": "instanceId"
76609
76960
  },
76610
76961
  "InstanceMetadataOptions": {
76611
- "shape": "Sye",
76962
+ "shape": "Syf",
76612
76963
  "locationName": "instanceMetadataOptions"
76613
76964
  }
76614
76965
  }
@@ -76770,7 +77121,7 @@ module.exports={
76770
77121
  ],
76771
77122
  "members": {
76772
77123
  "ReservedInstancesIds": {
76773
- "shape": "S120",
77124
+ "shape": "S121",
76774
77125
  "locationName": "ReservedInstancesId"
76775
77126
  },
76776
77127
  "ClientToken": {
@@ -76780,7 +77131,7 @@ module.exports={
76780
77131
  "locationName": "ReservedInstancesConfigurationSetItemType",
76781
77132
  "type": "list",
76782
77133
  "member": {
76783
- "shape": "S12m",
77134
+ "shape": "S12n",
76784
77135
  "locationName": "item"
76785
77136
  }
76786
77137
  }
@@ -76807,21 +77158,21 @@ module.exports={
76807
77158
  "type": "structure",
76808
77159
  "members": {
76809
77160
  "Add": {
76810
- "shape": "S13w"
77161
+ "shape": "S13x"
76811
77162
  },
76812
77163
  "Remove": {
76813
- "shape": "S13w"
77164
+ "shape": "S13x"
76814
77165
  }
76815
77166
  }
76816
77167
  },
76817
77168
  "GroupNames": {
76818
- "shape": "S13o",
77169
+ "shape": "S13p",
76819
77170
  "locationName": "UserGroup"
76820
77171
  },
76821
77172
  "OperationType": {},
76822
77173
  "SnapshotId": {},
76823
77174
  "UserIds": {
76824
- "shape": "S1es",
77175
+ "shape": "S1et",
76825
77176
  "locationName": "UserId"
76826
77177
  },
76827
77178
  "DryRun": {
@@ -76842,7 +77193,7 @@ module.exports={
76842
77193
  "locationName": "excessCapacityTerminationPolicy"
76843
77194
  },
76844
77195
  "LaunchTemplateConfigs": {
76845
- "shape": "S14v",
77196
+ "shape": "S14w",
76846
77197
  "locationName": "LaunchTemplateConfig"
76847
77198
  },
76848
77199
  "SpotFleetRequestId": {
@@ -77131,7 +77482,7 @@ module.exports={
77131
77482
  "type": "structure",
77132
77483
  "members": {
77133
77484
  "VolumeModification": {
77134
- "shape": "S17v",
77485
+ "shape": "S17w",
77135
77486
  "locationName": "volumeModification"
77136
77487
  }
77137
77488
  }
@@ -77330,13 +77681,13 @@ module.exports={
77330
77681
  ],
77331
77682
  "members": {
77332
77683
  "AccepterPeeringConnectionOptions": {
77333
- "shape": "S1h7"
77684
+ "shape": "S1h8"
77334
77685
  },
77335
77686
  "DryRun": {
77336
77687
  "type": "boolean"
77337
77688
  },
77338
77689
  "RequesterPeeringConnectionOptions": {
77339
- "shape": "S1h7"
77690
+ "shape": "S1h8"
77340
77691
  },
77341
77692
  "VpcPeeringConnectionId": {}
77342
77693
  }
@@ -77345,11 +77696,11 @@ module.exports={
77345
77696
  "type": "structure",
77346
77697
  "members": {
77347
77698
  "AccepterPeeringConnectionOptions": {
77348
- "shape": "S1h9",
77699
+ "shape": "S1ha",
77349
77700
  "locationName": "accepterPeeringConnectionOptions"
77350
77701
  },
77351
77702
  "RequesterPeeringConnectionOptions": {
77352
- "shape": "S1h9",
77703
+ "shape": "S1ha",
77353
77704
  "locationName": "requesterPeeringConnectionOptions"
77354
77705
  }
77355
77706
  }
@@ -77561,7 +77912,7 @@ module.exports={
77561
77912
  "type": "structure",
77562
77913
  "members": {
77563
77914
  "InstanceMonitorings": {
77564
- "shape": "S1ho",
77915
+ "shape": "S1hp",
77565
77916
  "locationName": "instancesSet"
77566
77917
  }
77567
77918
  }
@@ -77648,7 +77999,7 @@ module.exports={
77648
77999
  "ClientToken": {},
77649
78000
  "CurrencyCode": {},
77650
78001
  "HostIdSet": {
77651
- "shape": "S1cf"
78002
+ "shape": "S1cg"
77652
78003
  },
77653
78004
  "LimitPrice": {},
77654
78005
  "OfferingId": {},
@@ -77668,7 +78019,7 @@ module.exports={
77668
78019
  "locationName": "currencyCode"
77669
78020
  },
77670
78021
  "Purchase": {
77671
- "shape": "S1ch",
78022
+ "shape": "S1ci",
77672
78023
  "locationName": "purchase"
77673
78024
  },
77674
78025
  "TotalHourlyPrice": {
@@ -77763,7 +78114,7 @@ module.exports={
77763
78114
  "locationName": "scheduledInstanceSet",
77764
78115
  "type": "list",
77765
78116
  "member": {
77766
- "shape": "S13h",
78117
+ "shape": "S13i",
77767
78118
  "locationName": "item"
77768
78119
  }
77769
78120
  }
@@ -78088,7 +78439,7 @@ module.exports={
78088
78439
  "locationName": "successful"
78089
78440
  },
78090
78441
  "Unsuccessful": {
78091
- "shape": "S1f1",
78442
+ "shape": "S1f2",
78092
78443
  "locationName": "unsuccessful"
78093
78444
  }
78094
78445
  }
@@ -78359,7 +78710,7 @@ module.exports={
78359
78710
  "type": "boolean"
78360
78711
  },
78361
78712
  "SpotFleetRequestConfig": {
78362
- "shape": "S14j",
78713
+ "shape": "S14k",
78363
78714
  "locationName": "spotFleetRequestConfig"
78364
78715
  }
78365
78716
  }
@@ -78443,15 +78794,15 @@ module.exports={
78443
78794
  "locationName": "keyName"
78444
78795
  },
78445
78796
  "Monitoring": {
78446
- "shape": "S15b",
78797
+ "shape": "S15c",
78447
78798
  "locationName": "monitoring"
78448
78799
  },
78449
78800
  "NetworkInterfaces": {
78450
- "shape": "S14q",
78801
+ "shape": "S14r",
78451
78802
  "locationName": "NetworkInterface"
78452
78803
  },
78453
78804
  "Placement": {
78454
- "shape": "S14s",
78805
+ "shape": "S14t",
78455
78806
  "locationName": "placement"
78456
78807
  },
78457
78808
  "RamdiskId": {
@@ -78490,7 +78841,7 @@ module.exports={
78490
78841
  "type": "structure",
78491
78842
  "members": {
78492
78843
  "SpotInstanceRequests": {
78493
- "shape": "S158",
78844
+ "shape": "S159",
78494
78845
  "locationName": "spotInstanceRequestSet"
78495
78846
  }
78496
78847
  }
@@ -78824,7 +79175,7 @@ module.exports={
78824
79175
  "type": "integer"
78825
79176
  },
78826
79177
  "Monitoring": {
78827
- "shape": "S15b"
79178
+ "shape": "S15c"
78828
79179
  },
78829
79180
  "Placement": {
78830
79181
  "shape": "S8c"
@@ -78867,7 +79218,7 @@ module.exports={
78867
79218
  "locationName": "instanceInitiatedShutdownBehavior"
78868
79219
  },
78869
79220
  "NetworkInterfaces": {
78870
- "shape": "S14q",
79221
+ "shape": "S14r",
78871
79222
  "locationName": "networkInterface"
78872
79223
  },
78873
79224
  "PrivateIpAddress": {
@@ -78944,7 +79295,7 @@ module.exports={
78944
79295
  }
78945
79296
  },
78946
79297
  "CapacityReservationSpecification": {
78947
- "shape": "S1fc"
79298
+ "shape": "S1fd"
78948
79299
  },
78949
79300
  "HibernationOptions": {
78950
79301
  "type": "structure",
@@ -78978,7 +79329,7 @@ module.exports={
78978
79329
  }
78979
79330
  },
78980
79331
  "output": {
78981
- "shape": "Sxt"
79332
+ "shape": "Sxu"
78982
79333
  }
78983
79334
  },
78984
79335
  "RunScheduledInstances": {
@@ -79076,7 +79427,7 @@ module.exports={
79076
79427
  "type": "integer"
79077
79428
  },
79078
79429
  "Groups": {
79079
- "shape": "S1km",
79430
+ "shape": "S1kn",
79080
79431
  "locationName": "Group"
79081
79432
  },
79082
79433
  "Ipv6AddressCount": {
@@ -79125,7 +79476,7 @@ module.exports={
79125
79476
  },
79126
79477
  "RamdiskId": {},
79127
79478
  "SecurityGroupIds": {
79128
- "shape": "S1km",
79479
+ "shape": "S1kn",
79129
79480
  "locationName": "SecurityGroupId"
79130
79481
  },
79131
79482
  "SubnetId": {},
@@ -79333,7 +79684,7 @@ module.exports={
79333
79684
  "type": "structure",
79334
79685
  "members": {
79335
79686
  "StartingInstances": {
79336
- "shape": "S1la",
79687
+ "shape": "S1lb",
79337
79688
  "locationName": "instancesSet"
79338
79689
  }
79339
79690
  }
@@ -79390,7 +79741,7 @@ module.exports={
79390
79741
  "type": "structure",
79391
79742
  "members": {
79392
79743
  "StoppingInstances": {
79393
- "shape": "S1la",
79744
+ "shape": "S1lb",
79394
79745
  "locationName": "instancesSet"
79395
79746
  }
79396
79747
  }
@@ -79465,7 +79816,7 @@ module.exports={
79465
79816
  "type": "structure",
79466
79817
  "members": {
79467
79818
  "TerminatingInstances": {
79468
- "shape": "S1la",
79819
+ "shape": "S1lb",
79469
79820
  "locationName": "instancesSet"
79470
79821
  }
79471
79822
  }
@@ -79540,7 +79891,7 @@ module.exports={
79540
79891
  "type": "structure",
79541
79892
  "members": {
79542
79893
  "InstanceMonitorings": {
79543
- "shape": "S1ho",
79894
+ "shape": "S1hp",
79544
79895
  "locationName": "instancesSet"
79545
79896
  }
79546
79897
  }
@@ -84164,7 +84515,7 @@ module.exports={
84164
84515
  }
84165
84516
  }
84166
84517
  },
84167
- "Sxt": {
84518
+ "Sxu": {
84168
84519
  "type": "structure",
84169
84520
  "members": {
84170
84521
  "Groups": {
@@ -84202,7 +84553,7 @@ module.exports={
84202
84553
  "type": "timestamp"
84203
84554
  },
84204
84555
  "Monitoring": {
84205
- "shape": "Sxw",
84556
+ "shape": "Sxx",
84206
84557
  "locationName": "monitoring"
84207
84558
  },
84208
84559
  "Placement": {
@@ -84325,7 +84676,7 @@ module.exports={
84325
84676
  "type": "structure",
84326
84677
  "members": {
84327
84678
  "Association": {
84328
- "shape": "Sy5",
84679
+ "shape": "Sy6",
84329
84680
  "locationName": "association"
84330
84681
  },
84331
84682
  "Attachment": {
@@ -84386,7 +84737,7 @@ module.exports={
84386
84737
  "type": "structure",
84387
84738
  "members": {
84388
84739
  "Association": {
84389
- "shape": "Sy5",
84740
+ "shape": "Sy6",
84390
84741
  "locationName": "association"
84391
84742
  },
84392
84743
  "Primary": {
@@ -84509,7 +84860,7 @@ module.exports={
84509
84860
  }
84510
84861
  },
84511
84862
  "MetadataOptions": {
84512
- "shape": "Sye",
84863
+ "shape": "Syf",
84513
84864
  "locationName": "metadataOptions"
84514
84865
  }
84515
84866
  }
@@ -84526,7 +84877,7 @@ module.exports={
84526
84877
  }
84527
84878
  }
84528
84879
  },
84529
- "Sxw": {
84880
+ "Sxx": {
84530
84881
  "type": "structure",
84531
84882
  "members": {
84532
84883
  "State": {
@@ -84534,7 +84885,7 @@ module.exports={
84534
84885
  }
84535
84886
  }
84536
84887
  },
84537
- "Sy5": {
84888
+ "Sy6": {
84538
84889
  "type": "structure",
84539
84890
  "members": {
84540
84891
  "CarrierIp": {
@@ -84551,7 +84902,7 @@ module.exports={
84551
84902
  }
84552
84903
  }
84553
84904
  },
84554
- "Sye": {
84905
+ "Syf": {
84555
84906
  "type": "structure",
84556
84907
  "members": {
84557
84908
  "State": {
@@ -84569,19 +84920,19 @@ module.exports={
84569
84920
  }
84570
84921
  }
84571
84922
  },
84572
- "Szv": {
84923
+ "Szw": {
84573
84924
  "type": "list",
84574
84925
  "member": {
84575
84926
  "locationName": "item"
84576
84927
  }
84577
84928
  },
84578
- "S120": {
84929
+ "S121": {
84579
84930
  "type": "list",
84580
84931
  "member": {
84581
84932
  "locationName": "ReservedInstancesId"
84582
84933
  }
84583
84934
  },
84584
- "S128": {
84935
+ "S129": {
84585
84936
  "type": "list",
84586
84937
  "member": {
84587
84938
  "locationName": "item",
@@ -84597,7 +84948,7 @@ module.exports={
84597
84948
  }
84598
84949
  }
84599
84950
  },
84600
- "S12m": {
84951
+ "S12n": {
84601
84952
  "type": "structure",
84602
84953
  "members": {
84603
84954
  "AvailabilityZone": {
@@ -84618,7 +84969,7 @@ module.exports={
84618
84969
  }
84619
84970
  }
84620
84971
  },
84621
- "S139": {
84972
+ "S13a": {
84622
84973
  "type": "structure",
84623
84974
  "members": {
84624
84975
  "Frequency": {
@@ -84645,7 +84996,7 @@ module.exports={
84645
84996
  }
84646
84997
  }
84647
84998
  },
84648
- "S13h": {
84999
+ "S13i": {
84649
85000
  "type": "structure",
84650
85001
  "members": {
84651
85002
  "AvailabilityZone": {
@@ -84680,7 +85031,7 @@ module.exports={
84680
85031
  "type": "timestamp"
84681
85032
  },
84682
85033
  "Recurrence": {
84683
- "shape": "S139",
85034
+ "shape": "S13a",
84684
85035
  "locationName": "recurrence"
84685
85036
  },
84686
85037
  "ScheduledInstanceId": {
@@ -84704,13 +85055,13 @@ module.exports={
84704
85055
  }
84705
85056
  }
84706
85057
  },
84707
- "S13o": {
85058
+ "S13p": {
84708
85059
  "type": "list",
84709
85060
  "member": {
84710
85061
  "locationName": "GroupName"
84711
85062
  }
84712
85063
  },
84713
- "S13w": {
85064
+ "S13x": {
84714
85065
  "type": "list",
84715
85066
  "member": {
84716
85067
  "locationName": "item",
@@ -84725,13 +85076,13 @@ module.exports={
84725
85076
  }
84726
85077
  }
84727
85078
  },
84728
- "S140": {
85079
+ "S141": {
84729
85080
  "type": "list",
84730
85081
  "member": {
84731
85082
  "locationName": "SnapshotId"
84732
85083
  }
84733
85084
  },
84734
- "S14j": {
85085
+ "S14k": {
84735
85086
  "type": "structure",
84736
85087
  "required": [
84737
85088
  "IamFleetRole",
@@ -84810,11 +85161,11 @@ module.exports={
84810
85161
  }
84811
85162
  },
84812
85163
  "NetworkInterfaces": {
84813
- "shape": "S14q",
85164
+ "shape": "S14r",
84814
85165
  "locationName": "networkInterfaceSet"
84815
85166
  },
84816
85167
  "Placement": {
84817
- "shape": "S14s",
85168
+ "shape": "S14t",
84818
85169
  "locationName": "placement"
84819
85170
  },
84820
85171
  "RamdiskId": {
@@ -84854,7 +85205,7 @@ module.exports={
84854
85205
  }
84855
85206
  },
84856
85207
  "LaunchTemplateConfigs": {
84857
- "shape": "S14v",
85208
+ "shape": "S14w",
84858
85209
  "locationName": "launchTemplateConfigs"
84859
85210
  },
84860
85211
  "SpotPrice": {
@@ -84950,7 +85301,7 @@ module.exports={
84950
85301
  }
84951
85302
  }
84952
85303
  },
84953
- "S14q": {
85304
+ "S14r": {
84954
85305
  "type": "list",
84955
85306
  "member": {
84956
85307
  "locationName": "item",
@@ -85009,7 +85360,7 @@ module.exports={
85009
85360
  }
85010
85361
  }
85011
85362
  },
85012
- "S14s": {
85363
+ "S14t": {
85013
85364
  "type": "structure",
85014
85365
  "members": {
85015
85366
  "AvailabilityZone": {
@@ -85023,7 +85374,7 @@ module.exports={
85023
85374
  }
85024
85375
  }
85025
85376
  },
85026
- "S14v": {
85377
+ "S14w": {
85027
85378
  "type": "list",
85028
85379
  "member": {
85029
85380
  "locationName": "item",
@@ -85066,7 +85417,7 @@ module.exports={
85066
85417
  }
85067
85418
  }
85068
85419
  },
85069
- "S158": {
85420
+ "S159": {
85070
85421
  "type": "list",
85071
85422
  "member": {
85072
85423
  "locationName": "item",
@@ -85135,11 +85486,11 @@ module.exports={
85135
85486
  "locationName": "keyName"
85136
85487
  },
85137
85488
  "NetworkInterfaces": {
85138
- "shape": "S14q",
85489
+ "shape": "S14r",
85139
85490
  "locationName": "networkInterfaceSet"
85140
85491
  },
85141
85492
  "Placement": {
85142
- "shape": "S14s",
85493
+ "shape": "S14t",
85143
85494
  "locationName": "placement"
85144
85495
  },
85145
85496
  "RamdiskId": {
@@ -85149,7 +85500,7 @@ module.exports={
85149
85500
  "locationName": "subnetId"
85150
85501
  },
85151
85502
  "Monitoring": {
85152
- "shape": "S15b",
85503
+ "shape": "S15c",
85153
85504
  "locationName": "monitoring"
85154
85505
  }
85155
85506
  }
@@ -85206,7 +85557,7 @@ module.exports={
85206
85557
  }
85207
85558
  }
85208
85559
  },
85209
- "S15b": {
85560
+ "S15c": {
85210
85561
  "type": "structure",
85211
85562
  "required": [
85212
85563
  "Enabled"
@@ -85218,7 +85569,7 @@ module.exports={
85218
85569
  }
85219
85570
  }
85220
85571
  },
85221
- "S15q": {
85572
+ "S15r": {
85222
85573
  "type": "list",
85223
85574
  "member": {
85224
85575
  "locationName": "item",
@@ -85260,17 +85611,17 @@ module.exports={
85260
85611
  }
85261
85612
  }
85262
85613
  },
85263
- "S16i": {
85614
+ "S16j": {
85264
85615
  "type": "list",
85265
85616
  "member": {}
85266
85617
  },
85267
- "S17a": {
85618
+ "S17b": {
85268
85619
  "type": "list",
85269
85620
  "member": {
85270
85621
  "locationName": "VolumeId"
85271
85622
  }
85272
85623
  },
85273
- "S17v": {
85624
+ "S17w": {
85274
85625
  "type": "structure",
85275
85626
  "members": {
85276
85627
  "VolumeId": {
@@ -85318,19 +85669,19 @@ module.exports={
85318
85669
  }
85319
85670
  }
85320
85671
  },
85321
- "S181": {
85672
+ "S182": {
85322
85673
  "type": "list",
85323
85674
  "member": {
85324
85675
  "locationName": "VpcId"
85325
85676
  }
85326
85677
  },
85327
- "S19p": {
85678
+ "S19q": {
85328
85679
  "type": "list",
85329
85680
  "member": {
85330
85681
  "locationName": "AvailabilityZone"
85331
85682
  }
85332
85683
  },
85333
- "S1a0": {
85684
+ "S1a1": {
85334
85685
  "type": "structure",
85335
85686
  "members": {
85336
85687
  "TransitGatewayAttachmentId": {
@@ -85350,7 +85701,7 @@ module.exports={
85350
85701
  }
85351
85702
  }
85352
85703
  },
85353
- "S1c4": {
85704
+ "S1c5": {
85354
85705
  "type": "structure",
85355
85706
  "members": {
85356
85707
  "InstanceFamily": {
@@ -85361,13 +85712,13 @@ module.exports={
85361
85712
  }
85362
85713
  }
85363
85714
  },
85364
- "S1cf": {
85715
+ "S1cg": {
85365
85716
  "type": "list",
85366
85717
  "member": {
85367
85718
  "locationName": "item"
85368
85719
  }
85369
85720
  },
85370
- "S1ch": {
85721
+ "S1ci": {
85371
85722
  "type": "list",
85372
85723
  "member": {
85373
85724
  "locationName": "item",
@@ -85402,7 +85753,7 @@ module.exports={
85402
85753
  }
85403
85754
  }
85404
85755
  },
85405
- "S1cy": {
85756
+ "S1cz": {
85406
85757
  "type": "structure",
85407
85758
  "members": {
85408
85759
  "HourlyPrice": {
@@ -85416,7 +85767,7 @@ module.exports={
85416
85767
  }
85417
85768
  }
85418
85769
  },
85419
- "S1dq": {
85770
+ "S1dr": {
85420
85771
  "type": "structure",
85421
85772
  "members": {
85422
85773
  "Comment": {},
@@ -85431,14 +85782,14 @@ module.exports={
85431
85782
  }
85432
85783
  }
85433
85784
  },
85434
- "S1dt": {
85785
+ "S1du": {
85435
85786
  "type": "structure",
85436
85787
  "members": {
85437
85788
  "S3Bucket": {},
85438
85789
  "S3Key": {}
85439
85790
  }
85440
85791
  },
85441
- "S1e0": {
85792
+ "S1e1": {
85442
85793
  "type": "structure",
85443
85794
  "required": [
85444
85795
  "Bytes",
@@ -85458,7 +85809,7 @@ module.exports={
85458
85809
  }
85459
85810
  }
85460
85811
  },
85461
- "S1e1": {
85812
+ "S1e2": {
85462
85813
  "type": "structure",
85463
85814
  "required": [
85464
85815
  "Size"
@@ -85470,25 +85821,25 @@ module.exports={
85470
85821
  }
85471
85822
  }
85472
85823
  },
85473
- "S1es": {
85824
+ "S1et": {
85474
85825
  "type": "list",
85475
85826
  "member": {
85476
85827
  "locationName": "UserId"
85477
85828
  }
85478
85829
  },
85479
- "S1et": {
85830
+ "S1eu": {
85480
85831
  "type": "list",
85481
85832
  "member": {
85482
85833
  "locationName": "UserGroup"
85483
85834
  }
85484
85835
  },
85485
- "S1eu": {
85836
+ "S1ev": {
85486
85837
  "type": "list",
85487
85838
  "member": {
85488
85839
  "locationName": "ProductCode"
85489
85840
  }
85490
85841
  },
85491
- "S1ew": {
85842
+ "S1ex": {
85492
85843
  "type": "list",
85493
85844
  "member": {
85494
85845
  "locationName": "item",
@@ -85499,14 +85850,14 @@ module.exports={
85499
85850
  }
85500
85851
  }
85501
85852
  },
85502
- "S1f1": {
85853
+ "S1f2": {
85503
85854
  "type": "list",
85504
85855
  "member": {
85505
85856
  "shape": "Sy",
85506
85857
  "locationName": "item"
85507
85858
  }
85508
85859
  },
85509
- "S1fc": {
85860
+ "S1fd": {
85510
85861
  "type": "structure",
85511
85862
  "members": {
85512
85863
  "CapacityReservationPreference": {},
@@ -85515,7 +85866,7 @@ module.exports={
85515
85866
  }
85516
85867
  }
85517
85868
  },
85518
- "S1h7": {
85869
+ "S1h8": {
85519
85870
  "type": "structure",
85520
85871
  "members": {
85521
85872
  "AllowDnsResolutionFromRemoteVpc": {
@@ -85529,7 +85880,7 @@ module.exports={
85529
85880
  }
85530
85881
  }
85531
85882
  },
85532
- "S1h9": {
85883
+ "S1ha": {
85533
85884
  "type": "structure",
85534
85885
  "members": {
85535
85886
  "AllowDnsResolutionFromRemoteVpc": {
@@ -85546,7 +85897,7 @@ module.exports={
85546
85897
  }
85547
85898
  }
85548
85899
  },
85549
- "S1ho": {
85900
+ "S1hp": {
85550
85901
  "type": "list",
85551
85902
  "member": {
85552
85903
  "locationName": "item",
@@ -85556,19 +85907,19 @@ module.exports={
85556
85907
  "locationName": "instanceId"
85557
85908
  },
85558
85909
  "Monitoring": {
85559
- "shape": "Sxw",
85910
+ "shape": "Sxx",
85560
85911
  "locationName": "monitoring"
85561
85912
  }
85562
85913
  }
85563
85914
  }
85564
85915
  },
85565
- "S1km": {
85916
+ "S1kn": {
85566
85917
  "type": "list",
85567
85918
  "member": {
85568
85919
  "locationName": "SecurityGroupId"
85569
85920
  }
85570
85921
  },
85571
- "S1la": {
85922
+ "S1lb": {
85572
85923
  "type": "list",
85573
85924
  "member": {
85574
85925
  "locationName": "item",
@@ -182897,14 +183248,17 @@ module.exports={
182897
183248
  }
182898
183249
  }
182899
183250
  }
182900
- }
183251
+ },
183252
+ "MessageDeduplicationId": {},
183253
+ "MessageGroupId": {}
182901
183254
  }
182902
183255
  },
182903
183256
  "output": {
182904
183257
  "resultWrapper": "PublishResult",
182905
183258
  "type": "structure",
182906
183259
  "members": {
182907
- "MessageId": {}
183260
+ "MessageId": {},
183261
+ "SequenceNumber": {}
182908
183262
  }
182909
183263
  }
182910
183264
  },
@@ -202917,7 +203271,7 @@ AWS.util.update(AWS, {
202917
203271
  /**
202918
203272
  * @constant
202919
203273
  */
202920
- VERSION: '2.774.0',
203274
+ VERSION: '2.778.0',
202921
203275
 
202922
203276
  /**
202923
203277
  * @api private
@@ -216722,10 +217076,16 @@ var util = {
216722
217076
  filename: process.env[util.sharedConfigFileEnv]
216723
217077
  });
216724
217078
  }
216725
- var profilesFromCreds = iniLoader.loadFrom({
216726
- filename: filename ||
216727
- (process.env[util.configOptInEnv] && process.env[util.sharedCredentialsFileEnv])
216728
- });
217079
+ var profilesFromCreds= {};
217080
+ try {
217081
+ var profilesFromCreds = iniLoader.loadFrom({
217082
+ filename: filename ||
217083
+ (process.env[util.configOptInEnv] && process.env[util.sharedCredentialsFileEnv])
217084
+ });
217085
+ } catch (error) {
217086
+ // if using config, assume it is fully descriptive without a credentials file:
217087
+ if (!process.env[util.configOptInEnv]) throw error;
217088
+ }
216729
217089
  for (var i = 0, profileNames = Object.keys(profilesFromConfig); i < profileNames.length; i++) {
216730
217090
  profiles[profileNames[i]] = objectAssign(profiles[profileNames[i]] || {}, profilesFromConfig[profileNames[i]]);
216731
217091
  }
@@ -224079,7 +224439,7 @@ var LRUCache = /** @class */ (function () {
224079
224439
  }());
224080
224440
  exports.LRUCache = LRUCache;
224081
224441
  },{}],438:[function(require,module,exports){
224082
- // AWS SDK for JavaScript v2.774.0
224442
+ // AWS SDK for JavaScript v2.778.0
224083
224443
  // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
224084
224444
  // License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
224085
224445
  require('./browser_loader');