@aws-sdk/client-cloudformation 3.36.0 → 3.39.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/CHANGELOG.md +42 -0
- package/dist-cjs/CloudFormation.js +0 -19
- package/dist-cjs/CloudFormationClient.js +0 -24
- package/dist-cjs/commands/ActivateTypeCommand.js +0 -30
- package/dist-cjs/commands/BatchDescribeTypeConfigurationsCommand.js +0 -27
- package/dist-cjs/commands/CancelUpdateStackCommand.js +0 -28
- package/dist-cjs/commands/ContinueUpdateRollbackCommand.js +0 -34
- package/dist-cjs/commands/CreateChangeSetCommand.js +0 -44
- package/dist-cjs/commands/CreateStackCommand.js +0 -25
- package/dist-cjs/commands/CreateStackInstancesCommand.js +0 -25
- package/dist-cjs/commands/CreateStackSetCommand.js +0 -24
- package/dist-cjs/commands/DeactivateTypeCommand.js +0 -29
- package/dist-cjs/commands/DeleteChangeSetCommand.js +0 -31
- package/dist-cjs/commands/DeleteStackCommand.js +0 -26
- package/dist-cjs/commands/DeleteStackInstancesCommand.js +0 -24
- package/dist-cjs/commands/DeleteStackSetCommand.js +0 -25
- package/dist-cjs/commands/DeregisterTypeCommand.js +0 -33
- package/dist-cjs/commands/DescribeAccountLimitsCommand.js +0 -27
- package/dist-cjs/commands/DescribeChangeSetCommand.js +0 -26
- package/dist-cjs/commands/DescribePublisherCommand.js +0 -42
- package/dist-cjs/commands/DescribeStackDriftDetectionStatusCommand.js +0 -36
- package/dist-cjs/commands/DescribeStackEventsCommand.js +0 -29
- package/dist-cjs/commands/DescribeStackInstanceCommand.js +0 -26
- package/dist-cjs/commands/DescribeStackResourceCommand.js +0 -26
- package/dist-cjs/commands/DescribeStackResourceDriftsCommand.js +0 -33
- package/dist-cjs/commands/DescribeStackResourcesCommand.js +0 -43
- package/dist-cjs/commands/DescribeStackSetCommand.js +0 -24
- package/dist-cjs/commands/DescribeStackSetOperationCommand.js +0 -24
- package/dist-cjs/commands/DescribeStacksCommand.js +0 -29
- package/dist-cjs/commands/DescribeTypeCommand.js +0 -27
- package/dist-cjs/commands/DescribeTypeRegistrationCommand.js +0 -34
- package/dist-cjs/commands/DetectStackDriftCommand.js +0 -44
- package/dist-cjs/commands/DetectStackResourceDriftCommand.js +0 -35
- package/dist-cjs/commands/DetectStackSetDriftCommand.js +0 -67
- package/dist-cjs/commands/EstimateTemplateCostCommand.js +0 -26
- package/dist-cjs/commands/ExecuteChangeSetCommand.js +0 -34
- package/dist-cjs/commands/GetStackPolicyCommand.js +0 -25
- package/dist-cjs/commands/GetTemplateCommand.js +0 -30
- package/dist-cjs/commands/GetTemplateSummaryCommand.js +0 -32
- package/dist-cjs/commands/ImportStacksToStackSetCommand.js +0 -31
- package/dist-cjs/commands/ListChangeSetsCommand.js +0 -26
- package/dist-cjs/commands/ListExportsCommand.js +0 -30
- package/dist-cjs/commands/ListImportsCommand.js +0 -29
- package/dist-cjs/commands/ListStackInstancesCommand.js +0 -26
- package/dist-cjs/commands/ListStackResourcesCommand.js +0 -26
- package/dist-cjs/commands/ListStackSetOperationResultsCommand.js +0 -24
- package/dist-cjs/commands/ListStackSetOperationsCommand.js +0 -24
- package/dist-cjs/commands/ListStackSetsCommand.js +0 -44
- package/dist-cjs/commands/ListStacksCommand.js +0 -28
- package/dist-cjs/commands/ListTypeRegistrationsCommand.js +0 -24
- package/dist-cjs/commands/ListTypeVersionsCommand.js +0 -24
- package/dist-cjs/commands/ListTypesCommand.js +0 -24
- package/dist-cjs/commands/PublishTypeCommand.js +0 -29
- package/dist-cjs/commands/RecordHandlerProgressCommand.js +0 -25
- package/dist-cjs/commands/RegisterPublisherCommand.js +0 -30
- package/dist-cjs/commands/RegisterTypeCommand.js +0 -51
- package/dist-cjs/commands/RollbackStackCommand.js +0 -53
- package/dist-cjs/commands/SetStackPolicyCommand.js +0 -24
- package/dist-cjs/commands/SetTypeConfigurationCommand.js +0 -36
- package/dist-cjs/commands/SetTypeDefaultVersionCommand.js +0 -25
- package/dist-cjs/commands/SignalResourceCommand.js +0 -29
- package/dist-cjs/commands/StopStackSetOperationCommand.js +0 -24
- package/dist-cjs/commands/TestTypeCommand.js +0 -47
- package/dist-cjs/commands/UpdateStackCommand.js +0 -29
- package/dist-cjs/commands/UpdateStackInstancesCommand.js +0 -36
- package/dist-cjs/commands/UpdateStackSetCommand.js +0 -29
- package/dist-cjs/commands/UpdateTerminationProtectionCommand.js +0 -30
- package/dist-cjs/commands/ValidateTemplateCommand.js +0 -26
- package/dist-cjs/commands/index.js +68 -0
- package/dist-cjs/endpoints.js +6 -1
- package/dist-cjs/index.js +5 -92
- package/dist-cjs/models/models_0.js +0 -603
- package/dist-cjs/pagination/DescribeAccountLimitsPaginator.js +0 -10
- package/dist-cjs/pagination/DescribeStackEventsPaginator.js +0 -10
- package/dist-cjs/pagination/DescribeStackResourceDriftsPaginator.js +0 -10
- package/dist-cjs/pagination/DescribeStacksPaginator.js +0 -10
- package/dist-cjs/pagination/ListChangeSetsPaginator.js +0 -10
- package/dist-cjs/pagination/ListExportsPaginator.js +0 -10
- package/dist-cjs/pagination/ListImportsPaginator.js +0 -10
- package/dist-cjs/pagination/ListStackInstancesPaginator.js +0 -10
- package/dist-cjs/pagination/ListStackResourcesPaginator.js +0 -10
- package/dist-cjs/pagination/ListStackSetOperationResultsPaginator.js +0 -10
- package/dist-cjs/pagination/ListStackSetOperationsPaginator.js +0 -10
- package/dist-cjs/pagination/ListStackSetsPaginator.js +0 -10
- package/dist-cjs/pagination/ListStacksPaginator.js +0 -10
- package/dist-cjs/pagination/ListTypeRegistrationsPaginator.js +0 -10
- package/dist-cjs/pagination/ListTypeVersionsPaginator.js +0 -10
- package/dist-cjs/pagination/ListTypesPaginator.js +0 -10
- package/dist-cjs/pagination/index.js +20 -0
- package/dist-cjs/protocols/Aws_query.js +0 -2
- package/dist-cjs/runtimeConfig.browser.js +1 -5
- package/dist-cjs/runtimeConfig.js +1 -5
- package/dist-cjs/runtimeConfig.native.js +0 -3
- package/dist-cjs/runtimeConfig.shared.js +0 -3
- package/dist-cjs/waiters/index.js +11 -0
- package/dist-cjs/waiters/waitForChangeSetCreateComplete.js +0 -9
- package/dist-cjs/waiters/waitForStackCreateComplete.js +0 -9
- package/dist-cjs/waiters/waitForStackDeleteComplete.js +0 -9
- package/dist-cjs/waiters/waitForStackExists.js +0 -9
- package/dist-cjs/waiters/waitForStackImportComplete.js +0 -9
- package/dist-cjs/waiters/waitForStackRollbackComplete.js +0 -9
- package/dist-cjs/waiters/waitForStackUpdateComplete.js +0 -9
- package/dist-cjs/waiters/waitForTypeRegistrationComplete.js +0 -9
- package/dist-es/commands/index.js +65 -0
- package/dist-es/endpoints.js +6 -1
- package/dist-es/index.js +5 -92
- package/dist-es/pagination/index.js +17 -0
- package/dist-es/waiters/index.js +8 -0
- package/dist-types/commands/index.d.ts +65 -0
- package/dist-types/index.d.ts +5 -92
- package/dist-types/pagination/index.d.ts +17 -0
- package/dist-types/ts3.4/CloudFormation.d.ts +66 -661
- package/dist-types/ts3.4/CloudFormationClient.d.ts +24 -105
- package/dist-types/ts3.4/commands/ActivateTypeCommand.d.ts +2 -26
- package/dist-types/ts3.4/commands/BatchDescribeTypeConfigurationsCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/CancelUpdateStackCommand.d.ts +2 -24
- package/dist-types/ts3.4/commands/ContinueUpdateRollbackCommand.d.ts +2 -30
- package/dist-types/ts3.4/commands/CreateChangeSetCommand.d.ts +2 -40
- package/dist-types/ts3.4/commands/CreateStackCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/CreateStackInstancesCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/CreateStackSetCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DeactivateTypeCommand.d.ts +2 -25
- package/dist-types/ts3.4/commands/DeleteChangeSetCommand.d.ts +2 -27
- package/dist-types/ts3.4/commands/DeleteStackCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/DeleteStackInstancesCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DeleteStackSetCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/DeregisterTypeCommand.d.ts +2 -29
- package/dist-types/ts3.4/commands/DescribeAccountLimitsCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/DescribeChangeSetCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/DescribePublisherCommand.d.ts +2 -38
- package/dist-types/ts3.4/commands/DescribeStackDriftDetectionStatusCommand.d.ts +2 -32
- package/dist-types/ts3.4/commands/DescribeStackEventsCommand.d.ts +2 -25
- package/dist-types/ts3.4/commands/DescribeStackInstanceCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/DescribeStackResourceCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/DescribeStackResourceDriftsCommand.d.ts +2 -29
- package/dist-types/ts3.4/commands/DescribeStackResourcesCommand.d.ts +2 -39
- package/dist-types/ts3.4/commands/DescribeStackSetCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribeStackSetOperationCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribeStacksCommand.d.ts +2 -25
- package/dist-types/ts3.4/commands/DescribeTypeCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/DescribeTypeRegistrationCommand.d.ts +2 -30
- package/dist-types/ts3.4/commands/DetectStackDriftCommand.d.ts +2 -40
- package/dist-types/ts3.4/commands/DetectStackResourceDriftCommand.d.ts +2 -31
- package/dist-types/ts3.4/commands/DetectStackSetDriftCommand.d.ts +2 -63
- package/dist-types/ts3.4/commands/EstimateTemplateCostCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/ExecuteChangeSetCommand.d.ts +2 -30
- package/dist-types/ts3.4/commands/GetStackPolicyCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/GetTemplateCommand.d.ts +2 -26
- package/dist-types/ts3.4/commands/GetTemplateSummaryCommand.d.ts +2 -28
- package/dist-types/ts3.4/commands/ImportStacksToStackSetCommand.d.ts +2 -27
- package/dist-types/ts3.4/commands/ListChangeSetsCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/ListExportsCommand.d.ts +2 -26
- package/dist-types/ts3.4/commands/ListImportsCommand.d.ts +2 -25
- package/dist-types/ts3.4/commands/ListStackInstancesCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/ListStackResourcesCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/ListStackSetOperationResultsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListStackSetOperationsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListStackSetsCommand.d.ts +2 -40
- package/dist-types/ts3.4/commands/ListStacksCommand.d.ts +2 -24
- package/dist-types/ts3.4/commands/ListTypeRegistrationsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListTypeVersionsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListTypesCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/PublishTypeCommand.d.ts +2 -25
- package/dist-types/ts3.4/commands/RecordHandlerProgressCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/RegisterPublisherCommand.d.ts +2 -26
- package/dist-types/ts3.4/commands/RegisterTypeCommand.d.ts +2 -47
- package/dist-types/ts3.4/commands/RollbackStackCommand.d.ts +2 -49
- package/dist-types/ts3.4/commands/SetStackPolicyCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/SetTypeConfigurationCommand.d.ts +2 -32
- package/dist-types/ts3.4/commands/SetTypeDefaultVersionCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/SignalResourceCommand.d.ts +2 -25
- package/dist-types/ts3.4/commands/StopStackSetOperationCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/TestTypeCommand.d.ts +2 -43
- package/dist-types/ts3.4/commands/UpdateStackCommand.d.ts +2 -25
- package/dist-types/ts3.4/commands/UpdateStackInstancesCommand.d.ts +2 -32
- package/dist-types/ts3.4/commands/UpdateStackSetCommand.d.ts +2 -25
- package/dist-types/ts3.4/commands/UpdateTerminationProtectionCommand.d.ts +2 -26
- package/dist-types/ts3.4/commands/ValidateTemplateCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/index.d.ts +65 -0
- package/dist-types/ts3.4/index.d.ts +5 -92
- package/dist-types/ts3.4/models/models_0.d.ts +1066 -6563
- package/dist-types/ts3.4/pagination/index.d.ts +17 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -3
- package/dist-types/ts3.4/waiters/index.d.ts +8 -0
- package/dist-types/ts3.4/waiters/waitForChangeSetCreateComplete.d.ts +2 -9
- package/dist-types/ts3.4/waiters/waitForStackCreateComplete.d.ts +2 -9
- package/dist-types/ts3.4/waiters/waitForStackDeleteComplete.d.ts +2 -9
- package/dist-types/ts3.4/waiters/waitForStackExists.d.ts +2 -9
- package/dist-types/ts3.4/waiters/waitForStackImportComplete.d.ts +2 -9
- package/dist-types/ts3.4/waiters/waitForStackRollbackComplete.d.ts +2 -9
- package/dist-types/ts3.4/waiters/waitForStackUpdateComplete.d.ts +2 -9
- package/dist-types/ts3.4/waiters/waitForTypeRegistrationComplete.d.ts +2 -9
- package/dist-types/waiters/index.d.ts +8 -0
- package/package.json +33 -33
|
@@ -124,20 +124,11 @@ const checkState = async (client, input) => {
|
|
|
124
124
|
}
|
|
125
125
|
return { state: util_waiter_1.WaiterState.RETRY, reason };
|
|
126
126
|
};
|
|
127
|
-
/**
|
|
128
|
-
* Wait until stack status is DELETE_COMPLETE.
|
|
129
|
-
* @deprecated Use waitUntilStackDeleteComplete instead. waitForStackDeleteComplete does not throw error in non-success cases.
|
|
130
|
-
*/
|
|
131
127
|
const waitForStackDeleteComplete = async (params, input) => {
|
|
132
128
|
const serviceDefaults = { minDelay: 30, maxDelay: 120 };
|
|
133
129
|
return util_waiter_1.createWaiter({ ...serviceDefaults, ...params }, input, checkState);
|
|
134
130
|
};
|
|
135
131
|
exports.waitForStackDeleteComplete = waitForStackDeleteComplete;
|
|
136
|
-
/**
|
|
137
|
-
* Wait until stack status is DELETE_COMPLETE.
|
|
138
|
-
* @param params - Waiter configuration options.
|
|
139
|
-
* @param input - The input to DescribeStacksCommand for polling.
|
|
140
|
-
*/
|
|
141
132
|
const waitUntilStackDeleteComplete = async (params, input) => {
|
|
142
133
|
const serviceDefaults = { minDelay: 30, maxDelay: 120 };
|
|
143
134
|
const result = await util_waiter_1.createWaiter({ ...serviceDefaults, ...params }, input, checkState);
|
|
@@ -18,20 +18,11 @@ const checkState = async (client, input) => {
|
|
|
18
18
|
}
|
|
19
19
|
return { state: util_waiter_1.WaiterState.RETRY, reason };
|
|
20
20
|
};
|
|
21
|
-
/**
|
|
22
|
-
*
|
|
23
|
-
* @deprecated Use waitUntilStackExists instead. waitForStackExists does not throw error in non-success cases.
|
|
24
|
-
*/
|
|
25
21
|
const waitForStackExists = async (params, input) => {
|
|
26
22
|
const serviceDefaults = { minDelay: 5, maxDelay: 120 };
|
|
27
23
|
return util_waiter_1.createWaiter({ ...serviceDefaults, ...params }, input, checkState);
|
|
28
24
|
};
|
|
29
25
|
exports.waitForStackExists = waitForStackExists;
|
|
30
|
-
/**
|
|
31
|
-
*
|
|
32
|
-
* @param params - Waiter configuration options.
|
|
33
|
-
* @param input - The input to DescribeStacksCommand for polling.
|
|
34
|
-
*/
|
|
35
26
|
const waitUntilStackExists = async (params, input) => {
|
|
36
27
|
const serviceDefaults = { minDelay: 5, maxDelay: 120 };
|
|
37
28
|
const result = await util_waiter_1.createWaiter({ ...serviceDefaults, ...params }, input, checkState);
|
|
@@ -109,20 +109,11 @@ const checkState = async (client, input) => {
|
|
|
109
109
|
}
|
|
110
110
|
return { state: util_waiter_1.WaiterState.RETRY, reason };
|
|
111
111
|
};
|
|
112
|
-
/**
|
|
113
|
-
* Wait until stack status is IMPORT_COMPLETE.
|
|
114
|
-
* @deprecated Use waitUntilStackImportComplete instead. waitForStackImportComplete does not throw error in non-success cases.
|
|
115
|
-
*/
|
|
116
112
|
const waitForStackImportComplete = async (params, input) => {
|
|
117
113
|
const serviceDefaults = { minDelay: 30, maxDelay: 120 };
|
|
118
114
|
return util_waiter_1.createWaiter({ ...serviceDefaults, ...params }, input, checkState);
|
|
119
115
|
};
|
|
120
116
|
exports.waitForStackImportComplete = waitForStackImportComplete;
|
|
121
|
-
/**
|
|
122
|
-
* Wait until stack status is IMPORT_COMPLETE.
|
|
123
|
-
* @param params - Waiter configuration options.
|
|
124
|
-
* @param input - The input to DescribeStacksCommand for polling.
|
|
125
|
-
*/
|
|
126
117
|
const waitUntilStackImportComplete = async (params, input) => {
|
|
127
118
|
const serviceDefaults = { minDelay: 30, maxDelay: 120 };
|
|
128
119
|
const result = await util_waiter_1.createWaiter({ ...serviceDefaults, ...params }, input, checkState);
|
|
@@ -79,20 +79,11 @@ const checkState = async (client, input) => {
|
|
|
79
79
|
}
|
|
80
80
|
return { state: util_waiter_1.WaiterState.RETRY, reason };
|
|
81
81
|
};
|
|
82
|
-
/**
|
|
83
|
-
* Wait until stack status is UPDATE_ROLLBACK_COMPLETE.
|
|
84
|
-
* @deprecated Use waitUntilStackRollbackComplete instead. waitForStackRollbackComplete does not throw error in non-success cases.
|
|
85
|
-
*/
|
|
86
82
|
const waitForStackRollbackComplete = async (params, input) => {
|
|
87
83
|
const serviceDefaults = { minDelay: 30, maxDelay: 120 };
|
|
88
84
|
return util_waiter_1.createWaiter({ ...serviceDefaults, ...params }, input, checkState);
|
|
89
85
|
};
|
|
90
86
|
exports.waitForStackRollbackComplete = waitForStackRollbackComplete;
|
|
91
|
-
/**
|
|
92
|
-
* Wait until stack status is UPDATE_ROLLBACK_COMPLETE.
|
|
93
|
-
* @param params - Waiter configuration options.
|
|
94
|
-
* @param input - The input to DescribeStacksCommand for polling.
|
|
95
|
-
*/
|
|
96
87
|
const waitUntilStackRollbackComplete = async (params, input) => {
|
|
97
88
|
const serviceDefaults = { minDelay: 30, maxDelay: 120 };
|
|
98
89
|
const result = await util_waiter_1.createWaiter({ ...serviceDefaults, ...params }, input, checkState);
|
|
@@ -79,20 +79,11 @@ const checkState = async (client, input) => {
|
|
|
79
79
|
}
|
|
80
80
|
return { state: util_waiter_1.WaiterState.RETRY, reason };
|
|
81
81
|
};
|
|
82
|
-
/**
|
|
83
|
-
* Wait until stack status is UPDATE_COMPLETE.
|
|
84
|
-
* @deprecated Use waitUntilStackUpdateComplete instead. waitForStackUpdateComplete does not throw error in non-success cases.
|
|
85
|
-
*/
|
|
86
82
|
const waitForStackUpdateComplete = async (params, input) => {
|
|
87
83
|
const serviceDefaults = { minDelay: 30, maxDelay: 120 };
|
|
88
84
|
return util_waiter_1.createWaiter({ ...serviceDefaults, ...params }, input, checkState);
|
|
89
85
|
};
|
|
90
86
|
exports.waitForStackUpdateComplete = waitForStackUpdateComplete;
|
|
91
|
-
/**
|
|
92
|
-
* Wait until stack status is UPDATE_COMPLETE.
|
|
93
|
-
* @param params - Waiter configuration options.
|
|
94
|
-
* @param input - The input to DescribeStacksCommand for polling.
|
|
95
|
-
*/
|
|
96
87
|
const waitUntilStackUpdateComplete = async (params, input) => {
|
|
97
88
|
const serviceDefaults = { minDelay: 30, maxDelay: 120 };
|
|
98
89
|
const result = await util_waiter_1.createWaiter({ ...serviceDefaults, ...params }, input, checkState);
|
|
@@ -32,20 +32,11 @@ const checkState = async (client, input) => {
|
|
|
32
32
|
}
|
|
33
33
|
return { state: util_waiter_1.WaiterState.RETRY, reason };
|
|
34
34
|
};
|
|
35
|
-
/**
|
|
36
|
-
* Wait until type registration is COMPLETE.
|
|
37
|
-
* @deprecated Use waitUntilTypeRegistrationComplete instead. waitForTypeRegistrationComplete does not throw error in non-success cases.
|
|
38
|
-
*/
|
|
39
35
|
const waitForTypeRegistrationComplete = async (params, input) => {
|
|
40
36
|
const serviceDefaults = { minDelay: 30, maxDelay: 120 };
|
|
41
37
|
return util_waiter_1.createWaiter({ ...serviceDefaults, ...params }, input, checkState);
|
|
42
38
|
};
|
|
43
39
|
exports.waitForTypeRegistrationComplete = waitForTypeRegistrationComplete;
|
|
44
|
-
/**
|
|
45
|
-
* Wait until type registration is COMPLETE.
|
|
46
|
-
* @param params - Waiter configuration options.
|
|
47
|
-
* @param input - The input to DescribeTypeRegistrationCommand for polling.
|
|
48
|
-
*/
|
|
49
40
|
const waitUntilTypeRegistrationComplete = async (params, input) => {
|
|
50
41
|
const serviceDefaults = { minDelay: 30, maxDelay: 120 };
|
|
51
42
|
const result = await util_waiter_1.createWaiter({ ...serviceDefaults, ...params }, input, checkState);
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
export * from "./ActivateTypeCommand";
|
|
2
|
+
export * from "./BatchDescribeTypeConfigurationsCommand";
|
|
3
|
+
export * from "./CancelUpdateStackCommand";
|
|
4
|
+
export * from "./ContinueUpdateRollbackCommand";
|
|
5
|
+
export * from "./CreateChangeSetCommand";
|
|
6
|
+
export * from "./CreateStackCommand";
|
|
7
|
+
export * from "./CreateStackInstancesCommand";
|
|
8
|
+
export * from "./CreateStackSetCommand";
|
|
9
|
+
export * from "./DeactivateTypeCommand";
|
|
10
|
+
export * from "./DeleteChangeSetCommand";
|
|
11
|
+
export * from "./DeleteStackCommand";
|
|
12
|
+
export * from "./DeleteStackInstancesCommand";
|
|
13
|
+
export * from "./DeleteStackSetCommand";
|
|
14
|
+
export * from "./DeregisterTypeCommand";
|
|
15
|
+
export * from "./DescribeAccountLimitsCommand";
|
|
16
|
+
export * from "./DescribeChangeSetCommand";
|
|
17
|
+
export * from "./DescribePublisherCommand";
|
|
18
|
+
export * from "./DescribeStackDriftDetectionStatusCommand";
|
|
19
|
+
export * from "./DescribeStackEventsCommand";
|
|
20
|
+
export * from "./DescribeStackInstanceCommand";
|
|
21
|
+
export * from "./DescribeStackResourceCommand";
|
|
22
|
+
export * from "./DescribeStackResourceDriftsCommand";
|
|
23
|
+
export * from "./DescribeStackResourcesCommand";
|
|
24
|
+
export * from "./DescribeStackSetCommand";
|
|
25
|
+
export * from "./DescribeStackSetOperationCommand";
|
|
26
|
+
export * from "./DescribeStacksCommand";
|
|
27
|
+
export * from "./DescribeTypeCommand";
|
|
28
|
+
export * from "./DescribeTypeRegistrationCommand";
|
|
29
|
+
export * from "./DetectStackDriftCommand";
|
|
30
|
+
export * from "./DetectStackResourceDriftCommand";
|
|
31
|
+
export * from "./DetectStackSetDriftCommand";
|
|
32
|
+
export * from "./EstimateTemplateCostCommand";
|
|
33
|
+
export * from "./ExecuteChangeSetCommand";
|
|
34
|
+
export * from "./GetStackPolicyCommand";
|
|
35
|
+
export * from "./GetTemplateCommand";
|
|
36
|
+
export * from "./GetTemplateSummaryCommand";
|
|
37
|
+
export * from "./ImportStacksToStackSetCommand";
|
|
38
|
+
export * from "./ListChangeSetsCommand";
|
|
39
|
+
export * from "./ListExportsCommand";
|
|
40
|
+
export * from "./ListImportsCommand";
|
|
41
|
+
export * from "./ListStackInstancesCommand";
|
|
42
|
+
export * from "./ListStackResourcesCommand";
|
|
43
|
+
export * from "./ListStackSetOperationResultsCommand";
|
|
44
|
+
export * from "./ListStackSetOperationsCommand";
|
|
45
|
+
export * from "./ListStackSetsCommand";
|
|
46
|
+
export * from "./ListStacksCommand";
|
|
47
|
+
export * from "./ListTypeRegistrationsCommand";
|
|
48
|
+
export * from "./ListTypeVersionsCommand";
|
|
49
|
+
export * from "./ListTypesCommand";
|
|
50
|
+
export * from "./PublishTypeCommand";
|
|
51
|
+
export * from "./RecordHandlerProgressCommand";
|
|
52
|
+
export * from "./RegisterPublisherCommand";
|
|
53
|
+
export * from "./RegisterTypeCommand";
|
|
54
|
+
export * from "./RollbackStackCommand";
|
|
55
|
+
export * from "./SetStackPolicyCommand";
|
|
56
|
+
export * from "./SetTypeConfigurationCommand";
|
|
57
|
+
export * from "./SetTypeDefaultVersionCommand";
|
|
58
|
+
export * from "./SignalResourceCommand";
|
|
59
|
+
export * from "./StopStackSetOperationCommand";
|
|
60
|
+
export * from "./TestTypeCommand";
|
|
61
|
+
export * from "./UpdateStackCommand";
|
|
62
|
+
export * from "./UpdateStackInstancesCommand";
|
|
63
|
+
export * from "./UpdateStackSetCommand";
|
|
64
|
+
export * from "./UpdateTerminationProtectionCommand";
|
|
65
|
+
export * from "./ValidateTemplateCommand";
|
package/dist-es/endpoints.js
CHANGED
|
@@ -55,22 +55,27 @@ var partitionHash = {
|
|
|
55
55
|
"us-west-2",
|
|
56
56
|
"us-west-2-fips",
|
|
57
57
|
],
|
|
58
|
+
regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$",
|
|
58
59
|
hostname: "cloudformation.{region}.amazonaws.com",
|
|
59
60
|
},
|
|
60
61
|
"aws-cn": {
|
|
61
62
|
regions: ["cn-north-1", "cn-northwest-1"],
|
|
63
|
+
regionRegex: "^cn\\-\\w+\\-\\d+$",
|
|
62
64
|
hostname: "cloudformation.{region}.amazonaws.com.cn",
|
|
63
65
|
},
|
|
64
66
|
"aws-iso": {
|
|
65
|
-
regions: ["us-iso-east-1"],
|
|
67
|
+
regions: ["us-iso-east-1", "us-iso-west-1"],
|
|
68
|
+
regionRegex: "^us\\-iso\\-\\w+\\-\\d+$",
|
|
66
69
|
hostname: "cloudformation.{region}.c2s.ic.gov",
|
|
67
70
|
},
|
|
68
71
|
"aws-iso-b": {
|
|
69
72
|
regions: ["us-isob-east-1"],
|
|
73
|
+
regionRegex: "^us\\-isob\\-\\w+\\-\\d+$",
|
|
70
74
|
hostname: "cloudformation.{region}.sc2s.sgov.gov",
|
|
71
75
|
},
|
|
72
76
|
"aws-us-gov": {
|
|
73
77
|
regions: ["us-gov-east-1", "us-gov-west-1"],
|
|
78
|
+
regionRegex: "^us\\-gov\\-\\w+\\-\\d+$",
|
|
74
79
|
hostname: "cloudformation.{region}.amazonaws.com",
|
|
75
80
|
},
|
|
76
81
|
};
|
package/dist-es/index.js
CHANGED
|
@@ -1,93 +1,6 @@
|
|
|
1
|
-
export * from "./CloudFormationClient";
|
|
2
1
|
export * from "./CloudFormation";
|
|
3
|
-
export * from "./
|
|
4
|
-
export * from "./commands
|
|
5
|
-
export * from "./
|
|
6
|
-
export * from "./
|
|
7
|
-
export * from "./
|
|
8
|
-
export * from "./commands/CreateStackCommand";
|
|
9
|
-
export * from "./commands/CreateStackInstancesCommand";
|
|
10
|
-
export * from "./commands/CreateStackSetCommand";
|
|
11
|
-
export * from "./commands/DeactivateTypeCommand";
|
|
12
|
-
export * from "./commands/DeleteChangeSetCommand";
|
|
13
|
-
export * from "./commands/DeleteStackCommand";
|
|
14
|
-
export * from "./commands/DeleteStackInstancesCommand";
|
|
15
|
-
export * from "./commands/DeleteStackSetCommand";
|
|
16
|
-
export * from "./commands/DeregisterTypeCommand";
|
|
17
|
-
export * from "./commands/DescribeAccountLimitsCommand";
|
|
18
|
-
export * from "./pagination/DescribeAccountLimitsPaginator";
|
|
19
|
-
export * from "./commands/DescribeChangeSetCommand";
|
|
20
|
-
export * from "./waiters/waitForChangeSetCreateComplete";
|
|
21
|
-
export * from "./commands/DescribePublisherCommand";
|
|
22
|
-
export * from "./commands/DescribeStackDriftDetectionStatusCommand";
|
|
23
|
-
export * from "./commands/DescribeStackEventsCommand";
|
|
24
|
-
export * from "./pagination/DescribeStackEventsPaginator";
|
|
25
|
-
export * from "./commands/DescribeStackInstanceCommand";
|
|
26
|
-
export * from "./commands/DescribeStackResourceCommand";
|
|
27
|
-
export * from "./commands/DescribeStackResourceDriftsCommand";
|
|
28
|
-
export * from "./pagination/DescribeStackResourceDriftsPaginator";
|
|
29
|
-
export * from "./commands/DescribeStackResourcesCommand";
|
|
30
|
-
export * from "./commands/DescribeStacksCommand";
|
|
31
|
-
export * from "./pagination/DescribeStacksPaginator";
|
|
32
|
-
export * from "./waiters/waitForStackCreateComplete";
|
|
33
|
-
export * from "./waiters/waitForStackDeleteComplete";
|
|
34
|
-
export * from "./waiters/waitForStackExists";
|
|
35
|
-
export * from "./waiters/waitForStackImportComplete";
|
|
36
|
-
export * from "./waiters/waitForStackRollbackComplete";
|
|
37
|
-
export * from "./waiters/waitForStackUpdateComplete";
|
|
38
|
-
export * from "./commands/DescribeStackSetCommand";
|
|
39
|
-
export * from "./commands/DescribeStackSetOperationCommand";
|
|
40
|
-
export * from "./commands/DescribeTypeCommand";
|
|
41
|
-
export * from "./commands/DescribeTypeRegistrationCommand";
|
|
42
|
-
export * from "./waiters/waitForTypeRegistrationComplete";
|
|
43
|
-
export * from "./commands/DetectStackDriftCommand";
|
|
44
|
-
export * from "./commands/DetectStackResourceDriftCommand";
|
|
45
|
-
export * from "./commands/DetectStackSetDriftCommand";
|
|
46
|
-
export * from "./commands/EstimateTemplateCostCommand";
|
|
47
|
-
export * from "./commands/ExecuteChangeSetCommand";
|
|
48
|
-
export * from "./commands/GetStackPolicyCommand";
|
|
49
|
-
export * from "./commands/GetTemplateCommand";
|
|
50
|
-
export * from "./commands/GetTemplateSummaryCommand";
|
|
51
|
-
export * from "./commands/ImportStacksToStackSetCommand";
|
|
52
|
-
export * from "./commands/ListChangeSetsCommand";
|
|
53
|
-
export * from "./pagination/ListChangeSetsPaginator";
|
|
54
|
-
export * from "./commands/ListExportsCommand";
|
|
55
|
-
export * from "./pagination/ListExportsPaginator";
|
|
56
|
-
export * from "./commands/ListImportsCommand";
|
|
57
|
-
export * from "./pagination/ListImportsPaginator";
|
|
58
|
-
export * from "./commands/ListStackInstancesCommand";
|
|
59
|
-
export * from "./pagination/ListStackInstancesPaginator";
|
|
60
|
-
export * from "./commands/ListStackResourcesCommand";
|
|
61
|
-
export * from "./pagination/ListStackResourcesPaginator";
|
|
62
|
-
export * from "./commands/ListStacksCommand";
|
|
63
|
-
export * from "./pagination/ListStacksPaginator";
|
|
64
|
-
export * from "./commands/ListStackSetOperationResultsCommand";
|
|
65
|
-
export * from "./pagination/ListStackSetOperationResultsPaginator";
|
|
66
|
-
export * from "./commands/ListStackSetOperationsCommand";
|
|
67
|
-
export * from "./pagination/ListStackSetOperationsPaginator";
|
|
68
|
-
export * from "./commands/ListStackSetsCommand";
|
|
69
|
-
export * from "./pagination/ListStackSetsPaginator";
|
|
70
|
-
export * from "./commands/ListTypeRegistrationsCommand";
|
|
71
|
-
export * from "./pagination/ListTypeRegistrationsPaginator";
|
|
72
|
-
export * from "./commands/ListTypesCommand";
|
|
73
|
-
export * from "./pagination/ListTypesPaginator";
|
|
74
|
-
export * from "./commands/ListTypeVersionsCommand";
|
|
75
|
-
export * from "./pagination/ListTypeVersionsPaginator";
|
|
76
|
-
export * from "./commands/PublishTypeCommand";
|
|
77
|
-
export * from "./commands/RecordHandlerProgressCommand";
|
|
78
|
-
export * from "./commands/RegisterPublisherCommand";
|
|
79
|
-
export * from "./commands/RegisterTypeCommand";
|
|
80
|
-
export * from "./commands/RollbackStackCommand";
|
|
81
|
-
export * from "./commands/SetStackPolicyCommand";
|
|
82
|
-
export * from "./commands/SetTypeConfigurationCommand";
|
|
83
|
-
export * from "./commands/SetTypeDefaultVersionCommand";
|
|
84
|
-
export * from "./commands/SignalResourceCommand";
|
|
85
|
-
export * from "./commands/StopStackSetOperationCommand";
|
|
86
|
-
export * from "./commands/TestTypeCommand";
|
|
87
|
-
export * from "./commands/UpdateStackCommand";
|
|
88
|
-
export * from "./commands/UpdateStackInstancesCommand";
|
|
89
|
-
export * from "./commands/UpdateStackSetCommand";
|
|
90
|
-
export * from "./commands/UpdateTerminationProtectionCommand";
|
|
91
|
-
export * from "./commands/ValidateTemplateCommand";
|
|
92
|
-
export * from "./pagination/Interfaces";
|
|
93
|
-
export * from "./models/index";
|
|
2
|
+
export * from "./CloudFormationClient";
|
|
3
|
+
export * from "./commands";
|
|
4
|
+
export * from "./models";
|
|
5
|
+
export * from "./pagination";
|
|
6
|
+
export * from "./waiters";
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
export * from "./DescribeAccountLimitsPaginator";
|
|
2
|
+
export * from "./DescribeStackEventsPaginator";
|
|
3
|
+
export * from "./DescribeStackResourceDriftsPaginator";
|
|
4
|
+
export * from "./DescribeStacksPaginator";
|
|
5
|
+
export * from "./Interfaces";
|
|
6
|
+
export * from "./ListChangeSetsPaginator";
|
|
7
|
+
export * from "./ListExportsPaginator";
|
|
8
|
+
export * from "./ListImportsPaginator";
|
|
9
|
+
export * from "./ListStackInstancesPaginator";
|
|
10
|
+
export * from "./ListStackResourcesPaginator";
|
|
11
|
+
export * from "./ListStackSetOperationResultsPaginator";
|
|
12
|
+
export * from "./ListStackSetOperationsPaginator";
|
|
13
|
+
export * from "./ListStackSetsPaginator";
|
|
14
|
+
export * from "./ListStacksPaginator";
|
|
15
|
+
export * from "./ListTypeRegistrationsPaginator";
|
|
16
|
+
export * from "./ListTypeVersionsPaginator";
|
|
17
|
+
export * from "./ListTypesPaginator";
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export * from "./waitForChangeSetCreateComplete";
|
|
2
|
+
export * from "./waitForStackCreateComplete";
|
|
3
|
+
export * from "./waitForStackDeleteComplete";
|
|
4
|
+
export * from "./waitForStackExists";
|
|
5
|
+
export * from "./waitForStackImportComplete";
|
|
6
|
+
export * from "./waitForStackRollbackComplete";
|
|
7
|
+
export * from "./waitForStackUpdateComplete";
|
|
8
|
+
export * from "./waitForTypeRegistrationComplete";
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
export * from "./ActivateTypeCommand";
|
|
2
|
+
export * from "./BatchDescribeTypeConfigurationsCommand";
|
|
3
|
+
export * from "./CancelUpdateStackCommand";
|
|
4
|
+
export * from "./ContinueUpdateRollbackCommand";
|
|
5
|
+
export * from "./CreateChangeSetCommand";
|
|
6
|
+
export * from "./CreateStackCommand";
|
|
7
|
+
export * from "./CreateStackInstancesCommand";
|
|
8
|
+
export * from "./CreateStackSetCommand";
|
|
9
|
+
export * from "./DeactivateTypeCommand";
|
|
10
|
+
export * from "./DeleteChangeSetCommand";
|
|
11
|
+
export * from "./DeleteStackCommand";
|
|
12
|
+
export * from "./DeleteStackInstancesCommand";
|
|
13
|
+
export * from "./DeleteStackSetCommand";
|
|
14
|
+
export * from "./DeregisterTypeCommand";
|
|
15
|
+
export * from "./DescribeAccountLimitsCommand";
|
|
16
|
+
export * from "./DescribeChangeSetCommand";
|
|
17
|
+
export * from "./DescribePublisherCommand";
|
|
18
|
+
export * from "./DescribeStackDriftDetectionStatusCommand";
|
|
19
|
+
export * from "./DescribeStackEventsCommand";
|
|
20
|
+
export * from "./DescribeStackInstanceCommand";
|
|
21
|
+
export * from "./DescribeStackResourceCommand";
|
|
22
|
+
export * from "./DescribeStackResourceDriftsCommand";
|
|
23
|
+
export * from "./DescribeStackResourcesCommand";
|
|
24
|
+
export * from "./DescribeStackSetCommand";
|
|
25
|
+
export * from "./DescribeStackSetOperationCommand";
|
|
26
|
+
export * from "./DescribeStacksCommand";
|
|
27
|
+
export * from "./DescribeTypeCommand";
|
|
28
|
+
export * from "./DescribeTypeRegistrationCommand";
|
|
29
|
+
export * from "./DetectStackDriftCommand";
|
|
30
|
+
export * from "./DetectStackResourceDriftCommand";
|
|
31
|
+
export * from "./DetectStackSetDriftCommand";
|
|
32
|
+
export * from "./EstimateTemplateCostCommand";
|
|
33
|
+
export * from "./ExecuteChangeSetCommand";
|
|
34
|
+
export * from "./GetStackPolicyCommand";
|
|
35
|
+
export * from "./GetTemplateCommand";
|
|
36
|
+
export * from "./GetTemplateSummaryCommand";
|
|
37
|
+
export * from "./ImportStacksToStackSetCommand";
|
|
38
|
+
export * from "./ListChangeSetsCommand";
|
|
39
|
+
export * from "./ListExportsCommand";
|
|
40
|
+
export * from "./ListImportsCommand";
|
|
41
|
+
export * from "./ListStackInstancesCommand";
|
|
42
|
+
export * from "./ListStackResourcesCommand";
|
|
43
|
+
export * from "./ListStackSetOperationResultsCommand";
|
|
44
|
+
export * from "./ListStackSetOperationsCommand";
|
|
45
|
+
export * from "./ListStackSetsCommand";
|
|
46
|
+
export * from "./ListStacksCommand";
|
|
47
|
+
export * from "./ListTypeRegistrationsCommand";
|
|
48
|
+
export * from "./ListTypeVersionsCommand";
|
|
49
|
+
export * from "./ListTypesCommand";
|
|
50
|
+
export * from "./PublishTypeCommand";
|
|
51
|
+
export * from "./RecordHandlerProgressCommand";
|
|
52
|
+
export * from "./RegisterPublisherCommand";
|
|
53
|
+
export * from "./RegisterTypeCommand";
|
|
54
|
+
export * from "./RollbackStackCommand";
|
|
55
|
+
export * from "./SetStackPolicyCommand";
|
|
56
|
+
export * from "./SetTypeConfigurationCommand";
|
|
57
|
+
export * from "./SetTypeDefaultVersionCommand";
|
|
58
|
+
export * from "./SignalResourceCommand";
|
|
59
|
+
export * from "./StopStackSetOperationCommand";
|
|
60
|
+
export * from "./TestTypeCommand";
|
|
61
|
+
export * from "./UpdateStackCommand";
|
|
62
|
+
export * from "./UpdateStackInstancesCommand";
|
|
63
|
+
export * from "./UpdateStackSetCommand";
|
|
64
|
+
export * from "./UpdateTerminationProtectionCommand";
|
|
65
|
+
export * from "./ValidateTemplateCommand";
|
package/dist-types/index.d.ts
CHANGED
|
@@ -1,93 +1,6 @@
|
|
|
1
|
-
export * from "./CloudFormationClient";
|
|
2
1
|
export * from "./CloudFormation";
|
|
3
|
-
export * from "./
|
|
4
|
-
export * from "./commands
|
|
5
|
-
export * from "./
|
|
6
|
-
export * from "./
|
|
7
|
-
export * from "./
|
|
8
|
-
export * from "./commands/CreateStackCommand";
|
|
9
|
-
export * from "./commands/CreateStackInstancesCommand";
|
|
10
|
-
export * from "./commands/CreateStackSetCommand";
|
|
11
|
-
export * from "./commands/DeactivateTypeCommand";
|
|
12
|
-
export * from "./commands/DeleteChangeSetCommand";
|
|
13
|
-
export * from "./commands/DeleteStackCommand";
|
|
14
|
-
export * from "./commands/DeleteStackInstancesCommand";
|
|
15
|
-
export * from "./commands/DeleteStackSetCommand";
|
|
16
|
-
export * from "./commands/DeregisterTypeCommand";
|
|
17
|
-
export * from "./commands/DescribeAccountLimitsCommand";
|
|
18
|
-
export * from "./pagination/DescribeAccountLimitsPaginator";
|
|
19
|
-
export * from "./commands/DescribeChangeSetCommand";
|
|
20
|
-
export * from "./waiters/waitForChangeSetCreateComplete";
|
|
21
|
-
export * from "./commands/DescribePublisherCommand";
|
|
22
|
-
export * from "./commands/DescribeStackDriftDetectionStatusCommand";
|
|
23
|
-
export * from "./commands/DescribeStackEventsCommand";
|
|
24
|
-
export * from "./pagination/DescribeStackEventsPaginator";
|
|
25
|
-
export * from "./commands/DescribeStackInstanceCommand";
|
|
26
|
-
export * from "./commands/DescribeStackResourceCommand";
|
|
27
|
-
export * from "./commands/DescribeStackResourceDriftsCommand";
|
|
28
|
-
export * from "./pagination/DescribeStackResourceDriftsPaginator";
|
|
29
|
-
export * from "./commands/DescribeStackResourcesCommand";
|
|
30
|
-
export * from "./commands/DescribeStacksCommand";
|
|
31
|
-
export * from "./pagination/DescribeStacksPaginator";
|
|
32
|
-
export * from "./waiters/waitForStackCreateComplete";
|
|
33
|
-
export * from "./waiters/waitForStackDeleteComplete";
|
|
34
|
-
export * from "./waiters/waitForStackExists";
|
|
35
|
-
export * from "./waiters/waitForStackImportComplete";
|
|
36
|
-
export * from "./waiters/waitForStackRollbackComplete";
|
|
37
|
-
export * from "./waiters/waitForStackUpdateComplete";
|
|
38
|
-
export * from "./commands/DescribeStackSetCommand";
|
|
39
|
-
export * from "./commands/DescribeStackSetOperationCommand";
|
|
40
|
-
export * from "./commands/DescribeTypeCommand";
|
|
41
|
-
export * from "./commands/DescribeTypeRegistrationCommand";
|
|
42
|
-
export * from "./waiters/waitForTypeRegistrationComplete";
|
|
43
|
-
export * from "./commands/DetectStackDriftCommand";
|
|
44
|
-
export * from "./commands/DetectStackResourceDriftCommand";
|
|
45
|
-
export * from "./commands/DetectStackSetDriftCommand";
|
|
46
|
-
export * from "./commands/EstimateTemplateCostCommand";
|
|
47
|
-
export * from "./commands/ExecuteChangeSetCommand";
|
|
48
|
-
export * from "./commands/GetStackPolicyCommand";
|
|
49
|
-
export * from "./commands/GetTemplateCommand";
|
|
50
|
-
export * from "./commands/GetTemplateSummaryCommand";
|
|
51
|
-
export * from "./commands/ImportStacksToStackSetCommand";
|
|
52
|
-
export * from "./commands/ListChangeSetsCommand";
|
|
53
|
-
export * from "./pagination/ListChangeSetsPaginator";
|
|
54
|
-
export * from "./commands/ListExportsCommand";
|
|
55
|
-
export * from "./pagination/ListExportsPaginator";
|
|
56
|
-
export * from "./commands/ListImportsCommand";
|
|
57
|
-
export * from "./pagination/ListImportsPaginator";
|
|
58
|
-
export * from "./commands/ListStackInstancesCommand";
|
|
59
|
-
export * from "./pagination/ListStackInstancesPaginator";
|
|
60
|
-
export * from "./commands/ListStackResourcesCommand";
|
|
61
|
-
export * from "./pagination/ListStackResourcesPaginator";
|
|
62
|
-
export * from "./commands/ListStacksCommand";
|
|
63
|
-
export * from "./pagination/ListStacksPaginator";
|
|
64
|
-
export * from "./commands/ListStackSetOperationResultsCommand";
|
|
65
|
-
export * from "./pagination/ListStackSetOperationResultsPaginator";
|
|
66
|
-
export * from "./commands/ListStackSetOperationsCommand";
|
|
67
|
-
export * from "./pagination/ListStackSetOperationsPaginator";
|
|
68
|
-
export * from "./commands/ListStackSetsCommand";
|
|
69
|
-
export * from "./pagination/ListStackSetsPaginator";
|
|
70
|
-
export * from "./commands/ListTypeRegistrationsCommand";
|
|
71
|
-
export * from "./pagination/ListTypeRegistrationsPaginator";
|
|
72
|
-
export * from "./commands/ListTypesCommand";
|
|
73
|
-
export * from "./pagination/ListTypesPaginator";
|
|
74
|
-
export * from "./commands/ListTypeVersionsCommand";
|
|
75
|
-
export * from "./pagination/ListTypeVersionsPaginator";
|
|
76
|
-
export * from "./commands/PublishTypeCommand";
|
|
77
|
-
export * from "./commands/RecordHandlerProgressCommand";
|
|
78
|
-
export * from "./commands/RegisterPublisherCommand";
|
|
79
|
-
export * from "./commands/RegisterTypeCommand";
|
|
80
|
-
export * from "./commands/RollbackStackCommand";
|
|
81
|
-
export * from "./commands/SetStackPolicyCommand";
|
|
82
|
-
export * from "./commands/SetTypeConfigurationCommand";
|
|
83
|
-
export * from "./commands/SetTypeDefaultVersionCommand";
|
|
84
|
-
export * from "./commands/SignalResourceCommand";
|
|
85
|
-
export * from "./commands/StopStackSetOperationCommand";
|
|
86
|
-
export * from "./commands/TestTypeCommand";
|
|
87
|
-
export * from "./commands/UpdateStackCommand";
|
|
88
|
-
export * from "./commands/UpdateStackInstancesCommand";
|
|
89
|
-
export * from "./commands/UpdateStackSetCommand";
|
|
90
|
-
export * from "./commands/UpdateTerminationProtectionCommand";
|
|
91
|
-
export * from "./commands/ValidateTemplateCommand";
|
|
92
|
-
export * from "./pagination/Interfaces";
|
|
93
|
-
export * from "./models/index";
|
|
2
|
+
export * from "./CloudFormationClient";
|
|
3
|
+
export * from "./commands";
|
|
4
|
+
export * from "./models";
|
|
5
|
+
export * from "./pagination";
|
|
6
|
+
export * from "./waiters";
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
export * from "./DescribeAccountLimitsPaginator";
|
|
2
|
+
export * from "./DescribeStackEventsPaginator";
|
|
3
|
+
export * from "./DescribeStackResourceDriftsPaginator";
|
|
4
|
+
export * from "./DescribeStacksPaginator";
|
|
5
|
+
export * from "./Interfaces";
|
|
6
|
+
export * from "./ListChangeSetsPaginator";
|
|
7
|
+
export * from "./ListExportsPaginator";
|
|
8
|
+
export * from "./ListImportsPaginator";
|
|
9
|
+
export * from "./ListStackInstancesPaginator";
|
|
10
|
+
export * from "./ListStackResourcesPaginator";
|
|
11
|
+
export * from "./ListStackSetOperationResultsPaginator";
|
|
12
|
+
export * from "./ListStackSetOperationsPaginator";
|
|
13
|
+
export * from "./ListStackSetsPaginator";
|
|
14
|
+
export * from "./ListStacksPaginator";
|
|
15
|
+
export * from "./ListTypeRegistrationsPaginator";
|
|
16
|
+
export * from "./ListTypeVersionsPaginator";
|
|
17
|
+
export * from "./ListTypesPaginator";
|