@aws-sdk/client-elastic-beanstalk 3.533.0 → 3.540.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (105) hide show
  1. package/dist-cjs/endpoint/endpointResolver.js +4 -2
  2. package/dist-cjs/index.js +0 -3
  3. package/dist-es/endpoint/endpointResolver.js +3 -1
  4. package/dist-es/index.js +0 -1
  5. package/dist-types/ElasticBeanstalk.d.ts +25 -1
  6. package/dist-types/ElasticBeanstalkClient.d.ts +1 -1
  7. package/dist-types/commands/AbortEnvironmentUpdateCommand.d.ts +2 -1
  8. package/dist-types/commands/ApplyEnvironmentManagedActionCommand.d.ts +2 -1
  9. package/dist-types/commands/AssociateEnvironmentOperationsRoleCommand.d.ts +2 -1
  10. package/dist-types/commands/CheckDNSAvailabilityCommand.d.ts +2 -1
  11. package/dist-types/commands/ComposeEnvironmentsCommand.d.ts +2 -1
  12. package/dist-types/commands/CreateApplicationCommand.d.ts +2 -1
  13. package/dist-types/commands/CreateApplicationVersionCommand.d.ts +2 -1
  14. package/dist-types/commands/CreateConfigurationTemplateCommand.d.ts +2 -1
  15. package/dist-types/commands/CreateEnvironmentCommand.d.ts +2 -1
  16. package/dist-types/commands/CreatePlatformVersionCommand.d.ts +2 -1
  17. package/dist-types/commands/CreateStorageLocationCommand.d.ts +2 -1
  18. package/dist-types/commands/DeleteApplicationCommand.d.ts +2 -1
  19. package/dist-types/commands/DeleteApplicationVersionCommand.d.ts +2 -1
  20. package/dist-types/commands/DeleteConfigurationTemplateCommand.d.ts +2 -1
  21. package/dist-types/commands/DeleteEnvironmentConfigurationCommand.d.ts +2 -1
  22. package/dist-types/commands/DeletePlatformVersionCommand.d.ts +2 -1
  23. package/dist-types/commands/DescribeAccountAttributesCommand.d.ts +2 -1
  24. package/dist-types/commands/DescribeApplicationVersionsCommand.d.ts +2 -1
  25. package/dist-types/commands/DescribeApplicationsCommand.d.ts +2 -1
  26. package/dist-types/commands/DescribeConfigurationOptionsCommand.d.ts +2 -1
  27. package/dist-types/commands/DescribeConfigurationSettingsCommand.d.ts +2 -1
  28. package/dist-types/commands/DescribeEnvironmentHealthCommand.d.ts +2 -1
  29. package/dist-types/commands/DescribeEnvironmentManagedActionHistoryCommand.d.ts +2 -1
  30. package/dist-types/commands/DescribeEnvironmentManagedActionsCommand.d.ts +2 -1
  31. package/dist-types/commands/DescribeEnvironmentResourcesCommand.d.ts +2 -1
  32. package/dist-types/commands/DescribeEnvironmentsCommand.d.ts +2 -1
  33. package/dist-types/commands/DescribeEventsCommand.d.ts +2 -1
  34. package/dist-types/commands/DescribeInstancesHealthCommand.d.ts +2 -1
  35. package/dist-types/commands/DescribePlatformVersionCommand.d.ts +2 -1
  36. package/dist-types/commands/DisassociateEnvironmentOperationsRoleCommand.d.ts +2 -1
  37. package/dist-types/commands/ListAvailableSolutionStacksCommand.d.ts +2 -1
  38. package/dist-types/commands/ListPlatformBranchesCommand.d.ts +2 -1
  39. package/dist-types/commands/ListPlatformVersionsCommand.d.ts +2 -1
  40. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  41. package/dist-types/commands/RebuildEnvironmentCommand.d.ts +2 -1
  42. package/dist-types/commands/RequestEnvironmentInfoCommand.d.ts +2 -1
  43. package/dist-types/commands/RestartAppServerCommand.d.ts +2 -1
  44. package/dist-types/commands/RetrieveEnvironmentInfoCommand.d.ts +2 -1
  45. package/dist-types/commands/SwapEnvironmentCNAMEsCommand.d.ts +2 -1
  46. package/dist-types/commands/TerminateEnvironmentCommand.d.ts +2 -1
  47. package/dist-types/commands/UpdateApplicationCommand.d.ts +2 -1
  48. package/dist-types/commands/UpdateApplicationResourceLifecycleCommand.d.ts +2 -1
  49. package/dist-types/commands/UpdateApplicationVersionCommand.d.ts +2 -1
  50. package/dist-types/commands/UpdateConfigurationTemplateCommand.d.ts +2 -1
  51. package/dist-types/commands/UpdateEnvironmentCommand.d.ts +2 -1
  52. package/dist-types/commands/UpdateTagsForResourceCommand.d.ts +2 -1
  53. package/dist-types/commands/ValidateConfigurationSettingsCommand.d.ts +2 -1
  54. package/dist-types/index.d.ts +0 -1
  55. package/dist-types/models/models_0.d.ts +610 -610
  56. package/dist-types/ts3.4/ElasticBeanstalk.d.ts +24 -0
  57. package/dist-types/ts3.4/commands/AbortEnvironmentUpdateCommand.d.ts +9 -0
  58. package/dist-types/ts3.4/commands/ApplyEnvironmentManagedActionCommand.d.ts +9 -0
  59. package/dist-types/ts3.4/commands/AssociateEnvironmentOperationsRoleCommand.d.ts +9 -0
  60. package/dist-types/ts3.4/commands/CheckDNSAvailabilityCommand.d.ts +9 -0
  61. package/dist-types/ts3.4/commands/ComposeEnvironmentsCommand.d.ts +9 -0
  62. package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +9 -0
  63. package/dist-types/ts3.4/commands/CreateApplicationVersionCommand.d.ts +9 -0
  64. package/dist-types/ts3.4/commands/CreateConfigurationTemplateCommand.d.ts +9 -0
  65. package/dist-types/ts3.4/commands/CreateEnvironmentCommand.d.ts +9 -0
  66. package/dist-types/ts3.4/commands/CreatePlatformVersionCommand.d.ts +9 -0
  67. package/dist-types/ts3.4/commands/CreateStorageLocationCommand.d.ts +9 -0
  68. package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +9 -0
  69. package/dist-types/ts3.4/commands/DeleteApplicationVersionCommand.d.ts +9 -0
  70. package/dist-types/ts3.4/commands/DeleteConfigurationTemplateCommand.d.ts +9 -0
  71. package/dist-types/ts3.4/commands/DeleteEnvironmentConfigurationCommand.d.ts +9 -0
  72. package/dist-types/ts3.4/commands/DeletePlatformVersionCommand.d.ts +9 -0
  73. package/dist-types/ts3.4/commands/DescribeAccountAttributesCommand.d.ts +9 -0
  74. package/dist-types/ts3.4/commands/DescribeApplicationVersionsCommand.d.ts +9 -0
  75. package/dist-types/ts3.4/commands/DescribeApplicationsCommand.d.ts +9 -0
  76. package/dist-types/ts3.4/commands/DescribeConfigurationOptionsCommand.d.ts +9 -0
  77. package/dist-types/ts3.4/commands/DescribeConfigurationSettingsCommand.d.ts +9 -0
  78. package/dist-types/ts3.4/commands/DescribeEnvironmentHealthCommand.d.ts +9 -0
  79. package/dist-types/ts3.4/commands/DescribeEnvironmentManagedActionHistoryCommand.d.ts +9 -0
  80. package/dist-types/ts3.4/commands/DescribeEnvironmentManagedActionsCommand.d.ts +9 -0
  81. package/dist-types/ts3.4/commands/DescribeEnvironmentResourcesCommand.d.ts +9 -0
  82. package/dist-types/ts3.4/commands/DescribeEnvironmentsCommand.d.ts +9 -0
  83. package/dist-types/ts3.4/commands/DescribeEventsCommand.d.ts +9 -0
  84. package/dist-types/ts3.4/commands/DescribeInstancesHealthCommand.d.ts +9 -0
  85. package/dist-types/ts3.4/commands/DescribePlatformVersionCommand.d.ts +9 -0
  86. package/dist-types/ts3.4/commands/DisassociateEnvironmentOperationsRoleCommand.d.ts +9 -0
  87. package/dist-types/ts3.4/commands/ListAvailableSolutionStacksCommand.d.ts +9 -0
  88. package/dist-types/ts3.4/commands/ListPlatformBranchesCommand.d.ts +9 -0
  89. package/dist-types/ts3.4/commands/ListPlatformVersionsCommand.d.ts +9 -0
  90. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  91. package/dist-types/ts3.4/commands/RebuildEnvironmentCommand.d.ts +9 -0
  92. package/dist-types/ts3.4/commands/RequestEnvironmentInfoCommand.d.ts +9 -0
  93. package/dist-types/ts3.4/commands/RestartAppServerCommand.d.ts +9 -0
  94. package/dist-types/ts3.4/commands/RetrieveEnvironmentInfoCommand.d.ts +9 -0
  95. package/dist-types/ts3.4/commands/SwapEnvironmentCNAMEsCommand.d.ts +9 -0
  96. package/dist-types/ts3.4/commands/TerminateEnvironmentCommand.d.ts +9 -0
  97. package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +9 -0
  98. package/dist-types/ts3.4/commands/UpdateApplicationResourceLifecycleCommand.d.ts +9 -0
  99. package/dist-types/ts3.4/commands/UpdateApplicationVersionCommand.d.ts +9 -0
  100. package/dist-types/ts3.4/commands/UpdateConfigurationTemplateCommand.d.ts +9 -0
  101. package/dist-types/ts3.4/commands/UpdateEnvironmentCommand.d.ts +9 -0
  102. package/dist-types/ts3.4/commands/UpdateTagsForResourceCommand.d.ts +9 -0
  103. package/dist-types/ts3.4/commands/ValidateConfigurationSettingsCommand.d.ts +9 -0
  104. package/dist-types/ts3.4/index.d.ts +0 -1
  105. package/package.json +41 -41
