@cdk8s/awscdk-resolver 0.0.185 → 0.0.187

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 (85) hide show
  1. package/.jsii +3 -3
  2. package/lib/resolve.js +1 -1
  3. package/node_modules/@aws-sdk/client-cloudformation/README.md +2 -1
  4. package/node_modules/@aws-sdk/client-cloudformation/dist-types/CloudFormation.d.ts +2 -1
  5. package/node_modules/@aws-sdk/client-cloudformation/dist-types/CloudFormationClient.d.ts +2 -1
  6. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ActivateOrganizationsAccessCommand.d.ts +3 -3
  7. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ActivateTypeCommand.d.ts +4 -6
  8. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/BatchDescribeTypeConfigurationsCommand.d.ts +5 -4
  9. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CancelUpdateStackCommand.d.ts +2 -2
  10. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ContinueUpdateRollbackCommand.d.ts +10 -8
  11. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateChangeSetCommand.d.ts +19 -13
  12. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateGeneratedTemplateCommand.d.ts +3 -2
  13. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateStackCommand.d.ts +5 -2
  14. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateStackInstancesCommand.d.ts +4 -4
  15. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeactivateOrganizationsAccessCommand.d.ts +3 -2
  16. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeactivateTypeCommand.d.ts +6 -4
  17. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeleteChangeSetCommand.d.ts +6 -4
  18. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeleteStackCommand.d.ts +5 -2
  19. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeleteStackSetCommand.d.ts +2 -2
  20. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeregisterTypeCommand.d.ts +10 -8
  21. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeAccountLimitsCommand.d.ts +2 -3
  22. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeChangeSetCommand.d.ts +4 -3
  23. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeChangeSetHooksCommand.d.ts +2 -2
  24. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeGeneratedTemplateCommand.d.ts +4 -3
  25. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeOrganizationsAccessCommand.d.ts +4 -3
  26. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribePublisherCommand.d.ts +6 -5
  27. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackDriftDetectionStatusCommand.d.ts +11 -8
  28. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackEventsCommand.d.ts +5 -5
  29. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackInstanceCommand.d.ts +2 -2
  30. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackResourceCommand.d.ts +2 -2
  31. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackResourceDriftsCommand.d.ts +11 -7
  32. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackResourcesCommand.d.ts +14 -12
  33. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStacksCommand.d.ts +4 -3
  34. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeTypeCommand.d.ts +3 -2
  35. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeTypeRegistrationCommand.d.ts +7 -5
  36. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DetectStackDriftCommand.d.ts +21 -16
  37. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DetectStackResourceDriftCommand.d.ts +12 -9
  38. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DetectStackSetDriftCommand.d.ts +24 -18
  39. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/EstimateTemplateCostCommand.d.ts +3 -2
  40. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ExecuteChangeSetCommand.d.ts +9 -9
  41. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/GetGeneratedTemplateCommand.d.ts +4 -3
  42. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/GetStackPolicyCommand.d.ts +2 -2
  43. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/GetTemplateCommand.d.ts +4 -3
  44. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/GetTemplateSummaryCommand.d.ts +8 -7
  45. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ImportStacksToStackSetCommand.d.ts +4 -3
  46. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListChangeSetsCommand.d.ts +3 -2
  47. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListExportsCommand.d.ts +5 -5
  48. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListImportsCommand.d.ts +4 -4
  49. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListResourceScanRelatedResourcesCommand.d.ts +2 -2
  50. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListResourceScanResourcesCommand.d.ts +4 -3
  51. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListResourceScansCommand.d.ts +2 -1
  52. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackInstanceResourceDriftsCommand.d.ts +3 -2
  53. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackInstancesCommand.d.ts +3 -3
  54. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackResourcesCommand.d.ts +2 -2
  55. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackSetsCommand.d.ts +10 -8
  56. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStacksCommand.d.ts +4 -4
  57. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListTypesCommand.d.ts +2 -1
  58. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/PublishTypeCommand.d.ts +7 -5
  59. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/RecordHandlerProgressCommand.d.ts +2 -2
  60. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/RegisterPublisherCommand.d.ts +6 -4
  61. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/RegisterTypeCommand.d.ts +15 -10
  62. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/RollbackStackCommand.d.ts +8 -6
  63. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/SetTypeConfigurationCommand.d.ts +12 -7
  64. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/SetTypeDefaultVersionCommand.d.ts +2 -1
  65. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/SignalResourceCommand.d.ts +5 -4
  66. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/StartResourceScanCommand.d.ts +2 -2
  67. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/TestTypeCommand.d.ts +19 -16
  68. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateGeneratedTemplateCommand.d.ts +4 -3
  69. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateStackCommand.d.ts +7 -6
  70. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateStackInstancesCommand.d.ts +14 -12
  71. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateStackSetCommand.d.ts +6 -3
  72. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateTerminationProtectionCommand.d.ts +7 -6
  73. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ValidateTemplateCommand.d.ts +3 -3
  74. package/node_modules/@aws-sdk/client-cloudformation/dist-types/index.d.ts +2 -1
  75. package/node_modules/@aws-sdk/client-cloudformation/dist-types/models/models_0.d.ts +2118 -1689
  76. package/node_modules/@aws-sdk/client-cloudformation/dist-types/models/models_1.d.ts +425 -351
  77. package/node_modules/@aws-sdk/client-cloudformation/package.json +1 -1
  78. package/node_modules/tslib/modules/index.d.ts +1 -0
  79. package/node_modules/tslib/modules/index.js +2 -0
  80. package/node_modules/tslib/package.json +1 -1
  81. package/node_modules/tslib/tslib.d.ts +7 -0
  82. package/node_modules/tslib/tslib.es6.js +14 -0
  83. package/node_modules/tslib/tslib.es6.mjs +14 -0
  84. package/node_modules/tslib/tslib.js +46 -0
  85. package/package.json +8 -8
