@aws-sdk/client-cloudformation 3.37.0 → 3.41.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/commands/index.js +68 -0
- package/dist-cjs/endpoints.js +135 -19
- package/dist-cjs/index.js +5 -92
- package/dist-cjs/pagination/index.js +20 -0
- package/dist-cjs/runtimeConfig.browser.js +6 -3
- package/dist-cjs/runtimeConfig.js +5 -3
- package/dist-cjs/waiters/index.js +11 -0
- package/dist-es/commands/index.js +65 -0
- package/dist-es/endpoints.js +135 -19
- package/dist-es/index.js +5 -92
- package/dist-es/pagination/index.js +17 -0
- package/dist-es/runtimeConfig.browser.js +3 -2
- package/dist-es/runtimeConfig.js +3 -3
- package/dist-es/waiters/index.js +8 -0
- package/dist-types/CloudFormationClient.d.ts +8 -0
- package/dist-types/commands/ActivateTypeCommand.d.ts +1 -1
- package/dist-types/commands/BatchDescribeTypeConfigurationsCommand.d.ts +1 -1
- package/dist-types/commands/CancelUpdateStackCommand.d.ts +1 -1
- package/dist-types/commands/ContinueUpdateRollbackCommand.d.ts +1 -1
- package/dist-types/commands/CreateChangeSetCommand.d.ts +1 -1
- package/dist-types/commands/CreateStackCommand.d.ts +1 -1
- package/dist-types/commands/CreateStackInstancesCommand.d.ts +1 -1
- package/dist-types/commands/CreateStackSetCommand.d.ts +1 -1
- package/dist-types/commands/DeactivateTypeCommand.d.ts +1 -1
- package/dist-types/commands/DeleteChangeSetCommand.d.ts +1 -1
- package/dist-types/commands/DeleteStackCommand.d.ts +1 -1
- package/dist-types/commands/DeleteStackInstancesCommand.d.ts +1 -1
- package/dist-types/commands/DeleteStackSetCommand.d.ts +1 -1
- package/dist-types/commands/DeregisterTypeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAccountLimitsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeChangeSetCommand.d.ts +1 -1
- package/dist-types/commands/DescribePublisherCommand.d.ts +1 -1
- package/dist-types/commands/DescribeStackDriftDetectionStatusCommand.d.ts +1 -1
- package/dist-types/commands/DescribeStackEventsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeStackInstanceCommand.d.ts +1 -1
- package/dist-types/commands/DescribeStackResourceCommand.d.ts +1 -1
- package/dist-types/commands/DescribeStackResourceDriftsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeStackResourcesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeStackSetCommand.d.ts +1 -1
- package/dist-types/commands/DescribeStackSetOperationCommand.d.ts +1 -1
- package/dist-types/commands/DescribeStacksCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTypeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTypeRegistrationCommand.d.ts +1 -1
- package/dist-types/commands/DetectStackDriftCommand.d.ts +1 -1
- package/dist-types/commands/DetectStackResourceDriftCommand.d.ts +1 -1
- package/dist-types/commands/DetectStackSetDriftCommand.d.ts +1 -1
- package/dist-types/commands/EstimateTemplateCostCommand.d.ts +1 -1
- package/dist-types/commands/ExecuteChangeSetCommand.d.ts +1 -1
- package/dist-types/commands/GetStackPolicyCommand.d.ts +1 -1
- package/dist-types/commands/GetTemplateCommand.d.ts +1 -1
- package/dist-types/commands/GetTemplateSummaryCommand.d.ts +1 -1
- package/dist-types/commands/ImportStacksToStackSetCommand.d.ts +1 -1
- package/dist-types/commands/ListChangeSetsCommand.d.ts +1 -1
- package/dist-types/commands/ListExportsCommand.d.ts +1 -1
- package/dist-types/commands/ListImportsCommand.d.ts +1 -1
- package/dist-types/commands/ListStackInstancesCommand.d.ts +1 -1
- package/dist-types/commands/ListStackResourcesCommand.d.ts +1 -1
- package/dist-types/commands/ListStackSetOperationResultsCommand.d.ts +1 -1
- package/dist-types/commands/ListStackSetOperationsCommand.d.ts +1 -1
- package/dist-types/commands/ListStackSetsCommand.d.ts +1 -1
- package/dist-types/commands/ListStacksCommand.d.ts +1 -1
- package/dist-types/commands/ListTypeRegistrationsCommand.d.ts +1 -1
- package/dist-types/commands/ListTypeVersionsCommand.d.ts +1 -1
- package/dist-types/commands/ListTypesCommand.d.ts +1 -1
- package/dist-types/commands/PublishTypeCommand.d.ts +1 -1
- package/dist-types/commands/RecordHandlerProgressCommand.d.ts +1 -1
- package/dist-types/commands/RegisterPublisherCommand.d.ts +1 -1
- package/dist-types/commands/RegisterTypeCommand.d.ts +1 -1
- package/dist-types/commands/RollbackStackCommand.d.ts +1 -1
- package/dist-types/commands/SetStackPolicyCommand.d.ts +1 -1
- package/dist-types/commands/SetTypeConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/SetTypeDefaultVersionCommand.d.ts +1 -1
- package/dist-types/commands/SignalResourceCommand.d.ts +1 -1
- package/dist-types/commands/StopStackSetOperationCommand.d.ts +1 -1
- package/dist-types/commands/TestTypeCommand.d.ts +1 -1
- package/dist-types/commands/UpdateStackCommand.d.ts +1 -1
- package/dist-types/commands/UpdateStackInstancesCommand.d.ts +1 -1
- package/dist-types/commands/UpdateStackSetCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTerminationProtectionCommand.d.ts +1 -1
- package/dist-types/commands/ValidateTemplateCommand.d.ts +1 -1
- 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/runtimeConfig.browser.d.ts +2 -0
- package/dist-types/runtimeConfig.d.ts +2 -0
- package/dist-types/runtimeConfig.native.d.ts +2 -0
- package/dist-types/ts3.4/CloudFormationClient.d.ts +4 -0
- 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/pagination/index.d.ts +17 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -0
- package/dist-types/ts3.4/waiters/index.d.ts +8 -0
- package/dist-types/waiters/index.d.ts +8 -0
- package/package.json +27 -27
|
@@ -20,7 +20,7 @@ export interface DescribeStackSetCommandOutput extends DescribeStackSetOutput, _
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DescribeStackSetCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DescribeStackSetCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link CloudFormationClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DescribeStackSetCommand extends $Command<DescribeStackSetCommandInput, DescribeStackSetCommandOutput, CloudFormationClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DescribeStackSetOperationCommandOutput extends DescribeStackSet
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DescribeStackSetOperationCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DescribeStackSetOperationCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link CloudFormationClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DescribeStackSetOperationCommand extends $Command<DescribeStackSetOperationCommandInput, DescribeStackSetOperationCommandOutput, CloudFormationClientResolvedConfig> {
|
|
@@ -25,7 +25,7 @@ export interface DescribeStacksCommandOutput extends DescribeStacksOutput, __Met
|
|
|
25
25
|
*
|
|
26
26
|
* @see {@link DescribeStacksCommandInput} for command's `input` shape.
|
|
27
27
|
* @see {@link DescribeStacksCommandOutput} for command's `response` shape.
|
|
28
|
-
* @see {@link CloudFormationClientResolvedConfig | config} for
|
|
28
|
+
* @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
|
|
29
29
|
*
|
|
30
30
|
*/
|
|
31
31
|
export declare class DescribeStacksCommand extends $Command<DescribeStacksCommandInput, DescribeStacksCommandOutput, CloudFormationClientResolvedConfig> {
|
|
@@ -23,7 +23,7 @@ export interface DescribeTypeCommandOutput extends DescribeTypeOutput, __Metadat
|
|
|
23
23
|
*
|
|
24
24
|
* @see {@link DescribeTypeCommandInput} for command's `input` shape.
|
|
25
25
|
* @see {@link DescribeTypeCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link CloudFormationClientResolvedConfig | config} for
|
|
26
|
+
* @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
export declare class DescribeTypeCommand extends $Command<DescribeTypeCommandInput, DescribeTypeCommandOutput, CloudFormationClientResolvedConfig> {
|
|
@@ -30,7 +30,7 @@ export interface DescribeTypeRegistrationCommandOutput extends DescribeTypeRegis
|
|
|
30
30
|
*
|
|
31
31
|
* @see {@link DescribeTypeRegistrationCommandInput} for command's `input` shape.
|
|
32
32
|
* @see {@link DescribeTypeRegistrationCommandOutput} for command's `response` shape.
|
|
33
|
-
* @see {@link CloudFormationClientResolvedConfig | config} for
|
|
33
|
+
* @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
|
|
34
34
|
*
|
|
35
35
|
*/
|
|
36
36
|
export declare class DescribeTypeRegistrationCommand extends $Command<DescribeTypeRegistrationCommandInput, DescribeTypeRegistrationCommandOutput, CloudFormationClientResolvedConfig> {
|
|
@@ -40,7 +40,7 @@ export interface DetectStackDriftCommandOutput extends DetectStackDriftOutput, _
|
|
|
40
40
|
*
|
|
41
41
|
* @see {@link DetectStackDriftCommandInput} for command's `input` shape.
|
|
42
42
|
* @see {@link DetectStackDriftCommandOutput} for command's `response` shape.
|
|
43
|
-
* @see {@link CloudFormationClientResolvedConfig | config} for
|
|
43
|
+
* @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
|
|
44
44
|
*
|
|
45
45
|
*/
|
|
46
46
|
export declare class DetectStackDriftCommand extends $Command<DetectStackDriftCommandInput, DetectStackDriftCommandOutput, CloudFormationClientResolvedConfig> {
|
|
@@ -31,7 +31,7 @@ export interface DetectStackResourceDriftCommandOutput extends DetectStackResour
|
|
|
31
31
|
*
|
|
32
32
|
* @see {@link DetectStackResourceDriftCommandInput} for command's `input` shape.
|
|
33
33
|
* @see {@link DetectStackResourceDriftCommandOutput} for command's `response` shape.
|
|
34
|
-
* @see {@link CloudFormationClientResolvedConfig | config} for
|
|
34
|
+
* @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
|
|
35
35
|
*
|
|
36
36
|
*/
|
|
37
37
|
export declare class DetectStackResourceDriftCommand extends $Command<DetectStackResourceDriftCommandInput, DetectStackResourceDriftCommandOutput, CloudFormationClientResolvedConfig> {
|
|
@@ -63,7 +63,7 @@ export interface DetectStackSetDriftCommandOutput extends DetectStackSetDriftOut
|
|
|
63
63
|
*
|
|
64
64
|
* @see {@link DetectStackSetDriftCommandInput} for command's `input` shape.
|
|
65
65
|
* @see {@link DetectStackSetDriftCommandOutput} for command's `response` shape.
|
|
66
|
-
* @see {@link CloudFormationClientResolvedConfig | config} for
|
|
66
|
+
* @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
|
|
67
67
|
*
|
|
68
68
|
*/
|
|
69
69
|
export declare class DetectStackSetDriftCommand extends $Command<DetectStackSetDriftCommandInput, DetectStackSetDriftCommandOutput, CloudFormationClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface EstimateTemplateCostCommandOutput extends EstimateTemplateCostO
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link EstimateTemplateCostCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link EstimateTemplateCostCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link CloudFormationClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class EstimateTemplateCostCommand extends $Command<EstimateTemplateCostCommandInput, EstimateTemplateCostCommandOutput, CloudFormationClientResolvedConfig> {
|
|
@@ -30,7 +30,7 @@ export interface ExecuteChangeSetCommandOutput extends ExecuteChangeSetOutput, _
|
|
|
30
30
|
*
|
|
31
31
|
* @see {@link ExecuteChangeSetCommandInput} for command's `input` shape.
|
|
32
32
|
* @see {@link ExecuteChangeSetCommandOutput} for command's `response` shape.
|
|
33
|
-
* @see {@link CloudFormationClientResolvedConfig | config} for
|
|
33
|
+
* @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
|
|
34
34
|
*
|
|
35
35
|
*/
|
|
36
36
|
export declare class ExecuteChangeSetCommand extends $Command<ExecuteChangeSetCommandInput, ExecuteChangeSetCommandOutput, CloudFormationClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface GetStackPolicyCommandOutput extends GetStackPolicyOutput, __Met
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link GetStackPolicyCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link GetStackPolicyCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link CloudFormationClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class GetStackPolicyCommand extends $Command<GetStackPolicyCommandInput, GetStackPolicyCommandOutput, CloudFormationClientResolvedConfig> {
|
|
@@ -26,7 +26,7 @@ export interface GetTemplateCommandOutput extends GetTemplateOutput, __MetadataB
|
|
|
26
26
|
*
|
|
27
27
|
* @see {@link GetTemplateCommandInput} for command's `input` shape.
|
|
28
28
|
* @see {@link GetTemplateCommandOutput} for command's `response` shape.
|
|
29
|
-
* @see {@link CloudFormationClientResolvedConfig | config} for
|
|
29
|
+
* @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
|
|
30
30
|
*
|
|
31
31
|
*/
|
|
32
32
|
export declare class GetTemplateCommand extends $Command<GetTemplateCommandInput, GetTemplateCommandOutput, CloudFormationClientResolvedConfig> {
|
|
@@ -28,7 +28,7 @@ export interface GetTemplateSummaryCommandOutput extends GetTemplateSummaryOutpu
|
|
|
28
28
|
*
|
|
29
29
|
* @see {@link GetTemplateSummaryCommandInput} for command's `input` shape.
|
|
30
30
|
* @see {@link GetTemplateSummaryCommandOutput} for command's `response` shape.
|
|
31
|
-
* @see {@link CloudFormationClientResolvedConfig | config} for
|
|
31
|
+
* @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
|
|
32
32
|
*
|
|
33
33
|
*/
|
|
34
34
|
export declare class GetTemplateSummaryCommand extends $Command<GetTemplateSummaryCommandInput, GetTemplateSummaryCommandOutput, CloudFormationClientResolvedConfig> {
|
|
@@ -27,7 +27,7 @@ export interface ImportStacksToStackSetCommandOutput extends ImportStacksToStack
|
|
|
27
27
|
*
|
|
28
28
|
* @see {@link ImportStacksToStackSetCommandInput} for command's `input` shape.
|
|
29
29
|
* @see {@link ImportStacksToStackSetCommandOutput} for command's `response` shape.
|
|
30
|
-
* @see {@link CloudFormationClientResolvedConfig | config} for
|
|
30
|
+
* @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
|
|
31
31
|
*
|
|
32
32
|
*/
|
|
33
33
|
export declare class ImportStacksToStackSetCommand extends $Command<ImportStacksToStackSetCommandInput, ImportStacksToStackSetCommandOutput, CloudFormationClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface ListChangeSetsCommandOutput extends ListChangeSetsOutput, __Met
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link ListChangeSetsCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link ListChangeSetsCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link CloudFormationClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class ListChangeSetsCommand extends $Command<ListChangeSetsCommandInput, ListChangeSetsCommandOutput, CloudFormationClientResolvedConfig> {
|
|
@@ -26,7 +26,7 @@ export interface ListExportsCommandOutput extends ListExportsOutput, __MetadataB
|
|
|
26
26
|
*
|
|
27
27
|
* @see {@link ListExportsCommandInput} for command's `input` shape.
|
|
28
28
|
* @see {@link ListExportsCommandOutput} for command's `response` shape.
|
|
29
|
-
* @see {@link CloudFormationClientResolvedConfig | config} for
|
|
29
|
+
* @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
|
|
30
30
|
*
|
|
31
31
|
*/
|
|
32
32
|
export declare class ListExportsCommand extends $Command<ListExportsCommandInput, ListExportsCommandOutput, CloudFormationClientResolvedConfig> {
|
|
@@ -25,7 +25,7 @@ export interface ListImportsCommandOutput extends ListImportsOutput, __MetadataB
|
|
|
25
25
|
*
|
|
26
26
|
* @see {@link ListImportsCommandInput} for command's `input` shape.
|
|
27
27
|
* @see {@link ListImportsCommandOutput} for command's `response` shape.
|
|
28
|
-
* @see {@link CloudFormationClientResolvedConfig | config} for
|
|
28
|
+
* @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
|
|
29
29
|
*
|
|
30
30
|
*/
|
|
31
31
|
export declare class ListImportsCommand extends $Command<ListImportsCommandInput, ListImportsCommandOutput, CloudFormationClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface ListStackInstancesCommandOutput extends ListStackInstancesOutpu
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link ListStackInstancesCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link ListStackInstancesCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link CloudFormationClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class ListStackInstancesCommand extends $Command<ListStackInstancesCommandInput, ListStackInstancesCommandOutput, CloudFormationClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface ListStackResourcesCommandOutput extends ListStackResourcesOutpu
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link ListStackResourcesCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link ListStackResourcesCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link CloudFormationClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class ListStackResourcesCommand extends $Command<ListStackResourcesCommandInput, ListStackResourcesCommandOutput, CloudFormationClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListStackSetOperationResultsCommandOutput extends ListStackSetO
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListStackSetOperationResultsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListStackSetOperationResultsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link CloudFormationClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ListStackSetOperationResultsCommand extends $Command<ListStackSetOperationResultsCommandInput, ListStackSetOperationResultsCommandOutput, CloudFormationClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListStackSetOperationsCommandOutput extends ListStackSetOperati
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListStackSetOperationsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListStackSetOperationsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link CloudFormationClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ListStackSetOperationsCommand extends $Command<ListStackSetOperationsCommandInput, ListStackSetOperationsCommandOutput, CloudFormationClientResolvedConfig> {
|
|
@@ -40,7 +40,7 @@ export interface ListStackSetsCommandOutput extends ListStackSetsOutput, __Metad
|
|
|
40
40
|
*
|
|
41
41
|
* @see {@link ListStackSetsCommandInput} for command's `input` shape.
|
|
42
42
|
* @see {@link ListStackSetsCommandOutput} for command's `response` shape.
|
|
43
|
-
* @see {@link CloudFormationClientResolvedConfig | config} for
|
|
43
|
+
* @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
|
|
44
44
|
*
|
|
45
45
|
*/
|
|
46
46
|
export declare class ListStackSetsCommand extends $Command<ListStackSetsCommandInput, ListStackSetsCommandOutput, CloudFormationClientResolvedConfig> {
|
|
@@ -24,7 +24,7 @@ export interface ListStacksCommandOutput extends ListStacksOutput, __MetadataBea
|
|
|
24
24
|
*
|
|
25
25
|
* @see {@link ListStacksCommandInput} for command's `input` shape.
|
|
26
26
|
* @see {@link ListStacksCommandOutput} for command's `response` shape.
|
|
27
|
-
* @see {@link CloudFormationClientResolvedConfig | config} for
|
|
27
|
+
* @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
|
|
28
28
|
*
|
|
29
29
|
*/
|
|
30
30
|
export declare class ListStacksCommand extends $Command<ListStacksCommandInput, ListStacksCommandOutput, CloudFormationClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListTypeRegistrationsCommandOutput extends ListTypeRegistration
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListTypeRegistrationsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListTypeRegistrationsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link CloudFormationClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ListTypeRegistrationsCommand extends $Command<ListTypeRegistrationsCommandInput, ListTypeRegistrationsCommandOutput, CloudFormationClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListTypeVersionsCommandOutput extends ListTypeVersionsOutput, _
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListTypeVersionsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListTypeVersionsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link CloudFormationClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ListTypeVersionsCommand extends $Command<ListTypeVersionsCommandInput, ListTypeVersionsCommandOutput, CloudFormationClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListTypesCommandOutput extends ListTypesOutput, __MetadataBeare
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListTypesCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListTypesCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link CloudFormationClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ListTypesCommand extends $Command<ListTypesCommandInput, ListTypesCommandOutput, CloudFormationClientResolvedConfig> {
|
|
@@ -25,7 +25,7 @@ export interface PublishTypeCommandOutput extends PublishTypeOutput, __MetadataB
|
|
|
25
25
|
*
|
|
26
26
|
* @see {@link PublishTypeCommandInput} for command's `input` shape.
|
|
27
27
|
* @see {@link PublishTypeCommandOutput} for command's `response` shape.
|
|
28
|
-
* @see {@link CloudFormationClientResolvedConfig | config} for
|
|
28
|
+
* @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
|
|
29
29
|
*
|
|
30
30
|
*/
|
|
31
31
|
export declare class PublishTypeCommand extends $Command<PublishTypeCommandInput, PublishTypeCommandOutput, CloudFormationClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface RecordHandlerProgressCommandOutput extends RecordHandlerProgres
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link RecordHandlerProgressCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link RecordHandlerProgressCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link CloudFormationClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class RecordHandlerProgressCommand extends $Command<RecordHandlerProgressCommandInput, RecordHandlerProgressCommandOutput, CloudFormationClientResolvedConfig> {
|
|
@@ -26,7 +26,7 @@ export interface RegisterPublisherCommandOutput extends RegisterPublisherOutput,
|
|
|
26
26
|
*
|
|
27
27
|
* @see {@link RegisterPublisherCommandInput} for command's `input` shape.
|
|
28
28
|
* @see {@link RegisterPublisherCommandOutput} for command's `response` shape.
|
|
29
|
-
* @see {@link CloudFormationClientResolvedConfig | config} for
|
|
29
|
+
* @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
|
|
30
30
|
*
|
|
31
31
|
*/
|
|
32
32
|
export declare class RegisterPublisherCommand extends $Command<RegisterPublisherCommandInput, RegisterPublisherCommandOutput, CloudFormationClientResolvedConfig> {
|
|
@@ -47,7 +47,7 @@ export interface RegisterTypeCommandOutput extends RegisterTypeOutput, __Metadat
|
|
|
47
47
|
*
|
|
48
48
|
* @see {@link RegisterTypeCommandInput} for command's `input` shape.
|
|
49
49
|
* @see {@link RegisterTypeCommandOutput} for command's `response` shape.
|
|
50
|
-
* @see {@link CloudFormationClientResolvedConfig | config} for
|
|
50
|
+
* @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
|
|
51
51
|
*
|
|
52
52
|
*/
|
|
53
53
|
export declare class RegisterTypeCommand extends $Command<RegisterTypeCommandInput, RegisterTypeCommandOutput, CloudFormationClientResolvedConfig> {
|
|
@@ -49,7 +49,7 @@ export interface RollbackStackCommandOutput extends RollbackStackOutput, __Metad
|
|
|
49
49
|
*
|
|
50
50
|
* @see {@link RollbackStackCommandInput} for command's `input` shape.
|
|
51
51
|
* @see {@link RollbackStackCommandOutput} for command's `response` shape.
|
|
52
|
-
* @see {@link CloudFormationClientResolvedConfig | config} for
|
|
52
|
+
* @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
|
|
53
53
|
*
|
|
54
54
|
*/
|
|
55
55
|
export declare class RollbackStackCommand extends $Command<RollbackStackCommandInput, RollbackStackCommandOutput, CloudFormationClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface SetStackPolicyCommandOutput extends __MetadataBearer {
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link SetStackPolicyCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link SetStackPolicyCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link CloudFormationClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class SetStackPolicyCommand extends $Command<SetStackPolicyCommandInput, SetStackPolicyCommandOutput, CloudFormationClientResolvedConfig> {
|
|
@@ -32,7 +32,7 @@ export interface SetTypeConfigurationCommandOutput extends SetTypeConfigurationO
|
|
|
32
32
|
*
|
|
33
33
|
* @see {@link SetTypeConfigurationCommandInput} for command's `input` shape.
|
|
34
34
|
* @see {@link SetTypeConfigurationCommandOutput} for command's `response` shape.
|
|
35
|
-
* @see {@link CloudFormationClientResolvedConfig | config} for
|
|
35
|
+
* @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
|
|
36
36
|
*
|
|
37
37
|
*/
|
|
38
38
|
export declare class SetTypeConfigurationCommand extends $Command<SetTypeConfigurationCommandInput, SetTypeConfigurationCommandOutput, CloudFormationClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface SetTypeDefaultVersionCommandOutput extends SetTypeDefaultVersio
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link SetTypeDefaultVersionCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link SetTypeDefaultVersionCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link CloudFormationClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class SetTypeDefaultVersionCommand extends $Command<SetTypeDefaultVersionCommandInput, SetTypeDefaultVersionCommandOutput, CloudFormationClientResolvedConfig> {
|
|
@@ -25,7 +25,7 @@ export interface SignalResourceCommandOutput extends __MetadataBearer {
|
|
|
25
25
|
*
|
|
26
26
|
* @see {@link SignalResourceCommandInput} for command's `input` shape.
|
|
27
27
|
* @see {@link SignalResourceCommandOutput} for command's `response` shape.
|
|
28
|
-
* @see {@link CloudFormationClientResolvedConfig | config} for
|
|
28
|
+
* @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
|
|
29
29
|
*
|
|
30
30
|
*/
|
|
31
31
|
export declare class SignalResourceCommand extends $Command<SignalResourceCommandInput, SignalResourceCommandOutput, CloudFormationClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface StopStackSetOperationCommandOutput extends StopStackSetOperatio
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link StopStackSetOperationCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link StopStackSetOperationCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link CloudFormationClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class StopStackSetOperationCommand extends $Command<StopStackSetOperationCommandInput, StopStackSetOperationCommandOutput, CloudFormationClientResolvedConfig> {
|
|
@@ -43,7 +43,7 @@ export interface TestTypeCommandOutput extends TestTypeOutput, __MetadataBearer
|
|
|
43
43
|
*
|
|
44
44
|
* @see {@link TestTypeCommandInput} for command's `input` shape.
|
|
45
45
|
* @see {@link TestTypeCommandOutput} for command's `response` shape.
|
|
46
|
-
* @see {@link CloudFormationClientResolvedConfig | config} for
|
|
46
|
+
* @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
|
|
47
47
|
*
|
|
48
48
|
*/
|
|
49
49
|
export declare class TestTypeCommand extends $Command<TestTypeCommandInput, TestTypeCommandOutput, CloudFormationClientResolvedConfig> {
|
|
@@ -25,7 +25,7 @@ export interface UpdateStackCommandOutput extends UpdateStackOutput, __MetadataB
|
|
|
25
25
|
*
|
|
26
26
|
* @see {@link UpdateStackCommandInput} for command's `input` shape.
|
|
27
27
|
* @see {@link UpdateStackCommandOutput} for command's `response` shape.
|
|
28
|
-
* @see {@link CloudFormationClientResolvedConfig | config} for
|
|
28
|
+
* @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
|
|
29
29
|
*
|
|
30
30
|
*/
|
|
31
31
|
export declare class UpdateStackCommand extends $Command<UpdateStackCommandInput, UpdateStackCommandOutput, CloudFormationClientResolvedConfig> {
|
|
@@ -32,7 +32,7 @@ export interface UpdateStackInstancesCommandOutput extends UpdateStackInstancesO
|
|
|
32
32
|
*
|
|
33
33
|
* @see {@link UpdateStackInstancesCommandInput} for command's `input` shape.
|
|
34
34
|
* @see {@link UpdateStackInstancesCommandOutput} for command's `response` shape.
|
|
35
|
-
* @see {@link CloudFormationClientResolvedConfig | config} for
|
|
35
|
+
* @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
|
|
36
36
|
*
|
|
37
37
|
*/
|
|
38
38
|
export declare class UpdateStackInstancesCommand extends $Command<UpdateStackInstancesCommandInput, UpdateStackInstancesCommandOutput, CloudFormationClientResolvedConfig> {
|
|
@@ -25,7 +25,7 @@ export interface UpdateStackSetCommandOutput extends UpdateStackSetOutput, __Met
|
|
|
25
25
|
*
|
|
26
26
|
* @see {@link UpdateStackSetCommandInput} for command's `input` shape.
|
|
27
27
|
* @see {@link UpdateStackSetCommandOutput} for command's `response` shape.
|
|
28
|
-
* @see {@link CloudFormationClientResolvedConfig | config} for
|
|
28
|
+
* @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
|
|
29
29
|
*
|
|
30
30
|
*/
|
|
31
31
|
export declare class UpdateStackSetCommand extends $Command<UpdateStackSetCommandInput, UpdateStackSetCommandOutput, CloudFormationClientResolvedConfig> {
|
|
@@ -26,7 +26,7 @@ export interface UpdateTerminationProtectionCommandOutput extends UpdateTerminat
|
|
|
26
26
|
*
|
|
27
27
|
* @see {@link UpdateTerminationProtectionCommandInput} for command's `input` shape.
|
|
28
28
|
* @see {@link UpdateTerminationProtectionCommandOutput} for command's `response` shape.
|
|
29
|
-
* @see {@link CloudFormationClientResolvedConfig | config} for
|
|
29
|
+
* @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
|
|
30
30
|
*
|
|
31
31
|
*/
|
|
32
32
|
export declare class UpdateTerminationProtectionCommand extends $Command<UpdateTerminationProtectionCommandInput, UpdateTerminationProtectionCommandOutput, CloudFormationClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface ValidateTemplateCommandOutput extends ValidateTemplateOutput, _
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link ValidateTemplateCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link ValidateTemplateCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link CloudFormationClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class ValidateTemplateCommand extends $Command<ValidateTemplateCommandInput, ValidateTemplateCommandOutput, CloudFormationClientResolvedConfig> {
|
|
@@ -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";
|