@aws-sdk/client-cloudformation 3.345.0 → 3.347.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (93) hide show
  1. package/README.md +39 -20
  2. package/dist-cjs/CloudFormation.js +6 -0
  3. package/dist-cjs/commands/ActivateOrganizationsAccessCommand.js +46 -0
  4. package/dist-cjs/commands/DeactivateOrganizationsAccessCommand.js +46 -0
  5. package/dist-cjs/commands/DescribeOrganizationsAccessCommand.js +46 -0
  6. package/dist-cjs/commands/index.js +3 -0
  7. package/dist-cjs/models/models_0.js +35 -30
  8. package/dist-cjs/protocols/Aws_query.js +174 -3
  9. package/dist-es/CloudFormation.js +6 -0
  10. package/dist-es/commands/ActivateOrganizationsAccessCommand.js +42 -0
  11. package/dist-es/commands/DeactivateOrganizationsAccessCommand.js +42 -0
  12. package/dist-es/commands/DescribeOrganizationsAccessCommand.js +42 -0
  13. package/dist-es/commands/index.js +3 -0
  14. package/dist-es/models/models_0.js +31 -26
  15. package/dist-es/protocols/Aws_query.js +165 -0
  16. package/dist-types/CloudFormation.d.ts +29 -13
  17. package/dist-types/CloudFormationClient.d.ts +13 -15
  18. package/dist-types/commands/ActivateOrganizationsAccessCommand.d.ts +77 -0
  19. package/dist-types/commands/ActivateTypeCommand.d.ts +6 -6
  20. package/dist-types/commands/BatchDescribeTypeConfigurationsCommand.d.ts +3 -3
  21. package/dist-types/commands/CancelUpdateStackCommand.d.ts +2 -3
  22. package/dist-types/commands/ContinueUpdateRollbackCommand.d.ts +8 -9
  23. package/dist-types/commands/CreateChangeSetCommand.d.ts +19 -22
  24. package/dist-types/commands/CreateStackCommand.d.ts +4 -5
  25. package/dist-types/commands/CreateStackInstancesCommand.d.ts +9 -10
  26. package/dist-types/commands/CreateStackSetCommand.d.ts +2 -2
  27. package/dist-types/commands/DeactivateOrganizationsAccessCommand.d.ts +77 -0
  28. package/dist-types/commands/DeactivateTypeCommand.d.ts +4 -4
  29. package/dist-types/commands/DeleteChangeSetCommand.d.ts +8 -9
  30. package/dist-types/commands/DeleteStackCommand.d.ts +2 -2
  31. package/dist-types/commands/DeleteStackInstancesCommand.d.ts +3 -4
  32. package/dist-types/commands/DeleteStackSetCommand.d.ts +6 -7
  33. package/dist-types/commands/DeregisterTypeCommand.d.ts +9 -9
  34. package/dist-types/commands/DescribeAccountLimitsCommand.d.ts +1 -2
  35. package/dist-types/commands/DescribeChangeSetCommand.d.ts +4 -3
  36. package/dist-types/commands/DescribeChangeSetHooksCommand.d.ts +2 -2
  37. package/dist-types/commands/DescribeOrganizationsAccessCommand.d.ts +82 -0
  38. package/dist-types/commands/DescribePublisherCommand.d.ts +5 -4
  39. package/dist-types/commands/DescribeStackDriftDetectionStatusCommand.d.ts +10 -11
  40. package/dist-types/commands/DescribeStackEventsCommand.d.ts +4 -4
  41. package/dist-types/commands/DescribeStackInstanceCommand.d.ts +3 -2
  42. package/dist-types/commands/DescribeStackResourceCommand.d.ts +1 -1
  43. package/dist-types/commands/DescribeStackResourceDriftsCommand.d.ts +9 -8
  44. package/dist-types/commands/DescribeStackResourcesCommand.d.ts +10 -11
  45. package/dist-types/commands/DescribeStackSetCommand.d.ts +1 -1
  46. package/dist-types/commands/DescribeStackSetOperationCommand.d.ts +1 -1
  47. package/dist-types/commands/DescribeStacksCommand.d.ts +1 -1
  48. package/dist-types/commands/DescribeTypeCommand.d.ts +2 -2
  49. package/dist-types/commands/DescribeTypeRegistrationCommand.d.ts +3 -3
  50. package/dist-types/commands/DetectStackDriftCommand.d.ts +17 -17
  51. package/dist-types/commands/DetectStackResourceDriftCommand.d.ts +10 -9
  52. package/dist-types/commands/DetectStackSetDriftCommand.d.ts +21 -28
  53. package/dist-types/commands/EstimateTemplateCostCommand.d.ts +2 -2
  54. package/dist-types/commands/ExecuteChangeSetCommand.d.ts +13 -15
  55. package/dist-types/commands/GetStackPolicyCommand.d.ts +1 -1
  56. package/dist-types/commands/GetTemplateCommand.d.ts +5 -5
  57. package/dist-types/commands/GetTemplateSummaryCommand.d.ts +7 -8
  58. package/dist-types/commands/ImportStacksToStackSetCommand.d.ts +9 -17
  59. package/dist-types/commands/ListChangeSetsCommand.d.ts +1 -1
  60. package/dist-types/commands/ListExportsCommand.d.ts +4 -4
  61. package/dist-types/commands/ListImportsCommand.d.ts +2 -2
  62. package/dist-types/commands/ListStackInstancesCommand.d.ts +3 -2
  63. package/dist-types/commands/ListStackResourcesCommand.d.ts +1 -1
  64. package/dist-types/commands/ListStackSetsCommand.d.ts +8 -10
  65. package/dist-types/commands/ListStacksCommand.d.ts +3 -4
  66. package/dist-types/commands/PublishTypeCommand.d.ts +3 -2
  67. package/dist-types/commands/RecordHandlerProgressCommand.d.ts +4 -4
  68. package/dist-types/commands/RegisterPublisherCommand.d.ts +5 -5
  69. package/dist-types/commands/RegisterTypeCommand.d.ts +11 -11
  70. package/dist-types/commands/RollbackStackCommand.d.ts +6 -6
  71. package/dist-types/commands/SetTypeConfigurationCommand.d.ts +7 -8
  72. package/dist-types/commands/SetTypeDefaultVersionCommand.d.ts +1 -1
  73. package/dist-types/commands/SignalResourceCommand.d.ts +6 -6
  74. package/dist-types/commands/StopStackSetOperationCommand.d.ts +2 -3
  75. package/dist-types/commands/TestTypeCommand.d.ts +11 -10
  76. package/dist-types/commands/UpdateStackCommand.d.ts +4 -5
  77. package/dist-types/commands/UpdateStackInstancesCommand.d.ts +15 -18
  78. package/dist-types/commands/UpdateStackSetCommand.d.ts +6 -10
  79. package/dist-types/commands/UpdateTerminationProtectionCommand.d.ts +6 -6
  80. package/dist-types/commands/ValidateTemplateCommand.d.ts +2 -2
  81. package/dist-types/commands/index.d.ts +3 -0
  82. package/dist-types/index.d.ts +8 -13
  83. package/dist-types/models/models_0.d.ts +2198 -2448
  84. package/dist-types/protocols/Aws_query.d.ts +27 -0
  85. package/dist-types/ts3.4/CloudFormation.d.ts +51 -0
  86. package/dist-types/ts3.4/CloudFormationClient.d.ts +18 -0
  87. package/dist-types/ts3.4/commands/ActivateOrganizationsAccessCommand.d.ts +42 -0
  88. package/dist-types/ts3.4/commands/DeactivateOrganizationsAccessCommand.d.ts +42 -0
  89. package/dist-types/ts3.4/commands/DescribeOrganizationsAccessCommand.d.ts +42 -0
  90. package/dist-types/ts3.4/commands/index.d.ts +3 -0
  91. package/dist-types/ts3.4/models/models_0.d.ts +33 -16
  92. package/dist-types/ts3.4/protocols/Aws_query.d.ts +36 -0
  93. package/package.json +29 -29
