@aws-sdk/client-s3 3.696.0 → 3.698.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 (127) hide show
  1. package/dist-cjs/index.js +152 -29
  2. package/dist-es/commands/DeleteObjectsCommand.js +0 -1
  3. package/dist-es/commands/GetObjectCommand.js +0 -1
  4. package/dist-es/commands/PutBucketAccelerateConfigurationCommand.js +0 -1
  5. package/dist-es/commands/PutBucketAclCommand.js +0 -1
  6. package/dist-es/commands/PutBucketCorsCommand.js +0 -1
  7. package/dist-es/commands/PutBucketEncryptionCommand.js +0 -1
  8. package/dist-es/commands/PutBucketLifecycleConfigurationCommand.js +0 -1
  9. package/dist-es/commands/PutBucketLoggingCommand.js +0 -1
  10. package/dist-es/commands/PutBucketOwnershipControlsCommand.js +0 -1
  11. package/dist-es/commands/PutBucketPolicyCommand.js +0 -1
  12. package/dist-es/commands/PutBucketReplicationCommand.js +0 -1
  13. package/dist-es/commands/PutBucketRequestPaymentCommand.js +0 -1
  14. package/dist-es/commands/PutBucketTaggingCommand.js +0 -1
  15. package/dist-es/commands/PutBucketVersioningCommand.js +0 -1
  16. package/dist-es/commands/PutBucketWebsiteCommand.js +0 -1
  17. package/dist-es/commands/PutObjectAclCommand.js +0 -1
  18. package/dist-es/commands/PutObjectCommand.js +0 -1
  19. package/dist-es/commands/PutObjectLegalHoldCommand.js +0 -1
  20. package/dist-es/commands/PutObjectLockConfigurationCommand.js +0 -1
  21. package/dist-es/commands/PutObjectRetentionCommand.js +0 -1
  22. package/dist-es/commands/PutObjectTaggingCommand.js +0 -1
  23. package/dist-es/commands/PutPublicAccessBlockCommand.js +0 -1
  24. package/dist-es/commands/RestoreObjectCommand.js +0 -1
  25. package/dist-es/commands/UploadPartCommand.js +0 -1
  26. package/dist-es/models/models_1.js +48 -0
  27. package/dist-es/protocols/Aws_restXml.js +75 -4
  28. package/dist-types/commands/AbortMultipartUploadCommand.d.ts +16 -13
  29. package/dist-types/commands/CompleteMultipartUploadCommand.d.ts +47 -42
  30. package/dist-types/commands/CopyObjectCommand.d.ts +77 -57
  31. package/dist-types/commands/CreateBucketCommand.d.ts +60 -45
  32. package/dist-types/commands/CreateMultipartUploadCommand.d.ts +92 -66
  33. package/dist-types/commands/CreateSessionCommand.d.ts +30 -16
  34. package/dist-types/commands/DeleteBucketAnalyticsConfigurationCommand.d.ts +1 -1
  35. package/dist-types/commands/DeleteBucketCommand.d.ts +10 -3
  36. package/dist-types/commands/DeleteBucketCorsCommand.d.ts +1 -1
  37. package/dist-types/commands/DeleteBucketEncryptionCommand.d.ts +18 -10
  38. package/dist-types/commands/DeleteBucketIntelligentTieringConfigurationCommand.d.ts +1 -1
  39. package/dist-types/commands/DeleteBucketInventoryConfigurationCommand.d.ts +1 -1
  40. package/dist-types/commands/DeleteBucketLifecycleCommand.d.ts +52 -9
  41. package/dist-types/commands/DeleteBucketMetricsConfigurationCommand.d.ts +1 -1
  42. package/dist-types/commands/DeleteBucketOwnershipControlsCommand.d.ts +1 -1
  43. package/dist-types/commands/DeleteBucketPolicyCommand.d.ts +25 -21
  44. package/dist-types/commands/DeleteBucketReplicationCommand.d.ts +1 -1
  45. package/dist-types/commands/DeleteBucketTaggingCommand.d.ts +1 -1
  46. package/dist-types/commands/DeleteBucketWebsiteCommand.d.ts +1 -1
  47. package/dist-types/commands/DeleteObjectCommand.d.ts +3 -0
  48. package/dist-types/commands/DeleteObjectTaggingCommand.d.ts +1 -1
  49. package/dist-types/commands/DeleteObjectsCommand.d.ts +41 -27
  50. package/dist-types/commands/DeletePublicAccessBlockCommand.d.ts +1 -1
  51. package/dist-types/commands/GetBucketAccelerateConfigurationCommand.d.ts +1 -1
  52. package/dist-types/commands/GetBucketAclCommand.d.ts +1 -1
  53. package/dist-types/commands/GetBucketAnalyticsConfigurationCommand.d.ts +1 -1
  54. package/dist-types/commands/GetBucketCorsCommand.d.ts +1 -1
  55. package/dist-types/commands/GetBucketEncryptionCommand.d.ts +18 -10
  56. package/dist-types/commands/GetBucketIntelligentTieringConfigurationCommand.d.ts +1 -1
  57. package/dist-types/commands/GetBucketInventoryConfigurationCommand.d.ts +1 -1
  58. package/dist-types/commands/GetBucketLifecycleConfigurationCommand.d.ts +61 -17
  59. package/dist-types/commands/GetBucketLocationCommand.d.ts +1 -1
  60. package/dist-types/commands/GetBucketLoggingCommand.d.ts +1 -1
  61. package/dist-types/commands/GetBucketMetricsConfigurationCommand.d.ts +1 -1
  62. package/dist-types/commands/GetBucketNotificationConfigurationCommand.d.ts +1 -1
  63. package/dist-types/commands/GetBucketOwnershipControlsCommand.d.ts +1 -1
  64. package/dist-types/commands/GetBucketPolicyCommand.d.ts +30 -21
  65. package/dist-types/commands/GetBucketPolicyStatusCommand.d.ts +1 -1
  66. package/dist-types/commands/GetBucketReplicationCommand.d.ts +1 -1
  67. package/dist-types/commands/GetBucketRequestPaymentCommand.d.ts +1 -1
  68. package/dist-types/commands/GetBucketTaggingCommand.d.ts +1 -1
  69. package/dist-types/commands/GetBucketVersioningCommand.d.ts +1 -1
  70. package/dist-types/commands/GetBucketWebsiteCommand.d.ts +1 -1
  71. package/dist-types/commands/GetObjectAclCommand.d.ts +1 -1
  72. package/dist-types/commands/GetObjectAttributesCommand.d.ts +62 -44
  73. package/dist-types/commands/GetObjectCommand.d.ts +79 -60
  74. package/dist-types/commands/GetObjectLegalHoldCommand.d.ts +1 -1
  75. package/dist-types/commands/GetObjectLockConfigurationCommand.d.ts +1 -1
  76. package/dist-types/commands/GetObjectRetentionCommand.d.ts +1 -1
  77. package/dist-types/commands/GetObjectTaggingCommand.d.ts +1 -1
  78. package/dist-types/commands/GetObjectTorrentCommand.d.ts +1 -1
  79. package/dist-types/commands/GetPublicAccessBlockCommand.d.ts +1 -1
  80. package/dist-types/commands/HeadBucketCommand.d.ts +32 -16
  81. package/dist-types/commands/HeadObjectCommand.d.ts +60 -38
  82. package/dist-types/commands/ListBucketAnalyticsConfigurationsCommand.d.ts +1 -1
  83. package/dist-types/commands/ListBucketIntelligentTieringConfigurationsCommand.d.ts +1 -1
  84. package/dist-types/commands/ListBucketInventoryConfigurationsCommand.d.ts +1 -1
  85. package/dist-types/commands/ListBucketMetricsConfigurationsCommand.d.ts +1 -1
  86. package/dist-types/commands/ListBucketsCommand.d.ts +6 -6
  87. package/dist-types/commands/ListDirectoryBucketsCommand.d.ts +10 -4
  88. package/dist-types/commands/ListMultipartUploadsCommand.d.ts +50 -33
  89. package/dist-types/commands/ListObjectVersionsCommand.d.ts +1 -1
  90. package/dist-types/commands/ListObjectsCommand.d.ts +1 -1
  91. package/dist-types/commands/ListObjectsV2Command.d.ts +23 -14
  92. package/dist-types/commands/ListPartsCommand.d.ts +22 -17
  93. package/dist-types/commands/PutBucketAccelerateConfigurationCommand.d.ts +1 -1
  94. package/dist-types/commands/PutBucketAclCommand.d.ts +1 -1
  95. package/dist-types/commands/PutBucketAnalyticsConfigurationCommand.d.ts +1 -1
  96. package/dist-types/commands/PutBucketCorsCommand.d.ts +1 -1
  97. package/dist-types/commands/PutBucketEncryptionCommand.d.ts +47 -32
  98. package/dist-types/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts +1 -1
  99. package/dist-types/commands/PutBucketInventoryConfigurationCommand.d.ts +1 -1
  100. package/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts +84 -45
  101. package/dist-types/commands/PutBucketLoggingCommand.d.ts +1 -1
  102. package/dist-types/commands/PutBucketMetricsConfigurationCommand.d.ts +1 -1
  103. package/dist-types/commands/PutBucketNotificationConfigurationCommand.d.ts +1 -1
  104. package/dist-types/commands/PutBucketOwnershipControlsCommand.d.ts +1 -1
  105. package/dist-types/commands/PutBucketPolicyCommand.d.ts +30 -21
  106. package/dist-types/commands/PutBucketReplicationCommand.d.ts +3 -4
  107. package/dist-types/commands/PutBucketRequestPaymentCommand.d.ts +1 -1
  108. package/dist-types/commands/PutBucketTaggingCommand.d.ts +1 -1
  109. package/dist-types/commands/PutBucketVersioningCommand.d.ts +3 -6
  110. package/dist-types/commands/PutBucketWebsiteCommand.d.ts +1 -1
  111. package/dist-types/commands/PutObjectAclCommand.d.ts +1 -1
  112. package/dist-types/commands/PutObjectCommand.d.ts +83 -35
  113. package/dist-types/commands/PutObjectLegalHoldCommand.d.ts +1 -1
  114. package/dist-types/commands/PutObjectLockConfigurationCommand.d.ts +3 -3
  115. package/dist-types/commands/PutObjectRetentionCommand.d.ts +2 -2
  116. package/dist-types/commands/PutObjectTaggingCommand.d.ts +1 -1
  117. package/dist-types/commands/PutPublicAccessBlockCommand.d.ts +1 -1
  118. package/dist-types/commands/RestoreObjectCommand.d.ts +1 -1
  119. package/dist-types/commands/SelectObjectContentCommand.d.ts +1 -1
  120. package/dist-types/commands/UploadPartCommand.d.ts +52 -41
  121. package/dist-types/commands/UploadPartCopyCommand.d.ts +53 -39
  122. package/dist-types/commands/WriteGetObjectResponseCommand.d.ts +1 -1
  123. package/dist-types/models/models_0.d.ts +938 -632
  124. package/dist-types/models/models_1.d.ts +230 -135
  125. package/dist-types/ts3.4/models/models_0.d.ts +7 -0
  126. package/dist-types/ts3.4/models/models_1.d.ts +24 -0
  127. package/package.json +2 -2
