@aws-sdk/client-cloudformation 3.168.0 → 3.170.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 +1198 -335
  3. package/dist-types/ts3.4/CloudFormationClient.d.ts +526 -139
  4. package/dist-types/ts3.4/commands/ActivateTypeCommand.d.ts +34 -17
  5. package/dist-types/ts3.4/commands/BatchDescribeTypeConfigurationsCommand.d.ts +41 -17
  6. package/dist-types/ts3.4/commands/CancelUpdateStackCommand.d.ts +32 -17
  7. package/dist-types/ts3.4/commands/ContinueUpdateRollbackCommand.d.ts +41 -17
  8. package/dist-types/ts3.4/commands/CreateChangeSetCommand.d.ts +37 -17
  9. package/dist-types/ts3.4/commands/CreateStackCommand.d.ts +34 -17
  10. package/dist-types/ts3.4/commands/CreateStackInstancesCommand.d.ts +41 -17
  11. package/dist-types/ts3.4/commands/CreateStackSetCommand.d.ts +34 -17
  12. package/dist-types/ts3.4/commands/DeactivateTypeCommand.d.ts +34 -17
  13. package/dist-types/ts3.4/commands/DeleteChangeSetCommand.d.ts +37 -17
  14. package/dist-types/ts3.4/commands/DeleteStackCommand.d.ts +32 -17
  15. package/dist-types/ts3.4/commands/DeleteStackInstancesCommand.d.ts +41 -17
  16. package/dist-types/ts3.4/commands/DeleteStackSetCommand.d.ts +34 -17
  17. package/dist-types/ts3.4/commands/DeregisterTypeCommand.d.ts +34 -17
  18. package/dist-types/ts3.4/commands/DescribeAccountLimitsCommand.d.ts +41 -17
  19. package/dist-types/ts3.4/commands/DescribeChangeSetCommand.d.ts +37 -17
  20. package/dist-types/ts3.4/commands/DescribeChangeSetHooksCommand.d.ts +41 -17
  21. package/dist-types/ts3.4/commands/DescribePublisherCommand.d.ts +37 -17
  22. package/dist-types/ts3.4/commands/DescribeStackDriftDetectionStatusCommand.d.ts +41 -17
  23. package/dist-types/ts3.4/commands/DescribeStackEventsCommand.d.ts +38 -17
  24. package/dist-types/ts3.4/commands/DescribeStackInstanceCommand.d.ts +41 -17
  25. package/dist-types/ts3.4/commands/DescribeStackResourceCommand.d.ts +41 -17
  26. package/dist-types/ts3.4/commands/DescribeStackResourceDriftsCommand.d.ts +41 -17
  27. package/dist-types/ts3.4/commands/DescribeStackResourcesCommand.d.ts +41 -17
  28. package/dist-types/ts3.4/commands/DescribeStackSetCommand.d.ts +37 -17
  29. package/dist-types/ts3.4/commands/DescribeStackSetOperationCommand.d.ts +41 -17
  30. package/dist-types/ts3.4/commands/DescribeStacksCommand.d.ts +34 -17
  31. package/dist-types/ts3.4/commands/DescribeTypeCommand.d.ts +34 -17
  32. package/dist-types/ts3.4/commands/DescribeTypeRegistrationCommand.d.ts +41 -17
  33. package/dist-types/ts3.4/commands/DetectStackDriftCommand.d.ts +37 -17
  34. package/dist-types/ts3.4/commands/DetectStackResourceDriftCommand.d.ts +41 -17
  35. package/dist-types/ts3.4/commands/DetectStackSetDriftCommand.d.ts +38 -17
  36. package/dist-types/ts3.4/commands/EstimateTemplateCostCommand.d.ts +41 -17
  37. package/dist-types/ts3.4/commands/ExecuteChangeSetCommand.d.ts +37 -17
  38. package/dist-types/ts3.4/commands/GetStackPolicyCommand.d.ts +34 -17
  39. package/dist-types/ts3.4/commands/GetTemplateCommand.d.ts +34 -17
  40. package/dist-types/ts3.4/commands/GetTemplateSummaryCommand.d.ts +38 -17
  41. package/dist-types/ts3.4/commands/ImportStacksToStackSetCommand.d.ts +41 -17
  42. package/dist-types/ts3.4/commands/ListChangeSetsCommand.d.ts +34 -17
  43. package/dist-types/ts3.4/commands/ListExportsCommand.d.ts +34 -17
  44. package/dist-types/ts3.4/commands/ListImportsCommand.d.ts +34 -17
  45. package/dist-types/ts3.4/commands/ListStackInstancesCommand.d.ts +38 -17
  46. package/dist-types/ts3.4/commands/ListStackResourcesCommand.d.ts +38 -17
  47. package/dist-types/ts3.4/commands/ListStackSetOperationResultsCommand.d.ts +41 -17
  48. package/dist-types/ts3.4/commands/ListStackSetOperationsCommand.d.ts +41 -17
  49. package/dist-types/ts3.4/commands/ListStackSetsCommand.d.ts +34 -17
  50. package/dist-types/ts3.4/commands/ListStacksCommand.d.ts +34 -17
  51. package/dist-types/ts3.4/commands/ListTypeRegistrationsCommand.d.ts +41 -17
  52. package/dist-types/ts3.4/commands/ListTypeVersionsCommand.d.ts +37 -17
  53. package/dist-types/ts3.4/commands/ListTypesCommand.d.ts +34 -17
  54. package/dist-types/ts3.4/commands/PublishTypeCommand.d.ts +34 -17
  55. package/dist-types/ts3.4/commands/RecordHandlerProgressCommand.d.ts +41 -17
  56. package/dist-types/ts3.4/commands/RegisterPublisherCommand.d.ts +37 -17
  57. package/dist-types/ts3.4/commands/RegisterTypeCommand.d.ts +34 -17
  58. package/dist-types/ts3.4/commands/RollbackStackCommand.d.ts +34 -17
  59. package/dist-types/ts3.4/commands/SetStackPolicyCommand.d.ts +32 -17
  60. package/dist-types/ts3.4/commands/SetTypeConfigurationCommand.d.ts +41 -17
  61. package/dist-types/ts3.4/commands/SetTypeDefaultVersionCommand.d.ts +41 -17
  62. package/dist-types/ts3.4/commands/SignalResourceCommand.d.ts +32 -17
  63. package/dist-types/ts3.4/commands/StopStackSetOperationCommand.d.ts +41 -17
  64. package/dist-types/ts3.4/commands/TestTypeCommand.d.ts +34 -17
  65. package/dist-types/ts3.4/commands/UpdateStackCommand.d.ts +34 -17
  66. package/dist-types/ts3.4/commands/UpdateStackInstancesCommand.d.ts +41 -17
  67. package/dist-types/ts3.4/commands/UpdateStackSetCommand.d.ts +34 -17
  68. package/dist-types/ts3.4/commands/UpdateTerminationProtectionCommand.d.ts +41 -17
  69. package/dist-types/ts3.4/commands/ValidateTemplateCommand.d.ts +37 -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 +8 -6
  74. package/dist-types/ts3.4/models/index.d.ts +1 -1
  75. package/dist-types/ts3.4/models/models_0.d.ts +3100 -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 +66 -38
  96. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  97. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  98. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  99. package/dist-types/ts3.4/waiters/index.d.ts +8 -8
  100. package/dist-types/ts3.4/waiters/waitForChangeSetCreateComplete.d.ts +13 -7
  101. package/dist-types/ts3.4/waiters/waitForStackCreateComplete.d.ts +13 -7
  102. package/dist-types/ts3.4/waiters/waitForStackDeleteComplete.d.ts +13 -7
  103. package/dist-types/ts3.4/waiters/waitForStackExists.d.ts +13 -7
  104. package/dist-types/ts3.4/waiters/waitForStackImportComplete.d.ts +13 -7
  105. package/dist-types/ts3.4/waiters/waitForStackRollbackComplete.d.ts +13 -7
  106. package/dist-types/ts3.4/waiters/waitForStackUpdateComplete.d.ts +13 -7
  107. package/dist-types/ts3.4/waiters/waitForTypeRegistrationComplete.d.ts +13 -7
  108. package/package.json +35 -35
