@aws-sdk/client-elastic-beanstalk 3.1077.0 → 3.1079.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 (149) hide show
  1. package/dist-cjs/index.js +147 -565
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/AbortEnvironmentUpdateCommand.js +2 -14
  4. package/dist-es/commands/ApplyEnvironmentManagedActionCommand.js +2 -14
  5. package/dist-es/commands/AssociateEnvironmentOperationsRoleCommand.js +2 -14
  6. package/dist-es/commands/CheckDNSAvailabilityCommand.js +2 -14
  7. package/dist-es/commands/ComposeEnvironmentsCommand.js +2 -14
  8. package/dist-es/commands/CreateApplicationCommand.js +2 -14
  9. package/dist-es/commands/CreateApplicationVersionCommand.js +2 -14
  10. package/dist-es/commands/CreateConfigurationTemplateCommand.js +2 -14
  11. package/dist-es/commands/CreateEnvironmentCommand.js +2 -14
  12. package/dist-es/commands/CreatePlatformVersionCommand.js +2 -14
  13. package/dist-es/commands/CreateStorageLocationCommand.js +2 -14
  14. package/dist-es/commands/DeleteApplicationCommand.js +2 -14
  15. package/dist-es/commands/DeleteApplicationVersionCommand.js +2 -14
  16. package/dist-es/commands/DeleteConfigurationTemplateCommand.js +2 -14
  17. package/dist-es/commands/DeleteEnvironmentConfigurationCommand.js +2 -14
  18. package/dist-es/commands/DeletePlatformVersionCommand.js +2 -14
  19. package/dist-es/commands/DescribeAccountAttributesCommand.js +2 -14
  20. package/dist-es/commands/DescribeApplicationVersionsCommand.js +2 -14
  21. package/dist-es/commands/DescribeApplicationsCommand.js +2 -14
  22. package/dist-es/commands/DescribeConfigurationOptionsCommand.js +2 -14
  23. package/dist-es/commands/DescribeConfigurationSettingsCommand.js +2 -14
  24. package/dist-es/commands/DescribeEnvironmentHealthCommand.js +2 -14
  25. package/dist-es/commands/DescribeEnvironmentManagedActionHistoryCommand.js +2 -14
  26. package/dist-es/commands/DescribeEnvironmentManagedActionsCommand.js +2 -14
  27. package/dist-es/commands/DescribeEnvironmentResourcesCommand.js +2 -14
  28. package/dist-es/commands/DescribeEnvironmentsCommand.js +2 -14
  29. package/dist-es/commands/DescribeEventsCommand.js +2 -14
  30. package/dist-es/commands/DescribeInstancesHealthCommand.js +2 -14
  31. package/dist-es/commands/DescribePlatformVersionCommand.js +2 -14
  32. package/dist-es/commands/DisassociateEnvironmentOperationsRoleCommand.js +2 -14
  33. package/dist-es/commands/ListAvailableSolutionStacksCommand.js +2 -14
  34. package/dist-es/commands/ListPlatformBranchesCommand.js +2 -14
  35. package/dist-es/commands/ListPlatformVersionsCommand.js +2 -14
  36. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  37. package/dist-es/commands/RebuildEnvironmentCommand.js +2 -14
  38. package/dist-es/commands/RequestEnvironmentInfoCommand.js +2 -14
  39. package/dist-es/commands/RestartAppServerCommand.js +2 -14
  40. package/dist-es/commands/RetrieveEnvironmentInfoCommand.js +2 -14
  41. package/dist-es/commands/SwapEnvironmentCNAMEsCommand.js +2 -14
  42. package/dist-es/commands/TerminateEnvironmentCommand.js +2 -14
  43. package/dist-es/commands/UpdateApplicationCommand.js +2 -14
  44. package/dist-es/commands/UpdateApplicationResourceLifecycleCommand.js +2 -14
  45. package/dist-es/commands/UpdateApplicationVersionCommand.js +2 -14
  46. package/dist-es/commands/UpdateConfigurationTemplateCommand.js +2 -14
  47. package/dist-es/commands/UpdateEnvironmentCommand.js +2 -14
  48. package/dist-es/commands/UpdateTagsForResourceCommand.js +2 -14
  49. package/dist-es/commands/ValidateConfigurationSettingsCommand.js +2 -14
  50. package/dist-es/index.js +1 -0
  51. package/dist-types/commandBuilder.d.ts +18 -0
  52. package/dist-types/commands/AbortEnvironmentUpdateCommand.d.ts +3 -8
  53. package/dist-types/commands/ApplyEnvironmentManagedActionCommand.d.ts +3 -8
  54. package/dist-types/commands/AssociateEnvironmentOperationsRoleCommand.d.ts +3 -8
  55. package/dist-types/commands/CheckDNSAvailabilityCommand.d.ts +3 -8
  56. package/dist-types/commands/ComposeEnvironmentsCommand.d.ts +3 -8
  57. package/dist-types/commands/CreateApplicationCommand.d.ts +3 -8
  58. package/dist-types/commands/CreateApplicationVersionCommand.d.ts +3 -8
  59. package/dist-types/commands/CreateConfigurationTemplateCommand.d.ts +3 -8
  60. package/dist-types/commands/CreateEnvironmentCommand.d.ts +3 -8
  61. package/dist-types/commands/CreatePlatformVersionCommand.d.ts +3 -8
  62. package/dist-types/commands/CreateStorageLocationCommand.d.ts +3 -8
  63. package/dist-types/commands/DeleteApplicationCommand.d.ts +3 -8
  64. package/dist-types/commands/DeleteApplicationVersionCommand.d.ts +3 -8
  65. package/dist-types/commands/DeleteConfigurationTemplateCommand.d.ts +3 -8
  66. package/dist-types/commands/DeleteEnvironmentConfigurationCommand.d.ts +3 -8
  67. package/dist-types/commands/DeletePlatformVersionCommand.d.ts +3 -8
  68. package/dist-types/commands/DescribeAccountAttributesCommand.d.ts +3 -8
  69. package/dist-types/commands/DescribeApplicationVersionsCommand.d.ts +3 -8
  70. package/dist-types/commands/DescribeApplicationsCommand.d.ts +3 -8
  71. package/dist-types/commands/DescribeConfigurationOptionsCommand.d.ts +3 -8
  72. package/dist-types/commands/DescribeConfigurationSettingsCommand.d.ts +3 -8
  73. package/dist-types/commands/DescribeEnvironmentHealthCommand.d.ts +3 -8
  74. package/dist-types/commands/DescribeEnvironmentManagedActionHistoryCommand.d.ts +3 -8
  75. package/dist-types/commands/DescribeEnvironmentManagedActionsCommand.d.ts +3 -8
  76. package/dist-types/commands/DescribeEnvironmentResourcesCommand.d.ts +3 -8
  77. package/dist-types/commands/DescribeEnvironmentsCommand.d.ts +3 -8
  78. package/dist-types/commands/DescribeEventsCommand.d.ts +3 -8
  79. package/dist-types/commands/DescribeInstancesHealthCommand.d.ts +3 -8
  80. package/dist-types/commands/DescribePlatformVersionCommand.d.ts +3 -8
  81. package/dist-types/commands/DisassociateEnvironmentOperationsRoleCommand.d.ts +3 -8
  82. package/dist-types/commands/ListAvailableSolutionStacksCommand.d.ts +3 -8
  83. package/dist-types/commands/ListPlatformBranchesCommand.d.ts +3 -8
  84. package/dist-types/commands/ListPlatformVersionsCommand.d.ts +3 -8
  85. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  86. package/dist-types/commands/RebuildEnvironmentCommand.d.ts +3 -8
  87. package/dist-types/commands/RequestEnvironmentInfoCommand.d.ts +3 -8
  88. package/dist-types/commands/RestartAppServerCommand.d.ts +3 -8
  89. package/dist-types/commands/RetrieveEnvironmentInfoCommand.d.ts +3 -8
  90. package/dist-types/commands/SwapEnvironmentCNAMEsCommand.d.ts +3 -8
  91. package/dist-types/commands/TerminateEnvironmentCommand.d.ts +3 -8
  92. package/dist-types/commands/UpdateApplicationCommand.d.ts +3 -8
  93. package/dist-types/commands/UpdateApplicationResourceLifecycleCommand.d.ts +3 -8
  94. package/dist-types/commands/UpdateApplicationVersionCommand.d.ts +3 -8
  95. package/dist-types/commands/UpdateConfigurationTemplateCommand.d.ts +3 -8
  96. package/dist-types/commands/UpdateEnvironmentCommand.d.ts +3 -8
  97. package/dist-types/commands/UpdateTagsForResourceCommand.d.ts +3 -8
  98. package/dist-types/commands/ValidateConfigurationSettingsCommand.d.ts +3 -8
  99. package/dist-types/index.d.ts +1 -0
  100. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  101. package/dist-types/ts3.4/commands/AbortEnvironmentUpdateCommand.d.ts +7 -16
  102. package/dist-types/ts3.4/commands/ApplyEnvironmentManagedActionCommand.d.ts +7 -16
  103. package/dist-types/ts3.4/commands/AssociateEnvironmentOperationsRoleCommand.d.ts +7 -16
  104. package/dist-types/ts3.4/commands/CheckDNSAvailabilityCommand.d.ts +7 -16
  105. package/dist-types/ts3.4/commands/ComposeEnvironmentsCommand.d.ts +7 -16
  106. package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +7 -16
  107. package/dist-types/ts3.4/commands/CreateApplicationVersionCommand.d.ts +7 -16
  108. package/dist-types/ts3.4/commands/CreateConfigurationTemplateCommand.d.ts +7 -16
  109. package/dist-types/ts3.4/commands/CreateEnvironmentCommand.d.ts +7 -16
  110. package/dist-types/ts3.4/commands/CreatePlatformVersionCommand.d.ts +7 -16
  111. package/dist-types/ts3.4/commands/CreateStorageLocationCommand.d.ts +7 -16
  112. package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +7 -16
  113. package/dist-types/ts3.4/commands/DeleteApplicationVersionCommand.d.ts +7 -16
  114. package/dist-types/ts3.4/commands/DeleteConfigurationTemplateCommand.d.ts +7 -16
  115. package/dist-types/ts3.4/commands/DeleteEnvironmentConfigurationCommand.d.ts +7 -16
  116. package/dist-types/ts3.4/commands/DeletePlatformVersionCommand.d.ts +7 -16
  117. package/dist-types/ts3.4/commands/DescribeAccountAttributesCommand.d.ts +7 -16
  118. package/dist-types/ts3.4/commands/DescribeApplicationVersionsCommand.d.ts +7 -16
  119. package/dist-types/ts3.4/commands/DescribeApplicationsCommand.d.ts +7 -16
  120. package/dist-types/ts3.4/commands/DescribeConfigurationOptionsCommand.d.ts +7 -16
  121. package/dist-types/ts3.4/commands/DescribeConfigurationSettingsCommand.d.ts +7 -16
  122. package/dist-types/ts3.4/commands/DescribeEnvironmentHealthCommand.d.ts +7 -16
  123. package/dist-types/ts3.4/commands/DescribeEnvironmentManagedActionHistoryCommand.d.ts +7 -16
  124. package/dist-types/ts3.4/commands/DescribeEnvironmentManagedActionsCommand.d.ts +7 -16
  125. package/dist-types/ts3.4/commands/DescribeEnvironmentResourcesCommand.d.ts +7 -16
  126. package/dist-types/ts3.4/commands/DescribeEnvironmentsCommand.d.ts +7 -16
  127. package/dist-types/ts3.4/commands/DescribeEventsCommand.d.ts +7 -16
  128. package/dist-types/ts3.4/commands/DescribeInstancesHealthCommand.d.ts +7 -16
  129. package/dist-types/ts3.4/commands/DescribePlatformVersionCommand.d.ts +7 -16
  130. package/dist-types/ts3.4/commands/DisassociateEnvironmentOperationsRoleCommand.d.ts +7 -16
  131. package/dist-types/ts3.4/commands/ListAvailableSolutionStacksCommand.d.ts +7 -16
  132. package/dist-types/ts3.4/commands/ListPlatformBranchesCommand.d.ts +7 -16
  133. package/dist-types/ts3.4/commands/ListPlatformVersionsCommand.d.ts +7 -16
  134. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  135. package/dist-types/ts3.4/commands/RebuildEnvironmentCommand.d.ts +7 -16
  136. package/dist-types/ts3.4/commands/RequestEnvironmentInfoCommand.d.ts +7 -16
  137. package/dist-types/ts3.4/commands/RestartAppServerCommand.d.ts +7 -16
  138. package/dist-types/ts3.4/commands/RetrieveEnvironmentInfoCommand.d.ts +7 -16
  139. package/dist-types/ts3.4/commands/SwapEnvironmentCNAMEsCommand.d.ts +7 -16
  140. package/dist-types/ts3.4/commands/TerminateEnvironmentCommand.d.ts +7 -16
  141. package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +7 -16
  142. package/dist-types/ts3.4/commands/UpdateApplicationResourceLifecycleCommand.d.ts +7 -16
  143. package/dist-types/ts3.4/commands/UpdateApplicationVersionCommand.d.ts +7 -16
  144. package/dist-types/ts3.4/commands/UpdateConfigurationTemplateCommand.d.ts +7 -16
  145. package/dist-types/ts3.4/commands/UpdateEnvironmentCommand.d.ts +7 -16
  146. package/dist-types/ts3.4/commands/UpdateTagsForResourceCommand.d.ts +7 -16
  147. package/dist-types/ts3.4/commands/ValidateConfigurationSettingsCommand.d.ts +7 -16
  148. package/dist-types/ts3.4/index.d.ts +1 -0
  149. package/package.json +8 -8
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListPlatformBranches$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListPlatformBranchesCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSElasticBeanstalkService", "ListPlatformBranches", {})
13
- .n("ElasticBeanstalkClient", "ListPlatformBranchesCommand")
14
- .sc(ListPlatformBranches$)
15
- .build() {
3
+ export class ListPlatformBranchesCommand extends command(_ep0, _mw0, "ListPlatformBranches", ListPlatformBranches$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListPlatformVersions$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListPlatformVersionsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSElasticBeanstalkService", "ListPlatformVersions", {})
13
- .n("ElasticBeanstalkClient", "ListPlatformVersionsCommand")
14
- .sc(ListPlatformVersions$)
15
- .build() {
3
+ export class ListPlatformVersionsCommand extends command(_ep0, _mw0, "ListPlatformVersions", ListPlatformVersions$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListTagsForResource$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListTagsForResourceCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSElasticBeanstalkService", "ListTagsForResource", {})
13
- .n("ElasticBeanstalkClient", "ListTagsForResourceCommand")
14
- .sc(ListTagsForResource$)
15
- .build() {
3
+ export class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { RebuildEnvironment$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class RebuildEnvironmentCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSElasticBeanstalkService", "RebuildEnvironment", {})
13
- .n("ElasticBeanstalkClient", "RebuildEnvironmentCommand")
14
- .sc(RebuildEnvironment$)
15
- .build() {
3
+ export class RebuildEnvironmentCommand extends command(_ep0, _mw0, "RebuildEnvironment", RebuildEnvironment$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { RequestEnvironmentInfo$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class RequestEnvironmentInfoCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSElasticBeanstalkService", "RequestEnvironmentInfo", {})
13
- .n("ElasticBeanstalkClient", "RequestEnvironmentInfoCommand")
14
- .sc(RequestEnvironmentInfo$)
15
- .build() {
3
+ export class RequestEnvironmentInfoCommand extends command(_ep0, _mw0, "RequestEnvironmentInfo", RequestEnvironmentInfo$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { RestartAppServer$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class RestartAppServerCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSElasticBeanstalkService", "RestartAppServer", {})
13
- .n("ElasticBeanstalkClient", "RestartAppServerCommand")
14
- .sc(RestartAppServer$)
15
- .build() {
3
+ export class RestartAppServerCommand extends command(_ep0, _mw0, "RestartAppServer", RestartAppServer$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { RetrieveEnvironmentInfo$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class RetrieveEnvironmentInfoCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSElasticBeanstalkService", "RetrieveEnvironmentInfo", {})
13
- .n("ElasticBeanstalkClient", "RetrieveEnvironmentInfoCommand")
14
- .sc(RetrieveEnvironmentInfo$)
15
- .build() {
3
+ export class RetrieveEnvironmentInfoCommand extends command(_ep0, _mw0, "RetrieveEnvironmentInfo", RetrieveEnvironmentInfo$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { SwapEnvironmentCNAMEs$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class SwapEnvironmentCNAMEsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSElasticBeanstalkService", "SwapEnvironmentCNAMEs", {})
13
- .n("ElasticBeanstalkClient", "SwapEnvironmentCNAMEsCommand")
14
- .sc(SwapEnvironmentCNAMEs$)
15
- .build() {
3
+ export class SwapEnvironmentCNAMEsCommand extends command(_ep0, _mw0, "SwapEnvironmentCNAMEs", SwapEnvironmentCNAMEs$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { TerminateEnvironment$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class TerminateEnvironmentCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSElasticBeanstalkService", "TerminateEnvironment", {})
13
- .n("ElasticBeanstalkClient", "TerminateEnvironmentCommand")
14
- .sc(TerminateEnvironment$)
15
- .build() {
3
+ export class TerminateEnvironmentCommand extends command(_ep0, _mw0, "TerminateEnvironment", TerminateEnvironment$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { UpdateApplication$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UpdateApplicationCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSElasticBeanstalkService", "UpdateApplication", {})
13
- .n("ElasticBeanstalkClient", "UpdateApplicationCommand")
14
- .sc(UpdateApplication$)
15
- .build() {
3
+ export class UpdateApplicationCommand extends command(_ep0, _mw0, "UpdateApplication", UpdateApplication$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { UpdateApplicationResourceLifecycle$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UpdateApplicationResourceLifecycleCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSElasticBeanstalkService", "UpdateApplicationResourceLifecycle", {})
13
- .n("ElasticBeanstalkClient", "UpdateApplicationResourceLifecycleCommand")
14
- .sc(UpdateApplicationResourceLifecycle$)
15
- .build() {
3
+ export class UpdateApplicationResourceLifecycleCommand extends command(_ep0, _mw0, "UpdateApplicationResourceLifecycle", UpdateApplicationResourceLifecycle$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { UpdateApplicationVersion$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UpdateApplicationVersionCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSElasticBeanstalkService", "UpdateApplicationVersion", {})
13
- .n("ElasticBeanstalkClient", "UpdateApplicationVersionCommand")
14
- .sc(UpdateApplicationVersion$)
15
- .build() {
3
+ export class UpdateApplicationVersionCommand extends command(_ep0, _mw0, "UpdateApplicationVersion", UpdateApplicationVersion$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { UpdateConfigurationTemplate$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UpdateConfigurationTemplateCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSElasticBeanstalkService", "UpdateConfigurationTemplate", {})
13
- .n("ElasticBeanstalkClient", "UpdateConfigurationTemplateCommand")
14
- .sc(UpdateConfigurationTemplate$)
15
- .build() {
3
+ export class UpdateConfigurationTemplateCommand extends command(_ep0, _mw0, "UpdateConfigurationTemplate", UpdateConfigurationTemplate$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { UpdateEnvironment$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UpdateEnvironmentCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSElasticBeanstalkService", "UpdateEnvironment", {})
13
- .n("ElasticBeanstalkClient", "UpdateEnvironmentCommand")
14
- .sc(UpdateEnvironment$)
15
- .build() {
3
+ export class UpdateEnvironmentCommand extends command(_ep0, _mw0, "UpdateEnvironment", UpdateEnvironment$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { UpdateTagsForResource$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UpdateTagsForResourceCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSElasticBeanstalkService", "UpdateTagsForResource", {})
13
- .n("ElasticBeanstalkClient", "UpdateTagsForResourceCommand")
14
- .sc(UpdateTagsForResource$)
15
- .build() {
3
+ export class UpdateTagsForResourceCommand extends command(_ep0, _mw0, "UpdateTagsForResource", UpdateTagsForResource$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ValidateConfigurationSettings$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ValidateConfigurationSettingsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSElasticBeanstalkService", "ValidateConfigurationSettings", {})
13
- .n("ElasticBeanstalkClient", "ValidateConfigurationSettingsCommand")
14
- .sc(ValidateConfigurationSettings$)
15
- .build() {
3
+ export class ValidateConfigurationSettingsCommand extends command(_ep0, _mw0, "ValidateConfigurationSettings", ValidateConfigurationSettings$) {
16
4
  }
package/dist-es/index.js CHANGED
@@ -1,6 +1,7 @@
1
1
  export * from "./ElasticBeanstalkClient";
2
2
  export * from "./ElasticBeanstalk";
3
3
  export * from "./commands";
4
+ export { Command as $Command } from "@smithy/core/client";
4
5
  export * from "./schemas/schemas_0";
5
6
  export * from "./pagination";
6
7
  export * from "./waiters";
@@ -0,0 +1,18 @@
1
+ import type { EndpointParameterInstructions } from "@smithy/types";
2
+ import type { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "./ElasticBeanstalkClient";
3
+ /**
4
+ * @internal
5
+ */
6
+ export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(added: EndpointParameterInstructions, plugins: (CommandCtor: any, clientStack: any, config: any, options: any) => import("@smithy/types").Pluggable<any, any>[], op: string, $: import("@smithy/types").StaticOperationSchema, smithyContext?: Record<string, unknown>) => {
7
+ new (input: I): import("@smithy/core/client").CommandImpl<I, O, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
8
+ new (...[input]: import("@smithy/types").OptionalParameter<I>): import("@smithy/core/client").CommandImpl<I, O, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
9
+ getEndpointParameterInstructions(): EndpointParameterInstructions;
10
+ };
11
+ /**
12
+ * @internal
13
+ */
14
+ export declare const _ep0: EndpointParameterInstructions;
15
+ /**
16
+ * @internal
17
+ */
18
+ export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticBeanstalkClient";
4
2
  import type { AbortEnvironmentUpdateMessage } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface AbortEnvironmentUpdateCommandInput extends AbortEnvironmentUpda
22
19
  export interface AbortEnvironmentUpdateCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const AbortEnvironmentUpdateCommand_base: {
25
- new (input: AbortEnvironmentUpdateCommandInput): import("@smithy/core/client").CommandImpl<AbortEnvironmentUpdateCommandInput, AbortEnvironmentUpdateCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [AbortEnvironmentUpdateCommandInput]): import("@smithy/core/client").CommandImpl<AbortEnvironmentUpdateCommandInput, AbortEnvironmentUpdateCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: AbortEnvironmentUpdateCommandInput): import("@smithy/core/client").CommandImpl<AbortEnvironmentUpdateCommandInput, AbortEnvironmentUpdateCommandOutput, import("..").ElasticBeanstalkClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [AbortEnvironmentUpdateCommandInput]): import("@smithy/core/client").CommandImpl<AbortEnvironmentUpdateCommandInput, AbortEnvironmentUpdateCommandOutput, import("..").ElasticBeanstalkClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Cancels in-progress environment configuration update or application version
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticBeanstalkClient";
4
2
  import type { ApplyEnvironmentManagedActionRequest, ApplyEnvironmentManagedActionResult } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ApplyEnvironmentManagedActionCommandInput extends ApplyEnvironm
22
19
  export interface ApplyEnvironmentManagedActionCommandOutput extends ApplyEnvironmentManagedActionResult, __MetadataBearer {
23
20
  }
24
21
  declare const ApplyEnvironmentManagedActionCommand_base: {
25
- new (input: ApplyEnvironmentManagedActionCommandInput): import("@smithy/core/client").CommandImpl<ApplyEnvironmentManagedActionCommandInput, ApplyEnvironmentManagedActionCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ApplyEnvironmentManagedActionCommandInput): import("@smithy/core/client").CommandImpl<ApplyEnvironmentManagedActionCommandInput, ApplyEnvironmentManagedActionCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ApplyEnvironmentManagedActionCommandInput): import("@smithy/core/client").CommandImpl<ApplyEnvironmentManagedActionCommandInput, ApplyEnvironmentManagedActionCommandOutput, import("..").ElasticBeanstalkClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ApplyEnvironmentManagedActionCommandInput): import("@smithy/core/client").CommandImpl<ApplyEnvironmentManagedActionCommandInput, ApplyEnvironmentManagedActionCommandOutput, import("..").ElasticBeanstalkClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Applies a scheduled managed action immediately. A managed action can be applied only if
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticBeanstalkClient";
4
2
  import type { AssociateEnvironmentOperationsRoleMessage } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface AssociateEnvironmentOperationsRoleCommandInput extends Associat
22
19
  export interface AssociateEnvironmentOperationsRoleCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const AssociateEnvironmentOperationsRoleCommand_base: {
25
- new (input: AssociateEnvironmentOperationsRoleCommandInput): import("@smithy/core/client").CommandImpl<AssociateEnvironmentOperationsRoleCommandInput, AssociateEnvironmentOperationsRoleCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: AssociateEnvironmentOperationsRoleCommandInput): import("@smithy/core/client").CommandImpl<AssociateEnvironmentOperationsRoleCommandInput, AssociateEnvironmentOperationsRoleCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: AssociateEnvironmentOperationsRoleCommandInput): import("@smithy/core/client").CommandImpl<AssociateEnvironmentOperationsRoleCommandInput, AssociateEnvironmentOperationsRoleCommandOutput, import("..").ElasticBeanstalkClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: AssociateEnvironmentOperationsRoleCommandInput): import("@smithy/core/client").CommandImpl<AssociateEnvironmentOperationsRoleCommandInput, AssociateEnvironmentOperationsRoleCommandOutput, import("..").ElasticBeanstalkClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Add or change the operations role used by an environment. After this call is made, Elastic Beanstalk
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticBeanstalkClient";
4
2
  import type { CheckDNSAvailabilityMessage, CheckDNSAvailabilityResultMessage } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CheckDNSAvailabilityCommandInput extends CheckDNSAvailabilityMe
22
19
  export interface CheckDNSAvailabilityCommandOutput extends CheckDNSAvailabilityResultMessage, __MetadataBearer {
23
20
  }
24
21
  declare const CheckDNSAvailabilityCommand_base: {
25
- new (input: CheckDNSAvailabilityCommandInput): import("@smithy/core/client").CommandImpl<CheckDNSAvailabilityCommandInput, CheckDNSAvailabilityCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CheckDNSAvailabilityCommandInput): import("@smithy/core/client").CommandImpl<CheckDNSAvailabilityCommandInput, CheckDNSAvailabilityCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CheckDNSAvailabilityCommandInput): import("@smithy/core/client").CommandImpl<CheckDNSAvailabilityCommandInput, CheckDNSAvailabilityCommandOutput, import("..").ElasticBeanstalkClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CheckDNSAvailabilityCommandInput): import("@smithy/core/client").CommandImpl<CheckDNSAvailabilityCommandInput, CheckDNSAvailabilityCommandOutput, import("..").ElasticBeanstalkClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Checks if the specified CNAME is available.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticBeanstalkClient";
4
2
  import type { ComposeEnvironmentsMessage, EnvironmentDescriptionsMessage } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ComposeEnvironmentsCommandInput extends ComposeEnvironmentsMess
22
19
  export interface ComposeEnvironmentsCommandOutput extends EnvironmentDescriptionsMessage, __MetadataBearer {
23
20
  }
24
21
  declare const ComposeEnvironmentsCommand_base: {
25
- new (input: ComposeEnvironmentsCommandInput): import("@smithy/core/client").CommandImpl<ComposeEnvironmentsCommandInput, ComposeEnvironmentsCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ComposeEnvironmentsCommandInput]): import("@smithy/core/client").CommandImpl<ComposeEnvironmentsCommandInput, ComposeEnvironmentsCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ComposeEnvironmentsCommandInput): import("@smithy/core/client").CommandImpl<ComposeEnvironmentsCommandInput, ComposeEnvironmentsCommandOutput, import("..").ElasticBeanstalkClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ComposeEnvironmentsCommandInput]): import("@smithy/core/client").CommandImpl<ComposeEnvironmentsCommandInput, ComposeEnvironmentsCommandOutput, import("..").ElasticBeanstalkClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Create or update a group of environments that each run a separate component of a single
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticBeanstalkClient";
4
2
  import type { ApplicationDescriptionMessage, CreateApplicationMessage } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CreateApplicationCommandInput extends CreateApplicationMessage
22
19
  export interface CreateApplicationCommandOutput extends ApplicationDescriptionMessage, __MetadataBearer {
23
20
  }
24
21
  declare const CreateApplicationCommand_base: {
25
- new (input: CreateApplicationCommandInput): import("@smithy/core/client").CommandImpl<CreateApplicationCommandInput, CreateApplicationCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateApplicationCommandInput): import("@smithy/core/client").CommandImpl<CreateApplicationCommandInput, CreateApplicationCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateApplicationCommandInput): import("@smithy/core/client").CommandImpl<CreateApplicationCommandInput, CreateApplicationCommandOutput, import("..").ElasticBeanstalkClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateApplicationCommandInput): import("@smithy/core/client").CommandImpl<CreateApplicationCommandInput, CreateApplicationCommandOutput, import("..").ElasticBeanstalkClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates an application that has one configuration template named <code>default</code>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticBeanstalkClient";
4
2
  import type { ApplicationVersionDescriptionMessage, CreateApplicationVersionMessage } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CreateApplicationVersionCommandInput extends CreateApplicationV
22
19
  export interface CreateApplicationVersionCommandOutput extends ApplicationVersionDescriptionMessage, __MetadataBearer {
23
20
  }
24
21
  declare const CreateApplicationVersionCommand_base: {
25
- new (input: CreateApplicationVersionCommandInput): import("@smithy/core/client").CommandImpl<CreateApplicationVersionCommandInput, CreateApplicationVersionCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateApplicationVersionCommandInput): import("@smithy/core/client").CommandImpl<CreateApplicationVersionCommandInput, CreateApplicationVersionCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateApplicationVersionCommandInput): import("@smithy/core/client").CommandImpl<CreateApplicationVersionCommandInput, CreateApplicationVersionCommandOutput, import("..").ElasticBeanstalkClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateApplicationVersionCommandInput): import("@smithy/core/client").CommandImpl<CreateApplicationVersionCommandInput, CreateApplicationVersionCommandOutput, import("..").ElasticBeanstalkClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates an application version for the specified application. You can create an
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticBeanstalkClient";
4
2
  import type { ConfigurationSettingsDescription, CreateConfigurationTemplateMessage } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CreateConfigurationTemplateCommandInput extends CreateConfigura
22
19
  export interface CreateConfigurationTemplateCommandOutput extends ConfigurationSettingsDescription, __MetadataBearer {
23
20
  }
24
21
  declare const CreateConfigurationTemplateCommand_base: {
25
- new (input: CreateConfigurationTemplateCommandInput): import("@smithy/core/client").CommandImpl<CreateConfigurationTemplateCommandInput, CreateConfigurationTemplateCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateConfigurationTemplateCommandInput): import("@smithy/core/client").CommandImpl<CreateConfigurationTemplateCommandInput, CreateConfigurationTemplateCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateConfigurationTemplateCommandInput): import("@smithy/core/client").CommandImpl<CreateConfigurationTemplateCommandInput, CreateConfigurationTemplateCommandOutput, import("..").ElasticBeanstalkClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateConfigurationTemplateCommandInput): import("@smithy/core/client").CommandImpl<CreateConfigurationTemplateCommandInput, CreateConfigurationTemplateCommandOutput, import("..").ElasticBeanstalkClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates an AWS Elastic Beanstalk configuration template, associated with a specific Elastic Beanstalk
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticBeanstalkClient";
4
2
  import type { CreateEnvironmentMessage, EnvironmentDescription } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CreateEnvironmentCommandInput extends CreateEnvironmentMessage
22
19
  export interface CreateEnvironmentCommandOutput extends EnvironmentDescription, __MetadataBearer {
23
20
  }
24
21
  declare const CreateEnvironmentCommand_base: {
25
- new (input: CreateEnvironmentCommandInput): import("@smithy/core/client").CommandImpl<CreateEnvironmentCommandInput, CreateEnvironmentCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateEnvironmentCommandInput): import("@smithy/core/client").CommandImpl<CreateEnvironmentCommandInput, CreateEnvironmentCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateEnvironmentCommandInput): import("@smithy/core/client").CommandImpl<CreateEnvironmentCommandInput, CreateEnvironmentCommandOutput, import("..").ElasticBeanstalkClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateEnvironmentCommandInput): import("@smithy/core/client").CommandImpl<CreateEnvironmentCommandInput, CreateEnvironmentCommandOutput, import("..").ElasticBeanstalkClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Launches an AWS Elastic Beanstalk environment for the specified application using the specified