@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
|
@@ -145,6 +145,30 @@ export const se_CreateBucketCommand = async (input, context) => {
|
|
|
145
145
|
b.m("PUT").h(headers).b(body);
|
|
146
146
|
return b.build();
|
|
147
147
|
};
|
|
148
|
+
export const se_CreateBucketMetadataConfigurationCommand = async (input, context) => {
|
|
149
|
+
const b = rb(input, context);
|
|
150
|
+
const headers = map({}, isSerializableHeaderValue, {
|
|
151
|
+
"content-type": "application/xml",
|
|
152
|
+
[_cm]: input[_CMD],
|
|
153
|
+
[_xasca]: input[_CA],
|
|
154
|
+
[_xaebo]: input[_EBO],
|
|
155
|
+
});
|
|
156
|
+
b.bp("/");
|
|
157
|
+
b.p("Bucket", () => input.Bucket, "{Bucket}", false);
|
|
158
|
+
const query = map({
|
|
159
|
+
[_mC]: [, ""],
|
|
160
|
+
});
|
|
161
|
+
let body;
|
|
162
|
+
let contents;
|
|
163
|
+
if (input.MetadataConfiguration !== undefined) {
|
|
164
|
+
contents = se_MetadataConfiguration(input.MetadataConfiguration, context);
|
|
165
|
+
body = _ve;
|
|
166
|
+
contents.a("xmlns", "http://s3.amazonaws.com/doc/2006-03-01/");
|
|
167
|
+
body += contents.toString();
|
|
168
|
+
}
|
|
169
|
+
b.m("POST").h(headers).q(query).b(body);
|
|
170
|
+
return b.build();
|
|
171
|
+
};
|
|
148
172
|
export const se_CreateBucketMetadataTableConfigurationCommand = async (input, context) => {
|
|
149
173
|
const b = rb(input, context);
|
|
150
174
|
const headers = map({}, isSerializableHeaderValue, {
|
|
@@ -332,6 +356,20 @@ export const se_DeleteBucketLifecycleCommand = async (input, context) => {
|
|
|
332
356
|
b.m("DELETE").h(headers).q(query).b(body);
|
|
333
357
|
return b.build();
|
|
334
358
|
};
|
|
359
|
+
export const se_DeleteBucketMetadataConfigurationCommand = async (input, context) => {
|
|
360
|
+
const b = rb(input, context);
|
|
361
|
+
const headers = map({}, isSerializableHeaderValue, {
|
|
362
|
+
[_xaebo]: input[_EBO],
|
|
363
|
+
});
|
|
364
|
+
b.bp("/");
|
|
365
|
+
b.p("Bucket", () => input.Bucket, "{Bucket}", false);
|
|
366
|
+
const query = map({
|
|
367
|
+
[_mC]: [, ""],
|
|
368
|
+
});
|
|
369
|
+
let body;
|
|
370
|
+
b.m("DELETE").h(headers).q(query).b(body);
|
|
371
|
+
return b.build();
|
|
372
|
+
};
|
|
335
373
|
export const se_DeleteBucketMetadataTableConfigurationCommand = async (input, context) => {
|
|
336
374
|
const b = rb(input, context);
|
|
337
375
|
const headers = map({}, isSerializableHeaderValue, {
|
|
@@ -656,6 +694,20 @@ export const se_GetBucketLoggingCommand = async (input, context) => {
|
|
|
656
694
|
b.m("GET").h(headers).q(query).b(body);
|
|
657
695
|
return b.build();
|
|
658
696
|
};
|
|
697
|
+
export const se_GetBucketMetadataConfigurationCommand = async (input, context) => {
|
|
698
|
+
const b = rb(input, context);
|
|
699
|
+
const headers = map({}, isSerializableHeaderValue, {
|
|
700
|
+
[_xaebo]: input[_EBO],
|
|
701
|
+
});
|
|
702
|
+
b.bp("/");
|
|
703
|
+
b.p("Bucket", () => input.Bucket, "{Bucket}", false);
|
|
704
|
+
const query = map({
|
|
705
|
+
[_mC]: [, ""],
|
|
706
|
+
});
|
|
707
|
+
let body;
|
|
708
|
+
b.m("GET").h(headers).q(query).b(body);
|
|
709
|
+
return b.build();
|
|
710
|
+
};
|
|
659
711
|
export const se_GetBucketMetadataTableConfigurationCommand = async (input, context) => {
|
|
660
712
|
const b = rb(input, context);
|
|
661
713
|
const headers = map({}, isSerializableHeaderValue, {
|
|
@@ -1973,6 +2025,56 @@ export const se_SelectObjectContentCommand = async (input, context) => {
|
|
|
1973
2025
|
b.m("POST").h(headers).q(query).b(body);
|
|
1974
2026
|
return b.build();
|
|
1975
2027
|
};
|
|
2028
|
+
export const se_UpdateBucketMetadataInventoryTableConfigurationCommand = async (input, context) => {
|
|
2029
|
+
const b = rb(input, context);
|
|
2030
|
+
const headers = map({}, isSerializableHeaderValue, {
|
|
2031
|
+
"content-type": "application/xml",
|
|
2032
|
+
[_cm]: input[_CMD],
|
|
2033
|
+
[_xasca]: input[_CA],
|
|
2034
|
+
[_xaebo]: input[_EBO],
|
|
2035
|
+
});
|
|
2036
|
+
b.bp("/");
|
|
2037
|
+
b.p("Bucket", () => input.Bucket, "{Bucket}", false);
|
|
2038
|
+
const query = map({
|
|
2039
|
+
[_mIT]: [, ""],
|
|
2040
|
+
});
|
|
2041
|
+
let body;
|
|
2042
|
+
let contents;
|
|
2043
|
+
if (input.InventoryTableConfiguration !== undefined) {
|
|
2044
|
+
contents = se_InventoryTableConfigurationUpdates(input.InventoryTableConfiguration, context);
|
|
2045
|
+
contents = contents.n("InventoryTableConfiguration");
|
|
2046
|
+
body = _ve;
|
|
2047
|
+
contents.a("xmlns", "http://s3.amazonaws.com/doc/2006-03-01/");
|
|
2048
|
+
body += contents.toString();
|
|
2049
|
+
}
|
|
2050
|
+
b.m("PUT").h(headers).q(query).b(body);
|
|
2051
|
+
return b.build();
|
|
2052
|
+
};
|
|
2053
|
+
export const se_UpdateBucketMetadataJournalTableConfigurationCommand = async (input, context) => {
|
|
2054
|
+
const b = rb(input, context);
|
|
2055
|
+
const headers = map({}, isSerializableHeaderValue, {
|
|
2056
|
+
"content-type": "application/xml",
|
|
2057
|
+
[_cm]: input[_CMD],
|
|
2058
|
+
[_xasca]: input[_CA],
|
|
2059
|
+
[_xaebo]: input[_EBO],
|
|
2060
|
+
});
|
|
2061
|
+
b.bp("/");
|
|
2062
|
+
b.p("Bucket", () => input.Bucket, "{Bucket}", false);
|
|
2063
|
+
const query = map({
|
|
2064
|
+
[_mJT]: [, ""],
|
|
2065
|
+
});
|
|
2066
|
+
let body;
|
|
2067
|
+
let contents;
|
|
2068
|
+
if (input.JournalTableConfiguration !== undefined) {
|
|
2069
|
+
contents = se_JournalTableConfigurationUpdates(input.JournalTableConfiguration, context);
|
|
2070
|
+
contents = contents.n("JournalTableConfiguration");
|
|
2071
|
+
body = _ve;
|
|
2072
|
+
contents.a("xmlns", "http://s3.amazonaws.com/doc/2006-03-01/");
|
|
2073
|
+
body += contents.toString();
|
|
2074
|
+
}
|
|
2075
|
+
b.m("PUT").h(headers).q(query).b(body);
|
|
2076
|
+
return b.build();
|
|
2077
|
+
};
|
|
1976
2078
|
export const se_UploadPartCommand = async (input, context) => {
|
|
1977
2079
|
const b = rb(input, context);
|
|
1978
2080
|
const headers = map({}, isSerializableHeaderValue, {
|
|
@@ -2204,6 +2306,16 @@ export const de_CreateBucketCommand = async (output, context) => {
|
|
|
2204
2306
|
await collectBody(output.body, context);
|
|
2205
2307
|
return contents;
|
|
2206
2308
|
};
|
|
2309
|
+
export const de_CreateBucketMetadataConfigurationCommand = async (output, context) => {
|
|
2310
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
2311
|
+
return de_CommandError(output, context);
|
|
2312
|
+
}
|
|
2313
|
+
const contents = map({
|
|
2314
|
+
$metadata: deserializeMetadata(output),
|
|
2315
|
+
});
|
|
2316
|
+
await collectBody(output.body, context);
|
|
2317
|
+
return contents;
|
|
2318
|
+
};
|
|
2207
2319
|
export const de_CreateBucketMetadataTableConfigurationCommand = async (output, context) => {
|
|
2208
2320
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
2209
2321
|
return de_CommandError(output, context);
|
|
@@ -2334,6 +2446,16 @@ export const de_DeleteBucketLifecycleCommand = async (output, context) => {
|
|
|
2334
2446
|
await collectBody(output.body, context);
|
|
2335
2447
|
return contents;
|
|
2336
2448
|
};
|
|
2449
|
+
export const de_DeleteBucketMetadataConfigurationCommand = async (output, context) => {
|
|
2450
|
+
if (output.statusCode !== 204 && output.statusCode >= 300) {
|
|
2451
|
+
return de_CommandError(output, context);
|
|
2452
|
+
}
|
|
2453
|
+
const contents = map({
|
|
2454
|
+
$metadata: deserializeMetadata(output),
|
|
2455
|
+
});
|
|
2456
|
+
await collectBody(output.body, context);
|
|
2457
|
+
return contents;
|
|
2458
|
+
};
|
|
2337
2459
|
export const de_DeleteBucketMetadataTableConfigurationCommand = async (output, context) => {
|
|
2338
2460
|
if (output.statusCode !== 204 && output.statusCode >= 300) {
|
|
2339
2461
|
return de_CommandError(output, context);
|
|
@@ -2597,6 +2719,17 @@ export const de_GetBucketLoggingCommand = async (output, context) => {
|
|
|
2597
2719
|
}
|
|
2598
2720
|
return contents;
|
|
2599
2721
|
};
|
|
2722
|
+
export const de_GetBucketMetadataConfigurationCommand = async (output, context) => {
|
|
2723
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
2724
|
+
return de_CommandError(output, context);
|
|
2725
|
+
}
|
|
2726
|
+
const contents = map({
|
|
2727
|
+
$metadata: deserializeMetadata(output),
|
|
2728
|
+
});
|
|
2729
|
+
const data = __expectObject(await parseBody(output.body, context));
|
|
2730
|
+
contents.GetBucketMetadataConfigurationResult = de_GetBucketMetadataConfigurationResult(data, context);
|
|
2731
|
+
return contents;
|
|
2732
|
+
};
|
|
2600
2733
|
export const de_GetBucketMetadataTableConfigurationCommand = async (output, context) => {
|
|
2601
2734
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
2602
2735
|
return de_CommandError(output, context);
|
|
@@ -3743,6 +3876,26 @@ export const de_SelectObjectContentCommand = async (output, context) => {
|
|
|
3743
3876
|
contents.Payload = de_SelectObjectContentEventStream(data, context);
|
|
3744
3877
|
return contents;
|
|
3745
3878
|
};
|
|
3879
|
+
export const de_UpdateBucketMetadataInventoryTableConfigurationCommand = async (output, context) => {
|
|
3880
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
3881
|
+
return de_CommandError(output, context);
|
|
3882
|
+
}
|
|
3883
|
+
const contents = map({
|
|
3884
|
+
$metadata: deserializeMetadata(output),
|
|
3885
|
+
});
|
|
3886
|
+
await collectBody(output.body, context);
|
|
3887
|
+
return contents;
|
|
3888
|
+
};
|
|
3889
|
+
export const de_UpdateBucketMetadataJournalTableConfigurationCommand = async (output, context) => {
|
|
3890
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
3891
|
+
return de_CommandError(output, context);
|
|
3892
|
+
}
|
|
3893
|
+
const contents = map({
|
|
3894
|
+
$metadata: deserializeMetadata(output),
|
|
3895
|
+
});
|
|
3896
|
+
await collectBody(output.body, context);
|
|
3897
|
+
return contents;
|
|
3898
|
+
};
|
|
3746
3899
|
export const de_UploadPartCommand = async (output, context) => {
|
|
3747
3900
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
3748
3901
|
return de_CommandError(output, context);
|
|
@@ -4552,6 +4705,43 @@ const se_InventorySchedule = (input, context) => {
|
|
|
4552
4705
|
}
|
|
4553
4706
|
return bn;
|
|
4554
4707
|
};
|
|
4708
|
+
const se_InventoryTableConfiguration = (input, context) => {
|
|
4709
|
+
const bn = new __XmlNode(_ITCn);
|
|
4710
|
+
if (input[_CSo] != null) {
|
|
4711
|
+
bn.c(__XmlNode.of(_ICS, input[_CSo]).n(_CSo));
|
|
4712
|
+
}
|
|
4713
|
+
if (input[_ECn] != null) {
|
|
4714
|
+
bn.c(se_MetadataTableEncryptionConfiguration(input[_ECn], context).n(_ECn));
|
|
4715
|
+
}
|
|
4716
|
+
return bn;
|
|
4717
|
+
};
|
|
4718
|
+
const se_InventoryTableConfigurationUpdates = (input, context) => {
|
|
4719
|
+
const bn = new __XmlNode(_ITCU);
|
|
4720
|
+
if (input[_CSo] != null) {
|
|
4721
|
+
bn.c(__XmlNode.of(_ICS, input[_CSo]).n(_CSo));
|
|
4722
|
+
}
|
|
4723
|
+
if (input[_ECn] != null) {
|
|
4724
|
+
bn.c(se_MetadataTableEncryptionConfiguration(input[_ECn], context).n(_ECn));
|
|
4725
|
+
}
|
|
4726
|
+
return bn;
|
|
4727
|
+
};
|
|
4728
|
+
const se_JournalTableConfiguration = (input, context) => {
|
|
4729
|
+
const bn = new __XmlNode(_JTC);
|
|
4730
|
+
if (input[_REe] != null) {
|
|
4731
|
+
bn.c(se_RecordExpiration(input[_REe], context).n(_REe));
|
|
4732
|
+
}
|
|
4733
|
+
if (input[_ECn] != null) {
|
|
4734
|
+
bn.c(se_MetadataTableEncryptionConfiguration(input[_ECn], context).n(_ECn));
|
|
4735
|
+
}
|
|
4736
|
+
return bn;
|
|
4737
|
+
};
|
|
4738
|
+
const se_JournalTableConfigurationUpdates = (input, context) => {
|
|
4739
|
+
const bn = new __XmlNode(_JTCU);
|
|
4740
|
+
if (input[_REe] != null) {
|
|
4741
|
+
bn.c(se_RecordExpiration(input[_REe], context).n(_REe));
|
|
4742
|
+
}
|
|
4743
|
+
return bn;
|
|
4744
|
+
};
|
|
4555
4745
|
const se_JSONInput = (input, context) => {
|
|
4556
4746
|
const bn = new __XmlNode(_JSONI);
|
|
4557
4747
|
if (input[_Ty] != null) {
|
|
@@ -4679,6 +4869,16 @@ const se_LoggingEnabled = (input, context) => {
|
|
|
4679
4869
|
}
|
|
4680
4870
|
return bn;
|
|
4681
4871
|
};
|
|
4872
|
+
const se_MetadataConfiguration = (input, context) => {
|
|
4873
|
+
const bn = new __XmlNode(_MCe);
|
|
4874
|
+
if (input[_JTC] != null) {
|
|
4875
|
+
bn.c(se_JournalTableConfiguration(input[_JTC], context).n(_JTC));
|
|
4876
|
+
}
|
|
4877
|
+
if (input[_ITCn] != null) {
|
|
4878
|
+
bn.c(se_InventoryTableConfiguration(input[_ITCn], context).n(_ITCn));
|
|
4879
|
+
}
|
|
4880
|
+
return bn;
|
|
4881
|
+
};
|
|
4682
4882
|
const se_MetadataEntry = (input, context) => {
|
|
4683
4883
|
const bn = new __XmlNode(_ME);
|
|
4684
4884
|
if (input[_N] != null) {
|
|
@@ -4696,6 +4896,14 @@ const se_MetadataTableConfiguration = (input, context) => {
|
|
|
4696
4896
|
}
|
|
4697
4897
|
return bn;
|
|
4698
4898
|
};
|
|
4899
|
+
const se_MetadataTableEncryptionConfiguration = (input, context) => {
|
|
4900
|
+
const bn = new __XmlNode(_MTEC);
|
|
4901
|
+
if (input[_SAs] != null) {
|
|
4902
|
+
bn.c(__XmlNode.of(_TSA, input[_SAs]).n(_SAs));
|
|
4903
|
+
}
|
|
4904
|
+
bn.cc(input, _KKA);
|
|
4905
|
+
return bn;
|
|
4906
|
+
};
|
|
4699
4907
|
const se_Metrics = (input, context) => {
|
|
4700
4908
|
const bn = new __XmlNode(_Me);
|
|
4701
4909
|
if (input[_S] != null) {
|
|
@@ -4948,6 +5156,16 @@ const se_QueueConfigurationList = (input, context) => {
|
|
|
4948
5156
|
return n.n(_me);
|
|
4949
5157
|
});
|
|
4950
5158
|
};
|
|
5159
|
+
const se_RecordExpiration = (input, context) => {
|
|
5160
|
+
const bn = new __XmlNode(_REe);
|
|
5161
|
+
if (input[_Exp] != null) {
|
|
5162
|
+
bn.c(__XmlNode.of(_ESxp, input[_Exp]).n(_Exp));
|
|
5163
|
+
}
|
|
5164
|
+
if (input[_Da] != null) {
|
|
5165
|
+
bn.c(__XmlNode.of(_RED, String(input[_Da])).n(_Da));
|
|
5166
|
+
}
|
|
5167
|
+
return bn;
|
|
5168
|
+
};
|
|
4951
5169
|
const se_Redirect = (input, context) => {
|
|
4952
5170
|
const bn = new __XmlNode(_Red);
|
|
4953
5171
|
bn.cc(input, _HN);
|
|
@@ -5758,6 +5976,19 @@ const de_Destination = (output, context) => {
|
|
|
5758
5976
|
}
|
|
5759
5977
|
return contents;
|
|
5760
5978
|
};
|
|
5979
|
+
const de_DestinationResult = (output, context) => {
|
|
5980
|
+
const contents = {};
|
|
5981
|
+
if (output[_TBT] != null) {
|
|
5982
|
+
contents[_TBT] = __expectString(output[_TBT]);
|
|
5983
|
+
}
|
|
5984
|
+
if (output[_TBA] != null) {
|
|
5985
|
+
contents[_TBA] = __expectString(output[_TBA]);
|
|
5986
|
+
}
|
|
5987
|
+
if (output[_TNa] != null) {
|
|
5988
|
+
contents[_TNa] = __expectString(output[_TNa]);
|
|
5989
|
+
}
|
|
5990
|
+
return contents;
|
|
5991
|
+
};
|
|
5761
5992
|
const de_EncryptionConfiguration = (output, context) => {
|
|
5762
5993
|
const contents = {};
|
|
5763
5994
|
if (output[_RKKID] != null) {
|
|
@@ -5851,6 +6082,13 @@ const de_FilterRuleList = (output, context) => {
|
|
|
5851
6082
|
return de_FilterRule(entry, context);
|
|
5852
6083
|
});
|
|
5853
6084
|
};
|
|
6085
|
+
const de_GetBucketMetadataConfigurationResult = (output, context) => {
|
|
6086
|
+
const contents = {};
|
|
6087
|
+
if (output[_MCR] != null) {
|
|
6088
|
+
contents[_MCR] = de_MetadataConfigurationResult(output[_MCR], context);
|
|
6089
|
+
}
|
|
6090
|
+
return contents;
|
|
6091
|
+
};
|
|
5854
6092
|
const de_GetBucketMetadataTableConfigurationResult = (output, context) => {
|
|
5855
6093
|
const contents = {};
|
|
5856
6094
|
if (output[_MTCR] != null) {
|
|
@@ -6086,6 +6324,44 @@ const de_InventorySchedule = (output, context) => {
|
|
|
6086
6324
|
}
|
|
6087
6325
|
return contents;
|
|
6088
6326
|
};
|
|
6327
|
+
const de_InventoryTableConfigurationResult = (output, context) => {
|
|
6328
|
+
const contents = {};
|
|
6329
|
+
if (output[_CSo] != null) {
|
|
6330
|
+
contents[_CSo] = __expectString(output[_CSo]);
|
|
6331
|
+
}
|
|
6332
|
+
if (output[_TSa] != null) {
|
|
6333
|
+
contents[_TSa] = __expectString(output[_TSa]);
|
|
6334
|
+
}
|
|
6335
|
+
if (output[_Er] != null) {
|
|
6336
|
+
contents[_Er] = de_ErrorDetails(output[_Er], context);
|
|
6337
|
+
}
|
|
6338
|
+
if (output[_TN] != null) {
|
|
6339
|
+
contents[_TN] = __expectString(output[_TN]);
|
|
6340
|
+
}
|
|
6341
|
+
if (output[_TAa] != null) {
|
|
6342
|
+
contents[_TAa] = __expectString(output[_TAa]);
|
|
6343
|
+
}
|
|
6344
|
+
return contents;
|
|
6345
|
+
};
|
|
6346
|
+
const de_JournalTableConfigurationResult = (output, context) => {
|
|
6347
|
+
const contents = {};
|
|
6348
|
+
if (output[_TSa] != null) {
|
|
6349
|
+
contents[_TSa] = __expectString(output[_TSa]);
|
|
6350
|
+
}
|
|
6351
|
+
if (output[_Er] != null) {
|
|
6352
|
+
contents[_Er] = de_ErrorDetails(output[_Er], context);
|
|
6353
|
+
}
|
|
6354
|
+
if (output[_TN] != null) {
|
|
6355
|
+
contents[_TN] = __expectString(output[_TN]);
|
|
6356
|
+
}
|
|
6357
|
+
if (output[_TAa] != null) {
|
|
6358
|
+
contents[_TAa] = __expectString(output[_TAa]);
|
|
6359
|
+
}
|
|
6360
|
+
if (output[_REe] != null) {
|
|
6361
|
+
contents[_REe] = de_RecordExpiration(output[_REe], context);
|
|
6362
|
+
}
|
|
6363
|
+
return contents;
|
|
6364
|
+
};
|
|
6089
6365
|
const de_LambdaFunctionConfiguration = (output, context) => {
|
|
6090
6366
|
const contents = {};
|
|
6091
6367
|
if (output[_I] != null) {
|
|
@@ -6226,6 +6502,19 @@ const de_LoggingEnabled = (output, context) => {
|
|
|
6226
6502
|
}
|
|
6227
6503
|
return contents;
|
|
6228
6504
|
};
|
|
6505
|
+
const de_MetadataConfigurationResult = (output, context) => {
|
|
6506
|
+
const contents = {};
|
|
6507
|
+
if (output[_DRes] != null) {
|
|
6508
|
+
contents[_DRes] = de_DestinationResult(output[_DRes], context);
|
|
6509
|
+
}
|
|
6510
|
+
if (output[_JTCR] != null) {
|
|
6511
|
+
contents[_JTCR] = de_JournalTableConfigurationResult(output[_JTCR], context);
|
|
6512
|
+
}
|
|
6513
|
+
if (output[_ITCR] != null) {
|
|
6514
|
+
contents[_ITCR] = de_InventoryTableConfigurationResult(output[_ITCR], context);
|
|
6515
|
+
}
|
|
6516
|
+
return contents;
|
|
6517
|
+
};
|
|
6229
6518
|
const de_MetadataTableConfigurationResult = (output, context) => {
|
|
6230
6519
|
const contents = {};
|
|
6231
6520
|
if (output[_STDR] != null) {
|
|
@@ -6668,6 +6957,16 @@ const de_QueueConfigurationList = (output, context) => {
|
|
|
6668
6957
|
return de_QueueConfiguration(entry, context);
|
|
6669
6958
|
});
|
|
6670
6959
|
};
|
|
6960
|
+
const de_RecordExpiration = (output, context) => {
|
|
6961
|
+
const contents = {};
|
|
6962
|
+
if (output[_Exp] != null) {
|
|
6963
|
+
contents[_Exp] = __expectString(output[_Exp]);
|
|
6964
|
+
}
|
|
6965
|
+
if (output[_Da] != null) {
|
|
6966
|
+
contents[_Da] = __strictParseInt32(output[_Da]);
|
|
6967
|
+
}
|
|
6968
|
+
return contents;
|
|
6969
|
+
};
|
|
6671
6970
|
const de_Redirect = (output, context) => {
|
|
6672
6971
|
const contents = {};
|
|
6673
6972
|
if (output[_HN] != null) {
|
|
@@ -6803,8 +7102,8 @@ const de_RestoreStatus = (output, context) => {
|
|
|
6803
7102
|
if (output[_IRIP] != null) {
|
|
6804
7103
|
contents[_IRIP] = __parseBoolean(output[_IRIP]);
|
|
6805
7104
|
}
|
|
6806
|
-
if (output[
|
|
6807
|
-
contents[
|
|
7105
|
+
if (output[_REDe] != null) {
|
|
7106
|
+
contents[_REDe] = __expectNonNull(__parseRfc3339DateTimeWithOffset(output[_REDe]));
|
|
6808
7107
|
}
|
|
6809
7108
|
return contents;
|
|
6810
7109
|
};
|
|
@@ -7176,6 +7475,7 @@ const _CSV = "CSV";
|
|
|
7176
7475
|
const _CSVI = "CopySourceVersionId";
|
|
7177
7476
|
const _CSVIn = "CSVInput";
|
|
7178
7477
|
const _CSVO = "CSVOutput";
|
|
7478
|
+
const _CSo = "ConfigurationState";
|
|
7179
7479
|
const _CT = "ChecksumType";
|
|
7180
7480
|
const _CTl = "ClientToken";
|
|
7181
7481
|
const _CTo = "ContentType";
|
|
@@ -7201,6 +7501,7 @@ const _DMe = "DeleteMarkers";
|
|
|
7201
7501
|
const _DN = "DisplayName";
|
|
7202
7502
|
const _DR = "DataRedundancy";
|
|
7203
7503
|
const _DRe = "DefaultRetention";
|
|
7504
|
+
const _DRes = "DestinationResult";
|
|
7204
7505
|
const _Da = "Days";
|
|
7205
7506
|
const _Dat = "Date";
|
|
7206
7507
|
const _De = "Deleted";
|
|
@@ -7224,6 +7525,7 @@ const _ERP = "EnableRequestProgress";
|
|
|
7224
7525
|
const _ES = "ExpiresString";
|
|
7225
7526
|
const _ESBO = "ExpectedSourceBucketOwner";
|
|
7226
7527
|
const _ESx = "ExpirationStatus";
|
|
7528
|
+
const _ESxp = "ExpirationState";
|
|
7227
7529
|
const _ET = "EncodingType";
|
|
7228
7530
|
const _ETa = "ETag";
|
|
7229
7531
|
const _ETn = "EncryptionType";
|
|
@@ -7264,6 +7566,7 @@ const _HRC = "HttpRedirectCode";
|
|
|
7264
7566
|
const _I = "Id";
|
|
7265
7567
|
const _IC = "InventoryConfiguration";
|
|
7266
7568
|
const _ICL = "InventoryConfigurationList";
|
|
7569
|
+
const _ICS = "InventoryConfigurationState";
|
|
7267
7570
|
const _ID = "IndexDocument";
|
|
7268
7571
|
const _ID_ = "ID";
|
|
7269
7572
|
const _IDn = "InventoryDestination";
|
|
@@ -7294,6 +7597,9 @@ const _ITAO = "IntelligentTieringAndOperator";
|
|
|
7294
7597
|
const _ITAT = "IntelligentTieringAccessTier";
|
|
7295
7598
|
const _ITC = "IntelligentTieringConfiguration";
|
|
7296
7599
|
const _ITCL = "IntelligentTieringConfigurationList";
|
|
7600
|
+
const _ITCR = "InventoryTableConfigurationResult";
|
|
7601
|
+
const _ITCU = "InventoryTableConfigurationUpdates";
|
|
7602
|
+
const _ITCn = "InventoryTableConfiguration";
|
|
7297
7603
|
const _ITD = "IntelligentTieringDays";
|
|
7298
7604
|
const _ITF = "IntelligentTieringFilter";
|
|
7299
7605
|
const _ITI = "IntelligentTieringId";
|
|
@@ -7305,9 +7611,13 @@ const _JSON = "JSON";
|
|
|
7305
7611
|
const _JSONI = "JSONInput";
|
|
7306
7612
|
const _JSONO = "JSONOutput";
|
|
7307
7613
|
const _JSONT = "JSONType";
|
|
7614
|
+
const _JTC = "JournalTableConfiguration";
|
|
7615
|
+
const _JTCR = "JournalTableConfigurationResult";
|
|
7616
|
+
const _JTCU = "JournalTableConfigurationUpdates";
|
|
7308
7617
|
const _K = "Key";
|
|
7309
7618
|
const _KC = "KeyCount";
|
|
7310
7619
|
const _KI = "KeyId";
|
|
7620
|
+
const _KKA = "KmsKeyArn";
|
|
7311
7621
|
const _KM = "KeyMarker";
|
|
7312
7622
|
const _KMSC = "KMSContext";
|
|
7313
7623
|
const _KMSKI = "KMSKeyId";
|
|
@@ -7335,6 +7645,8 @@ const _MAS = "MaxAgeSeconds";
|
|
|
7335
7645
|
const _MB = "MaxBuckets";
|
|
7336
7646
|
const _MC = "MetricsConfiguration";
|
|
7337
7647
|
const _MCL = "MetricsConfigurationList";
|
|
7648
|
+
const _MCR = "MetadataConfigurationResult";
|
|
7649
|
+
const _MCe = "MetadataConfiguration";
|
|
7338
7650
|
const _MD = "MetadataDirective";
|
|
7339
7651
|
const _MDB = "MaxDirectoryBuckets";
|
|
7340
7652
|
const _MDf = "MfaDelete";
|
|
@@ -7351,6 +7663,7 @@ const _MP = "MaxParts";
|
|
|
7351
7663
|
const _MS = "MetricsStatus";
|
|
7352
7664
|
const _MTC = "MetadataTableConfiguration";
|
|
7353
7665
|
const _MTCR = "MetadataTableConfigurationResult";
|
|
7666
|
+
const _MTEC = "MetadataTableEncryptionConfiguration";
|
|
7354
7667
|
const _MU = "MaxUploads";
|
|
7355
7668
|
const _MV = "MetadataValue";
|
|
7356
7669
|
const _Me = "Metrics";
|
|
@@ -7438,7 +7751,9 @@ const _RCT = "ResponseContentType";
|
|
|
7438
7751
|
const _RCe = "ReplicationConfiguration";
|
|
7439
7752
|
const _RD = "RecordDelimiter";
|
|
7440
7753
|
const _RE = "ResponseExpires";
|
|
7441
|
-
const _RED = "
|
|
7754
|
+
const _RED = "RecordExpirationDays";
|
|
7755
|
+
const _REDe = "RestoreExpiryDate";
|
|
7756
|
+
const _REe = "RecordExpiration";
|
|
7442
7757
|
const _RKKID = "ReplicaKmsKeyID";
|
|
7443
7758
|
const _RKPW = "ReplaceKeyPrefixWith";
|
|
7444
7759
|
const _RKW = "ReplaceKeyWith";
|
|
@@ -7474,6 +7789,7 @@ const _Rul = "Rules";
|
|
|
7474
7789
|
const _S = "Status";
|
|
7475
7790
|
const _SA = "StartAfter";
|
|
7476
7791
|
const _SAK = "SecretAccessKey";
|
|
7792
|
+
const _SAs = "SseAlgorithm";
|
|
7477
7793
|
const _SBD = "S3BucketDestination";
|
|
7478
7794
|
const _SC = "StorageClass";
|
|
7479
7795
|
const _SCA = "StorageClassAnalysis";
|
|
@@ -7526,6 +7842,7 @@ const _TA = "TopicArn";
|
|
|
7526
7842
|
const _TAa = "TableArn";
|
|
7527
7843
|
const _TB = "TargetBucket";
|
|
7528
7844
|
const _TBA = "TableBucketArn";
|
|
7845
|
+
const _TBT = "TableBucketType";
|
|
7529
7846
|
const _TC = "TagCount";
|
|
7530
7847
|
const _TCo = "TopicConfiguration";
|
|
7531
7848
|
const _TCop = "TopicConfigurations";
|
|
@@ -7539,7 +7856,9 @@ const _TOKF = "TargetObjectKeyFormat";
|
|
|
7539
7856
|
const _TP = "TargetPrefix";
|
|
7540
7857
|
const _TPC = "TotalPartsCount";
|
|
7541
7858
|
const _TS = "TagSet";
|
|
7859
|
+
const _TSA = "TableSseAlgorithm";
|
|
7542
7860
|
const _TSC = "TransitionStorageClass";
|
|
7861
|
+
const _TSa = "TableStatus";
|
|
7543
7862
|
const _Ta = "Tag";
|
|
7544
7863
|
const _Tag = "Tags";
|
|
7545
7864
|
const _Ti = "Tier";
|
|
@@ -7607,6 +7926,9 @@ const _lo = "location";
|
|
|
7607
7926
|
const _log = "logging";
|
|
7608
7927
|
const _lt = "list-type";
|
|
7609
7928
|
const _m = "metrics";
|
|
7929
|
+
const _mC = "metadataConfiguration";
|
|
7930
|
+
const _mIT = "metadataInventoryTable";
|
|
7931
|
+
const _mJT = "metadataJournalTable";
|
|
7610
7932
|
const _mT = "metadataTable";
|
|
7611
7933
|
const _ma = "marker";
|
|
7612
7934
|
const _mb = "max-buckets";
|
package/dist-types/S3.d.ts
CHANGED
|
@@ -3,6 +3,7 @@ import { AbortMultipartUploadCommandInput, AbortMultipartUploadCommandOutput } f
|
|
|
3
3
|
import { CompleteMultipartUploadCommandInput, CompleteMultipartUploadCommandOutput } from "./commands/CompleteMultipartUploadCommand";
|
|
4
4
|
import { CopyObjectCommandInput, CopyObjectCommandOutput } from "./commands/CopyObjectCommand";
|
|
5
5
|
import { CreateBucketCommandInput, CreateBucketCommandOutput } from "./commands/CreateBucketCommand";
|
|
6
|
+
import { CreateBucketMetadataConfigurationCommandInput, CreateBucketMetadataConfigurationCommandOutput } from "./commands/CreateBucketMetadataConfigurationCommand";
|
|
6
7
|
import { CreateBucketMetadataTableConfigurationCommandInput, CreateBucketMetadataTableConfigurationCommandOutput } from "./commands/CreateBucketMetadataTableConfigurationCommand";
|
|
7
8
|
import { CreateMultipartUploadCommandInput, CreateMultipartUploadCommandOutput } from "./commands/CreateMultipartUploadCommand";
|
|
8
9
|
import { CreateSessionCommandInput, CreateSessionCommandOutput } from "./commands/CreateSessionCommand";
|
|
@@ -13,6 +14,7 @@ import { DeleteBucketEncryptionCommandInput, DeleteBucketEncryptionCommandOutput
|
|
|
13
14
|
import { DeleteBucketIntelligentTieringConfigurationCommandInput, DeleteBucketIntelligentTieringConfigurationCommandOutput } from "./commands/DeleteBucketIntelligentTieringConfigurationCommand";
|
|
14
15
|
import { DeleteBucketInventoryConfigurationCommandInput, DeleteBucketInventoryConfigurationCommandOutput } from "./commands/DeleteBucketInventoryConfigurationCommand";
|
|
15
16
|
import { DeleteBucketLifecycleCommandInput, DeleteBucketLifecycleCommandOutput } from "./commands/DeleteBucketLifecycleCommand";
|
|
17
|
+
import { DeleteBucketMetadataConfigurationCommandInput, DeleteBucketMetadataConfigurationCommandOutput } from "./commands/DeleteBucketMetadataConfigurationCommand";
|
|
16
18
|
import { DeleteBucketMetadataTableConfigurationCommandInput, DeleteBucketMetadataTableConfigurationCommandOutput } from "./commands/DeleteBucketMetadataTableConfigurationCommand";
|
|
17
19
|
import { DeleteBucketMetricsConfigurationCommandInput, DeleteBucketMetricsConfigurationCommandOutput } from "./commands/DeleteBucketMetricsConfigurationCommand";
|
|
18
20
|
import { DeleteBucketOwnershipControlsCommandInput, DeleteBucketOwnershipControlsCommandOutput } from "./commands/DeleteBucketOwnershipControlsCommand";
|
|
@@ -34,6 +36,7 @@ import { GetBucketInventoryConfigurationCommandInput, GetBucketInventoryConfigur
|
|
|
34
36
|
import { GetBucketLifecycleConfigurationCommandInput, GetBucketLifecycleConfigurationCommandOutput } from "./commands/GetBucketLifecycleConfigurationCommand";
|
|
35
37
|
import { GetBucketLocationCommandInput, GetBucketLocationCommandOutput } from "./commands/GetBucketLocationCommand";
|
|
36
38
|
import { GetBucketLoggingCommandInput, GetBucketLoggingCommandOutput } from "./commands/GetBucketLoggingCommand";
|
|
39
|
+
import { GetBucketMetadataConfigurationCommandInput, GetBucketMetadataConfigurationCommandOutput } from "./commands/GetBucketMetadataConfigurationCommand";
|
|
37
40
|
import { GetBucketMetadataTableConfigurationCommandInput, GetBucketMetadataTableConfigurationCommandOutput } from "./commands/GetBucketMetadataTableConfigurationCommand";
|
|
38
41
|
import { GetBucketMetricsConfigurationCommandInput, GetBucketMetricsConfigurationCommandOutput } from "./commands/GetBucketMetricsConfigurationCommand";
|
|
39
42
|
import { GetBucketNotificationConfigurationCommandInput, GetBucketNotificationConfigurationCommandOutput } from "./commands/GetBucketNotificationConfigurationCommand";
|
|
@@ -95,6 +98,8 @@ import { PutPublicAccessBlockCommandInput, PutPublicAccessBlockCommandOutput } f
|
|
|
95
98
|
import { RenameObjectCommandInput, RenameObjectCommandOutput } from "./commands/RenameObjectCommand";
|
|
96
99
|
import { RestoreObjectCommandInput, RestoreObjectCommandOutput } from "./commands/RestoreObjectCommand";
|
|
97
100
|
import { SelectObjectContentCommandInput, SelectObjectContentCommandOutput } from "./commands/SelectObjectContentCommand";
|
|
101
|
+
import { UpdateBucketMetadataInventoryTableConfigurationCommandInput, UpdateBucketMetadataInventoryTableConfigurationCommandOutput } from "./commands/UpdateBucketMetadataInventoryTableConfigurationCommand";
|
|
102
|
+
import { UpdateBucketMetadataJournalTableConfigurationCommandInput, UpdateBucketMetadataJournalTableConfigurationCommandOutput } from "./commands/UpdateBucketMetadataJournalTableConfigurationCommand";
|
|
98
103
|
import { UploadPartCommandInput, UploadPartCommandOutput } from "./commands/UploadPartCommand";
|
|
99
104
|
import { UploadPartCopyCommandInput, UploadPartCopyCommandOutput } from "./commands/UploadPartCopyCommand";
|
|
100
105
|
import { WriteGetObjectResponseCommandInput, WriteGetObjectResponseCommandOutput } from "./commands/WriteGetObjectResponseCommand";
|
|
@@ -124,6 +129,12 @@ export interface S3 {
|
|
|
124
129
|
createBucket(args: CreateBucketCommandInput, options?: __HttpHandlerOptions): Promise<CreateBucketCommandOutput>;
|
|
125
130
|
createBucket(args: CreateBucketCommandInput, cb: (err: any, data?: CreateBucketCommandOutput) => void): void;
|
|
126
131
|
createBucket(args: CreateBucketCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateBucketCommandOutput) => void): void;
|
|
132
|
+
/**
|
|
133
|
+
* @see {@link CreateBucketMetadataConfigurationCommand}
|
|
134
|
+
*/
|
|
135
|
+
createBucketMetadataConfiguration(args: CreateBucketMetadataConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<CreateBucketMetadataConfigurationCommandOutput>;
|
|
136
|
+
createBucketMetadataConfiguration(args: CreateBucketMetadataConfigurationCommandInput, cb: (err: any, data?: CreateBucketMetadataConfigurationCommandOutput) => void): void;
|
|
137
|
+
createBucketMetadataConfiguration(args: CreateBucketMetadataConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateBucketMetadataConfigurationCommandOutput) => void): void;
|
|
127
138
|
/**
|
|
128
139
|
* @see {@link CreateBucketMetadataTableConfigurationCommand}
|
|
129
140
|
*/
|
|
@@ -184,6 +195,12 @@ export interface S3 {
|
|
|
184
195
|
deleteBucketLifecycle(args: DeleteBucketLifecycleCommandInput, options?: __HttpHandlerOptions): Promise<DeleteBucketLifecycleCommandOutput>;
|
|
185
196
|
deleteBucketLifecycle(args: DeleteBucketLifecycleCommandInput, cb: (err: any, data?: DeleteBucketLifecycleCommandOutput) => void): void;
|
|
186
197
|
deleteBucketLifecycle(args: DeleteBucketLifecycleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteBucketLifecycleCommandOutput) => void): void;
|
|
198
|
+
/**
|
|
199
|
+
* @see {@link DeleteBucketMetadataConfigurationCommand}
|
|
200
|
+
*/
|
|
201
|
+
deleteBucketMetadataConfiguration(args: DeleteBucketMetadataConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<DeleteBucketMetadataConfigurationCommandOutput>;
|
|
202
|
+
deleteBucketMetadataConfiguration(args: DeleteBucketMetadataConfigurationCommandInput, cb: (err: any, data?: DeleteBucketMetadataConfigurationCommandOutput) => void): void;
|
|
203
|
+
deleteBucketMetadataConfiguration(args: DeleteBucketMetadataConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteBucketMetadataConfigurationCommandOutput) => void): void;
|
|
187
204
|
/**
|
|
188
205
|
* @see {@link DeleteBucketMetadataTableConfigurationCommand}
|
|
189
206
|
*/
|
|
@@ -310,6 +327,12 @@ export interface S3 {
|
|
|
310
327
|
getBucketLogging(args: GetBucketLoggingCommandInput, options?: __HttpHandlerOptions): Promise<GetBucketLoggingCommandOutput>;
|
|
311
328
|
getBucketLogging(args: GetBucketLoggingCommandInput, cb: (err: any, data?: GetBucketLoggingCommandOutput) => void): void;
|
|
312
329
|
getBucketLogging(args: GetBucketLoggingCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetBucketLoggingCommandOutput) => void): void;
|
|
330
|
+
/**
|
|
331
|
+
* @see {@link GetBucketMetadataConfigurationCommand}
|
|
332
|
+
*/
|
|
333
|
+
getBucketMetadataConfiguration(args: GetBucketMetadataConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<GetBucketMetadataConfigurationCommandOutput>;
|
|
334
|
+
getBucketMetadataConfiguration(args: GetBucketMetadataConfigurationCommandInput, cb: (err: any, data?: GetBucketMetadataConfigurationCommandOutput) => void): void;
|
|
335
|
+
getBucketMetadataConfiguration(args: GetBucketMetadataConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetBucketMetadataConfigurationCommandOutput) => void): void;
|
|
313
336
|
/**
|
|
314
337
|
* @see {@link GetBucketMetadataTableConfigurationCommand}
|
|
315
338
|
*/
|
|
@@ -678,6 +701,18 @@ export interface S3 {
|
|
|
678
701
|
selectObjectContent(args: SelectObjectContentCommandInput, options?: __HttpHandlerOptions): Promise<SelectObjectContentCommandOutput>;
|
|
679
702
|
selectObjectContent(args: SelectObjectContentCommandInput, cb: (err: any, data?: SelectObjectContentCommandOutput) => void): void;
|
|
680
703
|
selectObjectContent(args: SelectObjectContentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SelectObjectContentCommandOutput) => void): void;
|
|
704
|
+
/**
|
|
705
|
+
* @see {@link UpdateBucketMetadataInventoryTableConfigurationCommand}
|
|
706
|
+
*/
|
|
707
|
+
updateBucketMetadataInventoryTableConfiguration(args: UpdateBucketMetadataInventoryTableConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<UpdateBucketMetadataInventoryTableConfigurationCommandOutput>;
|
|
708
|
+
updateBucketMetadataInventoryTableConfiguration(args: UpdateBucketMetadataInventoryTableConfigurationCommandInput, cb: (err: any, data?: UpdateBucketMetadataInventoryTableConfigurationCommandOutput) => void): void;
|
|
709
|
+
updateBucketMetadataInventoryTableConfiguration(args: UpdateBucketMetadataInventoryTableConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateBucketMetadataInventoryTableConfigurationCommandOutput) => void): void;
|
|
710
|
+
/**
|
|
711
|
+
* @see {@link UpdateBucketMetadataJournalTableConfigurationCommand}
|
|
712
|
+
*/
|
|
713
|
+
updateBucketMetadataJournalTableConfiguration(args: UpdateBucketMetadataJournalTableConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<UpdateBucketMetadataJournalTableConfigurationCommandOutput>;
|
|
714
|
+
updateBucketMetadataJournalTableConfiguration(args: UpdateBucketMetadataJournalTableConfigurationCommandInput, cb: (err: any, data?: UpdateBucketMetadataJournalTableConfigurationCommandOutput) => void): void;
|
|
715
|
+
updateBucketMetadataJournalTableConfiguration(args: UpdateBucketMetadataJournalTableConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateBucketMetadataJournalTableConfigurationCommandOutput) => void): void;
|
|
681
716
|
/**
|
|
682
717
|
* @see {@link UploadPartCommand}
|
|
683
718
|
*/
|