aws-sdk 2.990.0 → 2.994.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 (49) hide show
  1. package/CHANGELOG.md +27 -1
  2. package/README.md +1 -1
  3. package/apis/appsync-2017-07-25.min.json +97 -77
  4. package/apis/comprehend-2017-11-27.min.json +205 -123
  5. package/apis/comprehend-2017-11-27.paginators.json +10 -0
  6. package/apis/dms-2016-01-01.min.json +3 -0
  7. package/apis/ec2-2016-11-15.min.json +125 -54
  8. package/apis/ec2-2016-11-15.paginators.json +6 -0
  9. package/apis/ecr-2015-09-21.min.json +66 -14
  10. package/apis/es-2015-01-01.min.json +14 -4
  11. package/apis/imagebuilder-2019-12-02.min.json +116 -82
  12. package/apis/iot-2015-05-28.min.json +80 -44
  13. package/apis/license-manager-2018-08-01.min.json +184 -71
  14. package/apis/mediaconvert-2017-08-29.min.json +194 -83
  15. package/apis/mediapackage-vod-2018-11-07.min.json +3 -0
  16. package/apis/mediatailor-2018-04-23.min.json +198 -149
  17. package/apis/models.lex.v2-2020-08-07.min.json +179 -22
  18. package/apis/models.lex.v2-2020-08-07.paginators.json +5 -0
  19. package/apis/opensearch-2021-01-01.min.json +14 -4
  20. package/apis/ssm-2014-11-06.min.json +105 -100
  21. package/apis/ssm-2014-11-06.waiters2.json +5 -0
  22. package/apis/wafv2-2019-07-29.min.json +114 -97
  23. package/clients/appsync.d.ts +35 -13
  24. package/clients/comprehend.d.ts +165 -1
  25. package/clients/dms.d.ts +14 -10
  26. package/clients/ec2.d.ts +147 -61
  27. package/clients/ecr.d.ts +76 -4
  28. package/clients/es.d.ts +18 -3
  29. package/clients/iam.d.ts +85 -85
  30. package/clients/imagebuilder.d.ts +73 -25
  31. package/clients/iot.d.ts +55 -5
  32. package/clients/lexmodelsv2.d.ts +188 -0
  33. package/clients/licensemanager.d.ts +211 -42
  34. package/clients/mediaconvert.d.ts +154 -17
  35. package/clients/mediapackagevod.d.ts +4 -0
  36. package/clients/mediatailor.d.ts +47 -1
  37. package/clients/opensearch.d.ts +22 -1
  38. package/clients/ssm.d.ts +40 -19
  39. package/clients/wafv2.d.ts +18 -0
  40. package/dist/aws-sdk-core-react-native.js +4 -4
  41. package/dist/aws-sdk-react-native.js +24 -24
  42. package/dist/aws-sdk.js +608 -341
  43. package/dist/aws-sdk.min.js +72 -72
  44. package/lib/config.js +1 -1
  45. package/lib/core.js +1 -1
  46. package/lib/event_listeners.js +1 -1
  47. package/lib/http_request.d.ts +1 -1
  48. package/lib/signers/v4.js +1 -1
  49. package/package.json +1 -1
package/dist/aws-sdk.js CHANGED
@@ -1,4 +1,4 @@
1
- // AWS SDK for JavaScript v2.990.0
1
+ // AWS SDK for JavaScript v2.994.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){
@@ -50623,15 +50623,16 @@ module.exports={
50623
50623
  ],
