@cdk8s/awscdk-resolver 0.0.66 → 0.0.67

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 (62) hide show
  1. package/.jsii +2 -2
  2. package/lib/resolve.js +1 -1
  3. package/node_modules/@aws-sdk/client-cloudformation/README.md +11 -9
  4. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/index.js +15 -0
  5. package/node_modules/@aws-sdk/client-cloudformation/dist-es/models/models_0.js +5 -13
  6. package/node_modules/@aws-sdk/client-cloudformation/dist-es/models/models_1.js +14 -1
  7. package/node_modules/@aws-sdk/client-cloudformation/dist-es/protocols/Aws_query.js +8 -1
  8. package/node_modules/@aws-sdk/client-cloudformation/dist-types/CloudFormation.d.ts +11 -9
  9. package/node_modules/@aws-sdk/client-cloudformation/dist-types/CloudFormationClient.d.ts +11 -9
  10. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ActivateOrganizationsAccessCommand.d.ts +3 -3
  11. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ActivateTypeCommand.d.ts +4 -4
  12. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/BatchDescribeTypeConfigurationsCommand.d.ts +3 -2
  13. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ContinueUpdateRollbackCommand.d.ts +6 -7
  14. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateChangeSetCommand.d.ts +9 -12
  15. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateGeneratedTemplateCommand.d.ts +1 -1
  16. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateStackCommand.d.ts +1 -1
  17. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateStackInstancesCommand.d.ts +3 -3
  18. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateStackSetCommand.d.ts +1 -1
  19. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeactivateOrganizationsAccessCommand.d.ts +2 -3
  20. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeactivateTypeCommand.d.ts +3 -4
  21. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeleteChangeSetCommand.d.ts +1 -1
  22. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeregisterTypeCommand.d.ts +5 -4
  23. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeAccountLimitsCommand.d.ts +3 -3
  24. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeChangeSetCommand.d.ts +3 -3
  25. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeChangeSetHooksCommand.d.ts +3 -3
  26. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeOrganizationsAccessCommand.d.ts +3 -4
  27. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribePublisherCommand.d.ts +6 -4
  28. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackDriftDetectionStatusCommand.d.ts +4 -5
  29. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackEventsCommand.d.ts +1 -0
  30. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackInstanceCommand.d.ts +2 -2
  31. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackResourcesCommand.d.ts +2 -2
  32. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStacksCommand.d.ts +1 -0
  33. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DetectStackDriftCommand.d.ts +2 -2
  34. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DetectStackResourceDriftCommand.d.ts +2 -2
  35. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DetectStackSetDriftCommand.d.ts +4 -4
  36. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ExecuteChangeSetCommand.d.ts +9 -8
  37. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/GetTemplateCommand.d.ts +1 -1
  38. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ImportStacksToStackSetCommand.d.ts +1 -1
  39. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListChangeSetsCommand.d.ts +2 -2
  40. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListExportsCommand.d.ts +3 -3
  41. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackInstanceResourceDriftsCommand.d.ts +2 -3
  42. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackInstancesCommand.d.ts +1 -1
  43. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/PublishTypeCommand.d.ts +7 -6
  44. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/RecordHandlerProgressCommand.d.ts +6 -6
  45. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/RegisterPublisherCommand.d.ts +4 -4
  46. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/RegisterTypeCommand.d.ts +10 -6
  47. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/RollbackStackCommand.d.ts +1 -1
  48. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/SetTypeConfigurationCommand.d.ts +6 -6
  49. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/SignalResourceCommand.d.ts +3 -3
  50. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/StopStackSetOperationCommand.d.ts +2 -3
  51. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/TestTypeCommand.d.ts +12 -8
  52. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateGeneratedTemplateCommand.d.ts +1 -1
  53. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateStackInstancesCommand.d.ts +9 -3
  54. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateTerminationProtectionCommand.d.ts +2 -2
  55. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ValidateTemplateCommand.d.ts +3 -3
  56. package/node_modules/@aws-sdk/client-cloudformation/dist-types/index.d.ts +11 -9
  57. package/node_modules/@aws-sdk/client-cloudformation/dist-types/models/models_0.d.ts +1083 -1066
  58. package/node_modules/@aws-sdk/client-cloudformation/dist-types/models/models_1.d.ts +201 -149
  59. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/models/models_0.d.ts +9 -11
  60. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/models/models_1.d.ts +13 -0
  61. package/node_modules/@aws-sdk/client-cloudformation/package.json +1 -1
  62. package/package.json +4 -4
