@aws-sdk/client-s3 3.183.0 → 3.185.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 (113) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/dist-cjs/protocols/Aws_restXml.js +2 -2
  3. package/dist-es/S3.js +381 -374
  4. package/dist-es/S3Client.js +32 -26
  5. package/dist-es/commands/AbortMultipartUploadCommand.js +28 -21
  6. package/dist-es/commands/CompleteMultipartUploadCommand.js +28 -21
  7. package/dist-es/commands/CopyObjectCommand.js +28 -21
  8. package/dist-es/commands/CreateBucketCommand.js +28 -21
  9. package/dist-es/commands/CreateMultipartUploadCommand.js +28 -21
  10. package/dist-es/commands/DeleteBucketAnalyticsConfigurationCommand.js +29 -22
  11. package/dist-es/commands/DeleteBucketCommand.js +29 -22
  12. package/dist-es/commands/DeleteBucketCorsCommand.js +29 -22
  13. package/dist-es/commands/DeleteBucketEncryptionCommand.js +29 -22
  14. package/dist-es/commands/DeleteBucketIntelligentTieringConfigurationCommand.js +29 -22
  15. package/dist-es/commands/DeleteBucketInventoryConfigurationCommand.js +29 -22
  16. package/dist-es/commands/DeleteBucketLifecycleCommand.js +29 -22
  17. package/dist-es/commands/DeleteBucketMetricsConfigurationCommand.js +29 -22
  18. package/dist-es/commands/DeleteBucketOwnershipControlsCommand.js +29 -22
  19. package/dist-es/commands/DeleteBucketPolicyCommand.js +29 -22
  20. package/dist-es/commands/DeleteBucketReplicationCommand.js +29 -22
  21. package/dist-es/commands/DeleteBucketTaggingCommand.js +29 -22
  22. package/dist-es/commands/DeleteBucketWebsiteCommand.js +29 -22
  23. package/dist-es/commands/DeleteObjectCommand.js +28 -21
  24. package/dist-es/commands/DeleteObjectTaggingCommand.js +28 -21
  25. package/dist-es/commands/DeleteObjectsCommand.js +28 -21
  26. package/dist-es/commands/DeletePublicAccessBlockCommand.js +29 -22
  27. package/dist-es/commands/GetBucketAccelerateConfigurationCommand.js +28 -21
  28. package/dist-es/commands/GetBucketAclCommand.js +28 -21
  29. package/dist-es/commands/GetBucketAnalyticsConfigurationCommand.js +28 -21
  30. package/dist-es/commands/GetBucketCorsCommand.js +28 -21
  31. package/dist-es/commands/GetBucketEncryptionCommand.js +28 -21
  32. package/dist-es/commands/GetBucketIntelligentTieringConfigurationCommand.js +28 -21
  33. package/dist-es/commands/GetBucketInventoryConfigurationCommand.js +28 -21
  34. package/dist-es/commands/GetBucketLifecycleConfigurationCommand.js +28 -21
  35. package/dist-es/commands/GetBucketLocationCommand.js +28 -21
  36. package/dist-es/commands/GetBucketLoggingCommand.js +28 -21
  37. package/dist-es/commands/GetBucketMetricsConfigurationCommand.js +28 -21
  38. package/dist-es/commands/GetBucketNotificationConfigurationCommand.js +28 -21
  39. package/dist-es/commands/GetBucketOwnershipControlsCommand.js +28 -21
  40. package/dist-es/commands/GetBucketPolicyCommand.js +28 -21
  41. package/dist-es/commands/GetBucketPolicyStatusCommand.js +28 -21
  42. package/dist-es/commands/GetBucketReplicationCommand.js +28 -21
  43. package/dist-es/commands/GetBucketRequestPaymentCommand.js +28 -21
  44. package/dist-es/commands/GetBucketTaggingCommand.js +28 -21
  45. package/dist-es/commands/GetBucketVersioningCommand.js +28 -21
  46. package/dist-es/commands/GetBucketWebsiteCommand.js +28 -21
  47. package/dist-es/commands/GetObjectAclCommand.js +28 -21
  48. package/dist-es/commands/GetObjectAttributesCommand.js +28 -21
  49. package/dist-es/commands/GetObjectCommand.js +28 -21
  50. package/dist-es/commands/GetObjectLegalHoldCommand.js +28 -21
  51. package/dist-es/commands/GetObjectLockConfigurationCommand.js +28 -21
  52. package/dist-es/commands/GetObjectRetentionCommand.js +28 -21
  53. package/dist-es/commands/GetObjectTaggingCommand.js +28 -21
  54. package/dist-es/commands/GetObjectTorrentCommand.js +28 -21
  55. package/dist-es/commands/GetPublicAccessBlockCommand.js +28 -21
  56. package/dist-es/commands/HeadBucketCommand.js +29 -22
  57. package/dist-es/commands/HeadObjectCommand.js +28 -21
  58. package/dist-es/commands/ListBucketAnalyticsConfigurationsCommand.js +28 -21
  59. package/dist-es/commands/ListBucketIntelligentTieringConfigurationsCommand.js +28 -21
  60. package/dist-es/commands/ListBucketInventoryConfigurationsCommand.js +28 -21
  61. package/dist-es/commands/ListBucketMetricsConfigurationsCommand.js +28 -21
  62. package/dist-es/commands/ListBucketsCommand.js +29 -22
  63. package/dist-es/commands/ListMultipartUploadsCommand.js +28 -21
  64. package/dist-es/commands/ListObjectVersionsCommand.js +28 -21
  65. package/dist-es/commands/ListObjectsCommand.js +28 -21
  66. package/dist-es/commands/ListObjectsV2Command.js +28 -21
  67. package/dist-es/commands/ListPartsCommand.js +28 -21
  68. package/dist-es/commands/PutBucketAccelerateConfigurationCommand.js +29 -22
  69. package/dist-es/commands/PutBucketAclCommand.js +29 -22
  70. package/dist-es/commands/PutBucketAnalyticsConfigurationCommand.js +29 -22
  71. package/dist-es/commands/PutBucketCorsCommand.js +29 -22
  72. package/dist-es/commands/PutBucketEncryptionCommand.js +29 -22
  73. package/dist-es/commands/PutBucketIntelligentTieringConfigurationCommand.js +29 -22
  74. package/dist-es/commands/PutBucketInventoryConfigurationCommand.js +29 -22
  75. package/dist-es/commands/PutBucketLifecycleConfigurationCommand.js +29 -22
  76. package/dist-es/commands/PutBucketLoggingCommand.js +29 -22
  77. package/dist-es/commands/PutBucketMetricsConfigurationCommand.js +29 -22
  78. package/dist-es/commands/PutBucketNotificationConfigurationCommand.js +29 -22
  79. package/dist-es/commands/PutBucketOwnershipControlsCommand.js +29 -22
  80. package/dist-es/commands/PutBucketPolicyCommand.js +29 -22
  81. package/dist-es/commands/PutBucketReplicationCommand.js +29 -22
  82. package/dist-es/commands/PutBucketRequestPaymentCommand.js +29 -22
  83. package/dist-es/commands/PutBucketTaggingCommand.js +29 -22
  84. package/dist-es/commands/PutBucketVersioningCommand.js +29 -22
  85. package/dist-es/commands/PutBucketWebsiteCommand.js +29 -22
  86. package/dist-es/commands/PutObjectAclCommand.js +28 -21
  87. package/dist-es/commands/PutObjectCommand.js +28 -21
  88. package/dist-es/commands/PutObjectLegalHoldCommand.js +28 -21
  89. package/dist-es/commands/PutObjectLockConfigurationCommand.js +28 -21
  90. package/dist-es/commands/PutObjectRetentionCommand.js +28 -21
  91. package/dist-es/commands/PutObjectTaggingCommand.js +28 -21
  92. package/dist-es/commands/PutPublicAccessBlockCommand.js +29 -22
  93. package/dist-es/commands/RestoreObjectCommand.js +28 -21
  94. package/dist-es/commands/SelectObjectContentCommand.js +28 -21
  95. package/dist-es/commands/UploadPartCommand.js +28 -21
  96. package/dist-es/commands/UploadPartCopyCommand.js +28 -21
  97. package/dist-es/commands/WriteGetObjectResponseCommand.js +29 -22
  98. package/dist-es/endpoints.js +8 -8
  99. package/dist-es/models/S3ServiceException.js +10 -5
  100. package/dist-es/models/models_0.js +378 -896
  101. package/dist-es/models/models_1.js +54 -141
  102. package/dist-es/pagination/ListObjectsV2Paginator.js +68 -25
  103. package/dist-es/pagination/ListPartsPaginator.js +68 -25
  104. package/dist-es/protocols/Aws_restXml.js +9022 -6891
  105. package/dist-es/runtimeConfig.browser.js +12 -31
  106. package/dist-es/runtimeConfig.js +12 -36
  107. package/dist-es/runtimeConfig.native.js +5 -8
  108. package/dist-es/runtimeConfig.shared.js +14 -11
  109. package/dist-es/waiters/waitForBucketExists.js +42 -23
  110. package/dist-es/waiters/waitForBucketNotExists.js +42 -22
  111. package/dist-es/waiters/waitForObjectExists.js +42 -23
  112. package/dist-es/waiters/waitForObjectNotExists.js +42 -22
  113. package/package.json +6 -6
