@aws-sdk/client-ecs 3.194.0 → 3.196.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/CHANGELOG.md +19 -0
- package/dist-cjs/ECSClient.js +11 -8
- package/dist-cjs/commands/CreateCapacityProviderCommand.js +10 -0
- package/dist-cjs/commands/CreateClusterCommand.js +10 -0
- package/dist-cjs/commands/CreateServiceCommand.js +10 -0
- package/dist-cjs/commands/CreateTaskSetCommand.js +10 -0
- package/dist-cjs/commands/DeleteAccountSettingCommand.js +10 -0
- package/dist-cjs/commands/DeleteAttributesCommand.js +10 -0
- package/dist-cjs/commands/DeleteCapacityProviderCommand.js +10 -0
- package/dist-cjs/commands/DeleteClusterCommand.js +10 -0
- package/dist-cjs/commands/DeleteServiceCommand.js +10 -0
- package/dist-cjs/commands/DeleteTaskSetCommand.js +10 -0
- package/dist-cjs/commands/DeregisterContainerInstanceCommand.js +10 -0
- package/dist-cjs/commands/DeregisterTaskDefinitionCommand.js +10 -0
- package/dist-cjs/commands/DescribeCapacityProvidersCommand.js +10 -0
- package/dist-cjs/commands/DescribeClustersCommand.js +10 -0
- package/dist-cjs/commands/DescribeContainerInstancesCommand.js +10 -0
- package/dist-cjs/commands/DescribeServicesCommand.js +10 -0
- package/dist-cjs/commands/DescribeTaskDefinitionCommand.js +10 -0
- package/dist-cjs/commands/DescribeTaskSetsCommand.js +10 -0
- package/dist-cjs/commands/DescribeTasksCommand.js +10 -0
- package/dist-cjs/commands/DiscoverPollEndpointCommand.js +10 -0
- package/dist-cjs/commands/ExecuteCommandCommand.js +10 -0
- package/dist-cjs/commands/ListAccountSettingsCommand.js +10 -0
- package/dist-cjs/commands/ListAttributesCommand.js +10 -0
- package/dist-cjs/commands/ListClustersCommand.js +10 -0
- package/dist-cjs/commands/ListContainerInstancesCommand.js +10 -0
- package/dist-cjs/commands/ListServicesCommand.js +10 -0
- package/dist-cjs/commands/ListTagsForResourceCommand.js +10 -0
- package/dist-cjs/commands/ListTaskDefinitionFamiliesCommand.js +10 -0
- package/dist-cjs/commands/ListTaskDefinitionsCommand.js +10 -0
- package/dist-cjs/commands/ListTasksCommand.js +10 -0
- package/dist-cjs/commands/PutAccountSettingCommand.js +10 -0
- package/dist-cjs/commands/PutAccountSettingDefaultCommand.js +10 -0
- package/dist-cjs/commands/PutAttributesCommand.js +10 -0
- package/dist-cjs/commands/PutClusterCapacityProvidersCommand.js +10 -0
- package/dist-cjs/commands/RegisterContainerInstanceCommand.js +10 -0
- package/dist-cjs/commands/RegisterTaskDefinitionCommand.js +10 -0
- package/dist-cjs/commands/RunTaskCommand.js +10 -0
- package/dist-cjs/commands/StartTaskCommand.js +10 -0
- package/dist-cjs/commands/StopTaskCommand.js +10 -0
- package/dist-cjs/commands/SubmitAttachmentStateChangesCommand.js +10 -0
- package/dist-cjs/commands/SubmitContainerStateChangeCommand.js +10 -0
- package/dist-cjs/commands/SubmitTaskStateChangeCommand.js +10 -0
- package/dist-cjs/commands/TagResourceCommand.js +10 -0
- package/dist-cjs/commands/UntagResourceCommand.js +10 -0
- package/dist-cjs/commands/UpdateCapacityProviderCommand.js +10 -0
- package/dist-cjs/commands/UpdateClusterCommand.js +10 -0
- package/dist-cjs/commands/UpdateClusterSettingsCommand.js +10 -0
- package/dist-cjs/commands/UpdateContainerAgentCommand.js +10 -0
- package/dist-cjs/commands/UpdateContainerInstancesStateCommand.js +10 -0
- package/dist-cjs/commands/UpdateServiceCommand.js +10 -0
- package/dist-cjs/commands/UpdateServicePrimaryTaskSetCommand.js +10 -0
- package/dist-cjs/commands/UpdateTaskSetCommand.js +10 -0
- package/dist-cjs/endpoint/EndpointParameters.js +13 -0
- package/dist-cjs/endpoint/endpointResolver.js +12 -0
- package/dist-cjs/endpoint/ruleset.js +318 -0
- package/dist-cjs/runtimeConfig.shared.js +3 -3
- package/dist-es/ECSClient.js +12 -9
- package/dist-es/commands/CreateCapacityProviderCommand.js +10 -0
- package/dist-es/commands/CreateClusterCommand.js +10 -0
- package/dist-es/commands/CreateServiceCommand.js +10 -0
- package/dist-es/commands/CreateTaskSetCommand.js +10 -0
- package/dist-es/commands/DeleteAccountSettingCommand.js +10 -0
- package/dist-es/commands/DeleteAttributesCommand.js +10 -0
- package/dist-es/commands/DeleteCapacityProviderCommand.js +10 -0
- package/dist-es/commands/DeleteClusterCommand.js +10 -0
- package/dist-es/commands/DeleteServiceCommand.js +10 -0
- package/dist-es/commands/DeleteTaskSetCommand.js +10 -0
- package/dist-es/commands/DeregisterContainerInstanceCommand.js +10 -0
- package/dist-es/commands/DeregisterTaskDefinitionCommand.js +10 -0
- package/dist-es/commands/DescribeCapacityProvidersCommand.js +10 -0
- package/dist-es/commands/DescribeClustersCommand.js +10 -0
- package/dist-es/commands/DescribeContainerInstancesCommand.js +10 -0
- package/dist-es/commands/DescribeServicesCommand.js +10 -0
- package/dist-es/commands/DescribeTaskDefinitionCommand.js +10 -0
- package/dist-es/commands/DescribeTaskSetsCommand.js +10 -0
- package/dist-es/commands/DescribeTasksCommand.js +10 -0
- package/dist-es/commands/DiscoverPollEndpointCommand.js +10 -0
- package/dist-es/commands/ExecuteCommandCommand.js +10 -0
- package/dist-es/commands/ListAccountSettingsCommand.js +10 -0
- package/dist-es/commands/ListAttributesCommand.js +10 -0
- package/dist-es/commands/ListClustersCommand.js +10 -0
- package/dist-es/commands/ListContainerInstancesCommand.js +10 -0
- package/dist-es/commands/ListServicesCommand.js +10 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +10 -0
- package/dist-es/commands/ListTaskDefinitionFamiliesCommand.js +10 -0
- package/dist-es/commands/ListTaskDefinitionsCommand.js +10 -0
- package/dist-es/commands/ListTasksCommand.js +10 -0
- package/dist-es/commands/PutAccountSettingCommand.js +10 -0
- package/dist-es/commands/PutAccountSettingDefaultCommand.js +10 -0
- package/dist-es/commands/PutAttributesCommand.js +10 -0
- package/dist-es/commands/PutClusterCapacityProvidersCommand.js +10 -0
- package/dist-es/commands/RegisterContainerInstanceCommand.js +10 -0
- package/dist-es/commands/RegisterTaskDefinitionCommand.js +10 -0
- package/dist-es/commands/RunTaskCommand.js +10 -0
- package/dist-es/commands/StartTaskCommand.js +10 -0
- package/dist-es/commands/StopTaskCommand.js +10 -0
- package/dist-es/commands/SubmitAttachmentStateChangesCommand.js +10 -0
- package/dist-es/commands/SubmitContainerStateChangeCommand.js +10 -0
- package/dist-es/commands/SubmitTaskStateChangeCommand.js +10 -0
- package/dist-es/commands/TagResourceCommand.js +10 -0
- package/dist-es/commands/UntagResourceCommand.js +10 -0
- package/dist-es/commands/UpdateCapacityProviderCommand.js +10 -0
- package/dist-es/commands/UpdateClusterCommand.js +10 -0
- package/dist-es/commands/UpdateClusterSettingsCommand.js +10 -0
- package/dist-es/commands/UpdateContainerAgentCommand.js +10 -0
- package/dist-es/commands/UpdateContainerInstancesStateCommand.js +10 -0
- package/dist-es/commands/UpdateServiceCommand.js +10 -0
- package/dist-es/commands/UpdateServicePrimaryTaskSetCommand.js +10 -0
- package/dist-es/commands/UpdateTaskSetCommand.js +10 -0
- package/dist-es/endpoint/EndpointParameters.js +8 -0
- package/dist-es/endpoint/endpointResolver.js +8 -0
- package/dist-es/endpoint/ruleset.js +315 -0
- package/dist-es/runtimeConfig.shared.js +2 -2
- package/dist-types/ECSClient.d.ts +6 -9
- package/dist-types/commands/CreateCapacityProviderCommand.d.ts +2 -0
- package/dist-types/commands/CreateClusterCommand.d.ts +2 -0
- package/dist-types/commands/CreateServiceCommand.d.ts +2 -0
- package/dist-types/commands/CreateTaskSetCommand.d.ts +2 -0
- package/dist-types/commands/DeleteAccountSettingCommand.d.ts +2 -0
- package/dist-types/commands/DeleteAttributesCommand.d.ts +2 -0
- package/dist-types/commands/DeleteCapacityProviderCommand.d.ts +2 -0
- package/dist-types/commands/DeleteClusterCommand.d.ts +2 -0
- package/dist-types/commands/DeleteServiceCommand.d.ts +2 -0
- package/dist-types/commands/DeleteTaskSetCommand.d.ts +2 -0
- package/dist-types/commands/DeregisterContainerInstanceCommand.d.ts +2 -0
- package/dist-types/commands/DeregisterTaskDefinitionCommand.d.ts +2 -0
- package/dist-types/commands/DescribeCapacityProvidersCommand.d.ts +2 -0
- package/dist-types/commands/DescribeClustersCommand.d.ts +2 -0
- package/dist-types/commands/DescribeContainerInstancesCommand.d.ts +2 -0
- package/dist-types/commands/DescribeServicesCommand.d.ts +2 -0
- package/dist-types/commands/DescribeTaskDefinitionCommand.d.ts +2 -0
- package/dist-types/commands/DescribeTaskSetsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeTasksCommand.d.ts +2 -0
- package/dist-types/commands/DiscoverPollEndpointCommand.d.ts +2 -0
- package/dist-types/commands/ExecuteCommandCommand.d.ts +2 -0
- package/dist-types/commands/ListAccountSettingsCommand.d.ts +2 -0
- package/dist-types/commands/ListAttributesCommand.d.ts +2 -0
- package/dist-types/commands/ListClustersCommand.d.ts +2 -0
- package/dist-types/commands/ListContainerInstancesCommand.d.ts +2 -0
- package/dist-types/commands/ListServicesCommand.d.ts +2 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -0
- package/dist-types/commands/ListTaskDefinitionFamiliesCommand.d.ts +2 -0
- package/dist-types/commands/ListTaskDefinitionsCommand.d.ts +2 -0
- package/dist-types/commands/ListTasksCommand.d.ts +2 -0
- package/dist-types/commands/PutAccountSettingCommand.d.ts +2 -0
- package/dist-types/commands/PutAccountSettingDefaultCommand.d.ts +2 -0
- package/dist-types/commands/PutAttributesCommand.d.ts +2 -0
- package/dist-types/commands/PutClusterCapacityProvidersCommand.d.ts +2 -0
- package/dist-types/commands/RegisterContainerInstanceCommand.d.ts +2 -0
- package/dist-types/commands/RegisterTaskDefinitionCommand.d.ts +2 -0
- package/dist-types/commands/RunTaskCommand.d.ts +2 -0
- package/dist-types/commands/StartTaskCommand.d.ts +2 -0
- package/dist-types/commands/StopTaskCommand.d.ts +2 -0
- package/dist-types/commands/SubmitAttachmentStateChangesCommand.d.ts +2 -0
- package/dist-types/commands/SubmitContainerStateChangeCommand.d.ts +2 -0
- package/dist-types/commands/SubmitTaskStateChangeCommand.d.ts +2 -0
- package/dist-types/commands/TagResourceCommand.d.ts +2 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -0
- package/dist-types/commands/UpdateCapacityProviderCommand.d.ts +2 -0
- package/dist-types/commands/UpdateClusterCommand.d.ts +2 -0
- package/dist-types/commands/UpdateClusterSettingsCommand.d.ts +2 -0
- package/dist-types/commands/UpdateContainerAgentCommand.d.ts +2 -0
- package/dist-types/commands/UpdateContainerInstancesStateCommand.d.ts +2 -0
- package/dist-types/commands/UpdateServiceCommand.d.ts +2 -0
- package/dist-types/commands/UpdateServicePrimaryTaskSetCommand.d.ts +2 -0
- package/dist-types/commands/UpdateTaskSetCommand.d.ts +2 -0
- package/dist-types/endpoint/EndpointParameters.d.ts +19 -0
- package/dist-types/endpoint/endpointResolver.d.ts +5 -0
- package/dist-types/endpoint/ruleset.d.ts +2 -0
- package/dist-types/runtimeConfig.browser.d.ts +4 -2
- package/dist-types/runtimeConfig.d.ts +4 -2
- package/dist-types/runtimeConfig.native.d.ts +4 -2
- package/dist-types/runtimeConfig.shared.d.ts +3 -1
- package/dist-types/ts3.4/ECSClient.d.ts +15 -8
- package/dist-types/ts3.4/commands/CreateCapacityProviderCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateServiceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateTaskSetCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteAccountSettingCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteAttributesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteCapacityProviderCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteClusterCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteServiceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteTaskSetCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeregisterContainerInstanceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeregisterTaskDefinitionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeCapacityProvidersCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeClustersCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeContainerInstancesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeServicesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeTaskDefinitionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeTaskSetsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeTasksCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DiscoverPollEndpointCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ExecuteCommandCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListAccountSettingsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListAttributesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListClustersCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListContainerInstancesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListServicesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListTaskDefinitionFamiliesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListTaskDefinitionsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListTasksCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/PutAccountSettingCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/PutAccountSettingDefaultCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/PutAttributesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/PutClusterCapacityProvidersCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/RegisterContainerInstanceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/RegisterTaskDefinitionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/RunTaskCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/StartTaskCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/StopTaskCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/SubmitAttachmentStateChangesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/SubmitContainerStateChangeCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/SubmitTaskStateChangeCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateCapacityProviderCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateClusterCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateClusterSettingsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateContainerAgentCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateContainerInstancesStateCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateServiceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateServicePrimaryTaskSetCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateTaskSetCommand.d.ts +2 -0
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +26 -0
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
- package/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +14 -4
- package/dist-types/ts3.4/runtimeConfig.d.ts +14 -4
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +14 -3
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +6 -1
- package/package.json +5 -3
- package/dist-cjs/endpoints.js +0 -185
- package/dist-es/endpoints.js +0 -181
- package/dist-types/endpoints.d.ts +0 -2
- package/dist-types/ts3.4/endpoints.d.ts +0 -2
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
import {
|
|
2
|
-
EndpointsInputConfig,
|
|
3
|
-
EndpointsResolvedConfig,
|
|
4
2
|
RegionInputConfig,
|
|
5
3
|
RegionResolvedConfig,
|
|
6
4
|
} from "@aws-sdk/config-resolver";
|
|
5
|
+
import {
|
|
6
|
+
EndpointInputConfig,
|
|
7
|
+
EndpointResolvedConfig,
|
|
8
|
+
} from "@aws-sdk/middleware-endpoint";
|
|
7
9
|
import {
|
|
8
10
|
HostHeaderInputConfig,
|
|
9
11
|
HostHeaderResolvedConfig,
|
|
@@ -37,7 +39,6 @@ import {
|
|
|
37
39
|
Logger as __Logger,
|
|
38
40
|
Provider as __Provider,
|
|
39
41
|
Provider,
|
|
40
|
-
RegionInfoProvider,
|
|
41
42
|
StreamCollector as __StreamCollector,
|
|
42
43
|
UrlParser as __UrlParser,
|
|
43
44
|
UserAgent as __UserAgent,
|
|
@@ -250,6 +251,11 @@ import {
|
|
|
250
251
|
UpdateTaskSetCommandInput,
|
|
251
252
|
UpdateTaskSetCommandOutput,
|
|
252
253
|
} from "./commands/UpdateTaskSetCommand";
|
|
254
|
+
import {
|
|
255
|
+
ClientInputEndpointParameters,
|
|
256
|
+
ClientResolvedEndpointParameters,
|
|
257
|
+
EndpointParameters,
|
|
258
|
+
} from "./endpoint/EndpointParameters";
|
|
253
259
|
export declare type ServiceInputTypes =
|
|
254
260
|
| CreateCapacityProviderCommandInput
|
|
255
261
|
| CreateClusterCommandInput
|
|
@@ -377,7 +383,6 @@ export interface ClientDefaults
|
|
|
377
383
|
serviceId?: string;
|
|
378
384
|
region?: string | __Provider<string>;
|
|
379
385
|
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
380
|
-
regionInfoProvider?: RegionInfoProvider;
|
|
381
386
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
382
387
|
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
383
388
|
}
|
|
@@ -386,21 +391,23 @@ declare type ECSClientConfigType = Partial<
|
|
|
386
391
|
> &
|
|
387
392
|
ClientDefaults &
|
|
388
393
|
RegionInputConfig &
|
|
389
|
-
|
|
394
|
+
EndpointInputConfig<EndpointParameters> &
|
|
390
395
|
RetryInputConfig &
|
|
391
396
|
HostHeaderInputConfig &
|
|
392
397
|
AwsAuthInputConfig &
|
|
393
|
-
UserAgentInputConfig
|
|
398
|
+
UserAgentInputConfig &
|
|
399
|
+
ClientInputEndpointParameters;
|
|
394
400
|
export interface ECSClientConfig extends ECSClientConfigType {}
|
|
395
401
|
declare type ECSClientResolvedConfigType =
|
|
396
402
|
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
397
403
|
Required<ClientDefaults> &
|
|
398
404
|
RegionResolvedConfig &
|
|
399
|
-
|
|
405
|
+
EndpointResolvedConfig<EndpointParameters> &
|
|
400
406
|
RetryResolvedConfig &
|
|
401
407
|
HostHeaderResolvedConfig &
|
|
402
408
|
AwsAuthResolvedConfig &
|
|
403
|
-
UserAgentResolvedConfig
|
|
409
|
+
UserAgentResolvedConfig &
|
|
410
|
+
ClientResolvedEndpointParameters;
|
|
404
411
|
export interface ECSClientResolvedConfig extends ECSClientResolvedConfigType {}
|
|
405
412
|
export declare class ECSClient extends __Client<
|
|
406
413
|
__HttpHandlerOptions,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class CreateCapacityProviderCommand extends $Command<
|
|
|
25
26
|
ECSClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: CreateCapacityProviderCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: CreateCapacityProviderCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -24,6 +25,7 @@ export declare class CreateClusterCommand extends $Command<
|
|
|
24
25
|
ECSClientResolvedConfig
|
|
25
26
|
> {
|
|
26
27
|
readonly input: CreateClusterCommandInput;
|
|
28
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
29
|
constructor(input: CreateClusterCommandInput);
|
|
28
30
|
resolveMiddleware(
|
|
29
31
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -24,6 +25,7 @@ export declare class CreateServiceCommand extends $Command<
|
|
|
24
25
|
ECSClientResolvedConfig
|
|
25
26
|
> {
|
|
26
27
|
readonly input: CreateServiceCommandInput;
|
|
28
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
29
|
constructor(input: CreateServiceCommandInput);
|
|
28
30
|
resolveMiddleware(
|
|
29
31
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -24,6 +25,7 @@ export declare class CreateTaskSetCommand extends $Command<
|
|
|
24
25
|
ECSClientResolvedConfig
|
|
25
26
|
> {
|
|
26
27
|
readonly input: CreateTaskSetCommandInput;
|
|
28
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
29
|
constructor(input: CreateTaskSetCommandInput);
|
|
28
30
|
resolveMiddleware(
|
|
29
31
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class DeleteAccountSettingCommand extends $Command<
|
|
|
25
26
|
ECSClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: DeleteAccountSettingCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: DeleteAccountSettingCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -24,6 +25,7 @@ export declare class DeleteAttributesCommand extends $Command<
|
|
|
24
25
|
ECSClientResolvedConfig
|
|
25
26
|
> {
|
|
26
27
|
readonly input: DeleteAttributesCommandInput;
|
|
28
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
29
|
constructor(input: DeleteAttributesCommandInput);
|
|
28
30
|
resolveMiddleware(
|
|
29
31
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class DeleteCapacityProviderCommand extends $Command<
|
|
|
25
26
|
ECSClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: DeleteCapacityProviderCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: DeleteCapacityProviderCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -24,6 +25,7 @@ export declare class DeleteClusterCommand extends $Command<
|
|
|
24
25
|
ECSClientResolvedConfig
|
|
25
26
|
> {
|
|
26
27
|
readonly input: DeleteClusterCommandInput;
|
|
28
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
29
|
constructor(input: DeleteClusterCommandInput);
|
|
28
30
|
resolveMiddleware(
|
|
29
31
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -24,6 +25,7 @@ export declare class DeleteServiceCommand extends $Command<
|
|
|
24
25
|
ECSClientResolvedConfig
|
|
25
26
|
> {
|
|
26
27
|
readonly input: DeleteServiceCommandInput;
|
|
28
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
29
|
constructor(input: DeleteServiceCommandInput);
|
|
28
30
|
resolveMiddleware(
|
|
29
31
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -24,6 +25,7 @@ export declare class DeleteTaskSetCommand extends $Command<
|
|
|
24
25
|
ECSClientResolvedConfig
|
|
25
26
|
> {
|
|
26
27
|
readonly input: DeleteTaskSetCommandInput;
|
|
28
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
29
|
constructor(input: DeleteTaskSetCommandInput);
|
|
28
30
|
resolveMiddleware(
|
|
29
31
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class DeregisterContainerInstanceCommand extends $Command<
|
|
|
25
26
|
ECSClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: DeregisterContainerInstanceCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: DeregisterContainerInstanceCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class DeregisterTaskDefinitionCommand extends $Command<
|
|
|
25
26
|
ECSClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: DeregisterTaskDefinitionCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: DeregisterTaskDefinitionCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class DescribeCapacityProvidersCommand extends $Command<
|
|
|
25
26
|
ECSClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: DescribeCapacityProvidersCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: DescribeCapacityProvidersCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -24,6 +25,7 @@ export declare class DescribeClustersCommand extends $Command<
|
|
|
24
25
|
ECSClientResolvedConfig
|
|
25
26
|
> {
|
|
26
27
|
readonly input: DescribeClustersCommandInput;
|
|
28
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
29
|
constructor(input: DescribeClustersCommandInput);
|
|
28
30
|
resolveMiddleware(
|
|
29
31
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class DescribeContainerInstancesCommand extends $Command<
|
|
|
25
26
|
ECSClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: DescribeContainerInstancesCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: DescribeContainerInstancesCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -24,6 +25,7 @@ export declare class DescribeServicesCommand extends $Command<
|
|
|
24
25
|
ECSClientResolvedConfig
|
|
25
26
|
> {
|
|
26
27
|
readonly input: DescribeServicesCommandInput;
|
|
28
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
29
|
constructor(input: DescribeServicesCommandInput);
|
|
28
30
|
resolveMiddleware(
|
|
29
31
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class DescribeTaskDefinitionCommand extends $Command<
|
|
|
25
26
|
ECSClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: DescribeTaskDefinitionCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: DescribeTaskDefinitionCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -24,6 +25,7 @@ export declare class DescribeTaskSetsCommand extends $Command<
|
|
|
24
25
|
ECSClientResolvedConfig
|
|
25
26
|
> {
|
|
26
27
|
readonly input: DescribeTaskSetsCommandInput;
|
|
28
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
29
|
constructor(input: DescribeTaskSetsCommandInput);
|
|
28
30
|
resolveMiddleware(
|
|
29
31
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -24,6 +25,7 @@ export declare class DescribeTasksCommand extends $Command<
|
|
|
24
25
|
ECSClientResolvedConfig
|
|
25
26
|
> {
|
|
26
27
|
readonly input: DescribeTasksCommandInput;
|
|
28
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
29
|
constructor(input: DescribeTasksCommandInput);
|
|
28
30
|
resolveMiddleware(
|
|
29
31
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class DiscoverPollEndpointCommand extends $Command<
|
|
|
25
26
|
ECSClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: DiscoverPollEndpointCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: DiscoverPollEndpointCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -24,6 +25,7 @@ export declare class ExecuteCommandCommand extends $Command<
|
|
|
24
25
|
ECSClientResolvedConfig
|
|
25
26
|
> {
|
|
26
27
|
readonly input: ExecuteCommandCommandInput;
|
|
28
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
29
|
constructor(input: ExecuteCommandCommandInput);
|
|
28
30
|
resolveMiddleware(
|
|
29
31
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class ListAccountSettingsCommand extends $Command<
|
|
|
25
26
|
ECSClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: ListAccountSettingsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ListAccountSettingsCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -24,6 +25,7 @@ export declare class ListAttributesCommand extends $Command<
|
|
|
24
25
|
ECSClientResolvedConfig
|
|
25
26
|
> {
|
|
26
27
|
readonly input: ListAttributesCommandInput;
|
|
28
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
29
|
constructor(input: ListAttributesCommandInput);
|
|
28
30
|
resolveMiddleware(
|
|
29
31
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -21,6 +22,7 @@ export declare class ListClustersCommand extends $Command<
|
|
|
21
22
|
ECSClientResolvedConfig
|
|
22
23
|
> {
|
|
23
24
|
readonly input: ListClustersCommandInput;
|
|
25
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
24
26
|
constructor(input: ListClustersCommandInput);
|
|
25
27
|
resolveMiddleware(
|
|
26
28
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class ListContainerInstancesCommand extends $Command<
|
|
|
25
26
|
ECSClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: ListContainerInstancesCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ListContainerInstancesCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -21,6 +22,7 @@ export declare class ListServicesCommand extends $Command<
|
|
|
21
22
|
ECSClientResolvedConfig
|
|
22
23
|
> {
|
|
23
24
|
readonly input: ListServicesCommandInput;
|
|
25
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
24
26
|
constructor(input: ListServicesCommandInput);
|
|
25
27
|
resolveMiddleware(
|
|
26
28
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class ListTagsForResourceCommand extends $Command<
|
|
|
25
26
|
ECSClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: ListTagsForResourceCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ListTagsForResourceCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class ListTaskDefinitionFamiliesCommand extends $Command<
|
|
|
25
26
|
ECSClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: ListTaskDefinitionFamiliesCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ListTaskDefinitionFamiliesCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class ListTaskDefinitionsCommand extends $Command<
|
|
|
25
26
|
ECSClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: ListTaskDefinitionsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ListTaskDefinitionsCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -21,6 +22,7 @@ export declare class ListTasksCommand extends $Command<
|
|
|
21
22
|
ECSClientResolvedConfig
|
|
22
23
|
> {
|
|
23
24
|
readonly input: ListTasksCommandInput;
|
|
25
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
24
26
|
constructor(input: ListTasksCommandInput);
|
|
25
27
|
resolveMiddleware(
|
|
26
28
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class PutAccountSettingCommand extends $Command<
|
|
|
25
26
|
ECSClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: PutAccountSettingCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: PutAccountSettingCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class PutAccountSettingDefaultCommand extends $Command<
|
|
|
25
26
|
ECSClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: PutAccountSettingDefaultCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: PutAccountSettingDefaultCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -24,6 +25,7 @@ export declare class PutAttributesCommand extends $Command<
|
|
|
24
25
|
ECSClientResolvedConfig
|
|
25
26
|
> {
|
|
26
27
|
readonly input: PutAttributesCommandInput;
|
|
28
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
29
|
constructor(input: PutAttributesCommandInput);
|
|
28
30
|
resolveMiddleware(
|
|
29
31
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class PutClusterCapacityProvidersCommand extends $Command<
|
|
|
25
26
|
ECSClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: PutClusterCapacityProvidersCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: PutClusterCapacityProvidersCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class RegisterContainerInstanceCommand extends $Command<
|
|
|
25
26
|
ECSClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: RegisterContainerInstanceCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: RegisterContainerInstanceCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class RegisterTaskDefinitionCommand extends $Command<
|
|
|
25
26
|
ECSClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: RegisterTaskDefinitionCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: RegisterTaskDefinitionCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -21,6 +22,7 @@ export declare class RunTaskCommand extends $Command<
|
|
|
21
22
|
ECSClientResolvedConfig
|
|
22
23
|
> {
|
|
23
24
|
readonly input: RunTaskCommandInput;
|
|
25
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
24
26
|
constructor(input: RunTaskCommandInput);
|
|
25
27
|
resolveMiddleware(
|
|
26
28
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -21,6 +22,7 @@ export declare class StartTaskCommand extends $Command<
|
|
|
21
22
|
ECSClientResolvedConfig
|
|
22
23
|
> {
|
|
23
24
|
readonly input: StartTaskCommandInput;
|
|
25
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
24
26
|
constructor(input: StartTaskCommandInput);
|
|
25
27
|
resolveMiddleware(
|
|
26
28
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -21,6 +22,7 @@ export declare class StopTaskCommand extends $Command<
|
|
|
21
22
|
ECSClientResolvedConfig
|
|
22
23
|
> {
|
|
23
24
|
readonly input: StopTaskCommandInput;
|
|
25
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
24
26
|
constructor(input: StopTaskCommandInput);
|
|
25
27
|
resolveMiddleware(
|
|
26
28
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class SubmitAttachmentStateChangesCommand extends $Command<
|
|
|
25
26
|
ECSClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: SubmitAttachmentStateChangesCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: SubmitAttachmentStateChangesCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class SubmitContainerStateChangeCommand extends $Command<
|
|
|
25
26
|
ECSClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: SubmitContainerStateChangeCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: SubmitContainerStateChangeCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class SubmitTaskStateChangeCommand extends $Command<
|
|
|
25
26
|
ECSClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: SubmitTaskStateChangeCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: SubmitTaskStateChangeCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|