@aws-sdk/client-s3 3.1077.0 → 3.1079.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 +458 -2167
- 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-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/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/package.json +13 -13
|
@@ -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 { PutBucketPolicyRequest } 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 PutBucketPolicyCommandInput extends PutBucketPolicyRequest {}
|
|
12
5
|
export interface PutBucketPolicyCommandOutput extends __MetadataBearer {}
|
|
13
6
|
declare const PutBucketPolicyCommand_base: {
|
|
@@ -16,22 +9,20 @@ declare const PutBucketPolicyCommand_base: {
|
|
|
16
9
|
): import("@smithy/core/client").CommandImpl<
|
|
17
10
|
PutBucketPolicyCommandInput,
|
|
18
11
|
PutBucketPolicyCommandOutput,
|
|
19
|
-
S3ClientResolvedConfig,
|
|
20
|
-
ServiceInputTypes,
|
|
21
|
-
ServiceOutputTypes
|
|
12
|
+
import("..").S3ClientResolvedConfig,
|
|
13
|
+
import("..").ServiceInputTypes,
|
|
14
|
+
import("..").ServiceOutputTypes
|
|
22
15
|
>;
|
|
23
16
|
new (
|
|
24
17
|
input: PutBucketPolicyCommandInput
|
|
25
18
|
): import("@smithy/core/client").CommandImpl<
|
|
26
19
|
PutBucketPolicyCommandInput,
|
|
27
20
|
PutBucketPolicyCommandOutput,
|
|
28
|
-
S3ClientResolvedConfig,
|
|
29
|
-
ServiceInputTypes,
|
|
30
|
-
ServiceOutputTypes
|
|
21
|
+
import("..").S3ClientResolvedConfig,
|
|
22
|
+
import("..").ServiceInputTypes,
|
|
23
|
+
import("..").ServiceOutputTypes
|
|
31
24
|
>;
|
|
32
|
-
getEndpointParameterInstructions():
|
|
33
|
-
[x: string]: unknown;
|
|
34
|
-
};
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
35
26
|
};
|
|
36
27
|
export declare class PutBucketPolicyCommand extends PutBucketPolicyCommand_base {
|
|
37
28
|
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 { PutBucketReplicationRequest } 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 PutBucketReplicationCommandInput
|
|
12
5
|
extends PutBucketReplicationRequest {}
|
|
13
6
|
export interface PutBucketReplicationCommandOutput extends __MetadataBearer {}
|
|
@@ -17,22 +10,20 @@ declare const PutBucketReplicationCommand_base: {
|
|
|
17
10
|
): import("@smithy/core/client").CommandImpl<
|
|
18
11
|
PutBucketReplicationCommandInput,
|
|
19
12
|
PutBucketReplicationCommandOutput,
|
|
20
|
-
S3ClientResolvedConfig,
|
|
21
|
-
ServiceInputTypes,
|
|
22
|
-
ServiceOutputTypes
|
|
13
|
+
import("..").S3ClientResolvedConfig,
|
|
14
|
+
import("..").ServiceInputTypes,
|
|
15
|
+
import("..").ServiceOutputTypes
|
|
23
16
|
>;
|
|
24
17
|
new (
|
|
25
18
|
input: PutBucketReplicationCommandInput
|
|
26
19
|
): import("@smithy/core/client").CommandImpl<
|
|
27
20
|
PutBucketReplicationCommandInput,
|
|
28
21
|
PutBucketReplicationCommandOutput,
|
|
29
|
-
S3ClientResolvedConfig,
|
|
30
|
-
ServiceInputTypes,
|
|
31
|
-
ServiceOutputTypes
|
|
22
|
+
import("..").S3ClientResolvedConfig,
|
|
23
|
+
import("..").ServiceInputTypes,
|
|
24
|
+
import("..").ServiceOutputTypes
|
|
32
25
|
>;
|
|
33
|
-
getEndpointParameterInstructions():
|
|
34
|
-
[x: string]: unknown;
|
|
35
|
-
};
|
|
26
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
36
27
|
};
|
|
37
28
|
export declare class PutBucketReplicationCommand extends PutBucketReplicationCommand_base {
|
|
38
29
|
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 { PutBucketRequestPaymentRequest } 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 PutBucketRequestPaymentCommandInput
|
|
12
5
|
extends PutBucketRequestPaymentRequest {}
|
|
13
6
|
export interface PutBucketRequestPaymentCommandOutput
|
|
@@ -18,22 +11,20 @@ declare const PutBucketRequestPaymentCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
PutBucketRequestPaymentCommandInput,
|
|
20
13
|
PutBucketRequestPaymentCommandOutput,
|
|
21
|
-
S3ClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").S3ClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: PutBucketRequestPaymentCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
PutBucketRequestPaymentCommandInput,
|
|
29
22
|
PutBucketRequestPaymentCommandOutput,
|
|
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 PutBucketRequestPaymentCommand extends PutBucketRequestPaymentCommand_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 { PutBucketTaggingRequest } 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 PutBucketTaggingCommandInput extends PutBucketTaggingRequest {}
|
|
12
5
|
export interface PutBucketTaggingCommandOutput extends __MetadataBearer {}
|
|
13
6
|
declare const PutBucketTaggingCommand_base: {
|
|
@@ -16,22 +9,20 @@ declare const PutBucketTaggingCommand_base: {
|
|
|
16
9
|
): import("@smithy/core/client").CommandImpl<
|
|
17
10
|
PutBucketTaggingCommandInput,
|
|
18
11
|
PutBucketTaggingCommandOutput,
|
|
19
|
-
S3ClientResolvedConfig,
|
|
20
|
-
ServiceInputTypes,
|
|
21
|
-
ServiceOutputTypes
|
|
12
|
+
import("..").S3ClientResolvedConfig,
|
|
13
|
+
import("..").ServiceInputTypes,
|
|
14
|
+
import("..").ServiceOutputTypes
|
|
22
15
|
>;
|
|
23
16
|
new (
|
|
24
17
|
input: PutBucketTaggingCommandInput
|
|
25
18
|
): import("@smithy/core/client").CommandImpl<
|
|
26
19
|
PutBucketTaggingCommandInput,
|
|
27
20
|
PutBucketTaggingCommandOutput,
|
|
28
|
-
S3ClientResolvedConfig,
|
|
29
|
-
ServiceInputTypes,
|
|
30
|
-
ServiceOutputTypes
|
|
21
|
+
import("..").S3ClientResolvedConfig,
|
|
22
|
+
import("..").ServiceInputTypes,
|
|
23
|
+
import("..").ServiceOutputTypes
|
|
31
24
|
>;
|
|
32
|
-
getEndpointParameterInstructions():
|
|
33
|
-
[x: string]: unknown;
|
|
34
|
-
};
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
35
26
|
};
|
|
36
27
|
export declare class PutBucketTaggingCommand extends PutBucketTaggingCommand_base {
|
|
37
28
|
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 { PutBucketVersioningRequest } 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 PutBucketVersioningCommandInput
|
|
12
5
|
extends PutBucketVersioningRequest {}
|
|
13
6
|
export interface PutBucketVersioningCommandOutput extends __MetadataBearer {}
|
|
@@ -17,22 +10,20 @@ declare const PutBucketVersioningCommand_base: {
|
|
|
17
10
|
): import("@smithy/core/client").CommandImpl<
|
|
18
11
|
PutBucketVersioningCommandInput,
|
|
19
12
|
PutBucketVersioningCommandOutput,
|
|
20
|
-
S3ClientResolvedConfig,
|
|
21
|
-
ServiceInputTypes,
|
|
22
|
-
ServiceOutputTypes
|
|
13
|
+
import("..").S3ClientResolvedConfig,
|
|
14
|
+
import("..").ServiceInputTypes,
|
|
15
|
+
import("..").ServiceOutputTypes
|
|
23
16
|
>;
|
|
24
17
|
new (
|
|
25
18
|
input: PutBucketVersioningCommandInput
|
|
26
19
|
): import("@smithy/core/client").CommandImpl<
|
|
27
20
|
PutBucketVersioningCommandInput,
|
|
28
21
|
PutBucketVersioningCommandOutput,
|
|
29
|
-
S3ClientResolvedConfig,
|
|
30
|
-
ServiceInputTypes,
|
|
31
|
-
ServiceOutputTypes
|
|
22
|
+
import("..").S3ClientResolvedConfig,
|
|
23
|
+
import("..").ServiceInputTypes,
|
|
24
|
+
import("..").ServiceOutputTypes
|
|
32
25
|
>;
|
|
33
|
-
getEndpointParameterInstructions():
|
|
34
|
-
[x: string]: unknown;
|
|
35
|
-
};
|
|
26
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
36
27
|
};
|
|
37
28
|
export declare class PutBucketVersioningCommand extends PutBucketVersioningCommand_base {
|
|
38
29
|
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 { PutBucketWebsiteRequest } 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 PutBucketWebsiteCommandInput extends PutBucketWebsiteRequest {}
|
|
12
5
|
export interface PutBucketWebsiteCommandOutput extends __MetadataBearer {}
|
|
13
6
|
declare const PutBucketWebsiteCommand_base: {
|
|
@@ -16,22 +9,20 @@ declare const PutBucketWebsiteCommand_base: {
|
|
|
16
9
|
): import("@smithy/core/client").CommandImpl<
|
|
17
10
|
PutBucketWebsiteCommandInput,
|
|
18
11
|
PutBucketWebsiteCommandOutput,
|
|
19
|
-
S3ClientResolvedConfig,
|
|
20
|
-
ServiceInputTypes,
|
|
21
|
-
ServiceOutputTypes
|
|
12
|
+
import("..").S3ClientResolvedConfig,
|
|
13
|
+
import("..").ServiceInputTypes,
|
|
14
|
+
import("..").ServiceOutputTypes
|
|
22
15
|
>;
|
|
23
16
|
new (
|
|
24
17
|
input: PutBucketWebsiteCommandInput
|
|
25
18
|
): import("@smithy/core/client").CommandImpl<
|
|
26
19
|
PutBucketWebsiteCommandInput,
|
|
27
20
|
PutBucketWebsiteCommandOutput,
|
|
28
|
-
S3ClientResolvedConfig,
|
|
29
|
-
ServiceInputTypes,
|
|
30
|
-
ServiceOutputTypes
|
|
21
|
+
import("..").S3ClientResolvedConfig,
|
|
22
|
+
import("..").ServiceInputTypes,
|
|
23
|
+
import("..").ServiceOutputTypes
|
|
31
24
|
>;
|
|
32
|
-
getEndpointParameterInstructions():
|
|
33
|
-
[x: string]: unknown;
|
|
34
|
-
};
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
35
26
|
};
|
|
36
27
|
export declare class PutBucketWebsiteCommand extends PutBucketWebsiteCommand_base {
|
|
37
28
|
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 { PutObjectAclOutput, PutObjectAclRequest } 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 PutObjectAclCommandInput extends PutObjectAclRequest {}
|
|
12
5
|
export interface PutObjectAclCommandOutput
|
|
13
6
|
extends PutObjectAclOutput,
|
|
@@ -18,22 +11,20 @@ declare const PutObjectAclCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
PutObjectAclCommandInput,
|
|
20
13
|
PutObjectAclCommandOutput,
|
|
21
|
-
S3ClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").S3ClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: PutObjectAclCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
PutObjectAclCommandInput,
|
|
29
22
|
PutObjectAclCommandOutput,
|
|
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 PutObjectAclCommand extends PutObjectAclCommand_base {
|
|
39
30
|
protected static __types: {
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import {
|
|
3
2
|
MetadataBearer as __MetadataBearer,
|
|
4
3
|
StreamingBlobPayloadInputTypes,
|
|
@@ -7,13 +6,7 @@ import {
|
|
|
7
6
|
PutObjectAnnotationOutput,
|
|
8
7
|
PutObjectAnnotationRequest,
|
|
9
8
|
} from "../models/models_0";
|
|
10
|
-
import {
|
|
11
|
-
S3ClientResolvedConfig,
|
|
12
|
-
ServiceInputTypes,
|
|
13
|
-
ServiceOutputTypes,
|
|
14
|
-
} from "../S3Client";
|
|
15
9
|
export { __MetadataBearer };
|
|
16
|
-
export { $Command };
|
|
17
10
|
export interface PutObjectAnnotationCommandInput
|
|
18
11
|
extends Pick<
|
|
19
12
|
PutObjectAnnotationRequest,
|
|
@@ -30,22 +23,20 @@ declare const PutObjectAnnotationCommand_base: {
|
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
PutObjectAnnotationCommandInput,
|
|
32
25
|
PutObjectAnnotationCommandOutput,
|
|
33
|
-
S3ClientResolvedConfig,
|
|
34
|
-
ServiceInputTypes,
|
|
35
|
-
ServiceOutputTypes
|
|
26
|
+
import("..").S3ClientResolvedConfig,
|
|
27
|
+
import("..").ServiceInputTypes,
|
|
28
|
+
import("..").ServiceOutputTypes
|
|
36
29
|
>;
|
|
37
30
|
new (
|
|
38
31
|
input: PutObjectAnnotationCommandInput
|
|
39
32
|
): import("@smithy/core/client").CommandImpl<
|
|
40
33
|
PutObjectAnnotationCommandInput,
|
|
41
34
|
PutObjectAnnotationCommandOutput,
|
|
42
|
-
S3ClientResolvedConfig,
|
|
43
|
-
ServiceInputTypes,
|
|
44
|
-
ServiceOutputTypes
|
|
35
|
+
import("..").S3ClientResolvedConfig,
|
|
36
|
+
import("..").ServiceInputTypes,
|
|
37
|
+
import("..").ServiceOutputTypes
|
|
45
38
|
>;
|
|
46
|
-
getEndpointParameterInstructions():
|
|
47
|
-
[x: string]: unknown;
|
|
48
|
-
};
|
|
39
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
49
40
|
};
|
|
50
41
|
export declare class PutObjectAnnotationCommand extends PutObjectAnnotationCommand_base {
|
|
51
42
|
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 { PutObjectOutput, PutObjectRequest } 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 PutObjectCommandInput
|
|
15
8
|
extends Pick<PutObjectRequest, Exclude<keyof PutObjectRequest, "Body">> {
|
|
16
9
|
Body?: StreamingBlobPayloadInputTypes;
|
|
@@ -22,20 +15,18 @@ declare const PutObjectCommand_base: {
|
|
|
22
15
|
new (input: PutObjectCommandInput): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
PutObjectCommandInput,
|
|
24
17
|
PutObjectCommandOutput,
|
|
25
|
-
S3ClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").S3ClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (input: PutObjectCommandInput): import("@smithy/core/client").CommandImpl<
|
|
30
23
|
PutObjectCommandInput,
|
|
31
24
|
PutObjectCommandOutput,
|
|
32
|
-
S3ClientResolvedConfig,
|
|
33
|
-
ServiceInputTypes,
|
|
34
|
-
ServiceOutputTypes
|
|
25
|
+
import("..").S3ClientResolvedConfig,
|
|
26
|
+
import("..").ServiceInputTypes,
|
|
27
|
+
import("..").ServiceOutputTypes
|
|
35
28
|
>;
|
|
36
|
-
getEndpointParameterInstructions():
|
|
37
|
-
[x: string]: unknown;
|
|
38
|
-
};
|
|
29
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
39
30
|
};
|
|
40
31
|
export declare class PutObjectCommand extends PutObjectCommand_base {
|
|
41
32
|
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
|
PutObjectLegalHoldOutput,
|
|
5
4
|
PutObjectLegalHoldRequest,
|
|
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 PutObjectLegalHoldCommandInput
|
|
15
8
|
extends PutObjectLegalHoldRequest {}
|
|
16
9
|
export interface PutObjectLegalHoldCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const PutObjectLegalHoldCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
PutObjectLegalHoldCommandInput,
|
|
24
17
|
PutObjectLegalHoldCommandOutput,
|
|
25
|
-
S3ClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").S3ClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: PutObjectLegalHoldCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
PutObjectLegalHoldCommandInput,
|
|
33
26
|
PutObjectLegalHoldCommandOutput,
|
|
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 PutObjectLegalHoldCommand extends PutObjectLegalHoldCommand_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
|
PutObjectLockConfigurationOutput,
|
|
5
4
|
PutObjectLockConfigurationRequest,
|
|
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 PutObjectLockConfigurationCommandInput
|
|
15
8
|
extends PutObjectLockConfigurationRequest {}
|
|
16
9
|
export interface PutObjectLockConfigurationCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const PutObjectLockConfigurationCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
PutObjectLockConfigurationCommandInput,
|
|
24
17
|
PutObjectLockConfigurationCommandOutput,
|
|
25
|
-
S3ClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").S3ClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: PutObjectLockConfigurationCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
PutObjectLockConfigurationCommandInput,
|
|
33
26
|
PutObjectLockConfigurationCommandOutput,
|
|
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 PutObjectLockConfigurationCommand extends PutObjectLockConfigurationCommand_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
|
PutObjectRetentionOutput,
|
|
5
4
|
PutObjectRetentionRequest,
|
|
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 PutObjectRetentionCommandInput
|
|
15
8
|
extends PutObjectRetentionRequest {}
|
|
16
9
|
export interface PutObjectRetentionCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const PutObjectRetentionCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
PutObjectRetentionCommandInput,
|
|
24
17
|
PutObjectRetentionCommandOutput,
|
|
25
|
-
S3ClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").S3ClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: PutObjectRetentionCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
PutObjectRetentionCommandInput,
|
|
33
26
|
PutObjectRetentionCommandOutput,
|
|
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 PutObjectRetentionCommand extends PutObjectRetentionCommand_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
|
PutObjectTaggingOutput,
|
|
5
4
|
PutObjectTaggingRequest,
|
|
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 PutObjectTaggingCommandInput extends PutObjectTaggingRequest {}
|
|
15
8
|
export interface PutObjectTaggingCommandOutput
|
|
16
9
|
extends PutObjectTaggingOutput,
|
|
@@ -21,22 +14,20 @@ declare const PutObjectTaggingCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
PutObjectTaggingCommandInput,
|
|
23
16
|
PutObjectTaggingCommandOutput,
|
|
24
|
-
S3ClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").S3ClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
input: PutObjectTaggingCommandInput
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
PutObjectTaggingCommandInput,
|
|
32
25
|
PutObjectTaggingCommandOutput,
|
|
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 PutObjectTaggingCommand extends PutObjectTaggingCommand_base {
|
|
42
33
|
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 { PutPublicAccessBlockRequest } 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 PutPublicAccessBlockCommandInput
|
|
12
5
|
extends PutPublicAccessBlockRequest {}
|
|
13
6
|
export interface PutPublicAccessBlockCommandOutput extends __MetadataBearer {}
|
|
@@ -17,22 +10,20 @@ declare const PutPublicAccessBlockCommand_base: {
|
|
|
17
10
|
): import("@smithy/core/client").CommandImpl<
|
|
18
11
|
PutPublicAccessBlockCommandInput,
|
|
19
12
|
PutPublicAccessBlockCommandOutput,
|
|
20
|
-
S3ClientResolvedConfig,
|
|
21
|
-
ServiceInputTypes,
|
|
22
|
-
ServiceOutputTypes
|
|
13
|
+
import("..").S3ClientResolvedConfig,
|
|
14
|
+
import("..").ServiceInputTypes,
|
|
15
|
+
import("..").ServiceOutputTypes
|
|
23
16
|
>;
|
|
24
17
|
new (
|
|
25
18
|
input: PutPublicAccessBlockCommandInput
|
|
26
19
|
): import("@smithy/core/client").CommandImpl<
|
|
27
20
|
PutPublicAccessBlockCommandInput,
|
|
28
21
|
PutPublicAccessBlockCommandOutput,
|
|
29
|
-
S3ClientResolvedConfig,
|
|
30
|
-
ServiceInputTypes,
|
|
31
|
-
ServiceOutputTypes
|
|
22
|
+
import("..").S3ClientResolvedConfig,
|
|
23
|
+
import("..").ServiceInputTypes,
|
|
24
|
+
import("..").ServiceOutputTypes
|
|
32
25
|
>;
|
|
33
|
-
getEndpointParameterInstructions():
|
|
34
|
-
[x: string]: unknown;
|
|
35
|
-
};
|
|
26
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
36
27
|
};
|
|
37
28
|
export declare class PutPublicAccessBlockCommand extends PutPublicAccessBlockCommand_base {
|
|
38
29
|
protected static __types: {
|