aws-sdk 2.972.0 → 2.976.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.
Files changed (52) hide show
  1. package/CHANGELOG.md +29 -1
  2. package/README.md +1 -1
  3. package/apis/backup-2018-11-15.min.json +573 -32
  4. package/apis/backup-2018-11-15.paginators.json +15 -0
  5. package/apis/comprehend-2017-11-27.min.json +109 -69
  6. package/apis/datasync-2018-11-09.min.json +13 -1
  7. package/apis/dlm-2018-01-12.min.json +30 -9
  8. package/apis/dms-2016-01-01.min.json +191 -134
  9. package/apis/ec2-2016-11-15.min.json +232 -223
  10. package/apis/ec2-2016-11-15.paginators.json +6 -0
  11. package/apis/eks-2017-11-01.min.json +5 -0
  12. package/apis/fms-2018-01-01.min.json +6 -0
  13. package/apis/frauddetector-2019-11-15.min.json +30 -28
  14. package/apis/glue-2017-03-31.min.json +624 -354
  15. package/apis/glue-2017-03-31.paginators.json +10 -0
  16. package/apis/iot-data-2015-05-28.min.json +82 -0
  17. package/apis/iot-data-2015-05-28.paginators.json +7 -1
  18. package/apis/mediaconvert-2017-08-29.min.json +110 -89
  19. package/apis/ssm-2014-11-06.min.json +13 -3
  20. package/apis/transcribe-2017-10-26.min.json +161 -64
  21. package/clients/apigateway.d.ts +9 -9
  22. package/clients/backup.d.ts +715 -109
  23. package/clients/cloudwatchevents.d.ts +67 -67
  24. package/clients/comprehend.d.ts +96 -0
  25. package/clients/datasync.d.ts +69 -53
  26. package/clients/dlm.d.ts +50 -18
  27. package/clients/dms.d.ts +110 -19
  28. package/clients/ec2.d.ts +60 -42
  29. package/clients/eks.d.ts +6 -2
  30. package/clients/eventbridge.d.ts +3 -3
  31. package/clients/fms.d.ts +9 -1
  32. package/clients/frauddetector.d.ts +10 -9
  33. package/clients/glue.d.ts +392 -0
  34. package/clients/iotdata.d.ts +99 -13
  35. package/clients/iotsitewise.d.ts +3 -3
  36. package/clients/mediaconvert.d.ts +46 -12
  37. package/clients/polly.d.ts +15 -15
  38. package/clients/robomaker.d.ts +3 -3
  39. package/clients/transcribeservice.d.ts +146 -35
  40. package/dist/aws-sdk-core-react-native.js +1 -1
  41. package/dist/aws-sdk-react-native.js +19 -19
  42. package/dist/aws-sdk.js +456 -300
  43. package/dist/aws-sdk.min.js +72 -71
  44. package/lib/core.js +1 -1
  45. package/lib/metadata_service/endpoint.js +6 -0
  46. package/lib/metadata_service/endpoint_config_options.js +14 -0
  47. package/lib/metadata_service/endpoint_mode.js +6 -0
  48. package/lib/metadata_service/endpoint_mode_config_options.js +16 -0
  49. package/lib/metadata_service/get_metadata_service_endpoint.js +24 -0
  50. package/lib/metadata_service.js +13 -3
  51. package/lib/node_loader.js +27 -0
  52. package/package.json +1 -1
package/dist/aws-sdk.js CHANGED
@@ -1,4 +1,4 @@
1
- // AWS SDK for JavaScript v2.972.0
1
+ // AWS SDK for JavaScript v2.976.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){
@@ -50770,7 +50770,7 @@ module.exports={
50770
50770
  "type": "structure",
50771
50771
  "members": {
50772
50772
  "DocumentClassifierProperties": {
50773
- "shape": "S3a"
50773
+ "shape": "S3b"
50774
50774
  }
50775
50775
  }
50776
50776
  }
@@ -50789,7 +50789,7 @@ module.exports={
50789
50789
  "type": "structure",
50790
50790
  "members": {
50791
50791
  "DominantLanguageDetectionJobProperties": {
50792
- "shape": "S3h"
50792
+ "shape": "S3i"
50793
50793
  }
50794
50794
  }
50795
50795
  }
@@ -50808,7 +50808,7 @@ module.exports={
50808
50808
  "type": "structure",
50809
50809
  "members": {
50810
50810
  "EndpointProperties": {
50811
- "shape": "S3k"
50811
+ "shape": "S3l"
50812
50812
  }
50813
50813
  }
50814
50814
  }
@@ -50827,7 +50827,7 @@ module.exports={
50827
50827
  "type": "structure",
50828
50828
  "members": {
50829
50829
  "EntitiesDetectionJobProperties": {
50830
- "shape": "S3o"
50830
+ "shape": "S3p"
50831
50831
  }
50832
50832
  }
50833
50833
  }
@@ -50846,7 +50846,7 @@ module.exports={
50846
50846
  "type": "structure",
50847
50847
  "members": {
50848
50848
  "EntityRecognizerProperties": {
50849
- "shape": "S3r"
50849
+ "shape": "S3s"
50850
50850
  }
50851
50851
  }
50852
50852
  }
@@ -50865,7 +50865,7 @@ module.exports={
50865
50865
  "type": "structure",
50866
50866
  "members": {
50867
50867
  "EventsDetectionJobProperties": {
50868
- "shape": "S3z"
50868
+ "shape": "S40"
50869
50869
  }
50870
50870
  }
50871
50871
  }
@@ -50884,7 +50884,7 @@ module.exports={
50884
50884
  "type": "structure",
50885
50885
  "members": {
50886
50886
  "KeyPhrasesDetectionJobProperties": {
50887
- "shape": "S44"
50887
+ "shape": "S45"
50888
50888
  }
50889
50889
  }
50890
50890
  }
@@ -50903,7 +50903,7 @@ module.exports={
50903
50903
  "type": "structure",
50904
50904
  "members": {
50905
50905
  "PiiEntitiesDetectionJobProperties": {
50906
- "shape": "S47"
50906
+ "shape": "S48"
50907
50907
  }
50908
50908
  }
50909
50909
  }
@@ -50922,7 +50922,7 @@ module.exports={
50922
50922
  "type": "structure",
50923
50923
  "members": {
50924
50924
  "SentimentDetectionJobProperties": {
50925
- "shape": "S4g"
50925
+ "shape": "S4h"
50926
50926
  }
50927
50927
  }
50928
50928
  }
@@ -50941,7 +50941,7 @@ module.exports={
50941
50941
  "type": "structure",
50942
50942
  "members": {
50943
50943
  "TopicsDetectionJobProperties": {
50944
- "shape": "S4j"
50944
+ "shape": "S4k"
50945
50945
  }
50946
50946
  }
50947
50947
  }