package/dist-cjs/index.js CHANGED
@@ -70,6 +70,7 @@ __export(src_exports, {
70
70
  DeletePublicAccessBlockCommand: () => DeletePublicAccessBlockCommand,
71
71
  EncodingType: () => EncodingType,
72
72
  EncryptionFilterSensitiveLog: () => EncryptionFilterSensitiveLog,
73
+ EncryptionTypeMismatch: () => EncryptionTypeMismatch,
73
74
  Event: () => Event,
74
75
  ExistingObjectReplicationStatus: () => ExistingObjectReplicationStatus,
75
76
  ExpirationStatus: () => ExpirationStatus,
@@ -118,6 +119,8 @@ __export(src_exports, {
118
119
  IntelligentTieringAccessTier: () => IntelligentTieringAccessTier,
119
120
  IntelligentTieringStatus: () => IntelligentTieringStatus,
120
121
  InvalidObjectState: () => InvalidObjectState,
122
+ InvalidRequest: () => InvalidRequest,
123
+ InvalidWriteOffset: () => InvalidWriteOffset,
121
124
  InventoryConfigurationFilterSensitiveLog: () => InventoryConfigurationFilterSensitiveLog,
122
125
  InventoryDestinationFilterSensitiveLog: () => InventoryDestinationFilterSensitiveLog,
123
126
  InventoryEncryptionFilterSensitiveLog: () => InventoryEncryptionFilterSensitiveLog,
@@ -229,6 +232,7 @@ __export(src_exports, {
229
232
  StorageClassAnalysisSchemaVersion: () => StorageClassAnalysisSchemaVersion,
230
233
  TaggingDirective: () => TaggingDirective,
231
234
  Tier: () => Tier,
235
+ TooManyParts: () => TooManyParts,
232
236
  TransitionDefaultMinimumObjectSize: () => TransitionDefaultMinimumObjectSize,
233
237
  TransitionStorageClass: () => TransitionStorageClass,
234
238
  Type: () => Type,
@@ -973,6 +977,74 @@ var MFADelete = {
973
977
  Disabled: "Disabled",
974
978
  Enabled: "Enabled"
975
979
  };
980
+ var _EncryptionTypeMismatch = class _EncryptionTypeMismatch extends S3ServiceException {
981
+ /**
982
+ * @internal
983
+ */
984
+ constructor(opts) {
985
+ super({
986
+ name: "EncryptionTypeMismatch",
987
+ $fault: "client",
988
+ ...opts
989
+ });
990
+ this.name = "EncryptionTypeMismatch";
991
+ this.$fault = "client";
992
+ Object.setPrototypeOf(this, _EncryptionTypeMismatch.prototype);
993
+ }
994
+ };
995
+ __name(_EncryptionTypeMismatch, "EncryptionTypeMismatch");
996
+ var EncryptionTypeMismatch = _EncryptionTypeMismatch;
997
+ var _InvalidRequest = class _InvalidRequest extends S3ServiceException {
998
+ /**
999
+ * @internal
1000
+ */
1001
+ constructor(opts) {
1002
+ super({
1003
+ name: "InvalidRequest",
1004
+ $fault: "client",
1005
+ ...opts
1006
+ });
1007
+ this.name = "InvalidRequest";
1008
+ this.$fault = "client";
1009
+ Object.setPrototypeOf(this, _InvalidRequest.prototype);
1010
+ }
1011
+ };
1012
+ __name(_InvalidRequest, "InvalidRequest");
1013
+ var InvalidRequest = _InvalidRequest;
1014
+ var _InvalidWriteOffset = class _InvalidWriteOffset extends S3ServiceException {
1015
+ /**
1016
+ * @internal
1017
+ */
1018
+ constructor(opts) {
1019
+ super({
1020
+ name: "InvalidWriteOffset",
1021
+ $fault: "client",
1022
+ ...opts
1023
+ });
1024
+ this.name = "InvalidWriteOffset";
1025
+ this.$fault = "client";
1026
+ Object.setPrototypeOf(this, _InvalidWriteOffset.prototype);
1027
+ }
1028
+ };
1029
+ __name(_InvalidWriteOffset, "InvalidWriteOffset");
1030
+ var InvalidWriteOffset = _InvalidWriteOffset;
1031
+ var _TooManyParts = class _TooManyParts extends S3ServiceException {
1032
+ /**
1033
+ * @internal
1034
+ */
1035
+ constructor(opts) {
1036
+ super({
1037
+ name: "TooManyParts",
1038
+ $fault: "client",
1039
+ ...opts
1040
+ });
1041
+ this.name = "TooManyParts";
1042
+ this.$fault = "client";
1043
+ Object.setPrototypeOf(this, _TooManyParts.prototype);
1044
+ }
1045
+ };
1046
+ __name(_TooManyParts, "TooManyParts");
1047
+ var TooManyParts = _TooManyParts;
976
1048
  var _ObjectAlreadyInActiveTierError = class _ObjectAlreadyInActiveTierError extends S3ServiceException {
977
1049
  /**
978
1050
  * @internal
@@ -1115,7 +1187,8 @@ var se_AbortMultipartUploadCommand = /* @__PURE__ */ __name(async (input, contex
1115
1187
  const b = (0, import_core2.requestBuilder)(input, context);
1116
1188
  const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
1117
1189
  [_xarp]: input[_RP],
1118
- [_xaebo]: input[_EBO]
1190
+ [_xaebo]: input[_EBO],
1191
+ [_xaimit]: [() => (0, import_smithy_client.isSerializableHeaderValue)(input[_IMIT]), () => (0, import_smithy_client.dateToUtcString)(input[_IMIT]).toString()]
1119
1192
  });
1120
1193
  b.bp("/{Key+}");
1121
1194
  b.p("Bucket", () => input.Bucket, "{Bucket}", false);
@@ -1493,7 +1566,10 @@ var se_DeleteObjectCommand = /* @__PURE__ */ __name(async (input, context) => {
1493
1566
  [_xam]: input[_MFA],
1494
1567
  [_xarp]: input[_RP],
1495
1568
  [_xabgr]: [() => (0, import_smithy_client.isSerializableHeaderValue)(input[_BGR]), () => input[_BGR].toString()],
1496
- [_xaebo]: input[_EBO]
1569
+ [_xaebo]: input[_EBO],
1570
+ [_im]: input[_IM],
1571
+ [_xaimlmt]: [() => (0, import_smithy_client.isSerializableHeaderValue)(input[_IMLMT]), () => (0, import_smithy_client.dateToUtcString)(input[_IMLMT]).toString()],
1572
+ [_xaims]: [() => (0, import_smithy_client.isSerializableHeaderValue)(input[_IMS]), () => input[_IMS].toString()]
1497
1573
  });
1498
1574
  b.bp("/{Key+}");
1499
1575
  b.p("Bucket", () => input.Bucket, "{Bucket}", false);
@@ -1853,7 +1929,7 @@ var se_GetObjectCommand = /* @__PURE__ */ __name(async (input, context) => {
1853
1929
  const b = (0, import_core2.requestBuilder)(input, context);
1854
1930
  const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
1855
1931
  [_im]: input[_IM],
1856
- [_ims]: [() => (0, import_smithy_client.isSerializableHeaderValue)(input[_IMS]), () => (0, import_smithy_client.dateToUtcString)(input[_IMS]).toString()],
1932
+ [_ims]: [() => (0, import_smithy_client.isSerializableHeaderValue)(input[_IMSf]), () => (0, import_smithy_client.dateToUtcString)(input[_IMSf]).toString()],
1857
1933
  [_inm]: input[_INM],
1858
1934
  [_ius]: [() => (0, import_smithy_client.isSerializableHeaderValue)(input[_IUS]), () => (0, import_smithy_client.dateToUtcString)(input[_IUS]).toString()],
1859
1935
  [_ra]: input[_R],
@@ -2032,7 +2108,7 @@ var se_HeadObjectCommand = /* @__PURE__ */ __name(async (input, context) => {
2032
2108
  const b = (0, import_core2.requestBuilder)(input, context);
2033
2109
  const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
2034
2110
  [_im]: input[_IM],
2035
- [_ims]: [() => (0, import_smithy_client.isSerializableHeaderValue)(input[_IMS]), () => (0, import_smithy_client.dateToUtcString)(input[_IMS]).toString()],
2111
+ [_ims]: [() => (0, import_smithy_client.isSerializableHeaderValue)(input[_IMSf]), () => (0, import_smithy_client.dateToUtcString)(input[_IMSf]).toString()],
2036
2112
  [_inm]: input[_INM],
2037
2113
  [_ius]: [() => (0, import_smithy_client.isSerializableHeaderValue)(input[_IUS]), () => (0, import_smithy_client.dateToUtcString)(input[_IUS]).toString()],
2038
2114
  [_ra]: input[_R],
@@ -2712,6 +2788,7 @@ var se_PutObjectCommand = /* @__PURE__ */ __name(async (input, context) => {
2712
2788
  [_xagr]: input[_GR],
2713
2789
  [_xagra]: input[_GRACP],
2714
2790
  [_xagwa]: input[_GWACP],
2791
+ [_xawob]: [() => (0, import_smithy_client.isSerializableHeaderValue)(input[_WOB]), () => input[_WOB].toString()],
2715
2792
  [_xasse]: input[_SSE],
2716
2793
  [_xasc]: input[_SC],
2717
2794
  [_xawrl]: input[_WRL],
@@ -4558,6 +4635,7 @@ var de_PutObjectCommand = /* @__PURE__ */ __name(async (output, context) => {
4558
4635
  [_SSEKMSKI]: [, output.headers[_xasseakki]],
4559
4636
  [_SSEKMSEC]: [, output.headers[_xassec]],
4560
4637
  [_BKE]: [() => void 0 !== output.headers[_xassebke], () => (0, import_smithy_client.parseBoolean)(output.headers[_xassebke])],
4638
+ [_Si]: [() => void 0 !== output.headers[_xaos], () => (0, import_smithy_client.strictParseLong)(output.headers[_xaos])],
4561
4639
  [_RC]: [, output.headers[_xarc]]
4562
4640
  });
4563
4641
  await (0, import_smithy_client.collectBody)(output.body, context);
@@ -4731,6 +4809,18 @@ var de_CommandError = /* @__PURE__ */ __name(async (output, context) => {
4731
4809
  case "NotFound":
4732
4810
  case "com.amazonaws.s3#NotFound":
4733
4811
  throw await de_NotFoundRes(parsedOutput, context);
4812
+ case "EncryptionTypeMismatch":
4813
+ case "com.amazonaws.s3#EncryptionTypeMismatch":
4814
+ throw await de_EncryptionTypeMismatchRes(parsedOutput, context);
4815
+ case "InvalidRequest":
4816
+ case "com.amazonaws.s3#InvalidRequest":
4817
+ throw await de_InvalidRequestRes(parsedOutput, context);
4818
+ case "InvalidWriteOffset":
4819
+ case "com.amazonaws.s3#InvalidWriteOffset":
4820
+ throw await de_InvalidWriteOffsetRes(parsedOutput, context);
4821
+ case "TooManyParts":
4822
+ case "com.amazonaws.s3#TooManyParts":
4823
+ throw await de_TooManyPartsRes(parsedOutput, context);
4734
4824
  case "ObjectAlreadyInActiveTierError":
4735
4825
  case "com.amazonaws.s3#ObjectAlreadyInActiveTierError":
4736
4826
  throw await de_ObjectAlreadyInActiveTierErrorRes(parsedOutput, context);
@@ -4762,6 +4852,15 @@ var de_BucketAlreadyOwnedByYouRes = /* @__PURE__ */ __name(async (parsedOutput,
4762
4852
  });
4763
4853
  return (0, import_smithy_client.decorateServiceException)(exception, parsedOutput.body);
4764
4854
  }, "de_BucketAlreadyOwnedByYouRes");
4855
+ var de_EncryptionTypeMismatchRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
4856
+ const contents = (0, import_smithy_client.map)({});
4857
+ const data = parsedOutput.body;
4858
+ const exception = new EncryptionTypeMismatch({
4859
+ $metadata: deserializeMetadata(parsedOutput),
4860
+ ...contents
4861
+ });
4862
+ return (0, import_smithy_client.decorateServiceException)(exception, parsedOutput.body);
4863
+ }, "de_EncryptionTypeMismatchRes");
4765
4864
  var de_InvalidObjectStateRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
4766
4865
  const contents = (0, import_smithy_client.map)({});
4767
4866
  const data = parsedOutput.body;
@@ -4777,6 +4876,24 @@ var de_InvalidObjectStateRes = /* @__PURE__ */ __name(async (parsedOutput, conte
4777
4876
  });
4778
4877
  return (0, import_smithy_client.decorateServiceException)(exception, parsedOutput.body);
4779
4878
  }, "de_InvalidObjectStateRes");
4879
+ var de_InvalidRequestRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
4880
+ const contents = (0, import_smithy_client.map)({});
4881
+ const data = parsedOutput.body;
4882
+ const exception = new InvalidRequest({
4883
+ $metadata: deserializeMetadata(parsedOutput),
4884
+ ...contents
4885
+ });
4886
+ return (0, import_smithy_client.decorateServiceException)(exception, parsedOutput.body);
4887
+ }, "de_InvalidRequestRes");
4888
+ var de_InvalidWriteOffsetRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
4889
+ const contents = (0, import_smithy_client.map)({});
4890
+ const data = parsedOutput.body;
4891
+ const exception = new InvalidWriteOffset({
4892
+ $metadata: deserializeMetadata(parsedOutput),
4893
+ ...contents
4894
+ });
4895
+ return (0, import_smithy_client.decorateServiceException)(exception, parsedOutput.body);
4896
+ }, "de_InvalidWriteOffsetRes");
4780
4897
  var de_NoSuchBucketRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
4781
4898
  const contents = (0, import_smithy_client.map)({});
4782
4899
  const data = parsedOutput.body;
@@ -4831,6 +4948,15 @@ var de_ObjectNotInActiveTierErrorRes = /* @__PURE__ */ __name(async (parsedOutpu
4831
4948
  });
4832
4949
  return (0, import_smithy_client.decorateServiceException)(exception, parsedOutput.body);
4833
4950
  }, "de_ObjectNotInActiveTierErrorRes");
4951
+ var de_TooManyPartsRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
4952
+ const contents = (0, import_smithy_client.map)({});
4953
+ const data = parsedOutput.body;
4954
+ const exception = new TooManyParts({
4955
+ $metadata: deserializeMetadata(parsedOutput),
4956
+ ...contents
4957
+ });
4958
+ return (0, import_smithy_client.decorateServiceException)(exception, parsedOutput.body);
4959
+ }, "de_TooManyPartsRes");
4834
4960
  var de_SelectObjectContentEventStream = /* @__PURE__ */ __name((output, context) => {
4835
4961
  return context.eventStreamMarshaller.deserialize(output, async (event) => {
4836
4962
  if (event["Records"] != null) {
@@ -5633,6 +5759,13 @@ var se_ObjectIdentifier = /* @__PURE__ */ __name((input, context) => {
5633
5759
  if (input[_VI] != null) {
5634
5760
  bn.c(import_xml_builder.XmlNode.of(_OVI, input[_VI]).n(_VI));
5635
5761
  }
5762
+ bn.cc(input, _ETa);
5763
+ if (input[_LMT] != null) {
5764
+ bn.c(import_xml_builder.XmlNode.of(_LMT, (0, import_smithy_client.dateToUtcString)(input[_LMT]).toString()).n(_LMT));
5765
+ }
5766
+ if (input[_Si] != null) {
5767
+ bn.c(import_xml_builder.XmlNode.of(_Si, String(input[_Si])).n(_Si));
5768
+ }
5636
5769
  return bn;
5637
5770
  }, "se_ObjectIdentifier");
5638
5771
  var se_ObjectIdentifierList = /* @__PURE__ */ __name((input, context) => {
@@ -7870,7 +8003,10 @@ var _II = "InventoryId";
7870
8003
  var _IIOV = "InventoryIncludedObjectVersions";
7871
8004
  var _IL = "IsLatest";
7872
8005
  var _IM = "IfMatch";
7873
- var _IMS = "IfModifiedSince";
8006
+ var _IMIT = "IfMatchInitiatedTime";
8007
+ var _IMLMT = "IfMatchLastModifiedTime";
8008
+ var _IMS = "IfMatchSize";
8009
+ var _IMSf = "IfModifiedSince";
7874
8010
  var _INM = "IfNoneMatch";
7875
8011
  var _IOF = "InventoryOptionalField";
7876
8012
  var _IOV = "IncludedObjectVersions";
@@ -7913,6 +8049,7 @@ var _LFC = "LambdaFunctionConfigurations";
7913
8049
  var _LFCa = "LambdaFunctionConfiguration";
7914
8050
  var _LI = "LocationInfo";
7915
8051
  var _LM = "LastModified";
8052
+ var _LMT = "LastModifiedTime";
7916
8053
  var _LNAS = "LocationNameAsString";
7917
8054
  var _LP = "LocationPrefix";
7918
8055
  var _LR = "LifecycleRule";
@@ -8139,6 +8276,7 @@ var _VIM = "VersionIdMarker";
8139
8276
  var _Va = "Value";
8140
8277
  var _Ve = "Versions";
8141
8278
  var _WC = "WebsiteConfiguration";
8279
+ var _WOB = "WriteOffsetBytes";
8142
8280
  var _WRL = "WebsiteRedirectLocation";
8143
8281
  var _Y = "Years";
8144
8282
  var _a = "analytics";
@@ -8295,6 +8433,9 @@ var _xagr = "x-amz-grant-read";
8295
8433
  var _xagra = "x-amz-grant-read-acp";
8296
8434
  var _xagw = "x-amz-grant-write";
8297
8435
  var _xagwa = "x-amz-grant-write-acp";
8436
+ var _xaimit = "x-amz-if-match-initiated-time";
8437
+ var _xaimlmt = "x-amz-if-match-last-modified-time";
8438
+ var _xaims = "x-amz-if-match-size";
8298
8439
  var _xam = "x-amz-mfa";
8299
8440
  var _xamd = "x-amz-metadata-directive";
8300
8441
  var _xamm = "x-amz-missing-meta";
@@ -8306,6 +8447,7 @@ var _xaolm = "x-amz-object-lock-mode";
8306
8447
  var _xaolrud = "x-amz-object-lock-retain-until-date";
8307
8448
  var _xaoo = "x-amz-object-ownership";
8308
8449
  var _xaooa = "x-amz-optional-object-attributes";
8450
+ var _xaos = "x-amz-object-size";
8309
8451
  var _xapnm = "x-amz-part-number-marker";
8310
8452
  var _xar = "x-amz-restore";
8311
8453
  var _xarc = "x-amz-request-charged";
@@ -8330,6 +8472,7 @@ var _xatc = "x-amz-tagging-count";
8330
8472
  var _xatd = "x-amz-tagging-directive";
8331
8473
  var _xatdmos = "x-amz-transition-default-minimum-object-size";
8332
8474
  var _xavi = "x-amz-version-id";
8475
+ var _xawob = "x-amz-write-offset-bytes";
8333
8476
  var _xawrl = "x-amz-website-redirect-location";
8334
8477
  var _xi = "x-id";
8335
8478
 
@@ -8848,7 +8991,6 @@ var _DeleteObjectsCommand = class _DeleteObjectsCommand extends import_smithy_cl
8848
8991
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
8849
8992
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
8850
8993
  (0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
8851
- input: this.input,
8852
8994
  requestAlgorithmMember: "ChecksumAlgorithm",
8853
8995
  requestChecksumRequired: true
8854
8996
  }),
@@ -9353,7 +9495,6 @@ var _GetObjectCommand = class _GetObjectCommand extends import_smithy_client.Com
9353
9495
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
9354
9496
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
9355
9497
  (0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
9356
- input: this.input,
9357
9498
  requestChecksumRequired: false,
9358
9499
  requestValidationModeMember: "ChecksumMode",
9359
9500
  responseAlgorithms: ["CRC32", "CRC32C", "SHA256", "SHA1"]
@@ -9751,7 +9892,6 @@ var _PutBucketAccelerateConfigurationCommand = class _PutBucketAccelerateConfigu
9751
9892
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
9752
9893
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
9753
9894
  (0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
9754
- input: this.input,
9755
9895
  requestAlgorithmMember: "ChecksumAlgorithm",
9756
9896
  requestChecksumRequired: false
9757
9897
  })
@@ -9775,7 +9915,6 @@ var _PutBucketAclCommand = class _PutBucketAclCommand extends import_smithy_clie
9775
9915
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
9776
9916
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
9777
9917
  (0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
9778
- input: this.input,
9779
9918
  requestAlgorithmMember: "ChecksumAlgorithm",
9780
9919
  requestChecksumRequired: true
9781
9920
  })
@@ -9817,7 +9956,6 @@ var _PutBucketCorsCommand = class _PutBucketCorsCommand extends import_smithy_cl
9817
9956
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
9818
9957
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
9819
9958
  (0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
9820
- input: this.input,
9821
9959
  requestAlgorithmMember: "ChecksumAlgorithm",
9822
9960
  requestChecksumRequired: true
9823
9961
  })
@@ -9841,7 +9979,6 @@ var _PutBucketEncryptionCommand = class _PutBucketEncryptionCommand extends impo
9841
9979
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
9842
9980
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
9843
9981
  (0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
9844
- input: this.input,
9845
9982
  requestAlgorithmMember: "ChecksumAlgorithm",
9846
9983
  requestChecksumRequired: true
9847
9984
  })
@@ -9902,7 +10039,6 @@ var _PutBucketLifecycleConfigurationCommand = class _PutBucketLifecycleConfigura
9902
10039
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
9903
10040
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
9904
10041
  (0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
9905
- input: this.input,
9906
10042
  requestAlgorithmMember: "ChecksumAlgorithm",
9907
10043
  requestChecksumRequired: true
9908
10044
  }),
@@ -9927,7 +10063,6 @@ var _PutBucketLoggingCommand = class _PutBucketLoggingCommand extends import_smi
9927
10063
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
9928
10064
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
9929
10065
  (0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
9930
- input: this.input,
9931
10066
  requestAlgorithmMember: "ChecksumAlgorithm",
9932
10067
  requestChecksumRequired: true
9933
10068
  })
@@ -9987,7 +10122,6 @@ var _PutBucketOwnershipControlsCommand = class _PutBucketOwnershipControlsComman
9987
10122
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
9988
10123
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
9989
10124
  (0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
9990
- input: this.input,
9991
10125
  requestChecksumRequired: true
9992
10126
  })
9993
10127
  ];
