@aws-sdk/client-s3 3.701.0 → 3.705.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 (74) hide show
  1. package/README.md +24 -0
  2. package/dist-cjs/endpoint/ruleset.js +3 -3
  3. package/dist-cjs/index.js +334 -104
  4. package/dist-es/S3.js +6 -0
  5. package/dist-es/commands/CreateBucketMetadataTableConfigurationCommand.js +32 -0
  6. package/dist-es/commands/DeleteBucketMetadataTableConfigurationCommand.js +26 -0
  7. package/dist-es/commands/GetBucketMetadataTableConfigurationCommand.js +28 -0
  8. package/dist-es/commands/PutBucketEncryptionCommand.js +1 -1
  9. package/dist-es/commands/PutBucketInventoryConfigurationCommand.js +1 -1
  10. package/dist-es/commands/index.js +3 -0
  11. package/dist-es/endpoint/ruleset.js +3 -3
  12. package/dist-es/models/models_0.js +2 -12
  13. package/dist-es/models/models_1.js +13 -0
  14. package/dist-es/protocols/Aws_restXml.js +157 -0
  15. package/dist-types/S3.d.ts +21 -0
  16. package/dist-types/S3Client.d.ts +5 -2
  17. package/dist-types/commands/AbortMultipartUploadCommand.d.ts +4 -3
  18. package/dist-types/commands/CompleteMultipartUploadCommand.d.ts +4 -3
  19. package/dist-types/commands/CopyObjectCommand.d.ts +4 -3
  20. package/dist-types/commands/CreateBucketCommand.d.ts +19 -18
  21. package/dist-types/commands/CreateBucketMetadataTableConfigurationCommand.d.ts +134 -0
  22. package/dist-types/commands/CreateMultipartUploadCommand.d.ts +4 -3
  23. package/dist-types/commands/CreateSessionCommand.d.ts +3 -2
  24. package/dist-types/commands/DeleteBucketCommand.d.ts +4 -3
  25. package/dist-types/commands/DeleteBucketEncryptionCommand.d.ts +1 -1
  26. package/dist-types/commands/DeleteBucketLifecycleCommand.d.ts +3 -2
  27. package/dist-types/commands/DeleteBucketMetadataTableConfigurationCommand.d.ts +95 -0
  28. package/dist-types/commands/DeleteBucketPolicyCommand.d.ts +4 -3
  29. package/dist-types/commands/DeleteObjectCommand.d.ts +53 -43
  30. package/dist-types/commands/DeleteObjectsCommand.d.ts +26 -25
  31. package/dist-types/commands/GetBucketEncryptionCommand.d.ts +1 -1
  32. package/dist-types/commands/GetBucketLifecycleConfigurationCommand.d.ts +3 -2
  33. package/dist-types/commands/GetBucketMetadataTableConfigurationCommand.d.ts +111 -0
  34. package/dist-types/commands/GetBucketPolicyCommand.d.ts +4 -3
  35. package/dist-types/commands/GetObjectAttributesCommand.d.ts +4 -3
  36. package/dist-types/commands/GetObjectCommand.d.ts +4 -3
  37. package/dist-types/commands/HeadBucketCommand.d.ts +4 -3
  38. package/dist-types/commands/HeadObjectCommand.d.ts +4 -3
  39. package/dist-types/commands/ListDirectoryBucketsCommand.d.ts +3 -2
  40. package/dist-types/commands/ListMultipartUploadsCommand.d.ts +4 -3
  41. package/dist-types/commands/ListObjectsV2Command.d.ts +4 -3
  42. package/dist-types/commands/ListPartsCommand.d.ts +4 -3
  43. package/dist-types/commands/PutBucketCorsCommand.d.ts +1 -1
  44. package/dist-types/commands/PutBucketEncryptionCommand.d.ts +5 -4
  45. package/dist-types/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts +1 -1
  46. package/dist-types/commands/PutBucketInventoryConfigurationCommand.d.ts +1 -1
  47. package/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts +8 -3
  48. package/dist-types/commands/PutBucketLoggingCommand.d.ts +1 -1
  49. package/dist-types/commands/PutBucketMetricsConfigurationCommand.d.ts +1 -1
  50. package/dist-types/commands/PutBucketPolicyCommand.d.ts +4 -3
  51. package/dist-types/commands/PutObjectCommand.d.ts +53 -52
  52. package/dist-types/commands/UploadPartCommand.d.ts +4 -3
  53. package/dist-types/commands/UploadPartCopyCommand.d.ts +4 -3
  54. package/dist-types/commands/index.d.ts +3 -0
  55. package/dist-types/models/models_0.d.ts +443 -411
  56. package/dist-types/models/models_1.d.ts +394 -18
  57. package/dist-types/protocols/Aws_restXml.d.ts +27 -0
  58. package/dist-types/ts3.4/S3.d.ts +69 -0
  59. package/dist-types/ts3.4/S3Client.d.ts +18 -0
  60. package/dist-types/ts3.4/commands/CreateBucketMetadataTableConfigurationCommand.d.ts +47 -0
  61. package/dist-types/ts3.4/commands/DeleteBucketMetadataTableConfigurationCommand.d.ts +47 -0
  62. package/dist-types/ts3.4/commands/GetBucketMetadataTableConfigurationCommand.d.ts +51 -0
  63. package/dist-types/ts3.4/commands/PutBucketCorsCommand.d.ts +1 -1
  64. package/dist-types/ts3.4/commands/PutBucketEncryptionCommand.d.ts +1 -1
  65. package/dist-types/ts3.4/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts +1 -1
  66. package/dist-types/ts3.4/commands/PutBucketInventoryConfigurationCommand.d.ts +1 -1
  67. package/dist-types/ts3.4/commands/PutBucketLifecycleConfigurationCommand.d.ts +1 -1
  68. package/dist-types/ts3.4/commands/PutBucketLoggingCommand.d.ts +1 -1
  69. package/dist-types/ts3.4/commands/PutBucketMetricsConfigurationCommand.d.ts +1 -1
  70. package/dist-types/ts3.4/commands/index.d.ts +3 -0
  71. package/dist-types/ts3.4/models/models_0.d.ts +49 -66
  72. package/dist-types/ts3.4/models/models_1.d.ts +74 -0
  73. package/dist-types/ts3.4/protocols/Aws_restXml.d.ts +36 -0
  74. package/package.json +1 -1
package/dist-cjs/index.js CHANGED
@@ -43,6 +43,7 @@ __export(src_exports, {
43
43
  CopyObjectOutputFilterSensitiveLog: () => CopyObjectOutputFilterSensitiveLog,
44
44
  CopyObjectRequestFilterSensitiveLog: () => CopyObjectRequestFilterSensitiveLog,
45
45
  CreateBucketCommand: () => CreateBucketCommand,
46
+ CreateBucketMetadataTableConfigurationCommand: () => CreateBucketMetadataTableConfigurationCommand,
46
47
  CreateMultipartUploadCommand: () => CreateMultipartUploadCommand,
47
48
  CreateMultipartUploadOutputFilterSensitiveLog: () => CreateMultipartUploadOutputFilterSensitiveLog,
48
49
  CreateMultipartUploadRequestFilterSensitiveLog: () => CreateMultipartUploadRequestFilterSensitiveLog,
@@ -57,6 +58,7 @@ __export(src_exports, {
57
58
  DeleteBucketIntelligentTieringConfigurationCommand: () => DeleteBucketIntelligentTieringConfigurationCommand,
58
59
  DeleteBucketInventoryConfigurationCommand: () => DeleteBucketInventoryConfigurationCommand,
59
60
  DeleteBucketLifecycleCommand: () => DeleteBucketLifecycleCommand,
61
+ DeleteBucketMetadataTableConfigurationCommand: () => DeleteBucketMetadataTableConfigurationCommand,
60
62
  DeleteBucketMetricsConfigurationCommand: () => DeleteBucketMetricsConfigurationCommand,
61
63
  DeleteBucketOwnershipControlsCommand: () => DeleteBucketOwnershipControlsCommand,
62
64
  DeleteBucketPolicyCommand: () => DeleteBucketPolicyCommand,
@@ -89,6 +91,7 @@ __export(src_exports, {
89
91
  GetBucketLifecycleConfigurationCommand: () => GetBucketLifecycleConfigurationCommand,
90
92
  GetBucketLocationCommand: () => GetBucketLocationCommand,
91
93
  GetBucketLoggingCommand: () => GetBucketLoggingCommand,
94
+ GetBucketMetadataTableConfigurationCommand: () => GetBucketMetadataTableConfigurationCommand,
92
95
  GetBucketMetricsConfigurationCommand: () => GetBucketMetricsConfigurationCommand,
93
96
  GetBucketNotificationConfigurationCommand: () => GetBucketNotificationConfigurationCommand,
94
97
  GetBucketOwnershipControlsCommand: () => GetBucketOwnershipControlsCommand,
@@ -476,13 +479,15 @@ var BucketCannedACL = {
476
479
  public_read_write: "public-read-write"
477
480
  };
478
481
  var DataRedundancy = {
479
- SingleAvailabilityZone: "SingleAvailabilityZone"
482
+ SingleAvailabilityZone: "SingleAvailabilityZone",
483
+ SingleLocalZone: "SingleLocalZone"
480
484
  };
481
485
  var BucketType = {
482
486
  Directory: "Directory"
483
487
  };
484
488
  var LocationType = {
485
- AvailabilityZone: "AvailabilityZone"
489
+ AvailabilityZone: "AvailabilityZone",
490
+ LocalZone: "LocalZone"
486
491
  };
487
492
  var BucketLocationConstraint = {
488
493
  EU: "EU",
@@ -949,20 +954,6 @@ var ListPartsRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
949
954
  ...obj,
950
955
  ...obj.SSECustomerKey && { SSECustomerKey: import_smithy_client.SENSITIVE_STRING }
951
956
  }), "ListPartsRequestFilterSensitiveLog");
952
- var PutBucketEncryptionRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
953
- ...obj,
954
- ...obj.ServerSideEncryptionConfiguration && {
955
- ServerSideEncryptionConfiguration: ServerSideEncryptionConfigurationFilterSensitiveLog(
956
- obj.ServerSideEncryptionConfiguration
957
- )
958
- }
959
- }), "PutBucketEncryptionRequestFilterSensitiveLog");
960
- var PutBucketInventoryConfigurationRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
961
- ...obj,
962
- ...obj.InventoryConfiguration && {
963
- InventoryConfiguration: InventoryConfigurationFilterSensitiveLog(obj.InventoryConfiguration)
964
- }
965
- }), "PutBucketInventoryConfigurationRequestFilterSensitiveLog");
966
957
 
967
958
  // src/protocols/Aws_restXml.ts
968
959
  var import_core = require("@aws-sdk/core");
@@ -1107,6 +1098,20 @@ var SelectObjectContentEventStream;
1107
1098
  return visitor._(value.$unknown[0], value.$unknown[1]);
1108
1099
  }, "visit");
1109
1100
  })(SelectObjectContentEventStream || (SelectObjectContentEventStream = {}));
1101
+ var PutBucketEncryptionRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
1102
+ ...obj,
1103
+ ...obj.ServerSideEncryptionConfiguration && {
1104
+ ServerSideEncryptionConfiguration: ServerSideEncryptionConfigurationFilterSensitiveLog(
1105
+ obj.ServerSideEncryptionConfiguration
1106
+ )
1107
+ }
1108
+ }), "PutBucketEncryptionRequestFilterSensitiveLog");
1109
+ var PutBucketInventoryConfigurationRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
1110
+ ...obj,
1111
+ ...obj.InventoryConfiguration && {
1112
+ InventoryConfiguration: InventoryConfigurationFilterSensitiveLog(obj.InventoryConfiguration)
1113
+ }
1114
+ }), "PutBucketInventoryConfigurationRequestFilterSensitiveLog");
1110
1115
  var PutObjectOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
