@aws-sdk/client-s3 3.490.0 → 3.496.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 +12192 -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,35 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.PutObjectLegalHoldCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_flexible_checksums_1 = require("@aws-sdk/middleware-flexible-checksums");
|
|
5
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
6
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
7
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
8
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
9
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
10
|
-
const Aws_restXml_1 = require("../protocols/Aws_restXml");
|
|
11
|
-
class PutObjectLegalHoldCommand extends smithy_client_1.Command
|
|
12
|
-
.classBuilder()
|
|
13
|
-
.ep({
|
|
14
|
-
...EndpointParameters_1.commonParams,
|
|
15
|
-
Bucket: { type: "contextParams", name: "Bucket" },
|
|
16
|
-
})
|
|
17
|
-
.m(function (Command, cs, config, o) {
|
|
18
|
-
return [
|
|
19
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
20
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
21
|
-
(0, middleware_flexible_checksums_1.getFlexibleChecksumsPlugin)(config, {
|
|
22
|
-
input: this.input,
|
|
23
|
-
requestAlgorithmMember: "ChecksumAlgorithm",
|
|
24
|
-
requestChecksumRequired: true,
|
|
25
|
-
}),
|
|
26
|
-
];
|
|
27
|
-
})
|
|
28
|
-
.s("AmazonS3", "PutObjectLegalHold", {})
|
|
29
|
-
.n("S3Client", "PutObjectLegalHoldCommand")
|
|
30
|
-
.f(void 0, void 0)
|
|
31
|
-
.ser(Aws_restXml_1.se_PutObjectLegalHoldCommand)
|
|
32
|
-
.de(Aws_restXml_1.de_PutObjectLegalHoldCommand)
|
|
33
|
-
.build() {
|
|
34
|
-
}
|
|
35
|
-
exports.PutObjectLegalHoldCommand = PutObjectLegalHoldCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,35 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.PutObjectLockConfigurationCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_flexible_checksums_1 = require("@aws-sdk/middleware-flexible-checksums");
|
|
5
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
6
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
7
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
8
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
9
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
10
|
-
const Aws_restXml_1 = require("../protocols/Aws_restXml");
|
|
11
|
-
class PutObjectLockConfigurationCommand extends smithy_client_1.Command
|
|
12
|
-
.classBuilder()
|
|
13
|
-
.ep({
|
|
14
|
-
...EndpointParameters_1.commonParams,
|
|
15
|
-
Bucket: { type: "contextParams", name: "Bucket" },
|
|
16
|
-
})
|
|
17
|
-
.m(function (Command, cs, config, o) {
|
|
18
|
-
return [
|
|
19
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
20
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
21
|
-
(0, middleware_flexible_checksums_1.getFlexibleChecksumsPlugin)(config, {
|
|
22
|
-
input: this.input,
|
|
23
|
-
requestAlgorithmMember: "ChecksumAlgorithm",
|
|
24
|
-
requestChecksumRequired: true,
|
|
25
|
-
}),
|
|
26
|
-
];
|
|
27
|
-
})
|
|
28
|
-
.s("AmazonS3", "PutObjectLockConfiguration", {})
|
|
29
|
-
.n("S3Client", "PutObjectLockConfigurationCommand")
|
|
30
|
-
.f(void 0, void 0)
|
|
31
|
-
.ser(Aws_restXml_1.se_PutObjectLockConfigurationCommand)
|
|
32
|
-
.de(Aws_restXml_1.de_PutObjectLockConfigurationCommand)
|
|
33
|
-
.build() {
|
|
34
|
-
}
|
|
35
|
-
exports.PutObjectLockConfigurationCommand = PutObjectLockConfigurationCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,35 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.PutObjectRetentionCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_flexible_checksums_1 = require("@aws-sdk/middleware-flexible-checksums");
|
|
5
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
6
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
7
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
8
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
9
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
10
|
-
const Aws_restXml_1 = require("../protocols/Aws_restXml");
|
|
11
|
-
class PutObjectRetentionCommand extends smithy_client_1.Command
|
|
12
|
-
.classBuilder()
|
|
13
|
-
.ep({
|
|
14
|
-
...EndpointParameters_1.commonParams,
|
|
15
|
-
Bucket: { type: "contextParams", name: "Bucket" },
|
|
16
|
-
})
|
|
17
|
-
.m(function (Command, cs, config, o) {
|
|
18
|
-
return [
|
|
19
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
20
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
21
|
-
(0, middleware_flexible_checksums_1.getFlexibleChecksumsPlugin)(config, {
|
|
22
|
-
input: this.input,
|
|
23
|
-
requestAlgorithmMember: "ChecksumAlgorithm",
|
|
24
|
-
requestChecksumRequired: true,
|
|
25
|
-
}),
|
|
26
|
-
];
|
|
27
|
-
})
|
|
28
|
-
.s("AmazonS3", "PutObjectRetention", {})
|
|
29
|
-
.n("S3Client", "PutObjectRetentionCommand")
|
|
30
|
-
.f(void 0, void 0)
|
|
31
|
-
.ser(Aws_restXml_1.se_PutObjectRetentionCommand)
|
|
32
|
-
.de(Aws_restXml_1.de_PutObjectRetentionCommand)
|
|
33
|
-
.build() {
|
|
34
|
-
}
|
|
35
|
-
exports.PutObjectRetentionCommand = PutObjectRetentionCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,35 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.PutObjectTaggingCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_flexible_checksums_1 = require("@aws-sdk/middleware-flexible-checksums");
|
|
5
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
6
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
7
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
8
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
9
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
10
|
-
const Aws_restXml_1 = require("../protocols/Aws_restXml");
|
|
11
|
-
class PutObjectTaggingCommand extends smithy_client_1.Command
|
|
12
|
-
.classBuilder()
|
|
13
|
-
.ep({
|
|
14
|
-
...EndpointParameters_1.commonParams,
|
|
15
|
-
Bucket: { type: "contextParams", name: "Bucket" },
|
|
16
|
-
})
|
|
17
|
-
.m(function (Command, cs, config, o) {
|
|
18
|
-
return [
|
|
19
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
20
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
21
|
-
(0, middleware_flexible_checksums_1.getFlexibleChecksumsPlugin)(config, {
|
|
22
|
-
input: this.input,
|
|
23
|
-
requestAlgorithmMember: "ChecksumAlgorithm",
|
|
24
|
-
requestChecksumRequired: true,
|
|
25
|
-
}),
|
|
26
|
-
];
|
|
27
|
-
})
|
|
28
|
-
.s("AmazonS3", "PutObjectTagging", {})
|
|
29
|
-
.n("S3Client", "PutObjectTaggingCommand")
|
|
30
|
-
.f(void 0, void 0)
|
|
31
|
-
.ser(Aws_restXml_1.se_PutObjectTaggingCommand)
|
|
32
|
-
.de(Aws_restXml_1.de_PutObjectTaggingCommand)
|
|
33
|
-
.build() {
|
|
34
|
-
}
|
|
35
|
-
exports.PutObjectTaggingCommand = PutObjectTaggingCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,36 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.PutPublicAccessBlockCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_flexible_checksums_1 = require("@aws-sdk/middleware-flexible-checksums");
|
|
5
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
6
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
7
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
8
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
9
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
10
|
-
const Aws_restXml_1 = require("../protocols/Aws_restXml");
|
|
11
|
-
class PutPublicAccessBlockCommand extends smithy_client_1.Command
|
|
12
|
-
.classBuilder()
|
|
13
|
-
.ep({
|
|
14
|
-
...EndpointParameters_1.commonParams,
|
|
15
|
-
UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
|
|
16
|
-
Bucket: { type: "contextParams", name: "Bucket" },
|
|
17
|
-
})
|
|
18
|
-
.m(function (Command, cs, config, o) {
|
|
19
|
-
return [
|
|
20
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
21
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
22
|
-
(0, middleware_flexible_checksums_1.getFlexibleChecksumsPlugin)(config, {
|
|
23
|
-
input: this.input,
|
|
24
|
-
requestAlgorithmMember: "ChecksumAlgorithm",
|
|
25
|
-
requestChecksumRequired: true,
|
|
26
|
-
}),
|
|
27
|
-
];
|
|
28
|
-
})
|
|
29
|
-
.s("AmazonS3", "PutPublicAccessBlock", {})
|
|
30
|
-
.n("S3Client", "PutPublicAccessBlockCommand")
|
|
31
|
-
.f(void 0, void 0)
|
|
32
|
-
.ser(Aws_restXml_1.se_PutPublicAccessBlockCommand)
|
|
33
|
-
.de(Aws_restXml_1.de_PutPublicAccessBlockCommand)
|
|
34
|
-
.build() {
|
|
35
|
-
}
|
|
36
|
-
exports.PutPublicAccessBlockCommand = PutPublicAccessBlockCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,36 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.RestoreObjectCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_flexible_checksums_1 = require("@aws-sdk/middleware-flexible-checksums");
|
|
5
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
6
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
7
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
8
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
9
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
10
|
-
const models_1_1 = require("../models/models_1");
|
|
11
|
-
const Aws_restXml_1 = require("../protocols/Aws_restXml");
|
|
12
|
-
class RestoreObjectCommand extends smithy_client_1.Command
|
|
13
|
-
.classBuilder()
|
|
14
|
-
.ep({
|
|
15
|
-
...EndpointParameters_1.commonParams,
|
|
16
|
-
Bucket: { type: "contextParams", name: "Bucket" },
|
|
17
|
-
})
|
|
18
|
-
.m(function (Command, cs, config, o) {
|
|
19
|
-
return [
|
|
20
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
21
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
22
|
-
(0, middleware_flexible_checksums_1.getFlexibleChecksumsPlugin)(config, {
|
|
23
|
-
input: this.input,
|
|
24
|
-
requestAlgorithmMember: "ChecksumAlgorithm",
|
|
25
|
-
requestChecksumRequired: false,
|
|
26
|
-
}),
|
|
27
|
-
];
|
|
28
|
-
})
|
|
29
|
-
.s("AmazonS3", "RestoreObject", {})
|
|
30
|
-
.n("S3Client", "RestoreObjectCommand")
|
|
31
|
-
.f(models_1_1.RestoreObjectRequestFilterSensitiveLog, void 0)
|
|
32
|
-
.ser(Aws_restXml_1.se_RestoreObjectCommand)
|
|
33
|
-
.de(Aws_restXml_1.de_RestoreObjectCommand)
|
|
34
|
-
.build() {
|
|
35
|
-
}
|
|
36
|
-
exports.RestoreObjectCommand = RestoreObjectCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,36 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.SelectObjectContentCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_ssec_1 = require("@aws-sdk/middleware-ssec");
|
|
5
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
6
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
7
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
8
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
9
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
10
|
-
const models_1_1 = require("../models/models_1");
|
|
11
|
-
const Aws_restXml_1 = require("../protocols/Aws_restXml");
|
|
12
|
-
class SelectObjectContentCommand extends smithy_client_1.Command
|
|
13
|
-
.classBuilder()
|
|
14
|
-
.ep({
|
|
15
|
-
...EndpointParameters_1.commonParams,
|
|
16
|
-
Bucket: { type: "contextParams", name: "Bucket" },
|
|
17
|
-
})
|
|
18
|
-
.m(function (Command, cs, config, o) {
|
|
19
|
-
return [
|
|
20
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
21
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
22
|
-
(0, middleware_ssec_1.getSsecPlugin)(config),
|
|
23
|
-
];
|
|
24
|
-
})
|
|
25
|
-
.s("AmazonS3", "SelectObjectContent", {
|
|
26
|
-
eventStream: {
|
|
27
|
-
output: true,
|
|
28
|
-
},
|
|
29
|
-
})
|
|
30
|
-
.n("S3Client", "SelectObjectContentCommand")
|
|
31
|
-
.f(models_1_1.SelectObjectContentRequestFilterSensitiveLog, models_1_1.SelectObjectContentOutputFilterSensitiveLog)
|
|
32
|
-
.ser(Aws_restXml_1.se_SelectObjectContentCommand)
|
|
33
|
-
.de(Aws_restXml_1.de_SelectObjectContentCommand)
|
|
34
|
-
.build() {
|
|
35
|
-
}
|
|
36
|
-
exports.SelectObjectContentCommand = SelectObjectContentCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,39 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UploadPartCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_flexible_checksums_1 = require("@aws-sdk/middleware-flexible-checksums");
|
|
5
|
-
const middleware_ssec_1 = require("@aws-sdk/middleware-ssec");
|
|
6
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
7
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
8
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
9
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
10
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
11
|
-
const models_1_1 = require("../models/models_1");
|
|
12
|
-
const Aws_restXml_1 = require("../protocols/Aws_restXml");
|
|
13
|
-
class UploadPartCommand extends smithy_client_1.Command
|
|
14
|
-
.classBuilder()
|
|
15
|
-
.ep({
|
|
16
|
-
...EndpointParameters_1.commonParams,
|
|
17
|
-
Bucket: { type: "contextParams", name: "Bucket" },
|
|
18
|
-
Key: { type: "contextParams", name: "Key" },
|
|
19
|
-
})
|
|
20
|
-
.m(function (Command, cs, config, o) {
|
|
21
|
-
return [
|
|
22
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
23
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
24
|
-
(0, middleware_ssec_1.getSsecPlugin)(config),
|
|
25
|
-
(0, middleware_flexible_checksums_1.getFlexibleChecksumsPlugin)(config, {
|
|
26
|
-
input: this.input,
|
|
27
|
-
requestAlgorithmMember: "ChecksumAlgorithm",
|
|
28
|
-
requestChecksumRequired: false,
|
|
29
|
-
}),
|
|
30
|
-
];
|
|
31
|
-
})
|
|
32
|
-
.s("AmazonS3", "UploadPart", {})
|
|
33
|
-
.n("S3Client", "UploadPartCommand")
|
|
34
|
-
.f(models_1_1.UploadPartRequestFilterSensitiveLog, models_1_1.UploadPartOutputFilterSensitiveLog)
|
|
35
|
-
.ser(Aws_restXml_1.se_UploadPartCommand)
|
|
36
|
-
.de(Aws_restXml_1.de_UploadPartCommand)
|
|
37
|
-
.build() {
|
|
38
|
-
}
|
|
39
|
-
exports.UploadPartCommand = UploadPartCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,35 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UploadPartCopyCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_sdk_s3_1 = require("@aws-sdk/middleware-sdk-s3");
|
|
5
|
-
const middleware_ssec_1 = require("@aws-sdk/middleware-ssec");
|
|
6
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
7
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
8
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
9
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
10
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
11
|
-
const models_1_1 = require("../models/models_1");
|
|
12
|
-
const Aws_restXml_1 = require("../protocols/Aws_restXml");
|
|
13
|
-
class UploadPartCopyCommand extends smithy_client_1.Command
|
|
14
|
-
.classBuilder()
|
|
15
|
-
.ep({
|
|
16
|
-
...EndpointParameters_1.commonParams,
|
|
17
|
-
DisableS3ExpressSessionAuth: { type: "staticContextParams", value: true },
|
|
18
|
-
Bucket: { type: "contextParams", name: "Bucket" },
|
|
19
|
-
})
|
|
20
|
-
.m(function (Command, cs, config, o) {
|
|
21
|
-
return [
|
|
22
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
23
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
24
|
-
(0, middleware_sdk_s3_1.getThrow200ExceptionsPlugin)(config),
|
|
25
|
-
(0, middleware_ssec_1.getSsecPlugin)(config),
|
|
26
|
-
];
|
|
27
|
-
})
|
|
28
|
-
.s("AmazonS3", "UploadPartCopy", {})
|
|
29
|
-
.n("S3Client", "UploadPartCopyCommand")
|
|
30
|
-
.f(models_1_1.UploadPartCopyRequestFilterSensitiveLog, models_1_1.UploadPartCopyOutputFilterSensitiveLog)
|
|
31
|
-
.ser(Aws_restXml_1.se_UploadPartCopyCommand)
|
|
32
|
-
.de(Aws_restXml_1.de_UploadPartCopyCommand)
|
|
33
|
-
.build() {
|
|
34
|
-
}
|
|
35
|
-
exports.UploadPartCopyCommand = UploadPartCopyCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,30 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.WriteGetObjectResponseCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const models_1_1 = require("../models/models_1");
|
|
10
|
-
const Aws_restXml_1 = require("../protocols/Aws_restXml");
|
|
11
|
-
class WriteGetObjectResponseCommand extends smithy_client_1.Command
|
|
12
|
-
.classBuilder()
|
|
13
|
-
.ep({
|
|
14
|
-
...EndpointParameters_1.commonParams,
|
|
15
|
-
UseObjectLambdaEndpoint: { type: "staticContextParams", value: true },
|
|
16
|
-
})
|
|
17
|
-
.m(function (Command, cs, config, o) {
|
|
18
|
-
return [
|
|
19
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
20
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
21
|
-
];
|
|
22
|
-
})
|
|
23
|
-
.s("AmazonS3", "WriteGetObjectResponse", {})
|
|
24
|
-
.n("S3Client", "WriteGetObjectResponseCommand")
|
|
25
|
-
.f(models_1_1.WriteGetObjectResponseRequestFilterSensitiveLog, void 0)
|
|
26
|
-
.ser(Aws_restXml_1.se_WriteGetObjectResponseCommand)
|
|
27
|
-
.de(Aws_restXml_1.de_WriteGetObjectResponseCommand)
|
|
28
|
-
.build() {
|
|
29
|
-
}
|
|
30
|
-
exports.WriteGetObjectResponseCommand = WriteGetObjectResponseCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,98 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const tslib_1 = require("tslib");
|
|
4
|
-
tslib_1.__exportStar(require("./AbortMultipartUploadCommand"), exports);
|
|
5
|
-
tslib_1.__exportStar(require("./CompleteMultipartUploadCommand"), exports);
|
|
6
|
-
tslib_1.__exportStar(require("./CopyObjectCommand"), exports);
|
|
7
|
-
tslib_1.__exportStar(require("./CreateBucketCommand"), exports);
|
|
8
|
-
tslib_1.__exportStar(require("./CreateMultipartUploadCommand"), exports);
|
|
9
|
-
tslib_1.__exportStar(require("./CreateSessionCommand"), exports);
|
|
10
|
-
tslib_1.__exportStar(require("./DeleteBucketAnalyticsConfigurationCommand"), exports);
|
|
11
|
-
tslib_1.__exportStar(require("./DeleteBucketCommand"), exports);
|
|
12
|
-
tslib_1.__exportStar(require("./DeleteBucketCorsCommand"), exports);
|
|
13
|
-
tslib_1.__exportStar(require("./DeleteBucketEncryptionCommand"), exports);
|
|
14
|
-
tslib_1.__exportStar(require("./DeleteBucketIntelligentTieringConfigurationCommand"), exports);
|
|
15
|
-
tslib_1.__exportStar(require("./DeleteBucketInventoryConfigurationCommand"), exports);
|
|
16
|
-
tslib_1.__exportStar(require("./DeleteBucketLifecycleCommand"), exports);
|
|
17
|
-
tslib_1.__exportStar(require("./DeleteBucketMetricsConfigurationCommand"), exports);
|
|
18
|
-
tslib_1.__exportStar(require("./DeleteBucketOwnershipControlsCommand"), exports);
|
|
19
|
-
tslib_1.__exportStar(require("./DeleteBucketPolicyCommand"), exports);
|
|
20
|
-
tslib_1.__exportStar(require("./DeleteBucketReplicationCommand"), exports);
|
|
21
|
-
tslib_1.__exportStar(require("./DeleteBucketTaggingCommand"), exports);
|
|
22
|
-
tslib_1.__exportStar(require("./DeleteBucketWebsiteCommand"), exports);
|
|
23
|
-
tslib_1.__exportStar(require("./DeleteObjectCommand"), exports);
|
|
24
|
-
tslib_1.__exportStar(require("./DeleteObjectTaggingCommand"), exports);
|
|
25
|
-
tslib_1.__exportStar(require("./DeleteObjectsCommand"), exports);
|
|
26
|
-
tslib_1.__exportStar(require("./DeletePublicAccessBlockCommand"), exports);
|
|
27
|
-
tslib_1.__exportStar(require("./GetBucketAccelerateConfigurationCommand"), exports);
|
|
28
|
-
tslib_1.__exportStar(require("./GetBucketAclCommand"), exports);
|
|
29
|
-
tslib_1.__exportStar(require("./GetBucketAnalyticsConfigurationCommand"), exports);
|
|
30
|
-
tslib_1.__exportStar(require("./GetBucketCorsCommand"), exports);
|
|
31
|
-
tslib_1.__exportStar(require("./GetBucketEncryptionCommand"), exports);
|
|
32
|
-
tslib_1.__exportStar(require("./GetBucketIntelligentTieringConfigurationCommand"), exports);
|
|
33
|
-
tslib_1.__exportStar(require("./GetBucketInventoryConfigurationCommand"), exports);
|
|
34
|
-
tslib_1.__exportStar(require("./GetBucketLifecycleConfigurationCommand"), exports);
|
|
35
|
-
tslib_1.__exportStar(require("./GetBucketLocationCommand"), exports);
|
|
36
|
-
tslib_1.__exportStar(require("./GetBucketLoggingCommand"), exports);
|
|
37
|
-
tslib_1.__exportStar(require("./GetBucketMetricsConfigurationCommand"), exports);
|
|
38
|
-
tslib_1.__exportStar(require("./GetBucketNotificationConfigurationCommand"), exports);
|
|
39
|
-
tslib_1.__exportStar(require("./GetBucketOwnershipControlsCommand"), exports);
|
|
40
|
-
tslib_1.__exportStar(require("./GetBucketPolicyCommand"), exports);
|
|
41
|
-
tslib_1.__exportStar(require("./GetBucketPolicyStatusCommand"), exports);
|
|
42
|
-
tslib_1.__exportStar(require("./GetBucketReplicationCommand"), exports);
|
|
43
|
-
tslib_1.__exportStar(require("./GetBucketRequestPaymentCommand"), exports);
|
|
44
|
-
tslib_1.__exportStar(require("./GetBucketTaggingCommand"), exports);
|
|
45
|
-
tslib_1.__exportStar(require("./GetBucketVersioningCommand"), exports);
|
|
46
|
-
tslib_1.__exportStar(require("./GetBucketWebsiteCommand"), exports);
|
|
47
|
-
tslib_1.__exportStar(require("./GetObjectAclCommand"), exports);
|
|
48
|
-
tslib_1.__exportStar(require("./GetObjectAttributesCommand"), exports);
|
|
49
|
-
tslib_1.__exportStar(require("./GetObjectCommand"), exports);
|
|
50
|
-
tslib_1.__exportStar(require("./GetObjectLegalHoldCommand"), exports);
|
|
51
|
-
tslib_1.__exportStar(require("./GetObjectLockConfigurationCommand"), exports);
|
|
52
|
-
tslib_1.__exportStar(require("./GetObjectRetentionCommand"), exports);
|
|
53
|
-
tslib_1.__exportStar(require("./GetObjectTaggingCommand"), exports);
|
|
54
|
-
tslib_1.__exportStar(require("./GetObjectTorrentCommand"), exports);
|
|
55
|
-
tslib_1.__exportStar(require("./GetPublicAccessBlockCommand"), exports);
|
|
56
|
-
tslib_1.__exportStar(require("./HeadBucketCommand"), exports);
|
|
57
|
-
tslib_1.__exportStar(require("./HeadObjectCommand"), exports);
|
|
58
|
-
tslib_1.__exportStar(require("./ListBucketAnalyticsConfigurationsCommand"), exports);
|
|
59
|
-
tslib_1.__exportStar(require("./ListBucketIntelligentTieringConfigurationsCommand"), exports);
|
|
60
|
-
tslib_1.__exportStar(require("./ListBucketInventoryConfigurationsCommand"), exports);
|
|
61
|
-
tslib_1.__exportStar(require("./ListBucketMetricsConfigurationsCommand"), exports);
|
|
62
|
-
tslib_1.__exportStar(require("./ListBucketsCommand"), exports);
|
|
63
|
-
tslib_1.__exportStar(require("./ListDirectoryBucketsCommand"), exports);
|
|
64
|
-
tslib_1.__exportStar(require("./ListMultipartUploadsCommand"), exports);
|
|
65
|
-
tslib_1.__exportStar(require("./ListObjectVersionsCommand"), exports);
|
|
66
|
-
tslib_1.__exportStar(require("./ListObjectsCommand"), exports);
|
|
67
|
-
tslib_1.__exportStar(require("./ListObjectsV2Command"), exports);
|
|
68
|
-
tslib_1.__exportStar(require("./ListPartsCommand"), exports);
|
|
69
|
-
tslib_1.__exportStar(require("./PutBucketAccelerateConfigurationCommand"), exports);
|
|
70
|
-
tslib_1.__exportStar(require("./PutBucketAclCommand"), exports);
|
|
71
|
-
tslib_1.__exportStar(require("./PutBucketAnalyticsConfigurationCommand"), exports);
|
|
72
|
-
tslib_1.__exportStar(require("./PutBucketCorsCommand"), exports);
|
|
73
|
-
tslib_1.__exportStar(require("./PutBucketEncryptionCommand"), exports);
|
|
74
|
-
tslib_1.__exportStar(require("./PutBucketIntelligentTieringConfigurationCommand"), exports);
|
|
75
|
-
tslib_1.__exportStar(require("./PutBucketInventoryConfigurationCommand"), exports);
|
|
76
|
-
tslib_1.__exportStar(require("./PutBucketLifecycleConfigurationCommand"), exports);
|
|
77
|
-
tslib_1.__exportStar(require("./PutBucketLoggingCommand"), exports);
|
|
78
|
-
tslib_1.__exportStar(require("./PutBucketMetricsConfigurationCommand"), exports);
|
|
79
|
-
tslib_1.__exportStar(require("./PutBucketNotificationConfigurationCommand"), exports);
|
|
80
|
-
tslib_1.__exportStar(require("./PutBucketOwnershipControlsCommand"), exports);
|
|
81
|
-
tslib_1.__exportStar(require("./PutBucketPolicyCommand"), exports);
|
|
82
|
-
tslib_1.__exportStar(require("./PutBucketReplicationCommand"), exports);
|
|
83
|
-
tslib_1.__exportStar(require("./PutBucketRequestPaymentCommand"), exports);
|
|
84
|
-
tslib_1.__exportStar(require("./PutBucketTaggingCommand"), exports);
|
|
85
|
-
tslib_1.__exportStar(require("./PutBucketVersioningCommand"), exports);
|
|
86
|
-
tslib_1.__exportStar(require("./PutBucketWebsiteCommand"), exports);
|
|
87
|
-
tslib_1.__exportStar(require("./PutObjectAclCommand"), exports);
|
|
88
|
-
tslib_1.__exportStar(require("./PutObjectCommand"), exports);
|
|
89
|
-
tslib_1.__exportStar(require("./PutObjectLegalHoldCommand"), exports);
|
|
90
|
-
tslib_1.__exportStar(require("./PutObjectLockConfigurationCommand"), exports);
|
|
91
|
-
tslib_1.__exportStar(require("./PutObjectRetentionCommand"), exports);
|
|
92
|
-
tslib_1.__exportStar(require("./PutObjectTaggingCommand"), exports);
|
|
93
|
-
tslib_1.__exportStar(require("./PutPublicAccessBlockCommand"), exports);
|
|
94
|
-
tslib_1.__exportStar(require("./RestoreObjectCommand"), exports);
|
|
95
|
-
tslib_1.__exportStar(require("./SelectObjectContentCommand"), exports);
|
|
96
|
-
tslib_1.__exportStar(require("./UploadPartCommand"), exports);
|
|
97
|
-
tslib_1.__exportStar(require("./UploadPartCopyCommand"), exports);
|
|
98
|
-
tslib_1.__exportStar(require("./WriteGetObjectResponseCommand"), exports);
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.commonParams = exports.resolveClientEndpointParameters = void 0;
|
|
4
|
-
const resolveClientEndpointParameters = (options) => {
|
|
5
|
-
return {
|
|
6
|
-
...options,
|
|
7
|
-
useFipsEndpoint: options.useFipsEndpoint ?? false,
|
|
8
|
-
useDualstackEndpoint: options.useDualstackEndpoint ?? false,
|
|
9
|
-
forcePathStyle: options.forcePathStyle ?? false,
|
|
10
|
-
useAccelerateEndpoint: options.useAccelerateEndpoint ?? false,
|
|
11
|
-
useGlobalEndpoint: options.useGlobalEndpoint ?? false,
|
|
12
|
-
disableMultiregionAccessPoints: options.disableMultiregionAccessPoints ?? false,
|
|
13
|
-
defaultSigningName: "s3",
|
|
14
|
-
};
|
|
15
|
-
};
|
|
16
|
-
exports.resolveClientEndpointParameters = resolveClientEndpointParameters;
|
|
17
|
-
exports.commonParams = {
|
|
18
|
-
ForcePathStyle: { type: "clientContextParams", name: "forcePathStyle" },
|
|
19
|
-
UseArnRegion: { type: "clientContextParams", name: "useArnRegion" },
|
|
20
|
-
DisableMultiRegionAccessPoints: { type: "clientContextParams", name: "disableMultiregionAccessPoints" },
|
|
21
|
-
Accelerate: { type: "clientContextParams", name: "useAccelerateEndpoint" },
|
|
22
|
-
DisableS3ExpressSessionAuth: { type: "clientContextParams", name: "disableS3ExpressSessionAuth" },
|
|
23
|
-
UseGlobalEndpoint: { type: "builtInParams", name: "useGlobalEndpoint" },
|
|
24
|
-
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
25
|
-
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
26
|
-
Region: { type: "builtInParams", name: "region" },
|
|
27
|
-
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
28
|
-
};
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
module.exports = require("./index.js");
|