@@ -51165,7 +51165,7 @@ module.exports={
51165
51165
  "DocumentClassifierPropertiesList": {
51166
51166
  "type": "list",
51167
51167
  "member": {
51168
- "shape": "S3a"
51168
+ "shape": "S3b"
51169
51169
  }
51170
51170
  },
51171
51171
  "NextToken": {}
@@ -51201,7 +51201,7 @@ module.exports={
51201
51201
  "DominantLanguageDetectionJobPropertiesList": {
51202
51202
  "type": "list",
51203
51203
  "member": {
51204
- "shape": "S3h"
51204
+ "shape": "S3i"
51205
51205
  }
51206
51206
  },
51207
51207
  "NextToken": {}
@@ -51237,7 +51237,7 @@ module.exports={
51237
51237
  "EndpointPropertiesList": {
51238
51238
  "type": "list",
51239
51239
  "member": {
51240
- "shape": "S3k"
51240
+ "shape": "S3l"
51241
51241
  }
51242
51242
  },
51243
51243
  "NextToken": {}
@@ -51273,7 +51273,7 @@ module.exports={
51273
51273
  "EntitiesDetectionJobPropertiesList": {
51274
51274
  "type": "list",
51275
51275
  "member": {
51276
- "shape": "S3o"
51276
+ "shape": "S3p"
51277
51277
  }
51278
51278
  },
51279
51279
  "NextToken": {}
@@ -51308,7 +51308,7 @@ module.exports={
51308
51308
  "EntityRecognizerPropertiesList": {
51309
51309
  "type": "list",
51310
51310
  "member": {
51311
- "shape": "S3r"
51311
+ "shape": "S3s"
51312
51312
  }
51313
51313
  },
51314
51314
  "NextToken": {}
@@ -51344,7 +51344,7 @@ module.exports={
51344
51344
  "EventsDetectionJobPropertiesList": {
51345
51345
  "type": "list",
51346
51346
  "member": {
51347
- "shape": "S3z"
51347
+ "shape": "S40"
51348
51348
  }
51349
51349
  },
51350
51350
  "NextToken": {}
@@ -51380,7 +51380,7 @@ module.exports={
51380
51380
  "KeyPhrasesDetectionJobPropertiesList": {
51381
51381
  "type": "list",
51382
51382
  "member": {
51383
- "shape": "S44"
51383
+ "shape": "S45"
51384
51384
  }
51385
51385
  },
51386
51386
  "NextToken": {}
@@ -51416,7 +51416,7 @@ module.exports={
51416
51416
  "PiiEntitiesDetectionJobPropertiesList": {
51417
51417
  "type": "list",
51418
51418
  "member": {
51419
- "shape": "S47"
51419
+ "shape": "S48"
51420
51420
  }
51421
51421
  },
51422
51422
  "NextToken": {}
@@ -51452,7 +51452,7 @@ module.exports={
51452
51452
  "SentimentDetectionJobPropertiesList": {
51453
51453
  "type": "list",
51454
51454
  "member": {
51455
- "shape": "S4g"
51455
+ "shape": "S4h"
51456
51456
  }
51457
51457
  },
51458
51458
  "NextToken": {}
@@ -51508,7 +51508,7 @@ module.exports={
51508
51508
  "TopicsDetectionJobPropertiesList": {
51509
51509
  "type": "list",
51510
51510
  "member": {
51511
- "shape": "S4j"
51511
+ "shape": "S4k"
51512
51512
  }
51513
51513
  },
51514
51514
  "NextToken": {}
@@ -51528,10 +51528,10 @@ module.exports={
51528
51528
  "JobName": {},
51529
51529
  "DocumentClassifierArn": {},
51530
51530
  "InputDataConfig": {
51531
- "shape": "S35"
51531
+ "shape": "S36"
51532
51532
  },
51533
51533
  "OutputDataConfig": {
51534
- "shape": "S37"
51534
+ "shape": "S38"
51535
51535
  },
51536
51536
  "DataAccessRoleArn": {},
51537
51537
  "ClientRequestToken": {
@@ -51540,6 +51540,9 @@ module.exports={
51540
51540
  "VolumeKmsKeyId": {},
51541
51541
  "VpcConfig": {
51542
51542
  "shape": "S21"
51543
+ },
51544
+ "Tags": {
51545
+ "shape": "S1m"
51543
51546
  }
51544
51547
  }
51545
51548
  },
@@ -51547,6 +51550,7 @@ module.exports={
51547
51550
  "type": "structure",
51548
51551
  "members": {
51549
51552
  "JobId": {},
51553
+ "JobArn": {},
51550
51554
  "JobStatus": {}
51551
51555
  }
51552
51556
  }
@@ -51561,10 +51565,10 @@ module.exports={
51561
51565
  ],
51562
51566
  "members": {
51563
51567
  "InputDataConfig": {
51564
- "shape": "S35"
51568
+ "shape": "S36"
51565
51569
  },
51566
51570
  "OutputDataConfig": {
51567
- "shape": "S37"
51571
+ "shape": "S38"
51568
51572
  },
51569
51573
  "DataAccessRoleArn": {},
51570
51574
  "JobName": {},
@@ -51574,6 +51578,9 @@ module.exports={
51574
51578
  "VolumeKmsKeyId": {},
51575
51579
  "VpcConfig": {
51576
51580
  "shape": "S21"
51581
+ },
51582
+ "Tags": {
51583
+ "shape": "S1m"
51577
51584
  }
51578
51585
  }
51579
51586
  },
@@ -51581,6 +51588,7 @@ module.exports={
51581
51588
  "type": "structure",
51582
51589
  "members": {
51583
51590
  "JobId": {},
51591
+ "JobArn": {},
51584
51592
  "JobStatus": {}
51585
51593
  }
51586
51594
  }
@@ -51596,10 +51604,10 @@ module.exports={
51596
51604
  ],
51597
51605
  "members": {
51598
51606
  "InputDataConfig": {
51599
- "shape": "S35"
51607
+ "shape": "S36"
51600
51608
  },
51601
51609
  "OutputDataConfig": {
51602
- "shape": "S37"
51610
+ "shape": "S38"
51603
51611
  },
51604
51612
  "DataAccessRoleArn": {},
51605
51613
  "JobName": {},
@@ -51611,6 +51619,9 @@ module.exports={
51611
51619
  "VolumeKmsKeyId": {},
51612
51620
  "VpcConfig": {
51613
51621
  "shape": "S21"
51622
+ },
51623
+ "Tags": {
51624
+ "shape": "S1m"
51614
51625
  }
51615
51626
  }
51616
51627
  },
@@ -51618,6 +51629,7 @@ module.exports={
51618
51629
  "type": "structure",
51619
51630
  "members": {
51620
51631
  "JobId": {},
51632
+ "JobArn": {},
51621
51633
  "JobStatus": {}
51622
51634
  }
51623
51635
  }
@@ -51634,10 +51646,10 @@ module.exports={
51634
51646
  ],
51635
51647
  "members": {
51636
51648
  "InputDataConfig": {
51637
- "shape": "S35"
51649
+ "shape": "S36"
51638
51650
  },
51639
51651
  "OutputDataConfig": {
51640
- "shape": "S37"
51652
+ "shape": "S38"
51641
51653
  },
51642
51654
  "DataAccessRoleArn": {},
51643
51655
  "JobName": {},
@@ -51646,7 +51658,10 @@ module.exports={
51646
51658
  "idempotencyToken": true
51647
51659
  },
51648
51660
  "TargetEventTypes": {
51649
- "shape": "S40"
51661
+ "shape": "S41"
51662
+ },
51663
+ "Tags": {
51664
+ "shape": "S1m"
51650
51665
  }
51651
51666
  }
51652
51667
  },
@@ -51654,6 +51669,7 @@ module.exports={
51654
51669
  "type": "structure",
51655
51670
  "members": {
51656
51671
  "JobId": {},
51672
+ "JobArn": {},
51657
51673
  "JobStatus": {}
51658
51674
  }
51659
51675
  }
@@ -51669,10 +51685,10 @@ module.exports={
51669
51685
  ],
51670
51686
  "members": {
51671
51687
  "InputDataConfig": {
51672
- "shape": "S35"
51688
+ "shape": "S36"
51673
51689
  },
51674
51690
  "OutputDataConfig": {
51675
- "shape": "S37"
51691
+ "shape": "S38"
51676
51692
  },
51677
51693
  "DataAccessRoleArn": {},
51678
51694
  "JobName": {},
@@ -51683,6 +51699,9 @@ module.exports={
51683
51699
  "VolumeKmsKeyId": {},
51684
51700
  "VpcConfig": {
51685
51701
  "shape": "S21"
51702
+ },
51703
+ "Tags": {
51704
+ "shape": "S1m"
51686
51705
  }
51687
51706
  }
51688
51707
  },
@@ -51690,6 +51709,7 @@ module.exports={
51690
51709
  "type": "structure",
51691
51710
  "members": {
51692
51711
  "JobId": {},
51712
+ "JobArn": {},
51693
51713
  "JobStatus": {}
51694
51714
  }
51695
51715
  }
@@ -51706,20 +51726,23 @@ module.exports={
51706
51726
  ],
51707
51727
  "members": {
51708
51728
  "InputDataConfig": {
51709
- "shape": "S35"
51729
+ "shape": "S36"
51710
51730
  },
51711
51731
  "OutputDataConfig": {
51712
- "shape": "S37"
51732
+ "shape": "S38"
51713
51733
  },
51714
51734
  "Mode": {},
51715
51735
  "RedactionConfig": {
51716
- "shape": "S49"
51736
+ "shape": "S4a"
51717
51737
  },
51718
51738
  "DataAccessRoleArn": {},
51719
51739
  "JobName": {},
51720
51740
  "LanguageCode": {},
51721
51741
  "ClientRequestToken": {
51722
51742
  "idempotencyToken": true
51743
+ },
51744
+ "Tags": {
51745
+ "shape": "S1m"
51723
51746
  }
51724
51747
  }
51725
51748
  },
@@ -51727,6 +51750,7 @@ module.exports={
51727
51750
  "type": "structure",
51728
51751
  "members": {
51729
51752
  "JobId": {},
51753
+ "JobArn": {},
51730
51754
  "JobStatus": {}
51731
51755
  }
51732
51756
  }
@@ -51742,10 +51766,10 @@ module.exports={
51742
51766
  ],
51743
51767
  "members": {
51744
51768
  "InputDataConfig": {
51745
- "shape": "S35"
51769
+ "shape": "S36"
51746
51770
  },
51747
51771
  "OutputDataConfig": {
51748
- "shape": "S37"
51772
+ "shape": "S38"
51749
51773
  },
51750
51774
  "DataAccessRoleArn": {},
51751
51775
  "JobName": {},
@@ -51756,6 +51780,9 @@ module.exports={
51756
51780
  "VolumeKmsKeyId": {},
51757
51781
  "VpcConfig": {
51758
51782
  "shape": "S21"
51783
+ },
51784
+ "Tags": {
51785
+ "shape": "S1m"
51759
51786
  }
51760
51787
  }
51761
51788
  },
@@ -51763,6 +51790,7 @@ module.exports={
51763
51790
  "type": "structure",
51764
51791
  "members": {
51765
51792
  "JobId": {},
51793
+ "JobArn": {},
51766
51794
  "JobStatus": {}
51767
51795
  }
51768
51796
  }
@@ -51777,10 +51805,10 @@ module.exports={
51777
51805
  ],
51778
51806
  "members": {
51779
51807
  "InputDataConfig": {
51780
- "shape": "S35"
51808
+ "shape": "S36"
51781
51809
  },
51782
51810
  "OutputDataConfig": {
51783
- "shape": "S37"
51811
+ "shape": "S38"
51784
51812
  },
51785
51813
  "DataAccessRoleArn": {},
51786
51814
  "JobName": {},
@@ -51793,6 +51821,9 @@ module.exports={
51793
51821
  "VolumeKmsKeyId": {},
51794
51822
  "VpcConfig": {
51795
51823
  "shape": "S21"
51824
+ },
51825
+ "Tags": {
51826
+ "shape": "S1m"
51796
51827
  }
51797
51828
  }
51798
51829
  },
@@ -51800,6 +51831,7 @@ module.exports={
51800
51831
  "type": "structure",
51801
51832
  "members": {
51802
51833
  "JobId": {},
51834
+ "JobArn": {},
51803
51835
  "JobStatus": {}
51804
51836
  }
51805
51837
  }
@@ -52242,6 +52274,7 @@ module.exports={
52242
52274
  "type": "structure",
52243
52275
  "members": {
52244
52276
  "JobId": {},
52277
+ "JobArn": {},
52245
52278
  "JobName": {},
52246
52279
  "JobStatus": {},
52247
52280
  "Message": {},
@@ -52253,10 +52286,10 @@ module.exports={
52253
52286
  },
52254
52287
  "DocumentClassifierArn": {},
52255
52288
  "InputDataConfig": {
52256
- "shape": "S35"
52289
+ "shape": "S36"
52257
52290
  },
52258
52291
  "OutputDataConfig": {
52259
- "shape": "S37"
52292
+ "shape": "S38"
52260
52293
  },
52261
52294
  "DataAccessRoleArn": {},
52262
52295
  "VolumeKmsKeyId": {},
@@ -52265,7 +52298,7 @@ module.exports={
52265
52298
  }
52266
52299
  }
52267
52300
  },
52268
- "S35": {
52301
+ "S36": {
52269
52302
  "type": "structure",
52270
52303
  "required": [
52271
52304
  "S3Uri"
@@ -52275,7 +52308,7 @@ module.exports={
52275
52308
  "InputFormat": {}
52276
52309
  }
52277
52310
  },
52278
- "S37": {
52311
+ "S38": {
52279
52312
  "type": "structure",
52280
52313
  "required": [
52281
52314
  "S3Uri"
@@ -52285,7 +52318,7 @@ module.exports={
52285
52318
  "KmsKeyId": {}
52286
52319
  }
52287
52320
  },
52288
- "S3a": {
52321
+ "S3b": {
52289
52322
  "type": "structure",
52290
52323
  "members": {
52291
52324
  "DocumentClassifierArn": {},
@@ -52363,10 +52396,11 @@ module.exports={
52363
52396
  "ModelKmsKeyId": {}
52364
52397
  }
52365
52398
  },
52366
- "S3h": {
52399
+ "S3i": {
52367
52400
  "type": "structure",
52368
52401
  "members": {
52369
52402
  "JobId": {},
52403
+ "JobArn": {},
52370
52404
  "JobName": {},
52371
52405
  "JobStatus": {},
52372
52406
  "Message": {},
@@ -52377,10 +52411,10 @@ module.exports={
52377
52411
  "type": "timestamp"
52378
52412
  },
52379
52413
  "InputDataConfig": {
52380
- "shape": "S35"
52414
+ "shape": "S36"
52381
52415
  },
52382
52416
  "OutputDataConfig": {
52383
- "shape": "S37"
52417
+ "shape": "S38"
52384
52418
  },
52385
52419
  "DataAccessRoleArn": {},
52386
52420
  "VolumeKmsKeyId": {},
@@ -52389,7 +52423,7 @@ module.exports={
52389
52423
  }
52390
52424
  }
52391
52425
  },
52392
- "S3k": {
52426
+ "S3l": {
52393
52427
  "type": "structure",
52394
52428
  "members": {
52395
52429
  "EndpointArn": {},
@@ -52411,10 +52445,11 @@ module.exports={
52411
52445
  "DataAccessRoleArn": {}
52412
52446
  }
52413
52447
  },
52414
- "S3o": {
52448
+ "S3p": {
52415
52449
  "type": "structure",
52416
52450
  "members": {
52417
52451
  "JobId": {},
52452
+ "JobArn": {},
52418
52453
  "JobName": {},
52419
52454
  "JobStatus": {},
52420
52455
  "Message": {},
@@ -52426,10 +52461,10 @@ module.exports={
52426
52461
  },
52427
52462
  "EntityRecognizerArn": {},
52428
52463
  "InputDataConfig": {
52429
- "shape": "S35"
52464
+ "shape": "S36"
52430
52465
  },
52431
52466
  "OutputDataConfig": {
52432
- "shape": "S37"
52467
+ "shape": "S38"
52433
52468
  },
52434
52469
  "LanguageCode": {},
52435
52470
  "DataAccessRoleArn": {},
@@ -52439,7 +52474,7 @@ module.exports={
52439
52474
  }
52440
52475
  }
52441
52476
  },
52442
- "S3r": {
52477
+ "S3s": {
52443
52478
  "type": "structure",
52444
52479
  "members": {
52445
52480
  "EntityRecognizerArn": {},
@@ -52521,10 +52556,11 @@ module.exports={
52521
52556
  "ModelKmsKeyId": {}
52522
52557
  }
52523
52558
  },
52524
- "S3z": {
52559
+ "S40": {
52525
52560
  "type": "structure",
52526
52561
  "members": {
52527
52562
  "JobId": {},
52563
+ "JobArn": {},
52528
52564
  "JobName": {},
52529
52565
  "JobStatus": {},
52530
52566
  "Message": {},
@@ -52535,26 +52571,27 @@ module.exports={
52535
52571
  "type": "timestamp"
52536
52572
  },
52537
52573
  "InputDataConfig": {
52538
- "shape": "S35"
52574
+ "shape": "S36"
52539
52575
  },
52540
52576
  "OutputDataConfig": {
52541
- "shape": "S37"
52577
+ "shape": "S38"
52542
52578
  },
52543
52579
  "LanguageCode": {},
52544
52580
  "DataAccessRoleArn": {},
52545
52581
  "TargetEventTypes": {
52546
- "shape": "S40"
52582
+ "shape": "S41"
52547
52583
  }
52548
52584
  }
52549
52585
  },
52550
- "S40": {
52586
+ "S41": {
52551
52587
  "type": "list",
52552
52588
  "member": {}
52553
52589
  },
52554
- "S44": {
52590
+ "S45": {
52555
52591
  "type": "structure",
52556
52592
  "members": {
52557
52593
  "JobId": {},
52594
+ "JobArn": {},
52558
52595
  "JobName": {},
52559
52596
  "JobStatus": {},
52560
52597
  "Message": {},
@@ -52565,10 +52602,10 @@ module.exports={
52565
52602
  "type": "timestamp"
52566
52603
  },
52567
52604
  "InputDataConfig": {
52568
- "shape": "S35"
52605
+ "shape": "S36"
52569
52606
  },
52570
52607
  "OutputDataConfig": {
52571
- "shape": "S37"
52608
+ "shape": "S38"
52572
52609
  },
52573
52610
  "LanguageCode": {},
52574
52611
  "DataAccessRoleArn": {},
@@ -52578,10 +52615,11 @@ module.exports={
52578
52615
  }
52579
52616
  }
52580
52617
  },
52581
- "S47": {
52618
+ "S48": {
52582
52619
  "type": "structure",
52583
52620
  "members": {
52584
52621
  "JobId": {},
52622
+ "JobArn": {},
52585
52623
  "JobName": {},
52586
52624
  "JobStatus": {},
52587
52625
  "Message": {},
@@ -52592,7 +52630,7 @@ module.exports={
52592
52630
  "type": "timestamp"
52593
52631
  },
52594
52632
  "InputDataConfig": {
52595
- "shape": "S35"
52633
+ "shape": "S36"
52596
52634
  },
52597
52635
  "OutputDataConfig": {
52598
52636
  "type": "structure",
@@ -52605,14 +52643,14 @@ module.exports={
52605
52643
  }
52606
52644
  },
52607
52645
  "RedactionConfig": {
52608
- "shape": "S49"
52646
+ "shape": "S4a"
52609
52647
  },
52610
52648
  "LanguageCode": {},
52611
52649
  "DataAccessRoleArn": {},
52612
52650
  "Mode": {}
52613
52651
  }
52614
52652
  },
52615
- "S49": {
52653
+ "S4a": {
52616
52654
  "type": "structure",
52617
52655
  "members": {
52618
52656
  "PiiEntityTypes": {
@@ -52623,10 +52661,11 @@ module.exports={
52623
52661
  "MaskCharacter": {}
52624
52662
  }
52625
52663
  },
52626
- "S4g": {
52664
+ "S4h": {
52627
52665
  "type": "structure",
52628
52666
  "members": {
52629
52667
  "JobId": {},
52668
+ "JobArn": {},
52630
52669
  "JobName": {},
52631
52670
  "JobStatus": {},
52632
52671
  "Message": {},
@@ -52637,10 +52676,10 @@ module.exports={
52637
52676
  "type": "timestamp"
52638
52677
  },
52639
52678
  "InputDataConfig": {
52640
- "shape": "S35"
52679
+ "shape": "S36"
52641
52680
  },
52642
52681
  "OutputDataConfig": {
52643
- "shape": "S37"
52682
+ "shape": "S38"
52644
52683
  },
52645
52684
  "LanguageCode": {},
52646
52685
  "DataAccessRoleArn": {},
@@ -52650,10 +52689,11 @@ module.exports={
52650
52689
  }
52651
52690
  }
52652
52691
  },
52653
- "S4j": {
52692
+ "S4k": {
52654
52693
  "type": "structure",
52655
52694
  "members": {
52656
52695
  "JobId": {},
52696
+ "JobArn": {},
52657
52697
  "JobName": {},
52658
52698
  "JobStatus": {},
52659
52699
  "Message": {},
@@ -52664,10 +52704,10 @@ module.exports={
52664
52704
  "type": "timestamp"
52665
52705
  },
52666
52706
  "InputDataConfig": {
52667
- "shape": "S35"
52707
+ "shape": "S36"
52668
52708
  },
52669
52709
  "OutputDataConfig": {
52670
- "shape": "S37"
52710
+ "shape": "S38"
52671
52711
  },
52672
52712
  "NumberOfTopics": {
52673
52713
  "type": "integer"
@@ -78317,6 +78357,10 @@ module.exports={
78317
78357
  "type": "integer"
78318
78358
  }
78319
78359
  }
78360
+ },
78361
+ "EncryptionInTransitSupported": {
78362
+ "locationName": "encryptionInTransitSupported",
78363
+ "type": "boolean"
78320
78364
  }
78321
78365
  }
78322
78366
  },
@@ -78502,7 +78546,7 @@ module.exports={
78502
78546
  "locationName": "reservationSet",
78503
78547
  "type": "list",
78504
78548
  "member": {
78505
- "shape": "S11y",
78549
+ "shape": "S11z",
78506
78550
  "locationName": "item"
78507
78551
  }
78508
78552
  },
@@ -78982,7 +79026,7 @@ module.exports={
78982
79026
  "locationName": "localGatewayVirtualInterfaceGroupId"
78983
79027
  },
78984
79028
  "LocalGatewayVirtualInterfaceIds": {
78985
- "shape": "S144",
79029
+ "shape": "S146",
78986
79030
  "locationName": "localGatewayVirtualInterfaceIdSet"
78987
79031
  },
78988
79032
  "LocalGatewayId": {
@@ -79009,7 +79053,7 @@ module.exports={
79009
79053
  "type": "structure",
79010
79054
  "members": {
79011
79055
  "LocalGatewayVirtualInterfaceIds": {
79012
- "shape": "S144",
79056
+ "shape": "S146",
79013
79057
  "locationName": "LocalGatewayVirtualInterfaceId"
79014
79058
  },
79015
79059
  "Filters": {
@@ -79342,7 +79386,7 @@ module.exports={
79342
79386
  "locationName": "networkInsightsAnalysisSet",
79343
79387
  "type": "list",
79344
79388
  "member": {
79345
- "shape": "S154",
79389
+ "shape": "S156",
79346
79390
  "locationName": "item"
79347
79391
  }
79348
79392
  },
@@ -79839,7 +79883,7 @@ module.exports={
79839
79883
  },
79840
79884
  "OfferingClass": {},
79841
79885
  "ReservedInstancesIds": {
79842
- "shape": "S176",
79886
+ "shape": "S178",
79843
79887
  "locationName": "ReservedInstancesId"
79844
79888
  },
79845
79889
  "DryRun": {
@@ -79913,7 +79957,7 @@ module.exports={
79913
79957
  "locationName": "offeringType"
79914
79958
  },
79915
79959
  "RecurringCharges": {
79916
- "shape": "S17e",
79960
+ "shape": "S17g",
79917
79961
  "locationName": "recurringCharges"
79918
79962
  },
79919
79963
  "Scope": {
@@ -80010,7 +80054,7 @@ module.exports={
80010
80054
  "locationName": "reservedInstancesId"
80011
80055
  },
80012
80056
  "TargetConfiguration": {
80013
- "shape": "S17s",
80057
+ "shape": "S17u",
80014
80058
  "locationName": "targetConfiguration"
80015
80059
  }
80016
80060
  }
@@ -80165,7 +80209,7 @@ module.exports={
80165
80209
  }
80166
80210
  },
80167
80211
  "RecurringCharges": {
80168
- "shape": "S17e",
80212
+ "shape": "S17g",
80169
80213
  "locationName": "recurringCharges"
80170
80214
  },
80171
80215
  "Scope": {
@@ -80333,7 +80377,7 @@ module.exports={
80333
80377
  "locationName": "purchaseToken"
80334
80378
  },
80335
80379
  "Recurrence": {
80336
- "shape": "S18f",
80380
+ "shape": "S18h",
80337
80381
  "locationName": "recurrence"
80338
80382
  },
80339
80383
  "SlotDurationInHours": {
@@ -80395,7 +80439,7 @@ module.exports={
80395
80439
  "locationName": "scheduledInstanceSet",
80396
80440
  "type": "list",
80397
80441
  "member": {
80398
- "shape": "S18n",
80442
+ "shape": "S18p",
80399
80443
  "locationName": "item"
80400
80444
  }
80401
80445
  }
@@ -80454,7 +80498,7 @@ module.exports={
80454
80498
  "locationName": "Filter"
80455
80499
  },
80456
80500
  "SecurityGroupRuleIds": {
80457
- "shape": "S18u",
80501
+ "shape": "S18w",
80458
80502
  "locationName": "SecurityGroupRuleId"
80459
80503
  },
80460
80504
  "DryRun": {
@@ -80492,7 +80536,7 @@ module.exports={
80492
80536
  "locationName": "GroupId"
80493
80537
  },
80494
80538
  "GroupNames": {
80495
- "shape": "S18y",
80539
+ "shape": "S190",
80496
80540
  "locationName": "GroupName"
80497
80541
  },
80498
80542
  "DryRun": {
@@ -80571,7 +80615,7 @@ module.exports={
80571
80615
  "type": "structure",
80572
80616
  "members": {
80573
80617
  "CreateVolumePermissions": {
80574
- "shape": "S196",
80618
+ "shape": "S198",
80575
80619
  "locationName": "createVolumePermission"
80576
80620
  },
80577
80621
  "ProductCodes": {
@@ -80606,7 +80650,7 @@ module.exports={
80606
80650
  "member": {}
80607
80651
  },
80608
80652
  "SnapshotIds": {
80609
- "shape": "S19a",
80653
+ "shape": "S19c",
80610
80654
  "locationName": "SnapshotId"
80611
80655
  },
80612
80656
  "DryRun": {
@@ -80805,7 +80849,7 @@ module.exports={
80805
80849
  "type": "timestamp"
80806
80850
  },
80807
80851
  "SpotFleetRequestConfig": {
80808
- "shape": "S19t",
80852
+ "shape": "S19v",
80809
80853
  "locationName": "spotFleetRequestConfig"
80810
80854
  },
80811
80855
  "SpotFleetRequestId": {
@@ -80850,7 +80894,7 @@ module.exports={
80850
80894
  "type": "structure",
80851
80895
  "members": {
80852
80896
  "SpotInstanceRequests": {
80853
- "shape": "S1al",
80897
+ "shape": "S1an",
80854
80898
  "locationName": "spotInstanceRequestSet"
80855
80899
  },
80856
80900
  "NextToken": {
@@ -80976,11 +81020,11 @@ module.exports={
80976
81020
  "locationName": "groupName"
80977
81021
  },
80978
81022
  "StaleIpPermissions": {
80979
- "shape": "S1b3",
81023
+ "shape": "S1b5",
80980
81024
  "locationName": "staleIpPermissions"
80981
81025
  },
80982
81026
  "StaleIpPermissionsEgress": {
80983
- "shape": "S1b3",
81027
+ "shape": "S1b5",
80984
81028
  "locationName": "staleIpPermissionsEgress"
80985
81029
  },
80986
81030
  "VpcId": {
@@ -81280,7 +81324,7 @@ module.exports={
81280
81324
  "type": "structure",
81281
81325
  "members": {
81282
81326
  "TransitGatewayAttachmentIds": {
81283
- "shape": "S1c1"
81327
+ "shape": "S1c3"
81284
81328
  },
81285
81329
  "Filters": {
81286
81330
  "shape": "Sq5",
@@ -81400,7 +81444,7 @@ module.exports={
81400
81444
  "type": "structure",
81401
81445
  "members": {
81402
81446
  "TransitGatewayAttachmentIds": {
81403
- "shape": "S1c1"
81447
+ "shape": "S1c3"
81404
81448
  },
81405
81449
  "Filters": {
81406
81450
  "shape": "Sq5",
@@ -81477,7 +81521,7 @@ module.exports={
81477
81521
  "type": "structure",
81478
81522
  "members": {
81479
81523
  "TransitGatewayAttachmentIds": {
81480
- "shape": "S1c1"
81524
+ "shape": "S1c3"
81481
81525
  },
81482
81526
  "Filters": {
81483
81527
  "shape": "Sq5",
@@ -81554,7 +81598,7 @@ module.exports={
81554
81598
  "type": "structure",
81555
81599
  "members": {
81556
81600
  "TransitGatewayAttachmentIds": {
81557
- "shape": "S1c1"
81601
+ "shape": "S1c3"
81558
81602
  },
81559
81603
  "Filters": {
81560
81604
  "shape": "Sq5",
@@ -81713,7 +81757,7 @@ module.exports={
81713
81757
  },
81714
81758
  "NextToken": {},
81715
81759
  "VolumeIds": {
81716
- "shape": "S1d5",
81760
+ "shape": "S1d7",
81717
81761
  "locationName": "VolumeId"
81718
81762
  },
81719
81763
  "DryRun": {
@@ -81852,7 +81896,7 @@ module.exports={
81852
81896
  "locationName": "Filter"
81853
81897
  },
81854
81898
  "VolumeIds": {
81855
- "shape": "S1d5",
81899
+ "shape": "S1d7",
81856
81900
  "locationName": "VolumeId"
81857
81901
  },
81858
81902
  "DryRun": {
@@ -81893,7 +81937,7 @@ module.exports={
81893
81937
  "type": "boolean"
81894
81938
  },
81895
81939
  "VolumeIds": {
81896
- "shape": "S1d5",
81940
+ "shape": "S1d7",
81897
81941
  "locationName": "VolumeId"
81898
81942
  },
81899
81943
  "Filters": {
@@ -81913,7 +81957,7 @@ module.exports={
81913
81957
  "locationName": "volumeModificationSet",
81914
81958
  "type": "list",
81915
81959
  "member": {
81916
- "shape": "S1dq",
81960
+ "shape": "S1ds",
81917
81961
  "locationName": "item"
81918
81962
  }
81919
81963
  },
@@ -81969,7 +82013,7 @@ module.exports={
81969
82013
  "type": "boolean"
81970
82014
  },
81971
82015
  "VpcIds": {
81972
- "shape": "S1dw",
82016
+ "shape": "S1dy",
81973
82017
  "locationName": "VpcId"
81974
82018
  }
81975
82019
  }
@@ -82013,7 +82057,7 @@ module.exports={
82013
82057
  "locationName": "nextToken"
82014
82058
  },
82015
82059
  "VpcIds": {
82016
- "shape": "S1dw"
82060
+ "shape": "S1dy"
82017
82061
  }
82018
82062
  }
82019
82063
  },
@@ -82658,11 +82702,11 @@ module.exports={
82658
82702
  ],
82659
82703
  "members": {
82660
82704
  "AvailabilityZones": {
82661
- "shape": "S1fm",
82705
+ "shape": "S1fo",
82662
82706
  "locationName": "AvailabilityZone"
82663
82707
  },
82664
82708
  "SourceSnapshotIds": {
82665
- "shape": "S19a",
82709
+ "shape": "S19c",
82666
82710
  "locationName": "SourceSnapshotId"
82667
82711
  },
82668
82712
  "DryRun": {
@@ -82823,7 +82867,7 @@ module.exports={
82823
82867
  "type": "structure",
82824
82868
  "members": {
82825
82869
  "Propagation": {
82826
- "shape": "S1g1",
82870
+ "shape": "S1g3",
82827
82871
  "locationName": "propagation"
82828
82872
  }
82829
82873
  }
@@ -83188,11 +83232,11 @@ module.exports={
83188
83232
  ],
83189
83233
  "members": {
83190
83234
  "AvailabilityZones": {
83191
- "shape": "S1fm",
83235
+ "shape": "S1fo",
83192
83236
  "locationName": "AvailabilityZone"
83193
83237
  },
83194
83238
  "SourceSnapshotIds": {
83195
- "shape": "S19a",
83239
+ "shape": "S19c",
83196
83240
  "locationName": "SourceSnapshotId"
83197
83241
  },
83198
83242
  "DryRun": {
@@ -83357,7 +83401,7 @@ module.exports={
83357
83401
  "type": "structure",
83358
83402
  "members": {
83359
83403
  "Propagation": {
83360
- "shape": "S1g1",
83404
+ "shape": "S1g3",
83361
83405
  "locationName": "propagation"
83362
83406
  }
83363
83407
  }
@@ -83869,7 +83913,7 @@ module.exports={
83869
83913
  "type": "structure",
83870
83914
  "members": {
83871
83915
  "InstanceFamilyCreditSpecification": {
83872
- "shape": "S1ij",
83916
+ "shape": "S1il",
83873
83917
  "locationName": "instanceFamilyCreditSpecification"
83874
83918
  }
83875
83919
  }
@@ -84016,7 +84060,7 @@ module.exports={
84016
84060
  ],
84017
84061
  "members": {
84018
84062
  "HostIdSet": {
84019
- "shape": "S1j0"
84063
+ "shape": "S1j2"
84020
84064
  },
84021
84065
  "OfferingId": {}
84022
84066
  }
@@ -84028,7 +84072,7 @@ module.exports={
84028
84072
  "locationName": "currencyCode"
84029
84073
  },
84030
84074
  "Purchase": {
84031
- "shape": "S1j2",
84075
+ "shape": "S1j4",
84032
84076
  "locationName": "purchase"
84033
84077
  },
84034
84078
  "TotalHourlyPrice": {
@@ -84218,7 +84262,7 @@ module.exports={
84218
84262
  "locationName": "paymentDue"
84219
84263
  },
84220
84264
  "ReservedInstanceValueRollup": {
84221
- "shape": "S1jj",
84265
+ "shape": "S1jl",
84222
84266
  "locationName": "reservedInstanceValueRollup"
84223
84267
  },
84224
84268
  "ReservedInstanceValueSet": {
@@ -84229,7 +84273,7 @@ module.exports={
84229
84273
  "type": "structure",
84230
84274
  "members": {
84231
84275
  "ReservationValue": {
84232
- "shape": "S1jj",
84276
+ "shape": "S1jl",
84233
84277
  "locationName": "reservationValue"
84234
84278
  },
84235
84279
  "ReservedInstanceId": {
@@ -84239,7 +84283,7 @@ module.exports={
84239
84283
  }
84240
84284
  },
84241
84285
  "TargetConfigurationValueRollup": {
84242
- "shape": "S1jj",
84286
+ "shape": "S1jl",
84243
84287
  "locationName": "targetConfigurationValueRollup"
84244
84288
  },
84245
84289
  "TargetConfigurationValueSet": {
@@ -84250,7 +84294,7 @@ module.exports={
84250
84294
  "type": "structure",
84251
84295
  "members": {
84252
84296
  "ReservationValue": {
84253
- "shape": "S1jj",
84297
+ "shape": "S1jl",
84254
84298
  "locationName": "reservationValue"
84255
84299
  },
84256
84300
  "TargetConfiguration": {
@@ -84319,11 +84363,11 @@ module.exports={
84319
84363
  "type": "structure",
84320
84364
  "members": {
84321
84365
  "SubnetIpv4CidrReservations": {
84322
- "shape": "S1ju",
84366
+ "shape": "S1jw",
84323
84367
  "locationName": "subnetIpv4CidrReservationSet"
84324
84368
  },
84325
84369
  "SubnetIpv6CidrReservations": {
84326
- "shape": "S1ju",
84370
+ "shape": "S1jw",
84327
84371
  "locationName": "subnetIpv6CidrReservationSet"
84328
84372
  },
84329
84373
  "NextToken": {
@@ -84604,7 +84648,7 @@ module.exports={
84604
84648
  "members": {
84605
84649
  "Architecture": {},
84606
84650
  "ClientData": {
84607
- "shape": "S1kh"
84651
+ "shape": "S1kj"
84608
84652
  },
84609
84653
  "ClientToken": {},
84610
84654
  "Description": {},
@@ -84621,7 +84665,7 @@ module.exports={
84621
84665
  "SnapshotId": {},
84622
84666
  "Url": {},
84623
84667
  "UserBucket": {
84624
- "shape": "S1kk"
84668
+ "shape": "S1km"
84625
84669
  }
84626
84670
  }
84627
84671
  }
@@ -84730,10 +84774,10 @@ module.exports={
84730
84774
  "members": {
84731
84775
  "Description": {},
84732
84776
  "Image": {
84733
- "shape": "S1kr"
84777
+ "shape": "S1kt"
84734
84778
  },
84735
84779
  "Volume": {
84736
- "shape": "S1ks"
84780
+ "shape": "S1ku"
84737
84781
  }
84738
84782
  }
84739
84783
  }
@@ -84856,7 +84900,7 @@ module.exports={
84856
84900
  "type": "structure",
84857
84901
  "members": {
84858
84902
  "ClientData": {
84859
- "shape": "S1kh"
84903
+ "shape": "S1kj"
84860
84904
  },
84861
84905
  "ClientToken": {},
84862
84906
  "Description": {},
@@ -84867,7 +84911,7 @@ module.exports={
84867
84911
  "Format": {},
84868
84912
  "Url": {},
84869
84913
  "UserBucket": {
84870
- "shape": "S1kk"
84914
+ "shape": "S1km"
84871
84915
  }
84872
84916
  }
84873
84917
  },
@@ -84925,11 +84969,11 @@ module.exports={
84925
84969
  "type": "boolean"
84926
84970
  },
84927
84971
  "Image": {
84928
- "shape": "S1kr",
84972
+ "shape": "S1kt",
84929
84973
  "locationName": "image"
84930
84974
  },
84931
84975
  "Volume": {
84932
- "shape": "S1ks",
84976
+ "shape": "S1ku",
84933
84977
  "locationName": "volume"
84934
84978
  }
84935
84979
  }
@@ -85099,7 +85143,7 @@ module.exports={
85099
85143
  "type": "structure",
85100
85144
  "members": {
85101
85145
  "InstanceFamilyCreditSpecification": {
85102
- "shape": "S1ij",
85146
+ "shape": "S1il",
85103
85147
  "locationName": "instanceFamilyCreditSpecification"
85104
85148
  }
85105
85149
  }
@@ -85173,25 +85217,25 @@ module.exports={
85173
85217
  "Attribute": {},
85174
85218
  "OperationType": {},
85175
85219
  "UserIds": {
85176
- "shape": "S1ll",
85220
+ "shape": "S1ln",
85177
85221
  "locationName": "UserId"
85178
85222
  },
85179
85223
  "UserGroups": {
85180
- "shape": "S1lm",
85224
+ "shape": "S1lo",
85181
85225
  "locationName": "UserGroup"
85182
85226
  },
85183
85227
  "ProductCodes": {
85184
- "shape": "S1ln",
85228
+ "shape": "S1lp",
85185
85229
  "locationName": "ProductCode"
85186
85230
  },
85187
85231
  "LoadPermission": {
85188
85232
  "type": "structure",
85189
85233
  "members": {
85190
85234
  "Add": {
85191
- "shape": "S1lp"
85235
+ "shape": "S1lr"
85192
85236
  },
85193
85237
  "Remove": {
85194
- "shape": "S1lp"
85238
+ "shape": "S1lr"
85195
85239
  }
85196
85240
  }
85197
85241
  },
@@ -85236,7 +85280,7 @@ module.exports={
85236
85280
  "locationName": "successful"
85237
85281
  },
85238
85282
  "Unsuccessful": {
85239
- "shape": "S1lu",
85283
+ "shape": "S1lw",
85240
85284
  "locationName": "unsuccessful"
85241
85285
  }
85242
85286
  }
@@ -85304,15 +85348,15 @@ module.exports={
85304
85348
  },
85305
85349
  "OperationType": {},
85306
85350
  "ProductCodes": {
85307
- "shape": "S1ln",
85351
+ "shape": "S1lp",
85308
85352
  "locationName": "ProductCode"
85309
85353
  },
85310
85354
  "UserGroups": {
85311
- "shape": "S1lm",
85355
+ "shape": "S1lo",
85312
85356
  "locationName": "UserGroup"
85313
85357
  },
85314
85358
  "UserIds": {
85315
- "shape": "S1ll",
85359
+ "shape": "S1ln",
85316
85360
  "locationName": "UserId"
85317
85361
  },
85318
85362
  "Value": {},
@@ -85437,7 +85481,7 @@ module.exports={
85437
85481
  "members": {
85438
85482
  "InstanceId": {},
85439
85483
  "CapacityReservationSpecification": {
85440
- "shape": "S1m5"
85484
+ "shape": "S1m7"
85441
85485
  },
85442
85486
  "DryRun": {
85443
85487
  "type": "boolean"
@@ -85596,7 +85640,8 @@ module.exports={
85596
85640
  "HttpEndpoint": {},
85597
85641
  "DryRun": {
85598
85642
  "type": "boolean"
85599
- }
85643
+ },
85644
+ "HttpProtocolIpv6": {}
85600
85645
  }
85601
85646
  },
85602
85647
  "output": {
@@ -85606,7 +85651,7 @@ module.exports={
85606
85651
  "locationName": "instanceId"
85607
85652
  },
85608
85653
  "InstanceMetadataOptions": {
85609
- "shape": "S12n",
85654
+ "shape": "S12o",
85610
85655
  "locationName": "instanceMetadataOptions"
85611
85656
  }
85612
85657
  }
@@ -85768,7 +85813,7 @@ module.exports={
85768
85813
  ],
85769
85814
  "members": {
85770
85815
  "ReservedInstancesIds": {
85771
- "shape": "S176",
85816
+ "shape": "S178",
85772
85817
  "locationName": "ReservedInstancesId"
85773
85818
  },
85774
85819
  "ClientToken": {
@@ -85778,7 +85823,7 @@ module.exports={
85778
85823
  "locationName": "ReservedInstancesConfigurationSetItemType",
85779
85824
  "type": "list",
85780
85825
  "member": {
85781
- "shape": "S17s",
85826
+ "shape": "S17u",
85782
85827
  "locationName": "item"
85783
85828
  }
85784
85829
  }
@@ -85857,21 +85902,21 @@ module.exports={
85857
85902
  "type": "structure",
85858
85903
  "members": {
85859
85904
  "Add": {
85860
- "shape": "S196"
85905
+ "shape": "S198"
85861
85906
  },
85862
85907
  "Remove": {
85863
- "shape": "S196"
85908
+ "shape": "S198"
85864
85909
  }
85865
85910
  }
85866
85911
  },
85867
85912
  "GroupNames": {
85868
- "shape": "S18y",
85913
+ "shape": "S190",
85869
85914
  "locationName": "UserGroup"
85870
85915
  },
85871
85916
  "OperationType": {},
85872
85917
  "SnapshotId": {},
85873
85918
  "UserIds": {
85874
- "shape": "S1ll",
85919
+ "shape": "S1ln",
85875
85920
  "locationName": "UserId"
85876
85921
  },
85877
85922
  "DryRun": {
@@ -85892,7 +85937,7 @@ module.exports={
85892
85937
  "locationName": "excessCapacityTerminationPolicy"
85893
85938
  },
85894
85939
  "LaunchTemplateConfigs": {
85895
- "shape": "S1a8",
85940
+ "shape": "S1aa",
85896
85941
  "locationName": "LaunchTemplateConfig"
85897
85942
  },
85898
85943
  "SpotFleetRequestId": {
@@ -86195,7 +86240,7 @@ module.exports={
86195
86240
  "type": "structure",
86196
86241
  "members": {
86197
86242
  "VolumeModification": {
86198
- "shape": "S1dq",
86243
+ "shape": "S1ds",
86199
86244
  "locationName": "volumeModification"
86200
86245
  }
86201
86246
  }
@@ -86402,13 +86447,13 @@ module.exports={
86402
86447
  ],
86403
86448
  "members": {
86404
86449
  "AccepterPeeringConnectionOptions": {
86405
- "shape": "S1o7"
86450
+ "shape": "S1o9"
86406
86451
  },
86407
86452
  "DryRun": {
86408
86453
  "type": "boolean"
86409
86454
  },
86410
86455
  "RequesterPeeringConnectionOptions": {
86411
- "shape": "S1o7"
86456
+ "shape": "S1o9"
86412
86457
  },
86413
86458
  "VpcPeeringConnectionId": {}
86414
86459
  }
@@ -86417,11 +86462,11 @@ module.exports={
86417
86462
  "type": "structure",
86418
86463
  "members": {
86419
86464
  "AccepterPeeringConnectionOptions": {
86420
- "shape": "S1o9",
86465
+ "shape": "S1ob",
86421
86466
  "locationName": "accepterPeeringConnectionOptions"
86422
86467
  },
86423
86468
  "RequesterPeeringConnectionOptions": {
86424
- "shape": "S1o9",
86469
+ "shape": "S1ob",
86425
86470
  "locationName": "requesterPeeringConnectionOptions"
86426
86471
  }
86427
86472
  }
@@ -86633,7 +86678,7 @@ module.exports={
86633
86678
  "type": "structure",
86634
86679
  "members": {
86635
86680
  "InstanceMonitorings": {
86636
- "shape": "S1oo",
86681
+ "shape": "S1oq",
86637
86682
  "locationName": "instancesSet"
86638
86683
  }
86639
86684
  }
@@ -86723,7 +86768,7 @@ module.exports={
86723
86768
  "ClientToken": {},
86724
86769
  "CurrencyCode": {},
86725
86770
  "HostIdSet": {
86726
- "shape": "S1j0"
86771
+ "shape": "S1j2"
86727
86772
  },
86728
86773
  "LimitPrice": {},
86729
86774
  "OfferingId": {},
@@ -86743,7 +86788,7 @@ module.exports={
86743
86788
  "locationName": "currencyCode"
86744
86789
  },
86745
86790
  "Purchase": {
86746
- "shape": "S1j2",
86791
+ "shape": "S1j4",
86747
86792
  "locationName": "purchase"
86748
86793
  },
86749
86794
  "TotalHourlyPrice": {
@@ -86838,7 +86883,7 @@ module.exports={
86838
86883
  "locationName": "scheduledInstanceSet",
86839
86884
  "type": "list",
86840
86885
  "member": {
86841
- "shape": "S18n",
86886
+ "shape": "S18p",
86842
86887
  "locationName": "item"
86843
86888
  }
86844
86889
  }
@@ -87188,7 +87233,7 @@ module.exports={
87188
87233
  "locationName": "successful"
87189
87234
  },
87190
87235
  "Unsuccessful": {
87191
- "shape": "S1lu",
87236
+ "shape": "S1lw",
87192
87237
  "locationName": "unsuccessful"
87193
87238
  }
87194
87239
  }
@@ -87460,7 +87505,7 @@ module.exports={
87460
87505
  "type": "boolean"
87461
87506
  },
87462
87507
  "SpotFleetRequestConfig": {
87463
- "shape": "S19t",
87508
+ "shape": "S19v",
87464
87509
  "locationName": "spotFleetRequestConfig"
87465
87510
  }
87466
87511
  }
@@ -87544,15 +87589,15 @@ module.exports={
87544
87589
  "locationName": "keyName"
87545
87590
  },
87546
87591
  "Monitoring": {
87547
- "shape": "S1ao",
87592
+ "shape": "S1aq",
87548
87593
  "locationName": "monitoring"
87549
87594
  },
87550
87595
  "NetworkInterfaces": {
87551
- "shape": "S1a3",
87596
+ "shape": "S1a5",
87552
87597
  "locationName": "NetworkInterface"
87553
87598
  },
87554
87599
  "Placement": {
87555
- "shape": "S1a5",
87600
+ "shape": "S1a7",
87556
87601
  "locationName": "placement"
87557
87602
  },
87558
87603
  "RamdiskId": {
@@ -87591,7 +87636,7 @@ module.exports={
87591
87636
  "type": "structure",
87592
87637
  "members": {
87593
87638
  "SpotInstanceRequests": {
87594
- "shape": "S1al",
87639
+ "shape": "S1an",
87595
87640
  "locationName": "spotInstanceRequestSet"
87596
87641
  }
87597
87642
  }
@@ -87846,7 +87891,7 @@ module.exports={
87846
87891
  "locationName": "ipPermissions"
87847
87892
  },
87848
87893
  "SecurityGroupRuleIds": {
87849
- "shape": "S18u",
87894
+ "shape": "S18w",
87850
87895
  "locationName": "SecurityGroupRuleId"
87851
87896
  },
87852
87897
  "CidrIp": {
@@ -87909,7 +87954,7 @@ module.exports={
87909
87954
  "type": "boolean"
87910
87955
  },
87911
87956
  "SecurityGroupRuleIds": {
87912
- "shape": "S18u",
87957
+ "shape": "S18w",
87913
87958
  "locationName": "SecurityGroupRuleId"
87914
87959
  }
87915
87960
  }
@@ -87958,7 +88003,7 @@ module.exports={
87958
88003
  "type": "integer"
87959
88004
  },
87960
88005
  "Monitoring": {
87961
- "shape": "S1ao"
88006
+ "shape": "S1aq"
87962
88007
  },
87963
88008
  "Placement": {
87964
88009
  "shape": "S9m"
@@ -88001,7 +88046,7 @@ module.exports={
88001
88046
  "locationName": "instanceInitiatedShutdownBehavior"
88002
88047
  },
88003
88048
  "NetworkInterfaces": {
88004
- "shape": "S1a3",
88049
+ "shape": "S1a5",
88005
88050
  "locationName": "networkInterface"
88006
88051
  },
88007
88052
  "PrivateIpAddress": {
@@ -88078,7 +88123,7 @@ module.exports={
88078
88123
  }
88079
88124
  },
88080
88125
  "CapacityReservationSpecification": {
88081
- "shape": "S1m5"
88126
+ "shape": "S1m7"
88082
88127
  },
88083
88128
  "HibernationOptions": {
88084
88129
  "type": "structure",
@@ -88106,7 +88151,8 @@ module.exports={
88106
88151
  "HttpPutResponseHopLimit": {
88107
88152
  "type": "integer"
88108
88153
  },
88109
- "HttpEndpoint": {}
88154
+ "HttpEndpoint": {},
88155
+ "HttpProtocolIpv6": {}
88110
88156
  }
88111
88157
  },
88112
88158
  "EnclaveOptions": {
@@ -88120,7 +88166,7 @@ module.exports={
88120
88166
  }
88121
88167
  },
88122
88168
  "output": {
88123
- "shape": "S11y"
88169
+ "shape": "S11z"
88124
88170
  }
88125
88171
  },
88126
88172
  "RunScheduledInstances": {
@@ -88218,7 +88264,7 @@ module.exports={
88218
88264
  "type": "integer"
88219
88265
  },
88220
88266
  "Groups": {
88221
- "shape": "S1rr",
88267
+ "shape": "S1rt",
88222
88268
  "locationName": "Group"
88223
88269
  },
88224
88270
  "Ipv6AddressCount": {
@@ -88267,7 +88313,7 @@ module.exports={
88267
88313
  },
88268
88314
  "RamdiskId": {},
88269
88315
  "SecurityGroupIds": {
88270
- "shape": "S1rr",
88316
+ "shape": "S1rt",
88271
88317
  "locationName": "SecurityGroupId"
88272
88318
  },
88273
88319
  "SubnetId": {},
@@ -88478,7 +88524,7 @@ module.exports={
88478
88524
  "type": "structure",
88479
88525
  "members": {
88480
88526
  "StartingInstances": {
88481
- "shape": "S1sf",
88527
+ "shape": "S1sh",
88482
88528
  "locationName": "instancesSet"
88483
88529
  }
88484
88530
  }
@@ -88494,7 +88540,7 @@ module.exports={
88494
88540
  "members": {
88495
88541
  "NetworkInsightsPathId": {},
88496
88542
  "FilterInArns": {
88497
- "shape": "S155",
88543
+ "shape": "S157",
88498
88544
  "locationName": "FilterInArn"
88499
88545
  },
88500
88546
  "DryRun": {
@@ -88513,7 +88559,7 @@ module.exports={
88513
88559
  "type": "structure",
88514
88560
  "members": {
88515
88561
  "NetworkInsightsAnalysis": {
88516
- "shape": "S154",
88562
+ "shape": "S156",
88517
88563
  "locationName": "networkInsightsAnalysis"
88518
88564
  }
88519
88565
  }
@@ -88570,7 +88616,7 @@ module.exports={
88570
88616
  "type": "structure",
88571
88617
  "members": {
88572
88618
  "StoppingInstances": {
88573
- "shape": "S1sf",
88619
+ "shape": "S1sh",
88574
88620
  "locationName": "instancesSet"
88575
88621
  }
88576
88622
  }
@@ -88645,7 +88691,7 @@ module.exports={
88645
88691
  "type": "structure",
88646
88692
  "members": {
88647
88693
  "TerminatingInstances": {
88648
- "shape": "S1sf",
88694
+ "shape": "S1sh",
88649
88695
  "locationName": "instancesSet"
88650
88696
  }
88651
88697
  }
@@ -88730,7 +88776,7 @@ module.exports={
88730
88776
  "type": "structure",
88731
88777
  "members": {
88732
88778
  "InstanceMonitorings": {
88733
- "shape": "S1oo",
88779
+ "shape": "S1oq",
88734
88780
  "locationName": "instancesSet"
88735
88781
  }
88736
88782
  }
@@ -88749,7 +88795,7 @@ module.exports={
88749
88795
  "shape": "S50"
88750
88796
  },
88751
88797
  "SecurityGroupRuleDescriptions": {
88752
- "shape": "S1sz",
88798
+ "shape": "S1t1",
88753
88799
  "locationName": "SecurityGroupRuleDescription"
88754
88800
  }
88755
88801
  }
@@ -88777,7 +88823,7 @@ module.exports={
88777
88823
  "shape": "S50"
88778
88824
  },
88779
88825
  "SecurityGroupRuleDescriptions": {
88780
- "shape": "S1sz",
88826
+ "shape": "S1t1",
88781
88827
  "locationName": "SecurityGroupRuleDescription"
88782
88828
  }
88783
88829
  }
@@ -93994,7 +94040,7 @@ module.exports={
93994
94040
  }
93995
94041
  }
93996
94042
  },
93997
- "S11y": {
94043
+ "S11z": {
93998
94044
  "type": "structure",
93999
94045
  "members": {
94000
94046
  "Groups": {
@@ -94032,7 +94078,7 @@ module.exports={
94032
94078
  "type": "timestamp"
94033
94079
  },
94034
94080
  "Monitoring": {
94035
- "shape": "S121",
94081
+ "shape": "S122",
94036
94082
  "locationName": "monitoring"
94037
94083
  },
94038
94084
  "Placement": {
@@ -94155,7 +94201,7 @@ module.exports={
94155
94201
  "type": "structure",
94156
94202
  "members": {
94157
94203
  "Association": {
94158
- "shape": "S12a",
94204
+ "shape": "S12b",
94159
94205
  "locationName": "association"
94160
94206
  },
94161
94207
  "Attachment": {
@@ -94220,7 +94266,7 @@ module.exports={
94220
94266
  "type": "structure",
94221
94267
  "members": {
94222
94268
  "Association": {
94223
- "shape": "S12a",
94269
+ "shape": "S12b",
94224
94270
  "locationName": "association"
94225
94271
  },
94226
94272
  "Primary": {
@@ -94369,7 +94415,7 @@ module.exports={
94369
94415
  }
94370
94416
  },
94371
94417
  "MetadataOptions": {
94372
- "shape": "S12n",
94418
+ "shape": "S12o",
94373
94419
  "locationName": "metadataOptions"
94374
94420
  },
94375
94421
  "EnclaveOptions": {
@@ -94393,7 +94439,7 @@ module.exports={
94393
94439
  }
94394
94440
  }
94395
94441
  },
94396
- "S121": {
94442
+ "S122": {
94397
94443
  "type": "structure",
94398
94444
  "members": {
94399
94445
  "State": {
@@ -94401,7 +94447,7 @@ module.exports={
94401
94447
  }
94402
94448
  }
94403
94449
  },
94404
- "S12a": {
94450
+ "S12b": {
94405
94451
  "type": "structure",
94406
94452
  "members": {
94407
94453
  "CarrierIp": {
@@ -94418,7 +94464,7 @@ module.exports={
94418
94464
  }
94419
94465
  }
94420
94466
  },
94421
- "S12n": {
94467
+ "S12o": {
94422
94468
  "type": "structure",
94423
94469
  "members": {
94424
94470
  "State": {
@@ -94433,16 +94479,19 @@ module.exports={
94433
94479
  },
94434
94480
  "HttpEndpoint": {
94435
94481
  "locationName": "httpEndpoint"
94482
+ },
94483
+ "HttpProtocolIpv6": {
94484
+ "locationName": "httpProtocolIpv6"
94436
94485
  }
94437
94486
  }
94438
94487
  },
94439
- "S144": {
94488
+ "S146": {
94440
94489
  "type": "list",
94441
94490
  "member": {
94442
94491
  "locationName": "item"
94443
94492
  }
94444
94493
  },
94445
- "S154": {
94494
+ "S156": {
94446
94495
  "type": "structure",
94447
94496
  "members": {
94448
94497
  "NetworkInsightsAnalysisId": {
@@ -94455,7 +94504,7 @@ module.exports={
94455
94504
  "locationName": "networkInsightsPathId"
94456
94505
  },
94457
94506
  "FilterInArns": {
94458
- "shape": "S155",
94507
+ "shape": "S157",
94459
94508
  "locationName": "filterInArnSet"
94460
94509
  },
94461
94510
  "StartDate": {
@@ -94473,11 +94522,11 @@ module.exports={
94473
94522
  "type": "boolean"
94474
94523
  },
94475
94524
  "ForwardPathComponents": {
94476
- "shape": "S157",
94525
+ "shape": "S159",
94477
94526
  "locationName": "forwardPathComponentSet"
94478
94527
  },
94479
94528
  "ReturnPathComponents": {
94480
- "shape": "S157",
94529
+ "shape": "S159",
94481
94530
  "locationName": "returnPathComponentSet"
94482
94531
  },
94483
94532
  "Explanations": {
@@ -94488,22 +94537,22 @@ module.exports={
94488
94537
  "type": "structure",
94489
94538
  "members": {
94490
94539
  "Acl": {
94491
- "shape": "S15a",
94540
+ "shape": "S15c",
94492
94541
  "locationName": "acl"
94493
94542
  },
94494
94543
  "AclRule": {
94495
- "shape": "S159",
94544
+ "shape": "S15b",
94496
94545
  "locationName": "aclRule"
94497
94546
  },
94498
94547
  "Address": {
94499
94548
  "locationName": "address"
94500
94549
  },
94501
94550
  "Addresses": {
94502
- "shape": "S15c",
94551
+ "shape": "S15e",
94503
94552
  "locationName": "addressSet"
94504
94553
  },
94505
94554
  "AttachedTo": {
94506
- "shape": "S15a",
94555
+ "shape": "S15c",
94507
94556
  "locationName": "attachedTo"
94508
94557
  },
94509
94558
  "AvailabilityZones": {
@@ -94515,19 +94564,19 @@ module.exports={
94515
94564
  "locationName": "cidrSet"
94516
94565
  },
94517
94566
  "Component": {
94518
- "shape": "S15a",
94567
+ "shape": "S15c",
94519
94568
  "locationName": "component"
94520
94569
  },
94521
94570
  "CustomerGateway": {
94522
- "shape": "S15a",
94571
+ "shape": "S15c",
94523
94572
  "locationName": "customerGateway"
94524
94573
  },
94525
94574
  "Destination": {
94526
- "shape": "S15a",
94575
+ "shape": "S15c",
94527
94576
  "locationName": "destination"
94528
94577
  },
94529
94578
  "DestinationVpc": {
94530
- "shape": "S15a",
94579
+ "shape": "S15c",
94531
94580
  "locationName": "destinationVpc"
94532
94581
  },
94533
94582
  "Direction": {
@@ -94537,11 +94586,11 @@ module.exports={
94537
94586
  "locationName": "explanationCode"
94538
94587
  },
94539
94588
  "IngressRouteTable": {
94540
- "shape": "S15a",
94589
+ "shape": "S15c",
94541
94590
  "locationName": "ingressRouteTable"
94542
94591
  },
94543
94592
  "InternetGateway": {
94544
- "shape": "S15a",
94593
+ "shape": "S15c",
94545
94594
  "locationName": "internetGateway"
94546
94595
  },
94547
94596
  "LoadBalancerArn": {
@@ -94576,7 +94625,7 @@ module.exports={
94576
94625
  "locationName": "availabilityZone"
94577
94626
  },
94578
94627
  "Instance": {
94579
- "shape": "S15a",
94628
+ "shape": "S15c",
94580
94629
  "locationName": "instance"
94581
94630
  },
94582
94631
  "Port": {
@@ -94586,11 +94635,11 @@ module.exports={
94586
94635
  }
94587
94636
  },
94588
94637
  "LoadBalancerTargetGroup": {
94589
- "shape": "S15a",
94638
+ "shape": "S15c",
94590
94639
  "locationName": "loadBalancerTargetGroup"
94591
94640
  },
94592
94641
  "LoadBalancerTargetGroups": {
94593
- "shape": "S15k",
94642
+ "shape": "S15m",
94594
94643
  "locationName": "loadBalancerTargetGroupSet"
94595
94644
  },
94596
94645
  "LoadBalancerTargetPort": {
@@ -94598,25 +94647,25 @@ module.exports={
94598
94647
  "type": "integer"
94599
94648
  },
94600
94649
  "ElasticLoadBalancerListener": {
94601
- "shape": "S15a",
94650
+ "shape": "S15c",
94602
94651
  "locationName": "elasticLoadBalancerListener"
94603
94652
  },
94604
94653
  "MissingComponent": {
94605
94654
  "locationName": "missingComponent"
94606
94655
  },
94607
94656
  "NatGateway": {
94608
- "shape": "S15a",
94657
+ "shape": "S15c",
94609
94658
  "locationName": "natGateway"
94610
94659
  },
94611
94660
  "NetworkInterface": {
94612
- "shape": "S15a",
94661
+ "shape": "S15c",
94613
94662
  "locationName": "networkInterface"
94614
94663
  },
94615
94664
  "PacketField": {
94616
94665
  "locationName": "packetField"
94617
94666
  },
94618
94667
  "VpcPeeringConnection": {
94619
- "shape": "S15a",
94668
+ "shape": "S15c",
94620
94669
  "locationName": "vpcPeeringConnection"
94621
94670
  },
94622
94671
  "Port": {
@@ -94624,11 +94673,11 @@ module.exports={
94624
94673
  "type": "integer"
94625
94674
  },
94626
94675
  "PortRanges": {
94627
- "shape": "S15d",
94676
+ "shape": "S15f",
94628
94677
  "locationName": "portRangeSet"
94629
94678
  },
94630
94679
  "PrefixList": {
94631
- "shape": "S15a",
94680
+ "shape": "S15c",
94632
94681
  "locationName": "prefixList"
94633
94682
  },
94634
94683
  "Protocols": {
@@ -94639,54 +94688,54 @@ module.exports={
94639
94688
  }
94640
94689
  },
94641
94690
  "RouteTableRoute": {
94642
- "shape": "S15e",
94691
+ "shape": "S15g",
94643
94692
  "locationName": "routeTableRoute"
94644
94693
  },
94645
94694
  "RouteTable": {
94646
- "shape": "S15a",
94695
+ "shape": "S15c",
94647
94696
  "locationName": "routeTable"
94648
94697
  },
94649
94698
  "SecurityGroup": {
94650
- "shape": "S15a",
94699
+ "shape": "S15c",
94651
94700
  "locationName": "securityGroup"
94652
94701
  },
94653
94702
  "SecurityGroupRule": {
94654
- "shape": "S15f",
94703
+ "shape": "S15h",
94655
94704
  "locationName": "securityGroupRule"
94656
94705
  },
94657
94706
  "SecurityGroups": {
94658
- "shape": "S15k",
94707
+ "shape": "S15m",
94659
94708
  "locationName": "securityGroupSet"
94660
94709
  },
94661
94710
  "SourceVpc": {
94662
- "shape": "S15a",
94711
+ "shape": "S15c",
94663
94712
  "locationName": "sourceVpc"
94664
94713
  },
94665
94714
  "State": {
94666
94715
  "locationName": "state"
94667
94716
  },
94668
94717
  "Subnet": {
94669
- "shape": "S15a",
94718
+ "shape": "S15c",
94670
94719
  "locationName": "subnet"
94671
94720
  },
94672
94721
  "SubnetRouteTable": {
94673
- "shape": "S15a",
94722
+ "shape": "S15c",
94674
94723
  "locationName": "subnetRouteTable"
94675
94724
  },
94676
94725
  "Vpc": {
94677
- "shape": "S15a",
94726
+ "shape": "S15c",
94678
94727
  "locationName": "vpc"
94679
94728
  },
94680
94729
  "VpcEndpoint": {
94681
- "shape": "S15a",
94730
+ "shape": "S15c",
94682
94731
  "locationName": "vpcEndpoint"
94683
94732
  },
94684
94733
  "VpnConnection": {
94685
- "shape": "S15a",
94734
+ "shape": "S15c",
94686
94735
  "locationName": "vpnConnection"
94687
94736
  },
94688
94737
  "VpnGateway": {
94689
- "shape": "S15a",
94738
+ "shape": "S15c",
94690
94739
  "locationName": "vpnGateway"
94691
94740
  }
94692
94741
  }
@@ -94714,13 +94763,13 @@ module.exports={
94714
94763
  }
94715
94764
  }
94716
94765
  },
94717
- "S155": {
94766
+ "S157": {
94718
94767
  "type": "list",
94719
94768
  "member": {
94720
94769
  "locationName": "item"
94721
94770
  }
94722
94771
  },
94723
- "S157": {
94772
+ "S159": {
94724
94773
  "type": "list",
94725
94774
  "member": {
94726
94775
  "locationName": "item",
@@ -94731,49 +94780,49 @@ module.exports={
94731
94780
  "type": "integer"
94732
94781
  },
94733
94782
  "AclRule": {
94734
- "shape": "S159",
94783
+ "shape": "S15b",
94735
94784
  "locationName": "aclRule"
94736
94785
  },
94737
94786
  "Component": {
94738
- "shape": "S15a",
94787
+ "shape": "S15c",
94739
94788
  "locationName": "component"
94740
94789
  },
94741
94790
  "DestinationVpc": {
94742
- "shape": "S15a",
94791
+ "shape": "S15c",
94743
94792
  "locationName": "destinationVpc"
94744
94793
  },
94745
94794
  "OutboundHeader": {
94746
- "shape": "S15b",
94795
+ "shape": "S15d",
94747
94796
  "locationName": "outboundHeader"
94748
94797
  },
94749
94798
  "InboundHeader": {
94750
- "shape": "S15b",
94799
+ "shape": "S15d",
94751
94800
  "locationName": "inboundHeader"
94752
94801
  },
94753
94802
  "RouteTableRoute": {
94754
- "shape": "S15e",
94803
+ "shape": "S15g",
94755
94804
  "locationName": "routeTableRoute"
94756
94805
  },
94757
94806
  "SecurityGroupRule": {
94758
- "shape": "S15f",
94807
+ "shape": "S15h",
94759
94808
  "locationName": "securityGroupRule"
94760
94809
  },
94761
94810
  "SourceVpc": {
94762
- "shape": "S15a",
94811
+ "shape": "S15c",
94763
94812
  "locationName": "sourceVpc"
94764
94813
  },
94765
94814
  "Subnet": {
94766
- "shape": "S15a",
94815
+ "shape": "S15c",
94767
94816
  "locationName": "subnet"
94768
94817
  },
94769
94818
  "Vpc": {
94770
- "shape": "S15a",
94819
+ "shape": "S15c",
94771
94820
  "locationName": "vpc"
94772
94821
  }
94773
94822
  }
94774
94823
  }
94775
94824
  },
94776
- "S159": {
94825
+ "S15b": {
94777
94826
  "type": "structure",
94778
94827
  "members": {
94779
94828
  "Cidr": {
@@ -94799,7 +94848,7 @@ module.exports={
94799
94848
  }
94800
94849
  }
94801
94850
  },
94802
- "S15a": {
94851
+ "S15c": {
94803
94852
  "type": "structure",
94804
94853
  "members": {
94805
94854
  "Id": {
@@ -94810,44 +94859,44 @@ module.exports={
94810
94859
  }
94811
94860
  }
94812
94861
  },
94813
- "S15b": {
94862
+ "S15d": {
94814
94863
  "type": "structure",
94815
94864
  "members": {
94816
94865
  "DestinationAddresses": {
94817
- "shape": "S15c",
94866
+ "shape": "S15e",
94818
94867
  "locationName": "destinationAddressSet"
94819
94868
  },
94820
94869
  "DestinationPortRanges": {
94821
- "shape": "S15d",
94870
+ "shape": "S15f",
94822
94871
  "locationName": "destinationPortRangeSet"
94823
94872
  },
94824
94873
  "Protocol": {
94825
94874
  "locationName": "protocol"
94826
94875
  },
94827
94876
  "SourceAddresses": {
94828
- "shape": "S15c",
94877
+ "shape": "S15e",
94829
94878
  "locationName": "sourceAddressSet"
94830
94879
  },
94831
94880
  "SourcePortRanges": {
94832
- "shape": "S15d",
94881
+ "shape": "S15f",
94833
94882
  "locationName": "sourcePortRangeSet"
94834
94883
  }
94835
94884
  }
94836
94885
  },
94837
- "S15c": {
94886
+ "S15e": {
94838
94887
  "type": "list",
94839
94888
  "member": {
94840
94889
  "locationName": "item"
94841
94890
  }
94842
94891
  },
94843
- "S15d": {
94892
+ "S15f": {
94844
94893
  "type": "list",
94845
94894
  "member": {
94846
94895
  "shape": "Sem",
94847
94896
  "locationName": "item"
94848
94897
  }
94849
94898
  },
94850
- "S15e": {
94899
+ "S15g": {
94851
94900
  "type": "structure",
94852
94901
  "members": {
94853
94902
  "DestinationCidr": {
@@ -94882,7 +94931,7 @@ module.exports={
94882
94931
  }
94883
94932
  }
94884
94933
  },
94885
- "S15f": {
94934
+ "S15h": {
94886
94935
  "type": "structure",
94887
94936
  "members": {
94888
94937
  "Cidr": {
@@ -94906,20 +94955,20 @@ module.exports={
94906
94955
  }
94907
94956
  }
94908
94957
  },
94909
- "S15k": {
94958
+ "S15m": {
94910
94959
  "type": "list",
94911
94960
  "member": {
94912
- "shape": "S15a",
94961
+ "shape": "S15c",
94913
94962
  "locationName": "item"
94914
94963
  }
94915
94964
  },
94916
- "S176": {
94965
+ "S178": {
94917
94966
  "type": "list",
94918
94967
  "member": {
94919
94968
  "locationName": "ReservedInstancesId"
94920
94969
  }
94921
94970
  },
94922
- "S17e": {
94971
+ "S17g": {
94923
94972
  "type": "list",
94924
94973
  "member": {
94925
94974
  "locationName": "item",
@@ -94935,7 +94984,7 @@ module.exports={
94935
94984
  }
94936
94985
  }
94937
94986
  },
94938
- "S17s": {
94987
+ "S17u": {
94939
94988
  "type": "structure",
94940
94989
  "members": {
94941
94990
  "AvailabilityZone": {
@@ -94956,7 +95005,7 @@ module.exports={
94956
95005
  }
94957
95006
  }
94958
95007
  },
94959
- "S18f": {
95008
+ "S18h": {
94960
95009
  "type": "structure",
94961
95010
  "members": {
94962
95011
  "Frequency": {
@@ -94983,7 +95032,7 @@ module.exports={
94983
95032
  }
94984
95033
  }
94985
95034
  },
94986
- "S18n": {
95035
+ "S18p": {
94987
95036
  "type": "structure",
94988
95037
  "members": {
94989
95038
  "AvailabilityZone": {
@@ -95018,7 +95067,7 @@ module.exports={
95018
95067
  "type": "timestamp"
95019
95068
  },
95020
95069
  "Recurrence": {
95021
- "shape": "S18f",
95070
+ "shape": "S18h",
95022
95071
  "locationName": "recurrence"
95023
95072
  },
95024
95073
  "ScheduledInstanceId": {
@@ -95042,19 +95091,19 @@ module.exports={
95042
95091
  }
95043
95092
  }
95044
95093
  },
95045
- "S18u": {
95094
+ "S18w": {
95046
95095
  "type": "list",
95047
95096
  "member": {
95048
95097
  "locationName": "item"
95049
95098
  }
95050
95099
  },
95051
- "S18y": {
95100
+ "S190": {
95052
95101
  "type": "list",
95053
95102
  "member": {
95054
95103
  "locationName": "GroupName"
95055
95104
  }
95056
95105
  },
95057
- "S196": {
95106
+ "S198": {
95058
95107
  "type": "list",
95059
95108
  "member": {
95060
95109
  "locationName": "item",
@@ -95069,13 +95118,13 @@ module.exports={
95069
95118
  }
95070
95119
  }
95071
95120
  },
95072
- "S19a": {
95121
+ "S19c": {
95073
95122
  "type": "list",
95074
95123
  "member": {
95075
95124
  "locationName": "SnapshotId"
95076
95125
  }
95077
95126
  },
95078
- "S19t": {
95127
+ "S19v": {
95079
95128
  "type": "structure",
95080
95129
  "required": [
95081
95130
  "IamFleetRole",
@@ -95169,11 +95218,11 @@ module.exports={
95169
95218
  }
95170
95219
  },
95171
95220
  "NetworkInterfaces": {
95172
- "shape": "S1a3",
95221
+ "shape": "S1a5",
95173
95222
  "locationName": "networkInterfaceSet"
95174
95223
  },
95175
95224
  "Placement": {
95176
- "shape": "S1a5",
95225
+ "shape": "S1a7",
95177
95226
  "locationName": "placement"
95178
95227
  },
95179
95228
  "RamdiskId": {
@@ -95213,7 +95262,7 @@ module.exports={
95213
95262
  }
95214
95263
  },
95215
95264
  "LaunchTemplateConfigs": {
95216
- "shape": "S1a8",
95265
+ "shape": "S1aa",
95217
95266
  "locationName": "launchTemplateConfigs"
95218
95267
  },
95219
95268
  "SpotPrice": {
@@ -95312,7 +95361,7 @@ module.exports={
95312
95361
  }
95313
95362
  }
95314
95363
  },
95315
- "S1a3": {
95364
+ "S1a5": {
95316
95365
  "type": "list",
95317
95366
  "member": {
95318
95367
  "locationName": "item",
@@ -95388,7 +95437,7 @@ module.exports={
95388
95437
  }
95389
95438
  }
95390
95439
  },
95391
- "S1a5": {
95440
+ "S1a7": {
95392
95441
  "type": "structure",
95393
95442
  "members": {
95394
95443
  "AvailabilityZone": {
@@ -95402,7 +95451,7 @@ module.exports={
95402
95451
  }
95403
95452
  }
95404
95453
  },
95405
- "S1a8": {
95454
+ "S1aa": {
95406
95455
  "type": "list",
95407
95456
  "member": {
95408
95457
  "locationName": "item",
@@ -95445,7 +95494,7 @@ module.exports={
95445
95494
  }
95446
95495
  }
95447
95496
  },
95448
- "S1al": {
95497
+ "S1an": {
95449
95498
  "type": "list",
95450
95499
  "member": {
95451
95500
  "locationName": "item",
@@ -95514,11 +95563,11 @@ module.exports={
95514
95563
  "locationName": "keyName"
95515
95564
  },
95516
95565
  "NetworkInterfaces": {
95517
- "shape": "S1a3",
95566
+ "shape": "S1a5",
95518
95567
  "locationName": "networkInterfaceSet"
95519
95568
  },
95520
95569
  "Placement": {
95521
- "shape": "S1a5",
95570
+ "shape": "S1a7",
95522
95571
  "locationName": "placement"
95523
95572
  },
95524
95573
  "RamdiskId": {
@@ -95528,7 +95577,7 @@ module.exports={
95528
95577
  "locationName": "subnetId"
95529
95578
  },
95530
95579
  "Monitoring": {
95531
- "shape": "S1ao",
95580
+ "shape": "S1aq",
95532
95581
  "locationName": "monitoring"
95533
95582
  }
95534
95583
  }
@@ -95585,7 +95634,7 @@ module.exports={
95585
95634
  }
95586
95635
  }
95587
95636
  },
95588
- "S1ao": {
95637
+ "S1aq": {
95589
95638
  "type": "structure",
95590
95639
  "required": [
95591
95640
  "Enabled"
@@ -95597,7 +95646,7 @@ module.exports={
95597
95646
  }
95598
95647
  }
95599
95648
  },
95600
- "S1b3": {
95649
+ "S1b5": {
95601
95650
  "type": "list",
95602
95651
  "member": {
95603
95652
  "locationName": "item",
@@ -95639,17 +95688,17 @@ module.exports={
95639
95688
  }
95640
95689
  }
95641
95690
  },
95642
- "S1c1": {
95691
+ "S1c3": {
95643
95692
  "type": "list",
95644
95693
  "member": {}
95645
95694
  },
95646
- "S1d5": {
95695
+ "S1d7": {
95647
95696
  "type": "list",
95648
95697
  "member": {
95649
95698
  "locationName": "VolumeId"
95650
95699
  }
95651
95700
  },
95652
- "S1dq": {
95701
+ "S1ds": {
95653
95702
  "type": "structure",
95654
95703
  "members": {
95655
95704
  "VolumeId": {
@@ -95713,19 +95762,19 @@ module.exports={
95713
95762
  }
95714
95763
  }
95715
95764
  },
95716
- "S1dw": {
95765
+ "S1dy": {
95717
95766
  "type": "list",
95718
95767
  "member": {
95719
95768
  "locationName": "VpcId"
95720
95769
  }
95721
95770
  },
95722
- "S1fm": {
95771
+ "S1fo": {
95723
95772
  "type": "list",
95724
95773
  "member": {
95725
95774
  "locationName": "AvailabilityZone"
95726
95775
  }
95727
95776
  },
95728
- "S1g1": {
95777
+ "S1g3": {
95729
95778
  "type": "structure",
95730
95779
  "members": {
95731
95780
  "TransitGatewayAttachmentId": {
@@ -95745,7 +95794,7 @@ module.exports={
95745
95794
  }
95746
95795
  }
95747
95796
  },
95748
- "S1ij": {
95797
+ "S1il": {
95749
95798
  "type": "structure",
95750
95799
  "members": {
95751
95800
  "InstanceFamily": {
@@ -95756,13 +95805,13 @@ module.exports={
95756
95805
  }
95757
95806
  }
95758
95807
  },
95759
- "S1j0": {
95808
+ "S1j2": {
95760
95809
  "type": "list",
95761
95810
  "member": {
95762
95811
  "locationName": "item"
95763
95812
  }
95764
95813
  },
95765
- "S1j2": {
95814
+ "S1j4": {
95766
95815
  "type": "list",
95767
95816
  "member": {
95768
95817
  "locationName": "item",
@@ -95797,7 +95846,7 @@ module.exports={
95797
95846
  }
95798
95847
  }
95799
95848
  },
95800
- "S1jj": {
95849
+ "S1jl": {
95801
95850
  "type": "structure",
95802
95851
  "members": {
95803
95852
  "HourlyPrice": {
@@ -95811,14 +95860,14 @@ module.exports={
95811
95860
  }
95812
95861
  }
95813
95862
  },
95814
- "S1ju": {
95863
+ "S1jw": {
95815
95864
  "type": "list",
95816
95865
  "member": {
95817
95866
  "shape": "Sh4",
95818
95867
  "locationName": "item"
95819
95868
  }
95820
95869
  },
95821
- "S1kh": {
95870
+ "S1kj": {
95822
95871
  "type": "structure",
95823
95872
  "members": {
95824
95873
  "Comment": {},
@@ -95833,14 +95882,14 @@ module.exports={
95833
95882
  }
95834
95883
  }
95835
95884
  },
95836
- "S1kk": {
95885
+ "S1km": {
95837
95886
  "type": "structure",
95838
95887
  "members": {
95839
95888
  "S3Bucket": {},
95840
95889
  "S3Key": {}
95841
95890
  }
95842
95891
  },
95843
- "S1kr": {
95892
+ "S1kt": {
95844
95893
  "type": "structure",
95845
95894
  "required": [
95846
95895
  "Bytes",
@@ -95860,7 +95909,7 @@ module.exports={
95860
95909
  }
95861
95910
  }
95862
95911
  },
95863
- "S1ks": {
95912
+ "S1ku": {
95864
95913
  "type": "structure",
95865
95914
  "required": [
95866
95915
  "Size"
@@ -95872,25 +95921,25 @@ module.exports={
95872
95921
  }
95873
95922
  }
95874
95923
  },
95875
- "S1ll": {
95924
+ "S1ln": {
95876
95925
  "type": "list",
95877
95926
  "member": {
95878
95927
  "locationName": "UserId"
95879
95928
  }
95880
95929
  },
95881
- "S1lm": {
95930
+ "S1lo": {
95882
95931
  "type": "list",
95883
95932
  "member": {
95884
95933
  "locationName": "UserGroup"
95885
95934
  }
95886
95935
  },
95887
- "S1ln": {
95936
+ "S1lp": {
95888
95937
  "type": "list",
95889
95938
  "member": {
95890
95939
  "locationName": "ProductCode"
95891
95940
  }
95892
95941
  },
95893
- "S1lp": {
95942
+ "S1lr": {
95894
95943
  "type": "list",
95895
95944
  "member": {
95896
95945
  "locationName": "item",
@@ -95901,14 +95950,14 @@ module.exports={
95901
95950
  }
95902
95951
  }
95903
95952
  },
95904
- "S1lu": {
95953
+ "S1lw": {
95905
95954
  "type": "list",
95906
95955
  "member": {
95907
95956
  "shape": "S17",
95908
95957
  "locationName": "item"
95909
95958
  }
95910
95959
  },
95911
- "S1m5": {
95960
+ "S1m7": {
95912
95961
  "type": "structure",
95913
95962
  "members": {
95914
95963
  "CapacityReservationPreference": {},
@@ -95917,7 +95966,7 @@ module.exports={
95917
95966
  }
95918
95967
  }
95919
95968
  },
95920
- "S1o7": {
95969
+ "S1o9": {
95921
95970
  "type": "structure",
95922
95971
  "members": {
95923
95972
  "AllowDnsResolutionFromRemoteVpc": {
@@ -95931,7 +95980,7 @@ module.exports={
95931
95980
  }
95932
95981
  }
95933
95982
  },
95934
- "S1o9": {
95983
+ "S1ob": {
95935
95984
  "type": "structure",
95936
95985
  "members": {
95937
95986
  "AllowDnsResolutionFromRemoteVpc": {
@@ -95948,7 +95997,7 @@ module.exports={
95948
95997
  }
95949
95998
  }
95950
95999
  },
95951
- "S1oo": {
96000
+ "S1oq": {
95952
96001
  "type": "list",
95953
96002
  "member": {
95954
96003
  "locationName": "item",
@@ -95958,19 +96007,19 @@ module.exports={
95958
96007
  "locationName": "instanceId"
95959
96008
  },
95960
96009
  "Monitoring": {
95961
- "shape": "S121",
96010
+ "shape": "S122",
95962
96011
  "locationName": "monitoring"
95963
96012
  }
95964
96013
  }
95965
96014
  }
95966
96015
  },
95967
- "S1rr": {
96016
+ "S1rt": {
95968
96017
  "type": "list",
95969
96018
  "member": {
95970
96019
  "locationName": "SecurityGroupId"
95971
96020
  }
95972
96021
  },
95973
- "S1sf": {
96022
+ "S1sh": {
95974
96023
  "type": "list",
95975
96024
  "member": {
95976
96025
  "locationName": "item",
@@ -95990,7 +96039,7 @@ module.exports={
95990
96039
  }
95991
96040
  }
95992
96041
  },
95993
- "S1sz": {
96042
+ "S1t1": {
95994
96043
  "type": "list",
95995
96044
  "member": {
95996
96045
  "locationName": "item",
@@ -96512,6 +96561,12 @@ module.exports={
96512
96561
  "output_token": "NextToken",
96513
96562
  "result_key": "TransitGateways"
96514
96563
  },
96564
+ "DescribeTrunkInterfaceAssociations": {
96565
+ "input_token": "NextToken",
96566
+ "limit_key": "MaxResults",
96567
+ "output_token": "NextToken",
96568
+ "result_key": "InterfaceAssociations"
96569
+ },
96515
96570
  "DescribeVolumeStatus": {
96516
96571
  "input_token": "NextToken",
96517
96572
  "limit_key": "MaxResults",
@@ -139802,6 +139857,39 @@ module.exports={
139802
139857
  "payload": "payload"
139803
139858
  }
139804
139859
  },
139860
+ "GetRetainedMessage": {
139861
+ "http": {
139862
+ "method": "GET",
139863
+ "requestUri": "/retainedMessage/{topic}"
139864
+ },
139865
+ "input": {
139866
+ "type": "structure",
139867
+ "required": [
139868
+ "topic"
139869
+ ],
139870
+ "members": {
139871
+ "topic": {
139872
+ "location": "uri",
139873
+ "locationName": "topic"
139874
+ }
139875
+ }
139876
+ },
139877
+ "output": {
139878
+ "type": "structure",
139879
+ "members": {
139880
+ "topic": {},
139881
+ "payload": {
139882
+ "type": "blob"
139883
+ },
139884
+ "qos": {
139885
+ "type": "integer"
139886
+ },
139887
+ "lastModifiedTime": {
139888
+ "type": "long"
139889
+ }
139890
+ }
139891
+ }
139892
+ },
139805
139893
  "GetThingShadow": {
139806
139894
  "http": {
139807
139895
  "method": "GET",
@@ -139873,6 +139961,50 @@ module.exports={
139873
139961
  }
139874
139962
  }
139875
139963
  },
139964
+ "ListRetainedMessages": {
139965
+ "http": {
139966
+ "method": "GET",
139967
+ "requestUri": "/retainedMessage"
139968
+ },
139969
+ "input": {
139970
+ "type": "structure",
139971
+ "members": {
139972
+ "nextToken": {
139973
+ "location": "querystring",
139974
+ "locationName": "nextToken"
139975
+ },
139976
+ "maxResults": {
139977
+ "location": "querystring",
139978
+ "locationName": "maxResults",
139979
+ "type": "integer"
139980
+ }
139981
+ }
139982
+ },
139983
+ "output": {
139984
+ "type": "structure",
139985
+ "members": {
139986
+ "retainedTopics": {
139987
+ "type": "list",
139988
+ "member": {
139989
+ "type": "structure",
139990
+ "members": {
139991
+ "topic": {},
139992
+ "payloadSize": {
139993
+ "type": "long"
139994
+ },
139995
+ "qos": {
139996
+ "type": "integer"
139997
+ },
139998
+ "lastModifiedTime": {
139999
+ "type": "long"
140000
+ }
140001
+ }
140002
+ }
140003
+ },
140004
+ "nextToken": {}
140005
+ }
140006
+ }
140007
+ },
139876
140008
  "Publish": {
139877
140009
  "http": {
139878
140010
  "requestUri": "/topics/{topic}"
@@ -139892,6 +140024,11 @@ module.exports={
139892
140024
  "locationName": "qos",
139893
140025
  "type": "integer"
139894
140026
  },
140027
+ "retain": {
140028
+ "location": "querystring",
140029
+ "locationName": "retain",
140030
+ "type": "boolean"
140031
+ },
139895
140032
  "payload": {
139896
140033
  "type": "blob"
139897
140034
  }
@@ -139938,8 +140075,17 @@ module.exports={
139938
140075
  "shapes": {}
139939
140076
  }
139940
140077
  },{}],129:[function(require,module,exports){
139941
- arguments[4][39][0].apply(exports,arguments)
139942
- },{"dup":39}],130:[function(require,module,exports){
140078
+ module.exports={
140079
+ "pagination": {
140080
+ "ListRetainedMessages": {
140081
+ "input_token": "nextToken",
140082
+ "limit_key": "maxResults",
140083
+ "output_token": "nextToken",
140084
+ "result_key": "retainedTopics"
140085
+ }
140086
+ }
140087
+ }
140088
+ },{}],130:[function(require,module,exports){
139943
140089
  module.exports={
139944
140090
  "version": "2.0",
139945
140091
  "metadata": {
@@ -207864,7 +208010,9 @@ module.exports={
207864
208010
  },
207865
208011
  "LastModifiedUser": {},
207866
208012
  "Description": {},
207867
- "Value": {},
208013
+ "Value": {
208014
+ "shape": "Sky"
208015
+ },
207868
208016
  "AllowedPattern": {},
207869
208017
  "Version": {
207870
208018
  "type": "long"
@@ -208988,7 +209136,9 @@ module.exports={
208988
209136
  "members": {
208989
209137
  "Name": {},
208990
209138
  "Description": {},
208991
- "Value": {},
209139
+ "Value": {
209140
+ "shape": "Sky"
209141
+ },
208992
209142
  "Type": {},
208993
209143
  "KeyId": {},
208994
209144
  "Overwrite": {
@@ -211015,7 +211165,9 @@ module.exports={
211015
211165
  "members": {
211016
211166
  "Name": {},
211017
211167
  "Type": {},
211018
- "Value": {},
211168
+ "Value": {
211169
+ "shape": "Sky"
211170
+ },
211019
211171
  "Version": {
211020
211172
  "type": "long"
211021
211173
  },
@@ -211028,6 +211180,10 @@ module.exports={
211028
211180
  "DataType": {}
211029
211181
  }
211030
211182
  },
211183
+ "Sky": {
211184
+ "type": "string",
211185
+ "sensitive": true
211186
+ },
211031
211187
  "Sl4": {
211032
211188
  "type": "list",
211033
211189
  "member": {}
@@ -225469,7 +225625,7 @@ AWS.util.update(AWS, {
225469
225625
  /**
225470
225626
  * @constant
225471
225627
  */
225472
- VERSION: '2.972.0',
225628
+ VERSION: '2.976.0',
225473
225629
 
225474
225630
  /**
225475
225631
  * @api private
@@ -246722,7 +246878,7 @@ var LRUCache = /** @class */ (function () {
246722
246878
  }());
246723
246879
  exports.LRUCache = LRUCache;
246724
246880
  },{}],451:[function(require,module,exports){
246725
- // AWS SDK for JavaScript v2.972.0
246881
+ // AWS SDK for JavaScript v2.976.0
246726
246882
  // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
246727
246883
  // License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
246728
246884
  require('./browser_loader');