1111
1116
  ...obj,
1112
1117
  ...obj.SSEKMSKeyId && { SSEKMSKeyId: import_smithy_client.SENSITIVE_STRING },
@@ -1317,6 +1322,30 @@ var se_CreateBucketCommand = /* @__PURE__ */ __name(async (input, context) => {
1317
1322
  b.m("PUT").h(headers).b(body);
1318
1323
  return b.build();
1319
1324
  }, "se_CreateBucketCommand");
1325
+ var se_CreateBucketMetadataTableConfigurationCommand = /* @__PURE__ */ __name(async (input, context) => {
1326
+ const b = (0, import_core2.requestBuilder)(input, context);
1327
+ const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
1328
+ "content-type": "application/xml",
1329
+ [_cm]: input[_CMD],
1330
+ [_xasca]: input[_CA],
1331
+ [_xaebo]: input[_EBO]
1332
+ });
1333
+ b.bp("/");
1334
+ b.p("Bucket", () => input.Bucket, "{Bucket}", false);
1335
+ const query = (0, import_smithy_client.map)({
1336
+ [_mT]: [, ""]
1337
+ });
1338
+ let body;
1339
+ let contents;
1340
+ if (input.MetadataTableConfiguration !== void 0) {
1341
+ contents = se_MetadataTableConfiguration(input.MetadataTableConfiguration, context);
1342
+ body = _ve;
1343
+ contents.a("xmlns", "http://s3.amazonaws.com/doc/2006-03-01/");
1344
+ body += contents.toString();
1345
+ }
1346
+ b.m("POST").h(headers).q(query).b(body);
1347
+ return b.build();
1348
+ }, "se_CreateBucketMetadataTableConfigurationCommand");
1320
1349
  var se_CreateMultipartUploadCommand = /* @__PURE__ */ __name(async (input, context) => {
1321
1350
  const b = (0, import_core2.requestBuilder)(input, context);
1322
1351
  const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
@@ -1476,6 +1505,20 @@ var se_DeleteBucketLifecycleCommand = /* @__PURE__ */ __name(async (input, conte
1476
1505
  b.m("DELETE").h(headers).q(query).b(body);
1477
1506
  return b.build();
1478
1507
  }, "se_DeleteBucketLifecycleCommand");
1508
+ var se_DeleteBucketMetadataTableConfigurationCommand = /* @__PURE__ */ __name(async (input, context) => {
1509
+ const b = (0, import_core2.requestBuilder)(input, context);
1510
+ const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
1511
+ [_xaebo]: input[_EBO]
1512
+ });
1513
+ b.bp("/");
1514
+ b.p("Bucket", () => input.Bucket, "{Bucket}", false);
1515
+ const query = (0, import_smithy_client.map)({
1516
+ [_mT]: [, ""]
1517
+ });
1518
+ let body;
1519
+ b.m("DELETE").h(headers).q(query).b(body);
1520
+ return b.build();
1521
+ }, "se_DeleteBucketMetadataTableConfigurationCommand");
1479
1522
  var se_DeleteBucketMetricsConfigurationCommand = /* @__PURE__ */ __name(async (input, context) => {
1480
1523
  const b = (0, import_core2.requestBuilder)(input, context);
1481
1524
  const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
@@ -1784,6 +1827,20 @@ var se_GetBucketLoggingCommand = /* @__PURE__ */ __name(async (input, context) =
1784
1827
  b.m("GET").h(headers).q(query).b(body);
1785
1828
  return b.build();
1786
1829
  }, "se_GetBucketLoggingCommand");
1830
+ var se_GetBucketMetadataTableConfigurationCommand = /* @__PURE__ */ __name(async (input, context) => {
1831
+ const b = (0, import_core2.requestBuilder)(input, context);
1832
+ const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
1833
+ [_xaebo]: input[_EBO]
1834
+ });
1835
+ b.bp("/");
1836
+ b.p("Bucket", () => input.Bucket, "{Bucket}", false);
1837
+ const query = (0, import_smithy_client.map)({
1838
+ [_mT]: [, ""]
1839
+ });
1840
+ let body;
1841
+ b.m("GET").h(headers).q(query).b(body);
1842
+ return b.build();
1843
+ }, "se_GetBucketMetadataTableConfigurationCommand");
1787
1844
  var se_GetBucketMetricsConfigurationCommand = /* @__PURE__ */ __name(async (input, context) => {
1788
1845
  const b = (0, import_core2.requestBuilder)(input, context);
1789
1846
  const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
@@ -3278,6 +3335,16 @@ var de_CreateBucketCommand = /* @__PURE__ */ __name(async (output, context) => {
3278
3335
  await (0, import_smithy_client.collectBody)(output.body, context);
3279
3336
  return contents;
3280
3337
  }, "de_CreateBucketCommand");
3338
+ var de_CreateBucketMetadataTableConfigurationCommand = /* @__PURE__ */ __name(async (output, context) => {
3339
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
3340
+ return de_CommandError(output, context);
3341
+ }
3342
+ const contents = (0, import_smithy_client.map)({
3343
+ $metadata: deserializeMetadata(output)
3344
+ });
3345
+ await (0, import_smithy_client.collectBody)(output.body, context);
3346
+ return contents;
3347
+ }, "de_CreateBucketMetadataTableConfigurationCommand");
3281
3348
  var de_CreateMultipartUploadCommand = /* @__PURE__ */ __name(async (output, context) => {
3282
3349
  if (output.statusCode !== 200 && output.statusCode >= 300) {
3283
3350
  return de_CommandError(output, context);
@@ -3397,6 +3464,16 @@ var de_DeleteBucketLifecycleCommand = /* @__PURE__ */ __name(async (output, cont
3397
3464
  await (0, import_smithy_client.collectBody)(output.body, context);
3398
3465
  return contents;
3399
3466
  }, "de_DeleteBucketLifecycleCommand");
3467
+ var de_DeleteBucketMetadataTableConfigurationCommand = /* @__PURE__ */ __name(async (output, context) => {
3468
+ if (output.statusCode !== 204 && output.statusCode >= 300) {
3469
+ return de_CommandError(output, context);
3470
+ }
3471
+ const contents = (0, import_smithy_client.map)({
3472
+ $metadata: deserializeMetadata(output)
3473
+ });
3474
+ await (0, import_smithy_client.collectBody)(output.body, context);
3475
+ return contents;
3476
+ }, "de_DeleteBucketMetadataTableConfigurationCommand");
3400
3477
  var de_DeleteBucketMetricsConfigurationCommand = /* @__PURE__ */ __name(async (output, context) => {
3401
3478
  if (output.statusCode !== 204 && output.statusCode >= 300) {
3402
3479
  return de_CommandError(output, context);
@@ -3645,6 +3722,17 @@ var de_GetBucketLoggingCommand = /* @__PURE__ */ __name(async (output, context)
3645
3722
  }
3646
3723
  return contents;
3647
3724
  }, "de_GetBucketLoggingCommand");
3725
+ var de_GetBucketMetadataTableConfigurationCommand = /* @__PURE__ */ __name(async (output, context) => {
3726
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
3727
+ return de_CommandError(output, context);
3728
+ }
3729
+ const contents = (0, import_smithy_client.map)({
3730
+ $metadata: deserializeMetadata(output)
3731
+ });
3732
+ const data = (0, import_smithy_client.expectObject)(await (0, import_core.parseXmlBody)(output.body, context));
3733
+ contents.GetBucketMetadataTableConfigurationResult = de_GetBucketMetadataTableConfigurationResult(data, context);
3734
+ return contents;
3735
+ }, "de_GetBucketMetadataTableConfigurationCommand");
3648
3736
  var de_GetBucketMetricsConfigurationCommand = /* @__PURE__ */ __name(async (output, context) => {
3649
3737
  if (output.statusCode !== 200 && output.statusCode >= 300) {
3650
3738
  return de_CommandError(output, context);
@@ -5643,6 +5731,13 @@ var se_MetadataEntry = /* @__PURE__ */ __name((input, context) => {
5643
5731
  }
5644
5732
  return bn;
5645
5733
  }, "se_MetadataEntry");
5734
+ var se_MetadataTableConfiguration = /* @__PURE__ */ __name((input, context) => {
5735
+ const bn = new import_xml_builder.XmlNode(_MTC);
5736
+ if (input[_STD] != null) {
5737
+ bn.c(se_S3TablesDestination(input[_STD], context).n(_STD));
5738
+ }
5739
+ return bn;
5740
+ }, "se_MetadataTableConfiguration");
5646
5741
  var se_Metrics = /* @__PURE__ */ __name((input, context) => {
5647
5742
  const bn = new import_xml_builder.XmlNode(_Me);
5648
5743
  if (input[_S] != null) {
@@ -6061,6 +6156,16 @@ var se_S3Location = /* @__PURE__ */ __name((input, context) => {
6061
6156
  bn.cc(input, _SC);
6062
6157
  return bn;
6063
6158
  }, "se_S3Location");
6159
+ var se_S3TablesDestination = /* @__PURE__ */ __name((input, context) => {
6160
+ const bn = new import_xml_builder.XmlNode(_STD);
6161
+ if (input[_TBA] != null) {
6162
+ bn.c(import_xml_builder.XmlNode.of(_STBA, input[_TBA]).n(_TBA));
6163
+ }
6164
+ if (input[_TN] != null) {
6165
+ bn.c(import_xml_builder.XmlNode.of(_STN, input[_TN]).n(_TN));
6166
+ }
6167
+ return bn;
6168
+ }, "se_S3TablesDestination");
6064
6169
  var se_ScanRange = /* @__PURE__ */ __name((input, context) => {
6065
6170
  const bn = new import_xml_builder.XmlNode(_SR);
6066
6171
  if (input[_St] != null) {
@@ -6657,6 +6762,16 @@ var de__Error = /* @__PURE__ */ __name((output, context) => {
6657
6762
  }
6658
6763
  return contents;
6659
6764
  }, "de__Error");
6765
+ var de_ErrorDetails = /* @__PURE__ */ __name((output, context) => {
6766
+ const contents = {};
6767
+ if (output[_EC] != null) {
6768
+ contents[_EC] = (0, import_smithy_client.expectString)(output[_EC]);
6769
+ }
6770
+ if (output[_EM] != null) {
6771
+ contents[_EM] = (0, import_smithy_client.expectString)(output[_EM]);
6772
+ }
6773
+ return contents;
6774
+ }, "de_ErrorDetails");
6660
6775
  var de_ErrorDocument = /* @__PURE__ */ __name((output, context) => {
6661
6776
  const contents = {};
6662
6777
  if (output[_K] != null) {
@@ -6705,6 +6820,19 @@ var de_FilterRuleList = /* @__PURE__ */ __name((output, context) => {
6705
6820
  return de_FilterRule(entry, context);
6706
6821
  });
6707
6822
  }, "de_FilterRuleList");
6823
+ var de_GetBucketMetadataTableConfigurationResult = /* @__PURE__ */ __name((output, context) => {
6824
+ const contents = {};
6825
+ if (output[_MTCR] != null) {
6826
+ contents[_MTCR] = de_MetadataTableConfigurationResult(output[_MTCR], context);
6827
+ }
6828
+ if (output[_S] != null) {
6829
+ contents[_S] = (0, import_smithy_client.expectString)(output[_S]);
6830
+ }
6831
+ if (output[_Er] != null) {
6832
+ contents[_Er] = de_ErrorDetails(output[_Er], context);
6833
+ }
6834
+ return contents;
6835
+ }, "de_GetBucketMetadataTableConfigurationResult");
6708
6836
  var de_GetObjectAttributesParts = /* @__PURE__ */ __name((output, context) => {
6709
6837
  const contents = {};
6710
6838
  if (output[_PC] != null) {
@@ -7046,6 +7174,13 @@ var de_LoggingEnabled = /* @__PURE__ */ __name((output, context) => {
7046
7174
  }
7047
7175
  return contents;
7048
7176
  }, "de_LoggingEnabled");
7177
+ var de_MetadataTableConfigurationResult = /* @__PURE__ */ __name((output, context) => {
7178
+ const contents = {};
7179
+ if (output[_STDR] != null) {
7180
+ contents[_STDR] = de_S3TablesDestinationResult(output[_STDR], context);
7181
+ }
7182
+ return contents;
7183
+ }, "de_MetadataTableConfigurationResult");
7049
7184
  var de_Metrics = /* @__PURE__ */ __name((output, context) => {
7050
7185
  const contents = {};
7051
7186
  if (output[_S] != null) {
@@ -7602,6 +7737,22 @@ var de_S3KeyFilter = /* @__PURE__ */ __name((output, context) => {
7602
7737
  }
7603
7738
  return contents;
7604
7739
  }, "de_S3KeyFilter");
7740
+ var de_S3TablesDestinationResult = /* @__PURE__ */ __name((output, context) => {
7741
+ const contents = {};
7742
+ if (output[_TBA] != null) {
7743
+ contents[_TBA] = (0, import_smithy_client.expectString)(output[_TBA]);
7744
+ }
7745
+ if (output[_TN] != null) {
7746
+ contents[_TN] = (0, import_smithy_client.expectString)(output[_TN]);
7747
+ }
7748
+ if (output[_TAa] != null) {
7749
+ contents[_TAa] = (0, import_smithy_client.expectString)(output[_TAa]);
7750
+ }
7751
+ if (output[_TNa] != null) {
7752
+ contents[_TNa] = (0, import_smithy_client.expectString)(output[_TNa]);
7753
+ }
7754
+ return contents;
7755
+ }, "de_S3TablesDestinationResult");
7605
7756
  var de_ServerSideEncryptionByDefault = /* @__PURE__ */ __name((output, context) => {
7606
7757
  const contents = {};
7607
7758
  if (output[_SSEA] != null) {
@@ -8077,6 +8228,8 @@ var _MKe = "MetadataKey";
8077
8228
  var _MM = "MissingMeta";
8078
8229
  var _MP = "MaxParts";
8079
8230
  var _MS = "MetricsStatus";
8231
+ var _MTC = "MetadataTableConfiguration";
8232
+ var _MTCR = "MetadataTableConfigurationResult";
8080
8233
  var _MU = "MaxUploads";
8081
8234
  var _MV = "MetadataValue";
8082
8235
  var _Me = "Metrics";
@@ -8232,6 +8385,10 @@ var _SSEKMSKI = "SSEKMSKeyId";
8232
8385
  var _SSER = "ServerSideEncryptionRule";
8233
8386
  var _SSES = "SSES3";
8234
8387
  var _ST = "SessionToken";
8388
+ var _STBA = "S3TablesBucketArn";
8389
+ var _STD = "S3TablesDestination";
8390
+ var _STDR = "S3TablesDestinationResult";
8391
+ var _STN = "S3TablesName";
8235
8392
  var _S_ = "S3";
8236
8393
  var _Sc = "Schedule";
8237
8394
  var _Se = "Setting";
@@ -8240,7 +8397,9 @@ var _St = "Start";
8240
8397
  var _Su = "Suffix";
8241
8398
  var _T = "Tagging";
8242
8399
  var _TA = "TopicArn";
8400
+ var _TAa = "TableArn";
8243
8401
  var _TB = "TargetBucket";
8402
+ var _TBA = "TableBucketArn";
8244
8403
  var _TC = "TagCount";
8245
8404
  var _TCo = "TopicConfiguration";
8246
8405
  var _TCop = "TopicConfigurations";
@@ -8248,6 +8407,8 @@ var _TD = "TaggingDirective";
8248
8407
  var _TDMOS = "TransitionDefaultMinimumObjectSize";
8249
8408
  var _TG = "TargetGrants";
8250
8409
  var _TGa = "TargetGrant";
8410
+ var _TN = "TableName";
8411
+ var _TNa = "TableNamespace";
8251
8412
  var _TOKF = "TargetObjectKeyFormat";
8252
8413
  var _TP = "TargetPrefix";
8253
8414
  var _TPC = "TotalPartsCount";
@@ -8320,6 +8481,7 @@ var _lo = "location";
8320
8481
  var _log = "logging";
8321
8482
  var _lt = "list-type";
8322
8483
  var _m = "metrics";
8484
+ var _mT = "metadataTable";
8323
8485
  var _ma = "marker";
8324
8486
  var _mb = "max-buckets";
8325
8487
  var _mdb = "max-directory-buckets";
@@ -8703,6 +8865,30 @@ var _CreateBucketCommand = class _CreateBucketCommand extends import_smithy_clie
8703
8865
  __name(_CreateBucketCommand, "CreateBucketCommand");
8704
8866
  var CreateBucketCommand = _CreateBucketCommand;
8705
8867
 
8868
+ // src/commands/CreateBucketMetadataTableConfigurationCommand.ts
8869
+
8870
+
8871
+
8872
+
8873
+ var _CreateBucketMetadataTableConfigurationCommand = class _CreateBucketMetadataTableConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
8874
+ ...commonParams,
8875
+ UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
8876
+ Bucket: { type: "contextParams", name: "Bucket" }
8877
+ }).m(function(Command, cs, config, o) {
8878
+ return [
8879
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
8880
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
8881
+ (0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
8882
+ requestAlgorithmMember: "ChecksumAlgorithm",
8883
+ requestAlgorithmMemberHttpHeader: "x-amz-sdk-checksum-algorithm",
8884
+ requestChecksumRequired: true
8885
+ })
8886
+ ];
8887
+ }).s("AmazonS3", "CreateBucketMetadataTableConfiguration", {}).n("S3Client", "CreateBucketMetadataTableConfigurationCommand").f(void 0, void 0).ser(se_CreateBucketMetadataTableConfigurationCommand).de(de_CreateBucketMetadataTableConfigurationCommand).build() {
8888
+ };
8889
+ __name(_CreateBucketMetadataTableConfigurationCommand, "CreateBucketMetadataTableConfigurationCommand");
8890
+ var CreateBucketMetadataTableConfigurationCommand = _CreateBucketMetadataTableConfigurationCommand;
8891
+
8706
8892
  // src/commands/CreateMultipartUploadCommand.ts
8707
8893
  var import_middleware_sdk_s37 = require("@aws-sdk/middleware-sdk-s3");
8708
8894
 
@@ -8851,6 +9037,24 @@ var _DeleteBucketLifecycleCommand = class _DeleteBucketLifecycleCommand extends
8851
9037
  __name(_DeleteBucketLifecycleCommand, "DeleteBucketLifecycleCommand");
8852
9038
  var DeleteBucketLifecycleCommand = _DeleteBucketLifecycleCommand;
8853
9039
 
9040
+ // src/commands/DeleteBucketMetadataTableConfigurationCommand.ts
9041
+
9042
+
9043
+
9044
+ var _DeleteBucketMetadataTableConfigurationCommand = class _DeleteBucketMetadataTableConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
9045
+ ...commonParams,
9046
+ UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
9047
+ Bucket: { type: "contextParams", name: "Bucket" }
9048
+ }).m(function(Command, cs, config, o) {
9049
+ return [
9050
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
9051
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
9052
+ ];
9053
+ }).s("AmazonS3", "DeleteBucketMetadataTableConfiguration", {}).n("S3Client", "DeleteBucketMetadataTableConfigurationCommand").f(void 0, void 0).ser(se_DeleteBucketMetadataTableConfigurationCommand).de(de_DeleteBucketMetadataTableConfigurationCommand).build() {
9054
+ };
9055
+ __name(_DeleteBucketMetadataTableConfigurationCommand, "DeleteBucketMetadataTableConfigurationCommand");
9056
+ var DeleteBucketMetadataTableConfigurationCommand = _DeleteBucketMetadataTableConfigurationCommand;
9057
+
8854
9058
  // src/commands/DeleteBucketMetricsConfigurationCommand.ts
8855
9059
 
8856
9060
 
@@ -9241,12 +9445,12 @@ var _GetBucketLoggingCommand = class _GetBucketLoggingCommand extends import_smi
9241
9445
  __name(_GetBucketLoggingCommand, "GetBucketLoggingCommand");
9242
9446
  var GetBucketLoggingCommand = _GetBucketLoggingCommand;
9243
9447
 
9244
- // src/commands/GetBucketMetricsConfigurationCommand.ts
9448
+ // src/commands/GetBucketMetadataTableConfigurationCommand.ts
9245
9449
  var import_middleware_sdk_s321 = require("@aws-sdk/middleware-sdk-s3");
9246
9450
 
9247
9451
 
9248
9452
 
9249
- var _GetBucketMetricsConfigurationCommand = class _GetBucketMetricsConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
9453
+ var _GetBucketMetadataTableConfigurationCommand = class _GetBucketMetadataTableConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
9250
9454
  ...commonParams,
9251
9455
  UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
9252
9456
  Bucket: { type: "contextParams", name: "Bucket" }
@@ -9256,13 +9460,33 @@ var _GetBucketMetricsConfigurationCommand = class _GetBucketMetricsConfiguration
9256
9460
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
9257
9461
  (0, import_middleware_sdk_s321.getThrow200ExceptionsPlugin)(config)
9258
9462
  ];
9463
+ }).s("AmazonS3", "GetBucketMetadataTableConfiguration", {}).n("S3Client", "GetBucketMetadataTableConfigurationCommand").f(void 0, void 0).ser(se_GetBucketMetadataTableConfigurationCommand).de(de_GetBucketMetadataTableConfigurationCommand).build() {
9464
+ };
9465
+ __name(_GetBucketMetadataTableConfigurationCommand, "GetBucketMetadataTableConfigurationCommand");
9466
+ var GetBucketMetadataTableConfigurationCommand = _GetBucketMetadataTableConfigurationCommand;
9467
+
9468
+ // src/commands/GetBucketMetricsConfigurationCommand.ts
9469
+ var import_middleware_sdk_s322 = require("@aws-sdk/middleware-sdk-s3");
9470
+
9471
+
9472
+
9473
+ var _GetBucketMetricsConfigurationCommand = class _GetBucketMetricsConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
9474
+ ...commonParams,
9475
+ UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
9476
+ Bucket: { type: "contextParams", name: "Bucket" }
9477
+ }).m(function(Command, cs, config, o) {
9478
+ return [
9479
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
9480
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
9481
+ (0, import_middleware_sdk_s322.getThrow200ExceptionsPlugin)(config)
9482
+ ];
9259
9483
  }).s("AmazonS3", "GetBucketMetricsConfiguration", {}).n("S3Client", "GetBucketMetricsConfigurationCommand").f(void 0, void 0).ser(se_GetBucketMetricsConfigurationCommand).de(de_GetBucketMetricsConfigurationCommand).build() {
9260
9484
  };
9261
9485
  __name(_GetBucketMetricsConfigurationCommand, "GetBucketMetricsConfigurationCommand");
9262
9486
  var GetBucketMetricsConfigurationCommand = _GetBucketMetricsConfigurationCommand;
9263
9487
 
9264
9488
  // src/commands/GetBucketNotificationConfigurationCommand.ts
9265
- var import_middleware_sdk_s322 = require("@aws-sdk/middleware-sdk-s3");
9489
+ var import_middleware_sdk_s323 = require("@aws-sdk/middleware-sdk-s3");
9266
9490
 
9267
9491
 
9268
9492
 
@@ -9274,7 +9498,7 @@ var _GetBucketNotificationConfigurationCommand = class _GetBucketNotificationCon
9274
9498
  return [
9275
9499
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
9276
9500
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
9277
- (0, import_middleware_sdk_s322.getThrow200ExceptionsPlugin)(config)
9501
+ (0, import_middleware_sdk_s323.getThrow200ExceptionsPlugin)(config)
9278
9502
  ];
9279
9503
  }).s("AmazonS3", "GetBucketNotificationConfiguration", {}).n("S3Client", "GetBucketNotificationConfigurationCommand").f(void 0, void 0).ser(se_GetBucketNotificationConfigurationCommand).de(de_GetBucketNotificationConfigurationCommand).build() {
9280
9504
  };
@@ -9282,7 +9506,7 @@ __name(_GetBucketNotificationConfigurationCommand, "GetBucketNotificationConfigu
9282
9506
  var GetBucketNotificationConfigurationCommand = _GetBucketNotificationConfigurationCommand;
9283
9507
 
9284
9508
  // src/commands/GetBucketOwnershipControlsCommand.ts
9285
- var import_middleware_sdk_s323 = require("@aws-sdk/middleware-sdk-s3");
9509
+ var import_middleware_sdk_s324 = require("@aws-sdk/middleware-sdk-s3");
9286
9510
 
9287
9511
 
9288
9512
 
@@ -9294,7 +9518,7 @@ var _GetBucketOwnershipControlsCommand = class _GetBucketOwnershipControlsComman
9294
9518
  return [
9295
9519
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
9296
9520
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
9297
- (0, import_middleware_sdk_s323.getThrow200ExceptionsPlugin)(config)
9521
+ (0, import_middleware_sdk_s324.getThrow200ExceptionsPlugin)(config)
9298
9522
  ];
9299
9523
  }).s("AmazonS3", "GetBucketOwnershipControls", {}).n("S3Client", "GetBucketOwnershipControlsCommand").f(void 0, void 0).ser(se_GetBucketOwnershipControlsCommand).de(de_GetBucketOwnershipControlsCommand).build() {
9300
9524
  };
@@ -9302,7 +9526,7 @@ __name(_GetBucketOwnershipControlsCommand, "GetBucketOwnershipControlsCommand");
9302
9526
  var GetBucketOwnershipControlsCommand = _GetBucketOwnershipControlsCommand;
9303
9527
 
9304
9528
  // src/commands/GetBucketPolicyCommand.ts
9305
- var import_middleware_sdk_s324 = require("@aws-sdk/middleware-sdk-s3");
9529
+ var import_middleware_sdk_s325 = require("@aws-sdk/middleware-sdk-s3");
9306
9530
 
9307
9531
 
9308
9532
 
@@ -9314,7 +9538,7 @@ var _GetBucketPolicyCommand = class _GetBucketPolicyCommand extends import_smith
9314
9538
  return [
9315
9539
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
9316
9540
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
9317
- (0, import_middleware_sdk_s324.getThrow200ExceptionsPlugin)(config)
9541
+ (0, import_middleware_sdk_s325.getThrow200ExceptionsPlugin)(config)
9318
9542
  ];
9319
9543
  }).s("AmazonS3", "GetBucketPolicy", {}).n("S3Client", "GetBucketPolicyCommand").f(void 0, void 0).ser(se_GetBucketPolicyCommand).de(de_GetBucketPolicyCommand).build() {
9320
9544
  };
@@ -9322,7 +9546,7 @@ __name(_GetBucketPolicyCommand, "GetBucketPolicyCommand");
9322
9546
  var GetBucketPolicyCommand = _GetBucketPolicyCommand;
9323
9547
 
9324
9548
  // src/commands/GetBucketPolicyStatusCommand.ts
9325
- var import_middleware_sdk_s325 = require("@aws-sdk/middleware-sdk-s3");
9549
+ var import_middleware_sdk_s326 = require("@aws-sdk/middleware-sdk-s3");
9326
9550
 
9327
9551
 
9328
9552
 
@@ -9334,7 +9558,7 @@ var _GetBucketPolicyStatusCommand = class _GetBucketPolicyStatusCommand extends
9334
9558
  return [
9335
9559
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
9336
9560
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
9337
- (0, import_middleware_sdk_s325.getThrow200ExceptionsPlugin)(config)
9561
+ (0, import_middleware_sdk_s326.getThrow200ExceptionsPlugin)(config)
9338
9562
  ];
9339
9563
  }).s("AmazonS3", "GetBucketPolicyStatus", {}).n("S3Client", "GetBucketPolicyStatusCommand").f(void 0, void 0).ser(se_GetBucketPolicyStatusCommand).de(de_GetBucketPolicyStatusCommand).build() {
9340
9564
  };
@@ -9342,7 +9566,7 @@ __name(_GetBucketPolicyStatusCommand, "GetBucketPolicyStatusCommand");
9342
9566
  var GetBucketPolicyStatusCommand = _GetBucketPolicyStatusCommand;
9343
9567
 
9344
9568
  // src/commands/GetBucketReplicationCommand.ts
9345
- var import_middleware_sdk_s326 = require("@aws-sdk/middleware-sdk-s3");
9569
+ var import_middleware_sdk_s327 = require("@aws-sdk/middleware-sdk-s3");
9346
9570
 
9347
9571
 
9348
9572
 
@@ -9354,7 +9578,7 @@ var _GetBucketReplicationCommand = class _GetBucketReplicationCommand extends im
9354
9578
  return [
9355
9579
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
9356
9580
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
9357
- (0, import_middleware_sdk_s326.getThrow200ExceptionsPlugin)(config)
9581
+ (0, import_middleware_sdk_s327.getThrow200ExceptionsPlugin)(config)
9358
9582
  ];
9359
9583
  }).s("AmazonS3", "GetBucketReplication", {}).n("S3Client", "GetBucketReplicationCommand").f(void 0, void 0).ser(se_GetBucketReplicationCommand).de(de_GetBucketReplicationCommand).build() {
9360
9584
  };
