@aws-sdk/client-ecs 3.1077.0 → 3.1078.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 +85 -773
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/ContinueServiceDeploymentCommand.js +2 -14
- package/dist-es/commands/CreateCapacityProviderCommand.js +2 -14
- package/dist-es/commands/CreateClusterCommand.js +2 -14
- package/dist-es/commands/CreateDaemonCommand.js +2 -14
- package/dist-es/commands/CreateExpressGatewayServiceCommand.js +2 -14
- package/dist-es/commands/CreateServiceCommand.js +2 -14
- package/dist-es/commands/CreateTaskSetCommand.js +2 -14
- package/dist-es/commands/DeleteAccountSettingCommand.js +2 -14
- package/dist-es/commands/DeleteAttributesCommand.js +2 -14
- package/dist-es/commands/DeleteCapacityProviderCommand.js +2 -14
- package/dist-es/commands/DeleteClusterCommand.js +2 -14
- package/dist-es/commands/DeleteDaemonCommand.js +2 -14
- package/dist-es/commands/DeleteDaemonTaskDefinitionCommand.js +2 -14
- package/dist-es/commands/DeleteExpressGatewayServiceCommand.js +2 -14
- package/dist-es/commands/DeleteServiceCommand.js +2 -14
- package/dist-es/commands/DeleteTaskDefinitionsCommand.js +2 -14
- package/dist-es/commands/DeleteTaskSetCommand.js +2 -14
- package/dist-es/commands/DeregisterContainerInstanceCommand.js +2 -14
- package/dist-es/commands/DeregisterTaskDefinitionCommand.js +2 -14
- package/dist-es/commands/DescribeCapacityProvidersCommand.js +2 -14
- package/dist-es/commands/DescribeClustersCommand.js +2 -14
- package/dist-es/commands/DescribeContainerInstancesCommand.js +2 -14
- package/dist-es/commands/DescribeDaemonCommand.js +2 -14
- package/dist-es/commands/DescribeDaemonDeploymentsCommand.js +2 -14
- package/dist-es/commands/DescribeDaemonRevisionsCommand.js +2 -14
- package/dist-es/commands/DescribeDaemonTaskDefinitionCommand.js +2 -14
- package/dist-es/commands/DescribeExpressGatewayServiceCommand.js +2 -14
- package/dist-es/commands/DescribeServiceDeploymentsCommand.js +2 -14
- package/dist-es/commands/DescribeServiceRevisionsCommand.js +2 -14
- package/dist-es/commands/DescribeServicesCommand.js +2 -14
- package/dist-es/commands/DescribeTaskDefinitionCommand.js +2 -14
- package/dist-es/commands/DescribeTaskSetsCommand.js +2 -14
- package/dist-es/commands/DescribeTasksCommand.js +2 -14
- package/dist-es/commands/DiscoverPollEndpointCommand.js +2 -14
- package/dist-es/commands/ExecuteCommandCommand.js +2 -14
- package/dist-es/commands/GetTaskProtectionCommand.js +2 -14
- package/dist-es/commands/ListAccountSettingsCommand.js +2 -14
- package/dist-es/commands/ListAttributesCommand.js +2 -14
- package/dist-es/commands/ListClustersCommand.js +2 -14
- package/dist-es/commands/ListContainerInstancesCommand.js +2 -14
- package/dist-es/commands/ListDaemonDeploymentsCommand.js +2 -14
- package/dist-es/commands/ListDaemonTaskDefinitionsCommand.js +2 -14
- package/dist-es/commands/ListDaemonsCommand.js +2 -14
- package/dist-es/commands/ListServiceDeploymentsCommand.js +2 -14
- package/dist-es/commands/ListServicesByNamespaceCommand.js +2 -14
- package/dist-es/commands/ListServicesCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/ListTaskDefinitionFamiliesCommand.js +2 -14
- package/dist-es/commands/ListTaskDefinitionsCommand.js +2 -14
- package/dist-es/commands/ListTasksCommand.js +2 -14
- package/dist-es/commands/PutAccountSettingCommand.js +2 -14
- package/dist-es/commands/PutAccountSettingDefaultCommand.js +2 -14
- package/dist-es/commands/PutAttributesCommand.js +2 -14
- package/dist-es/commands/PutClusterCapacityProvidersCommand.js +2 -14
- package/dist-es/commands/RegisterContainerInstanceCommand.js +2 -14
- package/dist-es/commands/RegisterDaemonTaskDefinitionCommand.js +2 -14
- package/dist-es/commands/RegisterTaskDefinitionCommand.js +2 -14
- package/dist-es/commands/RunTaskCommand.js +2 -14
- package/dist-es/commands/StartTaskCommand.js +2 -14
- package/dist-es/commands/StopServiceDeploymentCommand.js +2 -14
- package/dist-es/commands/StopTaskCommand.js +2 -14
- package/dist-es/commands/SubmitAttachmentStateChangesCommand.js +2 -14
- package/dist-es/commands/SubmitContainerStateChangeCommand.js +2 -14
- package/dist-es/commands/SubmitTaskStateChangeCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateCapacityProviderCommand.js +2 -14
- package/dist-es/commands/UpdateClusterCommand.js +2 -14
- package/dist-es/commands/UpdateClusterSettingsCommand.js +2 -14
- package/dist-es/commands/UpdateContainerAgentCommand.js +2 -14
- package/dist-es/commands/UpdateContainerInstancesStateCommand.js +2 -14
- package/dist-es/commands/UpdateDaemonCommand.js +2 -14
- package/dist-es/commands/UpdateExpressGatewayServiceCommand.js +2 -14
- package/dist-es/commands/UpdateServiceCommand.js +2 -14
- package/dist-es/commands/UpdateServicePrimaryTaskSetCommand.js +2 -14
- package/dist-es/commands/UpdateTaskProtectionCommand.js +2 -14
- package/dist-es/commands/UpdateTaskSetCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/ContinueServiceDeploymentCommand.d.ts +3 -8
- package/dist-types/commands/CreateCapacityProviderCommand.d.ts +3 -8
- package/dist-types/commands/CreateClusterCommand.d.ts +3 -8
- package/dist-types/commands/CreateDaemonCommand.d.ts +3 -8
- package/dist-types/commands/CreateExpressGatewayServiceCommand.d.ts +3 -8
- package/dist-types/commands/CreateServiceCommand.d.ts +3 -8
- package/dist-types/commands/CreateTaskSetCommand.d.ts +3 -8
- package/dist-types/commands/DeleteAccountSettingCommand.d.ts +3 -8
- package/dist-types/commands/DeleteAttributesCommand.d.ts +3 -8
- package/dist-types/commands/DeleteCapacityProviderCommand.d.ts +3 -8
- package/dist-types/commands/DeleteClusterCommand.d.ts +3 -8
- package/dist-types/commands/DeleteDaemonCommand.d.ts +3 -8
- package/dist-types/commands/DeleteDaemonTaskDefinitionCommand.d.ts +3 -8
- package/dist-types/commands/DeleteExpressGatewayServiceCommand.d.ts +3 -8
- package/dist-types/commands/DeleteServiceCommand.d.ts +3 -8
- package/dist-types/commands/DeleteTaskDefinitionsCommand.d.ts +3 -8
- package/dist-types/commands/DeleteTaskSetCommand.d.ts +3 -8
- package/dist-types/commands/DeregisterContainerInstanceCommand.d.ts +3 -8
- package/dist-types/commands/DeregisterTaskDefinitionCommand.d.ts +3 -8
- package/dist-types/commands/DescribeCapacityProvidersCommand.d.ts +3 -8
- package/dist-types/commands/DescribeClustersCommand.d.ts +3 -8
- package/dist-types/commands/DescribeContainerInstancesCommand.d.ts +3 -8
- package/dist-types/commands/DescribeDaemonCommand.d.ts +3 -8
- package/dist-types/commands/DescribeDaemonDeploymentsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeDaemonRevisionsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeDaemonTaskDefinitionCommand.d.ts +3 -8
- package/dist-types/commands/DescribeExpressGatewayServiceCommand.d.ts +3 -8
- package/dist-types/commands/DescribeServiceDeploymentsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeServiceRevisionsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeServicesCommand.d.ts +3 -8
- package/dist-types/commands/DescribeTaskDefinitionCommand.d.ts +3 -8
- package/dist-types/commands/DescribeTaskSetsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeTasksCommand.d.ts +3 -8
- package/dist-types/commands/DiscoverPollEndpointCommand.d.ts +3 -8
- package/dist-types/commands/ExecuteCommandCommand.d.ts +3 -8
- package/dist-types/commands/GetTaskProtectionCommand.d.ts +3 -8
- package/dist-types/commands/ListAccountSettingsCommand.d.ts +3 -8
- package/dist-types/commands/ListAttributesCommand.d.ts +3 -8
- package/dist-types/commands/ListClustersCommand.d.ts +3 -8
- package/dist-types/commands/ListContainerInstancesCommand.d.ts +3 -8
- package/dist-types/commands/ListDaemonDeploymentsCommand.d.ts +3 -8
- package/dist-types/commands/ListDaemonTaskDefinitionsCommand.d.ts +3 -8
- package/dist-types/commands/ListDaemonsCommand.d.ts +3 -8
- package/dist-types/commands/ListServiceDeploymentsCommand.d.ts +3 -8
- package/dist-types/commands/ListServicesByNamespaceCommand.d.ts +3 -8
- package/dist-types/commands/ListServicesCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/ListTaskDefinitionFamiliesCommand.d.ts +3 -8
- package/dist-types/commands/ListTaskDefinitionsCommand.d.ts +3 -8
- package/dist-types/commands/ListTasksCommand.d.ts +3 -8
- package/dist-types/commands/PutAccountSettingCommand.d.ts +3 -8
- package/dist-types/commands/PutAccountSettingDefaultCommand.d.ts +3 -8
- package/dist-types/commands/PutAttributesCommand.d.ts +3 -8
- package/dist-types/commands/PutClusterCapacityProvidersCommand.d.ts +3 -8
- package/dist-types/commands/RegisterContainerInstanceCommand.d.ts +3 -8
- package/dist-types/commands/RegisterDaemonTaskDefinitionCommand.d.ts +3 -8
- package/dist-types/commands/RegisterTaskDefinitionCommand.d.ts +3 -8
- package/dist-types/commands/RunTaskCommand.d.ts +3 -8
- package/dist-types/commands/StartTaskCommand.d.ts +3 -8
- package/dist-types/commands/StopServiceDeploymentCommand.d.ts +3 -8
- package/dist-types/commands/StopTaskCommand.d.ts +3 -8
- package/dist-types/commands/SubmitAttachmentStateChangesCommand.d.ts +3 -8
- package/dist-types/commands/SubmitContainerStateChangeCommand.d.ts +3 -8
- package/dist-types/commands/SubmitTaskStateChangeCommand.d.ts +3 -8
- package/dist-types/commands/TagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateCapacityProviderCommand.d.ts +3 -8
- package/dist-types/commands/UpdateClusterCommand.d.ts +3 -8
- package/dist-types/commands/UpdateClusterSettingsCommand.d.ts +3 -8
- package/dist-types/commands/UpdateContainerAgentCommand.d.ts +3 -8
- package/dist-types/commands/UpdateContainerInstancesStateCommand.d.ts +3 -8
- package/dist-types/commands/UpdateDaemonCommand.d.ts +3 -8
- package/dist-types/commands/UpdateExpressGatewayServiceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateServiceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateServicePrimaryTaskSetCommand.d.ts +3 -8
- package/dist-types/commands/UpdateTaskProtectionCommand.d.ts +3 -8
- package/dist-types/commands/UpdateTaskSetCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/ContinueServiceDeploymentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateCapacityProviderCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateDaemonCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateExpressGatewayServiceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateServiceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateTaskSetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteAccountSettingCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteAttributesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteCapacityProviderCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteClusterCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteDaemonCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteDaemonTaskDefinitionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteExpressGatewayServiceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteServiceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteTaskDefinitionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteTaskSetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeregisterContainerInstanceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeregisterTaskDefinitionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeCapacityProvidersCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeClustersCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeContainerInstancesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeDaemonCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeDaemonDeploymentsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeDaemonRevisionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeDaemonTaskDefinitionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeExpressGatewayServiceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeServiceDeploymentsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeServiceRevisionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeServicesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeTaskDefinitionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeTaskSetsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeTasksCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DiscoverPollEndpointCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ExecuteCommandCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetTaskProtectionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListAccountSettingsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListAttributesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListClustersCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListContainerInstancesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListDaemonDeploymentsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListDaemonTaskDefinitionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListDaemonsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListServiceDeploymentsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListServicesByNamespaceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListServicesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTaskDefinitionFamiliesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTaskDefinitionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTasksCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutAccountSettingCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutAccountSettingDefaultCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutAttributesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutClusterCapacityProvidersCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RegisterContainerInstanceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RegisterDaemonTaskDefinitionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RegisterTaskDefinitionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RunTaskCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartTaskCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StopServiceDeploymentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StopTaskCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/SubmitAttachmentStateChangesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/SubmitContainerStateChangeCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/SubmitTaskStateChangeCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateCapacityProviderCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateClusterCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateClusterSettingsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateContainerAgentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateContainerInstancesStateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateDaemonCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateExpressGatewayServiceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateServiceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateServicePrimaryTaskSetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateTaskProtectionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateTaskSetCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/package.json +8 -8
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
ECSClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ECSClient";
|
|
8
2
|
import {
|
|
9
3
|
UpdateTaskSetRequest,
|
|
10
4
|
UpdateTaskSetResponse,
|
|
11
5
|
} from "../models/models_1";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface UpdateTaskSetCommandInput extends UpdateTaskSetRequest {}
|
|
15
8
|
export interface UpdateTaskSetCommandOutput
|
|
16
9
|
extends UpdateTaskSetResponse,
|
|
@@ -21,22 +14,20 @@ declare const UpdateTaskSetCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
UpdateTaskSetCommandInput,
|
|
23
16
|
UpdateTaskSetCommandOutput,
|
|
24
|
-
ECSClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").ECSClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
input: UpdateTaskSetCommandInput
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
UpdateTaskSetCommandInput,
|
|
32
25
|
UpdateTaskSetCommandOutput,
|
|
33
|
-
ECSClientResolvedConfig,
|
|
34
|
-
ServiceInputTypes,
|
|
35
|
-
ServiceOutputTypes
|
|
26
|
+
import("..").ECSClientResolvedConfig,
|
|
27
|
+
import("..").ServiceInputTypes,
|
|
28
|
+
import("..").ServiceOutputTypes
|
|
36
29
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
38
|
-
[x: string]: unknown;
|
|
39
|
-
};
|
|
30
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
40
31
|
};
|
|
41
32
|
export declare class UpdateTaskSetCommand extends UpdateTaskSetCommand_base {
|
|
42
33
|
protected static __types: {
|
|
@@ -4,6 +4,7 @@ export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
|
4
4
|
export { RuntimeExtension } from "./runtimeExtensions";
|
|
5
5
|
export { ECSExtensionConfiguration } from "./extensionConfiguration";
|
|
6
6
|
export * from "./commands";
|
|
7
|
+
export { Command as $Command } from "@smithy/core/client";
|
|
7
8
|
export * from "./schemas/schemas_0";
|
|
8
9
|
export * from "./pagination";
|
|
9
10
|
export * from "./waiters";
|
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.1078.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline",
|
|
@@ -21,13 +21,13 @@
|
|
|
21
21
|
"module": "./dist-es/index.js",
|
|
22
22
|
"sideEffects": false,
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@aws-sdk/core": "^3.974.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
26
|
-
"@aws-sdk/types": "^3.973.
|
|
27
|
-
"@smithy/core": "^3.
|
|
28
|
-
"@smithy/fetch-http-handler": "^5.6.
|
|
29
|
-
"@smithy/node-http-handler": "^4.9.
|
|
30
|
-
"@smithy/types": "^4.15.
|
|
24
|
+
"@aws-sdk/core": "^3.974.26",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "^3.972.61",
|
|
26
|
+
"@aws-sdk/types": "^3.973.15",
|
|
27
|
+
"@smithy/core": "^3.29.0",
|
|
28
|
+
"@smithy/fetch-http-handler": "^5.6.2",
|
|
29
|
+
"@smithy/node-http-handler": "^4.9.2",
|
|
30
|
+
"@smithy/types": "^4.15.1",
|
|
31
31
|
"tslib": "^2.6.2"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|