@aws-sdk/client-s3 3.735.0 → 3.738.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist-cjs/index.js CHANGED
@@ -1238,7 +1238,7 @@ var se_CompleteMultipartUploadCommand = /* @__PURE__ */ __name(async (input, con
1238
1238
  [_xacs]: input[_CSHA],
1239
1239
  [_xacs_]: input[_CSHAh],
1240
1240
  [_xact]: input[_CT],
1241
- [_xamos]: input[_MOS],
1241
+ [_xamos]: [() => (0, import_smithy_client.isSerializableHeaderValue)(input[_MOS]), () => input[_MOS].toString()],
1242
1242
  [_xarp]: input[_RP],
1243
1243
  [_xaebo]: input[_EBO],
1244
1244
  [_im]: input[_IM],
@@ -34,7 +34,7 @@ export const se_CompleteMultipartUploadCommand = async (input, context) => {
34
34
  [_xacs]: input[_CSHA],
35
35
  [_xacs_]: input[_CSHAh],
36
36
  [_xact]: input[_CT],
37
- [_xamos]: input[_MOS],
37
+ [_xamos]: [() => isSerializableHeaderValue(input[_MOS]), () => input[_MOS].toString()],
38
38
  [_xarp]: input[_RP],
39
39
  [_xaebo]: input[_EBO],
40
40
  [_im]: input[_IM],
@@ -226,7 +226,7 @@ declare const CompleteMultipartUploadCommand_base: {
226
226
  * ChecksumSHA1: "STRING_VALUE",
227
227
  * ChecksumSHA256: "STRING_VALUE",
228
228
  * ChecksumType: "COMPOSITE" || "FULL_OBJECT",
229
- * MpuObjectSize: "STRING_VALUE",
229
+ * MpuObjectSize: Number("long"),
230
230
  * RequestPayer: "requester",
231
231
  * ExpectedBucketOwner: "STRING_VALUE",
232
232
  * IfMatch: "STRING_VALUE",
@@ -683,7 +683,7 @@ export interface CompleteMultipartUploadRequest {
683
683
  * <code>HTTP 400 InvalidRequest</code> error. </p>
684
684
  * @public
685
685
  */
686
- MpuObjectSize?: string | undefined;
686
+ MpuObjectSize?: number | undefined;
687
687
  /**
688
688
  * <p>Confirms that the requester knows that they will be charged for the request. Bucket
689
689
  * owners need not specify this parameter in their requests. If either the source or
@@ -131,7 +131,7 @@ export interface CompleteMultipartUploadRequest {
131
131
  ChecksumSHA1?: string | undefined;
132
132
  ChecksumSHA256?: string | undefined;
133
133
  ChecksumType?: ChecksumType | undefined;
134
- MpuObjectSize?: string | undefined;
134
+ MpuObjectSize?: number | undefined;
135
135
  RequestPayer?: RequestPayer | undefined;
136
136
  ExpectedBucketOwner?: string | undefined;
137
137
  IfMatch?: string | undefined;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-s3",
3
3
  "description": "AWS SDK for JavaScript S3 Client for Node.js, Browser and React Native",
4
- "version": "3.735.0",
4
+ "version": "3.738.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-s3",
@@ -28,7 +28,7 @@
28
28
  "@aws-crypto/sha256-browser": "5.2.0",
29
29
  "@aws-crypto/sha256-js": "5.2.0",
30
30
  "@aws-sdk/core": "3.734.0",
31
- "@aws-sdk/credential-provider-node": "3.734.0",
31
+ "@aws-sdk/credential-provider-node": "3.738.0",
32
32
  "@aws-sdk/middleware-bucket-endpoint": "3.734.0",
33
33
  "@aws-sdk/middleware-expect-continue": "3.734.0",
34
34
  "@aws-sdk/middleware-flexible-checksums": "3.735.0",