@aws-sdk/client-s3 3.658.0 → 3.658.1
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 +130 -143
- package/dist-es/protocols/Aws_restXml.js +5 -22
- package/dist-types/commands/DeleteObjectTaggingCommand.d.ts +11 -11
- package/dist-types/commands/DeleteObjectsCommand.d.ts +22 -22
- package/dist-types/commands/GetObjectTaggingCommand.d.ts +19 -19
- package/dist-types/commands/PutObjectCommand.d.ts +43 -43
- package/dist-types/commands/UploadPartCopyCommand.d.ts +13 -13
- package/package.json +17 -17
package/dist-cjs/index.js
CHANGED
|
@@ -1138,7 +1138,7 @@ var WriteGetObjectResponseRequestFilterSensitiveLog = /* @__PURE__ */ __name((ob
|
|
|
1138
1138
|
// src/protocols/Aws_restXml.ts
|
|
1139
1139
|
var se_AbortMultipartUploadCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1140
1140
|
const b = (0, import_core2.requestBuilder)(input, context);
|
|
1141
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
1141
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
1142
1142
|
[_xarp]: input[_RP],
|
|
1143
1143
|
[_xaebo]: input[_EBO]
|
|
1144
1144
|
});
|
|
@@ -1155,7 +1155,7 @@ var se_AbortMultipartUploadCommand = /* @__PURE__ */ __name(async (input, contex
|
|
|
1155
1155
|
}, "se_AbortMultipartUploadCommand");
|
|
1156
1156
|
var se_CompleteMultipartUploadCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1157
1157
|
const b = (0, import_core2.requestBuilder)(input, context);
|
|
1158
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
1158
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
1159
1159
|
"content-type": "application/xml",
|
|
1160
1160
|
[_xacc]: input[_CCRC],
|
|
1161
1161
|
[_xacc_]: input[_CCRCC],
|
|
@@ -1188,7 +1188,7 @@ var se_CompleteMultipartUploadCommand = /* @__PURE__ */ __name(async (input, con
|
|
|
1188
1188
|
}, "se_CompleteMultipartUploadCommand");
|
|
1189
1189
|
var se_CopyObjectCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1190
1190
|
const b = (0, import_core2.requestBuilder)(input, context);
|
|
1191
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
1191
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
1192
1192
|
[_xaa]: input[_ACL],
|
|
1193
1193
|
[_cc]: input[_CC],
|
|
1194
1194
|
[_xaca]: input[_CA],
|
|
@@ -1198,10 +1198,10 @@ var se_CopyObjectCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1198
1198
|
[_ct]: input[_CT],
|
|
1199
1199
|
[_xacs__]: input[_CS],
|
|
1200
1200
|
[_xacsim]: input[_CSIM],
|
|
1201
|
-
[_xacsims]: [() => isSerializableHeaderValue(input[_CSIMS]), () => (0, import_smithy_client.dateToUtcString)(input[_CSIMS]).toString()],
|
|
1201
|
+
[_xacsims]: [() => (0, import_smithy_client.isSerializableHeaderValue)(input[_CSIMS]), () => (0, import_smithy_client.dateToUtcString)(input[_CSIMS]).toString()],
|
|
1202
1202
|
[_xacsinm]: input[_CSINM],
|
|
1203
|
-
[_xacsius]: [() => isSerializableHeaderValue(input[_CSIUS]), () => (0, import_smithy_client.dateToUtcString)(input[_CSIUS]).toString()],
|
|
1204
|
-
[_e]: [() => isSerializableHeaderValue(input[_E]), () => (0, import_smithy_client.dateToUtcString)(input[_E]).toString()],
|
|
1203
|
+
[_xacsius]: [() => (0, import_smithy_client.isSerializableHeaderValue)(input[_CSIUS]), () => (0, import_smithy_client.dateToUtcString)(input[_CSIUS]).toString()],
|
|
1204
|
+
[_e]: [() => (0, import_smithy_client.isSerializableHeaderValue)(input[_E]), () => (0, import_smithy_client.dateToUtcString)(input[_E]).toString()],
|
|
1205
1205
|
[_xagfc]: input[_GFC],
|
|
1206
1206
|
[_xagr]: input[_GR],
|
|
1207
1207
|
[_xagra]: input[_GRACP],
|
|
@@ -1216,14 +1216,14 @@ var se_CopyObjectCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1216
1216
|
[_xasseckm]: input[_SSECKMD],
|
|
1217
1217
|
[_xasseakki]: input[_SSEKMSKI],
|
|
1218
1218
|
[_xassec]: input[_SSEKMSEC],
|
|
1219
|
-
[_xassebke]: [() => isSerializableHeaderValue(input[_BKE]), () => input[_BKE].toString()],
|
|
1219
|
+
[_xassebke]: [() => (0, import_smithy_client.isSerializableHeaderValue)(input[_BKE]), () => input[_BKE].toString()],
|
|
1220
1220
|
[_xacssseca]: input[_CSSSECA],
|
|
1221
1221
|
[_xacssseck]: input[_CSSSECK],
|
|
1222
1222
|
[_xacssseckm]: input[_CSSSECKMD],
|
|
1223
1223
|
[_xarp]: input[_RP],
|
|
1224
1224
|
[_xat]: input[_T],
|
|
1225
1225
|
[_xaolm]: input[_OLM],
|
|
1226
|
-
[_xaolrud]: [() => isSerializableHeaderValue(input[_OLRUD]), () => (0, import_smithy_client.serializeDateTime)(input[_OLRUD]).toString()],
|
|
1226
|
+
[_xaolrud]: [() => (0, import_smithy_client.isSerializableHeaderValue)(input[_OLRUD]), () => (0, import_smithy_client.serializeDateTime)(input[_OLRUD]).toString()],
|
|
1227
1227
|
[_xaollh]: input[_OLLHS],
|
|
1228
1228
|
[_xaebo]: input[_EBO],
|
|
1229
1229
|
[_xasebo]: input[_ESBO],
|
|
@@ -1244,7 +1244,7 @@ var se_CopyObjectCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1244
1244
|
}, "se_CopyObjectCommand");
|
|
1245
1245
|
var se_CreateBucketCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1246
1246
|
const b = (0, import_core2.requestBuilder)(input, context);
|
|
1247
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
1247
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
1248
1248
|
"content-type": "application/xml",
|
|
1249
1249
|
[_xaa]: input[_ACL],
|
|
1250
1250
|
[_xagfc]: input[_GFC],
|
|
@@ -1252,7 +1252,7 @@ var se_CreateBucketCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1252
1252
|
[_xagra]: input[_GRACP],
|
|
1253
1253
|
[_xagw]: input[_GW],
|
|
1254
1254
|
[_xagwa]: input[_GWACP],
|
|
1255
|
-
[_xabole]: [() => isSerializableHeaderValue(input[_OLEFB]), () => input[_OLEFB].toString()],
|
|
1255
|
+
[_xabole]: [() => (0, import_smithy_client.isSerializableHeaderValue)(input[_OLEFB]), () => input[_OLEFB].toString()],
|
|
1256
1256
|
[_xaoo]: input[_OO]
|
|
1257
1257
|
});
|
|
1258
1258
|
b.bp("/");
|
|
@@ -1270,14 +1270,14 @@ var se_CreateBucketCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1270
1270
|
}, "se_CreateBucketCommand");
|
|
1271
1271
|
var se_CreateMultipartUploadCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1272
1272
|
const b = (0, import_core2.requestBuilder)(input, context);
|
|
1273
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
1273
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
1274
1274
|
[_xaa]: input[_ACL],
|
|
1275
1275
|
[_cc]: input[_CC],
|
|
1276
1276
|
[_cd]: input[_CD],
|
|
1277
1277
|
[_ce]: input[_CE],
|
|
1278
1278
|
[_cl]: input[_CL],
|
|
1279
1279
|
[_ct]: input[_CT],
|
|
1280
|
-
[_e]: [() => isSerializableHeaderValue(input[_E]), () => (0, import_smithy_client.dateToUtcString)(input[_E]).toString()],
|
|
1280
|
+
[_e]: [() => (0, import_smithy_client.isSerializableHeaderValue)(input[_E]), () => (0, import_smithy_client.dateToUtcString)(input[_E]).toString()],
|
|
1281
1281
|
[_xagfc]: input[_GFC],
|
|
1282
1282
|
[_xagr]: input[_GR],
|
|
1283
1283
|
[_xagra]: input[_GRACP],
|
|
@@ -1290,11 +1290,11 @@ var se_CreateMultipartUploadCommand = /* @__PURE__ */ __name(async (input, conte
|
|
|
1290
1290
|
[_xasseckm]: input[_SSECKMD],
|
|
1291
1291
|
[_xasseakki]: input[_SSEKMSKI],
|
|
1292
1292
|
[_xassec]: input[_SSEKMSEC],
|
|
1293
|
-
[_xassebke]: [() => isSerializableHeaderValue(input[_BKE]), () => input[_BKE].toString()],
|
|
1293
|
+
[_xassebke]: [() => (0, import_smithy_client.isSerializableHeaderValue)(input[_BKE]), () => input[_BKE].toString()],
|
|
1294
1294
|
[_xarp]: input[_RP],
|
|
1295
1295
|
[_xat]: input[_T],
|
|
1296
1296
|
[_xaolm]: input[_OLM],
|
|
1297
|
-
[_xaolrud]: [() => isSerializableHeaderValue(input[_OLRUD]), () => (0, import_smithy_client.serializeDateTime)(input[_OLRUD]).toString()],
|
|
1297
|
+
[_xaolrud]: [() => (0, import_smithy_client.isSerializableHeaderValue)(input[_OLRUD]), () => (0, import_smithy_client.serializeDateTime)(input[_OLRUD]).toString()],
|
|
1298
1298
|
[_xaollh]: input[_OLLHS],
|
|
1299
1299
|
[_xaebo]: input[_EBO],
|
|
1300
1300
|
[_xaca]: input[_CA],
|
|
@@ -1315,12 +1315,12 @@ var se_CreateMultipartUploadCommand = /* @__PURE__ */ __name(async (input, conte
|
|
|
1315
1315
|
}, "se_CreateMultipartUploadCommand");
|
|
1316
1316
|
var se_CreateSessionCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1317
1317
|
const b = (0, import_core2.requestBuilder)(input, context);
|
|
1318
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
1318
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
1319
1319
|
[_xacsm]: input[_SM],
|
|
1320
1320
|
[_xasse]: input[_SSE],
|
|
1321
1321
|
[_xasseakki]: input[_SSEKMSKI],
|
|
1322
1322
|
[_xassec]: input[_SSEKMSEC],
|
|
1323
|
-
[_xassebke]: [() => isSerializableHeaderValue(input[_BKE]), () => input[_BKE].toString()]
|
|
1323
|
+
[_xassebke]: [() => (0, import_smithy_client.isSerializableHeaderValue)(input[_BKE]), () => input[_BKE].toString()]
|
|
1324
1324
|
});
|
|
1325
1325
|
b.bp("/");
|
|
1326
1326
|
b.p("Bucket", () => input.Bucket, "{Bucket}", false);
|
|
@@ -1333,7 +1333,7 @@ var se_CreateSessionCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1333
1333
|
}, "se_CreateSessionCommand");
|
|
1334
1334
|
var se_DeleteBucketCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1335
1335
|
const b = (0, import_core2.requestBuilder)(input, context);
|
|
1336
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
1336
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
1337
1337
|
[_xaebo]: input[_EBO]
|
|
1338
1338
|
});
|
|
1339
1339
|
b.bp("/");
|
|
@@ -1344,7 +1344,7 @@ var se_DeleteBucketCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1344
1344
|
}, "se_DeleteBucketCommand");
|
|
1345
1345
|
var se_DeleteBucketAnalyticsConfigurationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1346
1346
|
const b = (0, import_core2.requestBuilder)(input, context);
|
|
1347
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
1347
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
1348
1348
|
[_xaebo]: input[_EBO]
|
|
1349
1349
|
});
|
|
1350
1350
|
b.bp("/");
|
|
@@ -1359,7 +1359,7 @@ var se_DeleteBucketAnalyticsConfigurationCommand = /* @__PURE__ */ __name(async
|
|
|
1359
1359
|
}, "se_DeleteBucketAnalyticsConfigurationCommand");
|
|
1360
1360
|
var se_DeleteBucketCorsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1361
1361
|
const b = (0, import_core2.requestBuilder)(input, context);
|
|
1362
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
1362
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
1363
1363
|
[_xaebo]: input[_EBO]
|
|
1364
1364
|
});
|
|
1365
1365
|
b.bp("/");
|
|
@@ -1373,7 +1373,7 @@ var se_DeleteBucketCorsCommand = /* @__PURE__ */ __name(async (input, context) =
|
|
|
1373
1373
|
}, "se_DeleteBucketCorsCommand");
|
|
1374
1374
|
var se_DeleteBucketEncryptionCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1375
1375
|
const b = (0, import_core2.requestBuilder)(input, context);
|
|
1376
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
1376
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
1377
1377
|
[_xaebo]: input[_EBO]
|
|
1378
1378
|
});
|
|
1379
1379
|
b.bp("/");
|
|
@@ -1400,7 +1400,7 @@ var se_DeleteBucketIntelligentTieringConfigurationCommand = /* @__PURE__ */ __na
|
|
|
1400
1400
|
}, "se_DeleteBucketIntelligentTieringConfigurationCommand");
|
|
1401
1401
|
var se_DeleteBucketInventoryConfigurationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1402
1402
|
const b = (0, import_core2.requestBuilder)(input, context);
|
|
1403
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
1403
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
1404
1404
|
[_xaebo]: input[_EBO]
|
|
1405
1405
|
});
|
|
1406
1406
|
b.bp("/");
|
|
@@ -1415,7 +1415,7 @@ var se_DeleteBucketInventoryConfigurationCommand = /* @__PURE__ */ __name(async
|
|
|
1415
1415
|
}, "se_DeleteBucketInventoryConfigurationCommand");
|
|
1416
1416
|
var se_DeleteBucketLifecycleCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1417
1417
|
const b = (0, import_core2.requestBuilder)(input, context);
|
|
1418
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
1418
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
1419
1419
|
[_xaebo]: input[_EBO]
|
|
1420
1420
|
});
|
|
1421
1421
|
b.bp("/");
|
|
@@ -1429,7 +1429,7 @@ var se_DeleteBucketLifecycleCommand = /* @__PURE__ */ __name(async (input, conte
|
|
|
1429
1429
|
}, "se_DeleteBucketLifecycleCommand");
|
|
1430
1430
|
var se_DeleteBucketMetricsConfigurationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1431
1431
|
const b = (0, import_core2.requestBuilder)(input, context);
|
|
1432
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
1432
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
1433
1433
|
[_xaebo]: input[_EBO]
|
|
1434
1434
|
});
|
|
1435
1435
|
b.bp("/");
|
|
@@ -1444,7 +1444,7 @@ var se_DeleteBucketMetricsConfigurationCommand = /* @__PURE__ */ __name(async (i
|
|
|
1444
1444
|
}, "se_DeleteBucketMetricsConfigurationCommand");
|
|
1445
1445
|
var se_DeleteBucketOwnershipControlsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1446
1446
|
const b = (0, import_core2.requestBuilder)(input, context);
|
|
1447
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
1447
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
1448
1448
|
[_xaebo]: input[_EBO]
|
|
1449
1449
|
});
|
|
1450
1450
|
b.bp("/");
|
|
@@ -1458,7 +1458,7 @@ var se_DeleteBucketOwnershipControlsCommand = /* @__PURE__ */ __name(async (inpu
|
|
|
1458
1458
|
}, "se_DeleteBucketOwnershipControlsCommand");
|
|
1459
1459
|
var se_DeleteBucketPolicyCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1460
1460
|
const b = (0, import_core2.requestBuilder)(input, context);
|
|
1461
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
1461
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
1462
1462
|
[_xaebo]: input[_EBO]
|
|
1463
1463
|
});
|
|
1464
1464
|
b.bp("/");
|
|
@@ -1472,7 +1472,7 @@ var se_DeleteBucketPolicyCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
1472
1472
|
}, "se_DeleteBucketPolicyCommand");
|
|
1473
1473
|
var se_DeleteBucketReplicationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1474
1474
|
const b = (0, import_core2.requestBuilder)(input, context);
|
|
1475
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
1475
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
1476
1476
|
[_xaebo]: input[_EBO]
|
|
1477
1477
|
});
|
|
1478
1478
|
b.bp("/");
|
|
@@ -1486,7 +1486,7 @@ var se_DeleteBucketReplicationCommand = /* @__PURE__ */ __name(async (input, con
|
|
|
1486
1486
|
}, "se_DeleteBucketReplicationCommand");
|
|
1487
1487
|
var se_DeleteBucketTaggingCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1488
1488
|
const b = (0, import_core2.requestBuilder)(input, context);
|
|
1489
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
1489
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
1490
1490
|
[_xaebo]: input[_EBO]
|
|
1491
1491
|
});
|
|
1492
1492
|
b.bp("/");
|
|
@@ -1500,7 +1500,7 @@ var se_DeleteBucketTaggingCommand = /* @__PURE__ */ __name(async (input, context
|
|
|
1500
1500
|
}, "se_DeleteBucketTaggingCommand");
|
|
1501
1501
|
var se_DeleteBucketWebsiteCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1502
1502
|
const b = (0, import_core2.requestBuilder)(input, context);
|
|
1503
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
1503
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
1504
1504
|
[_xaebo]: input[_EBO]
|
|
1505
1505
|
});
|
|
1506
1506
|
b.bp("/");
|
|
@@ -1514,10 +1514,10 @@ var se_DeleteBucketWebsiteCommand = /* @__PURE__ */ __name(async (input, context
|
|
|
1514
1514
|
}, "se_DeleteBucketWebsiteCommand");
|
|
1515
1515
|
var se_DeleteObjectCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1516
1516
|
const b = (0, import_core2.requestBuilder)(input, context);
|
|
1517
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
1517
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
1518
1518
|
[_xam]: input[_MFA],
|
|
1519
1519
|
[_xarp]: input[_RP],
|
|
1520
|
-
[_xabgr]: [() => isSerializableHeaderValue(input[_BGR]), () => input[_BGR].toString()],
|
|
1520
|
+
[_xabgr]: [() => (0, import_smithy_client.isSerializableHeaderValue)(input[_BGR]), () => input[_BGR].toString()],
|
|
1521
1521
|
[_xaebo]: input[_EBO]
|
|
1522
1522
|
});
|
|
1523
1523
|
b.bp("/{Key+}");
|
|
@@ -1533,11 +1533,11 @@ var se_DeleteObjectCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1533
1533
|
}, "se_DeleteObjectCommand");
|
|
1534
1534
|
var se_DeleteObjectsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1535
1535
|
const b = (0, import_core2.requestBuilder)(input, context);
|
|
1536
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
1536
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
1537
1537
|
"content-type": "application/xml",
|
|
1538
1538
|
[_xam]: input[_MFA],
|
|
1539
1539
|
[_xarp]: input[_RP],
|
|
1540
|
-
[_xabgr]: [() => isSerializableHeaderValue(input[_BGR]), () => input[_BGR].toString()],
|
|
1540
|
+
[_xabgr]: [() => (0, import_smithy_client.isSerializableHeaderValue)(input[_BGR]), () => input[_BGR].toString()],
|
|
1541
1541
|
[_xaebo]: input[_EBO],
|
|
1542
1542
|
[_xasca]: input[_CA]
|
|
1543
1543
|
});
|
|
@@ -1559,7 +1559,7 @@ var se_DeleteObjectsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1559
1559
|
}, "se_DeleteObjectsCommand");
|
|
1560
1560
|
var se_DeleteObjectTaggingCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1561
1561
|
const b = (0, import_core2.requestBuilder)(input, context);
|
|
1562
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
1562
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
1563
1563
|
[_xaebo]: input[_EBO]
|
|
1564
1564
|
});
|
|
1565
1565
|
b.bp("/{Key+}");
|
|
@@ -1575,7 +1575,7 @@ var se_DeleteObjectTaggingCommand = /* @__PURE__ */ __name(async (input, context
|
|
|
1575
1575
|
}, "se_DeleteObjectTaggingCommand");
|
|
1576
1576
|
var se_DeletePublicAccessBlockCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1577
1577
|
const b = (0, import_core2.requestBuilder)(input, context);
|
|
1578
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
1578
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
1579
1579
|
[_xaebo]: input[_EBO]
|
|
1580
1580
|
});
|
|
1581
1581
|
b.bp("/");
|
|
@@ -1589,7 +1589,7 @@ var se_DeletePublicAccessBlockCommand = /* @__PURE__ */ __name(async (input, con
|
|
|
1589
1589
|
}, "se_DeletePublicAccessBlockCommand");
|
|
1590
1590
|
var se_GetBucketAccelerateConfigurationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1591
1591
|
const b = (0, import_core2.requestBuilder)(input, context);
|
|
1592
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
1592
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
1593
1593
|
[_xaebo]: input[_EBO],
|
|
1594
1594
|
[_xarp]: input[_RP]
|
|
1595
1595
|
});
|
|
@@ -1604,7 +1604,7 @@ var se_GetBucketAccelerateConfigurationCommand = /* @__PURE__ */ __name(async (i
|
|
|
1604
1604
|
}, "se_GetBucketAccelerateConfigurationCommand");
|
|
1605
1605
|
var se_GetBucketAclCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1606
1606
|
const b = (0, import_core2.requestBuilder)(input, context);
|
|
1607
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
1607
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
1608
1608
|
[_xaebo]: input[_EBO]
|
|
1609
1609
|
});
|
|
1610
1610
|
b.bp("/");
|
|
@@ -1618,7 +1618,7 @@ var se_GetBucketAclCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1618
1618
|
}, "se_GetBucketAclCommand");
|
|
1619
1619
|
var se_GetBucketAnalyticsConfigurationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1620
1620
|
const b = (0, import_core2.requestBuilder)(input, context);
|
|
1621
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
1621
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
1622
1622
|
[_xaebo]: input[_EBO]
|
|
1623
1623
|
});
|
|
1624
1624
|
b.bp("/");
|
|
@@ -1634,7 +1634,7 @@ var se_GetBucketAnalyticsConfigurationCommand = /* @__PURE__ */ __name(async (in
|
|
|
1634
1634
|
}, "se_GetBucketAnalyticsConfigurationCommand");
|
|
1635
1635
|
var se_GetBucketCorsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1636
1636
|
const b = (0, import_core2.requestBuilder)(input, context);
|
|
1637
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
1637
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
1638
1638
|
[_xaebo]: input[_EBO]
|
|
1639
1639
|
});
|
|
1640
1640
|
b.bp("/");
|
|
@@ -1648,7 +1648,7 @@ var se_GetBucketCorsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1648
1648
|
}, "se_GetBucketCorsCommand");
|
|
1649
1649
|
var se_GetBucketEncryptionCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1650
1650
|
const b = (0, import_core2.requestBuilder)(input, context);
|
|
1651
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
1651
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
1652
1652
|
[_xaebo]: input[_EBO]
|
|
1653
1653
|
});
|
|
1654
1654
|
b.bp("/");
|
|
@@ -1676,7 +1676,7 @@ var se_GetBucketIntelligentTieringConfigurationCommand = /* @__PURE__ */ __name(
|
|
|
1676
1676
|
}, "se_GetBucketIntelligentTieringConfigurationCommand");
|
|
1677
1677
|
var se_GetBucketInventoryConfigurationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1678
1678
|
const b = (0, import_core2.requestBuilder)(input, context);
|
|
1679
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
1679
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
1680
1680
|
[_xaebo]: input[_EBO]
|
|
1681
1681
|
});
|
|
1682
1682
|
b.bp("/");
|
|
@@ -1692,7 +1692,7 @@ var se_GetBucketInventoryConfigurationCommand = /* @__PURE__ */ __name(async (in
|
|
|
1692
1692
|
}, "se_GetBucketInventoryConfigurationCommand");
|
|
1693
1693
|
var se_GetBucketLifecycleConfigurationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1694
1694
|
const b = (0, import_core2.requestBuilder)(input, context);
|
|
1695
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
1695
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
1696
1696
|
[_xaebo]: input[_EBO]
|
|
1697
1697
|
});
|
|
1698
1698
|
b.bp("/");
|
|
@@ -1706,7 +1706,7 @@ var se_GetBucketLifecycleConfigurationCommand = /* @__PURE__ */ __name(async (in
|
|
|
1706
1706
|
}, "se_GetBucketLifecycleConfigurationCommand");
|
|
1707
1707
|
var se_GetBucketLocationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1708
1708
|
const b = (0, import_core2.requestBuilder)(input, context);
|
|
1709
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
1709
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
1710
1710
|
[_xaebo]: input[_EBO]
|
|
1711
1711
|
});
|
|
1712
1712
|
b.bp("/");
|
|
@@ -1720,7 +1720,7 @@ var se_GetBucketLocationCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
1720
1720
|
}, "se_GetBucketLocationCommand");
|
|
1721
1721
|
var se_GetBucketLoggingCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1722
1722
|
const b = (0, import_core2.requestBuilder)(input, context);
|
|
1723
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
1723
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
1724
1724
|
[_xaebo]: input[_EBO]
|
|
1725
1725
|
});
|
|
1726
1726
|
b.bp("/");
|
|
@@ -1734,7 +1734,7 @@ var se_GetBucketLoggingCommand = /* @__PURE__ */ __name(async (input, context) =
|
|
|
1734
1734
|
}, "se_GetBucketLoggingCommand");
|
|
1735
1735
|
var se_GetBucketMetricsConfigurationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1736
1736
|
const b = (0, import_core2.requestBuilder)(input, context);
|
|
1737
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
1737
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
1738
1738
|
[_xaebo]: input[_EBO]
|
|
1739
1739
|
});
|
|
1740
1740
|
b.bp("/");
|
|
@@ -1750,7 +1750,7 @@ var se_GetBucketMetricsConfigurationCommand = /* @__PURE__ */ __name(async (inpu
|
|
|
1750
1750
|
}, "se_GetBucketMetricsConfigurationCommand");
|
|
1751
1751
|
var se_GetBucketNotificationConfigurationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1752
1752
|
const b = (0, import_core2.requestBuilder)(input, context);
|
|
1753
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
1753
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
1754
1754
|
[_xaebo]: input[_EBO]
|
|
1755
1755
|
});
|
|
1756
1756
|
b.bp("/");
|
|
@@ -1764,7 +1764,7 @@ var se_GetBucketNotificationConfigurationCommand = /* @__PURE__ */ __name(async
|
|
|
1764
1764
|
}, "se_GetBucketNotificationConfigurationCommand");
|
|
1765
1765
|
var se_GetBucketOwnershipControlsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1766
1766
|
const b = (0, import_core2.requestBuilder)(input, context);
|
|
1767
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
1767
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
1768
1768
|
[_xaebo]: input[_EBO]
|
|
1769
1769
|
});
|
|
1770
1770
|
b.bp("/");
|
|
@@ -1778,7 +1778,7 @@ var se_GetBucketOwnershipControlsCommand = /* @__PURE__ */ __name(async (input,
|
|
|
1778
1778
|
}, "se_GetBucketOwnershipControlsCommand");
|
|
1779
1779
|
var se_GetBucketPolicyCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1780
1780
|
const b = (0, import_core2.requestBuilder)(input, context);
|
|
1781
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
1781
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
1782
1782
|
[_xaebo]: input[_EBO]
|
|
1783
1783
|
});
|
|
1784
1784
|
b.bp("/");
|
|
@@ -1792,7 +1792,7 @@ var se_GetBucketPolicyCommand = /* @__PURE__ */ __name(async (input, context) =>
|
|
|
1792
1792
|
}, "se_GetBucketPolicyCommand");
|
|
1793
1793
|
var se_GetBucketPolicyStatusCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1794
1794
|
const b = (0, import_core2.requestBuilder)(input, context);
|
|
1795
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
1795
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
1796
1796
|
[_xaebo]: input[_EBO]
|
|
1797
1797
|
});
|
|
1798
1798
|
b.bp("/");
|
|
@@ -1806,7 +1806,7 @@ var se_GetBucketPolicyStatusCommand = /* @__PURE__ */ __name(async (input, conte
|
|
|
1806
1806
|
}, "se_GetBucketPolicyStatusCommand");
|
|
1807
1807
|
var se_GetBucketReplicationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1808
1808
|
const b = (0, import_core2.requestBuilder)(input, context);
|
|
1809
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
1809
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
1810
1810
|
[_xaebo]: input[_EBO]
|
|
1811
1811
|
});
|
|
1812
1812
|
b.bp("/");
|
|
@@ -1820,7 +1820,7 @@ var se_GetBucketReplicationCommand = /* @__PURE__ */ __name(async (input, contex
|
|
|
1820
1820
|
}, "se_GetBucketReplicationCommand");
|
|
1821
1821
|
var se_GetBucketRequestPaymentCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1822
1822
|
const b = (0, import_core2.requestBuilder)(input, context);
|
|
1823
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
1823
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
1824
1824
|
[_xaebo]: input[_EBO]
|
|
1825
1825
|
});
|
|
1826
1826
|
b.bp("/");
|
|
@@ -1834,7 +1834,7 @@ var se_GetBucketRequestPaymentCommand = /* @__PURE__ */ __name(async (input, con
|
|
|
1834
1834
|
}, "se_GetBucketRequestPaymentCommand");
|
|
1835
1835
|
var se_GetBucketTaggingCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1836
1836
|
const b = (0, import_core2.requestBuilder)(input, context);
|
|
1837
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
1837
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
1838
1838
|
[_xaebo]: input[_EBO]
|
|
1839
1839
|
});
|
|
1840
1840
|
b.bp("/");
|
|
@@ -1848,7 +1848,7 @@ var se_GetBucketTaggingCommand = /* @__PURE__ */ __name(async (input, context) =
|
|
|
1848
1848
|
}, "se_GetBucketTaggingCommand");
|
|
1849
1849
|
var se_GetBucketVersioningCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1850
1850
|
const b = (0, import_core2.requestBuilder)(input, context);
|
|
1851
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
1851
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
1852
1852
|
[_xaebo]: input[_EBO]
|
|
1853
1853
|
});
|
|
1854
1854
|
b.bp("/");
|
|
@@ -1862,7 +1862,7 @@ var se_GetBucketVersioningCommand = /* @__PURE__ */ __name(async (input, context
|
|
|
1862
1862
|
}, "se_GetBucketVersioningCommand");
|
|
1863
1863
|
var se_GetBucketWebsiteCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1864
1864
|
const b = (0, import_core2.requestBuilder)(input, context);
|
|
1865
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
1865
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
1866
1866
|
[_xaebo]: input[_EBO]
|
|
1867
1867
|
});
|
|
1868
1868
|
b.bp("/");
|
|
@@ -1876,11 +1876,11 @@ var se_GetBucketWebsiteCommand = /* @__PURE__ */ __name(async (input, context) =
|
|
|
1876
1876
|
}, "se_GetBucketWebsiteCommand");
|
|
1877
1877
|
var se_GetObjectCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1878
1878
|
const b = (0, import_core2.requestBuilder)(input, context);
|
|
1879
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
1879
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
1880
1880
|
[_im]: input[_IM],
|
|
1881
|
-
[_ims]: [() => isSerializableHeaderValue(input[_IMS]), () => (0, import_smithy_client.dateToUtcString)(input[_IMS]).toString()],
|
|
1881
|
+
[_ims]: [() => (0, import_smithy_client.isSerializableHeaderValue)(input[_IMS]), () => (0, import_smithy_client.dateToUtcString)(input[_IMS]).toString()],
|
|
1882
1882
|
[_inm]: input[_INM],
|
|
1883
|
-
[_ius]: [() => isSerializableHeaderValue(input[_IUS]), () => (0, import_smithy_client.dateToUtcString)(input[_IUS]).toString()],
|
|
1883
|
+
[_ius]: [() => (0, import_smithy_client.isSerializableHeaderValue)(input[_IUS]), () => (0, import_smithy_client.dateToUtcString)(input[_IUS]).toString()],
|
|
1884
1884
|
[_ra]: input[_R],
|
|
1885
1885
|
[_xasseca]: input[_SSECA],
|
|
1886
1886
|
[_xasseck]: input[_SSECK],
|
|
@@ -1909,7 +1909,7 @@ var se_GetObjectCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1909
1909
|
}, "se_GetObjectCommand");
|
|
1910
1910
|
var se_GetObjectAclCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1911
1911
|
const b = (0, import_core2.requestBuilder)(input, context);
|
|
1912
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
1912
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
1913
1913
|
[_xarp]: input[_RP],
|
|
1914
1914
|
[_xaebo]: input[_EBO]
|
|
1915
1915
|
});
|
|
@@ -1926,18 +1926,15 @@ var se_GetObjectAclCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1926
1926
|
}, "se_GetObjectAclCommand");
|
|
1927
1927
|
var se_GetObjectAttributesCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1928
1928
|
const b = (0, import_core2.requestBuilder)(input, context);
|
|
1929
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
1930
|
-
[_xamp]: [() => isSerializableHeaderValue(input[_MP]), () => input[_MP].toString()],
|
|
1929
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
1930
|
+
[_xamp]: [() => (0, import_smithy_client.isSerializableHeaderValue)(input[_MP]), () => input[_MP].toString()],
|
|
1931
1931
|
[_xapnm]: input[_PNM],
|
|
1932
1932
|
[_xasseca]: input[_SSECA],
|
|
1933
1933
|
[_xasseck]: input[_SSECK],
|
|
1934
1934
|
[_xasseckm]: input[_SSECKMD],
|
|
1935
1935
|
[_xarp]: input[_RP],
|
|
1936
1936
|
[_xaebo]: input[_EBO],
|
|
1937
|
-
[_xaoa]: [
|
|
1938
|
-
() => isSerializableHeaderValue(input[_OA]),
|
|
1939
|
-
() => (input[_OA] || []).map((_entry) => _entry).join(", ")
|
|
1940
|
-
]
|
|
1937
|
+
[_xaoa]: [() => (0, import_smithy_client.isSerializableHeaderValue)(input[_OA]), () => (input[_OA] || []).join(", ")]
|
|
1941
1938
|
});
|
|
1942
1939
|
b.bp("/{Key+}");
|
|
1943
1940
|
b.p("Bucket", () => input.Bucket, "{Bucket}", false);
|
|
@@ -1952,7 +1949,7 @@ var se_GetObjectAttributesCommand = /* @__PURE__ */ __name(async (input, context
|
|
|
1952
1949
|
}, "se_GetObjectAttributesCommand");
|
|
1953
1950
|
var se_GetObjectLegalHoldCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1954
1951
|
const b = (0, import_core2.requestBuilder)(input, context);
|
|
1955
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
1952
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
1956
1953
|
[_xarp]: input[_RP],
|
|
1957
1954
|
[_xaebo]: input[_EBO]
|
|
1958
1955
|
});
|
|
@@ -1969,7 +1966,7 @@ var se_GetObjectLegalHoldCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
1969
1966
|
}, "se_GetObjectLegalHoldCommand");
|
|
1970
1967
|
var se_GetObjectLockConfigurationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1971
1968
|
const b = (0, import_core2.requestBuilder)(input, context);
|
|
1972
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
1969
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
1973
1970
|
[_xaebo]: input[_EBO]
|
|
1974
1971
|
});
|
|
1975
1972
|
b.bp("/");
|
|
@@ -1983,7 +1980,7 @@ var se_GetObjectLockConfigurationCommand = /* @__PURE__ */ __name(async (input,
|
|
|
1983
1980
|
}, "se_GetObjectLockConfigurationCommand");
|
|
1984
1981
|
var se_GetObjectRetentionCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1985
1982
|
const b = (0, import_core2.requestBuilder)(input, context);
|
|
1986
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
1983
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
1987
1984
|
[_xarp]: input[_RP],
|
|
1988
1985
|
[_xaebo]: input[_EBO]
|
|
1989
1986
|
});
|
|
@@ -2000,7 +1997,7 @@ var se_GetObjectRetentionCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
2000
1997
|
}, "se_GetObjectRetentionCommand");
|
|
2001
1998
|
var se_GetObjectTaggingCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2002
1999
|
const b = (0, import_core2.requestBuilder)(input, context);
|
|
2003
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
2000
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
2004
2001
|
[_xaebo]: input[_EBO],
|
|
2005
2002
|
[_xarp]: input[_RP]
|
|
2006
2003
|
});
|
|
@@ -2017,7 +2014,7 @@ var se_GetObjectTaggingCommand = /* @__PURE__ */ __name(async (input, context) =
|
|
|
2017
2014
|
}, "se_GetObjectTaggingCommand");
|
|
2018
2015
|
var se_GetObjectTorrentCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2019
2016
|
const b = (0, import_core2.requestBuilder)(input, context);
|
|
2020
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
2017
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
2021
2018
|
[_xarp]: input[_RP],
|
|
2022
2019
|
[_xaebo]: input[_EBO]
|
|
2023
2020
|
});
|
|
@@ -2033,7 +2030,7 @@ var se_GetObjectTorrentCommand = /* @__PURE__ */ __name(async (input, context) =
|
|
|
2033
2030
|
}, "se_GetObjectTorrentCommand");
|
|
2034
2031
|
var se_GetPublicAccessBlockCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2035
2032
|
const b = (0, import_core2.requestBuilder)(input, context);
|
|
2036
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
2033
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
2037
2034
|
[_xaebo]: input[_EBO]
|
|
2038
2035
|
});
|
|
2039
2036
|
b.bp("/");
|
|
@@ -2047,7 +2044,7 @@ var se_GetPublicAccessBlockCommand = /* @__PURE__ */ __name(async (input, contex
|
|
|
2047
2044
|
}, "se_GetPublicAccessBlockCommand");
|
|
2048
2045
|
var se_HeadBucketCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2049
2046
|
const b = (0, import_core2.requestBuilder)(input, context);
|
|
2050
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
2047
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
2051
2048
|
[_xaebo]: input[_EBO]
|
|
2052
2049
|
});
|
|
2053
2050
|
b.bp("/");
|
|
@@ -2058,11 +2055,11 @@ var se_HeadBucketCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
2058
2055
|
}, "se_HeadBucketCommand");
|
|
2059
2056
|
var se_HeadObjectCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2060
2057
|
const b = (0, import_core2.requestBuilder)(input, context);
|
|
2061
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
2058
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
2062
2059
|
[_im]: input[_IM],
|
|
2063
|
-
[_ims]: [() => isSerializableHeaderValue(input[_IMS]), () => (0, import_smithy_client.dateToUtcString)(input[_IMS]).toString()],
|
|
2060
|
+
[_ims]: [() => (0, import_smithy_client.isSerializableHeaderValue)(input[_IMS]), () => (0, import_smithy_client.dateToUtcString)(input[_IMS]).toString()],
|
|
2064
2061
|
[_inm]: input[_INM],
|
|
2065
|
-
[_ius]: [() => isSerializableHeaderValue(input[_IUS]), () => (0, import_smithy_client.dateToUtcString)(input[_IUS]).toString()],
|
|
2062
|
+
[_ius]: [() => (0, import_smithy_client.isSerializableHeaderValue)(input[_IUS]), () => (0, import_smithy_client.dateToUtcString)(input[_IUS]).toString()],
|
|
2066
2063
|
[_ra]: input[_R],
|
|
2067
2064
|
[_xasseca]: input[_SSECA],
|
|
2068
2065
|
[_xasseck]: input[_SSECK],
|
|
@@ -2090,7 +2087,7 @@ var se_HeadObjectCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
2090
2087
|
}, "se_HeadObjectCommand");
|
|
2091
2088
|
var se_ListBucketAnalyticsConfigurationsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2092
2089
|
const b = (0, import_core2.requestBuilder)(input, context);
|
|
2093
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
2090
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
2094
2091
|
[_xaebo]: input[_EBO]
|
|
2095
2092
|
});
|
|
2096
2093
|
b.bp("/");
|
|
@@ -2120,7 +2117,7 @@ var se_ListBucketIntelligentTieringConfigurationsCommand = /* @__PURE__ */ __nam
|
|
|
2120
2117
|
}, "se_ListBucketIntelligentTieringConfigurationsCommand");
|
|
2121
2118
|
var se_ListBucketInventoryConfigurationsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2122
2119
|
const b = (0, import_core2.requestBuilder)(input, context);
|
|
2123
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
2120
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
2124
2121
|
[_xaebo]: input[_EBO]
|
|
2125
2122
|
});
|
|
2126
2123
|
b.bp("/");
|
|
@@ -2136,7 +2133,7 @@ var se_ListBucketInventoryConfigurationsCommand = /* @__PURE__ */ __name(async (
|
|
|
2136
2133
|
}, "se_ListBucketInventoryConfigurationsCommand");
|
|
2137
2134
|
var se_ListBucketMetricsConfigurationsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2138
2135
|
const b = (0, import_core2.requestBuilder)(input, context);
|
|
2139
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
2136
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
2140
2137
|
[_xaebo]: input[_EBO]
|
|
2141
2138
|
});
|
|
2142
2139
|
b.bp("/");
|
|
@@ -2178,7 +2175,7 @@ var se_ListDirectoryBucketsCommand = /* @__PURE__ */ __name(async (input, contex
|
|
|
2178
2175
|
}, "se_ListDirectoryBucketsCommand");
|
|
2179
2176
|
var se_ListMultipartUploadsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2180
2177
|
const b = (0, import_core2.requestBuilder)(input, context);
|
|
2181
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
2178
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
2182
2179
|
[_xaebo]: input[_EBO],
|
|
2183
2180
|
[_xarp]: input[_RP]
|
|
2184
2181
|
});
|
|
@@ -2199,13 +2196,10 @@ var se_ListMultipartUploadsCommand = /* @__PURE__ */ __name(async (input, contex
|
|
|
2199
2196
|
}, "se_ListMultipartUploadsCommand");
|
|
2200
2197
|
var se_ListObjectsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2201
2198
|
const b = (0, import_core2.requestBuilder)(input, context);
|
|
2202
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
2199
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
2203
2200
|
[_xarp]: input[_RP],
|
|
2204
2201
|
[_xaebo]: input[_EBO],
|
|
2205
|
-
[_xaooa]: [
|
|
2206
|
-
() => isSerializableHeaderValue(input[_OOA]),
|
|
2207
|
-
() => (input[_OOA] || []).map((_entry) => _entry).join(", ")
|
|
2208
|
-
]
|
|
2202
|
+
[_xaooa]: [() => (0, import_smithy_client.isSerializableHeaderValue)(input[_OOA]), () => (input[_OOA] || []).join(", ")]
|
|
2209
2203
|
});
|
|
2210
2204
|
b.bp("/");
|
|
2211
2205
|
b.p("Bucket", () => input.Bucket, "{Bucket}", false);
|
|
@@ -2222,13 +2216,10 @@ var se_ListObjectsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
2222
2216
|
}, "se_ListObjectsCommand");
|
|
2223
2217
|
var se_ListObjectsV2Command = /* @__PURE__ */ __name(async (input, context) => {
|
|
2224
2218
|
const b = (0, import_core2.requestBuilder)(input, context);
|
|
2225
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
2219
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
2226
2220
|
[_xarp]: input[_RP],
|
|
2227
2221
|
[_xaebo]: input[_EBO],
|
|
2228
|
-
[_xaooa]: [
|
|
2229
|
-
() => isSerializableHeaderValue(input[_OOA]),
|
|
2230
|
-
() => (input[_OOA] || []).map((_entry) => _entry).join(", ")
|
|
2231
|
-
]
|
|
2222
|
+
[_xaooa]: [() => (0, import_smithy_client.isSerializableHeaderValue)(input[_OOA]), () => (input[_OOA] || []).join(", ")]
|
|
2232
2223
|
});
|
|
2233
2224
|
b.bp("/");
|
|
2234
2225
|
b.p("Bucket", () => input.Bucket, "{Bucket}", false);
|
|
@@ -2248,13 +2239,10 @@ var se_ListObjectsV2Command = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
2248
2239
|
}, "se_ListObjectsV2Command");
|
|
2249
2240
|
var se_ListObjectVersionsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2250
2241
|
const b = (0, import_core2.requestBuilder)(input, context);
|
|
2251
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
2242
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
2252
2243
|
[_xaebo]: input[_EBO],
|
|
2253
2244
|
[_xarp]: input[_RP],
|
|
2254
|
-
[_xaooa]: [
|
|
2255
|
-
() => isSerializableHeaderValue(input[_OOA]),
|
|
2256
|
-
() => (input[_OOA] || []).map((_entry) => _entry).join(", ")
|
|
2257
|
-
]
|
|
2245
|
+
[_xaooa]: [() => (0, import_smithy_client.isSerializableHeaderValue)(input[_OOA]), () => (input[_OOA] || []).join(", ")]
|
|
2258
2246
|
});
|
|
2259
2247
|
b.bp("/");
|
|
2260
2248
|
b.p("Bucket", () => input.Bucket, "{Bucket}", false);
|
|
@@ -2273,7 +2261,7 @@ var se_ListObjectVersionsCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
2273
2261
|
}, "se_ListObjectVersionsCommand");
|
|
2274
2262
|
var se_ListPartsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2275
2263
|
const b = (0, import_core2.requestBuilder)(input, context);
|
|
2276
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
2264
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
2277
2265
|
[_xarp]: input[_RP],
|
|
2278
2266
|
[_xaebo]: input[_EBO],
|
|
2279
2267
|
[_xasseca]: input[_SSECA],
|
|
@@ -2295,7 +2283,7 @@ var se_ListPartsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
2295
2283
|
}, "se_ListPartsCommand");
|
|
2296
2284
|
var se_PutBucketAccelerateConfigurationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2297
2285
|
const b = (0, import_core2.requestBuilder)(input, context);
|
|
2298
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
2286
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
2299
2287
|
"content-type": "application/xml",
|
|
2300
2288
|
[_xaebo]: input[_EBO],
|
|
2301
2289
|
[_xasca]: input[_CA]
|
|
@@ -2318,7 +2306,7 @@ var se_PutBucketAccelerateConfigurationCommand = /* @__PURE__ */ __name(async (i
|
|
|
2318
2306
|
}, "se_PutBucketAccelerateConfigurationCommand");
|
|
2319
2307
|
var se_PutBucketAclCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2320
2308
|
const b = (0, import_core2.requestBuilder)(input, context);
|
|
2321
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
2309
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
2322
2310
|
"content-type": "application/xml",
|
|
2323
2311
|
[_xaa]: input[_ACL],
|
|
2324
2312
|
[_cm]: input[_CMD],
|
|
@@ -2348,7 +2336,7 @@ var se_PutBucketAclCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
2348
2336
|
}, "se_PutBucketAclCommand");
|
|
2349
2337
|
var se_PutBucketAnalyticsConfigurationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2350
2338
|
const b = (0, import_core2.requestBuilder)(input, context);
|
|
2351
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
2339
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
2352
2340
|
"content-type": "application/xml",
|
|
2353
2341
|
[_xaebo]: input[_EBO]
|
|
2354
2342
|
});
|
|
@@ -2371,7 +2359,7 @@ var se_PutBucketAnalyticsConfigurationCommand = /* @__PURE__ */ __name(async (in
|
|
|
2371
2359
|
}, "se_PutBucketAnalyticsConfigurationCommand");
|
|
2372
2360
|
var se_PutBucketCorsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2373
2361
|
const b = (0, import_core2.requestBuilder)(input, context);
|
|
2374
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
2362
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
2375
2363
|
"content-type": "application/xml",
|
|
2376
2364
|
[_cm]: input[_CMD],
|
|
2377
2365
|
[_xasca]: input[_CA],
|
|
@@ -2395,7 +2383,7 @@ var se_PutBucketCorsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
2395
2383
|
}, "se_PutBucketCorsCommand");
|
|
2396
2384
|
var se_PutBucketEncryptionCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2397
2385
|
const b = (0, import_core2.requestBuilder)(input, context);
|
|
2398
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
2386
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
2399
2387
|
"content-type": "application/xml",
|
|
2400
2388
|
[_cm]: input[_CMD],
|
|
2401
2389
|
[_xasca]: input[_CA],
|
|
@@ -2441,7 +2429,7 @@ var se_PutBucketIntelligentTieringConfigurationCommand = /* @__PURE__ */ __name(
|
|
|
2441
2429
|
}, "se_PutBucketIntelligentTieringConfigurationCommand");
|
|
2442
2430
|
var se_PutBucketInventoryConfigurationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2443
2431
|
const b = (0, import_core2.requestBuilder)(input, context);
|
|
2444
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
2432
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
2445
2433
|
"content-type": "application/xml",
|
|
2446
2434
|
[_xaebo]: input[_EBO]
|
|
2447
2435
|
});
|
|
@@ -2464,7 +2452,7 @@ var se_PutBucketInventoryConfigurationCommand = /* @__PURE__ */ __name(async (in
|
|
|
2464
2452
|
}, "se_PutBucketInventoryConfigurationCommand");
|
|
2465
2453
|
var se_PutBucketLifecycleConfigurationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2466
2454
|
const b = (0, import_core2.requestBuilder)(input, context);
|
|
2467
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
2455
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
2468
2456
|
"content-type": "application/xml",
|
|
2469
2457
|
[_xasca]: input[_CA],
|
|
2470
2458
|
[_xaebo]: input[_EBO]
|
|
@@ -2488,7 +2476,7 @@ var se_PutBucketLifecycleConfigurationCommand = /* @__PURE__ */ __name(async (in
|
|
|
2488
2476
|
}, "se_PutBucketLifecycleConfigurationCommand");
|
|
2489
2477
|
var se_PutBucketLoggingCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2490
2478
|
const b = (0, import_core2.requestBuilder)(input, context);
|
|
2491
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
2479
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
2492
2480
|
"content-type": "application/xml",
|
|
2493
2481
|
[_cm]: input[_CMD],
|
|
2494
2482
|
[_xasca]: input[_CA],
|
|
@@ -2512,7 +2500,7 @@ var se_PutBucketLoggingCommand = /* @__PURE__ */ __name(async (input, context) =
|
|
|
2512
2500
|
}, "se_PutBucketLoggingCommand");
|
|
2513
2501
|
var se_PutBucketMetricsConfigurationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2514
2502
|
const b = (0, import_core2.requestBuilder)(input, context);
|
|
2515
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
2503
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
2516
2504
|
"content-type": "application/xml",
|
|
2517
2505
|
[_xaebo]: input[_EBO]
|
|
2518
2506
|
});
|
|
@@ -2535,10 +2523,10 @@ var se_PutBucketMetricsConfigurationCommand = /* @__PURE__ */ __name(async (inpu
|
|
|
2535
2523
|
}, "se_PutBucketMetricsConfigurationCommand");
|
|
2536
2524
|
var se_PutBucketNotificationConfigurationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2537
2525
|
const b = (0, import_core2.requestBuilder)(input, context);
|
|
2538
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
2526
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
2539
2527
|
"content-type": "application/xml",
|
|
2540
2528
|
[_xaebo]: input[_EBO],
|
|
2541
|
-
[_xasdv]: [() => isSerializableHeaderValue(input[_SDV]), () => input[_SDV].toString()]
|
|
2529
|
+
[_xasdv]: [() => (0, import_smithy_client.isSerializableHeaderValue)(input[_SDV]), () => input[_SDV].toString()]
|
|
2542
2530
|
});
|
|
2543
2531
|
b.bp("/");
|
|
2544
2532
|
b.p("Bucket", () => input.Bucket, "{Bucket}", false);
|
|
@@ -2558,7 +2546,7 @@ var se_PutBucketNotificationConfigurationCommand = /* @__PURE__ */ __name(async
|
|
|
2558
2546
|
}, "se_PutBucketNotificationConfigurationCommand");
|
|
2559
2547
|
var se_PutBucketOwnershipControlsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2560
2548
|
const b = (0, import_core2.requestBuilder)(input, context);
|
|
2561
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
2549
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
2562
2550
|
"content-type": "application/xml",
|
|
2563
2551
|
[_cm]: input[_CMD],
|
|
2564
2552
|
[_xaebo]: input[_EBO]
|
|
@@ -2581,11 +2569,11 @@ var se_PutBucketOwnershipControlsCommand = /* @__PURE__ */ __name(async (input,
|
|
|
2581
2569
|
}, "se_PutBucketOwnershipControlsCommand");
|
|
2582
2570
|
var se_PutBucketPolicyCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2583
2571
|
const b = (0, import_core2.requestBuilder)(input, context);
|
|
2584
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
2572
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
2585
2573
|
"content-type": "text/plain",
|
|
2586
2574
|
[_cm]: input[_CMD],
|
|
2587
2575
|
[_xasca]: input[_CA],
|
|
2588
|
-
[_xacrsba]: [() => isSerializableHeaderValue(input[_CRSBA]), () => input[_CRSBA].toString()],
|
|
2576
|
+
[_xacrsba]: [() => (0, import_smithy_client.isSerializableHeaderValue)(input[_CRSBA]), () => input[_CRSBA].toString()],
|
|
2589
2577
|
[_xaebo]: input[_EBO]
|
|
2590
2578
|
});
|
|
2591
2579
|
b.bp("/");
|
|
@@ -2604,7 +2592,7 @@ var se_PutBucketPolicyCommand = /* @__PURE__ */ __name(async (input, context) =>
|
|
|
2604
2592
|
}, "se_PutBucketPolicyCommand");
|
|
2605
2593
|
var se_PutBucketReplicationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2606
2594
|
const b = (0, import_core2.requestBuilder)(input, context);
|
|
2607
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
2595
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
2608
2596
|
"content-type": "application/xml",
|
|
2609
2597
|
[_cm]: input[_CMD],
|
|
2610
2598
|
[_xasca]: input[_CA],
|
|
@@ -2629,7 +2617,7 @@ var se_PutBucketReplicationCommand = /* @__PURE__ */ __name(async (input, contex
|
|
|
2629
2617
|
}, "se_PutBucketReplicationCommand");
|
|
2630
2618
|
var se_PutBucketRequestPaymentCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2631
2619
|
const b = (0, import_core2.requestBuilder)(input, context);
|
|
2632
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
2620
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
2633
2621
|
"content-type": "application/xml",
|
|
2634
2622
|
[_cm]: input[_CMD],
|
|
2635
2623
|
[_xasca]: input[_CA],
|
|
@@ -2653,7 +2641,7 @@ var se_PutBucketRequestPaymentCommand = /* @__PURE__ */ __name(async (input, con
|
|
|
2653
2641
|
}, "se_PutBucketRequestPaymentCommand");
|
|
2654
2642
|
var se_PutBucketTaggingCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2655
2643
|
const b = (0, import_core2.requestBuilder)(input, context);
|
|
2656
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
2644
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
2657
2645
|
"content-type": "application/xml",
|
|
2658
2646
|
[_cm]: input[_CMD],
|
|
2659
2647
|
[_xasca]: input[_CA],
|
|
@@ -2677,7 +2665,7 @@ var se_PutBucketTaggingCommand = /* @__PURE__ */ __name(async (input, context) =
|
|
|
2677
2665
|
}, "se_PutBucketTaggingCommand");
|
|
2678
2666
|
var se_PutBucketVersioningCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2679
2667
|
const b = (0, import_core2.requestBuilder)(input, context);
|
|
2680
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
2668
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
2681
2669
|
"content-type": "application/xml",
|
|
2682
2670
|
[_cm]: input[_CMD],
|
|
2683
2671
|
[_xasca]: input[_CA],
|
|
@@ -2702,7 +2690,7 @@ var se_PutBucketVersioningCommand = /* @__PURE__ */ __name(async (input, context
|
|
|
2702
2690
|
}, "se_PutBucketVersioningCommand");
|
|
2703
2691
|
var se_PutBucketWebsiteCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2704
2692
|
const b = (0, import_core2.requestBuilder)(input, context);
|
|
2705
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
2693
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
2706
2694
|
"content-type": "application/xml",
|
|
2707
2695
|
[_cm]: input[_CMD],
|
|
2708
2696
|
[_xasca]: input[_CA],
|
|
@@ -2726,21 +2714,21 @@ var se_PutBucketWebsiteCommand = /* @__PURE__ */ __name(async (input, context) =
|
|
|
2726
2714
|
}, "se_PutBucketWebsiteCommand");
|
|
2727
2715
|
var se_PutObjectCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2728
2716
|
const b = (0, import_core2.requestBuilder)(input, context);
|
|
2729
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
2717
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
2730
2718
|
[_ct]: input[_CT] || "application/octet-stream",
|
|
2731
2719
|
[_xaa]: input[_ACL],
|
|
2732
2720
|
[_cc]: input[_CC],
|
|
2733
2721
|
[_cd]: input[_CD],
|
|
2734
2722
|
[_ce]: input[_CE],
|
|
2735
2723
|
[_cl]: input[_CL],
|
|
2736
|
-
[_cl_]: [() => isSerializableHeaderValue(input[_CLo]), () => input[_CLo].toString()],
|
|
2724
|
+
[_cl_]: [() => (0, import_smithy_client.isSerializableHeaderValue)(input[_CLo]), () => input[_CLo].toString()],
|
|
2737
2725
|
[_cm]: input[_CMD],
|
|
2738
2726
|
[_xasca]: input[_CA],
|
|
2739
2727
|
[_xacc]: input[_CCRC],
|
|
2740
2728
|
[_xacc_]: input[_CCRCC],
|
|
2741
2729
|
[_xacs]: input[_CSHA],
|
|
2742
2730
|
[_xacs_]: input[_CSHAh],
|
|
2743
|
-
[_e]: [() => isSerializableHeaderValue(input[_E]), () => (0, import_smithy_client.dateToUtcString)(input[_E]).toString()],
|
|
2731
|
+
[_e]: [() => (0, import_smithy_client.isSerializableHeaderValue)(input[_E]), () => (0, import_smithy_client.dateToUtcString)(input[_E]).toString()],
|
|
2744
2732
|
[_inm]: input[_INM],
|
|
2745
2733
|
[_xagfc]: input[_GFC],
|
|
2746
2734
|
[_xagr]: input[_GR],
|
|
@@ -2754,11 +2742,11 @@ var se_PutObjectCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
2754
2742
|
[_xasseckm]: input[_SSECKMD],
|
|
2755
2743
|
[_xasseakki]: input[_SSEKMSKI],
|
|
2756
2744
|
[_xassec]: input[_SSEKMSEC],
|
|
2757
|
-
[_xassebke]: [() => isSerializableHeaderValue(input[_BKE]), () => input[_BKE].toString()],
|
|
2745
|
+
[_xassebke]: [() => (0, import_smithy_client.isSerializableHeaderValue)(input[_BKE]), () => input[_BKE].toString()],
|
|
2758
2746
|
[_xarp]: input[_RP],
|
|
2759
2747
|
[_xat]: input[_T],
|
|
2760
2748
|
[_xaolm]: input[_OLM],
|
|
2761
|
-
[_xaolrud]: [() => isSerializableHeaderValue(input[_OLRUD]), () => (0, import_smithy_client.serializeDateTime)(input[_OLRUD]).toString()],
|
|
2749
|
+
[_xaolrud]: [() => (0, import_smithy_client.isSerializableHeaderValue)(input[_OLRUD]), () => (0, import_smithy_client.serializeDateTime)(input[_OLRUD]).toString()],
|
|
2762
2750
|
[_xaollh]: input[_OLLHS],
|
|
2763
2751
|
[_xaebo]: input[_EBO],
|
|
2764
2752
|
...input.Metadata !== void 0 && Object.keys(input.Metadata).reduce((acc, suffix) => {
|
|
@@ -2783,7 +2771,7 @@ var se_PutObjectCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
2783
2771
|
}, "se_PutObjectCommand");
|
|
2784
2772
|
var se_PutObjectAclCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2785
2773
|
const b = (0, import_core2.requestBuilder)(input, context);
|
|
2786
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
2774
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
2787
2775
|
"content-type": "application/xml",
|
|
2788
2776
|
[_xaa]: input[_ACL],
|
|
2789
2777
|
[_cm]: input[_CMD],
|
|
@@ -2816,7 +2804,7 @@ var se_PutObjectAclCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
2816
2804
|
}, "se_PutObjectAclCommand");
|
|
2817
2805
|
var se_PutObjectLegalHoldCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2818
2806
|
const b = (0, import_core2.requestBuilder)(input, context);
|
|
2819
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
2807
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
2820
2808
|
"content-type": "application/xml",
|
|
2821
2809
|
[_xarp]: input[_RP],
|
|
2822
2810
|
[_cm]: input[_CMD],
|
|
@@ -2844,7 +2832,7 @@ var se_PutObjectLegalHoldCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
2844
2832
|
}, "se_PutObjectLegalHoldCommand");
|
|
2845
2833
|
var se_PutObjectLockConfigurationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2846
2834
|
const b = (0, import_core2.requestBuilder)(input, context);
|
|
2847
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
2835
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
2848
2836
|
"content-type": "application/xml",
|
|
2849
2837
|
[_xarp]: input[_RP],
|
|
2850
2838
|
[_xabolt]: input[_To],
|
|
@@ -2870,10 +2858,10 @@ var se_PutObjectLockConfigurationCommand = /* @__PURE__ */ __name(async (input,
|
|
|
2870
2858
|
}, "se_PutObjectLockConfigurationCommand");
|
|
2871
2859
|
var se_PutObjectRetentionCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2872
2860
|
const b = (0, import_core2.requestBuilder)(input, context);
|
|
2873
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
2861
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
2874
2862
|
"content-type": "application/xml",
|
|
2875
2863
|
[_xarp]: input[_RP],
|
|
2876
|
-
[_xabgr]: [() => isSerializableHeaderValue(input[_BGR]), () => input[_BGR].toString()],
|
|
2864
|
+
[_xabgr]: [() => (0, import_smithy_client.isSerializableHeaderValue)(input[_BGR]), () => input[_BGR].toString()],
|
|
2877
2865
|
[_cm]: input[_CMD],
|
|
2878
2866
|
[_xasca]: input[_CA],
|
|
2879
2867
|
[_xaebo]: input[_EBO]
|
|
@@ -2899,7 +2887,7 @@ var se_PutObjectRetentionCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
2899
2887
|
}, "se_PutObjectRetentionCommand");
|
|
2900
2888
|
var se_PutObjectTaggingCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2901
2889
|
const b = (0, import_core2.requestBuilder)(input, context);
|
|
2902
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
2890
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
2903
2891
|
"content-type": "application/xml",
|
|
2904
2892
|
[_cm]: input[_CMD],
|
|
2905
2893
|
[_xasca]: input[_CA],
|
|
@@ -2926,7 +2914,7 @@ var se_PutObjectTaggingCommand = /* @__PURE__ */ __name(async (input, context) =
|
|
|
2926
2914
|
}, "se_PutObjectTaggingCommand");
|
|
2927
2915
|
var se_PutPublicAccessBlockCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2928
2916
|
const b = (0, import_core2.requestBuilder)(input, context);
|
|
2929
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
2917
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
2930
2918
|
"content-type": "application/xml",
|
|
2931
2919
|
[_cm]: input[_CMD],
|
|
2932
2920
|
[_xasca]: input[_CA],
|
|
@@ -2950,7 +2938,7 @@ var se_PutPublicAccessBlockCommand = /* @__PURE__ */ __name(async (input, contex
|
|
|
2950
2938
|
}, "se_PutPublicAccessBlockCommand");
|
|
2951
2939
|
var se_RestoreObjectCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2952
2940
|
const b = (0, import_core2.requestBuilder)(input, context);
|
|
2953
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
2941
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
2954
2942
|
"content-type": "application/xml",
|
|
2955
2943
|
[_xarp]: input[_RP],
|
|
2956
2944
|
[_xasca]: input[_CA],
|
|
@@ -2976,7 +2964,7 @@ var se_RestoreObjectCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
2976
2964
|
}, "se_RestoreObjectCommand");
|
|
2977
2965
|
var se_SelectObjectContentCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2978
2966
|
const b = (0, import_core2.requestBuilder)(input, context);
|
|
2979
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
2967
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
2980
2968
|
"content-type": "application/xml",
|
|
2981
2969
|
[_xasseca]: input[_SSECA],
|
|
2982
2970
|
[_xasseck]: input[_SSECK],
|
|
@@ -3014,9 +3002,9 @@ var se_SelectObjectContentCommand = /* @__PURE__ */ __name(async (input, context
|
|
|
3014
3002
|
}, "se_SelectObjectContentCommand");
|
|
3015
3003
|
var se_UploadPartCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
3016
3004
|
const b = (0, import_core2.requestBuilder)(input, context);
|
|
3017
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
3005
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
3018
3006
|
"content-type": "application/octet-stream",
|
|
3019
|
-
[_cl_]: [() => isSerializableHeaderValue(input[_CLo]), () => input[_CLo].toString()],
|
|
3007
|
+
[_cl_]: [() => (0, import_smithy_client.isSerializableHeaderValue)(input[_CLo]), () => input[_CLo].toString()],
|
|
3020
3008
|
[_cm]: input[_CMD],
|
|
3021
3009
|
[_xasca]: input[_CA],
|
|
3022
3010
|
[_xacc]: input[_CCRC],
|
|
@@ -3048,12 +3036,12 @@ var se_UploadPartCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
3048
3036
|
}, "se_UploadPartCommand");
|
|
3049
3037
|
var se_UploadPartCopyCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
3050
3038
|
const b = (0, import_core2.requestBuilder)(input, context);
|
|
3051
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
3039
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
3052
3040
|
[_xacs__]: input[_CS],
|
|
3053
3041
|
[_xacsim]: input[_CSIM],
|
|
3054
|
-
[_xacsims]: [() => isSerializableHeaderValue(input[_CSIMS]), () => (0, import_smithy_client.dateToUtcString)(input[_CSIMS]).toString()],
|
|
3042
|
+
[_xacsims]: [() => (0, import_smithy_client.isSerializableHeaderValue)(input[_CSIMS]), () => (0, import_smithy_client.dateToUtcString)(input[_CSIMS]).toString()],
|
|
3055
3043
|
[_xacsinm]: input[_CSINM],
|
|
3056
|
-
[_xacsius]: [() => isSerializableHeaderValue(input[_CSIUS]), () => (0, import_smithy_client.dateToUtcString)(input[_CSIUS]).toString()],
|
|
3044
|
+
[_xacsius]: [() => (0, import_smithy_client.isSerializableHeaderValue)(input[_CSIUS]), () => (0, import_smithy_client.dateToUtcString)(input[_CSIUS]).toString()],
|
|
3057
3045
|
[_xacsr]: input[_CSR],
|
|
3058
3046
|
[_xasseca]: input[_SSECA],
|
|
3059
3047
|
[_xasseck]: input[_SSECK],
|
|
@@ -3079,12 +3067,12 @@ var se_UploadPartCopyCommand = /* @__PURE__ */ __name(async (input, context) =>
|
|
|
3079
3067
|
}, "se_UploadPartCopyCommand");
|
|
3080
3068
|
var se_WriteGetObjectResponseCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
3081
3069
|
const b = (0, import_core2.requestBuilder)(input, context);
|
|
3082
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
3070
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
3083
3071
|
"x-amz-content-sha256": "UNSIGNED-PAYLOAD",
|
|
3084
3072
|
"content-type": "application/octet-stream",
|
|
3085
3073
|
[_xarr]: input[_RR],
|
|
3086
3074
|
[_xart]: input[_RT],
|
|
3087
|
-
[_xafs]: [() => isSerializableHeaderValue(input[_SCt]), () => input[_SCt].toString()],
|
|
3075
|
+
[_xafs]: [() => (0, import_smithy_client.isSerializableHeaderValue)(input[_SCt]), () => input[_SCt].toString()],
|
|
3088
3076
|
[_xafec]: input[_EC],
|
|
3089
3077
|
[_xafem]: input[_EM],
|
|
3090
3078
|
[_xafhar]: input[_AR],
|
|
@@ -3092,26 +3080,26 @@ var se_WriteGetObjectResponseCommand = /* @__PURE__ */ __name(async (input, cont
|
|
|
3092
3080
|
[_xafhcd]: input[_CD],
|
|
3093
3081
|
[_xafhce]: input[_CE],
|
|
3094
3082
|
[_xafhcl]: input[_CL],
|
|
3095
|
-
[_cl_]: [() => isSerializableHeaderValue(input[_CLo]), () => input[_CLo].toString()],
|
|
3083
|
+
[_cl_]: [() => (0, import_smithy_client.isSerializableHeaderValue)(input[_CLo]), () => input[_CLo].toString()],
|
|
3096
3084
|
[_xafhcr]: input[_CR],
|
|
3097
3085
|
[_xafhct]: input[_CT],
|
|
3098
3086
|
[_xafhxacc]: input[_CCRC],
|
|
3099
3087
|
[_xafhxacc_]: input[_CCRCC],
|
|
3100
3088
|
[_xafhxacs]: input[_CSHA],
|
|
3101
3089
|
[_xafhxacs_]: input[_CSHAh],
|
|
3102
|
-
[_xafhxadm]: [() => isSerializableHeaderValue(input[_DM]), () => input[_DM].toString()],
|
|
3090
|
+
[_xafhxadm]: [() => (0, import_smithy_client.isSerializableHeaderValue)(input[_DM]), () => input[_DM].toString()],
|
|
3103
3091
|
[_xafhe]: input[_ETa],
|
|
3104
|
-
[_xafhe_]: [() => isSerializableHeaderValue(input[_E]), () => (0, import_smithy_client.dateToUtcString)(input[_E]).toString()],
|
|
3092
|
+
[_xafhe_]: [() => (0, import_smithy_client.isSerializableHeaderValue)(input[_E]), () => (0, import_smithy_client.dateToUtcString)(input[_E]).toString()],
|
|
3105
3093
|
[_xafhxae]: input[_Exp],
|
|
3106
|
-
[_xafhlm]: [() => isSerializableHeaderValue(input[_LM]), () => (0, import_smithy_client.dateToUtcString)(input[_LM]).toString()],
|
|
3107
|
-
[_xafhxamm]: [() => isSerializableHeaderValue(input[_MM]), () => input[_MM].toString()],
|
|
3094
|
+
[_xafhlm]: [() => (0, import_smithy_client.isSerializableHeaderValue)(input[_LM]), () => (0, import_smithy_client.dateToUtcString)(input[_LM]).toString()],
|
|
3095
|
+
[_xafhxamm]: [() => (0, import_smithy_client.isSerializableHeaderValue)(input[_MM]), () => input[_MM].toString()],
|
|
3108
3096
|
[_xafhxaolm]: input[_OLM],
|
|
3109
3097
|
[_xafhxaollh]: input[_OLLHS],
|
|
3110
3098
|
[_xafhxaolrud]: [
|
|
3111
|
-
() => isSerializableHeaderValue(input[_OLRUD]),
|
|
3099
|
+
() => (0, import_smithy_client.isSerializableHeaderValue)(input[_OLRUD]),
|
|
3112
3100
|
() => (0, import_smithy_client.serializeDateTime)(input[_OLRUD]).toString()
|
|
3113
3101
|
],
|
|
3114
|
-
[_xafhxampc]: [() => isSerializableHeaderValue(input[_PC]), () => input[_PC].toString()],
|
|
3102
|
+
[_xafhxampc]: [() => (0, import_smithy_client.isSerializableHeaderValue)(input[_PC]), () => input[_PC].toString()],
|
|
3115
3103
|
[_xafhxars]: input[_RS],
|
|
3116
3104
|
[_xafhxarc]: input[_RC],
|
|
3117
3105
|
[_xafhxar]: input[_Re],
|
|
@@ -3120,9 +3108,9 @@ var se_WriteGetObjectResponseCommand = /* @__PURE__ */ __name(async (input, cont
|
|
|
3120
3108
|
[_xafhxasseakki]: input[_SSEKMSKI],
|
|
3121
3109
|
[_xafhxasseckm]: input[_SSECKMD],
|
|
3122
3110
|
[_xafhxasc]: input[_SC],
|
|
3123
|
-
[_xafhxatc]: [() => isSerializableHeaderValue(input[_TC]), () => input[_TC].toString()],
|
|
3111
|
+
[_xafhxatc]: [() => (0, import_smithy_client.isSerializableHeaderValue)(input[_TC]), () => input[_TC].toString()],
|
|
3124
3112
|
[_xafhxavi]: input[_VI],
|
|
3125
|
-
[_xafhxassebke]: [() => isSerializableHeaderValue(input[_BKE]), () => input[_BKE].toString()],
|
|
3113
|
+
[_xafhxassebke]: [() => (0, import_smithy_client.isSerializableHeaderValue)(input[_BKE]), () => input[_BKE].toString()],
|
|
3126
3114
|
...input.Metadata !== void 0 && Object.keys(input.Metadata).reduce((acc, suffix) => {
|
|
3127
3115
|
acc[`x-amz-meta-${suffix.toLowerCase()}`] = input.Metadata[suffix];
|
|
3128
3116
|
return acc;
|
|
@@ -7760,7 +7748,6 @@ var deserializeMetadata = /* @__PURE__ */ __name((output) => ({
|
|
|
7760
7748
|
cfId: output.headers["x-amz-cf-id"]
|
|
7761
7749
|
}), "deserializeMetadata");
|
|
7762
7750
|
var collectBodyString = /* @__PURE__ */ __name((streamBody, context) => (0, import_smithy_client.collectBody)(streamBody, context).then((body) => context.utf8Encoder(body)), "collectBodyString");
|
|
7763
|
-
var isSerializableHeaderValue = /* @__PURE__ */ __name((value) => value !== void 0 && value !== null && value !== "" && (!Object.getOwnPropertyNames(value).includes("length") || value.length != 0) && (!Object.getOwnPropertyNames(value).includes("size") || value.size != 0), "isSerializableHeaderValue");
|
|
7764
7751
|
var _A = "And";
|
|
7765
7752
|
var _AAO = "AnalyticsAndOperator";
|
|
7766
7753
|
var _AC = "AnalyticsConfiguration";
|