@@ -9362,7 +9586,7 @@ __name(_GetBucketReplicationCommand, "GetBucketReplicationCommand");
9362
9586
  var GetBucketReplicationCommand = _GetBucketReplicationCommand;
9363
9587
 
9364
9588
  // src/commands/GetBucketRequestPaymentCommand.ts
9365
- var import_middleware_sdk_s327 = require("@aws-sdk/middleware-sdk-s3");
9589
+ var import_middleware_sdk_s328 = require("@aws-sdk/middleware-sdk-s3");
9366
9590
 
9367
9591
 
9368
9592
 
@@ -9374,7 +9598,7 @@ var _GetBucketRequestPaymentCommand = class _GetBucketRequestPaymentCommand exte
9374
9598
  return [
9375
9599
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
9376
9600
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
9377
- (0, import_middleware_sdk_s327.getThrow200ExceptionsPlugin)(config)
9601
+ (0, import_middleware_sdk_s328.getThrow200ExceptionsPlugin)(config)
9378
9602
  ];
9379
9603
  }).s("AmazonS3", "GetBucketRequestPayment", {}).n("S3Client", "GetBucketRequestPaymentCommand").f(void 0, void 0).ser(se_GetBucketRequestPaymentCommand).de(de_GetBucketRequestPaymentCommand).build() {
9380
9604
  };
