@aws-sdk/client-s3 3.1076.0 → 3.1078.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/dist-cjs/index.js +464 -2172
- package/dist-es/S3Client.js +1 -1
- package/dist-es/commandBuilder.js +122 -0
- package/dist-es/commands/AbortMultipartUploadCommand.js +2 -22
- package/dist-es/commands/CompleteMultipartUploadCommand.js +2 -23
- package/dist-es/commands/CopyObjectCommand.js +2 -25
- package/dist-es/commands/CreateBucketCommand.js +2 -24
- package/dist-es/commands/CreateBucketMetadataConfigurationCommand.js +2 -25
- package/dist-es/commands/CreateBucketMetadataTableConfigurationCommand.js +2 -25
- package/dist-es/commands/CreateMultipartUploadCommand.js +2 -23
- package/dist-es/commands/CreateSessionCommand.js +2 -22
- package/dist-es/commands/DeleteBucketAnalyticsConfigurationCommand.js +2 -18
- package/dist-es/commands/DeleteBucketCommand.js +2 -18
- package/dist-es/commands/DeleteBucketCorsCommand.js +2 -18
- package/dist-es/commands/DeleteBucketEncryptionCommand.js +2 -18
- package/dist-es/commands/DeleteBucketIntelligentTieringConfigurationCommand.js +2 -18
- package/dist-es/commands/DeleteBucketInventoryConfigurationCommand.js +2 -18
- package/dist-es/commands/DeleteBucketLifecycleCommand.js +2 -18
- package/dist-es/commands/DeleteBucketMetadataConfigurationCommand.js +2 -18
- package/dist-es/commands/DeleteBucketMetadataTableConfigurationCommand.js +2 -18
- package/dist-es/commands/DeleteBucketMetricsConfigurationCommand.js +2 -18
- package/dist-es/commands/DeleteBucketOwnershipControlsCommand.js +2 -18
- package/dist-es/commands/DeleteBucketPolicyCommand.js +2 -18
- package/dist-es/commands/DeleteBucketReplicationCommand.js +2 -18
- package/dist-es/commands/DeleteBucketTaggingCommand.js +2 -18
- package/dist-es/commands/DeleteBucketWebsiteCommand.js +2 -18
- package/dist-es/commands/DeleteObjectAnnotationCommand.js +2 -21
- package/dist-es/commands/DeleteObjectCommand.js +2 -22
- package/dist-es/commands/DeleteObjectTaggingCommand.js +2 -21
- package/dist-es/commands/DeleteObjectsCommand.js +2 -26
- package/dist-es/commands/DeletePublicAccessBlockCommand.js +2 -18
- package/dist-es/commands/GetBucketAbacCommand.js +2 -21
- package/dist-es/commands/GetBucketAccelerateConfigurationCommand.js +2 -22
- package/dist-es/commands/GetBucketAclCommand.js +2 -22
- package/dist-es/commands/GetBucketAnalyticsConfigurationCommand.js +2 -22
- package/dist-es/commands/GetBucketCorsCommand.js +2 -22
- package/dist-es/commands/GetBucketEncryptionCommand.js +2 -22
- package/dist-es/commands/GetBucketIntelligentTieringConfigurationCommand.js +2 -22
- package/dist-es/commands/GetBucketInventoryConfigurationCommand.js +2 -22
- package/dist-es/commands/GetBucketLifecycleConfigurationCommand.js +2 -22
- package/dist-es/commands/GetBucketLocationCommand.js +2 -22
- package/dist-es/commands/GetBucketLoggingCommand.js +2 -22
- package/dist-es/commands/GetBucketMetadataConfigurationCommand.js +2 -22
- package/dist-es/commands/GetBucketMetadataTableConfigurationCommand.js +2 -22
- package/dist-es/commands/GetBucketMetricsConfigurationCommand.js +2 -22
- package/dist-es/commands/GetBucketNotificationConfigurationCommand.js +2 -22
- package/dist-es/commands/GetBucketOwnershipControlsCommand.js +2 -22
- package/dist-es/commands/GetBucketPolicyCommand.js +2 -18
- package/dist-es/commands/GetBucketPolicyStatusCommand.js +2 -22
- package/dist-es/commands/GetBucketReplicationCommand.js +2 -22
- package/dist-es/commands/GetBucketRequestPaymentCommand.js +2 -22
- package/dist-es/commands/GetBucketTaggingCommand.js +2 -22
- package/dist-es/commands/GetBucketVersioningCommand.js +2 -22
- package/dist-es/commands/GetBucketWebsiteCommand.js +2 -22
- package/dist-es/commands/GetObjectAclCommand.js +2 -22
- package/dist-es/commands/GetObjectAnnotationCommand.js +2 -26
- package/dist-es/commands/GetObjectAttributesCommand.js +2 -22
- package/dist-es/commands/GetObjectCommand.js +2 -29
- package/dist-es/commands/GetObjectLegalHoldCommand.js +2 -21
- package/dist-es/commands/GetObjectLockConfigurationCommand.js +2 -21
- package/dist-es/commands/GetObjectRetentionCommand.js +2 -21
- package/dist-es/commands/GetObjectTaggingCommand.js +2 -21
- package/dist-es/commands/GetObjectTorrentCommand.js +2 -17
- package/dist-es/commands/GetPublicAccessBlockCommand.js +2 -22
- package/dist-es/commands/HeadBucketCommand.js +2 -21
- package/dist-es/commands/HeadObjectCommand.js +2 -24
- package/dist-es/commands/ListBucketAnalyticsConfigurationsCommand.js +2 -22
- package/dist-es/commands/ListBucketIntelligentTieringConfigurationsCommand.js +2 -22
- package/dist-es/commands/ListBucketInventoryConfigurationsCommand.js +2 -22
- package/dist-es/commands/ListBucketMetricsConfigurationsCommand.js +2 -22
- package/dist-es/commands/ListBucketsCommand.js +2 -18
- package/dist-es/commands/ListDirectoryBucketsCommand.js +2 -21
- package/dist-es/commands/ListMultipartUploadsCommand.js +2 -22
- package/dist-es/commands/ListObjectAnnotationsCommand.js +2 -21
- package/dist-es/commands/ListObjectVersionsCommand.js +2 -22
- package/dist-es/commands/ListObjectsCommand.js +2 -22
- package/dist-es/commands/ListObjectsV2Command.js +2 -22
- package/dist-es/commands/ListPartsCommand.js +2 -23
- package/dist-es/commands/PutBucketAbacCommand.js +2 -24
- package/dist-es/commands/PutBucketAccelerateConfigurationCommand.js +2 -25
- package/dist-es/commands/PutBucketAclCommand.js +2 -25
- package/dist-es/commands/PutBucketAnalyticsConfigurationCommand.js +2 -18
- package/dist-es/commands/PutBucketCorsCommand.js +2 -25
- package/dist-es/commands/PutBucketEncryptionCommand.js +2 -25
- package/dist-es/commands/PutBucketIntelligentTieringConfigurationCommand.js +2 -18
- package/dist-es/commands/PutBucketInventoryConfigurationCommand.js +2 -18
- package/dist-es/commands/PutBucketLifecycleConfigurationCommand.js +2 -27
- package/dist-es/commands/PutBucketLoggingCommand.js +2 -25
- package/dist-es/commands/PutBucketMetricsConfigurationCommand.js +2 -18
- package/dist-es/commands/PutBucketNotificationConfigurationCommand.js +2 -18
- package/dist-es/commands/PutBucketOwnershipControlsCommand.js +2 -25
- package/dist-es/commands/PutBucketPolicyCommand.js +2 -25
- package/dist-es/commands/PutBucketReplicationCommand.js +2 -25
- package/dist-es/commands/PutBucketRequestPaymentCommand.js +2 -25
- package/dist-es/commands/PutBucketTaggingCommand.js +2 -25
- package/dist-es/commands/PutBucketVersioningCommand.js +2 -25
- package/dist-es/commands/PutBucketWebsiteCommand.js +2 -25
- package/dist-es/commands/PutObjectAclCommand.js +2 -27
- package/dist-es/commands/PutObjectAnnotationCommand.js +2 -27
- package/dist-es/commands/PutObjectCommand.js +2 -29
- package/dist-es/commands/PutObjectLegalHoldCommand.js +2 -26
- package/dist-es/commands/PutObjectLockConfigurationCommand.js +2 -26
- package/dist-es/commands/PutObjectRetentionCommand.js +2 -26
- package/dist-es/commands/PutObjectTaggingCommand.js +2 -26
- package/dist-es/commands/PutPublicAccessBlockCommand.js +2 -25
- package/dist-es/commands/RenameObjectCommand.js +2 -22
- package/dist-es/commands/RestoreObjectCommand.js +2 -26
- package/dist-es/commands/SelectObjectContentCommand.js +2 -25
- package/dist-es/commands/UpdateBucketMetadataAnnotationTableConfigurationCommand.js +2 -25
- package/dist-es/commands/UpdateBucketMetadataInventoryTableConfigurationCommand.js +2 -25
- package/dist-es/commands/UpdateBucketMetadataJournalTableConfigurationCommand.js +2 -25
- package/dist-es/commands/UpdateObjectEncryptionCommand.js +2 -26
- package/dist-es/commands/UploadPartCommand.js +2 -28
- package/dist-es/commands/UploadPartCopyCommand.js +2 -23
- package/dist-es/commands/WriteGetObjectResponseCommand.js +2 -17
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.browser.js +1 -6
- package/dist-es/runtimeConfig.js +2 -5
- package/dist-es/runtimeConfig.native.js +0 -2
- package/dist-es/runtimeConfig.shared.js +5 -0
- package/dist-types/S3Client.d.ts +1 -1
- package/dist-types/commandBuilder.d.ts +106 -0
- package/dist-types/commands/AbortMultipartUploadCommand.d.ts +3 -8
- package/dist-types/commands/CompleteMultipartUploadCommand.d.ts +3 -8
- package/dist-types/commands/CopyObjectCommand.d.ts +3 -8
- package/dist-types/commands/CreateBucketCommand.d.ts +3 -8
- package/dist-types/commands/CreateBucketMetadataConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/CreateBucketMetadataTableConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/CreateMultipartUploadCommand.d.ts +3 -8
- package/dist-types/commands/CreateSessionCommand.d.ts +3 -8
- package/dist-types/commands/DeleteBucketAnalyticsConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/DeleteBucketCommand.d.ts +3 -8
- package/dist-types/commands/DeleteBucketCorsCommand.d.ts +3 -8
- package/dist-types/commands/DeleteBucketEncryptionCommand.d.ts +3 -8
- package/dist-types/commands/DeleteBucketIntelligentTieringConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/DeleteBucketInventoryConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/DeleteBucketLifecycleCommand.d.ts +3 -8
- package/dist-types/commands/DeleteBucketMetadataConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/DeleteBucketMetadataTableConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/DeleteBucketMetricsConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/DeleteBucketOwnershipControlsCommand.d.ts +3 -8
- package/dist-types/commands/DeleteBucketPolicyCommand.d.ts +3 -8
- package/dist-types/commands/DeleteBucketReplicationCommand.d.ts +3 -8
- package/dist-types/commands/DeleteBucketTaggingCommand.d.ts +3 -8
- package/dist-types/commands/DeleteBucketWebsiteCommand.d.ts +3 -8
- package/dist-types/commands/DeleteObjectAnnotationCommand.d.ts +3 -8
- package/dist-types/commands/DeleteObjectCommand.d.ts +3 -8
- package/dist-types/commands/DeleteObjectTaggingCommand.d.ts +3 -8
- package/dist-types/commands/DeleteObjectsCommand.d.ts +3 -8
- package/dist-types/commands/DeletePublicAccessBlockCommand.d.ts +3 -8
- package/dist-types/commands/GetBucketAbacCommand.d.ts +3 -8
- package/dist-types/commands/GetBucketAccelerateConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/GetBucketAclCommand.d.ts +3 -8
- package/dist-types/commands/GetBucketAnalyticsConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/GetBucketCorsCommand.d.ts +3 -8
- package/dist-types/commands/GetBucketEncryptionCommand.d.ts +3 -8
- package/dist-types/commands/GetBucketIntelligentTieringConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/GetBucketInventoryConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/GetBucketLifecycleConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/GetBucketLocationCommand.d.ts +3 -8
- package/dist-types/commands/GetBucketLoggingCommand.d.ts +3 -8
- package/dist-types/commands/GetBucketMetadataConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/GetBucketMetadataTableConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/GetBucketMetricsConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/GetBucketNotificationConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/GetBucketOwnershipControlsCommand.d.ts +3 -8
- package/dist-types/commands/GetBucketPolicyCommand.d.ts +3 -8
- package/dist-types/commands/GetBucketPolicyStatusCommand.d.ts +3 -8
- package/dist-types/commands/GetBucketReplicationCommand.d.ts +3 -8
- package/dist-types/commands/GetBucketRequestPaymentCommand.d.ts +3 -8
- package/dist-types/commands/GetBucketTaggingCommand.d.ts +3 -8
- package/dist-types/commands/GetBucketVersioningCommand.d.ts +3 -8
- package/dist-types/commands/GetBucketWebsiteCommand.d.ts +3 -8
- package/dist-types/commands/GetObjectAclCommand.d.ts +3 -8
- package/dist-types/commands/GetObjectAnnotationCommand.d.ts +3 -8
- package/dist-types/commands/GetObjectAttributesCommand.d.ts +3 -8
- package/dist-types/commands/GetObjectCommand.d.ts +3 -8
- package/dist-types/commands/GetObjectLegalHoldCommand.d.ts +3 -8
- package/dist-types/commands/GetObjectLockConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/GetObjectRetentionCommand.d.ts +3 -8
- package/dist-types/commands/GetObjectTaggingCommand.d.ts +3 -8
- package/dist-types/commands/GetObjectTorrentCommand.d.ts +3 -8
- package/dist-types/commands/GetPublicAccessBlockCommand.d.ts +3 -8
- package/dist-types/commands/HeadBucketCommand.d.ts +3 -8
- package/dist-types/commands/HeadObjectCommand.d.ts +3 -8
- package/dist-types/commands/ListBucketAnalyticsConfigurationsCommand.d.ts +3 -8
- package/dist-types/commands/ListBucketIntelligentTieringConfigurationsCommand.d.ts +3 -8
- package/dist-types/commands/ListBucketInventoryConfigurationsCommand.d.ts +3 -8
- package/dist-types/commands/ListBucketMetricsConfigurationsCommand.d.ts +3 -8
- package/dist-types/commands/ListBucketsCommand.d.ts +3 -8
- package/dist-types/commands/ListDirectoryBucketsCommand.d.ts +3 -8
- package/dist-types/commands/ListMultipartUploadsCommand.d.ts +3 -8
- package/dist-types/commands/ListObjectAnnotationsCommand.d.ts +3 -8
- package/dist-types/commands/ListObjectVersionsCommand.d.ts +3 -8
- package/dist-types/commands/ListObjectsCommand.d.ts +3 -8
- package/dist-types/commands/ListObjectsV2Command.d.ts +3 -8
- package/dist-types/commands/ListPartsCommand.d.ts +3 -8
- package/dist-types/commands/PutBucketAbacCommand.d.ts +3 -8
- package/dist-types/commands/PutBucketAccelerateConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/PutBucketAclCommand.d.ts +3 -8
- package/dist-types/commands/PutBucketAnalyticsConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/PutBucketCorsCommand.d.ts +3 -8
- package/dist-types/commands/PutBucketEncryptionCommand.d.ts +3 -8
- package/dist-types/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/PutBucketInventoryConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/PutBucketLoggingCommand.d.ts +3 -8
- package/dist-types/commands/PutBucketMetricsConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/PutBucketNotificationConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/PutBucketOwnershipControlsCommand.d.ts +3 -8
- package/dist-types/commands/PutBucketPolicyCommand.d.ts +3 -8
- package/dist-types/commands/PutBucketReplicationCommand.d.ts +3 -8
- package/dist-types/commands/PutBucketRequestPaymentCommand.d.ts +3 -8
- package/dist-types/commands/PutBucketTaggingCommand.d.ts +3 -8
- package/dist-types/commands/PutBucketVersioningCommand.d.ts +3 -8
- package/dist-types/commands/PutBucketWebsiteCommand.d.ts +3 -8
- package/dist-types/commands/PutObjectAclCommand.d.ts +3 -8
- package/dist-types/commands/PutObjectAnnotationCommand.d.ts +3 -8
- package/dist-types/commands/PutObjectCommand.d.ts +3 -8
- package/dist-types/commands/PutObjectLegalHoldCommand.d.ts +3 -8
- package/dist-types/commands/PutObjectLockConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/PutObjectRetentionCommand.d.ts +3 -8
- package/dist-types/commands/PutObjectTaggingCommand.d.ts +3 -8
- package/dist-types/commands/PutPublicAccessBlockCommand.d.ts +3 -8
- package/dist-types/commands/RenameObjectCommand.d.ts +3 -8
- package/dist-types/commands/RestoreObjectCommand.d.ts +3 -8
- package/dist-types/commands/SelectObjectContentCommand.d.ts +3 -8
- package/dist-types/commands/UpdateBucketMetadataAnnotationTableConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/UpdateBucketMetadataInventoryTableConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/UpdateBucketMetadataJournalTableConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/UpdateObjectEncryptionCommand.d.ts +3 -8
- package/dist-types/commands/UploadPartCommand.d.ts +3 -8
- package/dist-types/commands/UploadPartCopyCommand.d.ts +3 -8
- package/dist-types/commands/WriteGetObjectResponseCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +5 -5
- package/dist-types/runtimeConfig.d.ts +46 -47
- package/dist-types/runtimeConfig.native.d.ts +3 -3
- package/dist-types/runtimeConfig.shared.d.ts +3 -0
- package/dist-types/ts3.4/S3Client.d.ts +4 -4
- package/dist-types/ts3.4/commandBuilder.d.ts +133 -0
- package/dist-types/ts3.4/commands/AbortMultipartUploadCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CompleteMultipartUploadCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CopyObjectCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateBucketCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateBucketMetadataConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateBucketMetadataTableConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateMultipartUploadCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateSessionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteBucketAnalyticsConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteBucketCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteBucketCorsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteBucketEncryptionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteBucketIntelligentTieringConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteBucketInventoryConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteBucketLifecycleCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteBucketMetadataConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteBucketMetadataTableConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteBucketMetricsConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteBucketOwnershipControlsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteBucketPolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteBucketReplicationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteBucketTaggingCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteBucketWebsiteCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteObjectAnnotationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteObjectCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteObjectTaggingCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteObjectsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeletePublicAccessBlockCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetBucketAbacCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetBucketAccelerateConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetBucketAclCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetBucketAnalyticsConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetBucketCorsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetBucketEncryptionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetBucketIntelligentTieringConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetBucketInventoryConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetBucketLifecycleConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetBucketLocationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetBucketLoggingCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetBucketMetadataConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetBucketMetadataTableConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetBucketMetricsConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetBucketNotificationConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetBucketOwnershipControlsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetBucketPolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetBucketPolicyStatusCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetBucketReplicationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetBucketRequestPaymentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetBucketTaggingCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetBucketVersioningCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetBucketWebsiteCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetObjectAclCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetObjectAnnotationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetObjectAttributesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetObjectCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetObjectLegalHoldCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetObjectLockConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetObjectRetentionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetObjectTaggingCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetObjectTorrentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetPublicAccessBlockCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/HeadBucketCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/HeadObjectCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListBucketAnalyticsConfigurationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListBucketIntelligentTieringConfigurationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListBucketInventoryConfigurationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListBucketMetricsConfigurationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListBucketsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListDirectoryBucketsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListMultipartUploadsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListObjectAnnotationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListObjectVersionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListObjectsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListObjectsV2Command.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListPartsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutBucketAbacCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutBucketAccelerateConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutBucketAclCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutBucketAnalyticsConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutBucketCorsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutBucketEncryptionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutBucketInventoryConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutBucketLifecycleConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutBucketLoggingCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutBucketMetricsConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutBucketNotificationConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutBucketOwnershipControlsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutBucketPolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutBucketReplicationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutBucketRequestPaymentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutBucketTaggingCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutBucketVersioningCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutBucketWebsiteCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutObjectAclCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutObjectAnnotationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutObjectCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutObjectLegalHoldCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutObjectLockConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutObjectRetentionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutObjectTaggingCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutPublicAccessBlockCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RenameObjectCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RestoreObjectCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/SelectObjectContentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateBucketMetadataAnnotationTableConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateBucketMetadataInventoryTableConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateBucketMetadataJournalTableConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateObjectEncryptionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UploadPartCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UploadPartCopyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/WriteGetObjectResponseCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +7 -7
- package/dist-types/ts3.4/runtimeConfig.d.ts +63 -73
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +5 -5
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +3 -0
- package/package.json +13 -16
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { ChecksumConstructor as __ChecksumConstructor, HashConstructor as __HashConstructor } from "@aws-sdk/types";
|
|
2
1
|
import { NodeHttpHandler as RequestHandler } from "@smithy/node-http-handler";
|
|
3
2
|
import type { S3ClientConfig } from "./S3Client";
|
|
4
3
|
/**
|
|
@@ -6,29 +5,26 @@ import type { S3ClientConfig } from "./S3Client";
|
|
|
6
5
|
*/
|
|
7
6
|
export declare const getRuntimeConfig: (config: S3ClientConfig) => {
|
|
8
7
|
runtime: string;
|
|
9
|
-
defaultsMode: import("@
|
|
10
|
-
authSchemePreference: string[] | import("@
|
|
11
|
-
bodyLengthChecker: import("@
|
|
12
|
-
credentialDefaultProvider: ((input: any) => import("@
|
|
13
|
-
defaultUserAgentProvider: (config?: import("@aws-sdk/core/client").PreviouslyResolved) => Promise<import("@
|
|
14
|
-
disableS3ExpressSessionAuth: boolean | import("@
|
|
15
|
-
eventStreamSerdeProvider: import("@
|
|
16
|
-
maxAttempts: number | import("@
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
requestChecksumCalculation: import("@aws-sdk/middleware-flexible-checksums").RequestChecksumCalculation | import("@aws-sdk/types").Provider<import("@aws-sdk/middleware-flexible-checksums").RequestChecksumCalculation>;
|
|
8
|
+
defaultsMode: import("@smithy/types").Provider<import("@smithy/core/client").ResolvedDefaultsMode>;
|
|
9
|
+
authSchemePreference: string[] | import("@smithy/types").Provider<string[]>;
|
|
10
|
+
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
11
|
+
credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit) => import("@aws-sdk/credential-provider-node/dist-types/runtime/memoize-chain").MemoizedRuntimeConfigAwsCredentialIdentityProvider);
|
|
12
|
+
defaultUserAgentProvider: (config?: import("@aws-sdk/core/client").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
|
|
13
|
+
disableS3ExpressSessionAuth: boolean | import("@smithy/types").Provider<boolean | undefined>;
|
|
14
|
+
eventStreamSerdeProvider: import("@smithy/types").EventStreamSerdeProvider;
|
|
15
|
+
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
16
|
+
region: string | import("@smithy/types").Provider<string>;
|
|
17
|
+
requestChecksumCalculation: import("@aws-sdk/checksums/flexible-checksums").RequestChecksumCalculation | import("@smithy/types").Provider<import("@aws-sdk/checksums/flexible-checksums").RequestChecksumCalculation>;
|
|
20
18
|
requestHandler: RequestHandler | import("@smithy/core/protocols").HttpHandler<any>;
|
|
21
|
-
responseChecksumValidation: import("@aws-sdk/
|
|
22
|
-
retryMode: string | import("@
|
|
23
|
-
|
|
24
|
-
sha256: __HashConstructor;
|
|
25
|
-
sigv4aSigningRegionSet: string[] | import("@aws-sdk/types").Provider<string[] | undefined>;
|
|
19
|
+
responseChecksumValidation: import("@aws-sdk/checksums/flexible-checksums").ResponseChecksumValidation | import("@smithy/types").Provider<import("@aws-sdk/checksums/flexible-checksums").ResponseChecksumValidation>;
|
|
20
|
+
retryMode: string | import("@smithy/types").Provider<string>;
|
|
21
|
+
sigv4aSigningRegionSet: string[] | import("@smithy/types").Provider<string[] | undefined>;
|
|
26
22
|
streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>;
|
|
27
|
-
streamHasher: import("@
|
|
28
|
-
useArnRegion: boolean | import("@
|
|
29
|
-
useDualstackEndpoint: boolean | import("@
|
|
30
|
-
useFipsEndpoint: boolean | import("@
|
|
31
|
-
userAgentAppId: string | import("@
|
|
23
|
+
streamHasher: import("@smithy/types").StreamHasher<import("stream").Readable> | import("@smithy/types").StreamHasher<Blob>;
|
|
24
|
+
useArnRegion: boolean | import("@smithy/types").Provider<boolean | undefined>;
|
|
25
|
+
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
26
|
+
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
27
|
+
userAgentAppId: string | import("@smithy/types").Provider<string | undefined>;
|
|
32
28
|
cacheMiddleware?: boolean | undefined;
|
|
33
29
|
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/middleware-sdk-s3/s3").S3RestXmlProtocol;
|
|
34
30
|
protocolSettings: {
|
|
@@ -36,53 +32,56 @@ export declare const getRuntimeConfig: (config: S3ClientConfig) => {
|
|
|
36
32
|
[setting: string]: unknown;
|
|
37
33
|
};
|
|
38
34
|
apiVersion: string;
|
|
39
|
-
|
|
40
|
-
|
|
35
|
+
sha256: import("@smithy/types").HashConstructor;
|
|
36
|
+
urlParser: import("@smithy/types").UrlParser;
|
|
37
|
+
base64Decoder: import("@smithy/types").Decoder;
|
|
41
38
|
base64Encoder: (_input: Uint8Array | string) => string;
|
|
42
|
-
utf8Decoder: import("@
|
|
39
|
+
utf8Decoder: import("@smithy/types").Decoder;
|
|
43
40
|
utf8Encoder: (input: Uint8Array | string) => string;
|
|
44
41
|
disableHostPrefix: boolean;
|
|
45
42
|
serviceId: string;
|
|
46
43
|
profile?: string;
|
|
47
|
-
|
|
48
|
-
|
|
44
|
+
md5: import("@smithy/types").HashConstructor;
|
|
45
|
+
sha1: import("@smithy/types").HashConstructor;
|
|
46
|
+
getAwsChunkedEncodingStream: import("@smithy/types").GetAwsChunkedEncodingStream<any> | typeof import("@smithy/core/serde").getAwsChunkedEncodingStream;
|
|
47
|
+
logger: import("@smithy/types").Logger;
|
|
49
48
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
50
49
|
signingEscapePath: boolean;
|
|
51
|
-
sdkStreamMixin: import("@
|
|
52
|
-
customUserAgent?: string | import("@
|
|
50
|
+
sdkStreamMixin: import("@smithy/types").SdkStreamMixinInjector;
|
|
51
|
+
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
53
52
|
requestStreamBufferSize?: number | false;
|
|
54
53
|
checksumAlgorithms?: {
|
|
55
|
-
CRC32?:
|
|
56
|
-
CRC32C?:
|
|
57
|
-
CRC64NVME?:
|
|
58
|
-
SHA1?:
|
|
59
|
-
SHA256?:
|
|
54
|
+
CRC32?: import("@smithy/types").ChecksumConstructor;
|
|
55
|
+
CRC32C?: import("@smithy/types").ChecksumConstructor;
|
|
56
|
+
CRC64NVME?: import("@smithy/types").ChecksumConstructor;
|
|
57
|
+
SHA1?: import("@smithy/types").ChecksumConstructor;
|
|
58
|
+
SHA256?: import("@smithy/types").ChecksumConstructor;
|
|
60
59
|
} & {
|
|
61
|
-
[algorithmId: string]:
|
|
60
|
+
[algorithmId: string]: import("@smithy/types").ChecksumConstructor;
|
|
62
61
|
};
|
|
63
|
-
retryStrategy?: import("@
|
|
64
|
-
endpoint?: ((string | import("@
|
|
62
|
+
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
63
|
+
endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
|
|
65
64
|
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
66
|
-
logger?: import("@
|
|
67
|
-
}) => import("@
|
|
65
|
+
logger?: import("@smithy/types").Logger;
|
|
66
|
+
}) => import("@smithy/types").EndpointV2;
|
|
68
67
|
tls?: boolean;
|
|
69
68
|
serviceConfiguredEndpoint?: never;
|
|
70
69
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
71
70
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").S3HttpAuthSchemeProvider;
|
|
72
|
-
credentials?: import("@
|
|
73
|
-
signer?: import("@
|
|
71
|
+
credentials?: import("@smithy/types").AwsCredentialIdentity | import("@smithy/types").AwsCredentialIdentityProvider;
|
|
72
|
+
signer?: import("@smithy/types").RequestSigner | ((authScheme?: import("@smithy/types").AuthScheme) => Promise<import("@smithy/types").RequestSigner>);
|
|
74
73
|
systemClockOffset?: number;
|
|
75
74
|
signingRegion?: string;
|
|
76
|
-
signerConstructor: typeof import("@aws-sdk/signature-v4-multi-region").SignatureV4MultiRegion | (new (options: import("@smithy/signature-v4").SignatureV4Init & import("@smithy/signature-v4").SignatureV4CryptoInit) => import("@
|
|
77
|
-
forcePathStyle?: (boolean & (boolean | import("@
|
|
78
|
-
useAccelerateEndpoint?: (boolean & (boolean | import("@
|
|
79
|
-
disableMultiregionAccessPoints?: (boolean & (boolean | import("@
|
|
75
|
+
signerConstructor: typeof import("@aws-sdk/signature-v4-multi-region").SignatureV4MultiRegion | (new (options: import("@smithy/signature-v4").SignatureV4Init & import("@smithy/signature-v4").SignatureV4CryptoInit) => import("@smithy/types").RequestSigner);
|
|
76
|
+
forcePathStyle?: (boolean & (boolean | import("@smithy/types").Provider<boolean | undefined>)) | undefined;
|
|
77
|
+
useAccelerateEndpoint?: (boolean & (boolean | import("@smithy/types").Provider<boolean | undefined>)) | undefined;
|
|
78
|
+
disableMultiregionAccessPoints?: (boolean & (boolean | import("@smithy/types").Provider<boolean | undefined>)) | undefined;
|
|
80
79
|
followRegionRedirects?: boolean;
|
|
81
80
|
s3ExpressIdentityProvider?: import("@aws-sdk/middleware-sdk-s3/s3").S3ExpressIdentityProvider;
|
|
82
81
|
bucketEndpoint?: boolean;
|
|
83
82
|
expectContinueHeader?: boolean | number;
|
|
84
83
|
clientContextParams?: {
|
|
85
|
-
disableS3ExpressSessionAuth?: boolean | undefined | import("@
|
|
84
|
+
disableS3ExpressSessionAuth?: boolean | undefined | import("@smithy/types").Provider<boolean | undefined>;
|
|
86
85
|
};
|
|
87
|
-
useGlobalEndpoint?: boolean | undefined | import("@
|
|
86
|
+
useGlobalEndpoint?: boolean | undefined | import("@smithy/types").Provider<boolean | undefined>;
|
|
88
87
|
};
|
|
@@ -4,7 +4,6 @@ import type { S3ClientConfig } from "./S3Client";
|
|
|
4
4
|
*/
|
|
5
5
|
export declare const getRuntimeConfig: (config: S3ClientConfig) => {
|
|
6
6
|
runtime: string;
|
|
7
|
-
sha256: import("@smithy/types").HashConstructor;
|
|
8
7
|
requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/core/protocols").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
|
|
9
8
|
cacheMiddleware?: boolean;
|
|
10
9
|
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/middleware-sdk-s3/s3").S3RestXmlProtocol;
|
|
@@ -13,6 +12,7 @@ export declare const getRuntimeConfig: (config: S3ClientConfig) => {
|
|
|
13
12
|
[setting: string]: unknown;
|
|
14
13
|
};
|
|
15
14
|
apiVersion: string;
|
|
15
|
+
sha256: import("@smithy/types").HashConstructor;
|
|
16
16
|
urlParser: import("@smithy/types").UrlParser;
|
|
17
17
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
18
18
|
streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>;
|
|
@@ -43,8 +43,8 @@ export declare const getRuntimeConfig: (config: S3ClientConfig) => {
|
|
|
43
43
|
sdkStreamMixin: import("@smithy/types").SdkStreamMixinInjector;
|
|
44
44
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
45
45
|
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
46
|
-
requestChecksumCalculation?: import("@aws-sdk/checksums").RequestChecksumCalculation | import("@smithy/types").Provider<import("@aws-sdk/checksums").RequestChecksumCalculation>;
|
|
47
|
-
responseChecksumValidation?: import("@aws-sdk/checksums").ResponseChecksumValidation | import("@smithy/types").Provider<import("@aws-sdk/checksums").ResponseChecksumValidation>;
|
|
46
|
+
requestChecksumCalculation?: import("@aws-sdk/checksums/flexible-checksums").RequestChecksumCalculation | import("@smithy/types").Provider<import("@aws-sdk/checksums/flexible-checksums").RequestChecksumCalculation>;
|
|
47
|
+
responseChecksumValidation?: import("@aws-sdk/checksums/flexible-checksums").ResponseChecksumValidation | import("@smithy/types").Provider<import("@aws-sdk/checksums/flexible-checksums").ResponseChecksumValidation>;
|
|
48
48
|
requestStreamBufferSize?: number | false;
|
|
49
49
|
checksumAlgorithms?: {
|
|
50
50
|
CRC32?: import("@smithy/types").ChecksumConstructor;
|
|
@@ -18,6 +18,7 @@ export declare const getRuntimeConfig: (config: S3ClientConfig) => {
|
|
|
18
18
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").S3HttpAuthSchemeProvider;
|
|
19
19
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
20
20
|
logger: import("@smithy/types").Logger;
|
|
21
|
+
md5: import("@smithy/types").HashConstructor;
|
|
21
22
|
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof S3RestXmlProtocol;
|
|
22
23
|
protocolSettings: {
|
|
23
24
|
[setting: string]: unknown;
|
|
@@ -25,6 +26,8 @@ export declare const getRuntimeConfig: (config: S3ClientConfig) => {
|
|
|
25
26
|
};
|
|
26
27
|
sdkStreamMixin: import("@smithy/types").SdkStreamMixinInjector;
|
|
27
28
|
serviceId: string;
|
|
29
|
+
sha1: import("@smithy/types").HashConstructor;
|
|
30
|
+
sha256: import("@smithy/types").HashConstructor;
|
|
28
31
|
signerConstructor: typeof SignatureV4MultiRegion | (new (options: import("@smithy/signature-v4").SignatureV4Init & import("@smithy/signature-v4").SignatureV4CryptoInit) => import("@smithy/types").RequestSigner);
|
|
29
32
|
signingEscapePath: boolean;
|
|
30
33
|
urlParser: import("@smithy/types").UrlParser;
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
+
import {
|
|
2
|
+
FlexibleChecksumsInputConfig,
|
|
3
|
+
FlexibleChecksumsResolvedConfig,
|
|
4
|
+
} from "@aws-sdk/checksums/flexible-checksums";
|
|
1
5
|
import {
|
|
2
6
|
HostHeaderInputConfig,
|
|
3
7
|
HostHeaderResolvedConfig,
|
|
4
8
|
UserAgentInputConfig,
|
|
5
9
|
UserAgentResolvedConfig,
|
|
6
10
|
} from "@aws-sdk/core/client";
|
|
7
|
-
import {
|
|
8
|
-
FlexibleChecksumsInputConfig,
|
|
9
|
-
FlexibleChecksumsResolvedConfig,
|
|
10
|
-
} from "@aws-sdk/middleware-flexible-checksums";
|
|
11
11
|
import { S3InputConfig, S3ResolvedConfig } from "@aws-sdk/middleware-sdk-s3/s3";
|
|
12
12
|
import { GetAwsChunkedEncodingStream } from "@aws-sdk/types";
|
|
13
13
|
import {
|
|
@@ -0,0 +1,133 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
S3ClientResolvedConfig,
|
|
4
|
+
ServiceInputTypes,
|
|
5
|
+
ServiceOutputTypes,
|
|
6
|
+
} from "./S3Client";
|
|
7
|
+
export declare const command: <
|
|
8
|
+
I extends ServiceInputTypes,
|
|
9
|
+
O extends ServiceOutputTypes
|
|
10
|
+
>(
|
|
11
|
+
added: EndpointParameterInstructions,
|
|
12
|
+
plugins: (
|
|
13
|
+
CommandCtor: any,
|
|
14
|
+
clientStack: any,
|
|
15
|
+
config: any,
|
|
16
|
+
options: any
|
|
17
|
+
) => import("@smithy/types").Pluggable<any, any>[],
|
|
18
|
+
op: string,
|
|
19
|
+
$: import("@smithy/types").StaticOperationSchema,
|
|
20
|
+
smithyContext?: Record<string, unknown>
|
|
21
|
+
) => {
|
|
22
|
+
new (input: I): import("@smithy/core/client").CommandImpl<
|
|
23
|
+
I,
|
|
24
|
+
O,
|
|
25
|
+
S3ClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
...[input]: import("@smithy/types").OptionalParameter<I>
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
|
+
I,
|
|
33
|
+
O,
|
|
34
|
+
S3ClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare const _ep0: EndpointParameterInstructions;
|
|
41
|
+
export declare const _ep1: EndpointParameterInstructions;
|
|
42
|
+
export declare const _ep2: EndpointParameterInstructions;
|
|
43
|
+
export declare const _ep3: EndpointParameterInstructions;
|
|
44
|
+
export declare const _ep4: EndpointParameterInstructions;
|
|
45
|
+
export declare const _ep5: EndpointParameterInstructions;
|
|
46
|
+
export declare const _ep6: EndpointParameterInstructions;
|
|
47
|
+
export declare const _ep7: EndpointParameterInstructions;
|
|
48
|
+
export declare const _ep8: EndpointParameterInstructions;
|
|
49
|
+
export declare const _ep9: EndpointParameterInstructions;
|
|
50
|
+
export declare const _mw0: (
|
|
51
|
+
Command: any,
|
|
52
|
+
cs: any,
|
|
53
|
+
config: any,
|
|
54
|
+
o: any
|
|
55
|
+
) => import("@smithy/types").Pluggable<any, any>[];
|
|
56
|
+
export declare const _mw1: (
|
|
57
|
+
Command: any,
|
|
58
|
+
cs: any,
|
|
59
|
+
config: any,
|
|
60
|
+
o: any
|
|
61
|
+
) => import("@smithy/types").Pluggable<any, any>[];
|
|
62
|
+
export declare const _mw2: (
|
|
63
|
+
Command: any,
|
|
64
|
+
cs: any,
|
|
65
|
+
config: any,
|
|
66
|
+
o: any
|
|
67
|
+
) => import("@smithy/types").Pluggable<any, any>[];
|
|
68
|
+
export declare const _mw3: (
|
|
69
|
+
Command: any,
|
|
70
|
+
cs: any,
|
|
71
|
+
config: any,
|
|
72
|
+
o: any
|
|
73
|
+
) => 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[];
|
|
80
|
+
export declare const _mw5: (
|
|
81
|
+
Command: any,
|
|
82
|
+
cs: any,
|
|
83
|
+
config: any,
|
|
84
|
+
o: any
|
|
85
|
+
) => import("@smithy/types").Pluggable<any, any>[];
|
|
86
|
+
export declare const _mw6: (
|
|
87
|
+
Command: any,
|
|
88
|
+
cs: any,
|
|
89
|
+
config: any,
|
|
90
|
+
o: any
|
|
91
|
+
) => import("@smithy/types").Pluggable<any, any>[];
|
|
92
|
+
export declare const _mw7: (
|
|
93
|
+
Command: any,
|
|
94
|
+
cs: any,
|
|
95
|
+
config: any,
|
|
96
|
+
o: any
|
|
97
|
+
) => import("@smithy/types").Pluggable<any, any>[];
|
|
98
|
+
export declare const _mw8: (
|
|
99
|
+
Command: any,
|
|
100
|
+
cs: any,
|
|
101
|
+
config: any,
|
|
102
|
+
o: any
|
|
103
|
+
) => import("@smithy/types").Pluggable<any, any>[];
|
|
104
|
+
export declare const _mw9: (
|
|
105
|
+
Command: any,
|
|
106
|
+
cs: any,
|
|
107
|
+
config: any,
|
|
108
|
+
o: any
|
|
109
|
+
) => import("@smithy/types").Pluggable<any, any>[];
|
|
110
|
+
export declare const _mw10: (
|
|
111
|
+
Command: any,
|
|
112
|
+
cs: any,
|
|
113
|
+
config: any,
|
|
114
|
+
o: any
|
|
115
|
+
) => import("@smithy/types").Pluggable<any, any>[];
|
|
116
|
+
export declare const _mw11: (
|
|
117
|
+
Command: any,
|
|
118
|
+
cs: any,
|
|
119
|
+
config: any,
|
|
120
|
+
o: any
|
|
121
|
+
) => import("@smithy/types").Pluggable<any, any>[];
|
|
122
|
+
export declare const _mw12: (
|
|
123
|
+
Command: any,
|
|
124
|
+
cs: any,
|
|
125
|
+
config: any,
|
|
126
|
+
o: any
|
|
127
|
+
) => import("@smithy/types").Pluggable<any, any>[];
|
|
128
|
+
export declare const _mw13: (
|
|
129
|
+
Command: any,
|
|
130
|
+
cs: any,
|
|
131
|
+
config: any,
|
|
132
|
+
o: any
|
|
133
|
+
) => import("@smithy/types").Pluggable<any, any>[];
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
AbortMultipartUploadOutput,
|
|
5
4
|
AbortMultipartUploadRequest,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
S3ClientResolvedConfig,
|
|
9
|
-
ServiceInputTypes,
|
|
10
|
-
ServiceOutputTypes,
|
|
11
|
-
} from "../S3Client";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface AbortMultipartUploadCommandInput
|
|
15
8
|
extends AbortMultipartUploadRequest {}
|
|
16
9
|
export interface AbortMultipartUploadCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const AbortMultipartUploadCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
AbortMultipartUploadCommandInput,
|
|
24
17
|
AbortMultipartUploadCommandOutput,
|
|
25
|
-
S3ClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").S3ClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: AbortMultipartUploadCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
AbortMultipartUploadCommandInput,
|
|
33
26
|
AbortMultipartUploadCommandOutput,
|
|
34
|
-
S3ClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").S3ClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class AbortMultipartUploadCommand extends AbortMultipartUploadCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
CompleteMultipartUploadOutput,
|
|
5
4
|
CompleteMultipartUploadRequest,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
S3ClientResolvedConfig,
|
|
9
|
-
ServiceInputTypes,
|
|
10
|
-
ServiceOutputTypes,
|
|
11
|
-
} from "../S3Client";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface CompleteMultipartUploadCommandInput
|
|
15
8
|
extends CompleteMultipartUploadRequest {}
|
|
16
9
|
export interface CompleteMultipartUploadCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const CompleteMultipartUploadCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
CompleteMultipartUploadCommandInput,
|
|
24
17
|
CompleteMultipartUploadCommandOutput,
|
|
25
|
-
S3ClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").S3ClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: CompleteMultipartUploadCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
CompleteMultipartUploadCommandInput,
|
|
33
26
|
CompleteMultipartUploadCommandOutput,
|
|
34
|
-
S3ClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").S3ClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class CompleteMultipartUploadCommand extends CompleteMultipartUploadCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import { CopyObjectOutput, CopyObjectRequest } from "../models/models_0";
|
|
4
|
-
import {
|
|
5
|
-
S3ClientResolvedConfig,
|
|
6
|
-
ServiceInputTypes,
|
|
7
|
-
ServiceOutputTypes,
|
|
8
|
-
} from "../S3Client";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface CopyObjectCommandInput extends CopyObjectRequest {}
|
|
12
5
|
export interface CopyObjectCommandOutput
|
|
13
6
|
extends CopyObjectOutput,
|
|
@@ -18,22 +11,20 @@ declare const CopyObjectCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
CopyObjectCommandInput,
|
|
20
13
|
CopyObjectCommandOutput,
|
|
21
|
-
S3ClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").S3ClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: CopyObjectCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
CopyObjectCommandInput,
|
|
29
22
|
CopyObjectCommandOutput,
|
|
30
|
-
S3ClientResolvedConfig,
|
|
31
|
-
ServiceInputTypes,
|
|
32
|
-
ServiceOutputTypes
|
|
23
|
+
import("..").S3ClientResolvedConfig,
|
|
24
|
+
import("..").ServiceInputTypes,
|
|
25
|
+
import("..").ServiceOutputTypes
|
|
33
26
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
35
|
-
[x: string]: unknown;
|
|
36
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
37
28
|
};
|
|
38
29
|
export declare class CopyObjectCommand extends CopyObjectCommand_base {
|
|
39
30
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import { CreateBucketOutput, CreateBucketRequest } from "../models/models_0";
|
|
4
|
-
import {
|
|
5
|
-
S3ClientResolvedConfig,
|
|
6
|
-
ServiceInputTypes,
|
|
7
|
-
ServiceOutputTypes,
|
|
8
|
-
} from "../S3Client";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface CreateBucketCommandInput extends CreateBucketRequest {}
|
|
12
5
|
export interface CreateBucketCommandOutput
|
|
13
6
|
extends CreateBucketOutput,
|
|
@@ -18,22 +11,20 @@ declare const CreateBucketCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
CreateBucketCommandInput,
|
|
20
13
|
CreateBucketCommandOutput,
|
|
21
|
-
S3ClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").S3ClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: CreateBucketCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
CreateBucketCommandInput,
|
|
29
22
|
CreateBucketCommandOutput,
|
|
30
|
-
S3ClientResolvedConfig,
|
|
31
|
-
ServiceInputTypes,
|
|
32
|
-
ServiceOutputTypes
|
|
23
|
+
import("..").S3ClientResolvedConfig,
|
|
24
|
+
import("..").ServiceInputTypes,
|
|
25
|
+
import("..").ServiceOutputTypes
|
|
33
26
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
35
|
-
[x: string]: unknown;
|
|
36
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
37
28
|
};
|
|
38
29
|
export declare class CreateBucketCommand extends CreateBucketCommand_base {
|
|
39
30
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import { CreateBucketMetadataConfigurationRequest } from "../models/models_0";
|
|
4
|
-
import {
|
|
5
|
-
S3ClientResolvedConfig,
|
|
6
|
-
ServiceInputTypes,
|
|
7
|
-
ServiceOutputTypes,
|
|
8
|
-
} from "../S3Client";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface CreateBucketMetadataConfigurationCommandInput
|
|
12
5
|
extends CreateBucketMetadataConfigurationRequest {}
|
|
13
6
|
export interface CreateBucketMetadataConfigurationCommandOutput
|
|
@@ -18,22 +11,20 @@ declare const CreateBucketMetadataConfigurationCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
CreateBucketMetadataConfigurationCommandInput,
|
|
20
13
|
CreateBucketMetadataConfigurationCommandOutput,
|
|
21
|
-
S3ClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").S3ClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: CreateBucketMetadataConfigurationCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
CreateBucketMetadataConfigurationCommandInput,
|
|
29
22
|
CreateBucketMetadataConfigurationCommandOutput,
|
|
30
|
-
S3ClientResolvedConfig,
|
|
31
|
-
ServiceInputTypes,
|
|
32
|
-
ServiceOutputTypes
|
|
23
|
+
import("..").S3ClientResolvedConfig,
|
|
24
|
+
import("..").ServiceInputTypes,
|
|
25
|
+
import("..").ServiceOutputTypes
|
|
33
26
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
35
|
-
[x: string]: unknown;
|
|
36
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
37
28
|
};
|
|
38
29
|
export declare class CreateBucketMetadataConfigurationCommand extends CreateBucketMetadataConfigurationCommand_base {
|
|
39
30
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import { CreateBucketMetadataTableConfigurationRequest } from "../models/models_0";
|
|
4
|
-
import {
|
|
5
|
-
S3ClientResolvedConfig,
|
|
6
|
-
ServiceInputTypes,
|
|
7
|
-
ServiceOutputTypes,
|
|
8
|
-
} from "../S3Client";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface CreateBucketMetadataTableConfigurationCommandInput
|
|
12
5
|
extends CreateBucketMetadataTableConfigurationRequest {}
|
|
13
6
|
export interface CreateBucketMetadataTableConfigurationCommandOutput
|
|
@@ -18,22 +11,20 @@ declare const CreateBucketMetadataTableConfigurationCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
CreateBucketMetadataTableConfigurationCommandInput,
|
|
20
13
|
CreateBucketMetadataTableConfigurationCommandOutput,
|
|
21
|
-
S3ClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").S3ClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: CreateBucketMetadataTableConfigurationCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
CreateBucketMetadataTableConfigurationCommandInput,
|
|
29
22
|
CreateBucketMetadataTableConfigurationCommandOutput,
|
|
30
|
-
S3ClientResolvedConfig,
|
|
31
|
-
ServiceInputTypes,
|
|
32
|
-
ServiceOutputTypes
|
|
23
|
+
import("..").S3ClientResolvedConfig,
|
|
24
|
+
import("..").ServiceInputTypes,
|
|
25
|
+
import("..").ServiceOutputTypes
|
|
33
26
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
35
|
-
[x: string]: unknown;
|
|
36
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
37
28
|
};
|
|
38
29
|
export declare class CreateBucketMetadataTableConfigurationCommand extends CreateBucketMetadataTableConfigurationCommand_base {
|
|
39
30
|
protected static __types: {
|