@@ -1,17 +1,34 @@
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
+
19
+ export declare class ActivateTypeCommand extends $Command<
20
+ ActivateTypeCommandInput,
21
+ ActivateTypeCommandOutput,
22
+ CloudFormationClientResolvedConfig
23
+ > {
24
+ readonly input: ActivateTypeCommandInput;
25
+ constructor(input: ActivateTypeCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: CloudFormationClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<ActivateTypeCommandInput, ActivateTypeCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }
@@ -1,17 +1,41 @@
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
+
23
+ export declare class BatchDescribeTypeConfigurationsCommand extends $Command<
24
+ BatchDescribeTypeConfigurationsCommandInput,
25
+ BatchDescribeTypeConfigurationsCommandOutput,
26
+ CloudFormationClientResolvedConfig
27
+ > {
28
+ readonly input: BatchDescribeTypeConfigurationsCommandInput;
29
+ constructor(input: BatchDescribeTypeConfigurationsCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: CloudFormationClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ BatchDescribeTypeConfigurationsCommandInput,
37
+ BatchDescribeTypeConfigurationsCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -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 { 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
+
17
+ export declare class CancelUpdateStackCommand extends $Command<
18
+ CancelUpdateStackCommandInput,
19
+ CancelUpdateStackCommandOutput,
20
+ CloudFormationClientResolvedConfig
21
+ > {
22
+ readonly input: CancelUpdateStackCommandInput;
23
+ constructor(input: CancelUpdateStackCommandInput);
24
+
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: CloudFormationClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<CancelUpdateStackCommandInput, CancelUpdateStackCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -1,17 +1,41 @@
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
+
23
+ export declare class ContinueUpdateRollbackCommand extends $Command<
24
+ ContinueUpdateRollbackCommandInput,
25
+ ContinueUpdateRollbackCommandOutput,
26
+ CloudFormationClientResolvedConfig
27
+ > {
28
+ readonly input: ContinueUpdateRollbackCommandInput;
29
+ constructor(input: ContinueUpdateRollbackCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: CloudFormationClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ ContinueUpdateRollbackCommandInput,
37
+ ContinueUpdateRollbackCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,37 @@
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
+
22
+ export declare class CreateChangeSetCommand extends $Command<
23
+ CreateChangeSetCommandInput,
24
+ CreateChangeSetCommandOutput,
25
+ CloudFormationClientResolvedConfig
26
+ > {
27
+ readonly input: CreateChangeSetCommandInput;
28
+ constructor(input: CreateChangeSetCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: CloudFormationClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<CreateChangeSetCommandInput, CreateChangeSetCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,17 +1,34 @@
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
+
19
+ export declare class CreateStackCommand extends $Command<
20
+ CreateStackCommandInput,
21
+ CreateStackCommandOutput,
22
+ CloudFormationClientResolvedConfig
23
+ > {
24
+ readonly input: CreateStackCommandInput;
25
+ constructor(input: CreateStackCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: CloudFormationClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<CreateStackCommandInput, CreateStackCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }
@@ -1,17 +1,41 @@
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
+
23
+ export declare class CreateStackInstancesCommand extends $Command<
24
+ CreateStackInstancesCommandInput,
25
+ CreateStackInstancesCommandOutput,
26
+ CloudFormationClientResolvedConfig
27
+ > {
28
+ readonly input: CreateStackInstancesCommandInput;
29
+ constructor(input: CreateStackInstancesCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: CloudFormationClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ CreateStackInstancesCommandInput,
37
+ CreateStackInstancesCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,34 @@
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
+
19
+ export declare class CreateStackSetCommand extends $Command<
20
+ CreateStackSetCommandInput,
21
+ CreateStackSetCommandOutput,
22
+ CloudFormationClientResolvedConfig
23
+ > {
24
+ readonly input: CreateStackSetCommandInput;
25
+ constructor(input: CreateStackSetCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: CloudFormationClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<CreateStackSetCommandInput, CreateStackSetCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }
@@ -1,17 +1,34 @@
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
+
19
+ export declare class DeactivateTypeCommand extends $Command<
20
+ DeactivateTypeCommandInput,
21
+ DeactivateTypeCommandOutput,
22
+ CloudFormationClientResolvedConfig
23
+ > {
24
+ readonly input: DeactivateTypeCommandInput;
25
+ constructor(input: DeactivateTypeCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: CloudFormationClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<DeactivateTypeCommandInput, DeactivateTypeCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }
@@ -1,17 +1,37 @@
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
+
22
+ export declare class DeleteChangeSetCommand extends $Command<
23
+ DeleteChangeSetCommandInput,
24
+ DeleteChangeSetCommandOutput,
25
+ CloudFormationClientResolvedConfig
26
+ > {
27
+ readonly input: DeleteChangeSetCommandInput;
28
+ constructor(input: DeleteChangeSetCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: CloudFormationClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<DeleteChangeSetCommandInput, DeleteChangeSetCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -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 { 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
+
17
+ export declare class DeleteStackCommand extends $Command<
18
+ DeleteStackCommandInput,
19
+ DeleteStackCommandOutput,
20
+ CloudFormationClientResolvedConfig
21
+ > {
22
+ readonly input: DeleteStackCommandInput;
23
+ constructor(input: DeleteStackCommandInput);
24
+
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: CloudFormationClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<DeleteStackCommandInput, DeleteStackCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }