cdk-lambda-subminute 2.0.272 → 2.0.274
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.jsii +3 -3
- package/lib/cdk-lambda-subminute.js +3 -3
- package/node_modules/aws-sdk/CHANGELOG.md +18 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/appintegrations-2020-07-29.min.json +1 -2
- package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +28 -6
- package/node_modules/aws-sdk/apis/discovery-2015-11-01.min.json +167 -35
- package/node_modules/aws-sdk/apis/discovery-2015-11-01.paginators.json +34 -2
- package/node_modules/aws-sdk/apis/metadata.json +0 -3
- package/node_modules/aws-sdk/apis/omics-2022-11-28.min.json +30 -21
- package/node_modules/aws-sdk/apis/opensearch-2021-01-01.min.json +134 -9
- package/node_modules/aws-sdk/apis/opensearch-2021-01-01.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/quicksight-2018-04-01.min.json +776 -698
- package/node_modules/aws-sdk/apis/ssm-2014-11-06.min.json +188 -173
- package/node_modules/aws-sdk/clients/all.d.ts +0 -1
- package/node_modules/aws-sdk/clients/all.js +0 -1
- package/node_modules/aws-sdk/clients/appintegrations.d.ts +1 -1
- package/node_modules/aws-sdk/clients/connect.d.ts +53 -31
- package/node_modules/aws-sdk/clients/discovery.d.ts +170 -0
- package/node_modules/aws-sdk/clients/ec2.d.ts +1 -1
- package/node_modules/aws-sdk/clients/managedblockchainquery.d.ts +1 -1
- package/node_modules/aws-sdk/clients/medicalimaging.d.ts +10 -10
- package/node_modules/aws-sdk/clients/neptunedata.d.ts +81 -81
- package/node_modules/aws-sdk/clients/omics.d.ts +27 -1
- package/node_modules/aws-sdk/clients/opensearch.d.ts +152 -1
- package/node_modules/aws-sdk/clients/quicksight.d.ts +111 -7
- package/node_modules/aws-sdk/clients/secretsmanager.d.ts +7 -7
- package/node_modules/aws-sdk/clients/servicecatalog.d.ts +9 -9
- package/node_modules/aws-sdk/clients/ssm.d.ts +19 -3
- package/node_modules/aws-sdk/clients/verifiedpermissions.d.ts +2 -2
- package/node_modules/aws-sdk/clients/workspaces.d.ts +2 -2
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +246 -86
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +1974 -1691
- package/node_modules/aws-sdk/dist/aws-sdk.js +219 -185
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +78 -78
- package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +0 -2
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/node_modules/call-bind/.eslintrc +0 -1
- package/node_modules/call-bind/.nycrc +0 -4
- package/node_modules/call-bind/CHANGELOG.md +35 -0
- package/node_modules/call-bind/README.md +63 -1
- package/node_modules/call-bind/index.js +10 -13
- package/node_modules/call-bind/package.json +33 -23
- package/node_modules/call-bind/test/callBound.js +0 -1
- package/node_modules/call-bind/test/index.js +18 -4
- package/node_modules/define-data-property/.eslintrc +24 -0
- package/node_modules/define-data-property/.github/FUNDING.yml +12 -0
- package/node_modules/define-data-property/.nycrc +13 -0
- package/node_modules/define-data-property/CHANGELOG.md +41 -0
- package/node_modules/define-data-property/LICENSE +21 -0
- package/node_modules/define-data-property/README.md +67 -0
- package/node_modules/define-data-property/index.d.ts +3 -0
- package/node_modules/define-data-property/index.d.ts.map +1 -0
- package/node_modules/define-data-property/index.js +68 -0
- package/node_modules/define-data-property/package.json +113 -0
- package/node_modules/define-data-property/test/index.js +392 -0
- package/node_modules/define-data-property/tsconfig.json +59 -0
- package/node_modules/has-property-descriptors/.eslintrc +13 -0
- package/node_modules/has-property-descriptors/.github/FUNDING.yml +12 -0
- package/node_modules/has-property-descriptors/.nycrc +9 -0
- package/node_modules/has-property-descriptors/CHANGELOG.md +16 -0
- package/node_modules/has-property-descriptors/LICENSE +21 -0
- package/node_modules/has-property-descriptors/README.md +43 -0
- package/node_modules/has-property-descriptors/index.js +33 -0
- package/node_modules/has-property-descriptors/package.json +70 -0
- package/node_modules/has-property-descriptors/test/index.js +57 -0
- package/node_modules/set-function-length/.eslintrc +27 -0
- package/node_modules/set-function-length/.github/FUNDING.yml +12 -0
- package/node_modules/set-function-length/.nycrc +13 -0
- package/node_modules/set-function-length/CHANGELOG.md +41 -0
- package/node_modules/set-function-length/LICENSE +21 -0
- package/node_modules/set-function-length/README.md +56 -0
- package/node_modules/set-function-length/env.js +19 -0
- package/node_modules/set-function-length/index.js +41 -0
- package/node_modules/set-function-length/package.json +84 -0
- package/node_modules/which-typed-array/CHANGELOG.md +14 -0
- package/node_modules/which-typed-array/index.js +4 -1
- package/node_modules/which-typed-array/package.json +3 -3
- package/package.json +3 -3
- package/node_modules/aws-sdk/apis/gamesparks-2021-08-17.examples.json +0 -5
- package/node_modules/aws-sdk/apis/gamesparks-2021-08-17.min.json +0 -1376
- package/node_modules/aws-sdk/apis/gamesparks-2021-08-17.paginators.json +0 -46
- package/node_modules/aws-sdk/clients/gamesparks.d.ts +0 -1344
- package/node_modules/aws-sdk/clients/gamesparks.js +0 -18
@@ -1,4 +1,4 @@
|
|
1
|
-
// AWS SDK for JavaScript v2.
|
1
|
+
// AWS SDK for JavaScript v2.1478.0
|
2
2
|
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
3
3
|
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
|
4
4
|
(function(){function r(e,n,t){function o(i,f){if(!n[i]){if(!e[i]){var c="function"==typeof require&&require;if(!f&&c)return c(i,!0);if(u)return u(i,!0);var a=new Error("Cannot find module '"+i+"'");throw a.code="MODULE_NOT_FOUND",a}var p=n[i]={exports:{}};e[i][0].call(p.exports,function(r){var n=e[i][1][r];return o(n||r)},p,p.exports,r,e,n,t)}return n[i].exports}for(var u="function"==typeof require&&require,i=0;i<t.length;i++)o(t[i]);return o}return r})()({1:[function(require,module,exports){
|
@@ -72091,6 +72091,28 @@ module.exports={
|
|
72091
72091
|
}
|
72092
72092
|
}
|
72093
72093
|
},
|
72094
|
+
"UpdatePhoneNumberMetadata": {
|
72095
|
+
"http": {
|
72096
|
+
"method": "PUT",
|
72097
|
+
"requestUri": "/phone-number/{PhoneNumberId}/metadata"
|
72098
|
+
},
|
72099
|
+
"input": {
|
72100
|
+
"type": "structure",
|
72101
|
+
"required": [
|
72102
|
+
"PhoneNumberId"
|
72103
|
+
],
|
72104
|
+
"members": {
|
72105
|
+
"PhoneNumberId": {
|
72106
|
+
"location": "uri",
|
72107
|
+
"locationName": "PhoneNumberId"
|
72108
|
+
},
|
72109
|
+
"PhoneNumberDescription": {},
|
72110
|
+
"ClientToken": {
|
72111
|
+
"idempotencyToken": true
|
72112
|
+
}
|
72113
|
+
}
|
72114
|
+
}
|
72115
|
+
},
|
72094
72116
|
"UpdatePrompt": {
|
72095
72117
|
"http": {
|
72096
72118
|
"requestUri": "/prompts/{InstanceId}/{PromptId}"
|
@@ -72643,19 +72665,19 @@ module.exports={
|
|
72643
72665
|
"type": "structure",
|
72644
72666
|
"members": {
|
72645
72667
|
"LevelOne": {
|
72646
|
-
"shape": "
|
72668
|
+
"shape": "Sqn"
|
72647
72669
|
},
|
72648
72670
|
"LevelTwo": {
|
72649
|
-
"shape": "
|
72671
|
+
"shape": "Sqn"
|
72650
72672
|
},
|
72651
72673
|
"LevelThree": {
|
72652
|
-
"shape": "
|
72674
|
+
"shape": "Sqn"
|
72653
72675
|
},
|
72654
72676
|
"LevelFour": {
|
72655
|
-
"shape": "
|
72677
|
+
"shape": "Sqn"
|
72656
72678
|
},
|
72657
72679
|
"LevelFive": {
|
72658
|
-
"shape": "
|
72680
|
+
"shape": "Sqn"
|
72659
72681
|
}
|
72660
72682
|
}
|
72661
72683
|
},
|
@@ -74108,7 +74130,7 @@ module.exports={
|
|
74108
74130
|
}
|
74109
74131
|
}
|
74110
74132
|
},
|
74111
|
-
"
|
74133
|
+
"Sqn": {
|
74112
74134
|
"type": "structure",
|
74113
74135
|
"required": [
|
74114
74136
|
"Name"
|
@@ -186931,9 +186953,6 @@ module.exports={
|
|
186931
186953
|
"billingconductor": {
|
186932
186954
|
"name": "Billingconductor"
|
186933
186955
|
},
|
186934
|
-
"gamesparks": {
|
186935
|
-
"name": "GameSparks"
|
186936
|
-
},
|
186937
186956
|
"pinpointsmsvoicev2": {
|
186938
186957
|
"prefix": "pinpoint-sms-voice-v2",
|
186939
186958
|
"name": "PinpointSMSVoiceV2"
|
@@ -241078,6 +241097,21 @@ module.exports={
|
|
241078
241097
|
}
|
241079
241098
|
}
|
241080
241099
|
},
|
241100
|
+
"DeleteOpsItem": {
|
241101
|
+
"input": {
|
241102
|
+
"type": "structure",
|
241103
|
+
"required": [
|
241104
|
+
"OpsItemId"
|
241105
|
+
],
|
241106
|
+
"members": {
|
241107
|
+
"OpsItemId": {}
|
241108
|
+
}
|
241109
|
+
},
|
241110
|
+
"output": {
|
241111
|
+
"type": "structure",
|
241112
|
+
"members": {}
|
241113
|
+
}
|
241114
|
+
},
|
241081
241115
|
"DeleteOpsMetadata": {
|
241082
241116
|
"input": {
|
241083
241117
|
"type": "structure",
|
@@ -241116,7 +241150,7 @@ module.exports={
|
|
241116
241150
|
],
|
241117
241151
|
"members": {
|
241118
241152
|
"Names": {
|
241119
|
-
"shape": "
|
241153
|
+
"shape": "S7m"
|
241120
241154
|
}
|
241121
241155
|
}
|
241122
241156
|
},
|
@@ -241124,10 +241158,10 @@ module.exports={
|
|
241124
241158
|
"type": "structure",
|
241125
241159
|
"members": {
|
241126
241160
|
"DeletedParameters": {
|
241127
|
-
"shape": "
|
241161
|
+
"shape": "S7m"
|
241128
241162
|
},
|
241129
241163
|
"InvalidParameters": {
|
241130
|
-
"shape": "
|
241164
|
+
"shape": "S7m"
|
241131
241165
|
}
|
241132
241166
|
}
|
241133
241167
|
}
|
@@ -241514,7 +241548,7 @@ module.exports={
|
|
241514
241548
|
"ExecutedBy": {},
|
241515
241549
|
"LogFile": {},
|
241516
241550
|
"Outputs": {
|
241517
|
-
"shape": "
|
241551
|
+
"shape": "S9m"
|
241518
241552
|
},
|
241519
241553
|
"Mode": {},
|
241520
241554
|
"ParentAutomationExecutionId": {},
|
@@ -241529,7 +241563,7 @@ module.exports={
|
|
241529
241563
|
"shape": "S25"
|
241530
241564
|
},
|
241531
241565
|
"ResolvedTargets": {
|
241532
|
-
"shape": "
|
241566
|
+
"shape": "S9r"
|
241533
241567
|
},
|
241534
241568
|
"MaxConcurrency": {},
|
241535
241569
|
"MaxErrors": {},
|
@@ -241546,7 +241580,7 @@ module.exports={
|
|
241546
241580
|
"type": "timestamp"
|
241547
241581
|
},
|
241548
241582
|
"Runbooks": {
|
241549
|
-
"shape": "
|
241583
|
+
"shape": "S9v"
|
241550
241584
|
},
|
241551
241585
|
"OpsItemId": {},
|
241552
241586
|
"AssociationId": {},
|
@@ -241596,7 +241630,7 @@ module.exports={
|
|
241596
241630
|
"type": "structure",
|
241597
241631
|
"members": {
|
241598
241632
|
"StepExecutions": {
|
241599
|
-
"shape": "
|
241633
|
+
"shape": "Sa5"
|
241600
241634
|
},
|
241601
241635
|
"NextToken": {}
|
241602
241636
|
}
|
@@ -241607,7 +241641,7 @@ module.exports={
|
|
241607
241641
|
"type": "structure",
|
241608
241642
|
"members": {
|
241609
241643
|
"Filters": {
|
241610
|
-
"shape": "
|
241644
|
+
"shape": "Saf"
|
241611
241645
|
},
|
241612
241646
|
"MaxResults": {
|
241613
241647
|
"type": "integer"
|
@@ -241621,7 +241655,7 @@ module.exports={
|
|
241621
241655
|
"Patches": {
|
241622
241656
|
"type": "list",
|
241623
241657
|
"member": {
|
241624
|
-
"shape": "
|
241658
|
+
"shape": "San"
|
241625
241659
|
}
|
241626
241660
|
},
|
241627
241661
|
"NextToken": {}
|
@@ -241669,7 +241703,7 @@ module.exports={
|
|
241669
241703
|
"type": "structure",
|
241670
241704
|
"members": {
|
241671
241705
|
"AccountIds": {
|
241672
|
-
"shape": "
|
241706
|
+
"shape": "Sbi"
|
241673
241707
|
},
|
241674
241708
|
"AccountSharingInfoList": {
|
241675
241709
|
"type": "list",
|
@@ -241741,7 +241775,7 @@ module.exports={
|
|
241741
241775
|
"type": "structure",
|
241742
241776
|
"members": {
|
241743
241777
|
"Patch": {
|
241744
|
-
"shape": "
|
241778
|
+
"shape": "San"
|
241745
241779
|
},
|
241746
241780
|
"PatchStatus": {
|
241747
241781
|
"type": "structure",
|
@@ -241828,7 +241862,7 @@ module.exports={
|
|
241828
241862
|
"members": {
|
241829
241863
|
"key": {},
|
241830
241864
|
"valueSet": {
|
241831
|
-
"shape": "
|
241865
|
+
"shape": "Scb"
|
241832
241866
|
}
|
241833
241867
|
}
|
241834
241868
|
}
|
@@ -241844,7 +241878,7 @@ module.exports={
|
|
241844
241878
|
"members": {
|
241845
241879
|
"Key": {},
|
241846
241880
|
"Values": {
|
241847
|
-
"shape": "
|
241881
|
+
"shape": "Scb"
|
241848
241882
|
}
|
241849
241883
|
}
|
241850
241884
|
}
|
@@ -241935,7 +241969,7 @@ module.exports={
|
|
241935
241969
|
"InstancePatchStates": {
|
241936
241970
|
"type": "list",
|
241937
241971
|
"member": {
|
241938
|
-
"shape": "
|
241972
|
+
"shape": "Scx"
|
241939
241973
|
}
|
241940
241974
|
},
|
241941
241975
|
"NextToken": {}
|
@@ -241981,7 +242015,7 @@ module.exports={
|
|
241981
242015
|
"InstancePatchStates": {
|
241982
242016
|
"type": "list",
|
241983
242017
|
"member": {
|
241984
|
-
"shape": "
|
242018
|
+
"shape": "Scx"
|
241985
242019
|
}
|
241986
242020
|
},
|
241987
242021
|
"NextToken": {}
|
@@ -241997,7 +242031,7 @@ module.exports={
|
|
241997
242031
|
"members": {
|
241998
242032
|
"InstanceId": {},
|
241999
242033
|
"Filters": {
|
242000
|
-
"shape": "
|
242034
|
+
"shape": "Saf"
|
242001
242035
|
},
|
242002
242036
|
"NextToken": {},
|
242003
242037
|
"MaxResults": {
|
@@ -242087,7 +242121,7 @@ module.exports={
|
|
242087
242121
|
"WindowExecutionId": {},
|
242088
242122
|
"TaskId": {},
|
242089
242123
|
"Filters": {
|
242090
|
-
"shape": "
|
242124
|
+
"shape": "Se3"
|
242091
242125
|
},
|
242092
242126
|
"MaxResults": {
|
242093
242127
|
"type": "integer"
|
@@ -242109,7 +242143,7 @@ module.exports={
|
|
242109
242143
|
"ExecutionId": {},
|
242110
242144
|
"TaskType": {},
|
242111
242145
|
"Parameters": {
|
242112
|
-
"shape": "
|
242146
|
+
"shape": "Sef"
|
242113
242147
|
},
|
242114
242148
|
"Status": {},
|
242115
242149
|
"StatusDetails": {},
|
@@ -242120,7 +242154,7 @@ module.exports={
|
|
242120
242154
|
"type": "timestamp"
|
242121
242155
|
},
|
242122
242156
|
"OwnerInformation": {
|
242123
|
-
"shape": "
|
242157
|
+
"shape": "Sd0"
|
242124
242158
|
},
|
242125
242159
|
"WindowTargetId": {}
|
242126
242160
|
}
|
@@ -242139,7 +242173,7 @@ module.exports={
|
|
242139
242173
|
"members": {
|
242140
242174
|
"WindowExecutionId": {},
|
242141
242175
|
"Filters": {
|
242142
|
-
"shape": "
|
242176
|
+
"shape": "Se3"
|
242143
242177
|
},
|
242144
242178
|
"MaxResults": {
|
242145
242179
|
"type": "integer"
|
@@ -242189,7 +242223,7 @@ module.exports={
|
|
242189
242223
|
"members": {
|
242190
242224
|
"WindowId": {},
|
242191
242225
|
"Filters": {
|
242192
|
-
"shape": "
|
242226
|
+
"shape": "Se3"
|
242193
242227
|
},
|
242194
242228
|
"MaxResults": {
|
242195
242229
|
"type": "integer"
|
@@ -242232,7 +242266,7 @@ module.exports={
|
|
242232
242266
|
},
|
242233
242267
|
"ResourceType": {},
|
242234
242268
|
"Filters": {
|
242235
|
-
"shape": "
|
242269
|
+
"shape": "Saf"
|
242236
242270
|
},
|
242237
242271
|
"MaxResults": {
|
242238
242272
|
"type": "integer"
|
@@ -242267,7 +242301,7 @@ module.exports={
|
|
242267
242301
|
"members": {
|
242268
242302
|
"WindowId": {},
|
242269
242303
|
"Filters": {
|
242270
|
-
"shape": "
|
242304
|
+
"shape": "Se3"
|
242271
242305
|
},
|
242272
242306
|
"MaxResults": {
|
242273
242307
|
"type": "integer"
|
@@ -242290,7 +242324,7 @@ module.exports={
|
|
242290
242324
|
"shape": "S18"
|
242291
242325
|
},
|
242292
242326
|
"OwnerInformation": {
|
242293
|
-
"shape": "
|
242327
|
+
"shape": "Sd0"
|
242294
242328
|
},
|
242295
242329
|
"Name": {},
|
242296
242330
|
"Description": {
|
@@ -242312,7 +242346,7 @@ module.exports={
|
|
242312
242346
|
"members": {
|
242313
242347
|
"WindowId": {},
|
242314
242348
|
"Filters": {
|
242315
|
-
"shape": "
|
242349
|
+
"shape": "Se3"
|
242316
242350
|
},
|
242317
242351
|
"MaxResults": {
|
242318
242352
|
"type": "integer"
|
@@ -242336,13 +242370,13 @@ module.exports={
|
|
242336
242370
|
"shape": "S18"
|
242337
242371
|
},
|
242338
242372
|
"TaskParameters": {
|
242339
|
-
"shape": "
|
242373
|
+
"shape": "Sf6"
|
242340
242374
|
},
|
242341
242375
|
"Priority": {
|
242342
242376
|
"type": "integer"
|
242343
242377
|
},
|
242344
242378
|
"LoggingInfo": {
|
242345
|
-
"shape": "
|
242379
|
+
"shape": "Sfc"
|
242346
242380
|
},
|
242347
242381
|
"ServiceRoleArn": {},
|
242348
242382
|
"MaxConcurrency": {},
|
@@ -242367,7 +242401,7 @@ module.exports={
|
|
242367
242401
|
"type": "structure",
|
242368
242402
|
"members": {
|
242369
242403
|
"Filters": {
|
242370
|
-
"shape": "
|
242404
|
+
"shape": "Se3"
|
242371
242405
|
},
|
242372
242406
|
"MaxResults": {
|
242373
242407
|
"type": "integer"
|
@@ -242546,7 +242580,7 @@ module.exports={
|
|
242546
242580
|
}
|
242547
242581
|
},
|
242548
242582
|
"ParameterFilters": {
|
242549
|
-
"shape": "
|
242583
|
+
"shape": "Sg6"
|
242550
242584
|
},
|
242551
242585
|
"MaxResults": {
|
242552
242586
|
"type": "integer"
|
@@ -242576,7 +242610,7 @@ module.exports={
|
|
242576
242610
|
},
|
242577
242611
|
"Tier": {},
|
242578
242612
|
"Policies": {
|
242579
|
-
"shape": "
|
242613
|
+
"shape": "Sgl"
|
242580
242614
|
},
|
242581
242615
|
"DataType": {}
|
242582
242616
|
}
|
@@ -242591,7 +242625,7 @@ module.exports={
|
|
242591
242625
|
"type": "structure",
|
242592
242626
|
"members": {
|
242593
242627
|
"Filters": {
|
242594
|
-
"shape": "
|
242628
|
+
"shape": "Saf"
|
242595
242629
|
},
|
242596
242630
|
"MaxResults": {
|
242597
242631
|
"type": "integer"
|
@@ -242605,7 +242639,7 @@ module.exports={
|
|
242605
242639
|
"BaselineIdentities": {
|
242606
242640
|
"type": "list",
|
242607
242641
|
"member": {
|
242608
|
-
"shape": "
|
242642
|
+
"shape": "Sgr"
|
242609
242643
|
}
|
242610
242644
|
},
|
242611
242645
|
"NextToken": {}
|
@@ -242672,7 +242706,7 @@ module.exports={
|
|
242672
242706
|
"type": "integer"
|
242673
242707
|
},
|
242674
242708
|
"Filters": {
|
242675
|
-
"shape": "
|
242709
|
+
"shape": "Saf"
|
242676
242710
|
},
|
242677
242711
|
"NextToken": {}
|
242678
242712
|
}
|
@@ -242687,7 +242721,7 @@ module.exports={
|
|
242687
242721
|
"members": {
|
242688
242722
|
"PatchGroup": {},
|
242689
242723
|
"BaselineIdentity": {
|
242690
|
-
"shape": "
|
242724
|
+
"shape": "Sgr"
|
242691
242725
|
}
|
242692
242726
|
}
|
242693
242727
|
}
|
@@ -242836,16 +242870,16 @@ module.exports={
|
|
242836
242870
|
},
|
242837
242871
|
"AutomationExecutionStatus": {},
|
242838
242872
|
"StepExecutions": {
|
242839
|
-
"shape": "
|
242873
|
+
"shape": "Sa5"
|
242840
242874
|
},
|
242841
242875
|
"StepExecutionsTruncated": {
|
242842
242876
|
"type": "boolean"
|
242843
242877
|
},
|
242844
242878
|
"Parameters": {
|
242845
|
-
"shape": "
|
242879
|
+
"shape": "S9m"
|
242846
242880
|
},
|
242847
242881
|
"Outputs": {
|
242848
|
-
"shape": "
|
242882
|
+
"shape": "S9m"
|
242849
242883
|
},
|
242850
242884
|
"FailureMessage": {},
|
242851
242885
|
"Mode": {},
|
@@ -242861,7 +242895,7 @@ module.exports={
|
|
242861
242895
|
"shape": "S25"
|
242862
242896
|
},
|
242863
242897
|
"ResolvedTargets": {
|
242864
|
-
"shape": "
|
242898
|
+
"shape": "S9r"
|
242865
242899
|
},
|
242866
242900
|
"MaxConcurrency": {},
|
242867
242901
|
"MaxErrors": {},
|
@@ -242900,7 +242934,7 @@ module.exports={
|
|
242900
242934
|
"type": "timestamp"
|
242901
242935
|
},
|
242902
242936
|
"Runbooks": {
|
242903
|
-
"shape": "
|
242937
|
+
"shape": "S9v"
|
242904
242938
|
},
|
242905
242939
|
"OpsItemId": {},
|
242906
242940
|
"AssociationId": {},
|
@@ -242967,7 +243001,7 @@ module.exports={
|
|
242967
243001
|
"StandardErrorContent": {},
|
242968
243002
|
"StandardErrorUrl": {},
|
242969
243003
|
"CloudWatchOutputConfig": {
|
242970
|
-
"shape": "
|
243004
|
+
"shape": "Sic"
|
242971
243005
|
}
|
242972
243006
|
}
|
242973
243007
|
}
|
@@ -243108,10 +243142,10 @@ module.exports={
|
|
243108
243142
|
"type": "structure",
|
243109
243143
|
"members": {
|
243110
243144
|
"Filters": {
|
243111
|
-
"shape": "
|
243145
|
+
"shape": "Siy"
|
243112
243146
|
},
|
243113
243147
|
"Aggregators": {
|
243114
|
-
"shape": "
|
243148
|
+
"shape": "Sj4"
|
243115
243149
|
},
|
243116
243150
|
"ResultAttributes": {
|
243117
243151
|
"type": "list",
|
@@ -243156,7 +243190,7 @@ module.exports={
|
|
243156
243190
|
"CaptureTime": {},
|
243157
243191
|
"ContentHash": {},
|
243158
243192
|
"Content": {
|
243159
|
-
"shape": "
|
243193
|
+
"shape": "Sjl"
|
243160
243194
|
}
|
243161
243195
|
}
|
243162
243196
|
}
|
@@ -243320,7 +243354,7 @@ module.exports={
|
|
243320
243354
|
"TaskParameters": {
|
243321
243355
|
"type": "list",
|
243322
243356
|
"member": {
|
243323
|
-
"shape": "
|
243357
|
+
"shape": "Sf6"
|
243324
243358
|
},
|
243325
243359
|
"sensitive": true
|
243326
243360
|
},
|
@@ -243369,7 +243403,7 @@ module.exports={
|
|
243369
243403
|
"ExecutionId": {},
|
243370
243404
|
"TaskType": {},
|
243371
243405
|
"Parameters": {
|
243372
|
-
"shape": "
|
243406
|
+
"shape": "Sef"
|
243373
243407
|
},
|
243374
243408
|
"Status": {},
|
243375
243409
|
"StatusDetails": {},
|
@@ -243380,7 +243414,7 @@ module.exports={
|
|
243380
243414
|
"type": "timestamp"
|
243381
243415
|
},
|
243382
243416
|
"OwnerInformation": {
|
243383
|
-
"shape": "
|
243417
|
+
"shape": "Sd0"
|
243384
243418
|
},
|
243385
243419
|
"WindowTargetId": {}
|
243386
243420
|
}
|
@@ -243410,10 +243444,10 @@ module.exports={
|
|
243410
243444
|
"ServiceRoleArn": {},
|
243411
243445
|
"TaskType": {},
|
243412
243446
|
"TaskParameters": {
|
243413
|
-
"shape": "
|
243447
|
+
"shape": "Sf6"
|
243414
243448
|
},
|
243415
243449
|
"TaskInvocationParameters": {
|
243416
|
-
"shape": "
|
243450
|
+
"shape": "Skc"
|
243417
243451
|
},
|
243418
243452
|
"Priority": {
|
243419
243453
|
"type": "integer"
|
@@ -243421,7 +243455,7 @@ module.exports={
|
|
243421
243455
|
"MaxConcurrency": {},
|
243422
243456
|
"MaxErrors": {},
|
243423
243457
|
"LoggingInfo": {
|
243424
|
-
"shape": "
|
243458
|
+
"shape": "Sfc"
|
243425
243459
|
},
|
243426
243460
|
"Name": {},
|
243427
243461
|
"Description": {
|
@@ -243529,10 +243563,10 @@ module.exports={
|
|
243529
243563
|
"members": {
|
243530
243564
|
"SyncName": {},
|
243531
243565
|
"Filters": {
|
243532
|
-
"shape": "
|
243566
|
+
"shape": "Skz"
|
243533
243567
|
},
|
243534
243568
|
"Aggregators": {
|
243535
|
-
"shape": "
|
243569
|
+
"shape": "Sl5"
|
243536
243570
|
},
|
243537
243571
|
"ResultAttributes": {
|
243538
243572
|
"type": "list",
|
@@ -243603,7 +243637,7 @@ module.exports={
|
|
243603
243637
|
"type": "structure",
|
243604
243638
|
"members": {
|
243605
243639
|
"Parameter": {
|
243606
|
-
"shape": "
|
243640
|
+
"shape": "Slr"
|
243607
243641
|
}
|
243608
243642
|
}
|
243609
243643
|
}
|
@@ -243642,18 +243676,18 @@ module.exports={
|
|
243642
243676
|
"LastModifiedUser": {},
|
243643
243677
|
"Description": {},
|
243644
243678
|
"Value": {
|
243645
|
-
"shape": "
|
243679
|
+
"shape": "Sls"
|
243646
243680
|
},
|
243647
243681
|
"AllowedPattern": {},
|
243648
243682
|
"Version": {
|
243649
243683
|
"type": "long"
|
243650
243684
|
},
|
243651
243685
|
"Labels": {
|
243652
|
-
"shape": "
|
243686
|
+
"shape": "Sly"
|
243653
243687
|
},
|
243654
243688
|
"Tier": {},
|
243655
243689
|
"Policies": {
|
243656
|
-
"shape": "
|
243690
|
+
"shape": "Sgl"
|
243657
243691
|
},
|
243658
243692
|
"DataType": {}
|
243659
243693
|
}
|
@@ -243671,7 +243705,7 @@ module.exports={
|
|
243671
243705
|
],
|
243672
243706
|
"members": {
|
243673
243707
|
"Names": {
|
243674
|
-
"shape": "
|
243708
|
+
"shape": "S7m"
|
243675
243709
|
},
|
243676
243710
|
"WithDecryption": {
|
243677
243711
|
"type": "boolean"
|
@@ -243682,10 +243716,10 @@ module.exports={
|
|
243682
243716
|
"type": "structure",
|
243683
243717
|
"members": {
|
243684
243718
|
"Parameters": {
|
243685
|
-
"shape": "
|
243719
|
+
"shape": "Sm2"
|
243686
243720
|
},
|
243687
243721
|
"InvalidParameters": {
|
243688
|
-
"shape": "
|
243722
|
+
"shape": "S7m"
|
243689
243723
|
}
|
243690
243724
|
}
|
243691
243725
|
}
|
@@ -243702,7 +243736,7 @@ module.exports={
|
|
243702
243736
|
"type": "boolean"
|
243703
243737
|
},
|
243704
243738
|
"ParameterFilters": {
|
243705
|
-
"shape": "
|
243739
|
+
"shape": "Sg6"
|
243706
243740
|
},
|
243707
243741
|
"WithDecryption": {
|
243708
243742
|
"type": "boolean"
|
@@ -243717,7 +243751,7 @@ module.exports={
|
|
243717
243751
|
"type": "structure",
|
243718
243752
|
"members": {
|
243719
243753
|
"Parameters": {
|
243720
|
-
"shape": "
|
243754
|
+
"shape": "Sm2"
|
243721
243755
|
},
|
243722
243756
|
"NextToken": {}
|
243723
243757
|
}
|
@@ -243839,7 +243873,7 @@ module.exports={
|
|
243839
243873
|
"type": "structure",
|
243840
243874
|
"members": {
|
243841
243875
|
"ServiceSetting": {
|
243842
|
-
"shape": "
|
243876
|
+
"shape": "Smk"
|
243843
243877
|
}
|
243844
243878
|
}
|
243845
243879
|
}
|
@@ -243857,7 +243891,7 @@ module.exports={
|
|
243857
243891
|
"type": "long"
|
243858
243892
|
},
|
243859
243893
|
"Labels": {
|
243860
|
-
"shape": "
|
243894
|
+
"shape": "Sly"
|
243861
243895
|
}
|
243862
243896
|
}
|
243863
243897
|
},
|
@@ -243865,7 +243899,7 @@ module.exports={
|
|
243865
243899
|
"type": "structure",
|
243866
243900
|
"members": {
|
243867
243901
|
"InvalidLabels": {
|
243868
|
-
"shape": "
|
243902
|
+
"shape": "Sly"
|
243869
243903
|
},
|
243870
243904
|
"ParameterVersion": {
|
243871
243905
|
"type": "long"
|
@@ -244011,7 +244045,7 @@ module.exports={
|
|
244011
244045
|
},
|
244012
244046
|
"NextToken": {},
|
244013
244047
|
"Filters": {
|
244014
|
-
"shape": "
|
244048
|
+
"shape": "Sn2"
|
244015
244049
|
},
|
244016
244050
|
"Details": {
|
244017
244051
|
"type": "boolean"
|
@@ -244068,10 +244102,10 @@ module.exports={
|
|
244068
244102
|
},
|
244069
244103
|
"ServiceRole": {},
|
244070
244104
|
"NotificationConfig": {
|
244071
|
-
"shape": "
|
244105
|
+
"shape": "Ske"
|
244072
244106
|
},
|
244073
244107
|
"CloudWatchOutputConfig": {
|
244074
|
-
"shape": "
|
244108
|
+
"shape": "Sic"
|
244075
244109
|
}
|
244076
244110
|
}
|
244077
244111
|
}
|
@@ -244091,7 +244125,7 @@ module.exports={
|
|
244091
244125
|
},
|
244092
244126
|
"NextToken": {},
|
244093
244127
|
"Filters": {
|
244094
|
-
"shape": "
|
244128
|
+
"shape": "Sn2"
|
244095
244129
|
}
|
244096
244130
|
}
|
244097
244131
|
},
|
@@ -244101,7 +244135,7 @@ module.exports={
|
|
244101
244135
|
"Commands": {
|
244102
244136
|
"type": "list",
|
244103
244137
|
"member": {
|
244104
|
-
"shape": "
|
244138
|
+
"shape": "Sni"
|
244105
244139
|
}
|
244106
244140
|
},
|
244107
244141
|
"NextToken": {}
|
@@ -244113,7 +244147,7 @@ module.exports={
|
|
244113
244147
|
"type": "structure",
|
244114
244148
|
"members": {
|
244115
244149
|
"Filters": {
|
244116
|
-
"shape": "
|
244150
|
+
"shape": "Snp"
|
244117
244151
|
},
|
244118
244152
|
"ResourceIds": {
|
244119
244153
|
"type": "list",
|
@@ -244145,10 +244179,10 @@ module.exports={
|
|
244145
244179
|
"Status": {},
|
244146
244180
|
"Severity": {},
|
244147
244181
|
"ExecutionSummary": {
|
244148
|
-
"shape": "
|
244182
|
+
"shape": "So7"
|
244149
244183
|
},
|
244150
244184
|
"Details": {
|
244151
|
-
"shape": "
|
244185
|
+
"shape": "Soa"
|
244152
244186
|
}
|
244153
244187
|
}
|
244154
244188
|
}
|
@@ -244162,7 +244196,7 @@ module.exports={
|
|
244162
244196
|
"type": "structure",
|
244163
244197
|
"members": {
|
244164
244198
|
"Filters": {
|
244165
|
-
"shape": "
|
244199
|
+
"shape": "Snp"
|
244166
244200
|
},
|
244167
244201
|
"NextToken": {},
|
244168
244202
|
"MaxResults": {
|
@@ -244180,10 +244214,10 @@ module.exports={
|
|
244180
244214
|
"members": {
|
244181
244215
|
"ComplianceType": {},
|
244182
244216
|
"CompliantSummary": {
|
244183
|
-
"shape": "
|
244217
|
+
"shape": "Sof"
|
244184
244218
|
},
|
244185
244219
|
"NonCompliantSummary": {
|
244186
|
-
"shape": "
|
244220
|
+
"shape": "Soi"
|
244187
244221
|
}
|
244188
244222
|
}
|
244189
244223
|
}
|
@@ -244231,7 +244265,7 @@ module.exports={
|
|
244231
244265
|
},
|
244232
244266
|
"ReviewStatus": {},
|
244233
244267
|
"Comment": {
|
244234
|
-
"shape": "
|
244268
|
+
"shape": "Sop"
|
244235
244269
|
},
|
244236
244270
|
"Reviewer": {}
|
244237
244271
|
}
|
@@ -244372,7 +244406,7 @@ module.exports={
|
|
244372
244406
|
"InstanceId": {},
|
244373
244407
|
"TypeName": {},
|
244374
244408
|
"Filters": {
|
244375
|
-
"shape": "
|
244409
|
+
"shape": "Siy"
|
244376
244410
|
},
|
244377
244411
|
"NextToken": {},
|
244378
244412
|
"MaxResults": {
|
@@ -244388,7 +244422,7 @@ module.exports={
|
|
244388
244422
|
"SchemaVersion": {},
|
244389
244423
|
"CaptureTime": {},
|
244390
244424
|
"Entries": {
|
244391
|
-
"shape": "
|
244425
|
+
"shape": "Sjl"
|
244392
244426
|
},
|
244393
244427
|
"NextToken": {}
|
244394
244428
|
}
|
@@ -244438,7 +244472,7 @@ module.exports={
|
|
244438
244472
|
"DetailType": {},
|
244439
244473
|
"Detail": {},
|
244440
244474
|
"CreatedBy": {
|
244441
|
-
"shape": "
|
244475
|
+
"shape": "Spn"
|
244442
244476
|
},
|
244443
244477
|
"CreatedTime": {
|
244444
244478
|
"type": "timestamp"
|
@@ -244494,13 +244528,13 @@ module.exports={
|
|
244494
244528
|
"AssociationType": {},
|
244495
244529
|
"ResourceUri": {},
|
244496
244530
|
"CreatedBy": {
|
244497
|
-
"shape": "
|
244531
|
+
"shape": "Spn"
|
244498
244532
|
},
|
244499
244533
|
"CreatedTime": {
|
244500
244534
|
"type": "timestamp"
|
244501
244535
|
},
|
244502
244536
|
"LastModifiedBy": {
|
244503
|
-
"shape": "
|
244537
|
+
"shape": "Spn"
|
244504
244538
|
},
|
244505
244539
|
"LastModifiedTime": {
|
244506
244540
|
"type": "timestamp"
|
@@ -244567,7 +244601,7 @@ module.exports={
|
|
244567
244601
|
"type": "structure",
|
244568
244602
|
"members": {
|
244569
244603
|
"Filters": {
|
244570
|
-
"shape": "
|
244604
|
+
"shape": "Snp"
|
244571
244605
|
},
|
244572
244606
|
"NextToken": {},
|
244573
244607
|
"MaxResults": {
|
@@ -244589,13 +244623,13 @@ module.exports={
|
|
244589
244623
|
"Status": {},
|
244590
244624
|
"OverallSeverity": {},
|
244591
244625
|
"ExecutionSummary": {
|
244592
|
-
"shape": "
|
244626
|
+
"shape": "So7"
|
244593
244627
|
},
|
244594
244628
|
"CompliantSummary": {
|
244595
|
-
"shape": "
|
244629
|
+
"shape": "Sof"
|
244596
244630
|
},
|
244597
244631
|
"NonCompliantSummary": {
|
244598
|
-
"shape": "
|
244632
|
+
"shape": "Soi"
|
244599
244633
|
}
|
244600
244634
|
}
|
244601
244635
|
}
|
@@ -244700,10 +244734,10 @@ module.exports={
|
|
244700
244734
|
"Name": {},
|
244701
244735
|
"PermissionType": {},
|
244702
244736
|
"AccountIdsToAdd": {
|
244703
|
-
"shape": "
|
244737
|
+
"shape": "Sbi"
|
244704
244738
|
},
|
244705
244739
|
"AccountIdsToRemove": {
|
244706
|
-
"shape": "
|
244740
|
+
"shape": "Sbi"
|
244707
244741
|
},
|
244708
244742
|
"SharedDocumentVersion": {}
|
244709
244743
|
}
|
@@ -244728,7 +244762,7 @@ module.exports={
|
|
244728
244762
|
"ResourceType": {},
|
244729
244763
|
"ComplianceType": {},
|
244730
244764
|
"ExecutionSummary": {
|
244731
|
-
"shape": "
|
244765
|
+
"shape": "So7"
|
244732
244766
|
},
|
244733
244767
|
"Items": {
|
244734
244768
|
"type": "list",
|
@@ -244744,7 +244778,7 @@ module.exports={
|
|
244744
244778
|
"Severity": {},
|
244745
244779
|
"Status": {},
|
244746
244780
|
"Details": {
|
244747
|
-
"shape": "
|
244781
|
+
"shape": "Soa"
|
244748
244782
|
}
|
244749
244783
|
}
|
244750
244784
|
}
|
@@ -244782,7 +244816,7 @@ module.exports={
|
|
244782
244816
|
"CaptureTime": {},
|
244783
244817
|
"ContentHash": {},
|
244784
244818
|
"Content": {
|
244785
|
-
"shape": "
|
244819
|
+
"shape": "Sjl"
|
244786
244820
|
},
|
244787
244821
|
"Context": {
|
244788
244822
|
"type": "map",
|
@@ -244812,7 +244846,7 @@ module.exports={
|
|
244812
244846
|
"Name": {},
|
244813
244847
|
"Description": {},
|
244814
244848
|
"Value": {
|
244815
|
-
"shape": "
|
244849
|
+
"shape": "Sls"
|
244816
244850
|
},
|
244817
244851
|
"Type": {},
|
244818
244852
|
"KeyId": {},
|
@@ -244912,7 +244946,7 @@ module.exports={
|
|
244912
244946
|
"shape": "S18"
|
244913
244947
|
},
|
244914
244948
|
"OwnerInformation": {
|
244915
|
-
"shape": "
|
244949
|
+
"shape": "Sd0"
|
244916
244950
|
},
|
244917
244951
|
"Name": {},
|
244918
244952
|
"Description": {
|
@@ -244947,10 +244981,10 @@ module.exports={
|
|
244947
244981
|
"ServiceRoleArn": {},
|
244948
244982
|
"TaskType": {},
|
244949
244983
|
"TaskParameters": {
|
244950
|
-
"shape": "
|
244984
|
+
"shape": "Sf6"
|
244951
244985
|
},
|
244952
244986
|
"TaskInvocationParameters": {
|
244953
|
-
"shape": "
|
244987
|
+
"shape": "Skc"
|
244954
244988
|
},
|
244955
244989
|
"Priority": {
|
244956
244990
|
"type": "integer"
|
@@ -244958,7 +244992,7 @@ module.exports={
|
|
244958
244992
|
"MaxConcurrency": {},
|
244959
244993
|
"MaxErrors": {},
|
244960
244994
|
"LoggingInfo": {
|
244961
|
-
"shape": "
|
244995
|
+
"shape": "Sfc"
|
244962
244996
|
},
|
244963
244997
|
"Name": {},
|
244964
244998
|
"Description": {
|
@@ -245016,7 +245050,7 @@ module.exports={
|
|
245016
245050
|
"type": "structure",
|
245017
245051
|
"members": {
|
245018
245052
|
"ServiceSetting": {
|
245019
|
-
"shape": "
|
245053
|
+
"shape": "Smk"
|
245020
245054
|
}
|
245021
245055
|
}
|
245022
245056
|
}
|
@@ -245051,7 +245085,7 @@ module.exports={
|
|
245051
245085
|
"AutomationExecutionId": {},
|
245052
245086
|
"SignalType": {},
|
245053
245087
|
"Payload": {
|
245054
|
-
"shape": "
|
245088
|
+
"shape": "S9m"
|
245055
245089
|
}
|
245056
245090
|
}
|
245057
245091
|
},
|
@@ -245091,10 +245125,10 @@ module.exports={
|
|
245091
245125
|
"MaxErrors": {},
|
245092
245126
|
"ServiceRoleArn": {},
|
245093
245127
|
"NotificationConfig": {
|
245094
|
-
"shape": "
|
245128
|
+
"shape": "Ske"
|
245095
245129
|
},
|
245096
245130
|
"CloudWatchOutputConfig": {
|
245097
|
-
"shape": "
|
245131
|
+
"shape": "Sic"
|
245098
245132
|
},
|
245099
245133
|
"AlarmConfiguration": {
|
245100
245134
|
"shape": "S1z"
|
@@ -245105,7 +245139,7 @@ module.exports={
|
|
245105
245139
|
"type": "structure",
|
245106
245140
|
"members": {
|
245107
245141
|
"Command": {
|
245108
|
-
"shape": "
|
245142
|
+
"shape": "Sni"
|
245109
245143
|
}
|
245110
245144
|
}
|
245111
245145
|
}
|
@@ -245138,7 +245172,7 @@ module.exports={
|
|
245138
245172
|
"DocumentName": {},
|
245139
245173
|
"DocumentVersion": {},
|
245140
245174
|
"Parameters": {
|
245141
|
-
"shape": "
|
245175
|
+
"shape": "S9m"
|
245142
245176
|
},
|
245143
245177
|
"ClientToken": {},
|
245144
245178
|
"Mode": {},
|
@@ -245183,7 +245217,7 @@ module.exports={
|
|
245183
245217
|
"DocumentName": {},
|
245184
245218
|
"DocumentVersion": {},
|
245185
245219
|
"Parameters": {
|
245186
|
-
"shape": "
|
245220
|
+
"shape": "S9m"
|
245187
245221
|
},
|
245188
245222
|
"ChangeRequestName": {},
|
245189
245223
|
"ClientToken": {},
|
@@ -245191,7 +245225,7 @@ module.exports={
|
|
245191
245225
|
"type": "boolean"
|
245192
245226
|
},
|
245193
245227
|
"Runbooks": {
|
245194
|
-
"shape": "
|
245228
|
+
"shape": "S9v"
|
245195
245229
|
},
|
245196
245230
|
"Tags": {
|
245197
245231
|
"shape": "S4"
|
@@ -245285,7 +245319,7 @@ module.exports={
|
|
245285
245319
|
"type": "long"
|
245286
245320
|
},
|
245287
245321
|
"Labels": {
|
245288
|
-
"shape": "
|
245322
|
+
"shape": "Sly"
|
245289
245323
|
}
|
245290
245324
|
}
|
245291
245325
|
},
|
@@ -245293,10 +245327,10 @@ module.exports={
|
|
245293
245327
|
"type": "structure",
|
245294
245328
|
"members": {
|
245295
245329
|
"RemovedLabels": {
|
245296
|
-
"shape": "
|
245330
|
+
"shape": "Sly"
|
245297
245331
|
},
|
245298
245332
|
"InvalidLabels": {
|
245299
|
-
"shape": "
|
245333
|
+
"shape": "Sly"
|
245300
245334
|
}
|
245301
245335
|
}
|
245302
245336
|
}
|
@@ -245455,7 +245489,7 @@ module.exports={
|
|
245455
245489
|
"members": {
|
245456
245490
|
"Action": {},
|
245457
245491
|
"Comment": {
|
245458
|
-
"shape": "
|
245492
|
+
"shape": "Sop"
|
245459
245493
|
}
|
245460
245494
|
}
|
245461
245495
|
}
|
@@ -245546,7 +245580,7 @@ module.exports={
|
|
245546
245580
|
"shape": "S18"
|
245547
245581
|
},
|
245548
245582
|
"OwnerInformation": {
|
245549
|
-
"shape": "
|
245583
|
+
"shape": "Sd0"
|
245550
245584
|
},
|
245551
245585
|
"Name": {},
|
245552
245586
|
"Description": {
|
@@ -245566,7 +245600,7 @@ module.exports={
|
|
245566
245600
|
"shape": "S18"
|
245567
245601
|
},
|
245568
245602
|
"OwnerInformation": {
|
245569
|
-
"shape": "
|
245603
|
+
"shape": "Sd0"
|
245570
245604
|
},
|
245571
245605
|
"Name": {},
|
245572
245606
|
"Description": {
|
@@ -245591,10 +245625,10 @@ module.exports={
|
|
245591
245625
|
"TaskArn": {},
|
245592
245626
|
"ServiceRoleArn": {},
|
245593
245627
|
"TaskParameters": {
|
245594
|
-
"shape": "
|
245628
|
+
"shape": "Sf6"
|
245595
245629
|
},
|
245596
245630
|
"TaskInvocationParameters": {
|
245597
|
-
"shape": "
|
245631
|
+
"shape": "Skc"
|
245598
245632
|
},
|
245599
245633
|
"Priority": {
|
245600
245634
|
"type": "integer"
|
@@ -245602,7 +245636,7 @@ module.exports={
|
|
245602
245636
|
"MaxConcurrency": {},
|
245603
245637
|
"MaxErrors": {},
|
245604
245638
|
"LoggingInfo": {
|
245605
|
-
"shape": "
|
245639
|
+
"shape": "Sfc"
|
245606
245640
|
},
|
245607
245641
|
"Name": {},
|
245608
245642
|
"Description": {
|
@@ -245628,10 +245662,10 @@ module.exports={
|
|
245628
245662
|
"TaskArn": {},
|
245629
245663
|
"ServiceRoleArn": {},
|
245630
245664
|
"TaskParameters": {
|
245631
|
-
"shape": "
|
245665
|
+
"shape": "Sf6"
|
245632
245666
|
},
|
245633
245667
|
"TaskInvocationParameters": {
|
245634
|
-
"shape": "
|
245668
|
+
"shape": "Skc"
|
245635
245669
|
},
|
245636
245670
|
"Priority": {
|
245637
245671
|
"type": "integer"
|
@@ -245639,7 +245673,7 @@ module.exports={
|
|
245639
245673
|
"MaxConcurrency": {},
|
245640
245674
|
"MaxErrors": {},
|
245641
245675
|
"LoggingInfo": {
|
245642
|
-
"shape": "
|
245676
|
+
"shape": "Sfc"
|
245643
245677
|
},
|
245644
245678
|
"Name": {},
|
245645
245679
|
"Description": {
|
@@ -246454,11 +246488,11 @@ module.exports={
|
|
246454
246488
|
}
|
246455
246489
|
}
|
246456
246490
|
},
|
246457
|
-
"
|
246491
|
+
"S7m": {
|
246458
246492
|
"type": "list",
|
246459
246493
|
"member": {}
|
246460
246494
|
},
|
246461
|
-
"
|
246495
|
+
"S9m": {
|
246462
246496
|
"type": "map",
|
246463
246497
|
"key": {},
|
246464
246498
|
"value": {
|
@@ -246466,7 +246500,7 @@ module.exports={
|
|
246466
246500
|
"member": {}
|
246467
246501
|
}
|
246468
246502
|
},
|
246469
|
-
"
|
246503
|
+
"S9r": {
|
246470
246504
|
"type": "structure",
|
246471
246505
|
"members": {
|
246472
246506
|
"ParameterValues": {
|
@@ -246478,7 +246512,7 @@ module.exports={
|
|
246478
246512
|
}
|
246479
246513
|
}
|
246480
246514
|
},
|
246481
|
-
"
|
246515
|
+
"S9v": {
|
246482
246516
|
"type": "list",
|
246483
246517
|
"member": {
|
246484
246518
|
"type": "structure",
|
@@ -246489,7 +246523,7 @@ module.exports={
|
|
246489
246523
|
"DocumentName": {},
|
246490
246524
|
"DocumentVersion": {},
|
246491
246525
|
"Parameters": {
|
246492
|
-
"shape": "
|
246526
|
+
"shape": "S9m"
|
246493
246527
|
},
|
246494
246528
|
"TargetParameterName": {},
|
246495
246529
|
"Targets": {
|
@@ -246506,7 +246540,7 @@ module.exports={
|
|
246506
246540
|
}
|
246507
246541
|
}
|
246508
246542
|
},
|
246509
|
-
"
|
246543
|
+
"Sa5": {
|
246510
246544
|
"type": "list",
|
246511
246545
|
"member": {
|
246512
246546
|
"type": "structure",
|
@@ -246534,7 +246568,7 @@ module.exports={
|
|
246534
246568
|
"value": {}
|
246535
246569
|
},
|
246536
246570
|
"Outputs": {
|
246537
|
-
"shape": "
|
246571
|
+
"shape": "S9m"
|
246538
246572
|
},
|
246539
246573
|
"Response": {},
|
246540
246574
|
"FailureMessage": {},
|
@@ -246544,13 +246578,13 @@ module.exports={
|
|
246544
246578
|
"FailureStage": {},
|
246545
246579
|
"FailureType": {},
|
246546
246580
|
"Details": {
|
246547
|
-
"shape": "
|
246581
|
+
"shape": "S9m"
|
246548
246582
|
}
|
246549
246583
|
}
|
246550
246584
|
},
|
246551
246585
|
"StepExecutionId": {},
|
246552
246586
|
"OverriddenParameters": {
|
246553
|
-
"shape": "
|
246587
|
+
"shape": "S9m"
|
246554
246588
|
},
|
246555
246589
|
"IsEnd": {
|
246556
246590
|
"type": "boolean"
|
@@ -246575,7 +246609,7 @@ module.exports={
|
|
246575
246609
|
}
|
246576
246610
|
}
|
246577
246611
|
},
|
246578
|
-
"
|
246612
|
+
"Saf": {
|
246579
246613
|
"type": "list",
|
246580
246614
|
"member": {
|
246581
246615
|
"type": "structure",
|
@@ -246588,7 +246622,7 @@ module.exports={
|
|
246588
246622
|
}
|
246589
246623
|
}
|
246590
246624
|
},
|
246591
|
-
"
|
246625
|
+
"San": {
|
246592
246626
|
"type": "structure",
|
246593
246627
|
"members": {
|
246594
246628
|
"Id": {},
|
@@ -246629,15 +246663,15 @@ module.exports={
|
|
246629
246663
|
"Repository": {}
|
246630
246664
|
}
|
246631
246665
|
},
|
246632
|
-
"
|
246666
|
+
"Sbi": {
|
246633
246667
|
"type": "list",
|
246634
246668
|
"member": {}
|
246635
246669
|
},
|
246636
|
-
"
|
246670
|
+
"Scb": {
|
246637
246671
|
"type": "list",
|
246638
246672
|
"member": {}
|
246639
246673
|
},
|
246640
|
-
"
|
246674
|
+
"Scx": {
|
246641
246675
|
"type": "structure",
|
246642
246676
|
"required": [
|
246643
246677
|
"InstanceId",
|
@@ -246654,7 +246688,7 @@ module.exports={
|
|
246654
246688
|
"SnapshotId": {},
|
246655
246689
|
"InstallOverrideList": {},
|
246656
246690
|
"OwnerInformation": {
|
246657
|
-
"shape": "
|
246691
|
+
"shape": "Sd0"
|
246658
246692
|
},
|
246659
246693
|
"InstalledCount": {
|
246660
246694
|
"type": "integer"
|
@@ -246702,11 +246736,11 @@ module.exports={
|
|
246702
246736
|
}
|
246703
246737
|
}
|
246704
246738
|
},
|
246705
|
-
"
|
246739
|
+
"Sd0": {
|
246706
246740
|
"type": "string",
|
246707
246741
|
"sensitive": true
|
246708
246742
|
},
|
246709
|
-
"
|
246743
|
+
"Se3": {
|
246710
246744
|
"type": "list",
|
246711
246745
|
"member": {
|
246712
246746
|
"type": "structure",
|
@@ -246719,11 +246753,11 @@ module.exports={
|
|
246719
246753
|
}
|
246720
246754
|
}
|
246721
246755
|
},
|
246722
|
-
"
|
246756
|
+
"Sef": {
|
246723
246757
|
"type": "string",
|
246724
246758
|
"sensitive": true
|
246725
246759
|
},
|
246726
|
-
"
|
246760
|
+
"Sf6": {
|
246727
246761
|
"type": "map",
|
246728
246762
|
"key": {},
|
246729
246763
|
"value": {
|
@@ -246742,7 +246776,7 @@ module.exports={
|
|
246742
246776
|
},
|
246743
246777
|
"sensitive": true
|
246744
246778
|
},
|
246745
|
-
"
|
246779
|
+
"Sfc": {
|
246746
246780
|
"type": "structure",
|
246747
246781
|
"required": [
|
246748
246782
|
"S3BucketName",
|
@@ -246754,7 +246788,7 @@ module.exports={
|
|
246754
246788
|
"S3Region": {}
|
246755
246789
|
}
|
246756
246790
|
},
|
246757
|
-
"
|
246791
|
+
"Sg6": {
|
246758
246792
|
"type": "list",
|
246759
246793
|
"member": {
|
246760
246794
|
"type": "structure",
|
@@ -246771,7 +246805,7 @@ module.exports={
|
|
246771
246805
|
}
|
246772
246806
|
}
|
246773
246807
|
},
|
246774
|
-
"
|
246808
|
+
"Sgl": {
|
246775
246809
|
"type": "list",
|
246776
246810
|
"member": {
|
246777
246811
|
"type": "structure",
|
@@ -246782,7 +246816,7 @@ module.exports={
|
|
246782
246816
|
}
|
246783
246817
|
}
|
246784
246818
|
},
|
246785
|
-
"
|
246819
|
+
"Sgr": {
|
246786
246820
|
"type": "structure",
|
246787
246821
|
"members": {
|
246788
246822
|
"BaselineId": {},
|
@@ -246794,7 +246828,7 @@ module.exports={
|
|
246794
246828
|
}
|
246795
246829
|
}
|
246796
246830
|
},
|
246797
|
-
"
|
246831
|
+
"Sic": {
|
246798
246832
|
"type": "structure",
|
246799
246833
|
"members": {
|
246800
246834
|
"CloudWatchLogGroupName": {},
|
@@ -246803,7 +246837,7 @@ module.exports={
|
|
246803
246837
|
}
|
246804
246838
|
}
|
246805
246839
|
},
|
246806
|
-
"
|
246840
|
+
"Siy": {
|
246807
246841
|
"type": "list",
|
246808
246842
|
"member": {
|
246809
246843
|
"type": "structure",
|
@@ -246821,14 +246855,14 @@ module.exports={
|
|
246821
246855
|
}
|
246822
246856
|
}
|
246823
246857
|
},
|
246824
|
-
"
|
246858
|
+
"Sj4": {
|
246825
246859
|
"type": "list",
|
246826
246860
|
"member": {
|
246827
246861
|
"type": "structure",
|
246828
246862
|
"members": {
|
246829
246863
|
"Expression": {},
|
246830
246864
|
"Aggregators": {
|
246831
|
-
"shape": "
|
246865
|
+
"shape": "Sj4"
|
246832
246866
|
},
|
246833
246867
|
"Groups": {
|
246834
246868
|
"type": "list",
|
@@ -246841,7 +246875,7 @@ module.exports={
|
|
246841
246875
|
"members": {
|
246842
246876
|
"Name": {},
|
246843
246877
|
"Filters": {
|
246844
|
-
"shape": "
|
246878
|
+
"shape": "Siy"
|
246845
246879
|
}
|
246846
246880
|
}
|
246847
246881
|
}
|
@@ -246849,7 +246883,7 @@ module.exports={
|
|
246849
246883
|
}
|
246850
246884
|
}
|
246851
246885
|
},
|
246852
|
-
"
|
246886
|
+
"Sjl": {
|
246853
246887
|
"type": "list",
|
246854
246888
|
"member": {
|
246855
246889
|
"type": "map",
|
@@ -246857,7 +246891,7 @@ module.exports={
|
|
246857
246891
|
"value": {}
|
246858
246892
|
}
|
246859
246893
|
},
|
246860
|
-
"
|
246894
|
+
"Skc": {
|
246861
246895
|
"type": "structure",
|
246862
246896
|
"members": {
|
246863
246897
|
"RunCommand": {
|
@@ -246865,13 +246899,13 @@ module.exports={
|
|
246865
246899
|
"members": {
|
246866
246900
|
"Comment": {},
|
246867
246901
|
"CloudWatchOutputConfig": {
|
246868
|
-
"shape": "
|
246902
|
+
"shape": "Sic"
|
246869
246903
|
},
|
246870
246904
|
"DocumentHash": {},
|
246871
246905
|
"DocumentHashType": {},
|
246872
246906
|
"DocumentVersion": {},
|
246873
246907
|
"NotificationConfig": {
|
246874
|
-
"shape": "
|
246908
|
+
"shape": "Ske"
|
246875
246909
|
},
|
246876
246910
|
"OutputS3BucketName": {},
|
246877
246911
|
"OutputS3KeyPrefix": {},
|
@@ -246889,7 +246923,7 @@ module.exports={
|
|
246889
246923
|
"members": {
|
246890
246924
|
"DocumentVersion": {},
|
246891
246925
|
"Parameters": {
|
246892
|
-
"shape": "
|
246926
|
+
"shape": "S9m"
|
246893
246927
|
}
|
246894
246928
|
}
|
246895
246929
|
},
|
@@ -246916,7 +246950,7 @@ module.exports={
|
|
246916
246950
|
}
|
246917
246951
|
}
|
246918
246952
|
},
|
246919
|
-
"
|
246953
|
+
"Ske": {
|
246920
246954
|
"type": "structure",
|
246921
246955
|
"members": {
|
246922
246956
|
"NotificationArn": {},
|
@@ -246927,7 +246961,7 @@ module.exports={
|
|
246927
246961
|
"NotificationType": {}
|
246928
246962
|
}
|
246929
246963
|
},
|
246930
|
-
"
|
246964
|
+
"Skz": {
|
246931
246965
|
"type": "list",
|
246932
246966
|
"member": {
|
246933
246967
|
"type": "structure",
|
@@ -246945,7 +246979,7 @@ module.exports={
|
|
246945
246979
|
}
|
246946
246980
|
}
|
246947
246981
|
},
|
246948
|
-
"
|
246982
|
+
"Sl5": {
|
246949
246983
|
"type": "list",
|
246950
246984
|
"member": {
|
246951
246985
|
"type": "structure",
|
@@ -246959,21 +246993,21 @@ module.exports={
|
|
246959
246993
|
"value": {}
|
246960
246994
|
},
|
246961
246995
|
"Filters": {
|
246962
|
-
"shape": "
|
246996
|
+
"shape": "Skz"
|
246963
246997
|
},
|
246964
246998
|
"Aggregators": {
|
246965
|
-
"shape": "
|
246999
|
+
"shape": "Sl5"
|
246966
247000
|
}
|
246967
247001
|
}
|
246968
247002
|
}
|
246969
247003
|
},
|
246970
|
-
"
|
247004
|
+
"Slr": {
|
246971
247005
|
"type": "structure",
|
246972
247006
|
"members": {
|
246973
247007
|
"Name": {},
|
246974
247008
|
"Type": {},
|
246975
247009
|
"Value": {
|
246976
|
-
"shape": "
|
247010
|
+
"shape": "Sls"
|
246977
247011
|
},
|
246978
247012
|
"Version": {
|
246979
247013
|
"type": "long"
|
@@ -246987,21 +247021,21 @@ module.exports={
|
|
246987
247021
|
"DataType": {}
|
246988
247022
|
}
|
246989
247023
|
},
|
246990
|
-
"
|
247024
|
+
"Sls": {
|
246991
247025
|
"type": "string",
|
246992
247026
|
"sensitive": true
|
246993
247027
|
},
|
246994
|
-
"
|
247028
|
+
"Sly": {
|
246995
247029
|
"type": "list",
|
246996
247030
|
"member": {}
|
246997
247031
|
},
|
246998
|
-
"
|
247032
|
+
"Sm2": {
|
246999
247033
|
"type": "list",
|
247000
247034
|
"member": {
|
247001
|
-
"shape": "
|
247035
|
+
"shape": "Slr"
|
247002
247036
|
}
|
247003
247037
|
},
|
247004
|
-
"
|
247038
|
+
"Smk": {
|
247005
247039
|
"type": "structure",
|
247006
247040
|
"members": {
|
247007
247041
|
"SettingId": {},
|
@@ -247014,7 +247048,7 @@ module.exports={
|
|
247014
247048
|
"Status": {}
|
247015
247049
|
}
|
247016
247050
|
},
|
247017
|
-
"
|
247051
|
+
"Sn2": {
|
247018
247052
|
"type": "list",
|
247019
247053
|
"member": {
|
247020
247054
|
"type": "structure",
|
@@ -247028,7 +247062,7 @@ module.exports={
|
|
247028
247062
|
}
|
247029
247063
|
}
|
247030
247064
|
},
|
247031
|
-
"
|
247065
|
+
"Sni": {
|
247032
247066
|
"type": "structure",
|
247033
247067
|
"members": {
|
247034
247068
|
"CommandId": {},
|
@@ -247071,10 +247105,10 @@ module.exports={
|
|
247071
247105
|
},
|
247072
247106
|
"ServiceRole": {},
|
247073
247107
|
"NotificationConfig": {
|
247074
|
-
"shape": "
|
247108
|
+
"shape": "Ske"
|
247075
247109
|
},
|
247076
247110
|
"CloudWatchOutputConfig": {
|
247077
|
-
"shape": "
|
247111
|
+
"shape": "Sic"
|
247078
247112
|
},
|
247079
247113
|
"TimeoutSeconds": {
|
247080
247114
|
"type": "integer"
|
@@ -247087,7 +247121,7 @@ module.exports={
|
|
247087
247121
|
}
|
247088
247122
|
}
|
247089
247123
|
},
|
247090
|
-
"
|
247124
|
+
"Snp": {
|
247091
247125
|
"type": "list",
|
247092
247126
|
"member": {
|
247093
247127
|
"type": "structure",
|
@@ -247101,7 +247135,7 @@ module.exports={
|
|
247101
247135
|
}
|
247102
247136
|
}
|
247103
247137
|
},
|
247104
|
-
"
|
247138
|
+
"So7": {
|
247105
247139
|
"type": "structure",
|
247106
247140
|
"required": [
|
247107
247141
|
"ExecutionTime"
|
@@ -247114,23 +247148,23 @@ module.exports={
|
|
247114
247148
|
"ExecutionType": {}
|
247115
247149
|
}
|
247116
247150
|
},
|
247117
|
-
"
|
247151
|
+
"Soa": {
|
247118
247152
|
"type": "map",
|
247119
247153
|
"key": {},
|
247120
247154
|
"value": {}
|
247121
247155
|
},
|
247122
|
-
"
|
247156
|
+
"Sof": {
|
247123
247157
|
"type": "structure",
|
247124
247158
|
"members": {
|
247125
247159
|
"CompliantCount": {
|
247126
247160
|
"type": "integer"
|
247127
247161
|
},
|
247128
247162
|
"SeveritySummary": {
|
247129
|
-
"shape": "
|
247163
|
+
"shape": "Soh"
|
247130
247164
|
}
|
247131
247165
|
}
|
247132
247166
|
},
|
247133
|
-
"
|
247167
|
+
"Soh": {
|
247134
247168
|
"type": "structure",
|
247135
247169
|
"members": {
|
247136
247170
|
"CriticalCount": {
|
@@ -247153,18 +247187,18 @@ module.exports={
|
|
247153
247187
|
}
|
247154
247188
|
}
|
247155
247189
|
},
|
247156
|
-
"
|
247190
|
+
"Soi": {
|
247157
247191
|
"type": "structure",
|
247158
247192
|
"members": {
|
247159
247193
|
"NonCompliantCount": {
|
247160
247194
|
"type": "integer"
|
247161
247195
|
},
|
247162
247196
|
"SeveritySummary": {
|
247163
|
-
"shape": "
|
247197
|
+
"shape": "Soh"
|
247164
247198
|
}
|
247165
247199
|
}
|
247166
247200
|
},
|
247167
|
-
"
|
247201
|
+
"Sop": {
|
247168
247202
|
"type": "list",
|
247169
247203
|
"member": {
|
247170
247204
|
"type": "structure",
|
@@ -247174,7 +247208,7 @@ module.exports={
|
|
247174
247208
|
}
|
247175
247209
|
}
|
247176
247210
|
},
|
247177
|
-
"
|
247211
|
+
"Spn": {
|
247178
247212
|
"type": "structure",
|
247179
247213
|
"members": {
|
247180
247214
|
"Arn": {}
|
@@ -262292,7 +262326,7 @@ AWS.util.update(AWS, {
|
|
262292
262326
|
/**
|
262293
262327
|
* @constant
|
262294
262328
|
*/
|
262295
|
-
VERSION: '2.
|
262329
|
+
VERSION: '2.1478.0',
|
262296
262330
|
|
262297
262331
|
/**
|
262298
262332
|
* @api private
|
@@ -284473,7 +284507,7 @@ var LRUCache = /** @class */ (function () {
|
|
284473
284507
|
}());
|
284474
284508
|
exports.LRUCache = LRUCache;
|
284475
284509
|
},{}],467:[function(require,module,exports){
|
284476
|
-
// AWS SDK for JavaScript v2.
|
284510
|
+
// AWS SDK for JavaScript v2.1478.0
|
284477
284511
|
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
284478
284512
|
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
|
284479
284513
|
require('./browser_loader');
|