@@ -10010,7 +10144,6 @@ var _PutBucketPolicyCommand = class _PutBucketPolicyCommand extends import_smith
10010
10144
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
10011
10145
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
10012
10146
  (0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
10013
- input: this.input,
10014
10147
  requestAlgorithmMember: "ChecksumAlgorithm",
10015
10148
  requestChecksumRequired: true
10016
10149
  })
@@ -10034,7 +10167,6 @@ var _PutBucketReplicationCommand = class _PutBucketReplicationCommand extends im
10034
10167
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
10035
10168
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
10036
10169
  (0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
10037
- input: this.input,
10038
10170
  requestAlgorithmMember: "ChecksumAlgorithm",
10039
10171
  requestChecksumRequired: true
10040
10172
  })
@@ -10058,7 +10190,6 @@ var _PutBucketRequestPaymentCommand = class _PutBucketRequestPaymentCommand exte
10058
10190
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
10059
10191
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
10060
10192
  (0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
10061
- input: this.input,
10062
10193
  requestAlgorithmMember: "ChecksumAlgorithm",
10063
10194
  requestChecksumRequired: true
10064
10195
  })
@@ -10082,7 +10213,6 @@ var _PutBucketTaggingCommand = class _PutBucketTaggingCommand extends import_smi
10082
10213
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
10083
10214
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
10084
10215
  (0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
10085
- input: this.input,
10086
10216
  requestAlgorithmMember: "ChecksumAlgorithm",
10087
10217
  requestChecksumRequired: true
10088
10218
  })