@@ -24,26 +24,24 @@ export interface CreateChangeSetCommandOutput extends CreateChangeSetOutput, __M
24
24
  /**
25
25
  * @public
26
26
  * <p>Creates a list of changes that will be applied to a stack so that you can review the
27
- * changes before executing them. You can create a change set for a stack that doesn't exist
28
- * or an existing stack. If you create a change set for a stack that doesn't exist, the change
29
- * set shows all of the resources that CloudFormation will create. If you create a change
30
- * set for an existing stack, CloudFormation compares the stack's information with the
31
- * information that you submit in the change set and lists the differences. Use change sets to
32
- * understand which resources CloudFormation will create or change, and how it will change
33
- * resources in an existing stack, before you create or update a stack.</p>
34
- * <p>To create a change set for a stack that doesn't exist, for the
35
- * <code>ChangeSetType</code> parameter, specify <code>CREATE</code>. To create a change
36
- * set for an existing stack, specify <code>UPDATE</code> for the <code>ChangeSetType</code>
37
- * parameter. To create a change set for an import operation, specify <code>IMPORT</code> for
38
- * the <code>ChangeSetType</code> parameter. After the <code>CreateChangeSet</code> call
39
- * successfully completes, CloudFormation starts creating the change set. To check the
40
- * status of the change set or to review it, use the <a>DescribeChangeSet</a>
41
- * action.</p>
27
+ * changes before executing them. You can create a change set for a stack that doesn't exist or
28
+ * an existing stack. If you create a change set for a stack that doesn't exist, the change set
29
+ * shows all of the resources that CloudFormation will create. If you create a change set for
30
+ * an existing stack, CloudFormation compares the stack's information with the information
31
+ * that you submit in the change set and lists the differences. Use change sets to understand
32
+ * which resources CloudFormation will create or change, and how it will change resources in
33
+ * an existing stack, before you create or update a stack.</p>
34
+ * <p>To create a change set for a stack that doesn't exist, for the <code>ChangeSetType</code>
35
+ * parameter, specify <code>CREATE</code>. To create a change set for an existing stack, specify
36
+ * <code>UPDATE</code> for the <code>ChangeSetType</code> parameter. To create a change set for
37
+ * an import operation, specify <code>IMPORT</code> for the <code>ChangeSetType</code> parameter.
38
+ * After the <code>CreateChangeSet</code> call successfully completes, CloudFormation starts
39
+ * creating the change set. To check the status of the change set or to review it, use the <a>DescribeChangeSet</a> action.</p>
42
40
  * <p>When you are satisfied with the changes the change set will make, execute the change set
43
- * by using the <a>ExecuteChangeSet</a> action. CloudFormation doesn't make
44
- * changes until you execute the change set.</p>
41
+ * by using the <a>ExecuteChangeSet</a> action. CloudFormation doesn't make
42
+ * changes until you execute the change set.</p>
45
43
  * <p>To create a change set for the entire stack hierarchy, set
46
- * <code>IncludeNestedStacks</code> to <code>True</code>.</p>
44
+ * <code>IncludeNestedStacks</code> to <code>True</code>.</p>
47
45
  * @example
48
46
  * Use a bare-bones client and the command you need to make an API call.
49
47
  * ```javascript
@@ -122,13 +120,12 @@ export interface CreateChangeSetCommandOutput extends CreateChangeSetOutput, __M
122
120
  * <p>The resource with the name requested already exists.</p>
123
121
  *
124
122
  * @throws {@link InsufficientCapabilitiesException} (client fault)
125
- * <p>The template contains resources with capabilities that weren't specified in the
126
- * Capabilities parameter.</p>
123
+ * <p>The template contains resources with capabilities that weren't specified in the Capabilities parameter.</p>
127
124
  *
128
125
  * @throws {@link LimitExceededException} (client fault)
129
126
  * <p>The quota for the resource has already been reached.</p>
130
- * <p>For information about resource and stack limitations, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cloudformation-limits.html">CloudFormation
131
- * quotas</a> in the <i>CloudFormation User Guide</i>.</p>
127
+ * <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
128
+ * <i>CloudFormation User Guide</i>.</p>
132
129
  *
133
130
  * @throws {@link CloudFormationServiceException}
134
131
  * <p>Base exception class for all service exceptions from CloudFormation service.</p>
@@ -24,7 +24,7 @@ export interface CreateStackCommandOutput extends CreateStackOutput, __MetadataB
24
24
  /**
25
25
  * @public
26
26
  * <p>Creates a stack as specified in the template. After the call completes successfully, the
27
- * stack creation starts. You can check the status of the stack through the <a>DescribeStacks</a>operation.</p>
27
+ * stack creation starts. You can check the status of the stack through the <a>DescribeStacks</a>operation.</p>
28
28
  * @example
29
29
  * Use a bare-bones client and the command you need to make an API call.
30
30
  * ```javascript
@@ -94,13 +94,12 @@ export interface CreateStackCommandOutput extends CreateStackOutput, __MetadataB
94
94
  * <p>The resource with the name requested already exists.</p>
95
95
  *
96
96
  * @throws {@link InsufficientCapabilitiesException} (client fault)
97
- * <p>The template contains resources with capabilities that weren't specified in the
98
- * Capabilities parameter.</p>
97
+ * <p>The template contains resources with capabilities that weren't specified in the Capabilities parameter.</p>
99
98
  *
100
99
  * @throws {@link LimitExceededException} (client fault)
101
100
  * <p>The quota for the resource has already been reached.</p>
102
- * <p>For information about resource and stack limitations, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cloudformation-limits.html">CloudFormation
103
- * quotas</a> in the <i>CloudFormation User Guide</i>.</p>
101
+ * <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
102
+ * <i>CloudFormation User Guide</i>.</p>
104
103
  *
105
104
  * @throws {@link TokenAlreadyExistsException} (client fault)
106
105
  * <p>A client request token already exists.</p>
@@ -23,10 +23,10 @@ export interface CreateStackInstancesCommandOutput extends CreateStackInstancesO
23
23
  }
24
24
  /**
25
25
  * @public
26
- * <p>Creates 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.
27
- * You must specify at least one value for either <code>Accounts</code> or
28
- * <code>DeploymentTargets</code>, and you must specify at least one value for
29
- * <code>Regions</code>.</p>
26
+ * <p>Creates stack instances for the specified accounts, within the specified Amazon Web Services Regions. A stack
27
+ * instance refers to a stack in a specific account and Region. You must specify at least one value for either
28
+ * <code>Accounts</code> or <code>DeploymentTargets</code>, and you must specify at least one value for
29
+ * <code>Regions</code>.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
32
32
  * ```javascript
@@ -91,22 +91,21 @@ export interface CreateStackInstancesCommandOutput extends CreateStackInstancesO
91
91
  *
92
92
  * @throws {@link LimitExceededException} (client fault)
93
93
  * <p>The quota for the resource has already been reached.</p>
94
- * <p>For information about resource and stack limitations, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cloudformation-limits.html">CloudFormation
95
- * quotas</a> in the <i>CloudFormation User Guide</i>.</p>
94
+ * <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
95
+ * <i>CloudFormation User Guide</i>.</p>
96
96
  *
97
97
  * @throws {@link OperationIdAlreadyExistsException} (client fault)
98
98
  * <p>The specified operation ID already exists.</p>
99
99
  *
100
100
  * @throws {@link OperationInProgressException} (client fault)
101
- * <p>Another operation is currently in progress for this stack set. Only one operation can be
102
- * performed for a stack set at a given time.</p>
101
+ * <p>Another operation is currently in progress for this stack set. Only one operation can be performed for a stack
102
+ * set at a given time.</p>
103
103
  *
104
104
  * @throws {@link StackSetNotFoundException} (client fault)
105
105
  * <p>The specified stack set doesn't exist.</p>
106
106
  *
107
107
  * @throws {@link StaleRequestException} (client fault)
108
- * <p>Another operation has been performed on this stack set since the specified operation was
109
- * performed.</p>
108
+ * <p>Another operation has been performed on this stack set since the specified operation was performed.</p>
110
109
  *
111
110
  * @throws {@link CloudFormationServiceException}
112
111
  * <p>Base exception class for all service exceptions from CloudFormation service.</p>
@@ -85,8 +85,8 @@ export interface CreateStackSetCommandOutput extends CreateStackSetOutput, __Met
85
85
  *
86
86
  * @throws {@link LimitExceededException} (client fault)
87
87
  * <p>The quota for the resource has already been reached.</p>
88
- * <p>For information about resource and stack limitations, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cloudformation-limits.html">CloudFormation
89
- * quotas</a> in the <i>CloudFormation User Guide</i>.</p>
88
+ * <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
89
+ * <i>CloudFormation User Guide</i>.</p>
90
90
  *
91
91
  * @throws {@link NameAlreadyExistsException} (client fault)
92
92
  * <p>The specified name is already in use.</p>
@@ -0,0 +1,77 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
+ import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
5
+ import { DeactivateOrganizationsAccessInput, DeactivateOrganizationsAccessOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link DeactivateOrganizationsAccessCommand}.
14
+ */
15
+ export interface DeactivateOrganizationsAccessCommandInput extends DeactivateOrganizationsAccessInput {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link DeactivateOrganizationsAccessCommand}.
21
+ */
22
+ export interface DeactivateOrganizationsAccessCommandOutput extends DeactivateOrganizationsAccessOutput, __MetadataBearer {
23
+ }
24
+ /**
25
+ * @public
26
+ * <p>Deactivates trusted access with Organizations. If trusted access is deactivated,
27
+ * the management account does not have permissions to create and manage
28
+ * service-managed StackSets for your organization.</p>
29
+ * @example
30
+ * Use a bare-bones client and the command you need to make an API call.
31
+ * ```javascript
32
+ * import { CloudFormationClient, DeactivateOrganizationsAccessCommand } from "@aws-sdk/client-cloudformation"; // ES Modules import
33
+ * // const { CloudFormationClient, DeactivateOrganizationsAccessCommand } = require("@aws-sdk/client-cloudformation"); // CommonJS import
34
+ * const client = new CloudFormationClient(config);
35
+ * const input = {};
36
+ * const command = new DeactivateOrganizationsAccessCommand(input);
37
+ * const response = await client.send(command);
38
+ * // {};
39
+ *
40
+ * ```
41
+ *
42
+ * @param DeactivateOrganizationsAccessCommandInput - {@link DeactivateOrganizationsAccessCommandInput}
43
+ * @returns {@link DeactivateOrganizationsAccessCommandOutput}
44
+ * @see {@link DeactivateOrganizationsAccessCommandInput} for command's `input` shape.
45
+ * @see {@link DeactivateOrganizationsAccessCommandOutput} for command's `response` shape.
46
+ * @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
47
+ *
48
+ * @throws {@link InvalidOperationException} (client fault)
49
+ * <p>The specified operation isn't valid.</p>
50
+ *
51
+ * @throws {@link OperationNotFoundException} (client fault)
52
+ * <p>The specified ID refers to an operation that doesn't exist.</p>
53
+ *
54
+ * @throws {@link CloudFormationServiceException}
55
+ * <p>Base exception class for all service exceptions from CloudFormation service.</p>
56
+ *
57
+ */
58
+ export declare class DeactivateOrganizationsAccessCommand extends $Command<DeactivateOrganizationsAccessCommandInput, DeactivateOrganizationsAccessCommandOutput, CloudFormationClientResolvedConfig> {
59
+ readonly input: DeactivateOrganizationsAccessCommandInput;
60
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
61
+ /**
62
+ * @public
63
+ */
64
+ constructor(input: DeactivateOrganizationsAccessCommandInput);
65
+ /**
66
+ * @internal
67
+ */
68
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFormationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeactivateOrganizationsAccessCommandInput, DeactivateOrganizationsAccessCommandOutput>;
69
+ /**
70
+ * @internal
71
+ */
72
+ private serialize;
73
+ /**
74
+ * @internal
75
+ */
76
+ private deserialize;
77
+ }
@@ -24,11 +24,11 @@ export interface DeactivateTypeCommandOutput extends DeactivateTypeOutput, __Met
24
24
  /**
25
25
  * @public
26
26
  * <p>Deactivates a public extension that was previously activated in this account and
27
- * region.</p>
27
+ * Region.</p>
28
28
  * <p>Once deactivated, an extension can't be used in any CloudFormation operation.
29
- * This includes stack update operations where the stack template includes the extension, even
30
- * if no updates are being made to the extension. In addition, deactivated extensions aren't
31
- * automatically updated if a new version of the extension is released.</p>
29
+ * This includes stack update operations where the stack template includes the extension, even if
30
+ * no updates are being made to the extension. In addition, deactivated extensions aren't
31
+ * automatically updated if a new version of the extension is released.</p>
32
32
  * @example
33
33
  * Use a bare-bones client and the command you need to make an API call.
34
34
  * ```javascript
@@ -24,13 +24,13 @@ export interface DeleteChangeSetCommandOutput extends DeleteChangeSetOutput, __M
24
24
  /**
25
25
  * @public
26
26
  * <p>Deletes the specified change set. Deleting change sets ensures that no one executes the
27
- * wrong change set.</p>
27
+ * wrong change set.</p>
28
28
  * <p>If the call successfully completes, CloudFormation successfully deleted the change
29
- * set.</p>
30
- * <p>If <code>IncludeNestedStacks</code> specifies <code>True</code> during the creation of
31
- * the nested change set, then <code>DeleteChangeSet</code> will delete all change sets that
32
- * belong to the stacks hierarchy and will also delete all change sets for nested stacks with
33
- * the status of <code>REVIEW_IN_PROGRESS</code>.</p>
29
+ * set.</p>
30
+ * <p>If <code>IncludeNestedStacks</code> specifies <code>True</code> during the creation of the
31
+ * nested change set, then <code>DeleteChangeSet</code> will delete all change sets that belong
32
+ * to the stacks hierarchy and will also delete all change sets for nested stacks with the status
33
+ * of <code>REVIEW_IN_PROGRESS</code>.</p>
34
34
  * @example
35
35
  * Use a bare-bones client and the command you need to make an API call.
36
36
  * ```javascript
@@ -54,9 +54,8 @@ export interface DeleteChangeSetCommandOutput extends DeleteChangeSetOutput, __M
54
54
  * @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
55
55
  *
56
56
  * @throws {@link InvalidChangeSetStatusException} (client fault)
57
- * <p>The specified change set can't be used to update the stack. For example, the change set
58
- * status might be <code>CREATE_IN_PROGRESS</code>, or the stack status might be
59
- * <code>UPDATE_IN_PROGRESS</code>.</p>
57
+ * <p>The specified change set can't be used to update the stack. For example, the change set status might be
58
+ * <code>CREATE_IN_PROGRESS</code>, or the stack status might be <code>UPDATE_IN_PROGRESS</code>.</p>
60
59
  *
61
60
  * @throws {@link CloudFormationServiceException}
62
61
  * <p>Base exception class for all service exceptions from CloudFormation service.</p>
@@ -24,8 +24,8 @@ export interface DeleteStackCommandOutput extends __MetadataBearer {
24
24
  /**
25
25
  * @public
26
26
  * <p>Deletes a specified stack. Once the call completes successfully, stack deletion starts.
27
- * Deleted stacks don't show up in the <a>DescribeStacks</a> operation if the
28
- * deletion has been completed successfully.</p>
27
+ * Deleted stacks don't show up in the <a>DescribeStacks</a> operation if the deletion
28
+ * has been completed successfully.</p>
29
29
  * @example
30
30
  * Use a bare-bones client and the command you need to make an API call.
31
31
  * ```javascript
@@ -83,15 +83,14 @@ export interface DeleteStackInstancesCommandOutput extends DeleteStackInstancesO
83
83
  * <p>The specified operation ID already exists.</p>
84
84
  *
85
85
  * @throws {@link OperationInProgressException} (client fault)
86
- * <p>Another operation is currently in progress for this stack set. Only one operation can be
87
- * performed for a stack set at a given time.</p>
86
+ * <p>Another operation is currently in progress for this stack set. Only one operation can be performed for a stack
87
+ * set at a given time.</p>
88
88
  *
89
89
  * @throws {@link StackSetNotFoundException} (client fault)
90
90
  * <p>The specified stack set doesn't exist.</p>
91
91
  *
92
92
  * @throws {@link StaleRequestException} (client fault)
93
- * <p>Another operation has been performed on this stack set since the specified operation was
94
- * performed.</p>
93
+ * <p>Another operation has been performed on this stack set since the specified operation was performed.</p>
95
94
  *
96
95
  * @throws {@link CloudFormationServiceException}
97
96
  * <p>Base exception class for all service exceptions from CloudFormation service.</p>
@@ -23,8 +23,8 @@ export interface DeleteStackSetCommandOutput extends DeleteStackSetOutput, __Met
23
23
  }
24
24
  /**
25
25
  * @public
26
- * <p>Deletes a stack set. Before you can delete a stack set, all its member stack instances
27
- * must be deleted. For more information about how to complete this, see <a>DeleteStackInstances</a>.</p>
26
+ * <p>Deletes a stack set. Before you can delete a stack set, all its member stack instances must be deleted. For more
27
+ * information about how to complete this, see <a>DeleteStackInstances</a>.</p>
28
28
  * @example
29
29
  * Use a bare-bones client and the command you need to make an API call.
30
30
  * ```javascript
@@ -48,13 +48,12 @@ export interface DeleteStackSetCommandOutput extends DeleteStackSetOutput, __Met
48
48
  * @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
49
49
  *
50
50
  * @throws {@link OperationInProgressException} (client fault)
51
- * <p>Another operation is currently in progress for this stack set. Only one operation can be
52
- * performed for a stack set at a given time.</p>
51
+ * <p>Another operation is currently in progress for this stack set. Only one operation can be performed for a stack
52
+ * set at a given time.</p>
53
53
  *
54
54
  * @throws {@link StackSetNotEmptyException} (client fault)
55
- * <p>You can't yet delete this stack set, because it still contains one or more stack
56
- * instances. Delete all stack instances from the stack set before deleting the stack
57
- * set.</p>
55
+ * <p>You can't yet delete this stack set, because it still contains one or more stack instances. Delete all stack
56
+ * instances from the stack set before deleting the stack set.</p>
58
57
  *
59
58
  * @throws {@link CloudFormationServiceException}
60
59
  * <p>Base exception class for all service exceptions from CloudFormation service.</p>
@@ -23,15 +23,15 @@ export interface DeregisterTypeCommandOutput extends DeregisterTypeOutput, __Met
23
23
  }
24
24
  /**
25
25
  * @public
26
- * <p>Marks an extension or extension version as <code>DEPRECATED</code> in the CloudFormation registry, removing it from active use. Deprecated extensions or
27
- * extension versions cannot be used in CloudFormation operations.</p>
28
- * <p>To deregister an entire extension, you must individually deregister all active versions
29
- * of that extension. If an extension has only a single active version, deregistering that
30
- * version results in the extension itself being deregistered and marked as deprecated in the
31
- * registry.</p>
32
- * <p>You can't deregister the default version of an extension if there are other active
33
- * version of that extension. If you do deregister the default version of an extension, the
34
- * extension type itself is deregistered as well and marked as deprecated.</p>
26
+ * <p>Marks an extension or extension version as <code>DEPRECATED</code> in the CloudFormation registry, removing it from active use. Deprecated extensions or extension
27
+ * versions cannot be used in CloudFormation operations.</p>
28
+ * <p>To deregister an entire extension, you must individually deregister all active versions of
29
+ * that extension. If an extension has only a single active version, deregistering that version
30
+ * results in the extension itself being deregistered and marked as deprecated in the
31
+ * registry.</p>
32
+ * <p>You can't deregister the default version of an extension if there are other active version
33
+ * of that extension. If you do deregister the default version of an extension, the extension
34
+ * type itself is deregistered as well and marked as deprecated.</p>
35
35
  * <p>To view the deprecation status of an extension or extension version, use <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_DescribeType.html">DescribeType</a>.</p>
36
36
  * @example
37
37
  * Use a bare-bones client and the command you need to make an API call.
@@ -24,8 +24,7 @@ export interface DescribeAccountLimitsCommandOutput extends DescribeAccountLimit
24
24
  /**
25
25
  * @public
26
26
  * <p>Retrieves your account's CloudFormation limits, such as the maximum number of stacks
27
- * that you can create in your account. For more information about account limits, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cloudformation-limits.html">CloudFormation Quotas</a> in the
28
- * <i>CloudFormation User Guide</i>.</p>
27
+ * that you can create in your account. For more information about account limits, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cloudformation-limits.html">CloudFormation Quotas</a> in the <i>CloudFormation User Guide</i>.</p>
29
28
  * @example
30
29
  * Use a bare-bones client and the command you need to make an API call.
31
30
  * ```javascript
@@ -24,7 +24,8 @@ export interface DescribeChangeSetCommandOutput extends DescribeChangeSetOutput,
24
24
  /**
25
25
  * @public
26
26
  * <p>Returns the inputs for the change set and a list of changes that CloudFormation will
27
- * make if you execute the change set. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-changesets.html">Updating Stacks Using Change Sets</a> in the CloudFormation User Guide.</p>
27
+ * make if you execute the change set. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-changesets.html">Updating
28
+ * Stacks Using Change Sets</a> in the CloudFormation User Guide.</p>
28
29
  * @example
29
30
  * Use a bare-bones client and the command you need to make an API call.
30
31
  * ```javascript
@@ -125,8 +126,8 @@ export interface DescribeChangeSetCommandOutput extends DescribeChangeSetOutput,
125
126
  * @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
126
127
  *
127
128
  * @throws {@link ChangeSetNotFoundException} (client fault)
128
- * <p>The specified change set name or ID doesn't exit. To view valid change sets for a stack,
129
- * use the <code>ListChangeSets</code> operation.</p>
129
+ * <p>The specified change set name or ID doesn't exit. To view valid change sets for a stack, use the
130
+ * <code>ListChangeSets</code> operation.</p>
130
131
  *
131
132
  * @throws {@link CloudFormationServiceException}
132
133
  * <p>Base exception class for all service exceptions from CloudFormation service.</p>
@@ -73,8 +73,8 @@ export interface DescribeChangeSetHooksCommandOutput extends DescribeChangeSetHo
73
73
  * @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
74
74
  *
75
75
  * @throws {@link ChangeSetNotFoundException} (client fault)
76
- * <p>The specified change set name or ID doesn't exit. To view valid change sets for a stack,
77
- * use the <code>ListChangeSets</code> operation.</p>
76
+ * <p>The specified change set name or ID doesn't exit. To view valid change sets for a stack, use the
77
+ * <code>ListChangeSets</code> operation.</p>
78
78
  *
79
79
  * @throws {@link CloudFormationServiceException}
80
80
  * <p>Base exception class for all service exceptions from CloudFormation service.</p>
@@ -0,0 +1,82 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
+ import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
5
+ import { DescribeOrganizationsAccessInput, DescribeOrganizationsAccessOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link DescribeOrganizationsAccessCommand}.
14
+ */
15
+ export interface DescribeOrganizationsAccessCommandInput extends DescribeOrganizationsAccessInput {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link DescribeOrganizationsAccessCommand}.
21
+ */
22
+ export interface DescribeOrganizationsAccessCommandOutput extends DescribeOrganizationsAccessOutput, __MetadataBearer {
23
+ }
24
+ /**
25
+ * @public
26
+ * <p>Retrieves information about the account's <code>OrganizationAccess</code> status. This API
27
+ * can be called either by the management account or the delegated administrator by using the
28
+ * <code>CallAs</code> parameter. This API can also be called without the <code>CallAs</code>
29
+ * parameter by the management account.</p>
30
+ * @example
31
+ * Use a bare-bones client and the command you need to make an API call.
32
+ * ```javascript
33
+ * import { CloudFormationClient, DescribeOrganizationsAccessCommand } from "@aws-sdk/client-cloudformation"; // ES Modules import
34
+ * // const { CloudFormationClient, DescribeOrganizationsAccessCommand } = require("@aws-sdk/client-cloudformation"); // CommonJS import
35
+ * const client = new CloudFormationClient(config);
36
+ * const input = { // DescribeOrganizationsAccessInput
37
+ * CallAs: "SELF" || "DELEGATED_ADMIN",
38
+ * };
39
+ * const command = new DescribeOrganizationsAccessCommand(input);
40
+ * const response = await client.send(command);
41
+ * // { // DescribeOrganizationsAccessOutput
42
+ * // Status: "ENABLED" || "DISABLED" || "DISABLED_PERMANENTLY",
43
+ * // };
44
+ *
45
+ * ```
46
+ *
47
+ * @param DescribeOrganizationsAccessCommandInput - {@link DescribeOrganizationsAccessCommandInput}
48
+ * @returns {@link DescribeOrganizationsAccessCommandOutput}
49
+ * @see {@link DescribeOrganizationsAccessCommandInput} for command's `input` shape.
50
+ * @see {@link DescribeOrganizationsAccessCommandOutput} for command's `response` shape.
51
+ * @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
52
+ *
53
+ * @throws {@link InvalidOperationException} (client fault)
54
+ * <p>The specified operation isn't valid.</p>
55
+ *
56
+ * @throws {@link OperationNotFoundException} (client fault)
57
+ * <p>The specified ID refers to an operation that doesn't exist.</p>
58
+ *
59
+ * @throws {@link CloudFormationServiceException}
60
+ * <p>Base exception class for all service exceptions from CloudFormation service.</p>
61
+ *
62
+ */
63
+ export declare class DescribeOrganizationsAccessCommand extends $Command<DescribeOrganizationsAccessCommandInput, DescribeOrganizationsAccessCommandOutput, CloudFormationClientResolvedConfig> {
64
+ readonly input: DescribeOrganizationsAccessCommandInput;
65
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
66
+ /**
67
+ * @public
68
+ */
69
+ constructor(input: DescribeOrganizationsAccessCommandInput);
70
+ /**
71
+ * @internal
72
+ */
73
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFormationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeOrganizationsAccessCommandInput, DescribeOrganizationsAccessCommandOutput>;
74
+ /**
75
+ * @internal
76
+ */
77
+ private serialize;
78
+ /**
79
+ * @internal
80
+ */
81
+ private deserialize;
82
+ }
@@ -25,8 +25,8 @@ export interface DescribePublisherCommandOutput extends DescribePublisherOutput,
25
25
  * @public