@@ -189,6 +189,7 @@ import {
189
189
  } from "./commands/ValidateConfigurationSettingsCommand";
190
190
  import { ElasticBeanstalkClient } from "./ElasticBeanstalkClient";
191
191
  export interface ElasticBeanstalk {
192
+ abortEnvironmentUpdate(): Promise<AbortEnvironmentUpdateCommandOutput>;
192
193
  abortEnvironmentUpdate(
193
194
  args: AbortEnvironmentUpdateCommandInput,
194
195
  options?: __HttpHandlerOptions
@@ -247,6 +248,7 @@ export interface ElasticBeanstalk {
247
248
  options: __HttpHandlerOptions,
248
249
  cb: (err: any, data?: CheckDNSAvailabilityCommandOutput) => void
249
250
  ): void;
251
+ composeEnvironments(): Promise<ComposeEnvironmentsCommandOutput>;
250
252
  composeEnvironments(
251
253
  args: ComposeEnvironmentsCommandInput,
252
254
  options?: __HttpHandlerOptions
@@ -325,6 +327,7 @@ export interface ElasticBeanstalk {
325
327
  options: __HttpHandlerOptions,
326
328
  cb: (err: any, data?: CreatePlatformVersionCommandOutput) => void
327
329
  ): void;
330
+ createStorageLocation(): Promise<CreateStorageLocationCommandOutput>;
328
331
  createStorageLocation(
329
332
  args: CreateStorageLocationCommandInput,
330
333
  options?: __HttpHandlerOptions
@@ -390,6 +393,7 @@ export interface ElasticBeanstalk {
390
393
  options: __HttpHandlerOptions,
391
394
  cb: (err: any, data?: DeleteEnvironmentConfigurationCommandOutput) => void
392
395
  ): void;
396
+ deletePlatformVersion(): Promise<DeletePlatformVersionCommandOutput>;
393
397
  deletePlatformVersion(
394
398
  args: DeletePlatformVersionCommandInput,
395
399
  options?: __HttpHandlerOptions
@@ -403,6 +407,7 @@ export interface ElasticBeanstalk {
403
407
  options: __HttpHandlerOptions,
404
408
  cb: (err: any, data?: DeletePlatformVersionCommandOutput) => void
405
409
  ): void;
410
+ describeAccountAttributes(): Promise<DescribeAccountAttributesCommandOutput>;
406
411
  describeAccountAttributes(
407
412
  args: DescribeAccountAttributesCommandInput,
408
413
  options?: __HttpHandlerOptions
@@ -416,6 +421,7 @@ export interface ElasticBeanstalk {
416
421
  options: __HttpHandlerOptions,
417
422
  cb: (err: any, data?: DescribeAccountAttributesCommandOutput) => void
418
423
  ): void;
424
+ describeApplications(): Promise<DescribeApplicationsCommandOutput>;
419
425
  describeApplications(
420
426
  args: DescribeApplicationsCommandInput,
421
427
  options?: __HttpHandlerOptions
@@ -429,6 +435,7 @@ export interface ElasticBeanstalk {
429
435
  options: __HttpHandlerOptions,
430
436
  cb: (err: any, data?: DescribeApplicationsCommandOutput) => void
431
437
  ): void;
438
+ describeApplicationVersions(): Promise<DescribeApplicationVersionsCommandOutput>;
432
439
  describeApplicationVersions(
433
440
  args: DescribeApplicationVersionsCommandInput,
434
441
  options?: __HttpHandlerOptions
@@ -442,6 +449,7 @@ export interface ElasticBeanstalk {
442
449
  options: __HttpHandlerOptions,
443
450
  cb: (err: any, data?: DescribeApplicationVersionsCommandOutput) => void
444
451
  ): void;
452
+ describeConfigurationOptions(): Promise<DescribeConfigurationOptionsCommandOutput>;
445
453
  describeConfigurationOptions(
446
454
  args: DescribeConfigurationOptionsCommandInput,
447
455
  options?: __HttpHandlerOptions
@@ -468,6 +476,7 @@ export interface ElasticBeanstalk {
468
476
  options: __HttpHandlerOptions,
469
477
  cb: (err: any, data?: DescribeConfigurationSettingsCommandOutput) => void
470
478
  ): void;
479
+ describeEnvironmentHealth(): Promise<DescribeEnvironmentHealthCommandOutput>;
471
480
  describeEnvironmentHealth(
472
481
  args: DescribeEnvironmentHealthCommandInput,
473
482
  options?: __HttpHandlerOptions
@@ -481,6 +490,7 @@ export interface ElasticBeanstalk {
481
490
  options: __HttpHandlerOptions,
482
491
  cb: (err: any, data?: DescribeEnvironmentHealthCommandOutput) => void
483
492
  ): void;
493
+ describeEnvironmentManagedActionHistory(): Promise<DescribeEnvironmentManagedActionHistoryCommandOutput>;
484
494
  describeEnvironmentManagedActionHistory(
485
495
  args: DescribeEnvironmentManagedActionHistoryCommandInput,
486
496
  options?: __HttpHandlerOptions
@@ -500,6 +510,7 @@ export interface ElasticBeanstalk {
500
510
  data?: DescribeEnvironmentManagedActionHistoryCommandOutput
501
511
  ) => void
502
512
  ): void;
513
+ describeEnvironmentManagedActions(): Promise<DescribeEnvironmentManagedActionsCommandOutput>;
503
514
  describeEnvironmentManagedActions(
504
515
  args: DescribeEnvironmentManagedActionsCommandInput,
505
516
  options?: __HttpHandlerOptions
@@ -519,6 +530,7 @@ export interface ElasticBeanstalk {
519
530
  data?: DescribeEnvironmentManagedActionsCommandOutput
520
531
  ) => void
521
532
  ): void;
533
+ describeEnvironmentResources(): Promise<DescribeEnvironmentResourcesCommandOutput>;
522
534
  describeEnvironmentResources(
523
535
  args: DescribeEnvironmentResourcesCommandInput,
524
536
  options?: __HttpHandlerOptions
@@ -532,6 +544,7 @@ export interface ElasticBeanstalk {
532
544
  options: __HttpHandlerOptions,
533
545
  cb: (err: any, data?: DescribeEnvironmentResourcesCommandOutput) => void
534
546
  ): void;
547
+ describeEnvironments(): Promise<DescribeEnvironmentsCommandOutput>;
535
548
  describeEnvironments(
536
549
  args: DescribeEnvironmentsCommandInput,
537
550
  options?: __HttpHandlerOptions
@@ -545,6 +558,7 @@ export interface ElasticBeanstalk {
545
558
  options: __HttpHandlerOptions,
546
559
  cb: (err: any, data?: DescribeEnvironmentsCommandOutput) => void
547
560
  ): void;
561
+ describeEvents(): Promise<DescribeEventsCommandOutput>;
548
562
  describeEvents(
549
563
  args: DescribeEventsCommandInput,
550
564
  options?: __HttpHandlerOptions
@@ -558,6 +572,7 @@ export interface ElasticBeanstalk {
558
572
  options: __HttpHandlerOptions,
559
573
  cb: (err: any, data?: DescribeEventsCommandOutput) => void
560
574
  ): void;
575
+ describeInstancesHealth(): Promise<DescribeInstancesHealthCommandOutput>;
561
576
  describeInstancesHealth(
562
577
  args: DescribeInstancesHealthCommandInput,
563
578
  options?: __HttpHandlerOptions
@@ -571,6 +586,7 @@ export interface ElasticBeanstalk {
571
586
  options: __HttpHandlerOptions,
572
587
  cb: (err: any, data?: DescribeInstancesHealthCommandOutput) => void
573
588
  ): void;
589
+ describePlatformVersion(): Promise<DescribePlatformVersionCommandOutput>;
574
590
  describePlatformVersion(
575
591
  args: DescribePlatformVersionCommandInput,
576
592
  options?: __HttpHandlerOptions
@@ -603,6 +619,7 @@ export interface ElasticBeanstalk {
603
619
  data?: DisassociateEnvironmentOperationsRoleCommandOutput
604
620
  ) => void
605
621
  ): void;
622
+ listAvailableSolutionStacks(): Promise<ListAvailableSolutionStacksCommandOutput>;
606
623
  listAvailableSolutionStacks(
607
624
  args: ListAvailableSolutionStacksCommandInput,
608
625
  options?: __HttpHandlerOptions
@@ -616,6 +633,7 @@ export interface ElasticBeanstalk {
616
633
  options: __HttpHandlerOptions,
617
634
  cb: (err: any, data?: ListAvailableSolutionStacksCommandOutput) => void
618
635
  ): void;
636
+ listPlatformBranches(): Promise<ListPlatformBranchesCommandOutput>;
619
637
  listPlatformBranches(
620
638
  args: ListPlatformBranchesCommandInput,
621
639
  options?: __HttpHandlerOptions
@@ -629,6 +647,7 @@ export interface ElasticBeanstalk {
629
647
  options: __HttpHandlerOptions,
630
648
  cb: (err: any, data?: ListPlatformBranchesCommandOutput) => void
631
649
  ): void;
650
+ listPlatformVersions(): Promise<ListPlatformVersionsCommandOutput>;
632
651
  listPlatformVersions(
633
652
  args: ListPlatformVersionsCommandInput,
634
653
  options?: __HttpHandlerOptions
@@ -655,6 +674,7 @@ export interface ElasticBeanstalk {
655
674
  options: __HttpHandlerOptions,
656
675
  cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
657
676
  ): void;
677
+ rebuildEnvironment(): Promise<RebuildEnvironmentCommandOutput>;
658
678
  rebuildEnvironment(
659
679
  args: RebuildEnvironmentCommandInput,
660
680
  options?: __HttpHandlerOptions
@@ -681,6 +701,7 @@ export interface ElasticBeanstalk {
681
701
  options: __HttpHandlerOptions,
682
702
  cb: (err: any, data?: RequestEnvironmentInfoCommandOutput) => void
683
703
  ): void;
704
+ restartAppServer(): Promise<RestartAppServerCommandOutput>;
684
705
  restartAppServer(
685
706
  args: RestartAppServerCommandInput,
686
707
  options?: __HttpHandlerOptions
@@ -707,6 +728,7 @@ export interface ElasticBeanstalk {
707
728
  options: __HttpHandlerOptions,
708
729
  cb: (err: any, data?: RetrieveEnvironmentInfoCommandOutput) => void
709
730
  ): void;
731
+ swapEnvironmentCNAMEs(): Promise<SwapEnvironmentCNAMEsCommandOutput>;
710
732
  swapEnvironmentCNAMEs(
711
733
  args: SwapEnvironmentCNAMEsCommandInput,
712
734
  options?: __HttpHandlerOptions
@@ -720,6 +742,7 @@ export interface ElasticBeanstalk {
720
742
  options: __HttpHandlerOptions,
721
743
  cb: (err: any, data?: SwapEnvironmentCNAMEsCommandOutput) => void
722
744
  ): void;
745
+ terminateEnvironment(): Promise<TerminateEnvironmentCommandOutput>;
723
746
  terminateEnvironment(
724
747
  args: TerminateEnvironmentCommandInput,
725
748
  options?: __HttpHandlerOptions
@@ -791,6 +814,7 @@ export interface ElasticBeanstalk {
791
814
  options: __HttpHandlerOptions,
792
815
  cb: (err: any, data?: UpdateConfigurationTemplateCommandOutput) => void
793
816
  ): void;
817
+ updateEnvironment(): Promise<UpdateEnvironmentCommandOutput>;
794
818
  updateEnvironment(
795
819
  args: UpdateEnvironmentCommandInput,
796
820
  options?: __HttpHandlerOptions
@@ -20,6 +20,15 @@ declare const AbortEnvironmentUpdateCommand_base: {
20
20
  ServiceInputTypes,
21
21
  ServiceOutputTypes
22
22
  >;
23
+ new (
24
+ ...[input]: [] | [AbortEnvironmentUpdateCommandInput]
25
+ ): import("@smithy/smithy-client").CommandImpl<
26
+ AbortEnvironmentUpdateCommandInput,
27
+ AbortEnvironmentUpdateCommandOutput,
28
+ ElasticBeanstalkClientResolvedConfig,
29
+ ServiceInputTypes,
30
+ ServiceOutputTypes
31
+ >;
23
32
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
24
33
  };
25
34
  export declare class AbortEnvironmentUpdateCommand extends AbortEnvironmentUpdateCommand_base {}
@@ -25,6 +25,15 @@ declare const ApplyEnvironmentManagedActionCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: ApplyEnvironmentManagedActionCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ApplyEnvironmentManagedActionCommandInput,
32
+ ApplyEnvironmentManagedActionCommandOutput,
33
+ ElasticBeanstalkClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ApplyEnvironmentManagedActionCommand extends ApplyEnvironmentManagedActionCommand_base {}
@@ -21,6 +21,15 @@ declare const AssociateEnvironmentOperationsRoleCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: AssociateEnvironmentOperationsRoleCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ AssociateEnvironmentOperationsRoleCommandInput,
28
+ AssociateEnvironmentOperationsRoleCommandOutput,
29
+ ElasticBeanstalkClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class AssociateEnvironmentOperationsRoleCommand extends AssociateEnvironmentOperationsRoleCommand_base {}
@@ -25,6 +25,15 @@ declare const CheckDNSAvailabilityCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CheckDNSAvailabilityCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CheckDNSAvailabilityCommandInput,
32
+ CheckDNSAvailabilityCommandOutput,
33
+ ElasticBeanstalkClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CheckDNSAvailabilityCommand extends CheckDNSAvailabilityCommand_base {}
@@ -25,6 +25,15 @@ declare const ComposeEnvironmentsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [ComposeEnvironmentsCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ComposeEnvironmentsCommandInput,
32
+ ComposeEnvironmentsCommandOutput,
33
+ ElasticBeanstalkClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ComposeEnvironmentsCommand extends ComposeEnvironmentsCommand_base {}
@@ -25,6 +25,15 @@ declare const CreateApplicationCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CreateApplicationCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateApplicationCommandInput,
32
+ CreateApplicationCommandOutput,
33
+ ElasticBeanstalkClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreateApplicationCommand extends CreateApplicationCommand_base {}
@@ -25,6 +25,15 @@ declare const CreateApplicationVersionCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CreateApplicationVersionCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateApplicationVersionCommandInput,
32
+ CreateApplicationVersionCommandOutput,
33
+ ElasticBeanstalkClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreateApplicationVersionCommand extends CreateApplicationVersionCommand_base {}
@@ -25,6 +25,15 @@ declare const CreateConfigurationTemplateCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CreateConfigurationTemplateCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateConfigurationTemplateCommandInput,
32
+ CreateConfigurationTemplateCommandOutput,
33
+ ElasticBeanstalkClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreateConfigurationTemplateCommand extends CreateConfigurationTemplateCommand_base {}
@@ -25,6 +25,15 @@ declare const CreateEnvironmentCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CreateEnvironmentCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateEnvironmentCommandInput,
32
+ CreateEnvironmentCommandOutput,
33
+ ElasticBeanstalkClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreateEnvironmentCommand extends CreateEnvironmentCommand_base {}
@@ -25,6 +25,15 @@ declare const CreatePlatformVersionCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CreatePlatformVersionCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreatePlatformVersionCommandInput,
32
+ CreatePlatformVersionCommandOutput,
33
+ ElasticBeanstalkClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreatePlatformVersionCommand extends CreatePlatformVersionCommand_base {}
@@ -21,6 +21,15 @@ declare const CreateStorageLocationCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ ...[input]: [] | [CreateStorageLocationCommandInput]
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ CreateStorageLocationCommandInput,
28
+ CreateStorageLocationCommandOutput,
29
+ ElasticBeanstalkClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class CreateStorageLocationCommand extends CreateStorageLocationCommand_base {}
@@ -20,6 +20,15 @@ declare const DeleteApplicationCommand_base: {
20
20
  ServiceInputTypes,
21
21
  ServiceOutputTypes
22
22
  >;
23
+ new (
24
+ __0_0: DeleteApplicationCommandInput
25
+ ): import("@smithy/smithy-client").CommandImpl<
26
+ DeleteApplicationCommandInput,
27
+ DeleteApplicationCommandOutput,
28
+ ElasticBeanstalkClientResolvedConfig,
29
+ ServiceInputTypes,
30
+ ServiceOutputTypes
31
+ >;
23
32
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
24
33
  };
25
34
  export declare class DeleteApplicationCommand extends DeleteApplicationCommand_base {}
@@ -21,6 +21,15 @@ declare const DeleteApplicationVersionCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: DeleteApplicationVersionCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ DeleteApplicationVersionCommandInput,
28
+ DeleteApplicationVersionCommandOutput,
29
+ ElasticBeanstalkClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class DeleteApplicationVersionCommand extends DeleteApplicationVersionCommand_base {}
@@ -21,6 +21,15 @@ declare const DeleteConfigurationTemplateCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: DeleteConfigurationTemplateCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ DeleteConfigurationTemplateCommandInput,
28
+ DeleteConfigurationTemplateCommandOutput,
29
+ ElasticBeanstalkClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class DeleteConfigurationTemplateCommand extends DeleteConfigurationTemplateCommand_base {}
@@ -21,6 +21,15 @@ declare const DeleteEnvironmentConfigurationCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: DeleteEnvironmentConfigurationCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ DeleteEnvironmentConfigurationCommandInput,
28
+ DeleteEnvironmentConfigurationCommandOutput,
29
+ ElasticBeanstalkClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class DeleteEnvironmentConfigurationCommand extends DeleteEnvironmentConfigurationCommand_base {}
@@ -25,6 +25,15 @@ declare const DeletePlatformVersionCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [DeletePlatformVersionCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DeletePlatformVersionCommandInput,
32
+ DeletePlatformVersionCommandOutput,
33
+ ElasticBeanstalkClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DeletePlatformVersionCommand extends DeletePlatformVersionCommand_base {}
@@ -21,6 +21,15 @@ declare const DescribeAccountAttributesCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ ...[input]: [] | [DescribeAccountAttributesCommandInput]
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ DescribeAccountAttributesCommandInput,
28
+ DescribeAccountAttributesCommandOutput,
29
+ ElasticBeanstalkClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class DescribeAccountAttributesCommand extends DescribeAccountAttributesCommand_base {}
@@ -25,6 +25,15 @@ declare const DescribeApplicationVersionsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [DescribeApplicationVersionsCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DescribeApplicationVersionsCommandInput,
32
+ DescribeApplicationVersionsCommandOutput,
33
+ ElasticBeanstalkClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DescribeApplicationVersionsCommand extends DescribeApplicationVersionsCommand_base {}
@@ -25,6 +25,15 @@ declare const DescribeApplicationsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [DescribeApplicationsCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DescribeApplicationsCommandInput,
32
+ DescribeApplicationsCommandOutput,
33
+ ElasticBeanstalkClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DescribeApplicationsCommand extends DescribeApplicationsCommand_base {}
@@ -25,6 +25,15 @@ declare const DescribeConfigurationOptionsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [DescribeConfigurationOptionsCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DescribeConfigurationOptionsCommandInput,
32
+ DescribeConfigurationOptionsCommandOutput,
33
+ ElasticBeanstalkClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DescribeConfigurationOptionsCommand extends DescribeConfigurationOptionsCommand_base {}
@@ -25,6 +25,15 @@ declare const DescribeConfigurationSettingsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DescribeConfigurationSettingsCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DescribeConfigurationSettingsCommandInput,
32
+ DescribeConfigurationSettingsCommandOutput,
33
+ ElasticBeanstalkClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DescribeConfigurationSettingsCommand extends DescribeConfigurationSettingsCommand_base {}
@@ -25,6 +25,15 @@ declare const DescribeEnvironmentHealthCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [DescribeEnvironmentHealthCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DescribeEnvironmentHealthCommandInput,
32
+ DescribeEnvironmentHealthCommandOutput,
33
+ ElasticBeanstalkClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DescribeEnvironmentHealthCommand extends DescribeEnvironmentHealthCommand_base {}
@@ -25,6 +25,15 @@ declare const DescribeEnvironmentManagedActionHistoryCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [DescribeEnvironmentManagedActionHistoryCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DescribeEnvironmentManagedActionHistoryCommandInput,
32
+ DescribeEnvironmentManagedActionHistoryCommandOutput,
33
+ ElasticBeanstalkClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DescribeEnvironmentManagedActionHistoryCommand extends DescribeEnvironmentManagedActionHistoryCommand_base {}
@@ -25,6 +25,15 @@ declare const DescribeEnvironmentManagedActionsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [DescribeEnvironmentManagedActionsCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DescribeEnvironmentManagedActionsCommandInput,
32
+ DescribeEnvironmentManagedActionsCommandOutput,
33
+ ElasticBeanstalkClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DescribeEnvironmentManagedActionsCommand extends DescribeEnvironmentManagedActionsCommand_base {}
@@ -25,6 +25,15 @@ declare const DescribeEnvironmentResourcesCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [DescribeEnvironmentResourcesCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DescribeEnvironmentResourcesCommandInput,
32
+ DescribeEnvironmentResourcesCommandOutput,
33
+ ElasticBeanstalkClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DescribeEnvironmentResourcesCommand extends DescribeEnvironmentResourcesCommand_base {}
@@ -25,6 +25,15 @@ declare const DescribeEnvironmentsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [DescribeEnvironmentsCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DescribeEnvironmentsCommandInput,
32
+ DescribeEnvironmentsCommandOutput,
33
+ ElasticBeanstalkClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DescribeEnvironmentsCommand extends DescribeEnvironmentsCommand_base {}
@@ -24,6 +24,15 @@ declare const DescribeEventsCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ ...[input]: [] | [DescribeEventsCommandInput]
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ DescribeEventsCommandInput,
31
+ DescribeEventsCommandOutput,
32
+ ElasticBeanstalkClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class DescribeEventsCommand extends DescribeEventsCommand_base {}
@@ -25,6 +25,15 @@ declare const DescribeInstancesHealthCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [DescribeInstancesHealthCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DescribeInstancesHealthCommandInput,
32
+ DescribeInstancesHealthCommandOutput,
33
+ ElasticBeanstalkClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DescribeInstancesHealthCommand extends DescribeInstancesHealthCommand_base {}