@cdk8s/awscdk-resolver 0.0.691 → 0.0.692
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.
- package/.jsii +3 -3
- package/lib/resolve.js +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/index.js +3 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/schemas/schemas_0.js +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/CloudFormation.d.ts +187 -181
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/CloudFormation.d.ts +184 -180
- package/node_modules/@aws-sdk/client-cloudformation/package.json +8 -8
- package/node_modules/@aws-sdk/core/package.json +6 -6
- package/node_modules/@aws-sdk/credential-provider-env/package.json +5 -5
- package/node_modules/@aws-sdk/credential-provider-http/package.json +7 -7
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +13 -13
- package/node_modules/@aws-sdk/credential-provider-login/package.json +6 -6
- package/node_modules/@aws-sdk/credential-provider-node/package.json +11 -11
- package/node_modules/@aws-sdk/credential-provider-process/package.json +5 -5
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +7 -7
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +6 -6
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/index.js +3 -3
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +3 -3
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/index.js +3 -3
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +3 -3
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +14 -11
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/schemas/schemas_0.js +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/schemas/schemas_0.js +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/schemas/schemas_0.js +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/schemas/schemas_0.js +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/schemas/schemas_0.js +13 -10
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/CognitoIdentity.d.ts +11 -5
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/Signin.d.ts +11 -5
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/SSO.d.ts +9 -3
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/SSOOIDC.d.ts +9 -3
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/STS.d.ts +33 -8
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/STSClient.d.ts +22 -3
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/AssumeRoleCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/index.d.ts +22 -3
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/models_0.d.ts +40 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/CognitoIdentity.d.ts +14 -5
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/Signin.d.ts +11 -5
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/SSO.d.ts +9 -3
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/SSOOIDC.d.ts +9 -3
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/STS.d.ts +11 -5
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/models_0.d.ts +6 -0
- package/node_modules/@aws-sdk/nested-clients/package.json +8 -8
- package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +4 -4
- package/node_modules/@aws-sdk/token-providers/package.json +6 -6
- package/node_modules/@aws-sdk/types/dist-types/feature-ids.d.ts +1 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/feature-ids.d.ts +1 -0
- package/node_modules/@aws-sdk/types/package.json +2 -2
- package/node_modules/@aws-sdk/xml-builder/package.json +2 -2
- package/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +22 -37
- package/node_modules/@smithy/core/dist-cjs/submodules/client/index.js +26 -4
- package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +49 -8
- package/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +12 -7
- package/node_modules/@smithy/core/dist-es/submodules/cbor/SmithyRpcV2CborProtocol.js +22 -22
- package/node_modules/@smithy/core/dist-es/submodules/cbor/parseCborBody.js +0 -15
- package/node_modules/@smithy/core/dist-es/submodules/client/index.js +1 -1
- package/node_modules/@smithy/core/dist-es/submodules/client/smithy-client/command.js +8 -1
- package/node_modules/@smithy/core/dist-es/submodules/client/smithy-client/exceptions.js +18 -3
- package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpProtocol.js +49 -8
- package/node_modules/@smithy/core/dist-es/submodules/schema/TypeRegistry.js +12 -7
- package/node_modules/@smithy/core/dist-types/submodules/cbor/parseCborBody.d.ts +3 -0
- package/node_modules/@smithy/core/dist-types/submodules/client/index.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/client/smithy-client/client.d.ts +11 -3
- package/node_modules/@smithy/core/dist-types/submodules/protocols/HttpProtocol.d.ts +17 -7
- package/node_modules/@smithy/core/dist-types/submodules/schema/TypeRegistry.d.ts +2 -2
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/parseCborBody.d.ts +3 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/client/index.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/client/smithy-client/client.d.ts +11 -3
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpProtocol.d.ts +21 -7
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/TypeRegistry.d.ts +2 -2
- package/node_modules/@smithy/core/package.json +2 -2
- package/node_modules/@smithy/types/dist-types/metrics.d.ts +8 -7
- package/node_modules/@smithy/types/dist-types/middleware.d.ts +5 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/metrics.d.ts +8 -7
- package/node_modules/@smithy/types/dist-types/ts3.4/middleware.d.ts +5 -0
- package/node_modules/@smithy/types/package.json +1 -1
- package/package.json +3 -3
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { type WaiterResult } from "@smithy/core/client";
|
|
2
|
-
import type { HttpHandlerOptions as __HttpHandlerOptions, PaginationConfiguration, Paginator, WaiterConfiguration } from "@smithy/types";
|
|
2
|
+
import type { HttpHandlerOptions as __HttpHandlerOptions, MetricsRecorder as __MetricsRecorder, PaginationConfiguration, Paginator, WaiterConfiguration } from "@smithy/types";
|
|
3
3
|
import { CloudFormationClient } from "./CloudFormationClient";
|
|
4
4
|
import { type ActivateOrganizationsAccessCommandInput, type ActivateOrganizationsAccessCommandOutput } from "./commands/ActivateOrganizationsAccessCommand";
|
|
5
5
|
import { type ActivateTypeCommandInput, type ActivateTypeCommandOutput } from "./commands/ActivateTypeCommand";
|
|
@@ -92,579 +92,585 @@ import { type UpdateStackSetCommandInput, type UpdateStackSetCommandOutput } fro
|
|
|
92
92
|
import { type UpdateTerminationProtectionCommandInput, type UpdateTerminationProtectionCommandOutput } from "./commands/UpdateTerminationProtectionCommand";
|
|
93
93
|
import { type ValidateTemplateCommandInput, type ValidateTemplateCommandOutput } from "./commands/ValidateTemplateCommand";
|
|
94
94
|
import type { CloudFormationServiceException } from "./models/CloudFormationServiceException";
|
|
95
|
+
/**
|
|
96
|
+
* @public
|
|
97
|
+
*/
|
|
98
|
+
export interface CloudFormationRequestOptions extends __HttpHandlerOptions {
|
|
99
|
+
metricsRecorder?: __MetricsRecorder<unknown>;
|
|
100
|
+
}
|
|
95
101
|
export interface CloudFormation {
|
|
96
102
|
/**
|
|
97
103
|
* @see {@link ActivateOrganizationsAccessCommand}
|
|
98
104
|
*/
|
|
99
105
|
activateOrganizationsAccess(): Promise<ActivateOrganizationsAccessCommandOutput>;
|
|
100
|
-
activateOrganizationsAccess(args: ActivateOrganizationsAccessCommandInput, options?:
|
|
106
|
+
activateOrganizationsAccess(args: ActivateOrganizationsAccessCommandInput, options?: CloudFormationRequestOptions): Promise<ActivateOrganizationsAccessCommandOutput>;
|
|
101
107
|
activateOrganizationsAccess(args: ActivateOrganizationsAccessCommandInput, cb: (err: any, data?: ActivateOrganizationsAccessCommandOutput) => void): void;
|
|
102
|
-
activateOrganizationsAccess(args: ActivateOrganizationsAccessCommandInput, options:
|
|
108
|
+
activateOrganizationsAccess(args: ActivateOrganizationsAccessCommandInput, options: CloudFormationRequestOptions, cb: (err: any, data?: ActivateOrganizationsAccessCommandOutput) => void): void;
|
|
103
109
|
/**
|
|
104
110
|
* @see {@link ActivateTypeCommand}
|
|
105
111
|
*/
|
|
106
112
|
activateType(): Promise<ActivateTypeCommandOutput>;
|
|
107
|
-
activateType(args: ActivateTypeCommandInput, options?:
|
|
113
|
+
activateType(args: ActivateTypeCommandInput, options?: CloudFormationRequestOptions): Promise<ActivateTypeCommandOutput>;
|
|
108
114
|
activateType(args: ActivateTypeCommandInput, cb: (err: any, data?: ActivateTypeCommandOutput) => void): void;
|
|
109
|
-
activateType(args: ActivateTypeCommandInput, options:
|
|
115
|
+
activateType(args: ActivateTypeCommandInput, options: CloudFormationRequestOptions, cb: (err: any, data?: ActivateTypeCommandOutput) => void): void;
|
|
110
116
|
/**
|
|
111
117
|
* @see {@link BatchDescribeTypeConfigurationsCommand}
|
|
112
118
|
*/
|
|
113
|
-
batchDescribeTypeConfigurations(args: BatchDescribeTypeConfigurationsCommandInput, options?:
|
|
119
|
+
batchDescribeTypeConfigurations(args: BatchDescribeTypeConfigurationsCommandInput, options?: CloudFormationRequestOptions): Promise<BatchDescribeTypeConfigurationsCommandOutput>;
|
|
114
120
|
batchDescribeTypeConfigurations(args: BatchDescribeTypeConfigurationsCommandInput, cb: (err: any, data?: BatchDescribeTypeConfigurationsCommandOutput) => void): void;
|
|
115
|
-
batchDescribeTypeConfigurations(args: BatchDescribeTypeConfigurationsCommandInput, options:
|
|
121
|
+
batchDescribeTypeConfigurations(args: BatchDescribeTypeConfigurationsCommandInput, options: CloudFormationRequestOptions, cb: (err: any, data?: BatchDescribeTypeConfigurationsCommandOutput) => void): void;
|
|
116
122
|
/**
|
|
117
123
|
* @see {@link CancelUpdateStackCommand}
|
|
118
124
|
*/
|
|
119
|
-
cancelUpdateStack(args: CancelUpdateStackCommandInput, options?:
|
|
125
|
+
cancelUpdateStack(args: CancelUpdateStackCommandInput, options?: CloudFormationRequestOptions): Promise<CancelUpdateStackCommandOutput>;
|
|
120
126
|
cancelUpdateStack(args: CancelUpdateStackCommandInput, cb: (err: any, data?: CancelUpdateStackCommandOutput) => void): void;
|
|
121
|
-
cancelUpdateStack(args: CancelUpdateStackCommandInput, options:
|
|
127
|
+
cancelUpdateStack(args: CancelUpdateStackCommandInput, options: CloudFormationRequestOptions, cb: (err: any, data?: CancelUpdateStackCommandOutput) => void): void;
|
|
122
128
|
/**
|
|
123
129
|
* @see {@link ContinueUpdateRollbackCommand}
|
|
124
130
|
*/
|
|
125
|
-
continueUpdateRollback(args: ContinueUpdateRollbackCommandInput, options?:
|
|
131
|
+
continueUpdateRollback(args: ContinueUpdateRollbackCommandInput, options?: CloudFormationRequestOptions): Promise<ContinueUpdateRollbackCommandOutput>;
|
|
126
132
|
continueUpdateRollback(args: ContinueUpdateRollbackCommandInput, cb: (err: any, data?: ContinueUpdateRollbackCommandOutput) => void): void;
|
|
127
|
-
continueUpdateRollback(args: ContinueUpdateRollbackCommandInput, options:
|
|
133
|
+
continueUpdateRollback(args: ContinueUpdateRollbackCommandInput, options: CloudFormationRequestOptions, cb: (err: any, data?: ContinueUpdateRollbackCommandOutput) => void): void;
|
|
128
134
|
/**
|
|
129
135
|
* @see {@link CreateChangeSetCommand}
|
|
130
136
|
*/
|
|
131
|
-
createChangeSet(args: CreateChangeSetCommandInput, options?:
|
|
137
|
+
createChangeSet(args: CreateChangeSetCommandInput, options?: CloudFormationRequestOptions): Promise<CreateChangeSetCommandOutput>;
|
|
132
138
|
createChangeSet(args: CreateChangeSetCommandInput, cb: (err: any, data?: CreateChangeSetCommandOutput) => void): void;
|
|
133
|
-
createChangeSet(args: CreateChangeSetCommandInput, options:
|
|
139
|
+
createChangeSet(args: CreateChangeSetCommandInput, options: CloudFormationRequestOptions, cb: (err: any, data?: CreateChangeSetCommandOutput) => void): void;
|
|
134
140
|
/**
|
|
135
141
|
* @see {@link CreateGeneratedTemplateCommand}
|
|
136
142
|
*/
|
|
137
|
-
createGeneratedTemplate(args: CreateGeneratedTemplateCommandInput, options?:
|
|
143
|
+
createGeneratedTemplate(args: CreateGeneratedTemplateCommandInput, options?: CloudFormationRequestOptions): Promise<CreateGeneratedTemplateCommandOutput>;
|
|
138
144
|
createGeneratedTemplate(args: CreateGeneratedTemplateCommandInput, cb: (err: any, data?: CreateGeneratedTemplateCommandOutput) => void): void;
|
|
139
|
-
createGeneratedTemplate(args: CreateGeneratedTemplateCommandInput, options:
|
|
145
|
+
createGeneratedTemplate(args: CreateGeneratedTemplateCommandInput, options: CloudFormationRequestOptions, cb: (err: any, data?: CreateGeneratedTemplateCommandOutput) => void): void;
|
|
140
146
|
/**
|
|
141
147
|
* @see {@link CreateStackCommand}
|
|
142
148
|
*/
|
|
143
|
-
createStack(args: CreateStackCommandInput, options?:
|
|
149
|
+
createStack(args: CreateStackCommandInput, options?: CloudFormationRequestOptions): Promise<CreateStackCommandOutput>;
|
|
144
150
|
createStack(args: CreateStackCommandInput, cb: (err: any, data?: CreateStackCommandOutput) => void): void;
|
|
145
|
-
createStack(args: CreateStackCommandInput, options:
|
|
151
|
+
createStack(args: CreateStackCommandInput, options: CloudFormationRequestOptions, cb: (err: any, data?: CreateStackCommandOutput) => void): void;
|
|
146
152
|
/**
|
|
147
153
|
* @see {@link CreateStackInstancesCommand}
|
|
148
154
|
*/
|
|
149
|
-
createStackInstances(args: CreateStackInstancesCommandInput, options?:
|
|
155
|
+
createStackInstances(args: CreateStackInstancesCommandInput, options?: CloudFormationRequestOptions): Promise<CreateStackInstancesCommandOutput>;
|
|
150
156
|
createStackInstances(args: CreateStackInstancesCommandInput, cb: (err: any, data?: CreateStackInstancesCommandOutput) => void): void;
|
|
151
|
-
createStackInstances(args: CreateStackInstancesCommandInput, options:
|
|
157
|
+
createStackInstances(args: CreateStackInstancesCommandInput, options: CloudFormationRequestOptions, cb: (err: any, data?: CreateStackInstancesCommandOutput) => void): void;
|
|
152
158
|
/**
|
|
153
159
|
* @see {@link CreateStackRefactorCommand}
|
|
154
160
|
*/
|
|
155
|
-
createStackRefactor(args: CreateStackRefactorCommandInput, options?:
|
|
161
|
+
createStackRefactor(args: CreateStackRefactorCommandInput, options?: CloudFormationRequestOptions): Promise<CreateStackRefactorCommandOutput>;
|
|
156
162
|
createStackRefactor(args: CreateStackRefactorCommandInput, cb: (err: any, data?: CreateStackRefactorCommandOutput) => void): void;
|
|
157
|
-
createStackRefactor(args: CreateStackRefactorCommandInput, options:
|
|
163
|
+
createStackRefactor(args: CreateStackRefactorCommandInput, options: CloudFormationRequestOptions, cb: (err: any, data?: CreateStackRefactorCommandOutput) => void): void;
|
|
158
164
|
/**
|
|
159
165
|
* @see {@link CreateStackSetCommand}
|
|
160
166
|
*/
|
|
161
|
-
createStackSet(args: CreateStackSetCommandInput, options?:
|
|
167
|
+
createStackSet(args: CreateStackSetCommandInput, options?: CloudFormationRequestOptions): Promise<CreateStackSetCommandOutput>;
|
|
162
168
|
createStackSet(args: CreateStackSetCommandInput, cb: (err: any, data?: CreateStackSetCommandOutput) => void): void;
|
|
163
|
-
createStackSet(args: CreateStackSetCommandInput, options:
|
|
169
|
+
createStackSet(args: CreateStackSetCommandInput, options: CloudFormationRequestOptions, cb: (err: any, data?: CreateStackSetCommandOutput) => void): void;
|
|
164
170
|
/**
|
|
165
171
|
* @see {@link DeactivateOrganizationsAccessCommand}
|
|
166
172
|
*/
|
|
167
173
|
deactivateOrganizationsAccess(): Promise<DeactivateOrganizationsAccessCommandOutput>;
|
|
168
|
-
deactivateOrganizationsAccess(args: DeactivateOrganizationsAccessCommandInput, options?:
|
|
174
|
+
deactivateOrganizationsAccess(args: DeactivateOrganizationsAccessCommandInput, options?: CloudFormationRequestOptions): Promise<DeactivateOrganizationsAccessCommandOutput>;
|
|
169
175
|
deactivateOrganizationsAccess(args: DeactivateOrganizationsAccessCommandInput, cb: (err: any, data?: DeactivateOrganizationsAccessCommandOutput) => void): void;
|
|
170
|
-
deactivateOrganizationsAccess(args: DeactivateOrganizationsAccessCommandInput, options:
|
|
176
|
+
deactivateOrganizationsAccess(args: DeactivateOrganizationsAccessCommandInput, options: CloudFormationRequestOptions, cb: (err: any, data?: DeactivateOrganizationsAccessCommandOutput) => void): void;
|
|
171
177
|
/**
|
|
172
178
|
* @see {@link DeactivateTypeCommand}
|
|
173
179
|
*/
|
|
174
180
|
deactivateType(): Promise<DeactivateTypeCommandOutput>;
|
|
175
|
-
deactivateType(args: DeactivateTypeCommandInput, options?:
|
|
181
|
+
deactivateType(args: DeactivateTypeCommandInput, options?: CloudFormationRequestOptions): Promise<DeactivateTypeCommandOutput>;
|
|
176
182
|
deactivateType(args: DeactivateTypeCommandInput, cb: (err: any, data?: DeactivateTypeCommandOutput) => void): void;
|
|
177
|
-
deactivateType(args: DeactivateTypeCommandInput, options:
|
|
183
|
+
deactivateType(args: DeactivateTypeCommandInput, options: CloudFormationRequestOptions, cb: (err: any, data?: DeactivateTypeCommandOutput) => void): void;
|
|
178
184
|
/**
|
|
179
185
|
* @see {@link DeleteChangeSetCommand}
|
|
180
186
|
*/
|
|
181
|
-
deleteChangeSet(args: DeleteChangeSetCommandInput, options?:
|
|
187
|
+
deleteChangeSet(args: DeleteChangeSetCommandInput, options?: CloudFormationRequestOptions): Promise<DeleteChangeSetCommandOutput>;
|
|
182
188
|
deleteChangeSet(args: DeleteChangeSetCommandInput, cb: (err: any, data?: DeleteChangeSetCommandOutput) => void): void;
|
|
183
|
-
deleteChangeSet(args: DeleteChangeSetCommandInput, options:
|
|
189
|
+
deleteChangeSet(args: DeleteChangeSetCommandInput, options: CloudFormationRequestOptions, cb: (err: any, data?: DeleteChangeSetCommandOutput) => void): void;
|
|
184
190
|
/**
|
|
185
191
|
* @see {@link DeleteGeneratedTemplateCommand}
|
|
186
192
|
*/
|
|
187
|
-
deleteGeneratedTemplate(args: DeleteGeneratedTemplateCommandInput, options?:
|
|
193
|
+
deleteGeneratedTemplate(args: DeleteGeneratedTemplateCommandInput, options?: CloudFormationRequestOptions): Promise<DeleteGeneratedTemplateCommandOutput>;
|
|
188
194
|
deleteGeneratedTemplate(args: DeleteGeneratedTemplateCommandInput, cb: (err: any, data?: DeleteGeneratedTemplateCommandOutput) => void): void;
|
|
189
|
-
deleteGeneratedTemplate(args: DeleteGeneratedTemplateCommandInput, options:
|
|
195
|
+
deleteGeneratedTemplate(args: DeleteGeneratedTemplateCommandInput, options: CloudFormationRequestOptions, cb: (err: any, data?: DeleteGeneratedTemplateCommandOutput) => void): void;
|
|
190
196
|
/**
|
|
191
197
|
* @see {@link DeleteStackCommand}
|
|
192
198
|
*/
|
|
193
|
-
deleteStack(args: DeleteStackCommandInput, options?:
|
|
199
|
+
deleteStack(args: DeleteStackCommandInput, options?: CloudFormationRequestOptions): Promise<DeleteStackCommandOutput>;
|
|
194
200
|
deleteStack(args: DeleteStackCommandInput, cb: (err: any, data?: DeleteStackCommandOutput) => void): void;
|
|
195
|
-
deleteStack(args: DeleteStackCommandInput, options:
|
|
201
|
+
deleteStack(args: DeleteStackCommandInput, options: CloudFormationRequestOptions, cb: (err: any, data?: DeleteStackCommandOutput) => void): void;
|
|
196
202
|
/**
|
|
197
203
|
* @see {@link DeleteStackInstancesCommand}
|
|
198
204
|
*/
|
|
199
|
-
deleteStackInstances(args: DeleteStackInstancesCommandInput, options?:
|
|
205
|
+
deleteStackInstances(args: DeleteStackInstancesCommandInput, options?: CloudFormationRequestOptions): Promise<DeleteStackInstancesCommandOutput>;
|
|
200
206
|
deleteStackInstances(args: DeleteStackInstancesCommandInput, cb: (err: any, data?: DeleteStackInstancesCommandOutput) => void): void;
|
|
201
|
-
deleteStackInstances(args: DeleteStackInstancesCommandInput, options:
|
|
207
|
+
deleteStackInstances(args: DeleteStackInstancesCommandInput, options: CloudFormationRequestOptions, cb: (err: any, data?: DeleteStackInstancesCommandOutput) => void): void;
|
|
202
208
|
/**
|
|
203
209
|
* @see {@link DeleteStackSetCommand}
|
|
204
210
|
*/
|
|
205
|
-
deleteStackSet(args: DeleteStackSetCommandInput, options?:
|
|
211
|
+
deleteStackSet(args: DeleteStackSetCommandInput, options?: CloudFormationRequestOptions): Promise<DeleteStackSetCommandOutput>;
|
|
206
212
|
deleteStackSet(args: DeleteStackSetCommandInput, cb: (err: any, data?: DeleteStackSetCommandOutput) => void): void;
|
|
207
|
-
deleteStackSet(args: DeleteStackSetCommandInput, options:
|
|
213
|
+
deleteStackSet(args: DeleteStackSetCommandInput, options: CloudFormationRequestOptions, cb: (err: any, data?: DeleteStackSetCommandOutput) => void): void;
|
|
208
214
|
/**
|
|
209
215
|
* @see {@link DeregisterTypeCommand}
|
|
210
216
|
*/
|
|
211
217
|
deregisterType(): Promise<DeregisterTypeCommandOutput>;
|
|
212
|
-
deregisterType(args: DeregisterTypeCommandInput, options?:
|
|
218
|
+
deregisterType(args: DeregisterTypeCommandInput, options?: CloudFormationRequestOptions): Promise<DeregisterTypeCommandOutput>;
|
|
213
219
|
deregisterType(args: DeregisterTypeCommandInput, cb: (err: any, data?: DeregisterTypeCommandOutput) => void): void;
|
|
214
|
-
deregisterType(args: DeregisterTypeCommandInput, options:
|
|
220
|
+
deregisterType(args: DeregisterTypeCommandInput, options: CloudFormationRequestOptions, cb: (err: any, data?: DeregisterTypeCommandOutput) => void): void;
|
|
215
221
|
/**
|
|
216
222
|
* @see {@link DescribeAccountLimitsCommand}
|
|
217
223
|
*/
|
|
218
224
|
describeAccountLimits(): Promise<DescribeAccountLimitsCommandOutput>;
|
|
219
|
-
describeAccountLimits(args: DescribeAccountLimitsCommandInput, options?:
|
|
225
|
+
describeAccountLimits(args: DescribeAccountLimitsCommandInput, options?: CloudFormationRequestOptions): Promise<DescribeAccountLimitsCommandOutput>;
|
|
220
226
|
describeAccountLimits(args: DescribeAccountLimitsCommandInput, cb: (err: any, data?: DescribeAccountLimitsCommandOutput) => void): void;
|
|
221
|
-
describeAccountLimits(args: DescribeAccountLimitsCommandInput, options:
|
|
227
|
+
describeAccountLimits(args: DescribeAccountLimitsCommandInput, options: CloudFormationRequestOptions, cb: (err: any, data?: DescribeAccountLimitsCommandOutput) => void): void;
|
|
222
228
|
/**
|
|
223
229
|
* @see {@link DescribeChangeSetCommand}
|
|
224
230
|
*/
|
|
225
|
-
describeChangeSet(args: DescribeChangeSetCommandInput, options?:
|
|
231
|
+
describeChangeSet(args: DescribeChangeSetCommandInput, options?: CloudFormationRequestOptions): Promise<DescribeChangeSetCommandOutput>;
|
|
226
232
|
describeChangeSet(args: DescribeChangeSetCommandInput, cb: (err: any, data?: DescribeChangeSetCommandOutput) => void): void;
|
|
227
|
-
describeChangeSet(args: DescribeChangeSetCommandInput, options:
|
|
233
|
+
describeChangeSet(args: DescribeChangeSetCommandInput, options: CloudFormationRequestOptions, cb: (err: any, data?: DescribeChangeSetCommandOutput) => void): void;
|
|
228
234
|
/**
|
|
229
235
|
* @see {@link DescribeChangeSetHooksCommand}
|
|
230
236
|
*/
|
|
231
|
-
describeChangeSetHooks(args: DescribeChangeSetHooksCommandInput, options?:
|
|
237
|
+
describeChangeSetHooks(args: DescribeChangeSetHooksCommandInput, options?: CloudFormationRequestOptions): Promise<DescribeChangeSetHooksCommandOutput>;
|
|
232
238
|
describeChangeSetHooks(args: DescribeChangeSetHooksCommandInput, cb: (err: any, data?: DescribeChangeSetHooksCommandOutput) => void): void;
|
|
233
|
-
describeChangeSetHooks(args: DescribeChangeSetHooksCommandInput, options:
|
|
239
|
+
describeChangeSetHooks(args: DescribeChangeSetHooksCommandInput, options: CloudFormationRequestOptions, cb: (err: any, data?: DescribeChangeSetHooksCommandOutput) => void): void;
|
|
234
240
|
/**
|
|
235
241
|
* @see {@link DescribeEventsCommand}
|
|
236
242
|
*/
|
|
237
243
|
describeEvents(): Promise<DescribeEventsCommandOutput>;
|
|
238
|
-
describeEvents(args: DescribeEventsCommandInput, options?:
|
|
244
|
+
describeEvents(args: DescribeEventsCommandInput, options?: CloudFormationRequestOptions): Promise<DescribeEventsCommandOutput>;
|
|
239
245
|
describeEvents(args: DescribeEventsCommandInput, cb: (err: any, data?: DescribeEventsCommandOutput) => void): void;
|
|
240
|
-
describeEvents(args: DescribeEventsCommandInput, options:
|
|
246
|
+
describeEvents(args: DescribeEventsCommandInput, options: CloudFormationRequestOptions, cb: (err: any, data?: DescribeEventsCommandOutput) => void): void;
|
|
241
247
|
/**
|
|
242
248
|
* @see {@link DescribeGeneratedTemplateCommand}
|
|
243
249
|
*/
|
|
244
|
-
describeGeneratedTemplate(args: DescribeGeneratedTemplateCommandInput, options?:
|
|
250
|
+
describeGeneratedTemplate(args: DescribeGeneratedTemplateCommandInput, options?: CloudFormationRequestOptions): Promise<DescribeGeneratedTemplateCommandOutput>;
|
|
245
251
|
describeGeneratedTemplate(args: DescribeGeneratedTemplateCommandInput, cb: (err: any, data?: DescribeGeneratedTemplateCommandOutput) => void): void;
|
|
246
|
-
describeGeneratedTemplate(args: DescribeGeneratedTemplateCommandInput, options:
|
|
252
|
+
describeGeneratedTemplate(args: DescribeGeneratedTemplateCommandInput, options: CloudFormationRequestOptions, cb: (err: any, data?: DescribeGeneratedTemplateCommandOutput) => void): void;
|
|
247
253
|
/**
|
|
248
254
|
* @see {@link DescribeOrganizationsAccessCommand}
|
|
249
255
|
*/
|
|
250
256
|
describeOrganizationsAccess(): Promise<DescribeOrganizationsAccessCommandOutput>;
|
|
251
|
-
describeOrganizationsAccess(args: DescribeOrganizationsAccessCommandInput, options?:
|
|
257
|
+
describeOrganizationsAccess(args: DescribeOrganizationsAccessCommandInput, options?: CloudFormationRequestOptions): Promise<DescribeOrganizationsAccessCommandOutput>;
|
|
252
258
|
describeOrganizationsAccess(args: DescribeOrganizationsAccessCommandInput, cb: (err: any, data?: DescribeOrganizationsAccessCommandOutput) => void): void;
|
|
253
|
-
describeOrganizationsAccess(args: DescribeOrganizationsAccessCommandInput, options:
|
|
259
|
+
describeOrganizationsAccess(args: DescribeOrganizationsAccessCommandInput, options: CloudFormationRequestOptions, cb: (err: any, data?: DescribeOrganizationsAccessCommandOutput) => void): void;
|
|
254
260
|
/**
|
|
255
261
|
* @see {@link DescribePublisherCommand}
|
|
256
262
|
*/
|
|
257
263
|
describePublisher(): Promise<DescribePublisherCommandOutput>;
|
|
258
|
-
describePublisher(args: DescribePublisherCommandInput, options?:
|
|
264
|
+
describePublisher(args: DescribePublisherCommandInput, options?: CloudFormationRequestOptions): Promise<DescribePublisherCommandOutput>;
|
|
259
265
|
describePublisher(args: DescribePublisherCommandInput, cb: (err: any, data?: DescribePublisherCommandOutput) => void): void;
|
|
260
|
-
describePublisher(args: DescribePublisherCommandInput, options:
|
|
266
|
+
describePublisher(args: DescribePublisherCommandInput, options: CloudFormationRequestOptions, cb: (err: any, data?: DescribePublisherCommandOutput) => void): void;
|
|
261
267
|
/**
|
|
262
268
|
* @see {@link DescribeResourceScanCommand}
|
|
263
269
|
*/
|
|
264
|
-
describeResourceScan(args: DescribeResourceScanCommandInput, options?:
|
|
270
|
+
describeResourceScan(args: DescribeResourceScanCommandInput, options?: CloudFormationRequestOptions): Promise<DescribeResourceScanCommandOutput>;
|
|
265
271
|
describeResourceScan(args: DescribeResourceScanCommandInput, cb: (err: any, data?: DescribeResourceScanCommandOutput) => void): void;
|
|
266
|
-
describeResourceScan(args: DescribeResourceScanCommandInput, options:
|
|
272
|
+
describeResourceScan(args: DescribeResourceScanCommandInput, options: CloudFormationRequestOptions, cb: (err: any, data?: DescribeResourceScanCommandOutput) => void): void;
|
|
267
273
|
/**
|
|
268
274
|
* @see {@link DescribeStackDriftDetectionStatusCommand}
|
|
269
275
|
*/
|
|
270
|
-
describeStackDriftDetectionStatus(args: DescribeStackDriftDetectionStatusCommandInput, options?:
|
|
276
|
+
describeStackDriftDetectionStatus(args: DescribeStackDriftDetectionStatusCommandInput, options?: CloudFormationRequestOptions): Promise<DescribeStackDriftDetectionStatusCommandOutput>;
|
|
271
277
|
describeStackDriftDetectionStatus(args: DescribeStackDriftDetectionStatusCommandInput, cb: (err: any, data?: DescribeStackDriftDetectionStatusCommandOutput) => void): void;
|
|
272
|
-
describeStackDriftDetectionStatus(args: DescribeStackDriftDetectionStatusCommandInput, options:
|
|
278
|
+
describeStackDriftDetectionStatus(args: DescribeStackDriftDetectionStatusCommandInput, options: CloudFormationRequestOptions, cb: (err: any, data?: DescribeStackDriftDetectionStatusCommandOutput) => void): void;
|
|
273
279
|
/**
|
|
274
280
|
* @see {@link DescribeStackEventsCommand}
|
|
275
281
|
*/
|
|
276
|
-
describeStackEvents(args: DescribeStackEventsCommandInput, options?:
|
|
282
|
+
describeStackEvents(args: DescribeStackEventsCommandInput, options?: CloudFormationRequestOptions): Promise<DescribeStackEventsCommandOutput>;
|
|
277
283
|
describeStackEvents(args: DescribeStackEventsCommandInput, cb: (err: any, data?: DescribeStackEventsCommandOutput) => void): void;
|
|
278
|
-
describeStackEvents(args: DescribeStackEventsCommandInput, options:
|
|
284
|
+
describeStackEvents(args: DescribeStackEventsCommandInput, options: CloudFormationRequestOptions, cb: (err: any, data?: DescribeStackEventsCommandOutput) => void): void;
|
|
279
285
|
/**
|
|
280
286
|
* @see {@link DescribeStackInstanceCommand}
|
|
281
287
|
*/
|
|
282
|
-
describeStackInstance(args: DescribeStackInstanceCommandInput, options?:
|
|
288
|
+
describeStackInstance(args: DescribeStackInstanceCommandInput, options?: CloudFormationRequestOptions): Promise<DescribeStackInstanceCommandOutput>;
|
|
283
289
|
describeStackInstance(args: DescribeStackInstanceCommandInput, cb: (err: any, data?: DescribeStackInstanceCommandOutput) => void): void;
|
|
284
|
-
describeStackInstance(args: DescribeStackInstanceCommandInput, options:
|
|
290
|
+
describeStackInstance(args: DescribeStackInstanceCommandInput, options: CloudFormationRequestOptions, cb: (err: any, data?: DescribeStackInstanceCommandOutput) => void): void;
|
|
285
291
|
/**
|
|
286
292
|
* @see {@link DescribeStackRefactorCommand}
|
|
287
293
|
*/
|
|
288
|
-
describeStackRefactor(args: DescribeStackRefactorCommandInput, options?:
|
|
294
|
+
describeStackRefactor(args: DescribeStackRefactorCommandInput, options?: CloudFormationRequestOptions): Promise<DescribeStackRefactorCommandOutput>;
|
|
289
295
|
describeStackRefactor(args: DescribeStackRefactorCommandInput, cb: (err: any, data?: DescribeStackRefactorCommandOutput) => void): void;
|
|
290
|
-
describeStackRefactor(args: DescribeStackRefactorCommandInput, options:
|
|
296
|
+
describeStackRefactor(args: DescribeStackRefactorCommandInput, options: CloudFormationRequestOptions, cb: (err: any, data?: DescribeStackRefactorCommandOutput) => void): void;
|
|
291
297
|
/**
|
|
292
298
|
* @see {@link DescribeStackResourceCommand}
|
|
293
299
|
*/
|
|
294
|
-
describeStackResource(args: DescribeStackResourceCommandInput, options?:
|
|
300
|
+
describeStackResource(args: DescribeStackResourceCommandInput, options?: CloudFormationRequestOptions): Promise<DescribeStackResourceCommandOutput>;
|
|
295
301
|
describeStackResource(args: DescribeStackResourceCommandInput, cb: (err: any, data?: DescribeStackResourceCommandOutput) => void): void;
|
|
296
|
-
describeStackResource(args: DescribeStackResourceCommandInput, options:
|
|
302
|
+
describeStackResource(args: DescribeStackResourceCommandInput, options: CloudFormationRequestOptions, cb: (err: any, data?: DescribeStackResourceCommandOutput) => void): void;
|
|
297
303
|
/**
|
|
298
304
|
* @see {@link DescribeStackResourceDriftsCommand}
|
|
299
305
|
*/
|
|
300
|
-
describeStackResourceDrifts(args: DescribeStackResourceDriftsCommandInput, options?:
|
|
306
|
+
describeStackResourceDrifts(args: DescribeStackResourceDriftsCommandInput, options?: CloudFormationRequestOptions): Promise<DescribeStackResourceDriftsCommandOutput>;
|
|
301
307
|
describeStackResourceDrifts(args: DescribeStackResourceDriftsCommandInput, cb: (err: any, data?: DescribeStackResourceDriftsCommandOutput) => void): void;
|
|
302
|
-
describeStackResourceDrifts(args: DescribeStackResourceDriftsCommandInput, options:
|
|
308
|
+
describeStackResourceDrifts(args: DescribeStackResourceDriftsCommandInput, options: CloudFormationRequestOptions, cb: (err: any, data?: DescribeStackResourceDriftsCommandOutput) => void): void;
|
|
303
309
|
/**
|
|
304
310
|
* @see {@link DescribeStackResourcesCommand}
|
|
305
311
|
*/
|
|
306
312
|
describeStackResources(): Promise<DescribeStackResourcesCommandOutput>;
|
|
307
|
-
describeStackResources(args: DescribeStackResourcesCommandInput, options?:
|
|
313
|
+
describeStackResources(args: DescribeStackResourcesCommandInput, options?: CloudFormationRequestOptions): Promise<DescribeStackResourcesCommandOutput>;
|
|
308
314
|
describeStackResources(args: DescribeStackResourcesCommandInput, cb: (err: any, data?: DescribeStackResourcesCommandOutput) => void): void;
|
|
309
|
-
describeStackResources(args: DescribeStackResourcesCommandInput, options:
|
|
315
|
+
describeStackResources(args: DescribeStackResourcesCommandInput, options: CloudFormationRequestOptions, cb: (err: any, data?: DescribeStackResourcesCommandOutput) => void): void;
|
|
310
316
|
/**
|
|
311
317
|
* @see {@link DescribeStacksCommand}
|
|
312
318
|
*/
|
|
313
319
|
describeStacks(): Promise<DescribeStacksCommandOutput>;
|
|
314
|
-
describeStacks(args: DescribeStacksCommandInput, options?:
|
|
320
|
+
describeStacks(args: DescribeStacksCommandInput, options?: CloudFormationRequestOptions): Promise<DescribeStacksCommandOutput>;
|
|
315
321
|
describeStacks(args: DescribeStacksCommandInput, cb: (err: any, data?: DescribeStacksCommandOutput) => void): void;
|
|
316
|
-
describeStacks(args: DescribeStacksCommandInput, options:
|
|
322
|
+
describeStacks(args: DescribeStacksCommandInput, options: CloudFormationRequestOptions, cb: (err: any, data?: DescribeStacksCommandOutput) => void): void;
|
|
317
323
|
/**
|
|
318
324
|
* @see {@link DescribeStackSetCommand}
|
|
319
325
|
*/
|
|
320
|
-
describeStackSet(args: DescribeStackSetCommandInput, options?:
|
|
326
|
+
describeStackSet(args: DescribeStackSetCommandInput, options?: CloudFormationRequestOptions): Promise<DescribeStackSetCommandOutput>;
|
|
321
327
|
describeStackSet(args: DescribeStackSetCommandInput, cb: (err: any, data?: DescribeStackSetCommandOutput) => void): void;
|
|
322
|
-
describeStackSet(args: DescribeStackSetCommandInput, options:
|
|
328
|
+
describeStackSet(args: DescribeStackSetCommandInput, options: CloudFormationRequestOptions, cb: (err: any, data?: DescribeStackSetCommandOutput) => void): void;
|
|
323
329
|
/**
|
|
324
330
|
* @see {@link DescribeStackSetOperationCommand}
|
|
325
331
|
*/
|
|
326
|
-
describeStackSetOperation(args: DescribeStackSetOperationCommandInput, options?:
|
|
332
|
+
describeStackSetOperation(args: DescribeStackSetOperationCommandInput, options?: CloudFormationRequestOptions): Promise<DescribeStackSetOperationCommandOutput>;
|
|
327
333
|
describeStackSetOperation(args: DescribeStackSetOperationCommandInput, cb: (err: any, data?: DescribeStackSetOperationCommandOutput) => void): void;
|
|
328
|
-
describeStackSetOperation(args: DescribeStackSetOperationCommandInput, options:
|
|
334
|
+
describeStackSetOperation(args: DescribeStackSetOperationCommandInput, options: CloudFormationRequestOptions, cb: (err: any, data?: DescribeStackSetOperationCommandOutput) => void): void;
|
|
329
335
|
/**
|
|
330
336
|
* @see {@link DescribeTypeCommand}
|
|
331
337
|
*/
|
|
332
338
|
describeType(): Promise<DescribeTypeCommandOutput>;
|
|
333
|
-
describeType(args: DescribeTypeCommandInput, options?:
|
|
339
|
+
describeType(args: DescribeTypeCommandInput, options?: CloudFormationRequestOptions): Promise<DescribeTypeCommandOutput>;
|
|
334
340
|
describeType(args: DescribeTypeCommandInput, cb: (err: any, data?: DescribeTypeCommandOutput) => void): void;
|
|
335
|
-
describeType(args: DescribeTypeCommandInput, options:
|
|
341
|
+
describeType(args: DescribeTypeCommandInput, options: CloudFormationRequestOptions, cb: (err: any, data?: DescribeTypeCommandOutput) => void): void;
|
|
336
342
|
/**
|
|
337
343
|
* @see {@link DescribeTypeRegistrationCommand}
|
|
338
344
|
*/
|
|
339
|
-
describeTypeRegistration(args: DescribeTypeRegistrationCommandInput, options?:
|
|
345
|
+
describeTypeRegistration(args: DescribeTypeRegistrationCommandInput, options?: CloudFormationRequestOptions): Promise<DescribeTypeRegistrationCommandOutput>;
|
|
340
346
|
describeTypeRegistration(args: DescribeTypeRegistrationCommandInput, cb: (err: any, data?: DescribeTypeRegistrationCommandOutput) => void): void;
|
|
341
|
-
describeTypeRegistration(args: DescribeTypeRegistrationCommandInput, options:
|
|
347
|
+
describeTypeRegistration(args: DescribeTypeRegistrationCommandInput, options: CloudFormationRequestOptions, cb: (err: any, data?: DescribeTypeRegistrationCommandOutput) => void): void;
|
|
342
348
|
/**
|
|
343
349
|
* @see {@link DetectStackDriftCommand}
|
|
344
350
|
*/
|
|
345
|
-
detectStackDrift(args: DetectStackDriftCommandInput, options?:
|
|
351
|
+
detectStackDrift(args: DetectStackDriftCommandInput, options?: CloudFormationRequestOptions): Promise<DetectStackDriftCommandOutput>;
|
|
346
352
|
detectStackDrift(args: DetectStackDriftCommandInput, cb: (err: any, data?: DetectStackDriftCommandOutput) => void): void;
|
|
347
|
-
detectStackDrift(args: DetectStackDriftCommandInput, options:
|
|
353
|
+
detectStackDrift(args: DetectStackDriftCommandInput, options: CloudFormationRequestOptions, cb: (err: any, data?: DetectStackDriftCommandOutput) => void): void;
|
|
348
354
|
/**
|
|
349
355
|
* @see {@link DetectStackResourceDriftCommand}
|
|
350
356
|
*/
|
|
351
|
-
detectStackResourceDrift(args: DetectStackResourceDriftCommandInput, options?:
|
|
357
|
+
detectStackResourceDrift(args: DetectStackResourceDriftCommandInput, options?: CloudFormationRequestOptions): Promise<DetectStackResourceDriftCommandOutput>;
|
|
352
358
|
detectStackResourceDrift(args: DetectStackResourceDriftCommandInput, cb: (err: any, data?: DetectStackResourceDriftCommandOutput) => void): void;
|
|
353
|
-
detectStackResourceDrift(args: DetectStackResourceDriftCommandInput, options:
|
|
359
|
+
detectStackResourceDrift(args: DetectStackResourceDriftCommandInput, options: CloudFormationRequestOptions, cb: (err: any, data?: DetectStackResourceDriftCommandOutput) => void): void;
|
|
354
360
|
/**
|
|
355
361
|
* @see {@link DetectStackSetDriftCommand}
|
|
356
362
|
*/
|
|
357
|
-
detectStackSetDrift(args: DetectStackSetDriftCommandInput, options?:
|
|
363
|
+
detectStackSetDrift(args: DetectStackSetDriftCommandInput, options?: CloudFormationRequestOptions): Promise<DetectStackSetDriftCommandOutput>;
|
|
358
364
|
detectStackSetDrift(args: DetectStackSetDriftCommandInput, cb: (err: any, data?: DetectStackSetDriftCommandOutput) => void): void;
|
|
359
|
-
detectStackSetDrift(args: DetectStackSetDriftCommandInput, options:
|
|
365
|
+
detectStackSetDrift(args: DetectStackSetDriftCommandInput, options: CloudFormationRequestOptions, cb: (err: any, data?: DetectStackSetDriftCommandOutput) => void): void;
|
|
360
366
|
/**
|
|
361
367
|
* @see {@link EstimateTemplateCostCommand}
|
|
362
368
|
*/
|
|
363
369
|
estimateTemplateCost(): Promise<EstimateTemplateCostCommandOutput>;
|
|
364
|
-
estimateTemplateCost(args: EstimateTemplateCostCommandInput, options?:
|
|
370
|
+
estimateTemplateCost(args: EstimateTemplateCostCommandInput, options?: CloudFormationRequestOptions): Promise<EstimateTemplateCostCommandOutput>;
|
|
365
371
|
estimateTemplateCost(args: EstimateTemplateCostCommandInput, cb: (err: any, data?: EstimateTemplateCostCommandOutput) => void): void;
|
|
366
|
-
estimateTemplateCost(args: EstimateTemplateCostCommandInput, options:
|
|
372
|
+
estimateTemplateCost(args: EstimateTemplateCostCommandInput, options: CloudFormationRequestOptions, cb: (err: any, data?: EstimateTemplateCostCommandOutput) => void): void;
|
|
367
373
|
/**
|
|
368
374
|
* @see {@link ExecuteChangeSetCommand}
|
|
369
375
|
*/
|
|
370
|
-
executeChangeSet(args: ExecuteChangeSetCommandInput, options?:
|
|
376
|
+
executeChangeSet(args: ExecuteChangeSetCommandInput, options?: CloudFormationRequestOptions): Promise<ExecuteChangeSetCommandOutput>;
|
|
371
377
|
executeChangeSet(args: ExecuteChangeSetCommandInput, cb: (err: any, data?: ExecuteChangeSetCommandOutput) => void): void;
|
|
372
|
-
executeChangeSet(args: ExecuteChangeSetCommandInput, options:
|
|
378
|
+
executeChangeSet(args: ExecuteChangeSetCommandInput, options: CloudFormationRequestOptions, cb: (err: any, data?: ExecuteChangeSetCommandOutput) => void): void;
|
|
373
379
|
/**
|
|
374
380
|
* @see {@link ExecuteStackRefactorCommand}
|
|
375
381
|
*/
|
|
376
|
-
executeStackRefactor(args: ExecuteStackRefactorCommandInput, options?:
|
|
382
|
+
executeStackRefactor(args: ExecuteStackRefactorCommandInput, options?: CloudFormationRequestOptions): Promise<ExecuteStackRefactorCommandOutput>;
|
|
377
383
|
executeStackRefactor(args: ExecuteStackRefactorCommandInput, cb: (err: any, data?: ExecuteStackRefactorCommandOutput) => void): void;
|
|
378
|
-
executeStackRefactor(args: ExecuteStackRefactorCommandInput, options:
|
|
384
|
+
executeStackRefactor(args: ExecuteStackRefactorCommandInput, options: CloudFormationRequestOptions, cb: (err: any, data?: ExecuteStackRefactorCommandOutput) => void): void;
|
|
379
385
|
/**
|
|
380
386
|
* @see {@link GetGeneratedTemplateCommand}
|
|
381
387
|
*/
|
|
382
|
-
getGeneratedTemplate(args: GetGeneratedTemplateCommandInput, options?:
|
|
388
|
+
getGeneratedTemplate(args: GetGeneratedTemplateCommandInput, options?: CloudFormationRequestOptions): Promise<GetGeneratedTemplateCommandOutput>;
|
|
383
389
|
getGeneratedTemplate(args: GetGeneratedTemplateCommandInput, cb: (err: any, data?: GetGeneratedTemplateCommandOutput) => void): void;
|
|
384
|
-
getGeneratedTemplate(args: GetGeneratedTemplateCommandInput, options:
|
|
390
|
+
getGeneratedTemplate(args: GetGeneratedTemplateCommandInput, options: CloudFormationRequestOptions, cb: (err: any, data?: GetGeneratedTemplateCommandOutput) => void): void;
|
|
385
391
|
/**
|
|
386
392
|
* @see {@link GetHookResultCommand}
|
|
387
393
|
*/
|
|
388
394
|
getHookResult(): Promise<GetHookResultCommandOutput>;
|
|
389
|
-
getHookResult(args: GetHookResultCommandInput, options?:
|
|
395
|
+
getHookResult(args: GetHookResultCommandInput, options?: CloudFormationRequestOptions): Promise<GetHookResultCommandOutput>;
|
|
390
396
|
getHookResult(args: GetHookResultCommandInput, cb: (err: any, data?: GetHookResultCommandOutput) => void): void;
|
|
391
|
-
getHookResult(args: GetHookResultCommandInput, options:
|
|
397
|
+
getHookResult(args: GetHookResultCommandInput, options: CloudFormationRequestOptions, cb: (err: any, data?: GetHookResultCommandOutput) => void): void;
|
|
392
398
|
/**
|
|
393
399
|
* @see {@link GetStackPolicyCommand}
|
|
394
400
|
*/
|
|
395
|
-
getStackPolicy(args: GetStackPolicyCommandInput, options?:
|
|
401
|
+
getStackPolicy(args: GetStackPolicyCommandInput, options?: CloudFormationRequestOptions): Promise<GetStackPolicyCommandOutput>;
|
|
396
402
|
getStackPolicy(args: GetStackPolicyCommandInput, cb: (err: any, data?: GetStackPolicyCommandOutput) => void): void;
|
|
397
|
-
getStackPolicy(args: GetStackPolicyCommandInput, options:
|
|
403
|
+
getStackPolicy(args: GetStackPolicyCommandInput, options: CloudFormationRequestOptions, cb: (err: any, data?: GetStackPolicyCommandOutput) => void): void;
|
|
398
404
|
/**
|
|
399
405
|
* @see {@link GetTemplateCommand}
|
|
400
406
|
*/
|
|
401
407
|
getTemplate(): Promise<GetTemplateCommandOutput>;
|
|
402
|
-
getTemplate(args: GetTemplateCommandInput, options?:
|
|
408
|
+
getTemplate(args: GetTemplateCommandInput, options?: CloudFormationRequestOptions): Promise<GetTemplateCommandOutput>;
|
|
403
409
|
getTemplate(args: GetTemplateCommandInput, cb: (err: any, data?: GetTemplateCommandOutput) => void): void;
|
|
404
|
-
getTemplate(args: GetTemplateCommandInput, options:
|
|
410
|
+
getTemplate(args: GetTemplateCommandInput, options: CloudFormationRequestOptions, cb: (err: any, data?: GetTemplateCommandOutput) => void): void;
|
|
405
411
|
/**
|
|
406
412
|
* @see {@link GetTemplateSummaryCommand}
|
|
407
413
|
*/
|
|
408
414
|
getTemplateSummary(): Promise<GetTemplateSummaryCommandOutput>;
|
|
409
|
-
getTemplateSummary(args: GetTemplateSummaryCommandInput, options?:
|
|
415
|
+
getTemplateSummary(args: GetTemplateSummaryCommandInput, options?: CloudFormationRequestOptions): Promise<GetTemplateSummaryCommandOutput>;
|
|
410
416
|
getTemplateSummary(args: GetTemplateSummaryCommandInput, cb: (err: any, data?: GetTemplateSummaryCommandOutput) => void): void;
|
|
411
|
-
getTemplateSummary(args: GetTemplateSummaryCommandInput, options:
|
|
417
|
+
getTemplateSummary(args: GetTemplateSummaryCommandInput, options: CloudFormationRequestOptions, cb: (err: any, data?: GetTemplateSummaryCommandOutput) => void): void;
|
|
412
418
|
/**
|
|
413
419
|
* @see {@link ImportStacksToStackSetCommand}
|
|
414
420
|
*/
|
|
415
|
-
importStacksToStackSet(args: ImportStacksToStackSetCommandInput, options?:
|
|
421
|
+
importStacksToStackSet(args: ImportStacksToStackSetCommandInput, options?: CloudFormationRequestOptions): Promise<ImportStacksToStackSetCommandOutput>;
|
|
416
422
|
importStacksToStackSet(args: ImportStacksToStackSetCommandInput, cb: (err: any, data?: ImportStacksToStackSetCommandOutput) => void): void;
|
|
417
|
-
importStacksToStackSet(args: ImportStacksToStackSetCommandInput, options:
|
|
423
|
+
importStacksToStackSet(args: ImportStacksToStackSetCommandInput, options: CloudFormationRequestOptions, cb: (err: any, data?: ImportStacksToStackSetCommandOutput) => void): void;
|
|
418
424
|
/**
|
|
419
425
|
* @see {@link ListChangeSetsCommand}
|
|
420
426
|
*/
|
|
421
|
-
listChangeSets(args: ListChangeSetsCommandInput, options?:
|
|
427
|
+
listChangeSets(args: ListChangeSetsCommandInput, options?: CloudFormationRequestOptions): Promise<ListChangeSetsCommandOutput>;
|
|
422
428
|
listChangeSets(args: ListChangeSetsCommandInput, cb: (err: any, data?: ListChangeSetsCommandOutput) => void): void;
|
|
423
|
-
listChangeSets(args: ListChangeSetsCommandInput, options:
|
|
429
|
+
listChangeSets(args: ListChangeSetsCommandInput, options: CloudFormationRequestOptions, cb: (err: any, data?: ListChangeSetsCommandOutput) => void): void;
|
|
424
430
|
/**
|
|
425
431
|
* @see {@link ListExportsCommand}
|
|
426
432
|
*/
|
|
427
433
|
listExports(): Promise<ListExportsCommandOutput>;
|
|
428
|
-
listExports(args: ListExportsCommandInput, options?:
|
|
434
|
+
listExports(args: ListExportsCommandInput, options?: CloudFormationRequestOptions): Promise<ListExportsCommandOutput>;
|
|
429
435
|
listExports(args: ListExportsCommandInput, cb: (err: any, data?: ListExportsCommandOutput) => void): void;
|
|
430
|
-
listExports(args: ListExportsCommandInput, options:
|
|
436
|
+
listExports(args: ListExportsCommandInput, options: CloudFormationRequestOptions, cb: (err: any, data?: ListExportsCommandOutput) => void): void;
|
|
431
437
|
/**
|
|
432
438
|
* @see {@link ListGeneratedTemplatesCommand}
|
|
433
439
|
*/
|
|
434
440
|
listGeneratedTemplates(): Promise<ListGeneratedTemplatesCommandOutput>;
|
|
435
|
-
listGeneratedTemplates(args: ListGeneratedTemplatesCommandInput, options?:
|
|
441
|
+
listGeneratedTemplates(args: ListGeneratedTemplatesCommandInput, options?: CloudFormationRequestOptions): Promise<ListGeneratedTemplatesCommandOutput>;
|
|
436
442
|
listGeneratedTemplates(args: ListGeneratedTemplatesCommandInput, cb: (err: any, data?: ListGeneratedTemplatesCommandOutput) => void): void;
|
|
437
|
-
listGeneratedTemplates(args: ListGeneratedTemplatesCommandInput, options:
|
|
443
|
+
listGeneratedTemplates(args: ListGeneratedTemplatesCommandInput, options: CloudFormationRequestOptions, cb: (err: any, data?: ListGeneratedTemplatesCommandOutput) => void): void;
|
|
438
444
|
/**
|
|
439
445
|
* @see {@link ListHookResultsCommand}
|
|
440
446
|
*/
|
|
441
447
|
listHookResults(): Promise<ListHookResultsCommandOutput>;
|
|
442
|
-
listHookResults(args: ListHookResultsCommandInput, options?:
|
|
448
|
+
listHookResults(args: ListHookResultsCommandInput, options?: CloudFormationRequestOptions): Promise<ListHookResultsCommandOutput>;
|
|
443
449
|
listHookResults(args: ListHookResultsCommandInput, cb: (err: any, data?: ListHookResultsCommandOutput) => void): void;
|
|
444
|
-
listHookResults(args: ListHookResultsCommandInput, options:
|
|
450
|
+
listHookResults(args: ListHookResultsCommandInput, options: CloudFormationRequestOptions, cb: (err: any, data?: ListHookResultsCommandOutput) => void): void;
|
|
445
451
|
/**
|
|
446
452
|
* @see {@link ListImportsCommand}
|
|
447
453
|
*/
|
|
448
|
-
listImports(args: ListImportsCommandInput, options?:
|
|
454
|
+
listImports(args: ListImportsCommandInput, options?: CloudFormationRequestOptions): Promise<ListImportsCommandOutput>;
|
|
449
455
|
listImports(args: ListImportsCommandInput, cb: (err: any, data?: ListImportsCommandOutput) => void): void;
|
|
450
|
-
listImports(args: ListImportsCommandInput, options:
|
|
456
|
+
listImports(args: ListImportsCommandInput, options: CloudFormationRequestOptions, cb: (err: any, data?: ListImportsCommandOutput) => void): void;
|
|
451
457
|
/**
|
|
452
458
|
* @see {@link ListResourceScanRelatedResourcesCommand}
|
|
453
459
|
*/
|
|
454
|
-
listResourceScanRelatedResources(args: ListResourceScanRelatedResourcesCommandInput, options?:
|
|
460
|
+
listResourceScanRelatedResources(args: ListResourceScanRelatedResourcesCommandInput, options?: CloudFormationRequestOptions): Promise<ListResourceScanRelatedResourcesCommandOutput>;
|
|
455
461
|
listResourceScanRelatedResources(args: ListResourceScanRelatedResourcesCommandInput, cb: (err: any, data?: ListResourceScanRelatedResourcesCommandOutput) => void): void;
|
|
456
|
-
listResourceScanRelatedResources(args: ListResourceScanRelatedResourcesCommandInput, options:
|
|
462
|
+
listResourceScanRelatedResources(args: ListResourceScanRelatedResourcesCommandInput, options: CloudFormationRequestOptions, cb: (err: any, data?: ListResourceScanRelatedResourcesCommandOutput) => void): void;
|
|
457
463
|
/**
|
|
458
464
|
* @see {@link ListResourceScanResourcesCommand}
|
|
459
465
|
*/
|
|
460
|
-
listResourceScanResources(args: ListResourceScanResourcesCommandInput, options?:
|
|
466
|
+
listResourceScanResources(args: ListResourceScanResourcesCommandInput, options?: CloudFormationRequestOptions): Promise<ListResourceScanResourcesCommandOutput>;
|
|
461
467
|
listResourceScanResources(args: ListResourceScanResourcesCommandInput, cb: (err: any, data?: ListResourceScanResourcesCommandOutput) => void): void;
|
|
462
|
-
listResourceScanResources(args: ListResourceScanResourcesCommandInput, options:
|
|
468
|
+
listResourceScanResources(args: ListResourceScanResourcesCommandInput, options: CloudFormationRequestOptions, cb: (err: any, data?: ListResourceScanResourcesCommandOutput) => void): void;
|
|
463
469
|
/**
|
|
464
470
|
* @see {@link ListResourceScansCommand}
|
|
465
471
|
*/
|
|
466
472
|
listResourceScans(): Promise<ListResourceScansCommandOutput>;
|
|
467
|
-
listResourceScans(args: ListResourceScansCommandInput, options?:
|
|
473
|
+
listResourceScans(args: ListResourceScansCommandInput, options?: CloudFormationRequestOptions): Promise<ListResourceScansCommandOutput>;
|
|
468
474
|
listResourceScans(args: ListResourceScansCommandInput, cb: (err: any, data?: ListResourceScansCommandOutput) => void): void;
|
|
469
|
-
listResourceScans(args: ListResourceScansCommandInput, options:
|
|
475
|
+
listResourceScans(args: ListResourceScansCommandInput, options: CloudFormationRequestOptions, cb: (err: any, data?: ListResourceScansCommandOutput) => void): void;
|
|
470
476
|
/**
|
|
471
477
|
* @see {@link ListStackInstanceResourceDriftsCommand}
|
|
472
478
|
*/
|
|
473
|
-
listStackInstanceResourceDrifts(args: ListStackInstanceResourceDriftsCommandInput, options?:
|
|
479
|
+
listStackInstanceResourceDrifts(args: ListStackInstanceResourceDriftsCommandInput, options?: CloudFormationRequestOptions): Promise<ListStackInstanceResourceDriftsCommandOutput>;
|
|
474
480
|
listStackInstanceResourceDrifts(args: ListStackInstanceResourceDriftsCommandInput, cb: (err: any, data?: ListStackInstanceResourceDriftsCommandOutput) => void): void;
|
|
475
|
-
listStackInstanceResourceDrifts(args: ListStackInstanceResourceDriftsCommandInput, options:
|
|
481
|
+
listStackInstanceResourceDrifts(args: ListStackInstanceResourceDriftsCommandInput, options: CloudFormationRequestOptions, cb: (err: any, data?: ListStackInstanceResourceDriftsCommandOutput) => void): void;
|
|
476
482
|
/**
|
|
477
483
|
* @see {@link ListStackInstancesCommand}
|
|
478
484
|
*/
|
|
479
|
-
listStackInstances(args: ListStackInstancesCommandInput, options?:
|
|
485
|
+
listStackInstances(args: ListStackInstancesCommandInput, options?: CloudFormationRequestOptions): Promise<ListStackInstancesCommandOutput>;
|
|
480
486
|
listStackInstances(args: ListStackInstancesCommandInput, cb: (err: any, data?: ListStackInstancesCommandOutput) => void): void;
|
|
481
|
-
listStackInstances(args: ListStackInstancesCommandInput, options:
|
|
487
|
+
listStackInstances(args: ListStackInstancesCommandInput, options: CloudFormationRequestOptions, cb: (err: any, data?: ListStackInstancesCommandOutput) => void): void;
|
|
482
488
|
/**
|
|
483
489
|
* @see {@link ListStackRefactorActionsCommand}
|
|
484
490
|
*/
|
|
485
|
-
listStackRefactorActions(args: ListStackRefactorActionsCommandInput, options?:
|
|
491
|
+
listStackRefactorActions(args: ListStackRefactorActionsCommandInput, options?: CloudFormationRequestOptions): Promise<ListStackRefactorActionsCommandOutput>;
|
|
486
492
|
listStackRefactorActions(args: ListStackRefactorActionsCommandInput, cb: (err: any, data?: ListStackRefactorActionsCommandOutput) => void): void;
|
|
487
|
-
listStackRefactorActions(args: ListStackRefactorActionsCommandInput, options:
|
|
493
|
+
listStackRefactorActions(args: ListStackRefactorActionsCommandInput, options: CloudFormationRequestOptions, cb: (err: any, data?: ListStackRefactorActionsCommandOutput) => void): void;
|
|
488
494
|
/**
|
|
489
495
|
* @see {@link ListStackRefactorsCommand}
|
|
490
496
|
*/
|
|
491
497
|
listStackRefactors(): Promise<ListStackRefactorsCommandOutput>;
|
|
492
|
-
listStackRefactors(args: ListStackRefactorsCommandInput, options?:
|
|
498
|
+
listStackRefactors(args: ListStackRefactorsCommandInput, options?: CloudFormationRequestOptions): Promise<ListStackRefactorsCommandOutput>;
|
|
493
499
|
listStackRefactors(args: ListStackRefactorsCommandInput, cb: (err: any, data?: ListStackRefactorsCommandOutput) => void): void;
|
|
494
|
-
listStackRefactors(args: ListStackRefactorsCommandInput, options:
|
|
500
|
+
listStackRefactors(args: ListStackRefactorsCommandInput, options: CloudFormationRequestOptions, cb: (err: any, data?: ListStackRefactorsCommandOutput) => void): void;
|
|
495
501
|
/**
|
|
496
502
|
* @see {@link ListStackResourcesCommand}
|
|
497
503
|
*/
|
|
498
|
-
listStackResources(args: ListStackResourcesCommandInput, options?:
|
|
504
|
+
listStackResources(args: ListStackResourcesCommandInput, options?: CloudFormationRequestOptions): Promise<ListStackResourcesCommandOutput>;
|
|
499
505
|
listStackResources(args: ListStackResourcesCommandInput, cb: (err: any, data?: ListStackResourcesCommandOutput) => void): void;
|
|
500
|
-
listStackResources(args: ListStackResourcesCommandInput, options:
|
|
506
|
+
listStackResources(args: ListStackResourcesCommandInput, options: CloudFormationRequestOptions, cb: (err: any, data?: ListStackResourcesCommandOutput) => void): void;
|
|
501
507
|
/**
|
|
502
508
|
* @see {@link ListStacksCommand}
|
|
503
509
|
*/
|
|
504
510
|
listStacks(): Promise<ListStacksCommandOutput>;
|
|
505
|
-
listStacks(args: ListStacksCommandInput, options?:
|
|
511
|
+
listStacks(args: ListStacksCommandInput, options?: CloudFormationRequestOptions): Promise<ListStacksCommandOutput>;
|
|
506
512
|
listStacks(args: ListStacksCommandInput, cb: (err: any, data?: ListStacksCommandOutput) => void): void;
|
|
507
|
-
listStacks(args: ListStacksCommandInput, options:
|
|
513
|
+
listStacks(args: ListStacksCommandInput, options: CloudFormationRequestOptions, cb: (err: any, data?: ListStacksCommandOutput) => void): void;
|
|
508
514
|
/**
|
|
509
515
|
* @see {@link ListStackSetAutoDeploymentTargetsCommand}
|
|
510
516
|
*/
|
|
511
|
-
listStackSetAutoDeploymentTargets(args: ListStackSetAutoDeploymentTargetsCommandInput, options?:
|
|
517
|
+
listStackSetAutoDeploymentTargets(args: ListStackSetAutoDeploymentTargetsCommandInput, options?: CloudFormationRequestOptions): Promise<ListStackSetAutoDeploymentTargetsCommandOutput>;
|
|
512
518
|
listStackSetAutoDeploymentTargets(args: ListStackSetAutoDeploymentTargetsCommandInput, cb: (err: any, data?: ListStackSetAutoDeploymentTargetsCommandOutput) => void): void;
|
|
513
|
-
listStackSetAutoDeploymentTargets(args: ListStackSetAutoDeploymentTargetsCommandInput, options:
|
|
519
|
+
listStackSetAutoDeploymentTargets(args: ListStackSetAutoDeploymentTargetsCommandInput, options: CloudFormationRequestOptions, cb: (err: any, data?: ListStackSetAutoDeploymentTargetsCommandOutput) => void): void;
|
|
514
520
|
/**
|
|
515
521
|
* @see {@link ListStackSetOperationResultsCommand}
|
|
516
522
|
*/
|
|
517
|
-
listStackSetOperationResults(args: ListStackSetOperationResultsCommandInput, options?:
|
|
523
|
+
listStackSetOperationResults(args: ListStackSetOperationResultsCommandInput, options?: CloudFormationRequestOptions): Promise<ListStackSetOperationResultsCommandOutput>;
|
|
518
524
|
listStackSetOperationResults(args: ListStackSetOperationResultsCommandInput, cb: (err: any, data?: ListStackSetOperationResultsCommandOutput) => void): void;
|
|
519
|
-
listStackSetOperationResults(args: ListStackSetOperationResultsCommandInput, options:
|
|
525
|
+
listStackSetOperationResults(args: ListStackSetOperationResultsCommandInput, options: CloudFormationRequestOptions, cb: (err: any, data?: ListStackSetOperationResultsCommandOutput) => void): void;
|
|
520
526
|
/**
|
|
521
527
|
* @see {@link ListStackSetOperationsCommand}
|
|
522
528
|
*/
|
|
523
|
-
listStackSetOperations(args: ListStackSetOperationsCommandInput, options?:
|
|
529
|
+
listStackSetOperations(args: ListStackSetOperationsCommandInput, options?: CloudFormationRequestOptions): Promise<ListStackSetOperationsCommandOutput>;
|
|
524
530
|
listStackSetOperations(args: ListStackSetOperationsCommandInput, cb: (err: any, data?: ListStackSetOperationsCommandOutput) => void): void;
|
|
525
|
-
listStackSetOperations(args: ListStackSetOperationsCommandInput, options:
|
|
531
|
+
listStackSetOperations(args: ListStackSetOperationsCommandInput, options: CloudFormationRequestOptions, cb: (err: any, data?: ListStackSetOperationsCommandOutput) => void): void;
|
|
526
532
|
/**
|
|
527
533
|
* @see {@link ListStackSetsCommand}
|
|
528
534
|
*/
|
|
529
535
|
listStackSets(): Promise<ListStackSetsCommandOutput>;
|
|
530
|
-
listStackSets(args: ListStackSetsCommandInput, options?:
|
|
536
|
+
listStackSets(args: ListStackSetsCommandInput, options?: CloudFormationRequestOptions): Promise<ListStackSetsCommandOutput>;
|
|
531
537
|
listStackSets(args: ListStackSetsCommandInput, cb: (err: any, data?: ListStackSetsCommandOutput) => void): void;
|
|
532
|
-
listStackSets(args: ListStackSetsCommandInput, options:
|
|
538
|
+
listStackSets(args: ListStackSetsCommandInput, options: CloudFormationRequestOptions, cb: (err: any, data?: ListStackSetsCommandOutput) => void): void;
|
|
533
539
|
/**
|
|
534
540
|
* @see {@link ListTypeRegistrationsCommand}
|
|
535
541
|
*/
|
|
536
542
|
listTypeRegistrations(): Promise<ListTypeRegistrationsCommandOutput>;
|
|
537
|
-
listTypeRegistrations(args: ListTypeRegistrationsCommandInput, options?:
|
|
543
|
+
listTypeRegistrations(args: ListTypeRegistrationsCommandInput, options?: CloudFormationRequestOptions): Promise<ListTypeRegistrationsCommandOutput>;
|
|
538
544
|
listTypeRegistrations(args: ListTypeRegistrationsCommandInput, cb: (err: any, data?: ListTypeRegistrationsCommandOutput) => void): void;
|
|
539
|
-
listTypeRegistrations(args: ListTypeRegistrationsCommandInput, options:
|
|
545
|
+
listTypeRegistrations(args: ListTypeRegistrationsCommandInput, options: CloudFormationRequestOptions, cb: (err: any, data?: ListTypeRegistrationsCommandOutput) => void): void;
|
|
540
546
|
/**
|
|
541
547
|
* @see {@link ListTypesCommand}
|
|
542
548
|
*/
|
|
543
549
|
listTypes(): Promise<ListTypesCommandOutput>;
|
|
544
|
-
listTypes(args: ListTypesCommandInput, options?:
|
|
550
|
+
listTypes(args: ListTypesCommandInput, options?: CloudFormationRequestOptions): Promise<ListTypesCommandOutput>;
|
|
545
551
|
listTypes(args: ListTypesCommandInput, cb: (err: any, data?: ListTypesCommandOutput) => void): void;
|
|
546
|
-
listTypes(args: ListTypesCommandInput, options:
|
|
552
|
+
listTypes(args: ListTypesCommandInput, options: CloudFormationRequestOptions, cb: (err: any, data?: ListTypesCommandOutput) => void): void;
|
|
547
553
|
/**
|
|
548
554
|
* @see {@link ListTypeVersionsCommand}
|
|
549
555
|
*/
|
|
550
556
|
listTypeVersions(): Promise<ListTypeVersionsCommandOutput>;
|
|
551
|
-
listTypeVersions(args: ListTypeVersionsCommandInput, options?:
|
|
557
|
+
listTypeVersions(args: ListTypeVersionsCommandInput, options?: CloudFormationRequestOptions): Promise<ListTypeVersionsCommandOutput>;
|
|
552
558
|
listTypeVersions(args: ListTypeVersionsCommandInput, cb: (err: any, data?: ListTypeVersionsCommandOutput) => void): void;
|
|
553
|
-
listTypeVersions(args: ListTypeVersionsCommandInput, options:
|
|
559
|
+
listTypeVersions(args: ListTypeVersionsCommandInput, options: CloudFormationRequestOptions, cb: (err: any, data?: ListTypeVersionsCommandOutput) => void): void;
|
|
554
560
|
/**
|
|
555
561
|
* @see {@link PublishTypeCommand}
|
|
556
562
|
*/
|
|
557
563
|
publishType(): Promise<PublishTypeCommandOutput>;
|
|
558
|
-
publishType(args: PublishTypeCommandInput, options?:
|
|
564
|
+
publishType(args: PublishTypeCommandInput, options?: CloudFormationRequestOptions): Promise<PublishTypeCommandOutput>;
|
|
559
565
|
publishType(args: PublishTypeCommandInput, cb: (err: any, data?: PublishTypeCommandOutput) => void): void;
|
|
560
|
-
publishType(args: PublishTypeCommandInput, options:
|
|
566
|
+
publishType(args: PublishTypeCommandInput, options: CloudFormationRequestOptions, cb: (err: any, data?: PublishTypeCommandOutput) => void): void;
|
|
561
567
|
/**
|
|
562
568
|
* @see {@link RecordHandlerProgressCommand}
|
|
563
569
|
*/
|
|
564
|
-
recordHandlerProgress(args: RecordHandlerProgressCommandInput, options?:
|
|
570
|
+
recordHandlerProgress(args: RecordHandlerProgressCommandInput, options?: CloudFormationRequestOptions): Promise<RecordHandlerProgressCommandOutput>;
|
|
565
571
|
recordHandlerProgress(args: RecordHandlerProgressCommandInput, cb: (err: any, data?: RecordHandlerProgressCommandOutput) => void): void;
|
|
566
|
-
recordHandlerProgress(args: RecordHandlerProgressCommandInput, options:
|
|
572
|
+
recordHandlerProgress(args: RecordHandlerProgressCommandInput, options: CloudFormationRequestOptions, cb: (err: any, data?: RecordHandlerProgressCommandOutput) => void): void;
|
|
567
573
|
/**
|
|
568
574
|
* @see {@link RegisterPublisherCommand}
|
|
569
575
|
*/
|
|
570
576
|
registerPublisher(): Promise<RegisterPublisherCommandOutput>;
|
|
571
|
-
registerPublisher(args: RegisterPublisherCommandInput, options?:
|
|
577
|
+
registerPublisher(args: RegisterPublisherCommandInput, options?: CloudFormationRequestOptions): Promise<RegisterPublisherCommandOutput>;
|
|
572
578
|
registerPublisher(args: RegisterPublisherCommandInput, cb: (err: any, data?: RegisterPublisherCommandOutput) => void): void;
|
|
573
|
-
registerPublisher(args: RegisterPublisherCommandInput, options:
|
|
579
|
+
registerPublisher(args: RegisterPublisherCommandInput, options: CloudFormationRequestOptions, cb: (err: any, data?: RegisterPublisherCommandOutput) => void): void;
|
|
574
580
|
/**
|
|
575
581
|
* @see {@link RegisterTypeCommand}
|
|
576
582
|
*/
|
|
577
|
-
registerType(args: RegisterTypeCommandInput, options?:
|
|
583
|
+
registerType(args: RegisterTypeCommandInput, options?: CloudFormationRequestOptions): Promise<RegisterTypeCommandOutput>;
|
|
578
584
|
registerType(args: RegisterTypeCommandInput, cb: (err: any, data?: RegisterTypeCommandOutput) => void): void;
|
|
579
|
-
registerType(args: RegisterTypeCommandInput, options:
|
|
585
|
+
registerType(args: RegisterTypeCommandInput, options: CloudFormationRequestOptions, cb: (err: any, data?: RegisterTypeCommandOutput) => void): void;
|
|
580
586
|
/**
|
|
581
587
|
* @see {@link RollbackStackCommand}
|
|
582
588
|
*/
|
|
583
|
-
rollbackStack(args: RollbackStackCommandInput, options?:
|
|
589
|
+
rollbackStack(args: RollbackStackCommandInput, options?: CloudFormationRequestOptions): Promise<RollbackStackCommandOutput>;
|
|
584
590
|
rollbackStack(args: RollbackStackCommandInput, cb: (err: any, data?: RollbackStackCommandOutput) => void): void;
|
|
585
|
-
rollbackStack(args: RollbackStackCommandInput, options:
|
|
591
|
+
rollbackStack(args: RollbackStackCommandInput, options: CloudFormationRequestOptions, cb: (err: any, data?: RollbackStackCommandOutput) => void): void;
|
|
586
592
|
/**
|
|
587
593
|
* @see {@link SetStackPolicyCommand}
|
|
588
594
|
*/
|
|
589
|
-
setStackPolicy(args: SetStackPolicyCommandInput, options?:
|
|
595
|
+
setStackPolicy(args: SetStackPolicyCommandInput, options?: CloudFormationRequestOptions): Promise<SetStackPolicyCommandOutput>;
|
|
590
596
|
setStackPolicy(args: SetStackPolicyCommandInput, cb: (err: any, data?: SetStackPolicyCommandOutput) => void): void;
|
|
591
|
-
setStackPolicy(args: SetStackPolicyCommandInput, options:
|
|
597
|
+
setStackPolicy(args: SetStackPolicyCommandInput, options: CloudFormationRequestOptions, cb: (err: any, data?: SetStackPolicyCommandOutput) => void): void;
|
|
592
598
|
/**
|
|
593
599
|
* @see {@link SetTypeConfigurationCommand}
|
|
594
600
|
*/
|
|
595
|
-
setTypeConfiguration(args: SetTypeConfigurationCommandInput, options?:
|
|
601
|
+
setTypeConfiguration(args: SetTypeConfigurationCommandInput, options?: CloudFormationRequestOptions): Promise<SetTypeConfigurationCommandOutput>;
|
|
596
602
|
setTypeConfiguration(args: SetTypeConfigurationCommandInput, cb: (err: any, data?: SetTypeConfigurationCommandOutput) => void): void;
|
|
597
|
-
setTypeConfiguration(args: SetTypeConfigurationCommandInput, options:
|
|
603
|
+
setTypeConfiguration(args: SetTypeConfigurationCommandInput, options: CloudFormationRequestOptions, cb: (err: any, data?: SetTypeConfigurationCommandOutput) => void): void;
|
|
598
604
|
/**
|
|
599
605
|
* @see {@link SetTypeDefaultVersionCommand}
|
|
600
606
|
*/
|
|
601
607
|
setTypeDefaultVersion(): Promise<SetTypeDefaultVersionCommandOutput>;
|
|
602
|
-
setTypeDefaultVersion(args: SetTypeDefaultVersionCommandInput, options?:
|
|
608
|
+
setTypeDefaultVersion(args: SetTypeDefaultVersionCommandInput, options?: CloudFormationRequestOptions): Promise<SetTypeDefaultVersionCommandOutput>;
|
|
603
609
|
setTypeDefaultVersion(args: SetTypeDefaultVersionCommandInput, cb: (err: any, data?: SetTypeDefaultVersionCommandOutput) => void): void;
|
|
604
|
-
setTypeDefaultVersion(args: SetTypeDefaultVersionCommandInput, options:
|
|
610
|
+
setTypeDefaultVersion(args: SetTypeDefaultVersionCommandInput, options: CloudFormationRequestOptions, cb: (err: any, data?: SetTypeDefaultVersionCommandOutput) => void): void;
|
|
605
611
|
/**
|
|
606
612
|
* @see {@link SignalResourceCommand}
|
|
607
613
|
*/
|
|
608
|
-
signalResource(args: SignalResourceCommandInput, options?:
|
|
614
|
+
signalResource(args: SignalResourceCommandInput, options?: CloudFormationRequestOptions): Promise<SignalResourceCommandOutput>;
|
|
609
615
|
signalResource(args: SignalResourceCommandInput, cb: (err: any, data?: SignalResourceCommandOutput) => void): void;
|
|
610
|
-
signalResource(args: SignalResourceCommandInput, options:
|
|
616
|
+
signalResource(args: SignalResourceCommandInput, options: CloudFormationRequestOptions, cb: (err: any, data?: SignalResourceCommandOutput) => void): void;
|
|
611
617
|
/**
|
|
612
618
|
* @see {@link StartResourceScanCommand}
|
|
613
619
|
*/
|
|
614
620
|
startResourceScan(): Promise<StartResourceScanCommandOutput>;
|
|
615
|
-
startResourceScan(args: StartResourceScanCommandInput, options?:
|
|
621
|
+
startResourceScan(args: StartResourceScanCommandInput, options?: CloudFormationRequestOptions): Promise<StartResourceScanCommandOutput>;
|
|
616
622
|
startResourceScan(args: StartResourceScanCommandInput, cb: (err: any, data?: StartResourceScanCommandOutput) => void): void;
|
|
617
|
-
startResourceScan(args: StartResourceScanCommandInput, options:
|
|
623
|
+
startResourceScan(args: StartResourceScanCommandInput, options: CloudFormationRequestOptions, cb: (err: any, data?: StartResourceScanCommandOutput) => void): void;
|
|
618
624
|
/**
|
|
619
625
|
* @see {@link StopStackSetOperationCommand}
|
|
620
626
|
*/
|
|
621
|
-
stopStackSetOperation(args: StopStackSetOperationCommandInput, options?:
|
|
627
|
+
stopStackSetOperation(args: StopStackSetOperationCommandInput, options?: CloudFormationRequestOptions): Promise<StopStackSetOperationCommandOutput>;
|
|
622
628
|
stopStackSetOperation(args: StopStackSetOperationCommandInput, cb: (err: any, data?: StopStackSetOperationCommandOutput) => void): void;
|
|
623
|
-
stopStackSetOperation(args: StopStackSetOperationCommandInput, options:
|
|
629
|
+
stopStackSetOperation(args: StopStackSetOperationCommandInput, options: CloudFormationRequestOptions, cb: (err: any, data?: StopStackSetOperationCommandOutput) => void): void;
|
|
624
630
|
/**
|
|
625
631
|
* @see {@link TestTypeCommand}
|
|
626
632
|
*/
|
|
627
633
|
testType(): Promise<TestTypeCommandOutput>;
|
|
628
|
-
testType(args: TestTypeCommandInput, options?:
|
|
634
|
+
testType(args: TestTypeCommandInput, options?: CloudFormationRequestOptions): Promise<TestTypeCommandOutput>;
|
|
629
635
|
testType(args: TestTypeCommandInput, cb: (err: any, data?: TestTypeCommandOutput) => void): void;
|
|
630
|
-
testType(args: TestTypeCommandInput, options:
|
|
636
|
+
testType(args: TestTypeCommandInput, options: CloudFormationRequestOptions, cb: (err: any, data?: TestTypeCommandOutput) => void): void;
|
|
631
637
|
/**
|
|
632
638
|
* @see {@link UpdateGeneratedTemplateCommand}
|
|
633
639
|
*/
|
|
634
|
-
updateGeneratedTemplate(args: UpdateGeneratedTemplateCommandInput, options?:
|
|
640
|
+
updateGeneratedTemplate(args: UpdateGeneratedTemplateCommandInput, options?: CloudFormationRequestOptions): Promise<UpdateGeneratedTemplateCommandOutput>;
|
|
635
641
|
updateGeneratedTemplate(args: UpdateGeneratedTemplateCommandInput, cb: (err: any, data?: UpdateGeneratedTemplateCommandOutput) => void): void;
|
|
636
|
-
updateGeneratedTemplate(args: UpdateGeneratedTemplateCommandInput, options:
|
|
642
|
+
updateGeneratedTemplate(args: UpdateGeneratedTemplateCommandInput, options: CloudFormationRequestOptions, cb: (err: any, data?: UpdateGeneratedTemplateCommandOutput) => void): void;
|
|
637
643
|
/**
|
|
638
644
|
* @see {@link UpdateStackCommand}
|
|
639
645
|
*/
|
|
640
|
-
updateStack(args: UpdateStackCommandInput, options?:
|
|
646
|
+
updateStack(args: UpdateStackCommandInput, options?: CloudFormationRequestOptions): Promise<UpdateStackCommandOutput>;
|
|
641
647
|
updateStack(args: UpdateStackCommandInput, cb: (err: any, data?: UpdateStackCommandOutput) => void): void;
|
|
642
|
-
updateStack(args: UpdateStackCommandInput, options:
|
|
648
|
+
updateStack(args: UpdateStackCommandInput, options: CloudFormationRequestOptions, cb: (err: any, data?: UpdateStackCommandOutput) => void): void;
|
|
643
649
|
/**
|
|
644
650
|
* @see {@link UpdateStackInstancesCommand}
|
|
645
651
|
*/
|
|
646
|
-
updateStackInstances(args: UpdateStackInstancesCommandInput, options?:
|
|
652
|
+
updateStackInstances(args: UpdateStackInstancesCommandInput, options?: CloudFormationRequestOptions): Promise<UpdateStackInstancesCommandOutput>;
|
|
647
653
|
updateStackInstances(args: UpdateStackInstancesCommandInput, cb: (err: any, data?: UpdateStackInstancesCommandOutput) => void): void;
|
|
648
|
-
updateStackInstances(args: UpdateStackInstancesCommandInput, options:
|
|
654
|
+
updateStackInstances(args: UpdateStackInstancesCommandInput, options: CloudFormationRequestOptions, cb: (err: any, data?: UpdateStackInstancesCommandOutput) => void): void;
|
|
649
655
|
/**
|
|
650
656
|
* @see {@link UpdateStackSetCommand}
|
|
651
657
|
*/
|
|
652
|
-
updateStackSet(args: UpdateStackSetCommandInput, options?:
|
|
658
|
+
updateStackSet(args: UpdateStackSetCommandInput, options?: CloudFormationRequestOptions): Promise<UpdateStackSetCommandOutput>;
|
|
653
659
|
updateStackSet(args: UpdateStackSetCommandInput, cb: (err: any, data?: UpdateStackSetCommandOutput) => void): void;
|
|
654
|
-
updateStackSet(args: UpdateStackSetCommandInput, options:
|
|
660
|
+
updateStackSet(args: UpdateStackSetCommandInput, options: CloudFormationRequestOptions, cb: (err: any, data?: UpdateStackSetCommandOutput) => void): void;
|
|
655
661
|
/**
|
|
656
662
|
* @see {@link UpdateTerminationProtectionCommand}
|
|
657
663
|
*/
|
|
658
|
-
updateTerminationProtection(args: UpdateTerminationProtectionCommandInput, options?:
|
|
664
|
+
updateTerminationProtection(args: UpdateTerminationProtectionCommandInput, options?: CloudFormationRequestOptions): Promise<UpdateTerminationProtectionCommandOutput>;
|
|
659
665
|
updateTerminationProtection(args: UpdateTerminationProtectionCommandInput, cb: (err: any, data?: UpdateTerminationProtectionCommandOutput) => void): void;
|
|
660
|
-
updateTerminationProtection(args: UpdateTerminationProtectionCommandInput, options:
|
|
666
|
+
updateTerminationProtection(args: UpdateTerminationProtectionCommandInput, options: CloudFormationRequestOptions, cb: (err: any, data?: UpdateTerminationProtectionCommandOutput) => void): void;
|
|
661
667
|
/**
|
|
662
668
|
* @see {@link ValidateTemplateCommand}
|
|
663
669
|
*/
|
|
664
670
|
validateTemplate(): Promise<ValidateTemplateCommandOutput>;
|
|
665
|
-
validateTemplate(args: ValidateTemplateCommandInput, options?:
|
|
671
|
+
validateTemplate(args: ValidateTemplateCommandInput, options?: CloudFormationRequestOptions): Promise<ValidateTemplateCommandOutput>;
|
|
666
672
|
validateTemplate(args: ValidateTemplateCommandInput, cb: (err: any, data?: ValidateTemplateCommandOutput) => void): void;
|
|
667
|
-
validateTemplate(args: ValidateTemplateCommandInput, options:
|
|
673
|
+
validateTemplate(args: ValidateTemplateCommandInput, options: CloudFormationRequestOptions, cb: (err: any, data?: ValidateTemplateCommandOutput) => void): void;
|
|
668
674
|
/**
|
|
669
675
|
* @see {@link DescribeAccountLimitsCommand}
|
|
670
676
|
* @param args - command input.
|