@aws-sdk/client-s3 3.490.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.
Files changed (118) hide show
  1. package/dist-cjs/S3.js +1 -201
  2. package/dist-cjs/S3Client.js +1 -53
  3. package/dist-cjs/commands/AbortMultipartUploadCommand.js +1 -30
  4. package/dist-cjs/commands/CompleteMultipartUploadCommand.js +1 -35
  5. package/dist-cjs/commands/CopyObjectCommand.js +1 -35
  6. package/dist-cjs/commands/CreateBucketCommand.js +1 -33
  7. package/dist-cjs/commands/CreateMultipartUploadCommand.js +1 -33
  8. package/dist-cjs/commands/CreateSessionCommand.js +1 -31
  9. package/dist-cjs/commands/DeleteBucketAnalyticsConfigurationCommand.js +1 -30
  10. package/dist-cjs/commands/DeleteBucketCommand.js +1 -30
  11. package/dist-cjs/commands/DeleteBucketCorsCommand.js +1 -30
  12. package/dist-cjs/commands/DeleteBucketEncryptionCommand.js +1 -30
  13. package/dist-cjs/commands/DeleteBucketIntelligentTieringConfigurationCommand.js +1 -30
  14. package/dist-cjs/commands/DeleteBucketInventoryConfigurationCommand.js +1 -30
  15. package/dist-cjs/commands/DeleteBucketLifecycleCommand.js +1 -30
  16. package/dist-cjs/commands/DeleteBucketMetricsConfigurationCommand.js +1 -30
  17. package/dist-cjs/commands/DeleteBucketOwnershipControlsCommand.js +1 -30
  18. package/dist-cjs/commands/DeleteBucketPolicyCommand.js +1 -30
  19. package/dist-cjs/commands/DeleteBucketReplicationCommand.js +1 -30
  20. package/dist-cjs/commands/DeleteBucketTaggingCommand.js +1 -30
  21. package/dist-cjs/commands/DeleteBucketWebsiteCommand.js +1 -30
  22. package/dist-cjs/commands/DeleteObjectCommand.js +1 -30
  23. package/dist-cjs/commands/DeleteObjectTaggingCommand.js +1 -29
  24. package/dist-cjs/commands/DeleteObjectsCommand.js +1 -35
  25. package/dist-cjs/commands/DeletePublicAccessBlockCommand.js +1 -30
  26. package/dist-cjs/commands/GetBucketAccelerateConfigurationCommand.js +1 -30
  27. package/dist-cjs/commands/GetBucketAclCommand.js +1 -30
  28. package/dist-cjs/commands/GetBucketAnalyticsConfigurationCommand.js +1 -30
  29. package/dist-cjs/commands/GetBucketCorsCommand.js +1 -30
  30. package/dist-cjs/commands/GetBucketEncryptionCommand.js +1 -31
  31. package/dist-cjs/commands/GetBucketIntelligentTieringConfigurationCommand.js +1 -30
  32. package/dist-cjs/commands/GetBucketInventoryConfigurationCommand.js +1 -31
  33. package/dist-cjs/commands/GetBucketLifecycleConfigurationCommand.js +1 -30
  34. package/dist-cjs/commands/GetBucketLocationCommand.js +1 -30
  35. package/dist-cjs/commands/GetBucketLoggingCommand.js +1 -30
  36. package/dist-cjs/commands/GetBucketMetricsConfigurationCommand.js +1 -30
  37. package/dist-cjs/commands/GetBucketNotificationConfigurationCommand.js +1 -30
  38. package/dist-cjs/commands/GetBucketOwnershipControlsCommand.js +1 -30
  39. package/dist-cjs/commands/GetBucketPolicyCommand.js +1 -30
  40. package/dist-cjs/commands/GetBucketPolicyStatusCommand.js +1 -30
  41. package/dist-cjs/commands/GetBucketReplicationCommand.js +1 -30
  42. package/dist-cjs/commands/GetBucketRequestPaymentCommand.js +1 -30
  43. package/dist-cjs/commands/GetBucketTaggingCommand.js +1 -30
  44. package/dist-cjs/commands/GetBucketVersioningCommand.js +1 -30
  45. package/dist-cjs/commands/GetBucketWebsiteCommand.js +1 -30
  46. package/dist-cjs/commands/GetObjectAclCommand.js +1 -30
  47. package/dist-cjs/commands/GetObjectAttributesCommand.js +1 -32
  48. package/dist-cjs/commands/GetObjectCommand.js +1 -40
  49. package/dist-cjs/commands/GetObjectLegalHoldCommand.js +1 -29
  50. package/dist-cjs/commands/GetObjectLockConfigurationCommand.js +1 -29
  51. package/dist-cjs/commands/GetObjectRetentionCommand.js +1 -29
  52. package/dist-cjs/commands/GetObjectTaggingCommand.js +1 -29
  53. package/dist-cjs/commands/GetObjectTorrentCommand.js +1 -30
  54. package/dist-cjs/commands/GetPublicAccessBlockCommand.js +1 -30
  55. package/dist-cjs/commands/HeadBucketCommand.js +1 -29
  56. package/dist-cjs/commands/HeadObjectCommand.js +1 -33
  57. package/dist-cjs/commands/ListBucketAnalyticsConfigurationsCommand.js +1 -30
  58. package/dist-cjs/commands/ListBucketIntelligentTieringConfigurationsCommand.js +1 -30
  59. package/dist-cjs/commands/ListBucketInventoryConfigurationsCommand.js +1 -31
  60. package/dist-cjs/commands/ListBucketMetricsConfigurationsCommand.js +1 -29
  61. package/dist-cjs/commands/ListBucketsCommand.js +1 -28
  62. package/dist-cjs/commands/ListDirectoryBucketsCommand.js +1 -29
  63. package/dist-cjs/commands/ListMultipartUploadsCommand.js +1 -30
  64. package/dist-cjs/commands/ListObjectVersionsCommand.js +1 -30
  65. package/dist-cjs/commands/ListObjectsCommand.js +1 -30
  66. package/dist-cjs/commands/ListObjectsV2Command.js +1 -30
  67. package/dist-cjs/commands/ListPartsCommand.js +1 -33
  68. package/dist-cjs/commands/PutBucketAccelerateConfigurationCommand.js +1 -36
  69. package/dist-cjs/commands/PutBucketAclCommand.js +1 -36
  70. package/dist-cjs/commands/PutBucketAnalyticsConfigurationCommand.js +1 -30
  71. package/dist-cjs/commands/PutBucketCorsCommand.js +1 -36
  72. package/dist-cjs/commands/PutBucketEncryptionCommand.js +1 -37
  73. package/dist-cjs/commands/PutBucketIntelligentTieringConfigurationCommand.js +1 -30
  74. package/dist-cjs/commands/PutBucketInventoryConfigurationCommand.js +1 -31
  75. package/dist-cjs/commands/PutBucketLifecycleConfigurationCommand.js +1 -36
  76. package/dist-cjs/commands/PutBucketLoggingCommand.js +1 -36
  77. package/dist-cjs/commands/PutBucketMetricsConfigurationCommand.js +1 -30
  78. package/dist-cjs/commands/PutBucketNotificationConfigurationCommand.js +1 -30
  79. package/dist-cjs/commands/PutBucketOwnershipControlsCommand.js +1 -32
  80. package/dist-cjs/commands/PutBucketPolicyCommand.js +1 -36
  81. package/dist-cjs/commands/PutBucketReplicationCommand.js +1 -36
  82. package/dist-cjs/commands/PutBucketRequestPaymentCommand.js +1 -36
  83. package/dist-cjs/commands/PutBucketTaggingCommand.js +1 -36
  84. package/dist-cjs/commands/PutBucketVersioningCommand.js +1 -36
  85. package/dist-cjs/commands/PutBucketWebsiteCommand.js +1 -36
  86. package/dist-cjs/commands/PutObjectAclCommand.js +1 -36
  87. package/dist-cjs/commands/PutObjectCommand.js +1 -41
  88. package/dist-cjs/commands/PutObjectLegalHoldCommand.js +1 -35
  89. package/dist-cjs/commands/PutObjectLockConfigurationCommand.js +1 -35
  90. package/dist-cjs/commands/PutObjectRetentionCommand.js +1 -35
  91. package/dist-cjs/commands/PutObjectTaggingCommand.js +1 -35
  92. package/dist-cjs/commands/PutPublicAccessBlockCommand.js +1 -36
  93. package/dist-cjs/commands/RestoreObjectCommand.js +1 -36
  94. package/dist-cjs/commands/SelectObjectContentCommand.js +1 -36
  95. package/dist-cjs/commands/UploadPartCommand.js +1 -39
  96. package/dist-cjs/commands/UploadPartCopyCommand.js +1 -35
  97. package/dist-cjs/commands/WriteGetObjectResponseCommand.js +1 -30
  98. package/dist-cjs/commands/index.js +1 -98
  99. package/dist-cjs/endpoint/EndpointParameters.js +1 -28
  100. package/dist-cjs/extensionConfiguration.js +1 -2
  101. package/dist-cjs/index.js +12190 -12
  102. package/dist-cjs/models/S3ServiceException.js +1 -12
  103. package/dist-cjs/models/index.js +1 -5
  104. package/dist-cjs/models/models_0.js +1 -647
  105. package/dist-cjs/models/models_1.js +1 -156
  106. package/dist-cjs/pagination/Interfaces.js +1 -2
  107. package/dist-cjs/pagination/ListDirectoryBucketsPaginator.js +1 -7
  108. package/dist-cjs/pagination/ListObjectsV2Paginator.js +1 -7
  109. package/dist-cjs/pagination/ListPartsPaginator.js +1 -7
  110. package/dist-cjs/pagination/index.js +1 -7
  111. package/dist-cjs/protocols/Aws_restXml.js +1 -8967
  112. package/dist-cjs/runtimeExtensions.js +1 -22
  113. package/dist-cjs/waiters/index.js +1 -7
  114. package/dist-cjs/waiters/waitForBucketExists.js +1 -31
  115. package/dist-cjs/waiters/waitForBucketNotExists.js +1 -30
  116. package/dist-cjs/waiters/waitForObjectExists.js +1 -31
  117. package/dist-cjs/waiters/waitForObjectNotExists.js +1 -30
  118. package/package.json +56 -56