@@ -9382,7 +9606,7 @@ __name(_GetBucketRequestPaymentCommand, "GetBucketRequestPaymentCommand");
9382
9606
  var GetBucketRequestPaymentCommand = _GetBucketRequestPaymentCommand;
9383
9607
 
9384
9608
  // src/commands/GetBucketTaggingCommand.ts
9385
- var import_middleware_sdk_s328 = require("@aws-sdk/middleware-sdk-s3");
9609
+ var import_middleware_sdk_s329 = require("@aws-sdk/middleware-sdk-s3");
9386
9610
 
9387
9611
 
9388
9612
 
@@ -9394,7 +9618,7 @@ var _GetBucketTaggingCommand = class _GetBucketTaggingCommand extends import_smi
9394
9618
  return [
9395
9619
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
9396
9620
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
9397
- (0, import_middleware_sdk_s328.getThrow200ExceptionsPlugin)(config)
9621
+ (0, import_middleware_sdk_s329.getThrow200ExceptionsPlugin)(config)
9398
9622
  ];
9399
9623
  }).s("AmazonS3", "GetBucketTagging", {}).n("S3Client", "GetBucketTaggingCommand").f(void 0, void 0).ser(se_GetBucketTaggingCommand).de(de_GetBucketTaggingCommand).build() {
9400
9624
  };
@@ -9402,7 +9626,7 @@ __name(_GetBucketTaggingCommand, "GetBucketTaggingCommand");
9402
9626
  var GetBucketTaggingCommand = _GetBucketTaggingCommand;
9403
9627
 
9404
9628
  // src/commands/GetBucketVersioningCommand.ts
9405
- var import_middleware_sdk_s329 = require("@aws-sdk/middleware-sdk-s3");
9629
+ var import_middleware_sdk_s330 = require("@aws-sdk/middleware-sdk-s3");
9406
9630
 
9407
9631
 
9408
9632
 
@@ -9414,7 +9638,7 @@ var _GetBucketVersioningCommand = class _GetBucketVersioningCommand extends impo
9414
9638
  return [
9415
9639
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
9416
9640
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
9417
- (0, import_middleware_sdk_s329.getThrow200ExceptionsPlugin)(config)
9641
+ (0, import_middleware_sdk_s330.getThrow200ExceptionsPlugin)(config)
9418
9642
  ];
9419
9643
  }).s("AmazonS3", "GetBucketVersioning", {}).n("S3Client", "GetBucketVersioningCommand").f(void 0, void 0).ser(se_GetBucketVersioningCommand).de(de_GetBucketVersioningCommand).build() {
9420
9644
  };
@@ -9422,7 +9646,7 @@ __name(_GetBucketVersioningCommand, "GetBucketVersioningCommand");
9422
9646
  var GetBucketVersioningCommand = _GetBucketVersioningCommand;
9423
9647
 
9424
9648
  // src/commands/GetBucketWebsiteCommand.ts
9425
- var import_middleware_sdk_s330 = require("@aws-sdk/middleware-sdk-s3");
9649
+ var import_middleware_sdk_s331 = require("@aws-sdk/middleware-sdk-s3");
9426
9650
 
9427
9651
 
9428
9652
 
@@ -9434,7 +9658,7 @@ var _GetBucketWebsiteCommand = class _GetBucketWebsiteCommand extends import_smi
9434
9658
  return [
9435
9659
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
9436
9660
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
9437
- (0, import_middleware_sdk_s330.getThrow200ExceptionsPlugin)(config)
9661
+ (0, import_middleware_sdk_s331.getThrow200ExceptionsPlugin)(config)
9438
9662
  ];
9439
9663
  }).s("AmazonS3", "GetBucketWebsite", {}).n("S3Client", "GetBucketWebsiteCommand").f(void 0, void 0).ser(se_GetBucketWebsiteCommand).de(de_GetBucketWebsiteCommand).build() {
9440
9664
  };
@@ -9442,7 +9666,7 @@ __name(_GetBucketWebsiteCommand, "GetBucketWebsiteCommand");
9442
9666
  var GetBucketWebsiteCommand = _GetBucketWebsiteCommand;
