@aws-sdk/client-s3 3.1087.0 → 3.1089.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 +17 -1
- package/dist-cjs/index.js +1 -1
- package/dist-types/S3.d.ts +17 -1
- package/dist-types/S3Client.d.ts +17 -1
- package/dist-types/commands/UpdateObjectEncryptionCommand.d.ts +0 -5
- package/dist-types/index.d.ts +17 -1
- package/dist-types/models/models_0.d.ts +6 -6
- package/dist-types/ts3.4/S3.d.ts +354 -501
- package/dist-types/ts3.4/S3Client.d.ts +25 -59
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -16
- package/dist-types/ts3.4/commandBuilder.d.ts +21 -31
- package/dist-types/ts3.4/commands/AbortMultipartUploadCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CompleteMultipartUploadCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CopyObjectCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CreateBucketCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CreateBucketMetadataConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateBucketMetadataTableConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateMultipartUploadCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateSessionCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DeleteBucketAnalyticsConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteBucketCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DeleteBucketCorsCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DeleteBucketEncryptionCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DeleteBucketIntelligentTieringConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteBucketInventoryConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteBucketLifecycleCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DeleteBucketMetadataConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteBucketMetadataTableConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteBucketMetricsConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteBucketOwnershipControlsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteBucketPolicyCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DeleteBucketReplicationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteBucketTaggingCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DeleteBucketWebsiteCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DeleteObjectAnnotationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteObjectCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DeleteObjectTaggingCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteObjectsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DeletePublicAccessBlockCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetBucketAbacCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetBucketAccelerateConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetBucketAclCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetBucketAnalyticsConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetBucketCorsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetBucketEncryptionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetBucketIntelligentTieringConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetBucketInventoryConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetBucketLifecycleConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetBucketLocationCommand.d.ts +5 -11
- package/dist-types/ts3.4/commands/GetBucketLoggingCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetBucketMetadataConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetBucketMetadataTableConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetBucketMetricsConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetBucketNotificationConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetBucketOwnershipControlsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetBucketPolicyCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetBucketPolicyStatusCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetBucketReplicationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetBucketRequestPaymentCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetBucketTaggingCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetBucketVersioningCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetBucketWebsiteCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetObjectAclCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetObjectAnnotationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetObjectAttributesCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetObjectCommand.d.ts +8 -8
- package/dist-types/ts3.4/commands/GetObjectLegalHoldCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetObjectLockConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetObjectRetentionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetObjectTaggingCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetObjectTorrentCommand.d.ts +6 -14
- package/dist-types/ts3.4/commands/GetPublicAccessBlockCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/HeadBucketCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/HeadObjectCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListBucketAnalyticsConfigurationsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListBucketIntelligentTieringConfigurationsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListBucketInventoryConfigurationsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListBucketMetricsConfigurationsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListBucketsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListDirectoryBucketsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListMultipartUploadsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListObjectAnnotationsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListObjectVersionsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListObjectsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListObjectsV2Command.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListPartsCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/PutBucketAbacCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/PutBucketAccelerateConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/PutBucketAclCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/PutBucketAnalyticsConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/PutBucketCorsCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/PutBucketEncryptionCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/PutBucketInventoryConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/PutBucketLifecycleConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/PutBucketLoggingCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/PutBucketMetricsConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/PutBucketNotificationConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/PutBucketOwnershipControlsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/PutBucketPolicyCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/PutBucketReplicationCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/PutBucketRequestPaymentCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/PutBucketTaggingCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/PutBucketVersioningCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/PutBucketWebsiteCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/PutObjectAclCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/PutObjectAnnotationCommand.d.ts +9 -17
- package/dist-types/ts3.4/commands/PutObjectCommand.d.ts +12 -11
- package/dist-types/ts3.4/commands/PutObjectLegalHoldCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/PutObjectLockConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/PutObjectRetentionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/PutObjectTaggingCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/PutPublicAccessBlockCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/RenameObjectCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/RestoreObjectCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/SelectObjectContentCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateBucketMetadataAnnotationTableConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateBucketMetadataInventoryTableConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateBucketMetadataJournalTableConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateObjectEncryptionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UploadPartCommand.d.ts +8 -11
- package/dist-types/ts3.4/commands/UploadPartCopyCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/WriteGetObjectResponseCommand.d.ts +7 -11
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +4 -13
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/models/enums.d.ts +32 -64
- package/dist-types/ts3.4/models/errors.d.ts +10 -30
- package/dist-types/ts3.4/models/models_0.d.ts +12 -36
- package/dist-types/ts3.4/models/models_1.d.ts +2 -9
- package/dist-types/ts3.4/pagination/ListBucketsPaginator.d.ts +1 -4
- package/dist-types/ts3.4/pagination/ListPartsPaginator.d.ts +1 -4
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +14 -36
- package/dist-types/ts3.4/runtimeConfig.d.ts +14 -32
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +14 -36
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +3 -6
- package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
- package/dist-types/ts3.4/waiters/waitForBucketExists.d.ts +3 -6
- package/dist-types/ts3.4/waiters/waitForBucketNotExists.d.ts +3 -6
- package/dist-types/ts3.4/waiters/waitForObjectExists.d.ts +3 -6
- package/dist-types/ts3.4/waiters/waitForObjectNotExists.d.ts +3 -6
- package/package.json +43 -43
|
@@ -17,10 +17,7 @@ import {
|
|
|
17
17
|
Client as __Client,
|
|
18
18
|
} from "@smithy/core/client";
|
|
19
19
|
import { RegionInputConfig, RegionResolvedConfig } from "@smithy/core/config";
|
|
20
|
-
import {
|
|
21
|
-
EndpointInputConfig,
|
|
22
|
-
EndpointResolvedConfig,
|
|
23
|
-
} from "@smithy/core/endpoints";
|
|
20
|
+
import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/core/endpoints";
|
|
24
21
|
import {
|
|
25
22
|
EventStreamSerdeInputConfig,
|
|
26
23
|
EventStreamSerdeResolvedConfig,
|
|
@@ -58,10 +55,7 @@ import {
|
|
|
58
55
|
CompleteMultipartUploadCommandInput,
|
|
59
56
|
CompleteMultipartUploadCommandOutput,
|
|
60
57
|
} from "./commands/CompleteMultipartUploadCommand";
|
|
61
|
-
import {
|
|
62
|
-
CopyObjectCommandInput,
|
|
63
|
-
CopyObjectCommandOutput,
|
|
64
|
-
} from "./commands/CopyObjectCommand";
|
|
58
|
+
import { CopyObjectCommandInput, CopyObjectCommandOutput } from "./commands/CopyObjectCommand";
|
|
65
59
|
import {
|
|
66
60
|
CreateBucketCommandInput,
|
|
67
61
|
CreateBucketCommandOutput,
|
|
@@ -266,10 +260,7 @@ import {
|
|
|
266
260
|
GetObjectAttributesCommandInput,
|
|
267
261
|
GetObjectAttributesCommandOutput,
|
|
268
262
|
} from "./commands/GetObjectAttributesCommand";
|
|
269
|
-
import {
|
|
270
|
-
GetObjectCommandInput,
|
|
271
|
-
GetObjectCommandOutput,
|
|
272
|
-
} from "./commands/GetObjectCommand";
|
|
263
|
+
import { GetObjectCommandInput, GetObjectCommandOutput } from "./commands/GetObjectCommand";
|
|
273
264
|
import {
|
|
274
265
|
GetObjectLegalHoldCommandInput,
|
|
275
266
|
GetObjectLegalHoldCommandOutput,
|
|
@@ -294,14 +285,8 @@ import {
|
|
|
294
285
|
GetPublicAccessBlockCommandInput,
|
|
295
286
|
GetPublicAccessBlockCommandOutput,
|
|
296
287
|
} from "./commands/GetPublicAccessBlockCommand";
|
|
297
|
-
import {
|
|
298
|
-
|
|
299
|
-
HeadBucketCommandOutput,
|
|
300
|
-
} from "./commands/HeadBucketCommand";
|
|
301
|
-
import {
|
|
302
|
-
HeadObjectCommandInput,
|
|
303
|
-
HeadObjectCommandOutput,
|
|
304
|
-
} from "./commands/HeadObjectCommand";
|
|
288
|
+
import { HeadBucketCommandInput, HeadBucketCommandOutput } from "./commands/HeadBucketCommand";
|
|
289
|
+
import { HeadObjectCommandInput, HeadObjectCommandOutput } from "./commands/HeadObjectCommand";
|
|
305
290
|
import {
|
|
306
291
|
ListBucketAnalyticsConfigurationsCommandInput,
|
|
307
292
|
ListBucketAnalyticsConfigurationsCommandOutput,
|
|
@@ -318,10 +303,7 @@ import {
|
|
|
318
303
|
ListBucketMetricsConfigurationsCommandInput,
|
|
319
304
|
ListBucketMetricsConfigurationsCommandOutput,
|
|
320
305
|
} from "./commands/ListBucketMetricsConfigurationsCommand";
|
|
321
|
-
import {
|
|
322
|
-
ListBucketsCommandInput,
|
|
323
|
-
ListBucketsCommandOutput,
|
|
324
|
-
} from "./commands/ListBucketsCommand";
|
|
306
|
+
import { ListBucketsCommandInput, ListBucketsCommandOutput } from "./commands/ListBucketsCommand";
|
|
325
307
|
import {
|
|
326
308
|
ListDirectoryBucketsCommandInput,
|
|
327
309
|
ListDirectoryBucketsCommandOutput,
|
|
@@ -334,10 +316,7 @@ import {
|
|
|
334
316
|
ListObjectAnnotationsCommandInput,
|
|
335
317
|
ListObjectAnnotationsCommandOutput,
|
|
336
318
|
} from "./commands/ListObjectAnnotationsCommand";
|
|
337
|
-
import {
|
|
338
|
-
ListObjectsCommandInput,
|
|
339
|
-
ListObjectsCommandOutput,
|
|
340
|
-
} from "./commands/ListObjectsCommand";
|
|
319
|
+
import { ListObjectsCommandInput, ListObjectsCommandOutput } from "./commands/ListObjectsCommand";
|
|
341
320
|
import {
|
|
342
321
|
ListObjectsV2CommandInput,
|
|
343
322
|
ListObjectsV2CommandOutput,
|
|
@@ -346,10 +325,7 @@ import {
|
|
|
346
325
|
ListObjectVersionsCommandInput,
|
|
347
326
|
ListObjectVersionsCommandOutput,
|
|
348
327
|
} from "./commands/ListObjectVersionsCommand";
|
|
349
|
-
import {
|
|
350
|
-
ListPartsCommandInput,
|
|
351
|
-
ListPartsCommandOutput,
|
|
352
|
-
} from "./commands/ListPartsCommand";
|
|
328
|
+
import { ListPartsCommandInput, ListPartsCommandOutput } from "./commands/ListPartsCommand";
|
|
353
329
|
import {
|
|
354
330
|
PutBucketAbacCommandInput,
|
|
355
331
|
PutBucketAbacCommandOutput,
|
|
@@ -434,10 +410,7 @@ import {
|
|
|
434
410
|
PutObjectAnnotationCommandInput,
|
|
435
411
|
PutObjectAnnotationCommandOutput,
|
|
436
412
|
} from "./commands/PutObjectAnnotationCommand";
|
|
437
|
-
import {
|
|
438
|
-
PutObjectCommandInput,
|
|
439
|
-
PutObjectCommandOutput,
|
|
440
|
-
} from "./commands/PutObjectCommand";
|
|
413
|
+
import { PutObjectCommandInput, PutObjectCommandOutput } from "./commands/PutObjectCommand";
|
|
441
414
|
import {
|
|
442
415
|
PutObjectLegalHoldCommandInput,
|
|
443
416
|
PutObjectLegalHoldCommandOutput,
|
|
@@ -486,10 +459,7 @@ import {
|
|
|
486
459
|
UpdateObjectEncryptionCommandInput,
|
|
487
460
|
UpdateObjectEncryptionCommandOutput,
|
|
488
461
|
} from "./commands/UpdateObjectEncryptionCommand";
|
|
489
|
-
import {
|
|
490
|
-
UploadPartCommandInput,
|
|
491
|
-
UploadPartCommandOutput,
|
|
492
|
-
} from "./commands/UploadPartCommand";
|
|
462
|
+
import { UploadPartCommandInput, UploadPartCommandOutput } from "./commands/UploadPartCommand";
|
|
493
463
|
import {
|
|
494
464
|
UploadPartCopyCommandInput,
|
|
495
465
|
UploadPartCopyCommandOutput,
|
|
@@ -731,8 +701,7 @@ export type ServiceOutputTypes =
|
|
|
731
701
|
| UploadPartCommandOutput
|
|
732
702
|
| UploadPartCopyCommandOutput
|
|
733
703
|
| WriteGetObjectResponseCommandOutput;
|
|
734
|
-
export interface ClientDefaults
|
|
735
|
-
extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
|
|
704
|
+
export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
|
|
736
705
|
requestHandler?: __HttpHandlerUserInput;
|
|
737
706
|
sha256?: __ChecksumConstructor | __HashConstructor;
|
|
738
707
|
urlParser?: __UrlParser;
|
|
@@ -765,9 +734,7 @@ export interface ClientDefaults
|
|
|
765
734
|
useArnRegion?: boolean | undefined | __Provider<boolean | undefined>;
|
|
766
735
|
sdkStreamMixin?: __SdkStreamMixinInjector;
|
|
767
736
|
}
|
|
768
|
-
export type S3ClientConfigType = Partial<
|
|
769
|
-
__SmithyConfiguration<__HttpHandlerOptions>
|
|
770
|
-
> &
|
|
737
|
+
export type S3ClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> &
|
|
771
738
|
ClientDefaults &
|
|
772
739
|
UserAgentInputConfig &
|
|
773
740
|
FlexibleChecksumsInputConfig &
|
|
@@ -780,20 +747,19 @@ export type S3ClientConfigType = Partial<
|
|
|
780
747
|
S3InputConfig &
|
|
781
748
|
ClientInputEndpointParameters;
|
|
782
749
|
export interface S3ClientConfig extends S3ClientConfigType {}
|
|
783
|
-
export type S3ClientResolvedConfigType =
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
ClientResolvedEndpointParameters;
|
|
750
|
+
export type S3ClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
751
|
+
Required<ClientDefaults> &
|
|
752
|
+
RuntimeExtensionsConfig &
|
|
753
|
+
UserAgentResolvedConfig &
|
|
754
|
+
FlexibleChecksumsResolvedConfig &
|
|
755
|
+
RetryResolvedConfig &
|
|
756
|
+
RegionResolvedConfig &
|
|
757
|
+
HostHeaderResolvedConfig &
|
|
758
|
+
EndpointResolvedConfig<EndpointParameters> &
|
|
759
|
+
EventStreamSerdeResolvedConfig &
|
|
760
|
+
HttpAuthSchemeResolvedConfig &
|
|
761
|
+
S3ResolvedConfig &
|
|
762
|
+
ClientResolvedEndpointParameters;
|
|
797
763
|
export interface S3ClientResolvedConfig extends S3ClientResolvedConfigType {}
|
|
798
764
|
export declare class S3Client extends __Client<
|
|
799
765
|
__HttpHandlerOptions,
|
|
@@ -7,17 +7,10 @@ import { S3HttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
|
|
|
7
7
|
export interface HttpAuthExtensionConfiguration {
|
|
8
8
|
setHttpAuthScheme(httpAuthScheme: HttpAuthScheme): void;
|
|
9
9
|
httpAuthSchemes(): HttpAuthScheme[];
|
|
10
|
-
setHttpAuthSchemeProvider(
|
|
11
|
-
httpAuthSchemeProvider: S3HttpAuthSchemeProvider
|
|
12
|
-
): void;
|
|
10
|
+
setHttpAuthSchemeProvider(httpAuthSchemeProvider: S3HttpAuthSchemeProvider): void;
|
|
13
11
|
httpAuthSchemeProvider(): S3HttpAuthSchemeProvider;
|
|
14
|
-
setCredentials(
|
|
15
|
-
|
|
16
|
-
): void;
|
|
17
|
-
credentials():
|
|
18
|
-
| AwsCredentialIdentity
|
|
19
|
-
| AwsCredentialIdentityProvider
|
|
20
|
-
| undefined;
|
|
12
|
+
setCredentials(credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider): void;
|
|
13
|
+
credentials(): AwsCredentialIdentity | AwsCredentialIdentityProvider | undefined;
|
|
21
14
|
}
|
|
22
15
|
export type HttpAuthRuntimeConfig = Partial<{
|
|
23
16
|
httpAuthSchemes: HttpAuthScheme[];
|
|
@@ -25,8 +18,8 @@ export type HttpAuthRuntimeConfig = Partial<{
|
|
|
25
18
|
credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider;
|
|
26
19
|
}>;
|
|
27
20
|
export declare const getHttpAuthExtensionConfiguration: (
|
|
28
|
-
runtimeConfig: HttpAuthRuntimeConfig
|
|
21
|
+
runtimeConfig: HttpAuthRuntimeConfig,
|
|
29
22
|
) => HttpAuthExtensionConfiguration;
|
|
30
23
|
export declare const resolveHttpAuthRuntimeConfig: (
|
|
31
|
-
config: HttpAuthExtensionConfiguration
|
|
24
|
+
config: HttpAuthExtensionConfiguration,
|
|
32
25
|
) => HttpAuthRuntimeConfig;
|
|
@@ -20,31 +20,26 @@ interface _S3HttpAuthSchemeParameters extends HttpAuthSchemeParameters {
|
|
|
20
20
|
region?: string;
|
|
21
21
|
}
|
|
22
22
|
export interface S3HttpAuthSchemeParameters
|
|
23
|
-
extends _S3HttpAuthSchemeParameters,
|
|
24
|
-
EndpointParameters {
|
|
23
|
+
extends _S3HttpAuthSchemeParameters, EndpointParameters {
|
|
25
24
|
region?: string;
|
|
26
25
|
}
|
|
27
|
-
export interface S3HttpAuthSchemeParametersProvider
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
> {}
|
|
26
|
+
export interface S3HttpAuthSchemeParametersProvider extends HttpAuthSchemeParametersProvider<
|
|
27
|
+
S3ClientResolvedConfig,
|
|
28
|
+
HandlerExecutionContext,
|
|
29
|
+
S3HttpAuthSchemeParameters,
|
|
30
|
+
object
|
|
31
|
+
> {}
|
|
34
32
|
export declare const defaultS3HttpAuthSchemeParametersProvider: S3HttpAuthSchemeParametersProvider;
|
|
35
|
-
export interface S3HttpAuthSchemeProvider
|
|
36
|
-
extends HttpAuthSchemeProvider<S3HttpAuthSchemeParameters> {}
|
|
33
|
+
export interface S3HttpAuthSchemeProvider extends HttpAuthSchemeProvider<S3HttpAuthSchemeParameters> {}
|
|
37
34
|
export declare const defaultS3HttpAuthSchemeProvider: S3HttpAuthSchemeProvider;
|
|
38
35
|
export interface HttpAuthSchemeInputConfig
|
|
39
|
-
extends AwsSdkSigV4AuthInputConfig,
|
|
40
|
-
AwsSdkSigV4AAuthInputConfig {
|
|
36
|
+
extends AwsSdkSigV4AuthInputConfig, AwsSdkSigV4AAuthInputConfig {
|
|
41
37
|
authSchemePreference?: string[] | Provider<string[]>;
|
|
42
38
|
httpAuthSchemes?: HttpAuthScheme[];
|
|
43
39
|
httpAuthSchemeProvider?: S3HttpAuthSchemeProvider;
|
|
44
40
|
}
|
|
45
41
|
export interface HttpAuthSchemeResolvedConfig
|
|
46
|
-
extends AwsSdkSigV4AuthResolvedConfig,
|
|
47
|
-
AwsSdkSigV4AAuthResolvedConfig {
|
|
42
|
+
extends AwsSdkSigV4AuthResolvedConfig, AwsSdkSigV4AAuthResolvedConfig {
|
|
48
43
|
readonly authSchemePreference: Provider<string[]>;
|
|
49
44
|
readonly httpAuthSchemes: HttpAuthScheme[];
|
|
50
45
|
readonly httpAuthSchemeProvider: S3HttpAuthSchemeProvider;
|
|
@@ -53,6 +48,6 @@ export declare const resolveHttpAuthSchemeConfig: <T>(
|
|
|
53
48
|
config: T &
|
|
54
49
|
HttpAuthSchemeInputConfig &
|
|
55
50
|
AwsSdkSigV4PreviouslyResolved &
|
|
56
|
-
AwsSdkSigV4APreviouslyResolved
|
|
51
|
+
AwsSdkSigV4APreviouslyResolved,
|
|
57
52
|
) => T & HttpAuthSchemeResolvedConfig;
|
|
58
53
|
export {};
|
|
@@ -1,25 +1,20 @@
|
|
|
1
1
|
import { EndpointParameterInstructions } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
ServiceInputTypes,
|
|
5
|
-
ServiceOutputTypes,
|
|
6
|
-
} from "./S3Client";
|
|
7
|
-
export declare const command: <
|
|
8
|
-
I extends ServiceInputTypes,
|
|
9
|
-
O extends ServiceOutputTypes
|
|
10
|
-
>(
|
|
2
|
+
import { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "./S3Client";
|
|
3
|
+
export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(
|
|
11
4
|
added: EndpointParameterInstructions,
|
|
12
5
|
plugins: (
|
|
13
6
|
CommandCtor: any,
|
|
14
7
|
clientStack: any,
|
|
15
8
|
config: any,
|
|
16
|
-
options: any
|
|
9
|
+
options: any,
|
|
17
10
|
) => import("@smithy/types").Pluggable<any, any>[],
|
|
18
11
|
op: string,
|
|
19
12
|
$: import("@smithy/types").StaticOperationSchema,
|
|
20
|
-
smithyContext?: Record<string, unknown
|
|
13
|
+
smithyContext?: Record<string, unknown>,
|
|
21
14
|
) => {
|
|
22
|
-
new (
|
|
15
|
+
new (
|
|
16
|
+
input: I,
|
|
17
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
18
|
I,
|
|
24
19
|
O,
|
|
25
20
|
S3ClientResolvedConfig,
|
|
@@ -51,83 +46,78 @@ export declare const _mw0: (
|
|
|
51
46
|
Command: any,
|
|
52
47
|
cs: any,
|
|
53
48
|
config: any,
|
|
54
|
-
o: any
|
|
49
|
+
o: any,
|
|
55
50
|
) => import("@smithy/types").Pluggable<any, any>[];
|
|
56
51
|
export declare const _mw1: (
|
|
57
52
|
Command: any,
|
|
58
53
|
cs: any,
|
|
59
54
|
config: any,
|
|
60
|
-
o: any
|
|
55
|
+
o: any,
|
|
61
56
|
) => import("@smithy/types").Pluggable<any, any>[];
|
|
62
57
|
export declare const _mw2: (
|
|
63
58
|
Command: any,
|
|
64
59
|
cs: any,
|
|
65
60
|
config: any,
|
|
66
|
-
o: any
|
|
61
|
+
o: any,
|
|
67
62
|
) => import("@smithy/types").Pluggable<any, any>[];
|
|
68
63
|
export declare const _mw3: (
|
|
69
64
|
Command: any,
|
|
70
65
|
cs: any,
|
|
71
66
|
config: any,
|
|
72
|
-
o: any
|
|
67
|
+
o: any,
|
|
73
68
|
) => import("@smithy/types").Pluggable<any, any>[];
|
|
74
|
-
export declare const _mw4: (
|
|
75
|
-
Command: any,
|
|
76
|
-
cs: any,
|
|
77
|
-
config: any,
|
|
78
|
-
o: any
|
|
79
|
-
) => never[];
|
|
69
|
+
export declare const _mw4: (Command: any, cs: any, config: any, o: any) => never[];
|
|
80
70
|
export declare const _mw5: (
|
|
81
71
|
Command: any,
|
|
82
72
|
cs: any,
|
|
83
73
|
config: any,
|
|
84
|
-
o: any
|
|
74
|
+
o: any,
|
|
85
75
|
) => import("@smithy/types").Pluggable<any, any>[];
|
|
86
76
|
export declare const _mw6: (
|
|
87
77
|
Command: any,
|
|
88
78
|
cs: any,
|
|
89
79
|
config: any,
|
|
90
|
-
o: any
|
|
80
|
+
o: any,
|
|
91
81
|
) => import("@smithy/types").Pluggable<any, any>[];
|
|
92
82
|
export declare const _mw7: (
|
|
93
83
|
Command: any,
|
|
94
84
|
cs: any,
|
|
95
85
|
config: any,
|
|
96
|
-
o: any
|
|
86
|
+
o: any,
|
|
97
87
|
) => import("@smithy/types").Pluggable<any, any>[];
|
|
98
88
|
export declare const _mw8: (
|
|
99
89
|
Command: any,
|
|
100
90
|
cs: any,
|
|
101
91
|
config: any,
|
|
102
|
-
o: any
|
|
92
|
+
o: any,
|
|
103
93
|
) => import("@smithy/types").Pluggable<any, any>[];
|
|
104
94
|
export declare const _mw9: (
|
|
105
95
|
Command: any,
|
|
106
96
|
cs: any,
|
|
107
97
|
config: any,
|
|
108
|
-
o: any
|
|
98
|
+
o: any,
|
|
109
99
|
) => import("@smithy/types").Pluggable<any, any>[];
|
|
110
100
|
export declare const _mw10: (
|
|
111
101
|
Command: any,
|
|
112
102
|
cs: any,
|
|
113
103
|
config: any,
|
|
114
|
-
o: any
|
|
104
|
+
o: any,
|
|
115
105
|
) => import("@smithy/types").Pluggable<any, any>[];
|
|
116
106
|
export declare const _mw11: (
|
|
117
107
|
Command: any,
|
|
118
108
|
cs: any,
|
|
119
109
|
config: any,
|
|
120
|
-
o: any
|
|
110
|
+
o: any,
|
|
121
111
|
) => import("@smithy/types").Pluggable<any, any>[];
|
|
122
112
|
export declare const _mw12: (
|
|
123
113
|
Command: any,
|
|
124
114
|
cs: any,
|
|
125
115
|
config: any,
|
|
126
|
-
o: any
|
|
116
|
+
o: any,
|
|
127
117
|
) => import("@smithy/types").Pluggable<any, any>[];
|
|
128
118
|
export declare const _mw13: (
|
|
129
119
|
Command: any,
|
|
130
120
|
cs: any,
|
|
131
121
|
config: any,
|
|
132
|
-
o: any
|
|
122
|
+
o: any,
|
|
133
123
|
) => import("@smithy/types").Pluggable<any, any>[];
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
AbortMultipartUploadOutput,
|
|
4
|
-
AbortMultipartUploadRequest,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { AbortMultipartUploadOutput, AbortMultipartUploadRequest } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface AbortMultipartUploadCommandInput
|
|
8
|
-
extends AbortMultipartUploadRequest {}
|
|
4
|
+
export interface AbortMultipartUploadCommandInput extends AbortMultipartUploadRequest {}
|
|
9
5
|
export interface AbortMultipartUploadCommandOutput
|
|
10
|
-
extends AbortMultipartUploadOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends AbortMultipartUploadOutput, __MetadataBearer {}
|
|
12
7
|
declare const AbortMultipartUploadCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: AbortMultipartUploadCommandInput
|
|
9
|
+
input: AbortMultipartUploadCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
AbortMultipartUploadCommandInput,
|
|
17
12
|
AbortMultipartUploadCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const AbortMultipartUploadCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: AbortMultipartUploadCommandInput
|
|
18
|
+
input: AbortMultipartUploadCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
AbortMultipartUploadCommandInput,
|
|
26
21
|
AbortMultipartUploadCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
CompleteMultipartUploadOutput,
|
|
4
|
-
CompleteMultipartUploadRequest,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { CompleteMultipartUploadOutput, CompleteMultipartUploadRequest } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface CompleteMultipartUploadCommandInput
|
|
8
|
-
extends CompleteMultipartUploadRequest {}
|
|
4
|
+
export interface CompleteMultipartUploadCommandInput extends CompleteMultipartUploadRequest {}
|
|
9
5
|
export interface CompleteMultipartUploadCommandOutput
|
|
10
|
-
extends CompleteMultipartUploadOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends CompleteMultipartUploadOutput, __MetadataBearer {}
|
|
12
7
|
declare const CompleteMultipartUploadCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: CompleteMultipartUploadCommandInput
|
|
9
|
+
input: CompleteMultipartUploadCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
CompleteMultipartUploadCommandInput,
|
|
17
12
|
CompleteMultipartUploadCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const CompleteMultipartUploadCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: CompleteMultipartUploadCommandInput
|
|
18
|
+
input: CompleteMultipartUploadCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
CompleteMultipartUploadCommandInput,
|
|
26
21
|
CompleteMultipartUploadCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { CopyObjectOutput, CopyObjectRequest } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface CopyObjectCommandInput extends CopyObjectRequest {}
|
|
5
|
-
export interface CopyObjectCommandOutput
|
|
6
|
-
extends CopyObjectOutput,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface CopyObjectCommandOutput extends CopyObjectOutput, __MetadataBearer {}
|
|
8
6
|
declare const CopyObjectCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: CopyObjectCommandInput
|
|
8
|
+
input: CopyObjectCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
CopyObjectCommandInput,
|
|
13
11
|
CopyObjectCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const CopyObjectCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: CopyObjectCommandInput
|
|
17
|
+
input: CopyObjectCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
CopyObjectCommandInput,
|
|
22
20
|
CopyObjectCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { CreateBucketOutput, CreateBucketRequest } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface CreateBucketCommandInput extends CreateBucketRequest {}
|
|
5
|
-
export interface CreateBucketCommandOutput
|
|
6
|
-
extends CreateBucketOutput,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface CreateBucketCommandOutput extends CreateBucketOutput, __MetadataBearer {}
|
|
8
6
|
declare const CreateBucketCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: CreateBucketCommandInput
|
|
8
|
+
input: CreateBucketCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
CreateBucketCommandInput,
|
|
13
11
|
CreateBucketCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const CreateBucketCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: CreateBucketCommandInput
|
|
17
|
+
input: CreateBucketCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
CreateBucketCommandInput,
|
|
22
20
|
CreateBucketCommandOutput,
|
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { CreateBucketMetadataConfigurationRequest } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface CreateBucketMetadataConfigurationCommandInput
|
|
5
|
-
|
|
6
|
-
export interface CreateBucketMetadataConfigurationCommandOutput
|
|
7
|
-
extends __MetadataBearer {}
|
|
4
|
+
export interface CreateBucketMetadataConfigurationCommandInput extends CreateBucketMetadataConfigurationRequest {}
|
|
5
|
+
export interface CreateBucketMetadataConfigurationCommandOutput extends __MetadataBearer {}
|
|
8
6
|
declare const CreateBucketMetadataConfigurationCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: CreateBucketMetadataConfigurationCommandInput
|
|
8
|
+
input: CreateBucketMetadataConfigurationCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
CreateBucketMetadataConfigurationCommandInput,
|
|
13
11
|
CreateBucketMetadataConfigurationCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const CreateBucketMetadataConfigurationCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: CreateBucketMetadataConfigurationCommandInput
|
|
17
|
+
input: CreateBucketMetadataConfigurationCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
CreateBucketMetadataConfigurationCommandInput,
|
|
22
20
|
CreateBucketMetadataConfigurationCommandOutput,
|
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { CreateBucketMetadataTableConfigurationRequest } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface CreateBucketMetadataTableConfigurationCommandInput
|
|
5
|
-
|
|
6
|
-
export interface CreateBucketMetadataTableConfigurationCommandOutput
|
|
7
|
-
extends __MetadataBearer {}
|
|
4
|
+
export interface CreateBucketMetadataTableConfigurationCommandInput extends CreateBucketMetadataTableConfigurationRequest {}
|
|
5
|
+
export interface CreateBucketMetadataTableConfigurationCommandOutput extends __MetadataBearer {}
|
|
8
6
|
declare const CreateBucketMetadataTableConfigurationCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: CreateBucketMetadataTableConfigurationCommandInput
|
|
8
|
+
input: CreateBucketMetadataTableConfigurationCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
CreateBucketMetadataTableConfigurationCommandInput,
|
|
13
11
|
CreateBucketMetadataTableConfigurationCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const CreateBucketMetadataTableConfigurationCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: CreateBucketMetadataTableConfigurationCommandInput
|
|
17
|
+
input: CreateBucketMetadataTableConfigurationCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
CreateBucketMetadataTableConfigurationCommandInput,
|
|
22
20
|
CreateBucketMetadataTableConfigurationCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
CreateMultipartUploadOutput,
|
|
4
|
-
CreateMultipartUploadRequest,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { CreateMultipartUploadOutput, CreateMultipartUploadRequest } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface CreateMultipartUploadCommandInput
|
|
8
|
-
extends CreateMultipartUploadRequest {}
|
|
4
|
+
export interface CreateMultipartUploadCommandInput extends CreateMultipartUploadRequest {}
|
|
9
5
|
export interface CreateMultipartUploadCommandOutput
|
|
10
|
-
extends CreateMultipartUploadOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends CreateMultipartUploadOutput, __MetadataBearer {}
|
|
12
7
|
declare const CreateMultipartUploadCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: CreateMultipartUploadCommandInput
|
|
9
|
+
input: CreateMultipartUploadCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
CreateMultipartUploadCommandInput,
|
|
17
12
|
CreateMultipartUploadCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const CreateMultipartUploadCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: CreateMultipartUploadCommandInput
|
|
18
|
+
input: CreateMultipartUploadCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
CreateMultipartUploadCommandInput,
|
|
26
21
|
CreateMultipartUploadCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { CreateSessionOutput, CreateSessionRequest } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface CreateSessionCommandInput extends CreateSessionRequest {}
|
|
5
|
-
export interface CreateSessionCommandOutput
|
|
6
|
-
extends CreateSessionOutput,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface CreateSessionCommandOutput extends CreateSessionOutput, __MetadataBearer {}
|
|
8
6
|
declare const CreateSessionCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: CreateSessionCommandInput
|
|
8
|
+
input: CreateSessionCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
CreateSessionCommandInput,
|
|
13
11
|
CreateSessionCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const CreateSessionCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: CreateSessionCommandInput
|
|
17
|
+
input: CreateSessionCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
CreateSessionCommandInput,
|
|
22
20
|
CreateSessionCommandOutput,
|
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { DeleteBucketAnalyticsConfigurationRequest } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface DeleteBucketAnalyticsConfigurationCommandInput
|
|
5
|
-
|
|
6
|
-
export interface DeleteBucketAnalyticsConfigurationCommandOutput
|
|
7
|
-
extends __MetadataBearer {}
|
|
4
|
+
export interface DeleteBucketAnalyticsConfigurationCommandInput extends DeleteBucketAnalyticsConfigurationRequest {}
|
|
5
|
+
export interface DeleteBucketAnalyticsConfigurationCommandOutput extends __MetadataBearer {}
|
|
8
6
|
declare const DeleteBucketAnalyticsConfigurationCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: DeleteBucketAnalyticsConfigurationCommandInput
|
|
8
|
+
input: DeleteBucketAnalyticsConfigurationCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
DeleteBucketAnalyticsConfigurationCommandInput,
|
|
13
11
|
DeleteBucketAnalyticsConfigurationCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const DeleteBucketAnalyticsConfigurationCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: DeleteBucketAnalyticsConfigurationCommandInput
|
|
17
|
+
input: DeleteBucketAnalyticsConfigurationCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
DeleteBucketAnalyticsConfigurationCommandInput,
|
|
22
20
|
DeleteBucketAnalyticsConfigurationCommandOutput,
|
|
@@ -5,7 +5,7 @@ export interface DeleteBucketCommandInput extends DeleteBucketRequest {}
|
|
|
5
5
|
export interface DeleteBucketCommandOutput extends __MetadataBearer {}
|
|
6
6
|
declare const DeleteBucketCommand_base: {
|
|
7
7
|
new (
|
|
8
|
-
input: DeleteBucketCommandInput
|
|
8
|
+
input: DeleteBucketCommandInput,
|
|
9
9
|
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
DeleteBucketCommandInput,
|
|
11
11
|
DeleteBucketCommandOutput,
|
|
@@ -14,7 +14,7 @@ declare const DeleteBucketCommand_base: {
|
|
|
14
14
|
import("..").ServiceOutputTypes
|
|
15
15
|
>;
|
|
16
16
|
new (
|
|
17
|
-
input: DeleteBucketCommandInput
|
|
17
|
+
input: DeleteBucketCommandInput,
|
|
18
18
|
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
DeleteBucketCommandInput,
|
|
20
20
|
DeleteBucketCommandOutput,
|
|
@@ -5,7 +5,7 @@ export interface DeleteBucketCorsCommandInput extends DeleteBucketCorsRequest {}
|
|
|
5
5
|
export interface DeleteBucketCorsCommandOutput extends __MetadataBearer {}
|
|
6
6
|
declare const DeleteBucketCorsCommand_base: {
|
|
7
7
|
new (
|
|
8
|
-
input: DeleteBucketCorsCommandInput
|
|
8
|
+
input: DeleteBucketCorsCommandInput,
|
|
9
9
|
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
DeleteBucketCorsCommandInput,
|
|
11
11
|
DeleteBucketCorsCommandOutput,
|
|
@@ -14,7 +14,7 @@ declare const DeleteBucketCorsCommand_base: {
|
|
|
14
14
|
import("..").ServiceOutputTypes
|
|
15
15
|
>;
|
|
16
16
|
new (
|
|
17
|
-
input: DeleteBucketCorsCommandInput
|
|
17
|
+
input: DeleteBucketCorsCommandInput,
|
|
18
18
|
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
DeleteBucketCorsCommandInput,
|
|
20
20
|
DeleteBucketCorsCommandOutput,
|