@aws-sdk/client-cloudformation 3.529.0 → 3.532.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.
@@ -27,8 +27,8 @@ declare const DescribeStackEventsCommand_base: {
27
27
  /**
28
28
  * @public
29
29
  * <p>Returns all stack related events for a specified stack in reverse chronological order. For more information
30
- * about a stack's event history, go to <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/concept-stack.html">Stacks</a> in the
31
- * <i>CloudFormation User Guide</i>.</p>
30
+ * about a stack's event history, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stack-resource-configuration-complete.html">CloudFormation stack creation
31
+ * events</a> in the <i>CloudFormation User Guide</i>.</p>
32
32
  * <note>
33
33
  * <p>You can list events for stacks that have failed to create or have been deleted by specifying the unique stack
34
34
  * identifier (stack ID).</p>
@@ -27,7 +27,8 @@ declare const DescribeStacksCommand_base: {
27
27
  /**
28
28
  * @public
29
29
  * <p>Returns the description for the specified stack; if no stack name was specified, then it returns the description
30
- * for all the stacks created.</p>
30
+ * for all the stacks created. For more information about a stack's event history, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stack-resource-configuration-complete.html">CloudFormation stack creation
31
+ * events</a> in the <i>CloudFormation User Guide</i>.</p>
31
32
  * <note>
32
33
  * <p>If the stack doesn't exist, a <code>ValidationError</code> is returned.</p>
33
34
  * </note>
@@ -691,7 +691,7 @@ export interface ResourceTargetDefinition {
691
691
  * causes the resource to be recreated. The value can be <code>Never</code>, <code>Always</code>, or
692
692
  * <code>Conditionally</code>. To determine the conditions for a <code>Conditionally</code> recreation, see the update
693
693
  * behavior for that <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-template-resource-type-ref.html">property</a> in the
694
- * CloudFormation User Guide.</p>
694
+ * <i>CloudFormation User Guide</i>.</p>
695
695
  */
696
696
  RequiresRecreation?: RequiresRecreation;
697
697
  }
