@aws-sdk/client-cloudformation 3.325.0 → 3.327.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-types/commands/ActivateTypeCommand.d.ts +6 -0
- package/dist-types/commands/BatchDescribeTypeConfigurationsCommand.d.ts +38 -0
- package/dist-types/commands/CancelUpdateStackCommand.d.ts +4 -0
- package/dist-types/commands/ContinueUpdateRollbackCommand.d.ts +4 -0
- package/dist-types/commands/CreateChangeSetCommand.d.ts +7 -0
- package/dist-types/commands/CreateStackCommand.d.ts +6 -0
- package/dist-types/commands/CreateStackInstancesCommand.d.ts +6 -0
- package/dist-types/commands/CreateStackSetCommand.d.ts +6 -0
- package/dist-types/commands/DeactivateTypeCommand.d.ts +4 -0
- package/dist-types/commands/DeleteChangeSetCommand.d.ts +4 -0
- package/dist-types/commands/DeleteStackCommand.d.ts +4 -0
- package/dist-types/commands/DeleteStackInstancesCommand.d.ts +6 -0
- package/dist-types/commands/DeleteStackSetCommand.d.ts +4 -0
- package/dist-types/commands/DeregisterTypeCommand.d.ts +4 -0
- package/dist-types/commands/DescribeAccountLimitsCommand.d.ts +12 -0
- package/dist-types/commands/DescribeChangeSetCommand.d.ts +80 -0
- package/dist-types/commands/DescribeChangeSetHooksCommand.d.ts +28 -0
- package/dist-types/commands/DescribePublisherCommand.d.ts +9 -0
- package/dist-types/commands/DescribeStackDriftDetectionStatusCommand.d.ts +12 -0
- package/dist-types/commands/DescribeStackEventsCommand.d.ts +26 -0
- package/dist-types/commands/DescribeStackInstanceCommand.d.ts +28 -0
- package/dist-types/commands/DescribeStackResourceCommand.d.ts +25 -0
- package/dist-types/commands/DescribeStackResourceDriftsCommand.d.ts +36 -0
- package/dist-types/commands/DescribeStackResourcesCommand.d.ts +26 -0
- package/dist-types/commands/DescribeStackSetCommand.d.ts +56 -0
- package/dist-types/commands/DescribeStackSetOperationCommand.d.ts +50 -0
- package/dist-types/commands/DescribeStacksCommand.d.ts +66 -0
- package/dist-types/commands/DescribeTypeCommand.d.ts +44 -0
- package/dist-types/commands/DescribeTypeRegistrationCommand.d.ts +9 -0
- package/dist-types/commands/DetectStackDriftCommand.d.ts +6 -0
- package/dist-types/commands/DetectStackResourceDriftCommand.d.ts +33 -0
- package/dist-types/commands/DetectStackSetDriftCommand.d.ts +6 -0
- package/dist-types/commands/EstimateTemplateCostCommand.d.ts +6 -0
- package/dist-types/commands/ExecuteChangeSetCommand.d.ts +4 -0
- package/dist-types/commands/GetStackPolicyCommand.d.ts +6 -0
- package/dist-types/commands/GetTemplateCommand.d.ts +9 -0
- package/dist-types/commands/GetTemplateSummaryCommand.d.ts +43 -0
- package/dist-types/commands/ImportStacksToStackSetCommand.d.ts +6 -0
- package/dist-types/commands/ListChangeSetsCommand.d.ts +22 -0
- package/dist-types/commands/ListExportsCommand.d.ts +13 -0
- package/dist-types/commands/ListImportsCommand.d.ts +9 -0
- package/dist-types/commands/ListStackInstancesCommand.d.ts +23 -0
- package/dist-types/commands/ListStackResourcesCommand.d.ts +24 -0
- package/dist-types/commands/ListStackSetOperationResultsCommand.d.ts +19 -0
- package/dist-types/commands/ListStackSetOperationsCommand.d.ts +29 -0
- package/dist-types/commands/ListStackSetsCommand.d.ts +24 -0
- package/dist-types/commands/ListStacksCommand.d.ts +24 -0
- package/dist-types/commands/ListTypeRegistrationsCommand.d.ts +9 -0
- package/dist-types/commands/ListTypeVersionsCommand.d.ts +18 -0
- package/dist-types/commands/ListTypesCommand.d.ts +23 -0
- package/dist-types/commands/PublishTypeCommand.d.ts +6 -0
- package/dist-types/commands/RecordHandlerProgressCommand.d.ts +4 -0
- package/dist-types/commands/RegisterPublisherCommand.d.ts +6 -0
- package/dist-types/commands/RegisterTypeCommand.d.ts +6 -0
- package/dist-types/commands/RollbackStackCommand.d.ts +6 -0
- package/dist-types/commands/SetStackPolicyCommand.d.ts +4 -0
- package/dist-types/commands/SetTypeConfigurationCommand.d.ts +6 -0
- package/dist-types/commands/SetTypeDefaultVersionCommand.d.ts +4 -0
- package/dist-types/commands/SignalResourceCommand.d.ts +4 -0
- package/dist-types/commands/StopStackSetOperationCommand.d.ts +4 -0
- package/dist-types/commands/TestTypeCommand.d.ts +6 -0
- package/dist-types/commands/UpdateStackCommand.d.ts +6 -0
- package/dist-types/commands/UpdateStackInstancesCommand.d.ts +6 -0
- package/dist-types/commands/UpdateStackSetCommand.d.ts +6 -0
- package/dist-types/commands/UpdateTerminationProtectionCommand.d.ts +6 -0
- package/dist-types/commands/ValidateTemplateCommand.d.ts +21 -0
- package/package.json +7 -7
|
@@ -45,6 +45,40 @@ export interface DescribeStackResourceDriftsCommandOutput extends DescribeStackR
|
|
|
45
45
|
* };
|
|
46
46
|
* const command = new DescribeStackResourceDriftsCommand(input);
|
|
47
47
|
* const response = await client.send(command);
|
|
48
|
+
* // { // DescribeStackResourceDriftsOutput
|
|
49
|
+
* // StackResourceDrifts: [ // StackResourceDrifts // required
|
|
50
|
+
* // { // StackResourceDrift
|
|
51
|
+
* // StackId: "STRING_VALUE", // required
|
|
52
|
+
* // LogicalResourceId: "STRING_VALUE", // required
|
|
53
|
+
* // PhysicalResourceId: "STRING_VALUE",
|
|
54
|
+
* // PhysicalResourceIdContext: [ // PhysicalResourceIdContext
|
|
55
|
+
* // { // PhysicalResourceIdContextKeyValuePair
|
|
56
|
+
* // Key: "STRING_VALUE", // required
|
|
57
|
+
* // Value: "STRING_VALUE", // required
|
|
58
|
+
* // },
|
|
59
|
+
* // ],
|
|
60
|
+
* // ResourceType: "STRING_VALUE", // required
|
|
61
|
+
* // ExpectedProperties: "STRING_VALUE",
|
|
62
|
+
* // ActualProperties: "STRING_VALUE",
|
|
63
|
+
* // PropertyDifferences: [ // PropertyDifferences
|
|
64
|
+
* // { // PropertyDifference
|
|
65
|
+
* // PropertyPath: "STRING_VALUE", // required
|
|
66
|
+
* // ExpectedValue: "STRING_VALUE", // required
|
|
67
|
+
* // ActualValue: "STRING_VALUE", // required
|
|
68
|
+
* // DifferenceType: "ADD" || "REMOVE" || "NOT_EQUAL", // required
|
|
69
|
+
* // },
|
|
70
|
+
* // ],
|
|
71
|
+
* // StackResourceDriftStatus: "IN_SYNC" || "MODIFIED" || "DELETED" || "NOT_CHECKED", // required
|
|
72
|
+
* // Timestamp: new Date("TIMESTAMP"), // required
|
|
73
|
+
* // ModuleInfo: { // ModuleInfo
|
|
74
|
+
* // TypeHierarchy: "STRING_VALUE",
|
|
75
|
+
* // LogicalIdHierarchy: "STRING_VALUE",
|
|
76
|
+
* // },
|
|
77
|
+
* // },
|
|
78
|
+
* // ],
|
|
79
|
+
* // NextToken: "STRING_VALUE",
|
|
80
|
+
* // };
|
|
81
|
+
*
|
|
48
82
|
* ```
|
|
49
83
|
*
|
|
50
84
|
* @param DescribeStackResourceDriftsCommandInput - {@link DescribeStackResourceDriftsCommandInput}
|
|
@@ -53,6 +87,8 @@ export interface DescribeStackResourceDriftsCommandOutput extends DescribeStackR
|
|
|
53
87
|
* @see {@link DescribeStackResourceDriftsCommandOutput} for command's `response` shape.
|
|
54
88
|
* @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
|
|
55
89
|
*
|
|
90
|
+
* @throws {@link CloudFormationServiceException}
|
|
91
|
+
* <p>Base exception class for all service exceptions from CloudFormation service.</p>
|
|
56
92
|
*
|
|
57
93
|
*/
|
|
58
94
|
export declare class DescribeStackResourceDriftsCommand extends $Command<DescribeStackResourceDriftsCommandInput, DescribeStackResourceDriftsCommandOutput, CloudFormationClientResolvedConfig> {
|
|
@@ -51,6 +51,30 @@ export interface DescribeStackResourcesCommandOutput extends DescribeStackResour
|
|
|
51
51
|
* };
|
|
52
52
|
* const command = new DescribeStackResourcesCommand(input);
|
|
53
53
|
* const response = await client.send(command);
|
|
54
|
+
* // { // DescribeStackResourcesOutput
|
|
55
|
+
* // StackResources: [ // StackResources
|
|
56
|
+
* // { // StackResource
|
|
57
|
+
* // StackName: "STRING_VALUE",
|
|
58
|
+
* // StackId: "STRING_VALUE",
|
|
59
|
+
* // LogicalResourceId: "STRING_VALUE", // required
|
|
60
|
+
* // PhysicalResourceId: "STRING_VALUE",
|
|
61
|
+
* // ResourceType: "STRING_VALUE", // required
|
|
62
|
+
* // Timestamp: new Date("TIMESTAMP"), // required
|
|
63
|
+
* // ResourceStatus: "CREATE_IN_PROGRESS" || "CREATE_FAILED" || "CREATE_COMPLETE" || "DELETE_IN_PROGRESS" || "DELETE_FAILED" || "DELETE_COMPLETE" || "DELETE_SKIPPED" || "UPDATE_IN_PROGRESS" || "UPDATE_FAILED" || "UPDATE_COMPLETE" || "IMPORT_FAILED" || "IMPORT_COMPLETE" || "IMPORT_IN_PROGRESS" || "IMPORT_ROLLBACK_IN_PROGRESS" || "IMPORT_ROLLBACK_FAILED" || "IMPORT_ROLLBACK_COMPLETE" || "UPDATE_ROLLBACK_IN_PROGRESS" || "UPDATE_ROLLBACK_COMPLETE" || "UPDATE_ROLLBACK_FAILED" || "ROLLBACK_IN_PROGRESS" || "ROLLBACK_COMPLETE" || "ROLLBACK_FAILED", // required
|
|
64
|
+
* // ResourceStatusReason: "STRING_VALUE",
|
|
65
|
+
* // Description: "STRING_VALUE",
|
|
66
|
+
* // DriftInformation: { // StackResourceDriftInformation
|
|
67
|
+
* // StackResourceDriftStatus: "IN_SYNC" || "MODIFIED" || "DELETED" || "NOT_CHECKED", // required
|
|
68
|
+
* // LastCheckTimestamp: new Date("TIMESTAMP"),
|
|
69
|
+
* // },
|
|
70
|
+
* // ModuleInfo: { // ModuleInfo
|
|
71
|
+
* // TypeHierarchy: "STRING_VALUE",
|
|
72
|
+
* // LogicalIdHierarchy: "STRING_VALUE",
|
|
73
|
+
* // },
|
|
74
|
+
* // },
|
|
75
|
+
* // ],
|
|
76
|
+
* // };
|
|
77
|
+
*
|
|
54
78
|
* ```
|
|
55
79
|
*
|
|
56
80
|
* @param DescribeStackResourcesCommandInput - {@link DescribeStackResourcesCommandInput}
|
|
@@ -59,6 +83,8 @@ export interface DescribeStackResourcesCommandOutput extends DescribeStackResour
|
|
|
59
83
|
* @see {@link DescribeStackResourcesCommandOutput} for command's `response` shape.
|
|
60
84
|
* @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
|
|
61
85
|
*
|
|
86
|
+
* @throws {@link CloudFormationServiceException}
|
|
87
|
+
* <p>Base exception class for all service exceptions from CloudFormation service.</p>
|
|
62
88
|
*
|
|
63
89
|
*/
|
|
64
90
|
export declare class DescribeStackResourcesCommand extends $Command<DescribeStackResourcesCommandInput, DescribeStackResourcesCommandOutput, CloudFormationClientResolvedConfig> {
|
|
@@ -32,6 +32,60 @@ export interface DescribeStackSetCommandOutput extends DescribeStackSetOutput, _
|
|
|
32
32
|
* };
|
|
33
33
|
* const command = new DescribeStackSetCommand(input);
|
|
34
34
|
* const response = await client.send(command);
|
|
35
|
+
* // { // DescribeStackSetOutput
|
|
36
|
+
* // StackSet: { // StackSet
|
|
37
|
+
* // StackSetName: "STRING_VALUE",
|
|
38
|
+
* // StackSetId: "STRING_VALUE",
|
|
39
|
+
* // Description: "STRING_VALUE",
|
|
40
|
+
* // Status: "ACTIVE" || "DELETED",
|
|
41
|
+
* // TemplateBody: "STRING_VALUE",
|
|
42
|
+
* // Parameters: [ // Parameters
|
|
43
|
+
* // { // Parameter
|
|
44
|
+
* // ParameterKey: "STRING_VALUE",
|
|
45
|
+
* // ParameterValue: "STRING_VALUE",
|
|
46
|
+
* // UsePreviousValue: true || false,
|
|
47
|
+
* // ResolvedValue: "STRING_VALUE",
|
|
48
|
+
* // },
|
|
49
|
+
* // ],
|
|
50
|
+
* // Capabilities: [ // Capabilities
|
|
51
|
+
* // "CAPABILITY_IAM" || "CAPABILITY_NAMED_IAM" || "CAPABILITY_AUTO_EXPAND",
|
|
52
|
+
* // ],
|
|
53
|
+
* // Tags: [ // Tags
|
|
54
|
+
* // { // Tag
|
|
55
|
+
* // Key: "STRING_VALUE", // required
|
|
56
|
+
* // Value: "STRING_VALUE", // required
|
|
57
|
+
* // },
|
|
58
|
+
* // ],
|
|
59
|
+
* // StackSetARN: "STRING_VALUE",
|
|
60
|
+
* // AdministrationRoleARN: "STRING_VALUE",
|
|
61
|
+
* // ExecutionRoleName: "STRING_VALUE",
|
|
62
|
+
* // StackSetDriftDetectionDetails: { // StackSetDriftDetectionDetails
|
|
63
|
+
* // DriftStatus: "DRIFTED" || "IN_SYNC" || "NOT_CHECKED",
|
|
64
|
+
* // DriftDetectionStatus: "COMPLETED" || "FAILED" || "PARTIAL_SUCCESS" || "IN_PROGRESS" || "STOPPED",
|
|
65
|
+
* // LastDriftCheckTimestamp: new Date("TIMESTAMP"),
|
|
66
|
+
* // TotalStackInstancesCount: Number("int"),
|
|
67
|
+
* // DriftedStackInstancesCount: Number("int"),
|
|
68
|
+
* // InSyncStackInstancesCount: Number("int"),
|
|
69
|
+
* // InProgressStackInstancesCount: Number("int"),
|
|
70
|
+
* // FailedStackInstancesCount: Number("int"),
|
|
71
|
+
* // },
|
|
72
|
+
* // AutoDeployment: { // AutoDeployment
|
|
73
|
+
* // Enabled: true || false,
|
|
74
|
+
* // RetainStacksOnAccountRemoval: true || false,
|
|
75
|
+
* // },
|
|
76
|
+
* // PermissionModel: "SERVICE_MANAGED" || "SELF_MANAGED",
|
|
77
|
+
* // OrganizationalUnitIds: [ // OrganizationalUnitIdList
|
|
78
|
+
* // "STRING_VALUE",
|
|
79
|
+
* // ],
|
|
80
|
+
* // ManagedExecution: { // ManagedExecution
|
|
81
|
+
* // Active: true || false,
|
|
82
|
+
* // },
|
|
83
|
+
* // Regions: [ // RegionList
|
|
84
|
+
* // "STRING_VALUE",
|
|
85
|
+
* // ],
|
|
86
|
+
* // },
|
|
87
|
+
* // };
|
|
88
|
+
*
|
|
35
89
|
* ```
|
|
36
90
|
*
|
|
37
91
|
* @param DescribeStackSetCommandInput - {@link DescribeStackSetCommandInput}
|
|
@@ -43,6 +97,8 @@ export interface DescribeStackSetCommandOutput extends DescribeStackSetOutput, _
|
|
|
43
97
|
* @throws {@link StackSetNotFoundException} (client fault)
|
|
44
98
|
* <p>The specified stack set doesn't exist.</p>
|
|
45
99
|
*
|
|
100
|
+
* @throws {@link CloudFormationServiceException}
|
|
101
|
+
* <p>Base exception class for all service exceptions from CloudFormation service.</p>
|
|
46
102
|
*
|
|
47
103
|
*/
|
|
48
104
|
export declare class DescribeStackSetCommand extends $Command<DescribeStackSetCommandInput, DescribeStackSetCommandOutput, CloudFormationClientResolvedConfig> {
|
|
@@ -33,6 +33,54 @@ export interface DescribeStackSetOperationCommandOutput extends DescribeStackSet
|
|
|
33
33
|
* };
|
|
34
34
|
* const command = new DescribeStackSetOperationCommand(input);
|
|
35
35
|
* const response = await client.send(command);
|
|
36
|
+
* // { // DescribeStackSetOperationOutput
|
|
37
|
+
* // StackSetOperation: { // StackSetOperation
|
|
38
|
+
* // OperationId: "STRING_VALUE",
|
|
39
|
+
* // StackSetId: "STRING_VALUE",
|
|
40
|
+
* // Action: "CREATE" || "UPDATE" || "DELETE" || "DETECT_DRIFT",
|
|
41
|
+
* // Status: "RUNNING" || "SUCCEEDED" || "FAILED" || "STOPPING" || "STOPPED" || "QUEUED",
|
|
42
|
+
* // OperationPreferences: { // StackSetOperationPreferences
|
|
43
|
+
* // RegionConcurrencyType: "SEQUENTIAL" || "PARALLEL",
|
|
44
|
+
* // RegionOrder: [ // RegionList
|
|
45
|
+
* // "STRING_VALUE",
|
|
46
|
+
* // ],
|
|
47
|
+
* // FailureToleranceCount: Number("int"),
|
|
48
|
+
* // FailureTolerancePercentage: Number("int"),
|
|
49
|
+
* // MaxConcurrentCount: Number("int"),
|
|
50
|
+
* // MaxConcurrentPercentage: Number("int"),
|
|
51
|
+
* // },
|
|
52
|
+
* // RetainStacks: true || false,
|
|
53
|
+
* // AdministrationRoleARN: "STRING_VALUE",
|
|
54
|
+
* // ExecutionRoleName: "STRING_VALUE",
|
|
55
|
+
* // CreationTimestamp: new Date("TIMESTAMP"),
|
|
56
|
+
* // EndTimestamp: new Date("TIMESTAMP"),
|
|
57
|
+
* // DeploymentTargets: { // DeploymentTargets
|
|
58
|
+
* // Accounts: [ // AccountList
|
|
59
|
+
* // "STRING_VALUE",
|
|
60
|
+
* // ],
|
|
61
|
+
* // AccountsUrl: "STRING_VALUE",
|
|
62
|
+
* // OrganizationalUnitIds: [ // OrganizationalUnitIdList
|
|
63
|
+
* // "STRING_VALUE",
|
|
64
|
+
* // ],
|
|
65
|
+
* // AccountFilterType: "NONE" || "INTERSECTION" || "DIFFERENCE" || "UNION",
|
|
66
|
+
* // },
|
|
67
|
+
* // StackSetDriftDetectionDetails: { // StackSetDriftDetectionDetails
|
|
68
|
+
* // DriftStatus: "DRIFTED" || "IN_SYNC" || "NOT_CHECKED",
|
|
69
|
+
* // DriftDetectionStatus: "COMPLETED" || "FAILED" || "PARTIAL_SUCCESS" || "IN_PROGRESS" || "STOPPED",
|
|
70
|
+
* // LastDriftCheckTimestamp: new Date("TIMESTAMP"),
|
|
71
|
+
* // TotalStackInstancesCount: Number("int"),
|
|
72
|
+
* // DriftedStackInstancesCount: Number("int"),
|
|
73
|
+
* // InSyncStackInstancesCount: Number("int"),
|
|
74
|
+
* // InProgressStackInstancesCount: Number("int"),
|
|
75
|
+
* // FailedStackInstancesCount: Number("int"),
|
|
76
|
+
* // },
|
|
77
|
+
* // StatusReason: "STRING_VALUE",
|
|
78
|
+
* // StatusDetails: { // StackSetOperationStatusDetails
|
|
79
|
+
* // FailedStackInstancesCount: Number("int"),
|
|
80
|
+
* // },
|
|
81
|
+
* // },
|
|
82
|
+
* // };
|
|
83
|
+
*
|
|
36
84
|
* ```
|
|
37
85
|
*
|
|
38
86
|
* @param DescribeStackSetOperationCommandInput - {@link DescribeStackSetOperationCommandInput}
|
|
@@ -47,6 +95,8 @@ export interface DescribeStackSetOperationCommandOutput extends DescribeStackSet
|
|
|
47
95
|
* @throws {@link StackSetNotFoundException} (client fault)
|
|
48
96
|
* <p>The specified stack set doesn't exist.</p>
|
|
49
97
|
*
|
|
98
|
+
* @throws {@link CloudFormationServiceException}
|
|
99
|
+
* <p>Base exception class for all service exceptions from CloudFormation service.</p>
|
|
50
100
|
*
|
|
51
101
|
*/
|
|
52
102
|
export declare class DescribeStackSetOperationCommand extends $Command<DescribeStackSetOperationCommandInput, DescribeStackSetOperationCommandOutput, CloudFormationClientResolvedConfig> {
|
|
@@ -36,6 +36,70 @@ export interface DescribeStacksCommandOutput extends DescribeStacksOutput, __Met
|
|
|
36
36
|
* };
|
|
37
37
|
* const command = new DescribeStacksCommand(input);
|
|
38
38
|
* const response = await client.send(command);
|
|
39
|
+
* // { // DescribeStacksOutput
|
|
40
|
+
* // Stacks: [ // Stacks
|
|
41
|
+
* // { // Stack
|
|
42
|
+
* // StackId: "STRING_VALUE",
|
|
43
|
+
* // StackName: "STRING_VALUE", // required
|
|
44
|
+
* // ChangeSetId: "STRING_VALUE",
|
|
45
|
+
* // Description: "STRING_VALUE",
|
|
46
|
+
* // Parameters: [ // Parameters
|
|
47
|
+
* // { // Parameter
|
|
48
|
+
* // ParameterKey: "STRING_VALUE",
|
|
49
|
+
* // ParameterValue: "STRING_VALUE",
|
|
50
|
+
* // UsePreviousValue: true || false,
|
|
51
|
+
* // ResolvedValue: "STRING_VALUE",
|
|
52
|
+
* // },
|
|
53
|
+
* // ],
|
|
54
|
+
* // CreationTime: new Date("TIMESTAMP"), // required
|
|
55
|
+
* // DeletionTime: new Date("TIMESTAMP"),
|
|
56
|
+
* // LastUpdatedTime: new Date("TIMESTAMP"),
|
|
57
|
+
* // RollbackConfiguration: { // RollbackConfiguration
|
|
58
|
+
* // RollbackTriggers: [ // RollbackTriggers
|
|
59
|
+
* // { // RollbackTrigger
|
|
60
|
+
* // Arn: "STRING_VALUE", // required
|
|
61
|
+
* // Type: "STRING_VALUE", // required
|
|
62
|
+
* // },
|
|
63
|
+
* // ],
|
|
64
|
+
* // MonitoringTimeInMinutes: Number("int"),
|
|
65
|
+
* // },
|
|
66
|
+
* // StackStatus: "CREATE_IN_PROGRESS" || "CREATE_FAILED" || "CREATE_COMPLETE" || "ROLLBACK_IN_PROGRESS" || "ROLLBACK_FAILED" || "ROLLBACK_COMPLETE" || "DELETE_IN_PROGRESS" || "DELETE_FAILED" || "DELETE_COMPLETE" || "UPDATE_IN_PROGRESS" || "UPDATE_COMPLETE_CLEANUP_IN_PROGRESS" || "UPDATE_COMPLETE" || "UPDATE_FAILED" || "UPDATE_ROLLBACK_IN_PROGRESS" || "UPDATE_ROLLBACK_FAILED" || "UPDATE_ROLLBACK_COMPLETE_CLEANUP_IN_PROGRESS" || "UPDATE_ROLLBACK_COMPLETE" || "REVIEW_IN_PROGRESS" || "IMPORT_IN_PROGRESS" || "IMPORT_COMPLETE" || "IMPORT_ROLLBACK_IN_PROGRESS" || "IMPORT_ROLLBACK_FAILED" || "IMPORT_ROLLBACK_COMPLETE", // required
|
|
67
|
+
* // StackStatusReason: "STRING_VALUE",
|
|
68
|
+
* // DisableRollback: true || false,
|
|
69
|
+
* // NotificationARNs: [ // NotificationARNs
|
|
70
|
+
* // "STRING_VALUE",
|
|
71
|
+
* // ],
|
|
72
|
+
* // TimeoutInMinutes: Number("int"),
|
|
73
|
+
* // Capabilities: [ // Capabilities
|
|
74
|
+
* // "CAPABILITY_IAM" || "CAPABILITY_NAMED_IAM" || "CAPABILITY_AUTO_EXPAND",
|
|
75
|
+
* // ],
|
|
76
|
+
* // Outputs: [ // Outputs
|
|
77
|
+
* // { // Output
|
|
78
|
+
* // OutputKey: "STRING_VALUE",
|
|
79
|
+
* // OutputValue: "STRING_VALUE",
|
|
80
|
+
* // Description: "STRING_VALUE",
|
|
81
|
+
* // ExportName: "STRING_VALUE",
|
|
82
|
+
* // },
|
|
83
|
+
* // ],
|
|
84
|
+
* // RoleARN: "STRING_VALUE",
|
|
85
|
+
* // Tags: [ // Tags
|
|
86
|
+
* // { // Tag
|
|
87
|
+
* // Key: "STRING_VALUE", // required
|
|
88
|
+
* // Value: "STRING_VALUE", // required
|
|
89
|
+
* // },
|
|
90
|
+
* // ],
|
|
91
|
+
* // EnableTerminationProtection: true || false,
|
|
92
|
+
* // ParentId: "STRING_VALUE",
|
|
93
|
+
* // RootId: "STRING_VALUE",
|
|
94
|
+
* // DriftInformation: { // StackDriftInformation
|
|
95
|
+
* // StackDriftStatus: "DRIFTED" || "IN_SYNC" || "UNKNOWN" || "NOT_CHECKED", // required
|
|
96
|
+
* // LastCheckTimestamp: new Date("TIMESTAMP"),
|
|
97
|
+
* // },
|
|
98
|
+
* // },
|
|
99
|
+
* // ],
|
|
100
|
+
* // NextToken: "STRING_VALUE",
|
|
101
|
+
* // };
|
|
102
|
+
*
|
|
39
103
|
* ```
|
|
40
104
|
*
|
|
41
105
|
* @param DescribeStacksCommandInput - {@link DescribeStacksCommandInput}
|
|
@@ -44,6 +108,8 @@ export interface DescribeStacksCommandOutput extends DescribeStacksOutput, __Met
|
|
|
44
108
|
* @see {@link DescribeStacksCommandOutput} for command's `response` shape.
|
|
45
109
|
* @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
|
|
46
110
|
*
|
|
111
|
+
* @throws {@link CloudFormationServiceException}
|
|
112
|
+
* <p>Base exception class for all service exceptions from CloudFormation service.</p>
|
|
47
113
|
*
|
|
48
114
|
*/
|
|
49
115
|
export declare class DescribeStacksCommand extends $Command<DescribeStacksCommandInput, DescribeStacksCommandOutput, CloudFormationClientResolvedConfig> {
|
|
@@ -39,6 +39,48 @@ export interface DescribeTypeCommandOutput extends DescribeTypeOutput, __Metadat
|
|
|
39
39
|
* };
|
|
40
40
|
* const command = new DescribeTypeCommand(input);
|
|
41
41
|
* const response = await client.send(command);
|
|
42
|
+
* // { // DescribeTypeOutput
|
|
43
|
+
* // Arn: "STRING_VALUE",
|
|
44
|
+
* // Type: "RESOURCE" || "MODULE" || "HOOK",
|
|
45
|
+
* // TypeName: "STRING_VALUE",
|
|
46
|
+
* // DefaultVersionId: "STRING_VALUE",
|
|
47
|
+
* // IsDefaultVersion: true || false,
|
|
48
|
+
* // TypeTestsStatus: "PASSED" || "FAILED" || "IN_PROGRESS" || "NOT_TESTED",
|
|
49
|
+
* // TypeTestsStatusDescription: "STRING_VALUE",
|
|
50
|
+
* // Description: "STRING_VALUE",
|
|
51
|
+
* // Schema: "STRING_VALUE",
|
|
52
|
+
* // ProvisioningType: "NON_PROVISIONABLE" || "IMMUTABLE" || "FULLY_MUTABLE",
|
|
53
|
+
* // DeprecatedStatus: "LIVE" || "DEPRECATED",
|
|
54
|
+
* // LoggingConfig: { // LoggingConfig
|
|
55
|
+
* // LogRoleArn: "STRING_VALUE", // required
|
|
56
|
+
* // LogGroupName: "STRING_VALUE", // required
|
|
57
|
+
* // },
|
|
58
|
+
* // RequiredActivatedTypes: [ // RequiredActivatedTypes
|
|
59
|
+
* // { // RequiredActivatedType
|
|
60
|
+
* // TypeNameAlias: "STRING_VALUE",
|
|
61
|
+
* // OriginalTypeName: "STRING_VALUE",
|
|
62
|
+
* // PublisherId: "STRING_VALUE",
|
|
63
|
+
* // SupportedMajorVersions: [ // SupportedMajorVersions
|
|
64
|
+
* // Number("int"),
|
|
65
|
+
* // ],
|
|
66
|
+
* // },
|
|
67
|
+
* // ],
|
|
68
|
+
* // ExecutionRoleArn: "STRING_VALUE",
|
|
69
|
+
* // Visibility: "PUBLIC" || "PRIVATE",
|
|
70
|
+
* // SourceUrl: "STRING_VALUE",
|
|
71
|
+
* // DocumentationUrl: "STRING_VALUE",
|
|
72
|
+
* // LastUpdated: new Date("TIMESTAMP"),
|
|
73
|
+
* // TimeCreated: new Date("TIMESTAMP"),
|
|
74
|
+
* // ConfigurationSchema: "STRING_VALUE",
|
|
75
|
+
* // PublisherId: "STRING_VALUE",
|
|
76
|
+
* // OriginalTypeName: "STRING_VALUE",
|
|
77
|
+
* // OriginalTypeArn: "STRING_VALUE",
|
|
78
|
+
* // PublicVersionNumber: "STRING_VALUE",
|
|
79
|
+
* // LatestPublicVersion: "STRING_VALUE",
|
|
80
|
+
* // IsActivated: true || false,
|
|
81
|
+
* // AutoUpdate: true || false,
|
|
82
|
+
* // };
|
|
83
|
+
*
|
|
42
84
|
* ```
|
|
43
85
|
*
|
|
44
86
|
* @param DescribeTypeCommandInput - {@link DescribeTypeCommandInput}
|
|
@@ -53,6 +95,8 @@ export interface DescribeTypeCommandOutput extends DescribeTypeOutput, __Metadat
|
|
|
53
95
|
* @throws {@link TypeNotFoundException} (client fault)
|
|
54
96
|
* <p>The specified extension doesn't exist in the CloudFormation registry.</p>
|
|
55
97
|
*
|
|
98
|
+
* @throws {@link CloudFormationServiceException}
|
|
99
|
+
* <p>Base exception class for all service exceptions from CloudFormation service.</p>
|
|
56
100
|
*
|
|
57
101
|
*/
|
|
58
102
|
export declare class DescribeTypeCommand extends $Command<DescribeTypeCommandInput, DescribeTypeCommandOutput, CloudFormationClientResolvedConfig> {
|
|
@@ -41,6 +41,13 @@ export interface DescribeTypeRegistrationCommandOutput extends DescribeTypeRegis
|
|
|
41
41
|
* };
|
|
42
42
|
* const command = new DescribeTypeRegistrationCommand(input);
|
|
43
43
|
* const response = await client.send(command);
|
|
44
|
+
* // { // DescribeTypeRegistrationOutput
|
|
45
|
+
* // ProgressStatus: "COMPLETE" || "IN_PROGRESS" || "FAILED",
|
|
46
|
+
* // Description: "STRING_VALUE",
|
|
47
|
+
* // TypeArn: "STRING_VALUE",
|
|
48
|
+
* // TypeVersionArn: "STRING_VALUE",
|
|
49
|
+
* // };
|
|
50
|
+
*
|
|
44
51
|
* ```
|
|
45
52
|
*
|
|
46
53
|
* @param DescribeTypeRegistrationCommandInput - {@link DescribeTypeRegistrationCommandInput}
|
|
@@ -52,6 +59,8 @@ export interface DescribeTypeRegistrationCommandOutput extends DescribeTypeRegis
|
|
|
52
59
|
* @throws {@link CFNRegistryException} (client fault)
|
|
53
60
|
* <p>An error occurred during a CloudFormation registry operation.</p>
|
|
54
61
|
*
|
|
62
|
+
* @throws {@link CloudFormationServiceException}
|
|
63
|
+
* <p>Base exception class for all service exceptions from CloudFormation service.</p>
|
|
55
64
|
*
|
|
56
65
|
*/
|
|
57
66
|
export declare class DescribeTypeRegistrationCommand extends $Command<DescribeTypeRegistrationCommandInput, DescribeTypeRegistrationCommandOutput, CloudFormationClientResolvedConfig> {
|
|
@@ -54,6 +54,10 @@ export interface DetectStackDriftCommandOutput extends DetectStackDriftOutput, _
|
|
|
54
54
|
* };
|
|
55
55
|
* const command = new DetectStackDriftCommand(input);
|
|
56
56
|
* const response = await client.send(command);
|
|
57
|
+
* // { // DetectStackDriftOutput
|
|
58
|
+
* // StackDriftDetectionId: "STRING_VALUE", // required
|
|
59
|
+
* // };
|
|
60
|
+
*
|
|
57
61
|
* ```
|
|
58
62
|
*
|
|
59
63
|
* @param DetectStackDriftCommandInput - {@link DetectStackDriftCommandInput}
|
|
@@ -62,6 +66,8 @@ export interface DetectStackDriftCommandOutput extends DetectStackDriftOutput, _
|
|
|
62
66
|
* @see {@link DetectStackDriftCommandOutput} for command's `response` shape.
|
|
63
67
|
* @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
|
|
64
68
|
*
|
|
69
|
+
* @throws {@link CloudFormationServiceException}
|
|
70
|
+
* <p>Base exception class for all service exceptions from CloudFormation service.</p>
|
|
65
71
|
*
|
|
66
72
|
*/
|
|
67
73
|
export declare class DetectStackDriftCommand extends $Command<DetectStackDriftCommandInput, DetectStackDriftCommandOutput, CloudFormationClientResolvedConfig> {
|
|
@@ -43,6 +43,37 @@ export interface DetectStackResourceDriftCommandOutput extends DetectStackResour
|
|
|
43
43
|
* };
|
|
44
44
|
* const command = new DetectStackResourceDriftCommand(input);
|
|
45
45
|
* const response = await client.send(command);
|
|
46
|
+
* // { // DetectStackResourceDriftOutput
|
|
47
|
+
* // StackResourceDrift: { // StackResourceDrift
|
|
48
|
+
* // StackId: "STRING_VALUE", // required
|
|
49
|
+
* // LogicalResourceId: "STRING_VALUE", // required
|
|
50
|
+
* // PhysicalResourceId: "STRING_VALUE",
|
|
51
|
+
* // PhysicalResourceIdContext: [ // PhysicalResourceIdContext
|
|
52
|
+
* // { // PhysicalResourceIdContextKeyValuePair
|
|
53
|
+
* // Key: "STRING_VALUE", // required
|
|
54
|
+
* // Value: "STRING_VALUE", // required
|
|
55
|
+
* // },
|
|
56
|
+
* // ],
|
|
57
|
+
* // ResourceType: "STRING_VALUE", // required
|
|
58
|
+
* // ExpectedProperties: "STRING_VALUE",
|
|
59
|
+
* // ActualProperties: "STRING_VALUE",
|
|
60
|
+
* // PropertyDifferences: [ // PropertyDifferences
|
|
61
|
+
* // { // PropertyDifference
|
|
62
|
+
* // PropertyPath: "STRING_VALUE", // required
|
|
63
|
+
* // ExpectedValue: "STRING_VALUE", // required
|
|
64
|
+
* // ActualValue: "STRING_VALUE", // required
|
|
65
|
+
* // DifferenceType: "ADD" || "REMOVE" || "NOT_EQUAL", // required
|
|
66
|
+
* // },
|
|
67
|
+
* // ],
|
|
68
|
+
* // StackResourceDriftStatus: "IN_SYNC" || "MODIFIED" || "DELETED" || "NOT_CHECKED", // required
|
|
69
|
+
* // Timestamp: new Date("TIMESTAMP"), // required
|
|
70
|
+
* // ModuleInfo: { // ModuleInfo
|
|
71
|
+
* // TypeHierarchy: "STRING_VALUE",
|
|
72
|
+
* // LogicalIdHierarchy: "STRING_VALUE",
|
|
73
|
+
* // },
|
|
74
|
+
* // },
|
|
75
|
+
* // };
|
|
76
|
+
*
|
|
46
77
|
* ```
|
|
47
78
|
*
|
|
48
79
|
* @param DetectStackResourceDriftCommandInput - {@link DetectStackResourceDriftCommandInput}
|
|
@@ -51,6 +82,8 @@ export interface DetectStackResourceDriftCommandOutput extends DetectStackResour
|
|
|
51
82
|
* @see {@link DetectStackResourceDriftCommandOutput} for command's `response` shape.
|
|
52
83
|
* @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
|
|
53
84
|
*
|
|
85
|
+
* @throws {@link CloudFormationServiceException}
|
|
86
|
+
* <p>Base exception class for all service exceptions from CloudFormation service.</p>
|
|
54
87
|
*
|
|
55
88
|
*/
|
|
56
89
|
export declare class DetectStackResourceDriftCommand extends $Command<DetectStackResourceDriftCommandInput, DetectStackResourceDriftCommandOutput, CloudFormationClientResolvedConfig> {
|
|
@@ -87,6 +87,10 @@ export interface DetectStackSetDriftCommandOutput extends DetectStackSetDriftOut
|
|
|
87
87
|
* };
|
|
88
88
|
* const command = new DetectStackSetDriftCommand(input);
|
|
89
89
|
* const response = await client.send(command);
|
|
90
|
+
* // { // DetectStackSetDriftOutput
|
|
91
|
+
* // OperationId: "STRING_VALUE",
|
|
92
|
+
* // };
|
|
93
|
+
*
|
|
90
94
|
* ```
|
|
91
95
|
*
|
|
92
96
|
* @param DetectStackSetDriftCommandInput - {@link DetectStackSetDriftCommandInput}
|
|
@@ -105,6 +109,8 @@ export interface DetectStackSetDriftCommandOutput extends DetectStackSetDriftOut
|
|
|
105
109
|
* @throws {@link StackSetNotFoundException} (client fault)
|
|
106
110
|
* <p>The specified stack set doesn't exist.</p>
|
|
107
111
|
*
|
|
112
|
+
* @throws {@link CloudFormationServiceException}
|
|
113
|
+
* <p>Base exception class for all service exceptions from CloudFormation service.</p>
|
|
108
114
|
*
|
|
109
115
|
*/
|
|
110
116
|
export declare class DetectStackSetDriftCommand extends $Command<DetectStackSetDriftCommandInput, DetectStackSetDriftCommandOutput, CloudFormationClientResolvedConfig> {
|
|
@@ -41,6 +41,10 @@ export interface EstimateTemplateCostCommandOutput extends EstimateTemplateCostO
|
|
|
41
41
|
* };
|
|
42
42
|
* const command = new EstimateTemplateCostCommand(input);
|
|
43
43
|
* const response = await client.send(command);
|
|
44
|
+
* // { // EstimateTemplateCostOutput
|
|
45
|
+
* // Url: "STRING_VALUE",
|
|
46
|
+
* // };
|
|
47
|
+
*
|
|
44
48
|
* ```
|
|
45
49
|
*
|
|
46
50
|
* @param EstimateTemplateCostCommandInput - {@link EstimateTemplateCostCommandInput}
|
|
@@ -49,6 +53,8 @@ export interface EstimateTemplateCostCommandOutput extends EstimateTemplateCostO
|
|
|
49
53
|
* @see {@link EstimateTemplateCostCommandOutput} for command's `response` shape.
|
|
50
54
|
* @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
|
|
51
55
|
*
|
|
56
|
+
* @throws {@link CloudFormationServiceException}
|
|
57
|
+
* <p>Base exception class for all service exceptions from CloudFormation service.</p>
|
|
52
58
|
*
|
|
53
59
|
*/
|
|
54
60
|
export declare class EstimateTemplateCostCommand extends $Command<EstimateTemplateCostCommandInput, EstimateTemplateCostCommandOutput, CloudFormationClientResolvedConfig> {
|
|
@@ -44,6 +44,8 @@ export interface ExecuteChangeSetCommandOutput extends ExecuteChangeSetOutput, _
|
|
|
44
44
|
* };
|
|
45
45
|
* const command = new ExecuteChangeSetCommand(input);
|
|
46
46
|
* const response = await client.send(command);
|
|
47
|
+
* // {};
|
|
48
|
+
*
|
|
47
49
|
* ```
|
|
48
50
|
*
|
|
49
51
|
* @param ExecuteChangeSetCommandInput - {@link ExecuteChangeSetCommandInput}
|
|
@@ -68,6 +70,8 @@ export interface ExecuteChangeSetCommandOutput extends ExecuteChangeSetOutput, _
|
|
|
68
70
|
* @throws {@link TokenAlreadyExistsException} (client fault)
|
|
69
71
|
* <p>A client request token already exists.</p>
|
|
70
72
|
*
|
|
73
|
+
* @throws {@link CloudFormationServiceException}
|
|
74
|
+
* <p>Base exception class for all service exceptions from CloudFormation service.</p>
|
|
71
75
|
*
|
|
72
76
|
*/
|
|
73
77
|
export declare class ExecuteChangeSetCommand extends $Command<ExecuteChangeSetCommandInput, ExecuteChangeSetCommandOutput, CloudFormationClientResolvedConfig> {
|
|
@@ -32,6 +32,10 @@ export interface GetStackPolicyCommandOutput extends GetStackPolicyOutput, __Met
|
|
|
32
32
|
* };
|
|
33
33
|
* const command = new GetStackPolicyCommand(input);
|
|
34
34
|
* const response = await client.send(command);
|
|
35
|
+
* // { // GetStackPolicyOutput
|
|
36
|
+
* // StackPolicyBody: "STRING_VALUE",
|
|
37
|
+
* // };
|
|
38
|
+
*
|
|
35
39
|
* ```
|
|
36
40
|
*
|
|
37
41
|
* @param GetStackPolicyCommandInput - {@link GetStackPolicyCommandInput}
|
|
@@ -40,6 +44,8 @@ export interface GetStackPolicyCommandOutput extends GetStackPolicyOutput, __Met
|
|
|
40
44
|
* @see {@link GetStackPolicyCommandOutput} for command's `response` shape.
|
|
41
45
|
* @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
|
|
42
46
|
*
|
|
47
|
+
* @throws {@link CloudFormationServiceException}
|
|
48
|
+
* <p>Base exception class for all service exceptions from CloudFormation service.</p>
|
|
43
49
|
*
|
|
44
50
|
*/
|
|
45
51
|
export declare class GetStackPolicyCommand extends $Command<GetStackPolicyCommandInput, GetStackPolicyCommandOutput, CloudFormationClientResolvedConfig> {
|
|
@@ -39,6 +39,13 @@ export interface GetTemplateCommandOutput extends GetTemplateOutput, __MetadataB
|
|
|
39
39
|
* };
|
|
40
40
|
* const command = new GetTemplateCommand(input);
|
|
41
41
|
* const response = await client.send(command);
|
|
42
|
+
* // { // GetTemplateOutput
|
|
43
|
+
* // TemplateBody: "STRING_VALUE",
|
|
44
|
+
* // StagesAvailable: [ // StageList
|
|
45
|
+
* // "Original" || "Processed",
|
|
46
|
+
* // ],
|
|
47
|
+
* // };
|
|
48
|
+
*
|
|
42
49
|
* ```
|
|
43
50
|
*
|
|
44
51
|
* @param GetTemplateCommandInput - {@link GetTemplateCommandInput}
|
|
@@ -51,6 +58,8 @@ export interface GetTemplateCommandOutput extends GetTemplateOutput, __MetadataB
|
|
|
51
58
|
* <p>The specified change set name or ID doesn't exit. To view valid change sets for a stack,
|
|
52
59
|
* use the <code>ListChangeSets</code> operation.</p>
|
|
53
60
|
*
|
|
61
|
+
* @throws {@link CloudFormationServiceException}
|
|
62
|
+
* <p>Base exception class for all service exceptions from CloudFormation service.</p>
|
|
54
63
|
*
|
|
55
64
|
*/
|
|
56
65
|
export declare class GetTemplateCommand extends $Command<GetTemplateCommandInput, GetTemplateCommandOutput, CloudFormationClientResolvedConfig> {
|
|
@@ -43,6 +43,47 @@ export interface GetTemplateSummaryCommandOutput extends GetTemplateSummaryOutpu
|
|
|
43
43
|
* };
|
|
44
44
|
* const command = new GetTemplateSummaryCommand(input);
|
|
45
45
|
* const response = await client.send(command);
|
|
46
|
+
* // { // GetTemplateSummaryOutput
|
|
47
|
+
* // Parameters: [ // ParameterDeclarations
|
|
48
|
+
* // { // ParameterDeclaration
|
|
49
|
+
* // ParameterKey: "STRING_VALUE",
|
|
50
|
+
* // DefaultValue: "STRING_VALUE",
|
|
51
|
+
* // ParameterType: "STRING_VALUE",
|
|
52
|
+
* // NoEcho: true || false,
|
|
53
|
+
* // Description: "STRING_VALUE",
|
|
54
|
+
* // ParameterConstraints: { // ParameterConstraints
|
|
55
|
+
* // AllowedValues: [ // AllowedValues
|
|
56
|
+
* // "STRING_VALUE",
|
|
57
|
+
* // ],
|
|
58
|
+
* // },
|
|
59
|
+
* // },
|
|
60
|
+
* // ],
|
|
61
|
+
* // Description: "STRING_VALUE",
|
|
62
|
+
* // Capabilities: [ // Capabilities
|
|
63
|
+
* // "CAPABILITY_IAM" || "CAPABILITY_NAMED_IAM" || "CAPABILITY_AUTO_EXPAND",
|
|
64
|
+
* // ],
|
|
65
|
+
* // CapabilitiesReason: "STRING_VALUE",
|
|
66
|
+
* // ResourceTypes: [ // ResourceTypes
|
|
67
|
+
* // "STRING_VALUE",
|
|
68
|
+
* // ],
|
|
69
|
+
* // Version: "STRING_VALUE",
|
|
70
|
+
* // Metadata: "STRING_VALUE",
|
|
71
|
+
* // DeclaredTransforms: [ // TransformsList
|
|
72
|
+
* // "STRING_VALUE",
|
|
73
|
+
* // ],
|
|
74
|
+
* // ResourceIdentifierSummaries: [ // ResourceIdentifierSummaries
|
|
75
|
+
* // { // ResourceIdentifierSummary
|
|
76
|
+
* // ResourceType: "STRING_VALUE",
|
|
77
|
+
* // LogicalResourceIds: [ // LogicalResourceIds
|
|
78
|
+
* // "STRING_VALUE",
|
|
79
|
+
* // ],
|
|
80
|
+
* // ResourceIdentifiers: [ // ResourceIdentifiers
|
|
81
|
+
* // "STRING_VALUE",
|
|
82
|
+
* // ],
|
|
83
|
+
* // },
|
|
84
|
+
* // ],
|
|
85
|
+
* // };
|
|
86
|
+
*
|
|
46
87
|
* ```
|
|
47
88
|
*
|
|
48
89
|
* @param GetTemplateSummaryCommandInput - {@link GetTemplateSummaryCommandInput}
|
|
@@ -54,6 +95,8 @@ export interface GetTemplateSummaryCommandOutput extends GetTemplateSummaryOutpu
|
|
|
54
95
|
* @throws {@link StackSetNotFoundException} (client fault)
|
|
55
96
|
* <p>The specified stack set doesn't exist.</p>
|
|
56
97
|
*
|
|
98
|
+
* @throws {@link CloudFormationServiceException}
|
|
99
|
+
* <p>Base exception class for all service exceptions from CloudFormation service.</p>
|
|
57
100
|
*
|
|
58
101
|
*/
|
|
59
102
|
export declare class GetTemplateSummaryCommand extends $Command<GetTemplateSummaryCommandInput, GetTemplateSummaryCommandOutput, CloudFormationClientResolvedConfig> {
|
|
@@ -58,6 +58,10 @@ export interface ImportStacksToStackSetCommandOutput extends ImportStacksToStack
|
|
|
58
58
|
* };
|
|
59
59
|
* const command = new ImportStacksToStackSetCommand(input);
|
|
60
60
|
* const response = await client.send(command);
|
|
61
|
+
* // { // ImportStacksToStackSetOutput
|
|
62
|
+
* // OperationId: "STRING_VALUE",
|
|
63
|
+
* // };
|
|
64
|
+
*
|
|
61
65
|
* ```
|
|
62
66
|
*
|
|
63
67
|
* @param ImportStacksToStackSetCommandInput - {@link ImportStacksToStackSetCommandInput}
|
|
@@ -92,6 +96,8 @@ export interface ImportStacksToStackSetCommandOutput extends ImportStacksToStack
|
|
|
92
96
|
* <p>Another operation has been performed on this stack set since the specified operation was
|
|
93
97
|
* performed.</p>
|
|
94
98
|
*
|
|
99
|
+
* @throws {@link CloudFormationServiceException}
|
|
100
|
+
* <p>Base exception class for all service exceptions from CloudFormation service.</p>
|
|
95
101
|
*
|
|
96
102
|
*/
|
|
97
103
|
export declare class ImportStacksToStackSetCommand extends $Command<ImportStacksToStackSetCommandInput, ImportStacksToStackSetCommandOutput, CloudFormationClientResolvedConfig> {
|