@aws-sdk/client-s3 3.1076.0 → 3.1078.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +464 -2172
- package/dist-es/S3Client.js +1 -1
- package/dist-es/commandBuilder.js +122 -0
- package/dist-es/commands/AbortMultipartUploadCommand.js +2 -22
- package/dist-es/commands/CompleteMultipartUploadCommand.js +2 -23
- package/dist-es/commands/CopyObjectCommand.js +2 -25
- package/dist-es/commands/CreateBucketCommand.js +2 -24
- package/dist-es/commands/CreateBucketMetadataConfigurationCommand.js +2 -25
- package/dist-es/commands/CreateBucketMetadataTableConfigurationCommand.js +2 -25
- package/dist-es/commands/CreateMultipartUploadCommand.js +2 -23
- package/dist-es/commands/CreateSessionCommand.js +2 -22
- package/dist-es/commands/DeleteBucketAnalyticsConfigurationCommand.js +2 -18
- package/dist-es/commands/DeleteBucketCommand.js +2 -18
- package/dist-es/commands/DeleteBucketCorsCommand.js +2 -18
- package/dist-es/commands/DeleteBucketEncryptionCommand.js +2 -18
- package/dist-es/commands/DeleteBucketIntelligentTieringConfigurationCommand.js +2 -18
- package/dist-es/commands/DeleteBucketInventoryConfigurationCommand.js +2 -18
- package/dist-es/commands/DeleteBucketLifecycleCommand.js +2 -18
- package/dist-es/commands/DeleteBucketMetadataConfigurationCommand.js +2 -18
- package/dist-es/commands/DeleteBucketMetadataTableConfigurationCommand.js +2 -18
- package/dist-es/commands/DeleteBucketMetricsConfigurationCommand.js +2 -18
- package/dist-es/commands/DeleteBucketOwnershipControlsCommand.js +2 -18
- package/dist-es/commands/DeleteBucketPolicyCommand.js +2 -18
- package/dist-es/commands/DeleteBucketReplicationCommand.js +2 -18
- package/dist-es/commands/DeleteBucketTaggingCommand.js +2 -18
- package/dist-es/commands/DeleteBucketWebsiteCommand.js +2 -18
- package/dist-es/commands/DeleteObjectAnnotationCommand.js +2 -21
- package/dist-es/commands/DeleteObjectCommand.js +2 -22
- package/dist-es/commands/DeleteObjectTaggingCommand.js +2 -21
- package/dist-es/commands/DeleteObjectsCommand.js +2 -26
- package/dist-es/commands/DeletePublicAccessBlockCommand.js +2 -18
- package/dist-es/commands/GetBucketAbacCommand.js +2 -21
- package/dist-es/commands/GetBucketAccelerateConfigurationCommand.js +2 -22
- package/dist-es/commands/GetBucketAclCommand.js +2 -22
- package/dist-es/commands/GetBucketAnalyticsConfigurationCommand.js +2 -22
- package/dist-es/commands/GetBucketCorsCommand.js +2 -22
- package/dist-es/commands/GetBucketEncryptionCommand.js +2 -22
- package/dist-es/commands/GetBucketIntelligentTieringConfigurationCommand.js +2 -22
- package/dist-es/commands/GetBucketInventoryConfigurationCommand.js +2 -22
- package/dist-es/commands/GetBucketLifecycleConfigurationCommand.js +2 -22
- package/dist-es/commands/GetBucketLocationCommand.js +2 -22
- package/dist-es/commands/GetBucketLoggingCommand.js +2 -22
- package/dist-es/commands/GetBucketMetadataConfigurationCommand.js +2 -22
- package/dist-es/commands/GetBucketMetadataTableConfigurationCommand.js +2 -22
- package/dist-es/commands/GetBucketMetricsConfigurationCommand.js +2 -22
- package/dist-es/commands/GetBucketNotificationConfigurationCommand.js +2 -22
- package/dist-es/commands/GetBucketOwnershipControlsCommand.js +2 -22
- package/dist-es/commands/GetBucketPolicyCommand.js +2 -18
- package/dist-es/commands/GetBucketPolicyStatusCommand.js +2 -22
- package/dist-es/commands/GetBucketReplicationCommand.js +2 -22
- package/dist-es/commands/GetBucketRequestPaymentCommand.js +2 -22
- package/dist-es/commands/GetBucketTaggingCommand.js +2 -22
- package/dist-es/commands/GetBucketVersioningCommand.js +2 -22
- package/dist-es/commands/GetBucketWebsiteCommand.js +2 -22
- package/dist-es/commands/GetObjectAclCommand.js +2 -22
- package/dist-es/commands/GetObjectAnnotationCommand.js +2 -26
- package/dist-es/commands/GetObjectAttributesCommand.js +2 -22
- package/dist-es/commands/GetObjectCommand.js +2 -29
- package/dist-es/commands/GetObjectLegalHoldCommand.js +2 -21
- package/dist-es/commands/GetObjectLockConfigurationCommand.js +2 -21
- package/dist-es/commands/GetObjectRetentionCommand.js +2 -21
- package/dist-es/commands/GetObjectTaggingCommand.js +2 -21
- package/dist-es/commands/GetObjectTorrentCommand.js +2 -17
- package/dist-es/commands/GetPublicAccessBlockCommand.js +2 -22
- package/dist-es/commands/HeadBucketCommand.js +2 -21
- package/dist-es/commands/HeadObjectCommand.js +2 -24
- package/dist-es/commands/ListBucketAnalyticsConfigurationsCommand.js +2 -22
- package/dist-es/commands/ListBucketIntelligentTieringConfigurationsCommand.js +2 -22
- package/dist-es/commands/ListBucketInventoryConfigurationsCommand.js +2 -22
- package/dist-es/commands/ListBucketMetricsConfigurationsCommand.js +2 -22
- package/dist-es/commands/ListBucketsCommand.js +2 -18
- package/dist-es/commands/ListDirectoryBucketsCommand.js +2 -21
- package/dist-es/commands/ListMultipartUploadsCommand.js +2 -22
- package/dist-es/commands/ListObjectAnnotationsCommand.js +2 -21
- package/dist-es/commands/ListObjectVersionsCommand.js +2 -22
- package/dist-es/commands/ListObjectsCommand.js +2 -22
- package/dist-es/commands/ListObjectsV2Command.js +2 -22
- package/dist-es/commands/ListPartsCommand.js +2 -23
- package/dist-es/commands/PutBucketAbacCommand.js +2 -24
- package/dist-es/commands/PutBucketAccelerateConfigurationCommand.js +2 -25
- package/dist-es/commands/PutBucketAclCommand.js +2 -25
- package/dist-es/commands/PutBucketAnalyticsConfigurationCommand.js +2 -18
- package/dist-es/commands/PutBucketCorsCommand.js +2 -25
- package/dist-es/commands/PutBucketEncryptionCommand.js +2 -25
- package/dist-es/commands/PutBucketIntelligentTieringConfigurationCommand.js +2 -18
- package/dist-es/commands/PutBucketInventoryConfigurationCommand.js +2 -18
- package/dist-es/commands/PutBucketLifecycleConfigurationCommand.js +2 -27
- package/dist-es/commands/PutBucketLoggingCommand.js +2 -25
- package/dist-es/commands/PutBucketMetricsConfigurationCommand.js +2 -18
- package/dist-es/commands/PutBucketNotificationConfigurationCommand.js +2 -18
- package/dist-es/commands/PutBucketOwnershipControlsCommand.js +2 -25
- package/dist-es/commands/PutBucketPolicyCommand.js +2 -25
- package/dist-es/commands/PutBucketReplicationCommand.js +2 -25
- package/dist-es/commands/PutBucketRequestPaymentCommand.js +2 -25
- package/dist-es/commands/PutBucketTaggingCommand.js +2 -25
- package/dist-es/commands/PutBucketVersioningCommand.js +2 -25
- package/dist-es/commands/PutBucketWebsiteCommand.js +2 -25
- package/dist-es/commands/PutObjectAclCommand.js +2 -27
- package/dist-es/commands/PutObjectAnnotationCommand.js +2 -27
- package/dist-es/commands/PutObjectCommand.js +2 -29
- package/dist-es/commands/PutObjectLegalHoldCommand.js +2 -26
- package/dist-es/commands/PutObjectLockConfigurationCommand.js +2 -26
- package/dist-es/commands/PutObjectRetentionCommand.js +2 -26
- package/dist-es/commands/PutObjectTaggingCommand.js +2 -26
- package/dist-es/commands/PutPublicAccessBlockCommand.js +2 -25
- package/dist-es/commands/RenameObjectCommand.js +2 -22
- package/dist-es/commands/RestoreObjectCommand.js +2 -26
- package/dist-es/commands/SelectObjectContentCommand.js +2 -25
- package/dist-es/commands/UpdateBucketMetadataAnnotationTableConfigurationCommand.js +2 -25
- package/dist-es/commands/UpdateBucketMetadataInventoryTableConfigurationCommand.js +2 -25
- package/dist-es/commands/UpdateBucketMetadataJournalTableConfigurationCommand.js +2 -25
- package/dist-es/commands/UpdateObjectEncryptionCommand.js +2 -26
- package/dist-es/commands/UploadPartCommand.js +2 -28
- package/dist-es/commands/UploadPartCopyCommand.js +2 -23
- package/dist-es/commands/WriteGetObjectResponseCommand.js +2 -17
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.browser.js +1 -6
- package/dist-es/runtimeConfig.js +2 -5
- package/dist-es/runtimeConfig.native.js +0 -2
- package/dist-es/runtimeConfig.shared.js +5 -0
- package/dist-types/S3Client.d.ts +1 -1
- package/dist-types/commandBuilder.d.ts +106 -0
- package/dist-types/commands/AbortMultipartUploadCommand.d.ts +3 -8
- package/dist-types/commands/CompleteMultipartUploadCommand.d.ts +3 -8
- package/dist-types/commands/CopyObjectCommand.d.ts +3 -8
- package/dist-types/commands/CreateBucketCommand.d.ts +3 -8
- package/dist-types/commands/CreateBucketMetadataConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/CreateBucketMetadataTableConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/CreateMultipartUploadCommand.d.ts +3 -8
- package/dist-types/commands/CreateSessionCommand.d.ts +3 -8
- package/dist-types/commands/DeleteBucketAnalyticsConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/DeleteBucketCommand.d.ts +3 -8
- package/dist-types/commands/DeleteBucketCorsCommand.d.ts +3 -8
- package/dist-types/commands/DeleteBucketEncryptionCommand.d.ts +3 -8
- package/dist-types/commands/DeleteBucketIntelligentTieringConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/DeleteBucketInventoryConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/DeleteBucketLifecycleCommand.d.ts +3 -8
- package/dist-types/commands/DeleteBucketMetadataConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/DeleteBucketMetadataTableConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/DeleteBucketMetricsConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/DeleteBucketOwnershipControlsCommand.d.ts +3 -8
- package/dist-types/commands/DeleteBucketPolicyCommand.d.ts +3 -8
- package/dist-types/commands/DeleteBucketReplicationCommand.d.ts +3 -8
- package/dist-types/commands/DeleteBucketTaggingCommand.d.ts +3 -8
- package/dist-types/commands/DeleteBucketWebsiteCommand.d.ts +3 -8
- package/dist-types/commands/DeleteObjectAnnotationCommand.d.ts +3 -8
- package/dist-types/commands/DeleteObjectCommand.d.ts +3 -8
- package/dist-types/commands/DeleteObjectTaggingCommand.d.ts +3 -8
- package/dist-types/commands/DeleteObjectsCommand.d.ts +3 -8
- package/dist-types/commands/DeletePublicAccessBlockCommand.d.ts +3 -8
- package/dist-types/commands/GetBucketAbacCommand.d.ts +3 -8
- package/dist-types/commands/GetBucketAccelerateConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/GetBucketAclCommand.d.ts +3 -8
- package/dist-types/commands/GetBucketAnalyticsConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/GetBucketCorsCommand.d.ts +3 -8
- package/dist-types/commands/GetBucketEncryptionCommand.d.ts +3 -8
- package/dist-types/commands/GetBucketIntelligentTieringConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/GetBucketInventoryConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/GetBucketLifecycleConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/GetBucketLocationCommand.d.ts +3 -8
- package/dist-types/commands/GetBucketLoggingCommand.d.ts +3 -8
- package/dist-types/commands/GetBucketMetadataConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/GetBucketMetadataTableConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/GetBucketMetricsConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/GetBucketNotificationConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/GetBucketOwnershipControlsCommand.d.ts +3 -8
- package/dist-types/commands/GetBucketPolicyCommand.d.ts +3 -8
- package/dist-types/commands/GetBucketPolicyStatusCommand.d.ts +3 -8
- package/dist-types/commands/GetBucketReplicationCommand.d.ts +3 -8
- package/dist-types/commands/GetBucketRequestPaymentCommand.d.ts +3 -8
- package/dist-types/commands/GetBucketTaggingCommand.d.ts +3 -8
- package/dist-types/commands/GetBucketVersioningCommand.d.ts +3 -8
- package/dist-types/commands/GetBucketWebsiteCommand.d.ts +3 -8
- package/dist-types/commands/GetObjectAclCommand.d.ts +3 -8
- package/dist-types/commands/GetObjectAnnotationCommand.d.ts +3 -8
- package/dist-types/commands/GetObjectAttributesCommand.d.ts +3 -8
- package/dist-types/commands/GetObjectCommand.d.ts +3 -8
- package/dist-types/commands/GetObjectLegalHoldCommand.d.ts +3 -8
- package/dist-types/commands/GetObjectLockConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/GetObjectRetentionCommand.d.ts +3 -8
- package/dist-types/commands/GetObjectTaggingCommand.d.ts +3 -8
- package/dist-types/commands/GetObjectTorrentCommand.d.ts +3 -8
- package/dist-types/commands/GetPublicAccessBlockCommand.d.ts +3 -8
- package/dist-types/commands/HeadBucketCommand.d.ts +3 -8
- package/dist-types/commands/HeadObjectCommand.d.ts +3 -8
- package/dist-types/commands/ListBucketAnalyticsConfigurationsCommand.d.ts +3 -8
- package/dist-types/commands/ListBucketIntelligentTieringConfigurationsCommand.d.ts +3 -8
- package/dist-types/commands/ListBucketInventoryConfigurationsCommand.d.ts +3 -8
- package/dist-types/commands/ListBucketMetricsConfigurationsCommand.d.ts +3 -8
- package/dist-types/commands/ListBucketsCommand.d.ts +3 -8
- package/dist-types/commands/ListDirectoryBucketsCommand.d.ts +3 -8
- package/dist-types/commands/ListMultipartUploadsCommand.d.ts +3 -8
- package/dist-types/commands/ListObjectAnnotationsCommand.d.ts +3 -8
- package/dist-types/commands/ListObjectVersionsCommand.d.ts +3 -8
- package/dist-types/commands/ListObjectsCommand.d.ts +3 -8
- package/dist-types/commands/ListObjectsV2Command.d.ts +3 -8
- package/dist-types/commands/ListPartsCommand.d.ts +3 -8
- package/dist-types/commands/PutBucketAbacCommand.d.ts +3 -8
- package/dist-types/commands/PutBucketAccelerateConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/PutBucketAclCommand.d.ts +3 -8
- package/dist-types/commands/PutBucketAnalyticsConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/PutBucketCorsCommand.d.ts +3 -8
- package/dist-types/commands/PutBucketEncryptionCommand.d.ts +3 -8
- package/dist-types/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/PutBucketInventoryConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/PutBucketLoggingCommand.d.ts +3 -8
- package/dist-types/commands/PutBucketMetricsConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/PutBucketNotificationConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/PutBucketOwnershipControlsCommand.d.ts +3 -8
- package/dist-types/commands/PutBucketPolicyCommand.d.ts +3 -8
- package/dist-types/commands/PutBucketReplicationCommand.d.ts +3 -8
- package/dist-types/commands/PutBucketRequestPaymentCommand.d.ts +3 -8
- package/dist-types/commands/PutBucketTaggingCommand.d.ts +3 -8
- package/dist-types/commands/PutBucketVersioningCommand.d.ts +3 -8
- package/dist-types/commands/PutBucketWebsiteCommand.d.ts +3 -8
- package/dist-types/commands/PutObjectAclCommand.d.ts +3 -8
- package/dist-types/commands/PutObjectAnnotationCommand.d.ts +3 -8
- package/dist-types/commands/PutObjectCommand.d.ts +3 -8
- package/dist-types/commands/PutObjectLegalHoldCommand.d.ts +3 -8
- package/dist-types/commands/PutObjectLockConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/PutObjectRetentionCommand.d.ts +3 -8
- package/dist-types/commands/PutObjectTaggingCommand.d.ts +3 -8
- package/dist-types/commands/PutPublicAccessBlockCommand.d.ts +3 -8
- package/dist-types/commands/RenameObjectCommand.d.ts +3 -8
- package/dist-types/commands/RestoreObjectCommand.d.ts +3 -8
- package/dist-types/commands/SelectObjectContentCommand.d.ts +3 -8
- package/dist-types/commands/UpdateBucketMetadataAnnotationTableConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/UpdateBucketMetadataInventoryTableConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/UpdateBucketMetadataJournalTableConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/UpdateObjectEncryptionCommand.d.ts +3 -8
- package/dist-types/commands/UploadPartCommand.d.ts +3 -8
- package/dist-types/commands/UploadPartCopyCommand.d.ts +3 -8
- package/dist-types/commands/WriteGetObjectResponseCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +5 -5
- package/dist-types/runtimeConfig.d.ts +46 -47
- package/dist-types/runtimeConfig.native.d.ts +3 -3
- package/dist-types/runtimeConfig.shared.d.ts +3 -0
- package/dist-types/ts3.4/S3Client.d.ts +4 -4
- package/dist-types/ts3.4/commandBuilder.d.ts +133 -0
- package/dist-types/ts3.4/commands/AbortMultipartUploadCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CompleteMultipartUploadCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CopyObjectCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateBucketCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateBucketMetadataConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateBucketMetadataTableConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateMultipartUploadCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateSessionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteBucketAnalyticsConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteBucketCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteBucketCorsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteBucketEncryptionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteBucketIntelligentTieringConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteBucketInventoryConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteBucketLifecycleCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteBucketMetadataConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteBucketMetadataTableConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteBucketMetricsConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteBucketOwnershipControlsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteBucketPolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteBucketReplicationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteBucketTaggingCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteBucketWebsiteCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteObjectAnnotationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteObjectCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteObjectTaggingCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteObjectsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeletePublicAccessBlockCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetBucketAbacCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetBucketAccelerateConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetBucketAclCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetBucketAnalyticsConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetBucketCorsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetBucketEncryptionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetBucketIntelligentTieringConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetBucketInventoryConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetBucketLifecycleConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetBucketLocationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetBucketLoggingCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetBucketMetadataConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetBucketMetadataTableConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetBucketMetricsConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetBucketNotificationConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetBucketOwnershipControlsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetBucketPolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetBucketPolicyStatusCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetBucketReplicationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetBucketRequestPaymentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetBucketTaggingCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetBucketVersioningCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetBucketWebsiteCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetObjectAclCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetObjectAnnotationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetObjectAttributesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetObjectCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetObjectLegalHoldCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetObjectLockConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetObjectRetentionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetObjectTaggingCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetObjectTorrentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetPublicAccessBlockCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/HeadBucketCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/HeadObjectCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListBucketAnalyticsConfigurationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListBucketIntelligentTieringConfigurationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListBucketInventoryConfigurationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListBucketMetricsConfigurationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListBucketsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListDirectoryBucketsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListMultipartUploadsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListObjectAnnotationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListObjectVersionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListObjectsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListObjectsV2Command.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListPartsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutBucketAbacCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutBucketAccelerateConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutBucketAclCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutBucketAnalyticsConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutBucketCorsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutBucketEncryptionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutBucketInventoryConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutBucketLifecycleConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutBucketLoggingCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutBucketMetricsConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutBucketNotificationConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutBucketOwnershipControlsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutBucketPolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutBucketReplicationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutBucketRequestPaymentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutBucketTaggingCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutBucketVersioningCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutBucketWebsiteCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutObjectAclCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutObjectAnnotationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutObjectCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutObjectLegalHoldCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutObjectLockConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutObjectRetentionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutObjectTaggingCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutPublicAccessBlockCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RenameObjectCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RestoreObjectCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/SelectObjectContentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateBucketMetadataAnnotationTableConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateBucketMetadataInventoryTableConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateBucketMetadataJournalTableConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateObjectEncryptionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UploadPartCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UploadPartCopyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/WriteGetObjectResponseCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +7 -7
- package/dist-types/ts3.4/runtimeConfig.d.ts +63 -73
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +5 -5
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +3 -0
- package/package.json +13 -16
package/dist-es/S3Client.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
+
import { resolveFlexibleChecksumsConfig, } from "@aws-sdk/checksums/flexible-checksums";
|
|
1
2
|
import { getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin, getUserAgentPlugin, resolveHostHeaderConfig, resolveUserAgentConfig, } from "@aws-sdk/core/client";
|
|
2
|
-
import { resolveFlexibleChecksumsConfig, } from "@aws-sdk/middleware-flexible-checksums";
|
|
3
3
|
import { getAddExpectContinuePlugin, getRegionRedirectMiddlewarePlugin, getS3ExpressHttpSigningPlugin, getS3ExpressPlugin, getValidateBucketNamePlugin, resolveS3Config, } from "@aws-sdk/middleware-sdk-s3/s3";
|
|
4
4
|
import { DefaultIdentityProviderConfig, getHttpAuthSchemeEndpointRuleSetPlugin, getHttpSigningPlugin, } from "@smithy/core";
|
|
5
5
|
import { Client as __Client, } from "@smithy/core/client";
|
|
@@ -0,0 +1,122 @@
|
|
|
1
|
+
import { getFlexibleChecksumsPlugin } from "@aws-sdk/checksums/flexible-checksums";
|
|
2
|
+
import { getCheckContentLengthHeaderPlugin, getLocationConstraintPlugin, getS3ExpiresMiddlewarePlugin, getSsecPlugin, getThrow200ExceptionsPlugin, } from "@aws-sdk/middleware-sdk-s3/s3";
|
|
3
|
+
import { makeBuilder } from "@smithy/core/client";
|
|
4
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
5
|
+
import { commonParams } from "./endpoint/EndpointParameters";
|
|
6
|
+
export const command = makeBuilder(commonParams, "AmazonS3", "S3Client", getEndpointPlugin);
|
|
7
|
+
export const _ep0 = {
|
|
8
|
+
Bucket: { type: "contextParams", name: "Bucket" },
|
|
9
|
+
Key: { type: "contextParams", name: "Key" },
|
|
10
|
+
};
|
|
11
|
+
export const _ep1 = {
|
|
12
|
+
DisableS3ExpressSessionAuth: { type: "staticContextParams", value: true },
|
|
13
|
+
Bucket: { type: "contextParams", name: "Bucket" },
|
|
14
|
+
Key: { type: "contextParams", name: "Key" },
|
|
15
|
+
CopySource: { type: "contextParams", name: "CopySource" },
|
|
16
|
+
};
|
|
17
|
+
export const _ep2 = {
|
|
18
|
+
UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
|
|
19
|
+
DisableAccessPoints: { type: "staticContextParams", value: true },
|
|
20
|
+
Bucket: { type: "contextParams", name: "Bucket" },
|
|
21
|
+
};
|
|
22
|
+
export const _ep3 = {
|
|
23
|
+
UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
|
|
24
|
+
Bucket: { type: "contextParams", name: "Bucket" },
|
|
25
|
+
};
|
|
26
|
+
export const _ep4 = {
|
|
27
|
+
DisableS3ExpressSessionAuth: { type: "staticContextParams", value: true },
|
|
28
|
+
Bucket: { type: "contextParams", name: "Bucket" },
|
|
29
|
+
};
|
|
30
|
+
export const _ep5 = {
|
|
31
|
+
Bucket: { type: "contextParams", name: "Bucket" },
|
|
32
|
+
};
|
|
33
|
+
export const _ep6 = {};
|
|
34
|
+
export const _ep7 = {
|
|
35
|
+
UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
|
|
36
|
+
};
|
|
37
|
+
export const _ep8 = {
|
|
38
|
+
Bucket: { type: "contextParams", name: "Bucket" },
|
|
39
|
+
Prefix: { type: "contextParams", name: "Prefix" },
|
|
40
|
+
};
|
|
41
|
+
export const _ep9 = {
|
|
42
|
+
UseObjectLambdaEndpoint: { type: "staticContextParams", value: true },
|
|
43
|
+
};
|
|
44
|
+
export const _mw0 = (Command, cs, config, o) => [
|
|
45
|
+
getThrow200ExceptionsPlugin(config),
|
|
46
|
+
];
|
|
47
|
+
export const _mw1 = (Command, cs, config, o) => [
|
|
48
|
+
getThrow200ExceptionsPlugin(config),
|
|
49
|
+
getSsecPlugin(config),
|
|
50
|
+
];
|
|
51
|
+
export const _mw2 = (Command, cs, config, o) => [
|
|
52
|
+
getThrow200ExceptionsPlugin(config),
|
|
53
|
+
getLocationConstraintPlugin(config),
|
|
54
|
+
];
|
|
55
|
+
export const _mw3 = (Command, cs, config, o) => [
|
|
56
|
+
getFlexibleChecksumsPlugin(config, {
|
|
57
|
+
requestAlgorithmMember: { "httpHeader": "x-amz-sdk-checksum-algorithm", "name": "ChecksumAlgorithm", },
|
|
58
|
+
requestChecksumRequired: true,
|
|
59
|
+
}),
|
|
60
|
+
];
|
|
61
|
+
export const _mw4 = (Command, cs, config, o) => [];
|
|
62
|
+
export const _mw5 = (Command, cs, config, o) => [
|
|
63
|
+
getFlexibleChecksumsPlugin(config, {
|
|
64
|
+
requestAlgorithmMember: { "httpHeader": "x-amz-sdk-checksum-algorithm", "name": "ChecksumAlgorithm", },
|
|
65
|
+
requestChecksumRequired: true,
|
|
66
|
+
}),
|
|
67
|
+
getThrow200ExceptionsPlugin(config),
|
|
68
|
+
];
|
|
69
|
+
export const _mw6 = (Command, cs, config, o) => [
|
|
70
|
+
getFlexibleChecksumsPlugin(config, {
|
|
71
|
+
requestChecksumRequired: false,
|
|
72
|
+
requestValidationModeMember: "ChecksumMode",
|
|
73
|
+
responseAlgorithms: ["CRC64NVME", "CRC32", "CRC32C", "SHA256", "SHA1", "SHA512", "MD5", "XXHASH64", "XXHASH3", "XXHASH128"],
|
|
74
|
+
}),
|
|
75
|
+
];
|
|
76
|
+
export const _mw7 = (Command, cs, config, o) => [
|
|
77
|
+
getFlexibleChecksumsPlugin(config, {
|
|
78
|
+
requestChecksumRequired: false,
|
|
79
|
+
requestValidationModeMember: "ChecksumMode",
|
|
80
|
+
responseAlgorithms: ["CRC64NVME", "CRC32", "CRC32C", "SHA256", "SHA1", "SHA512", "MD5", "XXHASH64", "XXHASH3", "XXHASH128"],
|
|
81
|
+
}),
|
|
82
|
+
getSsecPlugin(config),
|
|
83
|
+
getS3ExpiresMiddlewarePlugin(config),
|
|
84
|
+
];
|
|
85
|
+
export const _mw8 = (Command, cs, config, o) => [
|
|
86
|
+
getThrow200ExceptionsPlugin(config),
|
|
87
|
+
getSsecPlugin(config),
|
|
88
|
+
getS3ExpiresMiddlewarePlugin(config),
|
|
89
|
+
];
|
|
90
|
+
export const _mw9 = (Command, cs, config, o) => [
|
|
91
|
+
getFlexibleChecksumsPlugin(config, {
|
|
92
|
+
requestAlgorithmMember: { "httpHeader": "x-amz-sdk-checksum-algorithm", "name": "ChecksumAlgorithm", },
|
|
93
|
+
requestChecksumRequired: false,
|
|
94
|
+
}),
|
|
95
|
+
];
|
|
96
|
+
export const _mw10 = (Command, cs, config, o) => [
|
|
97
|
+
getFlexibleChecksumsPlugin(config, {
|
|
98
|
+
requestAlgorithmMember: { "httpHeader": "x-amz-sdk-checksum-algorithm", "name": "ChecksumAlgorithm", },
|
|
99
|
+
requestChecksumRequired: false,
|
|
100
|
+
}),
|
|
101
|
+
getThrow200ExceptionsPlugin(config),
|
|
102
|
+
];
|
|
103
|
+
export const _mw11 = (Command, cs, config, o) => [
|
|
104
|
+
getFlexibleChecksumsPlugin(config, {
|
|
105
|
+
requestAlgorithmMember: { "httpHeader": "x-amz-sdk-checksum-algorithm", "name": "ChecksumAlgorithm", },
|
|
106
|
+
requestChecksumRequired: false,
|
|
107
|
+
}),
|
|
108
|
+
getCheckContentLengthHeaderPlugin(config),
|
|
109
|
+
getThrow200ExceptionsPlugin(config),
|
|
110
|
+
getSsecPlugin(config),
|
|
111
|
+
];
|
|
112
|
+
export const _mw12 = (Command, cs, config, o) => [
|
|
113
|
+
getSsecPlugin(config),
|
|
114
|
+
];
|
|
115
|
+
export const _mw13 = (Command, cs, config, o) => [
|
|
116
|
+
getFlexibleChecksumsPlugin(config, {
|
|
117
|
+
requestAlgorithmMember: { "httpHeader": "x-amz-sdk-checksum-algorithm", "name": "ChecksumAlgorithm", },
|
|
118
|
+
requestChecksumRequired: false,
|
|
119
|
+
}),
|
|
120
|
+
getThrow200ExceptionsPlugin(config),
|
|
121
|
+
getSsecPlugin(config),
|
|
122
|
+
];
|
|
@@ -1,24 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
3
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
4
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
5
2
|
import { AbortMultipartUpload$ } from "../schemas/schemas_0";
|
|
6
|
-
export
|
|
7
|
-
export class AbortMultipartUploadCommand extends $Command
|
|
8
|
-
.classBuilder()
|
|
9
|
-
.ep({
|
|
10
|
-
...commonParams,
|
|
11
|
-
Bucket: { type: "contextParams", name: "Bucket" },
|
|
12
|
-
Key: { type: "contextParams", name: "Key" },
|
|
13
|
-
})
|
|
14
|
-
.m(function (Command, cs, config, o) {
|
|
15
|
-
return [
|
|
16
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
17
|
-
getThrow200ExceptionsPlugin(config),
|
|
18
|
-
];
|
|
19
|
-
})
|
|
20
|
-
.s("AmazonS3", "AbortMultipartUpload", {})
|
|
21
|
-
.n("S3Client", "AbortMultipartUploadCommand")
|
|
22
|
-
.sc(AbortMultipartUpload$)
|
|
23
|
-
.build() {
|
|
3
|
+
export class AbortMultipartUploadCommand extends command(_ep0, _mw0, "AbortMultipartUpload", AbortMultipartUpload$) {
|
|
24
4
|
}
|
|
@@ -1,25 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
3
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
4
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw1, command } from "../commandBuilder";
|
|
5
2
|
import { CompleteMultipartUpload$ } from "../schemas/schemas_0";
|
|
6
|
-
export
|
|
7
|
-
export class CompleteMultipartUploadCommand extends $Command
|
|
8
|
-
.classBuilder()
|
|
9
|
-
.ep({
|
|
10
|
-
...commonParams,
|
|
11
|
-
Bucket: { type: "contextParams", name: "Bucket" },
|
|
12
|
-
Key: { type: "contextParams", name: "Key" },
|
|
13
|
-
})
|
|
14
|
-
.m(function (Command, cs, config, o) {
|
|
15
|
-
return [
|
|
16
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
17
|
-
getThrow200ExceptionsPlugin(config),
|
|
18
|
-
getSsecPlugin(config),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AmazonS3", "CompleteMultipartUpload", {})
|
|
22
|
-
.n("S3Client", "CompleteMultipartUploadCommand")
|
|
23
|
-
.sc(CompleteMultipartUpload$)
|
|
24
|
-
.build() {
|
|
3
|
+
export class CompleteMultipartUploadCommand extends command(_ep0, _mw1, "CompleteMultipartUpload", CompleteMultipartUpload$) {
|
|
25
4
|
}
|
|
@@ -1,27 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
3
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
4
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep1, _mw1, command } from "../commandBuilder";
|
|
5
2
|
import { CopyObject$ } from "../schemas/schemas_0";
|
|
6
|
-
export
|
|
7
|
-
export class CopyObjectCommand extends $Command
|
|
8
|
-
.classBuilder()
|
|
9
|
-
.ep({
|
|
10
|
-
...commonParams,
|
|
11
|
-
DisableS3ExpressSessionAuth: { type: "staticContextParams", value: true },
|
|
12
|
-
Bucket: { type: "contextParams", name: "Bucket" },
|
|
13
|
-
Key: { type: "contextParams", name: "Key" },
|
|
14
|
-
CopySource: { type: "contextParams", name: "CopySource" },
|
|
15
|
-
})
|
|
16
|
-
.m(function (Command, cs, config, o) {
|
|
17
|
-
return [
|
|
18
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
getThrow200ExceptionsPlugin(config),
|
|
20
|
-
getSsecPlugin(config),
|
|
21
|
-
];
|
|
22
|
-
})
|
|
23
|
-
.s("AmazonS3", "CopyObject", {})
|
|
24
|
-
.n("S3Client", "CopyObjectCommand")
|
|
25
|
-
.sc(CopyObject$)
|
|
26
|
-
.build() {
|
|
3
|
+
export class CopyObjectCommand extends command(_ep1, _mw1, "CopyObject", CopyObject$) {
|
|
27
4
|
}
|
|
@@ -1,26 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
3
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
4
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep2, _mw2, command } from "../commandBuilder";
|
|
5
2
|
import { CreateBucket$ } from "../schemas/schemas_0";
|
|
6
|
-
export
|
|
7
|
-
export class CreateBucketCommand extends $Command
|
|
8
|
-
.classBuilder()
|
|
9
|
-
.ep({
|
|
10
|
-
...commonParams,
|
|
11
|
-
UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
|
|
12
|
-
DisableAccessPoints: { type: "staticContextParams", value: true },
|
|
13
|
-
Bucket: { type: "contextParams", name: "Bucket" },
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
18
|
-
getThrow200ExceptionsPlugin(config),
|
|
19
|
-
getLocationConstraintPlugin(config),
|
|
20
|
-
];
|
|
21
|
-
})
|
|
22
|
-
.s("AmazonS3", "CreateBucket", {})
|
|
23
|
-
.n("S3Client", "CreateBucketCommand")
|
|
24
|
-
.sc(CreateBucket$)
|
|
25
|
-
.build() {
|
|
3
|
+
export class CreateBucketCommand extends command(_ep2, _mw2, "CreateBucket", CreateBucket$) {
|
|
26
4
|
}
|
|
@@ -1,27 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
3
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
4
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep3, _mw3, command } from "../commandBuilder";
|
|
5
2
|
import { CreateBucketMetadataConfiguration$ } from "../schemas/schemas_0";
|
|
6
|
-
export
|
|
7
|
-
export class CreateBucketMetadataConfigurationCommand extends $Command
|
|
8
|
-
.classBuilder()
|
|
9
|
-
.ep({
|
|
10
|
-
...commonParams,
|
|
11
|
-
UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
|
|
12
|
-
Bucket: { type: "contextParams", name: "Bucket" },
|
|
13
|
-
})
|
|
14
|
-
.m(function (Command, cs, config, o) {
|
|
15
|
-
return [
|
|
16
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
17
|
-
getFlexibleChecksumsPlugin(config, {
|
|
18
|
-
requestAlgorithmMember: { 'httpHeader': 'x-amz-sdk-checksum-algorithm', 'name': 'ChecksumAlgorithm' },
|
|
19
|
-
requestChecksumRequired: true,
|
|
20
|
-
}),
|
|
21
|
-
];
|
|
22
|
-
})
|
|
23
|
-
.s("AmazonS3", "CreateBucketMetadataConfiguration", {})
|
|
24
|
-
.n("S3Client", "CreateBucketMetadataConfigurationCommand")
|
|
25
|
-
.sc(CreateBucketMetadataConfiguration$)
|
|
26
|
-
.build() {
|
|
3
|
+
export class CreateBucketMetadataConfigurationCommand extends command(_ep3, _mw3, "CreateBucketMetadataConfiguration", CreateBucketMetadataConfiguration$) {
|
|
27
4
|
}
|
|
@@ -1,27 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
3
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
4
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep3, _mw3, command } from "../commandBuilder";
|
|
5
2
|
import { CreateBucketMetadataTableConfiguration$ } from "../schemas/schemas_0";
|
|
6
|
-
export
|
|
7
|
-
export class CreateBucketMetadataTableConfigurationCommand extends $Command
|
|
8
|
-
.classBuilder()
|
|
9
|
-
.ep({
|
|
10
|
-
...commonParams,
|
|
11
|
-
UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
|
|
12
|
-
Bucket: { type: "contextParams", name: "Bucket" },
|
|
13
|
-
})
|
|
14
|
-
.m(function (Command, cs, config, o) {
|
|
15
|
-
return [
|
|
16
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
17
|
-
getFlexibleChecksumsPlugin(config, {
|
|
18
|
-
requestAlgorithmMember: { 'httpHeader': 'x-amz-sdk-checksum-algorithm', 'name': 'ChecksumAlgorithm' },
|
|
19
|
-
requestChecksumRequired: true,
|
|
20
|
-
}),
|
|
21
|
-
];
|
|
22
|
-
})
|
|
23
|
-
.s("AmazonS3", "CreateBucketMetadataTableConfiguration", {})
|
|
24
|
-
.n("S3Client", "CreateBucketMetadataTableConfigurationCommand")
|
|
25
|
-
.sc(CreateBucketMetadataTableConfiguration$)
|
|
26
|
-
.build() {
|
|
3
|
+
export class CreateBucketMetadataTableConfigurationCommand extends command(_ep3, _mw3, "CreateBucketMetadataTableConfiguration", CreateBucketMetadataTableConfiguration$) {
|
|
27
4
|
}
|
|
@@ -1,25 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
3
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
4
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw1, command } from "../commandBuilder";
|
|
5
2
|
import { CreateMultipartUpload$ } from "../schemas/schemas_0";
|
|
6
|
-
export
|
|
7
|
-
export class CreateMultipartUploadCommand extends $Command
|
|
8
|
-
.classBuilder()
|
|
9
|
-
.ep({
|
|
10
|
-
...commonParams,
|
|
11
|
-
Bucket: { type: "contextParams", name: "Bucket" },
|
|
12
|
-
Key: { type: "contextParams", name: "Key" },
|
|
13
|
-
})
|
|
14
|
-
.m(function (Command, cs, config, o) {
|
|
15
|
-
return [
|
|
16
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
17
|
-
getThrow200ExceptionsPlugin(config),
|
|
18
|
-
getSsecPlugin(config),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AmazonS3", "CreateMultipartUpload", {})
|
|
22
|
-
.n("S3Client", "CreateMultipartUploadCommand")
|
|
23
|
-
.sc(CreateMultipartUpload$)
|
|
24
|
-
.build() {
|
|
3
|
+
export class CreateMultipartUploadCommand extends command(_ep0, _mw1, "CreateMultipartUpload", CreateMultipartUpload$) {
|
|
25
4
|
}
|
|
@@ -1,24 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
3
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
4
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep4, _mw0, command } from "../commandBuilder";
|
|
5
2
|
import { CreateSession$ } from "../schemas/schemas_0";
|
|
6
|
-
export
|
|
7
|
-
export class CreateSessionCommand extends $Command
|
|
8
|
-
.classBuilder()
|
|
9
|
-
.ep({
|
|
10
|
-
...commonParams,
|
|
11
|
-
DisableS3ExpressSessionAuth: { type: "staticContextParams", value: true },
|
|
12
|
-
Bucket: { type: "contextParams", name: "Bucket" },
|
|
13
|
-
})
|
|
14
|
-
.m(function (Command, cs, config, o) {
|
|
15
|
-
return [
|
|
16
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
17
|
-
getThrow200ExceptionsPlugin(config),
|
|
18
|
-
];
|
|
19
|
-
})
|
|
20
|
-
.s("AmazonS3", "CreateSession", {})
|
|
21
|
-
.n("S3Client", "CreateSessionCommand")
|
|
22
|
-
.sc(CreateSession$)
|
|
23
|
-
.build() {
|
|
3
|
+
export class CreateSessionCommand extends command(_ep4, _mw0, "CreateSession", CreateSession$) {
|
|
24
4
|
}
|
|
@@ -1,20 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep3, _mw4, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteBucketAnalyticsConfiguration$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteBucketAnalyticsConfigurationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep({
|
|
9
|
-
...commonParams,
|
|
10
|
-
UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
|
|
11
|
-
Bucket: { type: "contextParams", name: "Bucket" },
|
|
12
|
-
})
|
|
13
|
-
.m(function (Command, cs, config, o) {
|
|
14
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
|
-
})
|
|
16
|
-
.s("AmazonS3", "DeleteBucketAnalyticsConfiguration", {})
|
|
17
|
-
.n("S3Client", "DeleteBucketAnalyticsConfigurationCommand")
|
|
18
|
-
.sc(DeleteBucketAnalyticsConfiguration$)
|
|
19
|
-
.build() {
|
|
3
|
+
export class DeleteBucketAnalyticsConfigurationCommand extends command(_ep3, _mw4, "DeleteBucketAnalyticsConfiguration", DeleteBucketAnalyticsConfiguration$) {
|
|
20
4
|
}
|
|
@@ -1,20 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep3, _mw4, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteBucket$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteBucketCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep({
|
|
9
|
-
...commonParams,
|
|
10
|
-
UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
|
|
11
|
-
Bucket: { type: "contextParams", name: "Bucket" },
|
|
12
|
-
})
|
|
13
|
-
.m(function (Command, cs, config, o) {
|
|
14
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
|
-
})
|
|
16
|
-
.s("AmazonS3", "DeleteBucket", {})
|
|
17
|
-
.n("S3Client", "DeleteBucketCommand")
|
|
18
|
-
.sc(DeleteBucket$)
|
|
19
|
-
.build() {
|
|
3
|
+
export class DeleteBucketCommand extends command(_ep3, _mw4, "DeleteBucket", DeleteBucket$) {
|
|
20
4
|
}
|
|
@@ -1,20 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep3, _mw4, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteBucketCors$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteBucketCorsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep({
|
|
9
|
-
...commonParams,
|
|
10
|
-
UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
|
|
11
|
-
Bucket: { type: "contextParams", name: "Bucket" },
|
|
12
|
-
})
|
|
13
|
-
.m(function (Command, cs, config, o) {
|
|
14
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
|
-
})
|
|
16
|
-
.s("AmazonS3", "DeleteBucketCors", {})
|
|
17
|
-
.n("S3Client", "DeleteBucketCorsCommand")
|
|
18
|
-
.sc(DeleteBucketCors$)
|
|
19
|
-
.build() {
|
|
3
|
+
export class DeleteBucketCorsCommand extends command(_ep3, _mw4, "DeleteBucketCors", DeleteBucketCors$) {
|
|
20
4
|
}
|
|
@@ -1,20 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep3, _mw4, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteBucketEncryption$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteBucketEncryptionCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep({
|
|
9
|
-
...commonParams,
|
|
10
|
-
UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
|
|
11
|
-
Bucket: { type: "contextParams", name: "Bucket" },
|
|
12
|
-
})
|
|
13
|
-
.m(function (Command, cs, config, o) {
|
|
14
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
|
-
})
|
|
16
|
-
.s("AmazonS3", "DeleteBucketEncryption", {})
|
|
17
|
-
.n("S3Client", "DeleteBucketEncryptionCommand")
|
|
18
|
-
.sc(DeleteBucketEncryption$)
|
|
19
|
-
.build() {
|
|
3
|
+
export class DeleteBucketEncryptionCommand extends command(_ep3, _mw4, "DeleteBucketEncryption", DeleteBucketEncryption$) {
|
|
20
4
|
}
|
|
@@ -1,20 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep3, _mw4, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteBucketIntelligentTieringConfiguration$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteBucketIntelligentTieringConfigurationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep({
|
|
9
|
-
...commonParams,
|
|
10
|
-
UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
|
|
11
|
-
Bucket: { type: "contextParams", name: "Bucket" },
|
|
12
|
-
})
|
|
13
|
-
.m(function (Command, cs, config, o) {
|
|
14
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
|
-
})
|
|
16
|
-
.s("AmazonS3", "DeleteBucketIntelligentTieringConfiguration", {})
|
|
17
|
-
.n("S3Client", "DeleteBucketIntelligentTieringConfigurationCommand")
|
|
18
|
-
.sc(DeleteBucketIntelligentTieringConfiguration$)
|
|
19
|
-
.build() {
|
|
3
|
+
export class DeleteBucketIntelligentTieringConfigurationCommand extends command(_ep3, _mw4, "DeleteBucketIntelligentTieringConfiguration", DeleteBucketIntelligentTieringConfiguration$) {
|
|
20
4
|
}
|
|
@@ -1,20 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep3, _mw4, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteBucketInventoryConfiguration$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteBucketInventoryConfigurationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep({
|
|
9
|
-
...commonParams,
|
|
10
|
-
UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
|
|
11
|
-
Bucket: { type: "contextParams", name: "Bucket" },
|
|
12
|
-
})
|
|
13
|
-
.m(function (Command, cs, config, o) {
|
|
14
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
|
-
})
|
|
16
|
-
.s("AmazonS3", "DeleteBucketInventoryConfiguration", {})
|
|
17
|
-
.n("S3Client", "DeleteBucketInventoryConfigurationCommand")
|
|
18
|
-
.sc(DeleteBucketInventoryConfiguration$)
|
|
19
|
-
.build() {
|
|
3
|
+
export class DeleteBucketInventoryConfigurationCommand extends command(_ep3, _mw4, "DeleteBucketInventoryConfiguration", DeleteBucketInventoryConfiguration$) {
|
|
20
4
|
}
|
|
@@ -1,20 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep3, _mw4, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteBucketLifecycle$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteBucketLifecycleCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep({
|
|
9
|
-
...commonParams,
|
|
10
|
-
UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
|
|
11
|
-
Bucket: { type: "contextParams", name: "Bucket" },
|
|
12
|
-
})
|
|
13
|
-
.m(function (Command, cs, config, o) {
|
|
14
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
|
-
})
|
|
16
|
-
.s("AmazonS3", "DeleteBucketLifecycle", {})
|
|
17
|
-
.n("S3Client", "DeleteBucketLifecycleCommand")
|
|
18
|
-
.sc(DeleteBucketLifecycle$)
|
|
19
|
-
.build() {
|
|
3
|
+
export class DeleteBucketLifecycleCommand extends command(_ep3, _mw4, "DeleteBucketLifecycle", DeleteBucketLifecycle$) {
|
|
20
4
|
}
|
|
@@ -1,20 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep3, _mw4, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteBucketMetadataConfiguration$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteBucketMetadataConfigurationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep({
|
|
9
|
-
...commonParams,
|
|
10
|
-
UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
|
|
11
|
-
Bucket: { type: "contextParams", name: "Bucket" },
|
|
12
|
-
})
|
|
13
|
-
.m(function (Command, cs, config, o) {
|
|
14
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
|
-
})
|
|
16
|
-
.s("AmazonS3", "DeleteBucketMetadataConfiguration", {})
|
|
17
|
-
.n("S3Client", "DeleteBucketMetadataConfigurationCommand")
|
|
18
|
-
.sc(DeleteBucketMetadataConfiguration$)
|
|
19
|
-
.build() {
|
|
3
|
+
export class DeleteBucketMetadataConfigurationCommand extends command(_ep3, _mw4, "DeleteBucketMetadataConfiguration", DeleteBucketMetadataConfiguration$) {
|
|
20
4
|
}
|
|
@@ -1,20 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep3, _mw4, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteBucketMetadataTableConfiguration$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteBucketMetadataTableConfigurationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep({
|
|
9
|
-
...commonParams,
|
|
10
|
-
UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
|
|
11
|
-
Bucket: { type: "contextParams", name: "Bucket" },
|
|
12
|
-
})
|
|
13
|
-
.m(function (Command, cs, config, o) {
|
|
14
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
|
-
})
|
|
16
|
-
.s("AmazonS3", "DeleteBucketMetadataTableConfiguration", {})
|
|
17
|
-
.n("S3Client", "DeleteBucketMetadataTableConfigurationCommand")
|
|
18
|
-
.sc(DeleteBucketMetadataTableConfiguration$)
|
|
19
|
-
.build() {
|
|
3
|
+
export class DeleteBucketMetadataTableConfigurationCommand extends command(_ep3, _mw4, "DeleteBucketMetadataTableConfiguration", DeleteBucketMetadataTableConfiguration$) {
|
|
20
4
|
}
|
|
@@ -1,20 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep3, _mw4, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteBucketMetricsConfiguration$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteBucketMetricsConfigurationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep({
|
|
9
|
-
...commonParams,
|
|
10
|
-
UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
|
|
11
|
-
Bucket: { type: "contextParams", name: "Bucket" },
|
|
12
|
-
})
|
|
13
|
-
.m(function (Command, cs, config, o) {
|
|
14
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
|
-
})
|
|
16
|
-
.s("AmazonS3", "DeleteBucketMetricsConfiguration", {})
|
|
17
|
-
.n("S3Client", "DeleteBucketMetricsConfigurationCommand")
|
|
18
|
-
.sc(DeleteBucketMetricsConfiguration$)
|
|
19
|
-
.build() {
|
|
3
|
+
export class DeleteBucketMetricsConfigurationCommand extends command(_ep3, _mw4, "DeleteBucketMetricsConfiguration", DeleteBucketMetricsConfiguration$) {
|
|
20
4
|
}
|
|
@@ -1,20 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep3, _mw4, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteBucketOwnershipControls$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteBucketOwnershipControlsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep({
|
|
9
|
-
...commonParams,
|
|
10
|
-
UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
|
|
11
|
-
Bucket: { type: "contextParams", name: "Bucket" },
|
|
12
|
-
})
|
|
13
|
-
.m(function (Command, cs, config, o) {
|
|
14
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
|
-
})
|
|
16
|
-
.s("AmazonS3", "DeleteBucketOwnershipControls", {})
|
|
17
|
-
.n("S3Client", "DeleteBucketOwnershipControlsCommand")
|
|
18
|
-
.sc(DeleteBucketOwnershipControls$)
|
|
19
|
-
.build() {
|
|
3
|
+
export class DeleteBucketOwnershipControlsCommand extends command(_ep3, _mw4, "DeleteBucketOwnershipControls", DeleteBucketOwnershipControls$) {
|
|
20
4
|
}
|