@aws-sdk/client-cloudformation 3.296.0 → 3.297.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 (90) hide show
  1. package/dist-cjs/protocols/Aws_query.js +130 -755
  2. package/dist-es/protocols/Aws_query.js +130 -755
  3. package/dist-types/CloudFormation.d.ts +67 -0
  4. package/dist-types/CloudFormationClient.d.ts +24 -4
  5. package/dist-types/commands/ActivateTypeCommand.d.ts +16 -0
  6. package/dist-types/commands/BatchDescribeTypeConfigurationsCommand.d.ts +16 -0
  7. package/dist-types/commands/CancelUpdateStackCommand.d.ts +16 -0
  8. package/dist-types/commands/ContinueUpdateRollbackCommand.d.ts +16 -0
  9. package/dist-types/commands/CreateChangeSetCommand.d.ts +16 -0
  10. package/dist-types/commands/CreateStackCommand.d.ts +16 -0
  11. package/dist-types/commands/CreateStackInstancesCommand.d.ts +16 -0
  12. package/dist-types/commands/CreateStackSetCommand.d.ts +16 -0
  13. package/dist-types/commands/DeactivateTypeCommand.d.ts +16 -0
  14. package/dist-types/commands/DeleteChangeSetCommand.d.ts +16 -0
  15. package/dist-types/commands/DeleteStackCommand.d.ts +16 -0
  16. package/dist-types/commands/DeleteStackInstancesCommand.d.ts +16 -0
  17. package/dist-types/commands/DeleteStackSetCommand.d.ts +16 -0
  18. package/dist-types/commands/DeregisterTypeCommand.d.ts +16 -0
  19. package/dist-types/commands/DescribeAccountLimitsCommand.d.ts +16 -0
  20. package/dist-types/commands/DescribeChangeSetCommand.d.ts +16 -0
  21. package/dist-types/commands/DescribeChangeSetHooksCommand.d.ts +16 -0
  22. package/dist-types/commands/DescribePublisherCommand.d.ts +16 -0
  23. package/dist-types/commands/DescribeStackDriftDetectionStatusCommand.d.ts +16 -0
  24. package/dist-types/commands/DescribeStackEventsCommand.d.ts +16 -0
  25. package/dist-types/commands/DescribeStackInstanceCommand.d.ts +16 -0
  26. package/dist-types/commands/DescribeStackResourceCommand.d.ts +16 -0
  27. package/dist-types/commands/DescribeStackResourceDriftsCommand.d.ts +16 -0
  28. package/dist-types/commands/DescribeStackResourcesCommand.d.ts +16 -0
  29. package/dist-types/commands/DescribeStackSetCommand.d.ts +16 -0
  30. package/dist-types/commands/DescribeStackSetOperationCommand.d.ts +16 -0
  31. package/dist-types/commands/DescribeStacksCommand.d.ts +16 -0
  32. package/dist-types/commands/DescribeTypeCommand.d.ts +16 -0
  33. package/dist-types/commands/DescribeTypeRegistrationCommand.d.ts +16 -0
  34. package/dist-types/commands/DetectStackDriftCommand.d.ts +16 -0
  35. package/dist-types/commands/DetectStackResourceDriftCommand.d.ts +16 -0
  36. package/dist-types/commands/DetectStackSetDriftCommand.d.ts +16 -0
  37. package/dist-types/commands/EstimateTemplateCostCommand.d.ts +16 -0
  38. package/dist-types/commands/ExecuteChangeSetCommand.d.ts +16 -0
  39. package/dist-types/commands/GetStackPolicyCommand.d.ts +16 -0
  40. package/dist-types/commands/GetTemplateCommand.d.ts +16 -0
  41. package/dist-types/commands/GetTemplateSummaryCommand.d.ts +16 -0
  42. package/dist-types/commands/ImportStacksToStackSetCommand.d.ts +16 -0
  43. package/dist-types/commands/ListChangeSetsCommand.d.ts +16 -0
  44. package/dist-types/commands/ListExportsCommand.d.ts +16 -0
  45. package/dist-types/commands/ListImportsCommand.d.ts +16 -0
  46. package/dist-types/commands/ListStackInstancesCommand.d.ts +16 -0
  47. package/dist-types/commands/ListStackResourcesCommand.d.ts +16 -0
  48. package/dist-types/commands/ListStackSetOperationResultsCommand.d.ts +16 -0
  49. package/dist-types/commands/ListStackSetOperationsCommand.d.ts +16 -0
  50. package/dist-types/commands/ListStackSetsCommand.d.ts +16 -0
  51. package/dist-types/commands/ListStacksCommand.d.ts +16 -0
  52. package/dist-types/commands/ListTypeRegistrationsCommand.d.ts +16 -0
  53. package/dist-types/commands/ListTypeVersionsCommand.d.ts +16 -0
  54. package/dist-types/commands/ListTypesCommand.d.ts +16 -0
  55. package/dist-types/commands/PublishTypeCommand.d.ts +16 -0
  56. package/dist-types/commands/RecordHandlerProgressCommand.d.ts +16 -0
  57. package/dist-types/commands/RegisterPublisherCommand.d.ts +16 -0
  58. package/dist-types/commands/RegisterTypeCommand.d.ts +16 -0
  59. package/dist-types/commands/RollbackStackCommand.d.ts +16 -0
  60. package/dist-types/commands/SetStackPolicyCommand.d.ts +16 -0
  61. package/dist-types/commands/SetTypeConfigurationCommand.d.ts +16 -0
  62. package/dist-types/commands/SetTypeDefaultVersionCommand.d.ts +16 -0
  63. package/dist-types/commands/SignalResourceCommand.d.ts +16 -0
  64. package/dist-types/commands/StopStackSetOperationCommand.d.ts +16 -0
  65. package/dist-types/commands/TestTypeCommand.d.ts +16 -0
  66. package/dist-types/commands/UpdateStackCommand.d.ts +16 -0
  67. package/dist-types/commands/UpdateStackInstancesCommand.d.ts +16 -0
  68. package/dist-types/commands/UpdateStackSetCommand.d.ts +16 -0
  69. package/dist-types/commands/UpdateTerminationProtectionCommand.d.ts +16 -0
  70. package/dist-types/commands/ValidateTemplateCommand.d.ts +16 -0
  71. package/dist-types/models/CloudFormationServiceException.d.ts +2 -0
  72. package/dist-types/models/models_0.d.ts +543 -7
  73. package/dist-types/pagination/DescribeAccountLimitsPaginator.d.ts +3 -0
  74. package/dist-types/pagination/DescribeStackEventsPaginator.d.ts +3 -0
  75. package/dist-types/pagination/DescribeStackResourceDriftsPaginator.d.ts +3 -0
  76. package/dist-types/pagination/DescribeStacksPaginator.d.ts +3 -0
  77. package/dist-types/pagination/Interfaces.d.ts +3 -0
  78. package/dist-types/pagination/ListChangeSetsPaginator.d.ts +3 -0
  79. package/dist-types/pagination/ListExportsPaginator.d.ts +3 -0
  80. package/dist-types/pagination/ListImportsPaginator.d.ts +3 -0
  81. package/dist-types/pagination/ListStackInstancesPaginator.d.ts +3 -0
  82. package/dist-types/pagination/ListStackResourcesPaginator.d.ts +3 -0
  83. package/dist-types/pagination/ListStackSetOperationResultsPaginator.d.ts +3 -0
  84. package/dist-types/pagination/ListStackSetOperationsPaginator.d.ts +3 -0
  85. package/dist-types/pagination/ListStackSetsPaginator.d.ts +3 -0
  86. package/dist-types/pagination/ListStacksPaginator.d.ts +3 -0
  87. package/dist-types/pagination/ListTypeRegistrationsPaginator.d.ts +3 -0
  88. package/dist-types/pagination/ListTypeVersionsPaginator.d.ts +3 -0
  89. package/dist-types/pagination/ListTypesPaginator.d.ts +3 -0
  90. package/package.json +3 -3
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
5
5
  import { ActivateTypeInput, ActivateTypeOutput } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ActivateTypeCommand}.
