@aws-sdk/client-ecs 3.588.0 → 3.592.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 +0 -56
- package/dist-types/ECSClient.d.ts +4 -4
- package/dist-types/commands/CreateCapacityProviderCommand.d.ts +2 -1
- package/dist-types/commands/CreateClusterCommand.d.ts +2 -1
- package/dist-types/commands/CreateServiceCommand.d.ts +2 -1
- package/dist-types/commands/CreateTaskSetCommand.d.ts +2 -1
- package/dist-types/commands/DeleteAccountSettingCommand.d.ts +2 -1
- package/dist-types/commands/DeleteAttributesCommand.d.ts +2 -1
- package/dist-types/commands/DeleteCapacityProviderCommand.d.ts +2 -1
- package/dist-types/commands/DeleteClusterCommand.d.ts +2 -1
- package/dist-types/commands/DeleteServiceCommand.d.ts +2 -1
- package/dist-types/commands/DeleteTaskDefinitionsCommand.d.ts +2 -1
- package/dist-types/commands/DeleteTaskSetCommand.d.ts +2 -1
- package/dist-types/commands/DeregisterContainerInstanceCommand.d.ts +2 -1
- package/dist-types/commands/DeregisterTaskDefinitionCommand.d.ts +2 -1
- package/dist-types/commands/DescribeCapacityProvidersCommand.d.ts +2 -1
- package/dist-types/commands/DescribeClustersCommand.d.ts +2 -1
- package/dist-types/commands/DescribeContainerInstancesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeServicesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeTaskDefinitionCommand.d.ts +2 -1
- package/dist-types/commands/DescribeTaskSetsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeTasksCommand.d.ts +2 -1
- package/dist-types/commands/DiscoverPollEndpointCommand.d.ts +2 -1
- package/dist-types/commands/ExecuteCommandCommand.d.ts +2 -1
- package/dist-types/commands/GetTaskProtectionCommand.d.ts +2 -1
- package/dist-types/commands/ListAccountSettingsCommand.d.ts +2 -1
- package/dist-types/commands/ListAttributesCommand.d.ts +2 -1
- package/dist-types/commands/ListClustersCommand.d.ts +2 -1
- package/dist-types/commands/ListContainerInstancesCommand.d.ts +2 -1
- package/dist-types/commands/ListServicesByNamespaceCommand.d.ts +2 -1
- package/dist-types/commands/ListServicesCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/commands/ListTaskDefinitionFamiliesCommand.d.ts +2 -1
- package/dist-types/commands/ListTaskDefinitionsCommand.d.ts +2 -1
- package/dist-types/commands/ListTasksCommand.d.ts +2 -1
- package/dist-types/commands/PutAccountSettingCommand.d.ts +2 -1
- package/dist-types/commands/PutAccountSettingDefaultCommand.d.ts +2 -1
- package/dist-types/commands/PutAttributesCommand.d.ts +2 -1
- package/dist-types/commands/PutClusterCapacityProvidersCommand.d.ts +2 -1
- package/dist-types/commands/RegisterContainerInstanceCommand.d.ts +2 -1
- package/dist-types/commands/RegisterTaskDefinitionCommand.d.ts +2 -1
- package/dist-types/commands/RunTaskCommand.d.ts +2 -1
- package/dist-types/commands/StartTaskCommand.d.ts +2 -1
- package/dist-types/commands/StopTaskCommand.d.ts +2 -1
- package/dist-types/commands/SubmitAttachmentStateChangesCommand.d.ts +2 -1
- package/dist-types/commands/SubmitContainerStateChangeCommand.d.ts +2 -1
- package/dist-types/commands/SubmitTaskStateChangeCommand.d.ts +2 -1
- package/dist-types/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UpdateCapacityProviderCommand.d.ts +2 -1
- package/dist-types/commands/UpdateClusterCommand.d.ts +2 -1
- package/dist-types/commands/UpdateClusterSettingsCommand.d.ts +2 -1
- package/dist-types/commands/UpdateContainerAgentCommand.d.ts +2 -1
- package/dist-types/commands/UpdateContainerInstancesStateCommand.d.ts +2 -1
- package/dist-types/commands/UpdateServiceCommand.d.ts +2 -1
- package/dist-types/commands/UpdateServicePrimaryTaskSetCommand.d.ts +2 -1
- package/dist-types/commands/UpdateTaskProtectionCommand.d.ts +2 -1
- package/dist-types/commands/UpdateTaskSetCommand.d.ts +2 -1
- package/dist-types/index.d.ts +2 -2
- package/dist-types/models/ECSServiceException.d.ts +2 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/ECSClient.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateCapacityProviderCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateServiceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateTaskSetCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteAccountSettingCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteAttributesCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteCapacityProviderCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteClusterCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteServiceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteTaskDefinitionsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteTaskSetCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeregisterContainerInstanceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeregisterTaskDefinitionCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeCapacityProvidersCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeClustersCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeContainerInstancesCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeServicesCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeTaskDefinitionCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeTaskSetsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeTasksCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DiscoverPollEndpointCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ExecuteCommandCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetTaskProtectionCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListAccountSettingsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListAttributesCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListClustersCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListContainerInstancesCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListServicesByNamespaceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListServicesCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListTaskDefinitionFamiliesCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListTaskDefinitionsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListTasksCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/PutAccountSettingCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/PutAccountSettingDefaultCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/PutAttributesCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/PutClusterCapacityProvidersCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/RegisterContainerInstanceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/RegisterTaskDefinitionCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/RunTaskCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/StartTaskCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/StopTaskCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/SubmitAttachmentStateChangesCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/SubmitContainerStateChangeCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/SubmitTaskStateChangeCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateCapacityProviderCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateClusterCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateClusterSettingsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateContainerAgentCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateContainerInstancesStateCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateServiceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateServicePrimaryTaskSetCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateTaskProtectionCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateTaskSetCommand.d.ts +2 -1
- package/dist-types/ts3.4/models/ECSServiceException.d.ts +2 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/package.json +6 -6
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
DescribeTaskSetsRequest,
|
|
10
10
|
DescribeTaskSetsResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DescribeTaskSetsCommandInput extends DescribeTaskSetsRequest {}
|
|
14
15
|
export interface DescribeTaskSetsCommandOutput
|
|
15
16
|
extends DescribeTaskSetsResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
DescribeTasksRequest,
|
|
10
10
|
DescribeTasksResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DescribeTasksCommandInput extends DescribeTasksRequest {}
|
|
14
15
|
export interface DescribeTasksCommandOutput
|
|
15
16
|
extends DescribeTasksResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
DiscoverPollEndpointRequest,
|
|
10
10
|
DiscoverPollEndpointResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DiscoverPollEndpointCommandInput
|
|
14
15
|
extends DiscoverPollEndpointRequest {}
|
|
15
16
|
export interface DiscoverPollEndpointCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ExecuteCommandRequest,
|
|
10
10
|
ExecuteCommandResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ExecuteCommandCommandInput extends ExecuteCommandRequest {}
|
|
14
15
|
export interface ExecuteCommandCommandOutput
|
|
15
16
|
extends ExecuteCommandResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
GetTaskProtectionRequest,
|
|
10
10
|
GetTaskProtectionResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface GetTaskProtectionCommandInput
|
|
14
15
|
extends GetTaskProtectionRequest {}
|
|
15
16
|
export interface GetTaskProtectionCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ListAccountSettingsRequest,
|
|
10
10
|
ListAccountSettingsResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListAccountSettingsCommandInput
|
|
14
15
|
extends ListAccountSettingsRequest {}
|
|
15
16
|
export interface ListAccountSettingsCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ListAttributesRequest,
|
|
10
10
|
ListAttributesResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListAttributesCommandInput extends ListAttributesRequest {}
|
|
14
15
|
export interface ListAttributesCommandOutput
|
|
15
16
|
extends ListAttributesResponse,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../ECSClient";
|
|
8
8
|
import { ListClustersRequest, ListClustersResponse } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface ListClustersCommandInput extends ListClustersRequest {}
|
|
11
12
|
export interface ListClustersCommandOutput
|
|
12
13
|
extends ListClustersResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ListContainerInstancesRequest,
|
|
10
10
|
ListContainerInstancesResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListContainerInstancesCommandInput
|
|
14
15
|
extends ListContainerInstancesRequest {}
|
|
15
16
|
export interface ListContainerInstancesCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ListServicesByNamespaceRequest,
|
|
10
10
|
ListServicesByNamespaceResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListServicesByNamespaceCommandInput
|
|
14
15
|
extends ListServicesByNamespaceRequest {}
|
|
15
16
|
export interface ListServicesByNamespaceCommandOutput
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../ECSClient";
|
|
8
8
|
import { ListServicesRequest, ListServicesResponse } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface ListServicesCommandInput extends ListServicesRequest {}
|
|
11
12
|
export interface ListServicesCommandOutput
|
|
12
13
|
extends ListServicesResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ListTagsForResourceRequest,
|
|
10
10
|
ListTagsForResourceResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListTagsForResourceCommandInput
|
|
14
15
|
extends ListTagsForResourceRequest {}
|
|
15
16
|
export interface ListTagsForResourceCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ListTaskDefinitionFamiliesRequest,
|
|
10
10
|
ListTaskDefinitionFamiliesResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListTaskDefinitionFamiliesCommandInput
|
|
14
15
|
extends ListTaskDefinitionFamiliesRequest {}
|
|
15
16
|
export interface ListTaskDefinitionFamiliesCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ListTaskDefinitionsRequest,
|
|
10
10
|
ListTaskDefinitionsResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListTaskDefinitionsCommandInput
|
|
14
15
|
extends ListTaskDefinitionsRequest {}
|
|
15
16
|
export interface ListTaskDefinitionsCommandOutput
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../ECSClient";
|
|
8
8
|
import { ListTasksRequest, ListTasksResponse } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface ListTasksCommandInput extends ListTasksRequest {}
|
|
11
12
|
export interface ListTasksCommandOutput
|
|
12
13
|
extends ListTasksResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
PutAccountSettingRequest,
|
|
10
10
|
PutAccountSettingResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface PutAccountSettingCommandInput
|
|
14
15
|
extends PutAccountSettingRequest {}
|
|
15
16
|
export interface PutAccountSettingCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
PutAccountSettingDefaultRequest,
|
|
10
10
|
PutAccountSettingDefaultResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface PutAccountSettingDefaultCommandInput
|
|
14
15
|
extends PutAccountSettingDefaultRequest {}
|
|
15
16
|
export interface PutAccountSettingDefaultCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
PutAttributesRequest,
|
|
10
10
|
PutAttributesResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface PutAttributesCommandInput extends PutAttributesRequest {}
|
|
14
15
|
export interface PutAttributesCommandOutput
|
|
15
16
|
extends PutAttributesResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
PutClusterCapacityProvidersRequest,
|
|
10
10
|
PutClusterCapacityProvidersResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface PutClusterCapacityProvidersCommandInput
|
|
14
15
|
extends PutClusterCapacityProvidersRequest {}
|
|
15
16
|
export interface PutClusterCapacityProvidersCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
RegisterContainerInstanceRequest,
|
|
10
10
|
RegisterContainerInstanceResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface RegisterContainerInstanceCommandInput
|
|
14
15
|
extends RegisterContainerInstanceRequest {}
|
|
15
16
|
export interface RegisterContainerInstanceCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
RegisterTaskDefinitionRequest,
|
|
10
10
|
RegisterTaskDefinitionResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface RegisterTaskDefinitionCommandInput
|
|
14
15
|
extends RegisterTaskDefinitionRequest {}
|
|
15
16
|
export interface RegisterTaskDefinitionCommandOutput
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../ECSClient";
|
|
8
8
|
import { RunTaskRequest, RunTaskResponse } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface RunTaskCommandInput extends RunTaskRequest {}
|
|
11
12
|
export interface RunTaskCommandOutput
|
|
12
13
|
extends RunTaskResponse,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../ECSClient";
|
|
8
8
|
import { StartTaskRequest, StartTaskResponse } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface StartTaskCommandInput extends StartTaskRequest {}
|
|
11
12
|
export interface StartTaskCommandOutput
|
|
12
13
|
extends StartTaskResponse,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../ECSClient";
|
|
8
8
|
import { StopTaskRequest, StopTaskResponse } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface StopTaskCommandInput extends StopTaskRequest {}
|
|
11
12
|
export interface StopTaskCommandOutput
|
|
12
13
|
extends StopTaskResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
SubmitAttachmentStateChangesRequest,
|
|
10
10
|
SubmitAttachmentStateChangesResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface SubmitAttachmentStateChangesCommandInput
|
|
14
15
|
extends SubmitAttachmentStateChangesRequest {}
|
|
15
16
|
export interface SubmitAttachmentStateChangesCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
SubmitContainerStateChangeRequest,
|
|
10
10
|
SubmitContainerStateChangeResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface SubmitContainerStateChangeCommandInput
|
|
14
15
|
extends SubmitContainerStateChangeRequest {}
|
|
15
16
|
export interface SubmitContainerStateChangeCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
SubmitTaskStateChangeRequest,
|
|
10
10
|
SubmitTaskStateChangeResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface SubmitTaskStateChangeCommandInput
|
|
14
15
|
extends SubmitTaskStateChangeRequest {}
|
|
15
16
|
export interface SubmitTaskStateChangeCommandOutput
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../ECSClient";
|
|
8
8
|
import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
11
12
|
export interface TagResourceCommandOutput
|
|
12
13
|
extends TagResourceResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
UntagResourceRequest,
|
|
10
10
|
UntagResourceResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
14
15
|
export interface UntagResourceCommandOutput
|
|
15
16
|
extends UntagResourceResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
UpdateCapacityProviderRequest,
|
|
10
10
|
UpdateCapacityProviderResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface UpdateCapacityProviderCommandInput
|
|
14
15
|
extends UpdateCapacityProviderRequest {}
|
|
15
16
|
export interface UpdateCapacityProviderCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
UpdateClusterRequest,
|
|
10
10
|
UpdateClusterResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface UpdateClusterCommandInput extends UpdateClusterRequest {}
|
|
14
15
|
export interface UpdateClusterCommandOutput
|
|
15
16
|
extends UpdateClusterResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
UpdateClusterSettingsRequest,
|
|
10
10
|
UpdateClusterSettingsResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface UpdateClusterSettingsCommandInput
|
|
14
15
|
extends UpdateClusterSettingsRequest {}
|
|
15
16
|
export interface UpdateClusterSettingsCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
UpdateContainerAgentRequest,
|
|
10
10
|
UpdateContainerAgentResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface UpdateContainerAgentCommandInput
|
|
14
15
|
extends UpdateContainerAgentRequest {}
|
|
15
16
|
export interface UpdateContainerAgentCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
UpdateContainerInstancesStateRequest,
|
|
10
10
|
UpdateContainerInstancesStateResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface UpdateContainerInstancesStateCommandInput
|
|
14
15
|
extends UpdateContainerInstancesStateRequest {}
|
|
15
16
|
export interface UpdateContainerInstancesStateCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
UpdateServiceRequest,
|
|
10
10
|
UpdateServiceResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface UpdateServiceCommandInput extends UpdateServiceRequest {}
|
|
14
15
|
export interface UpdateServiceCommandOutput
|
|
15
16
|
extends UpdateServiceResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
UpdateServicePrimaryTaskSetRequest,
|
|
10
10
|
UpdateServicePrimaryTaskSetResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface UpdateServicePrimaryTaskSetCommandInput
|
|
14
15
|
extends UpdateServicePrimaryTaskSetRequest {}
|
|
15
16
|
export interface UpdateServicePrimaryTaskSetCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
UpdateTaskProtectionRequest,
|
|
10
10
|
UpdateTaskProtectionResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface UpdateTaskProtectionCommandInput
|
|
14
15
|
extends UpdateTaskProtectionRequest {}
|
|
15
16
|
export interface UpdateTaskProtectionCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
UpdateTaskSetRequest,
|
|
10
10
|
UpdateTaskSetResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface UpdateTaskSetCommandInput extends UpdateTaskSetRequest {}
|
|
14
15
|
export interface UpdateTaskSetCommandOutput
|
|
15
16
|
extends UpdateTaskSetResponse,
|
|
@@ -2,7 +2,8 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@smithy/smithy-client";
|
|
5
|
-
export {
|
|
5
|
+
export { __ServiceExceptionOptions };
|
|
6
|
+
export { __ServiceException };
|
|
6
7
|
export declare class ECSServiceException extends __ServiceException {
|
|
7
8
|
constructor(options: __ServiceExceptionOptions);
|
|
8
9
|
}
|
|
@@ -20,10 +20,10 @@ export declare const getRuntimeConfig: (config: ECSClientConfig) => {
|
|
|
20
20
|
serviceId: string;
|
|
21
21
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
22
22
|
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
23
|
+
region: string | import("@smithy/types").Provider<any>;
|
|
23
24
|
defaultUserAgentProvider: import("@smithy/types").Provider<
|
|
24
25
|
import("@smithy/types").UserAgent
|
|
25
26
|
>;
|
|
26
|
-
region: string | import("@smithy/types").Provider<any>;
|
|
27
27
|
credentialDefaultProvider: (
|
|
28
28
|
input: any
|
|
29
29
|
) => import("@smithy/types").AwsCredentialIdentityProvider;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-ecs",
|
|
3
3
|
"description": "AWS SDK for JavaScript Ecs Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.592.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-ecs",
|
|
@@ -20,10 +20,10 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.592.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.592.0",
|
|
25
|
+
"@aws-sdk/core": "3.592.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.592.0",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.577.0",
|
|
28
28
|
"@aws-sdk/middleware-logger": "3.577.0",
|
|
29
29
|
"@aws-sdk/middleware-recursion-detection": "3.577.0",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"@aws-sdk/util-user-agent-browser": "3.577.0",
|
|
35
35
|
"@aws-sdk/util-user-agent-node": "3.587.0",
|
|
36
36
|
"@smithy/config-resolver": "^3.0.1",
|
|
37
|
-
"@smithy/core": "^2.
|
|
37
|
+
"@smithy/core": "^2.2.0",
|
|
38
38
|
"@smithy/fetch-http-handler": "^3.0.1",
|
|
39
39
|
"@smithy/hash-node": "^3.0.0",
|
|
40
40
|
"@smithy/invalid-dependency": "^3.0.0",
|