@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.
Files changed (185) hide show
  1. package/README.md +8 -0
  2. package/dist-cjs/index.js +91 -2
  3. package/dist-es/CloudFormation.js +2 -0
  4. package/dist-es/commands/ListStackSetAutoDeploymentTargetsCommand.js +24 -0
  5. package/dist-es/commands/index.js +1 -0
  6. package/dist-es/models/models_0.js +0 -4
  7. package/dist-es/models/models_1.js +4 -0
  8. package/dist-es/protocols/Aws_query.js +73 -0
  9. package/dist-types/CloudFormation.d.ts +37 -1
  10. package/dist-types/CloudFormationClient.d.ts +4 -3
  11. package/dist-types/commands/ActivateOrganizationsAccessCommand.d.ts +2 -1
  12. package/dist-types/commands/ActivateTypeCommand.d.ts +5 -2
  13. package/dist-types/commands/BatchDescribeTypeConfigurationsCommand.d.ts +2 -1
  14. package/dist-types/commands/CancelUpdateStackCommand.d.ts +2 -1
  15. package/dist-types/commands/ContinueUpdateRollbackCommand.d.ts +2 -1
  16. package/dist-types/commands/CreateChangeSetCommand.d.ts +2 -1
  17. package/dist-types/commands/CreateGeneratedTemplateCommand.d.ts +2 -1
  18. package/dist-types/commands/CreateStackCommand.d.ts +2 -1
  19. package/dist-types/commands/CreateStackInstancesCommand.d.ts +2 -1
  20. package/dist-types/commands/CreateStackSetCommand.d.ts +2 -1
  21. package/dist-types/commands/DeactivateOrganizationsAccessCommand.d.ts +2 -1
  22. package/dist-types/commands/DeactivateTypeCommand.d.ts +2 -1
  23. package/dist-types/commands/DeleteChangeSetCommand.d.ts +2 -1
  24. package/dist-types/commands/DeleteGeneratedTemplateCommand.d.ts +2 -1
  25. package/dist-types/commands/DeleteStackCommand.d.ts +2 -1
  26. package/dist-types/commands/DeleteStackInstancesCommand.d.ts +2 -1
  27. package/dist-types/commands/DeleteStackSetCommand.d.ts +2 -1
  28. package/dist-types/commands/DeregisterTypeCommand.d.ts +2 -1
  29. package/dist-types/commands/DescribeAccountLimitsCommand.d.ts +2 -1
  30. package/dist-types/commands/DescribeChangeSetCommand.d.ts +2 -1
  31. package/dist-types/commands/DescribeChangeSetHooksCommand.d.ts +2 -1
  32. package/dist-types/commands/DescribeGeneratedTemplateCommand.d.ts +2 -1
  33. package/dist-types/commands/DescribeOrganizationsAccessCommand.d.ts +2 -1
  34. package/dist-types/commands/DescribePublisherCommand.d.ts +2 -1
  35. package/dist-types/commands/DescribeResourceScanCommand.d.ts +2 -1
  36. package/dist-types/commands/DescribeStackDriftDetectionStatusCommand.d.ts +2 -1
  37. package/dist-types/commands/DescribeStackEventsCommand.d.ts +2 -1
  38. package/dist-types/commands/DescribeStackInstanceCommand.d.ts +2 -1
  39. package/dist-types/commands/DescribeStackResourceCommand.d.ts +2 -1
  40. package/dist-types/commands/DescribeStackResourceDriftsCommand.d.ts +2 -1
  41. package/dist-types/commands/DescribeStackResourcesCommand.d.ts +2 -1
  42. package/dist-types/commands/DescribeStackSetCommand.d.ts +2 -1
  43. package/dist-types/commands/DescribeStackSetOperationCommand.d.ts +2 -1
  44. package/dist-types/commands/DescribeStacksCommand.d.ts +2 -1
  45. package/dist-types/commands/DescribeTypeCommand.d.ts +2 -1
  46. package/dist-types/commands/DescribeTypeRegistrationCommand.d.ts +2 -1
  47. package/dist-types/commands/DetectStackDriftCommand.d.ts +2 -1
  48. package/dist-types/commands/DetectStackResourceDriftCommand.d.ts +2 -1
  49. package/dist-types/commands/DetectStackSetDriftCommand.d.ts +2 -1
  50. package/dist-types/commands/EstimateTemplateCostCommand.d.ts +2 -1
  51. package/dist-types/commands/ExecuteChangeSetCommand.d.ts +2 -1
  52. package/dist-types/commands/GetGeneratedTemplateCommand.d.ts +2 -1
  53. package/dist-types/commands/GetStackPolicyCommand.d.ts +2 -1
  54. package/dist-types/commands/GetTemplateCommand.d.ts +2 -1
  55. package/dist-types/commands/GetTemplateSummaryCommand.d.ts +2 -1
  56. package/dist-types/commands/ImportStacksToStackSetCommand.d.ts +2 -1
  57. package/dist-types/commands/ListChangeSetsCommand.d.ts +2 -1
  58. package/dist-types/commands/ListExportsCommand.d.ts +2 -1
  59. package/dist-types/commands/ListGeneratedTemplatesCommand.d.ts +2 -1
  60. package/dist-types/commands/ListImportsCommand.d.ts +2 -1
  61. package/dist-types/commands/ListResourceScanRelatedResourcesCommand.d.ts +2 -1
  62. package/dist-types/commands/ListResourceScanResourcesCommand.d.ts +2 -1
  63. package/dist-types/commands/ListResourceScansCommand.d.ts +2 -1
  64. package/dist-types/commands/ListStackInstanceResourceDriftsCommand.d.ts +2 -1
  65. package/dist-types/commands/ListStackInstancesCommand.d.ts +2 -1
  66. package/dist-types/commands/ListStackResourcesCommand.d.ts +2 -1
  67. package/dist-types/commands/ListStackSetAutoDeploymentTargetsCommand.d.ts +73 -0
  68. package/dist-types/commands/ListStackSetOperationResultsCommand.d.ts +2 -1
  69. package/dist-types/commands/ListStackSetOperationsCommand.d.ts +2 -1
  70. package/dist-types/commands/ListStackSetsCommand.d.ts +2 -1
  71. package/dist-types/commands/ListStacksCommand.d.ts +2 -1
  72. package/dist-types/commands/ListTypeRegistrationsCommand.d.ts +2 -1
  73. package/dist-types/commands/ListTypeVersionsCommand.d.ts +2 -1
  74. package/dist-types/commands/ListTypesCommand.d.ts +2 -1
  75. package/dist-types/commands/PublishTypeCommand.d.ts +2 -1
  76. package/dist-types/commands/RecordHandlerProgressCommand.d.ts +2 -1
  77. package/dist-types/commands/RegisterPublisherCommand.d.ts +2 -1
  78. package/dist-types/commands/RegisterTypeCommand.d.ts +4 -3
  79. package/dist-types/commands/RollbackStackCommand.d.ts +2 -1
  80. package/dist-types/commands/SetStackPolicyCommand.d.ts +2 -1
  81. package/dist-types/commands/SetTypeConfigurationCommand.d.ts +2 -1
  82. package/dist-types/commands/SetTypeDefaultVersionCommand.d.ts +4 -2
  83. package/dist-types/commands/SignalResourceCommand.d.ts +3 -2
  84. package/dist-types/commands/StartResourceScanCommand.d.ts +2 -1
  85. package/dist-types/commands/StopStackSetOperationCommand.d.ts +2 -1
  86. package/dist-types/commands/TestTypeCommand.d.ts +4 -3
  87. package/dist-types/commands/UpdateGeneratedTemplateCommand.d.ts +2 -1
  88. package/dist-types/commands/UpdateStackCommand.d.ts +2 -1
  89. package/dist-types/commands/UpdateStackInstancesCommand.d.ts +8 -7
  90. package/dist-types/commands/UpdateStackSetCommand.d.ts +2 -1
  91. package/dist-types/commands/UpdateTerminationProtectionCommand.d.ts +2 -1
  92. package/dist-types/commands/ValidateTemplateCommand.d.ts +2 -1
  93. package/dist-types/commands/index.d.ts +1 -0
  94. package/dist-types/models/models_0.d.ts +1103 -1062
  95. package/dist-types/models/models_1.d.ts +141 -96
  96. package/dist-types/protocols/Aws_query.d.ts +9 -0
  97. package/dist-types/ts3.4/CloudFormation.d.ts +52 -0
  98. package/dist-types/ts3.4/CloudFormationClient.d.ts +6 -0
  99. package/dist-types/ts3.4/commands/ActivateOrganizationsAccessCommand.d.ts +9 -0
  100. package/dist-types/ts3.4/commands/ActivateTypeCommand.d.ts +9 -0
  101. package/dist-types/ts3.4/commands/BatchDescribeTypeConfigurationsCommand.d.ts +9 -0
  102. package/dist-types/ts3.4/commands/CancelUpdateStackCommand.d.ts +9 -0
  103. package/dist-types/ts3.4/commands/ContinueUpdateRollbackCommand.d.ts +9 -0
  104. package/dist-types/ts3.4/commands/CreateChangeSetCommand.d.ts +9 -0
  105. package/dist-types/ts3.4/commands/CreateGeneratedTemplateCommand.d.ts +9 -0
  106. package/dist-types/ts3.4/commands/CreateStackCommand.d.ts +9 -0
  107. package/dist-types/ts3.4/commands/CreateStackInstancesCommand.d.ts +9 -0
  108. package/dist-types/ts3.4/commands/CreateStackSetCommand.d.ts +9 -0
  109. package/dist-types/ts3.4/commands/DeactivateOrganizationsAccessCommand.d.ts +9 -0
  110. package/dist-types/ts3.4/commands/DeactivateTypeCommand.d.ts +9 -0
  111. package/dist-types/ts3.4/commands/DeleteChangeSetCommand.d.ts +9 -0
  112. package/dist-types/ts3.4/commands/DeleteGeneratedTemplateCommand.d.ts +9 -0
  113. package/dist-types/ts3.4/commands/DeleteStackCommand.d.ts +9 -0
  114. package/dist-types/ts3.4/commands/DeleteStackInstancesCommand.d.ts +9 -0
  115. package/dist-types/ts3.4/commands/DeleteStackSetCommand.d.ts +9 -0
  116. package/dist-types/ts3.4/commands/DeregisterTypeCommand.d.ts +9 -0
  117. package/dist-types/ts3.4/commands/DescribeAccountLimitsCommand.d.ts +9 -0
  118. package/dist-types/ts3.4/commands/DescribeChangeSetCommand.d.ts +9 -0
  119. package/dist-types/ts3.4/commands/DescribeChangeSetHooksCommand.d.ts +9 -0
  120. package/dist-types/ts3.4/commands/DescribeGeneratedTemplateCommand.d.ts +9 -0
  121. package/dist-types/ts3.4/commands/DescribeOrganizationsAccessCommand.d.ts +9 -0
  122. package/dist-types/ts3.4/commands/DescribePublisherCommand.d.ts +9 -0
  123. package/dist-types/ts3.4/commands/DescribeResourceScanCommand.d.ts +9 -0
  124. package/dist-types/ts3.4/commands/DescribeStackDriftDetectionStatusCommand.d.ts +9 -0
  125. package/dist-types/ts3.4/commands/DescribeStackEventsCommand.d.ts +9 -0
  126. package/dist-types/ts3.4/commands/DescribeStackInstanceCommand.d.ts +9 -0
  127. package/dist-types/ts3.4/commands/DescribeStackResourceCommand.d.ts +9 -0
  128. package/dist-types/ts3.4/commands/DescribeStackResourceDriftsCommand.d.ts +9 -0
  129. package/dist-types/ts3.4/commands/DescribeStackResourcesCommand.d.ts +9 -0
  130. package/dist-types/ts3.4/commands/DescribeStackSetCommand.d.ts +9 -0
  131. package/dist-types/ts3.4/commands/DescribeStackSetOperationCommand.d.ts +9 -0
  132. package/dist-types/ts3.4/commands/DescribeStacksCommand.d.ts +9 -0
  133. package/dist-types/ts3.4/commands/DescribeTypeCommand.d.ts +9 -0
  134. package/dist-types/ts3.4/commands/DescribeTypeRegistrationCommand.d.ts +9 -0
  135. package/dist-types/ts3.4/commands/DetectStackDriftCommand.d.ts +9 -0
  136. package/dist-types/ts3.4/commands/DetectStackResourceDriftCommand.d.ts +9 -0
  137. package/dist-types/ts3.4/commands/DetectStackSetDriftCommand.d.ts +9 -0
  138. package/dist-types/ts3.4/commands/EstimateTemplateCostCommand.d.ts +9 -0
  139. package/dist-types/ts3.4/commands/ExecuteChangeSetCommand.d.ts +9 -0
  140. package/dist-types/ts3.4/commands/GetGeneratedTemplateCommand.d.ts +9 -0
  141. package/dist-types/ts3.4/commands/GetStackPolicyCommand.d.ts +9 -0
  142. package/dist-types/ts3.4/commands/GetTemplateCommand.d.ts +9 -0
  143. package/dist-types/ts3.4/commands/GetTemplateSummaryCommand.d.ts +9 -0
  144. package/dist-types/ts3.4/commands/ImportStacksToStackSetCommand.d.ts +9 -0
  145. package/dist-types/ts3.4/commands/ListChangeSetsCommand.d.ts +9 -0
  146. package/dist-types/ts3.4/commands/ListExportsCommand.d.ts +9 -0
  147. package/dist-types/ts3.4/commands/ListGeneratedTemplatesCommand.d.ts +9 -0
  148. package/dist-types/ts3.4/commands/ListImportsCommand.d.ts +9 -0
  149. package/dist-types/ts3.4/commands/ListResourceScanRelatedResourcesCommand.d.ts +9 -0
  150. package/dist-types/ts3.4/commands/ListResourceScanResourcesCommand.d.ts +9 -0
  151. package/dist-types/ts3.4/commands/ListResourceScansCommand.d.ts +9 -0
  152. package/dist-types/ts3.4/commands/ListStackInstanceResourceDriftsCommand.d.ts +9 -0
  153. package/dist-types/ts3.4/commands/ListStackInstancesCommand.d.ts +9 -0
  154. package/dist-types/ts3.4/commands/ListStackResourcesCommand.d.ts +9 -0
  155. package/dist-types/ts3.4/commands/ListStackSetAutoDeploymentTargetsCommand.d.ts +39 -0
  156. package/dist-types/ts3.4/commands/ListStackSetOperationResultsCommand.d.ts +9 -0
  157. package/dist-types/ts3.4/commands/ListStackSetOperationsCommand.d.ts +9 -0
  158. package/dist-types/ts3.4/commands/ListStackSetsCommand.d.ts +9 -0
  159. package/dist-types/ts3.4/commands/ListStacksCommand.d.ts +9 -0
  160. package/dist-types/ts3.4/commands/ListTypeRegistrationsCommand.d.ts +9 -0
  161. package/dist-types/ts3.4/commands/ListTypeVersionsCommand.d.ts +9 -0
  162. package/dist-types/ts3.4/commands/ListTypesCommand.d.ts +9 -0
  163. package/dist-types/ts3.4/commands/PublishTypeCommand.d.ts +9 -0
  164. package/dist-types/ts3.4/commands/RecordHandlerProgressCommand.d.ts +9 -0
  165. package/dist-types/ts3.4/commands/RegisterPublisherCommand.d.ts +9 -0
  166. package/dist-types/ts3.4/commands/RegisterTypeCommand.d.ts +9 -0
  167. package/dist-types/ts3.4/commands/RollbackStackCommand.d.ts +9 -0
  168. package/dist-types/ts3.4/commands/SetStackPolicyCommand.d.ts +9 -0
  169. package/dist-types/ts3.4/commands/SetTypeConfigurationCommand.d.ts +9 -0
  170. package/dist-types/ts3.4/commands/SetTypeDefaultVersionCommand.d.ts +11 -4
  171. package/dist-types/ts3.4/commands/SignalResourceCommand.d.ts +10 -1
  172. package/dist-types/ts3.4/commands/StartResourceScanCommand.d.ts +9 -0
  173. package/dist-types/ts3.4/commands/StopStackSetOperationCommand.d.ts +9 -0
  174. package/dist-types/ts3.4/commands/TestTypeCommand.d.ts +9 -0
  175. package/dist-types/ts3.4/commands/UpdateGeneratedTemplateCommand.d.ts +9 -0
  176. package/dist-types/ts3.4/commands/UpdateStackCommand.d.ts +9 -0
  177. package/dist-types/ts3.4/commands/UpdateStackInstancesCommand.d.ts +9 -0
  178. package/dist-types/ts3.4/commands/UpdateStackSetCommand.d.ts +9 -0
  179. package/dist-types/ts3.4/commands/UpdateTerminationProtectionCommand.d.ts +9 -0
  180. package/dist-types/ts3.4/commands/ValidateTemplateCommand.d.ts +9 -0
  181. package/dist-types/ts3.4/commands/index.d.ts +1 -0
  182. package/dist-types/ts3.4/models/models_0.d.ts +14 -13
  183. package/dist-types/ts3.4/models/models_1.d.ts +13 -0
  184. package/dist-types/ts3.4/protocols/Aws_query.d.ts +12 -0
  185. 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";