8
10
  */
9
11
  export interface ActivateTypeCommandInput extends ActivateTypeInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ActivateTypeCommand}.
13
17
  */
14
18
  export interface ActivateTypeCommandOutput extends ActivateTypeOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Activates a public third-party extension, making it available for use in stack
18
23
  * templates. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/registry-public.html">Using
19
24
  * public extensions</a> in the <i>CloudFormation User Guide</i>.</p>
@@ -30,6 +35,8 @@ export interface ActivateTypeCommandOutput extends ActivateTypeOutput, __Metadat
30
35
  * const response = await client.send(command);
31
36
  * ```
32
37
  *
38
+ * @param ActivateTypeCommandInput - {@link ActivateTypeCommandInput}
39
+ * @returns {@link ActivateTypeCommandOutput}
33
40
  * @see {@link ActivateTypeCommandInput} for command's `input` shape.
34
41
  * @see {@link ActivateTypeCommandOutput} for command's `response` shape.
35
42
  * @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
@@ -45,11 +52,20 @@ export interface ActivateTypeCommandOutput extends ActivateTypeOutput, __Metadat
45
52
  export declare class ActivateTypeCommand extends $Command<ActivateTypeCommandInput, ActivateTypeCommandOutput, CloudFormationClientResolvedConfig> {
46
53
  readonly input: ActivateTypeCommandInput;
47
54
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
55
+ /**
56
+ * @public
57
+ */
48
58
  constructor(input: ActivateTypeCommandInput);
49
59
  /**
50
60
  * @internal
51
61
  */
52
62
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFormationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ActivateTypeCommandInput, ActivateTypeCommandOutput>;
63
+ /**
64
+ * @internal
65
+ */
53
66
  private serialize;
67
+ /**
68
+ * @internal
69
+ */
54
70
  private deserialize;
55
71
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
5
5
  import { BatchDescribeTypeConfigurationsInput, BatchDescribeTypeConfigurationsOutput } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link BatchDescribeTypeConfigurationsCommand}.
8
10
  */
9
11
  export interface BatchDescribeTypeConfigurationsCommandInput extends BatchDescribeTypeConfigurationsInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link BatchDescribeTypeConfigurationsCommand}.
13
17
  */
14
18
  export interface BatchDescribeTypeConfigurationsCommandOutput extends BatchDescribeTypeConfigurationsOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Returns configuration data for the specified CloudFormation extensions, from
18
23
  * the CloudFormation registry for the account and region.</p>
19
24
  * <p>For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/registry-register.html#registry-set-configuration">Configuring extensions at the account level</a> in the
@@ -28,6 +33,8 @@ export interface BatchDescribeTypeConfigurationsCommandOutput extends BatchDescr
28
33
  * const response = await client.send(command);
29
34
  * ```