9443
9667
 
9444
9668
  // src/commands/GetObjectAclCommand.ts
9445
- var import_middleware_sdk_s331 = require("@aws-sdk/middleware-sdk-s3");
9669
+ var import_middleware_sdk_s332 = require("@aws-sdk/middleware-sdk-s3");
9446
9670
 
9447
9671
 
9448
9672
 
@@ -9454,7 +9678,7 @@ var _GetObjectAclCommand = class _GetObjectAclCommand extends import_smithy_clie
9454
9678
  return [
9455
9679
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
9456
9680
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
9457
- (0, import_middleware_sdk_s331.getThrow200ExceptionsPlugin)(config)
9681
+ (0, import_middleware_sdk_s332.getThrow200ExceptionsPlugin)(config)
9458
9682
  ];
9459
9683
  }).s("AmazonS3", "GetObjectAcl", {}).n("S3Client", "GetObjectAclCommand").f(void 0, void 0).ser(se_GetObjectAclCommand).de(de_GetObjectAclCommand).build() {
9460
9684
  };
@@ -9462,7 +9686,7 @@ __name(_GetObjectAclCommand, "GetObjectAclCommand");
9462
9686
  var GetObjectAclCommand = _GetObjectAclCommand;
9463
9687
 
9464
9688
  // src/commands/GetObjectAttributesCommand.ts
9465
- var import_middleware_sdk_s332 = require("@aws-sdk/middleware-sdk-s3");
9689
+ var import_middleware_sdk_s333 = require("@aws-sdk/middleware-sdk-s3");
9466
9690
 
9467
9691
 
9468
9692
 
@@ -9474,7 +9698,7 @@ var _GetObjectAttributesCommand = class _GetObjectAttributesCommand extends impo
9474
9698
  return [
9475
9699
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
9476
9700
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
9477
- (0, import_middleware_sdk_s332.getThrow200ExceptionsPlugin)(config),
9701
+ (0, import_middleware_sdk_s333.getThrow200ExceptionsPlugin)(config),
9478
9702
  (0, import_middleware_ssec.getSsecPlugin)(config)
9479
9703
  ];
9480
9704
  }).s("AmazonS3", "GetObjectAttributes", {}).n("S3Client", "GetObjectAttributesCommand").f(GetObjectAttributesRequestFilterSensitiveLog, void 0).ser(se_GetObjectAttributesCommand).de(de_GetObjectAttributesCommand).build() {
@@ -9484,7 +9708,7 @@ var GetObjectAttributesCommand = _GetObjectAttributesCommand;
9484
9708
 
9485
9709
  // src/commands/GetObjectCommand.ts
9486
9710
 
9487
- var import_middleware_sdk_s333 = require("@aws-sdk/middleware-sdk-s3");
9711
+ var import_middleware_sdk_s334 = require("@aws-sdk/middleware-sdk-s3");
9488
9712
 
9489
9713
 
9490
9714
 
@@ -9503,7 +9727,7 @@ var _GetObjectCommand = class _GetObjectCommand extends import_smithy_client.Com
9503
9727
  responseAlgorithms: ["CRC32", "CRC32C", "SHA256", "SHA1"]
9504
9728
  }),
9505
9729
  (0, import_middleware_ssec.getSsecPlugin)(config),
9506
- (0, import_middleware_sdk_s333.getS3ExpiresMiddlewarePlugin)(config)
9730
+ (0, import_middleware_sdk_s334.getS3ExpiresMiddlewarePlugin)(config)
9507
9731
  ];
9508
9732
  }).s("AmazonS3", "GetObject", {}).n("S3Client", "GetObjectCommand").f(GetObjectRequestFilterSensitiveLog, GetObjectOutputFilterSensitiveLog).ser(se_GetObjectCommand).de(de_GetObjectCommand).build() {
9509
9733
  };
@@ -9511,7 +9735,7 @@ __name(_GetObjectCommand, "GetObjectCommand");
9511
9735
  var GetObjectCommand = _GetObjectCommand;
9512
9736
 
9513
9737
  // src/commands/GetObjectLegalHoldCommand.ts
9514
- var import_middleware_sdk_s334 = require("@aws-sdk/middleware-sdk-s3");
9738
+ var import_middleware_sdk_s335 = require("@aws-sdk/middleware-sdk-s3");
9515
9739
 
9516
9740
 
9517
9741
 
@@ -9522,7 +9746,7 @@ var _GetObjectLegalHoldCommand = class _GetObjectLegalHoldCommand extends import
9522
9746
  return [
9523
9747
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
9524
9748
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
9525
- (0, import_middleware_sdk_s334.getThrow200ExceptionsPlugin)(config)
9749
+ (0, import_middleware_sdk_s335.getThrow200ExceptionsPlugin)(config)
9526
9750
  ];
9527
9751
  }).s("AmazonS3", "GetObjectLegalHold", {}).n("S3Client", "GetObjectLegalHoldCommand").f(void 0, void 0).ser(se_GetObjectLegalHoldCommand).de(de_GetObjectLegalHoldCommand).build() {
9528
9752
  };
@@ -9530,7 +9754,7 @@ __name(_GetObjectLegalHoldCommand, "GetObjectLegalHoldCommand");
9530
9754
  var GetObjectLegalHoldCommand = _GetObjectLegalHoldCommand;
9531
9755
 
9532
9756
  // src/commands/GetObjectLockConfigurationCommand.ts
9533
- var import_middleware_sdk_s335 = require("@aws-sdk/middleware-sdk-s3");
9757
+ var import_middleware_sdk_s336 = require("@aws-sdk/middleware-sdk-s3");
9534
9758
 
9535
9759
 
9536
9760
 
@@ -9541,7 +9765,7 @@ var _GetObjectLockConfigurationCommand = class _GetObjectLockConfigurationComman
9541
9765
  return [
9542
9766
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
9543
9767
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
9544
- (0, import_middleware_sdk_s335.getThrow200ExceptionsPlugin)(config)
9768
+ (0, import_middleware_sdk_s336.getThrow200ExceptionsPlugin)(config)
9545
9769
  ];
9546
9770
  }).s("AmazonS3", "GetObjectLockConfiguration", {}).n("S3Client", "GetObjectLockConfigurationCommand").f(void 0, void 0).ser(se_GetObjectLockConfigurationCommand).de(de_GetObjectLockConfigurationCommand).build() {
9547
9771
  };
@@ -9549,7 +9773,7 @@ __name(_GetObjectLockConfigurationCommand, "GetObjectLockConfigurationCommand");
9549
9773
  var GetObjectLockConfigurationCommand = _GetObjectLockConfigurationCommand;
9550
9774
 
9551
9775
  // src/commands/GetObjectRetentionCommand.ts
9552
- var import_middleware_sdk_s336 = require("@aws-sdk/middleware-sdk-s3");
9776
+ var import_middleware_sdk_s337 = require("@aws-sdk/middleware-sdk-s3");
9553
9777
 
9554
9778
 
9555
9779
 
@@ -9560,7 +9784,7 @@ var _GetObjectRetentionCommand = class _GetObjectRetentionCommand extends import
9560
9784
  return [
9561
9785
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
9562
9786
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
9563
- (0, import_middleware_sdk_s336.getThrow200ExceptionsPlugin)(config)
9787
+ (0, import_middleware_sdk_s337.getThrow200ExceptionsPlugin)(config)
9564
9788
  ];
9565
9789
  }).s("AmazonS3", "GetObjectRetention", {}).n("S3Client", "GetObjectRetentionCommand").f(void 0, void 0).ser(se_GetObjectRetentionCommand).de(de_GetObjectRetentionCommand).build() {
9566
9790
  };
@@ -9568,7 +9792,7 @@ __name(_GetObjectRetentionCommand, "GetObjectRetentionCommand");
9568
9792
  var GetObjectRetentionCommand = _GetObjectRetentionCommand;
9569
9793
 
9570
9794
  // src/commands/GetObjectTaggingCommand.ts
9571
- var import_middleware_sdk_s337 = require("@aws-sdk/middleware-sdk-s3");
9795
+ var import_middleware_sdk_s338 = require("@aws-sdk/middleware-sdk-s3");
9572
9796
 
9573
9797
 
9574
9798
 
@@ -9579,7 +9803,7 @@ var _GetObjectTaggingCommand = class _GetObjectTaggingCommand extends import_smi
9579
9803
  return [
9580
9804
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
9581
9805
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
9582
- (0, import_middleware_sdk_s337.getThrow200ExceptionsPlugin)(config)
9806
+ (0, import_middleware_sdk_s338.getThrow200ExceptionsPlugin)(config)
9583
9807
  ];
9584
9808
  }).s("AmazonS3", "GetObjectTagging", {}).n("S3Client", "GetObjectTaggingCommand").f(void 0, void 0).ser(se_GetObjectTaggingCommand).de(de_GetObjectTaggingCommand).build() {
9585
9809
  };
@@ -9604,7 +9828,7 @@ __name(_GetObjectTorrentCommand, "GetObjectTorrentCommand");
9604
9828
  var GetObjectTorrentCommand = _GetObjectTorrentCommand;
9605
9829
 
9606
9830
  // src/commands/GetPublicAccessBlockCommand.ts
9607
- var import_middleware_sdk_s338 = require("@aws-sdk/middleware-sdk-s3");
9831
+ var import_middleware_sdk_s339 = require("@aws-sdk/middleware-sdk-s3");
9608
9832
 
9609
9833
 
9610
9834
 
@@ -9616,7 +9840,7 @@ var _GetPublicAccessBlockCommand = class _GetPublicAccessBlockCommand extends im
9616
9840
  return [
9617
9841
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
9618
9842
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
9619
- (0, import_middleware_sdk_s338.getThrow200ExceptionsPlugin)(config)
9843
+ (0, import_middleware_sdk_s339.getThrow200ExceptionsPlugin)(config)
9620
9844
  ];
9621
9845
  }).s("AmazonS3", "GetPublicAccessBlock", {}).n("S3Client", "GetPublicAccessBlockCommand").f(void 0, void 0).ser(se_GetPublicAccessBlockCommand).de(de_GetPublicAccessBlockCommand).build() {
9622
9846
  };
@@ -9624,7 +9848,7 @@ __name(_GetPublicAccessBlockCommand, "GetPublicAccessBlockCommand");
9624
9848
  var GetPublicAccessBlockCommand = _GetPublicAccessBlockCommand;
9625
9849
 
9626
9850
  // src/commands/HeadBucketCommand.ts
9627
- var import_middleware_sdk_s339 = require("@aws-sdk/middleware-sdk-s3");
9851
+ var import_middleware_sdk_s340 = require("@aws-sdk/middleware-sdk-s3");
9628
9852
 
9629
9853
 
9630
9854
 
@@ -9635,7 +9859,7 @@ var _HeadBucketCommand = class _HeadBucketCommand extends import_smithy_client.C
9635
9859
  return [
9636
9860
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
9637
9861
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
9638
- (0, import_middleware_sdk_s339.getThrow200ExceptionsPlugin)(config)
9862
+ (0, import_middleware_sdk_s340.getThrow200ExceptionsPlugin)(config)
9639
9863
  ];
9640
9864
  }).s("AmazonS3", "HeadBucket", {}).n("S3Client", "HeadBucketCommand").f(void 0, void 0).ser(se_HeadBucketCommand).de(de_HeadBucketCommand).build() {
9641
9865
  };
@@ -9643,7 +9867,7 @@ __name(_HeadBucketCommand, "HeadBucketCommand");
9643
9867
  var HeadBucketCommand = _HeadBucketCommand;
