@aws-sdk/client-codedeploy 3.1086.0 → 3.1088.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.
- package/dist-cjs/index.js +1 -1
- package/dist-types/ts3.4/CodeDeploy.d.ts +150 -173
- package/dist-types/ts3.4/CodeDeployClient.d.ts +6 -18
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
- package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
- package/dist-types/ts3.4/commands/AddTagsToOnPremisesInstancesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/BatchGetApplicationRevisionsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/BatchGetApplicationsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/BatchGetDeploymentGroupsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/BatchGetDeploymentInstancesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/BatchGetDeploymentTargetsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/BatchGetDeploymentsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/BatchGetOnPremisesInstancesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ContinueDeploymentCommand.d.ts +2 -3
- package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateDeploymentCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateDeploymentConfigCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateDeploymentGroupCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DeleteDeploymentConfigCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DeleteDeploymentGroupCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteGitHubAccountTokenCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteResourcesByExternalIdCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DeregisterOnPremisesInstanceCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetApplicationCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetApplicationRevisionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetDeploymentCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetDeploymentConfigCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetDeploymentGroupCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetDeploymentInstanceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetDeploymentTargetCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetOnPremisesInstanceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListApplicationRevisionsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/ListDeploymentConfigsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListDeploymentGroupsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListDeploymentInstancesCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListDeploymentTargetsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListDeploymentsCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/ListGitHubAccountTokenNamesCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListOnPremisesInstancesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/PutLifecycleEventHookExecutionStatusCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/RegisterApplicationRevisionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/RegisterOnPremisesInstanceCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/RemoveTagsFromOnPremisesInstancesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/SkipWaitTimeForInstanceTerminationCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/StopDeploymentCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDeploymentGroupCommand.d.ts +5 -10
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/models/enums.d.ts +19 -38
- package/dist-types/ts3.4/models/errors.d.ts +110 -487
- package/dist-types/ts3.4/models/models_0.d.ts +5 -15
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
- package/dist-types/ts3.4/waiters/waitForDeploymentSuccessful.d.ts +3 -5
- package/package.json +39 -39
|
@@ -178,10 +178,7 @@ import {
|
|
|
178
178
|
StopDeploymentCommandInput,
|
|
179
179
|
StopDeploymentCommandOutput,
|
|
180
180
|
} from "./commands/StopDeploymentCommand";
|
|
181
|
-
import {
|
|
182
|
-
TagResourceCommandInput,
|
|
183
|
-
TagResourceCommandOutput,
|
|
184
|
-
} from "./commands/TagResourceCommand";
|
|
181
|
+
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
185
182
|
import {
|
|
186
183
|
UntagResourceCommandInput,
|
|
187
184
|
UntagResourceCommandOutput,
|
|
@@ -197,685 +194,667 @@ import {
|
|
|
197
194
|
export interface CodeDeploy {
|
|
198
195
|
addTagsToOnPremisesInstances(
|
|
199
196
|
args: AddTagsToOnPremisesInstancesCommandInput,
|
|
200
|
-
options?: __HttpHandlerOptions
|
|
197
|
+
options?: __HttpHandlerOptions,
|
|
201
198
|
): Promise<AddTagsToOnPremisesInstancesCommandOutput>;
|
|
202
199
|
addTagsToOnPremisesInstances(
|
|
203
200
|
args: AddTagsToOnPremisesInstancesCommandInput,
|
|
204
|
-
cb: (err: any, data?: AddTagsToOnPremisesInstancesCommandOutput) => void
|
|
201
|
+
cb: (err: any, data?: AddTagsToOnPremisesInstancesCommandOutput) => void,
|
|
205
202
|
): void;
|
|
206
203
|
addTagsToOnPremisesInstances(
|
|
207
204
|
args: AddTagsToOnPremisesInstancesCommandInput,
|
|
208
205
|
options: __HttpHandlerOptions,
|
|
209
|
-
cb: (err: any, data?: AddTagsToOnPremisesInstancesCommandOutput) => void
|
|
206
|
+
cb: (err: any, data?: AddTagsToOnPremisesInstancesCommandOutput) => void,
|
|
210
207
|
): void;
|
|
211
208
|
batchGetApplicationRevisions(
|
|
212
209
|
args: BatchGetApplicationRevisionsCommandInput,
|
|
213
|
-
options?: __HttpHandlerOptions
|
|
210
|
+
options?: __HttpHandlerOptions,
|
|
214
211
|
): Promise<BatchGetApplicationRevisionsCommandOutput>;
|
|
215
212
|
batchGetApplicationRevisions(
|
|
216
213
|
args: BatchGetApplicationRevisionsCommandInput,
|
|
217
|
-
cb: (err: any, data?: BatchGetApplicationRevisionsCommandOutput) => void
|
|
214
|
+
cb: (err: any, data?: BatchGetApplicationRevisionsCommandOutput) => void,
|
|
218
215
|
): void;
|
|
219
216
|
batchGetApplicationRevisions(
|
|
220
217
|
args: BatchGetApplicationRevisionsCommandInput,
|
|
221
218
|
options: __HttpHandlerOptions,
|
|
222
|
-
cb: (err: any, data?: BatchGetApplicationRevisionsCommandOutput) => void
|
|
219
|
+
cb: (err: any, data?: BatchGetApplicationRevisionsCommandOutput) => void,
|
|
223
220
|
): void;
|
|
224
221
|
batchGetApplications(
|
|
225
222
|
args: BatchGetApplicationsCommandInput,
|
|
226
|
-
options?: __HttpHandlerOptions
|
|
223
|
+
options?: __HttpHandlerOptions,
|
|
227
224
|
): Promise<BatchGetApplicationsCommandOutput>;
|
|
228
225
|
batchGetApplications(
|
|
229
226
|
args: BatchGetApplicationsCommandInput,
|
|
230
|
-
cb: (err: any, data?: BatchGetApplicationsCommandOutput) => void
|
|
227
|
+
cb: (err: any, data?: BatchGetApplicationsCommandOutput) => void,
|
|
231
228
|
): void;
|
|
232
229
|
batchGetApplications(
|
|
233
230
|
args: BatchGetApplicationsCommandInput,
|
|
234
231
|
options: __HttpHandlerOptions,
|
|
235
|
-
cb: (err: any, data?: BatchGetApplicationsCommandOutput) => void
|
|
232
|
+
cb: (err: any, data?: BatchGetApplicationsCommandOutput) => void,
|
|
236
233
|
): void;
|
|
237
234
|
batchGetDeploymentGroups(
|
|
238
235
|
args: BatchGetDeploymentGroupsCommandInput,
|
|
239
|
-
options?: __HttpHandlerOptions
|
|
236
|
+
options?: __HttpHandlerOptions,
|
|
240
237
|
): Promise<BatchGetDeploymentGroupsCommandOutput>;
|
|
241
238
|
batchGetDeploymentGroups(
|
|
242
239
|
args: BatchGetDeploymentGroupsCommandInput,
|
|
243
|
-
cb: (err: any, data?: BatchGetDeploymentGroupsCommandOutput) => void
|
|
240
|
+
cb: (err: any, data?: BatchGetDeploymentGroupsCommandOutput) => void,
|
|
244
241
|
): void;
|
|
245
242
|
batchGetDeploymentGroups(
|
|
246
243
|
args: BatchGetDeploymentGroupsCommandInput,
|
|
247
244
|
options: __HttpHandlerOptions,
|
|
248
|
-
cb: (err: any, data?: BatchGetDeploymentGroupsCommandOutput) => void
|
|
245
|
+
cb: (err: any, data?: BatchGetDeploymentGroupsCommandOutput) => void,
|
|
249
246
|
): void;
|
|
250
247
|
batchGetDeploymentInstances(
|
|
251
248
|
args: BatchGetDeploymentInstancesCommandInput,
|
|
252
|
-
options?: __HttpHandlerOptions
|
|
249
|
+
options?: __HttpHandlerOptions,
|
|
253
250
|
): Promise<BatchGetDeploymentInstancesCommandOutput>;
|
|
254
251
|
batchGetDeploymentInstances(
|
|
255
252
|
args: BatchGetDeploymentInstancesCommandInput,
|
|
256
|
-
cb: (err: any, data?: BatchGetDeploymentInstancesCommandOutput) => void
|
|
253
|
+
cb: (err: any, data?: BatchGetDeploymentInstancesCommandOutput) => void,
|
|
257
254
|
): void;
|
|
258
255
|
batchGetDeploymentInstances(
|
|
259
256
|
args: BatchGetDeploymentInstancesCommandInput,
|
|
260
257
|
options: __HttpHandlerOptions,
|
|
261
|
-
cb: (err: any, data?: BatchGetDeploymentInstancesCommandOutput) => void
|
|
258
|
+
cb: (err: any, data?: BatchGetDeploymentInstancesCommandOutput) => void,
|
|
262
259
|
): void;
|
|
263
260
|
batchGetDeployments(
|
|
264
261
|
args: BatchGetDeploymentsCommandInput,
|
|
265
|
-
options?: __HttpHandlerOptions
|
|
262
|
+
options?: __HttpHandlerOptions,
|
|
266
263
|
): Promise<BatchGetDeploymentsCommandOutput>;
|
|
267
264
|
batchGetDeployments(
|
|
268
265
|
args: BatchGetDeploymentsCommandInput,
|
|
269
|
-
cb: (err: any, data?: BatchGetDeploymentsCommandOutput) => void
|
|
266
|
+
cb: (err: any, data?: BatchGetDeploymentsCommandOutput) => void,
|
|
270
267
|
): void;
|
|
271
268
|
batchGetDeployments(
|
|
272
269
|
args: BatchGetDeploymentsCommandInput,
|
|
273
270
|
options: __HttpHandlerOptions,
|
|
274
|
-
cb: (err: any, data?: BatchGetDeploymentsCommandOutput) => void
|
|
271
|
+
cb: (err: any, data?: BatchGetDeploymentsCommandOutput) => void,
|
|
275
272
|
): void;
|
|
276
273
|
batchGetDeploymentTargets(
|
|
277
274
|
args: BatchGetDeploymentTargetsCommandInput,
|
|
278
|
-
options?: __HttpHandlerOptions
|
|
275
|
+
options?: __HttpHandlerOptions,
|
|
279
276
|
): Promise<BatchGetDeploymentTargetsCommandOutput>;
|
|
280
277
|
batchGetDeploymentTargets(
|
|
281
278
|
args: BatchGetDeploymentTargetsCommandInput,
|
|
282
|
-
cb: (err: any, data?: BatchGetDeploymentTargetsCommandOutput) => void
|
|
279
|
+
cb: (err: any, data?: BatchGetDeploymentTargetsCommandOutput) => void,
|
|
283
280
|
): void;
|
|
284
281
|
batchGetDeploymentTargets(
|
|
285
282
|
args: BatchGetDeploymentTargetsCommandInput,
|
|
286
283
|
options: __HttpHandlerOptions,
|
|
287
|
-
cb: (err: any, data?: BatchGetDeploymentTargetsCommandOutput) => void
|
|
284
|
+
cb: (err: any, data?: BatchGetDeploymentTargetsCommandOutput) => void,
|
|
288
285
|
): void;
|
|
289
286
|
batchGetOnPremisesInstances(
|
|
290
287
|
args: BatchGetOnPremisesInstancesCommandInput,
|
|
291
|
-
options?: __HttpHandlerOptions
|
|
288
|
+
options?: __HttpHandlerOptions,
|
|
292
289
|
): Promise<BatchGetOnPremisesInstancesCommandOutput>;
|
|
293
290
|
batchGetOnPremisesInstances(
|
|
294
291
|
args: BatchGetOnPremisesInstancesCommandInput,
|
|
295
|
-
cb: (err: any, data?: BatchGetOnPremisesInstancesCommandOutput) => void
|
|
292
|
+
cb: (err: any, data?: BatchGetOnPremisesInstancesCommandOutput) => void,
|
|
296
293
|
): void;
|
|
297
294
|
batchGetOnPremisesInstances(
|
|
298
295
|
args: BatchGetOnPremisesInstancesCommandInput,
|
|
299
296
|
options: __HttpHandlerOptions,
|
|
300
|
-
cb: (err: any, data?: BatchGetOnPremisesInstancesCommandOutput) => void
|
|
297
|
+
cb: (err: any, data?: BatchGetOnPremisesInstancesCommandOutput) => void,
|
|
301
298
|
): void;
|
|
302
299
|
continueDeployment(): Promise<ContinueDeploymentCommandOutput>;
|
|
303
300
|
continueDeployment(
|
|
304
301
|
args: ContinueDeploymentCommandInput,
|
|
305
|
-
options?: __HttpHandlerOptions
|
|
302
|
+
options?: __HttpHandlerOptions,
|
|
306
303
|
): Promise<ContinueDeploymentCommandOutput>;
|
|
307
304
|
continueDeployment(
|
|
308
305
|
args: ContinueDeploymentCommandInput,
|
|
309
|
-
cb: (err: any, data?: ContinueDeploymentCommandOutput) => void
|
|
306
|
+
cb: (err: any, data?: ContinueDeploymentCommandOutput) => void,
|
|
310
307
|
): void;
|
|
311
308
|
continueDeployment(
|
|
312
309
|
args: ContinueDeploymentCommandInput,
|
|
313
310
|
options: __HttpHandlerOptions,
|
|
314
|
-
cb: (err: any, data?: ContinueDeploymentCommandOutput) => void
|
|
311
|
+
cb: (err: any, data?: ContinueDeploymentCommandOutput) => void,
|
|
315
312
|
): void;
|
|
316
313
|
createApplication(
|
|
317
314
|
args: CreateApplicationCommandInput,
|
|
318
|
-
options?: __HttpHandlerOptions
|
|
315
|
+
options?: __HttpHandlerOptions,
|
|
319
316
|
): Promise<CreateApplicationCommandOutput>;
|
|
320
317
|
createApplication(
|
|
321
318
|
args: CreateApplicationCommandInput,
|
|
322
|
-
cb: (err: any, data?: CreateApplicationCommandOutput) => void
|
|
319
|
+
cb: (err: any, data?: CreateApplicationCommandOutput) => void,
|
|
323
320
|
): void;
|
|
324
321
|
createApplication(
|
|
325
322
|
args: CreateApplicationCommandInput,
|
|
326
323
|
options: __HttpHandlerOptions,
|
|
327
|
-
cb: (err: any, data?: CreateApplicationCommandOutput) => void
|
|
324
|
+
cb: (err: any, data?: CreateApplicationCommandOutput) => void,
|
|
328
325
|
): void;
|
|
329
326
|
createDeployment(
|
|
330
327
|
args: CreateDeploymentCommandInput,
|
|
331
|
-
options?: __HttpHandlerOptions
|
|
328
|
+
options?: __HttpHandlerOptions,
|
|
332
329
|
): Promise<CreateDeploymentCommandOutput>;
|
|
333
330
|
createDeployment(
|
|
334
331
|
args: CreateDeploymentCommandInput,
|
|
335
|
-
cb: (err: any, data?: CreateDeploymentCommandOutput) => void
|
|
332
|
+
cb: (err: any, data?: CreateDeploymentCommandOutput) => void,
|
|
336
333
|
): void;
|
|
337
334
|
createDeployment(
|
|
338
335
|
args: CreateDeploymentCommandInput,
|
|
339
336
|
options: __HttpHandlerOptions,
|
|
340
|
-
cb: (err: any, data?: CreateDeploymentCommandOutput) => void
|
|
337
|
+
cb: (err: any, data?: CreateDeploymentCommandOutput) => void,
|
|
341
338
|
): void;
|
|
342
339
|
createDeploymentConfig(
|
|
343
340
|
args: CreateDeploymentConfigCommandInput,
|
|
344
|
-
options?: __HttpHandlerOptions
|
|
341
|
+
options?: __HttpHandlerOptions,
|
|
345
342
|
): Promise<CreateDeploymentConfigCommandOutput>;
|
|
346
343
|
createDeploymentConfig(
|
|
347
344
|
args: CreateDeploymentConfigCommandInput,
|
|
348
|
-
cb: (err: any, data?: CreateDeploymentConfigCommandOutput) => void
|
|
345
|
+
cb: (err: any, data?: CreateDeploymentConfigCommandOutput) => void,
|
|
349
346
|
): void;
|
|
350
347
|
createDeploymentConfig(
|
|
351
348
|
args: CreateDeploymentConfigCommandInput,
|
|
352
349
|
options: __HttpHandlerOptions,
|
|
353
|
-
cb: (err: any, data?: CreateDeploymentConfigCommandOutput) => void
|
|
350
|
+
cb: (err: any, data?: CreateDeploymentConfigCommandOutput) => void,
|
|
354
351
|
): void;
|
|
355
352
|
createDeploymentGroup(
|
|
356
353
|
args: CreateDeploymentGroupCommandInput,
|
|
357
|
-
options?: __HttpHandlerOptions
|
|
354
|
+
options?: __HttpHandlerOptions,
|
|
358
355
|
): Promise<CreateDeploymentGroupCommandOutput>;
|
|
359
356
|
createDeploymentGroup(
|
|
360
357
|
args: CreateDeploymentGroupCommandInput,
|
|
361
|
-
cb: (err: any, data?: CreateDeploymentGroupCommandOutput) => void
|
|
358
|
+
cb: (err: any, data?: CreateDeploymentGroupCommandOutput) => void,
|
|
362
359
|
): void;
|
|
363
360
|
createDeploymentGroup(
|
|
364
361
|
args: CreateDeploymentGroupCommandInput,
|
|
365
362
|
options: __HttpHandlerOptions,
|
|
366
|
-
cb: (err: any, data?: CreateDeploymentGroupCommandOutput) => void
|
|
363
|
+
cb: (err: any, data?: CreateDeploymentGroupCommandOutput) => void,
|
|
367
364
|
): void;
|
|
368
365
|
deleteApplication(
|
|
369
366
|
args: DeleteApplicationCommandInput,
|
|
370
|
-
options?: __HttpHandlerOptions
|
|
367
|
+
options?: __HttpHandlerOptions,
|
|
371
368
|
): Promise<DeleteApplicationCommandOutput>;
|
|
372
369
|
deleteApplication(
|
|
373
370
|
args: DeleteApplicationCommandInput,
|
|
374
|
-
cb: (err: any, data?: DeleteApplicationCommandOutput) => void
|
|
371
|
+
cb: (err: any, data?: DeleteApplicationCommandOutput) => void,
|
|
375
372
|
): void;
|
|
376
373
|
deleteApplication(
|
|
377
374
|
args: DeleteApplicationCommandInput,
|
|
378
375
|
options: __HttpHandlerOptions,
|
|
379
|
-
cb: (err: any, data?: DeleteApplicationCommandOutput) => void
|
|
376
|
+
cb: (err: any, data?: DeleteApplicationCommandOutput) => void,
|
|
380
377
|
): void;
|
|
381
378
|
deleteDeploymentConfig(
|
|
382
379
|
args: DeleteDeploymentConfigCommandInput,
|
|
383
|
-
options?: __HttpHandlerOptions
|
|
380
|
+
options?: __HttpHandlerOptions,
|
|
384
381
|
): Promise<DeleteDeploymentConfigCommandOutput>;
|
|
385
382
|
deleteDeploymentConfig(
|
|
386
383
|
args: DeleteDeploymentConfigCommandInput,
|
|
387
|
-
cb: (err: any, data?: DeleteDeploymentConfigCommandOutput) => void
|
|
384
|
+
cb: (err: any, data?: DeleteDeploymentConfigCommandOutput) => void,
|
|
388
385
|
): void;
|
|
389
386
|
deleteDeploymentConfig(
|
|
390
387
|
args: DeleteDeploymentConfigCommandInput,
|
|
391
388
|
options: __HttpHandlerOptions,
|
|
392
|
-
cb: (err: any, data?: DeleteDeploymentConfigCommandOutput) => void
|
|
389
|
+
cb: (err: any, data?: DeleteDeploymentConfigCommandOutput) => void,
|
|
393
390
|
): void;
|
|
394
391
|
deleteDeploymentGroup(
|
|
395
392
|
args: DeleteDeploymentGroupCommandInput,
|
|
396
|
-
options?: __HttpHandlerOptions
|
|
393
|
+
options?: __HttpHandlerOptions,
|
|
397
394
|
): Promise<DeleteDeploymentGroupCommandOutput>;
|
|
398
395
|
deleteDeploymentGroup(
|
|
399
396
|
args: DeleteDeploymentGroupCommandInput,
|
|
400
|
-
cb: (err: any, data?: DeleteDeploymentGroupCommandOutput) => void
|
|
397
|
+
cb: (err: any, data?: DeleteDeploymentGroupCommandOutput) => void,
|
|
401
398
|
): void;
|
|
402
399
|
deleteDeploymentGroup(
|
|
403
400
|
args: DeleteDeploymentGroupCommandInput,
|
|
404
401
|
options: __HttpHandlerOptions,
|
|
405
|
-
cb: (err: any, data?: DeleteDeploymentGroupCommandOutput) => void
|
|
402
|
+
cb: (err: any, data?: DeleteDeploymentGroupCommandOutput) => void,
|
|
406
403
|
): void;
|
|
407
404
|
deleteGitHubAccountToken(): Promise<DeleteGitHubAccountTokenCommandOutput>;
|
|
408
405
|
deleteGitHubAccountToken(
|
|
409
406
|
args: DeleteGitHubAccountTokenCommandInput,
|
|
410
|
-
options?: __HttpHandlerOptions
|
|
407
|
+
options?: __HttpHandlerOptions,
|
|
411
408
|
): Promise<DeleteGitHubAccountTokenCommandOutput>;
|
|
412
409
|
deleteGitHubAccountToken(
|
|
413
410
|
args: DeleteGitHubAccountTokenCommandInput,
|
|
414
|
-
cb: (err: any, data?: DeleteGitHubAccountTokenCommandOutput) => void
|
|
411
|
+
cb: (err: any, data?: DeleteGitHubAccountTokenCommandOutput) => void,
|
|
415
412
|
): void;
|
|
416
413
|
deleteGitHubAccountToken(
|
|
417
414
|
args: DeleteGitHubAccountTokenCommandInput,
|
|
418
415
|
options: __HttpHandlerOptions,
|
|
419
|
-
cb: (err: any, data?: DeleteGitHubAccountTokenCommandOutput) => void
|
|
416
|
+
cb: (err: any, data?: DeleteGitHubAccountTokenCommandOutput) => void,
|
|
420
417
|
): void;
|
|
421
418
|
deleteResourcesByExternalId(): Promise<DeleteResourcesByExternalIdCommandOutput>;
|
|
422
419
|
deleteResourcesByExternalId(
|
|
423
420
|
args: DeleteResourcesByExternalIdCommandInput,
|
|
424
|
-
options?: __HttpHandlerOptions
|
|
421
|
+
options?: __HttpHandlerOptions,
|
|
425
422
|
): Promise<DeleteResourcesByExternalIdCommandOutput>;
|
|
426
423
|
deleteResourcesByExternalId(
|
|
427
424
|
args: DeleteResourcesByExternalIdCommandInput,
|
|
428
|
-
cb: (err: any, data?: DeleteResourcesByExternalIdCommandOutput) => void
|
|
425
|
+
cb: (err: any, data?: DeleteResourcesByExternalIdCommandOutput) => void,
|
|
429
426
|
): void;
|
|
430
427
|
deleteResourcesByExternalId(
|
|
431
428
|
args: DeleteResourcesByExternalIdCommandInput,
|
|
432
429
|
options: __HttpHandlerOptions,
|
|
433
|
-
cb: (err: any, data?: DeleteResourcesByExternalIdCommandOutput) => void
|
|
430
|
+
cb: (err: any, data?: DeleteResourcesByExternalIdCommandOutput) => void,
|
|
434
431
|
): void;
|
|
435
432
|
deregisterOnPremisesInstance(
|
|
436
433
|
args: DeregisterOnPremisesInstanceCommandInput,
|
|
437
|
-
options?: __HttpHandlerOptions
|
|
434
|
+
options?: __HttpHandlerOptions,
|
|
438
435
|
): Promise<DeregisterOnPremisesInstanceCommandOutput>;
|
|
439
436
|
deregisterOnPremisesInstance(
|
|
440
437
|
args: DeregisterOnPremisesInstanceCommandInput,
|
|
441
|
-
cb: (err: any, data?: DeregisterOnPremisesInstanceCommandOutput) => void
|
|
438
|
+
cb: (err: any, data?: DeregisterOnPremisesInstanceCommandOutput) => void,
|
|
442
439
|
): void;
|
|
443
440
|
deregisterOnPremisesInstance(
|
|
444
441
|
args: DeregisterOnPremisesInstanceCommandInput,
|
|
445
442
|
options: __HttpHandlerOptions,
|
|
446
|
-
cb: (err: any, data?: DeregisterOnPremisesInstanceCommandOutput) => void
|
|
443
|
+
cb: (err: any, data?: DeregisterOnPremisesInstanceCommandOutput) => void,
|
|
447
444
|
): void;
|
|
448
445
|
getApplication(
|
|
449
446
|
args: GetApplicationCommandInput,
|
|
450
|
-
options?: __HttpHandlerOptions
|
|
447
|
+
options?: __HttpHandlerOptions,
|
|
451
448
|
): Promise<GetApplicationCommandOutput>;
|
|
452
449
|
getApplication(
|
|
453
450
|
args: GetApplicationCommandInput,
|
|
454
|
-
cb: (err: any, data?: GetApplicationCommandOutput) => void
|
|
451
|
+
cb: (err: any, data?: GetApplicationCommandOutput) => void,
|
|
455
452
|
): void;
|
|
456
453
|
getApplication(
|
|
457
454
|
args: GetApplicationCommandInput,
|
|
458
455
|
options: __HttpHandlerOptions,
|
|
459
|
-
cb: (err: any, data?: GetApplicationCommandOutput) => void
|
|
456
|
+
cb: (err: any, data?: GetApplicationCommandOutput) => void,
|
|
460
457
|
): void;
|
|
461
458
|
getApplicationRevision(
|
|
462
459
|
args: GetApplicationRevisionCommandInput,
|
|
463
|
-
options?: __HttpHandlerOptions
|
|
460
|
+
options?: __HttpHandlerOptions,
|
|
464
461
|
): Promise<GetApplicationRevisionCommandOutput>;
|
|
465
462
|
getApplicationRevision(
|
|
466
463
|
args: GetApplicationRevisionCommandInput,
|
|
467
|
-
cb: (err: any, data?: GetApplicationRevisionCommandOutput) => void
|
|
464
|
+
cb: (err: any, data?: GetApplicationRevisionCommandOutput) => void,
|
|
468
465
|
): void;
|
|
469
466
|
getApplicationRevision(
|
|
470
467
|
args: GetApplicationRevisionCommandInput,
|
|
471
468
|
options: __HttpHandlerOptions,
|
|
472
|
-
cb: (err: any, data?: GetApplicationRevisionCommandOutput) => void
|
|
469
|
+
cb: (err: any, data?: GetApplicationRevisionCommandOutput) => void,
|
|
473
470
|
): void;
|
|
474
471
|
getDeployment(
|
|
475
472
|
args: GetDeploymentCommandInput,
|
|
476
|
-
options?: __HttpHandlerOptions
|
|
473
|
+
options?: __HttpHandlerOptions,
|
|
477
474
|
): Promise<GetDeploymentCommandOutput>;
|
|
478
475
|
getDeployment(
|
|
479
476
|
args: GetDeploymentCommandInput,
|
|
480
|
-
cb: (err: any, data?: GetDeploymentCommandOutput) => void
|
|
477
|
+
cb: (err: any, data?: GetDeploymentCommandOutput) => void,
|
|
481
478
|
): void;
|
|
482
479
|
getDeployment(
|
|
483
480
|
args: GetDeploymentCommandInput,
|
|
484
481
|
options: __HttpHandlerOptions,
|
|
485
|
-
cb: (err: any, data?: GetDeploymentCommandOutput) => void
|
|
482
|
+
cb: (err: any, data?: GetDeploymentCommandOutput) => void,
|
|
486
483
|
): void;
|
|
487
484
|
getDeploymentConfig(
|
|
488
485
|
args: GetDeploymentConfigCommandInput,
|
|
489
|
-
options?: __HttpHandlerOptions
|
|
486
|
+
options?: __HttpHandlerOptions,
|
|
490
487
|
): Promise<GetDeploymentConfigCommandOutput>;
|
|
491
488
|
getDeploymentConfig(
|
|
492
489
|
args: GetDeploymentConfigCommandInput,
|
|
493
|
-
cb: (err: any, data?: GetDeploymentConfigCommandOutput) => void
|
|
490
|
+
cb: (err: any, data?: GetDeploymentConfigCommandOutput) => void,
|
|
494
491
|
): void;
|
|
495
492
|
getDeploymentConfig(
|
|
496
493
|
args: GetDeploymentConfigCommandInput,
|
|
497
494
|
options: __HttpHandlerOptions,
|
|
498
|
-
cb: (err: any, data?: GetDeploymentConfigCommandOutput) => void
|
|
495
|
+
cb: (err: any, data?: GetDeploymentConfigCommandOutput) => void,
|
|
499
496
|
): void;
|
|
500
497
|
getDeploymentGroup(
|
|
501
498
|
args: GetDeploymentGroupCommandInput,
|
|
502
|
-
options?: __HttpHandlerOptions
|
|
499
|
+
options?: __HttpHandlerOptions,
|
|
503
500
|
): Promise<GetDeploymentGroupCommandOutput>;
|
|
504
501
|
getDeploymentGroup(
|
|
505
502
|
args: GetDeploymentGroupCommandInput,
|
|
506
|
-
cb: (err: any, data?: GetDeploymentGroupCommandOutput) => void
|
|
503
|
+
cb: (err: any, data?: GetDeploymentGroupCommandOutput) => void,
|
|
507
504
|
): void;
|
|
508
505
|
getDeploymentGroup(
|
|
509
506
|
args: GetDeploymentGroupCommandInput,
|
|
510
507
|
options: __HttpHandlerOptions,
|
|
511
|
-
cb: (err: any, data?: GetDeploymentGroupCommandOutput) => void
|
|
508
|
+
cb: (err: any, data?: GetDeploymentGroupCommandOutput) => void,
|
|
512
509
|
): void;
|
|
513
510
|
getDeploymentInstance(
|
|
514
511
|
args: GetDeploymentInstanceCommandInput,
|
|
515
|
-
options?: __HttpHandlerOptions
|
|
512
|
+
options?: __HttpHandlerOptions,
|
|
516
513
|
): Promise<GetDeploymentInstanceCommandOutput>;
|
|
517
514
|
getDeploymentInstance(
|
|
518
515
|
args: GetDeploymentInstanceCommandInput,
|
|
519
|
-
cb: (err: any, data?: GetDeploymentInstanceCommandOutput) => void
|
|
516
|
+
cb: (err: any, data?: GetDeploymentInstanceCommandOutput) => void,
|
|
520
517
|
): void;
|
|
521
518
|
getDeploymentInstance(
|
|
522
519
|
args: GetDeploymentInstanceCommandInput,
|
|
523
520
|
options: __HttpHandlerOptions,
|
|
524
|
-
cb: (err: any, data?: GetDeploymentInstanceCommandOutput) => void
|
|
521
|
+
cb: (err: any, data?: GetDeploymentInstanceCommandOutput) => void,
|
|
525
522
|
): void;
|
|
526
523
|
getDeploymentTarget(
|
|
527
524
|
args: GetDeploymentTargetCommandInput,
|
|
528
|
-
options?: __HttpHandlerOptions
|
|
525
|
+
options?: __HttpHandlerOptions,
|
|
529
526
|
): Promise<GetDeploymentTargetCommandOutput>;
|
|
530
527
|
getDeploymentTarget(
|
|
531
528
|
args: GetDeploymentTargetCommandInput,
|
|
532
|
-
cb: (err: any, data?: GetDeploymentTargetCommandOutput) => void
|
|
529
|
+
cb: (err: any, data?: GetDeploymentTargetCommandOutput) => void,
|
|
533
530
|
): void;
|
|
534
531
|
getDeploymentTarget(
|
|
535
532
|
args: GetDeploymentTargetCommandInput,
|
|
536
533
|
options: __HttpHandlerOptions,
|
|
537
|
-
cb: (err: any, data?: GetDeploymentTargetCommandOutput) => void
|
|
534
|
+
cb: (err: any, data?: GetDeploymentTargetCommandOutput) => void,
|
|
538
535
|
): void;
|
|
539
536
|
getOnPremisesInstance(
|
|
540
537
|
args: GetOnPremisesInstanceCommandInput,
|
|
541
|
-
options?: __HttpHandlerOptions
|
|
538
|
+
options?: __HttpHandlerOptions,
|
|
542
539
|
): Promise<GetOnPremisesInstanceCommandOutput>;
|
|
543
540
|
getOnPremisesInstance(
|
|
544
541
|
args: GetOnPremisesInstanceCommandInput,
|
|
545
|
-
cb: (err: any, data?: GetOnPremisesInstanceCommandOutput) => void
|
|
542
|
+
cb: (err: any, data?: GetOnPremisesInstanceCommandOutput) => void,
|
|
546
543
|
): void;
|
|
547
544
|
getOnPremisesInstance(
|
|
548
545
|
args: GetOnPremisesInstanceCommandInput,
|
|
549
546
|
options: __HttpHandlerOptions,
|
|
550
|
-
cb: (err: any, data?: GetOnPremisesInstanceCommandOutput) => void
|
|
547
|
+
cb: (err: any, data?: GetOnPremisesInstanceCommandOutput) => void,
|
|
551
548
|
): void;
|
|
552
549
|
listApplicationRevisions(
|
|
553
550
|
args: ListApplicationRevisionsCommandInput,
|
|
554
|
-
options?: __HttpHandlerOptions
|
|
551
|
+
options?: __HttpHandlerOptions,
|
|
555
552
|
): Promise<ListApplicationRevisionsCommandOutput>;
|
|
556
553
|
listApplicationRevisions(
|
|
557
554
|
args: ListApplicationRevisionsCommandInput,
|
|
558
|
-
cb: (err: any, data?: ListApplicationRevisionsCommandOutput) => void
|
|
555
|
+
cb: (err: any, data?: ListApplicationRevisionsCommandOutput) => void,
|
|
559
556
|
): void;
|
|
560
557
|
listApplicationRevisions(
|
|
561
558
|
args: ListApplicationRevisionsCommandInput,
|
|
562
559
|
options: __HttpHandlerOptions,
|
|
563
|
-
cb: (err: any, data?: ListApplicationRevisionsCommandOutput) => void
|
|
560
|
+
cb: (err: any, data?: ListApplicationRevisionsCommandOutput) => void,
|
|
564
561
|
): void;
|
|
565
562
|
listApplications(): Promise<ListApplicationsCommandOutput>;
|
|
566
563
|
listApplications(
|
|
567
564
|
args: ListApplicationsCommandInput,
|
|
568
|
-
options?: __HttpHandlerOptions
|
|
565
|
+
options?: __HttpHandlerOptions,
|
|
569
566
|
): Promise<ListApplicationsCommandOutput>;
|
|
570
567
|
listApplications(
|
|
571
568
|
args: ListApplicationsCommandInput,
|
|
572
|
-
cb: (err: any, data?: ListApplicationsCommandOutput) => void
|
|
569
|
+
cb: (err: any, data?: ListApplicationsCommandOutput) => void,
|
|
573
570
|
): void;
|
|
574
571
|
listApplications(
|
|
575
572
|
args: ListApplicationsCommandInput,
|
|
576
573
|
options: __HttpHandlerOptions,
|
|
577
|
-
cb: (err: any, data?: ListApplicationsCommandOutput) => void
|
|
574
|
+
cb: (err: any, data?: ListApplicationsCommandOutput) => void,
|
|
578
575
|
): void;
|
|
579
576
|
listDeploymentConfigs(): Promise<ListDeploymentConfigsCommandOutput>;
|
|
580
577
|
listDeploymentConfigs(
|
|
581
578
|
args: ListDeploymentConfigsCommandInput,
|
|
582
|
-
options?: __HttpHandlerOptions
|
|
579
|
+
options?: __HttpHandlerOptions,
|
|
583
580
|
): Promise<ListDeploymentConfigsCommandOutput>;
|
|
584
581
|
listDeploymentConfigs(
|
|
585
582
|
args: ListDeploymentConfigsCommandInput,
|
|
586
|
-
cb: (err: any, data?: ListDeploymentConfigsCommandOutput) => void
|
|
583
|
+
cb: (err: any, data?: ListDeploymentConfigsCommandOutput) => void,
|
|
587
584
|
): void;
|
|
588
585
|
listDeploymentConfigs(
|
|
589
586
|
args: ListDeploymentConfigsCommandInput,
|
|
590
587
|
options: __HttpHandlerOptions,
|
|
591
|
-
cb: (err: any, data?: ListDeploymentConfigsCommandOutput) => void
|
|
588
|
+
cb: (err: any, data?: ListDeploymentConfigsCommandOutput) => void,
|
|
592
589
|
): void;
|
|
593
590
|
listDeploymentGroups(
|
|
594
591
|
args: ListDeploymentGroupsCommandInput,
|
|
595
|
-
options?: __HttpHandlerOptions
|
|
592
|
+
options?: __HttpHandlerOptions,
|
|
596
593
|
): Promise<ListDeploymentGroupsCommandOutput>;
|
|
597
594
|
listDeploymentGroups(
|
|
598
595
|
args: ListDeploymentGroupsCommandInput,
|
|
599
|
-
cb: (err: any, data?: ListDeploymentGroupsCommandOutput) => void
|
|
596
|
+
cb: (err: any, data?: ListDeploymentGroupsCommandOutput) => void,
|
|
600
597
|
): void;
|
|
601
598
|
listDeploymentGroups(
|
|
602
599
|
args: ListDeploymentGroupsCommandInput,
|
|
603
600
|
options: __HttpHandlerOptions,
|
|
604
|
-
cb: (err: any, data?: ListDeploymentGroupsCommandOutput) => void
|
|
601
|
+
cb: (err: any, data?: ListDeploymentGroupsCommandOutput) => void,
|
|
605
602
|
): void;
|
|
606
603
|
listDeploymentInstances(
|
|
607
604
|
args: ListDeploymentInstancesCommandInput,
|
|
608
|
-
options?: __HttpHandlerOptions
|
|
605
|
+
options?: __HttpHandlerOptions,
|
|
609
606
|
): Promise<ListDeploymentInstancesCommandOutput>;
|
|
610
607
|
listDeploymentInstances(
|
|
611
608
|
args: ListDeploymentInstancesCommandInput,
|
|
612
|
-
cb: (err: any, data?: ListDeploymentInstancesCommandOutput) => void
|
|
609
|
+
cb: (err: any, data?: ListDeploymentInstancesCommandOutput) => void,
|
|
613
610
|
): void;
|
|
614
611
|
listDeploymentInstances(
|
|
615
612
|
args: ListDeploymentInstancesCommandInput,
|
|
616
613
|
options: __HttpHandlerOptions,
|
|
617
|
-
cb: (err: any, data?: ListDeploymentInstancesCommandOutput) => void
|
|
614
|
+
cb: (err: any, data?: ListDeploymentInstancesCommandOutput) => void,
|
|
618
615
|
): void;
|
|
619
616
|
listDeployments(): Promise<ListDeploymentsCommandOutput>;
|
|
620
617
|
listDeployments(
|
|
621
618
|
args: ListDeploymentsCommandInput,
|
|
622
|
-
options?: __HttpHandlerOptions
|
|
619
|
+
options?: __HttpHandlerOptions,
|
|
623
620
|
): Promise<ListDeploymentsCommandOutput>;
|
|
624
621
|
listDeployments(
|
|
625
622
|
args: ListDeploymentsCommandInput,
|
|
626
|
-
cb: (err: any, data?: ListDeploymentsCommandOutput) => void
|
|
623
|
+
cb: (err: any, data?: ListDeploymentsCommandOutput) => void,
|
|
627
624
|
): void;
|
|
628
625
|
listDeployments(
|
|
629
626
|
args: ListDeploymentsCommandInput,
|
|
630
627
|
options: __HttpHandlerOptions,
|
|
631
|
-
cb: (err: any, data?: ListDeploymentsCommandOutput) => void
|
|
628
|
+
cb: (err: any, data?: ListDeploymentsCommandOutput) => void,
|
|
632
629
|
): void;
|
|
633
630
|
listDeploymentTargets(
|
|
634
631
|
args: ListDeploymentTargetsCommandInput,
|
|
635
|
-
options?: __HttpHandlerOptions
|
|
632
|
+
options?: __HttpHandlerOptions,
|
|
636
633
|
): Promise<ListDeploymentTargetsCommandOutput>;
|
|
637
634
|
listDeploymentTargets(
|
|
638
635
|
args: ListDeploymentTargetsCommandInput,
|
|
639
|
-
cb: (err: any, data?: ListDeploymentTargetsCommandOutput) => void
|
|
636
|
+
cb: (err: any, data?: ListDeploymentTargetsCommandOutput) => void,
|
|
640
637
|
): void;
|
|
641
638
|
listDeploymentTargets(
|
|
642
639
|
args: ListDeploymentTargetsCommandInput,
|
|
643
640
|
options: __HttpHandlerOptions,
|
|
644
|
-
cb: (err: any, data?: ListDeploymentTargetsCommandOutput) => void
|
|
641
|
+
cb: (err: any, data?: ListDeploymentTargetsCommandOutput) => void,
|
|
645
642
|
): void;
|
|
646
643
|
listGitHubAccountTokenNames(): Promise<ListGitHubAccountTokenNamesCommandOutput>;
|
|
647
644
|
listGitHubAccountTokenNames(
|
|
648
645
|
args: ListGitHubAccountTokenNamesCommandInput,
|
|
649
|
-
options?: __HttpHandlerOptions
|
|
646
|
+
options?: __HttpHandlerOptions,
|
|
650
647
|
): Promise<ListGitHubAccountTokenNamesCommandOutput>;
|
|
651
648
|
listGitHubAccountTokenNames(
|
|
652
649
|
args: ListGitHubAccountTokenNamesCommandInput,
|
|
653
|
-
cb: (err: any, data?: ListGitHubAccountTokenNamesCommandOutput) => void
|
|
650
|
+
cb: (err: any, data?: ListGitHubAccountTokenNamesCommandOutput) => void,
|
|
654
651
|
): void;
|
|
655
652
|
listGitHubAccountTokenNames(
|
|
656
653
|
args: ListGitHubAccountTokenNamesCommandInput,
|
|
657
654
|
options: __HttpHandlerOptions,
|
|
658
|
-
cb: (err: any, data?: ListGitHubAccountTokenNamesCommandOutput) => void
|
|
655
|
+
cb: (err: any, data?: ListGitHubAccountTokenNamesCommandOutput) => void,
|
|
659
656
|
): void;
|
|
660
657
|
listOnPremisesInstances(): Promise<ListOnPremisesInstancesCommandOutput>;
|
|
661
658
|
listOnPremisesInstances(
|
|
662
659
|
args: ListOnPremisesInstancesCommandInput,
|
|
663
|
-
options?: __HttpHandlerOptions
|
|
660
|
+
options?: __HttpHandlerOptions,
|
|
664
661
|
): Promise<ListOnPremisesInstancesCommandOutput>;
|
|
665
662
|
listOnPremisesInstances(
|
|
666
663
|
args: ListOnPremisesInstancesCommandInput,
|
|
667
|
-
cb: (err: any, data?: ListOnPremisesInstancesCommandOutput) => void
|
|
664
|
+
cb: (err: any, data?: ListOnPremisesInstancesCommandOutput) => void,
|
|
668
665
|
): void;
|
|
669
666
|
listOnPremisesInstances(
|
|
670
667
|
args: ListOnPremisesInstancesCommandInput,
|
|
671
668
|
options: __HttpHandlerOptions,
|
|
672
|
-
cb: (err: any, data?: ListOnPremisesInstancesCommandOutput) => void
|
|
669
|
+
cb: (err: any, data?: ListOnPremisesInstancesCommandOutput) => void,
|
|
673
670
|
): void;
|
|
674
671
|
listTagsForResource(
|
|
675
672
|
args: ListTagsForResourceCommandInput,
|
|
676
|
-
options?: __HttpHandlerOptions
|
|
673
|
+
options?: __HttpHandlerOptions,
|
|
677
674
|
): Promise<ListTagsForResourceCommandOutput>;
|
|
678
675
|
listTagsForResource(
|
|
679
676
|
args: ListTagsForResourceCommandInput,
|
|
680
|
-
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
677
|
+
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void,
|
|
681
678
|
): void;
|
|
682
679
|
listTagsForResource(
|
|
683
680
|
args: ListTagsForResourceCommandInput,
|
|
684
681
|
options: __HttpHandlerOptions,
|
|
685
|
-
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
682
|
+
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void,
|
|
686
683
|
): void;
|
|
687
684
|
putLifecycleEventHookExecutionStatus(): Promise<PutLifecycleEventHookExecutionStatusCommandOutput>;
|
|
688
685
|
putLifecycleEventHookExecutionStatus(
|
|
689
686
|
args: PutLifecycleEventHookExecutionStatusCommandInput,
|
|
690
|
-
options?: __HttpHandlerOptions
|
|
687
|
+
options?: __HttpHandlerOptions,
|
|
691
688
|
): Promise<PutLifecycleEventHookExecutionStatusCommandOutput>;
|
|
692
689
|
putLifecycleEventHookExecutionStatus(
|
|
693
690
|
args: PutLifecycleEventHookExecutionStatusCommandInput,
|
|
694
|
-
cb: (
|
|
695
|
-
err: any,
|
|
696
|
-
data?: PutLifecycleEventHookExecutionStatusCommandOutput
|
|
697
|
-
) => void
|
|
691
|
+
cb: (err: any, data?: PutLifecycleEventHookExecutionStatusCommandOutput) => void,
|
|
698
692
|
): void;
|
|
699
693
|
putLifecycleEventHookExecutionStatus(
|
|
700
694
|
args: PutLifecycleEventHookExecutionStatusCommandInput,
|
|
701
695
|
options: __HttpHandlerOptions,
|
|
702
|
-
cb: (
|
|
703
|
-
err: any,
|
|
704
|
-
data?: PutLifecycleEventHookExecutionStatusCommandOutput
|
|
705
|
-
) => void
|
|
696
|
+
cb: (err: any, data?: PutLifecycleEventHookExecutionStatusCommandOutput) => void,
|
|
706
697
|
): void;
|
|
707
698
|
registerApplicationRevision(
|
|
708
699
|
args: RegisterApplicationRevisionCommandInput,
|
|
709
|
-
options?: __HttpHandlerOptions
|
|
700
|
+
options?: __HttpHandlerOptions,
|
|
710
701
|
): Promise<RegisterApplicationRevisionCommandOutput>;
|
|
711
702
|
registerApplicationRevision(
|
|
712
703
|
args: RegisterApplicationRevisionCommandInput,
|
|
713
|
-
cb: (err: any, data?: RegisterApplicationRevisionCommandOutput) => void
|
|
704
|
+
cb: (err: any, data?: RegisterApplicationRevisionCommandOutput) => void,
|
|
714
705
|
): void;
|
|
715
706
|
registerApplicationRevision(
|
|
716
707
|
args: RegisterApplicationRevisionCommandInput,
|
|
717
708
|
options: __HttpHandlerOptions,
|
|
718
|
-
cb: (err: any, data?: RegisterApplicationRevisionCommandOutput) => void
|
|
709
|
+
cb: (err: any, data?: RegisterApplicationRevisionCommandOutput) => void,
|
|
719
710
|
): void;
|
|
720
711
|
registerOnPremisesInstance(
|
|
721
712
|
args: RegisterOnPremisesInstanceCommandInput,
|
|
722
|
-
options?: __HttpHandlerOptions
|
|
713
|
+
options?: __HttpHandlerOptions,
|
|
723
714
|
): Promise<RegisterOnPremisesInstanceCommandOutput>;
|
|
724
715
|
registerOnPremisesInstance(
|
|
725
716
|
args: RegisterOnPremisesInstanceCommandInput,
|
|
726
|
-
cb: (err: any, data?: RegisterOnPremisesInstanceCommandOutput) => void
|
|
717
|
+
cb: (err: any, data?: RegisterOnPremisesInstanceCommandOutput) => void,
|
|
727
718
|
): void;
|
|
728
719
|
registerOnPremisesInstance(
|
|
729
720
|
args: RegisterOnPremisesInstanceCommandInput,
|
|
730
721
|
options: __HttpHandlerOptions,
|
|
731
|
-
cb: (err: any, data?: RegisterOnPremisesInstanceCommandOutput) => void
|
|
722
|
+
cb: (err: any, data?: RegisterOnPremisesInstanceCommandOutput) => void,
|
|
732
723
|
): void;
|
|
733
724
|
removeTagsFromOnPremisesInstances(
|
|
734
725
|
args: RemoveTagsFromOnPremisesInstancesCommandInput,
|
|
735
|
-
options?: __HttpHandlerOptions
|
|
726
|
+
options?: __HttpHandlerOptions,
|
|
736
727
|
): Promise<RemoveTagsFromOnPremisesInstancesCommandOutput>;
|
|
737
728
|
removeTagsFromOnPremisesInstances(
|
|
738
729
|
args: RemoveTagsFromOnPremisesInstancesCommandInput,
|
|
739
|
-
cb: (
|
|
740
|
-
err: any,
|
|
741
|
-
data?: RemoveTagsFromOnPremisesInstancesCommandOutput
|
|
742
|
-
) => void
|
|
730
|
+
cb: (err: any, data?: RemoveTagsFromOnPremisesInstancesCommandOutput) => void,
|
|
743
731
|
): void;
|
|
744
732
|
removeTagsFromOnPremisesInstances(
|
|
745
733
|
args: RemoveTagsFromOnPremisesInstancesCommandInput,
|
|
746
734
|
options: __HttpHandlerOptions,
|
|
747
|
-
cb: (
|
|
748
|
-
err: any,
|
|
749
|
-
data?: RemoveTagsFromOnPremisesInstancesCommandOutput
|
|
750
|
-
) => void
|
|
735
|
+
cb: (err: any, data?: RemoveTagsFromOnPremisesInstancesCommandOutput) => void,
|
|
751
736
|
): void;
|
|
752
737
|
skipWaitTimeForInstanceTermination(): Promise<SkipWaitTimeForInstanceTerminationCommandOutput>;
|
|
753
738
|
skipWaitTimeForInstanceTermination(
|
|
754
739
|
args: SkipWaitTimeForInstanceTerminationCommandInput,
|
|
755
|
-
options?: __HttpHandlerOptions
|
|
740
|
+
options?: __HttpHandlerOptions,
|
|
756
741
|
): Promise<SkipWaitTimeForInstanceTerminationCommandOutput>;
|
|
757
742
|
skipWaitTimeForInstanceTermination(
|
|
758
743
|
args: SkipWaitTimeForInstanceTerminationCommandInput,
|
|
759
|
-
cb: (
|
|
760
|
-
err: any,
|
|
761
|
-
data?: SkipWaitTimeForInstanceTerminationCommandOutput
|
|
762
|
-
) => void
|
|
744
|
+
cb: (err: any, data?: SkipWaitTimeForInstanceTerminationCommandOutput) => void,
|
|
763
745
|
): void;
|
|
764
746
|
skipWaitTimeForInstanceTermination(
|
|
765
747
|
args: SkipWaitTimeForInstanceTerminationCommandInput,
|
|
766
748
|
options: __HttpHandlerOptions,
|
|
767
|
-
cb: (
|
|
768
|
-
err: any,
|
|
769
|
-
data?: SkipWaitTimeForInstanceTerminationCommandOutput
|
|
770
|
-
) => void
|
|
749
|
+
cb: (err: any, data?: SkipWaitTimeForInstanceTerminationCommandOutput) => void,
|
|
771
750
|
): void;
|
|
772
751
|
stopDeployment(
|
|
773
752
|
args: StopDeploymentCommandInput,
|
|
774
|
-
options?: __HttpHandlerOptions
|
|
753
|
+
options?: __HttpHandlerOptions,
|
|
775
754
|
): Promise<StopDeploymentCommandOutput>;
|
|
776
755
|
stopDeployment(
|
|
777
756
|
args: StopDeploymentCommandInput,
|
|
778
|
-
cb: (err: any, data?: StopDeploymentCommandOutput) => void
|
|
757
|
+
cb: (err: any, data?: StopDeploymentCommandOutput) => void,
|
|
779
758
|
): void;
|
|
780
759
|
stopDeployment(
|
|
781
760
|
args: StopDeploymentCommandInput,
|
|
782
761
|
options: __HttpHandlerOptions,
|
|
783
|
-
cb: (err: any, data?: StopDeploymentCommandOutput) => void
|
|
762
|
+
cb: (err: any, data?: StopDeploymentCommandOutput) => void,
|
|
784
763
|
): void;
|
|
785
764
|
tagResource(
|
|
786
765
|
args: TagResourceCommandInput,
|
|
787
|
-
options?: __HttpHandlerOptions
|
|
766
|
+
options?: __HttpHandlerOptions,
|
|
788
767
|
): Promise<TagResourceCommandOutput>;
|
|
789
768
|
tagResource(
|
|
790
769
|
args: TagResourceCommandInput,
|
|
791
|
-
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
770
|
+
cb: (err: any, data?: TagResourceCommandOutput) => void,
|
|
792
771
|
): void;
|
|
793
772
|
tagResource(
|
|
794
773
|
args: TagResourceCommandInput,
|
|
795
774
|
options: __HttpHandlerOptions,
|
|
796
|
-
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
775
|
+
cb: (err: any, data?: TagResourceCommandOutput) => void,
|
|
797
776
|
): void;
|
|
798
777
|
untagResource(
|
|
799
778
|
args: UntagResourceCommandInput,
|
|
800
|
-
options?: __HttpHandlerOptions
|
|
779
|
+
options?: __HttpHandlerOptions,
|
|
801
780
|
): Promise<UntagResourceCommandOutput>;
|
|
802
781
|
untagResource(
|
|
803
782
|
args: UntagResourceCommandInput,
|
|
804
|
-
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
783
|
+
cb: (err: any, data?: UntagResourceCommandOutput) => void,
|
|
805
784
|
): void;
|
|
806
785
|
untagResource(
|
|
807
786
|
args: UntagResourceCommandInput,
|
|
808
787
|
options: __HttpHandlerOptions,
|
|
809
|
-
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
788
|
+
cb: (err: any, data?: UntagResourceCommandOutput) => void,
|
|
810
789
|
): void;
|
|
811
790
|
updateApplication(): Promise<UpdateApplicationCommandOutput>;
|
|
812
791
|
updateApplication(
|
|
813
792
|
args: UpdateApplicationCommandInput,
|
|
814
|
-
options?: __HttpHandlerOptions
|
|
793
|
+
options?: __HttpHandlerOptions,
|
|
815
794
|
): Promise<UpdateApplicationCommandOutput>;
|
|
816
795
|
updateApplication(
|
|
817
796
|
args: UpdateApplicationCommandInput,
|
|
818
|
-
cb: (err: any, data?: UpdateApplicationCommandOutput) => void
|
|
797
|
+
cb: (err: any, data?: UpdateApplicationCommandOutput) => void,
|
|
819
798
|
): void;
|
|
820
799
|
updateApplication(
|
|
821
800
|
args: UpdateApplicationCommandInput,
|
|
822
801
|
options: __HttpHandlerOptions,
|
|
823
|
-
cb: (err: any, data?: UpdateApplicationCommandOutput) => void
|
|
802
|
+
cb: (err: any, data?: UpdateApplicationCommandOutput) => void,
|
|
824
803
|
): void;
|
|
825
804
|
updateDeploymentGroup(
|
|
826
805
|
args: UpdateDeploymentGroupCommandInput,
|
|
827
|
-
options?: __HttpHandlerOptions
|
|
806
|
+
options?: __HttpHandlerOptions,
|
|
828
807
|
): Promise<UpdateDeploymentGroupCommandOutput>;
|
|
829
808
|
updateDeploymentGroup(
|
|
830
809
|
args: UpdateDeploymentGroupCommandInput,
|
|
831
|
-
cb: (err: any, data?: UpdateDeploymentGroupCommandOutput) => void
|
|
810
|
+
cb: (err: any, data?: UpdateDeploymentGroupCommandOutput) => void,
|
|
832
811
|
): void;
|
|
833
812
|
updateDeploymentGroup(
|
|
834
813
|
args: UpdateDeploymentGroupCommandInput,
|
|
835
814
|
options: __HttpHandlerOptions,
|
|
836
|
-
cb: (err: any, data?: UpdateDeploymentGroupCommandOutput) => void
|
|
815
|
+
cb: (err: any, data?: UpdateDeploymentGroupCommandOutput) => void,
|
|
837
816
|
): void;
|
|
838
817
|
paginateListApplicationRevisions(
|
|
839
818
|
args: ListApplicationRevisionsCommandInput,
|
|
840
819
|
paginationConfig?: Pick<
|
|
841
820
|
PaginationConfiguration,
|
|
842
821
|
Exclude<keyof PaginationConfiguration, "client">
|
|
843
|
-
|
|
822
|
+
>,
|
|
844
823
|
): Paginator<ListApplicationRevisionsCommandOutput>;
|
|
845
824
|
paginateListApplications(
|
|
846
825
|
args?: ListApplicationsCommandInput,
|
|
847
826
|
paginationConfig?: Pick<
|
|
848
827
|
PaginationConfiguration,
|
|
849
828
|
Exclude<keyof PaginationConfiguration, "client">
|
|
850
|
-
|
|
829
|
+
>,
|
|
851
830
|
): Paginator<ListApplicationsCommandOutput>;
|
|
852
831
|
paginateListDeploymentConfigs(
|
|
853
832
|
args?: ListDeploymentConfigsCommandInput,
|
|
854
833
|
paginationConfig?: Pick<
|
|
855
834
|
PaginationConfiguration,
|
|
856
835
|
Exclude<keyof PaginationConfiguration, "client">
|
|
857
|
-
|
|
836
|
+
>,
|
|
858
837
|
): Paginator<ListDeploymentConfigsCommandOutput>;
|
|
859
838
|
paginateListDeploymentGroups(
|
|
860
839
|
args: ListDeploymentGroupsCommandInput,
|
|
861
840
|
paginationConfig?: Pick<
|
|
862
841
|
PaginationConfiguration,
|
|
863
842
|
Exclude<keyof PaginationConfiguration, "client">
|
|
864
|
-
|
|
843
|
+
>,
|
|
865
844
|
): Paginator<ListDeploymentGroupsCommandOutput>;
|
|
866
845
|
paginateListDeploymentInstances(
|
|
867
846
|
args: ListDeploymentInstancesCommandInput,
|
|
868
847
|
paginationConfig?: Pick<
|
|
869
848
|
PaginationConfiguration,
|
|
870
849
|
Exclude<keyof PaginationConfiguration, "client">
|
|
871
|
-
|
|
850
|
+
>,
|
|
872
851
|
): Paginator<ListDeploymentInstancesCommandOutput>;
|
|
873
852
|
paginateListDeployments(
|
|
874
853
|
args?: ListDeploymentsCommandInput,
|
|
875
854
|
paginationConfig?: Pick<
|
|
876
855
|
PaginationConfiguration,
|
|
877
856
|
Exclude<keyof PaginationConfiguration, "client">
|
|
878
|
-
|
|
857
|
+
>,
|
|
879
858
|
): Paginator<ListDeploymentsCommandOutput>;
|
|
880
859
|
waitUntilDeploymentSuccessful(
|
|
881
860
|
args: GetDeploymentCommandInput,
|
|
@@ -884,9 +863,7 @@ export interface CodeDeploy {
|
|
|
884
863
|
| Pick<
|
|
885
864
|
WaiterConfiguration<CodeDeploy>,
|
|
886
865
|
Exclude<keyof WaiterConfiguration<CodeDeploy>, "client">
|
|
887
|
-
|
|
866
|
+
>,
|
|
888
867
|
): Promise<WaiterResult<GetDeploymentCommandOutput>>;
|
|
889
868
|
}
|
|
890
|
-
export declare class CodeDeploy
|
|
891
|
-
extends CodeDeployClient
|
|
892
|
-
implements CodeDeploy {}
|
|
869
|
+
export declare class CodeDeploy extends CodeDeployClient implements CodeDeploy {}
|