@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
|
@@ -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 { GetBucketReplicationOutput, GetBucketReplicationRequest } from "../models/models_0";
|
|
@@ -59,6 +60,7 @@ export interface GetBucketReplicationCommandOutput extends GetBucketReplicationO
|
|
|
59
60
|
*/
|
|
60
61
|
export declare class GetBucketReplicationCommand extends $Command<GetBucketReplicationCommandInput, GetBucketReplicationCommandOutput, S3ClientResolvedConfig> {
|
|
61
62
|
readonly input: GetBucketReplicationCommandInput;
|
|
63
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
62
64
|
constructor(input: GetBucketReplicationCommandInput);
|
|
63
65
|
/**
|
|
64
66
|
* @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 { GetBucketRequestPaymentOutput, GetBucketRequestPaymentRequest } from "../models/models_0";
|
|
@@ -35,6 +36,7 @@ export interface GetBucketRequestPaymentCommandOutput extends GetBucketRequestPa
|
|
|
35
36
|
*/
|
|
36
37
|
export declare class GetBucketRequestPaymentCommand extends $Command<GetBucketRequestPaymentCommandInput, GetBucketRequestPaymentCommandOutput, S3ClientResolvedConfig> {
|
|
37
38
|
readonly input: GetBucketRequestPaymentCommandInput;
|
|
39
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
38
40
|
constructor(input: GetBucketRequestPaymentCommandInput);
|
|
39
41
|
/**
|
|
40
42
|
* @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 { GetBucketTaggingOutput, GetBucketTaggingRequest } from "../models/models_0";
|
|
@@ -56,6 +57,7 @@ export interface GetBucketTaggingCommandOutput extends GetBucketTaggingOutput, _
|
|
|
56
57
|
*/
|
|
57
58
|
export declare class GetBucketTaggingCommand extends $Command<GetBucketTaggingCommandInput, GetBucketTaggingCommandOutput, S3ClientResolvedConfig> {
|
|
58
59
|
readonly input: GetBucketTaggingCommandInput;
|
|
60
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
59
61
|
constructor(input: GetBucketTaggingCommandInput);
|
|
60
62
|
/**
|
|
61
63
|
* @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 { GetBucketVersioningOutput, GetBucketVersioningRequest } from "../models/models_0";
|
|
@@ -49,6 +50,7 @@ export interface GetBucketVersioningCommandOutput extends GetBucketVersioningOut
|
|
|
49
50
|
*/
|
|
50
51
|
export declare class GetBucketVersioningCommand extends $Command<GetBucketVersioningCommandInput, GetBucketVersioningCommandOutput, S3ClientResolvedConfig> {
|
|
51
52
|
readonly input: GetBucketVersioningCommandInput;
|
|
53
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
52
54
|
constructor(input: GetBucketVersioningCommandInput);
|
|
53
55
|
/**
|
|
54
56
|
* @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 { GetBucketWebsiteOutput, GetBucketWebsiteRequest } from "../models/models_0";
|
|
@@ -45,6 +46,7 @@ export interface GetBucketWebsiteCommandOutput extends GetBucketWebsiteOutput, _
|
|
|
45
46
|
*/
|
|
46
47
|
export declare class GetBucketWebsiteCommand extends $Command<GetBucketWebsiteCommandInput, GetBucketWebsiteCommandOutput, S3ClientResolvedConfig> {
|
|
47
48
|
readonly input: GetBucketWebsiteCommandInput;
|
|
49
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
48
50
|
constructor(input: GetBucketWebsiteCommandInput);
|
|
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 { GetObjectAclOutput, GetObjectAclRequest } from "../models/models_0";
|
|
@@ -65,6 +66,7 @@ export interface GetObjectAclCommandOutput extends GetObjectAclOutput, __Metadat
|
|
|
65
66
|
*/
|
|
66
67
|
export declare class GetObjectAclCommand extends $Command<GetObjectAclCommandInput, GetObjectAclCommandOutput, S3ClientResolvedConfig> {
|
|
67
68
|
readonly input: GetObjectAclCommandInput;
|
|
69
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
68
70
|
constructor(input: GetObjectAclCommandInput);
|
|
69
71
|
/**
|
|
70
72
|
* @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 { GetObjectAttributesOutput, GetObjectAttributesRequest } from "../models/models_0";
|
|
@@ -180,6 +181,7 @@ export interface GetObjectAttributesCommandOutput extends GetObjectAttributesOut
|
|
|
180
181
|
*/
|
|
181
182
|
export declare class GetObjectAttributesCommand extends $Command<GetObjectAttributesCommandInput, GetObjectAttributesCommandOutput, S3ClientResolvedConfig> {
|
|
182
183
|
readonly input: GetObjectAttributesCommandInput;
|
|
184
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
183
185
|
constructor(input: GetObjectAttributesCommandInput);
|
|
184
186
|
/**
|
|
185
187
|
* @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, WithSdkStreamMixin as __WithSdkStreamMixin } from "@aws-sdk/types";
|
|
3
4
|
import { GetObjectOutput, GetObjectRequest } from "../models/models_0";
|
|
@@ -206,6 +207,7 @@ export interface GetObjectCommandOutput extends __WithSdkStreamMixin<GetObjectOu
|
|
|
206
207
|
*/
|
|
207
208
|
export declare class GetObjectCommand extends $Command<GetObjectCommandInput, GetObjectCommandOutput, S3ClientResolvedConfig> {
|
|
208
209
|
readonly input: GetObjectCommandInput;
|
|
210
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
209
211
|
constructor(input: GetObjectCommandInput);
|
|
210
212
|
/**
|
|
211
213
|
* @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 { GetObjectLegalHoldOutput, GetObjectLegalHoldRequest } from "../models/models_0";
|
|
@@ -36,6 +37,7 @@ export interface GetObjectLegalHoldCommandOutput extends GetObjectLegalHoldOutpu
|
|
|
36
37
|
*/
|
|
37
38
|
export declare class GetObjectLegalHoldCommand extends $Command<GetObjectLegalHoldCommandInput, GetObjectLegalHoldCommandOutput, S3ClientResolvedConfig> {
|
|
38
39
|
readonly input: GetObjectLegalHoldCommandInput;
|
|
40
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
39
41
|
constructor(input: GetObjectLegalHoldCommandInput);
|
|
40
42
|
/**
|
|
41
43
|
* @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 { GetObjectLockConfigurationOutput, GetObjectLockConfigurationRequest } from "../models/models_0";
|
|
@@ -37,6 +38,7 @@ export interface GetObjectLockConfigurationCommandOutput extends GetObjectLockCo
|
|
|
37
38
|
*/
|
|
38
39
|
export declare class GetObjectLockConfigurationCommand extends $Command<GetObjectLockConfigurationCommandInput, GetObjectLockConfigurationCommandOutput, S3ClientResolvedConfig> {
|
|
39
40
|
readonly input: GetObjectLockConfigurationCommandInput;
|
|
41
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
40
42
|
constructor(input: GetObjectLockConfigurationCommandInput);
|
|
41
43
|
/**
|
|
42
44
|
* @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 { GetObjectRetentionOutput, GetObjectRetentionRequest } from "../models/models_0";
|
|
@@ -35,6 +36,7 @@ export interface GetObjectRetentionCommandOutput extends GetObjectRetentionOutpu
|
|
|
35
36
|
*/
|
|
36
37
|
export declare class GetObjectRetentionCommand extends $Command<GetObjectRetentionCommandInput, GetObjectRetentionCommandOutput, S3ClientResolvedConfig> {
|
|
37
38
|
readonly input: GetObjectRetentionCommandInput;
|
|
39
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
38
40
|
constructor(input: GetObjectRetentionCommandInput);
|
|
39
41
|
/**
|
|
40
42
|
* @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 { GetObjectTaggingOutput, GetObjectTaggingRequest } from "../models/models_0";
|
|
@@ -57,6 +58,7 @@ export interface GetObjectTaggingCommandOutput extends GetObjectTaggingOutput, _
|
|
|
57
58
|
*/
|
|
58
59
|
export declare class GetObjectTaggingCommand extends $Command<GetObjectTaggingCommandInput, GetObjectTaggingCommandOutput, S3ClientResolvedConfig> {
|
|
59
60
|
readonly input: GetObjectTaggingCommandInput;
|
|
61
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
60
62
|
constructor(input: GetObjectTaggingCommandInput);
|
|
61
63
|
/**
|
|
62
64
|
* @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, WithSdkStreamMixin as __WithSdkStreamMixin } from "@aws-sdk/types";
|
|
3
4
|
import { GetObjectTorrentOutput, GetObjectTorrentRequest } from "../models/models_0";
|
|
@@ -41,6 +42,7 @@ export interface GetObjectTorrentCommandOutput extends __WithSdkStreamMixin<GetO
|
|
|
41
42
|
*/
|
|
42
43
|
export declare class GetObjectTorrentCommand extends $Command<GetObjectTorrentCommandInput, GetObjectTorrentCommandOutput, S3ClientResolvedConfig> {
|
|
43
44
|
readonly input: GetObjectTorrentCommandInput;
|
|
45
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
44
46
|
constructor(input: GetObjectTorrentCommandInput);
|
|
45
47
|
/**
|
|
46
48
|
* @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 { GetPublicAccessBlockOutput, GetPublicAccessBlockRequest } from "../models/models_0";
|
|
@@ -64,6 +65,7 @@ export interface GetPublicAccessBlockCommandOutput extends GetPublicAccessBlockO
|
|
|
64
65
|
*/
|
|
65
66
|
export declare class GetPublicAccessBlockCommand extends $Command<GetPublicAccessBlockCommandInput, GetPublicAccessBlockCommandOutput, S3ClientResolvedConfig> {
|
|
66
67
|
readonly input: GetPublicAccessBlockCommandInput;
|
|
68
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
67
69
|
constructor(input: GetPublicAccessBlockCommandInput);
|
|
68
70
|
/**
|
|
69
71
|
* @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 { HeadBucketRequest } from "../models/models_0";
|
|
@@ -40,6 +41,7 @@ export interface HeadBucketCommandOutput extends __MetadataBearer {
|
|
|
40
41
|
*/
|
|
41
42
|
export declare class HeadBucketCommand extends $Command<HeadBucketCommandInput, HeadBucketCommandOutput, S3ClientResolvedConfig> {
|
|
42
43
|
readonly input: HeadBucketCommandInput;
|
|
44
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
43
45
|
constructor(input: HeadBucketCommandInput);
|
|
44
46
|
/**
|
|
45
47
|
* @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 { HeadObjectOutput, HeadObjectRequest } from "../models/models_0";
|
|
@@ -141,6 +142,7 @@ export interface HeadObjectCommandOutput extends HeadObjectOutput, __MetadataBea
|
|
|
141
142
|
*/
|
|
142
143
|
export declare class HeadObjectCommand extends $Command<HeadObjectCommandInput, HeadObjectCommandOutput, S3ClientResolvedConfig> {
|
|
143
144
|
readonly input: HeadObjectCommandInput;
|
|
145
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
144
146
|
constructor(input: HeadObjectCommandInput);
|
|
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 { ListBucketAnalyticsConfigurationsOutput, ListBucketAnalyticsConfigurationsRequest } from "../models/models_0";
|
|
@@ -64,6 +65,7 @@ export interface ListBucketAnalyticsConfigurationsCommandOutput extends ListBuck
|
|
|
64
65
|
*/
|
|
65
66
|
export declare class ListBucketAnalyticsConfigurationsCommand extends $Command<ListBucketAnalyticsConfigurationsCommandInput, ListBucketAnalyticsConfigurationsCommandOutput, S3ClientResolvedConfig> {
|
|
66
67
|
readonly input: ListBucketAnalyticsConfigurationsCommandInput;
|
|
68
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
67
69
|
constructor(input: ListBucketAnalyticsConfigurationsCommandInput);
|
|
68
70
|
/**
|
|
69
71
|
* @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 { ListBucketIntelligentTieringConfigurationsOutput, ListBucketIntelligentTieringConfigurationsRequest } from "../models/models_0";
|
|
@@ -47,6 +48,7 @@ export interface ListBucketIntelligentTieringConfigurationsCommandOutput extends
|
|
|
47
48
|
*/
|
|
48
49
|
export declare class ListBucketIntelligentTieringConfigurationsCommand extends $Command<ListBucketIntelligentTieringConfigurationsCommandInput, ListBucketIntelligentTieringConfigurationsCommandOutput, S3ClientResolvedConfig> {
|
|
49
50
|
readonly input: ListBucketIntelligentTieringConfigurationsCommandInput;
|
|
51
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
50
52
|
constructor(input: ListBucketIntelligentTieringConfigurationsCommandInput);
|
|
51
53
|
/**
|
|
52
54
|
* @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 { ListBucketInventoryConfigurationsOutput, ListBucketInventoryConfigurationsRequest } from "../models/models_0";
|
|
@@ -63,6 +64,7 @@ export interface ListBucketInventoryConfigurationsCommandOutput extends ListBuck
|
|
|
63
64
|
*/
|
|
64
65
|
export declare class ListBucketInventoryConfigurationsCommand extends $Command<ListBucketInventoryConfigurationsCommandInput, ListBucketInventoryConfigurationsCommandOutput, S3ClientResolvedConfig> {
|
|
65
66
|
readonly input: ListBucketInventoryConfigurationsCommandInput;
|
|
67
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
66
68
|
constructor(input: ListBucketInventoryConfigurationsCommandInput);
|
|
67
69
|
/**
|
|
68
70
|
* @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 { ListBucketMetricsConfigurationsOutput, ListBucketMetricsConfigurationsRequest } from "../models/models_0";
|
|
@@ -65,6 +66,7 @@ export interface ListBucketMetricsConfigurationsCommandOutput extends ListBucket
|
|
|
65
66
|
*/
|
|
66
67
|
export declare class ListBucketMetricsConfigurationsCommand extends $Command<ListBucketMetricsConfigurationsCommandInput, ListBucketMetricsConfigurationsCommandOutput, S3ClientResolvedConfig> {
|
|
67
68
|
readonly input: ListBucketMetricsConfigurationsCommandInput;
|
|
69
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
68
70
|
constructor(input: ListBucketMetricsConfigurationsCommandInput);
|
|
69
71
|
/**
|
|
70
72
|
* @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 { ListBucketsOutput } from "../models/models_0";
|
|
@@ -26,6 +27,7 @@ export interface ListBucketsCommandOutput extends ListBucketsOutput, __MetadataB
|
|
|
26
27
|
*/
|
|
27
28
|
export declare class ListBucketsCommand extends $Command<ListBucketsCommandInput, ListBucketsCommandOutput, S3ClientResolvedConfig> {
|
|
28
29
|
readonly input: ListBucketsCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
29
31
|
constructor(input: ListBucketsCommandInput);
|
|
30
32
|
/**
|
|
31
33
|
* @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 { ListMultipartUploadsOutput, ListMultipartUploadsRequest } from "../models/models_0";
|
|
@@ -75,6 +76,7 @@ export interface ListMultipartUploadsCommandOutput extends ListMultipartUploadsO
|
|
|
75
76
|
*/
|
|
76
77
|
export declare class ListMultipartUploadsCommand extends $Command<ListMultipartUploadsCommandInput, ListMultipartUploadsCommandOutput, S3ClientResolvedConfig> {
|
|
77
78
|
readonly input: ListMultipartUploadsCommandInput;
|
|
79
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
78
80
|
constructor(input: ListMultipartUploadsCommandInput);
|
|
79
81
|
/**
|
|
80
82
|
* @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 { ListObjectVersionsOutput, ListObjectVersionsRequest } from "../models/models_0";
|
|
@@ -63,6 +64,7 @@ export interface ListObjectVersionsCommandOutput extends ListObjectVersionsOutpu
|
|
|
63
64
|
*/
|
|
64
65
|
export declare class ListObjectVersionsCommand extends $Command<ListObjectVersionsCommandInput, ListObjectVersionsCommandOutput, S3ClientResolvedConfig> {
|
|
65
66
|
readonly input: ListObjectVersionsCommandInput;
|
|
67
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
66
68
|
constructor(input: ListObjectVersionsCommandInput);
|
|
67
69
|
/**
|
|
68
70
|
* @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 { ListObjectsOutput, ListObjectsRequest } from "../models/models_0";
|
|
@@ -62,6 +63,7 @@ export interface ListObjectsCommandOutput extends ListObjectsOutput, __MetadataB
|
|
|
62
63
|
*/
|
|
63
64
|
export declare class ListObjectsCommand extends $Command<ListObjectsCommandInput, ListObjectsCommandOutput, S3ClientResolvedConfig> {
|
|
64
65
|
readonly input: ListObjectsCommandInput;
|
|
66
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
65
67
|
constructor(input: ListObjectsCommandInput);
|
|
66
68
|
/**
|
|
67
69
|
* @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 { ListObjectsV2Output, ListObjectsV2Request } from "../models/models_0";
|
|
@@ -66,6 +67,7 @@ export interface ListObjectsV2CommandOutput extends ListObjectsV2Output, __Metad
|
|
|
66
67
|
*/
|
|
67
68
|
export declare class ListObjectsV2Command extends $Command<ListObjectsV2CommandInput, ListObjectsV2CommandOutput, S3ClientResolvedConfig> {
|
|
68
69
|
readonly input: ListObjectsV2CommandInput;
|
|
70
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
69
71
|
constructor(input: ListObjectsV2CommandInput);
|
|
70
72
|
/**
|
|
71
73
|
* @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 { ListPartsOutput, ListPartsRequest } from "../models/models_0";
|
|
@@ -77,6 +78,7 @@ export interface ListPartsCommandOutput extends ListPartsOutput, __MetadataBeare
|
|
|
77
78
|
*/
|
|
78
79
|
export declare class ListPartsCommand extends $Command<ListPartsCommandInput, ListPartsCommandOutput, S3ClientResolvedConfig> {
|
|
79
80
|
readonly input: ListPartsCommandInput;
|
|
81
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
80
82
|
constructor(input: ListPartsCommandInput);
|
|
81
83
|
/**
|
|
82
84
|
* @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 { PutBucketAccelerateConfigurationRequest } from "../models/models_0";
|
|
@@ -70,6 +71,7 @@ export interface PutBucketAccelerateConfigurationCommandOutput extends __Metadat
|
|
|
70
71
|
*/
|
|
71
72
|
export declare class PutBucketAccelerateConfigurationCommand extends $Command<PutBucketAccelerateConfigurationCommandInput, PutBucketAccelerateConfigurationCommandOutput, S3ClientResolvedConfig> {
|
|
72
73
|
readonly input: PutBucketAccelerateConfigurationCommandInput;
|
|
74
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
73
75
|
constructor(input: PutBucketAccelerateConfigurationCommandInput);
|
|
74
76
|
/**
|
|
75
77
|
* @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 { PutBucketAclRequest } from "../models/models_0";
|
|
@@ -220,6 +221,7 @@ export interface PutBucketAclCommandOutput extends __MetadataBearer {
|
|
|
220
221
|
*/
|
|
221
222
|
export declare class PutBucketAclCommand extends $Command<PutBucketAclCommandInput, PutBucketAclCommandOutput, S3ClientResolvedConfig> {
|
|
222
223
|
readonly input: PutBucketAclCommandInput;
|
|
224
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
223
225
|
constructor(input: PutBucketAclCommandInput);
|
|
224
226
|
/**
|
|
225
227
|
* @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 { PutBucketAnalyticsConfigurationRequest } from "../models/models_0";
|
|
@@ -140,6 +141,7 @@ export interface PutBucketAnalyticsConfigurationCommandOutput extends __Metadata
|
|
|
140
141
|
*/
|
|
141
142
|
export declare class PutBucketAnalyticsConfigurationCommand extends $Command<PutBucketAnalyticsConfigurationCommandInput, PutBucketAnalyticsConfigurationCommandOutput, S3ClientResolvedConfig> {
|
|
142
143
|
readonly input: PutBucketAnalyticsConfigurationCommandInput;
|
|
144
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
143
145
|
constructor(input: PutBucketAnalyticsConfigurationCommandInput);
|
|
144
146
|
/**
|
|
145
147
|
* @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 { PutBucketCorsRequest } from "../models/models_0";
|
|
@@ -81,6 +82,7 @@ export interface PutBucketCorsCommandOutput extends __MetadataBearer {
|
|
|
81
82
|
*/
|
|
82
83
|
export declare class PutBucketCorsCommand extends $Command<PutBucketCorsCommandInput, PutBucketCorsCommandOutput, S3ClientResolvedConfig> {
|
|
83
84
|
readonly input: PutBucketCorsCommandInput;
|
|
85
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
84
86
|
constructor(input: PutBucketCorsCommandInput);
|
|
85
87
|
/**
|
|
86
88
|
* @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 { PutBucketEncryptionRequest } from "../models/models_0";
|
|
@@ -59,6 +60,7 @@ export interface PutBucketEncryptionCommandOutput extends __MetadataBearer {
|
|
|
59
60
|
*/
|
|
60
61
|
export declare class PutBucketEncryptionCommand extends $Command<PutBucketEncryptionCommandInput, PutBucketEncryptionCommandOutput, S3ClientResolvedConfig> {
|
|
61
62
|
readonly input: PutBucketEncryptionCommandInput;
|
|
63
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
62
64
|
constructor(input: PutBucketEncryptionCommandInput);
|
|
63
65
|
/**
|
|
64
66
|
* @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 { PutBucketIntelligentTieringConfigurationRequest } from "../models/models_0";
|
|
@@ -107,6 +108,7 @@ export interface PutBucketIntelligentTieringConfigurationCommandOutput extends _
|
|
|
107
108
|
*/
|
|
108
109
|
export declare class PutBucketIntelligentTieringConfigurationCommand extends $Command<PutBucketIntelligentTieringConfigurationCommandInput, PutBucketIntelligentTieringConfigurationCommandOutput, S3ClientResolvedConfig> {
|
|
109
110
|
readonly input: PutBucketIntelligentTieringConfigurationCommandInput;
|
|
111
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
110
112
|
constructor(input: PutBucketIntelligentTieringConfigurationCommandInput);
|
|
111
113
|
/**
|
|
112
114
|
* @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 { PutBucketInventoryConfigurationRequest } from "../models/models_0";
|
|
@@ -125,6 +126,7 @@ export interface PutBucketInventoryConfigurationCommandOutput extends __Metadata
|
|
|
125
126
|
*/
|
|
126
127
|
export declare class PutBucketInventoryConfigurationCommand extends $Command<PutBucketInventoryConfigurationCommandInput, PutBucketInventoryConfigurationCommandOutput, S3ClientResolvedConfig> {
|
|
127
128
|
readonly input: PutBucketInventoryConfigurationCommandInput;
|
|
129
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
128
130
|
constructor(input: PutBucketInventoryConfigurationCommandInput);
|
|
129
131
|
/**
|
|
130
132
|
* @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 { PutBucketLifecycleConfigurationRequest } from "../models/models_0";
|
|
@@ -127,6 +128,7 @@ export interface PutBucketLifecycleConfigurationCommandOutput extends __Metadata
|
|
|
127
128
|
*/
|
|
128
129
|
export declare class PutBucketLifecycleConfigurationCommand extends $Command<PutBucketLifecycleConfigurationCommandInput, PutBucketLifecycleConfigurationCommandOutput, S3ClientResolvedConfig> {
|
|
129
130
|
readonly input: PutBucketLifecycleConfigurationCommandInput;
|
|
131
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
130
132
|
constructor(input: PutBucketLifecycleConfigurationCommandInput);
|
|
131
133
|
/**
|
|
132
134
|
* @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 { PutBucketLoggingRequest } from "../models/models_0";
|
|
@@ -109,6 +110,7 @@ export interface PutBucketLoggingCommandOutput extends __MetadataBearer {
|
|
|
109
110
|
*/
|
|
110
111
|
export declare class PutBucketLoggingCommand extends $Command<PutBucketLoggingCommandInput, PutBucketLoggingCommandOutput, S3ClientResolvedConfig> {
|
|
111
112
|
readonly input: PutBucketLoggingCommandInput;
|
|
113
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
112
114
|
constructor(input: PutBucketLoggingCommandInput);
|
|
113
115
|
/**
|
|
114
116
|
* @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 { PutBucketMetricsConfigurationRequest } from "../models/models_0";
|
|
@@ -75,6 +76,7 @@ export interface PutBucketMetricsConfigurationCommandOutput extends __MetadataBe
|
|
|
75
76
|
*/
|
|
76
77
|
export declare class PutBucketMetricsConfigurationCommand extends $Command<PutBucketMetricsConfigurationCommandInput, PutBucketMetricsConfigurationCommandOutput, S3ClientResolvedConfig> {
|
|
77
78
|
readonly input: PutBucketMetricsConfigurationCommandInput;
|
|
79
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
78
80
|
constructor(input: PutBucketMetricsConfigurationCommandInput);
|
|
79
81
|
/**
|
|
80
82
|
* @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 { PutBucketNotificationConfigurationRequest } from "../models/models_0";
|
|
@@ -87,6 +88,7 @@ export interface PutBucketNotificationConfigurationCommandOutput extends __Metad
|
|
|
87
88
|
*/
|
|
88
89
|
export declare class PutBucketNotificationConfigurationCommand extends $Command<PutBucketNotificationConfigurationCommandInput, PutBucketNotificationConfigurationCommandOutput, S3ClientResolvedConfig> {
|
|
89
90
|
readonly input: PutBucketNotificationConfigurationCommandInput;
|
|
91
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
90
92
|
constructor(input: PutBucketNotificationConfigurationCommandInput);
|
|
91
93
|
/**
|
|
92
94
|
* @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 { PutBucketOwnershipControlsRequest } from "../models/models_0";
|
|
@@ -41,6 +42,7 @@ export interface PutBucketOwnershipControlsCommandOutput extends __MetadataBeare
|
|
|
41
42
|
*/
|
|
42
43
|
export declare class PutBucketOwnershipControlsCommand extends $Command<PutBucketOwnershipControlsCommandInput, PutBucketOwnershipControlsCommandOutput, S3ClientResolvedConfig> {
|
|
43
44
|
readonly input: PutBucketOwnershipControlsCommandInput;
|
|
45
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
44
46
|
constructor(input: PutBucketOwnershipControlsCommandInput);
|
|
45
47
|
/**
|
|
46
48
|
* @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 { PutBucketPolicyRequest } from "../models/models_0";
|
|
@@ -54,6 +55,7 @@ export interface PutBucketPolicyCommandOutput extends __MetadataBearer {
|
|
|
54
55
|
*/
|
|
55
56
|
export declare class PutBucketPolicyCommand extends $Command<PutBucketPolicyCommandInput, PutBucketPolicyCommandOutput, S3ClientResolvedConfig> {
|
|
56
57
|
readonly input: PutBucketPolicyCommandInput;
|
|
58
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
57
59
|
constructor(input: PutBucketPolicyCommandInput);
|
|
58
60
|
/**
|
|
59
61
|
* @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 { PutBucketReplicationRequest } from "../models/models_0";
|
|
@@ -94,6 +95,7 @@ export interface PutBucketReplicationCommandOutput extends __MetadataBearer {
|
|
|
94
95
|
*/
|
|
95
96
|
export declare class PutBucketReplicationCommand extends $Command<PutBucketReplicationCommandInput, PutBucketReplicationCommandOutput, S3ClientResolvedConfig> {
|
|
96
97
|
readonly input: PutBucketReplicationCommandInput;
|
|
98
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
97
99
|
constructor(input: PutBucketReplicationCommandInput);
|
|
98
100
|
/**
|
|
99
101
|
* @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 { PutBucketRequestPaymentRequest } from "../models/models_0";
|
|
@@ -43,6 +44,7 @@ export interface PutBucketRequestPaymentCommandOutput extends __MetadataBearer {
|
|
|
43
44
|
*/
|
|
44
45
|
export declare class PutBucketRequestPaymentCommand extends $Command<PutBucketRequestPaymentCommandInput, PutBucketRequestPaymentCommandOutput, S3ClientResolvedConfig> {
|
|
45
46
|
readonly input: PutBucketRequestPaymentCommandInput;
|
|
47
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
46
48
|
constructor(input: PutBucketRequestPaymentCommandInput);
|
|
47
49
|
/**
|
|
48
50
|
* @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 { PutBucketTaggingRequest } from "../models/models_0";
|
|
@@ -103,6 +104,7 @@ export interface PutBucketTaggingCommandOutput extends __MetadataBearer {
|
|
|
103
104
|
*/
|
|
104
105
|
export declare class PutBucketTaggingCommand extends $Command<PutBucketTaggingCommandInput, PutBucketTaggingCommandOutput, S3ClientResolvedConfig> {
|
|
105
106
|
readonly input: PutBucketTaggingCommandInput;
|
|
107
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
106
108
|
constructor(input: PutBucketTaggingCommandInput);
|
|
107
109
|
/**
|
|
108
110
|
* @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 { PutBucketVersioningRequest } from "../models/models_0";
|
|
@@ -73,6 +74,7 @@ export interface PutBucketVersioningCommandOutput extends __MetadataBearer {
|
|
|
73
74
|
*/
|
|
74
75
|
export declare class PutBucketVersioningCommand extends $Command<PutBucketVersioningCommandInput, PutBucketVersioningCommandOutput, S3ClientResolvedConfig> {
|
|
75
76
|
readonly input: PutBucketVersioningCommandInput;
|
|
77
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
76
78
|
constructor(input: PutBucketVersioningCommandInput);
|
|
77
79
|
/**
|
|
78
80
|
* @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 { PutBucketWebsiteRequest } from "../models/models_0";
|
|
@@ -150,6 +151,7 @@ export interface PutBucketWebsiteCommandOutput extends __MetadataBearer {
|
|
|
150
151
|
*/
|
|
151
152
|
export declare class PutBucketWebsiteCommand extends $Command<PutBucketWebsiteCommandInput, PutBucketWebsiteCommandOutput, S3ClientResolvedConfig> {
|
|
152
153
|
readonly input: PutBucketWebsiteCommandInput;
|
|
154
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
153
155
|
constructor(input: PutBucketWebsiteCommandInput);
|
|
154
156
|
/**
|
|
155
157
|
* @internal
|