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