@nocobase/plugin-file-manager 1.6.0-beta.3 → 1.6.0-beta.5
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/client/index.js +1 -1
- package/dist/client/schemas/storageTypes/ali-oss.d.ts +3 -0
- package/dist/client/schemas/storageTypes/index.d.ts +9 -0
- package/dist/client/schemas/storageTypes/s3.d.ts +3 -0
- package/dist/client/schemas/storageTypes/tx-cos.d.ts +3 -0
- package/dist/externalVersion.js +6 -6
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/S3.js +1302 -101
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/S3Client.js +12 -18
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/AbortMultipartUploadCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/CompleteMultipartUploadCommand.js +10 -18
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/CopyObjectCommand.js +10 -17
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/CreateBucketCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/CreateMultipartUploadCommand.js +10 -18
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketAnalyticsConfigurationCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketCorsCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketEncryptionCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketIntelligentTieringConfigurationCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketInventoryConfigurationCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketLifecycleCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketMetricsConfigurationCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketOwnershipControlsCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketPolicyCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketReplicationCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketTaggingCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketWebsiteCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteObjectCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteObjectTaggingCommand.js +13 -19
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteObjectsCommand.js +13 -19
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeletePublicAccessBlockCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketAccelerateConfigurationCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketAclCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketAnalyticsConfigurationCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketCorsCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketEncryptionCommand.js +11 -19
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketIntelligentTieringConfigurationCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketInventoryConfigurationCommand.js +11 -19
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketLifecycleConfigurationCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketLocationCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketLoggingCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketMetricsConfigurationCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketNotificationConfigurationCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketOwnershipControlsCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketPolicyCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketPolicyStatusCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketReplicationCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketRequestPaymentCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketTaggingCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketVersioningCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketWebsiteCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetObjectAclCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetObjectAttributesCommand.js +11 -18
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetObjectCommand.js +10 -18
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetObjectLegalHoldCommand.js +13 -19
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetObjectLockConfigurationCommand.js +13 -19
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetObjectRetentionCommand.js +13 -19
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetObjectTaggingCommand.js +13 -19
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetObjectTorrentCommand.js +11 -18
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetPublicAccessBlockCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/HeadBucketCommand.js +13 -19
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/HeadObjectCommand.js +10 -18
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListBucketAnalyticsConfigurationsCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListBucketIntelligentTieringConfigurationsCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListBucketInventoryConfigurationsCommand.js +11 -19
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListBucketMetricsConfigurationsCommand.js +13 -19
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListBucketsCommand.js +13 -19
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListMultipartUploadsCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListObjectVersionsCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListObjectsCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListObjectsV2Command.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListPartsCommand.js +11 -19
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketAccelerateConfigurationCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketAclCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketAnalyticsConfigurationCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketCorsCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketEncryptionCommand.js +11 -19
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketIntelligentTieringConfigurationCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketInventoryConfigurationCommand.js +11 -19
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketLifecycleConfigurationCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketLoggingCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketMetricsConfigurationCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketNotificationConfigurationCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketOwnershipControlsCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketPolicyCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketReplicationCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketRequestPaymentCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketTaggingCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketVersioningCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketWebsiteCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutObjectAclCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutObjectCommand.js +13 -21
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutObjectLegalHoldCommand.js +13 -19
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutObjectLockConfigurationCommand.js +13 -19
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutObjectRetentionCommand.js +13 -19
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutObjectTaggingCommand.js +13 -19
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutPublicAccessBlockCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/RestoreObjectCommand.js +11 -18
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/SelectObjectContentCommand.js +10 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/UploadPartCommand.js +10 -18
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/UploadPartCopyCommand.js +10 -17
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/WriteGetObjectResponseCommand.js +11 -18
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/index.js +0 -2
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/endpoint/EndpointParameters.js +0 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/endpoint/endpointResolver.js +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/endpoint/ruleset.js +3 -3
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/index.js +3 -3
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/models/S3ServiceException.js +2 -3
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/models/models_0.js +1300 -378
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/models/models_1.js +143 -49
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/pagination/ListObjectsV2Paginator.js +8 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/pagination/ListPartsPaginator.js +8 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/pagination/index.js +0 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/protocols/Aws_restXml.js +2257 -1975
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/runtimeConfig.browser.js +16 -10
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/runtimeConfig.js +18 -16
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/runtimeConfig.shared.js +16 -25
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/waiters/waitForBucketExists.js +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/waiters/waitForBucketNotExists.js +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/waiters/waitForObjectExists.js +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/waiters/waitForObjectNotExists.js +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/S3.js +1302 -101
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/S3Client.js +12 -18
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/AbortMultipartUploadCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/CompleteMultipartUploadCommand.js +10 -18
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/CopyObjectCommand.js +10 -17
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateBucketCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateMultipartUploadCommand.js +10 -18
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketAnalyticsConfigurationCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketCorsCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketEncryptionCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketIntelligentTieringConfigurationCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketInventoryConfigurationCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketLifecycleCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketMetricsConfigurationCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketOwnershipControlsCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketPolicyCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketReplicationCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketTaggingCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketWebsiteCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteObjectCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteObjectTaggingCommand.js +13 -19
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteObjectsCommand.js +13 -19
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeletePublicAccessBlockCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketAccelerateConfigurationCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketAclCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketAnalyticsConfigurationCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketCorsCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketEncryptionCommand.js +12 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketIntelligentTieringConfigurationCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketInventoryConfigurationCommand.js +12 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketLifecycleConfigurationCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketLocationCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketLoggingCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketMetricsConfigurationCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketNotificationConfigurationCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketOwnershipControlsCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketPolicyCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketPolicyStatusCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketReplicationCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketRequestPaymentCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketTaggingCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketVersioningCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketWebsiteCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectAclCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectAttributesCommand.js +12 -19
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectCommand.js +10 -18
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectLegalHoldCommand.js +13 -19
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectLockConfigurationCommand.js +13 -19
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectRetentionCommand.js +13 -19
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectTaggingCommand.js +13 -19
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectTorrentCommand.js +12 -19
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetPublicAccessBlockCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/HeadBucketCommand.js +13 -19
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/HeadObjectCommand.js +10 -18
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketAnalyticsConfigurationsCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketIntelligentTieringConfigurationsCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketInventoryConfigurationsCommand.js +12 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketMetricsConfigurationsCommand.js +13 -19
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketsCommand.js +13 -19
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/ListMultipartUploadsCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/ListObjectVersionsCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/ListObjectsCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/ListObjectsV2Command.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/ListPartsCommand.js +12 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketAccelerateConfigurationCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketAclCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketAnalyticsConfigurationCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketCorsCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketEncryptionCommand.js +11 -19
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketIntelligentTieringConfigurationCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketInventoryConfigurationCommand.js +11 -19
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketLifecycleConfigurationCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketLoggingCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketMetricsConfigurationCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketNotificationConfigurationCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketOwnershipControlsCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketPolicyCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketReplicationCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketRequestPaymentCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketTaggingCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketVersioningCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketWebsiteCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectAclCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectCommand.js +11 -19
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectLegalHoldCommand.js +13 -19
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectLockConfigurationCommand.js +13 -19
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectRetentionCommand.js +13 -19
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectTaggingCommand.js +13 -19
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutPublicAccessBlockCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/RestoreObjectCommand.js +12 -19
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/SelectObjectContentCommand.js +10 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/UploadPartCommand.js +10 -18
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/UploadPartCopyCommand.js +10 -17
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/WriteGetObjectResponseCommand.js +11 -18
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/index.js +0 -2
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/endpoint/EndpointParameters.js +0 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/endpoint/endpointResolver.js +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/endpoint/ruleset.js +3 -3
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/index.js +2 -3
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/models/S3ServiceException.js +1 -2
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/models/models_0.js +1066 -362
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/models/models_1.js +116 -46
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/pagination/ListObjectsV2Paginator.js +8 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/pagination/ListPartsPaginator.js +8 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/pagination/index.js +0 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/protocols/Aws_restXml.js +1739 -1453
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/runtimeConfig.browser.js +16 -10
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/runtimeConfig.js +18 -16
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/runtimeConfig.shared.js +16 -25
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/waiters/waitForBucketExists.js +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/waiters/waitForBucketNotExists.js +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/waiters/waitForObjectExists.js +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/waiters/waitForObjectNotExists.js +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/S3.d.ts +5312 -115
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts +39 -69
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/AbortMultipartUploadCommand.d.ts +8 -96
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/CompleteMultipartUploadCommand.d.ts +66 -212
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/CopyObjectCommand.d.ts +161 -253
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketCommand.d.ts +124 -201
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateMultipartUploadCommand.d.ts +212 -247
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketAnalyticsConfigurationCommand.d.ts +8 -45
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketCommand.d.ts +7 -85
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketCorsCommand.d.ts +8 -56
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketEncryptionCommand.d.ts +12 -49
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketIntelligentTieringConfigurationCommand.d.ts +6 -43
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketInventoryConfigurationCommand.d.ts +6 -45
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketLifecycleCommand.d.ts +8 -54
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketMetricsConfigurationCommand.d.ts +11 -48
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketOwnershipControlsCommand.d.ts +6 -44
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketPolicyCommand.d.ts +22 -97
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketReplicationCommand.d.ts +9 -57
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketTaggingCommand.d.ts +5 -53
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketWebsiteCommand.d.ts +7 -53
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectCommand.d.ts +23 -158
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectTaggingCommand.d.ts +11 -83
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectsCommand.d.ts +27 -238
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeletePublicAccessBlockCommand.d.ts +7 -44
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAccelerateConfigurationCommand.d.ts +12 -53
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAclCommand.d.ts +14 -72
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAnalyticsConfigurationCommand.d.ts +11 -82
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketCorsCommand.d.ts +7 -95
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketEncryptionCommand.d.ts +10 -60
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketIntelligentTieringConfigurationCommand.d.ts +6 -70
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketInventoryConfigurationCommand.d.ts +9 -74
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLifecycleConfigurationCommand.d.ts +9 -127
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLocationCommand.d.ts +9 -70
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLoggingCommand.d.ts +6 -66
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketMetricsConfigurationCommand.d.ts +13 -70
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketNotificationConfigurationCommand.d.ts +9 -108
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketOwnershipControlsCommand.d.ts +7 -54
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyCommand.d.ts +22 -110
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyStatusCommand.d.ts +7 -47
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketReplicationCommand.d.ts +9 -135
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketRequestPaymentCommand.d.ts +6 -62
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketTaggingCommand.d.ts +6 -74
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketVersioningCommand.d.ts +6 -62
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketWebsiteCommand.d.ts +7 -91
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAclCommand.d.ts +12 -126
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAttributesCommand.d.ts +117 -228
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectCommand.d.ts +166 -290
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectLegalHoldCommand.d.ts +6 -50
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectLockConfigurationCommand.d.ts +7 -54
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectRetentionCommand.d.ts +6 -52
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectTaggingCommand.d.ts +13 -109
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectTorrentCommand.d.ts +7 -63
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetPublicAccessBlockCommand.d.ts +8 -50
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadBucketCommand.d.ts +21 -109
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadObjectCommand.d.ts +87 -216
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketAnalyticsConfigurationsCommand.d.ts +12 -85
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketIntelligentTieringConfigurationsCommand.d.ts +6 -75
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketInventoryConfigurationsCommand.d.ts +13 -82
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketMetricsConfigurationsCommand.d.ts +15 -76
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketsCommand.d.ts +5 -84
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListMultipartUploadsCommand.d.ts +23 -262
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectVersionsCommand.d.ts +13 -153
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsCommand.d.ts +6 -130
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsV2Command.d.ts +24 -185
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListPartsCommand.d.ts +20 -165
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAccelerateConfigurationCommand.d.ts +15 -50
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAclCommand.d.ts +122 -201
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAnalyticsConfigurationCommand.d.ts +25 -83
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketCorsCommand.d.ts +10 -112
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketEncryptionCommand.d.ts +22 -69
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts +63 -99
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketInventoryConfigurationCommand.d.ts +71 -121
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts +81 -197
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLoggingCommand.d.ts +54 -144
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketMetricsConfigurationCommand.d.ts +13 -69
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketNotificationConfigurationCommand.d.ts +25 -134
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketOwnershipControlsCommand.d.ts +6 -54
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketPolicyCommand.d.ts +20 -108
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketReplicationCommand.d.ts +41 -171
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketRequestPaymentCommand.d.ts +7 -63
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketTaggingCommand.d.ts +54 -104
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketVersioningCommand.d.ts +24 -76
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketWebsiteCommand.d.ts +9 -93
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectAclCommand.d.ts +129 -220
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectCommand.d.ts +99 -342
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLegalHoldCommand.d.ts +6 -54
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLockConfigurationCommand.d.ts +13 -67
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectRetentionCommand.d.ts +9 -58
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectTaggingCommand.d.ts +77 -108
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutPublicAccessBlockCommand.d.ts +14 -52
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/RestoreObjectCommand.d.ts +214 -337
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/SelectObjectContentCommand.d.ts +98 -200
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCommand.d.ts +92 -189
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCopyCommand.d.ts +121 -237
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/WriteGetObjectResponseCommand.d.ts +34 -113
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/index.d.ts +0 -2
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/endpoint/EndpointParameters.d.ts +2 -10
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/endpoint/endpointResolver.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/endpoint/ruleset.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/index.d.ts +2 -11
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/models/S3ServiceException.d.ts +1 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts +2799 -5390
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/models/models_1.d.ts +354 -1959
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/pagination/Interfaces.d.ts +3 -5
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/pagination/ListObjectsV2Paginator.d.ts +1 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/pagination/ListPartsPaginator.d.ts +1 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/pagination/index.d.ts +0 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/protocols/Aws_restXml.d.ts +188 -764
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.browser.d.ts +38 -45
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.d.ts +9 -16
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.native.d.ts +34 -41
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.shared.d.ts +8 -14
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/S3.d.ts +2 -37
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/S3Client.d.ts +36 -55
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/AbortMultipartUploadCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/CompleteMultipartUploadCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/CopyObjectCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/CreateBucketCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/CreateMultipartUploadCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketAnalyticsConfigurationCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketCorsCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketEncryptionCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketIntelligentTieringConfigurationCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketInventoryConfigurationCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketLifecycleCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketMetricsConfigurationCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketOwnershipControlsCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketPolicyCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketReplicationCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketTaggingCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketWebsiteCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteObjectCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteObjectTaggingCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteObjectsCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeletePublicAccessBlockCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketAccelerateConfigurationCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketAclCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketAnalyticsConfigurationCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketCorsCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketEncryptionCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketIntelligentTieringConfigurationCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketInventoryConfigurationCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketLifecycleConfigurationCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketLocationCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketLoggingCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketMetricsConfigurationCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketNotificationConfigurationCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketOwnershipControlsCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketPolicyCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketPolicyStatusCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketReplicationCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketRequestPaymentCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketTaggingCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketVersioningCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketWebsiteCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectAclCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectAttributesCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectCommand.d.ts +6 -9
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectLegalHoldCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectLockConfigurationCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectRetentionCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectTaggingCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectTorrentCommand.d.ts +6 -12
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetPublicAccessBlockCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/HeadBucketCommand.d.ts +5 -8
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/HeadObjectCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListBucketAnalyticsConfigurationsCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListBucketIntelligentTieringConfigurationsCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListBucketInventoryConfigurationsCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListBucketMetricsConfigurationsCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListBucketsCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListMultipartUploadsCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListObjectVersionsCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListObjectsCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListObjectsV2Command.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListPartsCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketAccelerateConfigurationCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketAclCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketAnalyticsConfigurationCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketCorsCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketEncryptionCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketInventoryConfigurationCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketLifecycleConfigurationCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketLoggingCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketMetricsConfigurationCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketNotificationConfigurationCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketOwnershipControlsCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketPolicyCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketReplicationCommand.d.ts +4 -5
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketRequestPaymentCommand.d.ts +4 -5
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketTaggingCommand.d.ts +4 -5
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketVersioningCommand.d.ts +4 -5
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketWebsiteCommand.d.ts +4 -5
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectAclCommand.d.ts +4 -5
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectCommand.d.ts +12 -10
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectLegalHoldCommand.d.ts +4 -5
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectLockConfigurationCommand.d.ts +4 -5
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectRetentionCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectTaggingCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutPublicAccessBlockCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/RestoreObjectCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/SelectObjectContentCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/UploadPartCommand.d.ts +11 -9
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/UploadPartCopyCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/WriteGetObjectResponseCommand.d.ts +11 -11
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/index.d.ts +0 -2
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +5 -9
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/endpoint/ruleset.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/index.d.ts +2 -6
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/S3ServiceException.d.ts +1 -2
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_0.d.ts +1189 -639
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_1.d.ts +123 -251
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/pagination/Interfaces.d.ts +3 -2
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/pagination/ListObjectsV2Paginator.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/pagination/ListPartsPaginator.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/pagination/index.d.ts +0 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/protocols/Aws_restXml.d.ts +188 -212
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.browser.d.ts +62 -78
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.d.ts +14 -29
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.native.d.ts +52 -70
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -19
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/waiters/waitForBucketExists.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/waiters/waitForBucketNotExists.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/waiters/waitForObjectExists.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/waiters/waitForObjectNotExists.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/waiters/waitForBucketExists.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/waiters/waitForBucketNotExists.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/waiters/waitForObjectExists.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/waiters/waitForObjectNotExists.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/package.json +1 -1
- package/dist/node_modules/mime-match/package.json +1 -1
- package/dist/node_modules/mkdirp/package.json +1 -1
- package/dist/node_modules/multer-aliyun-oss/package.json +1 -1
- package/dist/node_modules/multer-cos/index.js +1 -1
- package/dist/node_modules/multer-cos/package.json +1 -1
- package/dist/node_modules/multer-s3/index.js +4 -4
- package/dist/node_modules/multer-s3/package.json +1 -1
- package/dist/server/actions/attachments.js +2 -1
- package/dist/server/collections/attachments.js +1 -0
- package/dist/server/collections/storages.js +1 -0
- package/dist/server/server.d.ts +1 -0
- package/dist/server/server.js +8 -14
- package/package.json +3 -3
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/CreateSessionCommand.js +0 -59
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListDirectoryBucketsCommand.js +0 -58
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/extensionConfiguration.js +0 -2
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/pagination/ListDirectoryBucketsPaginator.js +0 -29
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/runtimeExtensions.js +0 -22
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateSessionCommand.js +0 -55
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/ListDirectoryBucketsCommand.js +0 -54
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/extensionConfiguration.js +0 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/pagination/ListDirectoryBucketsPaginator.js +0 -25
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/runtimeExtensions.js +0 -18
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateSessionCommand.d.ts +0 -145
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListDirectoryBucketsCommand.d.ts +0 -98
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/extensionConfiguration.d.ts +0 -8
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/pagination/ListDirectoryBucketsPaginator.d.ts +0 -7
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/runtimeExtensions.d.ts +0 -17
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/CreateSessionCommand.d.ts +0 -35
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListDirectoryBucketsCommand.d.ts +0 -42
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/extensionConfiguration.d.ts +0 -7
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/pagination/ListDirectoryBucketsPaginator.d.ts +0 -11
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeExtensions.d.ts +0 -11
|
@@ -1,200 +1,33 @@
|
|
|
1
|
-
import { ExceptionOptionType as __ExceptionOptionType } from "@
|
|
2
|
-
import {
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Readable } from "stream";
|
|
3
3
|
import {
|
|
4
|
-
AccessControlPolicy,
|
|
5
|
-
BucketVersioningStatus,
|
|
6
4
|
ChecksumAlgorithm,
|
|
7
|
-
ErrorDocument,
|
|
8
5
|
Grant,
|
|
9
|
-
IndexDocument,
|
|
10
6
|
ObjectCannedACL,
|
|
11
|
-
ObjectLockConfiguration,
|
|
12
|
-
ObjectLockLegalHold,
|
|
13
7
|
ObjectLockLegalHoldStatus,
|
|
14
8
|
ObjectLockMode,
|
|
15
9
|
ObjectLockRetention,
|
|
16
|
-
Payer,
|
|
17
10
|
PublicAccessBlockConfiguration,
|
|
18
|
-
RedirectAllRequestsTo,
|
|
19
|
-
ReplicationConfiguration,
|
|
20
11
|
ReplicationStatus,
|
|
21
12
|
RequestCharged,
|
|
22
13
|
RequestPayer,
|
|
23
|
-
RoutingRule,
|
|
24
14
|
ServerSideEncryption,
|
|
25
15
|
StorageClass,
|
|
26
|
-
|
|
16
|
+
Tagging,
|
|
27
17
|
} from "./models_0";
|
|
28
18
|
import { S3ServiceException as __BaseException } from "./S3ServiceException";
|
|
29
|
-
export interface PutBucketReplicationRequest {
|
|
30
|
-
Bucket: string | undefined;
|
|
31
|
-
ContentMD5?: string;
|
|
32
|
-
ChecksumAlgorithm?: ChecksumAlgorithm;
|
|
33
|
-
ReplicationConfiguration: ReplicationConfiguration | undefined;
|
|
34
|
-
Token?: string;
|
|
35
|
-
ExpectedBucketOwner?: string;
|
|
36
|
-
}
|
|
37
|
-
export interface RequestPaymentConfiguration {
|
|
38
|
-
Payer: Payer | undefined;
|
|
39
|
-
}
|
|
40
|
-
export interface PutBucketRequestPaymentRequest {
|
|
41
|
-
Bucket: string | undefined;
|
|
42
|
-
ContentMD5?: string;
|
|
43
|
-
ChecksumAlgorithm?: ChecksumAlgorithm;
|
|
44
|
-
RequestPaymentConfiguration: RequestPaymentConfiguration | undefined;
|
|
45
|
-
ExpectedBucketOwner?: string;
|
|
46
|
-
}
|
|
47
|
-
export interface Tagging {
|
|
48
|
-
TagSet: Tag[] | undefined;
|
|
49
|
-
}
|
|
50
|
-
export interface PutBucketTaggingRequest {
|
|
51
|
-
Bucket: string | undefined;
|
|
52
|
-
ContentMD5?: string;
|
|
53
|
-
ChecksumAlgorithm?: ChecksumAlgorithm;
|
|
54
|
-
Tagging: Tagging | undefined;
|
|
55
|
-
ExpectedBucketOwner?: string;
|
|
56
|
-
}
|
|
57
|
-
export declare const MFADelete: {
|
|
58
|
-
readonly Disabled: "Disabled";
|
|
59
|
-
readonly Enabled: "Enabled";
|
|
60
|
-
};
|
|
61
|
-
export type MFADelete = (typeof MFADelete)[keyof typeof MFADelete];
|
|
62
|
-
export interface VersioningConfiguration {
|
|
63
|
-
MFADelete?: MFADelete;
|
|
64
|
-
Status?: BucketVersioningStatus;
|
|
65
|
-
}
|
|
66
|
-
export interface PutBucketVersioningRequest {
|
|
67
|
-
Bucket: string | undefined;
|
|
68
|
-
ContentMD5?: string;
|
|
69
|
-
ChecksumAlgorithm?: ChecksumAlgorithm;
|
|
70
|
-
MFA?: string;
|
|
71
|
-
VersioningConfiguration: VersioningConfiguration | undefined;
|
|
72
|
-
ExpectedBucketOwner?: string;
|
|
73
|
-
}
|
|
74
|
-
export interface WebsiteConfiguration {
|
|
75
|
-
ErrorDocument?: ErrorDocument;
|
|
76
|
-
IndexDocument?: IndexDocument;
|
|
77
|
-
RedirectAllRequestsTo?: RedirectAllRequestsTo;
|
|
78
|
-
RoutingRules?: RoutingRule[];
|
|
79
|
-
}
|
|
80
|
-
export interface PutBucketWebsiteRequest {
|
|
81
|
-
Bucket: string | undefined;
|
|
82
|
-
ContentMD5?: string;
|
|
83
|
-
ChecksumAlgorithm?: ChecksumAlgorithm;
|
|
84
|
-
WebsiteConfiguration: WebsiteConfiguration | undefined;
|
|
85
|
-
ExpectedBucketOwner?: string;
|
|
86
|
-
}
|
|
87
|
-
export interface PutObjectOutput {
|
|
88
|
-
Expiration?: string;
|
|
89
|
-
ETag?: string;
|
|
90
|
-
ChecksumCRC32?: string;
|
|
91
|
-
ChecksumCRC32C?: string;
|
|
92
|
-
ChecksumSHA1?: string;
|
|
93
|
-
ChecksumSHA256?: string;
|
|
94
|
-
ServerSideEncryption?: ServerSideEncryption;
|
|
95
|
-
VersionId?: string;
|
|
96
|
-
SSECustomerAlgorithm?: string;
|
|
97
|
-
SSECustomerKeyMD5?: string;
|
|
98
|
-
SSEKMSKeyId?: string;
|
|
99
|
-
SSEKMSEncryptionContext?: string;
|
|
100
|
-
BucketKeyEnabled?: boolean;
|
|
101
|
-
RequestCharged?: RequestCharged;
|
|
102
|
-
}
|
|
103
|
-
export interface PutObjectRequest {
|
|
104
|
-
ACL?: ObjectCannedACL;
|
|
105
|
-
Body?: StreamingBlobTypes;
|
|
106
|
-
Bucket: string | undefined;
|
|
107
|
-
CacheControl?: string;
|
|
108
|
-
ContentDisposition?: string;
|
|
109
|
-
ContentEncoding?: string;
|
|
110
|
-
ContentLanguage?: string;
|
|
111
|
-
ContentLength?: number;
|
|
112
|
-
ContentMD5?: string;
|
|
113
|
-
ContentType?: string;
|
|
114
|
-
ChecksumAlgorithm?: ChecksumAlgorithm;
|
|
115
|
-
ChecksumCRC32?: string;
|
|
116
|
-
ChecksumCRC32C?: string;
|
|
117
|
-
ChecksumSHA1?: string;
|
|
118
|
-
ChecksumSHA256?: string;
|
|
119
|
-
Expires?: Date;
|
|
120
|
-
GrantFullControl?: string;
|
|
121
|
-
GrantRead?: string;
|
|
122
|
-
GrantReadACP?: string;
|
|
123
|
-
GrantWriteACP?: string;
|
|
124
|
-
Key: string | undefined;
|
|
125
|
-
Metadata?: Record<string, string>;
|
|
126
|
-
ServerSideEncryption?: ServerSideEncryption;
|
|
127
|
-
StorageClass?: StorageClass;
|
|
128
|
-
WebsiteRedirectLocation?: string;
|
|
129
|
-
SSECustomerAlgorithm?: string;
|
|
130
|
-
SSECustomerKey?: string;
|
|
131
|
-
SSECustomerKeyMD5?: string;
|
|
132
|
-
SSEKMSKeyId?: string;
|
|
133
|
-
SSEKMSEncryptionContext?: string;
|
|
134
|
-
BucketKeyEnabled?: boolean;
|
|
135
|
-
RequestPayer?: RequestPayer;
|
|
136
|
-
Tagging?: string;
|
|
137
|
-
ObjectLockMode?: ObjectLockMode;
|
|
138
|
-
ObjectLockRetainUntilDate?: Date;
|
|
139
|
-
ObjectLockLegalHoldStatus?: ObjectLockLegalHoldStatus;
|
|
140
|
-
ExpectedBucketOwner?: string;
|
|
141
|
-
}
|
|
142
|
-
export interface PutObjectAclOutput {
|
|
143
|
-
RequestCharged?: RequestCharged;
|
|
144
|
-
}
|
|
145
|
-
export interface PutObjectAclRequest {
|
|
146
|
-
ACL?: ObjectCannedACL;
|
|
147
|
-
AccessControlPolicy?: AccessControlPolicy;
|
|
148
|
-
Bucket: string | undefined;
|
|
149
|
-
ContentMD5?: string;
|
|
150
|
-
ChecksumAlgorithm?: ChecksumAlgorithm;
|
|
151
|
-
GrantFullControl?: string;
|
|
152
|
-
GrantRead?: string;
|
|
153
|
-
GrantReadACP?: string;
|
|
154
|
-
GrantWrite?: string;
|
|
155
|
-
GrantWriteACP?: string;
|
|
156
|
-
Key: string | undefined;
|
|
157
|
-
RequestPayer?: RequestPayer;
|
|
158
|
-
VersionId?: string;
|
|
159
|
-
ExpectedBucketOwner?: string;
|
|
160
|
-
}
|
|
161
|
-
export interface PutObjectLegalHoldOutput {
|
|
162
|
-
RequestCharged?: RequestCharged;
|
|
163
|
-
}
|
|
164
|
-
export interface PutObjectLegalHoldRequest {
|
|
165
|
-
Bucket: string | undefined;
|
|
166
|
-
Key: string | undefined;
|
|
167
|
-
LegalHold?: ObjectLockLegalHold;
|
|
168
|
-
RequestPayer?: RequestPayer;
|
|
169
|
-
VersionId?: string;
|
|
170
|
-
ContentMD5?: string;
|
|
171
|
-
ChecksumAlgorithm?: ChecksumAlgorithm;
|
|
172
|
-
ExpectedBucketOwner?: string;
|
|
173
|
-
}
|
|
174
|
-
export interface PutObjectLockConfigurationOutput {
|
|
175
|
-
RequestCharged?: RequestCharged;
|
|
176
|
-
}
|
|
177
|
-
export interface PutObjectLockConfigurationRequest {
|
|
178
|
-
Bucket: string | undefined;
|
|
179
|
-
ObjectLockConfiguration?: ObjectLockConfiguration;
|
|
180
|
-
RequestPayer?: RequestPayer;
|
|
181
|
-
Token?: string;
|
|
182
|
-
ContentMD5?: string;
|
|
183
|
-
ChecksumAlgorithm?: ChecksumAlgorithm;
|
|
184
|
-
ExpectedBucketOwner?: string;
|
|
185
|
-
}
|
|
186
19
|
export interface PutObjectRetentionOutput {
|
|
187
|
-
RequestCharged?: RequestCharged;
|
|
20
|
+
RequestCharged?: RequestCharged | string;
|
|
188
21
|
}
|
|
189
22
|
export interface PutObjectRetentionRequest {
|
|
190
23
|
Bucket: string | undefined;
|
|
191
24
|
Key: string | undefined;
|
|
192
25
|
Retention?: ObjectLockRetention;
|
|
193
|
-
RequestPayer?: RequestPayer;
|
|
26
|
+
RequestPayer?: RequestPayer | string;
|
|
194
27
|
VersionId?: string;
|
|
195
28
|
BypassGovernanceRetention?: boolean;
|
|
196
29
|
ContentMD5?: string;
|
|
197
|
-
ChecksumAlgorithm?: ChecksumAlgorithm;
|
|
30
|
+
ChecksumAlgorithm?: ChecksumAlgorithm | string;
|
|
198
31
|
ExpectedBucketOwner?: string;
|
|
199
32
|
}
|
|
200
33
|
export interface PutObjectTaggingOutput {
|
|
@@ -205,15 +38,15 @@ export interface PutObjectTaggingRequest {
|
|
|
205
38
|
Key: string | undefined;
|
|
206
39
|
VersionId?: string;
|
|
207
40
|
ContentMD5?: string;
|
|
208
|
-
ChecksumAlgorithm?: ChecksumAlgorithm;
|
|
41
|
+
ChecksumAlgorithm?: ChecksumAlgorithm | string;
|
|
209
42
|
Tagging: Tagging | undefined;
|
|
210
43
|
ExpectedBucketOwner?: string;
|
|
211
|
-
RequestPayer?: RequestPayer;
|
|
44
|
+
RequestPayer?: RequestPayer | string;
|
|
212
45
|
}
|
|
213
46
|
export interface PutPublicAccessBlockRequest {
|
|
214
47
|
Bucket: string | undefined;
|
|
215
48
|
ContentMD5?: string;
|
|
216
|
-
ChecksumAlgorithm?: ChecksumAlgorithm;
|
|
49
|
+
ChecksumAlgorithm?: ChecksumAlgorithm | string;
|
|
217
50
|
PublicAccessBlockConfiguration: PublicAccessBlockConfiguration | undefined;
|
|
218
51
|
ExpectedBucketOwner?: string;
|
|
219
52
|
}
|
|
@@ -225,20 +58,19 @@ export declare class ObjectAlreadyInActiveTierError extends __BaseException {
|
|
|
225
58
|
);
|
|
226
59
|
}
|
|
227
60
|
export interface RestoreObjectOutput {
|
|
228
|
-
RequestCharged?: RequestCharged;
|
|
61
|
+
RequestCharged?: RequestCharged | string;
|
|
229
62
|
RestoreOutputPath?: string;
|
|
230
63
|
}
|
|
231
|
-
export declare
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
}
|
|
236
|
-
export type Tier = (typeof Tier)[keyof typeof Tier];
|
|
64
|
+
export declare enum Tier {
|
|
65
|
+
Bulk = "Bulk",
|
|
66
|
+
Expedited = "Expedited",
|
|
67
|
+
Standard = "Standard",
|
|
68
|
+
}
|
|
237
69
|
export interface GlacierJobParameters {
|
|
238
|
-
Tier: Tier | undefined;
|
|
70
|
+
Tier: Tier | string | undefined;
|
|
239
71
|
}
|
|
240
72
|
export interface Encryption {
|
|
241
|
-
EncryptionType: ServerSideEncryption | undefined;
|
|
73
|
+
EncryptionType: ServerSideEncryption | string | undefined;
|
|
242
74
|
KMSKeyId?: string;
|
|
243
75
|
KMSContext?: string;
|
|
244
76
|
}
|
|
@@ -250,36 +82,30 @@ export interface S3Location {
|
|
|
250
82
|
BucketName: string | undefined;
|
|
251
83
|
Prefix: string | undefined;
|
|
252
84
|
Encryption?: Encryption;
|
|
253
|
-
CannedACL?: ObjectCannedACL;
|
|
85
|
+
CannedACL?: ObjectCannedACL | string;
|
|
254
86
|
AccessControlList?: Grant[];
|
|
255
87
|
Tagging?: Tagging;
|
|
256
88
|
UserMetadata?: MetadataEntry[];
|
|
257
|
-
StorageClass?: StorageClass;
|
|
89
|
+
StorageClass?: StorageClass | string;
|
|
258
90
|
}
|
|
259
91
|
export interface OutputLocation {
|
|
260
92
|
S3?: S3Location;
|
|
261
93
|
}
|
|
262
|
-
export declare
|
|
263
|
-
|
|
264
|
-
}
|
|
265
|
-
export
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
readonly IGNORE: "IGNORE";
|
|
276
|
-
readonly NONE: "NONE";
|
|
277
|
-
readonly USE: "USE";
|
|
278
|
-
};
|
|
279
|
-
export type FileHeaderInfo =
|
|
280
|
-
(typeof FileHeaderInfo)[keyof typeof FileHeaderInfo];
|
|
94
|
+
export declare enum ExpressionType {
|
|
95
|
+
SQL = "SQL",
|
|
96
|
+
}
|
|
97
|
+
export declare enum CompressionType {
|
|
98
|
+
BZIP2 = "BZIP2",
|
|
99
|
+
GZIP = "GZIP",
|
|
100
|
+
NONE = "NONE",
|
|
101
|
+
}
|
|
102
|
+
export declare enum FileHeaderInfo {
|
|
103
|
+
IGNORE = "IGNORE",
|
|
104
|
+
NONE = "NONE",
|
|
105
|
+
USE = "USE",
|
|
106
|
+
}
|
|
281
107
|
export interface CSVInput {
|
|
282
|
-
FileHeaderInfo?: FileHeaderInfo;
|
|
108
|
+
FileHeaderInfo?: FileHeaderInfo | string;
|
|
283
109
|
Comments?: string;
|
|
284
110
|
QuoteEscapeCharacter?: string;
|
|
285
111
|
RecordDelimiter?: string;
|
|
@@ -287,28 +113,26 @@ export interface CSVInput {
|
|
|
287
113
|
QuoteCharacter?: string;
|
|
288
114
|
AllowQuotedRecordDelimiter?: boolean;
|
|
289
115
|
}
|
|
290
|
-
export declare
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
}
|
|
294
|
-
export type JSONType = (typeof JSONType)[keyof typeof JSONType];
|
|
116
|
+
export declare enum JSONType {
|
|
117
|
+
DOCUMENT = "DOCUMENT",
|
|
118
|
+
LINES = "LINES",
|
|
119
|
+
}
|
|
295
120
|
export interface JSONInput {
|
|
296
|
-
Type?: JSONType;
|
|
121
|
+
Type?: JSONType | string;
|
|
297
122
|
}
|
|
298
123
|
export interface ParquetInput {}
|
|
299
124
|
export interface InputSerialization {
|
|
300
125
|
CSV?: CSVInput;
|
|
301
|
-
CompressionType?: CompressionType;
|
|
126
|
+
CompressionType?: CompressionType | string;
|
|
302
127
|
JSON?: JSONInput;
|
|
303
128
|
Parquet?: ParquetInput;
|
|
304
129
|
}
|
|
305
|
-
export declare
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
}
|
|
309
|
-
export type QuoteFields = (typeof QuoteFields)[keyof typeof QuoteFields];
|
|
130
|
+
export declare enum QuoteFields {
|
|
131
|
+
ALWAYS = "ALWAYS",
|
|
132
|
+
ASNEEDED = "ASNEEDED",
|
|
133
|
+
}
|
|
310
134
|
export interface CSVOutput {
|
|
311
|
-
QuoteFields?: QuoteFields;
|
|
135
|
+
QuoteFields?: QuoteFields | string;
|
|
312
136
|
QuoteEscapeCharacter?: string;
|
|
313
137
|
RecordDelimiter?: string;
|
|
314
138
|
FieldDelimiter?: string;
|
|
@@ -323,20 +147,18 @@ export interface OutputSerialization {
|
|
|
323
147
|
}
|
|
324
148
|
export interface SelectParameters {
|
|
325
149
|
InputSerialization: InputSerialization | undefined;
|
|
326
|
-
ExpressionType: ExpressionType | undefined;
|
|
150
|
+
ExpressionType: ExpressionType | string | undefined;
|
|
327
151
|
Expression: string | undefined;
|
|
328
152
|
OutputSerialization: OutputSerialization | undefined;
|
|
329
153
|
}
|
|
330
|
-
export declare
|
|
331
|
-
|
|
332
|
-
}
|
|
333
|
-
export type RestoreRequestType =
|
|
334
|
-
(typeof RestoreRequestType)[keyof typeof RestoreRequestType];
|
|
154
|
+
export declare enum RestoreRequestType {
|
|
155
|
+
SELECT = "SELECT",
|
|
156
|
+
}
|
|
335
157
|
export interface RestoreRequest {
|
|
336
158
|
Days?: number;
|
|
337
159
|
GlacierJobParameters?: GlacierJobParameters;
|
|
338
|
-
Type?: RestoreRequestType;
|
|
339
|
-
Tier?: Tier;
|
|
160
|
+
Type?: RestoreRequestType | string;
|
|
161
|
+
Tier?: Tier | string;
|
|
340
162
|
Description?: string;
|
|
341
163
|
SelectParameters?: SelectParameters;
|
|
342
164
|
OutputLocation?: OutputLocation;
|
|
@@ -346,8 +168,8 @@ export interface RestoreObjectRequest {
|
|
|
346
168
|
Key: string | undefined;
|
|
347
169
|
VersionId?: string;
|
|
348
170
|
RestoreRequest?: RestoreRequest;
|
|
349
|
-
RequestPayer?: RequestPayer;
|
|
350
|
-
ChecksumAlgorithm?: ChecksumAlgorithm;
|
|
171
|
+
RequestPayer?: RequestPayer | string;
|
|
172
|
+
ChecksumAlgorithm?: ChecksumAlgorithm | string;
|
|
351
173
|
ExpectedBucketOwner?: string;
|
|
352
174
|
}
|
|
353
175
|
export interface ContinuationEvent {}
|
|
@@ -371,7 +193,7 @@ export interface Stats {
|
|
|
371
193
|
export interface StatsEvent {
|
|
372
194
|
Details?: Stats;
|
|
373
195
|
}
|
|
374
|
-
export type SelectObjectContentEventStream =
|
|
196
|
+
export declare type SelectObjectContentEventStream =
|
|
375
197
|
| SelectObjectContentEventStream.ContMember
|
|
376
198
|
| SelectObjectContentEventStream.EndMember
|
|
377
199
|
| SelectObjectContentEventStream.ProgressMember
|
|
@@ -457,7 +279,7 @@ export interface SelectObjectContentRequest {
|
|
|
457
279
|
SSECustomerKey?: string;
|
|
458
280
|
SSECustomerKeyMD5?: string;
|
|
459
281
|
Expression: string | undefined;
|
|
460
|
-
ExpressionType: ExpressionType | undefined;
|
|
282
|
+
ExpressionType: ExpressionType | string | undefined;
|
|
461
283
|
RequestProgress?: RequestProgress;
|
|
462
284
|
InputSerialization: InputSerialization | undefined;
|
|
463
285
|
OutputSerialization: OutputSerialization | undefined;
|
|
@@ -465,7 +287,7 @@ export interface SelectObjectContentRequest {
|
|
|
465
287
|
ExpectedBucketOwner?: string;
|
|
466
288
|
}
|
|
467
289
|
export interface UploadPartOutput {
|
|
468
|
-
ServerSideEncryption?: ServerSideEncryption;
|
|
290
|
+
ServerSideEncryption?: ServerSideEncryption | string;
|
|
469
291
|
ETag?: string;
|
|
470
292
|
ChecksumCRC32?: string;
|
|
471
293
|
ChecksumCRC32C?: string;
|
|
@@ -475,14 +297,14 @@ export interface UploadPartOutput {
|
|
|
475
297
|
SSECustomerKeyMD5?: string;
|
|
476
298
|
SSEKMSKeyId?: string;
|
|
477
299
|
BucketKeyEnabled?: boolean;
|
|
478
|
-
RequestCharged?: RequestCharged;
|
|
300
|
+
RequestCharged?: RequestCharged | string;
|
|
479
301
|
}
|
|
480
302
|
export interface UploadPartRequest {
|
|
481
|
-
Body?:
|
|
303
|
+
Body?: Readable | ReadableStream | Blob;
|
|
482
304
|
Bucket: string | undefined;
|
|
483
305
|
ContentLength?: number;
|
|
484
306
|
ContentMD5?: string;
|
|
485
|
-
ChecksumAlgorithm?: ChecksumAlgorithm;
|
|
307
|
+
ChecksumAlgorithm?: ChecksumAlgorithm | string;
|
|
486
308
|
ChecksumCRC32?: string;
|
|
487
309
|
ChecksumCRC32C?: string;
|
|
488
310
|
ChecksumSHA1?: string;
|
|
@@ -493,7 +315,7 @@ export interface UploadPartRequest {
|
|
|
493
315
|
SSECustomerAlgorithm?: string;
|
|
494
316
|
SSECustomerKey?: string;
|
|
495
317
|
SSECustomerKeyMD5?: string;
|
|
496
|
-
RequestPayer?: RequestPayer;
|
|
318
|
+
RequestPayer?: RequestPayer | string;
|
|
497
319
|
ExpectedBucketOwner?: string;
|
|
498
320
|
}
|
|
499
321
|
export interface CopyPartResult {
|
|
@@ -507,12 +329,12 @@ export interface CopyPartResult {
|
|
|
507
329
|
export interface UploadPartCopyOutput {
|
|
508
330
|
CopySourceVersionId?: string;
|
|
509
331
|
CopyPartResult?: CopyPartResult;
|
|
510
|
-
ServerSideEncryption?: ServerSideEncryption;
|
|
332
|
+
ServerSideEncryption?: ServerSideEncryption | string;
|
|
511
333
|
SSECustomerAlgorithm?: string;
|
|
512
334
|
SSECustomerKeyMD5?: string;
|
|
513
335
|
SSEKMSKeyId?: string;
|
|
514
336
|
BucketKeyEnabled?: boolean;
|
|
515
|
-
RequestCharged?: RequestCharged;
|
|
337
|
+
RequestCharged?: RequestCharged | string;
|
|
516
338
|
}
|
|
517
339
|
export interface UploadPartCopyRequest {
|
|
518
340
|
Bucket: string | undefined;
|
|
@@ -531,14 +353,14 @@ export interface UploadPartCopyRequest {
|
|
|
531
353
|
CopySourceSSECustomerAlgorithm?: string;
|
|
532
354
|
CopySourceSSECustomerKey?: string;
|
|
533
355
|
CopySourceSSECustomerKeyMD5?: string;
|
|
534
|
-
RequestPayer?: RequestPayer;
|
|
356
|
+
RequestPayer?: RequestPayer | string;
|
|
535
357
|
ExpectedBucketOwner?: string;
|
|
536
358
|
ExpectedSourceBucketOwner?: string;
|
|
537
359
|
}
|
|
538
360
|
export interface WriteGetObjectResponseRequest {
|
|
539
361
|
RequestRoute: string | undefined;
|
|
540
362
|
RequestToken: string | undefined;
|
|
541
|
-
Body?:
|
|
363
|
+
Body?: Readable | ReadableStream | Blob;
|
|
542
364
|
StatusCode?: number;
|
|
543
365
|
ErrorCode?: string;
|
|
544
366
|
ErrorMessage?: string;
|
|
@@ -561,45 +383,92 @@ export interface WriteGetObjectResponseRequest {
|
|
|
561
383
|
LastModified?: Date;
|
|
562
384
|
MissingMeta?: number;
|
|
563
385
|
Metadata?: Record<string, string>;
|
|
564
|
-
ObjectLockMode?: ObjectLockMode;
|
|
565
|
-
ObjectLockLegalHoldStatus?: ObjectLockLegalHoldStatus;
|
|
386
|
+
ObjectLockMode?: ObjectLockMode | string;
|
|
387
|
+
ObjectLockLegalHoldStatus?: ObjectLockLegalHoldStatus | string;
|
|
566
388
|
ObjectLockRetainUntilDate?: Date;
|
|
567
389
|
PartsCount?: number;
|
|
568
|
-
ReplicationStatus?: ReplicationStatus;
|
|
569
|
-
RequestCharged?: RequestCharged;
|
|
390
|
+
ReplicationStatus?: ReplicationStatus | string;
|
|
391
|
+
RequestCharged?: RequestCharged | string;
|
|
570
392
|
Restore?: string;
|
|
571
|
-
ServerSideEncryption?: ServerSideEncryption;
|
|
393
|
+
ServerSideEncryption?: ServerSideEncryption | string;
|
|
572
394
|
SSECustomerAlgorithm?: string;
|
|
573
395
|
SSEKMSKeyId?: string;
|
|
574
396
|
SSECustomerKeyMD5?: string;
|
|
575
|
-
StorageClass?: StorageClass;
|
|
397
|
+
StorageClass?: StorageClass | string;
|
|
576
398
|
TagCount?: number;
|
|
577
399
|
VersionId?: string;
|
|
578
400
|
BucketKeyEnabled?: boolean;
|
|
579
401
|
}
|
|
580
|
-
export declare const
|
|
581
|
-
obj:
|
|
402
|
+
export declare const PutObjectRetentionOutputFilterSensitiveLog: (
|
|
403
|
+
obj: PutObjectRetentionOutput
|
|
404
|
+
) => any;
|
|
405
|
+
export declare const PutObjectRetentionRequestFilterSensitiveLog: (
|
|
406
|
+
obj: PutObjectRetentionRequest
|
|
582
407
|
) => any;
|
|
583
|
-
export declare const
|
|
584
|
-
obj:
|
|
408
|
+
export declare const PutObjectTaggingOutputFilterSensitiveLog: (
|
|
409
|
+
obj: PutObjectTaggingOutput
|
|
410
|
+
) => any;
|
|
411
|
+
export declare const PutObjectTaggingRequestFilterSensitiveLog: (
|
|
412
|
+
obj: PutObjectTaggingRequest
|
|
413
|
+
) => any;
|
|
414
|
+
export declare const PutPublicAccessBlockRequestFilterSensitiveLog: (
|
|
415
|
+
obj: PutPublicAccessBlockRequest
|
|
416
|
+
) => any;
|
|
417
|
+
export declare const RestoreObjectOutputFilterSensitiveLog: (
|
|
418
|
+
obj: RestoreObjectOutput
|
|
419
|
+
) => any;
|
|
420
|
+
export declare const GlacierJobParametersFilterSensitiveLog: (
|
|
421
|
+
obj: GlacierJobParameters
|
|
585
422
|
) => any;
|
|
586
423
|
export declare const EncryptionFilterSensitiveLog: (obj: Encryption) => any;
|
|
424
|
+
export declare const MetadataEntryFilterSensitiveLog: (
|
|
425
|
+
obj: MetadataEntry
|
|
426
|
+
) => any;
|
|
587
427
|
export declare const S3LocationFilterSensitiveLog: (obj: S3Location) => any;
|
|
588
428
|
export declare const OutputLocationFilterSensitiveLog: (
|
|
589
429
|
obj: OutputLocation
|
|
590
430
|
) => any;
|
|
431
|
+
export declare const CSVInputFilterSensitiveLog: (obj: CSVInput) => any;
|
|
432
|
+
export declare const JSONInputFilterSensitiveLog: (obj: JSONInput) => any;
|
|
433
|
+
export declare const ParquetInputFilterSensitiveLog: (obj: ParquetInput) => any;
|
|
434
|
+
export declare const InputSerializationFilterSensitiveLog: (
|
|
435
|
+
obj: InputSerialization
|
|
436
|
+
) => any;
|
|
437
|
+
export declare const CSVOutputFilterSensitiveLog: (obj: CSVOutput) => any;
|
|
438
|
+
export declare const JSONOutputFilterSensitiveLog: (obj: JSONOutput) => any;
|
|
439
|
+
export declare const OutputSerializationFilterSensitiveLog: (
|
|
440
|
+
obj: OutputSerialization
|
|
441
|
+
) => any;
|
|
442
|
+
export declare const SelectParametersFilterSensitiveLog: (
|
|
443
|
+
obj: SelectParameters
|
|
444
|
+
) => any;
|
|
591
445
|
export declare const RestoreRequestFilterSensitiveLog: (
|
|
592
446
|
obj: RestoreRequest
|
|
593
447
|
) => any;
|
|
594
448
|
export declare const RestoreObjectRequestFilterSensitiveLog: (
|
|
595
449
|
obj: RestoreObjectRequest
|
|
596
450
|
) => any;
|
|
451
|
+
export declare const ContinuationEventFilterSensitiveLog: (
|
|
452
|
+
obj: ContinuationEvent
|
|
453
|
+
) => any;
|
|
454
|
+
export declare const EndEventFilterSensitiveLog: (obj: EndEvent) => any;
|
|
455
|
+
export declare const ProgressFilterSensitiveLog: (obj: Progress) => any;
|
|
456
|
+
export declare const ProgressEventFilterSensitiveLog: (
|
|
457
|
+
obj: ProgressEvent
|
|
458
|
+
) => any;
|
|
459
|
+
export declare const RecordsEventFilterSensitiveLog: (obj: RecordsEvent) => any;
|
|
460
|
+
export declare const StatsFilterSensitiveLog: (obj: Stats) => any;
|
|
461
|
+
export declare const StatsEventFilterSensitiveLog: (obj: StatsEvent) => any;
|
|
597
462
|
export declare const SelectObjectContentEventStreamFilterSensitiveLog: (
|
|
598
463
|
obj: SelectObjectContentEventStream
|
|
599
464
|
) => any;
|
|
600
465
|
export declare const SelectObjectContentOutputFilterSensitiveLog: (
|
|
601
466
|
obj: SelectObjectContentOutput
|
|
602
467
|
) => any;
|
|
468
|
+
export declare const RequestProgressFilterSensitiveLog: (
|
|
469
|
+
obj: RequestProgress
|
|
470
|
+
) => any;
|
|
471
|
+
export declare const ScanRangeFilterSensitiveLog: (obj: ScanRange) => any;
|
|
603
472
|
export declare const SelectObjectContentRequestFilterSensitiveLog: (
|
|
604
473
|
obj: SelectObjectContentRequest
|
|
605
474
|
) => any;
|
|
@@ -609,6 +478,9 @@ export declare const UploadPartOutputFilterSensitiveLog: (
|
|
|
609
478
|
export declare const UploadPartRequestFilterSensitiveLog: (
|
|
610
479
|
obj: UploadPartRequest
|
|
611
480
|
) => any;
|
|
481
|
+
export declare const CopyPartResultFilterSensitiveLog: (
|
|
482
|
+
obj: CopyPartResult
|
|
483
|
+
) => any;
|
|
612
484
|
export declare const UploadPartCopyOutputFilterSensitiveLog: (
|
|
613
485
|
obj: UploadPartCopyOutput
|
|
614
486
|
) => any;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
import { PaginationConfiguration } from "@
|
|
1
|
+
import { PaginationConfiguration } from "@aws-sdk/types";
|
|
2
|
+
import { S3 } from "../S3";
|
|
2
3
|
import { S3Client } from "../S3Client";
|
|
3
4
|
export interface S3PaginationConfiguration extends PaginationConfiguration {
|
|
4
|
-
client: S3Client;
|
|
5
|
+
client: S3 | S3Client;
|
|
5
6
|
}
|