@aws-sdk/client-cloudformation 3.169.0 → 3.171.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (108) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/CloudFormation.d.ts +1132 -335
  3. package/dist-types/ts3.4/CloudFormationClient.d.ts +501 -139
  4. package/dist-types/ts3.4/commands/ActivateTypeCommand.d.ts +32 -17
  5. package/dist-types/ts3.4/commands/BatchDescribeTypeConfigurationsCommand.d.ts +39 -17
  6. package/dist-types/ts3.4/commands/CancelUpdateStackCommand.d.ts +30 -17
  7. package/dist-types/ts3.4/commands/ContinueUpdateRollbackCommand.d.ts +39 -17
  8. package/dist-types/ts3.4/commands/CreateChangeSetCommand.d.ts +35 -17
  9. package/dist-types/ts3.4/commands/CreateStackCommand.d.ts +32 -17
  10. package/dist-types/ts3.4/commands/CreateStackInstancesCommand.d.ts +39 -17
  11. package/dist-types/ts3.4/commands/CreateStackSetCommand.d.ts +32 -17
  12. package/dist-types/ts3.4/commands/DeactivateTypeCommand.d.ts +32 -17
  13. package/dist-types/ts3.4/commands/DeleteChangeSetCommand.d.ts +35 -17
  14. package/dist-types/ts3.4/commands/DeleteStackCommand.d.ts +30 -17
  15. package/dist-types/ts3.4/commands/DeleteStackInstancesCommand.d.ts +39 -17
  16. package/dist-types/ts3.4/commands/DeleteStackSetCommand.d.ts +32 -17
  17. package/dist-types/ts3.4/commands/DeregisterTypeCommand.d.ts +32 -17
  18. package/dist-types/ts3.4/commands/DescribeAccountLimitsCommand.d.ts +39 -17
  19. package/dist-types/ts3.4/commands/DescribeChangeSetCommand.d.ts +35 -17
  20. package/dist-types/ts3.4/commands/DescribeChangeSetHooksCommand.d.ts +39 -17
  21. package/dist-types/ts3.4/commands/DescribePublisherCommand.d.ts +35 -17
  22. package/dist-types/ts3.4/commands/DescribeStackDriftDetectionStatusCommand.d.ts +39 -17
  23. package/dist-types/ts3.4/commands/DescribeStackEventsCommand.d.ts +36 -17
  24. package/dist-types/ts3.4/commands/DescribeStackInstanceCommand.d.ts +39 -17
  25. package/dist-types/ts3.4/commands/DescribeStackResourceCommand.d.ts +39 -17
  26. package/dist-types/ts3.4/commands/DescribeStackResourceDriftsCommand.d.ts +39 -17
  27. package/dist-types/ts3.4/commands/DescribeStackResourcesCommand.d.ts +39 -17
  28. package/dist-types/ts3.4/commands/DescribeStackSetCommand.d.ts +35 -17
  29. package/dist-types/ts3.4/commands/DescribeStackSetOperationCommand.d.ts +39 -17
  30. package/dist-types/ts3.4/commands/DescribeStacksCommand.d.ts +32 -17
  31. package/dist-types/ts3.4/commands/DescribeTypeCommand.d.ts +32 -17
  32. package/dist-types/ts3.4/commands/DescribeTypeRegistrationCommand.d.ts +39 -17
  33. package/dist-types/ts3.4/commands/DetectStackDriftCommand.d.ts +35 -17
  34. package/dist-types/ts3.4/commands/DetectStackResourceDriftCommand.d.ts +39 -17
  35. package/dist-types/ts3.4/commands/DetectStackSetDriftCommand.d.ts +36 -17
  36. package/dist-types/ts3.4/commands/EstimateTemplateCostCommand.d.ts +39 -17
  37. package/dist-types/ts3.4/commands/ExecuteChangeSetCommand.d.ts +35 -17
  38. package/dist-types/ts3.4/commands/GetStackPolicyCommand.d.ts +32 -17
  39. package/dist-types/ts3.4/commands/GetTemplateCommand.d.ts +32 -17
  40. package/dist-types/ts3.4/commands/GetTemplateSummaryCommand.d.ts +36 -17
  41. package/dist-types/ts3.4/commands/ImportStacksToStackSetCommand.d.ts +39 -17
  42. package/dist-types/ts3.4/commands/ListChangeSetsCommand.d.ts +32 -17
  43. package/dist-types/ts3.4/commands/ListExportsCommand.d.ts +32 -17
  44. package/dist-types/ts3.4/commands/ListImportsCommand.d.ts +32 -17
  45. package/dist-types/ts3.4/commands/ListStackInstancesCommand.d.ts +36 -17
  46. package/dist-types/ts3.4/commands/ListStackResourcesCommand.d.ts +36 -17
  47. package/dist-types/ts3.4/commands/ListStackSetOperationResultsCommand.d.ts +39 -17
  48. package/dist-types/ts3.4/commands/ListStackSetOperationsCommand.d.ts +39 -17
  49. package/dist-types/ts3.4/commands/ListStackSetsCommand.d.ts +32 -17
  50. package/dist-types/ts3.4/commands/ListStacksCommand.d.ts +32 -17
  51. package/dist-types/ts3.4/commands/ListTypeRegistrationsCommand.d.ts +39 -17
  52. package/dist-types/ts3.4/commands/ListTypeVersionsCommand.d.ts +35 -17
  53. package/dist-types/ts3.4/commands/ListTypesCommand.d.ts +32 -17
  54. package/dist-types/ts3.4/commands/PublishTypeCommand.d.ts +32 -17
  55. package/dist-types/ts3.4/commands/RecordHandlerProgressCommand.d.ts +39 -17
  56. package/dist-types/ts3.4/commands/RegisterPublisherCommand.d.ts +35 -17
  57. package/dist-types/ts3.4/commands/RegisterTypeCommand.d.ts +32 -17
  58. package/dist-types/ts3.4/commands/RollbackStackCommand.d.ts +32 -17
  59. package/dist-types/ts3.4/commands/SetStackPolicyCommand.d.ts +30 -17
  60. package/dist-types/ts3.4/commands/SetTypeConfigurationCommand.d.ts +39 -17
  61. package/dist-types/ts3.4/commands/SetTypeDefaultVersionCommand.d.ts +39 -17
  62. package/dist-types/ts3.4/commands/SignalResourceCommand.d.ts +30 -17
  63. package/dist-types/ts3.4/commands/StopStackSetOperationCommand.d.ts +39 -17
  64. package/dist-types/ts3.4/commands/TestTypeCommand.d.ts +32 -17
  65. package/dist-types/ts3.4/commands/UpdateStackCommand.d.ts +32 -17
  66. package/dist-types/ts3.4/commands/UpdateStackInstancesCommand.d.ts +39 -17
  67. package/dist-types/ts3.4/commands/UpdateStackSetCommand.d.ts +32 -17
  68. package/dist-types/ts3.4/commands/UpdateTerminationProtectionCommand.d.ts +39 -17
  69. package/dist-types/ts3.4/commands/ValidateTemplateCommand.d.ts +35 -17
  70. package/dist-types/ts3.4/commands/index.d.ts +66 -66
  71. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  72. package/dist-types/ts3.4/index.d.ts +7 -7
  73. package/dist-types/ts3.4/models/CloudFormationServiceException.d.ts +7 -6
  74. package/dist-types/ts3.4/models/index.d.ts +1 -1
  75. package/dist-types/ts3.4/models/models_0.d.ts +2162 -2855
  76. package/dist-types/ts3.4/pagination/DescribeAccountLimitsPaginator.d.ts +11 -4
  77. package/dist-types/ts3.4/pagination/DescribeStackEventsPaginator.d.ts +11 -4
  78. package/dist-types/ts3.4/pagination/DescribeStackResourceDriftsPaginator.d.ts +11 -4
  79. package/dist-types/ts3.4/pagination/DescribeStacksPaginator.d.ts +11 -4
  80. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  81. package/dist-types/ts3.4/pagination/ListChangeSetsPaginator.d.ts +11 -4
  82. package/dist-types/ts3.4/pagination/ListExportsPaginator.d.ts +11 -4
  83. package/dist-types/ts3.4/pagination/ListImportsPaginator.d.ts +11 -4
  84. package/dist-types/ts3.4/pagination/ListStackInstancesPaginator.d.ts +11 -4
  85. package/dist-types/ts3.4/pagination/ListStackResourcesPaginator.d.ts +11 -4
  86. package/dist-types/ts3.4/pagination/ListStackSetOperationResultsPaginator.d.ts +11 -4
  87. package/dist-types/ts3.4/pagination/ListStackSetOperationsPaginator.d.ts +11 -4
  88. package/dist-types/ts3.4/pagination/ListStackSetsPaginator.d.ts +11 -4
  89. package/dist-types/ts3.4/pagination/ListStacksPaginator.d.ts +11 -4
  90. package/dist-types/ts3.4/pagination/ListTypeRegistrationsPaginator.d.ts +11 -4
  91. package/dist-types/ts3.4/pagination/ListTypeVersionsPaginator.d.ts +11 -4
  92. package/dist-types/ts3.4/pagination/ListTypesPaginator.d.ts +11 -4
  93. package/dist-types/ts3.4/pagination/index.d.ts +17 -17
  94. package/dist-types/ts3.4/protocols/Aws_query.d.ts +797 -200
  95. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
  96. package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
  97. package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
  98. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
  99. package/dist-types/ts3.4/waiters/index.d.ts +8 -8
  100. package/dist-types/ts3.4/waiters/waitForChangeSetCreateComplete.d.ts +11 -7
  101. package/dist-types/ts3.4/waiters/waitForStackCreateComplete.d.ts +11 -7
  102. package/dist-types/ts3.4/waiters/waitForStackDeleteComplete.d.ts +11 -7
  103. package/dist-types/ts3.4/waiters/waitForStackExists.d.ts +11 -7
  104. package/dist-types/ts3.4/waiters/waitForStackImportComplete.d.ts +11 -7
  105. package/dist-types/ts3.4/waiters/waitForStackRollbackComplete.d.ts +11 -7
  106. package/dist-types/ts3.4/waiters/waitForStackUpdateComplete.d.ts +11 -7
  107. package/dist-types/ts3.4/waiters/waitForTypeRegistrationComplete.d.ts +11 -7
  108. package/package.json +35 -35