30
35
  *
36
+ * @param BatchDescribeTypeConfigurationsCommandInput - {@link BatchDescribeTypeConfigurationsCommandInput}
37
+ * @returns {@link BatchDescribeTypeConfigurationsCommandOutput}
31
38
  * @see {@link BatchDescribeTypeConfigurationsCommandInput} for command's `input` shape.
32
39
  * @see {@link BatchDescribeTypeConfigurationsCommandOutput} for command's `response` shape.
33
40
  * @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
@@ -43,11 +50,20 @@ export interface BatchDescribeTypeConfigurationsCommandOutput extends BatchDescr
43
50
  export declare class BatchDescribeTypeConfigurationsCommand extends $Command<BatchDescribeTypeConfigurationsCommandInput, BatchDescribeTypeConfigurationsCommandOutput, CloudFormationClientResolvedConfig> {
44
51
  readonly input: BatchDescribeTypeConfigurationsCommandInput;
45
52
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
53
+ /**
54
+ * @public
55
+ */
46
56
  constructor(input: BatchDescribeTypeConfigurationsCommandInput);
47
57
  /**
48
58
  * @internal
49
59
  */
50
60
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFormationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchDescribeTypeConfigurationsCommandInput, BatchDescribeTypeConfigurationsCommandOutput>;
61
+ /**
62
+ * @internal
63
+ */
51
64
  private serialize;
65
+ /**
66
+ * @internal
67
+ */
52
68
  private deserialize;
53
69
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
5
5
  import { CancelUpdateStackInput } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CancelUpdateStackCommand}.
