aws-sdk 2.1477.0 → 2.1479.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 +14 -1
- package/README.md +1 -1
- package/apis/appintegrations-2020-07-29.min.json +1 -2
- package/apis/connect-2017-08-08.min.json +28 -6
- package/apis/discovery-2015-11-01.min.json +167 -35
- package/apis/discovery-2015-11-01.paginators.json +34 -2
- package/apis/marketplacecommerceanalytics-2015-07-01.min.json +9 -3
- package/apis/networkmanager-2019-07-05.min.json +28 -26
- package/apis/redshift-serverless-2021-04-21.min.json +3 -1
- package/apis/rekognition-2016-06-27.examples.json +141 -0
- package/apis/rekognition-2016-06-27.min.json +222 -12
- package/apis/rekognition-2016-06-27.paginators.json +5 -0
- package/apis/ssm-2014-11-06.min.json +188 -173
- package/clients/appintegrations.d.ts +1 -1
- package/clients/connect.d.ts +53 -31
- package/clients/discovery.d.ts +170 -0
- package/clients/marketplacecommerceanalytics.d.ts +10 -10
- package/clients/medicalimaging.d.ts +10 -10
- package/clients/networkmanager.d.ts +15 -3
- package/clients/redshiftserverless.d.ts +9 -1
- package/clients/rekognition.d.ts +234 -0
- package/clients/ssm.d.ts +19 -3
- package/dist/aws-sdk-core-react-native.js +250 -90
- package/dist/aws-sdk-react-native.js +2345 -2025
- package/dist/aws-sdk.js +455 -197
- package/dist/aws-sdk.min.js +78 -78
- package/lib/core.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.1479.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){
|
@@ -72091,6 +72091,28 @@ module.exports={
|
|
72091
72091
|
}
|
72092
72092
|
}
|
72093
72093
|
},
|
72094
|
+
"UpdatePhoneNumberMetadata": {
|
72095
|
+
"http": {
|
72096
|
+
"method": "PUT",
|
72097
|
+
"requestUri": "/phone-number/{PhoneNumberId}/metadata"
|
72098
|
+
},
|
72099
|
+
"input": {
|
72100
|
+
"type": "structure",
|
72101
|
+
"required": [
|
72102
|
+
"PhoneNumberId"
|
72103
|
+
],
|
72104
|
+
"members": {
|
72105
|
+
"PhoneNumberId": {
|
72106
|
+
"location": "uri",
|
72107
|
+
"locationName": "PhoneNumberId"
|
72108
|
+
},
|
72109
|
+
"PhoneNumberDescription": {},
|
72110
|
+
"ClientToken": {
|
72111
|
+
"idempotencyToken": true
|
72112
|
+
}
|
72113
|
+
}
|
72114
|
+
}
|
72115
|
+
},
|
72094
72116
|
"UpdatePrompt": {
|
72095
72117
|
"http": {
|
72096
72118
|
"requestUri": "/prompts/{InstanceId}/{PromptId}"
|
@@ -72643,19 +72665,19 @@ module.exports={
|
|
72643
72665
|
"type": "structure",
|
72644
72666
|
"members": {
|
72645
72667
|
"LevelOne": {
|
72646
|
-
"shape": "
|
72668
|
+
"shape": "Sqn"
|
72647
72669
|
},
|
72648
72670
|
"LevelTwo": {
|
72649
|
-
"shape": "
|
72671
|
+
"shape": "Sqn"
|
72650
72672
|
},
|
72651
72673
|
"LevelThree": {
|
72652
|
-
"shape": "
|
72674
|
+
"shape": "Sqn"
|
72653
72675
|
},
|
72654
72676
|
"LevelFour": {
|
72655
|
-
"shape": "
|
72677
|
+
"shape": "Sqn"
|
72656
72678
|
},
|
72657
72679
|
"LevelFive": {
|
72658
|
-
"shape": "
|
72680
|
+
"shape": "Sqn"
|
72659
72681
|
}
|
72660
72682
|
}
|
72661
72683
|
},
|
@@ -74108,7 +74130,7 @@ module.exports={
|
|
74108
74130
|
}
|
74109
74131
|
}
|
74110
74132
|
},
|
74111
|
-
"
|
74133
|
+
"Sqn": {
|
74112
74134
|
"type": "structure",
|
74113
74135
|
"required": [
|
74114
74136
|
"Name"
|
@@ -185500,14 +185522,20 @@ module.exports={
|
|
185500
185522
|
"customerDefinedValues": {
|
185501
185523
|
"shape": "S8"
|
185502
185524
|
}
|
185503
|
-
}
|
185525
|
+
},
|
185526
|
+
"deprecated": true,
|
185527
|
+
"deprecatedMessage": "This target has been deprecated. As of December 2022 Product Support Connection is no longer supported."
|
185504
185528
|
},
|
185505
185529
|
"output": {
|
185506
185530
|
"type": "structure",
|
185507
185531
|
"members": {
|
185508
185532
|
"dataSetRequestId": {}
|
185509
|
-
}
|
185510
|
-
|
185533
|
+
},
|
185534
|
+
"deprecated": true,
|
185535
|
+
"deprecatedMessage": "This target has been deprecated. As of December 2022 Product Support Connection is no longer supported."
|
185536
|
+
},
|
185537
|
+
"deprecated": true,
|
185538
|
+
"deprecatedMessage": "This target has been deprecated. As of December 2022 Product Support Connection is no longer supported."
|
185511
185539
|
}
|
185512
185540
|
},
|
185513
185541
|
"shapes": {
|
@@ -218719,6 +218747,58 @@ module.exports={
|
|
218719
218747
|
}
|
218720
218748
|
}
|
218721
218749
|
},
|
218750
|
+
"GetMediaAnalysisJob": {
|
218751
|
+
"input": {
|
218752
|
+
"type": "structure",
|
218753
|
+
"required": [
|
218754
|
+
"JobId"
|
218755
|
+
],
|
218756
|
+
"members": {
|
218757
|
+
"JobId": {}
|
218758
|
+
}
|
218759
|
+
},
|
218760
|
+
"output": {
|
218761
|
+
"type": "structure",
|
218762
|
+
"required": [
|
218763
|
+
"JobId",
|
218764
|
+
"OperationsConfig",
|
218765
|
+
"Status",
|
218766
|
+
"CreationTimestamp",
|
218767
|
+
"Input",
|
218768
|
+
"OutputConfig"
|
218769
|
+
],
|
218770
|
+
"members": {
|
218771
|
+
"JobId": {},
|
218772
|
+
"JobName": {},
|
218773
|
+
"OperationsConfig": {
|
218774
|
+
"shape": "S9c"
|
218775
|
+
},
|
218776
|
+
"Status": {},
|
218777
|
+
"FailureDetails": {
|
218778
|
+
"shape": "S9f"
|
218779
|
+
},
|
218780
|
+
"CreationTimestamp": {
|
218781
|
+
"type": "timestamp"
|
218782
|
+
},
|
218783
|
+
"CompletionTimestamp": {
|
218784
|
+
"type": "timestamp"
|
218785
|
+
},
|
218786
|
+
"Input": {
|
218787
|
+
"shape": "S9h"
|
218788
|
+
},
|
218789
|
+
"OutputConfig": {
|
218790
|
+
"shape": "S9i"
|
218791
|
+
},
|
218792
|
+
"KmsKeyId": {},
|
218793
|
+
"Results": {
|
218794
|
+
"shape": "S9k"
|
218795
|
+
},
|
218796
|
+
"ManifestSummary": {
|
218797
|
+
"shape": "S9l"
|
218798
|
+
}
|
218799
|
+
}
|
218800
|
+
}
|
218801
|
+
},
|
218722
218802
|
"GetPersonTracking": {
|
218723
218803
|
"input": {
|
218724
218804
|
"type": "structure",
|
@@ -219116,6 +219196,70 @@ module.exports={
|
|
219116
219196
|
}
|
219117
219197
|
}
|
219118
219198
|
},
|
219199
|
+
"ListMediaAnalysisJobs": {
|
219200
|
+
"input": {
|
219201
|
+
"type": "structure",
|
219202
|
+
"members": {
|
219203
|
+
"NextToken": {},
|
219204
|
+
"MaxResults": {
|
219205
|
+
"type": "integer"
|
219206
|
+
}
|
219207
|
+
}
|
219208
|
+
},
|
219209
|
+
"output": {
|
219210
|
+
"type": "structure",
|
219211
|
+
"required": [
|
219212
|
+
"MediaAnalysisJobs"
|
219213
|
+
],
|
219214
|
+
"members": {
|
219215
|
+
"NextToken": {},
|
219216
|
+
"MediaAnalysisJobs": {
|
219217
|
+
"type": "list",
|
219218
|
+
"member": {
|
219219
|
+
"type": "structure",
|
219220
|
+
"required": [
|
219221
|
+
"JobId",
|
219222
|
+
"OperationsConfig",
|
219223
|
+
"Status",
|
219224
|
+
"CreationTimestamp",
|
219225
|
+
"Input",
|
219226
|
+
"OutputConfig"
|
219227
|
+
],
|
219228
|
+
"members": {
|
219229
|
+
"JobId": {},
|
219230
|
+
"JobName": {},
|
219231
|
+
"OperationsConfig": {
|
219232
|
+
"shape": "S9c"
|
219233
|
+
},
|
219234
|
+
"Status": {},
|
219235
|
+
"FailureDetails": {
|
219236
|
+
"shape": "S9f"
|
219237
|
+
},
|
219238
|
+
"CreationTimestamp": {
|
219239
|
+
"type": "timestamp"
|
219240
|
+
},
|
219241
|
+
"CompletionTimestamp": {
|
219242
|
+
"type": "timestamp"
|
219243
|
+
},
|
219244
|
+
"Input": {
|
219245
|
+
"shape": "S9h"
|
219246
|
+
},
|
219247
|
+
"OutputConfig": {
|
219248
|
+
"shape": "S9i"
|
219249
|
+
},
|
219250
|
+
"KmsKeyId": {},
|
219251
|
+
"Results": {
|
219252
|
+
"shape": "S9k"
|
219253
|
+
},
|
219254
|
+
"ManifestSummary": {
|
219255
|
+
"shape": "S9l"
|
219256
|
+
}
|
219257
|
+
}
|
219258
|
+
}
|
219259
|
+
}
|
219260
|
+
}
|
219261
|
+
}
|
219262
|
+
},
|
219119
219263
|
"ListProjectPolicies": {
|
219120
219264
|
"input": {
|
219121
219265
|
"type": "structure",
|
@@ -219389,7 +219533,7 @@ module.exports={
|
|
219389
219533
|
"type": "structure",
|
219390
219534
|
"members": {
|
219391
219535
|
"UserMatches": {
|
219392
|
-
"shape": "
|
219536
|
+
"shape": "Sc8"
|
219393
219537
|
},
|
219394
219538
|
"FaceModelVersion": {},
|
219395
219539
|
"SearchedFace": {
|
@@ -219432,7 +219576,7 @@ module.exports={
|
|
219432
219576
|
"type": "structure",
|
219433
219577
|
"members": {
|
219434
219578
|
"UserMatches": {
|
219435
|
-
"shape": "
|
219579
|
+
"shape": "Sc8"
|
219436
219580
|
},
|
219437
219581
|
"FaceModelVersion": {},
|
219438
219582
|
"SearchedFace": {
|
@@ -219473,7 +219617,7 @@ module.exports={
|
|
219473
219617
|
},
|
219474
219618
|
"ClientRequestToken": {},
|
219475
219619
|
"NotificationChannel": {
|
219476
|
-
"shape": "
|
219620
|
+
"shape": "Scl"
|
219477
219621
|
},
|
219478
219622
|
"JobTag": {}
|
219479
219623
|
}
|
@@ -219501,7 +219645,7 @@ module.exports={
|
|
219501
219645
|
},
|
219502
219646
|
"ClientRequestToken": {},
|
219503
219647
|
"NotificationChannel": {
|
219504
|
-
"shape": "
|
219648
|
+
"shape": "Scl"
|
219505
219649
|
},
|
219506
219650
|
"JobTag": {}
|
219507
219651
|
}
|
@@ -219526,7 +219670,7 @@ module.exports={
|
|
219526
219670
|
},
|
219527
219671
|
"ClientRequestToken": {},
|
219528
219672
|
"NotificationChannel": {
|
219529
|
-
"shape": "
|
219673
|
+
"shape": "Scl"
|
219530
219674
|
},
|
219531
219675
|
"FaceAttributes": {},
|
219532
219676
|
"JobTag": {}
|
@@ -219557,7 +219701,7 @@ module.exports={
|
|
219557
219701
|
},
|
219558
219702
|
"CollectionId": {},
|
219559
219703
|
"NotificationChannel": {
|
219560
|
-
"shape": "
|
219704
|
+
"shape": "Scl"
|
219561
219705
|
},
|
219562
219706
|
"JobTag": {}
|
219563
219707
|
}
|
@@ -219585,7 +219729,7 @@ module.exports={
|
|
219585
219729
|
"type": "float"
|
219586
219730
|
},
|
219587
219731
|
"NotificationChannel": {
|
219588
|
-
"shape": "
|
219732
|
+
"shape": "Scl"
|
219589
219733
|
},
|
219590
219734
|
"JobTag": {},
|
219591
219735
|
"Features": {
|
@@ -219610,6 +219754,42 @@ module.exports={
|
|
219610
219754
|
},
|
219611
219755
|
"idempotent": true
|
219612
219756
|
},
|
219757
|
+
"StartMediaAnalysisJob": {
|
219758
|
+
"input": {
|
219759
|
+
"type": "structure",
|
219760
|
+
"required": [
|
219761
|
+
"OperationsConfig",
|
219762
|
+
"Input",
|
219763
|
+
"OutputConfig"
|
219764
|
+
],
|
219765
|
+
"members": {
|
219766
|
+
"ClientRequestToken": {
|
219767
|
+
"idempotencyToken": true
|
219768
|
+
},
|
219769
|
+
"JobName": {},
|
219770
|
+
"OperationsConfig": {
|
219771
|
+
"shape": "S9c"
|
219772
|
+
},
|
219773
|
+
"Input": {
|
219774
|
+
"shape": "S9h"
|
219775
|
+
},
|
219776
|
+
"OutputConfig": {
|
219777
|
+
"shape": "S9i"
|
219778
|
+
},
|
219779
|
+
"KmsKeyId": {}
|
219780
|
+
}
|
219781
|
+
},
|
219782
|
+
"output": {
|
219783
|
+
"type": "structure",
|
219784
|
+
"required": [
|
219785
|
+
"JobId"
|
219786
|
+
],
|
219787
|
+
"members": {
|
219788
|
+
"JobId": {}
|
219789
|
+
}
|
219790
|
+
},
|
219791
|
+
"idempotent": true
|
219792
|
+
},
|
219613
219793
|
"StartPersonTracking": {
|
219614
219794
|
"input": {
|
219615
219795
|
"type": "structure",
|
@@ -219622,7 +219802,7 @@ module.exports={
|
|
219622
219802
|
},
|
219623
219803
|
"ClientRequestToken": {},
|
219624
219804
|
"NotificationChannel": {
|
219625
|
-
"shape": "
|
219805
|
+
"shape": "Scl"
|
219626
219806
|
},
|
219627
219807
|
"JobTag": {}
|
219628
219808
|
}
|
@@ -219672,7 +219852,7 @@ module.exports={
|
|
219672
219852
|
},
|
219673
219853
|
"ClientRequestToken": {},
|
219674
219854
|
"NotificationChannel": {
|
219675
|
-
"shape": "
|
219855
|
+
"shape": "Scl"
|
219676
219856
|
},
|
219677
219857
|
"JobTag": {},
|
219678
219858
|
"Filters": {
|
@@ -219772,7 +219952,7 @@ module.exports={
|
|
219772
219952
|
},
|
219773
219953
|
"ClientRequestToken": {},
|
219774
219954
|
"NotificationChannel": {
|
219775
|
-
"shape": "
|
219955
|
+
"shape": "Scl"
|
219776
219956
|
},
|
219777
219957
|
"JobTag": {},
|
219778
219958
|
"Filters": {
|
@@ -220659,7 +220839,65 @@ module.exports={
|
|
220659
220839
|
"UserId": {}
|
220660
220840
|
}
|
220661
220841
|
},
|
220662
|
-
"
|
220842
|
+
"S9c": {
|
220843
|
+
"type": "structure",
|
220844
|
+
"members": {
|
220845
|
+
"DetectModerationLabels": {
|
220846
|
+
"type": "structure",
|
220847
|
+
"members": {
|
220848
|
+
"MinConfidence": {
|
220849
|
+
"type": "float"
|
220850
|
+
},
|
220851
|
+
"ProjectVersion": {}
|
220852
|
+
}
|
220853
|
+
}
|
220854
|
+
}
|
220855
|
+
},
|
220856
|
+
"S9f": {
|
220857
|
+
"type": "structure",
|
220858
|
+
"members": {
|
220859
|
+
"Code": {},
|
220860
|
+
"Message": {}
|
220861
|
+
}
|
220862
|
+
},
|
220863
|
+
"S9h": {
|
220864
|
+
"type": "structure",
|
220865
|
+
"required": [
|
220866
|
+
"S3Object"
|
220867
|
+
],
|
220868
|
+
"members": {
|
220869
|
+
"S3Object": {
|
220870
|
+
"shape": "Sj"
|
220871
|
+
}
|
220872
|
+
}
|
220873
|
+
},
|
220874
|
+
"S9i": {
|
220875
|
+
"type": "structure",
|
220876
|
+
"required": [
|
220877
|
+
"S3Bucket"
|
220878
|
+
],
|
220879
|
+
"members": {
|
220880
|
+
"S3Bucket": {},
|
220881
|
+
"S3KeyPrefix": {}
|
220882
|
+
}
|
220883
|
+
},
|
220884
|
+
"S9k": {
|
220885
|
+
"type": "structure",
|
220886
|
+
"members": {
|
220887
|
+
"S3Object": {
|
220888
|
+
"shape": "Sj"
|
220889
|
+
}
|
220890
|
+
}
|
220891
|
+
},
|
220892
|
+
"S9l": {
|
220893
|
+
"type": "structure",
|
220894
|
+
"members": {
|
220895
|
+
"S3Object": {
|
220896
|
+
"shape": "Sj"
|
220897
|
+
}
|
220898
|
+
}
|
220899
|
+
},
|
220900
|
+
"Sc8": {
|
220663
220901
|
"type": "list",
|
220664
220902
|
"member": {
|
220665
220903
|
"type": "structure",
|
@@ -220677,7 +220915,7 @@ module.exports={
|
|
220677
220915
|
}
|
220678
220916
|
}
|
220679
220917
|
},
|
220680
|
-
"
|
220918
|
+
"Scl": {
|
220681
220919
|
"type": "structure",
|
220682
220920
|
"required": [
|
220683
220921
|
"SNSTopicArn",
|
@@ -220769,6 +221007,11 @@ module.exports={
|
|
220769
221007
|
"output_token": "NextToken",
|
220770
221008
|
"result_key": "Faces"
|
220771
221009
|
},
|
221010
|
+
"ListMediaAnalysisJobs": {
|
221011
|
+
"input_token": "NextToken",
|
221012
|
+
"limit_key": "MaxResults",
|
221013
|
+
"output_token": "NextToken"
|
221014
|
+
},
|
220772
221015
|
"ListProjectPolicies": {
|
220773
221016
|
"input_token": "NextToken",
|
220774
221017
|
"limit_key": "MaxResults",
|
@@ -241075,6 +241318,21 @@ module.exports={
|
|
241075
241318
|
}
|
241076
241319
|
}
|
241077
241320
|
},
|
241321
|
+
"DeleteOpsItem": {
|
241322
|
+
"input": {
|
241323
|
+
"type": "structure",
|
241324
|
+
"required": [
|
241325
|
+
"OpsItemId"
|
241326
|
+
],
|
241327
|
+
"members": {
|
241328
|
+
"OpsItemId": {}
|
241329
|
+
}
|
241330
|
+
},
|
241331
|
+
"output": {
|
241332
|
+
"type": "structure",
|
241333
|
+
"members": {}
|
241334
|
+
}
|
241335
|
+
},
|
241078
241336
|
"DeleteOpsMetadata": {
|
241079
241337
|
"input": {
|
241080
241338
|
"type": "structure",
|
@@ -241113,7 +241371,7 @@ module.exports={
|
|
241113
241371
|
],
|
241114
241372
|
"members": {
|
241115
241373
|
"Names": {
|
241116
|
-
"shape": "
|
241374
|
+
"shape": "S7m"
|
241117
241375
|
}
|
241118
241376
|
}
|
241119
241377
|
},
|
@@ -241121,10 +241379,10 @@ module.exports={
|
|
241121
241379
|
"type": "structure",
|
241122
241380
|
"members": {
|
241123
241381
|
"DeletedParameters": {
|
241124
|
-
"shape": "
|
241382
|
+
"shape": "S7m"
|
241125
241383
|
},
|
241126
241384
|
"InvalidParameters": {
|
241127
|
-
"shape": "
|
241385
|
+
"shape": "S7m"
|
241128
241386
|
}
|
241129
241387
|
}
|
241130
241388
|
}
|
@@ -241511,7 +241769,7 @@ module.exports={
|
|
241511
241769
|
"ExecutedBy": {},
|
241512
241770
|
"LogFile": {},
|
241513
241771
|
"Outputs": {
|
241514
|
-
"shape": "
|
241772
|
+
"shape": "S9m"
|
241515
241773
|
},
|
241516
241774
|
"Mode": {},
|
241517
241775
|
"ParentAutomationExecutionId": {},
|
@@ -241526,7 +241784,7 @@ module.exports={
|
|
241526
241784
|
"shape": "S25"
|
241527
241785
|
},
|
241528
241786
|
"ResolvedTargets": {
|
241529
|
-
"shape": "
|
241787
|
+
"shape": "S9r"
|
241530
241788
|
},
|
241531
241789
|
"MaxConcurrency": {},
|
241532
241790
|
"MaxErrors": {},
|
@@ -241543,7 +241801,7 @@ module.exports={
|
|
241543
241801
|
"type": "timestamp"
|
241544
241802
|
},
|
241545
241803
|
"Runbooks": {
|
241546
|
-
"shape": "
|
241804
|
+
"shape": "S9v"
|
241547
241805
|
},
|
241548
241806
|
"OpsItemId": {},
|
241549
241807
|
"AssociationId": {},
|
@@ -241593,7 +241851,7 @@ module.exports={
|
|
241593
241851
|
"type": "structure",
|
241594
241852
|
"members": {
|
241595
241853
|
"StepExecutions": {
|
241596
|
-
"shape": "
|
241854
|
+
"shape": "Sa5"
|
241597
241855
|
},
|
241598
241856
|
"NextToken": {}
|
241599
241857
|
}
|
@@ -241604,7 +241862,7 @@ module.exports={
|
|
241604
241862
|
"type": "structure",
|
241605
241863
|
"members": {
|
241606
241864
|
"Filters": {
|
241607
|
-
"shape": "
|
241865
|
+
"shape": "Saf"
|
241608
241866
|
},
|
241609
241867
|
"MaxResults": {
|
241610
241868
|
"type": "integer"
|
@@ -241618,7 +241876,7 @@ module.exports={
|
|
241618
241876
|
"Patches": {
|
241619
241877
|
"type": "list",
|
241620
241878
|
"member": {
|
241621
|
-
"shape": "
|
241879
|
+
"shape": "San"
|
241622
241880
|
}
|
241623
241881
|
},
|
241624
241882
|
"NextToken": {}
|
@@ -241666,7 +241924,7 @@ module.exports={
|
|
241666
241924
|
"type": "structure",
|
241667
241925
|
"members": {
|
241668
241926
|
"AccountIds": {
|
241669
|
-
"shape": "
|
241927
|
+
"shape": "Sbi"
|
241670
241928
|
},
|
241671
241929
|
"AccountSharingInfoList": {
|
241672
241930
|
"type": "list",
|
@@ -241738,7 +241996,7 @@ module.exports={
|
|
241738
241996
|
"type": "structure",
|
241739
241997
|
"members": {
|
241740
241998
|
"Patch": {
|
241741
|
-
"shape": "
|
241999
|
+
"shape": "San"
|
241742
242000
|
},
|
241743
242001
|
"PatchStatus": {
|
241744
242002
|
"type": "structure",
|
@@ -241825,7 +242083,7 @@ module.exports={
|
|
241825
242083
|
"members": {
|
241826
242084
|
"key": {},
|
241827
242085
|
"valueSet": {
|
241828
|
-
"shape": "
|
242086
|
+
"shape": "Scb"
|
241829
242087
|
}
|
241830
242088
|
}
|
241831
242089
|
}
|
@@ -241841,7 +242099,7 @@ module.exports={
|
|
241841
242099
|
"members": {
|
241842
242100
|
"Key": {},
|
241843
242101
|
"Values": {
|
241844
|
-
"shape": "
|
242102
|
+
"shape": "Scb"
|
241845
242103
|
}
|
241846
242104
|
}
|
241847
242105
|
}
|
@@ -241932,7 +242190,7 @@ module.exports={
|
|
241932
242190
|
"InstancePatchStates": {
|
241933
242191
|
"type": "list",
|
241934
242192
|
"member": {
|
241935
|
-
"shape": "
|
242193
|
+
"shape": "Scx"
|
241936
242194
|
}
|
241937
242195
|
},
|
241938
242196
|
"NextToken": {}
|
@@ -241978,7 +242236,7 @@ module.exports={
|
|
241978
242236
|
"InstancePatchStates": {
|
241979
242237
|
"type": "list",
|
241980
242238
|
"member": {
|
241981
|
-
"shape": "
|
242239
|
+
"shape": "Scx"
|
241982
242240
|
}
|
241983
242241
|
},
|
241984
242242
|
"NextToken": {}
|
@@ -241994,7 +242252,7 @@ module.exports={
|
|
241994
242252
|
"members": {
|
241995
242253
|
"InstanceId": {},
|
241996
242254
|
"Filters": {
|
241997
|
-
"shape": "
|
242255
|
+
"shape": "Saf"
|
241998
242256
|
},
|
241999
242257
|
"NextToken": {},
|
242000
242258
|
"MaxResults": {
|
@@ -242084,7 +242342,7 @@ module.exports={
|
|
242084
242342
|
"WindowExecutionId": {},
|
242085
242343
|
"TaskId": {},
|
242086
242344
|
"Filters": {
|
242087
|
-
"shape": "
|
242345
|
+
"shape": "Se3"
|
242088
242346
|
},
|
242089
242347
|
"MaxResults": {
|
242090
242348
|
"type": "integer"
|
@@ -242106,7 +242364,7 @@ module.exports={
|
|
242106
242364
|
"ExecutionId": {},
|
242107
242365
|
"TaskType": {},
|
242108
242366
|
"Parameters": {
|
242109
|
-
"shape": "
|
242367
|
+
"shape": "Sef"
|
242110
242368
|
},
|
242111
242369
|
"Status": {},
|
242112
242370
|
"StatusDetails": {},
|
@@ -242117,7 +242375,7 @@ module.exports={
|
|
242117
242375
|
"type": "timestamp"
|
242118
242376
|
},
|
242119
242377
|
"OwnerInformation": {
|
242120
|
-
"shape": "
|
242378
|
+
"shape": "Sd0"
|
242121
242379
|
},
|
242122
242380
|
"WindowTargetId": {}
|
242123
242381
|
}
|
@@ -242136,7 +242394,7 @@ module.exports={
|
|
242136
242394
|
"members": {
|
242137
242395
|
"WindowExecutionId": {},
|
242138
242396
|
"Filters": {
|
242139
|
-
"shape": "
|
242397
|
+
"shape": "Se3"
|
242140
242398
|
},
|
242141
242399
|
"MaxResults": {
|
242142
242400
|
"type": "integer"
|
@@ -242186,7 +242444,7 @@ module.exports={
|
|
242186
242444
|
"members": {
|
242187
242445
|
"WindowId": {},
|
242188
242446
|
"Filters": {
|
242189
|
-
"shape": "
|
242447
|
+
"shape": "Se3"
|
242190
242448
|
},
|
242191
242449
|
"MaxResults": {
|
242192
242450
|
"type": "integer"
|
@@ -242229,7 +242487,7 @@ module.exports={
|
|
242229
242487
|
},
|
242230
242488
|
"ResourceType": {},
|
242231
242489
|
"Filters": {
|
242232
|
-
"shape": "
|
242490
|
+
"shape": "Saf"
|
242233
242491
|
},
|
242234
242492
|
"MaxResults": {
|
242235
242493
|
"type": "integer"
|
@@ -242264,7 +242522,7 @@ module.exports={
|
|
242264
242522
|
"members": {
|
242265
242523
|
"WindowId": {},
|
242266
242524
|
"Filters": {
|
242267
|
-
"shape": "
|
242525
|
+
"shape": "Se3"
|
242268
242526
|
},
|
242269
242527
|
"MaxResults": {
|
242270
242528
|
"type": "integer"
|
@@ -242287,7 +242545,7 @@ module.exports={
|
|
242287
242545
|
"shape": "S18"
|
242288
242546
|
},
|
242289
242547
|
"OwnerInformation": {
|
242290
|
-
"shape": "
|
242548
|
+
"shape": "Sd0"
|
242291
242549
|
},
|
242292
242550
|
"Name": {},
|
242293
242551
|
"Description": {
|
@@ -242309,7 +242567,7 @@ module.exports={
|
|
242309
242567
|
"members": {
|
242310
242568
|
"WindowId": {},
|
242311
242569
|
"Filters": {
|
242312
|
-
"shape": "
|
242570
|
+
"shape": "Se3"
|
242313
242571
|
},
|
242314
242572
|
"MaxResults": {
|
242315
242573
|
"type": "integer"
|
@@ -242333,13 +242591,13 @@ module.exports={
|
|
242333
242591
|
"shape": "S18"
|
242334
242592
|
},
|
242335
242593
|
"TaskParameters": {
|
242336
|
-
"shape": "
|
242594
|
+
"shape": "Sf6"
|
242337
242595
|
},
|
242338
242596
|
"Priority": {
|
242339
242597
|
"type": "integer"
|
242340
242598
|
},
|
242341
242599
|
"LoggingInfo": {
|
242342
|
-
"shape": "
|
242600
|
+
"shape": "Sfc"
|
242343
242601
|
},
|
242344
242602
|
"ServiceRoleArn": {},
|
242345
242603
|
"MaxConcurrency": {},
|
@@ -242364,7 +242622,7 @@ module.exports={
|
|
242364
242622
|
"type": "structure",
|
242365
242623
|
"members": {
|
242366
242624
|
"Filters": {
|
242367
|
-
"shape": "
|
242625
|
+
"shape": "Se3"
|
242368
242626
|
},
|
242369
242627
|
"MaxResults": {
|
242370
242628
|
"type": "integer"
|
@@ -242543,7 +242801,7 @@ module.exports={
|
|
242543
242801
|
}
|
242544
242802
|
},
|
242545
242803
|
"ParameterFilters": {
|
242546
|
-
"shape": "
|
242804
|
+
"shape": "Sg6"
|
242547
242805
|
},
|
242548
242806
|
"MaxResults": {
|
242549
242807
|
"type": "integer"
|
@@ -242573,7 +242831,7 @@ module.exports={
|
|
242573
242831
|
},
|
242574
242832
|
"Tier": {},
|
242575
242833
|
"Policies": {
|
242576
|
-
"shape": "
|
242834
|
+
"shape": "Sgl"
|
242577
242835
|
},
|
242578
242836
|
"DataType": {}
|
242579
242837
|
}
|
@@ -242588,7 +242846,7 @@ module.exports={
|
|
242588
242846
|
"type": "structure",
|
242589
242847
|
"members": {
|
242590
242848
|
"Filters": {
|
242591
|
-
"shape": "
|
242849
|
+
"shape": "Saf"
|
242592
242850
|
},
|
242593
242851
|
"MaxResults": {
|
242594
242852
|
"type": "integer"
|
@@ -242602,7 +242860,7 @@ module.exports={
|
|
242602
242860
|
"BaselineIdentities": {
|
242603
242861
|
"type": "list",
|
242604
242862
|
"member": {
|
242605
|
-
"shape": "
|
242863
|
+
"shape": "Sgr"
|
242606
242864
|
}
|
242607
242865
|
},
|
242608
242866
|
"NextToken": {}
|
@@ -242669,7 +242927,7 @@ module.exports={
|
|
242669
242927
|
"type": "integer"
|
242670
242928
|
},
|
242671
242929
|
"Filters": {
|
242672
|
-
"shape": "
|
242930
|
+
"shape": "Saf"
|
242673
242931
|
},
|
242674
242932
|
"NextToken": {}
|
242675
242933
|
}
|
@@ -242684,7 +242942,7 @@ module.exports={
|
|
242684
242942
|
"members": {
|
242685
242943
|
"PatchGroup": {},
|
242686
242944
|
"BaselineIdentity": {
|
242687
|
-
"shape": "
|
242945
|
+
"shape": "Sgr"
|
242688
242946
|
}
|
242689
242947
|
}
|
242690
242948
|
}
|
@@ -242833,16 +243091,16 @@ module.exports={
|
|
242833
243091
|
},
|
242834
243092
|
"AutomationExecutionStatus": {},
|
242835
243093
|
"StepExecutions": {
|
242836
|
-
"shape": "
|
243094
|
+
"shape": "Sa5"
|
242837
243095
|
},
|
242838
243096
|
"StepExecutionsTruncated": {
|
242839
243097
|
"type": "boolean"
|
242840
243098
|
},
|
242841
243099
|
"Parameters": {
|
242842
|
-
"shape": "
|
243100
|
+
"shape": "S9m"
|
242843
243101
|
},
|
242844
243102
|
"Outputs": {
|
242845
|
-
"shape": "
|
243103
|
+
"shape": "S9m"
|
242846
243104
|
},
|
242847
243105
|
"FailureMessage": {},
|
242848
243106
|
"Mode": {},
|
@@ -242858,7 +243116,7 @@ module.exports={
|
|
242858
243116
|
"shape": "S25"
|
242859
243117
|
},
|
242860
243118
|
"ResolvedTargets": {
|
242861
|
-
"shape": "
|
243119
|
+
"shape": "S9r"
|
242862
243120
|
},
|
242863
243121
|
"MaxConcurrency": {},
|
242864
243122
|
"MaxErrors": {},
|
@@ -242897,7 +243155,7 @@ module.exports={
|
|
242897
243155
|
"type": "timestamp"
|
242898
243156
|
},
|
242899
243157
|
"Runbooks": {
|
242900
|
-
"shape": "
|
243158
|
+
"shape": "S9v"
|
242901
243159
|
},
|
242902
243160
|
"OpsItemId": {},
|
242903
243161
|
"AssociationId": {},
|
@@ -242964,7 +243222,7 @@ module.exports={
|
|
242964
243222
|
"StandardErrorContent": {},
|
242965
243223
|
"StandardErrorUrl": {},
|
242966
243224
|
"CloudWatchOutputConfig": {
|
242967
|
-
"shape": "
|
243225
|
+
"shape": "Sic"
|
242968
243226
|
}
|
242969
243227
|
}
|
242970
243228
|
}
|
@@ -243105,10 +243363,10 @@ module.exports={
|
|
243105
243363
|
"type": "structure",
|
243106
243364
|
"members": {
|
243107
243365
|
"Filters": {
|
243108
|
-
"shape": "
|
243366
|
+
"shape": "Siy"
|
243109
243367
|
},
|
243110
243368
|
"Aggregators": {
|
243111
|
-
"shape": "
|
243369
|
+
"shape": "Sj4"
|
243112
243370
|
},
|
243113
243371
|
"ResultAttributes": {
|
243114
243372
|
"type": "list",
|
@@ -243153,7 +243411,7 @@ module.exports={
|
|
243153
243411
|
"CaptureTime": {},
|
243154
243412
|
"ContentHash": {},
|
243155
243413
|
"Content": {
|
243156
|
-
"shape": "
|
243414
|
+
"shape": "Sjl"
|
243157
243415
|
}
|
243158
243416
|
}
|
243159
243417
|
}
|
@@ -243317,7 +243575,7 @@ module.exports={
|
|
243317
243575
|
"TaskParameters": {
|
243318
243576
|
"type": "list",
|
243319
243577
|
"member": {
|
243320
|
-
"shape": "
|
243578
|
+
"shape": "Sf6"
|
243321
243579
|
},
|
243322
243580
|
"sensitive": true
|
243323
243581
|
},
|
@@ -243366,7 +243624,7 @@ module.exports={
|
|
243366
243624
|
"ExecutionId": {},
|
243367
243625
|
"TaskType": {},
|
243368
243626
|
"Parameters": {
|
243369
|
-
"shape": "
|
243627
|
+
"shape": "Sef"
|
243370
243628
|
},
|
243371
243629
|
"Status": {},
|
243372
243630
|
"StatusDetails": {},
|
@@ -243377,7 +243635,7 @@ module.exports={
|
|
243377
243635
|
"type": "timestamp"
|
243378
243636
|
},
|
243379
243637
|
"OwnerInformation": {
|
243380
|
-
"shape": "
|
243638
|
+
"shape": "Sd0"
|
243381
243639
|
},
|
243382
243640
|
"WindowTargetId": {}
|
243383
243641
|
}
|
@@ -243407,10 +243665,10 @@ module.exports={
|
|
243407
243665
|
"ServiceRoleArn": {},
|
243408
243666
|
"TaskType": {},
|
243409
243667
|
"TaskParameters": {
|
243410
|
-
"shape": "
|
243668
|
+
"shape": "Sf6"
|
243411
243669
|
},
|
243412
243670
|
"TaskInvocationParameters": {
|
243413
|
-
"shape": "
|
243671
|
+
"shape": "Skc"
|
243414
243672
|
},
|
243415
243673
|
"Priority": {
|
243416
243674
|
"type": "integer"
|
@@ -243418,7 +243676,7 @@ module.exports={
|
|
243418
243676
|
"MaxConcurrency": {},
|
243419
243677
|
"MaxErrors": {},
|
243420
243678
|
"LoggingInfo": {
|
243421
|
-
"shape": "
|
243679
|
+
"shape": "Sfc"
|
243422
243680
|
},
|
243423
243681
|
"Name": {},
|
243424
243682
|
"Description": {
|
@@ -243526,10 +243784,10 @@ module.exports={
|
|
243526
243784
|
"members": {
|
243527
243785
|
"SyncName": {},
|
243528
243786
|
"Filters": {
|
243529
|
-
"shape": "
|
243787
|
+
"shape": "Skz"
|
243530
243788
|
},
|
243531
243789
|
"Aggregators": {
|
243532
|
-
"shape": "
|
243790
|
+
"shape": "Sl5"
|
243533
243791
|
},
|
243534
243792
|
"ResultAttributes": {
|
243535
243793
|
"type": "list",
|
@@ -243600,7 +243858,7 @@ module.exports={
|
|
243600
243858
|
"type": "structure",
|
243601
243859
|
"members": {
|
243602
243860
|
"Parameter": {
|
243603
|
-
"shape": "
|
243861
|
+
"shape": "Slr"
|
243604
243862
|
}
|
243605
243863
|
}
|
243606
243864
|
}
|
@@ -243639,18 +243897,18 @@ module.exports={
|
|
243639
243897
|
"LastModifiedUser": {},
|
243640
243898
|
"Description": {},
|
243641
243899
|
"Value": {
|
243642
|
-
"shape": "
|
243900
|
+
"shape": "Sls"
|
243643
243901
|
},
|
243644
243902
|
"AllowedPattern": {},
|
243645
243903
|
"Version": {
|
243646
243904
|
"type": "long"
|
243647
243905
|
},
|
243648
243906
|
"Labels": {
|
243649
|
-
"shape": "
|
243907
|
+
"shape": "Sly"
|
243650
243908
|
},
|
243651
243909
|
"Tier": {},
|
243652
243910
|
"Policies": {
|
243653
|
-
"shape": "
|
243911
|
+
"shape": "Sgl"
|
243654
243912
|
},
|
243655
243913
|
"DataType": {}
|
243656
243914
|
}
|
@@ -243668,7 +243926,7 @@ module.exports={
|
|
243668
243926
|
],
|
243669
243927
|
"members": {
|
243670
243928
|
"Names": {
|
243671
|
-
"shape": "
|
243929
|
+
"shape": "S7m"
|
243672
243930
|
},
|
243673
243931
|
"WithDecryption": {
|
243674
243932
|
"type": "boolean"
|
@@ -243679,10 +243937,10 @@ module.exports={
|
|
243679
243937
|
"type": "structure",
|
243680
243938
|
"members": {
|
243681
243939
|
"Parameters": {
|
243682
|
-
"shape": "
|
243940
|
+
"shape": "Sm2"
|
243683
243941
|
},
|
243684
243942
|
"InvalidParameters": {
|
243685
|
-
"shape": "
|
243943
|
+
"shape": "S7m"
|
243686
243944
|
}
|
243687
243945
|
}
|
243688
243946
|
}
|
@@ -243699,7 +243957,7 @@ module.exports={
|
|
243699
243957
|
"type": "boolean"
|
243700
243958
|
},
|
243701
243959
|
"ParameterFilters": {
|
243702
|
-
"shape": "
|
243960
|
+
"shape": "Sg6"
|
243703
243961
|
},
|
243704
243962
|
"WithDecryption": {
|
243705
243963
|
"type": "boolean"
|
@@ -243714,7 +243972,7 @@ module.exports={
|
|
243714
243972
|
"type": "structure",
|
243715
243973
|
"members": {
|
243716
243974
|
"Parameters": {
|
243717
|
-
"shape": "
|
243975
|
+
"shape": "Sm2"
|
243718
243976
|
},
|
243719
243977
|
"NextToken": {}
|
243720
243978
|
}
|
@@ -243836,7 +244094,7 @@ module.exports={
|
|
243836
244094
|
"type": "structure",
|
243837
244095
|
"members": {
|
243838
244096
|
"ServiceSetting": {
|
243839
|
-
"shape": "
|
244097
|
+
"shape": "Smk"
|
243840
244098
|
}
|
243841
244099
|
}
|
243842
244100
|
}
|
@@ -243854,7 +244112,7 @@ module.exports={
|
|
243854
244112
|
"type": "long"
|
243855
244113
|
},
|
243856
244114
|
"Labels": {
|
243857
|
-
"shape": "
|
244115
|
+
"shape": "Sly"
|
243858
244116
|
}
|
243859
244117
|
}
|
243860
244118
|
},
|
@@ -243862,7 +244120,7 @@ module.exports={
|
|
243862
244120
|
"type": "structure",
|
243863
244121
|
"members": {
|
243864
244122
|
"InvalidLabels": {
|
243865
|
-
"shape": "
|
244123
|
+
"shape": "Sly"
|
243866
244124
|
},
|
243867
244125
|
"ParameterVersion": {
|
243868
244126
|
"type": "long"
|
@@ -244008,7 +244266,7 @@ module.exports={
|
|
244008
244266
|
},
|
244009
244267
|
"NextToken": {},
|
244010
244268
|
"Filters": {
|
244011
|
-
"shape": "
|
244269
|
+
"shape": "Sn2"
|
244012
244270
|
},
|
244013
244271
|
"Details": {
|
244014
244272
|
"type": "boolean"
|
@@ -244065,10 +244323,10 @@ module.exports={
|
|
244065
244323
|
},
|
244066
244324
|
"ServiceRole": {},
|
244067
244325
|
"NotificationConfig": {
|
244068
|
-
"shape": "
|
244326
|
+
"shape": "Ske"
|
244069
244327
|
},
|
244070
244328
|
"CloudWatchOutputConfig": {
|
244071
|
-
"shape": "
|
244329
|
+
"shape": "Sic"
|
244072
244330
|
}
|
244073
244331
|
}
|
244074
244332
|
}
|
@@ -244088,7 +244346,7 @@ module.exports={
|
|
244088
244346
|
},
|
244089
244347
|
"NextToken": {},
|
244090
244348
|
"Filters": {
|
244091
|
-
"shape": "
|
244349
|
+
"shape": "Sn2"
|
244092
244350
|
}
|
244093
244351
|
}
|
244094
244352
|
},
|
@@ -244098,7 +244356,7 @@ module.exports={
|
|
244098
244356
|
"Commands": {
|
244099
244357
|
"type": "list",
|
244100
244358
|
"member": {
|
244101
|
-
"shape": "
|
244359
|
+
"shape": "Sni"
|
244102
244360
|
}
|
244103
244361
|
},
|
244104
244362
|
"NextToken": {}
|
@@ -244110,7 +244368,7 @@ module.exports={
|
|
244110
244368
|
"type": "structure",
|
244111
244369
|
"members": {
|
244112
244370
|
"Filters": {
|
244113
|
-
"shape": "
|
244371
|
+
"shape": "Snp"
|
244114
244372
|
},
|
244115
244373
|
"ResourceIds": {
|
244116
244374
|
"type": "list",
|
@@ -244142,10 +244400,10 @@ module.exports={
|
|
244142
244400
|
"Status": {},
|
244143
244401
|
"Severity": {},
|
244144
244402
|
"ExecutionSummary": {
|
244145
|
-
"shape": "
|
244403
|
+
"shape": "So7"
|
244146
244404
|
},
|
244147
244405
|
"Details": {
|
244148
|
-
"shape": "
|
244406
|
+
"shape": "Soa"
|
244149
244407
|
}
|
244150
244408
|
}
|
244151
244409
|
}
|
@@ -244159,7 +244417,7 @@ module.exports={
|
|
244159
244417
|
"type": "structure",
|
244160
244418
|
"members": {
|
244161
244419
|
"Filters": {
|
244162
|
-
"shape": "
|
244420
|
+
"shape": "Snp"
|
244163
244421
|
},
|
244164
244422
|
"NextToken": {},
|
244165
244423
|
"MaxResults": {
|
@@ -244177,10 +244435,10 @@ module.exports={
|
|
244177
244435
|
"members": {
|
244178
244436
|
"ComplianceType": {},
|
244179
244437
|
"CompliantSummary": {
|
244180
|
-
"shape": "
|
244438
|
+
"shape": "Sof"
|
244181
244439
|
},
|
244182
244440
|
"NonCompliantSummary": {
|
244183
|
-
"shape": "
|
244441
|
+
"shape": "Soi"
|
244184
244442
|
}
|
244185
244443
|
}
|
244186
244444
|
}
|
@@ -244228,7 +244486,7 @@ module.exports={
|
|
244228
244486
|
},
|
244229
244487
|
"ReviewStatus": {},
|
244230
244488
|
"Comment": {
|
244231
|
-
"shape": "
|
244489
|
+
"shape": "Sop"
|
244232
244490
|
},
|
244233
244491
|
"Reviewer": {}
|
244234
244492
|
}
|
@@ -244369,7 +244627,7 @@ module.exports={
|
|
244369
244627
|
"InstanceId": {},
|
244370
244628
|
"TypeName": {},
|
244371
244629
|
"Filters": {
|
244372
|
-
"shape": "
|
244630
|
+
"shape": "Siy"
|
244373
244631
|
},
|
244374
244632
|
"NextToken": {},
|
244375
244633
|
"MaxResults": {
|
@@ -244385,7 +244643,7 @@ module.exports={
|
|
244385
244643
|
"SchemaVersion": {},
|
244386
244644
|
"CaptureTime": {},
|
244387
244645
|
"Entries": {
|
244388
|
-
"shape": "
|
244646
|
+
"shape": "Sjl"
|
244389
244647
|
},
|
244390
244648
|
"NextToken": {}
|
244391
244649
|
}
|
@@ -244435,7 +244693,7 @@ module.exports={
|
|
244435
244693
|
"DetailType": {},
|
244436
244694
|
"Detail": {},
|
244437
244695
|
"CreatedBy": {
|
244438
|
-
"shape": "
|
244696
|
+
"shape": "Spn"
|
244439
244697
|
},
|
244440
244698
|
"CreatedTime": {
|
244441
244699
|
"type": "timestamp"
|
@@ -244491,13 +244749,13 @@ module.exports={
|
|
244491
244749
|
"AssociationType": {},
|
244492
244750
|
"ResourceUri": {},
|
244493
244751
|
"CreatedBy": {
|
244494
|
-
"shape": "
|
244752
|
+
"shape": "Spn"
|
244495
244753
|
},
|
244496
244754
|
"CreatedTime": {
|
244497
244755
|
"type": "timestamp"
|
244498
244756
|
},
|
244499
244757
|
"LastModifiedBy": {
|
244500
|
-
"shape": "
|
244758
|
+
"shape": "Spn"
|
244501
244759
|
},
|
244502
244760
|
"LastModifiedTime": {
|
244503
244761
|
"type": "timestamp"
|
@@ -244564,7 +244822,7 @@ module.exports={
|
|
244564
244822
|
"type": "structure",
|
244565
244823
|
"members": {
|
244566
244824
|
"Filters": {
|
244567
|
-
"shape": "
|
244825
|
+
"shape": "Snp"
|
244568
244826
|
},
|
244569
244827
|
"NextToken": {},
|
244570
244828
|
"MaxResults": {
|
@@ -244586,13 +244844,13 @@ module.exports={
|
|
244586
244844
|
"Status": {},
|
244587
244845
|
"OverallSeverity": {},
|
244588
244846
|
"ExecutionSummary": {
|
244589
|
-
"shape": "
|
244847
|
+
"shape": "So7"
|
244590
244848
|
},
|
244591
244849
|
"CompliantSummary": {
|
244592
|
-
"shape": "
|
244850
|
+
"shape": "Sof"
|
244593
244851
|
},
|
244594
244852
|
"NonCompliantSummary": {
|
244595
|
-
"shape": "
|
244853
|
+
"shape": "Soi"
|
244596
244854
|
}
|
244597
244855
|
}
|
244598
244856
|
}
|
@@ -244697,10 +244955,10 @@ module.exports={
|
|
244697
244955
|
"Name": {},
|
244698
244956
|
"PermissionType": {},
|
244699
244957
|
"AccountIdsToAdd": {
|
244700
|
-
"shape": "
|
244958
|
+
"shape": "Sbi"
|
244701
244959
|
},
|
244702
244960
|
"AccountIdsToRemove": {
|
244703
|
-
"shape": "
|
244961
|
+
"shape": "Sbi"
|
244704
244962
|
},
|
244705
244963
|
"SharedDocumentVersion": {}
|
244706
244964
|
}
|
@@ -244725,7 +244983,7 @@ module.exports={
|
|
244725
244983
|
"ResourceType": {},
|
244726
244984
|
"ComplianceType": {},
|
244727
244985
|
"ExecutionSummary": {
|
244728
|
-
"shape": "
|
244986
|
+
"shape": "So7"
|
244729
244987
|
},
|
244730
244988
|
"Items": {
|
244731
244989
|
"type": "list",
|
@@ -244741,7 +244999,7 @@ module.exports={
|
|
244741
244999
|
"Severity": {},
|
244742
245000
|
"Status": {},
|
244743
245001
|
"Details": {
|
244744
|
-
"shape": "
|
245002
|
+
"shape": "Soa"
|
244745
245003
|
}
|
244746
245004
|
}
|
244747
245005
|
}
|
@@ -244779,7 +245037,7 @@ module.exports={
|
|
244779
245037
|
"CaptureTime": {},
|
244780
245038
|
"ContentHash": {},
|
244781
245039
|
"Content": {
|
244782
|
-
"shape": "
|
245040
|
+
"shape": "Sjl"
|
244783
245041
|
},
|
244784
245042
|
"Context": {
|
244785
245043
|
"type": "map",
|
@@ -244809,7 +245067,7 @@ module.exports={
|
|
244809
245067
|
"Name": {},
|
244810
245068
|
"Description": {},
|
244811
245069
|
"Value": {
|
244812
|
-
"shape": "
|
245070
|
+
"shape": "Sls"
|
244813
245071
|
},
|
244814
245072
|
"Type": {},
|
244815
245073
|
"KeyId": {},
|
@@ -244909,7 +245167,7 @@ module.exports={
|
|
244909
245167
|
"shape": "S18"
|
244910
245168
|
},
|
244911
245169
|
"OwnerInformation": {
|
244912
|
-
"shape": "
|
245170
|
+
"shape": "Sd0"
|
244913
245171
|
},
|
244914
245172
|
"Name": {},
|
244915
245173
|
"Description": {
|
@@ -244944,10 +245202,10 @@ module.exports={
|
|
244944
245202
|
"ServiceRoleArn": {},
|
244945
245203
|
"TaskType": {},
|
244946
245204
|
"TaskParameters": {
|
244947
|
-
"shape": "
|
245205
|
+
"shape": "Sf6"
|
244948
245206
|
},
|
244949
245207
|
"TaskInvocationParameters": {
|
244950
|
-
"shape": "
|
245208
|
+
"shape": "Skc"
|
244951
245209
|
},
|
244952
245210
|
"Priority": {
|
244953
245211
|
"type": "integer"
|
@@ -244955,7 +245213,7 @@ module.exports={
|
|
244955
245213
|
"MaxConcurrency": {},
|
244956
245214
|
"MaxErrors": {},
|
244957
245215
|
"LoggingInfo": {
|
244958
|
-
"shape": "
|
245216
|
+
"shape": "Sfc"
|
244959
245217
|
},
|
244960
245218
|
"Name": {},
|
244961
245219
|
"Description": {
|
@@ -245013,7 +245271,7 @@ module.exports={
|
|
245013
245271
|
"type": "structure",
|
245014
245272
|
"members": {
|
245015
245273
|
"ServiceSetting": {
|
245016
|
-
"shape": "
|
245274
|
+
"shape": "Smk"
|
245017
245275
|
}
|
245018
245276
|
}
|
245019
245277
|
}
|
@@ -245048,7 +245306,7 @@ module.exports={
|
|
245048
245306
|
"AutomationExecutionId": {},
|
245049
245307
|
"SignalType": {},
|
245050
245308
|
"Payload": {
|
245051
|
-
"shape": "
|
245309
|
+
"shape": "S9m"
|
245052
245310
|
}
|
245053
245311
|
}
|
245054
245312
|
},
|
@@ -245088,10 +245346,10 @@ module.exports={
|
|
245088
245346
|
"MaxErrors": {},
|
245089
245347
|
"ServiceRoleArn": {},
|
245090
245348
|
"NotificationConfig": {
|
245091
|
-
"shape": "
|
245349
|
+
"shape": "Ske"
|
245092
245350
|
},
|
245093
245351
|
"CloudWatchOutputConfig": {
|
245094
|
-
"shape": "
|
245352
|
+
"shape": "Sic"
|
245095
245353
|
},
|
245096
245354
|
"AlarmConfiguration": {
|
245097
245355
|
"shape": "S1z"
|
@@ -245102,7 +245360,7 @@ module.exports={
|
|
245102
245360
|
"type": "structure",
|
245103
245361
|
"members": {
|
245104
245362
|
"Command": {
|
245105
|
-
"shape": "
|
245363
|
+
"shape": "Sni"
|
245106
245364
|
}
|
245107
245365
|
}
|
245108
245366
|
}
|
@@ -245135,7 +245393,7 @@ module.exports={
|
|
245135
245393
|
"DocumentName": {},
|
245136
245394
|
"DocumentVersion": {},
|
245137
245395
|
"Parameters": {
|
245138
|
-
"shape": "
|
245396
|
+
"shape": "S9m"
|
245139
245397
|
},
|
245140
245398
|
"ClientToken": {},
|
245141
245399
|
"Mode": {},
|
@@ -245180,7 +245438,7 @@ module.exports={
|
|
245180
245438
|
"DocumentName": {},
|
245181
245439
|
"DocumentVersion": {},
|
245182
245440
|
"Parameters": {
|
245183
|
-
"shape": "
|
245441
|
+
"shape": "S9m"
|
245184
245442
|
},
|
245185
245443
|
"ChangeRequestName": {},
|
245186
245444
|
"ClientToken": {},
|
@@ -245188,7 +245446,7 @@ module.exports={
|
|
245188
245446
|
"type": "boolean"
|
245189
245447
|
},
|
245190
245448
|
"Runbooks": {
|
245191
|
-
"shape": "
|
245449
|
+
"shape": "S9v"
|
245192
245450
|
},
|
245193
245451
|
"Tags": {
|
245194
245452
|
"shape": "S4"
|
@@ -245282,7 +245540,7 @@ module.exports={
|
|
245282
245540
|
"type": "long"
|
245283
245541
|
},
|
245284
245542
|
"Labels": {
|
245285
|
-
"shape": "
|
245543
|
+
"shape": "Sly"
|
245286
245544
|
}
|
245287
245545
|
}
|
245288
245546
|
},
|
@@ -245290,10 +245548,10 @@ module.exports={
|
|
245290
245548
|
"type": "structure",
|
245291
245549
|
"members": {
|
245292
245550
|
"RemovedLabels": {
|
245293
|
-
"shape": "
|
245551
|
+
"shape": "Sly"
|
245294
245552
|
},
|
245295
245553
|
"InvalidLabels": {
|
245296
|
-
"shape": "
|
245554
|
+
"shape": "Sly"
|
245297
245555
|
}
|
245298
245556
|
}
|
245299
245557
|
}
|
@@ -245452,7 +245710,7 @@ module.exports={
|
|
245452
245710
|
"members": {
|
245453
245711
|
"Action": {},
|
245454
245712
|
"Comment": {
|
245455
|
-
"shape": "
|
245713
|
+
"shape": "Sop"
|
245456
245714
|
}
|
245457
245715
|
}
|
245458
245716
|
}
|
@@ -245543,7 +245801,7 @@ module.exports={
|
|
245543
245801
|
"shape": "S18"
|
245544
245802
|
},
|
245545
245803
|
"OwnerInformation": {
|
245546
|
-
"shape": "
|
245804
|
+
"shape": "Sd0"
|
245547
245805
|
},
|
245548
245806
|
"Name": {},
|
245549
245807
|
"Description": {
|
@@ -245563,7 +245821,7 @@ module.exports={
|
|
245563
245821
|
"shape": "S18"
|
245564
245822
|
},
|
245565
245823
|
"OwnerInformation": {
|
245566
|
-
"shape": "
|
245824
|
+
"shape": "Sd0"
|
245567
245825
|
},
|
245568
245826
|
"Name": {},
|
245569
245827
|
"Description": {
|
@@ -245588,10 +245846,10 @@ module.exports={
|
|
245588
245846
|
"TaskArn": {},
|
245589
245847
|
"ServiceRoleArn": {},
|
245590
245848
|
"TaskParameters": {
|
245591
|
-
"shape": "
|
245849
|
+
"shape": "Sf6"
|
245592
245850
|
},
|
245593
245851
|
"TaskInvocationParameters": {
|
245594
|
-
"shape": "
|
245852
|
+
"shape": "Skc"
|
245595
245853
|
},
|
245596
245854
|
"Priority": {
|
245597
245855
|
"type": "integer"
|
@@ -245599,7 +245857,7 @@ module.exports={
|
|
245599
245857
|
"MaxConcurrency": {},
|
245600
245858
|
"MaxErrors": {},
|
245601
245859
|
"LoggingInfo": {
|
245602
|
-
"shape": "
|
245860
|
+
"shape": "Sfc"
|
245603
245861
|
},
|
245604
245862
|
"Name": {},
|
245605
245863
|
"Description": {
|
@@ -245625,10 +245883,10 @@ module.exports={
|
|
245625
245883
|
"TaskArn": {},
|
245626
245884
|
"ServiceRoleArn": {},
|
245627
245885
|
"TaskParameters": {
|
245628
|
-
"shape": "
|
245886
|
+
"shape": "Sf6"
|
245629
245887
|
},
|
245630
245888
|
"TaskInvocationParameters": {
|
245631
|
-
"shape": "
|
245889
|
+
"shape": "Skc"
|
245632
245890
|
},
|
245633
245891
|
"Priority": {
|
245634
245892
|
"type": "integer"
|
@@ -245636,7 +245894,7 @@ module.exports={
|
|
245636
245894
|
"MaxConcurrency": {},
|
245637
245895
|
"MaxErrors": {},
|
245638
245896
|
"LoggingInfo": {
|
245639
|
-
"shape": "
|
245897
|
+
"shape": "Sfc"
|
245640
245898
|
},
|
245641
245899
|
"Name": {},
|
245642
245900
|
"Description": {
|
@@ -246451,11 +246709,11 @@ module.exports={
|
|
246451
246709
|
}
|
246452
246710
|
}
|
246453
246711
|
},
|
246454
|
-
"
|
246712
|
+
"S7m": {
|
246455
246713
|
"type": "list",
|
246456
246714
|
"member": {}
|
246457
246715
|
},
|
246458
|
-
"
|
246716
|
+
"S9m": {
|
246459
246717
|
"type": "map",
|
246460
246718
|
"key": {},
|
246461
246719
|
"value": {
|
@@ -246463,7 +246721,7 @@ module.exports={
|
|
246463
246721
|
"member": {}
|
246464
246722
|
}
|
246465
246723
|
},
|
246466
|
-
"
|
246724
|
+
"S9r": {
|
246467
246725
|
"type": "structure",
|
246468
246726
|
"members": {
|
246469
246727
|
"ParameterValues": {
|
@@ -246475,7 +246733,7 @@ module.exports={
|
|
246475
246733
|
}
|
246476
246734
|
}
|
246477
246735
|
},
|
246478
|
-
"
|
246736
|
+
"S9v": {
|
246479
246737
|
"type": "list",
|
246480
246738
|
"member": {
|
246481
246739
|
"type": "structure",
|
@@ -246486,7 +246744,7 @@ module.exports={
|
|
246486
246744
|
"DocumentName": {},
|
246487
246745
|
"DocumentVersion": {},
|
246488
246746
|
"Parameters": {
|
246489
|
-
"shape": "
|
246747
|
+
"shape": "S9m"
|
246490
246748
|
},
|
246491
246749
|
"TargetParameterName": {},
|
246492
246750
|
"Targets": {
|
@@ -246503,7 +246761,7 @@ module.exports={
|
|
246503
246761
|
}
|
246504
246762
|
}
|
246505
246763
|
},
|
246506
|
-
"
|
246764
|
+
"Sa5": {
|
246507
246765
|
"type": "list",
|
246508
246766
|
"member": {
|
246509
246767
|
"type": "structure",
|
@@ -246531,7 +246789,7 @@ module.exports={
|
|
246531
246789
|
"value": {}
|
246532
246790
|
},
|
246533
246791
|
"Outputs": {
|
246534
|
-
"shape": "
|
246792
|
+
"shape": "S9m"
|
246535
246793
|
},
|
246536
246794
|
"Response": {},
|
246537
246795
|
"FailureMessage": {},
|
@@ -246541,13 +246799,13 @@ module.exports={
|
|
246541
246799
|
"FailureStage": {},
|
246542
246800
|
"FailureType": {},
|
246543
246801
|
"Details": {
|
246544
|
-
"shape": "
|
246802
|
+
"shape": "S9m"
|
246545
246803
|
}
|
246546
246804
|
}
|
246547
246805
|
},
|
246548
246806
|
"StepExecutionId": {},
|
246549
246807
|
"OverriddenParameters": {
|
246550
|
-
"shape": "
|
246808
|
+
"shape": "S9m"
|
246551
246809
|
},
|
246552
246810
|
"IsEnd": {
|
246553
246811
|
"type": "boolean"
|
@@ -246572,7 +246830,7 @@ module.exports={
|
|
246572
246830
|
}
|
246573
246831
|
}
|
246574
246832
|
},
|
246575
|
-
"
|
246833
|
+
"Saf": {
|
246576
246834
|
"type": "list",
|
246577
246835
|
"member": {
|
246578
246836
|
"type": "structure",
|
@@ -246585,7 +246843,7 @@ module.exports={
|
|
246585
246843
|
}
|
246586
246844
|
}
|
246587
246845
|
},
|
246588
|
-
"
|
246846
|
+
"San": {
|
246589
246847
|
"type": "structure",
|
246590
246848
|
"members": {
|
246591
246849
|
"Id": {},
|
@@ -246626,15 +246884,15 @@ module.exports={
|
|
246626
246884
|
"Repository": {}
|
246627
246885
|
}
|
246628
246886
|
},
|
246629
|
-
"
|
246887
|
+
"Sbi": {
|
246630
246888
|
"type": "list",
|
246631
246889
|
"member": {}
|
246632
246890
|
},
|
246633
|
-
"
|
246891
|
+
"Scb": {
|
246634
246892
|
"type": "list",
|
246635
246893
|
"member": {}
|
246636
246894
|
},
|
246637
|
-
"
|
246895
|
+
"Scx": {
|
246638
246896
|
"type": "structure",
|
246639
246897
|
"required": [
|
246640
246898
|
"InstanceId",
|
@@ -246651,7 +246909,7 @@ module.exports={
|
|
246651
246909
|
"SnapshotId": {},
|
246652
246910
|
"InstallOverrideList": {},
|
246653
246911
|
"OwnerInformation": {
|
246654
|
-
"shape": "
|
246912
|
+
"shape": "Sd0"
|
246655
246913
|
},
|
246656
246914
|
"InstalledCount": {
|
246657
246915
|
"type": "integer"
|
@@ -246699,11 +246957,11 @@ module.exports={
|
|
246699
246957
|
}
|
246700
246958
|
}
|
246701
246959
|
},
|
246702
|
-
"
|
246960
|
+
"Sd0": {
|
246703
246961
|
"type": "string",
|
246704
246962
|
"sensitive": true
|
246705
246963
|
},
|
246706
|
-
"
|
246964
|
+
"Se3": {
|
246707
246965
|
"type": "list",
|
246708
246966
|
"member": {
|
246709
246967
|
"type": "structure",
|
@@ -246716,11 +246974,11 @@ module.exports={
|
|
246716
246974
|
}
|
246717
246975
|
}
|
246718
246976
|
},
|
246719
|
-
"
|
246977
|
+
"Sef": {
|
246720
246978
|
"type": "string",
|
246721
246979
|
"sensitive": true
|
246722
246980
|
},
|
246723
|
-
"
|
246981
|
+
"Sf6": {
|
246724
246982
|
"type": "map",
|
246725
246983
|
"key": {},
|
246726
246984
|
"value": {
|
@@ -246739,7 +246997,7 @@ module.exports={
|
|
246739
246997
|
},
|
246740
246998
|
"sensitive": true
|
246741
246999
|
},
|
246742
|
-
"
|
247000
|
+
"Sfc": {
|
246743
247001
|
"type": "structure",
|
246744
247002
|
"required": [
|
246745
247003
|
"S3BucketName",
|
@@ -246751,7 +247009,7 @@ module.exports={
|
|
246751
247009
|
"S3Region": {}
|
246752
247010
|
}
|
246753
247011
|
},
|
246754
|
-
"
|
247012
|
+
"Sg6": {
|
246755
247013
|
"type": "list",
|
246756
247014
|
"member": {
|
246757
247015
|
"type": "structure",
|
@@ -246768,7 +247026,7 @@ module.exports={
|
|
246768
247026
|
}
|
246769
247027
|
}
|
246770
247028
|
},
|
246771
|
-
"
|
247029
|
+
"Sgl": {
|
246772
247030
|
"type": "list",
|
246773
247031
|
"member": {
|
246774
247032
|
"type": "structure",
|
@@ -246779,7 +247037,7 @@ module.exports={
|
|
246779
247037
|
}
|
246780
247038
|
}
|
246781
247039
|
},
|
246782
|
-
"
|
247040
|
+
"Sgr": {
|
246783
247041
|
"type": "structure",
|
246784
247042
|
"members": {
|
246785
247043
|
"BaselineId": {},
|
@@ -246791,7 +247049,7 @@ module.exports={
|
|
246791
247049
|
}
|
246792
247050
|
}
|
246793
247051
|
},
|
246794
|
-
"
|
247052
|
+
"Sic": {
|
246795
247053
|
"type": "structure",
|
246796
247054
|
"members": {
|
246797
247055
|
"CloudWatchLogGroupName": {},
|
@@ -246800,7 +247058,7 @@ module.exports={
|
|
246800
247058
|
}
|
246801
247059
|
}
|
246802
247060
|
},
|
246803
|
-
"
|
247061
|
+
"Siy": {
|
246804
247062
|
"type": "list",
|
246805
247063
|
"member": {
|
246806
247064
|
"type": "structure",
|
@@ -246818,14 +247076,14 @@ module.exports={
|
|
246818
247076
|
}
|
246819
247077
|
}
|
246820
247078
|
},
|
246821
|
-
"
|
247079
|
+
"Sj4": {
|
246822
247080
|
"type": "list",
|
246823
247081
|
"member": {
|
246824
247082
|
"type": "structure",
|
246825
247083
|
"members": {
|
246826
247084
|
"Expression": {},
|
246827
247085
|
"Aggregators": {
|
246828
|
-
"shape": "
|
247086
|
+
"shape": "Sj4"
|
246829
247087
|
},
|
246830
247088
|
"Groups": {
|
246831
247089
|
"type": "list",
|
@@ -246838,7 +247096,7 @@ module.exports={
|
|
246838
247096
|
"members": {
|
246839
247097
|
"Name": {},
|
246840
247098
|
"Filters": {
|
246841
|
-
"shape": "
|
247099
|
+
"shape": "Siy"
|
246842
247100
|
}
|
246843
247101
|
}
|
246844
247102
|
}
|
@@ -246846,7 +247104,7 @@ module.exports={
|
|
246846
247104
|
}
|
246847
247105
|
}
|
246848
247106
|
},
|
246849
|
-
"
|
247107
|
+
"Sjl": {
|
246850
247108
|
"type": "list",
|
246851
247109
|
"member": {
|
246852
247110
|
"type": "map",
|
@@ -246854,7 +247112,7 @@ module.exports={
|
|
246854
247112
|
"value": {}
|
246855
247113
|
}
|
246856
247114
|
},
|
246857
|
-
"
|
247115
|
+
"Skc": {
|
246858
247116
|
"type": "structure",
|
246859
247117
|
"members": {
|
246860
247118
|
"RunCommand": {
|
@@ -246862,13 +247120,13 @@ module.exports={
|
|
246862
247120
|
"members": {
|
246863
247121
|
"Comment": {},
|
246864
247122
|
"CloudWatchOutputConfig": {
|
246865
|
-
"shape": "
|
247123
|
+
"shape": "Sic"
|
246866
247124
|
},
|
246867
247125
|
"DocumentHash": {},
|
246868
247126
|
"DocumentHashType": {},
|
246869
247127
|
"DocumentVersion": {},
|
246870
247128
|
"NotificationConfig": {
|
246871
|
-
"shape": "
|
247129
|
+
"shape": "Ske"
|
246872
247130
|
},
|
246873
247131
|
"OutputS3BucketName": {},
|
246874
247132
|
"OutputS3KeyPrefix": {},
|
@@ -246886,7 +247144,7 @@ module.exports={
|
|
246886
247144
|
"members": {
|
246887
247145
|
"DocumentVersion": {},
|
246888
247146
|
"Parameters": {
|
246889
|
-
"shape": "
|
247147
|
+
"shape": "S9m"
|
246890
247148
|
}
|
246891
247149
|
}
|
246892
247150
|
},
|
@@ -246913,7 +247171,7 @@ module.exports={
|
|
246913
247171
|
}
|
246914
247172
|
}
|
246915
247173
|
},
|
246916
|
-
"
|
247174
|
+
"Ske": {
|
246917
247175
|
"type": "structure",
|
246918
247176
|
"members": {
|
246919
247177
|
"NotificationArn": {},
|
@@ -246924,7 +247182,7 @@ module.exports={
|
|
246924
247182
|
"NotificationType": {}
|
246925
247183
|
}
|
246926
247184
|
},
|
246927
|
-
"
|
247185
|
+
"Skz": {
|
246928
247186
|
"type": "list",
|
246929
247187
|
"member": {
|
246930
247188
|
"type": "structure",
|
@@ -246942,7 +247200,7 @@ module.exports={
|
|
246942
247200
|
}
|
246943
247201
|
}
|
246944
247202
|
},
|
246945
|
-
"
|
247203
|
+
"Sl5": {
|
246946
247204
|
"type": "list",
|
246947
247205
|
"member": {
|
246948
247206
|
"type": "structure",
|
@@ -246956,21 +247214,21 @@ module.exports={
|
|
246956
247214
|
"value": {}
|
246957
247215
|
},
|
246958
247216
|
"Filters": {
|
246959
|
-
"shape": "
|
247217
|
+
"shape": "Skz"
|
246960
247218
|
},
|
246961
247219
|
"Aggregators": {
|
246962
|
-
"shape": "
|
247220
|
+
"shape": "Sl5"
|
246963
247221
|
}
|
246964
247222
|
}
|
246965
247223
|
}
|
246966
247224
|
},
|
246967
|
-
"
|
247225
|
+
"Slr": {
|
246968
247226
|
"type": "structure",
|
246969
247227
|
"members": {
|
246970
247228
|
"Name": {},
|
246971
247229
|
"Type": {},
|
246972
247230
|
"Value": {
|
246973
|
-
"shape": "
|
247231
|
+
"shape": "Sls"
|
246974
247232
|
},
|
246975
247233
|
"Version": {
|
246976
247234
|
"type": "long"
|
@@ -246984,21 +247242,21 @@ module.exports={
|
|
246984
247242
|
"DataType": {}
|
246985
247243
|
}
|
246986
247244
|
},
|
246987
|
-
"
|
247245
|
+
"Sls": {
|
246988
247246
|
"type": "string",
|
246989
247247
|
"sensitive": true
|
246990
247248
|
},
|
246991
|
-
"
|
247249
|
+
"Sly": {
|
246992
247250
|
"type": "list",
|
246993
247251
|
"member": {}
|
246994
247252
|
},
|
246995
|
-
"
|
247253
|
+
"Sm2": {
|
246996
247254
|
"type": "list",
|
246997
247255
|
"member": {
|
246998
|
-
"shape": "
|
247256
|
+
"shape": "Slr"
|
246999
247257
|
}
|
247000
247258
|
},
|
247001
|
-
"
|
247259
|
+
"Smk": {
|
247002
247260
|
"type": "structure",
|
247003
247261
|
"members": {
|
247004
247262
|
"SettingId": {},
|
@@ -247011,7 +247269,7 @@ module.exports={
|
|
247011
247269
|
"Status": {}
|
247012
247270
|
}
|
247013
247271
|
},
|
247014
|
-
"
|
247272
|
+
"Sn2": {
|
247015
247273
|
"type": "list",
|
247016
247274
|
"member": {
|
247017
247275
|
"type": "structure",
|
@@ -247025,7 +247283,7 @@ module.exports={
|
|
247025
247283
|
}
|
247026
247284
|
}
|
247027
247285
|
},
|
247028
|
-
"
|
247286
|
+
"Sni": {
|
247029
247287
|
"type": "structure",
|
247030
247288
|
"members": {
|
247031
247289
|
"CommandId": {},
|
@@ -247068,10 +247326,10 @@ module.exports={
|
|
247068
247326
|
},
|
247069
247327
|
"ServiceRole": {},
|
247070
247328
|
"NotificationConfig": {
|
247071
|
-
"shape": "
|
247329
|
+
"shape": "Ske"
|
247072
247330
|
},
|
247073
247331
|
"CloudWatchOutputConfig": {
|
247074
|
-
"shape": "
|
247332
|
+
"shape": "Sic"
|
247075
247333
|
},
|
247076
247334
|
"TimeoutSeconds": {
|
247077
247335
|
"type": "integer"
|
@@ -247084,7 +247342,7 @@ module.exports={
|
|
247084
247342
|
}
|
247085
247343
|
}
|
247086
247344
|
},
|
247087
|
-
"
|
247345
|
+
"Snp": {
|
247088
247346
|
"type": "list",
|
247089
247347
|
"member": {
|
247090
247348
|
"type": "structure",
|
@@ -247098,7 +247356,7 @@ module.exports={
|
|
247098
247356
|
}
|
247099
247357
|
}
|
247100
247358
|
},
|
247101
|
-
"
|
247359
|
+
"So7": {
|
247102
247360
|
"type": "structure",
|
247103
247361
|
"required": [
|
247104
247362
|
"ExecutionTime"
|
@@ -247111,23 +247369,23 @@ module.exports={
|
|
247111
247369
|
"ExecutionType": {}
|
247112
247370
|
}
|
247113
247371
|
},
|
247114
|
-
"
|
247372
|
+
"Soa": {
|
247115
247373
|
"type": "map",
|
247116
247374
|
"key": {},
|
247117
247375
|
"value": {}
|
247118
247376
|
},
|
247119
|
-
"
|
247377
|
+
"Sof": {
|
247120
247378
|
"type": "structure",
|
247121
247379
|
"members": {
|
247122
247380
|
"CompliantCount": {
|
247123
247381
|
"type": "integer"
|
247124
247382
|
},
|
247125
247383
|
"SeveritySummary": {
|
247126
|
-
"shape": "
|
247384
|
+
"shape": "Soh"
|
247127
247385
|
}
|
247128
247386
|
}
|
247129
247387
|
},
|
247130
|
-
"
|
247388
|
+
"Soh": {
|
247131
247389
|
"type": "structure",
|
247132
247390
|
"members": {
|
247133
247391
|
"CriticalCount": {
|
@@ -247150,18 +247408,18 @@ module.exports={
|
|
247150
247408
|
}
|
247151
247409
|
}
|
247152
247410
|
},
|
247153
|
-
"
|
247411
|
+
"Soi": {
|
247154
247412
|
"type": "structure",
|
247155
247413
|
"members": {
|
247156
247414
|
"NonCompliantCount": {
|
247157
247415
|
"type": "integer"
|
247158
247416
|
},
|
247159
247417
|
"SeveritySummary": {
|
247160
|
-
"shape": "
|
247418
|
+
"shape": "Soh"
|
247161
247419
|
}
|
247162
247420
|
}
|
247163
247421
|
},
|
247164
|
-
"
|
247422
|
+
"Sop": {
|
247165
247423
|
"type": "list",
|
247166
247424
|
"member": {
|
247167
247425
|
"type": "structure",
|
@@ -247171,7 +247429,7 @@ module.exports={
|
|
247171
247429
|
}
|
247172
247430
|
}
|
247173
247431
|
},
|
247174
|
-
"
|
247432
|
+
"Spn": {
|
247175
247433
|
"type": "structure",
|
247176
247434
|
"members": {
|
247177
247435
|
"Arn": {}
|
@@ -262289,7 +262547,7 @@ AWS.util.update(AWS, {
|
|
262289
262547
|
/**
|
262290
262548
|
* @constant
|
262291
262549
|
*/
|
262292
|
-
VERSION: '2.
|
262550
|
+
VERSION: '2.1479.0',
|
262293
262551
|
|
262294
262552
|
/**
|
262295
262553
|
* @api private
|
@@ -284470,7 +284728,7 @@ var LRUCache = /** @class */ (function () {
|
|
284470
284728
|
}());
|
284471
284729
|
exports.LRUCache = LRUCache;
|
284472
284730
|
},{}],467:[function(require,module,exports){
|
284473
|
-
// AWS SDK for JavaScript v2.
|
284731
|
+
// AWS SDK for JavaScript v2.1479.0
|
284474
284732
|
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
284475
284733
|
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
|
284476
284734
|
require('./browser_loader');
|