cdk-lambda-subminute 2.0.367 → 2.0.368
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/.jsii +3 -3
- package/lib/cdk-lambda-subminute.js +3 -3
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/cloudformation-2010-05-15.examples.json +519 -0
- package/node_modules/aws-sdk/apis/cloudformation-2010-05-15.min.json +508 -81
- package/node_modules/aws-sdk/apis/cloudformation-2010-05-15.paginators.json +24 -0
- package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +85 -85
- package/node_modules/aws-sdk/apis/ssm-2014-11-06.min.json +319 -301
- package/node_modules/aws-sdk/clients/cloudformation.d.ts +600 -1
- package/node_modules/aws-sdk/clients/elbv2.d.ts +5 -5
- package/node_modules/aws-sdk/clients/glue.d.ts +8 -6
- package/node_modules/aws-sdk/clients/ssm.d.ts +38 -13
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +5 -5
- package/node_modules/aws-sdk/dist/aws-sdk.js +854 -385
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +101 -101
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +3 -3
@@ -1,4 +1,4 @@
|
|
1
|
-
// AWS SDK for JavaScript v2.
|
1
|
+
// AWS SDK for JavaScript v2.1548.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){
|
@@ -14972,9 +14972,7 @@ module.exports={
|
|
14972
14972
|
"ResourceType": {},
|
14973
14973
|
"LogicalResourceId": {},
|
14974
14974
|
"ResourceIdentifier": {
|
14975
|
-
"
|
14976
|
-
"key": {},
|
14977
|
-
"value": {}
|
14975
|
+
"shape": "S22"
|
14978
14976
|
}
|
14979
14977
|
}
|
14980
14978
|
}
|
@@ -14997,6 +14995,31 @@ module.exports={
|
|
14997
14995
|
}
|
14998
14996
|
}
|
14999
14997
|
},
|
14998
|
+
"CreateGeneratedTemplate": {
|
14999
|
+
"input": {
|
15000
|
+
"type": "structure",
|
15001
|
+
"required": [
|
15002
|
+
"GeneratedTemplateName"
|
15003
|
+
],
|
15004
|
+
"members": {
|
15005
|
+
"Resources": {
|
15006
|
+
"shape": "S2c"
|
15007
|
+
},
|
15008
|
+
"GeneratedTemplateName": {},
|
15009
|
+
"StackName": {},
|
15010
|
+
"TemplateConfiguration": {
|
15011
|
+
"shape": "S2f"
|
15012
|
+
}
|
15013
|
+
}
|
15014
|
+
},
|
15015
|
+
"output": {
|
15016
|
+
"resultWrapper": "CreateGeneratedTemplateResult",
|
15017
|
+
"type": "structure",
|
15018
|
+
"members": {
|
15019
|
+
"GeneratedTemplateId": {}
|
15020
|
+
}
|
15021
|
+
}
|
15022
|
+
},
|
15000
15023
|
"CreateStack": {
|
15001
15024
|
"input": {
|
15002
15025
|
"type": "structure",
|
@@ -15062,19 +15085,19 @@ module.exports={
|
|
15062
15085
|
"members": {
|
15063
15086
|
"StackSetName": {},
|
15064
15087
|
"Accounts": {
|
15065
|
-
"shape": "
|
15088
|
+
"shape": "S2v"
|
15066
15089
|
},
|
15067
15090
|
"DeploymentTargets": {
|
15068
|
-
"shape": "
|
15091
|
+
"shape": "S2x"
|
15069
15092
|
},
|
15070
15093
|
"Regions": {
|
15071
|
-
"shape": "
|
15094
|
+
"shape": "S32"
|
15072
15095
|
},
|
15073
15096
|
"ParameterOverrides": {
|
15074
15097
|
"shape": "S1a"
|
15075
15098
|
},
|
15076
15099
|
"OperationPreferences": {
|
15077
|
-
"shape": "
|
15100
|
+
"shape": "S34"
|
15078
15101
|
},
|
15079
15102
|
"OperationId": {
|
15080
15103
|
"idempotencyToken": true
|
@@ -15115,14 +15138,14 @@ module.exports={
|
|
15115
15138
|
"ExecutionRoleName": {},
|
15116
15139
|
"PermissionModel": {},
|
15117
15140
|
"AutoDeployment": {
|
15118
|
-
"shape": "
|
15141
|
+
"shape": "S3g"
|
15119
15142
|
},
|
15120
15143
|
"CallAs": {},
|
15121
15144
|
"ClientRequestToken": {
|
15122
15145
|
"idempotencyToken": true
|
15123
15146
|
},
|
15124
15147
|
"ManagedExecution": {
|
15125
|
-
"shape": "
|
15148
|
+
"shape": "S3j"
|
15126
15149
|
}
|
15127
15150
|
}
|
15128
15151
|
},
|
@@ -15178,6 +15201,17 @@ module.exports={
|
|
15178
15201
|
"members": {}
|
15179
15202
|
}
|
15180
15203
|
},
|
15204
|
+
"DeleteGeneratedTemplate": {
|
15205
|
+
"input": {
|
15206
|
+
"type": "structure",
|
15207
|
+
"required": [
|
15208
|
+
"GeneratedTemplateName"
|
15209
|
+
],
|
15210
|
+
"members": {
|
15211
|
+
"GeneratedTemplateName": {}
|
15212
|
+
}
|
15213
|
+
}
|
15214
|
+
},
|
15181
15215
|
"DeleteStack": {
|
15182
15216
|
"input": {
|
15183
15217
|
"type": "structure",
|
@@ -15206,16 +15240,16 @@ module.exports={
|
|
15206
15240
|
"members": {
|
15207
15241
|
"StackSetName": {},
|
15208
15242
|
"Accounts": {
|
15209
|
-
"shape": "
|
15243
|
+
"shape": "S2v"
|
15210
15244
|
},
|
15211
15245
|
"DeploymentTargets": {
|
15212
|
-
"shape": "
|
15246
|
+
"shape": "S2x"
|
15213
15247
|
},
|
15214
15248
|
"Regions": {
|
15215
|
-
"shape": "
|
15249
|
+
"shape": "S32"
|
15216
15250
|
},
|
15217
15251
|
"OperationPreferences": {
|
15218
|
-
"shape": "
|
15252
|
+
"shape": "S34"
|
15219
15253
|
},
|
15220
15254
|
"RetainStacks": {
|
15221
15255
|
"type": "boolean"
|
@@ -15379,7 +15413,7 @@ module.exports={
|
|
15379
15413
|
},
|
15380
15414
|
"ChangeSetId": {},
|
15381
15415
|
"ModuleInfo": {
|
15382
|
-
"shape": "
|
15416
|
+
"shape": "S51"
|
15383
15417
|
}
|
15384
15418
|
}
|
15385
15419
|
}
|
@@ -15452,6 +15486,94 @@ module.exports={
|
|
15452
15486
|
}
|
15453
15487
|
}
|
15454
15488
|
},
|
15489
|
+
"DescribeGeneratedTemplate": {
|
15490
|
+
"input": {
|
15491
|
+
"type": "structure",
|
15492
|
+
"required": [
|
15493
|
+
"GeneratedTemplateName"
|
15494
|
+
],
|
15495
|
+
"members": {
|
15496
|
+
"GeneratedTemplateName": {}
|
15497
|
+
}
|
15498
|
+
},
|
15499
|
+
"output": {
|
15500
|
+
"resultWrapper": "DescribeGeneratedTemplateResult",
|
15501
|
+
"type": "structure",
|
15502
|
+
"members": {
|
15503
|
+
"GeneratedTemplateId": {},
|
15504
|
+
"GeneratedTemplateName": {},
|
15505
|
+
"Resources": {
|
15506
|
+
"type": "list",
|
15507
|
+
"member": {
|
15508
|
+
"type": "structure",
|
15509
|
+
"members": {
|
15510
|
+
"ResourceType": {},
|
15511
|
+
"LogicalResourceId": {},
|
15512
|
+
"ResourceIdentifier": {
|
15513
|
+
"shape": "S22"
|
15514
|
+
},
|
15515
|
+
"ResourceStatus": {},
|
15516
|
+
"ResourceStatusReason": {},
|
15517
|
+
"Warnings": {
|
15518
|
+
"type": "list",
|
15519
|
+
"member": {
|
15520
|
+
"type": "structure",
|
15521
|
+
"members": {
|
15522
|
+
"Type": {},
|
15523
|
+
"Properties": {
|
15524
|
+
"type": "list",
|
15525
|
+
"member": {
|
15526
|
+
"type": "structure",
|
15527
|
+
"members": {
|
15528
|
+
"PropertyPath": {},
|
15529
|
+
"Required": {
|
15530
|
+
"type": "boolean"
|
15531
|
+
},
|
15532
|
+
"Description": {}
|
15533
|
+
}
|
15534
|
+
}
|
15535
|
+
}
|
15536
|
+
}
|
15537
|
+
}
|
15538
|
+
}
|
15539
|
+
}
|
15540
|
+
}
|
15541
|
+
},
|
15542
|
+
"Status": {},
|
15543
|
+
"StatusReason": {},
|
15544
|
+
"CreationTime": {
|
15545
|
+
"type": "timestamp"
|
15546
|
+
},
|
15547
|
+
"LastUpdatedTime": {
|
15548
|
+
"type": "timestamp"
|
15549
|
+
},
|
15550
|
+
"Progress": {
|
15551
|
+
"type": "structure",
|
15552
|
+
"members": {
|
15553
|
+
"ResourcesSucceeded": {
|
15554
|
+
"type": "integer"
|
15555
|
+
},
|
15556
|
+
"ResourcesFailed": {
|
15557
|
+
"type": "integer"
|
15558
|
+
},
|
15559
|
+
"ResourcesProcessing": {
|
15560
|
+
"type": "integer"
|
15561
|
+
},
|
15562
|
+
"ResourcesPending": {
|
15563
|
+
"type": "integer"
|
15564
|
+
}
|
15565
|
+
}
|
15566
|
+
},
|
15567
|
+
"StackId": {},
|
15568
|
+
"TemplateConfiguration": {
|
15569
|
+
"shape": "S2f"
|
15570
|
+
},
|
15571
|
+
"TotalWarnings": {
|
15572
|
+
"type": "integer"
|
15573
|
+
}
|
15574
|
+
}
|
15575
|
+
}
|
15576
|
+
},
|
15455
15577
|
"DescribeOrganizationsAccess": {
|
15456
15578
|
"input": {
|
15457
15579
|
"type": "structure",
|
@@ -15486,6 +15608,44 @@ module.exports={
|
|
15486
15608
|
},
|
15487
15609
|
"idempotent": true
|
15488
15610
|
},
|
15611
|
+
"DescribeResourceScan": {
|
15612
|
+
"input": {
|
15613
|
+
"type": "structure",
|
15614
|
+
"required": [
|
15615
|
+
"ResourceScanId"
|
15616
|
+
],
|
15617
|
+
"members": {
|
15618
|
+
"ResourceScanId": {}
|
15619
|
+
}
|
15620
|
+
},
|
15621
|
+
"output": {
|
15622
|
+
"resultWrapper": "DescribeResourceScanResult",
|
15623
|
+
"type": "structure",
|
15624
|
+
"members": {
|
15625
|
+
"ResourceScanId": {},
|
15626
|
+
"Status": {},
|
15627
|
+
"StatusReason": {},
|
15628
|
+
"StartTime": {
|
15629
|
+
"type": "timestamp"
|
15630
|
+
},
|
15631
|
+
"EndTime": {
|
15632
|
+
"type": "timestamp"
|
15633
|
+
},
|
15634
|
+
"PercentageCompleted": {
|
15635
|
+
"type": "double"
|
15636
|
+
},
|
15637
|
+
"ResourceTypes": {
|
15638
|
+
"shape": "S1h"
|
15639
|
+
},
|
15640
|
+
"ResourcesScanned": {
|
15641
|
+
"type": "integer"
|
15642
|
+
},
|
15643
|
+
"ResourcesRead": {
|
15644
|
+
"type": "integer"
|
15645
|
+
}
|
15646
|
+
}
|
15647
|
+
}
|
15648
|
+
},
|
15489
15649
|
"DescribeStackDriftDetectionStatus": {
|
15490
15650
|
"input": {
|
15491
15651
|
"type": "structure",
|
@@ -15599,7 +15759,7 @@ module.exports={
|
|
15599
15759
|
},
|
15600
15760
|
"Status": {},
|
15601
15761
|
"StackInstanceStatus": {
|
15602
|
-
"shape": "
|
15762
|
+
"shape": "S76"
|
15603
15763
|
},
|
15604
15764
|
"StatusReason": {},
|
15605
15765
|
"OrganizationalUnitId": {},
|
@@ -15651,10 +15811,10 @@ module.exports={
|
|
15651
15811
|
"Description": {},
|
15652
15812
|
"Metadata": {},
|
15653
15813
|
"DriftInformation": {
|
15654
|
-
"shape": "
|
15814
|
+
"shape": "S7d"
|
15655
15815
|
},
|
15656
15816
|
"ModuleInfo": {
|
15657
|
-
"shape": "
|
15817
|
+
"shape": "S51"
|
15658
15818
|
}
|
15659
15819
|
}
|
15660
15820
|
}
|
@@ -15670,7 +15830,7 @@ module.exports={
|
|
15670
15830
|
"members": {
|
15671
15831
|
"StackName": {},
|
15672
15832
|
"StackResourceDriftStatusFilters": {
|
15673
|
-
"shape": "
|
15833
|
+
"shape": "S7g"
|
15674
15834
|
},
|
15675
15835
|
"NextToken": {},
|
15676
15836
|
"MaxResults": {
|
@@ -15688,7 +15848,7 @@ module.exports={
|
|
15688
15848
|
"StackResourceDrifts": {
|
15689
15849
|
"type": "list",
|
15690
15850
|
"member": {
|
15691
|
-
"shape": "
|
15851
|
+
"shape": "S7k"
|
15692
15852
|
}
|
15693
15853
|
},
|
15694
15854
|
"NextToken": {}
|
@@ -15731,10 +15891,10 @@ module.exports={
|
|
15731
15891
|
"ResourceStatusReason": {},
|
15732
15892
|
"Description": {},
|
15733
15893
|
"DriftInformation": {
|
15734
|
-
"shape": "
|
15894
|
+
"shape": "S7d"
|
15735
15895
|
},
|
15736
15896
|
"ModuleInfo": {
|
15737
|
-
"shape": "
|
15897
|
+
"shape": "S51"
|
15738
15898
|
}
|
15739
15899
|
}
|
15740
15900
|
}
|
@@ -15778,20 +15938,20 @@ module.exports={
|
|
15778
15938
|
"AdministrationRoleARN": {},
|
15779
15939
|
"ExecutionRoleName": {},
|
15780
15940
|
"StackSetDriftDetectionDetails": {
|
15781
|
-
"shape": "
|
15941
|
+
"shape": "S83"
|
15782
15942
|
},
|
15783
15943
|
"AutoDeployment": {
|
15784
|
-
"shape": "
|
15944
|
+
"shape": "S3g"
|
15785
15945
|
},
|
15786
15946
|
"PermissionModel": {},
|
15787
15947
|
"OrganizationalUnitIds": {
|
15788
|
-
"shape": "
|
15948
|
+
"shape": "S2z"
|
15789
15949
|
},
|
15790
15950
|
"ManagedExecution": {
|
15791
|
-
"shape": "
|
15951
|
+
"shape": "S3j"
|
15792
15952
|
},
|
15793
15953
|
"Regions": {
|
15794
|
-
"shape": "
|
15954
|
+
"shape": "S32"
|
15795
15955
|
}
|
15796
15956
|
}
|
15797
15957
|
}
|
@@ -15823,7 +15983,7 @@ module.exports={
|
|
15823
15983
|
"Action": {},
|
15824
15984
|
"Status": {},
|
15825
15985
|
"OperationPreferences": {
|
15826
|
-
"shape": "
|
15986
|
+
"shape": "S34"
|
15827
15987
|
},
|
15828
15988
|
"RetainStacks": {
|
15829
15989
|
"type": "boolean"
|
@@ -15837,14 +15997,14 @@ module.exports={
|
|
15837
15997
|
"type": "timestamp"
|
15838
15998
|
},
|
15839
15999
|
"DeploymentTargets": {
|
15840
|
-
"shape": "
|
16000
|
+
"shape": "S2x"
|
15841
16001
|
},
|
15842
16002
|
"StackSetDriftDetectionDetails": {
|
15843
|
-
"shape": "
|
16003
|
+
"shape": "S83"
|
15844
16004
|
},
|
15845
16005
|
"StatusReason": {},
|
15846
16006
|
"StatusDetails": {
|
15847
|
-
"shape": "
|
16007
|
+
"shape": "S8i"
|
15848
16008
|
}
|
15849
16009
|
}
|
15850
16010
|
}
|
@@ -16055,7 +16215,7 @@ module.exports={
|
|
16055
16215
|
"members": {
|
16056
16216
|
"StackName": {},
|
16057
16217
|
"LogicalResourceIds": {
|
16058
|
-
"shape": "
|
16218
|
+
"shape": "S9i"
|
16059
16219
|
}
|
16060
16220
|
}
|
16061
16221
|
},
|
@@ -16090,7 +16250,7 @@ module.exports={
|
|
16090
16250
|
],
|
16091
16251
|
"members": {
|
16092
16252
|
"StackResourceDrift": {
|
16093
|
-
"shape": "
|
16253
|
+
"shape": "S7k"
|
16094
16254
|
}
|
16095
16255
|
}
|
16096
16256
|
}
|
@@ -16104,7 +16264,7 @@ module.exports={
|
|
16104
16264
|
"members": {
|
16105
16265
|
"StackSetName": {},
|
16106
16266
|
"OperationPreferences": {
|
16107
|
-
"shape": "
|
16267
|
+
"shape": "S34"
|
16108
16268
|
},
|
16109
16269
|
"OperationId": {
|
16110
16270
|
"idempotencyToken": true
|
@@ -16163,6 +16323,26 @@ module.exports={
|
|
16163
16323
|
"members": {}
|
16164
16324
|
}
|
16165
16325
|
},
|
16326
|
+
"GetGeneratedTemplate": {
|
16327
|
+
"input": {
|
16328
|
+
"type": "structure",
|
16329
|
+
"required": [
|
16330
|
+
"GeneratedTemplateName"
|
16331
|
+
],
|
16332
|
+
"members": {
|
16333
|
+
"Format": {},
|
16334
|
+
"GeneratedTemplateName": {}
|
16335
|
+
}
|
16336
|
+
},
|
16337
|
+
"output": {
|
16338
|
+
"resultWrapper": "GetGeneratedTemplateResult",
|
16339
|
+
"type": "structure",
|
16340
|
+
"members": {
|
16341
|
+
"Status": {},
|
16342
|
+
"TemplateBody": {}
|
16343
|
+
}
|
16344
|
+
}
|
16345
|
+
},
|
16166
16346
|
"GetStackPolicy": {
|
16167
16347
|
"input": {
|
16168
16348
|
"type": "structure",
|
@@ -16260,7 +16440,7 @@ module.exports={
|
|
16260
16440
|
"Version": {},
|
16261
16441
|
"Metadata": {},
|
16262
16442
|
"DeclaredTransforms": {
|
16263
|
-
"shape": "
|
16443
|
+
"shape": "Sag"
|
16264
16444
|
},
|
16265
16445
|
"ResourceIdentifierSummaries": {
|
16266
16446
|
"type": "list",
|
@@ -16269,7 +16449,7 @@ module.exports={
|
|
16269
16449
|
"members": {
|
16270
16450
|
"ResourceType": {},
|
16271
16451
|
"LogicalResourceIds": {
|
16272
|
-
"shape": "
|
16452
|
+
"shape": "S9i"
|
16273
16453
|
},
|
16274
16454
|
"ResourceIdentifiers": {
|
16275
16455
|
"type": "list",
|
@@ -16303,10 +16483,10 @@ module.exports={
|
|
16303
16483
|
},
|
16304
16484
|
"StackIdsUrl": {},
|
16305
16485
|
"OrganizationalUnitIds": {
|
16306
|
-
"shape": "
|
16486
|
+
"shape": "S2z"
|
16307
16487
|
},
|
16308
16488
|
"OperationPreferences": {
|
16309
|
-
"shape": "
|
16489
|
+
"shape": "S34"
|
16310
16490
|
},
|
16311
16491
|
"OperationId": {
|
16312
16492
|
"idempotencyToken": true
|
@@ -16394,6 +16574,45 @@ module.exports={
|
|
16394
16574
|
}
|
16395
16575
|
}
|
16396
16576
|
},
|
16577
|
+
"ListGeneratedTemplates": {
|
16578
|
+
"input": {
|
16579
|
+
"type": "structure",
|
16580
|
+
"members": {
|
16581
|
+
"NextToken": {},
|
16582
|
+
"MaxResults": {
|
16583
|
+
"type": "integer"
|
16584
|
+
}
|
16585
|
+
}
|
16586
|
+
},
|
16587
|
+
"output": {
|
16588
|
+
"resultWrapper": "ListGeneratedTemplatesResult",
|
16589
|
+
"type": "structure",
|
16590
|
+
"members": {
|
16591
|
+
"Summaries": {
|
16592
|
+
"type": "list",
|
16593
|
+
"member": {
|
16594
|
+
"type": "structure",
|
16595
|
+
"members": {
|
16596
|
+
"GeneratedTemplateId": {},
|
16597
|
+
"GeneratedTemplateName": {},
|
16598
|
+
"Status": {},
|
16599
|
+
"StatusReason": {},
|
16600
|
+
"CreationTime": {
|
16601
|
+
"type": "timestamp"
|
16602
|
+
},
|
16603
|
+
"LastUpdatedTime": {
|
16604
|
+
"type": "timestamp"
|
16605
|
+
},
|
16606
|
+
"NumberOfResources": {
|
16607
|
+
"type": "integer"
|
16608
|
+
}
|
16609
|
+
}
|
16610
|
+
}
|
16611
|
+
},
|
16612
|
+
"NextToken": {}
|
16613
|
+
}
|
16614
|
+
}
|
16615
|
+
},
|
16397
16616
|
"ListImports": {
|
16398
16617
|
"input": {
|
16399
16618
|
"type": "structure",
|
@@ -16417,6 +16636,121 @@ module.exports={
|
|
16417
16636
|
}
|
16418
16637
|
}
|
16419
16638
|
},
|
16639
|
+
"ListResourceScanRelatedResources": {
|
16640
|
+
"input": {
|
16641
|
+
"type": "structure",
|
16642
|
+
"required": [
|
16643
|
+
"ResourceScanId",
|
16644
|
+
"Resources"
|
16645
|
+
],
|
16646
|
+
"members": {
|
16647
|
+
"ResourceScanId": {},
|
16648
|
+
"Resources": {
|
16649
|
+
"type": "list",
|
16650
|
+
"member": {
|
16651
|
+
"type": "structure",
|
16652
|
+
"required": [
|
16653
|
+
"ResourceType",
|
16654
|
+
"ResourceIdentifier"
|
16655
|
+
],
|
16656
|
+
"members": {
|
16657
|
+
"ResourceType": {},
|
16658
|
+
"ResourceIdentifier": {
|
16659
|
+
"shape": "Sbb"
|
16660
|
+
}
|
16661
|
+
}
|
16662
|
+
}
|
16663
|
+
},
|
16664
|
+
"NextToken": {},
|
16665
|
+
"MaxResults": {
|
16666
|
+
"type": "integer"
|
16667
|
+
}
|
16668
|
+
}
|
16669
|
+
},
|
16670
|
+
"output": {
|
16671
|
+
"resultWrapper": "ListResourceScanRelatedResourcesResult",
|
16672
|
+
"type": "structure",
|
16673
|
+
"members": {
|
16674
|
+
"RelatedResources": {
|
16675
|
+
"type": "list",
|
16676
|
+
"member": {
|
16677
|
+
"shape": "Sbg"
|
16678
|
+
}
|
16679
|
+
},
|
16680
|
+
"NextToken": {}
|
16681
|
+
}
|
16682
|
+
}
|
16683
|
+
},
|
16684
|
+
"ListResourceScanResources": {
|
16685
|
+
"input": {
|
16686
|
+
"type": "structure",
|
16687
|
+
"required": [
|
16688
|
+
"ResourceScanId"
|
16689
|
+
],
|
16690
|
+
"members": {
|
16691
|
+
"ResourceScanId": {},
|
16692
|
+
"ResourceIdentifier": {},
|
16693
|
+
"ResourceTypePrefix": {},
|
16694
|
+
"TagKey": {},
|
16695
|
+
"TagValue": {},
|
16696
|
+
"NextToken": {},
|
16697
|
+
"MaxResults": {
|
16698
|
+
"type": "integer"
|
16699
|
+
}
|
16700
|
+
}
|
16701
|
+
},
|
16702
|
+
"output": {
|
16703
|
+
"resultWrapper": "ListResourceScanResourcesResult",
|
16704
|
+
"type": "structure",
|
16705
|
+
"members": {
|
16706
|
+
"Resources": {
|
16707
|
+
"type": "list",
|
16708
|
+
"member": {
|
16709
|
+
"shape": "Sbg"
|
16710
|
+
}
|
16711
|
+
},
|
16712
|
+
"NextToken": {}
|
16713
|
+
}
|
16714
|
+
}
|
16715
|
+
},
|
16716
|
+
"ListResourceScans": {
|
16717
|
+
"input": {
|
16718
|
+
"type": "structure",
|
16719
|
+
"members": {
|
16720
|
+
"NextToken": {},
|
16721
|
+
"MaxResults": {
|
16722
|
+
"type": "integer"
|
16723
|
+
}
|
16724
|
+
}
|
16725
|
+
},
|
16726
|
+
"output": {
|
16727
|
+
"resultWrapper": "ListResourceScansResult",
|
16728
|
+
"type": "structure",
|
16729
|
+
"members": {
|
16730
|
+
"ResourceScanSummaries": {
|
16731
|
+
"type": "list",
|
16732
|
+
"member": {
|
16733
|
+
"type": "structure",
|
16734
|
+
"members": {
|
16735
|
+
"ResourceScanId": {},
|
16736
|
+
"Status": {},
|
16737
|
+
"StatusReason": {},
|
16738
|
+
"StartTime": {
|
16739
|
+
"type": "timestamp"
|
16740
|
+
},
|
16741
|
+
"EndTime": {
|
16742
|
+
"type": "timestamp"
|
16743
|
+
},
|
16744
|
+
"PercentageCompleted": {
|
16745
|
+
"type": "double"
|
16746
|
+
}
|
16747
|
+
}
|
16748
|
+
}
|
16749
|
+
},
|
16750
|
+
"NextToken": {}
|
16751
|
+
}
|
16752
|
+
}
|
16753
|
+
},
|
16420
16754
|
"ListStackInstanceResourceDrifts": {
|
16421
16755
|
"input": {
|
16422
16756
|
"type": "structure",
|
@@ -16433,7 +16767,7 @@ module.exports={
|
|
16433
16767
|
"type": "integer"
|
16434
16768
|
},
|
16435
16769
|
"StackInstanceResourceDriftStatuses": {
|
16436
|
-
"shape": "
|
16770
|
+
"shape": "S7g"
|
16437
16771
|
},
|
16438
16772
|
"StackInstanceAccount": {},
|
16439
16773
|
"StackInstanceRegion": {},
|
@@ -16461,11 +16795,11 @@ module.exports={
|
|
16461
16795
|
"LogicalResourceId": {},
|
16462
16796
|
"PhysicalResourceId": {},
|
16463
16797
|
"PhysicalResourceIdContext": {
|
16464
|
-
"shape": "
|
16798
|
+
"shape": "S7l"
|
16465
16799
|
},
|
16466
16800
|
"ResourceType": {},
|
16467
16801
|
"PropertyDifferences": {
|
16468
|
-
"shape": "
|
16802
|
+
"shape": "S7q"
|
16469
16803
|
},
|
16470
16804
|
"StackResourceDriftStatus": {},
|
16471
16805
|
"Timestamp": {
|
@@ -16521,7 +16855,7 @@ module.exports={
|
|
16521
16855
|
"Status": {},
|
16522
16856
|
"StatusReason": {},
|
16523
16857
|
"StackInstanceStatus": {
|
16524
|
-
"shape": "
|
16858
|
+
"shape": "S76"
|
16525
16859
|
},
|
16526
16860
|
"OrganizationalUnitId": {},
|
16527
16861
|
"DriftStatus": {},
|
@@ -16583,7 +16917,7 @@ module.exports={
|
|
16583
16917
|
}
|
16584
16918
|
},
|
16585
16919
|
"ModuleInfo": {
|
16586
|
-
"shape": "
|
16920
|
+
"shape": "S51"
|
16587
16921
|
}
|
16588
16922
|
}
|
16589
16923
|
}
|
@@ -16682,10 +17016,10 @@ module.exports={
|
|
16682
17016
|
},
|
16683
17017
|
"StatusReason": {},
|
16684
17018
|
"StatusDetails": {
|
16685
|
-
"shape": "
|
17019
|
+
"shape": "S8i"
|
16686
17020
|
},
|
16687
17021
|
"OperationPreferences": {
|
16688
|
-
"shape": "
|
17022
|
+
"shape": "S34"
|
16689
17023
|
}
|
16690
17024
|
}
|
16691
17025
|
}
|
@@ -16720,7 +17054,7 @@ module.exports={
|
|
16720
17054
|
"Description": {},
|
16721
17055
|
"Status": {},
|
16722
17056
|
"AutoDeployment": {
|
16723
|
-
"shape": "
|
17057
|
+
"shape": "S3g"
|
16724
17058
|
},
|
16725
17059
|
"PermissionModel": {},
|
16726
17060
|
"DriftStatus": {},
|
@@ -16728,7 +17062,7 @@ module.exports={
|
|
16728
17062
|
"type": "timestamp"
|
16729
17063
|
},
|
16730
17064
|
"ManagedExecution": {
|
16731
|
-
"shape": "
|
17065
|
+
"shape": "S3j"
|
16732
17066
|
}
|
16733
17067
|
}
|
16734
17068
|
}
|
@@ -17105,6 +17439,21 @@ module.exports={
|
|
17105
17439
|
}
|
17106
17440
|
}
|
17107
17441
|
},
|
17442
|
+
"StartResourceScan": {
|
17443
|
+
"input": {
|
17444
|
+
"type": "structure",
|
17445
|
+
"members": {
|
17446
|
+
"ClientRequestToken": {}
|
17447
|
+
}
|
17448
|
+
},
|
17449
|
+
"output": {
|
17450
|
+
"resultWrapper": "StartResourceScanResult",
|
17451
|
+
"type": "structure",
|
17452
|
+
"members": {
|
17453
|
+
"ResourceScanId": {}
|
17454
|
+
}
|
17455
|
+
}
|
17456
|
+
},
|
17108
17457
|
"StopStackSetOperation": {
|
17109
17458
|
"input": {
|
17110
17459
|
"type": "structure",
|
@@ -17144,6 +17493,38 @@ module.exports={
|
|
17144
17493
|
},
|
17145
17494
|
"idempotent": true
|
17146
17495
|
},
|
17496
|
+
"UpdateGeneratedTemplate": {
|
17497
|
+
"input": {
|
17498
|
+
"type": "structure",
|
17499
|
+
"required": [
|
17500
|
+
"GeneratedTemplateName"
|
17501
|
+
],
|
17502
|
+
"members": {
|
17503
|
+
"GeneratedTemplateName": {},
|
17504
|
+
"NewGeneratedTemplateName": {},
|
17505
|
+
"AddResources": {
|
17506
|
+
"shape": "S2c"
|
17507
|
+
},
|
17508
|
+
"RemoveResources": {
|
17509
|
+
"type": "list",
|
17510
|
+
"member": {}
|
17511
|
+
},
|
17512
|
+
"RefreshAllResources": {
|
17513
|
+
"type": "boolean"
|
17514
|
+
},
|
17515
|
+
"TemplateConfiguration": {
|
17516
|
+
"shape": "S2f"
|
17517
|
+
}
|
17518
|
+
}
|
17519
|
+
},
|
17520
|
+
"output": {
|
17521
|
+
"resultWrapper": "UpdateGeneratedTemplateResult",
|
17522
|
+
"type": "structure",
|
17523
|
+
"members": {
|
17524
|
+
"GeneratedTemplateId": {}
|
17525
|
+
}
|
17526
|
+
}
|
17527
|
+
},
|
17147
17528
|
"UpdateStack": {
|
17148
17529
|
"input": {
|
17149
17530
|
"type": "structure",
|
@@ -17207,19 +17588,19 @@ module.exports={
|
|
17207
17588
|
"members": {
|
17208
17589
|
"StackSetName": {},
|
17209
17590
|
"Accounts": {
|
17210
|
-
"shape": "
|
17591
|
+
"shape": "S2v"
|
17211
17592
|
},
|
17212
17593
|
"DeploymentTargets": {
|
17213
|
-
"shape": "
|
17594
|
+
"shape": "S2x"
|
17214
17595
|
},
|
17215
17596
|
"Regions": {
|
17216
|
-
"shape": "
|
17597
|
+
"shape": "S32"
|
17217
17598
|
},
|
17218
17599
|
"ParameterOverrides": {
|
17219
17600
|
"shape": "S1a"
|
17220
17601
|
},
|
17221
17602
|
"OperationPreferences": {
|
17222
|
-
"shape": "
|
17603
|
+
"shape": "S34"
|
17223
17604
|
},
|
17224
17605
|
"OperationId": {
|
17225
17606
|
"idempotencyToken": true
|
@@ -17259,29 +17640,29 @@ module.exports={
|
|
17259
17640
|
"shape": "S1r"
|
17260
17641
|
},
|
17261
17642
|
"OperationPreferences": {
|
17262
|
-
"shape": "
|
17643
|
+
"shape": "S34"
|
17263
17644
|
},
|
17264
17645
|
"AdministrationRoleARN": {},
|
17265
17646
|
"ExecutionRoleName": {},
|
17266
17647
|
"DeploymentTargets": {
|
17267
|
-
"shape": "
|
17648
|
+
"shape": "S2x"
|
17268
17649
|
},
|
17269
17650
|
"PermissionModel": {},
|
17270
17651
|
"AutoDeployment": {
|
17271
|
-
"shape": "
|
17652
|
+
"shape": "S3g"
|
17272
17653
|
},
|
17273
17654
|
"OperationId": {
|
17274
17655
|
"idempotencyToken": true
|
17275
17656
|
},
|
17276
17657
|
"Accounts": {
|
17277
|
-
"shape": "
|
17658
|
+
"shape": "S2v"
|
17278
17659
|
},
|
17279
17660
|
"Regions": {
|
17280
|
-
"shape": "
|
17661
|
+
"shape": "S32"
|
17281
17662
|
},
|
17282
17663
|
"CallAs": {},
|
17283
17664
|
"ManagedExecution": {
|
17284
|
-
"shape": "
|
17665
|
+
"shape": "S3j"
|
17285
17666
|
}
|
17286
17667
|
}
|
17287
17668
|
},
|
@@ -17347,7 +17728,7 @@ module.exports={
|
|
17347
17728
|
},
|
17348
17729
|
"CapabilitiesReason": {},
|
17349
17730
|
"DeclaredTransforms": {
|
17350
|
-
"shape": "
|
17731
|
+
"shape": "Sag"
|
17351
17732
|
}
|
17352
17733
|
}
|
17353
17734
|
}
|
@@ -17437,37 +17818,66 @@ module.exports={
|
|
17437
17818
|
}
|
17438
17819
|
}
|
17439
17820
|
},
|
17440
|
-
"
|
17821
|
+
"S22": {
|
17822
|
+
"type": "map",
|
17823
|
+
"key": {},
|
17824
|
+
"value": {}
|
17825
|
+
},
|
17826
|
+
"S2c": {
|
17827
|
+
"type": "list",
|
17828
|
+
"member": {
|
17829
|
+
"type": "structure",
|
17830
|
+
"required": [
|
17831
|
+
"ResourceType",
|
17832
|
+
"ResourceIdentifier"
|
17833
|
+
],
|
17834
|
+
"members": {
|
17835
|
+
"ResourceType": {},
|
17836
|
+
"LogicalResourceId": {},
|
17837
|
+
"ResourceIdentifier": {
|
17838
|
+
"shape": "S22"
|
17839
|
+
}
|
17840
|
+
}
|
17841
|
+
}
|
17842
|
+
},
|
17843
|
+
"S2f": {
|
17844
|
+
"type": "structure",
|
17845
|
+
"members": {
|
17846
|
+
"DeletionPolicy": {},
|
17847
|
+
"UpdateReplacePolicy": {}
|
17848
|
+
}
|
17849
|
+
},
|
17850
|
+
"S2v": {
|
17441
17851
|
"type": "list",
|
17442
17852
|
"member": {}
|
17443
17853
|
},
|
17444
|
-
"
|
17854
|
+
"S2x": {
|
17445
17855
|
"type": "structure",
|
17446
17856
|
"members": {
|
17447
17857
|
"Accounts": {
|
17448
|
-
"shape": "
|
17858
|
+
"shape": "S2v"
|
17449
17859
|
},
|
17450
17860
|
"AccountsUrl": {},
|
17451
17861
|
"OrganizationalUnitIds": {
|
17452
|
-
"shape": "
|
17862
|
+
"shape": "S2z"
|
17453
17863
|
},
|
17454
17864
|
"AccountFilterType": {}
|
17455
17865
|
}
|
17456
17866
|
},
|
17457
|
-
"
|
17867
|
+
"S2z": {
|
17458
17868
|
"type": "list",
|
17459
17869
|
"member": {}
|
17460
17870
|
},
|
17461
|
-
"
|
17871
|
+
"S32": {
|
17462
17872
|
"type": "list",
|
17463
17873
|
"member": {}
|
17464
17874
|
},
|
17465
|
-
"
|
17875
|
+
"S34": {
|
17466
17876
|
"type": "structure",
|
17467
17877
|
"members": {
|
17468
17878
|
"RegionConcurrencyType": {},
|
17469
17879
|
"RegionOrder": {
|
17470
|
-
"shape": "
|
17880
|
+
"shape": "S32"
|
17471
17881
|
},
|
17472
17882
|
"FailureToleranceCount": {
|
17473
17883
|
"type": "integer"
|
@@ -17484,7 +17894,7 @@ module.exports={
|
|
17484
17894
|
"ConcurrencyMode": {}
|
17485
17895
|
}
|
17486
17896
|
},
|
17487
|
-
"
|
17897
|
+
"S3g": {
|
17488
17898
|
"type": "structure",
|
17489
17899
|
"members": {
|
17490
17900
|
"Enabled": {
|
@@ -17495,7 +17905,7 @@ module.exports={
|
|
17495
17905
|
}
|
17496
17906
|
}
|
17497
17907
|
},
|
17498
|
-
"
|
17908
|
+
"S3j": {
|
17499
17909
|
"type": "structure",
|
17500
17910
|
"members": {
|
17501
17911
|
"Active": {
|
@@ -17503,20 +17913,20 @@ module.exports={
|
|
17503
17913
|
}
|
17504
17914
|
}
|
17505
17915
|
},
|
17506
|
-
"
|
17916
|
+
"S51": {
|
17507
17917
|
"type": "structure",
|
17508
17918
|
"members": {
|
17509
17919
|
"TypeHierarchy": {},
|
17510
17920
|
"LogicalIdHierarchy": {}
|
17511
17921
|
}
|
17512
17922
|
},
|
17513
|
-
"
|
17923
|
+
"S76": {
|
17514
17924
|
"type": "structure",
|
17515
17925
|
"members": {
|
17516
17926
|
"DetailedStatus": {}
|
17517
17927
|
}
|
17518
17928
|
},
|
17519
|
-
"
|
17929
|
+
"S7d": {
|
17520
17930
|
"type": "structure",
|
17521
17931
|
"required": [
|
17522
17932
|
"StackResourceDriftStatus"
|
@@ -17528,11 +17938,11 @@ module.exports={
|
|
17528
17938
|
}
|
17529
17939
|
}
|
17530
17940
|
},
|
17531
|
-
"
|
17941
|
+
"S7g": {
|
17532
17942
|
"type": "list",
|
17533
17943
|
"member": {}
|
17534
17944
|
},
|
17535
|
-
"
|
17945
|
+
"S7k": {
|
17536
17946
|
"type": "structure",
|
17537
17947
|
"required": [
|
17538
17948
|
"StackId",
|
@@ -17546,24 +17956,24 @@ module.exports={
|
|
17546
17956
|
"LogicalResourceId": {},
|
17547
17957
|
"PhysicalResourceId": {},
|
17548
17958
|
"PhysicalResourceIdContext": {
|
17549
|
-
"shape": "
|
17959
|
+
"shape": "S7l"
|
17550
17960
|
},
|
17551
17961
|
"ResourceType": {},
|
17552
17962
|
"ExpectedProperties": {},
|
17553
17963
|
"ActualProperties": {},
|
17554
17964
|
"PropertyDifferences": {
|
17555
|
-
"shape": "
|
17965
|
+
"shape": "S7q"
|
17556
17966
|
},
|
17557
17967
|
"StackResourceDriftStatus": {},
|
17558
17968
|
"Timestamp": {
|
17559
17969
|
"type": "timestamp"
|
17560
17970
|
},
|
17561
17971
|
"ModuleInfo": {
|
17562
|
-
"shape": "
|
17972
|
+
"shape": "S51"
|
17563
17973
|
}
|
17564
17974
|
}
|
17565
17975
|
},
|
17566
|
-
"
|
17976
|
+
"S7l": {
|
17567
17977
|
"type": "list",
|
17568
17978
|
"member": {
|
17569
17979
|
"type": "structure",
|
@@ -17577,7 +17987,7 @@ module.exports={
|
|
17577
17987
|
}
|
17578
17988
|
}
|
17579
17989
|
},
|
17580
|
-
"
|
17990
|
+
"S7q": {
|
17581
17991
|
"type": "list",
|
17582
17992
|
"member": {
|
17583
17993
|
"type": "structure",
|
@@ -17595,7 +18005,7 @@ module.exports={
|
|
17595
18005
|
}
|
17596
18006
|
}
|
17597
18007
|
},
|
17598
|
-
"
|
18008
|
+
"S83": {
|
17599
18009
|
"type": "structure",
|
17600
18010
|
"members": {
|
17601
18011
|
"DriftStatus": {},
|
@@ -17620,7 +18030,7 @@ module.exports={
|
|
17620
18030
|
}
|
17621
18031
|
}
|
17622
18032
|
},
|
17623
|
-
"
|
18033
|
+
"S8i": {
|
17624
18034
|
"type": "structure",
|
17625
18035
|
"members": {
|
17626
18036
|
"FailedStackInstancesCount": {
|
@@ -17628,13 +18038,30 @@ module.exports={
|
|
17628
18038
|
}
|
17629
18039
|
}
|
17630
18040
|
},
|
17631
|
-
"
|
18041
|
+
"S9i": {
|
17632
18042
|
"type": "list",
|
17633
18043
|
"member": {}
|
17634
18044
|
},
|
17635
|
-
"
|
18045
|
+
"Sag": {
|
17636
18046
|
"type": "list",
|
17637
18047
|
"member": {}
|
18048
|
+
},
|
18049
|
+
"Sbb": {
|
18050
|
+
"type": "map",
|
18051
|
+
"key": {},
|
18052
|
+
"value": {}
|
18053
|
+
},
|
18054
|
+
"Sbg": {
|
18055
|
+
"type": "structure",
|
18056
|
+
"members": {
|
18057
|
+
"ResourceType": {},
|
18058
|
+
"ResourceIdentifier": {
|
18059
|
+
"shape": "Sbb"
|
18060
|
+
},
|
18061
|
+
"ManagedByStack": {
|
18062
|
+
"type": "boolean"
|
18063
|
+
}
|
18064
|
+
}
|
17638
18065
|
}
|
17639
18066
|
}
|
17640
18067
|
}
|
@@ -17674,11 +18101,35 @@ module.exports={
|
|
17674
18101
|
"output_token": "NextToken",
|
17675
18102
|
"result_key": "Exports"
|
17676
18103
|
},
|
18104
|
+
"ListGeneratedTemplates": {
|
18105
|
+
"input_token": "NextToken",
|
18106
|
+
"limit_key": "MaxResults",
|
18107
|
+
"output_token": "NextToken",
|
18108
|
+
"result_key": "Summaries"
|
18109
|
+
},
|
17677
18110
|
"ListImports": {
|
17678
18111
|
"input_token": "NextToken",
|
17679
18112
|
"output_token": "NextToken",
|
17680
18113
|
"result_key": "Imports"
|
17681
18114
|
},
|
18115
|
+
"ListResourceScanRelatedResources": {
|
18116
|
+
"input_token": "NextToken",
|
18117
|
+
"limit_key": "MaxResults",
|
18118
|
+
"output_token": "NextToken",
|
18119
|
+
"result_key": "RelatedResources"
|
18120
|
+
},
|
18121
|
+
"ListResourceScanResources": {
|
18122
|
+
"input_token": "NextToken",
|
18123
|
+
"limit_key": "MaxResults",
|
18124
|
+
"output_token": "NextToken",
|
18125
|
+
"result_key": "Resources"
|
18126
|
+
},
|
18127
|
+
"ListResourceScans": {
|
18128
|
+
"input_token": "NextToken",
|
18129
|
+
"limit_key": "MaxResults",
|
18130
|
+
"output_token": "NextToken",
|
18131
|
+
"result_key": "ResourceScanSummaries"
|
18132
|
+
},
|
17682
18133
|
"ListStackInstances": {
|
17683
18134
|
"input_token": "NextToken",
|
17684
18135
|
"limit_key": "MaxResults",
|
@@ -250540,8 +250991,11 @@ module.exports={
|
|
250540
250991
|
"ScheduleOffset": {
|
250541
250992
|
"type": "integer"
|
250542
250993
|
},
|
250994
|
+
"Duration": {
|
250995
|
+
"type": "integer"
|
250996
|
+
},
|
250543
250997
|
"TargetMaps": {
|
250544
|
-
"shape": "
|
250998
|
+
"shape": "S26"
|
250545
250999
|
},
|
250546
251000
|
"Tags": {
|
250547
251001
|
"shape": "S4"
|
@@ -250555,7 +251009,7 @@ module.exports={
|
|
250555
251009
|
"type": "structure",
|
250556
251010
|
"members": {
|
250557
251011
|
"AssociationDescription": {
|
250558
|
-
"shape": "
|
251012
|
+
"shape": "S2c"
|
250559
251013
|
}
|
250560
251014
|
}
|
250561
251015
|
}
|
@@ -250570,7 +251024,7 @@ module.exports={
|
|
250570
251024
|
"Entries": {
|
250571
251025
|
"type": "list",
|
250572
251026
|
"member": {
|
250573
|
-
"shape": "
|
251027
|
+
"shape": "S2t"
|
250574
251028
|
}
|
250575
251029
|
}
|
250576
251030
|
}
|
@@ -250581,7 +251035,7 @@ module.exports={
|
|
250581
251035
|
"Successful": {
|
250582
251036
|
"type": "list",
|
250583
251037
|
"member": {
|
250584
|
-
"shape": "
|
251038
|
+
"shape": "S2c"
|
250585
251039
|
}
|
250586
251040
|
},
|
250587
251041
|
"Failed": {
|
@@ -250590,7 +251044,7 @@ module.exports={
|
|
250590
251044
|
"type": "structure",
|
250591
251045
|
"members": {
|
250592
251046
|
"Entry": {
|
250593
|
-
"shape": "
|
251047
|
+
"shape": "S2t"
|
250594
251048
|
},
|
250595
251049
|
"Message": {},
|
250596
251050
|
"Fault": {}
|
@@ -250610,10 +251064,10 @@ module.exports={
|
|
250610
251064
|
"members": {
|
250611
251065
|
"Content": {},
|
250612
251066
|
"Requires": {
|
250613
|
-
"shape": "
|
251067
|
+
"shape": "S32"
|
250614
251068
|
},
|
250615
251069
|
"Attachments": {
|
250616
|
-
"shape": "
|
251070
|
+
"shape": "S36"
|
250617
251071
|
},
|
250618
251072
|
"Name": {},
|
250619
251073
|
"DisplayName": {},
|
@@ -250630,7 +251084,7 @@ module.exports={
|
|
250630
251084
|
"type": "structure",
|
250631
251085
|
"members": {
|
250632
251086
|
"DocumentDescription": {
|
250633
|
-
"shape": "
|
251087
|
+
"shape": "S3i"
|
250634
251088
|
}
|
250635
251089
|
}
|
250636
251090
|
}
|
@@ -250648,7 +251102,7 @@ module.exports={
|
|
250648
251102
|
"members": {
|
250649
251103
|
"Name": {},
|
250650
251104
|
"Description": {
|
250651
|
-
"shape": "
|
251105
|
+
"shape": "S4c"
|
250652
251106
|
},
|
250653
251107
|
"StartDate": {},
|
250654
251108
|
"EndDate": {},
|
@@ -250693,16 +251147,16 @@ module.exports={
|
|
250693
251147
|
"Description": {},
|
250694
251148
|
"OpsItemType": {},
|
250695
251149
|
"OperationalData": {
|
250696
|
-
"shape": "
|
251150
|
+
"shape": "S4q"
|
250697
251151
|
},
|
250698
251152
|
"Notifications": {
|
250699
|
-
"shape": "
|
251153
|
+
"shape": "S4v"
|
250700
251154
|
},
|
250701
251155
|
"Priority": {
|
250702
251156
|
"type": "integer"
|
250703
251157
|
},
|
250704
251158
|
"RelatedOpsItems": {
|
250705
|
-
"shape": "
|
251159
|
+
"shape": "S4z"
|
250706
251160
|
},
|
250707
251161
|
"Source": {},
|
250708
251162
|
"Title": {},
|
@@ -250743,7 +251197,7 @@ module.exports={
|
|
250743
251197
|
"members": {
|
250744
251198
|
"ResourceId": {},
|
250745
251199
|
"Metadata": {
|
250746
|
-
"shape": "
|
251200
|
+
"shape": "S5a"
|
250747
251201
|
},
|
250748
251202
|
"Tags": {
|
250749
251203
|
"shape": "S4"
|
@@ -250767,25 +251221,25 @@ module.exports={
|
|
250767
251221
|
"OperatingSystem": {},
|
250768
251222
|
"Name": {},
|
250769
251223
|
"GlobalFilters": {
|
250770
|
-
"shape": "
|
251224
|
+
"shape": "S5j"
|
250771
251225
|
},
|
250772
251226
|
"ApprovalRules": {
|
250773
|
-
"shape": "
|
251227
|
+
"shape": "S5p"
|
250774
251228
|
},
|
250775
251229
|
"ApprovedPatches": {
|
250776
|
-
"shape": "
|
251230
|
+
"shape": "S5v"
|
250777
251231
|
},
|
250778
251232
|
"ApprovedPatchesComplianceLevel": {},
|
250779
251233
|
"ApprovedPatchesEnableNonSecurity": {
|
250780
251234
|
"type": "boolean"
|
250781
251235
|
},
|
250782
251236
|
"RejectedPatches": {
|
250783
|
-
"shape": "
|
251237
|
+
"shape": "S5v"
|
250784
251238
|
},
|
250785
251239
|
"RejectedPatchesAction": {},
|
250786
251240
|
"Description": {},
|
250787
251241
|
"Sources": {
|
250788
|
-
"shape": "
|
251242
|
+
"shape": "S5z"
|
250789
251243
|
},
|
250790
251244
|
"ClientToken": {
|
250791
251245
|
"idempotencyToken": true
|
@@ -250811,11 +251265,11 @@ module.exports={
|
|
250811
251265
|
"members": {
|
250812
251266
|
"SyncName": {},
|
250813
251267
|
"S3Destination": {
|
250814
|
-
"shape": "
|
251268
|
+
"shape": "S69"
|
250815
251269
|
},
|
250816
251270
|
"SyncType": {},
|
250817
251271
|
"SyncSource": {
|
250818
|
-
"shape": "
|
251272
|
+
"shape": "S6i"
|
250819
251273
|
}
|
250820
251274
|
}
|
250821
251275
|
},
|
@@ -250896,7 +251350,7 @@ module.exports={
|
|
250896
251350
|
"DeletionId": {},
|
250897
251351
|
"TypeName": {},
|
250898
251352
|
"DeletionSummary": {
|
250899
|
-
"shape": "
|
251353
|
+
"shape": "S76"
|
250900
251354
|
}
|
250901
251355
|
}
|
250902
251356
|
}
|
@@ -250971,7 +251425,7 @@ module.exports={
|
|
250971
251425
|
],
|
250972
251426
|
"members": {
|
250973
251427
|
"Names": {
|
250974
|
-
"shape": "
|
251428
|
+
"shape": "S7n"
|
250975
251429
|
}
|
250976
251430
|
}
|
250977
251431
|
},
|
@@ -250979,10 +251433,10 @@ module.exports={
|
|
250979
251433
|
"type": "structure",
|
250980
251434
|
"members": {
|
250981
251435
|
"DeletedParameters": {
|
250982
|
-
"shape": "
|
251436
|
+
"shape": "S7n"
|
250983
251437
|
},
|
250984
251438
|
"InvalidParameters": {
|
250985
|
-
"shape": "
|
251439
|
+
"shape": "S7n"
|
250986
251440
|
}
|
250987
251441
|
}
|
250988
251442
|
}
|
@@ -251191,7 +251645,7 @@ module.exports={
|
|
251191
251645
|
"type": "structure",
|
251192
251646
|
"members": {
|
251193
251647
|
"AssociationDescription": {
|
251194
|
-
"shape": "
|
251648
|
+
"shape": "S2c"
|
251195
251649
|
}
|
251196
251650
|
}
|
251197
251651
|
}
|
@@ -251312,7 +251766,7 @@ module.exports={
|
|
251312
251766
|
"shape": "S1z"
|
251313
251767
|
},
|
251314
251768
|
"TriggeredAlarms": {
|
251315
|
-
"shape": "
|
251769
|
+
"shape": "S2o"
|
251316
251770
|
}
|
251317
251771
|
}
|
251318
251772
|
}
|
@@ -251369,7 +251823,7 @@ module.exports={
|
|
251369
251823
|
"ExecutedBy": {},
|
251370
251824
|
"LogFile": {},
|
251371
251825
|
"Outputs": {
|
251372
|
-
"shape": "
|
251826
|
+
"shape": "S9n"
|
251373
251827
|
},
|
251374
251828
|
"Mode": {},
|
251375
251829
|
"ParentAutomationExecutionId": {},
|
@@ -251381,10 +251835,10 @@ module.exports={
|
|
251381
251835
|
"shape": "S18"
|
251382
251836
|
},
|
251383
251837
|
"TargetMaps": {
|
251384
|
-
"shape": "
|
251838
|
+
"shape": "S26"
|
251385
251839
|
},
|
251386
251840
|
"ResolvedTargets": {
|
251387
|
-
"shape": "
|
251841
|
+
"shape": "S9s"
|
251388
251842
|
},
|
251389
251843
|
"MaxConcurrency": {},
|
251390
251844
|
"MaxErrors": {},
|
@@ -251394,14 +251848,14 @@ module.exports={
|
|
251394
251848
|
"shape": "S1z"
|
251395
251849
|
},
|
251396
251850
|
"TriggeredAlarms": {
|
251397
|
-
"shape": "
|
251851
|
+
"shape": "S2o"
|
251398
251852
|
},
|
251399
251853
|
"AutomationSubtype": {},
|
251400
251854
|
"ScheduledTime": {
|
251401
251855
|
"type": "timestamp"
|
251402
251856
|
},
|
251403
251857
|
"Runbooks": {
|
251404
|
-
"shape": "
|
251858
|
+
"shape": "S9w"
|
251405
251859
|
},
|
251406
251860
|
"OpsItemId": {},
|
251407
251861
|
"AssociationId": {},
|
@@ -251451,7 +251905,7 @@ module.exports={
|
|
251451
251905
|
"type": "structure",
|
251452
251906
|
"members": {
|
251453
251907
|
"StepExecutions": {
|
251454
|
-
"shape": "
|
251908
|
+
"shape": "Sa6"
|
251455
251909
|
},
|
251456
251910
|
"NextToken": {}
|
251457
251911
|
}
|
@@ -251462,7 +251916,7 @@ module.exports={
|
|
251462
251916
|
"type": "structure",
|
251463
251917
|
"members": {
|
251464
251918
|
"Filters": {
|
251465
|
-
"shape": "
|
251919
|
+
"shape": "Sah"
|
251466
251920
|
},
|
251467
251921
|
"MaxResults": {
|
251468
251922
|
"type": "integer"
|
@@ -251476,7 +251930,7 @@ module.exports={
|
|
251476
251930
|
"Patches": {
|
251477
251931
|
"type": "list",
|
251478
251932
|
"member": {
|
251479
|
-
"shape": "
|
251933
|
+
"shape": "Sap"
|
251480
251934
|
}
|
251481
251935
|
},
|
251482
251936
|
"NextToken": {}
|
@@ -251499,7 +251953,7 @@ module.exports={
|
|
251499
251953
|
"type": "structure",
|
251500
251954
|
"members": {
|
251501
251955
|
"Document": {
|
251502
|
-
"shape": "
|
251956
|
+
"shape": "S3i"
|
251503
251957
|
}
|
251504
251958
|
}
|
251505
251959
|
}
|
@@ -251524,7 +251978,7 @@ module.exports={
|
|
251524
251978
|
"type": "structure",
|
251525
251979
|
"members": {
|
251526
251980
|
"AccountIds": {
|
251527
|
-
"shape": "
|
251981
|
+
"shape": "Sbk"
|
251528
251982
|
},
|
251529
251983
|
"AccountSharingInfoList": {
|
251530
251984
|
"type": "list",
|
@@ -251596,7 +252050,7 @@ module.exports={
|
|
251596
252050
|
"type": "structure",
|
251597
252051
|
"members": {
|
251598
252052
|
"Patch": {
|
251599
|
-
"shape": "
|
252053
|
+
"shape": "Sap"
|
251600
252054
|
},
|
251601
252055
|
"PatchStatus": {
|
251602
252056
|
"type": "structure",
|
@@ -251683,7 +252137,7 @@ module.exports={
|
|
251683
252137
|
"members": {
|
251684
252138
|
"key": {},
|
251685
252139
|
"valueSet": {
|
251686
|
-
"shape": "
|
252140
|
+
"shape": "Scd"
|
251687
252141
|
}
|
251688
252142
|
}
|
251689
252143
|
}
|
@@ -251699,7 +252153,7 @@ module.exports={
|
|
251699
252153
|
"members": {
|
251700
252154
|
"Key": {},
|
251701
252155
|
"Values": {
|
251702
|
-
"shape": "
|
252156
|
+
"shape": "Scd"
|
251703
252157
|
}
|
251704
252158
|
}
|
251705
252159
|
}
|
@@ -251790,7 +252244,7 @@ module.exports={
|
|
251790
252244
|
"InstancePatchStates": {
|
251791
252245
|
"type": "list",
|
251792
252246
|
"member": {
|
251793
|
-
"shape": "
|
252247
|
+
"shape": "Scz"
|
251794
252248
|
}
|
251795
252249
|
},
|
251796
252250
|
"NextToken": {}
|
@@ -251836,7 +252290,7 @@ module.exports={
|
|
251836
252290
|
"InstancePatchStates": {
|
251837
252291
|
"type": "list",
|
251838
252292
|
"member": {
|
251839
|
-
"shape": "
|
252293
|
+
"shape": "Scz"
|
251840
252294
|
}
|
251841
252295
|
},
|
251842
252296
|
"NextToken": {}
|
@@ -251852,7 +252306,7 @@ module.exports={
|
|
251852
252306
|
"members": {
|
251853
252307
|
"InstanceId": {},
|
251854
252308
|
"Filters": {
|
251855
|
-
"shape": "
|
252309
|
+
"shape": "Sah"
|
251856
252310
|
},
|
251857
252311
|
"NextToken": {},
|
251858
252312
|
"MaxResults": {
|
@@ -251919,7 +252373,7 @@ module.exports={
|
|
251919
252373
|
"LastStatus": {},
|
251920
252374
|
"LastStatusMessage": {},
|
251921
252375
|
"DeletionSummary": {
|
251922
|
-
"shape": "
|
252376
|
+
"shape": "S76"
|
251923
252377
|
},
|
251924
252378
|
"LastStatusUpdateTime": {
|
251925
252379
|
"type": "timestamp"
|
@@ -251942,7 +252396,7 @@ module.exports={
|
|
251942
252396
|
"WindowExecutionId": {},
|
251943
252397
|
"TaskId": {},
|
251944
252398
|
"Filters": {
|
251945
|
-
"shape": "
|
252399
|
+
"shape": "Se5"
|
251946
252400
|
},
|
251947
252401
|
"MaxResults": {
|
251948
252402
|
"type": "integer"
|
@@ -251964,7 +252418,7 @@ module.exports={
|
|
251964
252418
|
"ExecutionId": {},
|
251965
252419
|
"TaskType": {},
|
251966
252420
|
"Parameters": {
|
251967
|
-
"shape": "
|
252421
|
+
"shape": "Seh"
|
251968
252422
|
},
|
251969
252423
|
"Status": {},
|
251970
252424
|
"StatusDetails": {},
|
@@ -251975,7 +252429,7 @@ module.exports={
|
|
251975
252429
|
"type": "timestamp"
|
251976
252430
|
},
|
251977
252431
|
"OwnerInformation": {
|
251978
|
-
"shape": "
|
252432
|
+
"shape": "Sd2"
|
251979
252433
|
},
|
251980
252434
|
"WindowTargetId": {}
|
251981
252435
|
}
|
@@ -251994,7 +252448,7 @@ module.exports={
|
|
251994
252448
|
"members": {
|
251995
252449
|
"WindowExecutionId": {},
|
251996
252450
|
"Filters": {
|
251997
|
-
"shape": "
|
252451
|
+
"shape": "Se5"
|
251998
252452
|
},
|
251999
252453
|
"MaxResults": {
|
252000
252454
|
"type": "integer"
|
@@ -252026,7 +252480,7 @@ module.exports={
|
|
252026
252480
|
"shape": "S1z"
|
252027
252481
|
},
|
252028
252482
|
"TriggeredAlarms": {
|
252029
|
-
"shape": "
|
252483
|
+
"shape": "S2o"
|
252030
252484
|
}
|
252031
252485
|
}
|
252032
252486
|
}
|
@@ -252044,7 +252498,7 @@ module.exports={
|
|
252044
252498
|
"members": {
|
252045
252499
|
"WindowId": {},
|
252046
252500
|
"Filters": {
|
252047
|
-
"shape": "
|
252501
|
+
"shape": "Se5"
|
252048
252502
|
},
|
252049
252503
|
"MaxResults": {
|
252050
252504
|
"type": "integer"
|
@@ -252087,7 +252541,7 @@ module.exports={
|
|
252087
252541
|
},
|
252088
252542
|
"ResourceType": {},
|
252089
252543
|
"Filters": {
|
252090
|
-
"shape": "
|
252544
|
+
"shape": "Sah"
|
252091
252545
|
},
|
252092
252546
|
"MaxResults": {
|
252093
252547
|
"type": "integer"
|
@@ -252122,7 +252576,7 @@ module.exports={
|
|
252122
252576
|
"members": {
|
252123
252577
|
"WindowId": {},
|
252124
252578
|
"Filters": {
|
252125
|
-
"shape": "
|
252579
|
+
"shape": "Se5"
|
252126
252580
|
},
|
252127
252581
|
"MaxResults": {
|
252128
252582
|
"type": "integer"
|
@@ -252145,11 +252599,11 @@ module.exports={
|
|
252145
252599
|
"shape": "S18"
|
252146
252600
|
},
|
252147
252601
|
"OwnerInformation": {
|
252148
|
-
"shape": "
|
252602
|
+
"shape": "Sd2"
|
252149
252603
|
},
|
252150
252604
|
"Name": {},
|
252151
252605
|
"Description": {
|
252152
|
-
"shape": "
|
252606
|
+
"shape": "S4c"
|
252153
252607
|
}
|
252154
252608
|
}
|
252155
252609
|
}
|
@@ -252167,7 +252621,7 @@ module.exports={
|
|
252167
252621
|
"members": {
|
252168
252622
|
"WindowId": {},
|
252169
252623
|
"Filters": {
|
252170
|
-
"shape": "
|
252624
|
+
"shape": "Se5"
|
252171
252625
|
},
|
252172
252626
|
"MaxResults": {
|
252173
252627
|
"type": "integer"
|
@@ -252191,20 +252645,20 @@ module.exports={
|
|
252191
252645
|
"shape": "S18"
|
252192
252646
|
},
|
252193
252647
|
"TaskParameters": {
|
252194
|
-
"shape": "
|
252648
|
+
"shape": "Sf8"
|
252195
252649
|
},
|
252196
252650
|
"Priority": {
|
252197
252651
|
"type": "integer"
|
252198
252652
|
},
|
252199
252653
|
"LoggingInfo": {
|
252200
|
-
"shape": "
|
252654
|
+
"shape": "Sfe"
|
252201
252655
|
},
|
252202
252656
|
"ServiceRoleArn": {},
|
252203
252657
|
"MaxConcurrency": {},
|
252204
252658
|
"MaxErrors": {},
|
252205
252659
|
"Name": {},
|
252206
252660
|
"Description": {
|
252207
|
-
"shape": "
|
252661
|
+
"shape": "S4c"
|
252208
252662
|
},
|
252209
252663
|
"CutoffBehavior": {},
|
252210
252664
|
"AlarmConfiguration": {
|
@@ -252222,7 +252676,7 @@ module.exports={
|
|
252222
252676
|
"type": "structure",
|
252223
252677
|
"members": {
|
252224
252678
|
"Filters": {
|
252225
|
-
"shape": "
|
252679
|
+
"shape": "Se5"
|
252226
252680
|
},
|
252227
252681
|
"MaxResults": {
|
252228
252682
|
"type": "integer"
|
@@ -252241,7 +252695,7 @@ module.exports={
|
|
252241
252695
|
"WindowId": {},
|
252242
252696
|
"Name": {},
|
252243
252697
|
"Description": {
|
252244
|
-
"shape": "
|
252698
|
+
"shape": "S4c"
|
252245
252699
|
},
|
252246
252700
|
"Enabled": {
|
252247
252701
|
"type": "boolean"
|
@@ -252356,7 +252810,7 @@ module.exports={
|
|
252356
252810
|
"OpsItemId": {},
|
252357
252811
|
"Title": {},
|
252358
252812
|
"OperationalData": {
|
252359
|
-
"shape": "
|
252813
|
+
"shape": "S4q"
|
252360
252814
|
},
|
252361
252815
|
"Category": {},
|
252362
252816
|
"Severity": {},
|
@@ -252401,7 +252855,7 @@ module.exports={
|
|
252401
252855
|
}
|
252402
252856
|
},
|
252403
252857
|
"ParameterFilters": {
|
252404
|
-
"shape": "
|
252858
|
+
"shape": "Sg8"
|
252405
252859
|
},
|
252406
252860
|
"MaxResults": {
|
252407
252861
|
"type": "integer"
|
@@ -252431,7 +252885,7 @@ module.exports={
|
|
252431
252885
|
},
|
252432
252886
|
"Tier": {},
|
252433
252887
|
"Policies": {
|
252434
|
-
"shape": "
|
252888
|
+
"shape": "Sgn"
|
252435
252889
|
},
|
252436
252890
|
"DataType": {}
|
252437
252891
|
}
|
@@ -252446,7 +252900,7 @@ module.exports={
|
|
252446
252900
|
"type": "structure",
|
252447
252901
|
"members": {
|
252448
252902
|
"Filters": {
|
252449
|
-
"shape": "
|
252903
|
+
"shape": "Sah"
|
252450
252904
|
},
|
252451
252905
|
"MaxResults": {
|
252452
252906
|
"type": "integer"
|
@@ -252460,7 +252914,7 @@ module.exports={
|
|
252460
252914
|
"BaselineIdentities": {
|
252461
252915
|
"type": "list",
|
252462
252916
|
"member": {
|
252463
|
-
"shape": "
|
252917
|
+
"shape": "Sgt"
|
252464
252918
|
}
|
252465
252919
|
},
|
252466
252920
|
"NextToken": {}
|
@@ -252527,7 +252981,7 @@ module.exports={
|
|
252527
252981
|
"type": "integer"
|
252528
252982
|
},
|
252529
252983
|
"Filters": {
|
252530
|
-
"shape": "
|
252984
|
+
"shape": "Sah"
|
252531
252985
|
},
|
252532
252986
|
"NextToken": {}
|
252533
252987
|
}
|
@@ -252542,7 +252996,7 @@ module.exports={
|
|
252542
252996
|
"members": {
|
252543
252997
|
"PatchGroup": {},
|
252544
252998
|
"BaselineIdentity": {
|
252545
|
-
"shape": "
|
252999
|
+
"shape": "Sgt"
|
252546
253000
|
}
|
252547
253001
|
}
|
252548
253002
|
}
|
@@ -252691,16 +253145,16 @@ module.exports={
|
|
252691
253145
|
},
|
252692
253146
|
"AutomationExecutionStatus": {},
|
252693
253147
|
"StepExecutions": {
|
252694
|
-
"shape": "
|
253148
|
+
"shape": "Sa6"
|
252695
253149
|
},
|
252696
253150
|
"StepExecutionsTruncated": {
|
252697
253151
|
"type": "boolean"
|
252698
253152
|
},
|
252699
253153
|
"Parameters": {
|
252700
|
-
"shape": "
|
253154
|
+
"shape": "S9n"
|
252701
253155
|
},
|
252702
253156
|
"Outputs": {
|
252703
|
-
"shape": "
|
253157
|
+
"shape": "S9n"
|
252704
253158
|
},
|
252705
253159
|
"FailureMessage": {},
|
252706
253160
|
"Mode": {},
|
@@ -252713,10 +253167,10 @@ module.exports={
|
|
252713
253167
|
"shape": "S18"
|
252714
253168
|
},
|
252715
253169
|
"TargetMaps": {
|
252716
|
-
"shape": "
|
253170
|
+
"shape": "S26"
|
252717
253171
|
},
|
252718
253172
|
"ResolvedTargets": {
|
252719
|
-
"shape": "
|
253173
|
+
"shape": "S9s"
|
252720
253174
|
},
|
252721
253175
|
"MaxConcurrency": {},
|
252722
253176
|
"MaxErrors": {},
|
@@ -252748,20 +253202,20 @@ module.exports={
|
|
252748
253202
|
"shape": "S1z"
|
252749
253203
|
},
|
252750
253204
|
"TriggeredAlarms": {
|
252751
|
-
"shape": "
|
253205
|
+
"shape": "S2o"
|
252752
253206
|
},
|
252753
253207
|
"AutomationSubtype": {},
|
252754
253208
|
"ScheduledTime": {
|
252755
253209
|
"type": "timestamp"
|
252756
253210
|
},
|
252757
253211
|
"Runbooks": {
|
252758
|
-
"shape": "
|
253212
|
+
"shape": "S9w"
|
252759
253213
|
},
|
252760
253214
|
"OpsItemId": {},
|
252761
253215
|
"AssociationId": {},
|
252762
253216
|
"ChangeRequestName": {},
|
252763
253217
|
"Variables": {
|
252764
|
-
"shape": "
|
253218
|
+
"shape": "S9n"
|
252765
253219
|
}
|
252766
253220
|
}
|
252767
253221
|
}
|
@@ -252825,7 +253279,7 @@ module.exports={
|
|
252825
253279
|
"StandardErrorContent": {},
|
252826
253280
|
"StandardErrorUrl": {},
|
252827
253281
|
"CloudWatchOutputConfig": {
|
252828
|
-
"shape": "
|
253282
|
+
"shape": "Sie"
|
252829
253283
|
}
|
252830
253284
|
}
|
252831
253285
|
}
|
@@ -252878,24 +253332,24 @@ module.exports={
|
|
252878
253332
|
"members": {
|
252879
253333
|
"OperatingSystem": {},
|
252880
253334
|
"GlobalFilters": {
|
252881
|
-
"shape": "
|
253335
|
+
"shape": "S5j"
|
252882
253336
|
},
|
252883
253337
|
"ApprovalRules": {
|
252884
|
-
"shape": "
|
253338
|
+
"shape": "S5p"
|
252885
253339
|
},
|
252886
253340
|
"ApprovedPatches": {
|
252887
|
-
"shape": "
|
253341
|
+
"shape": "S5v"
|
252888
253342
|
},
|
252889
253343
|
"ApprovedPatchesComplianceLevel": {},
|
252890
253344
|
"RejectedPatches": {
|
252891
|
-
"shape": "
|
253345
|
+
"shape": "S5v"
|
252892
253346
|
},
|
252893
253347
|
"RejectedPatchesAction": {},
|
252894
253348
|
"ApprovedPatchesEnableNonSecurity": {
|
252895
253349
|
"type": "boolean"
|
252896
253350
|
},
|
252897
253351
|
"Sources": {
|
252898
|
-
"shape": "
|
253352
|
+
"shape": "S5z"
|
252899
253353
|
}
|
252900
253354
|
}
|
252901
253355
|
}
|
@@ -252940,7 +253394,7 @@ module.exports={
|
|
252940
253394
|
"DocumentType": {},
|
252941
253395
|
"DocumentFormat": {},
|
252942
253396
|
"Requires": {
|
252943
|
-
"shape": "
|
253397
|
+
"shape": "S32"
|
252944
253398
|
},
|
252945
253399
|
"AttachmentsContent": {
|
252946
253400
|
"type": "list",
|
@@ -252966,10 +253420,10 @@ module.exports={
|
|
252966
253420
|
"type": "structure",
|
252967
253421
|
"members": {
|
252968
253422
|
"Filters": {
|
252969
|
-
"shape": "
|
253423
|
+
"shape": "Sj0"
|
252970
253424
|
},
|
252971
253425
|
"Aggregators": {
|
252972
|
-
"shape": "
|
253426
|
+
"shape": "Sj6"
|
252973
253427
|
},
|
252974
253428
|
"ResultAttributes": {
|
252975
253429
|
"type": "list",
|
@@ -253014,7 +253468,7 @@ module.exports={
|
|
253014
253468
|
"CaptureTime": {},
|
253015
253469
|
"ContentHash": {},
|
253016
253470
|
"Content": {
|
253017
|
-
"shape": "
|
253471
|
+
"shape": "Sjn"
|
253018
253472
|
}
|
253019
253473
|
}
|
253020
253474
|
}
|
@@ -253095,7 +253549,7 @@ module.exports={
|
|
253095
253549
|
"WindowId": {},
|
253096
253550
|
"Name": {},
|
253097
253551
|
"Description": {
|
253098
|
-
"shape": "
|
253552
|
+
"shape": "S4c"
|
253099
253553
|
},
|
253100
253554
|
"StartDate": {},
|
253101
253555
|
"EndDate": {},
|
@@ -253178,7 +253632,7 @@ module.exports={
|
|
253178
253632
|
"TaskParameters": {
|
253179
253633
|
"type": "list",
|
253180
253634
|
"member": {
|
253181
|
-
"shape": "
|
253635
|
+
"shape": "Sf8"
|
253182
253636
|
},
|
253183
253637
|
"sensitive": true
|
253184
253638
|
},
|
@@ -253199,7 +253653,7 @@ module.exports={
|
|
253199
253653
|
"shape": "S1z"
|
253200
253654
|
},
|
253201
253655
|
"TriggeredAlarms": {
|
253202
|
-
"shape": "
|
253656
|
+
"shape": "S2o"
|
253203
253657
|
}
|
253204
253658
|
}
|
253205
253659
|
}
|
@@ -253227,7 +253681,7 @@ module.exports={
|
|
253227
253681
|
"ExecutionId": {},
|
253228
253682
|
"TaskType": {},
|
253229
253683
|
"Parameters": {
|
253230
|
-
"shape": "
|
253684
|
+
"shape": "Seh"
|
253231
253685
|
},
|
253232
253686
|
"Status": {},
|
253233
253687
|
"StatusDetails": {},
|
@@ -253238,7 +253692,7 @@ module.exports={
|
|
253238
253692
|
"type": "timestamp"
|
253239
253693
|
},
|
253240
253694
|
"OwnerInformation": {
|
253241
|
-
"shape": "
|
253695
|
+
"shape": "Sd2"
|
253242
253696
|
},
|
253243
253697
|
"WindowTargetId": {}
|
253244
253698
|
}
|
@@ -253268,10 +253722,10 @@ module.exports={
|
|
253268
253722
|
"ServiceRoleArn": {},
|
253269
253723
|
"TaskType": {},
|
253270
253724
|
"TaskParameters": {
|
253271
|
-
"shape": "
|
253725
|
+
"shape": "Sf8"
|
253272
253726
|
},
|
253273
253727
|
"TaskInvocationParameters": {
|
253274
|
-
"shape": "
|
253728
|
+
"shape": "Ske"
|
253275
253729
|
},
|
253276
253730
|
"Priority": {
|
253277
253731
|
"type": "integer"
|
@@ -253279,11 +253733,11 @@ module.exports={
|
|
253279
253733
|
"MaxConcurrency": {},
|
253280
253734
|
"MaxErrors": {},
|
253281
253735
|
"LoggingInfo": {
|
253282
|
-
"shape": "
|
253736
|
+
"shape": "Sfe"
|
253283
253737
|
},
|
253284
253738
|
"Name": {},
|
253285
253739
|
"Description": {
|
253286
|
-
"shape": "
|
253740
|
+
"shape": "S4c"
|
253287
253741
|
},
|
253288
253742
|
"CutoffBehavior": {},
|
253289
253743
|
"AlarmConfiguration": {
|
@@ -253320,13 +253774,13 @@ module.exports={
|
|
253320
253774
|
"type": "timestamp"
|
253321
253775
|
},
|
253322
253776
|
"Notifications": {
|
253323
|
-
"shape": "
|
253777
|
+
"shape": "S4v"
|
253324
253778
|
},
|
253325
253779
|
"Priority": {
|
253326
253780
|
"type": "integer"
|
253327
253781
|
},
|
253328
253782
|
"RelatedOpsItems": {
|
253329
|
-
"shape": "
|
253783
|
+
"shape": "S4z"
|
253330
253784
|
},
|
253331
253785
|
"Status": {},
|
253332
253786
|
"OpsItemId": {},
|
@@ -253334,7 +253788,7 @@ module.exports={
|
|
253334
253788
|
"Title": {},
|
253335
253789
|
"Source": {},
|
253336
253790
|
"OperationalData": {
|
253337
|
-
"shape": "
|
253791
|
+
"shape": "S4q"
|
253338
253792
|
},
|
253339
253793
|
"Category": {},
|
253340
253794
|
"Severity": {},
|
@@ -253375,7 +253829,7 @@ module.exports={
|
|
253375
253829
|
"members": {
|
253376
253830
|
"ResourceId": {},
|
253377
253831
|
"Metadata": {
|
253378
|
-
"shape": "
|
253832
|
+
"shape": "S5a"
|
253379
253833
|
},
|
253380
253834
|
"NextToken": {}
|
253381
253835
|
}
|
@@ -253387,10 +253841,10 @@ module.exports={
|
|
253387
253841
|
"members": {
|
253388
253842
|
"SyncName": {},
|
253389
253843
|
"Filters": {
|
253390
|
-
"shape": "
|
253844
|
+
"shape": "Sl1"
|
253391
253845
|
},
|
253392
253846
|
"Aggregators": {
|
253393
|
-
"shape": "
|
253847
|
+
"shape": "Sl7"
|
253394
253848
|
},
|
253395
253849
|
"ResultAttributes": {
|
253396
253850
|
"type": "list",
|
@@ -253461,7 +253915,7 @@ module.exports={
|
|
253461
253915
|
"type": "structure",
|
253462
253916
|
"members": {
|
253463
253917
|
"Parameter": {
|
253464
|
-
"shape": "
|
253918
|
+
"shape": "Slt"
|
253465
253919
|
}
|
253466
253920
|
}
|
253467
253921
|
}
|
@@ -253500,18 +253954,18 @@ module.exports={
|
|
253500
253954
|
"LastModifiedUser": {},
|
253501
253955
|
"Description": {},
|
253502
253956
|
"Value": {
|
253503
|
-
"shape": "
|
253957
|
+
"shape": "Slu"
|
253504
253958
|
},
|
253505
253959
|
"AllowedPattern": {},
|
253506
253960
|
"Version": {
|
253507
253961
|
"type": "long"
|
253508
253962
|
},
|
253509
253963
|
"Labels": {
|
253510
|
-
"shape": "
|
253964
|
+
"shape": "Sm0"
|
253511
253965
|
},
|
253512
253966
|
"Tier": {},
|
253513
253967
|
"Policies": {
|
253514
|
-
"shape": "
|
253968
|
+
"shape": "Sgn"
|
253515
253969
|
},
|
253516
253970
|
"DataType": {}
|
253517
253971
|
}
|
@@ -253529,7 +253983,7 @@ module.exports={
|
|
253529
253983
|
],
|
253530
253984
|
"members": {
|
253531
253985
|
"Names": {
|
253532
|
-
"shape": "
|
253986
|
+
"shape": "S7n"
|
253533
253987
|
},
|
253534
253988
|
"WithDecryption": {
|
253535
253989
|
"type": "boolean"
|
@@ -253540,10 +253994,10 @@ module.exports={
|
|
253540
253994
|
"type": "structure",
|
253541
253995
|
"members": {
|
253542
253996
|
"Parameters": {
|
253543
|
-
"shape": "
|
253997
|
+
"shape": "Sm4"
|
253544
253998
|
},
|
253545
253999
|
"InvalidParameters": {
|
253546
|
-
"shape": "
|
254000
|
+
"shape": "S7n"
|
253547
254001
|
}
|
253548
254002
|
}
|
253549
254003
|
}
|
@@ -253560,7 +254014,7 @@ module.exports={
|
|
253560
254014
|
"type": "boolean"
|
253561
254015
|
},
|
253562
254016
|
"ParameterFilters": {
|
253563
|
-
"shape": "
|
254017
|
+
"shape": "Sg8"
|
253564
254018
|
},
|
253565
254019
|
"WithDecryption": {
|
253566
254020
|
"type": "boolean"
|
@@ -253575,7 +254029,7 @@ module.exports={
|
|
253575
254029
|
"type": "structure",
|
253576
254030
|
"members": {
|
253577
254031
|
"Parameters": {
|
253578
|
-
"shape": "
|
254032
|
+
"shape": "Sm4"
|
253579
254033
|
},
|
253580
254034
|
"NextToken": {}
|
253581
254035
|
}
|
@@ -253598,20 +254052,20 @@ module.exports={
|
|
253598
254052
|
"Name": {},
|
253599
254053
|
"OperatingSystem": {},
|
253600
254054
|
"GlobalFilters": {
|
253601
|
-
"shape": "
|
254055
|
+
"shape": "S5j"
|
253602
254056
|
},
|
253603
254057
|
"ApprovalRules": {
|
253604
|
-
"shape": "
|
254058
|
+
"shape": "S5p"
|
253605
254059
|
},
|
253606
254060
|
"ApprovedPatches": {
|
253607
|
-
"shape": "
|
254061
|
+
"shape": "S5v"
|
253608
254062
|
},
|
253609
254063
|
"ApprovedPatchesComplianceLevel": {},
|
253610
254064
|
"ApprovedPatchesEnableNonSecurity": {
|
253611
254065
|
"type": "boolean"
|
253612
254066
|
},
|
253613
254067
|
"RejectedPatches": {
|
253614
|
-
"shape": "
|
254068
|
+
"shape": "S5v"
|
253615
254069
|
},
|
253616
254070
|
"RejectedPatchesAction": {},
|
253617
254071
|
"PatchGroups": {
|
@@ -253626,7 +254080,7 @@ module.exports={
|
|
253626
254080
|
},
|
253627
254081
|
"Description": {},
|
253628
254082
|
"Sources": {
|
253629
|
-
"shape": "
|
254083
|
+
"shape": "S5z"
|
253630
254084
|
}
|
253631
254085
|
}
|
253632
254086
|
}
|
@@ -253697,7 +254151,7 @@ module.exports={
|
|
253697
254151
|
"type": "structure",
|
253698
254152
|
"members": {
|
253699
254153
|
"ServiceSetting": {
|
253700
|
-
"shape": "
|
254154
|
+
"shape": "Smm"
|
253701
254155
|
}
|
253702
254156
|
}
|
253703
254157
|
}
|
@@ -253715,7 +254169,7 @@ module.exports={
|
|
253715
254169
|
"type": "long"
|
253716
254170
|
},
|
253717
254171
|
"Labels": {
|
253718
|
-
"shape": "
|
254172
|
+
"shape": "Sm0"
|
253719
254173
|
}
|
253720
254174
|
}
|
253721
254175
|
},
|
@@ -253723,7 +254177,7 @@ module.exports={
|
|
253723
254177
|
"type": "structure",
|
253724
254178
|
"members": {
|
253725
254179
|
"InvalidLabels": {
|
253726
|
-
"shape": "
|
254180
|
+
"shape": "Sm0"
|
253727
254181
|
},
|
253728
254182
|
"ParameterVersion": {
|
253729
254183
|
"type": "long"
|
@@ -253787,8 +254241,11 @@ module.exports={
|
|
253787
254241
|
"ScheduleOffset": {
|
253788
254242
|
"type": "integer"
|
253789
254243
|
},
|
254244
|
+
"Duration": {
|
254245
|
+
"type": "integer"
|
254246
|
+
},
|
253790
254247
|
"TargetMaps": {
|
253791
|
-
"shape": "
|
254248
|
+
"shape": "S26"
|
253792
254249
|
}
|
253793
254250
|
}
|
253794
254251
|
}
|
@@ -253841,15 +254298,18 @@ module.exports={
|
|
253841
254298
|
"type": "timestamp"
|
253842
254299
|
},
|
253843
254300
|
"Overview": {
|
253844
|
-
"shape": "
|
254301
|
+
"shape": "S2j"
|
253845
254302
|
},
|
253846
254303
|
"ScheduleExpression": {},
|
253847
254304
|
"AssociationName": {},
|
253848
254305
|
"ScheduleOffset": {
|
253849
254306
|
"type": "integer"
|
253850
254307
|
},
|
254308
|
+
"Duration": {
|
254309
|
+
"type": "integer"
|
254310
|
+
},
|
253851
254311
|
"TargetMaps": {
|
253852
|
-
"shape": "
|
254312
|
+
"shape": "S26"
|
253853
254313
|
}
|
253854
254314
|
}
|
253855
254315
|
}
|
@@ -253869,7 +254329,7 @@ module.exports={
|
|
253869
254329
|
},
|
253870
254330
|
"NextToken": {},
|
253871
254331
|
"Filters": {
|
253872
|
-
"shape": "
|
254332
|
+
"shape": "Sn4"
|
253873
254333
|
},
|
253874
254334
|
"Details": {
|
253875
254335
|
"type": "boolean"
|
@@ -253926,10 +254386,10 @@ module.exports={
|
|
253926
254386
|
},
|
253927
254387
|
"ServiceRole": {},
|
253928
254388
|
"NotificationConfig": {
|
253929
|
-
"shape": "
|
254389
|
+
"shape": "Skg"
|
253930
254390
|
},
|
253931
254391
|
"CloudWatchOutputConfig": {
|
253932
|
-
"shape": "
|
254392
|
+
"shape": "Sie"
|
253933
254393
|
}
|
253934
254394
|
}
|
253935
254395
|
}
|
@@ -253949,7 +254409,7 @@ module.exports={
|
|
253949
254409
|
},
|
253950
254410
|
"NextToken": {},
|
253951
254411
|
"Filters": {
|
253952
|
-
"shape": "
|
254412
|
+
"shape": "Sn4"
|
253953
254413
|
}
|
253954
254414
|
}
|
253955
254415
|
},
|
@@ -253959,7 +254419,7 @@ module.exports={
|
|
253959
254419
|
"Commands": {
|
253960
254420
|
"type": "list",
|
253961
254421
|
"member": {
|
253962
|
-
"shape": "
|
254422
|
+
"shape": "Snk"
|
253963
254423
|
}
|
253964
254424
|
},
|
253965
254425
|
"NextToken": {}
|
@@ -253971,7 +254431,7 @@ module.exports={
|
|
253971
254431
|
"type": "structure",
|
253972
254432
|
"members": {
|
253973
254433
|
"Filters": {
|
253974
|
-
"shape": "
|
254434
|
+
"shape": "Snr"
|
253975
254435
|
},
|
253976
254436
|
"ResourceIds": {
|
253977
254437
|
"type": "list",
|
@@ -254003,10 +254463,10 @@ module.exports={
|
|
254003
254463
|
"Status": {},
|
254004
254464
|
"Severity": {},
|
254005
254465
|
"ExecutionSummary": {
|
254006
|
-
"shape": "
|
254466
|
+
"shape": "So9"
|
254007
254467
|
},
|
254008
254468
|
"Details": {
|
254009
|
-
"shape": "
|
254469
|
+
"shape": "Soc"
|
254010
254470
|
}
|
254011
254471
|
}
|
254012
254472
|
}
|
@@ -254020,7 +254480,7 @@ module.exports={
|
|
254020
254480
|
"type": "structure",
|
254021
254481
|
"members": {
|
254022
254482
|
"Filters": {
|
254023
|
-
"shape": "
|
254483
|
+
"shape": "Snr"
|
254024
254484
|
},
|
254025
254485
|
"NextToken": {},
|
254026
254486
|
"MaxResults": {
|
@@ -254038,10 +254498,10 @@ module.exports={
|
|
254038
254498
|
"members": {
|
254039
254499
|
"ComplianceType": {},
|
254040
254500
|
"CompliantSummary": {
|
254041
|
-
"shape": "
|
254501
|
+
"shape": "Soh"
|
254042
254502
|
},
|
254043
254503
|
"NonCompliantSummary": {
|
254044
|
-
"shape": "
|
254504
|
+
"shape": "Sok"
|
254045
254505
|
}
|
254046
254506
|
}
|
254047
254507
|
}
|
@@ -254089,7 +254549,7 @@ module.exports={
|
|
254089
254549
|
},
|
254090
254550
|
"ReviewStatus": {},
|
254091
254551
|
"Comment": {
|
254092
|
-
"shape": "
|
254552
|
+
"shape": "Sor"
|
254093
254553
|
},
|
254094
254554
|
"Reviewer": {}
|
254095
254555
|
}
|
@@ -254197,7 +254657,7 @@ module.exports={
|
|
254197
254657
|
"Owner": {},
|
254198
254658
|
"VersionName": {},
|
254199
254659
|
"PlatformTypes": {
|
254200
|
-
"shape": "
|
254660
|
+
"shape": "S3w"
|
254201
254661
|
},
|
254202
254662
|
"DocumentVersion": {},
|
254203
254663
|
"DocumentType": {},
|
@@ -254208,7 +254668,7 @@ module.exports={
|
|
254208
254668
|
"shape": "S4"
|
254209
254669
|
},
|
254210
254670
|
"Requires": {
|
254211
|
-
"shape": "
|
254671
|
+
"shape": "S32"
|
254212
254672
|
},
|
254213
254673
|
"ReviewStatus": {},
|
254214
254674
|
"Author": {}
|
@@ -254230,7 +254690,7 @@ module.exports={
|
|
254230
254690
|
"InstanceId": {},
|
254231
254691
|
"TypeName": {},
|
254232
254692
|
"Filters": {
|
254233
|
-
"shape": "
|
254693
|
+
"shape": "Sj0"
|
254234
254694
|
},
|
254235
254695
|
"NextToken": {},
|
254236
254696
|
"MaxResults": {
|
@@ -254246,7 +254706,7 @@ module.exports={
|
|
254246
254706
|
"SchemaVersion": {},
|
254247
254707
|
"CaptureTime": {},
|
254248
254708
|
"Entries": {
|
254249
|
-
"shape": "
|
254709
|
+
"shape": "Sjn"
|
254250
254710
|
},
|
254251
254711
|
"NextToken": {}
|
254252
254712
|
}
|
@@ -254296,7 +254756,7 @@ module.exports={
|
|
254296
254756
|
"DetailType": {},
|
254297
254757
|
"Detail": {},
|
254298
254758
|
"CreatedBy": {
|
254299
|
-
"shape": "
|
254759
|
+
"shape": "Spp"
|
254300
254760
|
},
|
254301
254761
|
"CreatedTime": {
|
254302
254762
|
"type": "timestamp"
|
@@ -254352,13 +254812,13 @@ module.exports={
|
|
254352
254812
|
"AssociationType": {},
|
254353
254813
|
"ResourceUri": {},
|
254354
254814
|
"CreatedBy": {
|
254355
|
-
"shape": "
|
254815
|
+
"shape": "Spp"
|
254356
254816
|
},
|
254357
254817
|
"CreatedTime": {
|
254358
254818
|
"type": "timestamp"
|
254359
254819
|
},
|
254360
254820
|
"LastModifiedBy": {
|
254361
|
-
"shape": "
|
254821
|
+
"shape": "Spp"
|
254362
254822
|
},
|
254363
254823
|
"LastModifiedTime": {
|
254364
254824
|
"type": "timestamp"
|
@@ -254425,7 +254885,7 @@ module.exports={
|
|
254425
254885
|
"type": "structure",
|
254426
254886
|
"members": {
|
254427
254887
|
"Filters": {
|
254428
|
-
"shape": "
|
254888
|
+
"shape": "Snr"
|
254429
254889
|
},
|
254430
254890
|
"NextToken": {},
|
254431
254891
|
"MaxResults": {
|
@@ -254447,13 +254907,13 @@ module.exports={
|
|
254447
254907
|
"Status": {},
|
254448
254908
|
"OverallSeverity": {},
|
254449
254909
|
"ExecutionSummary": {
|
254450
|
-
"shape": "
|
254910
|
+
"shape": "So9"
|
254451
254911
|
},
|
254452
254912
|
"CompliantSummary": {
|
254453
|
-
"shape": "
|
254913
|
+
"shape": "Soh"
|
254454
254914
|
},
|
254455
254915
|
"NonCompliantSummary": {
|
254456
|
-
"shape": "
|
254916
|
+
"shape": "Sok"
|
254457
254917
|
}
|
254458
254918
|
}
|
254459
254919
|
}
|
@@ -254488,10 +254948,10 @@ module.exports={
|
|
254488
254948
|
"members": {
|
254489
254949
|
"SourceType": {},
|
254490
254950
|
"AwsOrganizationsSource": {
|
254491
|
-
"shape": "
|
254951
|
+
"shape": "S6k"
|
254492
254952
|
},
|
254493
254953
|
"SourceRegions": {
|
254494
|
-
"shape": "
|
254954
|
+
"shape": "S6p"
|
254495
254955
|
},
|
254496
254956
|
"IncludeFutureRegions": {
|
254497
254957
|
"type": "boolean"
|
@@ -254503,7 +254963,7 @@ module.exports={
|
|
254503
254963
|
}
|
254504
254964
|
},
|
254505
254965
|
"S3Destination": {
|
254506
|
-
"shape": "
|
254966
|
+
"shape": "S69"
|
254507
254967
|
},
|
254508
254968
|
"LastSyncTime": {
|
254509
254969
|
"type": "timestamp"
|
@@ -254558,10 +255018,10 @@ module.exports={
|
|
254558
255018
|
"Name": {},
|
254559
255019
|
"PermissionType": {},
|
254560
255020
|
"AccountIdsToAdd": {
|
254561
|
-
"shape": "
|
255021
|
+
"shape": "Sbk"
|
254562
255022
|
},
|
254563
255023
|
"AccountIdsToRemove": {
|
254564
|
-
"shape": "
|
255024
|
+
"shape": "Sbk"
|
254565
255025
|
},
|
254566
255026
|
"SharedDocumentVersion": {}
|
254567
255027
|
}
|
@@ -254586,7 +255046,7 @@ module.exports={
|
|
254586
255046
|
"ResourceType": {},
|
254587
255047
|
"ComplianceType": {},
|
254588
255048
|
"ExecutionSummary": {
|
254589
|
-
"shape": "
|
255049
|
+
"shape": "So9"
|
254590
255050
|
},
|
254591
255051
|
"Items": {
|
254592
255052
|
"type": "list",
|
@@ -254602,7 +255062,7 @@ module.exports={
|
|
254602
255062
|
"Severity": {},
|
254603
255063
|
"Status": {},
|
254604
255064
|
"Details": {
|
254605
|
-
"shape": "
|
255065
|
+
"shape": "Soc"
|
254606
255066
|
}
|
254607
255067
|
}
|
254608
255068
|
}
|
@@ -254640,7 +255100,7 @@ module.exports={
|
|
254640
255100
|
"CaptureTime": {},
|
254641
255101
|
"ContentHash": {},
|
254642
255102
|
"Content": {
|
254643
|
-
"shape": "
|
255103
|
+
"shape": "Sjn"
|
254644
255104
|
},
|
254645
255105
|
"Context": {
|
254646
255106
|
"type": "map",
|
@@ -254670,7 +255130,7 @@ module.exports={
|
|
254670
255130
|
"Name": {},
|
254671
255131
|
"Description": {},
|
254672
255132
|
"Value": {
|
254673
|
-
"shape": "
|
255133
|
+
"shape": "Slu"
|
254674
255134
|
},
|
254675
255135
|
"Type": {},
|
254676
255136
|
"KeyId": {},
|
@@ -254770,11 +255230,11 @@ module.exports={
|
|
254770
255230
|
"shape": "S18"
|
254771
255231
|
},
|
254772
255232
|
"OwnerInformation": {
|
254773
|
-
"shape": "
|
255233
|
+
"shape": "Sd2"
|
254774
255234
|
},
|
254775
255235
|
"Name": {},
|
254776
255236
|
"Description": {
|
254777
|
-
"shape": "
|
255237
|
+
"shape": "S4c"
|
254778
255238
|
},
|
254779
255239
|
"ClientToken": {
|
254780
255240
|
"idempotencyToken": true
|
@@ -254805,10 +255265,10 @@ module.exports={
|
|
254805
255265
|
"ServiceRoleArn": {},
|
254806
255266
|
"TaskType": {},
|
254807
255267
|
"TaskParameters": {
|
254808
|
-
"shape": "
|
255268
|
+
"shape": "Sf8"
|
254809
255269
|
},
|
254810
255270
|
"TaskInvocationParameters": {
|
254811
|
-
"shape": "
|
255271
|
+
"shape": "Ske"
|
254812
255272
|
},
|
254813
255273
|
"Priority": {
|
254814
255274
|
"type": "integer"
|
@@ -254816,11 +255276,11 @@ module.exports={
|
|
254816
255276
|
"MaxConcurrency": {},
|
254817
255277
|
"MaxErrors": {},
|
254818
255278
|
"LoggingInfo": {
|
254819
|
-
"shape": "
|
255279
|
+
"shape": "Sfe"
|
254820
255280
|
},
|
254821
255281
|
"Name": {},
|
254822
255282
|
"Description": {
|
254823
|
-
"shape": "
|
255283
|
+
"shape": "S4c"
|
254824
255284
|
},
|
254825
255285
|
"ClientToken": {
|
254826
255286
|
"idempotencyToken": true
|
@@ -254874,7 +255334,7 @@ module.exports={
|
|
254874
255334
|
"type": "structure",
|
254875
255335
|
"members": {
|
254876
255336
|
"ServiceSetting": {
|
254877
|
-
"shape": "
|
255337
|
+
"shape": "Smm"
|
254878
255338
|
}
|
254879
255339
|
}
|
254880
255340
|
}
|
@@ -254909,7 +255369,7 @@ module.exports={
|
|
254909
255369
|
"AutomationExecutionId": {},
|
254910
255370
|
"SignalType": {},
|
254911
255371
|
"Payload": {
|
254912
|
-
"shape": "
|
255372
|
+
"shape": "S9n"
|
254913
255373
|
}
|
254914
255374
|
}
|
254915
255375
|
},
|
@@ -254949,10 +255409,10 @@ module.exports={
|
|
254949
255409
|
"MaxErrors": {},
|
254950
255410
|
"ServiceRoleArn": {},
|
254951
255411
|
"NotificationConfig": {
|
254952
|
-
"shape": "
|
255412
|
+
"shape": "Skg"
|
254953
255413
|
},
|
254954
255414
|
"CloudWatchOutputConfig": {
|
254955
|
-
"shape": "
|
255415
|
+
"shape": "Sie"
|
254956
255416
|
},
|
254957
255417
|
"AlarmConfiguration": {
|
254958
255418
|
"shape": "S1z"
|
@@ -254963,7 +255423,7 @@ module.exports={
|
|
254963
255423
|
"type": "structure",
|
254964
255424
|
"members": {
|
254965
255425
|
"Command": {
|
254966
|
-
"shape": "
|
255426
|
+
"shape": "Snk"
|
254967
255427
|
}
|
254968
255428
|
}
|
254969
255429
|
}
|
@@ -254996,7 +255456,7 @@ module.exports={
|
|
254996
255456
|
"DocumentName": {},
|
254997
255457
|
"DocumentVersion": {},
|
254998
255458
|
"Parameters": {
|
254999
|
-
"shape": "
|
255459
|
+
"shape": "S9n"
|
255000
255460
|
},
|
255001
255461
|
"ClientToken": {},
|
255002
255462
|
"Mode": {},
|
@@ -255005,7 +255465,7 @@ module.exports={
|
|
255005
255465
|
"shape": "S18"
|
255006
255466
|
},
|
255007
255467
|
"TargetMaps": {
|
255008
|
-
"shape": "
|
255468
|
+
"shape": "S26"
|
255009
255469
|
},
|
255010
255470
|
"MaxConcurrency": {},
|
255011
255471
|
"MaxErrors": {},
|
@@ -255041,7 +255501,7 @@ module.exports={
|
|
255041
255501
|
"DocumentName": {},
|
255042
255502
|
"DocumentVersion": {},
|
255043
255503
|
"Parameters": {
|
255044
|
-
"shape": "
|
255504
|
+
"shape": "S9n"
|
255045
255505
|
},
|
255046
255506
|
"ChangeRequestName": {},
|
255047
255507
|
"ClientToken": {},
|
@@ -255049,7 +255509,7 @@ module.exports={
|
|
255049
255509
|
"type": "boolean"
|
255050
255510
|
},
|
255051
255511
|
"Runbooks": {
|
255052
|
-
"shape": "
|
255512
|
+
"shape": "S9w"
|
255053
255513
|
},
|
255054
255514
|
"Tags": {
|
255055
255515
|
"shape": "S4"
|
@@ -255143,7 +255603,7 @@ module.exports={
|
|
255143
255603
|
"type": "long"
|
255144
255604
|
},
|
255145
255605
|
"Labels": {
|
255146
|
-
"shape": "
|
255606
|
+
"shape": "Sm0"
|
255147
255607
|
}
|
255148
255608
|
}
|
255149
255609
|
},
|
@@ -255151,10 +255611,10 @@ module.exports={
|
|
255151
255611
|
"type": "structure",
|
255152
255612
|
"members": {
|
255153
255613
|
"RemovedLabels": {
|
255154
|
-
"shape": "
|
255614
|
+
"shape": "Sm0"
|
255155
255615
|
},
|
255156
255616
|
"InvalidLabels": {
|
255157
|
-
"shape": "
|
255617
|
+
"shape": "Sm0"
|
255158
255618
|
}
|
255159
255619
|
}
|
255160
255620
|
}
|
@@ -255198,8 +255658,11 @@ module.exports={
|
|
255198
255658
|
"ScheduleOffset": {
|
255199
255659
|
"type": "integer"
|
255200
255660
|
},
|
255661
|
+
"Duration": {
|
255662
|
+
"type": "integer"
|
255663
|
+
},
|
255201
255664
|
"TargetMaps": {
|
255202
|
-
"shape": "
|
255665
|
+
"shape": "S26"
|
255203
255666
|
},
|
255204
255667
|
"AlarmConfiguration": {
|
255205
255668
|
"shape": "S1z"
|
@@ -255210,7 +255673,7 @@ module.exports={
|
|
255210
255673
|
"type": "structure",
|
255211
255674
|
"members": {
|
255212
255675
|
"AssociationDescription": {
|
255213
|
-
"shape": "
|
255676
|
+
"shape": "S2c"
|
255214
255677
|
}
|
255215
255678
|
}
|
255216
255679
|
}
|
@@ -255227,7 +255690,7 @@ module.exports={
|
|
255227
255690
|
"Name": {},
|
255228
255691
|
"InstanceId": {},
|
255229
255692
|
"AssociationStatus": {
|
255230
|
-
"shape": "
|
255693
|
+
"shape": "S2f"
|
255231
255694
|
}
|
255232
255695
|
}
|
255233
255696
|
},
|
@@ -255235,7 +255698,7 @@ module.exports={
|
|
255235
255698
|
"type": "structure",
|
255236
255699
|
"members": {
|
255237
255700
|
"AssociationDescription": {
|
255238
|
-
"shape": "
|
255701
|
+
"shape": "S2c"
|
255239
255702
|
}
|
255240
255703
|
}
|
255241
255704
|
}
|
@@ -255250,7 +255713,7 @@ module.exports={
|
|
255250
255713
|
"members": {
|
255251
255714
|
"Content": {},
|
255252
255715
|
"Attachments": {
|
255253
|
-
"shape": "
|
255716
|
+
"shape": "S36"
|
255254
255717
|
},
|
255255
255718
|
"Name": {},
|
255256
255719
|
"DisplayName": {},
|
@@ -255264,7 +255727,7 @@ module.exports={
|
|
255264
255727
|
"type": "structure",
|
255265
255728
|
"members": {
|
255266
255729
|
"DocumentDescription": {
|
255267
|
-
"shape": "
|
255730
|
+
"shape": "S3i"
|
255268
255731
|
}
|
255269
255732
|
}
|
255270
255733
|
}
|
@@ -255313,7 +255776,7 @@ module.exports={
|
|
255313
255776
|
"members": {
|
255314
255777
|
"Action": {},
|
255315
255778
|
"Comment": {
|
255316
|
-
"shape": "
|
255779
|
+
"shape": "Sor"
|
255317
255780
|
}
|
255318
255781
|
}
|
255319
255782
|
}
|
@@ -255334,7 +255797,7 @@ module.exports={
|
|
255334
255797
|
"WindowId": {},
|
255335
255798
|
"Name": {},
|
255336
255799
|
"Description": {
|
255337
|
-
"shape": "
|
255800
|
+
"shape": "S4c"
|
255338
255801
|
},
|
255339
255802
|
"StartDate": {},
|
255340
255803
|
"EndDate": {},
|
@@ -255366,7 +255829,7 @@ module.exports={
|
|
255366
255829
|
"WindowId": {},
|
255367
255830
|
"Name": {},
|
255368
255831
|
"Description": {
|
255369
|
-
"shape": "
|
255832
|
+
"shape": "S4c"
|
255370
255833
|
},
|
255371
255834
|
"StartDate": {},
|
255372
255835
|
"EndDate": {},
|
@@ -255404,11 +255867,11 @@ module.exports={
|
|
255404
255867
|
"shape": "S18"
|
255405
255868
|
},
|
255406
255869
|
"OwnerInformation": {
|
255407
|
-
"shape": "
|
255870
|
+
"shape": "Sd2"
|
255408
255871
|
},
|
255409
255872
|
"Name": {},
|
255410
255873
|
"Description": {
|
255411
|
-
"shape": "
|
255874
|
+
"shape": "S4c"
|
255412
255875
|
},
|
255413
255876
|
"Replace": {
|
255414
255877
|
"type": "boolean"
|
@@ -255424,11 +255887,11 @@ module.exports={
|
|
255424
255887
|
"shape": "S18"
|
255425
255888
|
},
|
255426
255889
|
"OwnerInformation": {
|
255427
|
-
"shape": "
|
255890
|
+
"shape": "Sd2"
|
255428
255891
|
},
|
255429
255892
|
"Name": {},
|
255430
255893
|
"Description": {
|
255431
|
-
"shape": "
|
255894
|
+
"shape": "S4c"
|
255432
255895
|
}
|
255433
255896
|
}
|
255434
255897
|
}
|
@@ -255449,10 +255912,10 @@ module.exports={
|
|
255449
255912
|
"TaskArn": {},
|
255450
255913
|
"ServiceRoleArn": {},
|
255451
255914
|
"TaskParameters": {
|
255452
|
-
"shape": "
|
255915
|
+
"shape": "Sf8"
|
255453
255916
|
},
|
255454
255917
|
"TaskInvocationParameters": {
|
255455
|
-
"shape": "
|
255918
|
+
"shape": "Ske"
|
255456
255919
|
},
|
255457
255920
|
"Priority": {
|
255458
255921
|
"type": "integer"
|
@@ -255460,11 +255923,11 @@ module.exports={
|
|
255460
255923
|
"MaxConcurrency": {},
|
255461
255924
|
"MaxErrors": {},
|
255462
255925
|
"LoggingInfo": {
|
255463
|
-
"shape": "
|
255926
|
+
"shape": "Sfe"
|
255464
255927
|
},
|
255465
255928
|
"Name": {},
|
255466
255929
|
"Description": {
|
255467
|
-
"shape": "
|
255930
|
+
"shape": "S4c"
|
255468
255931
|
},
|
255469
255932
|
"Replace": {
|
255470
255933
|
"type": "boolean"
|
@@ -255486,10 +255949,10 @@ module.exports={
|
|
255486
255949
|
"TaskArn": {},
|
255487
255950
|
"ServiceRoleArn": {},
|
255488
255951
|
"TaskParameters": {
|
255489
|
-
"shape": "
|
255952
|
+
"shape": "Sf8"
|
255490
255953
|
},
|
255491
255954
|
"TaskInvocationParameters": {
|
255492
|
-
"shape": "
|
255955
|
+
"shape": "Ske"
|
255493
255956
|
},
|
255494
255957
|
"Priority": {
|
255495
255958
|
"type": "integer"
|
@@ -255497,11 +255960,11 @@ module.exports={
|
|
255497
255960
|
"MaxConcurrency": {},
|
255498
255961
|
"MaxErrors": {},
|
255499
255962
|
"LoggingInfo": {
|
255500
|
-
"shape": "
|
255963
|
+
"shape": "Sfe"
|
255501
255964
|
},
|
255502
255965
|
"Name": {},
|
255503
255966
|
"Description": {
|
255504
|
-
"shape": "
|
255967
|
+
"shape": "S4c"
|
255505
255968
|
},
|
255506
255969
|
"CutoffBehavior": {},
|
255507
255970
|
"AlarmConfiguration": {
|
@@ -255536,20 +255999,20 @@ module.exports={
|
|
255536
255999
|
"members": {
|
255537
256000
|
"Description": {},
|
255538
256001
|
"OperationalData": {
|
255539
|
-
"shape": "
|
256002
|
+
"shape": "S4q"
|
255540
256003
|
},
|
255541
256004
|
"OperationalDataToDelete": {
|
255542
256005
|
"type": "list",
|
255543
256006
|
"member": {}
|
255544
256007
|
},
|
255545
256008
|
"Notifications": {
|
255546
|
-
"shape": "
|
256009
|
+
"shape": "S4v"
|
255547
256010
|
},
|
255548
256011
|
"Priority": {
|
255549
256012
|
"type": "integer"
|
255550
256013
|
},
|
255551
256014
|
"RelatedOpsItems": {
|
255552
|
-
"shape": "
|
256015
|
+
"shape": "S4z"
|
255553
256016
|
},
|
255554
256017
|
"Status": {},
|
255555
256018
|
"OpsItemId": {},
|
@@ -255585,7 +256048,7 @@ module.exports={
|
|
255585
256048
|
"members": {
|
255586
256049
|
"OpsMetadataArn": {},
|
255587
256050
|
"MetadataToUpdate": {
|
255588
|
-
"shape": "
|
256051
|
+
"shape": "S5a"
|
255589
256052
|
},
|
255590
256053
|
"KeysToDelete": {
|
255591
256054
|
"type": "list",
|
@@ -255610,25 +256073,25 @@ module.exports={
|
|
255610
256073
|
"BaselineId": {},
|
255611
256074
|
"Name": {},
|
255612
256075
|
"GlobalFilters": {
|
255613
|
-
"shape": "
|
256076
|
+
"shape": "S5j"
|
255614
256077
|
},
|
255615
256078
|
"ApprovalRules": {
|
255616
|
-
"shape": "
|
256079
|
+
"shape": "S5p"
|
255617
256080
|
},
|
255618
256081
|
"ApprovedPatches": {
|
255619
|
-
"shape": "
|
256082
|
+
"shape": "S5v"
|
255620
256083
|
},
|
255621
256084
|
"ApprovedPatchesComplianceLevel": {},
|
255622
256085
|
"ApprovedPatchesEnableNonSecurity": {
|
255623
256086
|
"type": "boolean"
|
255624
256087
|
},
|
255625
256088
|
"RejectedPatches": {
|
255626
|
-
"shape": "
|
256089
|
+
"shape": "S5v"
|
255627
256090
|
},
|
255628
256091
|
"RejectedPatchesAction": {},
|
255629
256092
|
"Description": {},
|
255630
256093
|
"Sources": {
|
255631
|
-
"shape": "
|
256094
|
+
"shape": "S5z"
|
255632
256095
|
},
|
255633
256096
|
"Replace": {
|
255634
256097
|
"type": "boolean"
|
@@ -255642,20 +256105,20 @@ module.exports={
|
|
255642
256105
|
"Name": {},
|
255643
256106
|
"OperatingSystem": {},
|
255644
256107
|
"GlobalFilters": {
|
255645
|
-
"shape": "
|
256108
|
+
"shape": "S5j"
|
255646
256109
|
},
|
255647
256110
|
"ApprovalRules": {
|
255648
|
-
"shape": "
|
256111
|
+
"shape": "S5p"
|
255649
256112
|
},
|
255650
256113
|
"ApprovedPatches": {
|
255651
|
-
"shape": "
|
256114
|
+
"shape": "S5v"
|
255652
256115
|
},
|
255653
256116
|
"ApprovedPatchesComplianceLevel": {},
|
255654
256117
|
"ApprovedPatchesEnableNonSecurity": {
|
255655
256118
|
"type": "boolean"
|
255656
256119
|
},
|
255657
256120
|
"RejectedPatches": {
|
255658
|
-
"shape": "
|
256121
|
+
"shape": "S5v"
|
255659
256122
|
},
|
255660
256123
|
"RejectedPatchesAction": {},
|
255661
256124
|
"CreatedDate": {
|
@@ -255666,7 +256129,7 @@ module.exports={
|
|
255666
256129
|
},
|
255667
256130
|
"Description": {},
|
255668
256131
|
"Sources": {
|
255669
|
-
"shape": "
|
256132
|
+
"shape": "S5z"
|
255670
256133
|
}
|
255671
256134
|
}
|
255672
256135
|
}
|
@@ -255683,7 +256146,7 @@ module.exports={
|
|
255683
256146
|
"SyncName": {},
|
255684
256147
|
"SyncType": {},
|
255685
256148
|
"SyncSource": {
|
255686
|
-
"shape": "
|
256149
|
+
"shape": "S6i"
|
255687
256150
|
}
|
255688
256151
|
}
|
255689
256152
|
},
|
@@ -255816,7 +256279,7 @@ module.exports={
|
|
255816
256279
|
}
|
255817
256280
|
}
|
255818
256281
|
},
|
255819
|
-
"
|
256282
|
+
"S26": {
|
255820
256283
|
"type": "list",
|
255821
256284
|
"member": {
|
255822
256285
|
"type": "map",
|
@@ -255827,7 +256290,7 @@ module.exports={
|
|
255827
256290
|
}
|
255828
256291
|
}
|
255829
256292
|
},
|
255830
|
-
"
|
256293
|
+
"S2c": {
|
255831
256294
|
"type": "structure",
|
255832
256295
|
"members": {
|
255833
256296
|
"Name": {},
|
@@ -255840,10 +256303,10 @@ module.exports={
|
|
255840
256303
|
"type": "timestamp"
|
255841
256304
|
},
|
255842
256305
|
"Status": {
|
255843
|
-
"shape": "
|
256306
|
+
"shape": "S2f"
|
255844
256307
|
},
|
255845
256308
|
"Overview": {
|
255846
|
-
"shape": "
|
256309
|
+
"shape": "S2j"
|
255847
256310
|
},
|
255848
256311
|
"DocumentVersion": {},
|
255849
256312
|
"AutomationTargetParameterName": {},
|
@@ -255881,18 +256344,21 @@ module.exports={
|
|
255881
256344
|
"ScheduleOffset": {
|
255882
256345
|
"type": "integer"
|
255883
256346
|
},
|
256347
|
+
"Duration": {
|
256348
|
+
"type": "integer"
|
256349
|
+
},
|
255884
256350
|
"TargetMaps": {
|
255885
|
-
"shape": "
|
256351
|
+
"shape": "S26"
|
255886
256352
|
},
|
255887
256353
|
"AlarmConfiguration": {
|
255888
256354
|
"shape": "S1z"
|
255889
256355
|
},
|
255890
256356
|
"TriggeredAlarms": {
|
255891
|
-
"shape": "
|
256357
|
+
"shape": "S2o"
|
255892
256358
|
}
|
255893
256359
|
}
|
255894
256360
|
},
|
255895
|
-
"
|
256361
|
+
"S2f": {
|
255896
256362
|
"type": "structure",
|
255897
256363
|
"required": [
|
255898
256364
|
"Date",
|
@@ -255908,7 +256374,7 @@ module.exports={
|
|
255908
256374
|
"AdditionalInfo": {}
|
255909
256375
|
}
|
255910
256376
|
},
|
255911
|
-
"
|
256377
|
+
"S2j": {
|
255912
256378
|
"type": "structure",
|
255913
256379
|
"members": {
|
255914
256380
|
"Status": {},
|
@@ -255922,7 +256388,7 @@ module.exports={
|
|
255922
256388
|
}
|
255923
256389
|
}
|
255924
256390
|
},
|
255925
|
-
"
|
256391
|
+
"S2o": {
|
255926
256392
|
"type": "list",
|
255927
256393
|
"member": {
|
255928
256394
|
"type": "structure",
|
@@ -255936,7 +256402,7 @@ module.exports={
|
|
255936
256402
|
}
|
255937
256403
|
}
|
255938
256404
|
},
|
255939
|
-
"
|
256405
|
+
"S2t": {
|
255940
256406
|
"type": "structure",
|
255941
256407
|
"required": [
|
255942
256408
|
"Name"
|
@@ -255973,15 +256439,18 @@ module.exports={
|
|
255973
256439
|
"ScheduleOffset": {
|
255974
256440
|
"type": "integer"
|
255975
256441
|
},
|
256442
|
+
"Duration": {
|
256443
|
+
"type": "integer"
|
256444
|
+
},
|
255976
256445
|
"TargetMaps": {
|
255977
|
-
"shape": "
|
256446
|
+
"shape": "S26"
|
255978
256447
|
},
|
255979
256448
|
"AlarmConfiguration": {
|
255980
256449
|
"shape": "S1z"
|
255981
256450
|
}
|
255982
256451
|
}
|
255983
256452
|
},
|
255984
|
-
"
|
256453
|
+
"S32": {
|
255985
256454
|
"type": "list",
|
255986
256455
|
"member": {
|
255987
256456
|
"type": "structure",
|
@@ -255996,7 +256465,7 @@ module.exports={
|
|
255996
256465
|
}
|
255997
256466
|
}
|
255998
256467
|
},
|
255999
|
-
"
|
256468
|
+
"S36": {
|
256000
256469
|
"type": "list",
|
256001
256470
|
"member": {
|
256002
256471
|
"type": "structure",
|
@@ -256010,7 +256479,7 @@ module.exports={
|
|
256010
256479
|
}
|
256011
256480
|
}
|
256012
256481
|
},
|
256013
|
-
"
|
256482
|
+
"S3i": {
|
256014
256483
|
"type": "structure",
|
256015
256484
|
"members": {
|
256016
256485
|
"Sha1": {},
|
@@ -256040,7 +256509,7 @@ module.exports={
|
|
256040
256509
|
}
|
256041
256510
|
},
|
256042
256511
|
"PlatformTypes": {
|
256043
|
-
"shape": "
|
256512
|
+
"shape": "S3w"
|
256044
256513
|
},
|
256045
256514
|
"DocumentType": {},
|
256046
256515
|
"SchemaVersion": {},
|
@@ -256061,7 +256530,7 @@ module.exports={
|
|
256061
256530
|
}
|
256062
256531
|
},
|
256063
256532
|
"Requires": {
|
256064
|
-
"shape": "
|
256533
|
+
"shape": "S32"
|
256065
256534
|
},
|
256066
256535
|
"Author": {},
|
256067
256536
|
"ReviewInformation": {
|
@@ -256090,15 +256559,15 @@ module.exports={
|
|
256090
256559
|
}
|
256091
256560
|
}
|
256092
256561
|
},
|
256093
|
-
"
|
256562
|
+
"S3w": {
|
256094
256563
|
"type": "list",
|
256095
256564
|
"member": {}
|
256096
256565
|
},
|
256097
|
-
"
|
256566
|
+
"S4c": {
|
256098
256567
|
"type": "string",
|
256099
256568
|
"sensitive": true
|
256100
256569
|
},
|
256101
|
-
"
|
256570
|
+
"S4q": {
|
256102
256571
|
"type": "map",
|
256103
256572
|
"key": {},
|
256104
256573
|
"value": {
|
@@ -256109,7 +256578,7 @@ module.exports={
|
|
256109
256578
|
}
|
256110
256579
|
}
|
256111
256580
|
},
|
256112
|
-
"
|
256581
|
+
"S4v": {
|
256113
256582
|
"type": "list",
|
256114
256583
|
"member": {
|
256115
256584
|
"type": "structure",
|
@@ -256118,7 +256587,7 @@ module.exports={
|
|
256118
256587
|
}
|
256119
256588
|
}
|
256120
256589
|
},
|
256121
|
-
"
|
256590
|
+
"S4z": {
|
256122
256591
|
"type": "list",
|
256123
256592
|
"member": {
|
256124
256593
|
"type": "structure",
|
@@ -256130,7 +256599,7 @@ module.exports={
|
|
256130
256599
|
}
|
256131
256600
|
}
|
256132
256601
|
},
|
256133
|
-
"
|
256602
|
+
"S5a": {
|
256134
256603
|
"type": "map",
|
256135
256604
|
"key": {},
|
256136
256605
|
"value": {
|
@@ -256140,7 +256609,7 @@ module.exports={
|
|
256140
256609
|
}
|
256141
256610
|
}
|
256142
256611
|
},
|
256143
|
-
"
|
256612
|
+
"S5j": {
|
256144
256613
|
"type": "structure",
|
256145
256614
|
"required": [
|
256146
256615
|
"PatchFilters"
|
@@ -256165,7 +256634,7 @@ module.exports={
|
|
256165
256634
|
}
|
256166
256635
|
}
|
256167
256636
|
},
|
256168
|
-
"
|
256637
|
+
"S5p": {
|
256169
256638
|
"type": "structure",
|
256170
256639
|
"required": [
|
256171
256640
|
"PatchRules"
|
@@ -256180,7 +256649,7 @@ module.exports={
|
|
256180
256649
|
],
|
256181
256650
|
"members": {
|
256182
256651
|
"PatchFilterGroup": {
|
256183
|
-
"shape": "
|
256652
|
+
"shape": "S5j"
|
256184
256653
|
},
|
256185
256654
|
"ComplianceLevel": {},
|
256186
256655
|
"ApproveAfterDays": {
|
@@ -256195,11 +256664,11 @@ module.exports={
|
|
256195
256664
|
}
|
256196
256665
|
}
|
256197
256666
|
},
|
256198
|
-
"
|
256667
|
+
"S5v": {
|
256199
256668
|
"type": "list",
|
256200
256669
|
"member": {}
|
256201
256670
|
},
|
256202
|
-
"
|
256671
|
+
"S5z": {
|
256203
256672
|
"type": "list",
|
256204
256673
|
"member": {
|
256205
256674
|
"type": "structure",
|
@@ -256221,7 +256690,7 @@ module.exports={
|
|
256221
256690
|
}
|
256222
256691
|
}
|
256223
256692
|
},
|
256224
|
-
"
|
256693
|
+
"S69": {
|
256225
256694
|
"type": "structure",
|
256226
256695
|
"required": [
|
256227
256696
|
"BucketName",
|
@@ -256242,7 +256711,7 @@ module.exports={
|
|
256242
256711
|
}
|
256243
256712
|
}
|
256244
256713
|
},
|
256245
|
-
"
|
256714
|
+
"S6i": {
|
256246
256715
|
"type": "structure",
|
256247
256716
|
"required": [
|
256248
256717
|
"SourceType",
|
@@ -256251,10 +256720,10 @@ module.exports={
|
|
256251
256720
|
"members": {
|
256252
256721
|
"SourceType": {},
|
256253
256722
|
"AwsOrganizationsSource": {
|
256254
|
-
"shape": "
|
256723
|
+
"shape": "S6k"
|
256255
256724
|
},
|
256256
256725
|
"SourceRegions": {
|
256257
|
-
"shape": "
|
256726
|
+
"shape": "S6p"
|
256258
256727
|
},
|
256259
256728
|
"IncludeFutureRegions": {
|
256260
256729
|
"type": "boolean"
|
@@ -256264,7 +256733,7 @@ module.exports={
|
|
256264
256733
|
}
|
256265
256734
|
}
|
256266
256735
|
},
|
256267
|
-
"
|
256736
|
+
"S6k": {
|
256268
256737
|
"type": "structure",
|
256269
256738
|
"required": [
|
256270
256739
|
"OrganizationSourceType"
|
@@ -256282,11 +256751,11 @@ module.exports={
|
|
256282
256751
|
}
|
256283
256752
|
}
|
256284
256753
|
},
|
256285
|
-
"
|
256754
|
+
"S6p": {
|
256286
256755
|
"type": "list",
|
256287
256756
|
"member": {}
|
256288
256757
|
},
|
256289
|
-
"
|
256758
|
+
"S76": {
|
256290
256759
|
"type": "structure",
|
256291
256760
|
"members": {
|
256292
256761
|
"TotalCount": {
|
@@ -256312,11 +256781,11 @@ module.exports={
|
|
256312
256781
|
}
|
256313
256782
|
}
|
256314
256783
|
},
|
256315
|
-
"
|
256784
|
+
"S7n": {
|
256316
256785
|
"type": "list",
|
256317
256786
|
"member": {}
|
256318
256787
|
},
|
256319
|
-
"
|
256788
|
+
"S9n": {
|
256320
256789
|
"type": "map",
|
256321
256790
|
"key": {},
|
256322
256791
|
"value": {
|
@@ -256324,7 +256793,7 @@ module.exports={
|
|
256324
256793
|
"member": {}
|
256325
256794
|
}
|
256326
256795
|
},
|
256327
|
-
"
|
256796
|
+
"S9s": {
|
256328
256797
|
"type": "structure",
|
256329
256798
|
"members": {
|
256330
256799
|
"ParameterValues": {
|
@@ -256336,7 +256805,7 @@ module.exports={
|
|
256336
256805
|
}
|
256337
256806
|
}
|
256338
256807
|
},
|
256339
|
-
"
|
256808
|
+
"S9w": {
|
256340
256809
|
"type": "list",
|
256341
256810
|
"member": {
|
256342
256811
|
"type": "structure",
|
@@ -256347,14 +256816,14 @@ module.exports={
|
|
256347
256816
|
"DocumentName": {},
|
256348
256817
|
"DocumentVersion": {},
|
256349
256818
|
"Parameters": {
|
256350
|
-
"shape": "
|
256819
|
+
"shape": "S9n"
|
256351
256820
|
},
|
256352
256821
|
"TargetParameterName": {},
|
256353
256822
|
"Targets": {
|
256354
256823
|
"shape": "S18"
|
256355
256824
|
},
|
256356
256825
|
"TargetMaps": {
|
256357
|
-
"shape": "
|
256826
|
+
"shape": "S26"
|
256358
256827
|
},
|
256359
256828
|
"MaxConcurrency": {},
|
256360
256829
|
"MaxErrors": {},
|
@@ -256364,7 +256833,7 @@ module.exports={
|
|
256364
256833
|
}
|
256365
256834
|
}
|
256366
256835
|
},
|
256367
|
-
"
|
256836
|
+
"Sa6": {
|
256368
256837
|
"type": "list",
|
256369
256838
|
"member": {
|
256370
256839
|
"type": "structure",
|
@@ -256392,7 +256861,7 @@ module.exports={
|
|
256392
256861
|
"value": {}
|
256393
256862
|
},
|
256394
256863
|
"Outputs": {
|
256395
|
-
"shape": "
|
256864
|
+
"shape": "S9n"
|
256396
256865
|
},
|
256397
256866
|
"Response": {},
|
256398
256867
|
"FailureMessage": {},
|
@@ -256402,13 +256871,13 @@ module.exports={
|
|
256402
256871
|
"FailureStage": {},
|
256403
256872
|
"FailureType": {},
|
256404
256873
|
"Details": {
|
256405
|
-
"shape": "
|
256874
|
+
"shape": "S9n"
|
256406
256875
|
}
|
256407
256876
|
}
|
256408
256877
|
},
|
256409
256878
|
"StepExecutionId": {},
|
256410
256879
|
"OverriddenParameters": {
|
256411
|
-
"shape": "
|
256880
|
+
"shape": "S9n"
|
256412
256881
|
},
|
256413
256882
|
"IsEnd": {
|
256414
256883
|
"type": "boolean"
|
@@ -256428,7 +256897,7 @@ module.exports={
|
|
256428
256897
|
"shape": "S1t"
|
256429
256898
|
},
|
256430
256899
|
"TriggeredAlarms": {
|
256431
|
-
"shape": "
|
256900
|
+
"shape": "S2o"
|
256432
256901
|
},
|
256433
256902
|
"ParentStepDetails": {
|
256434
256903
|
"type": "structure",
|
@@ -256445,7 +256914,7 @@ module.exports={
|
|
256445
256914
|
}
|
256446
256915
|
}
|
256447
256916
|
},
|
256448
|
-
"
|
256917
|
+
"Sah": {
|
256449
256918
|
"type": "list",
|
256450
256919
|
"member": {
|
256451
256920
|
"type": "structure",
|
@@ -256458,7 +256927,7 @@ module.exports={
|
|
256458
256927
|
}
|
256459
256928
|
}
|
256460
256929
|
},
|
256461
|
-
"
|
256930
|
+
"Sap": {
|
256462
256931
|
"type": "structure",
|
256463
256932
|
"members": {
|
256464
256933
|
"Id": {},
|
@@ -256499,15 +256968,15 @@ module.exports={
|
|
256499
256968
|
"Repository": {}
|
256500
256969
|
}
|
256501
256970
|
},
|
256502
|
-
"
|
256971
|
+
"Sbk": {
|
256503
256972
|
"type": "list",
|
256504
256973
|
"member": {}
|
256505
256974
|
},
|
256506
|
-
"
|
256975
|
+
"Scd": {
|
256507
256976
|
"type": "list",
|
256508
256977
|
"member": {}
|
256509
256978
|
},
|
256510
|
-
"
|
256979
|
+
"Scz": {
|
256511
256980
|
"type": "structure",
|
256512
256981
|
"required": [
|
256513
256982
|
"InstanceId",
|
@@ -256524,7 +256993,7 @@ module.exports={
|
|
256524
256993
|
"SnapshotId": {},
|
256525
256994
|
"InstallOverrideList": {},
|
256526
256995
|
"OwnerInformation": {
|
256527
|
-
"shape": "
|
256996
|
+
"shape": "Sd2"
|
256528
256997
|
},
|
256529
256998
|
"InstalledCount": {
|
256530
256999
|
"type": "integer"
|
@@ -256572,11 +257041,11 @@ module.exports={
|
|
256572
257041
|
}
|
256573
257042
|
}
|
256574
257043
|
},
|
256575
|
-
"
|
257044
|
+
"Sd2": {
|
256576
257045
|
"type": "string",
|
256577
257046
|
"sensitive": true
|
256578
257047
|
},
|
256579
|
-
"
|
257048
|
+
"Se5": {
|
256580
257049
|
"type": "list",
|
256581
257050
|
"member": {
|
256582
257051
|
"type": "structure",
|
@@ -256589,11 +257058,11 @@ module.exports={
|
|
256589
257058
|
}
|
256590
257059
|
}
|
256591
257060
|
},
|
256592
|
-
"
|
257061
|
+
"Seh": {
|
256593
257062
|
"type": "string",
|
256594
257063
|
"sensitive": true
|
256595
257064
|
},
|
256596
|
-
"
|
257065
|
+
"Sf8": {
|
256597
257066
|
"type": "map",
|
256598
257067
|
"key": {},
|
256599
257068
|
"value": {
|
@@ -256612,7 +257081,7 @@ module.exports={
|
|
256612
257081
|
},
|
256613
257082
|
"sensitive": true
|
256614
257083
|
},
|
256615
|
-
"
|
257084
|
+
"Sfe": {
|
256616
257085
|
"type": "structure",
|
256617
257086
|
"required": [
|
256618
257087
|
"S3BucketName",
|
@@ -256624,7 +257093,7 @@ module.exports={
|
|
256624
257093
|
"S3Region": {}
|
256625
257094
|
}
|
256626
257095
|
},
|
256627
|
-
"
|
257096
|
+
"Sg8": {
|
256628
257097
|
"type": "list",
|
256629
257098
|
"member": {
|
256630
257099
|
"type": "structure",
|
@@ -256641,7 +257110,7 @@ module.exports={
|
|
256641
257110
|
}
|
256642
257111
|
}
|
256643
257112
|
},
|
256644
|
-
"
|
257113
|
+
"Sgn": {
|
256645
257114
|
"type": "list",
|
256646
257115
|
"member": {
|
256647
257116
|
"type": "structure",
|
@@ -256652,7 +257121,7 @@ module.exports={
|
|
256652
257121
|
}
|
256653
257122
|
}
|
256654
257123
|
},
|
256655
|
-
"
|
257124
|
+
"Sgt": {
|
256656
257125
|
"type": "structure",
|
256657
257126
|
"members": {
|
256658
257127
|
"BaselineId": {},
|
@@ -256664,7 +257133,7 @@ module.exports={
|
|
256664
257133
|
}
|
256665
257134
|
}
|
256666
257135
|
},
|
256667
|
-
"
|
257136
|
+
"Sie": {
|
256668
257137
|
"type": "structure",
|
256669
257138
|
"members": {
|
256670
257139
|
"CloudWatchLogGroupName": {},
|
@@ -256673,7 +257142,7 @@ module.exports={
|
|
256673
257142
|
}
|
256674
257143
|
}
|
256675
257144
|
},
|
256676
|
-
"
|
257145
|
+
"Sj0": {
|
256677
257146
|
"type": "list",
|
256678
257147
|
"member": {
|
256679
257148
|
"type": "structure",
|
@@ -256691,14 +257160,14 @@ module.exports={
|
|
256691
257160
|
}
|
256692
257161
|
}
|
256693
257162
|
},
|
256694
|
-
"
|
257163
|
+
"Sj6": {
|
256695
257164
|
"type": "list",
|
256696
257165
|
"member": {
|
256697
257166
|
"type": "structure",
|
256698
257167
|
"members": {
|
256699
257168
|
"Expression": {},
|
256700
257169
|
"Aggregators": {
|
256701
|
-
"shape": "
|
257170
|
+
"shape": "Sj6"
|
256702
257171
|
},
|
256703
257172
|
"Groups": {
|
256704
257173
|
"type": "list",
|
@@ -256711,7 +257180,7 @@ module.exports={
|
|
256711
257180
|
"members": {
|
256712
257181
|
"Name": {},
|
256713
257182
|
"Filters": {
|
256714
|
-
"shape": "
|
257183
|
+
"shape": "Sj0"
|
256715
257184
|
}
|
256716
257185
|
}
|
256717
257186
|
}
|
@@ -256719,7 +257188,7 @@ module.exports={
|
|
256719
257188
|
}
|
256720
257189
|
}
|
256721
257190
|
},
|
256722
|
-
"
|
257191
|
+
"Sjn": {
|
256723
257192
|
"type": "list",
|
256724
257193
|
"member": {
|
256725
257194
|
"type": "map",
|
@@ -256727,7 +257196,7 @@ module.exports={
|
|
256727
257196
|
"value": {}
|
256728
257197
|
}
|
256729
257198
|
},
|
256730
|
-
"
|
257199
|
+
"Ske": {
|
256731
257200
|
"type": "structure",
|
256732
257201
|
"members": {
|
256733
257202
|
"RunCommand": {
|
@@ -256735,13 +257204,13 @@ module.exports={
|
|
256735
257204
|
"members": {
|
256736
257205
|
"Comment": {},
|
256737
257206
|
"CloudWatchOutputConfig": {
|
256738
|
-
"shape": "
|
257207
|
+
"shape": "Sie"
|
256739
257208
|
},
|
256740
257209
|
"DocumentHash": {},
|
256741
257210
|
"DocumentHashType": {},
|
256742
257211
|
"DocumentVersion": {},
|
256743
257212
|
"NotificationConfig": {
|
256744
|
-
"shape": "
|
257213
|
+
"shape": "Skg"
|
256745
257214
|
},
|
256746
257215
|
"OutputS3BucketName": {},
|
256747
257216
|
"OutputS3KeyPrefix": {},
|
@@ -256759,7 +257228,7 @@ module.exports={
|
|
256759
257228
|
"members": {
|
256760
257229
|
"DocumentVersion": {},
|
256761
257230
|
"Parameters": {
|
256762
|
-
"shape": "
|
257231
|
+
"shape": "S9n"
|
256763
257232
|
}
|
256764
257233
|
}
|
256765
257234
|
},
|
@@ -256786,7 +257255,7 @@ module.exports={
|
|
256786
257255
|
}
|
256787
257256
|
}
|
256788
257257
|
},
|
256789
|
-
"
|
257258
|
+
"Skg": {
|
256790
257259
|
"type": "structure",
|
256791
257260
|
"members": {
|
256792
257261
|
"NotificationArn": {},
|
@@ -256797,7 +257266,7 @@ module.exports={
|
|
256797
257266
|
"NotificationType": {}
|
256798
257267
|
}
|
256799
257268
|
},
|
256800
|
-
"
|
257269
|
+
"Sl1": {
|
256801
257270
|
"type": "list",
|
256802
257271
|
"member": {
|
256803
257272
|
"type": "structure",
|
@@ -256815,7 +257284,7 @@ module.exports={
|
|
256815
257284
|
}
|
256816
257285
|
}
|
256817
257286
|
},
|
256818
|
-
"
|
257287
|
+
"Sl7": {
|
256819
257288
|
"type": "list",
|
256820
257289
|
"member": {
|
256821
257290
|
"type": "structure",
|
@@ -256829,21 +257298,21 @@ module.exports={
|
|
256829
257298
|
"value": {}
|
256830
257299
|
},
|
256831
257300
|
"Filters": {
|
256832
|
-
"shape": "
|
257301
|
+
"shape": "Sl1"
|
256833
257302
|
},
|
256834
257303
|
"Aggregators": {
|
256835
|
-
"shape": "
|
257304
|
+
"shape": "Sl7"
|
256836
257305
|
}
|
256837
257306
|
}
|
256838
257307
|
}
|
256839
257308
|
},
|
256840
|
-
"
|
257309
|
+
"Slt": {
|
256841
257310
|
"type": "structure",
|
256842
257311
|
"members": {
|
256843
257312
|
"Name": {},
|
256844
257313
|
"Type": {},
|
256845
257314
|
"Value": {
|
256846
|
-
"shape": "
|
257315
|
+
"shape": "Slu"
|
256847
257316
|
},
|
256848
257317
|
"Version": {
|
256849
257318
|
"type": "long"
|
@@ -256857,21 +257326,21 @@ module.exports={
|
|
256857
257326
|
"DataType": {}
|
256858
257327
|
}
|
256859
257328
|
},
|
256860
|
-
"
|
257329
|
+
"Slu": {
|
256861
257330
|
"type": "string",
|
256862
257331
|
"sensitive": true
|
256863
257332
|
},
|
256864
|
-
"
|
257333
|
+
"Sm0": {
|
256865
257334
|
"type": "list",
|
256866
257335
|
"member": {}
|
256867
257336
|
},
|
256868
|
-
"
|
257337
|
+
"Sm4": {
|
256869
257338
|
"type": "list",
|
256870
257339
|
"member": {
|
256871
|
-
"shape": "
|
257340
|
+
"shape": "Slt"
|
256872
257341
|
}
|
256873
257342
|
},
|
256874
|
-
"
|
257343
|
+
"Smm": {
|
256875
257344
|
"type": "structure",
|
256876
257345
|
"members": {
|
256877
257346
|
"SettingId": {},
|
@@ -256884,7 +257353,7 @@ module.exports={
|
|
256884
257353
|
"Status": {}
|
256885
257354
|
}
|
256886
257355
|
},
|
256887
|
-
"
|
257356
|
+
"Sn4": {
|
256888
257357
|
"type": "list",
|
256889
257358
|
"member": {
|
256890
257359
|
"type": "structure",
|
@@ -256898,7 +257367,7 @@ module.exports={
|
|
256898
257367
|
}
|
256899
257368
|
}
|
256900
257369
|
},
|
256901
|
-
"
|
257370
|
+
"Snk": {
|
256902
257371
|
"type": "structure",
|
256903
257372
|
"members": {
|
256904
257373
|
"CommandId": {},
|
@@ -256941,10 +257410,10 @@ module.exports={
|
|
256941
257410
|
},
|
256942
257411
|
"ServiceRole": {},
|
256943
257412
|
"NotificationConfig": {
|
256944
|
-
"shape": "
|
257413
|
+
"shape": "Skg"
|
256945
257414
|
},
|
256946
257415
|
"CloudWatchOutputConfig": {
|
256947
|
-
"shape": "
|
257416
|
+
"shape": "Sie"
|
256948
257417
|
},
|
256949
257418
|
"TimeoutSeconds": {
|
256950
257419
|
"type": "integer"
|
@@ -256953,11 +257422,11 @@ module.exports={
|
|
256953
257422
|
"shape": "S1z"
|
256954
257423
|
},
|
256955
257424
|
"TriggeredAlarms": {
|
256956
|
-
"shape": "
|
257425
|
+
"shape": "S2o"
|
256957
257426
|
}
|
256958
257427
|
}
|
256959
257428
|
},
|
256960
|
-
"
|
257429
|
+
"Snr": {
|
256961
257430
|
"type": "list",
|
256962
257431
|
"member": {
|
256963
257432
|
"type": "structure",
|
@@ -256971,7 +257440,7 @@ module.exports={
|
|
256971
257440
|
}
|
256972
257441
|
}
|
256973
257442
|
},
|
256974
|
-
"
|
257443
|
+
"So9": {
|
256975
257444
|
"type": "structure",
|
256976
257445
|
"required": [
|
256977
257446
|
"ExecutionTime"
|
@@ -256984,23 +257453,23 @@ module.exports={
|
|
256984
257453
|
"ExecutionType": {}
|
256985
257454
|
}
|
256986
257455
|
},
|
256987
|
-
"
|
257456
|
+
"Soc": {
|
256988
257457
|
"type": "map",
|
256989
257458
|
"key": {},
|
256990
257459
|
"value": {}
|
256991
257460
|
},
|
256992
|
-
"
|
257461
|
+
"Soh": {
|
256993
257462
|
"type": "structure",
|
256994
257463
|
"members": {
|
256995
257464
|
"CompliantCount": {
|
256996
257465
|
"type": "integer"
|
256997
257466
|
},
|
256998
257467
|
"SeveritySummary": {
|
256999
|
-
"shape": "
|
257468
|
+
"shape": "Soj"
|
257000
257469
|
}
|
257001
257470
|
}
|
257002
257471
|
},
|
257003
|
-
"
|
257472
|
+
"Soj": {
|
257004
257473
|
"type": "structure",
|
257005
257474
|
"members": {
|
257006
257475
|
"CriticalCount": {
|
@@ -257023,18 +257492,18 @@ module.exports={
|
|
257023
257492
|
}
|
257024
257493
|
}
|
257025
257494
|
},
|
257026
|
-
"
|
257495
|
+
"Sok": {
|
257027
257496
|
"type": "structure",
|
257028
257497
|
"members": {
|
257029
257498
|
"NonCompliantCount": {
|
257030
257499
|
"type": "integer"
|
257031
257500
|
},
|
257032
257501
|
"SeveritySummary": {
|
257033
|
-
"shape": "
|
257502
|
+
"shape": "Soj"
|
257034
257503
|
}
|
257035
257504
|
}
|
257036
257505
|
},
|
257037
|
-
"
|
257506
|
+
"Sor": {
|
257038
257507
|
"type": "list",
|
257039
257508
|
"member": {
|
257040
257509
|
"type": "structure",
|
@@ -257044,7 +257513,7 @@ module.exports={
|
|
257044
257513
|
}
|
257045
257514
|
}
|
257046
257515
|
},
|
257047
|
-
"
|
257516
|
+
"Spp": {
|
257048
257517
|
"type": "structure",
|
257049
257518
|
"members": {
|
257050
257519
|
"Arn": {}
|
@@ -272161,7 +272630,7 @@ AWS.util.update(AWS, {
|
|
272161
272630
|
/**
|
272162
272631
|
* @constant
|
272163
272632
|
*/
|
272164
|
-
VERSION: '2.
|
272633
|
+
VERSION: '2.1548.0',
|
272165
272634
|
|
272166
272635
|
/**
|
272167
272636
|
* @api private
|
@@ -294410,7 +294879,7 @@ var LRUCache = /** @class */ (function () {
|
|
294410
294879
|
}());
|
294411
294880
|
exports.LRUCache = LRUCache;
|
294412
294881
|
},{}],467:[function(require,module,exports){
|
294413
|
-
// AWS SDK for JavaScript v2.
|
294882
|
+
// AWS SDK for JavaScript v2.1548.0
|
294414
294883
|
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
294415
294884
|
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
|
294416
294885
|
require('./browser_loader');
|