8
10
  */
9
11
  export interface CancelUpdateStackCommandInput extends CancelUpdateStackInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CancelUpdateStackCommand}.
13
17
  */
14
18
  export interface CancelUpdateStackCommandOutput extends __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Cancels an update on the specified stack. If the call completes successfully, the stack
18
23
  * rolls back the update and reverts to the previous stack configuration.</p>
19
24
  * <note>
@@ -30,6 +35,8 @@ export interface CancelUpdateStackCommandOutput extends __MetadataBearer {
30
35
  * const response = await client.send(command);
31
36
  * ```
32
37
  *
38
+ * @param CancelUpdateStackCommandInput - {@link CancelUpdateStackCommandInput}
39
+ * @returns {@link CancelUpdateStackCommandOutput}
33
40
  * @see {@link CancelUpdateStackCommandInput} for command's `input` shape.
34
41
  * @see {@link CancelUpdateStackCommandOutput} for command's `response` shape.
35
42
  * @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
@@ -42,11 +49,20 @@ export interface CancelUpdateStackCommandOutput extends __MetadataBearer {
42
49
  export declare class CancelUpdateStackCommand extends $Command<CancelUpdateStackCommandInput, CancelUpdateStackCommandOutput, CloudFormationClientResolvedConfig> {
43
50
  readonly input: CancelUpdateStackCommandInput;
44
51
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
52
+ /**
53
+ * @public
54
+ */
45
55
  constructor(input: CancelUpdateStackCommandInput);
46
56
  /**
47
57
  * @internal
48
58
  */
49
59
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFormationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CancelUpdateStackCommandInput, CancelUpdateStackCommandOutput>;
60
+ /**
61
+ * @internal
62
+ */
50
63
  private serialize;
64
+ /**
65
+ * @internal
66
+ */
51
67
  private deserialize;
52
68
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
5
5
  import { ContinueUpdateRollbackInput, ContinueUpdateRollbackOutput } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ContinueUpdateRollbackCommand}.
8
10
  */
9
11
  export interface ContinueUpdateRollbackCommandInput extends ContinueUpdateRollbackInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ContinueUpdateRollbackCommand}.
13
17
  */
14
18
  export interface ContinueUpdateRollbackCommandOutput extends ContinueUpdateRollbackOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>For a specified stack that's in the <code>UPDATE_ROLLBACK_FAILED</code> state, continues
18
23
  * rolling it back to the <code>UPDATE_ROLLBACK_COMPLETE</code> state. Depending on the cause
19
24
  * of the failure, you can manually <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/troubleshooting.html#troubleshooting-errors-update-rollback-failed"> fix the error</a> and continue the rollback. By continuing the rollback, you can
@@ -34,6 +39,8 @@ export interface ContinueUpdateRollbackCommandOutput extends ContinueUpdateRollb
34
39
  * const response = await client.send(command);
35
40
  * ```
36
41
  *
42
+ * @param ContinueUpdateRollbackCommandInput - {@link ContinueUpdateRollbackCommandInput}
43
+ * @returns {@link ContinueUpdateRollbackCommandOutput}
37
44
  * @see {@link ContinueUpdateRollbackCommandInput} for command's `input` shape.
38
45
  * @see {@link ContinueUpdateRollbackCommandOutput} for command's `response` shape.
39
46
  * @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
@@ -46,11 +53,20 @@ export interface ContinueUpdateRollbackCommandOutput extends ContinueUpdateRollb
46
53
  export declare class ContinueUpdateRollbackCommand extends $Command<ContinueUpdateRollbackCommandInput, ContinueUpdateRollbackCommandOutput, CloudFormationClientResolvedConfig> {
47
54
  readonly input: ContinueUpdateRollbackCommandInput;
48
55
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
56
+ /**
57
+ * @public
58
+ */
49
59
  constructor(input: ContinueUpdateRollbackCommandInput);
50
60
  /**
51
61
  * @internal
52
62
  */
53
63
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFormationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ContinueUpdateRollbackCommandInput, ContinueUpdateRollbackCommandOutput>;
64
+ /**
65
+ * @internal
66
+ */
54
67
  private serialize;
68
+ /**
69
+ * @internal
70
+ */
55
71
  private deserialize;
56
72
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
5
5
  import { CreateChangeSetInput, CreateChangeSetOutput } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateChangeSetCommand}.
8
10
  */
9
11
  export interface CreateChangeSetCommandInput extends CreateChangeSetInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateChangeSetCommand}.
