aws-sdk 2.991.0 → 2.995.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +26 -1
- package/README.md +1 -1
- package/apis/appsync-2017-07-25.min.json +97 -77
- package/apis/comprehend-2017-11-27.min.json +205 -123
- package/apis/comprehend-2017-11-27.paginators.json +10 -0
- package/apis/ec2-2016-11-15.min.json +150 -69
- package/apis/ec2-2016-11-15.paginators.json +6 -0
- package/apis/ecr-2015-09-21.min.json +66 -14
- package/apis/imagebuilder-2019-12-02.min.json +116 -82
- package/apis/iot-2015-05-28.min.json +80 -44
- package/apis/license-manager-2018-08-01.min.json +186 -72
- package/apis/mediaconvert-2017-08-29.min.json +194 -83
- package/apis/mediapackage-vod-2018-11-07.min.json +3 -0
- package/apis/mediatailor-2018-04-23.min.json +198 -149
- package/apis/models.lex.v2-2020-08-07.min.json +179 -22
- package/apis/models.lex.v2-2020-08-07.paginators.json +5 -0
- package/apis/ssm-2014-11-06.min.json +105 -100
- package/apis/ssm-2014-11-06.waiters2.json +5 -0
- package/apis/wafv2-2019-07-29.min.json +114 -97
- package/clients/appsync.d.ts +35 -13
- package/clients/comprehend.d.ts +165 -1
- package/clients/ec2.d.ts +164 -66
- package/clients/ecr.d.ts +76 -4
- package/clients/iam.d.ts +85 -85
- package/clients/imagebuilder.d.ts +73 -25
- package/clients/iot.d.ts +55 -5
- package/clients/lexmodelsv2.d.ts +188 -0
- package/clients/licensemanager.d.ts +215 -42
- package/clients/mediaconvert.d.ts +154 -17
- package/clients/mediapackagevod.d.ts +4 -0
- package/clients/mediatailor.d.ts +47 -1
- package/clients/ssm.d.ts +40 -19
- package/clients/wafv2.d.ts +18 -0
- package/dist/aws-sdk-core-react-native.js +4 -4
- package/dist/aws-sdk-react-native.js +21 -21
- package/dist/aws-sdk.js +633 -356
- package/dist/aws-sdk.min.js +72 -72
- package/lib/config.js +1 -1
- package/lib/core.js +1 -1
- package/lib/event_listeners.js +1 -1
- package/lib/http_request.d.ts +1 -1
- package/lib/signers/v4.js +1 -1
- package/package.json +1 -1
package/dist/aws-sdk.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// AWS SDK for JavaScript v2.
|
|
1
|
+
// AWS SDK for JavaScript v2.995.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": "
|
|
50629
|
+
"shape": "S1n"
|
|
50629
50630
|
},
|
|
50630
50631
|
"InputDataConfig": {
|
|
50631
|
-
"shape": "
|
|
50632
|
+
"shape": "S1r"
|
|
50632
50633
|
},
|
|
50633
50634
|
"OutputDataConfig": {
|
|
50634
|
-
"shape": "
|
|
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": "
|
|
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": "
|
|
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": "
|
|
50700
|
+
"shape": "S1n"
|
|
50699
50701
|
},
|
|
50700
50702
|
"InputDataConfig": {
|
|
50701
|
-
"shape": "
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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": "
|
|
51629
|
+
"shape": "S3a"
|
|
51558
51630
|
},
|
|
51559
51631
|
"OutputDataConfig": {
|
|
51560
|
-
"shape": "
|
|
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": "
|
|
51640
|
+
"shape": "S24"
|
|
51569
51641
|
},
|
|
51570
51642
|
"Tags": {
|
|
51571
|
-
"shape": "
|
|
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": "
|
|
51666
|
+
"shape": "S3a"
|
|
51595
51667
|
},
|
|
51596
51668
|
"OutputDataConfig": {
|
|
51597
|
-
"shape": "
|
|
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": "
|
|
51678
|
+
"shape": "S24"
|
|
51607
51679
|
},
|
|
51608
51680
|
"Tags": {
|
|
51609
|
-
"shape": "
|
|
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": "
|
|
51705
|
+
"shape": "S3a"
|
|
51634
51706
|
},
|
|
51635
51707
|
"OutputDataConfig": {
|
|
51636
|
-
"shape": "
|
|
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": "
|
|
51719
|
+
"shape": "S24"
|
|
51648
51720
|
},
|
|
51649
51721
|
"Tags": {
|
|
51650
|
-
"shape": "
|
|
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": "
|
|
51747
|
+
"shape": "S3a"
|
|
51676
51748
|
},
|
|
51677
51749
|
"OutputDataConfig": {
|
|
51678
|
-
"shape": "
|
|
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": "
|
|
51759
|
+
"shape": "S49"
|
|
51688
51760
|
},
|
|
51689
51761
|
"Tags": {
|
|
51690
|
-
"shape": "
|
|
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": "
|
|
51786
|
+
"shape": "S3a"
|
|
51715
51787
|
},
|
|
51716
51788
|
"OutputDataConfig": {
|
|
51717
|
-
"shape": "
|
|
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": "
|
|
51799
|
+
"shape": "S24"
|
|
51728
51800
|
},
|
|
51729
51801
|
"Tags": {
|
|
51730
|
-
"shape": "
|
|
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": "
|
|
51827
|
+
"shape": "S3a"
|
|
51756
51828
|
},
|
|
51757
51829
|
"OutputDataConfig": {
|
|
51758
|
-
"shape": "
|
|
51830
|
+
"shape": "S3g"
|
|
51759
51831
|
},
|
|
51760
51832
|
"Mode": {},
|
|
51761
51833
|
"RedactionConfig": {
|
|
51762
|
-
"shape": "
|
|
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": "
|
|
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": "
|
|
51867
|
+
"shape": "S3a"
|
|
51796
51868
|
},
|
|
51797
51869
|
"OutputDataConfig": {
|
|
51798
|
-
"shape": "
|
|
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": "
|
|
51880
|
+
"shape": "S24"
|
|
51809
51881
|
},
|
|
51810
51882
|
"Tags": {
|
|
51811
|
-
"shape": "
|
|
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": "
|
|
51906
|
+
"shape": "S3a"
|
|
51835
51907
|
},
|
|
51836
51908
|
"OutputDataConfig": {
|
|
51837
|
-
"shape": "
|
|
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": "
|
|
51921
|
+
"shape": "S24"
|
|
51850
51922
|
},
|
|
51851
51923
|
"Tags": {
|
|
51852
|
-
"shape": "
|
|
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": "
|
|
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
|
-
"
|
|
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
|
-
"
|
|
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": "
|
|
52276
|
+
"shape": "S1w"
|
|
52203
52277
|
}
|
|
52204
52278
|
}
|
|
52205
52279
|
}
|
|
52206
52280
|
},
|
|
52207
|
-
"
|
|
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
|
-
"
|
|
52299
|
+
"S21": {
|
|
52225
52300
|
"type": "structure",
|
|
52226
52301
|
"members": {
|
|
52227
52302
|
"S3Uri": {},
|
|
52228
52303
|
"KmsKeyId": {}
|
|
52229
52304
|
}
|
|
52230
52305
|
},
|
|
52231
|
-
"
|
|
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
|
-
"
|
|
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": "
|
|
52375
|
+
"shape": "S1w"
|
|
52298
52376
|
}
|
|
52299
52377
|
}
|
|
52300
52378
|
}
|
|
52301
52379
|
},
|
|
52302
|
-
"
|
|
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": "
|
|
52396
|
+
"shape": "S3a"
|
|
52319
52397
|
},
|
|
52320
52398
|
"OutputDataConfig": {
|
|
52321
|
-
"shape": "
|
|
52399
|
+
"shape": "S3g"
|
|
52322
52400
|
},
|
|
52323
52401
|
"DataAccessRoleArn": {},
|
|
52324
52402
|
"VolumeKmsKeyId": {},
|
|
52325
52403
|
"VpcConfig": {
|
|
52326
|
-
"shape": "
|
|
52404
|
+
"shape": "S24"
|
|
52327
52405
|
}
|
|
52328
52406
|
}
|
|
52329
52407
|
},
|
|
52330
|
-
"
|
|
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
|
-
"
|
|
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
|
-
"
|
|
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": "
|
|
52462
|
+
"shape": "S1r"
|
|
52385
52463
|
},
|
|
52386
52464
|
"OutputDataConfig": {
|
|
52387
|
-
"shape": "
|
|
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": "
|
|
52514
|
+
"shape": "S24"
|
|
52437
52515
|
},
|
|
52438
52516
|
"Mode": {},
|
|
52439
|
-
"ModelKmsKeyId": {}
|
|
52517
|
+
"ModelKmsKeyId": {},
|
|
52518
|
+
"VersionName": {}
|
|
52440
52519
|
}
|
|
52441
52520
|
},
|
|
52442
|
-
"
|
|
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": "
|
|
52536
|
+
"shape": "S3a"
|
|
52458
52537
|
},
|
|
52459
52538
|
"OutputDataConfig": {
|
|
52460
|
-
"shape": "
|
|
52539
|
+
"shape": "S3g"
|
|
52461
52540
|
},
|
|
52462
52541
|
"DataAccessRoleArn": {},
|
|
52463
52542
|
"VolumeKmsKeyId": {},
|
|
52464
52543
|
"VpcConfig": {
|
|
52465
|
-
"shape": "
|
|
52544
|
+
"shape": "S24"
|
|
52466
52545
|
}
|
|
52467
52546
|
}
|
|
52468
52547
|
},
|
|
52469
|
-
"
|
|
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
|
-
"
|
|
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": "
|
|
52588
|
+
"shape": "S3a"
|
|
52508
52589
|
},
|
|
52509
52590
|
"OutputDataConfig": {
|
|
52510
|
-
"shape": "
|
|
52591
|
+
"shape": "S3g"
|
|
52511
52592
|
},
|
|
52512
52593
|
"LanguageCode": {},
|
|
52513
52594
|
"DataAccessRoleArn": {},
|
|
52514
52595
|
"VolumeKmsKeyId": {},
|
|
52515
52596
|
"VpcConfig": {
|
|
52516
|
-
"shape": "
|
|
52597
|
+
"shape": "S24"
|
|
52517
52598
|
}
|
|
52518
52599
|
}
|
|
52519
52600
|
},
|
|
52520
|
-
"
|
|
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": "
|
|
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": "
|
|
52678
|
+
"shape": "S24"
|
|
52598
52679
|
},
|
|
52599
|
-
"ModelKmsKeyId": {}
|
|
52680
|
+
"ModelKmsKeyId": {},
|
|
52681
|
+
"VersionName": {}
|
|
52600
52682
|
}
|
|
52601
52683
|
},
|
|
52602
|
-
"
|
|
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": "
|
|
52699
|
+
"shape": "S3a"
|
|
52618
52700
|
},
|
|
52619
52701
|
"OutputDataConfig": {
|
|
52620
|
-
"shape": "
|
|
52702
|
+
"shape": "S3g"
|
|
52621
52703
|
},
|
|
52622
52704
|
"LanguageCode": {},
|
|
52623
52705
|
"DataAccessRoleArn": {},
|
|
52624
52706
|
"TargetEventTypes": {
|
|
52625
|
-
"shape": "
|
|
52707
|
+
"shape": "S49"
|
|
52626
52708
|
}
|
|
52627
52709
|
}
|
|
52628
52710
|
},
|
|
52629
|
-
"
|
|
52711
|
+
"S49": {
|
|
52630
52712
|
"type": "list",
|
|
52631
52713
|
"member": {}
|
|
52632
52714
|
},
|
|
52633
|
-
"
|
|
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": "
|
|
52730
|
+
"shape": "S3a"
|
|
52649
52731
|
},
|
|
52650
52732
|
"OutputDataConfig": {
|
|
52651
|
-
"shape": "
|
|
52733
|
+
"shape": "S3g"
|
|
52652
52734
|
},
|
|
52653
52735
|
"LanguageCode": {},
|
|
52654
52736
|
"DataAccessRoleArn": {},
|
|
52655
52737
|
"VolumeKmsKeyId": {},
|
|
52656
52738
|
"VpcConfig": {
|
|
52657
|
-
"shape": "
|
|
52739
|
+
"shape": "S24"
|
|
52658
52740
|
}
|
|
52659
52741
|
}
|
|
52660
52742
|
},
|
|
52661
|
-
"
|
|
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": "
|
|
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": "
|
|
52771
|
+
"shape": "S4i"
|
|
52690
52772
|
},
|
|
52691
52773
|
"LanguageCode": {},
|
|
52692
52774
|
"DataAccessRoleArn": {},
|
|
52693
52775
|
"Mode": {}
|
|
52694
52776
|
}
|
|
52695
52777
|
},
|
|
52696
|
-
"
|
|
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
|
-
"
|
|
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": "
|
|
52804
|
+
"shape": "S3a"
|
|
52723
52805
|
},
|
|
52724
52806
|
"OutputDataConfig": {
|
|
52725
|
-
"shape": "
|
|
52807
|
+
"shape": "S3g"
|
|
52726
52808
|
},
|
|
52727
52809
|
"LanguageCode": {},
|
|
52728
52810
|
"DataAccessRoleArn": {},
|
|
52729
52811
|
"VolumeKmsKeyId": {},
|
|
52730
52812
|
"VpcConfig": {
|
|
52731
|
-
"shape": "
|
|
52813
|
+
"shape": "S24"
|
|
52732
52814
|
}
|
|
52733
52815
|
}
|
|
52734
52816
|
},
|
|
52735
|
-
"
|
|
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": "
|
|
52832
|
+
"shape": "S3a"
|
|
52751
52833
|
},
|
|
52752
52834
|
"OutputDataConfig": {
|
|
52753
|
-
"shape": "
|
|
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": "
|
|
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",
|
|
@@ -71413,7 +71505,7 @@ module.exports={
|
|
|
71413
71505
|
"shape": "S9e"
|
|
71414
71506
|
},
|
|
71415
71507
|
"TargetCapacitySpecification": {
|
|
71416
|
-
"shape": "
|
|
71508
|
+
"shape": "S9o"
|
|
71417
71509
|
},
|
|
71418
71510
|
"TerminateInstancesWithExpiration": {
|
|
71419
71511
|
"type": "boolean"
|
|
@@ -71449,7 +71541,7 @@ module.exports={
|
|
|
71449
71541
|
"type": "structure",
|
|
71450
71542
|
"members": {
|
|
71451
71543
|
"LaunchTemplateAndOverrides": {
|
|
71452
|
-
"shape": "
|
|
71544
|
+
"shape": "S9v",
|
|
71453
71545
|
"locationName": "launchTemplateAndOverrides"
|
|
71454
71546
|
},
|
|
71455
71547
|
"Lifecycle": {
|
|
@@ -71472,7 +71564,7 @@ module.exports={
|
|
|
71472
71564
|
"type": "structure",
|
|
71473
71565
|
"members": {
|
|
71474
71566
|
"LaunchTemplateAndOverrides": {
|
|
71475
|
-
"shape": "
|
|
71567
|
+
"shape": "S9v",
|
|
71476
71568
|
"locationName": "launchTemplateAndOverrides"
|
|
71477
71569
|
},
|
|
71478
71570
|
"Lifecycle": {
|
|
@@ -76648,14 +76740,14 @@ module.exports={
|
|
|
76648
76740
|
"type": "structure",
|
|
76649
76741
|
"members": {
|
|
76650
76742
|
"LaunchTemplateSpecification": {
|
|
76651
|
-
"shape": "
|
|
76743
|
+
"shape": "S9w",
|
|
76652
76744
|
"locationName": "launchTemplateSpecification"
|
|
76653
76745
|
},
|
|
76654
76746
|
"Overrides": {
|
|
76655
76747
|
"locationName": "overrides",
|
|
76656
76748
|
"type": "list",
|
|
76657
76749
|
"member": {
|
|
76658
|
-
"shape": "
|
|
76750
|
+
"shape": "S9x",
|
|
76659
76751
|
"locationName": "item"
|
|
76660
76752
|
}
|
|
76661
76753
|
}
|
|
@@ -76793,7 +76885,7 @@ module.exports={
|
|
|
76793
76885
|
"type": "structure",
|
|
76794
76886
|
"members": {
|
|
76795
76887
|
"LaunchTemplateAndOverrides": {
|
|
76796
|
-
"shape": "
|
|
76888
|
+
"shape": "S9v",
|
|
76797
76889
|
"locationName": "launchTemplateAndOverrides"
|
|
76798
76890
|
},
|
|
76799
76891
|
"Lifecycle": {
|
|
@@ -76816,7 +76908,7 @@ module.exports={
|
|
|
76816
76908
|
"type": "structure",
|
|
76817
76909
|
"members": {
|
|
76818
76910
|
"LaunchTemplateAndOverrides": {
|
|
76819
|
-
"shape": "
|
|
76911
|
+
"shape": "S9v",
|
|
76820
76912
|
"locationName": "launchTemplateAndOverrides"
|
|
76821
76913
|
},
|
|
76822
76914
|
"Lifecycle": {
|
|
@@ -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": "
|
|
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": "
|
|
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": "
|
|
84987
|
+
"shape": "S1l3"
|
|
84825
84988
|
},
|
|
84826
84989
|
"Volume": {
|
|
84827
|
-
"shape": "
|
|
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": "
|
|
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": "
|
|
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": "
|
|
85182
|
+
"shape": "S1l3",
|
|
85020
85183
|
"locationName": "image"
|
|
85021
85184
|
},
|
|
85022
85185
|
"Volume": {
|
|
85023
|
-
"shape": "
|
|
85186
|
+
"shape": "S1l4",
|
|
85024
85187
|
"locationName": "volume"
|
|
85025
85188
|
}
|
|
85026
85189
|
}
|
|
@@ -85235,7 +85398,7 @@ module.exports={
|
|
|
85235
85398
|
},
|
|
85236
85399
|
"FleetId": {},
|
|
85237
85400
|
"TargetCapacitySpecification": {
|
|
85238
|
-
"shape": "
|
|
85401
|
+
"shape": "S9o"
|
|
85239
85402
|
},
|
|
85240
85403
|
"Context": {}
|
|
85241
85404
|
}
|
|
@@ -85264,25 +85427,25 @@ module.exports={
|
|
|
85264
85427
|
"Attribute": {},
|
|
85265
85428
|
"OperationType": {},
|
|
85266
85429
|
"UserIds": {
|
|
85267
|
-
"shape": "
|
|
85430
|
+
"shape": "S1lx",
|
|
85268
85431
|
"locationName": "UserId"
|
|
85269
85432
|
},
|
|
85270
85433
|
"UserGroups": {
|
|
85271
|
-
"shape": "
|
|
85434
|
+
"shape": "S1ly",
|
|
85272
85435
|
"locationName": "UserGroup"
|
|
85273
85436
|
},
|
|
85274
85437
|
"ProductCodes": {
|
|
85275
|
-
"shape": "
|
|
85438
|
+
"shape": "S1lz",
|
|
85276
85439
|
"locationName": "ProductCode"
|
|
85277
85440
|
},
|
|
85278
85441
|
"LoadPermission": {
|
|
85279
85442
|
"type": "structure",
|
|
85280
85443
|
"members": {
|
|
85281
85444
|
"Add": {
|
|
85282
|
-
"shape": "
|
|
85445
|
+
"shape": "S1m1"
|
|
85283
85446
|
},
|
|
85284
85447
|
"Remove": {
|
|
85285
|
-
"shape": "
|
|
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": "
|
|
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": "
|
|
85561
|
+
"shape": "S1lz",
|
|
85399
85562
|
"locationName": "ProductCode"
|
|
85400
85563
|
},
|
|
85401
85564
|
"UserGroups": {
|
|
85402
|
-
"shape": "
|
|
85565
|
+
"shape": "S1ly",
|
|
85403
85566
|
"locationName": "UserGroup"
|
|
85404
85567
|
},
|
|
85405
85568
|
"UserIds": {
|
|
85406
|
-
"shape": "
|
|
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": "
|
|
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": "
|
|
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": "
|
|
86663
|
+
"shape": "S1oj"
|
|
86501
86664
|
},
|
|
86502
86665
|
"DryRun": {
|
|
86503
86666
|
"type": "boolean"
|
|
86504
86667
|
},
|
|
86505
86668
|
"RequesterPeeringConnectionOptions": {
|
|
86506
|
-
"shape": "
|
|
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": "
|
|
86678
|
+
"shape": "S1ol",
|
|
86516
86679
|
"locationName": "accepterPeeringConnectionOptions"
|
|
86517
86680
|
},
|
|
86518
86681
|
"RequesterPeeringConnectionOptions": {
|
|
86519
|
-
"shape": "
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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": "
|
|
89039
|
+
"shape": "S1tb",
|
|
88877
89040
|
"locationName": "SecurityGroupRuleDescription"
|
|
88878
89041
|
}
|
|
88879
89042
|
}
|
|
@@ -90369,7 +90532,7 @@ module.exports={
|
|
|
90369
90532
|
}
|
|
90370
90533
|
}
|
|
90371
90534
|
},
|
|
90372
|
-
"
|
|
90535
|
+
"S9o": {
|
|
90373
90536
|
"type": "structure",
|
|
90374
90537
|
"required": [
|
|
90375
90538
|
"TotalTargetCapacity"
|
|
@@ -90387,20 +90550,20 @@ module.exports={
|
|
|
90387
90550
|
"DefaultTargetCapacityType": {}
|
|
90388
90551
|
}
|
|
90389
90552
|
},
|
|
90390
|
-
"
|
|
90553
|
+
"S9v": {
|
|
90391
90554
|
"type": "structure",
|
|
90392
90555
|
"members": {
|
|
90393
90556
|
"LaunchTemplateSpecification": {
|
|
90394
|
-
"shape": "
|
|
90557
|
+
"shape": "S9w",
|
|
90395
90558
|
"locationName": "launchTemplateSpecification"
|
|
90396
90559
|
},
|
|
90397
90560
|
"Overrides": {
|
|
90398
|
-
"shape": "
|
|
90561
|
+
"shape": "S9x",
|
|
90399
90562
|
"locationName": "overrides"
|
|
90400
90563
|
}
|
|
90401
90564
|
}
|
|
90402
90565
|
},
|
|
90403
|
-
"
|
|
90566
|
+
"S9w": {
|
|
90404
90567
|
"type": "structure",
|
|
90405
90568
|
"members": {
|
|
90406
90569
|
"LaunchTemplateId": {
|
|
@@ -90414,7 +90577,7 @@ module.exports={
|
|
|
90414
90577
|
}
|
|
90415
90578
|
}
|
|
90416
90579
|
},
|
|
90417
|
-
"
|
|
90580
|
+
"S9x": {
|
|
90418
90581
|
"type": "structure",
|
|
90419
90582
|
"members": {
|
|
90420
90583
|
"InstanceType": {
|
|
@@ -94478,6 +94641,16 @@ module.exports={
|
|
|
94478
94641
|
},
|
|
94479
94642
|
"BootMode": {
|
|
94480
94643
|
"locationName": "bootMode"
|
|
94644
|
+
},
|
|
94645
|
+
"PlatformDetails": {
|
|
94646
|
+
"locationName": "platformDetails"
|
|
94647
|
+
},
|
|
94648
|
+
"UsageOperation": {
|
|
94649
|
+
"locationName": "usageOperation"
|
|
94650
|
+
},
|
|
94651
|
+
"UsageOperationUpdateTime": {
|
|
94652
|
+
"locationName": "usageOperationUpdateTime",
|
|
94653
|
+
"type": "timestamp"
|
|
94481
94654
|
}
|
|
94482
94655
|
}
|
|
94483
94656
|
}
|
|
@@ -95512,7 +95685,7 @@ module.exports={
|
|
|
95512
95685
|
"type": "structure",
|
|
95513
95686
|
"members": {
|
|
95514
95687
|
"LaunchTemplateSpecification": {
|
|
95515
|
-
"shape": "
|
|
95688
|
+
"shape": "S9w",
|
|
95516
95689
|
"locationName": "launchTemplateSpecification"
|
|
95517
95690
|
},
|
|
95518
95691
|
"Overrides": {
|
|
@@ -95921,7 +96094,7 @@ module.exports={
|
|
|
95921
96094
|
"locationName": "item"
|
|
95922
96095
|
}
|
|
95923
96096
|
},
|
|
95924
|
-
"
|
|
96097
|
+
"S1kt": {
|
|
95925
96098
|
"type": "structure",
|
|
95926
96099
|
"members": {
|
|
95927
96100
|
"Comment": {},
|
|
@@ -95936,14 +96109,14 @@ module.exports={
|
|
|
95936
96109
|
}
|
|
95937
96110
|
}
|
|
95938
96111
|
},
|
|
95939
|
-
"
|
|
96112
|
+
"S1kw": {
|
|
95940
96113
|
"type": "structure",
|
|
95941
96114
|
"members": {
|
|
95942
96115
|
"S3Bucket": {},
|
|
95943
96116
|
"S3Key": {}
|
|
95944
96117
|
}
|
|
95945
96118
|
},
|
|
95946
|
-
"
|
|
96119
|
+
"S1l3": {
|
|
95947
96120
|
"type": "structure",
|
|
95948
96121
|
"required": [
|
|
95949
96122
|
"Bytes",
|
|
@@ -95963,7 +96136,7 @@ module.exports={
|
|
|
95963
96136
|
}
|
|
95964
96137
|
}
|
|
95965
96138
|
},
|
|
95966
|
-
"
|
|
96139
|
+
"S1l4": {
|
|
95967
96140
|
"type": "structure",
|
|
95968
96141
|
"required": [
|
|
95969
96142
|
"Size"
|
|
@@ -95975,25 +96148,25 @@ module.exports={
|
|
|
95975
96148
|
}
|
|
95976
96149
|
}
|
|
95977
96150
|
},
|
|
95978
|
-
"
|
|
96151
|
+
"S1lx": {
|
|
95979
96152
|
"type": "list",
|
|
95980
96153
|
"member": {
|
|
95981
96154
|
"locationName": "UserId"
|
|
95982
96155
|
}
|
|
95983
96156
|
},
|
|
95984
|
-
"
|
|
96157
|
+
"S1ly": {
|
|
95985
96158
|
"type": "list",
|
|
95986
96159
|
"member": {
|
|
95987
96160
|
"locationName": "UserGroup"
|
|
95988
96161
|
}
|
|
95989
96162
|
},
|
|
95990
|
-
"
|
|
96163
|
+
"S1lz": {
|
|
95991
96164
|
"type": "list",
|
|
95992
96165
|
"member": {
|
|
95993
96166
|
"locationName": "ProductCode"
|
|
95994
96167
|
}
|
|
95995
96168
|
},
|
|
95996
|
-
"
|
|
96169
|
+
"S1m1": {
|
|
95997
96170
|
"type": "list",
|
|
95998
96171
|
"member": {
|
|
95999
96172
|
"locationName": "item",
|
|
@@ -96004,14 +96177,14 @@ module.exports={
|
|
|
96004
96177
|
}
|
|
96005
96178
|
}
|
|
96006
96179
|
},
|
|
96007
|
-
"
|
|
96180
|
+
"S1m6": {
|
|
96008
96181
|
"type": "list",
|
|
96009
96182
|
"member": {
|
|
96010
96183
|
"shape": "S17",
|
|
96011
96184
|
"locationName": "item"
|
|
96012
96185
|
}
|
|
96013
96186
|
},
|
|
96014
|
-
"
|
|
96187
|
+
"S1mh": {
|
|
96015
96188
|
"type": "structure",
|
|
96016
96189
|
"members": {
|
|
96017
96190
|
"CapacityReservationPreference": {},
|
|
@@ -96020,7 +96193,7 @@ module.exports={
|
|
|
96020
96193
|
}
|
|
96021
96194
|
}
|
|
96022
96195
|
},
|
|
96023
|
-
"
|
|
96196
|
+
"S1oj": {
|
|
96024
96197
|
"type": "structure",
|
|
96025
96198
|
"members": {
|
|
96026
96199
|
"AllowDnsResolutionFromRemoteVpc": {
|
|
@@ -96034,7 +96207,7 @@ module.exports={
|
|
|
96034
96207
|
}
|
|
96035
96208
|
}
|
|
96036
96209
|
},
|
|
96037
|
-
"
|
|
96210
|
+
"S1ol": {
|
|
96038
96211
|
"type": "structure",
|
|
96039
96212
|
"members": {
|
|
96040
96213
|
"AllowDnsResolutionFromRemoteVpc": {
|
|
@@ -96051,7 +96224,7 @@ module.exports={
|
|
|
96051
96224
|
}
|
|
96052
96225
|
}
|
|
96053
96226
|
},
|
|
96054
|
-
"
|
|
96227
|
+
"S1p0": {
|
|
96055
96228
|
"type": "list",
|
|
96056
96229
|
"member": {
|
|
96057
96230
|
"locationName": "item",
|
|
@@ -96067,13 +96240,13 @@ module.exports={
|
|
|
96067
96240
|
}
|
|
96068
96241
|
}
|
|
96069
96242
|
},
|
|
96070
|
-
"
|
|
96243
|
+
"S1s3": {
|
|
96071
96244
|
"type": "list",
|
|
96072
96245
|
"member": {
|
|
96073
96246
|
"locationName": "SecurityGroupId"
|
|
96074
96247
|
}
|
|
96075
96248
|
},
|
|
96076
|
-
"
|
|
96249
|
+
"S1sr": {
|
|
96077
96250
|
"type": "list",
|
|
96078
96251
|
"member": {
|
|
96079
96252
|
"locationName": "item",
|
|
@@ -96093,7 +96266,7 @@ module.exports={
|
|
|
96093
96266
|
}
|
|
96094
96267
|
}
|
|
96095
96268
|
},
|
|
96096
|
-
"
|
|
96269
|
+
"S1tb": {
|
|
96097
96270
|
"type": "list",
|
|
96098
96271
|
"member": {
|
|
96099
96272
|
"locationName": "item",
|
|
@@ -96747,6 +96920,12 @@ module.exports={
|
|
|
96747
96920
|
"output_token": "NextToken",
|
|
96748
96921
|
"result_key": "TransitGatewayRouteTablePropagations"
|
|
96749
96922
|
},
|
|
96923
|
+
"GetVpnConnectionDeviceTypes": {
|
|
96924
|
+
"input_token": "NextToken",
|
|
96925
|
+
"limit_key": "MaxResults",
|
|
96926
|
+
"output_token": "NextToken",
|
|
96927
|
+
"result_key": "VpnConnectionDeviceTypes"
|
|
96928
|
+
},
|
|
96750
96929
|
"SearchLocalGatewayRoutes": {
|
|
96751
96930
|
"input_token": "NextToken",
|
|
96752
96931
|
"limit_key": "MaxResults",
|
|
@@ -97563,6 +97742,7 @@ module.exports={
|
|
|
97563
97742
|
"repositoryName"
|
|
97564
97743
|
],
|
|
97565
97744
|
"members": {
|
|
97745
|
+
"registryId": {},
|
|
97566
97746
|
"repositoryName": {},
|
|
97567
97747
|
"tags": {
|
|
97568
97748
|
"shape": "S12"
|
|
@@ -97664,6 +97844,43 @@ module.exports={
|
|
|
97664
97844
|
}
|
|
97665
97845
|
}
|
|
97666
97846
|
},
|
|
97847
|
+
"DescribeImageReplicationStatus": {
|
|
97848
|
+
"input": {
|
|
97849
|
+
"type": "structure",
|
|
97850
|
+
"required": [
|
|
97851
|
+
"repositoryName",
|
|
97852
|
+
"imageId"
|
|
97853
|
+
],
|
|
97854
|
+
"members": {
|
|
97855
|
+
"repositoryName": {},
|
|
97856
|
+
"imageId": {
|
|
97857
|
+
"shape": "Sj"
|
|
97858
|
+
},
|
|
97859
|
+
"registryId": {}
|
|
97860
|
+
}
|
|
97861
|
+
},
|
|
97862
|
+
"output": {
|
|
97863
|
+
"type": "structure",
|
|
97864
|
+
"members": {
|
|
97865
|
+
"repositoryName": {},
|
|
97866
|
+
"imageId": {
|
|
97867
|
+
"shape": "Sj"
|
|
97868
|
+
},
|
|
97869
|
+
"replicationStatuses": {
|
|
97870
|
+
"type": "list",
|
|
97871
|
+
"member": {
|
|
97872
|
+
"type": "structure",
|
|
97873
|
+
"members": {
|
|
97874
|
+
"region": {},
|
|
97875
|
+
"registryId": {},
|
|
97876
|
+
"status": {},
|
|
97877
|
+
"failureCode": {}
|
|
97878
|
+
}
|
|
97879
|
+
}
|
|
97880
|
+
}
|
|
97881
|
+
}
|
|
97882
|
+
}
|
|
97883
|
+
},
|
|
97667
97884
|
"DescribeImageScanFindings": {
|
|
97668
97885
|
"input": {
|
|
97669
97886
|
"type": "structure",
|
|
@@ -97692,7 +97909,7 @@ module.exports={
|
|
|
97692
97909
|
"shape": "Sj"
|
|
97693
97910
|
},
|
|
97694
97911
|
"imageScanStatus": {
|
|
97695
|
-
"shape": "
|
|
97912
|
+
"shape": "S25"
|
|
97696
97913
|
},
|
|
97697
97914
|
"imageScanFindings": {
|
|
97698
97915
|
"type": "structure",
|
|
@@ -97729,7 +97946,7 @@ module.exports={
|
|
|
97729
97946
|
}
|
|
97730
97947
|
},
|
|
97731
97948
|
"findingSeverityCounts": {
|
|
97732
|
-
"shape": "
|
|
97949
|
+
"shape": "S2k"
|
|
97733
97950
|
}
|
|
97734
97951
|
}
|
|
97735
97952
|
},
|
|
@@ -97773,7 +97990,7 @@ module.exports={
|
|
|
97773
97990
|
"repositoryName": {},
|
|
97774
97991
|
"imageDigest": {},
|
|
97775
97992
|
"imageTags": {
|
|
97776
|
-
"shape": "
|
|
97993
|
+
"shape": "S2s"
|
|
97777
97994
|
},
|
|
97778
97995
|
"imageSizeInBytes": {
|
|
97779
97996
|
"type": "long"
|
|
@@ -97782,7 +97999,7 @@ module.exports={
|
|
|
97782
97999
|
"type": "timestamp"
|
|
97783
98000
|
},
|
|
97784
98001
|
"imageScanStatus": {
|
|
97785
|
-
"shape": "
|
|
98002
|
+
"shape": "S25"
|
|
97786
98003
|
},
|
|
97787
98004
|
"imageScanFindingsSummary": {
|
|
97788
98005
|
"type": "structure",
|
|
@@ -97794,7 +98011,7 @@ module.exports={
|
|
|
97794
98011
|
"type": "timestamp"
|
|
97795
98012
|
},
|
|
97796
98013
|
"findingSeverityCounts": {
|
|
97797
|
-
"shape": "
|
|
98014
|
+
"shape": "S2k"
|
|
97798
98015
|
}
|
|
97799
98016
|
}
|
|
97800
98017
|
},
|
|
@@ -97817,7 +98034,7 @@ module.exports={
|
|
|
97817
98034
|
"members": {
|
|
97818
98035
|
"registryId": {},
|
|
97819
98036
|
"replicationConfiguration": {
|
|
97820
|
-
"shape": "
|
|
98037
|
+
"shape": "S2y"
|
|
97821
98038
|
}
|
|
97822
98039
|
}
|
|
97823
98040
|
}
|
|
@@ -97963,7 +98180,7 @@ module.exports={
|
|
|
97963
98180
|
"type": "structure",
|
|
97964
98181
|
"members": {
|
|
97965
98182
|
"imageTags": {
|
|
97966
|
-
"shape": "
|
|
98183
|
+
"shape": "S2s"
|
|
97967
98184
|
},
|
|
97968
98185
|
"imageDigest": {},
|
|
97969
98186
|
"imagePushedAt": {
|
|
@@ -98217,7 +98434,7 @@ module.exports={
|
|
|
98217
98434
|
],
|
|
98218
98435
|
"members": {
|
|
98219
98436
|
"replicationConfiguration": {
|
|
98220
|
-
"shape": "
|
|
98437
|
+
"shape": "S2y"
|
|
98221
98438
|
}
|
|
98222
98439
|
}
|
|
98223
98440
|
},
|
|
@@ -98225,7 +98442,7 @@ module.exports={
|
|
|
98225
98442
|
"type": "structure",
|
|
98226
98443
|
"members": {
|
|
98227
98444
|
"replicationConfiguration": {
|
|
98228
|
-
"shape": "
|
|
98445
|
+
"shape": "S2y"
|
|
98229
98446
|
}
|
|
98230
98447
|
}
|
|
98231
98448
|
}
|
|
@@ -98279,7 +98496,7 @@ module.exports={
|
|
|
98279
98496
|
"shape": "Sj"
|
|
98280
98497
|
},
|
|
98281
98498
|
"imageScanStatus": {
|
|
98282
|
-
"shape": "
|
|
98499
|
+
"shape": "S25"
|
|
98283
98500
|
}
|
|
98284
98501
|
}
|
|
98285
98502
|
}
|
|
@@ -98469,25 +98686,25 @@ module.exports={
|
|
|
98469
98686
|
}
|
|
98470
98687
|
}
|
|
98471
98688
|
},
|
|
98472
|
-
"
|
|
98689
|
+
"S25": {
|
|
98473
98690
|
"type": "structure",
|
|
98474
98691
|
"members": {
|
|
98475
98692
|
"status": {},
|
|
98476
98693
|
"description": {}
|
|
98477
98694
|
}
|
|
98478
98695
|
},
|
|
98479
|
-
"
|
|
98696
|
+
"S2k": {
|
|
98480
98697
|
"type": "map",
|
|
98481
98698
|
"key": {},
|
|
98482
98699
|
"value": {
|
|
98483
98700
|
"type": "integer"
|
|
98484
98701
|
}
|
|
98485
98702
|
},
|
|
98486
|
-
"
|
|
98703
|
+
"S2s": {
|
|
98487
98704
|
"type": "list",
|
|
98488
98705
|
"member": {}
|
|
98489
98706
|
},
|
|
98490
|
-
"
|
|
98707
|
+
"S2y": {
|
|
98491
98708
|
"type": "structure",
|
|
98492
98709
|
"required": [
|
|
98493
98710
|
"rules"
|
|
@@ -98514,6 +98731,20 @@ module.exports={
|
|
|
98514
98731
|
"registryId": {}
|
|
98515
98732
|
}
|
|
98516
98733
|
}
|
|
98734
|
+
},
|
|
98735
|
+
"repositoryFilters": {
|
|
98736
|
+
"type": "list",
|
|
98737
|
+
"member": {
|
|
98738
|
+
"type": "structure",
|
|
98739
|
+
"required": [
|
|
98740
|
+
"filter",
|
|
98741
|
+
"filterType"
|
|
98742
|
+
],
|
|
98743
|
+
"members": {
|
|
98744
|
+
"filter": {},
|
|
98745
|
+
"filterType": {}
|
|
98746
|
+
}
|
|
98747
|
+
}
|
|
98517
98748
|
}
|
|
98518
98749
|
}
|
|
98519
98750
|
}
|
|
@@ -134472,6 +134703,10 @@ module.exports={
|
|
|
134472
134703
|
"locationName": "listSuppressedAlerts",
|
|
134473
134704
|
"type": "boolean"
|
|
134474
134705
|
},
|
|
134706
|
+
"verificationState": {
|
|
134707
|
+
"location": "querystring",
|
|
134708
|
+
"locationName": "verificationState"
|
|
134709
|
+
},
|
|
134475
134710
|
"nextToken": {
|
|
134476
134711
|
"location": "querystring",
|
|
134477
134712
|
"locationName": "nextToken"
|
|
@@ -134501,8 +134736,10 @@ module.exports={
|
|
|
134501
134736
|
"shape": "S8i"
|
|
134502
134737
|
},
|
|
134503
134738
|
"violationEventAdditionalInfo": {
|
|
134504
|
-
"shape": "
|
|
134739
|
+
"shape": "Smv"
|
|
134505
134740
|
},
|
|
134741
|
+
"verificationState": {},
|
|
134742
|
+
"verificationStateDescription": {},
|
|
134506
134743
|
"lastViolationTime": {
|
|
134507
134744
|
"type": "timestamp"
|
|
134508
134745
|
},
|
|
@@ -134550,7 +134787,7 @@ module.exports={
|
|
|
134550
134787
|
"type": "structure",
|
|
134551
134788
|
"members": {
|
|
134552
134789
|
"policies": {
|
|
134553
|
-
"shape": "
|
|
134790
|
+
"shape": "Sn2"
|
|
134554
134791
|
},
|
|
134555
134792
|
"nextMarker": {}
|
|
134556
134793
|
}
|
|
@@ -134987,7 +135224,7 @@ module.exports={
|
|
|
134987
135224
|
"type": "structure",
|
|
134988
135225
|
"members": {
|
|
134989
135226
|
"certificates": {
|
|
134990
|
-
"shape": "
|
|
135227
|
+
"shape": "So4"
|
|
134991
135228
|
},
|
|
134992
135229
|
"nextMarker": {}
|
|
134993
135230
|
}
|
|
@@ -135028,7 +135265,7 @@ module.exports={
|
|
|
135028
135265
|
"type": "structure",
|
|
135029
135266
|
"members": {
|
|
135030
135267
|
"certificates": {
|
|
135031
|
-
"shape": "
|
|
135268
|
+
"shape": "So4"
|
|
135032
135269
|
},
|
|
135033
135270
|
"nextMarker": {}
|
|
135034
135271
|
}
|
|
@@ -135356,7 +135593,7 @@ module.exports={
|
|
|
135356
135593
|
"members": {
|
|
135357
135594
|
"thingArn": {},
|
|
135358
135595
|
"jobExecutionSummary": {
|
|
135359
|
-
"shape": "
|
|
135596
|
+
"shape": "Sp4"
|
|
135360
135597
|
}
|
|
135361
135598
|
}
|
|
135362
135599
|
}
|
|
@@ -135409,7 +135646,7 @@ module.exports={
|
|
|
135409
135646
|
"members": {
|
|
135410
135647
|
"jobId": {},
|
|
135411
135648
|
"jobExecutionSummary": {
|
|
135412
|
-
"shape": "
|
|
135649
|
+
"shape": "Sp4"
|
|
135413
135650
|
}
|
|
135414
135651
|
}
|
|
135415
135652
|
}
|
|
@@ -135689,7 +135926,7 @@ module.exports={
|
|
|
135689
135926
|
"type": "structure",
|
|
135690
135927
|
"members": {
|
|
135691
135928
|
"policies": {
|
|
135692
|
-
"shape": "
|
|
135929
|
+
"shape": "Sn2"
|
|
135693
135930
|
},
|
|
135694
135931
|
"nextMarker": {}
|
|
135695
135932
|
}
|
|
@@ -135730,7 +135967,7 @@ module.exports={
|
|
|
135730
135967
|
"type": "structure",
|
|
135731
135968
|
"members": {
|
|
135732
135969
|
"principals": {
|
|
135733
|
-
"shape": "
|
|
135970
|
+
"shape": "Spx"
|
|
135734
135971
|
},
|
|
135735
135972
|
"nextMarker": {}
|
|
135736
135973
|
}
|
|
@@ -135810,7 +136047,7 @@ module.exports={
|
|
|
135810
136047
|
"type": "structure",
|
|
135811
136048
|
"members": {
|
|
135812
136049
|
"policies": {
|
|
135813
|
-
"shape": "
|
|
136050
|
+
"shape": "Sn2"
|
|
135814
136051
|
},
|
|
135815
136052
|
"nextMarker": {}
|
|
135816
136053
|
}
|
|
@@ -135847,7 +136084,7 @@ module.exports={
|
|
|
135847
136084
|
"type": "structure",
|
|
135848
136085
|
"members": {
|
|
135849
136086
|
"things": {
|
|
135850
|
-
"shape": "
|
|
136087
|
+
"shape": "Sq7"
|
|
135851
136088
|
},
|
|
135852
136089
|
"nextToken": {}
|
|
135853
136090
|
}
|
|
@@ -136056,7 +136293,7 @@ module.exports={
|
|
|
136056
136293
|
"securityProfileIdentifiers": {
|
|
136057
136294
|
"type": "list",
|
|
136058
136295
|
"member": {
|
|
136059
|
-
"shape": "
|
|
136296
|
+
"shape": "Sqq"
|
|
136060
136297
|
}
|
|
136061
136298
|
},
|
|
136062
136299
|
"nextToken": {}
|
|
@@ -136103,10 +136340,10 @@ module.exports={
|
|
|
136103
136340
|
"type": "structure",
|
|
136104
136341
|
"members": {
|
|
136105
136342
|
"securityProfileIdentifier": {
|
|
136106
|
-
"shape": "
|
|
136343
|
+
"shape": "Sqq"
|
|
136107
136344
|
},
|
|
136108
136345
|
"target": {
|
|
136109
|
-
"shape": "
|
|
136346
|
+
"shape": "Sqv"
|
|
136110
136347
|
}
|
|
136111
136348
|
}
|
|
136112
136349
|
}
|
|
@@ -136259,7 +136496,7 @@ module.exports={
|
|
|
136259
136496
|
"securityProfileTargets": {
|
|
136260
136497
|
"type": "list",
|
|
136261
136498
|
"member": {
|
|
136262
|
-
"shape": "
|
|
136499
|
+
"shape": "Sqv"
|
|
136263
136500
|
}
|
|
136264
136501
|
},
|
|
136265
136502
|
"nextToken": {}
|
|
@@ -136374,7 +136611,7 @@ module.exports={
|
|
|
136374
136611
|
"type": "structure",
|
|
136375
136612
|
"members": {
|
|
136376
136613
|
"principals": {
|
|
136377
|
-
"shape": "
|
|
136614
|
+
"shape": "Spx"
|
|
136378
136615
|
},
|
|
136379
136616
|
"nextToken": {}
|
|
136380
136617
|
}
|
|
@@ -136593,7 +136830,7 @@ module.exports={
|
|
|
136593
136830
|
"type": "structure",
|
|
136594
136831
|
"members": {
|
|
136595
136832
|
"things": {
|
|
136596
|
-
"shape": "
|
|
136833
|
+
"shape": "Sq7"
|
|
136597
136834
|
},
|
|
136598
136835
|
"nextToken": {}
|
|
136599
136836
|
}
|
|
@@ -136634,7 +136871,7 @@ module.exports={
|
|
|
136634
136871
|
"type": "structure",
|
|
136635
136872
|
"members": {
|
|
136636
136873
|
"things": {
|
|
136637
|
-
"shape": "
|
|
136874
|
+
"shape": "Sq7"
|
|
136638
136875
|
},
|
|
136639
136876
|
"nextToken": {}
|
|
136640
136877
|
}
|
|
@@ -136786,7 +137023,7 @@ module.exports={
|
|
|
136786
137023
|
"type": "structure",
|
|
136787
137024
|
"members": {
|
|
136788
137025
|
"logTarget": {
|
|
136789
|
-
"shape": "
|
|
137026
|
+
"shape": "Ssj"
|
|
136790
137027
|
},
|
|
136791
137028
|
"logLevel": {}
|
|
136792
137029
|
}
|
|
@@ -136835,6 +137072,10 @@ module.exports={
|
|
|
136835
137072
|
"locationName": "listSuppressedAlerts",
|
|
136836
137073
|
"type": "boolean"
|
|
136837
137074
|
},
|
|
137075
|
+
"verificationState": {
|
|
137076
|
+
"location": "querystring",
|
|
137077
|
+
"locationName": "verificationState"
|
|
137078
|
+
},
|
|
136838
137079
|
"nextToken": {
|
|
136839
137080
|
"location": "querystring",
|
|
136840
137081
|
"locationName": "nextToken"
|
|
@@ -136864,9 +137105,11 @@ module.exports={
|
|
|
136864
137105
|
"shape": "S8i"
|
|
136865
137106
|
},
|
|
136866
137107
|
"violationEventAdditionalInfo": {
|
|
136867
|
-
"shape": "
|
|
137108
|
+
"shape": "Smv"
|
|
136868
137109
|
},
|
|
136869
137110
|
"violationEventType": {},
|
|
137111
|
+
"verificationState": {},
|
|
137112
|
+
"verificationStateDescription": {},
|
|
136870
137113
|
"violationEventTime": {
|
|
136871
137114
|
"type": "timestamp"
|
|
136872
137115
|
}
|
|
@@ -136877,6 +137120,30 @@ module.exports={
|
|
|
136877
137120
|
}
|
|
136878
137121
|
}
|
|
136879
137122
|
},
|
|
137123
|
+
"PutVerificationStateOnViolation": {
|
|
137124
|
+
"http": {
|
|
137125
|
+
"requestUri": "/violations/verification-state/{violationId}"
|
|
137126
|
+
},
|
|
137127
|
+
"input": {
|
|
137128
|
+
"type": "structure",
|
|
137129
|
+
"required": [
|
|
137130
|
+
"violationId",
|
|
137131
|
+
"verificationState"
|
|
137132
|
+
],
|
|
137133
|
+
"members": {
|
|
137134
|
+
"violationId": {
|
|
137135
|
+
"location": "uri",
|
|
137136
|
+
"locationName": "violationId"
|
|
137137
|
+
},
|
|
137138
|
+
"verificationState": {},
|
|
137139
|
+
"verificationStateDescription": {}
|
|
137140
|
+
}
|
|
137141
|
+
},
|
|
137142
|
+
"output": {
|
|
137143
|
+
"type": "structure",
|
|
137144
|
+
"members": {}
|
|
137145
|
+
}
|
|
137146
|
+
},
|
|
136880
137147
|
"RegisterCACertificate": {
|
|
136881
137148
|
"http": {
|
|
136882
137149
|
"requestUri": "/cacertificate"
|
|
@@ -137109,7 +137376,7 @@ module.exports={
|
|
|
137109
137376
|
"thingId": {},
|
|
137110
137377
|
"thingTypeName": {},
|
|
137111
137378
|
"thingGroupNames": {
|
|
137112
|
-
"shape": "
|
|
137379
|
+
"shape": "Stf"
|
|
137113
137380
|
},
|
|
137114
137381
|
"attributes": {
|
|
137115
137382
|
"shape": "S3h"
|
|
@@ -137142,7 +137409,7 @@ module.exports={
|
|
|
137142
137409
|
"shape": "S3h"
|
|
137143
137410
|
},
|
|
137144
137411
|
"parentGroupNames": {
|
|
137145
|
-
"shape": "
|
|
137412
|
+
"shape": "Stf"
|
|
137146
137413
|
}
|
|
137147
137414
|
}
|
|
137148
137415
|
}
|
|
@@ -137230,7 +137497,7 @@ module.exports={
|
|
|
137230
137497
|
],
|
|
137231
137498
|
"members": {
|
|
137232
137499
|
"logTarget": {
|
|
137233
|
-
"shape": "
|
|
137500
|
+
"shape": "Ssj"
|
|
137234
137501
|
},
|
|
137235
137502
|
"logLevel": {}
|
|
137236
137503
|
}
|
|
@@ -137439,7 +137706,7 @@ module.exports={
|
|
|
137439
137706
|
"authInfos": {
|
|
137440
137707
|
"type": "list",
|
|
137441
137708
|
"member": {
|
|
137442
|
-
"shape": "
|
|
137709
|
+
"shape": "Su9"
|
|
137443
137710
|
}
|
|
137444
137711
|
},
|
|
137445
137712
|
"clientId": {
|
|
@@ -137447,10 +137714,10 @@ module.exports={
|
|
|
137447
137714
|
"locationName": "clientId"
|
|
137448
137715
|
},
|
|
137449
137716
|
"policyNamesToAdd": {
|
|
137450
|
-
"shape": "
|
|
137717
|
+
"shape": "Sud"
|
|
137451
137718
|
},
|
|
137452
137719
|
"policyNamesToSkip": {
|
|
137453
|
-
"shape": "
|
|
137720
|
+
"shape": "Sud"
|
|
137454
137721
|
}
|
|
137455
137722
|
}
|
|
137456
137723
|
},
|
|
@@ -137463,13 +137730,13 @@ module.exports={
|
|
|
137463
137730
|
"type": "structure",
|
|
137464
137731
|
"members": {
|
|
137465
137732
|
"authInfo": {
|
|
137466
|
-
"shape": "
|
|
137733
|
+
"shape": "Su9"
|
|
137467
137734
|
},
|
|
137468
137735
|
"allowed": {
|
|
137469
137736
|
"type": "structure",
|
|
137470
137737
|
"members": {
|
|
137471
137738
|
"policies": {
|
|
137472
|
-
"shape": "
|
|
137739
|
+
"shape": "Sn2"
|
|
137473
137740
|
}
|
|
137474
137741
|
}
|
|
137475
137742
|
},
|
|
@@ -137480,7 +137747,7 @@ module.exports={
|
|
|
137480
137747
|
"type": "structure",
|
|
137481
137748
|
"members": {
|
|
137482
137749
|
"policies": {
|
|
137483
|
-
"shape": "
|
|
137750
|
+
"shape": "Sn2"
|
|
137484
137751
|
}
|
|
137485
137752
|
}
|
|
137486
137753
|
},
|
|
@@ -137488,7 +137755,7 @@ module.exports={
|
|
|
137488
137755
|
"type": "structure",
|
|
137489
137756
|
"members": {
|
|
137490
137757
|
"policies": {
|
|
137491
|
-
"shape": "
|
|
137758
|
+
"shape": "Sn2"
|
|
137492
137759
|
}
|
|
137493
137760
|
}
|
|
137494
137761
|
}
|
|
@@ -138354,10 +138621,10 @@ module.exports={
|
|
|
138354
138621
|
"members": {
|
|
138355
138622
|
"thingName": {},
|
|
138356
138623
|
"thingGroupsToAdd": {
|
|
138357
|
-
"shape": "
|
|
138624
|
+
"shape": "Swo"
|
|
138358
138625
|
},
|
|
138359
138626
|
"thingGroupsToRemove": {
|
|
138360
|
-
"shape": "
|
|
138627
|
+
"shape": "Swo"
|
|
138361
138628
|
},
|
|
138362
138629
|
"overrideDynamicGroups": {
|
|
138363
138630
|
"type": "boolean"
|
|
@@ -139801,13 +140068,13 @@ module.exports={
|
|
|
139801
140068
|
}
|
|
139802
140069
|
}
|
|
139803
140070
|
},
|
|
139804
|
-
"
|
|
140071
|
+
"Smv": {
|
|
139805
140072
|
"type": "structure",
|
|
139806
140073
|
"members": {
|
|
139807
140074
|
"confidenceLevel": {}
|
|
139808
140075
|
}
|
|
139809
140076
|
},
|
|
139810
|
-
"
|
|
140077
|
+
"Sn2": {
|
|
139811
140078
|
"type": "list",
|
|
139812
140079
|
"member": {
|
|
139813
140080
|
"type": "structure",
|
|
@@ -139817,7 +140084,7 @@ module.exports={
|
|
|
139817
140084
|
}
|
|
139818
140085
|
}
|
|
139819
140086
|
},
|
|
139820
|
-
"
|
|
140087
|
+
"So4": {
|
|
139821
140088
|
"type": "list",
|
|
139822
140089
|
"member": {
|
|
139823
140090
|
"type": "structure",
|
|
@@ -139832,7 +140099,7 @@ module.exports={
|
|
|
139832
140099
|
}
|
|
139833
140100
|
}
|
|
139834
140101
|
},
|
|
139835
|
-
"
|
|
140102
|
+
"Sp4": {
|
|
139836
140103
|
"type": "structure",
|
|
139837
140104
|
"members": {
|
|
139838
140105
|
"status": {},
|
|
@@ -139850,15 +140117,15 @@ module.exports={
|
|
|
139850
140117
|
}
|
|
139851
140118
|
}
|
|
139852
140119
|
},
|
|
139853
|
-
"
|
|
140120
|
+
"Spx": {
|
|
139854
140121
|
"type": "list",
|
|
139855
140122
|
"member": {}
|
|
139856
140123
|
},
|
|
139857
|
-
"
|
|
140124
|
+
"Sq7": {
|
|
139858
140125
|
"type": "list",
|
|
139859
140126
|
"member": {}
|
|
139860
140127
|
},
|
|
139861
|
-
"
|
|
140128
|
+
"Sqq": {
|
|
139862
140129
|
"type": "structure",
|
|
139863
140130
|
"required": [
|
|
139864
140131
|
"name",
|
|
@@ -139869,7 +140136,7 @@ module.exports={
|
|
|
139869
140136
|
"arn": {}
|
|
139870
140137
|
}
|
|
139871
140138
|
},
|
|
139872
|
-
"
|
|
140139
|
+
"Sqv": {
|
|
139873
140140
|
"type": "structure",
|
|
139874
140141
|
"required": [
|
|
139875
140142
|
"arn"
|
|
@@ -139878,7 +140145,7 @@ module.exports={
|
|
|
139878
140145
|
"arn": {}
|
|
139879
140146
|
}
|
|
139880
140147
|
},
|
|
139881
|
-
"
|
|
140148
|
+
"Ssj": {
|
|
139882
140149
|
"type": "structure",
|
|
139883
140150
|
"required": [
|
|
139884
140151
|
"targetType"
|
|
@@ -139888,11 +140155,11 @@ module.exports={
|
|
|
139888
140155
|
"targetName": {}
|
|
139889
140156
|
}
|
|
139890
140157
|
},
|
|
139891
|
-
"
|
|
140158
|
+
"Stf": {
|
|
139892
140159
|
"type": "list",
|
|
139893
140160
|
"member": {}
|
|
139894
140161
|
},
|
|
139895
|
-
"
|
|
140162
|
+
"Su9": {
|
|
139896
140163
|
"type": "structure",
|
|
139897
140164
|
"required": [
|
|
139898
140165
|
"resources"
|
|
@@ -139905,11 +140172,11 @@ module.exports={
|
|
|
139905
140172
|
}
|
|
139906
140173
|
}
|
|
139907
140174
|
},
|
|
139908
|
-
"
|
|
140175
|
+
"Sud": {
|
|
139909
140176
|
"type": "list",
|
|
139910
140177
|
"member": {}
|
|
139911
140178
|
},
|
|
139912
|
-
"
|
|
140179
|
+
"Swo": {
|
|
139913
140180
|
"type": "list",
|
|
139914
140181
|
"member": {}
|
|
139915
140182
|
}
|
|
@@ -207238,7 +207505,8 @@ module.exports={
|
|
|
207238
207505
|
"Name": {},
|
|
207239
207506
|
"Description": {
|
|
207240
207507
|
"shape": "S3p"
|
|
207241
|
-
}
|
|
207508
|
+
},
|
|
207509
|
+
"CutoffBehavior": {}
|
|
207242
207510
|
}
|
|
207243
207511
|
}
|
|
207244
207512
|
},
|
|
@@ -207430,7 +207698,7 @@ module.exports={
|
|
|
207430
207698
|
}
|
|
207431
207699
|
},
|
|
207432
207700
|
"ParameterFilters": {
|
|
207433
|
-
"shape": "
|
|
207701
|
+
"shape": "Sff"
|
|
207434
207702
|
},
|
|
207435
207703
|
"MaxResults": {
|
|
207436
207704
|
"type": "integer"
|
|
@@ -207460,7 +207728,7 @@ module.exports={
|
|
|
207460
207728
|
},
|
|
207461
207729
|
"Tier": {},
|
|
207462
207730
|
"Policies": {
|
|
207463
|
-
"shape": "
|
|
207731
|
+
"shape": "Sfu"
|
|
207464
207732
|
},
|
|
207465
207733
|
"DataType": {}
|
|
207466
207734
|
}
|
|
@@ -207489,7 +207757,7 @@ module.exports={
|
|
|
207489
207757
|
"BaselineIdentities": {
|
|
207490
207758
|
"type": "list",
|
|
207491
207759
|
"member": {
|
|
207492
|
-
"shape": "
|
|
207760
|
+
"shape": "Sg0"
|
|
207493
207761
|
}
|
|
207494
207762
|
},
|
|
207495
207763
|
"NextToken": {}
|
|
@@ -207571,7 +207839,7 @@ module.exports={
|
|
|
207571
207839
|
"members": {
|
|
207572
207840
|
"PatchGroup": {},
|
|
207573
207841
|
"BaselineIdentity": {
|
|
207574
|
-
"shape": "
|
|
207842
|
+
"shape": "Sg0"
|
|
207575
207843
|
}
|
|
207576
207844
|
}
|
|
207577
207845
|
}
|
|
@@ -207843,7 +208111,7 @@ module.exports={
|
|
|
207843
208111
|
"StandardErrorContent": {},
|
|
207844
208112
|
"StandardErrorUrl": {},
|
|
207845
208113
|
"CloudWatchOutputConfig": {
|
|
207846
|
-
"shape": "
|
|
208114
|
+
"shape": "Shj"
|
|
207847
208115
|
}
|
|
207848
208116
|
}
|
|
207849
208117
|
}
|
|
@@ -207984,10 +208252,10 @@ module.exports={
|
|
|
207984
208252
|
"type": "structure",
|
|
207985
208253
|
"members": {
|
|
207986
208254
|
"Filters": {
|
|
207987
|
-
"shape": "
|
|
208255
|
+
"shape": "Si5"
|
|
207988
208256
|
},
|
|
207989
208257
|
"Aggregators": {
|
|
207990
|
-
"shape": "
|
|
208258
|
+
"shape": "Sib"
|
|
207991
208259
|
},
|
|
207992
208260
|
"ResultAttributes": {
|
|
207993
208261
|
"type": "list",
|
|
@@ -208032,7 +208300,7 @@ module.exports={
|
|
|
208032
208300
|
"CaptureTime": {},
|
|
208033
208301
|
"ContentHash": {},
|
|
208034
208302
|
"Content": {
|
|
208035
|
-
"shape": "
|
|
208303
|
+
"shape": "Sis"
|
|
208036
208304
|
}
|
|
208037
208305
|
}
|
|
208038
208306
|
}
|
|
@@ -208283,7 +208551,7 @@ module.exports={
|
|
|
208283
208551
|
"shape": "Sef"
|
|
208284
208552
|
},
|
|
208285
208553
|
"TaskInvocationParameters": {
|
|
208286
|
-
"shape": "
|
|
208554
|
+
"shape": "Sjj"
|
|
208287
208555
|
},
|
|
208288
208556
|
"Priority": {
|
|
208289
208557
|
"type": "integer"
|
|
@@ -208296,7 +208564,8 @@ module.exports={
|
|
|
208296
208564
|
"Name": {},
|
|
208297
208565
|
"Description": {
|
|
208298
208566
|
"shape": "S3p"
|
|
208299
|
-
}
|
|
208567
|
+
},
|
|
208568
|
+
"CutoffBehavior": {}
|
|
208300
208569
|
}
|
|
208301
208570
|
}
|
|
208302
208571
|
},
|
|
@@ -208393,10 +208662,10 @@ module.exports={
|
|
|
208393
208662
|
"members": {
|
|
208394
208663
|
"SyncName": {},
|
|
208395
208664
|
"Filters": {
|
|
208396
|
-
"shape": "
|
|
208665
|
+
"shape": "Sk6"
|
|
208397
208666
|
},
|
|
208398
208667
|
"Aggregators": {
|
|
208399
|
-
"shape": "
|
|
208668
|
+
"shape": "Skc"
|
|
208400
208669
|
},
|
|
208401
208670
|
"ResultAttributes": {
|
|
208402
208671
|
"type": "list",
|
|
@@ -208467,7 +208736,7 @@ module.exports={
|
|
|
208467
208736
|
"type": "structure",
|
|
208468
208737
|
"members": {
|
|
208469
208738
|
"Parameter": {
|
|
208470
|
-
"shape": "
|
|
208739
|
+
"shape": "Sky"
|
|
208471
208740
|
}
|
|
208472
208741
|
}
|
|
208473
208742
|
}
|
|
@@ -208506,18 +208775,18 @@ module.exports={
|
|
|
208506
208775
|
"LastModifiedUser": {},
|
|
208507
208776
|
"Description": {},
|
|
208508
208777
|
"Value": {
|
|
208509
|
-
"shape": "
|
|
208778
|
+
"shape": "Skz"
|
|
208510
208779
|
},
|
|
208511
208780
|
"AllowedPattern": {},
|
|
208512
208781
|
"Version": {
|
|
208513
208782
|
"type": "long"
|
|
208514
208783
|
},
|
|
208515
208784
|
"Labels": {
|
|
208516
|
-
"shape": "
|
|
208785
|
+
"shape": "Sl5"
|
|
208517
208786
|
},
|
|
208518
208787
|
"Tier": {},
|
|
208519
208788
|
"Policies": {
|
|
208520
|
-
"shape": "
|
|
208789
|
+
"shape": "Sfu"
|
|
208521
208790
|
},
|
|
208522
208791
|
"DataType": {}
|
|
208523
208792
|
}
|
|
@@ -208546,7 +208815,7 @@ module.exports={
|
|
|
208546
208815
|
"type": "structure",
|
|
208547
208816
|
"members": {
|
|
208548
208817
|
"Parameters": {
|
|
208549
|
-
"shape": "
|
|
208818
|
+
"shape": "Sl9"
|
|
208550
208819
|
},
|
|
208551
208820
|
"InvalidParameters": {
|
|
208552
208821
|
"shape": "S6x"
|
|
@@ -208566,7 +208835,7 @@ module.exports={
|
|
|
208566
208835
|
"type": "boolean"
|
|
208567
208836
|
},
|
|
208568
208837
|
"ParameterFilters": {
|
|
208569
|
-
"shape": "
|
|
208838
|
+
"shape": "Sff"
|
|
208570
208839
|
},
|
|
208571
208840
|
"WithDecryption": {
|
|
208572
208841
|
"type": "boolean"
|
|
@@ -208581,7 +208850,7 @@ module.exports={
|
|
|
208581
208850
|
"type": "structure",
|
|
208582
208851
|
"members": {
|
|
208583
208852
|
"Parameters": {
|
|
208584
|
-
"shape": "
|
|
208853
|
+
"shape": "Sl9"
|
|
208585
208854
|
},
|
|
208586
208855
|
"NextToken": {}
|
|
208587
208856
|
}
|
|
@@ -208671,7 +208940,7 @@ module.exports={
|
|
|
208671
208940
|
"type": "structure",
|
|
208672
208941
|
"members": {
|
|
208673
208942
|
"ServiceSetting": {
|
|
208674
|
-
"shape": "
|
|
208943
|
+
"shape": "Sll"
|
|
208675
208944
|
}
|
|
208676
208945
|
}
|
|
208677
208946
|
}
|
|
@@ -208689,7 +208958,7 @@ module.exports={
|
|
|
208689
208958
|
"type": "long"
|
|
208690
208959
|
},
|
|
208691
208960
|
"Labels": {
|
|
208692
|
-
"shape": "
|
|
208961
|
+
"shape": "Sl5"
|
|
208693
208962
|
}
|
|
208694
208963
|
}
|
|
208695
208964
|
},
|
|
@@ -208697,7 +208966,7 @@ module.exports={
|
|
|
208697
208966
|
"type": "structure",
|
|
208698
208967
|
"members": {
|
|
208699
208968
|
"InvalidLabels": {
|
|
208700
|
-
"shape": "
|
|
208969
|
+
"shape": "Sl5"
|
|
208701
208970
|
},
|
|
208702
208971
|
"ParameterVersion": {
|
|
208703
208972
|
"type": "long"
|
|
@@ -208831,7 +209100,7 @@ module.exports={
|
|
|
208831
209100
|
},
|
|
208832
209101
|
"NextToken": {},
|
|
208833
209102
|
"Filters": {
|
|
208834
|
-
"shape": "
|
|
209103
|
+
"shape": "Sm3"
|
|
208835
209104
|
},
|
|
208836
209105
|
"Details": {
|
|
208837
209106
|
"type": "boolean"
|
|
@@ -208888,10 +209157,10 @@ module.exports={
|
|
|
208888
209157
|
},
|
|
208889
209158
|
"ServiceRole": {},
|
|
208890
209159
|
"NotificationConfig": {
|
|
208891
|
-
"shape": "
|
|
209160
|
+
"shape": "Sjl"
|
|
208892
209161
|
},
|
|
208893
209162
|
"CloudWatchOutputConfig": {
|
|
208894
|
-
"shape": "
|
|
209163
|
+
"shape": "Shj"
|
|
208895
209164
|
}
|
|
208896
209165
|
}
|
|
208897
209166
|
}
|
|
@@ -208911,7 +209180,7 @@ module.exports={
|
|
|
208911
209180
|
},
|
|
208912
209181
|
"NextToken": {},
|
|
208913
209182
|
"Filters": {
|
|
208914
|
-
"shape": "
|
|
209183
|
+
"shape": "Sm3"
|
|
208915
209184
|
}
|
|
208916
209185
|
}
|
|
208917
209186
|
},
|
|
@@ -208921,7 +209190,7 @@ module.exports={
|
|
|
208921
209190
|
"Commands": {
|
|
208922
209191
|
"type": "list",
|
|
208923
209192
|
"member": {
|
|
208924
|
-
"shape": "
|
|
209193
|
+
"shape": "Smj"
|
|
208925
209194
|
}
|
|
208926
209195
|
},
|
|
208927
209196
|
"NextToken": {}
|
|
@@ -208933,7 +209202,7 @@ module.exports={
|
|
|
208933
209202
|
"type": "structure",
|
|
208934
209203
|
"members": {
|
|
208935
209204
|
"Filters": {
|
|
208936
|
-
"shape": "
|
|
209205
|
+
"shape": "Smq"
|
|
208937
209206
|
},
|
|
208938
209207
|
"ResourceIds": {
|
|
208939
209208
|
"type": "list",
|
|
@@ -208965,10 +209234,10 @@ module.exports={
|
|
|
208965
209234
|
"Status": {},
|
|
208966
209235
|
"Severity": {},
|
|
208967
209236
|
"ExecutionSummary": {
|
|
208968
|
-
"shape": "
|
|
209237
|
+
"shape": "Sn8"
|
|
208969
209238
|
},
|
|
208970
209239
|
"Details": {
|
|
208971
|
-
"shape": "
|
|
209240
|
+
"shape": "Snb"
|
|
208972
209241
|
}
|
|
208973
209242
|
}
|
|
208974
209243
|
}
|
|
@@ -208982,7 +209251,7 @@ module.exports={
|
|
|
208982
209251
|
"type": "structure",
|
|
208983
209252
|
"members": {
|
|
208984
209253
|
"Filters": {
|
|
208985
|
-
"shape": "
|
|
209254
|
+
"shape": "Smq"
|
|
208986
209255
|
},
|
|
208987
209256
|
"NextToken": {},
|
|
208988
209257
|
"MaxResults": {
|
|
@@ -209000,10 +209269,10 @@ module.exports={
|
|
|
209000
209269
|
"members": {
|
|
209001
209270
|
"ComplianceType": {},
|
|
209002
209271
|
"CompliantSummary": {
|
|
209003
|
-
"shape": "
|
|
209272
|
+
"shape": "Sng"
|
|
209004
209273
|
},
|
|
209005
209274
|
"NonCompliantSummary": {
|
|
209006
|
-
"shape": "
|
|
209275
|
+
"shape": "Snj"
|
|
209007
209276
|
}
|
|
209008
209277
|
}
|
|
209009
209278
|
}
|
|
@@ -209051,7 +209320,7 @@ module.exports={
|
|
|
209051
209320
|
},
|
|
209052
209321
|
"ReviewStatus": {},
|
|
209053
209322
|
"Comment": {
|
|
209054
|
-
"shape": "
|
|
209323
|
+
"shape": "Snq"
|
|
209055
209324
|
},
|
|
209056
209325
|
"Reviewer": {}
|
|
209057
209326
|
}
|
|
@@ -209192,7 +209461,7 @@ module.exports={
|
|
|
209192
209461
|
"InstanceId": {},
|
|
209193
209462
|
"TypeName": {},
|
|
209194
209463
|
"Filters": {
|
|
209195
|
-
"shape": "
|
|
209464
|
+
"shape": "Si5"
|
|
209196
209465
|
},
|
|
209197
209466
|
"NextToken": {},
|
|
209198
209467
|
"MaxResults": {
|
|
@@ -209208,7 +209477,7 @@ module.exports={
|
|
|
209208
209477
|
"SchemaVersion": {},
|
|
209209
209478
|
"CaptureTime": {},
|
|
209210
209479
|
"Entries": {
|
|
209211
|
-
"shape": "
|
|
209480
|
+
"shape": "Sis"
|
|
209212
209481
|
},
|
|
209213
209482
|
"NextToken": {}
|
|
209214
209483
|
}
|
|
@@ -209258,7 +209527,7 @@ module.exports={
|
|
|
209258
209527
|
"DetailType": {},
|
|
209259
209528
|
"Detail": {},
|
|
209260
209529
|
"CreatedBy": {
|
|
209261
|
-
"shape": "
|
|
209530
|
+
"shape": "Soo"
|
|
209262
209531
|
},
|
|
209263
209532
|
"CreatedTime": {
|
|
209264
209533
|
"type": "timestamp"
|
|
@@ -209314,13 +209583,13 @@ module.exports={
|
|
|
209314
209583
|
"AssociationType": {},
|
|
209315
209584
|
"ResourceUri": {},
|
|
209316
209585
|
"CreatedBy": {
|
|
209317
|
-
"shape": "
|
|
209586
|
+
"shape": "Soo"
|
|
209318
209587
|
},
|
|
209319
209588
|
"CreatedTime": {
|
|
209320
209589
|
"type": "timestamp"
|
|
209321
209590
|
},
|
|
209322
209591
|
"LastModifiedBy": {
|
|
209323
|
-
"shape": "
|
|
209592
|
+
"shape": "Soo"
|
|
209324
209593
|
},
|
|
209325
209594
|
"LastModifiedTime": {
|
|
209326
209595
|
"type": "timestamp"
|
|
@@ -209387,7 +209656,7 @@ module.exports={
|
|
|
209387
209656
|
"type": "structure",
|
|
209388
209657
|
"members": {
|
|
209389
209658
|
"Filters": {
|
|
209390
|
-
"shape": "
|
|
209659
|
+
"shape": "Smq"
|
|
209391
209660
|
},
|
|
209392
209661
|
"NextToken": {},
|
|
209393
209662
|
"MaxResults": {
|
|
@@ -209409,13 +209678,13 @@ module.exports={
|
|
|
209409
209678
|
"Status": {},
|
|
209410
209679
|
"OverallSeverity": {},
|
|
209411
209680
|
"ExecutionSummary": {
|
|
209412
|
-
"shape": "
|
|
209681
|
+
"shape": "Sn8"
|
|
209413
209682
|
},
|
|
209414
209683
|
"CompliantSummary": {
|
|
209415
|
-
"shape": "
|
|
209684
|
+
"shape": "Sng"
|
|
209416
209685
|
},
|
|
209417
209686
|
"NonCompliantSummary": {
|
|
209418
|
-
"shape": "
|
|
209687
|
+
"shape": "Snj"
|
|
209419
209688
|
}
|
|
209420
209689
|
}
|
|
209421
209690
|
}
|
|
@@ -209548,7 +209817,7 @@ module.exports={
|
|
|
209548
209817
|
"ResourceType": {},
|
|
209549
209818
|
"ComplianceType": {},
|
|
209550
209819
|
"ExecutionSummary": {
|
|
209551
|
-
"shape": "
|
|
209820
|
+
"shape": "Sn8"
|
|
209552
209821
|
},
|
|
209553
209822
|
"Items": {
|
|
209554
209823
|
"type": "list",
|
|
@@ -209564,7 +209833,7 @@ module.exports={
|
|
|
209564
209833
|
"Severity": {},
|
|
209565
209834
|
"Status": {},
|
|
209566
209835
|
"Details": {
|
|
209567
|
-
"shape": "
|
|
209836
|
+
"shape": "Snb"
|
|
209568
209837
|
}
|
|
209569
209838
|
}
|
|
209570
209839
|
}
|
|
@@ -209602,7 +209871,7 @@ module.exports={
|
|
|
209602
209871
|
"CaptureTime": {},
|
|
209603
209872
|
"ContentHash": {},
|
|
209604
209873
|
"Content": {
|
|
209605
|
-
"shape": "
|
|
209874
|
+
"shape": "Sis"
|
|
209606
209875
|
},
|
|
209607
209876
|
"Context": {
|
|
209608
209877
|
"type": "map",
|
|
@@ -209632,7 +209901,7 @@ module.exports={
|
|
|
209632
209901
|
"Name": {},
|
|
209633
209902
|
"Description": {},
|
|
209634
209903
|
"Value": {
|
|
209635
|
-
"shape": "
|
|
209904
|
+
"shape": "Skz"
|
|
209636
209905
|
},
|
|
209637
209906
|
"Type": {},
|
|
209638
209907
|
"KeyId": {},
|
|
@@ -209748,7 +210017,7 @@ module.exports={
|
|
|
209748
210017
|
"shape": "Sef"
|
|
209749
210018
|
},
|
|
209750
210019
|
"TaskInvocationParameters": {
|
|
209751
|
-
"shape": "
|
|
210020
|
+
"shape": "Sjj"
|
|
209752
210021
|
},
|
|
209753
210022
|
"Priority": {
|
|
209754
210023
|
"type": "integer"
|
|
@@ -209764,7 +210033,8 @@ module.exports={
|
|
|
209764
210033
|
},
|
|
209765
210034
|
"ClientToken": {
|
|
209766
210035
|
"idempotencyToken": true
|
|
209767
|
-
}
|
|
210036
|
+
},
|
|
210037
|
+
"CutoffBehavior": {}
|
|
209768
210038
|
}
|
|
209769
210039
|
},
|
|
209770
210040
|
"output": {
|
|
@@ -209810,7 +210080,7 @@ module.exports={
|
|
|
209810
210080
|
"type": "structure",
|
|
209811
210081
|
"members": {
|
|
209812
210082
|
"ServiceSetting": {
|
|
209813
|
-
"shape": "
|
|
210083
|
+
"shape": "Sll"
|
|
209814
210084
|
}
|
|
209815
210085
|
}
|
|
209816
210086
|
}
|
|
@@ -209885,10 +210155,10 @@ module.exports={
|
|
|
209885
210155
|
"MaxErrors": {},
|
|
209886
210156
|
"ServiceRoleArn": {},
|
|
209887
210157
|
"NotificationConfig": {
|
|
209888
|
-
"shape": "
|
|
210158
|
+
"shape": "Sjl"
|
|
209889
210159
|
},
|
|
209890
210160
|
"CloudWatchOutputConfig": {
|
|
209891
|
-
"shape": "
|
|
210161
|
+
"shape": "Shj"
|
|
209892
210162
|
}
|
|
209893
210163
|
}
|
|
209894
210164
|
},
|
|
@@ -209896,7 +210166,7 @@ module.exports={
|
|
|
209896
210166
|
"type": "structure",
|
|
209897
210167
|
"members": {
|
|
209898
210168
|
"Command": {
|
|
209899
|
-
"shape": "
|
|
210169
|
+
"shape": "Smj"
|
|
209900
210170
|
}
|
|
209901
210171
|
}
|
|
209902
210172
|
}
|
|
@@ -210069,7 +210339,7 @@ module.exports={
|
|
|
210069
210339
|
"type": "long"
|
|
210070
210340
|
},
|
|
210071
210341
|
"Labels": {
|
|
210072
|
-
"shape": "
|
|
210342
|
+
"shape": "Sl5"
|
|
210073
210343
|
}
|
|
210074
210344
|
}
|
|
210075
210345
|
},
|
|
@@ -210077,10 +210347,10 @@ module.exports={
|
|
|
210077
210347
|
"type": "structure",
|
|
210078
210348
|
"members": {
|
|
210079
210349
|
"RemovedLabels": {
|
|
210080
|
-
"shape": "
|
|
210350
|
+
"shape": "Sl5"
|
|
210081
210351
|
},
|
|
210082
210352
|
"InvalidLabels": {
|
|
210083
|
-
"shape": "
|
|
210353
|
+
"shape": "Sl5"
|
|
210084
210354
|
}
|
|
210085
210355
|
}
|
|
210086
210356
|
}
|
|
@@ -210230,7 +210500,7 @@ module.exports={
|
|
|
210230
210500
|
"members": {
|
|
210231
210501
|
"Action": {},
|
|
210232
210502
|
"Comment": {
|
|
210233
|
-
"shape": "
|
|
210503
|
+
"shape": "Snq"
|
|
210234
210504
|
}
|
|
210235
210505
|
}
|
|
210236
210506
|
}
|
|
@@ -210369,7 +210639,7 @@ module.exports={
|
|
|
210369
210639
|
"shape": "Sef"
|
|
210370
210640
|
},
|
|
210371
210641
|
"TaskInvocationParameters": {
|
|
210372
|
-
"shape": "
|
|
210642
|
+
"shape": "Sjj"
|
|
210373
210643
|
},
|
|
210374
210644
|
"Priority": {
|
|
210375
210645
|
"type": "integer"
|
|
@@ -210385,7 +210655,8 @@ module.exports={
|
|
|
210385
210655
|
},
|
|
210386
210656
|
"Replace": {
|
|
210387
210657
|
"type": "boolean"
|
|
210388
|
-
}
|
|
210658
|
+
},
|
|
210659
|
+
"CutoffBehavior": {}
|
|
210389
210660
|
}
|
|
210390
210661
|
},
|
|
210391
210662
|
"output": {
|
|
@@ -210402,7 +210673,7 @@ module.exports={
|
|
|
210402
210673
|
"shape": "Sef"
|
|
210403
210674
|
},
|
|
210404
210675
|
"TaskInvocationParameters": {
|
|
210405
|
-
"shape": "
|
|
210676
|
+
"shape": "Sjj"
|
|
210406
210677
|
},
|
|
210407
210678
|
"Priority": {
|
|
210408
210679
|
"type": "integer"
|
|
@@ -210415,7 +210686,8 @@ module.exports={
|
|
|
210415
210686
|
"Name": {},
|
|
210416
210687
|
"Description": {
|
|
210417
210688
|
"shape": "S3p"
|
|
210418
|
-
}
|
|
210689
|
+
},
|
|
210690
|
+
"CutoffBehavior": {}
|
|
210419
210691
|
}
|
|
210420
210692
|
}
|
|
210421
210693
|
},
|
|
@@ -211442,7 +211714,7 @@ module.exports={
|
|
|
211442
211714
|
"S3Region": {}
|
|
211443
211715
|
}
|
|
211444
211716
|
},
|
|
211445
|
-
"
|
|
211717
|
+
"Sff": {
|
|
211446
211718
|
"type": "list",
|
|
211447
211719
|
"member": {
|
|
211448
211720
|
"type": "structure",
|
|
@@ -211459,7 +211731,7 @@ module.exports={
|
|
|
211459
211731
|
}
|
|
211460
211732
|
}
|
|
211461
211733
|
},
|
|
211462
|
-
"
|
|
211734
|
+
"Sfu": {
|
|
211463
211735
|
"type": "list",
|
|
211464
211736
|
"member": {
|
|
211465
211737
|
"type": "structure",
|
|
@@ -211470,7 +211742,7 @@ module.exports={
|
|
|
211470
211742
|
}
|
|
211471
211743
|
}
|
|
211472
211744
|
},
|
|
211473
|
-
"
|
|
211745
|
+
"Sg0": {
|
|
211474
211746
|
"type": "structure",
|
|
211475
211747
|
"members": {
|
|
211476
211748
|
"BaselineId": {},
|
|
@@ -211482,7 +211754,7 @@ module.exports={
|
|
|
211482
211754
|
}
|
|
211483
211755
|
}
|
|
211484
211756
|
},
|
|
211485
|
-
"
|
|
211757
|
+
"Shj": {
|
|
211486
211758
|
"type": "structure",
|
|
211487
211759
|
"members": {
|
|
211488
211760
|
"CloudWatchLogGroupName": {},
|
|
@@ -211491,7 +211763,7 @@ module.exports={
|
|
|
211491
211763
|
}
|
|
211492
211764
|
}
|
|
211493
211765
|
},
|
|
211494
|
-
"
|
|
211766
|
+
"Si5": {
|
|
211495
211767
|
"type": "list",
|
|
211496
211768
|
"member": {
|
|
211497
211769
|
"type": "structure",
|
|
@@ -211509,14 +211781,14 @@ module.exports={
|
|
|
211509
211781
|
}
|
|
211510
211782
|
}
|
|
211511
211783
|
},
|
|
211512
|
-
"
|
|
211784
|
+
"Sib": {
|
|
211513
211785
|
"type": "list",
|
|
211514
211786
|
"member": {
|
|
211515
211787
|
"type": "structure",
|
|
211516
211788
|
"members": {
|
|
211517
211789
|
"Expression": {},
|
|
211518
211790
|
"Aggregators": {
|
|
211519
|
-
"shape": "
|
|
211791
|
+
"shape": "Sib"
|
|
211520
211792
|
},
|
|
211521
211793
|
"Groups": {
|
|
211522
211794
|
"type": "list",
|
|
@@ -211529,7 +211801,7 @@ module.exports={
|
|
|
211529
211801
|
"members": {
|
|
211530
211802
|
"Name": {},
|
|
211531
211803
|
"Filters": {
|
|
211532
|
-
"shape": "
|
|
211804
|
+
"shape": "Si5"
|
|
211533
211805
|
}
|
|
211534
211806
|
}
|
|
211535
211807
|
}
|
|
@@ -211537,7 +211809,7 @@ module.exports={
|
|
|
211537
211809
|
}
|
|
211538
211810
|
}
|
|
211539
211811
|
},
|
|
211540
|
-
"
|
|
211812
|
+
"Sis": {
|
|
211541
211813
|
"type": "list",
|
|
211542
211814
|
"member": {
|
|
211543
211815
|
"type": "map",
|
|
@@ -211545,7 +211817,7 @@ module.exports={
|
|
|
211545
211817
|
"value": {}
|
|
211546
211818
|
}
|
|
211547
211819
|
},
|
|
211548
|
-
"
|
|
211820
|
+
"Sjj": {
|
|
211549
211821
|
"type": "structure",
|
|
211550
211822
|
"members": {
|
|
211551
211823
|
"RunCommand": {
|
|
@@ -211553,13 +211825,13 @@ module.exports={
|
|
|
211553
211825
|
"members": {
|
|
211554
211826
|
"Comment": {},
|
|
211555
211827
|
"CloudWatchOutputConfig": {
|
|
211556
|
-
"shape": "
|
|
211828
|
+
"shape": "Shj"
|
|
211557
211829
|
},
|
|
211558
211830
|
"DocumentHash": {},
|
|
211559
211831
|
"DocumentHashType": {},
|
|
211560
211832
|
"DocumentVersion": {},
|
|
211561
211833
|
"NotificationConfig": {
|
|
211562
|
-
"shape": "
|
|
211834
|
+
"shape": "Sjl"
|
|
211563
211835
|
},
|
|
211564
211836
|
"OutputS3BucketName": {},
|
|
211565
211837
|
"OutputS3KeyPrefix": {},
|
|
@@ -211604,7 +211876,7 @@ module.exports={
|
|
|
211604
211876
|
}
|
|
211605
211877
|
}
|
|
211606
211878
|
},
|
|
211607
|
-
"
|
|
211879
|
+
"Sjl": {
|
|
211608
211880
|
"type": "structure",
|
|
211609
211881
|
"members": {
|
|
211610
211882
|
"NotificationArn": {},
|
|
@@ -211615,7 +211887,7 @@ module.exports={
|
|
|
211615
211887
|
"NotificationType": {}
|
|
211616
211888
|
}
|
|
211617
211889
|
},
|
|
211618
|
-
"
|
|
211890
|
+
"Sk6": {
|
|
211619
211891
|
"type": "list",
|
|
211620
211892
|
"member": {
|
|
211621
211893
|
"type": "structure",
|
|
@@ -211633,7 +211905,7 @@ module.exports={
|
|
|
211633
211905
|
}
|
|
211634
211906
|
}
|
|
211635
211907
|
},
|
|
211636
|
-
"
|
|
211908
|
+
"Skc": {
|
|
211637
211909
|
"type": "list",
|
|
211638
211910
|
"member": {
|
|
211639
211911
|
"type": "structure",
|
|
@@ -211647,21 +211919,21 @@ module.exports={
|
|
|
211647
211919
|
"value": {}
|
|
211648
211920
|
},
|
|
211649
211921
|
"Filters": {
|
|
211650
|
-
"shape": "
|
|
211922
|
+
"shape": "Sk6"
|
|
211651
211923
|
},
|
|
211652
211924
|
"Aggregators": {
|
|
211653
|
-
"shape": "
|
|
211925
|
+
"shape": "Skc"
|
|
211654
211926
|
}
|
|
211655
211927
|
}
|
|
211656
211928
|
}
|
|
211657
211929
|
},
|
|
211658
|
-
"
|
|
211930
|
+
"Sky": {
|
|
211659
211931
|
"type": "structure",
|
|
211660
211932
|
"members": {
|
|
211661
211933
|
"Name": {},
|
|
211662
211934
|
"Type": {},
|
|
211663
211935
|
"Value": {
|
|
211664
|
-
"shape": "
|
|
211936
|
+
"shape": "Skz"
|
|
211665
211937
|
},
|
|
211666
211938
|
"Version": {
|
|
211667
211939
|
"type": "long"
|
|
@@ -211675,21 +211947,21 @@ module.exports={
|
|
|
211675
211947
|
"DataType": {}
|
|
211676
211948
|
}
|
|
211677
211949
|
},
|
|
211678
|
-
"
|
|
211950
|
+
"Skz": {
|
|
211679
211951
|
"type": "string",
|
|
211680
211952
|
"sensitive": true
|
|
211681
211953
|
},
|
|
211682
|
-
"
|
|
211954
|
+
"Sl5": {
|
|
211683
211955
|
"type": "list",
|
|
211684
211956
|
"member": {}
|
|
211685
211957
|
},
|
|
211686
|
-
"
|
|
211958
|
+
"Sl9": {
|
|
211687
211959
|
"type": "list",
|
|
211688
211960
|
"member": {
|
|
211689
|
-
"shape": "
|
|
211961
|
+
"shape": "Sky"
|
|
211690
211962
|
}
|
|
211691
211963
|
},
|
|
211692
|
-
"
|
|
211964
|
+
"Sll": {
|
|
211693
211965
|
"type": "structure",
|
|
211694
211966
|
"members": {
|
|
211695
211967
|
"SettingId": {},
|
|
@@ -211702,7 +211974,7 @@ module.exports={
|
|
|
211702
211974
|
"Status": {}
|
|
211703
211975
|
}
|
|
211704
211976
|
},
|
|
211705
|
-
"
|
|
211977
|
+
"Sm3": {
|
|
211706
211978
|
"type": "list",
|
|
211707
211979
|
"member": {
|
|
211708
211980
|
"type": "structure",
|
|
@@ -211716,7 +211988,7 @@ module.exports={
|
|
|
211716
211988
|
}
|
|
211717
211989
|
}
|
|
211718
211990
|
},
|
|
211719
|
-
"
|
|
211991
|
+
"Smj": {
|
|
211720
211992
|
"type": "structure",
|
|
211721
211993
|
"members": {
|
|
211722
211994
|
"CommandId": {},
|
|
@@ -211759,17 +212031,17 @@ module.exports={
|
|
|
211759
212031
|
},
|
|
211760
212032
|
"ServiceRole": {},
|
|
211761
212033
|
"NotificationConfig": {
|
|
211762
|
-
"shape": "
|
|
212034
|
+
"shape": "Sjl"
|
|
211763
212035
|
},
|
|
211764
212036
|
"CloudWatchOutputConfig": {
|
|
211765
|
-
"shape": "
|
|
212037
|
+
"shape": "Shj"
|
|
211766
212038
|
},
|
|
211767
212039
|
"TimeoutSeconds": {
|
|
211768
212040
|
"type": "integer"
|
|
211769
212041
|
}
|
|
211770
212042
|
}
|
|
211771
212043
|
},
|
|
211772
|
-
"
|
|
212044
|
+
"Smq": {
|
|
211773
212045
|
"type": "list",
|
|
211774
212046
|
"member": {
|
|
211775
212047
|
"type": "structure",
|
|
@@ -211783,7 +212055,7 @@ module.exports={
|
|
|
211783
212055
|
}
|
|
211784
212056
|
}
|
|
211785
212057
|
},
|
|
211786
|
-
"
|
|
212058
|
+
"Sn8": {
|
|
211787
212059
|
"type": "structure",
|
|
211788
212060
|
"required": [
|
|
211789
212061
|
"ExecutionTime"
|
|
@@ -211796,23 +212068,23 @@ module.exports={
|
|
|
211796
212068
|
"ExecutionType": {}
|
|
211797
212069
|
}
|
|
211798
212070
|
},
|
|
211799
|
-
"
|
|
212071
|
+
"Snb": {
|
|
211800
212072
|
"type": "map",
|
|
211801
212073
|
"key": {},
|
|
211802
212074
|
"value": {}
|
|
211803
212075
|
},
|
|
211804
|
-
"
|
|
212076
|
+
"Sng": {
|
|
211805
212077
|
"type": "structure",
|
|
211806
212078
|
"members": {
|
|
211807
212079
|
"CompliantCount": {
|
|
211808
212080
|
"type": "integer"
|
|
211809
212081
|
},
|
|
211810
212082
|
"SeveritySummary": {
|
|
211811
|
-
"shape": "
|
|
212083
|
+
"shape": "Sni"
|
|
211812
212084
|
}
|
|
211813
212085
|
}
|
|
211814
212086
|
},
|
|
211815
|
-
"
|
|
212087
|
+
"Sni": {
|
|
211816
212088
|
"type": "structure",
|
|
211817
212089
|
"members": {
|
|
211818
212090
|
"CriticalCount": {
|
|
@@ -211835,18 +212107,18 @@ module.exports={
|
|
|
211835
212107
|
}
|
|
211836
212108
|
}
|
|
211837
212109
|
},
|
|
211838
|
-
"
|
|
212110
|
+
"Snj": {
|
|
211839
212111
|
"type": "structure",
|
|
211840
212112
|
"members": {
|
|
211841
212113
|
"NonCompliantCount": {
|
|
211842
212114
|
"type": "integer"
|
|
211843
212115
|
},
|
|
211844
212116
|
"SeveritySummary": {
|
|
211845
|
-
"shape": "
|
|
212117
|
+
"shape": "Sni"
|
|
211846
212118
|
}
|
|
211847
212119
|
}
|
|
211848
212120
|
},
|
|
211849
|
-
"
|
|
212121
|
+
"Snq": {
|
|
211850
212122
|
"type": "list",
|
|
211851
212123
|
"member": {
|
|
211852
212124
|
"type": "structure",
|
|
@@ -211856,7 +212128,7 @@ module.exports={
|
|
|
211856
212128
|
}
|
|
211857
212129
|
}
|
|
211858
212130
|
},
|
|
211859
|
-
"
|
|
212131
|
+
"Soo": {
|
|
211860
212132
|
"type": "structure",
|
|
211861
212133
|
"members": {
|
|
211862
212134
|
"Arn": {}
|
|
@@ -212198,6 +212470,11 @@ module.exports={
|
|
|
212198
212470
|
"matcher": "path",
|
|
212199
212471
|
"state": "failure",
|
|
212200
212472
|
"argument": "Status"
|
|
212473
|
+
},
|
|
212474
|
+
{
|
|
212475
|
+
"state": "retry",
|
|
212476
|
+
"matcher": "error",
|
|
212477
|
+
"expected": "InvocationDoesNotExist"
|
|
212201
212478
|
}
|
|
212202
212479
|
]
|
|
212203
212480
|
}
|
|
@@ -225463,7 +225740,7 @@ var PromisesDependency;
|
|
|
225463
225740
|
*
|
|
225464
225741
|
* @!attribute computeChecksums
|
|
225465
225742
|
* @return [Boolean] whether to compute checksums for payload bodies when
|
|
225466
|
-
* the service accepts it (currently supported in S3 only).
|
|
225743
|
+
* the service accepts it (currently supported in S3 and SQS only).
|
|
225467
225744
|
*
|
|
225468
225745
|
* @!attribute convertResponseTypes
|
|
225469
225746
|
* @return [Boolean] whether types are converted when parsing response data.
|
|
@@ -226120,7 +226397,7 @@ AWS.util.update(AWS, {
|
|
|
226120
226397
|
/**
|
|
226121
226398
|
* @constant
|
|
226122
226399
|
*/
|
|
226123
|
-
VERSION: '2.
|
|
226400
|
+
VERSION: '2.995.0',
|
|
226124
226401
|
|
|
226125
226402
|
/**
|
|
226126
226403
|
* @api private
|
|
@@ -230042,7 +230319,7 @@ AWS.EventListeners = {
|
|
|
230042
230319
|
['EAI_NONAME', 'EAI_NODATA'].indexOf(AWS.util.getSystemErrorName(err.errno) >= 0);
|
|
230043
230320
|
}
|
|
230044
230321
|
if (err.code === 'NetworkingError' && isDNSError(err)) {
|
|
230045
|
-
var message = 'Inaccessible host: `' + err.hostname +
|
|
230322
|
+
var message = 'Inaccessible host: `' + err.hostname + '\' at port `' + err.port +
|
|
230046
230323
|
'\'. This service may not be available in the `' + err.region +
|
|
230047
230324
|
'\' region.';
|
|
230048
230325
|
this.response.error = AWS.util.error(new Error(message), {
|
|
@@ -238844,7 +239121,7 @@ AWS.Signers.V4 = inherit(AWS.Signers.RequestSigner, {
|
|
|
238844
239121
|
|
|
238845
239122
|
hexEncodedBodyHash: function hexEncodedBodyHash() {
|
|
238846
239123
|
var request = this.request;
|
|
238847
|
-
if (this.isPresigned() && this.serviceName
|
|
239124
|
+
if (this.isPresigned() && (['s3', 's3-object-lambda'].indexOf(this.serviceName) > -1) && !request.body) {
|
|
238848
239125
|
return 'UNSIGNED-PAYLOAD';
|
|
238849
239126
|
} else if (request.headers['X-Amz-Content-Sha256']) {
|
|
238850
239127
|
return request.headers['X-Amz-Content-Sha256'];
|
|
@@ -247373,7 +247650,7 @@ var LRUCache = /** @class */ (function () {
|
|
|
247373
247650
|
}());
|
|
247374
247651
|
exports.LRUCache = LRUCache;
|
|
247375
247652
|
},{}],451:[function(require,module,exports){
|
|
247376
|
-
// AWS SDK for JavaScript v2.
|
|
247653
|
+
// AWS SDK for JavaScript v2.995.0
|
|
247377
247654
|
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
247378
247655
|
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
|
|
247379
247656
|
require('./browser_loader');
|