@@ -27,21 +27,23 @@ declare const DescribeStackResourcesCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Returns Amazon Web Services resource descriptions for running and deleted stacks. If <code>StackName</code> is
31
- * specified, all the associated resources that are part of the stack are returned. If <code>PhysicalResourceId</code>
32
- * is specified, the associated resources of the stack that the resource belongs to are returned.</p>
30
+ * <p>Returns Amazon Web Services resource descriptions for running and deleted stacks. If
31
+ * <code>StackName</code> is specified, all the associated resources that are part of the stack
32
+ * are returned. If <code>PhysicalResourceId</code> is specified, the associated resources of the
33
+ * stack that the resource belongs to are returned.</p>
33
34
  * <note>
34
- * <p>Only the first 100 resources will be returned. If your stack has more resources than this, you should use
35
- * <code>ListStackResources</code> instead.</p>
35
+ * <p>Only the first 100 resources will be returned. If your stack has more resources than
36
+ * this, you should use <code>ListStackResources</code> instead.</p>
36
37
  * </note>
37
- * <p>For deleted stacks, <code>DescribeStackResources</code> returns resource information for up to 90 days after the
38
- * stack has been deleted.</p>
39
- * <p>You must specify either <code>StackName</code> or <code>PhysicalResourceId</code>, but not both. In addition,
40
- * you can specify <code>LogicalResourceId</code> to filter the returned result. For more information about resources,
41
- * the <code>LogicalResourceId</code> and <code>PhysicalResourceId</code>, go to the <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/">CloudFormation User Guide</a>.</p>
38
+ * <p>For deleted stacks, <code>DescribeStackResources</code> returns resource information for
39
+ * up to 90 days after the stack has been deleted.</p>
40
+ * <p>You must specify either <code>StackName</code> or <code>PhysicalResourceId</code>, but not
41
+ * both. In addition, you can specify <code>LogicalResourceId</code> to filter the returned
42
+ * result. For more information about resources, the <code>LogicalResourceId</code> and
43
+ * <code>PhysicalResourceId</code>, see the <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/">CloudFormation User Guide</a>.</p>
42
44
  * <note>
43
- * <p>A <code>ValidationError</code> is returned if you specify both <code>StackName</code> and
44
- * <code>PhysicalResourceId</code> in the same request.</p>
45
+ * <p>A <code>ValidationError</code> is returned if you specify both <code>StackName</code>
46
+ * and <code>PhysicalResourceId</code> in the same request.</p>
45
47
  * </note>
46
48
  * @example
47
49
  * Use a bare-bones client and the command you need to make an API call.
@@ -27,9 +27,10 @@ declare const DescribeStacksCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Returns the description for the specified stack; if no stack name was specified, then it returns the description
31
- * 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
32
- * events</a> in the <i>CloudFormation User Guide</i>.</p>
30
+ * <p>Returns the description for the specified stack; if no stack name was specified, then it
31
+ * returns the description for all the stacks created. For more information about a stack's event
32
+ * history, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stack-resource-configuration-complete.html">Understand CloudFormation stack creation events</a> in the
33
+ * <i>CloudFormation User Guide</i>.</p>
33
34
  * <note>
34
35
  * <p>If the stack doesn't exist, a <code>ValidationError</code> is returned.</p>
35
36
  * </note>
@@ -28,8 +28,9 @@ declare const DescribeTypeCommand_base: {
28
28
  };
