@aws-sdk/client-ecs 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.
- package/dist-cjs/index.js +85 -773
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/ContinueServiceDeploymentCommand.js +2 -14
- package/dist-es/commands/CreateCapacityProviderCommand.js +2 -14
- package/dist-es/commands/CreateClusterCommand.js +2 -14
- package/dist-es/commands/CreateDaemonCommand.js +2 -14
- package/dist-es/commands/CreateExpressGatewayServiceCommand.js +2 -14
- package/dist-es/commands/CreateServiceCommand.js +2 -14
- package/dist-es/commands/CreateTaskSetCommand.js +2 -14
- package/dist-es/commands/DeleteAccountSettingCommand.js +2 -14
- package/dist-es/commands/DeleteAttributesCommand.js +2 -14
- package/dist-es/commands/DeleteCapacityProviderCommand.js +2 -14
- package/dist-es/commands/DeleteClusterCommand.js +2 -14
- package/dist-es/commands/DeleteDaemonCommand.js +2 -14
- package/dist-es/commands/DeleteDaemonTaskDefinitionCommand.js +2 -14
- package/dist-es/commands/DeleteExpressGatewayServiceCommand.js +2 -14
- package/dist-es/commands/DeleteServiceCommand.js +2 -14
- package/dist-es/commands/DeleteTaskDefinitionsCommand.js +2 -14
- package/dist-es/commands/DeleteTaskSetCommand.js +2 -14
- package/dist-es/commands/DeregisterContainerInstanceCommand.js +2 -14
- package/dist-es/commands/DeregisterTaskDefinitionCommand.js +2 -14
- package/dist-es/commands/DescribeCapacityProvidersCommand.js +2 -14
- package/dist-es/commands/DescribeClustersCommand.js +2 -14
- package/dist-es/commands/DescribeContainerInstancesCommand.js +2 -14
- package/dist-es/commands/DescribeDaemonCommand.js +2 -14
- package/dist-es/commands/DescribeDaemonDeploymentsCommand.js +2 -14
- package/dist-es/commands/DescribeDaemonRevisionsCommand.js +2 -14
- package/dist-es/commands/DescribeDaemonTaskDefinitionCommand.js +2 -14
- package/dist-es/commands/DescribeExpressGatewayServiceCommand.js +2 -14
- package/dist-es/commands/DescribeServiceDeploymentsCommand.js +2 -14
- package/dist-es/commands/DescribeServiceRevisionsCommand.js +2 -14
- package/dist-es/commands/DescribeServicesCommand.js +2 -14
- package/dist-es/commands/DescribeTaskDefinitionCommand.js +2 -14
- package/dist-es/commands/DescribeTaskSetsCommand.js +2 -14
- package/dist-es/commands/DescribeTasksCommand.js +2 -14
- package/dist-es/commands/DiscoverPollEndpointCommand.js +2 -14
- package/dist-es/commands/ExecuteCommandCommand.js +2 -14
- package/dist-es/commands/GetTaskProtectionCommand.js +2 -14
- package/dist-es/commands/ListAccountSettingsCommand.js +2 -14
- package/dist-es/commands/ListAttributesCommand.js +2 -14
- package/dist-es/commands/ListClustersCommand.js +2 -14
- package/dist-es/commands/ListContainerInstancesCommand.js +2 -14
- package/dist-es/commands/ListDaemonDeploymentsCommand.js +2 -14
- package/dist-es/commands/ListDaemonTaskDefinitionsCommand.js +2 -14
- package/dist-es/commands/ListDaemonsCommand.js +2 -14
- package/dist-es/commands/ListServiceDeploymentsCommand.js +2 -14
- package/dist-es/commands/ListServicesByNamespaceCommand.js +2 -14
- package/dist-es/commands/ListServicesCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/ListTaskDefinitionFamiliesCommand.js +2 -14
- package/dist-es/commands/ListTaskDefinitionsCommand.js +2 -14
- package/dist-es/commands/ListTasksCommand.js +2 -14
- package/dist-es/commands/PutAccountSettingCommand.js +2 -14
- package/dist-es/commands/PutAccountSettingDefaultCommand.js +2 -14
- package/dist-es/commands/PutAttributesCommand.js +2 -14
- package/dist-es/commands/PutClusterCapacityProvidersCommand.js +2 -14
- package/dist-es/commands/RegisterContainerInstanceCommand.js +2 -14
- package/dist-es/commands/RegisterDaemonTaskDefinitionCommand.js +2 -14
- package/dist-es/commands/RegisterTaskDefinitionCommand.js +2 -14
- package/dist-es/commands/RunTaskCommand.js +2 -14
- package/dist-es/commands/StartTaskCommand.js +2 -14
- package/dist-es/commands/StopServiceDeploymentCommand.js +2 -14
- package/dist-es/commands/StopTaskCommand.js +2 -14
- package/dist-es/commands/SubmitAttachmentStateChangesCommand.js +2 -14
- package/dist-es/commands/SubmitContainerStateChangeCommand.js +2 -14
- package/dist-es/commands/SubmitTaskStateChangeCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateCapacityProviderCommand.js +2 -14
- package/dist-es/commands/UpdateClusterCommand.js +2 -14
- package/dist-es/commands/UpdateClusterSettingsCommand.js +2 -14
- package/dist-es/commands/UpdateContainerAgentCommand.js +2 -14
- package/dist-es/commands/UpdateContainerInstancesStateCommand.js +2 -14
- package/dist-es/commands/UpdateDaemonCommand.js +2 -14
- package/dist-es/commands/UpdateExpressGatewayServiceCommand.js +2 -14
- package/dist-es/commands/UpdateServiceCommand.js +2 -14
- package/dist-es/commands/UpdateServicePrimaryTaskSetCommand.js +2 -14
- package/dist-es/commands/UpdateTaskProtectionCommand.js +2 -14
- package/dist-es/commands/UpdateTaskSetCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/ContinueServiceDeploymentCommand.d.ts +3 -8
- package/dist-types/commands/CreateCapacityProviderCommand.d.ts +3 -8
- package/dist-types/commands/CreateClusterCommand.d.ts +3 -8
- package/dist-types/commands/CreateDaemonCommand.d.ts +3 -8
- package/dist-types/commands/CreateExpressGatewayServiceCommand.d.ts +3 -8
- package/dist-types/commands/CreateServiceCommand.d.ts +3 -8
- package/dist-types/commands/CreateTaskSetCommand.d.ts +3 -8
- package/dist-types/commands/DeleteAccountSettingCommand.d.ts +3 -8
- package/dist-types/commands/DeleteAttributesCommand.d.ts +3 -8
- package/dist-types/commands/DeleteCapacityProviderCommand.d.ts +3 -8
- package/dist-types/commands/DeleteClusterCommand.d.ts +3 -8
- package/dist-types/commands/DeleteDaemonCommand.d.ts +3 -8
- package/dist-types/commands/DeleteDaemonTaskDefinitionCommand.d.ts +3 -8
- package/dist-types/commands/DeleteExpressGatewayServiceCommand.d.ts +3 -8
- package/dist-types/commands/DeleteServiceCommand.d.ts +3 -8
- package/dist-types/commands/DeleteTaskDefinitionsCommand.d.ts +3 -8
- package/dist-types/commands/DeleteTaskSetCommand.d.ts +3 -8
- package/dist-types/commands/DeregisterContainerInstanceCommand.d.ts +3 -8
- package/dist-types/commands/DeregisterTaskDefinitionCommand.d.ts +3 -8
- package/dist-types/commands/DescribeCapacityProvidersCommand.d.ts +3 -8
- package/dist-types/commands/DescribeClustersCommand.d.ts +3 -8
- package/dist-types/commands/DescribeContainerInstancesCommand.d.ts +3 -8
- package/dist-types/commands/DescribeDaemonCommand.d.ts +3 -8
- package/dist-types/commands/DescribeDaemonDeploymentsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeDaemonRevisionsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeDaemonTaskDefinitionCommand.d.ts +3 -8
- package/dist-types/commands/DescribeExpressGatewayServiceCommand.d.ts +3 -8
- package/dist-types/commands/DescribeServiceDeploymentsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeServiceRevisionsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeServicesCommand.d.ts +3 -8
- package/dist-types/commands/DescribeTaskDefinitionCommand.d.ts +3 -8
- package/dist-types/commands/DescribeTaskSetsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeTasksCommand.d.ts +3 -8
- package/dist-types/commands/DiscoverPollEndpointCommand.d.ts +3 -8
- package/dist-types/commands/ExecuteCommandCommand.d.ts +3 -8
- package/dist-types/commands/GetTaskProtectionCommand.d.ts +3 -8
- package/dist-types/commands/ListAccountSettingsCommand.d.ts +3 -8
- package/dist-types/commands/ListAttributesCommand.d.ts +3 -8
- package/dist-types/commands/ListClustersCommand.d.ts +3 -8
- package/dist-types/commands/ListContainerInstancesCommand.d.ts +3 -8
- package/dist-types/commands/ListDaemonDeploymentsCommand.d.ts +3 -8
- package/dist-types/commands/ListDaemonTaskDefinitionsCommand.d.ts +3 -8
- package/dist-types/commands/ListDaemonsCommand.d.ts +3 -8
- package/dist-types/commands/ListServiceDeploymentsCommand.d.ts +3 -8
- package/dist-types/commands/ListServicesByNamespaceCommand.d.ts +3 -8
- package/dist-types/commands/ListServicesCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/ListTaskDefinitionFamiliesCommand.d.ts +3 -8
- package/dist-types/commands/ListTaskDefinitionsCommand.d.ts +3 -8
- package/dist-types/commands/ListTasksCommand.d.ts +3 -8
- package/dist-types/commands/PutAccountSettingCommand.d.ts +3 -8
- package/dist-types/commands/PutAccountSettingDefaultCommand.d.ts +3 -8
- package/dist-types/commands/PutAttributesCommand.d.ts +3 -8
- package/dist-types/commands/PutClusterCapacityProvidersCommand.d.ts +3 -8
- package/dist-types/commands/RegisterContainerInstanceCommand.d.ts +3 -8
- package/dist-types/commands/RegisterDaemonTaskDefinitionCommand.d.ts +3 -8
- package/dist-types/commands/RegisterTaskDefinitionCommand.d.ts +3 -8
- package/dist-types/commands/RunTaskCommand.d.ts +3 -8
- package/dist-types/commands/StartTaskCommand.d.ts +3 -8
- package/dist-types/commands/StopServiceDeploymentCommand.d.ts +3 -8
- package/dist-types/commands/StopTaskCommand.d.ts +3 -8
- package/dist-types/commands/SubmitAttachmentStateChangesCommand.d.ts +3 -8
- package/dist-types/commands/SubmitContainerStateChangeCommand.d.ts +3 -8
- package/dist-types/commands/SubmitTaskStateChangeCommand.d.ts +3 -8
- package/dist-types/commands/TagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateCapacityProviderCommand.d.ts +3 -8
- package/dist-types/commands/UpdateClusterCommand.d.ts +3 -8
- package/dist-types/commands/UpdateClusterSettingsCommand.d.ts +3 -8
- package/dist-types/commands/UpdateContainerAgentCommand.d.ts +3 -8
- package/dist-types/commands/UpdateContainerInstancesStateCommand.d.ts +3 -8
- package/dist-types/commands/UpdateDaemonCommand.d.ts +3 -8
- package/dist-types/commands/UpdateExpressGatewayServiceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateServiceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateServicePrimaryTaskSetCommand.d.ts +3 -8
- package/dist-types/commands/UpdateTaskProtectionCommand.d.ts +3 -8
- package/dist-types/commands/UpdateTaskSetCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/ContinueServiceDeploymentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateCapacityProviderCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateDaemonCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateExpressGatewayServiceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateServiceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateTaskSetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteAccountSettingCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteAttributesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteCapacityProviderCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteClusterCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteDaemonCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteDaemonTaskDefinitionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteExpressGatewayServiceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteServiceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteTaskDefinitionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteTaskSetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeregisterContainerInstanceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeregisterTaskDefinitionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeCapacityProvidersCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeClustersCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeContainerInstancesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeDaemonCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeDaemonDeploymentsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeDaemonRevisionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeDaemonTaskDefinitionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeExpressGatewayServiceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeServiceDeploymentsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeServiceRevisionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeServicesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeTaskDefinitionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeTaskSetsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeTasksCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DiscoverPollEndpointCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ExecuteCommandCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetTaskProtectionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListAccountSettingsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListAttributesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListClustersCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListContainerInstancesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListDaemonDeploymentsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListDaemonTaskDefinitionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListDaemonsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListServiceDeploymentsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListServicesByNamespaceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListServicesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTaskDefinitionFamiliesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTaskDefinitionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTasksCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutAccountSettingCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutAccountSettingDefaultCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutAttributesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutClusterCapacityProvidersCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RegisterContainerInstanceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RegisterDaemonTaskDefinitionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RegisterTaskDefinitionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RunTaskCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartTaskCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StopServiceDeploymentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StopTaskCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/SubmitAttachmentStateChangesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/SubmitContainerStateChangeCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/SubmitTaskStateChangeCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateCapacityProviderCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateClusterCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateClusterSettingsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateContainerAgentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateContainerInstancesStateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateDaemonCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateExpressGatewayServiceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateServiceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateServicePrimaryTaskSetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateTaskProtectionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateTaskSetCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- 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,
|
|
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");
|
|
@@ -68,7 +69,7 @@ const commonParams = {
|
|
|
68
69
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
69
70
|
};
|
|
70
71
|
|
|
71
|
-
var version = "3.
|
|
72
|
+
var version = "3.1077.0";
|
|
72
73
|
var packageInfo = {
|
|
73
74
|
version: version};
|
|
74
75
|
|
|
@@ -4240,928 +4241,239 @@ class ECSClient extends Client {
|
|
|
4240
4241
|
}
|
|
4241
4242
|
}
|
|
4242
4243
|
|
|
4243
|
-
|
|
4244
|
-
|
|
4245
|
-
|
|
4246
|
-
|
|
4247
|
-
|
|
4248
|
-
})
|
|
4249
|
-
.s("AmazonEC2ContainerServiceV20141113", "ContinueServiceDeployment", {})
|
|
4250
|
-
.n("ECSClient", "ContinueServiceDeploymentCommand")
|
|
4251
|
-
.sc(ContinueServiceDeployment$)
|
|
4252
|
-
.build() {
|
|
4244
|
+
const command = makeBuilder(commonParams, "AmazonEC2ContainerServiceV20141113", "ECSClient", getEndpointPlugin);
|
|
4245
|
+
const _ep0 = {};
|
|
4246
|
+
const _mw0 = (Command, cs, config, o) => [];
|
|
4247
|
+
|
|
4248
|
+
class ContinueServiceDeploymentCommand extends command(_ep0, _mw0, "ContinueServiceDeployment", ContinueServiceDeployment$) {
|
|
4253
4249
|
}
|
|
4254
4250
|
|
|
4255
|
-
class CreateCapacityProviderCommand extends
|
|
4256
|
-
.classBuilder()
|
|
4257
|
-
.ep(commonParams)
|
|
4258
|
-
.m(function (Command, cs, config, o) {
|
|
4259
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4260
|
-
})
|
|
4261
|
-
.s("AmazonEC2ContainerServiceV20141113", "CreateCapacityProvider", {})
|
|
4262
|
-
.n("ECSClient", "CreateCapacityProviderCommand")
|
|
4263
|
-
.sc(CreateCapacityProvider$)
|
|
4264
|
-
.build() {
|
|
4251
|
+
class CreateCapacityProviderCommand extends command(_ep0, _mw0, "CreateCapacityProvider", CreateCapacityProvider$) {
|
|
4265
4252
|
}
|
|
4266
4253
|
|
|
4267
|
-
class CreateClusterCommand extends
|
|
4268
|
-
.classBuilder()
|
|
4269
|
-
.ep(commonParams)
|
|
4270
|
-
.m(function (Command, cs, config, o) {
|
|
4271
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4272
|
-
})
|
|
4273
|
-
.s("AmazonEC2ContainerServiceV20141113", "CreateCluster", {})
|
|
4274
|
-
.n("ECSClient", "CreateClusterCommand")
|
|
4275
|
-
.sc(CreateCluster$)
|
|
4276
|
-
.build() {
|
|
4254
|
+
class CreateClusterCommand extends command(_ep0, _mw0, "CreateCluster", CreateCluster$) {
|
|
4277
4255
|
}
|
|
4278
4256
|
|
|
4279
|
-
class CreateDaemonCommand extends
|
|
4280
|
-
.classBuilder()
|
|
4281
|
-
.ep(commonParams)
|
|
4282
|
-
.m(function (Command, cs, config, o) {
|
|
4283
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4284
|
-
})
|
|
4285
|
-
.s("AmazonEC2ContainerServiceV20141113", "CreateDaemon", {})
|
|
4286
|
-
.n("ECSClient", "CreateDaemonCommand")
|
|
4287
|
-
.sc(CreateDaemon$)
|
|
4288
|
-
.build() {
|
|
4257
|
+
class CreateDaemonCommand extends command(_ep0, _mw0, "CreateDaemon", CreateDaemon$) {
|
|
4289
4258
|
}
|
|
4290
4259
|
|
|
4291
|
-
class CreateExpressGatewayServiceCommand extends
|
|
4292
|
-
.classBuilder()
|
|
4293
|
-
.ep(commonParams)
|
|
4294
|
-
.m(function (Command, cs, config, o) {
|
|
4295
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4296
|
-
})
|
|
4297
|
-
.s("AmazonEC2ContainerServiceV20141113", "CreateExpressGatewayService", {})
|
|
4298
|
-
.n("ECSClient", "CreateExpressGatewayServiceCommand")
|
|
4299
|
-
.sc(CreateExpressGatewayService$)
|
|
4300
|
-
.build() {
|
|
4260
|
+
class CreateExpressGatewayServiceCommand extends command(_ep0, _mw0, "CreateExpressGatewayService", CreateExpressGatewayService$) {
|
|
4301
4261
|
}
|
|
4302
4262
|
|
|
4303
|
-
class CreateServiceCommand extends
|
|
4304
|
-
.classBuilder()
|
|
4305
|
-
.ep(commonParams)
|
|
4306
|
-
.m(function (Command, cs, config, o) {
|
|
4307
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4308
|
-
})
|
|
4309
|
-
.s("AmazonEC2ContainerServiceV20141113", "CreateService", {})
|
|
4310
|
-
.n("ECSClient", "CreateServiceCommand")
|
|
4311
|
-
.sc(CreateService$)
|
|
4312
|
-
.build() {
|
|
4263
|
+
class CreateServiceCommand extends command(_ep0, _mw0, "CreateService", CreateService$) {
|
|
4313
4264
|
}
|
|
4314
4265
|
|
|
4315
|
-
class CreateTaskSetCommand extends
|
|
4316
|
-
.classBuilder()
|
|
4317
|
-
.ep(commonParams)
|
|
4318
|
-
.m(function (Command, cs, config, o) {
|
|
4319
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4320
|
-
})
|
|
4321
|
-
.s("AmazonEC2ContainerServiceV20141113", "CreateTaskSet", {})
|
|
4322
|
-
.n("ECSClient", "CreateTaskSetCommand")
|
|
4323
|
-
.sc(CreateTaskSet$)
|
|
4324
|
-
.build() {
|
|
4266
|
+
class CreateTaskSetCommand extends command(_ep0, _mw0, "CreateTaskSet", CreateTaskSet$) {
|
|
4325
4267
|
}
|
|
4326
4268
|
|
|
4327
|
-
class DeleteAccountSettingCommand extends
|
|
4328
|
-
.classBuilder()
|
|
4329
|
-
.ep(commonParams)
|
|
4330
|
-
.m(function (Command, cs, config, o) {
|
|
4331
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4332
|
-
})
|
|
4333
|
-
.s("AmazonEC2ContainerServiceV20141113", "DeleteAccountSetting", {})
|
|
4334
|
-
.n("ECSClient", "DeleteAccountSettingCommand")
|
|
4335
|
-
.sc(DeleteAccountSetting$)
|
|
4336
|
-
.build() {
|
|
4269
|
+
class DeleteAccountSettingCommand extends command(_ep0, _mw0, "DeleteAccountSetting", DeleteAccountSetting$) {
|
|
4337
4270
|
}
|
|
4338
4271
|
|
|
4339
|
-
class DeleteAttributesCommand extends
|
|
4340
|
-
.classBuilder()
|
|
4341
|
-
.ep(commonParams)
|
|
4342
|
-
.m(function (Command, cs, config, o) {
|
|
4343
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4344
|
-
})
|
|
4345
|
-
.s("AmazonEC2ContainerServiceV20141113", "DeleteAttributes", {})
|
|
4346
|
-
.n("ECSClient", "DeleteAttributesCommand")
|
|
4347
|
-
.sc(DeleteAttributes$)
|
|
4348
|
-
.build() {
|
|
4272
|
+
class DeleteAttributesCommand extends command(_ep0, _mw0, "DeleteAttributes", DeleteAttributes$) {
|
|
4349
4273
|
}
|
|
4350
4274
|
|
|
4351
|
-
class DeleteCapacityProviderCommand extends
|
|
4352
|
-
.classBuilder()
|
|
4353
|
-
.ep(commonParams)
|
|
4354
|
-
.m(function (Command, cs, config, o) {
|
|
4355
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4356
|
-
})
|
|
4357
|
-
.s("AmazonEC2ContainerServiceV20141113", "DeleteCapacityProvider", {})
|
|
4358
|
-
.n("ECSClient", "DeleteCapacityProviderCommand")
|
|
4359
|
-
.sc(DeleteCapacityProvider$)
|
|
4360
|
-
.build() {
|
|
4275
|
+
class DeleteCapacityProviderCommand extends command(_ep0, _mw0, "DeleteCapacityProvider", DeleteCapacityProvider$) {
|
|
4361
4276
|
}
|
|
4362
4277
|
|
|
4363
|
-
class DeleteClusterCommand extends
|
|
4364
|
-
.classBuilder()
|
|
4365
|
-
.ep(commonParams)
|
|
4366
|
-
.m(function (Command, cs, config, o) {
|
|
4367
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4368
|
-
})
|
|
4369
|
-
.s("AmazonEC2ContainerServiceV20141113", "DeleteCluster", {})
|
|
4370
|
-
.n("ECSClient", "DeleteClusterCommand")
|
|
4371
|
-
.sc(DeleteCluster$)
|
|
4372
|
-
.build() {
|
|
4278
|
+
class DeleteClusterCommand extends command(_ep0, _mw0, "DeleteCluster", DeleteCluster$) {
|
|
4373
4279
|
}
|
|
4374
4280
|
|
|
4375
|
-
class DeleteDaemonCommand extends
|
|
4376
|
-
.classBuilder()
|
|
4377
|
-
.ep(commonParams)
|
|
4378
|
-
.m(function (Command, cs, config, o) {
|
|
4379
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4380
|
-
})
|
|
4381
|
-
.s("AmazonEC2ContainerServiceV20141113", "DeleteDaemon", {})
|
|
4382
|
-
.n("ECSClient", "DeleteDaemonCommand")
|
|
4383
|
-
.sc(DeleteDaemon$)
|
|
4384
|
-
.build() {
|
|
4281
|
+
class DeleteDaemonCommand extends command(_ep0, _mw0, "DeleteDaemon", DeleteDaemon$) {
|
|
4385
4282
|
}
|
|
4386
4283
|
|
|
4387
|
-
class DeleteDaemonTaskDefinitionCommand extends
|
|
4388
|
-
.classBuilder()
|
|
4389
|
-
.ep(commonParams)
|
|
4390
|
-
.m(function (Command, cs, config, o) {
|
|
4391
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4392
|
-
})
|
|
4393
|
-
.s("AmazonEC2ContainerServiceV20141113", "DeleteDaemonTaskDefinition", {})
|
|
4394
|
-
.n("ECSClient", "DeleteDaemonTaskDefinitionCommand")
|
|
4395
|
-
.sc(DeleteDaemonTaskDefinition$)
|
|
4396
|
-
.build() {
|
|
4284
|
+
class DeleteDaemonTaskDefinitionCommand extends command(_ep0, _mw0, "DeleteDaemonTaskDefinition", DeleteDaemonTaskDefinition$) {
|
|
4397
4285
|
}
|
|
4398
4286
|
|
|
4399
|
-
class DeleteExpressGatewayServiceCommand extends
|
|
4400
|
-
.classBuilder()
|
|
4401
|
-
.ep(commonParams)
|
|
4402
|
-
.m(function (Command, cs, config, o) {
|
|
4403
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4404
|
-
})
|
|
4405
|
-
.s("AmazonEC2ContainerServiceV20141113", "DeleteExpressGatewayService", {})
|
|
4406
|
-
.n("ECSClient", "DeleteExpressGatewayServiceCommand")
|
|
4407
|
-
.sc(DeleteExpressGatewayService$)
|
|
4408
|
-
.build() {
|
|
4287
|
+
class DeleteExpressGatewayServiceCommand extends command(_ep0, _mw0, "DeleteExpressGatewayService", DeleteExpressGatewayService$) {
|
|
4409
4288
|
}
|
|
4410
4289
|
|
|
4411
|
-
class DeleteServiceCommand extends
|
|
4412
|
-
.classBuilder()
|
|
4413
|
-
.ep(commonParams)
|
|
4414
|
-
.m(function (Command, cs, config, o) {
|
|
4415
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4416
|
-
})
|
|
4417
|
-
.s("AmazonEC2ContainerServiceV20141113", "DeleteService", {})
|
|
4418
|
-
.n("ECSClient", "DeleteServiceCommand")
|
|
4419
|
-
.sc(DeleteService$)
|
|
4420
|
-
.build() {
|
|
4290
|
+
class DeleteServiceCommand extends command(_ep0, _mw0, "DeleteService", DeleteService$) {
|
|
4421
4291
|
}
|
|
4422
4292
|
|
|
4423
|
-
class DeleteTaskDefinitionsCommand extends
|
|
4424
|
-
.classBuilder()
|
|
4425
|
-
.ep(commonParams)
|
|
4426
|
-
.m(function (Command, cs, config, o) {
|
|
4427
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4428
|
-
})
|
|
4429
|
-
.s("AmazonEC2ContainerServiceV20141113", "DeleteTaskDefinitions", {})
|
|
4430
|
-
.n("ECSClient", "DeleteTaskDefinitionsCommand")
|
|
4431
|
-
.sc(DeleteTaskDefinitions$)
|
|
4432
|
-
.build() {
|
|
4293
|
+
class DeleteTaskDefinitionsCommand extends command(_ep0, _mw0, "DeleteTaskDefinitions", DeleteTaskDefinitions$) {
|
|
4433
4294
|
}
|
|
4434
4295
|
|
|
4435
|
-
class DeleteTaskSetCommand extends
|
|
4436
|
-
.classBuilder()
|
|
4437
|
-
.ep(commonParams)
|
|
4438
|
-
.m(function (Command, cs, config, o) {
|
|
4439
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4440
|
-
})
|
|
4441
|
-
.s("AmazonEC2ContainerServiceV20141113", "DeleteTaskSet", {})
|
|
4442
|
-
.n("ECSClient", "DeleteTaskSetCommand")
|
|
4443
|
-
.sc(DeleteTaskSet$)
|
|
4444
|
-
.build() {
|
|
4296
|
+
class DeleteTaskSetCommand extends command(_ep0, _mw0, "DeleteTaskSet", DeleteTaskSet$) {
|
|
4445
4297
|
}
|
|
4446
4298
|
|
|
4447
|
-
class DeregisterContainerInstanceCommand extends
|
|
4448
|
-
.classBuilder()
|
|
4449
|
-
.ep(commonParams)
|
|
4450
|
-
.m(function (Command, cs, config, o) {
|
|
4451
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4452
|
-
})
|
|
4453
|
-
.s("AmazonEC2ContainerServiceV20141113", "DeregisterContainerInstance", {})
|
|
4454
|
-
.n("ECSClient", "DeregisterContainerInstanceCommand")
|
|
4455
|
-
.sc(DeregisterContainerInstance$)
|
|
4456
|
-
.build() {
|
|
4299
|
+
class DeregisterContainerInstanceCommand extends command(_ep0, _mw0, "DeregisterContainerInstance", DeregisterContainerInstance$) {
|
|
4457
4300
|
}
|
|
4458
4301
|
|
|
4459
|
-
class DeregisterTaskDefinitionCommand extends
|
|
4460
|
-
.classBuilder()
|
|
4461
|
-
.ep(commonParams)
|
|
4462
|
-
.m(function (Command, cs, config, o) {
|
|
4463
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4464
|
-
})
|
|
4465
|
-
.s("AmazonEC2ContainerServiceV20141113", "DeregisterTaskDefinition", {})
|
|
4466
|
-
.n("ECSClient", "DeregisterTaskDefinitionCommand")
|
|
4467
|
-
.sc(DeregisterTaskDefinition$)
|
|
4468
|
-
.build() {
|
|
4302
|
+
class DeregisterTaskDefinitionCommand extends command(_ep0, _mw0, "DeregisterTaskDefinition", DeregisterTaskDefinition$) {
|
|
4469
4303
|
}
|
|
4470
4304
|
|
|
4471
|
-
class DescribeCapacityProvidersCommand extends
|
|
4472
|
-
.classBuilder()
|
|
4473
|
-
.ep(commonParams)
|
|
4474
|
-
.m(function (Command, cs, config, o) {
|
|
4475
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4476
|
-
})
|
|
4477
|
-
.s("AmazonEC2ContainerServiceV20141113", "DescribeCapacityProviders", {})
|
|
4478
|
-
.n("ECSClient", "DescribeCapacityProvidersCommand")
|
|
4479
|
-
.sc(DescribeCapacityProviders$)
|
|
4480
|
-
.build() {
|
|
4305
|
+
class DescribeCapacityProvidersCommand extends command(_ep0, _mw0, "DescribeCapacityProviders", DescribeCapacityProviders$) {
|
|
4481
4306
|
}
|
|
4482
4307
|
|
|
4483
|
-
class DescribeClustersCommand extends
|
|
4484
|
-
.classBuilder()
|
|
4485
|
-
.ep(commonParams)
|
|
4486
|
-
.m(function (Command, cs, config, o) {
|
|
4487
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4488
|
-
})
|
|
4489
|
-
.s("AmazonEC2ContainerServiceV20141113", "DescribeClusters", {})
|
|
4490
|
-
.n("ECSClient", "DescribeClustersCommand")
|
|
4491
|
-
.sc(DescribeClusters$)
|
|
4492
|
-
.build() {
|
|
4308
|
+
class DescribeClustersCommand extends command(_ep0, _mw0, "DescribeClusters", DescribeClusters$) {
|
|
4493
4309
|
}
|
|
4494
4310
|
|
|
4495
|
-
class DescribeContainerInstancesCommand extends
|
|
4496
|
-
.classBuilder()
|
|
4497
|
-
.ep(commonParams)
|
|
4498
|
-
.m(function (Command, cs, config, o) {
|
|
4499
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4500
|
-
})
|
|
4501
|
-
.s("AmazonEC2ContainerServiceV20141113", "DescribeContainerInstances", {})
|
|
4502
|
-
.n("ECSClient", "DescribeContainerInstancesCommand")
|
|
4503
|
-
.sc(DescribeContainerInstances$)
|
|
4504
|
-
.build() {
|
|
4311
|
+
class DescribeContainerInstancesCommand extends command(_ep0, _mw0, "DescribeContainerInstances", DescribeContainerInstances$) {
|
|
4505
4312
|
}
|
|
4506
4313
|
|
|
4507
|
-
class DescribeDaemonCommand extends
|
|
4508
|
-
.classBuilder()
|
|
4509
|
-
.ep(commonParams)
|
|
4510
|
-
.m(function (Command, cs, config, o) {
|
|
4511
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4512
|
-
})
|
|
4513
|
-
.s("AmazonEC2ContainerServiceV20141113", "DescribeDaemon", {})
|
|
4514
|
-
.n("ECSClient", "DescribeDaemonCommand")
|
|
4515
|
-
.sc(DescribeDaemon$)
|
|
4516
|
-
.build() {
|
|
4314
|
+
class DescribeDaemonCommand extends command(_ep0, _mw0, "DescribeDaemon", DescribeDaemon$) {
|
|
4517
4315
|
}
|
|
4518
4316
|
|
|
4519
|
-
class DescribeDaemonDeploymentsCommand extends
|
|
4520
|
-
.classBuilder()
|
|
4521
|
-
.ep(commonParams)
|
|
4522
|
-
.m(function (Command, cs, config, o) {
|
|
4523
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4524
|
-
})
|
|
4525
|
-
.s("AmazonEC2ContainerServiceV20141113", "DescribeDaemonDeployments", {})
|
|
4526
|
-
.n("ECSClient", "DescribeDaemonDeploymentsCommand")
|
|
4527
|
-
.sc(DescribeDaemonDeployments$)
|
|
4528
|
-
.build() {
|
|
4317
|
+
class DescribeDaemonDeploymentsCommand extends command(_ep0, _mw0, "DescribeDaemonDeployments", DescribeDaemonDeployments$) {
|
|
4529
4318
|
}
|
|
4530
4319
|
|
|
4531
|
-
class DescribeDaemonRevisionsCommand extends
|
|
4532
|
-
.classBuilder()
|
|
4533
|
-
.ep(commonParams)
|
|
4534
|
-
.m(function (Command, cs, config, o) {
|
|
4535
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4536
|
-
})
|
|
4537
|
-
.s("AmazonEC2ContainerServiceV20141113", "DescribeDaemonRevisions", {})
|
|
4538
|
-
.n("ECSClient", "DescribeDaemonRevisionsCommand")
|
|
4539
|
-
.sc(DescribeDaemonRevisions$)
|
|
4540
|
-
.build() {
|
|
4320
|
+
class DescribeDaemonRevisionsCommand extends command(_ep0, _mw0, "DescribeDaemonRevisions", DescribeDaemonRevisions$) {
|
|
4541
4321
|
}
|
|
4542
4322
|
|
|
4543
|
-
class DescribeDaemonTaskDefinitionCommand extends
|
|
4544
|
-
.classBuilder()
|
|
4545
|
-
.ep(commonParams)
|
|
4546
|
-
.m(function (Command, cs, config, o) {
|
|
4547
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4548
|
-
})
|
|
4549
|
-
.s("AmazonEC2ContainerServiceV20141113", "DescribeDaemonTaskDefinition", {})
|
|
4550
|
-
.n("ECSClient", "DescribeDaemonTaskDefinitionCommand")
|
|
4551
|
-
.sc(DescribeDaemonTaskDefinition$)
|
|
4552
|
-
.build() {
|
|
4323
|
+
class DescribeDaemonTaskDefinitionCommand extends command(_ep0, _mw0, "DescribeDaemonTaskDefinition", DescribeDaemonTaskDefinition$) {
|
|
4553
4324
|
}
|
|
4554
4325
|
|
|
4555
|
-
class DescribeExpressGatewayServiceCommand extends
|
|
4556
|
-
.classBuilder()
|
|
4557
|
-
.ep(commonParams)
|
|
4558
|
-
.m(function (Command, cs, config, o) {
|
|
4559
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4560
|
-
})
|
|
4561
|
-
.s("AmazonEC2ContainerServiceV20141113", "DescribeExpressGatewayService", {})
|
|
4562
|
-
.n("ECSClient", "DescribeExpressGatewayServiceCommand")
|
|
4563
|
-
.sc(DescribeExpressGatewayService$)
|
|
4564
|
-
.build() {
|
|
4326
|
+
class DescribeExpressGatewayServiceCommand extends command(_ep0, _mw0, "DescribeExpressGatewayService", DescribeExpressGatewayService$) {
|
|
4565
4327
|
}
|
|
4566
4328
|
|
|
4567
|
-
class DescribeServiceDeploymentsCommand extends
|
|
4568
|
-
.classBuilder()
|
|
4569
|
-
.ep(commonParams)
|
|
4570
|
-
.m(function (Command, cs, config, o) {
|
|
4571
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4572
|
-
})
|
|
4573
|
-
.s("AmazonEC2ContainerServiceV20141113", "DescribeServiceDeployments", {})
|
|
4574
|
-
.n("ECSClient", "DescribeServiceDeploymentsCommand")
|
|
4575
|
-
.sc(DescribeServiceDeployments$)
|
|
4576
|
-
.build() {
|
|
4329
|
+
class DescribeServiceDeploymentsCommand extends command(_ep0, _mw0, "DescribeServiceDeployments", DescribeServiceDeployments$) {
|
|
4577
4330
|
}
|
|
4578
4331
|
|
|
4579
|
-
class DescribeServiceRevisionsCommand extends
|
|
4580
|
-
.classBuilder()
|
|
4581
|
-
.ep(commonParams)
|
|
4582
|
-
.m(function (Command, cs, config, o) {
|
|
4583
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4584
|
-
})
|
|
4585
|
-
.s("AmazonEC2ContainerServiceV20141113", "DescribeServiceRevisions", {})
|
|
4586
|
-
.n("ECSClient", "DescribeServiceRevisionsCommand")
|
|
4587
|
-
.sc(DescribeServiceRevisions$)
|
|
4588
|
-
.build() {
|
|
4332
|
+
class DescribeServiceRevisionsCommand extends command(_ep0, _mw0, "DescribeServiceRevisions", DescribeServiceRevisions$) {
|
|
4589
4333
|
}
|
|
4590
4334
|
|
|
4591
|
-
class DescribeServicesCommand extends
|
|
4592
|
-
.classBuilder()
|
|
4593
|
-
.ep(commonParams)
|
|
4594
|
-
.m(function (Command, cs, config, o) {
|
|
4595
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4596
|
-
})
|
|
4597
|
-
.s("AmazonEC2ContainerServiceV20141113", "DescribeServices", {})
|
|
4598
|
-
.n("ECSClient", "DescribeServicesCommand")
|
|
4599
|
-
.sc(DescribeServices$)
|
|
4600
|
-
.build() {
|
|
4335
|
+
class DescribeServicesCommand extends command(_ep0, _mw0, "DescribeServices", DescribeServices$) {
|
|
4601
4336
|
}
|
|
4602
4337
|
|
|
4603
|
-
class DescribeTaskDefinitionCommand extends
|
|
4604
|
-
.classBuilder()
|
|
4605
|
-
.ep(commonParams)
|
|
4606
|
-
.m(function (Command, cs, config, o) {
|
|
4607
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4608
|
-
})
|
|
4609
|
-
.s("AmazonEC2ContainerServiceV20141113", "DescribeTaskDefinition", {})
|
|
4610
|
-
.n("ECSClient", "DescribeTaskDefinitionCommand")
|
|
4611
|
-
.sc(DescribeTaskDefinition$)
|
|
4612
|
-
.build() {
|
|
4338
|
+
class DescribeTaskDefinitionCommand extends command(_ep0, _mw0, "DescribeTaskDefinition", DescribeTaskDefinition$) {
|
|
4613
4339
|
}
|
|
4614
4340
|
|
|
4615
|
-
class DescribeTasksCommand extends
|
|
4616
|
-
.classBuilder()
|
|
4617
|
-
.ep(commonParams)
|
|
4618
|
-
.m(function (Command, cs, config, o) {
|
|
4619
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4620
|
-
})
|
|
4621
|
-
.s("AmazonEC2ContainerServiceV20141113", "DescribeTasks", {})
|
|
4622
|
-
.n("ECSClient", "DescribeTasksCommand")
|
|
4623
|
-
.sc(DescribeTasks$)
|
|
4624
|
-
.build() {
|
|
4341
|
+
class DescribeTasksCommand extends command(_ep0, _mw0, "DescribeTasks", DescribeTasks$) {
|
|
4625
4342
|
}
|
|
4626
4343
|
|
|
4627
|
-
class DescribeTaskSetsCommand extends
|
|
4628
|
-
.classBuilder()
|
|
4629
|
-
.ep(commonParams)
|
|
4630
|
-
.m(function (Command, cs, config, o) {
|
|
4631
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4632
|
-
})
|
|
4633
|
-
.s("AmazonEC2ContainerServiceV20141113", "DescribeTaskSets", {})
|
|
4634
|
-
.n("ECSClient", "DescribeTaskSetsCommand")
|
|
4635
|
-
.sc(DescribeTaskSets$)
|
|
4636
|
-
.build() {
|
|
4344
|
+
class DescribeTaskSetsCommand extends command(_ep0, _mw0, "DescribeTaskSets", DescribeTaskSets$) {
|
|
4637
4345
|
}
|
|
4638
4346
|
|
|
4639
|
-
class DiscoverPollEndpointCommand extends
|
|
4640
|
-
.classBuilder()
|
|
4641
|
-
.ep(commonParams)
|
|
4642
|
-
.m(function (Command, cs, config, o) {
|
|
4643
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4644
|
-
})
|
|
4645
|
-
.s("AmazonEC2ContainerServiceV20141113", "DiscoverPollEndpoint", {})
|
|
4646
|
-
.n("ECSClient", "DiscoverPollEndpointCommand")
|
|
4647
|
-
.sc(DiscoverPollEndpoint$)
|
|
4648
|
-
.build() {
|
|
4347
|
+
class DiscoverPollEndpointCommand extends command(_ep0, _mw0, "DiscoverPollEndpoint", DiscoverPollEndpoint$) {
|
|
4649
4348
|
}
|
|
4650
4349
|
|
|
4651
|
-
class ExecuteCommandCommand extends
|
|
4652
|
-
.classBuilder()
|
|
4653
|
-
.ep(commonParams)
|
|
4654
|
-
.m(function (Command, cs, config, o) {
|
|
4655
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4656
|
-
})
|
|
4657
|
-
.s("AmazonEC2ContainerServiceV20141113", "ExecuteCommand", {})
|
|
4658
|
-
.n("ECSClient", "ExecuteCommandCommand")
|
|
4659
|
-
.sc(ExecuteCommand$)
|
|
4660
|
-
.build() {
|
|
4350
|
+
class ExecuteCommandCommand extends command(_ep0, _mw0, "ExecuteCommand", ExecuteCommand$) {
|
|
4661
4351
|
}
|
|
4662
4352
|
|
|
4663
|
-
class GetTaskProtectionCommand extends
|
|
4664
|
-
.classBuilder()
|
|
4665
|
-
.ep(commonParams)
|
|
4666
|
-
.m(function (Command, cs, config, o) {
|
|
4667
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4668
|
-
})
|
|
4669
|
-
.s("AmazonEC2ContainerServiceV20141113", "GetTaskProtection", {})
|
|
4670
|
-
.n("ECSClient", "GetTaskProtectionCommand")
|
|
4671
|
-
.sc(GetTaskProtection$)
|
|
4672
|
-
.build() {
|
|
4353
|
+
class GetTaskProtectionCommand extends command(_ep0, _mw0, "GetTaskProtection", GetTaskProtection$) {
|
|
4673
4354
|
}
|
|
4674
4355
|
|
|
4675
|
-
class ListAccountSettingsCommand extends
|
|
4676
|
-
.classBuilder()
|
|
4677
|
-
.ep(commonParams)
|
|
4678
|
-
.m(function (Command, cs, config, o) {
|
|
4679
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4680
|
-
})
|
|
4681
|
-
.s("AmazonEC2ContainerServiceV20141113", "ListAccountSettings", {})
|
|
4682
|
-
.n("ECSClient", "ListAccountSettingsCommand")
|
|
4683
|
-
.sc(ListAccountSettings$)
|
|
4684
|
-
.build() {
|
|
4356
|
+
class ListAccountSettingsCommand extends command(_ep0, _mw0, "ListAccountSettings", ListAccountSettings$) {
|
|
4685
4357
|
}
|
|
4686
4358
|
|
|
4687
|
-
class ListAttributesCommand extends
|
|
4688
|
-
.classBuilder()
|
|
4689
|
-
.ep(commonParams)
|
|
4690
|
-
.m(function (Command, cs, config, o) {
|
|
4691
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4692
|
-
})
|
|
4693
|
-
.s("AmazonEC2ContainerServiceV20141113", "ListAttributes", {})
|
|
4694
|
-
.n("ECSClient", "ListAttributesCommand")
|
|
4695
|
-
.sc(ListAttributes$)
|
|
4696
|
-
.build() {
|
|
4359
|
+
class ListAttributesCommand extends command(_ep0, _mw0, "ListAttributes", ListAttributes$) {
|
|
4697
4360
|
}
|
|
4698
4361
|
|
|
4699
|
-
class ListClustersCommand extends
|
|
4700
|
-
.classBuilder()
|
|
4701
|
-
.ep(commonParams)
|
|
4702
|
-
.m(function (Command, cs, config, o) {
|
|
4703
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4704
|
-
})
|
|
4705
|
-
.s("AmazonEC2ContainerServiceV20141113", "ListClusters", {})
|
|
4706
|
-
.n("ECSClient", "ListClustersCommand")
|
|
4707
|
-
.sc(ListClusters$)
|
|
4708
|
-
.build() {
|
|
4362
|
+
class ListClustersCommand extends command(_ep0, _mw0, "ListClusters", ListClusters$) {
|
|
4709
4363
|
}
|
|
4710
4364
|
|
|
4711
|
-
class ListContainerInstancesCommand extends
|
|
4712
|
-
.classBuilder()
|
|
4713
|
-
.ep(commonParams)
|
|
4714
|
-
.m(function (Command, cs, config, o) {
|
|
4715
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4716
|
-
})
|
|
4717
|
-
.s("AmazonEC2ContainerServiceV20141113", "ListContainerInstances", {})
|
|
4718
|
-
.n("ECSClient", "ListContainerInstancesCommand")
|
|
4719
|
-
.sc(ListContainerInstances$)
|
|
4720
|
-
.build() {
|
|
4365
|
+
class ListContainerInstancesCommand extends command(_ep0, _mw0, "ListContainerInstances", ListContainerInstances$) {
|
|
4721
4366
|
}
|
|
4722
4367
|
|
|
4723
|
-
class ListDaemonDeploymentsCommand extends
|
|
4724
|
-
.classBuilder()
|
|
4725
|
-
.ep(commonParams)
|
|
4726
|
-
.m(function (Command, cs, config, o) {
|
|
4727
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4728
|
-
})
|
|
4729
|
-
.s("AmazonEC2ContainerServiceV20141113", "ListDaemonDeployments", {})
|
|
4730
|
-
.n("ECSClient", "ListDaemonDeploymentsCommand")
|
|
4731
|
-
.sc(ListDaemonDeployments$)
|
|
4732
|
-
.build() {
|
|
4368
|
+
class ListDaemonDeploymentsCommand extends command(_ep0, _mw0, "ListDaemonDeployments", ListDaemonDeployments$) {
|
|
4733
4369
|
}
|
|
4734
4370
|
|
|
4735
|
-
class ListDaemonsCommand extends
|
|
4736
|
-
.classBuilder()
|
|
4737
|
-
.ep(commonParams)
|
|
4738
|
-
.m(function (Command, cs, config, o) {
|
|
4739
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4740
|
-
})
|
|
4741
|
-
.s("AmazonEC2ContainerServiceV20141113", "ListDaemons", {})
|
|
4742
|
-
.n("ECSClient", "ListDaemonsCommand")
|
|
4743
|
-
.sc(ListDaemons$)
|
|
4744
|
-
.build() {
|
|
4371
|
+
class ListDaemonsCommand extends command(_ep0, _mw0, "ListDaemons", ListDaemons$) {
|
|
4745
4372
|
}
|
|
4746
4373
|
|
|
4747
|
-
class ListDaemonTaskDefinitionsCommand extends
|
|
4748
|
-
.classBuilder()
|
|
4749
|
-
.ep(commonParams)
|
|
4750
|
-
.m(function (Command, cs, config, o) {
|
|
4751
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4752
|
-
})
|
|
4753
|
-
.s("AmazonEC2ContainerServiceV20141113", "ListDaemonTaskDefinitions", {})
|
|
4754
|
-
.n("ECSClient", "ListDaemonTaskDefinitionsCommand")
|
|
4755
|
-
.sc(ListDaemonTaskDefinitions$)
|
|
4756
|
-
.build() {
|
|
4374
|
+
class ListDaemonTaskDefinitionsCommand extends command(_ep0, _mw0, "ListDaemonTaskDefinitions", ListDaemonTaskDefinitions$) {
|
|
4757
4375
|
}
|
|
4758
4376
|
|
|
4759
|
-
class ListServiceDeploymentsCommand extends
|
|
4760
|
-
.classBuilder()
|
|
4761
|
-
.ep(commonParams)
|
|
4762
|
-
.m(function (Command, cs, config, o) {
|
|
4763
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4764
|
-
})
|
|
4765
|
-
.s("AmazonEC2ContainerServiceV20141113", "ListServiceDeployments", {})
|
|
4766
|
-
.n("ECSClient", "ListServiceDeploymentsCommand")
|
|
4767
|
-
.sc(ListServiceDeployments$)
|
|
4768
|
-
.build() {
|
|
4377
|
+
class ListServiceDeploymentsCommand extends command(_ep0, _mw0, "ListServiceDeployments", ListServiceDeployments$) {
|
|
4769
4378
|
}
|
|
4770
4379
|
|
|
4771
|
-
class ListServicesByNamespaceCommand extends
|
|
4772
|
-
.classBuilder()
|
|
4773
|
-
.ep(commonParams)
|
|
4774
|
-
.m(function (Command, cs, config, o) {
|
|
4775
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4776
|
-
})
|
|
4777
|
-
.s("AmazonEC2ContainerServiceV20141113", "ListServicesByNamespace", {})
|
|
4778
|
-
.n("ECSClient", "ListServicesByNamespaceCommand")
|
|
4779
|
-
.sc(ListServicesByNamespace$)
|
|
4780
|
-
.build() {
|
|
4380
|
+
class ListServicesByNamespaceCommand extends command(_ep0, _mw0, "ListServicesByNamespace", ListServicesByNamespace$) {
|
|
4781
4381
|
}
|
|
4782
4382
|
|
|
4783
|
-
class ListServicesCommand extends
|
|
4784
|
-
.classBuilder()
|
|
4785
|
-
.ep(commonParams)
|
|
4786
|
-
.m(function (Command, cs, config, o) {
|
|
4787
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4788
|
-
})
|
|
4789
|
-
.s("AmazonEC2ContainerServiceV20141113", "ListServices", {})
|
|
4790
|
-
.n("ECSClient", "ListServicesCommand")
|
|
4791
|
-
.sc(ListServices$)
|
|
4792
|
-
.build() {
|
|
4383
|
+
class ListServicesCommand extends command(_ep0, _mw0, "ListServices", ListServices$) {
|
|
4793
4384
|
}
|
|
4794
4385
|
|
|
4795
|
-
class ListTagsForResourceCommand extends
|
|
4796
|
-
.classBuilder()
|
|
4797
|
-
.ep(commonParams)
|
|
4798
|
-
.m(function (Command, cs, config, o) {
|
|
4799
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4800
|
-
})
|
|
4801
|
-
.s("AmazonEC2ContainerServiceV20141113", "ListTagsForResource", {})
|
|
4802
|
-
.n("ECSClient", "ListTagsForResourceCommand")
|
|
4803
|
-
.sc(ListTagsForResource$)
|
|
4804
|
-
.build() {
|
|
4386
|
+
class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
|
|
4805
4387
|
}
|
|
4806
4388
|
|
|
4807
|
-
class ListTaskDefinitionFamiliesCommand extends
|
|
4808
|
-
.classBuilder()
|
|
4809
|
-
.ep(commonParams)
|
|
4810
|
-
.m(function (Command, cs, config, o) {
|
|
4811
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4812
|
-
})
|
|
4813
|
-
.s("AmazonEC2ContainerServiceV20141113", "ListTaskDefinitionFamilies", {})
|
|
4814
|
-
.n("ECSClient", "ListTaskDefinitionFamiliesCommand")
|
|
4815
|
-
.sc(ListTaskDefinitionFamilies$)
|
|
4816
|
-
.build() {
|
|
4389
|
+
class ListTaskDefinitionFamiliesCommand extends command(_ep0, _mw0, "ListTaskDefinitionFamilies", ListTaskDefinitionFamilies$) {
|
|
4817
4390
|
}
|
|
4818
4391
|
|
|
4819
|
-
class ListTaskDefinitionsCommand extends
|
|
4820
|
-
.classBuilder()
|
|
4821
|
-
.ep(commonParams)
|
|
4822
|
-
.m(function (Command, cs, config, o) {
|
|
4823
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4824
|
-
})
|
|
4825
|
-
.s("AmazonEC2ContainerServiceV20141113", "ListTaskDefinitions", {})
|
|
4826
|
-
.n("ECSClient", "ListTaskDefinitionsCommand")
|
|
4827
|
-
.sc(ListTaskDefinitions$)
|
|
4828
|
-
.build() {
|
|
4392
|
+
class ListTaskDefinitionsCommand extends command(_ep0, _mw0, "ListTaskDefinitions", ListTaskDefinitions$) {
|
|
4829
4393
|
}
|
|
4830
4394
|
|
|
4831
|
-
class ListTasksCommand extends
|
|
4832
|
-
.classBuilder()
|
|
4833
|
-
.ep(commonParams)
|
|
4834
|
-
.m(function (Command, cs, config, o) {
|
|
4835
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4836
|
-
})
|
|
4837
|
-
.s("AmazonEC2ContainerServiceV20141113", "ListTasks", {})
|
|
4838
|
-
.n("ECSClient", "ListTasksCommand")
|
|
4839
|
-
.sc(ListTasks$)
|
|
4840
|
-
.build() {
|
|
4395
|
+
class ListTasksCommand extends command(_ep0, _mw0, "ListTasks", ListTasks$) {
|
|
4841
4396
|
}
|
|
4842
4397
|
|
|
4843
|
-
class PutAccountSettingCommand extends
|
|
4844
|
-
.classBuilder()
|
|
4845
|
-
.ep(commonParams)
|
|
4846
|
-
.m(function (Command, cs, config, o) {
|
|
4847
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4848
|
-
})
|
|
4849
|
-
.s("AmazonEC2ContainerServiceV20141113", "PutAccountSetting", {})
|
|
4850
|
-
.n("ECSClient", "PutAccountSettingCommand")
|
|
4851
|
-
.sc(PutAccountSetting$)
|
|
4852
|
-
.build() {
|
|
4398
|
+
class PutAccountSettingCommand extends command(_ep0, _mw0, "PutAccountSetting", PutAccountSetting$) {
|
|
4853
4399
|
}
|
|
4854
4400
|
|
|
4855
|
-
class PutAccountSettingDefaultCommand extends
|
|
4856
|
-
.classBuilder()
|
|
4857
|
-
.ep(commonParams)
|
|
4858
|
-
.m(function (Command, cs, config, o) {
|
|
4859
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4860
|
-
})
|
|
4861
|
-
.s("AmazonEC2ContainerServiceV20141113", "PutAccountSettingDefault", {})
|
|
4862
|
-
.n("ECSClient", "PutAccountSettingDefaultCommand")
|
|
4863
|
-
.sc(PutAccountSettingDefault$)
|
|
4864
|
-
.build() {
|
|
4401
|
+
class PutAccountSettingDefaultCommand extends command(_ep0, _mw0, "PutAccountSettingDefault", PutAccountSettingDefault$) {
|
|
4865
4402
|
}
|
|
4866
4403
|
|
|
4867
|
-
class PutAttributesCommand extends
|
|
4868
|
-
.classBuilder()
|
|
4869
|
-
.ep(commonParams)
|
|
4870
|
-
.m(function (Command, cs, config, o) {
|
|
4871
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4872
|
-
})
|
|
4873
|
-
.s("AmazonEC2ContainerServiceV20141113", "PutAttributes", {})
|
|
4874
|
-
.n("ECSClient", "PutAttributesCommand")
|
|
4875
|
-
.sc(PutAttributes$)
|
|
4876
|
-
.build() {
|
|
4404
|
+
class PutAttributesCommand extends command(_ep0, _mw0, "PutAttributes", PutAttributes$) {
|
|
4877
4405
|
}
|
|
4878
4406
|
|
|
4879
|
-
class PutClusterCapacityProvidersCommand extends
|
|
4880
|
-
.classBuilder()
|
|
4881
|
-
.ep(commonParams)
|
|
4882
|
-
.m(function (Command, cs, config, o) {
|
|
4883
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4884
|
-
})
|
|
4885
|
-
.s("AmazonEC2ContainerServiceV20141113", "PutClusterCapacityProviders", {})
|
|
4886
|
-
.n("ECSClient", "PutClusterCapacityProvidersCommand")
|
|
4887
|
-
.sc(PutClusterCapacityProviders$)
|
|
4888
|
-
.build() {
|
|
4407
|
+
class PutClusterCapacityProvidersCommand extends command(_ep0, _mw0, "PutClusterCapacityProviders", PutClusterCapacityProviders$) {
|
|
4889
4408
|
}
|
|
4890
4409
|
|
|
4891
|
-
class RegisterContainerInstanceCommand extends
|
|
4892
|
-
.classBuilder()
|
|
4893
|
-
.ep(commonParams)
|
|
4894
|
-
.m(function (Command, cs, config, o) {
|
|
4895
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4896
|
-
})
|
|
4897
|
-
.s("AmazonEC2ContainerServiceV20141113", "RegisterContainerInstance", {})
|
|
4898
|
-
.n("ECSClient", "RegisterContainerInstanceCommand")
|
|
4899
|
-
.sc(RegisterContainerInstance$)
|
|
4900
|
-
.build() {
|
|
4410
|
+
class RegisterContainerInstanceCommand extends command(_ep0, _mw0, "RegisterContainerInstance", RegisterContainerInstance$) {
|
|
4901
4411
|
}
|
|
4902
4412
|
|
|
4903
|
-
class RegisterDaemonTaskDefinitionCommand extends
|
|
4904
|
-
.classBuilder()
|
|
4905
|
-
.ep(commonParams)
|
|
4906
|
-
.m(function (Command, cs, config, o) {
|
|
4907
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4908
|
-
})
|
|
4909
|
-
.s("AmazonEC2ContainerServiceV20141113", "RegisterDaemonTaskDefinition", {})
|
|
4910
|
-
.n("ECSClient", "RegisterDaemonTaskDefinitionCommand")
|
|
4911
|
-
.sc(RegisterDaemonTaskDefinition$)
|
|
4912
|
-
.build() {
|
|
4413
|
+
class RegisterDaemonTaskDefinitionCommand extends command(_ep0, _mw0, "RegisterDaemonTaskDefinition", RegisterDaemonTaskDefinition$) {
|
|
4913
4414
|
}
|
|
4914
4415
|
|
|
4915
|
-
class RegisterTaskDefinitionCommand extends
|
|
4916
|
-
.classBuilder()
|
|
4917
|
-
.ep(commonParams)
|
|
4918
|
-
.m(function (Command, cs, config, o) {
|
|
4919
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4920
|
-
})
|
|
4921
|
-
.s("AmazonEC2ContainerServiceV20141113", "RegisterTaskDefinition", {})
|
|
4922
|
-
.n("ECSClient", "RegisterTaskDefinitionCommand")
|
|
4923
|
-
.sc(RegisterTaskDefinition$)
|
|
4924
|
-
.build() {
|
|
4416
|
+
class RegisterTaskDefinitionCommand extends command(_ep0, _mw0, "RegisterTaskDefinition", RegisterTaskDefinition$) {
|
|
4925
4417
|
}
|
|
4926
4418
|
|
|
4927
|
-
class RunTaskCommand extends
|
|
4928
|
-
.classBuilder()
|
|
4929
|
-
.ep(commonParams)
|
|
4930
|
-
.m(function (Command, cs, config, o) {
|
|
4931
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4932
|
-
})
|
|
4933
|
-
.s("AmazonEC2ContainerServiceV20141113", "RunTask", {})
|
|
4934
|
-
.n("ECSClient", "RunTaskCommand")
|
|
4935
|
-
.sc(RunTask$)
|
|
4936
|
-
.build() {
|
|
4419
|
+
class RunTaskCommand extends command(_ep0, _mw0, "RunTask", RunTask$) {
|
|
4937
4420
|
}
|
|
4938
4421
|
|
|
4939
|
-
class StartTaskCommand extends
|
|
4940
|
-
.classBuilder()
|
|
4941
|
-
.ep(commonParams)
|
|
4942
|
-
.m(function (Command, cs, config, o) {
|
|
4943
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4944
|
-
})
|
|
4945
|
-
.s("AmazonEC2ContainerServiceV20141113", "StartTask", {})
|
|
4946
|
-
.n("ECSClient", "StartTaskCommand")
|
|
4947
|
-
.sc(StartTask$)
|
|
4948
|
-
.build() {
|
|
4422
|
+
class StartTaskCommand extends command(_ep0, _mw0, "StartTask", StartTask$) {
|
|
4949
4423
|
}
|
|
4950
4424
|
|
|
4951
|
-
class StopServiceDeploymentCommand extends
|
|
4952
|
-
.classBuilder()
|
|
4953
|
-
.ep(commonParams)
|
|
4954
|
-
.m(function (Command, cs, config, o) {
|
|
4955
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4956
|
-
})
|
|
4957
|
-
.s("AmazonEC2ContainerServiceV20141113", "StopServiceDeployment", {})
|
|
4958
|
-
.n("ECSClient", "StopServiceDeploymentCommand")
|
|
4959
|
-
.sc(StopServiceDeployment$)
|
|
4960
|
-
.build() {
|
|
4425
|
+
class StopServiceDeploymentCommand extends command(_ep0, _mw0, "StopServiceDeployment", StopServiceDeployment$) {
|
|
4961
4426
|
}
|
|
4962
4427
|
|
|
4963
|
-
class StopTaskCommand extends
|
|
4964
|
-
.classBuilder()
|
|
4965
|
-
.ep(commonParams)
|
|
4966
|
-
.m(function (Command, cs, config, o) {
|
|
4967
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4968
|
-
})
|
|
4969
|
-
.s("AmazonEC2ContainerServiceV20141113", "StopTask", {})
|
|
4970
|
-
.n("ECSClient", "StopTaskCommand")
|
|
4971
|
-
.sc(StopTask$)
|
|
4972
|
-
.build() {
|
|
4428
|
+
class StopTaskCommand extends command(_ep0, _mw0, "StopTask", StopTask$) {
|
|
4973
4429
|
}
|
|
4974
4430
|
|
|
4975
|
-
class SubmitAttachmentStateChangesCommand extends
|
|
4976
|
-
.classBuilder()
|
|
4977
|
-
.ep(commonParams)
|
|
4978
|
-
.m(function (Command, cs, config, o) {
|
|
4979
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4980
|
-
})
|
|
4981
|
-
.s("AmazonEC2ContainerServiceV20141113", "SubmitAttachmentStateChanges", {})
|
|
4982
|
-
.n("ECSClient", "SubmitAttachmentStateChangesCommand")
|
|
4983
|
-
.sc(SubmitAttachmentStateChanges$)
|
|
4984
|
-
.build() {
|
|
4431
|
+
class SubmitAttachmentStateChangesCommand extends command(_ep0, _mw0, "SubmitAttachmentStateChanges", SubmitAttachmentStateChanges$) {
|
|
4985
4432
|
}
|
|
4986
4433
|
|
|
4987
|
-
class SubmitContainerStateChangeCommand extends
|
|
4988
|
-
.classBuilder()
|
|
4989
|
-
.ep(commonParams)
|
|
4990
|
-
.m(function (Command, cs, config, o) {
|
|
4991
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4992
|
-
})
|
|
4993
|
-
.s("AmazonEC2ContainerServiceV20141113", "SubmitContainerStateChange", {})
|
|
4994
|
-
.n("ECSClient", "SubmitContainerStateChangeCommand")
|
|
4995
|
-
.sc(SubmitContainerStateChange$)
|
|
4996
|
-
.build() {
|
|
4434
|
+
class SubmitContainerStateChangeCommand extends command(_ep0, _mw0, "SubmitContainerStateChange", SubmitContainerStateChange$) {
|
|
4997
4435
|
}
|
|
4998
4436
|
|
|
4999
|
-
class SubmitTaskStateChangeCommand extends
|
|
5000
|
-
.classBuilder()
|
|
5001
|
-
.ep(commonParams)
|
|
5002
|
-
.m(function (Command, cs, config, o) {
|
|
5003
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
5004
|
-
})
|
|
5005
|
-
.s("AmazonEC2ContainerServiceV20141113", "SubmitTaskStateChange", {})
|
|
5006
|
-
.n("ECSClient", "SubmitTaskStateChangeCommand")
|
|
5007
|
-
.sc(SubmitTaskStateChange$)
|
|
5008
|
-
.build() {
|
|
4437
|
+
class SubmitTaskStateChangeCommand extends command(_ep0, _mw0, "SubmitTaskStateChange", SubmitTaskStateChange$) {
|
|
5009
4438
|
}
|
|
5010
4439
|
|
|
5011
|
-
class TagResourceCommand extends
|
|
5012
|
-
.classBuilder()
|
|
5013
|
-
.ep(commonParams)
|
|
5014
|
-
.m(function (Command, cs, config, o) {
|
|
5015
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
5016
|
-
})
|
|
5017
|
-
.s("AmazonEC2ContainerServiceV20141113", "TagResource", {})
|
|
5018
|
-
.n("ECSClient", "TagResourceCommand")
|
|
5019
|
-
.sc(TagResource$)
|
|
5020
|
-
.build() {
|
|
4440
|
+
class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
|
|
5021
4441
|
}
|
|
5022
4442
|
|
|
5023
|
-
class UntagResourceCommand extends
|
|
5024
|
-
.classBuilder()
|
|
5025
|
-
.ep(commonParams)
|
|
5026
|
-
.m(function (Command, cs, config, o) {
|
|
5027
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
5028
|
-
})
|
|
5029
|
-
.s("AmazonEC2ContainerServiceV20141113", "UntagResource", {})
|
|
5030
|
-
.n("ECSClient", "UntagResourceCommand")
|
|
5031
|
-
.sc(UntagResource$)
|
|
5032
|
-
.build() {
|
|
4443
|
+
class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
|
|
5033
4444
|
}
|
|
5034
4445
|
|
|
5035
|
-
class UpdateCapacityProviderCommand extends
|
|
5036
|
-
.classBuilder()
|
|
5037
|
-
.ep(commonParams)
|
|
5038
|
-
.m(function (Command, cs, config, o) {
|
|
5039
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
5040
|
-
})
|
|
5041
|
-
.s("AmazonEC2ContainerServiceV20141113", "UpdateCapacityProvider", {})
|
|
5042
|
-
.n("ECSClient", "UpdateCapacityProviderCommand")
|
|
5043
|
-
.sc(UpdateCapacityProvider$)
|
|
5044
|
-
.build() {
|
|
4446
|
+
class UpdateCapacityProviderCommand extends command(_ep0, _mw0, "UpdateCapacityProvider", UpdateCapacityProvider$) {
|
|
5045
4447
|
}
|
|
5046
4448
|
|
|
5047
|
-
class UpdateClusterCommand extends
|
|
5048
|
-
.classBuilder()
|
|
5049
|
-
.ep(commonParams)
|
|
5050
|
-
.m(function (Command, cs, config, o) {
|
|
5051
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
5052
|
-
})
|
|
5053
|
-
.s("AmazonEC2ContainerServiceV20141113", "UpdateCluster", {})
|
|
5054
|
-
.n("ECSClient", "UpdateClusterCommand")
|
|
5055
|
-
.sc(UpdateCluster$)
|
|
5056
|
-
.build() {
|
|
4449
|
+
class UpdateClusterCommand extends command(_ep0, _mw0, "UpdateCluster", UpdateCluster$) {
|
|
5057
4450
|
}
|
|
5058
4451
|
|
|
5059
|
-
class UpdateClusterSettingsCommand extends
|
|
5060
|
-
.classBuilder()
|
|
5061
|
-
.ep(commonParams)
|
|
5062
|
-
.m(function (Command, cs, config, o) {
|
|
5063
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
5064
|
-
})
|
|
5065
|
-
.s("AmazonEC2ContainerServiceV20141113", "UpdateClusterSettings", {})
|
|
5066
|
-
.n("ECSClient", "UpdateClusterSettingsCommand")
|
|
5067
|
-
.sc(UpdateClusterSettings$)
|
|
5068
|
-
.build() {
|
|
4452
|
+
class UpdateClusterSettingsCommand extends command(_ep0, _mw0, "UpdateClusterSettings", UpdateClusterSettings$) {
|
|
5069
4453
|
}
|
|
5070
4454
|
|
|
5071
|
-
class UpdateContainerAgentCommand extends
|
|
5072
|
-
.classBuilder()
|
|
5073
|
-
.ep(commonParams)
|
|
5074
|
-
.m(function (Command, cs, config, o) {
|
|
5075
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
5076
|
-
})
|
|
5077
|
-
.s("AmazonEC2ContainerServiceV20141113", "UpdateContainerAgent", {})
|
|
5078
|
-
.n("ECSClient", "UpdateContainerAgentCommand")
|
|
5079
|
-
.sc(UpdateContainerAgent$)
|
|
5080
|
-
.build() {
|
|
4455
|
+
class UpdateContainerAgentCommand extends command(_ep0, _mw0, "UpdateContainerAgent", UpdateContainerAgent$) {
|
|
5081
4456
|
}
|
|
5082
4457
|
|
|
5083
|
-
class UpdateContainerInstancesStateCommand extends
|
|
5084
|
-
.classBuilder()
|
|
5085
|
-
.ep(commonParams)
|
|
5086
|
-
.m(function (Command, cs, config, o) {
|
|
5087
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
5088
|
-
})
|
|
5089
|
-
.s("AmazonEC2ContainerServiceV20141113", "UpdateContainerInstancesState", {})
|
|
5090
|
-
.n("ECSClient", "UpdateContainerInstancesStateCommand")
|
|
5091
|
-
.sc(UpdateContainerInstancesState$)
|
|
5092
|
-
.build() {
|
|
4458
|
+
class UpdateContainerInstancesStateCommand extends command(_ep0, _mw0, "UpdateContainerInstancesState", UpdateContainerInstancesState$) {
|
|
5093
4459
|
}
|
|
5094
4460
|
|
|
5095
|
-
class UpdateDaemonCommand extends
|
|
5096
|
-
.classBuilder()
|
|
5097
|
-
.ep(commonParams)
|
|
5098
|
-
.m(function (Command, cs, config, o) {
|
|
5099
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
5100
|
-
})
|
|
5101
|
-
.s("AmazonEC2ContainerServiceV20141113", "UpdateDaemon", {})
|
|
5102
|
-
.n("ECSClient", "UpdateDaemonCommand")
|
|
5103
|
-
.sc(UpdateDaemon$)
|
|
5104
|
-
.build() {
|
|
4461
|
+
class UpdateDaemonCommand extends command(_ep0, _mw0, "UpdateDaemon", UpdateDaemon$) {
|
|
5105
4462
|
}
|
|
5106
4463
|
|
|
5107
|
-
class UpdateExpressGatewayServiceCommand extends
|
|
5108
|
-
.classBuilder()
|
|
5109
|
-
.ep(commonParams)
|
|
5110
|
-
.m(function (Command, cs, config, o) {
|
|
5111
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
5112
|
-
})
|
|
5113
|
-
.s("AmazonEC2ContainerServiceV20141113", "UpdateExpressGatewayService", {})
|
|
5114
|
-
.n("ECSClient", "UpdateExpressGatewayServiceCommand")
|
|
5115
|
-
.sc(UpdateExpressGatewayService$)
|
|
5116
|
-
.build() {
|
|
4464
|
+
class UpdateExpressGatewayServiceCommand extends command(_ep0, _mw0, "UpdateExpressGatewayService", UpdateExpressGatewayService$) {
|
|
5117
4465
|
}
|
|
5118
4466
|
|
|
5119
|
-
class UpdateServiceCommand extends
|
|
5120
|
-
.classBuilder()
|
|
5121
|
-
.ep(commonParams)
|
|
5122
|
-
.m(function (Command, cs, config, o) {
|
|
5123
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
5124
|
-
})
|
|
5125
|
-
.s("AmazonEC2ContainerServiceV20141113", "UpdateService", {})
|
|
5126
|
-
.n("ECSClient", "UpdateServiceCommand")
|
|
5127
|
-
.sc(UpdateService$)
|
|
5128
|
-
.build() {
|
|
4467
|
+
class UpdateServiceCommand extends command(_ep0, _mw0, "UpdateService", UpdateService$) {
|
|
5129
4468
|
}
|
|
5130
4469
|
|
|
5131
|
-
class UpdateServicePrimaryTaskSetCommand extends
|
|
5132
|
-
.classBuilder()
|
|
5133
|
-
.ep(commonParams)
|
|
5134
|
-
.m(function (Command, cs, config, o) {
|
|
5135
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
5136
|
-
})
|
|
5137
|
-
.s("AmazonEC2ContainerServiceV20141113", "UpdateServicePrimaryTaskSet", {})
|
|
5138
|
-
.n("ECSClient", "UpdateServicePrimaryTaskSetCommand")
|
|
5139
|
-
.sc(UpdateServicePrimaryTaskSet$)
|
|
5140
|
-
.build() {
|
|
4470
|
+
class UpdateServicePrimaryTaskSetCommand extends command(_ep0, _mw0, "UpdateServicePrimaryTaskSet", UpdateServicePrimaryTaskSet$) {
|
|
5141
4471
|
}
|
|
5142
4472
|
|
|
5143
|
-
class UpdateTaskProtectionCommand extends
|
|
5144
|
-
.classBuilder()
|
|
5145
|
-
.ep(commonParams)
|
|
5146
|
-
.m(function (Command, cs, config, o) {
|
|
5147
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
5148
|
-
})
|
|
5149
|
-
.s("AmazonEC2ContainerServiceV20141113", "UpdateTaskProtection", {})
|
|
5150
|
-
.n("ECSClient", "UpdateTaskProtectionCommand")
|
|
5151
|
-
.sc(UpdateTaskProtection$)
|
|
5152
|
-
.build() {
|
|
4473
|
+
class UpdateTaskProtectionCommand extends command(_ep0, _mw0, "UpdateTaskProtection", UpdateTaskProtection$) {
|
|
5153
4474
|
}
|
|
5154
4475
|
|
|
5155
|
-
class UpdateTaskSetCommand extends
|
|
5156
|
-
.classBuilder()
|
|
5157
|
-
.ep(commonParams)
|
|
5158
|
-
.m(function (Command, cs, config, o) {
|
|
5159
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
5160
|
-
})
|
|
5161
|
-
.s("AmazonEC2ContainerServiceV20141113", "UpdateTaskSet", {})
|
|
5162
|
-
.n("ECSClient", "UpdateTaskSetCommand")
|
|
5163
|
-
.sc(UpdateTaskSet$)
|
|
5164
|
-
.build() {
|
|
4476
|
+
class UpdateTaskSetCommand extends command(_ep0, _mw0, "UpdateTaskSet", UpdateTaskSet$) {
|
|
5165
4477
|
}
|
|
5166
4478
|
|
|
5167
4479
|
const paginateListAccountSettings = createPaginator(ECSClient, ListAccountSettingsCommand, "nextToken", "nextToken", "maxResults");
|