13
17
  */
14
18
  export interface CreateChangeSetCommandOutput extends CreateChangeSetOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Creates a list of changes that will be applied to a stack so that you can review the
18
23
  * changes before executing them. You can create a change set for a stack that doesn't exist
19
24
  * or an existing stack. If you create a change set for a stack that doesn't exist, the change
@@ -45,6 +50,8 @@ export interface CreateChangeSetCommandOutput extends CreateChangeSetOutput, __M
45
50
  * const response = await client.send(command);
46
51
  * ```
47
52
  *
53
+ * @param CreateChangeSetCommandInput - {@link CreateChangeSetCommandInput}
54
+ * @returns {@link CreateChangeSetCommandOutput}
48
55
  * @see {@link CreateChangeSetCommandInput} for command's `input` shape.
49
56
  * @see {@link CreateChangeSetCommandOutput} for command's `response` shape.
50
57
  * @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
@@ -66,11 +73,20 @@ export interface CreateChangeSetCommandOutput extends CreateChangeSetOutput, __M
66
73
  export declare class CreateChangeSetCommand extends $Command<CreateChangeSetCommandInput, CreateChangeSetCommandOutput, CloudFormationClientResolvedConfig> {
67
74
  readonly input: CreateChangeSetCommandInput;
68
75
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
76
+ /**
77
+ * @public
78
+ */
69
79
  constructor(input: CreateChangeSetCommandInput);
70
80
  /**
71
81
  * @internal
72
82
  */
73
83
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFormationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateChangeSetCommandInput, CreateChangeSetCommandOutput>;
84
+ /**
85
+ * @internal
86
+ */
74
87
  private serialize;
88
+ /**
89
+ * @internal
90
+ */
75
91
  private deserialize;
76
92
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
5
5
  import { CreateStackInput, CreateStackOutput } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateStackCommand}.
8
10
  */
9
11
  export interface CreateStackCommandInput extends CreateStackInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateStackCommand}.
13
17
  */
14
18
  export interface CreateStackCommandOutput extends CreateStackOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Creates a stack as specified in the template. After the call completes successfully, the
18
23
  * stack creation starts. You can check the status of the stack through the <a>DescribeStacks</a>operation.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface CreateStackCommandOutput extends CreateStackOutput, __MetadataB
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param CreateStackCommandInput - {@link CreateStackCommandInput}
35
+ * @returns {@link CreateStackCommandOutput}
29
36
  * @see {@link CreateStackCommandInput} for command's `input` shape.
30
37
  * @see {@link CreateStackCommandOutput} for command's `response` shape.
31
38
  * @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
@@ -50,11 +57,20 @@ export interface CreateStackCommandOutput extends CreateStackOutput, __MetadataB
50
57
  export declare class CreateStackCommand extends $Command<CreateStackCommandInput, CreateStackCommandOutput, CloudFormationClientResolvedConfig> {
51
58
  readonly input: CreateStackCommandInput;
52
59
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
60
+ /**
61
+ * @public
62
+ */
53
63
  constructor(input: CreateStackCommandInput);
54
64
  /**
55
65
  * @internal
56
66
  */
57
67
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFormationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateStackCommandInput, CreateStackCommandOutput>;
68
+ /**
69
+ * @internal
70
+ */
58
71
  private serialize;
72
+ /**
73
+ * @internal
74
+ */
59
75
  private deserialize;
60
76
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
5
5
  import { CreateStackInstancesInput, CreateStackInstancesOutput } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateStackInstancesCommand}.
8
10
  */
9
11
  export interface CreateStackInstancesCommandInput extends CreateStackInstancesInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateStackInstancesCommand}.
13
17
  */
14
18
  export interface CreateStackInstancesCommandOutput extends CreateStackInstancesOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <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.
18
23
  * You must specify at least one value for either <code>Accounts</code> or
19
24
  * <code>DeploymentTargets</code>, and you must specify at least one value for
@@ -28,6 +33,8 @@ export interface CreateStackInstancesCommandOutput extends CreateStackInstancesO
28
33
  * const response = await client.send(command);
29
34
  * ```
