@aws-sdk/client-s3 3.190.0 → 3.193.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 +27 -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 +44 -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
|
@@ -7,8 +7,10 @@ import { S3ClientConfig } from "./S3Client";
|
|
|
7
7
|
export declare const getRuntimeConfig: (config: S3ClientConfig) => {
|
|
8
8
|
apiVersion: string;
|
|
9
9
|
disableHostPrefix: boolean;
|
|
10
|
+
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
11
|
+
logger?: __Logger | undefined;
|
|
12
|
+
}) => import("@aws-sdk/types").EndpointV2;
|
|
10
13
|
logger: __Logger;
|
|
11
|
-
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
12
14
|
serviceId: string;
|
|
13
15
|
signerConstructor: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | typeof SignatureV4MultiRegion;
|
|
14
16
|
signingEscapePath: boolean;
|
|
@@ -1,6 +1,4 @@
|
|
|
1
1
|
import {
|
|
2
|
-
EndpointsInputConfig,
|
|
3
|
-
EndpointsResolvedConfig,
|
|
4
2
|
RegionInputConfig,
|
|
5
3
|
RegionResolvedConfig,
|
|
6
4
|
} from "@aws-sdk/config-resolver";
|
|
@@ -9,9 +7,9 @@ import {
|
|
|
9
7
|
EventStreamSerdeResolvedConfig,
|
|
10
8
|
} from "@aws-sdk/eventstream-serde-config-resolver";
|
|
11
9
|
import {
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
} from "@aws-sdk/middleware-
|
|
10
|
+
EndpointInputConfig,
|
|
11
|
+
EndpointResolvedConfig,
|
|
12
|
+
} from "@aws-sdk/middleware-endpoint";
|
|
15
13
|
import {
|
|
16
14
|
HostHeaderInputConfig,
|
|
17
15
|
HostHeaderResolvedConfig,
|
|
@@ -20,6 +18,7 @@ import {
|
|
|
20
18
|
RetryInputConfig,
|
|
21
19
|
RetryResolvedConfig,
|
|
22
20
|
} from "@aws-sdk/middleware-retry";
|
|
21
|
+
import { S3InputConfig, S3ResolvedConfig } from "@aws-sdk/middleware-sdk-s3";
|
|
23
22
|
import {
|
|
24
23
|
AwsAuthInputConfig,
|
|
25
24
|
AwsAuthResolvedConfig,
|
|
@@ -47,7 +46,6 @@ import {
|
|
|
47
46
|
Logger as __Logger,
|
|
48
47
|
Provider as __Provider,
|
|
49
48
|
Provider,
|
|
50
|
-
RegionInfoProvider,
|
|
51
49
|
SdkStreamMixinInjector as __SdkStreamMixinInjector,
|
|
52
50
|
StreamCollector as __StreamCollector,
|
|
53
51
|
StreamHasher as __StreamHasher,
|
|
@@ -427,6 +425,11 @@ import {
|
|
|
427
425
|
WriteGetObjectResponseCommandInput,
|
|
428
426
|
WriteGetObjectResponseCommandOutput,
|
|
429
427
|
} from "./commands/WriteGetObjectResponseCommand";
|
|
428
|
+
import {
|
|
429
|
+
ClientInputEndpointParameters,
|
|
430
|
+
ClientResolvedEndpointParameters,
|
|
431
|
+
EndpointParameters,
|
|
432
|
+
} from "./endpoint/EndpointParameters";
|
|
430
433
|
export declare type ServiceInputTypes =
|
|
431
434
|
| AbortMultipartUploadCommandInput
|
|
432
435
|
| CompleteMultipartUploadCommandInput
|
|
@@ -636,7 +639,6 @@ export interface ClientDefaults
|
|
|
636
639
|
serviceId?: string;
|
|
637
640
|
region?: string | __Provider<string>;
|
|
638
641
|
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
639
|
-
regionInfoProvider?: RegionInfoProvider;
|
|
640
642
|
signingEscapePath?: boolean;
|
|
641
643
|
useArnRegion?: boolean | Provider<boolean>;
|
|
642
644
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
@@ -653,25 +655,27 @@ declare type S3ClientConfigType = Partial<
|
|
|
653
655
|
> &
|
|
654
656
|
ClientDefaults &
|
|
655
657
|
RegionInputConfig &
|
|
656
|
-
|
|
658
|
+
EndpointInputConfig<EndpointParameters> &
|
|
657
659
|
RetryInputConfig &
|
|
658
660
|
HostHeaderInputConfig &
|
|
659
661
|
AwsAuthInputConfig &
|
|
660
|
-
|
|
662
|
+
S3InputConfig &
|
|
661
663
|
UserAgentInputConfig &
|
|
662
|
-
EventStreamSerdeInputConfig
|
|
664
|
+
EventStreamSerdeInputConfig &
|
|
665
|
+
ClientInputEndpointParameters;
|
|
663
666
|
export interface S3ClientConfig extends S3ClientConfigType {}
|
|
664
667
|
declare type S3ClientResolvedConfigType =
|
|
665
668
|
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
666
669
|
Required<ClientDefaults> &
|
|
667
670
|
RegionResolvedConfig &
|
|
668
|
-
|
|
671
|
+
EndpointResolvedConfig<EndpointParameters> &
|
|
669
672
|
RetryResolvedConfig &
|
|
670
673
|
HostHeaderResolvedConfig &
|
|
671
674
|
AwsAuthResolvedConfig &
|
|
672
|
-
|
|
675
|
+
S3ResolvedConfig &
|
|
673
676
|
UserAgentResolvedConfig &
|
|
674
|
-
EventStreamSerdeResolvedConfig
|
|
677
|
+
EventStreamSerdeResolvedConfig &
|
|
678
|
+
ClientResolvedEndpointParameters;
|
|
675
679
|
export interface S3ClientResolvedConfig extends S3ClientResolvedConfigType {}
|
|
676
680
|
export declare class S3Client extends __Client<
|
|
677
681
|
__HttpHandlerOptions,
|
|
@@ -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 {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class AbortMultipartUploadCommand extends $Command<
|
|
|
25
26
|
S3ClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: AbortMultipartUploadCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: AbortMultipartUploadCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -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 {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class CompleteMultipartUploadCommand extends $Command<
|
|
|
25
26
|
S3ClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: CompleteMultipartUploadCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: CompleteMultipartUploadCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -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 {
|
|
3
4
|
Handler,
|
|
@@ -21,6 +22,7 @@ export declare class CopyObjectCommand extends $Command<
|
|
|
21
22
|
S3ClientResolvedConfig
|
|
22
23
|
> {
|
|
23
24
|
readonly input: CopyObjectCommandInput;
|
|
25
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
24
26
|
constructor(input: CopyObjectCommandInput);
|
|
25
27
|
resolveMiddleware(
|
|
26
28
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -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 {
|
|
3
4
|
Handler,
|
|
@@ -21,6 +22,7 @@ export declare class CreateBucketCommand extends $Command<
|
|
|
21
22
|
S3ClientResolvedConfig
|
|
22
23
|
> {
|
|
23
24
|
readonly input: CreateBucketCommandInput;
|
|
25
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
24
26
|
constructor(input: CreateBucketCommandInput);
|
|
25
27
|
resolveMiddleware(
|
|
26
28
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -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 {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class CreateMultipartUploadCommand extends $Command<
|
|
|
25
26
|
S3ClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: CreateMultipartUploadCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: CreateMultipartUploadCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -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 {
|
|
3
4
|
Handler,
|
|
@@ -21,6 +22,7 @@ export declare class DeleteBucketAnalyticsConfigurationCommand extends $Command<
|
|
|
21
22
|
S3ClientResolvedConfig
|
|
22
23
|
> {
|
|
23
24
|
readonly input: DeleteBucketAnalyticsConfigurationCommandInput;
|
|
25
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
24
26
|
constructor(input: DeleteBucketAnalyticsConfigurationCommandInput);
|
|
25
27
|
resolveMiddleware(
|
|
26
28
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -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 {
|
|
3
4
|
Handler,
|
|
@@ -19,6 +20,7 @@ export declare class DeleteBucketCommand extends $Command<
|
|
|
19
20
|
S3ClientResolvedConfig
|
|
20
21
|
> {
|
|
21
22
|
readonly input: DeleteBucketCommandInput;
|
|
23
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
22
24
|
constructor(input: DeleteBucketCommandInput);
|
|
23
25
|
resolveMiddleware(
|
|
24
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -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 {
|
|
3
4
|
Handler,
|
|
@@ -19,6 +20,7 @@ export declare class DeleteBucketCorsCommand extends $Command<
|
|
|
19
20
|
S3ClientResolvedConfig
|
|
20
21
|
> {
|
|
21
22
|
readonly input: DeleteBucketCorsCommandInput;
|
|
23
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
22
24
|
constructor(input: DeleteBucketCorsCommandInput);
|
|
23
25
|
resolveMiddleware(
|
|
24
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -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 {
|
|
3
4
|
Handler,
|
|
@@ -20,6 +21,7 @@ export declare class DeleteBucketEncryptionCommand extends $Command<
|
|
|
20
21
|
S3ClientResolvedConfig
|
|
21
22
|
> {
|
|
22
23
|
readonly input: DeleteBucketEncryptionCommandInput;
|
|
24
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
23
25
|
constructor(input: DeleteBucketEncryptionCommandInput);
|
|
24
26
|
resolveMiddleware(
|
|
25
27
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -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 {
|
|
3
4
|
Handler,
|
|
@@ -21,6 +22,7 @@ export declare class DeleteBucketIntelligentTieringConfigurationCommand extends
|
|
|
21
22
|
S3ClientResolvedConfig
|
|
22
23
|
> {
|
|
23
24
|
readonly input: DeleteBucketIntelligentTieringConfigurationCommandInput;
|
|
25
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
24
26
|
constructor(input: DeleteBucketIntelligentTieringConfigurationCommandInput);
|
|
25
27
|
resolveMiddleware(
|
|
26
28
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -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 {
|
|
3
4
|
Handler,
|
|
@@ -21,6 +22,7 @@ export declare class DeleteBucketInventoryConfigurationCommand extends $Command<
|
|
|
21
22
|
S3ClientResolvedConfig
|
|
22
23
|
> {
|
|
23
24
|
readonly input: DeleteBucketInventoryConfigurationCommandInput;
|
|
25
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
24
26
|
constructor(input: DeleteBucketInventoryConfigurationCommandInput);
|
|
25
27
|
resolveMiddleware(
|
|
26
28
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -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 {
|
|
3
4
|
Handler,
|
|
@@ -20,6 +21,7 @@ export declare class DeleteBucketLifecycleCommand extends $Command<
|
|
|
20
21
|
S3ClientResolvedConfig
|
|
21
22
|
> {
|
|
22
23
|
readonly input: DeleteBucketLifecycleCommandInput;
|
|
24
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
23
25
|
constructor(input: DeleteBucketLifecycleCommandInput);
|
|
24
26
|
resolveMiddleware(
|
|
25
27
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -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 {
|
|
3
4
|
Handler,
|
|
@@ -21,6 +22,7 @@ export declare class DeleteBucketMetricsConfigurationCommand extends $Command<
|
|
|
21
22
|
S3ClientResolvedConfig
|
|
22
23
|
> {
|
|
23
24
|
readonly input: DeleteBucketMetricsConfigurationCommandInput;
|
|
25
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
24
26
|
constructor(input: DeleteBucketMetricsConfigurationCommandInput);
|
|
25
27
|
resolveMiddleware(
|
|
26
28
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -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 {
|
|
3
4
|
Handler,
|
|
@@ -21,6 +22,7 @@ export declare class DeleteBucketOwnershipControlsCommand extends $Command<
|
|
|
21
22
|
S3ClientResolvedConfig
|
|
22
23
|
> {
|
|
23
24
|
readonly input: DeleteBucketOwnershipControlsCommandInput;
|
|
25
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
24
26
|
constructor(input: DeleteBucketOwnershipControlsCommandInput);
|
|
25
27
|
resolveMiddleware(
|
|
26
28
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -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 {
|
|
3
4
|
Handler,
|
|
@@ -20,6 +21,7 @@ export declare class DeleteBucketPolicyCommand extends $Command<
|
|
|
20
21
|
S3ClientResolvedConfig
|
|
21
22
|
> {
|
|
22
23
|
readonly input: DeleteBucketPolicyCommandInput;
|
|
24
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
23
25
|
constructor(input: DeleteBucketPolicyCommandInput);
|
|
24
26
|
resolveMiddleware(
|
|
25
27
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -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 {
|
|
3
4
|
Handler,
|
|
@@ -21,6 +22,7 @@ export declare class DeleteBucketReplicationCommand extends $Command<
|
|
|
21
22
|
S3ClientResolvedConfig
|
|
22
23
|
> {
|
|
23
24
|
readonly input: DeleteBucketReplicationCommandInput;
|
|
25
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
24
26
|
constructor(input: DeleteBucketReplicationCommandInput);
|
|
25
27
|
resolveMiddleware(
|
|
26
28
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -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 {
|
|
3
4
|
Handler,
|
|
@@ -20,6 +21,7 @@ export declare class DeleteBucketTaggingCommand extends $Command<
|
|
|
20
21
|
S3ClientResolvedConfig
|
|
21
22
|
> {
|
|
22
23
|
readonly input: DeleteBucketTaggingCommandInput;
|
|
24
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
23
25
|
constructor(input: DeleteBucketTaggingCommandInput);
|
|
24
26
|
resolveMiddleware(
|
|
25
27
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -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 {
|
|
3
4
|
Handler,
|
|
@@ -20,6 +21,7 @@ export declare class DeleteBucketWebsiteCommand extends $Command<
|
|
|
20
21
|
S3ClientResolvedConfig
|
|
21
22
|
> {
|
|
22
23
|
readonly input: DeleteBucketWebsiteCommandInput;
|
|
24
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
23
25
|
constructor(input: DeleteBucketWebsiteCommandInput);
|
|
24
26
|
resolveMiddleware(
|
|
25
27
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -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 {
|
|
3
4
|
Handler,
|
|
@@ -21,6 +22,7 @@ export declare class DeleteObjectCommand extends $Command<
|
|
|
21
22
|
S3ClientResolvedConfig
|
|
22
23
|
> {
|
|
23
24
|
readonly input: DeleteObjectCommandInput;
|
|
25
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
24
26
|
constructor(input: DeleteObjectCommandInput);
|
|
25
27
|
resolveMiddleware(
|
|
26
28
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -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 {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class DeleteObjectTaggingCommand extends $Command<
|
|
|
25
26
|
S3ClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: DeleteObjectTaggingCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: DeleteObjectTaggingCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -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 {
|
|
3
4
|
Handler,
|
|
@@ -21,6 +22,7 @@ export declare class DeleteObjectsCommand extends $Command<
|
|
|
21
22
|
S3ClientResolvedConfig
|
|
22
23
|
> {
|
|
23
24
|
readonly input: DeleteObjectsCommandInput;
|
|
25
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
24
26
|
constructor(input: DeleteObjectsCommandInput);
|
|
25
27
|
resolveMiddleware(
|
|
26
28
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -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 {
|
|
3
4
|
Handler,
|
|
@@ -21,6 +22,7 @@ export declare class DeletePublicAccessBlockCommand extends $Command<
|
|
|
21
22
|
S3ClientResolvedConfig
|
|
22
23
|
> {
|
|
23
24
|
readonly input: DeletePublicAccessBlockCommandInput;
|
|
25
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
24
26
|
constructor(input: DeletePublicAccessBlockCommandInput);
|
|
25
27
|
resolveMiddleware(
|
|
26
28
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -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 {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class GetBucketAccelerateConfigurationCommand extends $Command<
|
|
|
25
26
|
S3ClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: GetBucketAccelerateConfigurationCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: GetBucketAccelerateConfigurationCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -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 {
|
|
3
4
|
Handler,
|
|
@@ -21,6 +22,7 @@ export declare class GetBucketAclCommand extends $Command<
|
|
|
21
22
|
S3ClientResolvedConfig
|
|
22
23
|
> {
|
|
23
24
|
readonly input: GetBucketAclCommandInput;
|
|
25
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
24
26
|
constructor(input: GetBucketAclCommandInput);
|
|
25
27
|
resolveMiddleware(
|
|
26
28
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -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 {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class GetBucketAnalyticsConfigurationCommand extends $Command<
|
|
|
25
26
|
S3ClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: GetBucketAnalyticsConfigurationCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: GetBucketAnalyticsConfigurationCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -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 {
|
|
3
4
|
Handler,
|
|
@@ -21,6 +22,7 @@ export declare class GetBucketCorsCommand extends $Command<
|
|
|
21
22
|
S3ClientResolvedConfig
|
|
22
23
|
> {
|
|
23
24
|
readonly input: GetBucketCorsCommandInput;
|
|
25
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
24
26
|
constructor(input: GetBucketCorsCommandInput);
|
|
25
27
|
resolveMiddleware(
|
|
26
28
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -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 {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class GetBucketEncryptionCommand extends $Command<
|
|
|
25
26
|
S3ClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: GetBucketEncryptionCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: GetBucketEncryptionCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -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 {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class GetBucketIntelligentTieringConfigurationCommand extends $Co
|
|
|
25
26
|
S3ClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: GetBucketIntelligentTieringConfigurationCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: GetBucketIntelligentTieringConfigurationCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -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 {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class GetBucketInventoryConfigurationCommand extends $Command<
|
|
|
25
26
|
S3ClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: GetBucketInventoryConfigurationCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: GetBucketInventoryConfigurationCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -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 {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class GetBucketLifecycleConfigurationCommand extends $Command<
|
|
|
25
26
|
S3ClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: GetBucketLifecycleConfigurationCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: GetBucketLifecycleConfigurationCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -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 {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class GetBucketLocationCommand extends $Command<
|
|
|
25
26
|
S3ClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: GetBucketLocationCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: GetBucketLocationCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -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 {
|
|
3
4
|
Handler,
|
|
@@ -24,6 +25,7 @@ export declare class GetBucketLoggingCommand extends $Command<
|
|
|
24
25
|
S3ClientResolvedConfig
|
|
25
26
|
> {
|
|
26
27
|
readonly input: GetBucketLoggingCommandInput;
|
|
28
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
29
|
constructor(input: GetBucketLoggingCommandInput);
|
|
28
30
|
resolveMiddleware(
|
|
29
31
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -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 {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class GetBucketMetricsConfigurationCommand extends $Command<
|
|
|
25
26
|
S3ClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: GetBucketMetricsConfigurationCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: GetBucketMetricsConfigurationCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -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 {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class GetBucketNotificationConfigurationCommand extends $Command<
|
|
|
25
26
|
S3ClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: GetBucketNotificationConfigurationCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: GetBucketNotificationConfigurationCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -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 {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class GetBucketOwnershipControlsCommand extends $Command<
|
|
|
25
26
|
S3ClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: GetBucketOwnershipControlsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: GetBucketOwnershipControlsCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -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 {
|
|
3
4
|
Handler,
|
|
@@ -24,6 +25,7 @@ export declare class GetBucketPolicyCommand extends $Command<
|
|
|
24
25
|
S3ClientResolvedConfig
|
|
25
26
|
> {
|
|
26
27
|
readonly input: GetBucketPolicyCommandInput;
|
|
28
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
29
|
constructor(input: GetBucketPolicyCommandInput);
|
|
28
30
|
resolveMiddleware(
|
|
29
31
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -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 {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class GetBucketPolicyStatusCommand extends $Command<
|
|
|
25
26
|
S3ClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: GetBucketPolicyStatusCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: GetBucketPolicyStatusCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -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 {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class GetBucketReplicationCommand extends $Command<
|
|
|
25
26
|
S3ClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: GetBucketReplicationCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: GetBucketReplicationCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -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 {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class GetBucketRequestPaymentCommand extends $Command<
|
|
|
25
26
|
S3ClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: GetBucketRequestPaymentCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: GetBucketRequestPaymentCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|