@rharkor/caching-for-turbo 2.2.1 → 2.2.3
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 +39 -3
- package/dist/cli/index.js +593 -129
- package/package.json +1 -1
package/dist/cli/index.js
CHANGED
|
@@ -10904,6 +10904,7 @@ __export(index_exports, {
|
|
|
10904
10904
|
CopyObjectOutputFilterSensitiveLog: () => CopyObjectOutputFilterSensitiveLog,
|
|
10905
10905
|
CopyObjectRequestFilterSensitiveLog: () => CopyObjectRequestFilterSensitiveLog,
|
|
10906
10906
|
CreateBucketCommand: () => CreateBucketCommand,
|
|
10907
|
+
CreateBucketMetadataConfigurationCommand: () => CreateBucketMetadataConfigurationCommand,
|
|
10907
10908
|
CreateBucketMetadataTableConfigurationCommand: () => CreateBucketMetadataTableConfigurationCommand,
|
|
10908
10909
|
CreateMultipartUploadCommand: () => CreateMultipartUploadCommand,
|
|
10909
10910
|
CreateMultipartUploadOutputFilterSensitiveLog: () => CreateMultipartUploadOutputFilterSensitiveLog,
|
|
@@ -10919,6 +10920,7 @@ __export(index_exports, {
|
|
|
10919
10920
|
DeleteBucketIntelligentTieringConfigurationCommand: () => DeleteBucketIntelligentTieringConfigurationCommand,
|
|
10920
10921
|
DeleteBucketInventoryConfigurationCommand: () => DeleteBucketInventoryConfigurationCommand,
|
|
10921
10922
|
DeleteBucketLifecycleCommand: () => DeleteBucketLifecycleCommand,
|
|
10923
|
+
DeleteBucketMetadataConfigurationCommand: () => DeleteBucketMetadataConfigurationCommand,
|
|
10922
10924
|
DeleteBucketMetadataTableConfigurationCommand: () => DeleteBucketMetadataTableConfigurationCommand,
|
|
10923
10925
|
DeleteBucketMetricsConfigurationCommand: () => DeleteBucketMetricsConfigurationCommand,
|
|
10924
10926
|
DeleteBucketOwnershipControlsCommand: () => DeleteBucketOwnershipControlsCommand,
|
|
@@ -10936,6 +10938,7 @@ __export(index_exports, {
|
|
|
10936
10938
|
EncryptionTypeMismatch: () => EncryptionTypeMismatch,
|
|
10937
10939
|
Event: () => Event,
|
|
10938
10940
|
ExistingObjectReplicationStatus: () => ExistingObjectReplicationStatus,
|
|
10941
|
+
ExpirationState: () => ExpirationState,
|
|
10939
10942
|
ExpirationStatus: () => ExpirationStatus,
|
|
10940
10943
|
ExpressionType: () => ExpressionType,
|
|
10941
10944
|
FileHeaderInfo: () => FileHeaderInfo,
|
|
@@ -10952,6 +10955,7 @@ __export(index_exports, {
|
|
|
10952
10955
|
GetBucketLifecycleConfigurationCommand: () => GetBucketLifecycleConfigurationCommand,
|
|
10953
10956
|
GetBucketLocationCommand: () => GetBucketLocationCommand,
|
|
10954
10957
|
GetBucketLoggingCommand: () => GetBucketLoggingCommand,
|
|
10958
|
+
GetBucketMetadataConfigurationCommand: () => GetBucketMetadataConfigurationCommand,
|
|
10955
10959
|
GetBucketMetadataTableConfigurationCommand: () => GetBucketMetadataTableConfigurationCommand,
|
|
10956
10960
|
GetBucketMetricsConfigurationCommand: () => GetBucketMetricsConfigurationCommand,
|
|
10957
10961
|
GetBucketNotificationConfigurationCommand: () => GetBucketNotificationConfigurationCommand,
|
|
@@ -10987,6 +10991,7 @@ __export(index_exports, {
|
|
|
10987
10991
|
InvalidRequest: () => InvalidRequest,
|
|
10988
10992
|
InvalidWriteOffset: () => InvalidWriteOffset,
|
|
10989
10993
|
InventoryConfigurationFilterSensitiveLog: () => InventoryConfigurationFilterSensitiveLog,
|
|
10994
|
+
InventoryConfigurationState: () => InventoryConfigurationState,
|
|
10990
10995
|
InventoryDestinationFilterSensitiveLog: () => InventoryDestinationFilterSensitiveLog,
|
|
10991
10996
|
InventoryEncryptionFilterSensitiveLog: () => InventoryEncryptionFilterSensitiveLog,
|
|
10992
10997
|
InventoryFormat: () => InventoryFormat,
|
|
@@ -11081,6 +11086,7 @@ __export(index_exports, {
|
|
|
11081
11086
|
S3Client: () => S3Client,
|
|
11082
11087
|
S3LocationFilterSensitiveLog: () => S3LocationFilterSensitiveLog,
|
|
11083
11088
|
S3ServiceException: () => S3ServiceException,
|
|
11089
|
+
S3TablesBucketType: () => S3TablesBucketType,
|
|
11084
11090
|
SSEKMSFilterSensitiveLog: () => SSEKMSFilterSensitiveLog,
|
|
11085
11091
|
SelectObjectContentCommand: () => SelectObjectContentCommand,
|
|
11086
11092
|
SelectObjectContentEventStream: () => SelectObjectContentEventStream,
|
|
@@ -11096,12 +11102,15 @@ __export(index_exports, {
|
|
|
11096
11102
|
SseKmsEncryptedObjectsStatus: () => SseKmsEncryptedObjectsStatus,
|
|
11097
11103
|
StorageClass: () => StorageClass,
|
|
11098
11104
|
StorageClassAnalysisSchemaVersion: () => StorageClassAnalysisSchemaVersion,
|
|
11105
|
+
TableSseAlgorithm: () => TableSseAlgorithm,
|
|
11099
11106
|
TaggingDirective: () => TaggingDirective,
|
|
11100
11107
|
Tier: () => Tier,
|
|
11101
11108
|
TooManyParts: () => TooManyParts,
|
|
11102
11109
|
TransitionDefaultMinimumObjectSize: () => TransitionDefaultMinimumObjectSize,
|
|
11103
11110
|
TransitionStorageClass: () => TransitionStorageClass,
|
|
11104
11111
|
Type: () => Type,
|
|
11112
|
+
UpdateBucketMetadataInventoryTableConfigurationCommand: () => UpdateBucketMetadataInventoryTableConfigurationCommand,
|
|
11113
|
+
UpdateBucketMetadataJournalTableConfigurationCommand: () => UpdateBucketMetadataJournalTableConfigurationCommand,
|
|
11105
11114
|
UploadPartCommand: () => UploadPartCommand,
|
|
11106
11115
|
UploadPartCopyCommand: () => UploadPartCopyCommand,
|
|
11107
11116
|
UploadPartCopyOutputFilterSensitiveLog: () => UploadPartCopyOutputFilterSensitiveLog,
|
|
@@ -11403,6 +11412,18 @@ var ObjectOwnership = {
|
|
|
11403
11412
|
BucketOwnerPreferred: "BucketOwnerPreferred",
|
|
11404
11413
|
ObjectWriter: "ObjectWriter"
|
|
11405
11414
|
};
|
|
11415
|
+
var InventoryConfigurationState = {
|
|
11416
|
+
DISABLED: "DISABLED",
|
|
11417
|
+
ENABLED: "ENABLED"
|
|
11418
|
+
};
|
|
11419
|
+
var TableSseAlgorithm = {
|
|
11420
|
+
AES256: "AES256",
|
|
11421
|
+
aws_kms: "aws:kms"
|
|
11422
|
+
};
|
|
11423
|
+
var ExpirationState = {
|
|
11424
|
+
DISABLED: "DISABLED",
|
|
11425
|
+
ENABLED: "ENABLED"
|
|
11426
|
+
};
|
|
11406
11427
|
var SessionMode = {
|
|
11407
11428
|
ReadOnly: "ReadOnly",
|
|
11408
11429
|
ReadWrite: "ReadWrite"
|
|
@@ -11503,6 +11524,10 @@ var PartitionDateSource = {
|
|
|
11503
11524
|
DeliveryTime: "DeliveryTime",
|
|
11504
11525
|
EventTime: "EventTime"
|
|
11505
11526
|
};
|
|
11527
|
+
var S3TablesBucketType = {
|
|
11528
|
+
aws: "aws",
|
|
11529
|
+
customer: "customer"
|
|
11530
|
+
};
|
|
11506
11531
|
var MetricsFilter;
|
|
11507
11532
|
((MetricsFilter2) => {
|
|
11508
11533
|
MetricsFilter2.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
@@ -11679,26 +11704,6 @@ var ArchiveStatus = {
|
|
|
11679
11704
|
var EncodingType = {
|
|
11680
11705
|
url: "url"
|
|
11681
11706
|
};
|
|
11682
|
-
var ObjectStorageClass = {
|
|
11683
|
-
DEEP_ARCHIVE: "DEEP_ARCHIVE",
|
|
11684
|
-
EXPRESS_ONEZONE: "EXPRESS_ONEZONE",
|
|
11685
|
-
FSX_OPENZFS: "FSX_OPENZFS",
|
|
11686
|
-
GLACIER: "GLACIER",
|
|
11687
|
-
GLACIER_IR: "GLACIER_IR",
|
|
11688
|
-
INTELLIGENT_TIERING: "INTELLIGENT_TIERING",
|
|
11689
|
-
ONEZONE_IA: "ONEZONE_IA",
|
|
11690
|
-
OUTPOSTS: "OUTPOSTS",
|
|
11691
|
-
REDUCED_REDUNDANCY: "REDUCED_REDUNDANCY",
|
|
11692
|
-
SNOW: "SNOW",
|
|
11693
|
-
STANDARD: "STANDARD",
|
|
11694
|
-
STANDARD_IA: "STANDARD_IA"
|
|
11695
|
-
};
|
|
11696
|
-
var OptionalObjectAttributes = {
|
|
11697
|
-
RESTORE_STATUS: "RestoreStatus"
|
|
11698
|
-
};
|
|
11699
|
-
var ObjectVersionStorageClass = {
|
|
11700
|
-
STANDARD: "STANDARD"
|
|
11701
|
-
};
|
|
11702
11707
|
var CompleteMultipartUploadOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
11703
11708
|
...obj,
|
|
11704
11709
|
...obj.SSEKMSKeyId && { SSEKMSKeyId: import_smithy_client.SENSITIVE_STRING }
|
|
@@ -11829,10 +11834,6 @@ var ListBucketInventoryConfigurationsOutputFilterSensitiveLog = /* @__PURE__ */
|
|
|
11829
11834
|
)
|
|
11830
11835
|
}
|
|
11831
11836
|
}), "ListBucketInventoryConfigurationsOutputFilterSensitiveLog");
|
|
11832
|
-
var ListPartsRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
11833
|
-
...obj,
|
|
11834
|
-
...obj.SSECustomerKey && { SSECustomerKey: import_smithy_client.SENSITIVE_STRING }
|
|
11835
|
-
}), "ListPartsRequestFilterSensitiveLog");
|
|
11836
11837
|
|
|
11837
11838
|
// src/protocols/Aws_restXml.ts
|
|
11838
11839
|
var import_core = __nccwpck_require__(8704);
|
|
@@ -11844,6 +11845,26 @@ var import_uuid = __nccwpck_require__(57977);
|
|
|
11844
11845
|
|
|
11845
11846
|
// src/models/models_1.ts
|
|
11846
11847
|
|
|
11848
|
+
var ObjectStorageClass = {
|
|
11849
|
+
DEEP_ARCHIVE: "DEEP_ARCHIVE",
|
|
11850
|
+
EXPRESS_ONEZONE: "EXPRESS_ONEZONE",
|
|
11851
|
+
FSX_OPENZFS: "FSX_OPENZFS",
|
|
11852
|
+
GLACIER: "GLACIER",
|
|
11853
|
+
GLACIER_IR: "GLACIER_IR",
|
|
11854
|
+
INTELLIGENT_TIERING: "INTELLIGENT_TIERING",
|
|
11855
|
+
ONEZONE_IA: "ONEZONE_IA",
|
|
11856
|
+
OUTPOSTS: "OUTPOSTS",
|
|
11857
|
+
REDUCED_REDUNDANCY: "REDUCED_REDUNDANCY",
|
|
11858
|
+
SNOW: "SNOW",
|
|
11859
|
+
STANDARD: "STANDARD",
|
|
11860
|
+
STANDARD_IA: "STANDARD_IA"
|
|
11861
|
+
};
|
|
11862
|
+
var OptionalObjectAttributes = {
|
|
11863
|
+
RESTORE_STATUS: "RestoreStatus"
|
|
11864
|
+
};
|
|
11865
|
+
var ObjectVersionStorageClass = {
|
|
11866
|
+
STANDARD: "STANDARD"
|
|
11867
|
+
};
|
|
11847
11868
|
var MFADelete = {
|
|
11848
11869
|
Disabled: "Disabled",
|
|
11849
11870
|
Enabled: "Enabled"
|
|
@@ -11996,6 +12017,10 @@ var SelectObjectContentEventStream;
|
|
|
11996
12017
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
11997
12018
|
}, "visit");
|
|
11998
12019
|
})(SelectObjectContentEventStream || (SelectObjectContentEventStream = {}));
|
|
12020
|
+
var ListPartsRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
12021
|
+
...obj,
|
|
12022
|
+
...obj.SSECustomerKey && { SSECustomerKey: import_smithy_client.SENSITIVE_STRING }
|
|
12023
|
+
}), "ListPartsRequestFilterSensitiveLog");
|
|
11999
12024
|
var PutBucketEncryptionRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
12000
12025
|
...obj,
|
|
12001
12026
|
...obj.ServerSideEncryptionConfiguration && {
|
|
@@ -12217,6 +12242,30 @@ var se_CreateBucketCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
12217
12242
|
b.m("PUT").h(headers).b(body);
|
|
12218
12243
|
return b.build();
|
|
12219
12244
|
}, "se_CreateBucketCommand");
|
|
12245
|
+
var se_CreateBucketMetadataConfigurationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
12246
|
+
const b = (0, import_core2.requestBuilder)(input, context);
|
|
12247
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
12248
|
+
"content-type": "application/xml",
|
|
12249
|
+
[_cm]: input[_CMD],
|
|
12250
|
+
[_xasca]: input[_CA],
|
|
12251
|
+
[_xaebo]: input[_EBO]
|
|
12252
|
+
});
|
|
12253
|
+
b.bp("/");
|
|
12254
|
+
b.p("Bucket", () => input.Bucket, "{Bucket}", false);
|
|
12255
|
+
const query = (0, import_smithy_client.map)({
|
|
12256
|
+
[_mC]: [, ""]
|
|
12257
|
+
});
|
|
12258
|
+
let body;
|
|
12259
|
+
let contents;
|
|
12260
|
+
if (input.MetadataConfiguration !== void 0) {
|
|
12261
|
+
contents = se_MetadataConfiguration(input.MetadataConfiguration, context);
|
|
12262
|
+
body = _ve;
|
|
12263
|
+
contents.a("xmlns", "http://s3.amazonaws.com/doc/2006-03-01/");
|
|
12264
|
+
body += contents.toString();
|
|
12265
|
+
}
|
|
12266
|
+
b.m("POST").h(headers).q(query).b(body);
|
|
12267
|
+
return b.build();
|
|
12268
|
+
}, "se_CreateBucketMetadataConfigurationCommand");
|
|
12220
12269
|
var se_CreateBucketMetadataTableConfigurationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
12221
12270
|
const b = (0, import_core2.requestBuilder)(input, context);
|
|
12222
12271
|
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
@@ -12403,6 +12452,20 @@ var se_DeleteBucketLifecycleCommand = /* @__PURE__ */ __name(async (input, conte
|
|
|
12403
12452
|
b.m("DELETE").h(headers).q(query).b(body);
|
|
12404
12453
|
return b.build();
|
|
12405
12454
|
}, "se_DeleteBucketLifecycleCommand");
|
|
12455
|
+
var se_DeleteBucketMetadataConfigurationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
12456
|
+
const b = (0, import_core2.requestBuilder)(input, context);
|
|
12457
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
12458
|
+
[_xaebo]: input[_EBO]
|
|
12459
|
+
});
|
|
12460
|
+
b.bp("/");
|
|
12461
|
+
b.p("Bucket", () => input.Bucket, "{Bucket}", false);
|
|
12462
|
+
const query = (0, import_smithy_client.map)({
|
|
12463
|
+
[_mC]: [, ""]
|
|
12464
|
+
});
|
|
12465
|
+
let body;
|
|
12466
|
+
b.m("DELETE").h(headers).q(query).b(body);
|
|
12467
|
+
return b.build();
|
|
12468
|
+
}, "se_DeleteBucketMetadataConfigurationCommand");
|
|
12406
12469
|
var se_DeleteBucketMetadataTableConfigurationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
12407
12470
|
const b = (0, import_core2.requestBuilder)(input, context);
|
|
12408
12471
|
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
@@ -12727,6 +12790,20 @@ var se_GetBucketLoggingCommand = /* @__PURE__ */ __name(async (input, context) =
|
|
|
12727
12790
|
b.m("GET").h(headers).q(query).b(body);
|
|
12728
12791
|
return b.build();
|
|
12729
12792
|
}, "se_GetBucketLoggingCommand");
|
|
12793
|
+
var se_GetBucketMetadataConfigurationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
12794
|
+
const b = (0, import_core2.requestBuilder)(input, context);
|
|
12795
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
12796
|
+
[_xaebo]: input[_EBO]
|
|
12797
|
+
});
|
|
12798
|
+
b.bp("/");
|
|
12799
|
+
b.p("Bucket", () => input.Bucket, "{Bucket}", false);
|
|
12800
|
+
const query = (0, import_smithy_client.map)({
|
|
12801
|
+
[_mC]: [, ""]
|
|
12802
|
+
});
|
|
12803
|
+
let body;
|
|
12804
|
+
b.m("GET").h(headers).q(query).b(body);
|
|
12805
|
+
return b.build();
|
|
12806
|
+
}, "se_GetBucketMetadataConfigurationCommand");
|
|
12730
12807
|
var se_GetBucketMetadataTableConfigurationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
12731
12808
|
const b = (0, import_core2.requestBuilder)(input, context);
|
|
12732
12809
|
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
@@ -14043,6 +14120,56 @@ var se_SelectObjectContentCommand = /* @__PURE__ */ __name(async (input, context
|
|
|
14043
14120
|
b.m("POST").h(headers).q(query).b(body);
|
|
14044
14121
|
return b.build();
|
|
14045
14122
|
}, "se_SelectObjectContentCommand");
|
|
14123
|
+
var se_UpdateBucketMetadataInventoryTableConfigurationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
14124
|
+
const b = (0, import_core2.requestBuilder)(input, context);
|
|
14125
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
14126
|
+
"content-type": "application/xml",
|
|
14127
|
+
[_cm]: input[_CMD],
|
|
14128
|
+
[_xasca]: input[_CA],
|
|
14129
|
+
[_xaebo]: input[_EBO]
|
|
14130
|
+
});
|
|
14131
|
+
b.bp("/");
|
|
14132
|
+
b.p("Bucket", () => input.Bucket, "{Bucket}", false);
|
|
14133
|
+
const query = (0, import_smithy_client.map)({
|
|
14134
|
+
[_mIT]: [, ""]
|
|
14135
|
+
});
|
|
14136
|
+
let body;
|
|
14137
|
+
let contents;
|
|
14138
|
+
if (input.InventoryTableConfiguration !== void 0) {
|
|
14139
|
+
contents = se_InventoryTableConfigurationUpdates(input.InventoryTableConfiguration, context);
|
|
14140
|
+
contents = contents.n("InventoryTableConfiguration");
|
|
14141
|
+
body = _ve;
|
|
14142
|
+
contents.a("xmlns", "http://s3.amazonaws.com/doc/2006-03-01/");
|
|
14143
|
+
body += contents.toString();
|
|
14144
|
+
}
|
|
14145
|
+
b.m("PUT").h(headers).q(query).b(body);
|
|
14146
|
+
return b.build();
|
|
14147
|
+
}, "se_UpdateBucketMetadataInventoryTableConfigurationCommand");
|
|
14148
|
+
var se_UpdateBucketMetadataJournalTableConfigurationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
14149
|
+
const b = (0, import_core2.requestBuilder)(input, context);
|
|
14150
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
14151
|
+
"content-type": "application/xml",
|
|
14152
|
+
[_cm]: input[_CMD],
|
|
14153
|
+
[_xasca]: input[_CA],
|
|
14154
|
+
[_xaebo]: input[_EBO]
|
|
14155
|
+
});
|
|
14156
|
+
b.bp("/");
|
|
14157
|
+
b.p("Bucket", () => input.Bucket, "{Bucket}", false);
|
|
14158
|
+
const query = (0, import_smithy_client.map)({
|
|
14159
|
+
[_mJT]: [, ""]
|
|
14160
|
+
});
|
|
14161
|
+
let body;
|
|
14162
|
+
let contents;
|
|
14163
|
+
if (input.JournalTableConfiguration !== void 0) {
|
|
14164
|
+
contents = se_JournalTableConfigurationUpdates(input.JournalTableConfiguration, context);
|
|
14165
|
+
contents = contents.n("JournalTableConfiguration");
|
|
14166
|
+
body = _ve;
|
|
14167
|
+
contents.a("xmlns", "http://s3.amazonaws.com/doc/2006-03-01/");
|
|
14168
|
+
body += contents.toString();
|
|
14169
|
+
}
|
|
14170
|
+
b.m("PUT").h(headers).q(query).b(body);
|
|
14171
|
+
return b.build();
|
|
14172
|
+
}, "se_UpdateBucketMetadataJournalTableConfigurationCommand");
|
|
14046
14173
|
var se_UploadPartCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
14047
14174
|
const b = (0, import_core2.requestBuilder)(input, context);
|
|
14048
14175
|
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
@@ -14273,6 +14400,16 @@ var de_CreateBucketCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
14273
14400
|
await (0, import_smithy_client.collectBody)(output.body, context);
|
|
14274
14401
|
return contents;
|
|
14275
14402
|
}, "de_CreateBucketCommand");
|
|
14403
|
+
var de_CreateBucketMetadataConfigurationCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
14404
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
14405
|
+
return de_CommandError(output, context);
|
|
14406
|
+
}
|
|
14407
|
+
const contents = (0, import_smithy_client.map)({
|
|
14408
|
+
$metadata: deserializeMetadata(output)
|
|
14409
|
+
});
|
|
14410
|
+
await (0, import_smithy_client.collectBody)(output.body, context);
|
|
14411
|
+
return contents;
|
|
14412
|
+
}, "de_CreateBucketMetadataConfigurationCommand");
|
|
14276
14413
|
var de_CreateBucketMetadataTableConfigurationCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
14277
14414
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
14278
14415
|
return de_CommandError(output, context);
|
|
@@ -14403,6 +14540,16 @@ var de_DeleteBucketLifecycleCommand = /* @__PURE__ */ __name(async (output, cont
|
|
|
14403
14540
|
await (0, import_smithy_client.collectBody)(output.body, context);
|
|
14404
14541
|
return contents;
|
|
14405
14542
|
}, "de_DeleteBucketLifecycleCommand");
|
|
14543
|
+
var de_DeleteBucketMetadataConfigurationCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
14544
|
+
if (output.statusCode !== 204 && output.statusCode >= 300) {
|
|
14545
|
+
return de_CommandError(output, context);
|
|
14546
|
+
}
|
|
14547
|
+
const contents = (0, import_smithy_client.map)({
|
|
14548
|
+
$metadata: deserializeMetadata(output)
|
|
14549
|
+
});
|
|
14550
|
+
await (0, import_smithy_client.collectBody)(output.body, context);
|
|
14551
|
+
return contents;
|
|
14552
|
+
}, "de_DeleteBucketMetadataConfigurationCommand");
|
|
14406
14553
|
var de_DeleteBucketMetadataTableConfigurationCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
14407
14554
|
if (output.statusCode !== 204 && output.statusCode >= 300) {
|
|
14408
14555
|
return de_CommandError(output, context);
|
|
@@ -14661,6 +14808,17 @@ var de_GetBucketLoggingCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
14661
14808
|
}
|
|
14662
14809
|
return contents;
|
|
14663
14810
|
}, "de_GetBucketLoggingCommand");
|
|
14811
|
+
var de_GetBucketMetadataConfigurationCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
14812
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
14813
|
+
return de_CommandError(output, context);
|
|
14814
|
+
}
|
|
14815
|
+
const contents = (0, import_smithy_client.map)({
|
|
14816
|
+
$metadata: deserializeMetadata(output)
|
|
14817
|
+
});
|
|
14818
|
+
const data = (0, import_smithy_client.expectObject)(await (0, import_core.parseXmlBody)(output.body, context));
|
|
14819
|
+
contents.GetBucketMetadataConfigurationResult = de_GetBucketMetadataConfigurationResult(data, context);
|
|
14820
|
+
return contents;
|
|
14821
|
+
}, "de_GetBucketMetadataConfigurationCommand");
|
|
14664
14822
|
var de_GetBucketMetadataTableConfigurationCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
14665
14823
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
14666
14824
|
return de_CommandError(output, context);
|
|
@@ -15780,6 +15938,26 @@ var de_SelectObjectContentCommand = /* @__PURE__ */ __name(async (output, contex
|
|
|
15780
15938
|
contents.Payload = de_SelectObjectContentEventStream(data, context);
|
|
15781
15939
|
return contents;
|
|
15782
15940
|
}, "de_SelectObjectContentCommand");
|
|
15941
|
+
var de_UpdateBucketMetadataInventoryTableConfigurationCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
15942
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
15943
|
+
return de_CommandError(output, context);
|
|
15944
|
+
}
|
|
15945
|
+
const contents = (0, import_smithy_client.map)({
|
|
15946
|
+
$metadata: deserializeMetadata(output)
|
|
15947
|
+
});
|
|
15948
|
+
await (0, import_smithy_client.collectBody)(output.body, context);
|
|
15949
|
+
return contents;
|
|
15950
|
+
}, "de_UpdateBucketMetadataInventoryTableConfigurationCommand");
|
|
15951
|
+
var de_UpdateBucketMetadataJournalTableConfigurationCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
15952
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
15953
|
+
return de_CommandError(output, context);
|
|
15954
|
+
}
|
|
15955
|
+
const contents = (0, import_smithy_client.map)({
|
|
15956
|
+
$metadata: deserializeMetadata(output)
|
|
15957
|
+
});
|
|
15958
|
+
await (0, import_smithy_client.collectBody)(output.body, context);
|
|
15959
|
+
return contents;
|
|
15960
|
+
}, "de_UpdateBucketMetadataJournalTableConfigurationCommand");
|
|
15783
15961
|
var de_UploadPartCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
15784
15962
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
15785
15963
|
return de_CommandError(output, context);
|
|
@@ -16569,6 +16747,43 @@ var se_InventorySchedule = /* @__PURE__ */ __name((input, context) => {
|
|
|
16569
16747
|
}
|
|
16570
16748
|
return bn;
|
|
16571
16749
|
}, "se_InventorySchedule");
|
|
16750
|
+
var se_InventoryTableConfiguration = /* @__PURE__ */ __name((input, context) => {
|
|
16751
|
+
const bn = new import_xml_builder.XmlNode(_ITCn);
|
|
16752
|
+
if (input[_CSo] != null) {
|
|
16753
|
+
bn.c(import_xml_builder.XmlNode.of(_ICS, input[_CSo]).n(_CSo));
|
|
16754
|
+
}
|
|
16755
|
+
if (input[_ECn] != null) {
|
|
16756
|
+
bn.c(se_MetadataTableEncryptionConfiguration(input[_ECn], context).n(_ECn));
|
|
16757
|
+
}
|
|
16758
|
+
return bn;
|
|
16759
|
+
}, "se_InventoryTableConfiguration");
|
|
16760
|
+
var se_InventoryTableConfigurationUpdates = /* @__PURE__ */ __name((input, context) => {
|
|
16761
|
+
const bn = new import_xml_builder.XmlNode(_ITCU);
|
|
16762
|
+
if (input[_CSo] != null) {
|
|
16763
|
+
bn.c(import_xml_builder.XmlNode.of(_ICS, input[_CSo]).n(_CSo));
|
|
16764
|
+
}
|
|
16765
|
+
if (input[_ECn] != null) {
|
|
16766
|
+
bn.c(se_MetadataTableEncryptionConfiguration(input[_ECn], context).n(_ECn));
|
|
16767
|
+
}
|
|
16768
|
+
return bn;
|
|
16769
|
+
}, "se_InventoryTableConfigurationUpdates");
|
|
16770
|
+
var se_JournalTableConfiguration = /* @__PURE__ */ __name((input, context) => {
|
|
16771
|
+
const bn = new import_xml_builder.XmlNode(_JTC);
|
|
16772
|
+
if (input[_REe] != null) {
|
|
16773
|
+
bn.c(se_RecordExpiration(input[_REe], context).n(_REe));
|
|
16774
|
+
}
|
|
16775
|
+
if (input[_ECn] != null) {
|
|
16776
|
+
bn.c(se_MetadataTableEncryptionConfiguration(input[_ECn], context).n(_ECn));
|
|
16777
|
+
}
|
|
16778
|
+
return bn;
|
|
16779
|
+
}, "se_JournalTableConfiguration");
|
|
16780
|
+
var se_JournalTableConfigurationUpdates = /* @__PURE__ */ __name((input, context) => {
|
|
16781
|
+
const bn = new import_xml_builder.XmlNode(_JTCU);
|
|
16782
|
+
if (input[_REe] != null) {
|
|
16783
|
+
bn.c(se_RecordExpiration(input[_REe], context).n(_REe));
|
|
16784
|
+
}
|
|
16785
|
+
return bn;
|
|
16786
|
+
}, "se_JournalTableConfigurationUpdates");
|
|
16572
16787
|
var se_JSONInput = /* @__PURE__ */ __name((input, context) => {
|
|
16573
16788
|
const bn = new import_xml_builder.XmlNode(_JSONI);
|
|
16574
16789
|
if (input[_Ty] != null) {
|
|
@@ -16697,6 +16912,16 @@ var se_LoggingEnabled = /* @__PURE__ */ __name((input, context) => {
|
|
|
16697
16912
|
}
|
|
16698
16913
|
return bn;
|
|
16699
16914
|
}, "se_LoggingEnabled");
|
|
16915
|
+
var se_MetadataConfiguration = /* @__PURE__ */ __name((input, context) => {
|
|
16916
|
+
const bn = new import_xml_builder.XmlNode(_MCe);
|
|
16917
|
+
if (input[_JTC] != null) {
|
|
16918
|
+
bn.c(se_JournalTableConfiguration(input[_JTC], context).n(_JTC));
|
|
16919
|
+
}
|
|
16920
|
+
if (input[_ITCn] != null) {
|
|
16921
|
+
bn.c(se_InventoryTableConfiguration(input[_ITCn], context).n(_ITCn));
|
|
16922
|
+
}
|
|
16923
|
+
return bn;
|
|
16924
|
+
}, "se_MetadataConfiguration");
|
|
16700
16925
|
var se_MetadataEntry = /* @__PURE__ */ __name((input, context) => {
|
|
16701
16926
|
const bn = new import_xml_builder.XmlNode(_ME);
|
|
16702
16927
|
if (input[_N] != null) {
|
|
@@ -16714,6 +16939,14 @@ var se_MetadataTableConfiguration = /* @__PURE__ */ __name((input, context) => {
|
|
|
16714
16939
|
}
|
|
16715
16940
|
return bn;
|
|
16716
16941
|
}, "se_MetadataTableConfiguration");
|
|
16942
|
+
var se_MetadataTableEncryptionConfiguration = /* @__PURE__ */ __name((input, context) => {
|
|
16943
|
+
const bn = new import_xml_builder.XmlNode(_MTEC);
|
|
16944
|
+
if (input[_SAs] != null) {
|
|
16945
|
+
bn.c(import_xml_builder.XmlNode.of(_TSA, input[_SAs]).n(_SAs));
|
|
16946
|
+
}
|
|
16947
|
+
bn.cc(input, _KKA);
|
|
16948
|
+
return bn;
|
|
16949
|
+
}, "se_MetadataTableEncryptionConfiguration");
|
|
16717
16950
|
var se_Metrics = /* @__PURE__ */ __name((input, context) => {
|
|
16718
16951
|
const bn = new import_xml_builder.XmlNode(_Me);
|
|
16719
16952
|
if (input[_S] != null) {
|
|
@@ -16963,6 +17196,16 @@ var se_QueueConfigurationList = /* @__PURE__ */ __name((input, context) => {
|
|
|
16963
17196
|
return n.n(_me);
|
|
16964
17197
|
});
|
|
16965
17198
|
}, "se_QueueConfigurationList");
|
|
17199
|
+
var se_RecordExpiration = /* @__PURE__ */ __name((input, context) => {
|
|
17200
|
+
const bn = new import_xml_builder.XmlNode(_REe);
|
|
17201
|
+
if (input[_Exp] != null) {
|
|
17202
|
+
bn.c(import_xml_builder.XmlNode.of(_ESxp, input[_Exp]).n(_Exp));
|
|
17203
|
+
}
|
|
17204
|
+
if (input[_Da] != null) {
|
|
17205
|
+
bn.c(import_xml_builder.XmlNode.of(_RED, String(input[_Da])).n(_Da));
|
|
17206
|
+
}
|
|
17207
|
+
return bn;
|
|
17208
|
+
}, "se_RecordExpiration");
|
|
16966
17209
|
var se_Redirect = /* @__PURE__ */ __name((input, context) => {
|
|
16967
17210
|
const bn = new import_xml_builder.XmlNode(_Red);
|
|
16968
17211
|
bn.cc(input, _HN);
|
|
@@ -17729,6 +17972,19 @@ var de_Destination = /* @__PURE__ */ __name((output, context) => {
|
|
|
17729
17972
|
}
|
|
17730
17973
|
return contents;
|
|
17731
17974
|
}, "de_Destination");
|
|
17975
|
+
var de_DestinationResult = /* @__PURE__ */ __name((output, context) => {
|
|
17976
|
+
const contents = {};
|
|
17977
|
+
if (output[_TBT] != null) {
|
|
17978
|
+
contents[_TBT] = (0, import_smithy_client.expectString)(output[_TBT]);
|
|
17979
|
+
}
|
|
17980
|
+
if (output[_TBA] != null) {
|
|
17981
|
+
contents[_TBA] = (0, import_smithy_client.expectString)(output[_TBA]);
|
|
17982
|
+
}
|
|
17983
|
+
if (output[_TNa] != null) {
|
|
17984
|
+
contents[_TNa] = (0, import_smithy_client.expectString)(output[_TNa]);
|
|
17985
|
+
}
|
|
17986
|
+
return contents;
|
|
17987
|
+
}, "de_DestinationResult");
|
|
17732
17988
|
var de_EncryptionConfiguration = /* @__PURE__ */ __name((output, context) => {
|
|
17733
17989
|
const contents = {};
|
|
17734
17990
|
if (output[_RKKID] != null) {
|
|
@@ -17814,6 +18070,13 @@ var de_FilterRuleList = /* @__PURE__ */ __name((output, context) => {
|
|
|
17814
18070
|
return de_FilterRule(entry, context);
|
|
17815
18071
|
});
|
|
17816
18072
|
}, "de_FilterRuleList");
|
|
18073
|
+
var de_GetBucketMetadataConfigurationResult = /* @__PURE__ */ __name((output, context) => {
|
|
18074
|
+
const contents = {};
|
|
18075
|
+
if (output[_MCR] != null) {
|
|
18076
|
+
contents[_MCR] = de_MetadataConfigurationResult(output[_MCR], context);
|
|
18077
|
+
}
|
|
18078
|
+
return contents;
|
|
18079
|
+
}, "de_GetBucketMetadataConfigurationResult");
|
|
17817
18080
|
var de_GetBucketMetadataTableConfigurationResult = /* @__PURE__ */ __name((output, context) => {
|
|
17818
18081
|
const contents = {};
|
|
17819
18082
|
if (output[_MTCR] != null) {
|
|
@@ -18037,6 +18300,44 @@ var de_InventorySchedule = /* @__PURE__ */ __name((output, context) => {
|
|
|
18037
18300
|
}
|
|
18038
18301
|
return contents;
|
|
18039
18302
|
}, "de_InventorySchedule");
|
|
18303
|
+
var de_InventoryTableConfigurationResult = /* @__PURE__ */ __name((output, context) => {
|
|
18304
|
+
const contents = {};
|
|
18305
|
+
if (output[_CSo] != null) {
|
|
18306
|
+
contents[_CSo] = (0, import_smithy_client.expectString)(output[_CSo]);
|
|
18307
|
+
}
|
|
18308
|
+
if (output[_TSa] != null) {
|
|
18309
|
+
contents[_TSa] = (0, import_smithy_client.expectString)(output[_TSa]);
|
|
18310
|
+
}
|
|
18311
|
+
if (output[_Er] != null) {
|
|
18312
|
+
contents[_Er] = de_ErrorDetails(output[_Er], context);
|
|
18313
|
+
}
|
|
18314
|
+
if (output[_TN] != null) {
|
|
18315
|
+
contents[_TN] = (0, import_smithy_client.expectString)(output[_TN]);
|
|
18316
|
+
}
|
|
18317
|
+
if (output[_TAa] != null) {
|
|
18318
|
+
contents[_TAa] = (0, import_smithy_client.expectString)(output[_TAa]);
|
|
18319
|
+
}
|
|
18320
|
+
return contents;
|
|
18321
|
+
}, "de_InventoryTableConfigurationResult");
|
|
18322
|
+
var de_JournalTableConfigurationResult = /* @__PURE__ */ __name((output, context) => {
|
|
18323
|
+
const contents = {};
|
|
18324
|
+
if (output[_TSa] != null) {
|
|
18325
|
+
contents[_TSa] = (0, import_smithy_client.expectString)(output[_TSa]);
|
|
18326
|
+
}
|
|
18327
|
+
if (output[_Er] != null) {
|
|
18328
|
+
contents[_Er] = de_ErrorDetails(output[_Er], context);
|
|
18329
|
+
}
|
|
18330
|
+
if (output[_TN] != null) {
|
|
18331
|
+
contents[_TN] = (0, import_smithy_client.expectString)(output[_TN]);
|
|
18332
|
+
}
|
|
18333
|
+
if (output[_TAa] != null) {
|
|
18334
|
+
contents[_TAa] = (0, import_smithy_client.expectString)(output[_TAa]);
|
|
18335
|
+
}
|
|
18336
|
+
if (output[_REe] != null) {
|
|
18337
|
+
contents[_REe] = de_RecordExpiration(output[_REe], context);
|
|
18338
|
+
}
|
|
18339
|
+
return contents;
|
|
18340
|
+
}, "de_JournalTableConfigurationResult");
|
|
18040
18341
|
var de_LambdaFunctionConfiguration = /* @__PURE__ */ __name((output, context) => {
|
|
18041
18342
|
const contents = {};
|
|
18042
18343
|
if (output[_I] != null) {
|
|
@@ -18168,6 +18469,19 @@ var de_LoggingEnabled = /* @__PURE__ */ __name((output, context) => {
|
|
|
18168
18469
|
}
|
|
18169
18470
|
return contents;
|
|
18170
18471
|
}, "de_LoggingEnabled");
|
|
18472
|
+
var de_MetadataConfigurationResult = /* @__PURE__ */ __name((output, context) => {
|
|
18473
|
+
const contents = {};
|
|
18474
|
+
if (output[_DRes] != null) {
|
|
18475
|
+
contents[_DRes] = de_DestinationResult(output[_DRes], context);
|
|
18476
|
+
}
|
|
18477
|
+
if (output[_JTCR] != null) {
|
|
18478
|
+
contents[_JTCR] = de_JournalTableConfigurationResult(output[_JTCR], context);
|
|
18479
|
+
}
|
|
18480
|
+
if (output[_ITCR] != null) {
|
|
18481
|
+
contents[_ITCR] = de_InventoryTableConfigurationResult(output[_ITCR], context);
|
|
18482
|
+
}
|
|
18483
|
+
return contents;
|
|
18484
|
+
}, "de_MetadataConfigurationResult");
|
|
18171
18485
|
var de_MetadataTableConfigurationResult = /* @__PURE__ */ __name((output, context) => {
|
|
18172
18486
|
const contents = {};
|
|
18173
18487
|
if (output[_STDR] != null) {
|
|
@@ -18586,6 +18900,16 @@ var de_QueueConfigurationList = /* @__PURE__ */ __name((output, context) => {
|
|
|
18586
18900
|
return de_QueueConfiguration(entry, context);
|
|
18587
18901
|
});
|
|
18588
18902
|
}, "de_QueueConfigurationList");
|
|
18903
|
+
var de_RecordExpiration = /* @__PURE__ */ __name((output, context) => {
|
|
18904
|
+
const contents = {};
|
|
18905
|
+
if (output[_Exp] != null) {
|
|
18906
|
+
contents[_Exp] = (0, import_smithy_client.expectString)(output[_Exp]);
|
|
18907
|
+
}
|
|
18908
|
+
if (output[_Da] != null) {
|
|
18909
|
+
contents[_Da] = (0, import_smithy_client.strictParseInt32)(output[_Da]);
|
|
18910
|
+
}
|
|
18911
|
+
return contents;
|
|
18912
|
+
}, "de_RecordExpiration");
|
|
18589
18913
|
var de_Redirect = /* @__PURE__ */ __name((output, context) => {
|
|
18590
18914
|
const contents = {};
|
|
18591
18915
|
if (output[_HN] != null) {
|
|
@@ -18717,8 +19041,8 @@ var de_RestoreStatus = /* @__PURE__ */ __name((output, context) => {
|
|
|
18717
19041
|
if (output[_IRIP] != null) {
|
|
18718
19042
|
contents[_IRIP] = (0, import_smithy_client.parseBoolean)(output[_IRIP]);
|
|
18719
19043
|
}
|
|
18720
|
-
if (output[
|
|
18721
|
-
contents[
|
|
19044
|
+
if (output[_REDe] != null) {
|
|
19045
|
+
contents[_REDe] = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(output[_REDe]));
|
|
18722
19046
|
}
|
|
18723
19047
|
return contents;
|
|
18724
19048
|
}, "de_RestoreStatus");
|
|
@@ -19073,6 +19397,7 @@ var _CSV = "CSV";
|
|
|
19073
19397
|
var _CSVI = "CopySourceVersionId";
|
|
19074
19398
|
var _CSVIn = "CSVInput";
|
|
19075
19399
|
var _CSVO = "CSVOutput";
|
|
19400
|
+
var _CSo = "ConfigurationState";
|
|
19076
19401
|
var _CT = "ChecksumType";
|
|
19077
19402
|
var _CTl = "ClientToken";
|
|
19078
19403
|
var _CTo = "ContentType";
|
|
@@ -19098,6 +19423,7 @@ var _DMe = "DeleteMarkers";
|
|
|
19098
19423
|
var _DN = "DisplayName";
|
|
19099
19424
|
var _DR = "DataRedundancy";
|
|
19100
19425
|
var _DRe = "DefaultRetention";
|
|
19426
|
+
var _DRes = "DestinationResult";
|
|
19101
19427
|
var _Da = "Days";
|
|
19102
19428
|
var _Dat = "Date";
|
|
19103
19429
|
var _De = "Deleted";
|
|
@@ -19121,6 +19447,7 @@ var _ERP = "EnableRequestProgress";
|
|
|
19121
19447
|
var _ES = "ExpiresString";
|
|
19122
19448
|
var _ESBO = "ExpectedSourceBucketOwner";
|
|
19123
19449
|
var _ESx = "ExpirationStatus";
|
|
19450
|
+
var _ESxp = "ExpirationState";
|
|
19124
19451
|
var _ET = "EncodingType";
|
|
19125
19452
|
var _ETa = "ETag";
|
|
19126
19453
|
var _ETn = "EncryptionType";
|
|
@@ -19161,6 +19488,7 @@ var _HRC = "HttpRedirectCode";
|
|
|
19161
19488
|
var _I = "Id";
|
|
19162
19489
|
var _IC = "InventoryConfiguration";
|
|
19163
19490
|
var _ICL = "InventoryConfigurationList";
|
|
19491
|
+
var _ICS = "InventoryConfigurationState";
|
|
19164
19492
|
var _ID = "IndexDocument";
|
|
19165
19493
|
var _ID_ = "ID";
|
|
19166
19494
|
var _IDn = "InventoryDestination";
|
|
@@ -19191,6 +19519,9 @@ var _ITAO = "IntelligentTieringAndOperator";
|
|
|
19191
19519
|
var _ITAT = "IntelligentTieringAccessTier";
|
|
19192
19520
|
var _ITC = "IntelligentTieringConfiguration";
|
|
19193
19521
|
var _ITCL = "IntelligentTieringConfigurationList";
|
|
19522
|
+
var _ITCR = "InventoryTableConfigurationResult";
|
|
19523
|
+
var _ITCU = "InventoryTableConfigurationUpdates";
|
|
19524
|
+
var _ITCn = "InventoryTableConfiguration";
|
|
19194
19525
|
var _ITD = "IntelligentTieringDays";
|
|
19195
19526
|
var _ITF = "IntelligentTieringFilter";
|
|
19196
19527
|
var _ITI = "IntelligentTieringId";
|
|
@@ -19202,9 +19533,13 @@ var _JSON = "JSON";
|
|
|
19202
19533
|
var _JSONI = "JSONInput";
|
|
19203
19534
|
var _JSONO = "JSONOutput";
|
|
19204
19535
|
var _JSONT = "JSONType";
|
|
19536
|
+
var _JTC = "JournalTableConfiguration";
|
|
19537
|
+
var _JTCR = "JournalTableConfigurationResult";
|
|
19538
|
+
var _JTCU = "JournalTableConfigurationUpdates";
|
|
19205
19539
|
var _K = "Key";
|
|
19206
19540
|
var _KC = "KeyCount";
|
|
19207
19541
|
var _KI = "KeyId";
|
|
19542
|
+
var _KKA = "KmsKeyArn";
|
|
19208
19543
|
var _KM = "KeyMarker";
|
|
19209
19544
|
var _KMSC = "KMSContext";
|
|
19210
19545
|
var _KMSKI = "KMSKeyId";
|
|
@@ -19232,6 +19567,8 @@ var _MAS = "MaxAgeSeconds";
|
|
|
19232
19567
|
var _MB = "MaxBuckets";
|
|
19233
19568
|
var _MC = "MetricsConfiguration";
|
|
19234
19569
|
var _MCL = "MetricsConfigurationList";
|
|
19570
|
+
var _MCR = "MetadataConfigurationResult";
|
|
19571
|
+
var _MCe = "MetadataConfiguration";
|
|
19235
19572
|
var _MD = "MetadataDirective";
|
|
19236
19573
|
var _MDB = "MaxDirectoryBuckets";
|
|
19237
19574
|
var _MDf = "MfaDelete";
|
|
@@ -19248,6 +19585,7 @@ var _MP = "MaxParts";
|
|
|
19248
19585
|
var _MS = "MetricsStatus";
|
|
19249
19586
|
var _MTC = "MetadataTableConfiguration";
|
|
19250
19587
|
var _MTCR = "MetadataTableConfigurationResult";
|
|
19588
|
+
var _MTEC = "MetadataTableEncryptionConfiguration";
|
|
19251
19589
|
var _MU = "MaxUploads";
|
|
19252
19590
|
var _MV = "MetadataValue";
|
|
19253
19591
|
var _Me = "Metrics";
|
|
@@ -19335,7 +19673,9 @@ var _RCT = "ResponseContentType";
|
|
|
19335
19673
|
var _RCe = "ReplicationConfiguration";
|
|
19336
19674
|
var _RD = "RecordDelimiter";
|
|
19337
19675
|
var _RE = "ResponseExpires";
|
|
19338
|
-
var _RED = "
|
|
19676
|
+
var _RED = "RecordExpirationDays";
|
|
19677
|
+
var _REDe = "RestoreExpiryDate";
|
|
19678
|
+
var _REe = "RecordExpiration";
|
|
19339
19679
|
var _RKKID = "ReplicaKmsKeyID";
|
|
19340
19680
|
var _RKPW = "ReplaceKeyPrefixWith";
|
|
19341
19681
|
var _RKW = "ReplaceKeyWith";
|
|
@@ -19371,6 +19711,7 @@ var _Rul = "Rules";
|
|
|
19371
19711
|
var _S = "Status";
|
|
19372
19712
|
var _SA = "StartAfter";
|
|
19373
19713
|
var _SAK = "SecretAccessKey";
|
|
19714
|
+
var _SAs = "SseAlgorithm";
|
|
19374
19715
|
var _SBD = "S3BucketDestination";
|
|
19375
19716
|
var _SC = "StorageClass";
|
|
19376
19717
|
var _SCA = "StorageClassAnalysis";
|
|
@@ -19423,6 +19764,7 @@ var _TA = "TopicArn";
|
|
|
19423
19764
|
var _TAa = "TableArn";
|
|
19424
19765
|
var _TB = "TargetBucket";
|
|
19425
19766
|
var _TBA = "TableBucketArn";
|
|
19767
|
+
var _TBT = "TableBucketType";
|
|
19426
19768
|
var _TC = "TagCount";
|
|
19427
19769
|
var _TCo = "TopicConfiguration";
|
|
19428
19770
|
var _TCop = "TopicConfigurations";
|
|
@@ -19436,7 +19778,9 @@ var _TOKF = "TargetObjectKeyFormat";
|
|
|
19436
19778
|
var _TP = "TargetPrefix";
|
|
19437
19779
|
var _TPC = "TotalPartsCount";
|
|
19438
19780
|
var _TS = "TagSet";
|
|
19781
|
+
var _TSA = "TableSseAlgorithm";
|
|
19439
19782
|
var _TSC = "TransitionStorageClass";
|
|
19783
|
+
var _TSa = "TableStatus";
|
|
19440
19784
|
var _Ta = "Tag";
|
|
19441
19785
|
var _Tag = "Tags";
|
|
19442
19786
|
var _Ti = "Tier";
|
|
@@ -19504,6 +19848,9 @@ var _lo = "location";
|
|
|
19504
19848
|
var _log = "logging";
|
|
19505
19849
|
var _lt = "list-type";
|
|
19506
19850
|
var _m = "metrics";
|
|
19851
|
+
var _mC = "metadataConfiguration";
|
|
19852
|
+
var _mIT = "metadataInventoryTable";
|
|
19853
|
+
var _mJT = "metadataJournalTable";
|
|
19507
19854
|
var _mT = "metadataTable";
|
|
19508
19855
|
var _ma = "marker";
|
|
19509
19856
|
var _mb = "max-buckets";
|
|
@@ -19910,6 +20257,30 @@ var CreateBucketCommand = class extends import_smithy_client.Command.classBuilde
|
|
|
19910
20257
|
}
|
|
19911
20258
|
};
|
|
19912
20259
|
|
|
20260
|
+
// src/commands/CreateBucketMetadataConfigurationCommand.ts
|
|
20261
|
+
|
|
20262
|
+
|
|
20263
|
+
|
|
20264
|
+
|
|
20265
|
+
var CreateBucketMetadataConfigurationCommand = class extends import_smithy_client.Command.classBuilder().ep({
|
|
20266
|
+
...commonParams,
|
|
20267
|
+
UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
|
|
20268
|
+
Bucket: { type: "contextParams", name: "Bucket" }
|
|
20269
|
+
}).m(function(Command, cs, config, o) {
|
|
20270
|
+
return [
|
|
20271
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
20272
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
20273
|
+
(0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
|
|
20274
|
+
requestAlgorithmMember: { httpHeader: "x-amz-sdk-checksum-algorithm", name: "ChecksumAlgorithm" },
|
|
20275
|
+
requestChecksumRequired: true
|
|
20276
|
+
})
|
|
20277
|
+
];
|
|
20278
|
+
}).s("AmazonS3", "CreateBucketMetadataConfiguration", {}).n("S3Client", "CreateBucketMetadataConfigurationCommand").f(void 0, void 0).ser(se_CreateBucketMetadataConfigurationCommand).de(de_CreateBucketMetadataConfigurationCommand).build() {
|
|
20279
|
+
static {
|
|
20280
|
+
__name(this, "CreateBucketMetadataConfigurationCommand");
|
|
20281
|
+
}
|
|
20282
|
+
};
|
|
20283
|
+
|
|
19913
20284
|
// src/commands/CreateBucketMetadataTableConfigurationCommand.ts
|
|
19914
20285
|
|
|
19915
20286
|
|
|
@@ -20090,6 +20461,25 @@ var DeleteBucketLifecycleCommand = class extends import_smithy_client.Command.cl
|
|
|
20090
20461
|
}
|
|
20091
20462
|
};
|
|
20092
20463
|
|
|
20464
|
+
// src/commands/DeleteBucketMetadataConfigurationCommand.ts
|
|
20465
|
+
|
|
20466
|
+
|
|
20467
|
+
|
|
20468
|
+
var DeleteBucketMetadataConfigurationCommand = class extends import_smithy_client.Command.classBuilder().ep({
|
|
20469
|
+
...commonParams,
|
|
20470
|
+
UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
|
|
20471
|
+
Bucket: { type: "contextParams", name: "Bucket" }
|
|
20472
|
+
}).m(function(Command, cs, config, o) {
|
|
20473
|
+
return [
|
|
20474
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
20475
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
20476
|
+
];
|
|
20477
|
+
}).s("AmazonS3", "DeleteBucketMetadataConfiguration", {}).n("S3Client", "DeleteBucketMetadataConfigurationCommand").f(void 0, void 0).ser(se_DeleteBucketMetadataConfigurationCommand).de(de_DeleteBucketMetadataConfigurationCommand).build() {
|
|
20478
|
+
static {
|
|
20479
|
+
__name(this, "DeleteBucketMetadataConfigurationCommand");
|
|
20480
|
+
}
|
|
20481
|
+
};
|
|
20482
|
+
|
|
20093
20483
|
// src/commands/DeleteBucketMetadataTableConfigurationCommand.ts
|
|
20094
20484
|
|
|
20095
20485
|
|
|
@@ -20518,12 +20908,12 @@ var GetBucketLoggingCommand = class extends import_smithy_client.Command.classBu
|
|
|
20518
20908
|
}
|
|
20519
20909
|
};
|
|
20520
20910
|
|
|
20521
|
-
// src/commands/
|
|
20911
|
+
// src/commands/GetBucketMetadataConfigurationCommand.ts
|
|
20522
20912
|
var import_middleware_sdk_s321 = __nccwpck_require__(77445);
|
|
20523
20913
|
|
|
20524
20914
|
|
|
20525
20915
|
|
|
20526
|
-
var
|
|
20916
|
+
var GetBucketMetadataConfigurationCommand = class extends import_smithy_client.Command.classBuilder().ep({
|
|
20527
20917
|
...commonParams,
|
|
20528
20918
|
UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
|
|
20529
20919
|
Bucket: { type: "contextParams", name: "Bucket" }
|
|
@@ -20533,6 +20923,27 @@ var GetBucketMetadataTableConfigurationCommand = class extends import_smithy_cli
|
|
|
20533
20923
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
20534
20924
|
(0, import_middleware_sdk_s321.getThrow200ExceptionsPlugin)(config)
|
|
20535
20925
|
];
|
|
20926
|
+
}).s("AmazonS3", "GetBucketMetadataConfiguration", {}).n("S3Client", "GetBucketMetadataConfigurationCommand").f(void 0, void 0).ser(se_GetBucketMetadataConfigurationCommand).de(de_GetBucketMetadataConfigurationCommand).build() {
|
|
20927
|
+
static {
|
|
20928
|
+
__name(this, "GetBucketMetadataConfigurationCommand");
|
|
20929
|
+
}
|
|
20930
|
+
};
|
|
20931
|
+
|
|
20932
|
+
// src/commands/GetBucketMetadataTableConfigurationCommand.ts
|
|
20933
|
+
var import_middleware_sdk_s322 = __nccwpck_require__(77445);
|
|
20934
|
+
|
|
20935
|
+
|
|
20936
|
+
|
|
20937
|
+
var GetBucketMetadataTableConfigurationCommand = class extends import_smithy_client.Command.classBuilder().ep({
|
|
20938
|
+
...commonParams,
|
|
20939
|
+
UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
|
|
20940
|
+
Bucket: { type: "contextParams", name: "Bucket" }
|
|
20941
|
+
}).m(function(Command, cs, config, o) {
|
|
20942
|
+
return [
|
|
20943
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
20944
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
20945
|
+
(0, import_middleware_sdk_s322.getThrow200ExceptionsPlugin)(config)
|
|
20946
|
+
];
|
|
20536
20947
|
}).s("AmazonS3", "GetBucketMetadataTableConfiguration", {}).n("S3Client", "GetBucketMetadataTableConfigurationCommand").f(void 0, void 0).ser(se_GetBucketMetadataTableConfigurationCommand).de(de_GetBucketMetadataTableConfigurationCommand).build() {
|
|
20537
20948
|
static {
|
|
20538
20949
|
__name(this, "GetBucketMetadataTableConfigurationCommand");
|
|
@@ -20540,7 +20951,7 @@ var GetBucketMetadataTableConfigurationCommand = class extends import_smithy_cli
|
|
|
20540
20951
|
};
|
|
20541
20952
|
|
|
20542
20953
|
// src/commands/GetBucketMetricsConfigurationCommand.ts
|
|
20543
|
-
var
|
|
20954
|
+
var import_middleware_sdk_s323 = __nccwpck_require__(77445);
|
|
20544
20955
|
|
|
20545
20956
|
|
|
20546
20957
|
|
|
@@ -20552,7 +20963,7 @@ var GetBucketMetricsConfigurationCommand = class extends import_smithy_client.Co
|
|
|
20552
20963
|
return [
|
|
20553
20964
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
20554
20965
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
20555
|
-
(0,
|
|
20966
|
+
(0, import_middleware_sdk_s323.getThrow200ExceptionsPlugin)(config)
|
|
20556
20967
|
];
|
|
20557
20968
|
}).s("AmazonS3", "GetBucketMetricsConfiguration", {}).n("S3Client", "GetBucketMetricsConfigurationCommand").f(void 0, void 0).ser(se_GetBucketMetricsConfigurationCommand).de(de_GetBucketMetricsConfigurationCommand).build() {
|
|
20558
20969
|
static {
|
|
@@ -20561,7 +20972,7 @@ var GetBucketMetricsConfigurationCommand = class extends import_smithy_client.Co
|
|
|
20561
20972
|
};
|
|
20562
20973
|
|
|
20563
20974
|
// src/commands/GetBucketNotificationConfigurationCommand.ts
|
|
20564
|
-
var
|
|
20975
|
+
var import_middleware_sdk_s324 = __nccwpck_require__(77445);
|
|
20565
20976
|
|
|
20566
20977
|
|
|
20567
20978
|
|
|
@@ -20573,7 +20984,7 @@ var GetBucketNotificationConfigurationCommand = class extends import_smithy_clie
|
|
|
20573
20984
|
return [
|
|
20574
20985
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
20575
20986
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
20576
|
-
(0,
|
|
20987
|
+
(0, import_middleware_sdk_s324.getThrow200ExceptionsPlugin)(config)
|
|
20577
20988
|
];
|
|
20578
20989
|
}).s("AmazonS3", "GetBucketNotificationConfiguration", {}).n("S3Client", "GetBucketNotificationConfigurationCommand").f(void 0, void 0).ser(se_GetBucketNotificationConfigurationCommand).de(de_GetBucketNotificationConfigurationCommand).build() {
|
|
20579
20990
|
static {
|
|
@@ -20582,7 +20993,7 @@ var GetBucketNotificationConfigurationCommand = class extends import_smithy_clie
|
|
|
20582
20993
|
};
|
|
20583
20994
|
|
|
20584
20995
|
// src/commands/GetBucketOwnershipControlsCommand.ts
|
|
20585
|
-
var
|
|
20996
|
+
var import_middleware_sdk_s325 = __nccwpck_require__(77445);
|
|
20586
20997
|
|
|
20587
20998
|
|
|
20588
20999
|
|
|
@@ -20594,7 +21005,7 @@ var GetBucketOwnershipControlsCommand = class extends import_smithy_client.Comma
|
|
|
20594
21005
|
return [
|
|
20595
21006
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
20596
21007
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
20597
|
-
(0,
|
|
21008
|
+
(0, import_middleware_sdk_s325.getThrow200ExceptionsPlugin)(config)
|
|
20598
21009
|
];
|
|
20599
21010
|
}).s("AmazonS3", "GetBucketOwnershipControls", {}).n("S3Client", "GetBucketOwnershipControlsCommand").f(void 0, void 0).ser(se_GetBucketOwnershipControlsCommand).de(de_GetBucketOwnershipControlsCommand).build() {
|
|
20600
21011
|
static {
|
|
@@ -20603,7 +21014,7 @@ var GetBucketOwnershipControlsCommand = class extends import_smithy_client.Comma
|
|
|
20603
21014
|
};
|
|
20604
21015
|
|
|
20605
21016
|
// src/commands/GetBucketPolicyCommand.ts
|
|
20606
|
-
var
|
|
21017
|
+
var import_middleware_sdk_s326 = __nccwpck_require__(77445);
|
|
20607
21018
|
|
|
20608
21019
|
|
|
20609
21020
|
|
|
@@ -20615,7 +21026,7 @@ var GetBucketPolicyCommand = class extends import_smithy_client.Command.classBui
|
|
|
20615
21026
|
return [
|
|
20616
21027
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
20617
21028
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
20618
|
-
(0,
|
|
21029
|
+
(0, import_middleware_sdk_s326.getThrow200ExceptionsPlugin)(config)
|
|
20619
21030
|
];
|
|
20620
21031
|
}).s("AmazonS3", "GetBucketPolicy", {}).n("S3Client", "GetBucketPolicyCommand").f(void 0, void 0).ser(se_GetBucketPolicyCommand).de(de_GetBucketPolicyCommand).build() {
|
|
20621
21032
|
static {
|
|
@@ -20624,7 +21035,7 @@ var GetBucketPolicyCommand = class extends import_smithy_client.Command.classBui
|
|
|
20624
21035
|
};
|
|
20625
21036
|
|
|
20626
21037
|
// src/commands/GetBucketPolicyStatusCommand.ts
|
|
20627
|
-
var
|
|
21038
|
+
var import_middleware_sdk_s327 = __nccwpck_require__(77445);
|
|
20628
21039
|
|
|
20629
21040
|
|
|
20630
21041
|
|
|
@@ -20636,7 +21047,7 @@ var GetBucketPolicyStatusCommand = class extends import_smithy_client.Command.cl
|
|
|
20636
21047
|
return [
|
|
20637
21048
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
20638
21049
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
20639
|
-
(0,
|
|
21050
|
+
(0, import_middleware_sdk_s327.getThrow200ExceptionsPlugin)(config)
|
|
20640
21051
|
];
|
|
20641
21052
|
}).s("AmazonS3", "GetBucketPolicyStatus", {}).n("S3Client", "GetBucketPolicyStatusCommand").f(void 0, void 0).ser(se_GetBucketPolicyStatusCommand).de(de_GetBucketPolicyStatusCommand).build() {
|
|
20642
21053
|
static {
|
|
@@ -20645,7 +21056,7 @@ var GetBucketPolicyStatusCommand = class extends import_smithy_client.Command.cl
|
|
|
20645
21056
|
};
|
|
20646
21057
|
|
|
20647
21058
|
// src/commands/GetBucketReplicationCommand.ts
|
|
20648
|
-
var
|
|
21059
|
+
var import_middleware_sdk_s328 = __nccwpck_require__(77445);
|
|
20649
21060
|
|
|
20650
21061
|
|
|
20651
21062
|
|
|
@@ -20657,7 +21068,7 @@ var GetBucketReplicationCommand = class extends import_smithy_client.Command.cla
|
|
|
20657
21068
|
return [
|
|
20658
21069
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
20659
21070
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
20660
|
-
(0,
|
|
21071
|
+
(0, import_middleware_sdk_s328.getThrow200ExceptionsPlugin)(config)
|
|
20661
21072
|
];
|
|
20662
21073
|
}).s("AmazonS3", "GetBucketReplication", {}).n("S3Client", "GetBucketReplicationCommand").f(void 0, void 0).ser(se_GetBucketReplicationCommand).de(de_GetBucketReplicationCommand).build() {
|
|
20663
21074
|
static {
|
|
@@ -20666,7 +21077,7 @@ var GetBucketReplicationCommand = class extends import_smithy_client.Command.cla
|
|
|
20666
21077
|
};
|
|
20667
21078
|
|
|
20668
21079
|
// src/commands/GetBucketRequestPaymentCommand.ts
|
|
20669
|
-
var
|
|
21080
|
+
var import_middleware_sdk_s329 = __nccwpck_require__(77445);
|
|
20670
21081
|
|
|
20671
21082
|
|
|
20672
21083
|
|
|
@@ -20678,7 +21089,7 @@ var GetBucketRequestPaymentCommand = class extends import_smithy_client.Command.
|
|
|
20678
21089
|
return [
|
|
20679
21090
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
20680
21091
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
20681
|
-
(0,
|
|
21092
|
+
(0, import_middleware_sdk_s329.getThrow200ExceptionsPlugin)(config)
|
|
20682
21093
|
];
|
|
20683
21094
|
}).s("AmazonS3", "GetBucketRequestPayment", {}).n("S3Client", "GetBucketRequestPaymentCommand").f(void 0, void 0).ser(se_GetBucketRequestPaymentCommand).de(de_GetBucketRequestPaymentCommand).build() {
|
|
20684
21095
|
static {
|
|
@@ -20687,7 +21098,7 @@ var GetBucketRequestPaymentCommand = class extends import_smithy_client.Command.
|
|
|
20687
21098
|
};
|
|
20688
21099
|
|
|
20689
21100
|
// src/commands/GetBucketTaggingCommand.ts
|
|
20690
|
-
var
|
|
21101
|
+
var import_middleware_sdk_s330 = __nccwpck_require__(77445);
|
|
20691
21102
|
|
|
20692
21103
|
|
|
20693
21104
|
|
|
@@ -20699,7 +21110,7 @@ var GetBucketTaggingCommand = class extends import_smithy_client.Command.classBu
|
|
|
20699
21110
|
return [
|
|
20700
21111
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
20701
21112
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
20702
|
-
(0,
|
|
21113
|
+
(0, import_middleware_sdk_s330.getThrow200ExceptionsPlugin)(config)
|
|
20703
21114
|
];
|
|
20704
21115
|
}).s("AmazonS3", "GetBucketTagging", {}).n("S3Client", "GetBucketTaggingCommand").f(void 0, void 0).ser(se_GetBucketTaggingCommand).de(de_GetBucketTaggingCommand).build() {
|
|
20705
21116
|
static {
|
|
@@ -20708,7 +21119,7 @@ var GetBucketTaggingCommand = class extends import_smithy_client.Command.classBu
|
|
|
20708
21119
|
};
|
|
20709
21120
|
|
|
20710
21121
|
// src/commands/GetBucketVersioningCommand.ts
|
|
20711
|
-
var
|
|
21122
|
+
var import_middleware_sdk_s331 = __nccwpck_require__(77445);
|
|
20712
21123
|
|
|
20713
21124
|
|
|
20714
21125
|
|
|
@@ -20720,7 +21131,7 @@ var GetBucketVersioningCommand = class extends import_smithy_client.Command.clas
|
|
|
20720
21131
|
return [
|
|
20721
21132
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
20722
21133
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
20723
|
-
(0,
|
|
21134
|
+
(0, import_middleware_sdk_s331.getThrow200ExceptionsPlugin)(config)
|
|
20724
21135
|
];
|
|
20725
21136
|
}).s("AmazonS3", "GetBucketVersioning", {}).n("S3Client", "GetBucketVersioningCommand").f(void 0, void 0).ser(se_GetBucketVersioningCommand).de(de_GetBucketVersioningCommand).build() {
|
|
20726
21137
|
static {
|
|
@@ -20729,7 +21140,7 @@ var GetBucketVersioningCommand = class extends import_smithy_client.Command.clas
|
|
|
20729
21140
|
};
|
|
20730
21141
|
|
|
20731
21142
|
// src/commands/GetBucketWebsiteCommand.ts
|
|
20732
|
-
var
|
|
21143
|
+
var import_middleware_sdk_s332 = __nccwpck_require__(77445);
|
|
20733
21144
|
|
|
20734
21145
|
|
|
20735
21146
|
|
|
@@ -20741,7 +21152,7 @@ var GetBucketWebsiteCommand = class extends import_smithy_client.Command.classBu
|
|
|
20741
21152
|
return [
|
|
20742
21153
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
20743
21154
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
20744
|
-
(0,
|
|
21155
|
+
(0, import_middleware_sdk_s332.getThrow200ExceptionsPlugin)(config)
|
|
20745
21156
|
];
|
|
20746
21157
|
}).s("AmazonS3", "GetBucketWebsite", {}).n("S3Client", "GetBucketWebsiteCommand").f(void 0, void 0).ser(se_GetBucketWebsiteCommand).de(de_GetBucketWebsiteCommand).build() {
|
|
20747
21158
|
static {
|
|
@@ -20750,7 +21161,7 @@ var GetBucketWebsiteCommand = class extends import_smithy_client.Command.classBu
|
|
|
20750
21161
|
};
|
|
20751
21162
|
|
|
20752
21163
|
// src/commands/GetObjectAclCommand.ts
|
|
20753
|
-
var
|
|
21164
|
+
var import_middleware_sdk_s333 = __nccwpck_require__(77445);
|
|
20754
21165
|
|
|
20755
21166
|
|
|
20756
21167
|
|
|
@@ -20762,7 +21173,7 @@ var GetObjectAclCommand = class extends import_smithy_client.Command.classBuilde
|
|
|
20762
21173
|
return [
|
|
20763
21174
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
20764
21175
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
20765
|
-
(0,
|
|
21176
|
+
(0, import_middleware_sdk_s333.getThrow200ExceptionsPlugin)(config)
|
|
20766
21177
|
];
|
|
20767
21178
|
}).s("AmazonS3", "GetObjectAcl", {}).n("S3Client", "GetObjectAclCommand").f(void 0, void 0).ser(se_GetObjectAclCommand).de(de_GetObjectAclCommand).build() {
|
|
20768
21179
|
static {
|
|
@@ -20771,7 +21182,7 @@ var GetObjectAclCommand = class extends import_smithy_client.Command.classBuilde
|
|
|
20771
21182
|
};
|
|
20772
21183
|
|
|
20773
21184
|
// src/commands/GetObjectAttributesCommand.ts
|
|
20774
|
-
var
|
|
21185
|
+
var import_middleware_sdk_s334 = __nccwpck_require__(77445);
|
|
20775
21186
|
|
|
20776
21187
|
|
|
20777
21188
|
|
|
@@ -20783,7 +21194,7 @@ var GetObjectAttributesCommand = class extends import_smithy_client.Command.clas
|
|
|
20783
21194
|
return [
|
|
20784
21195
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
20785
21196
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
20786
|
-
(0,
|
|
21197
|
+
(0, import_middleware_sdk_s334.getThrow200ExceptionsPlugin)(config),
|
|
20787
21198
|
(0, import_middleware_ssec.getSsecPlugin)(config)
|
|
20788
21199
|
];
|
|
20789
21200
|
}).s("AmazonS3", "GetObjectAttributes", {}).n("S3Client", "GetObjectAttributesCommand").f(GetObjectAttributesRequestFilterSensitiveLog, void 0).ser(se_GetObjectAttributesCommand).de(de_GetObjectAttributesCommand).build() {
|
|
@@ -20794,7 +21205,7 @@ var GetObjectAttributesCommand = class extends import_smithy_client.Command.clas
|
|
|
20794
21205
|
|
|
20795
21206
|
// src/commands/GetObjectCommand.ts
|
|
20796
21207
|
|
|
20797
|
-
var
|
|
21208
|
+
var import_middleware_sdk_s335 = __nccwpck_require__(77445);
|
|
20798
21209
|
|
|
20799
21210
|
|
|
20800
21211
|
|
|
@@ -20813,7 +21224,7 @@ var GetObjectCommand = class extends import_smithy_client.Command.classBuilder()
|
|
|
20813
21224
|
responseAlgorithms: ["CRC64NVME", "CRC32", "CRC32C", "SHA256", "SHA1"]
|
|
20814
21225
|
}),
|
|
20815
21226
|
(0, import_middleware_ssec.getSsecPlugin)(config),
|
|
20816
|
-
(0,
|
|
21227
|
+
(0, import_middleware_sdk_s335.getS3ExpiresMiddlewarePlugin)(config)
|
|
20817
21228
|
];
|
|
20818
21229
|
}).s("AmazonS3", "GetObject", {}).n("S3Client", "GetObjectCommand").f(GetObjectRequestFilterSensitiveLog, GetObjectOutputFilterSensitiveLog).ser(se_GetObjectCommand).de(de_GetObjectCommand).build() {
|
|
20819
21230
|
static {
|
|
@@ -20822,7 +21233,7 @@ var GetObjectCommand = class extends import_smithy_client.Command.classBuilder()
|
|
|
20822
21233
|
};
|
|
20823
21234
|
|
|
20824
21235
|
// src/commands/GetObjectLegalHoldCommand.ts
|
|
20825
|
-
var
|
|
21236
|
+
var import_middleware_sdk_s336 = __nccwpck_require__(77445);
|
|
20826
21237
|
|
|
20827
21238
|
|
|
20828
21239
|
|
|
@@ -20833,7 +21244,7 @@ var GetObjectLegalHoldCommand = class extends import_smithy_client.Command.class
|
|
|
20833
21244
|
return [
|
|
20834
21245
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
20835
21246
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
20836
|
-
(0,
|
|
21247
|
+
(0, import_middleware_sdk_s336.getThrow200ExceptionsPlugin)(config)
|
|
20837
21248
|
];
|
|
20838
21249
|
}).s("AmazonS3", "GetObjectLegalHold", {}).n("S3Client", "GetObjectLegalHoldCommand").f(void 0, void 0).ser(se_GetObjectLegalHoldCommand).de(de_GetObjectLegalHoldCommand).build() {
|
|
20839
21250
|
static {
|
|
@@ -20842,7 +21253,7 @@ var GetObjectLegalHoldCommand = class extends import_smithy_client.Command.class
|
|
|
20842
21253
|
};
|
|
20843
21254
|
|
|
20844
21255
|
// src/commands/GetObjectLockConfigurationCommand.ts
|
|
20845
|
-
var
|
|
21256
|
+
var import_middleware_sdk_s337 = __nccwpck_require__(77445);
|
|
20846
21257
|
|
|
20847
21258
|
|
|
20848
21259
|
|
|
@@ -20853,7 +21264,7 @@ var GetObjectLockConfigurationCommand = class extends import_smithy_client.Comma
|
|
|
20853
21264
|
return [
|
|
20854
21265
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
20855
21266
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
20856
|
-
(0,
|
|
21267
|
+
(0, import_middleware_sdk_s337.getThrow200ExceptionsPlugin)(config)
|
|
20857
21268
|
];
|
|
20858
21269
|
}).s("AmazonS3", "GetObjectLockConfiguration", {}).n("S3Client", "GetObjectLockConfigurationCommand").f(void 0, void 0).ser(se_GetObjectLockConfigurationCommand).de(de_GetObjectLockConfigurationCommand).build() {
|
|
20859
21270
|
static {
|
|
@@ -20862,7 +21273,7 @@ var GetObjectLockConfigurationCommand = class extends import_smithy_client.Comma
|
|
|
20862
21273
|
};
|
|
20863
21274
|
|
|
20864
21275
|
// src/commands/GetObjectRetentionCommand.ts
|
|
20865
|
-
var
|
|
21276
|
+
var import_middleware_sdk_s338 = __nccwpck_require__(77445);
|
|
20866
21277
|
|
|
20867
21278
|
|
|
20868
21279
|
|
|
@@ -20873,7 +21284,7 @@ var GetObjectRetentionCommand = class extends import_smithy_client.Command.class
|
|
|
20873
21284
|
return [
|
|
20874
21285
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
20875
21286
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
20876
|
-
(0,
|
|
21287
|
+
(0, import_middleware_sdk_s338.getThrow200ExceptionsPlugin)(config)
|
|
20877
21288
|
];
|
|
20878
21289
|
}).s("AmazonS3", "GetObjectRetention", {}).n("S3Client", "GetObjectRetentionCommand").f(void 0, void 0).ser(se_GetObjectRetentionCommand).de(de_GetObjectRetentionCommand).build() {
|
|
20879
21290
|
static {
|
|
@@ -20882,7 +21293,7 @@ var GetObjectRetentionCommand = class extends import_smithy_client.Command.class
|
|
|
20882
21293
|
};
|
|
20883
21294
|
|
|
20884
21295
|
// src/commands/GetObjectTaggingCommand.ts
|
|
20885
|
-
var
|
|
21296
|
+
var import_middleware_sdk_s339 = __nccwpck_require__(77445);
|
|
20886
21297
|
|
|
20887
21298
|
|
|
20888
21299
|
|
|
@@ -20893,7 +21304,7 @@ var GetObjectTaggingCommand = class extends import_smithy_client.Command.classBu
|
|
|
20893
21304
|
return [
|
|
20894
21305
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
20895
21306
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
20896
|
-
(0,
|
|
21307
|
+
(0, import_middleware_sdk_s339.getThrow200ExceptionsPlugin)(config)
|
|
20897
21308
|
];
|
|
20898
21309
|
}).s("AmazonS3", "GetObjectTagging", {}).n("S3Client", "GetObjectTaggingCommand").f(void 0, void 0).ser(se_GetObjectTaggingCommand).de(de_GetObjectTaggingCommand).build() {
|
|
20899
21310
|
static {
|
|
@@ -20920,7 +21331,7 @@ var GetObjectTorrentCommand = class extends import_smithy_client.Command.classBu
|
|
|
20920
21331
|
};
|
|
20921
21332
|
|
|
20922
21333
|
// src/commands/GetPublicAccessBlockCommand.ts
|
|
20923
|
-
var
|
|
21334
|
+
var import_middleware_sdk_s340 = __nccwpck_require__(77445);
|
|
20924
21335
|
|
|
20925
21336
|
|
|
20926
21337
|
|
|
@@ -20932,7 +21343,7 @@ var GetPublicAccessBlockCommand = class extends import_smithy_client.Command.cla
|
|
|
20932
21343
|
return [
|
|
20933
21344
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
20934
21345
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
20935
|
-
(0,
|
|
21346
|
+
(0, import_middleware_sdk_s340.getThrow200ExceptionsPlugin)(config)
|
|
20936
21347
|
];
|
|
20937
21348
|
}).s("AmazonS3", "GetPublicAccessBlock", {}).n("S3Client", "GetPublicAccessBlockCommand").f(void 0, void 0).ser(se_GetPublicAccessBlockCommand).de(de_GetPublicAccessBlockCommand).build() {
|
|
20938
21349
|
static {
|
|
@@ -20941,7 +21352,7 @@ var GetPublicAccessBlockCommand = class extends import_smithy_client.Command.cla
|
|
|
20941
21352
|
};
|
|
20942
21353
|
|
|
20943
21354
|
// src/commands/HeadBucketCommand.ts
|
|
20944
|
-
var
|
|
21355
|
+
var import_middleware_sdk_s341 = __nccwpck_require__(77445);
|
|
20945
21356
|
|
|
20946
21357
|
|
|
20947
21358
|
|
|
@@ -20952,7 +21363,7 @@ var HeadBucketCommand = class extends import_smithy_client.Command.classBuilder(
|
|
|
20952
21363
|
return [
|
|
20953
21364
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
20954
21365
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
20955
|
-
(0,
|
|
21366
|
+
(0, import_middleware_sdk_s341.getThrow200ExceptionsPlugin)(config)
|
|
20956
21367
|
];
|
|
20957
21368
|
}).s("AmazonS3", "HeadBucket", {}).n("S3Client", "HeadBucketCommand").f(void 0, void 0).ser(se_HeadBucketCommand).de(de_HeadBucketCommand).build() {
|
|
20958
21369
|
static {
|
|
@@ -20961,7 +21372,7 @@ var HeadBucketCommand = class extends import_smithy_client.Command.classBuilder(
|
|
|
20961
21372
|
};
|
|
20962
21373
|
|
|
20963
21374
|
// src/commands/HeadObjectCommand.ts
|
|
20964
|
-
var
|
|
21375
|
+
var import_middleware_sdk_s342 = __nccwpck_require__(77445);
|
|
20965
21376
|
|
|
20966
21377
|
|
|
20967
21378
|
|
|
@@ -20974,9 +21385,9 @@ var HeadObjectCommand = class extends import_smithy_client.Command.classBuilder(
|
|
|
20974
21385
|
return [
|
|
20975
21386
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
20976
21387
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
20977
|
-
(0,
|
|
21388
|
+
(0, import_middleware_sdk_s342.getThrow200ExceptionsPlugin)(config),
|
|
20978
21389
|
(0, import_middleware_ssec.getSsecPlugin)(config),
|
|
20979
|
-
(0,
|
|
21390
|
+
(0, import_middleware_sdk_s342.getS3ExpiresMiddlewarePlugin)(config)
|
|
20980
21391
|
];
|
|
20981
21392
|
}).s("AmazonS3", "HeadObject", {}).n("S3Client", "HeadObjectCommand").f(HeadObjectRequestFilterSensitiveLog, HeadObjectOutputFilterSensitiveLog).ser(se_HeadObjectCommand).de(de_HeadObjectCommand).build() {
|
|
20982
21393
|
static {
|
|
@@ -20985,7 +21396,7 @@ var HeadObjectCommand = class extends import_smithy_client.Command.classBuilder(
|
|
|
20985
21396
|
};
|
|
20986
21397
|
|
|
20987
21398
|
// src/commands/ListBucketAnalyticsConfigurationsCommand.ts
|
|
20988
|
-
var
|
|
21399
|
+
var import_middleware_sdk_s343 = __nccwpck_require__(77445);
|
|
20989
21400
|
|
|
20990
21401
|
|
|
20991
21402
|
|
|
@@ -20997,7 +21408,7 @@ var ListBucketAnalyticsConfigurationsCommand = class extends import_smithy_clien
|
|
|
20997
21408
|
return [
|
|
20998
21409
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
20999
21410
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
21000
|
-
(0,
|
|
21411
|
+
(0, import_middleware_sdk_s343.getThrow200ExceptionsPlugin)(config)
|
|
21001
21412
|
];
|
|
21002
21413
|
}).s("AmazonS3", "ListBucketAnalyticsConfigurations", {}).n("S3Client", "ListBucketAnalyticsConfigurationsCommand").f(void 0, void 0).ser(se_ListBucketAnalyticsConfigurationsCommand).de(de_ListBucketAnalyticsConfigurationsCommand).build() {
|
|
21003
21414
|
static {
|
|
@@ -21006,7 +21417,7 @@ var ListBucketAnalyticsConfigurationsCommand = class extends import_smithy_clien
|
|
|
21006
21417
|
};
|
|
21007
21418
|
|
|
21008
21419
|
// src/commands/ListBucketIntelligentTieringConfigurationsCommand.ts
|
|
21009
|
-
var
|
|
21420
|
+
var import_middleware_sdk_s344 = __nccwpck_require__(77445);
|
|
21010
21421
|
|
|
21011
21422
|
|
|
21012
21423
|
|
|
@@ -21018,7 +21429,7 @@ var ListBucketIntelligentTieringConfigurationsCommand = class extends import_smi
|
|
|
21018
21429
|
return [
|
|
21019
21430
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
21020
21431
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
21021
|
-
(0,
|
|
21432
|
+
(0, import_middleware_sdk_s344.getThrow200ExceptionsPlugin)(config)
|
|
21022
21433
|
];
|
|
21023
21434
|
}).s("AmazonS3", "ListBucketIntelligentTieringConfigurations", {}).n("S3Client", "ListBucketIntelligentTieringConfigurationsCommand").f(void 0, void 0).ser(se_ListBucketIntelligentTieringConfigurationsCommand).de(de_ListBucketIntelligentTieringConfigurationsCommand).build() {
|
|
21024
21435
|
static {
|
|
@@ -21027,7 +21438,7 @@ var ListBucketIntelligentTieringConfigurationsCommand = class extends import_smi
|
|
|
21027
21438
|
};
|
|
21028
21439
|
|
|
21029
21440
|
// src/commands/ListBucketInventoryConfigurationsCommand.ts
|
|
21030
|
-
var
|
|
21441
|
+
var import_middleware_sdk_s345 = __nccwpck_require__(77445);
|
|
21031
21442
|
|
|
21032
21443
|
|
|
21033
21444
|
|
|
@@ -21039,7 +21450,7 @@ var ListBucketInventoryConfigurationsCommand = class extends import_smithy_clien
|
|
|
21039
21450
|
return [
|
|
21040
21451
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
21041
21452
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
21042
|
-
(0,
|
|
21453
|
+
(0, import_middleware_sdk_s345.getThrow200ExceptionsPlugin)(config)
|
|
21043
21454
|
];
|
|
21044
21455
|
}).s("AmazonS3", "ListBucketInventoryConfigurations", {}).n("S3Client", "ListBucketInventoryConfigurationsCommand").f(void 0, ListBucketInventoryConfigurationsOutputFilterSensitiveLog).ser(se_ListBucketInventoryConfigurationsCommand).de(de_ListBucketInventoryConfigurationsCommand).build() {
|
|
21045
21456
|
static {
|
|
@@ -21048,7 +21459,7 @@ var ListBucketInventoryConfigurationsCommand = class extends import_smithy_clien
|
|
|
21048
21459
|
};
|
|
21049
21460
|
|
|
21050
21461
|
// src/commands/ListBucketMetricsConfigurationsCommand.ts
|
|
21051
|
-
var
|
|
21462
|
+
var import_middleware_sdk_s346 = __nccwpck_require__(77445);
|
|
21052
21463
|
|
|
21053
21464
|
|
|
21054
21465
|
|
|
@@ -21059,7 +21470,7 @@ var ListBucketMetricsConfigurationsCommand = class extends import_smithy_client.
|
|
|
21059
21470
|
return [
|
|
21060
21471
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
21061
21472
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
21062
|
-
(0,
|
|
21473
|
+
(0, import_middleware_sdk_s346.getThrow200ExceptionsPlugin)(config)
|
|
21063
21474
|
];
|
|
21064
21475
|
}).s("AmazonS3", "ListBucketMetricsConfigurations", {}).n("S3Client", "ListBucketMetricsConfigurationsCommand").f(void 0, void 0).ser(se_ListBucketMetricsConfigurationsCommand).de(de_ListBucketMetricsConfigurationsCommand).build() {
|
|
21065
21476
|
static {
|
|
@@ -21068,7 +21479,7 @@ var ListBucketMetricsConfigurationsCommand = class extends import_smithy_client.
|
|
|
21068
21479
|
};
|
|
21069
21480
|
|
|
21070
21481
|
// src/commands/ListBucketsCommand.ts
|
|
21071
|
-
var
|
|
21482
|
+
var import_middleware_sdk_s347 = __nccwpck_require__(77445);
|
|
21072
21483
|
|
|
21073
21484
|
|
|
21074
21485
|
|
|
@@ -21076,7 +21487,7 @@ var ListBucketsCommand = class extends import_smithy_client.Command.classBuilder
|
|
|
21076
21487
|
return [
|
|
21077
21488
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
21078
21489
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
21079
|
-
(0,
|
|
21490
|
+
(0, import_middleware_sdk_s347.getThrow200ExceptionsPlugin)(config)
|
|
21080
21491
|
];
|
|
21081
21492
|
}).s("AmazonS3", "ListBuckets", {}).n("S3Client", "ListBucketsCommand").f(void 0, void 0).ser(se_ListBucketsCommand).de(de_ListBucketsCommand).build() {
|
|
21082
21493
|
static {
|
|
@@ -21085,7 +21496,7 @@ var ListBucketsCommand = class extends import_smithy_client.Command.classBuilder
|
|
|
21085
21496
|
};
|
|
21086
21497
|
|
|
21087
21498
|
// src/commands/ListDirectoryBucketsCommand.ts
|
|
21088
|
-
var
|
|
21499
|
+
var import_middleware_sdk_s348 = __nccwpck_require__(77445);
|
|
21089
21500
|
|
|
21090
21501
|
|
|
21091
21502
|
|
|
@@ -21096,7 +21507,7 @@ var ListDirectoryBucketsCommand = class extends import_smithy_client.Command.cla
|
|
|
21096
21507
|
return [
|
|
21097
21508
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
21098
21509
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
21099
|
-
(0,
|
|
21510
|
+
(0, import_middleware_sdk_s348.getThrow200ExceptionsPlugin)(config)
|
|
21100
21511
|
];
|
|
21101
21512
|
}).s("AmazonS3", "ListDirectoryBuckets", {}).n("S3Client", "ListDirectoryBucketsCommand").f(void 0, void 0).ser(se_ListDirectoryBucketsCommand).de(de_ListDirectoryBucketsCommand).build() {
|
|
21102
21513
|
static {
|
|
@@ -21105,7 +21516,7 @@ var ListDirectoryBucketsCommand = class extends import_smithy_client.Command.cla
|
|
|
21105
21516
|
};
|
|
21106
21517
|
|
|
21107
21518
|
// src/commands/ListMultipartUploadsCommand.ts
|
|
21108
|
-
var
|
|
21519
|
+
var import_middleware_sdk_s349 = __nccwpck_require__(77445);
|
|
21109
21520
|
|
|
21110
21521
|
|
|
21111
21522
|
|
|
@@ -21117,7 +21528,7 @@ var ListMultipartUploadsCommand = class extends import_smithy_client.Command.cla
|
|
|
21117
21528
|
return [
|
|
21118
21529
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
21119
21530
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
21120
|
-
(0,
|
|
21531
|
+
(0, import_middleware_sdk_s349.getThrow200ExceptionsPlugin)(config)
|
|
21121
21532
|
];
|
|
21122
21533
|
}).s("AmazonS3", "ListMultipartUploads", {}).n("S3Client", "ListMultipartUploadsCommand").f(void 0, void 0).ser(se_ListMultipartUploadsCommand).de(de_ListMultipartUploadsCommand).build() {
|
|
21123
21534
|
static {
|
|
@@ -21126,7 +21537,7 @@ var ListMultipartUploadsCommand = class extends import_smithy_client.Command.cla
|
|
|
21126
21537
|
};
|
|
21127
21538
|
|
|
21128
21539
|
// src/commands/ListObjectsCommand.ts
|
|
21129
|
-
var
|
|
21540
|
+
var import_middleware_sdk_s350 = __nccwpck_require__(77445);
|
|
21130
21541
|
|
|
21131
21542
|
|
|
21132
21543
|
|
|
@@ -21138,7 +21549,7 @@ var ListObjectsCommand = class extends import_smithy_client.Command.classBuilder
|
|
|
21138
21549
|
return [
|
|
21139
21550
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
21140
21551
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
21141
|
-
(0,
|
|
21552
|
+
(0, import_middleware_sdk_s350.getThrow200ExceptionsPlugin)(config)
|
|
21142
21553
|
];
|
|
21143
21554
|
}).s("AmazonS3", "ListObjects", {}).n("S3Client", "ListObjectsCommand").f(void 0, void 0).ser(se_ListObjectsCommand).de(de_ListObjectsCommand).build() {
|
|
21144
21555
|
static {
|
|
@@ -21147,7 +21558,7 @@ var ListObjectsCommand = class extends import_smithy_client.Command.classBuilder
|
|
|
21147
21558
|
};
|
|
21148
21559
|
|
|
21149
21560
|
// src/commands/ListObjectsV2Command.ts
|
|
21150
|
-
var
|
|
21561
|
+
var import_middleware_sdk_s351 = __nccwpck_require__(77445);
|
|
21151
21562
|
|
|
21152
21563
|
|
|
21153
21564
|
|
|
@@ -21159,7 +21570,7 @@ var ListObjectsV2Command = class extends import_smithy_client.Command.classBuild
|
|
|
21159
21570
|
return [
|
|
21160
21571
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
21161
21572
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
21162
|
-
(0,
|
|
21573
|
+
(0, import_middleware_sdk_s351.getThrow200ExceptionsPlugin)(config)
|
|
21163
21574
|
];
|
|
21164
21575
|
}).s("AmazonS3", "ListObjectsV2", {}).n("S3Client", "ListObjectsV2Command").f(void 0, void 0).ser(se_ListObjectsV2Command).de(de_ListObjectsV2Command).build() {
|
|
21165
21576
|
static {
|
|
@@ -21168,7 +21579,7 @@ var ListObjectsV2Command = class extends import_smithy_client.Command.classBuild
|
|
|
21168
21579
|
};
|
|
21169
21580
|
|
|
21170
21581
|
// src/commands/ListObjectVersionsCommand.ts
|
|
21171
|
-
var
|
|
21582
|
+
var import_middleware_sdk_s352 = __nccwpck_require__(77445);
|
|
21172
21583
|
|
|
21173
21584
|
|
|
21174
21585
|
|
|
@@ -21180,7 +21591,7 @@ var ListObjectVersionsCommand = class extends import_smithy_client.Command.class
|
|
|
21180
21591
|
return [
|
|
21181
21592
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
21182
21593
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
21183
|
-
(0,
|
|
21594
|
+
(0, import_middleware_sdk_s352.getThrow200ExceptionsPlugin)(config)
|
|
21184
21595
|
];
|
|
21185
21596
|
}).s("AmazonS3", "ListObjectVersions", {}).n("S3Client", "ListObjectVersionsCommand").f(void 0, void 0).ser(se_ListObjectVersionsCommand).de(de_ListObjectVersionsCommand).build() {
|
|
21186
21597
|
static {
|
|
@@ -21189,7 +21600,7 @@ var ListObjectVersionsCommand = class extends import_smithy_client.Command.class
|
|
|
21189
21600
|
};
|
|
21190
21601
|
|
|
21191
21602
|
// src/commands/ListPartsCommand.ts
|
|
21192
|
-
var
|
|
21603
|
+
var import_middleware_sdk_s353 = __nccwpck_require__(77445);
|
|
21193
21604
|
|
|
21194
21605
|
|
|
21195
21606
|
|
|
@@ -21202,7 +21613,7 @@ var ListPartsCommand = class extends import_smithy_client.Command.classBuilder()
|
|
|
21202
21613
|
return [
|
|
21203
21614
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
21204
21615
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
21205
|
-
(0,
|
|
21616
|
+
(0, import_middleware_sdk_s353.getThrow200ExceptionsPlugin)(config),
|
|
21206
21617
|
(0, import_middleware_ssec.getSsecPlugin)(config)
|
|
21207
21618
|
];
|
|
21208
21619
|
}).s("AmazonS3", "ListParts", {}).n("S3Client", "ListPartsCommand").f(ListPartsRequestFilterSensitiveLog, void 0).ser(se_ListPartsCommand).de(de_ListPartsCommand).build() {
|
|
@@ -21366,7 +21777,7 @@ var PutBucketInventoryConfigurationCommand = class extends import_smithy_client.
|
|
|
21366
21777
|
|
|
21367
21778
|
// src/commands/PutBucketLifecycleConfigurationCommand.ts
|
|
21368
21779
|
|
|
21369
|
-
var
|
|
21780
|
+
var import_middleware_sdk_s354 = __nccwpck_require__(77445);
|
|
21370
21781
|
|
|
21371
21782
|
|
|
21372
21783
|
|
|
@@ -21382,7 +21793,7 @@ var PutBucketLifecycleConfigurationCommand = class extends import_smithy_client.
|
|
|
21382
21793
|
requestAlgorithmMember: { httpHeader: "x-amz-sdk-checksum-algorithm", name: "ChecksumAlgorithm" },
|
|
21383
21794
|
requestChecksumRequired: true
|
|
21384
21795
|
}),
|
|
21385
|
-
(0,
|
|
21796
|
+
(0, import_middleware_sdk_s354.getThrow200ExceptionsPlugin)(config)
|
|
21386
21797
|
];
|
|
21387
21798
|
}).s("AmazonS3", "PutBucketLifecycleConfiguration", {}).n("S3Client", "PutBucketLifecycleConfigurationCommand").f(void 0, void 0).ser(se_PutBucketLifecycleConfigurationCommand).de(de_PutBucketLifecycleConfigurationCommand).build() {
|
|
21388
21799
|
static {
|
|
@@ -21622,7 +22033,7 @@ var PutBucketWebsiteCommand = class extends import_smithy_client.Command.classBu
|
|
|
21622
22033
|
|
|
21623
22034
|
// src/commands/PutObjectAclCommand.ts
|
|
21624
22035
|
|
|
21625
|
-
var
|
|
22036
|
+
var import_middleware_sdk_s355 = __nccwpck_require__(77445);
|
|
21626
22037
|
|
|
21627
22038
|
|
|
21628
22039
|
|
|
@@ -21638,7 +22049,7 @@ var PutObjectAclCommand = class extends import_smithy_client.Command.classBuilde
|
|
|
21638
22049
|
requestAlgorithmMember: { httpHeader: "x-amz-sdk-checksum-algorithm", name: "ChecksumAlgorithm" },
|
|
21639
22050
|
requestChecksumRequired: true
|
|
21640
22051
|
}),
|
|
21641
|
-
(0,
|
|
22052
|
+
(0, import_middleware_sdk_s355.getThrow200ExceptionsPlugin)(config)
|
|
21642
22053
|
];
|
|
21643
22054
|
}).s("AmazonS3", "PutObjectAcl", {}).n("S3Client", "PutObjectAclCommand").f(void 0, void 0).ser(se_PutObjectAclCommand).de(de_PutObjectAclCommand).build() {
|
|
21644
22055
|
static {
|
|
@@ -21648,7 +22059,7 @@ var PutObjectAclCommand = class extends import_smithy_client.Command.classBuilde
|
|
|
21648
22059
|
|
|
21649
22060
|
// src/commands/PutObjectCommand.ts
|
|
21650
22061
|
|
|
21651
|
-
var
|
|
22062
|
+
var import_middleware_sdk_s356 = __nccwpck_require__(77445);
|
|
21652
22063
|
|
|
21653
22064
|
|
|
21654
22065
|
|
|
@@ -21665,8 +22076,8 @@ var PutObjectCommand = class extends import_smithy_client.Command.classBuilder()
|
|
|
21665
22076
|
requestAlgorithmMember: { httpHeader: "x-amz-sdk-checksum-algorithm", name: "ChecksumAlgorithm" },
|
|
21666
22077
|
requestChecksumRequired: false
|
|
21667
22078
|
}),
|
|
21668
|
-
(0,
|
|
21669
|
-
(0,
|
|
22079
|
+
(0, import_middleware_sdk_s356.getCheckContentLengthHeaderPlugin)(config),
|
|
22080
|
+
(0, import_middleware_sdk_s356.getThrow200ExceptionsPlugin)(config),
|
|
21670
22081
|
(0, import_middleware_ssec.getSsecPlugin)(config)
|
|
21671
22082
|
];
|
|
21672
22083
|
}).s("AmazonS3", "PutObject", {}).n("S3Client", "PutObjectCommand").f(PutObjectRequestFilterSensitiveLog, PutObjectOutputFilterSensitiveLog).ser(se_PutObjectCommand).de(de_PutObjectCommand).build() {
|
|
@@ -21677,7 +22088,7 @@ var PutObjectCommand = class extends import_smithy_client.Command.classBuilder()
|
|
|
21677
22088
|
|
|
21678
22089
|
// src/commands/PutObjectLegalHoldCommand.ts
|
|
21679
22090
|
|
|
21680
|
-
var
|
|
22091
|
+
var import_middleware_sdk_s357 = __nccwpck_require__(77445);
|
|
21681
22092
|
|
|
21682
22093
|
|
|
21683
22094
|
|
|
@@ -21692,7 +22103,7 @@ var PutObjectLegalHoldCommand = class extends import_smithy_client.Command.class
|
|
|
21692
22103
|
requestAlgorithmMember: { httpHeader: "x-amz-sdk-checksum-algorithm", name: "ChecksumAlgorithm" },
|
|
21693
22104
|
requestChecksumRequired: true
|
|
21694
22105
|
}),
|
|
21695
|
-
(0,
|
|
22106
|
+
(0, import_middleware_sdk_s357.getThrow200ExceptionsPlugin)(config)
|
|
21696
22107
|
];
|
|
21697
22108
|
}).s("AmazonS3", "PutObjectLegalHold", {}).n("S3Client", "PutObjectLegalHoldCommand").f(void 0, void 0).ser(se_PutObjectLegalHoldCommand).de(de_PutObjectLegalHoldCommand).build() {
|
|
21698
22109
|
static {
|
|
@@ -21702,7 +22113,7 @@ var PutObjectLegalHoldCommand = class extends import_smithy_client.Command.class
|
|
|
21702
22113
|
|
|
21703
22114
|
// src/commands/PutObjectLockConfigurationCommand.ts
|
|
21704
22115
|
|
|
21705
|
-
var
|
|
22116
|
+
var import_middleware_sdk_s358 = __nccwpck_require__(77445);
|
|
21706
22117
|
|
|
21707
22118
|
|
|
21708
22119
|
|
|
@@ -21717,7 +22128,7 @@ var PutObjectLockConfigurationCommand = class extends import_smithy_client.Comma
|
|
|
21717
22128
|
requestAlgorithmMember: { httpHeader: "x-amz-sdk-checksum-algorithm", name: "ChecksumAlgorithm" },
|
|
21718
22129
|
requestChecksumRequired: true
|
|
21719
22130
|
}),
|
|
21720
|
-
(0,
|
|
22131
|
+
(0, import_middleware_sdk_s358.getThrow200ExceptionsPlugin)(config)
|
|
21721
22132
|
];
|
|
21722
22133
|
}).s("AmazonS3", "PutObjectLockConfiguration", {}).n("S3Client", "PutObjectLockConfigurationCommand").f(void 0, void 0).ser(se_PutObjectLockConfigurationCommand).de(de_PutObjectLockConfigurationCommand).build() {
|
|
21723
22134
|
static {
|
|
@@ -21727,7 +22138,7 @@ var PutObjectLockConfigurationCommand = class extends import_smithy_client.Comma
|
|
|
21727
22138
|
|
|
21728
22139
|
// src/commands/PutObjectRetentionCommand.ts
|
|
21729
22140
|
|
|
21730
|
-
var
|
|
22141
|
+
var import_middleware_sdk_s359 = __nccwpck_require__(77445);
|
|
21731
22142
|
|
|
21732
22143
|
|
|
21733
22144
|
|
|
@@ -21742,7 +22153,7 @@ var PutObjectRetentionCommand = class extends import_smithy_client.Command.class
|
|
|
21742
22153
|
requestAlgorithmMember: { httpHeader: "x-amz-sdk-checksum-algorithm", name: "ChecksumAlgorithm" },
|
|
21743
22154
|
requestChecksumRequired: true
|
|
21744
22155
|
}),
|
|
21745
|
-
(0,
|
|
22156
|
+
(0, import_middleware_sdk_s359.getThrow200ExceptionsPlugin)(config)
|
|
21746
22157
|
];
|
|
21747
22158
|
}).s("AmazonS3", "PutObjectRetention", {}).n("S3Client", "PutObjectRetentionCommand").f(void 0, void 0).ser(se_PutObjectRetentionCommand).de(de_PutObjectRetentionCommand).build() {
|
|
21748
22159
|
static {
|
|
@@ -21752,7 +22163,7 @@ var PutObjectRetentionCommand = class extends import_smithy_client.Command.class
|
|
|
21752
22163
|
|
|
21753
22164
|
// src/commands/PutObjectTaggingCommand.ts
|
|
21754
22165
|
|
|
21755
|
-
var
|
|
22166
|
+
var import_middleware_sdk_s360 = __nccwpck_require__(77445);
|
|
21756
22167
|
|
|
21757
22168
|
|
|
21758
22169
|
|
|
@@ -21767,7 +22178,7 @@ var PutObjectTaggingCommand = class extends import_smithy_client.Command.classBu
|
|
|
21767
22178
|
requestAlgorithmMember: { httpHeader: "x-amz-sdk-checksum-algorithm", name: "ChecksumAlgorithm" },
|
|
21768
22179
|
requestChecksumRequired: true
|
|
21769
22180
|
}),
|
|
21770
|
-
(0,
|
|
22181
|
+
(0, import_middleware_sdk_s360.getThrow200ExceptionsPlugin)(config)
|
|
21771
22182
|
];
|
|
21772
22183
|
}).s("AmazonS3", "PutObjectTagging", {}).n("S3Client", "PutObjectTaggingCommand").f(void 0, void 0).ser(se_PutObjectTaggingCommand).de(de_PutObjectTaggingCommand).build() {
|
|
21773
22184
|
static {
|
|
@@ -21800,7 +22211,7 @@ var PutPublicAccessBlockCommand = class extends import_smithy_client.Command.cla
|
|
|
21800
22211
|
};
|
|
21801
22212
|
|
|
21802
22213
|
// src/commands/RenameObjectCommand.ts
|
|
21803
|
-
var
|
|
22214
|
+
var import_middleware_sdk_s361 = __nccwpck_require__(77445);
|
|
21804
22215
|
|
|
21805
22216
|
|
|
21806
22217
|
|
|
@@ -21812,7 +22223,7 @@ var RenameObjectCommand = class extends import_smithy_client.Command.classBuilde
|
|
|
21812
22223
|
return [
|
|
21813
22224
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
21814
22225
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
21815
|
-
(0,
|
|
22226
|
+
(0, import_middleware_sdk_s361.getThrow200ExceptionsPlugin)(config)
|
|
21816
22227
|
];
|
|
21817
22228
|
}).s("AmazonS3", "RenameObject", {}).n("S3Client", "RenameObjectCommand").f(void 0, void 0).ser(se_RenameObjectCommand).de(de_RenameObjectCommand).build() {
|
|
21818
22229
|
static {
|
|
@@ -21822,7 +22233,7 @@ var RenameObjectCommand = class extends import_smithy_client.Command.classBuilde
|
|
|
21822
22233
|
|
|
21823
22234
|
// src/commands/RestoreObjectCommand.ts
|
|
21824
22235
|
|
|
21825
|
-
var
|
|
22236
|
+
var import_middleware_sdk_s362 = __nccwpck_require__(77445);
|
|
21826
22237
|
|
|
21827
22238
|
|
|
21828
22239
|
|
|
@@ -21837,7 +22248,7 @@ var RestoreObjectCommand = class extends import_smithy_client.Command.classBuild
|
|
|
21837
22248
|
requestAlgorithmMember: { httpHeader: "x-amz-sdk-checksum-algorithm", name: "ChecksumAlgorithm" },
|
|
21838
22249
|
requestChecksumRequired: false
|
|
21839
22250
|
}),
|
|
21840
|
-
(0,
|
|
22251
|
+
(0, import_middleware_sdk_s362.getThrow200ExceptionsPlugin)(config)
|
|
21841
22252
|
];
|
|
21842
22253
|
}).s("AmazonS3", "RestoreObject", {}).n("S3Client", "RestoreObjectCommand").f(RestoreObjectRequestFilterSensitiveLog, void 0).ser(se_RestoreObjectCommand).de(de_RestoreObjectCommand).build() {
|
|
21843
22254
|
static {
|
|
@@ -21846,7 +22257,7 @@ var RestoreObjectCommand = class extends import_smithy_client.Command.classBuild
|
|
|
21846
22257
|
};
|
|
21847
22258
|
|
|
21848
22259
|
// src/commands/SelectObjectContentCommand.ts
|
|
21849
|
-
var
|
|
22260
|
+
var import_middleware_sdk_s363 = __nccwpck_require__(77445);
|
|
21850
22261
|
|
|
21851
22262
|
|
|
21852
22263
|
|
|
@@ -21858,7 +22269,7 @@ var SelectObjectContentCommand = class extends import_smithy_client.Command.clas
|
|
|
21858
22269
|
return [
|
|
21859
22270
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
21860
22271
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
21861
|
-
(0,
|
|
22272
|
+
(0, import_middleware_sdk_s363.getThrow200ExceptionsPlugin)(config),
|
|
21862
22273
|
(0, import_middleware_ssec.getSsecPlugin)(config)
|
|
21863
22274
|
];
|
|
21864
22275
|
}).s("AmazonS3", "SelectObjectContent", {
|
|
@@ -21874,9 +22285,57 @@ var SelectObjectContentCommand = class extends import_smithy_client.Command.clas
|
|
|
21874
22285
|
}
|
|
21875
22286
|
};
|
|
21876
22287
|
|
|
22288
|
+
// src/commands/UpdateBucketMetadataInventoryTableConfigurationCommand.ts
|
|
22289
|
+
|
|
22290
|
+
|
|
22291
|
+
|
|
22292
|
+
|
|
22293
|
+
var UpdateBucketMetadataInventoryTableConfigurationCommand = class extends import_smithy_client.Command.classBuilder().ep({
|
|
22294
|
+
...commonParams,
|
|
22295
|
+
UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
|
|
22296
|
+
Bucket: { type: "contextParams", name: "Bucket" }
|
|
22297
|
+
}).m(function(Command, cs, config, o) {
|
|
22298
|
+
return [
|
|
22299
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
22300
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
22301
|
+
(0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
|
|
22302
|
+
requestAlgorithmMember: { httpHeader: "x-amz-sdk-checksum-algorithm", name: "ChecksumAlgorithm" },
|
|
22303
|
+
requestChecksumRequired: true
|
|
22304
|
+
})
|
|
22305
|
+
];
|
|
22306
|
+
}).s("AmazonS3", "UpdateBucketMetadataInventoryTableConfiguration", {}).n("S3Client", "UpdateBucketMetadataInventoryTableConfigurationCommand").f(void 0, void 0).ser(se_UpdateBucketMetadataInventoryTableConfigurationCommand).de(de_UpdateBucketMetadataInventoryTableConfigurationCommand).build() {
|
|
22307
|
+
static {
|
|
22308
|
+
__name(this, "UpdateBucketMetadataInventoryTableConfigurationCommand");
|
|
22309
|
+
}
|
|
22310
|
+
};
|
|
22311
|
+
|
|
22312
|
+
// src/commands/UpdateBucketMetadataJournalTableConfigurationCommand.ts
|
|
22313
|
+
|
|
22314
|
+
|
|
22315
|
+
|
|
22316
|
+
|
|
22317
|
+
var UpdateBucketMetadataJournalTableConfigurationCommand = class extends import_smithy_client.Command.classBuilder().ep({
|
|
22318
|
+
...commonParams,
|
|
22319
|
+
UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
|
|
22320
|
+
Bucket: { type: "contextParams", name: "Bucket" }
|
|
22321
|
+
}).m(function(Command, cs, config, o) {
|
|
22322
|
+
return [
|
|
22323
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
22324
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
22325
|
+
(0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
|
|
22326
|
+
requestAlgorithmMember: { httpHeader: "x-amz-sdk-checksum-algorithm", name: "ChecksumAlgorithm" },
|
|
22327
|
+
requestChecksumRequired: true
|
|
22328
|
+
})
|
|
22329
|
+
];
|
|
22330
|
+
}).s("AmazonS3", "UpdateBucketMetadataJournalTableConfiguration", {}).n("S3Client", "UpdateBucketMetadataJournalTableConfigurationCommand").f(void 0, void 0).ser(se_UpdateBucketMetadataJournalTableConfigurationCommand).de(de_UpdateBucketMetadataJournalTableConfigurationCommand).build() {
|
|
22331
|
+
static {
|
|
22332
|
+
__name(this, "UpdateBucketMetadataJournalTableConfigurationCommand");
|
|
22333
|
+
}
|
|
22334
|
+
};
|
|
22335
|
+
|
|
21877
22336
|
// src/commands/UploadPartCommand.ts
|
|
21878
22337
|
|
|
21879
|
-
var
|
|
22338
|
+
var import_middleware_sdk_s364 = __nccwpck_require__(77445);
|
|
21880
22339
|
|
|
21881
22340
|
|
|
21882
22341
|
|
|
@@ -21893,7 +22352,7 @@ var UploadPartCommand = class extends import_smithy_client.Command.classBuilder(
|
|
|
21893
22352
|
requestAlgorithmMember: { httpHeader: "x-amz-sdk-checksum-algorithm", name: "ChecksumAlgorithm" },
|
|
21894
22353
|
requestChecksumRequired: false
|
|
21895
22354
|
}),
|
|
21896
|
-
(0,
|
|
22355
|
+
(0, import_middleware_sdk_s364.getThrow200ExceptionsPlugin)(config),
|
|
21897
22356
|
(0, import_middleware_ssec.getSsecPlugin)(config)
|
|
21898
22357
|
];
|
|
21899
22358
|
}).s("AmazonS3", "UploadPart", {}).n("S3Client", "UploadPartCommand").f(UploadPartRequestFilterSensitiveLog, UploadPartOutputFilterSensitiveLog).ser(se_UploadPartCommand).de(de_UploadPartCommand).build() {
|
|
@@ -21903,7 +22362,7 @@ var UploadPartCommand = class extends import_smithy_client.Command.classBuilder(
|
|
|
21903
22362
|
};
|
|
21904
22363
|
|
|
21905
22364
|
// src/commands/UploadPartCopyCommand.ts
|
|
21906
|
-
var
|
|
22365
|
+
var import_middleware_sdk_s365 = __nccwpck_require__(77445);
|
|
21907
22366
|
|
|
21908
22367
|
|
|
21909
22368
|
|
|
@@ -21916,7 +22375,7 @@ var UploadPartCopyCommand = class extends import_smithy_client.Command.classBuil
|
|
|
21916
22375
|
return [
|
|
21917
22376
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
21918
22377
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
21919
|
-
(0,
|
|
22378
|
+
(0, import_middleware_sdk_s365.getThrow200ExceptionsPlugin)(config),
|
|
21920
22379
|
(0, import_middleware_ssec.getSsecPlugin)(config)
|
|
21921
22380
|
];
|
|
21922
22381
|
}).s("AmazonS3", "UploadPartCopy", {}).n("S3Client", "UploadPartCopyCommand").f(UploadPartCopyRequestFilterSensitiveLog, UploadPartCopyOutputFilterSensitiveLog).ser(se_UploadPartCopyCommand).de(de_UploadPartCopyCommand).build() {
|
|
@@ -21949,6 +22408,7 @@ var commands = {
|
|
|
21949
22408
|
CompleteMultipartUploadCommand,
|
|
21950
22409
|
CopyObjectCommand,
|
|
21951
22410
|
CreateBucketCommand,
|
|
22411
|
+
CreateBucketMetadataConfigurationCommand,
|
|
21952
22412
|
CreateBucketMetadataTableConfigurationCommand,
|
|
21953
22413
|
CreateMultipartUploadCommand,
|
|
21954
22414
|
CreateSessionCommand,
|
|
@@ -21959,6 +22419,7 @@ var commands = {
|
|
|
21959
22419
|
DeleteBucketIntelligentTieringConfigurationCommand,
|
|
21960
22420
|
DeleteBucketInventoryConfigurationCommand,
|
|
21961
22421
|
DeleteBucketLifecycleCommand,
|
|
22422
|
+
DeleteBucketMetadataConfigurationCommand,
|
|
21962
22423
|
DeleteBucketMetadataTableConfigurationCommand,
|
|
21963
22424
|
DeleteBucketMetricsConfigurationCommand,
|
|
21964
22425
|
DeleteBucketOwnershipControlsCommand,
|
|
@@ -21980,6 +22441,7 @@ var commands = {
|
|
|
21980
22441
|
GetBucketLifecycleConfigurationCommand,
|
|
21981
22442
|
GetBucketLocationCommand,
|
|
21982
22443
|
GetBucketLoggingCommand,
|
|
22444
|
+
GetBucketMetadataConfigurationCommand,
|
|
21983
22445
|
GetBucketMetadataTableConfigurationCommand,
|
|
21984
22446
|
GetBucketMetricsConfigurationCommand,
|
|
21985
22447
|
GetBucketNotificationConfigurationCommand,
|
|
@@ -22041,6 +22503,8 @@ var commands = {
|
|
|
22041
22503
|
RenameObjectCommand,
|
|
22042
22504
|
RestoreObjectCommand,
|
|
22043
22505
|
SelectObjectContentCommand,
|
|
22506
|
+
UpdateBucketMetadataInventoryTableConfigurationCommand,
|
|
22507
|
+
UpdateBucketMetadataJournalTableConfigurationCommand,
|
|
22044
22508
|
UploadPartCommand,
|
|
22045
22509
|
UploadPartCopyCommand,
|
|
22046
22510
|
WriteGetObjectResponseCommand
|
|
@@ -25089,9 +25553,8 @@ var XmlShapeDeserializer = class extends SerdeContextConfig {
|
|
|
25089
25553
|
readSchema(_schema, value) {
|
|
25090
25554
|
const ns = import_schema5.NormalizedSchema.of(_schema);
|
|
25091
25555
|
const traits = ns.getMergedTraits();
|
|
25092
|
-
const schema = ns.getSchema();
|
|
25093
25556
|
if (ns.isListSchema() && !Array.isArray(value)) {
|
|
25094
|
-
return this.readSchema(
|
|
25557
|
+
return this.readSchema(ns, [value]);
|
|
25095
25558
|
}
|
|
25096
25559
|
if (value == null) {
|
|
25097
25560
|
return value;
|
|
@@ -25147,14 +25610,14 @@ var XmlShapeDeserializer = class extends SerdeContextConfig {
|
|
|
25147
25610
|
return value;
|
|
25148
25611
|
}
|
|
25149
25612
|
throw new Error(`@aws-sdk/core/protocols - xml deserializer unhandled schema type for ${ns.getName(true)}`);
|
|
25150
|
-
} else {
|
|
25151
|
-
if (ns.isListSchema()) {
|
|
25152
|
-
return [];
|
|
25153
|
-
} else if (ns.isMapSchema() || ns.isStructSchema()) {
|
|
25154
|
-
return {};
|
|
25155
|
-
}
|
|
25156
|
-
return this.stringDeserializer.read(ns, value);
|
|
25157
25613
|
}
|
|
25614
|
+
if (ns.isListSchema()) {
|
|
25615
|
+
return [];
|
|
25616
|
+
}
|
|
25617
|
+
if (ns.isMapSchema() || ns.isStructSchema()) {
|
|
25618
|
+
return {};
|
|
25619
|
+
}
|
|
25620
|
+
return this.stringDeserializer.read(ns, value);
|
|
25158
25621
|
}
|
|
25159
25622
|
parseXml(xml) {
|
|
25160
25623
|
if (xml.length) {
|
|
@@ -81272,6 +81735,7 @@ var getEndpointFromInstructions = /* @__PURE__ */ __name(async (commandInput, in
|
|
|
81272
81735
|
}
|
|
81273
81736
|
if (endpointFromConfig) {
|
|
81274
81737
|
clientConfig.endpoint = () => Promise.resolve(toEndpointV1(endpointFromConfig));
|
|
81738
|
+
clientConfig.isCustomEndpoint = true;
|
|
81275
81739
|
}
|
|
81276
81740
|
}
|
|
81277
81741
|
const endpointParams = await resolveParams(commandInput, instructionsSupplier, clientConfig);
|
|
@@ -201131,21 +201595,21 @@ module.exports = /*#__PURE__*/JSON.parse('{"name":"@actions/cache","version":"4.
|
|
|
201131
201595
|
/***/ 27413:
|
|
201132
201596
|
/***/ ((module) => {
|
|
201133
201597
|
|
|
201134
|
-
module.exports = /*#__PURE__*/JSON.parse('{"name":"@aws-sdk/client-s3","description":"AWS SDK for JavaScript S3 Client for Node.js, Browser and React Native","version":"3.
|
|
201598
|
+
module.exports = /*#__PURE__*/JSON.parse('{"name":"@aws-sdk/client-s3","description":"AWS SDK for JavaScript S3 Client for Node.js, Browser and React Native","version":"3.850.0","scripts":{"build":"concurrently \'yarn:build:cjs\' \'yarn:build:es\' \'yarn:build:types\'","build:cjs":"node ../../scripts/compilation/inline client-s3","build:es":"tsc -p tsconfig.es.json","build:include:deps":"lerna run --scope $npm_package_name --include-dependencies build","build:types":"tsc -p tsconfig.types.json","build:types:downlevel":"downlevel-dts dist-types dist-types/ts3.4","clean":"rimraf ./dist-* && rimraf *.tsbuildinfo","extract:docs":"api-extractor run --local","generate:client":"node ../../scripts/generate-clients/single-service --solo s3","test":"yarn g:vitest run","test:browser":"node ./test/browser-build/esbuild && yarn g:vitest run -c vitest.config.browser.ts","test:browser:watch":"node ./test/browser-build/esbuild && yarn g:vitest watch -c vitest.config.browser.ts","test:e2e":"yarn g:vitest run -c vitest.config.e2e.ts && yarn test:browser","test:e2e:watch":"yarn g:vitest watch -c vitest.config.e2e.ts","test:integration":"yarn g:vitest run -c vitest.config.integ.ts","test:integration:watch":"yarn g:vitest watch -c vitest.config.integ.ts","test:watch":"yarn g:vitest watch"},"main":"./dist-cjs/index.js","types":"./dist-types/index.d.ts","module":"./dist-es/index.js","sideEffects":false,"dependencies":{"@aws-crypto/sha1-browser":"5.2.0","@aws-crypto/sha256-browser":"5.2.0","@aws-crypto/sha256-js":"5.2.0","@aws-sdk/core":"3.846.0","@aws-sdk/credential-provider-node":"3.848.0","@aws-sdk/middleware-bucket-endpoint":"3.840.0","@aws-sdk/middleware-expect-continue":"3.840.0","@aws-sdk/middleware-flexible-checksums":"3.846.0","@aws-sdk/middleware-host-header":"3.840.0","@aws-sdk/middleware-location-constraint":"3.840.0","@aws-sdk/middleware-logger":"3.840.0","@aws-sdk/middleware-recursion-detection":"3.840.0","@aws-sdk/middleware-sdk-s3":"3.846.0","@aws-sdk/middleware-ssec":"3.840.0","@aws-sdk/middleware-user-agent":"3.848.0","@aws-sdk/region-config-resolver":"3.840.0","@aws-sdk/signature-v4-multi-region":"3.846.0","@aws-sdk/types":"3.840.0","@aws-sdk/util-endpoints":"3.848.0","@aws-sdk/util-user-agent-browser":"3.840.0","@aws-sdk/util-user-agent-node":"3.848.0","@aws-sdk/xml-builder":"3.821.0","@smithy/config-resolver":"^4.1.4","@smithy/core":"^3.7.0","@smithy/eventstream-serde-browser":"^4.0.4","@smithy/eventstream-serde-config-resolver":"^4.1.2","@smithy/eventstream-serde-node":"^4.0.4","@smithy/fetch-http-handler":"^5.1.0","@smithy/hash-blob-browser":"^4.0.4","@smithy/hash-node":"^4.0.4","@smithy/hash-stream-node":"^4.0.4","@smithy/invalid-dependency":"^4.0.4","@smithy/md5-js":"^4.0.4","@smithy/middleware-content-length":"^4.0.4","@smithy/middleware-endpoint":"^4.1.15","@smithy/middleware-retry":"^4.1.16","@smithy/middleware-serde":"^4.0.8","@smithy/middleware-stack":"^4.0.4","@smithy/node-config-provider":"^4.1.3","@smithy/node-http-handler":"^4.1.0","@smithy/protocol-http":"^5.1.2","@smithy/smithy-client":"^4.4.7","@smithy/types":"^4.3.1","@smithy/url-parser":"^4.0.4","@smithy/util-base64":"^4.0.0","@smithy/util-body-length-browser":"^4.0.0","@smithy/util-body-length-node":"^4.0.0","@smithy/util-defaults-mode-browser":"^4.0.23","@smithy/util-defaults-mode-node":"^4.0.23","@smithy/util-endpoints":"^3.0.6","@smithy/util-middleware":"^4.0.4","@smithy/util-retry":"^4.0.6","@smithy/util-stream":"^4.2.3","@smithy/util-utf8":"^4.0.0","@smithy/util-waiter":"^4.0.6","@types/uuid":"^9.0.1","tslib":"^2.6.2","uuid":"^9.0.1"},"devDependencies":{"@aws-sdk/signature-v4-crt":"3.848.0","@tsconfig/node18":"18.2.4","@types/node":"^18.19.69","concurrently":"7.0.0","downlevel-dts":"0.10.1","rimraf":"3.0.2","typescript":"~5.8.3"},"engines":{"node":">=18.0.0"},"typesVersions":{"<4.0":{"dist-types/*":["dist-types/ts3.4/*"]}},"files":["dist-*/**"],"author":{"name":"AWS SDK for JavaScript Team","url":"https://aws.amazon.com/javascript/"},"license":"Apache-2.0","browser":{"./dist-es/runtimeConfig":"./dist-es/runtimeConfig.browser"},"react-native":{"./dist-es/runtimeConfig":"./dist-es/runtimeConfig.native"},"homepage":"https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-s3","repository":{"type":"git","url":"https://github.com/aws/aws-sdk-js-v3.git","directory":"clients/client-s3"}}');
|
|
201135
201599
|
|
|
201136
201600
|
/***/ }),
|
|
201137
201601
|
|
|
201138
201602
|
/***/ 45188:
|
|
201139
201603
|
/***/ ((module) => {
|
|
201140
201604
|
|
|
201141
|
-
module.exports = /*#__PURE__*/JSON.parse('{"name":"@aws-sdk/client-sso","description":"AWS SDK for JavaScript Sso Client for Node.js, Browser and React Native","version":"3.
|
|
201605
|
+
module.exports = /*#__PURE__*/JSON.parse('{"name":"@aws-sdk/client-sso","description":"AWS SDK for JavaScript Sso Client for Node.js, Browser and React Native","version":"3.848.0","scripts":{"build":"concurrently \'yarn:build:cjs\' \'yarn:build:es\' \'yarn:build:types\'","build:cjs":"node ../../scripts/compilation/inline client-sso","build:es":"tsc -p tsconfig.es.json","build:include:deps":"lerna run --scope $npm_package_name --include-dependencies build","build:types":"tsc -p tsconfig.types.json","build:types:downlevel":"downlevel-dts dist-types dist-types/ts3.4","clean":"rimraf ./dist-* && rimraf *.tsbuildinfo","extract:docs":"api-extractor run --local","generate:client":"node ../../scripts/generate-clients/single-service --solo sso"},"main":"./dist-cjs/index.js","types":"./dist-types/index.d.ts","module":"./dist-es/index.js","sideEffects":false,"dependencies":{"@aws-crypto/sha256-browser":"5.2.0","@aws-crypto/sha256-js":"5.2.0","@aws-sdk/core":"3.846.0","@aws-sdk/middleware-host-header":"3.840.0","@aws-sdk/middleware-logger":"3.840.0","@aws-sdk/middleware-recursion-detection":"3.840.0","@aws-sdk/middleware-user-agent":"3.848.0","@aws-sdk/region-config-resolver":"3.840.0","@aws-sdk/types":"3.840.0","@aws-sdk/util-endpoints":"3.848.0","@aws-sdk/util-user-agent-browser":"3.840.0","@aws-sdk/util-user-agent-node":"3.848.0","@smithy/config-resolver":"^4.1.4","@smithy/core":"^3.7.0","@smithy/fetch-http-handler":"^5.1.0","@smithy/hash-node":"^4.0.4","@smithy/invalid-dependency":"^4.0.4","@smithy/middleware-content-length":"^4.0.4","@smithy/middleware-endpoint":"^4.1.15","@smithy/middleware-retry":"^4.1.16","@smithy/middleware-serde":"^4.0.8","@smithy/middleware-stack":"^4.0.4","@smithy/node-config-provider":"^4.1.3","@smithy/node-http-handler":"^4.1.0","@smithy/protocol-http":"^5.1.2","@smithy/smithy-client":"^4.4.7","@smithy/types":"^4.3.1","@smithy/url-parser":"^4.0.4","@smithy/util-base64":"^4.0.0","@smithy/util-body-length-browser":"^4.0.0","@smithy/util-body-length-node":"^4.0.0","@smithy/util-defaults-mode-browser":"^4.0.23","@smithy/util-defaults-mode-node":"^4.0.23","@smithy/util-endpoints":"^3.0.6","@smithy/util-middleware":"^4.0.4","@smithy/util-retry":"^4.0.6","@smithy/util-utf8":"^4.0.0","tslib":"^2.6.2"},"devDependencies":{"@tsconfig/node18":"18.2.4","@types/node":"^18.19.69","concurrently":"7.0.0","downlevel-dts":"0.10.1","rimraf":"3.0.2","typescript":"~5.8.3"},"engines":{"node":">=18.0.0"},"typesVersions":{"<4.0":{"dist-types/*":["dist-types/ts3.4/*"]}},"files":["dist-*/**"],"author":{"name":"AWS SDK for JavaScript Team","url":"https://aws.amazon.com/javascript/"},"license":"Apache-2.0","browser":{"./dist-es/runtimeConfig":"./dist-es/runtimeConfig.browser"},"react-native":{"./dist-es/runtimeConfig":"./dist-es/runtimeConfig.native"},"homepage":"https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-sso","repository":{"type":"git","url":"https://github.com/aws/aws-sdk-js-v3.git","directory":"clients/client-sso"}}');
|
|
201142
201606
|
|
|
201143
201607
|
/***/ }),
|
|
201144
201608
|
|
|
201145
201609
|
/***/ 39955:
|
|
201146
201610
|
/***/ ((module) => {
|
|
201147
201611
|
|
|
201148
|
-
module.exports = /*#__PURE__*/JSON.parse('{"name":"@aws-sdk/nested-clients","version":"3.
|
|
201612
|
+
module.exports = /*#__PURE__*/JSON.parse('{"name":"@aws-sdk/nested-clients","version":"3.848.0","description":"Nested clients for AWS SDK packages.","main":"./dist-cjs/index.js","module":"./dist-es/index.js","types":"./dist-types/index.d.ts","scripts":{"build":"yarn lint && concurrently \'yarn:build:cjs\' \'yarn:build:es\' \'yarn:build:types\'","build:cjs":"node ../../scripts/compilation/inline nested-clients","build:es":"tsc -p tsconfig.es.json","build:include:deps":"lerna run --scope $npm_package_name --include-dependencies build","build:types":"tsc -p tsconfig.types.json","build:types:downlevel":"downlevel-dts dist-types dist-types/ts3.4","clean":"rimraf ./dist-* && rimraf *.tsbuildinfo","lint":"node ../../scripts/validation/submodules-linter.js --pkg nested-clients","test":"yarn g:vitest run","test:watch":"yarn g:vitest watch"},"engines":{"node":">=18.0.0"},"author":{"name":"AWS SDK for JavaScript Team","url":"https://aws.amazon.com/javascript/"},"license":"Apache-2.0","dependencies":{"@aws-crypto/sha256-browser":"5.2.0","@aws-crypto/sha256-js":"5.2.0","@aws-sdk/core":"3.846.0","@aws-sdk/middleware-host-header":"3.840.0","@aws-sdk/middleware-logger":"3.840.0","@aws-sdk/middleware-recursion-detection":"3.840.0","@aws-sdk/middleware-user-agent":"3.848.0","@aws-sdk/region-config-resolver":"3.840.0","@aws-sdk/types":"3.840.0","@aws-sdk/util-endpoints":"3.848.0","@aws-sdk/util-user-agent-browser":"3.840.0","@aws-sdk/util-user-agent-node":"3.848.0","@smithy/config-resolver":"^4.1.4","@smithy/core":"^3.7.0","@smithy/fetch-http-handler":"^5.1.0","@smithy/hash-node":"^4.0.4","@smithy/invalid-dependency":"^4.0.4","@smithy/middleware-content-length":"^4.0.4","@smithy/middleware-endpoint":"^4.1.15","@smithy/middleware-retry":"^4.1.16","@smithy/middleware-serde":"^4.0.8","@smithy/middleware-stack":"^4.0.4","@smithy/node-config-provider":"^4.1.3","@smithy/node-http-handler":"^4.1.0","@smithy/protocol-http":"^5.1.2","@smithy/smithy-client":"^4.4.7","@smithy/types":"^4.3.1","@smithy/url-parser":"^4.0.4","@smithy/util-base64":"^4.0.0","@smithy/util-body-length-browser":"^4.0.0","@smithy/util-body-length-node":"^4.0.0","@smithy/util-defaults-mode-browser":"^4.0.23","@smithy/util-defaults-mode-node":"^4.0.23","@smithy/util-endpoints":"^3.0.6","@smithy/util-middleware":"^4.0.4","@smithy/util-retry":"^4.0.6","@smithy/util-utf8":"^4.0.0","tslib":"^2.6.2"},"devDependencies":{"concurrently":"7.0.0","downlevel-dts":"0.10.1","rimraf":"3.0.2","typescript":"~5.8.3"},"typesVersions":{"<4.0":{"dist-types/*":["dist-types/ts3.4/*"]}},"files":["./sso-oidc.d.ts","./sso-oidc.js","./sts.d.ts","./sts.js","dist-*/**"],"browser":{"./dist-es/submodules/sso-oidc/runtimeConfig":"./dist-es/submodules/sso-oidc/runtimeConfig.browser","./dist-es/submodules/sts/runtimeConfig":"./dist-es/submodules/sts/runtimeConfig.browser"},"react-native":{},"homepage":"https://github.com/aws/aws-sdk-js-v3/tree/main/packages/nested-clients","repository":{"type":"git","url":"https://github.com/aws/aws-sdk-js-v3.git","directory":"packages/nested-clients"},"exports":{"./sso-oidc":{"types":"./dist-types/submodules/sso-oidc/index.d.ts","module":"./dist-es/submodules/sso-oidc/index.js","node":"./dist-cjs/submodules/sso-oidc/index.js","import":"./dist-es/submodules/sso-oidc/index.js","require":"./dist-cjs/submodules/sso-oidc/index.js"},"./sts":{"types":"./dist-types/submodules/sts/index.d.ts","module":"./dist-es/submodules/sts/index.js","node":"./dist-cjs/submodules/sts/index.js","import":"./dist-es/submodules/sts/index.js","require":"./dist-cjs/submodules/sts/index.js"}}}');
|
|
201149
201613
|
|
|
201150
201614
|
/***/ }),
|
|
201151
201615
|
|