26
26
  * <p>Returns information about a CloudFormation extension publisher.</p>
27
27
  * <p>If you don't supply a <code>PublisherId</code>, and you have registered as an extension
28
- * publisher, <code>DescribePublisher</code> returns information about your own publisher
29
- * account.</p>
28
+ * publisher, <code>DescribePublisher</code> returns information about your own publisher
29
+ * account.</p>
30
30
  * <p>For more information about registering as a publisher, see:</p>
31
31
  * <ul>
32
32
  * <li>
@@ -36,8 +36,9 @@ export interface DescribePublisherCommandOutput extends DescribePublisherOutput,
36
36
  * </li>
37
37
  * <li>
38
38
  * <p>
39
- * <a href="https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/publish-extension.html">Publishing
40
- * extensions to make them available for public use</a> in the <i>CloudFormation CLI User Guide</i>
39
+ * <a href="https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/publish-extension.html">Publishing extensions
40
+ * to make them available for public use</a> in the <i>CloudFormation
41
+ * CLI User Guide</i>
41
42
  * </p>
42
43
  * </li>
43
44
  * </ul>
@@ -24,18 +24,17 @@ export interface DescribeStackDriftDetectionStatusCommandOutput extends Describe
24
24
  /**
25
25
  * @public
26
26
  * <p>Returns information about a stack drift detection operation. A stack drift detection
27
- * operation detects whether a stack's actual configuration differs, or has
28
- * <i>drifted</i>, from it's expected configuration, as defined in the stack
29
- * template and any values specified as template parameters. A stack is considered to have
30
- * drifted if one or more of its resources have drifted. For more information about stack and
31
- * resource drift, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-stack-drift.html">Detecting
32
- * Unregulated Configuration Changes to Stacks and Resources</a>.</p>
27
+ * operation detects whether a stack's actual configuration differs, or has
28
+ * <i>drifted</i>, from its expected configuration, as defined in the stack
29
+ * template and any values specified as template parameters. A stack is considered to have
30
+ * drifted if one or more of its resources have drifted. For more information about stack and
31
+ * resource drift, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-stack-drift.html">Detecting Unregulated
32
+ * Configuration Changes to Stacks and Resources</a>.</p>
33
33
  * <p>Use <a>DetectStackDrift</a> to initiate a stack drift detection operation.
34
- * <code>DetectStackDrift</code> returns a <code>StackDriftDetectionId</code> you can use
35
- * to monitor the progress of the operation using
36
- * <code>DescribeStackDriftDetectionStatus</code>. Once the drift detection operation has
37
- * completed, use <a>DescribeStackResourceDrifts</a> to return drift information
38
- * about the stack and its resources.</p>
34
+ * <code>DetectStackDrift</code> returns a <code>StackDriftDetectionId</code> you can use to
35
+ * monitor the progress of the operation using <code>DescribeStackDriftDetectionStatus</code>.
36
+ * Once the drift detection operation has completed, use <a>DescribeStackResourceDrifts</a> to return drift information about the stack and its
37
+ * 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
@@ -23,12 +23,12 @@ export interface DescribeStackEventsCommandOutput extends DescribeStackEventsOut
23
23
  }
24
24
  /**
25
25
  * @public
26
- * <p>Returns all stack related events for a specified stack in reverse chronological order.
27
- * For more information about a stack's event history, go to <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/concept-stack.html">Stacks</a> in the
28
- * CloudFormation User Guide.</p>
26
+ * <p>Returns all stack related events for a specified stack in reverse chronological order. For
27
+ * more information about a stack's event history, go to <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/concept-stack.html">Stacks</a> in the
28
+ * CloudFormation User Guide.</p>
29
29
  * <note>
30
30
  * <p>You can list events for stacks that have failed to create or have been deleted by
31
- * specifying the unique stack identifier (stack ID).</p>
31
+ * specifying the unique stack identifier (stack ID).</p>
32
32
  * </note>
33
33
  * @example
34
34
  * Use a bare-bones client and the command you need to make an API call.
@@ -23,8 +23,9 @@ export interface DescribeStackInstanceCommandOutput extends DescribeStackInstanc
23
23
  }
24
24
  /**
25
25
  * @public
26
- * <p>Returns the stack instance that's associated with the specified stack set, Amazon Web Services account, and Region.</p>
27
- * <p>For a list of stack instances that are associated with a specific stack set, use <a>ListStackInstances</a>.</p>
26
+ * <p>Returns the stack instance that's associated with the specified StackSet, Amazon Web Services account, and
27
+ * Amazon Web Services Region.</p>
28
+ * <p>For a list of stack instances that are associated with a specific StackSet, use <a>ListStackInstances</a>.</p>
28
29
  * @example
29
30
  * Use a bare-bones client and the command you need to make an API call.
30
31
  * ```javascript
@@ -25,7 +25,7 @@ export interface DescribeStackResourceCommandOutput extends DescribeStackResourc
25
25
  * @public
26
26
  * <p>Returns a description of the specified resource in the specified stack.</p>
27
27
  * <p>For deleted stacks, DescribeStackResource returns resource information for up to 90 days
28
- * after the stack has been deleted.</p>
28
+ * after the stack has been deleted.</p>
29
29
  * @example
30
30
  * Use a bare-bones client and the command you need to make an API call.
31
31
  * ```javascript
@@ -24,15 +24,16 @@ export interface DescribeStackResourceDriftsCommandOutput extends DescribeStackR
24
24
  /**
25
25
  * @public
26
26
  * <p>Returns drift information for the resources that have been checked for drift in the
27
- * specified stack. This includes actual and expected configuration values for resources where
28
- * CloudFormation detects configuration drift.</p>
27
+ * specified stack. This includes actual and expected configuration values for resources where
28
+ * CloudFormation detects configuration drift.</p>
29
29
  * <p>For a given stack, there will be one <code>StackResourceDrift</code> for each stack
30
- * resource that has been checked for drift. Resources that haven't yet been checked for drift
31
- * aren't included. Resources that don't currently support drift detection aren't checked, and
32
- * so not included. For a list of resources that 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 Detection</a>.</p>
33
- * <p>Use <a>DetectStackResourceDrift</a> to detect drift on individual resources,
34
- * or <a>DetectStackDrift</a> to detect drift on all supported resources for a
35
- * given stack.</p>
30
+ * resource that has been checked for drift. Resources that haven't yet been checked for drift
31
+ * aren't included. Resources that don't currently support drift detection aren't checked, and so
32
+ * not included. For a list of resources that support drift detection, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-stack-drift-resource-list.html">Resources
33
+ * that Support Drift Detection</a>.</p>
34
+ * <p>Use <a>DetectStackResourceDrift</a> to detect drift on individual resources, or
35
+ * <a>DetectStackDrift</a> to detect drift on all supported resources for a given
36
+ * stack.</p>
36
37
  * @example
37
38
  * Use a bare-bones client and the command you need to make an API call.
38
39
  * ```javascript