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