@aws-sdk/client-elastic-beanstalk 3.170.0 → 3.171.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -0
- package/dist-types/ts3.4/ElasticBeanstalk.d.ts +0 -47
- package/dist-types/ts3.4/ElasticBeanstalkClient.d.ts +0 -25
- package/dist-types/ts3.4/commands/AbortEnvironmentUpdateCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ApplyEnvironmentManagedActionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/AssociateEnvironmentOperationsRoleCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CheckDNSAvailabilityCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ComposeEnvironmentsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateApplicationVersionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateConfigurationTemplateCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateEnvironmentCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreatePlatformVersionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateStorageLocationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteApplicationVersionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteConfigurationTemplateCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteEnvironmentConfigurationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeletePlatformVersionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeAccountAttributesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeApplicationVersionsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeApplicationsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeConfigurationOptionsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeConfigurationSettingsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeEnvironmentHealthCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeEnvironmentManagedActionHistoryCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeEnvironmentManagedActionsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeEnvironmentResourcesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeEnvironmentsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeEventsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeInstancesHealthCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribePlatformVersionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DisassociateEnvironmentOperationsRoleCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListAvailableSolutionStacksCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListPlatformBranchesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListPlatformVersionsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/RebuildEnvironmentCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/RequestEnvironmentInfoCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/RestartAppServerCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/RetrieveEnvironmentInfoCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/SwapEnvironmentCNAMEsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/TerminateEnvironmentCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateApplicationResourceLifecycleCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateApplicationVersionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateConfigurationTemplateCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateEnvironmentCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateTagsForResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ValidateConfigurationSettingsCommand.d.ts +0 -2
- package/dist-types/ts3.4/models/ElasticBeanstalkServiceException.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -629
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
- package/dist-types/ts3.4/waiters/waitForEnvironmentExists.d.ts +0 -2
- package/dist-types/ts3.4/waiters/waitForEnvironmentTerminated.d.ts +0 -2
- package/dist-types/ts3.4/waiters/waitForEnvironmentUpdated.d.ts +0 -2
- package/package.json +27 -27
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.171.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.170.0...v3.171.0) (2022-09-14)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-elastic-beanstalk
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
# [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @aws-sdk/client-elastic-beanstalk
|
|
@@ -188,7 +188,6 @@ import {
|
|
|
188
188
|
ValidateConfigurationSettingsCommandOutput,
|
|
189
189
|
} from "./commands/ValidateConfigurationSettingsCommand";
|
|
190
190
|
import { ElasticBeanstalkClient } from "./ElasticBeanstalkClient";
|
|
191
|
-
|
|
192
191
|
export declare class ElasticBeanstalk extends ElasticBeanstalkClient {
|
|
193
192
|
abortEnvironmentUpdate(
|
|
194
193
|
args: AbortEnvironmentUpdateCommandInput,
|
|
@@ -203,7 +202,6 @@ export declare class ElasticBeanstalk extends ElasticBeanstalkClient {
|
|
|
203
202
|
options: __HttpHandlerOptions,
|
|
204
203
|
cb: (err: any, data?: AbortEnvironmentUpdateCommandOutput) => void
|
|
205
204
|
): void;
|
|
206
|
-
|
|
207
205
|
applyEnvironmentManagedAction(
|
|
208
206
|
args: ApplyEnvironmentManagedActionCommandInput,
|
|
209
207
|
options?: __HttpHandlerOptions
|
|
@@ -217,7 +215,6 @@ export declare class ElasticBeanstalk extends ElasticBeanstalkClient {
|
|
|
217
215
|
options: __HttpHandlerOptions,
|
|
218
216
|
cb: (err: any, data?: ApplyEnvironmentManagedActionCommandOutput) => void
|
|
219
217
|
): void;
|
|
220
|
-
|
|
221
218
|
associateEnvironmentOperationsRole(
|
|
222
219
|
args: AssociateEnvironmentOperationsRoleCommandInput,
|
|
223
220
|
options?: __HttpHandlerOptions
|
|
@@ -237,7 +234,6 @@ export declare class ElasticBeanstalk extends ElasticBeanstalkClient {
|
|
|
237
234
|
data?: AssociateEnvironmentOperationsRoleCommandOutput
|
|
238
235
|
) => void
|
|
239
236
|
): void;
|
|
240
|
-
|
|
241
237
|
checkDNSAvailability(
|
|
242
238
|
args: CheckDNSAvailabilityCommandInput,
|
|
243
239
|
options?: __HttpHandlerOptions
|
|
@@ -251,7 +247,6 @@ export declare class ElasticBeanstalk extends ElasticBeanstalkClient {
|
|
|
251
247
|
options: __HttpHandlerOptions,
|
|
252
248
|
cb: (err: any, data?: CheckDNSAvailabilityCommandOutput) => void
|
|
253
249
|
): void;
|
|
254
|
-
|
|
255
250
|
composeEnvironments(
|
|
256
251
|
args: ComposeEnvironmentsCommandInput,
|
|
257
252
|
options?: __HttpHandlerOptions
|
|
@@ -265,7 +260,6 @@ export declare class ElasticBeanstalk extends ElasticBeanstalkClient {
|
|
|
265
260
|
options: __HttpHandlerOptions,
|
|
266
261
|
cb: (err: any, data?: ComposeEnvironmentsCommandOutput) => void
|
|
267
262
|
): void;
|
|
268
|
-
|
|
269
263
|
createApplication(
|
|
270
264
|
args: CreateApplicationCommandInput,
|
|
271
265
|
options?: __HttpHandlerOptions
|
|
@@ -279,7 +273,6 @@ export declare class ElasticBeanstalk extends ElasticBeanstalkClient {
|
|
|
279
273
|
options: __HttpHandlerOptions,
|
|
280
274
|
cb: (err: any, data?: CreateApplicationCommandOutput) => void
|
|
281
275
|
): void;
|
|
282
|
-
|
|
283
276
|
createApplicationVersion(
|
|
284
277
|
args: CreateApplicationVersionCommandInput,
|
|
285
278
|
options?: __HttpHandlerOptions
|
|
@@ -293,7 +286,6 @@ export declare class ElasticBeanstalk extends ElasticBeanstalkClient {
|
|
|
293
286
|
options: __HttpHandlerOptions,
|
|
294
287
|
cb: (err: any, data?: CreateApplicationVersionCommandOutput) => void
|
|
295
288
|
): void;
|
|
296
|
-
|
|
297
289
|
createConfigurationTemplate(
|
|
298
290
|
args: CreateConfigurationTemplateCommandInput,
|
|
299
291
|
options?: __HttpHandlerOptions
|
|
@@ -307,7 +299,6 @@ export declare class ElasticBeanstalk extends ElasticBeanstalkClient {
|
|
|
307
299
|
options: __HttpHandlerOptions,
|
|
308
300
|
cb: (err: any, data?: CreateConfigurationTemplateCommandOutput) => void
|
|
309
301
|
): void;
|
|
310
|
-
|
|
311
302
|
createEnvironment(
|
|
312
303
|
args: CreateEnvironmentCommandInput,
|
|
313
304
|
options?: __HttpHandlerOptions
|
|
@@ -321,7 +312,6 @@ export declare class ElasticBeanstalk extends ElasticBeanstalkClient {
|
|
|
321
312
|
options: __HttpHandlerOptions,
|
|
322
313
|
cb: (err: any, data?: CreateEnvironmentCommandOutput) => void
|
|
323
314
|
): void;
|
|
324
|
-
|
|
325
315
|
createPlatformVersion(
|
|
326
316
|
args: CreatePlatformVersionCommandInput,
|
|
327
317
|
options?: __HttpHandlerOptions
|
|
@@ -335,7 +325,6 @@ export declare class ElasticBeanstalk extends ElasticBeanstalkClient {
|
|
|
335
325
|
options: __HttpHandlerOptions,
|
|
336
326
|
cb: (err: any, data?: CreatePlatformVersionCommandOutput) => void
|
|
337
327
|
): void;
|
|
338
|
-
|
|
339
328
|
createStorageLocation(
|
|
340
329
|
args: CreateStorageLocationCommandInput,
|
|
341
330
|
options?: __HttpHandlerOptions
|
|
@@ -349,7 +338,6 @@ export declare class ElasticBeanstalk extends ElasticBeanstalkClient {
|
|
|
349
338
|
options: __HttpHandlerOptions,
|
|
350
339
|
cb: (err: any, data?: CreateStorageLocationCommandOutput) => void
|
|
351
340
|
): void;
|
|
352
|
-
|
|
353
341
|
deleteApplication(
|
|
354
342
|
args: DeleteApplicationCommandInput,
|
|
355
343
|
options?: __HttpHandlerOptions
|
|
@@ -363,7 +351,6 @@ export declare class ElasticBeanstalk extends ElasticBeanstalkClient {
|
|
|
363
351
|
options: __HttpHandlerOptions,
|
|
364
352
|
cb: (err: any, data?: DeleteApplicationCommandOutput) => void
|
|
365
353
|
): void;
|
|
366
|
-
|
|
367
354
|
deleteApplicationVersion(
|
|
368
355
|
args: DeleteApplicationVersionCommandInput,
|
|
369
356
|
options?: __HttpHandlerOptions
|
|
@@ -377,7 +364,6 @@ export declare class ElasticBeanstalk extends ElasticBeanstalkClient {
|
|
|
377
364
|
options: __HttpHandlerOptions,
|
|
378
365
|
cb: (err: any, data?: DeleteApplicationVersionCommandOutput) => void
|
|
379
366
|
): void;
|
|
380
|
-
|
|
381
367
|
deleteConfigurationTemplate(
|
|
382
368
|
args: DeleteConfigurationTemplateCommandInput,
|
|
383
369
|
options?: __HttpHandlerOptions
|
|
@@ -391,7 +377,6 @@ export declare class ElasticBeanstalk extends ElasticBeanstalkClient {
|
|
|
391
377
|
options: __HttpHandlerOptions,
|
|
392
378
|
cb: (err: any, data?: DeleteConfigurationTemplateCommandOutput) => void
|
|
393
379
|
): void;
|
|
394
|
-
|
|
395
380
|
deleteEnvironmentConfiguration(
|
|
396
381
|
args: DeleteEnvironmentConfigurationCommandInput,
|
|
397
382
|
options?: __HttpHandlerOptions
|
|
@@ -405,7 +390,6 @@ export declare class ElasticBeanstalk extends ElasticBeanstalkClient {
|
|
|
405
390
|
options: __HttpHandlerOptions,
|
|
406
391
|
cb: (err: any, data?: DeleteEnvironmentConfigurationCommandOutput) => void
|
|
407
392
|
): void;
|
|
408
|
-
|
|
409
393
|
deletePlatformVersion(
|
|
410
394
|
args: DeletePlatformVersionCommandInput,
|
|
411
395
|
options?: __HttpHandlerOptions
|
|
@@ -419,7 +403,6 @@ export declare class ElasticBeanstalk extends ElasticBeanstalkClient {
|
|
|
419
403
|
options: __HttpHandlerOptions,
|
|
420
404
|
cb: (err: any, data?: DeletePlatformVersionCommandOutput) => void
|
|
421
405
|
): void;
|
|
422
|
-
|
|
423
406
|
describeAccountAttributes(
|
|
424
407
|
args: DescribeAccountAttributesCommandInput,
|
|
425
408
|
options?: __HttpHandlerOptions
|
|
@@ -433,7 +416,6 @@ export declare class ElasticBeanstalk extends ElasticBeanstalkClient {
|
|
|
433
416
|
options: __HttpHandlerOptions,
|
|
434
417
|
cb: (err: any, data?: DescribeAccountAttributesCommandOutput) => void
|
|
435
418
|
): void;
|
|
436
|
-
|
|
437
419
|
describeApplications(
|
|
438
420
|
args: DescribeApplicationsCommandInput,
|
|
439
421
|
options?: __HttpHandlerOptions
|
|
@@ -447,7 +429,6 @@ export declare class ElasticBeanstalk extends ElasticBeanstalkClient {
|
|
|
447
429
|
options: __HttpHandlerOptions,
|
|
448
430
|
cb: (err: any, data?: DescribeApplicationsCommandOutput) => void
|
|
449
431
|
): void;
|
|
450
|
-
|
|
451
432
|
describeApplicationVersions(
|
|
452
433
|
args: DescribeApplicationVersionsCommandInput,
|
|
453
434
|
options?: __HttpHandlerOptions
|
|
@@ -461,7 +442,6 @@ export declare class ElasticBeanstalk extends ElasticBeanstalkClient {
|
|
|
461
442
|
options: __HttpHandlerOptions,
|
|
462
443
|
cb: (err: any, data?: DescribeApplicationVersionsCommandOutput) => void
|
|
463
444
|
): void;
|
|
464
|
-
|
|
465
445
|
describeConfigurationOptions(
|
|
466
446
|
args: DescribeConfigurationOptionsCommandInput,
|
|
467
447
|
options?: __HttpHandlerOptions
|
|
@@ -475,7 +455,6 @@ export declare class ElasticBeanstalk extends ElasticBeanstalkClient {
|
|
|
475
455
|
options: __HttpHandlerOptions,
|
|
476
456
|
cb: (err: any, data?: DescribeConfigurationOptionsCommandOutput) => void
|
|
477
457
|
): void;
|
|
478
|
-
|
|
479
458
|
describeConfigurationSettings(
|
|
480
459
|
args: DescribeConfigurationSettingsCommandInput,
|
|
481
460
|
options?: __HttpHandlerOptions
|
|
@@ -489,7 +468,6 @@ export declare class ElasticBeanstalk extends ElasticBeanstalkClient {
|
|
|
489
468
|
options: __HttpHandlerOptions,
|
|
490
469
|
cb: (err: any, data?: DescribeConfigurationSettingsCommandOutput) => void
|
|
491
470
|
): void;
|
|
492
|
-
|
|
493
471
|
describeEnvironmentHealth(
|
|
494
472
|
args: DescribeEnvironmentHealthCommandInput,
|
|
495
473
|
options?: __HttpHandlerOptions
|
|
@@ -503,7 +481,6 @@ export declare class ElasticBeanstalk extends ElasticBeanstalkClient {
|
|
|
503
481
|
options: __HttpHandlerOptions,
|
|
504
482
|
cb: (err: any, data?: DescribeEnvironmentHealthCommandOutput) => void
|
|
505
483
|
): void;
|
|
506
|
-
|
|
507
484
|
describeEnvironmentManagedActionHistory(
|
|
508
485
|
args: DescribeEnvironmentManagedActionHistoryCommandInput,
|
|
509
486
|
options?: __HttpHandlerOptions
|
|
@@ -523,7 +500,6 @@ export declare class ElasticBeanstalk extends ElasticBeanstalkClient {
|
|
|
523
500
|
data?: DescribeEnvironmentManagedActionHistoryCommandOutput
|
|
524
501
|
) => void
|
|
525
502
|
): void;
|
|
526
|
-
|
|
527
503
|
describeEnvironmentManagedActions(
|
|
528
504
|
args: DescribeEnvironmentManagedActionsCommandInput,
|
|
529
505
|
options?: __HttpHandlerOptions
|
|
@@ -543,7 +519,6 @@ export declare class ElasticBeanstalk extends ElasticBeanstalkClient {
|
|
|
543
519
|
data?: DescribeEnvironmentManagedActionsCommandOutput
|
|
544
520
|
) => void
|
|
545
521
|
): void;
|
|
546
|
-
|
|
547
522
|
describeEnvironmentResources(
|
|
548
523
|
args: DescribeEnvironmentResourcesCommandInput,
|
|
549
524
|
options?: __HttpHandlerOptions
|
|
@@ -557,7 +532,6 @@ export declare class ElasticBeanstalk extends ElasticBeanstalkClient {
|
|
|
557
532
|
options: __HttpHandlerOptions,
|
|
558
533
|
cb: (err: any, data?: DescribeEnvironmentResourcesCommandOutput) => void
|
|
559
534
|
): void;
|
|
560
|
-
|
|
561
535
|
describeEnvironments(
|
|
562
536
|
args: DescribeEnvironmentsCommandInput,
|
|
563
537
|
options?: __HttpHandlerOptions
|
|
@@ -571,7 +545,6 @@ export declare class ElasticBeanstalk extends ElasticBeanstalkClient {
|
|
|
571
545
|
options: __HttpHandlerOptions,
|
|
572
546
|
cb: (err: any, data?: DescribeEnvironmentsCommandOutput) => void
|
|
573
547
|
): void;
|
|
574
|
-
|
|
575
548
|
describeEvents(
|
|
576
549
|
args: DescribeEventsCommandInput,
|
|
577
550
|
options?: __HttpHandlerOptions
|
|
@@ -585,7 +558,6 @@ export declare class ElasticBeanstalk extends ElasticBeanstalkClient {
|
|
|
585
558
|
options: __HttpHandlerOptions,
|
|
586
559
|
cb: (err: any, data?: DescribeEventsCommandOutput) => void
|
|
587
560
|
): void;
|
|
588
|
-
|
|
589
561
|
describeInstancesHealth(
|
|
590
562
|
args: DescribeInstancesHealthCommandInput,
|
|
591
563
|
options?: __HttpHandlerOptions
|
|
@@ -599,7 +571,6 @@ export declare class ElasticBeanstalk extends ElasticBeanstalkClient {
|
|
|
599
571
|
options: __HttpHandlerOptions,
|
|
600
572
|
cb: (err: any, data?: DescribeInstancesHealthCommandOutput) => void
|
|
601
573
|
): void;
|
|
602
|
-
|
|
603
574
|
describePlatformVersion(
|
|
604
575
|
args: DescribePlatformVersionCommandInput,
|
|
605
576
|
options?: __HttpHandlerOptions
|
|
@@ -613,7 +584,6 @@ export declare class ElasticBeanstalk extends ElasticBeanstalkClient {
|
|
|
613
584
|
options: __HttpHandlerOptions,
|
|
614
585
|
cb: (err: any, data?: DescribePlatformVersionCommandOutput) => void
|
|
615
586
|
): void;
|
|
616
|
-
|
|
617
587
|
disassociateEnvironmentOperationsRole(
|
|
618
588
|
args: DisassociateEnvironmentOperationsRoleCommandInput,
|
|
619
589
|
options?: __HttpHandlerOptions
|
|
@@ -633,7 +603,6 @@ export declare class ElasticBeanstalk extends ElasticBeanstalkClient {
|
|
|
633
603
|
data?: DisassociateEnvironmentOperationsRoleCommandOutput
|
|
634
604
|
) => void
|
|
635
605
|
): void;
|
|
636
|
-
|
|
637
606
|
listAvailableSolutionStacks(
|
|
638
607
|
args: ListAvailableSolutionStacksCommandInput,
|
|
639
608
|
options?: __HttpHandlerOptions
|
|
@@ -647,7 +616,6 @@ export declare class ElasticBeanstalk extends ElasticBeanstalkClient {
|
|
|
647
616
|
options: __HttpHandlerOptions,
|
|
648
617
|
cb: (err: any, data?: ListAvailableSolutionStacksCommandOutput) => void
|
|
649
618
|
): void;
|
|
650
|
-
|
|
651
619
|
listPlatformBranches(
|
|
652
620
|
args: ListPlatformBranchesCommandInput,
|
|
653
621
|
options?: __HttpHandlerOptions
|
|
@@ -661,7 +629,6 @@ export declare class ElasticBeanstalk extends ElasticBeanstalkClient {
|
|
|
661
629
|
options: __HttpHandlerOptions,
|
|
662
630
|
cb: (err: any, data?: ListPlatformBranchesCommandOutput) => void
|
|
663
631
|
): void;
|
|
664
|
-
|
|
665
632
|
listPlatformVersions(
|
|
666
633
|
args: ListPlatformVersionsCommandInput,
|
|
667
634
|
options?: __HttpHandlerOptions
|
|
@@ -675,7 +642,6 @@ export declare class ElasticBeanstalk extends ElasticBeanstalkClient {
|
|
|
675
642
|
options: __HttpHandlerOptions,
|
|
676
643
|
cb: (err: any, data?: ListPlatformVersionsCommandOutput) => void
|
|
677
644
|
): void;
|
|
678
|
-
|
|
679
645
|
listTagsForResource(
|
|
680
646
|
args: ListTagsForResourceCommandInput,
|
|
681
647
|
options?: __HttpHandlerOptions
|
|
@@ -689,7 +655,6 @@ export declare class ElasticBeanstalk extends ElasticBeanstalkClient {
|
|
|
689
655
|
options: __HttpHandlerOptions,
|
|
690
656
|
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
691
657
|
): void;
|
|
692
|
-
|
|
693
658
|
rebuildEnvironment(
|
|
694
659
|
args: RebuildEnvironmentCommandInput,
|
|
695
660
|
options?: __HttpHandlerOptions
|
|
@@ -703,7 +668,6 @@ export declare class ElasticBeanstalk extends ElasticBeanstalkClient {
|
|
|
703
668
|
options: __HttpHandlerOptions,
|
|
704
669
|
cb: (err: any, data?: RebuildEnvironmentCommandOutput) => void
|
|
705
670
|
): void;
|
|
706
|
-
|
|
707
671
|
requestEnvironmentInfo(
|
|
708
672
|
args: RequestEnvironmentInfoCommandInput,
|
|
709
673
|
options?: __HttpHandlerOptions
|
|
@@ -717,7 +681,6 @@ export declare class ElasticBeanstalk extends ElasticBeanstalkClient {
|
|
|
717
681
|
options: __HttpHandlerOptions,
|
|
718
682
|
cb: (err: any, data?: RequestEnvironmentInfoCommandOutput) => void
|
|
719
683
|
): void;
|
|
720
|
-
|
|
721
684
|
restartAppServer(
|
|
722
685
|
args: RestartAppServerCommandInput,
|
|
723
686
|
options?: __HttpHandlerOptions
|
|
@@ -731,7 +694,6 @@ export declare class ElasticBeanstalk extends ElasticBeanstalkClient {
|
|
|
731
694
|
options: __HttpHandlerOptions,
|
|
732
695
|
cb: (err: any, data?: RestartAppServerCommandOutput) => void
|
|
733
696
|
): void;
|
|
734
|
-
|
|
735
697
|
retrieveEnvironmentInfo(
|
|
736
698
|
args: RetrieveEnvironmentInfoCommandInput,
|
|
737
699
|
options?: __HttpHandlerOptions
|
|
@@ -745,7 +707,6 @@ export declare class ElasticBeanstalk extends ElasticBeanstalkClient {
|
|
|
745
707
|
options: __HttpHandlerOptions,
|
|
746
708
|
cb: (err: any, data?: RetrieveEnvironmentInfoCommandOutput) => void
|
|
747
709
|
): void;
|
|
748
|
-
|
|
749
710
|
swapEnvironmentCNAMEs(
|
|
750
711
|
args: SwapEnvironmentCNAMEsCommandInput,
|
|
751
712
|
options?: __HttpHandlerOptions
|
|
@@ -759,7 +720,6 @@ export declare class ElasticBeanstalk extends ElasticBeanstalkClient {
|
|
|
759
720
|
options: __HttpHandlerOptions,
|
|
760
721
|
cb: (err: any, data?: SwapEnvironmentCNAMEsCommandOutput) => void
|
|
761
722
|
): void;
|
|
762
|
-
|
|
763
723
|
terminateEnvironment(
|
|
764
724
|
args: TerminateEnvironmentCommandInput,
|
|
765
725
|
options?: __HttpHandlerOptions
|
|
@@ -773,7 +733,6 @@ export declare class ElasticBeanstalk extends ElasticBeanstalkClient {
|
|
|
773
733
|
options: __HttpHandlerOptions,
|
|
774
734
|
cb: (err: any, data?: TerminateEnvironmentCommandOutput) => void
|
|
775
735
|
): void;
|
|
776
|
-
|
|
777
736
|
updateApplication(
|
|
778
737
|
args: UpdateApplicationCommandInput,
|
|
779
738
|
options?: __HttpHandlerOptions
|
|
@@ -787,7 +746,6 @@ export declare class ElasticBeanstalk extends ElasticBeanstalkClient {
|
|
|
787
746
|
options: __HttpHandlerOptions,
|
|
788
747
|
cb: (err: any, data?: UpdateApplicationCommandOutput) => void
|
|
789
748
|
): void;
|
|
790
|
-
|
|
791
749
|
updateApplicationResourceLifecycle(
|
|
792
750
|
args: UpdateApplicationResourceLifecycleCommandInput,
|
|
793
751
|
options?: __HttpHandlerOptions
|
|
@@ -807,7 +765,6 @@ export declare class ElasticBeanstalk extends ElasticBeanstalkClient {
|
|
|
807
765
|
data?: UpdateApplicationResourceLifecycleCommandOutput
|
|
808
766
|
) => void
|
|
809
767
|
): void;
|
|
810
|
-
|
|
811
768
|
updateApplicationVersion(
|
|
812
769
|
args: UpdateApplicationVersionCommandInput,
|
|
813
770
|
options?: __HttpHandlerOptions
|
|
@@ -821,7 +778,6 @@ export declare class ElasticBeanstalk extends ElasticBeanstalkClient {
|
|
|
821
778
|
options: __HttpHandlerOptions,
|
|
822
779
|
cb: (err: any, data?: UpdateApplicationVersionCommandOutput) => void
|
|
823
780
|
): void;
|
|
824
|
-
|
|
825
781
|
updateConfigurationTemplate(
|
|
826
782
|
args: UpdateConfigurationTemplateCommandInput,
|
|
827
783
|
options?: __HttpHandlerOptions
|
|
@@ -835,7 +791,6 @@ export declare class ElasticBeanstalk extends ElasticBeanstalkClient {
|
|
|
835
791
|
options: __HttpHandlerOptions,
|
|
836
792
|
cb: (err: any, data?: UpdateConfigurationTemplateCommandOutput) => void
|
|
837
793
|
): void;
|
|
838
|
-
|
|
839
794
|
updateEnvironment(
|
|
840
795
|
args: UpdateEnvironmentCommandInput,
|
|
841
796
|
options?: __HttpHandlerOptions
|
|
@@ -849,7 +804,6 @@ export declare class ElasticBeanstalk extends ElasticBeanstalkClient {
|
|
|
849
804
|
options: __HttpHandlerOptions,
|
|
850
805
|
cb: (err: any, data?: UpdateEnvironmentCommandOutput) => void
|
|
851
806
|
): void;
|
|
852
|
-
|
|
853
807
|
updateTagsForResource(
|
|
854
808
|
args: UpdateTagsForResourceCommandInput,
|
|
855
809
|
options?: __HttpHandlerOptions
|
|
@@ -863,7 +817,6 @@ export declare class ElasticBeanstalk extends ElasticBeanstalkClient {
|
|
|
863
817
|
options: __HttpHandlerOptions,
|
|
864
818
|
cb: (err: any, data?: UpdateTagsForResourceCommandOutput) => void
|
|
865
819
|
): void;
|
|
866
|
-
|
|
867
820
|
validateConfigurationSettings(
|
|
868
821
|
args: ValidateConfigurationSettingsCommandInput,
|
|
869
822
|
options?: __HttpHandlerOptions
|
|
@@ -329,47 +329,26 @@ export declare type ServiceOutputTypes =
|
|
|
329
329
|
export interface ClientDefaults
|
|
330
330
|
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
331
331
|
requestHandler?: __HttpHandler;
|
|
332
|
-
|
|
333
332
|
sha256?: __HashConstructor;
|
|
334
|
-
|
|
335
333
|
urlParser?: __UrlParser;
|
|
336
|
-
|
|
337
334
|
bodyLengthChecker?: __BodyLengthCalculator;
|
|
338
|
-
|
|
339
335
|
streamCollector?: __StreamCollector;
|
|
340
|
-
|
|
341
336
|
base64Decoder?: __Decoder;
|
|
342
|
-
|
|
343
337
|
base64Encoder?: __Encoder;
|
|
344
|
-
|
|
345
338
|
utf8Decoder?: __Decoder;
|
|
346
|
-
|
|
347
339
|
utf8Encoder?: __Encoder;
|
|
348
|
-
|
|
349
340
|
runtime?: string;
|
|
350
|
-
|
|
351
341
|
disableHostPrefix?: boolean;
|
|
352
|
-
|
|
353
342
|
maxAttempts?: number | __Provider<number>;
|
|
354
|
-
|
|
355
343
|
retryMode?: string | __Provider<string>;
|
|
356
|
-
|
|
357
344
|
logger?: __Logger;
|
|
358
|
-
|
|
359
345
|
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
360
|
-
|
|
361
346
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
362
|
-
|
|
363
347
|
serviceId?: string;
|
|
364
|
-
|
|
365
348
|
region?: string | __Provider<string>;
|
|
366
|
-
|
|
367
349
|
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
368
|
-
|
|
369
350
|
regionInfoProvider?: RegionInfoProvider;
|
|
370
|
-
|
|
371
351
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
372
|
-
|
|
373
352
|
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
374
353
|
}
|
|
375
354
|
declare type ElasticBeanstalkClientConfigType = Partial<
|
|
@@ -382,7 +361,6 @@ declare type ElasticBeanstalkClientConfigType = Partial<
|
|
|
382
361
|
HostHeaderInputConfig &
|
|
383
362
|
AwsAuthInputConfig &
|
|
384
363
|
UserAgentInputConfig;
|
|
385
|
-
|
|
386
364
|
export interface ElasticBeanstalkClientConfig
|
|
387
365
|
extends ElasticBeanstalkClientConfigType {}
|
|
388
366
|
declare type ElasticBeanstalkClientResolvedConfigType =
|
|
@@ -394,10 +372,8 @@ declare type ElasticBeanstalkClientResolvedConfigType =
|
|
|
394
372
|
HostHeaderResolvedConfig &
|
|
395
373
|
AwsAuthResolvedConfig &
|
|
396
374
|
UserAgentResolvedConfig;
|
|
397
|
-
|
|
398
375
|
export interface ElasticBeanstalkClientResolvedConfig
|
|
399
376
|
extends ElasticBeanstalkClientResolvedConfigType {}
|
|
400
|
-
|
|
401
377
|
export declare class ElasticBeanstalkClient extends __Client<
|
|
402
378
|
__HttpHandlerOptions,
|
|
403
379
|
ServiceInputTypes,
|
|
@@ -406,7 +382,6 @@ export declare class ElasticBeanstalkClient extends __Client<
|
|
|
406
382
|
> {
|
|
407
383
|
readonly config: ElasticBeanstalkClientResolvedConfig;
|
|
408
384
|
constructor(configuration: ElasticBeanstalkClientConfig);
|
|
409
|
-
|
|
410
385
|
destroy(): void;
|
|
411
386
|
}
|
|
412
387
|
export {};
|
|
@@ -14,7 +14,6 @@ import { AbortEnvironmentUpdateMessage } from "../models/models_0";
|
|
|
14
14
|
export interface AbortEnvironmentUpdateCommandInput
|
|
15
15
|
extends AbortEnvironmentUpdateMessage {}
|
|
16
16
|
export interface AbortEnvironmentUpdateCommandOutput extends __MetadataBearer {}
|
|
17
|
-
|
|
18
17
|
export declare class AbortEnvironmentUpdateCommand extends $Command<
|
|
19
18
|
AbortEnvironmentUpdateCommandInput,
|
|
20
19
|
AbortEnvironmentUpdateCommandOutput,
|
|
@@ -22,7 +21,6 @@ export declare class AbortEnvironmentUpdateCommand extends $Command<
|
|
|
22
21
|
> {
|
|
23
22
|
readonly input: AbortEnvironmentUpdateCommandInput;
|
|
24
23
|
constructor(input: AbortEnvironmentUpdateCommandInput);
|
|
25
|
-
|
|
26
24
|
resolveMiddleware(
|
|
27
25
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
28
26
|
configuration: ElasticBeanstalkClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ApplyEnvironmentManagedActionCommandInput
|
|
|
19
19
|
export interface ApplyEnvironmentManagedActionCommandOutput
|
|
20
20
|
extends ApplyEnvironmentManagedActionResult,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ApplyEnvironmentManagedActionCommand extends $Command<
|
|
24
23
|
ApplyEnvironmentManagedActionCommandInput,
|
|
25
24
|
ApplyEnvironmentManagedActionCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ApplyEnvironmentManagedActionCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ApplyEnvironmentManagedActionCommandInput;
|
|
29
28
|
constructor(input: ApplyEnvironmentManagedActionCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ElasticBeanstalkClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface AssociateEnvironmentOperationsRoleCommandInput
|
|
|
15
15
|
extends AssociateEnvironmentOperationsRoleMessage {}
|
|
16
16
|
export interface AssociateEnvironmentOperationsRoleCommandOutput
|
|
17
17
|
extends __MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class AssociateEnvironmentOperationsRoleCommand extends $Command<
|
|
20
19
|
AssociateEnvironmentOperationsRoleCommandInput,
|
|
21
20
|
AssociateEnvironmentOperationsRoleCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class AssociateEnvironmentOperationsRoleCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: AssociateEnvironmentOperationsRoleCommandInput;
|
|
25
24
|
constructor(input: AssociateEnvironmentOperationsRoleCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: ElasticBeanstalkClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface CheckDNSAvailabilityCommandInput
|
|
|
19
19
|
export interface CheckDNSAvailabilityCommandOutput
|
|
20
20
|
extends CheckDNSAvailabilityResultMessage,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class CheckDNSAvailabilityCommand extends $Command<
|
|
24
23
|
CheckDNSAvailabilityCommandInput,
|
|
25
24
|
CheckDNSAvailabilityCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class CheckDNSAvailabilityCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: CheckDNSAvailabilityCommandInput;
|
|
29
28
|
constructor(input: CheckDNSAvailabilityCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ElasticBeanstalkClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ComposeEnvironmentsCommandInput
|
|
|
19
19
|
export interface ComposeEnvironmentsCommandOutput
|
|
20
20
|
extends EnvironmentDescriptionsMessage,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ComposeEnvironmentsCommand extends $Command<
|
|
24
23
|
ComposeEnvironmentsCommandInput,
|
|
25
24
|
ComposeEnvironmentsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ComposeEnvironmentsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ComposeEnvironmentsCommandInput;
|
|
29
28
|
constructor(input: ComposeEnvironmentsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ElasticBeanstalkClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface CreateApplicationCommandInput
|
|
|
19
19
|
export interface CreateApplicationCommandOutput
|
|
20
20
|
extends ApplicationDescriptionMessage,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class CreateApplicationCommand extends $Command<
|
|
24
23
|
CreateApplicationCommandInput,
|
|
25
24
|
CreateApplicationCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class CreateApplicationCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: CreateApplicationCommandInput;
|
|
29
28
|
constructor(input: CreateApplicationCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ElasticBeanstalkClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface CreateApplicationVersionCommandInput
|
|
|
19
19
|
export interface CreateApplicationVersionCommandOutput
|
|
20
20
|
extends ApplicationVersionDescriptionMessage,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class CreateApplicationVersionCommand extends $Command<
|
|
24
23
|
CreateApplicationVersionCommandInput,
|
|
25
24
|
CreateApplicationVersionCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class CreateApplicationVersionCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: CreateApplicationVersionCommandInput;
|
|
29
28
|
constructor(input: CreateApplicationVersionCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ElasticBeanstalkClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface CreateConfigurationTemplateCommandInput
|
|
|
19
19
|
export interface CreateConfigurationTemplateCommandOutput
|
|
20
20
|
extends ConfigurationSettingsDescription,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class CreateConfigurationTemplateCommand extends $Command<
|
|
24
23
|
CreateConfigurationTemplateCommandInput,
|
|
25
24
|
CreateConfigurationTemplateCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class CreateConfigurationTemplateCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: CreateConfigurationTemplateCommandInput;
|
|
29
28
|
constructor(input: CreateConfigurationTemplateCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ElasticBeanstalkClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface CreateEnvironmentCommandInput
|
|
|
19
19
|
export interface CreateEnvironmentCommandOutput
|
|
20
20
|
extends EnvironmentDescription,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class CreateEnvironmentCommand extends $Command<
|
|
24
23
|
CreateEnvironmentCommandInput,
|
|
25
24
|
CreateEnvironmentCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class CreateEnvironmentCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: CreateEnvironmentCommandInput;
|
|
29
28
|
constructor(input: CreateEnvironmentCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ElasticBeanstalkClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface CreatePlatformVersionCommandInput
|
|
|
19
19
|
export interface CreatePlatformVersionCommandOutput
|
|
20
20
|
extends CreatePlatformVersionResult,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class CreatePlatformVersionCommand extends $Command<
|
|
24
23
|
CreatePlatformVersionCommandInput,
|
|
25
24
|
CreatePlatformVersionCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class CreatePlatformVersionCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: CreatePlatformVersionCommandInput;
|
|
29
28
|
constructor(input: CreatePlatformVersionCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ElasticBeanstalkClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface CreateStorageLocationCommandInput {}
|
|
|
15
15
|
export interface CreateStorageLocationCommandOutput
|
|
16
16
|
extends CreateStorageLocationResultMessage,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class CreateStorageLocationCommand extends $Command<
|
|
20
19
|
CreateStorageLocationCommandInput,
|
|
21
20
|
CreateStorageLocationCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class CreateStorageLocationCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: CreateStorageLocationCommandInput;
|
|
25
24
|
constructor(input: CreateStorageLocationCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: ElasticBeanstalkClientResolvedConfig,
|
|
@@ -14,7 +14,6 @@ import { DeleteApplicationMessage } from "../models/models_0";
|
|
|
14
14
|
export interface DeleteApplicationCommandInput
|
|
15
15
|
extends DeleteApplicationMessage {}
|
|
16
16
|
export interface DeleteApplicationCommandOutput extends __MetadataBearer {}
|
|
17
|
-
|
|
18
17
|
export declare class DeleteApplicationCommand extends $Command<
|
|
19
18
|
DeleteApplicationCommandInput,
|
|
20
19
|
DeleteApplicationCommandOutput,
|
|
@@ -22,7 +21,6 @@ export declare class DeleteApplicationCommand extends $Command<
|
|
|
22
21
|
> {
|
|
23
22
|
readonly input: DeleteApplicationCommandInput;
|
|
24
23
|
constructor(input: DeleteApplicationCommandInput);
|
|
25
|
-
|
|
26
24
|
resolveMiddleware(
|
|
27
25
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
28
26
|
configuration: ElasticBeanstalkClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface DeleteApplicationVersionCommandInput
|
|
|
15
15
|
extends DeleteApplicationVersionMessage {}
|
|
16
16
|
export interface DeleteApplicationVersionCommandOutput
|
|
17
17
|
extends __MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class DeleteApplicationVersionCommand extends $Command<
|
|
20
19
|
DeleteApplicationVersionCommandInput,
|
|
21
20
|
DeleteApplicationVersionCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class DeleteApplicationVersionCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: DeleteApplicationVersionCommandInput;
|
|
25
24
|
constructor(input: DeleteApplicationVersionCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: ElasticBeanstalkClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface DeleteConfigurationTemplateCommandInput
|
|
|
15
15
|
extends DeleteConfigurationTemplateMessage {}
|
|
16
16
|
export interface DeleteConfigurationTemplateCommandOutput
|
|
17
17
|
extends __MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class DeleteConfigurationTemplateCommand extends $Command<
|
|
20
19
|
DeleteConfigurationTemplateCommandInput,
|
|
21
20
|
DeleteConfigurationTemplateCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class DeleteConfigurationTemplateCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: DeleteConfigurationTemplateCommandInput;
|
|
25
24
|
constructor(input: DeleteConfigurationTemplateCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: ElasticBeanstalkClientResolvedConfig,
|