9644
9868
 
9645
9869
  // src/commands/HeadObjectCommand.ts
9646
- var import_middleware_sdk_s340 = require("@aws-sdk/middleware-sdk-s3");
9870
+ var import_middleware_sdk_s341 = require("@aws-sdk/middleware-sdk-s3");
9647
9871
 
9648
9872
 
9649
9873
 
@@ -9656,9 +9880,9 @@ var _HeadObjectCommand = class _HeadObjectCommand extends import_smithy_client.C
9656
9880
  return [
9657
9881
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
9658
9882
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
9659
- (0, import_middleware_sdk_s340.getThrow200ExceptionsPlugin)(config),
9883
+ (0, import_middleware_sdk_s341.getThrow200ExceptionsPlugin)(config),
9660
9884
  (0, import_middleware_ssec.getSsecPlugin)(config),
9661
- (0, import_middleware_sdk_s340.getS3ExpiresMiddlewarePlugin)(config)
9885
+ (0, import_middleware_sdk_s341.getS3ExpiresMiddlewarePlugin)(config)
9662
9886
  ];
9663
9887
  }).s("AmazonS3", "HeadObject", {}).n("S3Client", "HeadObjectCommand").f(HeadObjectRequestFilterSensitiveLog, HeadObjectOutputFilterSensitiveLog).ser(se_HeadObjectCommand).de(de_HeadObjectCommand).build() {
9664
9888
  };
@@ -9666,7 +9890,7 @@ __name(_HeadObjectCommand, "HeadObjectCommand");
9666
9890
  var HeadObjectCommand = _HeadObjectCommand;
9667
9891
 
9668
9892
  // src/commands/ListBucketAnalyticsConfigurationsCommand.ts
9669
- var import_middleware_sdk_s341 = require("@aws-sdk/middleware-sdk-s3");
9893
+ var import_middleware_sdk_s342 = require("@aws-sdk/middleware-sdk-s3");
9670
9894
 
9671
9895
 
9672
9896
 
@@ -9678,7 +9902,7 @@ var _ListBucketAnalyticsConfigurationsCommand = class _ListBucketAnalyticsConfig
9678
9902
  return [
9679
9903
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
9680
9904
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
9681
- (0, import_middleware_sdk_s341.getThrow200ExceptionsPlugin)(config)
9905
+ (0, import_middleware_sdk_s342.getThrow200ExceptionsPlugin)(config)
9682
9906
  ];
9683
9907
  }).s("AmazonS3", "ListBucketAnalyticsConfigurations", {}).n("S3Client", "ListBucketAnalyticsConfigurationsCommand").f(void 0, void 0).ser(se_ListBucketAnalyticsConfigurationsCommand).de(de_ListBucketAnalyticsConfigurationsCommand).build() {
9684
9908
  };
@@ -9686,7 +9910,7 @@ __name(_ListBucketAnalyticsConfigurationsCommand, "ListBucketAnalyticsConfigurat
9686
9910
  var ListBucketAnalyticsConfigurationsCommand = _ListBucketAnalyticsConfigurationsCommand;
9687
9911
 
9688
9912
  // src/commands/ListBucketIntelligentTieringConfigurationsCommand.ts
9689
- var import_middleware_sdk_s342 = require("@aws-sdk/middleware-sdk-s3");
9913
+ var import_middleware_sdk_s343 = require("@aws-sdk/middleware-sdk-s3");
9690
9914
 
9691
9915
 
9692
9916
 
@@ -9698,7 +9922,7 @@ var _ListBucketIntelligentTieringConfigurationsCommand = class _ListBucketIntell
9698
9922
  return [
9699
9923
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
9700
9924
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
9701
- (0, import_middleware_sdk_s342.getThrow200ExceptionsPlugin)(config)
9925
+ (0, import_middleware_sdk_s343.getThrow200ExceptionsPlugin)(config)
9702
9926
  ];
9703
9927
  }).s("AmazonS3", "ListBucketIntelligentTieringConfigurations", {}).n("S3Client", "ListBucketIntelligentTieringConfigurationsCommand").f(void 0, void 0).ser(se_ListBucketIntelligentTieringConfigurationsCommand).de(de_ListBucketIntelligentTieringConfigurationsCommand).build() {
9704
9928
  };
@@ -9706,7 +9930,7 @@ __name(_ListBucketIntelligentTieringConfigurationsCommand, "ListBucketIntelligen
9706
9930
  var ListBucketIntelligentTieringConfigurationsCommand = _ListBucketIntelligentTieringConfigurationsCommand;
9707
9931
 
9708
9932
  // src/commands/ListBucketInventoryConfigurationsCommand.ts
9709
- var import_middleware_sdk_s343 = require("@aws-sdk/middleware-sdk-s3");
9933
+ var import_middleware_sdk_s344 = require("@aws-sdk/middleware-sdk-s3");
9710
9934
 
9711
9935
 
9712
9936
 
@@ -9718,7 +9942,7 @@ var _ListBucketInventoryConfigurationsCommand = class _ListBucketInventoryConfig
9718
9942
  return [
9719
9943
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
9720
9944
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
9721
- (0, import_middleware_sdk_s343.getThrow200ExceptionsPlugin)(config)
9945
+ (0, import_middleware_sdk_s344.getThrow200ExceptionsPlugin)(config)
9722
9946
  ];
9723
9947
  }).s("AmazonS3", "ListBucketInventoryConfigurations", {}).n("S3Client", "ListBucketInventoryConfigurationsCommand").f(void 0, ListBucketInventoryConfigurationsOutputFilterSensitiveLog).ser(se_ListBucketInventoryConfigurationsCommand).de(de_ListBucketInventoryConfigurationsCommand).build() {
9724
9948
  };
@@ -9726,7 +9950,7 @@ __name(_ListBucketInventoryConfigurationsCommand, "ListBucketInventoryConfigurat
9726
9950
  var ListBucketInventoryConfigurationsCommand = _ListBucketInventoryConfigurationsCommand;
9727
9951
 
9728
9952
  // src/commands/ListBucketMetricsConfigurationsCommand.ts
9729
- var import_middleware_sdk_s344 = require("@aws-sdk/middleware-sdk-s3");
9953
+ var import_middleware_sdk_s345 = require("@aws-sdk/middleware-sdk-s3");
9730
9954
 
9731
9955
 
9732
9956
 
@@ -9737,7 +9961,7 @@ var _ListBucketMetricsConfigurationsCommand = class _ListBucketMetricsConfigurat
9737
9961
  return [
9738
9962
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
9739
9963
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
9740
- (0, import_middleware_sdk_s344.getThrow200ExceptionsPlugin)(config)
9964
+ (0, import_middleware_sdk_s345.getThrow200ExceptionsPlugin)(config)
9741
9965
  ];
9742
9966
  }).s("AmazonS3", "ListBucketMetricsConfigurations", {}).n("S3Client", "ListBucketMetricsConfigurationsCommand").f(void 0, void 0).ser(se_ListBucketMetricsConfigurationsCommand).de(de_ListBucketMetricsConfigurationsCommand).build() {
9743
9967
  };
@@ -9745,7 +9969,7 @@ __name(_ListBucketMetricsConfigurationsCommand, "ListBucketMetricsConfigurations
9745
9969
  var ListBucketMetricsConfigurationsCommand = _ListBucketMetricsConfigurationsCommand;
9746
9970
 
9747
9971
  // src/commands/ListBucketsCommand.ts
9748
- var import_middleware_sdk_s345 = require("@aws-sdk/middleware-sdk-s3");
9972
+ var import_middleware_sdk_s346 = require("@aws-sdk/middleware-sdk-s3");
9749
9973
 
9750
9974
 
9751
9975
 
@@ -9753,7 +9977,7 @@ var _ListBucketsCommand = class _ListBucketsCommand extends import_smithy_client
9753
9977
  return [
9754
9978
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
9755
9979
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
9756
- (0, import_middleware_sdk_s345.getThrow200ExceptionsPlugin)(config)
9980
+ (0, import_middleware_sdk_s346.getThrow200ExceptionsPlugin)(config)
9757
9981
  ];
9758
9982
  }).s("AmazonS3", "ListBuckets", {}).n("S3Client", "ListBucketsCommand").f(void 0, void 0).ser(se_ListBucketsCommand).de(de_ListBucketsCommand).build() {
9759
9983
  };
@@ -9761,7 +9985,7 @@ __name(_ListBucketsCommand, "ListBucketsCommand");
9761
9985
  var ListBucketsCommand = _ListBucketsCommand;
9762
9986
 
9763
9987
  // src/commands/ListDirectoryBucketsCommand.ts
9764
- var import_middleware_sdk_s346 = require("@aws-sdk/middleware-sdk-s3");
9988
+ var import_middleware_sdk_s347 = require("@aws-sdk/middleware-sdk-s3");
9765
9989
 
9766
9990
 
9767
9991
 
@@ -9772,7 +9996,7 @@ var _ListDirectoryBucketsCommand = class _ListDirectoryBucketsCommand extends im
9772
9996
  return [
9773
9997
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
9774
9998
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
9775
- (0, import_middleware_sdk_s346.getThrow200ExceptionsPlugin)(config)
9999
+ (0, import_middleware_sdk_s347.getThrow200ExceptionsPlugin)(config)
9776
10000
  ];
9777
10001
  }).s("AmazonS3", "ListDirectoryBuckets", {}).n("S3Client", "ListDirectoryBucketsCommand").f(void 0, void 0).ser(se_ListDirectoryBucketsCommand).de(de_ListDirectoryBucketsCommand).build() {
9778
10002
  };
@@ -9780,7 +10004,7 @@ __name(_ListDirectoryBucketsCommand, "ListDirectoryBucketsCommand");
9780
10004
  var ListDirectoryBucketsCommand = _ListDirectoryBucketsCommand;
9781
10005
 
9782
10006
  // src/commands/ListMultipartUploadsCommand.ts
9783
- var import_middleware_sdk_s347 = require("@aws-sdk/middleware-sdk-s3");
10007
+ var import_middleware_sdk_s348 = require("@aws-sdk/middleware-sdk-s3");
9784
10008
 
9785
10009
 
9786
10010
 
@@ -9792,7 +10016,7 @@ var _ListMultipartUploadsCommand = class _ListMultipartUploadsCommand extends im
9792
10016
  return [
9793
10017
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
9794
10018
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
9795
- (0, import_middleware_sdk_s347.getThrow200ExceptionsPlugin)(config)
10019
+ (0, import_middleware_sdk_s348.getThrow200ExceptionsPlugin)(config)
9796
10020
  ];
9797
10021
  }).s("AmazonS3", "ListMultipartUploads", {}).n("S3Client", "ListMultipartUploadsCommand").f(void 0, void 0).ser(se_ListMultipartUploadsCommand).de(de_ListMultipartUploadsCommand).build() {
9798
10022
  };
@@ -9800,7 +10024,7 @@ __name(_ListMultipartUploadsCommand, "ListMultipartUploadsCommand");
9800
10024
  var ListMultipartUploadsCommand = _ListMultipartUploadsCommand;
9801
10025
 
9802
10026
  // src/commands/ListObjectsCommand.ts
9803
- var import_middleware_sdk_s348 = require("@aws-sdk/middleware-sdk-s3");
10027
+ var import_middleware_sdk_s349 = require("@aws-sdk/middleware-sdk-s3");
9804
10028
 
9805
10029
 
9806
10030
 
@@ -9812,7 +10036,7 @@ var _ListObjectsCommand = class _ListObjectsCommand extends import_smithy_client
9812
10036
  return [
9813
10037
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
9814
10038
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
9815
- (0, import_middleware_sdk_s348.getThrow200ExceptionsPlugin)(config)
10039
+ (0, import_middleware_sdk_s349.getThrow200ExceptionsPlugin)(config)
9816
10040
  ];