@@ -1343,7 +1343,7 @@ export interface ResourceToImport {
1343
1343
  * @public
1344
1344
  * <p>The type of resource to import into your stack, such as <code>AWS::S3::Bucket</code>. For a list of supported
1345
1345
  * resource types, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/resource-import-supported-resources.html">Resources that support import
1346
- * operations</a> in the CloudFormation User Guide.</p>
1346
+ * operations</a> in the <i>CloudFormation User Guide</i>.</p>
1347
1347
  */
1348
1348
  ResourceType: string | undefined;
1349
1349
  /**
@@ -2631,7 +2631,7 @@ export interface CreateStackSetInput {
2631
2631
  * @public
2632
2632
  * <p>The structure that contains the template body, with a minimum length of 1 byte and a maximum length of 51,200
2633
2633
  * bytes. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-anatomy.html">Template Anatomy</a> in the
2634
- * CloudFormation User Guide.</p>
2634
+ * <i>CloudFormation User Guide</i>.</p>
2635
2635
  * <p>Conditional: You must specify either the TemplateBody or the TemplateURL parameter, but not both.</p>
2636
2636
  */
2637
2637
  TemplateBody?: string;
@@ -2640,7 +2640,7 @@ export interface CreateStackSetInput {
2640
2640
  * <p>The location of the file that contains the template body. The URL must point to a template (maximum size:
2641
2641
  * 460,800 bytes) that's located in an Amazon S3 bucket or a Systems Manager document. For more information, see
2642
2642
  * <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-anatomy.html">Template Anatomy</a>
2643
- * in the CloudFormation User Guide.</p>
2643
+ * in the <i>CloudFormation User Guide</i>.</p>
2644
2644
  * <p>Conditional: You must specify either the TemplateBody or the TemplateURL parameter, but not both.</p>
2645
2645
  */
2646
2646
  TemplateURL?: string;
@@ -4226,7 +4226,7 @@ export interface StackEvent {
4226
4226
  /**
4227
4227
  * @public
4228
4228
  * <p>Type of resource. (For more information, go to <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-template-resource-type-ref.html">Amazon Web Services Resource Types
4229
- * Reference</a> in the CloudFormation User Guide.)</p>
4229
+ * Reference</a> in the <i>CloudFormation User Guide</i>.)</p>
4230
4230
  */
4231
4231
  ResourceType?: string;
4232
4232
  /**
@@ -4414,13 +4414,6 @@ export interface StackInstanceComprehensiveStatus {
4414
4414
  * </li>
4415
4415
  * <li>
4416
4416
  * <p>
4417
- * <code>FAILED_IMPORT</code>: The import of the stack instance in the specified account and Region failed and
4418
- * left the stack in an unstable state. Once the issues causing the failure are fixed, the import operation can be
4419
- * retried. If enough stack set operations fail in enough accounts within a Region, the failure tolerance for the
4420
- * stack set operation as a whole might be exceeded.</p>
4421
- * </li>
4422
- * <li>
4423
- * <p>
4424
4417
  * <code>INOPERABLE</code>: A <code>DeleteStackInstances</code> operation has failed and left the stack in an
4425
4418
  * unstable state. Stacks in this state are excluded from further <code>UpdateStackSet</code> operations. You might
4426
4419
  * need to perform a <code>DeleteStackInstances</code> operation, with <code>RetainStacks</code> set to
@@ -4720,7 +4713,7 @@ export interface StackResourceDetail {
4720
4713
  /**
4721
4714
  * @public
4722
4715
  * <p>Type of resource. For more information, go to <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-template-resource-type-ref.html">Amazon Web Services Resource Types
4723
- * Reference</a> in the CloudFormation User Guide.</p>
4716
+ * Reference</a> in the <i>CloudFormation User Guide</i>.</p>
4724
4717
  */
4725
4718
  ResourceType: string | undefined;
4726
4719
  /**
@@ -4746,7 +4739,7 @@ export interface StackResourceDetail {
4746
4739
  /**
4747
4740
  * @public
4748
4741
  * <p>The content of the <code>Metadata</code> attribute declared for the resource. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-metadata.html">Metadata Attribute</a>
4749
- * in the CloudFormation User Guide.</p>
4742
+ * in the <i>CloudFormation User Guide</i>.</p>
4750
4743
  */
4751
4744
  Metadata?: string;
4752
4745
  /**
@@ -5086,7 +5079,7 @@ export interface StackResource {
5086
5079
  /**
5087
5080
  * @public
5088
5081
  * <p>Type of resource. For more information, go to <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-template-resource-type-ref.html">Amazon Web Services Resource Types
5089
- * Reference</a> in the CloudFormation User Guide.</p>
5082
+ * Reference</a> in the <i>CloudFormation User Guide</i>.</p>
5090
5083
  */
5091
5084
  ResourceType: string | undefined;
5092
5085
  /**
@@ -5868,7 +5861,7 @@ export interface StackSetOperation {
5868
5861
  * <p>
5869
5862
  * <code>QUEUED</code>: [Service-managed permissions] For automatic deployments that require a sequence of
5870
5863
  * operations, the operation is queued to be performed. For more information, see the <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-concepts.html#stackset-status-codes">stack set operation status
5871
- * codes</a> in the CloudFormation User Guide.</p>
5864
+ * codes</a> in the <i>CloudFormation User Guide</i>.</p>
5872
5865
  * </li>
5873
5866
  * <li>
5874
5867
  * <p>
@@ -5944,7 +5937,7 @@ export interface StackSetOperation {
5944
5937
  * <p>This information will only be present for stack set operations whose <code>Action</code> type is
5945
5938
  * <code>DETECT_DRIFT</code>.</p>
5946
5939
  * <p>For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-drift.html">Detecting Unmanaged Changes in Stack Sets</a> in
5947
- * the CloudFormation User Guide.</p>
5940
+ * the <i>CloudFormation User Guide</i>.</p>
5948
5941
  */
5949
5942
  StackSetDriftDetectionDetails?: StackSetDriftDetectionDetails;
5950
5943
  /**
@@ -7743,7 +7736,7 @@ export interface StackInstanceResourceDriftsSummary {
7743
7736
  /**
7744
7737
  * @public
7745
7738
  * <p>Type of resource. For more information, go to <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-template-resource-type-ref.html">Amazon Web Services Resource Types
7746
- * Reference</a> in the CloudFormation User Guide.</p>
7739
+ * Reference</a> in the <i>CloudFormation User Guide</i>.</p>
7747
7740
  */
7748
7741
  ResourceType: string | undefined;
7749
7742
  /**
@@ -8111,7 +8104,7 @@ export interface StackResourceSummary {
8111
8104
  /**
8112
8105
  * @public
8113
8106
  * <p>Type of resource. (For more information, go to <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-template-resource-type-ref.html">Amazon Web Services Resource Types
8114
- * Reference</a> in the CloudFormation User Guide.)</p>
8107
+ * Reference</a> in the <i>CloudFormation User Guide</i>.)</p>
8115
8108
  */
8116
8109
  ResourceType: string | undefined;
8117
8110
  /**
@@ -8563,7 +8556,7 @@ export interface StackSetOperationSummary {
8563
8556
  * <p>
8564
8557
  * <code>QUEUED</code>: [Service-managed permissions] For automatic deployments that require a sequence of
8565
8558
  * operations, the operation is queued to be performed. For more information, see the <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-concepts.html#stackset-status-codes">stack set operation status
8566
- * codes</a> in the CloudFormation User Guide.</p>
8559
+ * codes</a> in the <i>CloudFormation User Guide</i>.</p>
8567
8560
  * </li>
8568
8561
  * <li>
8569
8562
  * <p>
@@ -615,7 +615,7 @@ export interface UpdateStackSetInput {
615
615
  * @public
616
616
  * <p>The structure that contains the template body, with a minimum length of 1 byte and a maximum length of 51,200
617
617
  * bytes. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-anatomy.html">Template Anatomy</a> in the
618
- * CloudFormation User Guide.</p>
618
+ * <i>CloudFormation User Guide</i>.</p>
619
619
  * <p>Conditional: You must specify only one of the following parameters: <code>TemplateBody</code> or
620
620
  * <code>TemplateURL</code>—or set <code>UsePreviousTemplate</code> to true.</p>
621
621
  */
@@ -625,7 +625,7 @@ export interface UpdateStackSetInput {
625
625
  * <p>The location of the file that contains the template body. The URL must point to a template (maximum size:
626
626
  * 460,800 bytes) that is located in an Amazon S3 bucket or a Systems Manager document. For more information,
627
627
  * see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-anatomy.html">Template
628
- * Anatomy</a> in the CloudFormation User Guide.</p>
628
+ * Anatomy</a> in the <i>CloudFormation User Guide</i>.</p>
629
629
  * <p>Conditional: You must specify only one of the following parameters: <code>TemplateBody</code> or
630
630
  * <code>TemplateURL</code>—or set <code>UsePreviousTemplate</code> to true.</p>
631
631
  */
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-cloudformation",
3
3
  "description": "AWS SDK for JavaScript Cloudformation Client for Node.js, Browser and React Native",
4
- "version": "3.529.0",
4
+ "version": "3.532.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-cloudformation",
@@ -20,9 +20,9 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.529.0",
24
- "@aws-sdk/core": "3.529.0",
25
- "@aws-sdk/credential-provider-node": "3.529.0",
23
+ "@aws-sdk/client-sts": "3.529.1",
24
+ "@aws-sdk/core": "3.529.1",
25
+ "@aws-sdk/credential-provider-node": "3.529.1",
26
26
  "@aws-sdk/middleware-host-header": "3.523.0",
27
27
  "@aws-sdk/middleware-logger": "3.523.0",
28
28
  "@aws-sdk/middleware-recursion-detection": "3.523.0",