@@ -10106,7 +10236,6 @@ var _PutBucketVersioningCommand = class _PutBucketVersioningCommand extends impo
10106
10236
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
10107
10237
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
10108
10238
  (0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
10109
- input: this.input,
10110
10239
  requestAlgorithmMember: "ChecksumAlgorithm",
10111
10240
  requestChecksumRequired: true
10112
10241
  })
@@ -10130,7 +10259,6 @@ var _PutBucketWebsiteCommand = class _PutBucketWebsiteCommand extends import_smi
10130
10259
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
10131
10260
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
10132
10261
  (0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
10133
- input: this.input,
10134
10262
  requestAlgorithmMember: "ChecksumAlgorithm",
10135
10263
  requestChecksumRequired: true
10136
10264
  })
@@ -10155,7 +10283,6 @@ var _PutObjectAclCommand = class _PutObjectAclCommand extends import_smithy_clie
10155
10283
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
10156
10284
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
10157
10285
  (0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
10158
- input: this.input,
10159
10286
  requestAlgorithmMember: "ChecksumAlgorithm",
10160
10287
  requestChecksumRequired: true
10161
10288
  }),
@@ -10182,7 +10309,6 @@ var _PutObjectCommand = class _PutObjectCommand extends import_smithy_client.Com
10182
10309
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
10183
10310
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
10184
10311
  (0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
10185
- input: this.input,
10186
10312
  requestAlgorithmMember: "ChecksumAlgorithm",
10187
10313
  requestChecksumRequired: false
10188
10314
  }),
