@nocobase/plugin-file-manager 0.17.0-alpha.7 → 0.18.0-alpha.2
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/externalVersion.js +11 -11
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/S3.js +4 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/S3Client.js +10 -5
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/AbortMultipartUploadCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/CompleteMultipartUploadCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/CopyObjectCommand.js +6 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/CreateBucketCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/CreateMultipartUploadCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/CreateSessionCommand.js +59 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketAnalyticsConfigurationCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketCorsCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketEncryptionCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketIntelligentTieringConfigurationCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketInventoryConfigurationCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketLifecycleCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketMetricsConfigurationCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketOwnershipControlsCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketPolicyCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketReplicationCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketTaggingCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketWebsiteCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteObjectCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteObjectTaggingCommand.js +6 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteObjectsCommand.js +6 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeletePublicAccessBlockCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketAccelerateConfigurationCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketAclCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketAnalyticsConfigurationCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketCorsCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketEncryptionCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketIntelligentTieringConfigurationCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketInventoryConfigurationCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketLifecycleConfigurationCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketLocationCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketLoggingCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketMetricsConfigurationCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketNotificationConfigurationCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketOwnershipControlsCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketPolicyCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketPolicyStatusCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketReplicationCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketRequestPaymentCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketTaggingCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketVersioningCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketWebsiteCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetObjectAclCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetObjectAttributesCommand.js +6 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetObjectCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetObjectLegalHoldCommand.js +6 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetObjectLockConfigurationCommand.js +6 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetObjectRetentionCommand.js +6 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetObjectTaggingCommand.js +6 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetObjectTorrentCommand.js +6 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetPublicAccessBlockCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/HeadBucketCommand.js +6 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/HeadObjectCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListBucketAnalyticsConfigurationsCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListBucketIntelligentTieringConfigurationsCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListBucketInventoryConfigurationsCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListBucketMetricsConfigurationsCommand.js +6 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListBucketsCommand.js +6 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListDirectoryBucketsCommand.js +58 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListMultipartUploadsCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListObjectVersionsCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListObjectsCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListObjectsV2Command.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListPartsCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketAccelerateConfigurationCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketAclCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketAnalyticsConfigurationCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketCorsCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketEncryptionCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketIntelligentTieringConfigurationCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketInventoryConfigurationCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketLifecycleConfigurationCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketLoggingCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketMetricsConfigurationCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketNotificationConfigurationCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketOwnershipControlsCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketPolicyCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketReplicationCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketRequestPaymentCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketTaggingCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketVersioningCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketWebsiteCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutObjectAclCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutObjectCommand.js +10 -3
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutObjectLegalHoldCommand.js +6 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutObjectLockConfigurationCommand.js +6 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutObjectRetentionCommand.js +6 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutObjectTaggingCommand.js +6 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutPublicAccessBlockCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/RestoreObjectCommand.js +6 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/SelectObjectContentCommand.js +9 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/UploadPartCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/UploadPartCopyCommand.js +6 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/WriteGetObjectResponseCommand.js +6 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/index.js +2 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/endpoint/EndpointParameters.js +1 -0
- 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/extensionConfiguration.js +2 -0
- 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/models_0.js +50 -32
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/models/models_1.js +18 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/pagination/ListDirectoryBucketsPaginator.js +29 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/pagination/index.js +1 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/protocols/Aws_restXml.js +226 -97
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/runtimeConfig.browser.js +2 -2
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/runtimeConfig.js +5 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/runtimeConfig.shared.js +20 -17
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/runtimeExtensions.js +22 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/S3.js +4 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/S3Client.js +11 -6
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/AbortMultipartUploadCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/CompleteMultipartUploadCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/CopyObjectCommand.js +6 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateBucketCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateMultipartUploadCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateSessionCommand.js +55 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketAnalyticsConfigurationCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketCorsCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketEncryptionCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketIntelligentTieringConfigurationCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketInventoryConfigurationCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketLifecycleCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketMetricsConfigurationCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketOwnershipControlsCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketPolicyCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketReplicationCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketTaggingCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketWebsiteCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteObjectCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteObjectTaggingCommand.js +6 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteObjectsCommand.js +6 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeletePublicAccessBlockCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketAccelerateConfigurationCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketAclCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketAnalyticsConfigurationCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketCorsCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketEncryptionCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketIntelligentTieringConfigurationCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketInventoryConfigurationCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketLifecycleConfigurationCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketLocationCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketLoggingCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketMetricsConfigurationCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketNotificationConfigurationCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketOwnershipControlsCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketPolicyCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketPolicyStatusCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketReplicationCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketRequestPaymentCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketTaggingCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketVersioningCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketWebsiteCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectAclCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectAttributesCommand.js +6 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectLegalHoldCommand.js +6 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectLockConfigurationCommand.js +6 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectRetentionCommand.js +6 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectTaggingCommand.js +6 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectTorrentCommand.js +6 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetPublicAccessBlockCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/HeadBucketCommand.js +6 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/HeadObjectCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketAnalyticsConfigurationsCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketIntelligentTieringConfigurationsCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketInventoryConfigurationsCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketMetricsConfigurationsCommand.js +6 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketsCommand.js +6 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/ListDirectoryBucketsCommand.js +54 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/ListMultipartUploadsCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/ListObjectVersionsCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/ListObjectsCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/ListObjectsV2Command.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/ListPartsCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketAccelerateConfigurationCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketAclCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketAnalyticsConfigurationCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketCorsCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketEncryptionCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketIntelligentTieringConfigurationCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketInventoryConfigurationCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketLifecycleConfigurationCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketLoggingCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketMetricsConfigurationCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketNotificationConfigurationCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketOwnershipControlsCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketPolicyCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketReplicationCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketRequestPaymentCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketTaggingCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketVersioningCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketWebsiteCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectAclCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectCommand.js +8 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectLegalHoldCommand.js +6 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectLockConfigurationCommand.js +6 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectRetentionCommand.js +6 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectTaggingCommand.js +6 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutPublicAccessBlockCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/RestoreObjectCommand.js +6 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/SelectObjectContentCommand.js +9 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/UploadPartCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/UploadPartCopyCommand.js +6 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/WriteGetObjectResponseCommand.js +6 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/index.js +2 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/endpoint/EndpointParameters.js +1 -0
- 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/extensionConfiguration.js +1 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/index.js +1 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/models/models_0.js +45 -27
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/models/models_1.js +15 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/pagination/ListDirectoryBucketsPaginator.js +25 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/pagination/index.js +1 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/protocols/Aws_restXml.js +218 -93
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/runtimeConfig.browser.js +2 -2
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/runtimeConfig.js +5 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/runtimeConfig.shared.js +20 -17
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/runtimeExtensions.js +18 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/S3.d.ts +14 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts +14 -5
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/AbortMultipartUploadCommand.d.ts +37 -5
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/CompleteMultipartUploadCommand.d.ts +98 -62
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/CopyObjectCommand.d.ts +108 -164
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketCommand.d.ts +116 -69
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateMultipartUploadCommand.d.ts +146 -222
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateSessionCommand.d.ts +145 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketAnalyticsConfigurationCommand.d.ts +4 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketCommand.d.ts +35 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketCorsCommand.d.ts +4 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketEncryptionCommand.d.ts +6 -3
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketIntelligentTieringConfigurationCommand.d.ts +4 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketInventoryConfigurationCommand.d.ts +4 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketLifecycleCommand.d.ts +4 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketMetricsConfigurationCommand.d.ts +4 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketOwnershipControlsCommand.d.ts +4 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketPolicyCommand.d.ts +48 -19
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketReplicationCommand.d.ts +4 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketTaggingCommand.d.ts +4 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketWebsiteCommand.d.ts +4 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectCommand.d.ts +83 -11
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectTaggingCommand.d.ts +4 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectsCommand.d.ts +109 -34
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeletePublicAccessBlockCommand.d.ts +4 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAccelerateConfigurationCommand.d.ts +6 -2
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAclCommand.d.ts +7 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAnalyticsConfigurationCommand.d.ts +6 -2
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketCorsCommand.d.ts +6 -3
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketEncryptionCommand.d.ts +4 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketIntelligentTieringConfigurationCommand.d.ts +4 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketInventoryConfigurationCommand.d.ts +5 -2
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLifecycleConfigurationCommand.d.ts +3 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLocationCommand.d.ts +7 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLoggingCommand.d.ts +10 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketMetricsConfigurationCommand.d.ts +4 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketNotificationConfigurationCommand.d.ts +6 -3
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketOwnershipControlsCommand.d.ts +4 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyCommand.d.ts +54 -23
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyStatusCommand.d.ts +4 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketReplicationCommand.d.ts +5 -2
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketRequestPaymentCommand.d.ts +4 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketTaggingCommand.d.ts +4 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketVersioningCommand.d.ts +4 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketWebsiteCommand.d.ts +4 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAclCommand.d.ts +5 -2
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAttributesCommand.d.ts +113 -73
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectCommand.d.ts +127 -136
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectLegalHoldCommand.d.ts +5 -2
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectLockConfigurationCommand.d.ts +4 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectRetentionCommand.d.ts +5 -2
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectTaggingCommand.d.ts +23 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectTorrentCommand.d.ts +8 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetPublicAccessBlockCommand.d.ts +4 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadBucketCommand.d.ts +53 -19
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadObjectCommand.d.ts +95 -80
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketAnalyticsConfigurationsCommand.d.ts +4 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketIntelligentTieringConfigurationsCommand.d.ts +4 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketInventoryConfigurationsCommand.d.ts +5 -2
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketMetricsConfigurationsCommand.d.ts +4 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketsCommand.d.ts +4 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListDirectoryBucketsCommand.d.ts +98 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListMultipartUploadsCommand.d.ts +117 -49
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectVersionsCommand.d.ts +4 -2
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsCommand.d.ts +5 -2
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsV2Command.d.ts +52 -10
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListPartsCommand.d.ts +47 -14
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAccelerateConfigurationCommand.d.ts +4 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAclCommand.d.ts +46 -37
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAnalyticsConfigurationCommand.d.ts +6 -2
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketCorsCommand.d.ts +4 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketEncryptionCommand.d.ts +8 -9
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts +9 -5
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketInventoryConfigurationCommand.d.ts +23 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts +33 -26
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLoggingCommand.d.ts +22 -11
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketMetricsConfigurationCommand.d.ts +4 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketNotificationConfigurationCommand.d.ts +4 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketOwnershipControlsCommand.d.ts +4 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketPolicyCommand.d.ts +54 -18
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketReplicationCommand.d.ts +29 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketRequestPaymentCommand.d.ts +5 -2
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketTaggingCommand.d.ts +23 -37
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketVersioningCommand.d.ts +11 -8
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketWebsiteCommand.d.ts +6 -2
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectAclCommand.d.ts +46 -40
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectCommand.d.ts +150 -119
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLegalHoldCommand.d.ts +6 -3
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLockConfigurationCommand.d.ts +7 -3
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectRetentionCommand.d.ts +5 -2
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectTaggingCommand.d.ts +24 -58
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutPublicAccessBlockCommand.d.ts +4 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/RestoreObjectCommand.d.ts +99 -94
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/SelectObjectContentCommand.d.ts +51 -42
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCommand.d.ts +104 -71
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCopyCommand.d.ts +108 -99
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/WriteGetObjectResponseCommand.d.ts +9 -12
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/index.d.ts +2 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/endpoint/EndpointParameters.d.ts +8 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/extensionConfiguration.d.ts +8 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/index.d.ts +4 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts +3714 -1386
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/models/models_1.d.ts +1639 -111
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/pagination/ListDirectoryBucketsPaginator.d.ts +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/pagination/index.d.ts +1 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/protocols/Aws_restXml.d.ts +18 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.browser.d.ts +9 -2
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.d.ts +45 -37
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.native.d.ts +9 -2
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.shared.d.ts +2 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/runtimeExtensions.d.ts +17 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/S3.d.ts +34 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/S3Client.d.ts +17 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/CreateSessionCommand.d.ts +35 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectCommand.d.ts +5 -3
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectTorrentCommand.d.ts +8 -3
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/HeadBucketCommand.d.ts +4 -2
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListDirectoryBucketsCommand.d.ts +42 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketReplicationCommand.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketRequestPaymentCommand.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketTaggingCommand.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketVersioningCommand.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketWebsiteCommand.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectAclCommand.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectCommand.d.ts +6 -8
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectLegalHoldCommand.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/UploadPartCommand.d.ts +5 -7
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/WriteGetObjectResponseCommand.d.ts +7 -7
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/index.d.ts +2 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +5 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/extensionConfiguration.d.ts +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/index.d.ts +4 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_0.d.ts +235 -303
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_1.d.ts +201 -41
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/pagination/ListDirectoryBucketsPaginator.d.ts +11 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/protocols/Aws_restXml.d.ts +24 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.browser.d.ts +18 -2
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.d.ts +72 -54
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.native.d.ts +18 -2
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeExtensions.d.ts +11 -0
- 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/index.js +14 -106
- package/dist/node_modules/multer-aliyun-oss/package.json +1 -1
- package/dist/node_modules/multer-cos/index.js +4 -4
- 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/migrations/20231120142523-fix-storage.js +1 -0
- package/package.json +2 -2
- package/dist/node_modules/multer-aliyun-oss/bridge.js +0 -1010
- package/dist/node_modules/multer-aliyun-oss/events.js +0 -977
- package/dist/node_modules/multer-aliyun-oss/setup-node-sandbox.js +0 -461
- package/dist/node_modules/multer-aliyun-oss/setup-sandbox.js +0 -545
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
|
-
import {
|
|
2
|
+
import { StreamingBlobTypes } from "@smithy/types";
|
|
3
3
|
import { S3ServiceException as __BaseException } from "./S3ServiceException";
|
|
4
4
|
export interface AbortIncompleteMultipartUpload {
|
|
5
5
|
DaysAfterInitiation?: number;
|
|
@@ -10,7 +10,7 @@ export declare const RequestCharged: {
|
|
|
10
10
|
export type RequestCharged =
|
|
11
11
|
(typeof RequestCharged)[keyof typeof RequestCharged];
|
|
12
12
|
export interface AbortMultipartUploadOutput {
|
|
13
|
-
RequestCharged?: RequestCharged
|
|
13
|
+
RequestCharged?: RequestCharged;
|
|
14
14
|
}
|
|
15
15
|
export declare const RequestPayer: {
|
|
16
16
|
readonly requester: "requester";
|
|
@@ -20,7 +20,7 @@ export interface AbortMultipartUploadRequest {
|
|
|
20
20
|
Bucket: string | undefined;
|
|
21
21
|
Key: string | undefined;
|
|
22
22
|
UploadId: string | undefined;
|
|
23
|
-
RequestPayer?: RequestPayer
|
|
23
|
+
RequestPayer?: RequestPayer;
|
|
24
24
|
ExpectedBucketOwner?: string;
|
|
25
25
|
}
|
|
26
26
|
export declare class NoSuchUpload extends __BaseException {
|
|
@@ -35,7 +35,7 @@ export declare const BucketAccelerateStatus: {
|
|
|
35
35
|
export type BucketAccelerateStatus =
|
|
36
36
|
(typeof BucketAccelerateStatus)[keyof typeof BucketAccelerateStatus];
|
|
37
37
|
export interface AccelerateConfiguration {
|
|
38
|
-
Status?: BucketAccelerateStatus
|
|
38
|
+
Status?: BucketAccelerateStatus;
|
|
39
39
|
}
|
|
40
40
|
export declare const Type: {
|
|
41
41
|
readonly AmazonCustomerByEmail: "AmazonCustomerByEmail";
|
|
@@ -48,7 +48,7 @@ export interface Grantee {
|
|
|
48
48
|
EmailAddress?: string;
|
|
49
49
|
ID?: string;
|
|
50
50
|
URI?: string;
|
|
51
|
-
Type: Type |
|
|
51
|
+
Type: Type | undefined;
|
|
52
52
|
}
|
|
53
53
|
export declare const Permission: {
|
|
54
54
|
readonly FULL_CONTROL: "FULL_CONTROL";
|
|
@@ -60,7 +60,7 @@ export declare const Permission: {
|
|
|
60
60
|
export type Permission = (typeof Permission)[keyof typeof Permission];
|
|
61
61
|
export interface Grant {
|
|
62
62
|
Grantee?: Grantee;
|
|
63
|
-
Permission?: Permission
|
|
63
|
+
Permission?: Permission;
|
|
64
64
|
}
|
|
65
65
|
export interface Owner {
|
|
66
66
|
DisplayName?: string;
|
|
@@ -75,7 +75,7 @@ export declare const OwnerOverride: {
|
|
|
75
75
|
};
|
|
76
76
|
export type OwnerOverride = (typeof OwnerOverride)[keyof typeof OwnerOverride];
|
|
77
77
|
export interface AccessControlTranslation {
|
|
78
|
-
Owner: OwnerOverride |
|
|
78
|
+
Owner: OwnerOverride | undefined;
|
|
79
79
|
}
|
|
80
80
|
export declare const ServerSideEncryption: {
|
|
81
81
|
readonly AES256: "AES256";
|
|
@@ -94,11 +94,11 @@ export interface CompleteMultipartUploadOutput {
|
|
|
94
94
|
ChecksumCRC32C?: string;
|
|
95
95
|
ChecksumSHA1?: string;
|
|
96
96
|
ChecksumSHA256?: string;
|
|
97
|
-
ServerSideEncryption?: ServerSideEncryption
|
|
97
|
+
ServerSideEncryption?: ServerSideEncryption;
|
|
98
98
|
VersionId?: string;
|
|
99
99
|
SSEKMSKeyId?: string;
|
|
100
100
|
BucketKeyEnabled?: boolean;
|
|
101
|
-
RequestCharged?: RequestCharged
|
|
101
|
+
RequestCharged?: RequestCharged;
|
|
102
102
|
}
|
|
103
103
|
export interface CompletedPart {
|
|
104
104
|
ETag?: string;
|
|
@@ -120,7 +120,7 @@ export interface CompleteMultipartUploadRequest {
|
|
|
120
120
|
ChecksumCRC32C?: string;
|
|
121
121
|
ChecksumSHA1?: string;
|
|
122
122
|
ChecksumSHA256?: string;
|
|
123
|
-
RequestPayer?: RequestPayer
|
|
123
|
+
RequestPayer?: RequestPayer;
|
|
124
124
|
ExpectedBucketOwner?: string;
|
|
125
125
|
SSECustomerAlgorithm?: string;
|
|
126
126
|
SSECustomerKey?: string;
|
|
@@ -139,13 +139,13 @@ export interface CopyObjectOutput {
|
|
|
139
139
|
Expiration?: string;
|
|
140
140
|
CopySourceVersionId?: string;
|
|
141
141
|
VersionId?: string;
|
|
142
|
-
ServerSideEncryption?: ServerSideEncryption
|
|
142
|
+
ServerSideEncryption?: ServerSideEncryption;
|
|
143
143
|
SSECustomerAlgorithm?: string;
|
|
144
144
|
SSECustomerKeyMD5?: string;
|
|
145
145
|
SSEKMSKeyId?: string;
|
|
146
146
|
SSEKMSEncryptionContext?: string;
|
|
147
147
|
BucketKeyEnabled?: boolean;
|
|
148
|
-
RequestCharged?: RequestCharged
|
|
148
|
+
RequestCharged?: RequestCharged;
|
|
149
149
|
}
|
|
150
150
|
export declare const ObjectCannedACL: {
|
|
151
151
|
readonly authenticated_read: "authenticated-read";
|
|
@@ -186,6 +186,7 @@ export type ObjectLockMode =
|
|
|
186
186
|
(typeof ObjectLockMode)[keyof typeof ObjectLockMode];
|
|
187
187
|
export declare const StorageClass: {
|
|
188
188
|
readonly DEEP_ARCHIVE: "DEEP_ARCHIVE";
|
|
189
|
+
readonly EXPRESS_ONEZONE: "EXPRESS_ONEZONE";
|
|
189
190
|
readonly GLACIER: "GLACIER";
|
|
190
191
|
readonly GLACIER_IR: "GLACIER_IR";
|
|
191
192
|
readonly INTELLIGENT_TIERING: "INTELLIGENT_TIERING";
|
|
@@ -204,10 +205,10 @@ export declare const TaggingDirective: {
|
|
|
204
205
|
export type TaggingDirective =
|
|
205
206
|
(typeof TaggingDirective)[keyof typeof TaggingDirective];
|
|
206
207
|
export interface CopyObjectRequest {
|
|
207
|
-
ACL?: ObjectCannedACL
|
|
208
|
+
ACL?: ObjectCannedACL;
|
|
208
209
|
Bucket: string | undefined;
|
|
209
210
|
CacheControl?: string;
|
|
210
|
-
ChecksumAlgorithm?: ChecksumAlgorithm
|
|
211
|
+
ChecksumAlgorithm?: ChecksumAlgorithm;
|
|
211
212
|
ContentDisposition?: string;
|
|
212
213
|
ContentEncoding?: string;
|
|
213
214
|
ContentLanguage?: string;
|
|
@@ -224,10 +225,10 @@ export interface CopyObjectRequest {
|
|
|
224
225
|
GrantWriteACP?: string;
|
|
225
226
|
Key: string | undefined;
|
|
226
227
|
Metadata?: Record<string, string>;
|
|
227
|
-
MetadataDirective?: MetadataDirective
|
|
228
|
-
TaggingDirective?: TaggingDirective
|
|
229
|
-
ServerSideEncryption?: ServerSideEncryption
|
|
230
|
-
StorageClass?: StorageClass
|
|
228
|
+
MetadataDirective?: MetadataDirective;
|
|
229
|
+
TaggingDirective?: TaggingDirective;
|
|
230
|
+
ServerSideEncryption?: ServerSideEncryption;
|
|
231
|
+
StorageClass?: StorageClass;
|
|
231
232
|
WebsiteRedirectLocation?: string;
|
|
232
233
|
SSECustomerAlgorithm?: string;
|
|
233
234
|
SSECustomerKey?: string;
|
|
@@ -238,11 +239,11 @@ export interface CopyObjectRequest {
|
|
|
238
239
|
CopySourceSSECustomerAlgorithm?: string;
|
|
239
240
|
CopySourceSSECustomerKey?: string;
|
|
240
241
|
CopySourceSSECustomerKeyMD5?: string;
|
|
241
|
-
RequestPayer?: RequestPayer
|
|
242
|
+
RequestPayer?: RequestPayer;
|
|
242
243
|
Tagging?: string;
|
|
243
|
-
ObjectLockMode?: ObjectLockMode
|
|
244
|
+
ObjectLockMode?: ObjectLockMode;
|
|
244
245
|
ObjectLockRetainUntilDate?: Date;
|
|
245
|
-
ObjectLockLegalHoldStatus?: ObjectLockLegalHoldStatus
|
|
246
|
+
ObjectLockLegalHoldStatus?: ObjectLockLegalHoldStatus;
|
|
246
247
|
ExpectedBucketOwner?: string;
|
|
247
248
|
ExpectedSourceBucketOwner?: string;
|
|
248
249
|
}
|
|
@@ -278,6 +279,27 @@ export declare const BucketCannedACL: {
|
|
|
278
279
|
};
|
|
279
280
|
export type BucketCannedACL =
|
|
280
281
|
(typeof BucketCannedACL)[keyof typeof BucketCannedACL];
|
|
282
|
+
export declare const DataRedundancy: {
|
|
283
|
+
readonly SingleAvailabilityZone: "SingleAvailabilityZone";
|
|
284
|
+
};
|
|
285
|
+
export type DataRedundancy =
|
|
286
|
+
(typeof DataRedundancy)[keyof typeof DataRedundancy];
|
|
287
|
+
export declare const BucketType: {
|
|
288
|
+
readonly Directory: "Directory";
|
|
289
|
+
};
|
|
290
|
+
export type BucketType = (typeof BucketType)[keyof typeof BucketType];
|
|
291
|
+
export interface BucketInfo {
|
|
292
|
+
DataRedundancy?: DataRedundancy;
|
|
293
|
+
Type?: BucketType;
|
|
294
|
+
}
|
|
295
|
+
export declare const LocationType: {
|
|
296
|
+
readonly AvailabilityZone: "AvailabilityZone";
|
|
297
|
+
};
|
|
298
|
+
export type LocationType = (typeof LocationType)[keyof typeof LocationType];
|
|
299
|
+
export interface LocationInfo {
|
|
300
|
+
Type?: LocationType;
|
|
301
|
+
Name?: string;
|
|
302
|
+
}
|
|
281
303
|
export declare const BucketLocationConstraint: {
|
|
282
304
|
readonly EU: "EU";
|
|
283
305
|
readonly af_south_1: "af-south-1";
|
|
@@ -286,6 +308,7 @@ export declare const BucketLocationConstraint: {
|
|
|
286
308
|
readonly ap_northeast_2: "ap-northeast-2";
|
|
287
309
|
readonly ap_northeast_3: "ap-northeast-3";
|
|
288
310
|
readonly ap_south_1: "ap-south-1";
|
|
311
|
+
readonly ap_south_2: "ap-south-2";
|
|
289
312
|
readonly ap_southeast_1: "ap-southeast-1";
|
|
290
313
|
readonly ap_southeast_2: "ap-southeast-2";
|
|
291
314
|
readonly ap_southeast_3: "ap-southeast-3";
|
|
@@ -295,6 +318,7 @@ export declare const BucketLocationConstraint: {
|
|
|
295
318
|
readonly eu_central_1: "eu-central-1";
|
|
296
319
|
readonly eu_north_1: "eu-north-1";
|
|
297
320
|
readonly eu_south_1: "eu-south-1";
|
|
321
|
+
readonly eu_south_2: "eu-south-2";
|
|
298
322
|
readonly eu_west_1: "eu-west-1";
|
|
299
323
|
readonly eu_west_2: "eu-west-2";
|
|
300
324
|
readonly eu_west_3: "eu-west-3";
|
|
@@ -309,7 +333,9 @@ export declare const BucketLocationConstraint: {
|
|
|
309
333
|
export type BucketLocationConstraint =
|
|
310
334
|
(typeof BucketLocationConstraint)[keyof typeof BucketLocationConstraint];
|
|
311
335
|
export interface CreateBucketConfiguration {
|
|
312
|
-
LocationConstraint?: BucketLocationConstraint
|
|
336
|
+
LocationConstraint?: BucketLocationConstraint;
|
|
337
|
+
Location?: LocationInfo;
|
|
338
|
+
Bucket?: BucketInfo;
|
|
313
339
|
}
|
|
314
340
|
export declare const ObjectOwnership: {
|
|
315
341
|
readonly BucketOwnerEnforced: "BucketOwnerEnforced";
|
|
@@ -319,7 +345,7 @@ export declare const ObjectOwnership: {
|
|
|
319
345
|
export type ObjectOwnership =
|
|
320
346
|
(typeof ObjectOwnership)[keyof typeof ObjectOwnership];
|
|
321
347
|
export interface CreateBucketRequest {
|
|
322
|
-
ACL?: BucketCannedACL
|
|
348
|
+
ACL?: BucketCannedACL;
|
|
323
349
|
Bucket: string | undefined;
|
|
324
350
|
CreateBucketConfiguration?: CreateBucketConfiguration;
|
|
325
351
|
GrantFullControl?: string;
|
|
@@ -328,7 +354,7 @@ export interface CreateBucketRequest {
|
|
|
328
354
|
GrantWrite?: string;
|
|
329
355
|
GrantWriteACP?: string;
|
|
330
356
|
ObjectLockEnabledForBucket?: boolean;
|
|
331
|
-
ObjectOwnership?: ObjectOwnership
|
|
357
|
+
ObjectOwnership?: ObjectOwnership;
|
|
332
358
|
}
|
|
333
359
|
export interface CreateMultipartUploadOutput {
|
|
334
360
|
AbortDate?: Date;
|
|
@@ -336,17 +362,17 @@ export interface CreateMultipartUploadOutput {
|
|
|
336
362
|
Bucket?: string;
|
|
337
363
|
Key?: string;
|
|
338
364
|
UploadId?: string;
|
|
339
|
-
ServerSideEncryption?: ServerSideEncryption
|
|
365
|
+
ServerSideEncryption?: ServerSideEncryption;
|
|
340
366
|
SSECustomerAlgorithm?: string;
|
|
341
367
|
SSECustomerKeyMD5?: string;
|
|
342
368
|
SSEKMSKeyId?: string;
|
|
343
369
|
SSEKMSEncryptionContext?: string;
|
|
344
370
|
BucketKeyEnabled?: boolean;
|
|
345
|
-
RequestCharged?: RequestCharged
|
|
346
|
-
ChecksumAlgorithm?: ChecksumAlgorithm
|
|
371
|
+
RequestCharged?: RequestCharged;
|
|
372
|
+
ChecksumAlgorithm?: ChecksumAlgorithm;
|
|
347
373
|
}
|
|
348
374
|
export interface CreateMultipartUploadRequest {
|
|
349
|
-
ACL?: ObjectCannedACL
|
|
375
|
+
ACL?: ObjectCannedACL;
|
|
350
376
|
Bucket: string | undefined;
|
|
351
377
|
CacheControl?: string;
|
|
352
378
|
ContentDisposition?: string;
|
|
@@ -360,8 +386,8 @@ export interface CreateMultipartUploadRequest {
|
|
|
360
386
|
GrantWriteACP?: string;
|
|
361
387
|
Key: string | undefined;
|
|
362
388
|
Metadata?: Record<string, string>;
|
|
363
|
-
ServerSideEncryption?: ServerSideEncryption
|
|
364
|
-
StorageClass?: StorageClass
|
|
389
|
+
ServerSideEncryption?: ServerSideEncryption;
|
|
390
|
+
StorageClass?: StorageClass;
|
|
365
391
|
WebsiteRedirectLocation?: string;
|
|
366
392
|
SSECustomerAlgorithm?: string;
|
|
367
393
|
SSECustomerKey?: string;
|
|
@@ -369,13 +395,36 @@ export interface CreateMultipartUploadRequest {
|
|
|
369
395
|
SSEKMSKeyId?: string;
|
|
370
396
|
SSEKMSEncryptionContext?: string;
|
|
371
397
|
BucketKeyEnabled?: boolean;
|
|
372
|
-
RequestPayer?: RequestPayer
|
|
398
|
+
RequestPayer?: RequestPayer;
|
|
373
399
|
Tagging?: string;
|
|
374
|
-
ObjectLockMode?: ObjectLockMode
|
|
400
|
+
ObjectLockMode?: ObjectLockMode;
|
|
375
401
|
ObjectLockRetainUntilDate?: Date;
|
|
376
|
-
ObjectLockLegalHoldStatus?: ObjectLockLegalHoldStatus
|
|
402
|
+
ObjectLockLegalHoldStatus?: ObjectLockLegalHoldStatus;
|
|
377
403
|
ExpectedBucketOwner?: string;
|
|
378
|
-
ChecksumAlgorithm?: ChecksumAlgorithm
|
|
404
|
+
ChecksumAlgorithm?: ChecksumAlgorithm;
|
|
405
|
+
}
|
|
406
|
+
export interface SessionCredentials {
|
|
407
|
+
AccessKeyId: string | undefined;
|
|
408
|
+
SecretAccessKey: string | undefined;
|
|
409
|
+
SessionToken: string | undefined;
|
|
410
|
+
Expiration: Date | undefined;
|
|
411
|
+
}
|
|
412
|
+
export interface CreateSessionOutput {
|
|
413
|
+
Credentials: SessionCredentials | undefined;
|
|
414
|
+
}
|
|
415
|
+
export declare const SessionMode: {
|
|
416
|
+
readonly ReadOnly: "ReadOnly";
|
|
417
|
+
readonly ReadWrite: "ReadWrite";
|
|
418
|
+
};
|
|
419
|
+
export type SessionMode = (typeof SessionMode)[keyof typeof SessionMode];
|
|
420
|
+
export interface CreateSessionRequest {
|
|
421
|
+
SessionMode?: SessionMode;
|
|
422
|
+
Bucket: string | undefined;
|
|
423
|
+
}
|
|
424
|
+
export declare class NoSuchBucket extends __BaseException {
|
|
425
|
+
readonly name: "NoSuchBucket";
|
|
426
|
+
readonly $fault: "client";
|
|
427
|
+
constructor(opts: __ExceptionOptionType<NoSuchBucket, __BaseException>);
|
|
379
428
|
}
|
|
380
429
|
export interface DeleteBucketRequest {
|
|
381
430
|
Bucket: string | undefined;
|
|
@@ -435,14 +484,14 @@ export interface DeleteBucketWebsiteRequest {
|
|
|
435
484
|
export interface DeleteObjectOutput {
|
|
436
485
|
DeleteMarker?: boolean;
|
|
437
486
|
VersionId?: string;
|
|
438
|
-
RequestCharged?: RequestCharged
|
|
487
|
+
RequestCharged?: RequestCharged;
|
|
439
488
|
}
|
|
440
489
|
export interface DeleteObjectRequest {
|
|
441
490
|
Bucket: string | undefined;
|
|
442
491
|
Key: string | undefined;
|
|
443
492
|
MFA?: string;
|
|
444
493
|
VersionId?: string;
|
|
445
|
-
RequestPayer?: RequestPayer
|
|
494
|
+
RequestPayer?: RequestPayer;
|
|
446
495
|
BypassGovernanceRetention?: boolean;
|
|
447
496
|
ExpectedBucketOwner?: string;
|
|
448
497
|
}
|
|
@@ -460,7 +509,7 @@ export interface _Error {
|
|
|
460
509
|
}
|
|
461
510
|
export interface DeleteObjectsOutput {
|
|
462
511
|
Deleted?: DeletedObject[];
|
|
463
|
-
RequestCharged?: RequestCharged
|
|
512
|
+
RequestCharged?: RequestCharged;
|
|
464
513
|
Errors?: _Error[];
|
|
465
514
|
}
|
|
466
515
|
export interface ObjectIdentifier {
|
|
@@ -475,10 +524,10 @@ export interface DeleteObjectsRequest {
|
|
|
475
524
|
Bucket: string | undefined;
|
|
476
525
|
Delete: Delete | undefined;
|
|
477
526
|
MFA?: string;
|
|
478
|
-
RequestPayer?: RequestPayer
|
|
527
|
+
RequestPayer?: RequestPayer;
|
|
479
528
|
BypassGovernanceRetention?: boolean;
|
|
480
529
|
ExpectedBucketOwner?: string;
|
|
481
|
-
ChecksumAlgorithm?: ChecksumAlgorithm
|
|
530
|
+
ChecksumAlgorithm?: ChecksumAlgorithm;
|
|
482
531
|
}
|
|
483
532
|
export interface DeleteObjectTaggingOutput {
|
|
484
533
|
VersionId?: string;
|
|
@@ -494,13 +543,13 @@ export interface DeletePublicAccessBlockRequest {
|
|
|
494
543
|
ExpectedBucketOwner?: string;
|
|
495
544
|
}
|
|
496
545
|
export interface GetBucketAccelerateConfigurationOutput {
|
|
497
|
-
Status?: BucketAccelerateStatus
|
|
498
|
-
RequestCharged?: RequestCharged
|
|
546
|
+
Status?: BucketAccelerateStatus;
|
|
547
|
+
RequestCharged?: RequestCharged;
|
|
499
548
|
}
|
|
500
549
|
export interface GetBucketAccelerateConfigurationRequest {
|
|
501
550
|
Bucket: string | undefined;
|
|
502
551
|
ExpectedBucketOwner?: string;
|
|
503
|
-
RequestPayer?: RequestPayer
|
|
552
|
+
RequestPayer?: RequestPayer;
|
|
504
553
|
}
|
|
505
554
|
export interface GetBucketAclOutput {
|
|
506
555
|
Owner?: Owner;
|
|
@@ -562,7 +611,7 @@ export declare const AnalyticsS3ExportFileFormat: {
|
|
|
562
611
|
export type AnalyticsS3ExportFileFormat =
|
|
563
612
|
(typeof AnalyticsS3ExportFileFormat)[keyof typeof AnalyticsS3ExportFileFormat];
|
|
564
613
|
export interface AnalyticsS3BucketDestination {
|
|
565
|
-
Format: AnalyticsS3ExportFileFormat |
|
|
614
|
+
Format: AnalyticsS3ExportFileFormat | undefined;
|
|
566
615
|
BucketAccountId?: string;
|
|
567
616
|
Bucket: string | undefined;
|
|
568
617
|
Prefix?: string;
|
|
@@ -576,7 +625,7 @@ export declare const StorageClassAnalysisSchemaVersion: {
|
|
|
576
625
|
export type StorageClassAnalysisSchemaVersion =
|
|
577
626
|
(typeof StorageClassAnalysisSchemaVersion)[keyof typeof StorageClassAnalysisSchemaVersion];
|
|
578
627
|
export interface StorageClassAnalysisDataExport {
|
|
579
|
-
OutputSchemaVersion: StorageClassAnalysisSchemaVersion |
|
|
628
|
+
OutputSchemaVersion: StorageClassAnalysisSchemaVersion | undefined;
|
|
580
629
|
Destination: AnalyticsExportDestination | undefined;
|
|
581
630
|
}
|
|
582
631
|
export interface StorageClassAnalysis {
|
|
@@ -611,7 +660,7 @@ export interface GetBucketCorsRequest {
|
|
|
611
660
|
ExpectedBucketOwner?: string;
|
|
612
661
|
}
|
|
613
662
|
export interface ServerSideEncryptionByDefault {
|
|
614
|
-
SSEAlgorithm: ServerSideEncryption |
|
|
663
|
+
SSEAlgorithm: ServerSideEncryption | undefined;
|
|
615
664
|
KMSMasterKeyID?: string;
|
|
616
665
|
}
|
|
617
666
|
export interface ServerSideEncryptionRule {
|
|
@@ -651,12 +700,12 @@ export type IntelligentTieringAccessTier =
|
|
|
651
700
|
(typeof IntelligentTieringAccessTier)[keyof typeof IntelligentTieringAccessTier];
|
|
652
701
|
export interface Tiering {
|
|
653
702
|
Days: number | undefined;
|
|
654
|
-
AccessTier: IntelligentTieringAccessTier |
|
|
703
|
+
AccessTier: IntelligentTieringAccessTier | undefined;
|
|
655
704
|
}
|
|
656
705
|
export interface IntelligentTieringConfiguration {
|
|
657
706
|
Id: string | undefined;
|
|
658
707
|
Filter?: IntelligentTieringFilter;
|
|
659
|
-
Status: IntelligentTieringStatus |
|
|
708
|
+
Status: IntelligentTieringStatus | undefined;
|
|
660
709
|
Tierings: Tiering[] | undefined;
|
|
661
710
|
}
|
|
662
711
|
export interface GetBucketIntelligentTieringConfigurationOutput {
|
|
@@ -684,7 +733,7 @@ export type InventoryFormat =
|
|
|
684
733
|
export interface InventoryS3BucketDestination {
|
|
685
734
|
AccountId?: string;
|
|
686
735
|
Bucket: string | undefined;
|
|
687
|
-
Format: InventoryFormat |
|
|
736
|
+
Format: InventoryFormat | undefined;
|
|
688
737
|
Prefix?: string;
|
|
689
738
|
Encryption?: InventoryEncryption;
|
|
690
739
|
}
|
|
@@ -708,9 +757,11 @@ export declare const InventoryOptionalField: {
|
|
|
708
757
|
readonly IntelligentTieringAccessTier: "IntelligentTieringAccessTier";
|
|
709
758
|
readonly IsMultipartUploaded: "IsMultipartUploaded";
|
|
710
759
|
readonly LastModifiedDate: "LastModifiedDate";
|
|
760
|
+
readonly ObjectAccessControlList: "ObjectAccessControlList";
|
|
711
761
|
readonly ObjectLockLegalHoldStatus: "ObjectLockLegalHoldStatus";
|
|
712
762
|
readonly ObjectLockMode: "ObjectLockMode";
|
|
713
763
|
readonly ObjectLockRetainUntilDate: "ObjectLockRetainUntilDate";
|
|
764
|
+
readonly ObjectOwner: "ObjectOwner";
|
|
714
765
|
readonly ReplicationStatus: "ReplicationStatus";
|
|
715
766
|
readonly Size: "Size";
|
|
716
767
|
readonly StorageClass: "StorageClass";
|
|
@@ -724,15 +775,15 @@ export declare const InventoryFrequency: {
|
|
|
724
775
|
export type InventoryFrequency =
|
|
725
776
|
(typeof InventoryFrequency)[keyof typeof InventoryFrequency];
|
|
726
777
|
export interface InventorySchedule {
|
|
727
|
-
Frequency: InventoryFrequency |
|
|
778
|
+
Frequency: InventoryFrequency | undefined;
|
|
728
779
|
}
|
|
729
780
|
export interface InventoryConfiguration {
|
|
730
781
|
Destination: InventoryDestination | undefined;
|
|
731
782
|
IsEnabled: boolean | undefined;
|
|
732
783
|
Filter?: InventoryFilter;
|
|
733
784
|
Id: string | undefined;
|
|
734
|
-
IncludedObjectVersions: InventoryIncludedObjectVersions |
|
|
735
|
-
OptionalFields?:
|
|
785
|
+
IncludedObjectVersions: InventoryIncludedObjectVersions | undefined;
|
|
786
|
+
OptionalFields?: InventoryOptionalField[];
|
|
736
787
|
Schedule: InventorySchedule | undefined;
|
|
737
788
|
}
|
|
738
789
|
export interface GetBucketInventoryConfigurationOutput {
|
|
@@ -836,7 +887,7 @@ export type TransitionStorageClass =
|
|
|
836
887
|
(typeof TransitionStorageClass)[keyof typeof TransitionStorageClass];
|
|
837
888
|
export interface NoncurrentVersionTransition {
|
|
838
889
|
NoncurrentDays?: number;
|
|
839
|
-
StorageClass?: TransitionStorageClass
|
|
890
|
+
StorageClass?: TransitionStorageClass;
|
|
840
891
|
NewerNoncurrentVersions?: number;
|
|
841
892
|
}
|
|
842
893
|
export declare const ExpirationStatus: {
|
|
@@ -848,14 +899,14 @@ export type ExpirationStatus =
|
|
|
848
899
|
export interface Transition {
|
|
849
900
|
Date?: Date;
|
|
850
901
|
Days?: number;
|
|
851
|
-
StorageClass?: TransitionStorageClass
|
|
902
|
+
StorageClass?: TransitionStorageClass;
|
|
852
903
|
}
|
|
853
904
|
export interface LifecycleRule {
|
|
854
905
|
Expiration?: LifecycleExpiration;
|
|
855
906
|
ID?: string;
|
|
856
907
|
Prefix?: string;
|
|
857
908
|
Filter?: LifecycleRuleFilter;
|
|
858
|
-
Status: ExpirationStatus |
|
|
909
|
+
Status: ExpirationStatus | undefined;
|
|
859
910
|
Transitions?: Transition[];
|
|
860
911
|
NoncurrentVersionTransitions?: NoncurrentVersionTransition[];
|
|
861
912
|
NoncurrentVersionExpiration?: NoncurrentVersionExpiration;
|
|
@@ -869,7 +920,7 @@ export interface GetBucketLifecycleConfigurationRequest {
|
|
|
869
920
|
ExpectedBucketOwner?: string;
|
|
870
921
|
}
|
|
871
922
|
export interface GetBucketLocationOutput {
|
|
872
|
-
LocationConstraint?: BucketLocationConstraint
|
|
923
|
+
LocationConstraint?: BucketLocationConstraint;
|
|
873
924
|
}
|
|
874
925
|
export interface GetBucketLocationRequest {
|
|
875
926
|
Bucket: string | undefined;
|
|
@@ -884,12 +935,27 @@ export type BucketLogsPermission =
|
|
|
884
935
|
(typeof BucketLogsPermission)[keyof typeof BucketLogsPermission];
|
|
885
936
|
export interface TargetGrant {
|
|
886
937
|
Grantee?: Grantee;
|
|
887
|
-
Permission?: BucketLogsPermission
|
|
938
|
+
Permission?: BucketLogsPermission;
|
|
939
|
+
}
|
|
940
|
+
export declare const PartitionDateSource: {
|
|
941
|
+
readonly DeliveryTime: "DeliveryTime";
|
|
942
|
+
readonly EventTime: "EventTime";
|
|
943
|
+
};
|
|
944
|
+
export type PartitionDateSource =
|
|
945
|
+
(typeof PartitionDateSource)[keyof typeof PartitionDateSource];
|
|
946
|
+
export interface PartitionedPrefix {
|
|
947
|
+
PartitionDateSource?: PartitionDateSource;
|
|
948
|
+
}
|
|
949
|
+
export interface SimplePrefix {}
|
|
950
|
+
export interface TargetObjectKeyFormat {
|
|
951
|
+
SimplePrefix?: SimplePrefix;
|
|
952
|
+
PartitionedPrefix?: PartitionedPrefix;
|
|
888
953
|
}
|
|
889
954
|
export interface LoggingEnabled {
|
|
890
955
|
TargetBucket: string | undefined;
|
|
891
956
|
TargetGrants?: TargetGrant[];
|
|
892
957
|
TargetPrefix: string | undefined;
|
|
958
|
+
TargetObjectKeyFormat?: TargetObjectKeyFormat;
|
|
893
959
|
}
|
|
894
960
|
export interface GetBucketLoggingOutput {
|
|
895
961
|
LoggingEnabled?: LoggingEnabled;
|
|
@@ -1008,7 +1074,7 @@ export declare const FilterRuleName: {
|
|
|
1008
1074
|
export type FilterRuleName =
|
|
1009
1075
|
(typeof FilterRuleName)[keyof typeof FilterRuleName];
|
|
1010
1076
|
export interface FilterRule {
|
|
1011
|
-
Name?: FilterRuleName
|
|
1077
|
+
Name?: FilterRuleName;
|
|
1012
1078
|
Value?: string;
|
|
1013
1079
|
}
|
|
1014
1080
|
export interface S3KeyFilter {
|
|
@@ -1020,19 +1086,19 @@ export interface NotificationConfigurationFilter {
|
|
|
1020
1086
|
export interface LambdaFunctionConfiguration {
|
|
1021
1087
|
Id?: string;
|
|
1022
1088
|
LambdaFunctionArn: string | undefined;
|
|
1023
|
-
Events:
|
|
1089
|
+
Events: Event[] | undefined;
|
|
1024
1090
|
Filter?: NotificationConfigurationFilter;
|
|
1025
1091
|
}
|
|
1026
1092
|
export interface QueueConfiguration {
|
|
1027
1093
|
Id?: string;
|
|
1028
1094
|
QueueArn: string | undefined;
|
|
1029
|
-
Events:
|
|
1095
|
+
Events: Event[] | undefined;
|
|
1030
1096
|
Filter?: NotificationConfigurationFilter;
|
|
1031
1097
|
}
|
|
1032
1098
|
export interface TopicConfiguration {
|
|
1033
1099
|
Id?: string;
|
|
1034
1100
|
TopicArn: string | undefined;
|
|
1035
|
-
Events:
|
|
1101
|
+
Events: Event[] | undefined;
|
|
1036
1102
|
Filter?: NotificationConfigurationFilter;
|
|
1037
1103
|
}
|
|
1038
1104
|
export interface NotificationConfiguration {
|
|
@@ -1042,7 +1108,7 @@ export interface NotificationConfiguration {
|
|
|
1042
1108
|
EventBridgeConfiguration?: EventBridgeConfiguration;
|
|
1043
1109
|
}
|
|
1044
1110
|
export interface OwnershipControlsRule {
|
|
1045
|
-
ObjectOwnership: ObjectOwnership |
|
|
1111
|
+
ObjectOwnership: ObjectOwnership | undefined;
|
|
1046
1112
|
}
|
|
1047
1113
|
export interface OwnershipControls {
|
|
1048
1114
|
Rules: OwnershipControlsRule[] | undefined;
|
|
@@ -1078,7 +1144,7 @@ export declare const DeleteMarkerReplicationStatus: {
|
|
|
1078
1144
|
export type DeleteMarkerReplicationStatus =
|
|
1079
1145
|
(typeof DeleteMarkerReplicationStatus)[keyof typeof DeleteMarkerReplicationStatus];
|
|
1080
1146
|
export interface DeleteMarkerReplication {
|
|
1081
|
-
Status?: DeleteMarkerReplicationStatus
|
|
1147
|
+
Status?: DeleteMarkerReplicationStatus;
|
|
1082
1148
|
}
|
|
1083
1149
|
export interface EncryptionConfiguration {
|
|
1084
1150
|
ReplicaKmsKeyID?: string;
|
|
@@ -1092,7 +1158,7 @@ export declare const MetricsStatus: {
|
|
|
1092
1158
|
};
|
|
1093
1159
|
export type MetricsStatus = (typeof MetricsStatus)[keyof typeof MetricsStatus];
|
|
1094
1160
|
export interface Metrics {
|
|
1095
|
-
Status: MetricsStatus |
|
|
1161
|
+
Status: MetricsStatus | undefined;
|
|
1096
1162
|
EventThreshold?: ReplicationTimeValue;
|
|
1097
1163
|
}
|
|
1098
1164
|
export declare const ReplicationTimeStatus: {
|
|
@@ -1102,13 +1168,13 @@ export declare const ReplicationTimeStatus: {
|
|
|
1102
1168
|
export type ReplicationTimeStatus =
|
|
1103
1169
|
(typeof ReplicationTimeStatus)[keyof typeof ReplicationTimeStatus];
|
|
1104
1170
|
export interface ReplicationTime {
|
|
1105
|
-
Status: ReplicationTimeStatus |
|
|
1171
|
+
Status: ReplicationTimeStatus | undefined;
|
|
1106
1172
|
Time: ReplicationTimeValue | undefined;
|
|
1107
1173
|
}
|
|
1108
1174
|
export interface Destination {
|
|
1109
1175
|
Bucket: string | undefined;
|
|
1110
1176
|
Account?: string;
|
|
1111
|
-
StorageClass?: StorageClass
|
|
1177
|
+
StorageClass?: StorageClass;
|
|
1112
1178
|
AccessControlTranslation?: AccessControlTranslation;
|
|
1113
1179
|
EncryptionConfiguration?: EncryptionConfiguration;
|
|
1114
1180
|
ReplicationTime?: ReplicationTime;
|
|
@@ -1121,7 +1187,7 @@ export declare const ExistingObjectReplicationStatus: {
|
|
|
1121
1187
|
export type ExistingObjectReplicationStatus =
|
|
1122
1188
|
(typeof ExistingObjectReplicationStatus)[keyof typeof ExistingObjectReplicationStatus];
|
|
1123
1189
|
export interface ExistingObjectReplication {
|
|
1124
|
-
Status: ExistingObjectReplicationStatus |
|
|
1190
|
+
Status: ExistingObjectReplicationStatus | undefined;
|
|
1125
1191
|
}
|
|
1126
1192
|
export interface ReplicationRuleAndOperator {
|
|
1127
1193
|
Prefix?: string;
|
|
@@ -1172,7 +1238,7 @@ export declare const ReplicaModificationsStatus: {
|
|
|
1172
1238
|
export type ReplicaModificationsStatus =
|
|
1173
1239
|
(typeof ReplicaModificationsStatus)[keyof typeof ReplicaModificationsStatus];
|
|
1174
1240
|
export interface ReplicaModifications {
|
|
1175
|
-
Status: ReplicaModificationsStatus |
|
|
1241
|
+
Status: ReplicaModificationsStatus | undefined;
|
|
1176
1242
|
}
|
|
1177
1243
|
export declare const SseKmsEncryptedObjectsStatus: {
|
|
1178
1244
|
readonly Disabled: "Disabled";
|
|
@@ -1181,7 +1247,7 @@ export declare const SseKmsEncryptedObjectsStatus: {
|
|
|
1181
1247
|
export type SseKmsEncryptedObjectsStatus =
|
|
1182
1248
|
(typeof SseKmsEncryptedObjectsStatus)[keyof typeof SseKmsEncryptedObjectsStatus];
|
|
1183
1249
|
export interface SseKmsEncryptedObjects {
|
|
1184
|
-
Status: SseKmsEncryptedObjectsStatus |
|
|
1250
|
+
Status: SseKmsEncryptedObjectsStatus | undefined;
|
|
1185
1251
|
}
|
|
1186
1252
|
export interface SourceSelectionCriteria {
|
|
1187
1253
|
SseKmsEncryptedObjects?: SseKmsEncryptedObjects;
|
|
@@ -1198,7 +1264,7 @@ export interface ReplicationRule {
|
|
|
1198
1264
|
Priority?: number;
|
|
1199
1265
|
Prefix?: string;
|
|
1200
1266
|
Filter?: ReplicationRuleFilter;
|
|
1201
|
-
Status: ReplicationRuleStatus |
|
|
1267
|
+
Status: ReplicationRuleStatus | undefined;
|
|
1202
1268
|
SourceSelectionCriteria?: SourceSelectionCriteria;
|
|
1203
1269
|
ExistingObjectReplication?: ExistingObjectReplication;
|
|
1204
1270
|
Destination: Destination | undefined;
|
|
@@ -1221,7 +1287,7 @@ export declare const Payer: {
|
|
|
1221
1287
|
};
|
|
1222
1288
|
export type Payer = (typeof Payer)[keyof typeof Payer];
|
|
1223
1289
|
export interface GetBucketRequestPaymentOutput {
|
|
1224
|
-
Payer?: Payer
|
|
1290
|
+
Payer?: Payer;
|
|
1225
1291
|
}
|
|
1226
1292
|
export interface GetBucketRequestPaymentRequest {
|
|
1227
1293
|
Bucket: string | undefined;
|
|
@@ -1247,8 +1313,8 @@ export declare const BucketVersioningStatus: {
|
|
|
1247
1313
|
export type BucketVersioningStatus =
|
|
1248
1314
|
(typeof BucketVersioningStatus)[keyof typeof BucketVersioningStatus];
|
|
1249
1315
|
export interface GetBucketVersioningOutput {
|
|
1250
|
-
Status?: BucketVersioningStatus
|
|
1251
|
-
MFADelete?: MFADeleteStatus
|
|
1316
|
+
Status?: BucketVersioningStatus;
|
|
1317
|
+
MFADelete?: MFADeleteStatus;
|
|
1252
1318
|
}
|
|
1253
1319
|
export interface GetBucketVersioningRequest {
|
|
1254
1320
|
Bucket: string | undefined;
|
|
@@ -1267,7 +1333,7 @@ export declare const Protocol: {
|
|
|
1267
1333
|
export type Protocol = (typeof Protocol)[keyof typeof Protocol];
|
|
1268
1334
|
export interface RedirectAllRequestsTo {
|
|
1269
1335
|
HostName: string | undefined;
|
|
1270
|
-
Protocol?: Protocol
|
|
1336
|
+
Protocol?: Protocol;
|
|
1271
1337
|
}
|
|
1272
1338
|
export interface Condition {
|
|
1273
1339
|
HttpErrorCodeReturnedEquals?: string;
|
|
@@ -1276,7 +1342,7 @@ export interface Condition {
|
|
|
1276
1342
|
export interface Redirect {
|
|
1277
1343
|
HostName?: string;
|
|
1278
1344
|
HttpRedirectCode?: string;
|
|
1279
|
-
Protocol?: Protocol
|
|
1345
|
+
Protocol?: Protocol;
|
|
1280
1346
|
ReplaceKeyPrefixWith?: string;
|
|
1281
1347
|
ReplaceKeyWith?: string;
|
|
1282
1348
|
}
|
|
@@ -1296,6 +1362,7 @@ export interface GetBucketWebsiteRequest {
|
|
|
1296
1362
|
}
|
|
1297
1363
|
export declare const ReplicationStatus: {
|
|
1298
1364
|
readonly COMPLETE: "COMPLETE";
|
|
1365
|
+
readonly COMPLETED: "COMPLETED";
|
|
1299
1366
|
readonly FAILED: "FAILED";
|
|
1300
1367
|
readonly PENDING: "PENDING";
|
|
1301
1368
|
readonly REPLICA: "REPLICA";
|
|
@@ -1303,7 +1370,7 @@ export declare const ReplicationStatus: {
|
|
|
1303
1370
|
export type ReplicationStatus =
|
|
1304
1371
|
(typeof ReplicationStatus)[keyof typeof ReplicationStatus];
|
|
1305
1372
|
export interface GetObjectOutput {
|
|
1306
|
-
Body?:
|
|
1373
|
+
Body?: StreamingBlobTypes;
|
|
1307
1374
|
DeleteMarker?: boolean;
|
|
1308
1375
|
AcceptRanges?: string;
|
|
1309
1376
|
Expiration?: string;
|
|
@@ -1325,20 +1392,20 @@ export interface GetObjectOutput {
|
|
|
1325
1392
|
ContentType?: string;
|
|
1326
1393
|
Expires?: Date;
|
|
1327
1394
|
WebsiteRedirectLocation?: string;
|
|
1328
|
-
ServerSideEncryption?: ServerSideEncryption
|
|
1395
|
+
ServerSideEncryption?: ServerSideEncryption;
|
|
1329
1396
|
Metadata?: Record<string, string>;
|
|
1330
1397
|
SSECustomerAlgorithm?: string;
|
|
1331
1398
|
SSECustomerKeyMD5?: string;
|
|
1332
1399
|
SSEKMSKeyId?: string;
|
|
1333
1400
|
BucketKeyEnabled?: boolean;
|
|
1334
|
-
StorageClass?: StorageClass
|
|
1335
|
-
RequestCharged?: RequestCharged
|
|
1336
|
-
ReplicationStatus?: ReplicationStatus
|
|
1401
|
+
StorageClass?: StorageClass;
|
|
1402
|
+
RequestCharged?: RequestCharged;
|
|
1403
|
+
ReplicationStatus?: ReplicationStatus;
|
|
1337
1404
|
PartsCount?: number;
|
|
1338
1405
|
TagCount?: number;
|
|
1339
|
-
ObjectLockMode?: ObjectLockMode
|
|
1406
|
+
ObjectLockMode?: ObjectLockMode;
|
|
1340
1407
|
ObjectLockRetainUntilDate?: Date;
|
|
1341
|
-
ObjectLockLegalHoldStatus?: ObjectLockLegalHoldStatus
|
|
1408
|
+
ObjectLockLegalHoldStatus?: ObjectLockLegalHoldStatus;
|
|
1342
1409
|
}
|
|
1343
1410
|
export declare const ChecksumMode: {
|
|
1344
1411
|
readonly ENABLED: "ENABLED";
|
|
@@ -1362,16 +1429,16 @@ export interface GetObjectRequest {
|
|
|
1362
1429
|
SSECustomerAlgorithm?: string;
|
|
1363
1430
|
SSECustomerKey?: string;
|
|
1364
1431
|
SSECustomerKeyMD5?: string;
|
|
1365
|
-
RequestPayer?: RequestPayer
|
|
1432
|
+
RequestPayer?: RequestPayer;
|
|
1366
1433
|
PartNumber?: number;
|
|
1367
1434
|
ExpectedBucketOwner?: string;
|
|
1368
|
-
ChecksumMode?: ChecksumMode
|
|
1435
|
+
ChecksumMode?: ChecksumMode;
|
|
1369
1436
|
}
|
|
1370
1437
|
export declare class InvalidObjectState extends __BaseException {
|
|
1371
1438
|
readonly name: "InvalidObjectState";
|
|
1372
1439
|
readonly $fault: "client";
|
|
1373
|
-
StorageClass?: StorageClass
|
|
1374
|
-
AccessTier?: IntelligentTieringAccessTier
|
|
1440
|
+
StorageClass?: StorageClass;
|
|
1441
|
+
AccessTier?: IntelligentTieringAccessTier;
|
|
1375
1442
|
constructor(opts: __ExceptionOptionType<InvalidObjectState, __BaseException>);
|
|
1376
1443
|
}
|
|
1377
1444
|
export declare class NoSuchKey extends __BaseException {
|
|
@@ -1382,13 +1449,13 @@ export declare class NoSuchKey extends __BaseException {
|
|
|
1382
1449
|
export interface GetObjectAclOutput {
|
|
1383
1450
|
Owner?: Owner;
|
|
1384
1451
|
Grants?: Grant[];
|
|
1385
|
-
RequestCharged?: RequestCharged
|
|
1452
|
+
RequestCharged?: RequestCharged;
|
|
1386
1453
|
}
|
|
1387
1454
|
export interface GetObjectAclRequest {
|
|
1388
1455
|
Bucket: string | undefined;
|
|
1389
1456
|
Key: string | undefined;
|
|
1390
1457
|
VersionId?: string;
|
|
1391
|
-
RequestPayer?: RequestPayer
|
|
1458
|
+
RequestPayer?: RequestPayer;
|
|
1392
1459
|
ExpectedBucketOwner?: string;
|
|
1393
1460
|
}
|
|
1394
1461
|
export interface Checksum {
|
|
@@ -1417,11 +1484,11 @@ export interface GetObjectAttributesOutput {
|
|
|
1417
1484
|
DeleteMarker?: boolean;
|
|
1418
1485
|
LastModified?: Date;
|
|
1419
1486
|
VersionId?: string;
|
|
1420
|
-
RequestCharged?: RequestCharged
|
|
1487
|
+
RequestCharged?: RequestCharged;
|
|
1421
1488
|
ETag?: string;
|
|
1422
1489
|
Checksum?: Checksum;
|
|
1423
1490
|
ObjectParts?: GetObjectAttributesParts;
|
|
1424
|
-
StorageClass?: StorageClass
|
|
1491
|
+
StorageClass?: StorageClass;
|
|
1425
1492
|
ObjectSize?: number;
|
|
1426
1493
|
}
|
|
1427
1494
|
export declare const ObjectAttributes: {
|
|
@@ -1442,12 +1509,12 @@ export interface GetObjectAttributesRequest {
|
|
|
1442
1509
|
SSECustomerAlgorithm?: string;
|
|
1443
1510
|
SSECustomerKey?: string;
|
|
1444
1511
|
SSECustomerKeyMD5?: string;
|
|
1445
|
-
RequestPayer?: RequestPayer
|
|
1512
|
+
RequestPayer?: RequestPayer;
|
|
1446
1513
|
ExpectedBucketOwner?: string;
|
|
1447
|
-
ObjectAttributes:
|
|
1514
|
+
ObjectAttributes: ObjectAttributes[] | undefined;
|
|
1448
1515
|
}
|
|
1449
1516
|
export interface ObjectLockLegalHold {
|
|
1450
|
-
Status?: ObjectLockLegalHoldStatus
|
|
1517
|
+
Status?: ObjectLockLegalHoldStatus;
|
|
1451
1518
|
}
|
|
1452
1519
|
export interface GetObjectLegalHoldOutput {
|
|
1453
1520
|
LegalHold?: ObjectLockLegalHold;
|
|
@@ -1456,7 +1523,7 @@ export interface GetObjectLegalHoldRequest {
|
|
|
1456
1523
|
Bucket: string | undefined;
|
|
1457
1524
|
Key: string | undefined;
|
|
1458
1525
|
VersionId?: string;
|
|
1459
|
-
RequestPayer?: RequestPayer
|
|
1526
|
+
RequestPayer?: RequestPayer;
|
|
1460
1527
|
ExpectedBucketOwner?: string;
|
|
1461
1528
|
}
|
|
1462
1529
|
export declare const ObjectLockEnabled: {
|
|
@@ -1471,7 +1538,7 @@ export declare const ObjectLockRetentionMode: {
|
|
|
1471
1538
|
export type ObjectLockRetentionMode =
|
|
1472
1539
|
(typeof ObjectLockRetentionMode)[keyof typeof ObjectLockRetentionMode];
|
|
1473
1540
|
export interface DefaultRetention {
|
|
1474
|
-
Mode?: ObjectLockRetentionMode
|
|
1541
|
+
Mode?: ObjectLockRetentionMode;
|
|
1475
1542
|
Days?: number;
|
|
1476
1543
|
Years?: number;
|
|
1477
1544
|
}
|
|
@@ -1479,7 +1546,7 @@ export interface ObjectLockRule {
|
|
|
1479
1546
|
DefaultRetention?: DefaultRetention;
|
|
1480
1547
|
}
|
|
1481
1548
|
export interface ObjectLockConfiguration {
|
|
1482
|
-
ObjectLockEnabled?: ObjectLockEnabled
|
|
1549
|
+
ObjectLockEnabled?: ObjectLockEnabled;
|
|
1483
1550
|
Rule?: ObjectLockRule;
|
|
1484
1551
|
}
|
|
1485
1552
|
export interface GetObjectLockConfigurationOutput {
|
|
@@ -1490,7 +1557,7 @@ export interface GetObjectLockConfigurationRequest {
|
|
|
1490
1557
|
ExpectedBucketOwner?: string;
|
|
1491
1558
|
}
|
|
1492
1559
|
export interface ObjectLockRetention {
|
|
1493
|
-
Mode?: ObjectLockRetentionMode
|
|
1560
|
+
Mode?: ObjectLockRetentionMode;
|
|
1494
1561
|
RetainUntilDate?: Date;
|
|
1495
1562
|
}
|
|
1496
1563
|
export interface GetObjectRetentionOutput {
|
|
@@ -1500,7 +1567,7 @@ export interface GetObjectRetentionRequest {
|
|
|
1500
1567
|
Bucket: string | undefined;
|
|
1501
1568
|
Key: string | undefined;
|
|
1502
1569
|
VersionId?: string;
|
|
1503
|
-
RequestPayer?: RequestPayer
|
|
1570
|
+
RequestPayer?: RequestPayer;
|
|
1504
1571
|
ExpectedBucketOwner?: string;
|
|
1505
1572
|
}
|
|
1506
1573
|
export interface GetObjectTaggingOutput {
|
|
@@ -1512,16 +1579,16 @@ export interface GetObjectTaggingRequest {
|
|
|
1512
1579
|
Key: string | undefined;
|
|
1513
1580
|
VersionId?: string;
|
|
1514
1581
|
ExpectedBucketOwner?: string;
|
|
1515
|
-
RequestPayer?: RequestPayer
|
|
1582
|
+
RequestPayer?: RequestPayer;
|
|
1516
1583
|
}
|
|
1517
1584
|
export interface GetObjectTorrentOutput {
|
|
1518
|
-
Body?:
|
|
1519
|
-
RequestCharged?: RequestCharged
|
|
1585
|
+
Body?: StreamingBlobTypes;
|
|
1586
|
+
RequestCharged?: RequestCharged;
|
|
1520
1587
|
}
|
|
1521
1588
|
export interface GetObjectTorrentRequest {
|
|
1522
1589
|
Bucket: string | undefined;
|
|
1523
1590
|
Key: string | undefined;
|
|
1524
|
-
RequestPayer?: RequestPayer
|
|
1591
|
+
RequestPayer?: RequestPayer;
|
|
1525
1592
|
ExpectedBucketOwner?: string;
|
|
1526
1593
|
}
|
|
1527
1594
|
export interface PublicAccessBlockConfiguration {
|
|
@@ -1537,6 +1604,12 @@ export interface GetPublicAccessBlockRequest {
|
|
|
1537
1604
|
Bucket: string | undefined;
|
|
1538
1605
|
ExpectedBucketOwner?: string;
|
|
1539
1606
|
}
|
|
1607
|
+
export interface HeadBucketOutput {
|
|
1608
|
+
BucketLocationType?: LocationType;
|
|
1609
|
+
BucketLocationName?: string;
|
|
1610
|
+
BucketRegion?: string;
|
|
1611
|
+
AccessPointAlias?: boolean;
|
|
1612
|
+
}
|
|
1540
1613
|
export interface HeadBucketRequest {
|
|
1541
1614
|
Bucket: string | undefined;
|
|
1542
1615
|
ExpectedBucketOwner?: string;
|
|
@@ -1556,7 +1629,7 @@ export interface HeadObjectOutput {
|
|
|
1556
1629
|
AcceptRanges?: string;
|
|
1557
1630
|
Expiration?: string;
|
|
1558
1631
|
Restore?: string;
|
|
1559
|
-
ArchiveStatus?: ArchiveStatus
|
|
1632
|
+
ArchiveStatus?: ArchiveStatus;
|
|
1560
1633
|
LastModified?: Date;
|
|
1561
1634
|
ContentLength?: number;
|
|
1562
1635
|
ChecksumCRC32?: string;
|
|
@@ -1573,19 +1646,19 @@ export interface HeadObjectOutput {
|
|
|
1573
1646
|
ContentType?: string;
|
|
1574
1647
|
Expires?: Date;
|
|
1575
1648
|
WebsiteRedirectLocation?: string;
|
|
1576
|
-
ServerSideEncryption?: ServerSideEncryption
|
|
1649
|
+
ServerSideEncryption?: ServerSideEncryption;
|
|
1577
1650
|
Metadata?: Record<string, string>;
|
|
1578
1651
|
SSECustomerAlgorithm?: string;
|
|
1579
1652
|
SSECustomerKeyMD5?: string;
|
|
1580
1653
|
SSEKMSKeyId?: string;
|
|
1581
1654
|
BucketKeyEnabled?: boolean;
|
|
1582
|
-
StorageClass?: StorageClass
|
|
1583
|
-
RequestCharged?: RequestCharged
|
|
1584
|
-
ReplicationStatus?: ReplicationStatus
|
|
1655
|
+
StorageClass?: StorageClass;
|
|
1656
|
+
RequestCharged?: RequestCharged;
|
|
1657
|
+
ReplicationStatus?: ReplicationStatus;
|
|
1585
1658
|
PartsCount?: number;
|
|
1586
|
-
ObjectLockMode?: ObjectLockMode
|
|
1659
|
+
ObjectLockMode?: ObjectLockMode;
|
|
1587
1660
|
ObjectLockRetainUntilDate?: Date;
|
|
1588
|
-
ObjectLockLegalHoldStatus?: ObjectLockLegalHoldStatus
|
|
1661
|
+
ObjectLockLegalHoldStatus?: ObjectLockLegalHoldStatus;
|
|
1589
1662
|
}
|
|
1590
1663
|
export interface HeadObjectRequest {
|
|
1591
1664
|
Bucket: string | undefined;
|
|
@@ -1599,10 +1672,10 @@ export interface HeadObjectRequest {
|
|
|
1599
1672
|
SSECustomerAlgorithm?: string;
|
|
1600
1673
|
SSECustomerKey?: string;
|
|
1601
1674
|
SSECustomerKeyMD5?: string;
|
|
1602
|
-
RequestPayer?: RequestPayer
|
|
1675
|
+
RequestPayer?: RequestPayer;
|
|
1603
1676
|
PartNumber?: number;
|
|
1604
1677
|
ExpectedBucketOwner?: string;
|
|
1605
|
-
ChecksumMode?: ChecksumMode
|
|
1678
|
+
ChecksumMode?: ChecksumMode;
|
|
1606
1679
|
}
|
|
1607
1680
|
export interface ListBucketAnalyticsConfigurationsOutput {
|
|
1608
1681
|
IsTruncated?: boolean;
|
|
@@ -1655,6 +1728,14 @@ export interface ListBucketsOutput {
|
|
|
1655
1728
|
Buckets?: Bucket[];
|
|
1656
1729
|
Owner?: Owner;
|
|
1657
1730
|
}
|
|
1731
|
+
export interface ListDirectoryBucketsOutput {
|
|
1732
|
+
Buckets?: Bucket[];
|
|
1733
|
+
ContinuationToken?: string;
|
|
1734
|
+
}
|
|
1735
|
+
export interface ListDirectoryBucketsRequest {
|
|
1736
|
+
ContinuationToken?: string;
|
|
1737
|
+
MaxDirectoryBuckets?: number;
|
|
1738
|
+
}
|
|
1658
1739
|
export interface CommonPrefix {
|
|
1659
1740
|
Prefix?: string;
|
|
1660
1741
|
}
|
|
@@ -1670,10 +1751,10 @@ export interface MultipartUpload {
|
|
|
1670
1751
|
UploadId?: string;
|
|
1671
1752
|
Key?: string;
|
|
1672
1753
|
Initiated?: Date;
|
|
1673
|
-
StorageClass?: StorageClass
|
|
1754
|
+
StorageClass?: StorageClass;
|
|
1674
1755
|
Owner?: Owner;
|
|
1675
1756
|
Initiator?: Initiator;
|
|
1676
|
-
ChecksumAlgorithm?: ChecksumAlgorithm
|
|
1757
|
+
ChecksumAlgorithm?: ChecksumAlgorithm;
|
|
1677
1758
|
}
|
|
1678
1759
|
export interface ListMultipartUploadsOutput {
|
|
1679
1760
|
Bucket?: string;
|
|
@@ -1687,19 +1768,19 @@ export interface ListMultipartUploadsOutput {
|
|
|
1687
1768
|
IsTruncated?: boolean;
|
|
1688
1769
|
Uploads?: MultipartUpload[];
|
|
1689
1770
|
CommonPrefixes?: CommonPrefix[];
|
|
1690
|
-
EncodingType?: EncodingType
|
|
1691
|
-
RequestCharged?: RequestCharged
|
|
1771
|
+
EncodingType?: EncodingType;
|
|
1772
|
+
RequestCharged?: RequestCharged;
|
|
1692
1773
|
}
|
|
1693
1774
|
export interface ListMultipartUploadsRequest {
|
|
1694
1775
|
Bucket: string | undefined;
|
|
1695
1776
|
Delimiter?: string;
|
|
1696
|
-
EncodingType?: EncodingType
|
|
1777
|
+
EncodingType?: EncodingType;
|
|
1697
1778
|
KeyMarker?: string;
|
|
1698
1779
|
MaxUploads?: number;
|
|
1699
1780
|
Prefix?: string;
|
|
1700
1781
|
UploadIdMarker?: string;
|
|
1701
1782
|
ExpectedBucketOwner?: string;
|
|
1702
|
-
RequestPayer?: RequestPayer
|
|
1783
|
+
RequestPayer?: RequestPayer;
|
|
1703
1784
|
}
|
|
1704
1785
|
export interface RestoreStatus {
|
|
1705
1786
|
IsRestoreInProgress?: boolean;
|
|
@@ -1707,6 +1788,7 @@ export interface RestoreStatus {
|
|
|
1707
1788
|
}
|
|
1708
1789
|
export declare const ObjectStorageClass: {
|
|
1709
1790
|
readonly DEEP_ARCHIVE: "DEEP_ARCHIVE";
|
|
1791
|
+
readonly EXPRESS_ONEZONE: "EXPRESS_ONEZONE";
|
|
1710
1792
|
readonly GLACIER: "GLACIER";
|
|
1711
1793
|
readonly GLACIER_IR: "GLACIER_IR";
|
|
1712
1794
|
readonly INTELLIGENT_TIERING: "INTELLIGENT_TIERING";
|
|
@@ -1723,9 +1805,9 @@ export interface _Object {
|
|
|
1723
1805
|
Key?: string;
|
|
1724
1806
|
LastModified?: Date;
|
|
1725
1807
|
ETag?: string;
|
|
1726
|
-
ChecksumAlgorithm?:
|
|
1808
|
+
ChecksumAlgorithm?: ChecksumAlgorithm[];
|
|
1727
1809
|
Size?: number;
|
|
1728
|
-
StorageClass?: ObjectStorageClass
|
|
1810
|
+
StorageClass?: ObjectStorageClass;
|
|
1729
1811
|
Owner?: Owner;
|
|
1730
1812
|
RestoreStatus?: RestoreStatus;
|
|
1731
1813
|
}
|
|
@@ -1739,8 +1821,8 @@ export interface ListObjectsOutput {
|
|
|
1739
1821
|
Delimiter?: string;
|
|
1740
1822
|
MaxKeys?: number;
|
|
1741
1823
|
CommonPrefixes?: CommonPrefix[];
|
|
1742
|
-
EncodingType?: EncodingType
|
|
1743
|
-
RequestCharged?: RequestCharged
|
|
1824
|
+
EncodingType?: EncodingType;
|
|
1825
|
+
RequestCharged?: RequestCharged;
|
|
1744
1826
|
}
|
|
1745
1827
|
export declare const OptionalObjectAttributes: {
|
|
1746
1828
|
readonly RESTORE_STATUS: "RestoreStatus";
|
|
@@ -1750,18 +1832,13 @@ export type OptionalObjectAttributes =
|
|
|
1750
1832
|
export interface ListObjectsRequest {
|
|
1751
1833
|
Bucket: string | undefined;
|
|
1752
1834
|
Delimiter?: string;
|
|
1753
|
-
EncodingType?: EncodingType
|
|
1835
|
+
EncodingType?: EncodingType;
|
|
1754
1836
|
Marker?: string;
|
|
1755
1837
|
MaxKeys?: number;
|
|
1756
1838
|
Prefix?: string;
|
|
1757
|
-
RequestPayer?: RequestPayer
|
|
1839
|
+
RequestPayer?: RequestPayer;
|
|
1758
1840
|
ExpectedBucketOwner?: string;
|
|
1759
|
-
OptionalObjectAttributes?:
|
|
1760
|
-
}
|
|
1761
|
-
export declare class NoSuchBucket extends __BaseException {
|
|
1762
|
-
readonly name: "NoSuchBucket";
|
|
1763
|
-
readonly $fault: "client";
|
|
1764
|
-
constructor(opts: __ExceptionOptionType<NoSuchBucket, __BaseException>);
|
|
1841
|
+
OptionalObjectAttributes?: OptionalObjectAttributes[];
|
|
1765
1842
|
}
|
|
1766
1843
|
export interface ListObjectsV2Output {
|
|
1767
1844
|
IsTruncated?: boolean;
|
|
@@ -1771,25 +1848,25 @@ export interface ListObjectsV2Output {
|
|
|
1771
1848
|
Delimiter?: string;
|
|
1772
1849
|
MaxKeys?: number;
|
|
1773
1850
|
CommonPrefixes?: CommonPrefix[];
|
|
1774
|
-
EncodingType?: EncodingType
|
|
1851
|
+
EncodingType?: EncodingType;
|
|
1775
1852
|
KeyCount?: number;
|
|
1776
1853
|
ContinuationToken?: string;
|
|
1777
1854
|
NextContinuationToken?: string;
|
|
1778
1855
|
StartAfter?: string;
|
|
1779
|
-
RequestCharged?: RequestCharged
|
|
1856
|
+
RequestCharged?: RequestCharged;
|
|
1780
1857
|
}
|
|
1781
1858
|
export interface ListObjectsV2Request {
|
|
1782
1859
|
Bucket: string | undefined;
|
|
1783
1860
|
Delimiter?: string;
|
|
1784
|
-
EncodingType?: EncodingType
|
|
1861
|
+
EncodingType?: EncodingType;
|
|
1785
1862
|
MaxKeys?: number;
|
|
1786
1863
|
Prefix?: string;
|
|
1787
1864
|
ContinuationToken?: string;
|
|
1788
1865
|
FetchOwner?: boolean;
|
|
1789
1866
|
StartAfter?: string;
|
|
1790
|
-
RequestPayer?: RequestPayer
|
|
1867
|
+
RequestPayer?: RequestPayer;
|
|
1791
1868
|
ExpectedBucketOwner?: string;
|
|
1792
|
-
OptionalObjectAttributes?:
|
|
1869
|
+
OptionalObjectAttributes?: OptionalObjectAttributes[];
|
|
1793
1870
|
}
|
|
1794
1871
|
export interface DeleteMarkerEntry {
|
|
1795
1872
|
Owner?: Owner;
|
|
@@ -1805,9 +1882,9 @@ export type ObjectVersionStorageClass =
|
|
|
1805
1882
|
(typeof ObjectVersionStorageClass)[keyof typeof ObjectVersionStorageClass];
|
|
1806
1883
|
export interface ObjectVersion {
|
|
1807
1884
|
ETag?: string;
|
|
1808
|
-
ChecksumAlgorithm?:
|
|
1885
|
+
ChecksumAlgorithm?: ChecksumAlgorithm[];
|
|
1809
1886
|
Size?: number;
|
|
1810
|
-
StorageClass?: ObjectVersionStorageClass
|
|
1887
|
+
StorageClass?: ObjectVersionStorageClass;
|
|
1811
1888
|
Key?: string;
|
|
1812
1889
|
VersionId?: string;
|
|
1813
1890
|
IsLatest?: boolean;
|
|
@@ -1828,20 +1905,20 @@ export interface ListObjectVersionsOutput {
|
|
|
1828
1905
|
Delimiter?: string;
|
|
1829
1906
|
MaxKeys?: number;
|
|
1830
1907
|
CommonPrefixes?: CommonPrefix[];
|
|
1831
|
-
EncodingType?: EncodingType
|
|
1832
|
-
RequestCharged?: RequestCharged
|
|
1908
|
+
EncodingType?: EncodingType;
|
|
1909
|
+
RequestCharged?: RequestCharged;
|
|
1833
1910
|
}
|
|
1834
1911
|
export interface ListObjectVersionsRequest {
|
|
1835
1912
|
Bucket: string | undefined;
|
|
1836
1913
|
Delimiter?: string;
|
|
1837
|
-
EncodingType?: EncodingType
|
|
1914
|
+
EncodingType?: EncodingType;
|
|
1838
1915
|
KeyMarker?: string;
|
|
1839
1916
|
MaxKeys?: number;
|
|
1840
1917
|
Prefix?: string;
|
|
1841
1918
|
VersionIdMarker?: string;
|
|
1842
1919
|
ExpectedBucketOwner?: string;
|
|
1843
|
-
RequestPayer?: RequestPayer
|
|
1844
|
-
OptionalObjectAttributes?:
|
|
1920
|
+
RequestPayer?: RequestPayer;
|
|
1921
|
+
OptionalObjectAttributes?: OptionalObjectAttributes[];
|
|
1845
1922
|
}
|
|
1846
1923
|
export interface Part {
|
|
1847
1924
|
PartNumber?: number;
|
|
@@ -1866,9 +1943,9 @@ export interface ListPartsOutput {
|
|
|
1866
1943
|
Parts?: Part[];
|
|
1867
1944
|
Initiator?: Initiator;
|
|
1868
1945
|
Owner?: Owner;
|
|
1869
|
-
StorageClass?: StorageClass
|
|
1870
|
-
RequestCharged?: RequestCharged
|
|
1871
|
-
ChecksumAlgorithm?: ChecksumAlgorithm
|
|
1946
|
+
StorageClass?: StorageClass;
|
|
1947
|
+
RequestCharged?: RequestCharged;
|
|
1948
|
+
ChecksumAlgorithm?: ChecksumAlgorithm;
|
|
1872
1949
|
}
|
|
1873
1950
|
export interface ListPartsRequest {
|
|
1874
1951
|
Bucket: string | undefined;
|
|
@@ -1876,7 +1953,7 @@ export interface ListPartsRequest {
|
|
|
1876
1953
|
MaxParts?: number;
|
|
1877
1954
|
PartNumberMarker?: string;
|
|
1878
1955
|
UploadId: string | undefined;
|
|
1879
|
-
RequestPayer?: RequestPayer
|
|
1956
|
+
RequestPayer?: RequestPayer;
|
|
1880
1957
|
ExpectedBucketOwner?: string;
|
|
1881
1958
|
SSECustomerAlgorithm?: string;
|
|
1882
1959
|
SSECustomerKey?: string;
|
|
@@ -1886,14 +1963,14 @@ export interface PutBucketAccelerateConfigurationRequest {
|
|
|
1886
1963
|
Bucket: string | undefined;
|
|
1887
1964
|
AccelerateConfiguration: AccelerateConfiguration | undefined;
|
|
1888
1965
|
ExpectedBucketOwner?: string;
|
|
1889
|
-
ChecksumAlgorithm?: ChecksumAlgorithm
|
|
1966
|
+
ChecksumAlgorithm?: ChecksumAlgorithm;
|
|
1890
1967
|
}
|
|
1891
1968
|
export interface PutBucketAclRequest {
|
|
1892
|
-
ACL?: BucketCannedACL
|
|
1969
|
+
ACL?: BucketCannedACL;
|
|
1893
1970
|
AccessControlPolicy?: AccessControlPolicy;
|
|
1894
1971
|
Bucket: string | undefined;
|
|
1895
1972
|
ContentMD5?: string;
|
|
1896
|
-
ChecksumAlgorithm?: ChecksumAlgorithm
|
|
1973
|
+
ChecksumAlgorithm?: ChecksumAlgorithm;
|
|
1897
1974
|
GrantFullControl?: string;
|
|
1898
1975
|
GrantRead?: string;
|
|
1899
1976
|
GrantReadACP?: string;
|
|
@@ -1914,13 +1991,13 @@ export interface PutBucketCorsRequest {
|
|
|
1914
1991
|
Bucket: string | undefined;
|
|
1915
1992
|
CORSConfiguration: CORSConfiguration | undefined;
|
|
1916
1993
|
ContentMD5?: string;
|
|
1917
|
-
ChecksumAlgorithm?: ChecksumAlgorithm
|
|
1994
|
+
ChecksumAlgorithm?: ChecksumAlgorithm;
|
|
1918
1995
|
ExpectedBucketOwner?: string;
|
|
1919
1996
|
}
|
|
1920
1997
|
export interface PutBucketEncryptionRequest {
|
|
1921
1998
|
Bucket: string | undefined;
|
|
1922
1999
|
ContentMD5?: string;
|
|
1923
|
-
ChecksumAlgorithm?: ChecksumAlgorithm
|
|
2000
|
+
ChecksumAlgorithm?: ChecksumAlgorithm;
|
|
1924
2001
|
ServerSideEncryptionConfiguration:
|
|
1925
2002
|
| ServerSideEncryptionConfiguration
|
|
1926
2003
|
| undefined;
|
|
@@ -1942,7 +2019,7 @@ export interface BucketLifecycleConfiguration {
|
|
|
1942
2019
|
}
|
|
1943
2020
|
export interface PutBucketLifecycleConfigurationRequest {
|
|
1944
2021
|
Bucket: string | undefined;
|
|
1945
|
-
ChecksumAlgorithm?: ChecksumAlgorithm
|
|
2022
|
+
ChecksumAlgorithm?: ChecksumAlgorithm;
|
|
1946
2023
|
LifecycleConfiguration?: BucketLifecycleConfiguration;
|
|
1947
2024
|
ExpectedBucketOwner?: string;
|
|
1948
2025
|
}
|
|
@@ -1953,7 +2030,7 @@ export interface PutBucketLoggingRequest {
|
|
|
1953
2030
|
Bucket: string | undefined;
|
|
1954
2031
|
BucketLoggingStatus: BucketLoggingStatus | undefined;
|
|
1955
2032
|
ContentMD5?: string;
|
|
1956
|
-
ChecksumAlgorithm?: ChecksumAlgorithm
|
|
2033
|
+
ChecksumAlgorithm?: ChecksumAlgorithm;
|
|
1957
2034
|
ExpectedBucketOwner?: string;
|
|
1958
2035
|
}
|
|
1959
2036
|
export interface PutBucketMetricsConfigurationRequest {
|
|
@@ -1977,156 +2054,11 @@ export interface PutBucketOwnershipControlsRequest {
|
|
|
1977
2054
|
export interface PutBucketPolicyRequest {
|
|
1978
2055
|
Bucket: string | undefined;
|
|
1979
2056
|
ContentMD5?: string;
|
|
1980
|
-
ChecksumAlgorithm?: ChecksumAlgorithm
|
|
2057
|
+
ChecksumAlgorithm?: ChecksumAlgorithm;
|
|
1981
2058
|
ConfirmRemoveSelfBucketAccess?: boolean;
|
|
1982
2059
|
Policy: string | undefined;
|
|
1983
2060
|
ExpectedBucketOwner?: string;
|
|
1984
2061
|
}
|
|
1985
|
-
export interface PutBucketReplicationRequest {
|
|
1986
|
-
Bucket: string | undefined;
|
|
1987
|
-
ContentMD5?: string;
|
|
1988
|
-
ChecksumAlgorithm?: ChecksumAlgorithm | string;
|
|
1989
|
-
ReplicationConfiguration: ReplicationConfiguration | undefined;
|
|
1990
|
-
Token?: string;
|
|
1991
|
-
ExpectedBucketOwner?: string;
|
|
1992
|
-
}
|
|
1993
|
-
export interface RequestPaymentConfiguration {
|
|
1994
|
-
Payer: Payer | string | undefined;
|
|
1995
|
-
}
|
|
1996
|
-
export interface PutBucketRequestPaymentRequest {
|
|
1997
|
-
Bucket: string | undefined;
|
|
1998
|
-
ContentMD5?: string;
|
|
1999
|
-
ChecksumAlgorithm?: ChecksumAlgorithm | string;
|
|
2000
|
-
RequestPaymentConfiguration: RequestPaymentConfiguration | undefined;
|
|
2001
|
-
ExpectedBucketOwner?: string;
|
|
2002
|
-
}
|
|
2003
|
-
export interface Tagging {
|
|
2004
|
-
TagSet: Tag[] | undefined;
|
|
2005
|
-
}
|
|
2006
|
-
export interface PutBucketTaggingRequest {
|
|
2007
|
-
Bucket: string | undefined;
|
|
2008
|
-
ContentMD5?: string;
|
|
2009
|
-
ChecksumAlgorithm?: ChecksumAlgorithm | string;
|
|
2010
|
-
Tagging: Tagging | undefined;
|
|
2011
|
-
ExpectedBucketOwner?: string;
|
|
2012
|
-
}
|
|
2013
|
-
export declare const MFADelete: {
|
|
2014
|
-
readonly Disabled: "Disabled";
|
|
2015
|
-
readonly Enabled: "Enabled";
|
|
2016
|
-
};
|
|
2017
|
-
export type MFADelete = (typeof MFADelete)[keyof typeof MFADelete];
|
|
2018
|
-
export interface VersioningConfiguration {
|
|
2019
|
-
MFADelete?: MFADelete | string;
|
|
2020
|
-
Status?: BucketVersioningStatus | string;
|
|
2021
|
-
}
|
|
2022
|
-
export interface PutBucketVersioningRequest {
|
|
2023
|
-
Bucket: string | undefined;
|
|
2024
|
-
ContentMD5?: string;
|
|
2025
|
-
ChecksumAlgorithm?: ChecksumAlgorithm | string;
|
|
2026
|
-
MFA?: string;
|
|
2027
|
-
VersioningConfiguration: VersioningConfiguration | undefined;
|
|
2028
|
-
ExpectedBucketOwner?: string;
|
|
2029
|
-
}
|
|
2030
|
-
export interface WebsiteConfiguration {
|
|
2031
|
-
ErrorDocument?: ErrorDocument;
|
|
2032
|
-
IndexDocument?: IndexDocument;
|
|
2033
|
-
RedirectAllRequestsTo?: RedirectAllRequestsTo;
|
|
2034
|
-
RoutingRules?: RoutingRule[];
|
|
2035
|
-
}
|
|
2036
|
-
export interface PutBucketWebsiteRequest {
|
|
2037
|
-
Bucket: string | undefined;
|
|
2038
|
-
ContentMD5?: string;
|
|
2039
|
-
ChecksumAlgorithm?: ChecksumAlgorithm | string;
|
|
2040
|
-
WebsiteConfiguration: WebsiteConfiguration | undefined;
|
|
2041
|
-
ExpectedBucketOwner?: string;
|
|
2042
|
-
}
|
|
2043
|
-
export interface PutObjectOutput {
|
|
2044
|
-
Expiration?: string;
|
|
2045
|
-
ETag?: string;
|
|
2046
|
-
ChecksumCRC32?: string;
|
|
2047
|
-
ChecksumCRC32C?: string;
|
|
2048
|
-
ChecksumSHA1?: string;
|
|
2049
|
-
ChecksumSHA256?: string;
|
|
2050
|
-
ServerSideEncryption?: ServerSideEncryption | string;
|
|
2051
|
-
VersionId?: string;
|
|
2052
|
-
SSECustomerAlgorithm?: string;
|
|
2053
|
-
SSECustomerKeyMD5?: string;
|
|
2054
|
-
SSEKMSKeyId?: string;
|
|
2055
|
-
SSEKMSEncryptionContext?: string;
|
|
2056
|
-
BucketKeyEnabled?: boolean;
|
|
2057
|
-
RequestCharged?: RequestCharged | string;
|
|
2058
|
-
}
|
|
2059
|
-
export interface PutObjectRequest {
|
|
2060
|
-
ACL?: ObjectCannedACL | string;
|
|
2061
|
-
Body?: Readable | ReadableStream | Blob;
|
|
2062
|
-
Bucket: string | undefined;
|
|
2063
|
-
CacheControl?: string;
|
|
2064
|
-
ContentDisposition?: string;
|
|
2065
|
-
ContentEncoding?: string;
|
|
2066
|
-
ContentLanguage?: string;
|
|
2067
|
-
ContentLength?: number;
|
|
2068
|
-
ContentMD5?: string;
|
|
2069
|
-
ContentType?: string;
|
|
2070
|
-
ChecksumAlgorithm?: ChecksumAlgorithm | string;
|
|
2071
|
-
ChecksumCRC32?: string;
|
|
2072
|
-
ChecksumCRC32C?: string;
|
|
2073
|
-
ChecksumSHA1?: string;
|
|
2074
|
-
ChecksumSHA256?: string;
|
|
2075
|
-
Expires?: Date;
|
|
2076
|
-
GrantFullControl?: string;
|
|
2077
|
-
GrantRead?: string;
|
|
2078
|
-
GrantReadACP?: string;
|
|
2079
|
-
GrantWriteACP?: string;
|
|
2080
|
-
Key: string | undefined;
|
|
2081
|
-
Metadata?: Record<string, string>;
|
|
2082
|
-
ServerSideEncryption?: ServerSideEncryption | string;
|
|
2083
|
-
StorageClass?: StorageClass | string;
|
|
2084
|
-
WebsiteRedirectLocation?: string;
|
|
2085
|
-
SSECustomerAlgorithm?: string;
|
|
2086
|
-
SSECustomerKey?: string;
|
|
2087
|
-
SSECustomerKeyMD5?: string;
|
|
2088
|
-
SSEKMSKeyId?: string;
|
|
2089
|
-
SSEKMSEncryptionContext?: string;
|
|
2090
|
-
BucketKeyEnabled?: boolean;
|
|
2091
|
-
RequestPayer?: RequestPayer | string;
|
|
2092
|
-
Tagging?: string;
|
|
2093
|
-
ObjectLockMode?: ObjectLockMode | string;
|
|
2094
|
-
ObjectLockRetainUntilDate?: Date;
|
|
2095
|
-
ObjectLockLegalHoldStatus?: ObjectLockLegalHoldStatus | string;
|
|
2096
|
-
ExpectedBucketOwner?: string;
|
|
2097
|
-
}
|
|
2098
|
-
export interface PutObjectAclOutput {
|
|
2099
|
-
RequestCharged?: RequestCharged | string;
|
|
2100
|
-
}
|
|
2101
|
-
export interface PutObjectAclRequest {
|
|
2102
|
-
ACL?: ObjectCannedACL | string;
|
|
2103
|
-
AccessControlPolicy?: AccessControlPolicy;
|
|
2104
|
-
Bucket: string | undefined;
|
|
2105
|
-
ContentMD5?: string;
|
|
2106
|
-
ChecksumAlgorithm?: ChecksumAlgorithm | string;
|
|
2107
|
-
GrantFullControl?: string;
|
|
2108
|
-
GrantRead?: string;
|
|
2109
|
-
GrantReadACP?: string;
|
|
2110
|
-
GrantWrite?: string;
|
|
2111
|
-
GrantWriteACP?: string;
|
|
2112
|
-
Key: string | undefined;
|
|
2113
|
-
RequestPayer?: RequestPayer | string;
|
|
2114
|
-
VersionId?: string;
|
|
2115
|
-
ExpectedBucketOwner?: string;
|
|
2116
|
-
}
|
|
2117
|
-
export interface PutObjectLegalHoldOutput {
|
|
2118
|
-
RequestCharged?: RequestCharged | string;
|
|
2119
|
-
}
|
|
2120
|
-
export interface PutObjectLegalHoldRequest {
|
|
2121
|
-
Bucket: string | undefined;
|
|
2122
|
-
Key: string | undefined;
|
|
2123
|
-
LegalHold?: ObjectLockLegalHold;
|
|
2124
|
-
RequestPayer?: RequestPayer | string;
|
|
2125
|
-
VersionId?: string;
|
|
2126
|
-
ContentMD5?: string;
|
|
2127
|
-
ChecksumAlgorithm?: ChecksumAlgorithm | string;
|
|
2128
|
-
ExpectedBucketOwner?: string;
|
|
2129
|
-
}
|
|
2130
2062
|
export declare const CompleteMultipartUploadOutputFilterSensitiveLog: (
|
|
2131
2063
|
obj: CompleteMultipartUploadOutput
|
|
2132
2064
|
) => any;
|
|
@@ -2145,6 +2077,12 @@ export declare const CreateMultipartUploadOutputFilterSensitiveLog: (
|
|
|
2145
2077
|
export declare const CreateMultipartUploadRequestFilterSensitiveLog: (
|
|
2146
2078
|
obj: CreateMultipartUploadRequest
|
|
2147
2079
|
) => any;
|
|
2080
|
+
export declare const SessionCredentialsFilterSensitiveLog: (
|
|
2081
|
+
obj: SessionCredentials
|
|
2082
|
+
) => any;
|
|
2083
|
+
export declare const CreateSessionOutputFilterSensitiveLog: (
|
|
2084
|
+
obj: CreateSessionOutput
|
|
2085
|
+
) => any;
|
|
2148
2086
|
export declare const ServerSideEncryptionByDefaultFilterSensitiveLog: (
|
|
2149
2087
|
obj: ServerSideEncryptionByDefault
|
|
2150
2088
|
) => any;
|
|
@@ -2203,9 +2141,3 @@ export declare const PutBucketEncryptionRequestFilterSensitiveLog: (
|
|
|
2203
2141
|
export declare const PutBucketInventoryConfigurationRequestFilterSensitiveLog: (
|
|
2204
2142
|
obj: PutBucketInventoryConfigurationRequest
|
|
2205
2143
|
) => any;
|
|
2206
|
-
export declare const PutObjectOutputFilterSensitiveLog: (
|
|
2207
|
-
obj: PutObjectOutput
|
|
2208
|
-
) => any;
|
|
2209
|
-
export declare const PutObjectRequestFilterSensitiveLog: (
|
|
2210
|
-
obj: PutObjectRequest
|
|
2211
|
-
) => any;
|