@nocobase/plugin-file-manager 1.5.11 → 1.5.13
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 +6 -6
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/auth/httpAuthSchemeProvider.js +127 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/endpoint/endpointResolver.js +24 -3
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/endpoint/ruleset.js +3 -3
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/index.js +34520 -31
- 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 +20 -11
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/runtimeConfig.shared.js +15 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/S3.js +6 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/S3Client.js +26 -14
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/auth/httpAuthExtensionConfiguration.js +38 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/auth/httpAuthSchemeProvider.js +123 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/AbortMultipartUploadCommand.js +22 -49
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/CompleteMultipartUploadCommand.js +22 -51
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/CopyObjectCommand.js +24 -50
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateBucketCommand.js +24 -51
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateBucketMetadataTableConfigurationCommand.js +31 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateMultipartUploadCommand.js +23 -50
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateSessionCommand.js +23 -49
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketAnalyticsConfigurationCommand.js +20 -49
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketCommand.js +20 -49
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketCorsCommand.js +20 -49
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketEncryptionCommand.js +20 -49
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketIntelligentTieringConfigurationCommand.js +20 -49
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketInventoryConfigurationCommand.js +20 -49
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketLifecycleCommand.js +20 -49
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketMetadataTableConfigurationCommand.js +26 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketMetricsConfigurationCommand.js +20 -49
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketOwnershipControlsCommand.js +20 -49
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketPolicyCommand.js +20 -49
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketReplicationCommand.js +20 -49
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketTaggingCommand.js +20 -49
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketWebsiteCommand.js +20 -49
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteObjectCommand.js +22 -49
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteObjectTaggingCommand.js +21 -48
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteObjectsCommand.js +24 -52
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeletePublicAccessBlockCommand.js +20 -49
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketAccelerateConfigurationCommand.js +22 -49
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketAclCommand.js +22 -49
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketAnalyticsConfigurationCommand.js +22 -49
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketCorsCommand.js +22 -49
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketEncryptionCommand.js +22 -49
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketIntelligentTieringConfigurationCommand.js +22 -49
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketInventoryConfigurationCommand.js +22 -49
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketLifecycleConfigurationCommand.js +22 -49
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketLocationCommand.js +22 -49
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketLoggingCommand.js +22 -49
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketMetadataTableConfigurationCommand.js +28 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketMetricsConfigurationCommand.js +22 -49
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketNotificationConfigurationCommand.js +22 -49
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketOwnershipControlsCommand.js +22 -49
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketPolicyCommand.js +22 -49
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketPolicyStatusCommand.js +22 -49
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketReplicationCommand.js +22 -49
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketRequestPaymentCommand.js +22 -49
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketTaggingCommand.js +22 -49
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketVersioningCommand.js +22 -49
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketWebsiteCommand.js +22 -49
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectAclCommand.js +22 -49
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectAttributesCommand.js +22 -49
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectCommand.js +26 -54
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectLegalHoldCommand.js +21 -48
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectLockConfigurationCommand.js +21 -48
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectRetentionCommand.js +21 -48
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectTaggingCommand.js +21 -48
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectTorrentCommand.js +19 -48
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetPublicAccessBlockCommand.js +22 -49
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/HeadBucketCommand.js +21 -48
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/HeadObjectCommand.js +24 -50
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketAnalyticsConfigurationsCommand.js +22 -49
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketIntelligentTieringConfigurationsCommand.js +22 -49
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketInventoryConfigurationsCommand.js +22 -49
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketMetricsConfigurationsCommand.js +21 -48
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketsCommand.js +18 -47
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/ListDirectoryBucketsCommand.js +21 -48
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/ListMultipartUploadsCommand.js +22 -49
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/ListObjectVersionsCommand.js +22 -49
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/ListObjectsCommand.js +22 -49
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/ListObjectsV2Command.js +22 -49
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/ListPartsCommand.js +23 -50
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketAccelerateConfigurationCommand.js +23 -53
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketAclCommand.js +23 -53
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketAnalyticsConfigurationCommand.js +20 -49
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketCorsCommand.js +23 -53
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketEncryptionCommand.js +24 -54
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketIntelligentTieringConfigurationCommand.js +20 -49
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketInventoryConfigurationCommand.js +21 -50
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketLifecycleConfigurationCommand.js +25 -53
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketLoggingCommand.js +23 -53
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketMetricsConfigurationCommand.js +20 -49
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketNotificationConfigurationCommand.js +20 -49
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketOwnershipControlsCommand.js +23 -50
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketPolicyCommand.js +23 -53
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketReplicationCommand.js +23 -53
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketRequestPaymentCommand.js +23 -53
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketTaggingCommand.js +23 -53
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketVersioningCommand.js +23 -53
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketWebsiteCommand.js +23 -53
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectAclCommand.js +25 -53
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectCommand.js +27 -56
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectLegalHoldCommand.js +24 -52
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectLockConfigurationCommand.js +24 -52
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectRetentionCommand.js +24 -52
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectTaggingCommand.js +24 -52
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutPublicAccessBlockCommand.js +23 -53
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/RestoreObjectCommand.js +24 -52
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/SelectObjectContentCommand.js +26 -52
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/UploadPartCommand.js +26 -54
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/UploadPartCopyCommand.js +22 -50
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/WriteGetObjectResponseCommand.js +19 -48
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/index.js +3 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/endpoint/EndpointParameters.js +12 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/endpoint/endpointResolver.js +24 -3
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/endpoint/ruleset.js +3 -3
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/index.js +0 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/models/models_0.js +41 -56
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/models/models_1.js +63 -2
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/pagination/ListBucketsPaginator.js +4 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/pagination/ListDirectoryBucketsPaginator.js +2 -23
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/pagination/ListObjectsV2Paginator.js +2 -23
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/pagination/ListPartsPaginator.js +2 -23
- 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 +4054 -5980
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/runtimeConfig.browser.js +3 -3
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/runtimeConfig.js +22 -13
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/runtimeConfig.shared.js +15 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/runtimeExtensions.js +3 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/S3.d.ts +24 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts +46 -23
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/auth/httpAuthExtensionConfiguration.d.ts +29 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/auth/httpAuthSchemeProvider.d.ts +69 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/AbortMultipartUploadCommand.d.ts +48 -32
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/CompleteMultipartUploadCommand.d.ts +85 -64
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/CopyObjectCommand.d.ts +130 -84
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketCommand.d.ts +113 -90
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketMetadataTableConfigurationCommand.d.ts +134 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateMultipartUploadCommand.d.ts +152 -102
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateSessionCommand.d.ts +92 -41
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketAnalyticsConfigurationCommand.d.ts +22 -24
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketCommand.d.ts +35 -29
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketCorsCommand.d.ts +22 -24
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketEncryptionCommand.d.ts +68 -35
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketIntelligentTieringConfigurationCommand.d.ts +22 -24
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketInventoryConfigurationCommand.d.ts +22 -24
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketLifecycleCommand.d.ts +74 -32
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketMetadataTableConfigurationCommand.d.ts +95 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketMetricsConfigurationCommand.d.ts +22 -24
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketOwnershipControlsCommand.d.ts +22 -24
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketPolicyCommand.d.ts +50 -47
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketReplicationCommand.d.ts +22 -24
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketTaggingCommand.d.ts +22 -24
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketWebsiteCommand.d.ts +22 -24
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectCommand.d.ts +34 -31
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectTaggingCommand.d.ts +33 -35
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectsCommand.d.ts +62 -50
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeletePublicAccessBlockCommand.d.ts +22 -24
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAccelerateConfigurationCommand.d.ts +22 -24
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAclCommand.d.ts +22 -24
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAnalyticsConfigurationCommand.d.ts +22 -24
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketCorsCommand.d.ts +22 -24
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketEncryptionCommand.d.ts +69 -34
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketIntelligentTieringConfigurationCommand.d.ts +22 -24
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketInventoryConfigurationCommand.d.ts +22 -24
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLifecycleConfigurationCommand.d.ts +85 -41
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLocationCommand.d.ts +23 -25
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLoggingCommand.d.ts +22 -24
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketMetadataTableConfigurationCommand.d.ts +111 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketMetricsConfigurationCommand.d.ts +22 -24
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketNotificationConfigurationCommand.d.ts +22 -24
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketOwnershipControlsCommand.d.ts +22 -24
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyCommand.d.ts +55 -47
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyStatusCommand.d.ts +22 -24
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketReplicationCommand.d.ts +23 -25
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketRequestPaymentCommand.d.ts +22 -24
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketTaggingCommand.d.ts +22 -24
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketVersioningCommand.d.ts +22 -24
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketWebsiteCommand.d.ts +22 -24
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAclCommand.d.ts +22 -24
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAttributesCommand.d.ts +92 -66
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectCommand.d.ts +111 -84
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectLegalHoldCommand.d.ts +22 -24
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectLockConfigurationCommand.d.ts +22 -24
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectRetentionCommand.d.ts +22 -24
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectTaggingCommand.d.ts +41 -43
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectTorrentCommand.d.ts +23 -25
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetPublicAccessBlockCommand.d.ts +22 -24
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadBucketCommand.d.ts +62 -45
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadObjectCommand.d.ts +101 -65
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketAnalyticsConfigurationsCommand.d.ts +22 -24
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketIntelligentTieringConfigurationsCommand.d.ts +22 -24
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketInventoryConfigurationsCommand.d.ts +22 -24
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketMetricsConfigurationsCommand.d.ts +22 -24
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketsCommand.d.ts +43 -30
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListDirectoryBucketsCommand.d.ts +37 -28
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListMultipartUploadsCommand.d.ts +108 -89
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectVersionsCommand.d.ts +25 -26
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsCommand.d.ts +24 -25
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsV2Command.d.ts +60 -37
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListPartsCommand.d.ts +49 -43
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAccelerateConfigurationCommand.d.ts +23 -25
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAclCommand.d.ts +23 -25
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAnalyticsConfigurationCommand.d.ts +22 -24
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketCorsCommand.d.ts +24 -26
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketEncryptionCommand.d.ts +133 -42
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts +23 -25
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketInventoryConfigurationCommand.d.ts +23 -25
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts +116 -78
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLoggingCommand.d.ts +24 -26
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketMetricsConfigurationCommand.d.ts +23 -25
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketNotificationConfigurationCommand.d.ts +23 -25
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketOwnershipControlsCommand.d.ts +23 -25
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketPolicyCommand.d.ts +57 -49
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketReplicationCommand.d.ts +26 -29
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketRequestPaymentCommand.d.ts +23 -25
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketTaggingCommand.d.ts +23 -25
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketVersioningCommand.d.ts +31 -25
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketWebsiteCommand.d.ts +23 -25
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectAclCommand.d.ts +23 -25
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectCommand.d.ts +158 -93
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLegalHoldCommand.d.ts +23 -25
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLockConfigurationCommand.d.ts +25 -27
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectRetentionCommand.d.ts +23 -25
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectTaggingCommand.d.ts +23 -25
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutPublicAccessBlockCommand.d.ts +23 -25
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/RestoreObjectCommand.d.ts +24 -85
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/SelectObjectContentCommand.d.ts +23 -25
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCommand.d.ts +95 -68
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCopyCommand.d.ts +132 -85
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/WriteGetObjectResponseCommand.d.ts +24 -25
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/index.d.ts +3 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/endpoint/EndpointParameters.d.ts +43 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/extensionConfiguration.d.ts +2 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/index.d.ts +2 -3
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/models/S3ServiceException.d.ts +2 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts +3842 -3109
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/models/models_1.d.ts +1620 -883
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/pagination/ListBucketsPaginator.d.ts +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/pagination/ListDirectoryBucketsPaginator.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/pagination/ListObjectsV2Paginator.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/pagination/ListPartsPaginator.d.ts +1 -1
- 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 +27 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.browser.d.ts +21 -13
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.d.ts +20 -12
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.native.d.ts +25 -17
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.shared.d.ts +4 -2
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/S3.d.ts +71 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/S3Client.d.ts +47 -24
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +32 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +55 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/AbortMultipartUploadCommand.d.ts +33 -24
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/CompleteMultipartUploadCommand.d.ts +33 -24
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/CopyObjectCommand.d.ts +35 -23
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/CreateBucketCommand.d.ts +35 -23
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/CreateBucketMetadataTableConfigurationCommand.d.ts +47 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/CreateMultipartUploadCommand.d.ts +33 -24
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/CreateSessionCommand.d.ts +35 -23
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketAnalyticsConfigurationCommand.d.ts +33 -24
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketCommand.d.ts +35 -23
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketCorsCommand.d.ts +35 -23
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketEncryptionCommand.d.ts +33 -24
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketIntelligentTieringConfigurationCommand.d.ts +33 -24
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketInventoryConfigurationCommand.d.ts +33 -24
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketLifecycleCommand.d.ts +33 -24
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketMetadataTableConfigurationCommand.d.ts +47 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketMetricsConfigurationCommand.d.ts +33 -24
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketOwnershipControlsCommand.d.ts +33 -24
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketPolicyCommand.d.ts +35 -23
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketReplicationCommand.d.ts +33 -24
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketTaggingCommand.d.ts +35 -23
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketWebsiteCommand.d.ts +35 -23
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteObjectCommand.d.ts +35 -23
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteObjectTaggingCommand.d.ts +35 -23
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteObjectsCommand.d.ts +35 -23
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeletePublicAccessBlockCommand.d.ts +33 -24
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketAccelerateConfigurationCommand.d.ts +33 -24
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketAclCommand.d.ts +35 -23
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketAnalyticsConfigurationCommand.d.ts +33 -24
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketCorsCommand.d.ts +35 -23
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketEncryptionCommand.d.ts +35 -23
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketIntelligentTieringConfigurationCommand.d.ts +33 -24
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketInventoryConfigurationCommand.d.ts +33 -24
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketLifecycleConfigurationCommand.d.ts +33 -24
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketLocationCommand.d.ts +35 -23
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketLoggingCommand.d.ts +35 -23
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketMetadataTableConfigurationCommand.d.ts +51 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketMetricsConfigurationCommand.d.ts +33 -24
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketNotificationConfigurationCommand.d.ts +33 -24
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketOwnershipControlsCommand.d.ts +33 -24
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketPolicyCommand.d.ts +35 -23
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketPolicyStatusCommand.d.ts +33 -24
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketReplicationCommand.d.ts +33 -24
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketRequestPaymentCommand.d.ts +33 -24
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketTaggingCommand.d.ts +35 -23
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketVersioningCommand.d.ts +35 -23
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketWebsiteCommand.d.ts +35 -23
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectAclCommand.d.ts +35 -23
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectAttributesCommand.d.ts +35 -23
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectCommand.d.ts +34 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectLegalHoldCommand.d.ts +35 -23
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectLockConfigurationCommand.d.ts +33 -24
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectRetentionCommand.d.ts +35 -23
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectTaggingCommand.d.ts +35 -23
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectTorrentCommand.d.ts +34 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetPublicAccessBlockCommand.d.ts +33 -24
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/HeadBucketCommand.d.ts +35 -23
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/HeadObjectCommand.d.ts +35 -23
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListBucketAnalyticsConfigurationsCommand.d.ts +33 -24
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListBucketIntelligentTieringConfigurationsCommand.d.ts +33 -24
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListBucketInventoryConfigurationsCommand.d.ts +33 -24
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListBucketMetricsConfigurationsCommand.d.ts +33 -24
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListBucketsCommand.d.ts +37 -25
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListDirectoryBucketsCommand.d.ts +33 -24
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListMultipartUploadsCommand.d.ts +33 -24
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListObjectVersionsCommand.d.ts +35 -23
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListObjectsCommand.d.ts +35 -23
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListObjectsV2Command.d.ts +35 -23
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListPartsCommand.d.ts +35 -23
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketAccelerateConfigurationCommand.d.ts +33 -24
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketAclCommand.d.ts +35 -23
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketAnalyticsConfigurationCommand.d.ts +33 -24
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketCorsCommand.d.ts +36 -24
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketEncryptionCommand.d.ts +36 -24
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts +34 -25
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketInventoryConfigurationCommand.d.ts +34 -25
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketLifecycleConfigurationCommand.d.ts +38 -25
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketLoggingCommand.d.ts +36 -24
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketMetricsConfigurationCommand.d.ts +34 -25
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketNotificationConfigurationCommand.d.ts +34 -25
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketOwnershipControlsCommand.d.ts +34 -25
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketPolicyCommand.d.ts +36 -24
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketReplicationCommand.d.ts +33 -24
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketRequestPaymentCommand.d.ts +33 -24
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketTaggingCommand.d.ts +35 -23
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketVersioningCommand.d.ts +35 -23
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketWebsiteCommand.d.ts +35 -23
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectAclCommand.d.ts +35 -23
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectCommand.d.ts +34 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectLegalHoldCommand.d.ts +35 -23
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectLockConfigurationCommand.d.ts +33 -24
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectRetentionCommand.d.ts +35 -23
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectTaggingCommand.d.ts +35 -23
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutPublicAccessBlockCommand.d.ts +33 -24
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/RestoreObjectCommand.d.ts +35 -23
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/SelectObjectContentCommand.d.ts +35 -23
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/UploadPartCommand.d.ts +34 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/UploadPartCopyCommand.d.ts +35 -23
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/WriteGetObjectResponseCommand.d.ts +32 -21
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/index.d.ts +3 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +43 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/extensionConfiguration.d.ts +3 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/index.d.ts +0 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/S3ServiceException.d.ts +2 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_0.d.ts +878 -916
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_1.d.ts +404 -271
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/pagination/ListBucketsPaginator.d.ts +11 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/pagination/ListDirectoryBucketsPaginator.d.ts +3 -3
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/pagination/ListObjectsV2Paginator.d.ts +3 -3
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/pagination/ListPartsPaginator.d.ts +3 -3
- 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 +36 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.browser.d.ts +48 -31
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.d.ts +48 -31
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.native.d.ts +75 -39
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -2
- package/dist/node_modules/@aws-sdk/client-s3/package.json +1 -1
- package/dist/node_modules/mime-match/package.json +1 -1
- package/dist/node_modules/mkdirp/package.json +1 -1
- package/dist/node_modules/multer-aliyun-oss/package.json +1 -1
- package/dist/node_modules/multer-cos/package.json +1 -1
- package/dist/node_modules/multer-s3/index.js +40813 -33
- package/dist/node_modules/multer-s3/package.json +1 -1
- package/package.json +3 -3
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/S3.js +0 -201
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/S3Client.js +0 -53
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/AbortMultipartUploadCommand.js +0 -59
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/CompleteMultipartUploadCommand.js +0 -64
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/CopyObjectCommand.js +0 -63
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/CreateBucketCommand.js +0 -62
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/CreateMultipartUploadCommand.js +0 -62
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/CreateSessionCommand.js +0 -59
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketAnalyticsConfigurationCommand.js +0 -59
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketCommand.js +0 -59
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketCorsCommand.js +0 -59
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketEncryptionCommand.js +0 -59
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketIntelligentTieringConfigurationCommand.js +0 -59
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketInventoryConfigurationCommand.js +0 -59
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketLifecycleCommand.js +0 -59
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketMetricsConfigurationCommand.js +0 -59
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketOwnershipControlsCommand.js +0 -59
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketPolicyCommand.js +0 -59
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketReplicationCommand.js +0 -59
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketTaggingCommand.js +0 -59
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketWebsiteCommand.js +0 -59
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteObjectCommand.js +0 -59
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteObjectTaggingCommand.js +0 -58
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteObjectsCommand.js +0 -64
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeletePublicAccessBlockCommand.js +0 -59
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketAccelerateConfigurationCommand.js +0 -59
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketAclCommand.js +0 -59
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketAnalyticsConfigurationCommand.js +0 -59
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketCorsCommand.js +0 -59
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketEncryptionCommand.js +0 -60
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketIntelligentTieringConfigurationCommand.js +0 -59
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketInventoryConfigurationCommand.js +0 -60
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketLifecycleConfigurationCommand.js +0 -59
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketLocationCommand.js +0 -59
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketLoggingCommand.js +0 -59
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketMetricsConfigurationCommand.js +0 -59
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketNotificationConfigurationCommand.js +0 -59
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketOwnershipControlsCommand.js +0 -59
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketPolicyCommand.js +0 -59
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketPolicyStatusCommand.js +0 -59
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketReplicationCommand.js +0 -59
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketRequestPaymentCommand.js +0 -59
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketTaggingCommand.js +0 -59
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketVersioningCommand.js +0 -59
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketWebsiteCommand.js +0 -59
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetObjectAclCommand.js +0 -59
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetObjectAttributesCommand.js +0 -61
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetObjectCommand.js +0 -69
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetObjectLegalHoldCommand.js +0 -58
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetObjectLockConfigurationCommand.js +0 -58
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetObjectRetentionCommand.js +0 -58
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetObjectTaggingCommand.js +0 -58
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetObjectTorrentCommand.js +0 -59
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetPublicAccessBlockCommand.js +0 -59
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/HeadBucketCommand.js +0 -58
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/HeadObjectCommand.js +0 -62
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListBucketAnalyticsConfigurationsCommand.js +0 -59
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListBucketIntelligentTieringConfigurationsCommand.js +0 -59
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListBucketInventoryConfigurationsCommand.js +0 -60
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListBucketMetricsConfigurationsCommand.js +0 -58
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListBucketsCommand.js +0 -57
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListDirectoryBucketsCommand.js +0 -58
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListMultipartUploadsCommand.js +0 -59
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListObjectVersionsCommand.js +0 -59
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListObjectsCommand.js +0 -59
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListObjectsV2Command.js +0 -59
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListPartsCommand.js +0 -62
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketAccelerateConfigurationCommand.js +0 -65
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketAclCommand.js +0 -65
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketAnalyticsConfigurationCommand.js +0 -59
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketCorsCommand.js +0 -65
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketEncryptionCommand.js +0 -66
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketIntelligentTieringConfigurationCommand.js +0 -59
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketInventoryConfigurationCommand.js +0 -60
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketLifecycleConfigurationCommand.js +0 -65
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketLoggingCommand.js +0 -65
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketMetricsConfigurationCommand.js +0 -59
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketNotificationConfigurationCommand.js +0 -59
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketOwnershipControlsCommand.js +0 -61
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketPolicyCommand.js +0 -65
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketReplicationCommand.js +0 -65
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketRequestPaymentCommand.js +0 -65
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketTaggingCommand.js +0 -65
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketVersioningCommand.js +0 -65
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketWebsiteCommand.js +0 -65
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutObjectAclCommand.js +0 -65
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutObjectCommand.js +0 -70
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutObjectLegalHoldCommand.js +0 -64
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutObjectLockConfigurationCommand.js +0 -64
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutObjectRetentionCommand.js +0 -64
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutObjectTaggingCommand.js +0 -64
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutPublicAccessBlockCommand.js +0 -65
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/RestoreObjectCommand.js +0 -65
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/SelectObjectContentCommand.js +0 -64
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/UploadPartCommand.js +0 -68
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/UploadPartCopyCommand.js +0 -63
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/WriteGetObjectResponseCommand.js +0 -59
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/index.js +0 -98
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/endpoint/EndpointParameters.js +0 -16
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/extensionConfiguration.js +0 -2
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/models/S3ServiceException.js +0 -12
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/models/index.js +0 -5
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/models/models_0.js +0 -647
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/models/models_1.js +0 -156
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/pagination/Interfaces.js +0 -2
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/pagination/ListDirectoryBucketsPaginator.js +0 -29
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/pagination/ListObjectsV2Paginator.js +0 -29
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/pagination/ListPartsPaginator.js +0 -29
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/pagination/index.js +0 -7
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/protocols/Aws_restXml.js +0 -9820
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/runtimeExtensions.js +0 -22
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/waiters/index.js +0 -7
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/waiters/waitForBucketExists.js +0 -31
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/waiters/waitForBucketNotExists.js +0 -30
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/waiters/waitForObjectExists.js +0 -31
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/waiters/waitForObjectNotExists.js +0 -30
|
@@ -4,15 +4,24 @@ import {
|
|
|
4
4
|
AccessControlPolicy,
|
|
5
5
|
BucketVersioningStatus,
|
|
6
6
|
ChecksumAlgorithm,
|
|
7
|
+
ChecksumType,
|
|
8
|
+
CORSRule,
|
|
7
9
|
ErrorDocument,
|
|
8
10
|
Grant,
|
|
9
11
|
IndexDocument,
|
|
12
|
+
IntelligentTieringConfiguration,
|
|
13
|
+
InventoryConfiguration,
|
|
14
|
+
LifecycleRule,
|
|
15
|
+
LoggingEnabled,
|
|
16
|
+
MetricsConfiguration,
|
|
17
|
+
NotificationConfiguration,
|
|
10
18
|
ObjectCannedACL,
|
|
11
19
|
ObjectLockConfiguration,
|
|
12
20
|
ObjectLockLegalHold,
|
|
13
21
|
ObjectLockLegalHoldStatus,
|
|
14
22
|
ObjectLockMode,
|
|
15
23
|
ObjectLockRetention,
|
|
24
|
+
OwnershipControls,
|
|
16
25
|
Payer,
|
|
17
26
|
PublicAccessBlockConfiguration,
|
|
18
27
|
RedirectAllRequestsTo,
|
|
@@ -22,37 +31,122 @@ import {
|
|
|
22
31
|
RequestPayer,
|
|
23
32
|
RoutingRule,
|
|
24
33
|
ServerSideEncryption,
|
|
34
|
+
ServerSideEncryptionConfiguration,
|
|
25
35
|
StorageClass,
|
|
26
36
|
Tag,
|
|
37
|
+
TransitionDefaultMinimumObjectSize,
|
|
27
38
|
} from "./models_0";
|
|
28
39
|
import { S3ServiceException as __BaseException } from "./S3ServiceException";
|
|
40
|
+
export interface CORSConfiguration {
|
|
41
|
+
CORSRules: CORSRule[] | undefined;
|
|
42
|
+
}
|
|
43
|
+
export interface PutBucketCorsRequest {
|
|
44
|
+
Bucket: string | undefined;
|
|
45
|
+
CORSConfiguration: CORSConfiguration | undefined;
|
|
46
|
+
ContentMD5?: string | undefined;
|
|
47
|
+
ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
|
|
48
|
+
ExpectedBucketOwner?: string | undefined;
|
|
49
|
+
}
|
|
50
|
+
export interface PutBucketEncryptionRequest {
|
|
51
|
+
Bucket: string | undefined;
|
|
52
|
+
ContentMD5?: string | undefined;
|
|
53
|
+
ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
|
|
54
|
+
ServerSideEncryptionConfiguration:
|
|
55
|
+
| ServerSideEncryptionConfiguration
|
|
56
|
+
| undefined;
|
|
57
|
+
ExpectedBucketOwner?: string | undefined;
|
|
58
|
+
}
|
|
59
|
+
export interface PutBucketIntelligentTieringConfigurationRequest {
|
|
60
|
+
Bucket: string | undefined;
|
|
61
|
+
Id: string | undefined;
|
|
62
|
+
IntelligentTieringConfiguration: IntelligentTieringConfiguration | undefined;
|
|
63
|
+
}
|
|
64
|
+
export interface PutBucketInventoryConfigurationRequest {
|
|
65
|
+
Bucket: string | undefined;
|
|
66
|
+
Id: string | undefined;
|
|
67
|
+
InventoryConfiguration: InventoryConfiguration | undefined;
|
|
68
|
+
ExpectedBucketOwner?: string | undefined;
|
|
69
|
+
}
|
|
70
|
+
export interface PutBucketLifecycleConfigurationOutput {
|
|
71
|
+
TransitionDefaultMinimumObjectSize?:
|
|
72
|
+
| TransitionDefaultMinimumObjectSize
|
|
73
|
+
| undefined;
|
|
74
|
+
}
|
|
75
|
+
export interface BucketLifecycleConfiguration {
|
|
76
|
+
Rules: LifecycleRule[] | undefined;
|
|
77
|
+
}
|
|
78
|
+
export interface PutBucketLifecycleConfigurationRequest {
|
|
79
|
+
Bucket: string | undefined;
|
|
80
|
+
ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
|
|
81
|
+
LifecycleConfiguration?: BucketLifecycleConfiguration | undefined;
|
|
82
|
+
ExpectedBucketOwner?: string | undefined;
|
|
83
|
+
TransitionDefaultMinimumObjectSize?:
|
|
84
|
+
| TransitionDefaultMinimumObjectSize
|
|
85
|
+
| undefined;
|
|
86
|
+
}
|
|
87
|
+
export interface BucketLoggingStatus {
|
|
88
|
+
LoggingEnabled?: LoggingEnabled | undefined;
|
|
89
|
+
}
|
|
90
|
+
export interface PutBucketLoggingRequest {
|
|
91
|
+
Bucket: string | undefined;
|
|
92
|
+
BucketLoggingStatus: BucketLoggingStatus | undefined;
|
|
93
|
+
ContentMD5?: string | undefined;
|
|
94
|
+
ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
|
|
95
|
+
ExpectedBucketOwner?: string | undefined;
|
|
96
|
+
}
|
|
97
|
+
export interface PutBucketMetricsConfigurationRequest {
|
|
98
|
+
Bucket: string | undefined;
|
|
99
|
+
Id: string | undefined;
|
|
100
|
+
MetricsConfiguration: MetricsConfiguration | undefined;
|
|
101
|
+
ExpectedBucketOwner?: string | undefined;
|
|
102
|
+
}
|
|
103
|
+
export interface PutBucketNotificationConfigurationRequest {
|
|
104
|
+
Bucket: string | undefined;
|
|
105
|
+
NotificationConfiguration: NotificationConfiguration | undefined;
|
|
106
|
+
ExpectedBucketOwner?: string | undefined;
|
|
107
|
+
SkipDestinationValidation?: boolean | undefined;
|
|
108
|
+
}
|
|
109
|
+
export interface PutBucketOwnershipControlsRequest {
|
|
110
|
+
Bucket: string | undefined;
|
|
111
|
+
ContentMD5?: string | undefined;
|
|
112
|
+
ExpectedBucketOwner?: string | undefined;
|
|
113
|
+
OwnershipControls: OwnershipControls | undefined;
|
|
114
|
+
}
|
|
115
|
+
export interface PutBucketPolicyRequest {
|
|
116
|
+
Bucket: string | undefined;
|
|
117
|
+
ContentMD5?: string | undefined;
|
|
118
|
+
ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
|
|
119
|
+
ConfirmRemoveSelfBucketAccess?: boolean | undefined;
|
|
120
|
+
Policy: string | undefined;
|
|
121
|
+
ExpectedBucketOwner?: string | undefined;
|
|
122
|
+
}
|
|
29
123
|
export interface PutBucketReplicationRequest {
|
|
30
124
|
Bucket: string | undefined;
|
|
31
|
-
ContentMD5?: string;
|
|
32
|
-
ChecksumAlgorithm?: ChecksumAlgorithm;
|
|
125
|
+
ContentMD5?: string | undefined;
|
|
126
|
+
ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
|
|
33
127
|
ReplicationConfiguration: ReplicationConfiguration | undefined;
|
|
34
|
-
Token?: string;
|
|
35
|
-
ExpectedBucketOwner?: string;
|
|
128
|
+
Token?: string | undefined;
|
|
129
|
+
ExpectedBucketOwner?: string | undefined;
|
|
36
130
|
}
|
|
37
131
|
export interface RequestPaymentConfiguration {
|
|
38
132
|
Payer: Payer | undefined;
|
|
39
133
|
}
|
|
40
134
|
export interface PutBucketRequestPaymentRequest {
|
|
41
135
|
Bucket: string | undefined;
|
|
42
|
-
ContentMD5?: string;
|
|
43
|
-
ChecksumAlgorithm?: ChecksumAlgorithm;
|
|
136
|
+
ContentMD5?: string | undefined;
|
|
137
|
+
ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
|
|
44
138
|
RequestPaymentConfiguration: RequestPaymentConfiguration | undefined;
|
|
45
|
-
ExpectedBucketOwner?: string;
|
|
139
|
+
ExpectedBucketOwner?: string | undefined;
|
|
46
140
|
}
|
|
47
141
|
export interface Tagging {
|
|
48
142
|
TagSet: Tag[] | undefined;
|
|
49
143
|
}
|
|
50
144
|
export interface PutBucketTaggingRequest {
|
|
51
145
|
Bucket: string | undefined;
|
|
52
|
-
ContentMD5?: string;
|
|
53
|
-
ChecksumAlgorithm?: ChecksumAlgorithm;
|
|
146
|
+
ContentMD5?: string | undefined;
|
|
147
|
+
ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
|
|
54
148
|
Tagging: Tagging | undefined;
|
|
55
|
-
ExpectedBucketOwner?: string;
|
|
149
|
+
ExpectedBucketOwner?: string | undefined;
|
|
56
150
|
}
|
|
57
151
|
export declare const MFADelete: {
|
|
58
152
|
readonly Disabled: "Disabled";
|
|
@@ -60,162 +154,191 @@ export declare const MFADelete: {
|
|
|
60
154
|
};
|
|
61
155
|
export type MFADelete = (typeof MFADelete)[keyof typeof MFADelete];
|
|
62
156
|
export interface VersioningConfiguration {
|
|
63
|
-
MFADelete?: MFADelete;
|
|
64
|
-
Status?: BucketVersioningStatus;
|
|
157
|
+
MFADelete?: MFADelete | undefined;
|
|
158
|
+
Status?: BucketVersioningStatus | undefined;
|
|
65
159
|
}
|
|
66
160
|
export interface PutBucketVersioningRequest {
|
|
67
161
|
Bucket: string | undefined;
|
|
68
|
-
ContentMD5?: string;
|
|
69
|
-
ChecksumAlgorithm?: ChecksumAlgorithm;
|
|
70
|
-
MFA?: string;
|
|
162
|
+
ContentMD5?: string | undefined;
|
|
163
|
+
ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
|
|
164
|
+
MFA?: string | undefined;
|
|
71
165
|
VersioningConfiguration: VersioningConfiguration | undefined;
|
|
72
|
-
ExpectedBucketOwner?: string;
|
|
166
|
+
ExpectedBucketOwner?: string | undefined;
|
|
73
167
|
}
|
|
74
168
|
export interface WebsiteConfiguration {
|
|
75
|
-
ErrorDocument?: ErrorDocument;
|
|
76
|
-
IndexDocument?: IndexDocument;
|
|
77
|
-
RedirectAllRequestsTo?: RedirectAllRequestsTo;
|
|
78
|
-
RoutingRules?: RoutingRule[];
|
|
169
|
+
ErrorDocument?: ErrorDocument | undefined;
|
|
170
|
+
IndexDocument?: IndexDocument | undefined;
|
|
171
|
+
RedirectAllRequestsTo?: RedirectAllRequestsTo | undefined;
|
|
172
|
+
RoutingRules?: RoutingRule[] | undefined;
|
|
79
173
|
}
|
|
80
174
|
export interface PutBucketWebsiteRequest {
|
|
81
175
|
Bucket: string | undefined;
|
|
82
|
-
ContentMD5?: string;
|
|
83
|
-
ChecksumAlgorithm?: ChecksumAlgorithm;
|
|
176
|
+
ContentMD5?: string | undefined;
|
|
177
|
+
ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
|
|
84
178
|
WebsiteConfiguration: WebsiteConfiguration | undefined;
|
|
85
|
-
ExpectedBucketOwner?: string;
|
|
179
|
+
ExpectedBucketOwner?: string | undefined;
|
|
180
|
+
}
|
|
181
|
+
export declare class EncryptionTypeMismatch extends __BaseException {
|
|
182
|
+
readonly name: "EncryptionTypeMismatch";
|
|
183
|
+
readonly $fault: "client";
|
|
184
|
+
constructor(
|
|
185
|
+
opts: __ExceptionOptionType<EncryptionTypeMismatch, __BaseException>
|
|
186
|
+
);
|
|
187
|
+
}
|
|
188
|
+
export declare class InvalidRequest extends __BaseException {
|
|
189
|
+
readonly name: "InvalidRequest";
|
|
190
|
+
readonly $fault: "client";
|
|
191
|
+
constructor(opts: __ExceptionOptionType<InvalidRequest, __BaseException>);
|
|
192
|
+
}
|
|
193
|
+
export declare class InvalidWriteOffset extends __BaseException {
|
|
194
|
+
readonly name: "InvalidWriteOffset";
|
|
195
|
+
readonly $fault: "client";
|
|
196
|
+
constructor(opts: __ExceptionOptionType<InvalidWriteOffset, __BaseException>);
|
|
86
197
|
}
|
|
87
198
|
export interface PutObjectOutput {
|
|
88
|
-
Expiration?: string;
|
|
89
|
-
ETag?: string;
|
|
90
|
-
ChecksumCRC32?: string;
|
|
91
|
-
ChecksumCRC32C?: string;
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
199
|
+
Expiration?: string | undefined;
|
|
200
|
+
ETag?: string | undefined;
|
|
201
|
+
ChecksumCRC32?: string | undefined;
|
|
202
|
+
ChecksumCRC32C?: string | undefined;
|
|
203
|
+
ChecksumCRC64NVME?: string | undefined;
|
|
204
|
+
ChecksumSHA1?: string | undefined;
|
|
205
|
+
ChecksumSHA256?: string | undefined;
|
|
206
|
+
ChecksumType?: ChecksumType | undefined;
|
|
207
|
+
ServerSideEncryption?: ServerSideEncryption | undefined;
|
|
208
|
+
VersionId?: string | undefined;
|
|
209
|
+
SSECustomerAlgorithm?: string | undefined;
|
|
210
|
+
SSECustomerKeyMD5?: string | undefined;
|
|
211
|
+
SSEKMSKeyId?: string | undefined;
|
|
212
|
+
SSEKMSEncryptionContext?: string | undefined;
|
|
213
|
+
BucketKeyEnabled?: boolean | undefined;
|
|
214
|
+
Size?: number | undefined;
|
|
215
|
+
RequestCharged?: RequestCharged | undefined;
|
|
102
216
|
}
|
|
103
217
|
export interface PutObjectRequest {
|
|
104
|
-
ACL?: ObjectCannedACL;
|
|
105
|
-
Body?: StreamingBlobTypes;
|
|
218
|
+
ACL?: ObjectCannedACL | undefined;
|
|
219
|
+
Body?: StreamingBlobTypes | undefined;
|
|
106
220
|
Bucket: string | undefined;
|
|
107
|
-
CacheControl?: string;
|
|
108
|
-
ContentDisposition?: string;
|
|
109
|
-
ContentEncoding?: string;
|
|
110
|
-
ContentLanguage?: string;
|
|
111
|
-
ContentLength?: number;
|
|
112
|
-
ContentMD5?: string;
|
|
113
|
-
ContentType?: string;
|
|
114
|
-
ChecksumAlgorithm?: ChecksumAlgorithm;
|
|
115
|
-
ChecksumCRC32?: string;
|
|
116
|
-
ChecksumCRC32C?: string;
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
221
|
+
CacheControl?: string | undefined;
|
|
222
|
+
ContentDisposition?: string | undefined;
|
|
223
|
+
ContentEncoding?: string | undefined;
|
|
224
|
+
ContentLanguage?: string | undefined;
|
|
225
|
+
ContentLength?: number | undefined;
|
|
226
|
+
ContentMD5?: string | undefined;
|
|
227
|
+
ContentType?: string | undefined;
|
|
228
|
+
ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
|
|
229
|
+
ChecksumCRC32?: string | undefined;
|
|
230
|
+
ChecksumCRC32C?: string | undefined;
|
|
231
|
+
ChecksumCRC64NVME?: string | undefined;
|
|
232
|
+
ChecksumSHA1?: string | undefined;
|
|
233
|
+
ChecksumSHA256?: string | undefined;
|
|
234
|
+
Expires?: Date | undefined;
|
|
235
|
+
IfMatch?: string | undefined;
|
|
236
|
+
IfNoneMatch?: string | undefined;
|
|
237
|
+
GrantFullControl?: string | undefined;
|
|
238
|
+
GrantRead?: string | undefined;
|
|
239
|
+
GrantReadACP?: string | undefined;
|
|
240
|
+
GrantWriteACP?: string | undefined;
|
|
124
241
|
Key: string | undefined;
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
242
|
+
WriteOffsetBytes?: number | undefined;
|
|
243
|
+
Metadata?: Record<string, string> | undefined;
|
|
244
|
+
ServerSideEncryption?: ServerSideEncryption | undefined;
|
|
245
|
+
StorageClass?: StorageClass | undefined;
|
|
246
|
+
WebsiteRedirectLocation?: string | undefined;
|
|
247
|
+
SSECustomerAlgorithm?: string | undefined;
|
|
248
|
+
SSECustomerKey?: string | undefined;
|
|
249
|
+
SSECustomerKeyMD5?: string | undefined;
|
|
250
|
+
SSEKMSKeyId?: string | undefined;
|
|
251
|
+
SSEKMSEncryptionContext?: string | undefined;
|
|
252
|
+
BucketKeyEnabled?: boolean | undefined;
|
|
253
|
+
RequestPayer?: RequestPayer | undefined;
|
|
254
|
+
Tagging?: string | undefined;
|
|
255
|
+
ObjectLockMode?: ObjectLockMode | undefined;
|
|
256
|
+
ObjectLockRetainUntilDate?: Date | undefined;
|
|
257
|
+
ObjectLockLegalHoldStatus?: ObjectLockLegalHoldStatus | undefined;
|
|
258
|
+
ExpectedBucketOwner?: string | undefined;
|
|
259
|
+
}
|
|
260
|
+
export declare class TooManyParts extends __BaseException {
|
|
261
|
+
readonly name: "TooManyParts";
|
|
262
|
+
readonly $fault: "client";
|
|
263
|
+
constructor(opts: __ExceptionOptionType<TooManyParts, __BaseException>);
|
|
141
264
|
}
|
|
142
265
|
export interface PutObjectAclOutput {
|
|
143
|
-
RequestCharged?: RequestCharged;
|
|
266
|
+
RequestCharged?: RequestCharged | undefined;
|
|
144
267
|
}
|
|
145
268
|
export interface PutObjectAclRequest {
|
|
146
|
-
ACL?: ObjectCannedACL;
|
|
147
|
-
AccessControlPolicy?: AccessControlPolicy;
|
|
269
|
+
ACL?: ObjectCannedACL | undefined;
|
|
270
|
+
AccessControlPolicy?: AccessControlPolicy | undefined;
|
|
148
271
|
Bucket: string | undefined;
|
|
149
|
-
ContentMD5?: string;
|
|
150
|
-
ChecksumAlgorithm?: ChecksumAlgorithm;
|
|
151
|
-
GrantFullControl?: string;
|
|
152
|
-
GrantRead?: string;
|
|
153
|
-
GrantReadACP?: string;
|
|
154
|
-
GrantWrite?: string;
|
|
155
|
-
GrantWriteACP?: string;
|
|
272
|
+
ContentMD5?: string | undefined;
|
|
273
|
+
ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
|
|
274
|
+
GrantFullControl?: string | undefined;
|
|
275
|
+
GrantRead?: string | undefined;
|
|
276
|
+
GrantReadACP?: string | undefined;
|
|
277
|
+
GrantWrite?: string | undefined;
|
|
278
|
+
GrantWriteACP?: string | undefined;
|
|
156
279
|
Key: string | undefined;
|
|
157
|
-
RequestPayer?: RequestPayer;
|
|
158
|
-
VersionId?: string;
|
|
159
|
-
ExpectedBucketOwner?: string;
|
|
280
|
+
RequestPayer?: RequestPayer | undefined;
|
|
281
|
+
VersionId?: string | undefined;
|
|
282
|
+
ExpectedBucketOwner?: string | undefined;
|
|
160
283
|
}
|
|
161
284
|
export interface PutObjectLegalHoldOutput {
|
|
162
|
-
RequestCharged?: RequestCharged;
|
|
285
|
+
RequestCharged?: RequestCharged | undefined;
|
|
163
286
|
}
|
|
164
287
|
export interface PutObjectLegalHoldRequest {
|
|
165
288
|
Bucket: string | undefined;
|
|
166
289
|
Key: string | undefined;
|
|
167
|
-
LegalHold?: ObjectLockLegalHold;
|
|
168
|
-
RequestPayer?: RequestPayer;
|
|
169
|
-
VersionId?: string;
|
|
170
|
-
ContentMD5?: string;
|
|
171
|
-
ChecksumAlgorithm?: ChecksumAlgorithm;
|
|
172
|
-
ExpectedBucketOwner?: string;
|
|
290
|
+
LegalHold?: ObjectLockLegalHold | undefined;
|
|
291
|
+
RequestPayer?: RequestPayer | undefined;
|
|
292
|
+
VersionId?: string | undefined;
|
|
293
|
+
ContentMD5?: string | undefined;
|
|
294
|
+
ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
|
|
295
|
+
ExpectedBucketOwner?: string | undefined;
|
|
173
296
|
}
|
|
174
297
|
export interface PutObjectLockConfigurationOutput {
|
|
175
|
-
RequestCharged?: RequestCharged;
|
|
298
|
+
RequestCharged?: RequestCharged | undefined;
|
|
176
299
|
}
|
|
177
300
|
export interface PutObjectLockConfigurationRequest {
|
|
178
301
|
Bucket: string | undefined;
|
|
179
|
-
ObjectLockConfiguration?: ObjectLockConfiguration;
|
|
180
|
-
RequestPayer?: RequestPayer;
|
|
181
|
-
Token?: string;
|
|
182
|
-
ContentMD5?: string;
|
|
183
|
-
ChecksumAlgorithm?: ChecksumAlgorithm;
|
|
184
|
-
ExpectedBucketOwner?: string;
|
|
302
|
+
ObjectLockConfiguration?: ObjectLockConfiguration | undefined;
|
|
303
|
+
RequestPayer?: RequestPayer | undefined;
|
|
304
|
+
Token?: string | undefined;
|
|
305
|
+
ContentMD5?: string | undefined;
|
|
306
|
+
ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
|
|
307
|
+
ExpectedBucketOwner?: string | undefined;
|
|
185
308
|
}
|
|
186
309
|
export interface PutObjectRetentionOutput {
|
|
187
|
-
RequestCharged?: RequestCharged;
|
|
310
|
+
RequestCharged?: RequestCharged | undefined;
|
|
188
311
|
}
|
|
189
312
|
export interface PutObjectRetentionRequest {
|
|
190
313
|
Bucket: string | undefined;
|
|
191
314
|
Key: string | undefined;
|
|
192
|
-
Retention?: ObjectLockRetention;
|
|
193
|
-
RequestPayer?: RequestPayer;
|
|
194
|
-
VersionId?: string;
|
|
195
|
-
BypassGovernanceRetention?: boolean;
|
|
196
|
-
ContentMD5?: string;
|
|
197
|
-
ChecksumAlgorithm?: ChecksumAlgorithm;
|
|
198
|
-
ExpectedBucketOwner?: string;
|
|
315
|
+
Retention?: ObjectLockRetention | undefined;
|
|
316
|
+
RequestPayer?: RequestPayer | undefined;
|
|
317
|
+
VersionId?: string | undefined;
|
|
318
|
+
BypassGovernanceRetention?: boolean | undefined;
|
|
319
|
+
ContentMD5?: string | undefined;
|
|
320
|
+
ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
|
|
321
|
+
ExpectedBucketOwner?: string | undefined;
|
|
199
322
|
}
|
|
200
323
|
export interface PutObjectTaggingOutput {
|
|
201
|
-
VersionId?: string;
|
|
324
|
+
VersionId?: string | undefined;
|
|
202
325
|
}
|
|
203
326
|
export interface PutObjectTaggingRequest {
|
|
204
327
|
Bucket: string | undefined;
|
|
205
328
|
Key: string | undefined;
|
|
206
|
-
VersionId?: string;
|
|
207
|
-
ContentMD5?: string;
|
|
208
|
-
ChecksumAlgorithm?: ChecksumAlgorithm;
|
|
329
|
+
VersionId?: string | undefined;
|
|
330
|
+
ContentMD5?: string | undefined;
|
|
331
|
+
ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
|
|
209
332
|
Tagging: Tagging | undefined;
|
|
210
|
-
ExpectedBucketOwner?: string;
|
|
211
|
-
RequestPayer?: RequestPayer;
|
|
333
|
+
ExpectedBucketOwner?: string | undefined;
|
|
334
|
+
RequestPayer?: RequestPayer | undefined;
|
|
212
335
|
}
|
|
213
336
|
export interface PutPublicAccessBlockRequest {
|
|
214
337
|
Bucket: string | undefined;
|
|
215
|
-
ContentMD5?: string;
|
|
216
|
-
ChecksumAlgorithm?: ChecksumAlgorithm;
|
|
338
|
+
ContentMD5?: string | undefined;
|
|
339
|
+
ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
|
|
217
340
|
PublicAccessBlockConfiguration: PublicAccessBlockConfiguration | undefined;
|
|
218
|
-
ExpectedBucketOwner?: string;
|
|
341
|
+
ExpectedBucketOwner?: string | undefined;
|
|
219
342
|
}
|
|
220
343
|
export declare class ObjectAlreadyInActiveTierError extends __BaseException {
|
|
221
344
|
readonly name: "ObjectAlreadyInActiveTierError";
|
|
@@ -225,8 +348,8 @@ export declare class ObjectAlreadyInActiveTierError extends __BaseException {
|
|
|
225
348
|
);
|
|
226
349
|
}
|
|
227
350
|
export interface RestoreObjectOutput {
|
|
228
|
-
RequestCharged?: RequestCharged;
|
|
229
|
-
RestoreOutputPath?: string;
|
|
351
|
+
RequestCharged?: RequestCharged | undefined;
|
|
352
|
+
RestoreOutputPath?: string | undefined;
|
|
230
353
|
}
|
|
231
354
|
export declare const Tier: {
|
|
232
355
|
readonly Bulk: "Bulk";
|
|
@@ -239,25 +362,25 @@ export interface GlacierJobParameters {
|
|
|
239
362
|
}
|
|
240
363
|
export interface Encryption {
|
|
241
364
|
EncryptionType: ServerSideEncryption | undefined;
|
|
242
|
-
KMSKeyId?: string;
|
|
243
|
-
KMSContext?: string;
|
|
365
|
+
KMSKeyId?: string | undefined;
|
|
366
|
+
KMSContext?: string | undefined;
|
|
244
367
|
}
|
|
245
368
|
export interface MetadataEntry {
|
|
246
|
-
Name?: string;
|
|
247
|
-
Value?: string;
|
|
369
|
+
Name?: string | undefined;
|
|
370
|
+
Value?: string | undefined;
|
|
248
371
|
}
|
|
249
372
|
export interface S3Location {
|
|
250
373
|
BucketName: string | undefined;
|
|
251
374
|
Prefix: string | undefined;
|
|
252
|
-
Encryption?: Encryption;
|
|
253
|
-
CannedACL?: ObjectCannedACL;
|
|
254
|
-
AccessControlList?: Grant[];
|
|
255
|
-
Tagging?: Tagging;
|
|
256
|
-
UserMetadata?: MetadataEntry[];
|
|
257
|
-
StorageClass?: StorageClass;
|
|
375
|
+
Encryption?: Encryption | undefined;
|
|
376
|
+
CannedACL?: ObjectCannedACL | undefined;
|
|
377
|
+
AccessControlList?: Grant[] | undefined;
|
|
378
|
+
Tagging?: Tagging | undefined;
|
|
379
|
+
UserMetadata?: MetadataEntry[] | undefined;
|
|
380
|
+
StorageClass?: StorageClass | undefined;
|
|
258
381
|
}
|
|
259
382
|
export interface OutputLocation {
|
|
260
|
-
S3?: S3Location;
|
|
383
|
+
S3?: S3Location | undefined;
|
|
261
384
|
}
|
|
262
385
|
export declare const ExpressionType: {
|
|
263
386
|
readonly SQL: "SQL";
|
|
@@ -279,13 +402,13 @@ export declare const FileHeaderInfo: {
|
|
|
279
402
|
export type FileHeaderInfo =
|
|
280
403
|
(typeof FileHeaderInfo)[keyof typeof FileHeaderInfo];
|
|
281
404
|
export interface CSVInput {
|
|
282
|
-
FileHeaderInfo?: FileHeaderInfo;
|
|
283
|
-
Comments?: string;
|
|
284
|
-
QuoteEscapeCharacter?: string;
|
|
285
|
-
RecordDelimiter?: string;
|
|
286
|
-
FieldDelimiter?: string;
|
|
287
|
-
QuoteCharacter?: string;
|
|
288
|
-
AllowQuotedRecordDelimiter?: boolean;
|
|
405
|
+
FileHeaderInfo?: FileHeaderInfo | undefined;
|
|
406
|
+
Comments?: string | undefined;
|
|
407
|
+
QuoteEscapeCharacter?: string | undefined;
|
|
408
|
+
RecordDelimiter?: string | undefined;
|
|
409
|
+
FieldDelimiter?: string | undefined;
|
|
410
|
+
QuoteCharacter?: string | undefined;
|
|
411
|
+
AllowQuotedRecordDelimiter?: boolean | undefined;
|
|
289
412
|
}
|
|
290
413
|
export declare const JSONType: {
|
|
291
414
|
readonly DOCUMENT: "DOCUMENT";
|
|
@@ -293,14 +416,14 @@ export declare const JSONType: {
|
|
|
293
416
|
};
|
|
294
417
|
export type JSONType = (typeof JSONType)[keyof typeof JSONType];
|
|
295
418
|
export interface JSONInput {
|
|
296
|
-
Type?: JSONType;
|
|
419
|
+
Type?: JSONType | undefined;
|
|
297
420
|
}
|
|
298
421
|
export interface ParquetInput {}
|
|
299
422
|
export interface InputSerialization {
|
|
300
|
-
CSV?: CSVInput;
|
|
301
|
-
CompressionType?: CompressionType;
|
|
302
|
-
JSON?: JSONInput;
|
|
303
|
-
Parquet?: ParquetInput;
|
|
423
|
+
CSV?: CSVInput | undefined;
|
|
424
|
+
CompressionType?: CompressionType | undefined;
|
|
425
|
+
JSON?: JSONInput | undefined;
|
|
426
|
+
Parquet?: ParquetInput | undefined;
|
|
304
427
|
}
|
|
305
428
|
export declare const QuoteFields: {
|
|
306
429
|
readonly ALWAYS: "ALWAYS";
|
|
@@ -308,18 +431,18 @@ export declare const QuoteFields: {
|
|
|
308
431
|
};
|
|
309
432
|
export type QuoteFields = (typeof QuoteFields)[keyof typeof QuoteFields];
|
|
310
433
|
export interface CSVOutput {
|
|
311
|
-
QuoteFields?: QuoteFields;
|
|
312
|
-
QuoteEscapeCharacter?: string;
|
|
313
|
-
RecordDelimiter?: string;
|
|
314
|
-
FieldDelimiter?: string;
|
|
315
|
-
QuoteCharacter?: string;
|
|
434
|
+
QuoteFields?: QuoteFields | undefined;
|
|
435
|
+
QuoteEscapeCharacter?: string | undefined;
|
|
436
|
+
RecordDelimiter?: string | undefined;
|
|
437
|
+
FieldDelimiter?: string | undefined;
|
|
438
|
+
QuoteCharacter?: string | undefined;
|
|
316
439
|
}
|
|
317
440
|
export interface JSONOutput {
|
|
318
|
-
RecordDelimiter?: string;
|
|
441
|
+
RecordDelimiter?: string | undefined;
|
|
319
442
|
}
|
|
320
443
|
export interface OutputSerialization {
|
|
321
|
-
CSV?: CSVOutput;
|
|
322
|
-
JSON?: JSONOutput;
|
|
444
|
+
CSV?: CSVOutput | undefined;
|
|
445
|
+
JSON?: JSONOutput | undefined;
|
|
323
446
|
}
|
|
324
447
|
export interface SelectParameters {
|
|
325
448
|
InputSerialization: InputSerialization | undefined;
|
|
@@ -333,43 +456,43 @@ export declare const RestoreRequestType: {
|
|
|
333
456
|
export type RestoreRequestType =
|
|
334
457
|
(typeof RestoreRequestType)[keyof typeof RestoreRequestType];
|
|
335
458
|
export interface RestoreRequest {
|
|
336
|
-
Days?: number;
|
|
337
|
-
GlacierJobParameters?: GlacierJobParameters;
|
|
338
|
-
Type?: RestoreRequestType;
|
|
339
|
-
Tier?: Tier;
|
|
340
|
-
Description?: string;
|
|
341
|
-
SelectParameters?: SelectParameters;
|
|
342
|
-
OutputLocation?: OutputLocation;
|
|
459
|
+
Days?: number | undefined;
|
|
460
|
+
GlacierJobParameters?: GlacierJobParameters | undefined;
|
|
461
|
+
Type?: RestoreRequestType | undefined;
|
|
462
|
+
Tier?: Tier | undefined;
|
|
463
|
+
Description?: string | undefined;
|
|
464
|
+
SelectParameters?: SelectParameters | undefined;
|
|
465
|
+
OutputLocation?: OutputLocation | undefined;
|
|
343
466
|
}
|
|
344
467
|
export interface RestoreObjectRequest {
|
|
345
468
|
Bucket: string | undefined;
|
|
346
469
|
Key: string | undefined;
|
|
347
|
-
VersionId?: string;
|
|
348
|
-
RestoreRequest?: RestoreRequest;
|
|
349
|
-
RequestPayer?: RequestPayer;
|
|
350
|
-
ChecksumAlgorithm?: ChecksumAlgorithm;
|
|
351
|
-
ExpectedBucketOwner?: string;
|
|
470
|
+
VersionId?: string | undefined;
|
|
471
|
+
RestoreRequest?: RestoreRequest | undefined;
|
|
472
|
+
RequestPayer?: RequestPayer | undefined;
|
|
473
|
+
ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
|
|
474
|
+
ExpectedBucketOwner?: string | undefined;
|
|
352
475
|
}
|
|
353
476
|
export interface ContinuationEvent {}
|
|
354
477
|
export interface EndEvent {}
|
|
355
478
|
export interface Progress {
|
|
356
|
-
BytesScanned?: number;
|
|
357
|
-
BytesProcessed?: number;
|
|
358
|
-
BytesReturned?: number;
|
|
479
|
+
BytesScanned?: number | undefined;
|
|
480
|
+
BytesProcessed?: number | undefined;
|
|
481
|
+
BytesReturned?: number | undefined;
|
|
359
482
|
}
|
|
360
483
|
export interface ProgressEvent {
|
|
361
|
-
Details?: Progress;
|
|
484
|
+
Details?: Progress | undefined;
|
|
362
485
|
}
|
|
363
486
|
export interface RecordsEvent {
|
|
364
|
-
Payload?: Uint8Array;
|
|
487
|
+
Payload?: Uint8Array | undefined;
|
|
365
488
|
}
|
|
366
489
|
export interface Stats {
|
|
367
|
-
BytesScanned?: number;
|
|
368
|
-
BytesProcessed?: number;
|
|
369
|
-
BytesReturned?: number;
|
|
490
|
+
BytesScanned?: number | undefined;
|
|
491
|
+
BytesProcessed?: number | undefined;
|
|
492
|
+
BytesReturned?: number | undefined;
|
|
370
493
|
}
|
|
371
494
|
export interface StatsEvent {
|
|
372
|
-
Details?: Stats;
|
|
495
|
+
Details?: Stats | undefined;
|
|
373
496
|
}
|
|
374
497
|
export type SelectObjectContentEventStream =
|
|
375
498
|
| SelectObjectContentEventStream.ContMember
|
|
@@ -441,142 +564,152 @@ export declare namespace SelectObjectContentEventStream {
|
|
|
441
564
|
) => T;
|
|
442
565
|
}
|
|
443
566
|
export interface SelectObjectContentOutput {
|
|
444
|
-
Payload?: AsyncIterable<SelectObjectContentEventStream
|
|
567
|
+
Payload?: AsyncIterable<SelectObjectContentEventStream> | undefined;
|
|
445
568
|
}
|
|
446
569
|
export interface RequestProgress {
|
|
447
|
-
Enabled?: boolean;
|
|
570
|
+
Enabled?: boolean | undefined;
|
|
448
571
|
}
|
|
449
572
|
export interface ScanRange {
|
|
450
|
-
Start?: number;
|
|
451
|
-
End?: number;
|
|
573
|
+
Start?: number | undefined;
|
|
574
|
+
End?: number | undefined;
|
|
452
575
|
}
|
|
453
576
|
export interface SelectObjectContentRequest {
|
|
454
577
|
Bucket: string | undefined;
|
|
455
578
|
Key: string | undefined;
|
|
456
|
-
SSECustomerAlgorithm?: string;
|
|
457
|
-
SSECustomerKey?: string;
|
|
458
|
-
SSECustomerKeyMD5?: string;
|
|
579
|
+
SSECustomerAlgorithm?: string | undefined;
|
|
580
|
+
SSECustomerKey?: string | undefined;
|
|
581
|
+
SSECustomerKeyMD5?: string | undefined;
|
|
459
582
|
Expression: string | undefined;
|
|
460
583
|
ExpressionType: ExpressionType | undefined;
|
|
461
|
-
RequestProgress?: RequestProgress;
|
|
584
|
+
RequestProgress?: RequestProgress | undefined;
|
|
462
585
|
InputSerialization: InputSerialization | undefined;
|
|
463
586
|
OutputSerialization: OutputSerialization | undefined;
|
|
464
|
-
ScanRange?: ScanRange;
|
|
465
|
-
ExpectedBucketOwner?: string;
|
|
587
|
+
ScanRange?: ScanRange | undefined;
|
|
588
|
+
ExpectedBucketOwner?: string | undefined;
|
|
466
589
|
}
|
|
467
590
|
export interface UploadPartOutput {
|
|
468
|
-
ServerSideEncryption?: ServerSideEncryption;
|
|
469
|
-
ETag?: string;
|
|
470
|
-
ChecksumCRC32?: string;
|
|
471
|
-
ChecksumCRC32C?: string;
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
591
|
+
ServerSideEncryption?: ServerSideEncryption | undefined;
|
|
592
|
+
ETag?: string | undefined;
|
|
593
|
+
ChecksumCRC32?: string | undefined;
|
|
594
|
+
ChecksumCRC32C?: string | undefined;
|
|
595
|
+
ChecksumCRC64NVME?: string | undefined;
|
|
596
|
+
ChecksumSHA1?: string | undefined;
|
|
597
|
+
ChecksumSHA256?: string | undefined;
|
|
598
|
+
SSECustomerAlgorithm?: string | undefined;
|
|
599
|
+
SSECustomerKeyMD5?: string | undefined;
|
|
600
|
+
SSEKMSKeyId?: string | undefined;
|
|
601
|
+
BucketKeyEnabled?: boolean | undefined;
|
|
602
|
+
RequestCharged?: RequestCharged | undefined;
|
|
479
603
|
}
|
|
480
604
|
export interface UploadPartRequest {
|
|
481
|
-
Body?: StreamingBlobTypes;
|
|
605
|
+
Body?: StreamingBlobTypes | undefined;
|
|
482
606
|
Bucket: string | undefined;
|
|
483
|
-
ContentLength?: number;
|
|
484
|
-
ContentMD5?: string;
|
|
485
|
-
ChecksumAlgorithm?: ChecksumAlgorithm;
|
|
486
|
-
ChecksumCRC32?: string;
|
|
487
|
-
ChecksumCRC32C?: string;
|
|
488
|
-
|
|
489
|
-
|
|
607
|
+
ContentLength?: number | undefined;
|
|
608
|
+
ContentMD5?: string | undefined;
|
|
609
|
+
ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
|
|
610
|
+
ChecksumCRC32?: string | undefined;
|
|
611
|
+
ChecksumCRC32C?: string | undefined;
|
|
612
|
+
ChecksumCRC64NVME?: string | undefined;
|
|
613
|
+
ChecksumSHA1?: string | undefined;
|
|
614
|
+
ChecksumSHA256?: string | undefined;
|
|
490
615
|
Key: string | undefined;
|
|
491
616
|
PartNumber: number | undefined;
|
|
492
617
|
UploadId: string | undefined;
|
|
493
|
-
SSECustomerAlgorithm?: string;
|
|
494
|
-
SSECustomerKey?: string;
|
|
495
|
-
SSECustomerKeyMD5?: string;
|
|
496
|
-
RequestPayer?: RequestPayer;
|
|
497
|
-
ExpectedBucketOwner?: string;
|
|
618
|
+
SSECustomerAlgorithm?: string | undefined;
|
|
619
|
+
SSECustomerKey?: string | undefined;
|
|
620
|
+
SSECustomerKeyMD5?: string | undefined;
|
|
621
|
+
RequestPayer?: RequestPayer | undefined;
|
|
622
|
+
ExpectedBucketOwner?: string | undefined;
|
|
498
623
|
}
|
|
499
624
|
export interface CopyPartResult {
|
|
500
|
-
ETag?: string;
|
|
501
|
-
LastModified?: Date;
|
|
502
|
-
ChecksumCRC32?: string;
|
|
503
|
-
ChecksumCRC32C?: string;
|
|
504
|
-
|
|
505
|
-
|
|
625
|
+
ETag?: string | undefined;
|
|
626
|
+
LastModified?: Date | undefined;
|
|
627
|
+
ChecksumCRC32?: string | undefined;
|
|
628
|
+
ChecksumCRC32C?: string | undefined;
|
|
629
|
+
ChecksumCRC64NVME?: string | undefined;
|
|
630
|
+
ChecksumSHA1?: string | undefined;
|
|
631
|
+
ChecksumSHA256?: string | undefined;
|
|
506
632
|
}
|
|
507
633
|
export interface UploadPartCopyOutput {
|
|
508
|
-
CopySourceVersionId?: string;
|
|
509
|
-
CopyPartResult?: CopyPartResult;
|
|
510
|
-
ServerSideEncryption?: ServerSideEncryption;
|
|
511
|
-
SSECustomerAlgorithm?: string;
|
|
512
|
-
SSECustomerKeyMD5?: string;
|
|
513
|
-
SSEKMSKeyId?: string;
|
|
514
|
-
BucketKeyEnabled?: boolean;
|
|
515
|
-
RequestCharged?: RequestCharged;
|
|
634
|
+
CopySourceVersionId?: string | undefined;
|
|
635
|
+
CopyPartResult?: CopyPartResult | undefined;
|
|
636
|
+
ServerSideEncryption?: ServerSideEncryption | undefined;
|
|
637
|
+
SSECustomerAlgorithm?: string | undefined;
|
|
638
|
+
SSECustomerKeyMD5?: string | undefined;
|
|
639
|
+
SSEKMSKeyId?: string | undefined;
|
|
640
|
+
BucketKeyEnabled?: boolean | undefined;
|
|
641
|
+
RequestCharged?: RequestCharged | undefined;
|
|
516
642
|
}
|
|
517
643
|
export interface UploadPartCopyRequest {
|
|
518
644
|
Bucket: string | undefined;
|
|
519
645
|
CopySource: string | undefined;
|
|
520
|
-
CopySourceIfMatch?: string;
|
|
521
|
-
CopySourceIfModifiedSince?: Date;
|
|
522
|
-
CopySourceIfNoneMatch?: string;
|
|
523
|
-
CopySourceIfUnmodifiedSince?: Date;
|
|
524
|
-
CopySourceRange?: string;
|
|
646
|
+
CopySourceIfMatch?: string | undefined;
|
|
647
|
+
CopySourceIfModifiedSince?: Date | undefined;
|
|
648
|
+
CopySourceIfNoneMatch?: string | undefined;
|
|
649
|
+
CopySourceIfUnmodifiedSince?: Date | undefined;
|
|
650
|
+
CopySourceRange?: string | undefined;
|
|
525
651
|
Key: string | undefined;
|
|
526
652
|
PartNumber: number | undefined;
|
|
527
653
|
UploadId: string | undefined;
|
|
528
|
-
SSECustomerAlgorithm?: string;
|
|
529
|
-
SSECustomerKey?: string;
|
|
530
|
-
SSECustomerKeyMD5?: string;
|
|
531
|
-
CopySourceSSECustomerAlgorithm?: string;
|
|
532
|
-
CopySourceSSECustomerKey?: string;
|
|
533
|
-
CopySourceSSECustomerKeyMD5?: string;
|
|
534
|
-
RequestPayer?: RequestPayer;
|
|
535
|
-
ExpectedBucketOwner?: string;
|
|
536
|
-
ExpectedSourceBucketOwner?: string;
|
|
654
|
+
SSECustomerAlgorithm?: string | undefined;
|
|
655
|
+
SSECustomerKey?: string | undefined;
|
|
656
|
+
SSECustomerKeyMD5?: string | undefined;
|
|
657
|
+
CopySourceSSECustomerAlgorithm?: string | undefined;
|
|
658
|
+
CopySourceSSECustomerKey?: string | undefined;
|
|
659
|
+
CopySourceSSECustomerKeyMD5?: string | undefined;
|
|
660
|
+
RequestPayer?: RequestPayer | undefined;
|
|
661
|
+
ExpectedBucketOwner?: string | undefined;
|
|
662
|
+
ExpectedSourceBucketOwner?: string | undefined;
|
|
537
663
|
}
|
|
538
664
|
export interface WriteGetObjectResponseRequest {
|
|
539
665
|
RequestRoute: string | undefined;
|
|
540
666
|
RequestToken: string | undefined;
|
|
541
|
-
Body?: StreamingBlobTypes;
|
|
542
|
-
StatusCode?: number;
|
|
543
|
-
ErrorCode?: string;
|
|
544
|
-
ErrorMessage?: string;
|
|
545
|
-
AcceptRanges?: string;
|
|
546
|
-
CacheControl?: string;
|
|
547
|
-
ContentDisposition?: string;
|
|
548
|
-
ContentEncoding?: string;
|
|
549
|
-
ContentLanguage?: string;
|
|
550
|
-
ContentLength?: number;
|
|
551
|
-
ContentRange?: string;
|
|
552
|
-
ContentType?: string;
|
|
553
|
-
ChecksumCRC32?: string;
|
|
554
|
-
ChecksumCRC32C?: string;
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
667
|
+
Body?: StreamingBlobTypes | undefined;
|
|
668
|
+
StatusCode?: number | undefined;
|
|
669
|
+
ErrorCode?: string | undefined;
|
|
670
|
+
ErrorMessage?: string | undefined;
|
|
671
|
+
AcceptRanges?: string | undefined;
|
|
672
|
+
CacheControl?: string | undefined;
|
|
673
|
+
ContentDisposition?: string | undefined;
|
|
674
|
+
ContentEncoding?: string | undefined;
|
|
675
|
+
ContentLanguage?: string | undefined;
|
|
676
|
+
ContentLength?: number | undefined;
|
|
677
|
+
ContentRange?: string | undefined;
|
|
678
|
+
ContentType?: string | undefined;
|
|
679
|
+
ChecksumCRC32?: string | undefined;
|
|
680
|
+
ChecksumCRC32C?: string | undefined;
|
|
681
|
+
ChecksumCRC64NVME?: string | undefined;
|
|
682
|
+
ChecksumSHA1?: string | undefined;
|
|
683
|
+
ChecksumSHA256?: string | undefined;
|
|
684
|
+
DeleteMarker?: boolean | undefined;
|
|
685
|
+
ETag?: string | undefined;
|
|
686
|
+
Expires?: Date | undefined;
|
|
687
|
+
Expiration?: string | undefined;
|
|
688
|
+
LastModified?: Date | undefined;
|
|
689
|
+
MissingMeta?: number | undefined;
|
|
690
|
+
Metadata?: Record<string, string> | undefined;
|
|
691
|
+
ObjectLockMode?: ObjectLockMode | undefined;
|
|
692
|
+
ObjectLockLegalHoldStatus?: ObjectLockLegalHoldStatus | undefined;
|
|
693
|
+
ObjectLockRetainUntilDate?: Date | undefined;
|
|
694
|
+
PartsCount?: number | undefined;
|
|
695
|
+
ReplicationStatus?: ReplicationStatus | undefined;
|
|
696
|
+
RequestCharged?: RequestCharged | undefined;
|
|
697
|
+
Restore?: string | undefined;
|
|
698
|
+
ServerSideEncryption?: ServerSideEncryption | undefined;
|
|
699
|
+
SSECustomerAlgorithm?: string | undefined;
|
|
700
|
+
SSEKMSKeyId?: string | undefined;
|
|
701
|
+
SSECustomerKeyMD5?: string | undefined;
|
|
702
|
+
StorageClass?: StorageClass | undefined;
|
|
703
|
+
TagCount?: number | undefined;
|
|
704
|
+
VersionId?: string | undefined;
|
|
705
|
+
BucketKeyEnabled?: boolean | undefined;
|
|
706
|
+
}
|
|
707
|
+
export declare const PutBucketEncryptionRequestFilterSensitiveLog: (
|
|
708
|
+
obj: PutBucketEncryptionRequest
|
|
709
|
+
) => any;
|
|
710
|
+
export declare const PutBucketInventoryConfigurationRequestFilterSensitiveLog: (
|
|
711
|
+
obj: PutBucketInventoryConfigurationRequest
|
|
712
|
+
) => any;
|
|
580
713
|
export declare const PutObjectOutputFilterSensitiveLog: (
|
|
581
714
|
obj: PutObjectOutput
|
|
582
715
|
) => any;
|