@aws-sdk/client-s3 3.458.0 → 3.461.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/README.md +16 -0
- package/dist-cjs/S3.js +4 -0
- package/dist-cjs/S3Client.js +3 -1
- package/dist-cjs/commands/AbortMultipartUploadCommand.js +1 -0
- package/dist-cjs/commands/CompleteMultipartUploadCommand.js +1 -0
- package/dist-cjs/commands/CopyObjectCommand.js +1 -0
- package/dist-cjs/commands/CreateBucketCommand.js +2 -0
- package/dist-cjs/commands/CreateMultipartUploadCommand.js +1 -0
- package/dist-cjs/commands/CreateSessionCommand.js +59 -0
- package/dist-cjs/commands/DeleteBucketAnalyticsConfigurationCommand.js +2 -0
- package/dist-cjs/commands/DeleteBucketCommand.js +2 -0
- package/dist-cjs/commands/DeleteBucketCorsCommand.js +2 -0
- package/dist-cjs/commands/DeleteBucketEncryptionCommand.js +2 -0
- package/dist-cjs/commands/DeleteBucketIntelligentTieringConfigurationCommand.js +2 -0
- package/dist-cjs/commands/DeleteBucketInventoryConfigurationCommand.js +2 -0
- package/dist-cjs/commands/DeleteBucketLifecycleCommand.js +2 -0
- package/dist-cjs/commands/DeleteBucketMetricsConfigurationCommand.js +2 -0
- package/dist-cjs/commands/DeleteBucketOwnershipControlsCommand.js +2 -0
- package/dist-cjs/commands/DeleteBucketPolicyCommand.js +2 -0
- package/dist-cjs/commands/DeleteBucketReplicationCommand.js +2 -0
- package/dist-cjs/commands/DeleteBucketTaggingCommand.js +2 -0
- package/dist-cjs/commands/DeleteBucketWebsiteCommand.js +2 -0
- package/dist-cjs/commands/DeleteObjectCommand.js +1 -0
- package/dist-cjs/commands/DeleteObjectTaggingCommand.js +1 -0
- package/dist-cjs/commands/DeleteObjectsCommand.js +1 -0
- package/dist-cjs/commands/DeletePublicAccessBlockCommand.js +2 -0
- package/dist-cjs/commands/GetBucketAccelerateConfigurationCommand.js +2 -0
- package/dist-cjs/commands/GetBucketAclCommand.js +2 -0
- package/dist-cjs/commands/GetBucketAnalyticsConfigurationCommand.js +2 -0
- package/dist-cjs/commands/GetBucketCorsCommand.js +2 -0
- package/dist-cjs/commands/GetBucketEncryptionCommand.js +2 -0
- package/dist-cjs/commands/GetBucketIntelligentTieringConfigurationCommand.js +2 -0
- package/dist-cjs/commands/GetBucketInventoryConfigurationCommand.js +2 -0
- package/dist-cjs/commands/GetBucketLifecycleConfigurationCommand.js +2 -0
- package/dist-cjs/commands/GetBucketLocationCommand.js +2 -0
- package/dist-cjs/commands/GetBucketLoggingCommand.js +2 -0
- package/dist-cjs/commands/GetBucketMetricsConfigurationCommand.js +2 -0
- package/dist-cjs/commands/GetBucketNotificationConfigurationCommand.js +2 -0
- package/dist-cjs/commands/GetBucketOwnershipControlsCommand.js +2 -0
- package/dist-cjs/commands/GetBucketPolicyCommand.js +2 -0
- package/dist-cjs/commands/GetBucketPolicyStatusCommand.js +2 -0
- package/dist-cjs/commands/GetBucketReplicationCommand.js +2 -0
- package/dist-cjs/commands/GetBucketRequestPaymentCommand.js +2 -0
- package/dist-cjs/commands/GetBucketTaggingCommand.js +2 -0
- package/dist-cjs/commands/GetBucketVersioningCommand.js +2 -0
- package/dist-cjs/commands/GetBucketWebsiteCommand.js +2 -0
- package/dist-cjs/commands/GetObjectAclCommand.js +1 -0
- package/dist-cjs/commands/GetObjectAttributesCommand.js +1 -0
- package/dist-cjs/commands/GetObjectCommand.js +1 -0
- package/dist-cjs/commands/GetObjectLegalHoldCommand.js +1 -0
- package/dist-cjs/commands/GetObjectLockConfigurationCommand.js +1 -0
- package/dist-cjs/commands/GetObjectRetentionCommand.js +1 -0
- package/dist-cjs/commands/GetObjectTaggingCommand.js +1 -0
- package/dist-cjs/commands/GetObjectTorrentCommand.js +1 -0
- package/dist-cjs/commands/GetPublicAccessBlockCommand.js +2 -0
- package/dist-cjs/commands/HeadBucketCommand.js +1 -0
- package/dist-cjs/commands/HeadObjectCommand.js +1 -0
- package/dist-cjs/commands/ListBucketAnalyticsConfigurationsCommand.js +2 -0
- package/dist-cjs/commands/ListBucketIntelligentTieringConfigurationsCommand.js +2 -0
- package/dist-cjs/commands/ListBucketInventoryConfigurationsCommand.js +2 -0
- package/dist-cjs/commands/ListBucketMetricsConfigurationsCommand.js +1 -0
- package/dist-cjs/commands/ListBucketsCommand.js +1 -0
- package/dist-cjs/commands/ListDirectoryBucketsCommand.js +58 -0
- package/dist-cjs/commands/ListMultipartUploadsCommand.js +1 -0
- package/dist-cjs/commands/ListObjectVersionsCommand.js +1 -0
- package/dist-cjs/commands/ListObjectsCommand.js +1 -0
- package/dist-cjs/commands/ListObjectsV2Command.js +1 -0
- package/dist-cjs/commands/ListPartsCommand.js +1 -0
- package/dist-cjs/commands/PutBucketAccelerateConfigurationCommand.js +2 -0
- package/dist-cjs/commands/PutBucketAclCommand.js +2 -0
- package/dist-cjs/commands/PutBucketAnalyticsConfigurationCommand.js +2 -0
- package/dist-cjs/commands/PutBucketCorsCommand.js +2 -0
- package/dist-cjs/commands/PutBucketEncryptionCommand.js +2 -0
- package/dist-cjs/commands/PutBucketIntelligentTieringConfigurationCommand.js +2 -0
- package/dist-cjs/commands/PutBucketInventoryConfigurationCommand.js +2 -0
- package/dist-cjs/commands/PutBucketLifecycleConfigurationCommand.js +2 -0
- package/dist-cjs/commands/PutBucketLoggingCommand.js +2 -0
- package/dist-cjs/commands/PutBucketMetricsConfigurationCommand.js +2 -0
- package/dist-cjs/commands/PutBucketNotificationConfigurationCommand.js +2 -0
- package/dist-cjs/commands/PutBucketOwnershipControlsCommand.js +2 -0
- package/dist-cjs/commands/PutBucketPolicyCommand.js +2 -0
- package/dist-cjs/commands/PutBucketReplicationCommand.js +2 -0
- package/dist-cjs/commands/PutBucketRequestPaymentCommand.js +2 -0
- package/dist-cjs/commands/PutBucketTaggingCommand.js +2 -0
- package/dist-cjs/commands/PutBucketVersioningCommand.js +2 -0
- package/dist-cjs/commands/PutBucketWebsiteCommand.js +2 -0
- package/dist-cjs/commands/PutObjectAclCommand.js +1 -0
- package/dist-cjs/commands/PutObjectCommand.js +4 -3
- package/dist-cjs/commands/PutObjectLegalHoldCommand.js +1 -0
- package/dist-cjs/commands/PutObjectLockConfigurationCommand.js +1 -0
- package/dist-cjs/commands/PutObjectRetentionCommand.js +1 -0
- package/dist-cjs/commands/PutObjectTaggingCommand.js +1 -0
- package/dist-cjs/commands/PutPublicAccessBlockCommand.js +2 -0
- package/dist-cjs/commands/RestoreObjectCommand.js +1 -0
- package/dist-cjs/commands/SelectObjectContentCommand.js +1 -0
- package/dist-cjs/commands/UploadPartCommand.js +1 -0
- package/dist-cjs/commands/UploadPartCopyCommand.js +1 -0
- package/dist-cjs/commands/WriteGetObjectResponseCommand.js +1 -0
- package/dist-cjs/commands/index.js +2 -0
- package/dist-cjs/endpoint/ruleset.js +3 -3
- package/dist-cjs/models/models_0.js +41 -32
- package/dist-cjs/models/models_1.js +18 -1
- package/dist-cjs/pagination/ListDirectoryBucketsPaginator.js +29 -0
- package/dist-cjs/pagination/index.js +1 -0
- package/dist-cjs/protocols/Aws_restXml.js +174 -4
- package/dist-cjs/runtimeConfig.js +2 -0
- package/dist-es/S3.js +4 -0
- package/dist-es/S3Client.js +4 -2
- package/dist-es/commands/AbortMultipartUploadCommand.js +1 -0
- package/dist-es/commands/CompleteMultipartUploadCommand.js +1 -0
- package/dist-es/commands/CopyObjectCommand.js +1 -0
- package/dist-es/commands/CreateBucketCommand.js +2 -0
- package/dist-es/commands/CreateMultipartUploadCommand.js +1 -0
- package/dist-es/commands/CreateSessionCommand.js +55 -0
- package/dist-es/commands/DeleteBucketAnalyticsConfigurationCommand.js +2 -0
- package/dist-es/commands/DeleteBucketCommand.js +2 -0
- package/dist-es/commands/DeleteBucketCorsCommand.js +2 -0
- package/dist-es/commands/DeleteBucketEncryptionCommand.js +2 -0
- package/dist-es/commands/DeleteBucketIntelligentTieringConfigurationCommand.js +2 -0
- package/dist-es/commands/DeleteBucketInventoryConfigurationCommand.js +2 -0
- package/dist-es/commands/DeleteBucketLifecycleCommand.js +2 -0
- package/dist-es/commands/DeleteBucketMetricsConfigurationCommand.js +2 -0
- package/dist-es/commands/DeleteBucketOwnershipControlsCommand.js +2 -0
- package/dist-es/commands/DeleteBucketPolicyCommand.js +2 -0
- package/dist-es/commands/DeleteBucketReplicationCommand.js +2 -0
- package/dist-es/commands/DeleteBucketTaggingCommand.js +2 -0
- package/dist-es/commands/DeleteBucketWebsiteCommand.js +2 -0
- package/dist-es/commands/DeleteObjectCommand.js +1 -0
- package/dist-es/commands/DeleteObjectTaggingCommand.js +1 -0
- package/dist-es/commands/DeleteObjectsCommand.js +1 -0
- package/dist-es/commands/DeletePublicAccessBlockCommand.js +2 -0
- package/dist-es/commands/GetBucketAccelerateConfigurationCommand.js +2 -0
- package/dist-es/commands/GetBucketAclCommand.js +2 -0
- package/dist-es/commands/GetBucketAnalyticsConfigurationCommand.js +2 -0
- package/dist-es/commands/GetBucketCorsCommand.js +2 -0
- package/dist-es/commands/GetBucketEncryptionCommand.js +2 -0
- package/dist-es/commands/GetBucketIntelligentTieringConfigurationCommand.js +2 -0
- package/dist-es/commands/GetBucketInventoryConfigurationCommand.js +2 -0
- package/dist-es/commands/GetBucketLifecycleConfigurationCommand.js +2 -0
- package/dist-es/commands/GetBucketLocationCommand.js +2 -0
- package/dist-es/commands/GetBucketLoggingCommand.js +2 -0
- package/dist-es/commands/GetBucketMetricsConfigurationCommand.js +2 -0
- package/dist-es/commands/GetBucketNotificationConfigurationCommand.js +2 -0
- package/dist-es/commands/GetBucketOwnershipControlsCommand.js +2 -0
- package/dist-es/commands/GetBucketPolicyCommand.js +2 -0
- package/dist-es/commands/GetBucketPolicyStatusCommand.js +2 -0
- package/dist-es/commands/GetBucketReplicationCommand.js +2 -0
- package/dist-es/commands/GetBucketRequestPaymentCommand.js +2 -0
- package/dist-es/commands/GetBucketTaggingCommand.js +2 -0
- package/dist-es/commands/GetBucketVersioningCommand.js +2 -0
- package/dist-es/commands/GetBucketWebsiteCommand.js +2 -0
- package/dist-es/commands/GetObjectAclCommand.js +1 -0
- package/dist-es/commands/GetObjectAttributesCommand.js +1 -0
- package/dist-es/commands/GetObjectCommand.js +1 -0
- package/dist-es/commands/GetObjectLegalHoldCommand.js +1 -0
- package/dist-es/commands/GetObjectLockConfigurationCommand.js +1 -0
- package/dist-es/commands/GetObjectRetentionCommand.js +1 -0
- package/dist-es/commands/GetObjectTaggingCommand.js +1 -0
- package/dist-es/commands/GetObjectTorrentCommand.js +1 -0
- package/dist-es/commands/GetPublicAccessBlockCommand.js +2 -0
- package/dist-es/commands/HeadBucketCommand.js +1 -0
- package/dist-es/commands/HeadObjectCommand.js +1 -0
- package/dist-es/commands/ListBucketAnalyticsConfigurationsCommand.js +2 -0
- package/dist-es/commands/ListBucketIntelligentTieringConfigurationsCommand.js +2 -0
- package/dist-es/commands/ListBucketInventoryConfigurationsCommand.js +2 -0
- package/dist-es/commands/ListBucketMetricsConfigurationsCommand.js +1 -0
- package/dist-es/commands/ListBucketsCommand.js +1 -0
- package/dist-es/commands/ListDirectoryBucketsCommand.js +54 -0
- package/dist-es/commands/ListMultipartUploadsCommand.js +1 -0
- package/dist-es/commands/ListObjectVersionsCommand.js +1 -0
- package/dist-es/commands/ListObjectsCommand.js +1 -0
- package/dist-es/commands/ListObjectsV2Command.js +1 -0
- package/dist-es/commands/ListPartsCommand.js +1 -0
- package/dist-es/commands/PutBucketAccelerateConfigurationCommand.js +2 -0
- package/dist-es/commands/PutBucketAclCommand.js +2 -0
- package/dist-es/commands/PutBucketAnalyticsConfigurationCommand.js +2 -0
- package/dist-es/commands/PutBucketCorsCommand.js +2 -0
- package/dist-es/commands/PutBucketEncryptionCommand.js +2 -0
- package/dist-es/commands/PutBucketIntelligentTieringConfigurationCommand.js +2 -0
- package/dist-es/commands/PutBucketInventoryConfigurationCommand.js +2 -0
- package/dist-es/commands/PutBucketLifecycleConfigurationCommand.js +2 -0
- package/dist-es/commands/PutBucketLoggingCommand.js +2 -0
- package/dist-es/commands/PutBucketMetricsConfigurationCommand.js +2 -0
- package/dist-es/commands/PutBucketNotificationConfigurationCommand.js +2 -0
- package/dist-es/commands/PutBucketOwnershipControlsCommand.js +2 -0
- package/dist-es/commands/PutBucketPolicyCommand.js +2 -0
- package/dist-es/commands/PutBucketReplicationCommand.js +2 -0
- package/dist-es/commands/PutBucketRequestPaymentCommand.js +2 -0
- package/dist-es/commands/PutBucketTaggingCommand.js +2 -0
- package/dist-es/commands/PutBucketVersioningCommand.js +2 -0
- package/dist-es/commands/PutBucketWebsiteCommand.js +2 -0
- package/dist-es/commands/PutObjectAclCommand.js +1 -0
- package/dist-es/commands/PutObjectCommand.js +2 -1
- package/dist-es/commands/PutObjectLegalHoldCommand.js +1 -0
- package/dist-es/commands/PutObjectLockConfigurationCommand.js +1 -0
- package/dist-es/commands/PutObjectRetentionCommand.js +1 -0
- package/dist-es/commands/PutObjectTaggingCommand.js +1 -0
- package/dist-es/commands/PutPublicAccessBlockCommand.js +2 -0
- package/dist-es/commands/RestoreObjectCommand.js +1 -0
- package/dist-es/commands/SelectObjectContentCommand.js +1 -0
- package/dist-es/commands/UploadPartCommand.js +1 -0
- package/dist-es/commands/UploadPartCopyCommand.js +1 -0
- package/dist-es/commands/WriteGetObjectResponseCommand.js +1 -0
- package/dist-es/commands/index.js +2 -0
- package/dist-es/endpoint/ruleset.js +3 -3
- package/dist-es/models/models_0.js +36 -27
- package/dist-es/models/models_1.js +15 -0
- package/dist-es/pagination/ListDirectoryBucketsPaginator.js +25 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_restXml.js +166 -0
- package/dist-es/runtimeConfig.js +2 -0
- package/dist-types/S3.d.ts +14 -0
- package/dist-types/S3Client.d.ts +4 -2
- package/dist-types/commands/AbortMultipartUploadCommand.d.ts +37 -5
- package/dist-types/commands/CompleteMultipartUploadCommand.d.ts +97 -61
- package/dist-types/commands/CopyObjectCommand.d.ts +108 -180
- package/dist-types/commands/CreateBucketCommand.d.ts +116 -95
- package/dist-types/commands/CreateMultipartUploadCommand.d.ts +146 -224
- package/dist-types/commands/CreateSessionCommand.d.ts +145 -0
- package/dist-types/commands/DeleteBucketAnalyticsConfigurationCommand.d.ts +4 -1
- package/dist-types/commands/DeleteBucketCommand.d.ts +35 -0
- package/dist-types/commands/DeleteBucketCorsCommand.d.ts +4 -1
- package/dist-types/commands/DeleteBucketEncryptionCommand.d.ts +4 -1
- package/dist-types/commands/DeleteBucketIntelligentTieringConfigurationCommand.d.ts +4 -1
- package/dist-types/commands/DeleteBucketInventoryConfigurationCommand.d.ts +4 -1
- package/dist-types/commands/DeleteBucketLifecycleCommand.d.ts +4 -1
- package/dist-types/commands/DeleteBucketMetricsConfigurationCommand.d.ts +4 -1
- package/dist-types/commands/DeleteBucketOwnershipControlsCommand.d.ts +4 -1
- package/dist-types/commands/DeleteBucketPolicyCommand.d.ts +48 -20
- package/dist-types/commands/DeleteBucketReplicationCommand.d.ts +4 -1
- package/dist-types/commands/DeleteBucketTaggingCommand.d.ts +4 -1
- package/dist-types/commands/DeleteBucketWebsiteCommand.d.ts +4 -1
- package/dist-types/commands/DeleteObjectCommand.d.ts +83 -11
- package/dist-types/commands/DeleteObjectTaggingCommand.d.ts +15 -12
- package/dist-types/commands/DeleteObjectsCommand.d.ts +109 -35
- package/dist-types/commands/DeletePublicAccessBlockCommand.d.ts +4 -1
- package/dist-types/commands/GetBucketAccelerateConfigurationCommand.d.ts +4 -1
- package/dist-types/commands/GetBucketAclCommand.d.ts +7 -4
- package/dist-types/commands/GetBucketAnalyticsConfigurationCommand.d.ts +4 -1
- package/dist-types/commands/GetBucketCorsCommand.d.ts +6 -3
- package/dist-types/commands/GetBucketEncryptionCommand.d.ts +4 -1
- package/dist-types/commands/GetBucketIntelligentTieringConfigurationCommand.d.ts +4 -1
- package/dist-types/commands/GetBucketInventoryConfigurationCommand.d.ts +4 -1
- package/dist-types/commands/GetBucketLifecycleConfigurationCommand.d.ts +3 -0
- package/dist-types/commands/GetBucketLocationCommand.d.ts +7 -4
- package/dist-types/commands/GetBucketLoggingCommand.d.ts +4 -1
- package/dist-types/commands/GetBucketMetricsConfigurationCommand.d.ts +4 -1
- package/dist-types/commands/GetBucketNotificationConfigurationCommand.d.ts +6 -3
- package/dist-types/commands/GetBucketOwnershipControlsCommand.d.ts +4 -1
- package/dist-types/commands/GetBucketPolicyCommand.d.ts +54 -24
- package/dist-types/commands/GetBucketPolicyStatusCommand.d.ts +4 -1
- package/dist-types/commands/GetBucketReplicationCommand.d.ts +5 -2
- package/dist-types/commands/GetBucketRequestPaymentCommand.d.ts +4 -1
- package/dist-types/commands/GetBucketTaggingCommand.d.ts +4 -1
- package/dist-types/commands/GetBucketVersioningCommand.d.ts +4 -1
- package/dist-types/commands/GetBucketWebsiteCommand.d.ts +4 -1
- package/dist-types/commands/GetObjectAclCommand.d.ts +5 -2
- package/dist-types/commands/GetObjectAttributesCommand.d.ts +113 -76
- package/dist-types/commands/GetObjectCommand.d.ts +122 -140
- package/dist-types/commands/GetObjectLegalHoldCommand.d.ts +5 -2
- package/dist-types/commands/GetObjectLockConfigurationCommand.d.ts +4 -1
- package/dist-types/commands/GetObjectRetentionCommand.d.ts +5 -2
- package/dist-types/commands/GetObjectTaggingCommand.d.ts +23 -20
- package/dist-types/commands/GetObjectTorrentCommand.d.ts +5 -2
- package/dist-types/commands/GetPublicAccessBlockCommand.d.ts +4 -1
- package/dist-types/commands/HeadBucketCommand.d.ts +53 -19
- package/dist-types/commands/HeadObjectCommand.d.ts +87 -83
- package/dist-types/commands/ListBucketAnalyticsConfigurationsCommand.d.ts +4 -1
- package/dist-types/commands/ListBucketIntelligentTieringConfigurationsCommand.d.ts +4 -1
- package/dist-types/commands/ListBucketInventoryConfigurationsCommand.d.ts +4 -1
- package/dist-types/commands/ListBucketMetricsConfigurationsCommand.d.ts +4 -1
- package/dist-types/commands/ListBucketsCommand.d.ts +4 -1
- package/dist-types/commands/ListDirectoryBucketsCommand.d.ts +98 -0
- package/dist-types/commands/ListMultipartUploadsCommand.d.ts +85 -17
- package/dist-types/commands/ListObjectVersionsCommand.d.ts +4 -1
- package/dist-types/commands/ListObjectsCommand.d.ts +5 -2
- package/dist-types/commands/ListObjectsV2Command.d.ts +52 -10
- package/dist-types/commands/ListPartsCommand.d.ts +47 -14
- package/dist-types/commands/PutBucketAccelerateConfigurationCommand.d.ts +4 -1
- package/dist-types/commands/PutBucketAclCommand.d.ts +5 -2
- package/dist-types/commands/PutBucketAnalyticsConfigurationCommand.d.ts +4 -1
- package/dist-types/commands/PutBucketCorsCommand.d.ts +4 -1
- package/dist-types/commands/PutBucketEncryptionCommand.d.ts +4 -1
- package/dist-types/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts +4 -1
- package/dist-types/commands/PutBucketInventoryConfigurationCommand.d.ts +4 -1
- package/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts +4 -1
- package/dist-types/commands/PutBucketLoggingCommand.d.ts +4 -1
- package/dist-types/commands/PutBucketMetricsConfigurationCommand.d.ts +4 -1
- package/dist-types/commands/PutBucketNotificationConfigurationCommand.d.ts +4 -1
- package/dist-types/commands/PutBucketOwnershipControlsCommand.d.ts +4 -1
- package/dist-types/commands/PutBucketPolicyCommand.d.ts +54 -19
- package/dist-types/commands/PutBucketReplicationCommand.d.ts +6 -3
- package/dist-types/commands/PutBucketRequestPaymentCommand.d.ts +5 -2
- package/dist-types/commands/PutBucketTaggingCommand.d.ts +5 -2
- package/dist-types/commands/PutBucketVersioningCommand.d.ts +5 -2
- package/dist-types/commands/PutBucketWebsiteCommand.d.ts +5 -2
- package/dist-types/commands/PutObjectAclCommand.d.ts +6 -3
- package/dist-types/commands/PutObjectCommand.d.ts +151 -114
- package/dist-types/commands/PutObjectLegalHoldCommand.d.ts +5 -2
- package/dist-types/commands/PutObjectLockConfigurationCommand.d.ts +4 -1
- package/dist-types/commands/PutObjectRetentionCommand.d.ts +5 -2
- package/dist-types/commands/PutObjectTaggingCommand.d.ts +4 -1
- package/dist-types/commands/PutPublicAccessBlockCommand.d.ts +4 -1
- package/dist-types/commands/RestoreObjectCommand.d.ts +6 -3
- package/dist-types/commands/SelectObjectContentCommand.d.ts +6 -3
- package/dist-types/commands/UploadPartCommand.d.ts +101 -62
- package/dist-types/commands/UploadPartCopyCommand.d.ts +121 -114
- package/dist-types/commands/WriteGetObjectResponseCommand.d.ts +5 -2
- package/dist-types/commands/index.d.ts +2 -0
- package/dist-types/endpoint/EndpointParameters.d.ts +3 -0
- package/dist-types/models/models_0.d.ts +2443 -1104
- package/dist-types/models/models_1.d.ts +1189 -81
- package/dist-types/pagination/ListDirectoryBucketsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_restXml.d.ts +18 -0
- package/dist-types/runtimeConfig.browser.d.ts +2 -0
- package/dist-types/runtimeConfig.d.ts +2 -0
- package/dist-types/runtimeConfig.native.d.ts +2 -0
- package/dist-types/ts3.4/S3.d.ts +34 -0
- package/dist-types/ts3.4/S3Client.d.ts +12 -0
- package/dist-types/ts3.4/commands/CreateSessionCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/HeadBucketCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/ListDirectoryBucketsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/PutBucketReplicationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutBucketRequestPaymentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutBucketTaggingCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutBucketVersioningCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutBucketWebsiteCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutObjectCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +2 -0
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +3 -0
- package/dist-types/ts3.4/models/models_0.d.ts +68 -124
- package/dist-types/ts3.4/models/models_1.d.ts +127 -1
- package/dist-types/ts3.4/pagination/ListDirectoryBucketsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/protocols/Aws_restXml.d.ts +24 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +7 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +6 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +7 -0
- package/package.json +19 -19
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import { ListDirectoryBucketsCommandInput, ListDirectoryBucketsCommandOutput } from "../commands/ListDirectoryBucketsCommand";
|
|
3
|
+
import { S3PaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare function paginateListDirectoryBuckets(config: S3PaginationConfiguration, input: ListDirectoryBucketsCommandInput, ...additionalArguments: any): Paginator<ListDirectoryBucketsCommandOutput>;
|
|
@@ -5,6 +5,7 @@ import { CompleteMultipartUploadCommandInput, CompleteMultipartUploadCommandOutp
|
|
|
5
5
|
import { CopyObjectCommandInput, CopyObjectCommandOutput } from "../commands/CopyObjectCommand";
|
|
6
6
|
import { CreateBucketCommandInput, CreateBucketCommandOutput } from "../commands/CreateBucketCommand";
|
|
7
7
|
import { CreateMultipartUploadCommandInput, CreateMultipartUploadCommandOutput } from "../commands/CreateMultipartUploadCommand";
|
|
8
|
+
import { CreateSessionCommandInput, CreateSessionCommandOutput } from "../commands/CreateSessionCommand";
|
|
8
9
|
import { DeleteBucketAnalyticsConfigurationCommandInput, DeleteBucketAnalyticsConfigurationCommandOutput } from "../commands/DeleteBucketAnalyticsConfigurationCommand";
|
|
9
10
|
import { DeleteBucketCommandInput, DeleteBucketCommandOutput } from "../commands/DeleteBucketCommand";
|
|
10
11
|
import { DeleteBucketCorsCommandInput, DeleteBucketCorsCommandOutput } from "../commands/DeleteBucketCorsCommand";
|
|
@@ -58,6 +59,7 @@ import { ListBucketIntelligentTieringConfigurationsCommandInput, ListBucketIntel
|
|
|
58
59
|
import { ListBucketInventoryConfigurationsCommandInput, ListBucketInventoryConfigurationsCommandOutput } from "../commands/ListBucketInventoryConfigurationsCommand";
|
|
59
60
|
import { ListBucketMetricsConfigurationsCommandInput, ListBucketMetricsConfigurationsCommandOutput } from "../commands/ListBucketMetricsConfigurationsCommand";
|
|
60
61
|
import { ListBucketsCommandInput, ListBucketsCommandOutput } from "../commands/ListBucketsCommand";
|
|
62
|
+
import { ListDirectoryBucketsCommandInput, ListDirectoryBucketsCommandOutput } from "../commands/ListDirectoryBucketsCommand";
|
|
61
63
|
import { ListMultipartUploadsCommandInput, ListMultipartUploadsCommandOutput } from "../commands/ListMultipartUploadsCommand";
|
|
62
64
|
import { ListObjectsCommandInput, ListObjectsCommandOutput } from "../commands/ListObjectsCommand";
|
|
63
65
|
import { ListObjectsV2CommandInput, ListObjectsV2CommandOutput } from "../commands/ListObjectsV2Command";
|
|
@@ -113,6 +115,10 @@ export declare const se_CreateBucketCommand: (input: CreateBucketCommandInput, c
|
|
|
113
115
|
* serializeAws_restXmlCreateMultipartUploadCommand
|
|
114
116
|
*/
|
|
115
117
|
export declare const se_CreateMultipartUploadCommand: (input: CreateMultipartUploadCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
118
|
+
/**
|
|
119
|
+
* serializeAws_restXmlCreateSessionCommand
|
|
120
|
+
*/
|
|
121
|
+
export declare const se_CreateSessionCommand: (input: CreateSessionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
116
122
|
/**
|
|
117
123
|
* serializeAws_restXmlDeleteBucketCommand
|
|
118
124
|
*/
|
|
@@ -325,6 +331,10 @@ export declare const se_ListBucketMetricsConfigurationsCommand: (input: ListBuck
|
|
|
325
331
|
* serializeAws_restXmlListBucketsCommand
|
|
326
332
|
*/
|
|
327
333
|
export declare const se_ListBucketsCommand: (input: ListBucketsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
334
|
+
/**
|
|
335
|
+
* serializeAws_restXmlListDirectoryBucketsCommand
|
|
336
|
+
*/
|
|
337
|
+
export declare const se_ListDirectoryBucketsCommand: (input: ListDirectoryBucketsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
328
338
|
/**
|
|
329
339
|
* serializeAws_restXmlListMultipartUploadsCommand
|
|
330
340
|
*/
|
|
@@ -485,6 +495,10 @@ export declare const de_CreateBucketCommand: (output: __HttpResponse, context: _
|
|
|
485
495
|
* deserializeAws_restXmlCreateMultipartUploadCommand
|
|
486
496
|
*/
|
|
487
497
|
export declare const de_CreateMultipartUploadCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateMultipartUploadCommandOutput>;
|
|
498
|
+
/**
|
|
499
|
+
* deserializeAws_restXmlCreateSessionCommand
|
|
500
|
+
*/
|
|
501
|
+
export declare const de_CreateSessionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateSessionCommandOutput>;
|
|
488
502
|
/**
|
|
489
503
|
* deserializeAws_restXmlDeleteBucketCommand
|
|
490
504
|
*/
|
|
@@ -697,6 +711,10 @@ export declare const de_ListBucketMetricsConfigurationsCommand: (output: __HttpR
|
|
|
697
711
|
* deserializeAws_restXmlListBucketsCommand
|
|
698
712
|
*/
|
|
699
713
|
export declare const de_ListBucketsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListBucketsCommandOutput>;
|
|
714
|
+
/**
|
|
715
|
+
* deserializeAws_restXmlListDirectoryBucketsCommand
|
|
716
|
+
*/
|
|
717
|
+
export declare const de_ListDirectoryBucketsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDirectoryBucketsCommandOutput>;
|
|
700
718
|
/**
|
|
701
719
|
* deserializeAws_restXmlListMultipartUploadsCommand
|
|
702
720
|
*/
|
|
@@ -54,6 +54,8 @@ export declare const getRuntimeConfig: (config: S3ClientConfig) => {
|
|
|
54
54
|
useAccelerateEndpoint?: (boolean & (boolean | import("@smithy/types").Provider<boolean>)) | undefined;
|
|
55
55
|
disableMultiregionAccessPoints?: (boolean & (boolean | import("@smithy/types").Provider<boolean>)) | undefined;
|
|
56
56
|
followRegionRedirects?: boolean | undefined;
|
|
57
|
+
s3ExpressIdentityProvider?: import("@aws-sdk/middleware-sdk-s3").S3ExpressIdentityProvider | undefined;
|
|
57
58
|
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
|
58
59
|
useGlobalEndpoint?: boolean | import("@smithy/types").Provider<boolean> | undefined;
|
|
60
|
+
disableS3ExpressSessionAuth?: boolean | import("@smithy/types").Provider<boolean> | undefined;
|
|
59
61
|
};
|
|
@@ -11,6 +11,7 @@ export declare const getRuntimeConfig: (config: S3ClientConfig) => {
|
|
|
11
11
|
bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
|
|
12
12
|
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
13
13
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
14
|
+
disableS3ExpressSessionAuth: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
14
15
|
eventStreamSerdeProvider: import("@aws-sdk/types").EventStreamSerdeProvider;
|
|
15
16
|
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
16
17
|
md5: __HashConstructor;
|
|
@@ -55,6 +56,7 @@ export declare const getRuntimeConfig: (config: S3ClientConfig) => {
|
|
|
55
56
|
useAccelerateEndpoint?: (boolean & (boolean | import("@aws-sdk/types").Provider<boolean>)) | undefined;
|
|
56
57
|
disableMultiregionAccessPoints?: (boolean & (boolean | import("@aws-sdk/types").Provider<boolean>)) | undefined;
|
|
57
58
|
followRegionRedirects?: boolean | undefined;
|
|
59
|
+
s3ExpressIdentityProvider?: import("@aws-sdk/middleware-sdk-s3").S3ExpressIdentityProvider | undefined;
|
|
58
60
|
customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
|
|
59
61
|
useGlobalEndpoint?: boolean | import("@aws-sdk/types").Provider<boolean> | undefined;
|
|
60
62
|
};
|
|
@@ -53,6 +53,8 @@ export declare const getRuntimeConfig: (config: S3ClientConfig) => {
|
|
|
53
53
|
useAccelerateEndpoint?: boolean | undefined;
|
|
54
54
|
disableMultiregionAccessPoints?: boolean | undefined;
|
|
55
55
|
followRegionRedirects?: boolean | undefined;
|
|
56
|
+
s3ExpressIdentityProvider?: import("@aws-sdk/middleware-sdk-s3").S3ExpressIdentityProvider | undefined;
|
|
56
57
|
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
|
57
58
|
useGlobalEndpoint?: boolean | import("@smithy/types").Provider<boolean> | undefined;
|
|
59
|
+
disableS3ExpressSessionAuth?: boolean | import("@smithy/types").Provider<boolean> | undefined;
|
|
58
60
|
};
|
package/dist-types/ts3.4/S3.d.ts
CHANGED
|
@@ -19,6 +19,10 @@ import {
|
|
|
19
19
|
CreateMultipartUploadCommandInput,
|
|
20
20
|
CreateMultipartUploadCommandOutput,
|
|
21
21
|
} from "./commands/CreateMultipartUploadCommand";
|
|
22
|
+
import {
|
|
23
|
+
CreateSessionCommandInput,
|
|
24
|
+
CreateSessionCommandOutput,
|
|
25
|
+
} from "./commands/CreateSessionCommand";
|
|
22
26
|
import {
|
|
23
27
|
DeleteBucketAnalyticsConfigurationCommandInput,
|
|
24
28
|
DeleteBucketAnalyticsConfigurationCommandOutput,
|
|
@@ -231,6 +235,10 @@ import {
|
|
|
231
235
|
ListBucketsCommandInput,
|
|
232
236
|
ListBucketsCommandOutput,
|
|
233
237
|
} from "./commands/ListBucketsCommand";
|
|
238
|
+
import {
|
|
239
|
+
ListDirectoryBucketsCommandInput,
|
|
240
|
+
ListDirectoryBucketsCommandOutput,
|
|
241
|
+
} from "./commands/ListDirectoryBucketsCommand";
|
|
234
242
|
import {
|
|
235
243
|
ListMultipartUploadsCommandInput,
|
|
236
244
|
ListMultipartUploadsCommandOutput,
|
|
@@ -438,6 +446,19 @@ export interface S3 {
|
|
|
438
446
|
options: __HttpHandlerOptions,
|
|
439
447
|
cb: (err: any, data?: CreateMultipartUploadCommandOutput) => void
|
|
440
448
|
): void;
|
|
449
|
+
createSession(
|
|
450
|
+
args: CreateSessionCommandInput,
|
|
451
|
+
options?: __HttpHandlerOptions
|
|
452
|
+
): Promise<CreateSessionCommandOutput>;
|
|
453
|
+
createSession(
|
|
454
|
+
args: CreateSessionCommandInput,
|
|
455
|
+
cb: (err: any, data?: CreateSessionCommandOutput) => void
|
|
456
|
+
): void;
|
|
457
|
+
createSession(
|
|
458
|
+
args: CreateSessionCommandInput,
|
|
459
|
+
options: __HttpHandlerOptions,
|
|
460
|
+
cb: (err: any, data?: CreateSessionCommandOutput) => void
|
|
461
|
+
): void;
|
|
441
462
|
deleteBucket(
|
|
442
463
|
args: DeleteBucketCommandInput,
|
|
443
464
|
options?: __HttpHandlerOptions
|
|
@@ -1175,6 +1196,19 @@ export interface S3 {
|
|
|
1175
1196
|
options: __HttpHandlerOptions,
|
|
1176
1197
|
cb: (err: any, data?: ListBucketsCommandOutput) => void
|
|
1177
1198
|
): void;
|
|
1199
|
+
listDirectoryBuckets(
|
|
1200
|
+
args: ListDirectoryBucketsCommandInput,
|
|
1201
|
+
options?: __HttpHandlerOptions
|
|
1202
|
+
): Promise<ListDirectoryBucketsCommandOutput>;
|
|
1203
|
+
listDirectoryBuckets(
|
|
1204
|
+
args: ListDirectoryBucketsCommandInput,
|
|
1205
|
+
cb: (err: any, data?: ListDirectoryBucketsCommandOutput) => void
|
|
1206
|
+
): void;
|
|
1207
|
+
listDirectoryBuckets(
|
|
1208
|
+
args: ListDirectoryBucketsCommandInput,
|
|
1209
|
+
options: __HttpHandlerOptions,
|
|
1210
|
+
cb: (err: any, data?: ListDirectoryBucketsCommandOutput) => void
|
|
1211
|
+
): void;
|
|
1178
1212
|
listMultipartUploads(
|
|
1179
1213
|
args: ListMultipartUploadsCommandInput,
|
|
1180
1214
|
options?: __HttpHandlerOptions
|
|
@@ -77,6 +77,10 @@ import {
|
|
|
77
77
|
CreateMultipartUploadCommandInput,
|
|
78
78
|
CreateMultipartUploadCommandOutput,
|
|
79
79
|
} from "./commands/CreateMultipartUploadCommand";
|
|
80
|
+
import {
|
|
81
|
+
CreateSessionCommandInput,
|
|
82
|
+
CreateSessionCommandOutput,
|
|
83
|
+
} from "./commands/CreateSessionCommand";
|
|
80
84
|
import {
|
|
81
85
|
DeleteBucketAnalyticsConfigurationCommandInput,
|
|
82
86
|
DeleteBucketAnalyticsConfigurationCommandOutput,
|
|
@@ -289,6 +293,10 @@ import {
|
|
|
289
293
|
ListBucketsCommandInput,
|
|
290
294
|
ListBucketsCommandOutput,
|
|
291
295
|
} from "./commands/ListBucketsCommand";
|
|
296
|
+
import {
|
|
297
|
+
ListDirectoryBucketsCommandInput,
|
|
298
|
+
ListDirectoryBucketsCommandOutput,
|
|
299
|
+
} from "./commands/ListDirectoryBucketsCommand";
|
|
292
300
|
import {
|
|
293
301
|
ListMultipartUploadsCommandInput,
|
|
294
302
|
ListMultipartUploadsCommandOutput,
|
|
@@ -442,6 +450,7 @@ export type ServiceInputTypes =
|
|
|
442
450
|
| CopyObjectCommandInput
|
|
443
451
|
| CreateBucketCommandInput
|
|
444
452
|
| CreateMultipartUploadCommandInput
|
|
453
|
+
| CreateSessionCommandInput
|
|
445
454
|
| DeleteBucketAnalyticsConfigurationCommandInput
|
|
446
455
|
| DeleteBucketCommandInput
|
|
447
456
|
| DeleteBucketCorsCommandInput
|
|
@@ -495,6 +504,7 @@ export type ServiceInputTypes =
|
|
|
495
504
|
| ListBucketInventoryConfigurationsCommandInput
|
|
496
505
|
| ListBucketMetricsConfigurationsCommandInput
|
|
497
506
|
| ListBucketsCommandInput
|
|
507
|
+
| ListDirectoryBucketsCommandInput
|
|
498
508
|
| ListMultipartUploadsCommandInput
|
|
499
509
|
| ListObjectVersionsCommandInput
|
|
500
510
|
| ListObjectsCommandInput
|
|
@@ -536,6 +546,7 @@ export type ServiceOutputTypes =
|
|
|
536
546
|
| CopyObjectCommandOutput
|
|
537
547
|
| CreateBucketCommandOutput
|
|
538
548
|
| CreateMultipartUploadCommandOutput
|
|
549
|
+
| CreateSessionCommandOutput
|
|
539
550
|
| DeleteBucketAnalyticsConfigurationCommandOutput
|
|
540
551
|
| DeleteBucketCommandOutput
|
|
541
552
|
| DeleteBucketCorsCommandOutput
|
|
@@ -589,6 +600,7 @@ export type ServiceOutputTypes =
|
|
|
589
600
|
| ListBucketInventoryConfigurationsCommandOutput
|
|
590
601
|
| ListBucketMetricsConfigurationsCommandOutput
|
|
591
602
|
| ListBucketsCommandOutput
|
|
603
|
+
| ListDirectoryBucketsCommandOutput
|
|
592
604
|
| ListMultipartUploadsCommandOutput
|
|
593
605
|
| ListObjectVersionsCommandOutput
|
|
594
606
|
| ListObjectsCommandOutput
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import { CreateSessionOutput, CreateSessionRequest } from "../models/models_0";
|
|
10
|
+
import {
|
|
11
|
+
S3ClientResolvedConfig,
|
|
12
|
+
ServiceInputTypes,
|
|
13
|
+
ServiceOutputTypes,
|
|
14
|
+
} from "../S3Client";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
16
|
+
export interface CreateSessionCommandInput extends CreateSessionRequest {}
|
|
17
|
+
export interface CreateSessionCommandOutput
|
|
18
|
+
extends CreateSessionOutput,
|
|
19
|
+
__MetadataBearer {}
|
|
20
|
+
export declare class CreateSessionCommand extends $Command<
|
|
21
|
+
CreateSessionCommandInput,
|
|
22
|
+
CreateSessionCommandOutput,
|
|
23
|
+
S3ClientResolvedConfig
|
|
24
|
+
> {
|
|
25
|
+
readonly input: CreateSessionCommandInput;
|
|
26
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
|
+
constructor(input: CreateSessionCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: S3ClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<CreateSessionCommandInput, CreateSessionCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -6,7 +6,7 @@ import {
|
|
|
6
6
|
MetadataBearer as __MetadataBearer,
|
|
7
7
|
MiddlewareStack,
|
|
8
8
|
} from "@smithy/types";
|
|
9
|
-
import { HeadBucketRequest } from "../models/models_0";
|
|
9
|
+
import { HeadBucketOutput, HeadBucketRequest } from "../models/models_0";
|
|
10
10
|
import {
|
|
11
11
|
S3ClientResolvedConfig,
|
|
12
12
|
ServiceInputTypes,
|
|
@@ -14,7 +14,9 @@ import {
|
|
|
14
14
|
} from "../S3Client";
|
|
15
15
|
export { __MetadataBearer, $Command };
|
|
16
16
|
export interface HeadBucketCommandInput extends HeadBucketRequest {}
|
|
17
|
-
export interface HeadBucketCommandOutput
|
|
17
|
+
export interface HeadBucketCommandOutput
|
|
18
|
+
extends HeadBucketOutput,
|
|
19
|
+
__MetadataBearer {}
|
|
18
20
|
export declare class HeadBucketCommand extends $Command<
|
|
19
21
|
HeadBucketCommandInput,
|
|
20
22
|
HeadBucketCommandOutput,
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import {
|
|
10
|
+
ListDirectoryBucketsOutput,
|
|
11
|
+
ListDirectoryBucketsRequest,
|
|
12
|
+
} from "../models/models_0";
|
|
13
|
+
import {
|
|
14
|
+
S3ClientResolvedConfig,
|
|
15
|
+
ServiceInputTypes,
|
|
16
|
+
ServiceOutputTypes,
|
|
17
|
+
} from "../S3Client";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface ListDirectoryBucketsCommandInput
|
|
20
|
+
extends ListDirectoryBucketsRequest {}
|
|
21
|
+
export interface ListDirectoryBucketsCommandOutput
|
|
22
|
+
extends ListDirectoryBucketsOutput,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class ListDirectoryBucketsCommand extends $Command<
|
|
25
|
+
ListDirectoryBucketsCommandInput,
|
|
26
|
+
ListDirectoryBucketsCommandOutput,
|
|
27
|
+
S3ClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: ListDirectoryBucketsCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: ListDirectoryBucketsCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: S3ClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<
|
|
37
|
+
ListDirectoryBucketsCommandInput,
|
|
38
|
+
ListDirectoryBucketsCommandOutput
|
|
39
|
+
>;
|
|
40
|
+
private serialize;
|
|
41
|
+
private deserialize;
|
|
42
|
+
}
|
|
@@ -6,7 +6,7 @@ import {
|
|
|
6
6
|
MetadataBearer as __MetadataBearer,
|
|
7
7
|
MiddlewareStack,
|
|
8
8
|
} from "@smithy/types";
|
|
9
|
-
import { PutBucketReplicationRequest } from "../models/
|
|
9
|
+
import { PutBucketReplicationRequest } from "../models/models_1";
|
|
10
10
|
import {
|
|
11
11
|
S3ClientResolvedConfig,
|
|
12
12
|
ServiceInputTypes,
|
|
@@ -6,7 +6,7 @@ import {
|
|
|
6
6
|
MetadataBearer as __MetadataBearer,
|
|
7
7
|
MiddlewareStack,
|
|
8
8
|
} from "@smithy/types";
|
|
9
|
-
import { PutBucketRequestPaymentRequest } from "../models/
|
|
9
|
+
import { PutBucketRequestPaymentRequest } from "../models/models_1";
|
|
10
10
|
import {
|
|
11
11
|
S3ClientResolvedConfig,
|
|
12
12
|
ServiceInputTypes,
|
|
@@ -6,7 +6,7 @@ import {
|
|
|
6
6
|
MetadataBearer as __MetadataBearer,
|
|
7
7
|
MiddlewareStack,
|
|
8
8
|
} from "@smithy/types";
|
|
9
|
-
import { PutBucketTaggingRequest } from "../models/
|
|
9
|
+
import { PutBucketTaggingRequest } from "../models/models_1";
|
|
10
10
|
import {
|
|
11
11
|
S3ClientResolvedConfig,
|
|
12
12
|
ServiceInputTypes,
|
|
@@ -6,7 +6,7 @@ import {
|
|
|
6
6
|
MetadataBearer as __MetadataBearer,
|
|
7
7
|
MiddlewareStack,
|
|
8
8
|
} from "@smithy/types";
|
|
9
|
-
import { PutBucketVersioningRequest } from "../models/
|
|
9
|
+
import { PutBucketVersioningRequest } from "../models/models_1";
|
|
10
10
|
import {
|
|
11
11
|
S3ClientResolvedConfig,
|
|
12
12
|
ServiceInputTypes,
|
|
@@ -6,7 +6,7 @@ import {
|
|
|
6
6
|
MetadataBearer as __MetadataBearer,
|
|
7
7
|
MiddlewareStack,
|
|
8
8
|
} from "@smithy/types";
|
|
9
|
-
import { PutBucketWebsiteRequest } from "../models/
|
|
9
|
+
import { PutBucketWebsiteRequest } from "../models/models_1";
|
|
10
10
|
import {
|
|
11
11
|
S3ClientResolvedConfig,
|
|
12
12
|
ServiceInputTypes,
|
|
@@ -7,7 +7,7 @@ import {
|
|
|
7
7
|
MiddlewareStack,
|
|
8
8
|
StreamingBlobPayloadInputTypes,
|
|
9
9
|
} from "@smithy/types";
|
|
10
|
-
import { PutObjectOutput, PutObjectRequest } from "../models/
|
|
10
|
+
import { PutObjectOutput, PutObjectRequest } from "../models/models_1";
|
|
11
11
|
import {
|
|
12
12
|
S3ClientResolvedConfig,
|
|
13
13
|
ServiceInputTypes,
|
|
@@ -3,6 +3,7 @@ export * from "./CompleteMultipartUploadCommand";
|
|
|
3
3
|
export * from "./CopyObjectCommand";
|
|
4
4
|
export * from "./CreateBucketCommand";
|
|
5
5
|
export * from "./CreateMultipartUploadCommand";
|
|
6
|
+
export * from "./CreateSessionCommand";
|
|
6
7
|
export * from "./DeleteBucketAnalyticsConfigurationCommand";
|
|
7
8
|
export * from "./DeleteBucketCommand";
|
|
8
9
|
export * from "./DeleteBucketCorsCommand";
|
|
@@ -56,6 +57,7 @@ export * from "./ListBucketIntelligentTieringConfigurationsCommand";
|
|
|
56
57
|
export * from "./ListBucketInventoryConfigurationsCommand";
|
|
57
58
|
export * from "./ListBucketMetricsConfigurationsCommand";
|
|
58
59
|
export * from "./ListBucketsCommand";
|
|
60
|
+
export * from "./ListDirectoryBucketsCommand";
|
|
59
61
|
export * from "./ListMultipartUploadsCommand";
|
|
60
62
|
export * from "./ListObjectVersionsCommand";
|
|
61
63
|
export * from "./ListObjectsCommand";
|
|
@@ -20,6 +20,7 @@ export interface ClientInputEndpointParameters {
|
|
|
20
20
|
useGlobalEndpoint?: boolean | Provider<boolean>;
|
|
21
21
|
disableMultiregionAccessPoints?: boolean | Provider<boolean>;
|
|
22
22
|
useArnRegion?: boolean | Provider<boolean>;
|
|
23
|
+
disableS3ExpressSessionAuth?: boolean | Provider<boolean>;
|
|
23
24
|
}
|
|
24
25
|
export type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
|
|
25
26
|
defaultSigningName: string;
|
|
@@ -45,4 +46,6 @@ export interface EndpointParameters extends __EndpointParameters {
|
|
|
45
46
|
DisableAccessPoints?: boolean;
|
|
46
47
|
DisableMultiRegionAccessPoints?: boolean;
|
|
47
48
|
UseArnRegion?: boolean;
|
|
49
|
+
UseS3ExpressControlEndpoint?: boolean;
|
|
50
|
+
DisableS3ExpressSessionAuth?: boolean;
|
|
48
51
|
}
|