@aws-sdk/client-s3 3.844.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 +15 -15
|
@@ -4,6 +4,7 @@ import { AbortMultipartUploadCommandInput, AbortMultipartUploadCommandOutput } f
|
|
|
4
4
|
import { CompleteMultipartUploadCommandInput, CompleteMultipartUploadCommandOutput } from "../commands/CompleteMultipartUploadCommand";
|
|
5
5
|
import { CopyObjectCommandInput, CopyObjectCommandOutput } from "../commands/CopyObjectCommand";
|
|
6
6
|
import { CreateBucketCommandInput, CreateBucketCommandOutput } from "../commands/CreateBucketCommand";
|
|
7
|
+
import { CreateBucketMetadataConfigurationCommandInput, CreateBucketMetadataConfigurationCommandOutput } from "../commands/CreateBucketMetadataConfigurationCommand";
|
|
7
8
|
import { CreateBucketMetadataTableConfigurationCommandInput, CreateBucketMetadataTableConfigurationCommandOutput } from "../commands/CreateBucketMetadataTableConfigurationCommand";
|
|
8
9
|
import { CreateMultipartUploadCommandInput, CreateMultipartUploadCommandOutput } from "../commands/CreateMultipartUploadCommand";
|
|
9
10
|
import { CreateSessionCommandInput, CreateSessionCommandOutput } from "../commands/CreateSessionCommand";
|
|
@@ -14,6 +15,7 @@ import { DeleteBucketEncryptionCommandInput, DeleteBucketEncryptionCommandOutput
|
|
|
14
15
|
import { DeleteBucketIntelligentTieringConfigurationCommandInput, DeleteBucketIntelligentTieringConfigurationCommandOutput } from "../commands/DeleteBucketIntelligentTieringConfigurationCommand";
|
|
15
16
|
import { DeleteBucketInventoryConfigurationCommandInput, DeleteBucketInventoryConfigurationCommandOutput } from "../commands/DeleteBucketInventoryConfigurationCommand";
|
|
16
17
|
import { DeleteBucketLifecycleCommandInput, DeleteBucketLifecycleCommandOutput } from "../commands/DeleteBucketLifecycleCommand";
|
|
18
|
+
import { DeleteBucketMetadataConfigurationCommandInput, DeleteBucketMetadataConfigurationCommandOutput } from "../commands/DeleteBucketMetadataConfigurationCommand";
|
|
17
19
|
import { DeleteBucketMetadataTableConfigurationCommandInput, DeleteBucketMetadataTableConfigurationCommandOutput } from "../commands/DeleteBucketMetadataTableConfigurationCommand";
|
|
18
20
|
import { DeleteBucketMetricsConfigurationCommandInput, DeleteBucketMetricsConfigurationCommandOutput } from "../commands/DeleteBucketMetricsConfigurationCommand";
|
|
19
21
|
import { DeleteBucketOwnershipControlsCommandInput, DeleteBucketOwnershipControlsCommandOutput } from "../commands/DeleteBucketOwnershipControlsCommand";
|
|
@@ -35,6 +37,7 @@ import { GetBucketInventoryConfigurationCommandInput, GetBucketInventoryConfigur
|
|
|
35
37
|
import { GetBucketLifecycleConfigurationCommandInput, GetBucketLifecycleConfigurationCommandOutput } from "../commands/GetBucketLifecycleConfigurationCommand";
|
|
36
38
|
import { GetBucketLocationCommandInput, GetBucketLocationCommandOutput } from "../commands/GetBucketLocationCommand";
|
|
37
39
|
import { GetBucketLoggingCommandInput, GetBucketLoggingCommandOutput } from "../commands/GetBucketLoggingCommand";
|
|
40
|
+
import { GetBucketMetadataConfigurationCommandInput, GetBucketMetadataConfigurationCommandOutput } from "../commands/GetBucketMetadataConfigurationCommand";
|
|
38
41
|
import { GetBucketMetadataTableConfigurationCommandInput, GetBucketMetadataTableConfigurationCommandOutput } from "../commands/GetBucketMetadataTableConfigurationCommand";
|
|
39
42
|
import { GetBucketMetricsConfigurationCommandInput, GetBucketMetricsConfigurationCommandOutput } from "../commands/GetBucketMetricsConfigurationCommand";
|
|
40
43
|
import { GetBucketNotificationConfigurationCommandInput, GetBucketNotificationConfigurationCommandOutput } from "../commands/GetBucketNotificationConfigurationCommand";
|
|
@@ -96,6 +99,8 @@ import { PutPublicAccessBlockCommandInput, PutPublicAccessBlockCommandOutput } f
|
|
|
96
99
|
import { RenameObjectCommandInput, RenameObjectCommandOutput } from "../commands/RenameObjectCommand";
|
|
97
100
|
import { RestoreObjectCommandInput, RestoreObjectCommandOutput } from "../commands/RestoreObjectCommand";
|
|
98
101
|
import { SelectObjectContentCommandInput, SelectObjectContentCommandOutput } from "../commands/SelectObjectContentCommand";
|
|
102
|
+
import { UpdateBucketMetadataInventoryTableConfigurationCommandInput, UpdateBucketMetadataInventoryTableConfigurationCommandOutput } from "../commands/UpdateBucketMetadataInventoryTableConfigurationCommand";
|
|
103
|
+
import { UpdateBucketMetadataJournalTableConfigurationCommandInput, UpdateBucketMetadataJournalTableConfigurationCommandOutput } from "../commands/UpdateBucketMetadataJournalTableConfigurationCommand";
|
|
99
104
|
import { UploadPartCommandInput, UploadPartCommandOutput } from "../commands/UploadPartCommand";
|
|
100
105
|
import { UploadPartCopyCommandInput, UploadPartCopyCommandOutput } from "../commands/UploadPartCopyCommand";
|
|
101
106
|
import { WriteGetObjectResponseCommandInput, WriteGetObjectResponseCommandOutput } from "../commands/WriteGetObjectResponseCommand";
|
|
@@ -115,6 +120,10 @@ export declare const se_CopyObjectCommand: (input: CopyObjectCommandInput, conte
|
|
|
115
120
|
* serializeAws_restXmlCreateBucketCommand
|
|
116
121
|
*/
|
|
117
122
|
export declare const se_CreateBucketCommand: (input: CreateBucketCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
123
|
+
/**
|
|
124
|
+
* serializeAws_restXmlCreateBucketMetadataConfigurationCommand
|
|
125
|
+
*/
|
|
126
|
+
export declare const se_CreateBucketMetadataConfigurationCommand: (input: CreateBucketMetadataConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
118
127
|
/**
|
|
119
128
|
* serializeAws_restXmlCreateBucketMetadataTableConfigurationCommand
|
|
120
129
|
*/
|
|
@@ -155,6 +164,10 @@ export declare const se_DeleteBucketInventoryConfigurationCommand: (input: Delet
|
|
|
155
164
|
* serializeAws_restXmlDeleteBucketLifecycleCommand
|
|
156
165
|
*/
|
|
157
166
|
export declare const se_DeleteBucketLifecycleCommand: (input: DeleteBucketLifecycleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
167
|
+
/**
|
|
168
|
+
* serializeAws_restXmlDeleteBucketMetadataConfigurationCommand
|
|
169
|
+
*/
|
|
170
|
+
export declare const se_DeleteBucketMetadataConfigurationCommand: (input: DeleteBucketMetadataConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
158
171
|
/**
|
|
159
172
|
* serializeAws_restXmlDeleteBucketMetadataTableConfigurationCommand
|
|
160
173
|
*/
|
|
@@ -239,6 +252,10 @@ export declare const se_GetBucketLocationCommand: (input: GetBucketLocationComma
|
|
|
239
252
|
* serializeAws_restXmlGetBucketLoggingCommand
|
|
240
253
|
*/
|
|
241
254
|
export declare const se_GetBucketLoggingCommand: (input: GetBucketLoggingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
255
|
+
/**
|
|
256
|
+
* serializeAws_restXmlGetBucketMetadataConfigurationCommand
|
|
257
|
+
*/
|
|
258
|
+
export declare const se_GetBucketMetadataConfigurationCommand: (input: GetBucketMetadataConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
242
259
|
/**
|
|
243
260
|
* serializeAws_restXmlGetBucketMetadataTableConfigurationCommand
|
|
244
261
|
*/
|
|
@@ -483,6 +500,14 @@ export declare const se_RestoreObjectCommand: (input: RestoreObjectCommandInput,
|
|
|
483
500
|
* serializeAws_restXmlSelectObjectContentCommand
|
|
484
501
|
*/
|
|
485
502
|
export declare const se_SelectObjectContentCommand: (input: SelectObjectContentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
503
|
+
/**
|
|
504
|
+
* serializeAws_restXmlUpdateBucketMetadataInventoryTableConfigurationCommand
|
|
505
|
+
*/
|
|
506
|
+
export declare const se_UpdateBucketMetadataInventoryTableConfigurationCommand: (input: UpdateBucketMetadataInventoryTableConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
507
|
+
/**
|
|
508
|
+
* serializeAws_restXmlUpdateBucketMetadataJournalTableConfigurationCommand
|
|
509
|
+
*/
|
|
510
|
+
export declare const se_UpdateBucketMetadataJournalTableConfigurationCommand: (input: UpdateBucketMetadataJournalTableConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
486
511
|
/**
|
|
487
512
|
* serializeAws_restXmlUploadPartCommand
|
|
488
513
|
*/
|
|
@@ -511,6 +536,10 @@ export declare const de_CopyObjectCommand: (output: __HttpResponse, context: __S
|
|
|
511
536
|
* deserializeAws_restXmlCreateBucketCommand
|
|
512
537
|
*/
|
|
513
538
|
export declare const de_CreateBucketCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateBucketCommandOutput>;
|
|
539
|
+
/**
|
|
540
|
+
* deserializeAws_restXmlCreateBucketMetadataConfigurationCommand
|
|
541
|
+
*/
|
|
542
|
+
export declare const de_CreateBucketMetadataConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateBucketMetadataConfigurationCommandOutput>;
|
|
514
543
|
/**
|
|
515
544
|
* deserializeAws_restXmlCreateBucketMetadataTableConfigurationCommand
|
|
516
545
|
*/
|
|
@@ -551,6 +580,10 @@ export declare const de_DeleteBucketInventoryConfigurationCommand: (output: __Ht
|
|
|
551
580
|
* deserializeAws_restXmlDeleteBucketLifecycleCommand
|
|
552
581
|
*/
|
|
553
582
|
export declare const de_DeleteBucketLifecycleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteBucketLifecycleCommandOutput>;
|
|
583
|
+
/**
|
|
584
|
+
* deserializeAws_restXmlDeleteBucketMetadataConfigurationCommand
|
|
585
|
+
*/
|
|
586
|
+
export declare const de_DeleteBucketMetadataConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteBucketMetadataConfigurationCommandOutput>;
|
|
554
587
|
/**
|
|
555
588
|
* deserializeAws_restXmlDeleteBucketMetadataTableConfigurationCommand
|
|
556
589
|
*/
|
|
@@ -635,6 +668,10 @@ export declare const de_GetBucketLocationCommand: (output: __HttpResponse, conte
|
|
|
635
668
|
* deserializeAws_restXmlGetBucketLoggingCommand
|
|
636
669
|
*/
|
|
637
670
|
export declare const de_GetBucketLoggingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetBucketLoggingCommandOutput>;
|
|
671
|
+
/**
|
|
672
|
+
* deserializeAws_restXmlGetBucketMetadataConfigurationCommand
|
|
673
|
+
*/
|
|
674
|
+
export declare const de_GetBucketMetadataConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetBucketMetadataConfigurationCommandOutput>;
|
|
638
675
|
/**
|
|
639
676
|
* deserializeAws_restXmlGetBucketMetadataTableConfigurationCommand
|
|
640
677
|
*/
|
|
@@ -879,6 +916,14 @@ export declare const de_RestoreObjectCommand: (output: __HttpResponse, context:
|
|
|
879
916
|
* deserializeAws_restXmlSelectObjectContentCommand
|
|
880
917
|
*/
|
|
881
918
|
export declare const de_SelectObjectContentCommand: (output: __HttpResponse, context: __SerdeContext & __EventStreamSerdeContext) => Promise<SelectObjectContentCommandOutput>;
|
|
919
|
+
/**
|
|
920
|
+
* deserializeAws_restXmlUpdateBucketMetadataInventoryTableConfigurationCommand
|
|
921
|
+
*/
|
|
922
|
+
export declare const de_UpdateBucketMetadataInventoryTableConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateBucketMetadataInventoryTableConfigurationCommandOutput>;
|
|
923
|
+
/**
|
|
924
|
+
* deserializeAws_restXmlUpdateBucketMetadataJournalTableConfigurationCommand
|
|
925
|
+
*/
|
|
926
|
+
export declare const de_UpdateBucketMetadataJournalTableConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateBucketMetadataJournalTableConfigurationCommandOutput>;
|
|
882
927
|
/**
|
|
883
928
|
* deserializeAws_restXmlUploadPartCommand
|
|
884
929
|
*/
|
package/dist-types/ts3.4/S3.d.ts
CHANGED
|
@@ -15,6 +15,10 @@ import {
|
|
|
15
15
|
CreateBucketCommandInput,
|
|
16
16
|
CreateBucketCommandOutput,
|
|
17
17
|
} from "./commands/CreateBucketCommand";
|
|
18
|
+
import {
|
|
19
|
+
CreateBucketMetadataConfigurationCommandInput,
|
|
20
|
+
CreateBucketMetadataConfigurationCommandOutput,
|
|
21
|
+
} from "./commands/CreateBucketMetadataConfigurationCommand";
|
|
18
22
|
import {
|
|
19
23
|
CreateBucketMetadataTableConfigurationCommandInput,
|
|
20
24
|
CreateBucketMetadataTableConfigurationCommandOutput,
|
|
@@ -55,6 +59,10 @@ import {
|
|
|
55
59
|
DeleteBucketLifecycleCommandInput,
|
|
56
60
|
DeleteBucketLifecycleCommandOutput,
|
|
57
61
|
} from "./commands/DeleteBucketLifecycleCommand";
|
|
62
|
+
import {
|
|
63
|
+
DeleteBucketMetadataConfigurationCommandInput,
|
|
64
|
+
DeleteBucketMetadataConfigurationCommandOutput,
|
|
65
|
+
} from "./commands/DeleteBucketMetadataConfigurationCommand";
|
|
58
66
|
import {
|
|
59
67
|
DeleteBucketMetadataTableConfigurationCommandInput,
|
|
60
68
|
DeleteBucketMetadataTableConfigurationCommandOutput,
|
|
@@ -139,6 +147,10 @@ import {
|
|
|
139
147
|
GetBucketLoggingCommandInput,
|
|
140
148
|
GetBucketLoggingCommandOutput,
|
|
141
149
|
} from "./commands/GetBucketLoggingCommand";
|
|
150
|
+
import {
|
|
151
|
+
GetBucketMetadataConfigurationCommandInput,
|
|
152
|
+
GetBucketMetadataConfigurationCommandOutput,
|
|
153
|
+
} from "./commands/GetBucketMetadataConfigurationCommand";
|
|
142
154
|
import {
|
|
143
155
|
GetBucketMetadataTableConfigurationCommandInput,
|
|
144
156
|
GetBucketMetadataTableConfigurationCommandOutput,
|
|
@@ -383,6 +395,14 @@ import {
|
|
|
383
395
|
SelectObjectContentCommandInput,
|
|
384
396
|
SelectObjectContentCommandOutput,
|
|
385
397
|
} from "./commands/SelectObjectContentCommand";
|
|
398
|
+
import {
|
|
399
|
+
UpdateBucketMetadataInventoryTableConfigurationCommandInput,
|
|
400
|
+
UpdateBucketMetadataInventoryTableConfigurationCommandOutput,
|
|
401
|
+
} from "./commands/UpdateBucketMetadataInventoryTableConfigurationCommand";
|
|
402
|
+
import {
|
|
403
|
+
UpdateBucketMetadataJournalTableConfigurationCommandInput,
|
|
404
|
+
UpdateBucketMetadataJournalTableConfigurationCommandOutput,
|
|
405
|
+
} from "./commands/UpdateBucketMetadataJournalTableConfigurationCommand";
|
|
386
406
|
import {
|
|
387
407
|
UploadPartCommandInput,
|
|
388
408
|
UploadPartCommandOutput,
|
|
@@ -449,6 +469,25 @@ export interface S3 {
|
|
|
449
469
|
options: __HttpHandlerOptions,
|
|
450
470
|
cb: (err: any, data?: CreateBucketCommandOutput) => void
|
|
451
471
|
): void;
|
|
472
|
+
createBucketMetadataConfiguration(
|
|
473
|
+
args: CreateBucketMetadataConfigurationCommandInput,
|
|
474
|
+
options?: __HttpHandlerOptions
|
|
475
|
+
): Promise<CreateBucketMetadataConfigurationCommandOutput>;
|
|
476
|
+
createBucketMetadataConfiguration(
|
|
477
|
+
args: CreateBucketMetadataConfigurationCommandInput,
|
|
478
|
+
cb: (
|
|
479
|
+
err: any,
|
|
480
|
+
data?: CreateBucketMetadataConfigurationCommandOutput
|
|
481
|
+
) => void
|
|
482
|
+
): void;
|
|
483
|
+
createBucketMetadataConfiguration(
|
|
484
|
+
args: CreateBucketMetadataConfigurationCommandInput,
|
|
485
|
+
options: __HttpHandlerOptions,
|
|
486
|
+
cb: (
|
|
487
|
+
err: any,
|
|
488
|
+
data?: CreateBucketMetadataConfigurationCommandOutput
|
|
489
|
+
) => void
|
|
490
|
+
): void;
|
|
452
491
|
createBucketMetadataTableConfiguration(
|
|
453
492
|
args: CreateBucketMetadataTableConfigurationCommandInput,
|
|
454
493
|
options?: __HttpHandlerOptions
|
|
@@ -603,6 +642,25 @@ export interface S3 {
|
|
|
603
642
|
options: __HttpHandlerOptions,
|
|
604
643
|
cb: (err: any, data?: DeleteBucketLifecycleCommandOutput) => void
|
|
605
644
|
): void;
|
|
645
|
+
deleteBucketMetadataConfiguration(
|
|
646
|
+
args: DeleteBucketMetadataConfigurationCommandInput,
|
|
647
|
+
options?: __HttpHandlerOptions
|
|
648
|
+
): Promise<DeleteBucketMetadataConfigurationCommandOutput>;
|
|
649
|
+
deleteBucketMetadataConfiguration(
|
|
650
|
+
args: DeleteBucketMetadataConfigurationCommandInput,
|
|
651
|
+
cb: (
|
|
652
|
+
err: any,
|
|
653
|
+
data?: DeleteBucketMetadataConfigurationCommandOutput
|
|
654
|
+
) => void
|
|
655
|
+
): void;
|
|
656
|
+
deleteBucketMetadataConfiguration(
|
|
657
|
+
args: DeleteBucketMetadataConfigurationCommandInput,
|
|
658
|
+
options: __HttpHandlerOptions,
|
|
659
|
+
cb: (
|
|
660
|
+
err: any,
|
|
661
|
+
data?: DeleteBucketMetadataConfigurationCommandOutput
|
|
662
|
+
) => void
|
|
663
|
+
): void;
|
|
606
664
|
deleteBucketMetadataTableConfiguration(
|
|
607
665
|
args: DeleteBucketMetadataTableConfigurationCommandInput,
|
|
608
666
|
options?: __HttpHandlerOptions
|
|
@@ -888,6 +946,19 @@ export interface S3 {
|
|
|
888
946
|
options: __HttpHandlerOptions,
|
|
889
947
|
cb: (err: any, data?: GetBucketLoggingCommandOutput) => void
|
|
890
948
|
): void;
|
|
949
|
+
getBucketMetadataConfiguration(
|
|
950
|
+
args: GetBucketMetadataConfigurationCommandInput,
|
|
951
|
+
options?: __HttpHandlerOptions
|
|
952
|
+
): Promise<GetBucketMetadataConfigurationCommandOutput>;
|
|
953
|
+
getBucketMetadataConfiguration(
|
|
954
|
+
args: GetBucketMetadataConfigurationCommandInput,
|
|
955
|
+
cb: (err: any, data?: GetBucketMetadataConfigurationCommandOutput) => void
|
|
956
|
+
): void;
|
|
957
|
+
getBucketMetadataConfiguration(
|
|
958
|
+
args: GetBucketMetadataConfigurationCommandInput,
|
|
959
|
+
options: __HttpHandlerOptions,
|
|
960
|
+
cb: (err: any, data?: GetBucketMetadataConfigurationCommandOutput) => void
|
|
961
|
+
): void;
|
|
891
962
|
getBucketMetadataTableConfiguration(
|
|
892
963
|
args: GetBucketMetadataTableConfigurationCommandInput,
|
|
893
964
|
options?: __HttpHandlerOptions
|
|
@@ -1725,6 +1796,44 @@ export interface S3 {
|
|
|
1725
1796
|
options: __HttpHandlerOptions,
|
|
1726
1797
|
cb: (err: any, data?: SelectObjectContentCommandOutput) => void
|
|
1727
1798
|
): void;
|
|
1799
|
+
updateBucketMetadataInventoryTableConfiguration(
|
|
1800
|
+
args: UpdateBucketMetadataInventoryTableConfigurationCommandInput,
|
|
1801
|
+
options?: __HttpHandlerOptions
|
|
1802
|
+
): Promise<UpdateBucketMetadataInventoryTableConfigurationCommandOutput>;
|
|
1803
|
+
updateBucketMetadataInventoryTableConfiguration(
|
|
1804
|
+
args: UpdateBucketMetadataInventoryTableConfigurationCommandInput,
|
|
1805
|
+
cb: (
|
|
1806
|
+
err: any,
|
|
1807
|
+
data?: UpdateBucketMetadataInventoryTableConfigurationCommandOutput
|
|
1808
|
+
) => void
|
|
1809
|
+
): void;
|
|
1810
|
+
updateBucketMetadataInventoryTableConfiguration(
|
|
1811
|
+
args: UpdateBucketMetadataInventoryTableConfigurationCommandInput,
|
|
1812
|
+
options: __HttpHandlerOptions,
|
|
1813
|
+
cb: (
|
|
1814
|
+
err: any,
|
|
1815
|
+
data?: UpdateBucketMetadataInventoryTableConfigurationCommandOutput
|
|
1816
|
+
) => void
|
|
1817
|
+
): void;
|
|
1818
|
+
updateBucketMetadataJournalTableConfiguration(
|
|
1819
|
+
args: UpdateBucketMetadataJournalTableConfigurationCommandInput,
|
|
1820
|
+
options?: __HttpHandlerOptions
|
|
1821
|
+
): Promise<UpdateBucketMetadataJournalTableConfigurationCommandOutput>;
|
|
1822
|
+
updateBucketMetadataJournalTableConfiguration(
|
|
1823
|
+
args: UpdateBucketMetadataJournalTableConfigurationCommandInput,
|
|
1824
|
+
cb: (
|
|
1825
|
+
err: any,
|
|
1826
|
+
data?: UpdateBucketMetadataJournalTableConfigurationCommandOutput
|
|
1827
|
+
) => void
|
|
1828
|
+
): void;
|
|
1829
|
+
updateBucketMetadataJournalTableConfiguration(
|
|
1830
|
+
args: UpdateBucketMetadataJournalTableConfigurationCommandInput,
|
|
1831
|
+
options: __HttpHandlerOptions,
|
|
1832
|
+
cb: (
|
|
1833
|
+
err: any,
|
|
1834
|
+
data?: UpdateBucketMetadataJournalTableConfigurationCommandOutput
|
|
1835
|
+
) => void
|
|
1836
|
+
): void;
|
|
1728
1837
|
uploadPart(
|
|
1729
1838
|
args: UploadPartCommandInput,
|
|
1730
1839
|
options?: __HttpHandlerOptions
|
|
@@ -75,6 +75,10 @@ import {
|
|
|
75
75
|
CreateBucketCommandInput,
|
|
76
76
|
CreateBucketCommandOutput,
|
|
77
77
|
} from "./commands/CreateBucketCommand";
|
|
78
|
+
import {
|
|
79
|
+
CreateBucketMetadataConfigurationCommandInput,
|
|
80
|
+
CreateBucketMetadataConfigurationCommandOutput,
|
|
81
|
+
} from "./commands/CreateBucketMetadataConfigurationCommand";
|
|
78
82
|
import {
|
|
79
83
|
CreateBucketMetadataTableConfigurationCommandInput,
|
|
80
84
|
CreateBucketMetadataTableConfigurationCommandOutput,
|
|
@@ -115,6 +119,10 @@ import {
|
|
|
115
119
|
DeleteBucketLifecycleCommandInput,
|
|
116
120
|
DeleteBucketLifecycleCommandOutput,
|
|
117
121
|
} from "./commands/DeleteBucketLifecycleCommand";
|
|
122
|
+
import {
|
|
123
|
+
DeleteBucketMetadataConfigurationCommandInput,
|
|
124
|
+
DeleteBucketMetadataConfigurationCommandOutput,
|
|
125
|
+
} from "./commands/DeleteBucketMetadataConfigurationCommand";
|
|
118
126
|
import {
|
|
119
127
|
DeleteBucketMetadataTableConfigurationCommandInput,
|
|
120
128
|
DeleteBucketMetadataTableConfigurationCommandOutput,
|
|
@@ -199,6 +207,10 @@ import {
|
|
|
199
207
|
GetBucketLoggingCommandInput,
|
|
200
208
|
GetBucketLoggingCommandOutput,
|
|
201
209
|
} from "./commands/GetBucketLoggingCommand";
|
|
210
|
+
import {
|
|
211
|
+
GetBucketMetadataConfigurationCommandInput,
|
|
212
|
+
GetBucketMetadataConfigurationCommandOutput,
|
|
213
|
+
} from "./commands/GetBucketMetadataConfigurationCommand";
|
|
202
214
|
import {
|
|
203
215
|
GetBucketMetadataTableConfigurationCommandInput,
|
|
204
216
|
GetBucketMetadataTableConfigurationCommandOutput,
|
|
@@ -443,6 +455,14 @@ import {
|
|
|
443
455
|
SelectObjectContentCommandInput,
|
|
444
456
|
SelectObjectContentCommandOutput,
|
|
445
457
|
} from "./commands/SelectObjectContentCommand";
|
|
458
|
+
import {
|
|
459
|
+
UpdateBucketMetadataInventoryTableConfigurationCommandInput,
|
|
460
|
+
UpdateBucketMetadataInventoryTableConfigurationCommandOutput,
|
|
461
|
+
} from "./commands/UpdateBucketMetadataInventoryTableConfigurationCommand";
|
|
462
|
+
import {
|
|
463
|
+
UpdateBucketMetadataJournalTableConfigurationCommandInput,
|
|
464
|
+
UpdateBucketMetadataJournalTableConfigurationCommandOutput,
|
|
465
|
+
} from "./commands/UpdateBucketMetadataJournalTableConfigurationCommand";
|
|
446
466
|
import {
|
|
447
467
|
UploadPartCommandInput,
|
|
448
468
|
UploadPartCommandOutput,
|
|
@@ -467,6 +487,7 @@ export type ServiceInputTypes =
|
|
|
467
487
|
| CompleteMultipartUploadCommandInput
|
|
468
488
|
| CopyObjectCommandInput
|
|
469
489
|
| CreateBucketCommandInput
|
|
490
|
+
| CreateBucketMetadataConfigurationCommandInput
|
|
470
491
|
| CreateBucketMetadataTableConfigurationCommandInput
|
|
471
492
|
| CreateMultipartUploadCommandInput
|
|
472
493
|
| CreateSessionCommandInput
|
|
@@ -477,6 +498,7 @@ export type ServiceInputTypes =
|
|
|
477
498
|
| DeleteBucketIntelligentTieringConfigurationCommandInput
|
|
478
499
|
| DeleteBucketInventoryConfigurationCommandInput
|
|
479
500
|
| DeleteBucketLifecycleCommandInput
|
|
501
|
+
| DeleteBucketMetadataConfigurationCommandInput
|
|
480
502
|
| DeleteBucketMetadataTableConfigurationCommandInput
|
|
481
503
|
| DeleteBucketMetricsConfigurationCommandInput
|
|
482
504
|
| DeleteBucketOwnershipControlsCommandInput
|
|
@@ -498,6 +520,7 @@ export type ServiceInputTypes =
|
|
|
498
520
|
| GetBucketLifecycleConfigurationCommandInput
|
|
499
521
|
| GetBucketLocationCommandInput
|
|
500
522
|
| GetBucketLoggingCommandInput
|
|
523
|
+
| GetBucketMetadataConfigurationCommandInput
|
|
501
524
|
| GetBucketMetadataTableConfigurationCommandInput
|
|
502
525
|
| GetBucketMetricsConfigurationCommandInput
|
|
503
526
|
| GetBucketNotificationConfigurationCommandInput
|
|
@@ -559,6 +582,8 @@ export type ServiceInputTypes =
|
|
|
559
582
|
| RenameObjectCommandInput
|
|
560
583
|
| RestoreObjectCommandInput
|
|
561
584
|
| SelectObjectContentCommandInput
|
|
585
|
+
| UpdateBucketMetadataInventoryTableConfigurationCommandInput
|
|
586
|
+
| UpdateBucketMetadataJournalTableConfigurationCommandInput
|
|
562
587
|
| UploadPartCommandInput
|
|
563
588
|
| UploadPartCopyCommandInput
|
|
564
589
|
| WriteGetObjectResponseCommandInput;
|
|
@@ -567,6 +592,7 @@ export type ServiceOutputTypes =
|
|
|
567
592
|
| CompleteMultipartUploadCommandOutput
|
|
568
593
|
| CopyObjectCommandOutput
|
|
569
594
|
| CreateBucketCommandOutput
|
|
595
|
+
| CreateBucketMetadataConfigurationCommandOutput
|
|
570
596
|
| CreateBucketMetadataTableConfigurationCommandOutput
|
|
571
597
|
| CreateMultipartUploadCommandOutput
|
|
572
598
|
| CreateSessionCommandOutput
|
|
@@ -577,6 +603,7 @@ export type ServiceOutputTypes =
|
|
|
577
603
|
| DeleteBucketIntelligentTieringConfigurationCommandOutput
|
|
578
604
|
| DeleteBucketInventoryConfigurationCommandOutput
|
|
579
605
|
| DeleteBucketLifecycleCommandOutput
|
|
606
|
+
| DeleteBucketMetadataConfigurationCommandOutput
|
|
580
607
|
| DeleteBucketMetadataTableConfigurationCommandOutput
|
|
581
608
|
| DeleteBucketMetricsConfigurationCommandOutput
|
|
582
609
|
| DeleteBucketOwnershipControlsCommandOutput
|
|
@@ -598,6 +625,7 @@ export type ServiceOutputTypes =
|
|
|
598
625
|
| GetBucketLifecycleConfigurationCommandOutput
|
|
599
626
|
| GetBucketLocationCommandOutput
|
|
600
627
|
| GetBucketLoggingCommandOutput
|
|
628
|
+
| GetBucketMetadataConfigurationCommandOutput
|
|
601
629
|
| GetBucketMetadataTableConfigurationCommandOutput
|
|
602
630
|
| GetBucketMetricsConfigurationCommandOutput
|
|
603
631
|
| GetBucketNotificationConfigurationCommandOutput
|
|
@@ -659,6 +687,8 @@ export type ServiceOutputTypes =
|
|
|
659
687
|
| RenameObjectCommandOutput
|
|
660
688
|
| RestoreObjectCommandOutput
|
|
661
689
|
| SelectObjectContentCommandOutput
|
|
690
|
+
| UpdateBucketMetadataInventoryTableConfigurationCommandOutput
|
|
691
|
+
| UpdateBucketMetadataJournalTableConfigurationCommandOutput
|
|
662
692
|
| UploadPartCommandOutput
|
|
663
693
|
| UploadPartCopyCommandOutput
|
|
664
694
|
| WriteGetObjectResponseCommandOutput;
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import { CreateBucketMetadataConfigurationRequest } from "../models/models_0";
|
|
4
|
+
import {
|
|
5
|
+
S3ClientResolvedConfig,
|
|
6
|
+
ServiceInputTypes,
|
|
7
|
+
ServiceOutputTypes,
|
|
8
|
+
} from "../S3Client";
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
11
|
+
export interface CreateBucketMetadataConfigurationCommandInput
|
|
12
|
+
extends CreateBucketMetadataConfigurationRequest {}
|
|
13
|
+
export interface CreateBucketMetadataConfigurationCommandOutput
|
|
14
|
+
extends __MetadataBearer {}
|
|
15
|
+
declare const CreateBucketMetadataConfigurationCommand_base: {
|
|
16
|
+
new (
|
|
17
|
+
input: CreateBucketMetadataConfigurationCommandInput
|
|
18
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
19
|
+
CreateBucketMetadataConfigurationCommandInput,
|
|
20
|
+
CreateBucketMetadataConfigurationCommandOutput,
|
|
21
|
+
S3ClientResolvedConfig,
|
|
22
|
+
ServiceInputTypes,
|
|
23
|
+
ServiceOutputTypes
|
|
24
|
+
>;
|
|
25
|
+
new (
|
|
26
|
+
input: CreateBucketMetadataConfigurationCommandInput
|
|
27
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
28
|
+
CreateBucketMetadataConfigurationCommandInput,
|
|
29
|
+
CreateBucketMetadataConfigurationCommandOutput,
|
|
30
|
+
S3ClientResolvedConfig,
|
|
31
|
+
ServiceInputTypes,
|
|
32
|
+
ServiceOutputTypes
|
|
33
|
+
>;
|
|
34
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
|
+
};
|
|
36
|
+
export declare class CreateBucketMetadataConfigurationCommand extends CreateBucketMetadataConfigurationCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: CreateBucketMetadataConfigurationRequest;
|
|
40
|
+
output: {};
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: CreateBucketMetadataConfigurationCommandInput;
|
|
44
|
+
output: CreateBucketMetadataConfigurationCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import { DeleteBucketMetadataConfigurationRequest } from "../models/models_0";
|
|
4
|
+
import {
|
|
5
|
+
S3ClientResolvedConfig,
|
|
6
|
+
ServiceInputTypes,
|
|
7
|
+
ServiceOutputTypes,
|
|
8
|
+
} from "../S3Client";
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
11
|
+
export interface DeleteBucketMetadataConfigurationCommandInput
|
|
12
|
+
extends DeleteBucketMetadataConfigurationRequest {}
|
|
13
|
+
export interface DeleteBucketMetadataConfigurationCommandOutput
|
|
14
|
+
extends __MetadataBearer {}
|
|
15
|
+
declare const DeleteBucketMetadataConfigurationCommand_base: {
|
|
16
|
+
new (
|
|
17
|
+
input: DeleteBucketMetadataConfigurationCommandInput
|
|
18
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
19
|
+
DeleteBucketMetadataConfigurationCommandInput,
|
|
20
|
+
DeleteBucketMetadataConfigurationCommandOutput,
|
|
21
|
+
S3ClientResolvedConfig,
|
|
22
|
+
ServiceInputTypes,
|
|
23
|
+
ServiceOutputTypes
|
|
24
|
+
>;
|
|
25
|
+
new (
|
|
26
|
+
input: DeleteBucketMetadataConfigurationCommandInput
|
|
27
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
28
|
+
DeleteBucketMetadataConfigurationCommandInput,
|
|
29
|
+
DeleteBucketMetadataConfigurationCommandOutput,
|
|
30
|
+
S3ClientResolvedConfig,
|
|
31
|
+
ServiceInputTypes,
|
|
32
|
+
ServiceOutputTypes
|
|
33
|
+
>;
|
|
34
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
|
+
};
|
|
36
|
+
export declare class DeleteBucketMetadataConfigurationCommand extends DeleteBucketMetadataConfigurationCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: DeleteBucketMetadataConfigurationRequest;
|
|
40
|
+
output: {};
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: DeleteBucketMetadataConfigurationCommandInput;
|
|
44
|
+
output: DeleteBucketMetadataConfigurationCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
GetBucketMetadataConfigurationOutput,
|
|
5
|
+
GetBucketMetadataConfigurationRequest,
|
|
6
|
+
} from "../models/models_0";
|
|
7
|
+
import {
|
|
8
|
+
S3ClientResolvedConfig,
|
|
9
|
+
ServiceInputTypes,
|
|
10
|
+
ServiceOutputTypes,
|
|
11
|
+
} from "../S3Client";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface GetBucketMetadataConfigurationCommandInput
|
|
15
|
+
extends GetBucketMetadataConfigurationRequest {}
|
|
16
|
+
export interface GetBucketMetadataConfigurationCommandOutput
|
|
17
|
+
extends GetBucketMetadataConfigurationOutput,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const GetBucketMetadataConfigurationCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: GetBucketMetadataConfigurationCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
GetBucketMetadataConfigurationCommandInput,
|
|
24
|
+
GetBucketMetadataConfigurationCommandOutput,
|
|
25
|
+
S3ClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: GetBucketMetadataConfigurationCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
GetBucketMetadataConfigurationCommandInput,
|
|
33
|
+
GetBucketMetadataConfigurationCommandOutput,
|
|
34
|
+
S3ClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class GetBucketMetadataConfigurationCommand extends GetBucketMetadataConfigurationCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetBucketMetadataConfigurationRequest;
|
|
44
|
+
output: GetBucketMetadataConfigurationOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetBucketMetadataConfigurationCommandInput;
|
|
48
|
+
output: GetBucketMetadataConfigurationCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { ListObjectsOutput, ListObjectsRequest } from "../models/
|
|
3
|
+
import { ListObjectsOutput, ListObjectsRequest } from "../models/models_1";
|
|
4
4
|
import {
|
|
5
5
|
S3ClientResolvedConfig,
|
|
6
6
|
ServiceInputTypes,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { ListObjectsV2Output, ListObjectsV2Request } from "../models/
|
|
3
|
+
import { ListObjectsV2Output, ListObjectsV2Request } from "../models/models_1";
|
|
4
4
|
import {
|
|
5
5
|
S3ClientResolvedConfig,
|
|
6
6
|
ServiceInputTypes,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { ListPartsOutput, ListPartsRequest } from "../models/
|
|
3
|
+
import { ListPartsOutput, ListPartsRequest } from "../models/models_1";
|
|
4
4
|
import {
|
|
5
5
|
S3ClientResolvedConfig,
|
|
6
6
|
ServiceInputTypes,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { PutBucketAccelerateConfigurationRequest } from "../models/
|
|
3
|
+
import { PutBucketAccelerateConfigurationRequest } from "../models/models_1";
|
|
4
4
|
import {
|
|
5
5
|
S3ClientResolvedConfig,
|
|
6
6
|
ServiceInputTypes,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { PutBucketAclRequest } from "../models/
|
|
3
|
+
import { PutBucketAclRequest } from "../models/models_1";
|
|
4
4
|
import {
|
|
5
5
|
S3ClientResolvedConfig,
|
|
6
6
|
ServiceInputTypes,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { PutBucketAnalyticsConfigurationRequest } from "../models/
|
|
3
|
+
import { PutBucketAnalyticsConfigurationRequest } from "../models/models_1";
|
|
4
4
|
import {
|
|
5
5
|
S3ClientResolvedConfig,
|
|
6
6
|
ServiceInputTypes,
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import { UpdateBucketMetadataInventoryTableConfigurationRequest } from "../models/models_1";
|
|
4
|
+
import {
|
|
5
|
+
S3ClientResolvedConfig,
|
|
6
|
+
ServiceInputTypes,
|
|
7
|
+
ServiceOutputTypes,
|
|
8
|
+
} from "../S3Client";
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
11
|
+
export interface UpdateBucketMetadataInventoryTableConfigurationCommandInput
|
|
12
|
+
extends UpdateBucketMetadataInventoryTableConfigurationRequest {}
|
|
13
|
+
export interface UpdateBucketMetadataInventoryTableConfigurationCommandOutput
|
|
14
|
+
extends __MetadataBearer {}
|
|
15
|
+
declare const UpdateBucketMetadataInventoryTableConfigurationCommand_base: {
|
|
16
|
+
new (
|
|
17
|
+
input: UpdateBucketMetadataInventoryTableConfigurationCommandInput
|
|
18
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
19
|
+
UpdateBucketMetadataInventoryTableConfigurationCommandInput,
|
|
20
|
+
UpdateBucketMetadataInventoryTableConfigurationCommandOutput,
|
|
21
|
+
S3ClientResolvedConfig,
|
|
22
|
+
ServiceInputTypes,
|
|
23
|
+
ServiceOutputTypes
|
|
24
|
+
>;
|
|
25
|
+
new (
|
|
26
|
+
input: UpdateBucketMetadataInventoryTableConfigurationCommandInput
|
|
27
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
28
|
+
UpdateBucketMetadataInventoryTableConfigurationCommandInput,
|
|
29
|
+
UpdateBucketMetadataInventoryTableConfigurationCommandOutput,
|
|
30
|
+
S3ClientResolvedConfig,
|
|
31
|
+
ServiceInputTypes,
|
|
32
|
+
ServiceOutputTypes
|
|
33
|
+
>;
|
|
34
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
|
+
};
|
|
36
|
+
export declare class UpdateBucketMetadataInventoryTableConfigurationCommand extends UpdateBucketMetadataInventoryTableConfigurationCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: UpdateBucketMetadataInventoryTableConfigurationRequest;
|
|
40
|
+
output: {};
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: UpdateBucketMetadataInventoryTableConfigurationCommandInput;
|
|
44
|
+
output: UpdateBucketMetadataInventoryTableConfigurationCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|