30
35
  *
36
+ * @param CreateStackInstancesCommandInput - {@link CreateStackInstancesCommandInput}
37
+ * @returns {@link CreateStackInstancesCommandOutput}
31
38
  * @see {@link CreateStackInstancesCommandInput} for command's `input` shape.
32
39
  * @see {@link CreateStackInstancesCommandOutput} for command's `response` shape.
33
40
  * @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
@@ -59,11 +66,20 @@ export interface CreateStackInstancesCommandOutput extends CreateStackInstancesO
59
66
  export declare class CreateStackInstancesCommand extends $Command<CreateStackInstancesCommandInput, CreateStackInstancesCommandOutput, CloudFormationClientResolvedConfig> {
60
67
  readonly input: CreateStackInstancesCommandInput;
61
68
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
69
+ /**
70
+ * @public
71
+ */
62
72
  constructor(input: CreateStackInstancesCommandInput);
63
73
  /**
64
74
  * @internal
65
75
  */
66
76
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFormationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateStackInstancesCommandInput, CreateStackInstancesCommandOutput>;
77
+ /**
78
+ * @internal
79
+ */
67
80
  private serialize;
81
+ /**
82
+ * @internal
83
+ */
68
84
  private deserialize;
69
85
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
5
5
  import { CreateStackSetInput, CreateStackSetOutput } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateStackSetCommand}.
8
10
  */
9
11
  export interface CreateStackSetCommandInput extends CreateStackSetInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateStackSetCommand}.
13
17
  */
14
18
  export interface CreateStackSetCommandOutput extends CreateStackSetOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Creates a stack set.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface CreateStackSetCommandOutput extends CreateStackSetOutput, __Met
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param CreateStackSetCommandInput - {@link CreateStackSetCommandInput}
34
+ * @returns {@link CreateStackSetCommandOutput}
28
35
  * @see {@link CreateStackSetCommandInput} for command's `input` shape.
29
36
  * @see {@link CreateStackSetCommandOutput} for command's `response` shape.
30
37
  * @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
@@ -45,11 +52,20 @@ export interface CreateStackSetCommandOutput extends CreateStackSetOutput, __Met
45
52
  export declare class CreateStackSetCommand extends $Command<CreateStackSetCommandInput, CreateStackSetCommandOutput, CloudFormationClientResolvedConfig> {
46
53
  readonly input: CreateStackSetCommandInput;
47
54
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
55
+ /**
56
+ * @public
57
+ */
48
58
  constructor(input: CreateStackSetCommandInput);
49
59
  /**
50
60
  * @internal
51
61
  */
52
62
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFormationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateStackSetCommandInput, CreateStackSetCommandOutput>;
63
+ /**
64
+ * @internal
65
+ */
53
66
  private serialize;
67
+ /**
68
+ * @internal
69
+ */
54
70
  private deserialize;
55
71
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
5
5
  import { DeactivateTypeInput, DeactivateTypeOutput } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeactivateTypeCommand}.
