@aws-sdk/client-ecs 3.590.0 → 3.594.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.
Files changed (120) hide show
  1. package/dist-cjs/index.js +3 -56
  2. package/dist-es/protocols/Aws_json1_1.js +3 -0
  3. package/dist-types/commands/CreateCapacityProviderCommand.d.ts +2 -1
  4. package/dist-types/commands/CreateClusterCommand.d.ts +10 -1
  5. package/dist-types/commands/CreateServiceCommand.d.ts +8 -1
  6. package/dist-types/commands/CreateTaskSetCommand.d.ts +5 -1
  7. package/dist-types/commands/DeleteAccountSettingCommand.d.ts +2 -1
  8. package/dist-types/commands/DeleteAttributesCommand.d.ts +2 -1
  9. package/dist-types/commands/DeleteCapacityProviderCommand.d.ts +2 -1
  10. package/dist-types/commands/DeleteClusterCommand.d.ts +6 -1
  11. package/dist-types/commands/DeleteServiceCommand.d.ts +8 -1
  12. package/dist-types/commands/DeleteTaskDefinitionsCommand.d.ts +2 -1
  13. package/dist-types/commands/DeleteTaskSetCommand.d.ts +5 -1
  14. package/dist-types/commands/DeregisterContainerInstanceCommand.d.ts +2 -1
  15. package/dist-types/commands/DeregisterTaskDefinitionCommand.d.ts +2 -1
  16. package/dist-types/commands/DescribeCapacityProvidersCommand.d.ts +2 -1
  17. package/dist-types/commands/DescribeClustersCommand.d.ts +6 -1
  18. package/dist-types/commands/DescribeContainerInstancesCommand.d.ts +2 -1
  19. package/dist-types/commands/DescribeServicesCommand.d.ts +8 -1
  20. package/dist-types/commands/DescribeTaskDefinitionCommand.d.ts +2 -1
  21. package/dist-types/commands/DescribeTaskSetsCommand.d.ts +5 -1
  22. package/dist-types/commands/DescribeTasksCommand.d.ts +6 -1
  23. package/dist-types/commands/DiscoverPollEndpointCommand.d.ts +2 -1
  24. package/dist-types/commands/ExecuteCommandCommand.d.ts +2 -1
  25. package/dist-types/commands/GetTaskProtectionCommand.d.ts +2 -1
  26. package/dist-types/commands/ListAccountSettingsCommand.d.ts +2 -1
  27. package/dist-types/commands/ListAttributesCommand.d.ts +2 -1
  28. package/dist-types/commands/ListClustersCommand.d.ts +2 -1
  29. package/dist-types/commands/ListContainerInstancesCommand.d.ts +2 -1
  30. package/dist-types/commands/ListServicesByNamespaceCommand.d.ts +2 -1
  31. package/dist-types/commands/ListServicesCommand.d.ts +2 -1
  32. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  33. package/dist-types/commands/ListTaskDefinitionFamiliesCommand.d.ts +2 -1
  34. package/dist-types/commands/ListTaskDefinitionsCommand.d.ts +2 -1
  35. package/dist-types/commands/ListTasksCommand.d.ts +2 -1
  36. package/dist-types/commands/PutAccountSettingCommand.d.ts +2 -1
  37. package/dist-types/commands/PutAccountSettingDefaultCommand.d.ts +2 -1
  38. package/dist-types/commands/PutAttributesCommand.d.ts +2 -1
  39. package/dist-types/commands/PutClusterCapacityProvidersCommand.d.ts +6 -1
  40. package/dist-types/commands/RegisterContainerInstanceCommand.d.ts +2 -1
  41. package/dist-types/commands/RegisterTaskDefinitionCommand.d.ts +2 -1
  42. package/dist-types/commands/RunTaskCommand.d.ts +6 -1
  43. package/dist-types/commands/StartTaskCommand.d.ts +6 -1
  44. package/dist-types/commands/StopTaskCommand.d.ts +9 -1
  45. package/dist-types/commands/SubmitAttachmentStateChangesCommand.d.ts +2 -1
  46. package/dist-types/commands/SubmitContainerStateChangeCommand.d.ts +2 -1
  47. package/dist-types/commands/SubmitTaskStateChangeCommand.d.ts +2 -1
  48. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  49. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  50. package/dist-types/commands/UpdateCapacityProviderCommand.d.ts +2 -1
  51. package/dist-types/commands/UpdateClusterCommand.d.ts +10 -1
  52. package/dist-types/commands/UpdateClusterSettingsCommand.d.ts +6 -1
  53. package/dist-types/commands/UpdateContainerAgentCommand.d.ts +2 -1
  54. package/dist-types/commands/UpdateContainerInstancesStateCommand.d.ts +2 -1
  55. package/dist-types/commands/UpdateServiceCommand.d.ts +8 -1
  56. package/dist-types/commands/UpdateServicePrimaryTaskSetCommand.d.ts +5 -1
  57. package/dist-types/commands/UpdateTaskProtectionCommand.d.ts +2 -1
  58. package/dist-types/commands/UpdateTaskSetCommand.d.ts +5 -1
  59. package/dist-types/index.d.ts +2 -2
  60. package/dist-types/models/ECSServiceException.d.ts +2 -1
  61. package/dist-types/models/models_0.d.ts +89 -20
  62. package/dist-types/ts3.4/commands/CreateCapacityProviderCommand.d.ts +2 -1
  63. package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +2 -1
  64. package/dist-types/ts3.4/commands/CreateServiceCommand.d.ts +2 -1
  65. package/dist-types/ts3.4/commands/CreateTaskSetCommand.d.ts +2 -1
  66. package/dist-types/ts3.4/commands/DeleteAccountSettingCommand.d.ts +2 -1
  67. package/dist-types/ts3.4/commands/DeleteAttributesCommand.d.ts +2 -1
  68. package/dist-types/ts3.4/commands/DeleteCapacityProviderCommand.d.ts +2 -1
  69. package/dist-types/ts3.4/commands/DeleteClusterCommand.d.ts +2 -1
  70. package/dist-types/ts3.4/commands/DeleteServiceCommand.d.ts +2 -1
  71. package/dist-types/ts3.4/commands/DeleteTaskDefinitionsCommand.d.ts +2 -1
  72. package/dist-types/ts3.4/commands/DeleteTaskSetCommand.d.ts +2 -1
  73. package/dist-types/ts3.4/commands/DeregisterContainerInstanceCommand.d.ts +2 -1
  74. package/dist-types/ts3.4/commands/DeregisterTaskDefinitionCommand.d.ts +2 -1
  75. package/dist-types/ts3.4/commands/DescribeCapacityProvidersCommand.d.ts +2 -1
  76. package/dist-types/ts3.4/commands/DescribeClustersCommand.d.ts +2 -1
  77. package/dist-types/ts3.4/commands/DescribeContainerInstancesCommand.d.ts +2 -1
  78. package/dist-types/ts3.4/commands/DescribeServicesCommand.d.ts +2 -1
  79. package/dist-types/ts3.4/commands/DescribeTaskDefinitionCommand.d.ts +2 -1
  80. package/dist-types/ts3.4/commands/DescribeTaskSetsCommand.d.ts +2 -1
  81. package/dist-types/ts3.4/commands/DescribeTasksCommand.d.ts +2 -1
  82. package/dist-types/ts3.4/commands/DiscoverPollEndpointCommand.d.ts +2 -1
  83. package/dist-types/ts3.4/commands/ExecuteCommandCommand.d.ts +2 -1
  84. package/dist-types/ts3.4/commands/GetTaskProtectionCommand.d.ts +2 -1
  85. package/dist-types/ts3.4/commands/ListAccountSettingsCommand.d.ts +2 -1
  86. package/dist-types/ts3.4/commands/ListAttributesCommand.d.ts +2 -1
  87. package/dist-types/ts3.4/commands/ListClustersCommand.d.ts +2 -1
  88. package/dist-types/ts3.4/commands/ListContainerInstancesCommand.d.ts +2 -1
  89. package/dist-types/ts3.4/commands/ListServicesByNamespaceCommand.d.ts +2 -1
  90. package/dist-types/ts3.4/commands/ListServicesCommand.d.ts +2 -1
  91. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -1
  92. package/dist-types/ts3.4/commands/ListTaskDefinitionFamiliesCommand.d.ts +2 -1
  93. package/dist-types/ts3.4/commands/ListTaskDefinitionsCommand.d.ts +2 -1
  94. package/dist-types/ts3.4/commands/ListTasksCommand.d.ts +2 -1
  95. package/dist-types/ts3.4/commands/PutAccountSettingCommand.d.ts +2 -1
  96. package/dist-types/ts3.4/commands/PutAccountSettingDefaultCommand.d.ts +2 -1
  97. package/dist-types/ts3.4/commands/PutAttributesCommand.d.ts +2 -1
  98. package/dist-types/ts3.4/commands/PutClusterCapacityProvidersCommand.d.ts +2 -1
  99. package/dist-types/ts3.4/commands/RegisterContainerInstanceCommand.d.ts +2 -1
  100. package/dist-types/ts3.4/commands/RegisterTaskDefinitionCommand.d.ts +2 -1
  101. package/dist-types/ts3.4/commands/RunTaskCommand.d.ts +2 -1
  102. package/dist-types/ts3.4/commands/StartTaskCommand.d.ts +2 -1
  103. package/dist-types/ts3.4/commands/StopTaskCommand.d.ts +2 -1
  104. package/dist-types/ts3.4/commands/SubmitAttachmentStateChangesCommand.d.ts +2 -1
  105. package/dist-types/ts3.4/commands/SubmitContainerStateChangeCommand.d.ts +2 -1
  106. package/dist-types/ts3.4/commands/SubmitTaskStateChangeCommand.d.ts +2 -1
  107. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -1
  108. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -1
  109. package/dist-types/ts3.4/commands/UpdateCapacityProviderCommand.d.ts +2 -1
  110. package/dist-types/ts3.4/commands/UpdateClusterCommand.d.ts +2 -1
  111. package/dist-types/ts3.4/commands/UpdateClusterSettingsCommand.d.ts +2 -1
  112. package/dist-types/ts3.4/commands/UpdateContainerAgentCommand.d.ts +2 -1
  113. package/dist-types/ts3.4/commands/UpdateContainerInstancesStateCommand.d.ts +2 -1
  114. package/dist-types/ts3.4/commands/UpdateServiceCommand.d.ts +2 -1
  115. package/dist-types/ts3.4/commands/UpdateServicePrimaryTaskSetCommand.d.ts +2 -1
  116. package/dist-types/ts3.4/commands/UpdateTaskProtectionCommand.d.ts +2 -1
  117. package/dist-types/ts3.4/commands/UpdateTaskSetCommand.d.ts +2 -1
  118. package/dist-types/ts3.4/models/ECSServiceException.d.ts +2 -1
  119. package/dist-types/ts3.4/models/models_0.d.ts +15 -0
  120. package/package.json +6 -6