9817
10041
  }).s("AmazonS3", "ListObjects", {}).n("S3Client", "ListObjectsCommand").f(void 0, void 0).ser(se_ListObjectsCommand).de(de_ListObjectsCommand).build() {
9818
10042
  };
@@ -9820,7 +10044,7 @@ __name(_ListObjectsCommand, "ListObjectsCommand");
9820
10044
  var ListObjectsCommand = _ListObjectsCommand;
9821
10045
 
9822
10046
  // src/commands/ListObjectsV2Command.ts
9823
- var import_middleware_sdk_s349 = require("@aws-sdk/middleware-sdk-s3");
10047
+ var import_middleware_sdk_s350 = require("@aws-sdk/middleware-sdk-s3");
9824
10048
 
9825
10049
 
9826
10050
 
@@ -9832,7 +10056,7 @@ var _ListObjectsV2Command = class _ListObjectsV2Command extends import_smithy_cl
9832
10056
  return [
9833
10057
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
9834
10058
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
9835
- (0, import_middleware_sdk_s349.getThrow200ExceptionsPlugin)(config)
10059
+ (0, import_middleware_sdk_s350.getThrow200ExceptionsPlugin)(config)
9836
10060
  ];
9837
10061
  }).s("AmazonS3", "ListObjectsV2", {}).n("S3Client", "ListObjectsV2Command").f(void 0, void 0).ser(se_ListObjectsV2Command).de(de_ListObjectsV2Command).build() {
9838
10062
  };
@@ -9840,7 +10064,7 @@ __name(_ListObjectsV2Command, "ListObjectsV2Command");
9840
10064
  var ListObjectsV2Command = _ListObjectsV2Command;
9841
10065
 
9842
10066
  // src/commands/ListObjectVersionsCommand.ts
9843
- var import_middleware_sdk_s350 = require("@aws-sdk/middleware-sdk-s3");
10067
+ var import_middleware_sdk_s351 = require("@aws-sdk/middleware-sdk-s3");
9844
10068
 
9845
10069
 
9846
10070
 
@@ -9852,7 +10076,7 @@ var _ListObjectVersionsCommand = class _ListObjectVersionsCommand extends import
9852
10076
  return [
9853
10077
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
9854
10078
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
9855
- (0, import_middleware_sdk_s350.getThrow200ExceptionsPlugin)(config)
10079
+ (0, import_middleware_sdk_s351.getThrow200ExceptionsPlugin)(config)
9856
10080
  ];
9857
10081
  }).s("AmazonS3", "ListObjectVersions", {}).n("S3Client", "ListObjectVersionsCommand").f(void 0, void 0).ser(se_ListObjectVersionsCommand).de(de_ListObjectVersionsCommand).build() {
9858
10082
  };
@@ -9860,7 +10084,7 @@ __name(_ListObjectVersionsCommand, "ListObjectVersionsCommand");
9860
10084
  var ListObjectVersionsCommand = _ListObjectVersionsCommand;
9861
10085
 
9862
10086
  // src/commands/ListPartsCommand.ts
9863
- var import_middleware_sdk_s351 = require("@aws-sdk/middleware-sdk-s3");
10087
+ var import_middleware_sdk_s352 = require("@aws-sdk/middleware-sdk-s3");
9864
10088
 
9865
10089
 
9866
10090
 
@@ -9873,7 +10097,7 @@ var _ListPartsCommand = class _ListPartsCommand extends import_smithy_client.Com
9873
10097
  return [
9874
10098
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
9875
10099
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
9876
- (0, import_middleware_sdk_s351.getThrow200ExceptionsPlugin)(config),
10100
+ (0, import_middleware_sdk_s352.getThrow200ExceptionsPlugin)(config),
9877
10101
  (0, import_middleware_ssec.getSsecPlugin)(config)
9878
10102
  ];
9879
10103
  }).s("AmazonS3", "ListParts", {}).n("S3Client", "ListPartsCommand").f(ListPartsRequestFilterSensitiveLog, void 0).ser(se_ListPartsCommand).de(de_ListPartsCommand).build() {
@@ -10033,7 +10257,7 @@ var PutBucketInventoryConfigurationCommand = _PutBucketInventoryConfigurationCom
10033
10257
 
10034
10258
  // src/commands/PutBucketLifecycleConfigurationCommand.ts
10035
10259
 
10036
- var import_middleware_sdk_s352 = require("@aws-sdk/middleware-sdk-s3");
10260
+ var import_middleware_sdk_s353 = require("@aws-sdk/middleware-sdk-s3");
10037
10261
 
10038
10262
 
10039
10263
 
@@ -10050,7 +10274,7 @@ var _PutBucketLifecycleConfigurationCommand = class _PutBucketLifecycleConfigura
10050
10274
  requestAlgorithmMemberHttpHeader: "x-amz-sdk-checksum-algorithm",
10051
10275
  requestChecksumRequired: true
10052
10276
  }),
10053
- (0, import_middleware_sdk_s352.getThrow200ExceptionsPlugin)(config)
10277
+ (0, import_middleware_sdk_s353.getThrow200ExceptionsPlugin)(config)
10054
10278
  ];
10055
10279
  }).s("AmazonS3", "PutBucketLifecycleConfiguration", {}).n("S3Client", "PutBucketLifecycleConfigurationCommand").f(void 0, void 0).ser(se_PutBucketLifecycleConfigurationCommand).de(de_PutBucketLifecycleConfigurationCommand).build() {
10056
10280
  };
@@ -10285,7 +10509,7 @@ var PutBucketWebsiteCommand = _PutBucketWebsiteCommand;
10285
10509
 
10286
10510
  // src/commands/PutObjectAclCommand.ts
10287
10511
 
10288
- var import_middleware_sdk_s353 = require("@aws-sdk/middleware-sdk-s3");
10512
+ var import_middleware_sdk_s354 = require("@aws-sdk/middleware-sdk-s3");
10289
10513
 
10290
10514
 
10291
10515
 
@@ -10302,7 +10526,7 @@ var _PutObjectAclCommand = class _PutObjectAclCommand extends import_smithy_clie
10302
10526
  requestAlgorithmMemberHttpHeader: "x-amz-sdk-checksum-algorithm",
10303
10527
  requestChecksumRequired: true
10304
10528
  }),
10305
- (0, import_middleware_sdk_s353.getThrow200ExceptionsPlugin)(config)
10529
+ (0, import_middleware_sdk_s354.getThrow200ExceptionsPlugin)(config)
10306
10530
  ];
10307
10531
  }).s("AmazonS3", "PutObjectAcl", {}).n("S3Client", "PutObjectAclCommand").f(void 0, void 0).ser(se_PutObjectAclCommand).de(de_PutObjectAclCommand).build() {
10308
10532
  };
@@ -10311,7 +10535,7 @@ var PutObjectAclCommand = _PutObjectAclCommand;
10311
10535
 
10312
10536
  // src/commands/PutObjectCommand.ts
10313
10537
 
10314
- var import_middleware_sdk_s354 = require("@aws-sdk/middleware-sdk-s3");
10538
+ var import_middleware_sdk_s355 = require("@aws-sdk/middleware-sdk-s3");
10315
10539
 
10316
10540
 
10317
10541
 
@@ -10329,8 +10553,8 @@ var _PutObjectCommand = class _PutObjectCommand extends import_smithy_client.Com
10329
10553
  requestAlgorithmMemberHttpHeader: "x-amz-sdk-checksum-algorithm",
10330
10554
  requestChecksumRequired: false
10331
10555
  }),
10332
- (0, import_middleware_sdk_s354.getCheckContentLengthHeaderPlugin)(config),
10333
- (0, import_middleware_sdk_s354.getThrow200ExceptionsPlugin)(config),
10556
+ (0, import_middleware_sdk_s355.getCheckContentLengthHeaderPlugin)(config),
10557
+ (0, import_middleware_sdk_s355.getThrow200ExceptionsPlugin)(config),
10334
10558
  (0, import_middleware_ssec.getSsecPlugin)(config)
10335
10559
  ];
10336
10560
  }).s("AmazonS3", "PutObject", {}).n("S3Client", "PutObjectCommand").f(PutObjectRequestFilterSensitiveLog, PutObjectOutputFilterSensitiveLog).ser(se_PutObjectCommand).de(de_PutObjectCommand).build() {
@@ -10340,7 +10564,7 @@ var PutObjectCommand = _PutObjectCommand;
10340
10564
 
10341
10565
  // src/commands/PutObjectLegalHoldCommand.ts
10342
10566
 
10343
- var import_middleware_sdk_s355 = require("@aws-sdk/middleware-sdk-s3");
10567
+ var import_middleware_sdk_s356 = require("@aws-sdk/middleware-sdk-s3");
10344
10568
 
10345
10569
 
10346
10570
 
@@ -10356,7 +10580,7 @@ var _PutObjectLegalHoldCommand = class _PutObjectLegalHoldCommand extends import
10356
10580
  requestAlgorithmMemberHttpHeader: "x-amz-sdk-checksum-algorithm",
10357
10581
  requestChecksumRequired: true
10358
10582
  }),
10359
- (0, import_middleware_sdk_s355.getThrow200ExceptionsPlugin)(config)
10583
+ (0, import_middleware_sdk_s356.getThrow200ExceptionsPlugin)(config)
10360
10584
  ];
10361
10585
  }).s("AmazonS3", "PutObjectLegalHold", {}).n("S3Client", "PutObjectLegalHoldCommand").f(void 0, void 0).ser(se_PutObjectLegalHoldCommand).de(de_PutObjectLegalHoldCommand).build() {
10362
10586
  };
@@ -10365,7 +10589,7 @@ var PutObjectLegalHoldCommand = _PutObjectLegalHoldCommand;
10365
10589
 
10366
10590
  // src/commands/PutObjectLockConfigurationCommand.ts
10367
10591
 
10368
- var import_middleware_sdk_s356 = require("@aws-sdk/middleware-sdk-s3");
10592
+ var import_middleware_sdk_s357 = require("@aws-sdk/middleware-sdk-s3");
10369
10593
 
10370
10594
 
10371
10595
 
@@ -10381,7 +10605,7 @@ var _PutObjectLockConfigurationCommand = class _PutObjectLockConfigurationComman
10381
10605
  requestAlgorithmMemberHttpHeader: "x-amz-sdk-checksum-algorithm",
10382
10606
  requestChecksumRequired: true
10383
10607
  }),
10384
- (0, import_middleware_sdk_s356.getThrow200ExceptionsPlugin)(config)
10608
+ (0, import_middleware_sdk_s357.getThrow200ExceptionsPlugin)(config)
10385
10609
  ];
10386
10610
  }).s("AmazonS3", "PutObjectLockConfiguration", {}).n("S3Client", "PutObjectLockConfigurationCommand").f(void 0, void 0).ser(se_PutObjectLockConfigurationCommand).de(de_PutObjectLockConfigurationCommand).build() {
10387
10611
  };
@@ -10390,7 +10614,7 @@ var PutObjectLockConfigurationCommand = _PutObjectLockConfigurationCommand;
10390
10614
 
10391
10615
  // src/commands/PutObjectRetentionCommand.ts
10392
10616
 
10393
- var import_middleware_sdk_s357 = require("@aws-sdk/middleware-sdk-s3");
10617
+ var import_middleware_sdk_s358 = require("@aws-sdk/middleware-sdk-s3");
10394
10618
 
10395
10619
 
10396
10620
 