8
10
  */
9
11
  export interface DeactivateTypeCommandInput extends DeactivateTypeInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeactivateTypeCommand}.
13
17
  */
14
18
  export interface DeactivateTypeCommandOutput extends DeactivateTypeOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deactivates a public extension that was previously activated in this account and
18
23
  * region.</p>
19
24
  * <p>Once deactivated, an extension can't be used in any CloudFormation operation.
@@ -30,6 +35,8 @@ export interface DeactivateTypeCommandOutput extends DeactivateTypeOutput, __Met
30
35
  * const response = await client.send(command);
31
36
  * ```
32
37
  *
38
+ * @param DeactivateTypeCommandInput - {@link DeactivateTypeCommandInput}
39
+ * @returns {@link DeactivateTypeCommandOutput}
33
40
  * @see {@link DeactivateTypeCommandInput} for command's `input` shape.
34
41
  * @see {@link DeactivateTypeCommandOutput} for command's `response` shape.
35
42
  * @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
@@ -45,11 +52,20 @@ export interface DeactivateTypeCommandOutput extends DeactivateTypeOutput, __Met
45
52
  export declare class DeactivateTypeCommand extends $Command<DeactivateTypeCommandInput, DeactivateTypeCommandOutput, CloudFormationClientResolvedConfig> {
46
53
  readonly input: DeactivateTypeCommandInput;
47
54
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
55
+ /**
56
+ * @public
57
+ */
48
58
  constructor(input: DeactivateTypeCommandInput);
49
59
  /**
50
60
  * @internal
51
61
  */
52
62
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFormationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeactivateTypeCommandInput, DeactivateTypeCommandOutput>;
63
+ /**
64
+ * @internal
65
+ */
53
66
  private serialize;
67
+ /**
68
+ * @internal
69
+ */
54
70
  private deserialize;
55
71
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
5
5
  import { DeleteChangeSetInput, DeleteChangeSetOutput } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteChangeSetCommand}.
8
10
  */
9
11
  export interface DeleteChangeSetCommandInput extends DeleteChangeSetInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteChangeSetCommand}.
13
17
  */
14
18
  export interface DeleteChangeSetCommandOutput extends DeleteChangeSetOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes the specified change set. Deleting change sets ensures that no one executes the
18
23
  * wrong change set.</p>
19
24
  * <p>If the call successfully completes, CloudFormation successfully deleted the change
@@ -32,6 +37,8 @@ export interface DeleteChangeSetCommandOutput extends DeleteChangeSetOutput, __M
32
37
  * const response = await client.send(command);
33
38
  * ```
34
39
  *
40
+ * @param DeleteChangeSetCommandInput - {@link DeleteChangeSetCommandInput}
41
+ * @returns {@link DeleteChangeSetCommandOutput}
35
42
  * @see {@link DeleteChangeSetCommandInput} for command's `input` shape.
36
43
  * @see {@link DeleteChangeSetCommandOutput} for command's `response` shape.
37
44
  * @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
@@ -46,11 +53,20 @@ export interface DeleteChangeSetCommandOutput extends DeleteChangeSetOutput, __M
46
53
  export declare class DeleteChangeSetCommand extends $Command<DeleteChangeSetCommandInput, DeleteChangeSetCommandOutput, CloudFormationClientResolvedConfig> {
47
54
  readonly input: DeleteChangeSetCommandInput;
48
55
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
56
+ /**
57
+ * @public
58
+ */
49
59
  constructor(input: DeleteChangeSetCommandInput);
50
60
  /**
51
61
  * @internal
52
62
  */
53
63
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFormationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteChangeSetCommandInput, DeleteChangeSetCommandOutput>;
64
+ /**
65
+ * @internal
66
+ */
54
67
  private serialize;
68
+ /**
69
+ * @internal
70
+ */
55
71
  private deserialize;
56
72
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
5
5
  import { DeleteStackInput } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteStackCommand}.