29
29
  /**
30
30
  * <p>Returns detailed information about an extension that has been registered.</p>
31
- * <p>If you specify a <code>VersionId</code>, <code>DescribeType</code> returns information about that specific
32
- * extension version. Otherwise, it returns information about the default extension version.</p>
31
+ * <p>If you specify a <code>VersionId</code>, <code>DescribeType</code> returns information
32
+ * about that specific extension version. Otherwise, it returns information about the default
33
+ * extension version.</p>
33
34
  * @example
34
35
  * Use a bare-bones client and the command you need to make an API call.
35
36
  * ```javascript
@@ -27,11 +27,13 @@ declare const DescribeTypeRegistrationCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Returns information about an extension's registration, including its current status and type and version
31
- * identifiers.</p>
32
- * <p>When you initiate a registration request using <a>RegisterType</a>, you can then use <a>DescribeTypeRegistration</a> to monitor the progress of that registration request.</p>
33
- * <p>Once the registration request has completed, use <a>DescribeType</a> to return detailed information
34
- * about an extension.</p>
30
+ * <p>Returns information about an extension's registration, including its current status and
31
+ * type and version identifiers.</p>
32
+ * <p>When you initiate a registration request using <a>RegisterType</a>, you can
33
+ * then use <a>DescribeTypeRegistration</a> to monitor the progress of that
34
+ * registration request.</p>
35
+ * <p>Once the registration request has completed, use <a>DescribeType</a> to return
36
+ * detailed information about an extension.</p>
35
37
  * @example
36
38
  * Use a bare-bones client and the command you need to make an API call.
37
39
  * ```javascript
@@ -27,23 +27,28 @@ declare const DetectStackDriftCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Detects whether a stack's actual configuration differs, or has <i>drifted</i>, from its expected
31
- * configuration, as defined in the stack template and any values specified as template parameters. For each resource in
32
- * the stack that supports drift detection, CloudFormation compares the actual configuration of the resource with its expected
33
- * template configuration. Only resource properties explicitly defined in the stack template are checked for drift. A
34
- * stack is considered to have drifted if one or more of its resources differ from their expected template
35
- * configurations. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-stack-drift.html">Detecting Unregulated Configuration Changes to
36
- * Stacks and Resources</a>.</p>
37
- * <p>Use <code>DetectStackDrift</code> to detect drift on all supported resources for a given stack, or <a>DetectStackResourceDrift</a> to detect drift on individual resources.</p>
38
- * <p>For a list of stack resources that currently support drift detection, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-stack-drift-resource-list.html">Resources that Support Drift
39
- * Detection</a>.</p>
30
+ * <p>Detects whether a stack's actual configuration differs, or has
31
+ * <i>drifted</i>, from its expected configuration, as defined in the stack
32
+ * template and any values specified as template parameters. For each resource in the stack that
33
+ * supports drift detection, CloudFormation compares the actual configuration of the resource with
34
+ * its expected template configuration. Only resource properties explicitly defined in the stack
35
+ * template are checked for drift. A stack is considered to have drifted if one or more of its
36
+ * resources differ from their expected template configurations. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-stack-drift.html">Detect unmanaged configuration changes to stacks and resources with drift
37
+ * detection</a>.</p>
38
+ * <p>Use <code>DetectStackDrift</code> to detect drift on all supported resources for a given
39
+ * stack, or <a>DetectStackResourceDrift</a> to detect drift on individual
40
+ * resources.</p>
41
+ * <p>For a list of stack resources that currently support drift detection, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/resource-import-supported-resources.html">Resource
42
+ * type support for imports and drift detection</a>.</p>
40
43
  * <p>
41
- * <code>DetectStackDrift</code> can take up to several minutes, depending on the number of resources contained
42
- * within the stack. Use <a>DescribeStackDriftDetectionStatus</a> to monitor the progress of a detect stack
43
- * drift operation. Once the drift detection operation has completed, use <a>DescribeStackResourceDrifts</a>
44
- * to return drift information about the stack and its resources.</p>
45
- * <p>When detecting drift on a stack, CloudFormation doesn't detect drift on any nested stacks belonging to that stack.
46
- * Perform <code>DetectStackDrift</code> directly on the nested stack itself.</p>
44
+ * <code>DetectStackDrift</code> can take up to several minutes, depending on the number of
45
+ * resources contained within the stack. Use <a>DescribeStackDriftDetectionStatus</a>
46
+ * to monitor the progress of a detect stack drift operation. Once the drift detection operation
47
+ * has completed, use <a>DescribeStackResourceDrifts</a> to return drift information
48
+ * about the stack and its resources.</p>
49
+ * <p>When detecting drift on a stack, CloudFormation doesn't detect drift on any nested stacks
50
+ * belonging to that stack. Perform <code>DetectStackDrift</code> directly on the nested stack
51
+ * itself.</p>
47
52
  * @example
48
53
  * Use a bare-bones client and the command you need to make an API call.
49
54
  * ```javascript
@@ -28,15 +28,18 @@ declare const DetectStackResourceDriftCommand_base: {
28
28
  };
29
29
  /**
30
30
  * <p>Returns information about whether a resource's actual configuration differs, or has
31
- * <i>drifted</i>, from its expected configuration, as defined in the stack template and any values
32
- * specified as template parameters. This information includes actual and expected property values for resources in
33
- * which CloudFormation detects drift. Only resource properties explicitly defined in the stack template are checked for drift.
34
- * For more information about stack and resource drift, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-stack-drift.html">Detecting Unregulated Configuration Changes to
35
- * Stacks and Resources</a>.</p>
36
- * <p>Use <code>DetectStackResourceDrift</code> to detect drift on individual resources, or <a>DetectStackDrift</a> to detect drift on all resources in a given stack that support drift detection.</p>
37
- * <p>Resources that don't currently support drift detection can't be checked. For a list of resources that support
38
- * drift detection, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-stack-drift-resource-list.html">Resources that Support Drift
39
- * Detection</a>.</p>
31
+ * <i>drifted</i>, from its expected configuration, as defined in the stack
32
+ * template and any values specified as template parameters. This information includes actual and
33
+ * expected property values for resources in which CloudFormation detects drift. Only resource
34
+ * properties explicitly defined in the stack template are checked for drift. For more
35
+ * information about stack and resource drift, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-stack-drift.html">Detect unmanaged
36
+ * configuration changes to stacks and resources with drift detection</a>.</p>
37
+ * <p>Use <code>DetectStackResourceDrift</code> to detect drift on individual resources, or
38
+ * <a>DetectStackDrift</a> to detect drift on all resources in a given stack that
39
+ * support drift detection.</p>
40
+ * <p>Resources that don't currently support drift detection can't be checked. For a list of
41
+ * resources that support drift detection, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/resource-import-supported-resources.html">Resource
42
+ * type support for imports and drift detection</a>.</p>
40
43
  * @example
41
44
  * Use a bare-bones client and the command you need to make an API call.
42
45
  * ```javascript
@@ -27,33 +27,39 @@ declare const DetectStackSetDriftCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Detect drift on a stack set. When CloudFormation performs drift detection on a stack set, it performs drift
31
- * detection on the stack associated with each stack instance in the stack set. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-drift.html">How CloudFormation performs drift
32
- * detection on a stack set</a>.</p>
30
+ * <p>Detect drift on a stack set. When CloudFormation performs drift detection on a stack set, it
31
+ * performs drift detection on the stack associated with each stack instance in the stack set.
32
+ * For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-drift.html">How CloudFormation performs drift
33
+ * detection on a stack set</a>.</p>
33
34
  * <p>
34
- * <code>DetectStackSetDrift</code> returns the <code>OperationId</code> of the stack set drift detection
35
- * operation. Use this operation id with <a>DescribeStackSetOperation</a> to monitor the progress of the
36
- * drift detection operation. The drift detection operation may take some time, depending on the number of stack
37
- * instances included in the stack set, in addition to the number of resources included in each stack.</p>
38
- * <p>Once the operation has completed, use the following actions to return drift information:</p>
35
+ * <code>DetectStackSetDrift</code> returns the <code>OperationId</code> of the stack set
36
+ * drift detection operation. Use this operation id with <a>DescribeStackSetOperation</a> to monitor the progress of the drift detection
37
+ * operation. The drift detection operation may take some time, depending on the number of stack
38
+ * instances included in the stack set, in addition to the number of resources included in each
39
+ * stack.</p>
40
+ * <p>Once the operation has completed, use the following actions to return drift
41
+ * information:</p>
39
42
  * <ul>
40
43
  * <li>
41
- * <p>Use <a>DescribeStackSet</a> to return detailed information about the stack set, including detailed
42
- * information about the last <i>completed</i> drift operation performed on the stack set. (Information
43
- * about drift operations that are in progress isn't included.)</p>
44
+ * <p>Use <a>DescribeStackSet</a> to return detailed information about the stack
45
+ * set, including detailed information about the last <i>completed</i> drift
46
+ * operation performed on the stack set. (Information about drift operations that are in
47
+ * progress isn't included.)</p>
44
48
  * </li>
45
49
  * <li>
46
- * <p>Use <a>ListStackInstances</a> to return a list of stack instances belonging to the stack set,
47
- * including the drift status and last drift time checked of each instance.</p>
50
+ * <p>Use <a>ListStackInstances</a> to return a list of stack instances belonging
51
+ * to the stack set, including the drift status and last drift time checked of each
52
+ * instance.</p>
48
53
  * </li>
49
54
  * <li>
50
- * <p>Use <a>DescribeStackInstance</a> to return detailed information about a specific stack instance,
51
- * including its drift status and last drift time checked.</p>
55
+ * <p>Use <a>DescribeStackInstance</a> to return detailed information about a
56
+ * specific stack instance, including its drift status and last drift time checked.</p>
52
57
  * </li>
53
58
  * </ul>
54
- * <p>For more information about performing a drift detection operation on a stack set, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-drift.html">Detecting unmanaged changes in
55
- * stack sets</a>.</p>
56
- * <p>You can only run a single drift detection operation on a given stack set at one time.</p>
59
+ * <p>For more information about performing a drift detection operation on a stack set, see
60
+ * <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-drift.html">Detecting unmanaged changes in stack sets</a>.</p>
61
+ * <p>You can only run a single drift detection operation on a given stack set at one
62
+ * time.</p>
57
63
  * <p>To stop a drift detection stack set operation, use <a>StopStackSetOperation</a>.</p>
58
64
  * @example
59
65
  * Use a bare-bones client and the command you need to make an API call.
@@ -27,8 +27,9 @@ declare const EstimateTemplateCostCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Returns the estimated monthly cost of a template. The return value is an Amazon Web Services Simple Monthly
31
- * Calculator URL with a query string that describes the resources required to run the template.</p>
30
+ * <p>Returns the estimated monthly cost of a template. The return value is an Amazon Web Services Simple
31
+ * Monthly Calculator URL with a query string that describes the resources required to run the
32
+ * template.</p>
32
33
  * @example
33
34
  * Use a bare-bones client and the command you need to make an API call.
34
35
  * ```javascript
@@ -27,15 +27,15 @@ declare const ExecuteChangeSetCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Updates a stack using the input information that was provided when the specified change set was created. After
31
- * the call successfully completes, CloudFormation starts updating the stack. Use the <a>DescribeStacks</a> action to
32
- * view the status of the update.</p>
33
- * <p>When you execute a change set, CloudFormation deletes all other change sets associated with the stack because they aren't
34
- * valid for the updated stack.</p>
35
- * <p>If a stack policy is associated with the stack, CloudFormation enforces the policy during the update. You can't specify a
36
- * temporary stack policy that overrides the current policy.</p>
37
- * <p>To create a change set for the entire stack hierarchy, <code>IncludeNestedStacks</code> must have been set to
38
- * <code>True</code>.</p>
30
+ * <p>Updates a stack using the input information that was provided when the specified change
31
+ * set was created. After the call successfully completes, CloudFormation starts updating the stack.
32
+ * Use the <a>DescribeStacks</a> action to view the status of the update.</p>
33
+ * <p>When you execute a change set, CloudFormation deletes all other change sets associated with
34
+ * the stack because they aren't valid for the updated stack.</p>
35
+ * <p>If a stack policy is associated with the stack, CloudFormation enforces the policy during the
36
+ * update. You can't specify a temporary stack policy that overrides the current policy.</p>
37
+ * <p>To create a change set for the entire stack hierarchy, <code>IncludeNestedStacks</code>
38
+ * must have been set to <code>True</code>.</p>
39
39
  * @example
40
40
  * Use a bare-bones client and the command you need to make an API call.
41
41
  * ```javascript
@@ -27,9 +27,10 @@ declare const GetGeneratedTemplateCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Retrieves a generated template. If the template is in an <code>InProgress</code> or <code>Pending</code> status
31
- * then the template returned will be the template when the template was last in a <code>Complete</code> status. If the
32
- * template has not yet been in a <code>Complete</code> status then an empty template will be returned.</p>
30
+ * <p>Retrieves a generated template. If the template is in an <code>InProgress</code> or
31
+ * <code>Pending</code> status then the template returned will be the template when the
32
+ * template was last in a <code>Complete</code> status. If the template has not yet been in a
33
+ * <code>Complete</code> status then an empty template will be returned.</p>
33
34
  * @example
34
35
  * Use a bare-bones client and the command you need to make an API call.
35
36
  * ```javascript
@@ -27,8 +27,8 @@ declare const GetStackPolicyCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Returns the stack policy for a specified stack. If a stack doesn't have a policy, a null value is
31
- * returned.</p>
30
+ * <p>Returns the stack policy for a specified stack. If a stack doesn't have a policy, a null
31
+ * value is returned.</p>
32
32
  * @example
33
33
  * Use a bare-bones client and the command you need to make an API call.
34
34
  * ```javascript
@@ -27,9 +27,10 @@ declare const GetTemplateCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Returns the template body for a specified stack. You can get the template for running or deleted stacks.</p>
31
- * <p>For deleted stacks, <code>GetTemplate</code> returns the template for up to 90 days after the stack has been
32
- * deleted.</p>
30
+ * <p>Returns the template body for a specified stack. You can get the template for running or
31
+ * deleted stacks.</p>
32
+ * <p>For deleted stacks, <code>GetTemplate</code> returns the template for up to 90 days after
33
+ * the stack has been deleted.</p>
33
34
  * <note>
34
35
  * <p>If the template doesn't exist, a <code>ValidationError</code> is returned.</p>
35
36
  * </note>
@@ -27,13 +27,14 @@ declare const GetTemplateSummaryCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Returns information about a new or existing template. The <code>GetTemplateSummary</code> action is useful for
31
- * viewing parameter information, such as default parameter values and parameter types, before you create or update a
32
- * stack or stack set.</p>
33
- * <p>You can use the <code>GetTemplateSummary</code> action when you submit a template, or you can get template
34
- * information for a stack set, or a running or deleted stack.</p>
35
- * <p>For deleted stacks, <code>GetTemplateSummary</code> returns the template information for up to 90 days after the
36
- * stack has been deleted. If the template doesn't exist, a <code>ValidationError</code> is returned.</p>
30
+ * <p>Returns information about a new or existing template. The <code>GetTemplateSummary</code>
31
+ * action is useful for viewing parameter information, such as default parameter values and
32
+ * parameter types, before you create or update a stack or stack set.</p>
33
+ * <p>You can use the <code>GetTemplateSummary</code> action when you submit a template, or you
34
+ * can get template information for a stack set, or a running or deleted stack.</p>
35
+ * <p>For deleted stacks, <code>GetTemplateSummary</code> returns the template information for
36
+ * up to 90 days after the stack has been deleted. If the template doesn't exist, a
37
+ * <code>ValidationError</code> is returned.</p>
37
38
  * @example
38
39
  * Use a bare-bones client and the command you need to make an API call.
39
40
  * ```javascript
@@ -27,9 +27,10 @@ declare const ImportStacksToStackSetCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Import existing stacks into a new stack sets. Use the stack import operation to import up to 10 stacks into a
31
- * new stack set in the same account as the source stack or in a different administrator account and Region, by
32
- * specifying the stack ID of the stack you intend to import.</p>
30
+ * <p>Import existing stacks into a new stack sets. Use the stack import operation to import up
31
+ * to 10 stacks into a new stack set in the same account as the source stack or in a different
32
+ * administrator account and Region, by specifying the stack ID of the stack you intend to
33
+ * import.</p>
33
34
  * @example
34
35
  * Use a bare-bones client and the command you need to make an API call.
35
36
  * ```javascript
@@ -27,8 +27,9 @@ declare const ListChangeSetsCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Returns the ID and status of each active change set for a stack. For example, CloudFormation lists change sets that are
31
- * in the <code>CREATE_IN_PROGRESS</code> or <code>CREATE_PENDING</code> state.</p>
30
+ * <p>Returns the ID and status of each active change set for a stack. For example, CloudFormation
31
+ * lists change sets that are in the <code>CREATE_IN_PROGRESS</code> or
32
+ * <code>CREATE_PENDING</code> state.</p>
32
33
  * @example
33
34
  * Use a bare-bones client and the command you need to make an API call.
34
35
  * ```javascript
@@ -27,11 +27,11 @@ declare const ListExportsCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Lists all exported output values in the account and Region in which you call this action. Use this action to see
31
- * the exported output values that you can import into other stacks. To import values, use the <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/intrinsic-function-reference-importvalue.html">
32
- * Fn::ImportValue</a> function.</p>
33
- * <p>For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-stack-exports.html"> CloudFormation export stack output
34
- * values</a>.</p>
30
+ * <p>Lists all exported output values in the account and Region in which you call this action.
31
+ * Use this action to see the exported output values that you can import into other stacks. To
32
+ * import values, use the <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/intrinsic-function-reference-importvalue.html">
33
+ * Fn::ImportValue</a> function.</p>
34
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-stack-exports.html">Get exported outputs from a deployed CloudFormation stack</a>.</p>
35
35
  * @example
36
36
  * Use a bare-bones client and the command you need to make an API call.
37
37
  * ```javascript
@@ -27,10 +27,10 @@ declare const ListImportsCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Lists all stacks that are importing an exported output value. To modify or remove an exported output value,
31
- * first use this action to see which stacks are using it. To see the exported output values in your account, see <a>ListExports</a>.</p>
32
- * <p>For more information about importing an exported output value, see the <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/intrinsic-function-reference-importvalue.html">Fn::ImportValue</a>
33
- * function.</p>
30
+ * <p>Lists all stacks that are importing an exported output value. To modify or remove an
31
+ * exported output value, first use this action to see which stacks are using it. To see the
32
+ * exported output values in your account, see <a>ListExports</a>.</p>
33
+ * <p>For more information about importing an exported output value, see the <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/intrinsic-function-reference-importvalue.html">Fn::ImportValue</a> function.</p>
34
34
  * @example
35
35
  * Use a bare-bones client and the command you need to make an API call.
36
36
  * ```javascript
@@ -27,8 +27,8 @@ declare const ListResourceScanRelatedResourcesCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Lists the related resources for a list of resources from a resource scan. The response indicates whether each
31
- * returned resource is already managed by CloudFormation.</p>
30
+ * <p>Lists the related resources for a list of resources from a resource scan. The response
31
+ * indicates whether each returned resource is already managed by CloudFormation.</p>
32
32
  * @example
33
33
  * Use a bare-bones client and the command you need to make an API call.
34
34
  * ```javascript
@@ -27,9 +27,10 @@ declare const ListResourceScanResourcesCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Lists the resources from a resource scan. The results can be filtered by resource identifier, resource type
31
- * prefix, tag key, and tag value. Only resources that match all specified filters are returned. The response indicates
32
- * whether each returned resource is already managed by CloudFormation.</p>
30
+ * <p>Lists the resources from a resource scan. The results can be filtered by resource
31
+ * identifier, resource type prefix, tag key, and tag value. Only resources that match all
32
+ * specified filters are returned. The response indicates whether each returned resource is
33
+ * already managed by CloudFormation.</p>
33
34
  * @example
34
35
  * Use a bare-bones client and the command you need to make an API call.
35
36
  * ```javascript
@@ -27,7 +27,8 @@ declare const ListResourceScansCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>List the resource scans from newest to oldest. By default it will return up to 10 resource scans.</p>
30
+ * <p>List the resource scans from newest to oldest. By default it will return up to 10 resource
31
+ * scans.</p>
31
32
  * @example
32
33
  * Use a bare-bones client and the command you need to make an API call.
33
34
  * ```javascript
@@ -30,8 +30,9 @@ declare const ListStackInstanceResourceDriftsCommand_base: {
30
30
  * <p>Returns drift information for resources in a stack instance.</p>
31
31
  * <note>
32
32
  * <p>
33
- * <code>ListStackInstanceResourceDrifts</code> returns drift information for the most recent drift detection
34
- * operation. If an operation is in progress, it may only return partial results.</p>
33
+ * <code>ListStackInstanceResourceDrifts</code> returns drift information for the most
34
+ * recent drift detection operation. If an operation is in progress, it may only return partial
35
+ * results.</p>
35
36
  * </note>
36
37
  * @example
37
38
  * Use a bare-bones client and the command you need to make an API call.
@@ -27,9 +27,9 @@ declare const ListStackInstancesCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Returns summary information about stack instances that are associated with the specified stack set. You can
31
- * filter for stack instances that are associated with a specific Amazon Web Services account name or Region, or that
32
- * have a specific status.</p>
30
+ * <p>Returns summary information about stack instances that are associated with the specified
31
+ * stack set. You can filter for stack instances that are associated with a specific
32
+ * Amazon Web Services account name or Region, or that have a specific status.</p>
33
33
  * @example
34
34
  * Use a bare-bones client and the command you need to make an API call.
35
35
  * ```javascript
@@ -28,8 +28,8 @@ declare const ListStackResourcesCommand_base: {
28
28
  };
29
29
  /**
30
30
  * <p>Returns descriptions of all resources of the specified stack.</p>
31
- * <p>For deleted stacks, ListStackResources returns resource information for up to 90 days after the stack has been
32
- * deleted.</p>
31
+ * <p>For deleted stacks, ListStackResources returns resource information for up to 90 days
32
+ * after the stack has been deleted.</p>
33
33
  * @example
34
34
  * Use a bare-bones client and the command you need to make an API call.
35
35
  * ```javascript
@@ -30,18 +30,20 @@ declare const ListStackSetsCommand_base: {
30
30
  * <p>Returns summary information about stack sets that are associated with the user.</p>
31
31
  * <ul>
32
32
  * <li>
33
- * <p>[Self-managed permissions] If you set the <code>CallAs</code> parameter to <code>SELF</code> while signed in
34
- * to your Amazon Web Services account, <code>ListStackSets</code> returns all self-managed stack sets in your Amazon Web Services account.</p>
33
+ * <p>[Self-managed permissions] If you set the <code>CallAs</code> parameter to
34
+ * <code>SELF</code> while signed in to your Amazon Web Services account, <code>ListStackSets</code>
35
+ * returns all self-managed stack sets in your Amazon Web Services account.</p>
35
36
  * </li>
36
37
  * <li>
37
- * <p>[Service-managed permissions] If you set the <code>CallAs</code> parameter to <code>SELF</code> while signed
38
- * in to the organization's management account, <code>ListStackSets</code> returns all stack sets in the
39
- * management account.</p>
38
+ * <p>[Service-managed permissions] If you set the <code>CallAs</code> parameter to
39
+ * <code>SELF</code> while signed in to the organization's management account,
40
+ * <code>ListStackSets</code> returns all stack sets in the management account.</p>
40
41
  * </li>
41
42
  * <li>
42
- * <p>[Service-managed permissions] If you set the <code>CallAs</code> parameter to <code>DELEGATED_ADMIN</code>
43
- * while signed in to your member account, <code>ListStackSets</code> returns all stack sets with service-managed
44
- * permissions in the management account.</p>
43
+ * <p>[Service-managed permissions] If you set the <code>CallAs</code> parameter to
44
+ * <code>DELEGATED_ADMIN</code> while signed in to your member account,
45
+ * <code>ListStackSets</code> returns all stack sets with service-managed permissions in
46
+ * the management account.</p>
45
47
  * </li>
46
48
  * </ul>
47
49
  * @example
@@ -27,10 +27,10 @@ declare const ListStacksCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Returns the summary information for stacks whose status matches the specified StackStatusFilter. Summary
31
- * information for stacks that have been deleted is kept for 90 days after the stack is deleted. If no StackStatusFilter
32
- * is specified, summary information for all stacks is returned (including existing stacks and stacks that have been
33
- * deleted).</p>
30
+ * <p>Returns the summary information for stacks whose status matches the specified
31
+ * StackStatusFilter. Summary information for stacks that have been deleted is kept for 90 days
32
+ * after the stack is deleted. If no StackStatusFilter is specified, summary information for all
33
+ * stacks is returned (including existing stacks and stacks that have been deleted).</p>
34
34
  * @example
35
35
  * Use a bare-bones client and the command you need to make an API call.
36
36
  * ```javascript
@@ -27,7 +27,8 @@ declare const ListTypesCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Returns summary information about extension that have been registered with CloudFormation.</p>
30
+ * <p>Returns summary information about extension that have been registered with
31
+ * CloudFormation.</p>
31
32
  * @example
32
33
  * Use a bare-bones client and the command you need to make an API call.
33
34
  * ```javascript
@@ -27,11 +27,13 @@ declare const PublishTypeCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Publishes the specified extension to the CloudFormation registry as a public extension in this Region. Public
31
- * extensions are available for use by all CloudFormation users. For more information about publishing extensions, see
32
- * <a href="https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/publish-extension.html">Publishing extensions to
33
- * make them available for public use</a> in the <i>CloudFormation CLI User Guide</i>.</p>
34
- * <p>To publish an extension, you must be registered as a publisher with CloudFormation. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_RegisterPublisher.html">RegisterPublisher</a>.</p>
30
+ * <p>Publishes the specified extension to the CloudFormation registry as a public extension in this
31
+ * Region. Public extensions are available for use by all CloudFormation users. For more information
32
+ * about publishing extensions, see <a href="https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/publish-extension.html">Publishing extensions to
33
+ * make them available for public use</a> in the
34
+ * <i>CloudFormation Command Line Interface (CLI) User Guide</i>.</p>
35
+ * <p>To publish an extension, you must be registered as a publisher with CloudFormation. For more
36
+ * information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_RegisterPublisher.html">RegisterPublisher</a>.</p>
35
37
  * @example
36
38
  * Use a bare-bones client and the command you need to make an API call.
37
39
  * ```javascript
@@ -28,8 +28,8 @@ declare const RecordHandlerProgressCommand_base: {
28
28
  };
29
29
  /**
30
30
  * <p>Reports progress of a resource handler to CloudFormation.</p>
31
- * <p>Reserved for use by the <a href="https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/what-is-cloudformation-cli.html">CloudFormation CLI</a>. Don't use this API
32
- * in your code.</p>
31
+ * <p>Reserved for use by the <a href="https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/what-is-cloudformation-cli.html">CloudFormation
32
+ * CLI</a>. Don't use this API in your code.</p>
33
33
  * @example
34
34
  * Use a bare-bones client and the command you need to make an API call.
35
35
  * ```javascript