50624
50624
  "members": {
50625
50625
  "DocumentClassifierName": {},
50626
+ "VersionName": {},
50626
50627
  "DataAccessRoleArn": {},
50627
50628
  "Tags": {
50628
- "shape": "S1m"
50629
+ "shape": "S1n"
50629
50630
  },
50630
50631
  "InputDataConfig": {
50631
- "shape": "S1q"
50632
+ "shape": "S1r"
50632
50633
  },
50633
50634
  "OutputDataConfig": {
50634
- "shape": "S1z"
50635
+ "shape": "S21"
50635
50636
  },
50636
50637
  "ClientRequestToken": {
50637
50638
  "idempotencyToken": true
@@ -50639,7 +50640,7 @@ module.exports={
50639
50640
  "LanguageCode": {},
50640
50641
  "VolumeKmsKeyId": {},
50641
50642
  "VpcConfig": {
50642
- "shape": "S22"
50643
+ "shape": "S24"
50643
50644
  },
50644
50645
  "Mode": {},
50645
50646
  "ModelKmsKeyId": {}
@@ -50670,7 +50671,7 @@ module.exports={
50670
50671
  "idempotencyToken": true
50671
50672
  },
50672
50673
  "Tags": {
50673
- "shape": "S1m"
50674
+ "shape": "S1n"
50674
50675
  },
50675
50676
  "DataAccessRoleArn": {}
50676
50677
  }
@@ -50693,12 +50694,13 @@ module.exports={
50693
50694
  ],
50694
50695
  "members": {
50695
50696
  "RecognizerName": {},
50697
+ "VersionName": {},
50696
50698
  "DataAccessRoleArn": {},
50697
50699
  "Tags": {
50698
- "shape": "S1m"
50700
+ "shape": "S1n"
50699
50701
  },
50700
50702
  "InputDataConfig": {
50701
- "shape": "S2h"
50703
+ "shape": "S2j"
50702
50704
  },
50703
50705
  "ClientRequestToken": {
50704
50706
  "idempotencyToken": true
@@ -50706,7 +50708,7 @@ module.exports={
50706
50708
  "LanguageCode": {},
50707
50709
  "VolumeKmsKeyId": {},
50708
50710
  "VpcConfig": {
50709
- "shape": "S22"
50711
+ "shape": "S24"
50710
50712
  },
50711
50713
  "ModelKmsKeyId": {}
50712
50714
  }
@@ -50777,7 +50779,7 @@ module.exports={
50777
50779
  "type": "structure",
50778
50780
  "members": {
50779
50781
  "DocumentClassificationJobProperties": {
50780
- "shape": "S31"
50782
+ "shape": "S34"
50781
50783
  }
50782
50784
  }
50783
50785
  }
@@ -50796,7 +50798,7 @@ module.exports={
50796
50798
  "type": "structure",
50797
50799
  "members": {
50798
50800
  "DocumentClassifierProperties": {
50799
- "shape": "S3h"
50801
+ "shape": "S3j"
50800
50802
  }
50801
50803
  }
50802
50804
  }
@@ -50815,7 +50817,7 @@ module.exports={
50815
50817
  "type": "structure",
50816
50818
  "members": {
50817
50819
  "DominantLanguageDetectionJobProperties": {
50818
- "shape": "S3o"
50820
+ "shape": "S3q"
50819
50821
  }
50820
50822
  }
50821
50823
  }
@@ -50834,7 +50836,7 @@ module.exports={
50834
50836
  "type": "structure",
50835
50837
  "members": {
50836
50838
  "EndpointProperties": {
50837
- "shape": "S3r"
50839
+ "shape": "S3t"
50838
50840
  }
50839
50841
  }
50840
50842
  }
@@ -50853,7 +50855,7 @@ module.exports={
50853
50855
  "type": "structure",
50854
50856
  "members": {
50855
50857
  "EntitiesDetectionJobProperties": {
50856
- "shape": "S3v"
50858
+ "shape": "S3x"
50857
50859
  }
50858
50860
  }
50859
50861
  }
@@ -50872,7 +50874,7 @@ module.exports={
50872
50874
  "type": "structure",
50873
50875
  "members": {
50874
50876
  "EntityRecognizerProperties": {
50875
- "shape": "S3y"
50877
+ "shape": "S40"
50876
50878
  }
50877
50879
  }
50878
50880
  }
@@ -50891,7 +50893,7 @@ module.exports={
50891
50893
  "type": "structure",
50892
50894
  "members": {
50893
50895
  "EventsDetectionJobProperties": {
50894
- "shape": "S46"
50896
+ "shape": "S48"
50895
50897
  }
50896
50898
  }
50897
50899
  }
@@ -50910,7 +50912,7 @@ module.exports={
50910
50912
  "type": "structure",
50911
50913
  "members": {
50912
50914
  "KeyPhrasesDetectionJobProperties": {
50913
- "shape": "S4b"
50915
+ "shape": "S4d"
50914
50916
  }
50915
50917
  }
50916
50918
  }
@@ -50929,7 +50931,7 @@ module.exports={
50929
50931
  "type": "structure",
50930
50932
  "members": {
50931
50933
  "PiiEntitiesDetectionJobProperties": {
50932
- "shape": "S4e"
50934
+ "shape": "S4g"
50933
50935
  }
50934
50936
  }
50935
50937
  }
@@ -50948,7 +50950,7 @@ module.exports={
50948
50950
  "type": "structure",
50949
50951
  "members": {
50950
50952
  "SentimentDetectionJobProperties": {
50951
- "shape": "S4n"
50953
+ "shape": "S4p"
50952
50954
  }
50953
50955
  }
50954
50956
  }
@@ -50967,7 +50969,7 @@ module.exports={
50967
50969
  "type": "structure",
50968
50970
  "members": {
50969
50971
  "TopicsDetectionJobProperties": {
50970
- "shape": "S4q"
50972
+ "shape": "S4s"
50971
50973
  }
50972
50974
  }
50973
50975
  }
@@ -51156,7 +51158,41 @@ module.exports={
51156
51158
  "DocumentClassificationJobPropertiesList": {
51157
51159
  "type": "list",
51158
51160
  "member": {
51159
- "shape": "S31"
51161
+ "shape": "S34"
51162
+ }
51163
+ },
51164
+ "NextToken": {}
51165
+ }
51166
+ }
51167
+ },
51168
+ "ListDocumentClassifierSummaries": {
51169
+ "input": {
51170
+ "type": "structure",
51171
+ "members": {
51172
+ "NextToken": {},
51173
+ "MaxResults": {
51174
+ "type": "integer"
51175
+ }
51176
+ }
51177
+ },
51178
+ "output": {
51179
+ "type": "structure",
51180
+ "members": {
51181
+ "DocumentClassifierSummariesList": {
51182
+ "type": "list",
51183
+ "member": {
51184
+ "type": "structure",
51185
+ "members": {
51186
+ "DocumentClassifierName": {},
51187
+ "NumberOfVersions": {
51188
+ "type": "integer"
51189
+ },
51190
+ "LatestVersionCreatedAt": {
51191
+ "type": "timestamp"
51192
+ },
51193
+ "LatestVersionName": {},
51194
+ "LatestVersionStatus": {}
51195
+ }
51160
51196
  }
51161
51197
  },
51162
51198
  "NextToken": {}
@@ -51171,6 +51207,7 @@ module.exports={
51171
51207
  "type": "structure",
51172
51208
  "members": {
51173
51209
  "Status": {},
51210
+ "DocumentClassifierName": {},
51174
51211
  "SubmitTimeBefore": {
51175
51212
  "type": "timestamp"
51176
51213
  },
@@ -51191,7 +51228,7 @@ module.exports={
51191
51228
  "DocumentClassifierPropertiesList": {
51192
51229
  "type": "list",
51193
51230
  "member": {
51194
- "shape": "S3h"
51231
+ "shape": "S3j"
51195
51232
  }
51196
51233
  },
51197
51234
  "NextToken": {}
@@ -51227,7 +51264,7 @@ module.exports={
51227
51264
  "DominantLanguageDetectionJobPropertiesList": {
51228
51265
  "type": "list",
51229
51266
  "member": {
51230
- "shape": "S3o"
51267
+ "shape": "S3q"
51231
51268
  }
51232
51269
  },
51233
51270
  "NextToken": {}
@@ -51263,7 +51300,7 @@ module.exports={
51263
51300
  "EndpointPropertiesList": {
51264
51301
  "type": "list",
51265
51302
  "member": {
51266
- "shape": "S3r"
51303
+ "shape": "S3t"
51267
51304
  }
51268
51305
  },
51269
51306
  "NextToken": {}
@@ -51299,7 +51336,41 @@ module.exports={
51299
51336
  "EntitiesDetectionJobPropertiesList": {
51300
51337
  "type": "list",
51301
51338
  "member": {
51302
- "shape": "S3v"
51339
+ "shape": "S3x"
51340
+ }
51341
+ },
51342
+ "NextToken": {}
51343
+ }
51344
+ }
51345
+ },
51346
+ "ListEntityRecognizerSummaries": {
51347
+ "input": {
51348
+ "type": "structure",
51349
+ "members": {
51350
+ "NextToken": {},
51351
+ "MaxResults": {
51352
+ "type": "integer"
51353
+ }
51354
+ }
51355
+ },
51356
+ "output": {
51357
+ "type": "structure",
51358
+ "members": {
51359
+ "EntityRecognizerSummariesList": {
51360
+ "type": "list",
51361
+ "member": {
51362
+ "type": "structure",
51363
+ "members": {
51364
+ "RecognizerName": {},
51365
+ "NumberOfVersions": {
51366
+ "type": "integer"
51367
+ },
51368
+ "LatestVersionCreatedAt": {
51369
+ "type": "timestamp"
51370
+ },
51371
+ "LatestVersionName": {},
51372
+ "LatestVersionStatus": {}
51373
+ }
51303
51374
  }
51304
51375
  },
51305
51376
  "NextToken": {}
@@ -51314,6 +51385,7 @@ module.exports={
51314
51385
  "type": "structure",
51315
51386
  "members": {
51316
51387
  "Status": {},
51388
+ "RecognizerName": {},
51317
51389
  "SubmitTimeBefore": {
51318
51390
  "type": "timestamp"
51319
51391
  },
@@ -51334,7 +51406,7 @@ module.exports={
51334
51406
  "EntityRecognizerPropertiesList": {
51335
51407
  "type": "list",
51336
51408
  "member": {
51337
- "shape": "S3y"
51409
+ "shape": "S40"
51338
51410
  }
51339
51411
  },
51340
51412
  "NextToken": {}
@@ -51370,7 +51442,7 @@ module.exports={
51370
51442
  "EventsDetectionJobPropertiesList": {
51371
51443
  "type": "list",
51372
51444
  "member": {
51373
- "shape": "S46"
51445
+ "shape": "S48"
51374
51446
  }
51375
51447
  },
51376
51448
  "NextToken": {}
@@ -51406,7 +51478,7 @@ module.exports={
51406
51478
  "KeyPhrasesDetectionJobPropertiesList": {
51407
51479
  "type": "list",
51408
51480
  "member": {
51409
- "shape": "S4b"
51481
+ "shape": "S4d"
51410
51482
  }
51411
51483
  },
51412
51484
  "NextToken": {}
@@ -51442,7 +51514,7 @@ module.exports={
51442
51514
  "PiiEntitiesDetectionJobPropertiesList": {
51443
51515
  "type": "list",
51444
51516
  "member": {
51445
- "shape": "S4e"
51517
+ "shape": "S4g"
51446
51518
  }
51447
51519
  },
51448
51520
  "NextToken": {}
@@ -51478,7 +51550,7 @@ module.exports={
51478
51550
  "SentimentDetectionJobPropertiesList": {
51479
51551
  "type": "list",
51480
51552
  "member": {
51481
- "shape": "S4n"
51553
+ "shape": "S4p"
51482
51554
  }
51483
51555
  },
51484
51556
  "NextToken": {}
@@ -51500,7 +51572,7 @@ module.exports={
51500
51572
  "members": {
51501
51573
  "ResourceArn": {},
51502
51574
  "Tags": {
51503
- "shape": "S1m"
51575
+ "shape": "S1n"
51504
51576
  }
51505
51577
  }
51506
51578
  }
@@ -51534,7 +51606,7 @@ module.exports={
51534
51606
  "TopicsDetectionJobPropertiesList": {
51535
51607
  "type": "list",
51536
51608
  "member": {
51537
- "shape": "S4q"
51609
+ "shape": "S4s"
51538
51610
  }
51539
51611
  },
51540
51612
  "NextToken": {}
@@ -51554,10 +51626,10 @@ module.exports={
51554
51626
  "JobName": {},
51555
51627
  "DocumentClassifierArn": {},
51556
51628
  "InputDataConfig": {
51557
- "shape": "S37"
51629
+ "shape": "S3a"
51558
51630
  },
51559
51631
  "OutputDataConfig": {
51560
- "shape": "S3e"
51632
+ "shape": "S3g"
51561
51633
  },
51562
51634
  "DataAccessRoleArn": {},
51563
51635
  "ClientRequestToken": {
@@ -51565,10 +51637,10 @@ module.exports={
51565
51637
  },
51566
51638
  "VolumeKmsKeyId": {},
51567
51639
  "VpcConfig": {
51568
- "shape": "S22"
51640
+ "shape": "S24"
51569
51641
  },
51570
51642
  "Tags": {
51571
- "shape": "S1m"
51643
+ "shape": "S1n"
51572
51644
  }
51573
51645
  }
51574
51646
  },
@@ -51591,10 +51663,10 @@ module.exports={
51591
51663
  ],
51592
51664
  "members": {
51593
51665
  "InputDataConfig": {
51594
- "shape": "S37"
51666
+ "shape": "S3a"
51595
51667
  },
51596
51668
  "OutputDataConfig": {
51597
- "shape": "S3e"
51669
+ "shape": "S3g"
51598
51670
  },
51599
51671
  "DataAccessRoleArn": {},
51600
51672
  "JobName": {},
@@ -51603,10 +51675,10 @@ module.exports={
51603
51675
  },
51604
51676
  "VolumeKmsKeyId": {},
51605
51677
  "VpcConfig": {
51606
- "shape": "S22"
51678
+ "shape": "S24"
51607
51679
  },
51608
51680
  "Tags": {
51609
- "shape": "S1m"
51681
+ "shape": "S1n"
51610
51682
  }
51611
51683
  }
51612
51684
  },
@@ -51630,10 +51702,10 @@ module.exports={
51630
51702
  ],
51631
51703
  "members": {
51632
51704
  "InputDataConfig": {
51633
- "shape": "S37"
51705
+ "shape": "S3a"
51634
51706
  },
51635
51707
  "OutputDataConfig": {
51636
- "shape": "S3e"
51708
+ "shape": "S3g"
51637
51709
  },
51638
51710
  "DataAccessRoleArn": {},
51639
51711
  "JobName": {},
@@ -51644,10 +51716,10 @@ module.exports={
51644
51716
  },
51645
51717
  "VolumeKmsKeyId": {},
51646
51718
  "VpcConfig": {
51647
- "shape": "S22"
51719
+ "shape": "S24"
51648
51720
  },
51649
51721
  "Tags": {
51650
- "shape": "S1m"
51722
+ "shape": "S1n"
51651
51723
  }
51652
51724
  }
51653
51725
  },
@@ -51672,10 +51744,10 @@ module.exports={
51672
51744
  ],
51673
51745
  "members": {
51674
51746
  "InputDataConfig": {
51675
- "shape": "S37"
51747
+ "shape": "S3a"
51676
51748
  },
51677
51749
  "OutputDataConfig": {
51678
- "shape": "S3e"
51750
+ "shape": "S3g"
51679
51751
  },
51680
51752
  "DataAccessRoleArn": {},
51681
51753
  "JobName": {},
@@ -51684,10 +51756,10 @@ module.exports={
51684
51756
  "idempotencyToken": true
51685
51757
  },
51686
51758
  "TargetEventTypes": {
51687
- "shape": "S47"
51759
+ "shape": "S49"
51688
51760
  },
51689
51761
  "Tags": {
51690
- "shape": "S1m"
51762
+ "shape": "S1n"
51691
51763
  }
51692
51764
  }
51693
51765
  },
@@ -51711,10 +51783,10 @@ module.exports={
51711
51783
  ],
51712
51784
  "members": {
51713
51785
  "InputDataConfig": {
51714
- "shape": "S37"
51786
+ "shape": "S3a"
51715
51787
  },
51716
51788
  "OutputDataConfig": {
51717
- "shape": "S3e"
51789
+ "shape": "S3g"
51718
51790
  },
51719
51791
  "DataAccessRoleArn": {},
51720
51792
  "JobName": {},
@@ -51724,10 +51796,10 @@ module.exports={
51724
51796
  },
51725
51797
  "VolumeKmsKeyId": {},
51726
51798
  "VpcConfig": {
51727
- "shape": "S22"
51799
+ "shape": "S24"
51728
51800
  },
51729
51801
  "Tags": {
51730
- "shape": "S1m"
51802
+ "shape": "S1n"
51731
51803
  }
51732
51804
  }
51733
51805
  },
@@ -51752,14 +51824,14 @@ module.exports={
51752
51824
  ],
51753
51825
  "members": {
51754
51826
  "InputDataConfig": {
51755
- "shape": "S37"
51827
+ "shape": "S3a"
51756
51828
  },
51757
51829
  "OutputDataConfig": {
51758
- "shape": "S3e"
51830
+ "shape": "S3g"
51759
51831
  },
51760
51832
  "Mode": {},
51761
51833
  "RedactionConfig": {
51762
- "shape": "S4g"
51834
+ "shape": "S4i"
51763
51835
  },
51764
51836
  "DataAccessRoleArn": {},
51765
51837
  "JobName": {},
@@ -51768,7 +51840,7 @@ module.exports={
51768
51840
  "idempotencyToken": true
51769
51841
  },
51770
51842
  "Tags": {
51771
- "shape": "S1m"
51843
+ "shape": "S1n"
51772
51844
  }
51773
51845
  }
51774
51846
  },
@@ -51792,10 +51864,10 @@ module.exports={
51792
51864
  ],
51793
51865
  "members": {
51794
51866
  "InputDataConfig": {
51795
- "shape": "S37"
51867
+ "shape": "S3a"
51796
51868
  },
51797
51869
  "OutputDataConfig": {
51798
- "shape": "S3e"
51870
+ "shape": "S3g"
51799
51871
  },
51800
51872
  "DataAccessRoleArn": {},
51801
51873
  "JobName": {},
@@ -51805,10 +51877,10 @@ module.exports={
51805
51877
  },
51806
51878
  "VolumeKmsKeyId": {},
51807
51879
  "VpcConfig": {
51808
- "shape": "S22"
51880
+ "shape": "S24"
51809
51881
  },
51810
51882
  "Tags": {
51811
- "shape": "S1m"
51883
+ "shape": "S1n"
51812
51884
  }
51813
51885
  }
51814
51886
  },
@@ -51831,10 +51903,10 @@ module.exports={
51831
51903
  ],
51832
51904
  "members": {
51833
51905
  "InputDataConfig": {
51834
- "shape": "S37"
51906
+ "shape": "S3a"
51835
51907
  },
51836
51908
  "OutputDataConfig": {
51837
- "shape": "S3e"
51909
+ "shape": "S3g"
51838
51910
  },
51839
51911
  "DataAccessRoleArn": {},
51840
51912
  "JobName": {},
@@ -51846,10 +51918,10 @@ module.exports={
51846
51918
  },
51847
51919
  "VolumeKmsKeyId": {},
51848
51920
  "VpcConfig": {
51849
- "shape": "S22"
51921
+ "shape": "S24"
51850
51922
  },
51851
51923
  "Tags": {
51852
- "shape": "S1m"
51924
+ "shape": "S1n"
51853
51925
  }
51854
51926
  }
51855
51927
  },
@@ -52010,7 +52082,7 @@ module.exports={
52010
52082
  "members": {
52011
52083
  "ResourceArn": {},
52012
52084
  "Tags": {
52013
- "shape": "S1m"
52085
+ "shape": "S1n"
52014
52086
  }
52015
52087
  }
52016
52088
  },
@@ -52043,14 +52115,15 @@ module.exports={
52043
52115
  "input": {
52044
52116
  "type": "structure",
52045
52117
  "required": [
52046
- "EndpointArn",
52047
- "DesiredInferenceUnits"
52118
+ "EndpointArn"
52048
52119
  ],
52049
52120
  "members": {
52050
52121
  "EndpointArn": {},
52122
+ "DesiredModelArn": {},
52051
52123
  "DesiredInferenceUnits": {
52052
52124
  "type": "integer"
52053
- }
52125
+ },
52126
+ "DesiredDataAccessRoleArn": {}
52054
52127
  }
52055
52128
  },
52056
52129
  "output": {
@@ -52177,7 +52250,7 @@ module.exports={
52177
52250
  }
52178
52251
  }
52179
52252
  },
52180
- "S1m": {
52253
+ "S1n": {
52181
52254
  "type": "list",
52182
52255
  "member": {
52183
52256
  "type": "structure",
@@ -52190,21 +52263,22 @@ module.exports={
52190
52263
  }
52191
52264
  }
52192
52265
  },
52193
- "S1q": {
52266
+ "S1r": {
52194
52267
  "type": "structure",
52195
52268
  "members": {
52196
52269
  "DataFormat": {},
52197
52270
  "S3Uri": {},
52271
+ "TestS3Uri": {},
52198
52272
  "LabelDelimiter": {},
52199
52273
  "AugmentedManifests": {
52200
52274
  "type": "list",
52201
52275
  "member": {
52202
- "shape": "S1v"
52276
+ "shape": "S1w"
52203
52277
  }
52204
52278
  }
52205
52279
  }
52206
52280
  },
52207
- "S1v": {
52281
+ "S1w": {
52208
52282
  "type": "structure",
52209
52283
  "required": [
52210
52284
  "S3Uri",
@@ -52212,6 +52286,7 @@ module.exports={
52212
52286
  ],
52213
52287
  "members": {
52214
52288
  "S3Uri": {},
52289
+ "Split": {},
52215
52290
  "AttributeNames": {
52216
52291
  "type": "list",
52217
52292
  "member": {}
@@ -52221,14 +52296,14 @@ module.exports={
52221
52296
  "DocumentType": {}
52222
52297
  }
52223
52298
  },
52224
- "S1z": {
52299
+ "S21": {
52225
52300
  "type": "structure",
52226
52301
  "members": {
52227
52302
  "S3Uri": {},
52228
52303
  "KmsKeyId": {}
52229
52304
  }
52230
52305
  },
52231
- "S22": {
52306
+ "S24": {
52232
52307
  "type": "structure",
52233
52308
  "required": [
52234
52309
  "SecurityGroupIds",
@@ -52245,7 +52320,7 @@ module.exports={
52245
52320
  }
52246
52321
  }
52247
52322
  },
52248
- "S2h": {
52323
+ "S2j": {
52249
52324
  "type": "structure",
52250
52325
  "required": [
52251
52326
  "EntityTypes"
@@ -52270,7 +52345,9 @@ module.exports={
52270
52345
  "S3Uri"
52271
52346
  ],
52272
52347
  "members": {
52273
- "S3Uri": {}
52348
+ "S3Uri": {},
52349
+ "TestS3Uri": {},
52350
+ "InputFormat": {}
52274
52351
  }
52275
52352
  },
52276
52353
  "Annotations": {
@@ -52279,7 +52356,8 @@ module.exports={
52279
52356
  "S3Uri"
52280
52357
  ],
52281
52358
  "members": {
52282
- "S3Uri": {}
52359
+ "S3Uri": {},
52360
+ "TestS3Uri": {}
52283
52361
  }
52284
52362
  },
52285
52363
  "EntityList": {
@@ -52294,12 +52372,12 @@ module.exports={
52294
52372
  "AugmentedManifests": {
52295
52373
  "type": "list",
52296
52374
  "member": {
52297
- "shape": "S1v"
52375
+ "shape": "S1w"
52298
52376
  }
52299
52377
  }
52300
52378
  }
52301
52379
  },
52302
- "S31": {
52380
+ "S34": {
52303
52381
  "type": "structure",
52304
52382
  "members": {
52305
52383
  "JobId": {},
@@ -52315,19 +52393,19 @@ module.exports={
52315
52393
  },
52316
52394
  "DocumentClassifierArn": {},
52317
52395
  "InputDataConfig": {
52318
- "shape": "S37"
52396
+ "shape": "S3a"
52319
52397
  },
52320
52398
  "OutputDataConfig": {
52321
- "shape": "S3e"
52399
+ "shape": "S3g"
52322
52400
  },
52323
52401
  "DataAccessRoleArn": {},
52324
52402
  "VolumeKmsKeyId": {},
52325
52403
  "VpcConfig": {
52326
- "shape": "S22"
52404
+ "shape": "S24"
52327
52405
  }
52328
52406
  }
52329
52407
  },
52330
- "S37": {
52408
+ "S3a": {
52331
52409
  "type": "structure",
52332
52410
  "required": [
52333
52411
  "S3Uri"
@@ -52351,7 +52429,7 @@ module.exports={
52351
52429
  }
52352
52430
  }
52353
52431
  },
52354
- "S3e": {
52432
+ "S3g": {
52355
52433
  "type": "structure",
52356
52434
  "required": [
52357
52435
  "S3Uri"
@@ -52361,7 +52439,7 @@ module.exports={
52361
52439
  "KmsKeyId": {}
52362
52440
  }
52363
52441
  },
52364
- "S3h": {
52442
+ "S3j": {
52365
52443
  "type": "structure",
52366
52444
  "members": {
52367
52445
  "DocumentClassifierArn": {},
@@ -52381,10 +52459,10 @@ module.exports={
52381
52459
  "type": "timestamp"
52382
52460
  },
52383
52461
  "InputDataConfig": {
52384
- "shape": "S1q"
52462
+ "shape": "S1r"
52385
52463
  },
52386
52464
  "OutputDataConfig": {
52387
- "shape": "S1z"
52465
+ "shape": "S21"
52388
52466
  },
52389
52467
  "ClassifierMetadata": {
52390
52468
  "type": "structure",
@@ -52433,13 +52511,14 @@ module.exports={
52433
52511
  "DataAccessRoleArn": {},
52434
52512
  "VolumeKmsKeyId": {},
52435
52513
  "VpcConfig": {
52436
- "shape": "S22"
52514
+ "shape": "S24"
52437
52515
  },
52438
52516
  "Mode": {},
52439
- "ModelKmsKeyId": {}
52517
+ "ModelKmsKeyId": {},
52518
+ "VersionName": {}
52440
52519
  }
52441
52520
  },
52442
- "S3o": {
52521
+ "S3q": {
52443
52522
  "type": "structure",
52444
52523
  "members": {
52445
52524
  "JobId": {},
@@ -52454,25 +52533,26 @@ module.exports={
52454
52533
  "type": "timestamp"
52455
52534
  },
52456
52535
  "InputDataConfig": {
52457
- "shape": "S37"
52536
+ "shape": "S3a"
52458
52537
  },
52459
52538
  "OutputDataConfig": {
52460
- "shape": "S3e"
52539
+ "shape": "S3g"
52461
52540
  },
52462
52541
  "DataAccessRoleArn": {},
52463
52542
  "VolumeKmsKeyId": {},
52464
52543
  "VpcConfig": {
52465
- "shape": "S22"
52544
+ "shape": "S24"
52466
52545
  }
52467
52546
  }
52468
52547
  },
52469
- "S3r": {
52548
+ "S3t": {
52470
52549
  "type": "structure",
52471
52550
  "members": {
52472
52551
  "EndpointArn": {},
52473
52552
  "Status": {},
52474
52553
  "Message": {},
52475
52554
  "ModelArn": {},
52555
+ "DesiredModelArn": {},
52476
52556
  "DesiredInferenceUnits": {
52477
52557
  "type": "integer"
52478
52558
  },
@@ -52485,10 +52565,11 @@ module.exports={
52485
52565
  "LastModifiedTime": {
52486
52566
  "type": "timestamp"
52487
52567
  },
52488
- "DataAccessRoleArn": {}
52568
+ "DataAccessRoleArn": {},
52569
+ "DesiredDataAccessRoleArn": {}
52489
52570
  }
52490
52571
  },
52491
- "S3v": {
52572
+ "S3x": {
52492
52573
  "type": "structure",
52493
52574
  "members": {
52494
52575
  "JobId": {},
@@ -52504,20 +52585,20 @@ module.exports={
52504
52585
  },
52505
52586
  "EntityRecognizerArn": {},
52506
52587
  "InputDataConfig": {
52507
- "shape": "S37"
52588
+ "shape": "S3a"
52508
52589
  },
52509
52590
  "OutputDataConfig": {
52510
- "shape": "S3e"
52591
+ "shape": "S3g"
52511
52592
  },
52512
52593
  "LanguageCode": {},
52513
52594
  "DataAccessRoleArn": {},
52514
52595
  "VolumeKmsKeyId": {},
52515
52596
  "VpcConfig": {
52516
- "shape": "S22"
52597
+ "shape": "S24"
52517
52598
  }
52518
52599
  }
52519
52600
  },
52520
- "S3y": {
52601
+ "S40": {
52521
52602
  "type": "structure",
52522
52603
  "members": {
52523
52604
  "EntityRecognizerArn": {},
@@ -52537,7 +52618,7 @@ module.exports={
52537
52618
  "type": "timestamp"
52538
52619
  },
52539
52620
  "InputDataConfig": {
52540
- "shape": "S2h"
52621
+ "shape": "S2j"
52541
52622
  },
52542
52623
  "RecognizerMetadata": {
52543
52624
  "type": "structure",
@@ -52594,12 +52675,13 @@ module.exports={
52594
52675
  "DataAccessRoleArn": {},
52595
52676
  "VolumeKmsKeyId": {},
52596
52677
  "VpcConfig": {
52597
- "shape": "S22"
52678
+ "shape": "S24"
52598
52679
  },
52599
- "ModelKmsKeyId": {}
52680
+ "ModelKmsKeyId": {},
52681
+ "VersionName": {}
52600
52682
  }
52601
52683
  },
52602
- "S46": {
52684
+ "S48": {
52603
52685
  "type": "structure",
52604
52686
  "members": {
52605
52687
  "JobId": {},
@@ -52614,23 +52696,23 @@ module.exports={
52614
52696
  "type": "timestamp"
52615
52697
  },
52616
52698
  "InputDataConfig": {
52617
- "shape": "S37"
52699
+ "shape": "S3a"
52618
52700
  },
52619
52701
  "OutputDataConfig": {
52620
- "shape": "S3e"
52702
+ "shape": "S3g"
52621
52703
  },
52622
52704
  "LanguageCode": {},
52623
52705
  "DataAccessRoleArn": {},
52624
52706
  "TargetEventTypes": {
52625
- "shape": "S47"
52707
+ "shape": "S49"
52626
52708
  }
52627
52709
  }
52628
52710
  },
52629
- "S47": {
52711
+ "S49": {
52630
52712
  "type": "list",
52631
52713
  "member": {}
52632
52714
  },
52633
- "S4b": {
52715
+ "S4d": {
52634
52716
  "type": "structure",
52635
52717
  "members": {
52636
52718
  "JobId": {},
@@ -52645,20 +52727,20 @@ module.exports={
52645
52727
  "type": "timestamp"
52646
52728
  },
52647
52729
  "InputDataConfig": {
52648
- "shape": "S37"
52730
+ "shape": "S3a"
52649
52731
  },
52650
52732
  "OutputDataConfig": {
52651
- "shape": "S3e"
52733
+ "shape": "S3g"
52652
52734
  },
52653
52735
  "LanguageCode": {},
52654
52736
  "DataAccessRoleArn": {},
52655
52737
  "VolumeKmsKeyId": {},
52656
52738
  "VpcConfig": {
52657
- "shape": "S22"
52739
+ "shape": "S24"
52658
52740
  }
52659
52741
  }
52660
52742
  },
52661
- "S4e": {
52743
+ "S4g": {
52662
52744
  "type": "structure",
52663
52745
  "members": {
52664
52746
  "JobId": {},
@@ -52673,7 +52755,7 @@ module.exports={
52673
52755
  "type": "timestamp"
52674
52756
  },
52675
52757
  "InputDataConfig": {
52676
- "shape": "S37"
52758
+ "shape": "S3a"
52677
52759
  },
52678
52760
  "OutputDataConfig": {
52679
52761
  "type": "structure",
@@ -52686,14 +52768,14 @@ module.exports={
52686
52768
  }
52687
52769
  },
52688
52770
  "RedactionConfig": {
52689
- "shape": "S4g"
52771
+ "shape": "S4i"
52690
52772
  },
52691
52773
  "LanguageCode": {},
52692
52774
  "DataAccessRoleArn": {},
52693
52775
  "Mode": {}
52694
52776
  }
52695
52777
  },
52696
- "S4g": {
52778
+ "S4i": {
52697
52779
  "type": "structure",
52698
52780
  "members": {
52699
52781
  "PiiEntityTypes": {
@@ -52704,7 +52786,7 @@ module.exports={
52704
52786
  "MaskCharacter": {}
52705
52787
  }
52706
52788
  },
52707
- "S4n": {
52789
+ "S4p": {
52708
52790
  "type": "structure",
52709
52791
  "members": {
52710
52792
  "JobId": {},
@@ -52719,20 +52801,20 @@ module.exports={
52719
52801
  "type": "timestamp"
52720
52802
  },
52721
52803
  "InputDataConfig": {
52722
- "shape": "S37"
52804
+ "shape": "S3a"
52723
52805
  },
52724
52806
  "OutputDataConfig": {
52725
- "shape": "S3e"
52807
+ "shape": "S3g"
52726
52808
  },
52727
52809
  "LanguageCode": {},
52728
52810
  "DataAccessRoleArn": {},
52729
52811
  "VolumeKmsKeyId": {},
52730
52812
  "VpcConfig": {
52731
- "shape": "S22"
52813
+ "shape": "S24"
52732
52814
  }
52733
52815
  }
52734
52816
  },
52735
- "S4q": {
52817
+ "S4s": {
52736
52818
  "type": "structure",
52737
52819
  "members": {
52738
52820
  "JobId": {},
@@ -52747,10 +52829,10 @@ module.exports={
52747
52829
  "type": "timestamp"
52748
52830
  },
52749
52831
  "InputDataConfig": {
52750
- "shape": "S37"
52832
+ "shape": "S3a"
52751
52833
  },
52752
52834
  "OutputDataConfig": {
52753
- "shape": "S3e"
52835
+ "shape": "S3g"
52754
52836
  },
52755
52837
  "NumberOfTopics": {
52756
52838
  "type": "integer"
@@ -52758,7 +52840,7 @@ module.exports={
52758
52840
  "DataAccessRoleArn": {},
52759
52841
  "VolumeKmsKeyId": {},
52760
52842
  "VpcConfig": {
52761
- "shape": "S22"
52843
+ "shape": "S24"
52762
52844
  }
52763
52845
  }
52764
52846
  }
@@ -52772,6 +52854,11 @@ module.exports={
52772
52854
  "output_token": "NextToken",
52773
52855
  "limit_key": "MaxResults"
52774
52856
  },
52857
+ "ListDocumentClassifierSummaries": {
52858
+ "input_token": "NextToken",
52859
+ "output_token": "NextToken",
52860
+ "limit_key": "MaxResults"
52861
+ },
52775
52862
  "ListDocumentClassifiers": {
52776
52863
  "input_token": "NextToken",
52777
52864
  "output_token": "NextToken",
@@ -52787,6 +52874,11 @@ module.exports={
52787
52874
  "output_token": "NextToken",
52788
52875
  "limit_key": "MaxResults"
52789
52876
  },
52877
+ "ListEntityRecognizerSummaries": {
52878
+ "input_token": "NextToken",
52879
+ "output_token": "NextToken",
52880
+ "limit_key": "MaxResults"
52881
+ },
52790
52882
  "ListEntityRecognizers": {
52791
52883
  "input_token": "NextToken",
52792
52884
  "output_token": "NextToken",
@@ -84663,6 +84755,77 @@ module.exports={
84663
84755
  }
84664
84756
  }
84665
84757
  },
84758
+ "GetVpnConnectionDeviceSampleConfiguration": {
84759
+ "input": {
84760
+ "type": "structure",
84761
+ "required": [
84762
+ "VpnConnectionId",
84763
+ "VpnConnectionDeviceTypeId"
84764
+ ],
84765
+ "members": {
84766
+ "VpnConnectionId": {},
84767
+ "VpnConnectionDeviceTypeId": {},
84768
+ "InternetKeyExchangeVersion": {},
84769
+ "DryRun": {
84770
+ "type": "boolean"
84771
+ }
84772
+ }
84773
+ },
84774
+ "output": {
84775
+ "type": "structure",
84776
+ "members": {
84777
+ "VpnConnectionDeviceSampleConfiguration": {
84778
+ "locationName": "vpnConnectionDeviceSampleConfiguration",
84779
+ "type": "string",
84780
+ "sensitive": true
84781
+ }
84782
+ }
84783
+ }
84784
+ },
84785
+ "GetVpnConnectionDeviceTypes": {
84786
+ "input": {
84787
+ "type": "structure",
84788
+ "members": {
84789
+ "MaxResults": {
84790
+ "type": "integer"
84791
+ },
84792
+ "NextToken": {},
84793
+ "DryRun": {
84794
+ "type": "boolean"
84795
+ }
84796
+ }
84797
+ },
84798
+ "output": {
84799
+ "type": "structure",
84800
+ "members": {
84801
+ "VpnConnectionDeviceTypes": {
84802
+ "locationName": "vpnConnectionDeviceTypeSet",
84803
+ "type": "list",
84804
+ "member": {
84805
+ "locationName": "item",
84806
+ "type": "structure",
84807
+ "members": {
84808
+ "VpnConnectionDeviceTypeId": {
84809
+ "locationName": "vpnConnectionDeviceTypeId"
84810
+ },
84811
+ "Vendor": {
84812
+ "locationName": "vendor"
84813
+ },
84814
+ "Platform": {
84815
+ "locationName": "platform"
84816
+ },
84817
+ "Software": {
84818
+ "locationName": "software"
84819
+ }
84820
+ }
84821
+ }
84822
+ },
84823
+ "NextToken": {
84824
+ "locationName": "nextToken"
84825
+ }
84826
+ }
84827
+ }
84828
+ },
84666
84829
  "ImportClientVpnClientCertificateRevocationList": {
84667
84830
  "input": {
84668
84831
  "type": "structure",
@@ -84694,7 +84857,7 @@ module.exports={
84694
84857
  "members": {
84695
84858
  "Architecture": {},
84696
84859
  "ClientData": {
84697
- "shape": "S1kk"
84860
+ "shape": "S1kt"
84698
84861
  },
84699
84862
  "ClientToken": {},
84700
84863
  "Description": {},
@@ -84711,7 +84874,7 @@ module.exports={
84711
84874
  "SnapshotId": {},
84712
84875
  "Url": {},
84713
84876
  "UserBucket": {
84714
- "shape": "S1kn"
84877
+ "shape": "S1kw"
84715
84878
  }
84716
84879
  }
84717
84880
  }
@@ -84821,10 +84984,10 @@ module.exports={
84821
84984
  "members": {
84822
84985
  "Description": {},
84823
84986
  "Image": {
84824
- "shape": "S1ku"
84987
+ "shape": "S1l3"
84825
84988
  },
84826
84989
  "Volume": {
84827
- "shape": "S1kv"
84990
+ "shape": "S1l4"
84828
84991
  }
84829
84992
  }
84830
84993
  }
@@ -84947,7 +85110,7 @@ module.exports={
84947
85110
  "type": "structure",
84948
85111
  "members": {
84949
85112
  "ClientData": {
84950
- "shape": "S1kk"
85113
+ "shape": "S1kt"
84951
85114
  },
84952
85115
  "ClientToken": {},
84953
85116
  "Description": {},
@@ -84958,7 +85121,7 @@ module.exports={
84958
85121
  "Format": {},
84959
85122
  "Url": {},
84960
85123
  "UserBucket": {
84961
- "shape": "S1kn"
85124
+ "shape": "S1kw"
84962
85125
  }
84963
85126
  }
84964
85127
  },
@@ -85016,11 +85179,11 @@ module.exports={
85016
85179
  "type": "boolean"
85017
85180
  },
85018
85181
  "Image": {
85019
- "shape": "S1ku",
85182
+ "shape": "S1l3",
85020
85183
  "locationName": "image"
85021
85184
  },
85022
85185
  "Volume": {
85023
- "shape": "S1kv",
85186
+ "shape": "S1l4",
85024
85187
  "locationName": "volume"
85025
85188
  }
85026
85189
  }
@@ -85264,25 +85427,25 @@ module.exports={
85264
85427
  "Attribute": {},
85265
85428
  "OperationType": {},
85266
85429
  "UserIds": {
85267
- "shape": "S1lo",
85430
+ "shape": "S1lx",
85268
85431
  "locationName": "UserId"
85269
85432
  },
85270
85433
  "UserGroups": {
85271
- "shape": "S1lp",
85434
+ "shape": "S1ly",
85272
85435
  "locationName": "UserGroup"
85273
85436
  },
85274
85437
  "ProductCodes": {
85275
- "shape": "S1lq",
85438
+ "shape": "S1lz",
85276
85439
  "locationName": "ProductCode"
85277
85440
  },
85278
85441
  "LoadPermission": {
85279
85442
  "type": "structure",
85280
85443
  "members": {
85281
85444
  "Add": {
85282
- "shape": "S1ls"
85445
+ "shape": "S1m1"
85283
85446
  },
85284
85447
  "Remove": {
85285
- "shape": "S1ls"
85448
+ "shape": "S1m1"
85286
85449
  }
85287
85450
  }
85288
85451
  },
@@ -85327,7 +85490,7 @@ module.exports={
85327
85490
  "locationName": "successful"
85328
85491
  },
85329
85492
  "Unsuccessful": {
85330
- "shape": "S1lx",
85493
+ "shape": "S1m6",
85331
85494
  "locationName": "unsuccessful"
85332
85495
  }
85333
85496
  }
@@ -85395,15 +85558,15 @@ module.exports={
85395
85558
  },
85396
85559
  "OperationType": {},
85397
85560
  "ProductCodes": {
85398
- "shape": "S1lq",
85561
+ "shape": "S1lz",
85399
85562
  "locationName": "ProductCode"
85400
85563
  },
85401
85564
  "UserGroups": {
85402
- "shape": "S1lp",
85565
+ "shape": "S1ly",
85403
85566
  "locationName": "UserGroup"
85404
85567
  },
85405
85568
  "UserIds": {
85406
- "shape": "S1lo",
85569
+ "shape": "S1lx",
85407
85570
  "locationName": "UserId"
85408
85571
  },
85409
85572
  "Value": {},
@@ -85528,7 +85691,7 @@ module.exports={
85528
85691
  "members": {
85529
85692
  "InstanceId": {},
85530
85693
  "CapacityReservationSpecification": {
85531
- "shape": "S1m8"
85694
+ "shape": "S1mh"
85532
85695
  },
85533
85696
  "DryRun": {
85534
85697
  "type": "boolean"
@@ -85966,7 +86129,7 @@ module.exports={
85966
86129
  "OperationType": {},
85967
86130
  "SnapshotId": {},
85968
86131
  "UserIds": {
85969
- "shape": "S1lo",
86132
+ "shape": "S1lx",
85970
86133
  "locationName": "UserId"
85971
86134
  },
85972
86135
  "DryRun": {
@@ -86497,13 +86660,13 @@ module.exports={
86497
86660
  ],
86498
86661
  "members": {
86499
86662
  "AccepterPeeringConnectionOptions": {
86500
- "shape": "S1oa"
86663
+ "shape": "S1oj"
86501
86664
  },
86502
86665
  "DryRun": {
86503
86666
  "type": "boolean"
86504
86667
  },
86505
86668
  "RequesterPeeringConnectionOptions": {
86506
- "shape": "S1oa"
86669
+ "shape": "S1oj"
86507
86670
  },
86508
86671
  "VpcPeeringConnectionId": {}
86509
86672
  }
@@ -86512,11 +86675,11 @@ module.exports={
86512
86675
  "type": "structure",
86513
86676
  "members": {
86514
86677
  "AccepterPeeringConnectionOptions": {
86515
- "shape": "S1oc",
86678
+ "shape": "S1ol",
86516
86679
  "locationName": "accepterPeeringConnectionOptions"
86517
86680
  },
86518
86681
  "RequesterPeeringConnectionOptions": {
86519
- "shape": "S1oc",
86682
+ "shape": "S1ol",
86520
86683
  "locationName": "requesterPeeringConnectionOptions"
86521
86684
  }
86522
86685
  }
@@ -86728,7 +86891,7 @@ module.exports={
86728
86891
  "type": "structure",
86729
86892
  "members": {
86730
86893
  "InstanceMonitorings": {
86731
- "shape": "S1or",
86894
+ "shape": "S1p0",
86732
86895
  "locationName": "instancesSet"
86733
86896
  }
86734
86897
  }
@@ -87283,7 +87446,7 @@ module.exports={
87283
87446
  "locationName": "successful"
87284
87447
  },
87285
87448
  "Unsuccessful": {
87286
- "shape": "S1lx",
87449
+ "shape": "S1m6",
87287
87450
  "locationName": "unsuccessful"
87288
87451
  }
87289
87452
  }
@@ -88173,7 +88336,7 @@ module.exports={
88173
88336
  }
88174
88337
  },
88175
88338
  "CapacityReservationSpecification": {
88176
- "shape": "S1m8"
88339
+ "shape": "S1mh"
88177
88340
  },
88178
88341
  "HibernationOptions": {
88179
88342
  "type": "structure",
@@ -88314,7 +88477,7 @@ module.exports={
88314
88477
  "type": "integer"
88315
88478
  },
88316
88479
  "Groups": {
88317
- "shape": "S1ru",
88480
+ "shape": "S1s3",
88318
88481
  "locationName": "Group"
88319
88482
  },
88320
88483
  "Ipv6AddressCount": {
@@ -88363,7 +88526,7 @@ module.exports={
88363
88526
  },
88364
88527
  "RamdiskId": {},
88365
88528
  "SecurityGroupIds": {
88366
- "shape": "S1ru",
88529
+ "shape": "S1s3",
88367
88530
  "locationName": "SecurityGroupId"
88368
88531
  },
88369
88532
  "SubnetId": {},
@@ -88395,16 +88558,16 @@ module.exports={
88395
88558
  ],
88396
88559
  "members": {
88397
88560
  "LocalGatewayRouteTableId": {},
88398
- "Filters": {
88399
- "shape": "Sq6",
88400
- "locationName": "Filter"
88401
- },
88402
88561
  "MaxResults": {
88403
88562
  "type": "integer"
88404
88563
  },
88405
88564
  "NextToken": {},
88406
88565
  "DryRun": {
88407
88566
  "type": "boolean"
88567
+ },
88568
+ "Filters": {
88569
+ "shape": "Sq6",
88570
+ "locationName": "Filter"
88408
88571
  }
88409
88572
  }
88410
88573
  },
@@ -88574,7 +88737,7 @@ module.exports={
88574
88737
  "type": "structure",
88575
88738
  "members": {
88576
88739
  "StartingInstances": {
88577
- "shape": "S1si",
88740
+ "shape": "S1sr",
88578
88741
  "locationName": "instancesSet"
88579
88742
  }
88580
88743
  }
@@ -88666,7 +88829,7 @@ module.exports={
88666
88829
  "type": "structure",
88667
88830
  "members": {
88668
88831
  "StoppingInstances": {
88669
- "shape": "S1si",
88832
+ "shape": "S1sr",
88670
88833
  "locationName": "instancesSet"
88671
88834
  }
88672
88835
  }
@@ -88741,7 +88904,7 @@ module.exports={
88741
88904
  "type": "structure",
88742
88905
  "members": {
88743
88906
  "TerminatingInstances": {
88744
- "shape": "S1si",
88907
+ "shape": "S1sr",
88745
88908
  "locationName": "instancesSet"
88746
88909
  }
88747
88910
  }
@@ -88826,7 +88989,7 @@ module.exports={
88826
88989
  "type": "structure",
88827
88990
  "members": {
88828
88991
  "InstanceMonitorings": {
88829
- "shape": "S1or",
88992
+ "shape": "S1p0",
88830
88993
  "locationName": "instancesSet"
88831
88994
  }
88832
88995
  }
@@ -88845,7 +89008,7 @@ module.exports={
88845
89008
  "shape": "S50"
88846
89009
  },
88847
89010
  "SecurityGroupRuleDescriptions": {
88848
- "shape": "S1t2",
89011
+ "shape": "S1tb",
88849
89012
  "locationName": "SecurityGroupRuleDescription"
88850
89013
  }
88851
89014
  }
@@ -88873,7 +89036,7 @@ module.exports={
88873
89036
  "shape": "S50"
88874
89037
  },
88875
89038
  "SecurityGroupRuleDescriptions": {
88876
- "shape": "S1t2",
89039
+ "shape": "S1tb",
88877
89040
  "locationName": "SecurityGroupRuleDescription"
88878
89041
  }
88879
89042
  }
@@ -95921,7 +96084,7 @@ module.exports={
95921
96084
  "locationName": "item"
95922
96085
  }
95923
96086
  },
95924
- "S1kk": {
96087
+ "S1kt": {
95925
96088
  "type": "structure",
95926
96089
  "members": {
95927
96090
  "Comment": {},
@@ -95936,14 +96099,14 @@ module.exports={
95936
96099
  }
95937
96100
  }
95938
96101
  },
95939
- "S1kn": {
96102
+ "S1kw": {
95940
96103
  "type": "structure",
95941
96104
  "members": {
95942
96105
  "S3Bucket": {},
95943
96106
  "S3Key": {}
95944
96107
  }
95945
96108
  },
95946
- "S1ku": {
96109
+ "S1l3": {
95947
96110
  "type": "structure",
95948
96111
  "required": [
95949
96112
  "Bytes",
@@ -95963,7 +96126,7 @@ module.exports={
95963
96126
  }
95964
96127
  }
95965
96128
  },
95966
- "S1kv": {
96129
+ "S1l4": {
95967
96130
  "type": "structure",
95968
96131
  "required": [
95969
96132
  "Size"
@@ -95975,25 +96138,25 @@ module.exports={
95975
96138
  }
95976
96139
  }
95977
96140
  },
95978
- "S1lo": {
96141
+ "S1lx": {
95979
96142
  "type": "list",
95980
96143
  "member": {
95981
96144
  "locationName": "UserId"
95982
96145
  }
95983
96146
  },
95984
- "S1lp": {
96147
+ "S1ly": {
95985
96148
  "type": "list",
95986
96149
  "member": {
95987
96150
  "locationName": "UserGroup"
95988
96151
  }
95989
96152
  },
95990
- "S1lq": {
96153
+ "S1lz": {
95991
96154
  "type": "list",
95992
96155
  "member": {
95993
96156
  "locationName": "ProductCode"
95994
96157
  }
95995
96158
  },
95996
- "S1ls": {
96159
+ "S1m1": {
95997
96160
  "type": "list",
95998
96161
  "member": {
95999
96162
  "locationName": "item",
@@ -96004,14 +96167,14 @@ module.exports={
96004
96167
  }
96005
96168
  }
96006
96169
  },
96007
- "S1lx": {
96170
+ "S1m6": {
96008
96171
  "type": "list",
96009
96172
  "member": {
96010
96173
  "shape": "S17",
96011
96174
  "locationName": "item"
96012
96175
  }
96013
96176
  },
96014
- "S1m8": {
96177
+ "S1mh": {
96015
96178
  "type": "structure",
96016
96179
  "members": {
96017
96180
  "CapacityReservationPreference": {},
@@ -96020,7 +96183,7 @@ module.exports={
96020
96183
  }
96021
96184
  }
96022
96185
  },
96023
- "S1oa": {
96186
+ "S1oj": {
96024
96187
  "type": "structure",
96025
96188
  "members": {
96026
96189
  "AllowDnsResolutionFromRemoteVpc": {
@@ -96034,7 +96197,7 @@ module.exports={
96034
96197
  }
96035
96198
  }
96036
96199
  },
96037
- "S1oc": {
96200
+ "S1ol": {
96038
96201
  "type": "structure",
96039
96202
  "members": {
96040
96203
  "AllowDnsResolutionFromRemoteVpc": {
@@ -96051,7 +96214,7 @@ module.exports={
96051
96214
  }
96052
96215
  }
96053
96216
  },
96054
- "S1or": {
96217
+ "S1p0": {
96055
96218
  "type": "list",
96056
96219
  "member": {
96057
96220
  "locationName": "item",
@@ -96067,13 +96230,13 @@ module.exports={
96067
96230
  }
96068
96231
  }
96069
96232
  },
96070
- "S1ru": {
96233
+ "S1s3": {
96071
96234
  "type": "list",
96072
96235
  "member": {
96073
96236
  "locationName": "SecurityGroupId"
96074
96237
  }
96075
96238
  },
96076
- "S1si": {
96239
+ "S1sr": {
96077
96240
  "type": "list",
96078
96241
  "member": {
96079
96242
  "locationName": "item",
@@ -96093,7 +96256,7 @@ module.exports={
96093
96256
  }
96094
96257
  }
96095
96258
  },
96096
- "S1t2": {
96259
+ "S1tb": {
96097
96260
  "type": "list",
96098
96261
  "member": {
96099
96262
  "locationName": "item",
@@ -96747,6 +96910,12 @@ module.exports={
96747
96910
  "output_token": "NextToken",
96748
96911
  "result_key": "TransitGatewayRouteTablePropagations"
96749
96912
  },
96913
+ "GetVpnConnectionDeviceTypes": {
96914
+ "input_token": "NextToken",
96915
+ "limit_key": "MaxResults",
96916
+ "output_token": "NextToken",
96917
+ "result_key": "VpnConnectionDeviceTypes"
96918
+ },
96750
96919
  "SearchLocalGatewayRoutes": {
96751
96920
  "input_token": "NextToken",
96752
96921
  "limit_key": "MaxResults",
@@ -97563,6 +97732,7 @@ module.exports={
97563
97732
  "repositoryName"
97564
97733
  ],
97565
97734
  "members": {
97735
+ "registryId": {},
97566
97736
  "repositoryName": {},
97567
97737
  "tags": {
97568
97738
  "shape": "S12"
@@ -97664,6 +97834,43 @@ module.exports={
97664
97834
  }
97665
97835
  }
97666
97836
  },
97837
+ "DescribeImageReplicationStatus": {
97838
+ "input": {
97839
+ "type": "structure",
97840
+ "required": [
97841
+ "repositoryName",
97842
+ "imageId"
97843
+ ],
97844
+ "members": {
97845
+ "repositoryName": {},
97846
+ "imageId": {
97847
+ "shape": "Sj"
97848
+ },
97849
+ "registryId": {}
97850
+ }
97851
+ },
97852
+ "output": {
97853
+ "type": "structure",
97854
+ "members": {
97855
+ "repositoryName": {},
97856
+ "imageId": {
97857
+ "shape": "Sj"
97858
+ },
97859
+ "replicationStatuses": {
97860
+ "type": "list",
97861
+ "member": {
97862
+ "type": "structure",
97863
+ "members": {
97864
+ "region": {},
97865
+ "registryId": {},
97866
+ "status": {},
97867
+ "failureCode": {}
97868
+ }
97869
+ }
97870
+ }
97871
+ }
97872
+ }
97873
+ },
97667
97874
  "DescribeImageScanFindings": {
97668
97875
  "input": {
97669
97876
  "type": "structure",
@@ -97692,7 +97899,7 @@ module.exports={
97692
97899
  "shape": "Sj"
97693
97900
  },
97694
97901
  "imageScanStatus": {
97695
- "shape": "S1y"
97902
+ "shape": "S25"
97696
97903
  },
97697
97904
  "imageScanFindings": {
97698
97905
  "type": "structure",
@@ -97729,7 +97936,7 @@ module.exports={
97729
97936
  }
97730
97937
  },
97731
97938
  "findingSeverityCounts": {
97732
- "shape": "S2d"
97939
+ "shape": "S2k"
97733
97940
  }
97734
97941
  }
97735
97942
  },
@@ -97773,7 +97980,7 @@ module.exports={
97773
97980
  "repositoryName": {},
97774
97981
  "imageDigest": {},
97775
97982
  "imageTags": {
97776
- "shape": "S2l"
97983
+ "shape": "S2s"
97777
97984
  },
97778
97985
  "imageSizeInBytes": {
97779
97986
  "type": "long"
@@ -97782,7 +97989,7 @@ module.exports={
97782
97989
  "type": "timestamp"
97783
97990
  },
97784
97991
  "imageScanStatus": {
97785
- "shape": "S1y"
97992
+ "shape": "S25"
97786
97993
  },
97787
97994
  "imageScanFindingsSummary": {
97788
97995
  "type": "structure",
@@ -97794,7 +98001,7 @@ module.exports={
97794
98001
  "type": "timestamp"
97795
98002
  },
97796
98003
  "findingSeverityCounts": {
97797
- "shape": "S2d"
98004
+ "shape": "S2k"
97798
98005
  }
97799
98006
  }
97800
98007
  },
@@ -97817,7 +98024,7 @@ module.exports={
97817
98024
  "members": {
97818
98025
  "registryId": {},
97819
98026
  "replicationConfiguration": {
97820
- "shape": "S2r"
98027
+ "shape": "S2y"
97821
98028
  }
97822
98029
  }
97823
98030
  }
@@ -97963,7 +98170,7 @@ module.exports={
97963
98170
  "type": "structure",
97964
98171
  "members": {
97965
98172
  "imageTags": {
97966
- "shape": "S2l"
98173
+ "shape": "S2s"
97967
98174
  },
97968
98175
  "imageDigest": {},
97969
98176
  "imagePushedAt": {
@@ -98217,7 +98424,7 @@ module.exports={
98217
98424
  ],
98218
98425
  "members": {
98219
98426
  "replicationConfiguration": {
98220
- "shape": "S2r"
98427
+ "shape": "S2y"
98221
98428
  }
98222
98429
  }
98223
98430
  },
@@ -98225,7 +98432,7 @@ module.exports={
98225
98432
  "type": "structure",
98226
98433
  "members": {
98227
98434
  "replicationConfiguration": {
98228
- "shape": "S2r"
98435
+ "shape": "S2y"
98229
98436
  }
98230
98437
  }
98231
98438
  }
@@ -98279,7 +98486,7 @@ module.exports={
98279
98486
  "shape": "Sj"
98280
98487
  },
98281
98488
  "imageScanStatus": {
98282
- "shape": "S1y"
98489
+ "shape": "S25"
98283
98490
  }
98284
98491
  }
98285
98492
  }
@@ -98469,25 +98676,25 @@ module.exports={
98469
98676
  }
98470
98677
  }
98471
98678
  },
98472
- "S1y": {
98679
+ "S25": {
98473
98680
  "type": "structure",
98474
98681
  "members": {
98475
98682
  "status": {},
98476
98683
  "description": {}
98477
98684
  }
98478
98685
  },
98479
- "S2d": {
98686
+ "S2k": {
98480
98687
  "type": "map",
98481
98688
  "key": {},
98482
98689
  "value": {
98483
98690
  "type": "integer"
98484
98691
  }
98485
98692
  },
98486
- "S2l": {
98693
+ "S2s": {
98487
98694
  "type": "list",
98488
98695
  "member": {}
98489
98696
  },
98490
- "S2r": {
98697
+ "S2y": {
98491
98698
  "type": "structure",
98492
98699
  "required": [
98493
98700
  "rules"
@@ -98514,6 +98721,20 @@ module.exports={
98514
98721
  "registryId": {}
98515
98722
  }
98516
98723
  }
98724
+ },
98725
+ "repositoryFilters": {
98726
+ "type": "list",
98727
+ "member": {
98728
+ "type": "structure",
98729
+ "required": [
98730
+ "filter",
98731
+ "filterType"
98732
+ ],
98733
+ "members": {
98734
+ "filter": {},
98735
+ "filterType": {}
98736
+ }
98737
+ }
98517
98738
  }
98518
98739
  }
98519
98740
  }
@@ -134472,6 +134693,10 @@ module.exports={
134472
134693
  "locationName": "listSuppressedAlerts",
134473
134694
  "type": "boolean"
134474
134695
  },
134696
+ "verificationState": {
134697
+ "location": "querystring",
134698
+ "locationName": "verificationState"
134699
+ },
134475
134700
  "nextToken": {
134476
134701
  "location": "querystring",
134477
134702
  "locationName": "nextToken"
@@ -134501,8 +134726,10 @@ module.exports={
134501
134726
  "shape": "S8i"
134502
134727
  },
134503
134728
  "violationEventAdditionalInfo": {
134504
- "shape": "Smu"
134729
+ "shape": "Smv"
134505
134730
  },
134731
+ "verificationState": {},
134732
+ "verificationStateDescription": {},
134506
134733
  "lastViolationTime": {
134507
134734
  "type": "timestamp"
134508
134735
  },
@@ -134550,7 +134777,7 @@ module.exports={
134550
134777
  "type": "structure",
134551
134778
  "members": {
134552
134779
  "policies": {
134553
- "shape": "Sn0"
134780
+ "shape": "Sn2"
134554
134781
  },
134555
134782
  "nextMarker": {}
134556
134783
  }
@@ -134987,7 +135214,7 @@ module.exports={
134987
135214
  "type": "structure",
134988
135215
  "members": {
134989
135216
  "certificates": {
134990
- "shape": "So2"
135217
+ "shape": "So4"
134991
135218
  },
134992
135219
  "nextMarker": {}
134993
135220
  }
@@ -135028,7 +135255,7 @@ module.exports={
135028
135255
  "type": "structure",
135029
135256
  "members": {
135030
135257
  "certificates": {
135031
- "shape": "So2"
135258
+ "shape": "So4"
135032
135259
  },
135033
135260
  "nextMarker": {}
135034
135261
  }
@@ -135356,7 +135583,7 @@ module.exports={
135356
135583
  "members": {
135357
135584
  "thingArn": {},
135358
135585
  "jobExecutionSummary": {
135359
- "shape": "Sp2"
135586
+ "shape": "Sp4"
135360
135587
  }
135361
135588
  }
135362
135589
  }
@@ -135409,7 +135636,7 @@ module.exports={
135409
135636
  "members": {
135410
135637
  "jobId": {},
135411
135638
  "jobExecutionSummary": {
135412
- "shape": "Sp2"
135639
+ "shape": "Sp4"
135413
135640
  }
135414
135641
  }
135415
135642
  }
@@ -135689,7 +135916,7 @@ module.exports={
135689
135916
  "type": "structure",
135690
135917
  "members": {
135691
135918
  "policies": {
135692
- "shape": "Sn0"
135919
+ "shape": "Sn2"
135693
135920
  },
135694
135921
  "nextMarker": {}
135695
135922
  }
@@ -135730,7 +135957,7 @@ module.exports={
135730
135957
  "type": "structure",
135731
135958
  "members": {
135732
135959
  "principals": {
135733
- "shape": "Spv"
135960
+ "shape": "Spx"
135734
135961
  },
135735
135962
  "nextMarker": {}
135736
135963
  }
@@ -135810,7 +136037,7 @@ module.exports={
135810
136037
  "type": "structure",
135811
136038
  "members": {
135812
136039
  "policies": {
135813
- "shape": "Sn0"
136040
+ "shape": "Sn2"
135814
136041
  },
135815
136042
  "nextMarker": {}
135816
136043
  }
@@ -135847,7 +136074,7 @@ module.exports={
135847
136074
  "type": "structure",
135848
136075
  "members": {
135849
136076
  "things": {
135850
- "shape": "Sq5"
136077
+ "shape": "Sq7"
135851
136078
  },
135852
136079
  "nextToken": {}
135853
136080
  }
@@ -136056,7 +136283,7 @@ module.exports={
136056
136283
  "securityProfileIdentifiers": {
136057
136284
  "type": "list",
136058
136285
  "member": {
136059
- "shape": "Sqo"
136286
+ "shape": "Sqq"
136060
136287
  }
136061
136288
  },
136062
136289
  "nextToken": {}
@@ -136103,10 +136330,10 @@ module.exports={
136103
136330
  "type": "structure",
136104
136331
  "members": {
136105
136332
  "securityProfileIdentifier": {
136106
- "shape": "Sqo"
136333
+ "shape": "Sqq"
136107
136334
  },
136108
136335
  "target": {
136109
- "shape": "Sqt"
136336
+ "shape": "Sqv"
136110
136337
  }
136111
136338
  }
136112
136339
  }
@@ -136259,7 +136486,7 @@ module.exports={
136259
136486
  "securityProfileTargets": {
136260
136487
  "type": "list",
136261
136488
  "member": {
136262
- "shape": "Sqt"
136489
+ "shape": "Sqv"
136263
136490
  }
136264
136491
  },
136265
136492
  "nextToken": {}
@@ -136374,7 +136601,7 @@ module.exports={
136374
136601
  "type": "structure",
136375
136602
  "members": {
136376
136603
  "principals": {
136377
- "shape": "Spv"
136604
+ "shape": "Spx"
136378
136605
  },
136379
136606
  "nextToken": {}
136380
136607
  }
@@ -136593,7 +136820,7 @@ module.exports={
136593
136820
  "type": "structure",
136594
136821
  "members": {
136595
136822
  "things": {
136596
- "shape": "Sq5"
136823
+ "shape": "Sq7"
136597
136824
  },
136598
136825
  "nextToken": {}
136599
136826
  }
@@ -136634,7 +136861,7 @@ module.exports={
136634
136861
  "type": "structure",
136635
136862
  "members": {
136636
136863
  "things": {
136637
- "shape": "Sq5"
136864
+ "shape": "Sq7"
136638
136865
  },
136639
136866
  "nextToken": {}
136640
136867
  }
@@ -136786,7 +137013,7 @@ module.exports={
136786
137013
  "type": "structure",
136787
137014
  "members": {
136788
137015
  "logTarget": {
136789
- "shape": "Ssh"
137016
+ "shape": "Ssj"
136790
137017
  },
136791
137018
  "logLevel": {}
136792
137019
  }
@@ -136835,6 +137062,10 @@ module.exports={
136835
137062
  "locationName": "listSuppressedAlerts",
136836
137063
  "type": "boolean"
136837
137064
  },
137065
+ "verificationState": {
137066
+ "location": "querystring",
137067
+ "locationName": "verificationState"
137068
+ },
136838
137069
  "nextToken": {
136839
137070
  "location": "querystring",
136840
137071
  "locationName": "nextToken"
@@ -136864,9 +137095,11 @@ module.exports={
136864
137095
  "shape": "S8i"
136865
137096
  },
136866
137097
  "violationEventAdditionalInfo": {
136867
- "shape": "Smu"
137098
+ "shape": "Smv"
136868
137099
  },
136869
137100
  "violationEventType": {},
137101
+ "verificationState": {},
137102
+ "verificationStateDescription": {},
136870
137103
  "violationEventTime": {
136871
137104
  "type": "timestamp"
136872
137105
  }
@@ -136877,6 +137110,30 @@ module.exports={
136877
137110
  }
136878
137111
  }
136879
137112
  },
137113
+ "PutVerificationStateOnViolation": {
137114
+ "http": {
137115
+ "requestUri": "/violations/verification-state/{violationId}"
137116
+ },
137117
+ "input": {
137118
+ "type": "structure",
137119
+ "required": [
137120
+ "violationId",
137121
+ "verificationState"
137122
+ ],
137123
+ "members": {
137124
+ "violationId": {
137125
+ "location": "uri",
137126
+ "locationName": "violationId"
137127
+ },
137128
+ "verificationState": {},
137129
+ "verificationStateDescription": {}
137130
+ }
137131
+ },
137132
+ "output": {
137133
+ "type": "structure",
137134
+ "members": {}
137135
+ }
137136
+ },
136880
137137
  "RegisterCACertificate": {
136881
137138
  "http": {
136882
137139
  "requestUri": "/cacertificate"
@@ -137109,7 +137366,7 @@ module.exports={
137109
137366
  "thingId": {},
137110
137367
  "thingTypeName": {},
137111
137368
  "thingGroupNames": {
137112
- "shape": "Stb"
137369
+ "shape": "Stf"
137113
137370
  },
137114
137371
  "attributes": {
137115
137372
  "shape": "S3h"
@@ -137142,7 +137399,7 @@ module.exports={
137142
137399
  "shape": "S3h"
137143
137400
  },
137144
137401
  "parentGroupNames": {
137145
- "shape": "Stb"
137402
+ "shape": "Stf"
137146
137403
  }
137147
137404
  }
137148
137405
  }
@@ -137230,7 +137487,7 @@ module.exports={
137230
137487
  ],
137231
137488
  "members": {
137232
137489
  "logTarget": {
137233
- "shape": "Ssh"
137490
+ "shape": "Ssj"
137234
137491
  },
137235
137492
  "logLevel": {}
137236
137493
  }
@@ -137439,7 +137696,7 @@ module.exports={
137439
137696
  "authInfos": {
137440
137697
  "type": "list",
137441
137698
  "member": {
137442
- "shape": "Su5"
137699
+ "shape": "Su9"
137443
137700
  }
137444
137701
  },
137445
137702
  "clientId": {
@@ -137447,10 +137704,10 @@ module.exports={
137447
137704
  "locationName": "clientId"
137448
137705
  },
137449
137706
  "policyNamesToAdd": {
137450
- "shape": "Su9"
137707
+ "shape": "Sud"
137451
137708
  },
137452
137709
  "policyNamesToSkip": {
137453
- "shape": "Su9"
137710
+ "shape": "Sud"
137454
137711
  }
137455
137712
  }
137456
137713
  },
@@ -137463,13 +137720,13 @@ module.exports={
137463
137720
  "type": "structure",
137464
137721
  "members": {
137465
137722
  "authInfo": {
137466
- "shape": "Su5"
137723
+ "shape": "Su9"
137467
137724
  },
137468
137725
  "allowed": {
137469
137726
  "type": "structure",
137470
137727
  "members": {
137471
137728
  "policies": {
137472
- "shape": "Sn0"
137729
+ "shape": "Sn2"
137473
137730
  }
137474
137731
  }
137475
137732
  },
@@ -137480,7 +137737,7 @@ module.exports={
137480
137737
  "type": "structure",
137481
137738
  "members": {
137482
137739
  "policies": {
137483
- "shape": "Sn0"
137740
+ "shape": "Sn2"
137484
137741
  }
137485
137742
  }
137486
137743
  },
@@ -137488,7 +137745,7 @@ module.exports={
137488
137745
  "type": "structure",
137489
137746
  "members": {
137490
137747
  "policies": {
137491
- "shape": "Sn0"
137748
+ "shape": "Sn2"
137492
137749
  }
137493
137750
  }
137494
137751
  }
@@ -138354,10 +138611,10 @@ module.exports={
138354
138611
  "members": {
138355
138612
  "thingName": {},
138356
138613
  "thingGroupsToAdd": {
138357
- "shape": "Swk"
138614
+ "shape": "Swo"
138358
138615
  },
138359
138616
  "thingGroupsToRemove": {
138360
- "shape": "Swk"
138617
+ "shape": "Swo"
138361
138618
  },
138362
138619
  "overrideDynamicGroups": {
138363
138620
  "type": "boolean"
@@ -139801,13 +140058,13 @@ module.exports={
139801
140058
  }
139802
140059
  }
139803
140060
  },
139804
- "Smu": {
140061
+ "Smv": {
139805
140062
  "type": "structure",
139806
140063
  "members": {
139807
140064
  "confidenceLevel": {}
139808
140065
  }
139809
140066
  },
139810
- "Sn0": {
140067
+ "Sn2": {
139811
140068
  "type": "list",
139812
140069
  "member": {
139813
140070
  "type": "structure",
@@ -139817,7 +140074,7 @@ module.exports={
139817
140074
  }
139818
140075
  }
139819
140076
  },
139820
- "So2": {
140077
+ "So4": {
139821
140078
  "type": "list",
139822
140079
  "member": {
139823
140080
  "type": "structure",
@@ -139832,7 +140089,7 @@ module.exports={
139832
140089
  }
139833
140090
  }
139834
140091
  },
139835
- "Sp2": {
140092
+ "Sp4": {
139836
140093
  "type": "structure",
139837
140094
  "members": {
139838
140095
  "status": {},
@@ -139850,15 +140107,15 @@ module.exports={
139850
140107
  }
139851
140108
  }
139852
140109
  },
139853
- "Spv": {
140110
+ "Spx": {
139854
140111
  "type": "list",
139855
140112
  "member": {}
139856
140113
  },
139857
- "Sq5": {
140114
+ "Sq7": {
139858
140115
  "type": "list",
139859
140116
  "member": {}
139860
140117
  },
139861
- "Sqo": {
140118
+ "Sqq": {
139862
140119
  "type": "structure",
139863
140120
  "required": [
139864
140121
  "name",
@@ -139869,7 +140126,7 @@ module.exports={
139869
140126
  "arn": {}
139870
140127
  }
139871
140128
  },
139872
- "Sqt": {
140129
+ "Sqv": {
139873
140130
  "type": "structure",
139874
140131
  "required": [
139875
140132
  "arn"
@@ -139878,7 +140135,7 @@ module.exports={
139878
140135
  "arn": {}
139879
140136
  }
139880
140137
  },
139881
- "Ssh": {
140138
+ "Ssj": {
139882
140139
  "type": "structure",
139883
140140
  "required": [
139884
140141
  "targetType"
@@ -139888,11 +140145,11 @@ module.exports={
139888
140145
  "targetName": {}
139889
140146
  }
139890
140147
  },
139891
- "Stb": {
140148
+ "Stf": {
139892
140149
  "type": "list",
139893
140150
  "member": {}
139894
140151
  },
139895
- "Su5": {
140152
+ "Su9": {
139896
140153
  "type": "structure",
139897
140154
  "required": [
139898
140155
  "resources"
@@ -139905,11 +140162,11 @@ module.exports={
139905
140162
  }
139906
140163
  }
139907
140164
  },
139908
- "Su9": {
140165
+ "Sud": {
139909
140166
  "type": "list",
139910
140167
  "member": {}
139911
140168
  },
139912
- "Swk": {
140169
+ "Swo": {
139913
140170
  "type": "list",
139914
140171
  "member": {}
139915
140172
  }
@@ -207238,7 +207495,8 @@ module.exports={
207238
207495
  "Name": {},
207239
207496
  "Description": {
207240
207497
  "shape": "S3p"
207241
- }
207498
+ },
207499
+ "CutoffBehavior": {}
207242
207500
  }
207243
207501
  }
207244
207502
  },
@@ -207430,7 +207688,7 @@ module.exports={
207430
207688
  }
207431
207689
  },
207432
207690
  "ParameterFilters": {
207433
- "shape": "Sfe"
207691
+ "shape": "Sff"
207434
207692
  },
207435
207693
  "MaxResults": {
207436
207694
  "type": "integer"
@@ -207460,7 +207718,7 @@ module.exports={
207460
207718
  },
207461
207719
  "Tier": {},
207462
207720
  "Policies": {
207463
- "shape": "Sft"
207721
+ "shape": "Sfu"
207464
207722
  },
207465
207723
  "DataType": {}
207466
207724
  }
@@ -207489,7 +207747,7 @@ module.exports={
207489
207747
  "BaselineIdentities": {
207490
207748
  "type": "list",
207491
207749
  "member": {
207492
- "shape": "Sfz"
207750
+ "shape": "Sg0"
207493
207751
  }
207494
207752
  },
207495
207753
  "NextToken": {}
@@ -207571,7 +207829,7 @@ module.exports={
207571
207829
  "members": {
207572
207830
  "PatchGroup": {},
207573
207831
  "BaselineIdentity": {
207574
- "shape": "Sfz"
207832
+ "shape": "Sg0"
207575
207833
  }
207576
207834
  }
207577
207835
  }
@@ -207843,7 +208101,7 @@ module.exports={
207843
208101
  "StandardErrorContent": {},
207844
208102
  "StandardErrorUrl": {},
207845
208103
  "CloudWatchOutputConfig": {
207846
- "shape": "Shi"
208104
+ "shape": "Shj"
207847
208105
  }
207848
208106
  }
207849
208107
  }
@@ -207984,10 +208242,10 @@ module.exports={
207984
208242
  "type": "structure",
207985
208243
  "members": {
207986
208244
  "Filters": {
207987
- "shape": "Si4"
208245
+ "shape": "Si5"
207988
208246
  },
207989
208247
  "Aggregators": {
207990
- "shape": "Sia"
208248
+ "shape": "Sib"
207991
208249
  },
207992
208250
  "ResultAttributes": {
207993
208251
  "type": "list",
@@ -208032,7 +208290,7 @@ module.exports={
208032
208290
  "CaptureTime": {},
208033
208291
  "ContentHash": {},
208034
208292
  "Content": {
208035
- "shape": "Sir"
208293
+ "shape": "Sis"
208036
208294
  }
208037
208295
  }
208038
208296
  }
@@ -208283,7 +208541,7 @@ module.exports={
208283
208541
  "shape": "Sef"
208284
208542
  },
208285
208543
  "TaskInvocationParameters": {
208286
- "shape": "Sji"
208544
+ "shape": "Sjj"
208287
208545
  },
208288
208546
  "Priority": {
208289
208547
  "type": "integer"
@@ -208296,7 +208554,8 @@ module.exports={
208296
208554
  "Name": {},
208297
208555
  "Description": {
208298
208556
  "shape": "S3p"
208299
- }
208557
+ },
208558
+ "CutoffBehavior": {}
208300
208559
  }
208301
208560
  }
208302
208561
  },
@@ -208393,10 +208652,10 @@ module.exports={
208393
208652
  "members": {
208394
208653
  "SyncName": {},
208395
208654
  "Filters": {
208396
- "shape": "Sk5"
208655
+ "shape": "Sk6"
208397
208656
  },
208398
208657
  "Aggregators": {
208399
- "shape": "Skb"
208658
+ "shape": "Skc"
208400
208659
  },
208401
208660
  "ResultAttributes": {
208402
208661
  "type": "list",
@@ -208467,7 +208726,7 @@ module.exports={
208467
208726
  "type": "structure",
208468
208727
  "members": {
208469
208728
  "Parameter": {
208470
- "shape": "Skx"
208729
+ "shape": "Sky"
208471
208730
  }
208472
208731
  }
208473
208732
  }
@@ -208506,18 +208765,18 @@ module.exports={
208506
208765
  "LastModifiedUser": {},
208507
208766
  "Description": {},
208508
208767
  "Value": {
208509
- "shape": "Sky"
208768
+ "shape": "Skz"
208510
208769
  },
208511
208770
  "AllowedPattern": {},
208512
208771
  "Version": {
208513
208772
  "type": "long"
208514
208773
  },
208515
208774
  "Labels": {
208516
- "shape": "Sl4"
208775
+ "shape": "Sl5"
208517
208776
  },
208518
208777
  "Tier": {},
208519
208778
  "Policies": {
208520
- "shape": "Sft"
208779
+ "shape": "Sfu"
208521
208780
  },
208522
208781
  "DataType": {}
208523
208782
  }
@@ -208546,7 +208805,7 @@ module.exports={
208546
208805
  "type": "structure",
208547
208806
  "members": {
208548
208807
  "Parameters": {
208549
- "shape": "Sl8"
208808
+ "shape": "Sl9"
208550
208809
  },
208551
208810
  "InvalidParameters": {
208552
208811
  "shape": "S6x"
@@ -208566,7 +208825,7 @@ module.exports={
208566
208825
  "type": "boolean"
208567
208826
  },
208568
208827
  "ParameterFilters": {
208569
- "shape": "Sfe"
208828
+ "shape": "Sff"
208570
208829
  },
208571
208830
  "WithDecryption": {
208572
208831
  "type": "boolean"
@@ -208581,7 +208840,7 @@ module.exports={
208581
208840
  "type": "structure",
208582
208841
  "members": {
208583
208842
  "Parameters": {
208584
- "shape": "Sl8"
208843
+ "shape": "Sl9"
208585
208844
  },
208586
208845
  "NextToken": {}
208587
208846
  }
@@ -208671,7 +208930,7 @@ module.exports={
208671
208930
  "type": "structure",
208672
208931
  "members": {
208673
208932
  "ServiceSetting": {
208674
- "shape": "Slk"
208933
+ "shape": "Sll"
208675
208934
  }
208676
208935
  }
208677
208936
  }
@@ -208689,7 +208948,7 @@ module.exports={
208689
208948
  "type": "long"
208690
208949
  },
208691
208950
  "Labels": {
208692
- "shape": "Sl4"
208951
+ "shape": "Sl5"
208693
208952
  }
208694
208953
  }
208695
208954
  },
@@ -208697,7 +208956,7 @@ module.exports={
208697
208956
  "type": "structure",
208698
208957
  "members": {
208699
208958
  "InvalidLabels": {
208700
- "shape": "Sl4"
208959
+ "shape": "Sl5"
208701
208960
  },
208702
208961
  "ParameterVersion": {
208703
208962
  "type": "long"
@@ -208831,7 +209090,7 @@ module.exports={
208831
209090
  },
208832
209091
  "NextToken": {},
208833
209092
  "Filters": {
208834
- "shape": "Sm2"
209093
+ "shape": "Sm3"
208835
209094
  },
208836
209095
  "Details": {
208837
209096
  "type": "boolean"
@@ -208888,10 +209147,10 @@ module.exports={
208888
209147
  },
208889
209148
  "ServiceRole": {},
208890
209149
  "NotificationConfig": {
208891
- "shape": "Sjk"
209150
+ "shape": "Sjl"
208892
209151
  },
208893
209152
  "CloudWatchOutputConfig": {
208894
- "shape": "Shi"
209153
+ "shape": "Shj"
208895
209154
  }
208896
209155
  }
208897
209156
  }
@@ -208911,7 +209170,7 @@ module.exports={
208911
209170
  },
208912
209171
  "NextToken": {},
208913
209172
  "Filters": {
208914
- "shape": "Sm2"
209173
+ "shape": "Sm3"
208915
209174
  }
208916
209175
  }
208917
209176
  },
@@ -208921,7 +209180,7 @@ module.exports={
208921
209180
  "Commands": {
208922
209181
  "type": "list",
208923
209182
  "member": {
208924
- "shape": "Smi"
209183
+ "shape": "Smj"
208925
209184
  }
208926
209185
  },
208927
209186
  "NextToken": {}
@@ -208933,7 +209192,7 @@ module.exports={
208933
209192
  "type": "structure",
208934
209193
  "members": {
208935
209194
  "Filters": {
208936
- "shape": "Smp"
209195
+ "shape": "Smq"
208937
209196
  },
208938
209197
  "ResourceIds": {
208939
209198
  "type": "list",
@@ -208965,10 +209224,10 @@ module.exports={
208965
209224
  "Status": {},
208966
209225
  "Severity": {},
208967
209226
  "ExecutionSummary": {
208968
- "shape": "Sn7"
209227
+ "shape": "Sn8"
208969
209228
  },
208970
209229
  "Details": {
208971
- "shape": "Sna"
209230
+ "shape": "Snb"
208972
209231
  }
208973
209232
  }
208974
209233
  }
@@ -208982,7 +209241,7 @@ module.exports={
208982
209241
  "type": "structure",
208983
209242
  "members": {
208984
209243
  "Filters": {
208985
- "shape": "Smp"
209244
+ "shape": "Smq"
208986
209245
  },
208987
209246
  "NextToken": {},
208988
209247
  "MaxResults": {
@@ -209000,10 +209259,10 @@ module.exports={
209000
209259
  "members": {
209001
209260
  "ComplianceType": {},
209002
209261
  "CompliantSummary": {
209003
- "shape": "Snf"
209262
+ "shape": "Sng"
209004
209263
  },
209005
209264
  "NonCompliantSummary": {
209006
- "shape": "Sni"
209265
+ "shape": "Snj"
209007
209266
  }
209008
209267
  }
209009
209268
  }
@@ -209051,7 +209310,7 @@ module.exports={
209051
209310
  },
209052
209311
  "ReviewStatus": {},
209053
209312
  "Comment": {
209054
- "shape": "Snp"
209313
+ "shape": "Snq"
209055
209314
  },
209056
209315
  "Reviewer": {}
209057
209316
  }
@@ -209192,7 +209451,7 @@ module.exports={
209192
209451
  "InstanceId": {},
209193
209452
  "TypeName": {},
209194
209453
  "Filters": {
209195
- "shape": "Si4"
209454
+ "shape": "Si5"
209196
209455
  },
209197
209456
  "NextToken": {},
209198
209457
  "MaxResults": {
@@ -209208,7 +209467,7 @@ module.exports={
209208
209467
  "SchemaVersion": {},
209209
209468
  "CaptureTime": {},
209210
209469
  "Entries": {
209211
- "shape": "Sir"
209470
+ "shape": "Sis"
209212
209471
  },
209213
209472
  "NextToken": {}
209214
209473
  }
@@ -209258,7 +209517,7 @@ module.exports={
209258
209517
  "DetailType": {},
209259
209518
  "Detail": {},
209260
209519
  "CreatedBy": {
209261
- "shape": "Son"
209520
+ "shape": "Soo"
209262
209521
  },
209263
209522
  "CreatedTime": {
209264
209523
  "type": "timestamp"
@@ -209314,13 +209573,13 @@ module.exports={
209314
209573
  "AssociationType": {},
209315
209574
  "ResourceUri": {},
209316
209575
  "CreatedBy": {
209317
- "shape": "Son"
209576
+ "shape": "Soo"
209318
209577
  },
209319
209578
  "CreatedTime": {
209320
209579
  "type": "timestamp"
209321
209580
  },
209322
209581
  "LastModifiedBy": {
209323
- "shape": "Son"
209582
+ "shape": "Soo"
209324
209583
  },
209325
209584
  "LastModifiedTime": {
209326
209585
  "type": "timestamp"
@@ -209387,7 +209646,7 @@ module.exports={
209387
209646
  "type": "structure",
209388
209647
  "members": {
209389
209648
  "Filters": {
209390
- "shape": "Smp"
209649
+ "shape": "Smq"
209391
209650
  },
209392
209651
  "NextToken": {},
209393
209652
  "MaxResults": {
@@ -209409,13 +209668,13 @@ module.exports={
209409
209668
  "Status": {},
209410
209669
  "OverallSeverity": {},
209411
209670
  "ExecutionSummary": {
209412
- "shape": "Sn7"
209671
+ "shape": "Sn8"
209413
209672
  },
209414
209673
  "CompliantSummary": {
209415
- "shape": "Snf"
209674
+ "shape": "Sng"
209416
209675
  },
209417
209676
  "NonCompliantSummary": {
209418
- "shape": "Sni"
209677
+ "shape": "Snj"
209419
209678
  }
209420
209679
  }
209421
209680
  }
@@ -209548,7 +209807,7 @@ module.exports={
209548
209807
  "ResourceType": {},
209549
209808
  "ComplianceType": {},
209550
209809
  "ExecutionSummary": {
209551
- "shape": "Sn7"
209810
+ "shape": "Sn8"
209552
209811
  },
209553
209812
  "Items": {
209554
209813
  "type": "list",
@@ -209564,7 +209823,7 @@ module.exports={
209564
209823
  "Severity": {},
209565
209824
  "Status": {},
209566
209825
  "Details": {
209567
- "shape": "Sna"
209826
+ "shape": "Snb"
209568
209827
  }
209569
209828
  }
209570
209829
  }
@@ -209602,7 +209861,7 @@ module.exports={
209602
209861
  "CaptureTime": {},
209603
209862
  "ContentHash": {},
209604
209863
  "Content": {
209605
- "shape": "Sir"
209864
+ "shape": "Sis"
209606
209865
  },
209607
209866
  "Context": {
209608
209867
  "type": "map",
@@ -209632,7 +209891,7 @@ module.exports={
209632
209891
  "Name": {},
209633
209892
  "Description": {},
209634
209893
  "Value": {
209635
- "shape": "Sky"
209894
+ "shape": "Skz"
209636
209895
  },
209637
209896
  "Type": {},
209638
209897
  "KeyId": {},
@@ -209748,7 +210007,7 @@ module.exports={
209748
210007
  "shape": "Sef"
209749
210008
  },
209750
210009
  "TaskInvocationParameters": {
209751
- "shape": "Sji"
210010
+ "shape": "Sjj"
209752
210011
  },
209753
210012
  "Priority": {
209754
210013
  "type": "integer"
@@ -209764,7 +210023,8 @@ module.exports={
209764
210023
  },
209765
210024
  "ClientToken": {
209766
210025
  "idempotencyToken": true
209767
- }
210026
+ },
210027
+ "CutoffBehavior": {}
209768
210028
  }
209769
210029
  },
209770
210030
  "output": {
@@ -209810,7 +210070,7 @@ module.exports={
209810
210070
  "type": "structure",
209811
210071
  "members": {
209812
210072
  "ServiceSetting": {
209813
- "shape": "Slk"
210073
+ "shape": "Sll"
209814
210074
  }
209815
210075
  }
209816
210076
  }
@@ -209885,10 +210145,10 @@ module.exports={
209885
210145
  "MaxErrors": {},
209886
210146
  "ServiceRoleArn": {},
209887
210147
  "NotificationConfig": {
209888
- "shape": "Sjk"
210148
+ "shape": "Sjl"
209889
210149
  },
209890
210150
  "CloudWatchOutputConfig": {
209891
- "shape": "Shi"
210151
+ "shape": "Shj"
209892
210152
  }
209893
210153
  }
209894
210154
  },
@@ -209896,7 +210156,7 @@ module.exports={
209896
210156
  "type": "structure",
209897
210157
  "members": {
209898
210158
  "Command": {
209899
- "shape": "Smi"
210159
+ "shape": "Smj"
209900
210160
  }
209901
210161
  }
209902
210162
  }
@@ -210069,7 +210329,7 @@ module.exports={
210069
210329
  "type": "long"
210070
210330
  },
210071
210331
  "Labels": {
210072
- "shape": "Sl4"
210332
+ "shape": "Sl5"
210073
210333
  }
210074
210334
  }
210075
210335
  },
@@ -210077,10 +210337,10 @@ module.exports={
210077
210337
  "type": "structure",
210078
210338
  "members": {
210079
210339
  "RemovedLabels": {
210080
- "shape": "Sl4"
210340
+ "shape": "Sl5"
210081
210341
  },
210082
210342
  "InvalidLabels": {
210083
- "shape": "Sl4"
210343
+ "shape": "Sl5"
210084
210344
  }
210085
210345
  }
210086
210346
  }
@@ -210230,7 +210490,7 @@ module.exports={
210230
210490
  "members": {
210231
210491
  "Action": {},
210232
210492
  "Comment": {
210233
- "shape": "Snp"
210493
+ "shape": "Snq"
210234
210494
  }
210235
210495
  }
210236
210496
  }
@@ -210369,7 +210629,7 @@ module.exports={
210369
210629
  "shape": "Sef"
210370
210630
  },
210371
210631
  "TaskInvocationParameters": {
210372
- "shape": "Sji"
210632
+ "shape": "Sjj"
210373
210633
  },
210374
210634
  "Priority": {
210375
210635
  "type": "integer"
@@ -210385,7 +210645,8 @@ module.exports={
210385
210645
  },
210386
210646
  "Replace": {
210387
210647
  "type": "boolean"
210388
- }
210648
+ },
210649
+ "CutoffBehavior": {}
210389
210650
  }
210390
210651
  },
210391
210652
  "output": {
@@ -210402,7 +210663,7 @@ module.exports={
210402
210663
  "shape": "Sef"
210403
210664
  },
210404
210665
  "TaskInvocationParameters": {
210405
- "shape": "Sji"
210666
+ "shape": "Sjj"
210406
210667
  },
210407
210668
  "Priority": {
210408
210669
  "type": "integer"
@@ -210415,7 +210676,8 @@ module.exports={
210415
210676
  "Name": {},
210416
210677
  "Description": {
210417
210678
  "shape": "S3p"
210418
- }
210679
+ },
210680
+ "CutoffBehavior": {}
210419
210681
  }
210420
210682
  }
210421
210683
  },
@@ -211442,7 +211704,7 @@ module.exports={
211442
211704
  "S3Region": {}
211443
211705
  }
211444
211706
  },
211445
- "Sfe": {
211707
+ "Sff": {
211446
211708
  "type": "list",
211447
211709
  "member": {
211448
211710
  "type": "structure",
@@ -211459,7 +211721,7 @@ module.exports={
211459
211721
  }
211460
211722
  }
211461
211723
  },
211462
- "Sft": {
211724
+ "Sfu": {
211463
211725
  "type": "list",
211464
211726
  "member": {
211465
211727
  "type": "structure",
@@ -211470,7 +211732,7 @@ module.exports={
211470
211732
  }
211471
211733
  }
211472
211734
  },
211473
- "Sfz": {
211735
+ "Sg0": {
211474
211736
  "type": "structure",
211475
211737
  "members": {
211476
211738
  "BaselineId": {},
@@ -211482,7 +211744,7 @@ module.exports={
211482
211744
  }
211483
211745
  }
211484
211746
  },
211485
- "Shi": {
211747
+ "Shj": {
211486
211748
  "type": "structure",
211487
211749
  "members": {
211488
211750
  "CloudWatchLogGroupName": {},
@@ -211491,7 +211753,7 @@ module.exports={
211491
211753
  }
211492
211754
  }
211493
211755
  },
211494
- "Si4": {
211756
+ "Si5": {
211495
211757
  "type": "list",
211496
211758
  "member": {
211497
211759
  "type": "structure",
@@ -211509,14 +211771,14 @@ module.exports={
211509
211771
  }
211510
211772
  }
211511
211773
  },
211512
- "Sia": {
211774
+ "Sib": {
211513
211775
  "type": "list",
211514
211776
  "member": {
211515
211777
  "type": "structure",
211516
211778
  "members": {
211517
211779
  "Expression": {},
211518
211780
  "Aggregators": {
211519
- "shape": "Sia"
211781
+ "shape": "Sib"
211520
211782
  },
211521
211783
  "Groups": {
211522
211784
  "type": "list",
@@ -211529,7 +211791,7 @@ module.exports={
211529
211791
  "members": {
211530
211792
  "Name": {},
211531
211793
  "Filters": {
211532
- "shape": "Si4"
211794
+ "shape": "Si5"
211533
211795
  }
211534
211796
  }
211535
211797
  }
@@ -211537,7 +211799,7 @@ module.exports={
211537
211799
  }
211538
211800
  }
211539
211801
  },
211540
- "Sir": {
211802
+ "Sis": {
211541
211803
  "type": "list",
211542
211804
  "member": {
211543
211805
  "type": "map",
@@ -211545,7 +211807,7 @@ module.exports={
211545
211807
  "value": {}
211546
211808
  }
211547
211809
  },
211548
- "Sji": {
211810
+ "Sjj": {
211549
211811
  "type": "structure",
211550
211812
  "members": {
211551
211813
  "RunCommand": {
@@ -211553,13 +211815,13 @@ module.exports={
211553
211815
  "members": {
211554
211816
  "Comment": {},
211555
211817
  "CloudWatchOutputConfig": {
211556
- "shape": "Shi"
211818
+ "shape": "Shj"
211557
211819
  },
211558
211820
  "DocumentHash": {},
211559
211821
  "DocumentHashType": {},
211560
211822
  "DocumentVersion": {},
211561
211823
  "NotificationConfig": {
211562
- "shape": "Sjk"
211824
+ "shape": "Sjl"
211563
211825
  },
211564
211826
  "OutputS3BucketName": {},
211565
211827
  "OutputS3KeyPrefix": {},
@@ -211604,7 +211866,7 @@ module.exports={
211604
211866
  }
211605
211867
  }
211606
211868
  },
211607
- "Sjk": {
211869
+ "Sjl": {
211608
211870
  "type": "structure",
211609
211871
  "members": {
211610
211872
  "NotificationArn": {},
@@ -211615,7 +211877,7 @@ module.exports={
211615
211877
  "NotificationType": {}
211616
211878
  }
211617
211879
  },
211618
- "Sk5": {
211880
+ "Sk6": {
211619
211881
  "type": "list",
211620
211882
  "member": {
211621
211883
  "type": "structure",
@@ -211633,7 +211895,7 @@ module.exports={
211633
211895
  }
211634
211896
  }
211635
211897
  },
211636
- "Skb": {
211898
+ "Skc": {
211637
211899
  "type": "list",
211638
211900
  "member": {
211639
211901
  "type": "structure",
@@ -211647,21 +211909,21 @@ module.exports={
211647
211909
  "value": {}
211648
211910
  },
211649
211911
  "Filters": {
211650
- "shape": "Sk5"
211912
+ "shape": "Sk6"
211651
211913
  },
211652
211914
  "Aggregators": {
211653
- "shape": "Skb"
211915
+ "shape": "Skc"
211654
211916
  }
211655
211917
  }
211656
211918
  }
211657
211919
  },
211658
- "Skx": {
211920
+ "Sky": {
211659
211921
  "type": "structure",
211660
211922
  "members": {
211661
211923
  "Name": {},
211662
211924
  "Type": {},
211663
211925
  "Value": {
211664
- "shape": "Sky"
211926
+ "shape": "Skz"
211665
211927
  },
211666
211928
  "Version": {
211667
211929
  "type": "long"
@@ -211675,21 +211937,21 @@ module.exports={
211675
211937
  "DataType": {}
211676
211938
  }
211677
211939
  },
211678
- "Sky": {
211940
+ "Skz": {
211679
211941
  "type": "string",
211680
211942
  "sensitive": true
211681
211943
  },
211682
- "Sl4": {
211944
+ "Sl5": {
211683
211945
  "type": "list",
211684
211946
  "member": {}
211685
211947
  },
211686
- "Sl8": {
211948
+ "Sl9": {
211687
211949
  "type": "list",
211688
211950
  "member": {
211689
- "shape": "Skx"
211951
+ "shape": "Sky"
211690
211952
  }
211691
211953
  },
211692
- "Slk": {
211954
+ "Sll": {
211693
211955
  "type": "structure",
211694
211956
  "members": {
211695
211957
  "SettingId": {},
@@ -211702,7 +211964,7 @@ module.exports={
211702
211964
  "Status": {}
211703
211965
  }
211704
211966
  },
211705
- "Sm2": {
211967
+ "Sm3": {
211706
211968
  "type": "list",
211707
211969
  "member": {
211708
211970
  "type": "structure",
@@ -211716,7 +211978,7 @@ module.exports={
211716
211978
  }
211717
211979
  }
211718
211980
  },
211719
- "Smi": {
211981
+ "Smj": {
211720
211982
  "type": "structure",
211721
211983
  "members": {
211722
211984
  "CommandId": {},
@@ -211759,17 +212021,17 @@ module.exports={
211759
212021
  },
211760
212022
  "ServiceRole": {},
211761
212023
  "NotificationConfig": {
211762
- "shape": "Sjk"
212024
+ "shape": "Sjl"
211763
212025
  },
211764
212026
  "CloudWatchOutputConfig": {
211765
- "shape": "Shi"
212027
+ "shape": "Shj"
211766
212028
  },
211767
212029
  "TimeoutSeconds": {
211768
212030
  "type": "integer"
211769
212031
  }
211770
212032
  }
211771
212033
  },
211772
- "Smp": {
212034
+ "Smq": {
211773
212035
  "type": "list",
211774
212036
  "member": {
211775
212037
  "type": "structure",
@@ -211783,7 +212045,7 @@ module.exports={
211783
212045
  }
211784
212046
  }
211785
212047
  },
211786
- "Sn7": {
212048
+ "Sn8": {
211787
212049
  "type": "structure",
211788
212050
  "required": [
211789
212051
  "ExecutionTime"
@@ -211796,23 +212058,23 @@ module.exports={
211796
212058
  "ExecutionType": {}
211797
212059
  }
211798
212060
  },
211799
- "Sna": {
212061
+ "Snb": {
211800
212062
  "type": "map",
211801
212063
  "key": {},
211802
212064
  "value": {}
211803
212065
  },
211804
- "Snf": {
212066
+ "Sng": {
211805
212067
  "type": "structure",
211806
212068
  "members": {
211807
212069
  "CompliantCount": {
211808
212070
  "type": "integer"
211809
212071
  },
211810
212072
  "SeveritySummary": {
211811
- "shape": "Snh"
212073
+ "shape": "Sni"
211812
212074
  }
211813
212075
  }
211814
212076
  },
211815
- "Snh": {
212077
+ "Sni": {
211816
212078
  "type": "structure",
211817
212079
  "members": {
211818
212080
  "CriticalCount": {
@@ -211835,18 +212097,18 @@ module.exports={
211835
212097
  }
211836
212098
  }
211837
212099
  },
211838
- "Sni": {
212100
+ "Snj": {
211839
212101
  "type": "structure",
211840
212102
  "members": {
211841
212103
  "NonCompliantCount": {
211842
212104
  "type": "integer"
211843
212105
  },
211844
212106
  "SeveritySummary": {
211845
- "shape": "Snh"
212107
+ "shape": "Sni"
211846
212108
  }
211847
212109
  }
211848
212110
  },
211849
- "Snp": {
212111
+ "Snq": {
211850
212112
  "type": "list",
211851
212113
  "member": {
211852
212114
  "type": "structure",
@@ -211856,7 +212118,7 @@ module.exports={
211856
212118
  }
211857
212119
  }
211858
212120
  },
211859
- "Son": {
212121
+ "Soo": {
211860
212122
  "type": "structure",
211861
212123
  "members": {
211862
212124
  "Arn": {}
@@ -212198,6 +212460,11 @@ module.exports={
212198
212460
  "matcher": "path",
212199
212461
  "state": "failure",
212200
212462
  "argument": "Status"
212463
+ },
212464
+ {
212465
+ "state": "retry",
212466
+ "matcher": "error",
212467
+ "expected": "InvocationDoesNotExist"
212201
212468
  }
212202
212469
  ]
212203
212470
  }
@@ -225463,7 +225730,7 @@ var PromisesDependency;
225463
225730
  *
225464
225731
  * @!attribute computeChecksums
225465
225732
  * @return [Boolean] whether to compute checksums for payload bodies when
225466
- * the service accepts it (currently supported in S3 only).
225733
+ * the service accepts it (currently supported in S3 and SQS only).
225467
225734
  *
225468
225735
  * @!attribute convertResponseTypes
225469
225736
  * @return [Boolean] whether types are converted when parsing response data.
@@ -226120,7 +226387,7 @@ AWS.util.update(AWS, {
226120
226387
  /**
226121
226388
  * @constant
226122
226389
  */
226123
- VERSION: '2.990.0',
226390
+ VERSION: '2.994.0',
226124
226391
 
226125
226392
  /**
226126
226393
  * @api private
@@ -230042,7 +230309,7 @@ AWS.EventListeners = {
230042
230309
  ['EAI_NONAME', 'EAI_NODATA'].indexOf(AWS.util.getSystemErrorName(err.errno) >= 0);
230043
230310
  }
230044
230311
  if (err.code === 'NetworkingError' && isDNSError(err)) {
230045
- var message = 'Inaccessible host: `' + err.hostname +
230312
+ var message = 'Inaccessible host: `' + err.hostname + '\' at port `' + err.port +
230046
230313
  '\'. This service may not be available in the `' + err.region +
230047
230314
  '\' region.';
230048
230315
  this.response.error = AWS.util.error(new Error(message), {
@@ -238844,7 +239111,7 @@ AWS.Signers.V4 = inherit(AWS.Signers.RequestSigner, {
238844
239111
 
238845
239112
  hexEncodedBodyHash: function hexEncodedBodyHash() {
238846
239113
  var request = this.request;
238847
- if (this.isPresigned() && this.serviceName === 's3' && !request.body) {
239114
+ if (this.isPresigned() && (['s3', 's3-object-lambda'].indexOf(this.serviceName) > -1) && !request.body) {
238848
239115
  return 'UNSIGNED-PAYLOAD';
238849
239116
  } else if (request.headers['X-Amz-Content-Sha256']) {
238850
239117
  return request.headers['X-Amz-Content-Sha256'];
@@ -247373,7 +247640,7 @@ var LRUCache = /** @class */ (function () {
247373
247640
  }());
247374
247641
  exports.LRUCache = LRUCache;
247375
247642
  },{}],451:[function(require,module,exports){
247376
- // AWS SDK for JavaScript v2.990.0
247643
+ // AWS SDK for JavaScript v2.994.0
247377
247644
  // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
247378
247645
  // License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
247379
247646
  require('./browser_loader');