@@ -1,36 +1,43 @@
1
+ import { __extends } from "tslib";
1
2
  import { getBucketEndpointPlugin } from "@aws-sdk/middleware-bucket-endpoint";
2
3
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
4
  import { getSsecPlugin } from "@aws-sdk/middleware-ssec";
4
5
  import { Command as $Command } from "@aws-sdk/smithy-client";
5
6
  import { ListPartsOutputFilterSensitiveLog, ListPartsRequestFilterSensitiveLog, } from "../models/models_0";
6
7
  import { deserializeAws_restXmlListPartsCommand, serializeAws_restXmlListPartsCommand } from "../protocols/Aws_restXml";
7
- export class ListPartsCommand extends $Command {
8
- constructor(input) {
9
- super();
10
- this.input = input;
8
+ var ListPartsCommand = (function (_super) {
9
+ __extends(ListPartsCommand, _super);
10
+ function ListPartsCommand(input) {
11
+ var _this = _super.call(this) || this;
12
+ _this.input = input;
13
+ return _this;
11
14
  }
12
- resolveMiddleware(clientStack, configuration, options) {
15
+ ListPartsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
13
16
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
14
17
  this.middlewareStack.use(getSsecPlugin(configuration));
15
18
  this.middlewareStack.use(getBucketEndpointPlugin(configuration));
16
- const stack = clientStack.concat(this.middlewareStack);
17
- const { logger } = configuration;
18
- const clientName = "S3Client";
19
- const commandName = "ListPartsCommand";
20
- const handlerExecutionContext = {
21
- logger,
22
- clientName,
23
- commandName,
19
+ var stack = clientStack.concat(this.middlewareStack);
20
+ var logger = configuration.logger;
21
+ var clientName = "S3Client";
22
+ var commandName = "ListPartsCommand";
23
+ var handlerExecutionContext = {
24
+ logger: logger,
25
+ clientName: clientName,
26
+ commandName: commandName,
24
27
  inputFilterSensitiveLog: ListPartsRequestFilterSensitiveLog,
25
28
  outputFilterSensitiveLog: ListPartsOutputFilterSensitiveLog,
26
29
  };
27
- const { requestHandler } = configuration;
28
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
29
- }
30
- serialize(input, context) {
30
+ var requestHandler = configuration.requestHandler;
31
+ return stack.resolve(function (request) {
32
+ return requestHandler.handle(request.request, options || {});
33
+ }, handlerExecutionContext);
34
+ };
35
+ ListPartsCommand.prototype.serialize = function (input, context) {
31
36
  return serializeAws_restXmlListPartsCommand(input, context);
32
- }
33
- deserialize(output, context) {
37
+ };
38
+ ListPartsCommand.prototype.deserialize = function (output, context) {
34
39
  return deserializeAws_restXmlListPartsCommand(output, context);
35
- }
36
- }
40
+ };
41
+ return ListPartsCommand;
42
+ }($Command));
43
+ export { ListPartsCommand };
@@ -1,15 +1,18 @@
1
+ import { __extends } from "tslib";
1
2
  import { getBucketEndpointPlugin } from "@aws-sdk/middleware-bucket-endpoint";
2
3
  import { getFlexibleChecksumsPlugin } from "@aws-sdk/middleware-flexible-checksums";
3
4
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
4
5
  import { Command as $Command } from "@aws-sdk/smithy-client";
5
6
  import { PutBucketAccelerateConfigurationRequestFilterSensitiveLog, } from "../models/models_0";
6
7
  import { deserializeAws_restXmlPutBucketAccelerateConfigurationCommand, serializeAws_restXmlPutBucketAccelerateConfigurationCommand, } from "../protocols/Aws_restXml";
7
- export class PutBucketAccelerateConfigurationCommand extends $Command {
8
- constructor(input) {
9
- super();
10
- this.input = input;
8
+ var PutBucketAccelerateConfigurationCommand = (function (_super) {
9
+ __extends(PutBucketAccelerateConfigurationCommand, _super);
10
+ function PutBucketAccelerateConfigurationCommand(input) {
11
+ var _this = _super.call(this) || this;
12
+ _this.input = input;
13
+ return _this;
11
14
  }
12
- resolveMiddleware(clientStack, configuration, options) {
15
+ PutBucketAccelerateConfigurationCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
13
16
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
14
17
  this.middlewareStack.use(getBucketEndpointPlugin(configuration));
15
18
  this.middlewareStack.use(getFlexibleChecksumsPlugin(configuration, {
@@ -17,24 +20,28 @@ export class PutBucketAccelerateConfigurationCommand extends $Command {
17
20
  requestAlgorithmMember: "ChecksumAlgorithm",
18
21
  requestChecksumRequired: false,
19
22
  }));
20
- const stack = clientStack.concat(this.middlewareStack);
21
- const { logger } = configuration;
22
- const clientName = "S3Client";
23
- const commandName = "PutBucketAccelerateConfigurationCommand";
24
- const handlerExecutionContext = {
25
- logger,
26
- clientName,
27
- commandName,
23
+ var stack = clientStack.concat(this.middlewareStack);
24
+ var logger = configuration.logger;
25
+ var clientName = "S3Client";
26
+ var commandName = "PutBucketAccelerateConfigurationCommand";
27
+ var handlerExecutionContext = {
28
+ logger: logger,
29
+ clientName: clientName,
30
+ commandName: commandName,
28
31
  inputFilterSensitiveLog: PutBucketAccelerateConfigurationRequestFilterSensitiveLog,
29
- outputFilterSensitiveLog: (output) => output,
32
+ outputFilterSensitiveLog: function (output) { return output; },
30
33
  };
31
- const { requestHandler } = configuration;
32
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
33
- }
34
- serialize(input, context) {
34
+ var requestHandler = configuration.requestHandler;
35
+ return stack.resolve(function (request) {
36
+ return requestHandler.handle(request.request, options || {});
37
+ }, handlerExecutionContext);
38
+ };
39
+ PutBucketAccelerateConfigurationCommand.prototype.serialize = function (input, context) {
35
40
  return serializeAws_restXmlPutBucketAccelerateConfigurationCommand(input, context);
36
- }
37
- deserialize(output, context) {
41
+ };
42
+ PutBucketAccelerateConfigurationCommand.prototype.deserialize = function (output, context) {
38
43
  return deserializeAws_restXmlPutBucketAccelerateConfigurationCommand(output, context);
39
- }
40
- }
44
+ };
45
+ return PutBucketAccelerateConfigurationCommand;
46
+ }($Command));
47
+ export { PutBucketAccelerateConfigurationCommand };
@@ -1,15 +1,18 @@
1
+ import { __extends } from "tslib";
1
2
  import { getBucketEndpointPlugin } from "@aws-sdk/middleware-bucket-endpoint";
2
3
  import { getFlexibleChecksumsPlugin } from "@aws-sdk/middleware-flexible-checksums";
3
4
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
4
5
  import { Command as $Command } from "@aws-sdk/smithy-client";
5
6
  import { PutBucketAclRequestFilterSensitiveLog } from "../models/models_0";
6
7
  import { deserializeAws_restXmlPutBucketAclCommand, serializeAws_restXmlPutBucketAclCommand, } from "../protocols/Aws_restXml";
7
- export class PutBucketAclCommand extends $Command {
8
- constructor(input) {
9
- super();
10
- this.input = input;
8
+ var PutBucketAclCommand = (function (_super) {
9
+ __extends(PutBucketAclCommand, _super);
10
+ function PutBucketAclCommand(input) {
11
+ var _this = _super.call(this) || this;
12
+ _this.input = input;
13
+ return _this;
11
14
  }
12
- resolveMiddleware(clientStack, configuration, options) {
15
+ PutBucketAclCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
13
16
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
14
17
  this.middlewareStack.use(getBucketEndpointPlugin(configuration));
15
18
  this.middlewareStack.use(getFlexibleChecksumsPlugin(configuration, {
@@ -17,24 +20,28 @@ export class PutBucketAclCommand extends $Command {
17
20
  requestAlgorithmMember: "ChecksumAlgorithm",
18
21
  requestChecksumRequired: true,
19
22
  }));
20
- const stack = clientStack.concat(this.middlewareStack);
21
- const { logger } = configuration;
22
- const clientName = "S3Client";
23
- const commandName = "PutBucketAclCommand";
24
- const handlerExecutionContext = {
25
- logger,
26
- clientName,
27
- commandName,
23
+ var stack = clientStack.concat(this.middlewareStack);
24
+ var logger = configuration.logger;
25
+ var clientName = "S3Client";
26
+ var commandName = "PutBucketAclCommand";
27
+ var handlerExecutionContext = {
28
+ logger: logger,
29
+ clientName: clientName,
30
+ commandName: commandName,
28
31
  inputFilterSensitiveLog: PutBucketAclRequestFilterSensitiveLog,
29
- outputFilterSensitiveLog: (output) => output,
32
+ outputFilterSensitiveLog: function (output) { return output; },
30
33
  };
31
- const { requestHandler } = configuration;
32
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
33
- }
34
- serialize(input, context) {
34
+ var requestHandler = configuration.requestHandler;
35
+ return stack.resolve(function (request) {
36
+ return requestHandler.handle(request.request, options || {});
37
+ }, handlerExecutionContext);
38
+ };
39
+ PutBucketAclCommand.prototype.serialize = function (input, context) {
35
40
  return serializeAws_restXmlPutBucketAclCommand(input, context);
36
- }
37
- deserialize(output, context) {
41
+ };
42
+ PutBucketAclCommand.prototype.deserialize = function (output, context) {
38
43
  return deserializeAws_restXmlPutBucketAclCommand(output, context);
39
- }
40
- }
44
+ };
45
+ return PutBucketAclCommand;
46
+ }($Command));
47
+ export { PutBucketAclCommand };
@@ -1,34 +1,41 @@
1
+ import { __extends } from "tslib";
1
2
  import { getBucketEndpointPlugin } from "@aws-sdk/middleware-bucket-endpoint";
2
3
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
4
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
5
  import { PutBucketAnalyticsConfigurationRequestFilterSensitiveLog, } from "../models/models_0";
5
6
  import { deserializeAws_restXmlPutBucketAnalyticsConfigurationCommand, serializeAws_restXmlPutBucketAnalyticsConfigurationCommand, } from "../protocols/Aws_restXml";
6
- export class PutBucketAnalyticsConfigurationCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
7
+ var PutBucketAnalyticsConfigurationCommand = (function (_super) {
8
+ __extends(PutBucketAnalyticsConfigurationCommand, _super);
9
+ function PutBucketAnalyticsConfigurationCommand(input) {
10
+ var _this = _super.call(this) || this;
11
+ _this.input = input;
12
+ return _this;
10
13
  }
11
- resolveMiddleware(clientStack, configuration, options) {
14
+ PutBucketAnalyticsConfigurationCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
12
15
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
13
16
  this.middlewareStack.use(getBucketEndpointPlugin(configuration));
14
- const stack = clientStack.concat(this.middlewareStack);
15
- const { logger } = configuration;
16
- const clientName = "S3Client";
17
- const commandName = "PutBucketAnalyticsConfigurationCommand";
18
- const handlerExecutionContext = {
19
- logger,
20
- clientName,
21
- commandName,
17
+ var stack = clientStack.concat(this.middlewareStack);
18
+ var logger = configuration.logger;
19
+ var clientName = "S3Client";
20
+ var commandName = "PutBucketAnalyticsConfigurationCommand";
21
+ var handlerExecutionContext = {
22
+ logger: logger,
23
+ clientName: clientName,
24
+ commandName: commandName,
22
25
  inputFilterSensitiveLog: PutBucketAnalyticsConfigurationRequestFilterSensitiveLog,
23
- outputFilterSensitiveLog: (output) => output,
26
+ outputFilterSensitiveLog: function (output) { return output; },
24
27
  };
25
- const { requestHandler } = configuration;
26
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
27
- }
28
- serialize(input, context) {
28
+ var requestHandler = configuration.requestHandler;
29
+ return stack.resolve(function (request) {
30
+ return requestHandler.handle(request.request, options || {});
31
+ }, handlerExecutionContext);
32
+ };
33
+ PutBucketAnalyticsConfigurationCommand.prototype.serialize = function (input, context) {
29
34
  return serializeAws_restXmlPutBucketAnalyticsConfigurationCommand(input, context);
30
- }
31
- deserialize(output, context) {
35
+ };
36
+ PutBucketAnalyticsConfigurationCommand.prototype.deserialize = function (output, context) {
32
37
  return deserializeAws_restXmlPutBucketAnalyticsConfigurationCommand(output, context);
33
- }
34
- }
38
+ };
39
+ return PutBucketAnalyticsConfigurationCommand;
40
+ }($Command));
41
+ export { PutBucketAnalyticsConfigurationCommand };
@@ -1,15 +1,18 @@
1
+ import { __extends } from "tslib";
1
2
  import { getBucketEndpointPlugin } from "@aws-sdk/middleware-bucket-endpoint";
2
3
  import { getFlexibleChecksumsPlugin } from "@aws-sdk/middleware-flexible-checksums";
3
4
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
4
5
  import { Command as $Command } from "@aws-sdk/smithy-client";
5
6
  import { PutBucketCorsRequestFilterSensitiveLog } from "../models/models_0";
6
7
  import { deserializeAws_restXmlPutBucketCorsCommand, serializeAws_restXmlPutBucketCorsCommand, } from "../protocols/Aws_restXml";
7
- export class PutBucketCorsCommand extends $Command {
8
- constructor(input) {
9
- super();
10
- this.input = input;
8
+ var PutBucketCorsCommand = (function (_super) {
9
+ __extends(PutBucketCorsCommand, _super);
10
+ function PutBucketCorsCommand(input) {
11
+ var _this = _super.call(this) || this;
12
+ _this.input = input;
13
+ return _this;
11
14
  }
12
- resolveMiddleware(clientStack, configuration, options) {
15
+ PutBucketCorsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
13
16
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
14
17
  this.middlewareStack.use(getBucketEndpointPlugin(configuration));
15
18
  this.middlewareStack.use(getFlexibleChecksumsPlugin(configuration, {
@@ -17,24 +20,28 @@ export class PutBucketCorsCommand extends $Command {
17
20
  requestAlgorithmMember: "ChecksumAlgorithm",
18
21
  requestChecksumRequired: true,
19
22
  }));
20
- const stack = clientStack.concat(this.middlewareStack);
21
- const { logger } = configuration;
22
- const clientName = "S3Client";
23
- const commandName = "PutBucketCorsCommand";
24
- const handlerExecutionContext = {
25
- logger,
26
- clientName,
27
- commandName,
23
+ var stack = clientStack.concat(this.middlewareStack);
24
+ var logger = configuration.logger;
25
+ var clientName = "S3Client";
26
+ var commandName = "PutBucketCorsCommand";
27
+ var handlerExecutionContext = {
28
+ logger: logger,
29
+ clientName: clientName,
30
+ commandName: commandName,
28
31
  inputFilterSensitiveLog: PutBucketCorsRequestFilterSensitiveLog,
29
- outputFilterSensitiveLog: (output) => output,
32
+ outputFilterSensitiveLog: function (output) { return output; },
30
33
  };
31
- const { requestHandler } = configuration;
32
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
33
- }
34
- serialize(input, context) {
34
+ var requestHandler = configuration.requestHandler;
35
+ return stack.resolve(function (request) {
36
+ return requestHandler.handle(request.request, options || {});
37
+ }, handlerExecutionContext);
38
+ };
39
+ PutBucketCorsCommand.prototype.serialize = function (input, context) {
35
40
  return serializeAws_restXmlPutBucketCorsCommand(input, context);
36
- }
37
- deserialize(output, context) {
41
+ };
42
+ PutBucketCorsCommand.prototype.deserialize = function (output, context) {
38
43
  return deserializeAws_restXmlPutBucketCorsCommand(output, context);
39
- }
40
- }
44
+ };
45
+ return PutBucketCorsCommand;
46
+ }($Command));
47
+ export { PutBucketCorsCommand };
@@ -1,15 +1,18 @@
1
+ import { __extends } from "tslib";
1
2
  import { getBucketEndpointPlugin } from "@aws-sdk/middleware-bucket-endpoint";
2
3
  import { getFlexibleChecksumsPlugin } from "@aws-sdk/middleware-flexible-checksums";
3
4
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
4
5
  import { Command as $Command } from "@aws-sdk/smithy-client";
5
6
  import { PutBucketEncryptionRequestFilterSensitiveLog } from "../models/models_0";
6
7
  import { deserializeAws_restXmlPutBucketEncryptionCommand, serializeAws_restXmlPutBucketEncryptionCommand, } from "../protocols/Aws_restXml";
7
- export class PutBucketEncryptionCommand extends $Command {
8
- constructor(input) {
9
- super();
10
- this.input = input;
8
+ var PutBucketEncryptionCommand = (function (_super) {
9
+ __extends(PutBucketEncryptionCommand, _super);
10
+ function PutBucketEncryptionCommand(input) {
11
+ var _this = _super.call(this) || this;
12
+ _this.input = input;
13
+ return _this;
11
14
  }
12
- resolveMiddleware(clientStack, configuration, options) {
15
+ PutBucketEncryptionCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
13
16
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
14
17
  this.middlewareStack.use(getBucketEndpointPlugin(configuration));
15
18
  this.middlewareStack.use(getFlexibleChecksumsPlugin(configuration, {
@@ -17,24 +20,28 @@ export class PutBucketEncryptionCommand extends $Command {
17
20
  requestAlgorithmMember: "ChecksumAlgorithm",
18
21
  requestChecksumRequired: true,
19
22
  }));
20
- const stack = clientStack.concat(this.middlewareStack);
21
- const { logger } = configuration;
22
- const clientName = "S3Client";
23
- const commandName = "PutBucketEncryptionCommand";
24
- const handlerExecutionContext = {
25
- logger,
26
- clientName,
27
- commandName,
23
+ var stack = clientStack.concat(this.middlewareStack);
24
+ var logger = configuration.logger;
25
+ var clientName = "S3Client";
26
+ var commandName = "PutBucketEncryptionCommand";
27
+ var handlerExecutionContext = {
28
+ logger: logger,
29
+ clientName: clientName,
30
+ commandName: commandName,
28
31
  inputFilterSensitiveLog: PutBucketEncryptionRequestFilterSensitiveLog,
29
- outputFilterSensitiveLog: (output) => output,
32
+ outputFilterSensitiveLog: function (output) { return output; },
30
33
  };
31
- const { requestHandler } = configuration;
32
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
33
- }
34
- serialize(input, context) {
34
+ var requestHandler = configuration.requestHandler;
35
+ return stack.resolve(function (request) {
36
+ return requestHandler.handle(request.request, options || {});
37
+ }, handlerExecutionContext);
38
+ };
39
+ PutBucketEncryptionCommand.prototype.serialize = function (input, context) {
35
40
  return serializeAws_restXmlPutBucketEncryptionCommand(input, context);
36
- }
37
- deserialize(output, context) {
41
+ };
42
+ PutBucketEncryptionCommand.prototype.deserialize = function (output, context) {
38
43
  return deserializeAws_restXmlPutBucketEncryptionCommand(output, context);
39
- }
40
- }
44
+ };
45
+ return PutBucketEncryptionCommand;
46
+ }($Command));
47
+ export { PutBucketEncryptionCommand };
@@ -1,34 +1,41 @@
1
+ import { __extends } from "tslib";
1
2
  import { getBucketEndpointPlugin } from "@aws-sdk/middleware-bucket-endpoint";
2
3
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
4
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
5
  import { PutBucketIntelligentTieringConfigurationRequestFilterSensitiveLog, } from "../models/models_0";
5
6
  import { deserializeAws_restXmlPutBucketIntelligentTieringConfigurationCommand, serializeAws_restXmlPutBucketIntelligentTieringConfigurationCommand, } from "../protocols/Aws_restXml";
6
- export class PutBucketIntelligentTieringConfigurationCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
7
+ var PutBucketIntelligentTieringConfigurationCommand = (function (_super) {
8
+ __extends(PutBucketIntelligentTieringConfigurationCommand, _super);
9
+ function PutBucketIntelligentTieringConfigurationCommand(input) {
10
+ var _this = _super.call(this) || this;
11
+ _this.input = input;
12
+ return _this;
10
13
  }
11
- resolveMiddleware(clientStack, configuration, options) {
14
+ PutBucketIntelligentTieringConfigurationCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
12
15
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
13
16
  this.middlewareStack.use(getBucketEndpointPlugin(configuration));
14
- const stack = clientStack.concat(this.middlewareStack);
15
- const { logger } = configuration;
16
- const clientName = "S3Client";
17
- const commandName = "PutBucketIntelligentTieringConfigurationCommand";
18
- const handlerExecutionContext = {
19
- logger,
20
- clientName,
21
- commandName,
17
+ var stack = clientStack.concat(this.middlewareStack);
18
+ var logger = configuration.logger;
19
+ var clientName = "S3Client";
20
+ var commandName = "PutBucketIntelligentTieringConfigurationCommand";
21
+ var handlerExecutionContext = {
22
+ logger: logger,
23
+ clientName: clientName,
24
+ commandName: commandName,
22
25
  inputFilterSensitiveLog: PutBucketIntelligentTieringConfigurationRequestFilterSensitiveLog,
23
- outputFilterSensitiveLog: (output) => output,
26
+ outputFilterSensitiveLog: function (output) { return output; },
24
27
  };
25
- const { requestHandler } = configuration;
26
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
27
- }
28
- serialize(input, context) {
28
+ var requestHandler = configuration.requestHandler;
29
+ return stack.resolve(function (request) {
30
+ return requestHandler.handle(request.request, options || {});
31
+ }, handlerExecutionContext);
32
+ };
33
+ PutBucketIntelligentTieringConfigurationCommand.prototype.serialize = function (input, context) {
29
34
  return serializeAws_restXmlPutBucketIntelligentTieringConfigurationCommand(input, context);
30
- }
31
- deserialize(output, context) {
35
+ };
36
+ PutBucketIntelligentTieringConfigurationCommand.prototype.deserialize = function (output, context) {
32
37
  return deserializeAws_restXmlPutBucketIntelligentTieringConfigurationCommand(output, context);
33
- }
34
- }
38
+ };
39
+ return PutBucketIntelligentTieringConfigurationCommand;
40
+ }($Command));
41
+ export { PutBucketIntelligentTieringConfigurationCommand };
@@ -1,34 +1,41 @@
1
+ import { __extends } from "tslib";
1
2
  import { getBucketEndpointPlugin } from "@aws-sdk/middleware-bucket-endpoint";
2
3
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
4
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
5
  import { PutBucketInventoryConfigurationRequestFilterSensitiveLog, } from "../models/models_0";
5
6
  import { deserializeAws_restXmlPutBucketInventoryConfigurationCommand, serializeAws_restXmlPutBucketInventoryConfigurationCommand, } from "../protocols/Aws_restXml";
6
- export class PutBucketInventoryConfigurationCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
7
+ var PutBucketInventoryConfigurationCommand = (function (_super) {
8
+ __extends(PutBucketInventoryConfigurationCommand, _super);
9
+ function PutBucketInventoryConfigurationCommand(input) {
10
+ var _this = _super.call(this) || this;
11
+ _this.input = input;
12
+ return _this;
10
13
  }
11
- resolveMiddleware(clientStack, configuration, options) {
14
+ PutBucketInventoryConfigurationCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
12
15
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
13
16
  this.middlewareStack.use(getBucketEndpointPlugin(configuration));
14
- const stack = clientStack.concat(this.middlewareStack);
15
- const { logger } = configuration;
16
- const clientName = "S3Client";
17
- const commandName = "PutBucketInventoryConfigurationCommand";
18
- const handlerExecutionContext = {
19
- logger,
20
- clientName,
21
- commandName,
17
+ var stack = clientStack.concat(this.middlewareStack);
18
+ var logger = configuration.logger;
19
+ var clientName = "S3Client";
20
+ var commandName = "PutBucketInventoryConfigurationCommand";
21
+ var handlerExecutionContext = {
22
+ logger: logger,
23
+ clientName: clientName,
24
+ commandName: commandName,
22
25
  inputFilterSensitiveLog: PutBucketInventoryConfigurationRequestFilterSensitiveLog,
23
- outputFilterSensitiveLog: (output) => output,
26
+ outputFilterSensitiveLog: function (output) { return output; },
24
27
  };
25
- const { requestHandler } = configuration;
26
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
27
- }
28
- serialize(input, context) {
28
+ var requestHandler = configuration.requestHandler;
29
+ return stack.resolve(function (request) {
30
+ return requestHandler.handle(request.request, options || {});
31
+ }, handlerExecutionContext);
32
+ };
33
+ PutBucketInventoryConfigurationCommand.prototype.serialize = function (input, context) {
29
34
  return serializeAws_restXmlPutBucketInventoryConfigurationCommand(input, context);
30
- }
31
- deserialize(output, context) {
35
+ };
36
+ PutBucketInventoryConfigurationCommand.prototype.deserialize = function (output, context) {
32
37
  return deserializeAws_restXmlPutBucketInventoryConfigurationCommand(output, context);
33
- }
34
- }
38
+ };
39
+ return PutBucketInventoryConfigurationCommand;
40
+ }($Command));
41
+ export { PutBucketInventoryConfigurationCommand };
@@ -1,15 +1,18 @@
1
+ import { __extends } from "tslib";
1
2
  import { getBucketEndpointPlugin } from "@aws-sdk/middleware-bucket-endpoint";
2
3
  import { getFlexibleChecksumsPlugin } from "@aws-sdk/middleware-flexible-checksums";
3
4
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
4
5
  import { Command as $Command } from "@aws-sdk/smithy-client";
5
6
  import { PutBucketLifecycleConfigurationRequestFilterSensitiveLog, } from "../models/models_0";
6
7
  import { deserializeAws_restXmlPutBucketLifecycleConfigurationCommand, serializeAws_restXmlPutBucketLifecycleConfigurationCommand, } from "../protocols/Aws_restXml";
7
- export class PutBucketLifecycleConfigurationCommand extends $Command {
8
- constructor(input) {
9
- super();
10
- this.input = input;
8
+ var PutBucketLifecycleConfigurationCommand = (function (_super) {
9
+ __extends(PutBucketLifecycleConfigurationCommand, _super);
10
+ function PutBucketLifecycleConfigurationCommand(input) {
11
+ var _this = _super.call(this) || this;
12
+ _this.input = input;
13
+ return _this;
11
14
  }
12
- resolveMiddleware(clientStack, configuration, options) {
15
+ PutBucketLifecycleConfigurationCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
13
16
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
14
17
  this.middlewareStack.use(getBucketEndpointPlugin(configuration));
15
18
  this.middlewareStack.use(getFlexibleChecksumsPlugin(configuration, {
@@ -17,24 +20,28 @@ export class PutBucketLifecycleConfigurationCommand extends $Command {
17
20
  requestAlgorithmMember: "ChecksumAlgorithm",
18
21
  requestChecksumRequired: true,
19
22
  }));
20
- const stack = clientStack.concat(this.middlewareStack);
21
- const { logger } = configuration;
22
- const clientName = "S3Client";
23
- const commandName = "PutBucketLifecycleConfigurationCommand";
24
- const handlerExecutionContext = {
25
- logger,
26
- clientName,
27
- commandName,
23
+ var stack = clientStack.concat(this.middlewareStack);
24
+ var logger = configuration.logger;
25
+ var clientName = "S3Client";
26
+ var commandName = "PutBucketLifecycleConfigurationCommand";
27
+ var handlerExecutionContext = {
28
+ logger: logger,
29
+ clientName: clientName,
30
+ commandName: commandName,
28
31
  inputFilterSensitiveLog: PutBucketLifecycleConfigurationRequestFilterSensitiveLog,
29
- outputFilterSensitiveLog: (output) => output,
32
+ outputFilterSensitiveLog: function (output) { return output; },
30
33
  };
31
- const { requestHandler } = configuration;
32
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
33
- }
34
- serialize(input, context) {
34
+ var requestHandler = configuration.requestHandler;
35
+ return stack.resolve(function (request) {
36
+ return requestHandler.handle(request.request, options || {});
37
+ }, handlerExecutionContext);
38
+ };
39
+ PutBucketLifecycleConfigurationCommand.prototype.serialize = function (input, context) {
35
40
  return serializeAws_restXmlPutBucketLifecycleConfigurationCommand(input, context);
36
- }
37
- deserialize(output, context) {
41
+ };
42
+ PutBucketLifecycleConfigurationCommand.prototype.deserialize = function (output, context) {
38
43
  return deserializeAws_restXmlPutBucketLifecycleConfigurationCommand(output, context);
39
- }
40
- }
44
+ };
45
+ return PutBucketLifecycleConfigurationCommand;
46
+ }($Command));
47
+ export { PutBucketLifecycleConfigurationCommand };