@aws-sdk/client-cloudformation 3.169.0 → 3.171.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 (108) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/CloudFormation.d.ts +1132 -335
  3. package/dist-types/ts3.4/CloudFormationClient.d.ts +501 -139
  4. package/dist-types/ts3.4/commands/ActivateTypeCommand.d.ts +32 -17
  5. package/dist-types/ts3.4/commands/BatchDescribeTypeConfigurationsCommand.d.ts +39 -17
  6. package/dist-types/ts3.4/commands/CancelUpdateStackCommand.d.ts +30 -17
  7. package/dist-types/ts3.4/commands/ContinueUpdateRollbackCommand.d.ts +39 -17
  8. package/dist-types/ts3.4/commands/CreateChangeSetCommand.d.ts +35 -17
  9. package/dist-types/ts3.4/commands/CreateStackCommand.d.ts +32 -17
  10. package/dist-types/ts3.4/commands/CreateStackInstancesCommand.d.ts +39 -17
  11. package/dist-types/ts3.4/commands/CreateStackSetCommand.d.ts +32 -17
  12. package/dist-types/ts3.4/commands/DeactivateTypeCommand.d.ts +32 -17
  13. package/dist-types/ts3.4/commands/DeleteChangeSetCommand.d.ts +35 -17
  14. package/dist-types/ts3.4/commands/DeleteStackCommand.d.ts +30 -17
  15. package/dist-types/ts3.4/commands/DeleteStackInstancesCommand.d.ts +39 -17
  16. package/dist-types/ts3.4/commands/DeleteStackSetCommand.d.ts +32 -17
  17. package/dist-types/ts3.4/commands/DeregisterTypeCommand.d.ts +32 -17
  18. package/dist-types/ts3.4/commands/DescribeAccountLimitsCommand.d.ts +39 -17
  19. package/dist-types/ts3.4/commands/DescribeChangeSetCommand.d.ts +35 -17
  20. package/dist-types/ts3.4/commands/DescribeChangeSetHooksCommand.d.ts +39 -17
  21. package/dist-types/ts3.4/commands/DescribePublisherCommand.d.ts +35 -17
  22. package/dist-types/ts3.4/commands/DescribeStackDriftDetectionStatusCommand.d.ts +39 -17
  23. package/dist-types/ts3.4/commands/DescribeStackEventsCommand.d.ts +36 -17
  24. package/dist-types/ts3.4/commands/DescribeStackInstanceCommand.d.ts +39 -17
  25. package/dist-types/ts3.4/commands/DescribeStackResourceCommand.d.ts +39 -17
  26. package/dist-types/ts3.4/commands/DescribeStackResourceDriftsCommand.d.ts +39 -17
  27. package/dist-types/ts3.4/commands/DescribeStackResourcesCommand.d.ts +39 -17
  28. package/dist-types/ts3.4/commands/DescribeStackSetCommand.d.ts +35 -17
  29. package/dist-types/ts3.4/commands/DescribeStackSetOperationCommand.d.ts +39 -17
  30. package/dist-types/ts3.4/commands/DescribeStacksCommand.d.ts +32 -17
  31. package/dist-types/ts3.4/commands/DescribeTypeCommand.d.ts +32 -17
  32. package/dist-types/ts3.4/commands/DescribeTypeRegistrationCommand.d.ts +39 -17
  33. package/dist-types/ts3.4/commands/DetectStackDriftCommand.d.ts +35 -17
  34. package/dist-types/ts3.4/commands/DetectStackResourceDriftCommand.d.ts +39 -17
  35. package/dist-types/ts3.4/commands/DetectStackSetDriftCommand.d.ts +36 -17
  36. package/dist-types/ts3.4/commands/EstimateTemplateCostCommand.d.ts +39 -17
  37. package/dist-types/ts3.4/commands/ExecuteChangeSetCommand.d.ts +35 -17
  38. package/dist-types/ts3.4/commands/GetStackPolicyCommand.d.ts +32 -17
  39. package/dist-types/ts3.4/commands/GetTemplateCommand.d.ts +32 -17
  40. package/dist-types/ts3.4/commands/GetTemplateSummaryCommand.d.ts +36 -17
  41. package/dist-types/ts3.4/commands/ImportStacksToStackSetCommand.d.ts +39 -17
  42. package/dist-types/ts3.4/commands/ListChangeSetsCommand.d.ts +32 -17
  43. package/dist-types/ts3.4/commands/ListExportsCommand.d.ts +32 -17
  44. package/dist-types/ts3.4/commands/ListImportsCommand.d.ts +32 -17
  45. package/dist-types/ts3.4/commands/ListStackInstancesCommand.d.ts +36 -17
  46. package/dist-types/ts3.4/commands/ListStackResourcesCommand.d.ts +36 -17
  47. package/dist-types/ts3.4/commands/ListStackSetOperationResultsCommand.d.ts +39 -17
  48. package/dist-types/ts3.4/commands/ListStackSetOperationsCommand.d.ts +39 -17
  49. package/dist-types/ts3.4/commands/ListStackSetsCommand.d.ts +32 -17
  50. package/dist-types/ts3.4/commands/ListStacksCommand.d.ts +32 -17
  51. package/dist-types/ts3.4/commands/ListTypeRegistrationsCommand.d.ts +39 -17
  52. package/dist-types/ts3.4/commands/ListTypeVersionsCommand.d.ts +35 -17
  53. package/dist-types/ts3.4/commands/ListTypesCommand.d.ts +32 -17
  54. package/dist-types/ts3.4/commands/PublishTypeCommand.d.ts +32 -17
  55. package/dist-types/ts3.4/commands/RecordHandlerProgressCommand.d.ts +39 -17
  56. package/dist-types/ts3.4/commands/RegisterPublisherCommand.d.ts +35 -17
  57. package/dist-types/ts3.4/commands/RegisterTypeCommand.d.ts +32 -17
  58. package/dist-types/ts3.4/commands/RollbackStackCommand.d.ts +32 -17
  59. package/dist-types/ts3.4/commands/SetStackPolicyCommand.d.ts +30 -17
  60. package/dist-types/ts3.4/commands/SetTypeConfigurationCommand.d.ts +39 -17
  61. package/dist-types/ts3.4/commands/SetTypeDefaultVersionCommand.d.ts +39 -17
  62. package/dist-types/ts3.4/commands/SignalResourceCommand.d.ts +30 -17
  63. package/dist-types/ts3.4/commands/StopStackSetOperationCommand.d.ts +39 -17
  64. package/dist-types/ts3.4/commands/TestTypeCommand.d.ts +32 -17
  65. package/dist-types/ts3.4/commands/UpdateStackCommand.d.ts +32 -17
  66. package/dist-types/ts3.4/commands/UpdateStackInstancesCommand.d.ts +39 -17
  67. package/dist-types/ts3.4/commands/UpdateStackSetCommand.d.ts +32 -17
  68. package/dist-types/ts3.4/commands/UpdateTerminationProtectionCommand.d.ts +39 -17
  69. package/dist-types/ts3.4/commands/ValidateTemplateCommand.d.ts +35 -17
  70. package/dist-types/ts3.4/commands/index.d.ts +66 -66
  71. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  72. package/dist-types/ts3.4/index.d.ts +7 -7
  73. package/dist-types/ts3.4/models/CloudFormationServiceException.d.ts +7 -6
  74. package/dist-types/ts3.4/models/index.d.ts +1 -1
  75. package/dist-types/ts3.4/models/models_0.d.ts +2162 -2855
  76. package/dist-types/ts3.4/pagination/DescribeAccountLimitsPaginator.d.ts +11 -4
  77. package/dist-types/ts3.4/pagination/DescribeStackEventsPaginator.d.ts +11 -4
  78. package/dist-types/ts3.4/pagination/DescribeStackResourceDriftsPaginator.d.ts +11 -4
  79. package/dist-types/ts3.4/pagination/DescribeStacksPaginator.d.ts +11 -4
  80. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  81. package/dist-types/ts3.4/pagination/ListChangeSetsPaginator.d.ts +11 -4
  82. package/dist-types/ts3.4/pagination/ListExportsPaginator.d.ts +11 -4
  83. package/dist-types/ts3.4/pagination/ListImportsPaginator.d.ts +11 -4
  84. package/dist-types/ts3.4/pagination/ListStackInstancesPaginator.d.ts +11 -4
  85. package/dist-types/ts3.4/pagination/ListStackResourcesPaginator.d.ts +11 -4
  86. package/dist-types/ts3.4/pagination/ListStackSetOperationResultsPaginator.d.ts +11 -4
  87. package/dist-types/ts3.4/pagination/ListStackSetOperationsPaginator.d.ts +11 -4
  88. package/dist-types/ts3.4/pagination/ListStackSetsPaginator.d.ts +11 -4
  89. package/dist-types/ts3.4/pagination/ListStacksPaginator.d.ts +11 -4
  90. package/dist-types/ts3.4/pagination/ListTypeRegistrationsPaginator.d.ts +11 -4
  91. package/dist-types/ts3.4/pagination/ListTypeVersionsPaginator.d.ts +11 -4
  92. package/dist-types/ts3.4/pagination/ListTypesPaginator.d.ts +11 -4
  93. package/dist-types/ts3.4/pagination/index.d.ts +17 -17
  94. package/dist-types/ts3.4/protocols/Aws_query.d.ts +797 -200
  95. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
  96. package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
  97. package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
  98. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
  99. package/dist-types/ts3.4/waiters/index.d.ts +8 -8
  100. package/dist-types/ts3.4/waiters/waitForChangeSetCreateComplete.d.ts +11 -7
  101. package/dist-types/ts3.4/waiters/waitForStackCreateComplete.d.ts +11 -7
  102. package/dist-types/ts3.4/waiters/waitForStackDeleteComplete.d.ts +11 -7
  103. package/dist-types/ts3.4/waiters/waitForStackExists.d.ts +11 -7
  104. package/dist-types/ts3.4/waiters/waitForStackImportComplete.d.ts +11 -7
  105. package/dist-types/ts3.4/waiters/waitForStackRollbackComplete.d.ts +11 -7
  106. package/dist-types/ts3.4/waiters/waitForStackUpdateComplete.d.ts +11 -7
  107. package/dist-types/ts3.4/waiters/waitForTypeRegistrationComplete.d.ts +11 -7
  108. package/package.json +35 -35
