@aws-sdk/client-s3 3.190.0 → 3.192.0
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/CHANGELOG.md +16 -0
- package/dist-cjs/S3Client.js +13 -11
- package/dist-cjs/commands/AbortMultipartUploadCommand.js +16 -2
- package/dist-cjs/commands/CompleteMultipartUploadCommand.js +16 -2
- package/dist-cjs/commands/CopyObjectCommand.js +16 -2
- package/dist-cjs/commands/CreateBucketCommand.js +16 -0
- package/dist-cjs/commands/CreateMultipartUploadCommand.js +16 -2
- package/dist-cjs/commands/DeleteBucketAnalyticsConfigurationCommand.js +16 -2
- package/dist-cjs/commands/DeleteBucketCommand.js +16 -0
- package/dist-cjs/commands/DeleteBucketCorsCommand.js +16 -2
- package/dist-cjs/commands/DeleteBucketEncryptionCommand.js +16 -2
- package/dist-cjs/commands/DeleteBucketIntelligentTieringConfigurationCommand.js +16 -2
- package/dist-cjs/commands/DeleteBucketInventoryConfigurationCommand.js +16 -2
- package/dist-cjs/commands/DeleteBucketLifecycleCommand.js +16 -2
- package/dist-cjs/commands/DeleteBucketMetricsConfigurationCommand.js +16 -2
- package/dist-cjs/commands/DeleteBucketOwnershipControlsCommand.js +16 -2
- package/dist-cjs/commands/DeleteBucketPolicyCommand.js +16 -2
- package/dist-cjs/commands/DeleteBucketReplicationCommand.js +16 -2
- package/dist-cjs/commands/DeleteBucketTaggingCommand.js +16 -2
- package/dist-cjs/commands/DeleteBucketWebsiteCommand.js +16 -2
- package/dist-cjs/commands/DeleteObjectCommand.js +16 -2
- package/dist-cjs/commands/DeleteObjectTaggingCommand.js +16 -2
- package/dist-cjs/commands/DeleteObjectsCommand.js +16 -2
- package/dist-cjs/commands/DeletePublicAccessBlockCommand.js +16 -2
- package/dist-cjs/commands/GetBucketAccelerateConfigurationCommand.js +16 -2
- package/dist-cjs/commands/GetBucketAclCommand.js +16 -2
- package/dist-cjs/commands/GetBucketAnalyticsConfigurationCommand.js +16 -2
- package/dist-cjs/commands/GetBucketCorsCommand.js +16 -2
- package/dist-cjs/commands/GetBucketEncryptionCommand.js +16 -2
- package/dist-cjs/commands/GetBucketIntelligentTieringConfigurationCommand.js +16 -2
- package/dist-cjs/commands/GetBucketInventoryConfigurationCommand.js +16 -2
- package/dist-cjs/commands/GetBucketLifecycleConfigurationCommand.js +16 -2
- package/dist-cjs/commands/GetBucketLocationCommand.js +16 -2
- package/dist-cjs/commands/GetBucketLoggingCommand.js +16 -2
- package/dist-cjs/commands/GetBucketMetricsConfigurationCommand.js +16 -2
- package/dist-cjs/commands/GetBucketNotificationConfigurationCommand.js +16 -2
- package/dist-cjs/commands/GetBucketOwnershipControlsCommand.js +16 -2
- package/dist-cjs/commands/GetBucketPolicyCommand.js +16 -2
- package/dist-cjs/commands/GetBucketPolicyStatusCommand.js +16 -2
- package/dist-cjs/commands/GetBucketReplicationCommand.js +16 -2
- package/dist-cjs/commands/GetBucketRequestPaymentCommand.js +16 -2
- package/dist-cjs/commands/GetBucketTaggingCommand.js +16 -2
- package/dist-cjs/commands/GetBucketVersioningCommand.js +16 -2
- package/dist-cjs/commands/GetBucketWebsiteCommand.js +16 -2
- package/dist-cjs/commands/GetObjectAclCommand.js +16 -2
- package/dist-cjs/commands/GetObjectAttributesCommand.js +16 -2
- package/dist-cjs/commands/GetObjectCommand.js +16 -2
- package/dist-cjs/commands/GetObjectLegalHoldCommand.js +16 -2
- package/dist-cjs/commands/GetObjectLockConfigurationCommand.js +16 -2
- package/dist-cjs/commands/GetObjectRetentionCommand.js +16 -2
- package/dist-cjs/commands/GetObjectTaggingCommand.js +16 -2
- package/dist-cjs/commands/GetObjectTorrentCommand.js +16 -2
- package/dist-cjs/commands/GetPublicAccessBlockCommand.js +16 -2
- package/dist-cjs/commands/HeadBucketCommand.js +16 -2
- package/dist-cjs/commands/HeadObjectCommand.js +16 -2
- package/dist-cjs/commands/ListBucketAnalyticsConfigurationsCommand.js +16 -2
- package/dist-cjs/commands/ListBucketIntelligentTieringConfigurationsCommand.js +16 -2
- package/dist-cjs/commands/ListBucketInventoryConfigurationsCommand.js +16 -2
- package/dist-cjs/commands/ListBucketMetricsConfigurationsCommand.js +16 -2
- package/dist-cjs/commands/ListBucketsCommand.js +15 -0
- package/dist-cjs/commands/ListMultipartUploadsCommand.js +16 -2
- package/dist-cjs/commands/ListObjectVersionsCommand.js +16 -2
- package/dist-cjs/commands/ListObjectsCommand.js +16 -2
- package/dist-cjs/commands/ListObjectsV2Command.js +16 -2
- package/dist-cjs/commands/ListPartsCommand.js +16 -2
- package/dist-cjs/commands/PutBucketAccelerateConfigurationCommand.js +16 -2
- package/dist-cjs/commands/PutBucketAclCommand.js +16 -2
- package/dist-cjs/commands/PutBucketAnalyticsConfigurationCommand.js +16 -2
- package/dist-cjs/commands/PutBucketCorsCommand.js +16 -2
- package/dist-cjs/commands/PutBucketEncryptionCommand.js +16 -2
- package/dist-cjs/commands/PutBucketIntelligentTieringConfigurationCommand.js +16 -2
- package/dist-cjs/commands/PutBucketInventoryConfigurationCommand.js +16 -2
- package/dist-cjs/commands/PutBucketLifecycleConfigurationCommand.js +16 -2
- package/dist-cjs/commands/PutBucketLoggingCommand.js +16 -2
- package/dist-cjs/commands/PutBucketMetricsConfigurationCommand.js +16 -2
- package/dist-cjs/commands/PutBucketNotificationConfigurationCommand.js +16 -2
- package/dist-cjs/commands/PutBucketOwnershipControlsCommand.js +16 -2
- package/dist-cjs/commands/PutBucketPolicyCommand.js +16 -2
- package/dist-cjs/commands/PutBucketReplicationCommand.js +16 -2
- package/dist-cjs/commands/PutBucketRequestPaymentCommand.js +16 -2
- package/dist-cjs/commands/PutBucketTaggingCommand.js +16 -2
- package/dist-cjs/commands/PutBucketVersioningCommand.js +16 -2
- package/dist-cjs/commands/PutBucketWebsiteCommand.js +16 -2
- package/dist-cjs/commands/PutObjectAclCommand.js +16 -2
- package/dist-cjs/commands/PutObjectCommand.js +16 -2
- package/dist-cjs/commands/PutObjectLegalHoldCommand.js +16 -2
- package/dist-cjs/commands/PutObjectLockConfigurationCommand.js +16 -2
- package/dist-cjs/commands/PutObjectRetentionCommand.js +16 -2
- package/dist-cjs/commands/PutObjectTaggingCommand.js +16 -2
- package/dist-cjs/commands/PutPublicAccessBlockCommand.js +16 -2
- package/dist-cjs/commands/RestoreObjectCommand.js +16 -2
- package/dist-cjs/commands/SelectObjectContentCommand.js +16 -2
- package/dist-cjs/commands/UploadPartCommand.js +16 -2
- package/dist-cjs/commands/UploadPartCopyCommand.js +16 -2
- package/dist-cjs/commands/WriteGetObjectResponseCommand.js +15 -0
- package/dist-cjs/endpoint/EndpointParameters.js +16 -0
- package/dist-cjs/endpoint/endpointResolver.js +12 -0
- package/dist-cjs/endpoint/ruleset.js +9965 -0
- package/dist-cjs/models/models_0.js +303 -6
- package/dist-cjs/models/models_1.js +17 -1
- package/dist-cjs/protocols/Aws_restXml.js +91 -91
- package/dist-cjs/runtimeConfig.shared.js +3 -3
- package/dist-es/S3Client.js +15 -13
- package/dist-es/commands/AbortMultipartUploadCommand.js +16 -2
- package/dist-es/commands/CompleteMultipartUploadCommand.js +16 -2
- package/dist-es/commands/CopyObjectCommand.js +16 -2
- package/dist-es/commands/CreateBucketCommand.js +16 -0
- package/dist-es/commands/CreateMultipartUploadCommand.js +16 -2
- package/dist-es/commands/DeleteBucketAnalyticsConfigurationCommand.js +16 -2
- package/dist-es/commands/DeleteBucketCommand.js +16 -0
- package/dist-es/commands/DeleteBucketCorsCommand.js +16 -2
- package/dist-es/commands/DeleteBucketEncryptionCommand.js +16 -2
- package/dist-es/commands/DeleteBucketIntelligentTieringConfigurationCommand.js +16 -2
- package/dist-es/commands/DeleteBucketInventoryConfigurationCommand.js +16 -2
- package/dist-es/commands/DeleteBucketLifecycleCommand.js +16 -2
- package/dist-es/commands/DeleteBucketMetricsConfigurationCommand.js +16 -2
- package/dist-es/commands/DeleteBucketOwnershipControlsCommand.js +16 -2
- package/dist-es/commands/DeleteBucketPolicyCommand.js +16 -2
- package/dist-es/commands/DeleteBucketReplicationCommand.js +16 -2
- package/dist-es/commands/DeleteBucketTaggingCommand.js +16 -2
- package/dist-es/commands/DeleteBucketWebsiteCommand.js +16 -2
- package/dist-es/commands/DeleteObjectCommand.js +16 -2
- package/dist-es/commands/DeleteObjectTaggingCommand.js +16 -2
- package/dist-es/commands/DeleteObjectsCommand.js +16 -2
- package/dist-es/commands/DeletePublicAccessBlockCommand.js +16 -2
- package/dist-es/commands/GetBucketAccelerateConfigurationCommand.js +16 -2
- package/dist-es/commands/GetBucketAclCommand.js +16 -2
- package/dist-es/commands/GetBucketAnalyticsConfigurationCommand.js +16 -2
- package/dist-es/commands/GetBucketCorsCommand.js +16 -2
- package/dist-es/commands/GetBucketEncryptionCommand.js +16 -2
- package/dist-es/commands/GetBucketIntelligentTieringConfigurationCommand.js +16 -2
- package/dist-es/commands/GetBucketInventoryConfigurationCommand.js +16 -2
- package/dist-es/commands/GetBucketLifecycleConfigurationCommand.js +16 -2
- package/dist-es/commands/GetBucketLocationCommand.js +16 -2
- package/dist-es/commands/GetBucketLoggingCommand.js +16 -2
- package/dist-es/commands/GetBucketMetricsConfigurationCommand.js +16 -2
- package/dist-es/commands/GetBucketNotificationConfigurationCommand.js +16 -2
- package/dist-es/commands/GetBucketOwnershipControlsCommand.js +16 -2
- package/dist-es/commands/GetBucketPolicyCommand.js +16 -2
- package/dist-es/commands/GetBucketPolicyStatusCommand.js +16 -2
- package/dist-es/commands/GetBucketReplicationCommand.js +16 -2
- package/dist-es/commands/GetBucketRequestPaymentCommand.js +16 -2
- package/dist-es/commands/GetBucketTaggingCommand.js +16 -2
- package/dist-es/commands/GetBucketVersioningCommand.js +16 -2
- package/dist-es/commands/GetBucketWebsiteCommand.js +16 -2
- package/dist-es/commands/GetObjectAclCommand.js +16 -2
- package/dist-es/commands/GetObjectAttributesCommand.js +16 -2
- package/dist-es/commands/GetObjectCommand.js +16 -2
- package/dist-es/commands/GetObjectLegalHoldCommand.js +16 -2
- package/dist-es/commands/GetObjectLockConfigurationCommand.js +16 -2
- package/dist-es/commands/GetObjectRetentionCommand.js +16 -2
- package/dist-es/commands/GetObjectTaggingCommand.js +16 -2
- package/dist-es/commands/GetObjectTorrentCommand.js +16 -2
- package/dist-es/commands/GetPublicAccessBlockCommand.js +16 -2
- package/dist-es/commands/HeadBucketCommand.js +16 -2
- package/dist-es/commands/HeadObjectCommand.js +16 -2
- package/dist-es/commands/ListBucketAnalyticsConfigurationsCommand.js +16 -2
- package/dist-es/commands/ListBucketIntelligentTieringConfigurationsCommand.js +16 -2
- package/dist-es/commands/ListBucketInventoryConfigurationsCommand.js +16 -2
- package/dist-es/commands/ListBucketMetricsConfigurationsCommand.js +16 -2
- package/dist-es/commands/ListBucketsCommand.js +15 -0
- package/dist-es/commands/ListMultipartUploadsCommand.js +16 -2
- package/dist-es/commands/ListObjectVersionsCommand.js +16 -2
- package/dist-es/commands/ListObjectsCommand.js +16 -2
- package/dist-es/commands/ListObjectsV2Command.js +16 -2
- package/dist-es/commands/ListPartsCommand.js +16 -2
- package/dist-es/commands/PutBucketAccelerateConfigurationCommand.js +16 -2
- package/dist-es/commands/PutBucketAclCommand.js +16 -2
- package/dist-es/commands/PutBucketAnalyticsConfigurationCommand.js +16 -2
- package/dist-es/commands/PutBucketCorsCommand.js +16 -2
- package/dist-es/commands/PutBucketEncryptionCommand.js +16 -2
- package/dist-es/commands/PutBucketIntelligentTieringConfigurationCommand.js +16 -2
- package/dist-es/commands/PutBucketInventoryConfigurationCommand.js +16 -2
- package/dist-es/commands/PutBucketLifecycleConfigurationCommand.js +16 -2
- package/dist-es/commands/PutBucketLoggingCommand.js +16 -2
- package/dist-es/commands/PutBucketMetricsConfigurationCommand.js +16 -2
- package/dist-es/commands/PutBucketNotificationConfigurationCommand.js +16 -2
- package/dist-es/commands/PutBucketOwnershipControlsCommand.js +16 -2
- package/dist-es/commands/PutBucketPolicyCommand.js +16 -2
- package/dist-es/commands/PutBucketReplicationCommand.js +16 -2
- package/dist-es/commands/PutBucketRequestPaymentCommand.js +16 -2
- package/dist-es/commands/PutBucketTaggingCommand.js +16 -2
- package/dist-es/commands/PutBucketVersioningCommand.js +16 -2
- package/dist-es/commands/PutBucketWebsiteCommand.js +16 -2
- package/dist-es/commands/PutObjectAclCommand.js +16 -2
- package/dist-es/commands/PutObjectCommand.js +16 -2
- package/dist-es/commands/PutObjectLegalHoldCommand.js +16 -2
- package/dist-es/commands/PutObjectLockConfigurationCommand.js +16 -2
- package/dist-es/commands/PutObjectRetentionCommand.js +16 -2
- package/dist-es/commands/PutObjectTaggingCommand.js +16 -2
- package/dist-es/commands/PutPublicAccessBlockCommand.js +16 -2
- package/dist-es/commands/RestoreObjectCommand.js +16 -2
- package/dist-es/commands/SelectObjectContentCommand.js +16 -2
- package/dist-es/commands/UploadPartCommand.js +16 -2
- package/dist-es/commands/UploadPartCopyCommand.js +16 -2
- package/dist-es/commands/WriteGetObjectResponseCommand.js +15 -0
- package/dist-es/endpoint/EndpointParameters.js +11 -0
- package/dist-es/endpoint/endpointResolver.js +8 -0
- package/dist-es/endpoint/ruleset.js +9962 -0
- package/dist-es/models/models_0.js +296 -0
- package/dist-es/models/models_1.js +16 -0
- package/dist-es/protocols/Aws_restXml.js +91 -91
- package/dist-es/runtimeConfig.shared.js +2 -2
- package/dist-types/S3Client.d.ts +7 -10
- package/dist-types/commands/AbortMultipartUploadCommand.d.ts +2 -0
- package/dist-types/commands/CompleteMultipartUploadCommand.d.ts +2 -0
- package/dist-types/commands/CopyObjectCommand.d.ts +2 -0
- package/dist-types/commands/CreateBucketCommand.d.ts +2 -0
- package/dist-types/commands/CreateMultipartUploadCommand.d.ts +2 -0
- package/dist-types/commands/DeleteBucketAnalyticsConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/DeleteBucketCommand.d.ts +2 -0
- package/dist-types/commands/DeleteBucketCorsCommand.d.ts +2 -0
- package/dist-types/commands/DeleteBucketEncryptionCommand.d.ts +2 -0
- package/dist-types/commands/DeleteBucketIntelligentTieringConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/DeleteBucketInventoryConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/DeleteBucketLifecycleCommand.d.ts +2 -0
- package/dist-types/commands/DeleteBucketMetricsConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/DeleteBucketOwnershipControlsCommand.d.ts +2 -0
- package/dist-types/commands/DeleteBucketPolicyCommand.d.ts +2 -0
- package/dist-types/commands/DeleteBucketReplicationCommand.d.ts +2 -0
- package/dist-types/commands/DeleteBucketTaggingCommand.d.ts +2 -0
- package/dist-types/commands/DeleteBucketWebsiteCommand.d.ts +2 -0
- package/dist-types/commands/DeleteObjectCommand.d.ts +2 -0
- package/dist-types/commands/DeleteObjectTaggingCommand.d.ts +2 -0
- package/dist-types/commands/DeleteObjectsCommand.d.ts +2 -0
- package/dist-types/commands/DeletePublicAccessBlockCommand.d.ts +2 -0
- package/dist-types/commands/GetBucketAccelerateConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/GetBucketAclCommand.d.ts +2 -0
- package/dist-types/commands/GetBucketAnalyticsConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/GetBucketCorsCommand.d.ts +2 -0
- package/dist-types/commands/GetBucketEncryptionCommand.d.ts +2 -0
- package/dist-types/commands/GetBucketIntelligentTieringConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/GetBucketInventoryConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/GetBucketLifecycleConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/GetBucketLocationCommand.d.ts +2 -0
- package/dist-types/commands/GetBucketLoggingCommand.d.ts +2 -0
- package/dist-types/commands/GetBucketMetricsConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/GetBucketNotificationConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/GetBucketOwnershipControlsCommand.d.ts +2 -0
- package/dist-types/commands/GetBucketPolicyCommand.d.ts +2 -0
- package/dist-types/commands/GetBucketPolicyStatusCommand.d.ts +2 -0
- package/dist-types/commands/GetBucketReplicationCommand.d.ts +2 -0
- package/dist-types/commands/GetBucketRequestPaymentCommand.d.ts +2 -0
- package/dist-types/commands/GetBucketTaggingCommand.d.ts +2 -0
- package/dist-types/commands/GetBucketVersioningCommand.d.ts +2 -0
- package/dist-types/commands/GetBucketWebsiteCommand.d.ts +2 -0
- package/dist-types/commands/GetObjectAclCommand.d.ts +2 -0
- package/dist-types/commands/GetObjectAttributesCommand.d.ts +2 -0
- package/dist-types/commands/GetObjectCommand.d.ts +2 -0
- package/dist-types/commands/GetObjectLegalHoldCommand.d.ts +2 -0
- package/dist-types/commands/GetObjectLockConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/GetObjectRetentionCommand.d.ts +2 -0
- package/dist-types/commands/GetObjectTaggingCommand.d.ts +2 -0
- package/dist-types/commands/GetObjectTorrentCommand.d.ts +2 -0
- package/dist-types/commands/GetPublicAccessBlockCommand.d.ts +2 -0
- package/dist-types/commands/HeadBucketCommand.d.ts +2 -0
- package/dist-types/commands/HeadObjectCommand.d.ts +2 -0
- package/dist-types/commands/ListBucketAnalyticsConfigurationsCommand.d.ts +2 -0
- package/dist-types/commands/ListBucketIntelligentTieringConfigurationsCommand.d.ts +2 -0
- package/dist-types/commands/ListBucketInventoryConfigurationsCommand.d.ts +2 -0
- package/dist-types/commands/ListBucketMetricsConfigurationsCommand.d.ts +2 -0
- package/dist-types/commands/ListBucketsCommand.d.ts +2 -0
- package/dist-types/commands/ListMultipartUploadsCommand.d.ts +2 -0
- package/dist-types/commands/ListObjectVersionsCommand.d.ts +2 -0
- package/dist-types/commands/ListObjectsCommand.d.ts +2 -0
- package/dist-types/commands/ListObjectsV2Command.d.ts +2 -0
- package/dist-types/commands/ListPartsCommand.d.ts +2 -0
- package/dist-types/commands/PutBucketAccelerateConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/PutBucketAclCommand.d.ts +2 -0
- package/dist-types/commands/PutBucketAnalyticsConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/PutBucketCorsCommand.d.ts +2 -0
- package/dist-types/commands/PutBucketEncryptionCommand.d.ts +2 -0
- package/dist-types/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/PutBucketInventoryConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/PutBucketLoggingCommand.d.ts +2 -0
- package/dist-types/commands/PutBucketMetricsConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/PutBucketNotificationConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/PutBucketOwnershipControlsCommand.d.ts +2 -0
- package/dist-types/commands/PutBucketPolicyCommand.d.ts +2 -0
- package/dist-types/commands/PutBucketReplicationCommand.d.ts +2 -0
- package/dist-types/commands/PutBucketRequestPaymentCommand.d.ts +2 -0
- package/dist-types/commands/PutBucketTaggingCommand.d.ts +2 -0
- package/dist-types/commands/PutBucketVersioningCommand.d.ts +2 -0
- package/dist-types/commands/PutBucketWebsiteCommand.d.ts +2 -0
- package/dist-types/commands/PutObjectAclCommand.d.ts +2 -0
- package/dist-types/commands/PutObjectCommand.d.ts +2 -0
- package/dist-types/commands/PutObjectLegalHoldCommand.d.ts +2 -0
- package/dist-types/commands/PutObjectLockConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/PutObjectRetentionCommand.d.ts +2 -0
- package/dist-types/commands/PutObjectTaggingCommand.d.ts +2 -0
- package/dist-types/commands/PutPublicAccessBlockCommand.d.ts +2 -0
- package/dist-types/commands/RestoreObjectCommand.d.ts +2 -0
- package/dist-types/commands/SelectObjectContentCommand.d.ts +2 -0
- package/dist-types/commands/UploadPartCommand.d.ts +2 -0
- package/dist-types/commands/UploadPartCopyCommand.d.ts +2 -0
- package/dist-types/commands/WriteGetObjectResponseCommand.d.ts +2 -0
- package/dist-types/endpoint/EndpointParameters.d.ts +32 -0
- package/dist-types/endpoint/endpointResolver.d.ts +5 -0
- package/dist-types/endpoint/ruleset.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +249 -47
- package/dist-types/models/models_1.d.ts +13 -3
- package/dist-types/runtimeConfig.browser.d.ts +8 -6
- package/dist-types/runtimeConfig.d.ts +8 -6
- package/dist-types/runtimeConfig.native.d.ts +6 -4
- package/dist-types/runtimeConfig.shared.d.ts +3 -1
- package/dist-types/ts3.4/S3Client.d.ts +17 -13
- package/dist-types/ts3.4/commands/AbortMultipartUploadCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CompleteMultipartUploadCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CopyObjectCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateBucketCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateMultipartUploadCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteBucketAnalyticsConfigurationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteBucketCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteBucketCorsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteBucketEncryptionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteBucketIntelligentTieringConfigurationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteBucketInventoryConfigurationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteBucketLifecycleCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteBucketMetricsConfigurationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteBucketOwnershipControlsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteBucketPolicyCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteBucketReplicationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteBucketTaggingCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteBucketWebsiteCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteObjectCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteObjectTaggingCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteObjectsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeletePublicAccessBlockCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetBucketAccelerateConfigurationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetBucketAclCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetBucketAnalyticsConfigurationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetBucketCorsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetBucketEncryptionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetBucketIntelligentTieringConfigurationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetBucketInventoryConfigurationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetBucketLifecycleConfigurationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetBucketLocationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetBucketLoggingCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetBucketMetricsConfigurationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetBucketNotificationConfigurationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetBucketOwnershipControlsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetBucketPolicyCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetBucketPolicyStatusCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetBucketReplicationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetBucketRequestPaymentCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetBucketTaggingCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetBucketVersioningCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetBucketWebsiteCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetObjectAclCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetObjectAttributesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetObjectCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetObjectLegalHoldCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetObjectLockConfigurationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetObjectRetentionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetObjectTaggingCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetObjectTorrentCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetPublicAccessBlockCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/HeadBucketCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/HeadObjectCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListBucketAnalyticsConfigurationsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListBucketIntelligentTieringConfigurationsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListBucketInventoryConfigurationsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListBucketMetricsConfigurationsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListBucketsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListMultipartUploadsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListObjectVersionsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListObjectsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListObjectsV2Command.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListPartsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/PutBucketAccelerateConfigurationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/PutBucketAclCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/PutBucketAnalyticsConfigurationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/PutBucketCorsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/PutBucketEncryptionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/PutBucketInventoryConfigurationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/PutBucketLifecycleConfigurationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/PutBucketLoggingCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/PutBucketMetricsConfigurationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/PutBucketNotificationConfigurationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/PutBucketOwnershipControlsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/PutBucketPolicyCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/PutBucketReplicationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/PutBucketRequestPaymentCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/PutBucketTaggingCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/PutBucketVersioningCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/PutBucketWebsiteCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/PutObjectAclCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/PutObjectCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/PutObjectLegalHoldCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/PutObjectLockConfigurationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/PutObjectRetentionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/PutObjectTaggingCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/PutPublicAccessBlockCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/RestoreObjectCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/SelectObjectContentCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UploadPartCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UploadPartCopyCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/WriteGetObjectResponseCommand.d.ts +2 -0
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +39 -0
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
- package/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
- package/dist-types/ts3.4/models/models_0.d.ts +249 -134
- package/dist-types/ts3.4/models/models_1.d.ts +13 -3
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +24 -8
- package/dist-types/ts3.4/runtimeConfig.d.ts +24 -8
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +17 -6
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +6 -1
- package/package.json +4 -3
- package/dist-cjs/endpoints.js +0 -462
- package/dist-es/endpoints.js +0 -458
- package/dist-types/endpoints.d.ts +0 -2
- package/dist-types/ts3.4/endpoints.d.ts +0 -2
|
@@ -4,11 +4,15 @@ import { S3ServiceException as __BaseException } from "./S3ServiceException";
|
|
|
4
4
|
export interface AbortIncompleteMultipartUpload {
|
|
5
5
|
DaysAfterInitiation?: number;
|
|
6
6
|
}
|
|
7
|
-
export declare
|
|
7
|
+
export declare enum RequestCharged {
|
|
8
|
+
requester = "requester",
|
|
9
|
+
}
|
|
8
10
|
export interface AbortMultipartUploadOutput {
|
|
9
11
|
RequestCharged?: RequestCharged | string;
|
|
10
12
|
}
|
|
11
|
-
export declare
|
|
13
|
+
export declare enum RequestPayer {
|
|
14
|
+
requester = "requester",
|
|
15
|
+
}
|
|
12
16
|
export interface AbortMultipartUploadRequest {
|
|
13
17
|
Bucket: string | undefined;
|
|
14
18
|
Key: string | undefined;
|
|
@@ -21,11 +25,18 @@ export declare class NoSuchUpload extends __BaseException {
|
|
|
21
25
|
readonly $fault: "client";
|
|
22
26
|
constructor(opts: __ExceptionOptionType<NoSuchUpload, __BaseException>);
|
|
23
27
|
}
|
|
24
|
-
export declare
|
|
28
|
+
export declare enum BucketAccelerateStatus {
|
|
29
|
+
Enabled = "Enabled",
|
|
30
|
+
Suspended = "Suspended",
|
|
31
|
+
}
|
|
25
32
|
export interface AccelerateConfiguration {
|
|
26
33
|
Status?: BucketAccelerateStatus | string;
|
|
27
34
|
}
|
|
28
|
-
export declare
|
|
35
|
+
export declare enum Type {
|
|
36
|
+
AmazonCustomerByEmail = "AmazonCustomerByEmail",
|
|
37
|
+
CanonicalUser = "CanonicalUser",
|
|
38
|
+
Group = "Group",
|
|
39
|
+
}
|
|
29
40
|
export interface Grantee {
|
|
30
41
|
DisplayName?: string;
|
|
31
42
|
EmailAddress?: string;
|
|
@@ -33,12 +44,13 @@ export interface Grantee {
|
|
|
33
44
|
URI?: string;
|
|
34
45
|
Type: Type | string | undefined;
|
|
35
46
|
}
|
|
36
|
-
export declare
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
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
|
+
}
|
|
42
54
|
export interface Grant {
|
|
43
55
|
Grantee?: Grantee;
|
|
44
56
|
Permission?: Permission | string;
|
|
@@ -51,11 +63,16 @@ export interface AccessControlPolicy {
|
|
|
51
63
|
Grants?: Grant[];
|
|
52
64
|
Owner?: Owner;
|
|
53
65
|
}
|
|
54
|
-
export declare
|
|
66
|
+
export declare enum OwnerOverride {
|
|
67
|
+
Destination = "Destination",
|
|
68
|
+
}
|
|
55
69
|
export interface AccessControlTranslation {
|
|
56
70
|
Owner: OwnerOverride | string | undefined;
|
|
57
71
|
}
|
|
58
|
-
export declare
|
|
72
|
+
export declare enum ServerSideEncryption {
|
|
73
|
+
AES256 = "AES256",
|
|
74
|
+
aws_kms = "aws:kms",
|
|
75
|
+
}
|
|
59
76
|
export interface CompleteMultipartUploadOutput {
|
|
60
77
|
Location?: string;
|
|
61
78
|
Bucket?: string;
|
|
@@ -119,34 +136,48 @@ export interface CopyObjectOutput {
|
|
|
119
136
|
BucketKeyEnabled?: boolean;
|
|
120
137
|
RequestCharged?: RequestCharged | string;
|
|
121
138
|
}
|
|
122
|
-
export declare
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
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
|
+
}
|
|
130
148
|
export declare enum ChecksumAlgorithm {
|
|
131
149
|
CRC32 = "CRC32",
|
|
132
150
|
CRC32C = "CRC32C",
|
|
133
151
|
SHA1 = "SHA1",
|
|
134
152
|
SHA256 = "SHA256",
|
|
135
153
|
}
|
|
136
|
-
export declare
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
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
|
+
}
|
|
150
181
|
export interface CopyObjectRequest {
|
|
151
182
|
ACL?: ObjectCannedACL | string;
|
|
152
183
|
Bucket: string | undefined;
|
|
@@ -214,44 +245,48 @@ export declare class BucketAlreadyOwnedByYou extends __BaseException {
|
|
|
214
245
|
export interface CreateBucketOutput {
|
|
215
246
|
Location?: string;
|
|
216
247
|
}
|
|
217
|
-
export declare
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
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",
|
|
281
|
+
}
|
|
248
282
|
export interface CreateBucketConfiguration {
|
|
249
283
|
LocationConstraint?: BucketLocationConstraint | string;
|
|
250
284
|
}
|
|
251
|
-
export declare
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
285
|
+
export declare enum ObjectOwnership {
|
|
286
|
+
BucketOwnerEnforced = "BucketOwnerEnforced",
|
|
287
|
+
BucketOwnerPreferred = "BucketOwnerPreferred",
|
|
288
|
+
ObjectWriter = "ObjectWriter",
|
|
289
|
+
}
|
|
255
290
|
export interface CreateBucketRequest {
|
|
256
291
|
ACL?: BucketCannedACL | string;
|
|
257
292
|
Bucket: string | undefined;
|
|
@@ -488,7 +523,9 @@ export declare namespace AnalyticsFilter {
|
|
|
488
523
|
}
|
|
489
524
|
const visit: <T>(value: AnalyticsFilter, visitor: Visitor<T>) => T;
|
|
490
525
|
}
|
|
491
|
-
export declare
|
|
526
|
+
export declare enum AnalyticsS3ExportFileFormat {
|
|
527
|
+
CSV = "CSV",
|
|
528
|
+
}
|
|
492
529
|
export interface AnalyticsS3BucketDestination {
|
|
493
530
|
Format: AnalyticsS3ExportFileFormat | string | undefined;
|
|
494
531
|
BucketAccountId?: string;
|
|
@@ -498,7 +535,9 @@ export interface AnalyticsS3BucketDestination {
|
|
|
498
535
|
export interface AnalyticsExportDestination {
|
|
499
536
|
S3BucketDestination: AnalyticsS3BucketDestination | undefined;
|
|
500
537
|
}
|
|
501
|
-
export declare
|
|
538
|
+
export declare enum StorageClassAnalysisSchemaVersion {
|
|
539
|
+
V_1 = "V_1",
|
|
540
|
+
}
|
|
502
541
|
export interface StorageClassAnalysisDataExport {
|
|
503
542
|
OutputSchemaVersion: StorageClassAnalysisSchemaVersion | string | undefined;
|
|
504
543
|
Destination: AnalyticsExportDestination | undefined;
|
|
@@ -561,10 +600,14 @@ export interface IntelligentTieringFilter {
|
|
|
561
600
|
Tag?: Tag;
|
|
562
601
|
And?: IntelligentTieringAndOperator;
|
|
563
602
|
}
|
|
564
|
-
export declare
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
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
|
+
}
|
|
568
611
|
export interface Tiering {
|
|
569
612
|
Days: number | undefined;
|
|
570
613
|
AccessTier: IntelligentTieringAccessTier | string | undefined;
|
|
@@ -590,7 +633,11 @@ export interface InventoryEncryption {
|
|
|
590
633
|
SSES3?: SSES3;
|
|
591
634
|
SSEKMS?: SSEKMS;
|
|
592
635
|
}
|
|
593
|
-
export declare
|
|
636
|
+
export declare enum InventoryFormat {
|
|
637
|
+
CSV = "CSV",
|
|
638
|
+
ORC = "ORC",
|
|
639
|
+
Parquet = "Parquet",
|
|
640
|
+
}
|
|
594
641
|
export interface InventoryS3BucketDestination {
|
|
595
642
|
AccountId?: string;
|
|
596
643
|
Bucket: string | undefined;
|
|
@@ -604,22 +651,29 @@ export interface InventoryDestination {
|
|
|
604
651
|
export interface InventoryFilter {
|
|
605
652
|
Prefix: string | undefined;
|
|
606
653
|
}
|
|
607
|
-
export declare
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
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
|
+
}
|
|
623
677
|
export interface InventorySchedule {
|
|
624
678
|
Frequency: InventoryFrequency | string | undefined;
|
|
625
679
|
}
|
|
@@ -721,19 +775,23 @@ export interface NoncurrentVersionExpiration {
|
|
|
721
775
|
NoncurrentDays?: number;
|
|
722
776
|
NewerNoncurrentVersions?: number;
|
|
723
777
|
}
|
|
724
|
-
export declare
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
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
|
+
}
|
|
731
786
|
export interface NoncurrentVersionTransition {
|
|
732
787
|
NoncurrentDays?: number;
|
|
733
788
|
StorageClass?: TransitionStorageClass | string;
|
|
734
789
|
NewerNoncurrentVersions?: number;
|
|
735
790
|
}
|
|
736
|
-
export declare
|
|
791
|
+
export declare enum ExpirationStatus {
|
|
792
|
+
Disabled = "Disabled",
|
|
793
|
+
Enabled = "Enabled",
|
|
794
|
+
}
|
|
737
795
|
export interface Transition {
|
|
738
796
|
Date?: Date;
|
|
739
797
|
Days?: number;
|
|
@@ -764,7 +822,11 @@ export interface GetBucketLocationRequest {
|
|
|
764
822
|
Bucket: string | undefined;
|
|
765
823
|
ExpectedBucketOwner?: string;
|
|
766
824
|
}
|
|
767
|
-
export declare
|
|
825
|
+
export declare enum BucketLogsPermission {
|
|
826
|
+
FULL_CONTROL = "FULL_CONTROL",
|
|
827
|
+
READ = "READ",
|
|
828
|
+
WRITE = "WRITE",
|
|
829
|
+
}
|
|
768
830
|
export interface TargetGrant {
|
|
769
831
|
Grantee?: Grantee;
|
|
770
832
|
Permission?: BucketLogsPermission | string;
|
|
@@ -882,7 +944,10 @@ export declare type Event =
|
|
|
882
944
|
| "s3:Replication:OperationMissedThreshold"
|
|
883
945
|
| "s3:Replication:OperationNotTracked"
|
|
884
946
|
| "s3:Replication:OperationReplicatedAfterThreshold";
|
|
885
|
-
export declare
|
|
947
|
+
export declare enum FilterRuleName {
|
|
948
|
+
prefix = "prefix",
|
|
949
|
+
suffix = "suffix",
|
|
950
|
+
}
|
|
886
951
|
export interface FilterRule {
|
|
887
952
|
Name?: FilterRuleName | string;
|
|
888
953
|
Value?: string;
|
|
@@ -947,7 +1012,10 @@ export interface GetBucketPolicyStatusRequest {
|
|
|
947
1012
|
Bucket: string | undefined;
|
|
948
1013
|
ExpectedBucketOwner?: string;
|
|
949
1014
|
}
|
|
950
|
-
export declare
|
|
1015
|
+
export declare enum DeleteMarkerReplicationStatus {
|
|
1016
|
+
Disabled = "Disabled",
|
|
1017
|
+
Enabled = "Enabled",
|
|
1018
|
+
}
|
|
951
1019
|
export interface DeleteMarkerReplication {
|
|
952
1020
|
Status?: DeleteMarkerReplicationStatus | string;
|
|
953
1021
|
}
|
|
@@ -957,12 +1025,18 @@ export interface EncryptionConfiguration {
|
|
|
957
1025
|
export interface ReplicationTimeValue {
|
|
958
1026
|
Minutes?: number;
|
|
959
1027
|
}
|
|
960
|
-
export declare
|
|
1028
|
+
export declare enum MetricsStatus {
|
|
1029
|
+
Disabled = "Disabled",
|
|
1030
|
+
Enabled = "Enabled",
|
|
1031
|
+
}
|
|
961
1032
|
export interface Metrics {
|
|
962
1033
|
Status: MetricsStatus | string | undefined;
|
|
963
1034
|
EventThreshold?: ReplicationTimeValue;
|
|
964
1035
|
}
|
|
965
|
-
export declare
|
|
1036
|
+
export declare enum ReplicationTimeStatus {
|
|
1037
|
+
Disabled = "Disabled",
|
|
1038
|
+
Enabled = "Enabled",
|
|
1039
|
+
}
|
|
966
1040
|
export interface ReplicationTime {
|
|
967
1041
|
Status: ReplicationTimeStatus | string | undefined;
|
|
968
1042
|
Time: ReplicationTimeValue | undefined;
|
|
@@ -976,7 +1050,10 @@ export interface Destination {
|
|
|
976
1050
|
ReplicationTime?: ReplicationTime;
|
|
977
1051
|
Metrics?: Metrics;
|
|
978
1052
|
}
|
|
979
|
-
export declare
|
|
1053
|
+
export declare enum ExistingObjectReplicationStatus {
|
|
1054
|
+
Disabled = "Disabled",
|
|
1055
|
+
Enabled = "Enabled",
|
|
1056
|
+
}
|
|
980
1057
|
export interface ExistingObjectReplication {
|
|
981
1058
|
Status: ExistingObjectReplicationStatus | string | undefined;
|
|
982
1059
|
}
|
|
@@ -1022,11 +1099,17 @@ export declare namespace ReplicationRuleFilter {
|
|
|
1022
1099
|
}
|
|
1023
1100
|
const visit: <T>(value: ReplicationRuleFilter, visitor: Visitor<T>) => T;
|
|
1024
1101
|
}
|
|
1025
|
-
export declare
|
|
1102
|
+
export declare enum ReplicaModificationsStatus {
|
|
1103
|
+
Disabled = "Disabled",
|
|
1104
|
+
Enabled = "Enabled",
|
|
1105
|
+
}
|
|
1026
1106
|
export interface ReplicaModifications {
|
|
1027
1107
|
Status: ReplicaModificationsStatus | string | undefined;
|
|
1028
1108
|
}
|
|
1029
|
-
export declare
|
|
1109
|
+
export declare enum SseKmsEncryptedObjectsStatus {
|
|
1110
|
+
Disabled = "Disabled",
|
|
1111
|
+
Enabled = "Enabled",
|
|
1112
|
+
}
|
|
1030
1113
|
export interface SseKmsEncryptedObjects {
|
|
1031
1114
|
Status: SseKmsEncryptedObjectsStatus | string | undefined;
|
|
1032
1115
|
}
|
|
@@ -1034,7 +1117,10 @@ export interface SourceSelectionCriteria {
|
|
|
1034
1117
|
SseKmsEncryptedObjects?: SseKmsEncryptedObjects;
|
|
1035
1118
|
ReplicaModifications?: ReplicaModifications;
|
|
1036
1119
|
}
|
|
1037
|
-
export declare
|
|
1120
|
+
export declare enum ReplicationRuleStatus {
|
|
1121
|
+
Disabled = "Disabled",
|
|
1122
|
+
Enabled = "Enabled",
|
|
1123
|
+
}
|
|
1038
1124
|
export interface ReplicationRule {
|
|
1039
1125
|
ID?: string;
|
|
1040
1126
|
Priority?: number;
|
|
@@ -1057,7 +1143,10 @@ export interface GetBucketReplicationRequest {
|
|
|
1057
1143
|
Bucket: string | undefined;
|
|
1058
1144
|
ExpectedBucketOwner?: string;
|
|
1059
1145
|
}
|
|
1060
|
-
export declare
|
|
1146
|
+
export declare enum Payer {
|
|
1147
|
+
BucketOwner = "BucketOwner",
|
|
1148
|
+
Requester = "Requester",
|
|
1149
|
+
}
|
|
1061
1150
|
export interface GetBucketRequestPaymentOutput {
|
|
1062
1151
|
Payer?: Payer | string;
|
|
1063
1152
|
}
|
|
@@ -1072,8 +1161,14 @@ export interface GetBucketTaggingRequest {
|
|
|
1072
1161
|
Bucket: string | undefined;
|
|
1073
1162
|
ExpectedBucketOwner?: string;
|
|
1074
1163
|
}
|
|
1075
|
-
export declare
|
|
1076
|
-
|
|
1164
|
+
export declare enum MFADeleteStatus {
|
|
1165
|
+
Disabled = "Disabled",
|
|
1166
|
+
Enabled = "Enabled",
|
|
1167
|
+
}
|
|
1168
|
+
export declare enum BucketVersioningStatus {
|
|
1169
|
+
Enabled = "Enabled",
|
|
1170
|
+
Suspended = "Suspended",
|
|
1171
|
+
}
|
|
1077
1172
|
export interface GetBucketVersioningOutput {
|
|
1078
1173
|
Status?: BucketVersioningStatus | string;
|
|
1079
1174
|
MFADelete?: MFADeleteStatus | string;
|
|
@@ -1088,7 +1183,10 @@ export interface ErrorDocument {
|
|
|
1088
1183
|
export interface IndexDocument {
|
|
1089
1184
|
Suffix: string | undefined;
|
|
1090
1185
|
}
|
|
1091
|
-
export declare
|
|
1186
|
+
export declare enum Protocol {
|
|
1187
|
+
http = "http",
|
|
1188
|
+
https = "https",
|
|
1189
|
+
}
|
|
1092
1190
|
export interface RedirectAllRequestsTo {
|
|
1093
1191
|
HostName: string | undefined;
|
|
1094
1192
|
Protocol?: Protocol | string;
|
|
@@ -1118,11 +1216,12 @@ export interface GetBucketWebsiteRequest {
|
|
|
1118
1216
|
Bucket: string | undefined;
|
|
1119
1217
|
ExpectedBucketOwner?: string;
|
|
1120
1218
|
}
|
|
1121
|
-
export declare
|
|
1122
|
-
|
|
1123
|
-
|
|
1124
|
-
|
|
1125
|
-
|
|
1219
|
+
export declare enum ReplicationStatus {
|
|
1220
|
+
COMPLETE = "COMPLETE",
|
|
1221
|
+
FAILED = "FAILED",
|
|
1222
|
+
PENDING = "PENDING",
|
|
1223
|
+
REPLICA = "REPLICA",
|
|
1224
|
+
}
|
|
1126
1225
|
export interface GetObjectOutput {
|
|
1127
1226
|
Body?: Readable | ReadableStream | Blob;
|
|
1128
1227
|
DeleteMarker?: boolean;
|
|
@@ -1277,8 +1376,13 @@ export interface GetObjectLegalHoldRequest {
|
|
|
1277
1376
|
RequestPayer?: RequestPayer | string;
|
|
1278
1377
|
ExpectedBucketOwner?: string;
|
|
1279
1378
|
}
|
|
1280
|
-
export declare
|
|
1281
|
-
|
|
1379
|
+
export declare enum ObjectLockEnabled {
|
|
1380
|
+
Enabled = "Enabled",
|
|
1381
|
+
}
|
|
1382
|
+
export declare enum ObjectLockRetentionMode {
|
|
1383
|
+
COMPLIANCE = "COMPLIANCE",
|
|
1384
|
+
GOVERNANCE = "GOVERNANCE",
|
|
1385
|
+
}
|
|
1282
1386
|
export interface DefaultRetention {
|
|
1283
1387
|
Mode?: ObjectLockRetentionMode | string;
|
|
1284
1388
|
Days?: number;
|
|
@@ -1355,7 +1459,10 @@ export declare class NotFound extends __BaseException {
|
|
|
1355
1459
|
readonly $fault: "client";
|
|
1356
1460
|
constructor(opts: __ExceptionOptionType<NotFound, __BaseException>);
|
|
1357
1461
|
}
|
|
1358
|
-
export declare
|
|
1462
|
+
export declare enum ArchiveStatus {
|
|
1463
|
+
ARCHIVE_ACCESS = "ARCHIVE_ACCESS",
|
|
1464
|
+
DEEP_ARCHIVE_ACCESS = "DEEP_ARCHIVE_ACCESS",
|
|
1465
|
+
}
|
|
1359
1466
|
export interface HeadObjectOutput {
|
|
1360
1467
|
DeleteMarker?: boolean;
|
|
1361
1468
|
AcceptRanges?: string;
|
|
@@ -1463,7 +1570,9 @@ export interface ListBucketsOutput {
|
|
|
1463
1570
|
export interface CommonPrefix {
|
|
1464
1571
|
Prefix?: string;
|
|
1465
1572
|
}
|
|
1466
|
-
export declare
|
|
1573
|
+
export declare enum EncodingType {
|
|
1574
|
+
url = "url",
|
|
1575
|
+
}
|
|
1467
1576
|
export interface Initiator {
|
|
1468
1577
|
ID?: string;
|
|
1469
1578
|
DisplayName?: string;
|
|
@@ -1501,16 +1610,17 @@ export interface ListMultipartUploadsRequest {
|
|
|
1501
1610
|
UploadIdMarker?: string;
|
|
1502
1611
|
ExpectedBucketOwner?: string;
|
|
1503
1612
|
}
|
|
1504
|
-
export declare
|
|
1505
|
-
|
|
1506
|
-
|
|
1507
|
-
|
|
1508
|
-
|
|
1509
|
-
|
|
1510
|
-
|
|
1511
|
-
|
|
1512
|
-
|
|
1513
|
-
|
|
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
|
+
}
|
|
1514
1624
|
export interface _Object {
|
|
1515
1625
|
Key?: string;
|
|
1516
1626
|
LastModified?: Date;
|
|
@@ -1580,7 +1690,9 @@ export interface DeleteMarkerEntry {
|
|
|
1580
1690
|
IsLatest?: boolean;
|
|
1581
1691
|
LastModified?: Date;
|
|
1582
1692
|
}
|
|
1583
|
-
export declare
|
|
1693
|
+
export declare enum ObjectVersionStorageClass {
|
|
1694
|
+
STANDARD = "STANDARD",
|
|
1695
|
+
}
|
|
1584
1696
|
export interface ObjectVersion {
|
|
1585
1697
|
ETag?: string;
|
|
1586
1698
|
ChecksumAlgorithm?: (ChecksumAlgorithm | string)[];
|
|
@@ -1784,7 +1896,10 @@ export interface PutBucketTaggingRequest {
|
|
|
1784
1896
|
Tagging: Tagging | undefined;
|
|
1785
1897
|
ExpectedBucketOwner?: string;
|
|
1786
1898
|
}
|
|
1787
|
-
export declare
|
|
1899
|
+
export declare enum MFADelete {
|
|
1900
|
+
Disabled = "Disabled",
|
|
1901
|
+
Enabled = "Enabled",
|
|
1902
|
+
}
|
|
1788
1903
|
export interface VersioningConfiguration {
|
|
1789
1904
|
MFADelete?: MFADelete | string;
|
|
1790
1905
|
Status?: BucketVersioningStatus | string;
|
|
@@ -61,7 +61,11 @@ export interface RestoreObjectOutput {
|
|
|
61
61
|
RequestCharged?: RequestCharged | string;
|
|
62
62
|
RestoreOutputPath?: string;
|
|
63
63
|
}
|
|
64
|
-
export declare
|
|
64
|
+
export declare enum Tier {
|
|
65
|
+
Bulk = "Bulk",
|
|
66
|
+
Expedited = "Expedited",
|
|
67
|
+
Standard = "Standard",
|
|
68
|
+
}
|
|
65
69
|
export interface GlacierJobParameters {
|
|
66
70
|
Tier: Tier | string | undefined;
|
|
67
71
|
}
|
|
@@ -87,8 +91,14 @@ export interface S3Location {
|
|
|
87
91
|
export interface OutputLocation {
|
|
88
92
|
S3?: S3Location;
|
|
89
93
|
}
|
|
90
|
-
export declare
|
|
91
|
-
|
|
94
|
+
export declare enum ExpressionType {
|
|
95
|
+
SQL = "SQL",
|
|
96
|
+
}
|
|
97
|
+
export declare enum CompressionType {
|
|
98
|
+
BZIP2 = "BZIP2",
|
|
99
|
+
GZIP = "GZIP",
|
|
100
|
+
NONE = "NONE",
|
|
101
|
+
}
|
|
92
102
|
export declare enum FileHeaderInfo {
|
|
93
103
|
IGNORE = "IGNORE",
|
|
94
104
|
NONE = "NONE",
|