@aws-sdk/client-cloudformation 3.975.0 → 3.978.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +239 -201
- package/dist-es/CloudFormation.js +73 -1
- package/dist-types/CloudFormation.d.ts +230 -1
- package/dist-types/ts3.4/CloudFormation.d.ts +265 -1
- package/package.json +17 -17
package/dist-cjs/index.js
CHANGED
|
@@ -4300,102 +4300,6 @@ class ValidateTemplateCommand extends smithyClient.Command
|
|
|
4300
4300
|
.build() {
|
|
4301
4301
|
}
|
|
4302
4302
|
|
|
4303
|
-
const commands = {
|
|
4304
|
-
ActivateOrganizationsAccessCommand,
|
|
4305
|
-
ActivateTypeCommand,
|
|
4306
|
-
BatchDescribeTypeConfigurationsCommand,
|
|
4307
|
-
CancelUpdateStackCommand,
|
|
4308
|
-
ContinueUpdateRollbackCommand,
|
|
4309
|
-
CreateChangeSetCommand,
|
|
4310
|
-
CreateGeneratedTemplateCommand,
|
|
4311
|
-
CreateStackCommand,
|
|
4312
|
-
CreateStackInstancesCommand,
|
|
4313
|
-
CreateStackRefactorCommand,
|
|
4314
|
-
CreateStackSetCommand,
|
|
4315
|
-
DeactivateOrganizationsAccessCommand,
|
|
4316
|
-
DeactivateTypeCommand,
|
|
4317
|
-
DeleteChangeSetCommand,
|
|
4318
|
-
DeleteGeneratedTemplateCommand,
|
|
4319
|
-
DeleteStackCommand,
|
|
4320
|
-
DeleteStackInstancesCommand,
|
|
4321
|
-
DeleteStackSetCommand,
|
|
4322
|
-
DeregisterTypeCommand,
|
|
4323
|
-
DescribeAccountLimitsCommand,
|
|
4324
|
-
DescribeChangeSetCommand,
|
|
4325
|
-
DescribeChangeSetHooksCommand,
|
|
4326
|
-
DescribeEventsCommand,
|
|
4327
|
-
DescribeGeneratedTemplateCommand,
|
|
4328
|
-
DescribeOrganizationsAccessCommand,
|
|
4329
|
-
DescribePublisherCommand,
|
|
4330
|
-
DescribeResourceScanCommand,
|
|
4331
|
-
DescribeStackDriftDetectionStatusCommand,
|
|
4332
|
-
DescribeStackEventsCommand,
|
|
4333
|
-
DescribeStackInstanceCommand,
|
|
4334
|
-
DescribeStackRefactorCommand,
|
|
4335
|
-
DescribeStackResourceCommand,
|
|
4336
|
-
DescribeStackResourceDriftsCommand,
|
|
4337
|
-
DescribeStackResourcesCommand,
|
|
4338
|
-
DescribeStacksCommand,
|
|
4339
|
-
DescribeStackSetCommand,
|
|
4340
|
-
DescribeStackSetOperationCommand,
|
|
4341
|
-
DescribeTypeCommand,
|
|
4342
|
-
DescribeTypeRegistrationCommand,
|
|
4343
|
-
DetectStackDriftCommand,
|
|
4344
|
-
DetectStackResourceDriftCommand,
|
|
4345
|
-
DetectStackSetDriftCommand,
|
|
4346
|
-
EstimateTemplateCostCommand,
|
|
4347
|
-
ExecuteChangeSetCommand,
|
|
4348
|
-
ExecuteStackRefactorCommand,
|
|
4349
|
-
GetGeneratedTemplateCommand,
|
|
4350
|
-
GetHookResultCommand,
|
|
4351
|
-
GetStackPolicyCommand,
|
|
4352
|
-
GetTemplateCommand,
|
|
4353
|
-
GetTemplateSummaryCommand,
|
|
4354
|
-
ImportStacksToStackSetCommand,
|
|
4355
|
-
ListChangeSetsCommand,
|
|
4356
|
-
ListExportsCommand,
|
|
4357
|
-
ListGeneratedTemplatesCommand,
|
|
4358
|
-
ListHookResultsCommand,
|
|
4359
|
-
ListImportsCommand,
|
|
4360
|
-
ListResourceScanRelatedResourcesCommand,
|
|
4361
|
-
ListResourceScanResourcesCommand,
|
|
4362
|
-
ListResourceScansCommand,
|
|
4363
|
-
ListStackInstanceResourceDriftsCommand,
|
|
4364
|
-
ListStackInstancesCommand,
|
|
4365
|
-
ListStackRefactorActionsCommand,
|
|
4366
|
-
ListStackRefactorsCommand,
|
|
4367
|
-
ListStackResourcesCommand,
|
|
4368
|
-
ListStacksCommand,
|
|
4369
|
-
ListStackSetAutoDeploymentTargetsCommand,
|
|
4370
|
-
ListStackSetOperationResultsCommand,
|
|
4371
|
-
ListStackSetOperationsCommand,
|
|
4372
|
-
ListStackSetsCommand,
|
|
4373
|
-
ListTypeRegistrationsCommand,
|
|
4374
|
-
ListTypesCommand,
|
|
4375
|
-
ListTypeVersionsCommand,
|
|
4376
|
-
PublishTypeCommand,
|
|
4377
|
-
RecordHandlerProgressCommand,
|
|
4378
|
-
RegisterPublisherCommand,
|
|
4379
|
-
RegisterTypeCommand,
|
|
4380
|
-
RollbackStackCommand,
|
|
4381
|
-
SetStackPolicyCommand,
|
|
4382
|
-
SetTypeConfigurationCommand,
|
|
4383
|
-
SetTypeDefaultVersionCommand,
|
|
4384
|
-
SignalResourceCommand,
|
|
4385
|
-
StartResourceScanCommand,
|
|
4386
|
-
StopStackSetOperationCommand,
|
|
4387
|
-
TestTypeCommand,
|
|
4388
|
-
UpdateGeneratedTemplateCommand,
|
|
4389
|
-
UpdateStackCommand,
|
|
4390
|
-
UpdateStackInstancesCommand,
|
|
4391
|
-
UpdateStackSetCommand,
|
|
4392
|
-
UpdateTerminationProtectionCommand,
|
|
4393
|
-
ValidateTemplateCommand,
|
|
4394
|
-
};
|
|
4395
|
-
class CloudFormation extends CloudFormationClient {
|
|
4396
|
-
}
|
|
4397
|
-
smithyClient.createAggregatedClient(commands, CloudFormation);
|
|
4398
|
-
|
|
4399
4303
|
const paginateDescribeAccountLimits = core.createPaginator(CloudFormationClient, DescribeAccountLimitsCommand, "NextToken", "NextToken", "");
|
|
4400
4304
|
|
|
4401
4305
|
const paginateDescribeChangeSet = core.createPaginator(CloudFormationClient, DescribeChangeSetCommand, "NextToken", "NextToken", "");
|
|
@@ -4430,14 +4334,14 @@ const paginateListStackRefactors = core.createPaginator(CloudFormationClient, Li
|
|
|
4430
4334
|
|
|
4431
4335
|
const paginateListStackResources = core.createPaginator(CloudFormationClient, ListStackResourcesCommand, "NextToken", "NextToken", "");
|
|
4432
4336
|
|
|
4433
|
-
const paginateListStacks = core.createPaginator(CloudFormationClient, ListStacksCommand, "NextToken", "NextToken", "");
|
|
4434
|
-
|
|
4435
4337
|
const paginateListStackSetOperationResults = core.createPaginator(CloudFormationClient, ListStackSetOperationResultsCommand, "NextToken", "NextToken", "MaxResults");
|
|
4436
4338
|
|
|
4437
4339
|
const paginateListStackSetOperations = core.createPaginator(CloudFormationClient, ListStackSetOperationsCommand, "NextToken", "NextToken", "MaxResults");
|
|
4438
4340
|
|
|
4439
4341
|
const paginateListStackSets = core.createPaginator(CloudFormationClient, ListStackSetsCommand, "NextToken", "NextToken", "MaxResults");
|
|
4440
4342
|
|
|
4343
|
+
const paginateListStacks = core.createPaginator(CloudFormationClient, ListStacksCommand, "NextToken", "NextToken", "");
|
|
4344
|
+
|
|
4441
4345
|
const paginateListTypeRegistrations = core.createPaginator(CloudFormationClient, ListTypeRegistrationsCommand, "NextToken", "NextToken", "MaxResults");
|
|
4442
4346
|
|
|
4443
4347
|
const paginateListTypes = core.createPaginator(CloudFormationClient, ListTypesCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -4487,99 +4391,6 @@ const waitUntilChangeSetCreateComplete = async (params, input) => {
|
|
|
4487
4391
|
};
|
|
4488
4392
|
|
|
4489
4393
|
const checkState$8 = async (client, input) => {
|
|
4490
|
-
let reason;
|
|
4491
|
-
try {
|
|
4492
|
-
let result = await client.send(new DescribeStackRefactorCommand(input));
|
|
4493
|
-
reason = result;
|
|
4494
|
-
try {
|
|
4495
|
-
const returnComparator = () => {
|
|
4496
|
-
return result.Status;
|
|
4497
|
-
};
|
|
4498
|
-
if (returnComparator() === "CREATE_COMPLETE") {
|
|
4499
|
-
return { state: utilWaiter.WaiterState.SUCCESS, reason };
|
|
4500
|
-
}
|
|
4501
|
-
}
|
|
4502
|
-
catch (e) { }
|
|
4503
|
-
try {
|
|
4504
|
-
const returnComparator = () => {
|
|
4505
|
-
return result.Status;
|
|
4506
|
-
};
|
|
4507
|
-
if (returnComparator() === "CREATE_FAILED") {
|
|
4508
|
-
return { state: utilWaiter.WaiterState.FAILURE, reason };
|
|
4509
|
-
}
|
|
4510
|
-
}
|
|
4511
|
-
catch (e) { }
|
|
4512
|
-
}
|
|
4513
|
-
catch (exception) {
|
|
4514
|
-
reason = exception;
|
|
4515
|
-
if (exception.name && exception.name == "ValidationError") {
|
|
4516
|
-
return { state: utilWaiter.WaiterState.FAILURE, reason };
|
|
4517
|
-
}
|
|
4518
|
-
}
|
|
4519
|
-
return { state: utilWaiter.WaiterState.RETRY, reason };
|
|
4520
|
-
};
|
|
4521
|
-
const waitForStackRefactorCreateComplete = async (params, input) => {
|
|
4522
|
-
const serviceDefaults = { minDelay: 5, maxDelay: 120 };
|
|
4523
|
-
return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$8);
|
|
4524
|
-
};
|
|
4525
|
-
const waitUntilStackRefactorCreateComplete = async (params, input) => {
|
|
4526
|
-
const serviceDefaults = { minDelay: 5, maxDelay: 120 };
|
|
4527
|
-
const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$8);
|
|
4528
|
-
return utilWaiter.checkExceptions(result);
|
|
4529
|
-
};
|
|
4530
|
-
|
|
4531
|
-
const checkState$7 = async (client, input) => {
|
|
4532
|
-
let reason;
|
|
4533
|
-
try {
|
|
4534
|
-
let result = await client.send(new DescribeStackRefactorCommand(input));
|
|
4535
|
-
reason = result;
|
|
4536
|
-
try {
|
|
4537
|
-
const returnComparator = () => {
|
|
4538
|
-
return result.ExecutionStatus;
|
|
4539
|
-
};
|
|
4540
|
-
if (returnComparator() === "EXECUTE_COMPLETE") {
|
|
4541
|
-
return { state: utilWaiter.WaiterState.SUCCESS, reason };
|
|
4542
|
-
}
|
|
4543
|
-
}
|
|
4544
|
-
catch (e) { }
|
|
4545
|
-
try {
|
|
4546
|
-
const returnComparator = () => {
|
|
4547
|
-
return result.ExecutionStatus;
|
|
4548
|
-
};
|
|
4549
|
-
if (returnComparator() === "EXECUTE_FAILED") {
|
|
4550
|
-
return { state: utilWaiter.WaiterState.FAILURE, reason };
|
|
4551
|
-
}
|
|
4552
|
-
}
|
|
4553
|
-
catch (e) { }
|
|
4554
|
-
try {
|
|
4555
|
-
const returnComparator = () => {
|
|
4556
|
-
return result.ExecutionStatus;
|
|
4557
|
-
};
|
|
4558
|
-
if (returnComparator() === "ROLLBACK_COMPLETE") {
|
|
4559
|
-
return { state: utilWaiter.WaiterState.FAILURE, reason };
|
|
4560
|
-
}
|
|
4561
|
-
}
|
|
4562
|
-
catch (e) { }
|
|
4563
|
-
}
|
|
4564
|
-
catch (exception) {
|
|
4565
|
-
reason = exception;
|
|
4566
|
-
if (exception.name && exception.name == "ValidationError") {
|
|
4567
|
-
return { state: utilWaiter.WaiterState.FAILURE, reason };
|
|
4568
|
-
}
|
|
4569
|
-
}
|
|
4570
|
-
return { state: utilWaiter.WaiterState.RETRY, reason };
|
|
4571
|
-
};
|
|
4572
|
-
const waitForStackRefactorExecuteComplete = async (params, input) => {
|
|
4573
|
-
const serviceDefaults = { minDelay: 15, maxDelay: 120 };
|
|
4574
|
-
return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$7);
|
|
4575
|
-
};
|
|
4576
|
-
const waitUntilStackRefactorExecuteComplete = async (params, input) => {
|
|
4577
|
-
const serviceDefaults = { minDelay: 15, maxDelay: 120 };
|
|
4578
|
-
const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$7);
|
|
4579
|
-
return utilWaiter.checkExceptions(result);
|
|
4580
|
-
};
|
|
4581
|
-
|
|
4582
|
-
const checkState$6 = async (client, input) => {
|
|
4583
4394
|
let reason;
|
|
4584
4395
|
try {
|
|
4585
4396
|
let result = await client.send(new DescribeStacksCommand(input));
|
|
@@ -4823,15 +4634,15 @@ const checkState$6 = async (client, input) => {
|
|
|
4823
4634
|
};
|
|
4824
4635
|
const waitForStackCreateComplete = async (params, input) => {
|
|
4825
4636
|
const serviceDefaults = { minDelay: 30, maxDelay: 120 };
|
|
4826
|
-
return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$
|
|
4637
|
+
return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$8);
|
|
4827
4638
|
};
|
|
4828
4639
|
const waitUntilStackCreateComplete = async (params, input) => {
|
|
4829
4640
|
const serviceDefaults = { minDelay: 30, maxDelay: 120 };
|
|
4830
|
-
const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$
|
|
4641
|
+
const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$8);
|
|
4831
4642
|
return utilWaiter.checkExceptions(result);
|
|
4832
4643
|
};
|
|
4833
4644
|
|
|
4834
|
-
const checkState$
|
|
4645
|
+
const checkState$7 = async (client, input) => {
|
|
4835
4646
|
let reason;
|
|
4836
4647
|
try {
|
|
4837
4648
|
let result = await client.send(new DescribeStacksCommand(input));
|
|
@@ -4969,15 +4780,15 @@ const checkState$5 = async (client, input) => {
|
|
|
4969
4780
|
};
|
|
4970
4781
|
const waitForStackDeleteComplete = async (params, input) => {
|
|
4971
4782
|
const serviceDefaults = { minDelay: 30, maxDelay: 120 };
|
|
4972
|
-
return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$
|
|
4783
|
+
return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$7);
|
|
4973
4784
|
};
|
|
4974
4785
|
const waitUntilStackDeleteComplete = async (params, input) => {
|
|
4975
4786
|
const serviceDefaults = { minDelay: 30, maxDelay: 120 };
|
|
4976
|
-
const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$
|
|
4787
|
+
const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$7);
|
|
4977
4788
|
return utilWaiter.checkExceptions(result);
|
|
4978
4789
|
};
|
|
4979
4790
|
|
|
4980
|
-
const checkState$
|
|
4791
|
+
const checkState$6 = async (client, input) => {
|
|
4981
4792
|
let reason;
|
|
4982
4793
|
try {
|
|
4983
4794
|
let result = await client.send(new DescribeStacksCommand(input));
|
|
@@ -4994,15 +4805,15 @@ const checkState$4 = async (client, input) => {
|
|
|
4994
4805
|
};
|
|
4995
4806
|
const waitForStackExists = async (params, input) => {
|
|
4996
4807
|
const serviceDefaults = { minDelay: 5, maxDelay: 120 };
|
|
4997
|
-
return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$
|
|
4808
|
+
return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$6);
|
|
4998
4809
|
};
|
|
4999
4810
|
const waitUntilStackExists = async (params, input) => {
|
|
5000
4811
|
const serviceDefaults = { minDelay: 5, maxDelay: 120 };
|
|
5001
|
-
const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$
|
|
4812
|
+
const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$6);
|
|
5002
4813
|
return utilWaiter.checkExceptions(result);
|
|
5003
4814
|
};
|
|
5004
4815
|
|
|
5005
|
-
const checkState$
|
|
4816
|
+
const checkState$5 = async (client, input) => {
|
|
5006
4817
|
let reason;
|
|
5007
4818
|
try {
|
|
5008
4819
|
let result = await client.send(new DescribeStacksCommand(input));
|
|
@@ -5110,10 +4921,103 @@ const checkState$3 = async (client, input) => {
|
|
|
5110
4921
|
};
|
|
5111
4922
|
const waitForStackImportComplete = async (params, input) => {
|
|
5112
4923
|
const serviceDefaults = { minDelay: 30, maxDelay: 120 };
|
|
5113
|
-
return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$
|
|
4924
|
+
return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$5);
|
|
5114
4925
|
};
|
|
5115
4926
|
const waitUntilStackImportComplete = async (params, input) => {
|
|
5116
4927
|
const serviceDefaults = { minDelay: 30, maxDelay: 120 };
|
|
4928
|
+
const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$5);
|
|
4929
|
+
return utilWaiter.checkExceptions(result);
|
|
4930
|
+
};
|
|
4931
|
+
|
|
4932
|
+
const checkState$4 = async (client, input) => {
|
|
4933
|
+
let reason;
|
|
4934
|
+
try {
|
|
4935
|
+
let result = await client.send(new DescribeStackRefactorCommand(input));
|
|
4936
|
+
reason = result;
|
|
4937
|
+
try {
|
|
4938
|
+
const returnComparator = () => {
|
|
4939
|
+
return result.Status;
|
|
4940
|
+
};
|
|
4941
|
+
if (returnComparator() === "CREATE_COMPLETE") {
|
|
4942
|
+
return { state: utilWaiter.WaiterState.SUCCESS, reason };
|
|
4943
|
+
}
|
|
4944
|
+
}
|
|
4945
|
+
catch (e) { }
|
|
4946
|
+
try {
|
|
4947
|
+
const returnComparator = () => {
|
|
4948
|
+
return result.Status;
|
|
4949
|
+
};
|
|
4950
|
+
if (returnComparator() === "CREATE_FAILED") {
|
|
4951
|
+
return { state: utilWaiter.WaiterState.FAILURE, reason };
|
|
4952
|
+
}
|
|
4953
|
+
}
|
|
4954
|
+
catch (e) { }
|
|
4955
|
+
}
|
|
4956
|
+
catch (exception) {
|
|
4957
|
+
reason = exception;
|
|
4958
|
+
if (exception.name && exception.name == "ValidationError") {
|
|
4959
|
+
return { state: utilWaiter.WaiterState.FAILURE, reason };
|
|
4960
|
+
}
|
|
4961
|
+
}
|
|
4962
|
+
return { state: utilWaiter.WaiterState.RETRY, reason };
|
|
4963
|
+
};
|
|
4964
|
+
const waitForStackRefactorCreateComplete = async (params, input) => {
|
|
4965
|
+
const serviceDefaults = { minDelay: 5, maxDelay: 120 };
|
|
4966
|
+
return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$4);
|
|
4967
|
+
};
|
|
4968
|
+
const waitUntilStackRefactorCreateComplete = async (params, input) => {
|
|
4969
|
+
const serviceDefaults = { minDelay: 5, maxDelay: 120 };
|
|
4970
|
+
const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$4);
|
|
4971
|
+
return utilWaiter.checkExceptions(result);
|
|
4972
|
+
};
|
|
4973
|
+
|
|
4974
|
+
const checkState$3 = async (client, input) => {
|
|
4975
|
+
let reason;
|
|
4976
|
+
try {
|
|
4977
|
+
let result = await client.send(new DescribeStackRefactorCommand(input));
|
|
4978
|
+
reason = result;
|
|
4979
|
+
try {
|
|
4980
|
+
const returnComparator = () => {
|
|
4981
|
+
return result.ExecutionStatus;
|
|
4982
|
+
};
|
|
4983
|
+
if (returnComparator() === "EXECUTE_COMPLETE") {
|
|
4984
|
+
return { state: utilWaiter.WaiterState.SUCCESS, reason };
|
|
4985
|
+
}
|
|
4986
|
+
}
|
|
4987
|
+
catch (e) { }
|
|
4988
|
+
try {
|
|
4989
|
+
const returnComparator = () => {
|
|
4990
|
+
return result.ExecutionStatus;
|
|
4991
|
+
};
|
|
4992
|
+
if (returnComparator() === "EXECUTE_FAILED") {
|
|
4993
|
+
return { state: utilWaiter.WaiterState.FAILURE, reason };
|
|
4994
|
+
}
|
|
4995
|
+
}
|
|
4996
|
+
catch (e) { }
|
|
4997
|
+
try {
|
|
4998
|
+
const returnComparator = () => {
|
|
4999
|
+
return result.ExecutionStatus;
|
|
5000
|
+
};
|
|
5001
|
+
if (returnComparator() === "ROLLBACK_COMPLETE") {
|
|
5002
|
+
return { state: utilWaiter.WaiterState.FAILURE, reason };
|
|
5003
|
+
}
|
|
5004
|
+
}
|
|
5005
|
+
catch (e) { }
|
|
5006
|
+
}
|
|
5007
|
+
catch (exception) {
|
|
5008
|
+
reason = exception;
|
|
5009
|
+
if (exception.name && exception.name == "ValidationError") {
|
|
5010
|
+
return { state: utilWaiter.WaiterState.FAILURE, reason };
|
|
5011
|
+
}
|
|
5012
|
+
}
|
|
5013
|
+
return { state: utilWaiter.WaiterState.RETRY, reason };
|
|
5014
|
+
};
|
|
5015
|
+
const waitForStackRefactorExecuteComplete = async (params, input) => {
|
|
5016
|
+
const serviceDefaults = { minDelay: 15, maxDelay: 120 };
|
|
5017
|
+
return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$3);
|
|
5018
|
+
};
|
|
5019
|
+
const waitUntilStackRefactorExecuteComplete = async (params, input) => {
|
|
5020
|
+
const serviceDefaults = { minDelay: 15, maxDelay: 120 };
|
|
5117
5021
|
const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$3);
|
|
5118
5022
|
return utilWaiter.checkExceptions(result);
|
|
5119
5023
|
};
|
|
@@ -5329,6 +5233,140 @@ const waitUntilTypeRegistrationComplete = async (params, input) => {
|
|
|
5329
5233
|
return utilWaiter.checkExceptions(result);
|
|
5330
5234
|
};
|
|
5331
5235
|
|
|
5236
|
+
const commands = {
|
|
5237
|
+
ActivateOrganizationsAccessCommand,
|
|
5238
|
+
ActivateTypeCommand,
|
|
5239
|
+
BatchDescribeTypeConfigurationsCommand,
|
|
5240
|
+
CancelUpdateStackCommand,
|
|
5241
|
+
ContinueUpdateRollbackCommand,
|
|
5242
|
+
CreateChangeSetCommand,
|
|
5243
|
+
CreateGeneratedTemplateCommand,
|
|
5244
|
+
CreateStackCommand,
|
|
5245
|
+
CreateStackInstancesCommand,
|
|
5246
|
+
CreateStackRefactorCommand,
|
|
5247
|
+
CreateStackSetCommand,
|
|
5248
|
+
DeactivateOrganizationsAccessCommand,
|
|
5249
|
+
DeactivateTypeCommand,
|
|
5250
|
+
DeleteChangeSetCommand,
|
|
5251
|
+
DeleteGeneratedTemplateCommand,
|
|
5252
|
+
DeleteStackCommand,
|
|
5253
|
+
DeleteStackInstancesCommand,
|
|
5254
|
+
DeleteStackSetCommand,
|
|
5255
|
+
DeregisterTypeCommand,
|
|
5256
|
+
DescribeAccountLimitsCommand,
|
|
5257
|
+
DescribeChangeSetCommand,
|
|
5258
|
+
DescribeChangeSetHooksCommand,
|
|
5259
|
+
DescribeEventsCommand,
|
|
5260
|
+
DescribeGeneratedTemplateCommand,
|
|
5261
|
+
DescribeOrganizationsAccessCommand,
|
|
5262
|
+
DescribePublisherCommand,
|
|
5263
|
+
DescribeResourceScanCommand,
|
|
5264
|
+
DescribeStackDriftDetectionStatusCommand,
|
|
5265
|
+
DescribeStackEventsCommand,
|
|
5266
|
+
DescribeStackInstanceCommand,
|
|
5267
|
+
DescribeStackRefactorCommand,
|
|
5268
|
+
DescribeStackResourceCommand,
|
|
5269
|
+
DescribeStackResourceDriftsCommand,
|
|
5270
|
+
DescribeStackResourcesCommand,
|
|
5271
|
+
DescribeStacksCommand,
|
|
5272
|
+
DescribeStackSetCommand,
|
|
5273
|
+
DescribeStackSetOperationCommand,
|
|
5274
|
+
DescribeTypeCommand,
|
|
5275
|
+
DescribeTypeRegistrationCommand,
|
|
5276
|
+
DetectStackDriftCommand,
|
|
5277
|
+
DetectStackResourceDriftCommand,
|
|
5278
|
+
DetectStackSetDriftCommand,
|
|
5279
|
+
EstimateTemplateCostCommand,
|
|
5280
|
+
ExecuteChangeSetCommand,
|
|
5281
|
+
ExecuteStackRefactorCommand,
|
|
5282
|
+
GetGeneratedTemplateCommand,
|
|
5283
|
+
GetHookResultCommand,
|
|
5284
|
+
GetStackPolicyCommand,
|
|
5285
|
+
GetTemplateCommand,
|
|
5286
|
+
GetTemplateSummaryCommand,
|
|
5287
|
+
ImportStacksToStackSetCommand,
|
|
5288
|
+
ListChangeSetsCommand,
|
|
5289
|
+
ListExportsCommand,
|
|
5290
|
+
ListGeneratedTemplatesCommand,
|
|
5291
|
+
ListHookResultsCommand,
|
|
5292
|
+
ListImportsCommand,
|
|
5293
|
+
ListResourceScanRelatedResourcesCommand,
|
|
5294
|
+
ListResourceScanResourcesCommand,
|
|
5295
|
+
ListResourceScansCommand,
|
|
5296
|
+
ListStackInstanceResourceDriftsCommand,
|
|
5297
|
+
ListStackInstancesCommand,
|
|
5298
|
+
ListStackRefactorActionsCommand,
|
|
5299
|
+
ListStackRefactorsCommand,
|
|
5300
|
+
ListStackResourcesCommand,
|
|
5301
|
+
ListStacksCommand,
|
|
5302
|
+
ListStackSetAutoDeploymentTargetsCommand,
|
|
5303
|
+
ListStackSetOperationResultsCommand,
|
|
5304
|
+
ListStackSetOperationsCommand,
|
|
5305
|
+
ListStackSetsCommand,
|
|
5306
|
+
ListTypeRegistrationsCommand,
|
|
5307
|
+
ListTypesCommand,
|
|
5308
|
+
ListTypeVersionsCommand,
|
|
5309
|
+
PublishTypeCommand,
|
|
5310
|
+
RecordHandlerProgressCommand,
|
|
5311
|
+
RegisterPublisherCommand,
|
|
5312
|
+
RegisterTypeCommand,
|
|
5313
|
+
RollbackStackCommand,
|
|
5314
|
+
SetStackPolicyCommand,
|
|
5315
|
+
SetTypeConfigurationCommand,
|
|
5316
|
+
SetTypeDefaultVersionCommand,
|
|
5317
|
+
SignalResourceCommand,
|
|
5318
|
+
StartResourceScanCommand,
|
|
5319
|
+
StopStackSetOperationCommand,
|
|
5320
|
+
TestTypeCommand,
|
|
5321
|
+
UpdateGeneratedTemplateCommand,
|
|
5322
|
+
UpdateStackCommand,
|
|
5323
|
+
UpdateStackInstancesCommand,
|
|
5324
|
+
UpdateStackSetCommand,
|
|
5325
|
+
UpdateTerminationProtectionCommand,
|
|
5326
|
+
ValidateTemplateCommand,
|
|
5327
|
+
};
|
|
5328
|
+
const paginators = {
|
|
5329
|
+
paginateDescribeAccountLimits,
|
|
5330
|
+
paginateDescribeChangeSet,
|
|
5331
|
+
paginateDescribeEvents,
|
|
5332
|
+
paginateDescribeStackEvents,
|
|
5333
|
+
paginateDescribeStackResourceDrifts,
|
|
5334
|
+
paginateDescribeStacks,
|
|
5335
|
+
paginateListChangeSets,
|
|
5336
|
+
paginateListExports,
|
|
5337
|
+
paginateListGeneratedTemplates,
|
|
5338
|
+
paginateListImports,
|
|
5339
|
+
paginateListResourceScanRelatedResources,
|
|
5340
|
+
paginateListResourceScanResources,
|
|
5341
|
+
paginateListResourceScans,
|
|
5342
|
+
paginateListStackInstances,
|
|
5343
|
+
paginateListStackRefactorActions,
|
|
5344
|
+
paginateListStackRefactors,
|
|
5345
|
+
paginateListStackResources,
|
|
5346
|
+
paginateListStacks,
|
|
5347
|
+
paginateListStackSetOperationResults,
|
|
5348
|
+
paginateListStackSetOperations,
|
|
5349
|
+
paginateListStackSets,
|
|
5350
|
+
paginateListTypeRegistrations,
|
|
5351
|
+
paginateListTypes,
|
|
5352
|
+
paginateListTypeVersions,
|
|
5353
|
+
};
|
|
5354
|
+
const waiters = {
|
|
5355
|
+
waitUntilChangeSetCreateComplete,
|
|
5356
|
+
waitUntilStackRefactorCreateComplete,
|
|
5357
|
+
waitUntilStackRefactorExecuteComplete,
|
|
5358
|
+
waitUntilStackCreateComplete,
|
|
5359
|
+
waitUntilStackDeleteComplete,
|
|
5360
|
+
waitUntilStackExists,
|
|
5361
|
+
waitUntilStackImportComplete,
|
|
5362
|
+
waitUntilStackRollbackComplete,
|
|
5363
|
+
waitUntilStackUpdateComplete,
|
|
5364
|
+
waitUntilTypeRegistrationComplete,
|
|
5365
|
+
};
|
|
5366
|
+
class CloudFormation extends CloudFormationClient {
|
|
5367
|
+
}
|
|
5368
|
+
smithyClient.createAggregatedClient(commands, CloudFormation, { paginators, waiters });
|
|
5369
|
+
|
|
5332
5370
|
const AccountFilterType = {
|
|
5333
5371
|
DIFFERENCE: "DIFFERENCE",
|
|
5334
5372
|
INTERSECTION: "INTERSECTION",
|
|
@@ -90,6 +90,40 @@ import { UpdateStackInstancesCommand, } from "./commands/UpdateStackInstancesCom
|
|
|
90
90
|
import { UpdateStackSetCommand, } from "./commands/UpdateStackSetCommand";
|
|
91
91
|
import { UpdateTerminationProtectionCommand, } from "./commands/UpdateTerminationProtectionCommand";
|
|
92
92
|
import { ValidateTemplateCommand, } from "./commands/ValidateTemplateCommand";
|
|
93
|
+
import { paginateDescribeAccountLimits } from "./pagination/DescribeAccountLimitsPaginator";
|
|
94
|
+
import { paginateDescribeChangeSet } from "./pagination/DescribeChangeSetPaginator";
|
|
95
|
+
import { paginateDescribeEvents } from "./pagination/DescribeEventsPaginator";
|
|
96
|
+
import { paginateDescribeStackEvents } from "./pagination/DescribeStackEventsPaginator";
|
|
97
|
+
import { paginateDescribeStackResourceDrifts } from "./pagination/DescribeStackResourceDriftsPaginator";
|
|
98
|
+
import { paginateDescribeStacks } from "./pagination/DescribeStacksPaginator";
|
|
99
|
+
import { paginateListChangeSets } from "./pagination/ListChangeSetsPaginator";
|
|
100
|
+
import { paginateListExports } from "./pagination/ListExportsPaginator";
|
|
101
|
+
import { paginateListGeneratedTemplates } from "./pagination/ListGeneratedTemplatesPaginator";
|
|
102
|
+
import { paginateListImports } from "./pagination/ListImportsPaginator";
|
|
103
|
+
import { paginateListResourceScanRelatedResources } from "./pagination/ListResourceScanRelatedResourcesPaginator";
|
|
104
|
+
import { paginateListResourceScanResources } from "./pagination/ListResourceScanResourcesPaginator";
|
|
105
|
+
import { paginateListResourceScans } from "./pagination/ListResourceScansPaginator";
|
|
106
|
+
import { paginateListStackInstances } from "./pagination/ListStackInstancesPaginator";
|
|
107
|
+
import { paginateListStackRefactorActions } from "./pagination/ListStackRefactorActionsPaginator";
|
|
108
|
+
import { paginateListStackRefactors } from "./pagination/ListStackRefactorsPaginator";
|
|
109
|
+
import { paginateListStackResources } from "./pagination/ListStackResourcesPaginator";
|
|
110
|
+
import { paginateListStackSetOperationResults } from "./pagination/ListStackSetOperationResultsPaginator";
|
|
111
|
+
import { paginateListStackSetOperations } from "./pagination/ListStackSetOperationsPaginator";
|
|
112
|
+
import { paginateListStackSets } from "./pagination/ListStackSetsPaginator";
|
|
113
|
+
import { paginateListStacks } from "./pagination/ListStacksPaginator";
|
|
114
|
+
import { paginateListTypeRegistrations } from "./pagination/ListTypeRegistrationsPaginator";
|
|
115
|
+
import { paginateListTypes } from "./pagination/ListTypesPaginator";
|
|
116
|
+
import { paginateListTypeVersions } from "./pagination/ListTypeVersionsPaginator";
|
|
117
|
+
import { waitUntilChangeSetCreateComplete } from "./waiters/waitForChangeSetCreateComplete";
|
|
118
|
+
import { waitUntilStackCreateComplete } from "./waiters/waitForStackCreateComplete";
|
|
119
|
+
import { waitUntilStackDeleteComplete } from "./waiters/waitForStackDeleteComplete";
|
|
120
|
+
import { waitUntilStackExists } from "./waiters/waitForStackExists";
|
|
121
|
+
import { waitUntilStackImportComplete } from "./waiters/waitForStackImportComplete";
|
|
122
|
+
import { waitUntilStackRefactorCreateComplete } from "./waiters/waitForStackRefactorCreateComplete";
|
|
123
|
+
import { waitUntilStackRefactorExecuteComplete } from "./waiters/waitForStackRefactorExecuteComplete";
|
|
124
|
+
import { waitUntilStackRollbackComplete } from "./waiters/waitForStackRollbackComplete";
|
|
125
|
+
import { waitUntilStackUpdateComplete } from "./waiters/waitForStackUpdateComplete";
|
|
126
|
+
import { waitUntilTypeRegistrationComplete } from "./waiters/waitForTypeRegistrationComplete";
|
|
93
127
|
const commands = {
|
|
94
128
|
ActivateOrganizationsAccessCommand,
|
|
95
129
|
ActivateTypeCommand,
|
|
@@ -182,6 +216,44 @@ const commands = {
|
|
|
182
216
|
UpdateTerminationProtectionCommand,
|
|
183
217
|
ValidateTemplateCommand,
|
|
184
218
|
};
|
|
219
|
+
const paginators = {
|
|
220
|
+
paginateDescribeAccountLimits,
|
|
221
|
+
paginateDescribeChangeSet,
|
|
222
|
+
paginateDescribeEvents,
|
|
223
|
+
paginateDescribeStackEvents,
|
|
224
|
+
paginateDescribeStackResourceDrifts,
|
|
225
|
+
paginateDescribeStacks,
|
|
226
|
+
paginateListChangeSets,
|
|
227
|
+
paginateListExports,
|
|
228
|
+
paginateListGeneratedTemplates,
|
|
229
|
+
paginateListImports,
|
|
230
|
+
paginateListResourceScanRelatedResources,
|
|
231
|
+
paginateListResourceScanResources,
|
|
232
|
+
paginateListResourceScans,
|
|
233
|
+
paginateListStackInstances,
|
|
234
|
+
paginateListStackRefactorActions,
|
|
235
|
+
paginateListStackRefactors,
|
|
236
|
+
paginateListStackResources,
|
|
237
|
+
paginateListStacks,
|
|
238
|
+
paginateListStackSetOperationResults,
|
|
239
|
+
paginateListStackSetOperations,
|
|
240
|
+
paginateListStackSets,
|
|
241
|
+
paginateListTypeRegistrations,
|
|
242
|
+
paginateListTypes,
|
|
243
|
+
paginateListTypeVersions,
|
|
244
|
+
};
|
|
245
|
+
const waiters = {
|
|
246
|
+
waitUntilChangeSetCreateComplete,
|
|
247
|
+
waitUntilStackRefactorCreateComplete,
|
|
248
|
+
waitUntilStackRefactorExecuteComplete,
|
|
249
|
+
waitUntilStackCreateComplete,
|
|
250
|
+
waitUntilStackDeleteComplete,
|
|
251
|
+
waitUntilStackExists,
|
|
252
|
+
waitUntilStackImportComplete,
|
|
253
|
+
waitUntilStackRollbackComplete,
|
|
254
|
+
waitUntilStackUpdateComplete,
|
|
255
|
+
waitUntilTypeRegistrationComplete,
|
|
256
|
+
};
|
|
185
257
|
export class CloudFormation extends CloudFormationClient {
|
|
186
258
|
}
|
|
187
|
-
createAggregatedClient(commands, CloudFormation);
|
|
259
|
+
createAggregatedClient(commands, CloudFormation, { paginators, waiters });
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import type { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
|
|
1
|
+
import type { HttpHandlerOptions as __HttpHandlerOptions, PaginationConfiguration, Paginator, WaiterConfiguration } from "@smithy/types";
|
|
2
|
+
import type { WaiterResult } from "@smithy/util-waiter";
|
|
2
3
|
import { CloudFormationClient } from "./CloudFormationClient";
|
|
3
4
|
import { ActivateOrganizationsAccessCommandInput, ActivateOrganizationsAccessCommandOutput } from "./commands/ActivateOrganizationsAccessCommand";
|
|
4
5
|
import { ActivateTypeCommandInput, ActivateTypeCommandOutput } from "./commands/ActivateTypeCommand";
|
|
@@ -663,6 +664,234 @@ export interface CloudFormation {
|
|
|
663
664
|
validateTemplate(args: ValidateTemplateCommandInput, options?: __HttpHandlerOptions): Promise<ValidateTemplateCommandOutput>;
|
|
664
665
|
validateTemplate(args: ValidateTemplateCommandInput, cb: (err: any, data?: ValidateTemplateCommandOutput) => void): void;
|
|
665
666
|
validateTemplate(args: ValidateTemplateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ValidateTemplateCommandOutput) => void): void;
|
|
667
|
+
/**
|
|
668
|
+
* @see {@link DescribeAccountLimitsCommand}
|
|
669
|
+
* @param args - command input.
|
|
670
|
+
* @param paginationConfig - optional pagination config.
|
|
671
|
+
* @returns AsyncIterable of {@link DescribeAccountLimitsCommandOutput}.
|
|
672
|
+
*/
|
|
673
|
+
paginateDescribeAccountLimits(args?: DescribeAccountLimitsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<DescribeAccountLimitsCommandOutput>;
|
|
674
|
+
/**
|
|
675
|
+
* @see {@link DescribeChangeSetCommand}
|
|
676
|
+
* @param args - command input.
|
|
677
|
+
* @param paginationConfig - optional pagination config.
|
|
678
|
+
* @returns AsyncIterable of {@link DescribeChangeSetCommandOutput}.
|
|
679
|
+
*/
|
|
680
|
+
paginateDescribeChangeSet(args: DescribeChangeSetCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<DescribeChangeSetCommandOutput>;
|
|
681
|
+
/**
|
|
682
|
+
* @see {@link DescribeEventsCommand}
|
|
683
|
+
* @param args - command input.
|
|
684
|
+
* @param paginationConfig - optional pagination config.
|
|
685
|
+
* @returns AsyncIterable of {@link DescribeEventsCommandOutput}.
|
|
686
|
+
*/
|
|
687
|
+
paginateDescribeEvents(args?: DescribeEventsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<DescribeEventsCommandOutput>;
|
|
688
|
+
/**
|
|
689
|
+
* @see {@link DescribeStackEventsCommand}
|
|
690
|
+
* @param args - command input.
|
|
691
|
+
* @param paginationConfig - optional pagination config.
|
|
692
|
+
* @returns AsyncIterable of {@link DescribeStackEventsCommandOutput}.
|
|
693
|
+
*/
|
|
694
|
+
paginateDescribeStackEvents(args: DescribeStackEventsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<DescribeStackEventsCommandOutput>;
|
|
695
|
+
/**
|
|
696
|
+
* @see {@link DescribeStackResourceDriftsCommand}
|
|
697
|
+
* @param args - command input.
|
|
698
|
+
* @param paginationConfig - optional pagination config.
|
|
699
|
+
* @returns AsyncIterable of {@link DescribeStackResourceDriftsCommandOutput}.
|
|
700
|
+
*/
|
|
701
|
+
paginateDescribeStackResourceDrifts(args: DescribeStackResourceDriftsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<DescribeStackResourceDriftsCommandOutput>;
|
|
702
|
+
/**
|
|
703
|
+
* @see {@link DescribeStacksCommand}
|
|
704
|
+
* @param args - command input.
|
|
705
|
+
* @param paginationConfig - optional pagination config.
|
|
706
|
+
* @returns AsyncIterable of {@link DescribeStacksCommandOutput}.
|
|
707
|
+
*/
|
|
708
|
+
paginateDescribeStacks(args?: DescribeStacksCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<DescribeStacksCommandOutput>;
|
|
709
|
+
/**
|
|
710
|
+
* @see {@link ListChangeSetsCommand}
|
|
711
|
+
* @param args - command input.
|
|
712
|
+
* @param paginationConfig - optional pagination config.
|
|
713
|
+
* @returns AsyncIterable of {@link ListChangeSetsCommandOutput}.
|
|
714
|
+
*/
|
|
715
|
+
paginateListChangeSets(args: ListChangeSetsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListChangeSetsCommandOutput>;
|
|
716
|
+
/**
|
|
717
|
+
* @see {@link ListExportsCommand}
|
|
718
|
+
* @param args - command input.
|
|
719
|
+
* @param paginationConfig - optional pagination config.
|
|
720
|
+
* @returns AsyncIterable of {@link ListExportsCommandOutput}.
|
|
721
|
+
*/
|
|
722
|
+
paginateListExports(args?: ListExportsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListExportsCommandOutput>;
|
|
723
|
+
/**
|
|
724
|
+
* @see {@link ListGeneratedTemplatesCommand}
|
|
725
|
+
* @param args - command input.
|
|
726
|
+
* @param paginationConfig - optional pagination config.
|
|
727
|
+
* @returns AsyncIterable of {@link ListGeneratedTemplatesCommandOutput}.
|
|
728
|
+
*/
|
|
729
|
+
paginateListGeneratedTemplates(args?: ListGeneratedTemplatesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListGeneratedTemplatesCommandOutput>;
|
|
730
|
+
/**
|
|
731
|
+
* @see {@link ListImportsCommand}
|
|
732
|
+
* @param args - command input.
|
|
733
|
+
* @param paginationConfig - optional pagination config.
|
|
734
|
+
* @returns AsyncIterable of {@link ListImportsCommandOutput}.
|
|
735
|
+
*/
|
|
736
|
+
paginateListImports(args: ListImportsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListImportsCommandOutput>;
|
|
737
|
+
/**
|
|
738
|
+
* @see {@link ListResourceScanRelatedResourcesCommand}
|
|
739
|
+
* @param args - command input.
|
|
740
|
+
* @param paginationConfig - optional pagination config.
|
|
741
|
+
* @returns AsyncIterable of {@link ListResourceScanRelatedResourcesCommandOutput}.
|
|
742
|
+
*/
|
|
743
|
+
paginateListResourceScanRelatedResources(args: ListResourceScanRelatedResourcesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListResourceScanRelatedResourcesCommandOutput>;
|
|
744
|
+
/**
|
|
745
|
+
* @see {@link ListResourceScanResourcesCommand}
|
|
746
|
+
* @param args - command input.
|
|
747
|
+
* @param paginationConfig - optional pagination config.
|
|
748
|
+
* @returns AsyncIterable of {@link ListResourceScanResourcesCommandOutput}.
|
|
749
|
+
*/
|
|
750
|
+
paginateListResourceScanResources(args: ListResourceScanResourcesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListResourceScanResourcesCommandOutput>;
|
|
751
|
+
/**
|
|
752
|
+
* @see {@link ListResourceScansCommand}
|
|
753
|
+
* @param args - command input.
|
|
754
|
+
* @param paginationConfig - optional pagination config.
|
|
755
|
+
* @returns AsyncIterable of {@link ListResourceScansCommandOutput}.
|
|
756
|
+
*/
|
|
757
|
+
paginateListResourceScans(args?: ListResourceScansCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListResourceScansCommandOutput>;
|
|
758
|
+
/**
|
|
759
|
+
* @see {@link ListStackInstancesCommand}
|
|
760
|
+
* @param args - command input.
|
|
761
|
+
* @param paginationConfig - optional pagination config.
|
|
762
|
+
* @returns AsyncIterable of {@link ListStackInstancesCommandOutput}.
|
|
763
|
+
*/
|
|
764
|
+
paginateListStackInstances(args: ListStackInstancesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListStackInstancesCommandOutput>;
|
|
765
|
+
/**
|
|
766
|
+
* @see {@link ListStackRefactorActionsCommand}
|
|
767
|
+
* @param args - command input.
|
|
768
|
+
* @param paginationConfig - optional pagination config.
|
|
769
|
+
* @returns AsyncIterable of {@link ListStackRefactorActionsCommandOutput}.
|
|
770
|
+
*/
|
|
771
|
+
paginateListStackRefactorActions(args: ListStackRefactorActionsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListStackRefactorActionsCommandOutput>;
|
|
772
|
+
/**
|
|
773
|
+
* @see {@link ListStackRefactorsCommand}
|
|
774
|
+
* @param args - command input.
|
|
775
|
+
* @param paginationConfig - optional pagination config.
|
|
776
|
+
* @returns AsyncIterable of {@link ListStackRefactorsCommandOutput}.
|
|
777
|
+
*/
|
|
778
|
+
paginateListStackRefactors(args?: ListStackRefactorsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListStackRefactorsCommandOutput>;
|
|
779
|
+
/**
|
|
780
|
+
* @see {@link ListStackResourcesCommand}
|
|
781
|
+
* @param args - command input.
|
|
782
|
+
* @param paginationConfig - optional pagination config.
|
|
783
|
+
* @returns AsyncIterable of {@link ListStackResourcesCommandOutput}.
|
|
784
|
+
*/
|
|
785
|
+
paginateListStackResources(args: ListStackResourcesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListStackResourcesCommandOutput>;
|
|
786
|
+
/**
|
|
787
|
+
* @see {@link ListStacksCommand}
|
|
788
|
+
* @param args - command input.
|
|
789
|
+
* @param paginationConfig - optional pagination config.
|
|
790
|
+
* @returns AsyncIterable of {@link ListStacksCommandOutput}.
|
|
791
|
+
*/
|
|
792
|
+
paginateListStacks(args?: ListStacksCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListStacksCommandOutput>;
|
|
793
|
+
/**
|
|
794
|
+
* @see {@link ListStackSetOperationResultsCommand}
|
|
795
|
+
* @param args - command input.
|
|
796
|
+
* @param paginationConfig - optional pagination config.
|
|
797
|
+
* @returns AsyncIterable of {@link ListStackSetOperationResultsCommandOutput}.
|
|
798
|
+
*/
|
|
799
|
+
paginateListStackSetOperationResults(args: ListStackSetOperationResultsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListStackSetOperationResultsCommandOutput>;
|
|
800
|
+
/**
|
|
801
|
+
* @see {@link ListStackSetOperationsCommand}
|
|
802
|
+
* @param args - command input.
|
|
803
|
+
* @param paginationConfig - optional pagination config.
|
|
804
|
+
* @returns AsyncIterable of {@link ListStackSetOperationsCommandOutput}.
|
|
805
|
+
*/
|
|
806
|
+
paginateListStackSetOperations(args: ListStackSetOperationsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListStackSetOperationsCommandOutput>;
|
|
807
|
+
/**
|
|
808
|
+
* @see {@link ListStackSetsCommand}
|
|
809
|
+
* @param args - command input.
|
|
810
|
+
* @param paginationConfig - optional pagination config.
|
|
811
|
+
* @returns AsyncIterable of {@link ListStackSetsCommandOutput}.
|
|
812
|
+
*/
|
|
813
|
+
paginateListStackSets(args?: ListStackSetsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListStackSetsCommandOutput>;
|
|
814
|
+
/**
|
|
815
|
+
* @see {@link ListTypeRegistrationsCommand}
|
|
816
|
+
* @param args - command input.
|
|
817
|
+
* @param paginationConfig - optional pagination config.
|
|
818
|
+
* @returns AsyncIterable of {@link ListTypeRegistrationsCommandOutput}.
|
|
819
|
+
*/
|
|
820
|
+
paginateListTypeRegistrations(args?: ListTypeRegistrationsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListTypeRegistrationsCommandOutput>;
|
|
821
|
+
/**
|
|
822
|
+
* @see {@link ListTypesCommand}
|
|
823
|
+
* @param args - command input.
|
|
824
|
+
* @param paginationConfig - optional pagination config.
|
|
825
|
+
* @returns AsyncIterable of {@link ListTypesCommandOutput}.
|
|
826
|
+
*/
|
|
827
|
+
paginateListTypes(args?: ListTypesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListTypesCommandOutput>;
|
|
828
|
+
/**
|
|
829
|
+
* @see {@link ListTypeVersionsCommand}
|
|
830
|
+
* @param args - command input.
|
|
831
|
+
* @param paginationConfig - optional pagination config.
|
|
832
|
+
* @returns AsyncIterable of {@link ListTypeVersionsCommandOutput}.
|
|
833
|
+
*/
|
|
834
|
+
paginateListTypeVersions(args?: ListTypeVersionsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListTypeVersionsCommandOutput>;
|
|
835
|
+
/**
|
|
836
|
+
* @see {@link DescribeChangeSetCommand}
|
|
837
|
+
* @param args - command input.
|
|
838
|
+
* @param waiterConfig - `maxWaitTime` in seconds or waiter config object.
|
|
839
|
+
*/
|
|
840
|
+
waitUntilChangeSetCreateComplete(args: DescribeChangeSetCommandInput, waiterConfig: number | Omit<WaiterConfiguration<CloudFormation>, "client">): Promise<WaiterResult>;
|
|
841
|
+
/**
|
|
842
|
+
* @see {@link DescribeStackRefactorCommand}
|
|
843
|
+
* @param args - command input.
|
|
844
|
+
* @param waiterConfig - `maxWaitTime` in seconds or waiter config object.
|
|
845
|
+
*/
|
|
846
|
+
waitUntilStackRefactorCreateComplete(args: DescribeStackRefactorCommandInput, waiterConfig: number | Omit<WaiterConfiguration<CloudFormation>, "client">): Promise<WaiterResult>;
|
|
847
|
+
/**
|
|
848
|
+
* @see {@link DescribeStackRefactorCommand}
|
|
849
|
+
* @param args - command input.
|
|
850
|
+
* @param waiterConfig - `maxWaitTime` in seconds or waiter config object.
|
|
851
|
+
*/
|
|
852
|
+
waitUntilStackRefactorExecuteComplete(args: DescribeStackRefactorCommandInput, waiterConfig: number | Omit<WaiterConfiguration<CloudFormation>, "client">): Promise<WaiterResult>;
|
|
853
|
+
/**
|
|
854
|
+
* @see {@link DescribeStacksCommand}
|
|
855
|
+
* @param args - command input.
|
|
856
|
+
* @param waiterConfig - `maxWaitTime` in seconds or waiter config object.
|
|
857
|
+
*/
|
|
858
|
+
waitUntilStackCreateComplete(args: DescribeStacksCommandInput, waiterConfig: number | Omit<WaiterConfiguration<CloudFormation>, "client">): Promise<WaiterResult>;
|
|
859
|
+
/**
|
|
860
|
+
* @see {@link DescribeStacksCommand}
|
|
861
|
+
* @param args - command input.
|
|
862
|
+
* @param waiterConfig - `maxWaitTime` in seconds or waiter config object.
|
|
863
|
+
*/
|
|
864
|
+
waitUntilStackDeleteComplete(args: DescribeStacksCommandInput, waiterConfig: number | Omit<WaiterConfiguration<CloudFormation>, "client">): Promise<WaiterResult>;
|
|
865
|
+
/**
|
|
866
|
+
* @see {@link DescribeStacksCommand}
|
|
867
|
+
* @param args - command input.
|
|
868
|
+
* @param waiterConfig - `maxWaitTime` in seconds or waiter config object.
|
|
869
|
+
*/
|
|
870
|
+
waitUntilStackExists(args: DescribeStacksCommandInput, waiterConfig: number | Omit<WaiterConfiguration<CloudFormation>, "client">): Promise<WaiterResult>;
|
|
871
|
+
/**
|
|
872
|
+
* @see {@link DescribeStacksCommand}
|
|
873
|
+
* @param args - command input.
|
|
874
|
+
* @param waiterConfig - `maxWaitTime` in seconds or waiter config object.
|
|
875
|
+
*/
|
|
876
|
+
waitUntilStackImportComplete(args: DescribeStacksCommandInput, waiterConfig: number | Omit<WaiterConfiguration<CloudFormation>, "client">): Promise<WaiterResult>;
|
|
877
|
+
/**
|
|
878
|
+
* @see {@link DescribeStacksCommand}
|
|
879
|
+
* @param args - command input.
|
|
880
|
+
* @param waiterConfig - `maxWaitTime` in seconds or waiter config object.
|
|
881
|
+
*/
|
|
882
|
+
waitUntilStackRollbackComplete(args: DescribeStacksCommandInput, waiterConfig: number | Omit<WaiterConfiguration<CloudFormation>, "client">): Promise<WaiterResult>;
|
|
883
|
+
/**
|
|
884
|
+
* @see {@link DescribeStacksCommand}
|
|
885
|
+
* @param args - command input.
|
|
886
|
+
* @param waiterConfig - `maxWaitTime` in seconds or waiter config object.
|
|
887
|
+
*/
|
|
888
|
+
waitUntilStackUpdateComplete(args: DescribeStacksCommandInput, waiterConfig: number | Omit<WaiterConfiguration<CloudFormation>, "client">): Promise<WaiterResult>;
|
|
889
|
+
/**
|
|
890
|
+
* @see {@link DescribeTypeRegistrationCommand}
|
|
891
|
+
* @param args - command input.
|
|
892
|
+
* @param waiterConfig - `maxWaitTime` in seconds or waiter config object.
|
|
893
|
+
*/
|
|
894
|
+
waitUntilTypeRegistrationComplete(args: DescribeTypeRegistrationCommandInput, waiterConfig: number | Omit<WaiterConfiguration<CloudFormation>, "client">): Promise<WaiterResult>;
|
|
666
895
|
}
|
|
667
896
|
/**
|
|
668
897
|
* <fullname>CloudFormation</fullname>
|
|
@@ -1,4 +1,10 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import {
|
|
2
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
3
|
+
PaginationConfiguration,
|
|
4
|
+
Paginator,
|
|
5
|
+
WaiterConfiguration,
|
|
6
|
+
} from "@smithy/types";
|
|
7
|
+
import { WaiterResult } from "@smithy/util-waiter";
|
|
2
8
|
import { CloudFormationClient } from "./CloudFormationClient";
|
|
3
9
|
import {
|
|
4
10
|
ActivateOrganizationsAccessCommandInput,
|
|
@@ -1575,6 +1581,264 @@ export interface CloudFormation {
|
|
|
1575
1581
|
options: __HttpHandlerOptions,
|
|
1576
1582
|
cb: (err: any, data?: ValidateTemplateCommandOutput) => void
|
|
1577
1583
|
): void;
|
|
1584
|
+
paginateDescribeAccountLimits(
|
|
1585
|
+
args?: DescribeAccountLimitsCommandInput,
|
|
1586
|
+
paginationConfig?: Pick<
|
|
1587
|
+
PaginationConfiguration,
|
|
1588
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1589
|
+
>
|
|
1590
|
+
): Paginator<DescribeAccountLimitsCommandOutput>;
|
|
1591
|
+
paginateDescribeChangeSet(
|
|
1592
|
+
args: DescribeChangeSetCommandInput,
|
|
1593
|
+
paginationConfig?: Pick<
|
|
1594
|
+
PaginationConfiguration,
|
|
1595
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1596
|
+
>
|
|
1597
|
+
): Paginator<DescribeChangeSetCommandOutput>;
|
|
1598
|
+
paginateDescribeEvents(
|
|
1599
|
+
args?: DescribeEventsCommandInput,
|
|
1600
|
+
paginationConfig?: Pick<
|
|
1601
|
+
PaginationConfiguration,
|
|
1602
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1603
|
+
>
|
|
1604
|
+
): Paginator<DescribeEventsCommandOutput>;
|
|
1605
|
+
paginateDescribeStackEvents(
|
|
1606
|
+
args: DescribeStackEventsCommandInput,
|
|
1607
|
+
paginationConfig?: Pick<
|
|
1608
|
+
PaginationConfiguration,
|
|
1609
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1610
|
+
>
|
|
1611
|
+
): Paginator<DescribeStackEventsCommandOutput>;
|
|
1612
|
+
paginateDescribeStackResourceDrifts(
|
|
1613
|
+
args: DescribeStackResourceDriftsCommandInput,
|
|
1614
|
+
paginationConfig?: Pick<
|
|
1615
|
+
PaginationConfiguration,
|
|
1616
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1617
|
+
>
|
|
1618
|
+
): Paginator<DescribeStackResourceDriftsCommandOutput>;
|
|
1619
|
+
paginateDescribeStacks(
|
|
1620
|
+
args?: DescribeStacksCommandInput,
|
|
1621
|
+
paginationConfig?: Pick<
|
|
1622
|
+
PaginationConfiguration,
|
|
1623
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1624
|
+
>
|
|
1625
|
+
): Paginator<DescribeStacksCommandOutput>;
|
|
1626
|
+
paginateListChangeSets(
|
|
1627
|
+
args: ListChangeSetsCommandInput,
|
|
1628
|
+
paginationConfig?: Pick<
|
|
1629
|
+
PaginationConfiguration,
|
|
1630
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1631
|
+
>
|
|
1632
|
+
): Paginator<ListChangeSetsCommandOutput>;
|
|
1633
|
+
paginateListExports(
|
|
1634
|
+
args?: ListExportsCommandInput,
|
|
1635
|
+
paginationConfig?: Pick<
|
|
1636
|
+
PaginationConfiguration,
|
|
1637
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1638
|
+
>
|
|
1639
|
+
): Paginator<ListExportsCommandOutput>;
|
|
1640
|
+
paginateListGeneratedTemplates(
|
|
1641
|
+
args?: ListGeneratedTemplatesCommandInput,
|
|
1642
|
+
paginationConfig?: Pick<
|
|
1643
|
+
PaginationConfiguration,
|
|
1644
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1645
|
+
>
|
|
1646
|
+
): Paginator<ListGeneratedTemplatesCommandOutput>;
|
|
1647
|
+
paginateListImports(
|
|
1648
|
+
args: ListImportsCommandInput,
|
|
1649
|
+
paginationConfig?: Pick<
|
|
1650
|
+
PaginationConfiguration,
|
|
1651
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1652
|
+
>
|
|
1653
|
+
): Paginator<ListImportsCommandOutput>;
|
|
1654
|
+
paginateListResourceScanRelatedResources(
|
|
1655
|
+
args: ListResourceScanRelatedResourcesCommandInput,
|
|
1656
|
+
paginationConfig?: Pick<
|
|
1657
|
+
PaginationConfiguration,
|
|
1658
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1659
|
+
>
|
|
1660
|
+
): Paginator<ListResourceScanRelatedResourcesCommandOutput>;
|
|
1661
|
+
paginateListResourceScanResources(
|
|
1662
|
+
args: ListResourceScanResourcesCommandInput,
|
|
1663
|
+
paginationConfig?: Pick<
|
|
1664
|
+
PaginationConfiguration,
|
|
1665
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1666
|
+
>
|
|
1667
|
+
): Paginator<ListResourceScanResourcesCommandOutput>;
|
|
1668
|
+
paginateListResourceScans(
|
|
1669
|
+
args?: ListResourceScansCommandInput,
|
|
1670
|
+
paginationConfig?: Pick<
|
|
1671
|
+
PaginationConfiguration,
|
|
1672
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1673
|
+
>
|
|
1674
|
+
): Paginator<ListResourceScansCommandOutput>;
|
|
1675
|
+
paginateListStackInstances(
|
|
1676
|
+
args: ListStackInstancesCommandInput,
|
|
1677
|
+
paginationConfig?: Pick<
|
|
1678
|
+
PaginationConfiguration,
|
|
1679
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1680
|
+
>
|
|
1681
|
+
): Paginator<ListStackInstancesCommandOutput>;
|
|
1682
|
+
paginateListStackRefactorActions(
|
|
1683
|
+
args: ListStackRefactorActionsCommandInput,
|
|
1684
|
+
paginationConfig?: Pick<
|
|
1685
|
+
PaginationConfiguration,
|
|
1686
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1687
|
+
>
|
|
1688
|
+
): Paginator<ListStackRefactorActionsCommandOutput>;
|
|
1689
|
+
paginateListStackRefactors(
|
|
1690
|
+
args?: ListStackRefactorsCommandInput,
|
|
1691
|
+
paginationConfig?: Pick<
|
|
1692
|
+
PaginationConfiguration,
|
|
1693
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1694
|
+
>
|
|
1695
|
+
): Paginator<ListStackRefactorsCommandOutput>;
|
|
1696
|
+
paginateListStackResources(
|
|
1697
|
+
args: ListStackResourcesCommandInput,
|
|
1698
|
+
paginationConfig?: Pick<
|
|
1699
|
+
PaginationConfiguration,
|
|
1700
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1701
|
+
>
|
|
1702
|
+
): Paginator<ListStackResourcesCommandOutput>;
|
|
1703
|
+
paginateListStacks(
|
|
1704
|
+
args?: ListStacksCommandInput,
|
|
1705
|
+
paginationConfig?: Pick<
|
|
1706
|
+
PaginationConfiguration,
|
|
1707
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1708
|
+
>
|
|
1709
|
+
): Paginator<ListStacksCommandOutput>;
|
|
1710
|
+
paginateListStackSetOperationResults(
|
|
1711
|
+
args: ListStackSetOperationResultsCommandInput,
|
|
1712
|
+
paginationConfig?: Pick<
|
|
1713
|
+
PaginationConfiguration,
|
|
1714
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1715
|
+
>
|
|
1716
|
+
): Paginator<ListStackSetOperationResultsCommandOutput>;
|
|
1717
|
+
paginateListStackSetOperations(
|
|
1718
|
+
args: ListStackSetOperationsCommandInput,
|
|
1719
|
+
paginationConfig?: Pick<
|
|
1720
|
+
PaginationConfiguration,
|
|
1721
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1722
|
+
>
|
|
1723
|
+
): Paginator<ListStackSetOperationsCommandOutput>;
|
|
1724
|
+
paginateListStackSets(
|
|
1725
|
+
args?: ListStackSetsCommandInput,
|
|
1726
|
+
paginationConfig?: Pick<
|
|
1727
|
+
PaginationConfiguration,
|
|
1728
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1729
|
+
>
|
|
1730
|
+
): Paginator<ListStackSetsCommandOutput>;
|
|
1731
|
+
paginateListTypeRegistrations(
|
|
1732
|
+
args?: ListTypeRegistrationsCommandInput,
|
|
1733
|
+
paginationConfig?: Pick<
|
|
1734
|
+
PaginationConfiguration,
|
|
1735
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1736
|
+
>
|
|
1737
|
+
): Paginator<ListTypeRegistrationsCommandOutput>;
|
|
1738
|
+
paginateListTypes(
|
|
1739
|
+
args?: ListTypesCommandInput,
|
|
1740
|
+
paginationConfig?: Pick<
|
|
1741
|
+
PaginationConfiguration,
|
|
1742
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1743
|
+
>
|
|
1744
|
+
): Paginator<ListTypesCommandOutput>;
|
|
1745
|
+
paginateListTypeVersions(
|
|
1746
|
+
args?: ListTypeVersionsCommandInput,
|
|
1747
|
+
paginationConfig?: Pick<
|
|
1748
|
+
PaginationConfiguration,
|
|
1749
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1750
|
+
>
|
|
1751
|
+
): Paginator<ListTypeVersionsCommandOutput>;
|
|
1752
|
+
waitUntilChangeSetCreateComplete(
|
|
1753
|
+
args: DescribeChangeSetCommandInput,
|
|
1754
|
+
waiterConfig:
|
|
1755
|
+
| number
|
|
1756
|
+
| Pick<
|
|
1757
|
+
WaiterConfiguration<CloudFormation>,
|
|
1758
|
+
Exclude<keyof WaiterConfiguration<CloudFormation>, "client">
|
|
1759
|
+
>
|
|
1760
|
+
): Promise<WaiterResult>;
|
|
1761
|
+
waitUntilStackRefactorCreateComplete(
|
|
1762
|
+
args: DescribeStackRefactorCommandInput,
|
|
1763
|
+
waiterConfig:
|
|
1764
|
+
| number
|
|
1765
|
+
| Pick<
|
|
1766
|
+
WaiterConfiguration<CloudFormation>,
|
|
1767
|
+
Exclude<keyof WaiterConfiguration<CloudFormation>, "client">
|
|
1768
|
+
>
|
|
1769
|
+
): Promise<WaiterResult>;
|
|
1770
|
+
waitUntilStackRefactorExecuteComplete(
|
|
1771
|
+
args: DescribeStackRefactorCommandInput,
|
|
1772
|
+
waiterConfig:
|
|
1773
|
+
| number
|
|
1774
|
+
| Pick<
|
|
1775
|
+
WaiterConfiguration<CloudFormation>,
|
|
1776
|
+
Exclude<keyof WaiterConfiguration<CloudFormation>, "client">
|
|
1777
|
+
>
|
|
1778
|
+
): Promise<WaiterResult>;
|
|
1779
|
+
waitUntilStackCreateComplete(
|
|
1780
|
+
args: DescribeStacksCommandInput,
|
|
1781
|
+
waiterConfig:
|
|
1782
|
+
| number
|
|
1783
|
+
| Pick<
|
|
1784
|
+
WaiterConfiguration<CloudFormation>,
|
|
1785
|
+
Exclude<keyof WaiterConfiguration<CloudFormation>, "client">
|
|
1786
|
+
>
|
|
1787
|
+
): Promise<WaiterResult>;
|
|
1788
|
+
waitUntilStackDeleteComplete(
|
|
1789
|
+
args: DescribeStacksCommandInput,
|
|
1790
|
+
waiterConfig:
|
|
1791
|
+
| number
|
|
1792
|
+
| Pick<
|
|
1793
|
+
WaiterConfiguration<CloudFormation>,
|
|
1794
|
+
Exclude<keyof WaiterConfiguration<CloudFormation>, "client">
|
|
1795
|
+
>
|
|
1796
|
+
): Promise<WaiterResult>;
|
|
1797
|
+
waitUntilStackExists(
|
|
1798
|
+
args: DescribeStacksCommandInput,
|
|
1799
|
+
waiterConfig:
|
|
1800
|
+
| number
|
|
1801
|
+
| Pick<
|
|
1802
|
+
WaiterConfiguration<CloudFormation>,
|
|
1803
|
+
Exclude<keyof WaiterConfiguration<CloudFormation>, "client">
|
|
1804
|
+
>
|
|
1805
|
+
): Promise<WaiterResult>;
|
|
1806
|
+
waitUntilStackImportComplete(
|
|
1807
|
+
args: DescribeStacksCommandInput,
|
|
1808
|
+
waiterConfig:
|
|
1809
|
+
| number
|
|
1810
|
+
| Pick<
|
|
1811
|
+
WaiterConfiguration<CloudFormation>,
|
|
1812
|
+
Exclude<keyof WaiterConfiguration<CloudFormation>, "client">
|
|
1813
|
+
>
|
|
1814
|
+
): Promise<WaiterResult>;
|
|
1815
|
+
waitUntilStackRollbackComplete(
|
|
1816
|
+
args: DescribeStacksCommandInput,
|
|
1817
|
+
waiterConfig:
|
|
1818
|
+
| number
|
|
1819
|
+
| Pick<
|
|
1820
|
+
WaiterConfiguration<CloudFormation>,
|
|
1821
|
+
Exclude<keyof WaiterConfiguration<CloudFormation>, "client">
|
|
1822
|
+
>
|
|
1823
|
+
): Promise<WaiterResult>;
|
|
1824
|
+
waitUntilStackUpdateComplete(
|
|
1825
|
+
args: DescribeStacksCommandInput,
|
|
1826
|
+
waiterConfig:
|
|
1827
|
+
| number
|
|
1828
|
+
| Pick<
|
|
1829
|
+
WaiterConfiguration<CloudFormation>,
|
|
1830
|
+
Exclude<keyof WaiterConfiguration<CloudFormation>, "client">
|
|
1831
|
+
>
|
|
1832
|
+
): Promise<WaiterResult>;
|
|
1833
|
+
waitUntilTypeRegistrationComplete(
|
|
1834
|
+
args: DescribeTypeRegistrationCommandInput,
|
|
1835
|
+
waiterConfig:
|
|
1836
|
+
| number
|
|
1837
|
+
| Pick<
|
|
1838
|
+
WaiterConfiguration<CloudFormation>,
|
|
1839
|
+
Exclude<keyof WaiterConfiguration<CloudFormation>, "client">
|
|
1840
|
+
>
|
|
1841
|
+
): Promise<WaiterResult>;
|
|
1578
1842
|
}
|
|
1579
1843
|
export declare class CloudFormation
|
|
1580
1844
|
extends CloudFormationClient
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-cloudformation",
|
|
3
3
|
"description": "AWS SDK for JavaScript Cloudformation Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.978.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-cloudformation",
|
|
@@ -23,38 +23,38 @@
|
|
|
23
23
|
"dependencies": {
|
|
24
24
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
25
25
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
26
|
-
"@aws-sdk/core": "^3.973.
|
|
27
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
28
|
-
"@aws-sdk/middleware-host-header": "^3.972.
|
|
29
|
-
"@aws-sdk/middleware-logger": "^3.972.
|
|
30
|
-
"@aws-sdk/middleware-recursion-detection": "^3.972.
|
|
31
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
32
|
-
"@aws-sdk/region-config-resolver": "^3.972.
|
|
33
|
-
"@aws-sdk/types": "^3.973.
|
|
26
|
+
"@aws-sdk/core": "^3.973.4",
|
|
27
|
+
"@aws-sdk/credential-provider-node": "^3.972.2",
|
|
28
|
+
"@aws-sdk/middleware-host-header": "^3.972.2",
|
|
29
|
+
"@aws-sdk/middleware-logger": "^3.972.2",
|
|
30
|
+
"@aws-sdk/middleware-recursion-detection": "^3.972.2",
|
|
31
|
+
"@aws-sdk/middleware-user-agent": "^3.972.4",
|
|
32
|
+
"@aws-sdk/region-config-resolver": "^3.972.2",
|
|
33
|
+
"@aws-sdk/types": "^3.973.1",
|
|
34
34
|
"@aws-sdk/util-endpoints": "3.972.0",
|
|
35
|
-
"@aws-sdk/util-user-agent-browser": "^3.972.
|
|
36
|
-
"@aws-sdk/util-user-agent-node": "^3.972.
|
|
35
|
+
"@aws-sdk/util-user-agent-browser": "^3.972.2",
|
|
36
|
+
"@aws-sdk/util-user-agent-node": "^3.972.2",
|
|
37
37
|
"@smithy/config-resolver": "^4.4.6",
|
|
38
|
-
"@smithy/core": "^3.
|
|
38
|
+
"@smithy/core": "^3.22.0",
|
|
39
39
|
"@smithy/fetch-http-handler": "^5.3.9",
|
|
40
40
|
"@smithy/hash-node": "^4.2.8",
|
|
41
41
|
"@smithy/invalid-dependency": "^4.2.8",
|
|
42
42
|
"@smithy/middleware-content-length": "^4.2.8",
|
|
43
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
44
|
-
"@smithy/middleware-retry": "^4.4.
|
|
43
|
+
"@smithy/middleware-endpoint": "^4.4.12",
|
|
44
|
+
"@smithy/middleware-retry": "^4.4.29",
|
|
45
45
|
"@smithy/middleware-serde": "^4.2.9",
|
|
46
46
|
"@smithy/middleware-stack": "^4.2.8",
|
|
47
47
|
"@smithy/node-config-provider": "^4.3.8",
|
|
48
48
|
"@smithy/node-http-handler": "^4.4.8",
|
|
49
49
|
"@smithy/protocol-http": "^5.3.8",
|
|
50
|
-
"@smithy/smithy-client": "^4.
|
|
50
|
+
"@smithy/smithy-client": "^4.11.1",
|
|
51
51
|
"@smithy/types": "^4.12.0",
|
|
52
52
|
"@smithy/url-parser": "^4.2.8",
|
|
53
53
|
"@smithy/util-base64": "^4.3.0",
|
|
54
54
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
55
55
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
56
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
57
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
56
|
+
"@smithy/util-defaults-mode-browser": "^4.3.28",
|
|
57
|
+
"@smithy/util-defaults-mode-node": "^4.2.31",
|
|
58
58
|
"@smithy/util-endpoints": "^3.2.8",
|
|
59
59
|
"@smithy/util-middleware": "^4.2.8",
|
|
60
60
|
"@smithy/util-retry": "^4.2.8",
|