@@ -1,30 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetBucketLifecycleConfigurationCommand = 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 GetBucketLifecycleConfigurationCommand 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", "GetBucketLifecycleConfiguration", {})
24
- .n("S3Client", "GetBucketLifecycleConfigurationCommand")
25
- .f(void 0, void 0)
26
- .ser(Aws_restXml_1.se_GetBucketLifecycleConfigurationCommand)
27
- .de(Aws_restXml_1.de_GetBucketLifecycleConfigurationCommand)
28
- .build() {
29
- }
30
- exports.GetBucketLifecycleConfigurationCommand = GetBucketLifecycleConfigurationCommand;
1
+ module.exports = require("../index.js");
@@ -1,30 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetBucketLocationCommand = 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 GetBucketLocationCommand 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", "GetBucketLocation", {})
24
- .n("S3Client", "GetBucketLocationCommand")
25
- .f(void 0, void 0)
26
- .ser(Aws_restXml_1.se_GetBucketLocationCommand)
27
- .de(Aws_restXml_1.de_GetBucketLocationCommand)
28
- .build() {
29
- }
30
- exports.GetBucketLocationCommand = GetBucketLocationCommand;
1
+ module.exports = require("../index.js");
@@ -1,30 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetBucketLoggingCommand = 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 GetBucketLoggingCommand 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", "GetBucketLogging", {})
24
- .n("S3Client", "GetBucketLoggingCommand")
25
- .f(void 0, void 0)
26
- .ser(Aws_restXml_1.se_GetBucketLoggingCommand)
27
- .de(Aws_restXml_1.de_GetBucketLoggingCommand)
28
- .build() {
29
- }
30
- exports.GetBucketLoggingCommand = GetBucketLoggingCommand;
1
+ module.exports = require("../index.js");
@@ -1,30 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetBucketMetricsConfigurationCommand = 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 GetBucketMetricsConfigurationCommand 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", "GetBucketMetricsConfiguration", {})
24
- .n("S3Client", "GetBucketMetricsConfigurationCommand")
25
- .f(void 0, void 0)
26
- .ser(Aws_restXml_1.se_GetBucketMetricsConfigurationCommand)
27
- .de(Aws_restXml_1.de_GetBucketMetricsConfigurationCommand)
28
- .build() {
29
- }
30
- exports.GetBucketMetricsConfigurationCommand = GetBucketMetricsConfigurationCommand;
1
+ module.exports = require("../index.js");
@@ -1,30 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetBucketNotificationConfigurationCommand = 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 GetBucketNotificationConfigurationCommand 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", "GetBucketNotificationConfiguration", {})
24
- .n("S3Client", "GetBucketNotificationConfigurationCommand")
25
- .f(void 0, void 0)
26
- .ser(Aws_restXml_1.se_GetBucketNotificationConfigurationCommand)
27
- .de(Aws_restXml_1.de_GetBucketNotificationConfigurationCommand)
28
- .build() {
29
- }
30
- exports.GetBucketNotificationConfigurationCommand = GetBucketNotificationConfigurationCommand;
1
+ module.exports = require("../index.js");
@@ -1,30 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetBucketOwnershipControlsCommand = 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 GetBucketOwnershipControlsCommand 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", "GetBucketOwnershipControls", {})
24
- .n("S3Client", "GetBucketOwnershipControlsCommand")
25
- .f(void 0, void 0)
26
- .ser(Aws_restXml_1.se_GetBucketOwnershipControlsCommand)
27
- .de(Aws_restXml_1.de_GetBucketOwnershipControlsCommand)
28
- .build() {
29
- }
30
- exports.GetBucketOwnershipControlsCommand = GetBucketOwnershipControlsCommand;
1
+ module.exports = require("../index.js");
@@ -1,30 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetBucketPolicyCommand = 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 GetBucketPolicyCommand 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", "GetBucketPolicy", {})
24
- .n("S3Client", "GetBucketPolicyCommand")
25
- .f(void 0, void 0)
26
- .ser(Aws_restXml_1.se_GetBucketPolicyCommand)
27
- .de(Aws_restXml_1.de_GetBucketPolicyCommand)
28
- .build() {
29
- }
30
- exports.GetBucketPolicyCommand = GetBucketPolicyCommand;
1
+ module.exports = require("../index.js");
@@ -1,30 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetBucketPolicyStatusCommand = 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 GetBucketPolicyStatusCommand 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", "GetBucketPolicyStatus", {})
24
- .n("S3Client", "GetBucketPolicyStatusCommand")
25
- .f(void 0, void 0)
26
- .ser(Aws_restXml_1.se_GetBucketPolicyStatusCommand)
27
- .de(Aws_restXml_1.de_GetBucketPolicyStatusCommand)
28
- .build() {
29
- }
30
- exports.GetBucketPolicyStatusCommand = GetBucketPolicyStatusCommand;
1
+ module.exports = require("../index.js");
@@ -1,30 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetBucketReplicationCommand = 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 GetBucketReplicationCommand 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", "GetBucketReplication", {})
24
- .n("S3Client", "GetBucketReplicationCommand")
25
- .f(void 0, void 0)
26
- .ser(Aws_restXml_1.se_GetBucketReplicationCommand)
27
- .de(Aws_restXml_1.de_GetBucketReplicationCommand)
28
- .build() {
29
- }
30
- exports.GetBucketReplicationCommand = GetBucketReplicationCommand;
1
+ module.exports = require("../index.js");
@@ -1,30 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetBucketRequestPaymentCommand = 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 GetBucketRequestPaymentCommand 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", "GetBucketRequestPayment", {})
24
- .n("S3Client", "GetBucketRequestPaymentCommand")
25
- .f(void 0, void 0)
26
- .ser(Aws_restXml_1.se_GetBucketRequestPaymentCommand)
27
- .de(Aws_restXml_1.de_GetBucketRequestPaymentCommand)
28
- .build() {
29
- }
30
- exports.GetBucketRequestPaymentCommand = GetBucketRequestPaymentCommand;
1
+ module.exports = require("../index.js");
@@ -1,30 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetBucketTaggingCommand = 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 GetBucketTaggingCommand 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", "GetBucketTagging", {})
24
- .n("S3Client", "GetBucketTaggingCommand")
25
- .f(void 0, void 0)
26
- .ser(Aws_restXml_1.se_GetBucketTaggingCommand)
27
- .de(Aws_restXml_1.de_GetBucketTaggingCommand)
28
- .build() {
29
- }
30
- exports.GetBucketTaggingCommand = GetBucketTaggingCommand;
1
+ module.exports = require("../index.js");
@@ -1,30 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetBucketVersioningCommand = 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 GetBucketVersioningCommand 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", "GetBucketVersioning", {})
24
- .n("S3Client", "GetBucketVersioningCommand")
25
- .f(void 0, void 0)
26
- .ser(Aws_restXml_1.se_GetBucketVersioningCommand)
27
- .de(Aws_restXml_1.de_GetBucketVersioningCommand)
28
- .build() {
29
- }
30
- exports.GetBucketVersioningCommand = GetBucketVersioningCommand;
1
+ module.exports = require("../index.js");
@@ -1,30 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetBucketWebsiteCommand = 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 GetBucketWebsiteCommand 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", "GetBucketWebsite", {})
24
- .n("S3Client", "GetBucketWebsiteCommand")
25
- .f(void 0, void 0)
26
- .ser(Aws_restXml_1.se_GetBucketWebsiteCommand)
27
- .de(Aws_restXml_1.de_GetBucketWebsiteCommand)
28
- .build() {
29
- }
30
- exports.GetBucketWebsiteCommand = GetBucketWebsiteCommand;
1
+ module.exports = require("../index.js");
@@ -1,30 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetObjectAclCommand = 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 GetObjectAclCommand 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", "GetObjectAcl", {})
24
- .n("S3Client", "GetObjectAclCommand")
25
- .f(void 0, void 0)
26
- .ser(Aws_restXml_1.se_GetObjectAclCommand)
27
- .de(Aws_restXml_1.de_GetObjectAclCommand)
28
- .build() {
29
- }
30
- exports.GetObjectAclCommand = GetObjectAclCommand;
1
+ module.exports = require("../index.js");
@@ -1,32 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetObjectAttributesCommand = 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_0_1 = require("../models/models_0");
11
- const Aws_restXml_1 = require("../protocols/Aws_restXml");
12
- class GetObjectAttributesCommand 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", "GetObjectAttributes", {})
26
- .n("S3Client", "GetObjectAttributesCommand")
27
- .f(models_0_1.GetObjectAttributesRequestFilterSensitiveLog, void 0)
28
- .ser(Aws_restXml_1.se_GetObjectAttributesCommand)
29
- .de(Aws_restXml_1.de_GetObjectAttributesCommand)
30
- .build() {
31
- }
32
- exports.GetObjectAttributesCommand = GetObjectAttributesCommand;
1
+ module.exports = require("../index.js");
@@ -1,40 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetObjectCommand = 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_0_1 = require("../models/models_0");
12
- const Aws_restXml_1 = require("../protocols/Aws_restXml");
13
- class GetObjectCommand 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
- requestChecksumRequired: false,
28
- requestValidationModeMember: "ChecksumMode",
29
- responseAlgorithms: ["CRC32", "CRC32C", "SHA256", "SHA1"],
30
- }),
31
- ];
32
- })
33
- .s("AmazonS3", "GetObject", {})
34
- .n("S3Client", "GetObjectCommand")
35
- .f(models_0_1.GetObjectRequestFilterSensitiveLog, models_0_1.GetObjectOutputFilterSensitiveLog)
36
- .ser(Aws_restXml_1.se_GetObjectCommand)
37
- .de(Aws_restXml_1.de_GetObjectCommand)
38
- .build() {
39
- }
40
- exports.GetObjectCommand = GetObjectCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetObjectLegalHoldCommand = 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 GetObjectLegalHoldCommand 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", "GetObjectLegalHold", {})
23
- .n("S3Client", "GetObjectLegalHoldCommand")
24
- .f(void 0, void 0)
25
- .ser(Aws_restXml_1.se_GetObjectLegalHoldCommand)
26
- .de(Aws_restXml_1.de_GetObjectLegalHoldCommand)
27
- .build() {
28
- }
29
- exports.GetObjectLegalHoldCommand = GetObjectLegalHoldCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetObjectLockConfigurationCommand = 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 GetObjectLockConfigurationCommand 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", "GetObjectLockConfiguration", {})
23
- .n("S3Client", "GetObjectLockConfigurationCommand")
24
- .f(void 0, void 0)
25
- .ser(Aws_restXml_1.se_GetObjectLockConfigurationCommand)
26
- .de(Aws_restXml_1.de_GetObjectLockConfigurationCommand)
27
- .build() {
28
- }
29
- exports.GetObjectLockConfigurationCommand = GetObjectLockConfigurationCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetObjectRetentionCommand = 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 GetObjectRetentionCommand 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", "GetObjectRetention", {})
23
- .n("S3Client", "GetObjectRetentionCommand")
24
- .f(void 0, void 0)
25
- .ser(Aws_restXml_1.se_GetObjectRetentionCommand)
26
- .de(Aws_restXml_1.de_GetObjectRetentionCommand)
27
- .build() {
28
- }
29
- exports.GetObjectRetentionCommand = GetObjectRetentionCommand;
1
+ module.exports = require("../index.js");