@aws-sdk/client-s3 3.1077.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 +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,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { PutBucketAclRequest } from "../models/models_0";
|
|
4
|
-
import type { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface PutBucketAclCommandInput extends PutBucketAclRequest {
|
|
|
22
19
|
export interface PutBucketAclCommandOutput extends __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const PutBucketAclCommand_base: {
|
|
25
|
-
new (input: PutBucketAclCommandInput): import("@smithy/core/client").CommandImpl<PutBucketAclCommandInput, PutBucketAclCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: PutBucketAclCommandInput): import("@smithy/core/client").CommandImpl<PutBucketAclCommandInput, PutBucketAclCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: PutBucketAclCommandInput): import("@smithy/core/client").CommandImpl<PutBucketAclCommandInput, PutBucketAclCommandOutput, import("..").S3ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: PutBucketAclCommandInput): import("@smithy/core/client").CommandImpl<PutBucketAclCommandInput, PutBucketAclCommandOutput, import("..").S3ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <important>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { PutBucketAnalyticsConfigurationRequest } from "../models/models_0";
|
|
4
|
-
import type { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface PutBucketAnalyticsConfigurationCommandInput extends PutBucketAn
|
|
|
22
19
|
export interface PutBucketAnalyticsConfigurationCommandOutput extends __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const PutBucketAnalyticsConfigurationCommand_base: {
|
|
25
|
-
new (input: PutBucketAnalyticsConfigurationCommandInput): import("@smithy/core/client").CommandImpl<PutBucketAnalyticsConfigurationCommandInput, PutBucketAnalyticsConfigurationCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: PutBucketAnalyticsConfigurationCommandInput): import("@smithy/core/client").CommandImpl<PutBucketAnalyticsConfigurationCommandInput, PutBucketAnalyticsConfigurationCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: PutBucketAnalyticsConfigurationCommandInput): import("@smithy/core/client").CommandImpl<PutBucketAnalyticsConfigurationCommandInput, PutBucketAnalyticsConfigurationCommandOutput, import("..").S3ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: PutBucketAnalyticsConfigurationCommandInput): import("@smithy/core/client").CommandImpl<PutBucketAnalyticsConfigurationCommandInput, PutBucketAnalyticsConfigurationCommandOutput, import("..").S3ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <note>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { PutBucketCorsRequest } from "../models/models_0";
|
|
4
|
-
import type { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface PutBucketCorsCommandInput extends PutBucketCorsRequest {
|
|
|
22
19
|
export interface PutBucketCorsCommandOutput extends __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const PutBucketCorsCommand_base: {
|
|
25
|
-
new (input: PutBucketCorsCommandInput): import("@smithy/core/client").CommandImpl<PutBucketCorsCommandInput, PutBucketCorsCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: PutBucketCorsCommandInput): import("@smithy/core/client").CommandImpl<PutBucketCorsCommandInput, PutBucketCorsCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: PutBucketCorsCommandInput): import("@smithy/core/client").CommandImpl<PutBucketCorsCommandInput, PutBucketCorsCommandOutput, import("..").S3ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: PutBucketCorsCommandInput): import("@smithy/core/client").CommandImpl<PutBucketCorsCommandInput, PutBucketCorsCommandOutput, import("..").S3ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <note>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { PutBucketEncryptionRequest } from "../models/models_0";
|
|
4
|
-
import type { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface PutBucketEncryptionCommandInput extends PutBucketEncryptionRequ
|
|
|
22
19
|
export interface PutBucketEncryptionCommandOutput extends __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const PutBucketEncryptionCommand_base: {
|
|
25
|
-
new (input: PutBucketEncryptionCommandInput): import("@smithy/core/client").CommandImpl<PutBucketEncryptionCommandInput, PutBucketEncryptionCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: PutBucketEncryptionCommandInput): import("@smithy/core/client").CommandImpl<PutBucketEncryptionCommandInput, PutBucketEncryptionCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: PutBucketEncryptionCommandInput): import("@smithy/core/client").CommandImpl<PutBucketEncryptionCommandInput, PutBucketEncryptionCommandOutput, import("..").S3ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: PutBucketEncryptionCommandInput): import("@smithy/core/client").CommandImpl<PutBucketEncryptionCommandInput, PutBucketEncryptionCommandOutput, import("..").S3ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>This operation configures default encryption and Amazon S3 Bucket Keys for an existing bucket. You can also <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_BlockedEncryptionTypes.html">block encryption types</a> using this operation.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { PutBucketIntelligentTieringConfigurationRequest } from "../models/models_0";
|
|
4
|
-
import type { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface PutBucketIntelligentTieringConfigurationCommandInput extends Pu
|
|
|
22
19
|
export interface PutBucketIntelligentTieringConfigurationCommandOutput extends __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const PutBucketIntelligentTieringConfigurationCommand_base: {
|
|
25
|
-
new (input: PutBucketIntelligentTieringConfigurationCommandInput): import("@smithy/core/client").CommandImpl<PutBucketIntelligentTieringConfigurationCommandInput, PutBucketIntelligentTieringConfigurationCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: PutBucketIntelligentTieringConfigurationCommandInput): import("@smithy/core/client").CommandImpl<PutBucketIntelligentTieringConfigurationCommandInput, PutBucketIntelligentTieringConfigurationCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: PutBucketIntelligentTieringConfigurationCommandInput): import("@smithy/core/client").CommandImpl<PutBucketIntelligentTieringConfigurationCommandInput, PutBucketIntelligentTieringConfigurationCommandOutput, import("..").S3ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: PutBucketIntelligentTieringConfigurationCommandInput): import("@smithy/core/client").CommandImpl<PutBucketIntelligentTieringConfigurationCommandInput, PutBucketIntelligentTieringConfigurationCommandOutput, import("..").S3ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <note>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { PutBucketInventoryConfigurationRequest } from "../models/models_0";
|
|
4
|
-
import type { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface PutBucketInventoryConfigurationCommandInput extends PutBucketIn
|
|
|
22
19
|
export interface PutBucketInventoryConfigurationCommandOutput extends __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const PutBucketInventoryConfigurationCommand_base: {
|
|
25
|
-
new (input: PutBucketInventoryConfigurationCommandInput): import("@smithy/core/client").CommandImpl<PutBucketInventoryConfigurationCommandInput, PutBucketInventoryConfigurationCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: PutBucketInventoryConfigurationCommandInput): import("@smithy/core/client").CommandImpl<PutBucketInventoryConfigurationCommandInput, PutBucketInventoryConfigurationCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: PutBucketInventoryConfigurationCommandInput): import("@smithy/core/client").CommandImpl<PutBucketInventoryConfigurationCommandInput, PutBucketInventoryConfigurationCommandOutput, import("..").S3ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: PutBucketInventoryConfigurationCommandInput): import("@smithy/core/client").CommandImpl<PutBucketInventoryConfigurationCommandInput, PutBucketInventoryConfigurationCommandOutput, import("..").S3ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>This implementation of the <code>PUT</code> action adds an S3 Inventory configuration (identified by
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { PutBucketLifecycleConfigurationOutput, PutBucketLifecycleConfigurationRequest } from "../models/models_0";
|
|
4
|
-
import type { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface PutBucketLifecycleConfigurationCommandInput extends PutBucketLi
|
|
|
22
19
|
export interface PutBucketLifecycleConfigurationCommandOutput extends PutBucketLifecycleConfigurationOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const PutBucketLifecycleConfigurationCommand_base: {
|
|
25
|
-
new (input: PutBucketLifecycleConfigurationCommandInput): import("@smithy/core/client").CommandImpl<PutBucketLifecycleConfigurationCommandInput, PutBucketLifecycleConfigurationCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: PutBucketLifecycleConfigurationCommandInput): import("@smithy/core/client").CommandImpl<PutBucketLifecycleConfigurationCommandInput, PutBucketLifecycleConfigurationCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: PutBucketLifecycleConfigurationCommandInput): import("@smithy/core/client").CommandImpl<PutBucketLifecycleConfigurationCommandInput, PutBucketLifecycleConfigurationCommandOutput, import("..").S3ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: PutBucketLifecycleConfigurationCommandInput): import("@smithy/core/client").CommandImpl<PutBucketLifecycleConfigurationCommandInput, PutBucketLifecycleConfigurationCommandOutput, import("..").S3ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Creates a new lifecycle configuration for the bucket or replaces an existing lifecycle
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { PutBucketLoggingRequest } from "../models/models_0";
|
|
4
|
-
import type { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface PutBucketLoggingCommandInput extends PutBucketLoggingRequest {
|
|
|
22
19
|
export interface PutBucketLoggingCommandOutput extends __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const PutBucketLoggingCommand_base: {
|
|
25
|
-
new (input: PutBucketLoggingCommandInput): import("@smithy/core/client").CommandImpl<PutBucketLoggingCommandInput, PutBucketLoggingCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: PutBucketLoggingCommandInput): import("@smithy/core/client").CommandImpl<PutBucketLoggingCommandInput, PutBucketLoggingCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: PutBucketLoggingCommandInput): import("@smithy/core/client").CommandImpl<PutBucketLoggingCommandInput, PutBucketLoggingCommandOutput, import("..").S3ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: PutBucketLoggingCommandInput): import("@smithy/core/client").CommandImpl<PutBucketLoggingCommandInput, PutBucketLoggingCommandOutput, import("..").S3ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <important>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { PutBucketMetricsConfigurationRequest } from "../models/models_0";
|
|
4
|
-
import type { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface PutBucketMetricsConfigurationCommandInput extends PutBucketMetr
|
|
|
22
19
|
export interface PutBucketMetricsConfigurationCommandOutput extends __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const PutBucketMetricsConfigurationCommand_base: {
|
|
25
|
-
new (input: PutBucketMetricsConfigurationCommandInput): import("@smithy/core/client").CommandImpl<PutBucketMetricsConfigurationCommandInput, PutBucketMetricsConfigurationCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: PutBucketMetricsConfigurationCommandInput): import("@smithy/core/client").CommandImpl<PutBucketMetricsConfigurationCommandInput, PutBucketMetricsConfigurationCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: PutBucketMetricsConfigurationCommandInput): import("@smithy/core/client").CommandImpl<PutBucketMetricsConfigurationCommandInput, PutBucketMetricsConfigurationCommandOutput, import("..").S3ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: PutBucketMetricsConfigurationCommandInput): import("@smithy/core/client").CommandImpl<PutBucketMetricsConfigurationCommandInput, PutBucketMetricsConfigurationCommandOutput, import("..").S3ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Sets a metrics configuration (specified by the metrics configuration ID) for the bucket. You can
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { PutBucketNotificationConfigurationRequest } from "../models/models_0";
|
|
4
|
-
import type { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface PutBucketNotificationConfigurationCommandInput extends PutBucke
|
|
|
22
19
|
export interface PutBucketNotificationConfigurationCommandOutput extends __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const PutBucketNotificationConfigurationCommand_base: {
|
|
25
|
-
new (input: PutBucketNotificationConfigurationCommandInput): import("@smithy/core/client").CommandImpl<PutBucketNotificationConfigurationCommandInput, PutBucketNotificationConfigurationCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: PutBucketNotificationConfigurationCommandInput): import("@smithy/core/client").CommandImpl<PutBucketNotificationConfigurationCommandInput, PutBucketNotificationConfigurationCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: PutBucketNotificationConfigurationCommandInput): import("@smithy/core/client").CommandImpl<PutBucketNotificationConfigurationCommandInput, PutBucketNotificationConfigurationCommandOutput, import("..").S3ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: PutBucketNotificationConfigurationCommandInput): import("@smithy/core/client").CommandImpl<PutBucketNotificationConfigurationCommandInput, PutBucketNotificationConfigurationCommandOutput, import("..").S3ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <note>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { PutBucketOwnershipControlsRequest } from "../models/models_0";
|
|
4
|
-
import type { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface PutBucketOwnershipControlsCommandInput extends PutBucketOwnersh
|
|
|
22
19
|
export interface PutBucketOwnershipControlsCommandOutput extends __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const PutBucketOwnershipControlsCommand_base: {
|
|
25
|
-
new (input: PutBucketOwnershipControlsCommandInput): import("@smithy/core/client").CommandImpl<PutBucketOwnershipControlsCommandInput, PutBucketOwnershipControlsCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: PutBucketOwnershipControlsCommandInput): import("@smithy/core/client").CommandImpl<PutBucketOwnershipControlsCommandInput, PutBucketOwnershipControlsCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: PutBucketOwnershipControlsCommandInput): import("@smithy/core/client").CommandImpl<PutBucketOwnershipControlsCommandInput, PutBucketOwnershipControlsCommandOutput, import("..").S3ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: PutBucketOwnershipControlsCommandInput): import("@smithy/core/client").CommandImpl<PutBucketOwnershipControlsCommandInput, PutBucketOwnershipControlsCommandOutput, import("..").S3ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <note>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { PutBucketPolicyRequest } from "../models/models_0";
|
|
4
|
-
import type { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface PutBucketPolicyCommandInput extends PutBucketPolicyRequest {
|
|
|
22
19
|
export interface PutBucketPolicyCommandOutput extends __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const PutBucketPolicyCommand_base: {
|
|
25
|
-
new (input: PutBucketPolicyCommandInput): import("@smithy/core/client").CommandImpl<PutBucketPolicyCommandInput, PutBucketPolicyCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: PutBucketPolicyCommandInput): import("@smithy/core/client").CommandImpl<PutBucketPolicyCommandInput, PutBucketPolicyCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: PutBucketPolicyCommandInput): import("@smithy/core/client").CommandImpl<PutBucketPolicyCommandInput, PutBucketPolicyCommandOutput, import("..").S3ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: PutBucketPolicyCommandInput): import("@smithy/core/client").CommandImpl<PutBucketPolicyCommandInput, PutBucketPolicyCommandOutput, import("..").S3ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Applies an Amazon S3 bucket policy to an Amazon S3 bucket.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { PutBucketReplicationRequest } from "../models/models_0";
|
|
4
|
-
import type { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface PutBucketReplicationCommandInput extends PutBucketReplicationRe
|
|
|
22
19
|
export interface PutBucketReplicationCommandOutput extends __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const PutBucketReplicationCommand_base: {
|
|
25
|
-
new (input: PutBucketReplicationCommandInput): import("@smithy/core/client").CommandImpl<PutBucketReplicationCommandInput, PutBucketReplicationCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: PutBucketReplicationCommandInput): import("@smithy/core/client").CommandImpl<PutBucketReplicationCommandInput, PutBucketReplicationCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: PutBucketReplicationCommandInput): import("@smithy/core/client").CommandImpl<PutBucketReplicationCommandInput, PutBucketReplicationCommandOutput, import("..").S3ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: PutBucketReplicationCommandInput): import("@smithy/core/client").CommandImpl<PutBucketReplicationCommandInput, PutBucketReplicationCommandOutput, import("..").S3ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <note>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { PutBucketRequestPaymentRequest } from "../models/models_0";
|
|
4
|
-
import type { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface PutBucketRequestPaymentCommandInput extends PutBucketRequestPay
|
|
|
22
19
|
export interface PutBucketRequestPaymentCommandOutput extends __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const PutBucketRequestPaymentCommand_base: {
|
|
25
|
-
new (input: PutBucketRequestPaymentCommandInput): import("@smithy/core/client").CommandImpl<PutBucketRequestPaymentCommandInput, PutBucketRequestPaymentCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: PutBucketRequestPaymentCommandInput): import("@smithy/core/client").CommandImpl<PutBucketRequestPaymentCommandInput, PutBucketRequestPaymentCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: PutBucketRequestPaymentCommandInput): import("@smithy/core/client").CommandImpl<PutBucketRequestPaymentCommandInput, PutBucketRequestPaymentCommandOutput, import("..").S3ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: PutBucketRequestPaymentCommandInput): import("@smithy/core/client").CommandImpl<PutBucketRequestPaymentCommandInput, PutBucketRequestPaymentCommandOutput, import("..").S3ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <note>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { PutBucketTaggingRequest } from "../models/models_0";
|
|
4
|
-
import type { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface PutBucketTaggingCommandInput extends PutBucketTaggingRequest {
|
|
|
22
19
|
export interface PutBucketTaggingCommandOutput extends __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const PutBucketTaggingCommand_base: {
|
|
25
|
-
new (input: PutBucketTaggingCommandInput): import("@smithy/core/client").CommandImpl<PutBucketTaggingCommandInput, PutBucketTaggingCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: PutBucketTaggingCommandInput): import("@smithy/core/client").CommandImpl<PutBucketTaggingCommandInput, PutBucketTaggingCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: PutBucketTaggingCommandInput): import("@smithy/core/client").CommandImpl<PutBucketTaggingCommandInput, PutBucketTaggingCommandOutput, import("..").S3ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: PutBucketTaggingCommandInput): import("@smithy/core/client").CommandImpl<PutBucketTaggingCommandInput, PutBucketTaggingCommandOutput, import("..").S3ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <note>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { PutBucketVersioningRequest } from "../models/models_0";
|
|
4
|
-
import type { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface PutBucketVersioningCommandInput extends PutBucketVersioningRequ
|
|
|
22
19
|
export interface PutBucketVersioningCommandOutput extends __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const PutBucketVersioningCommand_base: {
|
|
25
|
-
new (input: PutBucketVersioningCommandInput): import("@smithy/core/client").CommandImpl<PutBucketVersioningCommandInput, PutBucketVersioningCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: PutBucketVersioningCommandInput): import("@smithy/core/client").CommandImpl<PutBucketVersioningCommandInput, PutBucketVersioningCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: PutBucketVersioningCommandInput): import("@smithy/core/client").CommandImpl<PutBucketVersioningCommandInput, PutBucketVersioningCommandOutput, import("..").S3ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: PutBucketVersioningCommandInput): import("@smithy/core/client").CommandImpl<PutBucketVersioningCommandInput, PutBucketVersioningCommandOutput, import("..").S3ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <note>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { PutBucketWebsiteRequest } from "../models/models_0";
|
|
4
|
-
import type { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface PutBucketWebsiteCommandInput extends PutBucketWebsiteRequest {
|
|
|
22
19
|
export interface PutBucketWebsiteCommandOutput extends __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const PutBucketWebsiteCommand_base: {
|
|
25
|
-
new (input: PutBucketWebsiteCommandInput): import("@smithy/core/client").CommandImpl<PutBucketWebsiteCommandInput, PutBucketWebsiteCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: PutBucketWebsiteCommandInput): import("@smithy/core/client").CommandImpl<PutBucketWebsiteCommandInput, PutBucketWebsiteCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: PutBucketWebsiteCommandInput): import("@smithy/core/client").CommandImpl<PutBucketWebsiteCommandInput, PutBucketWebsiteCommandOutput, import("..").S3ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: PutBucketWebsiteCommandInput): import("@smithy/core/client").CommandImpl<PutBucketWebsiteCommandInput, PutBucketWebsiteCommandOutput, import("..").S3ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <note>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { PutObjectAclOutput, PutObjectAclRequest } from "../models/models_0";
|
|
4
|
-
import type { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface PutObjectAclCommandInput extends PutObjectAclRequest {
|
|
|
22
19
|
export interface PutObjectAclCommandOutput extends PutObjectAclOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const PutObjectAclCommand_base: {
|
|
25
|
-
new (input: PutObjectAclCommandInput): import("@smithy/core/client").CommandImpl<PutObjectAclCommandInput, PutObjectAclCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: PutObjectAclCommandInput): import("@smithy/core/client").CommandImpl<PutObjectAclCommandInput, PutObjectAclCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: PutObjectAclCommandInput): import("@smithy/core/client").CommandImpl<PutObjectAclCommandInput, PutObjectAclCommandOutput, import("..").S3ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: PutObjectAclCommandInput): import("@smithy/core/client").CommandImpl<PutObjectAclCommandInput, PutObjectAclCommandOutput, import("..").S3ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <important>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer, StreamingBlobPayloadInputTypes } from "@smithy/types";
|
|
3
2
|
import type { PutObjectAnnotationOutput, PutObjectAnnotationRequest } from "../models/models_0";
|
|
4
|
-
import type { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -23,11 +20,9 @@ export interface PutObjectAnnotationCommandInput extends Omit<PutObjectAnnotatio
|
|
|
23
20
|
export interface PutObjectAnnotationCommandOutput extends PutObjectAnnotationOutput, __MetadataBearer {
|
|
24
21
|
}
|
|
25
22
|
declare const PutObjectAnnotationCommand_base: {
|
|
26
|
-
new (input: PutObjectAnnotationCommandInput): import("@smithy/core/client").CommandImpl<PutObjectAnnotationCommandInput, PutObjectAnnotationCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
new (input: PutObjectAnnotationCommandInput): import("@smithy/core/client").CommandImpl<PutObjectAnnotationCommandInput, PutObjectAnnotationCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
28
|
-
getEndpointParameterInstructions():
|
|
29
|
-
[x: string]: unknown;
|
|
30
|
-
};
|
|
23
|
+
new (input: PutObjectAnnotationCommandInput): import("@smithy/core/client").CommandImpl<PutObjectAnnotationCommandInput, PutObjectAnnotationCommandOutput, import("..").S3ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
new (input: PutObjectAnnotationCommandInput): import("@smithy/core/client").CommandImpl<PutObjectAnnotationCommandInput, PutObjectAnnotationCommandOutput, import("..").S3ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
31
26
|
};
|
|
32
27
|
/**
|
|
33
28
|
* <p>Attaches an annotation to an Amazon S3 object. An annotation is a named payload of 1 byte to 1 MiB
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer, StreamingBlobPayloadInputTypes } from "@smithy/types";
|
|
3
2
|
import type { PutObjectOutput, PutObjectRequest } from "../models/models_0";
|
|
4
|
-
import type { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -23,11 +20,9 @@ export interface PutObjectCommandInput extends Omit<PutObjectRequest, "Body"> {
|
|
|
23
20
|
export interface PutObjectCommandOutput extends PutObjectOutput, __MetadataBearer {
|
|
24
21
|
}
|
|
25
22
|
declare const PutObjectCommand_base: {
|
|
26
|
-
new (input: PutObjectCommandInput): import("@smithy/core/client").CommandImpl<PutObjectCommandInput, PutObjectCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
new (input: PutObjectCommandInput): import("@smithy/core/client").CommandImpl<PutObjectCommandInput, PutObjectCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
28
|
-
getEndpointParameterInstructions():
|
|
29
|
-
[x: string]: unknown;
|
|
30
|
-
};
|
|
23
|
+
new (input: PutObjectCommandInput): import("@smithy/core/client").CommandImpl<PutObjectCommandInput, PutObjectCommandOutput, import("..").S3ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
new (input: PutObjectCommandInput): import("@smithy/core/client").CommandImpl<PutObjectCommandInput, PutObjectCommandOutput, import("..").S3ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
31
26
|
};
|
|
32
27
|
/**
|
|
33
28
|
* <important>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { PutObjectLegalHoldOutput, PutObjectLegalHoldRequest } from "../models/models_0";
|
|
4
|
-
import type { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface PutObjectLegalHoldCommandInput extends PutObjectLegalHoldReques
|
|
|
22
19
|
export interface PutObjectLegalHoldCommandOutput extends PutObjectLegalHoldOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const PutObjectLegalHoldCommand_base: {
|
|
25
|
-
new (input: PutObjectLegalHoldCommandInput): import("@smithy/core/client").CommandImpl<PutObjectLegalHoldCommandInput, PutObjectLegalHoldCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: PutObjectLegalHoldCommandInput): import("@smithy/core/client").CommandImpl<PutObjectLegalHoldCommandInput, PutObjectLegalHoldCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: PutObjectLegalHoldCommandInput): import("@smithy/core/client").CommandImpl<PutObjectLegalHoldCommandInput, PutObjectLegalHoldCommandOutput, import("..").S3ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: PutObjectLegalHoldCommandInput): import("@smithy/core/client").CommandImpl<PutObjectLegalHoldCommandInput, PutObjectLegalHoldCommandOutput, import("..").S3ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <note>
|