@@ -10406,7 +10630,7 @@ var _PutObjectRetentionCommand = class _PutObjectRetentionCommand extends import
10406
10630
  requestAlgorithmMemberHttpHeader: "x-amz-sdk-checksum-algorithm",
10407
10631
  requestChecksumRequired: true
10408
10632
  }),
10409
- (0, import_middleware_sdk_s357.getThrow200ExceptionsPlugin)(config)
10633
+ (0, import_middleware_sdk_s358.getThrow200ExceptionsPlugin)(config)
10410
10634
  ];
10411
10635
  }).s("AmazonS3", "PutObjectRetention", {}).n("S3Client", "PutObjectRetentionCommand").f(void 0, void 0).ser(se_PutObjectRetentionCommand).de(de_PutObjectRetentionCommand).build() {
10412
10636
  };
@@ -10415,7 +10639,7 @@ var PutObjectRetentionCommand = _PutObjectRetentionCommand;
10415
10639
 
10416
10640
  // src/commands/PutObjectTaggingCommand.ts
10417
10641
 
10418
- var import_middleware_sdk_s358 = require("@aws-sdk/middleware-sdk-s3");
10642
+ var import_middleware_sdk_s359 = require("@aws-sdk/middleware-sdk-s3");
10419
10643
 
10420
10644
 
10421
10645
 
@@ -10431,7 +10655,7 @@ var _PutObjectTaggingCommand = class _PutObjectTaggingCommand extends import_smi
10431
10655
  requestAlgorithmMemberHttpHeader: "x-amz-sdk-checksum-algorithm",
10432
10656
  requestChecksumRequired: true
10433
10657
  }),
10434
- (0, import_middleware_sdk_s358.getThrow200ExceptionsPlugin)(config)
10658
+ (0, import_middleware_sdk_s359.getThrow200ExceptionsPlugin)(config)
10435
10659
  ];
10436
10660
  }).s("AmazonS3", "PutObjectTagging", {}).n("S3Client", "PutObjectTaggingCommand").f(void 0, void 0).ser(se_PutObjectTaggingCommand).de(de_PutObjectTaggingCommand).build() {
10437
10661
  };
@@ -10464,7 +10688,7 @@ var PutPublicAccessBlockCommand = _PutPublicAccessBlockCommand;
10464
10688
 
10465
10689
  // src/commands/RestoreObjectCommand.ts
10466
10690
 
10467
- var import_middleware_sdk_s359 = require("@aws-sdk/middleware-sdk-s3");
10691
+ var import_middleware_sdk_s360 = require("@aws-sdk/middleware-sdk-s3");
10468
10692
 
10469
10693
 
10470
10694
 
@@ -10480,7 +10704,7 @@ var _RestoreObjectCommand = class _RestoreObjectCommand extends import_smithy_cl
10480
10704
  requestAlgorithmMemberHttpHeader: "x-amz-sdk-checksum-algorithm",
10481
10705
  requestChecksumRequired: false
10482
10706
  }),
10483
- (0, import_middleware_sdk_s359.getThrow200ExceptionsPlugin)(config)
10707
+ (0, import_middleware_sdk_s360.getThrow200ExceptionsPlugin)(config)
10484
10708
  ];
10485
10709
  }).s("AmazonS3", "RestoreObject", {}).n("S3Client", "RestoreObjectCommand").f(RestoreObjectRequestFilterSensitiveLog, void 0).ser(se_RestoreObjectCommand).de(de_RestoreObjectCommand).build() {
10486
10710
  };
@@ -10488,7 +10712,7 @@ __name(_RestoreObjectCommand, "RestoreObjectCommand");
10488
10712
  var RestoreObjectCommand = _RestoreObjectCommand;
10489
10713
 
10490
10714
  // src/commands/SelectObjectContentCommand.ts
10491
- var import_middleware_sdk_s360 = require("@aws-sdk/middleware-sdk-s3");
10715
+ var import_middleware_sdk_s361 = require("@aws-sdk/middleware-sdk-s3");
10492
10716
 
10493
10717
 
10494
10718
 
@@ -10500,7 +10724,7 @@ var _SelectObjectContentCommand = class _SelectObjectContentCommand extends impo
10500
10724
  return [
10501
10725
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
10502
10726
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
10503
- (0, import_middleware_sdk_s360.getThrow200ExceptionsPlugin)(config),
10727
+ (0, import_middleware_sdk_s361.getThrow200ExceptionsPlugin)(config),
10504
10728
  (0, import_middleware_ssec.getSsecPlugin)(config)
10505
10729
  ];
10506
10730
  }).s("AmazonS3", "SelectObjectContent", {
@@ -10517,7 +10741,7 @@ var SelectObjectContentCommand = _SelectObjectContentCommand;
10517
10741
 
10518
10742
  // src/commands/UploadPartCommand.ts
10519
10743
 
10520
- var import_middleware_sdk_s361 = require("@aws-sdk/middleware-sdk-s3");
10744
+ var import_middleware_sdk_s362 = require("@aws-sdk/middleware-sdk-s3");
10521
10745
 
10522
10746
 
10523
10747
 
@@ -10535,7 +10759,7 @@ var _UploadPartCommand = class _UploadPartCommand extends import_smithy_client.C
10535
10759
  requestAlgorithmMemberHttpHeader: "x-amz-sdk-checksum-algorithm",
10536
10760
  requestChecksumRequired: false
10537
10761
  }),
10538
- (0, import_middleware_sdk_s361.getThrow200ExceptionsPlugin)(config),
10762
+ (0, import_middleware_sdk_s362.getThrow200ExceptionsPlugin)(config),
10539
10763
  (0, import_middleware_ssec.getSsecPlugin)(config)
10540
10764
  ];
10541
10765
  }).s("AmazonS3", "UploadPart", {}).n("S3Client", "UploadPartCommand").f(UploadPartRequestFilterSensitiveLog, UploadPartOutputFilterSensitiveLog).ser(se_UploadPartCommand).de(de_UploadPartCommand).build() {
@@ -10544,7 +10768,7 @@ __name(_UploadPartCommand, "UploadPartCommand");
10544
10768
  var UploadPartCommand = _UploadPartCommand;
10545
10769
 
10546
10770
  // src/commands/UploadPartCopyCommand.ts
10547
- var import_middleware_sdk_s362 = require("@aws-sdk/middleware-sdk-s3");
10771
+ var import_middleware_sdk_s363 = require("@aws-sdk/middleware-sdk-s3");
10548
10772
 
10549
10773
 
10550
10774
 
@@ -10557,7 +10781,7 @@ var _UploadPartCopyCommand = class _UploadPartCopyCommand extends import_smithy_
10557
10781
  return [
10558
10782
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
10559
10783
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
10560
- (0, import_middleware_sdk_s362.getThrow200ExceptionsPlugin)(config),
10784
+ (0, import_middleware_sdk_s363.getThrow200ExceptionsPlugin)(config),
10561
10785
  (0, import_middleware_ssec.getSsecPlugin)(config)
10562
10786
  ];
10563
10787
  }).s("AmazonS3", "UploadPartCopy", {}).n("S3Client", "UploadPartCopyCommand").f(UploadPartCopyRequestFilterSensitiveLog, UploadPartCopyOutputFilterSensitiveLog).ser(se_UploadPartCopyCommand).de(de_UploadPartCopyCommand).build() {
@@ -10588,6 +10812,7 @@ var commands = {
10588
10812
  CompleteMultipartUploadCommand,
10589
10813
  CopyObjectCommand,
10590
10814
  CreateBucketCommand,
10815
+ CreateBucketMetadataTableConfigurationCommand,
10591
10816
  CreateMultipartUploadCommand,
10592
10817
  CreateSessionCommand,
10593
10818
  DeleteBucketCommand,
@@ -10597,6 +10822,7 @@ var commands = {
10597
10822
  DeleteBucketIntelligentTieringConfigurationCommand,
10598
10823
  DeleteBucketInventoryConfigurationCommand,
10599
10824
  DeleteBucketLifecycleCommand,
10825
+ DeleteBucketMetadataTableConfigurationCommand,
10600
10826
  DeleteBucketMetricsConfigurationCommand,
10601
10827
  DeleteBucketOwnershipControlsCommand,
10602
10828
  DeleteBucketPolicyCommand,
@@ -10617,6 +10843,7 @@ var commands = {
10617
10843
  GetBucketLifecycleConfigurationCommand,
10618
10844
  GetBucketLocationCommand,
10619
10845
  GetBucketLoggingCommand,
10846
+ GetBucketMetadataTableConfigurationCommand,
10620
10847
  GetBucketMetricsConfigurationCommand,
10621
10848
  GetBucketNotificationConfigurationCommand,
10622
10849
  GetBucketOwnershipControlsCommand,
@@ -10815,6 +11042,7 @@ var waitUntilObjectNotExists = /* @__PURE__ */ __name(async (params, input) => {
10815
11042
  CompleteMultipartUploadCommand,
10816
11043
  CopyObjectCommand,
10817
11044
  CreateBucketCommand,
11045
+ CreateBucketMetadataTableConfigurationCommand,
10818
11046
  CreateMultipartUploadCommand,
10819
11047
  CreateSessionCommand,
10820
11048
  DeleteBucketAnalyticsConfigurationCommand,
@@ -10824,6 +11052,7 @@ var waitUntilObjectNotExists = /* @__PURE__ */ __name(async (params, input) => {
10824
11052
  DeleteBucketIntelligentTieringConfigurationCommand,
10825
11053
  DeleteBucketInventoryConfigurationCommand,
10826
11054
  DeleteBucketLifecycleCommand,
11055
+ DeleteBucketMetadataTableConfigurationCommand,
10827
11056
  DeleteBucketMetricsConfigurationCommand,
10828
11057
  DeleteBucketOwnershipControlsCommand,
10829
11058
  DeleteBucketPolicyCommand,
@@ -10844,6 +11073,7 @@ var waitUntilObjectNotExists = /* @__PURE__ */ __name(async (params, input) => {
10844
11073
  GetBucketLifecycleConfigurationCommand,
10845
11074
  GetBucketLocationCommand,
10846
11075
  GetBucketLoggingCommand,
11076
+ GetBucketMetadataTableConfigurationCommand,
10847
11077
  GetBucketMetricsConfigurationCommand,
10848
11078
  GetBucketNotificationConfigurationCommand,
10849
11079
  GetBucketOwnershipControlsCommand,
@@ -11012,8 +11242,6 @@ var waitUntilObjectNotExists = /* @__PURE__ */ __name(async (params, input) => {
11012
11242
  HeadObjectRequestFilterSensitiveLog,
11013
11243
  ListBucketInventoryConfigurationsOutputFilterSensitiveLog,
11014
11244
  ListPartsRequestFilterSensitiveLog,
11015
- PutBucketEncryptionRequestFilterSensitiveLog,
11016
- PutBucketInventoryConfigurationRequestFilterSensitiveLog,
11017
11245
  MFADelete,
11018
11246
  EncryptionTypeMismatch,
11019
11247
  InvalidRequest,
@@ -11028,6 +11256,8 @@ var waitUntilObjectNotExists = /* @__PURE__ */ __name(async (params, input) => {
11028
11256
  QuoteFields,
11029
11257
  RestoreRequestType,
11030
11258
  SelectObjectContentEventStream,
11259
+ PutBucketEncryptionRequestFilterSensitiveLog,
11260
+ PutBucketInventoryConfigurationRequestFilterSensitiveLog,
11031
11261
  PutObjectOutputFilterSensitiveLog,
11032
11262
  PutObjectRequestFilterSensitiveLog,
11033
11263
  EncryptionFilterSensitiveLog,