@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
package/dist-types/ts3.4/commands/UpdateBucketMetadataInventoryTableConfigurationCommand.d.ts
CHANGED
|
@@ -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 { UpdateBucketMetadataInventoryTableConfigurationRequest } from "../models/models_1";
|
|
4
|
-
import {
|
|
5
|
-
S3ClientResolvedConfig,
|
|
6
|
-
ServiceInputTypes,
|
|
7
|
-
ServiceOutputTypes,
|
|
8
|
-
} from "../S3Client";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface UpdateBucketMetadataInventoryTableConfigurationCommandInput
|
|
12
5
|
extends UpdateBucketMetadataInventoryTableConfigurationRequest {}
|
|
13
6
|
export interface UpdateBucketMetadataInventoryTableConfigurationCommandOutput
|
|
@@ -18,22 +11,20 @@ declare const UpdateBucketMetadataInventoryTableConfigurationCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
UpdateBucketMetadataInventoryTableConfigurationCommandInput,
|
|
20
13
|
UpdateBucketMetadataInventoryTableConfigurationCommandOutput,
|
|
21
|
-
S3ClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").S3ClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: UpdateBucketMetadataInventoryTableConfigurationCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
UpdateBucketMetadataInventoryTableConfigurationCommandInput,
|
|
29
22
|
UpdateBucketMetadataInventoryTableConfigurationCommandOutput,
|
|
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 UpdateBucketMetadataInventoryTableConfigurationCommand extends UpdateBucketMetadataInventoryTableConfigurationCommand_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 { UpdateBucketMetadataJournalTableConfigurationRequest } from "../models/models_1";
|
|
4
|
-
import {
|
|
5
|
-
S3ClientResolvedConfig,
|
|
6
|
-
ServiceInputTypes,
|
|
7
|
-
ServiceOutputTypes,
|
|
8
|
-
} from "../S3Client";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface UpdateBucketMetadataJournalTableConfigurationCommandInput
|
|
12
5
|
extends UpdateBucketMetadataJournalTableConfigurationRequest {}
|
|
13
6
|
export interface UpdateBucketMetadataJournalTableConfigurationCommandOutput
|
|
@@ -18,22 +11,20 @@ declare const UpdateBucketMetadataJournalTableConfigurationCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
UpdateBucketMetadataJournalTableConfigurationCommandInput,
|
|
20
13
|
UpdateBucketMetadataJournalTableConfigurationCommandOutput,
|
|
21
|
-
S3ClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").S3ClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: UpdateBucketMetadataJournalTableConfigurationCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
UpdateBucketMetadataJournalTableConfigurationCommandInput,
|
|
29
22
|
UpdateBucketMetadataJournalTableConfigurationCommandOutput,
|
|
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 UpdateBucketMetadataJournalTableConfigurationCommand extends UpdateBucketMetadataJournalTableConfigurationCommand_base {
|
|
39
30
|
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
|
UpdateObjectEncryptionRequest,
|
|
5
4
|
UpdateObjectEncryptionResponse,
|
|
6
5
|
} from "../models/models_1";
|
|
7
|
-
import {
|
|
8
|
-
S3ClientResolvedConfig,
|
|
9
|
-
ServiceInputTypes,
|
|
10
|
-
ServiceOutputTypes,
|
|
11
|
-
} from "../S3Client";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface UpdateObjectEncryptionCommandInput
|
|
15
8
|
extends UpdateObjectEncryptionRequest {}
|
|
16
9
|
export interface UpdateObjectEncryptionCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const UpdateObjectEncryptionCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
UpdateObjectEncryptionCommandInput,
|
|
24
17
|
UpdateObjectEncryptionCommandOutput,
|
|
25
|
-
S3ClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").S3ClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: UpdateObjectEncryptionCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
UpdateObjectEncryptionCommandInput,
|
|
33
26
|
UpdateObjectEncryptionCommandOutput,
|
|
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 UpdateObjectEncryptionCommand extends UpdateObjectEncryptionCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import {
|
|
3
2
|
MetadataBearer as __MetadataBearer,
|
|
4
3
|
StreamingBlobPayloadInputTypes,
|
|
5
4
|
} from "@smithy/types";
|
|
6
5
|
import { UploadPartOutput, UploadPartRequest } from "../models/models_1";
|
|
7
|
-
import {
|
|
8
|
-
S3ClientResolvedConfig,
|
|
9
|
-
ServiceInputTypes,
|
|
10
|
-
ServiceOutputTypes,
|
|
11
|
-
} from "../S3Client";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface UploadPartCommandInput
|
|
15
8
|
extends Pick<UploadPartRequest, Exclude<keyof UploadPartRequest, "Body">> {
|
|
16
9
|
Body?: StreamingBlobPayloadInputTypes;
|
|
@@ -24,22 +17,20 @@ declare const UploadPartCommand_base: {
|
|
|
24
17
|
): import("@smithy/core/client").CommandImpl<
|
|
25
18
|
UploadPartCommandInput,
|
|
26
19
|
UploadPartCommandOutput,
|
|
27
|
-
S3ClientResolvedConfig,
|
|
28
|
-
ServiceInputTypes,
|
|
29
|
-
ServiceOutputTypes
|
|
20
|
+
import("..").S3ClientResolvedConfig,
|
|
21
|
+
import("..").ServiceInputTypes,
|
|
22
|
+
import("..").ServiceOutputTypes
|
|
30
23
|
>;
|
|
31
24
|
new (
|
|
32
25
|
input: UploadPartCommandInput
|
|
33
26
|
): import("@smithy/core/client").CommandImpl<
|
|
34
27
|
UploadPartCommandInput,
|
|
35
28
|
UploadPartCommandOutput,
|
|
36
|
-
S3ClientResolvedConfig,
|
|
37
|
-
ServiceInputTypes,
|
|
38
|
-
ServiceOutputTypes
|
|
29
|
+
import("..").S3ClientResolvedConfig,
|
|
30
|
+
import("..").ServiceInputTypes,
|
|
31
|
+
import("..").ServiceOutputTypes
|
|
39
32
|
>;
|
|
40
|
-
getEndpointParameterInstructions():
|
|
41
|
-
[x: string]: unknown;
|
|
42
|
-
};
|
|
33
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
43
34
|
};
|
|
44
35
|
export declare class UploadPartCommand extends UploadPartCommand_base {
|
|
45
36
|
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
|
UploadPartCopyOutput,
|
|
5
4
|
UploadPartCopyRequest,
|
|
6
5
|
} from "../models/models_1";
|
|
7
|
-
import {
|
|
8
|
-
S3ClientResolvedConfig,
|
|
9
|
-
ServiceInputTypes,
|
|
10
|
-
ServiceOutputTypes,
|
|
11
|
-
} from "../S3Client";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface UploadPartCopyCommandInput extends UploadPartCopyRequest {}
|
|
15
8
|
export interface UploadPartCopyCommandOutput
|
|
16
9
|
extends UploadPartCopyOutput,
|
|
@@ -21,22 +14,20 @@ declare const UploadPartCopyCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
UploadPartCopyCommandInput,
|
|
23
16
|
UploadPartCopyCommandOutput,
|
|
24
|
-
S3ClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").S3ClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
input: UploadPartCopyCommandInput
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
UploadPartCopyCommandInput,
|
|
32
25
|
UploadPartCopyCommandOutput,
|
|
33
|
-
S3ClientResolvedConfig,
|
|
34
|
-
ServiceInputTypes,
|
|
35
|
-
ServiceOutputTypes
|
|
26
|
+
import("..").S3ClientResolvedConfig,
|
|
27
|
+
import("..").ServiceInputTypes,
|
|
28
|
+
import("..").ServiceOutputTypes
|
|
36
29
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
38
|
-
[x: string]: unknown;
|
|
39
|
-
};
|
|
30
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
40
31
|
};
|
|
41
32
|
export declare class UploadPartCopyCommand extends UploadPartCopyCommand_base {
|
|
42
33
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import {
|
|
3
2
|
MetadataBearer as __MetadataBearer,
|
|
4
3
|
StreamingBlobPayloadInputTypes,
|
|
5
4
|
} from "@smithy/types";
|
|
6
5
|
import { WriteGetObjectResponseRequest } from "../models/models_1";
|
|
7
|
-
import {
|
|
8
|
-
S3ClientResolvedConfig,
|
|
9
|
-
ServiceInputTypes,
|
|
10
|
-
ServiceOutputTypes,
|
|
11
|
-
} from "../S3Client";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface WriteGetObjectResponseCommandInput
|
|
15
8
|
extends Pick<
|
|
16
9
|
WriteGetObjectResponseRequest,
|
|
@@ -25,22 +18,20 @@ declare const WriteGetObjectResponseCommand_base: {
|
|
|
25
18
|
): import("@smithy/core/client").CommandImpl<
|
|
26
19
|
WriteGetObjectResponseCommandInput,
|
|
27
20
|
WriteGetObjectResponseCommandOutput,
|
|
28
|
-
S3ClientResolvedConfig,
|
|
29
|
-
ServiceInputTypes,
|
|
30
|
-
ServiceOutputTypes
|
|
21
|
+
import("..").S3ClientResolvedConfig,
|
|
22
|
+
import("..").ServiceInputTypes,
|
|
23
|
+
import("..").ServiceOutputTypes
|
|
31
24
|
>;
|
|
32
25
|
new (
|
|
33
26
|
input: WriteGetObjectResponseCommandInput
|
|
34
27
|
): import("@smithy/core/client").CommandImpl<
|
|
35
28
|
WriteGetObjectResponseCommandInput,
|
|
36
29
|
WriteGetObjectResponseCommandOutput,
|
|
37
|
-
S3ClientResolvedConfig,
|
|
38
|
-
ServiceInputTypes,
|
|
39
|
-
ServiceOutputTypes
|
|
30
|
+
import("..").S3ClientResolvedConfig,
|
|
31
|
+
import("..").ServiceInputTypes,
|
|
32
|
+
import("..").ServiceOutputTypes
|
|
40
33
|
>;
|
|
41
|
-
getEndpointParameterInstructions():
|
|
42
|
-
[x: string]: unknown;
|
|
43
|
-
};
|
|
34
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
44
35
|
};
|
|
45
36
|
export declare class WriteGetObjectResponseCommand extends WriteGetObjectResponseCommand_base {
|
|
46
37
|
protected static __types: {
|
|
@@ -4,6 +4,7 @@ export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
|
4
4
|
export { RuntimeExtension } from "./runtimeExtensions";
|
|
5
5
|
export { S3ExtensionConfiguration } from "./extensionConfiguration";
|
|
6
6
|
export * from "./commands";
|
|
7
|
+
export { Command as $Command } from "@smithy/core/client";
|
|
7
8
|
export * from "./schemas/schemas_0";
|
|
8
9
|
export * from "./pagination";
|
|
9
10
|
export * from "./waiters";
|
|
@@ -16,14 +16,11 @@ export declare const getRuntimeConfig: (config: S3ClientConfig) => {
|
|
|
16
16
|
) => Promise<import("@smithy/types").UserAgent>;
|
|
17
17
|
eventStreamSerdeProvider: import("@smithy/types").EventStreamSerdeProvider;
|
|
18
18
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
19
|
-
md5: import("@smithy/types").HashConstructor;
|
|
20
19
|
region: string | import("@smithy/types").Provider<any>;
|
|
21
20
|
requestHandler:
|
|
22
21
|
| import("@smithy/core/protocols").HttpHandler<any>
|
|
23
22
|
| RequestHandler;
|
|
24
23
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
25
|
-
sha1: import("@smithy/types").HashConstructor;
|
|
26
|
-
sha256: import("@smithy/types").HashConstructor;
|
|
27
24
|
streamCollector: (
|
|
28
25
|
stream:
|
|
29
26
|
| import("stream").Readable
|
|
@@ -48,6 +45,7 @@ export declare const getRuntimeConfig: (config: S3ClientConfig) => {
|
|
|
48
45
|
[setting: string]: unknown;
|
|
49
46
|
};
|
|
50
47
|
apiVersion: string;
|
|
48
|
+
sha256: import("@smithy/types").HashConstructor;
|
|
51
49
|
urlParser: import("@smithy/types").UrlParser;
|
|
52
50
|
base64Decoder: import("@smithy/types").Decoder;
|
|
53
51
|
base64Encoder: (_input: Uint8Array | string) => string;
|
|
@@ -56,6 +54,8 @@ export declare const getRuntimeConfig: (config: S3ClientConfig) => {
|
|
|
56
54
|
disableHostPrefix: boolean;
|
|
57
55
|
serviceId: string;
|
|
58
56
|
profile?: string;
|
|
57
|
+
md5: import("@smithy/types").HashConstructor;
|
|
58
|
+
sha1: import("@smithy/types").HashConstructor;
|
|
59
59
|
getAwsChunkedEncodingStream:
|
|
60
60
|
| import("@smithy/types").GetAwsChunkedEncodingStream<any>
|
|
61
61
|
| typeof import("@smithy/core/serde").getAwsChunkedEncodingStream;
|
|
@@ -73,14 +73,14 @@ export declare const getRuntimeConfig: (config: S3ClientConfig) => {
|
|
|
73
73
|
| undefined
|
|
74
74
|
| import("@smithy/types").Provider<string | undefined>;
|
|
75
75
|
requestChecksumCalculation?:
|
|
76
|
-
| import("@aws-sdk/checksums").RequestChecksumCalculation
|
|
76
|
+
| import("@aws-sdk/checksums/flexible-checksums").RequestChecksumCalculation
|
|
77
77
|
| import("@smithy/types").Provider<
|
|
78
|
-
import("@aws-sdk/checksums").RequestChecksumCalculation
|
|
78
|
+
import("@aws-sdk/checksums/flexible-checksums").RequestChecksumCalculation
|
|
79
79
|
>;
|
|
80
80
|
responseChecksumValidation?:
|
|
81
|
-
| import("@aws-sdk/checksums").ResponseChecksumValidation
|
|
81
|
+
| import("@aws-sdk/checksums/flexible-checksums").ResponseChecksumValidation
|
|
82
82
|
| import("@smithy/types").Provider<
|
|
83
|
-
import("@aws-sdk/checksums").ResponseChecksumValidation
|
|
83
|
+
import("@aws-sdk/checksums/flexible-checksums").ResponseChecksumValidation
|
|
84
84
|
>;
|
|
85
85
|
requestStreamBufferSize?: number | false;
|
|
86
86
|
checksumAlgorithms?: {
|
|
@@ -1,50 +1,43 @@
|
|
|
1
|
-
import {
|
|
2
|
-
ChecksumConstructor as __ChecksumConstructor,
|
|
3
|
-
HashConstructor as __HashConstructor,
|
|
4
|
-
} from "@aws-sdk/types";
|
|
5
1
|
import { NodeHttpHandler as RequestHandler } from "@smithy/node-http-handler";
|
|
6
2
|
import { S3ClientConfig } from "./S3Client";
|
|
7
3
|
export declare const getRuntimeConfig: (config: S3ClientConfig) => {
|
|
8
4
|
runtime: string;
|
|
9
|
-
defaultsMode: import("@
|
|
5
|
+
defaultsMode: import("@smithy/types").Provider<
|
|
10
6
|
import("@smithy/core/client").ResolvedDefaultsMode
|
|
11
7
|
>;
|
|
12
|
-
authSchemePreference: string[] | import("@
|
|
13
|
-
bodyLengthChecker: import("@
|
|
8
|
+
authSchemePreference: string[] | import("@smithy/types").Provider<string[]>;
|
|
9
|
+
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
14
10
|
credentialDefaultProvider:
|
|
15
|
-
| ((input: any) => import("@
|
|
11
|
+
| ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
|
|
16
12
|
| ((
|
|
17
13
|
init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit
|
|
18
14
|
) => import("@aws-sdk/credential-provider-node/dist-types/runtime/memoize-chain").MemoizedRuntimeConfigAwsCredentialIdentityProvider);
|
|
19
15
|
defaultUserAgentProvider: (
|
|
20
16
|
config?: import("@aws-sdk/core/client").PreviouslyResolved
|
|
21
|
-
) => Promise<import("@
|
|
17
|
+
) => Promise<import("@smithy/types").UserAgent>;
|
|
22
18
|
disableS3ExpressSessionAuth:
|
|
23
19
|
| boolean
|
|
24
|
-
| import("@
|
|
25
|
-
eventStreamSerdeProvider: import("@
|
|
26
|
-
maxAttempts: number | import("@
|
|
27
|
-
|
|
28
|
-
region: string | import("@aws-sdk/types").Provider<string>;
|
|
20
|
+
| import("@smithy/types").Provider<boolean | undefined>;
|
|
21
|
+
eventStreamSerdeProvider: import("@smithy/types").EventStreamSerdeProvider;
|
|
22
|
+
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
23
|
+
region: string | import("@smithy/types").Provider<string>;
|
|
29
24
|
requestChecksumCalculation:
|
|
30
|
-
| import("@aws-sdk/
|
|
31
|
-
| import("@
|
|
32
|
-
import("@aws-sdk/
|
|
25
|
+
| import("@aws-sdk/checksums/flexible-checksums").RequestChecksumCalculation
|
|
26
|
+
| import("@smithy/types").Provider<
|
|
27
|
+
import("@aws-sdk/checksums/flexible-checksums").RequestChecksumCalculation
|
|
33
28
|
>;
|
|
34
29
|
requestHandler:
|
|
35
30
|
| RequestHandler
|
|
36
31
|
| import("@smithy/core/protocols").HttpHandler<any>;
|
|
37
32
|
responseChecksumValidation:
|
|
38
|
-
| import("@aws-sdk/
|
|
39
|
-
| import("@
|
|
40
|
-
import("@aws-sdk/
|
|
33
|
+
| import("@aws-sdk/checksums/flexible-checksums").ResponseChecksumValidation
|
|
34
|
+
| import("@smithy/types").Provider<
|
|
35
|
+
import("@aws-sdk/checksums/flexible-checksums").ResponseChecksumValidation
|
|
41
36
|
>;
|
|
42
|
-
retryMode: string | import("@
|
|
43
|
-
sha1: __HashConstructor;
|
|
44
|
-
sha256: __HashConstructor;
|
|
37
|
+
retryMode: string | import("@smithy/types").Provider<string>;
|
|
45
38
|
sigv4aSigningRegionSet:
|
|
46
39
|
| string[]
|
|
47
|
-
| import("@
|
|
40
|
+
| import("@smithy/types").Provider<string[] | undefined>;
|
|
48
41
|
streamCollector: (
|
|
49
42
|
stream:
|
|
50
43
|
| import("stream").Readable
|
|
@@ -53,16 +46,12 @@ export declare const getRuntimeConfig: (config: S3ClientConfig) => {
|
|
|
53
46
|
| Blob
|
|
54
47
|
) => Promise<Uint8Array>;
|
|
55
48
|
streamHasher:
|
|
56
|
-
| import("@
|
|
57
|
-
| import("@
|
|
58
|
-
useArnRegion:
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
63
|
-
userAgentAppId:
|
|
64
|
-
| string
|
|
65
|
-
| import("@aws-sdk/types").Provider<string | undefined>;
|
|
49
|
+
| import("@smithy/types").StreamHasher<import("stream").Readable>
|
|
50
|
+
| import("@smithy/types").StreamHasher<Blob>;
|
|
51
|
+
useArnRegion: boolean | import("@smithy/types").Provider<boolean | undefined>;
|
|
52
|
+
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
53
|
+
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
54
|
+
userAgentAppId: string | import("@smithy/types").Provider<string | undefined>;
|
|
66
55
|
cacheMiddleware?: boolean | undefined;
|
|
67
56
|
protocol:
|
|
68
57
|
| import("@smithy/types").ClientProtocol<any, any>
|
|
@@ -73,72 +62,73 @@ export declare const getRuntimeConfig: (config: S3ClientConfig) => {
|
|
|
73
62
|
[setting: string]: unknown;
|
|
74
63
|
};
|
|
75
64
|
apiVersion: string;
|
|
76
|
-
|
|
77
|
-
|
|
65
|
+
sha256: import("@smithy/types").HashConstructor;
|
|
66
|
+
urlParser: import("@smithy/types").UrlParser;
|
|
67
|
+
base64Decoder: import("@smithy/types").Decoder;
|
|
78
68
|
base64Encoder: (_input: Uint8Array | string) => string;
|
|
79
|
-
utf8Decoder: import("@
|
|
69
|
+
utf8Decoder: import("@smithy/types").Decoder;
|
|
80
70
|
utf8Encoder: (input: Uint8Array | string) => string;
|
|
81
71
|
disableHostPrefix: boolean;
|
|
82
72
|
serviceId: string;
|
|
83
73
|
profile?: string;
|
|
74
|
+
md5: import("@smithy/types").HashConstructor;
|
|
75
|
+
sha1: import("@smithy/types").HashConstructor;
|
|
84
76
|
getAwsChunkedEncodingStream:
|
|
85
|
-
| import("@
|
|
77
|
+
| import("@smithy/types").GetAwsChunkedEncodingStream<any>
|
|
86
78
|
| typeof import("@smithy/core/serde").getAwsChunkedEncodingStream;
|
|
87
|
-
logger: import("@
|
|
79
|
+
logger: import("@smithy/types").Logger;
|
|
88
80
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
89
81
|
signingEscapePath: boolean;
|
|
90
|
-
sdkStreamMixin: import("@
|
|
91
|
-
customUserAgent?: string | import("@
|
|
82
|
+
sdkStreamMixin: import("@smithy/types").SdkStreamMixinInjector;
|
|
83
|
+
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
92
84
|
requestStreamBufferSize?: number | false;
|
|
93
85
|
checksumAlgorithms?: {
|
|
94
|
-
CRC32?:
|
|
95
|
-
CRC32C?:
|
|
96
|
-
CRC64NVME?:
|
|
97
|
-
SHA1?:
|
|
98
|
-
SHA256?:
|
|
86
|
+
CRC32?: import("@smithy/types").ChecksumConstructor;
|
|
87
|
+
CRC32C?: import("@smithy/types").ChecksumConstructor;
|
|
88
|
+
CRC64NVME?: import("@smithy/types").ChecksumConstructor;
|
|
89
|
+
SHA1?: import("@smithy/types").ChecksumConstructor;
|
|
90
|
+
SHA256?: import("@smithy/types").ChecksumConstructor;
|
|
99
91
|
} & {
|
|
100
|
-
[algorithmId: string]:
|
|
92
|
+
[algorithmId: string]: import("@smithy/types").ChecksumConstructor;
|
|
101
93
|
};
|
|
102
94
|
retryStrategy?:
|
|
103
|
-
| import("@
|
|
104
|
-
| import("@
|
|
95
|
+
| import("@smithy/types").RetryStrategy
|
|
96
|
+
| import("@smithy/types").RetryStrategyV2;
|
|
105
97
|
endpoint?:
|
|
106
98
|
| ((
|
|
107
99
|
| string
|
|
108
|
-
| import("@
|
|
109
|
-
| import("@
|
|
110
|
-
| import("@
|
|
111
|
-
| import("@
|
|
100
|
+
| import("@smithy/types").Endpoint
|
|
101
|
+
| import("@smithy/types").Provider<import("@smithy/types").Endpoint>
|
|
102
|
+
| import("@smithy/types").EndpointV2
|
|
103
|
+
| import("@smithy/types").Provider<import("@smithy/types").EndpointV2>
|
|
112
104
|
) &
|
|
113
105
|
(
|
|
114
106
|
| string
|
|
115
|
-
| import("@
|
|
116
|
-
| import("@
|
|
117
|
-
| import("@
|
|
118
|
-
| import("@
|
|
119
|
-
| import("@
|
|
120
|
-
import("@aws-sdk/types").EndpointV2
|
|
121
|
-
>
|
|
107
|
+
| import("@smithy/types").Provider<string>
|
|
108
|
+
| import("@smithy/types").Endpoint
|
|
109
|
+
| import("@smithy/types").Provider<import("@smithy/types").Endpoint>
|
|
110
|
+
| import("@smithy/types").EndpointV2
|
|
111
|
+
| import("@smithy/types").Provider<import("@smithy/types").EndpointV2>
|
|
122
112
|
))
|
|
123
113
|
| undefined;
|
|
124
114
|
endpointProvider: (
|
|
125
115
|
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
126
116
|
context?: {
|
|
127
|
-
logger?: import("@
|
|
117
|
+
logger?: import("@smithy/types").Logger;
|
|
128
118
|
}
|
|
129
|
-
) => import("@
|
|
119
|
+
) => import("@smithy/types").EndpointV2;
|
|
130
120
|
tls?: boolean;
|
|
131
121
|
serviceConfiguredEndpoint?: never;
|
|
132
122
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
133
123
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").S3HttpAuthSchemeProvider;
|
|
134
124
|
credentials?:
|
|
135
|
-
| import("@
|
|
136
|
-
| import("@
|
|
125
|
+
| import("@smithy/types").AwsCredentialIdentity
|
|
126
|
+
| import("@smithy/types").AwsCredentialIdentityProvider;
|
|
137
127
|
signer?:
|
|
138
|
-
| import("@
|
|
128
|
+
| import("@smithy/types").RequestSigner
|
|
139
129
|
| ((
|
|
140
|
-
authScheme?: import("@
|
|
141
|
-
) => Promise<import("@
|
|
130
|
+
authScheme?: import("@smithy/types").AuthScheme
|
|
131
|
+
) => Promise<import("@smithy/types").RequestSigner>);
|
|
142
132
|
systemClockOffset?: number;
|
|
143
133
|
signingRegion?: string;
|
|
144
134
|
signerConstructor:
|
|
@@ -146,18 +136,18 @@ export declare const getRuntimeConfig: (config: S3ClientConfig) => {
|
|
|
146
136
|
| (new (
|
|
147
137
|
options: import("@smithy/signature-v4").SignatureV4Init &
|
|
148
138
|
import("@smithy/signature-v4").SignatureV4CryptoInit
|
|
149
|
-
) => import("@
|
|
139
|
+
) => import("@smithy/types").RequestSigner);
|
|
150
140
|
forcePathStyle?:
|
|
151
141
|
| (boolean &
|
|
152
|
-
(boolean | import("@
|
|
142
|
+
(boolean | import("@smithy/types").Provider<boolean | undefined>))
|
|
153
143
|
| undefined;
|
|
154
144
|
useAccelerateEndpoint?:
|
|
155
145
|
| (boolean &
|
|
156
|
-
(boolean | import("@
|
|
146
|
+
(boolean | import("@smithy/types").Provider<boolean | undefined>))
|
|
157
147
|
| undefined;
|
|
158
148
|
disableMultiregionAccessPoints?:
|
|
159
149
|
| (boolean &
|
|
160
|
-
(boolean | import("@
|
|
150
|
+
(boolean | import("@smithy/types").Provider<boolean | undefined>))
|
|
161
151
|
| undefined;
|
|
162
152
|
followRegionRedirects?: boolean;
|
|
163
153
|
s3ExpressIdentityProvider?: import("@aws-sdk/middleware-sdk-s3/s3").S3ExpressIdentityProvider;
|
|
@@ -167,10 +157,10 @@ export declare const getRuntimeConfig: (config: S3ClientConfig) => {
|
|
|
167
157
|
disableS3ExpressSessionAuth?:
|
|
168
158
|
| boolean
|
|
169
159
|
| undefined
|
|
170
|
-
| import("@
|
|
160
|
+
| import("@smithy/types").Provider<boolean | undefined>;
|
|
171
161
|
};
|
|
172
162
|
useGlobalEndpoint?:
|
|
173
163
|
| boolean
|
|
174
164
|
| undefined
|
|
175
|
-
| import("@
|
|
165
|
+
| import("@smithy/types").Provider<boolean | undefined>;
|
|
176
166
|
};
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { S3ClientConfig } from "./S3Client";
|
|
2
2
|
export declare const getRuntimeConfig: (config: S3ClientConfig) => {
|
|
3
3
|
runtime: string;
|
|
4
|
-
sha256: import("@smithy/types").HashConstructor;
|
|
5
4
|
requestHandler:
|
|
6
5
|
| import("@smithy/types").NodeHttpHandlerOptions
|
|
7
6
|
| import("@smithy/types").FetchHttpHandlerOptions
|
|
@@ -18,6 +17,7 @@ export declare const getRuntimeConfig: (config: S3ClientConfig) => {
|
|
|
18
17
|
[setting: string]: unknown;
|
|
19
18
|
};
|
|
20
19
|
apiVersion: string;
|
|
20
|
+
sha256: import("@smithy/types").HashConstructor;
|
|
21
21
|
urlParser: import("@smithy/types").UrlParser;
|
|
22
22
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
23
23
|
streamCollector: (
|
|
@@ -77,14 +77,14 @@ export declare const getRuntimeConfig: (config: S3ClientConfig) => {
|
|
|
77
77
|
| undefined
|
|
78
78
|
| import("@smithy/types").Provider<string | undefined>;
|
|
79
79
|
requestChecksumCalculation?:
|
|
80
|
-
| import("@aws-sdk/checksums").RequestChecksumCalculation
|
|
80
|
+
| import("@aws-sdk/checksums/flexible-checksums").RequestChecksumCalculation
|
|
81
81
|
| import("@smithy/types").Provider<
|
|
82
|
-
import("@aws-sdk/checksums").RequestChecksumCalculation
|
|
82
|
+
import("@aws-sdk/checksums/flexible-checksums").RequestChecksumCalculation
|
|
83
83
|
>;
|
|
84
84
|
responseChecksumValidation?:
|
|
85
|
-
| import("@aws-sdk/checksums").ResponseChecksumValidation
|
|
85
|
+
| import("@aws-sdk/checksums/flexible-checksums").ResponseChecksumValidation
|
|
86
86
|
| import("@smithy/types").Provider<
|
|
87
|
-
import("@aws-sdk/checksums").ResponseChecksumValidation
|
|
87
|
+
import("@aws-sdk/checksums/flexible-checksums").ResponseChecksumValidation
|
|
88
88
|
>;
|
|
89
89
|
requestStreamBufferSize?: number | false;
|
|
90
90
|
checksumAlgorithms?: {
|
|
@@ -20,6 +20,7 @@ export declare const getRuntimeConfig: (config: S3ClientConfig) => {
|
|
|
20
20
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").S3HttpAuthSchemeProvider;
|
|
21
21
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
22
22
|
logger: import("@smithy/types").Logger;
|
|
23
|
+
md5: import("@smithy/types").HashConstructor;
|
|
23
24
|
protocol:
|
|
24
25
|
| import("@smithy/types").ClientProtocol<any, any>
|
|
25
26
|
| import("@smithy/types").ClientProtocolCtor<any, any>
|
|
@@ -30,6 +31,8 @@ export declare const getRuntimeConfig: (config: S3ClientConfig) => {
|
|
|
30
31
|
};
|
|
31
32
|
sdkStreamMixin: import("@smithy/types").SdkStreamMixinInjector;
|
|
32
33
|
serviceId: string;
|
|
34
|
+
sha1: import("@smithy/types").HashConstructor;
|
|
35
|
+
sha256: import("@smithy/types").HashConstructor;
|
|
33
36
|
signerConstructor:
|
|
34
37
|
| typeof SignatureV4MultiRegion
|
|
35
38
|
| (new (
|