@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,30 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteBucketInventoryConfigurationCommand = 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 Aws_restXml_1 = require("../protocols/Aws_restXml");
|
|
10
|
-
class DeleteBucketInventoryConfigurationCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
|
|
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
|
-
];
|
|
22
|
-
})
|
|
23
|
-
.s("AmazonS3", "DeleteBucketInventoryConfiguration", {})
|
|
24
|
-
.n("S3Client", "DeleteBucketInventoryConfigurationCommand")
|
|
25
|
-
.f(void 0, void 0)
|
|
26
|
-
.ser(Aws_restXml_1.se_DeleteBucketInventoryConfigurationCommand)
|
|
27
|
-
.de(Aws_restXml_1.de_DeleteBucketInventoryConfigurationCommand)
|
|
28
|
-
.build() {
|
|
29
|
-
}
|
|
30
|
-
exports.DeleteBucketInventoryConfigurationCommand = DeleteBucketInventoryConfigurationCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,30 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteBucketLifecycleCommand = 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 Aws_restXml_1 = require("../protocols/Aws_restXml");
|
|
10
|
-
class DeleteBucketLifecycleCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
|
|
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
|
-
];
|
|
22
|
-
})
|
|
23
|
-
.s("AmazonS3", "DeleteBucketLifecycle", {})
|
|
24
|
-
.n("S3Client", "DeleteBucketLifecycleCommand")
|
|
25
|
-
.f(void 0, void 0)
|
|
26
|
-
.ser(Aws_restXml_1.se_DeleteBucketLifecycleCommand)
|
|
27
|
-
.de(Aws_restXml_1.de_DeleteBucketLifecycleCommand)
|
|
28
|
-
.build() {
|
|
29
|
-
}
|
|
30
|
-
exports.DeleteBucketLifecycleCommand = DeleteBucketLifecycleCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,30 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteBucketMetricsConfigurationCommand = 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 Aws_restXml_1 = require("../protocols/Aws_restXml");
|
|
10
|
-
class DeleteBucketMetricsConfigurationCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
|
|
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
|
-
];
|
|
22
|
-
})
|
|
23
|
-
.s("AmazonS3", "DeleteBucketMetricsConfiguration", {})
|
|
24
|
-
.n("S3Client", "DeleteBucketMetricsConfigurationCommand")
|
|
25
|
-
.f(void 0, void 0)
|
|
26
|
-
.ser(Aws_restXml_1.se_DeleteBucketMetricsConfigurationCommand)
|
|
27
|
-
.de(Aws_restXml_1.de_DeleteBucketMetricsConfigurationCommand)
|
|
28
|
-
.build() {
|
|
29
|
-
}
|
|
30
|
-
exports.DeleteBucketMetricsConfigurationCommand = DeleteBucketMetricsConfigurationCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,30 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteBucketOwnershipControlsCommand = 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 Aws_restXml_1 = require("../protocols/Aws_restXml");
|
|
10
|
-
class DeleteBucketOwnershipControlsCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
|
|
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
|
-
];
|
|
22
|
-
})
|
|
23
|
-
.s("AmazonS3", "DeleteBucketOwnershipControls", {})
|
|
24
|
-
.n("S3Client", "DeleteBucketOwnershipControlsCommand")
|
|
25
|
-
.f(void 0, void 0)
|
|
26
|
-
.ser(Aws_restXml_1.se_DeleteBucketOwnershipControlsCommand)
|
|
27
|
-
.de(Aws_restXml_1.de_DeleteBucketOwnershipControlsCommand)
|
|
28
|
-
.build() {
|
|
29
|
-
}
|
|
30
|
-
exports.DeleteBucketOwnershipControlsCommand = DeleteBucketOwnershipControlsCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,30 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteBucketPolicyCommand = 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 Aws_restXml_1 = require("../protocols/Aws_restXml");
|
|
10
|
-
class DeleteBucketPolicyCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
|
|
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
|
-
];
|
|
22
|
-
})
|
|
23
|
-
.s("AmazonS3", "DeleteBucketPolicy", {})
|
|
24
|
-
.n("S3Client", "DeleteBucketPolicyCommand")
|
|
25
|
-
.f(void 0, void 0)
|
|
26
|
-
.ser(Aws_restXml_1.se_DeleteBucketPolicyCommand)
|
|
27
|
-
.de(Aws_restXml_1.de_DeleteBucketPolicyCommand)
|
|
28
|
-
.build() {
|
|
29
|
-
}
|
|
30
|
-
exports.DeleteBucketPolicyCommand = DeleteBucketPolicyCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,30 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteBucketReplicationCommand = 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 Aws_restXml_1 = require("../protocols/Aws_restXml");
|
|
10
|
-
class DeleteBucketReplicationCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
|
|
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
|
-
];
|
|
22
|
-
})
|
|
23
|
-
.s("AmazonS3", "DeleteBucketReplication", {})
|
|
24
|
-
.n("S3Client", "DeleteBucketReplicationCommand")
|
|
25
|
-
.f(void 0, void 0)
|
|
26
|
-
.ser(Aws_restXml_1.se_DeleteBucketReplicationCommand)
|
|
27
|
-
.de(Aws_restXml_1.de_DeleteBucketReplicationCommand)
|
|
28
|
-
.build() {
|
|
29
|
-
}
|
|
30
|
-
exports.DeleteBucketReplicationCommand = DeleteBucketReplicationCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,30 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteBucketTaggingCommand = 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 Aws_restXml_1 = require("../protocols/Aws_restXml");
|
|
10
|
-
class DeleteBucketTaggingCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
|
|
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
|
-
];
|
|
22
|
-
})
|
|
23
|
-
.s("AmazonS3", "DeleteBucketTagging", {})
|
|
24
|
-
.n("S3Client", "DeleteBucketTaggingCommand")
|
|
25
|
-
.f(void 0, void 0)
|
|
26
|
-
.ser(Aws_restXml_1.se_DeleteBucketTaggingCommand)
|
|
27
|
-
.de(Aws_restXml_1.de_DeleteBucketTaggingCommand)
|
|
28
|
-
.build() {
|
|
29
|
-
}
|
|
30
|
-
exports.DeleteBucketTaggingCommand = DeleteBucketTaggingCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,30 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteBucketWebsiteCommand = 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 Aws_restXml_1 = require("../protocols/Aws_restXml");
|
|
10
|
-
class DeleteBucketWebsiteCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
|
|
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
|
-
];
|
|
22
|
-
})
|
|
23
|
-
.s("AmazonS3", "DeleteBucketWebsite", {})
|
|
24
|
-
.n("S3Client", "DeleteBucketWebsiteCommand")
|
|
25
|
-
.f(void 0, void 0)
|
|
26
|
-
.ser(Aws_restXml_1.se_DeleteBucketWebsiteCommand)
|
|
27
|
-
.de(Aws_restXml_1.de_DeleteBucketWebsiteCommand)
|
|
28
|
-
.build() {
|
|
29
|
-
}
|
|
30
|
-
exports.DeleteBucketWebsiteCommand = DeleteBucketWebsiteCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,30 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteObjectCommand = 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 Aws_restXml_1 = require("../protocols/Aws_restXml");
|
|
10
|
-
class DeleteObjectCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
Bucket: { type: "contextParams", name: "Bucket" },
|
|
15
|
-
Key: { type: "contextParams", name: "Key" },
|
|
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", "DeleteObject", {})
|
|
24
|
-
.n("S3Client", "DeleteObjectCommand")
|
|
25
|
-
.f(void 0, void 0)
|
|
26
|
-
.ser(Aws_restXml_1.se_DeleteObjectCommand)
|
|
27
|
-
.de(Aws_restXml_1.de_DeleteObjectCommand)
|
|
28
|
-
.build() {
|
|
29
|
-
}
|
|
30
|
-
exports.DeleteObjectCommand = DeleteObjectCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,29 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteObjectTaggingCommand = 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 Aws_restXml_1 = require("../protocols/Aws_restXml");
|
|
10
|
-
class DeleteObjectTaggingCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
Bucket: { type: "contextParams", name: "Bucket" },
|
|
15
|
-
})
|
|
16
|
-
.m(function (Command, cs, config, o) {
|
|
17
|
-
return [
|
|
18
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
19
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
20
|
-
];
|
|
21
|
-
})
|
|
22
|
-
.s("AmazonS3", "DeleteObjectTagging", {})
|
|
23
|
-
.n("S3Client", "DeleteObjectTaggingCommand")
|
|
24
|
-
.f(void 0, void 0)
|
|
25
|
-
.ser(Aws_restXml_1.se_DeleteObjectTaggingCommand)
|
|
26
|
-
.de(Aws_restXml_1.de_DeleteObjectTaggingCommand)
|
|
27
|
-
.build() {
|
|
28
|
-
}
|
|
29
|
-
exports.DeleteObjectTaggingCommand = DeleteObjectTaggingCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,35 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteObjectsCommand = 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 DeleteObjectsCommand 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", "DeleteObjects", {})
|
|
29
|
-
.n("S3Client", "DeleteObjectsCommand")
|
|
30
|
-
.f(void 0, void 0)
|
|
31
|
-
.ser(Aws_restXml_1.se_DeleteObjectsCommand)
|
|
32
|
-
.de(Aws_restXml_1.de_DeleteObjectsCommand)
|
|
33
|
-
.build() {
|
|
34
|
-
}
|
|
35
|
-
exports.DeleteObjectsCommand = DeleteObjectsCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,30 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeletePublicAccessBlockCommand = 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 Aws_restXml_1 = require("../protocols/Aws_restXml");
|
|
10
|
-
class DeletePublicAccessBlockCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
|
|
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
|
-
];
|
|
22
|
-
})
|
|
23
|
-
.s("AmazonS3", "DeletePublicAccessBlock", {})
|
|
24
|
-
.n("S3Client", "DeletePublicAccessBlockCommand")
|
|
25
|
-
.f(void 0, void 0)
|
|
26
|
-
.ser(Aws_restXml_1.se_DeletePublicAccessBlockCommand)
|
|
27
|
-
.de(Aws_restXml_1.de_DeletePublicAccessBlockCommand)
|
|
28
|
-
.build() {
|
|
29
|
-
}
|
|
30
|
-
exports.DeletePublicAccessBlockCommand = DeletePublicAccessBlockCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,30 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.GetBucketAccelerateConfigurationCommand = 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 Aws_restXml_1 = require("../protocols/Aws_restXml");
|
|
10
|
-
class GetBucketAccelerateConfigurationCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
|
|
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
|
-
];
|
|
22
|
-
})
|
|
23
|
-
.s("AmazonS3", "GetBucketAccelerateConfiguration", {})
|
|
24
|
-
.n("S3Client", "GetBucketAccelerateConfigurationCommand")
|
|
25
|
-
.f(void 0, void 0)
|
|
26
|
-
.ser(Aws_restXml_1.se_GetBucketAccelerateConfigurationCommand)
|
|
27
|
-
.de(Aws_restXml_1.de_GetBucketAccelerateConfigurationCommand)
|
|
28
|
-
.build() {
|
|
29
|
-
}
|
|
30
|
-
exports.GetBucketAccelerateConfigurationCommand = GetBucketAccelerateConfigurationCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,30 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.GetBucketAclCommand = 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 Aws_restXml_1 = require("../protocols/Aws_restXml");
|
|
10
|
-
class GetBucketAclCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
|
|
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
|
-
];
|
|
22
|
-
})
|
|
23
|
-
.s("AmazonS3", "GetBucketAcl", {})
|
|
24
|
-
.n("S3Client", "GetBucketAclCommand")
|
|
25
|
-
.f(void 0, void 0)
|
|
26
|
-
.ser(Aws_restXml_1.se_GetBucketAclCommand)
|
|
27
|
-
.de(Aws_restXml_1.de_GetBucketAclCommand)
|
|
28
|
-
.build() {
|
|
29
|
-
}
|
|
30
|
-
exports.GetBucketAclCommand = GetBucketAclCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,30 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.GetBucketAnalyticsConfigurationCommand = 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 Aws_restXml_1 = require("../protocols/Aws_restXml");
|
|
10
|
-
class GetBucketAnalyticsConfigurationCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
|
|
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
|
-
];
|
|
22
|
-
})
|
|
23
|
-
.s("AmazonS3", "GetBucketAnalyticsConfiguration", {})
|
|
24
|
-
.n("S3Client", "GetBucketAnalyticsConfigurationCommand")
|
|
25
|
-
.f(void 0, void 0)
|
|
26
|
-
.ser(Aws_restXml_1.se_GetBucketAnalyticsConfigurationCommand)
|
|
27
|
-
.de(Aws_restXml_1.de_GetBucketAnalyticsConfigurationCommand)
|
|
28
|
-
.build() {
|
|
29
|
-
}
|
|
30
|
-
exports.GetBucketAnalyticsConfigurationCommand = GetBucketAnalyticsConfigurationCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,30 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.GetBucketCorsCommand = 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 Aws_restXml_1 = require("../protocols/Aws_restXml");
|
|
10
|
-
class GetBucketCorsCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
|
|
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
|
-
];
|
|
22
|
-
})
|
|
23
|
-
.s("AmazonS3", "GetBucketCors", {})
|
|
24
|
-
.n("S3Client", "GetBucketCorsCommand")
|
|
25
|
-
.f(void 0, void 0)
|
|
26
|
-
.ser(Aws_restXml_1.se_GetBucketCorsCommand)
|
|
27
|
-
.de(Aws_restXml_1.de_GetBucketCorsCommand)
|
|
28
|
-
.build() {
|
|
29
|
-
}
|
|
30
|
-
exports.GetBucketCorsCommand = GetBucketCorsCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,31 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.GetBucketEncryptionCommand = 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_0_1 = require("../models/models_0");
|
|
10
|
-
const Aws_restXml_1 = require("../protocols/Aws_restXml");
|
|
11
|
-
class GetBucketEncryptionCommand 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
|
-
];
|
|
23
|
-
})
|
|
24
|
-
.s("AmazonS3", "GetBucketEncryption", {})
|
|
25
|
-
.n("S3Client", "GetBucketEncryptionCommand")
|
|
26
|
-
.f(void 0, models_0_1.GetBucketEncryptionOutputFilterSensitiveLog)
|
|
27
|
-
.ser(Aws_restXml_1.se_GetBucketEncryptionCommand)
|
|
28
|
-
.de(Aws_restXml_1.de_GetBucketEncryptionCommand)
|
|
29
|
-
.build() {
|
|
30
|
-
}
|
|
31
|
-
exports.GetBucketEncryptionCommand = GetBucketEncryptionCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,30 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.GetBucketIntelligentTieringConfigurationCommand = 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 Aws_restXml_1 = require("../protocols/Aws_restXml");
|
|
10
|
-
class GetBucketIntelligentTieringConfigurationCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
|
|
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
|
-
];
|
|
22
|
-
})
|
|
23
|
-
.s("AmazonS3", "GetBucketIntelligentTieringConfiguration", {})
|
|
24
|
-
.n("S3Client", "GetBucketIntelligentTieringConfigurationCommand")
|
|
25
|
-
.f(void 0, void 0)
|
|
26
|
-
.ser(Aws_restXml_1.se_GetBucketIntelligentTieringConfigurationCommand)
|
|
27
|
-
.de(Aws_restXml_1.de_GetBucketIntelligentTieringConfigurationCommand)
|
|
28
|
-
.build() {
|
|
29
|
-
}
|
|
30
|
-
exports.GetBucketIntelligentTieringConfigurationCommand = GetBucketIntelligentTieringConfigurationCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,31 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.GetBucketInventoryConfigurationCommand = 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_0_1 = require("../models/models_0");
|
|
10
|
-
const Aws_restXml_1 = require("../protocols/Aws_restXml");
|
|
11
|
-
class GetBucketInventoryConfigurationCommand 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
|
-
];
|
|
23
|
-
})
|
|
24
|
-
.s("AmazonS3", "GetBucketInventoryConfiguration", {})
|
|
25
|
-
.n("S3Client", "GetBucketInventoryConfigurationCommand")
|
|
26
|
-
.f(void 0, models_0_1.GetBucketInventoryConfigurationOutputFilterSensitiveLog)
|
|
27
|
-
.ser(Aws_restXml_1.se_GetBucketInventoryConfigurationCommand)
|
|
28
|
-
.de(Aws_restXml_1.de_GetBucketInventoryConfigurationCommand)
|
|
29
|
-
.build() {
|
|
30
|
-
}
|
|
31
|
-
exports.GetBucketInventoryConfigurationCommand = GetBucketInventoryConfigurationCommand;
|
|
1
|
+
module.exports = require("../index.js");
|