@@ -1,17 +1,32 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
4
- import { ActivateTypeInput, ActivateTypeOutput } from "../models/models_0";
5
- export interface ActivateTypeCommandInput extends ActivateTypeInput {
6
- }
7
- export interface ActivateTypeCommandOutput extends ActivateTypeOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class ActivateTypeCommand extends $Command<ActivateTypeCommandInput, ActivateTypeCommandOutput, CloudFormationClientResolvedConfig> {
11
- readonly input: ActivateTypeCommandInput;
12
- constructor(input: ActivateTypeCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFormationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ActivateTypeCommandInput, ActivateTypeCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ CloudFormationClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../CloudFormationClient";
13
+ import { ActivateTypeInput, ActivateTypeOutput } from "../models/models_0";
14
+ export interface ActivateTypeCommandInput extends ActivateTypeInput {}
15
+ export interface ActivateTypeCommandOutput
16
+ extends ActivateTypeOutput,
17
+ __MetadataBearer {}
18
+ export declare class ActivateTypeCommand extends $Command<
19
+ ActivateTypeCommandInput,
20
+ ActivateTypeCommandOutput,
21
+ CloudFormationClientResolvedConfig
22
+ > {
23
+ readonly input: ActivateTypeCommandInput;
24
+ constructor(input: ActivateTypeCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: CloudFormationClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<ActivateTypeCommandInput, ActivateTypeCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -1,17 +1,39 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
4
- import { BatchDescribeTypeConfigurationsInput, BatchDescribeTypeConfigurationsOutput } from "../models/models_0";
5
- export interface BatchDescribeTypeConfigurationsCommandInput extends BatchDescribeTypeConfigurationsInput {
6
- }
7
- export interface BatchDescribeTypeConfigurationsCommandOutput extends BatchDescribeTypeConfigurationsOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class BatchDescribeTypeConfigurationsCommand extends $Command<BatchDescribeTypeConfigurationsCommandInput, BatchDescribeTypeConfigurationsCommandOutput, CloudFormationClientResolvedConfig> {
11
- readonly input: BatchDescribeTypeConfigurationsCommandInput;
12
- constructor(input: BatchDescribeTypeConfigurationsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFormationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchDescribeTypeConfigurationsCommandInput, BatchDescribeTypeConfigurationsCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ CloudFormationClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../CloudFormationClient";
13
+ import {
14
+ BatchDescribeTypeConfigurationsInput,
15
+ BatchDescribeTypeConfigurationsOutput,
16
+ } from "../models/models_0";
17
+ export interface BatchDescribeTypeConfigurationsCommandInput
18
+ extends BatchDescribeTypeConfigurationsInput {}
19
+ export interface BatchDescribeTypeConfigurationsCommandOutput
20
+ extends BatchDescribeTypeConfigurationsOutput,
21
+ __MetadataBearer {}
22
+ export declare class BatchDescribeTypeConfigurationsCommand extends $Command<
23
+ BatchDescribeTypeConfigurationsCommandInput,
24
+ BatchDescribeTypeConfigurationsCommandOutput,
25
+ CloudFormationClientResolvedConfig
26
+ > {
27
+ readonly input: BatchDescribeTypeConfigurationsCommandInput;
28
+ constructor(input: BatchDescribeTypeConfigurationsCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: CloudFormationClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ BatchDescribeTypeConfigurationsCommandInput,
35
+ BatchDescribeTypeConfigurationsCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,30 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
4
- import { CancelUpdateStackInput } from "../models/models_0";
5
- export interface CancelUpdateStackCommandInput extends CancelUpdateStackInput {
6
- }
7
- export interface CancelUpdateStackCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class CancelUpdateStackCommand extends $Command<CancelUpdateStackCommandInput, CancelUpdateStackCommandOutput, CloudFormationClientResolvedConfig> {
11
- readonly input: CancelUpdateStackCommandInput;
12
- constructor(input: CancelUpdateStackCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFormationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CancelUpdateStackCommandInput, CancelUpdateStackCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ CloudFormationClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../CloudFormationClient";
13
+ import { CancelUpdateStackInput } from "../models/models_0";
14
+ export interface CancelUpdateStackCommandInput extends CancelUpdateStackInput {}
15
+ export interface CancelUpdateStackCommandOutput extends __MetadataBearer {}
16
+ export declare class CancelUpdateStackCommand extends $Command<
17
+ CancelUpdateStackCommandInput,
18
+ CancelUpdateStackCommandOutput,
19
+ CloudFormationClientResolvedConfig
20
+ > {
21
+ readonly input: CancelUpdateStackCommandInput;
22
+ constructor(input: CancelUpdateStackCommandInput);
23
+ resolveMiddleware(
24
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
25
+ configuration: CloudFormationClientResolvedConfig,
26
+ options?: __HttpHandlerOptions
27
+ ): Handler<CancelUpdateStackCommandInput, CancelUpdateStackCommandOutput>;
28
+ private serialize;
29
+ private deserialize;
30
+ }
@@ -1,17 +1,39 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
4
- import { ContinueUpdateRollbackInput, ContinueUpdateRollbackOutput } from "../models/models_0";
5
- export interface ContinueUpdateRollbackCommandInput extends ContinueUpdateRollbackInput {
6
- }
7
- export interface ContinueUpdateRollbackCommandOutput extends ContinueUpdateRollbackOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class ContinueUpdateRollbackCommand extends $Command<ContinueUpdateRollbackCommandInput, ContinueUpdateRollbackCommandOutput, CloudFormationClientResolvedConfig> {
11
- readonly input: ContinueUpdateRollbackCommandInput;
12
- constructor(input: ContinueUpdateRollbackCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFormationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ContinueUpdateRollbackCommandInput, ContinueUpdateRollbackCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ CloudFormationClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../CloudFormationClient";
13
+ import {
14
+ ContinueUpdateRollbackInput,
15
+ ContinueUpdateRollbackOutput,
16
+ } from "../models/models_0";
17
+ export interface ContinueUpdateRollbackCommandInput
18
+ extends ContinueUpdateRollbackInput {}
19
+ export interface ContinueUpdateRollbackCommandOutput
20
+ extends ContinueUpdateRollbackOutput,
21
+ __MetadataBearer {}
22
+ export declare class ContinueUpdateRollbackCommand extends $Command<
23
+ ContinueUpdateRollbackCommandInput,
24
+ ContinueUpdateRollbackCommandOutput,
25
+ CloudFormationClientResolvedConfig
26
+ > {
27
+ readonly input: ContinueUpdateRollbackCommandInput;
28
+ constructor(input: ContinueUpdateRollbackCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: CloudFormationClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ ContinueUpdateRollbackCommandInput,
35
+ ContinueUpdateRollbackCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,35 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
4
- import { CreateChangeSetInput, CreateChangeSetOutput } from "../models/models_0";
5
- export interface CreateChangeSetCommandInput extends CreateChangeSetInput {
6
- }
7
- export interface CreateChangeSetCommandOutput extends CreateChangeSetOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateChangeSetCommand extends $Command<CreateChangeSetCommandInput, CreateChangeSetCommandOutput, CloudFormationClientResolvedConfig> {
11
- readonly input: CreateChangeSetCommandInput;
12
- constructor(input: CreateChangeSetCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFormationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateChangeSetCommandInput, CreateChangeSetCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ CloudFormationClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../CloudFormationClient";
13
+ import {
14
+ CreateChangeSetInput,
15
+ CreateChangeSetOutput,
16
+ } from "../models/models_0";
17
+ export interface CreateChangeSetCommandInput extends CreateChangeSetInput {}
18
+ export interface CreateChangeSetCommandOutput
19
+ extends CreateChangeSetOutput,
20
+ __MetadataBearer {}
21
+ export declare class CreateChangeSetCommand extends $Command<
22
+ CreateChangeSetCommandInput,
23
+ CreateChangeSetCommandOutput,
24
+ CloudFormationClientResolvedConfig
25
+ > {
26
+ readonly input: CreateChangeSetCommandInput;
27
+ constructor(input: CreateChangeSetCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: CloudFormationClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<CreateChangeSetCommandInput, CreateChangeSetCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -1,17 +1,32 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
4
- import { CreateStackInput, CreateStackOutput } from "../models/models_0";
5
- export interface CreateStackCommandInput extends CreateStackInput {
6
- }
7
- export interface CreateStackCommandOutput extends CreateStackOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateStackCommand extends $Command<CreateStackCommandInput, CreateStackCommandOutput, CloudFormationClientResolvedConfig> {
11
- readonly input: CreateStackCommandInput;
12
- constructor(input: CreateStackCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFormationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateStackCommandInput, CreateStackCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ CloudFormationClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../CloudFormationClient";
13
+ import { CreateStackInput, CreateStackOutput } from "../models/models_0";
14
+ export interface CreateStackCommandInput extends CreateStackInput {}
15
+ export interface CreateStackCommandOutput
16
+ extends CreateStackOutput,
17
+ __MetadataBearer {}
18
+ export declare class CreateStackCommand extends $Command<
19
+ CreateStackCommandInput,
20
+ CreateStackCommandOutput,
21
+ CloudFormationClientResolvedConfig
22
+ > {
23
+ readonly input: CreateStackCommandInput;
24
+ constructor(input: CreateStackCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: CloudFormationClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<CreateStackCommandInput, CreateStackCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -1,17 +1,39 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
4
- import { CreateStackInstancesInput, CreateStackInstancesOutput } from "../models/models_0";
5
- export interface CreateStackInstancesCommandInput extends CreateStackInstancesInput {
6
- }
7
- export interface CreateStackInstancesCommandOutput extends CreateStackInstancesOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateStackInstancesCommand extends $Command<CreateStackInstancesCommandInput, CreateStackInstancesCommandOutput, CloudFormationClientResolvedConfig> {
11
- readonly input: CreateStackInstancesCommandInput;
12
- constructor(input: CreateStackInstancesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFormationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateStackInstancesCommandInput, CreateStackInstancesCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ CloudFormationClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../CloudFormationClient";
13
+ import {
14
+ CreateStackInstancesInput,
15
+ CreateStackInstancesOutput,
16
+ } from "../models/models_0";
17
+ export interface CreateStackInstancesCommandInput
18
+ extends CreateStackInstancesInput {}
19
+ export interface CreateStackInstancesCommandOutput
20
+ extends CreateStackInstancesOutput,
21
+ __MetadataBearer {}
22
+ export declare class CreateStackInstancesCommand extends $Command<
23
+ CreateStackInstancesCommandInput,
24
+ CreateStackInstancesCommandOutput,
25
+ CloudFormationClientResolvedConfig
26
+ > {
27
+ readonly input: CreateStackInstancesCommandInput;
28
+ constructor(input: CreateStackInstancesCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: CloudFormationClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ CreateStackInstancesCommandInput,
35
+ CreateStackInstancesCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,32 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
4
- import { CreateStackSetInput, CreateStackSetOutput } from "../models/models_0";
5
- export interface CreateStackSetCommandInput extends CreateStackSetInput {
6
- }
7
- export interface CreateStackSetCommandOutput extends CreateStackSetOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateStackSetCommand extends $Command<CreateStackSetCommandInput, CreateStackSetCommandOutput, CloudFormationClientResolvedConfig> {
11
- readonly input: CreateStackSetCommandInput;
12
- constructor(input: CreateStackSetCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFormationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateStackSetCommandInput, CreateStackSetCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ CloudFormationClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../CloudFormationClient";
13
+ import { CreateStackSetInput, CreateStackSetOutput } from "../models/models_0";
14
+ export interface CreateStackSetCommandInput extends CreateStackSetInput {}
15
+ export interface CreateStackSetCommandOutput
16
+ extends CreateStackSetOutput,
17
+ __MetadataBearer {}
18
+ export declare class CreateStackSetCommand extends $Command<
19
+ CreateStackSetCommandInput,
20
+ CreateStackSetCommandOutput,
21
+ CloudFormationClientResolvedConfig
22
+ > {
23
+ readonly input: CreateStackSetCommandInput;
24
+ constructor(input: CreateStackSetCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: CloudFormationClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<CreateStackSetCommandInput, CreateStackSetCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -1,17 +1,32 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
4
- import { DeactivateTypeInput, DeactivateTypeOutput } from "../models/models_0";
5
- export interface DeactivateTypeCommandInput extends DeactivateTypeInput {
6
- }
7
- export interface DeactivateTypeCommandOutput extends DeactivateTypeOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class DeactivateTypeCommand extends $Command<DeactivateTypeCommandInput, DeactivateTypeCommandOutput, CloudFormationClientResolvedConfig> {
11
- readonly input: DeactivateTypeCommandInput;
12
- constructor(input: DeactivateTypeCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFormationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeactivateTypeCommandInput, DeactivateTypeCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ CloudFormationClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../CloudFormationClient";
13
+ import { DeactivateTypeInput, DeactivateTypeOutput } from "../models/models_0";
14
+ export interface DeactivateTypeCommandInput extends DeactivateTypeInput {}
15
+ export interface DeactivateTypeCommandOutput
16
+ extends DeactivateTypeOutput,
17
+ __MetadataBearer {}
18
+ export declare class DeactivateTypeCommand extends $Command<
19
+ DeactivateTypeCommandInput,
20
+ DeactivateTypeCommandOutput,
21
+ CloudFormationClientResolvedConfig
22
+ > {
23
+ readonly input: DeactivateTypeCommandInput;
24
+ constructor(input: DeactivateTypeCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: CloudFormationClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<DeactivateTypeCommandInput, DeactivateTypeCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -1,17 +1,35 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
4
- import { DeleteChangeSetInput, DeleteChangeSetOutput } from "../models/models_0";
5
- export interface DeleteChangeSetCommandInput extends DeleteChangeSetInput {
6
- }
7
- export interface DeleteChangeSetCommandOutput extends DeleteChangeSetOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteChangeSetCommand extends $Command<DeleteChangeSetCommandInput, DeleteChangeSetCommandOutput, CloudFormationClientResolvedConfig> {
11
- readonly input: DeleteChangeSetCommandInput;
12
- constructor(input: DeleteChangeSetCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFormationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteChangeSetCommandInput, DeleteChangeSetCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ CloudFormationClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../CloudFormationClient";
13
+ import {
14
+ DeleteChangeSetInput,
15
+ DeleteChangeSetOutput,
16
+ } from "../models/models_0";
17
+ export interface DeleteChangeSetCommandInput extends DeleteChangeSetInput {}
18
+ export interface DeleteChangeSetCommandOutput
19
+ extends DeleteChangeSetOutput,
20
+ __MetadataBearer {}
21
+ export declare class DeleteChangeSetCommand extends $Command<
22
+ DeleteChangeSetCommandInput,
23
+ DeleteChangeSetCommandOutput,
24
+ CloudFormationClientResolvedConfig
25
+ > {
26
+ readonly input: DeleteChangeSetCommandInput;
27
+ constructor(input: DeleteChangeSetCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: CloudFormationClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<DeleteChangeSetCommandInput, DeleteChangeSetCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -1,17 +1,30 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
4
- import { DeleteStackInput } from "../models/models_0";
5
- export interface DeleteStackCommandInput extends DeleteStackInput {
6
- }
7
- export interface DeleteStackCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteStackCommand extends $Command<DeleteStackCommandInput, DeleteStackCommandOutput, CloudFormationClientResolvedConfig> {
11
- readonly input: DeleteStackCommandInput;
12
- constructor(input: DeleteStackCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFormationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteStackCommandInput, DeleteStackCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ CloudFormationClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../CloudFormationClient";
13
+ import { DeleteStackInput } from "../models/models_0";
14
+ export interface DeleteStackCommandInput extends DeleteStackInput {}
15
+ export interface DeleteStackCommandOutput extends __MetadataBearer {}
16
+ export declare class DeleteStackCommand extends $Command<
17
+ DeleteStackCommandInput,
18
+ DeleteStackCommandOutput,
19
+ CloudFormationClientResolvedConfig
20
+ > {
21
+ readonly input: DeleteStackCommandInput;
22
+ constructor(input: DeleteStackCommandInput);
23
+ resolveMiddleware(
24
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
25
+ configuration: CloudFormationClientResolvedConfig,
26
+ options?: __HttpHandlerOptions
27
+ ): Handler<DeleteStackCommandInput, DeleteStackCommandOutput>;
28
+ private serialize;
29
+ private deserialize;
30
+ }
@@ -1,17 +1,39 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
4
- import { DeleteStackInstancesInput, DeleteStackInstancesOutput } from "../models/models_0";
5
- export interface DeleteStackInstancesCommandInput extends DeleteStackInstancesInput {
6
- }
7
- export interface DeleteStackInstancesCommandOutput extends DeleteStackInstancesOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteStackInstancesCommand extends $Command<DeleteStackInstancesCommandInput, DeleteStackInstancesCommandOutput, CloudFormationClientResolvedConfig> {
11
- readonly input: DeleteStackInstancesCommandInput;
12
- constructor(input: DeleteStackInstancesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFormationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteStackInstancesCommandInput, DeleteStackInstancesCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ CloudFormationClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../CloudFormationClient";
13
+ import {
14
+ DeleteStackInstancesInput,
15
+ DeleteStackInstancesOutput,
16
+ } from "../models/models_0";
17
+ export interface DeleteStackInstancesCommandInput
18
+ extends DeleteStackInstancesInput {}
19
+ export interface DeleteStackInstancesCommandOutput
20
+ extends DeleteStackInstancesOutput,
21
+ __MetadataBearer {}
22
+ export declare class DeleteStackInstancesCommand extends $Command<
23
+ DeleteStackInstancesCommandInput,
24
+ DeleteStackInstancesCommandOutput,
25
+ CloudFormationClientResolvedConfig
26
+ > {
27
+ readonly input: DeleteStackInstancesCommandInput;
28
+ constructor(input: DeleteStackInstancesCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: CloudFormationClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ DeleteStackInstancesCommandInput,
35
+ DeleteStackInstancesCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }