@aws-sdk/client-cloudformation 3.168.0 → 3.170.0

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