@aws-sdk/client-ecs 3.896.0 → 3.900.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 +395 -65
- package/dist-es/models/models_0.js +111 -93
- package/dist-es/models/models_1.js +69 -0
- package/dist-es/protocols/Aws_json1_1.js +227 -14
- package/dist-types/commands/CreateCapacityProviderCommand.d.ts +188 -9
- package/dist-types/commands/CreateServiceCommand.d.ts +4 -4
- package/dist-types/commands/CreateTaskSetCommand.d.ts +2 -2
- package/dist-types/commands/DeleteCapacityProviderCommand.d.ts +99 -2
- package/dist-types/commands/DeleteClusterCommand.d.ts +3 -0
- package/dist-types/commands/DeleteServiceCommand.d.ts +3 -3
- package/dist-types/commands/DeleteTaskDefinitionsCommand.d.ts +2 -2
- package/dist-types/commands/DeleteTaskSetCommand.d.ts +1 -1
- package/dist-types/commands/DeregisterTaskDefinitionCommand.d.ts +2 -2
- package/dist-types/commands/DescribeCapacityProvidersCommand.d.ts +99 -2
- package/dist-types/commands/DescribeServiceRevisionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeServicesCommand.d.ts +3 -3
- package/dist-types/commands/DescribeTaskDefinitionCommand.d.ts +2 -2
- package/dist-types/commands/DescribeTaskSetsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTasksCommand.d.ts +1 -1
- package/dist-types/commands/ListServicesCommand.d.ts +1 -1
- package/dist-types/commands/ListTasksCommand.d.ts +1 -1
- package/dist-types/commands/PutAccountSettingDefaultCommand.d.ts +1 -1
- package/dist-types/commands/PutAttributesCommand.d.ts +1 -1
- package/dist-types/commands/PutClusterCapacityProvidersCommand.d.ts +2 -1
- package/dist-types/commands/RegisterContainerInstanceCommand.d.ts +1 -1
- package/dist-types/commands/RegisterTaskDefinitionCommand.d.ts +4 -4
- package/dist-types/commands/RunTaskCommand.d.ts +3 -3
- package/dist-types/commands/StartTaskCommand.d.ts +2 -2
- package/dist-types/commands/StopServiceDeploymentCommand.d.ts +1 -1
- package/dist-types/commands/StopTaskCommand.d.ts +2 -3
- package/dist-types/commands/UpdateCapacityProviderCommand.d.ts +188 -2
- package/dist-types/commands/UpdateServiceCommand.d.ts +3 -3
- 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 +8064 -8888
- package/dist-types/models/models_1.d.ts +1487 -11
- package/dist-types/ts3.4/commands/PutAccountSettingDefaultCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutAttributesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutClusterCapacityProvidersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RegisterContainerInstanceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RegisterTaskDefinitionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RunTaskCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartTaskCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopServiceDeploymentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopTaskCommand.d.ts +1 -2
- package/dist-types/ts3.4/models/models_0.d.ts +217 -205
- package/dist-types/ts3.4/models/models_1.d.ts +233 -1
- package/package.json +11 -11
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
2
|
import { ECSServiceException as __BaseException } from "./ECSServiceException";
|
|
3
3
|
import {
|
|
4
|
+
Attribute,
|
|
4
5
|
AvailabilityZoneRebalancing,
|
|
5
6
|
CapacityProvider,
|
|
6
7
|
CapacityProviderStrategyItem,
|
|
@@ -8,32 +9,247 @@ import {
|
|
|
8
9
|
ClusterConfiguration,
|
|
9
10
|
ClusterServiceConnectDefaultsRequest,
|
|
10
11
|
ClusterSetting,
|
|
12
|
+
Compatibility,
|
|
13
|
+
ContainerDefinition,
|
|
11
14
|
ContainerInstance,
|
|
12
15
|
ContainerInstanceStatus,
|
|
13
16
|
DeploymentConfiguration,
|
|
14
17
|
DeploymentController,
|
|
18
|
+
EBSTagSpecification,
|
|
19
|
+
EphemeralStorage,
|
|
15
20
|
Failure,
|
|
21
|
+
InferenceAccelerator,
|
|
22
|
+
InstanceRequirementsRequest,
|
|
23
|
+
IpcMode,
|
|
24
|
+
LaunchType,
|
|
16
25
|
LoadBalancer,
|
|
17
26
|
ManagedAgentName,
|
|
18
27
|
ManagedDraining,
|
|
28
|
+
ManagedInstancesMonitoringOptions,
|
|
29
|
+
ManagedInstancesNetworkConfiguration,
|
|
30
|
+
ManagedInstancesStorageConfiguration,
|
|
19
31
|
ManagedScaling,
|
|
20
32
|
ManagedTerminationProtection,
|
|
21
33
|
NetworkBinding,
|
|
22
34
|
NetworkConfiguration,
|
|
35
|
+
NetworkMode,
|
|
36
|
+
PidMode,
|
|
23
37
|
PlacementConstraint,
|
|
24
38
|
PlacementStrategy,
|
|
39
|
+
PropagateMITags,
|
|
25
40
|
PropagateTags,
|
|
26
41
|
ProtectedTask,
|
|
42
|
+
ProxyConfiguration,
|
|
43
|
+
Resource,
|
|
44
|
+
RuntimePlatform,
|
|
27
45
|
Scale,
|
|
28
46
|
Service,
|
|
29
47
|
ServiceConnectConfiguration,
|
|
30
48
|
ServiceRegistry,
|
|
31
49
|
ServiceVolumeConfiguration,
|
|
50
|
+
Setting,
|
|
51
|
+
SettingName,
|
|
32
52
|
Tag,
|
|
33
53
|
Task,
|
|
54
|
+
TaskDefinition,
|
|
55
|
+
TaskDefinitionPlacementConstraint,
|
|
56
|
+
TaskFilesystemType,
|
|
57
|
+
TaskOverride,
|
|
34
58
|
TaskSet,
|
|
59
|
+
VersionInfo,
|
|
60
|
+
Volume,
|
|
35
61
|
VpcLatticeConfiguration,
|
|
36
62
|
} from "./models_0";
|
|
63
|
+
export interface PutAccountSettingDefaultRequest {
|
|
64
|
+
name: SettingName | undefined;
|
|
65
|
+
value: string | undefined;
|
|
66
|
+
}
|
|
67
|
+
export interface PutAccountSettingDefaultResponse {
|
|
68
|
+
setting?: Setting | undefined;
|
|
69
|
+
}
|
|
70
|
+
export declare class AttributeLimitExceededException extends __BaseException {
|
|
71
|
+
readonly name: "AttributeLimitExceededException";
|
|
72
|
+
readonly $fault: "client";
|
|
73
|
+
constructor(
|
|
74
|
+
opts: __ExceptionOptionType<
|
|
75
|
+
AttributeLimitExceededException,
|
|
76
|
+
__BaseException
|
|
77
|
+
>
|
|
78
|
+
);
|
|
79
|
+
}
|
|
80
|
+
export interface PutAttributesRequest {
|
|
81
|
+
cluster?: string | undefined;
|
|
82
|
+
attributes: Attribute[] | undefined;
|
|
83
|
+
}
|
|
84
|
+
export interface PutAttributesResponse {
|
|
85
|
+
attributes?: Attribute[] | undefined;
|
|
86
|
+
}
|
|
87
|
+
export interface PutClusterCapacityProvidersRequest {
|
|
88
|
+
cluster: string | undefined;
|
|
89
|
+
capacityProviders: string[] | undefined;
|
|
90
|
+
defaultCapacityProviderStrategy: CapacityProviderStrategyItem[] | undefined;
|
|
91
|
+
}
|
|
92
|
+
export interface PutClusterCapacityProvidersResponse {
|
|
93
|
+
cluster?: Cluster | undefined;
|
|
94
|
+
}
|
|
95
|
+
export declare class ResourceInUseException extends __BaseException {
|
|
96
|
+
readonly name: "ResourceInUseException";
|
|
97
|
+
readonly $fault: "client";
|
|
98
|
+
constructor(
|
|
99
|
+
opts: __ExceptionOptionType<ResourceInUseException, __BaseException>
|
|
100
|
+
);
|
|
101
|
+
}
|
|
102
|
+
export declare const PlatformDeviceType: {
|
|
103
|
+
readonly GPU: "GPU";
|
|
104
|
+
};
|
|
105
|
+
export type PlatformDeviceType =
|
|
106
|
+
(typeof PlatformDeviceType)[keyof typeof PlatformDeviceType];
|
|
107
|
+
export interface PlatformDevice {
|
|
108
|
+
id: string | undefined;
|
|
109
|
+
type: PlatformDeviceType | undefined;
|
|
110
|
+
}
|
|
111
|
+
export interface RegisterContainerInstanceRequest {
|
|
112
|
+
cluster?: string | undefined;
|
|
113
|
+
instanceIdentityDocument?: string | undefined;
|
|
114
|
+
instanceIdentityDocumentSignature?: string | undefined;
|
|
115
|
+
totalResources?: Resource[] | undefined;
|
|
116
|
+
versionInfo?: VersionInfo | undefined;
|
|
117
|
+
containerInstanceArn?: string | undefined;
|
|
118
|
+
attributes?: Attribute[] | undefined;
|
|
119
|
+
platformDevices?: PlatformDevice[] | undefined;
|
|
120
|
+
tags?: Tag[] | undefined;
|
|
121
|
+
}
|
|
122
|
+
export interface RegisterContainerInstanceResponse {
|
|
123
|
+
containerInstance?: ContainerInstance | undefined;
|
|
124
|
+
}
|
|
125
|
+
export interface RegisterTaskDefinitionRequest {
|
|
126
|
+
family: string | undefined;
|
|
127
|
+
taskRoleArn?: string | undefined;
|
|
128
|
+
executionRoleArn?: string | undefined;
|
|
129
|
+
networkMode?: NetworkMode | undefined;
|
|
130
|
+
containerDefinitions: ContainerDefinition[] | undefined;
|
|
131
|
+
volumes?: Volume[] | undefined;
|
|
132
|
+
placementConstraints?: TaskDefinitionPlacementConstraint[] | undefined;
|
|
133
|
+
requiresCompatibilities?: Compatibility[] | undefined;
|
|
134
|
+
cpu?: string | undefined;
|
|
135
|
+
memory?: string | undefined;
|
|
136
|
+
tags?: Tag[] | undefined;
|
|
137
|
+
pidMode?: PidMode | undefined;
|
|
138
|
+
ipcMode?: IpcMode | undefined;
|
|
139
|
+
proxyConfiguration?: ProxyConfiguration | undefined;
|
|
140
|
+
inferenceAccelerators?: InferenceAccelerator[] | undefined;
|
|
141
|
+
ephemeralStorage?: EphemeralStorage | undefined;
|
|
142
|
+
runtimePlatform?: RuntimePlatform | undefined;
|
|
143
|
+
enableFaultInjection?: boolean | undefined;
|
|
144
|
+
}
|
|
145
|
+
export interface RegisterTaskDefinitionResponse {
|
|
146
|
+
taskDefinition?: TaskDefinition | undefined;
|
|
147
|
+
tags?: Tag[] | undefined;
|
|
148
|
+
}
|
|
149
|
+
export declare class BlockedException extends __BaseException {
|
|
150
|
+
readonly name: "BlockedException";
|
|
151
|
+
readonly $fault: "client";
|
|
152
|
+
constructor(opts: __ExceptionOptionType<BlockedException, __BaseException>);
|
|
153
|
+
}
|
|
154
|
+
export declare class ConflictException extends __BaseException {
|
|
155
|
+
readonly name: "ConflictException";
|
|
156
|
+
readonly $fault: "client";
|
|
157
|
+
resourceIds?: string[] | undefined;
|
|
158
|
+
constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
|
|
159
|
+
}
|
|
160
|
+
export interface TaskManagedEBSVolumeTerminationPolicy {
|
|
161
|
+
deleteOnTermination: boolean | undefined;
|
|
162
|
+
}
|
|
163
|
+
export interface TaskManagedEBSVolumeConfiguration {
|
|
164
|
+
encrypted?: boolean | undefined;
|
|
165
|
+
kmsKeyId?: string | undefined;
|
|
166
|
+
volumeType?: string | undefined;
|
|
167
|
+
sizeInGiB?: number | undefined;
|
|
168
|
+
snapshotId?: string | undefined;
|
|
169
|
+
volumeInitializationRate?: number | undefined;
|
|
170
|
+
iops?: number | undefined;
|
|
171
|
+
throughput?: number | undefined;
|
|
172
|
+
tagSpecifications?: EBSTagSpecification[] | undefined;
|
|
173
|
+
roleArn: string | undefined;
|
|
174
|
+
terminationPolicy?: TaskManagedEBSVolumeTerminationPolicy | undefined;
|
|
175
|
+
filesystemType?: TaskFilesystemType | undefined;
|
|
176
|
+
}
|
|
177
|
+
export interface TaskVolumeConfiguration {
|
|
178
|
+
name: string | undefined;
|
|
179
|
+
managedEBSVolume?: TaskManagedEBSVolumeConfiguration | undefined;
|
|
180
|
+
}
|
|
181
|
+
export interface RunTaskRequest {
|
|
182
|
+
capacityProviderStrategy?: CapacityProviderStrategyItem[] | undefined;
|
|
183
|
+
cluster?: string | undefined;
|
|
184
|
+
count?: number | undefined;
|
|
185
|
+
enableECSManagedTags?: boolean | undefined;
|
|
186
|
+
enableExecuteCommand?: boolean | undefined;
|
|
187
|
+
group?: string | undefined;
|
|
188
|
+
launchType?: LaunchType | undefined;
|
|
189
|
+
networkConfiguration?: NetworkConfiguration | undefined;
|
|
190
|
+
overrides?: TaskOverride | undefined;
|
|
191
|
+
placementConstraints?: PlacementConstraint[] | undefined;
|
|
192
|
+
placementStrategy?: PlacementStrategy[] | undefined;
|
|
193
|
+
platformVersion?: string | undefined;
|
|
194
|
+
propagateTags?: PropagateTags | undefined;
|
|
195
|
+
referenceId?: string | undefined;
|
|
196
|
+
startedBy?: string | undefined;
|
|
197
|
+
tags?: Tag[] | undefined;
|
|
198
|
+
taskDefinition: string | undefined;
|
|
199
|
+
clientToken?: string | undefined;
|
|
200
|
+
volumeConfigurations?: TaskVolumeConfiguration[] | undefined;
|
|
201
|
+
}
|
|
202
|
+
export interface RunTaskResponse {
|
|
203
|
+
tasks?: Task[] | undefined;
|
|
204
|
+
failures?: Failure[] | undefined;
|
|
205
|
+
}
|
|
206
|
+
export interface StartTaskRequest {
|
|
207
|
+
cluster?: string | undefined;
|
|
208
|
+
containerInstances: string[] | undefined;
|
|
209
|
+
enableECSManagedTags?: boolean | undefined;
|
|
210
|
+
enableExecuteCommand?: boolean | undefined;
|
|
211
|
+
group?: string | undefined;
|
|
212
|
+
networkConfiguration?: NetworkConfiguration | undefined;
|
|
213
|
+
overrides?: TaskOverride | undefined;
|
|
214
|
+
propagateTags?: PropagateTags | undefined;
|
|
215
|
+
referenceId?: string | undefined;
|
|
216
|
+
startedBy?: string | undefined;
|
|
217
|
+
tags?: Tag[] | undefined;
|
|
218
|
+
taskDefinition: string | undefined;
|
|
219
|
+
volumeConfigurations?: TaskVolumeConfiguration[] | undefined;
|
|
220
|
+
}
|
|
221
|
+
export interface StartTaskResponse {
|
|
222
|
+
tasks?: Task[] | undefined;
|
|
223
|
+
failures?: Failure[] | undefined;
|
|
224
|
+
}
|
|
225
|
+
export declare class ServiceDeploymentNotFoundException extends __BaseException {
|
|
226
|
+
readonly name: "ServiceDeploymentNotFoundException";
|
|
227
|
+
readonly $fault: "client";
|
|
228
|
+
constructor(
|
|
229
|
+
opts: __ExceptionOptionType<
|
|
230
|
+
ServiceDeploymentNotFoundException,
|
|
231
|
+
__BaseException
|
|
232
|
+
>
|
|
233
|
+
);
|
|
234
|
+
}
|
|
235
|
+
export declare const StopServiceDeploymentStopType: {
|
|
236
|
+
readonly ABORT: "ABORT";
|
|
237
|
+
readonly ROLLBACK: "ROLLBACK";
|
|
238
|
+
};
|
|
239
|
+
export type StopServiceDeploymentStopType =
|
|
240
|
+
(typeof StopServiceDeploymentStopType)[keyof typeof StopServiceDeploymentStopType];
|
|
241
|
+
export interface StopServiceDeploymentRequest {
|
|
242
|
+
serviceDeploymentArn: string | undefined;
|
|
243
|
+
stopType?: StopServiceDeploymentStopType | undefined;
|
|
244
|
+
}
|
|
245
|
+
export interface StopServiceDeploymentResponse {
|
|
246
|
+
serviceDeploymentArn?: string | undefined;
|
|
247
|
+
}
|
|
248
|
+
export interface StopTaskRequest {
|
|
249
|
+
cluster?: string | undefined;
|
|
250
|
+
task: string | undefined;
|
|
251
|
+
reason?: string | undefined;
|
|
252
|
+
}
|
|
37
253
|
export interface StopTaskResponse {
|
|
38
254
|
task?: Task | undefined;
|
|
39
255
|
}
|
|
@@ -106,9 +322,25 @@ export interface AutoScalingGroupProviderUpdate {
|
|
|
106
322
|
managedTerminationProtection?: ManagedTerminationProtection | undefined;
|
|
107
323
|
managedDraining?: ManagedDraining | undefined;
|
|
108
324
|
}
|
|
325
|
+
export interface InstanceLaunchTemplateUpdate {
|
|
326
|
+
ec2InstanceProfileArn?: string | undefined;
|
|
327
|
+
networkConfiguration?: ManagedInstancesNetworkConfiguration | undefined;
|
|
328
|
+
storageConfiguration?: ManagedInstancesStorageConfiguration | undefined;
|
|
329
|
+
monitoring?: ManagedInstancesMonitoringOptions | undefined;
|
|
330
|
+
instanceRequirements?: InstanceRequirementsRequest | undefined;
|
|
331
|
+
}
|
|
332
|
+
export interface UpdateManagedInstancesProviderConfiguration {
|
|
333
|
+
infrastructureRoleArn: string | undefined;
|
|
334
|
+
instanceLaunchTemplate: InstanceLaunchTemplateUpdate | undefined;
|
|
335
|
+
propagateTags?: PropagateMITags | undefined;
|
|
336
|
+
}
|
|
109
337
|
export interface UpdateCapacityProviderRequest {
|
|
110
338
|
name: string | undefined;
|
|
111
|
-
|
|
339
|
+
cluster?: string | undefined;
|
|
340
|
+
autoScalingGroupProvider?: AutoScalingGroupProviderUpdate | undefined;
|
|
341
|
+
managedInstancesProvider?:
|
|
342
|
+
| UpdateManagedInstancesProviderConfiguration
|
|
343
|
+
| undefined;
|
|
112
344
|
}
|
|
113
345
|
export interface UpdateCapacityProviderResponse {
|
|
114
346
|
capacityProvider?: CapacityProvider | undefined;
|
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.900.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,38 +20,38 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/core": "3.899.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.899.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.893.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.893.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.893.0",
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.899.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.893.0",
|
|
30
30
|
"@aws-sdk/types": "3.893.0",
|
|
31
31
|
"@aws-sdk/util-endpoints": "3.895.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.893.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.899.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.2.2",
|
|
35
|
-
"@smithy/core": "^3.
|
|
35
|
+
"@smithy/core": "^3.13.0",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.2.1",
|
|
37
37
|
"@smithy/hash-node": "^4.1.1",
|
|
38
38
|
"@smithy/invalid-dependency": "^4.1.1",
|
|
39
39
|
"@smithy/middleware-content-length": "^4.1.1",
|
|
40
|
-
"@smithy/middleware-endpoint": "^4.2.
|
|
41
|
-
"@smithy/middleware-retry": "^4.3.
|
|
40
|
+
"@smithy/middleware-endpoint": "^4.2.5",
|
|
41
|
+
"@smithy/middleware-retry": "^4.3.1",
|
|
42
42
|
"@smithy/middleware-serde": "^4.1.1",
|
|
43
43
|
"@smithy/middleware-stack": "^4.1.1",
|
|
44
44
|
"@smithy/node-config-provider": "^4.2.2",
|
|
45
45
|
"@smithy/node-http-handler": "^4.2.1",
|
|
46
46
|
"@smithy/protocol-http": "^5.2.1",
|
|
47
|
-
"@smithy/smithy-client": "^4.6.
|
|
47
|
+
"@smithy/smithy-client": "^4.6.5",
|
|
48
48
|
"@smithy/types": "^4.5.0",
|
|
49
49
|
"@smithy/url-parser": "^4.1.1",
|
|
50
50
|
"@smithy/util-base64": "^4.1.0",
|
|
51
51
|
"@smithy/util-body-length-browser": "^4.1.0",
|
|
52
52
|
"@smithy/util-body-length-node": "^4.1.0",
|
|
53
|
-
"@smithy/util-defaults-mode-browser": "^4.1.
|
|
54
|
-
"@smithy/util-defaults-mode-node": "^4.1.
|
|
53
|
+
"@smithy/util-defaults-mode-browser": "^4.1.5",
|
|
54
|
+
"@smithy/util-defaults-mode-node": "^4.1.5",
|
|
55
55
|
"@smithy/util-endpoints": "^3.1.2",
|
|
56
56
|
"@smithy/util-middleware": "^4.1.1",
|
|
57
57
|
"@smithy/util-retry": "^4.1.2",
|