@aws-sdk/client-appconfig 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/AppConfig.d.ts +182 -185
- package/dist-types/ts3.4/AppConfigClient.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/CreateApplicationCommand.d.ts +4 -7
- package/dist-types/ts3.4/commands/CreateConfigurationProfileCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateDeploymentStrategyCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateEnvironmentCommand.d.ts +4 -7
- package/dist-types/ts3.4/commands/CreateExperimentDefinitionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateExtensionAssociationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateExtensionCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CreateHostedConfigurationVersionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DeleteConfigurationProfileCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteDeploymentStrategyCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteEnvironmentCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DeleteExperimentDefinitionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteExtensionAssociationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteExtensionCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DeleteHostedConfigurationVersionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetAccountSettingsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/GetApplicationCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetConfigurationCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/GetConfigurationProfileCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetDeploymentCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetDeploymentStrategyCommand.d.ts +5 -11
- package/dist-types/ts3.4/commands/GetEnvironmentCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetExperimentDefinitionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetExperimentRunCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetExtensionAssociationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetExtensionCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetHostedConfigurationVersionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListConfigurationProfilesCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListDeploymentStrategiesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListDeploymentsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListEnvironmentsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListExperimentDefinitionsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListExperimentRunEventsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListExperimentRunsCommand.d.ts +4 -7
- package/dist-types/ts3.4/commands/ListExtensionAssociationsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListExtensionsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListHostedConfigurationVersionsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +4 -7
- package/dist-types/ts3.4/commands/StartDeploymentCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/StartExperimentRunCommand.d.ts +4 -7
- package/dist-types/ts3.4/commands/StopDeploymentCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/StopExperimentRunCommand.d.ts +4 -7
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/UpdateAccountSettingsCommand.d.ts +4 -10
- package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +4 -7
- package/dist-types/ts3.4/commands/UpdateConfigurationProfileCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateDeploymentStrategyCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateEnvironmentCommand.d.ts +4 -7
- package/dist-types/ts3.4/commands/UpdateExperimentDefinitionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateExperimentRunCommand.d.ts +4 -7
- package/dist-types/ts3.4/commands/UpdateExtensionAssociationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateExtensionCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ValidateConfigurationCommand.d.ts +3 -4
- 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 +6 -12
- package/dist-types/ts3.4/models/errors.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/waiters/waitForDeploymentComplete.d.ts +3 -5
- package/dist-types/ts3.4/waiters/waitForEnvironmentReadyForDeployment.d.ts +3 -5
- package/package.json +39 -39
|
@@ -182,10 +182,7 @@ import {
|
|
|
182
182
|
StopExperimentRunCommandInput,
|
|
183
183
|
StopExperimentRunCommandOutput,
|
|
184
184
|
} from "./commands/StopExperimentRunCommand";
|
|
185
|
-
import {
|
|
186
|
-
TagResourceCommandInput,
|
|
187
|
-
TagResourceCommandOutput,
|
|
188
|
-
} from "./commands/TagResourceCommand";
|
|
185
|
+
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
189
186
|
import {
|
|
190
187
|
UntagResourceCommandInput,
|
|
191
188
|
UntagResourceCommandOutput,
|
|
@@ -233,815 +230,815 @@ import {
|
|
|
233
230
|
export interface AppConfig {
|
|
234
231
|
createApplication(
|
|
235
232
|
args: CreateApplicationCommandInput,
|
|
236
|
-
options?: __HttpHandlerOptions
|
|
233
|
+
options?: __HttpHandlerOptions,
|
|
237
234
|
): Promise<CreateApplicationCommandOutput>;
|
|
238
235
|
createApplication(
|
|
239
236
|
args: CreateApplicationCommandInput,
|
|
240
|
-
cb: (err: any, data?: CreateApplicationCommandOutput) => void
|
|
237
|
+
cb: (err: any, data?: CreateApplicationCommandOutput) => void,
|
|
241
238
|
): void;
|
|
242
239
|
createApplication(
|
|
243
240
|
args: CreateApplicationCommandInput,
|
|
244
241
|
options: __HttpHandlerOptions,
|
|
245
|
-
cb: (err: any, data?: CreateApplicationCommandOutput) => void
|
|
242
|
+
cb: (err: any, data?: CreateApplicationCommandOutput) => void,
|
|
246
243
|
): void;
|
|
247
244
|
createConfigurationProfile(
|
|
248
245
|
args: CreateConfigurationProfileCommandInput,
|
|
249
|
-
options?: __HttpHandlerOptions
|
|
246
|
+
options?: __HttpHandlerOptions,
|
|
250
247
|
): Promise<CreateConfigurationProfileCommandOutput>;
|
|
251
248
|
createConfigurationProfile(
|
|
252
249
|
args: CreateConfigurationProfileCommandInput,
|
|
253
|
-
cb: (err: any, data?: CreateConfigurationProfileCommandOutput) => void
|
|
250
|
+
cb: (err: any, data?: CreateConfigurationProfileCommandOutput) => void,
|
|
254
251
|
): void;
|
|
255
252
|
createConfigurationProfile(
|
|
256
253
|
args: CreateConfigurationProfileCommandInput,
|
|
257
254
|
options: __HttpHandlerOptions,
|
|
258
|
-
cb: (err: any, data?: CreateConfigurationProfileCommandOutput) => void
|
|
255
|
+
cb: (err: any, data?: CreateConfigurationProfileCommandOutput) => void,
|
|
259
256
|
): void;
|
|
260
257
|
createDeploymentStrategy(
|
|
261
258
|
args: CreateDeploymentStrategyCommandInput,
|
|
262
|
-
options?: __HttpHandlerOptions
|
|
259
|
+
options?: __HttpHandlerOptions,
|
|
263
260
|
): Promise<CreateDeploymentStrategyCommandOutput>;
|
|
264
261
|
createDeploymentStrategy(
|
|
265
262
|
args: CreateDeploymentStrategyCommandInput,
|
|
266
|
-
cb: (err: any, data?: CreateDeploymentStrategyCommandOutput) => void
|
|
263
|
+
cb: (err: any, data?: CreateDeploymentStrategyCommandOutput) => void,
|
|
267
264
|
): void;
|
|
268
265
|
createDeploymentStrategy(
|
|
269
266
|
args: CreateDeploymentStrategyCommandInput,
|
|
270
267
|
options: __HttpHandlerOptions,
|
|
271
|
-
cb: (err: any, data?: CreateDeploymentStrategyCommandOutput) => void
|
|
268
|
+
cb: (err: any, data?: CreateDeploymentStrategyCommandOutput) => void,
|
|
272
269
|
): void;
|
|
273
270
|
createEnvironment(
|
|
274
271
|
args: CreateEnvironmentCommandInput,
|
|
275
|
-
options?: __HttpHandlerOptions
|
|
272
|
+
options?: __HttpHandlerOptions,
|
|
276
273
|
): Promise<CreateEnvironmentCommandOutput>;
|
|
277
274
|
createEnvironment(
|
|
278
275
|
args: CreateEnvironmentCommandInput,
|
|
279
|
-
cb: (err: any, data?: CreateEnvironmentCommandOutput) => void
|
|
276
|
+
cb: (err: any, data?: CreateEnvironmentCommandOutput) => void,
|
|
280
277
|
): void;
|
|
281
278
|
createEnvironment(
|
|
282
279
|
args: CreateEnvironmentCommandInput,
|
|
283
280
|
options: __HttpHandlerOptions,
|
|
284
|
-
cb: (err: any, data?: CreateEnvironmentCommandOutput) => void
|
|
281
|
+
cb: (err: any, data?: CreateEnvironmentCommandOutput) => void,
|
|
285
282
|
): void;
|
|
286
283
|
createExperimentDefinition(
|
|
287
284
|
args: CreateExperimentDefinitionCommandInput,
|
|
288
|
-
options?: __HttpHandlerOptions
|
|
285
|
+
options?: __HttpHandlerOptions,
|
|
289
286
|
): Promise<CreateExperimentDefinitionCommandOutput>;
|
|
290
287
|
createExperimentDefinition(
|
|
291
288
|
args: CreateExperimentDefinitionCommandInput,
|
|
292
|
-
cb: (err: any, data?: CreateExperimentDefinitionCommandOutput) => void
|
|
289
|
+
cb: (err: any, data?: CreateExperimentDefinitionCommandOutput) => void,
|
|
293
290
|
): void;
|
|
294
291
|
createExperimentDefinition(
|
|
295
292
|
args: CreateExperimentDefinitionCommandInput,
|
|
296
293
|
options: __HttpHandlerOptions,
|
|
297
|
-
cb: (err: any, data?: CreateExperimentDefinitionCommandOutput) => void
|
|
294
|
+
cb: (err: any, data?: CreateExperimentDefinitionCommandOutput) => void,
|
|
298
295
|
): void;
|
|
299
296
|
createExtension(
|
|
300
297
|
args: CreateExtensionCommandInput,
|
|
301
|
-
options?: __HttpHandlerOptions
|
|
298
|
+
options?: __HttpHandlerOptions,
|
|
302
299
|
): Promise<CreateExtensionCommandOutput>;
|
|
303
300
|
createExtension(
|
|
304
301
|
args: CreateExtensionCommandInput,
|
|
305
|
-
cb: (err: any, data?: CreateExtensionCommandOutput) => void
|
|
302
|
+
cb: (err: any, data?: CreateExtensionCommandOutput) => void,
|
|
306
303
|
): void;
|
|
307
304
|
createExtension(
|
|
308
305
|
args: CreateExtensionCommandInput,
|
|
309
306
|
options: __HttpHandlerOptions,
|
|
310
|
-
cb: (err: any, data?: CreateExtensionCommandOutput) => void
|
|
307
|
+
cb: (err: any, data?: CreateExtensionCommandOutput) => void,
|
|
311
308
|
): void;
|
|
312
309
|
createExtensionAssociation(
|
|
313
310
|
args: CreateExtensionAssociationCommandInput,
|
|
314
|
-
options?: __HttpHandlerOptions
|
|
311
|
+
options?: __HttpHandlerOptions,
|
|
315
312
|
): Promise<CreateExtensionAssociationCommandOutput>;
|
|
316
313
|
createExtensionAssociation(
|
|
317
314
|
args: CreateExtensionAssociationCommandInput,
|
|
318
|
-
cb: (err: any, data?: CreateExtensionAssociationCommandOutput) => void
|
|
315
|
+
cb: (err: any, data?: CreateExtensionAssociationCommandOutput) => void,
|
|
319
316
|
): void;
|
|
320
317
|
createExtensionAssociation(
|
|
321
318
|
args: CreateExtensionAssociationCommandInput,
|
|
322
319
|
options: __HttpHandlerOptions,
|
|
323
|
-
cb: (err: any, data?: CreateExtensionAssociationCommandOutput) => void
|
|
320
|
+
cb: (err: any, data?: CreateExtensionAssociationCommandOutput) => void,
|
|
324
321
|
): void;
|
|
325
322
|
createHostedConfigurationVersion(
|
|
326
323
|
args: CreateHostedConfigurationVersionCommandInput,
|
|
327
|
-
options?: __HttpHandlerOptions
|
|
324
|
+
options?: __HttpHandlerOptions,
|
|
328
325
|
): Promise<CreateHostedConfigurationVersionCommandOutput>;
|
|
329
326
|
createHostedConfigurationVersion(
|
|
330
327
|
args: CreateHostedConfigurationVersionCommandInput,
|
|
331
|
-
cb: (err: any, data?: CreateHostedConfigurationVersionCommandOutput) => void
|
|
328
|
+
cb: (err: any, data?: CreateHostedConfigurationVersionCommandOutput) => void,
|
|
332
329
|
): void;
|
|
333
330
|
createHostedConfigurationVersion(
|
|
334
331
|
args: CreateHostedConfigurationVersionCommandInput,
|
|
335
332
|
options: __HttpHandlerOptions,
|
|
336
|
-
cb: (err: any, data?: CreateHostedConfigurationVersionCommandOutput) => void
|
|
333
|
+
cb: (err: any, data?: CreateHostedConfigurationVersionCommandOutput) => void,
|
|
337
334
|
): void;
|
|
338
335
|
deleteApplication(
|
|
339
336
|
args: DeleteApplicationCommandInput,
|
|
340
|
-
options?: __HttpHandlerOptions
|
|
337
|
+
options?: __HttpHandlerOptions,
|
|
341
338
|
): Promise<DeleteApplicationCommandOutput>;
|
|
342
339
|
deleteApplication(
|
|
343
340
|
args: DeleteApplicationCommandInput,
|
|
344
|
-
cb: (err: any, data?: DeleteApplicationCommandOutput) => void
|
|
341
|
+
cb: (err: any, data?: DeleteApplicationCommandOutput) => void,
|
|
345
342
|
): void;
|
|
346
343
|
deleteApplication(
|
|
347
344
|
args: DeleteApplicationCommandInput,
|
|
348
345
|
options: __HttpHandlerOptions,
|
|
349
|
-
cb: (err: any, data?: DeleteApplicationCommandOutput) => void
|
|
346
|
+
cb: (err: any, data?: DeleteApplicationCommandOutput) => void,
|
|
350
347
|
): void;
|
|
351
348
|
deleteConfigurationProfile(
|
|
352
349
|
args: DeleteConfigurationProfileCommandInput,
|
|
353
|
-
options?: __HttpHandlerOptions
|
|
350
|
+
options?: __HttpHandlerOptions,
|
|
354
351
|
): Promise<DeleteConfigurationProfileCommandOutput>;
|
|
355
352
|
deleteConfigurationProfile(
|
|
356
353
|
args: DeleteConfigurationProfileCommandInput,
|
|
357
|
-
cb: (err: any, data?: DeleteConfigurationProfileCommandOutput) => void
|
|
354
|
+
cb: (err: any, data?: DeleteConfigurationProfileCommandOutput) => void,
|
|
358
355
|
): void;
|
|
359
356
|
deleteConfigurationProfile(
|
|
360
357
|
args: DeleteConfigurationProfileCommandInput,
|
|
361
358
|
options: __HttpHandlerOptions,
|
|
362
|
-
cb: (err: any, data?: DeleteConfigurationProfileCommandOutput) => void
|
|
359
|
+
cb: (err: any, data?: DeleteConfigurationProfileCommandOutput) => void,
|
|
363
360
|
): void;
|
|
364
361
|
deleteDeploymentStrategy(
|
|
365
362
|
args: DeleteDeploymentStrategyCommandInput,
|
|
366
|
-
options?: __HttpHandlerOptions
|
|
363
|
+
options?: __HttpHandlerOptions,
|
|
367
364
|
): Promise<DeleteDeploymentStrategyCommandOutput>;
|
|
368
365
|
deleteDeploymentStrategy(
|
|
369
366
|
args: DeleteDeploymentStrategyCommandInput,
|
|
370
|
-
cb: (err: any, data?: DeleteDeploymentStrategyCommandOutput) => void
|
|
367
|
+
cb: (err: any, data?: DeleteDeploymentStrategyCommandOutput) => void,
|
|
371
368
|
): void;
|
|
372
369
|
deleteDeploymentStrategy(
|
|
373
370
|
args: DeleteDeploymentStrategyCommandInput,
|
|
374
371
|
options: __HttpHandlerOptions,
|
|
375
|
-
cb: (err: any, data?: DeleteDeploymentStrategyCommandOutput) => void
|
|
372
|
+
cb: (err: any, data?: DeleteDeploymentStrategyCommandOutput) => void,
|
|
376
373
|
): void;
|
|
377
374
|
deleteEnvironment(
|
|
378
375
|
args: DeleteEnvironmentCommandInput,
|
|
379
|
-
options?: __HttpHandlerOptions
|
|
376
|
+
options?: __HttpHandlerOptions,
|
|
380
377
|
): Promise<DeleteEnvironmentCommandOutput>;
|
|
381
378
|
deleteEnvironment(
|
|
382
379
|
args: DeleteEnvironmentCommandInput,
|
|
383
|
-
cb: (err: any, data?: DeleteEnvironmentCommandOutput) => void
|
|
380
|
+
cb: (err: any, data?: DeleteEnvironmentCommandOutput) => void,
|
|
384
381
|
): void;
|
|
385
382
|
deleteEnvironment(
|
|
386
383
|
args: DeleteEnvironmentCommandInput,
|
|
387
384
|
options: __HttpHandlerOptions,
|
|
388
|
-
cb: (err: any, data?: DeleteEnvironmentCommandOutput) => void
|
|
385
|
+
cb: (err: any, data?: DeleteEnvironmentCommandOutput) => void,
|
|
389
386
|
): void;
|
|
390
387
|
deleteExperimentDefinition(
|
|
391
388
|
args: DeleteExperimentDefinitionCommandInput,
|
|
392
|
-
options?: __HttpHandlerOptions
|
|
389
|
+
options?: __HttpHandlerOptions,
|
|
393
390
|
): Promise<DeleteExperimentDefinitionCommandOutput>;
|
|
394
391
|
deleteExperimentDefinition(
|
|
395
392
|
args: DeleteExperimentDefinitionCommandInput,
|
|
396
|
-
cb: (err: any, data?: DeleteExperimentDefinitionCommandOutput) => void
|
|
393
|
+
cb: (err: any, data?: DeleteExperimentDefinitionCommandOutput) => void,
|
|
397
394
|
): void;
|
|
398
395
|
deleteExperimentDefinition(
|
|
399
396
|
args: DeleteExperimentDefinitionCommandInput,
|
|
400
397
|
options: __HttpHandlerOptions,
|
|
401
|
-
cb: (err: any, data?: DeleteExperimentDefinitionCommandOutput) => void
|
|
398
|
+
cb: (err: any, data?: DeleteExperimentDefinitionCommandOutput) => void,
|
|
402
399
|
): void;
|
|
403
400
|
deleteExtension(
|
|
404
401
|
args: DeleteExtensionCommandInput,
|
|
405
|
-
options?: __HttpHandlerOptions
|
|
402
|
+
options?: __HttpHandlerOptions,
|
|
406
403
|
): Promise<DeleteExtensionCommandOutput>;
|
|
407
404
|
deleteExtension(
|
|
408
405
|
args: DeleteExtensionCommandInput,
|
|
409
|
-
cb: (err: any, data?: DeleteExtensionCommandOutput) => void
|
|
406
|
+
cb: (err: any, data?: DeleteExtensionCommandOutput) => void,
|
|
410
407
|
): void;
|
|
411
408
|
deleteExtension(
|
|
412
409
|
args: DeleteExtensionCommandInput,
|
|
413
410
|
options: __HttpHandlerOptions,
|
|
414
|
-
cb: (err: any, data?: DeleteExtensionCommandOutput) => void
|
|
411
|
+
cb: (err: any, data?: DeleteExtensionCommandOutput) => void,
|
|
415
412
|
): void;
|
|
416
413
|
deleteExtensionAssociation(
|
|
417
414
|
args: DeleteExtensionAssociationCommandInput,
|
|
418
|
-
options?: __HttpHandlerOptions
|
|
415
|
+
options?: __HttpHandlerOptions,
|
|
419
416
|
): Promise<DeleteExtensionAssociationCommandOutput>;
|
|
420
417
|
deleteExtensionAssociation(
|
|
421
418
|
args: DeleteExtensionAssociationCommandInput,
|
|
422
|
-
cb: (err: any, data?: DeleteExtensionAssociationCommandOutput) => void
|
|
419
|
+
cb: (err: any, data?: DeleteExtensionAssociationCommandOutput) => void,
|
|
423
420
|
): void;
|
|
424
421
|
deleteExtensionAssociation(
|
|
425
422
|
args: DeleteExtensionAssociationCommandInput,
|
|
426
423
|
options: __HttpHandlerOptions,
|
|
427
|
-
cb: (err: any, data?: DeleteExtensionAssociationCommandOutput) => void
|
|
424
|
+
cb: (err: any, data?: DeleteExtensionAssociationCommandOutput) => void,
|
|
428
425
|
): void;
|
|
429
426
|
deleteHostedConfigurationVersion(
|
|
430
427
|
args: DeleteHostedConfigurationVersionCommandInput,
|
|
431
|
-
options?: __HttpHandlerOptions
|
|
428
|
+
options?: __HttpHandlerOptions,
|
|
432
429
|
): Promise<DeleteHostedConfigurationVersionCommandOutput>;
|
|
433
430
|
deleteHostedConfigurationVersion(
|
|
434
431
|
args: DeleteHostedConfigurationVersionCommandInput,
|
|
435
|
-
cb: (err: any, data?: DeleteHostedConfigurationVersionCommandOutput) => void
|
|
432
|
+
cb: (err: any, data?: DeleteHostedConfigurationVersionCommandOutput) => void,
|
|
436
433
|
): void;
|
|
437
434
|
deleteHostedConfigurationVersion(
|
|
438
435
|
args: DeleteHostedConfigurationVersionCommandInput,
|
|
439
436
|
options: __HttpHandlerOptions,
|
|
440
|
-
cb: (err: any, data?: DeleteHostedConfigurationVersionCommandOutput) => void
|
|
437
|
+
cb: (err: any, data?: DeleteHostedConfigurationVersionCommandOutput) => void,
|
|
441
438
|
): void;
|
|
442
439
|
getAccountSettings(): Promise<GetAccountSettingsCommandOutput>;
|
|
443
440
|
getAccountSettings(
|
|
444
441
|
args: GetAccountSettingsCommandInput,
|
|
445
|
-
options?: __HttpHandlerOptions
|
|
442
|
+
options?: __HttpHandlerOptions,
|
|
446
443
|
): Promise<GetAccountSettingsCommandOutput>;
|
|
447
444
|
getAccountSettings(
|
|
448
445
|
args: GetAccountSettingsCommandInput,
|
|
449
|
-
cb: (err: any, data?: GetAccountSettingsCommandOutput) => void
|
|
446
|
+
cb: (err: any, data?: GetAccountSettingsCommandOutput) => void,
|
|
450
447
|
): void;
|
|
451
448
|
getAccountSettings(
|
|
452
449
|
args: GetAccountSettingsCommandInput,
|
|
453
450
|
options: __HttpHandlerOptions,
|
|
454
|
-
cb: (err: any, data?: GetAccountSettingsCommandOutput) => void
|
|
451
|
+
cb: (err: any, data?: GetAccountSettingsCommandOutput) => void,
|
|
455
452
|
): void;
|
|
456
453
|
getApplication(
|
|
457
454
|
args: GetApplicationCommandInput,
|
|
458
|
-
options?: __HttpHandlerOptions
|
|
455
|
+
options?: __HttpHandlerOptions,
|
|
459
456
|
): Promise<GetApplicationCommandOutput>;
|
|
460
457
|
getApplication(
|
|
461
458
|
args: GetApplicationCommandInput,
|
|
462
|
-
cb: (err: any, data?: GetApplicationCommandOutput) => void
|
|
459
|
+
cb: (err: any, data?: GetApplicationCommandOutput) => void,
|
|
463
460
|
): void;
|
|
464
461
|
getApplication(
|
|
465
462
|
args: GetApplicationCommandInput,
|
|
466
463
|
options: __HttpHandlerOptions,
|
|
467
|
-
cb: (err: any, data?: GetApplicationCommandOutput) => void
|
|
464
|
+
cb: (err: any, data?: GetApplicationCommandOutput) => void,
|
|
468
465
|
): void;
|
|
469
466
|
getConfiguration(
|
|
470
467
|
args: GetConfigurationCommandInput,
|
|
471
|
-
options?: __HttpHandlerOptions
|
|
468
|
+
options?: __HttpHandlerOptions,
|
|
472
469
|
): Promise<GetConfigurationCommandOutput>;
|
|
473
470
|
getConfiguration(
|
|
474
471
|
args: GetConfigurationCommandInput,
|
|
475
|
-
cb: (err: any, data?: GetConfigurationCommandOutput) => void
|
|
472
|
+
cb: (err: any, data?: GetConfigurationCommandOutput) => void,
|
|
476
473
|
): void;
|
|
477
474
|
getConfiguration(
|
|
478
475
|
args: GetConfigurationCommandInput,
|
|
479
476
|
options: __HttpHandlerOptions,
|
|
480
|
-
cb: (err: any, data?: GetConfigurationCommandOutput) => void
|
|
477
|
+
cb: (err: any, data?: GetConfigurationCommandOutput) => void,
|
|
481
478
|
): void;
|
|
482
479
|
getConfigurationProfile(
|
|
483
480
|
args: GetConfigurationProfileCommandInput,
|
|
484
|
-
options?: __HttpHandlerOptions
|
|
481
|
+
options?: __HttpHandlerOptions,
|
|
485
482
|
): Promise<GetConfigurationProfileCommandOutput>;
|
|
486
483
|
getConfigurationProfile(
|
|
487
484
|
args: GetConfigurationProfileCommandInput,
|
|
488
|
-
cb: (err: any, data?: GetConfigurationProfileCommandOutput) => void
|
|
485
|
+
cb: (err: any, data?: GetConfigurationProfileCommandOutput) => void,
|
|
489
486
|
): void;
|
|
490
487
|
getConfigurationProfile(
|
|
491
488
|
args: GetConfigurationProfileCommandInput,
|
|
492
489
|
options: __HttpHandlerOptions,
|
|
493
|
-
cb: (err: any, data?: GetConfigurationProfileCommandOutput) => void
|
|
490
|
+
cb: (err: any, data?: GetConfigurationProfileCommandOutput) => void,
|
|
494
491
|
): void;
|
|
495
492
|
getDeployment(
|
|
496
493
|
args: GetDeploymentCommandInput,
|
|
497
|
-
options?: __HttpHandlerOptions
|
|
494
|
+
options?: __HttpHandlerOptions,
|
|
498
495
|
): Promise<GetDeploymentCommandOutput>;
|
|
499
496
|
getDeployment(
|
|
500
497
|
args: GetDeploymentCommandInput,
|
|
501
|
-
cb: (err: any, data?: GetDeploymentCommandOutput) => void
|
|
498
|
+
cb: (err: any, data?: GetDeploymentCommandOutput) => void,
|
|
502
499
|
): void;
|
|
503
500
|
getDeployment(
|
|
504
501
|
args: GetDeploymentCommandInput,
|
|
505
502
|
options: __HttpHandlerOptions,
|
|
506
|
-
cb: (err: any, data?: GetDeploymentCommandOutput) => void
|
|
503
|
+
cb: (err: any, data?: GetDeploymentCommandOutput) => void,
|
|
507
504
|
): void;
|
|
508
505
|
getDeploymentStrategy(
|
|
509
506
|
args: GetDeploymentStrategyCommandInput,
|
|
510
|
-
options?: __HttpHandlerOptions
|
|
507
|
+
options?: __HttpHandlerOptions,
|
|
511
508
|
): Promise<GetDeploymentStrategyCommandOutput>;
|
|
512
509
|
getDeploymentStrategy(
|
|
513
510
|
args: GetDeploymentStrategyCommandInput,
|
|
514
|
-
cb: (err: any, data?: GetDeploymentStrategyCommandOutput) => void
|
|
511
|
+
cb: (err: any, data?: GetDeploymentStrategyCommandOutput) => void,
|
|
515
512
|
): void;
|
|
516
513
|
getDeploymentStrategy(
|
|
517
514
|
args: GetDeploymentStrategyCommandInput,
|
|
518
515
|
options: __HttpHandlerOptions,
|
|
519
|
-
cb: (err: any, data?: GetDeploymentStrategyCommandOutput) => void
|
|
516
|
+
cb: (err: any, data?: GetDeploymentStrategyCommandOutput) => void,
|
|
520
517
|
): void;
|
|
521
518
|
getEnvironment(
|
|
522
519
|
args: GetEnvironmentCommandInput,
|
|
523
|
-
options?: __HttpHandlerOptions
|
|
520
|
+
options?: __HttpHandlerOptions,
|
|
524
521
|
): Promise<GetEnvironmentCommandOutput>;
|
|
525
522
|
getEnvironment(
|
|
526
523
|
args: GetEnvironmentCommandInput,
|
|
527
|
-
cb: (err: any, data?: GetEnvironmentCommandOutput) => void
|
|
524
|
+
cb: (err: any, data?: GetEnvironmentCommandOutput) => void,
|
|
528
525
|
): void;
|
|
529
526
|
getEnvironment(
|
|
530
527
|
args: GetEnvironmentCommandInput,
|
|
531
528
|
options: __HttpHandlerOptions,
|
|
532
|
-
cb: (err: any, data?: GetEnvironmentCommandOutput) => void
|
|
529
|
+
cb: (err: any, data?: GetEnvironmentCommandOutput) => void,
|
|
533
530
|
): void;
|
|
534
531
|
getExperimentDefinition(
|
|
535
532
|
args: GetExperimentDefinitionCommandInput,
|
|
536
|
-
options?: __HttpHandlerOptions
|
|
533
|
+
options?: __HttpHandlerOptions,
|
|
537
534
|
): Promise<GetExperimentDefinitionCommandOutput>;
|
|
538
535
|
getExperimentDefinition(
|
|
539
536
|
args: GetExperimentDefinitionCommandInput,
|
|
540
|
-
cb: (err: any, data?: GetExperimentDefinitionCommandOutput) => void
|
|
537
|
+
cb: (err: any, data?: GetExperimentDefinitionCommandOutput) => void,
|
|
541
538
|
): void;
|
|
542
539
|
getExperimentDefinition(
|
|
543
540
|
args: GetExperimentDefinitionCommandInput,
|
|
544
541
|
options: __HttpHandlerOptions,
|
|
545
|
-
cb: (err: any, data?: GetExperimentDefinitionCommandOutput) => void
|
|
542
|
+
cb: (err: any, data?: GetExperimentDefinitionCommandOutput) => void,
|
|
546
543
|
): void;
|
|
547
544
|
getExperimentRun(
|
|
548
545
|
args: GetExperimentRunCommandInput,
|
|
549
|
-
options?: __HttpHandlerOptions
|
|
546
|
+
options?: __HttpHandlerOptions,
|
|
550
547
|
): Promise<GetExperimentRunCommandOutput>;
|
|
551
548
|
getExperimentRun(
|
|
552
549
|
args: GetExperimentRunCommandInput,
|
|
553
|
-
cb: (err: any, data?: GetExperimentRunCommandOutput) => void
|
|
550
|
+
cb: (err: any, data?: GetExperimentRunCommandOutput) => void,
|
|
554
551
|
): void;
|
|
555
552
|
getExperimentRun(
|
|
556
553
|
args: GetExperimentRunCommandInput,
|
|
557
554
|
options: __HttpHandlerOptions,
|
|
558
|
-
cb: (err: any, data?: GetExperimentRunCommandOutput) => void
|
|
555
|
+
cb: (err: any, data?: GetExperimentRunCommandOutput) => void,
|
|
559
556
|
): void;
|
|
560
557
|
getExtension(
|
|
561
558
|
args: GetExtensionCommandInput,
|
|
562
|
-
options?: __HttpHandlerOptions
|
|
559
|
+
options?: __HttpHandlerOptions,
|
|
563
560
|
): Promise<GetExtensionCommandOutput>;
|
|
564
561
|
getExtension(
|
|
565
562
|
args: GetExtensionCommandInput,
|
|
566
|
-
cb: (err: any, data?: GetExtensionCommandOutput) => void
|
|
563
|
+
cb: (err: any, data?: GetExtensionCommandOutput) => void,
|
|
567
564
|
): void;
|
|
568
565
|
getExtension(
|
|
569
566
|
args: GetExtensionCommandInput,
|
|
570
567
|
options: __HttpHandlerOptions,
|
|
571
|
-
cb: (err: any, data?: GetExtensionCommandOutput) => void
|
|
568
|
+
cb: (err: any, data?: GetExtensionCommandOutput) => void,
|
|
572
569
|
): void;
|
|
573
570
|
getExtensionAssociation(
|
|
574
571
|
args: GetExtensionAssociationCommandInput,
|
|
575
|
-
options?: __HttpHandlerOptions
|
|
572
|
+
options?: __HttpHandlerOptions,
|
|
576
573
|
): Promise<GetExtensionAssociationCommandOutput>;
|
|
577
574
|
getExtensionAssociation(
|
|
578
575
|
args: GetExtensionAssociationCommandInput,
|
|
579
|
-
cb: (err: any, data?: GetExtensionAssociationCommandOutput) => void
|
|
576
|
+
cb: (err: any, data?: GetExtensionAssociationCommandOutput) => void,
|
|
580
577
|
): void;
|
|
581
578
|
getExtensionAssociation(
|
|
582
579
|
args: GetExtensionAssociationCommandInput,
|
|
583
580
|
options: __HttpHandlerOptions,
|
|
584
|
-
cb: (err: any, data?: GetExtensionAssociationCommandOutput) => void
|
|
581
|
+
cb: (err: any, data?: GetExtensionAssociationCommandOutput) => void,
|
|
585
582
|
): void;
|
|
586
583
|
getHostedConfigurationVersion(
|
|
587
584
|
args: GetHostedConfigurationVersionCommandInput,
|
|
588
|
-
options?: __HttpHandlerOptions
|
|
585
|
+
options?: __HttpHandlerOptions,
|
|
589
586
|
): Promise<GetHostedConfigurationVersionCommandOutput>;
|
|
590
587
|
getHostedConfigurationVersion(
|
|
591
588
|
args: GetHostedConfigurationVersionCommandInput,
|
|
592
|
-
cb: (err: any, data?: GetHostedConfigurationVersionCommandOutput) => void
|
|
589
|
+
cb: (err: any, data?: GetHostedConfigurationVersionCommandOutput) => void,
|
|
593
590
|
): void;
|
|
594
591
|
getHostedConfigurationVersion(
|
|
595
592
|
args: GetHostedConfigurationVersionCommandInput,
|
|
596
593
|
options: __HttpHandlerOptions,
|
|
597
|
-
cb: (err: any, data?: GetHostedConfigurationVersionCommandOutput) => void
|
|
594
|
+
cb: (err: any, data?: GetHostedConfigurationVersionCommandOutput) => void,
|
|
598
595
|
): void;
|
|
599
596
|
listApplications(): Promise<ListApplicationsCommandOutput>;
|
|
600
597
|
listApplications(
|
|
601
598
|
args: ListApplicationsCommandInput,
|
|
602
|
-
options?: __HttpHandlerOptions
|
|
599
|
+
options?: __HttpHandlerOptions,
|
|
603
600
|
): Promise<ListApplicationsCommandOutput>;
|
|
604
601
|
listApplications(
|
|
605
602
|
args: ListApplicationsCommandInput,
|
|
606
|
-
cb: (err: any, data?: ListApplicationsCommandOutput) => void
|
|
603
|
+
cb: (err: any, data?: ListApplicationsCommandOutput) => void,
|
|
607
604
|
): void;
|
|
608
605
|
listApplications(
|
|
609
606
|
args: ListApplicationsCommandInput,
|
|
610
607
|
options: __HttpHandlerOptions,
|
|
611
|
-
cb: (err: any, data?: ListApplicationsCommandOutput) => void
|
|
608
|
+
cb: (err: any, data?: ListApplicationsCommandOutput) => void,
|
|
612
609
|
): void;
|
|
613
610
|
listConfigurationProfiles(
|
|
614
611
|
args: ListConfigurationProfilesCommandInput,
|
|
615
|
-
options?: __HttpHandlerOptions
|
|
612
|
+
options?: __HttpHandlerOptions,
|
|
616
613
|
): Promise<ListConfigurationProfilesCommandOutput>;
|
|
617
614
|
listConfigurationProfiles(
|
|
618
615
|
args: ListConfigurationProfilesCommandInput,
|
|
619
|
-
cb: (err: any, data?: ListConfigurationProfilesCommandOutput) => void
|
|
616
|
+
cb: (err: any, data?: ListConfigurationProfilesCommandOutput) => void,
|
|
620
617
|
): void;
|
|
621
618
|
listConfigurationProfiles(
|
|
622
619
|
args: ListConfigurationProfilesCommandInput,
|
|
623
620
|
options: __HttpHandlerOptions,
|
|
624
|
-
cb: (err: any, data?: ListConfigurationProfilesCommandOutput) => void
|
|
621
|
+
cb: (err: any, data?: ListConfigurationProfilesCommandOutput) => void,
|
|
625
622
|
): void;
|
|
626
623
|
listDeployments(
|
|
627
624
|
args: ListDeploymentsCommandInput,
|
|
628
|
-
options?: __HttpHandlerOptions
|
|
625
|
+
options?: __HttpHandlerOptions,
|
|
629
626
|
): Promise<ListDeploymentsCommandOutput>;
|
|
630
627
|
listDeployments(
|
|
631
628
|
args: ListDeploymentsCommandInput,
|
|
632
|
-
cb: (err: any, data?: ListDeploymentsCommandOutput) => void
|
|
629
|
+
cb: (err: any, data?: ListDeploymentsCommandOutput) => void,
|
|
633
630
|
): void;
|
|
634
631
|
listDeployments(
|
|
635
632
|
args: ListDeploymentsCommandInput,
|
|
636
633
|
options: __HttpHandlerOptions,
|
|
637
|
-
cb: (err: any, data?: ListDeploymentsCommandOutput) => void
|
|
634
|
+
cb: (err: any, data?: ListDeploymentsCommandOutput) => void,
|
|
638
635
|
): void;
|
|
639
636
|
listDeploymentStrategies(): Promise<ListDeploymentStrategiesCommandOutput>;
|
|
640
637
|
listDeploymentStrategies(
|
|
641
638
|
args: ListDeploymentStrategiesCommandInput,
|
|
642
|
-
options?: __HttpHandlerOptions
|
|
639
|
+
options?: __HttpHandlerOptions,
|
|
643
640
|
): Promise<ListDeploymentStrategiesCommandOutput>;
|
|
644
641
|
listDeploymentStrategies(
|
|
645
642
|
args: ListDeploymentStrategiesCommandInput,
|
|
646
|
-
cb: (err: any, data?: ListDeploymentStrategiesCommandOutput) => void
|
|
643
|
+
cb: (err: any, data?: ListDeploymentStrategiesCommandOutput) => void,
|
|
647
644
|
): void;
|
|
648
645
|
listDeploymentStrategies(
|
|
649
646
|
args: ListDeploymentStrategiesCommandInput,
|
|
650
647
|
options: __HttpHandlerOptions,
|
|
651
|
-
cb: (err: any, data?: ListDeploymentStrategiesCommandOutput) => void
|
|
648
|
+
cb: (err: any, data?: ListDeploymentStrategiesCommandOutput) => void,
|
|
652
649
|
): void;
|
|
653
650
|
listEnvironments(
|
|
654
651
|
args: ListEnvironmentsCommandInput,
|
|
655
|
-
options?: __HttpHandlerOptions
|
|
652
|
+
options?: __HttpHandlerOptions,
|
|
656
653
|
): Promise<ListEnvironmentsCommandOutput>;
|
|
657
654
|
listEnvironments(
|
|
658
655
|
args: ListEnvironmentsCommandInput,
|
|
659
|
-
cb: (err: any, data?: ListEnvironmentsCommandOutput) => void
|
|
656
|
+
cb: (err: any, data?: ListEnvironmentsCommandOutput) => void,
|
|
660
657
|
): void;
|
|
661
658
|
listEnvironments(
|
|
662
659
|
args: ListEnvironmentsCommandInput,
|
|
663
660
|
options: __HttpHandlerOptions,
|
|
664
|
-
cb: (err: any, data?: ListEnvironmentsCommandOutput) => void
|
|
661
|
+
cb: (err: any, data?: ListEnvironmentsCommandOutput) => void,
|
|
665
662
|
): void;
|
|
666
663
|
listExperimentDefinitions(): Promise<ListExperimentDefinitionsCommandOutput>;
|
|
667
664
|
listExperimentDefinitions(
|
|
668
665
|
args: ListExperimentDefinitionsCommandInput,
|
|
669
|
-
options?: __HttpHandlerOptions
|
|
666
|
+
options?: __HttpHandlerOptions,
|
|
670
667
|
): Promise<ListExperimentDefinitionsCommandOutput>;
|
|
671
668
|
listExperimentDefinitions(
|
|
672
669
|
args: ListExperimentDefinitionsCommandInput,
|
|
673
|
-
cb: (err: any, data?: ListExperimentDefinitionsCommandOutput) => void
|
|
670
|
+
cb: (err: any, data?: ListExperimentDefinitionsCommandOutput) => void,
|
|
674
671
|
): void;
|
|
675
672
|
listExperimentDefinitions(
|
|
676
673
|
args: ListExperimentDefinitionsCommandInput,
|
|
677
674
|
options: __HttpHandlerOptions,
|
|
678
|
-
cb: (err: any, data?: ListExperimentDefinitionsCommandOutput) => void
|
|
675
|
+
cb: (err: any, data?: ListExperimentDefinitionsCommandOutput) => void,
|
|
679
676
|
): void;
|
|
680
677
|
listExperimentRunEvents(
|
|
681
678
|
args: ListExperimentRunEventsCommandInput,
|
|
682
|
-
options?: __HttpHandlerOptions
|
|
679
|
+
options?: __HttpHandlerOptions,
|
|
683
680
|
): Promise<ListExperimentRunEventsCommandOutput>;
|
|
684
681
|
listExperimentRunEvents(
|
|
685
682
|
args: ListExperimentRunEventsCommandInput,
|
|
686
|
-
cb: (err: any, data?: ListExperimentRunEventsCommandOutput) => void
|
|
683
|
+
cb: (err: any, data?: ListExperimentRunEventsCommandOutput) => void,
|
|
687
684
|
): void;
|
|
688
685
|
listExperimentRunEvents(
|
|
689
686
|
args: ListExperimentRunEventsCommandInput,
|
|
690
687
|
options: __HttpHandlerOptions,
|
|
691
|
-
cb: (err: any, data?: ListExperimentRunEventsCommandOutput) => void
|
|
688
|
+
cb: (err: any, data?: ListExperimentRunEventsCommandOutput) => void,
|
|
692
689
|
): void;
|
|
693
690
|
listExperimentRuns(
|
|
694
691
|
args: ListExperimentRunsCommandInput,
|
|
695
|
-
options?: __HttpHandlerOptions
|
|
692
|
+
options?: __HttpHandlerOptions,
|
|
696
693
|
): Promise<ListExperimentRunsCommandOutput>;
|
|
697
694
|
listExperimentRuns(
|
|
698
695
|
args: ListExperimentRunsCommandInput,
|
|
699
|
-
cb: (err: any, data?: ListExperimentRunsCommandOutput) => void
|
|
696
|
+
cb: (err: any, data?: ListExperimentRunsCommandOutput) => void,
|
|
700
697
|
): void;
|
|
701
698
|
listExperimentRuns(
|
|
702
699
|
args: ListExperimentRunsCommandInput,
|
|
703
700
|
options: __HttpHandlerOptions,
|
|
704
|
-
cb: (err: any, data?: ListExperimentRunsCommandOutput) => void
|
|
701
|
+
cb: (err: any, data?: ListExperimentRunsCommandOutput) => void,
|
|
705
702
|
): void;
|
|
706
703
|
listExtensionAssociations(): Promise<ListExtensionAssociationsCommandOutput>;
|
|
707
704
|
listExtensionAssociations(
|
|
708
705
|
args: ListExtensionAssociationsCommandInput,
|
|
709
|
-
options?: __HttpHandlerOptions
|
|
706
|
+
options?: __HttpHandlerOptions,
|
|
710
707
|
): Promise<ListExtensionAssociationsCommandOutput>;
|
|
711
708
|
listExtensionAssociations(
|
|
712
709
|
args: ListExtensionAssociationsCommandInput,
|
|
713
|
-
cb: (err: any, data?: ListExtensionAssociationsCommandOutput) => void
|
|
710
|
+
cb: (err: any, data?: ListExtensionAssociationsCommandOutput) => void,
|
|
714
711
|
): void;
|
|
715
712
|
listExtensionAssociations(
|
|
716
713
|
args: ListExtensionAssociationsCommandInput,
|
|
717
714
|
options: __HttpHandlerOptions,
|
|
718
|
-
cb: (err: any, data?: ListExtensionAssociationsCommandOutput) => void
|
|
715
|
+
cb: (err: any, data?: ListExtensionAssociationsCommandOutput) => void,
|
|
719
716
|
): void;
|
|
720
717
|
listExtensions(): Promise<ListExtensionsCommandOutput>;
|
|
721
718
|
listExtensions(
|
|
722
719
|
args: ListExtensionsCommandInput,
|
|
723
|
-
options?: __HttpHandlerOptions
|
|
720
|
+
options?: __HttpHandlerOptions,
|
|
724
721
|
): Promise<ListExtensionsCommandOutput>;
|
|
725
722
|
listExtensions(
|
|
726
723
|
args: ListExtensionsCommandInput,
|
|
727
|
-
cb: (err: any, data?: ListExtensionsCommandOutput) => void
|
|
724
|
+
cb: (err: any, data?: ListExtensionsCommandOutput) => void,
|
|
728
725
|
): void;
|
|
729
726
|
listExtensions(
|
|
730
727
|
args: ListExtensionsCommandInput,
|
|
731
728
|
options: __HttpHandlerOptions,
|
|
732
|
-
cb: (err: any, data?: ListExtensionsCommandOutput) => void
|
|
729
|
+
cb: (err: any, data?: ListExtensionsCommandOutput) => void,
|
|
733
730
|
): void;
|
|
734
731
|
listHostedConfigurationVersions(
|
|
735
732
|
args: ListHostedConfigurationVersionsCommandInput,
|
|
736
|
-
options?: __HttpHandlerOptions
|
|
733
|
+
options?: __HttpHandlerOptions,
|
|
737
734
|
): Promise<ListHostedConfigurationVersionsCommandOutput>;
|
|
738
735
|
listHostedConfigurationVersions(
|
|
739
736
|
args: ListHostedConfigurationVersionsCommandInput,
|
|
740
|
-
cb: (err: any, data?: ListHostedConfigurationVersionsCommandOutput) => void
|
|
737
|
+
cb: (err: any, data?: ListHostedConfigurationVersionsCommandOutput) => void,
|
|
741
738
|
): void;
|
|
742
739
|
listHostedConfigurationVersions(
|
|
743
740
|
args: ListHostedConfigurationVersionsCommandInput,
|
|
744
741
|
options: __HttpHandlerOptions,
|
|
745
|
-
cb: (err: any, data?: ListHostedConfigurationVersionsCommandOutput) => void
|
|
742
|
+
cb: (err: any, data?: ListHostedConfigurationVersionsCommandOutput) => void,
|
|
746
743
|
): void;
|
|
747
744
|
listTagsForResource(
|
|
748
745
|
args: ListTagsForResourceCommandInput,
|
|
749
|
-
options?: __HttpHandlerOptions
|
|
746
|
+
options?: __HttpHandlerOptions,
|
|
750
747
|
): Promise<ListTagsForResourceCommandOutput>;
|
|
751
748
|
listTagsForResource(
|
|
752
749
|
args: ListTagsForResourceCommandInput,
|
|
753
|
-
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
750
|
+
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void,
|
|
754
751
|
): void;
|
|
755
752
|
listTagsForResource(
|
|
756
753
|
args: ListTagsForResourceCommandInput,
|
|
757
754
|
options: __HttpHandlerOptions,
|
|
758
|
-
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
755
|
+
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void,
|
|
759
756
|
): void;
|
|
760
757
|
startDeployment(
|
|
761
758
|
args: StartDeploymentCommandInput,
|
|
762
|
-
options?: __HttpHandlerOptions
|
|
759
|
+
options?: __HttpHandlerOptions,
|
|
763
760
|
): Promise<StartDeploymentCommandOutput>;
|
|
764
761
|
startDeployment(
|
|
765
762
|
args: StartDeploymentCommandInput,
|
|
766
|
-
cb: (err: any, data?: StartDeploymentCommandOutput) => void
|
|
763
|
+
cb: (err: any, data?: StartDeploymentCommandOutput) => void,
|
|
767
764
|
): void;
|
|
768
765
|
startDeployment(
|
|
769
766
|
args: StartDeploymentCommandInput,
|
|
770
767
|
options: __HttpHandlerOptions,
|
|
771
|
-
cb: (err: any, data?: StartDeploymentCommandOutput) => void
|
|
768
|
+
cb: (err: any, data?: StartDeploymentCommandOutput) => void,
|
|
772
769
|
): void;
|
|
773
770
|
startExperimentRun(
|
|
774
771
|
args: StartExperimentRunCommandInput,
|
|
775
|
-
options?: __HttpHandlerOptions
|
|
772
|
+
options?: __HttpHandlerOptions,
|
|
776
773
|
): Promise<StartExperimentRunCommandOutput>;
|
|
777
774
|
startExperimentRun(
|
|
778
775
|
args: StartExperimentRunCommandInput,
|
|
779
|
-
cb: (err: any, data?: StartExperimentRunCommandOutput) => void
|
|
776
|
+
cb: (err: any, data?: StartExperimentRunCommandOutput) => void,
|
|
780
777
|
): void;
|
|
781
778
|
startExperimentRun(
|
|
782
779
|
args: StartExperimentRunCommandInput,
|
|
783
780
|
options: __HttpHandlerOptions,
|
|
784
|
-
cb: (err: any, data?: StartExperimentRunCommandOutput) => void
|
|
781
|
+
cb: (err: any, data?: StartExperimentRunCommandOutput) => void,
|
|
785
782
|
): void;
|
|
786
783
|
stopDeployment(
|
|
787
784
|
args: StopDeploymentCommandInput,
|
|
788
|
-
options?: __HttpHandlerOptions
|
|
785
|
+
options?: __HttpHandlerOptions,
|
|
789
786
|
): Promise<StopDeploymentCommandOutput>;
|
|
790
787
|
stopDeployment(
|
|
791
788
|
args: StopDeploymentCommandInput,
|
|
792
|
-
cb: (err: any, data?: StopDeploymentCommandOutput) => void
|
|
789
|
+
cb: (err: any, data?: StopDeploymentCommandOutput) => void,
|
|
793
790
|
): void;
|
|
794
791
|
stopDeployment(
|
|
795
792
|
args: StopDeploymentCommandInput,
|
|
796
793
|
options: __HttpHandlerOptions,
|
|
797
|
-
cb: (err: any, data?: StopDeploymentCommandOutput) => void
|
|
794
|
+
cb: (err: any, data?: StopDeploymentCommandOutput) => void,
|
|
798
795
|
): void;
|
|
799
796
|
stopExperimentRun(
|
|
800
797
|
args: StopExperimentRunCommandInput,
|
|
801
|
-
options?: __HttpHandlerOptions
|
|
798
|
+
options?: __HttpHandlerOptions,
|
|
802
799
|
): Promise<StopExperimentRunCommandOutput>;
|
|
803
800
|
stopExperimentRun(
|
|
804
801
|
args: StopExperimentRunCommandInput,
|
|
805
|
-
cb: (err: any, data?: StopExperimentRunCommandOutput) => void
|
|
802
|
+
cb: (err: any, data?: StopExperimentRunCommandOutput) => void,
|
|
806
803
|
): void;
|
|
807
804
|
stopExperimentRun(
|
|
808
805
|
args: StopExperimentRunCommandInput,
|
|
809
806
|
options: __HttpHandlerOptions,
|
|
810
|
-
cb: (err: any, data?: StopExperimentRunCommandOutput) => void
|
|
807
|
+
cb: (err: any, data?: StopExperimentRunCommandOutput) => void,
|
|
811
808
|
): void;
|
|
812
809
|
tagResource(
|
|
813
810
|
args: TagResourceCommandInput,
|
|
814
|
-
options?: __HttpHandlerOptions
|
|
811
|
+
options?: __HttpHandlerOptions,
|
|
815
812
|
): Promise<TagResourceCommandOutput>;
|
|
816
813
|
tagResource(
|
|
817
814
|
args: TagResourceCommandInput,
|
|
818
|
-
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
815
|
+
cb: (err: any, data?: TagResourceCommandOutput) => void,
|
|
819
816
|
): void;
|
|
820
817
|
tagResource(
|
|
821
818
|
args: TagResourceCommandInput,
|
|
822
819
|
options: __HttpHandlerOptions,
|
|
823
|
-
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
820
|
+
cb: (err: any, data?: TagResourceCommandOutput) => void,
|
|
824
821
|
): void;
|
|
825
822
|
untagResource(
|
|
826
823
|
args: UntagResourceCommandInput,
|
|
827
|
-
options?: __HttpHandlerOptions
|
|
824
|
+
options?: __HttpHandlerOptions,
|
|
828
825
|
): Promise<UntagResourceCommandOutput>;
|
|
829
826
|
untagResource(
|
|
830
827
|
args: UntagResourceCommandInput,
|
|
831
|
-
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
828
|
+
cb: (err: any, data?: UntagResourceCommandOutput) => void,
|
|
832
829
|
): void;
|
|
833
830
|
untagResource(
|
|
834
831
|
args: UntagResourceCommandInput,
|
|
835
832
|
options: __HttpHandlerOptions,
|
|
836
|
-
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
833
|
+
cb: (err: any, data?: UntagResourceCommandOutput) => void,
|
|
837
834
|
): void;
|
|
838
835
|
updateAccountSettings(): Promise<UpdateAccountSettingsCommandOutput>;
|
|
839
836
|
updateAccountSettings(
|
|
840
837
|
args: UpdateAccountSettingsCommandInput,
|
|
841
|
-
options?: __HttpHandlerOptions
|
|
838
|
+
options?: __HttpHandlerOptions,
|
|
842
839
|
): Promise<UpdateAccountSettingsCommandOutput>;
|
|
843
840
|
updateAccountSettings(
|
|
844
841
|
args: UpdateAccountSettingsCommandInput,
|
|
845
|
-
cb: (err: any, data?: UpdateAccountSettingsCommandOutput) => void
|
|
842
|
+
cb: (err: any, data?: UpdateAccountSettingsCommandOutput) => void,
|
|
846
843
|
): void;
|
|
847
844
|
updateAccountSettings(
|
|
848
845
|
args: UpdateAccountSettingsCommandInput,
|
|
849
846
|
options: __HttpHandlerOptions,
|
|
850
|
-
cb: (err: any, data?: UpdateAccountSettingsCommandOutput) => void
|
|
847
|
+
cb: (err: any, data?: UpdateAccountSettingsCommandOutput) => void,
|
|
851
848
|
): void;
|
|
852
849
|
updateApplication(
|
|
853
850
|
args: UpdateApplicationCommandInput,
|
|
854
|
-
options?: __HttpHandlerOptions
|
|
851
|
+
options?: __HttpHandlerOptions,
|
|
855
852
|
): Promise<UpdateApplicationCommandOutput>;
|
|
856
853
|
updateApplication(
|
|
857
854
|
args: UpdateApplicationCommandInput,
|
|
858
|
-
cb: (err: any, data?: UpdateApplicationCommandOutput) => void
|
|
855
|
+
cb: (err: any, data?: UpdateApplicationCommandOutput) => void,
|
|
859
856
|
): void;
|
|
860
857
|
updateApplication(
|
|
861
858
|
args: UpdateApplicationCommandInput,
|
|
862
859
|
options: __HttpHandlerOptions,
|
|
863
|
-
cb: (err: any, data?: UpdateApplicationCommandOutput) => void
|
|
860
|
+
cb: (err: any, data?: UpdateApplicationCommandOutput) => void,
|
|
864
861
|
): void;
|
|
865
862
|
updateConfigurationProfile(
|
|
866
863
|
args: UpdateConfigurationProfileCommandInput,
|
|
867
|
-
options?: __HttpHandlerOptions
|
|
864
|
+
options?: __HttpHandlerOptions,
|
|
868
865
|
): Promise<UpdateConfigurationProfileCommandOutput>;
|
|
869
866
|
updateConfigurationProfile(
|
|
870
867
|
args: UpdateConfigurationProfileCommandInput,
|
|
871
|
-
cb: (err: any, data?: UpdateConfigurationProfileCommandOutput) => void
|
|
868
|
+
cb: (err: any, data?: UpdateConfigurationProfileCommandOutput) => void,
|
|
872
869
|
): void;
|
|
873
870
|
updateConfigurationProfile(
|
|
874
871
|
args: UpdateConfigurationProfileCommandInput,
|
|
875
872
|
options: __HttpHandlerOptions,
|
|
876
|
-
cb: (err: any, data?: UpdateConfigurationProfileCommandOutput) => void
|
|
873
|
+
cb: (err: any, data?: UpdateConfigurationProfileCommandOutput) => void,
|
|
877
874
|
): void;
|
|
878
875
|
updateDeploymentStrategy(
|
|
879
876
|
args: UpdateDeploymentStrategyCommandInput,
|
|
880
|
-
options?: __HttpHandlerOptions
|
|
877
|
+
options?: __HttpHandlerOptions,
|
|
881
878
|
): Promise<UpdateDeploymentStrategyCommandOutput>;
|
|
882
879
|
updateDeploymentStrategy(
|
|
883
880
|
args: UpdateDeploymentStrategyCommandInput,
|
|
884
|
-
cb: (err: any, data?: UpdateDeploymentStrategyCommandOutput) => void
|
|
881
|
+
cb: (err: any, data?: UpdateDeploymentStrategyCommandOutput) => void,
|
|
885
882
|
): void;
|
|
886
883
|
updateDeploymentStrategy(
|
|
887
884
|
args: UpdateDeploymentStrategyCommandInput,
|
|
888
885
|
options: __HttpHandlerOptions,
|
|
889
|
-
cb: (err: any, data?: UpdateDeploymentStrategyCommandOutput) => void
|
|
886
|
+
cb: (err: any, data?: UpdateDeploymentStrategyCommandOutput) => void,
|
|
890
887
|
): void;
|
|
891
888
|
updateEnvironment(
|
|
892
889
|
args: UpdateEnvironmentCommandInput,
|
|
893
|
-
options?: __HttpHandlerOptions
|
|
890
|
+
options?: __HttpHandlerOptions,
|
|
894
891
|
): Promise<UpdateEnvironmentCommandOutput>;
|
|
895
892
|
updateEnvironment(
|
|
896
893
|
args: UpdateEnvironmentCommandInput,
|
|
897
|
-
cb: (err: any, data?: UpdateEnvironmentCommandOutput) => void
|
|
894
|
+
cb: (err: any, data?: UpdateEnvironmentCommandOutput) => void,
|
|
898
895
|
): void;
|
|
899
896
|
updateEnvironment(
|
|
900
897
|
args: UpdateEnvironmentCommandInput,
|
|
901
898
|
options: __HttpHandlerOptions,
|
|
902
|
-
cb: (err: any, data?: UpdateEnvironmentCommandOutput) => void
|
|
899
|
+
cb: (err: any, data?: UpdateEnvironmentCommandOutput) => void,
|
|
903
900
|
): void;
|
|
904
901
|
updateExperimentDefinition(
|
|
905
902
|
args: UpdateExperimentDefinitionCommandInput,
|
|
906
|
-
options?: __HttpHandlerOptions
|
|
903
|
+
options?: __HttpHandlerOptions,
|
|
907
904
|
): Promise<UpdateExperimentDefinitionCommandOutput>;
|
|
908
905
|
updateExperimentDefinition(
|
|
909
906
|
args: UpdateExperimentDefinitionCommandInput,
|
|
910
|
-
cb: (err: any, data?: UpdateExperimentDefinitionCommandOutput) => void
|
|
907
|
+
cb: (err: any, data?: UpdateExperimentDefinitionCommandOutput) => void,
|
|
911
908
|
): void;
|
|
912
909
|
updateExperimentDefinition(
|
|
913
910
|
args: UpdateExperimentDefinitionCommandInput,
|
|
914
911
|
options: __HttpHandlerOptions,
|
|
915
|
-
cb: (err: any, data?: UpdateExperimentDefinitionCommandOutput) => void
|
|
912
|
+
cb: (err: any, data?: UpdateExperimentDefinitionCommandOutput) => void,
|
|
916
913
|
): void;
|
|
917
914
|
updateExperimentRun(
|
|
918
915
|
args: UpdateExperimentRunCommandInput,
|
|
919
|
-
options?: __HttpHandlerOptions
|
|
916
|
+
options?: __HttpHandlerOptions,
|
|
920
917
|
): Promise<UpdateExperimentRunCommandOutput>;
|
|
921
918
|
updateExperimentRun(
|
|
922
919
|
args: UpdateExperimentRunCommandInput,
|
|
923
|
-
cb: (err: any, data?: UpdateExperimentRunCommandOutput) => void
|
|
920
|
+
cb: (err: any, data?: UpdateExperimentRunCommandOutput) => void,
|
|
924
921
|
): void;
|
|
925
922
|
updateExperimentRun(
|
|
926
923
|
args: UpdateExperimentRunCommandInput,
|
|
927
924
|
options: __HttpHandlerOptions,
|
|
928
|
-
cb: (err: any, data?: UpdateExperimentRunCommandOutput) => void
|
|
925
|
+
cb: (err: any, data?: UpdateExperimentRunCommandOutput) => void,
|
|
929
926
|
): void;
|
|
930
927
|
updateExtension(
|
|
931
928
|
args: UpdateExtensionCommandInput,
|
|
932
|
-
options?: __HttpHandlerOptions
|
|
929
|
+
options?: __HttpHandlerOptions,
|
|
933
930
|
): Promise<UpdateExtensionCommandOutput>;
|
|
934
931
|
updateExtension(
|
|
935
932
|
args: UpdateExtensionCommandInput,
|
|
936
|
-
cb: (err: any, data?: UpdateExtensionCommandOutput) => void
|
|
933
|
+
cb: (err: any, data?: UpdateExtensionCommandOutput) => void,
|
|
937
934
|
): void;
|
|
938
935
|
updateExtension(
|
|
939
936
|
args: UpdateExtensionCommandInput,
|
|
940
937
|
options: __HttpHandlerOptions,
|
|
941
|
-
cb: (err: any, data?: UpdateExtensionCommandOutput) => void
|
|
938
|
+
cb: (err: any, data?: UpdateExtensionCommandOutput) => void,
|
|
942
939
|
): void;
|
|
943
940
|
updateExtensionAssociation(
|
|
944
941
|
args: UpdateExtensionAssociationCommandInput,
|
|
945
|
-
options?: __HttpHandlerOptions
|
|
942
|
+
options?: __HttpHandlerOptions,
|
|
946
943
|
): Promise<UpdateExtensionAssociationCommandOutput>;
|
|
947
944
|
updateExtensionAssociation(
|
|
948
945
|
args: UpdateExtensionAssociationCommandInput,
|
|
949
|
-
cb: (err: any, data?: UpdateExtensionAssociationCommandOutput) => void
|
|
946
|
+
cb: (err: any, data?: UpdateExtensionAssociationCommandOutput) => void,
|
|
950
947
|
): void;
|
|
951
948
|
updateExtensionAssociation(
|
|
952
949
|
args: UpdateExtensionAssociationCommandInput,
|
|
953
950
|
options: __HttpHandlerOptions,
|
|
954
|
-
cb: (err: any, data?: UpdateExtensionAssociationCommandOutput) => void
|
|
951
|
+
cb: (err: any, data?: UpdateExtensionAssociationCommandOutput) => void,
|
|
955
952
|
): void;
|
|
956
953
|
validateConfiguration(
|
|
957
954
|
args: ValidateConfigurationCommandInput,
|
|
958
|
-
options?: __HttpHandlerOptions
|
|
955
|
+
options?: __HttpHandlerOptions,
|
|
959
956
|
): Promise<ValidateConfigurationCommandOutput>;
|
|
960
957
|
validateConfiguration(
|
|
961
958
|
args: ValidateConfigurationCommandInput,
|
|
962
|
-
cb: (err: any, data?: ValidateConfigurationCommandOutput) => void
|
|
959
|
+
cb: (err: any, data?: ValidateConfigurationCommandOutput) => void,
|
|
963
960
|
): void;
|
|
964
961
|
validateConfiguration(
|
|
965
962
|
args: ValidateConfigurationCommandInput,
|
|
966
963
|
options: __HttpHandlerOptions,
|
|
967
|
-
cb: (err: any, data?: ValidateConfigurationCommandOutput) => void
|
|
964
|
+
cb: (err: any, data?: ValidateConfigurationCommandOutput) => void,
|
|
968
965
|
): void;
|
|
969
966
|
paginateListApplications(
|
|
970
967
|
args?: ListApplicationsCommandInput,
|
|
971
968
|
paginationConfig?: Pick<
|
|
972
969
|
PaginationConfiguration,
|
|
973
970
|
Exclude<keyof PaginationConfiguration, "client">
|
|
974
|
-
|
|
971
|
+
>,
|
|
975
972
|
): Paginator<ListApplicationsCommandOutput>;
|
|
976
973
|
paginateListConfigurationProfiles(
|
|
977
974
|
args: ListConfigurationProfilesCommandInput,
|
|
978
975
|
paginationConfig?: Pick<
|
|
979
976
|
PaginationConfiguration,
|
|
980
977
|
Exclude<keyof PaginationConfiguration, "client">
|
|
981
|
-
|
|
978
|
+
>,
|
|
982
979
|
): Paginator<ListConfigurationProfilesCommandOutput>;
|
|
983
980
|
paginateListDeployments(
|
|
984
981
|
args: ListDeploymentsCommandInput,
|
|
985
982
|
paginationConfig?: Pick<
|
|
986
983
|
PaginationConfiguration,
|
|
987
984
|
Exclude<keyof PaginationConfiguration, "client">
|
|
988
|
-
|
|
985
|
+
>,
|
|
989
986
|
): Paginator<ListDeploymentsCommandOutput>;
|
|
990
987
|
paginateListDeploymentStrategies(
|
|
991
988
|
args?: ListDeploymentStrategiesCommandInput,
|
|
992
989
|
paginationConfig?: Pick<
|
|
993
990
|
PaginationConfiguration,
|
|
994
991
|
Exclude<keyof PaginationConfiguration, "client">
|
|
995
|
-
|
|
992
|
+
>,
|
|
996
993
|
): Paginator<ListDeploymentStrategiesCommandOutput>;
|
|
997
994
|
paginateListEnvironments(
|
|
998
995
|
args: ListEnvironmentsCommandInput,
|
|
999
996
|
paginationConfig?: Pick<
|
|
1000
997
|
PaginationConfiguration,
|
|
1001
998
|
Exclude<keyof PaginationConfiguration, "client">
|
|
1002
|
-
|
|
999
|
+
>,
|
|
1003
1000
|
): Paginator<ListEnvironmentsCommandOutput>;
|
|
1004
1001
|
paginateListExperimentDefinitions(
|
|
1005
1002
|
args?: ListExperimentDefinitionsCommandInput,
|
|
1006
1003
|
paginationConfig?: Pick<
|
|
1007
1004
|
PaginationConfiguration,
|
|
1008
1005
|
Exclude<keyof PaginationConfiguration, "client">
|
|
1009
|
-
|
|
1006
|
+
>,
|
|
1010
1007
|
): Paginator<ListExperimentDefinitionsCommandOutput>;
|
|
1011
1008
|
paginateListExperimentRunEvents(
|
|
1012
1009
|
args: ListExperimentRunEventsCommandInput,
|
|
1013
1010
|
paginationConfig?: Pick<
|
|
1014
1011
|
PaginationConfiguration,
|
|
1015
1012
|
Exclude<keyof PaginationConfiguration, "client">
|
|
1016
|
-
|
|
1013
|
+
>,
|
|
1017
1014
|
): Paginator<ListExperimentRunEventsCommandOutput>;
|
|
1018
1015
|
paginateListExperimentRuns(
|
|
1019
1016
|
args: ListExperimentRunsCommandInput,
|
|
1020
1017
|
paginationConfig?: Pick<
|
|
1021
1018
|
PaginationConfiguration,
|
|
1022
1019
|
Exclude<keyof PaginationConfiguration, "client">
|
|
1023
|
-
|
|
1020
|
+
>,
|
|
1024
1021
|
): Paginator<ListExperimentRunsCommandOutput>;
|
|
1025
1022
|
paginateListExtensionAssociations(
|
|
1026
1023
|
args?: ListExtensionAssociationsCommandInput,
|
|
1027
1024
|
paginationConfig?: Pick<
|
|
1028
1025
|
PaginationConfiguration,
|
|
1029
1026
|
Exclude<keyof PaginationConfiguration, "client">
|
|
1030
|
-
|
|
1027
|
+
>,
|
|
1031
1028
|
): Paginator<ListExtensionAssociationsCommandOutput>;
|
|
1032
1029
|
paginateListExtensions(
|
|
1033
1030
|
args?: ListExtensionsCommandInput,
|
|
1034
1031
|
paginationConfig?: Pick<
|
|
1035
1032
|
PaginationConfiguration,
|
|
1036
1033
|
Exclude<keyof PaginationConfiguration, "client">
|
|
1037
|
-
|
|
1034
|
+
>,
|
|
1038
1035
|
): Paginator<ListExtensionsCommandOutput>;
|
|
1039
1036
|
paginateListHostedConfigurationVersions(
|
|
1040
1037
|
args: ListHostedConfigurationVersionsCommandInput,
|
|
1041
1038
|
paginationConfig?: Pick<
|
|
1042
1039
|
PaginationConfiguration,
|
|
1043
1040
|
Exclude<keyof PaginationConfiguration, "client">
|
|
1044
|
-
|
|
1041
|
+
>,
|
|
1045
1042
|
): Paginator<ListHostedConfigurationVersionsCommandOutput>;
|
|
1046
1043
|
waitUntilDeploymentComplete(
|
|
1047
1044
|
args: GetDeploymentCommandInput,
|
|
@@ -1050,7 +1047,7 @@ export interface AppConfig {
|
|
|
1050
1047
|
| Pick<
|
|
1051
1048
|
WaiterConfiguration<AppConfig>,
|
|
1052
1049
|
Exclude<keyof WaiterConfiguration<AppConfig>, "client">
|
|
1053
|
-
|
|
1050
|
+
>,
|
|
1054
1051
|
): Promise<WaiterResult<GetDeploymentCommandOutput>>;
|
|
1055
1052
|
waitUntilEnvironmentReadyForDeployment(
|
|
1056
1053
|
args: GetEnvironmentCommandInput,
|
|
@@ -1059,7 +1056,7 @@ export interface AppConfig {
|
|
|
1059
1056
|
| Pick<
|
|
1060
1057
|
WaiterConfiguration<AppConfig>,
|
|
1061
1058
|
Exclude<keyof WaiterConfiguration<AppConfig>, "client">
|
|
1062
|
-
|
|
1059
|
+
>,
|
|
1063
1060
|
): Promise<WaiterResult<GetEnvironmentCommandOutput>>;
|
|
1064
1061
|
}
|
|
1065
1062
|
export declare class AppConfig extends AppConfigClient implements AppConfig {}
|