@aws-sdk/client-cloudformation 3.533.0 → 3.536.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/README.md +8 -0
- package/dist-cjs/index.js +91 -2
- package/dist-es/CloudFormation.js +2 -0
- package/dist-es/commands/ListStackSetAutoDeploymentTargetsCommand.js +24 -0
- package/dist-es/commands/index.js +1 -0
- package/dist-es/models/models_0.js +0 -4
- package/dist-es/models/models_1.js +4 -0
- package/dist-es/protocols/Aws_query.js +73 -0
- package/dist-types/CloudFormation.d.ts +37 -1
- package/dist-types/CloudFormationClient.d.ts +4 -3
- package/dist-types/commands/ActivateOrganizationsAccessCommand.d.ts +2 -1
- package/dist-types/commands/ActivateTypeCommand.d.ts +5 -2
- package/dist-types/commands/BatchDescribeTypeConfigurationsCommand.d.ts +2 -1
- package/dist-types/commands/CancelUpdateStackCommand.d.ts +2 -1
- package/dist-types/commands/ContinueUpdateRollbackCommand.d.ts +2 -1
- package/dist-types/commands/CreateChangeSetCommand.d.ts +2 -1
- package/dist-types/commands/CreateGeneratedTemplateCommand.d.ts +2 -1
- package/dist-types/commands/CreateStackCommand.d.ts +2 -1
- package/dist-types/commands/CreateStackInstancesCommand.d.ts +2 -1
- package/dist-types/commands/CreateStackSetCommand.d.ts +2 -1
- package/dist-types/commands/DeactivateOrganizationsAccessCommand.d.ts +2 -1
- package/dist-types/commands/DeactivateTypeCommand.d.ts +2 -1
- package/dist-types/commands/DeleteChangeSetCommand.d.ts +2 -1
- package/dist-types/commands/DeleteGeneratedTemplateCommand.d.ts +2 -1
- package/dist-types/commands/DeleteStackCommand.d.ts +2 -1
- package/dist-types/commands/DeleteStackInstancesCommand.d.ts +2 -1
- package/dist-types/commands/DeleteStackSetCommand.d.ts +2 -1
- package/dist-types/commands/DeregisterTypeCommand.d.ts +2 -1
- package/dist-types/commands/DescribeAccountLimitsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeChangeSetCommand.d.ts +2 -1
- package/dist-types/commands/DescribeChangeSetHooksCommand.d.ts +2 -1
- package/dist-types/commands/DescribeGeneratedTemplateCommand.d.ts +2 -1
- package/dist-types/commands/DescribeOrganizationsAccessCommand.d.ts +2 -1
- package/dist-types/commands/DescribePublisherCommand.d.ts +2 -1
- package/dist-types/commands/DescribeResourceScanCommand.d.ts +2 -1
- package/dist-types/commands/DescribeStackDriftDetectionStatusCommand.d.ts +2 -1
- package/dist-types/commands/DescribeStackEventsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeStackInstanceCommand.d.ts +2 -1
- package/dist-types/commands/DescribeStackResourceCommand.d.ts +2 -1
- package/dist-types/commands/DescribeStackResourceDriftsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeStackResourcesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeStackSetCommand.d.ts +2 -1
- package/dist-types/commands/DescribeStackSetOperationCommand.d.ts +2 -1
- package/dist-types/commands/DescribeStacksCommand.d.ts +2 -1
- package/dist-types/commands/DescribeTypeCommand.d.ts +2 -1
- package/dist-types/commands/DescribeTypeRegistrationCommand.d.ts +2 -1
- package/dist-types/commands/DetectStackDriftCommand.d.ts +2 -1
- package/dist-types/commands/DetectStackResourceDriftCommand.d.ts +2 -1
- package/dist-types/commands/DetectStackSetDriftCommand.d.ts +2 -1
- package/dist-types/commands/EstimateTemplateCostCommand.d.ts +2 -1
- package/dist-types/commands/ExecuteChangeSetCommand.d.ts +2 -1
- package/dist-types/commands/GetGeneratedTemplateCommand.d.ts +2 -1
- package/dist-types/commands/GetStackPolicyCommand.d.ts +2 -1
- package/dist-types/commands/GetTemplateCommand.d.ts +2 -1
- package/dist-types/commands/GetTemplateSummaryCommand.d.ts +2 -1
- package/dist-types/commands/ImportStacksToStackSetCommand.d.ts +2 -1
- package/dist-types/commands/ListChangeSetsCommand.d.ts +2 -1
- package/dist-types/commands/ListExportsCommand.d.ts +2 -1
- package/dist-types/commands/ListGeneratedTemplatesCommand.d.ts +2 -1
- package/dist-types/commands/ListImportsCommand.d.ts +2 -1
- package/dist-types/commands/ListResourceScanRelatedResourcesCommand.d.ts +2 -1
- package/dist-types/commands/ListResourceScanResourcesCommand.d.ts +2 -1
- package/dist-types/commands/ListResourceScansCommand.d.ts +2 -1
- package/dist-types/commands/ListStackInstanceResourceDriftsCommand.d.ts +2 -1
- package/dist-types/commands/ListStackInstancesCommand.d.ts +2 -1
- package/dist-types/commands/ListStackResourcesCommand.d.ts +2 -1
- package/dist-types/commands/ListStackSetAutoDeploymentTargetsCommand.d.ts +73 -0
- package/dist-types/commands/ListStackSetOperationResultsCommand.d.ts +2 -1
- package/dist-types/commands/ListStackSetOperationsCommand.d.ts +2 -1
- package/dist-types/commands/ListStackSetsCommand.d.ts +2 -1
- package/dist-types/commands/ListStacksCommand.d.ts +2 -1
- package/dist-types/commands/ListTypeRegistrationsCommand.d.ts +2 -1
- package/dist-types/commands/ListTypeVersionsCommand.d.ts +2 -1
- package/dist-types/commands/ListTypesCommand.d.ts +2 -1
- package/dist-types/commands/PublishTypeCommand.d.ts +2 -1
- package/dist-types/commands/RecordHandlerProgressCommand.d.ts +2 -1
- package/dist-types/commands/RegisterPublisherCommand.d.ts +2 -1
- package/dist-types/commands/RegisterTypeCommand.d.ts +4 -3
- package/dist-types/commands/RollbackStackCommand.d.ts +2 -1
- package/dist-types/commands/SetStackPolicyCommand.d.ts +2 -1
- package/dist-types/commands/SetTypeConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/SetTypeDefaultVersionCommand.d.ts +4 -2
- package/dist-types/commands/SignalResourceCommand.d.ts +3 -2
- package/dist-types/commands/StartResourceScanCommand.d.ts +2 -1
- package/dist-types/commands/StopStackSetOperationCommand.d.ts +2 -1
- package/dist-types/commands/TestTypeCommand.d.ts +4 -3
- package/dist-types/commands/UpdateGeneratedTemplateCommand.d.ts +2 -1
- package/dist-types/commands/UpdateStackCommand.d.ts +2 -1
- package/dist-types/commands/UpdateStackInstancesCommand.d.ts +8 -7
- package/dist-types/commands/UpdateStackSetCommand.d.ts +2 -1
- package/dist-types/commands/UpdateTerminationProtectionCommand.d.ts +2 -1
- package/dist-types/commands/ValidateTemplateCommand.d.ts +2 -1
- package/dist-types/commands/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +1103 -1062
- package/dist-types/models/models_1.d.ts +141 -96
- package/dist-types/protocols/Aws_query.d.ts +9 -0
- package/dist-types/ts3.4/CloudFormation.d.ts +52 -0
- package/dist-types/ts3.4/CloudFormationClient.d.ts +6 -0
- package/dist-types/ts3.4/commands/ActivateOrganizationsAccessCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ActivateTypeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/BatchDescribeTypeConfigurationsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CancelUpdateStackCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ContinueUpdateRollbackCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateChangeSetCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateGeneratedTemplateCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateStackCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateStackInstancesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateStackSetCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeactivateOrganizationsAccessCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeactivateTypeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteChangeSetCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteGeneratedTemplateCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteStackCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteStackInstancesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteStackSetCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeregisterTypeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeAccountLimitsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeChangeSetCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeChangeSetHooksCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeGeneratedTemplateCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeOrganizationsAccessCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribePublisherCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeResourceScanCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeStackDriftDetectionStatusCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeStackEventsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeStackInstanceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeStackResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeStackResourceDriftsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeStackResourcesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeStackSetCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeStackSetOperationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeStacksCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeTypeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeTypeRegistrationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DetectStackDriftCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DetectStackResourceDriftCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DetectStackSetDriftCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/EstimateTemplateCostCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ExecuteChangeSetCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetGeneratedTemplateCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetStackPolicyCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetTemplateCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetTemplateSummaryCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ImportStacksToStackSetCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListChangeSetsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListExportsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListGeneratedTemplatesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListImportsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListResourceScanRelatedResourcesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListResourceScanResourcesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListResourceScansCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListStackInstanceResourceDriftsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListStackInstancesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListStackResourcesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListStackSetAutoDeploymentTargetsCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/ListStackSetOperationResultsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListStackSetOperationsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListStackSetsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListStacksCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTypeRegistrationsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTypeVersionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTypesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/PublishTypeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RecordHandlerProgressCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RegisterPublisherCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RegisterTypeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RollbackStackCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/SetStackPolicyCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/SetTypeConfigurationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/SetTypeDefaultVersionCommand.d.ts +11 -4
- package/dist-types/ts3.4/commands/SignalResourceCommand.d.ts +10 -1
- package/dist-types/ts3.4/commands/StartResourceScanCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StopStackSetOperationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/TestTypeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateGeneratedTemplateCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateStackCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateStackInstancesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateStackSetCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateTerminationProtectionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ValidateTemplateCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +14 -13
- package/dist-types/ts3.4/models/models_1.d.ts +13 -0
- package/dist-types/ts3.4/protocols/Aws_query.d.ts +12 -0
- package/package.json +41 -41
|
@@ -22,10 +22,10 @@ export interface UpdateStackSetCommandOutput extends UpdateStackSetOutput, __Met
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateStackSetCommand_base: {
|
|
24
24
|
new (input: UpdateStackSetCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateStackSetCommandInput, UpdateStackSetCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdateStackSetCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateStackSetCommandInput, UpdateStackSetCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Updates the stack set, and associated stack instances in the specified accounts and Amazon Web Services Regions.</p>
|
|
30
30
|
* <p>Even if the stack set operation created by updating the stack set fails (completely or partially, below or above
|
|
31
31
|
* a specified failure tolerance), the stack set is updated with your changes. Subsequent <a>CreateStackInstances</a> calls on the specified stack set use the updated stack set.</p>
|
|
@@ -134,6 +134,7 @@ declare const UpdateStackSetCommand_base: {
|
|
|
134
134
|
* @throws {@link CloudFormationServiceException}
|
|
135
135
|
* <p>Base exception class for all service exceptions from CloudFormation service.</p>
|
|
136
136
|
*
|
|
137
|
+
* @public
|
|
137
138
|
*/
|
|
138
139
|
export declare class UpdateStackSetCommand extends UpdateStackSetCommand_base {
|
|
139
140
|
}
|
|
@@ -22,10 +22,10 @@ export interface UpdateTerminationProtectionCommandOutput extends UpdateTerminat
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateTerminationProtectionCommand_base: {
|
|
24
24
|
new (input: UpdateTerminationProtectionCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateTerminationProtectionCommandInput, UpdateTerminationProtectionCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdateTerminationProtectionCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateTerminationProtectionCommandInput, UpdateTerminationProtectionCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Updates termination protection for the specified stack. If a user attempts to delete a stack with termination
|
|
30
30
|
* protection enabled, the operation fails and the stack remains unchanged. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-protect-stacks.html">Protecting a Stack From
|
|
31
31
|
* Being Deleted</a> in the <i>CloudFormation User Guide</i>.</p>
|
|
@@ -59,6 +59,7 @@ declare const UpdateTerminationProtectionCommand_base: {
|
|
|
59
59
|
* @throws {@link CloudFormationServiceException}
|
|
60
60
|
* <p>Base exception class for all service exceptions from CloudFormation service.</p>
|
|
61
61
|
*
|
|
62
|
+
* @public
|
|
62
63
|
*/
|
|
63
64
|
export declare class UpdateTerminationProtectionCommand extends UpdateTerminationProtectionCommand_base {
|
|
64
65
|
}
|
|
@@ -22,10 +22,10 @@ export interface ValidateTemplateCommandOutput extends ValidateTemplateOutput, _
|
|
|
22
22
|
}
|
|
23
23
|
declare const ValidateTemplateCommand_base: {
|
|
24
24
|
new (input: ValidateTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<ValidateTemplateCommandInput, ValidateTemplateCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ValidateTemplateCommandInput]): import("@smithy/smithy-client").CommandImpl<ValidateTemplateCommandInput, ValidateTemplateCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Validates a specified template. CloudFormation first checks if the template is valid JSON. If it isn't, CloudFormation
|
|
30
30
|
* checks if the template is valid YAML. If both these checks fail, CloudFormation returns a template validation
|
|
31
31
|
* error.</p>
|
|
@@ -71,6 +71,7 @@ declare const ValidateTemplateCommand_base: {
|
|
|
71
71
|
* @throws {@link CloudFormationServiceException}
|
|
72
72
|
* <p>Base exception class for all service exceptions from CloudFormation service.</p>
|
|
73
73
|
*
|
|
74
|
+
* @public
|
|
74
75
|
*/
|
|
75
76
|
export declare class ValidateTemplateCommand extends ValidateTemplateCommand_base {
|
|
76
77
|
}
|
|
@@ -54,6 +54,7 @@ export * from "./ListResourceScansCommand";
|
|
|
54
54
|
export * from "./ListStackInstanceResourceDriftsCommand";
|
|
55
55
|
export * from "./ListStackInstancesCommand";
|
|
56
56
|
export * from "./ListStackResourcesCommand";
|
|
57
|
+
export * from "./ListStackSetAutoDeploymentTargetsCommand";
|
|
57
58
|
export * from "./ListStackSetOperationResultsCommand";
|
|
58
59
|
export * from "./ListStackSetOperationsCommand";
|
|
59
60
|
export * from "./ListStackSetsCommand";
|