@aws-sdk/client-s3 3.842.0 → 3.845.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +40 -0
- package/dist-cjs/index.js +594 -121
- package/dist-es/S3.js +10 -0
- package/dist-es/commands/CreateBucketMetadataConfigurationCommand.js +31 -0
- package/dist-es/commands/DeleteBucketMetadataConfigurationCommand.js +26 -0
- package/dist-es/commands/GetBucketMetadataConfigurationCommand.js +28 -0
- package/dist-es/commands/ListPartsCommand.js +1 -1
- package/dist-es/commands/UpdateBucketMetadataInventoryTableConfigurationCommand.js +31 -0
- package/dist-es/commands/UpdateBucketMetadataJournalTableConfigurationCommand.js +31 -0
- package/dist-es/commands/index.js +5 -0
- package/dist-es/models/models_0.js +16 -24
- package/dist-es/models/models_1.js +24 -0
- package/dist-es/protocols/Aws_restXml.js +325 -3
- package/dist-types/S3.d.ts +35 -0
- package/dist-types/S3Client.d.ts +7 -2
- package/dist-types/commands/AbortMultipartUploadCommand.d.ts +17 -22
- package/dist-types/commands/CompleteMultipartUploadCommand.d.ts +46 -57
- package/dist-types/commands/CopyObjectCommand.d.ts +95 -106
- package/dist-types/commands/CreateBucketCommand.d.ts +70 -82
- package/dist-types/commands/CreateBucketMetadataConfigurationCommand.d.ts +182 -0
- package/dist-types/commands/CreateBucketMetadataTableConfigurationCommand.d.ts +25 -12
- package/dist-types/commands/CreateMultipartUploadCommand.d.ts +88 -113
- package/dist-types/commands/CreateSessionCommand.d.ts +45 -50
- package/dist-types/commands/DeleteBucketAnalyticsConfigurationCommand.d.ts +7 -9
- package/dist-types/commands/DeleteBucketCommand.d.ts +10 -12
- package/dist-types/commands/DeleteBucketCorsCommand.d.ts +4 -5
- package/dist-types/commands/DeleteBucketEncryptionCommand.d.ts +16 -18
- package/dist-types/commands/DeleteBucketInventoryConfigurationCommand.d.ts +4 -6
- package/dist-types/commands/DeleteBucketLifecycleCommand.d.ts +23 -28
- package/dist-types/commands/DeleteBucketMetadataConfigurationCommand.d.ts +114 -0
- package/dist-types/commands/DeleteBucketMetadataTableConfigurationCommand.d.ts +26 -8
- package/dist-types/commands/DeleteBucketMetricsConfigurationCommand.d.ts +9 -12
- package/dist-types/commands/DeleteBucketOwnershipControlsCommand.d.ts +5 -6
- package/dist-types/commands/DeleteBucketPolicyCommand.d.ts +20 -23
- package/dist-types/commands/DeleteBucketReplicationCommand.d.ts +5 -7
- package/dist-types/commands/DeleteBucketTaggingCommand.d.ts +2 -3
- package/dist-types/commands/DeleteBucketWebsiteCommand.d.ts +9 -10
- package/dist-types/commands/DeleteObjectCommand.d.ts +37 -23
- package/dist-types/commands/DeleteObjectTaggingCommand.d.ts +7 -7
- package/dist-types/commands/DeleteObjectsCommand.d.ts +37 -44
- package/dist-types/commands/DeletePublicAccessBlockCommand.d.ts +6 -6
- package/dist-types/commands/GetBucketAccelerateConfigurationCommand.d.ts +14 -17
- package/dist-types/commands/GetBucketAclCommand.d.ts +9 -11
- package/dist-types/commands/GetBucketAnalyticsConfigurationCommand.d.ts +8 -11
- package/dist-types/commands/GetBucketCorsCommand.d.ts +4 -6
- package/dist-types/commands/GetBucketEncryptionCommand.d.ts +16 -19
- package/dist-types/commands/GetBucketInventoryConfigurationCommand.d.ts +6 -8
- package/dist-types/commands/GetBucketLifecycleConfigurationCommand.d.ts +28 -37
- package/dist-types/commands/GetBucketLocationCommand.d.ts +4 -5
- package/dist-types/commands/GetBucketLoggingCommand.d.ts +2 -2
- package/dist-types/commands/GetBucketMetadataConfigurationCommand.d.ts +146 -0
- package/dist-types/commands/GetBucketMetadataTableConfigurationCommand.d.ts +25 -8
- package/dist-types/commands/GetBucketMetricsConfigurationCommand.d.ts +10 -11
- package/dist-types/commands/GetBucketNotificationConfigurationCommand.d.ts +7 -8
- package/dist-types/commands/GetBucketOwnershipControlsCommand.d.ts +9 -8
- package/dist-types/commands/GetBucketPolicyCommand.d.ts +24 -29
- package/dist-types/commands/GetBucketPolicyStatusCommand.d.ts +5 -6
- package/dist-types/commands/GetBucketReplicationCommand.d.ts +11 -12
- package/dist-types/commands/GetBucketRequestPaymentCommand.d.ts +2 -3
- package/dist-types/commands/GetBucketTaggingCommand.d.ts +2 -3
- package/dist-types/commands/GetBucketVersioningCommand.d.ts +3 -3
- package/dist-types/commands/GetBucketWebsiteCommand.d.ts +6 -7
- package/dist-types/commands/GetObjectAclCommand.d.ts +9 -11
- package/dist-types/commands/GetObjectAttributesCommand.d.ts +55 -70
- package/dist-types/commands/GetObjectCommand.d.ts +66 -81
- package/dist-types/commands/GetObjectLegalHoldCommand.d.ts +1 -2
- package/dist-types/commands/GetObjectLockConfigurationCommand.d.ts +3 -3
- package/dist-types/commands/GetObjectRetentionCommand.d.ts +1 -2
- package/dist-types/commands/GetObjectTaggingCommand.d.ts +8 -10
- package/dist-types/commands/GetObjectTorrentCommand.d.ts +4 -5
- package/dist-types/commands/GetPublicAccessBlockCommand.d.ts +10 -12
- package/dist-types/commands/HeadBucketCommand.d.ts +33 -35
- package/dist-types/commands/HeadObjectCommand.d.ts +50 -62
- package/dist-types/commands/ListBucketAnalyticsConfigurationsCommand.d.ts +14 -17
- package/dist-types/commands/ListBucketInventoryConfigurationsCommand.d.ts +12 -15
- package/dist-types/commands/ListBucketMetricsConfigurationsCommand.d.ts +15 -18
- package/dist-types/commands/ListBucketsCommand.d.ts +10 -9
- package/dist-types/commands/ListDirectoryBucketsCommand.d.ts +9 -9
- package/dist-types/commands/ListMultipartUploadsCommand.d.ts +41 -49
- package/dist-types/commands/ListObjectVersionsCommand.d.ts +7 -9
- package/dist-types/commands/ListObjectsCommand.d.ts +8 -7
- package/dist-types/commands/ListObjectsV2Command.d.ts +28 -31
- package/dist-types/commands/ListPartsCommand.d.ts +21 -24
- package/dist-types/commands/PutBucketAccelerateConfigurationCommand.d.ts +14 -18
- package/dist-types/commands/PutBucketAclCommand.d.ts +51 -62
- package/dist-types/commands/PutBucketAnalyticsConfigurationCommand.d.ts +23 -25
- package/dist-types/commands/PutBucketCorsCommand.d.ts +23 -27
- package/dist-types/commands/PutBucketEncryptionCommand.d.ts +40 -48
- package/dist-types/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts +11 -12
- package/dist-types/commands/PutBucketInventoryConfigurationCommand.d.ts +33 -37
- package/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts +51 -60
- package/dist-types/commands/PutBucketLoggingCommand.d.ts +26 -33
- package/dist-types/commands/PutBucketMetricsConfigurationCommand.d.ts +12 -14
- package/dist-types/commands/PutBucketNotificationConfigurationCommand.d.ts +29 -35
- package/dist-types/commands/PutBucketOwnershipControlsCommand.d.ts +4 -6
- package/dist-types/commands/PutBucketPolicyCommand.d.ts +24 -29
- package/dist-types/commands/PutBucketReplicationCommand.d.ts +31 -38
- package/dist-types/commands/PutBucketRequestPaymentCommand.d.ts +4 -5
- package/dist-types/commands/PutBucketTaggingCommand.d.ts +21 -27
- package/dist-types/commands/PutBucketVersioningCommand.d.ts +20 -23
- package/dist-types/commands/PutBucketWebsiteCommand.d.ts +19 -18
- package/dist-types/commands/PutObjectAclCommand.d.ts +53 -61
- package/dist-types/commands/PutObjectCommand.d.ts +56 -66
- package/dist-types/commands/PutObjectLegalHoldCommand.d.ts +1 -3
- package/dist-types/commands/PutObjectLockConfigurationCommand.d.ts +10 -11
- package/dist-types/commands/PutObjectRetentionCommand.d.ts +4 -4
- package/dist-types/commands/PutObjectTaggingCommand.d.ts +18 -24
- package/dist-types/commands/PutPublicAccessBlockCommand.d.ts +10 -12
- package/dist-types/commands/RenameObjectCommand.d.ts +34 -40
- package/dist-types/commands/RestoreObjectCommand.d.ts +76 -85
- package/dist-types/commands/SelectObjectContentCommand.d.ts +50 -59
- package/dist-types/commands/UpdateBucketMetadataInventoryTableConfigurationCommand.d.ts +161 -0
- package/dist-types/commands/UpdateBucketMetadataJournalTableConfigurationCommand.d.ts +113 -0
- package/dist-types/commands/UploadPartCommand.d.ts +64 -74
- package/dist-types/commands/UploadPartCopyCommand.d.ts +80 -96
- package/dist-types/commands/WriteGetObjectResponseCommand.d.ts +29 -33
- package/dist-types/commands/index.d.ts +5 -0
- package/dist-types/models/models_0.d.ts +2688 -3603
- package/dist-types/models/models_1.d.ts +2120 -743
- package/dist-types/protocols/Aws_restXml.d.ts +45 -0
- package/dist-types/ts3.4/S3.d.ts +109 -0
- package/dist-types/ts3.4/S3Client.d.ts +30 -0
- package/dist-types/ts3.4/commands/CreateBucketMetadataConfigurationCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/DeleteBucketMetadataConfigurationCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/GetBucketMetadataConfigurationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListObjectVersionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListObjectsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListObjectsV2Command.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListPartsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutBucketAccelerateConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutBucketAclCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutBucketAnalyticsConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateBucketMetadataInventoryTableConfigurationCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/UpdateBucketMetadataJournalTableConfigurationCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/index.d.ts +5 -0
- package/dist-types/ts3.4/models/models_0.d.ts +93 -206
- package/dist-types/ts3.4/models/models_1.d.ts +238 -0
- package/dist-types/ts3.4/protocols/Aws_restXml.d.ts +60 -0
- package/package.json +19 -19
package/dist-cjs/index.js
CHANGED
|
@@ -44,6 +44,7 @@ __export(index_exports, {
|
|
|
44
44
|
CopyObjectOutputFilterSensitiveLog: () => CopyObjectOutputFilterSensitiveLog,
|
|
45
45
|
CopyObjectRequestFilterSensitiveLog: () => CopyObjectRequestFilterSensitiveLog,
|
|
46
46
|
CreateBucketCommand: () => CreateBucketCommand,
|
|
47
|
+
CreateBucketMetadataConfigurationCommand: () => CreateBucketMetadataConfigurationCommand,
|
|
47
48
|
CreateBucketMetadataTableConfigurationCommand: () => CreateBucketMetadataTableConfigurationCommand,
|
|
48
49
|
CreateMultipartUploadCommand: () => CreateMultipartUploadCommand,
|
|
49
50
|
CreateMultipartUploadOutputFilterSensitiveLog: () => CreateMultipartUploadOutputFilterSensitiveLog,
|
|
@@ -59,6 +60,7 @@ __export(index_exports, {
|
|
|
59
60
|
DeleteBucketIntelligentTieringConfigurationCommand: () => DeleteBucketIntelligentTieringConfigurationCommand,
|
|
60
61
|
DeleteBucketInventoryConfigurationCommand: () => DeleteBucketInventoryConfigurationCommand,
|
|
61
62
|
DeleteBucketLifecycleCommand: () => DeleteBucketLifecycleCommand,
|
|
63
|
+
DeleteBucketMetadataConfigurationCommand: () => DeleteBucketMetadataConfigurationCommand,
|
|
62
64
|
DeleteBucketMetadataTableConfigurationCommand: () => DeleteBucketMetadataTableConfigurationCommand,
|
|
63
65
|
DeleteBucketMetricsConfigurationCommand: () => DeleteBucketMetricsConfigurationCommand,
|
|
64
66
|
DeleteBucketOwnershipControlsCommand: () => DeleteBucketOwnershipControlsCommand,
|
|
@@ -76,6 +78,7 @@ __export(index_exports, {
|
|
|
76
78
|
EncryptionTypeMismatch: () => EncryptionTypeMismatch,
|
|
77
79
|
Event: () => Event,
|
|
78
80
|
ExistingObjectReplicationStatus: () => ExistingObjectReplicationStatus,
|
|
81
|
+
ExpirationState: () => ExpirationState,
|
|
79
82
|
ExpirationStatus: () => ExpirationStatus,
|
|
80
83
|
ExpressionType: () => ExpressionType,
|
|
81
84
|
FileHeaderInfo: () => FileHeaderInfo,
|
|
@@ -92,6 +95,7 @@ __export(index_exports, {
|
|
|
92
95
|
GetBucketLifecycleConfigurationCommand: () => GetBucketLifecycleConfigurationCommand,
|
|
93
96
|
GetBucketLocationCommand: () => GetBucketLocationCommand,
|
|
94
97
|
GetBucketLoggingCommand: () => GetBucketLoggingCommand,
|
|
98
|
+
GetBucketMetadataConfigurationCommand: () => GetBucketMetadataConfigurationCommand,
|
|
95
99
|
GetBucketMetadataTableConfigurationCommand: () => GetBucketMetadataTableConfigurationCommand,
|
|
96
100
|
GetBucketMetricsConfigurationCommand: () => GetBucketMetricsConfigurationCommand,
|
|
97
101
|
GetBucketNotificationConfigurationCommand: () => GetBucketNotificationConfigurationCommand,
|
|
@@ -127,6 +131,7 @@ __export(index_exports, {
|
|
|
127
131
|
InvalidRequest: () => InvalidRequest,
|
|
128
132
|
InvalidWriteOffset: () => InvalidWriteOffset,
|
|
129
133
|
InventoryConfigurationFilterSensitiveLog: () => InventoryConfigurationFilterSensitiveLog,
|
|
134
|
+
InventoryConfigurationState: () => InventoryConfigurationState,
|
|
130
135
|
InventoryDestinationFilterSensitiveLog: () => InventoryDestinationFilterSensitiveLog,
|
|
131
136
|
InventoryEncryptionFilterSensitiveLog: () => InventoryEncryptionFilterSensitiveLog,
|
|
132
137
|
InventoryFormat: () => InventoryFormat,
|
|
@@ -221,6 +226,7 @@ __export(index_exports, {
|
|
|
221
226
|
S3Client: () => S3Client,
|
|
222
227
|
S3LocationFilterSensitiveLog: () => S3LocationFilterSensitiveLog,
|
|
223
228
|
S3ServiceException: () => S3ServiceException,
|
|
229
|
+
S3TablesBucketType: () => S3TablesBucketType,
|
|
224
230
|
SSEKMSFilterSensitiveLog: () => SSEKMSFilterSensitiveLog,
|
|
225
231
|
SelectObjectContentCommand: () => SelectObjectContentCommand,
|
|
226
232
|
SelectObjectContentEventStream: () => SelectObjectContentEventStream,
|
|
@@ -236,12 +242,15 @@ __export(index_exports, {
|
|
|
236
242
|
SseKmsEncryptedObjectsStatus: () => SseKmsEncryptedObjectsStatus,
|
|
237
243
|
StorageClass: () => StorageClass,
|
|
238
244
|
StorageClassAnalysisSchemaVersion: () => StorageClassAnalysisSchemaVersion,
|
|
245
|
+
TableSseAlgorithm: () => TableSseAlgorithm,
|
|
239
246
|
TaggingDirective: () => TaggingDirective,
|
|
240
247
|
Tier: () => Tier,
|
|
241
248
|
TooManyParts: () => TooManyParts,
|
|
242
249
|
TransitionDefaultMinimumObjectSize: () => TransitionDefaultMinimumObjectSize,
|
|
243
250
|
TransitionStorageClass: () => TransitionStorageClass,
|
|
244
251
|
Type: () => Type,
|
|
252
|
+
UpdateBucketMetadataInventoryTableConfigurationCommand: () => UpdateBucketMetadataInventoryTableConfigurationCommand,
|
|
253
|
+
UpdateBucketMetadataJournalTableConfigurationCommand: () => UpdateBucketMetadataJournalTableConfigurationCommand,
|
|
245
254
|
UploadPartCommand: () => UploadPartCommand,
|
|
246
255
|
UploadPartCopyCommand: () => UploadPartCopyCommand,
|
|
247
256
|
UploadPartCopyOutputFilterSensitiveLog: () => UploadPartCopyOutputFilterSensitiveLog,
|
|
@@ -543,6 +552,18 @@ var ObjectOwnership = {
|
|
|
543
552
|
BucketOwnerPreferred: "BucketOwnerPreferred",
|
|
544
553
|
ObjectWriter: "ObjectWriter"
|
|
545
554
|
};
|
|
555
|
+
var InventoryConfigurationState = {
|
|
556
|
+
DISABLED: "DISABLED",
|
|
557
|
+
ENABLED: "ENABLED"
|
|
558
|
+
};
|
|
559
|
+
var TableSseAlgorithm = {
|
|
560
|
+
AES256: "AES256",
|
|
561
|
+
aws_kms: "aws:kms"
|
|
562
|
+
};
|
|
563
|
+
var ExpirationState = {
|
|
564
|
+
DISABLED: "DISABLED",
|
|
565
|
+
ENABLED: "ENABLED"
|
|
566
|
+
};
|
|
546
567
|
var SessionMode = {
|
|
547
568
|
ReadOnly: "ReadOnly",
|
|
548
569
|
ReadWrite: "ReadWrite"
|
|
@@ -643,6 +664,10 @@ var PartitionDateSource = {
|
|
|
643
664
|
DeliveryTime: "DeliveryTime",
|
|
644
665
|
EventTime: "EventTime"
|
|
645
666
|
};
|
|
667
|
+
var S3TablesBucketType = {
|
|
668
|
+
aws: "aws",
|
|
669
|
+
customer: "customer"
|
|
670
|
+
};
|
|
646
671
|
var MetricsFilter;
|
|
647
672
|
((MetricsFilter2) => {
|
|
648
673
|
MetricsFilter2.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
@@ -819,26 +844,6 @@ var ArchiveStatus = {
|
|
|
819
844
|
var EncodingType = {
|
|
820
845
|
url: "url"
|
|
821
846
|
};
|
|
822
|
-
var ObjectStorageClass = {
|
|
823
|
-
DEEP_ARCHIVE: "DEEP_ARCHIVE",
|
|
824
|
-
EXPRESS_ONEZONE: "EXPRESS_ONEZONE",
|
|
825
|
-
FSX_OPENZFS: "FSX_OPENZFS",
|
|
826
|
-
GLACIER: "GLACIER",
|
|
827
|
-
GLACIER_IR: "GLACIER_IR",
|
|
828
|
-
INTELLIGENT_TIERING: "INTELLIGENT_TIERING",
|
|
829
|
-
ONEZONE_IA: "ONEZONE_IA",
|
|
830
|
-
OUTPOSTS: "OUTPOSTS",
|
|
831
|
-
REDUCED_REDUNDANCY: "REDUCED_REDUNDANCY",
|
|
832
|
-
SNOW: "SNOW",
|
|
833
|
-
STANDARD: "STANDARD",
|
|
834
|
-
STANDARD_IA: "STANDARD_IA"
|
|
835
|
-
};
|
|
836
|
-
var OptionalObjectAttributes = {
|
|
837
|
-
RESTORE_STATUS: "RestoreStatus"
|
|
838
|
-
};
|
|
839
|
-
var ObjectVersionStorageClass = {
|
|
840
|
-
STANDARD: "STANDARD"
|
|
841
|
-
};
|
|
842
847
|
var CompleteMultipartUploadOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
843
848
|
...obj,
|
|
844
849
|
...obj.SSEKMSKeyId && { SSEKMSKeyId: import_smithy_client.SENSITIVE_STRING }
|
|
@@ -969,10 +974,6 @@ var ListBucketInventoryConfigurationsOutputFilterSensitiveLog = /* @__PURE__ */
|
|
|
969
974
|
)
|
|
970
975
|
}
|
|
971
976
|
}), "ListBucketInventoryConfigurationsOutputFilterSensitiveLog");
|
|
972
|
-
var ListPartsRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
973
|
-
...obj,
|
|
974
|
-
...obj.SSECustomerKey && { SSECustomerKey: import_smithy_client.SENSITIVE_STRING }
|
|
975
|
-
}), "ListPartsRequestFilterSensitiveLog");
|
|
976
977
|
|
|
977
978
|
// src/protocols/Aws_restXml.ts
|
|
978
979
|
var import_core = require("@aws-sdk/core");
|
|
@@ -984,6 +985,26 @@ var import_uuid = require("uuid");
|
|
|
984
985
|
|
|
985
986
|
// src/models/models_1.ts
|
|
986
987
|
|
|
988
|
+
var ObjectStorageClass = {
|
|
989
|
+
DEEP_ARCHIVE: "DEEP_ARCHIVE",
|
|
990
|
+
EXPRESS_ONEZONE: "EXPRESS_ONEZONE",
|
|
991
|
+
FSX_OPENZFS: "FSX_OPENZFS",
|
|
992
|
+
GLACIER: "GLACIER",
|
|
993
|
+
GLACIER_IR: "GLACIER_IR",
|
|
994
|
+
INTELLIGENT_TIERING: "INTELLIGENT_TIERING",
|
|
995
|
+
ONEZONE_IA: "ONEZONE_IA",
|
|
996
|
+
OUTPOSTS: "OUTPOSTS",
|
|
997
|
+
REDUCED_REDUNDANCY: "REDUCED_REDUNDANCY",
|
|
998
|
+
SNOW: "SNOW",
|
|
999
|
+
STANDARD: "STANDARD",
|
|
1000
|
+
STANDARD_IA: "STANDARD_IA"
|
|
1001
|
+
};
|
|
1002
|
+
var OptionalObjectAttributes = {
|
|
1003
|
+
RESTORE_STATUS: "RestoreStatus"
|
|
1004
|
+
};
|
|
1005
|
+
var ObjectVersionStorageClass = {
|
|
1006
|
+
STANDARD: "STANDARD"
|
|
1007
|
+
};
|
|
987
1008
|
var MFADelete = {
|
|
988
1009
|
Disabled: "Disabled",
|
|
989
1010
|
Enabled: "Enabled"
|
|
@@ -1136,6 +1157,10 @@ var SelectObjectContentEventStream;
|
|
|
1136
1157
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
1137
1158
|
}, "visit");
|
|
1138
1159
|
})(SelectObjectContentEventStream || (SelectObjectContentEventStream = {}));
|
|
1160
|
+
var ListPartsRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1161
|
+
...obj,
|
|
1162
|
+
...obj.SSECustomerKey && { SSECustomerKey: import_smithy_client.SENSITIVE_STRING }
|
|
1163
|
+
}), "ListPartsRequestFilterSensitiveLog");
|
|
1139
1164
|
var PutBucketEncryptionRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1140
1165
|
...obj,
|
|
1141
1166
|
...obj.ServerSideEncryptionConfiguration && {
|
|
@@ -1357,6 +1382,30 @@ var se_CreateBucketCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1357
1382
|
b.m("PUT").h(headers).b(body);
|
|
1358
1383
|
return b.build();
|
|
1359
1384
|
}, "se_CreateBucketCommand");
|
|
1385
|
+
var se_CreateBucketMetadataConfigurationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1386
|
+
const b = (0, import_core2.requestBuilder)(input, context);
|
|
1387
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
1388
|
+
"content-type": "application/xml",
|
|
1389
|
+
[_cm]: input[_CMD],
|
|
1390
|
+
[_xasca]: input[_CA],
|
|
1391
|
+
[_xaebo]: input[_EBO]
|
|
1392
|
+
});
|
|
1393
|
+
b.bp("/");
|
|
1394
|
+
b.p("Bucket", () => input.Bucket, "{Bucket}", false);
|
|
1395
|
+
const query = (0, import_smithy_client.map)({
|
|
1396
|
+
[_mC]: [, ""]
|
|
1397
|
+
});
|
|
1398
|
+
let body;
|
|
1399
|
+
let contents;
|
|
1400
|
+
if (input.MetadataConfiguration !== void 0) {
|
|
1401
|
+
contents = se_MetadataConfiguration(input.MetadataConfiguration, context);
|
|
1402
|
+
body = _ve;
|
|
1403
|
+
contents.a("xmlns", "http://s3.amazonaws.com/doc/2006-03-01/");
|
|
1404
|
+
body += contents.toString();
|
|
1405
|
+
}
|
|
1406
|
+
b.m("POST").h(headers).q(query).b(body);
|
|
1407
|
+
return b.build();
|
|
1408
|
+
}, "se_CreateBucketMetadataConfigurationCommand");
|
|
1360
1409
|
var se_CreateBucketMetadataTableConfigurationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1361
1410
|
const b = (0, import_core2.requestBuilder)(input, context);
|
|
1362
1411
|
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
@@ -1543,6 +1592,20 @@ var se_DeleteBucketLifecycleCommand = /* @__PURE__ */ __name(async (input, conte
|
|
|
1543
1592
|
b.m("DELETE").h(headers).q(query).b(body);
|
|
1544
1593
|
return b.build();
|
|
1545
1594
|
}, "se_DeleteBucketLifecycleCommand");
|
|
1595
|
+
var se_DeleteBucketMetadataConfigurationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1596
|
+
const b = (0, import_core2.requestBuilder)(input, context);
|
|
1597
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
1598
|
+
[_xaebo]: input[_EBO]
|
|
1599
|
+
});
|
|
1600
|
+
b.bp("/");
|
|
1601
|
+
b.p("Bucket", () => input.Bucket, "{Bucket}", false);
|
|
1602
|
+
const query = (0, import_smithy_client.map)({
|
|
1603
|
+
[_mC]: [, ""]
|
|
1604
|
+
});
|
|
1605
|
+
let body;
|
|
1606
|
+
b.m("DELETE").h(headers).q(query).b(body);
|
|
1607
|
+
return b.build();
|
|
1608
|
+
}, "se_DeleteBucketMetadataConfigurationCommand");
|
|
1546
1609
|
var se_DeleteBucketMetadataTableConfigurationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1547
1610
|
const b = (0, import_core2.requestBuilder)(input, context);
|
|
1548
1611
|
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
@@ -1867,6 +1930,20 @@ var se_GetBucketLoggingCommand = /* @__PURE__ */ __name(async (input, context) =
|
|
|
1867
1930
|
b.m("GET").h(headers).q(query).b(body);
|
|
1868
1931
|
return b.build();
|
|
1869
1932
|
}, "se_GetBucketLoggingCommand");
|
|
1933
|
+
var se_GetBucketMetadataConfigurationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1934
|
+
const b = (0, import_core2.requestBuilder)(input, context);
|
|
1935
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
1936
|
+
[_xaebo]: input[_EBO]
|
|
1937
|
+
});
|
|
1938
|
+
b.bp("/");
|
|
1939
|
+
b.p("Bucket", () => input.Bucket, "{Bucket}", false);
|
|
1940
|
+
const query = (0, import_smithy_client.map)({
|
|
1941
|
+
[_mC]: [, ""]
|
|
1942
|
+
});
|
|
1943
|
+
let body;
|
|
1944
|
+
b.m("GET").h(headers).q(query).b(body);
|
|
1945
|
+
return b.build();
|
|
1946
|
+
}, "se_GetBucketMetadataConfigurationCommand");
|
|
1870
1947
|
var se_GetBucketMetadataTableConfigurationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1871
1948
|
const b = (0, import_core2.requestBuilder)(input, context);
|
|
1872
1949
|
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
@@ -3183,6 +3260,56 @@ var se_SelectObjectContentCommand = /* @__PURE__ */ __name(async (input, context
|
|
|
3183
3260
|
b.m("POST").h(headers).q(query).b(body);
|
|
3184
3261
|
return b.build();
|
|
3185
3262
|
}, "se_SelectObjectContentCommand");
|
|
3263
|
+
var se_UpdateBucketMetadataInventoryTableConfigurationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
3264
|
+
const b = (0, import_core2.requestBuilder)(input, context);
|
|
3265
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
3266
|
+
"content-type": "application/xml",
|
|
3267
|
+
[_cm]: input[_CMD],
|
|
3268
|
+
[_xasca]: input[_CA],
|
|
3269
|
+
[_xaebo]: input[_EBO]
|
|
3270
|
+
});
|
|
3271
|
+
b.bp("/");
|
|
3272
|
+
b.p("Bucket", () => input.Bucket, "{Bucket}", false);
|
|
3273
|
+
const query = (0, import_smithy_client.map)({
|
|
3274
|
+
[_mIT]: [, ""]
|
|
3275
|
+
});
|
|
3276
|
+
let body;
|
|
3277
|
+
let contents;
|
|
3278
|
+
if (input.InventoryTableConfiguration !== void 0) {
|
|
3279
|
+
contents = se_InventoryTableConfigurationUpdates(input.InventoryTableConfiguration, context);
|
|
3280
|
+
contents = contents.n("InventoryTableConfiguration");
|
|
3281
|
+
body = _ve;
|
|
3282
|
+
contents.a("xmlns", "http://s3.amazonaws.com/doc/2006-03-01/");
|
|
3283
|
+
body += contents.toString();
|
|
3284
|
+
}
|
|
3285
|
+
b.m("PUT").h(headers).q(query).b(body);
|
|
3286
|
+
return b.build();
|
|
3287
|
+
}, "se_UpdateBucketMetadataInventoryTableConfigurationCommand");
|
|
3288
|
+
var se_UpdateBucketMetadataJournalTableConfigurationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
3289
|
+
const b = (0, import_core2.requestBuilder)(input, context);
|
|
3290
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
3291
|
+
"content-type": "application/xml",
|
|
3292
|
+
[_cm]: input[_CMD],
|
|
3293
|
+
[_xasca]: input[_CA],
|
|
3294
|
+
[_xaebo]: input[_EBO]
|
|
3295
|
+
});
|
|
3296
|
+
b.bp("/");
|
|
3297
|
+
b.p("Bucket", () => input.Bucket, "{Bucket}", false);
|
|
3298
|
+
const query = (0, import_smithy_client.map)({
|
|
3299
|
+
[_mJT]: [, ""]
|
|
3300
|
+
});
|
|
3301
|
+
let body;
|
|
3302
|
+
let contents;
|
|
3303
|
+
if (input.JournalTableConfiguration !== void 0) {
|
|
3304
|
+
contents = se_JournalTableConfigurationUpdates(input.JournalTableConfiguration, context);
|
|
3305
|
+
contents = contents.n("JournalTableConfiguration");
|
|
3306
|
+
body = _ve;
|
|
3307
|
+
contents.a("xmlns", "http://s3.amazonaws.com/doc/2006-03-01/");
|
|
3308
|
+
body += contents.toString();
|
|
3309
|
+
}
|
|
3310
|
+
b.m("PUT").h(headers).q(query).b(body);
|
|
3311
|
+
return b.build();
|
|
3312
|
+
}, "se_UpdateBucketMetadataJournalTableConfigurationCommand");
|
|
3186
3313
|
var se_UploadPartCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
3187
3314
|
const b = (0, import_core2.requestBuilder)(input, context);
|
|
3188
3315
|
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
@@ -3413,6 +3540,16 @@ var de_CreateBucketCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
3413
3540
|
await (0, import_smithy_client.collectBody)(output.body, context);
|
|
3414
3541
|
return contents;
|
|
3415
3542
|
}, "de_CreateBucketCommand");
|
|
3543
|
+
var de_CreateBucketMetadataConfigurationCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
3544
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
3545
|
+
return de_CommandError(output, context);
|
|
3546
|
+
}
|
|
3547
|
+
const contents = (0, import_smithy_client.map)({
|
|
3548
|
+
$metadata: deserializeMetadata(output)
|
|
3549
|
+
});
|
|
3550
|
+
await (0, import_smithy_client.collectBody)(output.body, context);
|
|
3551
|
+
return contents;
|
|
3552
|
+
}, "de_CreateBucketMetadataConfigurationCommand");
|
|
3416
3553
|
var de_CreateBucketMetadataTableConfigurationCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
3417
3554
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
3418
3555
|
return de_CommandError(output, context);
|
|
@@ -3543,6 +3680,16 @@ var de_DeleteBucketLifecycleCommand = /* @__PURE__ */ __name(async (output, cont
|
|
|
3543
3680
|
await (0, import_smithy_client.collectBody)(output.body, context);
|
|
3544
3681
|
return contents;
|
|
3545
3682
|
}, "de_DeleteBucketLifecycleCommand");
|
|
3683
|
+
var de_DeleteBucketMetadataConfigurationCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
3684
|
+
if (output.statusCode !== 204 && output.statusCode >= 300) {
|
|
3685
|
+
return de_CommandError(output, context);
|
|
3686
|
+
}
|
|
3687
|
+
const contents = (0, import_smithy_client.map)({
|
|
3688
|
+
$metadata: deserializeMetadata(output)
|
|
3689
|
+
});
|
|
3690
|
+
await (0, import_smithy_client.collectBody)(output.body, context);
|
|
3691
|
+
return contents;
|
|
3692
|
+
}, "de_DeleteBucketMetadataConfigurationCommand");
|
|
3546
3693
|
var de_DeleteBucketMetadataTableConfigurationCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
3547
3694
|
if (output.statusCode !== 204 && output.statusCode >= 300) {
|
|
3548
3695
|
return de_CommandError(output, context);
|
|
@@ -3801,6 +3948,17 @@ var de_GetBucketLoggingCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
3801
3948
|
}
|
|
3802
3949
|
return contents;
|
|
3803
3950
|
}, "de_GetBucketLoggingCommand");
|
|
3951
|
+
var de_GetBucketMetadataConfigurationCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
3952
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
3953
|
+
return de_CommandError(output, context);
|
|
3954
|
+
}
|
|
3955
|
+
const contents = (0, import_smithy_client.map)({
|
|
3956
|
+
$metadata: deserializeMetadata(output)
|
|
3957
|
+
});
|
|
3958
|
+
const data = (0, import_smithy_client.expectObject)(await (0, import_core.parseXmlBody)(output.body, context));
|
|
3959
|
+
contents.GetBucketMetadataConfigurationResult = de_GetBucketMetadataConfigurationResult(data, context);
|
|
3960
|
+
return contents;
|
|
3961
|
+
}, "de_GetBucketMetadataConfigurationCommand");
|
|
3804
3962
|
var de_GetBucketMetadataTableConfigurationCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
3805
3963
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
3806
3964
|
return de_CommandError(output, context);
|
|
@@ -4920,6 +5078,26 @@ var de_SelectObjectContentCommand = /* @__PURE__ */ __name(async (output, contex
|
|
|
4920
5078
|
contents.Payload = de_SelectObjectContentEventStream(data, context);
|
|
4921
5079
|
return contents;
|
|
4922
5080
|
}, "de_SelectObjectContentCommand");
|
|
5081
|
+
var de_UpdateBucketMetadataInventoryTableConfigurationCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
5082
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
5083
|
+
return de_CommandError(output, context);
|
|
5084
|
+
}
|
|
5085
|
+
const contents = (0, import_smithy_client.map)({
|
|
5086
|
+
$metadata: deserializeMetadata(output)
|
|
5087
|
+
});
|
|
5088
|
+
await (0, import_smithy_client.collectBody)(output.body, context);
|
|
5089
|
+
return contents;
|
|
5090
|
+
}, "de_UpdateBucketMetadataInventoryTableConfigurationCommand");
|
|
5091
|
+
var de_UpdateBucketMetadataJournalTableConfigurationCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
5092
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
5093
|
+
return de_CommandError(output, context);
|
|
5094
|
+
}
|
|
5095
|
+
const contents = (0, import_smithy_client.map)({
|
|
5096
|
+
$metadata: deserializeMetadata(output)
|
|
5097
|
+
});
|
|
5098
|
+
await (0, import_smithy_client.collectBody)(output.body, context);
|
|
5099
|
+
return contents;
|
|
5100
|
+
}, "de_UpdateBucketMetadataJournalTableConfigurationCommand");
|
|
4923
5101
|
var de_UploadPartCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
4924
5102
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
4925
5103
|
return de_CommandError(output, context);
|
|
@@ -5709,6 +5887,43 @@ var se_InventorySchedule = /* @__PURE__ */ __name((input, context) => {
|
|
|
5709
5887
|
}
|
|
5710
5888
|
return bn;
|
|
5711
5889
|
}, "se_InventorySchedule");
|
|
5890
|
+
var se_InventoryTableConfiguration = /* @__PURE__ */ __name((input, context) => {
|
|
5891
|
+
const bn = new import_xml_builder.XmlNode(_ITCn);
|
|
5892
|
+
if (input[_CSo] != null) {
|
|
5893
|
+
bn.c(import_xml_builder.XmlNode.of(_ICS, input[_CSo]).n(_CSo));
|
|
5894
|
+
}
|
|
5895
|
+
if (input[_ECn] != null) {
|
|
5896
|
+
bn.c(se_MetadataTableEncryptionConfiguration(input[_ECn], context).n(_ECn));
|
|
5897
|
+
}
|
|
5898
|
+
return bn;
|
|
5899
|
+
}, "se_InventoryTableConfiguration");
|
|
5900
|
+
var se_InventoryTableConfigurationUpdates = /* @__PURE__ */ __name((input, context) => {
|
|
5901
|
+
const bn = new import_xml_builder.XmlNode(_ITCU);
|
|
5902
|
+
if (input[_CSo] != null) {
|
|
5903
|
+
bn.c(import_xml_builder.XmlNode.of(_ICS, input[_CSo]).n(_CSo));
|
|
5904
|
+
}
|
|
5905
|
+
if (input[_ECn] != null) {
|
|
5906
|
+
bn.c(se_MetadataTableEncryptionConfiguration(input[_ECn], context).n(_ECn));
|
|
5907
|
+
}
|
|
5908
|
+
return bn;
|
|
5909
|
+
}, "se_InventoryTableConfigurationUpdates");
|
|
5910
|
+
var se_JournalTableConfiguration = /* @__PURE__ */ __name((input, context) => {
|
|
5911
|
+
const bn = new import_xml_builder.XmlNode(_JTC);
|
|
5912
|
+
if (input[_REe] != null) {
|
|
5913
|
+
bn.c(se_RecordExpiration(input[_REe], context).n(_REe));
|
|
5914
|
+
}
|
|
5915
|
+
if (input[_ECn] != null) {
|
|
5916
|
+
bn.c(se_MetadataTableEncryptionConfiguration(input[_ECn], context).n(_ECn));
|
|
5917
|
+
}
|
|
5918
|
+
return bn;
|
|
5919
|
+
}, "se_JournalTableConfiguration");
|
|
5920
|
+
var se_JournalTableConfigurationUpdates = /* @__PURE__ */ __name((input, context) => {
|
|
5921
|
+
const bn = new import_xml_builder.XmlNode(_JTCU);
|
|
5922
|
+
if (input[_REe] != null) {
|
|
5923
|
+
bn.c(se_RecordExpiration(input[_REe], context).n(_REe));
|
|
5924
|
+
}
|
|
5925
|
+
return bn;
|
|
5926
|
+
}, "se_JournalTableConfigurationUpdates");
|
|
5712
5927
|
var se_JSONInput = /* @__PURE__ */ __name((input, context) => {
|
|
5713
5928
|
const bn = new import_xml_builder.XmlNode(_JSONI);
|
|
5714
5929
|
if (input[_Ty] != null) {
|
|
@@ -5837,6 +6052,16 @@ var se_LoggingEnabled = /* @__PURE__ */ __name((input, context) => {
|
|
|
5837
6052
|
}
|
|
5838
6053
|
return bn;
|
|
5839
6054
|
}, "se_LoggingEnabled");
|
|
6055
|
+
var se_MetadataConfiguration = /* @__PURE__ */ __name((input, context) => {
|
|
6056
|
+
const bn = new import_xml_builder.XmlNode(_MCe);
|
|
6057
|
+
if (input[_JTC] != null) {
|
|
6058
|
+
bn.c(se_JournalTableConfiguration(input[_JTC], context).n(_JTC));
|
|
6059
|
+
}
|
|
6060
|
+
if (input[_ITCn] != null) {
|
|
6061
|
+
bn.c(se_InventoryTableConfiguration(input[_ITCn], context).n(_ITCn));
|
|
6062
|
+
}
|
|
6063
|
+
return bn;
|
|
6064
|
+
}, "se_MetadataConfiguration");
|
|
5840
6065
|
var se_MetadataEntry = /* @__PURE__ */ __name((input, context) => {
|
|
5841
6066
|
const bn = new import_xml_builder.XmlNode(_ME);
|
|
5842
6067
|
if (input[_N] != null) {
|
|
@@ -5854,6 +6079,14 @@ var se_MetadataTableConfiguration = /* @__PURE__ */ __name((input, context) => {
|
|
|
5854
6079
|
}
|
|
5855
6080
|
return bn;
|
|
5856
6081
|
}, "se_MetadataTableConfiguration");
|
|
6082
|
+
var se_MetadataTableEncryptionConfiguration = /* @__PURE__ */ __name((input, context) => {
|
|
6083
|
+
const bn = new import_xml_builder.XmlNode(_MTEC);
|
|
6084
|
+
if (input[_SAs] != null) {
|
|
6085
|
+
bn.c(import_xml_builder.XmlNode.of(_TSA, input[_SAs]).n(_SAs));
|
|
6086
|
+
}
|
|
6087
|
+
bn.cc(input, _KKA);
|
|
6088
|
+
return bn;
|
|
6089
|
+
}, "se_MetadataTableEncryptionConfiguration");
|
|
5857
6090
|
var se_Metrics = /* @__PURE__ */ __name((input, context) => {
|
|
5858
6091
|
const bn = new import_xml_builder.XmlNode(_Me);
|
|
5859
6092
|
if (input[_S] != null) {
|
|
@@ -6103,6 +6336,16 @@ var se_QueueConfigurationList = /* @__PURE__ */ __name((input, context) => {
|
|
|
6103
6336
|
return n.n(_me);
|
|
6104
6337
|
});
|
|
6105
6338
|
}, "se_QueueConfigurationList");
|
|
6339
|
+
var se_RecordExpiration = /* @__PURE__ */ __name((input, context) => {
|
|
6340
|
+
const bn = new import_xml_builder.XmlNode(_REe);
|
|
6341
|
+
if (input[_Exp] != null) {
|
|
6342
|
+
bn.c(import_xml_builder.XmlNode.of(_ESxp, input[_Exp]).n(_Exp));
|
|
6343
|
+
}
|
|
6344
|
+
if (input[_Da] != null) {
|
|
6345
|
+
bn.c(import_xml_builder.XmlNode.of(_RED, String(input[_Da])).n(_Da));
|
|
6346
|
+
}
|
|
6347
|
+
return bn;
|
|
6348
|
+
}, "se_RecordExpiration");
|
|
6106
6349
|
var se_Redirect = /* @__PURE__ */ __name((input, context) => {
|
|
6107
6350
|
const bn = new import_xml_builder.XmlNode(_Red);
|
|
6108
6351
|
bn.cc(input, _HN);
|
|
@@ -6869,6 +7112,19 @@ var de_Destination = /* @__PURE__ */ __name((output, context) => {
|
|
|
6869
7112
|
}
|
|
6870
7113
|
return contents;
|
|
6871
7114
|
}, "de_Destination");
|
|
7115
|
+
var de_DestinationResult = /* @__PURE__ */ __name((output, context) => {
|
|
7116
|
+
const contents = {};
|
|
7117
|
+
if (output[_TBT] != null) {
|
|
7118
|
+
contents[_TBT] = (0, import_smithy_client.expectString)(output[_TBT]);
|
|
7119
|
+
}
|
|
7120
|
+
if (output[_TBA] != null) {
|
|
7121
|
+
contents[_TBA] = (0, import_smithy_client.expectString)(output[_TBA]);
|
|
7122
|
+
}
|
|
7123
|
+
if (output[_TNa] != null) {
|
|
7124
|
+
contents[_TNa] = (0, import_smithy_client.expectString)(output[_TNa]);
|
|
7125
|
+
}
|
|
7126
|
+
return contents;
|
|
7127
|
+
}, "de_DestinationResult");
|
|
6872
7128
|
var de_EncryptionConfiguration = /* @__PURE__ */ __name((output, context) => {
|
|
6873
7129
|
const contents = {};
|
|
6874
7130
|
if (output[_RKKID] != null) {
|
|
@@ -6954,6 +7210,13 @@ var de_FilterRuleList = /* @__PURE__ */ __name((output, context) => {
|
|
|
6954
7210
|
return de_FilterRule(entry, context);
|
|
6955
7211
|
});
|
|
6956
7212
|
}, "de_FilterRuleList");
|
|
7213
|
+
var de_GetBucketMetadataConfigurationResult = /* @__PURE__ */ __name((output, context) => {
|
|
7214
|
+
const contents = {};
|
|
7215
|
+
if (output[_MCR] != null) {
|
|
7216
|
+
contents[_MCR] = de_MetadataConfigurationResult(output[_MCR], context);
|
|
7217
|
+
}
|
|
7218
|
+
return contents;
|
|
7219
|
+
}, "de_GetBucketMetadataConfigurationResult");
|
|
6957
7220
|
var de_GetBucketMetadataTableConfigurationResult = /* @__PURE__ */ __name((output, context) => {
|
|
6958
7221
|
const contents = {};
|
|
6959
7222
|
if (output[_MTCR] != null) {
|
|
@@ -7177,6 +7440,44 @@ var de_InventorySchedule = /* @__PURE__ */ __name((output, context) => {
|
|
|
7177
7440
|
}
|
|
7178
7441
|
return contents;
|
|
7179
7442
|
}, "de_InventorySchedule");
|
|
7443
|
+
var de_InventoryTableConfigurationResult = /* @__PURE__ */ __name((output, context) => {
|
|
7444
|
+
const contents = {};
|
|
7445
|
+
if (output[_CSo] != null) {
|
|
7446
|
+
contents[_CSo] = (0, import_smithy_client.expectString)(output[_CSo]);
|
|
7447
|
+
}
|
|
7448
|
+
if (output[_TSa] != null) {
|
|
7449
|
+
contents[_TSa] = (0, import_smithy_client.expectString)(output[_TSa]);
|
|
7450
|
+
}
|
|
7451
|
+
if (output[_Er] != null) {
|
|
7452
|
+
contents[_Er] = de_ErrorDetails(output[_Er], context);
|
|
7453
|
+
}
|
|
7454
|
+
if (output[_TN] != null) {
|
|
7455
|
+
contents[_TN] = (0, import_smithy_client.expectString)(output[_TN]);
|
|
7456
|
+
}
|
|
7457
|
+
if (output[_TAa] != null) {
|
|
7458
|
+
contents[_TAa] = (0, import_smithy_client.expectString)(output[_TAa]);
|
|
7459
|
+
}
|
|
7460
|
+
return contents;
|
|
7461
|
+
}, "de_InventoryTableConfigurationResult");
|
|
7462
|
+
var de_JournalTableConfigurationResult = /* @__PURE__ */ __name((output, context) => {
|
|
7463
|
+
const contents = {};
|
|
7464
|
+
if (output[_TSa] != null) {
|
|
7465
|
+
contents[_TSa] = (0, import_smithy_client.expectString)(output[_TSa]);
|
|
7466
|
+
}
|
|
7467
|
+
if (output[_Er] != null) {
|
|
7468
|
+
contents[_Er] = de_ErrorDetails(output[_Er], context);
|
|
7469
|
+
}
|
|
7470
|
+
if (output[_TN] != null) {
|
|
7471
|
+
contents[_TN] = (0, import_smithy_client.expectString)(output[_TN]);
|
|
7472
|
+
}
|
|
7473
|
+
if (output[_TAa] != null) {
|
|
7474
|
+
contents[_TAa] = (0, import_smithy_client.expectString)(output[_TAa]);
|
|
7475
|
+
}
|
|
7476
|
+
if (output[_REe] != null) {
|
|
7477
|
+
contents[_REe] = de_RecordExpiration(output[_REe], context);
|
|
7478
|
+
}
|
|
7479
|
+
return contents;
|
|
7480
|
+
}, "de_JournalTableConfigurationResult");
|
|
7180
7481
|
var de_LambdaFunctionConfiguration = /* @__PURE__ */ __name((output, context) => {
|
|
7181
7482
|
const contents = {};
|
|
7182
7483
|
if (output[_I] != null) {
|
|
@@ -7308,6 +7609,19 @@ var de_LoggingEnabled = /* @__PURE__ */ __name((output, context) => {
|
|
|
7308
7609
|
}
|
|
7309
7610
|
return contents;
|
|
7310
7611
|
}, "de_LoggingEnabled");
|
|
7612
|
+
var de_MetadataConfigurationResult = /* @__PURE__ */ __name((output, context) => {
|
|
7613
|
+
const contents = {};
|
|
7614
|
+
if (output[_DRes] != null) {
|
|
7615
|
+
contents[_DRes] = de_DestinationResult(output[_DRes], context);
|
|
7616
|
+
}
|
|
7617
|
+
if (output[_JTCR] != null) {
|
|
7618
|
+
contents[_JTCR] = de_JournalTableConfigurationResult(output[_JTCR], context);
|
|
7619
|
+
}
|
|
7620
|
+
if (output[_ITCR] != null) {
|
|
7621
|
+
contents[_ITCR] = de_InventoryTableConfigurationResult(output[_ITCR], context);
|
|
7622
|
+
}
|
|
7623
|
+
return contents;
|
|
7624
|
+
}, "de_MetadataConfigurationResult");
|
|
7311
7625
|
var de_MetadataTableConfigurationResult = /* @__PURE__ */ __name((output, context) => {
|
|
7312
7626
|
const contents = {};
|
|
7313
7627
|
if (output[_STDR] != null) {
|
|
@@ -7726,6 +8040,16 @@ var de_QueueConfigurationList = /* @__PURE__ */ __name((output, context) => {
|
|
|
7726
8040
|
return de_QueueConfiguration(entry, context);
|
|
7727
8041
|
});
|
|
7728
8042
|
}, "de_QueueConfigurationList");
|
|
8043
|
+
var de_RecordExpiration = /* @__PURE__ */ __name((output, context) => {
|
|
8044
|
+
const contents = {};
|
|
8045
|
+
if (output[_Exp] != null) {
|
|
8046
|
+
contents[_Exp] = (0, import_smithy_client.expectString)(output[_Exp]);
|
|
8047
|
+
}
|
|
8048
|
+
if (output[_Da] != null) {
|
|
8049
|
+
contents[_Da] = (0, import_smithy_client.strictParseInt32)(output[_Da]);
|
|
8050
|
+
}
|
|
8051
|
+
return contents;
|
|
8052
|
+
}, "de_RecordExpiration");
|
|
7729
8053
|
var de_Redirect = /* @__PURE__ */ __name((output, context) => {
|
|
7730
8054
|
const contents = {};
|
|
7731
8055
|
if (output[_HN] != null) {
|
|
@@ -7857,8 +8181,8 @@ var de_RestoreStatus = /* @__PURE__ */ __name((output, context) => {
|
|
|
7857
8181
|
if (output[_IRIP] != null) {
|
|
7858
8182
|
contents[_IRIP] = (0, import_smithy_client.parseBoolean)(output[_IRIP]);
|
|
7859
8183
|
}
|
|
7860
|
-
if (output[
|
|
7861
|
-
contents[
|
|
8184
|
+
if (output[_REDe] != null) {
|
|
8185
|
+
contents[_REDe] = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(output[_REDe]));
|
|
7862
8186
|
}
|
|
7863
8187
|
return contents;
|
|
7864
8188
|
}, "de_RestoreStatus");
|
|
@@ -8213,6 +8537,7 @@ var _CSV = "CSV";
|
|
|
8213
8537
|
var _CSVI = "CopySourceVersionId";
|
|
8214
8538
|
var _CSVIn = "CSVInput";
|
|
8215
8539
|
var _CSVO = "CSVOutput";
|
|
8540
|
+
var _CSo = "ConfigurationState";
|
|
8216
8541
|
var _CT = "ChecksumType";
|
|
8217
8542
|
var _CTl = "ClientToken";
|
|
8218
8543
|
var _CTo = "ContentType";
|
|
@@ -8238,6 +8563,7 @@ var _DMe = "DeleteMarkers";
|
|
|
8238
8563
|
var _DN = "DisplayName";
|
|
8239
8564
|
var _DR = "DataRedundancy";
|
|
8240
8565
|
var _DRe = "DefaultRetention";
|
|
8566
|
+
var _DRes = "DestinationResult";
|
|
8241
8567
|
var _Da = "Days";
|
|
8242
8568
|
var _Dat = "Date";
|
|
8243
8569
|
var _De = "Deleted";
|
|
@@ -8261,6 +8587,7 @@ var _ERP = "EnableRequestProgress";
|
|
|
8261
8587
|
var _ES = "ExpiresString";
|
|
8262
8588
|
var _ESBO = "ExpectedSourceBucketOwner";
|
|
8263
8589
|
var _ESx = "ExpirationStatus";
|
|
8590
|
+
var _ESxp = "ExpirationState";
|
|
8264
8591
|
var _ET = "EncodingType";
|
|
8265
8592
|
var _ETa = "ETag";
|
|
8266
8593
|
var _ETn = "EncryptionType";
|
|
@@ -8301,6 +8628,7 @@ var _HRC = "HttpRedirectCode";
|
|
|
8301
8628
|
var _I = "Id";
|
|
8302
8629
|
var _IC = "InventoryConfiguration";
|
|
8303
8630
|
var _ICL = "InventoryConfigurationList";
|
|
8631
|
+
var _ICS = "InventoryConfigurationState";
|
|
8304
8632
|
var _ID = "IndexDocument";
|
|
8305
8633
|
var _ID_ = "ID";
|
|
8306
8634
|
var _IDn = "InventoryDestination";
|
|
@@ -8331,6 +8659,9 @@ var _ITAO = "IntelligentTieringAndOperator";
|
|
|
8331
8659
|
var _ITAT = "IntelligentTieringAccessTier";
|
|
8332
8660
|
var _ITC = "IntelligentTieringConfiguration";
|
|
8333
8661
|
var _ITCL = "IntelligentTieringConfigurationList";
|
|
8662
|
+
var _ITCR = "InventoryTableConfigurationResult";
|
|
8663
|
+
var _ITCU = "InventoryTableConfigurationUpdates";
|
|
8664
|
+
var _ITCn = "InventoryTableConfiguration";
|
|
8334
8665
|
var _ITD = "IntelligentTieringDays";
|
|
8335
8666
|
var _ITF = "IntelligentTieringFilter";
|
|
8336
8667
|
var _ITI = "IntelligentTieringId";
|
|
@@ -8342,9 +8673,13 @@ var _JSON = "JSON";
|
|
|
8342
8673
|
var _JSONI = "JSONInput";
|
|
8343
8674
|
var _JSONO = "JSONOutput";
|
|
8344
8675
|
var _JSONT = "JSONType";
|
|
8676
|
+
var _JTC = "JournalTableConfiguration";
|
|
8677
|
+
var _JTCR = "JournalTableConfigurationResult";
|
|
8678
|
+
var _JTCU = "JournalTableConfigurationUpdates";
|
|
8345
8679
|
var _K = "Key";
|
|
8346
8680
|
var _KC = "KeyCount";
|
|
8347
8681
|
var _KI = "KeyId";
|
|
8682
|
+
var _KKA = "KmsKeyArn";
|
|
8348
8683
|
var _KM = "KeyMarker";
|
|
8349
8684
|
var _KMSC = "KMSContext";
|
|
8350
8685
|
var _KMSKI = "KMSKeyId";
|
|
@@ -8372,6 +8707,8 @@ var _MAS = "MaxAgeSeconds";
|
|
|
8372
8707
|
var _MB = "MaxBuckets";
|
|
8373
8708
|
var _MC = "MetricsConfiguration";
|
|
8374
8709
|
var _MCL = "MetricsConfigurationList";
|
|
8710
|
+
var _MCR = "MetadataConfigurationResult";
|
|
8711
|
+
var _MCe = "MetadataConfiguration";
|
|
8375
8712
|
var _MD = "MetadataDirective";
|
|
8376
8713
|
var _MDB = "MaxDirectoryBuckets";
|
|
8377
8714
|
var _MDf = "MfaDelete";
|
|
@@ -8388,6 +8725,7 @@ var _MP = "MaxParts";
|
|
|
8388
8725
|
var _MS = "MetricsStatus";
|
|
8389
8726
|
var _MTC = "MetadataTableConfiguration";
|
|
8390
8727
|
var _MTCR = "MetadataTableConfigurationResult";
|
|
8728
|
+
var _MTEC = "MetadataTableEncryptionConfiguration";
|
|
8391
8729
|
var _MU = "MaxUploads";
|
|
8392
8730
|
var _MV = "MetadataValue";
|
|
8393
8731
|
var _Me = "Metrics";
|
|
@@ -8475,7 +8813,9 @@ var _RCT = "ResponseContentType";
|
|
|
8475
8813
|
var _RCe = "ReplicationConfiguration";
|
|
8476
8814
|
var _RD = "RecordDelimiter";
|
|
8477
8815
|
var _RE = "ResponseExpires";
|
|
8478
|
-
var _RED = "
|
|
8816
|
+
var _RED = "RecordExpirationDays";
|
|
8817
|
+
var _REDe = "RestoreExpiryDate";
|
|
8818
|
+
var _REe = "RecordExpiration";
|
|
8479
8819
|
var _RKKID = "ReplicaKmsKeyID";
|
|
8480
8820
|
var _RKPW = "ReplaceKeyPrefixWith";
|
|
8481
8821
|
var _RKW = "ReplaceKeyWith";
|
|
@@ -8511,6 +8851,7 @@ var _Rul = "Rules";
|
|
|
8511
8851
|
var _S = "Status";
|
|
8512
8852
|
var _SA = "StartAfter";
|
|
8513
8853
|
var _SAK = "SecretAccessKey";
|
|
8854
|
+
var _SAs = "SseAlgorithm";
|
|
8514
8855
|
var _SBD = "S3BucketDestination";
|
|
8515
8856
|
var _SC = "StorageClass";
|
|
8516
8857
|
var _SCA = "StorageClassAnalysis";
|
|
@@ -8563,6 +8904,7 @@ var _TA = "TopicArn";
|
|
|
8563
8904
|
var _TAa = "TableArn";
|
|
8564
8905
|
var _TB = "TargetBucket";
|
|
8565
8906
|
var _TBA = "TableBucketArn";
|
|
8907
|
+
var _TBT = "TableBucketType";
|
|
8566
8908
|
var _TC = "TagCount";
|
|
8567
8909
|
var _TCo = "TopicConfiguration";
|
|
8568
8910
|
var _TCop = "TopicConfigurations";
|
|
@@ -8576,7 +8918,9 @@ var _TOKF = "TargetObjectKeyFormat";
|
|
|
8576
8918
|
var _TP = "TargetPrefix";
|
|
8577
8919
|
var _TPC = "TotalPartsCount";
|
|
8578
8920
|
var _TS = "TagSet";
|
|
8921
|
+
var _TSA = "TableSseAlgorithm";
|
|
8579
8922
|
var _TSC = "TransitionStorageClass";
|
|
8923
|
+
var _TSa = "TableStatus";
|
|
8580
8924
|
var _Ta = "Tag";
|
|
8581
8925
|
var _Tag = "Tags";
|
|
8582
8926
|
var _Ti = "Tier";
|
|
@@ -8644,6 +8988,9 @@ var _lo = "location";
|
|
|
8644
8988
|
var _log = "logging";
|
|
8645
8989
|
var _lt = "list-type";
|
|
8646
8990
|
var _m = "metrics";
|
|
8991
|
+
var _mC = "metadataConfiguration";
|
|
8992
|
+
var _mIT = "metadataInventoryTable";
|
|
8993
|
+
var _mJT = "metadataJournalTable";
|
|
8647
8994
|
var _mT = "metadataTable";
|
|
8648
8995
|
var _ma = "marker";
|
|
8649
8996
|
var _mb = "max-buckets";
|
|
@@ -9050,6 +9397,30 @@ var CreateBucketCommand = class extends import_smithy_client.Command.classBuilde
|
|
|
9050
9397
|
}
|
|
9051
9398
|
};
|
|
9052
9399
|
|
|
9400
|
+
// src/commands/CreateBucketMetadataConfigurationCommand.ts
|
|
9401
|
+
|
|
9402
|
+
|
|
9403
|
+
|
|
9404
|
+
|
|
9405
|
+
var CreateBucketMetadataConfigurationCommand = class extends import_smithy_client.Command.classBuilder().ep({
|
|
9406
|
+
...commonParams,
|
|
9407
|
+
UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
|
|
9408
|
+
Bucket: { type: "contextParams", name: "Bucket" }
|
|
9409
|
+
}).m(function(Command, cs, config, o) {
|
|
9410
|
+
return [
|
|
9411
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9412
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
9413
|
+
(0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
|
|
9414
|
+
requestAlgorithmMember: { httpHeader: "x-amz-sdk-checksum-algorithm", name: "ChecksumAlgorithm" },
|
|
9415
|
+
requestChecksumRequired: true
|
|
9416
|
+
})
|
|
9417
|
+
];
|
|
9418
|
+
}).s("AmazonS3", "CreateBucketMetadataConfiguration", {}).n("S3Client", "CreateBucketMetadataConfigurationCommand").f(void 0, void 0).ser(se_CreateBucketMetadataConfigurationCommand).de(de_CreateBucketMetadataConfigurationCommand).build() {
|
|
9419
|
+
static {
|
|
9420
|
+
__name(this, "CreateBucketMetadataConfigurationCommand");
|
|
9421
|
+
}
|
|
9422
|
+
};
|
|
9423
|
+
|
|
9053
9424
|
// src/commands/CreateBucketMetadataTableConfigurationCommand.ts
|
|
9054
9425
|
|
|
9055
9426
|
|
|
@@ -9230,6 +9601,25 @@ var DeleteBucketLifecycleCommand = class extends import_smithy_client.Command.cl
|
|
|
9230
9601
|
}
|
|
9231
9602
|
};
|
|
9232
9603
|
|
|
9604
|
+
// src/commands/DeleteBucketMetadataConfigurationCommand.ts
|
|
9605
|
+
|
|
9606
|
+
|
|
9607
|
+
|
|
9608
|
+
var DeleteBucketMetadataConfigurationCommand = class extends import_smithy_client.Command.classBuilder().ep({
|
|
9609
|
+
...commonParams,
|
|
9610
|
+
UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
|
|
9611
|
+
Bucket: { type: "contextParams", name: "Bucket" }
|
|
9612
|
+
}).m(function(Command, cs, config, o) {
|
|
9613
|
+
return [
|
|
9614
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9615
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
9616
|
+
];
|
|
9617
|
+
}).s("AmazonS3", "DeleteBucketMetadataConfiguration", {}).n("S3Client", "DeleteBucketMetadataConfigurationCommand").f(void 0, void 0).ser(se_DeleteBucketMetadataConfigurationCommand).de(de_DeleteBucketMetadataConfigurationCommand).build() {
|
|
9618
|
+
static {
|
|
9619
|
+
__name(this, "DeleteBucketMetadataConfigurationCommand");
|
|
9620
|
+
}
|
|
9621
|
+
};
|
|
9622
|
+
|
|
9233
9623
|
// src/commands/DeleteBucketMetadataTableConfigurationCommand.ts
|
|
9234
9624
|
|
|
9235
9625
|
|
|
@@ -9658,12 +10048,12 @@ var GetBucketLoggingCommand = class extends import_smithy_client.Command.classBu
|
|
|
9658
10048
|
}
|
|
9659
10049
|
};
|
|
9660
10050
|
|
|
9661
|
-
// src/commands/
|
|
10051
|
+
// src/commands/GetBucketMetadataConfigurationCommand.ts
|
|
9662
10052
|
var import_middleware_sdk_s321 = require("@aws-sdk/middleware-sdk-s3");
|
|
9663
10053
|
|
|
9664
10054
|
|
|
9665
10055
|
|
|
9666
|
-
var
|
|
10056
|
+
var GetBucketMetadataConfigurationCommand = class extends import_smithy_client.Command.classBuilder().ep({
|
|
9667
10057
|
...commonParams,
|
|
9668
10058
|
UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
|
|
9669
10059
|
Bucket: { type: "contextParams", name: "Bucket" }
|
|
@@ -9673,6 +10063,27 @@ var GetBucketMetadataTableConfigurationCommand = class extends import_smithy_cli
|
|
|
9673
10063
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
9674
10064
|
(0, import_middleware_sdk_s321.getThrow200ExceptionsPlugin)(config)
|
|
9675
10065
|
];
|
|
10066
|
+
}).s("AmazonS3", "GetBucketMetadataConfiguration", {}).n("S3Client", "GetBucketMetadataConfigurationCommand").f(void 0, void 0).ser(se_GetBucketMetadataConfigurationCommand).de(de_GetBucketMetadataConfigurationCommand).build() {
|
|
10067
|
+
static {
|
|
10068
|
+
__name(this, "GetBucketMetadataConfigurationCommand");
|
|
10069
|
+
}
|
|
10070
|
+
};
|
|
10071
|
+
|
|
10072
|
+
// src/commands/GetBucketMetadataTableConfigurationCommand.ts
|
|
10073
|
+
var import_middleware_sdk_s322 = require("@aws-sdk/middleware-sdk-s3");
|
|
10074
|
+
|
|
10075
|
+
|
|
10076
|
+
|
|
10077
|
+
var GetBucketMetadataTableConfigurationCommand = class extends import_smithy_client.Command.classBuilder().ep({
|
|
10078
|
+
...commonParams,
|
|
10079
|
+
UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
|
|
10080
|
+
Bucket: { type: "contextParams", name: "Bucket" }
|
|
10081
|
+
}).m(function(Command, cs, config, o) {
|
|
10082
|
+
return [
|
|
10083
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10084
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
10085
|
+
(0, import_middleware_sdk_s322.getThrow200ExceptionsPlugin)(config)
|
|
10086
|
+
];
|
|
9676
10087
|
}).s("AmazonS3", "GetBucketMetadataTableConfiguration", {}).n("S3Client", "GetBucketMetadataTableConfigurationCommand").f(void 0, void 0).ser(se_GetBucketMetadataTableConfigurationCommand).de(de_GetBucketMetadataTableConfigurationCommand).build() {
|
|
9677
10088
|
static {
|
|
9678
10089
|
__name(this, "GetBucketMetadataTableConfigurationCommand");
|
|
@@ -9680,7 +10091,7 @@ var GetBucketMetadataTableConfigurationCommand = class extends import_smithy_cli
|
|
|
9680
10091
|
};
|
|
9681
10092
|
|
|
9682
10093
|
// src/commands/GetBucketMetricsConfigurationCommand.ts
|
|
9683
|
-
var
|
|
10094
|
+
var import_middleware_sdk_s323 = require("@aws-sdk/middleware-sdk-s3");
|
|
9684
10095
|
|
|
9685
10096
|
|
|
9686
10097
|
|
|
@@ -9692,7 +10103,7 @@ var GetBucketMetricsConfigurationCommand = class extends import_smithy_client.Co
|
|
|
9692
10103
|
return [
|
|
9693
10104
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9694
10105
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
9695
|
-
(0,
|
|
10106
|
+
(0, import_middleware_sdk_s323.getThrow200ExceptionsPlugin)(config)
|
|
9696
10107
|
];
|
|
9697
10108
|
}).s("AmazonS3", "GetBucketMetricsConfiguration", {}).n("S3Client", "GetBucketMetricsConfigurationCommand").f(void 0, void 0).ser(se_GetBucketMetricsConfigurationCommand).de(de_GetBucketMetricsConfigurationCommand).build() {
|
|
9698
10109
|
static {
|
|
@@ -9701,7 +10112,7 @@ var GetBucketMetricsConfigurationCommand = class extends import_smithy_client.Co
|
|
|
9701
10112
|
};
|
|
9702
10113
|
|
|
9703
10114
|
// src/commands/GetBucketNotificationConfigurationCommand.ts
|
|
9704
|
-
var
|
|
10115
|
+
var import_middleware_sdk_s324 = require("@aws-sdk/middleware-sdk-s3");
|
|
9705
10116
|
|
|
9706
10117
|
|
|
9707
10118
|
|
|
@@ -9713,7 +10124,7 @@ var GetBucketNotificationConfigurationCommand = class extends import_smithy_clie
|
|
|
9713
10124
|
return [
|
|
9714
10125
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9715
10126
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
9716
|
-
(0,
|
|
10127
|
+
(0, import_middleware_sdk_s324.getThrow200ExceptionsPlugin)(config)
|
|
9717
10128
|
];
|
|
9718
10129
|
}).s("AmazonS3", "GetBucketNotificationConfiguration", {}).n("S3Client", "GetBucketNotificationConfigurationCommand").f(void 0, void 0).ser(se_GetBucketNotificationConfigurationCommand).de(de_GetBucketNotificationConfigurationCommand).build() {
|
|
9719
10130
|
static {
|
|
@@ -9722,7 +10133,7 @@ var GetBucketNotificationConfigurationCommand = class extends import_smithy_clie
|
|
|
9722
10133
|
};
|
|
9723
10134
|
|
|
9724
10135
|
// src/commands/GetBucketOwnershipControlsCommand.ts
|
|
9725
|
-
var
|
|
10136
|
+
var import_middleware_sdk_s325 = require("@aws-sdk/middleware-sdk-s3");
|
|
9726
10137
|
|
|
9727
10138
|
|
|
9728
10139
|
|
|
@@ -9734,7 +10145,7 @@ var GetBucketOwnershipControlsCommand = class extends import_smithy_client.Comma
|
|
|
9734
10145
|
return [
|
|
9735
10146
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9736
10147
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
9737
|
-
(0,
|
|
10148
|
+
(0, import_middleware_sdk_s325.getThrow200ExceptionsPlugin)(config)
|
|
9738
10149
|
];
|
|
9739
10150
|
}).s("AmazonS3", "GetBucketOwnershipControls", {}).n("S3Client", "GetBucketOwnershipControlsCommand").f(void 0, void 0).ser(se_GetBucketOwnershipControlsCommand).de(de_GetBucketOwnershipControlsCommand).build() {
|
|
9740
10151
|
static {
|
|
@@ -9743,7 +10154,7 @@ var GetBucketOwnershipControlsCommand = class extends import_smithy_client.Comma
|
|
|
9743
10154
|
};
|
|
9744
10155
|
|
|
9745
10156
|
// src/commands/GetBucketPolicyCommand.ts
|
|
9746
|
-
var
|
|
10157
|
+
var import_middleware_sdk_s326 = require("@aws-sdk/middleware-sdk-s3");
|
|
9747
10158
|
|
|
9748
10159
|
|
|
9749
10160
|
|
|
@@ -9755,7 +10166,7 @@ var GetBucketPolicyCommand = class extends import_smithy_client.Command.classBui
|
|
|
9755
10166
|
return [
|
|
9756
10167
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9757
10168
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
9758
|
-
(0,
|
|
10169
|
+
(0, import_middleware_sdk_s326.getThrow200ExceptionsPlugin)(config)
|
|
9759
10170
|
];
|
|
9760
10171
|
}).s("AmazonS3", "GetBucketPolicy", {}).n("S3Client", "GetBucketPolicyCommand").f(void 0, void 0).ser(se_GetBucketPolicyCommand).de(de_GetBucketPolicyCommand).build() {
|
|
9761
10172
|
static {
|
|
@@ -9764,7 +10175,7 @@ var GetBucketPolicyCommand = class extends import_smithy_client.Command.classBui
|
|
|
9764
10175
|
};
|
|
9765
10176
|
|
|
9766
10177
|
// src/commands/GetBucketPolicyStatusCommand.ts
|
|
9767
|
-
var
|
|
10178
|
+
var import_middleware_sdk_s327 = require("@aws-sdk/middleware-sdk-s3");
|
|
9768
10179
|
|
|
9769
10180
|
|
|
9770
10181
|
|
|
@@ -9776,7 +10187,7 @@ var GetBucketPolicyStatusCommand = class extends import_smithy_client.Command.cl
|
|
|
9776
10187
|
return [
|
|
9777
10188
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9778
10189
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
9779
|
-
(0,
|
|
10190
|
+
(0, import_middleware_sdk_s327.getThrow200ExceptionsPlugin)(config)
|
|
9780
10191
|
];
|
|
9781
10192
|
}).s("AmazonS3", "GetBucketPolicyStatus", {}).n("S3Client", "GetBucketPolicyStatusCommand").f(void 0, void 0).ser(se_GetBucketPolicyStatusCommand).de(de_GetBucketPolicyStatusCommand).build() {
|
|
9782
10193
|
static {
|
|
@@ -9785,7 +10196,7 @@ var GetBucketPolicyStatusCommand = class extends import_smithy_client.Command.cl
|
|
|
9785
10196
|
};
|
|
9786
10197
|
|
|
9787
10198
|
// src/commands/GetBucketReplicationCommand.ts
|
|
9788
|
-
var
|
|
10199
|
+
var import_middleware_sdk_s328 = require("@aws-sdk/middleware-sdk-s3");
|
|
9789
10200
|
|
|
9790
10201
|
|
|
9791
10202
|
|
|
@@ -9797,7 +10208,7 @@ var GetBucketReplicationCommand = class extends import_smithy_client.Command.cla
|
|
|
9797
10208
|
return [
|
|
9798
10209
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9799
10210
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
9800
|
-
(0,
|
|
10211
|
+
(0, import_middleware_sdk_s328.getThrow200ExceptionsPlugin)(config)
|
|
9801
10212
|
];
|
|
9802
10213
|
}).s("AmazonS3", "GetBucketReplication", {}).n("S3Client", "GetBucketReplicationCommand").f(void 0, void 0).ser(se_GetBucketReplicationCommand).de(de_GetBucketReplicationCommand).build() {
|
|
9803
10214
|
static {
|
|
@@ -9806,7 +10217,7 @@ var GetBucketReplicationCommand = class extends import_smithy_client.Command.cla
|
|
|
9806
10217
|
};
|
|
9807
10218
|
|
|
9808
10219
|
// src/commands/GetBucketRequestPaymentCommand.ts
|
|
9809
|
-
var
|
|
10220
|
+
var import_middleware_sdk_s329 = require("@aws-sdk/middleware-sdk-s3");
|
|
9810
10221
|
|
|
9811
10222
|
|
|
9812
10223
|
|
|
@@ -9818,7 +10229,7 @@ var GetBucketRequestPaymentCommand = class extends import_smithy_client.Command.
|
|
|
9818
10229
|
return [
|
|
9819
10230
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9820
10231
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
9821
|
-
(0,
|
|
10232
|
+
(0, import_middleware_sdk_s329.getThrow200ExceptionsPlugin)(config)
|
|
9822
10233
|
];
|
|
9823
10234
|
}).s("AmazonS3", "GetBucketRequestPayment", {}).n("S3Client", "GetBucketRequestPaymentCommand").f(void 0, void 0).ser(se_GetBucketRequestPaymentCommand).de(de_GetBucketRequestPaymentCommand).build() {
|
|
9824
10235
|
static {
|
|
@@ -9827,7 +10238,7 @@ var GetBucketRequestPaymentCommand = class extends import_smithy_client.Command.
|
|
|
9827
10238
|
};
|
|
9828
10239
|
|
|
9829
10240
|
// src/commands/GetBucketTaggingCommand.ts
|
|
9830
|
-
var
|
|
10241
|
+
var import_middleware_sdk_s330 = require("@aws-sdk/middleware-sdk-s3");
|
|
9831
10242
|
|
|
9832
10243
|
|
|
9833
10244
|
|
|
@@ -9839,7 +10250,7 @@ var GetBucketTaggingCommand = class extends import_smithy_client.Command.classBu
|
|
|
9839
10250
|
return [
|
|
9840
10251
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9841
10252
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
9842
|
-
(0,
|
|
10253
|
+
(0, import_middleware_sdk_s330.getThrow200ExceptionsPlugin)(config)
|
|
9843
10254
|
];
|
|
9844
10255
|
}).s("AmazonS3", "GetBucketTagging", {}).n("S3Client", "GetBucketTaggingCommand").f(void 0, void 0).ser(se_GetBucketTaggingCommand).de(de_GetBucketTaggingCommand).build() {
|
|
9845
10256
|
static {
|
|
@@ -9848,7 +10259,7 @@ var GetBucketTaggingCommand = class extends import_smithy_client.Command.classBu
|
|
|
9848
10259
|
};
|
|
9849
10260
|
|
|
9850
10261
|
// src/commands/GetBucketVersioningCommand.ts
|
|
9851
|
-
var
|
|
10262
|
+
var import_middleware_sdk_s331 = require("@aws-sdk/middleware-sdk-s3");
|
|
9852
10263
|
|
|
9853
10264
|
|
|
9854
10265
|
|
|
@@ -9860,7 +10271,7 @@ var GetBucketVersioningCommand = class extends import_smithy_client.Command.clas
|
|
|
9860
10271
|
return [
|
|
9861
10272
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9862
10273
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
9863
|
-
(0,
|
|
10274
|
+
(0, import_middleware_sdk_s331.getThrow200ExceptionsPlugin)(config)
|
|
9864
10275
|
];
|
|
9865
10276
|
}).s("AmazonS3", "GetBucketVersioning", {}).n("S3Client", "GetBucketVersioningCommand").f(void 0, void 0).ser(se_GetBucketVersioningCommand).de(de_GetBucketVersioningCommand).build() {
|
|
9866
10277
|
static {
|
|
@@ -9869,7 +10280,7 @@ var GetBucketVersioningCommand = class extends import_smithy_client.Command.clas
|
|
|
9869
10280
|
};
|
|
9870
10281
|
|
|
9871
10282
|
// src/commands/GetBucketWebsiteCommand.ts
|
|
9872
|
-
var
|
|
10283
|
+
var import_middleware_sdk_s332 = require("@aws-sdk/middleware-sdk-s3");
|
|
9873
10284
|
|
|
9874
10285
|
|
|
9875
10286
|
|
|
@@ -9881,7 +10292,7 @@ var GetBucketWebsiteCommand = class extends import_smithy_client.Command.classBu
|
|
|
9881
10292
|
return [
|
|
9882
10293
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9883
10294
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
9884
|
-
(0,
|
|
10295
|
+
(0, import_middleware_sdk_s332.getThrow200ExceptionsPlugin)(config)
|
|
9885
10296
|
];
|
|
9886
10297
|
}).s("AmazonS3", "GetBucketWebsite", {}).n("S3Client", "GetBucketWebsiteCommand").f(void 0, void 0).ser(se_GetBucketWebsiteCommand).de(de_GetBucketWebsiteCommand).build() {
|
|
9887
10298
|
static {
|
|
@@ -9890,7 +10301,7 @@ var GetBucketWebsiteCommand = class extends import_smithy_client.Command.classBu
|
|
|
9890
10301
|
};
|
|
9891
10302
|
|
|
9892
10303
|
// src/commands/GetObjectAclCommand.ts
|
|
9893
|
-
var
|
|
10304
|
+
var import_middleware_sdk_s333 = require("@aws-sdk/middleware-sdk-s3");
|
|
9894
10305
|
|
|
9895
10306
|
|
|
9896
10307
|
|
|
@@ -9902,7 +10313,7 @@ var GetObjectAclCommand = class extends import_smithy_client.Command.classBuilde
|
|
|
9902
10313
|
return [
|
|
9903
10314
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9904
10315
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
9905
|
-
(0,
|
|
10316
|
+
(0, import_middleware_sdk_s333.getThrow200ExceptionsPlugin)(config)
|
|
9906
10317
|
];
|
|
9907
10318
|
}).s("AmazonS3", "GetObjectAcl", {}).n("S3Client", "GetObjectAclCommand").f(void 0, void 0).ser(se_GetObjectAclCommand).de(de_GetObjectAclCommand).build() {
|
|
9908
10319
|
static {
|
|
@@ -9911,7 +10322,7 @@ var GetObjectAclCommand = class extends import_smithy_client.Command.classBuilde
|
|
|
9911
10322
|
};
|
|
9912
10323
|
|
|
9913
10324
|
// src/commands/GetObjectAttributesCommand.ts
|
|
9914
|
-
var
|
|
10325
|
+
var import_middleware_sdk_s334 = require("@aws-sdk/middleware-sdk-s3");
|
|
9915
10326
|
|
|
9916
10327
|
|
|
9917
10328
|
|
|
@@ -9923,7 +10334,7 @@ var GetObjectAttributesCommand = class extends import_smithy_client.Command.clas
|
|
|
9923
10334
|
return [
|
|
9924
10335
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9925
10336
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
9926
|
-
(0,
|
|
10337
|
+
(0, import_middleware_sdk_s334.getThrow200ExceptionsPlugin)(config),
|
|
9927
10338
|
(0, import_middleware_ssec.getSsecPlugin)(config)
|
|
9928
10339
|
];
|
|
9929
10340
|
}).s("AmazonS3", "GetObjectAttributes", {}).n("S3Client", "GetObjectAttributesCommand").f(GetObjectAttributesRequestFilterSensitiveLog, void 0).ser(se_GetObjectAttributesCommand).de(de_GetObjectAttributesCommand).build() {
|
|
@@ -9934,7 +10345,7 @@ var GetObjectAttributesCommand = class extends import_smithy_client.Command.clas
|
|
|
9934
10345
|
|
|
9935
10346
|
// src/commands/GetObjectCommand.ts
|
|
9936
10347
|
|
|
9937
|
-
var
|
|
10348
|
+
var import_middleware_sdk_s335 = require("@aws-sdk/middleware-sdk-s3");
|
|
9938
10349
|
|
|
9939
10350
|
|
|
9940
10351
|
|
|
@@ -9953,7 +10364,7 @@ var GetObjectCommand = class extends import_smithy_client.Command.classBuilder()
|
|
|
9953
10364
|
responseAlgorithms: ["CRC64NVME", "CRC32", "CRC32C", "SHA256", "SHA1"]
|
|
9954
10365
|
}),
|
|
9955
10366
|
(0, import_middleware_ssec.getSsecPlugin)(config),
|
|
9956
|
-
(0,
|
|
10367
|
+
(0, import_middleware_sdk_s335.getS3ExpiresMiddlewarePlugin)(config)
|
|
9957
10368
|
];
|
|
9958
10369
|
}).s("AmazonS3", "GetObject", {}).n("S3Client", "GetObjectCommand").f(GetObjectRequestFilterSensitiveLog, GetObjectOutputFilterSensitiveLog).ser(se_GetObjectCommand).de(de_GetObjectCommand).build() {
|
|
9959
10370
|
static {
|
|
@@ -9962,7 +10373,7 @@ var GetObjectCommand = class extends import_smithy_client.Command.classBuilder()
|
|
|
9962
10373
|
};
|
|
9963
10374
|
|
|
9964
10375
|
// src/commands/GetObjectLegalHoldCommand.ts
|
|
9965
|
-
var
|
|
10376
|
+
var import_middleware_sdk_s336 = require("@aws-sdk/middleware-sdk-s3");
|
|
9966
10377
|
|
|
9967
10378
|
|
|
9968
10379
|
|
|
@@ -9973,7 +10384,7 @@ var GetObjectLegalHoldCommand = class extends import_smithy_client.Command.class
|
|
|
9973
10384
|
return [
|
|
9974
10385
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9975
10386
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
9976
|
-
(0,
|
|
10387
|
+
(0, import_middleware_sdk_s336.getThrow200ExceptionsPlugin)(config)
|
|
9977
10388
|
];
|
|
9978
10389
|
}).s("AmazonS3", "GetObjectLegalHold", {}).n("S3Client", "GetObjectLegalHoldCommand").f(void 0, void 0).ser(se_GetObjectLegalHoldCommand).de(de_GetObjectLegalHoldCommand).build() {
|
|
9979
10390
|
static {
|
|
@@ -9982,7 +10393,7 @@ var GetObjectLegalHoldCommand = class extends import_smithy_client.Command.class
|
|
|
9982
10393
|
};
|
|
9983
10394
|
|
|
9984
10395
|
// src/commands/GetObjectLockConfigurationCommand.ts
|
|
9985
|
-
var
|
|
10396
|
+
var import_middleware_sdk_s337 = require("@aws-sdk/middleware-sdk-s3");
|
|
9986
10397
|
|
|
9987
10398
|
|
|
9988
10399
|
|
|
@@ -9993,7 +10404,7 @@ var GetObjectLockConfigurationCommand = class extends import_smithy_client.Comma
|
|
|
9993
10404
|
return [
|
|
9994
10405
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9995
10406
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
9996
|
-
(0,
|
|
10407
|
+
(0, import_middleware_sdk_s337.getThrow200ExceptionsPlugin)(config)
|
|
9997
10408
|
];
|
|
9998
10409
|
}).s("AmazonS3", "GetObjectLockConfiguration", {}).n("S3Client", "GetObjectLockConfigurationCommand").f(void 0, void 0).ser(se_GetObjectLockConfigurationCommand).de(de_GetObjectLockConfigurationCommand).build() {
|
|
9999
10410
|
static {
|
|
@@ -10002,7 +10413,7 @@ var GetObjectLockConfigurationCommand = class extends import_smithy_client.Comma
|
|
|
10002
10413
|
};
|
|
10003
10414
|
|
|
10004
10415
|
// src/commands/GetObjectRetentionCommand.ts
|
|
10005
|
-
var
|
|
10416
|
+
var import_middleware_sdk_s338 = require("@aws-sdk/middleware-sdk-s3");
|
|
10006
10417
|
|
|
10007
10418
|
|
|
10008
10419
|
|
|
@@ -10013,7 +10424,7 @@ var GetObjectRetentionCommand = class extends import_smithy_client.Command.class
|
|
|
10013
10424
|
return [
|
|
10014
10425
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10015
10426
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
10016
|
-
(0,
|
|
10427
|
+
(0, import_middleware_sdk_s338.getThrow200ExceptionsPlugin)(config)
|
|
10017
10428
|
];
|
|
10018
10429
|
}).s("AmazonS3", "GetObjectRetention", {}).n("S3Client", "GetObjectRetentionCommand").f(void 0, void 0).ser(se_GetObjectRetentionCommand).de(de_GetObjectRetentionCommand).build() {
|
|
10019
10430
|
static {
|
|
@@ -10022,7 +10433,7 @@ var GetObjectRetentionCommand = class extends import_smithy_client.Command.class
|
|
|
10022
10433
|
};
|
|
10023
10434
|
|
|
10024
10435
|
// src/commands/GetObjectTaggingCommand.ts
|
|
10025
|
-
var
|
|
10436
|
+
var import_middleware_sdk_s339 = require("@aws-sdk/middleware-sdk-s3");
|
|
10026
10437
|
|
|
10027
10438
|
|
|
10028
10439
|
|
|
@@ -10033,7 +10444,7 @@ var GetObjectTaggingCommand = class extends import_smithy_client.Command.classBu
|
|
|
10033
10444
|
return [
|
|
10034
10445
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10035
10446
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
10036
|
-
(0,
|
|
10447
|
+
(0, import_middleware_sdk_s339.getThrow200ExceptionsPlugin)(config)
|
|
10037
10448
|
];
|
|
10038
10449
|
}).s("AmazonS3", "GetObjectTagging", {}).n("S3Client", "GetObjectTaggingCommand").f(void 0, void 0).ser(se_GetObjectTaggingCommand).de(de_GetObjectTaggingCommand).build() {
|
|
10039
10450
|
static {
|
|
@@ -10060,7 +10471,7 @@ var GetObjectTorrentCommand = class extends import_smithy_client.Command.classBu
|
|
|
10060
10471
|
};
|
|
10061
10472
|
|
|
10062
10473
|
// src/commands/GetPublicAccessBlockCommand.ts
|
|
10063
|
-
var
|
|
10474
|
+
var import_middleware_sdk_s340 = require("@aws-sdk/middleware-sdk-s3");
|
|
10064
10475
|
|
|
10065
10476
|
|
|
10066
10477
|
|
|
@@ -10072,7 +10483,7 @@ var GetPublicAccessBlockCommand = class extends import_smithy_client.Command.cla
|
|
|
10072
10483
|
return [
|
|
10073
10484
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10074
10485
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
10075
|
-
(0,
|
|
10486
|
+
(0, import_middleware_sdk_s340.getThrow200ExceptionsPlugin)(config)
|
|
10076
10487
|
];
|
|
10077
10488
|
}).s("AmazonS3", "GetPublicAccessBlock", {}).n("S3Client", "GetPublicAccessBlockCommand").f(void 0, void 0).ser(se_GetPublicAccessBlockCommand).de(de_GetPublicAccessBlockCommand).build() {
|
|
10078
10489
|
static {
|
|
@@ -10081,7 +10492,7 @@ var GetPublicAccessBlockCommand = class extends import_smithy_client.Command.cla
|
|
|
10081
10492
|
};
|
|
10082
10493
|
|
|
10083
10494
|
// src/commands/HeadBucketCommand.ts
|
|
10084
|
-
var
|
|
10495
|
+
var import_middleware_sdk_s341 = require("@aws-sdk/middleware-sdk-s3");
|
|
10085
10496
|
|
|
10086
10497
|
|
|
10087
10498
|
|
|
@@ -10092,7 +10503,7 @@ var HeadBucketCommand = class extends import_smithy_client.Command.classBuilder(
|
|
|
10092
10503
|
return [
|
|
10093
10504
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10094
10505
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
10095
|
-
(0,
|
|
10506
|
+
(0, import_middleware_sdk_s341.getThrow200ExceptionsPlugin)(config)
|
|
10096
10507
|
];
|
|
10097
10508
|
}).s("AmazonS3", "HeadBucket", {}).n("S3Client", "HeadBucketCommand").f(void 0, void 0).ser(se_HeadBucketCommand).de(de_HeadBucketCommand).build() {
|
|
10098
10509
|
static {
|
|
@@ -10101,7 +10512,7 @@ var HeadBucketCommand = class extends import_smithy_client.Command.classBuilder(
|
|
|
10101
10512
|
};
|
|
10102
10513
|
|
|
10103
10514
|
// src/commands/HeadObjectCommand.ts
|
|
10104
|
-
var
|
|
10515
|
+
var import_middleware_sdk_s342 = require("@aws-sdk/middleware-sdk-s3");
|
|
10105
10516
|
|
|
10106
10517
|
|
|
10107
10518
|
|
|
@@ -10114,9 +10525,9 @@ var HeadObjectCommand = class extends import_smithy_client.Command.classBuilder(
|
|
|
10114
10525
|
return [
|
|
10115
10526
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10116
10527
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
10117
|
-
(0,
|
|
10528
|
+
(0, import_middleware_sdk_s342.getThrow200ExceptionsPlugin)(config),
|
|
10118
10529
|
(0, import_middleware_ssec.getSsecPlugin)(config),
|
|
10119
|
-
(0,
|
|
10530
|
+
(0, import_middleware_sdk_s342.getS3ExpiresMiddlewarePlugin)(config)
|
|
10120
10531
|
];
|
|
10121
10532
|
}).s("AmazonS3", "HeadObject", {}).n("S3Client", "HeadObjectCommand").f(HeadObjectRequestFilterSensitiveLog, HeadObjectOutputFilterSensitiveLog).ser(se_HeadObjectCommand).de(de_HeadObjectCommand).build() {
|
|
10122
10533
|
static {
|
|
@@ -10125,7 +10536,7 @@ var HeadObjectCommand = class extends import_smithy_client.Command.classBuilder(
|
|
|
10125
10536
|
};
|
|
10126
10537
|
|
|
10127
10538
|
// src/commands/ListBucketAnalyticsConfigurationsCommand.ts
|
|
10128
|
-
var
|
|
10539
|
+
var import_middleware_sdk_s343 = require("@aws-sdk/middleware-sdk-s3");
|
|
10129
10540
|
|
|
10130
10541
|
|
|
10131
10542
|
|
|
@@ -10137,7 +10548,7 @@ var ListBucketAnalyticsConfigurationsCommand = class extends import_smithy_clien
|
|
|
10137
10548
|
return [
|
|
10138
10549
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10139
10550
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
10140
|
-
(0,
|
|
10551
|
+
(0, import_middleware_sdk_s343.getThrow200ExceptionsPlugin)(config)
|
|
10141
10552
|
];
|
|
10142
10553
|
}).s("AmazonS3", "ListBucketAnalyticsConfigurations", {}).n("S3Client", "ListBucketAnalyticsConfigurationsCommand").f(void 0, void 0).ser(se_ListBucketAnalyticsConfigurationsCommand).de(de_ListBucketAnalyticsConfigurationsCommand).build() {
|
|
10143
10554
|
static {
|
|
@@ -10146,7 +10557,7 @@ var ListBucketAnalyticsConfigurationsCommand = class extends import_smithy_clien
|
|
|
10146
10557
|
};
|
|
10147
10558
|
|
|
10148
10559
|
// src/commands/ListBucketIntelligentTieringConfigurationsCommand.ts
|
|
10149
|
-
var
|
|
10560
|
+
var import_middleware_sdk_s344 = require("@aws-sdk/middleware-sdk-s3");
|
|
10150
10561
|
|
|
10151
10562
|
|
|
10152
10563
|
|
|
@@ -10158,7 +10569,7 @@ var ListBucketIntelligentTieringConfigurationsCommand = class extends import_smi
|
|
|
10158
10569
|
return [
|
|
10159
10570
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10160
10571
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
10161
|
-
(0,
|
|
10572
|
+
(0, import_middleware_sdk_s344.getThrow200ExceptionsPlugin)(config)
|
|
10162
10573
|
];
|
|
10163
10574
|
}).s("AmazonS3", "ListBucketIntelligentTieringConfigurations", {}).n("S3Client", "ListBucketIntelligentTieringConfigurationsCommand").f(void 0, void 0).ser(se_ListBucketIntelligentTieringConfigurationsCommand).de(de_ListBucketIntelligentTieringConfigurationsCommand).build() {
|
|
10164
10575
|
static {
|
|
@@ -10167,7 +10578,7 @@ var ListBucketIntelligentTieringConfigurationsCommand = class extends import_smi
|
|
|
10167
10578
|
};
|
|
10168
10579
|
|
|
10169
10580
|
// src/commands/ListBucketInventoryConfigurationsCommand.ts
|
|
10170
|
-
var
|
|
10581
|
+
var import_middleware_sdk_s345 = require("@aws-sdk/middleware-sdk-s3");
|
|
10171
10582
|
|
|
10172
10583
|
|
|
10173
10584
|
|
|
@@ -10179,7 +10590,7 @@ var ListBucketInventoryConfigurationsCommand = class extends import_smithy_clien
|
|
|
10179
10590
|
return [
|
|
10180
10591
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10181
10592
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
10182
|
-
(0,
|
|
10593
|
+
(0, import_middleware_sdk_s345.getThrow200ExceptionsPlugin)(config)
|
|
10183
10594
|
];
|
|
10184
10595
|
}).s("AmazonS3", "ListBucketInventoryConfigurations", {}).n("S3Client", "ListBucketInventoryConfigurationsCommand").f(void 0, ListBucketInventoryConfigurationsOutputFilterSensitiveLog).ser(se_ListBucketInventoryConfigurationsCommand).de(de_ListBucketInventoryConfigurationsCommand).build() {
|
|
10185
10596
|
static {
|
|
@@ -10188,7 +10599,7 @@ var ListBucketInventoryConfigurationsCommand = class extends import_smithy_clien
|
|
|
10188
10599
|
};
|
|
10189
10600
|
|
|
10190
10601
|
// src/commands/ListBucketMetricsConfigurationsCommand.ts
|
|
10191
|
-
var
|
|
10602
|
+
var import_middleware_sdk_s346 = require("@aws-sdk/middleware-sdk-s3");
|
|
10192
10603
|
|
|
10193
10604
|
|
|
10194
10605
|
|
|
@@ -10199,7 +10610,7 @@ var ListBucketMetricsConfigurationsCommand = class extends import_smithy_client.
|
|
|
10199
10610
|
return [
|
|
10200
10611
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10201
10612
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
10202
|
-
(0,
|
|
10613
|
+
(0, import_middleware_sdk_s346.getThrow200ExceptionsPlugin)(config)
|
|
10203
10614
|
];
|
|
10204
10615
|
}).s("AmazonS3", "ListBucketMetricsConfigurations", {}).n("S3Client", "ListBucketMetricsConfigurationsCommand").f(void 0, void 0).ser(se_ListBucketMetricsConfigurationsCommand).de(de_ListBucketMetricsConfigurationsCommand).build() {
|
|
10205
10616
|
static {
|
|
@@ -10208,7 +10619,7 @@ var ListBucketMetricsConfigurationsCommand = class extends import_smithy_client.
|
|
|
10208
10619
|
};
|
|
10209
10620
|
|
|
10210
10621
|
// src/commands/ListBucketsCommand.ts
|
|
10211
|
-
var
|
|
10622
|
+
var import_middleware_sdk_s347 = require("@aws-sdk/middleware-sdk-s3");
|
|
10212
10623
|
|
|
10213
10624
|
|
|
10214
10625
|
|
|
@@ -10216,7 +10627,7 @@ var ListBucketsCommand = class extends import_smithy_client.Command.classBuilder
|
|
|
10216
10627
|
return [
|
|
10217
10628
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10218
10629
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
10219
|
-
(0,
|
|
10630
|
+
(0, import_middleware_sdk_s347.getThrow200ExceptionsPlugin)(config)
|
|
10220
10631
|
];
|
|
10221
10632
|
}).s("AmazonS3", "ListBuckets", {}).n("S3Client", "ListBucketsCommand").f(void 0, void 0).ser(se_ListBucketsCommand).de(de_ListBucketsCommand).build() {
|
|
10222
10633
|
static {
|
|
@@ -10225,7 +10636,7 @@ var ListBucketsCommand = class extends import_smithy_client.Command.classBuilder
|
|
|
10225
10636
|
};
|
|
10226
10637
|
|
|
10227
10638
|
// src/commands/ListDirectoryBucketsCommand.ts
|
|
10228
|
-
var
|
|
10639
|
+
var import_middleware_sdk_s348 = require("@aws-sdk/middleware-sdk-s3");
|
|
10229
10640
|
|
|
10230
10641
|
|
|
10231
10642
|
|
|
@@ -10236,7 +10647,7 @@ var ListDirectoryBucketsCommand = class extends import_smithy_client.Command.cla
|
|
|
10236
10647
|
return [
|
|
10237
10648
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10238
10649
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
10239
|
-
(0,
|
|
10650
|
+
(0, import_middleware_sdk_s348.getThrow200ExceptionsPlugin)(config)
|
|
10240
10651
|
];
|
|
10241
10652
|
}).s("AmazonS3", "ListDirectoryBuckets", {}).n("S3Client", "ListDirectoryBucketsCommand").f(void 0, void 0).ser(se_ListDirectoryBucketsCommand).de(de_ListDirectoryBucketsCommand).build() {
|
|
10242
10653
|
static {
|
|
@@ -10245,7 +10656,7 @@ var ListDirectoryBucketsCommand = class extends import_smithy_client.Command.cla
|
|
|
10245
10656
|
};
|
|
10246
10657
|
|
|
10247
10658
|
// src/commands/ListMultipartUploadsCommand.ts
|
|
10248
|
-
var
|
|
10659
|
+
var import_middleware_sdk_s349 = require("@aws-sdk/middleware-sdk-s3");
|
|
10249
10660
|
|
|
10250
10661
|
|
|
10251
10662
|
|
|
@@ -10257,7 +10668,7 @@ var ListMultipartUploadsCommand = class extends import_smithy_client.Command.cla
|
|
|
10257
10668
|
return [
|
|
10258
10669
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10259
10670
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
10260
|
-
(0,
|
|
10671
|
+
(0, import_middleware_sdk_s349.getThrow200ExceptionsPlugin)(config)
|
|
10261
10672
|
];
|
|
10262
10673
|
}).s("AmazonS3", "ListMultipartUploads", {}).n("S3Client", "ListMultipartUploadsCommand").f(void 0, void 0).ser(se_ListMultipartUploadsCommand).de(de_ListMultipartUploadsCommand).build() {
|
|
10263
10674
|
static {
|
|
@@ -10266,7 +10677,7 @@ var ListMultipartUploadsCommand = class extends import_smithy_client.Command.cla
|
|
|
10266
10677
|
};
|
|
10267
10678
|
|
|
10268
10679
|
// src/commands/ListObjectsCommand.ts
|
|
10269
|
-
var
|
|
10680
|
+
var import_middleware_sdk_s350 = require("@aws-sdk/middleware-sdk-s3");
|
|
10270
10681
|
|
|
10271
10682
|
|
|
10272
10683
|
|
|
@@ -10278,7 +10689,7 @@ var ListObjectsCommand = class extends import_smithy_client.Command.classBuilder
|
|
|
10278
10689
|
return [
|
|
10279
10690
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10280
10691
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
10281
|
-
(0,
|
|
10692
|
+
(0, import_middleware_sdk_s350.getThrow200ExceptionsPlugin)(config)
|
|
10282
10693
|
];
|
|
10283
10694
|
}).s("AmazonS3", "ListObjects", {}).n("S3Client", "ListObjectsCommand").f(void 0, void 0).ser(se_ListObjectsCommand).de(de_ListObjectsCommand).build() {
|
|
10284
10695
|
static {
|
|
@@ -10287,7 +10698,7 @@ var ListObjectsCommand = class extends import_smithy_client.Command.classBuilder
|
|
|
10287
10698
|
};
|
|
10288
10699
|
|
|
10289
10700
|
// src/commands/ListObjectsV2Command.ts
|
|
10290
|
-
var
|
|
10701
|
+
var import_middleware_sdk_s351 = require("@aws-sdk/middleware-sdk-s3");
|
|
10291
10702
|
|
|
10292
10703
|
|
|
10293
10704
|
|
|
@@ -10299,7 +10710,7 @@ var ListObjectsV2Command = class extends import_smithy_client.Command.classBuild
|
|
|
10299
10710
|
return [
|
|
10300
10711
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10301
10712
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
10302
|
-
(0,
|
|
10713
|
+
(0, import_middleware_sdk_s351.getThrow200ExceptionsPlugin)(config)
|
|
10303
10714
|
];
|
|
10304
10715
|
}).s("AmazonS3", "ListObjectsV2", {}).n("S3Client", "ListObjectsV2Command").f(void 0, void 0).ser(se_ListObjectsV2Command).de(de_ListObjectsV2Command).build() {
|
|
10305
10716
|
static {
|
|
@@ -10308,7 +10719,7 @@ var ListObjectsV2Command = class extends import_smithy_client.Command.classBuild
|
|
|
10308
10719
|
};
|
|
10309
10720
|
|
|
10310
10721
|
// src/commands/ListObjectVersionsCommand.ts
|
|
10311
|
-
var
|
|
10722
|
+
var import_middleware_sdk_s352 = require("@aws-sdk/middleware-sdk-s3");
|
|
10312
10723
|
|
|
10313
10724
|
|
|
10314
10725
|
|
|
@@ -10320,7 +10731,7 @@ var ListObjectVersionsCommand = class extends import_smithy_client.Command.class
|
|
|
10320
10731
|
return [
|
|
10321
10732
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10322
10733
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
10323
|
-
(0,
|
|
10734
|
+
(0, import_middleware_sdk_s352.getThrow200ExceptionsPlugin)(config)
|
|
10324
10735
|
];
|
|
10325
10736
|
}).s("AmazonS3", "ListObjectVersions", {}).n("S3Client", "ListObjectVersionsCommand").f(void 0, void 0).ser(se_ListObjectVersionsCommand).de(de_ListObjectVersionsCommand).build() {
|
|
10326
10737
|
static {
|
|
@@ -10329,7 +10740,7 @@ var ListObjectVersionsCommand = class extends import_smithy_client.Command.class
|
|
|
10329
10740
|
};
|
|
10330
10741
|
|
|
10331
10742
|
// src/commands/ListPartsCommand.ts
|
|
10332
|
-
var
|
|
10743
|
+
var import_middleware_sdk_s353 = require("@aws-sdk/middleware-sdk-s3");
|
|
10333
10744
|
|
|
10334
10745
|
|
|
10335
10746
|
|
|
@@ -10342,7 +10753,7 @@ var ListPartsCommand = class extends import_smithy_client.Command.classBuilder()
|
|
|
10342
10753
|
return [
|
|
10343
10754
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10344
10755
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
10345
|
-
(0,
|
|
10756
|
+
(0, import_middleware_sdk_s353.getThrow200ExceptionsPlugin)(config),
|
|
10346
10757
|
(0, import_middleware_ssec.getSsecPlugin)(config)
|
|
10347
10758
|
];
|
|
10348
10759
|
}).s("AmazonS3", "ListParts", {}).n("S3Client", "ListPartsCommand").f(ListPartsRequestFilterSensitiveLog, void 0).ser(se_ListPartsCommand).de(de_ListPartsCommand).build() {
|
|
@@ -10506,7 +10917,7 @@ var PutBucketInventoryConfigurationCommand = class extends import_smithy_client.
|
|
|
10506
10917
|
|
|
10507
10918
|
// src/commands/PutBucketLifecycleConfigurationCommand.ts
|
|
10508
10919
|
|
|
10509
|
-
var
|
|
10920
|
+
var import_middleware_sdk_s354 = require("@aws-sdk/middleware-sdk-s3");
|
|
10510
10921
|
|
|
10511
10922
|
|
|
10512
10923
|
|
|
@@ -10522,7 +10933,7 @@ var PutBucketLifecycleConfigurationCommand = class extends import_smithy_client.
|
|
|
10522
10933
|
requestAlgorithmMember: { httpHeader: "x-amz-sdk-checksum-algorithm", name: "ChecksumAlgorithm" },
|
|
10523
10934
|
requestChecksumRequired: true
|
|
10524
10935
|
}),
|
|
10525
|
-
(0,
|
|
10936
|
+
(0, import_middleware_sdk_s354.getThrow200ExceptionsPlugin)(config)
|
|
10526
10937
|
];
|
|
10527
10938
|
}).s("AmazonS3", "PutBucketLifecycleConfiguration", {}).n("S3Client", "PutBucketLifecycleConfigurationCommand").f(void 0, void 0).ser(se_PutBucketLifecycleConfigurationCommand).de(de_PutBucketLifecycleConfigurationCommand).build() {
|
|
10528
10939
|
static {
|
|
@@ -10762,7 +11173,7 @@ var PutBucketWebsiteCommand = class extends import_smithy_client.Command.classBu
|
|
|
10762
11173
|
|
|
10763
11174
|
// src/commands/PutObjectAclCommand.ts
|
|
10764
11175
|
|
|
10765
|
-
var
|
|
11176
|
+
var import_middleware_sdk_s355 = require("@aws-sdk/middleware-sdk-s3");
|
|
10766
11177
|
|
|
10767
11178
|
|
|
10768
11179
|
|
|
@@ -10778,7 +11189,7 @@ var PutObjectAclCommand = class extends import_smithy_client.Command.classBuilde
|
|
|
10778
11189
|
requestAlgorithmMember: { httpHeader: "x-amz-sdk-checksum-algorithm", name: "ChecksumAlgorithm" },
|
|
10779
11190
|
requestChecksumRequired: true
|
|
10780
11191
|
}),
|
|
10781
|
-
(0,
|
|
11192
|
+
(0, import_middleware_sdk_s355.getThrow200ExceptionsPlugin)(config)
|
|
10782
11193
|
];
|
|
10783
11194
|
}).s("AmazonS3", "PutObjectAcl", {}).n("S3Client", "PutObjectAclCommand").f(void 0, void 0).ser(se_PutObjectAclCommand).de(de_PutObjectAclCommand).build() {
|
|
10784
11195
|
static {
|
|
@@ -10788,7 +11199,7 @@ var PutObjectAclCommand = class extends import_smithy_client.Command.classBuilde
|
|
|
10788
11199
|
|
|
10789
11200
|
// src/commands/PutObjectCommand.ts
|
|
10790
11201
|
|
|
10791
|
-
var
|
|
11202
|
+
var import_middleware_sdk_s356 = require("@aws-sdk/middleware-sdk-s3");
|
|
10792
11203
|
|
|
10793
11204
|
|
|
10794
11205
|
|
|
@@ -10805,8 +11216,8 @@ var PutObjectCommand = class extends import_smithy_client.Command.classBuilder()
|
|
|
10805
11216
|
requestAlgorithmMember: { httpHeader: "x-amz-sdk-checksum-algorithm", name: "ChecksumAlgorithm" },
|
|
10806
11217
|
requestChecksumRequired: false
|
|
10807
11218
|
}),
|
|
10808
|
-
(0,
|
|
10809
|
-
(0,
|
|
11219
|
+
(0, import_middleware_sdk_s356.getCheckContentLengthHeaderPlugin)(config),
|
|
11220
|
+
(0, import_middleware_sdk_s356.getThrow200ExceptionsPlugin)(config),
|
|
10810
11221
|
(0, import_middleware_ssec.getSsecPlugin)(config)
|
|
10811
11222
|
];
|
|
10812
11223
|
}).s("AmazonS3", "PutObject", {}).n("S3Client", "PutObjectCommand").f(PutObjectRequestFilterSensitiveLog, PutObjectOutputFilterSensitiveLog).ser(se_PutObjectCommand).de(de_PutObjectCommand).build() {
|
|
@@ -10817,7 +11228,7 @@ var PutObjectCommand = class extends import_smithy_client.Command.classBuilder()
|
|
|
10817
11228
|
|
|
10818
11229
|
// src/commands/PutObjectLegalHoldCommand.ts
|
|
10819
11230
|
|
|
10820
|
-
var
|
|
11231
|
+
var import_middleware_sdk_s357 = require("@aws-sdk/middleware-sdk-s3");
|
|
10821
11232
|
|
|
10822
11233
|
|
|
10823
11234
|
|
|
@@ -10832,7 +11243,7 @@ var PutObjectLegalHoldCommand = class extends import_smithy_client.Command.class
|
|
|
10832
11243
|
requestAlgorithmMember: { httpHeader: "x-amz-sdk-checksum-algorithm", name: "ChecksumAlgorithm" },
|
|
10833
11244
|
requestChecksumRequired: true
|
|
10834
11245
|
}),
|
|
10835
|
-
(0,
|
|
11246
|
+
(0, import_middleware_sdk_s357.getThrow200ExceptionsPlugin)(config)
|
|
10836
11247
|
];
|
|
10837
11248
|
}).s("AmazonS3", "PutObjectLegalHold", {}).n("S3Client", "PutObjectLegalHoldCommand").f(void 0, void 0).ser(se_PutObjectLegalHoldCommand).de(de_PutObjectLegalHoldCommand).build() {
|
|
10838
11249
|
static {
|
|
@@ -10842,7 +11253,7 @@ var PutObjectLegalHoldCommand = class extends import_smithy_client.Command.class
|
|
|
10842
11253
|
|
|
10843
11254
|
// src/commands/PutObjectLockConfigurationCommand.ts
|
|
10844
11255
|
|
|
10845
|
-
var
|
|
11256
|
+
var import_middleware_sdk_s358 = require("@aws-sdk/middleware-sdk-s3");
|
|
10846
11257
|
|
|
10847
11258
|
|
|
10848
11259
|
|
|
@@ -10857,7 +11268,7 @@ var PutObjectLockConfigurationCommand = class extends import_smithy_client.Comma
|
|
|
10857
11268
|
requestAlgorithmMember: { httpHeader: "x-amz-sdk-checksum-algorithm", name: "ChecksumAlgorithm" },
|
|
10858
11269
|
requestChecksumRequired: true
|
|
10859
11270
|
}),
|
|
10860
|
-
(0,
|
|
11271
|
+
(0, import_middleware_sdk_s358.getThrow200ExceptionsPlugin)(config)
|
|
10861
11272
|
];
|
|
10862
11273
|
}).s("AmazonS3", "PutObjectLockConfiguration", {}).n("S3Client", "PutObjectLockConfigurationCommand").f(void 0, void 0).ser(se_PutObjectLockConfigurationCommand).de(de_PutObjectLockConfigurationCommand).build() {
|
|
10863
11274
|
static {
|
|
@@ -10867,7 +11278,7 @@ var PutObjectLockConfigurationCommand = class extends import_smithy_client.Comma
|
|
|
10867
11278
|
|
|
10868
11279
|
// src/commands/PutObjectRetentionCommand.ts
|
|
10869
11280
|
|
|
10870
|
-
var
|
|
11281
|
+
var import_middleware_sdk_s359 = require("@aws-sdk/middleware-sdk-s3");
|
|
10871
11282
|
|
|
10872
11283
|
|
|
10873
11284
|
|
|
@@ -10882,7 +11293,7 @@ var PutObjectRetentionCommand = class extends import_smithy_client.Command.class
|
|
|
10882
11293
|
requestAlgorithmMember: { httpHeader: "x-amz-sdk-checksum-algorithm", name: "ChecksumAlgorithm" },
|
|
10883
11294
|
requestChecksumRequired: true
|
|
10884
11295
|
}),
|
|
10885
|
-
(0,
|
|
11296
|
+
(0, import_middleware_sdk_s359.getThrow200ExceptionsPlugin)(config)
|
|
10886
11297
|
];
|
|
10887
11298
|
}).s("AmazonS3", "PutObjectRetention", {}).n("S3Client", "PutObjectRetentionCommand").f(void 0, void 0).ser(se_PutObjectRetentionCommand).de(de_PutObjectRetentionCommand).build() {
|
|
10888
11299
|
static {
|
|
@@ -10892,7 +11303,7 @@ var PutObjectRetentionCommand = class extends import_smithy_client.Command.class
|
|
|
10892
11303
|
|
|
10893
11304
|
// src/commands/PutObjectTaggingCommand.ts
|
|
10894
11305
|
|
|
10895
|
-
var
|
|
11306
|
+
var import_middleware_sdk_s360 = require("@aws-sdk/middleware-sdk-s3");
|
|
10896
11307
|
|
|
10897
11308
|
|
|
10898
11309
|
|
|
@@ -10907,7 +11318,7 @@ var PutObjectTaggingCommand = class extends import_smithy_client.Command.classBu
|
|
|
10907
11318
|
requestAlgorithmMember: { httpHeader: "x-amz-sdk-checksum-algorithm", name: "ChecksumAlgorithm" },
|
|
10908
11319
|
requestChecksumRequired: true
|
|
10909
11320
|
}),
|
|
10910
|
-
(0,
|
|
11321
|
+
(0, import_middleware_sdk_s360.getThrow200ExceptionsPlugin)(config)
|
|
10911
11322
|
];
|
|
10912
11323
|
}).s("AmazonS3", "PutObjectTagging", {}).n("S3Client", "PutObjectTaggingCommand").f(void 0, void 0).ser(se_PutObjectTaggingCommand).de(de_PutObjectTaggingCommand).build() {
|
|
10913
11324
|
static {
|
|
@@ -10940,7 +11351,7 @@ var PutPublicAccessBlockCommand = class extends import_smithy_client.Command.cla
|
|
|
10940
11351
|
};
|
|
10941
11352
|
|
|
10942
11353
|
// src/commands/RenameObjectCommand.ts
|
|
10943
|
-
var
|
|
11354
|
+
var import_middleware_sdk_s361 = require("@aws-sdk/middleware-sdk-s3");
|
|
10944
11355
|
|
|
10945
11356
|
|
|
10946
11357
|
|
|
@@ -10952,7 +11363,7 @@ var RenameObjectCommand = class extends import_smithy_client.Command.classBuilde
|
|
|
10952
11363
|
return [
|
|
10953
11364
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10954
11365
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
10955
|
-
(0,
|
|
11366
|
+
(0, import_middleware_sdk_s361.getThrow200ExceptionsPlugin)(config)
|
|
10956
11367
|
];
|
|
10957
11368
|
}).s("AmazonS3", "RenameObject", {}).n("S3Client", "RenameObjectCommand").f(void 0, void 0).ser(se_RenameObjectCommand).de(de_RenameObjectCommand).build() {
|
|
10958
11369
|
static {
|
|
@@ -10962,7 +11373,7 @@ var RenameObjectCommand = class extends import_smithy_client.Command.classBuilde
|
|
|
10962
11373
|
|
|
10963
11374
|
// src/commands/RestoreObjectCommand.ts
|
|
10964
11375
|
|
|
10965
|
-
var
|
|
11376
|
+
var import_middleware_sdk_s362 = require("@aws-sdk/middleware-sdk-s3");
|
|
10966
11377
|
|
|
10967
11378
|
|
|
10968
11379
|
|
|
@@ -10977,7 +11388,7 @@ var RestoreObjectCommand = class extends import_smithy_client.Command.classBuild
|
|
|
10977
11388
|
requestAlgorithmMember: { httpHeader: "x-amz-sdk-checksum-algorithm", name: "ChecksumAlgorithm" },
|
|
10978
11389
|
requestChecksumRequired: false
|
|
10979
11390
|
}),
|
|
10980
|
-
(0,
|
|
11391
|
+
(0, import_middleware_sdk_s362.getThrow200ExceptionsPlugin)(config)
|
|
10981
11392
|
];
|
|
10982
11393
|
}).s("AmazonS3", "RestoreObject", {}).n("S3Client", "RestoreObjectCommand").f(RestoreObjectRequestFilterSensitiveLog, void 0).ser(se_RestoreObjectCommand).de(de_RestoreObjectCommand).build() {
|
|
10983
11394
|
static {
|
|
@@ -10986,7 +11397,7 @@ var RestoreObjectCommand = class extends import_smithy_client.Command.classBuild
|
|
|
10986
11397
|
};
|
|
10987
11398
|
|
|
10988
11399
|
// src/commands/SelectObjectContentCommand.ts
|
|
10989
|
-
var
|
|
11400
|
+
var import_middleware_sdk_s363 = require("@aws-sdk/middleware-sdk-s3");
|
|
10990
11401
|
|
|
10991
11402
|
|
|
10992
11403
|
|
|
@@ -10998,7 +11409,7 @@ var SelectObjectContentCommand = class extends import_smithy_client.Command.clas
|
|
|
10998
11409
|
return [
|
|
10999
11410
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
11000
11411
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
11001
|
-
(0,
|
|
11412
|
+
(0, import_middleware_sdk_s363.getThrow200ExceptionsPlugin)(config),
|
|
11002
11413
|
(0, import_middleware_ssec.getSsecPlugin)(config)
|
|
11003
11414
|
];
|
|
11004
11415
|
}).s("AmazonS3", "SelectObjectContent", {
|
|
@@ -11014,9 +11425,57 @@ var SelectObjectContentCommand = class extends import_smithy_client.Command.clas
|
|
|
11014
11425
|
}
|
|
11015
11426
|
};
|
|
11016
11427
|
|
|
11428
|
+
// src/commands/UpdateBucketMetadataInventoryTableConfigurationCommand.ts
|
|
11429
|
+
|
|
11430
|
+
|
|
11431
|
+
|
|
11432
|
+
|
|
11433
|
+
var UpdateBucketMetadataInventoryTableConfigurationCommand = class extends import_smithy_client.Command.classBuilder().ep({
|
|
11434
|
+
...commonParams,
|
|
11435
|
+
UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
|
|
11436
|
+
Bucket: { type: "contextParams", name: "Bucket" }
|
|
11437
|
+
}).m(function(Command, cs, config, o) {
|
|
11438
|
+
return [
|
|
11439
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
11440
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
11441
|
+
(0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
|
|
11442
|
+
requestAlgorithmMember: { httpHeader: "x-amz-sdk-checksum-algorithm", name: "ChecksumAlgorithm" },
|
|
11443
|
+
requestChecksumRequired: true
|
|
11444
|
+
})
|
|
11445
|
+
];
|
|
11446
|
+
}).s("AmazonS3", "UpdateBucketMetadataInventoryTableConfiguration", {}).n("S3Client", "UpdateBucketMetadataInventoryTableConfigurationCommand").f(void 0, void 0).ser(se_UpdateBucketMetadataInventoryTableConfigurationCommand).de(de_UpdateBucketMetadataInventoryTableConfigurationCommand).build() {
|
|
11447
|
+
static {
|
|
11448
|
+
__name(this, "UpdateBucketMetadataInventoryTableConfigurationCommand");
|
|
11449
|
+
}
|
|
11450
|
+
};
|
|
11451
|
+
|
|
11452
|
+
// src/commands/UpdateBucketMetadataJournalTableConfigurationCommand.ts
|
|
11453
|
+
|
|
11454
|
+
|
|
11455
|
+
|
|
11456
|
+
|
|
11457
|
+
var UpdateBucketMetadataJournalTableConfigurationCommand = class extends import_smithy_client.Command.classBuilder().ep({
|
|
11458
|
+
...commonParams,
|
|
11459
|
+
UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
|
|
11460
|
+
Bucket: { type: "contextParams", name: "Bucket" }
|
|
11461
|
+
}).m(function(Command, cs, config, o) {
|
|
11462
|
+
return [
|
|
11463
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
11464
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
11465
|
+
(0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
|
|
11466
|
+
requestAlgorithmMember: { httpHeader: "x-amz-sdk-checksum-algorithm", name: "ChecksumAlgorithm" },
|
|
11467
|
+
requestChecksumRequired: true
|
|
11468
|
+
})
|
|
11469
|
+
];
|
|
11470
|
+
}).s("AmazonS3", "UpdateBucketMetadataJournalTableConfiguration", {}).n("S3Client", "UpdateBucketMetadataJournalTableConfigurationCommand").f(void 0, void 0).ser(se_UpdateBucketMetadataJournalTableConfigurationCommand).de(de_UpdateBucketMetadataJournalTableConfigurationCommand).build() {
|
|
11471
|
+
static {
|
|
11472
|
+
__name(this, "UpdateBucketMetadataJournalTableConfigurationCommand");
|
|
11473
|
+
}
|
|
11474
|
+
};
|
|
11475
|
+
|
|
11017
11476
|
// src/commands/UploadPartCommand.ts
|
|
11018
11477
|
|
|
11019
|
-
var
|
|
11478
|
+
var import_middleware_sdk_s364 = require("@aws-sdk/middleware-sdk-s3");
|
|
11020
11479
|
|
|
11021
11480
|
|
|
11022
11481
|
|
|
@@ -11033,7 +11492,7 @@ var UploadPartCommand = class extends import_smithy_client.Command.classBuilder(
|
|
|
11033
11492
|
requestAlgorithmMember: { httpHeader: "x-amz-sdk-checksum-algorithm", name: "ChecksumAlgorithm" },
|
|
11034
11493
|
requestChecksumRequired: false
|
|
11035
11494
|
}),
|
|
11036
|
-
(0,
|
|
11495
|
+
(0, import_middleware_sdk_s364.getThrow200ExceptionsPlugin)(config),
|
|
11037
11496
|
(0, import_middleware_ssec.getSsecPlugin)(config)
|
|
11038
11497
|
];
|
|
11039
11498
|
}).s("AmazonS3", "UploadPart", {}).n("S3Client", "UploadPartCommand").f(UploadPartRequestFilterSensitiveLog, UploadPartOutputFilterSensitiveLog).ser(se_UploadPartCommand).de(de_UploadPartCommand).build() {
|
|
@@ -11043,7 +11502,7 @@ var UploadPartCommand = class extends import_smithy_client.Command.classBuilder(
|
|
|
11043
11502
|
};
|
|
11044
11503
|
|
|
11045
11504
|
// src/commands/UploadPartCopyCommand.ts
|
|
11046
|
-
var
|
|
11505
|
+
var import_middleware_sdk_s365 = require("@aws-sdk/middleware-sdk-s3");
|
|
11047
11506
|
|
|
11048
11507
|
|
|
11049
11508
|
|
|
@@ -11056,7 +11515,7 @@ var UploadPartCopyCommand = class extends import_smithy_client.Command.classBuil
|
|
|
11056
11515
|
return [
|
|
11057
11516
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
11058
11517
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
11059
|
-
(0,
|
|
11518
|
+
(0, import_middleware_sdk_s365.getThrow200ExceptionsPlugin)(config),
|
|
11060
11519
|
(0, import_middleware_ssec.getSsecPlugin)(config)
|
|
11061
11520
|
];
|
|
11062
11521
|
}).s("AmazonS3", "UploadPartCopy", {}).n("S3Client", "UploadPartCopyCommand").f(UploadPartCopyRequestFilterSensitiveLog, UploadPartCopyOutputFilterSensitiveLog).ser(se_UploadPartCopyCommand).de(de_UploadPartCopyCommand).build() {
|
|
@@ -11089,6 +11548,7 @@ var commands = {
|
|
|
11089
11548
|
CompleteMultipartUploadCommand,
|
|
11090
11549
|
CopyObjectCommand,
|
|
11091
11550
|
CreateBucketCommand,
|
|
11551
|
+
CreateBucketMetadataConfigurationCommand,
|
|
11092
11552
|
CreateBucketMetadataTableConfigurationCommand,
|
|
11093
11553
|
CreateMultipartUploadCommand,
|
|
11094
11554
|
CreateSessionCommand,
|
|
@@ -11099,6 +11559,7 @@ var commands = {
|
|
|
11099
11559
|
DeleteBucketIntelligentTieringConfigurationCommand,
|
|
11100
11560
|
DeleteBucketInventoryConfigurationCommand,
|
|
11101
11561
|
DeleteBucketLifecycleCommand,
|
|
11562
|
+
DeleteBucketMetadataConfigurationCommand,
|
|
11102
11563
|
DeleteBucketMetadataTableConfigurationCommand,
|
|
11103
11564
|
DeleteBucketMetricsConfigurationCommand,
|
|
11104
11565
|
DeleteBucketOwnershipControlsCommand,
|
|
@@ -11120,6 +11581,7 @@ var commands = {
|
|
|
11120
11581
|
GetBucketLifecycleConfigurationCommand,
|
|
11121
11582
|
GetBucketLocationCommand,
|
|
11122
11583
|
GetBucketLoggingCommand,
|
|
11584
|
+
GetBucketMetadataConfigurationCommand,
|
|
11123
11585
|
GetBucketMetadataTableConfigurationCommand,
|
|
11124
11586
|
GetBucketMetricsConfigurationCommand,
|
|
11125
11587
|
GetBucketNotificationConfigurationCommand,
|
|
@@ -11181,6 +11643,8 @@ var commands = {
|
|
|
11181
11643
|
RenameObjectCommand,
|
|
11182
11644
|
RestoreObjectCommand,
|
|
11183
11645
|
SelectObjectContentCommand,
|
|
11646
|
+
UpdateBucketMetadataInventoryTableConfigurationCommand,
|
|
11647
|
+
UpdateBucketMetadataJournalTableConfigurationCommand,
|
|
11184
11648
|
UploadPartCommand,
|
|
11185
11649
|
UploadPartCopyCommand,
|
|
11186
11650
|
WriteGetObjectResponseCommand
|
|
@@ -11321,6 +11785,7 @@ var waitUntilObjectNotExists = /* @__PURE__ */ __name(async (params, input) => {
|
|
|
11321
11785
|
CompleteMultipartUploadCommand,
|
|
11322
11786
|
CopyObjectCommand,
|
|
11323
11787
|
CreateBucketCommand,
|
|
11788
|
+
CreateBucketMetadataConfigurationCommand,
|
|
11324
11789
|
CreateBucketMetadataTableConfigurationCommand,
|
|
11325
11790
|
CreateMultipartUploadCommand,
|
|
11326
11791
|
CreateSessionCommand,
|
|
@@ -11331,6 +11796,7 @@ var waitUntilObjectNotExists = /* @__PURE__ */ __name(async (params, input) => {
|
|
|
11331
11796
|
DeleteBucketIntelligentTieringConfigurationCommand,
|
|
11332
11797
|
DeleteBucketInventoryConfigurationCommand,
|
|
11333
11798
|
DeleteBucketLifecycleCommand,
|
|
11799
|
+
DeleteBucketMetadataConfigurationCommand,
|
|
11334
11800
|
DeleteBucketMetadataTableConfigurationCommand,
|
|
11335
11801
|
DeleteBucketMetricsConfigurationCommand,
|
|
11336
11802
|
DeleteBucketOwnershipControlsCommand,
|
|
@@ -11352,6 +11818,7 @@ var waitUntilObjectNotExists = /* @__PURE__ */ __name(async (params, input) => {
|
|
|
11352
11818
|
GetBucketLifecycleConfigurationCommand,
|
|
11353
11819
|
GetBucketLocationCommand,
|
|
11354
11820
|
GetBucketLoggingCommand,
|
|
11821
|
+
GetBucketMetadataConfigurationCommand,
|
|
11355
11822
|
GetBucketMetadataTableConfigurationCommand,
|
|
11356
11823
|
GetBucketMetricsConfigurationCommand,
|
|
11357
11824
|
GetBucketNotificationConfigurationCommand,
|
|
@@ -11413,6 +11880,8 @@ var waitUntilObjectNotExists = /* @__PURE__ */ __name(async (params, input) => {
|
|
|
11413
11880
|
RenameObjectCommand,
|
|
11414
11881
|
RestoreObjectCommand,
|
|
11415
11882
|
SelectObjectContentCommand,
|
|
11883
|
+
UpdateBucketMetadataInventoryTableConfigurationCommand,
|
|
11884
|
+
UpdateBucketMetadataJournalTableConfigurationCommand,
|
|
11416
11885
|
UploadPartCommand,
|
|
11417
11886
|
UploadPartCopyCommand,
|
|
11418
11887
|
WriteGetObjectResponseCommand,
|
|
@@ -11453,6 +11922,9 @@ var waitUntilObjectNotExists = /* @__PURE__ */ __name(async (params, input) => {
|
|
|
11453
11922
|
LocationType,
|
|
11454
11923
|
BucketLocationConstraint,
|
|
11455
11924
|
ObjectOwnership,
|
|
11925
|
+
InventoryConfigurationState,
|
|
11926
|
+
TableSseAlgorithm,
|
|
11927
|
+
ExpirationState,
|
|
11456
11928
|
SessionMode,
|
|
11457
11929
|
NoSuchBucket,
|
|
11458
11930
|
AnalyticsFilter,
|
|
@@ -11469,6 +11941,7 @@ var waitUntilObjectNotExists = /* @__PURE__ */ __name(async (params, input) => {
|
|
|
11469
11941
|
TransitionDefaultMinimumObjectSize,
|
|
11470
11942
|
BucketLogsPermission,
|
|
11471
11943
|
PartitionDateSource,
|
|
11944
|
+
S3TablesBucketType,
|
|
11472
11945
|
MetricsFilter,
|
|
11473
11946
|
Event,
|
|
11474
11947
|
FilterRuleName,
|
|
@@ -11493,9 +11966,6 @@ var waitUntilObjectNotExists = /* @__PURE__ */ __name(async (params, input) => {
|
|
|
11493
11966
|
NotFound,
|
|
11494
11967
|
ArchiveStatus,
|
|
11495
11968
|
EncodingType,
|
|
11496
|
-
ObjectStorageClass,
|
|
11497
|
-
OptionalObjectAttributes,
|
|
11498
|
-
ObjectVersionStorageClass,
|
|
11499
11969
|
CompleteMultipartUploadOutputFilterSensitiveLog,
|
|
11500
11970
|
CompleteMultipartUploadRequestFilterSensitiveLog,
|
|
11501
11971
|
CopyObjectOutputFilterSensitiveLog,
|
|
@@ -11522,7 +11992,9 @@ var waitUntilObjectNotExists = /* @__PURE__ */ __name(async (params, input) => {
|
|
|
11522
11992
|
HeadObjectOutputFilterSensitiveLog,
|
|
11523
11993
|
HeadObjectRequestFilterSensitiveLog,
|
|
11524
11994
|
ListBucketInventoryConfigurationsOutputFilterSensitiveLog,
|
|
11525
|
-
|
|
11995
|
+
ObjectStorageClass,
|
|
11996
|
+
OptionalObjectAttributes,
|
|
11997
|
+
ObjectVersionStorageClass,
|
|
11526
11998
|
MFADelete,
|
|
11527
11999
|
EncryptionTypeMismatch,
|
|
11528
12000
|
InvalidRequest,
|
|
@@ -11538,6 +12010,7 @@ var waitUntilObjectNotExists = /* @__PURE__ */ __name(async (params, input) => {
|
|
|
11538
12010
|
QuoteFields,
|
|
11539
12011
|
RestoreRequestType,
|
|
11540
12012
|
SelectObjectContentEventStream,
|
|
12013
|
+
ListPartsRequestFilterSensitiveLog,
|
|
11541
12014
|
PutBucketEncryptionRequestFilterSensitiveLog,
|
|
11542
12015
|
PutBucketInventoryConfigurationRequestFilterSensitiveLog,
|
|
11543
12016
|
PutObjectOutputFilterSensitiveLog,
|