@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,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 { SetTypeDefaultVersionInput, SetTypeDefaultVersionOutput } from "../models/models_0";
5
- export interface SetTypeDefaultVersionCommandInput extends SetTypeDefaultVersionInput {
6
- }
7
- export interface SetTypeDefaultVersionCommandOutput extends SetTypeDefaultVersionOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class SetTypeDefaultVersionCommand extends $Command<SetTypeDefaultVersionCommandInput, SetTypeDefaultVersionCommandOutput, CloudFormationClientResolvedConfig> {
11
- readonly input: SetTypeDefaultVersionCommandInput;
12
- constructor(input: SetTypeDefaultVersionCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFormationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SetTypeDefaultVersionCommandInput, SetTypeDefaultVersionCommandOutput>;
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
+ SetTypeDefaultVersionInput,
15
+ SetTypeDefaultVersionOutput,
16
+ } from "../models/models_0";
17
+ export interface SetTypeDefaultVersionCommandInput
18
+ extends SetTypeDefaultVersionInput {}
19
+ export interface SetTypeDefaultVersionCommandOutput
20
+ extends SetTypeDefaultVersionOutput,
21
+ __MetadataBearer {}
22
+ export declare class SetTypeDefaultVersionCommand extends $Command<
23
+ SetTypeDefaultVersionCommandInput,
24
+ SetTypeDefaultVersionCommandOutput,
25
+ CloudFormationClientResolvedConfig
26
+ > {
27
+ readonly input: SetTypeDefaultVersionCommandInput;
28
+ constructor(input: SetTypeDefaultVersionCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: CloudFormationClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ SetTypeDefaultVersionCommandInput,
35
+ SetTypeDefaultVersionCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,30 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
4
- import { SignalResourceInput } from "../models/models_0";
5
- export interface SignalResourceCommandInput extends SignalResourceInput {
6
- }
7
- export interface SignalResourceCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class SignalResourceCommand extends $Command<SignalResourceCommandInput, SignalResourceCommandOutput, CloudFormationClientResolvedConfig> {
11
- readonly input: SignalResourceCommandInput;
12
- constructor(input: SignalResourceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFormationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SignalResourceCommandInput, SignalResourceCommandOutput>;
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 { SignalResourceInput } from "../models/models_0";
14
+ export interface SignalResourceCommandInput extends SignalResourceInput {}
15
+ export interface SignalResourceCommandOutput extends __MetadataBearer {}
16
+ export declare class SignalResourceCommand extends $Command<
17
+ SignalResourceCommandInput,
18
+ SignalResourceCommandOutput,
19
+ CloudFormationClientResolvedConfig
20
+ > {
21
+ readonly input: SignalResourceCommandInput;
22
+ constructor(input: SignalResourceCommandInput);
23
+ resolveMiddleware(
24
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
25
+ configuration: CloudFormationClientResolvedConfig,
26
+ options?: __HttpHandlerOptions
27
+ ): Handler<SignalResourceCommandInput, SignalResourceCommandOutput>;
28
+ private serialize;
29
+ private deserialize;
30
+ }
@@ -1,17 +1,39 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
4
- import { StopStackSetOperationInput, StopStackSetOperationOutput } from "../models/models_0";
5
- export interface StopStackSetOperationCommandInput extends StopStackSetOperationInput {
6
- }
7
- export interface StopStackSetOperationCommandOutput extends StopStackSetOperationOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class StopStackSetOperationCommand extends $Command<StopStackSetOperationCommandInput, StopStackSetOperationCommandOutput, CloudFormationClientResolvedConfig> {
11
- readonly input: StopStackSetOperationCommandInput;
12
- constructor(input: StopStackSetOperationCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFormationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StopStackSetOperationCommandInput, StopStackSetOperationCommandOutput>;
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
+ StopStackSetOperationInput,
15
+ StopStackSetOperationOutput,
16
+ } from "../models/models_0";
17
+ export interface StopStackSetOperationCommandInput
18
+ extends StopStackSetOperationInput {}
19
+ export interface StopStackSetOperationCommandOutput
20
+ extends StopStackSetOperationOutput,
21
+ __MetadataBearer {}
22
+ export declare class StopStackSetOperationCommand extends $Command<
23
+ StopStackSetOperationCommandInput,
24
+ StopStackSetOperationCommandOutput,
25
+ CloudFormationClientResolvedConfig
26
+ > {
27
+ readonly input: StopStackSetOperationCommandInput;
28
+ constructor(input: StopStackSetOperationCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: CloudFormationClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ StopStackSetOperationCommandInput,
35
+ StopStackSetOperationCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,32 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
4
- import { TestTypeInput, TestTypeOutput } from "../models/models_0";
5
- export interface TestTypeCommandInput extends TestTypeInput {
6
- }
7
- export interface TestTypeCommandOutput extends TestTypeOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class TestTypeCommand extends $Command<TestTypeCommandInput, TestTypeCommandOutput, CloudFormationClientResolvedConfig> {
11
- readonly input: TestTypeCommandInput;
12
- constructor(input: TestTypeCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFormationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TestTypeCommandInput, TestTypeCommandOutput>;
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 { TestTypeInput, TestTypeOutput } from "../models/models_0";
14
+ export interface TestTypeCommandInput extends TestTypeInput {}
15
+ export interface TestTypeCommandOutput
16
+ extends TestTypeOutput,
17
+ __MetadataBearer {}
18
+ export declare class TestTypeCommand extends $Command<
19
+ TestTypeCommandInput,
20
+ TestTypeCommandOutput,
21
+ CloudFormationClientResolvedConfig
22
+ > {
23
+ readonly input: TestTypeCommandInput;
24
+ constructor(input: TestTypeCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: CloudFormationClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<TestTypeCommandInput, TestTypeCommandOutput>;
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 { UpdateStackInput, UpdateStackOutput } from "../models/models_0";
5
- export interface UpdateStackCommandInput extends UpdateStackInput {
6
- }
7
- export interface UpdateStackCommandOutput extends UpdateStackOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateStackCommand extends $Command<UpdateStackCommandInput, UpdateStackCommandOutput, CloudFormationClientResolvedConfig> {
11
- readonly input: UpdateStackCommandInput;
12
- constructor(input: UpdateStackCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFormationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateStackCommandInput, UpdateStackCommandOutput>;
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 { UpdateStackInput, UpdateStackOutput } from "../models/models_0";
14
+ export interface UpdateStackCommandInput extends UpdateStackInput {}
15
+ export interface UpdateStackCommandOutput
16
+ extends UpdateStackOutput,
17
+ __MetadataBearer {}
18
+ export declare class UpdateStackCommand extends $Command<
19
+ UpdateStackCommandInput,
20
+ UpdateStackCommandOutput,
21
+ CloudFormationClientResolvedConfig
22
+ > {
23
+ readonly input: UpdateStackCommandInput;
24
+ constructor(input: UpdateStackCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: CloudFormationClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<UpdateStackCommandInput, UpdateStackCommandOutput>;
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 { UpdateStackInstancesInput, UpdateStackInstancesOutput } from "../models/models_0";
5
- export interface UpdateStackInstancesCommandInput extends UpdateStackInstancesInput {
6
- }
7
- export interface UpdateStackInstancesCommandOutput extends UpdateStackInstancesOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateStackInstancesCommand extends $Command<UpdateStackInstancesCommandInput, UpdateStackInstancesCommandOutput, CloudFormationClientResolvedConfig> {
11
- readonly input: UpdateStackInstancesCommandInput;
12
- constructor(input: UpdateStackInstancesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFormationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateStackInstancesCommandInput, UpdateStackInstancesCommandOutput>;
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
+ UpdateStackInstancesInput,
15
+ UpdateStackInstancesOutput,
16
+ } from "../models/models_0";
17
+ export interface UpdateStackInstancesCommandInput
18
+ extends UpdateStackInstancesInput {}
19
+ export interface UpdateStackInstancesCommandOutput
20
+ extends UpdateStackInstancesOutput,
21
+ __MetadataBearer {}
22
+ export declare class UpdateStackInstancesCommand extends $Command<
23
+ UpdateStackInstancesCommandInput,
24
+ UpdateStackInstancesCommandOutput,
25
+ CloudFormationClientResolvedConfig
26
+ > {
27
+ readonly input: UpdateStackInstancesCommandInput;
28
+ constructor(input: UpdateStackInstancesCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: CloudFormationClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ UpdateStackInstancesCommandInput,
35
+ UpdateStackInstancesCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,32 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
4
- import { UpdateStackSetInput, UpdateStackSetOutput } from "../models/models_0";
5
- export interface UpdateStackSetCommandInput extends UpdateStackSetInput {
6
- }
7
- export interface UpdateStackSetCommandOutput extends UpdateStackSetOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateStackSetCommand extends $Command<UpdateStackSetCommandInput, UpdateStackSetCommandOutput, CloudFormationClientResolvedConfig> {
11
- readonly input: UpdateStackSetCommandInput;
12
- constructor(input: UpdateStackSetCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFormationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateStackSetCommandInput, UpdateStackSetCommandOutput>;
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 { UpdateStackSetInput, UpdateStackSetOutput } from "../models/models_0";
14
+ export interface UpdateStackSetCommandInput extends UpdateStackSetInput {}
15
+ export interface UpdateStackSetCommandOutput
16
+ extends UpdateStackSetOutput,
17
+ __MetadataBearer {}
18
+ export declare class UpdateStackSetCommand extends $Command<
19
+ UpdateStackSetCommandInput,
20
+ UpdateStackSetCommandOutput,
21
+ CloudFormationClientResolvedConfig
22
+ > {
23
+ readonly input: UpdateStackSetCommandInput;
24
+ constructor(input: UpdateStackSetCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: CloudFormationClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<UpdateStackSetCommandInput, UpdateStackSetCommandOutput>;
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 { UpdateTerminationProtectionInput, UpdateTerminationProtectionOutput } from "../models/models_0";
5
- export interface UpdateTerminationProtectionCommandInput extends UpdateTerminationProtectionInput {
6
- }
7
- export interface UpdateTerminationProtectionCommandOutput extends UpdateTerminationProtectionOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateTerminationProtectionCommand extends $Command<UpdateTerminationProtectionCommandInput, UpdateTerminationProtectionCommandOutput, CloudFormationClientResolvedConfig> {
11
- readonly input: UpdateTerminationProtectionCommandInput;
12
- constructor(input: UpdateTerminationProtectionCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFormationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateTerminationProtectionCommandInput, UpdateTerminationProtectionCommandOutput>;
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
+ UpdateTerminationProtectionInput,
15
+ UpdateTerminationProtectionOutput,
16
+ } from "../models/models_0";
17
+ export interface UpdateTerminationProtectionCommandInput
18
+ extends UpdateTerminationProtectionInput {}
19
+ export interface UpdateTerminationProtectionCommandOutput
20
+ extends UpdateTerminationProtectionOutput,
21
+ __MetadataBearer {}
22
+ export declare class UpdateTerminationProtectionCommand extends $Command<
23
+ UpdateTerminationProtectionCommandInput,
24
+ UpdateTerminationProtectionCommandOutput,
25
+ CloudFormationClientResolvedConfig
26
+ > {
27
+ readonly input: UpdateTerminationProtectionCommandInput;
28
+ constructor(input: UpdateTerminationProtectionCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: CloudFormationClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ UpdateTerminationProtectionCommandInput,
35
+ UpdateTerminationProtectionCommandOutput
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 { ValidateTemplateInput, ValidateTemplateOutput } from "../models/models_0";
5
- export interface ValidateTemplateCommandInput extends ValidateTemplateInput {
6
- }
7
- export interface ValidateTemplateCommandOutput extends ValidateTemplateOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class ValidateTemplateCommand extends $Command<ValidateTemplateCommandInput, ValidateTemplateCommandOutput, CloudFormationClientResolvedConfig> {
11
- readonly input: ValidateTemplateCommandInput;
12
- constructor(input: ValidateTemplateCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFormationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ValidateTemplateCommandInput, ValidateTemplateCommandOutput>;
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
+ ValidateTemplateInput,
15
+ ValidateTemplateOutput,
16
+ } from "../models/models_0";
17
+ export interface ValidateTemplateCommandInput extends ValidateTemplateInput {}
18
+ export interface ValidateTemplateCommandOutput
19
+ extends ValidateTemplateOutput,
20
+ __MetadataBearer {}
21
+ export declare class ValidateTemplateCommand extends $Command<
22
+ ValidateTemplateCommandInput,
23
+ ValidateTemplateCommandOutput,
24
+ CloudFormationClientResolvedConfig
25
+ > {
26
+ readonly input: ValidateTemplateCommandInput;
27
+ constructor(input: ValidateTemplateCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: CloudFormationClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<ValidateTemplateCommandInput, ValidateTemplateCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -1,66 +1,66 @@
1
- export * from "./ActivateTypeCommand";
2
- export * from "./BatchDescribeTypeConfigurationsCommand";
3
- export * from "./CancelUpdateStackCommand";
4
- export * from "./ContinueUpdateRollbackCommand";
5
- export * from "./CreateChangeSetCommand";
6
- export * from "./CreateStackCommand";
7
- export * from "./CreateStackInstancesCommand";
8
- export * from "./CreateStackSetCommand";
9
- export * from "./DeactivateTypeCommand";
10
- export * from "./DeleteChangeSetCommand";
11
- export * from "./DeleteStackCommand";
12
- export * from "./DeleteStackInstancesCommand";
13
- export * from "./DeleteStackSetCommand";
14
- export * from "./DeregisterTypeCommand";
15
- export * from "./DescribeAccountLimitsCommand";
16
- export * from "./DescribeChangeSetCommand";
17
- export * from "./DescribeChangeSetHooksCommand";
18
- export * from "./DescribePublisherCommand";
19
- export * from "./DescribeStackDriftDetectionStatusCommand";
20
- export * from "./DescribeStackEventsCommand";
21
- export * from "./DescribeStackInstanceCommand";
22
- export * from "./DescribeStackResourceCommand";
23
- export * from "./DescribeStackResourceDriftsCommand";
24
- export * from "./DescribeStackResourcesCommand";
25
- export * from "./DescribeStackSetCommand";
26
- export * from "./DescribeStackSetOperationCommand";
27
- export * from "./DescribeStacksCommand";
28
- export * from "./DescribeTypeCommand";
29
- export * from "./DescribeTypeRegistrationCommand";
30
- export * from "./DetectStackDriftCommand";
31
- export * from "./DetectStackResourceDriftCommand";
32
- export * from "./DetectStackSetDriftCommand";
33
- export * from "./EstimateTemplateCostCommand";
34
- export * from "./ExecuteChangeSetCommand";
35
- export * from "./GetStackPolicyCommand";
36
- export * from "./GetTemplateCommand";
37
- export * from "./GetTemplateSummaryCommand";
38
- export * from "./ImportStacksToStackSetCommand";
39
- export * from "./ListChangeSetsCommand";
40
- export * from "./ListExportsCommand";
41
- export * from "./ListImportsCommand";
42
- export * from "./ListStackInstancesCommand";
43
- export * from "./ListStackResourcesCommand";
44
- export * from "./ListStackSetOperationResultsCommand";
45
- export * from "./ListStackSetOperationsCommand";
46
- export * from "./ListStackSetsCommand";
47
- export * from "./ListStacksCommand";
48
- export * from "./ListTypeRegistrationsCommand";
49
- export * from "./ListTypeVersionsCommand";
50
- export * from "./ListTypesCommand";
51
- export * from "./PublishTypeCommand";
52
- export * from "./RecordHandlerProgressCommand";
53
- export * from "./RegisterPublisherCommand";
54
- export * from "./RegisterTypeCommand";
55
- export * from "./RollbackStackCommand";
56
- export * from "./SetStackPolicyCommand";
57
- export * from "./SetTypeConfigurationCommand";
58
- export * from "./SetTypeDefaultVersionCommand";
59
- export * from "./SignalResourceCommand";
60
- export * from "./StopStackSetOperationCommand";
61
- export * from "./TestTypeCommand";
62
- export * from "./UpdateStackCommand";
63
- export * from "./UpdateStackInstancesCommand";
64
- export * from "./UpdateStackSetCommand";
65
- export * from "./UpdateTerminationProtectionCommand";
66
- export * from "./ValidateTemplateCommand";
1
+ export * from "./ActivateTypeCommand";
2
+ export * from "./BatchDescribeTypeConfigurationsCommand";
3
+ export * from "./CancelUpdateStackCommand";
4
+ export * from "./ContinueUpdateRollbackCommand";
5
+ export * from "./CreateChangeSetCommand";
6
+ export * from "./CreateStackCommand";
7
+ export * from "./CreateStackInstancesCommand";
8
+ export * from "./CreateStackSetCommand";
9
+ export * from "./DeactivateTypeCommand";
10
+ export * from "./DeleteChangeSetCommand";
11
+ export * from "./DeleteStackCommand";
12
+ export * from "./DeleteStackInstancesCommand";
13
+ export * from "./DeleteStackSetCommand";
14
+ export * from "./DeregisterTypeCommand";
15
+ export * from "./DescribeAccountLimitsCommand";
16
+ export * from "./DescribeChangeSetCommand";
17
+ export * from "./DescribeChangeSetHooksCommand";
18
+ export * from "./DescribePublisherCommand";
19
+ export * from "./DescribeStackDriftDetectionStatusCommand";
20
+ export * from "./DescribeStackEventsCommand";
21
+ export * from "./DescribeStackInstanceCommand";
22
+ export * from "./DescribeStackResourceCommand";
23
+ export * from "./DescribeStackResourceDriftsCommand";
24
+ export * from "./DescribeStackResourcesCommand";
25
+ export * from "./DescribeStackSetCommand";
26
+ export * from "./DescribeStackSetOperationCommand";
27
+ export * from "./DescribeStacksCommand";
28
+ export * from "./DescribeTypeCommand";
29
+ export * from "./DescribeTypeRegistrationCommand";
30
+ export * from "./DetectStackDriftCommand";
31
+ export * from "./DetectStackResourceDriftCommand";
32
+ export * from "./DetectStackSetDriftCommand";
33
+ export * from "./EstimateTemplateCostCommand";
34
+ export * from "./ExecuteChangeSetCommand";
35
+ export * from "./GetStackPolicyCommand";
36
+ export * from "./GetTemplateCommand";
37
+ export * from "./GetTemplateSummaryCommand";
38
+ export * from "./ImportStacksToStackSetCommand";
39
+ export * from "./ListChangeSetsCommand";
40
+ export * from "./ListExportsCommand";
41
+ export * from "./ListImportsCommand";
42
+ export * from "./ListStackInstancesCommand";
43
+ export * from "./ListStackResourcesCommand";
44
+ export * from "./ListStackSetOperationResultsCommand";
45
+ export * from "./ListStackSetOperationsCommand";
46
+ export * from "./ListStackSetsCommand";
47
+ export * from "./ListStacksCommand";
48
+ export * from "./ListTypeRegistrationsCommand";
49
+ export * from "./ListTypeVersionsCommand";
50
+ export * from "./ListTypesCommand";
51
+ export * from "./PublishTypeCommand";
52
+ export * from "./RecordHandlerProgressCommand";
53
+ export * from "./RegisterPublisherCommand";
54
+ export * from "./RegisterTypeCommand";
55
+ export * from "./RollbackStackCommand";
56
+ export * from "./SetStackPolicyCommand";
57
+ export * from "./SetTypeConfigurationCommand";
58
+ export * from "./SetTypeDefaultVersionCommand";
59
+ export * from "./SignalResourceCommand";
60
+ export * from "./StopStackSetOperationCommand";
61
+ export * from "./TestTypeCommand";
62
+ export * from "./UpdateStackCommand";
63
+ export * from "./UpdateStackInstancesCommand";
64
+ export * from "./UpdateStackSetCommand";
65
+ export * from "./UpdateTerminationProtectionCommand";
66
+ export * from "./ValidateTemplateCommand";
@@ -1,2 +1,2 @@
1
- import { RegionInfoProvider } from "@aws-sdk/types";
2
- export declare const defaultRegionInfoProvider: RegionInfoProvider;
1
+ import { RegionInfoProvider } from "@aws-sdk/types";
2
+ export declare const defaultRegionInfoProvider: RegionInfoProvider;