@aws-sdk/client-s3 3.489.0 → 3.495.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/S3.js +1 -201
- package/dist-cjs/S3Client.js +1 -53
- package/dist-cjs/commands/AbortMultipartUploadCommand.js +1 -30
- package/dist-cjs/commands/CompleteMultipartUploadCommand.js +1 -35
- package/dist-cjs/commands/CopyObjectCommand.js +1 -35
- package/dist-cjs/commands/CreateBucketCommand.js +1 -33
- package/dist-cjs/commands/CreateMultipartUploadCommand.js +1 -33
- package/dist-cjs/commands/CreateSessionCommand.js +1 -31
- package/dist-cjs/commands/DeleteBucketAnalyticsConfigurationCommand.js +1 -30
- package/dist-cjs/commands/DeleteBucketCommand.js +1 -30
- package/dist-cjs/commands/DeleteBucketCorsCommand.js +1 -30
- package/dist-cjs/commands/DeleteBucketEncryptionCommand.js +1 -30
- package/dist-cjs/commands/DeleteBucketIntelligentTieringConfigurationCommand.js +1 -30
- package/dist-cjs/commands/DeleteBucketInventoryConfigurationCommand.js +1 -30
- package/dist-cjs/commands/DeleteBucketLifecycleCommand.js +1 -30
- package/dist-cjs/commands/DeleteBucketMetricsConfigurationCommand.js +1 -30
- package/dist-cjs/commands/DeleteBucketOwnershipControlsCommand.js +1 -30
- package/dist-cjs/commands/DeleteBucketPolicyCommand.js +1 -30
- package/dist-cjs/commands/DeleteBucketReplicationCommand.js +1 -30
- package/dist-cjs/commands/DeleteBucketTaggingCommand.js +1 -30
- package/dist-cjs/commands/DeleteBucketWebsiteCommand.js +1 -30
- package/dist-cjs/commands/DeleteObjectCommand.js +1 -30
- package/dist-cjs/commands/DeleteObjectTaggingCommand.js +1 -29
- package/dist-cjs/commands/DeleteObjectsCommand.js +1 -35
- package/dist-cjs/commands/DeletePublicAccessBlockCommand.js +1 -30
- package/dist-cjs/commands/GetBucketAccelerateConfigurationCommand.js +1 -30
- package/dist-cjs/commands/GetBucketAclCommand.js +1 -30
- package/dist-cjs/commands/GetBucketAnalyticsConfigurationCommand.js +1 -30
- package/dist-cjs/commands/GetBucketCorsCommand.js +1 -30
- package/dist-cjs/commands/GetBucketEncryptionCommand.js +1 -31
- package/dist-cjs/commands/GetBucketIntelligentTieringConfigurationCommand.js +1 -30
- package/dist-cjs/commands/GetBucketInventoryConfigurationCommand.js +1 -31
- package/dist-cjs/commands/GetBucketLifecycleConfigurationCommand.js +1 -30
- package/dist-cjs/commands/GetBucketLocationCommand.js +1 -30
- package/dist-cjs/commands/GetBucketLoggingCommand.js +1 -30
- package/dist-cjs/commands/GetBucketMetricsConfigurationCommand.js +1 -30
- package/dist-cjs/commands/GetBucketNotificationConfigurationCommand.js +1 -30
- package/dist-cjs/commands/GetBucketOwnershipControlsCommand.js +1 -30
- package/dist-cjs/commands/GetBucketPolicyCommand.js +1 -30
- package/dist-cjs/commands/GetBucketPolicyStatusCommand.js +1 -30
- package/dist-cjs/commands/GetBucketReplicationCommand.js +1 -30
- package/dist-cjs/commands/GetBucketRequestPaymentCommand.js +1 -30
- package/dist-cjs/commands/GetBucketTaggingCommand.js +1 -30
- package/dist-cjs/commands/GetBucketVersioningCommand.js +1 -30
- package/dist-cjs/commands/GetBucketWebsiteCommand.js +1 -30
- package/dist-cjs/commands/GetObjectAclCommand.js +1 -30
- package/dist-cjs/commands/GetObjectAttributesCommand.js +1 -32
- package/dist-cjs/commands/GetObjectCommand.js +1 -40
- package/dist-cjs/commands/GetObjectLegalHoldCommand.js +1 -29
- package/dist-cjs/commands/GetObjectLockConfigurationCommand.js +1 -29
- package/dist-cjs/commands/GetObjectRetentionCommand.js +1 -29
- package/dist-cjs/commands/GetObjectTaggingCommand.js +1 -29
- package/dist-cjs/commands/GetObjectTorrentCommand.js +1 -30
- package/dist-cjs/commands/GetPublicAccessBlockCommand.js +1 -30
- package/dist-cjs/commands/HeadBucketCommand.js +1 -29
- package/dist-cjs/commands/HeadObjectCommand.js +1 -33
- package/dist-cjs/commands/ListBucketAnalyticsConfigurationsCommand.js +1 -30
- package/dist-cjs/commands/ListBucketIntelligentTieringConfigurationsCommand.js +1 -30
- package/dist-cjs/commands/ListBucketInventoryConfigurationsCommand.js +1 -31
- package/dist-cjs/commands/ListBucketMetricsConfigurationsCommand.js +1 -29
- package/dist-cjs/commands/ListBucketsCommand.js +1 -28
- package/dist-cjs/commands/ListDirectoryBucketsCommand.js +1 -29
- package/dist-cjs/commands/ListMultipartUploadsCommand.js +1 -30
- package/dist-cjs/commands/ListObjectVersionsCommand.js +1 -30
- package/dist-cjs/commands/ListObjectsCommand.js +1 -30
- package/dist-cjs/commands/ListObjectsV2Command.js +1 -30
- package/dist-cjs/commands/ListPartsCommand.js +1 -33
- package/dist-cjs/commands/PutBucketAccelerateConfigurationCommand.js +1 -36
- package/dist-cjs/commands/PutBucketAclCommand.js +1 -36
- package/dist-cjs/commands/PutBucketAnalyticsConfigurationCommand.js +1 -30
- package/dist-cjs/commands/PutBucketCorsCommand.js +1 -36
- package/dist-cjs/commands/PutBucketEncryptionCommand.js +1 -37
- package/dist-cjs/commands/PutBucketIntelligentTieringConfigurationCommand.js +1 -30
- package/dist-cjs/commands/PutBucketInventoryConfigurationCommand.js +1 -31
- package/dist-cjs/commands/PutBucketLifecycleConfigurationCommand.js +1 -36
- package/dist-cjs/commands/PutBucketLoggingCommand.js +1 -36
- package/dist-cjs/commands/PutBucketMetricsConfigurationCommand.js +1 -30
- package/dist-cjs/commands/PutBucketNotificationConfigurationCommand.js +1 -30
- package/dist-cjs/commands/PutBucketOwnershipControlsCommand.js +1 -32
- package/dist-cjs/commands/PutBucketPolicyCommand.js +1 -36
- package/dist-cjs/commands/PutBucketReplicationCommand.js +1 -36
- package/dist-cjs/commands/PutBucketRequestPaymentCommand.js +1 -36
- package/dist-cjs/commands/PutBucketTaggingCommand.js +1 -36
- package/dist-cjs/commands/PutBucketVersioningCommand.js +1 -36
- package/dist-cjs/commands/PutBucketWebsiteCommand.js +1 -36
- package/dist-cjs/commands/PutObjectAclCommand.js +1 -36
- package/dist-cjs/commands/PutObjectCommand.js +1 -41
- package/dist-cjs/commands/PutObjectLegalHoldCommand.js +1 -35
- package/dist-cjs/commands/PutObjectLockConfigurationCommand.js +1 -35
- package/dist-cjs/commands/PutObjectRetentionCommand.js +1 -35
- package/dist-cjs/commands/PutObjectTaggingCommand.js +1 -35
- package/dist-cjs/commands/PutPublicAccessBlockCommand.js +1 -36
- package/dist-cjs/commands/RestoreObjectCommand.js +1 -36
- package/dist-cjs/commands/SelectObjectContentCommand.js +1 -36
- package/dist-cjs/commands/UploadPartCommand.js +1 -39
- package/dist-cjs/commands/UploadPartCopyCommand.js +1 -35
- package/dist-cjs/commands/WriteGetObjectResponseCommand.js +1 -30
- package/dist-cjs/commands/index.js +1 -98
- package/dist-cjs/endpoint/EndpointParameters.js +1 -28
- package/dist-cjs/extensionConfiguration.js +1 -2
- package/dist-cjs/index.js +12190 -12
- package/dist-cjs/models/S3ServiceException.js +1 -12
- package/dist-cjs/models/index.js +1 -5
- package/dist-cjs/models/models_0.js +1 -647
- package/dist-cjs/models/models_1.js +1 -156
- package/dist-cjs/pagination/Interfaces.js +1 -2
- package/dist-cjs/pagination/ListDirectoryBucketsPaginator.js +1 -7
- package/dist-cjs/pagination/ListObjectsV2Paginator.js +1 -7
- package/dist-cjs/pagination/ListPartsPaginator.js +1 -7
- package/dist-cjs/pagination/index.js +1 -7
- package/dist-cjs/protocols/Aws_restXml.js +1 -8967
- package/dist-cjs/runtimeExtensions.js +1 -22
- package/dist-cjs/waiters/index.js +1 -7
- package/dist-cjs/waiters/waitForBucketExists.js +1 -31
- package/dist-cjs/waiters/waitForBucketNotExists.js +1 -30
- package/dist-cjs/waiters/waitForObjectExists.js +1 -31
- package/dist-cjs/waiters/waitForObjectNotExists.js +1 -30
- package/package.json +56 -56
|
@@ -1,22 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.resolveRuntimeExtensions = void 0;
|
|
4
|
-
const region_config_resolver_1 = require("@aws-sdk/region-config-resolver");
|
|
5
|
-
const protocol_http_1 = require("@smithy/protocol-http");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
const asPartial = (t) => t;
|
|
8
|
-
const resolveRuntimeExtensions = (runtimeConfig, extensions) => {
|
|
9
|
-
const extensionConfiguration = {
|
|
10
|
-
...asPartial((0, region_config_resolver_1.getAwsRegionExtensionConfiguration)(runtimeConfig)),
|
|
11
|
-
...asPartial((0, smithy_client_1.getDefaultExtensionConfiguration)(runtimeConfig)),
|
|
12
|
-
...asPartial((0, protocol_http_1.getHttpHandlerExtensionConfiguration)(runtimeConfig)),
|
|
13
|
-
};
|
|
14
|
-
extensions.forEach((extension) => extension.configure(extensionConfiguration));
|
|
15
|
-
return {
|
|
16
|
-
...runtimeConfig,
|
|
17
|
-
...(0, region_config_resolver_1.resolveAwsRegionExtensionConfiguration)(extensionConfiguration),
|
|
18
|
-
...(0, smithy_client_1.resolveDefaultRuntimeConfig)(extensionConfiguration),
|
|
19
|
-
...(0, protocol_http_1.resolveHttpHandlerRuntimeConfig)(extensionConfiguration),
|
|
20
|
-
};
|
|
21
|
-
};
|
|
22
|
-
exports.resolveRuntimeExtensions = resolveRuntimeExtensions;
|
|
1
|
+
module.exports = require("./index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const tslib_1 = require("tslib");
|
|
4
|
-
tslib_1.__exportStar(require("./waitForBucketExists"), exports);
|
|
5
|
-
tslib_1.__exportStar(require("./waitForBucketNotExists"), exports);
|
|
6
|
-
tslib_1.__exportStar(require("./waitForObjectExists"), exports);
|
|
7
|
-
tslib_1.__exportStar(require("./waitForObjectNotExists"), exports);
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,31 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.waitUntilBucketExists = exports.waitForBucketExists = void 0;
|
|
4
|
-
const util_waiter_1 = require("@smithy/util-waiter");
|
|
5
|
-
const HeadBucketCommand_1 = require("../commands/HeadBucketCommand");
|
|
6
|
-
const checkState = async (client, input) => {
|
|
7
|
-
let reason;
|
|
8
|
-
try {
|
|
9
|
-
const result = await client.send(new HeadBucketCommand_1.HeadBucketCommand(input));
|
|
10
|
-
reason = result;
|
|
11
|
-
return { state: util_waiter_1.WaiterState.SUCCESS, reason };
|
|
12
|
-
}
|
|
13
|
-
catch (exception) {
|
|
14
|
-
reason = exception;
|
|
15
|
-
if (exception.name && exception.name == "NotFound") {
|
|
16
|
-
return { state: util_waiter_1.WaiterState.RETRY, reason };
|
|
17
|
-
}
|
|
18
|
-
}
|
|
19
|
-
return { state: util_waiter_1.WaiterState.RETRY, reason };
|
|
20
|
-
};
|
|
21
|
-
const waitForBucketExists = async (params, input) => {
|
|
22
|
-
const serviceDefaults = { minDelay: 5, maxDelay: 120 };
|
|
23
|
-
return (0, util_waiter_1.createWaiter)({ ...serviceDefaults, ...params }, input, checkState);
|
|
24
|
-
};
|
|
25
|
-
exports.waitForBucketExists = waitForBucketExists;
|
|
26
|
-
const waitUntilBucketExists = async (params, input) => {
|
|
27
|
-
const serviceDefaults = { minDelay: 5, maxDelay: 120 };
|
|
28
|
-
const result = await (0, util_waiter_1.createWaiter)({ ...serviceDefaults, ...params }, input, checkState);
|
|
29
|
-
return (0, util_waiter_1.checkExceptions)(result);
|
|
30
|
-
};
|
|
31
|
-
exports.waitUntilBucketExists = waitUntilBucketExists;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,30 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.waitUntilBucketNotExists = exports.waitForBucketNotExists = void 0;
|
|
4
|
-
const util_waiter_1 = require("@smithy/util-waiter");
|
|
5
|
-
const HeadBucketCommand_1 = require("../commands/HeadBucketCommand");
|
|
6
|
-
const checkState = async (client, input) => {
|
|
7
|
-
let reason;
|
|
8
|
-
try {
|
|
9
|
-
const result = await client.send(new HeadBucketCommand_1.HeadBucketCommand(input));
|
|
10
|
-
reason = result;
|
|
11
|
-
}
|
|
12
|
-
catch (exception) {
|
|
13
|
-
reason = exception;
|
|
14
|
-
if (exception.name && exception.name == "NotFound") {
|
|
15
|
-
return { state: util_waiter_1.WaiterState.SUCCESS, reason };
|
|
16
|
-
}
|
|
17
|
-
}
|
|
18
|
-
return { state: util_waiter_1.WaiterState.RETRY, reason };
|
|
19
|
-
};
|
|
20
|
-
const waitForBucketNotExists = async (params, input) => {
|
|
21
|
-
const serviceDefaults = { minDelay: 5, maxDelay: 120 };
|
|
22
|
-
return (0, util_waiter_1.createWaiter)({ ...serviceDefaults, ...params }, input, checkState);
|
|
23
|
-
};
|
|
24
|
-
exports.waitForBucketNotExists = waitForBucketNotExists;
|
|
25
|
-
const waitUntilBucketNotExists = async (params, input) => {
|
|
26
|
-
const serviceDefaults = { minDelay: 5, maxDelay: 120 };
|
|
27
|
-
const result = await (0, util_waiter_1.createWaiter)({ ...serviceDefaults, ...params }, input, checkState);
|
|
28
|
-
return (0, util_waiter_1.checkExceptions)(result);
|
|
29
|
-
};
|
|
30
|
-
exports.waitUntilBucketNotExists = waitUntilBucketNotExists;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,31 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.waitUntilObjectExists = exports.waitForObjectExists = void 0;
|
|
4
|
-
const util_waiter_1 = require("@smithy/util-waiter");
|
|
5
|
-
const HeadObjectCommand_1 = require("../commands/HeadObjectCommand");
|
|
6
|
-
const checkState = async (client, input) => {
|
|
7
|
-
let reason;
|
|
8
|
-
try {
|
|
9
|
-
const result = await client.send(new HeadObjectCommand_1.HeadObjectCommand(input));
|
|
10
|
-
reason = result;
|
|
11
|
-
return { state: util_waiter_1.WaiterState.SUCCESS, reason };
|
|
12
|
-
}
|
|
13
|
-
catch (exception) {
|
|
14
|
-
reason = exception;
|
|
15
|
-
if (exception.name && exception.name == "NotFound") {
|
|
16
|
-
return { state: util_waiter_1.WaiterState.RETRY, reason };
|
|
17
|
-
}
|
|
18
|
-
}
|
|
19
|
-
return { state: util_waiter_1.WaiterState.RETRY, reason };
|
|
20
|
-
};
|
|
21
|
-
const waitForObjectExists = async (params, input) => {
|
|
22
|
-
const serviceDefaults = { minDelay: 5, maxDelay: 120 };
|
|
23
|
-
return (0, util_waiter_1.createWaiter)({ ...serviceDefaults, ...params }, input, checkState);
|
|
24
|
-
};
|
|
25
|
-
exports.waitForObjectExists = waitForObjectExists;
|
|
26
|
-
const waitUntilObjectExists = async (params, input) => {
|
|
27
|
-
const serviceDefaults = { minDelay: 5, maxDelay: 120 };
|
|
28
|
-
const result = await (0, util_waiter_1.createWaiter)({ ...serviceDefaults, ...params }, input, checkState);
|
|
29
|
-
return (0, util_waiter_1.checkExceptions)(result);
|
|
30
|
-
};
|
|
31
|
-
exports.waitUntilObjectExists = waitUntilObjectExists;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,30 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.waitUntilObjectNotExists = exports.waitForObjectNotExists = void 0;
|
|
4
|
-
const util_waiter_1 = require("@smithy/util-waiter");
|
|
5
|
-
const HeadObjectCommand_1 = require("../commands/HeadObjectCommand");
|
|
6
|
-
const checkState = async (client, input) => {
|
|
7
|
-
let reason;
|
|
8
|
-
try {
|
|
9
|
-
const result = await client.send(new HeadObjectCommand_1.HeadObjectCommand(input));
|
|
10
|
-
reason = result;
|
|
11
|
-
}
|
|
12
|
-
catch (exception) {
|
|
13
|
-
reason = exception;
|
|
14
|
-
if (exception.name && exception.name == "NotFound") {
|
|
15
|
-
return { state: util_waiter_1.WaiterState.SUCCESS, reason };
|
|
16
|
-
}
|
|
17
|
-
}
|
|
18
|
-
return { state: util_waiter_1.WaiterState.RETRY, reason };
|
|
19
|
-
};
|
|
20
|
-
const waitForObjectNotExists = async (params, input) => {
|
|
21
|
-
const serviceDefaults = { minDelay: 5, maxDelay: 120 };
|
|
22
|
-
return (0, util_waiter_1.createWaiter)({ ...serviceDefaults, ...params }, input, checkState);
|
|
23
|
-
};
|
|
24
|
-
exports.waitForObjectNotExists = waitForObjectNotExists;
|
|
25
|
-
const waitUntilObjectNotExists = async (params, input) => {
|
|
26
|
-
const serviceDefaults = { minDelay: 5, maxDelay: 120 };
|
|
27
|
-
const result = await (0, util_waiter_1.createWaiter)({ ...serviceDefaults, ...params }, input, checkState);
|
|
28
|
-
return (0, util_waiter_1.checkExceptions)(result);
|
|
29
|
-
};
|
|
30
|
-
exports.waitUntilObjectNotExists = waitUntilObjectNotExists;
|
|
1
|
+
module.exports = require("../index.js");
|
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-s3",
|
|
3
3
|
"description": "AWS SDK for JavaScript S3 Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.495.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
|
-
"build:cjs": "
|
|
7
|
+
"build:cjs": "node ../../scripts/compilation/inline client-s3",
|
|
8
8
|
"build:es": "tsc -p tsconfig.es.json",
|
|
9
9
|
"build:include:deps": "lerna run --scope $npm_package_name --include-dependencies build",
|
|
10
10
|
"build:types": "tsc -p tsconfig.types.json",
|
|
@@ -26,64 +26,64 @@
|
|
|
26
26
|
"@aws-crypto/sha1-browser": "3.0.0",
|
|
27
27
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
28
28
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
29
|
-
"@aws-sdk/client-sts": "3.
|
|
30
|
-
"@aws-sdk/core": "3.
|
|
31
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
32
|
-
"@aws-sdk/middleware-bucket-endpoint": "3.
|
|
33
|
-
"@aws-sdk/middleware-expect-continue": "3.
|
|
34
|
-
"@aws-sdk/middleware-flexible-checksums": "3.
|
|
35
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
36
|
-
"@aws-sdk/middleware-location-constraint": "3.
|
|
37
|
-
"@aws-sdk/middleware-logger": "3.
|
|
38
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
39
|
-
"@aws-sdk/middleware-sdk-s3": "3.
|
|
40
|
-
"@aws-sdk/middleware-signing": "3.
|
|
41
|
-
"@aws-sdk/middleware-ssec": "3.
|
|
42
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
43
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
44
|
-
"@aws-sdk/signature-v4-multi-region": "3.
|
|
45
|
-
"@aws-sdk/types": "3.
|
|
46
|
-
"@aws-sdk/util-endpoints": "3.
|
|
47
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
48
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
49
|
-
"@aws-sdk/xml-builder": "3.
|
|
50
|
-
"@smithy/config-resolver": "^2.0
|
|
51
|
-
"@smithy/core": "^1.
|
|
52
|
-
"@smithy/eventstream-serde-browser": "^2.0
|
|
53
|
-
"@smithy/eventstream-serde-config-resolver": "^2.0
|
|
54
|
-
"@smithy/eventstream-serde-node": "^2.0
|
|
55
|
-
"@smithy/fetch-http-handler": "^2.
|
|
56
|
-
"@smithy/hash-blob-browser": "^2.0
|
|
57
|
-
"@smithy/hash-node": "^2.0
|
|
58
|
-
"@smithy/hash-stream-node": "^2.0
|
|
59
|
-
"@smithy/invalid-dependency": "^2.0
|
|
60
|
-
"@smithy/md5-js": "^2.0
|
|
61
|
-
"@smithy/middleware-content-length": "^2.0
|
|
62
|
-
"@smithy/middleware-endpoint": "^2.
|
|
63
|
-
"@smithy/middleware-retry": "^2.0
|
|
64
|
-
"@smithy/middleware-serde": "^2.0
|
|
65
|
-
"@smithy/middleware-stack": "^2.0
|
|
66
|
-
"@smithy/node-config-provider": "^2.
|
|
67
|
-
"@smithy/node-http-handler": "^2.
|
|
68
|
-
"@smithy/protocol-http": "^3.0
|
|
69
|
-
"@smithy/smithy-client": "^2.
|
|
70
|
-
"@smithy/types": "^2.
|
|
71
|
-
"@smithy/url-parser": "^2.0
|
|
72
|
-
"@smithy/util-base64": "^2.0
|
|
73
|
-
"@smithy/util-body-length-browser": "^2.0
|
|
74
|
-
"@smithy/util-body-length-node": "^2.
|
|
75
|
-
"@smithy/util-defaults-mode-browser": "^2.0
|
|
76
|
-
"@smithy/util-defaults-mode-node": "^2.0
|
|
77
|
-
"@smithy/util-endpoints": "^1.0
|
|
78
|
-
"@smithy/util-retry": "^2.0
|
|
79
|
-
"@smithy/util-stream": "^2.0
|
|
80
|
-
"@smithy/util-utf8": "^2.0
|
|
81
|
-
"@smithy/util-waiter": "^2.0
|
|
29
|
+
"@aws-sdk/client-sts": "3.495.0",
|
|
30
|
+
"@aws-sdk/core": "3.495.0",
|
|
31
|
+
"@aws-sdk/credential-provider-node": "3.495.0",
|
|
32
|
+
"@aws-sdk/middleware-bucket-endpoint": "3.495.0",
|
|
33
|
+
"@aws-sdk/middleware-expect-continue": "3.495.0",
|
|
34
|
+
"@aws-sdk/middleware-flexible-checksums": "3.495.0",
|
|
35
|
+
"@aws-sdk/middleware-host-header": "3.495.0",
|
|
36
|
+
"@aws-sdk/middleware-location-constraint": "3.495.0",
|
|
37
|
+
"@aws-sdk/middleware-logger": "3.495.0",
|
|
38
|
+
"@aws-sdk/middleware-recursion-detection": "3.495.0",
|
|
39
|
+
"@aws-sdk/middleware-sdk-s3": "3.495.0",
|
|
40
|
+
"@aws-sdk/middleware-signing": "3.495.0",
|
|
41
|
+
"@aws-sdk/middleware-ssec": "3.495.0",
|
|
42
|
+
"@aws-sdk/middleware-user-agent": "3.495.0",
|
|
43
|
+
"@aws-sdk/region-config-resolver": "3.495.0",
|
|
44
|
+
"@aws-sdk/signature-v4-multi-region": "3.495.0",
|
|
45
|
+
"@aws-sdk/types": "3.495.0",
|
|
46
|
+
"@aws-sdk/util-endpoints": "3.495.0",
|
|
47
|
+
"@aws-sdk/util-user-agent-browser": "3.495.0",
|
|
48
|
+
"@aws-sdk/util-user-agent-node": "3.495.0",
|
|
49
|
+
"@aws-sdk/xml-builder": "3.495.0",
|
|
50
|
+
"@smithy/config-resolver": "^2.1.0",
|
|
51
|
+
"@smithy/core": "^1.3.0",
|
|
52
|
+
"@smithy/eventstream-serde-browser": "^2.1.0",
|
|
53
|
+
"@smithy/eventstream-serde-config-resolver": "^2.1.0",
|
|
54
|
+
"@smithy/eventstream-serde-node": "^2.1.0",
|
|
55
|
+
"@smithy/fetch-http-handler": "^2.4.0",
|
|
56
|
+
"@smithy/hash-blob-browser": "^2.1.0",
|
|
57
|
+
"@smithy/hash-node": "^2.1.0",
|
|
58
|
+
"@smithy/hash-stream-node": "^2.1.0",
|
|
59
|
+
"@smithy/invalid-dependency": "^2.1.0",
|
|
60
|
+
"@smithy/md5-js": "^2.1.0",
|
|
61
|
+
"@smithy/middleware-content-length": "^2.1.0",
|
|
62
|
+
"@smithy/middleware-endpoint": "^2.4.0",
|
|
63
|
+
"@smithy/middleware-retry": "^2.1.0",
|
|
64
|
+
"@smithy/middleware-serde": "^2.1.0",
|
|
65
|
+
"@smithy/middleware-stack": "^2.1.0",
|
|
66
|
+
"@smithy/node-config-provider": "^2.2.0",
|
|
67
|
+
"@smithy/node-http-handler": "^2.3.0",
|
|
68
|
+
"@smithy/protocol-http": "^3.1.0",
|
|
69
|
+
"@smithy/smithy-client": "^2.3.0",
|
|
70
|
+
"@smithy/types": "^2.9.0",
|
|
71
|
+
"@smithy/url-parser": "^2.1.0",
|
|
72
|
+
"@smithy/util-base64": "^2.1.0",
|
|
73
|
+
"@smithy/util-body-length-browser": "^2.1.0",
|
|
74
|
+
"@smithy/util-body-length-node": "^2.2.0",
|
|
75
|
+
"@smithy/util-defaults-mode-browser": "^2.1.0",
|
|
76
|
+
"@smithy/util-defaults-mode-node": "^2.1.0",
|
|
77
|
+
"@smithy/util-endpoints": "^1.1.0",
|
|
78
|
+
"@smithy/util-retry": "^2.1.0",
|
|
79
|
+
"@smithy/util-stream": "^2.1.0",
|
|
80
|
+
"@smithy/util-utf8": "^2.1.0",
|
|
81
|
+
"@smithy/util-waiter": "^2.1.0",
|
|
82
82
|
"fast-xml-parser": "4.2.5",
|
|
83
83
|
"tslib": "^2.5.0"
|
|
84
84
|
},
|
|
85
85
|
"devDependencies": {
|
|
86
|
-
"@smithy/service-client-documentation-generator": "^2.
|
|
86
|
+
"@smithy/service-client-documentation-generator": "^2.1.0",
|
|
87
87
|
"@tsconfig/node14": "1.0.3",
|
|
88
88
|
"@types/chai": "^4.2.11",
|
|
89
89
|
"@types/mocha": "^8.0.4",
|