@aws-sdk/client-ecs 3.1044.0 → 3.1046.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/auth/httpAuthSchemeProvider.js +4 -4
- package/dist-cjs/endpoint/bdd.js +2 -2
- package/dist-cjs/endpoint/endpointResolver.js +4 -4
- package/dist-cjs/index.js +245 -247
- package/dist-cjs/models/ECSServiceException.js +3 -3
- package/dist-cjs/runtimeConfig.browser.js +12 -14
- package/dist-cjs/runtimeConfig.js +18 -22
- package/dist-cjs/runtimeConfig.shared.js +9 -10
- package/dist-es/ECS.js +1 -1
- package/dist-es/ECSClient.js +5 -5
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/commands/CreateCapacityProviderCommand.js +2 -2
- package/dist-es/commands/CreateClusterCommand.js +2 -2
- package/dist-es/commands/CreateDaemonCommand.js +2 -2
- package/dist-es/commands/CreateExpressGatewayServiceCommand.js +2 -2
- package/dist-es/commands/CreateServiceCommand.js +2 -2
- package/dist-es/commands/CreateTaskSetCommand.js +2 -2
- package/dist-es/commands/DeleteAccountSettingCommand.js +2 -2
- package/dist-es/commands/DeleteAttributesCommand.js +2 -2
- package/dist-es/commands/DeleteCapacityProviderCommand.js +2 -2
- package/dist-es/commands/DeleteClusterCommand.js +2 -2
- package/dist-es/commands/DeleteDaemonCommand.js +2 -2
- package/dist-es/commands/DeleteDaemonTaskDefinitionCommand.js +2 -2
- package/dist-es/commands/DeleteExpressGatewayServiceCommand.js +2 -2
- package/dist-es/commands/DeleteServiceCommand.js +2 -2
- package/dist-es/commands/DeleteTaskDefinitionsCommand.js +2 -2
- package/dist-es/commands/DeleteTaskSetCommand.js +2 -2
- package/dist-es/commands/DeregisterContainerInstanceCommand.js +2 -2
- package/dist-es/commands/DeregisterTaskDefinitionCommand.js +2 -2
- package/dist-es/commands/DescribeCapacityProvidersCommand.js +2 -2
- package/dist-es/commands/DescribeClustersCommand.js +2 -2
- package/dist-es/commands/DescribeContainerInstancesCommand.js +2 -2
- package/dist-es/commands/DescribeDaemonCommand.js +2 -2
- package/dist-es/commands/DescribeDaemonDeploymentsCommand.js +2 -2
- package/dist-es/commands/DescribeDaemonRevisionsCommand.js +2 -2
- package/dist-es/commands/DescribeDaemonTaskDefinitionCommand.js +2 -2
- package/dist-es/commands/DescribeExpressGatewayServiceCommand.js +2 -2
- package/dist-es/commands/DescribeServiceDeploymentsCommand.js +2 -2
- package/dist-es/commands/DescribeServiceRevisionsCommand.js +2 -2
- package/dist-es/commands/DescribeServicesCommand.js +2 -2
- package/dist-es/commands/DescribeTaskDefinitionCommand.js +2 -2
- package/dist-es/commands/DescribeTaskSetsCommand.js +2 -2
- package/dist-es/commands/DescribeTasksCommand.js +2 -2
- package/dist-es/commands/DiscoverPollEndpointCommand.js +2 -2
- package/dist-es/commands/ExecuteCommandCommand.js +2 -2
- package/dist-es/commands/GetTaskProtectionCommand.js +2 -2
- package/dist-es/commands/ListAccountSettingsCommand.js +2 -2
- package/dist-es/commands/ListAttributesCommand.js +2 -2
- package/dist-es/commands/ListClustersCommand.js +2 -2
- package/dist-es/commands/ListContainerInstancesCommand.js +2 -2
- package/dist-es/commands/ListDaemonDeploymentsCommand.js +2 -2
- package/dist-es/commands/ListDaemonTaskDefinitionsCommand.js +2 -2
- package/dist-es/commands/ListDaemonsCommand.js +2 -2
- package/dist-es/commands/ListServiceDeploymentsCommand.js +2 -2
- package/dist-es/commands/ListServicesByNamespaceCommand.js +2 -2
- package/dist-es/commands/ListServicesCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/ListTaskDefinitionFamiliesCommand.js +2 -2
- package/dist-es/commands/ListTaskDefinitionsCommand.js +2 -2
- package/dist-es/commands/ListTasksCommand.js +2 -2
- package/dist-es/commands/PutAccountSettingCommand.js +2 -2
- package/dist-es/commands/PutAccountSettingDefaultCommand.js +2 -2
- package/dist-es/commands/PutAttributesCommand.js +2 -2
- package/dist-es/commands/PutClusterCapacityProvidersCommand.js +2 -2
- package/dist-es/commands/RegisterContainerInstanceCommand.js +2 -2
- package/dist-es/commands/RegisterDaemonTaskDefinitionCommand.js +2 -2
- package/dist-es/commands/RegisterTaskDefinitionCommand.js +2 -2
- package/dist-es/commands/RunTaskCommand.js +2 -2
- package/dist-es/commands/StartTaskCommand.js +2 -2
- package/dist-es/commands/StopServiceDeploymentCommand.js +2 -2
- package/dist-es/commands/StopTaskCommand.js +2 -2
- package/dist-es/commands/SubmitAttachmentStateChangesCommand.js +2 -2
- package/dist-es/commands/SubmitContainerStateChangeCommand.js +2 -2
- package/dist-es/commands/SubmitTaskStateChangeCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateCapacityProviderCommand.js +2 -2
- package/dist-es/commands/UpdateClusterCommand.js +2 -2
- package/dist-es/commands/UpdateClusterSettingsCommand.js +2 -2
- package/dist-es/commands/UpdateContainerAgentCommand.js +2 -2
- package/dist-es/commands/UpdateContainerInstancesStateCommand.js +2 -2
- package/dist-es/commands/UpdateDaemonCommand.js +2 -2
- package/dist-es/commands/UpdateExpressGatewayServiceCommand.js +2 -2
- package/dist-es/commands/UpdateServiceCommand.js +2 -2
- package/dist-es/commands/UpdateServicePrimaryTaskSetCommand.js +2 -2
- package/dist-es/commands/UpdateTaskProtectionCommand.js +2 -2
- package/dist-es/commands/UpdateTaskSetCommand.js +2 -2
- package/dist-es/endpoint/bdd.js +1 -1
- package/dist-es/endpoint/endpointResolver.js +1 -1
- package/dist-es/models/ECSServiceException.js +1 -1
- package/dist-es/runtimeConfig.browser.js +4 -6
- package/dist-es/runtimeConfig.js +4 -8
- package/dist-es/runtimeConfig.shared.js +3 -4
- package/dist-es/runtimeExtensions.js +2 -2
- package/dist-es/waiters/waitForDaemonActive.js +1 -1
- package/dist-es/waiters/waitForDaemonDeploymentStopped.js +1 -1
- package/dist-es/waiters/waitForDaemonDeploymentSuccessful.js +1 -1
- package/dist-es/waiters/waitForDaemonTaskDefinitionActive.js +1 -1
- package/dist-es/waiters/waitForDaemonTaskDefinitionDeleted.js +1 -1
- package/dist-es/waiters/waitForServicesInactive.js +1 -1
- package/dist-es/waiters/waitForServicesStable.js +1 -1
- package/dist-es/waiters/waitForTasksRunning.js +1 -1
- package/dist-es/waiters/waitForTasksStopped.js +1 -1
- package/dist-types/ECS.d.ts +1 -1
- package/dist-types/ECSClient.d.ts +5 -5
- package/dist-types/commands/CreateCapacityProviderCommand.d.ts +6 -4
- package/dist-types/commands/CreateClusterCommand.d.ts +6 -4
- package/dist-types/commands/CreateDaemonCommand.d.ts +6 -4
- package/dist-types/commands/CreateExpressGatewayServiceCommand.d.ts +6 -4
- package/dist-types/commands/CreateServiceCommand.d.ts +6 -4
- package/dist-types/commands/CreateTaskSetCommand.d.ts +6 -4
- package/dist-types/commands/DeleteAccountSettingCommand.d.ts +6 -4
- package/dist-types/commands/DeleteAttributesCommand.d.ts +6 -4
- package/dist-types/commands/DeleteCapacityProviderCommand.d.ts +6 -4
- package/dist-types/commands/DeleteClusterCommand.d.ts +6 -4
- package/dist-types/commands/DeleteDaemonCommand.d.ts +6 -4
- package/dist-types/commands/DeleteDaemonTaskDefinitionCommand.d.ts +6 -4
- package/dist-types/commands/DeleteExpressGatewayServiceCommand.d.ts +6 -4
- package/dist-types/commands/DeleteServiceCommand.d.ts +6 -4
- package/dist-types/commands/DeleteTaskDefinitionsCommand.d.ts +6 -4
- package/dist-types/commands/DeleteTaskSetCommand.d.ts +6 -4
- package/dist-types/commands/DeregisterContainerInstanceCommand.d.ts +6 -4
- package/dist-types/commands/DeregisterTaskDefinitionCommand.d.ts +6 -4
- package/dist-types/commands/DescribeCapacityProvidersCommand.d.ts +6 -4
- package/dist-types/commands/DescribeClustersCommand.d.ts +6 -4
- package/dist-types/commands/DescribeContainerInstancesCommand.d.ts +6 -4
- package/dist-types/commands/DescribeDaemonCommand.d.ts +6 -4
- package/dist-types/commands/DescribeDaemonDeploymentsCommand.d.ts +6 -4
- package/dist-types/commands/DescribeDaemonRevisionsCommand.d.ts +6 -4
- package/dist-types/commands/DescribeDaemonTaskDefinitionCommand.d.ts +6 -4
- package/dist-types/commands/DescribeExpressGatewayServiceCommand.d.ts +6 -4
- package/dist-types/commands/DescribeServiceDeploymentsCommand.d.ts +6 -4
- package/dist-types/commands/DescribeServiceRevisionsCommand.d.ts +6 -4
- package/dist-types/commands/DescribeServicesCommand.d.ts +6 -4
- package/dist-types/commands/DescribeTaskDefinitionCommand.d.ts +6 -4
- package/dist-types/commands/DescribeTaskSetsCommand.d.ts +6 -4
- package/dist-types/commands/DescribeTasksCommand.d.ts +6 -4
- package/dist-types/commands/DiscoverPollEndpointCommand.d.ts +6 -4
- package/dist-types/commands/ExecuteCommandCommand.d.ts +6 -4
- package/dist-types/commands/GetTaskProtectionCommand.d.ts +6 -4
- package/dist-types/commands/ListAccountSettingsCommand.d.ts +6 -4
- package/dist-types/commands/ListAttributesCommand.d.ts +6 -4
- package/dist-types/commands/ListClustersCommand.d.ts +6 -4
- package/dist-types/commands/ListContainerInstancesCommand.d.ts +6 -4
- package/dist-types/commands/ListDaemonDeploymentsCommand.d.ts +6 -4
- package/dist-types/commands/ListDaemonTaskDefinitionsCommand.d.ts +6 -4
- package/dist-types/commands/ListDaemonsCommand.d.ts +6 -4
- package/dist-types/commands/ListServiceDeploymentsCommand.d.ts +6 -4
- package/dist-types/commands/ListServicesByNamespaceCommand.d.ts +6 -4
- package/dist-types/commands/ListServicesCommand.d.ts +6 -4
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/commands/ListTaskDefinitionFamiliesCommand.d.ts +6 -4
- package/dist-types/commands/ListTaskDefinitionsCommand.d.ts +6 -4
- package/dist-types/commands/ListTasksCommand.d.ts +6 -4
- package/dist-types/commands/PutAccountSettingCommand.d.ts +6 -4
- package/dist-types/commands/PutAccountSettingDefaultCommand.d.ts +6 -4
- package/dist-types/commands/PutAttributesCommand.d.ts +6 -4
- package/dist-types/commands/PutClusterCapacityProvidersCommand.d.ts +6 -4
- package/dist-types/commands/RegisterContainerInstanceCommand.d.ts +6 -4
- package/dist-types/commands/RegisterDaemonTaskDefinitionCommand.d.ts +6 -4
- package/dist-types/commands/RegisterTaskDefinitionCommand.d.ts +6 -4
- package/dist-types/commands/RunTaskCommand.d.ts +6 -4
- package/dist-types/commands/StartTaskCommand.d.ts +6 -4
- package/dist-types/commands/StopServiceDeploymentCommand.d.ts +6 -4
- package/dist-types/commands/StopTaskCommand.d.ts +6 -4
- package/dist-types/commands/SubmitAttachmentStateChangesCommand.d.ts +6 -4
- package/dist-types/commands/SubmitContainerStateChangeCommand.d.ts +6 -4
- package/dist-types/commands/SubmitTaskStateChangeCommand.d.ts +6 -4
- package/dist-types/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UpdateCapacityProviderCommand.d.ts +6 -4
- package/dist-types/commands/UpdateClusterCommand.d.ts +6 -4
- package/dist-types/commands/UpdateClusterSettingsCommand.d.ts +6 -4
- package/dist-types/commands/UpdateContainerAgentCommand.d.ts +6 -4
- package/dist-types/commands/UpdateContainerInstancesStateCommand.d.ts +6 -4
- package/dist-types/commands/UpdateDaemonCommand.d.ts +6 -4
- package/dist-types/commands/UpdateExpressGatewayServiceCommand.d.ts +6 -4
- package/dist-types/commands/UpdateServiceCommand.d.ts +6 -4
- package/dist-types/commands/UpdateServicePrimaryTaskSetCommand.d.ts +6 -4
- package/dist-types/commands/UpdateTaskProtectionCommand.d.ts +6 -4
- package/dist-types/commands/UpdateTaskSetCommand.d.ts +6 -4
- package/dist-types/endpoint/bdd.d.ts +1 -1
- package/dist-types/extensionConfiguration.d.ts +1 -1
- package/dist-types/models/ECSServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/ECS.d.ts +1 -1
- package/dist-types/ts3.4/ECSClient.d.ts +8 -14
- package/dist-types/ts3.4/commands/CreateCapacityProviderCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateDaemonCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateExpressGatewayServiceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateServiceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateTaskSetCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteAccountSettingCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteAttributesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteCapacityProviderCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteClusterCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteDaemonCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteDaemonTaskDefinitionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteExpressGatewayServiceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteServiceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteTaskDefinitionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteTaskSetCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeregisterContainerInstanceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeregisterTaskDefinitionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeCapacityProvidersCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeClustersCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeContainerInstancesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeDaemonCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeDaemonDeploymentsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeDaemonRevisionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeDaemonTaskDefinitionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeExpressGatewayServiceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeServiceDeploymentsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeServiceRevisionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeServicesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeTaskDefinitionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeTaskSetsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeTasksCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DiscoverPollEndpointCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ExecuteCommandCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetTaskProtectionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListAccountSettingsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListAttributesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListClustersCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListContainerInstancesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListDaemonDeploymentsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListDaemonTaskDefinitionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListDaemonsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListServiceDeploymentsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListServicesByNamespaceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListServicesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListTaskDefinitionFamiliesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListTaskDefinitionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListTasksCommand.d.ts +6 -6
- package/dist-types/ts3.4/commands/PutAccountSettingCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutAccountSettingDefaultCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutAttributesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutClusterCapacityProvidersCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/RegisterContainerInstanceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/RegisterDaemonTaskDefinitionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/RegisterTaskDefinitionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/RunTaskCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StartTaskCommand.d.ts +6 -8
- package/dist-types/ts3.4/commands/StopServiceDeploymentCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StopTaskCommand.d.ts +6 -8
- package/dist-types/ts3.4/commands/SubmitAttachmentStateChangesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/SubmitContainerStateChangeCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/SubmitTaskStateChangeCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateCapacityProviderCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateClusterCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateClusterSettingsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateContainerAgentCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateContainerInstancesStateCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateDaemonCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateExpressGatewayServiceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateServiceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateServicePrimaryTaskSetCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateTaskProtectionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateTaskSetCommand.d.ts +6 -4
- package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/ECSServiceException.d.ts +1 -1
- package/dist-types/ts3.4/models/errors.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
- package/dist-types/ts3.4/waiters/waitForDaemonActive.d.ts +1 -1
- package/dist-types/ts3.4/waiters/waitForDaemonDeploymentStopped.d.ts +1 -1
- package/dist-types/ts3.4/waiters/waitForDaemonDeploymentSuccessful.d.ts +1 -1
- package/dist-types/ts3.4/waiters/waitForDaemonTaskDefinitionActive.d.ts +1 -1
- package/dist-types/ts3.4/waiters/waitForDaemonTaskDefinitionDeleted.d.ts +1 -1
- package/dist-types/ts3.4/waiters/waitForServicesInactive.d.ts +1 -1
- package/dist-types/ts3.4/waiters/waitForServicesStable.d.ts +1 -1
- package/dist-types/ts3.4/waiters/waitForTasksRunning.d.ts +1 -1
- package/dist-types/ts3.4/waiters/waitForTasksStopped.d.ts +1 -1
- package/dist-types/waiters/waitForDaemonActive.d.ts +1 -1
- package/dist-types/waiters/waitForDaemonDeploymentStopped.d.ts +1 -1
- package/dist-types/waiters/waitForDaemonDeploymentSuccessful.d.ts +1 -1
- package/dist-types/waiters/waitForDaemonTaskDefinitionActive.d.ts +1 -1
- package/dist-types/waiters/waitForDaemonTaskDefinitionDeleted.d.ts +1 -1
- package/dist-types/waiters/waitForServicesInactive.d.ts +1 -1
- package/dist-types/waiters/waitForServicesStable.d.ts +1 -1
- package/dist-types/waiters/waitForTasksRunning.d.ts +1 -1
- package/dist-types/waiters/waitForTasksStopped.d.ts +1 -1
- package/package.json +13 -35
package/dist-cjs/index.js
CHANGED
|
@@ -4,19 +4,17 @@ var middlewareHostHeader = require('@aws-sdk/middleware-host-header');
|
|
|
4
4
|
var middlewareLogger = require('@aws-sdk/middleware-logger');
|
|
5
5
|
var middlewareRecursionDetection = require('@aws-sdk/middleware-recursion-detection');
|
|
6
6
|
var middlewareUserAgent = require('@aws-sdk/middleware-user-agent');
|
|
7
|
-
var configResolver = require('@smithy/config-resolver');
|
|
8
7
|
var core = require('@smithy/core');
|
|
8
|
+
var client = require('@smithy/core/client');
|
|
9
|
+
var config = require('@smithy/core/config');
|
|
10
|
+
var endpoints = require('@smithy/core/endpoints');
|
|
11
|
+
var protocols = require('@smithy/core/protocols');
|
|
12
|
+
var retry = require('@smithy/core/retry');
|
|
9
13
|
var schema = require('@smithy/core/schema');
|
|
10
|
-
var middlewareContentLength = require('@smithy/middleware-content-length');
|
|
11
|
-
var middlewareEndpoint = require('@smithy/middleware-endpoint');
|
|
12
|
-
var middlewareRetry = require('@smithy/middleware-retry');
|
|
13
|
-
var smithyClient = require('@smithy/smithy-client');
|
|
14
14
|
var httpAuthSchemeProvider = require('./auth/httpAuthSchemeProvider');
|
|
15
15
|
var runtimeConfig = require('./runtimeConfig');
|
|
16
16
|
var regionConfigResolver = require('@aws-sdk/region-config-resolver');
|
|
17
|
-
var protocolHttp = require('@smithy/protocol-http');
|
|
18
17
|
var schemas_0 = require('./schemas/schemas_0');
|
|
19
|
-
var utilWaiter = require('@smithy/util-waiter');
|
|
20
18
|
var errors = require('./models/errors');
|
|
21
19
|
var ECSServiceException = require('./models/ECSServiceException');
|
|
22
20
|
|
|
@@ -74,12 +72,12 @@ const resolveHttpAuthRuntimeConfig = (config) => {
|
|
|
74
72
|
};
|
|
75
73
|
|
|
76
74
|
const resolveRuntimeExtensions = (runtimeConfig, extensions) => {
|
|
77
|
-
const extensionConfiguration = Object.assign(regionConfigResolver.getAwsRegionExtensionConfiguration(runtimeConfig),
|
|
75
|
+
const extensionConfiguration = Object.assign(regionConfigResolver.getAwsRegionExtensionConfiguration(runtimeConfig), client.getDefaultExtensionConfiguration(runtimeConfig), protocols.getHttpHandlerExtensionConfiguration(runtimeConfig), getHttpAuthExtensionConfiguration(runtimeConfig));
|
|
78
76
|
extensions.forEach((extension) => extension.configure(extensionConfiguration));
|
|
79
|
-
return Object.assign(runtimeConfig, regionConfigResolver.resolveAwsRegionExtensionConfiguration(extensionConfiguration),
|
|
77
|
+
return Object.assign(runtimeConfig, regionConfigResolver.resolveAwsRegionExtensionConfiguration(extensionConfiguration), client.resolveDefaultRuntimeConfig(extensionConfiguration), protocols.resolveHttpHandlerRuntimeConfig(extensionConfiguration), resolveHttpAuthRuntimeConfig(extensionConfiguration));
|
|
80
78
|
};
|
|
81
79
|
|
|
82
|
-
class ECSClient extends
|
|
80
|
+
class ECSClient extends client.Client {
|
|
83
81
|
config;
|
|
84
82
|
constructor(...[configuration]) {
|
|
85
83
|
const _config_0 = runtimeConfig.getRuntimeConfig(configuration || {});
|
|
@@ -87,17 +85,17 @@ class ECSClient extends smithyClient.Client {
|
|
|
87
85
|
this.initConfig = _config_0;
|
|
88
86
|
const _config_1 = resolveClientEndpointParameters(_config_0);
|
|
89
87
|
const _config_2 = middlewareUserAgent.resolveUserAgentConfig(_config_1);
|
|
90
|
-
const _config_3 =
|
|
91
|
-
const _config_4 =
|
|
88
|
+
const _config_3 = retry.resolveRetryConfig(_config_2);
|
|
89
|
+
const _config_4 = config.resolveRegionConfig(_config_3);
|
|
92
90
|
const _config_5 = middlewareHostHeader.resolveHostHeaderConfig(_config_4);
|
|
93
|
-
const _config_6 =
|
|
91
|
+
const _config_6 = endpoints.resolveEndpointConfig(_config_5);
|
|
94
92
|
const _config_7 = httpAuthSchemeProvider.resolveHttpAuthSchemeConfig(_config_6);
|
|
95
93
|
const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
|
|
96
94
|
this.config = _config_8;
|
|
97
95
|
this.middlewareStack.use(schema.getSchemaSerdePlugin(this.config));
|
|
98
96
|
this.middlewareStack.use(middlewareUserAgent.getUserAgentPlugin(this.config));
|
|
99
|
-
this.middlewareStack.use(
|
|
100
|
-
this.middlewareStack.use(
|
|
97
|
+
this.middlewareStack.use(retry.getRetryPlugin(this.config));
|
|
98
|
+
this.middlewareStack.use(protocols.getContentLengthPlugin(this.config));
|
|
101
99
|
this.middlewareStack.use(middlewareHostHeader.getHostHeaderPlugin(this.config));
|
|
102
100
|
this.middlewareStack.use(middlewareLogger.getLoggerPlugin(this.config));
|
|
103
101
|
this.middlewareStack.use(middlewareRecursionDetection.getRecursionDetectionPlugin(this.config));
|
|
@@ -114,11 +112,11 @@ class ECSClient extends smithyClient.Client {
|
|
|
114
112
|
}
|
|
115
113
|
}
|
|
116
114
|
|
|
117
|
-
class CreateCapacityProviderCommand extends
|
|
115
|
+
class CreateCapacityProviderCommand extends client.Command
|
|
118
116
|
.classBuilder()
|
|
119
117
|
.ep(commonParams)
|
|
120
118
|
.m(function (Command, cs, config, o) {
|
|
121
|
-
return [
|
|
119
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
122
120
|
})
|
|
123
121
|
.s("AmazonEC2ContainerServiceV20141113", "CreateCapacityProvider", {})
|
|
124
122
|
.n("ECSClient", "CreateCapacityProviderCommand")
|
|
@@ -126,11 +124,11 @@ class CreateCapacityProviderCommand extends smithyClient.Command
|
|
|
126
124
|
.build() {
|
|
127
125
|
}
|
|
128
126
|
|
|
129
|
-
class CreateClusterCommand extends
|
|
127
|
+
class CreateClusterCommand extends client.Command
|
|
130
128
|
.classBuilder()
|
|
131
129
|
.ep(commonParams)
|
|
132
130
|
.m(function (Command, cs, config, o) {
|
|
133
|
-
return [
|
|
131
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
134
132
|
})
|
|
135
133
|
.s("AmazonEC2ContainerServiceV20141113", "CreateCluster", {})
|
|
136
134
|
.n("ECSClient", "CreateClusterCommand")
|
|
@@ -138,11 +136,11 @@ class CreateClusterCommand extends smithyClient.Command
|
|
|
138
136
|
.build() {
|
|
139
137
|
}
|
|
140
138
|
|
|
141
|
-
class CreateDaemonCommand extends
|
|
139
|
+
class CreateDaemonCommand extends client.Command
|
|
142
140
|
.classBuilder()
|
|
143
141
|
.ep(commonParams)
|
|
144
142
|
.m(function (Command, cs, config, o) {
|
|
145
|
-
return [
|
|
143
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
146
144
|
})
|
|
147
145
|
.s("AmazonEC2ContainerServiceV20141113", "CreateDaemon", {})
|
|
148
146
|
.n("ECSClient", "CreateDaemonCommand")
|
|
@@ -150,11 +148,11 @@ class CreateDaemonCommand extends smithyClient.Command
|
|
|
150
148
|
.build() {
|
|
151
149
|
}
|
|
152
150
|
|
|
153
|
-
class CreateExpressGatewayServiceCommand extends
|
|
151
|
+
class CreateExpressGatewayServiceCommand extends client.Command
|
|
154
152
|
.classBuilder()
|
|
155
153
|
.ep(commonParams)
|
|
156
154
|
.m(function (Command, cs, config, o) {
|
|
157
|
-
return [
|
|
155
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
158
156
|
})
|
|
159
157
|
.s("AmazonEC2ContainerServiceV20141113", "CreateExpressGatewayService", {})
|
|
160
158
|
.n("ECSClient", "CreateExpressGatewayServiceCommand")
|
|
@@ -162,11 +160,11 @@ class CreateExpressGatewayServiceCommand extends smithyClient.Command
|
|
|
162
160
|
.build() {
|
|
163
161
|
}
|
|
164
162
|
|
|
165
|
-
class CreateServiceCommand extends
|
|
163
|
+
class CreateServiceCommand extends client.Command
|
|
166
164
|
.classBuilder()
|
|
167
165
|
.ep(commonParams)
|
|
168
166
|
.m(function (Command, cs, config, o) {
|
|
169
|
-
return [
|
|
167
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
170
168
|
})
|
|
171
169
|
.s("AmazonEC2ContainerServiceV20141113", "CreateService", {})
|
|
172
170
|
.n("ECSClient", "CreateServiceCommand")
|
|
@@ -174,11 +172,11 @@ class CreateServiceCommand extends smithyClient.Command
|
|
|
174
172
|
.build() {
|
|
175
173
|
}
|
|
176
174
|
|
|
177
|
-
class CreateTaskSetCommand extends
|
|
175
|
+
class CreateTaskSetCommand extends client.Command
|
|
178
176
|
.classBuilder()
|
|
179
177
|
.ep(commonParams)
|
|
180
178
|
.m(function (Command, cs, config, o) {
|
|
181
|
-
return [
|
|
179
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
182
180
|
})
|
|
183
181
|
.s("AmazonEC2ContainerServiceV20141113", "CreateTaskSet", {})
|
|
184
182
|
.n("ECSClient", "CreateTaskSetCommand")
|
|
@@ -186,11 +184,11 @@ class CreateTaskSetCommand extends smithyClient.Command
|
|
|
186
184
|
.build() {
|
|
187
185
|
}
|
|
188
186
|
|
|
189
|
-
class DeleteAccountSettingCommand extends
|
|
187
|
+
class DeleteAccountSettingCommand extends client.Command
|
|
190
188
|
.classBuilder()
|
|
191
189
|
.ep(commonParams)
|
|
192
190
|
.m(function (Command, cs, config, o) {
|
|
193
|
-
return [
|
|
191
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
194
192
|
})
|
|
195
193
|
.s("AmazonEC2ContainerServiceV20141113", "DeleteAccountSetting", {})
|
|
196
194
|
.n("ECSClient", "DeleteAccountSettingCommand")
|
|
@@ -198,11 +196,11 @@ class DeleteAccountSettingCommand extends smithyClient.Command
|
|
|
198
196
|
.build() {
|
|
199
197
|
}
|
|
200
198
|
|
|
201
|
-
class DeleteAttributesCommand extends
|
|
199
|
+
class DeleteAttributesCommand extends client.Command
|
|
202
200
|
.classBuilder()
|
|
203
201
|
.ep(commonParams)
|
|
204
202
|
.m(function (Command, cs, config, o) {
|
|
205
|
-
return [
|
|
203
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
206
204
|
})
|
|
207
205
|
.s("AmazonEC2ContainerServiceV20141113", "DeleteAttributes", {})
|
|
208
206
|
.n("ECSClient", "DeleteAttributesCommand")
|
|
@@ -210,11 +208,11 @@ class DeleteAttributesCommand extends smithyClient.Command
|
|
|
210
208
|
.build() {
|
|
211
209
|
}
|
|
212
210
|
|
|
213
|
-
class DeleteCapacityProviderCommand extends
|
|
211
|
+
class DeleteCapacityProviderCommand extends client.Command
|
|
214
212
|
.classBuilder()
|
|
215
213
|
.ep(commonParams)
|
|
216
214
|
.m(function (Command, cs, config, o) {
|
|
217
|
-
return [
|
|
215
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
218
216
|
})
|
|
219
217
|
.s("AmazonEC2ContainerServiceV20141113", "DeleteCapacityProvider", {})
|
|
220
218
|
.n("ECSClient", "DeleteCapacityProviderCommand")
|
|
@@ -222,11 +220,11 @@ class DeleteCapacityProviderCommand extends smithyClient.Command
|
|
|
222
220
|
.build() {
|
|
223
221
|
}
|
|
224
222
|
|
|
225
|
-
class DeleteClusterCommand extends
|
|
223
|
+
class DeleteClusterCommand extends client.Command
|
|
226
224
|
.classBuilder()
|
|
227
225
|
.ep(commonParams)
|
|
228
226
|
.m(function (Command, cs, config, o) {
|
|
229
|
-
return [
|
|
227
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
230
228
|
})
|
|
231
229
|
.s("AmazonEC2ContainerServiceV20141113", "DeleteCluster", {})
|
|
232
230
|
.n("ECSClient", "DeleteClusterCommand")
|
|
@@ -234,11 +232,11 @@ class DeleteClusterCommand extends smithyClient.Command
|
|
|
234
232
|
.build() {
|
|
235
233
|
}
|
|
236
234
|
|
|
237
|
-
class DeleteDaemonCommand extends
|
|
235
|
+
class DeleteDaemonCommand extends client.Command
|
|
238
236
|
.classBuilder()
|
|
239
237
|
.ep(commonParams)
|
|
240
238
|
.m(function (Command, cs, config, o) {
|
|
241
|
-
return [
|
|
239
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
242
240
|
})
|
|
243
241
|
.s("AmazonEC2ContainerServiceV20141113", "DeleteDaemon", {})
|
|
244
242
|
.n("ECSClient", "DeleteDaemonCommand")
|
|
@@ -246,11 +244,11 @@ class DeleteDaemonCommand extends smithyClient.Command
|
|
|
246
244
|
.build() {
|
|
247
245
|
}
|
|
248
246
|
|
|
249
|
-
class DeleteDaemonTaskDefinitionCommand extends
|
|
247
|
+
class DeleteDaemonTaskDefinitionCommand extends client.Command
|
|
250
248
|
.classBuilder()
|
|
251
249
|
.ep(commonParams)
|
|
252
250
|
.m(function (Command, cs, config, o) {
|
|
253
|
-
return [
|
|
251
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
254
252
|
})
|
|
255
253
|
.s("AmazonEC2ContainerServiceV20141113", "DeleteDaemonTaskDefinition", {})
|
|
256
254
|
.n("ECSClient", "DeleteDaemonTaskDefinitionCommand")
|
|
@@ -258,11 +256,11 @@ class DeleteDaemonTaskDefinitionCommand extends smithyClient.Command
|
|
|
258
256
|
.build() {
|
|
259
257
|
}
|
|
260
258
|
|
|
261
|
-
class DeleteExpressGatewayServiceCommand extends
|
|
259
|
+
class DeleteExpressGatewayServiceCommand extends client.Command
|
|
262
260
|
.classBuilder()
|
|
263
261
|
.ep(commonParams)
|
|
264
262
|
.m(function (Command, cs, config, o) {
|
|
265
|
-
return [
|
|
263
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
266
264
|
})
|
|
267
265
|
.s("AmazonEC2ContainerServiceV20141113", "DeleteExpressGatewayService", {})
|
|
268
266
|
.n("ECSClient", "DeleteExpressGatewayServiceCommand")
|
|
@@ -270,11 +268,11 @@ class DeleteExpressGatewayServiceCommand extends smithyClient.Command
|
|
|
270
268
|
.build() {
|
|
271
269
|
}
|
|
272
270
|
|
|
273
|
-
class DeleteServiceCommand extends
|
|
271
|
+
class DeleteServiceCommand extends client.Command
|
|
274
272
|
.classBuilder()
|
|
275
273
|
.ep(commonParams)
|
|
276
274
|
.m(function (Command, cs, config, o) {
|
|
277
|
-
return [
|
|
275
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
278
276
|
})
|
|
279
277
|
.s("AmazonEC2ContainerServiceV20141113", "DeleteService", {})
|
|
280
278
|
.n("ECSClient", "DeleteServiceCommand")
|
|
@@ -282,11 +280,11 @@ class DeleteServiceCommand extends smithyClient.Command
|
|
|
282
280
|
.build() {
|
|
283
281
|
}
|
|
284
282
|
|
|
285
|
-
class DeleteTaskDefinitionsCommand extends
|
|
283
|
+
class DeleteTaskDefinitionsCommand extends client.Command
|
|
286
284
|
.classBuilder()
|
|
287
285
|
.ep(commonParams)
|
|
288
286
|
.m(function (Command, cs, config, o) {
|
|
289
|
-
return [
|
|
287
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
290
288
|
})
|
|
291
289
|
.s("AmazonEC2ContainerServiceV20141113", "DeleteTaskDefinitions", {})
|
|
292
290
|
.n("ECSClient", "DeleteTaskDefinitionsCommand")
|
|
@@ -294,11 +292,11 @@ class DeleteTaskDefinitionsCommand extends smithyClient.Command
|
|
|
294
292
|
.build() {
|
|
295
293
|
}
|
|
296
294
|
|
|
297
|
-
class DeleteTaskSetCommand extends
|
|
295
|
+
class DeleteTaskSetCommand extends client.Command
|
|
298
296
|
.classBuilder()
|
|
299
297
|
.ep(commonParams)
|
|
300
298
|
.m(function (Command, cs, config, o) {
|
|
301
|
-
return [
|
|
299
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
302
300
|
})
|
|
303
301
|
.s("AmazonEC2ContainerServiceV20141113", "DeleteTaskSet", {})
|
|
304
302
|
.n("ECSClient", "DeleteTaskSetCommand")
|
|
@@ -306,11 +304,11 @@ class DeleteTaskSetCommand extends smithyClient.Command
|
|
|
306
304
|
.build() {
|
|
307
305
|
}
|
|
308
306
|
|
|
309
|
-
class DeregisterContainerInstanceCommand extends
|
|
307
|
+
class DeregisterContainerInstanceCommand extends client.Command
|
|
310
308
|
.classBuilder()
|
|
311
309
|
.ep(commonParams)
|
|
312
310
|
.m(function (Command, cs, config, o) {
|
|
313
|
-
return [
|
|
311
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
314
312
|
})
|
|
315
313
|
.s("AmazonEC2ContainerServiceV20141113", "DeregisterContainerInstance", {})
|
|
316
314
|
.n("ECSClient", "DeregisterContainerInstanceCommand")
|
|
@@ -318,11 +316,11 @@ class DeregisterContainerInstanceCommand extends smithyClient.Command
|
|
|
318
316
|
.build() {
|
|
319
317
|
}
|
|
320
318
|
|
|
321
|
-
class DeregisterTaskDefinitionCommand extends
|
|
319
|
+
class DeregisterTaskDefinitionCommand extends client.Command
|
|
322
320
|
.classBuilder()
|
|
323
321
|
.ep(commonParams)
|
|
324
322
|
.m(function (Command, cs, config, o) {
|
|
325
|
-
return [
|
|
323
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
326
324
|
})
|
|
327
325
|
.s("AmazonEC2ContainerServiceV20141113", "DeregisterTaskDefinition", {})
|
|
328
326
|
.n("ECSClient", "DeregisterTaskDefinitionCommand")
|
|
@@ -330,11 +328,11 @@ class DeregisterTaskDefinitionCommand extends smithyClient.Command
|
|
|
330
328
|
.build() {
|
|
331
329
|
}
|
|
332
330
|
|
|
333
|
-
class DescribeCapacityProvidersCommand extends
|
|
331
|
+
class DescribeCapacityProvidersCommand extends client.Command
|
|
334
332
|
.classBuilder()
|
|
335
333
|
.ep(commonParams)
|
|
336
334
|
.m(function (Command, cs, config, o) {
|
|
337
|
-
return [
|
|
335
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
338
336
|
})
|
|
339
337
|
.s("AmazonEC2ContainerServiceV20141113", "DescribeCapacityProviders", {})
|
|
340
338
|
.n("ECSClient", "DescribeCapacityProvidersCommand")
|
|
@@ -342,11 +340,11 @@ class DescribeCapacityProvidersCommand extends smithyClient.Command
|
|
|
342
340
|
.build() {
|
|
343
341
|
}
|
|
344
342
|
|
|
345
|
-
class DescribeClustersCommand extends
|
|
343
|
+
class DescribeClustersCommand extends client.Command
|
|
346
344
|
.classBuilder()
|
|
347
345
|
.ep(commonParams)
|
|
348
346
|
.m(function (Command, cs, config, o) {
|
|
349
|
-
return [
|
|
347
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
350
348
|
})
|
|
351
349
|
.s("AmazonEC2ContainerServiceV20141113", "DescribeClusters", {})
|
|
352
350
|
.n("ECSClient", "DescribeClustersCommand")
|
|
@@ -354,11 +352,11 @@ class DescribeClustersCommand extends smithyClient.Command
|
|
|
354
352
|
.build() {
|
|
355
353
|
}
|
|
356
354
|
|
|
357
|
-
class DescribeContainerInstancesCommand extends
|
|
355
|
+
class DescribeContainerInstancesCommand extends client.Command
|
|
358
356
|
.classBuilder()
|
|
359
357
|
.ep(commonParams)
|
|
360
358
|
.m(function (Command, cs, config, o) {
|
|
361
|
-
return [
|
|
359
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
362
360
|
})
|
|
363
361
|
.s("AmazonEC2ContainerServiceV20141113", "DescribeContainerInstances", {})
|
|
364
362
|
.n("ECSClient", "DescribeContainerInstancesCommand")
|
|
@@ -366,11 +364,11 @@ class DescribeContainerInstancesCommand extends smithyClient.Command
|
|
|
366
364
|
.build() {
|
|
367
365
|
}
|
|
368
366
|
|
|
369
|
-
class DescribeDaemonCommand extends
|
|
367
|
+
class DescribeDaemonCommand extends client.Command
|
|
370
368
|
.classBuilder()
|
|
371
369
|
.ep(commonParams)
|
|
372
370
|
.m(function (Command, cs, config, o) {
|
|
373
|
-
return [
|
|
371
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
374
372
|
})
|
|
375
373
|
.s("AmazonEC2ContainerServiceV20141113", "DescribeDaemon", {})
|
|
376
374
|
.n("ECSClient", "DescribeDaemonCommand")
|
|
@@ -378,11 +376,11 @@ class DescribeDaemonCommand extends smithyClient.Command
|
|
|
378
376
|
.build() {
|
|
379
377
|
}
|
|
380
378
|
|
|
381
|
-
class DescribeDaemonDeploymentsCommand extends
|
|
379
|
+
class DescribeDaemonDeploymentsCommand extends client.Command
|
|
382
380
|
.classBuilder()
|
|
383
381
|
.ep(commonParams)
|
|
384
382
|
.m(function (Command, cs, config, o) {
|
|
385
|
-
return [
|
|
383
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
386
384
|
})
|
|
387
385
|
.s("AmazonEC2ContainerServiceV20141113", "DescribeDaemonDeployments", {})
|
|
388
386
|
.n("ECSClient", "DescribeDaemonDeploymentsCommand")
|
|
@@ -390,11 +388,11 @@ class DescribeDaemonDeploymentsCommand extends smithyClient.Command
|
|
|
390
388
|
.build() {
|
|
391
389
|
}
|
|
392
390
|
|
|
393
|
-
class DescribeDaemonRevisionsCommand extends
|
|
391
|
+
class DescribeDaemonRevisionsCommand extends client.Command
|
|
394
392
|
.classBuilder()
|
|
395
393
|
.ep(commonParams)
|
|
396
394
|
.m(function (Command, cs, config, o) {
|
|
397
|
-
return [
|
|
395
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
398
396
|
})
|
|
399
397
|
.s("AmazonEC2ContainerServiceV20141113", "DescribeDaemonRevisions", {})
|
|
400
398
|
.n("ECSClient", "DescribeDaemonRevisionsCommand")
|
|
@@ -402,11 +400,11 @@ class DescribeDaemonRevisionsCommand extends smithyClient.Command
|
|
|
402
400
|
.build() {
|
|
403
401
|
}
|
|
404
402
|
|
|
405
|
-
class DescribeDaemonTaskDefinitionCommand extends
|
|
403
|
+
class DescribeDaemonTaskDefinitionCommand extends client.Command
|
|
406
404
|
.classBuilder()
|
|
407
405
|
.ep(commonParams)
|
|
408
406
|
.m(function (Command, cs, config, o) {
|
|
409
|
-
return [
|
|
407
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
410
408
|
})
|
|
411
409
|
.s("AmazonEC2ContainerServiceV20141113", "DescribeDaemonTaskDefinition", {})
|
|
412
410
|
.n("ECSClient", "DescribeDaemonTaskDefinitionCommand")
|
|
@@ -414,11 +412,11 @@ class DescribeDaemonTaskDefinitionCommand extends smithyClient.Command
|
|
|
414
412
|
.build() {
|
|
415
413
|
}
|
|
416
414
|
|
|
417
|
-
class DescribeExpressGatewayServiceCommand extends
|
|
415
|
+
class DescribeExpressGatewayServiceCommand extends client.Command
|
|
418
416
|
.classBuilder()
|
|
419
417
|
.ep(commonParams)
|
|
420
418
|
.m(function (Command, cs, config, o) {
|
|
421
|
-
return [
|
|
419
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
422
420
|
})
|
|
423
421
|
.s("AmazonEC2ContainerServiceV20141113", "DescribeExpressGatewayService", {})
|
|
424
422
|
.n("ECSClient", "DescribeExpressGatewayServiceCommand")
|
|
@@ -426,11 +424,11 @@ class DescribeExpressGatewayServiceCommand extends smithyClient.Command
|
|
|
426
424
|
.build() {
|
|
427
425
|
}
|
|
428
426
|
|
|
429
|
-
class DescribeServiceDeploymentsCommand extends
|
|
427
|
+
class DescribeServiceDeploymentsCommand extends client.Command
|
|
430
428
|
.classBuilder()
|
|
431
429
|
.ep(commonParams)
|
|
432
430
|
.m(function (Command, cs, config, o) {
|
|
433
|
-
return [
|
|
431
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
434
432
|
})
|
|
435
433
|
.s("AmazonEC2ContainerServiceV20141113", "DescribeServiceDeployments", {})
|
|
436
434
|
.n("ECSClient", "DescribeServiceDeploymentsCommand")
|
|
@@ -438,11 +436,11 @@ class DescribeServiceDeploymentsCommand extends smithyClient.Command
|
|
|
438
436
|
.build() {
|
|
439
437
|
}
|
|
440
438
|
|
|
441
|
-
class DescribeServiceRevisionsCommand extends
|
|
439
|
+
class DescribeServiceRevisionsCommand extends client.Command
|
|
442
440
|
.classBuilder()
|
|
443
441
|
.ep(commonParams)
|
|
444
442
|
.m(function (Command, cs, config, o) {
|
|
445
|
-
return [
|
|
443
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
446
444
|
})
|
|
447
445
|
.s("AmazonEC2ContainerServiceV20141113", "DescribeServiceRevisions", {})
|
|
448
446
|
.n("ECSClient", "DescribeServiceRevisionsCommand")
|
|
@@ -450,11 +448,11 @@ class DescribeServiceRevisionsCommand extends smithyClient.Command
|
|
|
450
448
|
.build() {
|
|
451
449
|
}
|
|
452
450
|
|
|
453
|
-
class DescribeServicesCommand extends
|
|
451
|
+
class DescribeServicesCommand extends client.Command
|
|
454
452
|
.classBuilder()
|
|
455
453
|
.ep(commonParams)
|
|
456
454
|
.m(function (Command, cs, config, o) {
|
|
457
|
-
return [
|
|
455
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
458
456
|
})
|
|
459
457
|
.s("AmazonEC2ContainerServiceV20141113", "DescribeServices", {})
|
|
460
458
|
.n("ECSClient", "DescribeServicesCommand")
|
|
@@ -462,11 +460,11 @@ class DescribeServicesCommand extends smithyClient.Command
|
|
|
462
460
|
.build() {
|
|
463
461
|
}
|
|
464
462
|
|
|
465
|
-
class DescribeTaskDefinitionCommand extends
|
|
463
|
+
class DescribeTaskDefinitionCommand extends client.Command
|
|
466
464
|
.classBuilder()
|
|
467
465
|
.ep(commonParams)
|
|
468
466
|
.m(function (Command, cs, config, o) {
|
|
469
|
-
return [
|
|
467
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
470
468
|
})
|
|
471
469
|
.s("AmazonEC2ContainerServiceV20141113", "DescribeTaskDefinition", {})
|
|
472
470
|
.n("ECSClient", "DescribeTaskDefinitionCommand")
|
|
@@ -474,11 +472,11 @@ class DescribeTaskDefinitionCommand extends smithyClient.Command
|
|
|
474
472
|
.build() {
|
|
475
473
|
}
|
|
476
474
|
|
|
477
|
-
class DescribeTasksCommand extends
|
|
475
|
+
class DescribeTasksCommand extends client.Command
|
|
478
476
|
.classBuilder()
|
|
479
477
|
.ep(commonParams)
|
|
480
478
|
.m(function (Command, cs, config, o) {
|
|
481
|
-
return [
|
|
479
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
482
480
|
})
|
|
483
481
|
.s("AmazonEC2ContainerServiceV20141113", "DescribeTasks", {})
|
|
484
482
|
.n("ECSClient", "DescribeTasksCommand")
|
|
@@ -486,11 +484,11 @@ class DescribeTasksCommand extends smithyClient.Command
|
|
|
486
484
|
.build() {
|
|
487
485
|
}
|
|
488
486
|
|
|
489
|
-
class DescribeTaskSetsCommand extends
|
|
487
|
+
class DescribeTaskSetsCommand extends client.Command
|
|
490
488
|
.classBuilder()
|
|
491
489
|
.ep(commonParams)
|
|
492
490
|
.m(function (Command, cs, config, o) {
|
|
493
|
-
return [
|
|
491
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
494
492
|
})
|
|
495
493
|
.s("AmazonEC2ContainerServiceV20141113", "DescribeTaskSets", {})
|
|
496
494
|
.n("ECSClient", "DescribeTaskSetsCommand")
|
|
@@ -498,11 +496,11 @@ class DescribeTaskSetsCommand extends smithyClient.Command
|
|
|
498
496
|
.build() {
|
|
499
497
|
}
|
|
500
498
|
|
|
501
|
-
class DiscoverPollEndpointCommand extends
|
|
499
|
+
class DiscoverPollEndpointCommand extends client.Command
|
|
502
500
|
.classBuilder()
|
|
503
501
|
.ep(commonParams)
|
|
504
502
|
.m(function (Command, cs, config, o) {
|
|
505
|
-
return [
|
|
503
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
506
504
|
})
|
|
507
505
|
.s("AmazonEC2ContainerServiceV20141113", "DiscoverPollEndpoint", {})
|
|
508
506
|
.n("ECSClient", "DiscoverPollEndpointCommand")
|
|
@@ -510,11 +508,11 @@ class DiscoverPollEndpointCommand extends smithyClient.Command
|
|
|
510
508
|
.build() {
|
|
511
509
|
}
|
|
512
510
|
|
|
513
|
-
class ExecuteCommandCommand extends
|
|
511
|
+
class ExecuteCommandCommand extends client.Command
|
|
514
512
|
.classBuilder()
|
|
515
513
|
.ep(commonParams)
|
|
516
514
|
.m(function (Command, cs, config, o) {
|
|
517
|
-
return [
|
|
515
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
518
516
|
})
|
|
519
517
|
.s("AmazonEC2ContainerServiceV20141113", "ExecuteCommand", {})
|
|
520
518
|
.n("ECSClient", "ExecuteCommandCommand")
|
|
@@ -522,11 +520,11 @@ class ExecuteCommandCommand extends smithyClient.Command
|
|
|
522
520
|
.build() {
|
|
523
521
|
}
|
|
524
522
|
|
|
525
|
-
class GetTaskProtectionCommand extends
|
|
523
|
+
class GetTaskProtectionCommand extends client.Command
|
|
526
524
|
.classBuilder()
|
|
527
525
|
.ep(commonParams)
|
|
528
526
|
.m(function (Command, cs, config, o) {
|
|
529
|
-
return [
|
|
527
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
530
528
|
})
|
|
531
529
|
.s("AmazonEC2ContainerServiceV20141113", "GetTaskProtection", {})
|
|
532
530
|
.n("ECSClient", "GetTaskProtectionCommand")
|
|
@@ -534,11 +532,11 @@ class GetTaskProtectionCommand extends smithyClient.Command
|
|
|
534
532
|
.build() {
|
|
535
533
|
}
|
|
536
534
|
|
|
537
|
-
class ListAccountSettingsCommand extends
|
|
535
|
+
class ListAccountSettingsCommand extends client.Command
|
|
538
536
|
.classBuilder()
|
|
539
537
|
.ep(commonParams)
|
|
540
538
|
.m(function (Command, cs, config, o) {
|
|
541
|
-
return [
|
|
539
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
542
540
|
})
|
|
543
541
|
.s("AmazonEC2ContainerServiceV20141113", "ListAccountSettings", {})
|
|
544
542
|
.n("ECSClient", "ListAccountSettingsCommand")
|
|
@@ -546,11 +544,11 @@ class ListAccountSettingsCommand extends smithyClient.Command
|
|
|
546
544
|
.build() {
|
|
547
545
|
}
|
|
548
546
|
|
|
549
|
-
class ListAttributesCommand extends
|
|
547
|
+
class ListAttributesCommand extends client.Command
|
|
550
548
|
.classBuilder()
|
|
551
549
|
.ep(commonParams)
|
|
552
550
|
.m(function (Command, cs, config, o) {
|
|
553
|
-
return [
|
|
551
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
554
552
|
})
|
|
555
553
|
.s("AmazonEC2ContainerServiceV20141113", "ListAttributes", {})
|
|
556
554
|
.n("ECSClient", "ListAttributesCommand")
|
|
@@ -558,11 +556,11 @@ class ListAttributesCommand extends smithyClient.Command
|
|
|
558
556
|
.build() {
|
|
559
557
|
}
|
|
560
558
|
|
|
561
|
-
class ListClustersCommand extends
|
|
559
|
+
class ListClustersCommand extends client.Command
|
|
562
560
|
.classBuilder()
|
|
563
561
|
.ep(commonParams)
|
|
564
562
|
.m(function (Command, cs, config, o) {
|
|
565
|
-
return [
|
|
563
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
566
564
|
})
|
|
567
565
|
.s("AmazonEC2ContainerServiceV20141113", "ListClusters", {})
|
|
568
566
|
.n("ECSClient", "ListClustersCommand")
|
|
@@ -570,11 +568,11 @@ class ListClustersCommand extends smithyClient.Command
|
|
|
570
568
|
.build() {
|
|
571
569
|
}
|
|
572
570
|
|
|
573
|
-
class ListContainerInstancesCommand extends
|
|
571
|
+
class ListContainerInstancesCommand extends client.Command
|
|
574
572
|
.classBuilder()
|
|
575
573
|
.ep(commonParams)
|
|
576
574
|
.m(function (Command, cs, config, o) {
|
|
577
|
-
return [
|
|
575
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
578
576
|
})
|
|
579
577
|
.s("AmazonEC2ContainerServiceV20141113", "ListContainerInstances", {})
|
|
580
578
|
.n("ECSClient", "ListContainerInstancesCommand")
|
|
@@ -582,11 +580,11 @@ class ListContainerInstancesCommand extends smithyClient.Command
|
|
|
582
580
|
.build() {
|
|
583
581
|
}
|
|
584
582
|
|
|
585
|
-
class ListDaemonDeploymentsCommand extends
|
|
583
|
+
class ListDaemonDeploymentsCommand extends client.Command
|
|
586
584
|
.classBuilder()
|
|
587
585
|
.ep(commonParams)
|
|
588
586
|
.m(function (Command, cs, config, o) {
|
|
589
|
-
return [
|
|
587
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
590
588
|
})
|
|
591
589
|
.s("AmazonEC2ContainerServiceV20141113", "ListDaemonDeployments", {})
|
|
592
590
|
.n("ECSClient", "ListDaemonDeploymentsCommand")
|
|
@@ -594,11 +592,11 @@ class ListDaemonDeploymentsCommand extends smithyClient.Command
|
|
|
594
592
|
.build() {
|
|
595
593
|
}
|
|
596
594
|
|
|
597
|
-
class ListDaemonsCommand extends
|
|
595
|
+
class ListDaemonsCommand extends client.Command
|
|
598
596
|
.classBuilder()
|
|
599
597
|
.ep(commonParams)
|
|
600
598
|
.m(function (Command, cs, config, o) {
|
|
601
|
-
return [
|
|
599
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
602
600
|
})
|
|
603
601
|
.s("AmazonEC2ContainerServiceV20141113", "ListDaemons", {})
|
|
604
602
|
.n("ECSClient", "ListDaemonsCommand")
|
|
@@ -606,11 +604,11 @@ class ListDaemonsCommand extends smithyClient.Command
|
|
|
606
604
|
.build() {
|
|
607
605
|
}
|
|
608
606
|
|
|
609
|
-
class ListDaemonTaskDefinitionsCommand extends
|
|
607
|
+
class ListDaemonTaskDefinitionsCommand extends client.Command
|
|
610
608
|
.classBuilder()
|
|
611
609
|
.ep(commonParams)
|
|
612
610
|
.m(function (Command, cs, config, o) {
|
|
613
|
-
return [
|
|
611
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
614
612
|
})
|
|
615
613
|
.s("AmazonEC2ContainerServiceV20141113", "ListDaemonTaskDefinitions", {})
|
|
616
614
|
.n("ECSClient", "ListDaemonTaskDefinitionsCommand")
|
|
@@ -618,11 +616,11 @@ class ListDaemonTaskDefinitionsCommand extends smithyClient.Command
|
|
|
618
616
|
.build() {
|
|
619
617
|
}
|
|
620
618
|
|
|
621
|
-
class ListServiceDeploymentsCommand extends
|
|
619
|
+
class ListServiceDeploymentsCommand extends client.Command
|
|
622
620
|
.classBuilder()
|
|
623
621
|
.ep(commonParams)
|
|
624
622
|
.m(function (Command, cs, config, o) {
|
|
625
|
-
return [
|
|
623
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
626
624
|
})
|
|
627
625
|
.s("AmazonEC2ContainerServiceV20141113", "ListServiceDeployments", {})
|
|
628
626
|
.n("ECSClient", "ListServiceDeploymentsCommand")
|
|
@@ -630,11 +628,11 @@ class ListServiceDeploymentsCommand extends smithyClient.Command
|
|
|
630
628
|
.build() {
|
|
631
629
|
}
|
|
632
630
|
|
|
633
|
-
class ListServicesByNamespaceCommand extends
|
|
631
|
+
class ListServicesByNamespaceCommand extends client.Command
|
|
634
632
|
.classBuilder()
|
|
635
633
|
.ep(commonParams)
|
|
636
634
|
.m(function (Command, cs, config, o) {
|
|
637
|
-
return [
|
|
635
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
638
636
|
})
|
|
639
637
|
.s("AmazonEC2ContainerServiceV20141113", "ListServicesByNamespace", {})
|
|
640
638
|
.n("ECSClient", "ListServicesByNamespaceCommand")
|
|
@@ -642,11 +640,11 @@ class ListServicesByNamespaceCommand extends smithyClient.Command
|
|
|
642
640
|
.build() {
|
|
643
641
|
}
|
|
644
642
|
|
|
645
|
-
class ListServicesCommand extends
|
|
643
|
+
class ListServicesCommand extends client.Command
|
|
646
644
|
.classBuilder()
|
|
647
645
|
.ep(commonParams)
|
|
648
646
|
.m(function (Command, cs, config, o) {
|
|
649
|
-
return [
|
|
647
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
650
648
|
})
|
|
651
649
|
.s("AmazonEC2ContainerServiceV20141113", "ListServices", {})
|
|
652
650
|
.n("ECSClient", "ListServicesCommand")
|
|
@@ -654,11 +652,11 @@ class ListServicesCommand extends smithyClient.Command
|
|
|
654
652
|
.build() {
|
|
655
653
|
}
|
|
656
654
|
|
|
657
|
-
class ListTagsForResourceCommand extends
|
|
655
|
+
class ListTagsForResourceCommand extends client.Command
|
|
658
656
|
.classBuilder()
|
|
659
657
|
.ep(commonParams)
|
|
660
658
|
.m(function (Command, cs, config, o) {
|
|
661
|
-
return [
|
|
659
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
662
660
|
})
|
|
663
661
|
.s("AmazonEC2ContainerServiceV20141113", "ListTagsForResource", {})
|
|
664
662
|
.n("ECSClient", "ListTagsForResourceCommand")
|
|
@@ -666,11 +664,11 @@ class ListTagsForResourceCommand extends smithyClient.Command
|
|
|
666
664
|
.build() {
|
|
667
665
|
}
|
|
668
666
|
|
|
669
|
-
class ListTaskDefinitionFamiliesCommand extends
|
|
667
|
+
class ListTaskDefinitionFamiliesCommand extends client.Command
|
|
670
668
|
.classBuilder()
|
|
671
669
|
.ep(commonParams)
|
|
672
670
|
.m(function (Command, cs, config, o) {
|
|
673
|
-
return [
|
|
671
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
674
672
|
})
|
|
675
673
|
.s("AmazonEC2ContainerServiceV20141113", "ListTaskDefinitionFamilies", {})
|
|
676
674
|
.n("ECSClient", "ListTaskDefinitionFamiliesCommand")
|
|
@@ -678,11 +676,11 @@ class ListTaskDefinitionFamiliesCommand extends smithyClient.Command
|
|
|
678
676
|
.build() {
|
|
679
677
|
}
|
|
680
678
|
|
|
681
|
-
class ListTaskDefinitionsCommand extends
|
|
679
|
+
class ListTaskDefinitionsCommand extends client.Command
|
|
682
680
|
.classBuilder()
|
|
683
681
|
.ep(commonParams)
|
|
684
682
|
.m(function (Command, cs, config, o) {
|
|
685
|
-
return [
|
|
683
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
686
684
|
})
|
|
687
685
|
.s("AmazonEC2ContainerServiceV20141113", "ListTaskDefinitions", {})
|
|
688
686
|
.n("ECSClient", "ListTaskDefinitionsCommand")
|
|
@@ -690,11 +688,11 @@ class ListTaskDefinitionsCommand extends smithyClient.Command
|
|
|
690
688
|
.build() {
|
|
691
689
|
}
|
|
692
690
|
|
|
693
|
-
class ListTasksCommand extends
|
|
691
|
+
class ListTasksCommand extends client.Command
|
|
694
692
|
.classBuilder()
|
|
695
693
|
.ep(commonParams)
|
|
696
694
|
.m(function (Command, cs, config, o) {
|
|
697
|
-
return [
|
|
695
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
698
696
|
})
|
|
699
697
|
.s("AmazonEC2ContainerServiceV20141113", "ListTasks", {})
|
|
700
698
|
.n("ECSClient", "ListTasksCommand")
|
|
@@ -702,11 +700,11 @@ class ListTasksCommand extends smithyClient.Command
|
|
|
702
700
|
.build() {
|
|
703
701
|
}
|
|
704
702
|
|
|
705
|
-
class PutAccountSettingCommand extends
|
|
703
|
+
class PutAccountSettingCommand extends client.Command
|
|
706
704
|
.classBuilder()
|
|
707
705
|
.ep(commonParams)
|
|
708
706
|
.m(function (Command, cs, config, o) {
|
|
709
|
-
return [
|
|
707
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
710
708
|
})
|
|
711
709
|
.s("AmazonEC2ContainerServiceV20141113", "PutAccountSetting", {})
|
|
712
710
|
.n("ECSClient", "PutAccountSettingCommand")
|
|
@@ -714,11 +712,11 @@ class PutAccountSettingCommand extends smithyClient.Command
|
|
|
714
712
|
.build() {
|
|
715
713
|
}
|
|
716
714
|
|
|
717
|
-
class PutAccountSettingDefaultCommand extends
|
|
715
|
+
class PutAccountSettingDefaultCommand extends client.Command
|
|
718
716
|
.classBuilder()
|
|
719
717
|
.ep(commonParams)
|
|
720
718
|
.m(function (Command, cs, config, o) {
|
|
721
|
-
return [
|
|
719
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
722
720
|
})
|
|
723
721
|
.s("AmazonEC2ContainerServiceV20141113", "PutAccountSettingDefault", {})
|
|
724
722
|
.n("ECSClient", "PutAccountSettingDefaultCommand")
|
|
@@ -726,11 +724,11 @@ class PutAccountSettingDefaultCommand extends smithyClient.Command
|
|
|
726
724
|
.build() {
|
|
727
725
|
}
|
|
728
726
|
|
|
729
|
-
class PutAttributesCommand extends
|
|
727
|
+
class PutAttributesCommand extends client.Command
|
|
730
728
|
.classBuilder()
|
|
731
729
|
.ep(commonParams)
|
|
732
730
|
.m(function (Command, cs, config, o) {
|
|
733
|
-
return [
|
|
731
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
734
732
|
})
|
|
735
733
|
.s("AmazonEC2ContainerServiceV20141113", "PutAttributes", {})
|
|
736
734
|
.n("ECSClient", "PutAttributesCommand")
|
|
@@ -738,11 +736,11 @@ class PutAttributesCommand extends smithyClient.Command
|
|
|
738
736
|
.build() {
|
|
739
737
|
}
|
|
740
738
|
|
|
741
|
-
class PutClusterCapacityProvidersCommand extends
|
|
739
|
+
class PutClusterCapacityProvidersCommand extends client.Command
|
|
742
740
|
.classBuilder()
|
|
743
741
|
.ep(commonParams)
|
|
744
742
|
.m(function (Command, cs, config, o) {
|
|
745
|
-
return [
|
|
743
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
746
744
|
})
|
|
747
745
|
.s("AmazonEC2ContainerServiceV20141113", "PutClusterCapacityProviders", {})
|
|
748
746
|
.n("ECSClient", "PutClusterCapacityProvidersCommand")
|
|
@@ -750,11 +748,11 @@ class PutClusterCapacityProvidersCommand extends smithyClient.Command
|
|
|
750
748
|
.build() {
|
|
751
749
|
}
|
|
752
750
|
|
|
753
|
-
class RegisterContainerInstanceCommand extends
|
|
751
|
+
class RegisterContainerInstanceCommand extends client.Command
|
|
754
752
|
.classBuilder()
|
|
755
753
|
.ep(commonParams)
|
|
756
754
|
.m(function (Command, cs, config, o) {
|
|
757
|
-
return [
|
|
755
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
758
756
|
})
|
|
759
757
|
.s("AmazonEC2ContainerServiceV20141113", "RegisterContainerInstance", {})
|
|
760
758
|
.n("ECSClient", "RegisterContainerInstanceCommand")
|
|
@@ -762,11 +760,11 @@ class RegisterContainerInstanceCommand extends smithyClient.Command
|
|
|
762
760
|
.build() {
|
|
763
761
|
}
|
|
764
762
|
|
|
765
|
-
class RegisterDaemonTaskDefinitionCommand extends
|
|
763
|
+
class RegisterDaemonTaskDefinitionCommand extends client.Command
|
|
766
764
|
.classBuilder()
|
|
767
765
|
.ep(commonParams)
|
|
768
766
|
.m(function (Command, cs, config, o) {
|
|
769
|
-
return [
|
|
767
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
770
768
|
})
|
|
771
769
|
.s("AmazonEC2ContainerServiceV20141113", "RegisterDaemonTaskDefinition", {})
|
|
772
770
|
.n("ECSClient", "RegisterDaemonTaskDefinitionCommand")
|
|
@@ -774,11 +772,11 @@ class RegisterDaemonTaskDefinitionCommand extends smithyClient.Command
|
|
|
774
772
|
.build() {
|
|
775
773
|
}
|
|
776
774
|
|
|
777
|
-
class RegisterTaskDefinitionCommand extends
|
|
775
|
+
class RegisterTaskDefinitionCommand extends client.Command
|
|
778
776
|
.classBuilder()
|
|
779
777
|
.ep(commonParams)
|
|
780
778
|
.m(function (Command, cs, config, o) {
|
|
781
|
-
return [
|
|
779
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
782
780
|
})
|
|
783
781
|
.s("AmazonEC2ContainerServiceV20141113", "RegisterTaskDefinition", {})
|
|
784
782
|
.n("ECSClient", "RegisterTaskDefinitionCommand")
|
|
@@ -786,11 +784,11 @@ class RegisterTaskDefinitionCommand extends smithyClient.Command
|
|
|
786
784
|
.build() {
|
|
787
785
|
}
|
|
788
786
|
|
|
789
|
-
class RunTaskCommand extends
|
|
787
|
+
class RunTaskCommand extends client.Command
|
|
790
788
|
.classBuilder()
|
|
791
789
|
.ep(commonParams)
|
|
792
790
|
.m(function (Command, cs, config, o) {
|
|
793
|
-
return [
|
|
791
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
794
792
|
})
|
|
795
793
|
.s("AmazonEC2ContainerServiceV20141113", "RunTask", {})
|
|
796
794
|
.n("ECSClient", "RunTaskCommand")
|
|
@@ -798,11 +796,11 @@ class RunTaskCommand extends smithyClient.Command
|
|
|
798
796
|
.build() {
|
|
799
797
|
}
|
|
800
798
|
|
|
801
|
-
class StartTaskCommand extends
|
|
799
|
+
class StartTaskCommand extends client.Command
|
|
802
800
|
.classBuilder()
|
|
803
801
|
.ep(commonParams)
|
|
804
802
|
.m(function (Command, cs, config, o) {
|
|
805
|
-
return [
|
|
803
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
806
804
|
})
|
|
807
805
|
.s("AmazonEC2ContainerServiceV20141113", "StartTask", {})
|
|
808
806
|
.n("ECSClient", "StartTaskCommand")
|
|
@@ -810,11 +808,11 @@ class StartTaskCommand extends smithyClient.Command
|
|
|
810
808
|
.build() {
|
|
811
809
|
}
|
|
812
810
|
|
|
813
|
-
class StopServiceDeploymentCommand extends
|
|
811
|
+
class StopServiceDeploymentCommand extends client.Command
|
|
814
812
|
.classBuilder()
|
|
815
813
|
.ep(commonParams)
|
|
816
814
|
.m(function (Command, cs, config, o) {
|
|
817
|
-
return [
|
|
815
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
818
816
|
})
|
|
819
817
|
.s("AmazonEC2ContainerServiceV20141113", "StopServiceDeployment", {})
|
|
820
818
|
.n("ECSClient", "StopServiceDeploymentCommand")
|
|
@@ -822,11 +820,11 @@ class StopServiceDeploymentCommand extends smithyClient.Command
|
|
|
822
820
|
.build() {
|
|
823
821
|
}
|
|
824
822
|
|
|
825
|
-
class StopTaskCommand extends
|
|
823
|
+
class StopTaskCommand extends client.Command
|
|
826
824
|
.classBuilder()
|
|
827
825
|
.ep(commonParams)
|
|
828
826
|
.m(function (Command, cs, config, o) {
|
|
829
|
-
return [
|
|
827
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
830
828
|
})
|
|
831
829
|
.s("AmazonEC2ContainerServiceV20141113", "StopTask", {})
|
|
832
830
|
.n("ECSClient", "StopTaskCommand")
|
|
@@ -834,11 +832,11 @@ class StopTaskCommand extends smithyClient.Command
|
|
|
834
832
|
.build() {
|
|
835
833
|
}
|
|
836
834
|
|
|
837
|
-
class SubmitAttachmentStateChangesCommand extends
|
|
835
|
+
class SubmitAttachmentStateChangesCommand extends client.Command
|
|
838
836
|
.classBuilder()
|
|
839
837
|
.ep(commonParams)
|
|
840
838
|
.m(function (Command, cs, config, o) {
|
|
841
|
-
return [
|
|
839
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
842
840
|
})
|
|
843
841
|
.s("AmazonEC2ContainerServiceV20141113", "SubmitAttachmentStateChanges", {})
|
|
844
842
|
.n("ECSClient", "SubmitAttachmentStateChangesCommand")
|
|
@@ -846,11 +844,11 @@ class SubmitAttachmentStateChangesCommand extends smithyClient.Command
|
|
|
846
844
|
.build() {
|
|
847
845
|
}
|
|
848
846
|
|
|
849
|
-
class SubmitContainerStateChangeCommand extends
|
|
847
|
+
class SubmitContainerStateChangeCommand extends client.Command
|
|
850
848
|
.classBuilder()
|
|
851
849
|
.ep(commonParams)
|
|
852
850
|
.m(function (Command, cs, config, o) {
|
|
853
|
-
return [
|
|
851
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
854
852
|
})
|
|
855
853
|
.s("AmazonEC2ContainerServiceV20141113", "SubmitContainerStateChange", {})
|
|
856
854
|
.n("ECSClient", "SubmitContainerStateChangeCommand")
|
|
@@ -858,11 +856,11 @@ class SubmitContainerStateChangeCommand extends smithyClient.Command
|
|
|
858
856
|
.build() {
|
|
859
857
|
}
|
|
860
858
|
|
|
861
|
-
class SubmitTaskStateChangeCommand extends
|
|
859
|
+
class SubmitTaskStateChangeCommand extends client.Command
|
|
862
860
|
.classBuilder()
|
|
863
861
|
.ep(commonParams)
|
|
864
862
|
.m(function (Command, cs, config, o) {
|
|
865
|
-
return [
|
|
863
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
866
864
|
})
|
|
867
865
|
.s("AmazonEC2ContainerServiceV20141113", "SubmitTaskStateChange", {})
|
|
868
866
|
.n("ECSClient", "SubmitTaskStateChangeCommand")
|
|
@@ -870,11 +868,11 @@ class SubmitTaskStateChangeCommand extends smithyClient.Command
|
|
|
870
868
|
.build() {
|
|
871
869
|
}
|
|
872
870
|
|
|
873
|
-
class TagResourceCommand extends
|
|
871
|
+
class TagResourceCommand extends client.Command
|
|
874
872
|
.classBuilder()
|
|
875
873
|
.ep(commonParams)
|
|
876
874
|
.m(function (Command, cs, config, o) {
|
|
877
|
-
return [
|
|
875
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
878
876
|
})
|
|
879
877
|
.s("AmazonEC2ContainerServiceV20141113", "TagResource", {})
|
|
880
878
|
.n("ECSClient", "TagResourceCommand")
|
|
@@ -882,11 +880,11 @@ class TagResourceCommand extends smithyClient.Command
|
|
|
882
880
|
.build() {
|
|
883
881
|
}
|
|
884
882
|
|
|
885
|
-
class UntagResourceCommand extends
|
|
883
|
+
class UntagResourceCommand extends client.Command
|
|
886
884
|
.classBuilder()
|
|
887
885
|
.ep(commonParams)
|
|
888
886
|
.m(function (Command, cs, config, o) {
|
|
889
|
-
return [
|
|
887
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
890
888
|
})
|
|
891
889
|
.s("AmazonEC2ContainerServiceV20141113", "UntagResource", {})
|
|
892
890
|
.n("ECSClient", "UntagResourceCommand")
|
|
@@ -894,11 +892,11 @@ class UntagResourceCommand extends smithyClient.Command
|
|
|
894
892
|
.build() {
|
|
895
893
|
}
|
|
896
894
|
|
|
897
|
-
class UpdateCapacityProviderCommand extends
|
|
895
|
+
class UpdateCapacityProviderCommand extends client.Command
|
|
898
896
|
.classBuilder()
|
|
899
897
|
.ep(commonParams)
|
|
900
898
|
.m(function (Command, cs, config, o) {
|
|
901
|
-
return [
|
|
899
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
902
900
|
})
|
|
903
901
|
.s("AmazonEC2ContainerServiceV20141113", "UpdateCapacityProvider", {})
|
|
904
902
|
.n("ECSClient", "UpdateCapacityProviderCommand")
|
|
@@ -906,11 +904,11 @@ class UpdateCapacityProviderCommand extends smithyClient.Command
|
|
|
906
904
|
.build() {
|
|
907
905
|
}
|
|
908
906
|
|
|
909
|
-
class UpdateClusterCommand extends
|
|
907
|
+
class UpdateClusterCommand extends client.Command
|
|
910
908
|
.classBuilder()
|
|
911
909
|
.ep(commonParams)
|
|
912
910
|
.m(function (Command, cs, config, o) {
|
|
913
|
-
return [
|
|
911
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
914
912
|
})
|
|
915
913
|
.s("AmazonEC2ContainerServiceV20141113", "UpdateCluster", {})
|
|
916
914
|
.n("ECSClient", "UpdateClusterCommand")
|
|
@@ -918,11 +916,11 @@ class UpdateClusterCommand extends smithyClient.Command
|
|
|
918
916
|
.build() {
|
|
919
917
|
}
|
|
920
918
|
|
|
921
|
-
class UpdateClusterSettingsCommand extends
|
|
919
|
+
class UpdateClusterSettingsCommand extends client.Command
|
|
922
920
|
.classBuilder()
|
|
923
921
|
.ep(commonParams)
|
|
924
922
|
.m(function (Command, cs, config, o) {
|
|
925
|
-
return [
|
|
923
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
926
924
|
})
|
|
927
925
|
.s("AmazonEC2ContainerServiceV20141113", "UpdateClusterSettings", {})
|
|
928
926
|
.n("ECSClient", "UpdateClusterSettingsCommand")
|
|
@@ -930,11 +928,11 @@ class UpdateClusterSettingsCommand extends smithyClient.Command
|
|
|
930
928
|
.build() {
|
|
931
929
|
}
|
|
932
930
|
|
|
933
|
-
class UpdateContainerAgentCommand extends
|
|
931
|
+
class UpdateContainerAgentCommand extends client.Command
|
|
934
932
|
.classBuilder()
|
|
935
933
|
.ep(commonParams)
|
|
936
934
|
.m(function (Command, cs, config, o) {
|
|
937
|
-
return [
|
|
935
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
938
936
|
})
|
|
939
937
|
.s("AmazonEC2ContainerServiceV20141113", "UpdateContainerAgent", {})
|
|
940
938
|
.n("ECSClient", "UpdateContainerAgentCommand")
|
|
@@ -942,11 +940,11 @@ class UpdateContainerAgentCommand extends smithyClient.Command
|
|
|
942
940
|
.build() {
|
|
943
941
|
}
|
|
944
942
|
|
|
945
|
-
class UpdateContainerInstancesStateCommand extends
|
|
943
|
+
class UpdateContainerInstancesStateCommand extends client.Command
|
|
946
944
|
.classBuilder()
|
|
947
945
|
.ep(commonParams)
|
|
948
946
|
.m(function (Command, cs, config, o) {
|
|
949
|
-
return [
|
|
947
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
950
948
|
})
|
|
951
949
|
.s("AmazonEC2ContainerServiceV20141113", "UpdateContainerInstancesState", {})
|
|
952
950
|
.n("ECSClient", "UpdateContainerInstancesStateCommand")
|
|
@@ -954,11 +952,11 @@ class UpdateContainerInstancesStateCommand extends smithyClient.Command
|
|
|
954
952
|
.build() {
|
|
955
953
|
}
|
|
956
954
|
|
|
957
|
-
class UpdateDaemonCommand extends
|
|
955
|
+
class UpdateDaemonCommand extends client.Command
|
|
958
956
|
.classBuilder()
|
|
959
957
|
.ep(commonParams)
|
|
960
958
|
.m(function (Command, cs, config, o) {
|
|
961
|
-
return [
|
|
959
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
962
960
|
})
|
|
963
961
|
.s("AmazonEC2ContainerServiceV20141113", "UpdateDaemon", {})
|
|
964
962
|
.n("ECSClient", "UpdateDaemonCommand")
|
|
@@ -966,11 +964,11 @@ class UpdateDaemonCommand extends smithyClient.Command
|
|
|
966
964
|
.build() {
|
|
967
965
|
}
|
|
968
966
|
|
|
969
|
-
class UpdateExpressGatewayServiceCommand extends
|
|
967
|
+
class UpdateExpressGatewayServiceCommand extends client.Command
|
|
970
968
|
.classBuilder()
|
|
971
969
|
.ep(commonParams)
|
|
972
970
|
.m(function (Command, cs, config, o) {
|
|
973
|
-
return [
|
|
971
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
974
972
|
})
|
|
975
973
|
.s("AmazonEC2ContainerServiceV20141113", "UpdateExpressGatewayService", {})
|
|
976
974
|
.n("ECSClient", "UpdateExpressGatewayServiceCommand")
|
|
@@ -978,11 +976,11 @@ class UpdateExpressGatewayServiceCommand extends smithyClient.Command
|
|
|
978
976
|
.build() {
|
|
979
977
|
}
|
|
980
978
|
|
|
981
|
-
class UpdateServiceCommand extends
|
|
979
|
+
class UpdateServiceCommand extends client.Command
|
|
982
980
|
.classBuilder()
|
|
983
981
|
.ep(commonParams)
|
|
984
982
|
.m(function (Command, cs, config, o) {
|
|
985
|
-
return [
|
|
983
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
986
984
|
})
|
|
987
985
|
.s("AmazonEC2ContainerServiceV20141113", "UpdateService", {})
|
|
988
986
|
.n("ECSClient", "UpdateServiceCommand")
|
|
@@ -990,11 +988,11 @@ class UpdateServiceCommand extends smithyClient.Command
|
|
|
990
988
|
.build() {
|
|
991
989
|
}
|
|
992
990
|
|
|
993
|
-
class UpdateServicePrimaryTaskSetCommand extends
|
|
991
|
+
class UpdateServicePrimaryTaskSetCommand extends client.Command
|
|
994
992
|
.classBuilder()
|
|
995
993
|
.ep(commonParams)
|
|
996
994
|
.m(function (Command, cs, config, o) {
|
|
997
|
-
return [
|
|
995
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
998
996
|
})
|
|
999
997
|
.s("AmazonEC2ContainerServiceV20141113", "UpdateServicePrimaryTaskSet", {})
|
|
1000
998
|
.n("ECSClient", "UpdateServicePrimaryTaskSetCommand")
|
|
@@ -1002,11 +1000,11 @@ class UpdateServicePrimaryTaskSetCommand extends smithyClient.Command
|
|
|
1002
1000
|
.build() {
|
|
1003
1001
|
}
|
|
1004
1002
|
|
|
1005
|
-
class UpdateTaskProtectionCommand extends
|
|
1003
|
+
class UpdateTaskProtectionCommand extends client.Command
|
|
1006
1004
|
.classBuilder()
|
|
1007
1005
|
.ep(commonParams)
|
|
1008
1006
|
.m(function (Command, cs, config, o) {
|
|
1009
|
-
return [
|
|
1007
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1010
1008
|
})
|
|
1011
1009
|
.s("AmazonEC2ContainerServiceV20141113", "UpdateTaskProtection", {})
|
|
1012
1010
|
.n("ECSClient", "UpdateTaskProtectionCommand")
|
|
@@ -1014,11 +1012,11 @@ class UpdateTaskProtectionCommand extends smithyClient.Command
|
|
|
1014
1012
|
.build() {
|
|
1015
1013
|
}
|
|
1016
1014
|
|
|
1017
|
-
class UpdateTaskSetCommand extends
|
|
1015
|
+
class UpdateTaskSetCommand extends client.Command
|
|
1018
1016
|
.classBuilder()
|
|
1019
1017
|
.ep(commonParams)
|
|
1020
1018
|
.m(function (Command, cs, config, o) {
|
|
1021
|
-
return [
|
|
1019
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1022
1020
|
})
|
|
1023
1021
|
.s("AmazonEC2ContainerServiceV20141113", "UpdateTaskSet", {})
|
|
1024
1022
|
.n("ECSClient", "UpdateTaskSetCommand")
|
|
@@ -1044,17 +1042,17 @@ const paginateListTaskDefinitions = core.createPaginator(ECSClient, ListTaskDefi
|
|
|
1044
1042
|
|
|
1045
1043
|
const paginateListTasks = core.createPaginator(ECSClient, ListTasksCommand, "nextToken", "nextToken", "maxResults");
|
|
1046
1044
|
|
|
1047
|
-
const checkState$8 = async (client, input) => {
|
|
1045
|
+
const checkState$8 = async (client$1, input) => {
|
|
1048
1046
|
let reason;
|
|
1049
1047
|
try {
|
|
1050
|
-
let result = await client.send(new DescribeDaemonCommand(input));
|
|
1048
|
+
let result = await client$1.send(new DescribeDaemonCommand(input));
|
|
1051
1049
|
reason = result;
|
|
1052
1050
|
try {
|
|
1053
1051
|
const returnComparator = () => {
|
|
1054
1052
|
return result.daemon.status;
|
|
1055
1053
|
};
|
|
1056
1054
|
if (returnComparator() === "ACTIVE") {
|
|
1057
|
-
return { state:
|
|
1055
|
+
return { state: client.WaiterState.SUCCESS, reason };
|
|
1058
1056
|
}
|
|
1059
1057
|
}
|
|
1060
1058
|
catch (e) { }
|
|
@@ -1063,7 +1061,7 @@ const checkState$8 = async (client, input) => {
|
|
|
1063
1061
|
return result.daemon.status;
|
|
1064
1062
|
};
|
|
1065
1063
|
if (returnComparator() === "DELETE_IN_PROGRESS") {
|
|
1066
|
-
return { state:
|
|
1064
|
+
return { state: client.WaiterState.FAILURE, reason };
|
|
1067
1065
|
}
|
|
1068
1066
|
}
|
|
1069
1067
|
catch (e) { }
|
|
@@ -1071,22 +1069,22 @@ const checkState$8 = async (client, input) => {
|
|
|
1071
1069
|
catch (exception) {
|
|
1072
1070
|
reason = exception;
|
|
1073
1071
|
}
|
|
1074
|
-
return { state:
|
|
1072
|
+
return { state: client.WaiterState.RETRY, reason };
|
|
1075
1073
|
};
|
|
1076
1074
|
const waitForDaemonActive = async (params, input) => {
|
|
1077
1075
|
const serviceDefaults = { minDelay: 15, maxDelay: 120 };
|
|
1078
|
-
return
|
|
1076
|
+
return client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$8);
|
|
1079
1077
|
};
|
|
1080
1078
|
const waitUntilDaemonActive = async (params, input) => {
|
|
1081
1079
|
const serviceDefaults = { minDelay: 15, maxDelay: 120 };
|
|
1082
|
-
const result = await
|
|
1083
|
-
return
|
|
1080
|
+
const result = await client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$8);
|
|
1081
|
+
return client.checkExceptions(result);
|
|
1084
1082
|
};
|
|
1085
1083
|
|
|
1086
|
-
const checkState$7 = async (client, input) => {
|
|
1084
|
+
const checkState$7 = async (client$1, input) => {
|
|
1087
1085
|
let reason;
|
|
1088
1086
|
try {
|
|
1089
|
-
let result = await client.send(new DescribeDaemonDeploymentsCommand(input));
|
|
1087
|
+
let result = await client$1.send(new DescribeDaemonDeploymentsCommand(input));
|
|
1090
1088
|
reason = result;
|
|
1091
1089
|
try {
|
|
1092
1090
|
const returnComparator = () => {
|
|
@@ -1101,7 +1099,7 @@ const checkState$7 = async (client, input) => {
|
|
|
1101
1099
|
allStringEq_5 = allStringEq_5 && (element_4 == "STOPPED");
|
|
1102
1100
|
}
|
|
1103
1101
|
if (allStringEq_5) {
|
|
1104
|
-
return { state:
|
|
1102
|
+
return { state: client.WaiterState.SUCCESS, reason };
|
|
1105
1103
|
}
|
|
1106
1104
|
}
|
|
1107
1105
|
catch (e) { }
|
|
@@ -1115,7 +1113,7 @@ const checkState$7 = async (client, input) => {
|
|
|
1115
1113
|
};
|
|
1116
1114
|
for (let anyStringEq_4 of returnComparator()) {
|
|
1117
1115
|
if (anyStringEq_4 == "MISSING") {
|
|
1118
|
-
return { state:
|
|
1116
|
+
return { state: client.WaiterState.FAILURE, reason };
|
|
1119
1117
|
}
|
|
1120
1118
|
}
|
|
1121
1119
|
}
|
|
@@ -1124,22 +1122,22 @@ const checkState$7 = async (client, input) => {
|
|
|
1124
1122
|
catch (exception) {
|
|
1125
1123
|
reason = exception;
|
|
1126
1124
|
}
|
|
1127
|
-
return { state:
|
|
1125
|
+
return { state: client.WaiterState.RETRY, reason };
|
|
1128
1126
|
};
|
|
1129
1127
|
const waitForDaemonDeploymentStopped = async (params, input) => {
|
|
1130
1128
|
const serviceDefaults = { minDelay: 15, maxDelay: 120 };
|
|
1131
|
-
return
|
|
1129
|
+
return client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$7);
|
|
1132
1130
|
};
|
|
1133
1131
|
const waitUntilDaemonDeploymentStopped = async (params, input) => {
|
|
1134
1132
|
const serviceDefaults = { minDelay: 15, maxDelay: 120 };
|
|
1135
|
-
const result = await
|
|
1136
|
-
return
|
|
1133
|
+
const result = await client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$7);
|
|
1134
|
+
return client.checkExceptions(result);
|
|
1137
1135
|
};
|
|
1138
1136
|
|
|
1139
|
-
const checkState$6 = async (client, input) => {
|
|
1137
|
+
const checkState$6 = async (client$1, input) => {
|
|
1140
1138
|
let reason;
|
|
1141
1139
|
try {
|
|
1142
|
-
let result = await client.send(new DescribeDaemonDeploymentsCommand(input));
|
|
1140
|
+
let result = await client$1.send(new DescribeDaemonDeploymentsCommand(input));
|
|
1143
1141
|
reason = result;
|
|
1144
1142
|
try {
|
|
1145
1143
|
const returnComparator = () => {
|
|
@@ -1154,7 +1152,7 @@ const checkState$6 = async (client, input) => {
|
|
|
1154
1152
|
allStringEq_5 = allStringEq_5 && (element_4 == "SUCCESSFUL");
|
|
1155
1153
|
}
|
|
1156
1154
|
if (allStringEq_5) {
|
|
1157
|
-
return { state:
|
|
1155
|
+
return { state: client.WaiterState.SUCCESS, reason };
|
|
1158
1156
|
}
|
|
1159
1157
|
}
|
|
1160
1158
|
catch (e) { }
|
|
@@ -1168,7 +1166,7 @@ const checkState$6 = async (client, input) => {
|
|
|
1168
1166
|
};
|
|
1169
1167
|
for (let anyStringEq_4 of returnComparator()) {
|
|
1170
1168
|
if (anyStringEq_4 == "STOPPED") {
|
|
1171
|
-
return { state:
|
|
1169
|
+
return { state: client.WaiterState.FAILURE, reason };
|
|
1172
1170
|
}
|
|
1173
1171
|
}
|
|
1174
1172
|
}
|
|
@@ -1183,7 +1181,7 @@ const checkState$6 = async (client, input) => {
|
|
|
1183
1181
|
};
|
|
1184
1182
|
for (let anyStringEq_4 of returnComparator()) {
|
|
1185
1183
|
if (anyStringEq_4 == "ROLLBACK_FAILED") {
|
|
1186
|
-
return { state:
|
|
1184
|
+
return { state: client.WaiterState.FAILURE, reason };
|
|
1187
1185
|
}
|
|
1188
1186
|
}
|
|
1189
1187
|
}
|
|
@@ -1198,7 +1196,7 @@ const checkState$6 = async (client, input) => {
|
|
|
1198
1196
|
};
|
|
1199
1197
|
for (let anyStringEq_4 of returnComparator()) {
|
|
1200
1198
|
if (anyStringEq_4 == "ROLLBACK_SUCCESSFUL") {
|
|
1201
|
-
return { state:
|
|
1199
|
+
return { state: client.WaiterState.FAILURE, reason };
|
|
1202
1200
|
}
|
|
1203
1201
|
}
|
|
1204
1202
|
}
|
|
@@ -1213,7 +1211,7 @@ const checkState$6 = async (client, input) => {
|
|
|
1213
1211
|
};
|
|
1214
1212
|
for (let anyStringEq_4 of returnComparator()) {
|
|
1215
1213
|
if (anyStringEq_4 == "MISSING") {
|
|
1216
|
-
return { state:
|
|
1214
|
+
return { state: client.WaiterState.FAILURE, reason };
|
|
1217
1215
|
}
|
|
1218
1216
|
}
|
|
1219
1217
|
}
|
|
@@ -1222,29 +1220,29 @@ const checkState$6 = async (client, input) => {
|
|
|
1222
1220
|
catch (exception) {
|
|
1223
1221
|
reason = exception;
|
|
1224
1222
|
}
|
|
1225
|
-
return { state:
|
|
1223
|
+
return { state: client.WaiterState.RETRY, reason };
|
|
1226
1224
|
};
|
|
1227
1225
|
const waitForDaemonDeploymentSuccessful = async (params, input) => {
|
|
1228
1226
|
const serviceDefaults = { minDelay: 15, maxDelay: 120 };
|
|
1229
|
-
return
|
|
1227
|
+
return client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$6);
|
|
1230
1228
|
};
|
|
1231
1229
|
const waitUntilDaemonDeploymentSuccessful = async (params, input) => {
|
|
1232
1230
|
const serviceDefaults = { minDelay: 15, maxDelay: 120 };
|
|
1233
|
-
const result = await
|
|
1234
|
-
return
|
|
1231
|
+
const result = await client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$6);
|
|
1232
|
+
return client.checkExceptions(result);
|
|
1235
1233
|
};
|
|
1236
1234
|
|
|
1237
|
-
const checkState$5 = async (client, input) => {
|
|
1235
|
+
const checkState$5 = async (client$1, input) => {
|
|
1238
1236
|
let reason;
|
|
1239
1237
|
try {
|
|
1240
|
-
let result = await client.send(new DescribeDaemonTaskDefinitionCommand(input));
|
|
1238
|
+
let result = await client$1.send(new DescribeDaemonTaskDefinitionCommand(input));
|
|
1241
1239
|
reason = result;
|
|
1242
1240
|
try {
|
|
1243
1241
|
const returnComparator = () => {
|
|
1244
1242
|
return result.daemonTaskDefinition.status;
|
|
1245
1243
|
};
|
|
1246
1244
|
if (returnComparator() === "ACTIVE") {
|
|
1247
|
-
return { state:
|
|
1245
|
+
return { state: client.WaiterState.SUCCESS, reason };
|
|
1248
1246
|
}
|
|
1249
1247
|
}
|
|
1250
1248
|
catch (e) { }
|
|
@@ -1253,7 +1251,7 @@ const checkState$5 = async (client, input) => {
|
|
|
1253
1251
|
return result.daemonTaskDefinition.status;
|
|
1254
1252
|
};
|
|
1255
1253
|
if (returnComparator() === "DELETE_IN_PROGRESS") {
|
|
1256
|
-
return { state:
|
|
1254
|
+
return { state: client.WaiterState.FAILURE, reason };
|
|
1257
1255
|
}
|
|
1258
1256
|
}
|
|
1259
1257
|
catch (e) { }
|
|
@@ -1262,7 +1260,7 @@ const checkState$5 = async (client, input) => {
|
|
|
1262
1260
|
return result.daemonTaskDefinition.status;
|
|
1263
1261
|
};
|
|
1264
1262
|
if (returnComparator() === "DELETED") {
|
|
1265
|
-
return { state:
|
|
1263
|
+
return { state: client.WaiterState.FAILURE, reason };
|
|
1266
1264
|
}
|
|
1267
1265
|
}
|
|
1268
1266
|
catch (e) { }
|
|
@@ -1270,29 +1268,29 @@ const checkState$5 = async (client, input) => {
|
|
|
1270
1268
|
catch (exception) {
|
|
1271
1269
|
reason = exception;
|
|
1272
1270
|
}
|
|
1273
|
-
return { state:
|
|
1271
|
+
return { state: client.WaiterState.RETRY, reason };
|
|
1274
1272
|
};
|
|
1275
1273
|
const waitForDaemonTaskDefinitionActive = async (params, input) => {
|
|
1276
1274
|
const serviceDefaults = { minDelay: 15, maxDelay: 120 };
|
|
1277
|
-
return
|
|
1275
|
+
return client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$5);
|
|
1278
1276
|
};
|
|
1279
1277
|
const waitUntilDaemonTaskDefinitionActive = async (params, input) => {
|
|
1280
1278
|
const serviceDefaults = { minDelay: 15, maxDelay: 120 };
|
|
1281
|
-
const result = await
|
|
1282
|
-
return
|
|
1279
|
+
const result = await client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$5);
|
|
1280
|
+
return client.checkExceptions(result);
|
|
1283
1281
|
};
|
|
1284
1282
|
|
|
1285
|
-
const checkState$4 = async (client, input) => {
|
|
1283
|
+
const checkState$4 = async (client$1, input) => {
|
|
1286
1284
|
let reason;
|
|
1287
1285
|
try {
|
|
1288
|
-
let result = await client.send(new DescribeDaemonTaskDefinitionCommand(input));
|
|
1286
|
+
let result = await client$1.send(new DescribeDaemonTaskDefinitionCommand(input));
|
|
1289
1287
|
reason = result;
|
|
1290
1288
|
try {
|
|
1291
1289
|
const returnComparator = () => {
|
|
1292
1290
|
return result.daemonTaskDefinition.status;
|
|
1293
1291
|
};
|
|
1294
1292
|
if (returnComparator() === "DELETED") {
|
|
1295
|
-
return { state:
|
|
1293
|
+
return { state: client.WaiterState.SUCCESS, reason };
|
|
1296
1294
|
}
|
|
1297
1295
|
}
|
|
1298
1296
|
catch (e) { }
|
|
@@ -1300,22 +1298,22 @@ const checkState$4 = async (client, input) => {
|
|
|
1300
1298
|
catch (exception) {
|
|
1301
1299
|
reason = exception;
|
|
1302
1300
|
}
|
|
1303
|
-
return { state:
|
|
1301
|
+
return { state: client.WaiterState.RETRY, reason };
|
|
1304
1302
|
};
|
|
1305
1303
|
const waitForDaemonTaskDefinitionDeleted = async (params, input) => {
|
|
1306
1304
|
const serviceDefaults = { minDelay: 15, maxDelay: 120 };
|
|
1307
|
-
return
|
|
1305
|
+
return client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$4);
|
|
1308
1306
|
};
|
|
1309
1307
|
const waitUntilDaemonTaskDefinitionDeleted = async (params, input) => {
|
|
1310
1308
|
const serviceDefaults = { minDelay: 15, maxDelay: 120 };
|
|
1311
|
-
const result = await
|
|
1312
|
-
return
|
|
1309
|
+
const result = await client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$4);
|
|
1310
|
+
return client.checkExceptions(result);
|
|
1313
1311
|
};
|
|
1314
1312
|
|
|
1315
|
-
const checkState$3 = async (client, input) => {
|
|
1313
|
+
const checkState$3 = async (client$1, input) => {
|
|
1316
1314
|
let reason;
|
|
1317
1315
|
try {
|
|
1318
|
-
let result = await client.send(new DescribeServicesCommand(input));
|
|
1316
|
+
let result = await client$1.send(new DescribeServicesCommand(input));
|
|
1319
1317
|
reason = result;
|
|
1320
1318
|
try {
|
|
1321
1319
|
const returnComparator = () => {
|
|
@@ -1327,7 +1325,7 @@ const checkState$3 = async (client, input) => {
|
|
|
1327
1325
|
};
|
|
1328
1326
|
for (let anyStringEq_4 of returnComparator()) {
|
|
1329
1327
|
if (anyStringEq_4 == "MISSING") {
|
|
1330
|
-
return { state:
|
|
1328
|
+
return { state: client.WaiterState.FAILURE, reason };
|
|
1331
1329
|
}
|
|
1332
1330
|
}
|
|
1333
1331
|
}
|
|
@@ -1342,7 +1340,7 @@ const checkState$3 = async (client, input) => {
|
|
|
1342
1340
|
};
|
|
1343
1341
|
for (let anyStringEq_4 of returnComparator()) {
|
|
1344
1342
|
if (anyStringEq_4 == "INACTIVE") {
|
|
1345
|
-
return { state:
|
|
1343
|
+
return { state: client.WaiterState.SUCCESS, reason };
|
|
1346
1344
|
}
|
|
1347
1345
|
}
|
|
1348
1346
|
}
|
|
@@ -1351,22 +1349,22 @@ const checkState$3 = async (client, input) => {
|
|
|
1351
1349
|
catch (exception) {
|
|
1352
1350
|
reason = exception;
|
|
1353
1351
|
}
|
|
1354
|
-
return { state:
|
|
1352
|
+
return { state: client.WaiterState.RETRY, reason };
|
|
1355
1353
|
};
|
|
1356
1354
|
const waitForServicesInactive = async (params, input) => {
|
|
1357
1355
|
const serviceDefaults = { minDelay: 15, maxDelay: 600 };
|
|
1358
|
-
return
|
|
1356
|
+
return client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$3);
|
|
1359
1357
|
};
|
|
1360
1358
|
const waitUntilServicesInactive = async (params, input) => {
|
|
1361
1359
|
const serviceDefaults = { minDelay: 15, maxDelay: 600 };
|
|
1362
|
-
const result = await
|
|
1363
|
-
return
|
|
1360
|
+
const result = await client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$3);
|
|
1361
|
+
return client.checkExceptions(result);
|
|
1364
1362
|
};
|
|
1365
1363
|
|
|
1366
|
-
const checkState$2 = async (client, input) => {
|
|
1364
|
+
const checkState$2 = async (client$1, input) => {
|
|
1367
1365
|
let reason;
|
|
1368
1366
|
try {
|
|
1369
|
-
let result = await client.send(new DescribeServicesCommand(input));
|
|
1367
|
+
let result = await client$1.send(new DescribeServicesCommand(input));
|
|
1370
1368
|
reason = result;
|
|
1371
1369
|
try {
|
|
1372
1370
|
const returnComparator = () => {
|
|
@@ -1378,7 +1376,7 @@ const checkState$2 = async (client, input) => {
|
|
|
1378
1376
|
};
|
|
1379
1377
|
for (let anyStringEq_4 of returnComparator()) {
|
|
1380
1378
|
if (anyStringEq_4 == "MISSING") {
|
|
1381
|
-
return { state:
|
|
1379
|
+
return { state: client.WaiterState.FAILURE, reason };
|
|
1382
1380
|
}
|
|
1383
1381
|
}
|
|
1384
1382
|
}
|
|
@@ -1393,7 +1391,7 @@ const checkState$2 = async (client, input) => {
|
|
|
1393
1391
|
};
|
|
1394
1392
|
for (let anyStringEq_4 of returnComparator()) {
|
|
1395
1393
|
if (anyStringEq_4 == "DRAINING") {
|
|
1396
|
-
return { state:
|
|
1394
|
+
return { state: client.WaiterState.FAILURE, reason };
|
|
1397
1395
|
}
|
|
1398
1396
|
}
|
|
1399
1397
|
}
|
|
@@ -1408,7 +1406,7 @@ const checkState$2 = async (client, input) => {
|
|
|
1408
1406
|
};
|
|
1409
1407
|
for (let anyStringEq_4 of returnComparator()) {
|
|
1410
1408
|
if (anyStringEq_4 == "INACTIVE") {
|
|
1411
|
-
return { state:
|
|
1409
|
+
return { state: client.WaiterState.FAILURE, reason };
|
|
1412
1410
|
}
|
|
1413
1411
|
}
|
|
1414
1412
|
}
|
|
@@ -1421,7 +1419,7 @@ const checkState$2 = async (client, input) => {
|
|
|
1421
1419
|
return (filterRes_2.length == 0);
|
|
1422
1420
|
};
|
|
1423
1421
|
if (returnComparator() == true) {
|
|
1424
|
-
return { state:
|
|
1422
|
+
return { state: client.WaiterState.SUCCESS, reason };
|
|
1425
1423
|
}
|
|
1426
1424
|
}
|
|
1427
1425
|
catch (e) { }
|
|
@@ -1429,22 +1427,22 @@ const checkState$2 = async (client, input) => {
|
|
|
1429
1427
|
catch (exception) {
|
|
1430
1428
|
reason = exception;
|
|
1431
1429
|
}
|
|
1432
|
-
return { state:
|
|
1430
|
+
return { state: client.WaiterState.RETRY, reason };
|
|
1433
1431
|
};
|
|
1434
1432
|
const waitForServicesStable = async (params, input) => {
|
|
1435
1433
|
const serviceDefaults = { minDelay: 15, maxDelay: 600 };
|
|
1436
|
-
return
|
|
1434
|
+
return client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$2);
|
|
1437
1435
|
};
|
|
1438
1436
|
const waitUntilServicesStable = async (params, input) => {
|
|
1439
1437
|
const serviceDefaults = { minDelay: 15, maxDelay: 600 };
|
|
1440
|
-
const result = await
|
|
1441
|
-
return
|
|
1438
|
+
const result = await client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$2);
|
|
1439
|
+
return client.checkExceptions(result);
|
|
1442
1440
|
};
|
|
1443
1441
|
|
|
1444
|
-
const checkState$1 = async (client, input) => {
|
|
1442
|
+
const checkState$1 = async (client$1, input) => {
|
|
1445
1443
|
let reason;
|
|
1446
1444
|
try {
|
|
1447
|
-
let result = await client.send(new DescribeTasksCommand(input));
|
|
1445
|
+
let result = await client$1.send(new DescribeTasksCommand(input));
|
|
1448
1446
|
reason = result;
|
|
1449
1447
|
try {
|
|
1450
1448
|
const returnComparator = () => {
|
|
@@ -1456,7 +1454,7 @@ const checkState$1 = async (client, input) => {
|
|
|
1456
1454
|
};
|
|
1457
1455
|
for (let anyStringEq_4 of returnComparator()) {
|
|
1458
1456
|
if (anyStringEq_4 == "STOPPED") {
|
|
1459
|
-
return { state:
|
|
1457
|
+
return { state: client.WaiterState.FAILURE, reason };
|
|
1460
1458
|
}
|
|
1461
1459
|
}
|
|
1462
1460
|
}
|
|
@@ -1471,7 +1469,7 @@ const checkState$1 = async (client, input) => {
|
|
|
1471
1469
|
};
|
|
1472
1470
|
for (let anyStringEq_4 of returnComparator()) {
|
|
1473
1471
|
if (anyStringEq_4 == "MISSING") {
|
|
1474
|
-
return { state:
|
|
1472
|
+
return { state: client.WaiterState.FAILURE, reason };
|
|
1475
1473
|
}
|
|
1476
1474
|
}
|
|
1477
1475
|
}
|
|
@@ -1489,7 +1487,7 @@ const checkState$1 = async (client, input) => {
|
|
|
1489
1487
|
allStringEq_5 = allStringEq_5 && (element_4 == "RUNNING");
|
|
1490
1488
|
}
|
|
1491
1489
|
if (allStringEq_5) {
|
|
1492
|
-
return { state:
|
|
1490
|
+
return { state: client.WaiterState.SUCCESS, reason };
|
|
1493
1491
|
}
|
|
1494
1492
|
}
|
|
1495
1493
|
catch (e) { }
|
|
@@ -1497,22 +1495,22 @@ const checkState$1 = async (client, input) => {
|
|
|
1497
1495
|
catch (exception) {
|
|
1498
1496
|
reason = exception;
|
|
1499
1497
|
}
|
|
1500
|
-
return { state:
|
|
1498
|
+
return { state: client.WaiterState.RETRY, reason };
|
|
1501
1499
|
};
|
|
1502
1500
|
const waitForTasksRunning = async (params, input) => {
|
|
1503
1501
|
const serviceDefaults = { minDelay: 6, maxDelay: 600 };
|
|
1504
|
-
return
|
|
1502
|
+
return client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$1);
|
|
1505
1503
|
};
|
|
1506
1504
|
const waitUntilTasksRunning = async (params, input) => {
|
|
1507
1505
|
const serviceDefaults = { minDelay: 6, maxDelay: 600 };
|
|
1508
|
-
const result = await
|
|
1509
|
-
return
|
|
1506
|
+
const result = await client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$1);
|
|
1507
|
+
return client.checkExceptions(result);
|
|
1510
1508
|
};
|
|
1511
1509
|
|
|
1512
|
-
const checkState = async (client, input) => {
|
|
1510
|
+
const checkState = async (client$1, input) => {
|
|
1513
1511
|
let reason;
|
|
1514
1512
|
try {
|
|
1515
|
-
let result = await client.send(new DescribeTasksCommand(input));
|
|
1513
|
+
let result = await client$1.send(new DescribeTasksCommand(input));
|
|
1516
1514
|
reason = result;
|
|
1517
1515
|
try {
|
|
1518
1516
|
const returnComparator = () => {
|
|
@@ -1527,7 +1525,7 @@ const checkState = async (client, input) => {
|
|
|
1527
1525
|
allStringEq_5 = allStringEq_5 && (element_4 == "STOPPED");
|
|
1528
1526
|
}
|
|
1529
1527
|
if (allStringEq_5) {
|
|
1530
|
-
return { state:
|
|
1528
|
+
return { state: client.WaiterState.SUCCESS, reason };
|
|
1531
1529
|
}
|
|
1532
1530
|
}
|
|
1533
1531
|
catch (e) { }
|
|
@@ -1535,16 +1533,16 @@ const checkState = async (client, input) => {
|
|
|
1535
1533
|
catch (exception) {
|
|
1536
1534
|
reason = exception;
|
|
1537
1535
|
}
|
|
1538
|
-
return { state:
|
|
1536
|
+
return { state: client.WaiterState.RETRY, reason };
|
|
1539
1537
|
};
|
|
1540
1538
|
const waitForTasksStopped = async (params, input) => {
|
|
1541
1539
|
const serviceDefaults = { minDelay: 6, maxDelay: 600 };
|
|
1542
|
-
return
|
|
1540
|
+
return client.createWaiter({ ...serviceDefaults, ...params }, input, checkState);
|
|
1543
1541
|
};
|
|
1544
1542
|
const waitUntilTasksStopped = async (params, input) => {
|
|
1545
1543
|
const serviceDefaults = { minDelay: 6, maxDelay: 600 };
|
|
1546
|
-
const result = await
|
|
1547
|
-
return
|
|
1544
|
+
const result = await client.createWaiter({ ...serviceDefaults, ...params }, input, checkState);
|
|
1545
|
+
return client.checkExceptions(result);
|
|
1548
1546
|
};
|
|
1549
1547
|
|
|
1550
1548
|
const commands = {
|
|
@@ -1649,7 +1647,7 @@ const waiters = {
|
|
|
1649
1647
|
};
|
|
1650
1648
|
class ECS extends ECSClient {
|
|
1651
1649
|
}
|
|
1652
|
-
|
|
1650
|
+
client.createAggregatedClient(commands, ECS, { paginators, waiters });
|
|
1653
1651
|
|
|
1654
1652
|
const AcceleratorManufacturer = {
|
|
1655
1653
|
AMAZON_WEB_SERVICES: "amazon-web-services",
|
|
@@ -2181,8 +2179,8 @@ const TaskSetField = {
|
|
|
2181
2179
|
TAGS: "TAGS",
|
|
2182
2180
|
};
|
|
2183
2181
|
|
|
2184
|
-
exports.$Command =
|
|
2185
|
-
exports.__Client =
|
|
2182
|
+
exports.$Command = client.Command;
|
|
2183
|
+
exports.__Client = client.Client;
|
|
2186
2184
|
exports.ECSServiceException = ECSServiceException.ECSServiceException;
|
|
2187
2185
|
exports.AcceleratorManufacturer = AcceleratorManufacturer;
|
|
2188
2186
|
exports.AcceleratorName = AcceleratorName;
|