@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
|
@@ -2,7 +2,7 @@ import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-cli
|
|
|
2
2
|
import { StreamingBlobTypes } from "@smithy/types";
|
|
3
3
|
import { S3ServiceException as __BaseException } from "./S3ServiceException";
|
|
4
4
|
export interface AbortIncompleteMultipartUpload {
|
|
5
|
-
DaysAfterInitiation?: number;
|
|
5
|
+
DaysAfterInitiation?: number | undefined;
|
|
6
6
|
}
|
|
7
7
|
export declare const RequestCharged: {
|
|
8
8
|
readonly requester: "requester";
|
|
@@ -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 | undefined;
|
|
14
14
|
}
|
|
15
15
|
export declare const RequestPayer: {
|
|
16
16
|
readonly requester: "requester";
|
|
@@ -20,8 +20,9 @@ export interface AbortMultipartUploadRequest {
|
|
|
20
20
|
Bucket: string | undefined;
|
|
21
21
|
Key: string | undefined;
|
|
22
22
|
UploadId: string | undefined;
|
|
23
|
-
RequestPayer?: RequestPayer;
|
|
24
|
-
ExpectedBucketOwner?: string;
|
|
23
|
+
RequestPayer?: RequestPayer | undefined;
|
|
24
|
+
ExpectedBucketOwner?: string | undefined;
|
|
25
|
+
IfMatchInitiatedTime?: Date | undefined;
|
|
25
26
|
}
|
|
26
27
|
export declare class NoSuchUpload extends __BaseException {
|
|
27
28
|
readonly name: "NoSuchUpload";
|
|
@@ -35,7 +36,7 @@ export declare const BucketAccelerateStatus: {
|
|
|
35
36
|
export type BucketAccelerateStatus =
|
|
36
37
|
(typeof BucketAccelerateStatus)[keyof typeof BucketAccelerateStatus];
|
|
37
38
|
export interface AccelerateConfiguration {
|
|
38
|
-
Status?: BucketAccelerateStatus;
|
|
39
|
+
Status?: BucketAccelerateStatus | undefined;
|
|
39
40
|
}
|
|
40
41
|
export declare const Type: {
|
|
41
42
|
readonly AmazonCustomerByEmail: "AmazonCustomerByEmail";
|
|
@@ -44,10 +45,10 @@ export declare const Type: {
|
|
|
44
45
|
};
|
|
45
46
|
export type Type = (typeof Type)[keyof typeof Type];
|
|
46
47
|
export interface Grantee {
|
|
47
|
-
DisplayName?: string;
|
|
48
|
-
EmailAddress?: string;
|
|
49
|
-
ID?: string;
|
|
50
|
-
URI?: string;
|
|
48
|
+
DisplayName?: string | undefined;
|
|
49
|
+
EmailAddress?: string | undefined;
|
|
50
|
+
ID?: string | undefined;
|
|
51
|
+
URI?: string | undefined;
|
|
51
52
|
Type: Type | undefined;
|
|
52
53
|
}
|
|
53
54
|
export declare const Permission: {
|
|
@@ -59,16 +60,16 @@ export declare const Permission: {
|
|
|
59
60
|
};
|
|
60
61
|
export type Permission = (typeof Permission)[keyof typeof Permission];
|
|
61
62
|
export interface Grant {
|
|
62
|
-
Grantee?: Grantee;
|
|
63
|
-
Permission?: Permission;
|
|
63
|
+
Grantee?: Grantee | undefined;
|
|
64
|
+
Permission?: Permission | undefined;
|
|
64
65
|
}
|
|
65
66
|
export interface Owner {
|
|
66
|
-
DisplayName?: string;
|
|
67
|
-
ID?: string;
|
|
67
|
+
DisplayName?: string | undefined;
|
|
68
|
+
ID?: string | undefined;
|
|
68
69
|
}
|
|
69
70
|
export interface AccessControlPolicy {
|
|
70
|
-
Grants?: Grant[];
|
|
71
|
-
Owner?: Owner;
|
|
71
|
+
Grants?: Grant[] | undefined;
|
|
72
|
+
Owner?: Owner | undefined;
|
|
72
73
|
}
|
|
73
74
|
export declare const OwnerOverride: {
|
|
74
75
|
readonly Destination: "Destination";
|
|
@@ -77,6 +78,11 @@ export type OwnerOverride = (typeof OwnerOverride)[keyof typeof OwnerOverride];
|
|
|
77
78
|
export interface AccessControlTranslation {
|
|
78
79
|
Owner: OwnerOverride | undefined;
|
|
79
80
|
}
|
|
81
|
+
export declare const ChecksumType: {
|
|
82
|
+
readonly COMPOSITE: "COMPOSITE";
|
|
83
|
+
readonly FULL_OBJECT: "FULL_OBJECT";
|
|
84
|
+
};
|
|
85
|
+
export type ChecksumType = (typeof ChecksumType)[keyof typeof ChecksumType];
|
|
80
86
|
export declare const ServerSideEncryption: {
|
|
81
87
|
readonly AES256: "AES256";
|
|
82
88
|
readonly aws_kms: "aws:kms";
|
|
@@ -85,67 +91,77 @@ export declare const ServerSideEncryption: {
|
|
|
85
91
|
export type ServerSideEncryption =
|
|
86
92
|
(typeof ServerSideEncryption)[keyof typeof ServerSideEncryption];
|
|
87
93
|
export interface CompleteMultipartUploadOutput {
|
|
88
|
-
Location?: string;
|
|
89
|
-
Bucket?: string;
|
|
90
|
-
Key?: string;
|
|
91
|
-
Expiration?: string;
|
|
92
|
-
ETag?: string;
|
|
93
|
-
ChecksumCRC32?: string;
|
|
94
|
-
ChecksumCRC32C?: string;
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
94
|
+
Location?: string | undefined;
|
|
95
|
+
Bucket?: string | undefined;
|
|
96
|
+
Key?: string | undefined;
|
|
97
|
+
Expiration?: string | undefined;
|
|
98
|
+
ETag?: string | undefined;
|
|
99
|
+
ChecksumCRC32?: string | undefined;
|
|
100
|
+
ChecksumCRC32C?: string | undefined;
|
|
101
|
+
ChecksumCRC64NVME?: string | undefined;
|
|
102
|
+
ChecksumSHA1?: string | undefined;
|
|
103
|
+
ChecksumSHA256?: string | undefined;
|
|
104
|
+
ChecksumType?: ChecksumType | undefined;
|
|
105
|
+
ServerSideEncryption?: ServerSideEncryption | undefined;
|
|
106
|
+
VersionId?: string | undefined;
|
|
107
|
+
SSEKMSKeyId?: string | undefined;
|
|
108
|
+
BucketKeyEnabled?: boolean | undefined;
|
|
109
|
+
RequestCharged?: RequestCharged | undefined;
|
|
102
110
|
}
|
|
103
111
|
export interface CompletedPart {
|
|
104
|
-
ETag?: string;
|
|
105
|
-
ChecksumCRC32?: string;
|
|
106
|
-
ChecksumCRC32C?: string;
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
112
|
+
ETag?: string | undefined;
|
|
113
|
+
ChecksumCRC32?: string | undefined;
|
|
114
|
+
ChecksumCRC32C?: string | undefined;
|
|
115
|
+
ChecksumCRC64NVME?: string | undefined;
|
|
116
|
+
ChecksumSHA1?: string | undefined;
|
|
117
|
+
ChecksumSHA256?: string | undefined;
|
|
118
|
+
PartNumber?: number | undefined;
|
|
110
119
|
}
|
|
111
120
|
export interface CompletedMultipartUpload {
|
|
112
|
-
Parts?: CompletedPart[];
|
|
121
|
+
Parts?: CompletedPart[] | undefined;
|
|
113
122
|
}
|
|
114
123
|
export interface CompleteMultipartUploadRequest {
|
|
115
124
|
Bucket: string | undefined;
|
|
116
125
|
Key: string | undefined;
|
|
117
|
-
MultipartUpload?: CompletedMultipartUpload;
|
|
126
|
+
MultipartUpload?: CompletedMultipartUpload | undefined;
|
|
118
127
|
UploadId: string | undefined;
|
|
119
|
-
ChecksumCRC32?: string;
|
|
120
|
-
ChecksumCRC32C?: string;
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
+
ChecksumCRC32?: string | undefined;
|
|
129
|
+
ChecksumCRC32C?: string | undefined;
|
|
130
|
+
ChecksumCRC64NVME?: string | undefined;
|
|
131
|
+
ChecksumSHA1?: string | undefined;
|
|
132
|
+
ChecksumSHA256?: string | undefined;
|
|
133
|
+
ChecksumType?: ChecksumType | undefined;
|
|
134
|
+
MpuObjectSize?: number | undefined;
|
|
135
|
+
RequestPayer?: RequestPayer | undefined;
|
|
136
|
+
ExpectedBucketOwner?: string | undefined;
|
|
137
|
+
IfMatch?: string | undefined;
|
|
138
|
+
IfNoneMatch?: string | undefined;
|
|
139
|
+
SSECustomerAlgorithm?: string | undefined;
|
|
140
|
+
SSECustomerKey?: string | undefined;
|
|
141
|
+
SSECustomerKeyMD5?: string | undefined;
|
|
128
142
|
}
|
|
129
143
|
export interface CopyObjectResult {
|
|
130
|
-
ETag?: string;
|
|
131
|
-
LastModified?: Date;
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
144
|
+
ETag?: string | undefined;
|
|
145
|
+
LastModified?: Date | undefined;
|
|
146
|
+
ChecksumType?: ChecksumType | undefined;
|
|
147
|
+
ChecksumCRC32?: string | undefined;
|
|
148
|
+
ChecksumCRC32C?: string | undefined;
|
|
149
|
+
ChecksumCRC64NVME?: string | undefined;
|
|
150
|
+
ChecksumSHA1?: string | undefined;
|
|
151
|
+
ChecksumSHA256?: string | undefined;
|
|
136
152
|
}
|
|
137
153
|
export interface CopyObjectOutput {
|
|
138
|
-
CopyObjectResult?: CopyObjectResult;
|
|
139
|
-
Expiration?: string;
|
|
140
|
-
CopySourceVersionId?: string;
|
|
141
|
-
VersionId?: string;
|
|
142
|
-
ServerSideEncryption?: ServerSideEncryption;
|
|
143
|
-
SSECustomerAlgorithm?: string;
|
|
144
|
-
SSECustomerKeyMD5?: string;
|
|
145
|
-
SSEKMSKeyId?: string;
|
|
146
|
-
SSEKMSEncryptionContext?: string;
|
|
147
|
-
BucketKeyEnabled?: boolean;
|
|
148
|
-
RequestCharged?: RequestCharged;
|
|
154
|
+
CopyObjectResult?: CopyObjectResult | undefined;
|
|
155
|
+
Expiration?: string | undefined;
|
|
156
|
+
CopySourceVersionId?: string | undefined;
|
|
157
|
+
VersionId?: string | undefined;
|
|
158
|
+
ServerSideEncryption?: ServerSideEncryption | undefined;
|
|
159
|
+
SSECustomerAlgorithm?: string | undefined;
|
|
160
|
+
SSECustomerKeyMD5?: string | undefined;
|
|
161
|
+
SSEKMSKeyId?: string | undefined;
|
|
162
|
+
SSEKMSEncryptionContext?: string | undefined;
|
|
163
|
+
BucketKeyEnabled?: boolean | undefined;
|
|
164
|
+
RequestCharged?: RequestCharged | undefined;
|
|
149
165
|
}
|
|
150
166
|
export declare const ObjectCannedACL: {
|
|
151
167
|
readonly authenticated_read: "authenticated-read";
|
|
@@ -161,6 +177,7 @@ export type ObjectCannedACL =
|
|
|
161
177
|
export declare const ChecksumAlgorithm: {
|
|
162
178
|
readonly CRC32: "CRC32";
|
|
163
179
|
readonly CRC32C: "CRC32C";
|
|
180
|
+
readonly CRC64NVME: "CRC64NVME";
|
|
164
181
|
readonly SHA1: "SHA1";
|
|
165
182
|
readonly SHA256: "SHA256";
|
|
166
183
|
};
|
|
@@ -205,47 +222,47 @@ export declare const TaggingDirective: {
|
|
|
205
222
|
export type TaggingDirective =
|
|
206
223
|
(typeof TaggingDirective)[keyof typeof TaggingDirective];
|
|
207
224
|
export interface CopyObjectRequest {
|
|
208
|
-
ACL?: ObjectCannedACL;
|
|
209
|
-
Bucket: string | undefined;
|
|
210
|
-
CacheControl?: string;
|
|
211
|
-
ChecksumAlgorithm?: ChecksumAlgorithm;
|
|
212
|
-
ContentDisposition?: string;
|
|
213
|
-
ContentEncoding?: string;
|
|
214
|
-
ContentLanguage?: string;
|
|
215
|
-
ContentType?: string;
|
|
225
|
+
ACL?: ObjectCannedACL | undefined;
|
|
226
|
+
Bucket: string | undefined;
|
|
227
|
+
CacheControl?: string | undefined;
|
|
228
|
+
ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
|
|
229
|
+
ContentDisposition?: string | undefined;
|
|
230
|
+
ContentEncoding?: string | undefined;
|
|
231
|
+
ContentLanguage?: string | undefined;
|
|
232
|
+
ContentType?: string | undefined;
|
|
216
233
|
CopySource: string | undefined;
|
|
217
|
-
CopySourceIfMatch?: string;
|
|
218
|
-
CopySourceIfModifiedSince?: Date;
|
|
219
|
-
CopySourceIfNoneMatch?: string;
|
|
220
|
-
CopySourceIfUnmodifiedSince?: Date;
|
|
221
|
-
Expires?: Date;
|
|
222
|
-
GrantFullControl?: string;
|
|
223
|
-
GrantRead?: string;
|
|
224
|
-
GrantReadACP?: string;
|
|
225
|
-
GrantWriteACP?: string;
|
|
234
|
+
CopySourceIfMatch?: string | undefined;
|
|
235
|
+
CopySourceIfModifiedSince?: Date | undefined;
|
|
236
|
+
CopySourceIfNoneMatch?: string | undefined;
|
|
237
|
+
CopySourceIfUnmodifiedSince?: Date | undefined;
|
|
238
|
+
Expires?: Date | undefined;
|
|
239
|
+
GrantFullControl?: string | undefined;
|
|
240
|
+
GrantRead?: string | undefined;
|
|
241
|
+
GrantReadACP?: string | undefined;
|
|
242
|
+
GrantWriteACP?: string | undefined;
|
|
226
243
|
Key: string | undefined;
|
|
227
|
-
Metadata?: Record<string, string
|
|
228
|
-
MetadataDirective?: MetadataDirective;
|
|
229
|
-
TaggingDirective?: TaggingDirective;
|
|
230
|
-
ServerSideEncryption?: ServerSideEncryption;
|
|
231
|
-
StorageClass?: StorageClass;
|
|
232
|
-
WebsiteRedirectLocation?: string;
|
|
233
|
-
SSECustomerAlgorithm?: string;
|
|
234
|
-
SSECustomerKey?: string;
|
|
235
|
-
SSECustomerKeyMD5?: string;
|
|
236
|
-
SSEKMSKeyId?: string;
|
|
237
|
-
SSEKMSEncryptionContext?: string;
|
|
238
|
-
BucketKeyEnabled?: boolean;
|
|
239
|
-
CopySourceSSECustomerAlgorithm?: string;
|
|
240
|
-
CopySourceSSECustomerKey?: string;
|
|
241
|
-
CopySourceSSECustomerKeyMD5?: string;
|
|
242
|
-
RequestPayer?: RequestPayer;
|
|
243
|
-
Tagging?: string;
|
|
244
|
-
ObjectLockMode?: ObjectLockMode;
|
|
245
|
-
ObjectLockRetainUntilDate?: Date;
|
|
246
|
-
ObjectLockLegalHoldStatus?: ObjectLockLegalHoldStatus;
|
|
247
|
-
ExpectedBucketOwner?: string;
|
|
248
|
-
ExpectedSourceBucketOwner?: string;
|
|
244
|
+
Metadata?: Record<string, string> | undefined;
|
|
245
|
+
MetadataDirective?: MetadataDirective | undefined;
|
|
246
|
+
TaggingDirective?: TaggingDirective | undefined;
|
|
247
|
+
ServerSideEncryption?: ServerSideEncryption | undefined;
|
|
248
|
+
StorageClass?: StorageClass | undefined;
|
|
249
|
+
WebsiteRedirectLocation?: string | undefined;
|
|
250
|
+
SSECustomerAlgorithm?: string | undefined;
|
|
251
|
+
SSECustomerKey?: string | undefined;
|
|
252
|
+
SSECustomerKeyMD5?: string | undefined;
|
|
253
|
+
SSEKMSKeyId?: string | undefined;
|
|
254
|
+
SSEKMSEncryptionContext?: string | undefined;
|
|
255
|
+
BucketKeyEnabled?: boolean | undefined;
|
|
256
|
+
CopySourceSSECustomerAlgorithm?: string | undefined;
|
|
257
|
+
CopySourceSSECustomerKey?: string | undefined;
|
|
258
|
+
CopySourceSSECustomerKeyMD5?: string | undefined;
|
|
259
|
+
RequestPayer?: RequestPayer | undefined;
|
|
260
|
+
Tagging?: string | undefined;
|
|
261
|
+
ObjectLockMode?: ObjectLockMode | undefined;
|
|
262
|
+
ObjectLockRetainUntilDate?: Date | undefined;
|
|
263
|
+
ObjectLockLegalHoldStatus?: ObjectLockLegalHoldStatus | undefined;
|
|
264
|
+
ExpectedBucketOwner?: string | undefined;
|
|
265
|
+
ExpectedSourceBucketOwner?: string | undefined;
|
|
249
266
|
}
|
|
250
267
|
export declare class ObjectNotInActiveTierError extends __BaseException {
|
|
251
268
|
readonly name: "ObjectNotInActiveTierError";
|
|
@@ -269,7 +286,7 @@ export declare class BucketAlreadyOwnedByYou extends __BaseException {
|
|
|
269
286
|
);
|
|
270
287
|
}
|
|
271
288
|
export interface CreateBucketOutput {
|
|
272
|
-
Location?: string;
|
|
289
|
+
Location?: string | undefined;
|
|
273
290
|
}
|
|
274
291
|
export declare const BucketCannedACL: {
|
|
275
292
|
readonly authenticated_read: "authenticated-read";
|
|
@@ -281,6 +298,7 @@ export type BucketCannedACL =
|
|
|
281
298
|
(typeof BucketCannedACL)[keyof typeof BucketCannedACL];
|
|
282
299
|
export declare const DataRedundancy: {
|
|
283
300
|
readonly SingleAvailabilityZone: "SingleAvailabilityZone";
|
|
301
|
+
readonly SingleLocalZone: "SingleLocalZone";
|
|
284
302
|
};
|
|
285
303
|
export type DataRedundancy =
|
|
286
304
|
(typeof DataRedundancy)[keyof typeof DataRedundancy];
|
|
@@ -289,16 +307,17 @@ export declare const BucketType: {
|
|
|
289
307
|
};
|
|
290
308
|
export type BucketType = (typeof BucketType)[keyof typeof BucketType];
|
|
291
309
|
export interface BucketInfo {
|
|
292
|
-
DataRedundancy?: DataRedundancy;
|
|
293
|
-
Type?: BucketType;
|
|
310
|
+
DataRedundancy?: DataRedundancy | undefined;
|
|
311
|
+
Type?: BucketType | undefined;
|
|
294
312
|
}
|
|
295
313
|
export declare const LocationType: {
|
|
296
314
|
readonly AvailabilityZone: "AvailabilityZone";
|
|
315
|
+
readonly LocalZone: "LocalZone";
|
|
297
316
|
};
|
|
298
317
|
export type LocationType = (typeof LocationType)[keyof typeof LocationType];
|
|
299
318
|
export interface LocationInfo {
|
|
300
|
-
Type?: LocationType;
|
|
301
|
-
Name?: string;
|
|
319
|
+
Type?: LocationType | undefined;
|
|
320
|
+
Name?: string | undefined;
|
|
302
321
|
}
|
|
303
322
|
export declare const BucketLocationConstraint: {
|
|
304
323
|
readonly EU: "EU";
|
|
@@ -312,16 +331,21 @@ export declare const BucketLocationConstraint: {
|
|
|
312
331
|
readonly ap_southeast_1: "ap-southeast-1";
|
|
313
332
|
readonly ap_southeast_2: "ap-southeast-2";
|
|
314
333
|
readonly ap_southeast_3: "ap-southeast-3";
|
|
334
|
+
readonly ap_southeast_4: "ap-southeast-4";
|
|
335
|
+
readonly ap_southeast_5: "ap-southeast-5";
|
|
315
336
|
readonly ca_central_1: "ca-central-1";
|
|
316
337
|
readonly cn_north_1: "cn-north-1";
|
|
317
338
|
readonly cn_northwest_1: "cn-northwest-1";
|
|
318
339
|
readonly eu_central_1: "eu-central-1";
|
|
340
|
+
readonly eu_central_2: "eu-central-2";
|
|
319
341
|
readonly eu_north_1: "eu-north-1";
|
|
320
342
|
readonly eu_south_1: "eu-south-1";
|
|
321
343
|
readonly eu_south_2: "eu-south-2";
|
|
322
344
|
readonly eu_west_1: "eu-west-1";
|
|
323
345
|
readonly eu_west_2: "eu-west-2";
|
|
324
346
|
readonly eu_west_3: "eu-west-3";
|
|
347
|
+
readonly il_central_1: "il-central-1";
|
|
348
|
+
readonly me_central_1: "me-central-1";
|
|
325
349
|
readonly me_south_1: "me-south-1";
|
|
326
350
|
readonly sa_east_1: "sa-east-1";
|
|
327
351
|
readonly us_east_2: "us-east-2";
|
|
@@ -333,9 +357,9 @@ export declare const BucketLocationConstraint: {
|
|
|
333
357
|
export type BucketLocationConstraint =
|
|
334
358
|
(typeof BucketLocationConstraint)[keyof typeof BucketLocationConstraint];
|
|
335
359
|
export interface CreateBucketConfiguration {
|
|
336
|
-
LocationConstraint?: BucketLocationConstraint;
|
|
337
|
-
Location?: LocationInfo;
|
|
338
|
-
Bucket?: BucketInfo;
|
|
360
|
+
LocationConstraint?: BucketLocationConstraint | undefined;
|
|
361
|
+
Location?: LocationInfo | undefined;
|
|
362
|
+
Bucket?: BucketInfo | undefined;
|
|
339
363
|
}
|
|
340
364
|
export declare const ObjectOwnership: {
|
|
341
365
|
readonly BucketOwnerEnforced: "BucketOwnerEnforced";
|
|
@@ -345,63 +369,79 @@ export declare const ObjectOwnership: {
|
|
|
345
369
|
export type ObjectOwnership =
|
|
346
370
|
(typeof ObjectOwnership)[keyof typeof ObjectOwnership];
|
|
347
371
|
export interface CreateBucketRequest {
|
|
348
|
-
ACL?: BucketCannedACL;
|
|
372
|
+
ACL?: BucketCannedACL | undefined;
|
|
373
|
+
Bucket: string | undefined;
|
|
374
|
+
CreateBucketConfiguration?: CreateBucketConfiguration | undefined;
|
|
375
|
+
GrantFullControl?: string | undefined;
|
|
376
|
+
GrantRead?: string | undefined;
|
|
377
|
+
GrantReadACP?: string | undefined;
|
|
378
|
+
GrantWrite?: string | undefined;
|
|
379
|
+
GrantWriteACP?: string | undefined;
|
|
380
|
+
ObjectLockEnabledForBucket?: boolean | undefined;
|
|
381
|
+
ObjectOwnership?: ObjectOwnership | undefined;
|
|
382
|
+
}
|
|
383
|
+
export interface S3TablesDestination {
|
|
384
|
+
TableBucketArn: string | undefined;
|
|
385
|
+
TableName: string | undefined;
|
|
386
|
+
}
|
|
387
|
+
export interface MetadataTableConfiguration {
|
|
388
|
+
S3TablesDestination: S3TablesDestination | undefined;
|
|
389
|
+
}
|
|
390
|
+
export interface CreateBucketMetadataTableConfigurationRequest {
|
|
349
391
|
Bucket: string | undefined;
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
GrantWrite?: string;
|
|
355
|
-
GrantWriteACP?: string;
|
|
356
|
-
ObjectLockEnabledForBucket?: boolean;
|
|
357
|
-
ObjectOwnership?: ObjectOwnership;
|
|
392
|
+
ContentMD5?: string | undefined;
|
|
393
|
+
ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
|
|
394
|
+
MetadataTableConfiguration: MetadataTableConfiguration | undefined;
|
|
395
|
+
ExpectedBucketOwner?: string | undefined;
|
|
358
396
|
}
|
|
359
397
|
export interface CreateMultipartUploadOutput {
|
|
360
|
-
AbortDate?: Date;
|
|
361
|
-
AbortRuleId?: string;
|
|
362
|
-
Bucket?: string;
|
|
363
|
-
Key?: string;
|
|
364
|
-
UploadId?: string;
|
|
365
|
-
ServerSideEncryption?: ServerSideEncryption;
|
|
366
|
-
SSECustomerAlgorithm?: string;
|
|
367
|
-
SSECustomerKeyMD5?: string;
|
|
368
|
-
SSEKMSKeyId?: string;
|
|
369
|
-
SSEKMSEncryptionContext?: string;
|
|
370
|
-
BucketKeyEnabled?: boolean;
|
|
371
|
-
RequestCharged?: RequestCharged;
|
|
372
|
-
ChecksumAlgorithm?: ChecksumAlgorithm;
|
|
398
|
+
AbortDate?: Date | undefined;
|
|
399
|
+
AbortRuleId?: string | undefined;
|
|
400
|
+
Bucket?: string | undefined;
|
|
401
|
+
Key?: string | undefined;
|
|
402
|
+
UploadId?: string | undefined;
|
|
403
|
+
ServerSideEncryption?: ServerSideEncryption | undefined;
|
|
404
|
+
SSECustomerAlgorithm?: string | undefined;
|
|
405
|
+
SSECustomerKeyMD5?: string | undefined;
|
|
406
|
+
SSEKMSKeyId?: string | undefined;
|
|
407
|
+
SSEKMSEncryptionContext?: string | undefined;
|
|
408
|
+
BucketKeyEnabled?: boolean | undefined;
|
|
409
|
+
RequestCharged?: RequestCharged | undefined;
|
|
410
|
+
ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
|
|
411
|
+
ChecksumType?: ChecksumType | undefined;
|
|
373
412
|
}
|
|
374
413
|
export interface CreateMultipartUploadRequest {
|
|
375
|
-
ACL?: ObjectCannedACL;
|
|
376
|
-
Bucket: string | undefined;
|
|
377
|
-
CacheControl?: string;
|
|
378
|
-
ContentDisposition?: string;
|
|
379
|
-
ContentEncoding?: string;
|
|
380
|
-
ContentLanguage?: string;
|
|
381
|
-
ContentType?: string;
|
|
382
|
-
Expires?: Date;
|
|
383
|
-
GrantFullControl?: string;
|
|
384
|
-
GrantRead?: string;
|
|
385
|
-
GrantReadACP?: string;
|
|
386
|
-
GrantWriteACP?: string;
|
|
414
|
+
ACL?: ObjectCannedACL | undefined;
|
|
415
|
+
Bucket: string | undefined;
|
|
416
|
+
CacheControl?: string | undefined;
|
|
417
|
+
ContentDisposition?: string | undefined;
|
|
418
|
+
ContentEncoding?: string | undefined;
|
|
419
|
+
ContentLanguage?: string | undefined;
|
|
420
|
+
ContentType?: string | undefined;
|
|
421
|
+
Expires?: Date | undefined;
|
|
422
|
+
GrantFullControl?: string | undefined;
|
|
423
|
+
GrantRead?: string | undefined;
|
|
424
|
+
GrantReadACP?: string | undefined;
|
|
425
|
+
GrantWriteACP?: string | undefined;
|
|
387
426
|
Key: string | undefined;
|
|
388
|
-
Metadata?: Record<string, string
|
|
389
|
-
ServerSideEncryption?: ServerSideEncryption;
|
|
390
|
-
StorageClass?: StorageClass;
|
|
391
|
-
WebsiteRedirectLocation?: string;
|
|
392
|
-
SSECustomerAlgorithm?: string;
|
|
393
|
-
SSECustomerKey?: string;
|
|
394
|
-
SSECustomerKeyMD5?: string;
|
|
395
|
-
SSEKMSKeyId?: string;
|
|
396
|
-
SSEKMSEncryptionContext?: string;
|
|
397
|
-
BucketKeyEnabled?: boolean;
|
|
398
|
-
RequestPayer?: RequestPayer;
|
|
399
|
-
Tagging?: string;
|
|
400
|
-
ObjectLockMode?: ObjectLockMode;
|
|
401
|
-
ObjectLockRetainUntilDate?: Date;
|
|
402
|
-
ObjectLockLegalHoldStatus?: ObjectLockLegalHoldStatus;
|
|
403
|
-
ExpectedBucketOwner?: string;
|
|
404
|
-
ChecksumAlgorithm?: ChecksumAlgorithm;
|
|
427
|
+
Metadata?: Record<string, string> | undefined;
|
|
428
|
+
ServerSideEncryption?: ServerSideEncryption | undefined;
|
|
429
|
+
StorageClass?: StorageClass | undefined;
|
|
430
|
+
WebsiteRedirectLocation?: string | undefined;
|
|
431
|
+
SSECustomerAlgorithm?: string | undefined;
|
|
432
|
+
SSECustomerKey?: string | undefined;
|
|
433
|
+
SSECustomerKeyMD5?: string | undefined;
|
|
434
|
+
SSEKMSKeyId?: string | undefined;
|
|
435
|
+
SSEKMSEncryptionContext?: string | undefined;
|
|
436
|
+
BucketKeyEnabled?: boolean | undefined;
|
|
437
|
+
RequestPayer?: RequestPayer | undefined;
|
|
438
|
+
Tagging?: string | undefined;
|
|
439
|
+
ObjectLockMode?: ObjectLockMode | undefined;
|
|
440
|
+
ObjectLockRetainUntilDate?: Date | undefined;
|
|
441
|
+
ObjectLockLegalHoldStatus?: ObjectLockLegalHoldStatus | undefined;
|
|
442
|
+
ExpectedBucketOwner?: string | undefined;
|
|
443
|
+
ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
|
|
444
|
+
ChecksumType?: ChecksumType | undefined;
|
|
405
445
|
}
|
|
406
446
|
export interface SessionCredentials {
|
|
407
447
|
AccessKeyId: string | undefined;
|
|
@@ -410,6 +450,10 @@ export interface SessionCredentials {
|
|
|
410
450
|
Expiration: Date | undefined;
|
|
411
451
|
}
|
|
412
452
|
export interface CreateSessionOutput {
|
|
453
|
+
ServerSideEncryption?: ServerSideEncryption | undefined;
|
|
454
|
+
SSEKMSKeyId?: string | undefined;
|
|
455
|
+
SSEKMSEncryptionContext?: string | undefined;
|
|
456
|
+
BucketKeyEnabled?: boolean | undefined;
|
|
413
457
|
Credentials: SessionCredentials | undefined;
|
|
414
458
|
}
|
|
415
459
|
export declare const SessionMode: {
|
|
@@ -418,8 +462,12 @@ export declare const SessionMode: {
|
|
|
418
462
|
};
|
|
419
463
|
export type SessionMode = (typeof SessionMode)[keyof typeof SessionMode];
|
|
420
464
|
export interface CreateSessionRequest {
|
|
421
|
-
SessionMode?: SessionMode;
|
|
465
|
+
SessionMode?: SessionMode | undefined;
|
|
422
466
|
Bucket: string | undefined;
|
|
467
|
+
ServerSideEncryption?: ServerSideEncryption | undefined;
|
|
468
|
+
SSEKMSKeyId?: string | undefined;
|
|
469
|
+
SSEKMSEncryptionContext?: string | undefined;
|
|
470
|
+
BucketKeyEnabled?: boolean | undefined;
|
|
423
471
|
}
|
|
424
472
|
export declare class NoSuchBucket extends __BaseException {
|
|
425
473
|
readonly name: "NoSuchBucket";
|
|
@@ -428,20 +476,20 @@ export declare class NoSuchBucket extends __BaseException {
|
|
|
428
476
|
}
|
|
429
477
|
export interface DeleteBucketRequest {
|
|
430
478
|
Bucket: string | undefined;
|
|
431
|
-
ExpectedBucketOwner?: string;
|
|
479
|
+
ExpectedBucketOwner?: string | undefined;
|
|
432
480
|
}
|
|
433
481
|
export interface DeleteBucketAnalyticsConfigurationRequest {
|
|
434
482
|
Bucket: string | undefined;
|
|
435
483
|
Id: string | undefined;
|
|
436
|
-
ExpectedBucketOwner?: string;
|
|
484
|
+
ExpectedBucketOwner?: string | undefined;
|
|
437
485
|
}
|
|
438
486
|
export interface DeleteBucketCorsRequest {
|
|
439
487
|
Bucket: string | undefined;
|
|
440
|
-
ExpectedBucketOwner?: string;
|
|
488
|
+
ExpectedBucketOwner?: string | undefined;
|
|
441
489
|
}
|
|
442
490
|
export interface DeleteBucketEncryptionRequest {
|
|
443
491
|
Bucket: string | undefined;
|
|
444
|
-
ExpectedBucketOwner?: string;
|
|
492
|
+
ExpectedBucketOwner?: string | undefined;
|
|
445
493
|
}
|
|
446
494
|
export interface DeleteBucketIntelligentTieringConfigurationRequest {
|
|
447
495
|
Bucket: string | undefined;
|
|
@@ -450,122 +498,132 @@ export interface DeleteBucketIntelligentTieringConfigurationRequest {
|
|
|
450
498
|
export interface DeleteBucketInventoryConfigurationRequest {
|
|
451
499
|
Bucket: string | undefined;
|
|
452
500
|
Id: string | undefined;
|
|
453
|
-
ExpectedBucketOwner?: string;
|
|
501
|
+
ExpectedBucketOwner?: string | undefined;
|
|
454
502
|
}
|
|
455
503
|
export interface DeleteBucketLifecycleRequest {
|
|
456
504
|
Bucket: string | undefined;
|
|
457
|
-
ExpectedBucketOwner?: string;
|
|
505
|
+
ExpectedBucketOwner?: string | undefined;
|
|
506
|
+
}
|
|
507
|
+
export interface DeleteBucketMetadataTableConfigurationRequest {
|
|
508
|
+
Bucket: string | undefined;
|
|
509
|
+
ExpectedBucketOwner?: string | undefined;
|
|
458
510
|
}
|
|
459
511
|
export interface DeleteBucketMetricsConfigurationRequest {
|
|
460
512
|
Bucket: string | undefined;
|
|
461
513
|
Id: string | undefined;
|
|
462
|
-
ExpectedBucketOwner?: string;
|
|
514
|
+
ExpectedBucketOwner?: string | undefined;
|
|
463
515
|
}
|
|
464
516
|
export interface DeleteBucketOwnershipControlsRequest {
|
|
465
517
|
Bucket: string | undefined;
|
|
466
|
-
ExpectedBucketOwner?: string;
|
|
518
|
+
ExpectedBucketOwner?: string | undefined;
|
|
467
519
|
}
|
|
468
520
|
export interface DeleteBucketPolicyRequest {
|
|
469
521
|
Bucket: string | undefined;
|
|
470
|
-
ExpectedBucketOwner?: string;
|
|
522
|
+
ExpectedBucketOwner?: string | undefined;
|
|
471
523
|
}
|
|
472
524
|
export interface DeleteBucketReplicationRequest {
|
|
473
525
|
Bucket: string | undefined;
|
|
474
|
-
ExpectedBucketOwner?: string;
|
|
526
|
+
ExpectedBucketOwner?: string | undefined;
|
|
475
527
|
}
|
|
476
528
|
export interface DeleteBucketTaggingRequest {
|
|
477
529
|
Bucket: string | undefined;
|
|
478
|
-
ExpectedBucketOwner?: string;
|
|
530
|
+
ExpectedBucketOwner?: string | undefined;
|
|
479
531
|
}
|
|
480
532
|
export interface DeleteBucketWebsiteRequest {
|
|
481
533
|
Bucket: string | undefined;
|
|
482
|
-
ExpectedBucketOwner?: string;
|
|
534
|
+
ExpectedBucketOwner?: string | undefined;
|
|
483
535
|
}
|
|
484
536
|
export interface DeleteObjectOutput {
|
|
485
|
-
DeleteMarker?: boolean;
|
|
486
|
-
VersionId?: string;
|
|
487
|
-
RequestCharged?: RequestCharged;
|
|
537
|
+
DeleteMarker?: boolean | undefined;
|
|
538
|
+
VersionId?: string | undefined;
|
|
539
|
+
RequestCharged?: RequestCharged | undefined;
|
|
488
540
|
}
|
|
489
541
|
export interface DeleteObjectRequest {
|
|
490
542
|
Bucket: string | undefined;
|
|
491
543
|
Key: string | undefined;
|
|
492
|
-
MFA?: string;
|
|
493
|
-
VersionId?: string;
|
|
494
|
-
RequestPayer?: RequestPayer;
|
|
495
|
-
BypassGovernanceRetention?: boolean;
|
|
496
|
-
ExpectedBucketOwner?: string;
|
|
544
|
+
MFA?: string | undefined;
|
|
545
|
+
VersionId?: string | undefined;
|
|
546
|
+
RequestPayer?: RequestPayer | undefined;
|
|
547
|
+
BypassGovernanceRetention?: boolean | undefined;
|
|
548
|
+
ExpectedBucketOwner?: string | undefined;
|
|
549
|
+
IfMatch?: string | undefined;
|
|
550
|
+
IfMatchLastModifiedTime?: Date | undefined;
|
|
551
|
+
IfMatchSize?: number | undefined;
|
|
497
552
|
}
|
|
498
553
|
export interface DeletedObject {
|
|
499
|
-
Key?: string;
|
|
500
|
-
VersionId?: string;
|
|
501
|
-
DeleteMarker?: boolean;
|
|
502
|
-
DeleteMarkerVersionId?: string;
|
|
554
|
+
Key?: string | undefined;
|
|
555
|
+
VersionId?: string | undefined;
|
|
556
|
+
DeleteMarker?: boolean | undefined;
|
|
557
|
+
DeleteMarkerVersionId?: string | undefined;
|
|
503
558
|
}
|
|
504
559
|
export interface _Error {
|
|
505
|
-
Key?: string;
|
|
506
|
-
VersionId?: string;
|
|
507
|
-
Code?: string;
|
|
508
|
-
Message?: string;
|
|
560
|
+
Key?: string | undefined;
|
|
561
|
+
VersionId?: string | undefined;
|
|
562
|
+
Code?: string | undefined;
|
|
563
|
+
Message?: string | undefined;
|
|
509
564
|
}
|
|
510
565
|
export interface DeleteObjectsOutput {
|
|
511
|
-
Deleted?: DeletedObject[];
|
|
512
|
-
RequestCharged?: RequestCharged;
|
|
513
|
-
Errors?: _Error[];
|
|
566
|
+
Deleted?: DeletedObject[] | undefined;
|
|
567
|
+
RequestCharged?: RequestCharged | undefined;
|
|
568
|
+
Errors?: _Error[] | undefined;
|
|
514
569
|
}
|
|
515
570
|
export interface ObjectIdentifier {
|
|
516
571
|
Key: string | undefined;
|
|
517
|
-
VersionId?: string;
|
|
572
|
+
VersionId?: string | undefined;
|
|
573
|
+
ETag?: string | undefined;
|
|
574
|
+
LastModifiedTime?: Date | undefined;
|
|
575
|
+
Size?: number | undefined;
|
|
518
576
|
}
|
|
519
577
|
export interface Delete {
|
|
520
578
|
Objects: ObjectIdentifier[] | undefined;
|
|
521
|
-
Quiet?: boolean;
|
|
579
|
+
Quiet?: boolean | undefined;
|
|
522
580
|
}
|
|
523
581
|
export interface DeleteObjectsRequest {
|
|
524
582
|
Bucket: string | undefined;
|
|
525
583
|
Delete: Delete | undefined;
|
|
526
|
-
MFA?: string;
|
|
527
|
-
RequestPayer?: RequestPayer;
|
|
528
|
-
BypassGovernanceRetention?: boolean;
|
|
529
|
-
ExpectedBucketOwner?: string;
|
|
530
|
-
ChecksumAlgorithm?: ChecksumAlgorithm;
|
|
584
|
+
MFA?: string | undefined;
|
|
585
|
+
RequestPayer?: RequestPayer | undefined;
|
|
586
|
+
BypassGovernanceRetention?: boolean | undefined;
|
|
587
|
+
ExpectedBucketOwner?: string | undefined;
|
|
588
|
+
ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
|
|
531
589
|
}
|
|
532
590
|
export interface DeleteObjectTaggingOutput {
|
|
533
|
-
VersionId?: string;
|
|
591
|
+
VersionId?: string | undefined;
|
|
534
592
|
}
|
|
535
593
|
export interface DeleteObjectTaggingRequest {
|
|
536
594
|
Bucket: string | undefined;
|
|
537
595
|
Key: string | undefined;
|
|
538
|
-
VersionId?: string;
|
|
539
|
-
ExpectedBucketOwner?: string;
|
|
596
|
+
VersionId?: string | undefined;
|
|
597
|
+
ExpectedBucketOwner?: string | undefined;
|
|
540
598
|
}
|
|
541
599
|
export interface DeletePublicAccessBlockRequest {
|
|
542
600
|
Bucket: string | undefined;
|
|
543
|
-
ExpectedBucketOwner?: string;
|
|
601
|
+
ExpectedBucketOwner?: string | undefined;
|
|
544
602
|
}
|
|
545
603
|
export interface GetBucketAccelerateConfigurationOutput {
|
|
546
|
-
Status?: BucketAccelerateStatus;
|
|
547
|
-
RequestCharged?: RequestCharged;
|
|
604
|
+
Status?: BucketAccelerateStatus | undefined;
|
|
605
|
+
RequestCharged?: RequestCharged | undefined;
|
|
548
606
|
}
|
|
549
607
|
export interface GetBucketAccelerateConfigurationRequest {
|
|
550
608
|
Bucket: string | undefined;
|
|
551
|
-
ExpectedBucketOwner?: string;
|
|
552
|
-
RequestPayer?: RequestPayer;
|
|
609
|
+
ExpectedBucketOwner?: string | undefined;
|
|
610
|
+
RequestPayer?: RequestPayer | undefined;
|
|
553
611
|
}
|
|
554
612
|
export interface GetBucketAclOutput {
|
|
555
|
-
Owner?: Owner;
|
|
556
|
-
Grants?: Grant[];
|
|
613
|
+
Owner?: Owner | undefined;
|
|
614
|
+
Grants?: Grant[] | undefined;
|
|
557
615
|
}
|
|
558
616
|
export interface GetBucketAclRequest {
|
|
559
617
|
Bucket: string | undefined;
|
|
560
|
-
ExpectedBucketOwner?: string;
|
|
618
|
+
ExpectedBucketOwner?: string | undefined;
|
|
561
619
|
}
|
|
562
620
|
export interface Tag {
|
|
563
621
|
Key: string | undefined;
|
|
564
622
|
Value: string | undefined;
|
|
565
623
|
}
|
|
566
624
|
export interface AnalyticsAndOperator {
|
|
567
|
-
Prefix?: string;
|
|
568
|
-
Tags?: Tag[];
|
|
625
|
+
Prefix?: string | undefined;
|
|
626
|
+
Tags?: Tag[] | undefined;
|
|
569
627
|
}
|
|
570
628
|
export type AnalyticsFilter =
|
|
571
629
|
| AnalyticsFilter.AndMember
|
|
@@ -612,9 +670,9 @@ export type AnalyticsS3ExportFileFormat =
|
|
|
612
670
|
(typeof AnalyticsS3ExportFileFormat)[keyof typeof AnalyticsS3ExportFileFormat];
|
|
613
671
|
export interface AnalyticsS3BucketDestination {
|
|
614
672
|
Format: AnalyticsS3ExportFileFormat | undefined;
|
|
615
|
-
BucketAccountId?: string;
|
|
673
|
+
BucketAccountId?: string | undefined;
|
|
616
674
|
Bucket: string | undefined;
|
|
617
|
-
Prefix?: string;
|
|
675
|
+
Prefix?: string | undefined;
|
|
618
676
|
}
|
|
619
677
|
export interface AnalyticsExportDestination {
|
|
620
678
|
S3BucketDestination: AnalyticsS3BucketDestination | undefined;
|
|
@@ -629,62 +687,66 @@ export interface StorageClassAnalysisDataExport {
|
|
|
629
687
|
Destination: AnalyticsExportDestination | undefined;
|
|
630
688
|
}
|
|
631
689
|
export interface StorageClassAnalysis {
|
|
632
|
-
DataExport?: StorageClassAnalysisDataExport;
|
|
690
|
+
DataExport?: StorageClassAnalysisDataExport | undefined;
|
|
633
691
|
}
|
|
634
692
|
export interface AnalyticsConfiguration {
|
|
635
693
|
Id: string | undefined;
|
|
636
|
-
Filter?: AnalyticsFilter;
|
|
694
|
+
Filter?: AnalyticsFilter | undefined;
|
|
637
695
|
StorageClassAnalysis: StorageClassAnalysis | undefined;
|
|
638
696
|
}
|
|
639
697
|
export interface GetBucketAnalyticsConfigurationOutput {
|
|
640
|
-
AnalyticsConfiguration?: AnalyticsConfiguration;
|
|
698
|
+
AnalyticsConfiguration?: AnalyticsConfiguration | undefined;
|
|
641
699
|
}
|
|
642
700
|
export interface GetBucketAnalyticsConfigurationRequest {
|
|
643
701
|
Bucket: string | undefined;
|
|
644
702
|
Id: string | undefined;
|
|
645
|
-
ExpectedBucketOwner?: string;
|
|
703
|
+
ExpectedBucketOwner?: string | undefined;
|
|
646
704
|
}
|
|
647
705
|
export interface CORSRule {
|
|
648
|
-
ID?: string;
|
|
649
|
-
AllowedHeaders?: string[];
|
|
706
|
+
ID?: string | undefined;
|
|
707
|
+
AllowedHeaders?: string[] | undefined;
|
|
650
708
|
AllowedMethods: string[] | undefined;
|
|
651
709
|
AllowedOrigins: string[] | undefined;
|
|
652
|
-
ExposeHeaders?: string[];
|
|
653
|
-
MaxAgeSeconds?: number;
|
|
710
|
+
ExposeHeaders?: string[] | undefined;
|
|
711
|
+
MaxAgeSeconds?: number | undefined;
|
|
654
712
|
}
|
|
655
713
|
export interface GetBucketCorsOutput {
|
|
656
|
-
CORSRules?: CORSRule[];
|
|
714
|
+
CORSRules?: CORSRule[] | undefined;
|
|
657
715
|
}
|
|
658
716
|
export interface GetBucketCorsRequest {
|
|
659
717
|
Bucket: string | undefined;
|
|
660
|
-
ExpectedBucketOwner?: string;
|
|
718
|
+
ExpectedBucketOwner?: string | undefined;
|
|
661
719
|
}
|
|
662
720
|
export interface ServerSideEncryptionByDefault {
|
|
663
721
|
SSEAlgorithm: ServerSideEncryption | undefined;
|
|
664
|
-
KMSMasterKeyID?: string;
|
|
722
|
+
KMSMasterKeyID?: string | undefined;
|
|
665
723
|
}
|
|
666
724
|
export interface ServerSideEncryptionRule {
|
|
667
|
-
ApplyServerSideEncryptionByDefault?:
|
|
668
|
-
|
|
725
|
+
ApplyServerSideEncryptionByDefault?:
|
|
726
|
+
| ServerSideEncryptionByDefault
|
|
727
|
+
| undefined;
|
|
728
|
+
BucketKeyEnabled?: boolean | undefined;
|
|
669
729
|
}
|
|
670
730
|
export interface ServerSideEncryptionConfiguration {
|
|
671
731
|
Rules: ServerSideEncryptionRule[] | undefined;
|
|
672
732
|
}
|
|
673
733
|
export interface GetBucketEncryptionOutput {
|
|
674
|
-
ServerSideEncryptionConfiguration?:
|
|
734
|
+
ServerSideEncryptionConfiguration?:
|
|
735
|
+
| ServerSideEncryptionConfiguration
|
|
736
|
+
| undefined;
|
|
675
737
|
}
|
|
676
738
|
export interface GetBucketEncryptionRequest {
|
|
677
739
|
Bucket: string | undefined;
|
|
678
|
-
ExpectedBucketOwner?: string;
|
|
740
|
+
ExpectedBucketOwner?: string | undefined;
|
|
679
741
|
}
|
|
680
742
|
export interface IntelligentTieringAndOperator {
|
|
681
|
-
Prefix?: string;
|
|
682
|
-
Tags?: Tag[];
|
|
743
|
+
Prefix?: string | undefined;
|
|
744
|
+
Tags?: Tag[] | undefined;
|
|
683
745
|
}
|
|
684
746
|
export interface IntelligentTieringFilter {
|
|
685
|
-
Prefix?: string;
|
|
686
|
-
Tag?: Tag;
|
|
687
|
-
And?: IntelligentTieringAndOperator;
|
|
747
|
+
Prefix?: string | undefined;
|
|
748
|
+
Tag?: Tag | undefined;
|
|
749
|
+
And?: IntelligentTieringAndOperator | undefined;
|
|
688
750
|
}
|
|
689
751
|
export declare const IntelligentTieringStatus: {
|
|
690
752
|
readonly Disabled: "Disabled";
|
|
@@ -704,12 +766,12 @@ export interface Tiering {
|
|
|
704
766
|
}
|
|
705
767
|
export interface IntelligentTieringConfiguration {
|
|
706
768
|
Id: string | undefined;
|
|
707
|
-
Filter?: IntelligentTieringFilter;
|
|
769
|
+
Filter?: IntelligentTieringFilter | undefined;
|
|
708
770
|
Status: IntelligentTieringStatus | undefined;
|
|
709
771
|
Tierings: Tiering[] | undefined;
|
|
710
772
|
}
|
|
711
773
|
export interface GetBucketIntelligentTieringConfigurationOutput {
|
|
712
|
-
IntelligentTieringConfiguration?: IntelligentTieringConfiguration;
|
|
774
|
+
IntelligentTieringConfiguration?: IntelligentTieringConfiguration | undefined;
|
|
713
775
|
}
|
|
714
776
|
export interface GetBucketIntelligentTieringConfigurationRequest {
|
|
715
777
|
Bucket: string | undefined;
|
|
@@ -720,8 +782,8 @@ export interface SSEKMS {
|
|
|
720
782
|
}
|
|
721
783
|
export interface SSES3 {}
|
|
722
784
|
export interface InventoryEncryption {
|
|
723
|
-
SSES3?: SSES3;
|
|
724
|
-
SSEKMS?: SSEKMS;
|
|
785
|
+
SSES3?: SSES3 | undefined;
|
|
786
|
+
SSEKMS?: SSEKMS | undefined;
|
|
725
787
|
}
|
|
726
788
|
export declare const InventoryFormat: {
|
|
727
789
|
readonly CSV: "CSV";
|
|
@@ -731,11 +793,11 @@ export declare const InventoryFormat: {
|
|
|
731
793
|
export type InventoryFormat =
|
|
732
794
|
(typeof InventoryFormat)[keyof typeof InventoryFormat];
|
|
733
795
|
export interface InventoryS3BucketDestination {
|
|
734
|
-
AccountId?: string;
|
|
796
|
+
AccountId?: string | undefined;
|
|
735
797
|
Bucket: string | undefined;
|
|
736
798
|
Format: InventoryFormat | undefined;
|
|
737
|
-
Prefix?: string;
|
|
738
|
-
Encryption?: InventoryEncryption;
|
|
799
|
+
Prefix?: string | undefined;
|
|
800
|
+
Encryption?: InventoryEncryption | undefined;
|
|
739
801
|
}
|
|
740
802
|
export interface InventoryDestination {
|
|
741
803
|
S3BucketDestination: InventoryS3BucketDestination | undefined;
|
|
@@ -780,100 +842,41 @@ export interface InventorySchedule {
|
|
|
780
842
|
export interface InventoryConfiguration {
|
|
781
843
|
Destination: InventoryDestination | undefined;
|
|
782
844
|
IsEnabled: boolean | undefined;
|
|
783
|
-
Filter?: InventoryFilter;
|
|
845
|
+
Filter?: InventoryFilter | undefined;
|
|
784
846
|
Id: string | undefined;
|
|
785
847
|
IncludedObjectVersions: InventoryIncludedObjectVersions | undefined;
|
|
786
|
-
OptionalFields?: InventoryOptionalField[];
|
|
848
|
+
OptionalFields?: InventoryOptionalField[] | undefined;
|
|
787
849
|
Schedule: InventorySchedule | undefined;
|
|
788
850
|
}
|
|
789
851
|
export interface GetBucketInventoryConfigurationOutput {
|
|
790
|
-
InventoryConfiguration?: InventoryConfiguration;
|
|
852
|
+
InventoryConfiguration?: InventoryConfiguration | undefined;
|
|
791
853
|
}
|
|
792
854
|
export interface GetBucketInventoryConfigurationRequest {
|
|
793
855
|
Bucket: string | undefined;
|
|
794
856
|
Id: string | undefined;
|
|
795
|
-
ExpectedBucketOwner?: string;
|
|
857
|
+
ExpectedBucketOwner?: string | undefined;
|
|
796
858
|
}
|
|
797
859
|
export interface LifecycleExpiration {
|
|
798
|
-
Date?: Date;
|
|
799
|
-
Days?: number;
|
|
800
|
-
ExpiredObjectDeleteMarker?: boolean;
|
|
860
|
+
Date?: Date | undefined;
|
|
861
|
+
Days?: number | undefined;
|
|
862
|
+
ExpiredObjectDeleteMarker?: boolean | undefined;
|
|
801
863
|
}
|
|
802
864
|
export interface LifecycleRuleAndOperator {
|
|
803
|
-
Prefix?: string;
|
|
804
|
-
Tags?: Tag[];
|
|
805
|
-
ObjectSizeGreaterThan?: number;
|
|
806
|
-
ObjectSizeLessThan?: number;
|
|
807
|
-
}
|
|
808
|
-
export
|
|
809
|
-
|
|
|
810
|
-
|
|
|
811
|
-
|
|
|
812
|
-
|
|
|
813
|
-
|
|
|
814
|
-
| LifecycleRuleFilter.$UnknownMember;
|
|
815
|
-
export declare namespace LifecycleRuleFilter {
|
|
816
|
-
interface PrefixMember {
|
|
817
|
-
Prefix: string;
|
|
818
|
-
Tag?: never;
|
|
819
|
-
ObjectSizeGreaterThan?: never;
|
|
820
|
-
ObjectSizeLessThan?: never;
|
|
821
|
-
And?: never;
|
|
822
|
-
$unknown?: never;
|
|
823
|
-
}
|
|
824
|
-
interface TagMember {
|
|
825
|
-
Prefix?: never;
|
|
826
|
-
Tag: Tag;
|
|
827
|
-
ObjectSizeGreaterThan?: never;
|
|
828
|
-
ObjectSizeLessThan?: never;
|
|
829
|
-
And?: never;
|
|
830
|
-
$unknown?: never;
|
|
831
|
-
}
|
|
832
|
-
interface ObjectSizeGreaterThanMember {
|
|
833
|
-
Prefix?: never;
|
|
834
|
-
Tag?: never;
|
|
835
|
-
ObjectSizeGreaterThan: number;
|
|
836
|
-
ObjectSizeLessThan?: never;
|
|
837
|
-
And?: never;
|
|
838
|
-
$unknown?: never;
|
|
839
|
-
}
|
|
840
|
-
interface ObjectSizeLessThanMember {
|
|
841
|
-
Prefix?: never;
|
|
842
|
-
Tag?: never;
|
|
843
|
-
ObjectSizeGreaterThan?: never;
|
|
844
|
-
ObjectSizeLessThan: number;
|
|
845
|
-
And?: never;
|
|
846
|
-
$unknown?: never;
|
|
847
|
-
}
|
|
848
|
-
interface AndMember {
|
|
849
|
-
Prefix?: never;
|
|
850
|
-
Tag?: never;
|
|
851
|
-
ObjectSizeGreaterThan?: never;
|
|
852
|
-
ObjectSizeLessThan?: never;
|
|
853
|
-
And: LifecycleRuleAndOperator;
|
|
854
|
-
$unknown?: never;
|
|
855
|
-
}
|
|
856
|
-
interface $UnknownMember {
|
|
857
|
-
Prefix?: never;
|
|
858
|
-
Tag?: never;
|
|
859
|
-
ObjectSizeGreaterThan?: never;
|
|
860
|
-
ObjectSizeLessThan?: never;
|
|
861
|
-
And?: never;
|
|
862
|
-
$unknown: [string, any];
|
|
863
|
-
}
|
|
864
|
-
interface Visitor<T> {
|
|
865
|
-
Prefix: (value: string) => T;
|
|
866
|
-
Tag: (value: Tag) => T;
|
|
867
|
-
ObjectSizeGreaterThan: (value: number) => T;
|
|
868
|
-
ObjectSizeLessThan: (value: number) => T;
|
|
869
|
-
And: (value: LifecycleRuleAndOperator) => T;
|
|
870
|
-
_: (name: string, value: any) => T;
|
|
871
|
-
}
|
|
872
|
-
const visit: <T>(value: LifecycleRuleFilter, visitor: Visitor<T>) => T;
|
|
865
|
+
Prefix?: string | undefined;
|
|
866
|
+
Tags?: Tag[] | undefined;
|
|
867
|
+
ObjectSizeGreaterThan?: number | undefined;
|
|
868
|
+
ObjectSizeLessThan?: number | undefined;
|
|
869
|
+
}
|
|
870
|
+
export interface LifecycleRuleFilter {
|
|
871
|
+
Prefix?: string | undefined;
|
|
872
|
+
Tag?: Tag | undefined;
|
|
873
|
+
ObjectSizeGreaterThan?: number | undefined;
|
|
874
|
+
ObjectSizeLessThan?: number | undefined;
|
|
875
|
+
And?: LifecycleRuleAndOperator | undefined;
|
|
873
876
|
}
|
|
874
877
|
export interface NoncurrentVersionExpiration {
|
|
875
|
-
NoncurrentDays?: number;
|
|
876
|
-
NewerNoncurrentVersions?: number;
|
|
878
|
+
NoncurrentDays?: number | undefined;
|
|
879
|
+
NewerNoncurrentVersions?: number | undefined;
|
|
877
880
|
}
|
|
878
881
|
export declare const TransitionStorageClass: {
|
|
879
882
|
readonly DEEP_ARCHIVE: "DEEP_ARCHIVE";
|
|
@@ -886,9 +889,9 @@ export declare const TransitionStorageClass: {
|
|
|
886
889
|
export type TransitionStorageClass =
|
|
887
890
|
(typeof TransitionStorageClass)[keyof typeof TransitionStorageClass];
|
|
888
891
|
export interface NoncurrentVersionTransition {
|
|
889
|
-
NoncurrentDays?: number;
|
|
890
|
-
StorageClass?: TransitionStorageClass;
|
|
891
|
-
NewerNoncurrentVersions?: number;
|
|
892
|
+
NoncurrentDays?: number | undefined;
|
|
893
|
+
StorageClass?: TransitionStorageClass | undefined;
|
|
894
|
+
NewerNoncurrentVersions?: number | undefined;
|
|
892
895
|
}
|
|
893
896
|
export declare const ExpirationStatus: {
|
|
894
897
|
readonly Disabled: "Disabled";
|
|
@@ -897,34 +900,43 @@ export declare const ExpirationStatus: {
|
|
|
897
900
|
export type ExpirationStatus =
|
|
898
901
|
(typeof ExpirationStatus)[keyof typeof ExpirationStatus];
|
|
899
902
|
export interface Transition {
|
|
900
|
-
Date?: Date;
|
|
901
|
-
Days?: number;
|
|
902
|
-
StorageClass?: TransitionStorageClass;
|
|
903
|
+
Date?: Date | undefined;
|
|
904
|
+
Days?: number | undefined;
|
|
905
|
+
StorageClass?: TransitionStorageClass | undefined;
|
|
903
906
|
}
|
|
904
907
|
export interface LifecycleRule {
|
|
905
|
-
Expiration?: LifecycleExpiration;
|
|
906
|
-
ID?: string;
|
|
907
|
-
Prefix?: string;
|
|
908
|
-
Filter?: LifecycleRuleFilter;
|
|
908
|
+
Expiration?: LifecycleExpiration | undefined;
|
|
909
|
+
ID?: string | undefined;
|
|
910
|
+
Prefix?: string | undefined;
|
|
911
|
+
Filter?: LifecycleRuleFilter | undefined;
|
|
909
912
|
Status: ExpirationStatus | undefined;
|
|
910
|
-
Transitions?: Transition[];
|
|
911
|
-
NoncurrentVersionTransitions?: NoncurrentVersionTransition[];
|
|
912
|
-
NoncurrentVersionExpiration?: NoncurrentVersionExpiration;
|
|
913
|
-
AbortIncompleteMultipartUpload?: AbortIncompleteMultipartUpload;
|
|
914
|
-
}
|
|
913
|
+
Transitions?: Transition[] | undefined;
|
|
914
|
+
NoncurrentVersionTransitions?: NoncurrentVersionTransition[] | undefined;
|
|
915
|
+
NoncurrentVersionExpiration?: NoncurrentVersionExpiration | undefined;
|
|
916
|
+
AbortIncompleteMultipartUpload?: AbortIncompleteMultipartUpload | undefined;
|
|
917
|
+
}
|
|
918
|
+
export declare const TransitionDefaultMinimumObjectSize: {
|
|
919
|
+
readonly all_storage_classes_128K: "all_storage_classes_128K";
|
|
920
|
+
readonly varies_by_storage_class: "varies_by_storage_class";
|
|
921
|
+
};
|
|
922
|
+
export type TransitionDefaultMinimumObjectSize =
|
|
923
|
+
(typeof TransitionDefaultMinimumObjectSize)[keyof typeof TransitionDefaultMinimumObjectSize];
|
|
915
924
|
export interface GetBucketLifecycleConfigurationOutput {
|
|
916
|
-
Rules?: LifecycleRule[];
|
|
925
|
+
Rules?: LifecycleRule[] | undefined;
|
|
926
|
+
TransitionDefaultMinimumObjectSize?:
|
|
927
|
+
| TransitionDefaultMinimumObjectSize
|
|
928
|
+
| undefined;
|
|
917
929
|
}
|
|
918
930
|
export interface GetBucketLifecycleConfigurationRequest {
|
|
919
931
|
Bucket: string | undefined;
|
|
920
|
-
ExpectedBucketOwner?: string;
|
|
932
|
+
ExpectedBucketOwner?: string | undefined;
|
|
921
933
|
}
|
|
922
934
|
export interface GetBucketLocationOutput {
|
|
923
|
-
LocationConstraint?: BucketLocationConstraint;
|
|
935
|
+
LocationConstraint?: BucketLocationConstraint | undefined;
|
|
924
936
|
}
|
|
925
937
|
export interface GetBucketLocationRequest {
|
|
926
938
|
Bucket: string | undefined;
|
|
927
|
-
ExpectedBucketOwner?: string;
|
|
939
|
+
ExpectedBucketOwner?: string | undefined;
|
|
928
940
|
}
|
|
929
941
|
export declare const BucketLogsPermission: {
|
|
930
942
|
readonly FULL_CONTROL: "FULL_CONTROL";
|
|
@@ -934,8 +946,8 @@ export declare const BucketLogsPermission: {
|
|
|
934
946
|
export type BucketLogsPermission =
|
|
935
947
|
(typeof BucketLogsPermission)[keyof typeof BucketLogsPermission];
|
|
936
948
|
export interface TargetGrant {
|
|
937
|
-
Grantee?: Grantee;
|
|
938
|
-
Permission?: BucketLogsPermission;
|
|
949
|
+
Grantee?: Grantee | undefined;
|
|
950
|
+
Permission?: BucketLogsPermission | undefined;
|
|
939
951
|
}
|
|
940
952
|
export declare const PartitionDateSource: {
|
|
941
953
|
readonly DeliveryTime: "DeliveryTime";
|
|
@@ -944,30 +956,59 @@ export declare const PartitionDateSource: {
|
|
|
944
956
|
export type PartitionDateSource =
|
|
945
957
|
(typeof PartitionDateSource)[keyof typeof PartitionDateSource];
|
|
946
958
|
export interface PartitionedPrefix {
|
|
947
|
-
PartitionDateSource?: PartitionDateSource;
|
|
959
|
+
PartitionDateSource?: PartitionDateSource | undefined;
|
|
948
960
|
}
|
|
949
961
|
export interface SimplePrefix {}
|
|
950
962
|
export interface TargetObjectKeyFormat {
|
|
951
|
-
SimplePrefix?: SimplePrefix;
|
|
952
|
-
PartitionedPrefix?: PartitionedPrefix;
|
|
963
|
+
SimplePrefix?: SimplePrefix | undefined;
|
|
964
|
+
PartitionedPrefix?: PartitionedPrefix | undefined;
|
|
953
965
|
}
|
|
954
966
|
export interface LoggingEnabled {
|
|
955
967
|
TargetBucket: string | undefined;
|
|
956
|
-
TargetGrants?: TargetGrant[];
|
|
968
|
+
TargetGrants?: TargetGrant[] | undefined;
|
|
957
969
|
TargetPrefix: string | undefined;
|
|
958
|
-
TargetObjectKeyFormat?: TargetObjectKeyFormat;
|
|
970
|
+
TargetObjectKeyFormat?: TargetObjectKeyFormat | undefined;
|
|
959
971
|
}
|
|
960
972
|
export interface GetBucketLoggingOutput {
|
|
961
|
-
LoggingEnabled?: LoggingEnabled;
|
|
973
|
+
LoggingEnabled?: LoggingEnabled | undefined;
|
|
962
974
|
}
|
|
963
975
|
export interface GetBucketLoggingRequest {
|
|
964
976
|
Bucket: string | undefined;
|
|
965
|
-
ExpectedBucketOwner?: string;
|
|
977
|
+
ExpectedBucketOwner?: string | undefined;
|
|
978
|
+
}
|
|
979
|
+
export interface ErrorDetails {
|
|
980
|
+
ErrorCode?: string | undefined;
|
|
981
|
+
ErrorMessage?: string | undefined;
|
|
982
|
+
}
|
|
983
|
+
export interface S3TablesDestinationResult {
|
|
984
|
+
TableBucketArn: string | undefined;
|
|
985
|
+
TableName: string | undefined;
|
|
986
|
+
TableArn: string | undefined;
|
|
987
|
+
TableNamespace: string | undefined;
|
|
988
|
+
}
|
|
989
|
+
export interface MetadataTableConfigurationResult {
|
|
990
|
+
S3TablesDestinationResult: S3TablesDestinationResult | undefined;
|
|
991
|
+
}
|
|
992
|
+
export interface GetBucketMetadataTableConfigurationResult {
|
|
993
|
+
MetadataTableConfigurationResult:
|
|
994
|
+
| MetadataTableConfigurationResult
|
|
995
|
+
| undefined;
|
|
996
|
+
Status: string | undefined;
|
|
997
|
+
Error?: ErrorDetails | undefined;
|
|
998
|
+
}
|
|
999
|
+
export interface GetBucketMetadataTableConfigurationOutput {
|
|
1000
|
+
GetBucketMetadataTableConfigurationResult?:
|
|
1001
|
+
| GetBucketMetadataTableConfigurationResult
|
|
1002
|
+
| undefined;
|
|
1003
|
+
}
|
|
1004
|
+
export interface GetBucketMetadataTableConfigurationRequest {
|
|
1005
|
+
Bucket: string | undefined;
|
|
1006
|
+
ExpectedBucketOwner?: string | undefined;
|
|
966
1007
|
}
|
|
967
1008
|
export interface MetricsAndOperator {
|
|
968
|
-
Prefix?: string;
|
|
969
|
-
Tags?: Tag[];
|
|
970
|
-
AccessPointArn?: string;
|
|
1009
|
+
Prefix?: string | undefined;
|
|
1010
|
+
Tags?: Tag[] | undefined;
|
|
1011
|
+
AccessPointArn?: string | undefined;
|
|
971
1012
|
}
|
|
972
1013
|
export type MetricsFilter =
|
|
973
1014
|
| MetricsFilter.AccessPointArnMember
|
|
@@ -1022,19 +1063,19 @@ export declare namespace MetricsFilter {
|
|
|
1022
1063
|
}
|
|
1023
1064
|
export interface MetricsConfiguration {
|
|
1024
1065
|
Id: string | undefined;
|
|
1025
|
-
Filter?: MetricsFilter;
|
|
1066
|
+
Filter?: MetricsFilter | undefined;
|
|
1026
1067
|
}
|
|
1027
1068
|
export interface GetBucketMetricsConfigurationOutput {
|
|
1028
|
-
MetricsConfiguration?: MetricsConfiguration;
|
|
1069
|
+
MetricsConfiguration?: MetricsConfiguration | undefined;
|
|
1029
1070
|
}
|
|
1030
1071
|
export interface GetBucketMetricsConfigurationRequest {
|
|
1031
1072
|
Bucket: string | undefined;
|
|
1032
1073
|
Id: string | undefined;
|
|
1033
|
-
ExpectedBucketOwner?: string;
|
|
1074
|
+
ExpectedBucketOwner?: string | undefined;
|
|
1034
1075
|
}
|
|
1035
1076
|
export interface GetBucketNotificationConfigurationRequest {
|
|
1036
1077
|
Bucket: string | undefined;
|
|
1037
|
-
ExpectedBucketOwner?: string;
|
|
1078
|
+
ExpectedBucketOwner?: string | undefined;
|
|
1038
1079
|
}
|
|
1039
1080
|
export interface EventBridgeConfiguration {}
|
|
1040
1081
|
export declare const Event: {
|
|
@@ -1074,38 +1115,38 @@ export declare const FilterRuleName: {
|
|
|
1074
1115
|
export type FilterRuleName =
|
|
1075
1116
|
(typeof FilterRuleName)[keyof typeof FilterRuleName];
|
|
1076
1117
|
export interface FilterRule {
|
|
1077
|
-
Name?: FilterRuleName;
|
|
1078
|
-
Value?: string;
|
|
1118
|
+
Name?: FilterRuleName | undefined;
|
|
1119
|
+
Value?: string | undefined;
|
|
1079
1120
|
}
|
|
1080
1121
|
export interface S3KeyFilter {
|
|
1081
|
-
FilterRules?: FilterRule[];
|
|
1122
|
+
FilterRules?: FilterRule[] | undefined;
|
|
1082
1123
|
}
|
|
1083
1124
|
export interface NotificationConfigurationFilter {
|
|
1084
|
-
Key?: S3KeyFilter;
|
|
1125
|
+
Key?: S3KeyFilter | undefined;
|
|
1085
1126
|
}
|
|
1086
1127
|
export interface LambdaFunctionConfiguration {
|
|
1087
|
-
Id?: string;
|
|
1128
|
+
Id?: string | undefined;
|
|
1088
1129
|
LambdaFunctionArn: string | undefined;
|
|
1089
1130
|
Events: Event[] | undefined;
|
|
1090
|
-
Filter?: NotificationConfigurationFilter;
|
|
1131
|
+
Filter?: NotificationConfigurationFilter | undefined;
|
|
1091
1132
|
}
|
|
1092
1133
|
export interface QueueConfiguration {
|
|
1093
|
-
Id?: string;
|
|
1134
|
+
Id?: string | undefined;
|
|
1094
1135
|
QueueArn: string | undefined;
|
|
1095
1136
|
Events: Event[] | undefined;
|
|
1096
|
-
Filter?: NotificationConfigurationFilter;
|
|
1137
|
+
Filter?: NotificationConfigurationFilter | undefined;
|
|
1097
1138
|
}
|
|
1098
1139
|
export interface TopicConfiguration {
|
|
1099
|
-
Id?: string;
|
|
1140
|
+
Id?: string | undefined;
|
|
1100
1141
|
TopicArn: string | undefined;
|
|
1101
1142
|
Events: Event[] | undefined;
|
|
1102
|
-
Filter?: NotificationConfigurationFilter;
|
|
1143
|
+
Filter?: NotificationConfigurationFilter | undefined;
|
|
1103
1144
|
}
|
|
1104
1145
|
export interface NotificationConfiguration {
|
|
1105
|
-
TopicConfigurations?: TopicConfiguration[];
|
|
1106
|
-
QueueConfigurations?: QueueConfiguration[];
|
|
1107
|
-
LambdaFunctionConfigurations?: LambdaFunctionConfiguration[];
|
|
1108
|
-
EventBridgeConfiguration?: EventBridgeConfiguration;
|
|
1146
|
+
TopicConfigurations?: TopicConfiguration[] | undefined;
|
|
1147
|
+
QueueConfigurations?: QueueConfiguration[] | undefined;
|
|
1148
|
+
LambdaFunctionConfigurations?: LambdaFunctionConfiguration[] | undefined;
|
|
1149
|
+
EventBridgeConfiguration?: EventBridgeConfiguration | undefined;
|
|
1109
1150
|
}
|
|
1110
1151
|
export interface OwnershipControlsRule {
|
|
1111
1152
|
ObjectOwnership: ObjectOwnership | undefined;
|
|
@@ -1114,28 +1155,28 @@ export interface OwnershipControls {
|
|
|
1114
1155
|
Rules: OwnershipControlsRule[] | undefined;
|
|
1115
1156
|
}
|
|
1116
1157
|
export interface GetBucketOwnershipControlsOutput {
|
|
1117
|
-
OwnershipControls?: OwnershipControls;
|
|
1158
|
+
OwnershipControls?: OwnershipControls | undefined;
|
|
1118
1159
|
}
|
|
1119
1160
|
export interface GetBucketOwnershipControlsRequest {
|
|
1120
1161
|
Bucket: string | undefined;
|
|
1121
|
-
ExpectedBucketOwner?: string;
|
|
1162
|
+
ExpectedBucketOwner?: string | undefined;
|
|
1122
1163
|
}
|
|
1123
1164
|
export interface GetBucketPolicyOutput {
|
|
1124
|
-
Policy?: string;
|
|
1165
|
+
Policy?: string | undefined;
|
|
1125
1166
|
}
|
|
1126
1167
|
export interface GetBucketPolicyRequest {
|
|
1127
1168
|
Bucket: string | undefined;
|
|
1128
|
-
ExpectedBucketOwner?: string;
|
|
1169
|
+
ExpectedBucketOwner?: string | undefined;
|
|
1129
1170
|
}
|
|
1130
1171
|
export interface PolicyStatus {
|
|
1131
|
-
IsPublic?: boolean;
|
|
1172
|
+
IsPublic?: boolean | undefined;
|
|
1132
1173
|
}
|
|
1133
1174
|
export interface GetBucketPolicyStatusOutput {
|
|
1134
|
-
PolicyStatus?: PolicyStatus;
|
|
1175
|
+
PolicyStatus?: PolicyStatus | undefined;
|
|
1135
1176
|
}
|
|
1136
1177
|
export interface GetBucketPolicyStatusRequest {
|
|
1137
1178
|
Bucket: string | undefined;
|
|
1138
|
-
ExpectedBucketOwner?: string;
|
|
1179
|
+
ExpectedBucketOwner?: string | undefined;
|
|
1139
1180
|
}
|
|
1140
1181
|
export declare const DeleteMarkerReplicationStatus: {
|
|
1141
1182
|
readonly Disabled: "Disabled";
|
|
@@ -1144,13 +1185,13 @@ export declare const DeleteMarkerReplicationStatus: {
|
|
|
1144
1185
|
export type DeleteMarkerReplicationStatus =
|
|
1145
1186
|
(typeof DeleteMarkerReplicationStatus)[keyof typeof DeleteMarkerReplicationStatus];
|
|
1146
1187
|
export interface DeleteMarkerReplication {
|
|
1147
|
-
Status?: DeleteMarkerReplicationStatus;
|
|
1188
|
+
Status?: DeleteMarkerReplicationStatus | undefined;
|
|
1148
1189
|
}
|
|
1149
1190
|
export interface EncryptionConfiguration {
|
|
1150
|
-
ReplicaKmsKeyID?: string;
|
|
1191
|
+
ReplicaKmsKeyID?: string | undefined;
|
|
1151
1192
|
}
|
|
1152
1193
|
export interface ReplicationTimeValue {
|
|
1153
|
-
Minutes?: number;
|
|
1194
|
+
Minutes?: number | undefined;
|
|
1154
1195
|
}
|
|
1155
1196
|
export declare const MetricsStatus: {
|
|
1156
1197
|
readonly Disabled: "Disabled";
|
|
@@ -1159,7 +1200,7 @@ export declare const MetricsStatus: {
|
|
|
1159
1200
|
export type MetricsStatus = (typeof MetricsStatus)[keyof typeof MetricsStatus];
|
|
1160
1201
|
export interface Metrics {
|
|
1161
1202
|
Status: MetricsStatus | undefined;
|
|
1162
|
-
EventThreshold?: ReplicationTimeValue;
|
|
1203
|
+
EventThreshold?: ReplicationTimeValue | undefined;
|
|
1163
1204
|
}
|
|
1164
1205
|
export declare const ReplicationTimeStatus: {
|
|
1165
1206
|
readonly Disabled: "Disabled";
|
|
@@ -1173,12 +1214,12 @@ export interface ReplicationTime {
|
|
|
1173
1214
|
}
|
|
1174
1215
|
export interface Destination {
|
|
1175
1216
|
Bucket: string | undefined;
|
|
1176
|
-
Account?: string;
|
|
1177
|
-
StorageClass?: StorageClass;
|
|
1178
|
-
AccessControlTranslation?: AccessControlTranslation;
|
|
1179
|
-
EncryptionConfiguration?: EncryptionConfiguration;
|
|
1180
|
-
ReplicationTime?: ReplicationTime;
|
|
1181
|
-
Metrics?: Metrics;
|
|
1217
|
+
Account?: string | undefined;
|
|
1218
|
+
StorageClass?: StorageClass | undefined;
|
|
1219
|
+
AccessControlTranslation?: AccessControlTranslation | undefined;
|
|
1220
|
+
EncryptionConfiguration?: EncryptionConfiguration | undefined;
|
|
1221
|
+
ReplicationTime?: ReplicationTime | undefined;
|
|
1222
|
+
Metrics?: Metrics | undefined;
|
|
1182
1223
|
}
|
|
1183
1224
|
export declare const ExistingObjectReplicationStatus: {
|
|
1184
1225
|
readonly Disabled: "Disabled";
|
|
@@ -1190,46 +1231,13 @@ export interface ExistingObjectReplication {
|
|
|
1190
1231
|
Status: ExistingObjectReplicationStatus | undefined;
|
|
1191
1232
|
}
|
|
1192
1233
|
export interface ReplicationRuleAndOperator {
|
|
1193
|
-
Prefix?: string;
|
|
1194
|
-
Tags?: Tag[];
|
|
1195
|
-
}
|
|
1196
|
-
export
|
|
1197
|
-
|
|
|
1198
|
-
|
|
|
1199
|
-
|
|
|
1200
|
-
| ReplicationRuleFilter.$UnknownMember;
|
|
1201
|
-
export declare namespace ReplicationRuleFilter {
|
|
1202
|
-
interface PrefixMember {
|
|
1203
|
-
Prefix: string;
|
|
1204
|
-
Tag?: never;
|
|
1205
|
-
And?: never;
|
|
1206
|
-
$unknown?: never;
|
|
1207
|
-
}
|
|
1208
|
-
interface TagMember {
|
|
1209
|
-
Prefix?: never;
|
|
1210
|
-
Tag: Tag;
|
|
1211
|
-
And?: never;
|
|
1212
|
-
$unknown?: never;
|
|
1213
|
-
}
|
|
1214
|
-
interface AndMember {
|
|
1215
|
-
Prefix?: never;
|
|
1216
|
-
Tag?: never;
|
|
1217
|
-
And: ReplicationRuleAndOperator;
|
|
1218
|
-
$unknown?: never;
|
|
1219
|
-
}
|
|
1220
|
-
interface $UnknownMember {
|
|
1221
|
-
Prefix?: never;
|
|
1222
|
-
Tag?: never;
|
|
1223
|
-
And?: never;
|
|
1224
|
-
$unknown: [string, any];
|
|
1225
|
-
}
|
|
1226
|
-
interface Visitor<T> {
|
|
1227
|
-
Prefix: (value: string) => T;
|
|
1228
|
-
Tag: (value: Tag) => T;
|
|
1229
|
-
And: (value: ReplicationRuleAndOperator) => T;
|
|
1230
|
-
_: (name: string, value: any) => T;
|
|
1231
|
-
}
|
|
1232
|
-
const visit: <T>(value: ReplicationRuleFilter, visitor: Visitor<T>) => T;
|
|
1234
|
+
Prefix?: string | undefined;
|
|
1235
|
+
Tags?: Tag[] | undefined;
|
|
1236
|
+
}
|
|
1237
|
+
export interface ReplicationRuleFilter {
|
|
1238
|
+
Prefix?: string | undefined;
|
|
1239
|
+
Tag?: Tag | undefined;
|
|
1240
|
+
And?: ReplicationRuleAndOperator | undefined;
|
|
1233
1241
|
}
|
|
1234
1242
|
export declare const ReplicaModificationsStatus: {
|
|
1235
1243
|
readonly Disabled: "Disabled";
|
|
@@ -1250,8 +1258,8 @@ export interface SseKmsEncryptedObjects {
|
|
|
1250
1258
|
Status: SseKmsEncryptedObjectsStatus | undefined;
|
|
1251
1259
|
}
|
|
1252
1260
|
export interface SourceSelectionCriteria {
|
|
1253
|
-
SseKmsEncryptedObjects?: SseKmsEncryptedObjects;
|
|
1254
|
-
ReplicaModifications?: ReplicaModifications;
|
|
1261
|
+
SseKmsEncryptedObjects?: SseKmsEncryptedObjects | undefined;
|
|
1262
|
+
ReplicaModifications?: ReplicaModifications | undefined;
|
|
1255
1263
|
}
|
|
1256
1264
|
export declare const ReplicationRuleStatus: {
|
|
1257
1265
|
readonly Disabled: "Disabled";
|
|
@@ -1260,26 +1268,26 @@ export declare const ReplicationRuleStatus: {
|
|
|
1260
1268
|
export type ReplicationRuleStatus =
|
|
1261
1269
|
(typeof ReplicationRuleStatus)[keyof typeof ReplicationRuleStatus];
|
|
1262
1270
|
export interface ReplicationRule {
|
|
1263
|
-
ID?: string;
|
|
1264
|
-
Priority?: number;
|
|
1265
|
-
Prefix?: string;
|
|
1266
|
-
Filter?: ReplicationRuleFilter;
|
|
1271
|
+
ID?: string | undefined;
|
|
1272
|
+
Priority?: number | undefined;
|
|
1273
|
+
Prefix?: string | undefined;
|
|
1274
|
+
Filter?: ReplicationRuleFilter | undefined;
|
|
1267
1275
|
Status: ReplicationRuleStatus | undefined;
|
|
1268
|
-
SourceSelectionCriteria?: SourceSelectionCriteria;
|
|
1269
|
-
ExistingObjectReplication?: ExistingObjectReplication;
|
|
1276
|
+
SourceSelectionCriteria?: SourceSelectionCriteria | undefined;
|
|
1277
|
+
ExistingObjectReplication?: ExistingObjectReplication | undefined;
|
|
1270
1278
|
Destination: Destination | undefined;
|
|
1271
|
-
DeleteMarkerReplication?: DeleteMarkerReplication;
|
|
1279
|
+
DeleteMarkerReplication?: DeleteMarkerReplication | undefined;
|
|
1272
1280
|
}
|
|
1273
1281
|
export interface ReplicationConfiguration {
|
|
1274
1282
|
Role: string | undefined;
|
|
1275
1283
|
Rules: ReplicationRule[] | undefined;
|
|
1276
1284
|
}
|
|
1277
1285
|
export interface GetBucketReplicationOutput {
|
|
1278
|
-
ReplicationConfiguration?: ReplicationConfiguration;
|
|
1286
|
+
ReplicationConfiguration?: ReplicationConfiguration | undefined;
|
|
1279
1287
|
}
|
|
1280
1288
|
export interface GetBucketReplicationRequest {
|
|
1281
1289
|
Bucket: string | undefined;
|
|
1282
|
-
ExpectedBucketOwner?: string;
|
|
1290
|
+
ExpectedBucketOwner?: string | undefined;
|
|
1283
1291
|
}
|
|
1284
1292
|
export declare const Payer: {
|
|
1285
1293
|
readonly BucketOwner: "BucketOwner";
|
|
@@ -1287,18 +1295,18 @@ export declare const Payer: {
|
|
|
1287
1295
|
};
|
|
1288
1296
|
export type Payer = (typeof Payer)[keyof typeof Payer];
|
|
1289
1297
|
export interface GetBucketRequestPaymentOutput {
|
|
1290
|
-
Payer?: Payer;
|
|
1298
|
+
Payer?: Payer | undefined;
|
|
1291
1299
|
}
|
|
1292
1300
|
export interface GetBucketRequestPaymentRequest {
|
|
1293
1301
|
Bucket: string | undefined;
|
|
1294
|
-
ExpectedBucketOwner?: string;
|
|
1302
|
+
ExpectedBucketOwner?: string | undefined;
|
|
1295
1303
|
}
|
|
1296
1304
|
export interface GetBucketTaggingOutput {
|
|
1297
1305
|
TagSet: Tag[] | undefined;
|
|
1298
1306
|
}
|
|
1299
1307
|
export interface GetBucketTaggingRequest {
|
|
1300
1308
|
Bucket: string | undefined;
|
|
1301
|
-
ExpectedBucketOwner?: string;
|
|
1309
|
+
ExpectedBucketOwner?: string | undefined;
|
|
1302
1310
|
}
|
|
1303
1311
|
export declare const MFADeleteStatus: {
|
|
1304
1312
|
readonly Disabled: "Disabled";
|
|
@@ -1313,12 +1321,12 @@ export declare const BucketVersioningStatus: {
|
|
|
1313
1321
|
export type BucketVersioningStatus =
|
|
1314
1322
|
(typeof BucketVersioningStatus)[keyof typeof BucketVersioningStatus];
|
|
1315
1323
|
export interface GetBucketVersioningOutput {
|
|
1316
|
-
Status?: BucketVersioningStatus;
|
|
1317
|
-
MFADelete?: MFADeleteStatus;
|
|
1324
|
+
Status?: BucketVersioningStatus | undefined;
|
|
1325
|
+
MFADelete?: MFADeleteStatus | undefined;
|
|
1318
1326
|
}
|
|
1319
1327
|
export interface GetBucketVersioningRequest {
|
|
1320
1328
|
Bucket: string | undefined;
|
|
1321
|
-
ExpectedBucketOwner?: string;
|
|
1329
|
+
ExpectedBucketOwner?: string | undefined;
|
|
1322
1330
|
}
|
|
1323
1331
|
export interface ErrorDocument {
|
|
1324
1332
|
Key: string | undefined;
|
|
@@ -1333,32 +1341,32 @@ export declare const Protocol: {
|
|
|
1333
1341
|
export type Protocol = (typeof Protocol)[keyof typeof Protocol];
|
|
1334
1342
|
export interface RedirectAllRequestsTo {
|
|
1335
1343
|
HostName: string | undefined;
|
|
1336
|
-
Protocol?: Protocol;
|
|
1344
|
+
Protocol?: Protocol | undefined;
|
|
1337
1345
|
}
|
|
1338
1346
|
export interface Condition {
|
|
1339
|
-
HttpErrorCodeReturnedEquals?: string;
|
|
1340
|
-
KeyPrefixEquals?: string;
|
|
1347
|
+
HttpErrorCodeReturnedEquals?: string | undefined;
|
|
1348
|
+
KeyPrefixEquals?: string | undefined;
|
|
1341
1349
|
}
|
|
1342
1350
|
export interface Redirect {
|
|
1343
|
-
HostName?: string;
|
|
1344
|
-
HttpRedirectCode?: string;
|
|
1345
|
-
Protocol?: Protocol;
|
|
1346
|
-
ReplaceKeyPrefixWith?: string;
|
|
1347
|
-
ReplaceKeyWith?: string;
|
|
1351
|
+
HostName?: string | undefined;
|
|
1352
|
+
HttpRedirectCode?: string | undefined;
|
|
1353
|
+
Protocol?: Protocol | undefined;
|
|
1354
|
+
ReplaceKeyPrefixWith?: string | undefined;
|
|
1355
|
+
ReplaceKeyWith?: string | undefined;
|
|
1348
1356
|
}
|
|
1349
1357
|
export interface RoutingRule {
|
|
1350
|
-
Condition?: Condition;
|
|
1358
|
+
Condition?: Condition | undefined;
|
|
1351
1359
|
Redirect: Redirect | undefined;
|
|
1352
1360
|
}
|
|
1353
1361
|
export interface GetBucketWebsiteOutput {
|
|
1354
|
-
RedirectAllRequestsTo?: RedirectAllRequestsTo;
|
|
1355
|
-
IndexDocument?: IndexDocument;
|
|
1356
|
-
ErrorDocument?: ErrorDocument;
|
|
1357
|
-
RoutingRules?: RoutingRule[];
|
|
1362
|
+
RedirectAllRequestsTo?: RedirectAllRequestsTo | undefined;
|
|
1363
|
+
IndexDocument?: IndexDocument | undefined;
|
|
1364
|
+
ErrorDocument?: ErrorDocument | undefined;
|
|
1365
|
+
RoutingRules?: RoutingRule[] | undefined;
|
|
1358
1366
|
}
|
|
1359
1367
|
export interface GetBucketWebsiteRequest {
|
|
1360
1368
|
Bucket: string | undefined;
|
|
1361
|
-
ExpectedBucketOwner?: string;
|
|
1369
|
+
ExpectedBucketOwner?: string | undefined;
|
|
1362
1370
|
}
|
|
1363
1371
|
export declare const ReplicationStatus: {
|
|
1364
1372
|
readonly COMPLETE: "COMPLETE";
|
|
@@ -1370,42 +1378,45 @@ export declare const ReplicationStatus: {
|
|
|
1370
1378
|
export type ReplicationStatus =
|
|
1371
1379
|
(typeof ReplicationStatus)[keyof typeof ReplicationStatus];
|
|
1372
1380
|
export interface GetObjectOutput {
|
|
1373
|
-
Body?: StreamingBlobTypes;
|
|
1374
|
-
DeleteMarker?: boolean;
|
|
1375
|
-
AcceptRanges?: string;
|
|
1376
|
-
Expiration?: string;
|
|
1377
|
-
Restore?: string;
|
|
1378
|
-
LastModified?: Date;
|
|
1379
|
-
ContentLength?: number;
|
|
1380
|
-
ETag?: string;
|
|
1381
|
-
ChecksumCRC32?: string;
|
|
1382
|
-
ChecksumCRC32C?: string;
|
|
1383
|
-
|
|
1384
|
-
|
|
1385
|
-
|
|
1386
|
-
|
|
1387
|
-
|
|
1388
|
-
|
|
1389
|
-
|
|
1390
|
-
|
|
1391
|
-
|
|
1392
|
-
|
|
1393
|
-
|
|
1394
|
-
|
|
1395
|
-
|
|
1396
|
-
|
|
1397
|
-
|
|
1398
|
-
|
|
1399
|
-
|
|
1400
|
-
|
|
1401
|
-
|
|
1402
|
-
|
|
1403
|
-
|
|
1404
|
-
|
|
1405
|
-
|
|
1406
|
-
|
|
1407
|
-
|
|
1408
|
-
|
|
1381
|
+
Body?: StreamingBlobTypes | undefined;
|
|
1382
|
+
DeleteMarker?: boolean | undefined;
|
|
1383
|
+
AcceptRanges?: string | undefined;
|
|
1384
|
+
Expiration?: string | undefined;
|
|
1385
|
+
Restore?: string | undefined;
|
|
1386
|
+
LastModified?: Date | undefined;
|
|
1387
|
+
ContentLength?: number | undefined;
|
|
1388
|
+
ETag?: string | undefined;
|
|
1389
|
+
ChecksumCRC32?: string | undefined;
|
|
1390
|
+
ChecksumCRC32C?: string | undefined;
|
|
1391
|
+
ChecksumCRC64NVME?: string | undefined;
|
|
1392
|
+
ChecksumSHA1?: string | undefined;
|
|
1393
|
+
ChecksumSHA256?: string | undefined;
|
|
1394
|
+
ChecksumType?: ChecksumType | undefined;
|
|
1395
|
+
MissingMeta?: number | undefined;
|
|
1396
|
+
VersionId?: string | undefined;
|
|
1397
|
+
CacheControl?: string | undefined;
|
|
1398
|
+
ContentDisposition?: string | undefined;
|
|
1399
|
+
ContentEncoding?: string | undefined;
|
|
1400
|
+
ContentLanguage?: string | undefined;
|
|
1401
|
+
ContentRange?: string | undefined;
|
|
1402
|
+
ContentType?: string | undefined;
|
|
1403
|
+
Expires?: Date | undefined;
|
|
1404
|
+
ExpiresString?: string | undefined;
|
|
1405
|
+
WebsiteRedirectLocation?: string | undefined;
|
|
1406
|
+
ServerSideEncryption?: ServerSideEncryption | undefined;
|
|
1407
|
+
Metadata?: Record<string, string> | undefined;
|
|
1408
|
+
SSECustomerAlgorithm?: string | undefined;
|
|
1409
|
+
SSECustomerKeyMD5?: string | undefined;
|
|
1410
|
+
SSEKMSKeyId?: string | undefined;
|
|
1411
|
+
BucketKeyEnabled?: boolean | undefined;
|
|
1412
|
+
StorageClass?: StorageClass | undefined;
|
|
1413
|
+
RequestCharged?: RequestCharged | undefined;
|
|
1414
|
+
ReplicationStatus?: ReplicationStatus | undefined;
|
|
1415
|
+
PartsCount?: number | undefined;
|
|
1416
|
+
TagCount?: number | undefined;
|
|
1417
|
+
ObjectLockMode?: ObjectLockMode | undefined;
|
|
1418
|
+
ObjectLockRetainUntilDate?: Date | undefined;
|
|
1419
|
+
ObjectLockLegalHoldStatus?: ObjectLockLegalHoldStatus | undefined;
|
|
1409
1420
|
}
|
|
1410
1421
|
export declare const ChecksumMode: {
|
|
1411
1422
|
readonly ENABLED: "ENABLED";
|
|
@@ -1413,32 +1424,32 @@ export declare const ChecksumMode: {
|
|
|
1413
1424
|
export type ChecksumMode = (typeof ChecksumMode)[keyof typeof ChecksumMode];
|
|
1414
1425
|
export interface GetObjectRequest {
|
|
1415
1426
|
Bucket: string | undefined;
|
|
1416
|
-
IfMatch?: string;
|
|
1417
|
-
IfModifiedSince?: Date;
|
|
1418
|
-
IfNoneMatch?: string;
|
|
1419
|
-
IfUnmodifiedSince?: Date;
|
|
1427
|
+
IfMatch?: string | undefined;
|
|
1428
|
+
IfModifiedSince?: Date | undefined;
|
|
1429
|
+
IfNoneMatch?: string | undefined;
|
|
1430
|
+
IfUnmodifiedSince?: Date | undefined;
|
|
1420
1431
|
Key: string | undefined;
|
|
1421
|
-
Range?: string;
|
|
1422
|
-
ResponseCacheControl?: string;
|
|
1423
|
-
ResponseContentDisposition?: string;
|
|
1424
|
-
ResponseContentEncoding?: string;
|
|
1425
|
-
ResponseContentLanguage?: string;
|
|
1426
|
-
ResponseContentType?: string;
|
|
1427
|
-
ResponseExpires?: Date;
|
|
1428
|
-
VersionId?: string;
|
|
1429
|
-
SSECustomerAlgorithm?: string;
|
|
1430
|
-
SSECustomerKey?: string;
|
|
1431
|
-
SSECustomerKeyMD5?: string;
|
|
1432
|
-
RequestPayer?: RequestPayer;
|
|
1433
|
-
PartNumber?: number;
|
|
1434
|
-
ExpectedBucketOwner?: string;
|
|
1435
|
-
ChecksumMode?: ChecksumMode;
|
|
1432
|
+
Range?: string | undefined;
|
|
1433
|
+
ResponseCacheControl?: string | undefined;
|
|
1434
|
+
ResponseContentDisposition?: string | undefined;
|
|
1435
|
+
ResponseContentEncoding?: string | undefined;
|
|
1436
|
+
ResponseContentLanguage?: string | undefined;
|
|
1437
|
+
ResponseContentType?: string | undefined;
|
|
1438
|
+
ResponseExpires?: Date | undefined;
|
|
1439
|
+
VersionId?: string | undefined;
|
|
1440
|
+
SSECustomerAlgorithm?: string | undefined;
|
|
1441
|
+
SSECustomerKey?: string | undefined;
|
|
1442
|
+
SSECustomerKeyMD5?: string | undefined;
|
|
1443
|
+
RequestPayer?: RequestPayer | undefined;
|
|
1444
|
+
PartNumber?: number | undefined;
|
|
1445
|
+
ExpectedBucketOwner?: string | undefined;
|
|
1446
|
+
ChecksumMode?: ChecksumMode | undefined;
|
|
1436
1447
|
}
|
|
1437
1448
|
export declare class InvalidObjectState extends __BaseException {
|
|
1438
1449
|
readonly name: "InvalidObjectState";
|
|
1439
1450
|
readonly $fault: "client";
|
|
1440
|
-
StorageClass?: StorageClass;
|
|
1441
|
-
AccessTier?: IntelligentTieringAccessTier;
|
|
1451
|
+
StorageClass?: StorageClass | undefined;
|
|
1452
|
+
AccessTier?: IntelligentTieringAccessTier | undefined;
|
|
1442
1453
|
constructor(opts: __ExceptionOptionType<InvalidObjectState, __BaseException>);
|
|
1443
1454
|
}
|
|
1444
1455
|
export declare class NoSuchKey extends __BaseException {
|
|
@@ -1447,49 +1458,52 @@ export declare class NoSuchKey extends __BaseException {
|
|
|
1447
1458
|
constructor(opts: __ExceptionOptionType<NoSuchKey, __BaseException>);
|
|
1448
1459
|
}
|
|
1449
1460
|
export interface GetObjectAclOutput {
|
|
1450
|
-
Owner?: Owner;
|
|
1451
|
-
Grants?: Grant[];
|
|
1452
|
-
RequestCharged?: RequestCharged;
|
|
1461
|
+
Owner?: Owner | undefined;
|
|
1462
|
+
Grants?: Grant[] | undefined;
|
|
1463
|
+
RequestCharged?: RequestCharged | undefined;
|
|
1453
1464
|
}
|
|
1454
1465
|
export interface GetObjectAclRequest {
|
|
1455
1466
|
Bucket: string | undefined;
|
|
1456
1467
|
Key: string | undefined;
|
|
1457
|
-
VersionId?: string;
|
|
1458
|
-
RequestPayer?: RequestPayer;
|
|
1459
|
-
ExpectedBucketOwner?: string;
|
|
1468
|
+
VersionId?: string | undefined;
|
|
1469
|
+
RequestPayer?: RequestPayer | undefined;
|
|
1470
|
+
ExpectedBucketOwner?: string | undefined;
|
|
1460
1471
|
}
|
|
1461
1472
|
export interface Checksum {
|
|
1462
|
-
ChecksumCRC32?: string;
|
|
1463
|
-
ChecksumCRC32C?: string;
|
|
1464
|
-
|
|
1465
|
-
|
|
1473
|
+
ChecksumCRC32?: string | undefined;
|
|
1474
|
+
ChecksumCRC32C?: string | undefined;
|
|
1475
|
+
ChecksumCRC64NVME?: string | undefined;
|
|
1476
|
+
ChecksumSHA1?: string | undefined;
|
|
1477
|
+
ChecksumSHA256?: string | undefined;
|
|
1478
|
+
ChecksumType?: ChecksumType | undefined;
|
|
1466
1479
|
}
|
|
1467
1480
|
export interface ObjectPart {
|
|
1468
|
-
PartNumber?: number;
|
|
1469
|
-
Size?: number;
|
|
1470
|
-
ChecksumCRC32?: string;
|
|
1471
|
-
ChecksumCRC32C?: string;
|
|
1472
|
-
|
|
1473
|
-
|
|
1481
|
+
PartNumber?: number | undefined;
|
|
1482
|
+
Size?: number | undefined;
|
|
1483
|
+
ChecksumCRC32?: string | undefined;
|
|
1484
|
+
ChecksumCRC32C?: string | undefined;
|
|
1485
|
+
ChecksumCRC64NVME?: string | undefined;
|
|
1486
|
+
ChecksumSHA1?: string | undefined;
|
|
1487
|
+
ChecksumSHA256?: string | undefined;
|
|
1474
1488
|
}
|
|
1475
1489
|
export interface GetObjectAttributesParts {
|
|
1476
|
-
TotalPartsCount?: number;
|
|
1477
|
-
PartNumberMarker?: string;
|
|
1478
|
-
NextPartNumberMarker?: string;
|
|
1479
|
-
MaxParts?: number;
|
|
1480
|
-
IsTruncated?: boolean;
|
|
1481
|
-
Parts?: ObjectPart[];
|
|
1490
|
+
TotalPartsCount?: number | undefined;
|
|
1491
|
+
PartNumberMarker?: string | undefined;
|
|
1492
|
+
NextPartNumberMarker?: string | undefined;
|
|
1493
|
+
MaxParts?: number | undefined;
|
|
1494
|
+
IsTruncated?: boolean | undefined;
|
|
1495
|
+
Parts?: ObjectPart[] | undefined;
|
|
1482
1496
|
}
|
|
1483
1497
|
export interface GetObjectAttributesOutput {
|
|
1484
|
-
DeleteMarker?: boolean;
|
|
1485
|
-
LastModified?: Date;
|
|
1486
|
-
VersionId?: string;
|
|
1487
|
-
RequestCharged?: RequestCharged;
|
|
1488
|
-
ETag?: string;
|
|
1489
|
-
Checksum?: Checksum;
|
|
1490
|
-
ObjectParts?: GetObjectAttributesParts;
|
|
1491
|
-
StorageClass?: StorageClass;
|
|
1492
|
-
ObjectSize?: number;
|
|
1498
|
+
DeleteMarker?: boolean | undefined;
|
|
1499
|
+
LastModified?: Date | undefined;
|
|
1500
|
+
VersionId?: string | undefined;
|
|
1501
|
+
RequestCharged?: RequestCharged | undefined;
|
|
1502
|
+
ETag?: string | undefined;
|
|
1503
|
+
Checksum?: Checksum | undefined;
|
|
1504
|
+
ObjectParts?: GetObjectAttributesParts | undefined;
|
|
1505
|
+
StorageClass?: StorageClass | undefined;
|
|
1506
|
+
ObjectSize?: number | undefined;
|
|
1493
1507
|
}
|
|
1494
1508
|
export declare const ObjectAttributes: {
|
|
1495
1509
|
readonly CHECKSUM: "Checksum";
|
|
@@ -1503,28 +1517,28 @@ export type ObjectAttributes =
|
|
|
1503
1517
|
export interface GetObjectAttributesRequest {
|
|
1504
1518
|
Bucket: string | undefined;
|
|
1505
1519
|
Key: string | undefined;
|
|
1506
|
-
VersionId?: string;
|
|
1507
|
-
MaxParts?: number;
|
|
1508
|
-
PartNumberMarker?: string;
|
|
1509
|
-
SSECustomerAlgorithm?: string;
|
|
1510
|
-
SSECustomerKey?: string;
|
|
1511
|
-
SSECustomerKeyMD5?: string;
|
|
1512
|
-
RequestPayer?: RequestPayer;
|
|
1513
|
-
ExpectedBucketOwner?: string;
|
|
1520
|
+
VersionId?: string | undefined;
|
|
1521
|
+
MaxParts?: number | undefined;
|
|
1522
|
+
PartNumberMarker?: string | undefined;
|
|
1523
|
+
SSECustomerAlgorithm?: string | undefined;
|
|
1524
|
+
SSECustomerKey?: string | undefined;
|
|
1525
|
+
SSECustomerKeyMD5?: string | undefined;
|
|
1526
|
+
RequestPayer?: RequestPayer | undefined;
|
|
1527
|
+
ExpectedBucketOwner?: string | undefined;
|
|
1514
1528
|
ObjectAttributes: ObjectAttributes[] | undefined;
|
|
1515
1529
|
}
|
|
1516
1530
|
export interface ObjectLockLegalHold {
|
|
1517
|
-
Status?: ObjectLockLegalHoldStatus;
|
|
1531
|
+
Status?: ObjectLockLegalHoldStatus | undefined;
|
|
1518
1532
|
}
|
|
1519
1533
|
export interface GetObjectLegalHoldOutput {
|
|
1520
|
-
LegalHold?: ObjectLockLegalHold;
|
|
1534
|
+
LegalHold?: ObjectLockLegalHold | undefined;
|
|
1521
1535
|
}
|
|
1522
1536
|
export interface GetObjectLegalHoldRequest {
|
|
1523
1537
|
Bucket: string | undefined;
|
|
1524
1538
|
Key: string | undefined;
|
|
1525
|
-
VersionId?: string;
|
|
1526
|
-
RequestPayer?: RequestPayer;
|
|
1527
|
-
ExpectedBucketOwner?: string;
|
|
1539
|
+
VersionId?: string | undefined;
|
|
1540
|
+
RequestPayer?: RequestPayer | undefined;
|
|
1541
|
+
ExpectedBucketOwner?: string | undefined;
|
|
1528
1542
|
}
|
|
1529
1543
|
export declare const ObjectLockEnabled: {
|
|
1530
1544
|
readonly Enabled: "Enabled";
|
|
@@ -1538,81 +1552,81 @@ export declare const ObjectLockRetentionMode: {
|
|
|
1538
1552
|
export type ObjectLockRetentionMode =
|
|
1539
1553
|
(typeof ObjectLockRetentionMode)[keyof typeof ObjectLockRetentionMode];
|
|
1540
1554
|
export interface DefaultRetention {
|
|
1541
|
-
Mode?: ObjectLockRetentionMode;
|
|
1542
|
-
Days?: number;
|
|
1543
|
-
Years?: number;
|
|
1555
|
+
Mode?: ObjectLockRetentionMode | undefined;
|
|
1556
|
+
Days?: number | undefined;
|
|
1557
|
+
Years?: number | undefined;
|
|
1544
1558
|
}
|
|
1545
1559
|
export interface ObjectLockRule {
|
|
1546
|
-
DefaultRetention?: DefaultRetention;
|
|
1560
|
+
DefaultRetention?: DefaultRetention | undefined;
|
|
1547
1561
|
}
|
|
1548
1562
|
export interface ObjectLockConfiguration {
|
|
1549
|
-
ObjectLockEnabled?: ObjectLockEnabled;
|
|
1550
|
-
Rule?: ObjectLockRule;
|
|
1563
|
+
ObjectLockEnabled?: ObjectLockEnabled | undefined;
|
|
1564
|
+
Rule?: ObjectLockRule | undefined;
|
|
1551
1565
|
}
|
|
1552
1566
|
export interface GetObjectLockConfigurationOutput {
|
|
1553
|
-
ObjectLockConfiguration?: ObjectLockConfiguration;
|
|
1567
|
+
ObjectLockConfiguration?: ObjectLockConfiguration | undefined;
|
|
1554
1568
|
}
|
|
1555
1569
|
export interface GetObjectLockConfigurationRequest {
|
|
1556
1570
|
Bucket: string | undefined;
|
|
1557
|
-
ExpectedBucketOwner?: string;
|
|
1571
|
+
ExpectedBucketOwner?: string | undefined;
|
|
1558
1572
|
}
|
|
1559
1573
|
export interface ObjectLockRetention {
|
|
1560
|
-
Mode?: ObjectLockRetentionMode;
|
|
1561
|
-
RetainUntilDate?: Date;
|
|
1574
|
+
Mode?: ObjectLockRetentionMode | undefined;
|
|
1575
|
+
RetainUntilDate?: Date | undefined;
|
|
1562
1576
|
}
|
|
1563
1577
|
export interface GetObjectRetentionOutput {
|
|
1564
|
-
Retention?: ObjectLockRetention;
|
|
1578
|
+
Retention?: ObjectLockRetention | undefined;
|
|
1565
1579
|
}
|
|
1566
1580
|
export interface GetObjectRetentionRequest {
|
|
1567
1581
|
Bucket: string | undefined;
|
|
1568
1582
|
Key: string | undefined;
|
|
1569
|
-
VersionId?: string;
|
|
1570
|
-
RequestPayer?: RequestPayer;
|
|
1571
|
-
ExpectedBucketOwner?: string;
|
|
1583
|
+
VersionId?: string | undefined;
|
|
1584
|
+
RequestPayer?: RequestPayer | undefined;
|
|
1585
|
+
ExpectedBucketOwner?: string | undefined;
|
|
1572
1586
|
}
|
|
1573
1587
|
export interface GetObjectTaggingOutput {
|
|
1574
|
-
VersionId?: string;
|
|
1588
|
+
VersionId?: string | undefined;
|
|
1575
1589
|
TagSet: Tag[] | undefined;
|
|
1576
1590
|
}
|
|
1577
1591
|
export interface GetObjectTaggingRequest {
|
|
1578
1592
|
Bucket: string | undefined;
|
|
1579
1593
|
Key: string | undefined;
|
|
1580
|
-
VersionId?: string;
|
|
1581
|
-
ExpectedBucketOwner?: string;
|
|
1582
|
-
RequestPayer?: RequestPayer;
|
|
1594
|
+
VersionId?: string | undefined;
|
|
1595
|
+
ExpectedBucketOwner?: string | undefined;
|
|
1596
|
+
RequestPayer?: RequestPayer | undefined;
|
|
1583
1597
|
}
|
|
1584
1598
|
export interface GetObjectTorrentOutput {
|
|
1585
|
-
Body?: StreamingBlobTypes;
|
|
1586
|
-
RequestCharged?: RequestCharged;
|
|
1599
|
+
Body?: StreamingBlobTypes | undefined;
|
|
1600
|
+
RequestCharged?: RequestCharged | undefined;
|
|
1587
1601
|
}
|
|
1588
1602
|
export interface GetObjectTorrentRequest {
|
|
1589
1603
|
Bucket: string | undefined;
|
|
1590
1604
|
Key: string | undefined;
|
|
1591
|
-
RequestPayer?: RequestPayer;
|
|
1592
|
-
ExpectedBucketOwner?: string;
|
|
1605
|
+
RequestPayer?: RequestPayer | undefined;
|
|
1606
|
+
ExpectedBucketOwner?: string | undefined;
|
|
1593
1607
|
}
|
|
1594
1608
|
export interface PublicAccessBlockConfiguration {
|
|
1595
|
-
BlockPublicAcls?: boolean;
|
|
1596
|
-
IgnorePublicAcls?: boolean;
|
|
1597
|
-
BlockPublicPolicy?: boolean;
|
|
1598
|
-
RestrictPublicBuckets?: boolean;
|
|
1609
|
+
BlockPublicAcls?: boolean | undefined;
|
|
1610
|
+
IgnorePublicAcls?: boolean | undefined;
|
|
1611
|
+
BlockPublicPolicy?: boolean | undefined;
|
|
1612
|
+
RestrictPublicBuckets?: boolean | undefined;
|
|
1599
1613
|
}
|
|
1600
1614
|
export interface GetPublicAccessBlockOutput {
|
|
1601
|
-
PublicAccessBlockConfiguration?: PublicAccessBlockConfiguration;
|
|
1615
|
+
PublicAccessBlockConfiguration?: PublicAccessBlockConfiguration | undefined;
|
|
1602
1616
|
}
|
|
1603
1617
|
export interface GetPublicAccessBlockRequest {
|
|
1604
1618
|
Bucket: string | undefined;
|
|
1605
|
-
ExpectedBucketOwner?: string;
|
|
1619
|
+
ExpectedBucketOwner?: string | undefined;
|
|
1606
1620
|
}
|
|
1607
1621
|
export interface HeadBucketOutput {
|
|
1608
|
-
BucketLocationType?: LocationType;
|
|
1609
|
-
BucketLocationName?: string;
|
|
1610
|
-
BucketRegion?: string;
|
|
1611
|
-
AccessPointAlias?: boolean;
|
|
1622
|
+
BucketLocationType?: LocationType | undefined;
|
|
1623
|
+
BucketLocationName?: string | undefined;
|
|
1624
|
+
BucketRegion?: string | undefined;
|
|
1625
|
+
AccessPointAlias?: boolean | undefined;
|
|
1612
1626
|
}
|
|
1613
1627
|
export interface HeadBucketRequest {
|
|
1614
1628
|
Bucket: string | undefined;
|
|
1615
|
-
ExpectedBucketOwner?: string;
|
|
1629
|
+
ExpectedBucketOwner?: string | undefined;
|
|
1616
1630
|
}
|
|
1617
1631
|
export declare class NotFound extends __BaseException {
|
|
1618
1632
|
readonly name: "NotFound";
|
|
@@ -1625,166 +1639,188 @@ export declare const ArchiveStatus: {
|
|
|
1625
1639
|
};
|
|
1626
1640
|
export type ArchiveStatus = (typeof ArchiveStatus)[keyof typeof ArchiveStatus];
|
|
1627
1641
|
export interface HeadObjectOutput {
|
|
1628
|
-
DeleteMarker?: boolean;
|
|
1629
|
-
AcceptRanges?: string;
|
|
1630
|
-
Expiration?: string;
|
|
1631
|
-
Restore?: string;
|
|
1632
|
-
ArchiveStatus?: ArchiveStatus;
|
|
1633
|
-
LastModified?: Date;
|
|
1634
|
-
ContentLength?: number;
|
|
1635
|
-
ChecksumCRC32?: string;
|
|
1636
|
-
ChecksumCRC32C?: string;
|
|
1637
|
-
|
|
1638
|
-
|
|
1639
|
-
|
|
1640
|
-
|
|
1641
|
-
|
|
1642
|
-
|
|
1643
|
-
|
|
1644
|
-
|
|
1645
|
-
|
|
1646
|
-
|
|
1647
|
-
|
|
1648
|
-
|
|
1649
|
-
|
|
1650
|
-
|
|
1651
|
-
|
|
1652
|
-
|
|
1653
|
-
|
|
1654
|
-
|
|
1655
|
-
|
|
1656
|
-
|
|
1657
|
-
|
|
1658
|
-
|
|
1659
|
-
|
|
1660
|
-
|
|
1661
|
-
|
|
1642
|
+
DeleteMarker?: boolean | undefined;
|
|
1643
|
+
AcceptRanges?: string | undefined;
|
|
1644
|
+
Expiration?: string | undefined;
|
|
1645
|
+
Restore?: string | undefined;
|
|
1646
|
+
ArchiveStatus?: ArchiveStatus | undefined;
|
|
1647
|
+
LastModified?: Date | undefined;
|
|
1648
|
+
ContentLength?: number | undefined;
|
|
1649
|
+
ChecksumCRC32?: string | undefined;
|
|
1650
|
+
ChecksumCRC32C?: string | undefined;
|
|
1651
|
+
ChecksumCRC64NVME?: string | undefined;
|
|
1652
|
+
ChecksumSHA1?: string | undefined;
|
|
1653
|
+
ChecksumSHA256?: string | undefined;
|
|
1654
|
+
ChecksumType?: ChecksumType | undefined;
|
|
1655
|
+
ETag?: string | undefined;
|
|
1656
|
+
MissingMeta?: number | undefined;
|
|
1657
|
+
VersionId?: string | undefined;
|
|
1658
|
+
CacheControl?: string | undefined;
|
|
1659
|
+
ContentDisposition?: string | undefined;
|
|
1660
|
+
ContentEncoding?: string | undefined;
|
|
1661
|
+
ContentLanguage?: string | undefined;
|
|
1662
|
+
ContentType?: string | undefined;
|
|
1663
|
+
ContentRange?: string | undefined;
|
|
1664
|
+
Expires?: Date | undefined;
|
|
1665
|
+
ExpiresString?: string | undefined;
|
|
1666
|
+
WebsiteRedirectLocation?: string | undefined;
|
|
1667
|
+
ServerSideEncryption?: ServerSideEncryption | undefined;
|
|
1668
|
+
Metadata?: Record<string, string> | undefined;
|
|
1669
|
+
SSECustomerAlgorithm?: string | undefined;
|
|
1670
|
+
SSECustomerKeyMD5?: string | undefined;
|
|
1671
|
+
SSEKMSKeyId?: string | undefined;
|
|
1672
|
+
BucketKeyEnabled?: boolean | undefined;
|
|
1673
|
+
StorageClass?: StorageClass | undefined;
|
|
1674
|
+
RequestCharged?: RequestCharged | undefined;
|
|
1675
|
+
ReplicationStatus?: ReplicationStatus | undefined;
|
|
1676
|
+
PartsCount?: number | undefined;
|
|
1677
|
+
ObjectLockMode?: ObjectLockMode | undefined;
|
|
1678
|
+
ObjectLockRetainUntilDate?: Date | undefined;
|
|
1679
|
+
ObjectLockLegalHoldStatus?: ObjectLockLegalHoldStatus | undefined;
|
|
1662
1680
|
}
|
|
1663
1681
|
export interface HeadObjectRequest {
|
|
1664
1682
|
Bucket: string | undefined;
|
|
1665
|
-
IfMatch?: string;
|
|
1666
|
-
IfModifiedSince?: Date;
|
|
1667
|
-
IfNoneMatch?: string;
|
|
1668
|
-
IfUnmodifiedSince?: Date;
|
|
1683
|
+
IfMatch?: string | undefined;
|
|
1684
|
+
IfModifiedSince?: Date | undefined;
|
|
1685
|
+
IfNoneMatch?: string | undefined;
|
|
1686
|
+
IfUnmodifiedSince?: Date | undefined;
|
|
1669
1687
|
Key: string | undefined;
|
|
1670
|
-
Range?: string;
|
|
1671
|
-
|
|
1672
|
-
|
|
1673
|
-
|
|
1674
|
-
|
|
1675
|
-
|
|
1676
|
-
|
|
1677
|
-
|
|
1678
|
-
|
|
1688
|
+
Range?: string | undefined;
|
|
1689
|
+
ResponseCacheControl?: string | undefined;
|
|
1690
|
+
ResponseContentDisposition?: string | undefined;
|
|
1691
|
+
ResponseContentEncoding?: string | undefined;
|
|
1692
|
+
ResponseContentLanguage?: string | undefined;
|
|
1693
|
+
ResponseContentType?: string | undefined;
|
|
1694
|
+
ResponseExpires?: Date | undefined;
|
|
1695
|
+
VersionId?: string | undefined;
|
|
1696
|
+
SSECustomerAlgorithm?: string | undefined;
|
|
1697
|
+
SSECustomerKey?: string | undefined;
|
|
1698
|
+
SSECustomerKeyMD5?: string | undefined;
|
|
1699
|
+
RequestPayer?: RequestPayer | undefined;
|
|
1700
|
+
PartNumber?: number | undefined;
|
|
1701
|
+
ExpectedBucketOwner?: string | undefined;
|
|
1702
|
+
ChecksumMode?: ChecksumMode | undefined;
|
|
1679
1703
|
}
|
|
1680
1704
|
export interface ListBucketAnalyticsConfigurationsOutput {
|
|
1681
|
-
IsTruncated?: boolean;
|
|
1682
|
-
ContinuationToken?: string;
|
|
1683
|
-
NextContinuationToken?: string;
|
|
1684
|
-
AnalyticsConfigurationList?: AnalyticsConfiguration[];
|
|
1705
|
+
IsTruncated?: boolean | undefined;
|
|
1706
|
+
ContinuationToken?: string | undefined;
|
|
1707
|
+
NextContinuationToken?: string | undefined;
|
|
1708
|
+
AnalyticsConfigurationList?: AnalyticsConfiguration[] | undefined;
|
|
1685
1709
|
}
|
|
1686
1710
|
export interface ListBucketAnalyticsConfigurationsRequest {
|
|
1687
1711
|
Bucket: string | undefined;
|
|
1688
|
-
ContinuationToken?: string;
|
|
1689
|
-
ExpectedBucketOwner?: string;
|
|
1712
|
+
ContinuationToken?: string | undefined;
|
|
1713
|
+
ExpectedBucketOwner?: string | undefined;
|
|
1690
1714
|
}
|
|
1691
1715
|
export interface ListBucketIntelligentTieringConfigurationsOutput {
|
|
1692
|
-
IsTruncated?: boolean;
|
|
1693
|
-
ContinuationToken?: string;
|
|
1694
|
-
NextContinuationToken?: string;
|
|
1695
|
-
IntelligentTieringConfigurationList?:
|
|
1716
|
+
IsTruncated?: boolean | undefined;
|
|
1717
|
+
ContinuationToken?: string | undefined;
|
|
1718
|
+
NextContinuationToken?: string | undefined;
|
|
1719
|
+
IntelligentTieringConfigurationList?:
|
|
1720
|
+
| IntelligentTieringConfiguration[]
|
|
1721
|
+
| undefined;
|
|
1696
1722
|
}
|
|
1697
1723
|
export interface ListBucketIntelligentTieringConfigurationsRequest {
|
|
1698
1724
|
Bucket: string | undefined;
|
|
1699
|
-
ContinuationToken?: string;
|
|
1725
|
+
ContinuationToken?: string | undefined;
|
|
1700
1726
|
}
|
|
1701
1727
|
export interface ListBucketInventoryConfigurationsOutput {
|
|
1702
|
-
ContinuationToken?: string;
|
|
1703
|
-
InventoryConfigurationList?: InventoryConfiguration[];
|
|
1704
|
-
IsTruncated?: boolean;
|
|
1705
|
-
NextContinuationToken?: string;
|
|
1728
|
+
ContinuationToken?: string | undefined;
|
|
1729
|
+
InventoryConfigurationList?: InventoryConfiguration[] | undefined;
|
|
1730
|
+
IsTruncated?: boolean | undefined;
|
|
1731
|
+
NextContinuationToken?: string | undefined;
|
|
1706
1732
|
}
|
|
1707
1733
|
export interface ListBucketInventoryConfigurationsRequest {
|
|
1708
1734
|
Bucket: string | undefined;
|
|
1709
|
-
ContinuationToken?: string;
|
|
1710
|
-
ExpectedBucketOwner?: string;
|
|
1735
|
+
ContinuationToken?: string | undefined;
|
|
1736
|
+
ExpectedBucketOwner?: string | undefined;
|
|
1711
1737
|
}
|
|
1712
1738
|
export interface ListBucketMetricsConfigurationsOutput {
|
|
1713
|
-
IsTruncated?: boolean;
|
|
1714
|
-
ContinuationToken?: string;
|
|
1715
|
-
NextContinuationToken?: string;
|
|
1716
|
-
MetricsConfigurationList?: MetricsConfiguration[];
|
|
1739
|
+
IsTruncated?: boolean | undefined;
|
|
1740
|
+
ContinuationToken?: string | undefined;
|
|
1741
|
+
NextContinuationToken?: string | undefined;
|
|
1742
|
+
MetricsConfigurationList?: MetricsConfiguration[] | undefined;
|
|
1717
1743
|
}
|
|
1718
1744
|
export interface ListBucketMetricsConfigurationsRequest {
|
|
1719
1745
|
Bucket: string | undefined;
|
|
1720
|
-
ContinuationToken?: string;
|
|
1721
|
-
ExpectedBucketOwner?: string;
|
|
1746
|
+
ContinuationToken?: string | undefined;
|
|
1747
|
+
ExpectedBucketOwner?: string | undefined;
|
|
1722
1748
|
}
|
|
1723
1749
|
export interface Bucket {
|
|
1724
|
-
Name?: string;
|
|
1725
|
-
CreationDate?: Date;
|
|
1750
|
+
Name?: string | undefined;
|
|
1751
|
+
CreationDate?: Date | undefined;
|
|
1752
|
+
BucketRegion?: string | undefined;
|
|
1726
1753
|
}
|
|
1727
1754
|
export interface ListBucketsOutput {
|
|
1728
|
-
Buckets?: Bucket[];
|
|
1729
|
-
Owner?: Owner;
|
|
1755
|
+
Buckets?: Bucket[] | undefined;
|
|
1756
|
+
Owner?: Owner | undefined;
|
|
1757
|
+
ContinuationToken?: string | undefined;
|
|
1758
|
+
Prefix?: string | undefined;
|
|
1759
|
+
}
|
|
1760
|
+
export interface ListBucketsRequest {
|
|
1761
|
+
MaxBuckets?: number | undefined;
|
|
1762
|
+
ContinuationToken?: string | undefined;
|
|
1763
|
+
Prefix?: string | undefined;
|
|
1764
|
+
BucketRegion?: string | undefined;
|
|
1730
1765
|
}
|
|
1731
1766
|
export interface ListDirectoryBucketsOutput {
|
|
1732
|
-
Buckets?: Bucket[];
|
|
1733
|
-
ContinuationToken?: string;
|
|
1767
|
+
Buckets?: Bucket[] | undefined;
|
|
1768
|
+
ContinuationToken?: string | undefined;
|
|
1734
1769
|
}
|
|
1735
1770
|
export interface ListDirectoryBucketsRequest {
|
|
1736
|
-
ContinuationToken?: string;
|
|
1737
|
-
MaxDirectoryBuckets?: number;
|
|
1771
|
+
ContinuationToken?: string | undefined;
|
|
1772
|
+
MaxDirectoryBuckets?: number | undefined;
|
|
1738
1773
|
}
|
|
1739
1774
|
export interface CommonPrefix {
|
|
1740
|
-
Prefix?: string;
|
|
1775
|
+
Prefix?: string | undefined;
|
|
1741
1776
|
}
|
|
1742
1777
|
export declare const EncodingType: {
|
|
1743
1778
|
readonly url: "url";
|
|
1744
1779
|
};
|
|
1745
1780
|
export type EncodingType = (typeof EncodingType)[keyof typeof EncodingType];
|
|
1746
1781
|
export interface Initiator {
|
|
1747
|
-
ID?: string;
|
|
1748
|
-
DisplayName?: string;
|
|
1782
|
+
ID?: string | undefined;
|
|
1783
|
+
DisplayName?: string | undefined;
|
|
1749
1784
|
}
|
|
1750
1785
|
export interface MultipartUpload {
|
|
1751
|
-
UploadId?: string;
|
|
1752
|
-
Key?: string;
|
|
1753
|
-
Initiated?: Date;
|
|
1754
|
-
StorageClass?: StorageClass;
|
|
1755
|
-
Owner?: Owner;
|
|
1756
|
-
Initiator?: Initiator;
|
|
1757
|
-
ChecksumAlgorithm?: ChecksumAlgorithm;
|
|
1786
|
+
UploadId?: string | undefined;
|
|
1787
|
+
Key?: string | undefined;
|
|
1788
|
+
Initiated?: Date | undefined;
|
|
1789
|
+
StorageClass?: StorageClass | undefined;
|
|
1790
|
+
Owner?: Owner | undefined;
|
|
1791
|
+
Initiator?: Initiator | undefined;
|
|
1792
|
+
ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
|
|
1793
|
+
ChecksumType?: ChecksumType | undefined;
|
|
1758
1794
|
}
|
|
1759
1795
|
export interface ListMultipartUploadsOutput {
|
|
1760
|
-
Bucket?: string;
|
|
1761
|
-
KeyMarker?: string;
|
|
1762
|
-
UploadIdMarker?: string;
|
|
1763
|
-
NextKeyMarker?: string;
|
|
1764
|
-
Prefix?: string;
|
|
1765
|
-
Delimiter?: string;
|
|
1766
|
-
NextUploadIdMarker?: string;
|
|
1767
|
-
MaxUploads?: number;
|
|
1768
|
-
IsTruncated?: boolean;
|
|
1769
|
-
Uploads?: MultipartUpload[];
|
|
1770
|
-
CommonPrefixes?: CommonPrefix[];
|
|
1771
|
-
EncodingType?: EncodingType;
|
|
1772
|
-
RequestCharged?: RequestCharged;
|
|
1796
|
+
Bucket?: string | undefined;
|
|
1797
|
+
KeyMarker?: string | undefined;
|
|
1798
|
+
UploadIdMarker?: string | undefined;
|
|
1799
|
+
NextKeyMarker?: string | undefined;
|
|
1800
|
+
Prefix?: string | undefined;
|
|
1801
|
+
Delimiter?: string | undefined;
|
|
1802
|
+
NextUploadIdMarker?: string | undefined;
|
|
1803
|
+
MaxUploads?: number | undefined;
|
|
1804
|
+
IsTruncated?: boolean | undefined;
|
|
1805
|
+
Uploads?: MultipartUpload[] | undefined;
|
|
1806
|
+
CommonPrefixes?: CommonPrefix[] | undefined;
|
|
1807
|
+
EncodingType?: EncodingType | undefined;
|
|
1808
|
+
RequestCharged?: RequestCharged | undefined;
|
|
1773
1809
|
}
|
|
1774
1810
|
export interface ListMultipartUploadsRequest {
|
|
1775
1811
|
Bucket: string | undefined;
|
|
1776
|
-
Delimiter?: string;
|
|
1777
|
-
EncodingType?: EncodingType;
|
|
1778
|
-
KeyMarker?: string;
|
|
1779
|
-
MaxUploads?: number;
|
|
1780
|
-
Prefix?: string;
|
|
1781
|
-
UploadIdMarker?: string;
|
|
1782
|
-
ExpectedBucketOwner?: string;
|
|
1783
|
-
RequestPayer?: RequestPayer;
|
|
1812
|
+
Delimiter?: string | undefined;
|
|
1813
|
+
EncodingType?: EncodingType | undefined;
|
|
1814
|
+
KeyMarker?: string | undefined;
|
|
1815
|
+
MaxUploads?: number | undefined;
|
|
1816
|
+
Prefix?: string | undefined;
|
|
1817
|
+
UploadIdMarker?: string | undefined;
|
|
1818
|
+
ExpectedBucketOwner?: string | undefined;
|
|
1819
|
+
RequestPayer?: RequestPayer | undefined;
|
|
1784
1820
|
}
|
|
1785
1821
|
export interface RestoreStatus {
|
|
1786
|
-
IsRestoreInProgress?: boolean;
|
|
1787
|
-
RestoreExpiryDate?: Date;
|
|
1822
|
+
IsRestoreInProgress?: boolean | undefined;
|
|
1823
|
+
RestoreExpiryDate?: Date | undefined;
|
|
1788
1824
|
}
|
|
1789
1825
|
export declare const ObjectStorageClass: {
|
|
1790
1826
|
readonly DEEP_ARCHIVE: "DEEP_ARCHIVE";
|
|
@@ -1802,27 +1838,28 @@ export declare const ObjectStorageClass: {
|
|
|
1802
1838
|
export type ObjectStorageClass =
|
|
1803
1839
|
(typeof ObjectStorageClass)[keyof typeof ObjectStorageClass];
|
|
1804
1840
|
export interface _Object {
|
|
1805
|
-
Key?: string;
|
|
1806
|
-
LastModified?: Date;
|
|
1807
|
-
ETag?: string;
|
|
1808
|
-
ChecksumAlgorithm?: ChecksumAlgorithm[];
|
|
1809
|
-
|
|
1810
|
-
|
|
1811
|
-
|
|
1812
|
-
|
|
1841
|
+
Key?: string | undefined;
|
|
1842
|
+
LastModified?: Date | undefined;
|
|
1843
|
+
ETag?: string | undefined;
|
|
1844
|
+
ChecksumAlgorithm?: ChecksumAlgorithm[] | undefined;
|
|
1845
|
+
ChecksumType?: ChecksumType | undefined;
|
|
1846
|
+
Size?: number | undefined;
|
|
1847
|
+
StorageClass?: ObjectStorageClass | undefined;
|
|
1848
|
+
Owner?: Owner | undefined;
|
|
1849
|
+
RestoreStatus?: RestoreStatus | undefined;
|
|
1813
1850
|
}
|
|
1814
1851
|
export interface ListObjectsOutput {
|
|
1815
|
-
IsTruncated?: boolean;
|
|
1816
|
-
Marker?: string;
|
|
1817
|
-
NextMarker?: string;
|
|
1818
|
-
Contents?: _Object[];
|
|
1819
|
-
Name?: string;
|
|
1820
|
-
Prefix?: string;
|
|
1821
|
-
Delimiter?: string;
|
|
1822
|
-
MaxKeys?: number;
|
|
1823
|
-
CommonPrefixes?: CommonPrefix[];
|
|
1824
|
-
EncodingType?: EncodingType;
|
|
1825
|
-
RequestCharged?: RequestCharged;
|
|
1852
|
+
IsTruncated?: boolean | undefined;
|
|
1853
|
+
Marker?: string | undefined;
|
|
1854
|
+
NextMarker?: string | undefined;
|
|
1855
|
+
Contents?: _Object[] | undefined;
|
|
1856
|
+
Name?: string | undefined;
|
|
1857
|
+
Prefix?: string | undefined;
|
|
1858
|
+
Delimiter?: string | undefined;
|
|
1859
|
+
MaxKeys?: number | undefined;
|
|
1860
|
+
CommonPrefixes?: CommonPrefix[] | undefined;
|
|
1861
|
+
EncodingType?: EncodingType | undefined;
|
|
1862
|
+
RequestCharged?: RequestCharged | undefined;
|
|
1826
1863
|
}
|
|
1827
1864
|
export declare const OptionalObjectAttributes: {
|
|
1828
1865
|
readonly RESTORE_STATUS: "RestoreStatus";
|
|
@@ -1831,49 +1868,49 @@ export type OptionalObjectAttributes =
|
|
|
1831
1868
|
(typeof OptionalObjectAttributes)[keyof typeof OptionalObjectAttributes];
|
|
1832
1869
|
export interface ListObjectsRequest {
|
|
1833
1870
|
Bucket: string | undefined;
|
|
1834
|
-
Delimiter?: string;
|
|
1835
|
-
EncodingType?: EncodingType;
|
|
1836
|
-
Marker?: string;
|
|
1837
|
-
MaxKeys?: number;
|
|
1838
|
-
Prefix?: string;
|
|
1839
|
-
RequestPayer?: RequestPayer;
|
|
1840
|
-
ExpectedBucketOwner?: string;
|
|
1841
|
-
OptionalObjectAttributes?: OptionalObjectAttributes[];
|
|
1871
|
+
Delimiter?: string | undefined;
|
|
1872
|
+
EncodingType?: EncodingType | undefined;
|
|
1873
|
+
Marker?: string | undefined;
|
|
1874
|
+
MaxKeys?: number | undefined;
|
|
1875
|
+
Prefix?: string | undefined;
|
|
1876
|
+
RequestPayer?: RequestPayer | undefined;
|
|
1877
|
+
ExpectedBucketOwner?: string | undefined;
|
|
1878
|
+
OptionalObjectAttributes?: OptionalObjectAttributes[] | undefined;
|
|
1842
1879
|
}
|
|
1843
1880
|
export interface ListObjectsV2Output {
|
|
1844
|
-
IsTruncated?: boolean;
|
|
1845
|
-
Contents?: _Object[];
|
|
1846
|
-
Name?: string;
|
|
1847
|
-
Prefix?: string;
|
|
1848
|
-
Delimiter?: string;
|
|
1849
|
-
MaxKeys?: number;
|
|
1850
|
-
CommonPrefixes?: CommonPrefix[];
|
|
1851
|
-
EncodingType?: EncodingType;
|
|
1852
|
-
KeyCount?: number;
|
|
1853
|
-
ContinuationToken?: string;
|
|
1854
|
-
NextContinuationToken?: string;
|
|
1855
|
-
StartAfter?: string;
|
|
1856
|
-
RequestCharged?: RequestCharged;
|
|
1881
|
+
IsTruncated?: boolean | undefined;
|
|
1882
|
+
Contents?: _Object[] | undefined;
|
|
1883
|
+
Name?: string | undefined;
|
|
1884
|
+
Prefix?: string | undefined;
|
|
1885
|
+
Delimiter?: string | undefined;
|
|
1886
|
+
MaxKeys?: number | undefined;
|
|
1887
|
+
CommonPrefixes?: CommonPrefix[] | undefined;
|
|
1888
|
+
EncodingType?: EncodingType | undefined;
|
|
1889
|
+
KeyCount?: number | undefined;
|
|
1890
|
+
ContinuationToken?: string | undefined;
|
|
1891
|
+
NextContinuationToken?: string | undefined;
|
|
1892
|
+
StartAfter?: string | undefined;
|
|
1893
|
+
RequestCharged?: RequestCharged | undefined;
|
|
1857
1894
|
}
|
|
1858
1895
|
export interface ListObjectsV2Request {
|
|
1859
1896
|
Bucket: string | undefined;
|
|
1860
|
-
Delimiter?: string;
|
|
1861
|
-
EncodingType?: EncodingType;
|
|
1862
|
-
MaxKeys?: number;
|
|
1863
|
-
Prefix?: string;
|
|
1864
|
-
ContinuationToken?: string;
|
|
1865
|
-
FetchOwner?: boolean;
|
|
1866
|
-
StartAfter?: string;
|
|
1867
|
-
RequestPayer?: RequestPayer;
|
|
1868
|
-
ExpectedBucketOwner?: string;
|
|
1869
|
-
OptionalObjectAttributes?: OptionalObjectAttributes[];
|
|
1897
|
+
Delimiter?: string | undefined;
|
|
1898
|
+
EncodingType?: EncodingType | undefined;
|
|
1899
|
+
MaxKeys?: number | undefined;
|
|
1900
|
+
Prefix?: string | undefined;
|
|
1901
|
+
ContinuationToken?: string | undefined;
|
|
1902
|
+
FetchOwner?: boolean | undefined;
|
|
1903
|
+
StartAfter?: string | undefined;
|
|
1904
|
+
RequestPayer?: RequestPayer | undefined;
|
|
1905
|
+
ExpectedBucketOwner?: string | undefined;
|
|
1906
|
+
OptionalObjectAttributes?: OptionalObjectAttributes[] | undefined;
|
|
1870
1907
|
}
|
|
1871
1908
|
export interface DeleteMarkerEntry {
|
|
1872
|
-
Owner?: Owner;
|
|
1873
|
-
Key?: string;
|
|
1874
|
-
VersionId?: string;
|
|
1875
|
-
IsLatest?: boolean;
|
|
1876
|
-
LastModified?: Date;
|
|
1909
|
+
Owner?: Owner | undefined;
|
|
1910
|
+
Key?: string | undefined;
|
|
1911
|
+
VersionId?: string | undefined;
|
|
1912
|
+
IsLatest?: boolean | undefined;
|
|
1913
|
+
LastModified?: Date | undefined;
|
|
1877
1914
|
}
|
|
1878
1915
|
export declare const ObjectVersionStorageClass: {
|
|
1879
1916
|
readonly STANDARD: "STANDARD";
|
|
@@ -1881,183 +1918,111 @@ export declare const ObjectVersionStorageClass: {
|
|
|
1881
1918
|
export type ObjectVersionStorageClass =
|
|
1882
1919
|
(typeof ObjectVersionStorageClass)[keyof typeof ObjectVersionStorageClass];
|
|
1883
1920
|
export interface ObjectVersion {
|
|
1884
|
-
ETag?: string;
|
|
1885
|
-
ChecksumAlgorithm?: ChecksumAlgorithm[];
|
|
1886
|
-
|
|
1887
|
-
|
|
1888
|
-
|
|
1889
|
-
|
|
1890
|
-
|
|
1891
|
-
|
|
1892
|
-
|
|
1893
|
-
|
|
1921
|
+
ETag?: string | undefined;
|
|
1922
|
+
ChecksumAlgorithm?: ChecksumAlgorithm[] | undefined;
|
|
1923
|
+
ChecksumType?: ChecksumType | undefined;
|
|
1924
|
+
Size?: number | undefined;
|
|
1925
|
+
StorageClass?: ObjectVersionStorageClass | undefined;
|
|
1926
|
+
Key?: string | undefined;
|
|
1927
|
+
VersionId?: string | undefined;
|
|
1928
|
+
IsLatest?: boolean | undefined;
|
|
1929
|
+
LastModified?: Date | undefined;
|
|
1930
|
+
Owner?: Owner | undefined;
|
|
1931
|
+
RestoreStatus?: RestoreStatus | undefined;
|
|
1894
1932
|
}
|
|
1895
1933
|
export interface ListObjectVersionsOutput {
|
|
1896
|
-
IsTruncated?: boolean;
|
|
1897
|
-
KeyMarker?: string;
|
|
1898
|
-
VersionIdMarker?: string;
|
|
1899
|
-
NextKeyMarker?: string;
|
|
1900
|
-
NextVersionIdMarker?: string;
|
|
1901
|
-
Versions?: ObjectVersion[];
|
|
1902
|
-
DeleteMarkers?: DeleteMarkerEntry[];
|
|
1903
|
-
Name?: string;
|
|
1904
|
-
Prefix?: string;
|
|
1905
|
-
Delimiter?: string;
|
|
1906
|
-
MaxKeys?: number;
|
|
1907
|
-
CommonPrefixes?: CommonPrefix[];
|
|
1908
|
-
EncodingType?: EncodingType;
|
|
1909
|
-
RequestCharged?: RequestCharged;
|
|
1934
|
+
IsTruncated?: boolean | undefined;
|
|
1935
|
+
KeyMarker?: string | undefined;
|
|
1936
|
+
VersionIdMarker?: string | undefined;
|
|
1937
|
+
NextKeyMarker?: string | undefined;
|
|
1938
|
+
NextVersionIdMarker?: string | undefined;
|
|
1939
|
+
Versions?: ObjectVersion[] | undefined;
|
|
1940
|
+
DeleteMarkers?: DeleteMarkerEntry[] | undefined;
|
|
1941
|
+
Name?: string | undefined;
|
|
1942
|
+
Prefix?: string | undefined;
|
|
1943
|
+
Delimiter?: string | undefined;
|
|
1944
|
+
MaxKeys?: number | undefined;
|
|
1945
|
+
CommonPrefixes?: CommonPrefix[] | undefined;
|
|
1946
|
+
EncodingType?: EncodingType | undefined;
|
|
1947
|
+
RequestCharged?: RequestCharged | undefined;
|
|
1910
1948
|
}
|
|
1911
1949
|
export interface ListObjectVersionsRequest {
|
|
1912
1950
|
Bucket: string | undefined;
|
|
1913
|
-
Delimiter?: string;
|
|
1914
|
-
EncodingType?: EncodingType;
|
|
1915
|
-
KeyMarker?: string;
|
|
1916
|
-
MaxKeys?: number;
|
|
1917
|
-
Prefix?: string;
|
|
1918
|
-
VersionIdMarker?: string;
|
|
1919
|
-
ExpectedBucketOwner?: string;
|
|
1920
|
-
RequestPayer?: RequestPayer;
|
|
1921
|
-
OptionalObjectAttributes?: OptionalObjectAttributes[];
|
|
1951
|
+
Delimiter?: string | undefined;
|
|
1952
|
+
EncodingType?: EncodingType | undefined;
|
|
1953
|
+
KeyMarker?: string | undefined;
|
|
1954
|
+
MaxKeys?: number | undefined;
|
|
1955
|
+
Prefix?: string | undefined;
|
|
1956
|
+
VersionIdMarker?: string | undefined;
|
|
1957
|
+
ExpectedBucketOwner?: string | undefined;
|
|
1958
|
+
RequestPayer?: RequestPayer | undefined;
|
|
1959
|
+
OptionalObjectAttributes?: OptionalObjectAttributes[] | undefined;
|
|
1922
1960
|
}
|
|
1923
1961
|
export interface Part {
|
|
1924
|
-
PartNumber?: number;
|
|
1925
|
-
LastModified?: Date;
|
|
1926
|
-
ETag?: string;
|
|
1927
|
-
Size?: number;
|
|
1928
|
-
ChecksumCRC32?: string;
|
|
1929
|
-
ChecksumCRC32C?: string;
|
|
1930
|
-
|
|
1931
|
-
|
|
1962
|
+
PartNumber?: number | undefined;
|
|
1963
|
+
LastModified?: Date | undefined;
|
|
1964
|
+
ETag?: string | undefined;
|
|
1965
|
+
Size?: number | undefined;
|
|
1966
|
+
ChecksumCRC32?: string | undefined;
|
|
1967
|
+
ChecksumCRC32C?: string | undefined;
|
|
1968
|
+
ChecksumCRC64NVME?: string | undefined;
|
|
1969
|
+
ChecksumSHA1?: string | undefined;
|
|
1970
|
+
ChecksumSHA256?: string | undefined;
|
|
1932
1971
|
}
|
|
1933
1972
|
export interface ListPartsOutput {
|
|
1934
|
-
AbortDate?: Date;
|
|
1935
|
-
AbortRuleId?: string;
|
|
1936
|
-
Bucket?: string;
|
|
1937
|
-
Key?: string;
|
|
1938
|
-
UploadId?: string;
|
|
1939
|
-
PartNumberMarker?: string;
|
|
1940
|
-
NextPartNumberMarker?: string;
|
|
1941
|
-
MaxParts?: number;
|
|
1942
|
-
IsTruncated?: boolean;
|
|
1943
|
-
Parts?: Part[];
|
|
1944
|
-
Initiator?: Initiator;
|
|
1945
|
-
Owner?: Owner;
|
|
1946
|
-
StorageClass?: StorageClass;
|
|
1947
|
-
RequestCharged?: RequestCharged;
|
|
1948
|
-
ChecksumAlgorithm?: ChecksumAlgorithm;
|
|
1973
|
+
AbortDate?: Date | undefined;
|
|
1974
|
+
AbortRuleId?: string | undefined;
|
|
1975
|
+
Bucket?: string | undefined;
|
|
1976
|
+
Key?: string | undefined;
|
|
1977
|
+
UploadId?: string | undefined;
|
|
1978
|
+
PartNumberMarker?: string | undefined;
|
|
1979
|
+
NextPartNumberMarker?: string | undefined;
|
|
1980
|
+
MaxParts?: number | undefined;
|
|
1981
|
+
IsTruncated?: boolean | undefined;
|
|
1982
|
+
Parts?: Part[] | undefined;
|
|
1983
|
+
Initiator?: Initiator | undefined;
|
|
1984
|
+
Owner?: Owner | undefined;
|
|
1985
|
+
StorageClass?: StorageClass | undefined;
|
|
1986
|
+
RequestCharged?: RequestCharged | undefined;
|
|
1987
|
+
ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
|
|
1988
|
+
ChecksumType?: ChecksumType | undefined;
|
|
1949
1989
|
}
|
|
1950
1990
|
export interface ListPartsRequest {
|
|
1951
1991
|
Bucket: string | undefined;
|
|
1952
1992
|
Key: string | undefined;
|
|
1953
|
-
MaxParts?: number;
|
|
1954
|
-
PartNumberMarker?: string;
|
|
1993
|
+
MaxParts?: number | undefined;
|
|
1994
|
+
PartNumberMarker?: string | undefined;
|
|
1955
1995
|
UploadId: string | undefined;
|
|
1956
|
-
RequestPayer?: RequestPayer;
|
|
1957
|
-
ExpectedBucketOwner?: string;
|
|
1958
|
-
SSECustomerAlgorithm?: string;
|
|
1959
|
-
SSECustomerKey?: string;
|
|
1960
|
-
SSECustomerKeyMD5?: string;
|
|
1996
|
+
RequestPayer?: RequestPayer | undefined;
|
|
1997
|
+
ExpectedBucketOwner?: string | undefined;
|
|
1998
|
+
SSECustomerAlgorithm?: string | undefined;
|
|
1999
|
+
SSECustomerKey?: string | undefined;
|
|
2000
|
+
SSECustomerKeyMD5?: string | undefined;
|
|
1961
2001
|
}
|
|
1962
2002
|
export interface PutBucketAccelerateConfigurationRequest {
|
|
1963
2003
|
Bucket: string | undefined;
|
|
1964
2004
|
AccelerateConfiguration: AccelerateConfiguration | undefined;
|
|
1965
|
-
ExpectedBucketOwner?: string;
|
|
1966
|
-
ChecksumAlgorithm?: ChecksumAlgorithm;
|
|
2005
|
+
ExpectedBucketOwner?: string | undefined;
|
|
2006
|
+
ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
|
|
1967
2007
|
}
|
|
1968
2008
|
export interface PutBucketAclRequest {
|
|
1969
|
-
ACL?: BucketCannedACL;
|
|
1970
|
-
AccessControlPolicy?: AccessControlPolicy;
|
|
1971
|
-
Bucket: string | undefined;
|
|
1972
|
-
ContentMD5?: string;
|
|
1973
|
-
ChecksumAlgorithm?: ChecksumAlgorithm;
|
|
1974
|
-
GrantFullControl?: string;
|
|
1975
|
-
GrantRead?: string;
|
|
1976
|
-
GrantReadACP?: string;
|
|
1977
|
-
GrantWrite?: string;
|
|
1978
|
-
GrantWriteACP?: string;
|
|
1979
|
-
ExpectedBucketOwner?: string;
|
|
2009
|
+
ACL?: BucketCannedACL | undefined;
|
|
2010
|
+
AccessControlPolicy?: AccessControlPolicy | undefined;
|
|
2011
|
+
Bucket: string | undefined;
|
|
2012
|
+
ContentMD5?: string | undefined;
|
|
2013
|
+
ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
|
|
2014
|
+
GrantFullControl?: string | undefined;
|
|
2015
|
+
GrantRead?: string | undefined;
|
|
2016
|
+
GrantReadACP?: string | undefined;
|
|
2017
|
+
GrantWrite?: string | undefined;
|
|
2018
|
+
GrantWriteACP?: string | undefined;
|
|
2019
|
+
ExpectedBucketOwner?: string | undefined;
|
|
1980
2020
|
}
|
|
1981
2021
|
export interface PutBucketAnalyticsConfigurationRequest {
|
|
1982
2022
|
Bucket: string | undefined;
|
|
1983
2023
|
Id: string | undefined;
|
|
1984
2024
|
AnalyticsConfiguration: AnalyticsConfiguration | undefined;
|
|
1985
|
-
ExpectedBucketOwner?: string;
|
|
1986
|
-
}
|
|
1987
|
-
export interface CORSConfiguration {
|
|
1988
|
-
CORSRules: CORSRule[] | undefined;
|
|
1989
|
-
}
|
|
1990
|
-
export interface PutBucketCorsRequest {
|
|
1991
|
-
Bucket: string | undefined;
|
|
1992
|
-
CORSConfiguration: CORSConfiguration | undefined;
|
|
1993
|
-
ContentMD5?: string;
|
|
1994
|
-
ChecksumAlgorithm?: ChecksumAlgorithm;
|
|
1995
|
-
ExpectedBucketOwner?: string;
|
|
1996
|
-
}
|
|
1997
|
-
export interface PutBucketEncryptionRequest {
|
|
1998
|
-
Bucket: string | undefined;
|
|
1999
|
-
ContentMD5?: string;
|
|
2000
|
-
ChecksumAlgorithm?: ChecksumAlgorithm;
|
|
2001
|
-
ServerSideEncryptionConfiguration:
|
|
2002
|
-
| ServerSideEncryptionConfiguration
|
|
2003
|
-
| undefined;
|
|
2004
|
-
ExpectedBucketOwner?: string;
|
|
2005
|
-
}
|
|
2006
|
-
export interface PutBucketIntelligentTieringConfigurationRequest {
|
|
2007
|
-
Bucket: string | undefined;
|
|
2008
|
-
Id: string | undefined;
|
|
2009
|
-
IntelligentTieringConfiguration: IntelligentTieringConfiguration | undefined;
|
|
2010
|
-
}
|
|
2011
|
-
export interface PutBucketInventoryConfigurationRequest {
|
|
2012
|
-
Bucket: string | undefined;
|
|
2013
|
-
Id: string | undefined;
|
|
2014
|
-
InventoryConfiguration: InventoryConfiguration | undefined;
|
|
2015
|
-
ExpectedBucketOwner?: string;
|
|
2016
|
-
}
|
|
2017
|
-
export interface BucketLifecycleConfiguration {
|
|
2018
|
-
Rules: LifecycleRule[] | undefined;
|
|
2019
|
-
}
|
|
2020
|
-
export interface PutBucketLifecycleConfigurationRequest {
|
|
2021
|
-
Bucket: string | undefined;
|
|
2022
|
-
ChecksumAlgorithm?: ChecksumAlgorithm;
|
|
2023
|
-
LifecycleConfiguration?: BucketLifecycleConfiguration;
|
|
2024
|
-
ExpectedBucketOwner?: string;
|
|
2025
|
-
}
|
|
2026
|
-
export interface BucketLoggingStatus {
|
|
2027
|
-
LoggingEnabled?: LoggingEnabled;
|
|
2028
|
-
}
|
|
2029
|
-
export interface PutBucketLoggingRequest {
|
|
2030
|
-
Bucket: string | undefined;
|
|
2031
|
-
BucketLoggingStatus: BucketLoggingStatus | undefined;
|
|
2032
|
-
ContentMD5?: string;
|
|
2033
|
-
ChecksumAlgorithm?: ChecksumAlgorithm;
|
|
2034
|
-
ExpectedBucketOwner?: string;
|
|
2035
|
-
}
|
|
2036
|
-
export interface PutBucketMetricsConfigurationRequest {
|
|
2037
|
-
Bucket: string | undefined;
|
|
2038
|
-
Id: string | undefined;
|
|
2039
|
-
MetricsConfiguration: MetricsConfiguration | undefined;
|
|
2040
|
-
ExpectedBucketOwner?: string;
|
|
2041
|
-
}
|
|
2042
|
-
export interface PutBucketNotificationConfigurationRequest {
|
|
2043
|
-
Bucket: string | undefined;
|
|
2044
|
-
NotificationConfiguration: NotificationConfiguration | undefined;
|
|
2045
|
-
ExpectedBucketOwner?: string;
|
|
2046
|
-
SkipDestinationValidation?: boolean;
|
|
2047
|
-
}
|
|
2048
|
-
export interface PutBucketOwnershipControlsRequest {
|
|
2049
|
-
Bucket: string | undefined;
|
|
2050
|
-
ContentMD5?: string;
|
|
2051
|
-
ExpectedBucketOwner?: string;
|
|
2052
|
-
OwnershipControls: OwnershipControls | undefined;
|
|
2053
|
-
}
|
|
2054
|
-
export interface PutBucketPolicyRequest {
|
|
2055
|
-
Bucket: string | undefined;
|
|
2056
|
-
ContentMD5?: string;
|
|
2057
|
-
ChecksumAlgorithm?: ChecksumAlgorithm;
|
|
2058
|
-
ConfirmRemoveSelfBucketAccess?: boolean;
|
|
2059
|
-
Policy: string | undefined;
|
|
2060
|
-
ExpectedBucketOwner?: string;
|
|
2025
|
+
ExpectedBucketOwner?: string | undefined;
|
|
2061
2026
|
}
|
|
2062
2027
|
export declare const CompleteMultipartUploadOutputFilterSensitiveLog: (
|
|
2063
2028
|
obj: CompleteMultipartUploadOutput
|
|
@@ -2083,6 +2048,9 @@ export declare const SessionCredentialsFilterSensitiveLog: (
|
|
|
2083
2048
|
export declare const CreateSessionOutputFilterSensitiveLog: (
|
|
2084
2049
|
obj: CreateSessionOutput
|
|
2085
2050
|
) => any;
|
|
2051
|
+
export declare const CreateSessionRequestFilterSensitiveLog: (
|
|
2052
|
+
obj: CreateSessionRequest
|
|
2053
|
+
) => any;
|
|
2086
2054
|
export declare const ServerSideEncryptionByDefaultFilterSensitiveLog: (
|
|
2087
2055
|
obj: ServerSideEncryptionByDefault
|
|
2088
2056
|
) => any;
|
|
@@ -2135,9 +2103,3 @@ export declare const ListBucketInventoryConfigurationsOutputFilterSensitiveLog:
|
|
|
2135
2103
|
export declare const ListPartsRequestFilterSensitiveLog: (
|
|
2136
2104
|
obj: ListPartsRequest
|
|
2137
2105
|
) => any;
|
|
2138
|
-
export declare const PutBucketEncryptionRequestFilterSensitiveLog: (
|
|
2139
|
-
obj: PutBucketEncryptionRequest
|
|
2140
|
-
) => any;
|
|
2141
|
-
export declare const PutBucketInventoryConfigurationRequestFilterSensitiveLog: (
|
|
2142
|
-
obj: PutBucketInventoryConfigurationRequest
|
|
2143
|
-
) => any;
|