@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,335 +1,1132 @@
1
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
- import { CloudFormationClient } from "./CloudFormationClient";
3
- import { ActivateTypeCommandInput, ActivateTypeCommandOutput } from "./commands/ActivateTypeCommand";
4
- import { BatchDescribeTypeConfigurationsCommandInput, BatchDescribeTypeConfigurationsCommandOutput } from "./commands/BatchDescribeTypeConfigurationsCommand";
5
- import { CancelUpdateStackCommandInput, CancelUpdateStackCommandOutput } from "./commands/CancelUpdateStackCommand";
6
- import { ContinueUpdateRollbackCommandInput, ContinueUpdateRollbackCommandOutput } from "./commands/ContinueUpdateRollbackCommand";
7
- import { CreateChangeSetCommandInput, CreateChangeSetCommandOutput } from "./commands/CreateChangeSetCommand";
8
- import { CreateStackCommandInput, CreateStackCommandOutput } from "./commands/CreateStackCommand";
9
- import { CreateStackInstancesCommandInput, CreateStackInstancesCommandOutput } from "./commands/CreateStackInstancesCommand";
10
- import { CreateStackSetCommandInput, CreateStackSetCommandOutput } from "./commands/CreateStackSetCommand";
11
- import { DeactivateTypeCommandInput, DeactivateTypeCommandOutput } from "./commands/DeactivateTypeCommand";
12
- import { DeleteChangeSetCommandInput, DeleteChangeSetCommandOutput } from "./commands/DeleteChangeSetCommand";
13
- import { DeleteStackCommandInput, DeleteStackCommandOutput } from "./commands/DeleteStackCommand";
14
- import { DeleteStackInstancesCommandInput, DeleteStackInstancesCommandOutput } from "./commands/DeleteStackInstancesCommand";
15
- import { DeleteStackSetCommandInput, DeleteStackSetCommandOutput } from "./commands/DeleteStackSetCommand";
16
- import { DeregisterTypeCommandInput, DeregisterTypeCommandOutput } from "./commands/DeregisterTypeCommand";
17
- import { DescribeAccountLimitsCommandInput, DescribeAccountLimitsCommandOutput } from "./commands/DescribeAccountLimitsCommand";
18
- import { DescribeChangeSetCommandInput, DescribeChangeSetCommandOutput } from "./commands/DescribeChangeSetCommand";
19
- import { DescribeChangeSetHooksCommandInput, DescribeChangeSetHooksCommandOutput } from "./commands/DescribeChangeSetHooksCommand";
20
- import { DescribePublisherCommandInput, DescribePublisherCommandOutput } from "./commands/DescribePublisherCommand";
21
- import { DescribeStackDriftDetectionStatusCommandInput, DescribeStackDriftDetectionStatusCommandOutput } from "./commands/DescribeStackDriftDetectionStatusCommand";
22
- import { DescribeStackEventsCommandInput, DescribeStackEventsCommandOutput } from "./commands/DescribeStackEventsCommand";
23
- import { DescribeStackInstanceCommandInput, DescribeStackInstanceCommandOutput } from "./commands/DescribeStackInstanceCommand";
24
- import { DescribeStackResourceCommandInput, DescribeStackResourceCommandOutput } from "./commands/DescribeStackResourceCommand";
25
- import { DescribeStackResourceDriftsCommandInput, DescribeStackResourceDriftsCommandOutput } from "./commands/DescribeStackResourceDriftsCommand";
26
- import { DescribeStackResourcesCommandInput, DescribeStackResourcesCommandOutput } from "./commands/DescribeStackResourcesCommand";
27
- import { DescribeStacksCommandInput, DescribeStacksCommandOutput } from "./commands/DescribeStacksCommand";
28
- import { DescribeStackSetCommandInput, DescribeStackSetCommandOutput } from "./commands/DescribeStackSetCommand";
29
- import { DescribeStackSetOperationCommandInput, DescribeStackSetOperationCommandOutput } from "./commands/DescribeStackSetOperationCommand";
30
- import { DescribeTypeCommandInput, DescribeTypeCommandOutput } from "./commands/DescribeTypeCommand";
31
- import { DescribeTypeRegistrationCommandInput, DescribeTypeRegistrationCommandOutput } from "./commands/DescribeTypeRegistrationCommand";
32
- import { DetectStackDriftCommandInput, DetectStackDriftCommandOutput } from "./commands/DetectStackDriftCommand";
33
- import { DetectStackResourceDriftCommandInput, DetectStackResourceDriftCommandOutput } from "./commands/DetectStackResourceDriftCommand";
34
- import { DetectStackSetDriftCommandInput, DetectStackSetDriftCommandOutput } from "./commands/DetectStackSetDriftCommand";
35
- import { EstimateTemplateCostCommandInput, EstimateTemplateCostCommandOutput } from "./commands/EstimateTemplateCostCommand";
36
- import { ExecuteChangeSetCommandInput, ExecuteChangeSetCommandOutput } from "./commands/ExecuteChangeSetCommand";
37
- import { GetStackPolicyCommandInput, GetStackPolicyCommandOutput } from "./commands/GetStackPolicyCommand";
38
- import { GetTemplateCommandInput, GetTemplateCommandOutput } from "./commands/GetTemplateCommand";
39
- import { GetTemplateSummaryCommandInput, GetTemplateSummaryCommandOutput } from "./commands/GetTemplateSummaryCommand";
40
- import { ImportStacksToStackSetCommandInput, ImportStacksToStackSetCommandOutput } from "./commands/ImportStacksToStackSetCommand";
41
- import { ListChangeSetsCommandInput, ListChangeSetsCommandOutput } from "./commands/ListChangeSetsCommand";
42
- import { ListExportsCommandInput, ListExportsCommandOutput } from "./commands/ListExportsCommand";
43
- import { ListImportsCommandInput, ListImportsCommandOutput } from "./commands/ListImportsCommand";
44
- import { ListStackInstancesCommandInput, ListStackInstancesCommandOutput } from "./commands/ListStackInstancesCommand";
45
- import { ListStackResourcesCommandInput, ListStackResourcesCommandOutput } from "./commands/ListStackResourcesCommand";
46
- import { ListStacksCommandInput, ListStacksCommandOutput } from "./commands/ListStacksCommand";
47
- import { ListStackSetOperationResultsCommandInput, ListStackSetOperationResultsCommandOutput } from "./commands/ListStackSetOperationResultsCommand";
48
- import { ListStackSetOperationsCommandInput, ListStackSetOperationsCommandOutput } from "./commands/ListStackSetOperationsCommand";
49
- import { ListStackSetsCommandInput, ListStackSetsCommandOutput } from "./commands/ListStackSetsCommand";
50
- import { ListTypeRegistrationsCommandInput, ListTypeRegistrationsCommandOutput } from "./commands/ListTypeRegistrationsCommand";
51
- import { ListTypesCommandInput, ListTypesCommandOutput } from "./commands/ListTypesCommand";
52
- import { ListTypeVersionsCommandInput, ListTypeVersionsCommandOutput } from "./commands/ListTypeVersionsCommand";
53
- import { PublishTypeCommandInput, PublishTypeCommandOutput } from "./commands/PublishTypeCommand";
54
- import { RecordHandlerProgressCommandInput, RecordHandlerProgressCommandOutput } from "./commands/RecordHandlerProgressCommand";
55
- import { RegisterPublisherCommandInput, RegisterPublisherCommandOutput } from "./commands/RegisterPublisherCommand";
56
- import { RegisterTypeCommandInput, RegisterTypeCommandOutput } from "./commands/RegisterTypeCommand";
57
- import { RollbackStackCommandInput, RollbackStackCommandOutput } from "./commands/RollbackStackCommand";
58
- import { SetStackPolicyCommandInput, SetStackPolicyCommandOutput } from "./commands/SetStackPolicyCommand";
59
- import { SetTypeConfigurationCommandInput, SetTypeConfigurationCommandOutput } from "./commands/SetTypeConfigurationCommand";
60
- import { SetTypeDefaultVersionCommandInput, SetTypeDefaultVersionCommandOutput } from "./commands/SetTypeDefaultVersionCommand";
61
- import { SignalResourceCommandInput, SignalResourceCommandOutput } from "./commands/SignalResourceCommand";
62
- import { StopStackSetOperationCommandInput, StopStackSetOperationCommandOutput } from "./commands/StopStackSetOperationCommand";
63
- import { TestTypeCommandInput, TestTypeCommandOutput } from "./commands/TestTypeCommand";
64
- import { UpdateStackCommandInput, UpdateStackCommandOutput } from "./commands/UpdateStackCommand";
65
- import { UpdateStackInstancesCommandInput, UpdateStackInstancesCommandOutput } from "./commands/UpdateStackInstancesCommand";
66
- import { UpdateStackSetCommandInput, UpdateStackSetCommandOutput } from "./commands/UpdateStackSetCommand";
67
- import { UpdateTerminationProtectionCommandInput, UpdateTerminationProtectionCommandOutput } from "./commands/UpdateTerminationProtectionCommand";
68
- import { ValidateTemplateCommandInput, ValidateTemplateCommandOutput } from "./commands/ValidateTemplateCommand";
69
-
70
- export declare class CloudFormation extends CloudFormationClient {
71
-
72
- activateType(args: ActivateTypeCommandInput, options?: __HttpHandlerOptions): Promise<ActivateTypeCommandOutput>;
73
- activateType(args: ActivateTypeCommandInput, cb: (err: any, data?: ActivateTypeCommandOutput) => void): void;
74
- activateType(args: ActivateTypeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ActivateTypeCommandOutput) => void): void;
75
-
76
- batchDescribeTypeConfigurations(args: BatchDescribeTypeConfigurationsCommandInput, options?: __HttpHandlerOptions): Promise<BatchDescribeTypeConfigurationsCommandOutput>;
77
- batchDescribeTypeConfigurations(args: BatchDescribeTypeConfigurationsCommandInput, cb: (err: any, data?: BatchDescribeTypeConfigurationsCommandOutput) => void): void;
78
- batchDescribeTypeConfigurations(args: BatchDescribeTypeConfigurationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchDescribeTypeConfigurationsCommandOutput) => void): void;
79
-
80
- cancelUpdateStack(args: CancelUpdateStackCommandInput, options?: __HttpHandlerOptions): Promise<CancelUpdateStackCommandOutput>;
81
- cancelUpdateStack(args: CancelUpdateStackCommandInput, cb: (err: any, data?: CancelUpdateStackCommandOutput) => void): void;
82
- cancelUpdateStack(args: CancelUpdateStackCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CancelUpdateStackCommandOutput) => void): void;
83
-
84
- continueUpdateRollback(args: ContinueUpdateRollbackCommandInput, options?: __HttpHandlerOptions): Promise<ContinueUpdateRollbackCommandOutput>;
85
- continueUpdateRollback(args: ContinueUpdateRollbackCommandInput, cb: (err: any, data?: ContinueUpdateRollbackCommandOutput) => void): void;
86
- continueUpdateRollback(args: ContinueUpdateRollbackCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ContinueUpdateRollbackCommandOutput) => void): void;
87
-
88
- createChangeSet(args: CreateChangeSetCommandInput, options?: __HttpHandlerOptions): Promise<CreateChangeSetCommandOutput>;
89
- createChangeSet(args: CreateChangeSetCommandInput, cb: (err: any, data?: CreateChangeSetCommandOutput) => void): void;
90
- createChangeSet(args: CreateChangeSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateChangeSetCommandOutput) => void): void;
91
-
92
- createStack(args: CreateStackCommandInput, options?: __HttpHandlerOptions): Promise<CreateStackCommandOutput>;
93
- createStack(args: CreateStackCommandInput, cb: (err: any, data?: CreateStackCommandOutput) => void): void;
94
- createStack(args: CreateStackCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateStackCommandOutput) => void): void;
95
-
96
- createStackInstances(args: CreateStackInstancesCommandInput, options?: __HttpHandlerOptions): Promise<CreateStackInstancesCommandOutput>;
97
- createStackInstances(args: CreateStackInstancesCommandInput, cb: (err: any, data?: CreateStackInstancesCommandOutput) => void): void;
98
- createStackInstances(args: CreateStackInstancesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateStackInstancesCommandOutput) => void): void;
99
-
100
- createStackSet(args: CreateStackSetCommandInput, options?: __HttpHandlerOptions): Promise<CreateStackSetCommandOutput>;
101
- createStackSet(args: CreateStackSetCommandInput, cb: (err: any, data?: CreateStackSetCommandOutput) => void): void;
102
- createStackSet(args: CreateStackSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateStackSetCommandOutput) => void): void;
103
-
104
- deactivateType(args: DeactivateTypeCommandInput, options?: __HttpHandlerOptions): Promise<DeactivateTypeCommandOutput>;
105
- deactivateType(args: DeactivateTypeCommandInput, cb: (err: any, data?: DeactivateTypeCommandOutput) => void): void;
106
- deactivateType(args: DeactivateTypeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeactivateTypeCommandOutput) => void): void;
107
-
108
- deleteChangeSet(args: DeleteChangeSetCommandInput, options?: __HttpHandlerOptions): Promise<DeleteChangeSetCommandOutput>;
109
- deleteChangeSet(args: DeleteChangeSetCommandInput, cb: (err: any, data?: DeleteChangeSetCommandOutput) => void): void;
110
- deleteChangeSet(args: DeleteChangeSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteChangeSetCommandOutput) => void): void;
111
-
112
- deleteStack(args: DeleteStackCommandInput, options?: __HttpHandlerOptions): Promise<DeleteStackCommandOutput>;
113
- deleteStack(args: DeleteStackCommandInput, cb: (err: any, data?: DeleteStackCommandOutput) => void): void;
114
- deleteStack(args: DeleteStackCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteStackCommandOutput) => void): void;
115
-
116
- deleteStackInstances(args: DeleteStackInstancesCommandInput, options?: __HttpHandlerOptions): Promise<DeleteStackInstancesCommandOutput>;
117
- deleteStackInstances(args: DeleteStackInstancesCommandInput, cb: (err: any, data?: DeleteStackInstancesCommandOutput) => void): void;
118
- deleteStackInstances(args: DeleteStackInstancesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteStackInstancesCommandOutput) => void): void;
119
-
120
- deleteStackSet(args: DeleteStackSetCommandInput, options?: __HttpHandlerOptions): Promise<DeleteStackSetCommandOutput>;
121
- deleteStackSet(args: DeleteStackSetCommandInput, cb: (err: any, data?: DeleteStackSetCommandOutput) => void): void;
122
- deleteStackSet(args: DeleteStackSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteStackSetCommandOutput) => void): void;
123
-
124
- deregisterType(args: DeregisterTypeCommandInput, options?: __HttpHandlerOptions): Promise<DeregisterTypeCommandOutput>;
125
- deregisterType(args: DeregisterTypeCommandInput, cb: (err: any, data?: DeregisterTypeCommandOutput) => void): void;
126
- deregisterType(args: DeregisterTypeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeregisterTypeCommandOutput) => void): void;
127
-
128
- describeAccountLimits(args: DescribeAccountLimitsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeAccountLimitsCommandOutput>;
129
- describeAccountLimits(args: DescribeAccountLimitsCommandInput, cb: (err: any, data?: DescribeAccountLimitsCommandOutput) => void): void;
130
- describeAccountLimits(args: DescribeAccountLimitsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAccountLimitsCommandOutput) => void): void;
131
-
132
- describeChangeSet(args: DescribeChangeSetCommandInput, options?: __HttpHandlerOptions): Promise<DescribeChangeSetCommandOutput>;
133
- describeChangeSet(args: DescribeChangeSetCommandInput, cb: (err: any, data?: DescribeChangeSetCommandOutput) => void): void;
134
- describeChangeSet(args: DescribeChangeSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeChangeSetCommandOutput) => void): void;
135
-
136
- describeChangeSetHooks(args: DescribeChangeSetHooksCommandInput, options?: __HttpHandlerOptions): Promise<DescribeChangeSetHooksCommandOutput>;
137
- describeChangeSetHooks(args: DescribeChangeSetHooksCommandInput, cb: (err: any, data?: DescribeChangeSetHooksCommandOutput) => void): void;
138
- describeChangeSetHooks(args: DescribeChangeSetHooksCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeChangeSetHooksCommandOutput) => void): void;
139
-
140
- describePublisher(args: DescribePublisherCommandInput, options?: __HttpHandlerOptions): Promise<DescribePublisherCommandOutput>;
141
- describePublisher(args: DescribePublisherCommandInput, cb: (err: any, data?: DescribePublisherCommandOutput) => void): void;
142
- describePublisher(args: DescribePublisherCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribePublisherCommandOutput) => void): void;
143
-
144
- describeStackDriftDetectionStatus(args: DescribeStackDriftDetectionStatusCommandInput, options?: __HttpHandlerOptions): Promise<DescribeStackDriftDetectionStatusCommandOutput>;
145
- describeStackDriftDetectionStatus(args: DescribeStackDriftDetectionStatusCommandInput, cb: (err: any, data?: DescribeStackDriftDetectionStatusCommandOutput) => void): void;
146
- describeStackDriftDetectionStatus(args: DescribeStackDriftDetectionStatusCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeStackDriftDetectionStatusCommandOutput) => void): void;
147
-
148
- describeStackEvents(args: DescribeStackEventsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeStackEventsCommandOutput>;
149
- describeStackEvents(args: DescribeStackEventsCommandInput, cb: (err: any, data?: DescribeStackEventsCommandOutput) => void): void;
150
- describeStackEvents(args: DescribeStackEventsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeStackEventsCommandOutput) => void): void;
151
-
152
- describeStackInstance(args: DescribeStackInstanceCommandInput, options?: __HttpHandlerOptions): Promise<DescribeStackInstanceCommandOutput>;
153
- describeStackInstance(args: DescribeStackInstanceCommandInput, cb: (err: any, data?: DescribeStackInstanceCommandOutput) => void): void;
154
- describeStackInstance(args: DescribeStackInstanceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeStackInstanceCommandOutput) => void): void;
155
-
156
- describeStackResource(args: DescribeStackResourceCommandInput, options?: __HttpHandlerOptions): Promise<DescribeStackResourceCommandOutput>;
157
- describeStackResource(args: DescribeStackResourceCommandInput, cb: (err: any, data?: DescribeStackResourceCommandOutput) => void): void;
158
- describeStackResource(args: DescribeStackResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeStackResourceCommandOutput) => void): void;
159
-
160
- describeStackResourceDrifts(args: DescribeStackResourceDriftsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeStackResourceDriftsCommandOutput>;
161
- describeStackResourceDrifts(args: DescribeStackResourceDriftsCommandInput, cb: (err: any, data?: DescribeStackResourceDriftsCommandOutput) => void): void;
162
- describeStackResourceDrifts(args: DescribeStackResourceDriftsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeStackResourceDriftsCommandOutput) => void): void;
163
-
164
- describeStackResources(args: DescribeStackResourcesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeStackResourcesCommandOutput>;
165
- describeStackResources(args: DescribeStackResourcesCommandInput, cb: (err: any, data?: DescribeStackResourcesCommandOutput) => void): void;
166
- describeStackResources(args: DescribeStackResourcesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeStackResourcesCommandOutput) => void): void;
167
-
168
- describeStacks(args: DescribeStacksCommandInput, options?: __HttpHandlerOptions): Promise<DescribeStacksCommandOutput>;
169
- describeStacks(args: DescribeStacksCommandInput, cb: (err: any, data?: DescribeStacksCommandOutput) => void): void;
170
- describeStacks(args: DescribeStacksCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeStacksCommandOutput) => void): void;
171
-
172
- describeStackSet(args: DescribeStackSetCommandInput, options?: __HttpHandlerOptions): Promise<DescribeStackSetCommandOutput>;
173
- describeStackSet(args: DescribeStackSetCommandInput, cb: (err: any, data?: DescribeStackSetCommandOutput) => void): void;
174
- describeStackSet(args: DescribeStackSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeStackSetCommandOutput) => void): void;
175
-
176
- describeStackSetOperation(args: DescribeStackSetOperationCommandInput, options?: __HttpHandlerOptions): Promise<DescribeStackSetOperationCommandOutput>;
177
- describeStackSetOperation(args: DescribeStackSetOperationCommandInput, cb: (err: any, data?: DescribeStackSetOperationCommandOutput) => void): void;
178
- describeStackSetOperation(args: DescribeStackSetOperationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeStackSetOperationCommandOutput) => void): void;
179
-
180
- describeType(args: DescribeTypeCommandInput, options?: __HttpHandlerOptions): Promise<DescribeTypeCommandOutput>;
181
- describeType(args: DescribeTypeCommandInput, cb: (err: any, data?: DescribeTypeCommandOutput) => void): void;
182
- describeType(args: DescribeTypeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeTypeCommandOutput) => void): void;
183
-
184
- describeTypeRegistration(args: DescribeTypeRegistrationCommandInput, options?: __HttpHandlerOptions): Promise<DescribeTypeRegistrationCommandOutput>;
185
- describeTypeRegistration(args: DescribeTypeRegistrationCommandInput, cb: (err: any, data?: DescribeTypeRegistrationCommandOutput) => void): void;
186
- describeTypeRegistration(args: DescribeTypeRegistrationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeTypeRegistrationCommandOutput) => void): void;
187
-
188
- detectStackDrift(args: DetectStackDriftCommandInput, options?: __HttpHandlerOptions): Promise<DetectStackDriftCommandOutput>;
189
- detectStackDrift(args: DetectStackDriftCommandInput, cb: (err: any, data?: DetectStackDriftCommandOutput) => void): void;
190
- detectStackDrift(args: DetectStackDriftCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DetectStackDriftCommandOutput) => void): void;
191
-
192
- detectStackResourceDrift(args: DetectStackResourceDriftCommandInput, options?: __HttpHandlerOptions): Promise<DetectStackResourceDriftCommandOutput>;
193
- detectStackResourceDrift(args: DetectStackResourceDriftCommandInput, cb: (err: any, data?: DetectStackResourceDriftCommandOutput) => void): void;
194
- detectStackResourceDrift(args: DetectStackResourceDriftCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DetectStackResourceDriftCommandOutput) => void): void;
195
-
196
- detectStackSetDrift(args: DetectStackSetDriftCommandInput, options?: __HttpHandlerOptions): Promise<DetectStackSetDriftCommandOutput>;
197
- detectStackSetDrift(args: DetectStackSetDriftCommandInput, cb: (err: any, data?: DetectStackSetDriftCommandOutput) => void): void;
198
- detectStackSetDrift(args: DetectStackSetDriftCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DetectStackSetDriftCommandOutput) => void): void;
199
-
200
- estimateTemplateCost(args: EstimateTemplateCostCommandInput, options?: __HttpHandlerOptions): Promise<EstimateTemplateCostCommandOutput>;
201
- estimateTemplateCost(args: EstimateTemplateCostCommandInput, cb: (err: any, data?: EstimateTemplateCostCommandOutput) => void): void;
202
- estimateTemplateCost(args: EstimateTemplateCostCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: EstimateTemplateCostCommandOutput) => void): void;
203
-
204
- executeChangeSet(args: ExecuteChangeSetCommandInput, options?: __HttpHandlerOptions): Promise<ExecuteChangeSetCommandOutput>;
205
- executeChangeSet(args: ExecuteChangeSetCommandInput, cb: (err: any, data?: ExecuteChangeSetCommandOutput) => void): void;
206
- executeChangeSet(args: ExecuteChangeSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ExecuteChangeSetCommandOutput) => void): void;
207
-
208
- getStackPolicy(args: GetStackPolicyCommandInput, options?: __HttpHandlerOptions): Promise<GetStackPolicyCommandOutput>;
209
- getStackPolicy(args: GetStackPolicyCommandInput, cb: (err: any, data?: GetStackPolicyCommandOutput) => void): void;
210
- getStackPolicy(args: GetStackPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetStackPolicyCommandOutput) => void): void;
211
-
212
- getTemplate(args: GetTemplateCommandInput, options?: __HttpHandlerOptions): Promise<GetTemplateCommandOutput>;
213
- getTemplate(args: GetTemplateCommandInput, cb: (err: any, data?: GetTemplateCommandOutput) => void): void;
214
- getTemplate(args: GetTemplateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetTemplateCommandOutput) => void): void;
215
-
216
- getTemplateSummary(args: GetTemplateSummaryCommandInput, options?: __HttpHandlerOptions): Promise<GetTemplateSummaryCommandOutput>;
217
- getTemplateSummary(args: GetTemplateSummaryCommandInput, cb: (err: any, data?: GetTemplateSummaryCommandOutput) => void): void;
218
- getTemplateSummary(args: GetTemplateSummaryCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetTemplateSummaryCommandOutput) => void): void;
219
-
220
- importStacksToStackSet(args: ImportStacksToStackSetCommandInput, options?: __HttpHandlerOptions): Promise<ImportStacksToStackSetCommandOutput>;
221
- importStacksToStackSet(args: ImportStacksToStackSetCommandInput, cb: (err: any, data?: ImportStacksToStackSetCommandOutput) => void): void;
222
- importStacksToStackSet(args: ImportStacksToStackSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ImportStacksToStackSetCommandOutput) => void): void;
223
-
224
- listChangeSets(args: ListChangeSetsCommandInput, options?: __HttpHandlerOptions): Promise<ListChangeSetsCommandOutput>;
225
- listChangeSets(args: ListChangeSetsCommandInput, cb: (err: any, data?: ListChangeSetsCommandOutput) => void): void;
226
- listChangeSets(args: ListChangeSetsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListChangeSetsCommandOutput) => void): void;
227
-
228
- listExports(args: ListExportsCommandInput, options?: __HttpHandlerOptions): Promise<ListExportsCommandOutput>;
229
- listExports(args: ListExportsCommandInput, cb: (err: any, data?: ListExportsCommandOutput) => void): void;
230
- listExports(args: ListExportsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListExportsCommandOutput) => void): void;
231
-
232
- listImports(args: ListImportsCommandInput, options?: __HttpHandlerOptions): Promise<ListImportsCommandOutput>;
233
- listImports(args: ListImportsCommandInput, cb: (err: any, data?: ListImportsCommandOutput) => void): void;
234
- listImports(args: ListImportsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListImportsCommandOutput) => void): void;
235
-
236
- listStackInstances(args: ListStackInstancesCommandInput, options?: __HttpHandlerOptions): Promise<ListStackInstancesCommandOutput>;
237
- listStackInstances(args: ListStackInstancesCommandInput, cb: (err: any, data?: ListStackInstancesCommandOutput) => void): void;
238
- listStackInstances(args: ListStackInstancesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListStackInstancesCommandOutput) => void): void;
239
-
240
- listStackResources(args: ListStackResourcesCommandInput, options?: __HttpHandlerOptions): Promise<ListStackResourcesCommandOutput>;
241
- listStackResources(args: ListStackResourcesCommandInput, cb: (err: any, data?: ListStackResourcesCommandOutput) => void): void;
242
- listStackResources(args: ListStackResourcesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListStackResourcesCommandOutput) => void): void;
243
-
244
- listStacks(args: ListStacksCommandInput, options?: __HttpHandlerOptions): Promise<ListStacksCommandOutput>;
245
- listStacks(args: ListStacksCommandInput, cb: (err: any, data?: ListStacksCommandOutput) => void): void;
246
- listStacks(args: ListStacksCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListStacksCommandOutput) => void): void;
247
-
248
- listStackSetOperationResults(args: ListStackSetOperationResultsCommandInput, options?: __HttpHandlerOptions): Promise<ListStackSetOperationResultsCommandOutput>;
249
- listStackSetOperationResults(args: ListStackSetOperationResultsCommandInput, cb: (err: any, data?: ListStackSetOperationResultsCommandOutput) => void): void;
250
- listStackSetOperationResults(args: ListStackSetOperationResultsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListStackSetOperationResultsCommandOutput) => void): void;
251
-
252
- listStackSetOperations(args: ListStackSetOperationsCommandInput, options?: __HttpHandlerOptions): Promise<ListStackSetOperationsCommandOutput>;
253
- listStackSetOperations(args: ListStackSetOperationsCommandInput, cb: (err: any, data?: ListStackSetOperationsCommandOutput) => void): void;
254
- listStackSetOperations(args: ListStackSetOperationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListStackSetOperationsCommandOutput) => void): void;
255
-
256
- listStackSets(args: ListStackSetsCommandInput, options?: __HttpHandlerOptions): Promise<ListStackSetsCommandOutput>;
257
- listStackSets(args: ListStackSetsCommandInput, cb: (err: any, data?: ListStackSetsCommandOutput) => void): void;
258
- listStackSets(args: ListStackSetsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListStackSetsCommandOutput) => void): void;
259
-
260
- listTypeRegistrations(args: ListTypeRegistrationsCommandInput, options?: __HttpHandlerOptions): Promise<ListTypeRegistrationsCommandOutput>;
261
- listTypeRegistrations(args: ListTypeRegistrationsCommandInput, cb: (err: any, data?: ListTypeRegistrationsCommandOutput) => void): void;
262
- listTypeRegistrations(args: ListTypeRegistrationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTypeRegistrationsCommandOutput) => void): void;
263
-
264
- listTypes(args: ListTypesCommandInput, options?: __HttpHandlerOptions): Promise<ListTypesCommandOutput>;
265
- listTypes(args: ListTypesCommandInput, cb: (err: any, data?: ListTypesCommandOutput) => void): void;
266
- listTypes(args: ListTypesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTypesCommandOutput) => void): void;
267
-
268
- listTypeVersions(args: ListTypeVersionsCommandInput, options?: __HttpHandlerOptions): Promise<ListTypeVersionsCommandOutput>;
269
- listTypeVersions(args: ListTypeVersionsCommandInput, cb: (err: any, data?: ListTypeVersionsCommandOutput) => void): void;
270
- listTypeVersions(args: ListTypeVersionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTypeVersionsCommandOutput) => void): void;
271
-
272
- publishType(args: PublishTypeCommandInput, options?: __HttpHandlerOptions): Promise<PublishTypeCommandOutput>;
273
- publishType(args: PublishTypeCommandInput, cb: (err: any, data?: PublishTypeCommandOutput) => void): void;
274
- publishType(args: PublishTypeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PublishTypeCommandOutput) => void): void;
275
-
276
- recordHandlerProgress(args: RecordHandlerProgressCommandInput, options?: __HttpHandlerOptions): Promise<RecordHandlerProgressCommandOutput>;
277
- recordHandlerProgress(args: RecordHandlerProgressCommandInput, cb: (err: any, data?: RecordHandlerProgressCommandOutput) => void): void;
278
- recordHandlerProgress(args: RecordHandlerProgressCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RecordHandlerProgressCommandOutput) => void): void;
279
-
280
- registerPublisher(args: RegisterPublisherCommandInput, options?: __HttpHandlerOptions): Promise<RegisterPublisherCommandOutput>;
281
- registerPublisher(args: RegisterPublisherCommandInput, cb: (err: any, data?: RegisterPublisherCommandOutput) => void): void;
282
- registerPublisher(args: RegisterPublisherCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RegisterPublisherCommandOutput) => void): void;
283
-
284
- registerType(args: RegisterTypeCommandInput, options?: __HttpHandlerOptions): Promise<RegisterTypeCommandOutput>;
285
- registerType(args: RegisterTypeCommandInput, cb: (err: any, data?: RegisterTypeCommandOutput) => void): void;
286
- registerType(args: RegisterTypeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RegisterTypeCommandOutput) => void): void;
287
-
288
- rollbackStack(args: RollbackStackCommandInput, options?: __HttpHandlerOptions): Promise<RollbackStackCommandOutput>;
289
- rollbackStack(args: RollbackStackCommandInput, cb: (err: any, data?: RollbackStackCommandOutput) => void): void;
290
- rollbackStack(args: RollbackStackCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RollbackStackCommandOutput) => void): void;
291
-
292
- setStackPolicy(args: SetStackPolicyCommandInput, options?: __HttpHandlerOptions): Promise<SetStackPolicyCommandOutput>;
293
- setStackPolicy(args: SetStackPolicyCommandInput, cb: (err: any, data?: SetStackPolicyCommandOutput) => void): void;
294
- setStackPolicy(args: SetStackPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SetStackPolicyCommandOutput) => void): void;
295
-
296
- setTypeConfiguration(args: SetTypeConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<SetTypeConfigurationCommandOutput>;
297
- setTypeConfiguration(args: SetTypeConfigurationCommandInput, cb: (err: any, data?: SetTypeConfigurationCommandOutput) => void): void;
298
- setTypeConfiguration(args: SetTypeConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SetTypeConfigurationCommandOutput) => void): void;
299
-
300
- setTypeDefaultVersion(args: SetTypeDefaultVersionCommandInput, options?: __HttpHandlerOptions): Promise<SetTypeDefaultVersionCommandOutput>;
301
- setTypeDefaultVersion(args: SetTypeDefaultVersionCommandInput, cb: (err: any, data?: SetTypeDefaultVersionCommandOutput) => void): void;
302
- setTypeDefaultVersion(args: SetTypeDefaultVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SetTypeDefaultVersionCommandOutput) => void): void;
303
-
304
- signalResource(args: SignalResourceCommandInput, options?: __HttpHandlerOptions): Promise<SignalResourceCommandOutput>;
305
- signalResource(args: SignalResourceCommandInput, cb: (err: any, data?: SignalResourceCommandOutput) => void): void;
306
- signalResource(args: SignalResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SignalResourceCommandOutput) => void): void;
307
-
308
- stopStackSetOperation(args: StopStackSetOperationCommandInput, options?: __HttpHandlerOptions): Promise<StopStackSetOperationCommandOutput>;
309
- stopStackSetOperation(args: StopStackSetOperationCommandInput, cb: (err: any, data?: StopStackSetOperationCommandOutput) => void): void;
310
- stopStackSetOperation(args: StopStackSetOperationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopStackSetOperationCommandOutput) => void): void;
311
-
312
- testType(args: TestTypeCommandInput, options?: __HttpHandlerOptions): Promise<TestTypeCommandOutput>;
313
- testType(args: TestTypeCommandInput, cb: (err: any, data?: TestTypeCommandOutput) => void): void;
314
- testType(args: TestTypeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TestTypeCommandOutput) => void): void;
315
-
316
- updateStack(args: UpdateStackCommandInput, options?: __HttpHandlerOptions): Promise<UpdateStackCommandOutput>;
317
- updateStack(args: UpdateStackCommandInput, cb: (err: any, data?: UpdateStackCommandOutput) => void): void;
318
- updateStack(args: UpdateStackCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateStackCommandOutput) => void): void;
319
-
320
- updateStackInstances(args: UpdateStackInstancesCommandInput, options?: __HttpHandlerOptions): Promise<UpdateStackInstancesCommandOutput>;
321
- updateStackInstances(args: UpdateStackInstancesCommandInput, cb: (err: any, data?: UpdateStackInstancesCommandOutput) => void): void;
322
- updateStackInstances(args: UpdateStackInstancesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateStackInstancesCommandOutput) => void): void;
323
-
324
- updateStackSet(args: UpdateStackSetCommandInput, options?: __HttpHandlerOptions): Promise<UpdateStackSetCommandOutput>;
325
- updateStackSet(args: UpdateStackSetCommandInput, cb: (err: any, data?: UpdateStackSetCommandOutput) => void): void;
326
- updateStackSet(args: UpdateStackSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateStackSetCommandOutput) => void): void;
327
-
328
- updateTerminationProtection(args: UpdateTerminationProtectionCommandInput, options?: __HttpHandlerOptions): Promise<UpdateTerminationProtectionCommandOutput>;
329
- updateTerminationProtection(args: UpdateTerminationProtectionCommandInput, cb: (err: any, data?: UpdateTerminationProtectionCommandOutput) => void): void;
330
- updateTerminationProtection(args: UpdateTerminationProtectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateTerminationProtectionCommandOutput) => void): void;
331
-
332
- validateTemplate(args: ValidateTemplateCommandInput, options?: __HttpHandlerOptions): Promise<ValidateTemplateCommandOutput>;
333
- validateTemplate(args: ValidateTemplateCommandInput, cb: (err: any, data?: ValidateTemplateCommandOutput) => void): void;
334
- validateTemplate(args: ValidateTemplateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ValidateTemplateCommandOutput) => void): void;
335
- }
1
+ import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
+ import { CloudFormationClient } from "./CloudFormationClient";
3
+ import {
4
+ ActivateTypeCommandInput,
5
+ ActivateTypeCommandOutput,
6
+ } from "./commands/ActivateTypeCommand";
7
+ import {
8
+ BatchDescribeTypeConfigurationsCommandInput,
9
+ BatchDescribeTypeConfigurationsCommandOutput,
10
+ } from "./commands/BatchDescribeTypeConfigurationsCommand";
11
+ import {
12
+ CancelUpdateStackCommandInput,
13
+ CancelUpdateStackCommandOutput,
14
+ } from "./commands/CancelUpdateStackCommand";
15
+ import {
16
+ ContinueUpdateRollbackCommandInput,
17
+ ContinueUpdateRollbackCommandOutput,
18
+ } from "./commands/ContinueUpdateRollbackCommand";
19
+ import {
20
+ CreateChangeSetCommandInput,
21
+ CreateChangeSetCommandOutput,
22
+ } from "./commands/CreateChangeSetCommand";
23
+ import {
24
+ CreateStackCommandInput,
25
+ CreateStackCommandOutput,
26
+ } from "./commands/CreateStackCommand";
27
+ import {
28
+ CreateStackInstancesCommandInput,
29
+ CreateStackInstancesCommandOutput,
30
+ } from "./commands/CreateStackInstancesCommand";
31
+ import {
32
+ CreateStackSetCommandInput,
33
+ CreateStackSetCommandOutput,
34
+ } from "./commands/CreateStackSetCommand";
35
+ import {
36
+ DeactivateTypeCommandInput,
37
+ DeactivateTypeCommandOutput,
38
+ } from "./commands/DeactivateTypeCommand";
39
+ import {
40
+ DeleteChangeSetCommandInput,
41
+ DeleteChangeSetCommandOutput,
42
+ } from "./commands/DeleteChangeSetCommand";
43
+ import {
44
+ DeleteStackCommandInput,
45
+ DeleteStackCommandOutput,
46
+ } from "./commands/DeleteStackCommand";
47
+ import {
48
+ DeleteStackInstancesCommandInput,
49
+ DeleteStackInstancesCommandOutput,
50
+ } from "./commands/DeleteStackInstancesCommand";
51
+ import {
52
+ DeleteStackSetCommandInput,
53
+ DeleteStackSetCommandOutput,
54
+ } from "./commands/DeleteStackSetCommand";
55
+ import {
56
+ DeregisterTypeCommandInput,
57
+ DeregisterTypeCommandOutput,
58
+ } from "./commands/DeregisterTypeCommand";
59
+ import {
60
+ DescribeAccountLimitsCommandInput,
61
+ DescribeAccountLimitsCommandOutput,
62
+ } from "./commands/DescribeAccountLimitsCommand";
63
+ import {
64
+ DescribeChangeSetCommandInput,
65
+ DescribeChangeSetCommandOutput,
66
+ } from "./commands/DescribeChangeSetCommand";
67
+ import {
68
+ DescribeChangeSetHooksCommandInput,
69
+ DescribeChangeSetHooksCommandOutput,
70
+ } from "./commands/DescribeChangeSetHooksCommand";
71
+ import {
72
+ DescribePublisherCommandInput,
73
+ DescribePublisherCommandOutput,
74
+ } from "./commands/DescribePublisherCommand";
75
+ import {
76
+ DescribeStackDriftDetectionStatusCommandInput,
77
+ DescribeStackDriftDetectionStatusCommandOutput,
78
+ } from "./commands/DescribeStackDriftDetectionStatusCommand";
79
+ import {
80
+ DescribeStackEventsCommandInput,
81
+ DescribeStackEventsCommandOutput,
82
+ } from "./commands/DescribeStackEventsCommand";
83
+ import {
84
+ DescribeStackInstanceCommandInput,
85
+ DescribeStackInstanceCommandOutput,
86
+ } from "./commands/DescribeStackInstanceCommand";
87
+ import {
88
+ DescribeStackResourceCommandInput,
89
+ DescribeStackResourceCommandOutput,
90
+ } from "./commands/DescribeStackResourceCommand";
91
+ import {
92
+ DescribeStackResourceDriftsCommandInput,
93
+ DescribeStackResourceDriftsCommandOutput,
94
+ } from "./commands/DescribeStackResourceDriftsCommand";
95
+ import {
96
+ DescribeStackResourcesCommandInput,
97
+ DescribeStackResourcesCommandOutput,
98
+ } from "./commands/DescribeStackResourcesCommand";
99
+ import {
100
+ DescribeStacksCommandInput,
101
+ DescribeStacksCommandOutput,
102
+ } from "./commands/DescribeStacksCommand";
103
+ import {
104
+ DescribeStackSetCommandInput,
105
+ DescribeStackSetCommandOutput,
106
+ } from "./commands/DescribeStackSetCommand";
107
+ import {
108
+ DescribeStackSetOperationCommandInput,
109
+ DescribeStackSetOperationCommandOutput,
110
+ } from "./commands/DescribeStackSetOperationCommand";
111
+ import {
112
+ DescribeTypeCommandInput,
113
+ DescribeTypeCommandOutput,
114
+ } from "./commands/DescribeTypeCommand";
115
+ import {
116
+ DescribeTypeRegistrationCommandInput,
117
+ DescribeTypeRegistrationCommandOutput,
118
+ } from "./commands/DescribeTypeRegistrationCommand";
119
+ import {
120
+ DetectStackDriftCommandInput,
121
+ DetectStackDriftCommandOutput,
122
+ } from "./commands/DetectStackDriftCommand";
123
+ import {
124
+ DetectStackResourceDriftCommandInput,
125
+ DetectStackResourceDriftCommandOutput,
126
+ } from "./commands/DetectStackResourceDriftCommand";
127
+ import {
128
+ DetectStackSetDriftCommandInput,
129
+ DetectStackSetDriftCommandOutput,
130
+ } from "./commands/DetectStackSetDriftCommand";
131
+ import {
132
+ EstimateTemplateCostCommandInput,
133
+ EstimateTemplateCostCommandOutput,
134
+ } from "./commands/EstimateTemplateCostCommand";
135
+ import {
136
+ ExecuteChangeSetCommandInput,
137
+ ExecuteChangeSetCommandOutput,
138
+ } from "./commands/ExecuteChangeSetCommand";
139
+ import {
140
+ GetStackPolicyCommandInput,
141
+ GetStackPolicyCommandOutput,
142
+ } from "./commands/GetStackPolicyCommand";
143
+ import {
144
+ GetTemplateCommandInput,
145
+ GetTemplateCommandOutput,
146
+ } from "./commands/GetTemplateCommand";
147
+ import {
148
+ GetTemplateSummaryCommandInput,
149
+ GetTemplateSummaryCommandOutput,
150
+ } from "./commands/GetTemplateSummaryCommand";
151
+ import {
152
+ ImportStacksToStackSetCommandInput,
153
+ ImportStacksToStackSetCommandOutput,
154
+ } from "./commands/ImportStacksToStackSetCommand";
155
+ import {
156
+ ListChangeSetsCommandInput,
157
+ ListChangeSetsCommandOutput,
158
+ } from "./commands/ListChangeSetsCommand";
159
+ import {
160
+ ListExportsCommandInput,
161
+ ListExportsCommandOutput,
162
+ } from "./commands/ListExportsCommand";
163
+ import {
164
+ ListImportsCommandInput,
165
+ ListImportsCommandOutput,
166
+ } from "./commands/ListImportsCommand";
167
+ import {
168
+ ListStackInstancesCommandInput,
169
+ ListStackInstancesCommandOutput,
170
+ } from "./commands/ListStackInstancesCommand";
171
+ import {
172
+ ListStackResourcesCommandInput,
173
+ ListStackResourcesCommandOutput,
174
+ } from "./commands/ListStackResourcesCommand";
175
+ import {
176
+ ListStacksCommandInput,
177
+ ListStacksCommandOutput,
178
+ } from "./commands/ListStacksCommand";
179
+ import {
180
+ ListStackSetOperationResultsCommandInput,
181
+ ListStackSetOperationResultsCommandOutput,
182
+ } from "./commands/ListStackSetOperationResultsCommand";
183
+ import {
184
+ ListStackSetOperationsCommandInput,
185
+ ListStackSetOperationsCommandOutput,
186
+ } from "./commands/ListStackSetOperationsCommand";
187
+ import {
188
+ ListStackSetsCommandInput,
189
+ ListStackSetsCommandOutput,
190
+ } from "./commands/ListStackSetsCommand";
191
+ import {
192
+ ListTypeRegistrationsCommandInput,
193
+ ListTypeRegistrationsCommandOutput,
194
+ } from "./commands/ListTypeRegistrationsCommand";
195
+ import {
196
+ ListTypesCommandInput,
197
+ ListTypesCommandOutput,
198
+ } from "./commands/ListTypesCommand";
199
+ import {
200
+ ListTypeVersionsCommandInput,
201
+ ListTypeVersionsCommandOutput,
202
+ } from "./commands/ListTypeVersionsCommand";
203
+ import {
204
+ PublishTypeCommandInput,
205
+ PublishTypeCommandOutput,
206
+ } from "./commands/PublishTypeCommand";
207
+ import {
208
+ RecordHandlerProgressCommandInput,
209
+ RecordHandlerProgressCommandOutput,
210
+ } from "./commands/RecordHandlerProgressCommand";
211
+ import {
212
+ RegisterPublisherCommandInput,
213
+ RegisterPublisherCommandOutput,
214
+ } from "./commands/RegisterPublisherCommand";
215
+ import {
216
+ RegisterTypeCommandInput,
217
+ RegisterTypeCommandOutput,
218
+ } from "./commands/RegisterTypeCommand";
219
+ import {
220
+ RollbackStackCommandInput,
221
+ RollbackStackCommandOutput,
222
+ } from "./commands/RollbackStackCommand";
223
+ import {
224
+ SetStackPolicyCommandInput,
225
+ SetStackPolicyCommandOutput,
226
+ } from "./commands/SetStackPolicyCommand";
227
+ import {
228
+ SetTypeConfigurationCommandInput,
229
+ SetTypeConfigurationCommandOutput,
230
+ } from "./commands/SetTypeConfigurationCommand";
231
+ import {
232
+ SetTypeDefaultVersionCommandInput,
233
+ SetTypeDefaultVersionCommandOutput,
234
+ } from "./commands/SetTypeDefaultVersionCommand";
235
+ import {
236
+ SignalResourceCommandInput,
237
+ SignalResourceCommandOutput,
238
+ } from "./commands/SignalResourceCommand";
239
+ import {
240
+ StopStackSetOperationCommandInput,
241
+ StopStackSetOperationCommandOutput,
242
+ } from "./commands/StopStackSetOperationCommand";
243
+ import {
244
+ TestTypeCommandInput,
245
+ TestTypeCommandOutput,
246
+ } from "./commands/TestTypeCommand";
247
+ import {
248
+ UpdateStackCommandInput,
249
+ UpdateStackCommandOutput,
250
+ } from "./commands/UpdateStackCommand";
251
+ import {
252
+ UpdateStackInstancesCommandInput,
253
+ UpdateStackInstancesCommandOutput,
254
+ } from "./commands/UpdateStackInstancesCommand";
255
+ import {
256
+ UpdateStackSetCommandInput,
257
+ UpdateStackSetCommandOutput,
258
+ } from "./commands/UpdateStackSetCommand";
259
+ import {
260
+ UpdateTerminationProtectionCommandInput,
261
+ UpdateTerminationProtectionCommandOutput,
262
+ } from "./commands/UpdateTerminationProtectionCommand";
263
+ import {
264
+ ValidateTemplateCommandInput,
265
+ ValidateTemplateCommandOutput,
266
+ } from "./commands/ValidateTemplateCommand";
267
+ export declare class CloudFormation extends CloudFormationClient {
268
+ activateType(
269
+ args: ActivateTypeCommandInput,
270
+ options?: __HttpHandlerOptions
271
+ ): Promise<ActivateTypeCommandOutput>;
272
+ activateType(
273
+ args: ActivateTypeCommandInput,
274
+ cb: (err: any, data?: ActivateTypeCommandOutput) => void
275
+ ): void;
276
+ activateType(
277
+ args: ActivateTypeCommandInput,
278
+ options: __HttpHandlerOptions,
279
+ cb: (err: any, data?: ActivateTypeCommandOutput) => void
280
+ ): void;
281
+ batchDescribeTypeConfigurations(
282
+ args: BatchDescribeTypeConfigurationsCommandInput,
283
+ options?: __HttpHandlerOptions
284
+ ): Promise<BatchDescribeTypeConfigurationsCommandOutput>;
285
+ batchDescribeTypeConfigurations(
286
+ args: BatchDescribeTypeConfigurationsCommandInput,
287
+ cb: (err: any, data?: BatchDescribeTypeConfigurationsCommandOutput) => void
288
+ ): void;
289
+ batchDescribeTypeConfigurations(
290
+ args: BatchDescribeTypeConfigurationsCommandInput,
291
+ options: __HttpHandlerOptions,
292
+ cb: (err: any, data?: BatchDescribeTypeConfigurationsCommandOutput) => void
293
+ ): void;
294
+ cancelUpdateStack(
295
+ args: CancelUpdateStackCommandInput,
296
+ options?: __HttpHandlerOptions
297
+ ): Promise<CancelUpdateStackCommandOutput>;
298
+ cancelUpdateStack(
299
+ args: CancelUpdateStackCommandInput,
300
+ cb: (err: any, data?: CancelUpdateStackCommandOutput) => void
301
+ ): void;
302
+ cancelUpdateStack(
303
+ args: CancelUpdateStackCommandInput,
304
+ options: __HttpHandlerOptions,
305
+ cb: (err: any, data?: CancelUpdateStackCommandOutput) => void
306
+ ): void;
307
+ continueUpdateRollback(
308
+ args: ContinueUpdateRollbackCommandInput,
309
+ options?: __HttpHandlerOptions
310
+ ): Promise<ContinueUpdateRollbackCommandOutput>;
311
+ continueUpdateRollback(
312
+ args: ContinueUpdateRollbackCommandInput,
313
+ cb: (err: any, data?: ContinueUpdateRollbackCommandOutput) => void
314
+ ): void;
315
+ continueUpdateRollback(
316
+ args: ContinueUpdateRollbackCommandInput,
317
+ options: __HttpHandlerOptions,
318
+ cb: (err: any, data?: ContinueUpdateRollbackCommandOutput) => void
319
+ ): void;
320
+ createChangeSet(
321
+ args: CreateChangeSetCommandInput,
322
+ options?: __HttpHandlerOptions
323
+ ): Promise<CreateChangeSetCommandOutput>;
324
+ createChangeSet(
325
+ args: CreateChangeSetCommandInput,
326
+ cb: (err: any, data?: CreateChangeSetCommandOutput) => void
327
+ ): void;
328
+ createChangeSet(
329
+ args: CreateChangeSetCommandInput,
330
+ options: __HttpHandlerOptions,
331
+ cb: (err: any, data?: CreateChangeSetCommandOutput) => void
332
+ ): void;
333
+ createStack(
334
+ args: CreateStackCommandInput,
335
+ options?: __HttpHandlerOptions
336
+ ): Promise<CreateStackCommandOutput>;
337
+ createStack(
338
+ args: CreateStackCommandInput,
339
+ cb: (err: any, data?: CreateStackCommandOutput) => void
340
+ ): void;
341
+ createStack(
342
+ args: CreateStackCommandInput,
343
+ options: __HttpHandlerOptions,
344
+ cb: (err: any, data?: CreateStackCommandOutput) => void
345
+ ): void;
346
+ createStackInstances(
347
+ args: CreateStackInstancesCommandInput,
348
+ options?: __HttpHandlerOptions
349
+ ): Promise<CreateStackInstancesCommandOutput>;
350
+ createStackInstances(
351
+ args: CreateStackInstancesCommandInput,
352
+ cb: (err: any, data?: CreateStackInstancesCommandOutput) => void
353
+ ): void;
354
+ createStackInstances(
355
+ args: CreateStackInstancesCommandInput,
356
+ options: __HttpHandlerOptions,
357
+ cb: (err: any, data?: CreateStackInstancesCommandOutput) => void
358
+ ): void;
359
+ createStackSet(
360
+ args: CreateStackSetCommandInput,
361
+ options?: __HttpHandlerOptions
362
+ ): Promise<CreateStackSetCommandOutput>;
363
+ createStackSet(
364
+ args: CreateStackSetCommandInput,
365
+ cb: (err: any, data?: CreateStackSetCommandOutput) => void
366
+ ): void;
367
+ createStackSet(
368
+ args: CreateStackSetCommandInput,
369
+ options: __HttpHandlerOptions,
370
+ cb: (err: any, data?: CreateStackSetCommandOutput) => void
371
+ ): void;
372
+ deactivateType(
373
+ args: DeactivateTypeCommandInput,
374
+ options?: __HttpHandlerOptions
375
+ ): Promise<DeactivateTypeCommandOutput>;
376
+ deactivateType(
377
+ args: DeactivateTypeCommandInput,
378
+ cb: (err: any, data?: DeactivateTypeCommandOutput) => void
379
+ ): void;
380
+ deactivateType(
381
+ args: DeactivateTypeCommandInput,
382
+ options: __HttpHandlerOptions,
383
+ cb: (err: any, data?: DeactivateTypeCommandOutput) => void
384
+ ): void;
385
+ deleteChangeSet(
386
+ args: DeleteChangeSetCommandInput,
387
+ options?: __HttpHandlerOptions
388
+ ): Promise<DeleteChangeSetCommandOutput>;
389
+ deleteChangeSet(
390
+ args: DeleteChangeSetCommandInput,
391
+ cb: (err: any, data?: DeleteChangeSetCommandOutput) => void
392
+ ): void;
393
+ deleteChangeSet(
394
+ args: DeleteChangeSetCommandInput,
395
+ options: __HttpHandlerOptions,
396
+ cb: (err: any, data?: DeleteChangeSetCommandOutput) => void
397
+ ): void;
398
+ deleteStack(
399
+ args: DeleteStackCommandInput,
400
+ options?: __HttpHandlerOptions
401
+ ): Promise<DeleteStackCommandOutput>;
402
+ deleteStack(
403
+ args: DeleteStackCommandInput,
404
+ cb: (err: any, data?: DeleteStackCommandOutput) => void
405
+ ): void;
406
+ deleteStack(
407
+ args: DeleteStackCommandInput,
408
+ options: __HttpHandlerOptions,
409
+ cb: (err: any, data?: DeleteStackCommandOutput) => void
410
+ ): void;
411
+ deleteStackInstances(
412
+ args: DeleteStackInstancesCommandInput,
413
+ options?: __HttpHandlerOptions
414
+ ): Promise<DeleteStackInstancesCommandOutput>;
415
+ deleteStackInstances(
416
+ args: DeleteStackInstancesCommandInput,
417
+ cb: (err: any, data?: DeleteStackInstancesCommandOutput) => void
418
+ ): void;
419
+ deleteStackInstances(
420
+ args: DeleteStackInstancesCommandInput,
421
+ options: __HttpHandlerOptions,
422
+ cb: (err: any, data?: DeleteStackInstancesCommandOutput) => void
423
+ ): void;
424
+ deleteStackSet(
425
+ args: DeleteStackSetCommandInput,
426
+ options?: __HttpHandlerOptions
427
+ ): Promise<DeleteStackSetCommandOutput>;
428
+ deleteStackSet(
429
+ args: DeleteStackSetCommandInput,
430
+ cb: (err: any, data?: DeleteStackSetCommandOutput) => void
431
+ ): void;
432
+ deleteStackSet(
433
+ args: DeleteStackSetCommandInput,
434
+ options: __HttpHandlerOptions,
435
+ cb: (err: any, data?: DeleteStackSetCommandOutput) => void
436
+ ): void;
437
+ deregisterType(
438
+ args: DeregisterTypeCommandInput,
439
+ options?: __HttpHandlerOptions
440
+ ): Promise<DeregisterTypeCommandOutput>;
441
+ deregisterType(
442
+ args: DeregisterTypeCommandInput,
443
+ cb: (err: any, data?: DeregisterTypeCommandOutput) => void
444
+ ): void;
445
+ deregisterType(
446
+ args: DeregisterTypeCommandInput,
447
+ options: __HttpHandlerOptions,
448
+ cb: (err: any, data?: DeregisterTypeCommandOutput) => void
449
+ ): void;
450
+ describeAccountLimits(
451
+ args: DescribeAccountLimitsCommandInput,
452
+ options?: __HttpHandlerOptions
453
+ ): Promise<DescribeAccountLimitsCommandOutput>;
454
+ describeAccountLimits(
455
+ args: DescribeAccountLimitsCommandInput,
456
+ cb: (err: any, data?: DescribeAccountLimitsCommandOutput) => void
457
+ ): void;
458
+ describeAccountLimits(
459
+ args: DescribeAccountLimitsCommandInput,
460
+ options: __HttpHandlerOptions,
461
+ cb: (err: any, data?: DescribeAccountLimitsCommandOutput) => void
462
+ ): void;
463
+ describeChangeSet(
464
+ args: DescribeChangeSetCommandInput,
465
+ options?: __HttpHandlerOptions
466
+ ): Promise<DescribeChangeSetCommandOutput>;
467
+ describeChangeSet(
468
+ args: DescribeChangeSetCommandInput,
469
+ cb: (err: any, data?: DescribeChangeSetCommandOutput) => void
470
+ ): void;
471
+ describeChangeSet(
472
+ args: DescribeChangeSetCommandInput,
473
+ options: __HttpHandlerOptions,
474
+ cb: (err: any, data?: DescribeChangeSetCommandOutput) => void
475
+ ): void;
476
+ describeChangeSetHooks(
477
+ args: DescribeChangeSetHooksCommandInput,
478
+ options?: __HttpHandlerOptions
479
+ ): Promise<DescribeChangeSetHooksCommandOutput>;
480
+ describeChangeSetHooks(
481
+ args: DescribeChangeSetHooksCommandInput,
482
+ cb: (err: any, data?: DescribeChangeSetHooksCommandOutput) => void
483
+ ): void;
484
+ describeChangeSetHooks(
485
+ args: DescribeChangeSetHooksCommandInput,
486
+ options: __HttpHandlerOptions,
487
+ cb: (err: any, data?: DescribeChangeSetHooksCommandOutput) => void
488
+ ): void;
489
+ describePublisher(
490
+ args: DescribePublisherCommandInput,
491
+ options?: __HttpHandlerOptions
492
+ ): Promise<DescribePublisherCommandOutput>;
493
+ describePublisher(
494
+ args: DescribePublisherCommandInput,
495
+ cb: (err: any, data?: DescribePublisherCommandOutput) => void
496
+ ): void;
497
+ describePublisher(
498
+ args: DescribePublisherCommandInput,
499
+ options: __HttpHandlerOptions,
500
+ cb: (err: any, data?: DescribePublisherCommandOutput) => void
501
+ ): void;
502
+ describeStackDriftDetectionStatus(
503
+ args: DescribeStackDriftDetectionStatusCommandInput,
504
+ options?: __HttpHandlerOptions
505
+ ): Promise<DescribeStackDriftDetectionStatusCommandOutput>;
506
+ describeStackDriftDetectionStatus(
507
+ args: DescribeStackDriftDetectionStatusCommandInput,
508
+ cb: (
509
+ err: any,
510
+ data?: DescribeStackDriftDetectionStatusCommandOutput
511
+ ) => void
512
+ ): void;
513
+ describeStackDriftDetectionStatus(
514
+ args: DescribeStackDriftDetectionStatusCommandInput,
515
+ options: __HttpHandlerOptions,
516
+ cb: (
517
+ err: any,
518
+ data?: DescribeStackDriftDetectionStatusCommandOutput
519
+ ) => void
520
+ ): void;
521
+ describeStackEvents(
522
+ args: DescribeStackEventsCommandInput,
523
+ options?: __HttpHandlerOptions
524
+ ): Promise<DescribeStackEventsCommandOutput>;
525
+ describeStackEvents(
526
+ args: DescribeStackEventsCommandInput,
527
+ cb: (err: any, data?: DescribeStackEventsCommandOutput) => void
528
+ ): void;
529
+ describeStackEvents(
530
+ args: DescribeStackEventsCommandInput,
531
+ options: __HttpHandlerOptions,
532
+ cb: (err: any, data?: DescribeStackEventsCommandOutput) => void
533
+ ): void;
534
+ describeStackInstance(
535
+ args: DescribeStackInstanceCommandInput,
536
+ options?: __HttpHandlerOptions
537
+ ): Promise<DescribeStackInstanceCommandOutput>;
538
+ describeStackInstance(
539
+ args: DescribeStackInstanceCommandInput,
540
+ cb: (err: any, data?: DescribeStackInstanceCommandOutput) => void
541
+ ): void;
542
+ describeStackInstance(
543
+ args: DescribeStackInstanceCommandInput,
544
+ options: __HttpHandlerOptions,
545
+ cb: (err: any, data?: DescribeStackInstanceCommandOutput) => void
546
+ ): void;
547
+ describeStackResource(
548
+ args: DescribeStackResourceCommandInput,
549
+ options?: __HttpHandlerOptions
550
+ ): Promise<DescribeStackResourceCommandOutput>;
551
+ describeStackResource(
552
+ args: DescribeStackResourceCommandInput,
553
+ cb: (err: any, data?: DescribeStackResourceCommandOutput) => void
554
+ ): void;
555
+ describeStackResource(
556
+ args: DescribeStackResourceCommandInput,
557
+ options: __HttpHandlerOptions,
558
+ cb: (err: any, data?: DescribeStackResourceCommandOutput) => void
559
+ ): void;
560
+ describeStackResourceDrifts(
561
+ args: DescribeStackResourceDriftsCommandInput,
562
+ options?: __HttpHandlerOptions
563
+ ): Promise<DescribeStackResourceDriftsCommandOutput>;
564
+ describeStackResourceDrifts(
565
+ args: DescribeStackResourceDriftsCommandInput,
566
+ cb: (err: any, data?: DescribeStackResourceDriftsCommandOutput) => void
567
+ ): void;
568
+ describeStackResourceDrifts(
569
+ args: DescribeStackResourceDriftsCommandInput,
570
+ options: __HttpHandlerOptions,
571
+ cb: (err: any, data?: DescribeStackResourceDriftsCommandOutput) => void
572
+ ): void;
573
+ describeStackResources(
574
+ args: DescribeStackResourcesCommandInput,
575
+ options?: __HttpHandlerOptions
576
+ ): Promise<DescribeStackResourcesCommandOutput>;
577
+ describeStackResources(
578
+ args: DescribeStackResourcesCommandInput,
579
+ cb: (err: any, data?: DescribeStackResourcesCommandOutput) => void
580
+ ): void;
581
+ describeStackResources(
582
+ args: DescribeStackResourcesCommandInput,
583
+ options: __HttpHandlerOptions,
584
+ cb: (err: any, data?: DescribeStackResourcesCommandOutput) => void
585
+ ): void;
586
+ describeStacks(
587
+ args: DescribeStacksCommandInput,
588
+ options?: __HttpHandlerOptions
589
+ ): Promise<DescribeStacksCommandOutput>;
590
+ describeStacks(
591
+ args: DescribeStacksCommandInput,
592
+ cb: (err: any, data?: DescribeStacksCommandOutput) => void
593
+ ): void;
594
+ describeStacks(
595
+ args: DescribeStacksCommandInput,
596
+ options: __HttpHandlerOptions,
597
+ cb: (err: any, data?: DescribeStacksCommandOutput) => void
598
+ ): void;
599
+ describeStackSet(
600
+ args: DescribeStackSetCommandInput,
601
+ options?: __HttpHandlerOptions
602
+ ): Promise<DescribeStackSetCommandOutput>;
603
+ describeStackSet(
604
+ args: DescribeStackSetCommandInput,
605
+ cb: (err: any, data?: DescribeStackSetCommandOutput) => void
606
+ ): void;
607
+ describeStackSet(
608
+ args: DescribeStackSetCommandInput,
609
+ options: __HttpHandlerOptions,
610
+ cb: (err: any, data?: DescribeStackSetCommandOutput) => void
611
+ ): void;
612
+ describeStackSetOperation(
613
+ args: DescribeStackSetOperationCommandInput,
614
+ options?: __HttpHandlerOptions
615
+ ): Promise<DescribeStackSetOperationCommandOutput>;
616
+ describeStackSetOperation(
617
+ args: DescribeStackSetOperationCommandInput,
618
+ cb: (err: any, data?: DescribeStackSetOperationCommandOutput) => void
619
+ ): void;
620
+ describeStackSetOperation(
621
+ args: DescribeStackSetOperationCommandInput,
622
+ options: __HttpHandlerOptions,
623
+ cb: (err: any, data?: DescribeStackSetOperationCommandOutput) => void
624
+ ): void;
625
+ describeType(
626
+ args: DescribeTypeCommandInput,
627
+ options?: __HttpHandlerOptions
628
+ ): Promise<DescribeTypeCommandOutput>;
629
+ describeType(
630
+ args: DescribeTypeCommandInput,
631
+ cb: (err: any, data?: DescribeTypeCommandOutput) => void
632
+ ): void;
633
+ describeType(
634
+ args: DescribeTypeCommandInput,
635
+ options: __HttpHandlerOptions,
636
+ cb: (err: any, data?: DescribeTypeCommandOutput) => void
637
+ ): void;
638
+ describeTypeRegistration(
639
+ args: DescribeTypeRegistrationCommandInput,
640
+ options?: __HttpHandlerOptions
641
+ ): Promise<DescribeTypeRegistrationCommandOutput>;
642
+ describeTypeRegistration(
643
+ args: DescribeTypeRegistrationCommandInput,
644
+ cb: (err: any, data?: DescribeTypeRegistrationCommandOutput) => void
645
+ ): void;
646
+ describeTypeRegistration(
647
+ args: DescribeTypeRegistrationCommandInput,
648
+ options: __HttpHandlerOptions,
649
+ cb: (err: any, data?: DescribeTypeRegistrationCommandOutput) => void
650
+ ): void;
651
+ detectStackDrift(
652
+ args: DetectStackDriftCommandInput,
653
+ options?: __HttpHandlerOptions
654
+ ): Promise<DetectStackDriftCommandOutput>;
655
+ detectStackDrift(
656
+ args: DetectStackDriftCommandInput,
657
+ cb: (err: any, data?: DetectStackDriftCommandOutput) => void
658
+ ): void;
659
+ detectStackDrift(
660
+ args: DetectStackDriftCommandInput,
661
+ options: __HttpHandlerOptions,
662
+ cb: (err: any, data?: DetectStackDriftCommandOutput) => void
663
+ ): void;
664
+ detectStackResourceDrift(
665
+ args: DetectStackResourceDriftCommandInput,
666
+ options?: __HttpHandlerOptions
667
+ ): Promise<DetectStackResourceDriftCommandOutput>;
668
+ detectStackResourceDrift(
669
+ args: DetectStackResourceDriftCommandInput,
670
+ cb: (err: any, data?: DetectStackResourceDriftCommandOutput) => void
671
+ ): void;
672
+ detectStackResourceDrift(
673
+ args: DetectStackResourceDriftCommandInput,
674
+ options: __HttpHandlerOptions,
675
+ cb: (err: any, data?: DetectStackResourceDriftCommandOutput) => void
676
+ ): void;
677
+ detectStackSetDrift(
678
+ args: DetectStackSetDriftCommandInput,
679
+ options?: __HttpHandlerOptions
680
+ ): Promise<DetectStackSetDriftCommandOutput>;
681
+ detectStackSetDrift(
682
+ args: DetectStackSetDriftCommandInput,
683
+ cb: (err: any, data?: DetectStackSetDriftCommandOutput) => void
684
+ ): void;
685
+ detectStackSetDrift(
686
+ args: DetectStackSetDriftCommandInput,
687
+ options: __HttpHandlerOptions,
688
+ cb: (err: any, data?: DetectStackSetDriftCommandOutput) => void
689
+ ): void;
690
+ estimateTemplateCost(
691
+ args: EstimateTemplateCostCommandInput,
692
+ options?: __HttpHandlerOptions
693
+ ): Promise<EstimateTemplateCostCommandOutput>;
694
+ estimateTemplateCost(
695
+ args: EstimateTemplateCostCommandInput,
696
+ cb: (err: any, data?: EstimateTemplateCostCommandOutput) => void
697
+ ): void;
698
+ estimateTemplateCost(
699
+ args: EstimateTemplateCostCommandInput,
700
+ options: __HttpHandlerOptions,
701
+ cb: (err: any, data?: EstimateTemplateCostCommandOutput) => void
702
+ ): void;
703
+ executeChangeSet(
704
+ args: ExecuteChangeSetCommandInput,
705
+ options?: __HttpHandlerOptions
706
+ ): Promise<ExecuteChangeSetCommandOutput>;
707
+ executeChangeSet(
708
+ args: ExecuteChangeSetCommandInput,
709
+ cb: (err: any, data?: ExecuteChangeSetCommandOutput) => void
710
+ ): void;
711
+ executeChangeSet(
712
+ args: ExecuteChangeSetCommandInput,
713
+ options: __HttpHandlerOptions,
714
+ cb: (err: any, data?: ExecuteChangeSetCommandOutput) => void
715
+ ): void;
716
+ getStackPolicy(
717
+ args: GetStackPolicyCommandInput,
718
+ options?: __HttpHandlerOptions
719
+ ): Promise<GetStackPolicyCommandOutput>;
720
+ getStackPolicy(
721
+ args: GetStackPolicyCommandInput,
722
+ cb: (err: any, data?: GetStackPolicyCommandOutput) => void
723
+ ): void;
724
+ getStackPolicy(
725
+ args: GetStackPolicyCommandInput,
726
+ options: __HttpHandlerOptions,
727
+ cb: (err: any, data?: GetStackPolicyCommandOutput) => void
728
+ ): void;
729
+ getTemplate(
730
+ args: GetTemplateCommandInput,
731
+ options?: __HttpHandlerOptions
732
+ ): Promise<GetTemplateCommandOutput>;
733
+ getTemplate(
734
+ args: GetTemplateCommandInput,
735
+ cb: (err: any, data?: GetTemplateCommandOutput) => void
736
+ ): void;
737
+ getTemplate(
738
+ args: GetTemplateCommandInput,
739
+ options: __HttpHandlerOptions,
740
+ cb: (err: any, data?: GetTemplateCommandOutput) => void
741
+ ): void;
742
+ getTemplateSummary(
743
+ args: GetTemplateSummaryCommandInput,
744
+ options?: __HttpHandlerOptions
745
+ ): Promise<GetTemplateSummaryCommandOutput>;
746
+ getTemplateSummary(
747
+ args: GetTemplateSummaryCommandInput,
748
+ cb: (err: any, data?: GetTemplateSummaryCommandOutput) => void
749
+ ): void;
750
+ getTemplateSummary(
751
+ args: GetTemplateSummaryCommandInput,
752
+ options: __HttpHandlerOptions,
753
+ cb: (err: any, data?: GetTemplateSummaryCommandOutput) => void
754
+ ): void;
755
+ importStacksToStackSet(
756
+ args: ImportStacksToStackSetCommandInput,
757
+ options?: __HttpHandlerOptions
758
+ ): Promise<ImportStacksToStackSetCommandOutput>;
759
+ importStacksToStackSet(
760
+ args: ImportStacksToStackSetCommandInput,
761
+ cb: (err: any, data?: ImportStacksToStackSetCommandOutput) => void
762
+ ): void;
763
+ importStacksToStackSet(
764
+ args: ImportStacksToStackSetCommandInput,
765
+ options: __HttpHandlerOptions,
766
+ cb: (err: any, data?: ImportStacksToStackSetCommandOutput) => void
767
+ ): void;
768
+ listChangeSets(
769
+ args: ListChangeSetsCommandInput,
770
+ options?: __HttpHandlerOptions
771
+ ): Promise<ListChangeSetsCommandOutput>;
772
+ listChangeSets(
773
+ args: ListChangeSetsCommandInput,
774
+ cb: (err: any, data?: ListChangeSetsCommandOutput) => void
775
+ ): void;
776
+ listChangeSets(
777
+ args: ListChangeSetsCommandInput,
778
+ options: __HttpHandlerOptions,
779
+ cb: (err: any, data?: ListChangeSetsCommandOutput) => void
780
+ ): void;
781
+ listExports(
782
+ args: ListExportsCommandInput,
783
+ options?: __HttpHandlerOptions
784
+ ): Promise<ListExportsCommandOutput>;
785
+ listExports(
786
+ args: ListExportsCommandInput,
787
+ cb: (err: any, data?: ListExportsCommandOutput) => void
788
+ ): void;
789
+ listExports(
790
+ args: ListExportsCommandInput,
791
+ options: __HttpHandlerOptions,
792
+ cb: (err: any, data?: ListExportsCommandOutput) => void
793
+ ): void;
794
+ listImports(
795
+ args: ListImportsCommandInput,
796
+ options?: __HttpHandlerOptions
797
+ ): Promise<ListImportsCommandOutput>;
798
+ listImports(
799
+ args: ListImportsCommandInput,
800
+ cb: (err: any, data?: ListImportsCommandOutput) => void
801
+ ): void;
802
+ listImports(
803
+ args: ListImportsCommandInput,
804
+ options: __HttpHandlerOptions,
805
+ cb: (err: any, data?: ListImportsCommandOutput) => void
806
+ ): void;
807
+ listStackInstances(
808
+ args: ListStackInstancesCommandInput,
809
+ options?: __HttpHandlerOptions
810
+ ): Promise<ListStackInstancesCommandOutput>;
811
+ listStackInstances(
812
+ args: ListStackInstancesCommandInput,
813
+ cb: (err: any, data?: ListStackInstancesCommandOutput) => void
814
+ ): void;
815
+ listStackInstances(
816
+ args: ListStackInstancesCommandInput,
817
+ options: __HttpHandlerOptions,
818
+ cb: (err: any, data?: ListStackInstancesCommandOutput) => void
819
+ ): void;
820
+ listStackResources(
821
+ args: ListStackResourcesCommandInput,
822
+ options?: __HttpHandlerOptions
823
+ ): Promise<ListStackResourcesCommandOutput>;
824
+ listStackResources(
825
+ args: ListStackResourcesCommandInput,
826
+ cb: (err: any, data?: ListStackResourcesCommandOutput) => void
827
+ ): void;
828
+ listStackResources(
829
+ args: ListStackResourcesCommandInput,
830
+ options: __HttpHandlerOptions,
831
+ cb: (err: any, data?: ListStackResourcesCommandOutput) => void
832
+ ): void;
833
+ listStacks(
834
+ args: ListStacksCommandInput,
835
+ options?: __HttpHandlerOptions
836
+ ): Promise<ListStacksCommandOutput>;
837
+ listStacks(
838
+ args: ListStacksCommandInput,
839
+ cb: (err: any, data?: ListStacksCommandOutput) => void
840
+ ): void;
841
+ listStacks(
842
+ args: ListStacksCommandInput,
843
+ options: __HttpHandlerOptions,
844
+ cb: (err: any, data?: ListStacksCommandOutput) => void
845
+ ): void;
846
+ listStackSetOperationResults(
847
+ args: ListStackSetOperationResultsCommandInput,
848
+ options?: __HttpHandlerOptions
849
+ ): Promise<ListStackSetOperationResultsCommandOutput>;
850
+ listStackSetOperationResults(
851
+ args: ListStackSetOperationResultsCommandInput,
852
+ cb: (err: any, data?: ListStackSetOperationResultsCommandOutput) => void
853
+ ): void;
854
+ listStackSetOperationResults(
855
+ args: ListStackSetOperationResultsCommandInput,
856
+ options: __HttpHandlerOptions,
857
+ cb: (err: any, data?: ListStackSetOperationResultsCommandOutput) => void
858
+ ): void;
859
+ listStackSetOperations(
860
+ args: ListStackSetOperationsCommandInput,
861
+ options?: __HttpHandlerOptions
862
+ ): Promise<ListStackSetOperationsCommandOutput>;
863
+ listStackSetOperations(
864
+ args: ListStackSetOperationsCommandInput,
865
+ cb: (err: any, data?: ListStackSetOperationsCommandOutput) => void
866
+ ): void;
867
+ listStackSetOperations(
868
+ args: ListStackSetOperationsCommandInput,
869
+ options: __HttpHandlerOptions,
870
+ cb: (err: any, data?: ListStackSetOperationsCommandOutput) => void
871
+ ): void;
872
+ listStackSets(
873
+ args: ListStackSetsCommandInput,
874
+ options?: __HttpHandlerOptions
875
+ ): Promise<ListStackSetsCommandOutput>;
876
+ listStackSets(
877
+ args: ListStackSetsCommandInput,
878
+ cb: (err: any, data?: ListStackSetsCommandOutput) => void
879
+ ): void;
880
+ listStackSets(
881
+ args: ListStackSetsCommandInput,
882
+ options: __HttpHandlerOptions,
883
+ cb: (err: any, data?: ListStackSetsCommandOutput) => void
884
+ ): void;
885
+ listTypeRegistrations(
886
+ args: ListTypeRegistrationsCommandInput,
887
+ options?: __HttpHandlerOptions
888
+ ): Promise<ListTypeRegistrationsCommandOutput>;
889
+ listTypeRegistrations(
890
+ args: ListTypeRegistrationsCommandInput,
891
+ cb: (err: any, data?: ListTypeRegistrationsCommandOutput) => void
892
+ ): void;
893
+ listTypeRegistrations(
894
+ args: ListTypeRegistrationsCommandInput,
895
+ options: __HttpHandlerOptions,
896
+ cb: (err: any, data?: ListTypeRegistrationsCommandOutput) => void
897
+ ): void;
898
+ listTypes(
899
+ args: ListTypesCommandInput,
900
+ options?: __HttpHandlerOptions
901
+ ): Promise<ListTypesCommandOutput>;
902
+ listTypes(
903
+ args: ListTypesCommandInput,
904
+ cb: (err: any, data?: ListTypesCommandOutput) => void
905
+ ): void;
906
+ listTypes(
907
+ args: ListTypesCommandInput,
908
+ options: __HttpHandlerOptions,
909
+ cb: (err: any, data?: ListTypesCommandOutput) => void
910
+ ): void;
911
+ listTypeVersions(
912
+ args: ListTypeVersionsCommandInput,
913
+ options?: __HttpHandlerOptions
914
+ ): Promise<ListTypeVersionsCommandOutput>;
915
+ listTypeVersions(
916
+ args: ListTypeVersionsCommandInput,
917
+ cb: (err: any, data?: ListTypeVersionsCommandOutput) => void
918
+ ): void;
919
+ listTypeVersions(
920
+ args: ListTypeVersionsCommandInput,
921
+ options: __HttpHandlerOptions,
922
+ cb: (err: any, data?: ListTypeVersionsCommandOutput) => void
923
+ ): void;
924
+ publishType(
925
+ args: PublishTypeCommandInput,
926
+ options?: __HttpHandlerOptions
927
+ ): Promise<PublishTypeCommandOutput>;
928
+ publishType(
929
+ args: PublishTypeCommandInput,
930
+ cb: (err: any, data?: PublishTypeCommandOutput) => void
931
+ ): void;
932
+ publishType(
933
+ args: PublishTypeCommandInput,
934
+ options: __HttpHandlerOptions,
935
+ cb: (err: any, data?: PublishTypeCommandOutput) => void
936
+ ): void;
937
+ recordHandlerProgress(
938
+ args: RecordHandlerProgressCommandInput,
939
+ options?: __HttpHandlerOptions
940
+ ): Promise<RecordHandlerProgressCommandOutput>;
941
+ recordHandlerProgress(
942
+ args: RecordHandlerProgressCommandInput,
943
+ cb: (err: any, data?: RecordHandlerProgressCommandOutput) => void
944
+ ): void;
945
+ recordHandlerProgress(
946
+ args: RecordHandlerProgressCommandInput,
947
+ options: __HttpHandlerOptions,
948
+ cb: (err: any, data?: RecordHandlerProgressCommandOutput) => void
949
+ ): void;
950
+ registerPublisher(
951
+ args: RegisterPublisherCommandInput,
952
+ options?: __HttpHandlerOptions
953
+ ): Promise<RegisterPublisherCommandOutput>;
954
+ registerPublisher(
955
+ args: RegisterPublisherCommandInput,
956
+ cb: (err: any, data?: RegisterPublisherCommandOutput) => void
957
+ ): void;
958
+ registerPublisher(
959
+ args: RegisterPublisherCommandInput,
960
+ options: __HttpHandlerOptions,
961
+ cb: (err: any, data?: RegisterPublisherCommandOutput) => void
962
+ ): void;
963
+ registerType(
964
+ args: RegisterTypeCommandInput,
965
+ options?: __HttpHandlerOptions
966
+ ): Promise<RegisterTypeCommandOutput>;
967
+ registerType(
968
+ args: RegisterTypeCommandInput,
969
+ cb: (err: any, data?: RegisterTypeCommandOutput) => void
970
+ ): void;
971
+ registerType(
972
+ args: RegisterTypeCommandInput,
973
+ options: __HttpHandlerOptions,
974
+ cb: (err: any, data?: RegisterTypeCommandOutput) => void
975
+ ): void;
976
+ rollbackStack(
977
+ args: RollbackStackCommandInput,
978
+ options?: __HttpHandlerOptions
979
+ ): Promise<RollbackStackCommandOutput>;
980
+ rollbackStack(
981
+ args: RollbackStackCommandInput,
982
+ cb: (err: any, data?: RollbackStackCommandOutput) => void
983
+ ): void;
984
+ rollbackStack(
985
+ args: RollbackStackCommandInput,
986
+ options: __HttpHandlerOptions,
987
+ cb: (err: any, data?: RollbackStackCommandOutput) => void
988
+ ): void;
989
+ setStackPolicy(
990
+ args: SetStackPolicyCommandInput,
991
+ options?: __HttpHandlerOptions
992
+ ): Promise<SetStackPolicyCommandOutput>;
993
+ setStackPolicy(
994
+ args: SetStackPolicyCommandInput,
995
+ cb: (err: any, data?: SetStackPolicyCommandOutput) => void
996
+ ): void;
997
+ setStackPolicy(
998
+ args: SetStackPolicyCommandInput,
999
+ options: __HttpHandlerOptions,
1000
+ cb: (err: any, data?: SetStackPolicyCommandOutput) => void
1001
+ ): void;
1002
+ setTypeConfiguration(
1003
+ args: SetTypeConfigurationCommandInput,
1004
+ options?: __HttpHandlerOptions
1005
+ ): Promise<SetTypeConfigurationCommandOutput>;
1006
+ setTypeConfiguration(
1007
+ args: SetTypeConfigurationCommandInput,
1008
+ cb: (err: any, data?: SetTypeConfigurationCommandOutput) => void
1009
+ ): void;
1010
+ setTypeConfiguration(
1011
+ args: SetTypeConfigurationCommandInput,
1012
+ options: __HttpHandlerOptions,
1013
+ cb: (err: any, data?: SetTypeConfigurationCommandOutput) => void
1014
+ ): void;
1015
+ setTypeDefaultVersion(
1016
+ args: SetTypeDefaultVersionCommandInput,
1017
+ options?: __HttpHandlerOptions
1018
+ ): Promise<SetTypeDefaultVersionCommandOutput>;
1019
+ setTypeDefaultVersion(
1020
+ args: SetTypeDefaultVersionCommandInput,
1021
+ cb: (err: any, data?: SetTypeDefaultVersionCommandOutput) => void
1022
+ ): void;
1023
+ setTypeDefaultVersion(
1024
+ args: SetTypeDefaultVersionCommandInput,
1025
+ options: __HttpHandlerOptions,
1026
+ cb: (err: any, data?: SetTypeDefaultVersionCommandOutput) => void
1027
+ ): void;
1028
+ signalResource(
1029
+ args: SignalResourceCommandInput,
1030
+ options?: __HttpHandlerOptions
1031
+ ): Promise<SignalResourceCommandOutput>;
1032
+ signalResource(
1033
+ args: SignalResourceCommandInput,
1034
+ cb: (err: any, data?: SignalResourceCommandOutput) => void
1035
+ ): void;
1036
+ signalResource(
1037
+ args: SignalResourceCommandInput,
1038
+ options: __HttpHandlerOptions,
1039
+ cb: (err: any, data?: SignalResourceCommandOutput) => void
1040
+ ): void;
1041
+ stopStackSetOperation(
1042
+ args: StopStackSetOperationCommandInput,
1043
+ options?: __HttpHandlerOptions
1044
+ ): Promise<StopStackSetOperationCommandOutput>;
1045
+ stopStackSetOperation(
1046
+ args: StopStackSetOperationCommandInput,
1047
+ cb: (err: any, data?: StopStackSetOperationCommandOutput) => void
1048
+ ): void;
1049
+ stopStackSetOperation(
1050
+ args: StopStackSetOperationCommandInput,
1051
+ options: __HttpHandlerOptions,
1052
+ cb: (err: any, data?: StopStackSetOperationCommandOutput) => void
1053
+ ): void;
1054
+ testType(
1055
+ args: TestTypeCommandInput,
1056
+ options?: __HttpHandlerOptions
1057
+ ): Promise<TestTypeCommandOutput>;
1058
+ testType(
1059
+ args: TestTypeCommandInput,
1060
+ cb: (err: any, data?: TestTypeCommandOutput) => void
1061
+ ): void;
1062
+ testType(
1063
+ args: TestTypeCommandInput,
1064
+ options: __HttpHandlerOptions,
1065
+ cb: (err: any, data?: TestTypeCommandOutput) => void
1066
+ ): void;
1067
+ updateStack(
1068
+ args: UpdateStackCommandInput,
1069
+ options?: __HttpHandlerOptions
1070
+ ): Promise<UpdateStackCommandOutput>;
1071
+ updateStack(
1072
+ args: UpdateStackCommandInput,
1073
+ cb: (err: any, data?: UpdateStackCommandOutput) => void
1074
+ ): void;
1075
+ updateStack(
1076
+ args: UpdateStackCommandInput,
1077
+ options: __HttpHandlerOptions,
1078
+ cb: (err: any, data?: UpdateStackCommandOutput) => void
1079
+ ): void;
1080
+ updateStackInstances(
1081
+ args: UpdateStackInstancesCommandInput,
1082
+ options?: __HttpHandlerOptions
1083
+ ): Promise<UpdateStackInstancesCommandOutput>;
1084
+ updateStackInstances(
1085
+ args: UpdateStackInstancesCommandInput,
1086
+ cb: (err: any, data?: UpdateStackInstancesCommandOutput) => void
1087
+ ): void;
1088
+ updateStackInstances(
1089
+ args: UpdateStackInstancesCommandInput,
1090
+ options: __HttpHandlerOptions,
1091
+ cb: (err: any, data?: UpdateStackInstancesCommandOutput) => void
1092
+ ): void;
1093
+ updateStackSet(
1094
+ args: UpdateStackSetCommandInput,
1095
+ options?: __HttpHandlerOptions
1096
+ ): Promise<UpdateStackSetCommandOutput>;
1097
+ updateStackSet(
1098
+ args: UpdateStackSetCommandInput,
1099
+ cb: (err: any, data?: UpdateStackSetCommandOutput) => void
1100
+ ): void;
1101
+ updateStackSet(
1102
+ args: UpdateStackSetCommandInput,
1103
+ options: __HttpHandlerOptions,
1104
+ cb: (err: any, data?: UpdateStackSetCommandOutput) => void
1105
+ ): void;
1106
+ updateTerminationProtection(
1107
+ args: UpdateTerminationProtectionCommandInput,
1108
+ options?: __HttpHandlerOptions
1109
+ ): Promise<UpdateTerminationProtectionCommandOutput>;
1110
+ updateTerminationProtection(
1111
+ args: UpdateTerminationProtectionCommandInput,
1112
+ cb: (err: any, data?: UpdateTerminationProtectionCommandOutput) => void
1113
+ ): void;
1114
+ updateTerminationProtection(
1115
+ args: UpdateTerminationProtectionCommandInput,
1116
+ options: __HttpHandlerOptions,
1117
+ cb: (err: any, data?: UpdateTerminationProtectionCommandOutput) => void
1118
+ ): void;
1119
+ validateTemplate(
1120
+ args: ValidateTemplateCommandInput,
1121
+ options?: __HttpHandlerOptions
1122
+ ): Promise<ValidateTemplateCommandOutput>;
1123
+ validateTemplate(
1124
+ args: ValidateTemplateCommandInput,
1125
+ cb: (err: any, data?: ValidateTemplateCommandOutput) => void
1126
+ ): void;
1127
+ validateTemplate(
1128
+ args: ValidateTemplateCommandInput,
1129
+ options: __HttpHandlerOptions,
1130
+ cb: (err: any, data?: ValidateTemplateCommandOutput) => void
1131
+ ): void;
1132
+ }