@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,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 { DescribeStackResourceDriftsInput, DescribeStackResourceDriftsOutput } from "../models/models_0";
5
- export interface DescribeStackResourceDriftsCommandInput extends DescribeStackResourceDriftsInput {
6
- }
7
- export interface DescribeStackResourceDriftsCommandOutput extends DescribeStackResourceDriftsOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeStackResourceDriftsCommand extends $Command<DescribeStackResourceDriftsCommandInput, DescribeStackResourceDriftsCommandOutput, CloudFormationClientResolvedConfig> {
11
- readonly input: DescribeStackResourceDriftsCommandInput;
12
- constructor(input: DescribeStackResourceDriftsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFormationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeStackResourceDriftsCommandInput, DescribeStackResourceDriftsCommandOutput>;
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
+ DescribeStackResourceDriftsInput,
15
+ DescribeStackResourceDriftsOutput,
16
+ } from "../models/models_0";
17
+ export interface DescribeStackResourceDriftsCommandInput
18
+ extends DescribeStackResourceDriftsInput {}
19
+ export interface DescribeStackResourceDriftsCommandOutput
20
+ extends DescribeStackResourceDriftsOutput,
21
+ __MetadataBearer {}
22
+
23
+ export declare class DescribeStackResourceDriftsCommand extends $Command<
24
+ DescribeStackResourceDriftsCommandInput,
25
+ DescribeStackResourceDriftsCommandOutput,
26
+ CloudFormationClientResolvedConfig
27
+ > {
28
+ readonly input: DescribeStackResourceDriftsCommandInput;
29
+ constructor(input: DescribeStackResourceDriftsCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: CloudFormationClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ DescribeStackResourceDriftsCommandInput,
37
+ DescribeStackResourceDriftsCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -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 { DescribeStackResourcesInput, DescribeStackResourcesOutput } from "../models/models_0";
5
- export interface DescribeStackResourcesCommandInput extends DescribeStackResourcesInput {
6
- }
7
- export interface DescribeStackResourcesCommandOutput extends DescribeStackResourcesOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeStackResourcesCommand extends $Command<DescribeStackResourcesCommandInput, DescribeStackResourcesCommandOutput, CloudFormationClientResolvedConfig> {
11
- readonly input: DescribeStackResourcesCommandInput;
12
- constructor(input: DescribeStackResourcesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFormationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeStackResourcesCommandInput, DescribeStackResourcesCommandOutput>;
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
+ DescribeStackResourcesInput,
15
+ DescribeStackResourcesOutput,
16
+ } from "../models/models_0";
17
+ export interface DescribeStackResourcesCommandInput
18
+ extends DescribeStackResourcesInput {}
19
+ export interface DescribeStackResourcesCommandOutput
20
+ extends DescribeStackResourcesOutput,
21
+ __MetadataBearer {}
22
+
23
+ export declare class DescribeStackResourcesCommand extends $Command<
24
+ DescribeStackResourcesCommandInput,
25
+ DescribeStackResourcesCommandOutput,
26
+ CloudFormationClientResolvedConfig
27
+ > {
28
+ readonly input: DescribeStackResourcesCommandInput;
29
+ constructor(input: DescribeStackResourcesCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: CloudFormationClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ DescribeStackResourcesCommandInput,
37
+ DescribeStackResourcesCommandOutput
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 { DescribeStackSetInput, DescribeStackSetOutput } from "../models/models_0";
5
- export interface DescribeStackSetCommandInput extends DescribeStackSetInput {
6
- }
7
- export interface DescribeStackSetCommandOutput extends DescribeStackSetOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeStackSetCommand extends $Command<DescribeStackSetCommandInput, DescribeStackSetCommandOutput, CloudFormationClientResolvedConfig> {
11
- readonly input: DescribeStackSetCommandInput;
12
- constructor(input: DescribeStackSetCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFormationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeStackSetCommandInput, DescribeStackSetCommandOutput>;
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
+ DescribeStackSetInput,
15
+ DescribeStackSetOutput,
16
+ } from "../models/models_0";
17
+ export interface DescribeStackSetCommandInput extends DescribeStackSetInput {}
18
+ export interface DescribeStackSetCommandOutput
19
+ extends DescribeStackSetOutput,
20
+ __MetadataBearer {}
21
+
22
+ export declare class DescribeStackSetCommand extends $Command<
23
+ DescribeStackSetCommandInput,
24
+ DescribeStackSetCommandOutput,
25
+ CloudFormationClientResolvedConfig
26
+ > {
27
+ readonly input: DescribeStackSetCommandInput;
28
+ constructor(input: DescribeStackSetCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: CloudFormationClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<DescribeStackSetCommandInput, DescribeStackSetCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -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 { DescribeStackSetOperationInput, DescribeStackSetOperationOutput } from "../models/models_0";
5
- export interface DescribeStackSetOperationCommandInput extends DescribeStackSetOperationInput {
6
- }
7
- export interface DescribeStackSetOperationCommandOutput extends DescribeStackSetOperationOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeStackSetOperationCommand extends $Command<DescribeStackSetOperationCommandInput, DescribeStackSetOperationCommandOutput, CloudFormationClientResolvedConfig> {
11
- readonly input: DescribeStackSetOperationCommandInput;
12
- constructor(input: DescribeStackSetOperationCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFormationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeStackSetOperationCommandInput, DescribeStackSetOperationCommandOutput>;
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
+ DescribeStackSetOperationInput,
15
+ DescribeStackSetOperationOutput,
16
+ } from "../models/models_0";
17
+ export interface DescribeStackSetOperationCommandInput
18
+ extends DescribeStackSetOperationInput {}
19
+ export interface DescribeStackSetOperationCommandOutput
20
+ extends DescribeStackSetOperationOutput,
21
+ __MetadataBearer {}
22
+
23
+ export declare class DescribeStackSetOperationCommand extends $Command<
24
+ DescribeStackSetOperationCommandInput,
25
+ DescribeStackSetOperationCommandOutput,
26
+ CloudFormationClientResolvedConfig
27
+ > {
28
+ readonly input: DescribeStackSetOperationCommandInput;
29
+ constructor(input: DescribeStackSetOperationCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: CloudFormationClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ DescribeStackSetOperationCommandInput,
37
+ DescribeStackSetOperationCommandOutput
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 { DescribeStacksInput, DescribeStacksOutput } from "../models/models_0";
5
- export interface DescribeStacksCommandInput extends DescribeStacksInput {
6
- }
7
- export interface DescribeStacksCommandOutput extends DescribeStacksOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeStacksCommand extends $Command<DescribeStacksCommandInput, DescribeStacksCommandOutput, CloudFormationClientResolvedConfig> {
11
- readonly input: DescribeStacksCommandInput;
12
- constructor(input: DescribeStacksCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFormationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeStacksCommandInput, DescribeStacksCommandOutput>;
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 { DescribeStacksInput, DescribeStacksOutput } from "../models/models_0";
14
+ export interface DescribeStacksCommandInput extends DescribeStacksInput {}
15
+ export interface DescribeStacksCommandOutput
16
+ extends DescribeStacksOutput,
17
+ __MetadataBearer {}
18
+
19
+ export declare class DescribeStacksCommand extends $Command<
20
+ DescribeStacksCommandInput,
21
+ DescribeStacksCommandOutput,
22
+ CloudFormationClientResolvedConfig
23
+ > {
24
+ readonly input: DescribeStacksCommandInput;
25
+ constructor(input: DescribeStacksCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: CloudFormationClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<DescribeStacksCommandInput, DescribeStacksCommandOutput>;
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 { DescribeTypeInput, DescribeTypeOutput } from "../models/models_0";
5
- export interface DescribeTypeCommandInput extends DescribeTypeInput {
6
- }
7
- export interface DescribeTypeCommandOutput extends DescribeTypeOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeTypeCommand extends $Command<DescribeTypeCommandInput, DescribeTypeCommandOutput, CloudFormationClientResolvedConfig> {
11
- readonly input: DescribeTypeCommandInput;
12
- constructor(input: DescribeTypeCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFormationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeTypeCommandInput, DescribeTypeCommandOutput>;
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 { DescribeTypeInput, DescribeTypeOutput } from "../models/models_0";
14
+ export interface DescribeTypeCommandInput extends DescribeTypeInput {}
15
+ export interface DescribeTypeCommandOutput
16
+ extends DescribeTypeOutput,
17
+ __MetadataBearer {}
18
+
19
+ export declare class DescribeTypeCommand extends $Command<
20
+ DescribeTypeCommandInput,
21
+ DescribeTypeCommandOutput,
22
+ CloudFormationClientResolvedConfig
23
+ > {
24
+ readonly input: DescribeTypeCommandInput;
25
+ constructor(input: DescribeTypeCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: CloudFormationClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<DescribeTypeCommandInput, DescribeTypeCommandOutput>;
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 { DescribeTypeRegistrationInput, DescribeTypeRegistrationOutput } from "../models/models_0";
5
- export interface DescribeTypeRegistrationCommandInput extends DescribeTypeRegistrationInput {
6
- }
7
- export interface DescribeTypeRegistrationCommandOutput extends DescribeTypeRegistrationOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeTypeRegistrationCommand extends $Command<DescribeTypeRegistrationCommandInput, DescribeTypeRegistrationCommandOutput, CloudFormationClientResolvedConfig> {
11
- readonly input: DescribeTypeRegistrationCommandInput;
12
- constructor(input: DescribeTypeRegistrationCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFormationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeTypeRegistrationCommandInput, DescribeTypeRegistrationCommandOutput>;
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
+ DescribeTypeRegistrationInput,
15
+ DescribeTypeRegistrationOutput,
16
+ } from "../models/models_0";
17
+ export interface DescribeTypeRegistrationCommandInput
18
+ extends DescribeTypeRegistrationInput {}
19
+ export interface DescribeTypeRegistrationCommandOutput
20
+ extends DescribeTypeRegistrationOutput,
21
+ __MetadataBearer {}
22
+
23
+ export declare class DescribeTypeRegistrationCommand extends $Command<
24
+ DescribeTypeRegistrationCommandInput,
25
+ DescribeTypeRegistrationCommandOutput,
26
+ CloudFormationClientResolvedConfig
27
+ > {
28
+ readonly input: DescribeTypeRegistrationCommandInput;
29
+ constructor(input: DescribeTypeRegistrationCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: CloudFormationClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ DescribeTypeRegistrationCommandInput,
37
+ DescribeTypeRegistrationCommandOutput
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 { DetectStackDriftInput, DetectStackDriftOutput } from "../models/models_0";
5
- export interface DetectStackDriftCommandInput extends DetectStackDriftInput {
6
- }
7
- export interface DetectStackDriftCommandOutput extends DetectStackDriftOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class DetectStackDriftCommand extends $Command<DetectStackDriftCommandInput, DetectStackDriftCommandOutput, CloudFormationClientResolvedConfig> {
11
- readonly input: DetectStackDriftCommandInput;
12
- constructor(input: DetectStackDriftCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFormationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DetectStackDriftCommandInput, DetectStackDriftCommandOutput>;
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
+ DetectStackDriftInput,
15
+ DetectStackDriftOutput,
16
+ } from "../models/models_0";
17
+ export interface DetectStackDriftCommandInput extends DetectStackDriftInput {}
18
+ export interface DetectStackDriftCommandOutput
19
+ extends DetectStackDriftOutput,
20
+ __MetadataBearer {}
21
+
22
+ export declare class DetectStackDriftCommand extends $Command<
23
+ DetectStackDriftCommandInput,
24
+ DetectStackDriftCommandOutput,
25
+ CloudFormationClientResolvedConfig
26
+ > {
27
+ readonly input: DetectStackDriftCommandInput;
28
+ constructor(input: DetectStackDriftCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: CloudFormationClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<DetectStackDriftCommandInput, DetectStackDriftCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -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 { DetectStackResourceDriftInput, DetectStackResourceDriftOutput } from "../models/models_0";
5
- export interface DetectStackResourceDriftCommandInput extends DetectStackResourceDriftInput {
6
- }
7
- export interface DetectStackResourceDriftCommandOutput extends DetectStackResourceDriftOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class DetectStackResourceDriftCommand extends $Command<DetectStackResourceDriftCommandInput, DetectStackResourceDriftCommandOutput, CloudFormationClientResolvedConfig> {
11
- readonly input: DetectStackResourceDriftCommandInput;
12
- constructor(input: DetectStackResourceDriftCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFormationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DetectStackResourceDriftCommandInput, DetectStackResourceDriftCommandOutput>;
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
+ DetectStackResourceDriftInput,
15
+ DetectStackResourceDriftOutput,
16
+ } from "../models/models_0";
17
+ export interface DetectStackResourceDriftCommandInput
18
+ extends DetectStackResourceDriftInput {}
19
+ export interface DetectStackResourceDriftCommandOutput
20
+ extends DetectStackResourceDriftOutput,
21
+ __MetadataBearer {}
22
+
23
+ export declare class DetectStackResourceDriftCommand extends $Command<
24
+ DetectStackResourceDriftCommandInput,
25
+ DetectStackResourceDriftCommandOutput,
26
+ CloudFormationClientResolvedConfig
27
+ > {
28
+ readonly input: DetectStackResourceDriftCommandInput;
29
+ constructor(input: DetectStackResourceDriftCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: CloudFormationClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ DetectStackResourceDriftCommandInput,
37
+ DetectStackResourceDriftCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -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 { DetectStackSetDriftInput, DetectStackSetDriftOutput } from "../models/models_0";
5
- export interface DetectStackSetDriftCommandInput extends DetectStackSetDriftInput {
6
- }
7
- export interface DetectStackSetDriftCommandOutput extends DetectStackSetDriftOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class DetectStackSetDriftCommand extends $Command<DetectStackSetDriftCommandInput, DetectStackSetDriftCommandOutput, CloudFormationClientResolvedConfig> {
11
- readonly input: DetectStackSetDriftCommandInput;
12
- constructor(input: DetectStackSetDriftCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFormationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DetectStackSetDriftCommandInput, DetectStackSetDriftCommandOutput>;
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
+ DetectStackSetDriftInput,
15
+ DetectStackSetDriftOutput,
16
+ } from "../models/models_0";
17
+ export interface DetectStackSetDriftCommandInput
18
+ extends DetectStackSetDriftInput {}
19
+ export interface DetectStackSetDriftCommandOutput
20
+ extends DetectStackSetDriftOutput,
21
+ __MetadataBearer {}
22
+
23
+ export declare class DetectStackSetDriftCommand extends $Command<
24
+ DetectStackSetDriftCommandInput,
25
+ DetectStackSetDriftCommandOutput,
26
+ CloudFormationClientResolvedConfig
27
+ > {
28
+ readonly input: DetectStackSetDriftCommandInput;
29
+ constructor(input: DetectStackSetDriftCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: CloudFormationClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<DetectStackSetDriftCommandInput, DetectStackSetDriftCommandOutput>;
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 { EstimateTemplateCostInput, EstimateTemplateCostOutput } from "../models/models_0";
5
- export interface EstimateTemplateCostCommandInput extends EstimateTemplateCostInput {
6
- }
7
- export interface EstimateTemplateCostCommandOutput extends EstimateTemplateCostOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class EstimateTemplateCostCommand extends $Command<EstimateTemplateCostCommandInput, EstimateTemplateCostCommandOutput, CloudFormationClientResolvedConfig> {
11
- readonly input: EstimateTemplateCostCommandInput;
12
- constructor(input: EstimateTemplateCostCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFormationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<EstimateTemplateCostCommandInput, EstimateTemplateCostCommandOutput>;
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
+ EstimateTemplateCostInput,
15
+ EstimateTemplateCostOutput,
16
+ } from "../models/models_0";
17
+ export interface EstimateTemplateCostCommandInput
18
+ extends EstimateTemplateCostInput {}
19
+ export interface EstimateTemplateCostCommandOutput
20
+ extends EstimateTemplateCostOutput,
21
+ __MetadataBearer {}
22
+
23
+ export declare class EstimateTemplateCostCommand extends $Command<
24
+ EstimateTemplateCostCommandInput,
25
+ EstimateTemplateCostCommandOutput,
26
+ CloudFormationClientResolvedConfig
27
+ > {
28
+ readonly input: EstimateTemplateCostCommandInput;
29
+ constructor(input: EstimateTemplateCostCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: CloudFormationClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ EstimateTemplateCostCommandInput,
37
+ EstimateTemplateCostCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }