cdk-comprehend-s3olap 2.0.174 → 2.0.175
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-comprehend-s3olap.js +2 -2
- package/lib/comprehend-lambdas.js +2 -2
- package/lib/iam-roles.js +4 -4
- package/node_modules/aws-sdk/CHANGELOG.md +11 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/cloudformation-2010-05-15.min.json +164 -127
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +6 -0
- package/node_modules/aws-sdk/apis/finspace-2021-03-12.min.json +1401 -17
- package/node_modules/aws-sdk/apis/finspace-2021-03-12.paginators.json +21 -0
- package/node_modules/aws-sdk/apis/keyspaces-2022-02-10.min.json +60 -34
- package/node_modules/aws-sdk/apis/kms-2014-11-01.examples.json +117 -9
- package/node_modules/aws-sdk/clients/cloudformation.d.ts +124 -61
- package/node_modules/aws-sdk/clients/ec2.d.ts +2 -2
- package/node_modules/aws-sdk/clients/finspace.d.ts +1904 -127
- package/node_modules/aws-sdk/clients/frauddetector.d.ts +5 -5
- package/node_modules/aws-sdk/clients/keyspaces.d.ts +34 -1
- package/node_modules/aws-sdk/clients/kms.d.ts +20 -20
- package/node_modules/aws-sdk/clients/lambda.d.ts +10 -10
- package/node_modules/aws-sdk/clients/mwaa.d.ts +5 -5
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +6 -6
- package/node_modules/aws-sdk/dist/aws-sdk.js +173 -130
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +97 -97
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +2 -2
@@ -1,4 +1,4 @@
|
|
1
|
-
// AWS SDK for JavaScript v2.
|
1
|
+
// AWS SDK for JavaScript v2.1391.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){
|
@@ -14235,6 +14235,17 @@ module.exports={
|
|
14235
14235
|
"xmlNamespace": "http://cloudformation.amazonaws.com/doc/2010-05-15/"
|
14236
14236
|
},
|
14237
14237
|
"operations": {
|
14238
|
+
"ActivateOrganizationsAccess": {
|
14239
|
+
"input": {
|
14240
|
+
"type": "structure",
|
14241
|
+
"members": {}
|
14242
|
+
},
|
14243
|
+
"output": {
|
14244
|
+
"resultWrapper": "ActivateOrganizationsAccessResult",
|
14245
|
+
"type": "structure",
|
14246
|
+
"members": {}
|
14247
|
+
}
|
14248
|
+
},
|
14238
14249
|
"ActivateType": {
|
14239
14250
|
"input": {
|
14240
14251
|
"type": "structure",
|
@@ -14248,7 +14259,7 @@ module.exports={
|
|
14248
14259
|
"type": "boolean"
|
14249
14260
|
},
|
14250
14261
|
"LoggingConfig": {
|
14251
|
-
"shape": "
|
14262
|
+
"shape": "S9"
|
14252
14263
|
},
|
14253
14264
|
"ExecutionRoleArn": {},
|
14254
14265
|
"VersionBump": {},
|
@@ -14276,7 +14287,7 @@ module.exports={
|
|
14276
14287
|
"TypeConfigurationIdentifiers": {
|
14277
14288
|
"type": "list",
|
14278
14289
|
"member": {
|
14279
|
-
"shape": "
|
14290
|
+
"shape": "Si"
|
14280
14291
|
}
|
14281
14292
|
}
|
14282
14293
|
}
|
@@ -14293,7 +14304,7 @@ module.exports={
|
|
14293
14304
|
"ErrorCode": {},
|
14294
14305
|
"ErrorMessage": {},
|
14295
14306
|
"TypeConfigurationIdentifier": {
|
14296
|
-
"shape": "
|
14307
|
+
"shape": "Si"
|
14297
14308
|
}
|
14298
14309
|
}
|
14299
14310
|
}
|
@@ -14301,7 +14312,7 @@ module.exports={
|
|
14301
14312
|
"UnprocessedTypeConfigurations": {
|
14302
14313
|
"type": "list",
|
14303
14314
|
"member": {
|
14304
|
-
"shape": "
|
14315
|
+
"shape": "Si"
|
14305
14316
|
}
|
14306
14317
|
},
|
14307
14318
|
"TypeConfigurations": {
|
@@ -14375,23 +14386,23 @@ module.exports={
|
|
14375
14386
|
"type": "boolean"
|
14376
14387
|
},
|
14377
14388
|
"Parameters": {
|
14378
|
-
"shape": "
|
14389
|
+
"shape": "S1a"
|
14379
14390
|
},
|
14380
14391
|
"Capabilities": {
|
14381
|
-
"shape": "
|
14392
|
+
"shape": "S1f"
|
14382
14393
|
},
|
14383
14394
|
"ResourceTypes": {
|
14384
|
-
"shape": "
|
14395
|
+
"shape": "S1h"
|
14385
14396
|
},
|
14386
14397
|
"RoleARN": {},
|
14387
14398
|
"RollbackConfiguration": {
|
14388
|
-
"shape": "
|
14399
|
+
"shape": "S1j"
|
14389
14400
|
},
|
14390
14401
|
"NotificationARNs": {
|
14391
|
-
"shape": "
|
14402
|
+
"shape": "S1p"
|
14392
14403
|
},
|
14393
14404
|
"Tags": {
|
14394
|
-
"shape": "
|
14405
|
+
"shape": "S1r"
|
14395
14406
|
},
|
14396
14407
|
"ChangeSetName": {},
|
14397
14408
|
"ClientToken": {},
|
@@ -14442,32 +14453,32 @@ module.exports={
|
|
14442
14453
|
"TemplateBody": {},
|
14443
14454
|
"TemplateURL": {},
|
14444
14455
|
"Parameters": {
|
14445
|
-
"shape": "
|
14456
|
+
"shape": "S1a"
|
14446
14457
|
},
|
14447
14458
|
"DisableRollback": {
|
14448
14459
|
"type": "boolean"
|
14449
14460
|
},
|
14450
14461
|
"RollbackConfiguration": {
|
14451
|
-
"shape": "
|
14462
|
+
"shape": "S1j"
|
14452
14463
|
},
|
14453
14464
|
"TimeoutInMinutes": {
|
14454
14465
|
"type": "integer"
|
14455
14466
|
},
|
14456
14467
|
"NotificationARNs": {
|
14457
|
-
"shape": "
|
14468
|
+
"shape": "S1p"
|
14458
14469
|
},
|
14459
14470
|
"Capabilities": {
|
14460
|
-
"shape": "
|
14471
|
+
"shape": "S1f"
|
14461
14472
|
},
|
14462
14473
|
"ResourceTypes": {
|
14463
|
-
"shape": "
|
14474
|
+
"shape": "S1h"
|
14464
14475
|
},
|
14465
14476
|
"RoleARN": {},
|
14466
14477
|
"OnFailure": {},
|
14467
14478
|
"StackPolicyBody": {},
|
14468
14479
|
"StackPolicyURL": {},
|
14469
14480
|
"Tags": {
|
14470
|
-
"shape": "
|
14481
|
+
"shape": "S1r"
|
14471
14482
|
},
|
14472
14483
|
"ClientRequestToken": {},
|
14473
14484
|
"EnableTerminationProtection": {
|
@@ -14493,19 +14504,19 @@ module.exports={
|
|
14493
14504
|
"members": {
|
14494
14505
|
"StackSetName": {},
|
14495
14506
|
"Accounts": {
|
14496
|
-
"shape": "
|
14507
|
+
"shape": "S2j"
|
14497
14508
|
},
|
14498
14509
|
"DeploymentTargets": {
|
14499
|
-
"shape": "
|
14510
|
+
"shape": "S2l"
|
14500
14511
|
},
|
14501
14512
|
"Regions": {
|
14502
|
-
"shape": "
|
14513
|
+
"shape": "S2q"
|
14503
14514
|
},
|
14504
14515
|
"ParameterOverrides": {
|
14505
|
-
"shape": "
|
14516
|
+
"shape": "S1a"
|
14506
14517
|
},
|
14507
14518
|
"OperationPreferences": {
|
14508
|
-
"shape": "
|
14519
|
+
"shape": "S2s"
|
14509
14520
|
},
|
14510
14521
|
"OperationId": {
|
14511
14522
|
"idempotencyToken": true
|
@@ -14534,26 +14545,26 @@ module.exports={
|
|
14534
14545
|
"TemplateURL": {},
|
14535
14546
|
"StackId": {},
|
14536
14547
|
"Parameters": {
|
14537
|
-
"shape": "
|
14548
|
+
"shape": "S1a"
|
14538
14549
|
},
|
14539
14550
|
"Capabilities": {
|
14540
|
-
"shape": "
|
14551
|
+
"shape": "S1f"
|
14541
14552
|
},
|
14542
14553
|
"Tags": {
|
14543
|
-
"shape": "
|
14554
|
+
"shape": "S1r"
|
14544
14555
|
},
|
14545
14556
|
"AdministrationRoleARN": {},
|
14546
14557
|
"ExecutionRoleName": {},
|
14547
14558
|
"PermissionModel": {},
|
14548
14559
|
"AutoDeployment": {
|
14549
|
-
"shape": "
|
14560
|
+
"shape": "S33"
|
14550
14561
|
},
|
14551
14562
|
"CallAs": {},
|
14552
14563
|
"ClientRequestToken": {
|
14553
14564
|
"idempotencyToken": true
|
14554
14565
|
},
|
14555
14566
|
"ManagedExecution": {
|
14556
|
-
"shape": "
|
14567
|
+
"shape": "S36"
|
14557
14568
|
}
|
14558
14569
|
}
|
14559
14570
|
},
|
@@ -14565,6 +14576,17 @@ module.exports={
|
|
14565
14576
|
}
|
14566
14577
|
}
|
14567
14578
|
},
|
14579
|
+
"DeactivateOrganizationsAccess": {
|
14580
|
+
"input": {
|
14581
|
+
"type": "structure",
|
14582
|
+
"members": {}
|
14583
|
+
},
|
14584
|
+
"output": {
|
14585
|
+
"resultWrapper": "DeactivateOrganizationsAccessResult",
|
14586
|
+
"type": "structure",
|
14587
|
+
"members": {}
|
14588
|
+
}
|
14589
|
+
},
|
14568
14590
|
"DeactivateType": {
|
14569
14591
|
"input": {
|
14570
14592
|
"type": "structure",
|
@@ -14626,16 +14648,16 @@ module.exports={
|
|
14626
14648
|
"members": {
|
14627
14649
|
"StackSetName": {},
|
14628
14650
|
"Accounts": {
|
14629
|
-
"shape": "
|
14651
|
+
"shape": "S2j"
|
14630
14652
|
},
|
14631
14653
|
"DeploymentTargets": {
|
14632
|
-
"shape": "
|
14654
|
+
"shape": "S2l"
|
14633
14655
|
},
|
14634
14656
|
"Regions": {
|
14635
|
-
"shape": "
|
14657
|
+
"shape": "S2q"
|
14636
14658
|
},
|
14637
14659
|
"OperationPreferences": {
|
14638
|
-
"shape": "
|
14660
|
+
"shape": "S2s"
|
14639
14661
|
},
|
14640
14662
|
"RetainStacks": {
|
14641
14663
|
"type": "boolean"
|
@@ -14737,7 +14759,7 @@ module.exports={
|
|
14737
14759
|
"StackName": {},
|
14738
14760
|
"Description": {},
|
14739
14761
|
"Parameters": {
|
14740
|
-
"shape": "
|
14762
|
+
"shape": "S1a"
|
14741
14763
|
},
|
14742
14764
|
"CreationTime": {
|
14743
14765
|
"type": "timestamp"
|
@@ -14746,16 +14768,16 @@ module.exports={
|
|
14746
14768
|
"Status": {},
|
14747
14769
|
"StatusReason": {},
|
14748
14770
|
"NotificationARNs": {
|
14749
|
-
"shape": "
|
14771
|
+
"shape": "S1p"
|
14750
14772
|
},
|
14751
14773
|
"RollbackConfiguration": {
|
14752
|
-
"shape": "
|
14774
|
+
"shape": "S1j"
|
14753
14775
|
},
|
14754
14776
|
"Capabilities": {
|
14755
|
-
"shape": "
|
14777
|
+
"shape": "S1f"
|
14756
14778
|
},
|
14757
14779
|
"Tags": {
|
14758
|
-
"shape": "
|
14780
|
+
"shape": "S1r"
|
14759
14781
|
},
|
14760
14782
|
"Changes": {
|
14761
14783
|
"type": "list",
|
@@ -14799,7 +14821,7 @@ module.exports={
|
|
14799
14821
|
},
|
14800
14822
|
"ChangeSetId": {},
|
14801
14823
|
"ModuleInfo": {
|
14802
|
-
"shape": "
|
14824
|
+
"shape": "S4n"
|
14803
14825
|
}
|
14804
14826
|
}
|
14805
14827
|
}
|
@@ -14868,6 +14890,21 @@ module.exports={
|
|
14868
14890
|
}
|
14869
14891
|
}
|
14870
14892
|
},
|
14893
|
+
"DescribeOrganizationsAccess": {
|
14894
|
+
"input": {
|
14895
|
+
"type": "structure",
|
14896
|
+
"members": {
|
14897
|
+
"CallAs": {}
|
14898
|
+
}
|
14899
|
+
},
|
14900
|
+
"output": {
|
14901
|
+
"resultWrapper": "DescribeOrganizationsAccessResult",
|
14902
|
+
"type": "structure",
|
14903
|
+
"members": {
|
14904
|
+
"Status": {}
|
14905
|
+
}
|
14906
|
+
}
|
14907
|
+
},
|
14871
14908
|
"DescribePublisher": {
|
14872
14909
|
"input": {
|
14873
14910
|
"type": "structure",
|
@@ -14996,11 +15033,11 @@ module.exports={
|
|
14996
15033
|
"Account": {},
|
14997
15034
|
"StackId": {},
|
14998
15035
|
"ParameterOverrides": {
|
14999
|
-
"shape": "
|
15036
|
+
"shape": "S1a"
|
15000
15037
|
},
|
15001
15038
|
"Status": {},
|
15002
15039
|
"StackInstanceStatus": {
|
15003
|
-
"shape": "
|
15040
|
+
"shape": "S5y"
|
15004
15041
|
},
|
15005
15042
|
"StatusReason": {},
|
15006
15043
|
"OrganizationalUnitId": {},
|
@@ -15052,10 +15089,10 @@ module.exports={
|
|
15052
15089
|
"Description": {},
|
15053
15090
|
"Metadata": {},
|
15054
15091
|
"DriftInformation": {
|
15055
|
-
"shape": "
|
15092
|
+
"shape": "S65"
|
15056
15093
|
},
|
15057
15094
|
"ModuleInfo": {
|
15058
|
-
"shape": "
|
15095
|
+
"shape": "S4n"
|
15059
15096
|
}
|
15060
15097
|
}
|
15061
15098
|
}
|
@@ -15090,7 +15127,7 @@ module.exports={
|
|
15090
15127
|
"StackResourceDrifts": {
|
15091
15128
|
"type": "list",
|
15092
15129
|
"member": {
|
15093
|
-
"shape": "
|
15130
|
+
"shape": "S6c"
|
15094
15131
|
}
|
15095
15132
|
},
|
15096
15133
|
"NextToken": {}
|
@@ -15133,10 +15170,10 @@ module.exports={
|
|
15133
15170
|
"ResourceStatusReason": {},
|
15134
15171
|
"Description": {},
|
15135
15172
|
"DriftInformation": {
|
15136
|
-
"shape": "
|
15173
|
+
"shape": "S65"
|
15137
15174
|
},
|
15138
15175
|
"ModuleInfo": {
|
15139
|
-
"shape": "
|
15176
|
+
"shape": "S4n"
|
15140
15177
|
}
|
15141
15178
|
}
|
15142
15179
|
}
|
@@ -15168,32 +15205,32 @@ module.exports={
|
|
15168
15205
|
"Status": {},
|
15169
15206
|
"TemplateBody": {},
|
15170
15207
|
"Parameters": {
|
15171
|
-
"shape": "
|
15208
|
+
"shape": "S1a"
|
15172
15209
|
},
|
15173
15210
|
"Capabilities": {
|
15174
|
-
"shape": "
|
15211
|
+
"shape": "S1f"
|
15175
15212
|
},
|
15176
15213
|
"Tags": {
|
15177
|
-
"shape": "
|
15214
|
+
"shape": "S1r"
|
15178
15215
|
},
|
15179
15216
|
"StackSetARN": {},
|
15180
15217
|
"AdministrationRoleARN": {},
|
15181
15218
|
"ExecutionRoleName": {},
|
15182
15219
|
"StackSetDriftDetectionDetails": {
|
15183
|
-
"shape": "
|
15220
|
+
"shape": "S6w"
|
15184
15221
|
},
|
15185
15222
|
"AutoDeployment": {
|
15186
|
-
"shape": "
|
15223
|
+
"shape": "S33"
|
15187
15224
|
},
|
15188
15225
|
"PermissionModel": {},
|
15189
15226
|
"OrganizationalUnitIds": {
|
15190
|
-
"shape": "
|
15227
|
+
"shape": "S2n"
|
15191
15228
|
},
|
15192
15229
|
"ManagedExecution": {
|
15193
|
-
"shape": "
|
15230
|
+
"shape": "S36"
|
15194
15231
|
},
|
15195
15232
|
"Regions": {
|
15196
|
-
"shape": "
|
15233
|
+
"shape": "S2q"
|
15197
15234
|
}
|
15198
15235
|
}
|
15199
15236
|
}
|
@@ -15225,7 +15262,7 @@ module.exports={
|
|
15225
15262
|
"Action": {},
|
15226
15263
|
"Status": {},
|
15227
15264
|
"OperationPreferences": {
|
15228
|
-
"shape": "
|
15265
|
+
"shape": "S2s"
|
15229
15266
|
},
|
15230
15267
|
"RetainStacks": {
|
15231
15268
|
"type": "boolean"
|
@@ -15239,14 +15276,14 @@ module.exports={
|
|
15239
15276
|
"type": "timestamp"
|
15240
15277
|
},
|
15241
15278
|
"DeploymentTargets": {
|
15242
|
-
"shape": "
|
15279
|
+
"shape": "S2l"
|
15243
15280
|
},
|
15244
15281
|
"StackSetDriftDetectionDetails": {
|
15245
|
-
"shape": "
|
15282
|
+
"shape": "S6w"
|
15246
15283
|
},
|
15247
15284
|
"StatusReason": {},
|
15248
15285
|
"StatusDetails": {
|
15249
|
-
"shape": "
|
15286
|
+
"shape": "S7b"
|
15250
15287
|
}
|
15251
15288
|
}
|
15252
15289
|
}
|
@@ -15280,7 +15317,7 @@ module.exports={
|
|
15280
15317
|
"ChangeSetId": {},
|
15281
15318
|
"Description": {},
|
15282
15319
|
"Parameters": {
|
15283
|
-
"shape": "
|
15320
|
+
"shape": "S1a"
|
15284
15321
|
},
|
15285
15322
|
"CreationTime": {
|
15286
15323
|
"type": "timestamp"
|
@@ -15292,7 +15329,7 @@ module.exports={
|
|
15292
15329
|
"type": "timestamp"
|
15293
15330
|
},
|
15294
15331
|
"RollbackConfiguration": {
|
15295
|
-
"shape": "
|
15332
|
+
"shape": "S1j"
|
15296
15333
|
},
|
15297
15334
|
"StackStatus": {},
|
15298
15335
|
"StackStatusReason": {},
|
@@ -15300,13 +15337,13 @@ module.exports={
|
|
15300
15337
|
"type": "boolean"
|
15301
15338
|
},
|
15302
15339
|
"NotificationARNs": {
|
15303
|
-
"shape": "
|
15340
|
+
"shape": "S1p"
|
15304
15341
|
},
|
15305
15342
|
"TimeoutInMinutes": {
|
15306
15343
|
"type": "integer"
|
15307
15344
|
},
|
15308
15345
|
"Capabilities": {
|
15309
|
-
"shape": "
|
15346
|
+
"shape": "S1f"
|
15310
15347
|
},
|
15311
15348
|
"Outputs": {
|
15312
15349
|
"type": "list",
|
@@ -15322,7 +15359,7 @@ module.exports={
|
|
15322
15359
|
},
|
15323
15360
|
"RoleARN": {},
|
15324
15361
|
"Tags": {
|
15325
|
-
"shape": "
|
15362
|
+
"shape": "S1r"
|
15326
15363
|
},
|
15327
15364
|
"EnableTerminationProtection": {
|
15328
15365
|
"type": "boolean"
|
@@ -15378,7 +15415,7 @@ module.exports={
|
|
15378
15415
|
"ProvisioningType": {},
|
15379
15416
|
"DeprecatedStatus": {},
|
15380
15417
|
"LoggingConfig": {
|
15381
|
-
"shape": "
|
15418
|
+
"shape": "S9"
|
15382
15419
|
},
|
15383
15420
|
"RequiredActivatedTypes": {
|
15384
15421
|
"type": "list",
|
@@ -15454,7 +15491,7 @@ module.exports={
|
|
15454
15491
|
"members": {
|
15455
15492
|
"StackName": {},
|
15456
15493
|
"LogicalResourceIds": {
|
15457
|
-
"shape": "
|
15494
|
+
"shape": "S8c"
|
15458
15495
|
}
|
15459
15496
|
}
|
15460
15497
|
},
|
@@ -15489,7 +15526,7 @@ module.exports={
|
|
15489
15526
|
],
|
15490
15527
|
"members": {
|
15491
15528
|
"StackResourceDrift": {
|
15492
|
-
"shape": "
|
15529
|
+
"shape": "S6c"
|
15493
15530
|
}
|
15494
15531
|
}
|
15495
15532
|
}
|
@@ -15503,7 +15540,7 @@ module.exports={
|
|
15503
15540
|
"members": {
|
15504
15541
|
"StackSetName": {},
|
15505
15542
|
"OperationPreferences": {
|
15506
|
-
"shape": "
|
15543
|
+
"shape": "S2s"
|
15507
15544
|
},
|
15508
15545
|
"OperationId": {
|
15509
15546
|
"idempotencyToken": true
|
@@ -15526,7 +15563,7 @@ module.exports={
|
|
15526
15563
|
"TemplateBody": {},
|
15527
15564
|
"TemplateURL": {},
|
15528
15565
|
"Parameters": {
|
15529
|
-
"shape": "
|
15566
|
+
"shape": "S1a"
|
15530
15567
|
}
|
15531
15568
|
}
|
15532
15569
|
},
|
@@ -15639,16 +15676,16 @@ module.exports={
|
|
15639
15676
|
},
|
15640
15677
|
"Description": {},
|
15641
15678
|
"Capabilities": {
|
15642
|
-
"shape": "
|
15679
|
+
"shape": "S1f"
|
15643
15680
|
},
|
15644
15681
|
"CapabilitiesReason": {},
|
15645
15682
|
"ResourceTypes": {
|
15646
|
-
"shape": "
|
15683
|
+
"shape": "S1h"
|
15647
15684
|
},
|
15648
15685
|
"Version": {},
|
15649
15686
|
"Metadata": {},
|
15650
15687
|
"DeclaredTransforms": {
|
15651
|
-
"shape": "
|
15688
|
+
"shape": "S95"
|
15652
15689
|
},
|
15653
15690
|
"ResourceIdentifierSummaries": {
|
15654
15691
|
"type": "list",
|
@@ -15657,7 +15694,7 @@ module.exports={
|
|
15657
15694
|
"members": {
|
15658
15695
|
"ResourceType": {},
|
15659
15696
|
"LogicalResourceIds": {
|
15660
|
-
"shape": "
|
15697
|
+
"shape": "S8c"
|
15661
15698
|
},
|
15662
15699
|
"ResourceIdentifiers": {
|
15663
15700
|
"type": "list",
|
@@ -15683,10 +15720,10 @@ module.exports={
|
|
15683
15720
|
},
|
15684
15721
|
"StackIdsUrl": {},
|
15685
15722
|
"OrganizationalUnitIds": {
|
15686
|
-
"shape": "
|
15723
|
+
"shape": "S2n"
|
15687
15724
|
},
|
15688
15725
|
"OperationPreferences": {
|
15689
|
-
"shape": "
|
15726
|
+
"shape": "S2s"
|
15690
15727
|
},
|
15691
15728
|
"OperationId": {
|
15692
15729
|
"idempotencyToken": true
|
@@ -15837,7 +15874,7 @@ module.exports={
|
|
15837
15874
|
"Status": {},
|
15838
15875
|
"StatusReason": {},
|
15839
15876
|
"StackInstanceStatus": {
|
15840
|
-
"shape": "
|
15877
|
+
"shape": "S5y"
|
15841
15878
|
},
|
15842
15879
|
"OrganizationalUnitId": {},
|
15843
15880
|
"DriftStatus": {},
|
@@ -15899,7 +15936,7 @@ module.exports={
|
|
15899
15936
|
}
|
15900
15937
|
},
|
15901
15938
|
"ModuleInfo": {
|
15902
|
-
"shape": "
|
15939
|
+
"shape": "S4n"
|
15903
15940
|
}
|
15904
15941
|
}
|
15905
15942
|
}
|
@@ -15998,10 +16035,10 @@ module.exports={
|
|
15998
16035
|
},
|
15999
16036
|
"StatusReason": {},
|
16000
16037
|
"StatusDetails": {
|
16001
|
-
"shape": "
|
16038
|
+
"shape": "S7b"
|
16002
16039
|
},
|
16003
16040
|
"OperationPreferences": {
|
16004
|
-
"shape": "
|
16041
|
+
"shape": "S2s"
|
16005
16042
|
}
|
16006
16043
|
}
|
16007
16044
|
}
|
@@ -16036,7 +16073,7 @@ module.exports={
|
|
16036
16073
|
"Description": {},
|
16037
16074
|
"Status": {},
|
16038
16075
|
"AutoDeployment": {
|
16039
|
-
"shape": "
|
16076
|
+
"shape": "S33"
|
16040
16077
|
},
|
16041
16078
|
"PermissionModel": {},
|
16042
16079
|
"DriftStatus": {},
|
@@ -16044,7 +16081,7 @@ module.exports={
|
|
16044
16081
|
"type": "timestamp"
|
16045
16082
|
},
|
16046
16083
|
"ManagedExecution": {
|
16047
|
-
"shape": "
|
16084
|
+
"shape": "S36"
|
16048
16085
|
}
|
16049
16086
|
}
|
16050
16087
|
}
|
@@ -16314,7 +16351,7 @@ module.exports={
|
|
16314
16351
|
"TypeName": {},
|
16315
16352
|
"SchemaHandlerPackage": {},
|
16316
16353
|
"LoggingConfig": {
|
16317
|
-
"shape": "
|
16354
|
+
"shape": "S9"
|
16318
16355
|
},
|
16319
16356
|
"ExecutionRoleArn": {},
|
16320
16357
|
"ClientRequestToken": {}
|
@@ -16473,25 +16510,25 @@ module.exports={
|
|
16473
16510
|
"StackPolicyDuringUpdateBody": {},
|
16474
16511
|
"StackPolicyDuringUpdateURL": {},
|
16475
16512
|
"Parameters": {
|
16476
|
-
"shape": "
|
16513
|
+
"shape": "S1a"
|
16477
16514
|
},
|
16478
16515
|
"Capabilities": {
|
16479
|
-
"shape": "
|
16516
|
+
"shape": "S1f"
|
16480
16517
|
},
|
16481
16518
|
"ResourceTypes": {
|
16482
|
-
"shape": "
|
16519
|
+
"shape": "S1h"
|
16483
16520
|
},
|
16484
16521
|
"RoleARN": {},
|
16485
16522
|
"RollbackConfiguration": {
|
16486
|
-
"shape": "
|
16523
|
+
"shape": "S1j"
|
16487
16524
|
},
|
16488
16525
|
"StackPolicyBody": {},
|
16489
16526
|
"StackPolicyURL": {},
|
16490
16527
|
"NotificationARNs": {
|
16491
|
-
"shape": "
|
16528
|
+
"shape": "S1p"
|
16492
16529
|
},
|
16493
16530
|
"Tags": {
|
16494
|
-
"shape": "
|
16531
|
+
"shape": "S1r"
|
16495
16532
|
},
|
16496
16533
|
"DisableRollback": {
|
16497
16534
|
"type": "boolean"
|
@@ -16517,19 +16554,19 @@ module.exports={
|
|
16517
16554
|
"members": {
|
16518
16555
|
"StackSetName": {},
|
16519
16556
|
"Accounts": {
|
16520
|
-
"shape": "
|
16557
|
+
"shape": "S2j"
|
16521
16558
|
},
|
16522
16559
|
"DeploymentTargets": {
|
16523
|
-
"shape": "
|
16560
|
+
"shape": "S2l"
|
16524
16561
|
},
|
16525
16562
|
"Regions": {
|
16526
|
-
"shape": "
|
16563
|
+
"shape": "S2q"
|
16527
16564
|
},
|
16528
16565
|
"ParameterOverrides": {
|
16529
|
-
"shape": "
|
16566
|
+
"shape": "S1a"
|
16530
16567
|
},
|
16531
16568
|
"OperationPreferences": {
|
16532
|
-
"shape": "
|
16569
|
+
"shape": "S2s"
|
16533
16570
|
},
|
16534
16571
|
"OperationId": {
|
16535
16572
|
"idempotencyToken": true
|
@@ -16560,38 +16597,38 @@ module.exports={
|
|
16560
16597
|
"type": "boolean"
|
16561
16598
|
},
|
16562
16599
|
"Parameters": {
|
16563
|
-
"shape": "
|
16600
|
+
"shape": "S1a"
|
16564
16601
|
},
|
16565
16602
|
"Capabilities": {
|
16566
|
-
"shape": "
|
16603
|
+
"shape": "S1f"
|
16567
16604
|
},
|
16568
16605
|
"Tags": {
|
16569
|
-
"shape": "
|
16606
|
+
"shape": "S1r"
|
16570
16607
|
},
|
16571
16608
|
"OperationPreferences": {
|
16572
|
-
"shape": "
|
16609
|
+
"shape": "S2s"
|
16573
16610
|
},
|
16574
16611
|
"AdministrationRoleARN": {},
|
16575
16612
|
"ExecutionRoleName": {},
|
16576
16613
|
"DeploymentTargets": {
|
16577
|
-
"shape": "
|
16614
|
+
"shape": "S2l"
|
16578
16615
|
},
|
16579
16616
|
"PermissionModel": {},
|
16580
16617
|
"AutoDeployment": {
|
16581
|
-
"shape": "
|
16618
|
+
"shape": "S33"
|
16582
16619
|
},
|
16583
16620
|
"OperationId": {
|
16584
16621
|
"idempotencyToken": true
|
16585
16622
|
},
|
16586
16623
|
"Accounts": {
|
16587
|
-
"shape": "
|
16624
|
+
"shape": "S2j"
|
16588
16625
|
},
|
16589
16626
|
"Regions": {
|
16590
|
-
"shape": "
|
16627
|
+
"shape": "S2q"
|
16591
16628
|
},
|
16592
16629
|
"CallAs": {},
|
16593
16630
|
"ManagedExecution": {
|
16594
|
-
"shape": "
|
16631
|
+
"shape": "S36"
|
16595
16632
|
}
|
16596
16633
|
}
|
16597
16634
|
},
|
@@ -16653,18 +16690,18 @@ module.exports={
|
|
16653
16690
|
},
|
16654
16691
|
"Description": {},
|
16655
16692
|
"Capabilities": {
|
16656
|
-
"shape": "
|
16693
|
+
"shape": "S1f"
|
16657
16694
|
},
|
16658
16695
|
"CapabilitiesReason": {},
|
16659
16696
|
"DeclaredTransforms": {
|
16660
|
-
"shape": "
|
16697
|
+
"shape": "S95"
|
16661
16698
|
}
|
16662
16699
|
}
|
16663
16700
|
}
|
16664
16701
|
}
|
16665
16702
|
},
|
16666
16703
|
"shapes": {
|
16667
|
-
"
|
16704
|
+
"S9": {
|
16668
16705
|
"type": "structure",
|
16669
16706
|
"required": [
|
16670
16707
|
"LogRoleArn",
|
@@ -16675,7 +16712,7 @@ module.exports={
|
|
16675
16712
|
"LogGroupName": {}
|
16676
16713
|
}
|
16677
16714
|
},
|
16678
|
-
"
|
16715
|
+
"Si": {
|
16679
16716
|
"type": "structure",
|
16680
16717
|
"members": {
|
16681
16718
|
"TypeArn": {},
|
@@ -16685,7 +16722,7 @@ module.exports={
|
|
16685
16722
|
"TypeName": {}
|
16686
16723
|
}
|
16687
16724
|
},
|
16688
|
-
"
|
16725
|
+
"S1a": {
|
16689
16726
|
"type": "list",
|
16690
16727
|
"member": {
|
16691
16728
|
"type": "structure",
|
@@ -16699,15 +16736,15 @@ module.exports={
|
|
16699
16736
|
}
|
16700
16737
|
}
|
16701
16738
|
},
|
16702
|
-
"
|
16739
|
+
"S1f": {
|
16703
16740
|
"type": "list",
|
16704
16741
|
"member": {}
|
16705
16742
|
},
|
16706
|
-
"
|
16743
|
+
"S1h": {
|
16707
16744
|
"type": "list",
|
16708
16745
|
"member": {}
|
16709
16746
|
},
|
16710
|
-
"
|
16747
|
+
"S1j": {
|
16711
16748
|
"type": "structure",
|
16712
16749
|
"members": {
|
16713
16750
|
"RollbackTriggers": {
|
@@ -16729,11 +16766,11 @@ module.exports={
|
|
16729
16766
|
}
|
16730
16767
|
}
|
16731
16768
|
},
|
16732
|
-
"
|
16769
|
+
"S1p": {
|
16733
16770
|
"type": "list",
|
16734
16771
|
"member": {}
|
16735
16772
|
},
|
16736
|
-
"
|
16773
|
+
"S1r": {
|
16737
16774
|
"type": "list",
|
16738
16775
|
"member": {
|
16739
16776
|
"type": "structure",
|
@@ -16747,37 +16784,37 @@ module.exports={
|
|
16747
16784
|
}
|
16748
16785
|
}
|
16749
16786
|
},
|
16750
|
-
"
|
16787
|
+
"S2j": {
|
16751
16788
|
"type": "list",
|
16752
16789
|
"member": {}
|
16753
16790
|
},
|
16754
|
-
"
|
16791
|
+
"S2l": {
|
16755
16792
|
"type": "structure",
|
16756
16793
|
"members": {
|
16757
16794
|
"Accounts": {
|
16758
|
-
"shape": "
|
16795
|
+
"shape": "S2j"
|
16759
16796
|
},
|
16760
16797
|
"AccountsUrl": {},
|
16761
16798
|
"OrganizationalUnitIds": {
|
16762
|
-
"shape": "
|
16799
|
+
"shape": "S2n"
|
16763
16800
|
},
|
16764
16801
|
"AccountFilterType": {}
|
16765
16802
|
}
|
16766
16803
|
},
|
16767
|
-
"
|
16804
|
+
"S2n": {
|
16768
16805
|
"type": "list",
|
16769
16806
|
"member": {}
|
16770
16807
|
},
|
16771
|
-
"
|
16808
|
+
"S2q": {
|
16772
16809
|
"type": "list",
|
16773
16810
|
"member": {}
|
16774
16811
|
},
|
16775
|
-
"
|
16812
|
+
"S2s": {
|
16776
16813
|
"type": "structure",
|
16777
16814
|
"members": {
|
16778
16815
|
"RegionConcurrencyType": {},
|
16779
16816
|
"RegionOrder": {
|
16780
|
-
"shape": "
|
16817
|
+
"shape": "S2q"
|
16781
16818
|
},
|
16782
16819
|
"FailureToleranceCount": {
|
16783
16820
|
"type": "integer"
|
@@ -16793,7 +16830,7 @@ module.exports={
|
|
16793
16830
|
}
|
16794
16831
|
}
|
16795
16832
|
},
|
16796
|
-
"
|
16833
|
+
"S33": {
|
16797
16834
|
"type": "structure",
|
16798
16835
|
"members": {
|
16799
16836
|
"Enabled": {
|
@@ -16804,7 +16841,7 @@ module.exports={
|
|
16804
16841
|
}
|
16805
16842
|
}
|
16806
16843
|
},
|
16807
|
-
"
|
16844
|
+
"S36": {
|
16808
16845
|
"type": "structure",
|
16809
16846
|
"members": {
|
16810
16847
|
"Active": {
|
@@ -16812,20 +16849,20 @@ module.exports={
|
|
16812
16849
|
}
|
16813
16850
|
}
|
16814
16851
|
},
|
16815
|
-
"
|
16852
|
+
"S4n": {
|
16816
16853
|
"type": "structure",
|
16817
16854
|
"members": {
|
16818
16855
|
"TypeHierarchy": {},
|
16819
16856
|
"LogicalIdHierarchy": {}
|
16820
16857
|
}
|
16821
16858
|
},
|
16822
|
-
"
|
16859
|
+
"S5y": {
|
16823
16860
|
"type": "structure",
|
16824
16861
|
"members": {
|
16825
16862
|
"DetailedStatus": {}
|
16826
16863
|
}
|
16827
16864
|
},
|
16828
|
-
"
|
16865
|
+
"S65": {
|
16829
16866
|
"type": "structure",
|
16830
16867
|
"required": [
|
16831
16868
|
"StackResourceDriftStatus"
|
@@ -16837,7 +16874,7 @@ module.exports={
|
|
16837
16874
|
}
|
16838
16875
|
}
|
16839
16876
|
},
|
16840
|
-
"
|
16877
|
+
"S6c": {
|
16841
16878
|
"type": "structure",
|
16842
16879
|
"required": [
|
16843
16880
|
"StackId",
|
@@ -16890,11 +16927,11 @@ module.exports={
|
|
16890
16927
|
"type": "timestamp"
|
16891
16928
|
},
|
16892
16929
|
"ModuleInfo": {
|
16893
|
-
"shape": "
|
16930
|
+
"shape": "S4n"
|
16894
16931
|
}
|
16895
16932
|
}
|
16896
16933
|
},
|
16897
|
-
"
|
16934
|
+
"S6w": {
|
16898
16935
|
"type": "structure",
|
16899
16936
|
"members": {
|
16900
16937
|
"DriftStatus": {},
|
@@ -16919,7 +16956,7 @@ module.exports={
|
|
16919
16956
|
}
|
16920
16957
|
}
|
16921
16958
|
},
|
16922
|
-
"
|
16959
|
+
"S7b": {
|
16923
16960
|
"type": "structure",
|
16924
16961
|
"members": {
|
16925
16962
|
"FailedStackInstancesCount": {
|
@@ -16927,11 +16964,11 @@ module.exports={
|
|
16927
16964
|
}
|
16928
16965
|
}
|
16929
16966
|
},
|
16930
|
-
"
|
16967
|
+
"S8c": {
|
16931
16968
|
"type": "list",
|
16932
16969
|
"member": {}
|
16933
16970
|
},
|
16934
|
-
"
|
16971
|
+
"S95": {
|
16935
16972
|
"type": "list",
|
16936
16973
|
"member": {}
|
16937
16974
|
}
|
@@ -88598,6 +88635,9 @@ module.exports={
|
|
88598
88635
|
"DeregisterInstanceEventNotificationAttributes": {
|
88599
88636
|
"input": {
|
88600
88637
|
"type": "structure",
|
88638
|
+
"required": [
|
88639
|
+
"InstanceTagAttribute"
|
88640
|
+
],
|
88601
88641
|
"members": {
|
88602
88642
|
"DryRun": {
|
88603
88643
|
"type": "boolean"
|
@@ -103914,6 +103954,9 @@ module.exports={
|
|
103914
103954
|
"RegisterInstanceEventNotificationAttributes": {
|
103915
103955
|
"input": {
|
103916
103956
|
"type": "structure",
|
103957
|
+
"required": [
|
103958
|
+
"InstanceTagAttribute"
|
103959
|
+
],
|
103917
103960
|
"members": {
|
103918
103961
|
"DryRun": {
|
103919
103962
|
"type": "boolean"
|
@@ -258034,7 +258077,7 @@ AWS.util.update(AWS, {
|
|
258034
258077
|
/**
|
258035
258078
|
* @constant
|
258036
258079
|
*/
|
258037
|
-
VERSION: '2.
|
258080
|
+
VERSION: '2.1391.0',
|
258038
258081
|
|
258039
258082
|
/**
|
258040
258083
|
* @api private
|
@@ -280203,7 +280246,7 @@ var LRUCache = /** @class */ (function () {
|
|
280203
280246
|
}());
|
280204
280247
|
exports.LRUCache = LRUCache;
|
280205
280248
|
},{}],466:[function(require,module,exports){
|
280206
|
-
// AWS SDK for JavaScript v2.
|
280249
|
+
// AWS SDK for JavaScript v2.1391.0
|
280207
280250
|
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
280208
280251
|
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
|
280209
280252
|
require('./browser_loader');
|