@aws-sdk/client-ecs 3.38.0 → 3.42.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 +41 -0
- package/README.md +7 -7
- package/dist-cjs/endpoints.js +145 -23
- package/dist-cjs/models/models_0.js +51 -5
- 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-es/endpoints.js +145 -23
- package/dist-es/models/models_0.js +40 -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-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/models/models_0.d.ts +1132 -910
- 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/models/models_0.d.ts +75 -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/package.json +26 -26
|
@@ -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>;
|
|
@@ -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
|
|
|
@@ -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.42.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,37 +19,37 @@
|
|
|
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.42.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": {
|