8
10
  */
9
11
  export interface DeleteStackCommandInput extends DeleteStackInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteStackCommand}.
13
17
  */
14
18
  export interface DeleteStackCommandOutput extends __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes a specified stack. Once the call completes successfully, stack deletion starts.
18
23
  * Deleted stacks don't show up in the <a>DescribeStacks</a> operation if the
19
24
  * deletion has been completed successfully.</p>
@@ -27,6 +32,8 @@ export interface DeleteStackCommandOutput extends __MetadataBearer {
27
32
  * const response = await client.send(command);
28
33
  * ```
29
34
  *
35
+ * @param DeleteStackCommandInput - {@link DeleteStackCommandInput}
36
+ * @returns {@link DeleteStackCommandOutput}
30
37
  * @see {@link DeleteStackCommandInput} for command's `input` shape.
31
38
  * @see {@link DeleteStackCommandOutput} for command's `response` shape.
32
39
  * @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
@@ -39,11 +46,20 @@ export interface DeleteStackCommandOutput extends __MetadataBearer {
39
46
  export declare class DeleteStackCommand extends $Command<DeleteStackCommandInput, DeleteStackCommandOutput, CloudFormationClientResolvedConfig> {
40
47
  readonly input: DeleteStackCommandInput;
41
48
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
49
+ /**
50
+ * @public
51
+ */
42
52
  constructor(input: DeleteStackCommandInput);
43
53
  /**
44
54
  * @internal
45
55
  */
46
56
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFormationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteStackCommandInput, DeleteStackCommandOutput>;
57
+ /**
58
+ * @internal
59
+ */
47
60
  private serialize;
61
+ /**
62
+ * @internal
63
+ */
48
64
  private deserialize;
49
65
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
5
5
  import { DeleteStackInstancesInput, DeleteStackInstancesOutput } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteStackInstancesCommand}.
8
10
  */
9
11
  export interface DeleteStackInstancesCommandInput extends DeleteStackInstancesInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteStackInstancesCommand}.
13
17
  */
14
18
  export interface DeleteStackInstancesCommandOutput extends DeleteStackInstancesOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes stack instances for the specified accounts, in the specified Amazon Web Services Regions.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface DeleteStackInstancesCommandOutput extends DeleteStackInstancesO
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DeleteStackInstancesCommandInput - {@link DeleteStackInstancesCommandInput}
34
+ * @returns {@link DeleteStackInstancesCommandOutput}
28
35
  * @see {@link DeleteStackInstancesCommandInput} for command's `input` shape.
29
36
  * @see {@link DeleteStackInstancesCommandOutput} for command's `response` shape.
30
37
  * @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
@@ -51,11 +58,20 @@ export interface DeleteStackInstancesCommandOutput extends DeleteStackInstancesO
51
58
  export declare class DeleteStackInstancesCommand extends $Command<DeleteStackInstancesCommandInput, DeleteStackInstancesCommandOutput, CloudFormationClientResolvedConfig> {
52
59
  readonly input: DeleteStackInstancesCommandInput;
53
60
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
61
+ /**
62
+ * @public
63
+ */
54
64
  constructor(input: DeleteStackInstancesCommandInput);
55
65
  /**
56
66
  * @internal
57
67
  */
58
68
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFormationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteStackInstancesCommandInput, DeleteStackInstancesCommandOutput>;
69
+ /**
70
+ * @internal
71
+ */
59
72
  private serialize;
73
+ /**
74
+ * @internal
75
+ */
60
76
  private deserialize;
61
77
  }