@@ -9,7 +9,8 @@ import {
9
9
  PutAttributesRequest,
10
10
  PutAttributesResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
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, $Command };
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, $Command };
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, $Command };
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, $Command };
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, $Command };
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, $Command };
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, $Command };
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, $Command };
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, $Command };
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, $Command };
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, $Command };
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, $Command };
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, $Command };
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, $Command };
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, $Command };
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, $Command };
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, $Command };
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, $Command };
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, $Command };
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, $Command };
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 { __ServiceException, __ServiceExceptionOptions };
5
+ export { __ServiceExceptionOptions };
6
+ export { __ServiceException };
6
7
  export declare class ECSServiceException extends __ServiceException {
7
8
  constructor(options: __ServiceExceptionOptions);
8
9
  }
@@ -135,8 +135,13 @@ export interface ExecuteCommandConfiguration {
135
135
  logging?: ExecuteCommandLogging;
136
136
  logConfiguration?: ExecuteCommandLogConfiguration;
137
137
  }
138
+ export interface ManagedStorageConfiguration {
139
+ kmsKeyId?: string;
140
+ fargateEphemeralStorageKmsKeyId?: string;
141
+ }
138
142
  export interface ClusterConfiguration {
139
143
  executeCommandConfiguration?: ExecuteCommandConfiguration;
144
+ managedStorageConfiguration?: ManagedStorageConfiguration;
140
145
  }