@@ -30,12 +30,11 @@ declare const DescribeStackDriftDetectionStatusCommand_base: {
30
30
  * stack's actual configuration differs, or has <i>drifted</i>, from its expected configuration, as
31
31
  * defined in the stack template and any values specified as template parameters. A stack is considered to have drifted
32
32
  * if one or more of its resources have drifted. 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
33
- * Configuration Changes to Stacks and Resources</a>.</p>
33
+ * Configuration Changes to Stacks and Resources</a>.</p>
34
34
  * <p>Use <a>DetectStackDrift</a> to initiate a stack drift detection operation.
35
- * <code>DetectStackDrift</code> returns a <code>StackDriftDetectionId</code> you can use to monitor the progress of
36
- * the operation using <code>DescribeStackDriftDetectionStatus</code>. Once the drift detection operation has completed,
37
- * use <a>DescribeStackResourceDrifts</a> to return drift information about the stack and its
38
- * resources.</p>
35
+ * <code>DetectStackDrift</code> returns a <code>StackDriftDetectionId</code> you can use to monitor the progress of the
36
+ * operation using <code>DescribeStackDriftDetectionStatus</code>. Once the drift detection operation has completed, use
37
+ * <a>DescribeStackResourceDrifts</a> to return drift information about the stack and its resources.</p>
39
38
  * @example
40
39
  * Use a bare-bones client and the command you need to make an API call.
41
40
  * ```javascript
@@ -64,6 +64,7 @@ declare const DescribeStackEventsCommand_base: {
64
64
  * // HookStatusReason: "STRING_VALUE",
65
65
  * // HookInvocationPoint: "PRE_PROVISION",
66
66
  * // HookFailureMode: "FAIL" || "WARN",
67
+ * // DetailedStatus: "CONFIGURATION_COMPLETE" || "VALIDATION_FAILED",
67
68
  * // },
68
69
  * // ],
69
70
  * // NextToken: "STRING_VALUE",
@@ -27,7 +27,7 @@ declare const DescribeStackInstanceCommand_base: {
27
27
  /**
28
28
  * @public
29
29
  * <p>Returns the stack instance that's associated with the specified StackSet, Amazon Web Services account, and
30
- * Amazon Web Services Region.</p>
30
+ * Amazon Web Services Region.</p>
31
31
  * <p>For a list of stack instances that are associated with a specific StackSet, use <a>ListStackInstances</a>.</p>
32
32
  * @example
33
33
  * Use a bare-bones client and the command you need to make an API call.
@@ -59,7 +59,7 @@ declare const DescribeStackInstanceCommand_base: {
59
59
  * // ],
60
60
  * // Status: "CURRENT" || "OUTDATED" || "INOPERABLE",
61
61
  * // StackInstanceStatus: { // StackInstanceComprehensiveStatus
62
- * // DetailedStatus: "PENDING" || "RUNNING" || "SUCCEEDED" || "FAILED" || "CANCELLED" || "INOPERABLE" || "SKIPPED_SUSPENDED_ACCOUNT",
62
+ * // DetailedStatus: "PENDING" || "RUNNING" || "SUCCEEDED" || "FAILED" || "CANCELLED" || "INOPERABLE" || "SKIPPED_SUSPENDED_ACCOUNT" || "FAILED_IMPORT",
63
63
  * // },
64
64
  * // StatusReason: "STRING_VALUE",
65
65
  * // OrganizationalUnitId: "STRING_VALUE",
@@ -31,7 +31,7 @@ declare const DescribeStackResourcesCommand_base: {
31
31
  * is specified, the associated resources of the stack that the resource belongs to are returned.</p>
32
32
  * <note>
33
33
  * <p>Only the first 100 resources will be returned. If your stack has more resources than this, you should use
34
- * <code>ListStackResources</code> instead.</p>
34
+ * <code>ListStackResources</code> instead.</p>
35
35
  * </note>
36
36
  * <p>For deleted stacks, <code>DescribeStackResources</code> returns resource information for up to 90 days after the
37
37
  * stack has been deleted.</p>
@@ -40,7 +40,7 @@ declare const DescribeStackResourcesCommand_base: {
40
40
  * 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>
41
41
  * <note>
42
42
  * <p>A <code>ValidationError</code> is returned if you specify both <code>StackName</code> and
43
- * <code>PhysicalResourceId</code> in the same request.</p>
43
+ * <code>PhysicalResourceId</code> in the same request.</p>
44
44
  * </note>
45
45
  * @example
46
46
  * Use a bare-bones client and the command you need to make an API call.
@@ -103,6 +103,7 @@ declare const DescribeStacksCommand_base: {
103
103
  * // LastCheckTimestamp: new Date("TIMESTAMP"),
104
104
  * // },
105
105
  * // RetainExceptOnCreate: true || false,
106
+ * // DetailedStatus: "CONFIGURATION_COMPLETE" || "VALIDATION_FAILED",
106
107
  * // },
107
108
  * // ],
108
109
  * // NextToken: "STRING_VALUE",
@@ -32,10 +32,10 @@ declare const DetectStackDriftCommand_base: {
32
32
  * template configuration. Only resource properties explicitly defined in the stack template are checked for drift. A
33
33
  * stack is considered to have drifted if one or more of its resources differ from their expected template
34
34
  * 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
35
- * Stacks and Resources</a>.</p>
35
+ * Stacks and Resources</a>.</p>
36
36
  * <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>
37
37
  * <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
38
- * Detection</a>.</p>
38
+ * Detection</a>.</p>
39
39
  * <p>
40
40
  * <code>DetectStackDrift</code> can take up to several minutes, depending on the number of resources contained
41
41
  * within the stack. Use <a>DescribeStackDriftDetectionStatus</a> to monitor the progress of a detect stack
@@ -31,11 +31,11 @@ declare const DetectStackResourceDriftCommand_base: {
31
31
  * specified as template parameters. This information includes actual and expected property values for resources in
32
32
  * which CloudFormation detects drift. Only resource properties explicitly defined in the stack template are checked for drift.
33
33
  * 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
34
- * Stacks and Resources</a>.</p>
34
+ * Stacks and Resources</a>.</p>
35
35
  * <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>
36
36
  * <p>Resources that don't currently support drift detection can't be checked. For a list of resources that support
37
37
  * drift detection, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-stack-drift-resource-list.html">Resources that Support Drift
38
- * Detection</a>.</p>
38
+ * Detection</a>.</p>
39
39
  * @example
40
40
  * Use a bare-bones client and the command you need to make an API call.
41
41
  * ```javascript
@@ -26,9 +26,9 @@ declare const DetectStackSetDriftCommand_base: {
26
26
  };
27
27
  /**
28
28
  * @public
29
- * <p>Detect drift on a stack set. When CloudFormation performs drift detection on a stack set, it performs
30
- * drift 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
31
- * performs drift detection on a stack set</a>.</p>
29
+ * <p>Detect drift on a stack set. When CloudFormation performs drift detection on a stack set, it performs drift
30
+ * 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
31
+ * detection on a stack set</a>.</p>
32
32
  * <p>
33
33
  * <code>DetectStackSetDrift</code> returns the <code>OperationId</code> of the stack set drift detection
34
34
  * operation. Use this operation id with <a>DescribeStackSetOperation</a> to monitor the progress of the
@@ -51,7 +51,7 @@ declare const DetectStackSetDriftCommand_base: {
51
51
  * </li>
52
52
  * </ul>
53
53
  * <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
54
- * stack sets</a>.</p>
54
+ * stack sets</a>.</p>
55
55
  * <p>You can only run a single drift detection operation on a given stack set at one time.</p>
56
56
  * <p>To stop a drift detection stack set operation, use <a>StopStackSetOperation</a>.</p>
57
57
  * @example
@@ -27,13 +27,14 @@ declare const ExecuteChangeSetCommand_base: {
27
27
  /**
28
28
  * @public
29
29
  * <p>Updates a stack using the input information that was provided when the specified change set was created. After
30
- * the call successfully completes, CloudFormation starts updating the stack. Use the <a>DescribeStacks</a> action to view the status of the update.</p>
31
- * <p>When you execute a change set, CloudFormation deletes all other change sets associated with the stack
32
- * because they aren't valid for the updated stack.</p>
33
- * <p>If a stack policy is associated with the stack, CloudFormation enforces the policy during the update. You
34
- * can't specify a temporary stack policy that overrides the current policy.</p>
30
+ * the call successfully completes, CloudFormation starts updating the stack. Use the <a>DescribeStacks</a> action to
31
+ * view the status of the update.</p>
32
+ * <p>When you execute a change set, CloudFormation deletes all other change sets associated with the stack because they aren't
33
+ * valid for the updated stack.</p>
34
+ * <p>If a stack policy is associated with the stack, CloudFormation enforces the policy during the update. You can't specify a
35
+ * temporary stack policy that overrides the current policy.</p>
35
36
  * <p>To create a change set for the entire stack hierarchy, <code>IncludeNestedStacks</code> must have been set to
36
- * <code>True</code>.</p>
37
+ * <code>True</code>.</p>
37
38
  * @example
38
39
  * Use a bare-bones client and the command you need to make an API call.
39
40
  * ```javascript
@@ -61,14 +62,14 @@ declare const ExecuteChangeSetCommand_base: {
61
62
  *
62
63
  * @throws {@link ChangeSetNotFoundException} (client fault)
63
64
  * <p>The specified change set name or ID doesn't exit. To view valid change sets for a stack, use the
64
- * <code>ListChangeSets</code> operation.</p>
65
+ * <code>ListChangeSets</code> operation.</p>
65
66
  *
66
67
  * @throws {@link InsufficientCapabilitiesException} (client fault)
67
68
  * <p>The template contains resources with capabilities that weren't specified in the Capabilities parameter.</p>
68
69
  *
69
70
  * @throws {@link InvalidChangeSetStatusException} (client fault)
70
71
  * <p>The specified change set can't be used to update the stack. For example, the change set status might be
71
- * <code>CREATE_IN_PROGRESS</code>, or the stack status might be <code>UPDATE_IN_PROGRESS</code>.</p>
72
+ * <code>CREATE_IN_PROGRESS</code>, or the stack status might be <code>UPDATE_IN_PROGRESS</code>.</p>
72
73
  *
73
74
  * @throws {@link TokenAlreadyExistsException} (client fault)
74
75
  * <p>A client request token already exists.</p>
@@ -62,7 +62,7 @@ declare const GetTemplateCommand_base: {
62
62
  *
63
63
  * @throws {@link ChangeSetNotFoundException} (client fault)
64
64
  * <p>The specified change set name or ID doesn't exit. To view valid change sets for a stack, use the
65
- * <code>ListChangeSets</code> operation.</p>
65
+ * <code>ListChangeSets</code> operation.</p>
66
66
  *
67
67
  * @throws {@link CloudFormationServiceException}
68
68
  * <p>Base exception class for all service exceptions from CloudFormation service.</p>
@@ -78,7 +78,7 @@ declare const ImportStacksToStackSetCommand_base: {
78
78
  * @throws {@link LimitExceededException} (client fault)
79
79
  * <p>The quota for the resource has already been reached.</p>
80
80
  * <p>For information about resource and stack limitations, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cloudformation-limits.html">CloudFormation quotas</a> in the
81
- * <i>CloudFormation User Guide</i>.</p>
81
+ * <i>CloudFormation User Guide</i>.</p>
82
82
  *
83
83
  * @throws {@link OperationIdAlreadyExistsException} (client fault)
84
84
  * <p>The specified operation ID already exists.</p>
@@ -26,8 +26,8 @@ declare const ListChangeSetsCommand_base: {
26
26
  };
27
27
  /**
28
28
  * @public
29
- * <p>Returns the ID and status of each active change set for a stack. For example, CloudFormation lists change
30
- * sets that are in the <code>CREATE_IN_PROGRESS</code> or <code>CREATE_PENDING</code> state.</p>
29
+ * <p>Returns the ID and status of each active change set for a stack. For example, CloudFormation lists change sets that are
30
+ * in the <code>CREATE_IN_PROGRESS</code> or <code>CREATE_PENDING</code> state.</p>
31
31
  * @example
32
32
  * Use a bare-bones client and the command you need to make an API call.
33
33
  * ```javascript
@@ -28,9 +28,9 @@ declare const ListExportsCommand_base: {
28
28
  * @public
29
29
  * <p>Lists all exported output values in the account and Region in which you call this action. Use this action to see
30
30
  * 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">
31
- * Fn::ImportValue</a> function.</p>
32
- * <p>For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-stack-exports.html">
33
- * CloudFormation export stack output values</a>.</p>
31
+ * Fn::ImportValue</a> function.</p>
32
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-stack-exports.html"> CloudFormation export stack output
33
+ * values</a>.</p>
34
34
  * @example
35
35
  * Use a bare-bones client and the command you need to make an API call.
36
36
  * ```javascript
@@ -29,9 +29,8 @@ declare const ListStackInstanceResourceDriftsCommand_base: {
29
29
  * <p>Returns drift information for resources in a stack instance.</p>
30
30
  * <note>
31
31
  * <p>
32
- * <code>ListStackInstanceResourceDrifts</code> returns drift information for the most
33
- * recent drift detection operation. If an operation is in progress, it may only return
34
- * partial results.</p>
32
+ * <code>ListStackInstanceResourceDrifts</code> returns drift information for the most recent drift detection
33
+ * operation. If an operation is in progress, it may only return partial results.</p>
35
34
  * </note>
36
35
  * @example
37
36
  * Use a bare-bones client and the command you need to make an API call.
@@ -61,7 +61,7 @@ declare const ListStackInstancesCommand_base: {
61
61
  * // Status: "CURRENT" || "OUTDATED" || "INOPERABLE",
62
62
  * // StatusReason: "STRING_VALUE",
63
63
  * // StackInstanceStatus: { // StackInstanceComprehensiveStatus
64
- * // DetailedStatus: "PENDING" || "RUNNING" || "SUCCEEDED" || "FAILED" || "CANCELLED" || "INOPERABLE" || "SKIPPED_SUSPENDED_ACCOUNT",
64
+ * // DetailedStatus: "PENDING" || "RUNNING" || "SUCCEEDED" || "FAILED" || "CANCELLED" || "INOPERABLE" || "SKIPPED_SUSPENDED_ACCOUNT" || "FAILED_IMPORT",
65
65
  * // },
66
66
  * // OrganizationalUnitId: "STRING_VALUE",
67
67
  * // DriftStatus: "DRIFTED" || "IN_SYNC" || "UNKNOWN" || "NOT_CHECKED",
@@ -26,12 +26,13 @@ declare const PublishTypeCommand_base: {
26
26
  };
27
27
  /**
28
28
  * @public
29
- * <p>Publishes the specified extension to the CloudFormation registry as a public extension in this Region.
30
- * Public extensions are available for use by all CloudFormation users. For more information about publishing
31
- * extensions, see <a href="https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/publish-extension.html">Publishing extensions to make them available for public use</a> in the <i>CloudFormation CLI
32
- * User Guide</i>.</p>
33
- * <p>To publish an extension, you must be registered as a publisher with CloudFormation. For more
34
- * information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_RegisterPublisher.html">RegisterPublisher</a>.</p>
29
+ * <p>Publishes the specified extension to the CloudFormation registry as a public extension in this Region. Public
30
+ * extensions are available for use by all CloudFormation users. For more information about publishing extensions, see
31
+ * <a href="https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/publish-extension.html">Publishing extensions to
32
+ * make them available for public use</a> in the <i>CloudFormation CLI User Guide</i>.</p>
33
+ * <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">
34
+ * <code>RegisterPublisher</code>
35
+ * </a>.</p>
35
36
  * @example
36
37
  * Use a bare-bones client and the command you need to make an API call.
37
38
  * ```javascript
@@ -27,8 +27,8 @@ declare const RecordHandlerProgressCommand_base: {
27
27
  /**
28
28
  * @public
29
29
  * <p>Reports progress of a resource handler to CloudFormation.</p>
30
- * <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
31
- * use this API in your code.</p>
30
+ * <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
31
+ * in your code.</p>
32
32
  * @example
33
33
  * Use a bare-bones client and the command you need to make an API call.
34
34
  * ```javascript
@@ -57,12 +57,12 @@ declare const RecordHandlerProgressCommand_base: {
57
57
  * @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
58
58
  *
59
59
  * @throws {@link InvalidStateTransitionException} (client fault)
60
- * <p>Error reserved for use by the <a href="https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/what-is-cloudformation-cli.html">CloudFormation CLI</a>.
61
- * CloudFormation doesn't return this error to users.</p>
60
+ * <p>Error reserved for use by the <a href="https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/what-is-cloudformation-cli.html">CloudFormation CLI</a>. CloudFormation doesn't
61
+ * return this error to users.</p>
62
62
  *
63
63
  * @throws {@link OperationStatusCheckFailedException} (client fault)
64
- * <p>Error reserved for use by the <a href="https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/what-is-cloudformation-cli.html">CloudFormation CLI</a>.
65
- * CloudFormation doesn't return this error to users.</p>
64
+ * <p>Error reserved for use by the <a href="https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/what-is-cloudformation-cli.html">CloudFormation CLI</a>. CloudFormation doesn't
65
+ * return this error to users.</p>
66
66
  *
67
67
  * @throws {@link CloudFormationServiceException}
68
68
  * <p>Base exception class for all service exceptions from CloudFormation service.</p>
@@ -26,10 +26,10 @@ declare const RegisterPublisherCommand_base: {
26
26
  };
27
27
  /**
28
28
  * @public
29
- * <p>Registers your account as a publisher of public extensions in the CloudFormation registry. Public
30
- * extensions are available for use by all CloudFormation users. This publisher ID applies to your account in
31
- * all Amazon Web Services Regions.</p>
32
- * <p>For information about requirements for registering as a public extension publisher, see <a href="https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/publish-extension.html#publish-extension-prereqs">Registering your account to publish CloudFormation extensions</a> in the <i>CloudFormation CLI User Guide</i>.</p>
29
+ * <p>Registers your account as a publisher of public extensions in the CloudFormation registry. Public extensions are
30
+ * available for use by all CloudFormation users. This publisher ID applies to your account in all Amazon Web Services Regions.</p>
31
+ * <p>For information about requirements for registering as a public extension publisher, see <a href="https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/publish-extension.html#publish-extension-prereqs">Registering your account to publish CloudFormation extensions</a> in the <i>CloudFormation CLI User
32
+ * Guide</i>.</p>
33
33
  * <p></p>
34
34
  * @example
35
35
  * Use a bare-bones client and the command you need to make an API call.
@@ -26,8 +26,8 @@ declare const RegisterTypeCommand_base: {
26
26
  };
27
27
  /**
28
28
  * @public
29
- * <p>Registers an extension with the CloudFormation service. Registering an extension makes it available for
30
- * use in CloudFormation templates in your Amazon Web Services account, and includes:</p>
29
+ * <p>Registers an extension with the CloudFormation service. Registering an extension makes it available for use in
30
+ * CloudFormation templates in your Amazon Web Services account, and includes:</p>
31
31
  * <ul>
32
32
  * <li>
33
33
  * <p>Validating the extension schema.</p>
@@ -40,13 +40,17 @@ declare const RegisterTypeCommand_base: {
40
40
  * </li>
41
41
  * </ul>
42
42
  * <p>For more information about how to develop extensions and ready them for registration, see <a href="https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/resource-types.html">Creating Resource
43
- * Providers</a> in the <i>CloudFormation CLI User Guide</i>.</p>
43
+ * Providers</a> in the <i>CloudFormation CLI User Guide</i>.</p>
44
44
  * <p>You can have a maximum of 50 resource extension versions registered at a time. This maximum is per account and
45
- * per Region. Use <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_DeregisterType.html">DeregisterType</a> to deregister specific extension versions if necessary.</p>
45
+ * per Region. Use <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_DeregisterType.html">
46
+ * <code>DeregisterType</code>
47
+ * </a> to deregister specific extension versions if necessary.</p>
46
48
  * <p>Once you have initiated a registration request using <a>RegisterType</a>, you can use <a>DescribeTypeRegistration</a> to monitor the progress of the registration request.</p>
47
- * <p>Once you have registered a private extension in your account and Region, use <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_SetTypeConfiguration.html">SetTypeConfiguration</a> to specify
49
+ * <p>Once you have registered a private extension in your account and Region, use <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_SetTypeConfiguration.html">
50
+ * <code>SetTypeConfiguration</code>
51
+ * </a> to specify
48
52
  * configuration properties for the extension. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/registry-register.html#registry-set-configuration">Configuring extensions at
49
- * the account level</a> in the <i>CloudFormation User Guide</i>.</p>
53
+ * the account level</a> in the <i>CloudFormation User Guide</i>.</p>
50
54
  * @example
51
55
  * Use a bare-bones client and the command you need to make an API call.
52
56
  * ```javascript
@@ -29,7 +29,7 @@ declare const RollbackStackCommand_base: {
29
29
  * <p>When specifying <code>RollbackStack</code>, you preserve the state of previously provisioned resources when an
30
30
  * operation fails. You can check the status of the stack through the <a>DescribeStacks</a> operation.</p>
31
31
  * <p>Rolls back the specified stack to the last known stable state from <code>CREATE_FAILED</code> or
32
- * <code>UPDATE_FAILED</code> stack statuses.</p>
32
+ * <code>UPDATE_FAILED</code> stack statuses.</p>
33
33
  * <p>This operation will delete a stack if it doesn't contain a last known stable state. A last known stable state
34
34
  * includes any status in a <code>*_COMPLETE</code>. This includes the following stack statuses.</p>
35
35
  * <ul>
@@ -26,16 +26,16 @@ declare const SetTypeConfigurationCommand_base: {
26
26
  };
27
27
  /**
28
28
  * @public
29
- * <p>Specifies the configuration data for a registered CloudFormation extension, in the given account and
30
- * Region.</p>
29
+ * <p>Specifies the configuration data for a registered CloudFormation extension, in the given account and Region.</p>
31
30
  * <p>To view the current configuration data for an extension, refer to the <code>ConfigurationSchema</code> element
32
- * of <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_DescribeType.html">DescribeType</a>. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/registry-register.html#registry-set-configuration">Configuring extensions at
33
- * the account level</a> in the <i>CloudFormation User Guide</i>.</p>
31
+ * of <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_DescribeType.html">
32
+ * <code>DescribeType</code>
33
+ * </a>. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/registry-register.html#registry-set-configuration">Configuring extensions at
34
+ * the account level</a> in the <i>CloudFormation User Guide</i>.</p>
34
35
  * <important>
35
36
  * <p>It's strongly recommended that you use dynamic references to restrict sensitive configuration definitions, such
36
37
  * as third-party credentials. For more details on dynamic references, see <a href="https://docs.aws.amazon.com/">Using
37
- * dynamic references to specify template values</a> in the <i>CloudFormation User
38
- * Guide</i>.</p>
38
+ * dynamic references to specify template values</a> in the <i>CloudFormation User Guide</i>.</p>
39
39
  * </important>
40
40
  * @example
41
41
  * Use a bare-bones client and the command you need to make an API call.
@@ -27,9 +27,9 @@ declare const SignalResourceCommand_base: {
27
27
  /**
28
28
  * @public
29
29
  * <p>Sends a signal to the specified resource with a success or failure status. You can use the
30
- * <code>SignalResource</code> operation in conjunction with a creation policy or update policy. CloudFormation
31
- * doesn't proceed with a stack creation or update until resources receive the required number of signals or the timeout
32
- * period is exceeded. The <code>SignalResource</code> operation is useful in cases where you want to send signals from
30
+ * <code>SignalResource</code> operation in conjunction with a creation policy or update policy. CloudFormation doesn't
31
+ * proceed with a stack creation or update until resources receive the required number of signals or the timeout period
32
+ * is exceeded. The <code>SignalResource</code> operation is useful in cases where you want to send signals from
33
33
  * anywhere other than an Amazon EC2 instance.</p>
34
34
  * @example
35
35
  * Use a bare-bones client and the command you need to make an API call.
@@ -26,9 +26,8 @@ declare const StopStackSetOperationCommand_base: {
26
26
  };
27
27
  /**
28
28
  * @public
29
- * <p>Stops an in-progress operation on a stack set and its associated stack instances. StackSets
30
- * will cancel all the unstarted stack instance deployments and wait for those are in-progress to
31
- * complete.</p>
29
+ * <p>Stops an in-progress operation on a stack set and its associated stack instances. StackSets will cancel all the
30
+ * unstarted stack instance deployments and wait for those are in-progress to complete.</p>
32
31
  * @example
33
32
  * Use a bare-bones client and the command you need to make an API call.
34
33
  * ```javascript
@@ -36,18 +36,22 @@ declare const TestTypeCommand_base: {
36
36
  * </li>
37
37
  * </ul>
38
38
  * <p>For more information, see <a href="https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/publish-extension.html#publish-extension-testing">Testing your public
39
- * extension prior to publishing</a> in the <i>CloudFormation CLI User Guide</i>.</p>
40
- * <p>If you don't specify a version, CloudFormation uses the default version of the extension in your
41
- * account and Region for testing.</p>
42
- * <p>To perform testing, CloudFormation assumes the execution role specified when the type was registered.
43
- * For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_RegisterType.html">RegisterType</a>.</p>
39
+ * extension prior to publishing</a> in the <i>CloudFormation CLI User Guide</i>.</p>
40
+ * <p>If you don't specify a version, CloudFormation uses the default version of the extension in your account and Region
41
+ * for testing.</p>
42
+ * <p>To perform testing, CloudFormation assumes the execution role specified when the type was registered. For more
43
+ * information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_RegisterType.html">
44
+ * <code>RegisterType</code>
45
+ * </a>.</p>
44
46
  * <p>Once you've initiated testing on an extension using <code>TestType</code>, you can pass the returned
45
- * <code>TypeVersionArn</code> into <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_DescribeType.html">DescribeType</a> to monitor the current test
47
+ * <code>TypeVersionArn</code> into <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_DescribeType.html">
48
+ * <code>DescribeType</code>
49
+ * </a> to monitor the current test
46
50
  * status and test status description for the extension.</p>
47
51
  * <p>An extension must have a test status of <code>PASSED</code> before it can be published. For more information,
48
52
  * see <a href="https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/resource-type-publish.html">Publishing
49
- * extensions to make them available for public use</a> in the <i>CloudFormation CLI User
50
- * Guide</i>.</p>
53
+ * extensions to make them available for public use</a> in the <i>CloudFormation CLI User
54
+ * Guide</i>.</p>
51
55
  * @example
52
56
  * Use a bare-bones client and the command you need to make an API call.
53
57
  * ```javascript
@@ -79,7 +79,7 @@ declare const UpdateGeneratedTemplateCommand_base: {
79
79
  * @throws {@link LimitExceededException} (client fault)
80
80
  * <p>The quota for the resource has already been reached.</p>
81
81
  * <p>For information about resource and stack limitations, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cloudformation-limits.html">CloudFormation quotas</a> in the
82
- * <i>CloudFormation User Guide</i>.</p>
82
+ * <i>CloudFormation User Guide</i>.</p>
83
83
  *
84
84
  * @throws {@link CloudFormationServiceException}
85
85
  * <p>Base exception class for all service exceptions from CloudFormation service.</p>
@@ -28,13 +28,19 @@ declare const UpdateStackInstancesCommand_base: {
28
28
  * @public
29
29
  * <p>Updates the parameter values for stack instances for the specified accounts, within the specified Amazon Web Services Regions. A stack instance refers to a stack in a specific account and Region.</p>
30
30
  * <p>You can only update stack instances in Amazon Web Services Regions and accounts where they already exist; to
31
- * create additional stack instances, use <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_CreateStackInstances.html">CreateStackInstances</a>.</p>
31
+ * create additional stack instances, use <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_CreateStackInstances.html">
32
+ * <code>CreateStackInstances</code>
33
+ * </a>.</p>
32
34
  * <p>During stack set updates, any parameters overridden for a stack instance aren't updated, but retain their
33
35
  * overridden value.</p>
34
36
  * <p>You can only update the parameter <i>values</i> that are specified in the stack set; to add or
35
- * delete a parameter itself, use <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_UpdateStackSet.html">UpdateStackSet</a> to update the stack set
37
+ * delete a parameter itself, use <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_UpdateStackSet.html">
38
+ * <code>UpdateStackSet</code>
39
+ * </a> to update the stack set
36
40
  * template. If you add a parameter to a template, before you can override the parameter value specified in the stack
37
- * set you must first use <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_UpdateStackSet.html">UpdateStackSet</a> to update all stack
41
+ * set you must first use <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_UpdateStackSet.html">
42
+ * <code>UpdateStackSet</code>
43
+ * </a> to update all stack
38
44
  * instances with the updated template and parameter value specified in the stack set. Once a stack instance has been
39
45
  * updated with the new parameter, you can then override the parameter value using
40
46
  * <code>UpdateStackInstances</code>.</p>
@@ -28,9 +28,9 @@ declare const UpdateTerminationProtectionCommand_base: {
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
- * Being Deleted</a> in the <i>CloudFormation User Guide</i>.</p>
31
+ * Being Deleted</a> in the <i>CloudFormation User Guide</i>.</p>
32
32
  * <p>For <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-nested-stacks.html">nested
33
- * stacks</a>, termination protection is set on the root stack and can't be changed directly on the nested
33
+ * stacks</a>, termination protection is set on the root stack and can't be changed directly on the nested
34
34
  * stack.</p>
35
35
  * @example
36
36
  * Use a bare-bones client and the command you need to make an API call.
@@ -26,9 +26,9 @@ declare const ValidateTemplateCommand_base: {
26
26
  };
27
27
  /**
28
28
  * @public
29
- * <p>Validates a specified template. CloudFormation first checks if the template is valid JSON. If it isn't,
30
- * CloudFormation checks if the template is valid YAML. If both these checks fail, CloudFormation
31
- * returns a template validation error.</p>
29
+ * <p>Validates a specified template. CloudFormation first checks if the template is valid JSON. If it isn't, CloudFormation
30
+ * checks if the template is valid YAML. If both these checks fail, CloudFormation returns a template validation
31
+ * error.</p>
32
32
  * @example
33
33
  * Use a bare-bones client and the command you need to make an API call.
34
34
  * ```javascript
@@ -1,14 +1,16 @@
1
1
  /**
2
2
  * <fullname>CloudFormation</fullname>
3
- * <p>CloudFormation allows you to create and manage Amazon Web Services infrastructure deployments predictably
4
- * and repeatedly. You can use CloudFormation to leverage Amazon Web Services products, such as Amazon Elastic Compute Cloud, Amazon Elastic Block Store, Amazon Simple Notification Service, Elastic Load Balancing, and Auto Scaling to build
5
- * highly reliable, highly scalable, cost-effective applications without creating or configuring the underlying Amazon Web Services infrastructure.</p>
6
- * <p>With CloudFormation, you declare all your resources and dependencies in a template file. The template
7
- * defines a collection of resources as a single unit called a stack. CloudFormation creates and deletes all member
8
- * resources of the stack together and manages all dependencies between the resources for you.</p>
9
- * <p>For more information about CloudFormation, see the <a href="http://aws.amazon.com/cloudformation/">CloudFormation product page</a>.</p>
10
- * <p>CloudFormation makes use of other Amazon Web Services products. If you need additional technical information
11
- * about a specific Amazon Web Services product, you can find the product's technical documentation at <a href="https://docs.aws.amazon.com/">docs.aws.amazon.com</a>.</p>
3
+ * <p>CloudFormation allows you to create and manage Amazon Web Services infrastructure deployments predictably and
4
+ * repeatedly. You can use CloudFormation to leverage Amazon Web Services products, such as Amazon Elastic Compute Cloud, Amazon Elastic Block Store, Amazon Simple Notification Service, Elastic Load Balancing, and Auto Scaling to build highly reliable, highly
5
+ * scalable, cost-effective applications without creating or configuring the underlying Amazon Web Services
6
+ * infrastructure.</p>
7
+ * <p>With CloudFormation, you declare all your resources and dependencies in a template file. The template defines a
8
+ * collection of resources as a single unit called a stack. CloudFormation creates and deletes all member resources of the stack
9
+ * together and manages all dependencies between the resources for you.</p>
10
+ * <p>For more information about CloudFormation, see the <a href="http://aws.amazon.com/cloudformation/">CloudFormation
11
+ * product page</a>.</p>
12
+ * <p>CloudFormation makes use of other Amazon Web Services products. If you need additional technical information about a
13
+ * specific Amazon Web Services product, you can find the product's technical documentation at <a href="https://docs.aws.amazon.com/">docs.aws.amazon.com</a>.</p>
12
14
  *
13
15
  * @packageDocumentation
14
16
  */