@aws-sdk/client-ecs 3.1076.0 → 3.1078.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +88 -775
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/ContinueServiceDeploymentCommand.js +2 -14
- package/dist-es/commands/CreateCapacityProviderCommand.js +2 -14
- package/dist-es/commands/CreateClusterCommand.js +2 -14
- package/dist-es/commands/CreateDaemonCommand.js +2 -14
- package/dist-es/commands/CreateExpressGatewayServiceCommand.js +2 -14
- package/dist-es/commands/CreateServiceCommand.js +2 -14
- package/dist-es/commands/CreateTaskSetCommand.js +2 -14
- package/dist-es/commands/DeleteAccountSettingCommand.js +2 -14
- package/dist-es/commands/DeleteAttributesCommand.js +2 -14
- package/dist-es/commands/DeleteCapacityProviderCommand.js +2 -14
- package/dist-es/commands/DeleteClusterCommand.js +2 -14
- package/dist-es/commands/DeleteDaemonCommand.js +2 -14
- package/dist-es/commands/DeleteDaemonTaskDefinitionCommand.js +2 -14
- package/dist-es/commands/DeleteExpressGatewayServiceCommand.js +2 -14
- package/dist-es/commands/DeleteServiceCommand.js +2 -14
- package/dist-es/commands/DeleteTaskDefinitionsCommand.js +2 -14
- package/dist-es/commands/DeleteTaskSetCommand.js +2 -14
- package/dist-es/commands/DeregisterContainerInstanceCommand.js +2 -14
- package/dist-es/commands/DeregisterTaskDefinitionCommand.js +2 -14
- package/dist-es/commands/DescribeCapacityProvidersCommand.js +2 -14
- package/dist-es/commands/DescribeClustersCommand.js +2 -14
- package/dist-es/commands/DescribeContainerInstancesCommand.js +2 -14
- package/dist-es/commands/DescribeDaemonCommand.js +2 -14
- package/dist-es/commands/DescribeDaemonDeploymentsCommand.js +2 -14
- package/dist-es/commands/DescribeDaemonRevisionsCommand.js +2 -14
- package/dist-es/commands/DescribeDaemonTaskDefinitionCommand.js +2 -14
- package/dist-es/commands/DescribeExpressGatewayServiceCommand.js +2 -14
- package/dist-es/commands/DescribeServiceDeploymentsCommand.js +2 -14
- package/dist-es/commands/DescribeServiceRevisionsCommand.js +2 -14
- package/dist-es/commands/DescribeServicesCommand.js +2 -14
- package/dist-es/commands/DescribeTaskDefinitionCommand.js +2 -14
- package/dist-es/commands/DescribeTaskSetsCommand.js +2 -14
- package/dist-es/commands/DescribeTasksCommand.js +2 -14
- package/dist-es/commands/DiscoverPollEndpointCommand.js +2 -14
- package/dist-es/commands/ExecuteCommandCommand.js +2 -14
- package/dist-es/commands/GetTaskProtectionCommand.js +2 -14
- package/dist-es/commands/ListAccountSettingsCommand.js +2 -14
- package/dist-es/commands/ListAttributesCommand.js +2 -14
- package/dist-es/commands/ListClustersCommand.js +2 -14
- package/dist-es/commands/ListContainerInstancesCommand.js +2 -14
- package/dist-es/commands/ListDaemonDeploymentsCommand.js +2 -14
- package/dist-es/commands/ListDaemonTaskDefinitionsCommand.js +2 -14
- package/dist-es/commands/ListDaemonsCommand.js +2 -14
- package/dist-es/commands/ListServiceDeploymentsCommand.js +2 -14
- package/dist-es/commands/ListServicesByNamespaceCommand.js +2 -14
- package/dist-es/commands/ListServicesCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/ListTaskDefinitionFamiliesCommand.js +2 -14
- package/dist-es/commands/ListTaskDefinitionsCommand.js +2 -14
- package/dist-es/commands/ListTasksCommand.js +2 -14
- package/dist-es/commands/PutAccountSettingCommand.js +2 -14
- package/dist-es/commands/PutAccountSettingDefaultCommand.js +2 -14
- package/dist-es/commands/PutAttributesCommand.js +2 -14
- package/dist-es/commands/PutClusterCapacityProvidersCommand.js +2 -14
- package/dist-es/commands/RegisterContainerInstanceCommand.js +2 -14
- package/dist-es/commands/RegisterDaemonTaskDefinitionCommand.js +2 -14
- package/dist-es/commands/RegisterTaskDefinitionCommand.js +2 -14
- package/dist-es/commands/RunTaskCommand.js +2 -14
- package/dist-es/commands/StartTaskCommand.js +2 -14
- package/dist-es/commands/StopServiceDeploymentCommand.js +2 -14
- package/dist-es/commands/StopTaskCommand.js +2 -14
- package/dist-es/commands/SubmitAttachmentStateChangesCommand.js +2 -14
- package/dist-es/commands/SubmitContainerStateChangeCommand.js +2 -14
- package/dist-es/commands/SubmitTaskStateChangeCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateCapacityProviderCommand.js +2 -14
- package/dist-es/commands/UpdateClusterCommand.js +2 -14
- package/dist-es/commands/UpdateClusterSettingsCommand.js +2 -14
- package/dist-es/commands/UpdateContainerAgentCommand.js +2 -14
- package/dist-es/commands/UpdateContainerInstancesStateCommand.js +2 -14
- package/dist-es/commands/UpdateDaemonCommand.js +2 -14
- package/dist-es/commands/UpdateExpressGatewayServiceCommand.js +2 -14
- package/dist-es/commands/UpdateServiceCommand.js +2 -14
- package/dist-es/commands/UpdateServicePrimaryTaskSetCommand.js +2 -14
- package/dist-es/commands/UpdateTaskProtectionCommand.js +2 -14
- package/dist-es/commands/UpdateTaskSetCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.browser.js +0 -2
- package/dist-es/runtimeConfig.js +1 -2
- package/dist-es/runtimeConfig.native.js +0 -2
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/ContinueServiceDeploymentCommand.d.ts +3 -8
- package/dist-types/commands/CreateCapacityProviderCommand.d.ts +3 -8
- package/dist-types/commands/CreateClusterCommand.d.ts +3 -8
- package/dist-types/commands/CreateDaemonCommand.d.ts +3 -8
- package/dist-types/commands/CreateExpressGatewayServiceCommand.d.ts +3 -8
- package/dist-types/commands/CreateServiceCommand.d.ts +3 -8
- package/dist-types/commands/CreateTaskSetCommand.d.ts +3 -8
- package/dist-types/commands/DeleteAccountSettingCommand.d.ts +3 -8
- package/dist-types/commands/DeleteAttributesCommand.d.ts +3 -8
- package/dist-types/commands/DeleteCapacityProviderCommand.d.ts +3 -8
- package/dist-types/commands/DeleteClusterCommand.d.ts +3 -8
- package/dist-types/commands/DeleteDaemonCommand.d.ts +3 -8
- package/dist-types/commands/DeleteDaemonTaskDefinitionCommand.d.ts +3 -8
- package/dist-types/commands/DeleteExpressGatewayServiceCommand.d.ts +3 -8
- package/dist-types/commands/DeleteServiceCommand.d.ts +3 -8
- package/dist-types/commands/DeleteTaskDefinitionsCommand.d.ts +3 -8
- package/dist-types/commands/DeleteTaskSetCommand.d.ts +3 -8
- package/dist-types/commands/DeregisterContainerInstanceCommand.d.ts +3 -8
- package/dist-types/commands/DeregisterTaskDefinitionCommand.d.ts +3 -8
- package/dist-types/commands/DescribeCapacityProvidersCommand.d.ts +3 -8
- package/dist-types/commands/DescribeClustersCommand.d.ts +3 -8
- package/dist-types/commands/DescribeContainerInstancesCommand.d.ts +3 -8
- package/dist-types/commands/DescribeDaemonCommand.d.ts +3 -8
- package/dist-types/commands/DescribeDaemonDeploymentsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeDaemonRevisionsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeDaemonTaskDefinitionCommand.d.ts +3 -8
- package/dist-types/commands/DescribeExpressGatewayServiceCommand.d.ts +3 -8
- package/dist-types/commands/DescribeServiceDeploymentsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeServiceRevisionsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeServicesCommand.d.ts +3 -8
- package/dist-types/commands/DescribeTaskDefinitionCommand.d.ts +3 -8
- package/dist-types/commands/DescribeTaskSetsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeTasksCommand.d.ts +3 -8
- package/dist-types/commands/DiscoverPollEndpointCommand.d.ts +3 -8
- package/dist-types/commands/ExecuteCommandCommand.d.ts +3 -8
- package/dist-types/commands/GetTaskProtectionCommand.d.ts +3 -8
- package/dist-types/commands/ListAccountSettingsCommand.d.ts +3 -8
- package/dist-types/commands/ListAttributesCommand.d.ts +3 -8
- package/dist-types/commands/ListClustersCommand.d.ts +3 -8
- package/dist-types/commands/ListContainerInstancesCommand.d.ts +3 -8
- package/dist-types/commands/ListDaemonDeploymentsCommand.d.ts +3 -8
- package/dist-types/commands/ListDaemonTaskDefinitionsCommand.d.ts +3 -8
- package/dist-types/commands/ListDaemonsCommand.d.ts +3 -8
- package/dist-types/commands/ListServiceDeploymentsCommand.d.ts +3 -8
- package/dist-types/commands/ListServicesByNamespaceCommand.d.ts +3 -8
- package/dist-types/commands/ListServicesCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/ListTaskDefinitionFamiliesCommand.d.ts +3 -8
- package/dist-types/commands/ListTaskDefinitionsCommand.d.ts +3 -8
- package/dist-types/commands/ListTasksCommand.d.ts +3 -8
- package/dist-types/commands/PutAccountSettingCommand.d.ts +3 -8
- package/dist-types/commands/PutAccountSettingDefaultCommand.d.ts +3 -8
- package/dist-types/commands/PutAttributesCommand.d.ts +3 -8
- package/dist-types/commands/PutClusterCapacityProvidersCommand.d.ts +3 -8
- package/dist-types/commands/RegisterContainerInstanceCommand.d.ts +3 -8
- package/dist-types/commands/RegisterDaemonTaskDefinitionCommand.d.ts +3 -8
- package/dist-types/commands/RegisterTaskDefinitionCommand.d.ts +3 -8
- package/dist-types/commands/RunTaskCommand.d.ts +3 -8
- package/dist-types/commands/StartTaskCommand.d.ts +3 -8
- package/dist-types/commands/StopServiceDeploymentCommand.d.ts +3 -8
- package/dist-types/commands/StopTaskCommand.d.ts +3 -8
- package/dist-types/commands/SubmitAttachmentStateChangesCommand.d.ts +3 -8
- package/dist-types/commands/SubmitContainerStateChangeCommand.d.ts +3 -8
- package/dist-types/commands/SubmitTaskStateChangeCommand.d.ts +3 -8
- package/dist-types/commands/TagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateCapacityProviderCommand.d.ts +3 -8
- package/dist-types/commands/UpdateClusterCommand.d.ts +3 -8
- package/dist-types/commands/UpdateClusterSettingsCommand.d.ts +3 -8
- package/dist-types/commands/UpdateContainerAgentCommand.d.ts +3 -8
- package/dist-types/commands/UpdateContainerInstancesStateCommand.d.ts +3 -8
- package/dist-types/commands/UpdateDaemonCommand.d.ts +3 -8
- package/dist-types/commands/UpdateExpressGatewayServiceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateServiceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateServicePrimaryTaskSetCommand.d.ts +3 -8
- package/dist-types/commands/UpdateTaskProtectionCommand.d.ts +3 -8
- package/dist-types/commands/UpdateTaskSetCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/ContinueServiceDeploymentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateCapacityProviderCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateDaemonCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateExpressGatewayServiceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateServiceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateTaskSetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteAccountSettingCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteAttributesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteCapacityProviderCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteClusterCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteDaemonCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteDaemonTaskDefinitionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteExpressGatewayServiceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteServiceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteTaskDefinitionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteTaskSetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeregisterContainerInstanceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeregisterTaskDefinitionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeCapacityProvidersCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeClustersCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeContainerInstancesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeDaemonCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeDaemonDeploymentsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeDaemonRevisionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeDaemonTaskDefinitionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeExpressGatewayServiceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeServiceDeploymentsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeServiceRevisionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeServicesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeTaskDefinitionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeTaskSetsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeTasksCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DiscoverPollEndpointCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ExecuteCommandCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetTaskProtectionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListAccountSettingsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListAttributesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListClustersCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListContainerInstancesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListDaemonDeploymentsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListDaemonTaskDefinitionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListDaemonsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListServiceDeploymentsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListServicesByNamespaceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListServicesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTaskDefinitionFamiliesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTaskDefinitionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTasksCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutAccountSettingCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutAccountSettingDefaultCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutAttributesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutClusterCapacityProvidersCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RegisterContainerInstanceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RegisterDaemonTaskDefinitionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RegisterTaskDefinitionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RunTaskCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartTaskCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StopServiceDeploymentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StopTaskCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/SubmitAttachmentStateChangesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/SubmitContainerStateChangeCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/SubmitTaskStateChangeCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateCapacityProviderCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateClusterCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateClusterSettingsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateContainerAgentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateContainerInstancesStateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateDaemonCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateExpressGatewayServiceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateServiceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateServicePrimaryTaskSetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateTaskProtectionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateTaskSetCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
- package/package.json +8 -10
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
ECSClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ECSClient";
|
|
8
2
|
import {
|
|
9
3
|
ListServicesByNamespaceRequest,
|
|
10
4
|
ListServicesByNamespaceResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ListServicesByNamespaceCommandInput
|
|
15
8
|
extends ListServicesByNamespaceRequest {}
|
|
16
9
|
export interface ListServicesByNamespaceCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const ListServicesByNamespaceCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
ListServicesByNamespaceCommandInput,
|
|
24
17
|
ListServicesByNamespaceCommandOutput,
|
|
25
|
-
ECSClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").ECSClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: ListServicesByNamespaceCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
ListServicesByNamespaceCommandInput,
|
|
33
26
|
ListServicesByNamespaceCommandOutput,
|
|
34
|
-
ECSClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").ECSClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class ListServicesByNamespaceCommand extends ListServicesByNamespaceCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
ECSClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ECSClient";
|
|
8
2
|
import { ListServicesRequest, ListServicesResponse } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface ListServicesCommandInput extends ListServicesRequest {}
|
|
12
5
|
export interface ListServicesCommandOutput
|
|
13
6
|
extends ListServicesResponse,
|
|
@@ -18,22 +11,20 @@ declare const ListServicesCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
ListServicesCommandInput,
|
|
20
13
|
ListServicesCommandOutput,
|
|
21
|
-
ECSClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").ECSClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
...[input]: [] | [ListServicesCommandInput]
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
ListServicesCommandInput,
|
|
29
22
|
ListServicesCommandOutput,
|
|
30
|
-
ECSClientResolvedConfig,
|
|
31
|
-
ServiceInputTypes,
|
|
32
|
-
ServiceOutputTypes
|
|
23
|
+
import("..").ECSClientResolvedConfig,
|
|
24
|
+
import("..").ServiceInputTypes,
|
|
25
|
+
import("..").ServiceOutputTypes
|
|
33
26
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
35
|
-
[x: string]: unknown;
|
|
36
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
37
28
|
};
|
|
38
29
|
export declare class ListServicesCommand extends ListServicesCommand_base {
|
|
39
30
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
ECSClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ECSClient";
|
|
8
2
|
import {
|
|
9
3
|
ListTagsForResourceRequest,
|
|
10
4
|
ListTagsForResourceResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ListTagsForResourceCommandInput
|
|
15
8
|
extends ListTagsForResourceRequest {}
|
|
16
9
|
export interface ListTagsForResourceCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
ListTagsForResourceCommandInput,
|
|
24
17
|
ListTagsForResourceCommandOutput,
|
|
25
|
-
ECSClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").ECSClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: ListTagsForResourceCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
ListTagsForResourceCommandInput,
|
|
33
26
|
ListTagsForResourceCommandOutput,
|
|
34
|
-
ECSClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").ECSClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
ECSClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ECSClient";
|
|
8
2
|
import {
|
|
9
3
|
ListTaskDefinitionFamiliesRequest,
|
|
10
4
|
ListTaskDefinitionFamiliesResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ListTaskDefinitionFamiliesCommandInput
|
|
15
8
|
extends ListTaskDefinitionFamiliesRequest {}
|
|
16
9
|
export interface ListTaskDefinitionFamiliesCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const ListTaskDefinitionFamiliesCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
ListTaskDefinitionFamiliesCommandInput,
|
|
24
17
|
ListTaskDefinitionFamiliesCommandOutput,
|
|
25
|
-
ECSClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").ECSClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
...[input]: [] | [ListTaskDefinitionFamiliesCommandInput]
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
ListTaskDefinitionFamiliesCommandInput,
|
|
33
26
|
ListTaskDefinitionFamiliesCommandOutput,
|
|
34
|
-
ECSClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").ECSClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class ListTaskDefinitionFamiliesCommand extends ListTaskDefinitionFamiliesCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
ECSClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ECSClient";
|
|
8
2
|
import {
|
|
9
3
|
ListTaskDefinitionsRequest,
|
|
10
4
|
ListTaskDefinitionsResponse,
|
|
11
5
|
} from "../models/models_1";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ListTaskDefinitionsCommandInput
|
|
15
8
|
extends ListTaskDefinitionsRequest {}
|
|
16
9
|
export interface ListTaskDefinitionsCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const ListTaskDefinitionsCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
ListTaskDefinitionsCommandInput,
|
|
24
17
|
ListTaskDefinitionsCommandOutput,
|
|
25
|
-
ECSClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").ECSClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
...[input]: [] | [ListTaskDefinitionsCommandInput]
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
ListTaskDefinitionsCommandInput,
|
|
33
26
|
ListTaskDefinitionsCommandOutput,
|
|
34
|
-
ECSClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").ECSClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class ListTaskDefinitionsCommand extends ListTaskDefinitionsCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
ECSClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ECSClient";
|
|
8
2
|
import { ListTasksRequest, ListTasksResponse } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface ListTasksCommandInput extends ListTasksRequest {}
|
|
12
5
|
export interface ListTasksCommandOutput
|
|
13
6
|
extends ListTasksResponse,
|
|
@@ -16,22 +9,20 @@ declare const ListTasksCommand_base: {
|
|
|
16
9
|
new (input: ListTasksCommandInput): import("@smithy/core/client").CommandImpl<
|
|
17
10
|
ListTasksCommandInput,
|
|
18
11
|
ListTasksCommandOutput,
|
|
19
|
-
ECSClientResolvedConfig,
|
|
20
|
-
ServiceInputTypes,
|
|
21
|
-
ServiceOutputTypes
|
|
12
|
+
import("..").ECSClientResolvedConfig,
|
|
13
|
+
import("..").ServiceInputTypes,
|
|
14
|
+
import("..").ServiceOutputTypes
|
|
22
15
|
>;
|
|
23
16
|
new (
|
|
24
17
|
...[input]: [] | [ListTasksCommandInput]
|
|
25
18
|
): import("@smithy/core/client").CommandImpl<
|
|
26
19
|
ListTasksCommandInput,
|
|
27
20
|
ListTasksCommandOutput,
|
|
28
|
-
ECSClientResolvedConfig,
|
|
29
|
-
ServiceInputTypes,
|
|
30
|
-
ServiceOutputTypes
|
|
21
|
+
import("..").ECSClientResolvedConfig,
|
|
22
|
+
import("..").ServiceInputTypes,
|
|
23
|
+
import("..").ServiceOutputTypes
|
|
31
24
|
>;
|
|
32
|
-
getEndpointParameterInstructions():
|
|
33
|
-
[x: string]: unknown;
|
|
34
|
-
};
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
35
26
|
};
|
|
36
27
|
export declare class ListTasksCommand extends ListTasksCommand_base {
|
|
37
28
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
ECSClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ECSClient";
|
|
8
2
|
import {
|
|
9
3
|
PutAccountSettingRequest,
|
|
10
4
|
PutAccountSettingResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface PutAccountSettingCommandInput
|
|
15
8
|
extends PutAccountSettingRequest {}
|
|
16
9
|
export interface PutAccountSettingCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const PutAccountSettingCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
PutAccountSettingCommandInput,
|
|
24
17
|
PutAccountSettingCommandOutput,
|
|
25
|
-
ECSClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").ECSClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: PutAccountSettingCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
PutAccountSettingCommandInput,
|
|
33
26
|
PutAccountSettingCommandOutput,
|
|
34
|
-
ECSClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").ECSClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class PutAccountSettingCommand extends PutAccountSettingCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
ECSClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ECSClient";
|
|
8
2
|
import {
|
|
9
3
|
PutAccountSettingDefaultRequest,
|
|
10
4
|
PutAccountSettingDefaultResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface PutAccountSettingDefaultCommandInput
|
|
15
8
|
extends PutAccountSettingDefaultRequest {}
|
|
16
9
|
export interface PutAccountSettingDefaultCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const PutAccountSettingDefaultCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
PutAccountSettingDefaultCommandInput,
|
|
24
17
|
PutAccountSettingDefaultCommandOutput,
|
|
25
|
-
ECSClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").ECSClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: PutAccountSettingDefaultCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
PutAccountSettingDefaultCommandInput,
|
|
33
26
|
PutAccountSettingDefaultCommandOutput,
|
|
34
|
-
ECSClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").ECSClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class PutAccountSettingDefaultCommand extends PutAccountSettingDefaultCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
ECSClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ECSClient";
|
|
8
2
|
import {
|
|
9
3
|
PutAttributesRequest,
|
|
10
4
|
PutAttributesResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface PutAttributesCommandInput extends PutAttributesRequest {}
|
|
15
8
|
export interface PutAttributesCommandOutput
|
|
16
9
|
extends PutAttributesResponse,
|
|
@@ -21,22 +14,20 @@ declare const PutAttributesCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
PutAttributesCommandInput,
|
|
23
16
|
PutAttributesCommandOutput,
|
|
24
|
-
ECSClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").ECSClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
input: PutAttributesCommandInput
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
PutAttributesCommandInput,
|
|
32
25
|
PutAttributesCommandOutput,
|
|
33
|
-
ECSClientResolvedConfig,
|
|
34
|
-
ServiceInputTypes,
|
|
35
|
-
ServiceOutputTypes
|
|
26
|
+
import("..").ECSClientResolvedConfig,
|
|
27
|
+
import("..").ServiceInputTypes,
|
|
28
|
+
import("..").ServiceOutputTypes
|
|
36
29
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
38
|
-
[x: string]: unknown;
|
|
39
|
-
};
|
|
30
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
40
31
|
};
|
|
41
32
|
export declare class PutAttributesCommand extends PutAttributesCommand_base {
|
|
42
33
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
ECSClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ECSClient";
|
|
8
2
|
import {
|
|
9
3
|
PutClusterCapacityProvidersRequest,
|
|
10
4
|
PutClusterCapacityProvidersResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface PutClusterCapacityProvidersCommandInput
|
|
15
8
|
extends PutClusterCapacityProvidersRequest {}
|
|
16
9
|
export interface PutClusterCapacityProvidersCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const PutClusterCapacityProvidersCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
PutClusterCapacityProvidersCommandInput,
|
|
24
17
|
PutClusterCapacityProvidersCommandOutput,
|
|
25
|
-
ECSClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").ECSClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: PutClusterCapacityProvidersCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
PutClusterCapacityProvidersCommandInput,
|
|
33
26
|
PutClusterCapacityProvidersCommandOutput,
|
|
34
|
-
ECSClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").ECSClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class PutClusterCapacityProvidersCommand extends PutClusterCapacityProvidersCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
ECSClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ECSClient";
|
|
8
2
|
import {
|
|
9
3
|
RegisterContainerInstanceRequest,
|
|
10
4
|
RegisterContainerInstanceResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface RegisterContainerInstanceCommandInput
|
|
15
8
|
extends RegisterContainerInstanceRequest {}
|
|
16
9
|
export interface RegisterContainerInstanceCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const RegisterContainerInstanceCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
RegisterContainerInstanceCommandInput,
|
|
24
17
|
RegisterContainerInstanceCommandOutput,
|
|
25
|
-
ECSClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").ECSClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
...[input]: [] | [RegisterContainerInstanceCommandInput]
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
RegisterContainerInstanceCommandInput,
|
|
33
26
|
RegisterContainerInstanceCommandOutput,
|
|
34
|
-
ECSClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").ECSClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class RegisterContainerInstanceCommand extends RegisterContainerInstanceCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
ECSClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ECSClient";
|
|
8
2
|
import {
|
|
9
3
|
RegisterDaemonTaskDefinitionRequest,
|
|
10
4
|
RegisterDaemonTaskDefinitionResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface RegisterDaemonTaskDefinitionCommandInput
|
|
15
8
|
extends RegisterDaemonTaskDefinitionRequest {}
|
|
16
9
|
export interface RegisterDaemonTaskDefinitionCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const RegisterDaemonTaskDefinitionCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
RegisterDaemonTaskDefinitionCommandInput,
|
|
24
17
|
RegisterDaemonTaskDefinitionCommandOutput,
|
|
25
|
-
ECSClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").ECSClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: RegisterDaemonTaskDefinitionCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
RegisterDaemonTaskDefinitionCommandInput,
|
|
33
26
|
RegisterDaemonTaskDefinitionCommandOutput,
|
|
34
|
-
ECSClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").ECSClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class RegisterDaemonTaskDefinitionCommand extends RegisterDaemonTaskDefinitionCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
ECSClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ECSClient";
|
|
8
2
|
import {
|
|
9
3
|
RegisterTaskDefinitionRequest,
|
|
10
4
|
RegisterTaskDefinitionResponse,
|
|
11
5
|
} from "../models/models_1";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface RegisterTaskDefinitionCommandInput
|
|
15
8
|
extends RegisterTaskDefinitionRequest {}
|
|
16
9
|
export interface RegisterTaskDefinitionCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const RegisterTaskDefinitionCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
RegisterTaskDefinitionCommandInput,
|
|
24
17
|
RegisterTaskDefinitionCommandOutput,
|
|
25
|
-
ECSClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").ECSClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: RegisterTaskDefinitionCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
RegisterTaskDefinitionCommandInput,
|
|
33
26
|
RegisterTaskDefinitionCommandOutput,
|
|
34
|
-
ECSClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").ECSClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class RegisterTaskDefinitionCommand extends RegisterTaskDefinitionCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
ECSClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ECSClient";
|
|
8
2
|
import { RunTaskRequest, RunTaskResponse } from "../models/models_1";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface RunTaskCommandInput extends RunTaskRequest {}
|
|
12
5
|
export interface RunTaskCommandOutput
|
|
13
6
|
extends RunTaskResponse,
|
|
@@ -16,20 +9,18 @@ declare const RunTaskCommand_base: {
|
|
|
16
9
|
new (input: RunTaskCommandInput): import("@smithy/core/client").CommandImpl<
|
|
17
10
|
RunTaskCommandInput,
|
|
18
11
|
RunTaskCommandOutput,
|
|
19
|
-
ECSClientResolvedConfig,
|
|
20
|
-
ServiceInputTypes,
|
|
21
|
-
ServiceOutputTypes
|
|
12
|
+
import("..").ECSClientResolvedConfig,
|
|
13
|
+
import("..").ServiceInputTypes,
|
|
14
|
+
import("..").ServiceOutputTypes
|
|
22
15
|
>;
|
|
23
16
|
new (input: RunTaskCommandInput): import("@smithy/core/client").CommandImpl<
|
|
24
17
|
RunTaskCommandInput,
|
|
25
18
|
RunTaskCommandOutput,
|
|
26
|
-
ECSClientResolvedConfig,
|
|
27
|
-
ServiceInputTypes,
|
|
28
|
-
ServiceOutputTypes
|
|
19
|
+
import("..").ECSClientResolvedConfig,
|
|
20
|
+
import("..").ServiceInputTypes,
|
|
21
|
+
import("..").ServiceOutputTypes
|
|
29
22
|
>;
|
|
30
|
-
getEndpointParameterInstructions():
|
|
31
|
-
[x: string]: unknown;
|
|
32
|
-
};
|
|
23
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
33
24
|
};
|
|
34
25
|
export declare class RunTaskCommand extends RunTaskCommand_base {
|
|
35
26
|
protected static __types: {
|