@nocobase/plugin-file-manager 1.6.0-beta.2 → 1.6.0-beta.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/client/index.js +1 -1
- package/dist/client/schemas/storageTypes/ali-oss.d.ts +3 -0
- package/dist/client/schemas/storageTypes/index.d.ts +9 -0
- package/dist/client/schemas/storageTypes/s3.d.ts +3 -0
- package/dist/client/schemas/storageTypes/tx-cos.d.ts +3 -0
- package/dist/externalVersion.js +6 -6
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/S3.js +1302 -101
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/S3Client.js +12 -18
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/AbortMultipartUploadCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/CompleteMultipartUploadCommand.js +10 -18
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/CopyObjectCommand.js +10 -17
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/CreateBucketCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/CreateMultipartUploadCommand.js +10 -18
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketAnalyticsConfigurationCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketCorsCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketEncryptionCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketIntelligentTieringConfigurationCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketInventoryConfigurationCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketLifecycleCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketMetricsConfigurationCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketOwnershipControlsCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketPolicyCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketReplicationCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketTaggingCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketWebsiteCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteObjectCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteObjectTaggingCommand.js +13 -19
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteObjectsCommand.js +13 -19
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeletePublicAccessBlockCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketAccelerateConfigurationCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketAclCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketAnalyticsConfigurationCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketCorsCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketEncryptionCommand.js +11 -19
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketIntelligentTieringConfigurationCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketInventoryConfigurationCommand.js +11 -19
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketLifecycleConfigurationCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketLocationCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketLoggingCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketMetricsConfigurationCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketNotificationConfigurationCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketOwnershipControlsCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketPolicyCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketPolicyStatusCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketReplicationCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketRequestPaymentCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketTaggingCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketVersioningCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketWebsiteCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetObjectAclCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetObjectAttributesCommand.js +11 -18
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetObjectCommand.js +10 -18
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetObjectLegalHoldCommand.js +13 -19
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetObjectLockConfigurationCommand.js +13 -19
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetObjectRetentionCommand.js +13 -19
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetObjectTaggingCommand.js +13 -19
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetObjectTorrentCommand.js +11 -18
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetPublicAccessBlockCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/HeadBucketCommand.js +13 -19
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/HeadObjectCommand.js +10 -18
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListBucketAnalyticsConfigurationsCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListBucketIntelligentTieringConfigurationsCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListBucketInventoryConfigurationsCommand.js +11 -19
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListBucketMetricsConfigurationsCommand.js +13 -19
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListBucketsCommand.js +13 -19
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListMultipartUploadsCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListObjectVersionsCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListObjectsCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListObjectsV2Command.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListPartsCommand.js +11 -19
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketAccelerateConfigurationCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketAclCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketAnalyticsConfigurationCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketCorsCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketEncryptionCommand.js +11 -19
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketIntelligentTieringConfigurationCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketInventoryConfigurationCommand.js +11 -19
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketLifecycleConfigurationCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketLoggingCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketMetricsConfigurationCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketNotificationConfigurationCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketOwnershipControlsCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketPolicyCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketReplicationCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketRequestPaymentCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketTaggingCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketVersioningCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketWebsiteCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutObjectAclCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutObjectCommand.js +13 -21
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutObjectLegalHoldCommand.js +13 -19
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutObjectLockConfigurationCommand.js +13 -19
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutObjectRetentionCommand.js +13 -19
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutObjectTaggingCommand.js +13 -19
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutPublicAccessBlockCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/RestoreObjectCommand.js +11 -18
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/SelectObjectContentCommand.js +10 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/UploadPartCommand.js +10 -18
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/UploadPartCopyCommand.js +10 -17
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/WriteGetObjectResponseCommand.js +11 -18
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/index.js +0 -2
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/endpoint/EndpointParameters.js +0 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/endpoint/endpointResolver.js +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/endpoint/ruleset.js +3 -3
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/index.js +3 -3
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/models/S3ServiceException.js +2 -3
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/models/models_0.js +1300 -378
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/models/models_1.js +143 -49
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/pagination/ListObjectsV2Paginator.js +8 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/pagination/ListPartsPaginator.js +8 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/pagination/index.js +0 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/protocols/Aws_restXml.js +2257 -1975
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/runtimeConfig.browser.js +16 -10
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/runtimeConfig.js +18 -16
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/runtimeConfig.shared.js +16 -25
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/waiters/waitForBucketExists.js +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/waiters/waitForBucketNotExists.js +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/waiters/waitForObjectExists.js +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/waiters/waitForObjectNotExists.js +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/S3.js +1302 -101
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/S3Client.js +12 -18
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/AbortMultipartUploadCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/CompleteMultipartUploadCommand.js +10 -18
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/CopyObjectCommand.js +10 -17
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateBucketCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateMultipartUploadCommand.js +10 -18
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketAnalyticsConfigurationCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketCorsCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketEncryptionCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketIntelligentTieringConfigurationCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketInventoryConfigurationCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketLifecycleCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketMetricsConfigurationCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketOwnershipControlsCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketPolicyCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketReplicationCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketTaggingCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketWebsiteCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteObjectCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteObjectTaggingCommand.js +13 -19
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteObjectsCommand.js +13 -19
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeletePublicAccessBlockCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketAccelerateConfigurationCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketAclCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketAnalyticsConfigurationCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketCorsCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketEncryptionCommand.js +12 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketIntelligentTieringConfigurationCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketInventoryConfigurationCommand.js +12 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketLifecycleConfigurationCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketLocationCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketLoggingCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketMetricsConfigurationCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketNotificationConfigurationCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketOwnershipControlsCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketPolicyCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketPolicyStatusCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketReplicationCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketRequestPaymentCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketTaggingCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketVersioningCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketWebsiteCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectAclCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectAttributesCommand.js +12 -19
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectCommand.js +10 -18
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectLegalHoldCommand.js +13 -19
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectLockConfigurationCommand.js +13 -19
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectRetentionCommand.js +13 -19
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectTaggingCommand.js +13 -19
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectTorrentCommand.js +12 -19
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetPublicAccessBlockCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/HeadBucketCommand.js +13 -19
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/HeadObjectCommand.js +10 -18
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketAnalyticsConfigurationsCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketIntelligentTieringConfigurationsCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketInventoryConfigurationsCommand.js +12 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketMetricsConfigurationsCommand.js +13 -19
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketsCommand.js +13 -19
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/ListMultipartUploadsCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/ListObjectVersionsCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/ListObjectsCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/ListObjectsV2Command.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/ListPartsCommand.js +12 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketAccelerateConfigurationCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketAclCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketAnalyticsConfigurationCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketCorsCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketEncryptionCommand.js +11 -19
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketIntelligentTieringConfigurationCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketInventoryConfigurationCommand.js +11 -19
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketLifecycleConfigurationCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketLoggingCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketMetricsConfigurationCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketNotificationConfigurationCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketOwnershipControlsCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketPolicyCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketReplicationCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketRequestPaymentCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketTaggingCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketVersioningCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketWebsiteCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectAclCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectCommand.js +11 -19
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectLegalHoldCommand.js +13 -19
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectLockConfigurationCommand.js +13 -19
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectRetentionCommand.js +13 -19
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectTaggingCommand.js +13 -19
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutPublicAccessBlockCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/RestoreObjectCommand.js +12 -19
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/SelectObjectContentCommand.js +10 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/UploadPartCommand.js +10 -18
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/UploadPartCopyCommand.js +10 -17
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/WriteGetObjectResponseCommand.js +11 -18
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/index.js +0 -2
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/endpoint/EndpointParameters.js +0 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/endpoint/endpointResolver.js +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/endpoint/ruleset.js +3 -3
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/index.js +2 -3
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/models/S3ServiceException.js +1 -2
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/models/models_0.js +1066 -362
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/models/models_1.js +116 -46
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/pagination/ListObjectsV2Paginator.js +8 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/pagination/ListPartsPaginator.js +8 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/pagination/index.js +0 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/protocols/Aws_restXml.js +1739 -1453
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/runtimeConfig.browser.js +16 -10
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/runtimeConfig.js +18 -16
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/runtimeConfig.shared.js +16 -25
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/waiters/waitForBucketExists.js +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/waiters/waitForBucketNotExists.js +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/waiters/waitForObjectExists.js +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/waiters/waitForObjectNotExists.js +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/S3.d.ts +5312 -115
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts +39 -69
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/AbortMultipartUploadCommand.d.ts +8 -96
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/CompleteMultipartUploadCommand.d.ts +66 -212
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/CopyObjectCommand.d.ts +161 -253
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketCommand.d.ts +124 -201
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateMultipartUploadCommand.d.ts +212 -247
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketAnalyticsConfigurationCommand.d.ts +8 -45
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketCommand.d.ts +7 -85
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketCorsCommand.d.ts +8 -56
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketEncryptionCommand.d.ts +12 -49
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketIntelligentTieringConfigurationCommand.d.ts +6 -43
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketInventoryConfigurationCommand.d.ts +6 -45
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketLifecycleCommand.d.ts +8 -54
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketMetricsConfigurationCommand.d.ts +11 -48
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketOwnershipControlsCommand.d.ts +6 -44
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketPolicyCommand.d.ts +22 -97
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketReplicationCommand.d.ts +9 -57
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketTaggingCommand.d.ts +5 -53
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketWebsiteCommand.d.ts +7 -53
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectCommand.d.ts +23 -158
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectTaggingCommand.d.ts +11 -83
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectsCommand.d.ts +27 -238
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeletePublicAccessBlockCommand.d.ts +7 -44
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAccelerateConfigurationCommand.d.ts +12 -53
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAclCommand.d.ts +14 -72
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAnalyticsConfigurationCommand.d.ts +11 -82
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketCorsCommand.d.ts +7 -95
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketEncryptionCommand.d.ts +10 -60
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketIntelligentTieringConfigurationCommand.d.ts +6 -70
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketInventoryConfigurationCommand.d.ts +9 -74
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLifecycleConfigurationCommand.d.ts +9 -127
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLocationCommand.d.ts +9 -70
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLoggingCommand.d.ts +6 -66
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketMetricsConfigurationCommand.d.ts +13 -70
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketNotificationConfigurationCommand.d.ts +9 -108
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketOwnershipControlsCommand.d.ts +7 -54
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyCommand.d.ts +22 -110
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyStatusCommand.d.ts +7 -47
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketReplicationCommand.d.ts +9 -135
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketRequestPaymentCommand.d.ts +6 -62
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketTaggingCommand.d.ts +6 -74
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketVersioningCommand.d.ts +6 -62
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketWebsiteCommand.d.ts +7 -91
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAclCommand.d.ts +12 -126
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAttributesCommand.d.ts +117 -228
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectCommand.d.ts +166 -290
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectLegalHoldCommand.d.ts +6 -50
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectLockConfigurationCommand.d.ts +7 -54
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectRetentionCommand.d.ts +6 -52
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectTaggingCommand.d.ts +13 -109
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectTorrentCommand.d.ts +7 -63
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetPublicAccessBlockCommand.d.ts +8 -50
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadBucketCommand.d.ts +21 -109
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadObjectCommand.d.ts +87 -216
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketAnalyticsConfigurationsCommand.d.ts +12 -85
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketIntelligentTieringConfigurationsCommand.d.ts +6 -75
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketInventoryConfigurationsCommand.d.ts +13 -82
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketMetricsConfigurationsCommand.d.ts +15 -76
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketsCommand.d.ts +5 -84
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListMultipartUploadsCommand.d.ts +23 -262
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectVersionsCommand.d.ts +13 -153
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsCommand.d.ts +6 -130
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsV2Command.d.ts +24 -185
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListPartsCommand.d.ts +20 -165
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAccelerateConfigurationCommand.d.ts +15 -50
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAclCommand.d.ts +122 -201
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAnalyticsConfigurationCommand.d.ts +25 -83
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketCorsCommand.d.ts +10 -112
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketEncryptionCommand.d.ts +22 -69
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts +63 -99
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketInventoryConfigurationCommand.d.ts +71 -121
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts +81 -197
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLoggingCommand.d.ts +54 -144
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketMetricsConfigurationCommand.d.ts +13 -69
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketNotificationConfigurationCommand.d.ts +25 -134
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketOwnershipControlsCommand.d.ts +6 -54
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketPolicyCommand.d.ts +20 -108
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketReplicationCommand.d.ts +41 -171
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketRequestPaymentCommand.d.ts +7 -63
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketTaggingCommand.d.ts +54 -104
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketVersioningCommand.d.ts +24 -76
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketWebsiteCommand.d.ts +9 -93
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectAclCommand.d.ts +129 -220
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectCommand.d.ts +99 -342
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLegalHoldCommand.d.ts +6 -54
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLockConfigurationCommand.d.ts +13 -67
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectRetentionCommand.d.ts +9 -58
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectTaggingCommand.d.ts +77 -108
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutPublicAccessBlockCommand.d.ts +14 -52
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/RestoreObjectCommand.d.ts +214 -337
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/SelectObjectContentCommand.d.ts +98 -200
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCommand.d.ts +92 -189
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCopyCommand.d.ts +121 -237
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/WriteGetObjectResponseCommand.d.ts +34 -113
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/index.d.ts +0 -2
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/endpoint/EndpointParameters.d.ts +2 -10
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/endpoint/endpointResolver.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/endpoint/ruleset.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/index.d.ts +2 -11
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/models/S3ServiceException.d.ts +1 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts +2799 -5390
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/models/models_1.d.ts +354 -1959
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/pagination/Interfaces.d.ts +3 -5
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/pagination/ListObjectsV2Paginator.d.ts +1 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/pagination/ListPartsPaginator.d.ts +1 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/pagination/index.d.ts +0 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/protocols/Aws_restXml.d.ts +188 -764
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.browser.d.ts +38 -45
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.d.ts +9 -16
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.native.d.ts +34 -41
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.shared.d.ts +8 -14
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/S3.d.ts +2 -37
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/S3Client.d.ts +36 -55
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/AbortMultipartUploadCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/CompleteMultipartUploadCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/CopyObjectCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/CreateBucketCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/CreateMultipartUploadCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketAnalyticsConfigurationCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketCorsCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketEncryptionCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketIntelligentTieringConfigurationCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketInventoryConfigurationCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketLifecycleCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketMetricsConfigurationCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketOwnershipControlsCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketPolicyCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketReplicationCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketTaggingCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketWebsiteCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteObjectCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteObjectTaggingCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteObjectsCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeletePublicAccessBlockCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketAccelerateConfigurationCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketAclCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketAnalyticsConfigurationCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketCorsCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketEncryptionCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketIntelligentTieringConfigurationCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketInventoryConfigurationCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketLifecycleConfigurationCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketLocationCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketLoggingCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketMetricsConfigurationCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketNotificationConfigurationCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketOwnershipControlsCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketPolicyCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketPolicyStatusCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketReplicationCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketRequestPaymentCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketTaggingCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketVersioningCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketWebsiteCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectAclCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectAttributesCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectCommand.d.ts +6 -9
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectLegalHoldCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectLockConfigurationCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectRetentionCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectTaggingCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectTorrentCommand.d.ts +6 -12
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetPublicAccessBlockCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/HeadBucketCommand.d.ts +5 -8
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/HeadObjectCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListBucketAnalyticsConfigurationsCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListBucketIntelligentTieringConfigurationsCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListBucketInventoryConfigurationsCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListBucketMetricsConfigurationsCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListBucketsCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListMultipartUploadsCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListObjectVersionsCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListObjectsCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListObjectsV2Command.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListPartsCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketAccelerateConfigurationCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketAclCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketAnalyticsConfigurationCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketCorsCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketEncryptionCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketInventoryConfigurationCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketLifecycleConfigurationCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketLoggingCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketMetricsConfigurationCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketNotificationConfigurationCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketOwnershipControlsCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketPolicyCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketReplicationCommand.d.ts +4 -5
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketRequestPaymentCommand.d.ts +4 -5
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketTaggingCommand.d.ts +4 -5
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketVersioningCommand.d.ts +4 -5
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketWebsiteCommand.d.ts +4 -5
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectAclCommand.d.ts +4 -5
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectCommand.d.ts +12 -10
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectLegalHoldCommand.d.ts +4 -5
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectLockConfigurationCommand.d.ts +4 -5
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectRetentionCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectTaggingCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutPublicAccessBlockCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/RestoreObjectCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/SelectObjectContentCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/UploadPartCommand.d.ts +11 -9
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/UploadPartCopyCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/WriteGetObjectResponseCommand.d.ts +11 -11
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/index.d.ts +0 -2
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +5 -9
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/endpoint/ruleset.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/index.d.ts +2 -6
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/S3ServiceException.d.ts +1 -2
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_0.d.ts +1189 -639
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_1.d.ts +123 -251
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/pagination/Interfaces.d.ts +3 -2
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/pagination/ListObjectsV2Paginator.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/pagination/ListPartsPaginator.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/pagination/index.d.ts +0 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/protocols/Aws_restXml.d.ts +188 -212
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.browser.d.ts +62 -78
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.d.ts +14 -29
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.native.d.ts +52 -70
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -19
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/waiters/waitForBucketExists.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/waiters/waitForBucketNotExists.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/waiters/waitForObjectExists.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/waiters/waitForObjectNotExists.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/waiters/waitForBucketExists.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/waiters/waitForBucketNotExists.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/waiters/waitForObjectExists.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/waiters/waitForObjectNotExists.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/package.json +1 -1
- package/dist/node_modules/mime-match/package.json +1 -1
- package/dist/node_modules/mkdirp/package.json +1 -1
- package/dist/node_modules/multer-aliyun-oss/package.json +1 -1
- package/dist/node_modules/multer-cos/index.js +1 -1
- package/dist/node_modules/multer-cos/package.json +1 -1
- package/dist/node_modules/multer-s3/index.js +4 -4
- package/dist/node_modules/multer-s3/package.json +1 -1
- package/dist/server/actions/attachments.js +2 -1
- package/dist/server/collections/attachments.js +1 -0
- package/dist/server/collections/storages.js +1 -0
- package/dist/server/server.d.ts +1 -0
- package/dist/server/server.js +8 -14
- package/package.json +3 -3
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/CreateSessionCommand.js +0 -59
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListDirectoryBucketsCommand.js +0 -58
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/extensionConfiguration.js +0 -2
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/pagination/ListDirectoryBucketsPaginator.js +0 -29
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/runtimeExtensions.js +0 -22
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateSessionCommand.js +0 -55
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/ListDirectoryBucketsCommand.js +0 -54
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/extensionConfiguration.js +0 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/pagination/ListDirectoryBucketsPaginator.js +0 -25
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/runtimeExtensions.js +0 -18
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateSessionCommand.d.ts +0 -145
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListDirectoryBucketsCommand.d.ts +0 -98
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/extensionConfiguration.d.ts +0 -8
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/pagination/ListDirectoryBucketsPaginator.d.ts +0 -7
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/runtimeExtensions.d.ts +0 -17
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/CreateSessionCommand.d.ts +0 -35
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListDirectoryBucketsCommand.d.ts +0 -42
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/extensionConfiguration.d.ts +0 -7
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/pagination/ListDirectoryBucketsPaginator.d.ts +0 -11
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeExtensions.d.ts +0 -11
|
@@ -1,26 +1,23 @@
|
|
|
1
|
-
import { ExceptionOptionType as __ExceptionOptionType } from "@
|
|
2
|
-
import {
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Readable } from "stream";
|
|
3
3
|
import { S3ServiceException as __BaseException } from "./S3ServiceException";
|
|
4
4
|
export interface AbortIncompleteMultipartUpload {
|
|
5
5
|
DaysAfterInitiation?: number;
|
|
6
6
|
}
|
|
7
|
-
export declare
|
|
8
|
-
|
|
9
|
-
}
|
|
10
|
-
export type RequestCharged =
|
|
11
|
-
(typeof RequestCharged)[keyof typeof RequestCharged];
|
|
7
|
+
export declare enum RequestCharged {
|
|
8
|
+
requester = "requester",
|
|
9
|
+
}
|
|
12
10
|
export interface AbortMultipartUploadOutput {
|
|
13
|
-
RequestCharged?: RequestCharged;
|
|
11
|
+
RequestCharged?: RequestCharged | string;
|
|
12
|
+
}
|
|
13
|
+
export declare enum RequestPayer {
|
|
14
|
+
requester = "requester",
|
|
14
15
|
}
|
|
15
|
-
export declare const RequestPayer: {
|
|
16
|
-
readonly requester: "requester";
|
|
17
|
-
};
|
|
18
|
-
export type RequestPayer = (typeof RequestPayer)[keyof typeof RequestPayer];
|
|
19
16
|
export interface AbortMultipartUploadRequest {
|
|
20
17
|
Bucket: string | undefined;
|
|
21
18
|
Key: string | undefined;
|
|
22
19
|
UploadId: string | undefined;
|
|
23
|
-
RequestPayer?: RequestPayer;
|
|
20
|
+
RequestPayer?: RequestPayer | string;
|
|
24
21
|
ExpectedBucketOwner?: string;
|
|
25
22
|
}
|
|
26
23
|
export declare class NoSuchUpload extends __BaseException {
|
|
@@ -28,39 +25,35 @@ export declare class NoSuchUpload extends __BaseException {
|
|
|
28
25
|
readonly $fault: "client";
|
|
29
26
|
constructor(opts: __ExceptionOptionType<NoSuchUpload, __BaseException>);
|
|
30
27
|
}
|
|
31
|
-
export declare
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
}
|
|
35
|
-
export type BucketAccelerateStatus =
|
|
36
|
-
(typeof BucketAccelerateStatus)[keyof typeof BucketAccelerateStatus];
|
|
28
|
+
export declare enum BucketAccelerateStatus {
|
|
29
|
+
Enabled = "Enabled",
|
|
30
|
+
Suspended = "Suspended",
|
|
31
|
+
}
|
|
37
32
|
export interface AccelerateConfiguration {
|
|
38
|
-
Status?: BucketAccelerateStatus;
|
|
39
|
-
}
|
|
40
|
-
export declare
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
}
|
|
45
|
-
export type Type = (typeof Type)[keyof typeof Type];
|
|
33
|
+
Status?: BucketAccelerateStatus | string;
|
|
34
|
+
}
|
|
35
|
+
export declare enum Type {
|
|
36
|
+
AmazonCustomerByEmail = "AmazonCustomerByEmail",
|
|
37
|
+
CanonicalUser = "CanonicalUser",
|
|
38
|
+
Group = "Group",
|
|
39
|
+
}
|
|
46
40
|
export interface Grantee {
|
|
47
41
|
DisplayName?: string;
|
|
48
42
|
EmailAddress?: string;
|
|
49
43
|
ID?: string;
|
|
50
44
|
URI?: string;
|
|
51
|
-
Type: Type | undefined;
|
|
52
|
-
}
|
|
53
|
-
export declare
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
}
|
|
60
|
-
export type Permission = (typeof Permission)[keyof typeof Permission];
|
|
45
|
+
Type: Type | string | undefined;
|
|
46
|
+
}
|
|
47
|
+
export declare enum Permission {
|
|
48
|
+
FULL_CONTROL = "FULL_CONTROL",
|
|
49
|
+
READ = "READ",
|
|
50
|
+
READ_ACP = "READ_ACP",
|
|
51
|
+
WRITE = "WRITE",
|
|
52
|
+
WRITE_ACP = "WRITE_ACP",
|
|
53
|
+
}
|
|
61
54
|
export interface Grant {
|
|
62
55
|
Grantee?: Grantee;
|
|
63
|
-
Permission?: Permission;
|
|
56
|
+
Permission?: Permission | string;
|
|
64
57
|
}
|
|
65
58
|
export interface Owner {
|
|
66
59
|
DisplayName?: string;
|
|
@@ -70,20 +63,16 @@ export interface AccessControlPolicy {
|
|
|
70
63
|
Grants?: Grant[];
|
|
71
64
|
Owner?: Owner;
|
|
72
65
|
}
|
|
73
|
-
export declare
|
|
74
|
-
|
|
75
|
-
}
|
|
76
|
-
export type OwnerOverride = (typeof OwnerOverride)[keyof typeof OwnerOverride];
|
|
66
|
+
export declare enum OwnerOverride {
|
|
67
|
+
Destination = "Destination",
|
|
68
|
+
}
|
|
77
69
|
export interface AccessControlTranslation {
|
|
78
|
-
Owner: OwnerOverride | undefined;
|
|
79
|
-
}
|
|
80
|
-
export declare
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
};
|
|
85
|
-
export type ServerSideEncryption =
|
|
86
|
-
(typeof ServerSideEncryption)[keyof typeof ServerSideEncryption];
|
|
70
|
+
Owner: OwnerOverride | string | undefined;
|
|
71
|
+
}
|
|
72
|
+
export declare enum ServerSideEncryption {
|
|
73
|
+
AES256 = "AES256",
|
|
74
|
+
aws_kms = "aws:kms",
|
|
75
|
+
}
|
|
87
76
|
export interface CompleteMultipartUploadOutput {
|
|
88
77
|
Location?: string;
|
|
89
78
|
Bucket?: string;
|
|
@@ -94,11 +83,11 @@ export interface CompleteMultipartUploadOutput {
|
|
|
94
83
|
ChecksumCRC32C?: string;
|
|
95
84
|
ChecksumSHA1?: string;
|
|
96
85
|
ChecksumSHA256?: string;
|
|
97
|
-
ServerSideEncryption?: ServerSideEncryption;
|
|
86
|
+
ServerSideEncryption?: ServerSideEncryption | string;
|
|
98
87
|
VersionId?: string;
|
|
99
88
|
SSEKMSKeyId?: string;
|
|
100
89
|
BucketKeyEnabled?: boolean;
|
|
101
|
-
RequestCharged?: RequestCharged;
|
|
90
|
+
RequestCharged?: RequestCharged | string;
|
|
102
91
|
}
|
|
103
92
|
export interface CompletedPart {
|
|
104
93
|
ETag?: string;
|
|
@@ -120,7 +109,7 @@ export interface CompleteMultipartUploadRequest {
|
|
|
120
109
|
ChecksumCRC32C?: string;
|
|
121
110
|
ChecksumSHA1?: string;
|
|
122
111
|
ChecksumSHA256?: string;
|
|
123
|
-
RequestPayer?: RequestPayer;
|
|
112
|
+
RequestPayer?: RequestPayer | string;
|
|
124
113
|
ExpectedBucketOwner?: string;
|
|
125
114
|
SSECustomerAlgorithm?: string;
|
|
126
115
|
SSECustomerKey?: string;
|
|
@@ -139,76 +128,61 @@ export interface CopyObjectOutput {
|
|
|
139
128
|
Expiration?: string;
|
|
140
129
|
CopySourceVersionId?: string;
|
|
141
130
|
VersionId?: string;
|
|
142
|
-
ServerSideEncryption?: ServerSideEncryption;
|
|
131
|
+
ServerSideEncryption?: ServerSideEncryption | string;
|
|
143
132
|
SSECustomerAlgorithm?: string;
|
|
144
133
|
SSECustomerKeyMD5?: string;
|
|
145
134
|
SSEKMSKeyId?: string;
|
|
146
135
|
SSEKMSEncryptionContext?: string;
|
|
147
136
|
BucketKeyEnabled?: boolean;
|
|
148
|
-
RequestCharged?: RequestCharged;
|
|
149
|
-
}
|
|
150
|
-
export declare
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
}
|
|
159
|
-
export
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
export declare
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
}
|
|
173
|
-
export
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
readonly INTELLIGENT_TIERING: "INTELLIGENT_TIERING";
|
|
193
|
-
readonly ONEZONE_IA: "ONEZONE_IA";
|
|
194
|
-
readonly OUTPOSTS: "OUTPOSTS";
|
|
195
|
-
readonly REDUCED_REDUNDANCY: "REDUCED_REDUNDANCY";
|
|
196
|
-
readonly SNOW: "SNOW";
|
|
197
|
-
readonly STANDARD: "STANDARD";
|
|
198
|
-
readonly STANDARD_IA: "STANDARD_IA";
|
|
199
|
-
};
|
|
200
|
-
export type StorageClass = (typeof StorageClass)[keyof typeof StorageClass];
|
|
201
|
-
export declare const TaggingDirective: {
|
|
202
|
-
readonly COPY: "COPY";
|
|
203
|
-
readonly REPLACE: "REPLACE";
|
|
204
|
-
};
|
|
205
|
-
export type TaggingDirective =
|
|
206
|
-
(typeof TaggingDirective)[keyof typeof TaggingDirective];
|
|
137
|
+
RequestCharged?: RequestCharged | string;
|
|
138
|
+
}
|
|
139
|
+
export declare enum ObjectCannedACL {
|
|
140
|
+
authenticated_read = "authenticated-read",
|
|
141
|
+
aws_exec_read = "aws-exec-read",
|
|
142
|
+
bucket_owner_full_control = "bucket-owner-full-control",
|
|
143
|
+
bucket_owner_read = "bucket-owner-read",
|
|
144
|
+
private = "private",
|
|
145
|
+
public_read = "public-read",
|
|
146
|
+
public_read_write = "public-read-write",
|
|
147
|
+
}
|
|
148
|
+
export declare enum ChecksumAlgorithm {
|
|
149
|
+
CRC32 = "CRC32",
|
|
150
|
+
CRC32C = "CRC32C",
|
|
151
|
+
SHA1 = "SHA1",
|
|
152
|
+
SHA256 = "SHA256",
|
|
153
|
+
}
|
|
154
|
+
export declare enum MetadataDirective {
|
|
155
|
+
COPY = "COPY",
|
|
156
|
+
REPLACE = "REPLACE",
|
|
157
|
+
}
|
|
158
|
+
export declare enum ObjectLockLegalHoldStatus {
|
|
159
|
+
OFF = "OFF",
|
|
160
|
+
ON = "ON",
|
|
161
|
+
}
|
|
162
|
+
export declare enum ObjectLockMode {
|
|
163
|
+
COMPLIANCE = "COMPLIANCE",
|
|
164
|
+
GOVERNANCE = "GOVERNANCE",
|
|
165
|
+
}
|
|
166
|
+
export declare enum StorageClass {
|
|
167
|
+
DEEP_ARCHIVE = "DEEP_ARCHIVE",
|
|
168
|
+
GLACIER = "GLACIER",
|
|
169
|
+
GLACIER_IR = "GLACIER_IR",
|
|
170
|
+
INTELLIGENT_TIERING = "INTELLIGENT_TIERING",
|
|
171
|
+
ONEZONE_IA = "ONEZONE_IA",
|
|
172
|
+
OUTPOSTS = "OUTPOSTS",
|
|
173
|
+
REDUCED_REDUNDANCY = "REDUCED_REDUNDANCY",
|
|
174
|
+
STANDARD = "STANDARD",
|
|
175
|
+
STANDARD_IA = "STANDARD_IA",
|
|
176
|
+
}
|
|
177
|
+
export declare enum TaggingDirective {
|
|
178
|
+
COPY = "COPY",
|
|
179
|
+
REPLACE = "REPLACE",
|
|
180
|
+
}
|
|
207
181
|
export interface CopyObjectRequest {
|
|
208
|
-
ACL?: ObjectCannedACL;
|
|
182
|
+
ACL?: ObjectCannedACL | string;
|
|
209
183
|
Bucket: string | undefined;
|
|
210
184
|
CacheControl?: string;
|
|
211
|
-
ChecksumAlgorithm?: ChecksumAlgorithm;
|
|
185
|
+
ChecksumAlgorithm?: ChecksumAlgorithm | string;
|
|
212
186
|
ContentDisposition?: string;
|
|
213
187
|
ContentEncoding?: string;
|
|
214
188
|
ContentLanguage?: string;
|
|
@@ -225,10 +199,10 @@ export interface CopyObjectRequest {
|
|
|
225
199
|
GrantWriteACP?: string;
|
|
226
200
|
Key: string | undefined;
|
|
227
201
|
Metadata?: Record<string, string>;
|
|
228
|
-
MetadataDirective?: MetadataDirective;
|
|
229
|
-
TaggingDirective?: TaggingDirective;
|
|
230
|
-
ServerSideEncryption?: ServerSideEncryption;
|
|
231
|
-
StorageClass?: StorageClass;
|
|
202
|
+
MetadataDirective?: MetadataDirective | string;
|
|
203
|
+
TaggingDirective?: TaggingDirective | string;
|
|
204
|
+
ServerSideEncryption?: ServerSideEncryption | string;
|
|
205
|
+
StorageClass?: StorageClass | string;
|
|
232
206
|
WebsiteRedirectLocation?: string;
|
|
233
207
|
SSECustomerAlgorithm?: string;
|
|
234
208
|
SSECustomerKey?: string;
|
|
@@ -239,11 +213,11 @@ export interface CopyObjectRequest {
|
|
|
239
213
|
CopySourceSSECustomerAlgorithm?: string;
|
|
240
214
|
CopySourceSSECustomerKey?: string;
|
|
241
215
|
CopySourceSSECustomerKeyMD5?: string;
|
|
242
|
-
RequestPayer?: RequestPayer;
|
|
216
|
+
RequestPayer?: RequestPayer | string;
|
|
243
217
|
Tagging?: string;
|
|
244
|
-
ObjectLockMode?: ObjectLockMode;
|
|
218
|
+
ObjectLockMode?: ObjectLockMode | string;
|
|
245
219
|
ObjectLockRetainUntilDate?: Date;
|
|
246
|
-
ObjectLockLegalHoldStatus?: ObjectLockLegalHoldStatus;
|
|
220
|
+
ObjectLockLegalHoldStatus?: ObjectLockLegalHoldStatus | string;
|
|
247
221
|
ExpectedBucketOwner?: string;
|
|
248
222
|
ExpectedSourceBucketOwner?: string;
|
|
249
223
|
}
|
|
@@ -271,81 +245,50 @@ export declare class BucketAlreadyOwnedByYou extends __BaseException {
|
|
|
271
245
|
export interface CreateBucketOutput {
|
|
272
246
|
Location?: string;
|
|
273
247
|
}
|
|
274
|
-
export declare
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
}
|
|
280
|
-
export
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
248
|
+
export declare enum BucketCannedACL {
|
|
249
|
+
authenticated_read = "authenticated-read",
|
|
250
|
+
private = "private",
|
|
251
|
+
public_read = "public-read",
|
|
252
|
+
public_read_write = "public-read-write",
|
|
253
|
+
}
|
|
254
|
+
export declare enum BucketLocationConstraint {
|
|
255
|
+
EU = "EU",
|
|
256
|
+
af_south_1 = "af-south-1",
|
|
257
|
+
ap_east_1 = "ap-east-1",
|
|
258
|
+
ap_northeast_1 = "ap-northeast-1",
|
|
259
|
+
ap_northeast_2 = "ap-northeast-2",
|
|
260
|
+
ap_northeast_3 = "ap-northeast-3",
|
|
261
|
+
ap_south_1 = "ap-south-1",
|
|
262
|
+
ap_southeast_1 = "ap-southeast-1",
|
|
263
|
+
ap_southeast_2 = "ap-southeast-2",
|
|
264
|
+
ap_southeast_3 = "ap-southeast-3",
|
|
265
|
+
ca_central_1 = "ca-central-1",
|
|
266
|
+
cn_north_1 = "cn-north-1",
|
|
267
|
+
cn_northwest_1 = "cn-northwest-1",
|
|
268
|
+
eu_central_1 = "eu-central-1",
|
|
269
|
+
eu_north_1 = "eu-north-1",
|
|
270
|
+
eu_south_1 = "eu-south-1",
|
|
271
|
+
eu_west_1 = "eu-west-1",
|
|
272
|
+
eu_west_2 = "eu-west-2",
|
|
273
|
+
eu_west_3 = "eu-west-3",
|
|
274
|
+
me_south_1 = "me-south-1",
|
|
275
|
+
sa_east_1 = "sa-east-1",
|
|
276
|
+
us_east_2 = "us-east-2",
|
|
277
|
+
us_gov_east_1 = "us-gov-east-1",
|
|
278
|
+
us_gov_west_1 = "us-gov-west-1",
|
|
279
|
+
us_west_1 = "us-west-1",
|
|
280
|
+
us_west_2 = "us-west-2",
|
|
302
281
|
}
|
|
303
|
-
export declare const BucketLocationConstraint: {
|
|
304
|
-
readonly EU: "EU";
|
|
305
|
-
readonly af_south_1: "af-south-1";
|
|
306
|
-
readonly ap_east_1: "ap-east-1";
|
|
307
|
-
readonly ap_northeast_1: "ap-northeast-1";
|
|
308
|
-
readonly ap_northeast_2: "ap-northeast-2";
|
|
309
|
-
readonly ap_northeast_3: "ap-northeast-3";
|
|
310
|
-
readonly ap_south_1: "ap-south-1";
|
|
311
|
-
readonly ap_south_2: "ap-south-2";
|
|
312
|
-
readonly ap_southeast_1: "ap-southeast-1";
|
|
313
|
-
readonly ap_southeast_2: "ap-southeast-2";
|
|
314
|
-
readonly ap_southeast_3: "ap-southeast-3";
|
|
315
|
-
readonly ca_central_1: "ca-central-1";
|
|
316
|
-
readonly cn_north_1: "cn-north-1";
|
|
317
|
-
readonly cn_northwest_1: "cn-northwest-1";
|
|
318
|
-
readonly eu_central_1: "eu-central-1";
|
|
319
|
-
readonly eu_north_1: "eu-north-1";
|
|
320
|
-
readonly eu_south_1: "eu-south-1";
|
|
321
|
-
readonly eu_south_2: "eu-south-2";
|
|
322
|
-
readonly eu_west_1: "eu-west-1";
|
|
323
|
-
readonly eu_west_2: "eu-west-2";
|
|
324
|
-
readonly eu_west_3: "eu-west-3";
|
|
325
|
-
readonly me_south_1: "me-south-1";
|
|
326
|
-
readonly sa_east_1: "sa-east-1";
|
|
327
|
-
readonly us_east_2: "us-east-2";
|
|
328
|
-
readonly us_gov_east_1: "us-gov-east-1";
|
|
329
|
-
readonly us_gov_west_1: "us-gov-west-1";
|
|
330
|
-
readonly us_west_1: "us-west-1";
|
|
331
|
-
readonly us_west_2: "us-west-2";
|
|
332
|
-
};
|
|
333
|
-
export type BucketLocationConstraint =
|
|
334
|
-
(typeof BucketLocationConstraint)[keyof typeof BucketLocationConstraint];
|
|
335
282
|
export interface CreateBucketConfiguration {
|
|
336
|
-
LocationConstraint?: BucketLocationConstraint;
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
readonly ObjectWriter: "ObjectWriter";
|
|
344
|
-
};
|
|
345
|
-
export type ObjectOwnership =
|
|
346
|
-
(typeof ObjectOwnership)[keyof typeof ObjectOwnership];
|
|
283
|
+
LocationConstraint?: BucketLocationConstraint | string;
|
|
284
|
+
}
|
|
285
|
+
export declare enum ObjectOwnership {
|
|
286
|
+
BucketOwnerEnforced = "BucketOwnerEnforced",
|
|
287
|
+
BucketOwnerPreferred = "BucketOwnerPreferred",
|
|
288
|
+
ObjectWriter = "ObjectWriter",
|
|
289
|
+
}
|
|
347
290
|
export interface CreateBucketRequest {
|
|
348
|
-
ACL?: BucketCannedACL;
|
|
291
|
+
ACL?: BucketCannedACL | string;
|
|
349
292
|
Bucket: string | undefined;
|
|
350
293
|
CreateBucketConfiguration?: CreateBucketConfiguration;
|
|
351
294
|
GrantFullControl?: string;
|
|
@@ -354,7 +297,7 @@ export interface CreateBucketRequest {
|
|
|
354
297
|
GrantWrite?: string;
|
|
355
298
|
GrantWriteACP?: string;
|
|
356
299
|
ObjectLockEnabledForBucket?: boolean;
|
|
357
|
-
ObjectOwnership?: ObjectOwnership;
|
|
300
|
+
ObjectOwnership?: ObjectOwnership | string;
|
|
358
301
|
}
|
|
359
302
|
export interface CreateMultipartUploadOutput {
|
|
360
303
|
AbortDate?: Date;
|
|
@@ -362,17 +305,17 @@ export interface CreateMultipartUploadOutput {
|
|
|
362
305
|
Bucket?: string;
|
|
363
306
|
Key?: string;
|
|
364
307
|
UploadId?: string;
|
|
365
|
-
ServerSideEncryption?: ServerSideEncryption;
|
|
308
|
+
ServerSideEncryption?: ServerSideEncryption | string;
|
|
366
309
|
SSECustomerAlgorithm?: string;
|
|
367
310
|
SSECustomerKeyMD5?: string;
|
|
368
311
|
SSEKMSKeyId?: string;
|
|
369
312
|
SSEKMSEncryptionContext?: string;
|
|
370
313
|
BucketKeyEnabled?: boolean;
|
|
371
|
-
RequestCharged?: RequestCharged;
|
|
372
|
-
ChecksumAlgorithm?: ChecksumAlgorithm;
|
|
314
|
+
RequestCharged?: RequestCharged | string;
|
|
315
|
+
ChecksumAlgorithm?: ChecksumAlgorithm | string;
|
|
373
316
|
}
|
|
374
317
|
export interface CreateMultipartUploadRequest {
|
|
375
|
-
ACL?: ObjectCannedACL;
|
|
318
|
+
ACL?: ObjectCannedACL | string;
|
|
376
319
|
Bucket: string | undefined;
|
|
377
320
|
CacheControl?: string;
|
|
378
321
|
ContentDisposition?: string;
|
|
@@ -386,8 +329,8 @@ export interface CreateMultipartUploadRequest {
|
|
|
386
329
|
GrantWriteACP?: string;
|
|
387
330
|
Key: string | undefined;
|
|
388
331
|
Metadata?: Record<string, string>;
|
|
389
|
-
ServerSideEncryption?: ServerSideEncryption;
|
|
390
|
-
StorageClass?: StorageClass;
|
|
332
|
+
ServerSideEncryption?: ServerSideEncryption | string;
|
|
333
|
+
StorageClass?: StorageClass | string;
|
|
391
334
|
WebsiteRedirectLocation?: string;
|
|
392
335
|
SSECustomerAlgorithm?: string;
|
|
393
336
|
SSECustomerKey?: string;
|
|
@@ -395,36 +338,13 @@ export interface CreateMultipartUploadRequest {
|
|
|
395
338
|
SSEKMSKeyId?: string;
|
|
396
339
|
SSEKMSEncryptionContext?: string;
|
|
397
340
|
BucketKeyEnabled?: boolean;
|
|
398
|
-
RequestPayer?: RequestPayer;
|
|
341
|
+
RequestPayer?: RequestPayer | string;
|
|
399
342
|
Tagging?: string;
|
|
400
|
-
ObjectLockMode?: ObjectLockMode;
|
|
343
|
+
ObjectLockMode?: ObjectLockMode | string;
|
|
401
344
|
ObjectLockRetainUntilDate?: Date;
|
|
402
|
-
ObjectLockLegalHoldStatus?: ObjectLockLegalHoldStatus;
|
|
345
|
+
ObjectLockLegalHoldStatus?: ObjectLockLegalHoldStatus | string;
|
|
403
346
|
ExpectedBucketOwner?: string;
|
|
404
|
-
ChecksumAlgorithm?: ChecksumAlgorithm;
|
|
405
|
-
}
|
|
406
|
-
export interface SessionCredentials {
|
|
407
|
-
AccessKeyId: string | undefined;
|
|
408
|
-
SecretAccessKey: string | undefined;
|
|
409
|
-
SessionToken: string | undefined;
|
|
410
|
-
Expiration: Date | undefined;
|
|
411
|
-
}
|
|
412
|
-
export interface CreateSessionOutput {
|
|
413
|
-
Credentials: SessionCredentials | undefined;
|
|
414
|
-
}
|
|
415
|
-
export declare const SessionMode: {
|
|
416
|
-
readonly ReadOnly: "ReadOnly";
|
|
417
|
-
readonly ReadWrite: "ReadWrite";
|
|
418
|
-
};
|
|
419
|
-
export type SessionMode = (typeof SessionMode)[keyof typeof SessionMode];
|
|
420
|
-
export interface CreateSessionRequest {
|
|
421
|
-
SessionMode?: SessionMode;
|
|
422
|
-
Bucket: string | undefined;
|
|
423
|
-
}
|
|
424
|
-
export declare class NoSuchBucket extends __BaseException {
|
|
425
|
-
readonly name: "NoSuchBucket";
|
|
426
|
-
readonly $fault: "client";
|
|
427
|
-
constructor(opts: __ExceptionOptionType<NoSuchBucket, __BaseException>);
|
|
347
|
+
ChecksumAlgorithm?: ChecksumAlgorithm | string;
|
|
428
348
|
}
|
|
429
349
|
export interface DeleteBucketRequest {
|
|
430
350
|
Bucket: string | undefined;
|
|
@@ -484,14 +404,14 @@ export interface DeleteBucketWebsiteRequest {
|
|
|
484
404
|
export interface DeleteObjectOutput {
|
|
485
405
|
DeleteMarker?: boolean;
|
|
486
406
|
VersionId?: string;
|
|
487
|
-
RequestCharged?: RequestCharged;
|
|
407
|
+
RequestCharged?: RequestCharged | string;
|
|
488
408
|
}
|
|
489
409
|
export interface DeleteObjectRequest {
|
|
490
410
|
Bucket: string | undefined;
|
|
491
411
|
Key: string | undefined;
|
|
492
412
|
MFA?: string;
|
|
493
413
|
VersionId?: string;
|
|
494
|
-
RequestPayer?: RequestPayer;
|
|
414
|
+
RequestPayer?: RequestPayer | string;
|
|
495
415
|
BypassGovernanceRetention?: boolean;
|
|
496
416
|
ExpectedBucketOwner?: string;
|
|
497
417
|
}
|
|
@@ -509,7 +429,7 @@ export interface _Error {
|
|
|
509
429
|
}
|
|
510
430
|
export interface DeleteObjectsOutput {
|
|
511
431
|
Deleted?: DeletedObject[];
|
|
512
|
-
RequestCharged?: RequestCharged;
|
|
432
|
+
RequestCharged?: RequestCharged | string;
|
|
513
433
|
Errors?: _Error[];
|
|
514
434
|
}
|
|
515
435
|
export interface ObjectIdentifier {
|
|
@@ -524,10 +444,10 @@ export interface DeleteObjectsRequest {
|
|
|
524
444
|
Bucket: string | undefined;
|
|
525
445
|
Delete: Delete | undefined;
|
|
526
446
|
MFA?: string;
|
|
527
|
-
RequestPayer?: RequestPayer;
|
|
447
|
+
RequestPayer?: RequestPayer | string;
|
|
528
448
|
BypassGovernanceRetention?: boolean;
|
|
529
449
|
ExpectedBucketOwner?: string;
|
|
530
|
-
ChecksumAlgorithm?: ChecksumAlgorithm;
|
|
450
|
+
ChecksumAlgorithm?: ChecksumAlgorithm | string;
|
|
531
451
|
}
|
|
532
452
|
export interface DeleteObjectTaggingOutput {
|
|
533
453
|
VersionId?: string;
|
|
@@ -543,13 +463,11 @@ export interface DeletePublicAccessBlockRequest {
|
|
|
543
463
|
ExpectedBucketOwner?: string;
|
|
544
464
|
}
|
|
545
465
|
export interface GetBucketAccelerateConfigurationOutput {
|
|
546
|
-
Status?: BucketAccelerateStatus;
|
|
547
|
-
RequestCharged?: RequestCharged;
|
|
466
|
+
Status?: BucketAccelerateStatus | string;
|
|
548
467
|
}
|
|
549
468
|
export interface GetBucketAccelerateConfigurationRequest {
|
|
550
469
|
Bucket: string | undefined;
|
|
551
470
|
ExpectedBucketOwner?: string;
|
|
552
|
-
RequestPayer?: RequestPayer;
|
|
553
471
|
}
|
|
554
472
|
export interface GetBucketAclOutput {
|
|
555
473
|
Owner?: Owner;
|
|
@@ -567,7 +485,7 @@ export interface AnalyticsAndOperator {
|
|
|
567
485
|
Prefix?: string;
|
|
568
486
|
Tags?: Tag[];
|
|
569
487
|
}
|
|
570
|
-
export type AnalyticsFilter =
|
|
488
|
+
export declare type AnalyticsFilter =
|
|
571
489
|
| AnalyticsFilter.AndMember
|
|
572
490
|
| AnalyticsFilter.PrefixMember
|
|
573
491
|
| AnalyticsFilter.TagMember
|
|
@@ -605,13 +523,11 @@ export declare namespace AnalyticsFilter {
|
|
|
605
523
|
}
|
|
606
524
|
const visit: <T>(value: AnalyticsFilter, visitor: Visitor<T>) => T;
|
|
607
525
|
}
|
|
608
|
-
export declare
|
|
609
|
-
|
|
610
|
-
}
|
|
611
|
-
export type AnalyticsS3ExportFileFormat =
|
|
612
|
-
(typeof AnalyticsS3ExportFileFormat)[keyof typeof AnalyticsS3ExportFileFormat];
|
|
526
|
+
export declare enum AnalyticsS3ExportFileFormat {
|
|
527
|
+
CSV = "CSV",
|
|
528
|
+
}
|
|
613
529
|
export interface AnalyticsS3BucketDestination {
|
|
614
|
-
Format: AnalyticsS3ExportFileFormat | undefined;
|
|
530
|
+
Format: AnalyticsS3ExportFileFormat | string | undefined;
|
|
615
531
|
BucketAccountId?: string;
|
|
616
532
|
Bucket: string | undefined;
|
|
617
533
|
Prefix?: string;
|
|
@@ -619,13 +535,11 @@ export interface AnalyticsS3BucketDestination {
|
|
|
619
535
|
export interface AnalyticsExportDestination {
|
|
620
536
|
S3BucketDestination: AnalyticsS3BucketDestination | undefined;
|
|
621
537
|
}
|
|
622
|
-
export declare
|
|
623
|
-
|
|
624
|
-
}
|
|
625
|
-
export type StorageClassAnalysisSchemaVersion =
|
|
626
|
-
(typeof StorageClassAnalysisSchemaVersion)[keyof typeof StorageClassAnalysisSchemaVersion];
|
|
538
|
+
export declare enum StorageClassAnalysisSchemaVersion {
|
|
539
|
+
V_1 = "V_1",
|
|
540
|
+
}
|
|
627
541
|
export interface StorageClassAnalysisDataExport {
|
|
628
|
-
OutputSchemaVersion: StorageClassAnalysisSchemaVersion | undefined;
|
|
542
|
+
OutputSchemaVersion: StorageClassAnalysisSchemaVersion | string | undefined;
|
|
629
543
|
Destination: AnalyticsExportDestination | undefined;
|
|
630
544
|
}
|
|
631
545
|
export interface StorageClassAnalysis {
|
|
@@ -660,7 +574,7 @@ export interface GetBucketCorsRequest {
|
|
|
660
574
|
ExpectedBucketOwner?: string;
|
|
661
575
|
}
|
|
662
576
|
export interface ServerSideEncryptionByDefault {
|
|
663
|
-
SSEAlgorithm: ServerSideEncryption | undefined;
|
|
577
|
+
SSEAlgorithm: ServerSideEncryption | string | undefined;
|
|
664
578
|
KMSMasterKeyID?: string;
|
|
665
579
|
}
|
|
666
580
|
export interface ServerSideEncryptionRule {
|
|
@@ -686,26 +600,22 @@ export interface IntelligentTieringFilter {
|
|
|
686
600
|
Tag?: Tag;
|
|
687
601
|
And?: IntelligentTieringAndOperator;
|
|
688
602
|
}
|
|
689
|
-
export declare
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
}
|
|
693
|
-
export
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
readonly DEEP_ARCHIVE_ACCESS: "DEEP_ARCHIVE_ACCESS";
|
|
698
|
-
};
|
|
699
|
-
export type IntelligentTieringAccessTier =
|
|
700
|
-
(typeof IntelligentTieringAccessTier)[keyof typeof IntelligentTieringAccessTier];
|
|
603
|
+
export declare enum IntelligentTieringStatus {
|
|
604
|
+
Disabled = "Disabled",
|
|
605
|
+
Enabled = "Enabled",
|
|
606
|
+
}
|
|
607
|
+
export declare enum IntelligentTieringAccessTier {
|
|
608
|
+
ARCHIVE_ACCESS = "ARCHIVE_ACCESS",
|
|
609
|
+
DEEP_ARCHIVE_ACCESS = "DEEP_ARCHIVE_ACCESS",
|
|
610
|
+
}
|
|
701
611
|
export interface Tiering {
|
|
702
612
|
Days: number | undefined;
|
|
703
|
-
AccessTier: IntelligentTieringAccessTier | undefined;
|
|
613
|
+
AccessTier: IntelligentTieringAccessTier | string | undefined;
|
|
704
614
|
}
|
|
705
615
|
export interface IntelligentTieringConfiguration {
|
|
706
616
|
Id: string | undefined;
|
|
707
617
|
Filter?: IntelligentTieringFilter;
|
|
708
|
-
Status: IntelligentTieringStatus | undefined;
|
|
618
|
+
Status: IntelligentTieringStatus | string | undefined;
|
|
709
619
|
Tierings: Tiering[] | undefined;
|
|
710
620
|
}
|
|
711
621
|
export interface GetBucketIntelligentTieringConfigurationOutput {
|
|
@@ -723,17 +633,15 @@ export interface InventoryEncryption {
|
|
|
723
633
|
SSES3?: SSES3;
|
|
724
634
|
SSEKMS?: SSEKMS;
|
|
725
635
|
}
|
|
726
|
-
export declare
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
}
|
|
731
|
-
export type InventoryFormat =
|
|
732
|
-
(typeof InventoryFormat)[keyof typeof InventoryFormat];
|
|
636
|
+
export declare enum InventoryFormat {
|
|
637
|
+
CSV = "CSV",
|
|
638
|
+
ORC = "ORC",
|
|
639
|
+
Parquet = "Parquet",
|
|
640
|
+
}
|
|
733
641
|
export interface InventoryS3BucketDestination {
|
|
734
642
|
AccountId?: string;
|
|
735
643
|
Bucket: string | undefined;
|
|
736
|
-
Format: InventoryFormat | undefined;
|
|
644
|
+
Format: InventoryFormat | string | undefined;
|
|
737
645
|
Prefix?: string;
|
|
738
646
|
Encryption?: InventoryEncryption;
|
|
739
647
|
}
|
|
@@ -743,47 +651,39 @@ export interface InventoryDestination {
|
|
|
743
651
|
export interface InventoryFilter {
|
|
744
652
|
Prefix: string | undefined;
|
|
745
653
|
}
|
|
746
|
-
export declare
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
}
|
|
750
|
-
export
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
}
|
|
769
|
-
export type InventoryOptionalField =
|
|
770
|
-
(typeof InventoryOptionalField)[keyof typeof InventoryOptionalField];
|
|
771
|
-
export declare const InventoryFrequency: {
|
|
772
|
-
readonly Daily: "Daily";
|
|
773
|
-
readonly Weekly: "Weekly";
|
|
774
|
-
};
|
|
775
|
-
export type InventoryFrequency =
|
|
776
|
-
(typeof InventoryFrequency)[keyof typeof InventoryFrequency];
|
|
654
|
+
export declare enum InventoryIncludedObjectVersions {
|
|
655
|
+
All = "All",
|
|
656
|
+
Current = "Current",
|
|
657
|
+
}
|
|
658
|
+
export declare enum InventoryOptionalField {
|
|
659
|
+
BucketKeyStatus = "BucketKeyStatus",
|
|
660
|
+
ChecksumAlgorithm = "ChecksumAlgorithm",
|
|
661
|
+
ETag = "ETag",
|
|
662
|
+
EncryptionStatus = "EncryptionStatus",
|
|
663
|
+
IntelligentTieringAccessTier = "IntelligentTieringAccessTier",
|
|
664
|
+
IsMultipartUploaded = "IsMultipartUploaded",
|
|
665
|
+
LastModifiedDate = "LastModifiedDate",
|
|
666
|
+
ObjectLockLegalHoldStatus = "ObjectLockLegalHoldStatus",
|
|
667
|
+
ObjectLockMode = "ObjectLockMode",
|
|
668
|
+
ObjectLockRetainUntilDate = "ObjectLockRetainUntilDate",
|
|
669
|
+
ReplicationStatus = "ReplicationStatus",
|
|
670
|
+
Size = "Size",
|
|
671
|
+
StorageClass = "StorageClass",
|
|
672
|
+
}
|
|
673
|
+
export declare enum InventoryFrequency {
|
|
674
|
+
Daily = "Daily",
|
|
675
|
+
Weekly = "Weekly",
|
|
676
|
+
}
|
|
777
677
|
export interface InventorySchedule {
|
|
778
|
-
Frequency: InventoryFrequency | undefined;
|
|
678
|
+
Frequency: InventoryFrequency | string | undefined;
|
|
779
679
|
}
|
|
780
680
|
export interface InventoryConfiguration {
|
|
781
681
|
Destination: InventoryDestination | undefined;
|
|
782
682
|
IsEnabled: boolean | undefined;
|
|
783
683
|
Filter?: InventoryFilter;
|
|
784
684
|
Id: string | undefined;
|
|
785
|
-
IncludedObjectVersions: InventoryIncludedObjectVersions | undefined;
|
|
786
|
-
OptionalFields?: InventoryOptionalField[];
|
|
685
|
+
IncludedObjectVersions: InventoryIncludedObjectVersions | string | undefined;
|
|
686
|
+
OptionalFields?: (InventoryOptionalField | string)[];
|
|
787
687
|
Schedule: InventorySchedule | undefined;
|
|
788
688
|
}
|
|
789
689
|
export interface GetBucketInventoryConfigurationOutput {
|
|
@@ -805,7 +705,7 @@ export interface LifecycleRuleAndOperator {
|
|
|
805
705
|
ObjectSizeGreaterThan?: number;
|
|
806
706
|
ObjectSizeLessThan?: number;
|
|
807
707
|
}
|
|
808
|
-
export type LifecycleRuleFilter =
|
|
708
|
+
export declare type LifecycleRuleFilter =
|
|
809
709
|
| LifecycleRuleFilter.AndMember
|
|
810
710
|
| LifecycleRuleFilter.ObjectSizeGreaterThanMember
|
|
811
711
|
| LifecycleRuleFilter.ObjectSizeLessThanMember
|
|
@@ -875,38 +775,34 @@ export interface NoncurrentVersionExpiration {
|
|
|
875
775
|
NoncurrentDays?: number;
|
|
876
776
|
NewerNoncurrentVersions?: number;
|
|
877
777
|
}
|
|
878
|
-
export declare
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
}
|
|
886
|
-
export type TransitionStorageClass =
|
|
887
|
-
(typeof TransitionStorageClass)[keyof typeof TransitionStorageClass];
|
|
778
|
+
export declare enum TransitionStorageClass {
|
|
779
|
+
DEEP_ARCHIVE = "DEEP_ARCHIVE",
|
|
780
|
+
GLACIER = "GLACIER",
|
|
781
|
+
GLACIER_IR = "GLACIER_IR",
|
|
782
|
+
INTELLIGENT_TIERING = "INTELLIGENT_TIERING",
|
|
783
|
+
ONEZONE_IA = "ONEZONE_IA",
|
|
784
|
+
STANDARD_IA = "STANDARD_IA",
|
|
785
|
+
}
|
|
888
786
|
export interface NoncurrentVersionTransition {
|
|
889
787
|
NoncurrentDays?: number;
|
|
890
|
-
StorageClass?: TransitionStorageClass;
|
|
788
|
+
StorageClass?: TransitionStorageClass | string;
|
|
891
789
|
NewerNoncurrentVersions?: number;
|
|
892
790
|
}
|
|
893
|
-
export declare
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
}
|
|
897
|
-
export type ExpirationStatus =
|
|
898
|
-
(typeof ExpirationStatus)[keyof typeof ExpirationStatus];
|
|
791
|
+
export declare enum ExpirationStatus {
|
|
792
|
+
Disabled = "Disabled",
|
|
793
|
+
Enabled = "Enabled",
|
|
794
|
+
}
|
|
899
795
|
export interface Transition {
|
|
900
796
|
Date?: Date;
|
|
901
797
|
Days?: number;
|
|
902
|
-
StorageClass?: TransitionStorageClass;
|
|
798
|
+
StorageClass?: TransitionStorageClass | string;
|
|
903
799
|
}
|
|
904
800
|
export interface LifecycleRule {
|
|
905
801
|
Expiration?: LifecycleExpiration;
|
|
906
802
|
ID?: string;
|
|
907
803
|
Prefix?: string;
|
|
908
804
|
Filter?: LifecycleRuleFilter;
|
|
909
|
-
Status: ExpirationStatus | undefined;
|
|
805
|
+
Status: ExpirationStatus | string | undefined;
|
|
910
806
|
Transitions?: Transition[];
|
|
911
807
|
NoncurrentVersionTransitions?: NoncurrentVersionTransition[];
|
|
912
808
|
NoncurrentVersionExpiration?: NoncurrentVersionExpiration;
|
|
@@ -920,42 +816,25 @@ export interface GetBucketLifecycleConfigurationRequest {
|
|
|
920
816
|
ExpectedBucketOwner?: string;
|
|
921
817
|
}
|
|
922
818
|
export interface GetBucketLocationOutput {
|
|
923
|
-
LocationConstraint?: BucketLocationConstraint;
|
|
819
|
+
LocationConstraint?: BucketLocationConstraint | string;
|
|
924
820
|
}
|
|
925
821
|
export interface GetBucketLocationRequest {
|
|
926
822
|
Bucket: string | undefined;
|
|
927
823
|
ExpectedBucketOwner?: string;
|
|
928
824
|
}
|
|
929
|
-
export declare
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
}
|
|
934
|
-
export type BucketLogsPermission =
|
|
935
|
-
(typeof BucketLogsPermission)[keyof typeof BucketLogsPermission];
|
|
825
|
+
export declare enum BucketLogsPermission {
|
|
826
|
+
FULL_CONTROL = "FULL_CONTROL",
|
|
827
|
+
READ = "READ",
|
|
828
|
+
WRITE = "WRITE",
|
|
829
|
+
}
|
|
936
830
|
export interface TargetGrant {
|
|
937
831
|
Grantee?: Grantee;
|
|
938
|
-
Permission?: BucketLogsPermission;
|
|
939
|
-
}
|
|
940
|
-
export declare const PartitionDateSource: {
|
|
941
|
-
readonly DeliveryTime: "DeliveryTime";
|
|
942
|
-
readonly EventTime: "EventTime";
|
|
943
|
-
};
|
|
944
|
-
export type PartitionDateSource =
|
|
945
|
-
(typeof PartitionDateSource)[keyof typeof PartitionDateSource];
|
|
946
|
-
export interface PartitionedPrefix {
|
|
947
|
-
PartitionDateSource?: PartitionDateSource;
|
|
948
|
-
}
|
|
949
|
-
export interface SimplePrefix {}
|
|
950
|
-
export interface TargetObjectKeyFormat {
|
|
951
|
-
SimplePrefix?: SimplePrefix;
|
|
952
|
-
PartitionedPrefix?: PartitionedPrefix;
|
|
832
|
+
Permission?: BucketLogsPermission | string;
|
|
953
833
|
}
|
|
954
834
|
export interface LoggingEnabled {
|
|
955
835
|
TargetBucket: string | undefined;
|
|
956
836
|
TargetGrants?: TargetGrant[];
|
|
957
837
|
TargetPrefix: string | undefined;
|
|
958
|
-
TargetObjectKeyFormat?: TargetObjectKeyFormat;
|
|
959
838
|
}
|
|
960
839
|
export interface GetBucketLoggingOutput {
|
|
961
840
|
LoggingEnabled?: LoggingEnabled;
|
|
@@ -969,7 +848,7 @@ export interface MetricsAndOperator {
|
|
|
969
848
|
Tags?: Tag[];
|
|
970
849
|
AccessPointArn?: string;
|
|
971
850
|
}
|
|
972
|
-
export type MetricsFilter =
|
|
851
|
+
export declare type MetricsFilter =
|
|
973
852
|
| MetricsFilter.AccessPointArnMember
|
|
974
853
|
| MetricsFilter.AndMember
|
|
975
854
|
| MetricsFilter.PrefixMember
|
|
@@ -1037,44 +916,40 @@ export interface GetBucketNotificationConfigurationRequest {
|
|
|
1037
916
|
ExpectedBucketOwner?: string;
|
|
1038
917
|
}
|
|
1039
918
|
export interface EventBridgeConfiguration {}
|
|
1040
|
-
export declare
|
|
1041
|
-
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
-
|
|
1046
|
-
|
|
1047
|
-
|
|
1048
|
-
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
|
|
1052
|
-
|
|
1053
|
-
|
|
1054
|
-
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
|
-
|
|
1058
|
-
|
|
1059
|
-
|
|
1060
|
-
|
|
1061
|
-
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
|
-
|
|
1066
|
-
|
|
1067
|
-
|
|
1068
|
-
|
|
1069
|
-
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
readonly suffix: "suffix";
|
|
1073
|
-
};
|
|
1074
|
-
export type FilterRuleName =
|
|
1075
|
-
(typeof FilterRuleName)[keyof typeof FilterRuleName];
|
|
919
|
+
export declare type Event =
|
|
920
|
+
| "s3:IntelligentTiering"
|
|
921
|
+
| "s3:LifecycleExpiration:*"
|
|
922
|
+
| "s3:LifecycleExpiration:Delete"
|
|
923
|
+
| "s3:LifecycleExpiration:DeleteMarkerCreated"
|
|
924
|
+
| "s3:LifecycleTransition"
|
|
925
|
+
| "s3:ObjectAcl:Put"
|
|
926
|
+
| "s3:ObjectCreated:*"
|
|
927
|
+
| "s3:ObjectCreated:CompleteMultipartUpload"
|
|
928
|
+
| "s3:ObjectCreated:Copy"
|
|
929
|
+
| "s3:ObjectCreated:Post"
|
|
930
|
+
| "s3:ObjectCreated:Put"
|
|
931
|
+
| "s3:ObjectRemoved:*"
|
|
932
|
+
| "s3:ObjectRemoved:Delete"
|
|
933
|
+
| "s3:ObjectRemoved:DeleteMarkerCreated"
|
|
934
|
+
| "s3:ObjectRestore:*"
|
|
935
|
+
| "s3:ObjectRestore:Completed"
|
|
936
|
+
| "s3:ObjectRestore:Delete"
|
|
937
|
+
| "s3:ObjectRestore:Post"
|
|
938
|
+
| "s3:ObjectTagging:*"
|
|
939
|
+
| "s3:ObjectTagging:Delete"
|
|
940
|
+
| "s3:ObjectTagging:Put"
|
|
941
|
+
| "s3:ReducedRedundancyLostObject"
|
|
942
|
+
| "s3:Replication:*"
|
|
943
|
+
| "s3:Replication:OperationFailedReplication"
|
|
944
|
+
| "s3:Replication:OperationMissedThreshold"
|
|
945
|
+
| "s3:Replication:OperationNotTracked"
|
|
946
|
+
| "s3:Replication:OperationReplicatedAfterThreshold";
|
|
947
|
+
export declare enum FilterRuleName {
|
|
948
|
+
prefix = "prefix",
|
|
949
|
+
suffix = "suffix",
|
|
950
|
+
}
|
|
1076
951
|
export interface FilterRule {
|
|
1077
|
-
Name?: FilterRuleName;
|
|
952
|
+
Name?: FilterRuleName | string;
|
|
1078
953
|
Value?: string;
|
|
1079
954
|
}
|
|
1080
955
|
export interface S3KeyFilter {
|
|
@@ -1086,19 +961,19 @@ export interface NotificationConfigurationFilter {
|
|
|
1086
961
|
export interface LambdaFunctionConfiguration {
|
|
1087
962
|
Id?: string;
|
|
1088
963
|
LambdaFunctionArn: string | undefined;
|
|
1089
|
-
Events: Event[] | undefined;
|
|
964
|
+
Events: (Event | string)[] | undefined;
|
|
1090
965
|
Filter?: NotificationConfigurationFilter;
|
|
1091
966
|
}
|
|
1092
967
|
export interface QueueConfiguration {
|
|
1093
968
|
Id?: string;
|
|
1094
969
|
QueueArn: string | undefined;
|
|
1095
|
-
Events: Event[] | undefined;
|
|
970
|
+
Events: (Event | string)[] | undefined;
|
|
1096
971
|
Filter?: NotificationConfigurationFilter;
|
|
1097
972
|
}
|
|
1098
973
|
export interface TopicConfiguration {
|
|
1099
974
|
Id?: string;
|
|
1100
975
|
TopicArn: string | undefined;
|
|
1101
|
-
Events: Event[] | undefined;
|
|
976
|
+
Events: (Event | string)[] | undefined;
|
|
1102
977
|
Filter?: NotificationConfigurationFilter;
|
|
1103
978
|
}
|
|
1104
979
|
export interface NotificationConfiguration {
|
|
@@ -1108,7 +983,7 @@ export interface NotificationConfiguration {
|
|
|
1108
983
|
EventBridgeConfiguration?: EventBridgeConfiguration;
|
|
1109
984
|
}
|
|
1110
985
|
export interface OwnershipControlsRule {
|
|
1111
|
-
ObjectOwnership: ObjectOwnership | undefined;
|
|
986
|
+
ObjectOwnership: ObjectOwnership | string | undefined;
|
|
1112
987
|
}
|
|
1113
988
|
export interface OwnershipControls {
|
|
1114
989
|
Rules: OwnershipControlsRule[] | undefined;
|
|
@@ -1137,14 +1012,12 @@ export interface GetBucketPolicyStatusRequest {
|
|
|
1137
1012
|
Bucket: string | undefined;
|
|
1138
1013
|
ExpectedBucketOwner?: string;
|
|
1139
1014
|
}
|
|
1140
|
-
export declare
|
|
1141
|
-
|
|
1142
|
-
|
|
1143
|
-
}
|
|
1144
|
-
export type DeleteMarkerReplicationStatus =
|
|
1145
|
-
(typeof DeleteMarkerReplicationStatus)[keyof typeof DeleteMarkerReplicationStatus];
|
|
1015
|
+
export declare enum DeleteMarkerReplicationStatus {
|
|
1016
|
+
Disabled = "Disabled",
|
|
1017
|
+
Enabled = "Enabled",
|
|
1018
|
+
}
|
|
1146
1019
|
export interface DeleteMarkerReplication {
|
|
1147
|
-
Status?: DeleteMarkerReplicationStatus;
|
|
1020
|
+
Status?: DeleteMarkerReplicationStatus | string;
|
|
1148
1021
|
}
|
|
1149
1022
|
export interface EncryptionConfiguration {
|
|
1150
1023
|
ReplicaKmsKeyID?: string;
|
|
@@ -1152,48 +1025,43 @@ export interface EncryptionConfiguration {
|
|
|
1152
1025
|
export interface ReplicationTimeValue {
|
|
1153
1026
|
Minutes?: number;
|
|
1154
1027
|
}
|
|
1155
|
-
export declare
|
|
1156
|
-
|
|
1157
|
-
|
|
1158
|
-
}
|
|
1159
|
-
export type MetricsStatus = (typeof MetricsStatus)[keyof typeof MetricsStatus];
|
|
1028
|
+
export declare enum MetricsStatus {
|
|
1029
|
+
Disabled = "Disabled",
|
|
1030
|
+
Enabled = "Enabled",
|
|
1031
|
+
}
|
|
1160
1032
|
export interface Metrics {
|
|
1161
|
-
Status: MetricsStatus | undefined;
|
|
1033
|
+
Status: MetricsStatus | string | undefined;
|
|
1162
1034
|
EventThreshold?: ReplicationTimeValue;
|
|
1163
1035
|
}
|
|
1164
|
-
export declare
|
|
1165
|
-
|
|
1166
|
-
|
|
1167
|
-
}
|
|
1168
|
-
export type ReplicationTimeStatus =
|
|
1169
|
-
(typeof ReplicationTimeStatus)[keyof typeof ReplicationTimeStatus];
|
|
1036
|
+
export declare enum ReplicationTimeStatus {
|
|
1037
|
+
Disabled = "Disabled",
|
|
1038
|
+
Enabled = "Enabled",
|
|
1039
|
+
}
|
|
1170
1040
|
export interface ReplicationTime {
|
|
1171
|
-
Status: ReplicationTimeStatus | undefined;
|
|
1041
|
+
Status: ReplicationTimeStatus | string | undefined;
|
|
1172
1042
|
Time: ReplicationTimeValue | undefined;
|
|
1173
1043
|
}
|
|
1174
1044
|
export interface Destination {
|
|
1175
1045
|
Bucket: string | undefined;
|
|
1176
1046
|
Account?: string;
|
|
1177
|
-
StorageClass?: StorageClass;
|
|
1047
|
+
StorageClass?: StorageClass | string;
|
|
1178
1048
|
AccessControlTranslation?: AccessControlTranslation;
|
|
1179
1049
|
EncryptionConfiguration?: EncryptionConfiguration;
|
|
1180
1050
|
ReplicationTime?: ReplicationTime;
|
|
1181
1051
|
Metrics?: Metrics;
|
|
1182
1052
|
}
|
|
1183
|
-
export declare
|
|
1184
|
-
|
|
1185
|
-
|
|
1186
|
-
}
|
|
1187
|
-
export type ExistingObjectReplicationStatus =
|
|
1188
|
-
(typeof ExistingObjectReplicationStatus)[keyof typeof ExistingObjectReplicationStatus];
|
|
1053
|
+
export declare enum ExistingObjectReplicationStatus {
|
|
1054
|
+
Disabled = "Disabled",
|
|
1055
|
+
Enabled = "Enabled",
|
|
1056
|
+
}
|
|
1189
1057
|
export interface ExistingObjectReplication {
|
|
1190
|
-
Status: ExistingObjectReplicationStatus | undefined;
|
|
1058
|
+
Status: ExistingObjectReplicationStatus | string | undefined;
|
|
1191
1059
|
}
|
|
1192
1060
|
export interface ReplicationRuleAndOperator {
|
|
1193
1061
|
Prefix?: string;
|
|
1194
1062
|
Tags?: Tag[];
|
|
1195
1063
|
}
|
|
1196
|
-
export type ReplicationRuleFilter =
|
|
1064
|
+
export declare type ReplicationRuleFilter =
|
|
1197
1065
|
| ReplicationRuleFilter.AndMember
|
|
1198
1066
|
| ReplicationRuleFilter.PrefixMember
|
|
1199
1067
|
| ReplicationRuleFilter.TagMember
|
|
@@ -1231,40 +1099,34 @@ export declare namespace ReplicationRuleFilter {
|
|
|
1231
1099
|
}
|
|
1232
1100
|
const visit: <T>(value: ReplicationRuleFilter, visitor: Visitor<T>) => T;
|
|
1233
1101
|
}
|
|
1234
|
-
export declare
|
|
1235
|
-
|
|
1236
|
-
|
|
1237
|
-
}
|
|
1238
|
-
export type ReplicaModificationsStatus =
|
|
1239
|
-
(typeof ReplicaModificationsStatus)[keyof typeof ReplicaModificationsStatus];
|
|
1102
|
+
export declare enum ReplicaModificationsStatus {
|
|
1103
|
+
Disabled = "Disabled",
|
|
1104
|
+
Enabled = "Enabled",
|
|
1105
|
+
}
|
|
1240
1106
|
export interface ReplicaModifications {
|
|
1241
|
-
Status: ReplicaModificationsStatus | undefined;
|
|
1242
|
-
}
|
|
1243
|
-
export declare
|
|
1244
|
-
|
|
1245
|
-
|
|
1246
|
-
}
|
|
1247
|
-
export type SseKmsEncryptedObjectsStatus =
|
|
1248
|
-
(typeof SseKmsEncryptedObjectsStatus)[keyof typeof SseKmsEncryptedObjectsStatus];
|
|
1107
|
+
Status: ReplicaModificationsStatus | string | undefined;
|
|
1108
|
+
}
|
|
1109
|
+
export declare enum SseKmsEncryptedObjectsStatus {
|
|
1110
|
+
Disabled = "Disabled",
|
|
1111
|
+
Enabled = "Enabled",
|
|
1112
|
+
}
|
|
1249
1113
|
export interface SseKmsEncryptedObjects {
|
|
1250
|
-
Status: SseKmsEncryptedObjectsStatus | undefined;
|
|
1114
|
+
Status: SseKmsEncryptedObjectsStatus | string | undefined;
|
|
1251
1115
|
}
|
|
1252
1116
|
export interface SourceSelectionCriteria {
|
|
1253
1117
|
SseKmsEncryptedObjects?: SseKmsEncryptedObjects;
|
|
1254
1118
|
ReplicaModifications?: ReplicaModifications;
|
|
1255
1119
|
}
|
|
1256
|
-
export declare
|
|
1257
|
-
|
|
1258
|
-
|
|
1259
|
-
}
|
|
1260
|
-
export type ReplicationRuleStatus =
|
|
1261
|
-
(typeof ReplicationRuleStatus)[keyof typeof ReplicationRuleStatus];
|
|
1120
|
+
export declare enum ReplicationRuleStatus {
|
|
1121
|
+
Disabled = "Disabled",
|
|
1122
|
+
Enabled = "Enabled",
|
|
1123
|
+
}
|
|
1262
1124
|
export interface ReplicationRule {
|
|
1263
1125
|
ID?: string;
|
|
1264
1126
|
Priority?: number;
|
|
1265
1127
|
Prefix?: string;
|
|
1266
1128
|
Filter?: ReplicationRuleFilter;
|
|
1267
|
-
Status: ReplicationRuleStatus | undefined;
|
|
1129
|
+
Status: ReplicationRuleStatus | string | undefined;
|
|
1268
1130
|
SourceSelectionCriteria?: SourceSelectionCriteria;
|
|
1269
1131
|
ExistingObjectReplication?: ExistingObjectReplication;
|
|
1270
1132
|
Destination: Destination | undefined;
|
|
@@ -1281,13 +1143,12 @@ export interface GetBucketReplicationRequest {
|
|
|
1281
1143
|
Bucket: string | undefined;
|
|
1282
1144
|
ExpectedBucketOwner?: string;
|
|
1283
1145
|
}
|
|
1284
|
-
export declare
|
|
1285
|
-
|
|
1286
|
-
|
|
1287
|
-
}
|
|
1288
|
-
export type Payer = (typeof Payer)[keyof typeof Payer];
|
|
1146
|
+
export declare enum Payer {
|
|
1147
|
+
BucketOwner = "BucketOwner",
|
|
1148
|
+
Requester = "Requester",
|
|
1149
|
+
}
|
|
1289
1150
|
export interface GetBucketRequestPaymentOutput {
|
|
1290
|
-
Payer?: Payer;
|
|
1151
|
+
Payer?: Payer | string;
|
|
1291
1152
|
}
|
|
1292
1153
|
export interface GetBucketRequestPaymentRequest {
|
|
1293
1154
|
Bucket: string | undefined;
|
|
@@ -1300,21 +1161,17 @@ export interface GetBucketTaggingRequest {
|
|
|
1300
1161
|
Bucket: string | undefined;
|
|
1301
1162
|
ExpectedBucketOwner?: string;
|
|
1302
1163
|
}
|
|
1303
|
-
export declare
|
|
1304
|
-
|
|
1305
|
-
|
|
1306
|
-
}
|
|
1307
|
-
export
|
|
1308
|
-
|
|
1309
|
-
|
|
1310
|
-
|
|
1311
|
-
readonly Suspended: "Suspended";
|
|
1312
|
-
};
|
|
1313
|
-
export type BucketVersioningStatus =
|
|
1314
|
-
(typeof BucketVersioningStatus)[keyof typeof BucketVersioningStatus];
|
|
1164
|
+
export declare enum MFADeleteStatus {
|
|
1165
|
+
Disabled = "Disabled",
|
|
1166
|
+
Enabled = "Enabled",
|
|
1167
|
+
}
|
|
1168
|
+
export declare enum BucketVersioningStatus {
|
|
1169
|
+
Enabled = "Enabled",
|
|
1170
|
+
Suspended = "Suspended",
|
|
1171
|
+
}
|
|
1315
1172
|
export interface GetBucketVersioningOutput {
|
|
1316
|
-
Status?: BucketVersioningStatus;
|
|
1317
|
-
MFADelete?: MFADeleteStatus;
|
|
1173
|
+
Status?: BucketVersioningStatus | string;
|
|
1174
|
+
MFADelete?: MFADeleteStatus | string;
|
|
1318
1175
|
}
|
|
1319
1176
|
export interface GetBucketVersioningRequest {
|
|
1320
1177
|
Bucket: string | undefined;
|
|
@@ -1326,14 +1183,13 @@ export interface ErrorDocument {
|
|
|
1326
1183
|
export interface IndexDocument {
|
|
1327
1184
|
Suffix: string | undefined;
|
|
1328
1185
|
}
|
|
1329
|
-
export declare
|
|
1330
|
-
|
|
1331
|
-
|
|
1332
|
-
}
|
|
1333
|
-
export type Protocol = (typeof Protocol)[keyof typeof Protocol];
|
|
1186
|
+
export declare enum Protocol {
|
|
1187
|
+
http = "http",
|
|
1188
|
+
https = "https",
|
|
1189
|
+
}
|
|
1334
1190
|
export interface RedirectAllRequestsTo {
|
|
1335
1191
|
HostName: string | undefined;
|
|
1336
|
-
Protocol?: Protocol;
|
|
1192
|
+
Protocol?: Protocol | string;
|
|
1337
1193
|
}
|
|
1338
1194
|
export interface Condition {
|
|
1339
1195
|
HttpErrorCodeReturnedEquals?: string;
|
|
@@ -1342,7 +1198,7 @@ export interface Condition {
|
|
|
1342
1198
|
export interface Redirect {
|
|
1343
1199
|
HostName?: string;
|
|
1344
1200
|
HttpRedirectCode?: string;
|
|
1345
|
-
Protocol?: Protocol;
|
|
1201
|
+
Protocol?: Protocol | string;
|
|
1346
1202
|
ReplaceKeyPrefixWith?: string;
|
|
1347
1203
|
ReplaceKeyWith?: string;
|
|
1348
1204
|
}
|
|
@@ -1360,17 +1216,14 @@ export interface GetBucketWebsiteRequest {
|
|
|
1360
1216
|
Bucket: string | undefined;
|
|
1361
1217
|
ExpectedBucketOwner?: string;
|
|
1362
1218
|
}
|
|
1363
|
-
export declare
|
|
1364
|
-
|
|
1365
|
-
|
|
1366
|
-
|
|
1367
|
-
|
|
1368
|
-
|
|
1369
|
-
};
|
|
1370
|
-
export type ReplicationStatus =
|
|
1371
|
-
(typeof ReplicationStatus)[keyof typeof ReplicationStatus];
|
|
1219
|
+
export declare enum ReplicationStatus {
|
|
1220
|
+
COMPLETE = "COMPLETE",
|
|
1221
|
+
FAILED = "FAILED",
|
|
1222
|
+
PENDING = "PENDING",
|
|
1223
|
+
REPLICA = "REPLICA",
|
|
1224
|
+
}
|
|
1372
1225
|
export interface GetObjectOutput {
|
|
1373
|
-
Body?:
|
|
1226
|
+
Body?: Readable | ReadableStream | Blob;
|
|
1374
1227
|
DeleteMarker?: boolean;
|
|
1375
1228
|
AcceptRanges?: string;
|
|
1376
1229
|
Expiration?: string;
|
|
@@ -1392,25 +1245,24 @@ export interface GetObjectOutput {
|
|
|
1392
1245
|
ContentType?: string;
|
|
1393
1246
|
Expires?: Date;
|
|
1394
1247
|
WebsiteRedirectLocation?: string;
|
|
1395
|
-
ServerSideEncryption?: ServerSideEncryption;
|
|
1248
|
+
ServerSideEncryption?: ServerSideEncryption | string;
|
|
1396
1249
|
Metadata?: Record<string, string>;
|
|
1397
1250
|
SSECustomerAlgorithm?: string;
|
|
1398
1251
|
SSECustomerKeyMD5?: string;
|
|
1399
1252
|
SSEKMSKeyId?: string;
|
|
1400
1253
|
BucketKeyEnabled?: boolean;
|
|
1401
|
-
StorageClass?: StorageClass;
|
|
1402
|
-
RequestCharged?: RequestCharged;
|
|
1403
|
-
ReplicationStatus?: ReplicationStatus;
|
|
1254
|
+
StorageClass?: StorageClass | string;
|
|
1255
|
+
RequestCharged?: RequestCharged | string;
|
|
1256
|
+
ReplicationStatus?: ReplicationStatus | string;
|
|
1404
1257
|
PartsCount?: number;
|
|
1405
1258
|
TagCount?: number;
|
|
1406
|
-
ObjectLockMode?: ObjectLockMode;
|
|
1259
|
+
ObjectLockMode?: ObjectLockMode | string;
|
|
1407
1260
|
ObjectLockRetainUntilDate?: Date;
|
|
1408
|
-
ObjectLockLegalHoldStatus?: ObjectLockLegalHoldStatus;
|
|
1261
|
+
ObjectLockLegalHoldStatus?: ObjectLockLegalHoldStatus | string;
|
|
1262
|
+
}
|
|
1263
|
+
export declare enum ChecksumMode {
|
|
1264
|
+
ENABLED = "ENABLED",
|
|
1409
1265
|
}
|
|
1410
|
-
export declare const ChecksumMode: {
|
|
1411
|
-
readonly ENABLED: "ENABLED";
|
|
1412
|
-
};
|
|
1413
|
-
export type ChecksumMode = (typeof ChecksumMode)[keyof typeof ChecksumMode];
|
|
1414
1266
|
export interface GetObjectRequest {
|
|
1415
1267
|
Bucket: string | undefined;
|
|
1416
1268
|
IfMatch?: string;
|
|
@@ -1429,16 +1281,16 @@ export interface GetObjectRequest {
|
|
|
1429
1281
|
SSECustomerAlgorithm?: string;
|
|
1430
1282
|
SSECustomerKey?: string;
|
|
1431
1283
|
SSECustomerKeyMD5?: string;
|
|
1432
|
-
RequestPayer?: RequestPayer;
|
|
1284
|
+
RequestPayer?: RequestPayer | string;
|
|
1433
1285
|
PartNumber?: number;
|
|
1434
1286
|
ExpectedBucketOwner?: string;
|
|
1435
|
-
ChecksumMode?: ChecksumMode;
|
|
1287
|
+
ChecksumMode?: ChecksumMode | string;
|
|
1436
1288
|
}
|
|
1437
1289
|
export declare class InvalidObjectState extends __BaseException {
|
|
1438
1290
|
readonly name: "InvalidObjectState";
|
|
1439
1291
|
readonly $fault: "client";
|
|
1440
|
-
StorageClass?: StorageClass;
|
|
1441
|
-
AccessTier?: IntelligentTieringAccessTier;
|
|
1292
|
+
StorageClass?: StorageClass | string;
|
|
1293
|
+
AccessTier?: IntelligentTieringAccessTier | string;
|
|
1442
1294
|
constructor(opts: __ExceptionOptionType<InvalidObjectState, __BaseException>);
|
|
1443
1295
|
}
|
|
1444
1296
|
export declare class NoSuchKey extends __BaseException {
|
|
@@ -1449,13 +1301,13 @@ export declare class NoSuchKey extends __BaseException {
|
|
|
1449
1301
|
export interface GetObjectAclOutput {
|
|
1450
1302
|
Owner?: Owner;
|
|
1451
1303
|
Grants?: Grant[];
|
|
1452
|
-
RequestCharged?: RequestCharged;
|
|
1304
|
+
RequestCharged?: RequestCharged | string;
|
|
1453
1305
|
}
|
|
1454
1306
|
export interface GetObjectAclRequest {
|
|
1455
1307
|
Bucket: string | undefined;
|
|
1456
1308
|
Key: string | undefined;
|
|
1457
1309
|
VersionId?: string;
|
|
1458
|
-
RequestPayer?: RequestPayer;
|
|
1310
|
+
RequestPayer?: RequestPayer | string;
|
|
1459
1311
|
ExpectedBucketOwner?: string;
|
|
1460
1312
|
}
|
|
1461
1313
|
export interface Checksum {
|
|
@@ -1484,22 +1336,20 @@ export interface GetObjectAttributesOutput {
|
|
|
1484
1336
|
DeleteMarker?: boolean;
|
|
1485
1337
|
LastModified?: Date;
|
|
1486
1338
|
VersionId?: string;
|
|
1487
|
-
RequestCharged?: RequestCharged;
|
|
1339
|
+
RequestCharged?: RequestCharged | string;
|
|
1488
1340
|
ETag?: string;
|
|
1489
1341
|
Checksum?: Checksum;
|
|
1490
1342
|
ObjectParts?: GetObjectAttributesParts;
|
|
1491
|
-
StorageClass?: StorageClass;
|
|
1343
|
+
StorageClass?: StorageClass | string;
|
|
1492
1344
|
ObjectSize?: number;
|
|
1493
1345
|
}
|
|
1494
|
-
export declare
|
|
1495
|
-
|
|
1496
|
-
|
|
1497
|
-
|
|
1498
|
-
|
|
1499
|
-
|
|
1500
|
-
}
|
|
1501
|
-
export type ObjectAttributes =
|
|
1502
|
-
(typeof ObjectAttributes)[keyof typeof ObjectAttributes];
|
|
1346
|
+
export declare enum ObjectAttributes {
|
|
1347
|
+
CHECKSUM = "Checksum",
|
|
1348
|
+
ETAG = "ETag",
|
|
1349
|
+
OBJECT_PARTS = "ObjectParts",
|
|
1350
|
+
OBJECT_SIZE = "ObjectSize",
|
|
1351
|
+
STORAGE_CLASS = "StorageClass",
|
|
1352
|
+
}
|
|
1503
1353
|
export interface GetObjectAttributesRequest {
|
|
1504
1354
|
Bucket: string | undefined;
|
|
1505
1355
|
Key: string | undefined;
|
|
@@ -1509,12 +1359,12 @@ export interface GetObjectAttributesRequest {
|
|
|
1509
1359
|
SSECustomerAlgorithm?: string;
|
|
1510
1360
|
SSECustomerKey?: string;
|
|
1511
1361
|
SSECustomerKeyMD5?: string;
|
|
1512
|
-
RequestPayer?: RequestPayer;
|
|
1362
|
+
RequestPayer?: RequestPayer | string;
|
|
1513
1363
|
ExpectedBucketOwner?: string;
|
|
1514
|
-
ObjectAttributes: ObjectAttributes[] | undefined;
|
|
1364
|
+
ObjectAttributes: (ObjectAttributes | string)[] | undefined;
|
|
1515
1365
|
}
|
|
1516
1366
|
export interface ObjectLockLegalHold {
|
|
1517
|
-
Status?: ObjectLockLegalHoldStatus;
|
|
1367
|
+
Status?: ObjectLockLegalHoldStatus | string;
|
|
1518
1368
|
}
|
|
1519
1369
|
export interface GetObjectLegalHoldOutput {
|
|
1520
1370
|
LegalHold?: ObjectLockLegalHold;
|
|
@@ -1523,22 +1373,18 @@ export interface GetObjectLegalHoldRequest {
|
|
|
1523
1373
|
Bucket: string | undefined;
|
|
1524
1374
|
Key: string | undefined;
|
|
1525
1375
|
VersionId?: string;
|
|
1526
|
-
RequestPayer?: RequestPayer;
|
|
1527
|
-
ExpectedBucketOwner?: string;
|
|
1528
|
-
}
|
|
1529
|
-
export declare
|
|
1530
|
-
|
|
1531
|
-
}
|
|
1532
|
-
export
|
|
1533
|
-
|
|
1534
|
-
|
|
1535
|
-
|
|
1536
|
-
readonly GOVERNANCE: "GOVERNANCE";
|
|
1537
|
-
};
|
|
1538
|
-
export type ObjectLockRetentionMode =
|
|
1539
|
-
(typeof ObjectLockRetentionMode)[keyof typeof ObjectLockRetentionMode];
|
|
1376
|
+
RequestPayer?: RequestPayer | string;
|
|
1377
|
+
ExpectedBucketOwner?: string;
|
|
1378
|
+
}
|
|
1379
|
+
export declare enum ObjectLockEnabled {
|
|
1380
|
+
Enabled = "Enabled",
|
|
1381
|
+
}
|
|
1382
|
+
export declare enum ObjectLockRetentionMode {
|
|
1383
|
+
COMPLIANCE = "COMPLIANCE",
|
|
1384
|
+
GOVERNANCE = "GOVERNANCE",
|
|
1385
|
+
}
|
|
1540
1386
|
export interface DefaultRetention {
|
|
1541
|
-
Mode?: ObjectLockRetentionMode;
|
|
1387
|
+
Mode?: ObjectLockRetentionMode | string;
|
|
1542
1388
|
Days?: number;
|
|
1543
1389
|
Years?: number;
|
|
1544
1390
|
}
|
|
@@ -1546,7 +1392,7 @@ export interface ObjectLockRule {
|
|
|
1546
1392
|
DefaultRetention?: DefaultRetention;
|
|
1547
1393
|
}
|
|
1548
1394
|
export interface ObjectLockConfiguration {
|
|
1549
|
-
ObjectLockEnabled?: ObjectLockEnabled;
|
|
1395
|
+
ObjectLockEnabled?: ObjectLockEnabled | string;
|
|
1550
1396
|
Rule?: ObjectLockRule;
|
|
1551
1397
|
}
|
|
1552
1398
|
export interface GetObjectLockConfigurationOutput {
|
|
@@ -1557,7 +1403,7 @@ export interface GetObjectLockConfigurationRequest {
|
|
|
1557
1403
|
ExpectedBucketOwner?: string;
|
|
1558
1404
|
}
|
|
1559
1405
|
export interface ObjectLockRetention {
|
|
1560
|
-
Mode?: ObjectLockRetentionMode;
|
|
1406
|
+
Mode?: ObjectLockRetentionMode | string;
|
|
1561
1407
|
RetainUntilDate?: Date;
|
|
1562
1408
|
}
|
|
1563
1409
|
export interface GetObjectRetentionOutput {
|
|
@@ -1567,7 +1413,7 @@ export interface GetObjectRetentionRequest {
|
|
|
1567
1413
|
Bucket: string | undefined;
|
|
1568
1414
|
Key: string | undefined;
|
|
1569
1415
|
VersionId?: string;
|
|
1570
|
-
RequestPayer?: RequestPayer;
|
|
1416
|
+
RequestPayer?: RequestPayer | string;
|
|
1571
1417
|
ExpectedBucketOwner?: string;
|
|
1572
1418
|
}
|
|
1573
1419
|
export interface GetObjectTaggingOutput {
|
|
@@ -1579,16 +1425,16 @@ export interface GetObjectTaggingRequest {
|
|
|
1579
1425
|
Key: string | undefined;
|
|
1580
1426
|
VersionId?: string;
|
|
1581
1427
|
ExpectedBucketOwner?: string;
|
|
1582
|
-
RequestPayer?: RequestPayer;
|
|
1428
|
+
RequestPayer?: RequestPayer | string;
|
|
1583
1429
|
}
|
|
1584
1430
|
export interface GetObjectTorrentOutput {
|
|
1585
|
-
Body?:
|
|
1586
|
-
RequestCharged?: RequestCharged;
|
|
1431
|
+
Body?: Readable | ReadableStream | Blob;
|
|
1432
|
+
RequestCharged?: RequestCharged | string;
|
|
1587
1433
|
}
|
|
1588
1434
|
export interface GetObjectTorrentRequest {
|
|
1589
1435
|
Bucket: string | undefined;
|
|
1590
1436
|
Key: string | undefined;
|
|
1591
|
-
RequestPayer?: RequestPayer;
|
|
1437
|
+
RequestPayer?: RequestPayer | string;
|
|
1592
1438
|
ExpectedBucketOwner?: string;
|
|
1593
1439
|
}
|
|
1594
1440
|
export interface PublicAccessBlockConfiguration {
|
|
@@ -1604,12 +1450,6 @@ export interface GetPublicAccessBlockRequest {
|
|
|
1604
1450
|
Bucket: string | undefined;
|
|
1605
1451
|
ExpectedBucketOwner?: string;
|
|
1606
1452
|
}
|
|
1607
|
-
export interface HeadBucketOutput {
|
|
1608
|
-
BucketLocationType?: LocationType;
|
|
1609
|
-
BucketLocationName?: string;
|
|
1610
|
-
BucketRegion?: string;
|
|
1611
|
-
AccessPointAlias?: boolean;
|
|
1612
|
-
}
|
|
1613
1453
|
export interface HeadBucketRequest {
|
|
1614
1454
|
Bucket: string | undefined;
|
|
1615
1455
|
ExpectedBucketOwner?: string;
|
|
@@ -1619,17 +1459,16 @@ export declare class NotFound extends __BaseException {
|
|
|
1619
1459
|
readonly $fault: "client";
|
|
1620
1460
|
constructor(opts: __ExceptionOptionType<NotFound, __BaseException>);
|
|
1621
1461
|
}
|
|
1622
|
-
export declare
|
|
1623
|
-
|
|
1624
|
-
|
|
1625
|
-
}
|
|
1626
|
-
export type ArchiveStatus = (typeof ArchiveStatus)[keyof typeof ArchiveStatus];
|
|
1462
|
+
export declare enum ArchiveStatus {
|
|
1463
|
+
ARCHIVE_ACCESS = "ARCHIVE_ACCESS",
|
|
1464
|
+
DEEP_ARCHIVE_ACCESS = "DEEP_ARCHIVE_ACCESS",
|
|
1465
|
+
}
|
|
1627
1466
|
export interface HeadObjectOutput {
|
|
1628
1467
|
DeleteMarker?: boolean;
|
|
1629
1468
|
AcceptRanges?: string;
|
|
1630
1469
|
Expiration?: string;
|
|
1631
1470
|
Restore?: string;
|
|
1632
|
-
ArchiveStatus?: ArchiveStatus;
|
|
1471
|
+
ArchiveStatus?: ArchiveStatus | string;
|
|
1633
1472
|
LastModified?: Date;
|
|
1634
1473
|
ContentLength?: number;
|
|
1635
1474
|
ChecksumCRC32?: string;
|
|
@@ -1646,19 +1485,19 @@ export interface HeadObjectOutput {
|
|
|
1646
1485
|
ContentType?: string;
|
|
1647
1486
|
Expires?: Date;
|
|
1648
1487
|
WebsiteRedirectLocation?: string;
|
|
1649
|
-
ServerSideEncryption?: ServerSideEncryption;
|
|
1488
|
+
ServerSideEncryption?: ServerSideEncryption | string;
|
|
1650
1489
|
Metadata?: Record<string, string>;
|
|
1651
1490
|
SSECustomerAlgorithm?: string;
|
|
1652
1491
|
SSECustomerKeyMD5?: string;
|
|
1653
1492
|
SSEKMSKeyId?: string;
|
|
1654
1493
|
BucketKeyEnabled?: boolean;
|
|
1655
|
-
StorageClass?: StorageClass;
|
|
1656
|
-
RequestCharged?: RequestCharged;
|
|
1657
|
-
ReplicationStatus?: ReplicationStatus;
|
|
1494
|
+
StorageClass?: StorageClass | string;
|
|
1495
|
+
RequestCharged?: RequestCharged | string;
|
|
1496
|
+
ReplicationStatus?: ReplicationStatus | string;
|
|
1658
1497
|
PartsCount?: number;
|
|
1659
|
-
ObjectLockMode?: ObjectLockMode;
|
|
1498
|
+
ObjectLockMode?: ObjectLockMode | string;
|
|
1660
1499
|
ObjectLockRetainUntilDate?: Date;
|
|
1661
|
-
ObjectLockLegalHoldStatus?: ObjectLockLegalHoldStatus;
|
|
1500
|
+
ObjectLockLegalHoldStatus?: ObjectLockLegalHoldStatus | string;
|
|
1662
1501
|
}
|
|
1663
1502
|
export interface HeadObjectRequest {
|
|
1664
1503
|
Bucket: string | undefined;
|
|
@@ -1672,10 +1511,10 @@ export interface HeadObjectRequest {
|
|
|
1672
1511
|
SSECustomerAlgorithm?: string;
|
|
1673
1512
|
SSECustomerKey?: string;
|
|
1674
1513
|
SSECustomerKeyMD5?: string;
|
|
1675
|
-
RequestPayer?: RequestPayer;
|
|
1514
|
+
RequestPayer?: RequestPayer | string;
|
|
1676
1515
|
PartNumber?: number;
|
|
1677
1516
|
ExpectedBucketOwner?: string;
|
|
1678
|
-
ChecksumMode?: ChecksumMode;
|
|
1517
|
+
ChecksumMode?: ChecksumMode | string;
|
|
1679
1518
|
}
|
|
1680
1519
|
export interface ListBucketAnalyticsConfigurationsOutput {
|
|
1681
1520
|
IsTruncated?: boolean;
|
|
@@ -1728,21 +1567,12 @@ export interface ListBucketsOutput {
|
|
|
1728
1567
|
Buckets?: Bucket[];
|
|
1729
1568
|
Owner?: Owner;
|
|
1730
1569
|
}
|
|
1731
|
-
export interface ListDirectoryBucketsOutput {
|
|
1732
|
-
Buckets?: Bucket[];
|
|
1733
|
-
ContinuationToken?: string;
|
|
1734
|
-
}
|
|
1735
|
-
export interface ListDirectoryBucketsRequest {
|
|
1736
|
-
ContinuationToken?: string;
|
|
1737
|
-
MaxDirectoryBuckets?: number;
|
|
1738
|
-
}
|
|
1739
1570
|
export interface CommonPrefix {
|
|
1740
1571
|
Prefix?: string;
|
|
1741
1572
|
}
|
|
1742
|
-
export declare
|
|
1743
|
-
|
|
1744
|
-
}
|
|
1745
|
-
export type EncodingType = (typeof EncodingType)[keyof typeof EncodingType];
|
|
1573
|
+
export declare enum EncodingType {
|
|
1574
|
+
url = "url",
|
|
1575
|
+
}
|
|
1746
1576
|
export interface Initiator {
|
|
1747
1577
|
ID?: string;
|
|
1748
1578
|
DisplayName?: string;
|
|
@@ -1751,10 +1581,10 @@ export interface MultipartUpload {
|
|
|
1751
1581
|
UploadId?: string;
|
|
1752
1582
|
Key?: string;
|
|
1753
1583
|
Initiated?: Date;
|
|
1754
|
-
StorageClass?: StorageClass;
|
|
1584
|
+
StorageClass?: StorageClass | string;
|
|
1755
1585
|
Owner?: Owner;
|
|
1756
1586
|
Initiator?: Initiator;
|
|
1757
|
-
ChecksumAlgorithm?: ChecksumAlgorithm;
|
|
1587
|
+
ChecksumAlgorithm?: ChecksumAlgorithm | string;
|
|
1758
1588
|
}
|
|
1759
1589
|
export interface ListMultipartUploadsOutput {
|
|
1760
1590
|
Bucket?: string;
|
|
@@ -1768,48 +1598,37 @@ export interface ListMultipartUploadsOutput {
|
|
|
1768
1598
|
IsTruncated?: boolean;
|
|
1769
1599
|
Uploads?: MultipartUpload[];
|
|
1770
1600
|
CommonPrefixes?: CommonPrefix[];
|
|
1771
|
-
EncodingType?: EncodingType;
|
|
1772
|
-
RequestCharged?: RequestCharged;
|
|
1601
|
+
EncodingType?: EncodingType | string;
|
|
1773
1602
|
}
|
|
1774
1603
|
export interface ListMultipartUploadsRequest {
|
|
1775
1604
|
Bucket: string | undefined;
|
|
1776
1605
|
Delimiter?: string;
|
|
1777
|
-
EncodingType?: EncodingType;
|
|
1606
|
+
EncodingType?: EncodingType | string;
|
|
1778
1607
|
KeyMarker?: string;
|
|
1779
1608
|
MaxUploads?: number;
|
|
1780
1609
|
Prefix?: string;
|
|
1781
1610
|
UploadIdMarker?: string;
|
|
1782
1611
|
ExpectedBucketOwner?: string;
|
|
1783
|
-
|
|
1784
|
-
|
|
1785
|
-
|
|
1786
|
-
|
|
1787
|
-
|
|
1788
|
-
|
|
1789
|
-
|
|
1790
|
-
|
|
1791
|
-
|
|
1792
|
-
|
|
1793
|
-
|
|
1794
|
-
|
|
1795
|
-
readonly ONEZONE_IA: "ONEZONE_IA";
|
|
1796
|
-
readonly OUTPOSTS: "OUTPOSTS";
|
|
1797
|
-
readonly REDUCED_REDUNDANCY: "REDUCED_REDUNDANCY";
|
|
1798
|
-
readonly SNOW: "SNOW";
|
|
1799
|
-
readonly STANDARD: "STANDARD";
|
|
1800
|
-
readonly STANDARD_IA: "STANDARD_IA";
|
|
1801
|
-
};
|
|
1802
|
-
export type ObjectStorageClass =
|
|
1803
|
-
(typeof ObjectStorageClass)[keyof typeof ObjectStorageClass];
|
|
1612
|
+
}
|
|
1613
|
+
export declare enum ObjectStorageClass {
|
|
1614
|
+
DEEP_ARCHIVE = "DEEP_ARCHIVE",
|
|
1615
|
+
GLACIER = "GLACIER",
|
|
1616
|
+
GLACIER_IR = "GLACIER_IR",
|
|
1617
|
+
INTELLIGENT_TIERING = "INTELLIGENT_TIERING",
|
|
1618
|
+
ONEZONE_IA = "ONEZONE_IA",
|
|
1619
|
+
OUTPOSTS = "OUTPOSTS",
|
|
1620
|
+
REDUCED_REDUNDANCY = "REDUCED_REDUNDANCY",
|
|
1621
|
+
STANDARD = "STANDARD",
|
|
1622
|
+
STANDARD_IA = "STANDARD_IA",
|
|
1623
|
+
}
|
|
1804
1624
|
export interface _Object {
|
|
1805
1625
|
Key?: string;
|
|
1806
1626
|
LastModified?: Date;
|
|
1807
1627
|
ETag?: string;
|
|
1808
|
-
ChecksumAlgorithm?: ChecksumAlgorithm[];
|
|
1628
|
+
ChecksumAlgorithm?: (ChecksumAlgorithm | string)[];
|
|
1809
1629
|
Size?: number;
|
|
1810
|
-
StorageClass?: ObjectStorageClass;
|
|
1630
|
+
StorageClass?: ObjectStorageClass | string;
|
|
1811
1631
|
Owner?: Owner;
|
|
1812
|
-
RestoreStatus?: RestoreStatus;
|
|
1813
1632
|
}
|
|
1814
1633
|
export interface ListObjectsOutput {
|
|
1815
1634
|
IsTruncated?: boolean;
|
|
@@ -1821,24 +1640,22 @@ export interface ListObjectsOutput {
|
|
|
1821
1640
|
Delimiter?: string;
|
|
1822
1641
|
MaxKeys?: number;
|
|
1823
1642
|
CommonPrefixes?: CommonPrefix[];
|
|
1824
|
-
EncodingType?: EncodingType;
|
|
1825
|
-
|
|
1826
|
-
}
|
|
1827
|
-
export declare const OptionalObjectAttributes: {
|
|
1828
|
-
readonly RESTORE_STATUS: "RestoreStatus";
|
|
1829
|
-
};
|
|
1830
|
-
export type OptionalObjectAttributes =
|
|
1831
|
-
(typeof OptionalObjectAttributes)[keyof typeof OptionalObjectAttributes];
|
|
1643
|
+
EncodingType?: EncodingType | string;
|
|
1644
|
+
}
|
|
1832
1645
|
export interface ListObjectsRequest {
|
|
1833
1646
|
Bucket: string | undefined;
|
|
1834
1647
|
Delimiter?: string;
|
|
1835
|
-
EncodingType?: EncodingType;
|
|
1648
|
+
EncodingType?: EncodingType | string;
|
|
1836
1649
|
Marker?: string;
|
|
1837
1650
|
MaxKeys?: number;
|
|
1838
1651
|
Prefix?: string;
|
|
1839
|
-
RequestPayer?: RequestPayer;
|
|
1652
|
+
RequestPayer?: RequestPayer | string;
|
|
1840
1653
|
ExpectedBucketOwner?: string;
|
|
1841
|
-
|
|
1654
|
+
}
|
|
1655
|
+
export declare class NoSuchBucket extends __BaseException {
|
|
1656
|
+
readonly name: "NoSuchBucket";
|
|
1657
|
+
readonly $fault: "client";
|
|
1658
|
+
constructor(opts: __ExceptionOptionType<NoSuchBucket, __BaseException>);
|
|
1842
1659
|
}
|
|
1843
1660
|
export interface ListObjectsV2Output {
|
|
1844
1661
|
IsTruncated?: boolean;
|
|
@@ -1848,25 +1665,23 @@ export interface ListObjectsV2Output {
|
|
|
1848
1665
|
Delimiter?: string;
|
|
1849
1666
|
MaxKeys?: number;
|
|
1850
1667
|
CommonPrefixes?: CommonPrefix[];
|
|
1851
|
-
EncodingType?: EncodingType;
|
|
1668
|
+
EncodingType?: EncodingType | string;
|
|
1852
1669
|
KeyCount?: number;
|
|
1853
1670
|
ContinuationToken?: string;
|
|
1854
1671
|
NextContinuationToken?: string;
|
|
1855
1672
|
StartAfter?: string;
|
|
1856
|
-
RequestCharged?: RequestCharged;
|
|
1857
1673
|
}
|
|
1858
1674
|
export interface ListObjectsV2Request {
|
|
1859
1675
|
Bucket: string | undefined;
|
|
1860
1676
|
Delimiter?: string;
|
|
1861
|
-
EncodingType?: EncodingType;
|
|
1677
|
+
EncodingType?: EncodingType | string;
|
|
1862
1678
|
MaxKeys?: number;
|
|
1863
1679
|
Prefix?: string;
|
|
1864
1680
|
ContinuationToken?: string;
|
|
1865
1681
|
FetchOwner?: boolean;
|
|
1866
1682
|
StartAfter?: string;
|
|
1867
|
-
RequestPayer?: RequestPayer;
|
|
1683
|
+
RequestPayer?: RequestPayer | string;
|
|
1868
1684
|
ExpectedBucketOwner?: string;
|
|
1869
|
-
OptionalObjectAttributes?: OptionalObjectAttributes[];
|
|
1870
1685
|
}
|
|
1871
1686
|
export interface DeleteMarkerEntry {
|
|
1872
1687
|
Owner?: Owner;
|
|
@@ -1875,22 +1690,19 @@ export interface DeleteMarkerEntry {
|
|
|
1875
1690
|
IsLatest?: boolean;
|
|
1876
1691
|
LastModified?: Date;
|
|
1877
1692
|
}
|
|
1878
|
-
export declare
|
|
1879
|
-
|
|
1880
|
-
}
|
|
1881
|
-
export type ObjectVersionStorageClass =
|
|
1882
|
-
(typeof ObjectVersionStorageClass)[keyof typeof ObjectVersionStorageClass];
|
|
1693
|
+
export declare enum ObjectVersionStorageClass {
|
|
1694
|
+
STANDARD = "STANDARD",
|
|
1695
|
+
}
|
|
1883
1696
|
export interface ObjectVersion {
|
|
1884
1697
|
ETag?: string;
|
|
1885
|
-
ChecksumAlgorithm?: ChecksumAlgorithm[];
|
|
1698
|
+
ChecksumAlgorithm?: (ChecksumAlgorithm | string)[];
|
|
1886
1699
|
Size?: number;
|
|
1887
|
-
StorageClass?: ObjectVersionStorageClass;
|
|
1700
|
+
StorageClass?: ObjectVersionStorageClass | string;
|
|
1888
1701
|
Key?: string;
|
|
1889
1702
|
VersionId?: string;
|
|
1890
1703
|
IsLatest?: boolean;
|
|
1891
1704
|
LastModified?: Date;
|
|
1892
1705
|
Owner?: Owner;
|
|
1893
|
-
RestoreStatus?: RestoreStatus;
|
|
1894
1706
|
}
|
|
1895
1707
|
export interface ListObjectVersionsOutput {
|
|
1896
1708
|
IsTruncated?: boolean;
|
|
@@ -1905,20 +1717,17 @@ export interface ListObjectVersionsOutput {
|
|
|
1905
1717
|
Delimiter?: string;
|
|
1906
1718
|
MaxKeys?: number;
|
|
1907
1719
|
CommonPrefixes?: CommonPrefix[];
|
|
1908
|
-
EncodingType?: EncodingType;
|
|
1909
|
-
RequestCharged?: RequestCharged;
|
|
1720
|
+
EncodingType?: EncodingType | string;
|
|
1910
1721
|
}
|
|
1911
1722
|
export interface ListObjectVersionsRequest {
|
|
1912
1723
|
Bucket: string | undefined;
|
|
1913
1724
|
Delimiter?: string;
|
|
1914
|
-
EncodingType?: EncodingType;
|
|
1725
|
+
EncodingType?: EncodingType | string;
|
|
1915
1726
|
KeyMarker?: string;
|
|
1916
1727
|
MaxKeys?: number;
|
|
1917
1728
|
Prefix?: string;
|
|
1918
1729
|
VersionIdMarker?: string;
|
|
1919
1730
|
ExpectedBucketOwner?: string;
|
|
1920
|
-
RequestPayer?: RequestPayer;
|
|
1921
|
-
OptionalObjectAttributes?: OptionalObjectAttributes[];
|
|
1922
1731
|
}
|
|
1923
1732
|
export interface Part {
|
|
1924
1733
|
PartNumber?: number;
|
|
@@ -1943,9 +1752,9 @@ export interface ListPartsOutput {
|
|
|
1943
1752
|
Parts?: Part[];
|
|
1944
1753
|
Initiator?: Initiator;
|
|
1945
1754
|
Owner?: Owner;
|
|
1946
|
-
StorageClass?: StorageClass;
|
|
1947
|
-
RequestCharged?: RequestCharged;
|
|
1948
|
-
ChecksumAlgorithm?: ChecksumAlgorithm;
|
|
1755
|
+
StorageClass?: StorageClass | string;
|
|
1756
|
+
RequestCharged?: RequestCharged | string;
|
|
1757
|
+
ChecksumAlgorithm?: ChecksumAlgorithm | string;
|
|
1949
1758
|
}
|
|
1950
1759
|
export interface ListPartsRequest {
|
|
1951
1760
|
Bucket: string | undefined;
|
|
@@ -1953,7 +1762,7 @@ export interface ListPartsRequest {
|
|
|
1953
1762
|
MaxParts?: number;
|
|
1954
1763
|
PartNumberMarker?: string;
|
|
1955
1764
|
UploadId: string | undefined;
|
|
1956
|
-
RequestPayer?: RequestPayer;
|
|
1765
|
+
RequestPayer?: RequestPayer | string;
|
|
1957
1766
|
ExpectedBucketOwner?: string;
|
|
1958
1767
|
SSECustomerAlgorithm?: string;
|
|
1959
1768
|
SSECustomerKey?: string;
|
|
@@ -1963,14 +1772,14 @@ export interface PutBucketAccelerateConfigurationRequest {
|
|
|
1963
1772
|
Bucket: string | undefined;
|
|
1964
1773
|
AccelerateConfiguration: AccelerateConfiguration | undefined;
|
|
1965
1774
|
ExpectedBucketOwner?: string;
|
|
1966
|
-
ChecksumAlgorithm?: ChecksumAlgorithm;
|
|
1775
|
+
ChecksumAlgorithm?: ChecksumAlgorithm | string;
|
|
1967
1776
|
}
|
|
1968
1777
|
export interface PutBucketAclRequest {
|
|
1969
|
-
ACL?: BucketCannedACL;
|
|
1778
|
+
ACL?: BucketCannedACL | string;
|
|
1970
1779
|
AccessControlPolicy?: AccessControlPolicy;
|
|
1971
1780
|
Bucket: string | undefined;
|
|
1972
1781
|
ContentMD5?: string;
|
|
1973
|
-
ChecksumAlgorithm?: ChecksumAlgorithm;
|
|
1782
|
+
ChecksumAlgorithm?: ChecksumAlgorithm | string;
|
|
1974
1783
|
GrantFullControl?: string;
|
|
1975
1784
|
GrantRead?: string;
|
|
1976
1785
|
GrantReadACP?: string;
|
|
@@ -1991,13 +1800,13 @@ export interface PutBucketCorsRequest {
|
|
|
1991
1800
|
Bucket: string | undefined;
|
|
1992
1801
|
CORSConfiguration: CORSConfiguration | undefined;
|
|
1993
1802
|
ContentMD5?: string;
|
|
1994
|
-
ChecksumAlgorithm?: ChecksumAlgorithm;
|
|
1803
|
+
ChecksumAlgorithm?: ChecksumAlgorithm | string;
|
|
1995
1804
|
ExpectedBucketOwner?: string;
|
|
1996
1805
|
}
|
|
1997
1806
|
export interface PutBucketEncryptionRequest {
|
|
1998
1807
|
Bucket: string | undefined;
|
|
1999
1808
|
ContentMD5?: string;
|
|
2000
|
-
ChecksumAlgorithm?: ChecksumAlgorithm;
|
|
1809
|
+
ChecksumAlgorithm?: ChecksumAlgorithm | string;
|
|
2001
1810
|
ServerSideEncryptionConfiguration:
|
|
2002
1811
|
| ServerSideEncryptionConfiguration
|
|
2003
1812
|
| undefined;
|
|
@@ -2019,7 +1828,7 @@ export interface BucketLifecycleConfiguration {
|
|
|
2019
1828
|
}
|
|
2020
1829
|
export interface PutBucketLifecycleConfigurationRequest {
|
|
2021
1830
|
Bucket: string | undefined;
|
|
2022
|
-
ChecksumAlgorithm?: ChecksumAlgorithm;
|
|
1831
|
+
ChecksumAlgorithm?: ChecksumAlgorithm | string;
|
|
2023
1832
|
LifecycleConfiguration?: BucketLifecycleConfiguration;
|
|
2024
1833
|
ExpectedBucketOwner?: string;
|
|
2025
1834
|
}
|
|
@@ -2030,7 +1839,7 @@ export interface PutBucketLoggingRequest {
|
|
|
2030
1839
|
Bucket: string | undefined;
|
|
2031
1840
|
BucketLoggingStatus: BucketLoggingStatus | undefined;
|
|
2032
1841
|
ContentMD5?: string;
|
|
2033
|
-
ChecksumAlgorithm?: ChecksumAlgorithm;
|
|
1842
|
+
ChecksumAlgorithm?: ChecksumAlgorithm | string;
|
|
2034
1843
|
ExpectedBucketOwner?: string;
|
|
2035
1844
|
}
|
|
2036
1845
|
export interface PutBucketMetricsConfigurationRequest {
|
|
@@ -2054,34 +1863,338 @@ export interface PutBucketOwnershipControlsRequest {
|
|
|
2054
1863
|
export interface PutBucketPolicyRequest {
|
|
2055
1864
|
Bucket: string | undefined;
|
|
2056
1865
|
ContentMD5?: string;
|
|
2057
|
-
ChecksumAlgorithm?: ChecksumAlgorithm;
|
|
1866
|
+
ChecksumAlgorithm?: ChecksumAlgorithm | string;
|
|
2058
1867
|
ConfirmRemoveSelfBucketAccess?: boolean;
|
|
2059
1868
|
Policy: string | undefined;
|
|
2060
1869
|
ExpectedBucketOwner?: string;
|
|
2061
1870
|
}
|
|
1871
|
+
export interface PutBucketReplicationRequest {
|
|
1872
|
+
Bucket: string | undefined;
|
|
1873
|
+
ContentMD5?: string;
|
|
1874
|
+
ChecksumAlgorithm?: ChecksumAlgorithm | string;
|
|
1875
|
+
ReplicationConfiguration: ReplicationConfiguration | undefined;
|
|
1876
|
+
Token?: string;
|
|
1877
|
+
ExpectedBucketOwner?: string;
|
|
1878
|
+
}
|
|
1879
|
+
export interface RequestPaymentConfiguration {
|
|
1880
|
+
Payer: Payer | string | undefined;
|
|
1881
|
+
}
|
|
1882
|
+
export interface PutBucketRequestPaymentRequest {
|
|
1883
|
+
Bucket: string | undefined;
|
|
1884
|
+
ContentMD5?: string;
|
|
1885
|
+
ChecksumAlgorithm?: ChecksumAlgorithm | string;
|
|
1886
|
+
RequestPaymentConfiguration: RequestPaymentConfiguration | undefined;
|
|
1887
|
+
ExpectedBucketOwner?: string;
|
|
1888
|
+
}
|
|
1889
|
+
export interface Tagging {
|
|
1890
|
+
TagSet: Tag[] | undefined;
|
|
1891
|
+
}
|
|
1892
|
+
export interface PutBucketTaggingRequest {
|
|
1893
|
+
Bucket: string | undefined;
|
|
1894
|
+
ContentMD5?: string;
|
|
1895
|
+
ChecksumAlgorithm?: ChecksumAlgorithm | string;
|
|
1896
|
+
Tagging: Tagging | undefined;
|
|
1897
|
+
ExpectedBucketOwner?: string;
|
|
1898
|
+
}
|
|
1899
|
+
export declare enum MFADelete {
|
|
1900
|
+
Disabled = "Disabled",
|
|
1901
|
+
Enabled = "Enabled",
|
|
1902
|
+
}
|
|
1903
|
+
export interface VersioningConfiguration {
|
|
1904
|
+
MFADelete?: MFADelete | string;
|
|
1905
|
+
Status?: BucketVersioningStatus | string;
|
|
1906
|
+
}
|
|
1907
|
+
export interface PutBucketVersioningRequest {
|
|
1908
|
+
Bucket: string | undefined;
|
|
1909
|
+
ContentMD5?: string;
|
|
1910
|
+
ChecksumAlgorithm?: ChecksumAlgorithm | string;
|
|
1911
|
+
MFA?: string;
|
|
1912
|
+
VersioningConfiguration: VersioningConfiguration | undefined;
|
|
1913
|
+
ExpectedBucketOwner?: string;
|
|
1914
|
+
}
|
|
1915
|
+
export interface WebsiteConfiguration {
|
|
1916
|
+
ErrorDocument?: ErrorDocument;
|
|
1917
|
+
IndexDocument?: IndexDocument;
|
|
1918
|
+
RedirectAllRequestsTo?: RedirectAllRequestsTo;
|
|
1919
|
+
RoutingRules?: RoutingRule[];
|
|
1920
|
+
}
|
|
1921
|
+
export interface PutBucketWebsiteRequest {
|
|
1922
|
+
Bucket: string | undefined;
|
|
1923
|
+
ContentMD5?: string;
|
|
1924
|
+
ChecksumAlgorithm?: ChecksumAlgorithm | string;
|
|
1925
|
+
WebsiteConfiguration: WebsiteConfiguration | undefined;
|
|
1926
|
+
ExpectedBucketOwner?: string;
|
|
1927
|
+
}
|
|
1928
|
+
export interface PutObjectOutput {
|
|
1929
|
+
Expiration?: string;
|
|
1930
|
+
ETag?: string;
|
|
1931
|
+
ChecksumCRC32?: string;
|
|
1932
|
+
ChecksumCRC32C?: string;
|
|
1933
|
+
ChecksumSHA1?: string;
|
|
1934
|
+
ChecksumSHA256?: string;
|
|
1935
|
+
ServerSideEncryption?: ServerSideEncryption | string;
|
|
1936
|
+
VersionId?: string;
|
|
1937
|
+
SSECustomerAlgorithm?: string;
|
|
1938
|
+
SSECustomerKeyMD5?: string;
|
|
1939
|
+
SSEKMSKeyId?: string;
|
|
1940
|
+
SSEKMSEncryptionContext?: string;
|
|
1941
|
+
BucketKeyEnabled?: boolean;
|
|
1942
|
+
RequestCharged?: RequestCharged | string;
|
|
1943
|
+
}
|
|
1944
|
+
export interface PutObjectRequest {
|
|
1945
|
+
ACL?: ObjectCannedACL | string;
|
|
1946
|
+
Body?: Readable | ReadableStream | Blob;
|
|
1947
|
+
Bucket: string | undefined;
|
|
1948
|
+
CacheControl?: string;
|
|
1949
|
+
ContentDisposition?: string;
|
|
1950
|
+
ContentEncoding?: string;
|
|
1951
|
+
ContentLanguage?: string;
|
|
1952
|
+
ContentLength?: number;
|
|
1953
|
+
ContentMD5?: string;
|
|
1954
|
+
ContentType?: string;
|
|
1955
|
+
ChecksumAlgorithm?: ChecksumAlgorithm | string;
|
|
1956
|
+
ChecksumCRC32?: string;
|
|
1957
|
+
ChecksumCRC32C?: string;
|
|
1958
|
+
ChecksumSHA1?: string;
|
|
1959
|
+
ChecksumSHA256?: string;
|
|
1960
|
+
Expires?: Date;
|
|
1961
|
+
GrantFullControl?: string;
|
|
1962
|
+
GrantRead?: string;
|
|
1963
|
+
GrantReadACP?: string;
|
|
1964
|
+
GrantWriteACP?: string;
|
|
1965
|
+
Key: string | undefined;
|
|
1966
|
+
Metadata?: Record<string, string>;
|
|
1967
|
+
ServerSideEncryption?: ServerSideEncryption | string;
|
|
1968
|
+
StorageClass?: StorageClass | string;
|
|
1969
|
+
WebsiteRedirectLocation?: string;
|
|
1970
|
+
SSECustomerAlgorithm?: string;
|
|
1971
|
+
SSECustomerKey?: string;
|
|
1972
|
+
SSECustomerKeyMD5?: string;
|
|
1973
|
+
SSEKMSKeyId?: string;
|
|
1974
|
+
SSEKMSEncryptionContext?: string;
|
|
1975
|
+
BucketKeyEnabled?: boolean;
|
|
1976
|
+
RequestPayer?: RequestPayer | string;
|
|
1977
|
+
Tagging?: string;
|
|
1978
|
+
ObjectLockMode?: ObjectLockMode | string;
|
|
1979
|
+
ObjectLockRetainUntilDate?: Date;
|
|
1980
|
+
ObjectLockLegalHoldStatus?: ObjectLockLegalHoldStatus | string;
|
|
1981
|
+
ExpectedBucketOwner?: string;
|
|
1982
|
+
}
|
|
1983
|
+
export interface PutObjectAclOutput {
|
|
1984
|
+
RequestCharged?: RequestCharged | string;
|
|
1985
|
+
}
|
|
1986
|
+
export interface PutObjectAclRequest {
|
|
1987
|
+
ACL?: ObjectCannedACL | string;
|
|
1988
|
+
AccessControlPolicy?: AccessControlPolicy;
|
|
1989
|
+
Bucket: string | undefined;
|
|
1990
|
+
ContentMD5?: string;
|
|
1991
|
+
ChecksumAlgorithm?: ChecksumAlgorithm | string;
|
|
1992
|
+
GrantFullControl?: string;
|
|
1993
|
+
GrantRead?: string;
|
|
1994
|
+
GrantReadACP?: string;
|
|
1995
|
+
GrantWrite?: string;
|
|
1996
|
+
GrantWriteACP?: string;
|
|
1997
|
+
Key: string | undefined;
|
|
1998
|
+
RequestPayer?: RequestPayer | string;
|
|
1999
|
+
VersionId?: string;
|
|
2000
|
+
ExpectedBucketOwner?: string;
|
|
2001
|
+
}
|
|
2002
|
+
export interface PutObjectLegalHoldOutput {
|
|
2003
|
+
RequestCharged?: RequestCharged | string;
|
|
2004
|
+
}
|
|
2005
|
+
export interface PutObjectLegalHoldRequest {
|
|
2006
|
+
Bucket: string | undefined;
|
|
2007
|
+
Key: string | undefined;
|
|
2008
|
+
LegalHold?: ObjectLockLegalHold;
|
|
2009
|
+
RequestPayer?: RequestPayer | string;
|
|
2010
|
+
VersionId?: string;
|
|
2011
|
+
ContentMD5?: string;
|
|
2012
|
+
ChecksumAlgorithm?: ChecksumAlgorithm | string;
|
|
2013
|
+
ExpectedBucketOwner?: string;
|
|
2014
|
+
}
|
|
2015
|
+
export interface PutObjectLockConfigurationOutput {
|
|
2016
|
+
RequestCharged?: RequestCharged | string;
|
|
2017
|
+
}
|
|
2018
|
+
export interface PutObjectLockConfigurationRequest {
|
|
2019
|
+
Bucket: string | undefined;
|
|
2020
|
+
ObjectLockConfiguration?: ObjectLockConfiguration;
|
|
2021
|
+
RequestPayer?: RequestPayer | string;
|
|
2022
|
+
Token?: string;
|
|
2023
|
+
ContentMD5?: string;
|
|
2024
|
+
ChecksumAlgorithm?: ChecksumAlgorithm | string;
|
|
2025
|
+
ExpectedBucketOwner?: string;
|
|
2026
|
+
}
|
|
2027
|
+
export declare const AbortIncompleteMultipartUploadFilterSensitiveLog: (
|
|
2028
|
+
obj: AbortIncompleteMultipartUpload
|
|
2029
|
+
) => any;
|
|
2030
|
+
export declare const AbortMultipartUploadOutputFilterSensitiveLog: (
|
|
2031
|
+
obj: AbortMultipartUploadOutput
|
|
2032
|
+
) => any;
|
|
2033
|
+
export declare const AbortMultipartUploadRequestFilterSensitiveLog: (
|
|
2034
|
+
obj: AbortMultipartUploadRequest
|
|
2035
|
+
) => any;
|
|
2036
|
+
export declare const AccelerateConfigurationFilterSensitiveLog: (
|
|
2037
|
+
obj: AccelerateConfiguration
|
|
2038
|
+
) => any;
|
|
2039
|
+
export declare const GranteeFilterSensitiveLog: (obj: Grantee) => any;
|
|
2040
|
+
export declare const GrantFilterSensitiveLog: (obj: Grant) => any;
|
|
2041
|
+
export declare const OwnerFilterSensitiveLog: (obj: Owner) => any;
|
|
2042
|
+
export declare const AccessControlPolicyFilterSensitiveLog: (
|
|
2043
|
+
obj: AccessControlPolicy
|
|
2044
|
+
) => any;
|
|
2045
|
+
export declare const AccessControlTranslationFilterSensitiveLog: (
|
|
2046
|
+
obj: AccessControlTranslation
|
|
2047
|
+
) => any;
|
|
2062
2048
|
export declare const CompleteMultipartUploadOutputFilterSensitiveLog: (
|
|
2063
2049
|
obj: CompleteMultipartUploadOutput
|
|
2064
2050
|
) => any;
|
|
2051
|
+
export declare const CompletedPartFilterSensitiveLog: (
|
|
2052
|
+
obj: CompletedPart
|
|
2053
|
+
) => any;
|
|
2054
|
+
export declare const CompletedMultipartUploadFilterSensitiveLog: (
|
|
2055
|
+
obj: CompletedMultipartUpload
|
|
2056
|
+
) => any;
|
|
2065
2057
|
export declare const CompleteMultipartUploadRequestFilterSensitiveLog: (
|
|
2066
2058
|
obj: CompleteMultipartUploadRequest
|
|
2067
2059
|
) => any;
|
|
2060
|
+
export declare const CopyObjectResultFilterSensitiveLog: (
|
|
2061
|
+
obj: CopyObjectResult
|
|
2062
|
+
) => any;
|
|
2068
2063
|
export declare const CopyObjectOutputFilterSensitiveLog: (
|
|
2069
2064
|
obj: CopyObjectOutput
|
|
2070
2065
|
) => any;
|
|
2071
2066
|
export declare const CopyObjectRequestFilterSensitiveLog: (
|
|
2072
2067
|
obj: CopyObjectRequest
|
|
2073
2068
|
) => any;
|
|
2069
|
+
export declare const CreateBucketOutputFilterSensitiveLog: (
|
|
2070
|
+
obj: CreateBucketOutput
|
|
2071
|
+
) => any;
|
|
2072
|
+
export declare const CreateBucketConfigurationFilterSensitiveLog: (
|
|
2073
|
+
obj: CreateBucketConfiguration
|
|
2074
|
+
) => any;
|
|
2075
|
+
export declare const CreateBucketRequestFilterSensitiveLog: (
|
|
2076
|
+
obj: CreateBucketRequest
|
|
2077
|
+
) => any;
|
|
2074
2078
|
export declare const CreateMultipartUploadOutputFilterSensitiveLog: (
|
|
2075
2079
|
obj: CreateMultipartUploadOutput
|
|
2076
2080
|
) => any;
|
|
2077
2081
|
export declare const CreateMultipartUploadRequestFilterSensitiveLog: (
|
|
2078
2082
|
obj: CreateMultipartUploadRequest
|
|
2079
2083
|
) => any;
|
|
2080
|
-
export declare const
|
|
2081
|
-
obj:
|
|
2084
|
+
export declare const DeleteBucketRequestFilterSensitiveLog: (
|
|
2085
|
+
obj: DeleteBucketRequest
|
|
2086
|
+
) => any;
|
|
2087
|
+
export declare const DeleteBucketAnalyticsConfigurationRequestFilterSensitiveLog: (
|
|
2088
|
+
obj: DeleteBucketAnalyticsConfigurationRequest
|
|
2089
|
+
) => any;
|
|
2090
|
+
export declare const DeleteBucketCorsRequestFilterSensitiveLog: (
|
|
2091
|
+
obj: DeleteBucketCorsRequest
|
|
2092
|
+
) => any;
|
|
2093
|
+
export declare const DeleteBucketEncryptionRequestFilterSensitiveLog: (
|
|
2094
|
+
obj: DeleteBucketEncryptionRequest
|
|
2095
|
+
) => any;
|
|
2096
|
+
export declare const DeleteBucketIntelligentTieringConfigurationRequestFilterSensitiveLog: (
|
|
2097
|
+
obj: DeleteBucketIntelligentTieringConfigurationRequest
|
|
2098
|
+
) => any;
|
|
2099
|
+
export declare const DeleteBucketInventoryConfigurationRequestFilterSensitiveLog: (
|
|
2100
|
+
obj: DeleteBucketInventoryConfigurationRequest
|
|
2101
|
+
) => any;
|
|
2102
|
+
export declare const DeleteBucketLifecycleRequestFilterSensitiveLog: (
|
|
2103
|
+
obj: DeleteBucketLifecycleRequest
|
|
2104
|
+
) => any;
|
|
2105
|
+
export declare const DeleteBucketMetricsConfigurationRequestFilterSensitiveLog: (
|
|
2106
|
+
obj: DeleteBucketMetricsConfigurationRequest
|
|
2107
|
+
) => any;
|
|
2108
|
+
export declare const DeleteBucketOwnershipControlsRequestFilterSensitiveLog: (
|
|
2109
|
+
obj: DeleteBucketOwnershipControlsRequest
|
|
2110
|
+
) => any;
|
|
2111
|
+
export declare const DeleteBucketPolicyRequestFilterSensitiveLog: (
|
|
2112
|
+
obj: DeleteBucketPolicyRequest
|
|
2113
|
+
) => any;
|
|
2114
|
+
export declare const DeleteBucketReplicationRequestFilterSensitiveLog: (
|
|
2115
|
+
obj: DeleteBucketReplicationRequest
|
|
2116
|
+
) => any;
|
|
2117
|
+
export declare const DeleteBucketTaggingRequestFilterSensitiveLog: (
|
|
2118
|
+
obj: DeleteBucketTaggingRequest
|
|
2119
|
+
) => any;
|
|
2120
|
+
export declare const DeleteBucketWebsiteRequestFilterSensitiveLog: (
|
|
2121
|
+
obj: DeleteBucketWebsiteRequest
|
|
2122
|
+
) => any;
|
|
2123
|
+
export declare const DeleteObjectOutputFilterSensitiveLog: (
|
|
2124
|
+
obj: DeleteObjectOutput
|
|
2125
|
+
) => any;
|
|
2126
|
+
export declare const DeleteObjectRequestFilterSensitiveLog: (
|
|
2127
|
+
obj: DeleteObjectRequest
|
|
2128
|
+
) => any;
|
|
2129
|
+
export declare const DeletedObjectFilterSensitiveLog: (
|
|
2130
|
+
obj: DeletedObject
|
|
2131
|
+
) => any;
|
|
2132
|
+
export declare const _ErrorFilterSensitiveLog: (obj: _Error) => any;
|
|
2133
|
+
export declare const DeleteObjectsOutputFilterSensitiveLog: (
|
|
2134
|
+
obj: DeleteObjectsOutput
|
|
2135
|
+
) => any;
|
|
2136
|
+
export declare const ObjectIdentifierFilterSensitiveLog: (
|
|
2137
|
+
obj: ObjectIdentifier
|
|
2138
|
+
) => any;
|
|
2139
|
+
export declare const DeleteFilterSensitiveLog: (obj: Delete) => any;
|
|
2140
|
+
export declare const DeleteObjectsRequestFilterSensitiveLog: (
|
|
2141
|
+
obj: DeleteObjectsRequest
|
|
2142
|
+
) => any;
|
|
2143
|
+
export declare const DeleteObjectTaggingOutputFilterSensitiveLog: (
|
|
2144
|
+
obj: DeleteObjectTaggingOutput
|
|
2082
2145
|
) => any;
|
|
2083
|
-
export declare const
|
|
2084
|
-
obj:
|
|
2146
|
+
export declare const DeleteObjectTaggingRequestFilterSensitiveLog: (
|
|
2147
|
+
obj: DeleteObjectTaggingRequest
|
|
2148
|
+
) => any;
|
|
2149
|
+
export declare const DeletePublicAccessBlockRequestFilterSensitiveLog: (
|
|
2150
|
+
obj: DeletePublicAccessBlockRequest
|
|
2151
|
+
) => any;
|
|
2152
|
+
export declare const GetBucketAccelerateConfigurationOutputFilterSensitiveLog: (
|
|
2153
|
+
obj: GetBucketAccelerateConfigurationOutput
|
|
2154
|
+
) => any;
|
|
2155
|
+
export declare const GetBucketAccelerateConfigurationRequestFilterSensitiveLog: (
|
|
2156
|
+
obj: GetBucketAccelerateConfigurationRequest
|
|
2157
|
+
) => any;
|
|
2158
|
+
export declare const GetBucketAclOutputFilterSensitiveLog: (
|
|
2159
|
+
obj: GetBucketAclOutput
|
|
2160
|
+
) => any;
|
|
2161
|
+
export declare const GetBucketAclRequestFilterSensitiveLog: (
|
|
2162
|
+
obj: GetBucketAclRequest
|
|
2163
|
+
) => any;
|
|
2164
|
+
export declare const TagFilterSensitiveLog: (obj: Tag) => any;
|
|
2165
|
+
export declare const AnalyticsAndOperatorFilterSensitiveLog: (
|
|
2166
|
+
obj: AnalyticsAndOperator
|
|
2167
|
+
) => any;
|
|
2168
|
+
export declare const AnalyticsFilterFilterSensitiveLog: (
|
|
2169
|
+
obj: AnalyticsFilter
|
|
2170
|
+
) => any;
|
|
2171
|
+
export declare const AnalyticsS3BucketDestinationFilterSensitiveLog: (
|
|
2172
|
+
obj: AnalyticsS3BucketDestination
|
|
2173
|
+
) => any;
|
|
2174
|
+
export declare const AnalyticsExportDestinationFilterSensitiveLog: (
|
|
2175
|
+
obj: AnalyticsExportDestination
|
|
2176
|
+
) => any;
|
|
2177
|
+
export declare const StorageClassAnalysisDataExportFilterSensitiveLog: (
|
|
2178
|
+
obj: StorageClassAnalysisDataExport
|
|
2179
|
+
) => any;
|
|
2180
|
+
export declare const StorageClassAnalysisFilterSensitiveLog: (
|
|
2181
|
+
obj: StorageClassAnalysis
|
|
2182
|
+
) => any;
|
|
2183
|
+
export declare const AnalyticsConfigurationFilterSensitiveLog: (
|
|
2184
|
+
obj: AnalyticsConfiguration
|
|
2185
|
+
) => any;
|
|
2186
|
+
export declare const GetBucketAnalyticsConfigurationOutputFilterSensitiveLog: (
|
|
2187
|
+
obj: GetBucketAnalyticsConfigurationOutput
|
|
2188
|
+
) => any;
|
|
2189
|
+
export declare const GetBucketAnalyticsConfigurationRequestFilterSensitiveLog: (
|
|
2190
|
+
obj: GetBucketAnalyticsConfigurationRequest
|
|
2191
|
+
) => any;
|
|
2192
|
+
export declare const CORSRuleFilterSensitiveLog: (obj: CORSRule) => any;
|
|
2193
|
+
export declare const GetBucketCorsOutputFilterSensitiveLog: (
|
|
2194
|
+
obj: GetBucketCorsOutput
|
|
2195
|
+
) => any;
|
|
2196
|
+
export declare const GetBucketCorsRequestFilterSensitiveLog: (
|
|
2197
|
+
obj: GetBucketCorsRequest
|
|
2085
2198
|
) => any;
|
|
2086
2199
|
export declare const ServerSideEncryptionByDefaultFilterSensitiveLog: (
|
|
2087
2200
|
obj: ServerSideEncryptionByDefault
|
|
@@ -2095,7 +2208,27 @@ export declare const ServerSideEncryptionConfigurationFilterSensitiveLog: (
|
|
|
2095
2208
|
export declare const GetBucketEncryptionOutputFilterSensitiveLog: (
|
|
2096
2209
|
obj: GetBucketEncryptionOutput
|
|
2097
2210
|
) => any;
|
|
2211
|
+
export declare const GetBucketEncryptionRequestFilterSensitiveLog: (
|
|
2212
|
+
obj: GetBucketEncryptionRequest
|
|
2213
|
+
) => any;
|
|
2214
|
+
export declare const IntelligentTieringAndOperatorFilterSensitiveLog: (
|
|
2215
|
+
obj: IntelligentTieringAndOperator
|
|
2216
|
+
) => any;
|
|
2217
|
+
export declare const IntelligentTieringFilterFilterSensitiveLog: (
|
|
2218
|
+
obj: IntelligentTieringFilter
|
|
2219
|
+
) => any;
|
|
2220
|
+
export declare const TieringFilterSensitiveLog: (obj: Tiering) => any;
|
|
2221
|
+
export declare const IntelligentTieringConfigurationFilterSensitiveLog: (
|
|
2222
|
+
obj: IntelligentTieringConfiguration
|
|
2223
|
+
) => any;
|
|
2224
|
+
export declare const GetBucketIntelligentTieringConfigurationOutputFilterSensitiveLog: (
|
|
2225
|
+
obj: GetBucketIntelligentTieringConfigurationOutput
|
|
2226
|
+
) => any;
|
|
2227
|
+
export declare const GetBucketIntelligentTieringConfigurationRequestFilterSensitiveLog: (
|
|
2228
|
+
obj: GetBucketIntelligentTieringConfigurationRequest
|
|
2229
|
+
) => any;
|
|
2098
2230
|
export declare const SSEKMSFilterSensitiveLog: (obj: SSEKMS) => any;
|
|
2231
|
+
export declare const SSES3FilterSensitiveLog: (obj: SSES3) => any;
|
|
2099
2232
|
export declare const InventoryEncryptionFilterSensitiveLog: (
|
|
2100
2233
|
obj: InventoryEncryption
|
|
2101
2234
|
) => any;
|
|
@@ -2105,39 +2238,456 @@ export declare const InventoryS3BucketDestinationFilterSensitiveLog: (
|
|
|
2105
2238
|
export declare const InventoryDestinationFilterSensitiveLog: (
|
|
2106
2239
|
obj: InventoryDestination
|
|
2107
2240
|
) => any;
|
|
2241
|
+
export declare const InventoryFilterFilterSensitiveLog: (
|
|
2242
|
+
obj: InventoryFilter
|
|
2243
|
+
) => any;
|
|
2244
|
+
export declare const InventoryScheduleFilterSensitiveLog: (
|
|
2245
|
+
obj: InventorySchedule
|
|
2246
|
+
) => any;
|
|
2108
2247
|
export declare const InventoryConfigurationFilterSensitiveLog: (
|
|
2109
2248
|
obj: InventoryConfiguration
|
|
2110
2249
|
) => any;
|
|
2111
2250
|
export declare const GetBucketInventoryConfigurationOutputFilterSensitiveLog: (
|
|
2112
2251
|
obj: GetBucketInventoryConfigurationOutput
|
|
2113
2252
|
) => any;
|
|
2253
|
+
export declare const GetBucketInventoryConfigurationRequestFilterSensitiveLog: (
|
|
2254
|
+
obj: GetBucketInventoryConfigurationRequest
|
|
2255
|
+
) => any;
|
|
2256
|
+
export declare const LifecycleExpirationFilterSensitiveLog: (
|
|
2257
|
+
obj: LifecycleExpiration
|
|
2258
|
+
) => any;
|
|
2259
|
+
export declare const LifecycleRuleAndOperatorFilterSensitiveLog: (
|
|
2260
|
+
obj: LifecycleRuleAndOperator
|
|
2261
|
+
) => any;
|
|
2262
|
+
export declare const LifecycleRuleFilterFilterSensitiveLog: (
|
|
2263
|
+
obj: LifecycleRuleFilter
|
|
2264
|
+
) => any;
|
|
2265
|
+
export declare const NoncurrentVersionExpirationFilterSensitiveLog: (
|
|
2266
|
+
obj: NoncurrentVersionExpiration
|
|
2267
|
+
) => any;
|
|
2268
|
+
export declare const NoncurrentVersionTransitionFilterSensitiveLog: (
|
|
2269
|
+
obj: NoncurrentVersionTransition
|
|
2270
|
+
) => any;
|
|
2271
|
+
export declare const TransitionFilterSensitiveLog: (obj: Transition) => any;
|
|
2272
|
+
export declare const LifecycleRuleFilterSensitiveLog: (
|
|
2273
|
+
obj: LifecycleRule
|
|
2274
|
+
) => any;
|
|
2275
|
+
export declare const GetBucketLifecycleConfigurationOutputFilterSensitiveLog: (
|
|
2276
|
+
obj: GetBucketLifecycleConfigurationOutput
|
|
2277
|
+
) => any;
|
|
2278
|
+
export declare const GetBucketLifecycleConfigurationRequestFilterSensitiveLog: (
|
|
2279
|
+
obj: GetBucketLifecycleConfigurationRequest
|
|
2280
|
+
) => any;
|
|
2281
|
+
export declare const GetBucketLocationOutputFilterSensitiveLog: (
|
|
2282
|
+
obj: GetBucketLocationOutput
|
|
2283
|
+
) => any;
|
|
2284
|
+
export declare const GetBucketLocationRequestFilterSensitiveLog: (
|
|
2285
|
+
obj: GetBucketLocationRequest
|
|
2286
|
+
) => any;
|
|
2287
|
+
export declare const TargetGrantFilterSensitiveLog: (obj: TargetGrant) => any;
|
|
2288
|
+
export declare const LoggingEnabledFilterSensitiveLog: (
|
|
2289
|
+
obj: LoggingEnabled
|
|
2290
|
+
) => any;
|
|
2291
|
+
export declare const GetBucketLoggingOutputFilterSensitiveLog: (
|
|
2292
|
+
obj: GetBucketLoggingOutput
|
|
2293
|
+
) => any;
|
|
2294
|
+
export declare const GetBucketLoggingRequestFilterSensitiveLog: (
|
|
2295
|
+
obj: GetBucketLoggingRequest
|
|
2296
|
+
) => any;
|
|
2297
|
+
export declare const MetricsAndOperatorFilterSensitiveLog: (
|
|
2298
|
+
obj: MetricsAndOperator
|
|
2299
|
+
) => any;
|
|
2300
|
+
export declare const MetricsFilterFilterSensitiveLog: (
|
|
2301
|
+
obj: MetricsFilter
|
|
2302
|
+
) => any;
|
|
2303
|
+
export declare const MetricsConfigurationFilterSensitiveLog: (
|
|
2304
|
+
obj: MetricsConfiguration
|
|
2305
|
+
) => any;
|
|
2306
|
+
export declare const GetBucketMetricsConfigurationOutputFilterSensitiveLog: (
|
|
2307
|
+
obj: GetBucketMetricsConfigurationOutput
|
|
2308
|
+
) => any;
|
|
2309
|
+
export declare const GetBucketMetricsConfigurationRequestFilterSensitiveLog: (
|
|
2310
|
+
obj: GetBucketMetricsConfigurationRequest
|
|
2311
|
+
) => any;
|
|
2312
|
+
export declare const GetBucketNotificationConfigurationRequestFilterSensitiveLog: (
|
|
2313
|
+
obj: GetBucketNotificationConfigurationRequest
|
|
2314
|
+
) => any;
|
|
2315
|
+
export declare const EventBridgeConfigurationFilterSensitiveLog: (
|
|
2316
|
+
obj: EventBridgeConfiguration
|
|
2317
|
+
) => any;
|
|
2318
|
+
export declare const FilterRuleFilterSensitiveLog: (obj: FilterRule) => any;
|
|
2319
|
+
export declare const S3KeyFilterFilterSensitiveLog: (obj: S3KeyFilter) => any;
|
|
2320
|
+
export declare const NotificationConfigurationFilterFilterSensitiveLog: (
|
|
2321
|
+
obj: NotificationConfigurationFilter
|
|
2322
|
+
) => any;
|
|
2323
|
+
export declare const LambdaFunctionConfigurationFilterSensitiveLog: (
|
|
2324
|
+
obj: LambdaFunctionConfiguration
|
|
2325
|
+
) => any;
|
|
2326
|
+
export declare const QueueConfigurationFilterSensitiveLog: (
|
|
2327
|
+
obj: QueueConfiguration
|
|
2328
|
+
) => any;
|
|
2329
|
+
export declare const TopicConfigurationFilterSensitiveLog: (
|
|
2330
|
+
obj: TopicConfiguration
|
|
2331
|
+
) => any;
|
|
2332
|
+
export declare const NotificationConfigurationFilterSensitiveLog: (
|
|
2333
|
+
obj: NotificationConfiguration
|
|
2334
|
+
) => any;
|
|
2335
|
+
export declare const OwnershipControlsRuleFilterSensitiveLog: (
|
|
2336
|
+
obj: OwnershipControlsRule
|
|
2337
|
+
) => any;
|
|
2338
|
+
export declare const OwnershipControlsFilterSensitiveLog: (
|
|
2339
|
+
obj: OwnershipControls
|
|
2340
|
+
) => any;
|
|
2341
|
+
export declare const GetBucketOwnershipControlsOutputFilterSensitiveLog: (
|
|
2342
|
+
obj: GetBucketOwnershipControlsOutput
|
|
2343
|
+
) => any;
|
|
2344
|
+
export declare const GetBucketOwnershipControlsRequestFilterSensitiveLog: (
|
|
2345
|
+
obj: GetBucketOwnershipControlsRequest
|
|
2346
|
+
) => any;
|
|
2347
|
+
export declare const GetBucketPolicyOutputFilterSensitiveLog: (
|
|
2348
|
+
obj: GetBucketPolicyOutput
|
|
2349
|
+
) => any;
|
|
2350
|
+
export declare const GetBucketPolicyRequestFilterSensitiveLog: (
|
|
2351
|
+
obj: GetBucketPolicyRequest
|
|
2352
|
+
) => any;
|
|
2353
|
+
export declare const PolicyStatusFilterSensitiveLog: (obj: PolicyStatus) => any;
|
|
2354
|
+
export declare const GetBucketPolicyStatusOutputFilterSensitiveLog: (
|
|
2355
|
+
obj: GetBucketPolicyStatusOutput
|
|
2356
|
+
) => any;
|
|
2357
|
+
export declare const GetBucketPolicyStatusRequestFilterSensitiveLog: (
|
|
2358
|
+
obj: GetBucketPolicyStatusRequest
|
|
2359
|
+
) => any;
|
|
2360
|
+
export declare const DeleteMarkerReplicationFilterSensitiveLog: (
|
|
2361
|
+
obj: DeleteMarkerReplication
|
|
2362
|
+
) => any;
|
|
2363
|
+
export declare const EncryptionConfigurationFilterSensitiveLog: (
|
|
2364
|
+
obj: EncryptionConfiguration
|
|
2365
|
+
) => any;
|
|
2366
|
+
export declare const ReplicationTimeValueFilterSensitiveLog: (
|
|
2367
|
+
obj: ReplicationTimeValue
|
|
2368
|
+
) => any;
|
|
2369
|
+
export declare const MetricsFilterSensitiveLog: (obj: Metrics) => any;
|
|
2370
|
+
export declare const ReplicationTimeFilterSensitiveLog: (
|
|
2371
|
+
obj: ReplicationTime
|
|
2372
|
+
) => any;
|
|
2373
|
+
export declare const DestinationFilterSensitiveLog: (obj: Destination) => any;
|
|
2374
|
+
export declare const ExistingObjectReplicationFilterSensitiveLog: (
|
|
2375
|
+
obj: ExistingObjectReplication
|
|
2376
|
+
) => any;
|
|
2377
|
+
export declare const ReplicationRuleAndOperatorFilterSensitiveLog: (
|
|
2378
|
+
obj: ReplicationRuleAndOperator
|
|
2379
|
+
) => any;
|
|
2380
|
+
export declare const ReplicationRuleFilterFilterSensitiveLog: (
|
|
2381
|
+
obj: ReplicationRuleFilter
|
|
2382
|
+
) => any;
|
|
2383
|
+
export declare const ReplicaModificationsFilterSensitiveLog: (
|
|
2384
|
+
obj: ReplicaModifications
|
|
2385
|
+
) => any;
|
|
2386
|
+
export declare const SseKmsEncryptedObjectsFilterSensitiveLog: (
|
|
2387
|
+
obj: SseKmsEncryptedObjects
|
|
2388
|
+
) => any;
|
|
2389
|
+
export declare const SourceSelectionCriteriaFilterSensitiveLog: (
|
|
2390
|
+
obj: SourceSelectionCriteria
|
|
2391
|
+
) => any;
|
|
2392
|
+
export declare const ReplicationRuleFilterSensitiveLog: (
|
|
2393
|
+
obj: ReplicationRule
|
|
2394
|
+
) => any;
|
|
2395
|
+
export declare const ReplicationConfigurationFilterSensitiveLog: (
|
|
2396
|
+
obj: ReplicationConfiguration
|
|
2397
|
+
) => any;
|
|
2398
|
+
export declare const GetBucketReplicationOutputFilterSensitiveLog: (
|
|
2399
|
+
obj: GetBucketReplicationOutput
|
|
2400
|
+
) => any;
|
|
2401
|
+
export declare const GetBucketReplicationRequestFilterSensitiveLog: (
|
|
2402
|
+
obj: GetBucketReplicationRequest
|
|
2403
|
+
) => any;
|
|
2404
|
+
export declare const GetBucketRequestPaymentOutputFilterSensitiveLog: (
|
|
2405
|
+
obj: GetBucketRequestPaymentOutput
|
|
2406
|
+
) => any;
|
|
2407
|
+
export declare const GetBucketRequestPaymentRequestFilterSensitiveLog: (
|
|
2408
|
+
obj: GetBucketRequestPaymentRequest
|
|
2409
|
+
) => any;
|
|
2410
|
+
export declare const GetBucketTaggingOutputFilterSensitiveLog: (
|
|
2411
|
+
obj: GetBucketTaggingOutput
|
|
2412
|
+
) => any;
|
|
2413
|
+
export declare const GetBucketTaggingRequestFilterSensitiveLog: (
|
|
2414
|
+
obj: GetBucketTaggingRequest
|
|
2415
|
+
) => any;
|
|
2416
|
+
export declare const GetBucketVersioningOutputFilterSensitiveLog: (
|
|
2417
|
+
obj: GetBucketVersioningOutput
|
|
2418
|
+
) => any;
|
|
2419
|
+
export declare const GetBucketVersioningRequestFilterSensitiveLog: (
|
|
2420
|
+
obj: GetBucketVersioningRequest
|
|
2421
|
+
) => any;
|
|
2422
|
+
export declare const ErrorDocumentFilterSensitiveLog: (
|
|
2423
|
+
obj: ErrorDocument
|
|
2424
|
+
) => any;
|
|
2425
|
+
export declare const IndexDocumentFilterSensitiveLog: (
|
|
2426
|
+
obj: IndexDocument
|
|
2427
|
+
) => any;
|
|
2428
|
+
export declare const RedirectAllRequestsToFilterSensitiveLog: (
|
|
2429
|
+
obj: RedirectAllRequestsTo
|
|
2430
|
+
) => any;
|
|
2431
|
+
export declare const ConditionFilterSensitiveLog: (obj: Condition) => any;
|
|
2432
|
+
export declare const RedirectFilterSensitiveLog: (obj: Redirect) => any;
|
|
2433
|
+
export declare const RoutingRuleFilterSensitiveLog: (obj: RoutingRule) => any;
|
|
2434
|
+
export declare const GetBucketWebsiteOutputFilterSensitiveLog: (
|
|
2435
|
+
obj: GetBucketWebsiteOutput
|
|
2436
|
+
) => any;
|
|
2437
|
+
export declare const GetBucketWebsiteRequestFilterSensitiveLog: (
|
|
2438
|
+
obj: GetBucketWebsiteRequest
|
|
2439
|
+
) => any;
|
|
2114
2440
|
export declare const GetObjectOutputFilterSensitiveLog: (
|
|
2115
2441
|
obj: GetObjectOutput
|
|
2116
2442
|
) => any;
|
|
2117
2443
|
export declare const GetObjectRequestFilterSensitiveLog: (
|
|
2118
2444
|
obj: GetObjectRequest
|
|
2119
2445
|
) => any;
|
|
2446
|
+
export declare const GetObjectAclOutputFilterSensitiveLog: (
|
|
2447
|
+
obj: GetObjectAclOutput
|
|
2448
|
+
) => any;
|
|
2449
|
+
export declare const GetObjectAclRequestFilterSensitiveLog: (
|
|
2450
|
+
obj: GetObjectAclRequest
|
|
2451
|
+
) => any;
|
|
2452
|
+
export declare const ChecksumFilterSensitiveLog: (obj: Checksum) => any;
|
|
2453
|
+
export declare const ObjectPartFilterSensitiveLog: (obj: ObjectPart) => any;
|
|
2454
|
+
export declare const GetObjectAttributesPartsFilterSensitiveLog: (
|
|
2455
|
+
obj: GetObjectAttributesParts
|
|
2456
|
+
) => any;
|
|
2457
|
+
export declare const GetObjectAttributesOutputFilterSensitiveLog: (
|
|
2458
|
+
obj: GetObjectAttributesOutput
|
|
2459
|
+
) => any;
|
|
2120
2460
|
export declare const GetObjectAttributesRequestFilterSensitiveLog: (
|
|
2121
2461
|
obj: GetObjectAttributesRequest
|
|
2122
2462
|
) => any;
|
|
2463
|
+
export declare const ObjectLockLegalHoldFilterSensitiveLog: (
|
|
2464
|
+
obj: ObjectLockLegalHold
|
|
2465
|
+
) => any;
|
|
2466
|
+
export declare const GetObjectLegalHoldOutputFilterSensitiveLog: (
|
|
2467
|
+
obj: GetObjectLegalHoldOutput
|
|
2468
|
+
) => any;
|
|
2469
|
+
export declare const GetObjectLegalHoldRequestFilterSensitiveLog: (
|
|
2470
|
+
obj: GetObjectLegalHoldRequest
|
|
2471
|
+
) => any;
|
|
2472
|
+
export declare const DefaultRetentionFilterSensitiveLog: (
|
|
2473
|
+
obj: DefaultRetention
|
|
2474
|
+
) => any;
|
|
2475
|
+
export declare const ObjectLockRuleFilterSensitiveLog: (
|
|
2476
|
+
obj: ObjectLockRule
|
|
2477
|
+
) => any;
|
|
2478
|
+
export declare const ObjectLockConfigurationFilterSensitiveLog: (
|
|
2479
|
+
obj: ObjectLockConfiguration
|
|
2480
|
+
) => any;
|
|
2481
|
+
export declare const GetObjectLockConfigurationOutputFilterSensitiveLog: (
|
|
2482
|
+
obj: GetObjectLockConfigurationOutput
|
|
2483
|
+
) => any;
|
|
2484
|
+
export declare const GetObjectLockConfigurationRequestFilterSensitiveLog: (
|
|
2485
|
+
obj: GetObjectLockConfigurationRequest
|
|
2486
|
+
) => any;
|
|
2487
|
+
export declare const ObjectLockRetentionFilterSensitiveLog: (
|
|
2488
|
+
obj: ObjectLockRetention
|
|
2489
|
+
) => any;
|
|
2490
|
+
export declare const GetObjectRetentionOutputFilterSensitiveLog: (
|
|
2491
|
+
obj: GetObjectRetentionOutput
|
|
2492
|
+
) => any;
|
|
2493
|
+
export declare const GetObjectRetentionRequestFilterSensitiveLog: (
|
|
2494
|
+
obj: GetObjectRetentionRequest
|
|
2495
|
+
) => any;
|
|
2496
|
+
export declare const GetObjectTaggingOutputFilterSensitiveLog: (
|
|
2497
|
+
obj: GetObjectTaggingOutput
|
|
2498
|
+
) => any;
|
|
2499
|
+
export declare const GetObjectTaggingRequestFilterSensitiveLog: (
|
|
2500
|
+
obj: GetObjectTaggingRequest
|
|
2501
|
+
) => any;
|
|
2123
2502
|
export declare const GetObjectTorrentOutputFilterSensitiveLog: (
|
|
2124
2503
|
obj: GetObjectTorrentOutput
|
|
2125
2504
|
) => any;
|
|
2505
|
+
export declare const GetObjectTorrentRequestFilterSensitiveLog: (
|
|
2506
|
+
obj: GetObjectTorrentRequest
|
|
2507
|
+
) => any;
|
|
2508
|
+
export declare const PublicAccessBlockConfigurationFilterSensitiveLog: (
|
|
2509
|
+
obj: PublicAccessBlockConfiguration
|
|
2510
|
+
) => any;
|
|
2511
|
+
export declare const GetPublicAccessBlockOutputFilterSensitiveLog: (
|
|
2512
|
+
obj: GetPublicAccessBlockOutput
|
|
2513
|
+
) => any;
|
|
2514
|
+
export declare const GetPublicAccessBlockRequestFilterSensitiveLog: (
|
|
2515
|
+
obj: GetPublicAccessBlockRequest
|
|
2516
|
+
) => any;
|
|
2517
|
+
export declare const HeadBucketRequestFilterSensitiveLog: (
|
|
2518
|
+
obj: HeadBucketRequest
|
|
2519
|
+
) => any;
|
|
2126
2520
|
export declare const HeadObjectOutputFilterSensitiveLog: (
|
|
2127
2521
|
obj: HeadObjectOutput
|
|
2128
2522
|
) => any;
|
|
2129
2523
|
export declare const HeadObjectRequestFilterSensitiveLog: (
|
|
2130
2524
|
obj: HeadObjectRequest
|
|
2131
2525
|
) => any;
|
|
2526
|
+
export declare const ListBucketAnalyticsConfigurationsOutputFilterSensitiveLog: (
|
|
2527
|
+
obj: ListBucketAnalyticsConfigurationsOutput
|
|
2528
|
+
) => any;
|
|
2529
|
+
export declare const ListBucketAnalyticsConfigurationsRequestFilterSensitiveLog: (
|
|
2530
|
+
obj: ListBucketAnalyticsConfigurationsRequest
|
|
2531
|
+
) => any;
|
|
2532
|
+
export declare const ListBucketIntelligentTieringConfigurationsOutputFilterSensitiveLog: (
|
|
2533
|
+
obj: ListBucketIntelligentTieringConfigurationsOutput
|
|
2534
|
+
) => any;
|
|
2535
|
+
export declare const ListBucketIntelligentTieringConfigurationsRequestFilterSensitiveLog: (
|
|
2536
|
+
obj: ListBucketIntelligentTieringConfigurationsRequest
|
|
2537
|
+
) => any;
|
|
2132
2538
|
export declare const ListBucketInventoryConfigurationsOutputFilterSensitiveLog: (
|
|
2133
2539
|
obj: ListBucketInventoryConfigurationsOutput
|
|
2134
2540
|
) => any;
|
|
2541
|
+
export declare const ListBucketInventoryConfigurationsRequestFilterSensitiveLog: (
|
|
2542
|
+
obj: ListBucketInventoryConfigurationsRequest
|
|
2543
|
+
) => any;
|
|
2544
|
+
export declare const ListBucketMetricsConfigurationsOutputFilterSensitiveLog: (
|
|
2545
|
+
obj: ListBucketMetricsConfigurationsOutput
|
|
2546
|
+
) => any;
|
|
2547
|
+
export declare const ListBucketMetricsConfigurationsRequestFilterSensitiveLog: (
|
|
2548
|
+
obj: ListBucketMetricsConfigurationsRequest
|
|
2549
|
+
) => any;
|
|
2550
|
+
export declare const BucketFilterSensitiveLog: (obj: Bucket) => any;
|
|
2551
|
+
export declare const ListBucketsOutputFilterSensitiveLog: (
|
|
2552
|
+
obj: ListBucketsOutput
|
|
2553
|
+
) => any;
|
|
2554
|
+
export declare const CommonPrefixFilterSensitiveLog: (obj: CommonPrefix) => any;
|
|
2555
|
+
export declare const InitiatorFilterSensitiveLog: (obj: Initiator) => any;
|
|
2556
|
+
export declare const MultipartUploadFilterSensitiveLog: (
|
|
2557
|
+
obj: MultipartUpload
|
|
2558
|
+
) => any;
|
|
2559
|
+
export declare const ListMultipartUploadsOutputFilterSensitiveLog: (
|
|
2560
|
+
obj: ListMultipartUploadsOutput
|
|
2561
|
+
) => any;
|
|
2562
|
+
export declare const ListMultipartUploadsRequestFilterSensitiveLog: (
|
|
2563
|
+
obj: ListMultipartUploadsRequest
|
|
2564
|
+
) => any;
|
|
2565
|
+
export declare const _ObjectFilterSensitiveLog: (obj: _Object) => any;
|
|
2566
|
+
export declare const ListObjectsOutputFilterSensitiveLog: (
|
|
2567
|
+
obj: ListObjectsOutput
|
|
2568
|
+
) => any;
|
|
2569
|
+
export declare const ListObjectsRequestFilterSensitiveLog: (
|
|
2570
|
+
obj: ListObjectsRequest
|
|
2571
|
+
) => any;
|
|
2572
|
+
export declare const ListObjectsV2OutputFilterSensitiveLog: (
|
|
2573
|
+
obj: ListObjectsV2Output
|
|
2574
|
+
) => any;
|
|
2575
|
+
export declare const ListObjectsV2RequestFilterSensitiveLog: (
|
|
2576
|
+
obj: ListObjectsV2Request
|
|
2577
|
+
) => any;
|
|
2578
|
+
export declare const DeleteMarkerEntryFilterSensitiveLog: (
|
|
2579
|
+
obj: DeleteMarkerEntry
|
|
2580
|
+
) => any;
|
|
2581
|
+
export declare const ObjectVersionFilterSensitiveLog: (
|
|
2582
|
+
obj: ObjectVersion
|
|
2583
|
+
) => any;
|
|
2584
|
+
export declare const ListObjectVersionsOutputFilterSensitiveLog: (
|
|
2585
|
+
obj: ListObjectVersionsOutput
|
|
2586
|
+
) => any;
|
|
2587
|
+
export declare const ListObjectVersionsRequestFilterSensitiveLog: (
|
|
2588
|
+
obj: ListObjectVersionsRequest
|
|
2589
|
+
) => any;
|
|
2590
|
+
export declare const PartFilterSensitiveLog: (obj: Part) => any;
|
|
2591
|
+
export declare const ListPartsOutputFilterSensitiveLog: (
|
|
2592
|
+
obj: ListPartsOutput
|
|
2593
|
+
) => any;
|
|
2135
2594
|
export declare const ListPartsRequestFilterSensitiveLog: (
|
|
2136
2595
|
obj: ListPartsRequest
|
|
2137
2596
|
) => any;
|
|
2597
|
+
export declare const PutBucketAccelerateConfigurationRequestFilterSensitiveLog: (
|
|
2598
|
+
obj: PutBucketAccelerateConfigurationRequest
|
|
2599
|
+
) => any;
|
|
2600
|
+
export declare const PutBucketAclRequestFilterSensitiveLog: (
|
|
2601
|
+
obj: PutBucketAclRequest
|
|
2602
|
+
) => any;
|
|
2603
|
+
export declare const PutBucketAnalyticsConfigurationRequestFilterSensitiveLog: (
|
|
2604
|
+
obj: PutBucketAnalyticsConfigurationRequest
|
|
2605
|
+
) => any;
|
|
2606
|
+
export declare const CORSConfigurationFilterSensitiveLog: (
|
|
2607
|
+
obj: CORSConfiguration
|
|
2608
|
+
) => any;
|
|
2609
|
+
export declare const PutBucketCorsRequestFilterSensitiveLog: (
|
|
2610
|
+
obj: PutBucketCorsRequest
|
|
2611
|
+
) => any;
|
|
2138
2612
|
export declare const PutBucketEncryptionRequestFilterSensitiveLog: (
|
|
2139
2613
|
obj: PutBucketEncryptionRequest
|
|
2140
2614
|
) => any;
|
|
2615
|
+
export declare const PutBucketIntelligentTieringConfigurationRequestFilterSensitiveLog: (
|
|
2616
|
+
obj: PutBucketIntelligentTieringConfigurationRequest
|
|
2617
|
+
) => any;
|
|
2141
2618
|
export declare const PutBucketInventoryConfigurationRequestFilterSensitiveLog: (
|
|
2142
2619
|
obj: PutBucketInventoryConfigurationRequest
|
|
2143
2620
|
) => any;
|
|
2621
|
+
export declare const BucketLifecycleConfigurationFilterSensitiveLog: (
|
|
2622
|
+
obj: BucketLifecycleConfiguration
|
|
2623
|
+
) => any;
|
|
2624
|
+
export declare const PutBucketLifecycleConfigurationRequestFilterSensitiveLog: (
|
|
2625
|
+
obj: PutBucketLifecycleConfigurationRequest
|
|
2626
|
+
) => any;
|
|
2627
|
+
export declare const BucketLoggingStatusFilterSensitiveLog: (
|
|
2628
|
+
obj: BucketLoggingStatus
|
|
2629
|
+
) => any;
|
|
2630
|
+
export declare const PutBucketLoggingRequestFilterSensitiveLog: (
|
|
2631
|
+
obj: PutBucketLoggingRequest
|
|
2632
|
+
) => any;
|
|
2633
|
+
export declare const PutBucketMetricsConfigurationRequestFilterSensitiveLog: (
|
|
2634
|
+
obj: PutBucketMetricsConfigurationRequest
|
|
2635
|
+
) => any;
|
|
2636
|
+
export declare const PutBucketNotificationConfigurationRequestFilterSensitiveLog: (
|
|
2637
|
+
obj: PutBucketNotificationConfigurationRequest
|
|
2638
|
+
) => any;
|
|
2639
|
+
export declare const PutBucketOwnershipControlsRequestFilterSensitiveLog: (
|
|
2640
|
+
obj: PutBucketOwnershipControlsRequest
|
|
2641
|
+
) => any;
|
|
2642
|
+
export declare const PutBucketPolicyRequestFilterSensitiveLog: (
|
|
2643
|
+
obj: PutBucketPolicyRequest
|
|
2644
|
+
) => any;
|
|
2645
|
+
export declare const PutBucketReplicationRequestFilterSensitiveLog: (
|
|
2646
|
+
obj: PutBucketReplicationRequest
|
|
2647
|
+
) => any;
|
|
2648
|
+
export declare const RequestPaymentConfigurationFilterSensitiveLog: (
|
|
2649
|
+
obj: RequestPaymentConfiguration
|
|
2650
|
+
) => any;
|
|
2651
|
+
export declare const PutBucketRequestPaymentRequestFilterSensitiveLog: (
|
|
2652
|
+
obj: PutBucketRequestPaymentRequest
|
|
2653
|
+
) => any;
|
|
2654
|
+
export declare const TaggingFilterSensitiveLog: (obj: Tagging) => any;
|
|
2655
|
+
export declare const PutBucketTaggingRequestFilterSensitiveLog: (
|
|
2656
|
+
obj: PutBucketTaggingRequest
|
|
2657
|
+
) => any;
|
|
2658
|
+
export declare const VersioningConfigurationFilterSensitiveLog: (
|
|
2659
|
+
obj: VersioningConfiguration
|
|
2660
|
+
) => any;
|
|
2661
|
+
export declare const PutBucketVersioningRequestFilterSensitiveLog: (
|
|
2662
|
+
obj: PutBucketVersioningRequest
|
|
2663
|
+
) => any;
|
|
2664
|
+
export declare const WebsiteConfigurationFilterSensitiveLog: (
|
|
2665
|
+
obj: WebsiteConfiguration
|
|
2666
|
+
) => any;
|
|
2667
|
+
export declare const PutBucketWebsiteRequestFilterSensitiveLog: (
|
|
2668
|
+
obj: PutBucketWebsiteRequest
|
|
2669
|
+
) => any;
|
|
2670
|
+
export declare const PutObjectOutputFilterSensitiveLog: (
|
|
2671
|
+
obj: PutObjectOutput
|
|
2672
|
+
) => any;
|
|
2673
|
+
export declare const PutObjectRequestFilterSensitiveLog: (
|
|
2674
|
+
obj: PutObjectRequest
|
|
2675
|
+
) => any;
|
|
2676
|
+
export declare const PutObjectAclOutputFilterSensitiveLog: (
|
|
2677
|
+
obj: PutObjectAclOutput
|
|
2678
|
+
) => any;
|
|
2679
|
+
export declare const PutObjectAclRequestFilterSensitiveLog: (
|
|
2680
|
+
obj: PutObjectAclRequest
|
|
2681
|
+
) => any;
|
|
2682
|
+
export declare const PutObjectLegalHoldOutputFilterSensitiveLog: (
|
|
2683
|
+
obj: PutObjectLegalHoldOutput
|
|
2684
|
+
) => any;
|
|
2685
|
+
export declare const PutObjectLegalHoldRequestFilterSensitiveLog: (
|
|
2686
|
+
obj: PutObjectLegalHoldRequest
|
|
2687
|
+
) => any;
|
|
2688
|
+
export declare const PutObjectLockConfigurationOutputFilterSensitiveLog: (
|
|
2689
|
+
obj: PutObjectLockConfigurationOutput
|
|
2690
|
+
) => any;
|
|
2691
|
+
export declare const PutObjectLockConfigurationRequestFilterSensitiveLog: (
|
|
2692
|
+
obj: PutObjectLockConfigurationRequest
|
|
2693
|
+
) => any;
|