@aws-sdk/client-ecs 3.37.0 → 3.41.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 +45 -0
- package/README.md +7 -7
- package/dist-cjs/commands/index.js +55 -0
- package/dist-cjs/endpoints.js +145 -23
- package/dist-cjs/index.js +5 -66
- package/dist-cjs/models/models_0.js +51 -5
- package/dist-cjs/pagination/index.js +12 -0
- package/dist-cjs/protocols/Aws_json1_1.js +58 -0
- package/dist-cjs/runtimeConfig.browser.js +6 -3
- package/dist-cjs/runtimeConfig.js +5 -3
- package/dist-cjs/waiters/index.js +6 -0
- package/dist-es/commands/index.js +52 -0
- package/dist-es/endpoints.js +145 -23
- package/dist-es/index.js +5 -66
- package/dist-es/models/models_0.js +40 -0
- package/dist-es/pagination/index.js +9 -0
- package/dist-es/protocols/Aws_json1_1.js +55 -1
- package/dist-es/runtimeConfig.browser.js +3 -2
- package/dist-es/runtimeConfig.js +3 -3
- package/dist-es/waiters/index.js +3 -0
- package/dist-types/ECS.d.ts +147 -152
- package/dist-types/ECSClient.d.ts +15 -7
- package/dist-types/commands/CreateCapacityProviderCommand.d.ts +5 -5
- package/dist-types/commands/CreateClusterCommand.d.ts +5 -5
- package/dist-types/commands/CreateServiceCommand.d.ts +52 -51
- package/dist-types/commands/CreateTaskSetCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAccountSettingCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAttributesCommand.d.ts +1 -1
- package/dist-types/commands/DeleteCapacityProviderCommand.d.ts +4 -4
- package/dist-types/commands/DeleteClusterCommand.d.ts +5 -6
- package/dist-types/commands/DeleteServiceCommand.d.ts +2 -2
- package/dist-types/commands/DeleteTaskSetCommand.d.ts +1 -1
- package/dist-types/commands/DeregisterContainerInstanceCommand.d.ts +8 -7
- package/dist-types/commands/DeregisterTaskDefinitionCommand.d.ts +8 -9
- package/dist-types/commands/DescribeCapacityProvidersCommand.d.ts +1 -1
- package/dist-types/commands/DescribeClustersCommand.d.ts +1 -1
- package/dist-types/commands/DescribeContainerInstancesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeServicesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTaskDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTaskSetsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTasksCommand.d.ts +1 -1
- package/dist-types/commands/DiscoverPollEndpointCommand.d.ts +2 -3
- package/dist-types/commands/ExecuteCommandCommand.d.ts +1 -1
- package/dist-types/commands/ListAccountSettingsCommand.d.ts +1 -1
- package/dist-types/commands/ListAttributesCommand.d.ts +4 -4
- package/dist-types/commands/ListClustersCommand.d.ts +1 -1
- package/dist-types/commands/ListContainerInstancesCommand.d.ts +1 -1
- package/dist-types/commands/ListServicesCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/ListTaskDefinitionFamiliesCommand.d.ts +7 -7
- package/dist-types/commands/ListTaskDefinitionsCommand.d.ts +1 -1
- package/dist-types/commands/ListTasksCommand.d.ts +1 -1
- package/dist-types/commands/PutAccountSettingCommand.d.ts +6 -6
- package/dist-types/commands/PutAccountSettingDefaultCommand.d.ts +1 -1
- package/dist-types/commands/PutAttributesCommand.d.ts +3 -3
- package/dist-types/commands/PutClusterCapacityProvidersCommand.d.ts +7 -7
- package/dist-types/commands/RegisterContainerInstanceCommand.d.ts +3 -4
- package/dist-types/commands/RegisterTaskDefinitionCommand.d.ts +2 -2
- package/dist-types/commands/RunTaskCommand.d.ts +6 -6
- package/dist-types/commands/StartTaskCommand.d.ts +1 -1
- package/dist-types/commands/StopTaskCommand.d.ts +1 -1
- package/dist-types/commands/SubmitAttachmentStateChangesCommand.d.ts +2 -3
- package/dist-types/commands/SubmitContainerStateChangeCommand.d.ts +2 -3
- package/dist-types/commands/SubmitTaskStateChangeCommand.d.ts +2 -3
- package/dist-types/commands/TagResourceCommand.d.ts +3 -3
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateCapacityProviderCommand.d.ts +1 -1
- package/dist-types/commands/UpdateClusterCommand.d.ts +1 -1
- package/dist-types/commands/UpdateClusterSettingsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateContainerAgentCommand.d.ts +4 -4
- package/dist-types/commands/UpdateContainerInstancesStateCommand.d.ts +6 -6
- package/dist-types/commands/UpdateServiceCommand.d.ts +16 -16
- package/dist-types/commands/UpdateServicePrimaryTaskSetCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTaskSetCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +52 -0
- package/dist-types/index.d.ts +5 -66
- package/dist-types/models/models_0.d.ts +1132 -910
- package/dist-types/pagination/index.d.ts +9 -0
- package/dist-types/runtimeConfig.browser.d.ts +2 -0
- package/dist-types/runtimeConfig.d.ts +2 -0
- package/dist-types/runtimeConfig.native.d.ts +2 -0
- package/dist-types/ts3.4/ECSClient.d.ts +4 -0
- package/dist-types/ts3.4/commands/index.d.ts +52 -0
- package/dist-types/ts3.4/index.d.ts +5 -66
- package/dist-types/ts3.4/models/models_0.d.ts +75 -0
- package/dist-types/ts3.4/pagination/index.d.ts +9 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -0
- package/dist-types/ts3.4/waiters/index.d.ts +3 -0
- package/dist-types/waiters/index.d.ts +3 -0
- package/package.json +27 -27
|
@@ -0,0 +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";
|
|
@@ -16,6 +16,8 @@ export declare const getRuntimeConfig: (config: ECSClientConfig) => {
|
|
|
16
16
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
17
17
|
sha256: import("@aws-sdk/types").HashConstructor;
|
|
18
18
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
19
|
+
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
20
|
+
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
19
21
|
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
20
22
|
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
21
23
|
apiVersion: string;
|
|
@@ -16,6 +16,8 @@ export declare const getRuntimeConfig: (config: ECSClientConfig) => {
|
|
|
16
16
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
17
17
|
sha256: import("@aws-sdk/types").HashConstructor;
|
|
18
18
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
19
|
+
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
20
|
+
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
19
21
|
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
20
22
|
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
21
23
|
apiVersion: string;
|
|
@@ -18,6 +18,8 @@ export declare const getRuntimeConfig: (config: ECSClientConfig) => {
|
|
|
18
18
|
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
19
19
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
20
20
|
logger: import("@aws-sdk/types").Logger;
|
|
21
|
+
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
22
|
+
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
21
23
|
serviceId: string;
|
|
22
24
|
region: string | import("@aws-sdk/types").Provider<string> | import("@aws-sdk/types").Provider<any>;
|
|
23
25
|
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
@@ -90,6 +90,10 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
|
|
|
90
90
|
|
|
91
91
|
logger?: __Logger;
|
|
92
92
|
|
|
93
|
+
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
94
|
+
|
|
95
|
+
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
96
|
+
|
|
93
97
|
serviceId?: string;
|
|
94
98
|
|
|
95
99
|
region?: string | __Provider<string>;
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
export * from "./CreateCapacityProviderCommand";
|
|
2
|
+
export * from "./CreateClusterCommand";
|
|
3
|
+
export * from "./CreateServiceCommand";
|
|
4
|
+
export * from "./CreateTaskSetCommand";
|
|
5
|
+
export * from "./DeleteAccountSettingCommand";
|
|
6
|
+
export * from "./DeleteAttributesCommand";
|
|
7
|
+
export * from "./DeleteCapacityProviderCommand";
|
|
8
|
+
export * from "./DeleteClusterCommand";
|
|
9
|
+
export * from "./DeleteServiceCommand";
|
|
10
|
+
export * from "./DeleteTaskSetCommand";
|
|
11
|
+
export * from "./DeregisterContainerInstanceCommand";
|
|
12
|
+
export * from "./DeregisterTaskDefinitionCommand";
|
|
13
|
+
export * from "./DescribeCapacityProvidersCommand";
|
|
14
|
+
export * from "./DescribeClustersCommand";
|
|
15
|
+
export * from "./DescribeContainerInstancesCommand";
|
|
16
|
+
export * from "./DescribeServicesCommand";
|
|
17
|
+
export * from "./DescribeTaskDefinitionCommand";
|
|
18
|
+
export * from "./DescribeTaskSetsCommand";
|
|
19
|
+
export * from "./DescribeTasksCommand";
|
|
20
|
+
export * from "./DiscoverPollEndpointCommand";
|
|
21
|
+
export * from "./ExecuteCommandCommand";
|
|
22
|
+
export * from "./ListAccountSettingsCommand";
|
|
23
|
+
export * from "./ListAttributesCommand";
|
|
24
|
+
export * from "./ListClustersCommand";
|
|
25
|
+
export * from "./ListContainerInstancesCommand";
|
|
26
|
+
export * from "./ListServicesCommand";
|
|
27
|
+
export * from "./ListTagsForResourceCommand";
|
|
28
|
+
export * from "./ListTaskDefinitionFamiliesCommand";
|
|
29
|
+
export * from "./ListTaskDefinitionsCommand";
|
|
30
|
+
export * from "./ListTasksCommand";
|
|
31
|
+
export * from "./PutAccountSettingCommand";
|
|
32
|
+
export * from "./PutAccountSettingDefaultCommand";
|
|
33
|
+
export * from "./PutAttributesCommand";
|
|
34
|
+
export * from "./PutClusterCapacityProvidersCommand";
|
|
35
|
+
export * from "./RegisterContainerInstanceCommand";
|
|
36
|
+
export * from "./RegisterTaskDefinitionCommand";
|
|
37
|
+
export * from "./RunTaskCommand";
|
|
38
|
+
export * from "./StartTaskCommand";
|
|
39
|
+
export * from "./StopTaskCommand";
|
|
40
|
+
export * from "./SubmitAttachmentStateChangesCommand";
|
|
41
|
+
export * from "./SubmitContainerStateChangeCommand";
|
|
42
|
+
export * from "./SubmitTaskStateChangeCommand";
|
|
43
|
+
export * from "./TagResourceCommand";
|
|
44
|
+
export * from "./UntagResourceCommand";
|
|
45
|
+
export * from "./UpdateCapacityProviderCommand";
|
|
46
|
+
export * from "./UpdateClusterCommand";
|
|
47
|
+
export * from "./UpdateClusterSettingsCommand";
|
|
48
|
+
export * from "./UpdateContainerAgentCommand";
|
|
49
|
+
export * from "./UpdateContainerInstancesStateCommand";
|
|
50
|
+
export * from "./UpdateServiceCommand";
|
|
51
|
+
export * from "./UpdateServicePrimaryTaskSetCommand";
|
|
52
|
+
export * from "./UpdateTaskSetCommand";
|
|
@@ -1,67 +1,6 @@
|
|
|
1
|
-
export * from "./ECSClient";
|
|
2
1
|
export * from "./ECS";
|
|
3
|
-
export * from "./
|
|
4
|
-
export * from "./commands
|
|
5
|
-
export * from "./
|
|
6
|
-
export * from "./
|
|
7
|
-
export * from "./
|
|
8
|
-
export * from "./commands/DeleteAttributesCommand";
|
|
9
|
-
export * from "./commands/DeleteCapacityProviderCommand";
|
|
10
|
-
export * from "./commands/DeleteClusterCommand";
|
|
11
|
-
export * from "./commands/DeleteServiceCommand";
|
|
12
|
-
export * from "./commands/DeleteTaskSetCommand";
|
|
13
|
-
export * from "./commands/DeregisterContainerInstanceCommand";
|
|
14
|
-
export * from "./commands/DeregisterTaskDefinitionCommand";
|
|
15
|
-
export * from "./commands/DescribeCapacityProvidersCommand";
|
|
16
|
-
export * from "./commands/DescribeClustersCommand";
|
|
17
|
-
export * from "./commands/DescribeContainerInstancesCommand";
|
|
18
|
-
export * from "./commands/DescribeServicesCommand";
|
|
19
|
-
export * from "./waiters/waitForServicesInactive";
|
|
20
|
-
export * from "./commands/DescribeTaskDefinitionCommand";
|
|
21
|
-
export * from "./commands/DescribeTasksCommand";
|
|
22
|
-
export * from "./waiters/waitForTasksRunning";
|
|
23
|
-
export * from "./waiters/waitForTasksStopped";
|
|
24
|
-
export * from "./commands/DescribeTaskSetsCommand";
|
|
25
|
-
export * from "./commands/DiscoverPollEndpointCommand";
|
|
26
|
-
export * from "./commands/ExecuteCommandCommand";
|
|
27
|
-
export * from "./commands/ListAccountSettingsCommand";
|
|
28
|
-
export * from "./pagination/ListAccountSettingsPaginator";
|
|
29
|
-
export * from "./commands/ListAttributesCommand";
|
|
30
|
-
export * from "./pagination/ListAttributesPaginator";
|
|
31
|
-
export * from "./commands/ListClustersCommand";
|
|
32
|
-
export * from "./pagination/ListClustersPaginator";
|
|
33
|
-
export * from "./commands/ListContainerInstancesCommand";
|
|
34
|
-
export * from "./pagination/ListContainerInstancesPaginator";
|
|
35
|
-
export * from "./commands/ListServicesCommand";
|
|
36
|
-
export * from "./pagination/ListServicesPaginator";
|
|
37
|
-
export * from "./commands/ListTagsForResourceCommand";
|
|
38
|
-
export * from "./commands/ListTaskDefinitionFamiliesCommand";
|
|
39
|
-
export * from "./pagination/ListTaskDefinitionFamiliesPaginator";
|
|
40
|
-
export * from "./commands/ListTaskDefinitionsCommand";
|
|
41
|
-
export * from "./pagination/ListTaskDefinitionsPaginator";
|
|
42
|
-
export * from "./commands/ListTasksCommand";
|
|
43
|
-
export * from "./pagination/ListTasksPaginator";
|
|
44
|
-
export * from "./commands/PutAccountSettingCommand";
|
|
45
|
-
export * from "./commands/PutAccountSettingDefaultCommand";
|
|
46
|
-
export * from "./commands/PutAttributesCommand";
|
|
47
|
-
export * from "./commands/PutClusterCapacityProvidersCommand";
|
|
48
|
-
export * from "./commands/RegisterContainerInstanceCommand";
|
|
49
|
-
export * from "./commands/RegisterTaskDefinitionCommand";
|
|
50
|
-
export * from "./commands/RunTaskCommand";
|
|
51
|
-
export * from "./commands/StartTaskCommand";
|
|
52
|
-
export * from "./commands/StopTaskCommand";
|
|
53
|
-
export * from "./commands/SubmitAttachmentStateChangesCommand";
|
|
54
|
-
export * from "./commands/SubmitContainerStateChangeCommand";
|
|
55
|
-
export * from "./commands/SubmitTaskStateChangeCommand";
|
|
56
|
-
export * from "./commands/TagResourceCommand";
|
|
57
|
-
export * from "./commands/UntagResourceCommand";
|
|
58
|
-
export * from "./commands/UpdateCapacityProviderCommand";
|
|
59
|
-
export * from "./commands/UpdateClusterCommand";
|
|
60
|
-
export * from "./commands/UpdateClusterSettingsCommand";
|
|
61
|
-
export * from "./commands/UpdateContainerAgentCommand";
|
|
62
|
-
export * from "./commands/UpdateContainerInstancesStateCommand";
|
|
63
|
-
export * from "./commands/UpdateServiceCommand";
|
|
64
|
-
export * from "./commands/UpdateServicePrimaryTaskSetCommand";
|
|
65
|
-
export * from "./commands/UpdateTaskSetCommand";
|
|
66
|
-
export * from "./pagination/Interfaces";
|
|
67
|
-
export * from "./models/index";
|
|
2
|
+
export * from "./ECSClient";
|
|
3
|
+
export * from "./commands";
|
|
4
|
+
export * from "./models";
|
|
5
|
+
export * from "./pagination";
|
|
6
|
+
export * from "./waiters";
|
|
@@ -559,6 +559,8 @@ export interface Deployment {
|
|
|
559
559
|
|
|
560
560
|
platformVersion?: string;
|
|
561
561
|
|
|
562
|
+
platformFamily?: string;
|
|
563
|
+
|
|
562
564
|
networkConfiguration?: NetworkConfiguration;
|
|
563
565
|
|
|
564
566
|
rolloutState?: DeploymentRolloutState | string;
|
|
@@ -635,6 +637,8 @@ export interface TaskSet {
|
|
|
635
637
|
|
|
636
638
|
platformVersion?: string;
|
|
637
639
|
|
|
640
|
+
platformFamily?: string;
|
|
641
|
+
|
|
638
642
|
networkConfiguration?: NetworkConfiguration;
|
|
639
643
|
|
|
640
644
|
loadBalancers?: LoadBalancer[];
|
|
@@ -680,6 +684,8 @@ export interface Service {
|
|
|
680
684
|
|
|
681
685
|
platformVersion?: string;
|
|
682
686
|
|
|
687
|
+
platformFamily?: string;
|
|
688
|
+
|
|
683
689
|
taskDefinition?: string;
|
|
684
690
|
|
|
685
691
|
deploymentConfiguration?: DeploymentConfiguration;
|
|
@@ -1028,6 +1034,41 @@ export declare namespace DeregisterContainerInstanceRequest {
|
|
|
1028
1034
|
|
|
1029
1035
|
const filterSensitiveLog: (obj: DeregisterContainerInstanceRequest) => any;
|
|
1030
1036
|
}
|
|
1037
|
+
export declare enum InstanceHealthCheckState {
|
|
1038
|
+
IMPAIRED = "IMPAIRED",
|
|
1039
|
+
INITIALIZING = "INITIALIZING",
|
|
1040
|
+
INSUFFICIENT_DATA = "INSUFFICIENT_DATA",
|
|
1041
|
+
OK = "OK"
|
|
1042
|
+
}
|
|
1043
|
+
export declare enum InstanceHealthCheckType {
|
|
1044
|
+
CONTAINER_RUNTIME = "CONTAINER_RUNTIME"
|
|
1045
|
+
}
|
|
1046
|
+
|
|
1047
|
+
export interface InstanceHealthCheckResult {
|
|
1048
|
+
|
|
1049
|
+
type?: InstanceHealthCheckType | string;
|
|
1050
|
+
|
|
1051
|
+
status?: InstanceHealthCheckState | string;
|
|
1052
|
+
|
|
1053
|
+
lastUpdated?: Date;
|
|
1054
|
+
|
|
1055
|
+
lastStatusChange?: Date;
|
|
1056
|
+
}
|
|
1057
|
+
export declare namespace InstanceHealthCheckResult {
|
|
1058
|
+
|
|
1059
|
+
const filterSensitiveLog: (obj: InstanceHealthCheckResult) => any;
|
|
1060
|
+
}
|
|
1061
|
+
|
|
1062
|
+
export interface ContainerInstanceHealthStatus {
|
|
1063
|
+
|
|
1064
|
+
overallStatus?: InstanceHealthCheckState | string;
|
|
1065
|
+
|
|
1066
|
+
details?: InstanceHealthCheckResult[];
|
|
1067
|
+
}
|
|
1068
|
+
export declare namespace ContainerInstanceHealthStatus {
|
|
1069
|
+
|
|
1070
|
+
const filterSensitiveLog: (obj: ContainerInstanceHealthStatus) => any;
|
|
1071
|
+
}
|
|
1031
1072
|
|
|
1032
1073
|
export interface Resource {
|
|
1033
1074
|
|
|
@@ -1096,6 +1137,8 @@ export interface ContainerInstance {
|
|
|
1096
1137
|
attachments?: Attachment[];
|
|
1097
1138
|
|
|
1098
1139
|
tags?: Tag[];
|
|
1140
|
+
|
|
1141
|
+
healthStatus?: ContainerInstanceHealthStatus;
|
|
1099
1142
|
}
|
|
1100
1143
|
export declare namespace ContainerInstance {
|
|
1101
1144
|
|
|
@@ -1555,6 +1598,31 @@ export declare namespace ProxyConfiguration {
|
|
|
1555
1598
|
|
|
1556
1599
|
const filterSensitiveLog: (obj: ProxyConfiguration) => any;
|
|
1557
1600
|
}
|
|
1601
|
+
export declare enum CPUArchitecture {
|
|
1602
|
+
ARM64 = "ARM64",
|
|
1603
|
+
X86_64 = "X86_64"
|
|
1604
|
+
}
|
|
1605
|
+
export declare enum OSFamily {
|
|
1606
|
+
LINUX = "LINUX",
|
|
1607
|
+
WINDOWS_SERVER_2004_CORE = "WINDOWS_SERVER_2004_CORE",
|
|
1608
|
+
WINDOWS_SERVER_2016_FULL = "WINDOWS_SERVER_2016_FULL",
|
|
1609
|
+
WINDOWS_SERVER_2019_CORE = "WINDOWS_SERVER_2019_CORE",
|
|
1610
|
+
WINDOWS_SERVER_2019_FULL = "WINDOWS_SERVER_2019_FULL",
|
|
1611
|
+
WINDOWS_SERVER_2022_CORE = "WINDOWS_SERVER_2022_CORE",
|
|
1612
|
+
WINDOWS_SERVER_2022_FULL = "WINDOWS_SERVER_2022_FULL",
|
|
1613
|
+
WINDOWS_SERVER_20H2_CORE = "WINDOWS_SERVER_20H2_CORE"
|
|
1614
|
+
}
|
|
1615
|
+
|
|
1616
|
+
export interface RuntimePlatform {
|
|
1617
|
+
|
|
1618
|
+
cpuArchitecture?: CPUArchitecture | string;
|
|
1619
|
+
|
|
1620
|
+
operatingSystemFamily?: OSFamily | string;
|
|
1621
|
+
}
|
|
1622
|
+
export declare namespace RuntimePlatform {
|
|
1623
|
+
|
|
1624
|
+
const filterSensitiveLog: (obj: RuntimePlatform) => any;
|
|
1625
|
+
}
|
|
1558
1626
|
export declare enum TaskDefinitionStatus {
|
|
1559
1627
|
ACTIVE = "ACTIVE",
|
|
1560
1628
|
INACTIVE = "INACTIVE"
|
|
@@ -1697,6 +1765,8 @@ export interface TaskDefinition {
|
|
|
1697
1765
|
|
|
1698
1766
|
compatibilities?: (Compatibility | string)[];
|
|
1699
1767
|
|
|
1768
|
+
runtimePlatform?: RuntimePlatform;
|
|
1769
|
+
|
|
1700
1770
|
requiresCompatibilities?: (Compatibility | string)[];
|
|
1701
1771
|
|
|
1702
1772
|
cpu?: string;
|
|
@@ -1801,6 +1871,7 @@ export declare namespace DescribeClustersResponse {
|
|
|
1801
1871
|
const filterSensitiveLog: (obj: DescribeClustersResponse) => any;
|
|
1802
1872
|
}
|
|
1803
1873
|
export declare enum ContainerInstanceField {
|
|
1874
|
+
CONTAINER_INSTANCE_HEALTH = "CONTAINER_INSTANCE_HEALTH",
|
|
1804
1875
|
TAGS = "TAGS"
|
|
1805
1876
|
}
|
|
1806
1877
|
export interface DescribeContainerInstancesRequest {
|
|
@@ -2091,6 +2162,8 @@ export interface Task {
|
|
|
2091
2162
|
|
|
2092
2163
|
platformVersion?: string;
|
|
2093
2164
|
|
|
2165
|
+
platformFamily?: string;
|
|
2166
|
+
|
|
2094
2167
|
pullStartedAt?: Date;
|
|
2095
2168
|
|
|
2096
2169
|
pullStoppedAt?: Date;
|
|
@@ -2659,6 +2732,8 @@ export interface RegisterTaskDefinitionRequest {
|
|
|
2659
2732
|
inferenceAccelerators?: InferenceAccelerator[];
|
|
2660
2733
|
|
|
2661
2734
|
ephemeralStorage?: EphemeralStorage;
|
|
2735
|
+
|
|
2736
|
+
runtimePlatform?: RuntimePlatform;
|
|
2662
2737
|
}
|
|
2663
2738
|
export declare namespace RegisterTaskDefinitionRequest {
|
|
2664
2739
|
|
|
@@ -0,0 +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";
|
|
@@ -14,6 +14,8 @@ export declare const getRuntimeConfig: (config: ECSClientConfig) => {
|
|
|
14
14
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
15
15
|
sha256: import("@aws-sdk/types").HashConstructor;
|
|
16
16
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
17
|
+
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
18
|
+
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
17
19
|
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
18
20
|
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
19
21
|
apiVersion: string;
|
|
@@ -14,6 +14,8 @@ export declare const getRuntimeConfig: (config: ECSClientConfig) => {
|
|
|
14
14
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
15
15
|
sha256: import("@aws-sdk/types").HashConstructor;
|
|
16
16
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
17
|
+
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
18
|
+
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
17
19
|
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
18
20
|
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
19
21
|
apiVersion: string;
|
|
@@ -16,6 +16,8 @@ export declare const getRuntimeConfig: (config: ECSClientConfig) => {
|
|
|
16
16
|
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
17
17
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
18
18
|
logger: import("@aws-sdk/types").Logger;
|
|
19
|
+
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
20
|
+
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
19
21
|
serviceId: string;
|
|
20
22
|
region: string | import("@aws-sdk/types").Provider<string> | import("@aws-sdk/types").Provider<any>;
|
|
21
23
|
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
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.41.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "yarn build:cjs && yarn build:es && yarn build:types",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.json",
|
|
@@ -19,41 +19,41 @@
|
|
|
19
19
|
"module": "./dist-es/index.js",
|
|
20
20
|
"sideEffects": false,
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@aws-crypto/sha256-browser": "
|
|
23
|
-
"@aws-crypto/sha256-js": "
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/config-resolver": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
28
|
-
"@aws-sdk/hash-node": "3.
|
|
29
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
30
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
31
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
32
|
-
"@aws-sdk/middleware-logger": "3.
|
|
33
|
-
"@aws-sdk/middleware-retry": "3.
|
|
34
|
-
"@aws-sdk/middleware-serde": "3.
|
|
35
|
-
"@aws-sdk/middleware-signing": "3.
|
|
36
|
-
"@aws-sdk/middleware-stack": "3.
|
|
37
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
38
|
-
"@aws-sdk/node-config-provider": "3.
|
|
39
|
-
"@aws-sdk/node-http-handler": "3.
|
|
40
|
-
"@aws-sdk/protocol-http": "3.
|
|
41
|
-
"@aws-sdk/smithy-client": "3.
|
|
42
|
-
"@aws-sdk/types": "3.
|
|
43
|
-
"@aws-sdk/url-parser": "3.
|
|
22
|
+
"@aws-crypto/sha256-browser": "2.0.0",
|
|
23
|
+
"@aws-crypto/sha256-js": "2.0.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.41.0",
|
|
25
|
+
"@aws-sdk/config-resolver": "3.40.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.41.0",
|
|
27
|
+
"@aws-sdk/fetch-http-handler": "3.40.0",
|
|
28
|
+
"@aws-sdk/hash-node": "3.40.0",
|
|
29
|
+
"@aws-sdk/invalid-dependency": "3.40.0",
|
|
30
|
+
"@aws-sdk/middleware-content-length": "3.40.0",
|
|
31
|
+
"@aws-sdk/middleware-host-header": "3.40.0",
|
|
32
|
+
"@aws-sdk/middleware-logger": "3.40.0",
|
|
33
|
+
"@aws-sdk/middleware-retry": "3.40.0",
|
|
34
|
+
"@aws-sdk/middleware-serde": "3.40.0",
|
|
35
|
+
"@aws-sdk/middleware-signing": "3.40.0",
|
|
36
|
+
"@aws-sdk/middleware-stack": "3.40.0",
|
|
37
|
+
"@aws-sdk/middleware-user-agent": "3.40.0",
|
|
38
|
+
"@aws-sdk/node-config-provider": "3.40.0",
|
|
39
|
+
"@aws-sdk/node-http-handler": "3.40.0",
|
|
40
|
+
"@aws-sdk/protocol-http": "3.40.0",
|
|
41
|
+
"@aws-sdk/smithy-client": "3.41.0",
|
|
42
|
+
"@aws-sdk/types": "3.40.0",
|
|
43
|
+
"@aws-sdk/url-parser": "3.40.0",
|
|
44
44
|
"@aws-sdk/util-base64-browser": "3.37.0",
|
|
45
45
|
"@aws-sdk/util-base64-node": "3.37.0",
|
|
46
46
|
"@aws-sdk/util-body-length-browser": "3.37.0",
|
|
47
47
|
"@aws-sdk/util-body-length-node": "3.37.0",
|
|
48
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
49
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
48
|
+
"@aws-sdk/util-user-agent-browser": "3.40.0",
|
|
49
|
+
"@aws-sdk/util-user-agent-node": "3.40.0",
|
|
50
50
|
"@aws-sdk/util-utf8-browser": "3.37.0",
|
|
51
51
|
"@aws-sdk/util-utf8-node": "3.37.0",
|
|
52
|
-
"@aws-sdk/util-waiter": "3.
|
|
52
|
+
"@aws-sdk/util-waiter": "3.40.0",
|
|
53
53
|
"tslib": "^2.3.0"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
|
-
"@aws-sdk/client-documentation-generator": "3.
|
|
56
|
+
"@aws-sdk/service-client-documentation-generator": "3.38.0",
|
|
57
57
|
"@types/node": "^12.7.5",
|
|
58
58
|
"downlevel-dts": "0.7.0",
|
|
59
59
|
"jest": "^26.1.0",
|