@aws-sdk/client-ecs 3.169.0 → 3.171.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 +16 -0
- package/dist-types/ts3.4/ECS.d.ts +888 -265
- package/dist-types/ts3.4/ECSClient.d.ts +415 -125
- package/dist-types/ts3.4/commands/CreateCapacityProviderCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateServiceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateTaskSetCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteAccountSettingCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteAttributesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteCapacityProviderCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteClusterCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteServiceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteTaskSetCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeregisterContainerInstanceCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeregisterTaskDefinitionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeCapacityProvidersCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeClustersCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeContainerInstancesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeServicesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeTaskDefinitionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeTaskSetsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeTasksCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DiscoverPollEndpointCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ExecuteCommandCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListAccountSettingsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListAttributesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListClustersCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListContainerInstancesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListServicesCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListTaskDefinitionFamiliesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListTaskDefinitionsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListTasksCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/PutAccountSettingCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/PutAccountSettingDefaultCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/PutAttributesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/PutClusterCapacityProvidersCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/RegisterContainerInstanceCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/RegisterTaskDefinitionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/RunTaskCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/StartTaskCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/StopTaskCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/SubmitAttachmentStateChangesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/SubmitContainerStateChangeCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/SubmitTaskStateChangeCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateCapacityProviderCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateClusterCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateClusterSettingsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateContainerAgentCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateContainerInstancesStateCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateServiceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateServicePrimaryTaskSetCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateTaskSetCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/index.d.ts +52 -52
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +7 -7
- package/dist-types/ts3.4/models/ECSServiceException.d.ts +7 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +2084 -2811
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -6
- package/dist-types/ts3.4/pagination/ListAccountSettingsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListAttributesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListClustersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListContainerInstancesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListServicesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListTaskDefinitionFamiliesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListTaskDefinitionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListTasksPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +9 -9
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +629 -158
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
- package/dist-types/ts3.4/waiters/index.d.ts +4 -4
- package/dist-types/ts3.4/waiters/waitForServicesInactive.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForServicesStable.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForTasksRunning.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForTasksStopped.d.ts +11 -7
- package/package.json +35 -35
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { PaginationConfiguration } from "@aws-sdk/types";
|
|
2
|
-
import { ECS } from "../ECS";
|
|
3
|
-
import { ECSClient } from "../ECSClient";
|
|
4
|
-
export interface ECSPaginationConfiguration extends PaginationConfiguration {
|
|
5
|
-
|
|
6
|
-
}
|
|
1
|
+
import { PaginationConfiguration } from "@aws-sdk/types";
|
|
2
|
+
import { ECS } from "../ECS";
|
|
3
|
+
import { ECSClient } from "../ECSClient";
|
|
4
|
+
export interface ECSPaginationConfiguration extends PaginationConfiguration {
|
|
5
|
+
client: ECS | ECSClient;
|
|
6
|
+
}
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListAccountSettingsCommandInput,
|
|
4
|
+
ListAccountSettingsCommandOutput,
|
|
5
|
+
} from "../commands/ListAccountSettingsCommand";
|
|
6
|
+
import { ECSPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListAccountSettings(
|
|
8
|
+
config: ECSPaginationConfiguration,
|
|
9
|
+
input: ListAccountSettingsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListAccountSettingsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListAttributesCommandInput,
|
|
4
|
+
ListAttributesCommandOutput,
|
|
5
|
+
} from "../commands/ListAttributesCommand";
|
|
6
|
+
import { ECSPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListAttributes(
|
|
8
|
+
config: ECSPaginationConfiguration,
|
|
9
|
+
input: ListAttributesCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListAttributesCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListClustersCommandInput,
|
|
4
|
+
ListClustersCommandOutput,
|
|
5
|
+
} from "../commands/ListClustersCommand";
|
|
6
|
+
import { ECSPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListClusters(
|
|
8
|
+
config: ECSPaginationConfiguration,
|
|
9
|
+
input: ListClustersCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListClustersCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListContainerInstancesCommandInput,
|
|
4
|
+
ListContainerInstancesCommandOutput,
|
|
5
|
+
} from "../commands/ListContainerInstancesCommand";
|
|
6
|
+
import { ECSPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListContainerInstances(
|
|
8
|
+
config: ECSPaginationConfiguration,
|
|
9
|
+
input: ListContainerInstancesCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListContainerInstancesCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListServicesCommandInput,
|
|
4
|
+
ListServicesCommandOutput,
|
|
5
|
+
} from "../commands/ListServicesCommand";
|
|
6
|
+
import { ECSPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListServices(
|
|
8
|
+
config: ECSPaginationConfiguration,
|
|
9
|
+
input: ListServicesCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListServicesCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListTaskDefinitionFamiliesCommandInput,
|
|
4
|
+
ListTaskDefinitionFamiliesCommandOutput,
|
|
5
|
+
} from "../commands/ListTaskDefinitionFamiliesCommand";
|
|
6
|
+
import { ECSPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListTaskDefinitionFamilies(
|
|
8
|
+
config: ECSPaginationConfiguration,
|
|
9
|
+
input: ListTaskDefinitionFamiliesCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListTaskDefinitionFamiliesCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListTaskDefinitionsCommandInput,
|
|
4
|
+
ListTaskDefinitionsCommandOutput,
|
|
5
|
+
} from "../commands/ListTaskDefinitionsCommand";
|
|
6
|
+
import { ECSPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListTaskDefinitions(
|
|
8
|
+
config: ECSPaginationConfiguration,
|
|
9
|
+
input: ListTaskDefinitionsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListTaskDefinitionsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListTasksCommandInput,
|
|
4
|
+
ListTasksCommandOutput,
|
|
5
|
+
} from "../commands/ListTasksCommand";
|
|
6
|
+
import { ECSPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListTasks(
|
|
8
|
+
config: ECSPaginationConfiguration,
|
|
9
|
+
input: ListTasksCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListTasksCommandOutput>;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
export * from "./Interfaces";
|
|
2
|
-
export * from "./ListAccountSettingsPaginator";
|
|
3
|
-
export * from "./ListAttributesPaginator";
|
|
4
|
-
export * from "./ListClustersPaginator";
|
|
5
|
-
export * from "./ListContainerInstancesPaginator";
|
|
6
|
-
export * from "./ListServicesPaginator";
|
|
7
|
-
export * from "./ListTaskDefinitionFamiliesPaginator";
|
|
8
|
-
export * from "./ListTaskDefinitionsPaginator";
|
|
9
|
-
export * from "./ListTasksPaginator";
|
|
1
|
+
export * from "./Interfaces";
|
|
2
|
+
export * from "./ListAccountSettingsPaginator";
|
|
3
|
+
export * from "./ListAttributesPaginator";
|
|
4
|
+
export * from "./ListClustersPaginator";
|
|
5
|
+
export * from "./ListContainerInstancesPaginator";
|
|
6
|
+
export * from "./ListServicesPaginator";
|
|
7
|
+
export * from "./ListTaskDefinitionFamiliesPaginator";
|
|
8
|
+
export * from "./ListTaskDefinitionsPaginator";
|
|
9
|
+
export * from "./ListTasksPaginator";
|