141
146
  export interface CapacityProviderStrategyItem {
142
147
  capacityProvider: string | undefined;
@@ -411,6 +416,9 @@ export interface CreateServiceRequest {
411
416
  serviceConnectConfiguration?: ServiceConnectConfiguration;
412
417
  volumeConfigurations?: ServiceVolumeConfiguration[];
413
418
  }
419
+ export interface DeploymentEphemeralStorage {
420
+ kmsKeyId?: string;
421
+ }
414
422
  export declare const DeploymentRolloutState: {
415
423
  readonly COMPLETED: "COMPLETED";
416
424
  readonly FAILED: "FAILED";
@@ -442,6 +450,7 @@ export interface Deployment {
442
450
  serviceConnectConfiguration?: ServiceConnectConfiguration;
443
451
  serviceConnectResources?: ServiceConnectServiceResource[];
444
452
  volumeConfigurations?: ServiceVolumeConfiguration[];
453
+ fargateEphemeralStorage?: DeploymentEphemeralStorage;
445
454
  }
446
455
  export interface ServiceEvent {
447
456
  id?: string;
@@ -487,6 +496,7 @@ export interface TaskSet {
487
496
  stabilityStatus?: StabilityStatus;
488
497
  stabilityStatusAt?: Date;
489
498
  tags?: Tag[];
499
+ fargateEphemeralStorage?: DeploymentEphemeralStorage;
490
500
  }
491
501
  export interface Service {
492
502
  serviceArn?: string;
@@ -1257,6 +1267,10 @@ export interface Container {
1257
1267
  memoryReservation?: string;
1258
1268
  gpuIds?: string[];
1259
1269
  }
1270
+ export interface TaskEphemeralStorage {
1271
+ sizeInGiB?: number;
1272
+ kmsKeyId?: string;
1273
+ }
1260
1274
  export interface ContainerOverride {
1261
1275
  name?: string;
1262
1276
  command?: string[];
@@ -1326,6 +1340,7 @@ export interface Task {
1326
1340
  taskDefinitionArn?: string;
1327
1341
  version?: number;
1328
1342
  ephemeralStorage?: EphemeralStorage;
1343
+ fargateEphemeralStorage?: TaskEphemeralStorage;
1329
1344
  }
1330
1345
  export interface DescribeTasksResponse {
1331
1346
  tasks?: Task[];
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.590.0",
4
+ "version": "3.594.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.590.0",
24
- "@aws-sdk/client-sts": "3.590.0",
25
- "@aws-sdk/core": "3.588.0",
26
- "@aws-sdk/credential-provider-node": "3.590.0",
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.1.1",
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",