@aws-sdk/client-s3-control 3.654.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 +97 -101
- package/dist-es/protocols/Aws_restXml.js +3 -11
- package/package.json +12 -12
package/dist-cjs/index.js
CHANGED
|
@@ -876,7 +876,7 @@ var RequestedJobStatus = {
|
|
|
876
876
|
// src/protocols/Aws_restXml.ts
|
|
877
877
|
var se_AssociateAccessGrantsIdentityCenterCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
878
878
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
879
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
879
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
880
880
|
"content-type": "application/xml",
|
|
881
881
|
[_xaai]: input[_AI]
|
|
882
882
|
});
|
|
@@ -904,7 +904,7 @@ var se_AssociateAccessGrantsIdentityCenterCommand = /* @__PURE__ */ __name(async
|
|
|
904
904
|
}, "se_AssociateAccessGrantsIdentityCenterCommand");
|
|
905
905
|
var se_CreateAccessGrantCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
906
906
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
907
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
907
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
908
908
|
"content-type": "application/xml",
|
|
909
909
|
[_xaai]: input[_AI]
|
|
910
910
|
});
|
|
@@ -944,7 +944,7 @@ var se_CreateAccessGrantCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
944
944
|
}, "se_CreateAccessGrantCommand");
|
|
945
945
|
var se_CreateAccessGrantsInstanceCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
946
946
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
947
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
947
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
948
948
|
"content-type": "application/xml",
|
|
949
949
|
[_xaai]: input[_AI]
|
|
950
950
|
});
|
|
@@ -973,7 +973,7 @@ var se_CreateAccessGrantsInstanceCommand = /* @__PURE__ */ __name(async (input,
|
|
|
973
973
|
}, "se_CreateAccessGrantsInstanceCommand");
|
|
974
974
|
var se_CreateAccessGrantsLocationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
975
975
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
976
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
976
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
977
977
|
"content-type": "application/xml",
|
|
978
978
|
[_xaai]: input[_AI]
|
|
979
979
|
});
|
|
@@ -1005,7 +1005,7 @@ var se_CreateAccessGrantsLocationCommand = /* @__PURE__ */ __name(async (input,
|
|
|
1005
1005
|
}, "se_CreateAccessGrantsLocationCommand");
|
|
1006
1006
|
var se_CreateAccessPointCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1007
1007
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
1008
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
1008
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
1009
1009
|
"content-type": "application/xml",
|
|
1010
1010
|
[_xaai]: input[_AI]
|
|
1011
1011
|
});
|
|
@@ -1045,7 +1045,7 @@ var se_CreateAccessPointCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
1045
1045
|
}, "se_CreateAccessPointCommand");
|
|
1046
1046
|
var se_CreateAccessPointForObjectLambdaCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1047
1047
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
1048
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
1048
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
1049
1049
|
"content-type": "application/xml",
|
|
1050
1050
|
[_xaai]: input[_AI]
|
|
1051
1051
|
});
|
|
@@ -1076,7 +1076,7 @@ var se_CreateAccessPointForObjectLambdaCommand = /* @__PURE__ */ __name(async (i
|
|
|
1076
1076
|
}, "se_CreateAccessPointForObjectLambdaCommand");
|
|
1077
1077
|
var se_CreateBucketCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1078
1078
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
1079
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
1079
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
1080
1080
|
"content-type": "application/xml",
|
|
1081
1081
|
[_xaa]: input[_ACL],
|
|
1082
1082
|
[_xagfc]: input[_GFC],
|
|
@@ -1084,7 +1084,7 @@ var se_CreateBucketCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1084
1084
|
[_xagra]: input[_GRACP],
|
|
1085
1085
|
[_xagw]: input[_GW],
|
|
1086
1086
|
[_xagwa]: input[_GWACP],
|
|
1087
|
-
[_xabole]: [() => isSerializableHeaderValue(input[_OLEFB]), () => input[_OLEFB].toString()],
|
|
1087
|
+
[_xabole]: [() => (0, import_smithy_client.isSerializableHeaderValue)(input[_OLEFB]), () => input[_OLEFB].toString()],
|
|
1088
1088
|
[_xaoi]: input[_OI]
|
|
1089
1089
|
});
|
|
1090
1090
|
b.bp("/v20180820/bucket/{Bucket}");
|
|
@@ -1102,7 +1102,7 @@ var se_CreateBucketCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1102
1102
|
}, "se_CreateBucketCommand");
|
|
1103
1103
|
var se_CreateJobCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1104
1104
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
1105
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
1105
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
1106
1106
|
"content-type": "application/xml",
|
|
1107
1107
|
[_xaai]: input[_AI]
|
|
1108
1108
|
});
|
|
@@ -1160,7 +1160,7 @@ var se_CreateJobCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1160
1160
|
}, "se_CreateJobCommand");
|
|
1161
1161
|
var se_CreateMultiRegionAccessPointCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1162
1162
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
1163
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
1163
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
1164
1164
|
"content-type": "application/xml",
|
|
1165
1165
|
[_xaai]: input[_AI]
|
|
1166
1166
|
});
|
|
@@ -1196,7 +1196,7 @@ var se_CreateMultiRegionAccessPointCommand = /* @__PURE__ */ __name(async (input
|
|
|
1196
1196
|
}, "se_CreateMultiRegionAccessPointCommand");
|
|
1197
1197
|
var se_CreateStorageLensGroupCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1198
1198
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
1199
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
1199
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
1200
1200
|
"content-type": "application/xml",
|
|
1201
1201
|
[_xaai]: input[_AI]
|
|
1202
1202
|
});
|
|
@@ -1227,7 +1227,7 @@ var se_CreateStorageLensGroupCommand = /* @__PURE__ */ __name(async (input, cont
|
|
|
1227
1227
|
}, "se_CreateStorageLensGroupCommand");
|
|
1228
1228
|
var se_DeleteAccessGrantCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1229
1229
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
1230
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
1230
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
1231
1231
|
[_xaai]: input[_AI]
|
|
1232
1232
|
});
|
|
1233
1233
|
b.bp("/v20180820/accessgrantsinstance/grant/{AccessGrantId}");
|
|
@@ -1250,7 +1250,7 @@ var se_DeleteAccessGrantCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
1250
1250
|
}, "se_DeleteAccessGrantCommand");
|
|
1251
1251
|
var se_DeleteAccessGrantsInstanceCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1252
1252
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
1253
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
1253
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
1254
1254
|
[_xaai]: input[_AI]
|
|
1255
1255
|
});
|
|
1256
1256
|
b.bp("/v20180820/accessgrantsinstance");
|
|
@@ -1272,7 +1272,7 @@ var se_DeleteAccessGrantsInstanceCommand = /* @__PURE__ */ __name(async (input,
|
|
|
1272
1272
|
}, "se_DeleteAccessGrantsInstanceCommand");
|
|
1273
1273
|
var se_DeleteAccessGrantsInstanceResourcePolicyCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1274
1274
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
1275
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
1275
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
1276
1276
|
[_xaai]: input[_AI]
|
|
1277
1277
|
});
|
|
1278
1278
|
b.bp("/v20180820/accessgrantsinstance/resourcepolicy");
|
|
@@ -1294,7 +1294,7 @@ var se_DeleteAccessGrantsInstanceResourcePolicyCommand = /* @__PURE__ */ __name(
|
|
|
1294
1294
|
}, "se_DeleteAccessGrantsInstanceResourcePolicyCommand");
|
|
1295
1295
|
var se_DeleteAccessGrantsLocationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1296
1296
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
1297
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
1297
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
1298
1298
|
[_xaai]: input[_AI]
|
|
1299
1299
|
});
|
|
1300
1300
|
b.bp("/v20180820/accessgrantsinstance/location/{AccessGrantsLocationId}");
|
|
@@ -1317,7 +1317,7 @@ var se_DeleteAccessGrantsLocationCommand = /* @__PURE__ */ __name(async (input,
|
|
|
1317
1317
|
}, "se_DeleteAccessGrantsLocationCommand");
|
|
1318
1318
|
var se_DeleteAccessPointCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1319
1319
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
1320
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
1320
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
1321
1321
|
[_xaai]: input[_AI]
|
|
1322
1322
|
});
|
|
1323
1323
|
b.bp("/v20180820/accesspoint/{Name}");
|
|
@@ -1340,7 +1340,7 @@ var se_DeleteAccessPointCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
1340
1340
|
}, "se_DeleteAccessPointCommand");
|
|
1341
1341
|
var se_DeleteAccessPointForObjectLambdaCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1342
1342
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
1343
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
1343
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
1344
1344
|
[_xaai]: input[_AI]
|
|
1345
1345
|
});
|
|
1346
1346
|
b.bp("/v20180820/accesspointforobjectlambda/{Name}");
|
|
@@ -1363,7 +1363,7 @@ var se_DeleteAccessPointForObjectLambdaCommand = /* @__PURE__ */ __name(async (i
|
|
|
1363
1363
|
}, "se_DeleteAccessPointForObjectLambdaCommand");
|
|
1364
1364
|
var se_DeleteAccessPointPolicyCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1365
1365
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
1366
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
1366
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
1367
1367
|
[_xaai]: input[_AI]
|
|
1368
1368
|
});
|
|
1369
1369
|
b.bp("/v20180820/accesspoint/{Name}/policy");
|
|
@@ -1386,7 +1386,7 @@ var se_DeleteAccessPointPolicyCommand = /* @__PURE__ */ __name(async (input, con
|
|
|
1386
1386
|
}, "se_DeleteAccessPointPolicyCommand");
|
|
1387
1387
|
var se_DeleteAccessPointPolicyForObjectLambdaCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1388
1388
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
1389
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
1389
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
1390
1390
|
[_xaai]: input[_AI]
|
|
1391
1391
|
});
|
|
1392
1392
|
b.bp("/v20180820/accesspointforobjectlambda/{Name}/policy");
|
|
@@ -1409,7 +1409,7 @@ var se_DeleteAccessPointPolicyForObjectLambdaCommand = /* @__PURE__ */ __name(as
|
|
|
1409
1409
|
}, "se_DeleteAccessPointPolicyForObjectLambdaCommand");
|
|
1410
1410
|
var se_DeleteBucketCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1411
1411
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
1412
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
1412
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
1413
1413
|
[_xaai]: input[_AI]
|
|
1414
1414
|
});
|
|
1415
1415
|
b.bp("/v20180820/bucket/{Bucket}");
|
|
@@ -1432,7 +1432,7 @@ var se_DeleteBucketCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1432
1432
|
}, "se_DeleteBucketCommand");
|
|
1433
1433
|
var se_DeleteBucketLifecycleConfigurationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1434
1434
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
1435
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
1435
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
1436
1436
|
[_xaai]: input[_AI]
|
|
1437
1437
|
});
|
|
1438
1438
|
b.bp("/v20180820/bucket/{Bucket}/lifecycleconfiguration");
|
|
@@ -1455,7 +1455,7 @@ var se_DeleteBucketLifecycleConfigurationCommand = /* @__PURE__ */ __name(async
|
|
|
1455
1455
|
}, "se_DeleteBucketLifecycleConfigurationCommand");
|
|
1456
1456
|
var se_DeleteBucketPolicyCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1457
1457
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
1458
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
1458
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
1459
1459
|
[_xaai]: input[_AI]
|
|
1460
1460
|
});
|
|
1461
1461
|
b.bp("/v20180820/bucket/{Bucket}/policy");
|
|
@@ -1478,7 +1478,7 @@ var se_DeleteBucketPolicyCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
1478
1478
|
}, "se_DeleteBucketPolicyCommand");
|
|
1479
1479
|
var se_DeleteBucketReplicationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1480
1480
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
1481
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
1481
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
1482
1482
|
[_xaai]: input[_AI]
|
|
1483
1483
|
});
|
|
1484
1484
|
b.bp("/v20180820/bucket/{Bucket}/replication");
|
|
@@ -1501,7 +1501,7 @@ var se_DeleteBucketReplicationCommand = /* @__PURE__ */ __name(async (input, con
|
|
|
1501
1501
|
}, "se_DeleteBucketReplicationCommand");
|
|
1502
1502
|
var se_DeleteBucketTaggingCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1503
1503
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
1504
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
1504
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
1505
1505
|
[_xaai]: input[_AI]
|
|
1506
1506
|
});
|
|
1507
1507
|
b.bp("/v20180820/bucket/{Bucket}/tagging");
|
|
@@ -1524,7 +1524,7 @@ var se_DeleteBucketTaggingCommand = /* @__PURE__ */ __name(async (input, context
|
|
|
1524
1524
|
}, "se_DeleteBucketTaggingCommand");
|
|
1525
1525
|
var se_DeleteJobTaggingCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1526
1526
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
1527
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
1527
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
1528
1528
|
[_xaai]: input[_AI]
|
|
1529
1529
|
});
|
|
1530
1530
|
b.bp("/v20180820/jobs/{JobId}/tagging");
|
|
@@ -1547,7 +1547,7 @@ var se_DeleteJobTaggingCommand = /* @__PURE__ */ __name(async (input, context) =
|
|
|
1547
1547
|
}, "se_DeleteJobTaggingCommand");
|
|
1548
1548
|
var se_DeleteMultiRegionAccessPointCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1549
1549
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
1550
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
1550
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
1551
1551
|
"content-type": "application/xml",
|
|
1552
1552
|
[_xaai]: input[_AI]
|
|
1553
1553
|
});
|
|
@@ -1583,7 +1583,7 @@ var se_DeleteMultiRegionAccessPointCommand = /* @__PURE__ */ __name(async (input
|
|
|
1583
1583
|
}, "se_DeleteMultiRegionAccessPointCommand");
|
|
1584
1584
|
var se_DeletePublicAccessBlockCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1585
1585
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
1586
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
1586
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
1587
1587
|
[_xaai]: input[_AI]
|
|
1588
1588
|
});
|
|
1589
1589
|
b.bp("/v20180820/configuration/publicAccessBlock");
|
|
@@ -1605,7 +1605,7 @@ var se_DeletePublicAccessBlockCommand = /* @__PURE__ */ __name(async (input, con
|
|
|
1605
1605
|
}, "se_DeletePublicAccessBlockCommand");
|
|
1606
1606
|
var se_DeleteStorageLensConfigurationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1607
1607
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
1608
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
1608
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
1609
1609
|
[_xaai]: input[_AI]
|
|
1610
1610
|
});
|
|
1611
1611
|
b.bp("/v20180820/storagelens/{ConfigId}");
|
|
@@ -1628,7 +1628,7 @@ var se_DeleteStorageLensConfigurationCommand = /* @__PURE__ */ __name(async (inp
|
|
|
1628
1628
|
}, "se_DeleteStorageLensConfigurationCommand");
|
|
1629
1629
|
var se_DeleteStorageLensConfigurationTaggingCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1630
1630
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
1631
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
1631
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
1632
1632
|
[_xaai]: input[_AI]
|
|
1633
1633
|
});
|
|
1634
1634
|
b.bp("/v20180820/storagelens/{ConfigId}/tagging");
|
|
@@ -1651,7 +1651,7 @@ var se_DeleteStorageLensConfigurationTaggingCommand = /* @__PURE__ */ __name(asy
|
|
|
1651
1651
|
}, "se_DeleteStorageLensConfigurationTaggingCommand");
|
|
1652
1652
|
var se_DeleteStorageLensGroupCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1653
1653
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
1654
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
1654
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
1655
1655
|
[_xaai]: input[_AI]
|
|
1656
1656
|
});
|
|
1657
1657
|
b.bp("/v20180820/storagelensgroup/{Name}");
|
|
@@ -1674,7 +1674,7 @@ var se_DeleteStorageLensGroupCommand = /* @__PURE__ */ __name(async (input, cont
|
|
|
1674
1674
|
}, "se_DeleteStorageLensGroupCommand");
|
|
1675
1675
|
var se_DescribeJobCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1676
1676
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
1677
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
1677
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
1678
1678
|
[_xaai]: input[_AI]
|
|
1679
1679
|
});
|
|
1680
1680
|
b.bp("/v20180820/jobs/{JobId}");
|
|
@@ -1697,7 +1697,7 @@ var se_DescribeJobCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1697
1697
|
}, "se_DescribeJobCommand");
|
|
1698
1698
|
var se_DescribeMultiRegionAccessPointOperationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1699
1699
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
1700
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
1700
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
1701
1701
|
[_xaai]: input[_AI]
|
|
1702
1702
|
});
|
|
1703
1703
|
b.bp("/v20180820/async-requests/mrap/{RequestTokenARN+}");
|
|
@@ -1720,7 +1720,7 @@ var se_DescribeMultiRegionAccessPointOperationCommand = /* @__PURE__ */ __name(a
|
|
|
1720
1720
|
}, "se_DescribeMultiRegionAccessPointOperationCommand");
|
|
1721
1721
|
var se_DissociateAccessGrantsIdentityCenterCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1722
1722
|
const b = (0, import_core.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
|
[_xaai]: input[_AI]
|
|
1725
1725
|
});
|
|
1726
1726
|
b.bp("/v20180820/accessgrantsinstance/identitycenter");
|
|
@@ -1742,7 +1742,7 @@ var se_DissociateAccessGrantsIdentityCenterCommand = /* @__PURE__ */ __name(asyn
|
|
|
1742
1742
|
}, "se_DissociateAccessGrantsIdentityCenterCommand");
|
|
1743
1743
|
var se_GetAccessGrantCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1744
1744
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
1745
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
1745
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
1746
1746
|
[_xaai]: input[_AI]
|
|
1747
1747
|
});
|
|
1748
1748
|
b.bp("/v20180820/accessgrantsinstance/grant/{AccessGrantId}");
|
|
@@ -1765,7 +1765,7 @@ var se_GetAccessGrantCommand = /* @__PURE__ */ __name(async (input, context) =>
|
|
|
1765
1765
|
}, "se_GetAccessGrantCommand");
|
|
1766
1766
|
var se_GetAccessGrantsInstanceCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1767
1767
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
1768
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
1768
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
1769
1769
|
[_xaai]: input[_AI]
|
|
1770
1770
|
});
|
|
1771
1771
|
b.bp("/v20180820/accessgrantsinstance");
|
|
@@ -1787,7 +1787,7 @@ var se_GetAccessGrantsInstanceCommand = /* @__PURE__ */ __name(async (input, con
|
|
|
1787
1787
|
}, "se_GetAccessGrantsInstanceCommand");
|
|
1788
1788
|
var se_GetAccessGrantsInstanceForPrefixCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1789
1789
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
1790
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
1790
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
1791
1791
|
[_xaai]: input[_AI]
|
|
1792
1792
|
});
|
|
1793
1793
|
b.bp("/v20180820/accessgrantsinstance/prefix");
|
|
@@ -1812,7 +1812,7 @@ var se_GetAccessGrantsInstanceForPrefixCommand = /* @__PURE__ */ __name(async (i
|
|
|
1812
1812
|
}, "se_GetAccessGrantsInstanceForPrefixCommand");
|
|
1813
1813
|
var se_GetAccessGrantsInstanceResourcePolicyCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1814
1814
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
1815
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
1815
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
1816
1816
|
[_xaai]: input[_AI]
|
|
1817
1817
|
});
|
|
1818
1818
|
b.bp("/v20180820/accessgrantsinstance/resourcepolicy");
|
|
@@ -1834,7 +1834,7 @@ var se_GetAccessGrantsInstanceResourcePolicyCommand = /* @__PURE__ */ __name(asy
|
|
|
1834
1834
|
}, "se_GetAccessGrantsInstanceResourcePolicyCommand");
|
|
1835
1835
|
var se_GetAccessGrantsLocationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1836
1836
|
const b = (0, import_core.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
|
[_xaai]: input[_AI]
|
|
1839
1839
|
});
|
|
1840
1840
|
b.bp("/v20180820/accessgrantsinstance/location/{AccessGrantsLocationId}");
|
|
@@ -1857,7 +1857,7 @@ var se_GetAccessGrantsLocationCommand = /* @__PURE__ */ __name(async (input, con
|
|
|
1857
1857
|
}, "se_GetAccessGrantsLocationCommand");
|
|
1858
1858
|
var se_GetAccessPointCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1859
1859
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
1860
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
1860
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
1861
1861
|
[_xaai]: input[_AI]
|
|
1862
1862
|
});
|
|
1863
1863
|
b.bp("/v20180820/accesspoint/{Name}");
|
|
@@ -1880,7 +1880,7 @@ var se_GetAccessPointCommand = /* @__PURE__ */ __name(async (input, context) =>
|
|
|
1880
1880
|
}, "se_GetAccessPointCommand");
|
|
1881
1881
|
var se_GetAccessPointConfigurationForObjectLambdaCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1882
1882
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
1883
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
1883
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
1884
1884
|
[_xaai]: input[_AI]
|
|
1885
1885
|
});
|
|
1886
1886
|
b.bp("/v20180820/accesspointforobjectlambda/{Name}/configuration");
|
|
@@ -1903,7 +1903,7 @@ var se_GetAccessPointConfigurationForObjectLambdaCommand = /* @__PURE__ */ __nam
|
|
|
1903
1903
|
}, "se_GetAccessPointConfigurationForObjectLambdaCommand");
|
|
1904
1904
|
var se_GetAccessPointForObjectLambdaCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1905
1905
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
1906
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
1906
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
1907
1907
|
[_xaai]: input[_AI]
|
|
1908
1908
|
});
|
|
1909
1909
|
b.bp("/v20180820/accesspointforobjectlambda/{Name}");
|
|
@@ -1926,7 +1926,7 @@ var se_GetAccessPointForObjectLambdaCommand = /* @__PURE__ */ __name(async (inpu
|
|
|
1926
1926
|
}, "se_GetAccessPointForObjectLambdaCommand");
|
|
1927
1927
|
var se_GetAccessPointPolicyCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1928
1928
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
1929
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
1929
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
1930
1930
|
[_xaai]: input[_AI]
|
|
1931
1931
|
});
|
|
1932
1932
|
b.bp("/v20180820/accesspoint/{Name}/policy");
|
|
@@ -1949,7 +1949,7 @@ var se_GetAccessPointPolicyCommand = /* @__PURE__ */ __name(async (input, contex
|
|
|
1949
1949
|
}, "se_GetAccessPointPolicyCommand");
|
|
1950
1950
|
var se_GetAccessPointPolicyForObjectLambdaCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1951
1951
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
1952
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
1952
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
1953
1953
|
[_xaai]: input[_AI]
|
|
1954
1954
|
});
|
|
1955
1955
|
b.bp("/v20180820/accesspointforobjectlambda/{Name}/policy");
|
|
@@ -1972,7 +1972,7 @@ var se_GetAccessPointPolicyForObjectLambdaCommand = /* @__PURE__ */ __name(async
|
|
|
1972
1972
|
}, "se_GetAccessPointPolicyForObjectLambdaCommand");
|
|
1973
1973
|
var se_GetAccessPointPolicyStatusCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1974
1974
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
1975
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
1975
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
1976
1976
|
[_xaai]: input[_AI]
|
|
1977
1977
|
});
|
|
1978
1978
|
b.bp("/v20180820/accesspoint/{Name}/policyStatus");
|
|
@@ -1995,7 +1995,7 @@ var se_GetAccessPointPolicyStatusCommand = /* @__PURE__ */ __name(async (input,
|
|
|
1995
1995
|
}, "se_GetAccessPointPolicyStatusCommand");
|
|
1996
1996
|
var se_GetAccessPointPolicyStatusForObjectLambdaCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1997
1997
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
1998
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
1998
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
1999
1999
|
[_xaai]: input[_AI]
|
|
2000
2000
|
});
|
|
2001
2001
|
b.bp("/v20180820/accesspointforobjectlambda/{Name}/policyStatus");
|
|
@@ -2018,7 +2018,7 @@ var se_GetAccessPointPolicyStatusForObjectLambdaCommand = /* @__PURE__ */ __name
|
|
|
2018
2018
|
}, "se_GetAccessPointPolicyStatusForObjectLambdaCommand");
|
|
2019
2019
|
var se_GetBucketCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2020
2020
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
2021
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
2021
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
2022
2022
|
[_xaai]: input[_AI]
|
|
2023
2023
|
});
|
|
2024
2024
|
b.bp("/v20180820/bucket/{Bucket}");
|
|
@@ -2041,7 +2041,7 @@ var se_GetBucketCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
2041
2041
|
}, "se_GetBucketCommand");
|
|
2042
2042
|
var se_GetBucketLifecycleConfigurationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2043
2043
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
2044
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
2044
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
2045
2045
|
[_xaai]: input[_AI]
|
|
2046
2046
|
});
|
|
2047
2047
|
b.bp("/v20180820/bucket/{Bucket}/lifecycleconfiguration");
|
|
@@ -2064,7 +2064,7 @@ var se_GetBucketLifecycleConfigurationCommand = /* @__PURE__ */ __name(async (in
|
|
|
2064
2064
|
}, "se_GetBucketLifecycleConfigurationCommand");
|
|
2065
2065
|
var se_GetBucketPolicyCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2066
2066
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
2067
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
2067
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
2068
2068
|
[_xaai]: input[_AI]
|
|
2069
2069
|
});
|
|
2070
2070
|
b.bp("/v20180820/bucket/{Bucket}/policy");
|
|
@@ -2087,7 +2087,7 @@ var se_GetBucketPolicyCommand = /* @__PURE__ */ __name(async (input, context) =>
|
|
|
2087
2087
|
}, "se_GetBucketPolicyCommand");
|
|
2088
2088
|
var se_GetBucketReplicationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2089
2089
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
2090
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
2090
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
2091
2091
|
[_xaai]: input[_AI]
|
|
2092
2092
|
});
|
|
2093
2093
|
b.bp("/v20180820/bucket/{Bucket}/replication");
|
|
@@ -2110,7 +2110,7 @@ var se_GetBucketReplicationCommand = /* @__PURE__ */ __name(async (input, contex
|
|
|
2110
2110
|
}, "se_GetBucketReplicationCommand");
|
|
2111
2111
|
var se_GetBucketTaggingCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2112
2112
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
2113
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
2113
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
2114
2114
|
[_xaai]: input[_AI]
|
|
2115
2115
|
});
|
|
2116
2116
|
b.bp("/v20180820/bucket/{Bucket}/tagging");
|
|
@@ -2133,7 +2133,7 @@ var se_GetBucketTaggingCommand = /* @__PURE__ */ __name(async (input, context) =
|
|
|
2133
2133
|
}, "se_GetBucketTaggingCommand");
|
|
2134
2134
|
var se_GetBucketVersioningCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2135
2135
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
2136
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
2136
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
2137
2137
|
[_xaai]: input[_AI]
|
|
2138
2138
|
});
|
|
2139
2139
|
b.bp("/v20180820/bucket/{Bucket}/versioning");
|
|
@@ -2156,7 +2156,7 @@ var se_GetBucketVersioningCommand = /* @__PURE__ */ __name(async (input, context
|
|
|
2156
2156
|
}, "se_GetBucketVersioningCommand");
|
|
2157
2157
|
var se_GetDataAccessCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2158
2158
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
2159
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
2159
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
2160
2160
|
[_xaai]: input[_AI]
|
|
2161
2161
|
});
|
|
2162
2162
|
b.bp("/v20180820/accessgrantsinstance/dataaccess");
|
|
@@ -2185,7 +2185,7 @@ var se_GetDataAccessCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
2185
2185
|
}, "se_GetDataAccessCommand");
|
|
2186
2186
|
var se_GetJobTaggingCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2187
2187
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
2188
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
2188
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
2189
2189
|
[_xaai]: input[_AI]
|
|
2190
2190
|
});
|
|
2191
2191
|
b.bp("/v20180820/jobs/{JobId}/tagging");
|
|
@@ -2208,7 +2208,7 @@ var se_GetJobTaggingCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
2208
2208
|
}, "se_GetJobTaggingCommand");
|
|
2209
2209
|
var se_GetMultiRegionAccessPointCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2210
2210
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
2211
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
2211
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
2212
2212
|
[_xaai]: input[_AI]
|
|
2213
2213
|
});
|
|
2214
2214
|
b.bp("/v20180820/mrap/instances/{Name+}");
|
|
@@ -2231,7 +2231,7 @@ var se_GetMultiRegionAccessPointCommand = /* @__PURE__ */ __name(async (input, c
|
|
|
2231
2231
|
}, "se_GetMultiRegionAccessPointCommand");
|
|
2232
2232
|
var se_GetMultiRegionAccessPointPolicyCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2233
2233
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
2234
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
2234
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
2235
2235
|
[_xaai]: input[_AI]
|
|
2236
2236
|
});
|
|
2237
2237
|
b.bp("/v20180820/mrap/instances/{Name+}/policy");
|
|
@@ -2254,7 +2254,7 @@ var se_GetMultiRegionAccessPointPolicyCommand = /* @__PURE__ */ __name(async (in
|
|
|
2254
2254
|
}, "se_GetMultiRegionAccessPointPolicyCommand");
|
|
2255
2255
|
var se_GetMultiRegionAccessPointPolicyStatusCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2256
2256
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
2257
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
2257
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
2258
2258
|
[_xaai]: input[_AI]
|
|
2259
2259
|
});
|
|
2260
2260
|
b.bp("/v20180820/mrap/instances/{Name+}/policystatus");
|
|
@@ -2277,7 +2277,7 @@ var se_GetMultiRegionAccessPointPolicyStatusCommand = /* @__PURE__ */ __name(asy
|
|
|
2277
2277
|
}, "se_GetMultiRegionAccessPointPolicyStatusCommand");
|
|
2278
2278
|
var se_GetMultiRegionAccessPointRoutesCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2279
2279
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
2280
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
2280
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
2281
2281
|
[_xaai]: input[_AI]
|
|
2282
2282
|
});
|
|
2283
2283
|
b.bp("/v20180820/mrap/instances/{Mrap+}/routes");
|
|
@@ -2300,7 +2300,7 @@ var se_GetMultiRegionAccessPointRoutesCommand = /* @__PURE__ */ __name(async (in
|
|
|
2300
2300
|
}, "se_GetMultiRegionAccessPointRoutesCommand");
|
|
2301
2301
|
var se_GetPublicAccessBlockCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2302
2302
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
2303
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
2303
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
2304
2304
|
[_xaai]: input[_AI]
|
|
2305
2305
|
});
|
|
2306
2306
|
b.bp("/v20180820/configuration/publicAccessBlock");
|
|
@@ -2322,7 +2322,7 @@ var se_GetPublicAccessBlockCommand = /* @__PURE__ */ __name(async (input, contex
|
|
|
2322
2322
|
}, "se_GetPublicAccessBlockCommand");
|
|
2323
2323
|
var se_GetStorageLensConfigurationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2324
2324
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
2325
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
2325
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
2326
2326
|
[_xaai]: input[_AI]
|
|
2327
2327
|
});
|
|
2328
2328
|
b.bp("/v20180820/storagelens/{ConfigId}");
|
|
@@ -2345,7 +2345,7 @@ var se_GetStorageLensConfigurationCommand = /* @__PURE__ */ __name(async (input,
|
|
|
2345
2345
|
}, "se_GetStorageLensConfigurationCommand");
|
|
2346
2346
|
var se_GetStorageLensConfigurationTaggingCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2347
2347
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
2348
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
2348
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
2349
2349
|
[_xaai]: input[_AI]
|
|
2350
2350
|
});
|
|
2351
2351
|
b.bp("/v20180820/storagelens/{ConfigId}/tagging");
|
|
@@ -2368,7 +2368,7 @@ var se_GetStorageLensConfigurationTaggingCommand = /* @__PURE__ */ __name(async
|
|
|
2368
2368
|
}, "se_GetStorageLensConfigurationTaggingCommand");
|
|
2369
2369
|
var se_GetStorageLensGroupCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2370
2370
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
2371
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
2371
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
2372
2372
|
[_xaai]: input[_AI]
|
|
2373
2373
|
});
|
|
2374
2374
|
b.bp("/v20180820/storagelensgroup/{Name}");
|
|
@@ -2391,7 +2391,7 @@ var se_GetStorageLensGroupCommand = /* @__PURE__ */ __name(async (input, context
|
|
|
2391
2391
|
}, "se_GetStorageLensGroupCommand");
|
|
2392
2392
|
var se_ListAccessGrantsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2393
2393
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
2394
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
2394
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
2395
2395
|
[_xaai]: input[_AI]
|
|
2396
2396
|
});
|
|
2397
2397
|
b.bp("/v20180820/accessgrantsinstance/grants");
|
|
@@ -2422,7 +2422,7 @@ var se_ListAccessGrantsCommand = /* @__PURE__ */ __name(async (input, context) =
|
|
|
2422
2422
|
}, "se_ListAccessGrantsCommand");
|
|
2423
2423
|
var se_ListAccessGrantsInstancesCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2424
2424
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
2425
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
2425
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
2426
2426
|
[_xaai]: input[_AI]
|
|
2427
2427
|
});
|
|
2428
2428
|
b.bp("/v20180820/accessgrantsinstances");
|
|
@@ -2448,7 +2448,7 @@ var se_ListAccessGrantsInstancesCommand = /* @__PURE__ */ __name(async (input, c
|
|
|
2448
2448
|
}, "se_ListAccessGrantsInstancesCommand");
|
|
2449
2449
|
var se_ListAccessGrantsLocationsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2450
2450
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
2451
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
2451
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
2452
2452
|
[_xaai]: input[_AI]
|
|
2453
2453
|
});
|
|
2454
2454
|
b.bp("/v20180820/accessgrantsinstance/locations");
|
|
@@ -2475,7 +2475,7 @@ var se_ListAccessGrantsLocationsCommand = /* @__PURE__ */ __name(async (input, c
|
|
|
2475
2475
|
}, "se_ListAccessGrantsLocationsCommand");
|
|
2476
2476
|
var se_ListAccessPointsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2477
2477
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
2478
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
2478
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
2479
2479
|
[_xaai]: input[_AI]
|
|
2480
2480
|
});
|
|
2481
2481
|
b.bp("/v20180820/accesspoint");
|
|
@@ -2502,7 +2502,7 @@ var se_ListAccessPointsCommand = /* @__PURE__ */ __name(async (input, context) =
|
|
|
2502
2502
|
}, "se_ListAccessPointsCommand");
|
|
2503
2503
|
var se_ListAccessPointsForObjectLambdaCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2504
2504
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
2505
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
2505
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
2506
2506
|
[_xaai]: input[_AI]
|
|
2507
2507
|
});
|
|
2508
2508
|
b.bp("/v20180820/accesspointforobjectlambda");
|
|
@@ -2528,7 +2528,7 @@ var se_ListAccessPointsForObjectLambdaCommand = /* @__PURE__ */ __name(async (in
|
|
|
2528
2528
|
}, "se_ListAccessPointsForObjectLambdaCommand");
|
|
2529
2529
|
var se_ListCallerAccessGrantsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2530
2530
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
2531
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
2531
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
2532
2532
|
[_xaai]: input[_AI]
|
|
2533
2533
|
});
|
|
2534
2534
|
b.bp("/v20180820/accessgrantsinstance/caller/grants");
|
|
@@ -2556,12 +2556,12 @@ var se_ListCallerAccessGrantsCommand = /* @__PURE__ */ __name(async (input, cont
|
|
|
2556
2556
|
}, "se_ListCallerAccessGrantsCommand");
|
|
2557
2557
|
var se_ListJobsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2558
2558
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
2559
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
2559
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
2560
2560
|
[_xaai]: input[_AI]
|
|
2561
2561
|
});
|
|
2562
2562
|
b.bp("/v20180820/jobs");
|
|
2563
2563
|
const query = (0, import_smithy_client.map)({
|
|
2564
|
-
[_jS]: [() => input.JobStatuses !== void 0, () =>
|
|
2564
|
+
[_jS]: [() => input.JobStatuses !== void 0, () => input[_JS] || []],
|
|
2565
2565
|
[_nT]: [, input[_NT]],
|
|
2566
2566
|
[_mR]: [() => input.MaxResults !== void 0, () => input[_MR].toString()]
|
|
2567
2567
|
});
|
|
@@ -2583,7 +2583,7 @@ var se_ListJobsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
2583
2583
|
}, "se_ListJobsCommand");
|
|
2584
2584
|
var se_ListMultiRegionAccessPointsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2585
2585
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
2586
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
2586
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
2587
2587
|
[_xaai]: input[_AI]
|
|
2588
2588
|
});
|
|
2589
2589
|
b.bp("/v20180820/mrap/instances");
|
|
@@ -2609,7 +2609,7 @@ var se_ListMultiRegionAccessPointsCommand = /* @__PURE__ */ __name(async (input,
|
|
|
2609
2609
|
}, "se_ListMultiRegionAccessPointsCommand");
|
|
2610
2610
|
var se_ListRegionalBucketsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2611
2611
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
2612
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
2612
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
2613
2613
|
[_xaai]: input[_AI],
|
|
2614
2614
|
[_xaoi]: input[_OI]
|
|
2615
2615
|
});
|
|
@@ -2636,7 +2636,7 @@ var se_ListRegionalBucketsCommand = /* @__PURE__ */ __name(async (input, context
|
|
|
2636
2636
|
}, "se_ListRegionalBucketsCommand");
|
|
2637
2637
|
var se_ListStorageLensConfigurationsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2638
2638
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
2639
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
2639
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
2640
2640
|
[_xaai]: input[_AI]
|
|
2641
2641
|
});
|
|
2642
2642
|
b.bp("/v20180820/storagelens");
|
|
@@ -2661,7 +2661,7 @@ var se_ListStorageLensConfigurationsCommand = /* @__PURE__ */ __name(async (inpu
|
|
|
2661
2661
|
}, "se_ListStorageLensConfigurationsCommand");
|
|
2662
2662
|
var se_ListStorageLensGroupsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2663
2663
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
2664
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
2664
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
2665
2665
|
[_xaai]: input[_AI]
|
|
2666
2666
|
});
|
|
2667
2667
|
b.bp("/v20180820/storagelensgroup");
|
|
@@ -2686,7 +2686,7 @@ var se_ListStorageLensGroupsCommand = /* @__PURE__ */ __name(async (input, conte
|
|
|
2686
2686
|
}, "se_ListStorageLensGroupsCommand");
|
|
2687
2687
|
var se_ListTagsForResourceCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2688
2688
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
2689
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
2689
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
2690
2690
|
[_xaai]: input[_AI]
|
|
2691
2691
|
});
|
|
2692
2692
|
b.bp("/v20180820/tags/{ResourceArn+}");
|
|
@@ -2709,7 +2709,7 @@ var se_ListTagsForResourceCommand = /* @__PURE__ */ __name(async (input, context
|
|
|
2709
2709
|
}, "se_ListTagsForResourceCommand");
|
|
2710
2710
|
var se_PutAccessGrantsInstanceResourcePolicyCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2711
2711
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
2712
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
2712
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
2713
2713
|
"content-type": "application/xml",
|
|
2714
2714
|
[_xaai]: input[_AI]
|
|
2715
2715
|
});
|
|
@@ -2740,7 +2740,7 @@ var se_PutAccessGrantsInstanceResourcePolicyCommand = /* @__PURE__ */ __name(asy
|
|
|
2740
2740
|
}, "se_PutAccessGrantsInstanceResourcePolicyCommand");
|
|
2741
2741
|
var se_PutAccessPointConfigurationForObjectLambdaCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2742
2742
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
2743
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
2743
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
2744
2744
|
"content-type": "application/xml",
|
|
2745
2745
|
[_xaai]: input[_AI]
|
|
2746
2746
|
});
|
|
@@ -2771,7 +2771,7 @@ var se_PutAccessPointConfigurationForObjectLambdaCommand = /* @__PURE__ */ __nam
|
|
|
2771
2771
|
}, "se_PutAccessPointConfigurationForObjectLambdaCommand");
|
|
2772
2772
|
var se_PutAccessPointPolicyCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2773
2773
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
2774
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
2774
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
2775
2775
|
"content-type": "application/xml",
|
|
2776
2776
|
[_xaai]: input[_AI]
|
|
2777
2777
|
});
|
|
@@ -2800,7 +2800,7 @@ var se_PutAccessPointPolicyCommand = /* @__PURE__ */ __name(async (input, contex
|
|
|
2800
2800
|
}, "se_PutAccessPointPolicyCommand");
|
|
2801
2801
|
var se_PutAccessPointPolicyForObjectLambdaCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2802
2802
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
2803
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
2803
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
2804
2804
|
"content-type": "application/xml",
|
|
2805
2805
|
[_xaai]: input[_AI]
|
|
2806
2806
|
});
|
|
@@ -2831,7 +2831,7 @@ var se_PutAccessPointPolicyForObjectLambdaCommand = /* @__PURE__ */ __name(async
|
|
|
2831
2831
|
}, "se_PutAccessPointPolicyForObjectLambdaCommand");
|
|
2832
2832
|
var se_PutBucketLifecycleConfigurationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2833
2833
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
2834
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
2834
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
2835
2835
|
"content-type": "application/xml",
|
|
2836
2836
|
[_xaai]: input[_AI]
|
|
2837
2837
|
});
|
|
@@ -2862,10 +2862,10 @@ var se_PutBucketLifecycleConfigurationCommand = /* @__PURE__ */ __name(async (in
|
|
|
2862
2862
|
}, "se_PutBucketLifecycleConfigurationCommand");
|
|
2863
2863
|
var se_PutBucketPolicyCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2864
2864
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
2865
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
2865
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
2866
2866
|
"content-type": "application/xml",
|
|
2867
2867
|
[_xaai]: input[_AI],
|
|
2868
|
-
[_xacrsba]: [() => isSerializableHeaderValue(input[_CRSBA]), () => input[_CRSBA].toString()]
|
|
2868
|
+
[_xacrsba]: [() => (0, import_smithy_client.isSerializableHeaderValue)(input[_CRSBA]), () => input[_CRSBA].toString()]
|
|
2869
2869
|
});
|
|
2870
2870
|
b.bp("/v20180820/bucket/{Bucket}/policy");
|
|
2871
2871
|
b.p("Bucket", () => input.Bucket, "{Bucket}", false);
|
|
@@ -2892,7 +2892,7 @@ var se_PutBucketPolicyCommand = /* @__PURE__ */ __name(async (input, context) =>
|
|
|
2892
2892
|
}, "se_PutBucketPolicyCommand");
|
|
2893
2893
|
var se_PutBucketReplicationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2894
2894
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
2895
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
2895
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
2896
2896
|
"content-type": "application/xml",
|
|
2897
2897
|
[_xaai]: input[_AI]
|
|
2898
2898
|
});
|
|
@@ -2923,7 +2923,7 @@ var se_PutBucketReplicationCommand = /* @__PURE__ */ __name(async (input, contex
|
|
|
2923
2923
|
}, "se_PutBucketReplicationCommand");
|
|
2924
2924
|
var se_PutBucketTaggingCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2925
2925
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
2926
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
2926
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
2927
2927
|
"content-type": "application/xml",
|
|
2928
2928
|
[_xaai]: input[_AI]
|
|
2929
2929
|
});
|
|
@@ -2954,7 +2954,7 @@ var se_PutBucketTaggingCommand = /* @__PURE__ */ __name(async (input, context) =
|
|
|
2954
2954
|
}, "se_PutBucketTaggingCommand");
|
|
2955
2955
|
var se_PutBucketVersioningCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2956
2956
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
2957
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
2957
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
2958
2958
|
"content-type": "application/xml",
|
|
2959
2959
|
[_xaai]: input[_AI],
|
|
2960
2960
|
[_xam]: input[_MFA]
|
|
@@ -2986,7 +2986,7 @@ var se_PutBucketVersioningCommand = /* @__PURE__ */ __name(async (input, context
|
|
|
2986
2986
|
}, "se_PutBucketVersioningCommand");
|
|
2987
2987
|
var se_PutJobTaggingCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2988
2988
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
2989
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
2989
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
2990
2990
|
"content-type": "application/xml",
|
|
2991
2991
|
[_xaai]: input[_AI]
|
|
2992
2992
|
});
|
|
@@ -3015,7 +3015,7 @@ var se_PutJobTaggingCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
3015
3015
|
}, "se_PutJobTaggingCommand");
|
|
3016
3016
|
var se_PutMultiRegionAccessPointPolicyCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
3017
3017
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
3018
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
3018
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
3019
3019
|
"content-type": "application/xml",
|
|
3020
3020
|
[_xaai]: input[_AI]
|
|
3021
3021
|
});
|
|
@@ -3051,7 +3051,7 @@ var se_PutMultiRegionAccessPointPolicyCommand = /* @__PURE__ */ __name(async (in
|
|
|
3051
3051
|
}, "se_PutMultiRegionAccessPointPolicyCommand");
|
|
3052
3052
|
var se_PutPublicAccessBlockCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
3053
3053
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
3054
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
3054
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
3055
3055
|
"content-type": "application/xml",
|
|
3056
3056
|
[_xaai]: input[_AI]
|
|
3057
3057
|
});
|
|
@@ -3081,7 +3081,7 @@ var se_PutPublicAccessBlockCommand = /* @__PURE__ */ __name(async (input, contex
|
|
|
3081
3081
|
}, "se_PutPublicAccessBlockCommand");
|
|
3082
3082
|
var se_PutStorageLensConfigurationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
3083
3083
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
3084
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
3084
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
3085
3085
|
"content-type": "application/xml",
|
|
3086
3086
|
[_xaai]: input[_AI]
|
|
3087
3087
|
});
|
|
@@ -3113,7 +3113,7 @@ var se_PutStorageLensConfigurationCommand = /* @__PURE__ */ __name(async (input,
|
|
|
3113
3113
|
}, "se_PutStorageLensConfigurationCommand");
|
|
3114
3114
|
var se_PutStorageLensConfigurationTaggingCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
3115
3115
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
3116
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
3116
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
3117
3117
|
"content-type": "application/xml",
|
|
3118
3118
|
[_xaai]: input[_AI]
|
|
3119
3119
|
});
|
|
@@ -3142,7 +3142,7 @@ var se_PutStorageLensConfigurationTaggingCommand = /* @__PURE__ */ __name(async
|
|
|
3142
3142
|
}, "se_PutStorageLensConfigurationTaggingCommand");
|
|
3143
3143
|
var se_SubmitMultiRegionAccessPointRoutesCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
3144
3144
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
3145
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
3145
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
3146
3146
|
"content-type": "application/xml",
|
|
3147
3147
|
[_xaai]: input[_AI]
|
|
3148
3148
|
});
|
|
@@ -3171,7 +3171,7 @@ var se_SubmitMultiRegionAccessPointRoutesCommand = /* @__PURE__ */ __name(async
|
|
|
3171
3171
|
}, "se_SubmitMultiRegionAccessPointRoutesCommand");
|
|
3172
3172
|
var se_TagResourceCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
3173
3173
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
3174
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
3174
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
3175
3175
|
"content-type": "application/xml",
|
|
3176
3176
|
[_xaai]: input[_AI]
|
|
3177
3177
|
});
|
|
@@ -3200,16 +3200,13 @@ var se_TagResourceCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
3200
3200
|
}, "se_TagResourceCommand");
|
|
3201
3201
|
var se_UntagResourceCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
3202
3202
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
3203
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
3203
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
3204
3204
|
[_xaai]: input[_AI]
|
|
3205
3205
|
});
|
|
3206
3206
|
b.bp("/v20180820/tags/{ResourceArn+}");
|
|
3207
3207
|
b.p("ResourceArn", () => input.ResourceArn, "{ResourceArn+}", true);
|
|
3208
3208
|
const query = (0, import_smithy_client.map)({
|
|
3209
|
-
[_tK]: [
|
|
3210
|
-
(0, import_smithy_client.expectNonNull)(input.TagKeys, `TagKeys`) != null,
|
|
3211
|
-
() => (input[_TK] || []).map((_entry) => _entry)
|
|
3212
|
-
]
|
|
3209
|
+
[_tK]: [(0, import_smithy_client.expectNonNull)(input.TagKeys, `TagKeys`) != null, () => input[_TK] || []]
|
|
3213
3210
|
});
|
|
3214
3211
|
let body;
|
|
3215
3212
|
let { hostname: resolvedHostname } = await context.endpoint();
|
|
@@ -3229,7 +3226,7 @@ var se_UntagResourceCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
3229
3226
|
}, "se_UntagResourceCommand");
|
|
3230
3227
|
var se_UpdateAccessGrantsLocationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
3231
3228
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
3232
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
3229
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
3233
3230
|
"content-type": "application/xml",
|
|
3234
3231
|
[_xaai]: input[_AI]
|
|
3235
3232
|
});
|
|
@@ -3258,7 +3255,7 @@ var se_UpdateAccessGrantsLocationCommand = /* @__PURE__ */ __name(async (input,
|
|
|
3258
3255
|
}, "se_UpdateAccessGrantsLocationCommand");
|
|
3259
3256
|
var se_UpdateJobPriorityCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
3260
3257
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
3261
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
3258
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
3262
3259
|
[_xaai]: input[_AI]
|
|
3263
3260
|
});
|
|
3264
3261
|
b.bp("/v20180820/jobs/{JobId}/priority");
|
|
@@ -3284,7 +3281,7 @@ var se_UpdateJobPriorityCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
3284
3281
|
}, "se_UpdateJobPriorityCommand");
|
|
3285
3282
|
var se_UpdateJobStatusCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
3286
3283
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
3287
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
3284
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
3288
3285
|
[_xaai]: input[_AI]
|
|
3289
3286
|
});
|
|
3290
3287
|
b.bp("/v20180820/jobs/{JobId}/status");
|
|
@@ -3311,7 +3308,7 @@ var se_UpdateJobStatusCommand = /* @__PURE__ */ __name(async (input, context) =>
|
|
|
3311
3308
|
}, "se_UpdateJobStatusCommand");
|
|
3312
3309
|
var se_UpdateStorageLensGroupCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
3313
3310
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
3314
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
3311
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
3315
3312
|
"content-type": "application/xml",
|
|
3316
3313
|
[_xaai]: input[_AI]
|
|
3317
3314
|
});
|
|
@@ -8191,7 +8188,6 @@ var deserializeMetadata = /* @__PURE__ */ __name((output) => ({
|
|
|
8191
8188
|
extendedRequestId: output.headers["x-amz-id-2"],
|
|
8192
8189
|
cfId: output.headers["x-amz-cf-id"]
|
|
8193
8190
|
}), "deserializeMetadata");
|
|
8194
|
-
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");
|
|
8195
8191
|
var _A = "Alias";
|
|
8196
8192
|
var _AA = "ApplicationArn";
|
|
8197
8193
|
var _AAGICR = "AssociateAccessGrantsIdentityCenterRequest";
|
|
@@ -2,7 +2,7 @@ import { loadRestXmlErrorCode, parseXmlBody as parseBody, parseXmlErrorBody as p
|
|
|
2
2
|
import { XmlNode as __XmlNode, XmlText as __XmlText } from "@aws-sdk/xml-builder";
|
|
3
3
|
import { requestBuilder as rb } from "@smithy/core";
|
|
4
4
|
import { isValidHostname as __isValidHostname, } from "@smithy/protocol-http";
|
|
5
|
-
import { collectBody, decorateServiceException as __decorateServiceException, expectNonNull as __expectNonNull, expectObject as __expectObject, expectString as __expectString, expectUnion as __expectUnion, getArrayIfSingleItem as __getArrayIfSingleItem, map, parseBoolean as __parseBoolean, parseRfc3339DateTimeWithOffset as __parseRfc3339DateTimeWithOffset, serializeDateTime as __serializeDateTime, strictParseFloat as __strictParseFloat, strictParseInt32 as __strictParseInt32, strictParseLong as __strictParseLong, withBaseException, } from "@smithy/smithy-client";
|
|
5
|
+
import { collectBody, decorateServiceException as __decorateServiceException, expectNonNull as __expectNonNull, expectObject as __expectObject, expectString as __expectString, expectUnion as __expectUnion, getArrayIfSingleItem as __getArrayIfSingleItem, isSerializableHeaderValue, map, parseBoolean as __parseBoolean, parseRfc3339DateTimeWithOffset as __parseRfc3339DateTimeWithOffset, serializeDateTime as __serializeDateTime, strictParseFloat as __strictParseFloat, strictParseInt32 as __strictParseInt32, strictParseLong as __strictParseLong, withBaseException, } from "@smithy/smithy-client";
|
|
6
6
|
import { v4 as generateIdempotencyToken } from "uuid";
|
|
7
7
|
import { BadRequestException, BucketAlreadyExists, BucketAlreadyOwnedByYou, IdempotencyException, InternalServiceException, InvalidNextTokenException, InvalidRequestException, JobManifestGenerator, NoSuchPublicAccessBlockConfiguration, NotFoundException, ObjectLambdaContentTransformation, TooManyRequestsException, } from "../models/models_0";
|
|
8
8
|
import { JobStatusException, TooManyTagsException, } from "../models/models_1";
|
|
@@ -1694,7 +1694,7 @@ export const se_ListJobsCommand = async (input, context) => {
|
|
|
1694
1694
|
});
|
|
1695
1695
|
b.bp("/v20180820/jobs");
|
|
1696
1696
|
const query = map({
|
|
1697
|
-
[_jS]: [() => input.JobStatuses !== void 0, () =>
|
|
1697
|
+
[_jS]: [() => input.JobStatuses !== void 0, () => input[_JS] || []],
|
|
1698
1698
|
[_nT]: [, input[_NT]],
|
|
1699
1699
|
[_mR]: [() => input.MaxResults !== void 0, () => input[_MR].toString()],
|
|
1700
1700
|
});
|
|
@@ -2339,10 +2339,7 @@ export const se_UntagResourceCommand = async (input, context) => {
|
|
|
2339
2339
|
b.bp("/v20180820/tags/{ResourceArn+}");
|
|
2340
2340
|
b.p("ResourceArn", () => input.ResourceArn, "{ResourceArn+}", true);
|
|
2341
2341
|
const query = map({
|
|
2342
|
-
[_tK]: [
|
|
2343
|
-
__expectNonNull(input.TagKeys, `TagKeys`) != null,
|
|
2344
|
-
() => (input[_TK] || []).map((_entry) => _entry),
|
|
2345
|
-
],
|
|
2342
|
+
[_tK]: [__expectNonNull(input.TagKeys, `TagKeys`) != null, () => input[_TK] || []],
|
|
2346
2343
|
});
|
|
2347
2344
|
let body;
|
|
2348
2345
|
let { hostname: resolvedHostname } = await context.endpoint();
|
|
@@ -7484,11 +7481,6 @@ const deserializeMetadata = (output) => ({
|
|
|
7484
7481
|
cfId: output.headers["x-amz-cf-id"],
|
|
7485
7482
|
});
|
|
7486
7483
|
const collectBodyString = (streamBody, context) => collectBody(streamBody, context).then((body) => context.utf8Encoder(body));
|
|
7487
|
-
const isSerializableHeaderValue = (value) => value !== undefined &&
|
|
7488
|
-
value !== null &&
|
|
7489
|
-
value !== "" &&
|
|
7490
|
-
(!Object.getOwnPropertyNames(value).includes("length") || value.length != 0) &&
|
|
7491
|
-
(!Object.getOwnPropertyNames(value).includes("size") || value.size != 0);
|
|
7492
7484
|
const _A = "Alias";
|
|
7493
7485
|
const _AA = "ApplicationArn";
|
|
7494
7486
|
const _AAGICR = "AssociateAccessGrantsIdentityCenterRequest";
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-s3-control",
|
|
3
3
|
"description": "AWS SDK for JavaScript S3 Control Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.658.1",
|
|
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-control",
|
|
@@ -22,10 +22,10 @@
|
|
|
22
22
|
"dependencies": {
|
|
23
23
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
24
24
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
25
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
26
|
-
"@aws-sdk/client-sts": "3.
|
|
27
|
-
"@aws-sdk/core": "3.
|
|
28
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
+
"@aws-sdk/client-sso-oidc": "3.658.1",
|
|
26
|
+
"@aws-sdk/client-sts": "3.658.1",
|
|
27
|
+
"@aws-sdk/core": "3.658.1",
|
|
28
|
+
"@aws-sdk/credential-provider-node": "3.658.1",
|
|
29
29
|
"@aws-sdk/middleware-host-header": "3.654.0",
|
|
30
30
|
"@aws-sdk/middleware-logger": "3.654.0",
|
|
31
31
|
"@aws-sdk/middleware-recursion-detection": "3.654.0",
|
|
@@ -38,8 +38,8 @@
|
|
|
38
38
|
"@aws-sdk/util-user-agent-node": "3.654.0",
|
|
39
39
|
"@aws-sdk/xml-builder": "3.654.0",
|
|
40
40
|
"@smithy/config-resolver": "^3.0.8",
|
|
41
|
-
"@smithy/core": "^2.4.
|
|
42
|
-
"@smithy/fetch-http-handler": "^3.2.
|
|
41
|
+
"@smithy/core": "^2.4.6",
|
|
42
|
+
"@smithy/fetch-http-handler": "^3.2.8",
|
|
43
43
|
"@smithy/hash-blob-browser": "^3.1.5",
|
|
44
44
|
"@smithy/hash-node": "^3.0.6",
|
|
45
45
|
"@smithy/hash-stream-node": "^3.1.5",
|
|
@@ -48,20 +48,20 @@
|
|
|
48
48
|
"@smithy/middleware-apply-body-checksum": "^3.0.8",
|
|
49
49
|
"@smithy/middleware-content-length": "^3.0.8",
|
|
50
50
|
"@smithy/middleware-endpoint": "^3.1.3",
|
|
51
|
-
"@smithy/middleware-retry": "^3.0.
|
|
51
|
+
"@smithy/middleware-retry": "^3.0.21",
|
|
52
52
|
"@smithy/middleware-serde": "^3.0.6",
|
|
53
53
|
"@smithy/middleware-stack": "^3.0.6",
|
|
54
54
|
"@smithy/node-config-provider": "^3.1.7",
|
|
55
|
-
"@smithy/node-http-handler": "^3.2.
|
|
55
|
+
"@smithy/node-http-handler": "^3.2.3",
|
|
56
56
|
"@smithy/protocol-http": "^4.1.3",
|
|
57
|
-
"@smithy/smithy-client": "^3.3.
|
|
57
|
+
"@smithy/smithy-client": "^3.3.5",
|
|
58
58
|
"@smithy/types": "^3.4.2",
|
|
59
59
|
"@smithy/url-parser": "^3.0.6",
|
|
60
60
|
"@smithy/util-base64": "^3.0.0",
|
|
61
61
|
"@smithy/util-body-length-browser": "^3.0.0",
|
|
62
62
|
"@smithy/util-body-length-node": "^3.0.0",
|
|
63
|
-
"@smithy/util-defaults-mode-browser": "^3.0.
|
|
64
|
-
"@smithy/util-defaults-mode-node": "^3.0.
|
|
63
|
+
"@smithy/util-defaults-mode-browser": "^3.0.21",
|
|
64
|
+
"@smithy/util-defaults-mode-node": "^3.0.21",
|
|
65
65
|
"@smithy/util-endpoints": "^2.1.2",
|
|
66
66
|
"@smithy/util-middleware": "^3.0.6",
|
|
67
67
|
"@smithy/util-retry": "^3.0.6",
|