@@ -1,17 +1,32 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
4
- import { DeleteStackSetInput, DeleteStackSetOutput } from "../models/models_0";
5
- export interface DeleteStackSetCommandInput extends DeleteStackSetInput {
6
- }
7
- export interface DeleteStackSetCommandOutput extends DeleteStackSetOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteStackSetCommand extends $Command<DeleteStackSetCommandInput, DeleteStackSetCommandOutput, CloudFormationClientResolvedConfig> {
11
- readonly input: DeleteStackSetCommandInput;
12
- constructor(input: DeleteStackSetCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFormationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteStackSetCommandInput, DeleteStackSetCommandOutput>;
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 { DeleteStackSetInput, DeleteStackSetOutput } from "../models/models_0";
14
+ export interface DeleteStackSetCommandInput extends DeleteStackSetInput {}
15
+ export interface DeleteStackSetCommandOutput
16
+ extends DeleteStackSetOutput,
17
+ __MetadataBearer {}
18
+ export declare class DeleteStackSetCommand extends $Command<
19
+ DeleteStackSetCommandInput,
20
+ DeleteStackSetCommandOutput,
21
+ CloudFormationClientResolvedConfig
22
+ > {
23
+ readonly input: DeleteStackSetCommandInput;
24
+ constructor(input: DeleteStackSetCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: CloudFormationClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<DeleteStackSetCommandInput, DeleteStackSetCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -1,17 +1,32 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
4
- import { DeregisterTypeInput, DeregisterTypeOutput } from "../models/models_0";
5
- export interface DeregisterTypeCommandInput extends DeregisterTypeInput {
6
- }
7
- export interface DeregisterTypeCommandOutput extends DeregisterTypeOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class DeregisterTypeCommand extends $Command<DeregisterTypeCommandInput, DeregisterTypeCommandOutput, CloudFormationClientResolvedConfig> {
11
- readonly input: DeregisterTypeCommandInput;
12
- constructor(input: DeregisterTypeCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFormationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeregisterTypeCommandInput, DeregisterTypeCommandOutput>;
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 { DeregisterTypeInput, DeregisterTypeOutput } from "../models/models_0";
14
+ export interface DeregisterTypeCommandInput extends DeregisterTypeInput {}
15
+ export interface DeregisterTypeCommandOutput
16
+ extends DeregisterTypeOutput,
17
+ __MetadataBearer {}
18
+ export declare class DeregisterTypeCommand extends $Command<
19
+ DeregisterTypeCommandInput,
20
+ DeregisterTypeCommandOutput,
21
+ CloudFormationClientResolvedConfig
22
+ > {
23
+ readonly input: DeregisterTypeCommandInput;
24
+ constructor(input: DeregisterTypeCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: CloudFormationClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<DeregisterTypeCommandInput, DeregisterTypeCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -1,17 +1,39 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
4
- import { DescribeAccountLimitsInput, DescribeAccountLimitsOutput } from "../models/models_0";
5
- export interface DescribeAccountLimitsCommandInput extends DescribeAccountLimitsInput {
6
- }
7
- export interface DescribeAccountLimitsCommandOutput extends DescribeAccountLimitsOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeAccountLimitsCommand extends $Command<DescribeAccountLimitsCommandInput, DescribeAccountLimitsCommandOutput, CloudFormationClientResolvedConfig> {
11
- readonly input: DescribeAccountLimitsCommandInput;
12
- constructor(input: DescribeAccountLimitsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFormationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeAccountLimitsCommandInput, DescribeAccountLimitsCommandOutput>;
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
+ DescribeAccountLimitsInput,
15
+ DescribeAccountLimitsOutput,
16
+ } from "../models/models_0";
17
+ export interface DescribeAccountLimitsCommandInput
18
+ extends DescribeAccountLimitsInput {}
19
+ export interface DescribeAccountLimitsCommandOutput
20
+ extends DescribeAccountLimitsOutput,
21
+ __MetadataBearer {}
22
+ export declare class DescribeAccountLimitsCommand extends $Command<
23
+ DescribeAccountLimitsCommandInput,
24
+ DescribeAccountLimitsCommandOutput,
25
+ CloudFormationClientResolvedConfig
26
+ > {
27
+ readonly input: DescribeAccountLimitsCommandInput;
28
+ constructor(input: DescribeAccountLimitsCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: CloudFormationClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ DescribeAccountLimitsCommandInput,
35
+ DescribeAccountLimitsCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,35 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
4
- import { DescribeChangeSetInput, DescribeChangeSetOutput } from "../models/models_0";
5
- export interface DescribeChangeSetCommandInput extends DescribeChangeSetInput {
6
- }
7
- export interface DescribeChangeSetCommandOutput extends DescribeChangeSetOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeChangeSetCommand extends $Command<DescribeChangeSetCommandInput, DescribeChangeSetCommandOutput, CloudFormationClientResolvedConfig> {
11
- readonly input: DescribeChangeSetCommandInput;
12
- constructor(input: DescribeChangeSetCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFormationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeChangeSetCommandInput, DescribeChangeSetCommandOutput>;
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
+ DescribeChangeSetInput,
15
+ DescribeChangeSetOutput,
16
+ } from "../models/models_0";
17
+ export interface DescribeChangeSetCommandInput extends DescribeChangeSetInput {}
18
+ export interface DescribeChangeSetCommandOutput
19
+ extends DescribeChangeSetOutput,
20
+ __MetadataBearer {}
21
+ export declare class DescribeChangeSetCommand extends $Command<
22
+ DescribeChangeSetCommandInput,
23
+ DescribeChangeSetCommandOutput,
24
+ CloudFormationClientResolvedConfig
25
+ > {
26
+ readonly input: DescribeChangeSetCommandInput;
27
+ constructor(input: DescribeChangeSetCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: CloudFormationClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<DescribeChangeSetCommandInput, DescribeChangeSetCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -1,17 +1,39 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
4
- import { DescribeChangeSetHooksInput, DescribeChangeSetHooksOutput } from "../models/models_0";
5
- export interface DescribeChangeSetHooksCommandInput extends DescribeChangeSetHooksInput {
6
- }
7
- export interface DescribeChangeSetHooksCommandOutput extends DescribeChangeSetHooksOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeChangeSetHooksCommand extends $Command<DescribeChangeSetHooksCommandInput, DescribeChangeSetHooksCommandOutput, CloudFormationClientResolvedConfig> {
11
- readonly input: DescribeChangeSetHooksCommandInput;
12
- constructor(input: DescribeChangeSetHooksCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFormationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeChangeSetHooksCommandInput, DescribeChangeSetHooksCommandOutput>;
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
+ DescribeChangeSetHooksInput,
15
+ DescribeChangeSetHooksOutput,
16
+ } from "../models/models_0";
17
+ export interface DescribeChangeSetHooksCommandInput
18
+ extends DescribeChangeSetHooksInput {}
19
+ export interface DescribeChangeSetHooksCommandOutput
20
+ extends DescribeChangeSetHooksOutput,
21
+ __MetadataBearer {}
22
+ export declare class DescribeChangeSetHooksCommand extends $Command<
23
+ DescribeChangeSetHooksCommandInput,
24
+ DescribeChangeSetHooksCommandOutput,
25
+ CloudFormationClientResolvedConfig
26
+ > {
27
+ readonly input: DescribeChangeSetHooksCommandInput;
28
+ constructor(input: DescribeChangeSetHooksCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: CloudFormationClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ DescribeChangeSetHooksCommandInput,
35
+ DescribeChangeSetHooksCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,35 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
4
- import { DescribePublisherInput, DescribePublisherOutput } from "../models/models_0";
5
- export interface DescribePublisherCommandInput extends DescribePublisherInput {
6
- }
7
- export interface DescribePublisherCommandOutput extends DescribePublisherOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribePublisherCommand extends $Command<DescribePublisherCommandInput, DescribePublisherCommandOutput, CloudFormationClientResolvedConfig> {
11
- readonly input: DescribePublisherCommandInput;
12
- constructor(input: DescribePublisherCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFormationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribePublisherCommandInput, DescribePublisherCommandOutput>;
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
+ DescribePublisherInput,
15
+ DescribePublisherOutput,
16
+ } from "../models/models_0";
17
+ export interface DescribePublisherCommandInput extends DescribePublisherInput {}
18
+ export interface DescribePublisherCommandOutput
19
+ extends DescribePublisherOutput,
20
+ __MetadataBearer {}
21
+ export declare class DescribePublisherCommand extends $Command<
22
+ DescribePublisherCommandInput,
23
+ DescribePublisherCommandOutput,
24
+ CloudFormationClientResolvedConfig
25
+ > {
26
+ readonly input: DescribePublisherCommandInput;
27
+ constructor(input: DescribePublisherCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: CloudFormationClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<DescribePublisherCommandInput, DescribePublisherCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -1,17 +1,39 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
4
- import { DescribeStackDriftDetectionStatusInput, DescribeStackDriftDetectionStatusOutput } from "../models/models_0";
5
- export interface DescribeStackDriftDetectionStatusCommandInput extends DescribeStackDriftDetectionStatusInput {
6
- }
7
- export interface DescribeStackDriftDetectionStatusCommandOutput extends DescribeStackDriftDetectionStatusOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeStackDriftDetectionStatusCommand extends $Command<DescribeStackDriftDetectionStatusCommandInput, DescribeStackDriftDetectionStatusCommandOutput, CloudFormationClientResolvedConfig> {
11
- readonly input: DescribeStackDriftDetectionStatusCommandInput;
12
- constructor(input: DescribeStackDriftDetectionStatusCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFormationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeStackDriftDetectionStatusCommandInput, DescribeStackDriftDetectionStatusCommandOutput>;
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
+ DescribeStackDriftDetectionStatusInput,
15
+ DescribeStackDriftDetectionStatusOutput,
16
+ } from "../models/models_0";
17
+ export interface DescribeStackDriftDetectionStatusCommandInput
18
+ extends DescribeStackDriftDetectionStatusInput {}
19
+ export interface DescribeStackDriftDetectionStatusCommandOutput
20
+ extends DescribeStackDriftDetectionStatusOutput,
21
+ __MetadataBearer {}
22
+ export declare class DescribeStackDriftDetectionStatusCommand extends $Command<
23
+ DescribeStackDriftDetectionStatusCommandInput,
24
+ DescribeStackDriftDetectionStatusCommandOutput,
25
+ CloudFormationClientResolvedConfig
26
+ > {
27
+ readonly input: DescribeStackDriftDetectionStatusCommandInput;
28
+ constructor(input: DescribeStackDriftDetectionStatusCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: CloudFormationClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ DescribeStackDriftDetectionStatusCommandInput,
35
+ DescribeStackDriftDetectionStatusCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,36 @@
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 { DescribeStackEventsInput, DescribeStackEventsOutput } from "../models/models_0";
5
- export interface DescribeStackEventsCommandInput extends DescribeStackEventsInput {
6
- }
7
- export interface DescribeStackEventsCommandOutput extends DescribeStackEventsOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeStackEventsCommand extends $Command<DescribeStackEventsCommandInput, DescribeStackEventsCommandOutput, CloudFormationClientResolvedConfig> {
11
- readonly input: DescribeStackEventsCommandInput;
12
- constructor(input: DescribeStackEventsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFormationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeStackEventsCommandInput, DescribeStackEventsCommandOutput>;
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
+ DescribeStackEventsInput,
15
+ DescribeStackEventsOutput,
16
+ } from "../models/models_0";
17
+ export interface DescribeStackEventsCommandInput
18
+ extends DescribeStackEventsInput {}
19
+ export interface DescribeStackEventsCommandOutput
20
+ extends DescribeStackEventsOutput,
21
+ __MetadataBearer {}
22
+ export declare class DescribeStackEventsCommand extends $Command<
23
+ DescribeStackEventsCommandInput,
24
+ DescribeStackEventsCommandOutput,
25
+ CloudFormationClientResolvedConfig
26
+ > {
27
+ readonly input: DescribeStackEventsCommandInput;
28
+ constructor(input: DescribeStackEventsCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: CloudFormationClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<DescribeStackEventsCommandInput, DescribeStackEventsCommandOutput>;
34
+ private serialize;
35
+ private deserialize;
36
+ }
@@ -1,17 +1,39 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
4
- import { DescribeStackInstanceInput, DescribeStackInstanceOutput } from "../models/models_0";
5
- export interface DescribeStackInstanceCommandInput extends DescribeStackInstanceInput {
6
- }
7
- export interface DescribeStackInstanceCommandOutput extends DescribeStackInstanceOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeStackInstanceCommand extends $Command<DescribeStackInstanceCommandInput, DescribeStackInstanceCommandOutput, CloudFormationClientResolvedConfig> {
11
- readonly input: DescribeStackInstanceCommandInput;
12
- constructor(input: DescribeStackInstanceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFormationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeStackInstanceCommandInput, DescribeStackInstanceCommandOutput>;
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
+ DescribeStackInstanceInput,
15
+ DescribeStackInstanceOutput,
16
+ } from "../models/models_0";
17
+ export interface DescribeStackInstanceCommandInput
18
+ extends DescribeStackInstanceInput {}
19
+ export interface DescribeStackInstanceCommandOutput
20
+ extends DescribeStackInstanceOutput,
21
+ __MetadataBearer {}
22
+ export declare class DescribeStackInstanceCommand extends $Command<
23
+ DescribeStackInstanceCommandInput,
24
+ DescribeStackInstanceCommandOutput,
25
+ CloudFormationClientResolvedConfig
26
+ > {
27
+ readonly input: DescribeStackInstanceCommandInput;
28
+ constructor(input: DescribeStackInstanceCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: CloudFormationClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ DescribeStackInstanceCommandInput,
35
+ DescribeStackInstanceCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,39 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
4
- import { DescribeStackResourceInput, DescribeStackResourceOutput } from "../models/models_0";
5
- export interface DescribeStackResourceCommandInput extends DescribeStackResourceInput {
6
- }
7
- export interface DescribeStackResourceCommandOutput extends DescribeStackResourceOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeStackResourceCommand extends $Command<DescribeStackResourceCommandInput, DescribeStackResourceCommandOutput, CloudFormationClientResolvedConfig> {
11
- readonly input: DescribeStackResourceCommandInput;
12
- constructor(input: DescribeStackResourceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFormationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeStackResourceCommandInput, DescribeStackResourceCommandOutput>;
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
+ DescribeStackResourceInput,
15
+ DescribeStackResourceOutput,
16
+ } from "../models/models_0";
17
+ export interface DescribeStackResourceCommandInput
18
+ extends DescribeStackResourceInput {}
19
+ export interface DescribeStackResourceCommandOutput
20
+ extends DescribeStackResourceOutput,
21
+ __MetadataBearer {}
22
+ export declare class DescribeStackResourceCommand extends $Command<
23
+ DescribeStackResourceCommandInput,
24
+ DescribeStackResourceCommandOutput,
25
+ CloudFormationClientResolvedConfig
26
+ > {
27
+ readonly input: DescribeStackResourceCommandInput;
28
+ constructor(input: DescribeStackResourceCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: CloudFormationClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ DescribeStackResourceCommandInput,
35
+ DescribeStackResourceCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,39 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
4
- import { 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
+ export declare class DescribeStackResourceDriftsCommand extends $Command<
23
+ DescribeStackResourceDriftsCommandInput,
24
+ DescribeStackResourceDriftsCommandOutput,
25
+ CloudFormationClientResolvedConfig
26
+ > {
27
+ readonly input: DescribeStackResourceDriftsCommandInput;
28
+ constructor(input: DescribeStackResourceDriftsCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: CloudFormationClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ DescribeStackResourceDriftsCommandInput,
35
+ DescribeStackResourceDriftsCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }