cdk-lambda-subminute 2.0.367 → 2.0.369
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/available-typed-arrays/.eslintrc +0 -4
- package/node_modules/available-typed-arrays/CHANGELOG.md +15 -0
- package/node_modules/available-typed-arrays/index.d.ts +17 -0
- package/node_modules/available-typed-arrays/index.js +4 -2
- package/node_modules/available-typed-arrays/package.json +23 -15
- package/node_modules/available-typed-arrays/tsconfig.json +49 -0
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/appsync-2017-07-25.min.json +67 -6
- 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/cognito-idp-2016-04-18.min.json +1 -1
- package/node_modules/aws-sdk/apis/datasync-2018-11-09.min.json +76 -32
- package/node_modules/aws-sdk/apis/es-2015-01-01.min.json +227 -152
- package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +102 -101
- package/node_modules/aws-sdk/apis/ivs-2020-07-14.min.json +240 -49
- package/node_modules/aws-sdk/apis/ivs-2020-07-14.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/logs-2014-03-28.min.json +2 -1
- package/node_modules/aws-sdk/apis/managedblockchain-query-2023-05-04.min.json +14 -5
- package/node_modules/aws-sdk/apis/mediaconvert-2017-08-29.min.json +104 -87
- package/node_modules/aws-sdk/apis/models.lex.v2-2020-08-07.min.json +597 -333
- package/node_modules/aws-sdk/apis/models.lex.v2-2020-08-07.paginators.json +10 -0
- package/node_modules/aws-sdk/apis/opensearch-2021-01-01.min.json +259 -184
- package/node_modules/aws-sdk/apis/redshift-2012-12-01.min.json +68 -3
- package/node_modules/aws-sdk/apis/redshift-2012-12-01.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +779 -773
- package/node_modules/aws-sdk/apis/ssm-2014-11-06.min.json +319 -301
- package/node_modules/aws-sdk/apis/wafv2-2019-07-29.min.json +45 -28
- package/node_modules/aws-sdk/clients/appsync.d.ts +47 -0
- package/node_modules/aws-sdk/clients/cloudformation.d.ts +600 -1
- package/node_modules/aws-sdk/clients/cloudwatchlogs.d.ts +12 -8
- package/node_modules/aws-sdk/clients/cognitoidentityserviceprovider.d.ts +63 -63
- package/node_modules/aws-sdk/clients/datasync.d.ts +185 -124
- package/node_modules/aws-sdk/clients/dynamodb.d.ts +3 -3
- package/node_modules/aws-sdk/clients/ecs.d.ts +5 -5
- package/node_modules/aws-sdk/clients/elbv2.d.ts +5 -5
- package/node_modules/aws-sdk/clients/es.d.ts +111 -0
- package/node_modules/aws-sdk/clients/glue.d.ts +16 -9
- package/node_modules/aws-sdk/clients/ivs.d.ts +223 -4
- package/node_modules/aws-sdk/clients/lexmodelsv2.d.ts +324 -0
- package/node_modules/aws-sdk/clients/managedblockchainquery.d.ts +30 -20
- package/node_modules/aws-sdk/clients/mediaconvert.d.ts +17 -8
- package/node_modules/aws-sdk/clients/opensearch.d.ts +108 -0
- package/node_modules/aws-sdk/clients/redshift.d.ts +119 -0
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +51 -41
- package/node_modules/aws-sdk/clients/ssm.d.ts +38 -13
- package/node_modules/aws-sdk/clients/wafv2.d.ts +23 -3
- package/node_modules/aws-sdk/clients/workspaces.d.ts +1 -1
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +211 -108
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +2388 -2182
- package/node_modules/aws-sdk/dist/aws-sdk.js +931 -390
- 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/lib/credentials/remote_credentials.js +14 -2
- package/node_modules/aws-sdk/lib/dynamodb/document_client.d.ts +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/node_modules/call-bind/CHANGELOG.md +9 -0
- package/node_modules/call-bind/index.js +1 -1
- package/node_modules/call-bind/package.json +10 -6
- package/node_modules/define-data-property/CHANGELOG.md +11 -0
- package/node_modules/define-data-property/index.js +2 -2
- package/node_modules/define-data-property/package.json +19 -18
- package/node_modules/define-data-property/test/index.js +7 -7
- package/node_modules/es-errors/.eslintrc +5 -0
- package/node_modules/es-errors/.github/FUNDING.yml +12 -0
- package/node_modules/es-errors/CHANGELOG.md +40 -0
- package/node_modules/es-errors/LICENSE +21 -0
- package/node_modules/es-errors/README.md +55 -0
- package/node_modules/es-errors/eval.d.ts +3 -0
- package/node_modules/es-errors/eval.js +4 -0
- package/node_modules/es-errors/index.d.ts +3 -0
- package/node_modules/es-errors/index.js +4 -0
- package/node_modules/es-errors/package.json +80 -0
- package/node_modules/es-errors/range.d.ts +3 -0
- package/node_modules/es-errors/range.js +4 -0
- package/node_modules/es-errors/ref.d.ts +3 -0
- package/node_modules/es-errors/ref.js +4 -0
- package/node_modules/es-errors/syntax.d.ts +3 -0
- package/node_modules/es-errors/syntax.js +4 -0
- package/node_modules/es-errors/test/index.js +19 -0
- package/node_modules/es-errors/tsconfig.json +49 -0
- package/node_modules/es-errors/type.d.ts +3 -0
- package/node_modules/es-errors/type.js +4 -0
- package/node_modules/es-errors/uri.d.ts +3 -0
- package/node_modules/es-errors/uri.js +4 -0
- package/node_modules/get-intrinsic/CHANGELOG.md +18 -0
- package/node_modules/get-intrinsic/index.js +15 -7
- package/node_modules/get-intrinsic/package.json +12 -12
- package/node_modules/has-tostringtag/.eslintrc +0 -6
- package/node_modules/has-tostringtag/.nycrc +13 -0
- package/node_modules/has-tostringtag/CHANGELOG.md +22 -0
- package/node_modules/has-tostringtag/index.d.ts +3 -0
- package/node_modules/has-tostringtag/index.js +1 -0
- package/node_modules/has-tostringtag/package.json +37 -13
- package/node_modules/has-tostringtag/shams.d.ts +3 -0
- package/node_modules/has-tostringtag/shams.js +1 -0
- package/node_modules/has-tostringtag/test/shams/core-js.js +3 -0
- package/node_modules/has-tostringtag/test/shams/get-own-property-symbols.js +2 -0
- package/node_modules/has-tostringtag/test/tests.js +2 -1
- package/node_modules/has-tostringtag/tsconfig.json +49 -0
- package/node_modules/is-typed-array/CHANGELOG.md +10 -0
- package/node_modules/is-typed-array/index.d.ts +16 -0
- package/node_modules/is-typed-array/index.js +1 -0
- package/node_modules/is-typed-array/package.json +18 -7
- package/node_modules/is-typed-array/test/index.js +9 -1
- package/node_modules/is-typed-array/tsconfig.json +49 -0
- package/node_modules/set-function-length/CHANGELOG.md +8 -0
- package/node_modules/set-function-length/index.js +1 -1
- package/node_modules/set-function-length/package.json +7 -6
- package/node_modules/which-typed-array/CHANGELOG.md +9 -0
- package/node_modules/which-typed-array/index.d.ts +16 -0
- package/node_modules/which-typed-array/index.js +39 -18
- package/node_modules/which-typed-array/package.json +18 -7
- package/node_modules/which-typed-array/test/index.js +9 -1
- package/node_modules/which-typed-array/tsconfig.json +49 -0
- package/package.json +4 -4
- package/node_modules/available-typed-arrays/.eslintignore +0 -1
@@ -1,4 +1,4 @@
|
|
1
|
-
// AWS SDK for JavaScript v2.
|
1
|
+
// AWS SDK for JavaScript v2.1553.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",
|
@@ -56202,6 +56653,7 @@ module.exports={
|
|
56202
56653
|
"CreateAuthChallenge": {},
|
56203
56654
|
"VerifyAuthChallengeResponse": {},
|
56204
56655
|
"PreTokenGeneration": {},
|
56656
|
+
"UserMigration": {},
|
56205
56657
|
"PreTokenGenerationConfig": {
|
56206
56658
|
"type": "structure",
|
56207
56659
|
"required": [
|
@@ -56213,7 +56665,6 @@ module.exports={
|
|
56213
56665
|
"LambdaArn": {}
|
56214
56666
|
}
|
56215
56667
|
},
|
56216
|
-
"UserMigration": {},
|
56217
56668
|
"CustomSMSSender": {
|
56218
56669
|
"type": "structure",
|
56219
56670
|
"required": [
|
@@ -189080,7 +189531,8 @@ module.exports={
|
|
189080
189531
|
"type": "list",
|
189081
189532
|
"member": {}
|
189082
189533
|
},
|
189083
|
-
"logGroupClass": {}
|
189534
|
+
"logGroupClass": {},
|
189535
|
+
"logGroupArn": {}
|
189084
189536
|
}
|
189085
189537
|
}
|
189086
189538
|
},
|
@@ -223786,6 +224238,71 @@ module.exports={
|
|
223786
224238
|
}
|
223787
224239
|
}
|
223788
224240
|
},
|
224241
|
+
"ListRecommendations": {
|
224242
|
+
"input": {
|
224243
|
+
"type": "structure",
|
224244
|
+
"members": {
|
224245
|
+
"ClusterIdentifier": {},
|
224246
|
+
"NamespaceArn": {},
|
224247
|
+
"MaxRecords": {
|
224248
|
+
"type": "integer"
|
224249
|
+
},
|
224250
|
+
"Marker": {}
|
224251
|
+
}
|
224252
|
+
},
|
224253
|
+
"output": {
|
224254
|
+
"resultWrapper": "ListRecommendationsResult",
|
224255
|
+
"type": "structure",
|
224256
|
+
"members": {
|
224257
|
+
"Recommendations": {
|
224258
|
+
"type": "list",
|
224259
|
+
"member": {
|
224260
|
+
"locationName": "Recommendation",
|
224261
|
+
"type": "structure",
|
224262
|
+
"members": {
|
224263
|
+
"Id": {},
|
224264
|
+
"ClusterIdentifier": {},
|
224265
|
+
"NamespaceArn": {},
|
224266
|
+
"CreatedAt": {
|
224267
|
+
"type": "timestamp"
|
224268
|
+
},
|
224269
|
+
"RecommendationType": {},
|
224270
|
+
"Title": {},
|
224271
|
+
"Description": {},
|
224272
|
+
"Observation": {},
|
224273
|
+
"ImpactRanking": {},
|
224274
|
+
"RecommendationText": {},
|
224275
|
+
"RecommendedActions": {
|
224276
|
+
"type": "list",
|
224277
|
+
"member": {
|
224278
|
+
"locationName": "RecommendedAction",
|
224279
|
+
"type": "structure",
|
224280
|
+
"members": {
|
224281
|
+
"Text": {},
|
224282
|
+
"Database": {},
|
224283
|
+
"Command": {},
|
224284
|
+
"Type": {}
|
224285
|
+
}
|
224286
|
+
}
|
224287
|
+
},
|
224288
|
+
"ReferenceLinks": {
|
224289
|
+
"type": "list",
|
224290
|
+
"member": {
|
224291
|
+
"locationName": "ReferenceLink",
|
224292
|
+
"type": "structure",
|
224293
|
+
"members": {
|
224294
|
+
"Text": {},
|
224295
|
+
"Link": {}
|
224296
|
+
}
|
224297
|
+
}
|
224298
|
+
}
|
224299
|
+
}
|
224300
|
+
}
|
224301
|
+
},
|
224302
|
+
"Marker": {}
|
224303
|
+
}
|
224304
|
+
}
|
224305
|
+
},
|
223789
224306
|
"ModifyAquaConfiguration": {
|
223790
224307
|
"input": {
|
223791
224308
|
"type": "structure",
|
@@ -224001,7 +224518,7 @@ module.exports={
|
|
224001
224518
|
}
|
224002
224519
|
},
|
224003
224520
|
"output": {
|
224004
|
-
"shape": "
|
224521
|
+
"shape": "Sbp",
|
224005
224522
|
"resultWrapper": "ModifyClusterParameterGroupResult"
|
224006
224523
|
}
|
224007
224524
|
},
|
@@ -224381,7 +224898,7 @@ module.exports={
|
|
224381
224898
|
}
|
224382
224899
|
},
|
224383
224900
|
"output": {
|
224384
|
-
"shape": "
|
224901
|
+
"shape": "Sbp",
|
224385
224902
|
"resultWrapper": "ResetClusterParameterGroupResult"
|
224386
224903
|
}
|
224387
224904
|
},
|
@@ -225847,7 +226364,7 @@ module.exports={
|
|
225847
226364
|
"Policy": {}
|
225848
226365
|
}
|
225849
226366
|
},
|
225850
|
-
"
|
226367
|
+
"Sbp": {
|
225851
226368
|
"type": "structure",
|
225852
226369
|
"members": {
|
225853
226370
|
"ParameterGroupName": {},
|
@@ -226068,6 +226585,12 @@ module.exports={
|
|
226068
226585
|
"limit_key": "MaxRecords",
|
226069
226586
|
"output_token": "Marker",
|
226070
226587
|
"result_key": "ReservedNodeOfferings"
|
226588
|
+
},
|
226589
|
+
"ListRecommendations": {
|
226590
|
+
"input_token": "Marker",
|
226591
|
+
"limit_key": "MaxRecords",
|
226592
|
+
"output_token": "Marker",
|
226593
|
+
"result_key": "Recommendations"
|
226071
226594
|
}
|
226072
226595
|
}
|
226073
226596
|
}
|
@@ -250540,8 +251063,11 @@ module.exports={
|
|
250540
251063
|
"ScheduleOffset": {
|
250541
251064
|
"type": "integer"
|
250542
251065
|
},
|
251066
|
+
"Duration": {
|
251067
|
+
"type": "integer"
|
251068
|
+
},
|
250543
251069
|
"TargetMaps": {
|
250544
|
-
"shape": "
|
251070
|
+
"shape": "S26"
|
250545
251071
|
},
|
250546
251072
|
"Tags": {
|
250547
251073
|
"shape": "S4"
|
@@ -250555,7 +251081,7 @@ module.exports={
|
|
250555
251081
|
"type": "structure",
|
250556
251082
|
"members": {
|
250557
251083
|
"AssociationDescription": {
|
250558
|
-
"shape": "
|
251084
|
+
"shape": "S2c"
|
250559
251085
|
}
|
250560
251086
|
}
|
250561
251087
|
}
|
@@ -250570,7 +251096,7 @@ module.exports={
|
|
250570
251096
|
"Entries": {
|
250571
251097
|
"type": "list",
|
250572
251098
|
"member": {
|
250573
|
-
"shape": "
|
251099
|
+
"shape": "S2t"
|
250574
251100
|
}
|
250575
251101
|
}
|
250576
251102
|
}
|
@@ -250581,7 +251107,7 @@ module.exports={
|
|
250581
251107
|
"Successful": {
|
250582
251108
|
"type": "list",
|
250583
251109
|
"member": {
|
250584
|
-
"shape": "
|
251110
|
+
"shape": "S2c"
|
250585
251111
|
}
|
250586
251112
|
},
|
250587
251113
|
"Failed": {
|
@@ -250590,7 +251116,7 @@ module.exports={
|
|
250590
251116
|
"type": "structure",
|
250591
251117
|
"members": {
|
250592
251118
|
"Entry": {
|
250593
|
-
"shape": "
|
251119
|
+
"shape": "S2t"
|
250594
251120
|
},
|
250595
251121
|
"Message": {},
|
250596
251122
|
"Fault": {}
|
@@ -250610,10 +251136,10 @@ module.exports={
|
|
250610
251136
|
"members": {
|
250611
251137
|
"Content": {},
|
250612
251138
|
"Requires": {
|
250613
|
-
"shape": "
|
251139
|
+
"shape": "S32"
|
250614
251140
|
},
|
250615
251141
|
"Attachments": {
|
250616
|
-
"shape": "
|
251142
|
+
"shape": "S36"
|
250617
251143
|
},
|
250618
251144
|
"Name": {},
|
250619
251145
|
"DisplayName": {},
|
@@ -250630,7 +251156,7 @@ module.exports={
|
|
250630
251156
|
"type": "structure",
|
250631
251157
|
"members": {
|
250632
251158
|
"DocumentDescription": {
|
250633
|
-
"shape": "
|
251159
|
+
"shape": "S3i"
|
250634
251160
|
}
|
250635
251161
|
}
|
250636
251162
|
}
|
@@ -250648,7 +251174,7 @@ module.exports={
|
|
250648
251174
|
"members": {
|
250649
251175
|
"Name": {},
|
250650
251176
|
"Description": {
|
250651
|
-
"shape": "
|
251177
|
+
"shape": "S4c"
|
250652
251178
|
},
|
250653
251179
|
"StartDate": {},
|
250654
251180
|
"EndDate": {},
|
@@ -250693,16 +251219,16 @@ module.exports={
|
|
250693
251219
|
"Description": {},
|
250694
251220
|
"OpsItemType": {},
|
250695
251221
|
"OperationalData": {
|
250696
|
-
"shape": "
|
251222
|
+
"shape": "S4q"
|
250697
251223
|
},
|
250698
251224
|
"Notifications": {
|
250699
|
-
"shape": "
|
251225
|
+
"shape": "S4v"
|
250700
251226
|
},
|
250701
251227
|
"Priority": {
|
250702
251228
|
"type": "integer"
|
250703
251229
|
},
|
250704
251230
|
"RelatedOpsItems": {
|
250705
|
-
"shape": "
|
251231
|
+
"shape": "S4z"
|
250706
251232
|
},
|
250707
251233
|
"Source": {},
|
250708
251234
|
"Title": {},
|
@@ -250743,7 +251269,7 @@ module.exports={
|
|
250743
251269
|
"members": {
|
250744
251270
|
"ResourceId": {},
|
250745
251271
|
"Metadata": {
|
250746
|
-
"shape": "
|
251272
|
+
"shape": "S5a"
|
250747
251273
|
},
|
250748
251274
|
"Tags": {
|
250749
251275
|
"shape": "S4"
|
@@ -250767,25 +251293,25 @@ module.exports={
|
|
250767
251293
|
"OperatingSystem": {},
|
250768
251294
|
"Name": {},
|
250769
251295
|
"GlobalFilters": {
|
250770
|
-
"shape": "
|
251296
|
+
"shape": "S5j"
|
250771
251297
|
},
|
250772
251298
|
"ApprovalRules": {
|
250773
|
-
"shape": "
|
251299
|
+
"shape": "S5p"
|
250774
251300
|
},
|
250775
251301
|
"ApprovedPatches": {
|
250776
|
-
"shape": "
|
251302
|
+
"shape": "S5v"
|
250777
251303
|
},
|
250778
251304
|
"ApprovedPatchesComplianceLevel": {},
|
250779
251305
|
"ApprovedPatchesEnableNonSecurity": {
|
250780
251306
|
"type": "boolean"
|
250781
251307
|
},
|
250782
251308
|
"RejectedPatches": {
|
250783
|
-
"shape": "
|
251309
|
+
"shape": "S5v"
|
250784
251310
|
},
|
250785
251311
|
"RejectedPatchesAction": {},
|
250786
251312
|
"Description": {},
|
250787
251313
|
"Sources": {
|
250788
|
-
"shape": "
|
251314
|
+
"shape": "S5z"
|
250789
251315
|
},
|
250790
251316
|
"ClientToken": {
|
250791
251317
|
"idempotencyToken": true
|
@@ -250811,11 +251337,11 @@ module.exports={
|
|
250811
251337
|
"members": {
|
250812
251338
|
"SyncName": {},
|
250813
251339
|
"S3Destination": {
|
250814
|
-
"shape": "
|
251340
|
+
"shape": "S69"
|
250815
251341
|
},
|
250816
251342
|
"SyncType": {},
|
250817
251343
|
"SyncSource": {
|
250818
|
-
"shape": "
|
251344
|
+
"shape": "S6i"
|
250819
251345
|
}
|
250820
251346
|
}
|
250821
251347
|
},
|
@@ -250896,7 +251422,7 @@ module.exports={
|
|
250896
251422
|
"DeletionId": {},
|
250897
251423
|
"TypeName": {},
|
250898
251424
|
"DeletionSummary": {
|
250899
|
-
"shape": "
|
251425
|
+
"shape": "S76"
|
250900
251426
|
}
|
250901
251427
|
}
|
250902
251428
|
}
|
@@ -250971,7 +251497,7 @@ module.exports={
|
|
250971
251497
|
],
|
250972
251498
|
"members": {
|
250973
251499
|
"Names": {
|
250974
|
-
"shape": "
|
251500
|
+
"shape": "S7n"
|
250975
251501
|
}
|
250976
251502
|
}
|
250977
251503
|
},
|
@@ -250979,10 +251505,10 @@ module.exports={
|
|
250979
251505
|
"type": "structure",
|
250980
251506
|
"members": {
|
250981
251507
|
"DeletedParameters": {
|
250982
|
-
"shape": "
|
251508
|
+
"shape": "S7n"
|
250983
251509
|
},
|
250984
251510
|
"InvalidParameters": {
|
250985
|
-
"shape": "
|
251511
|
+
"shape": "S7n"
|
250986
251512
|
}
|
250987
251513
|
}
|
250988
251514
|
}
|
@@ -251191,7 +251717,7 @@ module.exports={
|
|
251191
251717
|
"type": "structure",
|
251192
251718
|
"members": {
|
251193
251719
|
"AssociationDescription": {
|
251194
|
-
"shape": "
|
251720
|
+
"shape": "S2c"
|
251195
251721
|
}
|
251196
251722
|
}
|
251197
251723
|
}
|
@@ -251312,7 +251838,7 @@ module.exports={
|
|
251312
251838
|
"shape": "S1z"
|
251313
251839
|
},
|
251314
251840
|
"TriggeredAlarms": {
|
251315
|
-
"shape": "
|
251841
|
+
"shape": "S2o"
|
251316
251842
|
}
|
251317
251843
|
}
|
251318
251844
|
}
|
@@ -251369,7 +251895,7 @@ module.exports={
|
|
251369
251895
|
"ExecutedBy": {},
|
251370
251896
|
"LogFile": {},
|
251371
251897
|
"Outputs": {
|
251372
|
-
"shape": "
|
251898
|
+
"shape": "S9n"
|
251373
251899
|
},
|
251374
251900
|
"Mode": {},
|
251375
251901
|
"ParentAutomationExecutionId": {},
|
@@ -251381,10 +251907,10 @@ module.exports={
|
|
251381
251907
|
"shape": "S18"
|
251382
251908
|
},
|
251383
251909
|
"TargetMaps": {
|
251384
|
-
"shape": "
|
251910
|
+
"shape": "S26"
|
251385
251911
|
},
|
251386
251912
|
"ResolvedTargets": {
|
251387
|
-
"shape": "
|
251913
|
+
"shape": "S9s"
|
251388
251914
|
},
|
251389
251915
|
"MaxConcurrency": {},
|
251390
251916
|
"MaxErrors": {},
|
@@ -251394,14 +251920,14 @@ module.exports={
|
|
251394
251920
|
"shape": "S1z"
|
251395
251921
|
},
|
251396
251922
|
"TriggeredAlarms": {
|
251397
|
-
"shape": "
|
251923
|
+
"shape": "S2o"
|
251398
251924
|
},
|
251399
251925
|
"AutomationSubtype": {},
|
251400
251926
|
"ScheduledTime": {
|
251401
251927
|
"type": "timestamp"
|
251402
251928
|
},
|
251403
251929
|
"Runbooks": {
|
251404
|
-
"shape": "
|
251930
|
+
"shape": "S9w"
|
251405
251931
|
},
|
251406
251932
|
"OpsItemId": {},
|
251407
251933
|
"AssociationId": {},
|
@@ -251451,7 +251977,7 @@ module.exports={
|
|
251451
251977
|
"type": "structure",
|
251452
251978
|
"members": {
|
251453
251979
|
"StepExecutions": {
|
251454
|
-
"shape": "
|
251980
|
+
"shape": "Sa6"
|
251455
251981
|
},
|
251456
251982
|
"NextToken": {}
|
251457
251983
|
}
|
@@ -251462,7 +251988,7 @@ module.exports={
|
|
251462
251988
|
"type": "structure",
|
251463
251989
|
"members": {
|
251464
251990
|
"Filters": {
|
251465
|
-
"shape": "
|
251991
|
+
"shape": "Sah"
|
251466
251992
|
},
|
251467
251993
|
"MaxResults": {
|
251468
251994
|
"type": "integer"
|
@@ -251476,7 +252002,7 @@ module.exports={
|
|
251476
252002
|
"Patches": {
|
251477
252003
|
"type": "list",
|
251478
252004
|
"member": {
|
251479
|
-
"shape": "
|
252005
|
+
"shape": "Sap"
|
251480
252006
|
}
|
251481
252007
|
},
|
251482
252008
|
"NextToken": {}
|
@@ -251499,7 +252025,7 @@ module.exports={
|
|
251499
252025
|
"type": "structure",
|
251500
252026
|
"members": {
|
251501
252027
|
"Document": {
|
251502
|
-
"shape": "
|
252028
|
+
"shape": "S3i"
|
251503
252029
|
}
|
251504
252030
|
}
|
251505
252031
|
}
|
@@ -251524,7 +252050,7 @@ module.exports={
|
|
251524
252050
|
"type": "structure",
|
251525
252051
|
"members": {
|
251526
252052
|
"AccountIds": {
|
251527
|
-
"shape": "
|
252053
|
+
"shape": "Sbk"
|
251528
252054
|
},
|
251529
252055
|
"AccountSharingInfoList": {
|
251530
252056
|
"type": "list",
|
@@ -251596,7 +252122,7 @@ module.exports={
|
|
251596
252122
|
"type": "structure",
|
251597
252123
|
"members": {
|
251598
252124
|
"Patch": {
|
251599
|
-
"shape": "
|
252125
|
+
"shape": "Sap"
|
251600
252126
|
},
|
251601
252127
|
"PatchStatus": {
|
251602
252128
|
"type": "structure",
|
@@ -251683,7 +252209,7 @@ module.exports={
|
|
251683
252209
|
"members": {
|
251684
252210
|
"key": {},
|
251685
252211
|
"valueSet": {
|
251686
|
-
"shape": "
|
252212
|
+
"shape": "Scd"
|
251687
252213
|
}
|
251688
252214
|
}
|
251689
252215
|
}
|
@@ -251699,7 +252225,7 @@ module.exports={
|
|
251699
252225
|
"members": {
|
251700
252226
|
"Key": {},
|
251701
252227
|
"Values": {
|
251702
|
-
"shape": "
|
252228
|
+
"shape": "Scd"
|
251703
252229
|
}
|
251704
252230
|
}
|
251705
252231
|
}
|
@@ -251790,7 +252316,7 @@ module.exports={
|
|
251790
252316
|
"InstancePatchStates": {
|
251791
252317
|
"type": "list",
|
251792
252318
|
"member": {
|
251793
|
-
"shape": "
|
252319
|
+
"shape": "Scz"
|
251794
252320
|
}
|
251795
252321
|
},
|
251796
252322
|
"NextToken": {}
|
@@ -251836,7 +252362,7 @@ module.exports={
|
|
251836
252362
|
"InstancePatchStates": {
|
251837
252363
|
"type": "list",
|
251838
252364
|
"member": {
|
251839
|
-
"shape": "
|
252365
|
+
"shape": "Scz"
|
251840
252366
|
}
|
251841
252367
|
},
|
251842
252368
|
"NextToken": {}
|
@@ -251852,7 +252378,7 @@ module.exports={
|
|
251852
252378
|
"members": {
|
251853
252379
|
"InstanceId": {},
|
251854
252380
|
"Filters": {
|
251855
|
-
"shape": "
|
252381
|
+
"shape": "Sah"
|
251856
252382
|
},
|
251857
252383
|
"NextToken": {},
|
251858
252384
|
"MaxResults": {
|
@@ -251919,7 +252445,7 @@ module.exports={
|
|
251919
252445
|
"LastStatus": {},
|
251920
252446
|
"LastStatusMessage": {},
|
251921
252447
|
"DeletionSummary": {
|
251922
|
-
"shape": "
|
252448
|
+
"shape": "S76"
|
251923
252449
|
},
|
251924
252450
|
"LastStatusUpdateTime": {
|
251925
252451
|
"type": "timestamp"
|
@@ -251942,7 +252468,7 @@ module.exports={
|
|
251942
252468
|
"WindowExecutionId": {},
|
251943
252469
|
"TaskId": {},
|
251944
252470
|
"Filters": {
|
251945
|
-
"shape": "
|
252471
|
+
"shape": "Se5"
|
251946
252472
|
},
|
251947
252473
|
"MaxResults": {
|
251948
252474
|
"type": "integer"
|
@@ -251964,7 +252490,7 @@ module.exports={
|
|
251964
252490
|
"ExecutionId": {},
|
251965
252491
|
"TaskType": {},
|
251966
252492
|
"Parameters": {
|
251967
|
-
"shape": "
|
252493
|
+
"shape": "Seh"
|
251968
252494
|
},
|
251969
252495
|
"Status": {},
|
251970
252496
|
"StatusDetails": {},
|
@@ -251975,7 +252501,7 @@ module.exports={
|
|
251975
252501
|
"type": "timestamp"
|
251976
252502
|
},
|
251977
252503
|
"OwnerInformation": {
|
251978
|
-
"shape": "
|
252504
|
+
"shape": "Sd2"
|
251979
252505
|
},
|
251980
252506
|
"WindowTargetId": {}
|
251981
252507
|
}
|
@@ -251994,7 +252520,7 @@ module.exports={
|
|
251994
252520
|
"members": {
|
251995
252521
|
"WindowExecutionId": {},
|
251996
252522
|
"Filters": {
|
251997
|
-
"shape": "
|
252523
|
+
"shape": "Se5"
|
251998
252524
|
},
|
251999
252525
|
"MaxResults": {
|
252000
252526
|
"type": "integer"
|
@@ -252026,7 +252552,7 @@ module.exports={
|
|
252026
252552
|
"shape": "S1z"
|
252027
252553
|
},
|
252028
252554
|
"TriggeredAlarms": {
|
252029
|
-
"shape": "
|
252555
|
+
"shape": "S2o"
|
252030
252556
|
}
|
252031
252557
|
}
|
252032
252558
|
}
|
@@ -252044,7 +252570,7 @@ module.exports={
|
|
252044
252570
|
"members": {
|
252045
252571
|
"WindowId": {},
|
252046
252572
|
"Filters": {
|
252047
|
-
"shape": "
|
252573
|
+
"shape": "Se5"
|
252048
252574
|
},
|
252049
252575
|
"MaxResults": {
|
252050
252576
|
"type": "integer"
|
@@ -252087,7 +252613,7 @@ module.exports={
|
|
252087
252613
|
},
|
252088
252614
|
"ResourceType": {},
|
252089
252615
|
"Filters": {
|
252090
|
-
"shape": "
|
252616
|
+
"shape": "Sah"
|
252091
252617
|
},
|
252092
252618
|
"MaxResults": {
|
252093
252619
|
"type": "integer"
|
@@ -252122,7 +252648,7 @@ module.exports={
|
|
252122
252648
|
"members": {
|
252123
252649
|
"WindowId": {},
|
252124
252650
|
"Filters": {
|
252125
|
-
"shape": "
|
252651
|
+
"shape": "Se5"
|
252126
252652
|
},
|
252127
252653
|
"MaxResults": {
|
252128
252654
|
"type": "integer"
|
@@ -252145,11 +252671,11 @@ module.exports={
|
|
252145
252671
|
"shape": "S18"
|
252146
252672
|
},
|
252147
252673
|
"OwnerInformation": {
|
252148
|
-
"shape": "
|
252674
|
+
"shape": "Sd2"
|
252149
252675
|
},
|
252150
252676
|
"Name": {},
|
252151
252677
|
"Description": {
|
252152
|
-
"shape": "
|
252678
|
+
"shape": "S4c"
|
252153
252679
|
}
|
252154
252680
|
}
|
252155
252681
|
}
|
@@ -252167,7 +252693,7 @@ module.exports={
|
|
252167
252693
|
"members": {
|
252168
252694
|
"WindowId": {},
|
252169
252695
|
"Filters": {
|
252170
|
-
"shape": "
|
252696
|
+
"shape": "Se5"
|
252171
252697
|
},
|
252172
252698
|
"MaxResults": {
|
252173
252699
|
"type": "integer"
|
@@ -252191,20 +252717,20 @@ module.exports={
|
|
252191
252717
|
"shape": "S18"
|
252192
252718
|
},
|
252193
252719
|
"TaskParameters": {
|
252194
|
-
"shape": "
|
252720
|
+
"shape": "Sf8"
|
252195
252721
|
},
|
252196
252722
|
"Priority": {
|
252197
252723
|
"type": "integer"
|
252198
252724
|
},
|
252199
252725
|
"LoggingInfo": {
|
252200
|
-
"shape": "
|
252726
|
+
"shape": "Sfe"
|
252201
252727
|
},
|
252202
252728
|
"ServiceRoleArn": {},
|
252203
252729
|
"MaxConcurrency": {},
|
252204
252730
|
"MaxErrors": {},
|
252205
252731
|
"Name": {},
|
252206
252732
|
"Description": {
|
252207
|
-
"shape": "
|
252733
|
+
"shape": "S4c"
|
252208
252734
|
},
|
252209
252735
|
"CutoffBehavior": {},
|
252210
252736
|
"AlarmConfiguration": {
|
@@ -252222,7 +252748,7 @@ module.exports={
|
|
252222
252748
|
"type": "structure",
|
252223
252749
|
"members": {
|
252224
252750
|
"Filters": {
|
252225
|
-
"shape": "
|
252751
|
+
"shape": "Se5"
|
252226
252752
|
},
|
252227
252753
|
"MaxResults": {
|
252228
252754
|
"type": "integer"
|
@@ -252241,7 +252767,7 @@ module.exports={
|
|
252241
252767
|
"WindowId": {},
|
252242
252768
|
"Name": {},
|
252243
252769
|
"Description": {
|
252244
|
-
"shape": "
|
252770
|
+
"shape": "S4c"
|
252245
252771
|
},
|
252246
252772
|
"Enabled": {
|
252247
252773
|
"type": "boolean"
|
@@ -252356,7 +252882,7 @@ module.exports={
|
|
252356
252882
|
"OpsItemId": {},
|
252357
252883
|
"Title": {},
|
252358
252884
|
"OperationalData": {
|
252359
|
-
"shape": "
|
252885
|
+
"shape": "S4q"
|
252360
252886
|
},
|
252361
252887
|
"Category": {},
|
252362
252888
|
"Severity": {},
|
@@ -252401,7 +252927,7 @@ module.exports={
|
|
252401
252927
|
}
|
252402
252928
|
},
|
252403
252929
|
"ParameterFilters": {
|
252404
|
-
"shape": "
|
252930
|
+
"shape": "Sg8"
|
252405
252931
|
},
|
252406
252932
|
"MaxResults": {
|
252407
252933
|
"type": "integer"
|
@@ -252431,7 +252957,7 @@ module.exports={
|
|
252431
252957
|
},
|
252432
252958
|
"Tier": {},
|
252433
252959
|
"Policies": {
|
252434
|
-
"shape": "
|
252960
|
+
"shape": "Sgn"
|
252435
252961
|
},
|
252436
252962
|
"DataType": {}
|
252437
252963
|
}
|
@@ -252446,7 +252972,7 @@ module.exports={
|
|
252446
252972
|
"type": "structure",
|
252447
252973
|
"members": {
|
252448
252974
|
"Filters": {
|
252449
|
-
"shape": "
|
252975
|
+
"shape": "Sah"
|
252450
252976
|
},
|
252451
252977
|
"MaxResults": {
|
252452
252978
|
"type": "integer"
|
@@ -252460,7 +252986,7 @@ module.exports={
|
|
252460
252986
|
"BaselineIdentities": {
|
252461
252987
|
"type": "list",
|
252462
252988
|
"member": {
|
252463
|
-
"shape": "
|
252989
|
+
"shape": "Sgt"
|
252464
252990
|
}
|
252465
252991
|
},
|
252466
252992
|
"NextToken": {}
|
@@ -252527,7 +253053,7 @@ module.exports={
|
|
252527
253053
|
"type": "integer"
|
252528
253054
|
},
|
252529
253055
|
"Filters": {
|
252530
|
-
"shape": "
|
253056
|
+
"shape": "Sah"
|
252531
253057
|
},
|
252532
253058
|
"NextToken": {}
|
252533
253059
|
}
|
@@ -252542,7 +253068,7 @@ module.exports={
|
|
252542
253068
|
"members": {
|
252543
253069
|
"PatchGroup": {},
|
252544
253070
|
"BaselineIdentity": {
|
252545
|
-
"shape": "
|
253071
|
+
"shape": "Sgt"
|
252546
253072
|
}
|
252547
253073
|
}
|
252548
253074
|
}
|
@@ -252691,16 +253217,16 @@ module.exports={
|
|
252691
253217
|
},
|
252692
253218
|
"AutomationExecutionStatus": {},
|
252693
253219
|
"StepExecutions": {
|
252694
|
-
"shape": "
|
253220
|
+
"shape": "Sa6"
|
252695
253221
|
},
|
252696
253222
|
"StepExecutionsTruncated": {
|
252697
253223
|
"type": "boolean"
|
252698
253224
|
},
|
252699
253225
|
"Parameters": {
|
252700
|
-
"shape": "
|
253226
|
+
"shape": "S9n"
|
252701
253227
|
},
|
252702
253228
|
"Outputs": {
|
252703
|
-
"shape": "
|
253229
|
+
"shape": "S9n"
|
252704
253230
|
},
|
252705
253231
|
"FailureMessage": {},
|
252706
253232
|
"Mode": {},
|
@@ -252713,10 +253239,10 @@ module.exports={
|
|
252713
253239
|
"shape": "S18"
|
252714
253240
|
},
|
252715
253241
|
"TargetMaps": {
|
252716
|
-
"shape": "
|
253242
|
+
"shape": "S26"
|
252717
253243
|
},
|
252718
253244
|
"ResolvedTargets": {
|
252719
|
-
"shape": "
|
253245
|
+
"shape": "S9s"
|
252720
253246
|
},
|
252721
253247
|
"MaxConcurrency": {},
|
252722
253248
|
"MaxErrors": {},
|
@@ -252748,20 +253274,20 @@ module.exports={
|
|
252748
253274
|
"shape": "S1z"
|
252749
253275
|
},
|
252750
253276
|
"TriggeredAlarms": {
|
252751
|
-
"shape": "
|
253277
|
+
"shape": "S2o"
|
252752
253278
|
},
|
252753
253279
|
"AutomationSubtype": {},
|
252754
253280
|
"ScheduledTime": {
|
252755
253281
|
"type": "timestamp"
|
252756
253282
|
},
|
252757
253283
|
"Runbooks": {
|
252758
|
-
"shape": "
|
253284
|
+
"shape": "S9w"
|
252759
253285
|
},
|
252760
253286
|
"OpsItemId": {},
|
252761
253287
|
"AssociationId": {},
|
252762
253288
|
"ChangeRequestName": {},
|
252763
253289
|
"Variables": {
|
252764
|
-
"shape": "
|
253290
|
+
"shape": "S9n"
|
252765
253291
|
}
|
252766
253292
|
}
|
252767
253293
|
}
|
@@ -252825,7 +253351,7 @@ module.exports={
|
|
252825
253351
|
"StandardErrorContent": {},
|
252826
253352
|
"StandardErrorUrl": {},
|
252827
253353
|
"CloudWatchOutputConfig": {
|
252828
|
-
"shape": "
|
253354
|
+
"shape": "Sie"
|
252829
253355
|
}
|
252830
253356
|
}
|
252831
253357
|
}
|
@@ -252878,24 +253404,24 @@ module.exports={
|
|
252878
253404
|
"members": {
|
252879
253405
|
"OperatingSystem": {},
|
252880
253406
|
"GlobalFilters": {
|
252881
|
-
"shape": "
|
253407
|
+
"shape": "S5j"
|
252882
253408
|
},
|
252883
253409
|
"ApprovalRules": {
|
252884
|
-
"shape": "
|
253410
|
+
"shape": "S5p"
|
252885
253411
|
},
|
252886
253412
|
"ApprovedPatches": {
|
252887
|
-
"shape": "
|
253413
|
+
"shape": "S5v"
|
252888
253414
|
},
|
252889
253415
|
"ApprovedPatchesComplianceLevel": {},
|
252890
253416
|
"RejectedPatches": {
|
252891
|
-
"shape": "
|
253417
|
+
"shape": "S5v"
|
252892
253418
|
},
|
252893
253419
|
"RejectedPatchesAction": {},
|
252894
253420
|
"ApprovedPatchesEnableNonSecurity": {
|
252895
253421
|
"type": "boolean"
|
252896
253422
|
},
|
252897
253423
|
"Sources": {
|
252898
|
-
"shape": "
|
253424
|
+
"shape": "S5z"
|
252899
253425
|
}
|
252900
253426
|
}
|
252901
253427
|
}
|
@@ -252940,7 +253466,7 @@ module.exports={
|
|
252940
253466
|
"DocumentType": {},
|
252941
253467
|
"DocumentFormat": {},
|
252942
253468
|
"Requires": {
|
252943
|
-
"shape": "
|
253469
|
+
"shape": "S32"
|
252944
253470
|
},
|
252945
253471
|
"AttachmentsContent": {
|
252946
253472
|
"type": "list",
|
@@ -252966,10 +253492,10 @@ module.exports={
|
|
252966
253492
|
"type": "structure",
|
252967
253493
|
"members": {
|
252968
253494
|
"Filters": {
|
252969
|
-
"shape": "
|
253495
|
+
"shape": "Sj0"
|
252970
253496
|
},
|
252971
253497
|
"Aggregators": {
|
252972
|
-
"shape": "
|
253498
|
+
"shape": "Sj6"
|
252973
253499
|
},
|
252974
253500
|
"ResultAttributes": {
|
252975
253501
|
"type": "list",
|
@@ -253014,7 +253540,7 @@ module.exports={
|
|
253014
253540
|
"CaptureTime": {},
|
253015
253541
|
"ContentHash": {},
|
253016
253542
|
"Content": {
|
253017
|
-
"shape": "
|
253543
|
+
"shape": "Sjn"
|
253018
253544
|
}
|
253019
253545
|
}
|
253020
253546
|
}
|
@@ -253095,7 +253621,7 @@ module.exports={
|
|
253095
253621
|
"WindowId": {},
|
253096
253622
|
"Name": {},
|
253097
253623
|
"Description": {
|
253098
|
-
"shape": "
|
253624
|
+
"shape": "S4c"
|
253099
253625
|
},
|
253100
253626
|
"StartDate": {},
|
253101
253627
|
"EndDate": {},
|
@@ -253178,7 +253704,7 @@ module.exports={
|
|
253178
253704
|
"TaskParameters": {
|
253179
253705
|
"type": "list",
|
253180
253706
|
"member": {
|
253181
|
-
"shape": "
|
253707
|
+
"shape": "Sf8"
|
253182
253708
|
},
|
253183
253709
|
"sensitive": true
|
253184
253710
|
},
|
@@ -253199,7 +253725,7 @@ module.exports={
|
|
253199
253725
|
"shape": "S1z"
|
253200
253726
|
},
|
253201
253727
|
"TriggeredAlarms": {
|
253202
|
-
"shape": "
|
253728
|
+
"shape": "S2o"
|
253203
253729
|
}
|
253204
253730
|
}
|
253205
253731
|
}
|
@@ -253227,7 +253753,7 @@ module.exports={
|
|
253227
253753
|
"ExecutionId": {},
|
253228
253754
|
"TaskType": {},
|
253229
253755
|
"Parameters": {
|
253230
|
-
"shape": "
|
253756
|
+
"shape": "Seh"
|
253231
253757
|
},
|
253232
253758
|
"Status": {},
|
253233
253759
|
"StatusDetails": {},
|
@@ -253238,7 +253764,7 @@ module.exports={
|
|
253238
253764
|
"type": "timestamp"
|
253239
253765
|
},
|
253240
253766
|
"OwnerInformation": {
|
253241
|
-
"shape": "
|
253767
|
+
"shape": "Sd2"
|
253242
253768
|
},
|
253243
253769
|
"WindowTargetId": {}
|
253244
253770
|
}
|
@@ -253268,10 +253794,10 @@ module.exports={
|
|
253268
253794
|
"ServiceRoleArn": {},
|
253269
253795
|
"TaskType": {},
|
253270
253796
|
"TaskParameters": {
|
253271
|
-
"shape": "
|
253797
|
+
"shape": "Sf8"
|
253272
253798
|
},
|
253273
253799
|
"TaskInvocationParameters": {
|
253274
|
-
"shape": "
|
253800
|
+
"shape": "Ske"
|
253275
253801
|
},
|
253276
253802
|
"Priority": {
|
253277
253803
|
"type": "integer"
|
@@ -253279,11 +253805,11 @@ module.exports={
|
|
253279
253805
|
"MaxConcurrency": {},
|
253280
253806
|
"MaxErrors": {},
|
253281
253807
|
"LoggingInfo": {
|
253282
|
-
"shape": "
|
253808
|
+
"shape": "Sfe"
|
253283
253809
|
},
|
253284
253810
|
"Name": {},
|
253285
253811
|
"Description": {
|
253286
|
-
"shape": "
|
253812
|
+
"shape": "S4c"
|
253287
253813
|
},
|
253288
253814
|
"CutoffBehavior": {},
|
253289
253815
|
"AlarmConfiguration": {
|
@@ -253320,13 +253846,13 @@ module.exports={
|
|
253320
253846
|
"type": "timestamp"
|
253321
253847
|
},
|
253322
253848
|
"Notifications": {
|
253323
|
-
"shape": "
|
253849
|
+
"shape": "S4v"
|
253324
253850
|
},
|
253325
253851
|
"Priority": {
|
253326
253852
|
"type": "integer"
|
253327
253853
|
},
|
253328
253854
|
"RelatedOpsItems": {
|
253329
|
-
"shape": "
|
253855
|
+
"shape": "S4z"
|
253330
253856
|
},
|
253331
253857
|
"Status": {},
|
253332
253858
|
"OpsItemId": {},
|
@@ -253334,7 +253860,7 @@ module.exports={
|
|
253334
253860
|
"Title": {},
|
253335
253861
|
"Source": {},
|
253336
253862
|
"OperationalData": {
|
253337
|
-
"shape": "
|
253863
|
+
"shape": "S4q"
|
253338
253864
|
},
|
253339
253865
|
"Category": {},
|
253340
253866
|
"Severity": {},
|
@@ -253375,7 +253901,7 @@ module.exports={
|
|
253375
253901
|
"members": {
|
253376
253902
|
"ResourceId": {},
|
253377
253903
|
"Metadata": {
|
253378
|
-
"shape": "
|
253904
|
+
"shape": "S5a"
|
253379
253905
|
},
|
253380
253906
|
"NextToken": {}
|
253381
253907
|
}
|
@@ -253387,10 +253913,10 @@ module.exports={
|
|
253387
253913
|
"members": {
|
253388
253914
|
"SyncName": {},
|
253389
253915
|
"Filters": {
|
253390
|
-
"shape": "
|
253916
|
+
"shape": "Sl1"
|
253391
253917
|
},
|
253392
253918
|
"Aggregators": {
|
253393
|
-
"shape": "
|
253919
|
+
"shape": "Sl7"
|
253394
253920
|
},
|
253395
253921
|
"ResultAttributes": {
|
253396
253922
|
"type": "list",
|
@@ -253461,7 +253987,7 @@ module.exports={
|
|
253461
253987
|
"type": "structure",
|
253462
253988
|
"members": {
|
253463
253989
|
"Parameter": {
|
253464
|
-
"shape": "
|
253990
|
+
"shape": "Slt"
|
253465
253991
|
}
|
253466
253992
|
}
|
253467
253993
|
}
|
@@ -253500,18 +254026,18 @@ module.exports={
|
|
253500
254026
|
"LastModifiedUser": {},
|
253501
254027
|
"Description": {},
|
253502
254028
|
"Value": {
|
253503
|
-
"shape": "
|
254029
|
+
"shape": "Slu"
|
253504
254030
|
},
|
253505
254031
|
"AllowedPattern": {},
|
253506
254032
|
"Version": {
|
253507
254033
|
"type": "long"
|
253508
254034
|
},
|
253509
254035
|
"Labels": {
|
253510
|
-
"shape": "
|
254036
|
+
"shape": "Sm0"
|
253511
254037
|
},
|
253512
254038
|
"Tier": {},
|
253513
254039
|
"Policies": {
|
253514
|
-
"shape": "
|
254040
|
+
"shape": "Sgn"
|
253515
254041
|
},
|
253516
254042
|
"DataType": {}
|
253517
254043
|
}
|
@@ -253529,7 +254055,7 @@ module.exports={
|
|
253529
254055
|
],
|
253530
254056
|
"members": {
|
253531
254057
|
"Names": {
|
253532
|
-
"shape": "
|
254058
|
+
"shape": "S7n"
|
253533
254059
|
},
|
253534
254060
|
"WithDecryption": {
|
253535
254061
|
"type": "boolean"
|
@@ -253540,10 +254066,10 @@ module.exports={
|
|
253540
254066
|
"type": "structure",
|
253541
254067
|
"members": {
|
253542
254068
|
"Parameters": {
|
253543
|
-
"shape": "
|
254069
|
+
"shape": "Sm4"
|
253544
254070
|
},
|
253545
254071
|
"InvalidParameters": {
|
253546
|
-
"shape": "
|
254072
|
+
"shape": "S7n"
|
253547
254073
|
}
|
253548
254074
|
}
|
253549
254075
|
}
|
@@ -253560,7 +254086,7 @@ module.exports={
|
|
253560
254086
|
"type": "boolean"
|
253561
254087
|
},
|
253562
254088
|
"ParameterFilters": {
|
253563
|
-
"shape": "
|
254089
|
+
"shape": "Sg8"
|
253564
254090
|
},
|
253565
254091
|
"WithDecryption": {
|
253566
254092
|
"type": "boolean"
|
@@ -253575,7 +254101,7 @@ module.exports={
|
|
253575
254101
|
"type": "structure",
|
253576
254102
|
"members": {
|
253577
254103
|
"Parameters": {
|
253578
|
-
"shape": "
|
254104
|
+
"shape": "Sm4"
|
253579
254105
|
},
|
253580
254106
|
"NextToken": {}
|
253581
254107
|
}
|
@@ -253598,20 +254124,20 @@ module.exports={
|
|
253598
254124
|
"Name": {},
|
253599
254125
|
"OperatingSystem": {},
|
253600
254126
|
"GlobalFilters": {
|
253601
|
-
"shape": "
|
254127
|
+
"shape": "S5j"
|
253602
254128
|
},
|
253603
254129
|
"ApprovalRules": {
|
253604
|
-
"shape": "
|
254130
|
+
"shape": "S5p"
|
253605
254131
|
},
|
253606
254132
|
"ApprovedPatches": {
|
253607
|
-
"shape": "
|
254133
|
+
"shape": "S5v"
|
253608
254134
|
},
|
253609
254135
|
"ApprovedPatchesComplianceLevel": {},
|
253610
254136
|
"ApprovedPatchesEnableNonSecurity": {
|
253611
254137
|
"type": "boolean"
|
253612
254138
|
},
|
253613
254139
|
"RejectedPatches": {
|
253614
|
-
"shape": "
|
254140
|
+
"shape": "S5v"
|
253615
254141
|
},
|
253616
254142
|
"RejectedPatchesAction": {},
|
253617
254143
|
"PatchGroups": {
|
@@ -253626,7 +254152,7 @@ module.exports={
|
|
253626
254152
|
},
|
253627
254153
|
"Description": {},
|
253628
254154
|
"Sources": {
|
253629
|
-
"shape": "
|
254155
|
+
"shape": "S5z"
|
253630
254156
|
}
|
253631
254157
|
}
|
253632
254158
|
}
|
@@ -253697,7 +254223,7 @@ module.exports={
|
|
253697
254223
|
"type": "structure",
|
253698
254224
|
"members": {
|
253699
254225
|
"ServiceSetting": {
|
253700
|
-
"shape": "
|
254226
|
+
"shape": "Smm"
|
253701
254227
|
}
|
253702
254228
|
}
|
253703
254229
|
}
|
@@ -253715,7 +254241,7 @@ module.exports={
|
|
253715
254241
|
"type": "long"
|
253716
254242
|
},
|
253717
254243
|
"Labels": {
|
253718
|
-
"shape": "
|
254244
|
+
"shape": "Sm0"
|
253719
254245
|
}
|
253720
254246
|
}
|
253721
254247
|
},
|
@@ -253723,7 +254249,7 @@ module.exports={
|
|
253723
254249
|
"type": "structure",
|
253724
254250
|
"members": {
|
253725
254251
|
"InvalidLabels": {
|
253726
|
-
"shape": "
|
254252
|
+
"shape": "Sm0"
|
253727
254253
|
},
|
253728
254254
|
"ParameterVersion": {
|
253729
254255
|
"type": "long"
|
@@ -253787,8 +254313,11 @@ module.exports={
|
|
253787
254313
|
"ScheduleOffset": {
|
253788
254314
|
"type": "integer"
|
253789
254315
|
},
|
254316
|
+
"Duration": {
|
254317
|
+
"type": "integer"
|
254318
|
+
},
|
253790
254319
|
"TargetMaps": {
|
253791
|
-
"shape": "
|
254320
|
+
"shape": "S26"
|
253792
254321
|
}
|
253793
254322
|
}
|
253794
254323
|
}
|
@@ -253841,15 +254370,18 @@ module.exports={
|
|
253841
254370
|
"type": "timestamp"
|
253842
254371
|
},
|
253843
254372
|
"Overview": {
|
253844
|
-
"shape": "
|
254373
|
+
"shape": "S2j"
|
253845
254374
|
},
|
253846
254375
|
"ScheduleExpression": {},
|
253847
254376
|
"AssociationName": {},
|
253848
254377
|
"ScheduleOffset": {
|
253849
254378
|
"type": "integer"
|
253850
254379
|
},
|
254380
|
+
"Duration": {
|
254381
|
+
"type": "integer"
|
254382
|
+
},
|
253851
254383
|
"TargetMaps": {
|
253852
|
-
"shape": "
|
254384
|
+
"shape": "S26"
|
253853
254385
|
}
|
253854
254386
|
}
|
253855
254387
|
}
|
@@ -253869,7 +254401,7 @@ module.exports={
|
|
253869
254401
|
},
|
253870
254402
|
"NextToken": {},
|
253871
254403
|
"Filters": {
|
253872
|
-
"shape": "
|
254404
|
+
"shape": "Sn4"
|
253873
254405
|
},
|
253874
254406
|
"Details": {
|
253875
254407
|
"type": "boolean"
|
@@ -253926,10 +254458,10 @@ module.exports={
|
|
253926
254458
|
},
|
253927
254459
|
"ServiceRole": {},
|
253928
254460
|
"NotificationConfig": {
|
253929
|
-
"shape": "
|
254461
|
+
"shape": "Skg"
|
253930
254462
|
},
|
253931
254463
|
"CloudWatchOutputConfig": {
|
253932
|
-
"shape": "
|
254464
|
+
"shape": "Sie"
|
253933
254465
|
}
|
253934
254466
|
}
|
253935
254467
|
}
|
@@ -253949,7 +254481,7 @@ module.exports={
|
|
253949
254481
|
},
|
253950
254482
|
"NextToken": {},
|
253951
254483
|
"Filters": {
|
253952
|
-
"shape": "
|
254484
|
+
"shape": "Sn4"
|
253953
254485
|
}
|
253954
254486
|
}
|
253955
254487
|
},
|
@@ -253959,7 +254491,7 @@ module.exports={
|
|
253959
254491
|
"Commands": {
|
253960
254492
|
"type": "list",
|
253961
254493
|
"member": {
|
253962
|
-
"shape": "
|
254494
|
+
"shape": "Snk"
|
253963
254495
|
}
|
253964
254496
|
},
|
253965
254497
|
"NextToken": {}
|
@@ -253971,7 +254503,7 @@ module.exports={
|
|
253971
254503
|
"type": "structure",
|
253972
254504
|
"members": {
|
253973
254505
|
"Filters": {
|
253974
|
-
"shape": "
|
254506
|
+
"shape": "Snr"
|
253975
254507
|
},
|
253976
254508
|
"ResourceIds": {
|
253977
254509
|
"type": "list",
|
@@ -254003,10 +254535,10 @@ module.exports={
|
|
254003
254535
|
"Status": {},
|
254004
254536
|
"Severity": {},
|
254005
254537
|
"ExecutionSummary": {
|
254006
|
-
"shape": "
|
254538
|
+
"shape": "So9"
|
254007
254539
|
},
|
254008
254540
|
"Details": {
|
254009
|
-
"shape": "
|
254541
|
+
"shape": "Soc"
|
254010
254542
|
}
|
254011
254543
|
}
|
254012
254544
|
}
|
@@ -254020,7 +254552,7 @@ module.exports={
|
|
254020
254552
|
"type": "structure",
|
254021
254553
|
"members": {
|
254022
254554
|
"Filters": {
|
254023
|
-
"shape": "
|
254555
|
+
"shape": "Snr"
|
254024
254556
|
},
|
254025
254557
|
"NextToken": {},
|
254026
254558
|
"MaxResults": {
|
@@ -254038,10 +254570,10 @@ module.exports={
|
|
254038
254570
|
"members": {
|
254039
254571
|
"ComplianceType": {},
|
254040
254572
|
"CompliantSummary": {
|
254041
|
-
"shape": "
|
254573
|
+
"shape": "Soh"
|
254042
254574
|
},
|
254043
254575
|
"NonCompliantSummary": {
|
254044
|
-
"shape": "
|
254576
|
+
"shape": "Sok"
|
254045
254577
|
}
|
254046
254578
|
}
|
254047
254579
|
}
|
@@ -254089,7 +254621,7 @@ module.exports={
|
|
254089
254621
|
},
|
254090
254622
|
"ReviewStatus": {},
|
254091
254623
|
"Comment": {
|
254092
|
-
"shape": "
|
254624
|
+
"shape": "Sor"
|
254093
254625
|
},
|
254094
254626
|
"Reviewer": {}
|
254095
254627
|
}
|
@@ -254197,7 +254729,7 @@ module.exports={
|
|
254197
254729
|
"Owner": {},
|
254198
254730
|
"VersionName": {},
|
254199
254731
|
"PlatformTypes": {
|
254200
|
-
"shape": "
|
254732
|
+
"shape": "S3w"
|
254201
254733
|
},
|
254202
254734
|
"DocumentVersion": {},
|
254203
254735
|
"DocumentType": {},
|
@@ -254208,7 +254740,7 @@ module.exports={
|
|
254208
254740
|
"shape": "S4"
|
254209
254741
|
},
|
254210
254742
|
"Requires": {
|
254211
|
-
"shape": "
|
254743
|
+
"shape": "S32"
|
254212
254744
|
},
|
254213
254745
|
"ReviewStatus": {},
|
254214
254746
|
"Author": {}
|
@@ -254230,7 +254762,7 @@ module.exports={
|
|
254230
254762
|
"InstanceId": {},
|
254231
254763
|
"TypeName": {},
|
254232
254764
|
"Filters": {
|
254233
|
-
"shape": "
|
254765
|
+
"shape": "Sj0"
|
254234
254766
|
},
|
254235
254767
|
"NextToken": {},
|
254236
254768
|
"MaxResults": {
|
@@ -254246,7 +254778,7 @@ module.exports={
|
|
254246
254778
|
"SchemaVersion": {},
|
254247
254779
|
"CaptureTime": {},
|
254248
254780
|
"Entries": {
|
254249
|
-
"shape": "
|
254781
|
+
"shape": "Sjn"
|
254250
254782
|
},
|
254251
254783
|
"NextToken": {}
|
254252
254784
|
}
|
@@ -254296,7 +254828,7 @@ module.exports={
|
|
254296
254828
|
"DetailType": {},
|
254297
254829
|
"Detail": {},
|
254298
254830
|
"CreatedBy": {
|
254299
|
-
"shape": "
|
254831
|
+
"shape": "Spp"
|
254300
254832
|
},
|
254301
254833
|
"CreatedTime": {
|
254302
254834
|
"type": "timestamp"
|
@@ -254352,13 +254884,13 @@ module.exports={
|
|
254352
254884
|
"AssociationType": {},
|
254353
254885
|
"ResourceUri": {},
|
254354
254886
|
"CreatedBy": {
|
254355
|
-
"shape": "
|
254887
|
+
"shape": "Spp"
|
254356
254888
|
},
|
254357
254889
|
"CreatedTime": {
|
254358
254890
|
"type": "timestamp"
|
254359
254891
|
},
|
254360
254892
|
"LastModifiedBy": {
|
254361
|
-
"shape": "
|
254893
|
+
"shape": "Spp"
|
254362
254894
|
},
|
254363
254895
|
"LastModifiedTime": {
|
254364
254896
|
"type": "timestamp"
|
@@ -254425,7 +254957,7 @@ module.exports={
|
|
254425
254957
|
"type": "structure",
|
254426
254958
|
"members": {
|
254427
254959
|
"Filters": {
|
254428
|
-
"shape": "
|
254960
|
+
"shape": "Snr"
|
254429
254961
|
},
|
254430
254962
|
"NextToken": {},
|
254431
254963
|
"MaxResults": {
|
@@ -254447,13 +254979,13 @@ module.exports={
|
|
254447
254979
|
"Status": {},
|
254448
254980
|
"OverallSeverity": {},
|
254449
254981
|
"ExecutionSummary": {
|
254450
|
-
"shape": "
|
254982
|
+
"shape": "So9"
|
254451
254983
|
},
|
254452
254984
|
"CompliantSummary": {
|
254453
|
-
"shape": "
|
254985
|
+
"shape": "Soh"
|
254454
254986
|
},
|
254455
254987
|
"NonCompliantSummary": {
|
254456
|
-
"shape": "
|
254988
|
+
"shape": "Sok"
|
254457
254989
|
}
|
254458
254990
|
}
|
254459
254991
|
}
|
@@ -254488,10 +255020,10 @@ module.exports={
|
|
254488
255020
|
"members": {
|
254489
255021
|
"SourceType": {},
|
254490
255022
|
"AwsOrganizationsSource": {
|
254491
|
-
"shape": "
|
255023
|
+
"shape": "S6k"
|
254492
255024
|
},
|
254493
255025
|
"SourceRegions": {
|
254494
|
-
"shape": "
|
255026
|
+
"shape": "S6p"
|
254495
255027
|
},
|
254496
255028
|
"IncludeFutureRegions": {
|
254497
255029
|
"type": "boolean"
|
@@ -254503,7 +255035,7 @@ module.exports={
|
|
254503
255035
|
}
|
254504
255036
|
},
|
254505
255037
|
"S3Destination": {
|
254506
|
-
"shape": "
|
255038
|
+
"shape": "S69"
|
254507
255039
|
},
|
254508
255040
|
"LastSyncTime": {
|
254509
255041
|
"type": "timestamp"
|
@@ -254558,10 +255090,10 @@ module.exports={
|
|
254558
255090
|
"Name": {},
|
254559
255091
|
"PermissionType": {},
|
254560
255092
|
"AccountIdsToAdd": {
|
254561
|
-
"shape": "
|
255093
|
+
"shape": "Sbk"
|
254562
255094
|
},
|
254563
255095
|
"AccountIdsToRemove": {
|
254564
|
-
"shape": "
|
255096
|
+
"shape": "Sbk"
|
254565
255097
|
},
|
254566
255098
|
"SharedDocumentVersion": {}
|
254567
255099
|
}
|
@@ -254586,7 +255118,7 @@ module.exports={
|
|
254586
255118
|
"ResourceType": {},
|
254587
255119
|
"ComplianceType": {},
|
254588
255120
|
"ExecutionSummary": {
|
254589
|
-
"shape": "
|
255121
|
+
"shape": "So9"
|
254590
255122
|
},
|
254591
255123
|
"Items": {
|
254592
255124
|
"type": "list",
|
@@ -254602,7 +255134,7 @@ module.exports={
|
|
254602
255134
|
"Severity": {},
|
254603
255135
|
"Status": {},
|
254604
255136
|
"Details": {
|
254605
|
-
"shape": "
|
255137
|
+
"shape": "Soc"
|
254606
255138
|
}
|
254607
255139
|
}
|
254608
255140
|
}
|
@@ -254640,7 +255172,7 @@ module.exports={
|
|
254640
255172
|
"CaptureTime": {},
|
254641
255173
|
"ContentHash": {},
|
254642
255174
|
"Content": {
|
254643
|
-
"shape": "
|
255175
|
+
"shape": "Sjn"
|
254644
255176
|
},
|
254645
255177
|
"Context": {
|
254646
255178
|
"type": "map",
|
@@ -254670,7 +255202,7 @@ module.exports={
|
|
254670
255202
|
"Name": {},
|
254671
255203
|
"Description": {},
|
254672
255204
|
"Value": {
|
254673
|
-
"shape": "
|
255205
|
+
"shape": "Slu"
|
254674
255206
|
},
|
254675
255207
|
"Type": {},
|
254676
255208
|
"KeyId": {},
|
@@ -254770,11 +255302,11 @@ module.exports={
|
|
254770
255302
|
"shape": "S18"
|
254771
255303
|
},
|
254772
255304
|
"OwnerInformation": {
|
254773
|
-
"shape": "
|
255305
|
+
"shape": "Sd2"
|
254774
255306
|
},
|
254775
255307
|
"Name": {},
|
254776
255308
|
"Description": {
|
254777
|
-
"shape": "
|
255309
|
+
"shape": "S4c"
|
254778
255310
|
},
|
254779
255311
|
"ClientToken": {
|
254780
255312
|
"idempotencyToken": true
|
@@ -254805,10 +255337,10 @@ module.exports={
|
|
254805
255337
|
"ServiceRoleArn": {},
|
254806
255338
|
"TaskType": {},
|
254807
255339
|
"TaskParameters": {
|
254808
|
-
"shape": "
|
255340
|
+
"shape": "Sf8"
|
254809
255341
|
},
|
254810
255342
|
"TaskInvocationParameters": {
|
254811
|
-
"shape": "
|
255343
|
+
"shape": "Ske"
|
254812
255344
|
},
|
254813
255345
|
"Priority": {
|
254814
255346
|
"type": "integer"
|
@@ -254816,11 +255348,11 @@ module.exports={
|
|
254816
255348
|
"MaxConcurrency": {},
|
254817
255349
|
"MaxErrors": {},
|
254818
255350
|
"LoggingInfo": {
|
254819
|
-
"shape": "
|
255351
|
+
"shape": "Sfe"
|
254820
255352
|
},
|
254821
255353
|
"Name": {},
|
254822
255354
|
"Description": {
|
254823
|
-
"shape": "
|
255355
|
+
"shape": "S4c"
|
254824
255356
|
},
|
254825
255357
|
"ClientToken": {
|
254826
255358
|
"idempotencyToken": true
|
@@ -254874,7 +255406,7 @@ module.exports={
|
|
254874
255406
|
"type": "structure",
|
254875
255407
|
"members": {
|
254876
255408
|
"ServiceSetting": {
|
254877
|
-
"shape": "
|
255409
|
+
"shape": "Smm"
|
254878
255410
|
}
|
254879
255411
|
}
|
254880
255412
|
}
|
@@ -254909,7 +255441,7 @@ module.exports={
|
|
254909
255441
|
"AutomationExecutionId": {},
|
254910
255442
|
"SignalType": {},
|
254911
255443
|
"Payload": {
|
254912
|
-
"shape": "
|
255444
|
+
"shape": "S9n"
|
254913
255445
|
}
|
254914
255446
|
}
|
254915
255447
|
},
|
@@ -254949,10 +255481,10 @@ module.exports={
|
|
254949
255481
|
"MaxErrors": {},
|
254950
255482
|
"ServiceRoleArn": {},
|
254951
255483
|
"NotificationConfig": {
|
254952
|
-
"shape": "
|
255484
|
+
"shape": "Skg"
|
254953
255485
|
},
|
254954
255486
|
"CloudWatchOutputConfig": {
|
254955
|
-
"shape": "
|
255487
|
+
"shape": "Sie"
|
254956
255488
|
},
|
254957
255489
|
"AlarmConfiguration": {
|
254958
255490
|
"shape": "S1z"
|
@@ -254963,7 +255495,7 @@ module.exports={
|
|
254963
255495
|
"type": "structure",
|
254964
255496
|
"members": {
|
254965
255497
|
"Command": {
|
254966
|
-
"shape": "
|
255498
|
+
"shape": "Snk"
|
254967
255499
|
}
|
254968
255500
|
}
|
254969
255501
|
}
|
@@ -254996,7 +255528,7 @@ module.exports={
|
|
254996
255528
|
"DocumentName": {},
|
254997
255529
|
"DocumentVersion": {},
|
254998
255530
|
"Parameters": {
|
254999
|
-
"shape": "
|
255531
|
+
"shape": "S9n"
|
255000
255532
|
},
|
255001
255533
|
"ClientToken": {},
|
255002
255534
|
"Mode": {},
|
@@ -255005,7 +255537,7 @@ module.exports={
|
|
255005
255537
|
"shape": "S18"
|
255006
255538
|
},
|
255007
255539
|
"TargetMaps": {
|
255008
|
-
"shape": "
|
255540
|
+
"shape": "S26"
|
255009
255541
|
},
|
255010
255542
|
"MaxConcurrency": {},
|
255011
255543
|
"MaxErrors": {},
|
@@ -255041,7 +255573,7 @@ module.exports={
|
|
255041
255573
|
"DocumentName": {},
|
255042
255574
|
"DocumentVersion": {},
|
255043
255575
|
"Parameters": {
|
255044
|
-
"shape": "
|
255576
|
+
"shape": "S9n"
|
255045
255577
|
},
|
255046
255578
|
"ChangeRequestName": {},
|
255047
255579
|
"ClientToken": {},
|
@@ -255049,7 +255581,7 @@ module.exports={
|
|
255049
255581
|
"type": "boolean"
|
255050
255582
|
},
|
255051
255583
|
"Runbooks": {
|
255052
|
-
"shape": "
|
255584
|
+
"shape": "S9w"
|
255053
255585
|
},
|
255054
255586
|
"Tags": {
|
255055
255587
|
"shape": "S4"
|
@@ -255143,7 +255675,7 @@ module.exports={
|
|
255143
255675
|
"type": "long"
|
255144
255676
|
},
|
255145
255677
|
"Labels": {
|
255146
|
-
"shape": "
|
255678
|
+
"shape": "Sm0"
|
255147
255679
|
}
|
255148
255680
|
}
|
255149
255681
|
},
|
@@ -255151,10 +255683,10 @@ module.exports={
|
|
255151
255683
|
"type": "structure",
|
255152
255684
|
"members": {
|
255153
255685
|
"RemovedLabels": {
|
255154
|
-
"shape": "
|
255686
|
+
"shape": "Sm0"
|
255155
255687
|
},
|
255156
255688
|
"InvalidLabels": {
|
255157
|
-
"shape": "
|
255689
|
+
"shape": "Sm0"
|
255158
255690
|
}
|
255159
255691
|
}
|
255160
255692
|
}
|
@@ -255198,8 +255730,11 @@ module.exports={
|
|
255198
255730
|
"ScheduleOffset": {
|
255199
255731
|
"type": "integer"
|
255200
255732
|
},
|
255733
|
+
"Duration": {
|
255734
|
+
"type": "integer"
|
255735
|
+
},
|
255201
255736
|
"TargetMaps": {
|
255202
|
-
"shape": "
|
255737
|
+
"shape": "S26"
|
255203
255738
|
},
|
255204
255739
|
"AlarmConfiguration": {
|
255205
255740
|
"shape": "S1z"
|
@@ -255210,7 +255745,7 @@ module.exports={
|
|
255210
255745
|
"type": "structure",
|
255211
255746
|
"members": {
|
255212
255747
|
"AssociationDescription": {
|
255213
|
-
"shape": "
|
255748
|
+
"shape": "S2c"
|
255214
255749
|
}
|
255215
255750
|
}
|
255216
255751
|
}
|
@@ -255227,7 +255762,7 @@ module.exports={
|
|
255227
255762
|
"Name": {},
|
255228
255763
|
"InstanceId": {},
|
255229
255764
|
"AssociationStatus": {
|
255230
|
-
"shape": "
|
255765
|
+
"shape": "S2f"
|
255231
255766
|
}
|
255232
255767
|
}
|
255233
255768
|
},
|
@@ -255235,7 +255770,7 @@ module.exports={
|
|
255235
255770
|
"type": "structure",
|
255236
255771
|
"members": {
|
255237
255772
|
"AssociationDescription": {
|
255238
|
-
"shape": "
|
255773
|
+
"shape": "S2c"
|
255239
255774
|
}
|
255240
255775
|
}
|
255241
255776
|
}
|
@@ -255250,7 +255785,7 @@ module.exports={
|
|
255250
255785
|
"members": {
|
255251
255786
|
"Content": {},
|
255252
255787
|
"Attachments": {
|
255253
|
-
"shape": "
|
255788
|
+
"shape": "S36"
|
255254
255789
|
},
|
255255
255790
|
"Name": {},
|
255256
255791
|
"DisplayName": {},
|
@@ -255264,7 +255799,7 @@ module.exports={
|
|
255264
255799
|
"type": "structure",
|
255265
255800
|
"members": {
|
255266
255801
|
"DocumentDescription": {
|
255267
|
-
"shape": "
|
255802
|
+
"shape": "S3i"
|
255268
255803
|
}
|
255269
255804
|
}
|
255270
255805
|
}
|
@@ -255313,7 +255848,7 @@ module.exports={
|
|
255313
255848
|
"members": {
|
255314
255849
|
"Action": {},
|
255315
255850
|
"Comment": {
|
255316
|
-
"shape": "
|
255851
|
+
"shape": "Sor"
|
255317
255852
|
}
|
255318
255853
|
}
|
255319
255854
|
}
|
@@ -255334,7 +255869,7 @@ module.exports={
|
|
255334
255869
|
"WindowId": {},
|
255335
255870
|
"Name": {},
|
255336
255871
|
"Description": {
|
255337
|
-
"shape": "
|
255872
|
+
"shape": "S4c"
|
255338
255873
|
},
|
255339
255874
|
"StartDate": {},
|
255340
255875
|
"EndDate": {},
|
@@ -255366,7 +255901,7 @@ module.exports={
|
|
255366
255901
|
"WindowId": {},
|
255367
255902
|
"Name": {},
|
255368
255903
|
"Description": {
|
255369
|
-
"shape": "
|
255904
|
+
"shape": "S4c"
|
255370
255905
|
},
|
255371
255906
|
"StartDate": {},
|
255372
255907
|
"EndDate": {},
|
@@ -255404,11 +255939,11 @@ module.exports={
|
|
255404
255939
|
"shape": "S18"
|
255405
255940
|
},
|
255406
255941
|
"OwnerInformation": {
|
255407
|
-
"shape": "
|
255942
|
+
"shape": "Sd2"
|
255408
255943
|
},
|
255409
255944
|
"Name": {},
|
255410
255945
|
"Description": {
|
255411
|
-
"shape": "
|
255946
|
+
"shape": "S4c"
|
255412
255947
|
},
|
255413
255948
|
"Replace": {
|
255414
255949
|
"type": "boolean"
|
@@ -255424,11 +255959,11 @@ module.exports={
|
|
255424
255959
|
"shape": "S18"
|
255425
255960
|
},
|
255426
255961
|
"OwnerInformation": {
|
255427
|
-
"shape": "
|
255962
|
+
"shape": "Sd2"
|
255428
255963
|
},
|
255429
255964
|
"Name": {},
|
255430
255965
|
"Description": {
|
255431
|
-
"shape": "
|
255966
|
+
"shape": "S4c"
|
255432
255967
|
}
|
255433
255968
|
}
|
255434
255969
|
}
|
@@ -255449,10 +255984,10 @@ module.exports={
|
|
255449
255984
|
"TaskArn": {},
|
255450
255985
|
"ServiceRoleArn": {},
|
255451
255986
|
"TaskParameters": {
|
255452
|
-
"shape": "
|
255987
|
+
"shape": "Sf8"
|
255453
255988
|
},
|
255454
255989
|
"TaskInvocationParameters": {
|
255455
|
-
"shape": "
|
255990
|
+
"shape": "Ske"
|
255456
255991
|
},
|
255457
255992
|
"Priority": {
|
255458
255993
|
"type": "integer"
|
@@ -255460,11 +255995,11 @@ module.exports={
|
|
255460
255995
|
"MaxConcurrency": {},
|
255461
255996
|
"MaxErrors": {},
|
255462
255997
|
"LoggingInfo": {
|
255463
|
-
"shape": "
|
255998
|
+
"shape": "Sfe"
|
255464
255999
|
},
|
255465
256000
|
"Name": {},
|
255466
256001
|
"Description": {
|
255467
|
-
"shape": "
|
256002
|
+
"shape": "S4c"
|
255468
256003
|
},
|
255469
256004
|
"Replace": {
|
255470
256005
|
"type": "boolean"
|
@@ -255486,10 +256021,10 @@ module.exports={
|
|
255486
256021
|
"TaskArn": {},
|
255487
256022
|
"ServiceRoleArn": {},
|
255488
256023
|
"TaskParameters": {
|
255489
|
-
"shape": "
|
256024
|
+
"shape": "Sf8"
|
255490
256025
|
},
|
255491
256026
|
"TaskInvocationParameters": {
|
255492
|
-
"shape": "
|
256027
|
+
"shape": "Ske"
|
255493
256028
|
},
|
255494
256029
|
"Priority": {
|
255495
256030
|
"type": "integer"
|
@@ -255497,11 +256032,11 @@ module.exports={
|
|
255497
256032
|
"MaxConcurrency": {},
|
255498
256033
|
"MaxErrors": {},
|
255499
256034
|
"LoggingInfo": {
|
255500
|
-
"shape": "
|
256035
|
+
"shape": "Sfe"
|
255501
256036
|
},
|
255502
256037
|
"Name": {},
|
255503
256038
|
"Description": {
|
255504
|
-
"shape": "
|
256039
|
+
"shape": "S4c"
|
255505
256040
|
},
|
255506
256041
|
"CutoffBehavior": {},
|
255507
256042
|
"AlarmConfiguration": {
|
@@ -255536,20 +256071,20 @@ module.exports={
|
|
255536
256071
|
"members": {
|
255537
256072
|
"Description": {},
|
255538
256073
|
"OperationalData": {
|
255539
|
-
"shape": "
|
256074
|
+
"shape": "S4q"
|
255540
256075
|
},
|
255541
256076
|
"OperationalDataToDelete": {
|
255542
256077
|
"type": "list",
|
255543
256078
|
"member": {}
|
255544
256079
|
},
|
255545
256080
|
"Notifications": {
|
255546
|
-
"shape": "
|
256081
|
+
"shape": "S4v"
|
255547
256082
|
},
|
255548
256083
|
"Priority": {
|
255549
256084
|
"type": "integer"
|
255550
256085
|
},
|
255551
256086
|
"RelatedOpsItems": {
|
255552
|
-
"shape": "
|
256087
|
+
"shape": "S4z"
|
255553
256088
|
},
|
255554
256089
|
"Status": {},
|
255555
256090
|
"OpsItemId": {},
|
@@ -255585,7 +256120,7 @@ module.exports={
|
|
255585
256120
|
"members": {
|
255586
256121
|
"OpsMetadataArn": {},
|
255587
256122
|
"MetadataToUpdate": {
|
255588
|
-
"shape": "
|
256123
|
+
"shape": "S5a"
|
255589
256124
|
},
|
255590
256125
|
"KeysToDelete": {
|
255591
256126
|
"type": "list",
|
@@ -255610,25 +256145,25 @@ module.exports={
|
|
255610
256145
|
"BaselineId": {},
|
255611
256146
|
"Name": {},
|
255612
256147
|
"GlobalFilters": {
|
255613
|
-
"shape": "
|
256148
|
+
"shape": "S5j"
|
255614
256149
|
},
|
255615
256150
|
"ApprovalRules": {
|
255616
|
-
"shape": "
|
256151
|
+
"shape": "S5p"
|
255617
256152
|
},
|
255618
256153
|
"ApprovedPatches": {
|
255619
|
-
"shape": "
|
256154
|
+
"shape": "S5v"
|
255620
256155
|
},
|
255621
256156
|
"ApprovedPatchesComplianceLevel": {},
|
255622
256157
|
"ApprovedPatchesEnableNonSecurity": {
|
255623
256158
|
"type": "boolean"
|
255624
256159
|
},
|
255625
256160
|
"RejectedPatches": {
|
255626
|
-
"shape": "
|
256161
|
+
"shape": "S5v"
|
255627
256162
|
},
|
255628
256163
|
"RejectedPatchesAction": {},
|
255629
256164
|
"Description": {},
|
255630
256165
|
"Sources": {
|
255631
|
-
"shape": "
|
256166
|
+
"shape": "S5z"
|
255632
256167
|
},
|
255633
256168
|
"Replace": {
|
255634
256169
|
"type": "boolean"
|
@@ -255642,20 +256177,20 @@ module.exports={
|
|
255642
256177
|
"Name": {},
|
255643
256178
|
"OperatingSystem": {},
|
255644
256179
|
"GlobalFilters": {
|
255645
|
-
"shape": "
|
256180
|
+
"shape": "S5j"
|
255646
256181
|
},
|
255647
256182
|
"ApprovalRules": {
|
255648
|
-
"shape": "
|
256183
|
+
"shape": "S5p"
|
255649
256184
|
},
|
255650
256185
|
"ApprovedPatches": {
|
255651
|
-
"shape": "
|
256186
|
+
"shape": "S5v"
|
255652
256187
|
},
|
255653
256188
|
"ApprovedPatchesComplianceLevel": {},
|
255654
256189
|
"ApprovedPatchesEnableNonSecurity": {
|
255655
256190
|
"type": "boolean"
|
255656
256191
|
},
|
255657
256192
|
"RejectedPatches": {
|
255658
|
-
"shape": "
|
256193
|
+
"shape": "S5v"
|
255659
256194
|
},
|
255660
256195
|
"RejectedPatchesAction": {},
|
255661
256196
|
"CreatedDate": {
|
@@ -255666,7 +256201,7 @@ module.exports={
|
|
255666
256201
|
},
|
255667
256202
|
"Description": {},
|
255668
256203
|
"Sources": {
|
255669
|
-
"shape": "
|
256204
|
+
"shape": "S5z"
|
255670
256205
|
}
|
255671
256206
|
}
|
255672
256207
|
}
|
@@ -255683,7 +256218,7 @@ module.exports={
|
|
255683
256218
|
"SyncName": {},
|
255684
256219
|
"SyncType": {},
|
255685
256220
|
"SyncSource": {
|
255686
|
-
"shape": "
|
256221
|
+
"shape": "S6i"
|
255687
256222
|
}
|
255688
256223
|
}
|
255689
256224
|
},
|
@@ -255816,7 +256351,7 @@ module.exports={
|
|
255816
256351
|
}
|
255817
256352
|
}
|
255818
256353
|
},
|
255819
|
-
"
|
256354
|
+
"S26": {
|
255820
256355
|
"type": "list",
|
255821
256356
|
"member": {
|
255822
256357
|
"type": "map",
|
@@ -255827,7 +256362,7 @@ module.exports={
|
|
255827
256362
|
}
|
255828
256363
|
}
|
255829
256364
|
},
|
255830
|
-
"
|
256365
|
+
"S2c": {
|
255831
256366
|
"type": "structure",
|
255832
256367
|
"members": {
|
255833
256368
|
"Name": {},
|
@@ -255840,10 +256375,10 @@ module.exports={
|
|
255840
256375
|
"type": "timestamp"
|
255841
256376
|
},
|
255842
256377
|
"Status": {
|
255843
|
-
"shape": "
|
256378
|
+
"shape": "S2f"
|
255844
256379
|
},
|
255845
256380
|
"Overview": {
|
255846
|
-
"shape": "
|
256381
|
+
"shape": "S2j"
|
255847
256382
|
},
|
255848
256383
|
"DocumentVersion": {},
|
255849
256384
|
"AutomationTargetParameterName": {},
|
@@ -255881,18 +256416,21 @@ module.exports={
|
|
255881
256416
|
"ScheduleOffset": {
|
255882
256417
|
"type": "integer"
|
255883
256418
|
},
|
256419
|
+
"Duration": {
|
256420
|
+
"type": "integer"
|
256421
|
+
},
|
255884
256422
|
"TargetMaps": {
|
255885
|
-
"shape": "
|
256423
|
+
"shape": "S26"
|
255886
256424
|
},
|
255887
256425
|
"AlarmConfiguration": {
|
255888
256426
|
"shape": "S1z"
|
255889
256427
|
},
|
255890
256428
|
"TriggeredAlarms": {
|
255891
|
-
"shape": "
|
256429
|
+
"shape": "S2o"
|
255892
256430
|
}
|
255893
256431
|
}
|
255894
256432
|
},
|
255895
|
-
"
|
256433
|
+
"S2f": {
|
255896
256434
|
"type": "structure",
|
255897
256435
|
"required": [
|
255898
256436
|
"Date",
|
@@ -255908,7 +256446,7 @@ module.exports={
|
|
255908
256446
|
"AdditionalInfo": {}
|
255909
256447
|
}
|
255910
256448
|
},
|
255911
|
-
"
|
256449
|
+
"S2j": {
|
255912
256450
|
"type": "structure",
|
255913
256451
|
"members": {
|
255914
256452
|
"Status": {},
|
@@ -255922,7 +256460,7 @@ module.exports={
|
|
255922
256460
|
}
|
255923
256461
|
}
|
255924
256462
|
},
|
255925
|
-
"
|
256463
|
+
"S2o": {
|
255926
256464
|
"type": "list",
|
255927
256465
|
"member": {
|
255928
256466
|
"type": "structure",
|
@@ -255936,7 +256474,7 @@ module.exports={
|
|
255936
256474
|
}
|
255937
256475
|
}
|
255938
256476
|
},
|
255939
|
-
"
|
256477
|
+
"S2t": {
|
255940
256478
|
"type": "structure",
|
255941
256479
|
"required": [
|
255942
256480
|
"Name"
|
@@ -255973,15 +256511,18 @@ module.exports={
|
|
255973
256511
|
"ScheduleOffset": {
|
255974
256512
|
"type": "integer"
|
255975
256513
|
},
|
256514
|
+
"Duration": {
|
256515
|
+
"type": "integer"
|
256516
|
+
},
|
255976
256517
|
"TargetMaps": {
|
255977
|
-
"shape": "
|
256518
|
+
"shape": "S26"
|
255978
256519
|
},
|
255979
256520
|
"AlarmConfiguration": {
|
255980
256521
|
"shape": "S1z"
|
255981
256522
|
}
|
255982
256523
|
}
|
255983
256524
|
},
|
255984
|
-
"
|
256525
|
+
"S32": {
|
255985
256526
|
"type": "list",
|
255986
256527
|
"member": {
|
255987
256528
|
"type": "structure",
|
@@ -255996,7 +256537,7 @@ module.exports={
|
|
255996
256537
|
}
|
255997
256538
|
}
|
255998
256539
|
},
|
255999
|
-
"
|
256540
|
+
"S36": {
|
256000
256541
|
"type": "list",
|
256001
256542
|
"member": {
|
256002
256543
|
"type": "structure",
|
@@ -256010,7 +256551,7 @@ module.exports={
|
|
256010
256551
|
}
|
256011
256552
|
}
|
256012
256553
|
},
|
256013
|
-
"
|
256554
|
+
"S3i": {
|
256014
256555
|
"type": "structure",
|
256015
256556
|
"members": {
|
256016
256557
|
"Sha1": {},
|
@@ -256040,7 +256581,7 @@ module.exports={
|
|
256040
256581
|
}
|
256041
256582
|
},
|
256042
256583
|
"PlatformTypes": {
|
256043
|
-
"shape": "
|
256584
|
+
"shape": "S3w"
|
256044
256585
|
},
|
256045
256586
|
"DocumentType": {},
|
256046
256587
|
"SchemaVersion": {},
|
@@ -256061,7 +256602,7 @@ module.exports={
|
|
256061
256602
|
}
|
256062
256603
|
},
|
256063
256604
|
"Requires": {
|
256064
|
-
"shape": "
|
256605
|
+
"shape": "S32"
|
256065
256606
|
},
|
256066
256607
|
"Author": {},
|
256067
256608
|
"ReviewInformation": {
|
@@ -256090,15 +256631,15 @@ module.exports={
|
|
256090
256631
|
}
|
256091
256632
|
}
|
256092
256633
|
},
|
256093
|
-
"
|
256634
|
+
"S3w": {
|
256094
256635
|
"type": "list",
|
256095
256636
|
"member": {}
|
256096
256637
|
},
|
256097
|
-
"
|
256638
|
+
"S4c": {
|
256098
256639
|
"type": "string",
|
256099
256640
|
"sensitive": true
|
256100
256641
|
},
|
256101
|
-
"
|
256642
|
+
"S4q": {
|
256102
256643
|
"type": "map",
|
256103
256644
|
"key": {},
|
256104
256645
|
"value": {
|
@@ -256109,7 +256650,7 @@ module.exports={
|
|
256109
256650
|
}
|
256110
256651
|
}
|
256111
256652
|
},
|
256112
|
-
"
|
256653
|
+
"S4v": {
|
256113
256654
|
"type": "list",
|
256114
256655
|
"member": {
|
256115
256656
|
"type": "structure",
|
@@ -256118,7 +256659,7 @@ module.exports={
|
|
256118
256659
|
}
|
256119
256660
|
}
|
256120
256661
|
},
|
256121
|
-
"
|
256662
|
+
"S4z": {
|
256122
256663
|
"type": "list",
|
256123
256664
|
"member": {
|
256124
256665
|
"type": "structure",
|
@@ -256130,7 +256671,7 @@ module.exports={
|
|
256130
256671
|
}
|
256131
256672
|
}
|
256132
256673
|
},
|
256133
|
-
"
|
256674
|
+
"S5a": {
|
256134
256675
|
"type": "map",
|
256135
256676
|
"key": {},
|
256136
256677
|
"value": {
|
@@ -256140,7 +256681,7 @@ module.exports={
|
|
256140
256681
|
}
|
256141
256682
|
}
|
256142
256683
|
},
|
256143
|
-
"
|
256684
|
+
"S5j": {
|
256144
256685
|
"type": "structure",
|
256145
256686
|
"required": [
|
256146
256687
|
"PatchFilters"
|
@@ -256165,7 +256706,7 @@ module.exports={
|
|
256165
256706
|
}
|
256166
256707
|
}
|
256167
256708
|
},
|
256168
|
-
"
|
256709
|
+
"S5p": {
|
256169
256710
|
"type": "structure",
|
256170
256711
|
"required": [
|
256171
256712
|
"PatchRules"
|
@@ -256180,7 +256721,7 @@ module.exports={
|
|
256180
256721
|
],
|
256181
256722
|
"members": {
|
256182
256723
|
"PatchFilterGroup": {
|
256183
|
-
"shape": "
|
256724
|
+
"shape": "S5j"
|
256184
256725
|
},
|
256185
256726
|
"ComplianceLevel": {},
|
256186
256727
|
"ApproveAfterDays": {
|
@@ -256195,11 +256736,11 @@ module.exports={
|
|
256195
256736
|
}
|
256196
256737
|
}
|
256197
256738
|
},
|
256198
|
-
"
|
256739
|
+
"S5v": {
|
256199
256740
|
"type": "list",
|
256200
256741
|
"member": {}
|
256201
256742
|
},
|
256202
|
-
"
|
256743
|
+
"S5z": {
|
256203
256744
|
"type": "list",
|
256204
256745
|
"member": {
|
256205
256746
|
"type": "structure",
|
@@ -256221,7 +256762,7 @@ module.exports={
|
|
256221
256762
|
}
|
256222
256763
|
}
|
256223
256764
|
},
|
256224
|
-
"
|
256765
|
+
"S69": {
|
256225
256766
|
"type": "structure",
|
256226
256767
|
"required": [
|
256227
256768
|
"BucketName",
|
@@ -256242,7 +256783,7 @@ module.exports={
|
|
256242
256783
|
}
|
256243
256784
|
}
|
256244
256785
|
},
|
256245
|
-
"
|
256786
|
+
"S6i": {
|
256246
256787
|
"type": "structure",
|
256247
256788
|
"required": [
|
256248
256789
|
"SourceType",
|
@@ -256251,10 +256792,10 @@ module.exports={
|
|
256251
256792
|
"members": {
|
256252
256793
|
"SourceType": {},
|
256253
256794
|
"AwsOrganizationsSource": {
|
256254
|
-
"shape": "
|
256795
|
+
"shape": "S6k"
|
256255
256796
|
},
|
256256
256797
|
"SourceRegions": {
|
256257
|
-
"shape": "
|
256798
|
+
"shape": "S6p"
|
256258
256799
|
},
|
256259
256800
|
"IncludeFutureRegions": {
|
256260
256801
|
"type": "boolean"
|
@@ -256264,7 +256805,7 @@ module.exports={
|
|
256264
256805
|
}
|
256265
256806
|
}
|
256266
256807
|
},
|
256267
|
-
"
|
256808
|
+
"S6k": {
|
256268
256809
|
"type": "structure",
|
256269
256810
|
"required": [
|
256270
256811
|
"OrganizationSourceType"
|
@@ -256282,11 +256823,11 @@ module.exports={
|
|
256282
256823
|
}
|
256283
256824
|
}
|
256284
256825
|
},
|
256285
|
-
"
|
256826
|
+
"S6p": {
|
256286
256827
|
"type": "list",
|
256287
256828
|
"member": {}
|
256288
256829
|
},
|
256289
|
-
"
|
256830
|
+
"S76": {
|
256290
256831
|
"type": "structure",
|
256291
256832
|
"members": {
|
256292
256833
|
"TotalCount": {
|
@@ -256312,11 +256853,11 @@ module.exports={
|
|
256312
256853
|
}
|
256313
256854
|
}
|
256314
256855
|
},
|
256315
|
-
"
|
256856
|
+
"S7n": {
|
256316
256857
|
"type": "list",
|
256317
256858
|
"member": {}
|
256318
256859
|
},
|
256319
|
-
"
|
256860
|
+
"S9n": {
|
256320
256861
|
"type": "map",
|
256321
256862
|
"key": {},
|
256322
256863
|
"value": {
|
@@ -256324,7 +256865,7 @@ module.exports={
|
|
256324
256865
|
"member": {}
|
256325
256866
|
}
|
256326
256867
|
},
|
256327
|
-
"
|
256868
|
+
"S9s": {
|
256328
256869
|
"type": "structure",
|
256329
256870
|
"members": {
|
256330
256871
|
"ParameterValues": {
|
@@ -256336,7 +256877,7 @@ module.exports={
|
|
256336
256877
|
}
|
256337
256878
|
}
|
256338
256879
|
},
|
256339
|
-
"
|
256880
|
+
"S9w": {
|
256340
256881
|
"type": "list",
|
256341
256882
|
"member": {
|
256342
256883
|
"type": "structure",
|
@@ -256347,14 +256888,14 @@ module.exports={
|
|
256347
256888
|
"DocumentName": {},
|
256348
256889
|
"DocumentVersion": {},
|
256349
256890
|
"Parameters": {
|
256350
|
-
"shape": "
|
256891
|
+
"shape": "S9n"
|
256351
256892
|
},
|
256352
256893
|
"TargetParameterName": {},
|
256353
256894
|
"Targets": {
|
256354
256895
|
"shape": "S18"
|
256355
256896
|
},
|
256356
256897
|
"TargetMaps": {
|
256357
|
-
"shape": "
|
256898
|
+
"shape": "S26"
|
256358
256899
|
},
|
256359
256900
|
"MaxConcurrency": {},
|
256360
256901
|
"MaxErrors": {},
|
@@ -256364,7 +256905,7 @@ module.exports={
|
|
256364
256905
|
}
|
256365
256906
|
}
|
256366
256907
|
},
|
256367
|
-
"
|
256908
|
+
"Sa6": {
|
256368
256909
|
"type": "list",
|
256369
256910
|
"member": {
|
256370
256911
|
"type": "structure",
|
@@ -256392,7 +256933,7 @@ module.exports={
|
|
256392
256933
|
"value": {}
|
256393
256934
|
},
|
256394
256935
|
"Outputs": {
|
256395
|
-
"shape": "
|
256936
|
+
"shape": "S9n"
|
256396
256937
|
},
|
256397
256938
|
"Response": {},
|
256398
256939
|
"FailureMessage": {},
|
@@ -256402,13 +256943,13 @@ module.exports={
|
|
256402
256943
|
"FailureStage": {},
|
256403
256944
|
"FailureType": {},
|
256404
256945
|
"Details": {
|
256405
|
-
"shape": "
|
256946
|
+
"shape": "S9n"
|
256406
256947
|
}
|
256407
256948
|
}
|
256408
256949
|
},
|
256409
256950
|
"StepExecutionId": {},
|
256410
256951
|
"OverriddenParameters": {
|
256411
|
-
"shape": "
|
256952
|
+
"shape": "S9n"
|
256412
256953
|
},
|
256413
256954
|
"IsEnd": {
|
256414
256955
|
"type": "boolean"
|
@@ -256428,7 +256969,7 @@ module.exports={
|
|
256428
256969
|
"shape": "S1t"
|
256429
256970
|
},
|
256430
256971
|
"TriggeredAlarms": {
|
256431
|
-
"shape": "
|
256972
|
+
"shape": "S2o"
|
256432
256973
|
},
|
256433
256974
|
"ParentStepDetails": {
|
256434
256975
|
"type": "structure",
|
@@ -256445,7 +256986,7 @@ module.exports={
|
|
256445
256986
|
}
|
256446
256987
|
}
|
256447
256988
|
},
|
256448
|
-
"
|
256989
|
+
"Sah": {
|
256449
256990
|
"type": "list",
|
256450
256991
|
"member": {
|
256451
256992
|
"type": "structure",
|
@@ -256458,7 +256999,7 @@ module.exports={
|
|
256458
256999
|
}
|
256459
257000
|
}
|
256460
257001
|
},
|
256461
|
-
"
|
257002
|
+
"Sap": {
|
256462
257003
|
"type": "structure",
|
256463
257004
|
"members": {
|
256464
257005
|
"Id": {},
|
@@ -256499,15 +257040,15 @@ module.exports={
|
|
256499
257040
|
"Repository": {}
|
256500
257041
|
}
|
256501
257042
|
},
|
256502
|
-
"
|
257043
|
+
"Sbk": {
|
256503
257044
|
"type": "list",
|
256504
257045
|
"member": {}
|
256505
257046
|
},
|
256506
|
-
"
|
257047
|
+
"Scd": {
|
256507
257048
|
"type": "list",
|
256508
257049
|
"member": {}
|
256509
257050
|
},
|
256510
|
-
"
|
257051
|
+
"Scz": {
|
256511
257052
|
"type": "structure",
|
256512
257053
|
"required": [
|
256513
257054
|
"InstanceId",
|
@@ -256524,7 +257065,7 @@ module.exports={
|
|
256524
257065
|
"SnapshotId": {},
|
256525
257066
|
"InstallOverrideList": {},
|
256526
257067
|
"OwnerInformation": {
|
256527
|
-
"shape": "
|
257068
|
+
"shape": "Sd2"
|
256528
257069
|
},
|
256529
257070
|
"InstalledCount": {
|
256530
257071
|
"type": "integer"
|
@@ -256572,11 +257113,11 @@ module.exports={
|
|
256572
257113
|
}
|
256573
257114
|
}
|
256574
257115
|
},
|
256575
|
-
"
|
257116
|
+
"Sd2": {
|
256576
257117
|
"type": "string",
|
256577
257118
|
"sensitive": true
|
256578
257119
|
},
|
256579
|
-
"
|
257120
|
+
"Se5": {
|
256580
257121
|
"type": "list",
|
256581
257122
|
"member": {
|
256582
257123
|
"type": "structure",
|
@@ -256589,11 +257130,11 @@ module.exports={
|
|
256589
257130
|
}
|
256590
257131
|
}
|
256591
257132
|
},
|
256592
|
-
"
|
257133
|
+
"Seh": {
|
256593
257134
|
"type": "string",
|
256594
257135
|
"sensitive": true
|
256595
257136
|
},
|
256596
|
-
"
|
257137
|
+
"Sf8": {
|
256597
257138
|
"type": "map",
|
256598
257139
|
"key": {},
|
256599
257140
|
"value": {
|
@@ -256612,7 +257153,7 @@ module.exports={
|
|
256612
257153
|
},
|
256613
257154
|
"sensitive": true
|
256614
257155
|
},
|
256615
|
-
"
|
257156
|
+
"Sfe": {
|
256616
257157
|
"type": "structure",
|
256617
257158
|
"required": [
|
256618
257159
|
"S3BucketName",
|
@@ -256624,7 +257165,7 @@ module.exports={
|
|
256624
257165
|
"S3Region": {}
|
256625
257166
|
}
|
256626
257167
|
},
|
256627
|
-
"
|
257168
|
+
"Sg8": {
|
256628
257169
|
"type": "list",
|
256629
257170
|
"member": {
|
256630
257171
|
"type": "structure",
|
@@ -256641,7 +257182,7 @@ module.exports={
|
|
256641
257182
|
}
|
256642
257183
|
}
|
256643
257184
|
},
|
256644
|
-
"
|
257185
|
+
"Sgn": {
|
256645
257186
|
"type": "list",
|
256646
257187
|
"member": {
|
256647
257188
|
"type": "structure",
|
@@ -256652,7 +257193,7 @@ module.exports={
|
|
256652
257193
|
}
|
256653
257194
|
}
|
256654
257195
|
},
|
256655
|
-
"
|
257196
|
+
"Sgt": {
|
256656
257197
|
"type": "structure",
|
256657
257198
|
"members": {
|
256658
257199
|
"BaselineId": {},
|
@@ -256664,7 +257205,7 @@ module.exports={
|
|
256664
257205
|
}
|
256665
257206
|
}
|
256666
257207
|
},
|
256667
|
-
"
|
257208
|
+
"Sie": {
|
256668
257209
|
"type": "structure",
|
256669
257210
|
"members": {
|
256670
257211
|
"CloudWatchLogGroupName": {},
|
@@ -256673,7 +257214,7 @@ module.exports={
|
|
256673
257214
|
}
|
256674
257215
|
}
|
256675
257216
|
},
|
256676
|
-
"
|
257217
|
+
"Sj0": {
|
256677
257218
|
"type": "list",
|
256678
257219
|
"member": {
|
256679
257220
|
"type": "structure",
|
@@ -256691,14 +257232,14 @@ module.exports={
|
|
256691
257232
|
}
|
256692
257233
|
}
|
256693
257234
|
},
|
256694
|
-
"
|
257235
|
+
"Sj6": {
|
256695
257236
|
"type": "list",
|
256696
257237
|
"member": {
|
256697
257238
|
"type": "structure",
|
256698
257239
|
"members": {
|
256699
257240
|
"Expression": {},
|
256700
257241
|
"Aggregators": {
|
256701
|
-
"shape": "
|
257242
|
+
"shape": "Sj6"
|
256702
257243
|
},
|
256703
257244
|
"Groups": {
|
256704
257245
|
"type": "list",
|
@@ -256711,7 +257252,7 @@ module.exports={
|
|
256711
257252
|
"members": {
|
256712
257253
|
"Name": {},
|
256713
257254
|
"Filters": {
|
256714
|
-
"shape": "
|
257255
|
+
"shape": "Sj0"
|
256715
257256
|
}
|
256716
257257
|
}
|
256717
257258
|
}
|
@@ -256719,7 +257260,7 @@ module.exports={
|
|
256719
257260
|
}
|
256720
257261
|
}
|
256721
257262
|
},
|
256722
|
-
"
|
257263
|
+
"Sjn": {
|
256723
257264
|
"type": "list",
|
256724
257265
|
"member": {
|
256725
257266
|
"type": "map",
|
@@ -256727,7 +257268,7 @@ module.exports={
|
|
256727
257268
|
"value": {}
|
256728
257269
|
}
|
256729
257270
|
},
|
256730
|
-
"
|
257271
|
+
"Ske": {
|
256731
257272
|
"type": "structure",
|
256732
257273
|
"members": {
|
256733
257274
|
"RunCommand": {
|
@@ -256735,13 +257276,13 @@ module.exports={
|
|
256735
257276
|
"members": {
|
256736
257277
|
"Comment": {},
|
256737
257278
|
"CloudWatchOutputConfig": {
|
256738
|
-
"shape": "
|
257279
|
+
"shape": "Sie"
|
256739
257280
|
},
|
256740
257281
|
"DocumentHash": {},
|
256741
257282
|
"DocumentHashType": {},
|
256742
257283
|
"DocumentVersion": {},
|
256743
257284
|
"NotificationConfig": {
|
256744
|
-
"shape": "
|
257285
|
+
"shape": "Skg"
|
256745
257286
|
},
|
256746
257287
|
"OutputS3BucketName": {},
|
256747
257288
|
"OutputS3KeyPrefix": {},
|
@@ -256759,7 +257300,7 @@ module.exports={
|
|
256759
257300
|
"members": {
|
256760
257301
|
"DocumentVersion": {},
|
256761
257302
|
"Parameters": {
|
256762
|
-
"shape": "
|
257303
|
+
"shape": "S9n"
|
256763
257304
|
}
|
256764
257305
|
}
|
256765
257306
|
},
|
@@ -256786,7 +257327,7 @@ module.exports={
|
|
256786
257327
|
}
|
256787
257328
|
}
|
256788
257329
|
},
|
256789
|
-
"
|
257330
|
+
"Skg": {
|
256790
257331
|
"type": "structure",
|
256791
257332
|
"members": {
|
256792
257333
|
"NotificationArn": {},
|
@@ -256797,7 +257338,7 @@ module.exports={
|
|
256797
257338
|
"NotificationType": {}
|
256798
257339
|
}
|
256799
257340
|
},
|
256800
|
-
"
|
257341
|
+
"Sl1": {
|
256801
257342
|
"type": "list",
|
256802
257343
|
"member": {
|
256803
257344
|
"type": "structure",
|
@@ -256815,7 +257356,7 @@ module.exports={
|
|
256815
257356
|
}
|
256816
257357
|
}
|
256817
257358
|
},
|
256818
|
-
"
|
257359
|
+
"Sl7": {
|
256819
257360
|
"type": "list",
|
256820
257361
|
"member": {
|
256821
257362
|
"type": "structure",
|
@@ -256829,21 +257370,21 @@ module.exports={
|
|
256829
257370
|
"value": {}
|
256830
257371
|
},
|
256831
257372
|
"Filters": {
|
256832
|
-
"shape": "
|
257373
|
+
"shape": "Sl1"
|
256833
257374
|
},
|
256834
257375
|
"Aggregators": {
|
256835
|
-
"shape": "
|
257376
|
+
"shape": "Sl7"
|
256836
257377
|
}
|
256837
257378
|
}
|
256838
257379
|
}
|
256839
257380
|
},
|
256840
|
-
"
|
257381
|
+
"Slt": {
|
256841
257382
|
"type": "structure",
|
256842
257383
|
"members": {
|
256843
257384
|
"Name": {},
|
256844
257385
|
"Type": {},
|
256845
257386
|
"Value": {
|
256846
|
-
"shape": "
|
257387
|
+
"shape": "Slu"
|
256847
257388
|
},
|
256848
257389
|
"Version": {
|
256849
257390
|
"type": "long"
|
@@ -256857,21 +257398,21 @@ module.exports={
|
|
256857
257398
|
"DataType": {}
|
256858
257399
|
}
|
256859
257400
|
},
|
256860
|
-
"
|
257401
|
+
"Slu": {
|
256861
257402
|
"type": "string",
|
256862
257403
|
"sensitive": true
|
256863
257404
|
},
|
256864
|
-
"
|
257405
|
+
"Sm0": {
|
256865
257406
|
"type": "list",
|
256866
257407
|
"member": {}
|
256867
257408
|
},
|
256868
|
-
"
|
257409
|
+
"Sm4": {
|
256869
257410
|
"type": "list",
|
256870
257411
|
"member": {
|
256871
|
-
"shape": "
|
257412
|
+
"shape": "Slt"
|
256872
257413
|
}
|
256873
257414
|
},
|
256874
|
-
"
|
257415
|
+
"Smm": {
|
256875
257416
|
"type": "structure",
|
256876
257417
|
"members": {
|
256877
257418
|
"SettingId": {},
|
@@ -256884,7 +257425,7 @@ module.exports={
|
|
256884
257425
|
"Status": {}
|
256885
257426
|
}
|
256886
257427
|
},
|
256887
|
-
"
|
257428
|
+
"Sn4": {
|
256888
257429
|
"type": "list",
|
256889
257430
|
"member": {
|
256890
257431
|
"type": "structure",
|
@@ -256898,7 +257439,7 @@ module.exports={
|
|
256898
257439
|
}
|
256899
257440
|
}
|
256900
257441
|
},
|
256901
|
-
"
|
257442
|
+
"Snk": {
|
256902
257443
|
"type": "structure",
|
256903
257444
|
"members": {
|
256904
257445
|
"CommandId": {},
|
@@ -256941,10 +257482,10 @@ module.exports={
|
|
256941
257482
|
},
|
256942
257483
|
"ServiceRole": {},
|
256943
257484
|
"NotificationConfig": {
|
256944
|
-
"shape": "
|
257485
|
+
"shape": "Skg"
|
256945
257486
|
},
|
256946
257487
|
"CloudWatchOutputConfig": {
|
256947
|
-
"shape": "
|
257488
|
+
"shape": "Sie"
|
256948
257489
|
},
|
256949
257490
|
"TimeoutSeconds": {
|
256950
257491
|
"type": "integer"
|
@@ -256953,11 +257494,11 @@ module.exports={
|
|
256953
257494
|
"shape": "S1z"
|
256954
257495
|
},
|
256955
257496
|
"TriggeredAlarms": {
|
256956
|
-
"shape": "
|
257497
|
+
"shape": "S2o"
|
256957
257498
|
}
|
256958
257499
|
}
|
256959
257500
|
},
|
256960
|
-
"
|
257501
|
+
"Snr": {
|
256961
257502
|
"type": "list",
|
256962
257503
|
"member": {
|
256963
257504
|
"type": "structure",
|
@@ -256971,7 +257512,7 @@ module.exports={
|
|
256971
257512
|
}
|
256972
257513
|
}
|
256973
257514
|
},
|
256974
|
-
"
|
257515
|
+
"So9": {
|
256975
257516
|
"type": "structure",
|
256976
257517
|
"required": [
|
256977
257518
|
"ExecutionTime"
|
@@ -256984,23 +257525,23 @@ module.exports={
|
|
256984
257525
|
"ExecutionType": {}
|
256985
257526
|
}
|
256986
257527
|
},
|
256987
|
-
"
|
257528
|
+
"Soc": {
|
256988
257529
|
"type": "map",
|
256989
257530
|
"key": {},
|
256990
257531
|
"value": {}
|
256991
257532
|
},
|
256992
|
-
"
|
257533
|
+
"Soh": {
|
256993
257534
|
"type": "structure",
|
256994
257535
|
"members": {
|
256995
257536
|
"CompliantCount": {
|
256996
257537
|
"type": "integer"
|
256997
257538
|
},
|
256998
257539
|
"SeveritySummary": {
|
256999
|
-
"shape": "
|
257540
|
+
"shape": "Soj"
|
257000
257541
|
}
|
257001
257542
|
}
|
257002
257543
|
},
|
257003
|
-
"
|
257544
|
+
"Soj": {
|
257004
257545
|
"type": "structure",
|
257005
257546
|
"members": {
|
257006
257547
|
"CriticalCount": {
|
@@ -257023,18 +257564,18 @@ module.exports={
|
|
257023
257564
|
}
|
257024
257565
|
}
|
257025
257566
|
},
|
257026
|
-
"
|
257567
|
+
"Sok": {
|
257027
257568
|
"type": "structure",
|
257028
257569
|
"members": {
|
257029
257570
|
"NonCompliantCount": {
|
257030
257571
|
"type": "integer"
|
257031
257572
|
},
|
257032
257573
|
"SeveritySummary": {
|
257033
|
-
"shape": "
|
257574
|
+
"shape": "Soj"
|
257034
257575
|
}
|
257035
257576
|
}
|
257036
257577
|
},
|
257037
|
-
"
|
257578
|
+
"Sor": {
|
257038
257579
|
"type": "list",
|
257039
257580
|
"member": {
|
257040
257581
|
"type": "structure",
|
@@ -257044,7 +257585,7 @@ module.exports={
|
|
257044
257585
|
}
|
257045
257586
|
}
|
257046
257587
|
},
|
257047
|
-
"
|
257588
|
+
"Spp": {
|
257048
257589
|
"type": "structure",
|
257049
257590
|
"members": {
|
257050
257591
|
"Arn": {}
|
@@ -272161,7 +272702,7 @@ AWS.util.update(AWS, {
|
|
272161
272702
|
/**
|
272162
272703
|
* @constant
|
272163
272704
|
*/
|
272164
|
-
VERSION: '2.
|
272705
|
+
VERSION: '2.1553.0',
|
272165
272706
|
|
272166
272707
|
/**
|
272167
272708
|
* @api private
|
@@ -294410,7 +294951,7 @@ var LRUCache = /** @class */ (function () {
|
|
294410
294951
|
}());
|
294411
294952
|
exports.LRUCache = LRUCache;
|
294412
294953
|
},{}],467:[function(require,module,exports){
|
294413
|
-
// AWS SDK for JavaScript v2.
|
294954
|
+
// AWS SDK for JavaScript v2.1553.0
|
294414
294955
|
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
294415
294956
|
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
|
294416
294957
|
require('./browser_loader');
|