@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,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 { ExecuteChangeSetInput, ExecuteChangeSetOutput } from "../models/models_0";
5
- export interface ExecuteChangeSetCommandInput extends ExecuteChangeSetInput {
6
- }
7
- export interface ExecuteChangeSetCommandOutput extends ExecuteChangeSetOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class ExecuteChangeSetCommand extends $Command<ExecuteChangeSetCommandInput, ExecuteChangeSetCommandOutput, CloudFormationClientResolvedConfig> {
11
- readonly input: ExecuteChangeSetCommandInput;
12
- constructor(input: ExecuteChangeSetCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFormationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ExecuteChangeSetCommandInput, ExecuteChangeSetCommandOutput>;
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
+ ExecuteChangeSetInput,
15
+ ExecuteChangeSetOutput,
16
+ } from "../models/models_0";
17
+ export interface ExecuteChangeSetCommandInput extends ExecuteChangeSetInput {}
18
+ export interface ExecuteChangeSetCommandOutput
19
+ extends ExecuteChangeSetOutput,
20
+ __MetadataBearer {}
21
+
22
+ export declare class ExecuteChangeSetCommand extends $Command<
23
+ ExecuteChangeSetCommandInput,
24
+ ExecuteChangeSetCommandOutput,
25
+ CloudFormationClientResolvedConfig
26
+ > {
27
+ readonly input: ExecuteChangeSetCommandInput;
28
+ constructor(input: ExecuteChangeSetCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: CloudFormationClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<ExecuteChangeSetCommandInput, ExecuteChangeSetCommandOutput>;
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 { GetStackPolicyInput, GetStackPolicyOutput } from "../models/models_0";
5
- export interface GetStackPolicyCommandInput extends GetStackPolicyInput {
6
- }
7
- export interface GetStackPolicyCommandOutput extends GetStackPolicyOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class GetStackPolicyCommand extends $Command<GetStackPolicyCommandInput, GetStackPolicyCommandOutput, CloudFormationClientResolvedConfig> {
11
- readonly input: GetStackPolicyCommandInput;
12
- constructor(input: GetStackPolicyCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFormationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetStackPolicyCommandInput, GetStackPolicyCommandOutput>;
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 { GetStackPolicyInput, GetStackPolicyOutput } from "../models/models_0";
14
+ export interface GetStackPolicyCommandInput extends GetStackPolicyInput {}
15
+ export interface GetStackPolicyCommandOutput
16
+ extends GetStackPolicyOutput,
17
+ __MetadataBearer {}
18
+
19
+ export declare class GetStackPolicyCommand extends $Command<
20
+ GetStackPolicyCommandInput,
21
+ GetStackPolicyCommandOutput,
22
+ CloudFormationClientResolvedConfig
23
+ > {
24
+ readonly input: GetStackPolicyCommandInput;
25
+ constructor(input: GetStackPolicyCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: CloudFormationClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<GetStackPolicyCommandInput, GetStackPolicyCommandOutput>;
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 { GetTemplateInput, GetTemplateOutput } from "../models/models_0";
5
- export interface GetTemplateCommandInput extends GetTemplateInput {
6
- }
7
- export interface GetTemplateCommandOutput extends GetTemplateOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class GetTemplateCommand extends $Command<GetTemplateCommandInput, GetTemplateCommandOutput, CloudFormationClientResolvedConfig> {
11
- readonly input: GetTemplateCommandInput;
12
- constructor(input: GetTemplateCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFormationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetTemplateCommandInput, GetTemplateCommandOutput>;
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 { GetTemplateInput, GetTemplateOutput } from "../models/models_0";
14
+ export interface GetTemplateCommandInput extends GetTemplateInput {}
15
+ export interface GetTemplateCommandOutput
16
+ extends GetTemplateOutput,
17
+ __MetadataBearer {}
18
+
19
+ export declare class GetTemplateCommand extends $Command<
20
+ GetTemplateCommandInput,
21
+ GetTemplateCommandOutput,
22
+ CloudFormationClientResolvedConfig
23
+ > {
24
+ readonly input: GetTemplateCommandInput;
25
+ constructor(input: GetTemplateCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: CloudFormationClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<GetTemplateCommandInput, GetTemplateCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }
@@ -1,17 +1,38 @@
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 { GetTemplateSummaryInput, GetTemplateSummaryOutput } from "../models/models_0";
5
- export interface GetTemplateSummaryCommandInput extends GetTemplateSummaryInput {
6
- }
7
- export interface GetTemplateSummaryCommandOutput extends GetTemplateSummaryOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class GetTemplateSummaryCommand extends $Command<GetTemplateSummaryCommandInput, GetTemplateSummaryCommandOutput, CloudFormationClientResolvedConfig> {
11
- readonly input: GetTemplateSummaryCommandInput;
12
- constructor(input: GetTemplateSummaryCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFormationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetTemplateSummaryCommandInput, GetTemplateSummaryCommandOutput>;
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
+ GetTemplateSummaryInput,
15
+ GetTemplateSummaryOutput,
16
+ } from "../models/models_0";
17
+ export interface GetTemplateSummaryCommandInput
18
+ extends GetTemplateSummaryInput {}
19
+ export interface GetTemplateSummaryCommandOutput
20
+ extends GetTemplateSummaryOutput,
21
+ __MetadataBearer {}
22
+
23
+ export declare class GetTemplateSummaryCommand extends $Command<
24
+ GetTemplateSummaryCommandInput,
25
+ GetTemplateSummaryCommandOutput,
26
+ CloudFormationClientResolvedConfig
27
+ > {
28
+ readonly input: GetTemplateSummaryCommandInput;
29
+ constructor(input: GetTemplateSummaryCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: CloudFormationClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<GetTemplateSummaryCommandInput, GetTemplateSummaryCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -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 { ImportStacksToStackSetInput, ImportStacksToStackSetOutput } from "../models/models_0";
5
- export interface ImportStacksToStackSetCommandInput extends ImportStacksToStackSetInput {
6
- }
7
- export interface ImportStacksToStackSetCommandOutput extends ImportStacksToStackSetOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class ImportStacksToStackSetCommand extends $Command<ImportStacksToStackSetCommandInput, ImportStacksToStackSetCommandOutput, CloudFormationClientResolvedConfig> {
11
- readonly input: ImportStacksToStackSetCommandInput;
12
- constructor(input: ImportStacksToStackSetCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFormationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ImportStacksToStackSetCommandInput, ImportStacksToStackSetCommandOutput>;
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
+ ImportStacksToStackSetInput,
15
+ ImportStacksToStackSetOutput,
16
+ } from "../models/models_0";
17
+ export interface ImportStacksToStackSetCommandInput
18
+ extends ImportStacksToStackSetInput {}
19
+ export interface ImportStacksToStackSetCommandOutput
20
+ extends ImportStacksToStackSetOutput,
21
+ __MetadataBearer {}
22
+
23
+ export declare class ImportStacksToStackSetCommand extends $Command<
24
+ ImportStacksToStackSetCommandInput,
25
+ ImportStacksToStackSetCommandOutput,
26
+ CloudFormationClientResolvedConfig
27
+ > {
28
+ readonly input: ImportStacksToStackSetCommandInput;
29
+ constructor(input: ImportStacksToStackSetCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: CloudFormationClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ ImportStacksToStackSetCommandInput,
37
+ ImportStacksToStackSetCommandOutput
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 { ListChangeSetsInput, ListChangeSetsOutput } from "../models/models_0";
5
- export interface ListChangeSetsCommandInput extends ListChangeSetsInput {
6
- }
7
- export interface ListChangeSetsCommandOutput extends ListChangeSetsOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class ListChangeSetsCommand extends $Command<ListChangeSetsCommandInput, ListChangeSetsCommandOutput, CloudFormationClientResolvedConfig> {
11
- readonly input: ListChangeSetsCommandInput;
12
- constructor(input: ListChangeSetsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFormationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListChangeSetsCommandInput, ListChangeSetsCommandOutput>;
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 { ListChangeSetsInput, ListChangeSetsOutput } from "../models/models_0";
14
+ export interface ListChangeSetsCommandInput extends ListChangeSetsInput {}
15
+ export interface ListChangeSetsCommandOutput
16
+ extends ListChangeSetsOutput,
17
+ __MetadataBearer {}
18
+
19
+ export declare class ListChangeSetsCommand extends $Command<
20
+ ListChangeSetsCommandInput,
21
+ ListChangeSetsCommandOutput,
22
+ CloudFormationClientResolvedConfig
23
+ > {
24
+ readonly input: ListChangeSetsCommandInput;
25
+ constructor(input: ListChangeSetsCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: CloudFormationClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<ListChangeSetsCommandInput, ListChangeSetsCommandOutput>;
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 { ListExportsInput, ListExportsOutput } from "../models/models_0";
5
- export interface ListExportsCommandInput extends ListExportsInput {
6
- }
7
- export interface ListExportsCommandOutput extends ListExportsOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class ListExportsCommand extends $Command<ListExportsCommandInput, ListExportsCommandOutput, CloudFormationClientResolvedConfig> {
11
- readonly input: ListExportsCommandInput;
12
- constructor(input: ListExportsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFormationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListExportsCommandInput, ListExportsCommandOutput>;
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 { ListExportsInput, ListExportsOutput } from "../models/models_0";
14
+ export interface ListExportsCommandInput extends ListExportsInput {}
15
+ export interface ListExportsCommandOutput
16
+ extends ListExportsOutput,
17
+ __MetadataBearer {}
18
+
19
+ export declare class ListExportsCommand extends $Command<
20
+ ListExportsCommandInput,
21
+ ListExportsCommandOutput,
22
+ CloudFormationClientResolvedConfig
23
+ > {
24
+ readonly input: ListExportsCommandInput;
25
+ constructor(input: ListExportsCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: CloudFormationClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<ListExportsCommandInput, ListExportsCommandOutput>;
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 { ListImportsInput, ListImportsOutput } from "../models/models_0";
5
- export interface ListImportsCommandInput extends ListImportsInput {
6
- }
7
- export interface ListImportsCommandOutput extends ListImportsOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class ListImportsCommand extends $Command<ListImportsCommandInput, ListImportsCommandOutput, CloudFormationClientResolvedConfig> {
11
- readonly input: ListImportsCommandInput;
12
- constructor(input: ListImportsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFormationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListImportsCommandInput, ListImportsCommandOutput>;
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 { ListImportsInput, ListImportsOutput } from "../models/models_0";
14
+ export interface ListImportsCommandInput extends ListImportsInput {}
15
+ export interface ListImportsCommandOutput
16
+ extends ListImportsOutput,
17
+ __MetadataBearer {}
18
+
19
+ export declare class ListImportsCommand extends $Command<
20
+ ListImportsCommandInput,
21
+ ListImportsCommandOutput,
22
+ CloudFormationClientResolvedConfig
23
+ > {
24
+ readonly input: ListImportsCommandInput;
25
+ constructor(input: ListImportsCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: CloudFormationClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<ListImportsCommandInput, ListImportsCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }
@@ -1,17 +1,38 @@
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 { ListStackInstancesInput, ListStackInstancesOutput } from "../models/models_0";
5
- export interface ListStackInstancesCommandInput extends ListStackInstancesInput {
6
- }
7
- export interface ListStackInstancesCommandOutput extends ListStackInstancesOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class ListStackInstancesCommand extends $Command<ListStackInstancesCommandInput, ListStackInstancesCommandOutput, CloudFormationClientResolvedConfig> {
11
- readonly input: ListStackInstancesCommandInput;
12
- constructor(input: ListStackInstancesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFormationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListStackInstancesCommandInput, ListStackInstancesCommandOutput>;
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
+ ListStackInstancesInput,
15
+ ListStackInstancesOutput,
16
+ } from "../models/models_0";
17
+ export interface ListStackInstancesCommandInput
18
+ extends ListStackInstancesInput {}
19
+ export interface ListStackInstancesCommandOutput
20
+ extends ListStackInstancesOutput,
21
+ __MetadataBearer {}
22
+
23
+ export declare class ListStackInstancesCommand extends $Command<
24
+ ListStackInstancesCommandInput,
25
+ ListStackInstancesCommandOutput,
26
+ CloudFormationClientResolvedConfig
27
+ > {
28
+ readonly input: ListStackInstancesCommandInput;
29
+ constructor(input: ListStackInstancesCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: CloudFormationClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<ListStackInstancesCommandInput, ListStackInstancesCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -1,17 +1,38 @@
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 { ListStackResourcesInput, ListStackResourcesOutput } from "../models/models_0";
5
- export interface ListStackResourcesCommandInput extends ListStackResourcesInput {
6
- }
7
- export interface ListStackResourcesCommandOutput extends ListStackResourcesOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class ListStackResourcesCommand extends $Command<ListStackResourcesCommandInput, ListStackResourcesCommandOutput, CloudFormationClientResolvedConfig> {
11
- readonly input: ListStackResourcesCommandInput;
12
- constructor(input: ListStackResourcesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFormationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListStackResourcesCommandInput, ListStackResourcesCommandOutput>;
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
+ ListStackResourcesInput,
15
+ ListStackResourcesOutput,
16
+ } from "../models/models_0";
17
+ export interface ListStackResourcesCommandInput
18
+ extends ListStackResourcesInput {}
19
+ export interface ListStackResourcesCommandOutput
20
+ extends ListStackResourcesOutput,
21
+ __MetadataBearer {}
22
+
23
+ export declare class ListStackResourcesCommand extends $Command<
24
+ ListStackResourcesCommandInput,
25
+ ListStackResourcesCommandOutput,
26
+ CloudFormationClientResolvedConfig
27
+ > {
28
+ readonly input: ListStackResourcesCommandInput;
29
+ constructor(input: ListStackResourcesCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: CloudFormationClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<ListStackResourcesCommandInput, ListStackResourcesCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -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 { ListStackSetOperationResultsInput, ListStackSetOperationResultsOutput } from "../models/models_0";
5
- export interface ListStackSetOperationResultsCommandInput extends ListStackSetOperationResultsInput {
6
- }
7
- export interface ListStackSetOperationResultsCommandOutput extends ListStackSetOperationResultsOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class ListStackSetOperationResultsCommand extends $Command<ListStackSetOperationResultsCommandInput, ListStackSetOperationResultsCommandOutput, CloudFormationClientResolvedConfig> {
11
- readonly input: ListStackSetOperationResultsCommandInput;
12
- constructor(input: ListStackSetOperationResultsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFormationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListStackSetOperationResultsCommandInput, ListStackSetOperationResultsCommandOutput>;
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
+ ListStackSetOperationResultsInput,
15
+ ListStackSetOperationResultsOutput,
16
+ } from "../models/models_0";
17
+ export interface ListStackSetOperationResultsCommandInput
18
+ extends ListStackSetOperationResultsInput {}
19
+ export interface ListStackSetOperationResultsCommandOutput
20
+ extends ListStackSetOperationResultsOutput,
21
+ __MetadataBearer {}
22
+
23
+ export declare class ListStackSetOperationResultsCommand extends $Command<
24
+ ListStackSetOperationResultsCommandInput,
25
+ ListStackSetOperationResultsCommandOutput,
26
+ CloudFormationClientResolvedConfig
27
+ > {
28
+ readonly input: ListStackSetOperationResultsCommandInput;
29
+ constructor(input: ListStackSetOperationResultsCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: CloudFormationClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ ListStackSetOperationResultsCommandInput,
37
+ ListStackSetOperationResultsCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }