@aws-sdk/client-elastic-beanstalk 3.1077.0 → 3.1078.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
package/dist-cjs/index.js CHANGED
@@ -1,7 +1,8 @@
1
1
  const { awsEndpointFunctions, emitWarningIfUnsupportedVersion: emitWarningIfUnsupportedVersion$1, createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS, getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
2
2
  const { getHttpAuthSchemeEndpointRuleSetPlugin, DefaultIdentityProviderConfig, getHttpSigningPlugin, createPaginator } = require("@smithy/core");
3
- const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, Command, createWaiter, checkExceptions, WaiterState, createAggregatedClient } = require("@smithy/core/client");
4
- exports.$Command = Command;
3
+ const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, makeBuilder, createWaiter, checkExceptions, WaiterState, createAggregatedClient } = require("@smithy/core/client");
4
+ const { Command: $Command } = require("@smithy/core/client");
5
+ exports.$Command = $Command;
5
6
  exports.__Client = Client;
6
7
  const { resolveDefaultsModeConfig, loadConfig, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS, resolveRegionConfig } = require("@smithy/core/config");
7
8
  const { BinaryDecisionDiagram, EndpointCache, decideEndpoint, customEndpointFunctions, resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
@@ -68,7 +69,7 @@ const commonParams = {
68
69
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
69
70
  };
70
71
 
71
- var version = "3.1076.0";
72
+ var version = "3.1077.0";
72
73
  var packageInfo = {
73
74
  version: version};
74
75
 
@@ -1950,568 +1951,149 @@ class ElasticBeanstalkClient extends Client {
1950
1951
  }
1951
1952
  }
1952
1953
 
