@aws-sdk/client-s3 3.188.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 +24 -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 +43 -42
- 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
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { PutObjectAclOutput, PutObjectAclRequest } from "../models/models_0";
|
|
@@ -206,6 +207,7 @@ export interface PutObjectAclCommandOutput extends PutObjectAclOutput, __Metadat
|
|
|
206
207
|
*/
|
|
207
208
|
export declare class PutObjectAclCommand extends $Command<PutObjectAclCommandInput, PutObjectAclCommandOutput, S3ClientResolvedConfig> {
|
|
208
209
|
readonly input: PutObjectAclCommandInput;
|
|
210
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
209
211
|
constructor(input: PutObjectAclCommandInput);
|
|
210
212
|
/**
|
|
211
213
|
* @internal
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
/// <reference types="node" />
|
|
2
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
5
|
import { PutObjectOutput, PutObjectRequest } from "../models/models_0";
|
|
@@ -141,6 +142,7 @@ export interface PutObjectCommandOutput extends PutObjectOutput, __MetadataBeare
|
|
|
141
142
|
*/
|
|
142
143
|
export declare class PutObjectCommand extends $Command<PutObjectCommandInput, PutObjectCommandOutput, S3ClientResolvedConfig> {
|
|
143
144
|
readonly input: PutObjectCommandInput;
|
|
145
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
144
146
|
constructor(input: PutObjectCommandInput);
|
|
145
147
|
/**
|
|
146
148
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { PutObjectLegalHoldOutput, PutObjectLegalHoldRequest } from "../models/models_0";
|
|
@@ -28,6 +29,7 @@ export interface PutObjectLegalHoldCommandOutput extends PutObjectLegalHoldOutpu
|
|
|
28
29
|
*/
|
|
29
30
|
export declare class PutObjectLegalHoldCommand extends $Command<PutObjectLegalHoldCommandInput, PutObjectLegalHoldCommandOutput, S3ClientResolvedConfig> {
|
|
30
31
|
readonly input: PutObjectLegalHoldCommandInput;
|
|
32
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
33
|
constructor(input: PutObjectLegalHoldCommandInput);
|
|
32
34
|
/**
|
|
33
35
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { PutObjectLockConfigurationOutput, PutObjectLockConfigurationRequest } from "../models/models_0";
|
|
@@ -45,6 +46,7 @@ export interface PutObjectLockConfigurationCommandOutput extends PutObjectLockCo
|
|
|
45
46
|
*/
|
|
46
47
|
export declare class PutObjectLockConfigurationCommand extends $Command<PutObjectLockConfigurationCommandInput, PutObjectLockConfigurationCommandOutput, S3ClientResolvedConfig> {
|
|
47
48
|
readonly input: PutObjectLockConfigurationCommandInput;
|
|
49
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
48
50
|
constructor(input: PutObjectLockConfigurationCommandInput);
|
|
49
51
|
/**
|
|
50
52
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { PutObjectRetentionOutput, PutObjectRetentionRequest } from "../models/models_1";
|
|
@@ -30,6 +31,7 @@ export interface PutObjectRetentionCommandOutput extends PutObjectRetentionOutpu
|
|
|
30
31
|
*/
|
|
31
32
|
export declare class PutObjectRetentionCommand extends $Command<PutObjectRetentionCommandInput, PutObjectRetentionCommandOutput, S3ClientResolvedConfig> {
|
|
32
33
|
readonly input: PutObjectRetentionCommandInput;
|
|
34
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
33
35
|
constructor(input: PutObjectRetentionCommandInput);
|
|
34
36
|
/**
|
|
35
37
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { PutObjectTaggingOutput, PutObjectTaggingRequest } from "../models/models_1";
|
|
@@ -128,6 +129,7 @@ export interface PutObjectTaggingCommandOutput extends PutObjectTaggingOutput, _
|
|
|
128
129
|
*/
|
|
129
130
|
export declare class PutObjectTaggingCommand extends $Command<PutObjectTaggingCommandInput, PutObjectTaggingCommandOutput, S3ClientResolvedConfig> {
|
|
130
131
|
readonly input: PutObjectTaggingCommandInput;
|
|
132
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
131
133
|
constructor(input: PutObjectTaggingCommandInput);
|
|
132
134
|
/**
|
|
133
135
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { PutPublicAccessBlockRequest } from "../models/models_1";
|
|
@@ -69,6 +70,7 @@ export interface PutPublicAccessBlockCommandOutput extends __MetadataBearer {
|
|
|
69
70
|
*/
|
|
70
71
|
export declare class PutPublicAccessBlockCommand extends $Command<PutPublicAccessBlockCommandInput, PutPublicAccessBlockCommandOutput, S3ClientResolvedConfig> {
|
|
71
72
|
readonly input: PutPublicAccessBlockCommandInput;
|
|
73
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
72
74
|
constructor(input: PutPublicAccessBlockCommandInput);
|
|
73
75
|
/**
|
|
74
76
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { RestoreObjectOutput, RestoreObjectRequest } from "../models/models_1";
|
|
@@ -309,6 +310,7 @@ export interface RestoreObjectCommandOutput extends RestoreObjectOutput, __Metad
|
|
|
309
310
|
*/
|
|
310
311
|
export declare class RestoreObjectCommand extends $Command<RestoreObjectCommandInput, RestoreObjectCommandOutput, S3ClientResolvedConfig> {
|
|
311
312
|
readonly input: RestoreObjectCommandInput;
|
|
313
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
312
314
|
constructor(input: RestoreObjectCommandInput);
|
|
313
315
|
/**
|
|
314
316
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { SelectObjectContentOutput, SelectObjectContentRequest } from "../models/models_1";
|
|
@@ -142,6 +143,7 @@ export interface SelectObjectContentCommandOutput extends SelectObjectContentOut
|
|
|
142
143
|
*/
|
|
143
144
|
export declare class SelectObjectContentCommand extends $Command<SelectObjectContentCommandInput, SelectObjectContentCommandOutput, S3ClientResolvedConfig> {
|
|
144
145
|
readonly input: SelectObjectContentCommandInput;
|
|
146
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
145
147
|
constructor(input: SelectObjectContentCommandInput);
|
|
146
148
|
/**
|
|
147
149
|
* @internal
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
/// <reference types="node" />
|
|
2
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
5
|
import { UploadPartOutput, UploadPartRequest } from "../models/models_1";
|
|
@@ -172,6 +173,7 @@ export interface UploadPartCommandOutput extends UploadPartOutput, __MetadataBea
|
|
|
172
173
|
*/
|
|
173
174
|
export declare class UploadPartCommand extends $Command<UploadPartCommandInput, UploadPartCommandOutput, S3ClientResolvedConfig> {
|
|
174
175
|
readonly input: UploadPartCommandInput;
|
|
176
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
175
177
|
constructor(input: UploadPartCommandInput);
|
|
176
178
|
/**
|
|
177
179
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { UploadPartCopyOutput, UploadPartCopyRequest } from "../models/models_1";
|
|
@@ -201,6 +202,7 @@ export interface UploadPartCopyCommandOutput extends UploadPartCopyOutput, __Met
|
|
|
201
202
|
*/
|
|
202
203
|
export declare class UploadPartCopyCommand extends $Command<UploadPartCopyCommandInput, UploadPartCopyCommandOutput, S3ClientResolvedConfig> {
|
|
203
204
|
readonly input: UploadPartCopyCommandInput;
|
|
205
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
204
206
|
constructor(input: UploadPartCopyCommandInput);
|
|
205
207
|
/**
|
|
206
208
|
* @internal
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
/// <reference types="node" />
|
|
2
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
5
|
import { WriteGetObjectResponseRequest } from "../models/models_1";
|
|
@@ -57,6 +58,7 @@ export interface WriteGetObjectResponseCommandOutput extends __MetadataBearer {
|
|
|
57
58
|
*/
|
|
58
59
|
export declare class WriteGetObjectResponseCommand extends $Command<WriteGetObjectResponseCommandInput, WriteGetObjectResponseCommandOutput, S3ClientResolvedConfig> {
|
|
59
60
|
readonly input: WriteGetObjectResponseCommandInput;
|
|
61
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
60
62
|
constructor(input: WriteGetObjectResponseCommandInput);
|
|
61
63
|
/**
|
|
62
64
|
* @internal
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { EndpointParameters as __EndpointParameters, Provider } from "@aws-sdk/types";
|
|
2
|
+
export interface ClientInputEndpointParameters {
|
|
3
|
+
region?: string | Provider<string>;
|
|
4
|
+
useFipsEndpoint?: boolean | Provider<boolean>;
|
|
5
|
+
useDualstackEndpoint?: boolean | Provider<boolean>;
|
|
6
|
+
endpoint?: string | Provider<string>;
|
|
7
|
+
forcePathStyle?: boolean | Provider<boolean>;
|
|
8
|
+
useAccelerateEndpoint?: boolean | Provider<boolean>;
|
|
9
|
+
useGlobalEndpoint?: boolean | Provider<boolean>;
|
|
10
|
+
disableMultiregionAccessPoints?: boolean | Provider<boolean>;
|
|
11
|
+
useArnRegion?: boolean | Provider<boolean>;
|
|
12
|
+
}
|
|
13
|
+
export declare type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
|
|
14
|
+
defaultSigningName: string;
|
|
15
|
+
};
|
|
16
|
+
export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientInputEndpointParameters & {
|
|
17
|
+
defaultSigningName: string;
|
|
18
|
+
};
|
|
19
|
+
export interface EndpointParameters extends __EndpointParameters {
|
|
20
|
+
Bucket?: string;
|
|
21
|
+
Region?: string;
|
|
22
|
+
UseFIPS?: boolean;
|
|
23
|
+
UseDualStack?: boolean;
|
|
24
|
+
Endpoint?: string;
|
|
25
|
+
ForcePathStyle?: boolean;
|
|
26
|
+
Accelerate?: boolean;
|
|
27
|
+
UseGlobalEndpoint?: boolean;
|
|
28
|
+
UseObjectLambdaEndpoint?: boolean;
|
|
29
|
+
DisableAccessPoints?: boolean;
|
|
30
|
+
DisableMultiRegionAccessPoints?: boolean;
|
|
31
|
+
UseArnRegion?: boolean;
|
|
32
|
+
}
|