@@ -10209,7 +10335,6 @@ var _PutObjectLegalHoldCommand = class _PutObjectLegalHoldCommand extends import
10209
10335
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
10210
10336
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
10211
10337
  (0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
10212
- input: this.input,
10213
10338
  requestAlgorithmMember: "ChecksumAlgorithm",
10214
10339
  requestChecksumRequired: true
10215
10340
  }),
@@ -10234,7 +10359,6 @@ var _PutObjectLockConfigurationCommand = class _PutObjectLockConfigurationComman
10234
10359
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
10235
10360
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
10236
10361
  (0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
10237
- input: this.input,
10238
10362
  requestAlgorithmMember: "ChecksumAlgorithm",
10239
10363
  requestChecksumRequired: true
10240
10364
  }),
@@ -10259,7 +10383,6 @@ var _PutObjectRetentionCommand = class _PutObjectRetentionCommand extends import
10259
10383
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
10260
10384
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
10261
10385
  (0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
10262
- input: this.input,
10263
10386
  requestAlgorithmMember: "ChecksumAlgorithm",
10264
10387
  requestChecksumRequired: true
10265
10388
  }),
@@ -10284,7 +10407,6 @@ var _PutObjectTaggingCommand = class _PutObjectTaggingCommand extends import_smi
10284
10407
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
10285
10408
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
10286
10409
  (0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
10287
- input: this.input,
10288
10410
  requestAlgorithmMember: "ChecksumAlgorithm",
10289
10411
  requestChecksumRequired: true
10290
10412
  }),