1953
- class AbortEnvironmentUpdateCommand extends Command
1954
- .classBuilder()
1955
- .ep(commonParams)
1956
- .m(function (Command, cs, config, o) {
1957
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1958
- })
1959
- .s("AWSElasticBeanstalkService", "AbortEnvironmentUpdate", {})
1960
- .n("ElasticBeanstalkClient", "AbortEnvironmentUpdateCommand")
1961
- .sc(AbortEnvironmentUpdate$)
1962
- .build() {
1963
- }
1964
-
1965
- class ApplyEnvironmentManagedActionCommand extends Command
1966
- .classBuilder()
1967
- .ep(commonParams)
1968
- .m(function (Command, cs, config, o) {
1969
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1970
- })
1971
- .s("AWSElasticBeanstalkService", "ApplyEnvironmentManagedAction", {})
1972
- .n("ElasticBeanstalkClient", "ApplyEnvironmentManagedActionCommand")
1973
- .sc(ApplyEnvironmentManagedAction$)
1974
- .build() {
1975
- }
1976
-
1977
- class AssociateEnvironmentOperationsRoleCommand extends Command
1978
- .classBuilder()
1979
- .ep(commonParams)
1980
- .m(function (Command, cs, config, o) {
1981
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1982
- })
1983
- .s("AWSElasticBeanstalkService", "AssociateEnvironmentOperationsRole", {})
1984
- .n("ElasticBeanstalkClient", "AssociateEnvironmentOperationsRoleCommand")
1985
- .sc(AssociateEnvironmentOperationsRole$)
1986
- .build() {
1987
- }
1988
-
1989
- class CheckDNSAvailabilityCommand extends Command
1990
- .classBuilder()
1991
- .ep(commonParams)
1992
- .m(function (Command, cs, config, o) {
1993
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1994
- })
1995
- .s("AWSElasticBeanstalkService", "CheckDNSAvailability", {})
1996
- .n("ElasticBeanstalkClient", "CheckDNSAvailabilityCommand")
1997
- .sc(CheckDNSAvailability$)
1998
- .build() {
1999
- }
2000
-
2001
- class ComposeEnvironmentsCommand extends Command
2002
- .classBuilder()
2003
- .ep(commonParams)
2004
- .m(function (Command, cs, config, o) {
2005
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2006
- })
2007
- .s("AWSElasticBeanstalkService", "ComposeEnvironments", {})
2008
- .n("ElasticBeanstalkClient", "ComposeEnvironmentsCommand")
2009
- .sc(ComposeEnvironments$)
2010
- .build() {
2011
- }
2012
-
2013
- class CreateApplicationCommand extends Command
2014
- .classBuilder()
2015
- .ep(commonParams)
2016
- .m(function (Command, cs, config, o) {
2017
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2018
- })
2019
- .s("AWSElasticBeanstalkService", "CreateApplication", {})
2020
- .n("ElasticBeanstalkClient", "CreateApplicationCommand")
2021
- .sc(CreateApplication$)
2022
- .build() {
2023
- }
2024
-
2025
- class CreateApplicationVersionCommand extends Command
2026
- .classBuilder()
2027
- .ep(commonParams)
2028
- .m(function (Command, cs, config, o) {
2029
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2030
- })
2031
- .s("AWSElasticBeanstalkService", "CreateApplicationVersion", {})
2032
- .n("ElasticBeanstalkClient", "CreateApplicationVersionCommand")
2033
- .sc(CreateApplicationVersion$)
2034
- .build() {
2035
- }
2036
-
2037
- class CreateConfigurationTemplateCommand extends Command
2038
- .classBuilder()
2039
- .ep(commonParams)
2040
- .m(function (Command, cs, config, o) {
2041
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2042
- })
2043
- .s("AWSElasticBeanstalkService", "CreateConfigurationTemplate", {})
2044
- .n("ElasticBeanstalkClient", "CreateConfigurationTemplateCommand")
2045
- .sc(CreateConfigurationTemplate$)
2046
- .build() {
2047
- }
2048
-
2049
- class CreateEnvironmentCommand extends Command
2050
- .classBuilder()
2051
- .ep(commonParams)
2052
- .m(function (Command, cs, config, o) {
2053
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2054
- })
2055
- .s("AWSElasticBeanstalkService", "CreateEnvironment", {})
2056
- .n("ElasticBeanstalkClient", "CreateEnvironmentCommand")
2057
- .sc(CreateEnvironment$)
2058
- .build() {
2059
- }
2060
-
2061
- class CreatePlatformVersionCommand extends Command
2062
- .classBuilder()
2063
- .ep(commonParams)
2064
- .m(function (Command, cs, config, o) {
2065
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2066
- })
2067
- .s("AWSElasticBeanstalkService", "CreatePlatformVersion", {})
2068
- .n("ElasticBeanstalkClient", "CreatePlatformVersionCommand")
2069
- .sc(CreatePlatformVersion$)
2070
- .build() {
2071
- }
2072
-
2073
- class CreateStorageLocationCommand extends Command
2074
- .classBuilder()
2075
- .ep(commonParams)
2076
- .m(function (Command, cs, config, o) {
2077
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2078
- })
2079
- .s("AWSElasticBeanstalkService", "CreateStorageLocation", {})
2080
- .n("ElasticBeanstalkClient", "CreateStorageLocationCommand")
2081
- .sc(CreateStorageLocation$)
2082
- .build() {
2083
- }
2084
-
2085
- class DeleteApplicationCommand extends Command
2086
- .classBuilder()
2087
- .ep(commonParams)
2088
- .m(function (Command, cs, config, o) {
2089
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2090
- })
2091
- .s("AWSElasticBeanstalkService", "DeleteApplication", {})
2092
- .n("ElasticBeanstalkClient", "DeleteApplicationCommand")
2093
- .sc(DeleteApplication$)
2094
- .build() {
2095
- }
2096
-
2097
- class DeleteApplicationVersionCommand extends Command
2098
- .classBuilder()
2099
- .ep(commonParams)
2100
- .m(function (Command, cs, config, o) {
2101
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2102
- })
2103
- .s("AWSElasticBeanstalkService", "DeleteApplicationVersion", {})
2104
- .n("ElasticBeanstalkClient", "DeleteApplicationVersionCommand")
2105
- .sc(DeleteApplicationVersion$)
2106
- .build() {
2107
- }
2108
-
2109
- class DeleteConfigurationTemplateCommand extends Command
2110
- .classBuilder()
2111
- .ep(commonParams)
2112
- .m(function (Command, cs, config, o) {
2113
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2114
- })
2115
- .s("AWSElasticBeanstalkService", "DeleteConfigurationTemplate", {})
2116
- .n("ElasticBeanstalkClient", "DeleteConfigurationTemplateCommand")
2117
- .sc(DeleteConfigurationTemplate$)
2118
- .build() {
2119
- }
2120
-
2121
- class DeleteEnvironmentConfigurationCommand extends Command
2122
- .classBuilder()
2123
- .ep(commonParams)
2124
- .m(function (Command, cs, config, o) {
2125
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2126
- })
2127
- .s("AWSElasticBeanstalkService", "DeleteEnvironmentConfiguration", {})
2128
- .n("ElasticBeanstalkClient", "DeleteEnvironmentConfigurationCommand")
2129
- .sc(DeleteEnvironmentConfiguration$)
2130
- .build() {
2131
- }
2132
-
2133
- class DeletePlatformVersionCommand extends Command
2134
- .classBuilder()
2135
- .ep(commonParams)
2136
- .m(function (Command, cs, config, o) {
2137
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2138
- })
2139
- .s("AWSElasticBeanstalkService", "DeletePlatformVersion", {})
2140
- .n("ElasticBeanstalkClient", "DeletePlatformVersionCommand")
2141
- .sc(DeletePlatformVersion$)
2142
- .build() {
2143
- }
2144
-
2145
- class DescribeAccountAttributesCommand extends Command
2146
- .classBuilder()
2147
- .ep(commonParams)
2148
- .m(function (Command, cs, config, o) {
2149
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2150
- })
2151
- .s("AWSElasticBeanstalkService", "DescribeAccountAttributes", {})
2152
- .n("ElasticBeanstalkClient", "DescribeAccountAttributesCommand")
2153
- .sc(DescribeAccountAttributes$)
2154
- .build() {
2155
- }
2156
-
2157
- class DescribeApplicationsCommand extends Command
2158
- .classBuilder()
2159
- .ep(commonParams)
2160
- .m(function (Command, cs, config, o) {
2161
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2162
- })
2163
- .s("AWSElasticBeanstalkService", "DescribeApplications", {})
2164
- .n("ElasticBeanstalkClient", "DescribeApplicationsCommand")
2165
- .sc(DescribeApplications$)
2166
- .build() {
2167
- }
2168
-
2169
- class DescribeApplicationVersionsCommand extends Command
2170
- .classBuilder()
2171
- .ep(commonParams)
2172
- .m(function (Command, cs, config, o) {
2173
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2174
- })
2175
- .s("AWSElasticBeanstalkService", "DescribeApplicationVersions", {})
2176
- .n("ElasticBeanstalkClient", "DescribeApplicationVersionsCommand")
2177
- .sc(DescribeApplicationVersions$)
2178
- .build() {
2179
- }
2180
-
2181
- class DescribeConfigurationOptionsCommand extends Command
2182
- .classBuilder()
2183
- .ep(commonParams)
2184
- .m(function (Command, cs, config, o) {
2185
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2186
- })
2187
- .s("AWSElasticBeanstalkService", "DescribeConfigurationOptions", {})
2188
- .n("ElasticBeanstalkClient", "DescribeConfigurationOptionsCommand")
2189
- .sc(DescribeConfigurationOptions$)
2190
- .build() {
2191
- }
2192
-
2193
- class DescribeConfigurationSettingsCommand extends Command
2194
- .classBuilder()
2195
- .ep(commonParams)
2196
- .m(function (Command, cs, config, o) {
2197
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2198
- })
2199
- .s("AWSElasticBeanstalkService", "DescribeConfigurationSettings", {})
2200
- .n("ElasticBeanstalkClient", "DescribeConfigurationSettingsCommand")
2201
- .sc(DescribeConfigurationSettings$)
2202
- .build() {
2203
- }
2204
-
2205
- class DescribeEnvironmentHealthCommand extends Command
2206
- .classBuilder()
2207
- .ep(commonParams)
2208
- .m(function (Command, cs, config, o) {
2209
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2210
- })
2211
- .s("AWSElasticBeanstalkService", "DescribeEnvironmentHealth", {})
2212
- .n("ElasticBeanstalkClient", "DescribeEnvironmentHealthCommand")
2213
- .sc(DescribeEnvironmentHealth$)
2214
- .build() {
2215
- }
2216
-
2217
- class DescribeEnvironmentManagedActionHistoryCommand extends Command
2218
- .classBuilder()
2219
- .ep(commonParams)
2220
- .m(function (Command, cs, config, o) {
2221
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2222
- })
2223
- .s("AWSElasticBeanstalkService", "DescribeEnvironmentManagedActionHistory", {})
2224
- .n("ElasticBeanstalkClient", "DescribeEnvironmentManagedActionHistoryCommand")
2225
- .sc(DescribeEnvironmentManagedActionHistory$)
2226
- .build() {
2227
- }
2228
-
2229
- class DescribeEnvironmentManagedActionsCommand extends Command
2230
- .classBuilder()
2231
- .ep(commonParams)
2232
- .m(function (Command, cs, config, o) {
2233
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2234
- })
2235
- .s("AWSElasticBeanstalkService", "DescribeEnvironmentManagedActions", {})
2236
- .n("ElasticBeanstalkClient", "DescribeEnvironmentManagedActionsCommand")
2237
- .sc(DescribeEnvironmentManagedActions$)
2238
- .build() {
2239
- }
2240
-
2241
- class DescribeEnvironmentResourcesCommand extends Command
2242
- .classBuilder()
2243
- .ep(commonParams)
2244
- .m(function (Command, cs, config, o) {
2245
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2246
- })
2247
- .s("AWSElasticBeanstalkService", "DescribeEnvironmentResources", {})
2248
- .n("ElasticBeanstalkClient", "DescribeEnvironmentResourcesCommand")
2249
- .sc(DescribeEnvironmentResources$)
2250
- .build() {
2251
- }
2252
-
2253
- class DescribeEnvironmentsCommand extends Command
2254
- .classBuilder()
2255
- .ep(commonParams)
2256
- .m(function (Command, cs, config, o) {
2257
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2258
- })
2259
- .s("AWSElasticBeanstalkService", "DescribeEnvironments", {})
2260
- .n("ElasticBeanstalkClient", "DescribeEnvironmentsCommand")
2261
- .sc(DescribeEnvironments$)
2262
- .build() {
2263
- }
2264
-
2265
- class DescribeEventsCommand extends Command
2266
- .classBuilder()
2267
- .ep(commonParams)
2268
- .m(function (Command, cs, config, o) {
2269
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2270
- })
2271
- .s("AWSElasticBeanstalkService", "DescribeEvents", {})
2272
- .n("ElasticBeanstalkClient", "DescribeEventsCommand")
2273
- .sc(DescribeEvents$)
2274
- .build() {
2275
- }
2276
-
2277
- class DescribeInstancesHealthCommand extends Command
2278
- .classBuilder()
2279
- .ep(commonParams)
2280
- .m(function (Command, cs, config, o) {
2281
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2282
- })
2283
- .s("AWSElasticBeanstalkService", "DescribeInstancesHealth", {})
2284
- .n("ElasticBeanstalkClient", "DescribeInstancesHealthCommand")
2285
- .sc(DescribeInstancesHealth$)
2286
- .build() {
2287
- }
2288
-
2289
- class DescribePlatformVersionCommand extends Command
2290
- .classBuilder()
2291
- .ep(commonParams)
2292
- .m(function (Command, cs, config, o) {
2293
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2294
- })
2295
- .s("AWSElasticBeanstalkService", "DescribePlatformVersion", {})
2296
- .n("ElasticBeanstalkClient", "DescribePlatformVersionCommand")
2297
- .sc(DescribePlatformVersion$)
2298
- .build() {
2299
- }
2300
-
2301
- class DisassociateEnvironmentOperationsRoleCommand extends Command
2302
- .classBuilder()
2303
- .ep(commonParams)
2304
- .m(function (Command, cs, config, o) {
2305
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2306
- })
2307
- .s("AWSElasticBeanstalkService", "DisassociateEnvironmentOperationsRole", {})
2308
- .n("ElasticBeanstalkClient", "DisassociateEnvironmentOperationsRoleCommand")
2309
- .sc(DisassociateEnvironmentOperationsRole$)
2310
- .build() {
2311
- }
2312
-
2313
- class ListAvailableSolutionStacksCommand extends Command
2314
- .classBuilder()
2315
- .ep(commonParams)
2316
- .m(function (Command, cs, config, o) {
2317
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2318
- })
2319
- .s("AWSElasticBeanstalkService", "ListAvailableSolutionStacks", {})
2320
- .n("ElasticBeanstalkClient", "ListAvailableSolutionStacksCommand")
2321
- .sc(ListAvailableSolutionStacks$)
2322
- .build() {
2323
- }
2324
-
2325
- class ListPlatformBranchesCommand extends Command
2326
- .classBuilder()
2327
- .ep(commonParams)
2328
- .m(function (Command, cs, config, o) {
2329
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2330
- })
2331
- .s("AWSElasticBeanstalkService", "ListPlatformBranches", {})
2332
- .n("ElasticBeanstalkClient", "ListPlatformBranchesCommand")
2333
- .sc(ListPlatformBranches$)
2334
- .build() {
2335
- }
2336
-
2337
- class ListPlatformVersionsCommand extends Command
2338
- .classBuilder()
2339
- .ep(commonParams)
2340
- .m(function (Command, cs, config, o) {
2341
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2342
- })
2343
- .s("AWSElasticBeanstalkService", "ListPlatformVersions", {})
2344
- .n("ElasticBeanstalkClient", "ListPlatformVersionsCommand")
2345
- .sc(ListPlatformVersions$)
2346
- .build() {
2347
- }
2348
-
2349
- class ListTagsForResourceCommand extends Command
2350
- .classBuilder()
2351
- .ep(commonParams)
2352
- .m(function (Command, cs, config, o) {
2353
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2354
- })
2355
- .s("AWSElasticBeanstalkService", "ListTagsForResource", {})
2356
- .n("ElasticBeanstalkClient", "ListTagsForResourceCommand")
2357
- .sc(ListTagsForResource$)
2358
- .build() {
2359
- }
2360
-
2361
- class RebuildEnvironmentCommand extends Command
2362
- .classBuilder()
2363
- .ep(commonParams)
2364
- .m(function (Command, cs, config, o) {
2365
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2366
- })
2367
- .s("AWSElasticBeanstalkService", "RebuildEnvironment", {})
2368
- .n("ElasticBeanstalkClient", "RebuildEnvironmentCommand")
2369
- .sc(RebuildEnvironment$)
2370
- .build() {
2371
- }
2372
-
2373
- class RequestEnvironmentInfoCommand extends Command
2374
- .classBuilder()
2375
- .ep(commonParams)
2376
- .m(function (Command, cs, config, o) {
2377
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2378
- })
2379
- .s("AWSElasticBeanstalkService", "RequestEnvironmentInfo", {})
2380
- .n("ElasticBeanstalkClient", "RequestEnvironmentInfoCommand")
2381
- .sc(RequestEnvironmentInfo$)
2382
- .build() {
2383
- }
2384
-
2385
- class RestartAppServerCommand extends Command
2386
- .classBuilder()
2387
- .ep(commonParams)
2388
- .m(function (Command, cs, config, o) {
2389
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2390
- })
2391
- .s("AWSElasticBeanstalkService", "RestartAppServer", {})
2392
- .n("ElasticBeanstalkClient", "RestartAppServerCommand")
2393
- .sc(RestartAppServer$)
2394
- .build() {
2395
- }
2396
-
2397
- class RetrieveEnvironmentInfoCommand extends Command
2398
- .classBuilder()
2399
- .ep(commonParams)
2400
- .m(function (Command, cs, config, o) {
2401
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2402
- })
2403
- .s("AWSElasticBeanstalkService", "RetrieveEnvironmentInfo", {})
2404
- .n("ElasticBeanstalkClient", "RetrieveEnvironmentInfoCommand")
2405
- .sc(RetrieveEnvironmentInfo$)
2406
- .build() {
2407
- }
2408
-
2409
- class SwapEnvironmentCNAMEsCommand extends Command
2410
- .classBuilder()
2411
- .ep(commonParams)
2412
- .m(function (Command, cs, config, o) {
2413
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2414
- })
2415
- .s("AWSElasticBeanstalkService", "SwapEnvironmentCNAMEs", {})
2416
- .n("ElasticBeanstalkClient", "SwapEnvironmentCNAMEsCommand")
2417
- .sc(SwapEnvironmentCNAMEs$)
2418
- .build() {
2419
- }
2420
-
2421
- class TerminateEnvironmentCommand extends Command
2422
- .classBuilder()
2423
- .ep(commonParams)
2424
- .m(function (Command, cs, config, o) {
2425
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2426
- })
2427
- .s("AWSElasticBeanstalkService", "TerminateEnvironment", {})
2428
- .n("ElasticBeanstalkClient", "TerminateEnvironmentCommand")
2429
- .sc(TerminateEnvironment$)
2430
- .build() {
2431
- }
2432
-
2433
- class UpdateApplicationCommand extends Command
2434
- .classBuilder()
2435
- .ep(commonParams)
2436
- .m(function (Command, cs, config, o) {
2437
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2438
- })
2439
- .s("AWSElasticBeanstalkService", "UpdateApplication", {})
2440
- .n("ElasticBeanstalkClient", "UpdateApplicationCommand")
2441
- .sc(UpdateApplication$)
2442
- .build() {
2443
- }
2444
-
2445
- class UpdateApplicationResourceLifecycleCommand extends Command
2446
- .classBuilder()
2447
- .ep(commonParams)
2448
- .m(function (Command, cs, config, o) {
2449
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2450
- })
2451
- .s("AWSElasticBeanstalkService", "UpdateApplicationResourceLifecycle", {})
2452
- .n("ElasticBeanstalkClient", "UpdateApplicationResourceLifecycleCommand")
2453
- .sc(UpdateApplicationResourceLifecycle$)
2454
- .build() {
2455
- }
2456
-
2457
- class UpdateApplicationVersionCommand extends Command
2458
- .classBuilder()
2459
- .ep(commonParams)
2460
- .m(function (Command, cs, config, o) {
2461
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2462
- })
2463
- .s("AWSElasticBeanstalkService", "UpdateApplicationVersion", {})
2464
- .n("ElasticBeanstalkClient", "UpdateApplicationVersionCommand")
2465
- .sc(UpdateApplicationVersion$)
2466
- .build() {
2467
- }
2468
-
2469
- class UpdateConfigurationTemplateCommand extends Command
2470
- .classBuilder()
2471
- .ep(commonParams)
2472
- .m(function (Command, cs, config, o) {
2473
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2474
- })
2475
- .s("AWSElasticBeanstalkService", "UpdateConfigurationTemplate", {})
2476
- .n("ElasticBeanstalkClient", "UpdateConfigurationTemplateCommand")
2477
- .sc(UpdateConfigurationTemplate$)
2478
- .build() {
2479
- }
2480
-
2481
- class UpdateEnvironmentCommand extends Command
2482
- .classBuilder()
2483
- .ep(commonParams)
2484
- .m(function (Command, cs, config, o) {
2485
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2486
- })
2487
- .s("AWSElasticBeanstalkService", "UpdateEnvironment", {})
2488
- .n("ElasticBeanstalkClient", "UpdateEnvironmentCommand")
2489
- .sc(UpdateEnvironment$)
2490
- .build() {
2491
- }
2492
-
2493
- class UpdateTagsForResourceCommand extends Command
2494
- .classBuilder()
2495
- .ep(commonParams)
2496
- .m(function (Command, cs, config, o) {
2497
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2498
- })
2499
- .s("AWSElasticBeanstalkService", "UpdateTagsForResource", {})
2500
- .n("ElasticBeanstalkClient", "UpdateTagsForResourceCommand")
2501
- .sc(UpdateTagsForResource$)
2502
- .build() {
2503
- }
2504
-
2505
- class ValidateConfigurationSettingsCommand extends Command
2506
- .classBuilder()
2507
- .ep(commonParams)
2508
- .m(function (Command, cs, config, o) {
2509
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2510
- })
2511
- .s("AWSElasticBeanstalkService", "ValidateConfigurationSettings", {})
2512
- .n("ElasticBeanstalkClient", "ValidateConfigurationSettingsCommand")
2513
- .sc(ValidateConfigurationSettings$)
2514
- .build() {
1954
+ const command = makeBuilder(commonParams, "AWSElasticBeanstalkService", "ElasticBeanstalkClient", getEndpointPlugin);
1955
+ const _ep0 = {};
1956
+ const _mw0 = (Command, cs, config, o) => [];
1957
+
1958
+ class AbortEnvironmentUpdateCommand extends command(_ep0, _mw0, "AbortEnvironmentUpdate", AbortEnvironmentUpdate$) {
1959
+ }
1960
+
1961
+ class ApplyEnvironmentManagedActionCommand extends command(_ep0, _mw0, "ApplyEnvironmentManagedAction", ApplyEnvironmentManagedAction$) {
1962
+ }
1963
+
1964
+ class AssociateEnvironmentOperationsRoleCommand extends command(_ep0, _mw0, "AssociateEnvironmentOperationsRole", AssociateEnvironmentOperationsRole$) {
1965
+ }
1966
+
1967
+ class CheckDNSAvailabilityCommand extends command(_ep0, _mw0, "CheckDNSAvailability", CheckDNSAvailability$) {
1968
+ }
1969
+
1970
+ class ComposeEnvironmentsCommand extends command(_ep0, _mw0, "ComposeEnvironments", ComposeEnvironments$) {
1971
+ }
1972
+
1973
+ class CreateApplicationCommand extends command(_ep0, _mw0, "CreateApplication", CreateApplication$) {
1974
+ }
1975
+
1976
+ class CreateApplicationVersionCommand extends command(_ep0, _mw0, "CreateApplicationVersion", CreateApplicationVersion$) {
1977
+ }
1978
+
1979
+ class CreateConfigurationTemplateCommand extends command(_ep0, _mw0, "CreateConfigurationTemplate", CreateConfigurationTemplate$) {
1980
+ }
1981
+
1982
+ class CreateEnvironmentCommand extends command(_ep0, _mw0, "CreateEnvironment", CreateEnvironment$) {
1983
+ }
1984
+
1985
+ class CreatePlatformVersionCommand extends command(_ep0, _mw0, "CreatePlatformVersion", CreatePlatformVersion$) {
1986
+ }
1987
+
1988
+ class CreateStorageLocationCommand extends command(_ep0, _mw0, "CreateStorageLocation", CreateStorageLocation$) {
1989
+ }
1990
+
1991
+ class DeleteApplicationCommand extends command(_ep0, _mw0, "DeleteApplication", DeleteApplication$) {
1992
+ }
1993
+
1994
+ class DeleteApplicationVersionCommand extends command(_ep0, _mw0, "DeleteApplicationVersion", DeleteApplicationVersion$) {
1995
+ }
1996
+
1997
+ class DeleteConfigurationTemplateCommand extends command(_ep0, _mw0, "DeleteConfigurationTemplate", DeleteConfigurationTemplate$) {
1998
+ }
1999
+
2000
+ class DeleteEnvironmentConfigurationCommand extends command(_ep0, _mw0, "DeleteEnvironmentConfiguration", DeleteEnvironmentConfiguration$) {
2001
+ }
2002
+
2003
+ class DeletePlatformVersionCommand extends command(_ep0, _mw0, "DeletePlatformVersion", DeletePlatformVersion$) {
2004
+ }
2005
+
2006
+ class DescribeAccountAttributesCommand extends command(_ep0, _mw0, "DescribeAccountAttributes", DescribeAccountAttributes$) {
2007
+ }
2008
+
2009
+ class DescribeApplicationsCommand extends command(_ep0, _mw0, "DescribeApplications", DescribeApplications$) {
2010
+ }
2011
+
2012
+ class DescribeApplicationVersionsCommand extends command(_ep0, _mw0, "DescribeApplicationVersions", DescribeApplicationVersions$) {
2013
+ }
2014
+
2015
+ class DescribeConfigurationOptionsCommand extends command(_ep0, _mw0, "DescribeConfigurationOptions", DescribeConfigurationOptions$) {
2016
+ }
2017
+
2018
+ class DescribeConfigurationSettingsCommand extends command(_ep0, _mw0, "DescribeConfigurationSettings", DescribeConfigurationSettings$) {
2019
+ }
2020
+
2021
+ class DescribeEnvironmentHealthCommand extends command(_ep0, _mw0, "DescribeEnvironmentHealth", DescribeEnvironmentHealth$) {
2022
+ }
2023
+
2024
+ class DescribeEnvironmentManagedActionHistoryCommand extends command(_ep0, _mw0, "DescribeEnvironmentManagedActionHistory", DescribeEnvironmentManagedActionHistory$) {
2025
+ }
2026
+
2027
+ class DescribeEnvironmentManagedActionsCommand extends command(_ep0, _mw0, "DescribeEnvironmentManagedActions", DescribeEnvironmentManagedActions$) {
2028
+ }
2029
+
2030
+ class DescribeEnvironmentResourcesCommand extends command(_ep0, _mw0, "DescribeEnvironmentResources", DescribeEnvironmentResources$) {
2031
+ }
2032
+
2033
+ class DescribeEnvironmentsCommand extends command(_ep0, _mw0, "DescribeEnvironments", DescribeEnvironments$) {
2034
+ }
2035
+
2036
+ class DescribeEventsCommand extends command(_ep0, _mw0, "DescribeEvents", DescribeEvents$) {
2037
+ }
2038
+
2039
+ class DescribeInstancesHealthCommand extends command(_ep0, _mw0, "DescribeInstancesHealth", DescribeInstancesHealth$) {
2040
+ }
2041
+
2042
+ class DescribePlatformVersionCommand extends command(_ep0, _mw0, "DescribePlatformVersion", DescribePlatformVersion$) {
2043
+ }
2044
+
2045
+ class DisassociateEnvironmentOperationsRoleCommand extends command(_ep0, _mw0, "DisassociateEnvironmentOperationsRole", DisassociateEnvironmentOperationsRole$) {
2046
+ }
2047
+
2048
+ class ListAvailableSolutionStacksCommand extends command(_ep0, _mw0, "ListAvailableSolutionStacks", ListAvailableSolutionStacks$) {
2049
+ }
2050
+
2051
+ class ListPlatformBranchesCommand extends command(_ep0, _mw0, "ListPlatformBranches", ListPlatformBranches$) {
2052
+ }
2053
+
2054
+ class ListPlatformVersionsCommand extends command(_ep0, _mw0, "ListPlatformVersions", ListPlatformVersions$) {
2055
+ }
2056
+
2057
+ class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
2058
+ }
2059
+
2060
+ class RebuildEnvironmentCommand extends command(_ep0, _mw0, "RebuildEnvironment", RebuildEnvironment$) {
2061
+ }
2062
+
2063
+ class RequestEnvironmentInfoCommand extends command(_ep0, _mw0, "RequestEnvironmentInfo", RequestEnvironmentInfo$) {
2064
+ }
2065
+
2066
+ class RestartAppServerCommand extends command(_ep0, _mw0, "RestartAppServer", RestartAppServer$) {
2067
+ }
2068
+
2069
+ class RetrieveEnvironmentInfoCommand extends command(_ep0, _mw0, "RetrieveEnvironmentInfo", RetrieveEnvironmentInfo$) {
2070
+ }
2071
+
2072
+ class SwapEnvironmentCNAMEsCommand extends command(_ep0, _mw0, "SwapEnvironmentCNAMEs", SwapEnvironmentCNAMEs$) {
2073
+ }
2074
+
2075
+ class TerminateEnvironmentCommand extends command(_ep0, _mw0, "TerminateEnvironment", TerminateEnvironment$) {
2076
+ }
2077
+
2078
+ class UpdateApplicationCommand extends command(_ep0, _mw0, "UpdateApplication", UpdateApplication$) {
2079
+ }
2080
+
2081
+ class UpdateApplicationResourceLifecycleCommand extends command(_ep0, _mw0, "UpdateApplicationResourceLifecycle", UpdateApplicationResourceLifecycle$) {
2082
+ }
2083
+
2084
+ class UpdateApplicationVersionCommand extends command(_ep0, _mw0, "UpdateApplicationVersion", UpdateApplicationVersion$) {
2085
+ }
2086
+
2087
+ class UpdateConfigurationTemplateCommand extends command(_ep0, _mw0, "UpdateConfigurationTemplate", UpdateConfigurationTemplate$) {
2088
+ }
2089
+
2090
+ class UpdateEnvironmentCommand extends command(_ep0, _mw0, "UpdateEnvironment", UpdateEnvironment$) {
2091
+ }
2092
+
2093
+ class UpdateTagsForResourceCommand extends command(_ep0, _mw0, "UpdateTagsForResource", UpdateTagsForResource$) {
2094
+ }
2095
+
2096
+ class ValidateConfigurationSettingsCommand extends command(_ep0, _mw0, "ValidateConfigurationSettings", ValidateConfigurationSettings$) {
2515
2097
  }
2516
2098
 
2517
2099
  const paginateDescribeEnvironmentManagedActionHistory = createPaginator(ElasticBeanstalkClient, DescribeEnvironmentManagedActionHistoryCommand, "NextToken", "NextToken", "MaxItems");