@@ -10309,7 +10431,6 @@ var _PutPublicAccessBlockCommand = class _PutPublicAccessBlockCommand extends im
10309
10431
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
10310
10432
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
10311
10433
  (0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
10312
- input: this.input,
10313
10434
  requestAlgorithmMember: "ChecksumAlgorithm",
10314
10435
  requestChecksumRequired: true
10315
10436
  })
@@ -10333,7 +10454,6 @@ var _RestoreObjectCommand = class _RestoreObjectCommand extends import_smithy_cl
10333
10454
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
10334
10455
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
10335
10456
  (0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
10336
- input: this.input,
10337
10457
  requestAlgorithmMember: "ChecksumAlgorithm",
10338
10458
  requestChecksumRequired: false
10339
10459
  }),
@@ -10388,7 +10508,6 @@ var _UploadPartCommand = class _UploadPartCommand extends import_smithy_client.C
10388
10508
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
10389
10509
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
10390
10510
  (0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
10391
- input: this.input,
10392
10511
  requestAlgorithmMember: "ChecksumAlgorithm",
10393
10512
  requestChecksumRequired: false
10394
10513
  }),
@@ -10872,6 +10991,10 @@ var waitUntilObjectNotExists = /* @__PURE__ */ __name(async (params, input) => {
10872
10991
  PutBucketEncryptionRequestFilterSensitiveLog,
10873
10992
  PutBucketInventoryConfigurationRequestFilterSensitiveLog,
10874
10993
  MFADelete,
10994
+ EncryptionTypeMismatch,
10995
+ InvalidRequest,
10996
+ InvalidWriteOffset,
10997
+ TooManyParts,
10875
10998
  ObjectAlreadyInActiveTierError,
10876
10999
  Tier,
10877
11000
  ExpressionType,
@@ -17,7 +17,6 @@ export class DeleteObjectsCommand extends $Command
17
17
  getSerdePlugin(config, this.serialize, this.deserialize),
18
18
  getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
19
19
  getFlexibleChecksumsPlugin(config, {
20
- input: this.input,
21
20
  requestAlgorithmMember: "ChecksumAlgorithm",
22
21
  requestChecksumRequired: true,
23
22
  }),
@@ -20,7 +20,6 @@ export class GetObjectCommand extends $Command
20
20
  getSerdePlugin(config, this.serialize, this.deserialize),
21
21
  getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
22
22
  getFlexibleChecksumsPlugin(config, {
23
- input: this.input,
24
23
  requestChecksumRequired: false,
25
24
  requestValidationModeMember: "ChecksumMode",
26
25
  responseAlgorithms: ["CRC32", "CRC32C", "SHA256", "SHA1"],
@@ -17,7 +17,6 @@ export class PutBucketAccelerateConfigurationCommand extends $Command
17
17
  getSerdePlugin(config, this.serialize, this.deserialize),
18
18
  getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
19
19
  getFlexibleChecksumsPlugin(config, {
20
- input: this.input,
21
20
  requestAlgorithmMember: "ChecksumAlgorithm",
22
21
  requestChecksumRequired: false,
23
22
  }),
@@ -17,7 +17,6 @@ export class PutBucketAclCommand extends $Command
17
17
  getSerdePlugin(config, this.serialize, this.deserialize),
18
18
  getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
19
19
  getFlexibleChecksumsPlugin(config, {
20
- input: this.input,
21
20
  requestAlgorithmMember: "ChecksumAlgorithm",
22
21
  requestChecksumRequired: true,
23
22
  }),
@@ -17,7 +17,6 @@ export class PutBucketCorsCommand extends $Command
17
17
  getSerdePlugin(config, this.serialize, this.deserialize),
18
18
  getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
19
19
  getFlexibleChecksumsPlugin(config, {
20
- input: this.input,
21
20
  requestAlgorithmMember: "ChecksumAlgorithm",
22
21
  requestChecksumRequired: true,
23
22
  }),
@@ -18,7 +18,6 @@ export class PutBucketEncryptionCommand extends $Command
18
18
  getSerdePlugin(config, this.serialize, this.deserialize),
19
19
  getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
20
20
  getFlexibleChecksumsPlugin(config, {
21
- input: this.input,
22
21
  requestAlgorithmMember: "ChecksumAlgorithm",
23
22
  requestChecksumRequired: true,
24
23
  }),
@@ -18,7 +18,6 @@ export class PutBucketLifecycleConfigurationCommand extends $Command
18
18
  getSerdePlugin(config, this.serialize, this.deserialize),
19
19
  getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
20
20
  getFlexibleChecksumsPlugin(config, {
21
- input: this.input,
22
21
  requestAlgorithmMember: "ChecksumAlgorithm",
23
22
  requestChecksumRequired: true,
24
23
  }),
@@ -17,7 +17,6 @@ export class PutBucketLoggingCommand extends $Command
17
17
  getSerdePlugin(config, this.serialize, this.deserialize),
18
18
  getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
19
19
  getFlexibleChecksumsPlugin(config, {
20
- input: this.input,
21
20
  requestAlgorithmMember: "ChecksumAlgorithm",
22
21
  requestChecksumRequired: true,
23
22
  }),
@@ -17,7 +17,6 @@ export class PutBucketOwnershipControlsCommand extends $Command
17
17
  getSerdePlugin(config, this.serialize, this.deserialize),
18
18
  getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
19
19
  getFlexibleChecksumsPlugin(config, {
20
- input: this.input,
21
20
  requestChecksumRequired: true,
22
21
  }),
23
22
  ];
@@ -17,7 +17,6 @@ export class PutBucketPolicyCommand extends $Command
17
17
  getSerdePlugin(config, this.serialize, this.deserialize),
18
18
  getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
19
19
  getFlexibleChecksumsPlugin(config, {
20
- input: this.input,
21
20
  requestAlgorithmMember: "ChecksumAlgorithm",
22
21
  requestChecksumRequired: true,
23
22
  }),
@@ -17,7 +17,6 @@ export class PutBucketReplicationCommand extends $Command
17
17
  getSerdePlugin(config, this.serialize, this.deserialize),
18
18
  getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
19
19
  getFlexibleChecksumsPlugin(config, {
20
- input: this.input,
21
20
  requestAlgorithmMember: "ChecksumAlgorithm",
22
21
  requestChecksumRequired: true,
23
22
  }),
@@ -17,7 +17,6 @@ export class PutBucketRequestPaymentCommand extends $Command
17
17
  getSerdePlugin(config, this.serialize, this.deserialize),
18
18
  getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
19
19
  getFlexibleChecksumsPlugin(config, {
20
- input: this.input,
21
20
  requestAlgorithmMember: "ChecksumAlgorithm",
22
21
  requestChecksumRequired: true,
23
22
  }),
@@ -17,7 +17,6 @@ export class PutBucketTaggingCommand extends $Command
17
17
  getSerdePlugin(config, this.serialize, this.deserialize),
18
18
  getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
19
19
  getFlexibleChecksumsPlugin(config, {
20
- input: this.input,
21
20
  requestAlgorithmMember: "ChecksumAlgorithm",
22
21
  requestChecksumRequired: true,
23
22
  }),
@@ -17,7 +17,6 @@ export class PutBucketVersioningCommand extends $Command
17
17
  getSerdePlugin(config, this.serialize, this.deserialize),
18
18
  getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
19
19
  getFlexibleChecksumsPlugin(config, {
20
- input: this.input,
21
20
  requestAlgorithmMember: "ChecksumAlgorithm",
22
21
  requestChecksumRequired: true,
23
22
  }),
@@ -17,7 +17,6 @@ export class PutBucketWebsiteCommand extends $Command
17
17
  getSerdePlugin(config, this.serialize, this.deserialize),
18
18
  getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
19
19
  getFlexibleChecksumsPlugin(config, {
20
- input: this.input,
21
20
  requestAlgorithmMember: "ChecksumAlgorithm",
22
21
  requestChecksumRequired: true,
23
22
  }),
@@ -18,7 +18,6 @@ export class PutObjectAclCommand extends $Command
18
18
  getSerdePlugin(config, this.serialize, this.deserialize),
19
19
  getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
20
20
  getFlexibleChecksumsPlugin(config, {
21
- input: this.input,
22
21
  requestAlgorithmMember: "ChecksumAlgorithm",
23
22
  requestChecksumRequired: true,
24
23
  }),
@@ -20,7 +20,6 @@ export class PutObjectCommand extends $Command
20
20
  getSerdePlugin(config, this.serialize, this.deserialize),
21
21
  getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
22
22
  getFlexibleChecksumsPlugin(config, {
23
- input: this.input,
24
23
  requestAlgorithmMember: "ChecksumAlgorithm",
25
24
  requestChecksumRequired: false,
26
25
  }),
@@ -17,7 +17,6 @@ export class PutObjectLegalHoldCommand extends $Command
17
17
  getSerdePlugin(config, this.serialize, this.deserialize),
18
18
  getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
19
19
  getFlexibleChecksumsPlugin(config, {
20
- input: this.input,
21
20
  requestAlgorithmMember: "ChecksumAlgorithm",
22
21
  requestChecksumRequired: true,
23
22
  }),