@nocobase/plugin-file-manager 1.6.0-beta.3 → 1.6.0-beta.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/client/index.js +1 -1
- package/dist/client/schemas/storageTypes/ali-oss.d.ts +3 -0
- package/dist/client/schemas/storageTypes/index.d.ts +9 -0
- package/dist/client/schemas/storageTypes/s3.d.ts +3 -0
- package/dist/client/schemas/storageTypes/tx-cos.d.ts +3 -0
- package/dist/externalVersion.js +6 -6
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/S3.js +1302 -101
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/S3Client.js +12 -18
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/AbortMultipartUploadCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/CompleteMultipartUploadCommand.js +10 -18
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/CopyObjectCommand.js +10 -17
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/CreateBucketCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/CreateMultipartUploadCommand.js +10 -18
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketAnalyticsConfigurationCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketCorsCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketEncryptionCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketIntelligentTieringConfigurationCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketInventoryConfigurationCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketLifecycleCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketMetricsConfigurationCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketOwnershipControlsCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketPolicyCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketReplicationCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketTaggingCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketWebsiteCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteObjectCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteObjectTaggingCommand.js +13 -19
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteObjectsCommand.js +13 -19
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeletePublicAccessBlockCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketAccelerateConfigurationCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketAclCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketAnalyticsConfigurationCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketCorsCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketEncryptionCommand.js +11 -19
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketIntelligentTieringConfigurationCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketInventoryConfigurationCommand.js +11 -19
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketLifecycleConfigurationCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketLocationCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketLoggingCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketMetricsConfigurationCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketNotificationConfigurationCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketOwnershipControlsCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketPolicyCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketPolicyStatusCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketReplicationCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketRequestPaymentCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketTaggingCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketVersioningCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketWebsiteCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetObjectAclCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetObjectAttributesCommand.js +11 -18
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetObjectCommand.js +10 -18
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetObjectLegalHoldCommand.js +13 -19
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetObjectLockConfigurationCommand.js +13 -19
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetObjectRetentionCommand.js +13 -19
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetObjectTaggingCommand.js +13 -19
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetObjectTorrentCommand.js +11 -18
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetPublicAccessBlockCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/HeadBucketCommand.js +13 -19
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/HeadObjectCommand.js +10 -18
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListBucketAnalyticsConfigurationsCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListBucketIntelligentTieringConfigurationsCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListBucketInventoryConfigurationsCommand.js +11 -19
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListBucketMetricsConfigurationsCommand.js +13 -19
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListBucketsCommand.js +13 -19
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListMultipartUploadsCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListObjectVersionsCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListObjectsCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListObjectsV2Command.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListPartsCommand.js +11 -19
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketAccelerateConfigurationCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketAclCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketAnalyticsConfigurationCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketCorsCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketEncryptionCommand.js +11 -19
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketIntelligentTieringConfigurationCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketInventoryConfigurationCommand.js +11 -19
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketLifecycleConfigurationCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketLoggingCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketMetricsConfigurationCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketNotificationConfigurationCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketOwnershipControlsCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketPolicyCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketReplicationCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketRequestPaymentCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketTaggingCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketVersioningCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketWebsiteCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutObjectAclCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutObjectCommand.js +13 -21
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutObjectLegalHoldCommand.js +13 -19
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutObjectLockConfigurationCommand.js +13 -19
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutObjectRetentionCommand.js +13 -19
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutObjectTaggingCommand.js +13 -19
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutPublicAccessBlockCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/RestoreObjectCommand.js +11 -18
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/SelectObjectContentCommand.js +10 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/UploadPartCommand.js +10 -18
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/UploadPartCopyCommand.js +10 -17
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/WriteGetObjectResponseCommand.js +11 -18
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/index.js +0 -2
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/endpoint/EndpointParameters.js +0 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/endpoint/endpointResolver.js +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/endpoint/ruleset.js +3 -3
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/index.js +3 -3
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/models/S3ServiceException.js +2 -3
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/models/models_0.js +1300 -378
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/models/models_1.js +143 -49
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/pagination/ListObjectsV2Paginator.js +8 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/pagination/ListPartsPaginator.js +8 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/pagination/index.js +0 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/protocols/Aws_restXml.js +2257 -1975
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/runtimeConfig.browser.js +16 -10
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/runtimeConfig.js +18 -16
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/runtimeConfig.shared.js +16 -25
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/waiters/waitForBucketExists.js +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/waiters/waitForBucketNotExists.js +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/waiters/waitForObjectExists.js +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/waiters/waitForObjectNotExists.js +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/S3.js +1302 -101
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/S3Client.js +12 -18
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/AbortMultipartUploadCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/CompleteMultipartUploadCommand.js +10 -18
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/CopyObjectCommand.js +10 -17
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateBucketCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateMultipartUploadCommand.js +10 -18
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketAnalyticsConfigurationCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketCorsCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketEncryptionCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketIntelligentTieringConfigurationCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketInventoryConfigurationCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketLifecycleCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketMetricsConfigurationCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketOwnershipControlsCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketPolicyCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketReplicationCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketTaggingCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketWebsiteCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteObjectCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteObjectTaggingCommand.js +13 -19
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteObjectsCommand.js +13 -19
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeletePublicAccessBlockCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketAccelerateConfigurationCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketAclCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketAnalyticsConfigurationCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketCorsCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketEncryptionCommand.js +12 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketIntelligentTieringConfigurationCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketInventoryConfigurationCommand.js +12 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketLifecycleConfigurationCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketLocationCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketLoggingCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketMetricsConfigurationCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketNotificationConfigurationCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketOwnershipControlsCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketPolicyCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketPolicyStatusCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketReplicationCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketRequestPaymentCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketTaggingCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketVersioningCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketWebsiteCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectAclCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectAttributesCommand.js +12 -19
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectCommand.js +10 -18
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectLegalHoldCommand.js +13 -19
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectLockConfigurationCommand.js +13 -19
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectRetentionCommand.js +13 -19
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectTaggingCommand.js +13 -19
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectTorrentCommand.js +12 -19
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetPublicAccessBlockCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/HeadBucketCommand.js +13 -19
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/HeadObjectCommand.js +10 -18
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketAnalyticsConfigurationsCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketIntelligentTieringConfigurationsCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketInventoryConfigurationsCommand.js +12 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketMetricsConfigurationsCommand.js +13 -19
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketsCommand.js +13 -19
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/ListMultipartUploadsCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/ListObjectVersionsCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/ListObjectsCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/ListObjectsV2Command.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/ListPartsCommand.js +12 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketAccelerateConfigurationCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketAclCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketAnalyticsConfigurationCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketCorsCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketEncryptionCommand.js +11 -19
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketIntelligentTieringConfigurationCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketInventoryConfigurationCommand.js +11 -19
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketLifecycleConfigurationCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketLoggingCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketMetricsConfigurationCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketNotificationConfigurationCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketOwnershipControlsCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketPolicyCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketReplicationCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketRequestPaymentCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketTaggingCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketVersioningCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketWebsiteCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectAclCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectCommand.js +11 -19
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectLegalHoldCommand.js +13 -19
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectLockConfigurationCommand.js +13 -19
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectRetentionCommand.js +13 -19
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectTaggingCommand.js +13 -19
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutPublicAccessBlockCommand.js +13 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/RestoreObjectCommand.js +12 -19
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/SelectObjectContentCommand.js +10 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/UploadPartCommand.js +10 -18
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/UploadPartCopyCommand.js +10 -17
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/WriteGetObjectResponseCommand.js +11 -18
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/index.js +0 -2
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/endpoint/EndpointParameters.js +0 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/endpoint/endpointResolver.js +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/endpoint/ruleset.js +3 -3
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/index.js +2 -3
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/models/S3ServiceException.js +1 -2
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/models/models_0.js +1066 -362
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/models/models_1.js +116 -46
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/pagination/ListObjectsV2Paginator.js +8 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/pagination/ListPartsPaginator.js +8 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/pagination/index.js +0 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/protocols/Aws_restXml.js +1739 -1453
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/runtimeConfig.browser.js +16 -10
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/runtimeConfig.js +18 -16
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/runtimeConfig.shared.js +16 -25
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/waiters/waitForBucketExists.js +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/waiters/waitForBucketNotExists.js +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/waiters/waitForObjectExists.js +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/waiters/waitForObjectNotExists.js +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/S3.d.ts +5312 -115
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts +39 -69
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/AbortMultipartUploadCommand.d.ts +8 -96
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/CompleteMultipartUploadCommand.d.ts +66 -212
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/CopyObjectCommand.d.ts +161 -253
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketCommand.d.ts +124 -201
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateMultipartUploadCommand.d.ts +212 -247
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketAnalyticsConfigurationCommand.d.ts +8 -45
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketCommand.d.ts +7 -85
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketCorsCommand.d.ts +8 -56
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketEncryptionCommand.d.ts +12 -49
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketIntelligentTieringConfigurationCommand.d.ts +6 -43
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketInventoryConfigurationCommand.d.ts +6 -45
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketLifecycleCommand.d.ts +8 -54
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketMetricsConfigurationCommand.d.ts +11 -48
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketOwnershipControlsCommand.d.ts +6 -44
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketPolicyCommand.d.ts +22 -97
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketReplicationCommand.d.ts +9 -57
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketTaggingCommand.d.ts +5 -53
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketWebsiteCommand.d.ts +7 -53
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectCommand.d.ts +23 -158
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectTaggingCommand.d.ts +11 -83
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectsCommand.d.ts +27 -238
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeletePublicAccessBlockCommand.d.ts +7 -44
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAccelerateConfigurationCommand.d.ts +12 -53
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAclCommand.d.ts +14 -72
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAnalyticsConfigurationCommand.d.ts +11 -82
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketCorsCommand.d.ts +7 -95
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketEncryptionCommand.d.ts +10 -60
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketIntelligentTieringConfigurationCommand.d.ts +6 -70
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketInventoryConfigurationCommand.d.ts +9 -74
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLifecycleConfigurationCommand.d.ts +9 -127
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLocationCommand.d.ts +9 -70
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLoggingCommand.d.ts +6 -66
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketMetricsConfigurationCommand.d.ts +13 -70
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketNotificationConfigurationCommand.d.ts +9 -108
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketOwnershipControlsCommand.d.ts +7 -54
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyCommand.d.ts +22 -110
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyStatusCommand.d.ts +7 -47
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketReplicationCommand.d.ts +9 -135
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketRequestPaymentCommand.d.ts +6 -62
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketTaggingCommand.d.ts +6 -74
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketVersioningCommand.d.ts +6 -62
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketWebsiteCommand.d.ts +7 -91
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAclCommand.d.ts +12 -126
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAttributesCommand.d.ts +117 -228
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectCommand.d.ts +166 -290
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectLegalHoldCommand.d.ts +6 -50
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectLockConfigurationCommand.d.ts +7 -54
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectRetentionCommand.d.ts +6 -52
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectTaggingCommand.d.ts +13 -109
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectTorrentCommand.d.ts +7 -63
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetPublicAccessBlockCommand.d.ts +8 -50
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadBucketCommand.d.ts +21 -109
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadObjectCommand.d.ts +87 -216
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketAnalyticsConfigurationsCommand.d.ts +12 -85
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketIntelligentTieringConfigurationsCommand.d.ts +6 -75
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketInventoryConfigurationsCommand.d.ts +13 -82
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketMetricsConfigurationsCommand.d.ts +15 -76
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketsCommand.d.ts +5 -84
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListMultipartUploadsCommand.d.ts +23 -262
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectVersionsCommand.d.ts +13 -153
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsCommand.d.ts +6 -130
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsV2Command.d.ts +24 -185
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListPartsCommand.d.ts +20 -165
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAccelerateConfigurationCommand.d.ts +15 -50
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAclCommand.d.ts +122 -201
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAnalyticsConfigurationCommand.d.ts +25 -83
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketCorsCommand.d.ts +10 -112
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketEncryptionCommand.d.ts +22 -69
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts +63 -99
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketInventoryConfigurationCommand.d.ts +71 -121
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts +81 -197
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLoggingCommand.d.ts +54 -144
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketMetricsConfigurationCommand.d.ts +13 -69
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketNotificationConfigurationCommand.d.ts +25 -134
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketOwnershipControlsCommand.d.ts +6 -54
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketPolicyCommand.d.ts +20 -108
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketReplicationCommand.d.ts +41 -171
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketRequestPaymentCommand.d.ts +7 -63
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketTaggingCommand.d.ts +54 -104
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketVersioningCommand.d.ts +24 -76
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketWebsiteCommand.d.ts +9 -93
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectAclCommand.d.ts +129 -220
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectCommand.d.ts +99 -342
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLegalHoldCommand.d.ts +6 -54
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLockConfigurationCommand.d.ts +13 -67
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectRetentionCommand.d.ts +9 -58
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectTaggingCommand.d.ts +77 -108
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutPublicAccessBlockCommand.d.ts +14 -52
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/RestoreObjectCommand.d.ts +214 -337
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/SelectObjectContentCommand.d.ts +98 -200
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCommand.d.ts +92 -189
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCopyCommand.d.ts +121 -237
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/WriteGetObjectResponseCommand.d.ts +34 -113
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/index.d.ts +0 -2
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/endpoint/EndpointParameters.d.ts +2 -10
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/endpoint/endpointResolver.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/endpoint/ruleset.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/index.d.ts +2 -11
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/models/S3ServiceException.d.ts +1 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts +2799 -5390
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/models/models_1.d.ts +354 -1959
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/pagination/Interfaces.d.ts +3 -5
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/pagination/ListObjectsV2Paginator.d.ts +1 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/pagination/ListPartsPaginator.d.ts +1 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/pagination/index.d.ts +0 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/protocols/Aws_restXml.d.ts +188 -764
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.browser.d.ts +38 -45
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.d.ts +9 -16
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.native.d.ts +34 -41
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.shared.d.ts +8 -14
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/S3.d.ts +2 -37
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/S3Client.d.ts +36 -55
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/AbortMultipartUploadCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/CompleteMultipartUploadCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/CopyObjectCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/CreateBucketCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/CreateMultipartUploadCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketAnalyticsConfigurationCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketCorsCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketEncryptionCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketIntelligentTieringConfigurationCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketInventoryConfigurationCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketLifecycleCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketMetricsConfigurationCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketOwnershipControlsCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketPolicyCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketReplicationCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketTaggingCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketWebsiteCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteObjectCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteObjectTaggingCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteObjectsCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeletePublicAccessBlockCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketAccelerateConfigurationCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketAclCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketAnalyticsConfigurationCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketCorsCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketEncryptionCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketIntelligentTieringConfigurationCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketInventoryConfigurationCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketLifecycleConfigurationCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketLocationCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketLoggingCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketMetricsConfigurationCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketNotificationConfigurationCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketOwnershipControlsCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketPolicyCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketPolicyStatusCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketReplicationCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketRequestPaymentCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketTaggingCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketVersioningCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketWebsiteCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectAclCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectAttributesCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectCommand.d.ts +6 -9
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectLegalHoldCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectLockConfigurationCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectRetentionCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectTaggingCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectTorrentCommand.d.ts +6 -12
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetPublicAccessBlockCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/HeadBucketCommand.d.ts +5 -8
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/HeadObjectCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListBucketAnalyticsConfigurationsCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListBucketIntelligentTieringConfigurationsCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListBucketInventoryConfigurationsCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListBucketMetricsConfigurationsCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListBucketsCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListMultipartUploadsCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListObjectVersionsCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListObjectsCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListObjectsV2Command.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListPartsCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketAccelerateConfigurationCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketAclCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketAnalyticsConfigurationCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketCorsCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketEncryptionCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketInventoryConfigurationCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketLifecycleConfigurationCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketLoggingCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketMetricsConfigurationCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketNotificationConfigurationCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketOwnershipControlsCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketPolicyCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketReplicationCommand.d.ts +4 -5
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketRequestPaymentCommand.d.ts +4 -5
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketTaggingCommand.d.ts +4 -5
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketVersioningCommand.d.ts +4 -5
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketWebsiteCommand.d.ts +4 -5
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectAclCommand.d.ts +4 -5
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectCommand.d.ts +12 -10
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectLegalHoldCommand.d.ts +4 -5
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectLockConfigurationCommand.d.ts +4 -5
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectRetentionCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectTaggingCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutPublicAccessBlockCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/RestoreObjectCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/SelectObjectContentCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/UploadPartCommand.d.ts +11 -9
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/UploadPartCopyCommand.d.ts +3 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/WriteGetObjectResponseCommand.d.ts +11 -11
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/index.d.ts +0 -2
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +5 -9
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/endpoint/ruleset.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/index.d.ts +2 -6
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/S3ServiceException.d.ts +1 -2
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_0.d.ts +1189 -639
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_1.d.ts +123 -251
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/pagination/Interfaces.d.ts +3 -2
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/pagination/ListObjectsV2Paginator.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/pagination/ListPartsPaginator.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/pagination/index.d.ts +0 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/protocols/Aws_restXml.d.ts +188 -212
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.browser.d.ts +62 -78
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.d.ts +14 -29
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.native.d.ts +52 -70
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -19
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/waiters/waitForBucketExists.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/waiters/waitForBucketNotExists.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/waiters/waitForObjectExists.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/waiters/waitForObjectNotExists.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/waiters/waitForBucketExists.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/waiters/waitForBucketNotExists.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/waiters/waitForObjectExists.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/waiters/waitForObjectNotExists.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/package.json +1 -1
- package/dist/node_modules/mime-match/package.json +1 -1
- package/dist/node_modules/mkdirp/package.json +1 -1
- package/dist/node_modules/multer-aliyun-oss/package.json +1 -1
- package/dist/node_modules/multer-cos/index.js +1 -1
- package/dist/node_modules/multer-cos/package.json +1 -1
- package/dist/node_modules/multer-s3/index.js +4 -4
- package/dist/node_modules/multer-s3/package.json +1 -1
- package/dist/server/actions/attachments.js +2 -1
- package/dist/server/collections/attachments.js +1 -0
- package/dist/server/collections/storages.js +1 -0
- package/dist/server/server.d.ts +1 -0
- package/dist/server/server.js +8 -14
- package/package.json +3 -3
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/CreateSessionCommand.js +0 -59
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListDirectoryBucketsCommand.js +0 -58
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/extensionConfiguration.js +0 -2
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/pagination/ListDirectoryBucketsPaginator.js +0 -29
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/runtimeExtensions.js +0 -22
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateSessionCommand.js +0 -55
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/ListDirectoryBucketsCommand.js +0 -54
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/extensionConfiguration.js +0 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/pagination/ListDirectoryBucketsPaginator.js +0 -25
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/runtimeExtensions.js +0 -18
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateSessionCommand.d.ts +0 -145
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListDirectoryBucketsCommand.d.ts +0 -98
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/extensionConfiguration.d.ts +0 -8
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/pagination/ListDirectoryBucketsPaginator.d.ts +0 -7
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/runtimeExtensions.d.ts +0 -17
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/CreateSessionCommand.d.ts +0 -35
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListDirectoryBucketsCommand.d.ts +0 -42
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/extensionConfiguration.d.ts +0 -7
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/pagination/ListDirectoryBucketsPaginator.d.ts +0 -11
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeExtensions.d.ts +0 -11
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import {
|
|
2
2
|
HttpRequest as __HttpRequest,
|
|
3
3
|
HttpResponse as __HttpResponse,
|
|
4
|
-
} from "@
|
|
4
|
+
} from "@aws-sdk/protocol-http";
|
|
5
5
|
import {
|
|
6
6
|
EventStreamSerdeContext as __EventStreamSerdeContext,
|
|
7
7
|
SdkStreamSerdeContext as __SdkStreamSerdeContext,
|
|
8
8
|
SerdeContext as __SerdeContext,
|
|
9
|
-
} from "@
|
|
9
|
+
} from "@aws-sdk/types";
|
|
10
10
|
import {
|
|
11
11
|
AbortMultipartUploadCommandInput,
|
|
12
12
|
AbortMultipartUploadCommandOutput,
|
|
@@ -27,10 +27,6 @@ import {
|
|
|
27
27
|
CreateMultipartUploadCommandInput,
|
|
28
28
|
CreateMultipartUploadCommandOutput,
|
|
29
29
|
} from "../commands/CreateMultipartUploadCommand";
|
|
30
|
-
import {
|
|
31
|
-
CreateSessionCommandInput,
|
|
32
|
-
CreateSessionCommandOutput,
|
|
33
|
-
} from "../commands/CreateSessionCommand";
|
|
34
30
|
import {
|
|
35
31
|
DeleteBucketAnalyticsConfigurationCommandInput,
|
|
36
32
|
DeleteBucketAnalyticsConfigurationCommandOutput,
|
|
@@ -243,10 +239,6 @@ import {
|
|
|
243
239
|
ListBucketsCommandInput,
|
|
244
240
|
ListBucketsCommandOutput,
|
|
245
241
|
} from "../commands/ListBucketsCommand";
|
|
246
|
-
import {
|
|
247
|
-
ListDirectoryBucketsCommandInput,
|
|
248
|
-
ListDirectoryBucketsCommandOutput,
|
|
249
|
-
} from "../commands/ListDirectoryBucketsCommand";
|
|
250
242
|
import {
|
|
251
243
|
ListMultipartUploadsCommandInput,
|
|
252
244
|
ListMultipartUploadsCommandOutput,
|
|
@@ -387,763 +379,747 @@ import {
|
|
|
387
379
|
WriteGetObjectResponseCommandInput,
|
|
388
380
|
WriteGetObjectResponseCommandOutput,
|
|
389
381
|
} from "../commands/WriteGetObjectResponseCommand";
|
|
390
|
-
export declare const
|
|
382
|
+
export declare const serializeAws_restXmlAbortMultipartUploadCommand: (
|
|
391
383
|
input: AbortMultipartUploadCommandInput,
|
|
392
384
|
context: __SerdeContext
|
|
393
385
|
) => Promise<__HttpRequest>;
|
|
394
|
-
export declare const
|
|
386
|
+
export declare const serializeAws_restXmlCompleteMultipartUploadCommand: (
|
|
395
387
|
input: CompleteMultipartUploadCommandInput,
|
|
396
388
|
context: __SerdeContext
|
|
397
389
|
) => Promise<__HttpRequest>;
|
|
398
|
-
export declare const
|
|
390
|
+
export declare const serializeAws_restXmlCopyObjectCommand: (
|
|
399
391
|
input: CopyObjectCommandInput,
|
|
400
392
|
context: __SerdeContext
|
|
401
393
|
) => Promise<__HttpRequest>;
|
|
402
|
-
export declare const
|
|
394
|
+
export declare const serializeAws_restXmlCreateBucketCommand: (
|
|
403
395
|
input: CreateBucketCommandInput,
|
|
404
396
|
context: __SerdeContext
|
|
405
397
|
) => Promise<__HttpRequest>;
|
|
406
|
-
export declare const
|
|
398
|
+
export declare const serializeAws_restXmlCreateMultipartUploadCommand: (
|
|
407
399
|
input: CreateMultipartUploadCommandInput,
|
|
408
400
|
context: __SerdeContext
|
|
409
401
|
) => Promise<__HttpRequest>;
|
|
410
|
-
export declare const
|
|
411
|
-
input: CreateSessionCommandInput,
|
|
412
|
-
context: __SerdeContext
|
|
413
|
-
) => Promise<__HttpRequest>;
|
|
414
|
-
export declare const se_DeleteBucketCommand: (
|
|
402
|
+
export declare const serializeAws_restXmlDeleteBucketCommand: (
|
|
415
403
|
input: DeleteBucketCommandInput,
|
|
416
404
|
context: __SerdeContext
|
|
417
405
|
) => Promise<__HttpRequest>;
|
|
418
|
-
export declare const
|
|
406
|
+
export declare const serializeAws_restXmlDeleteBucketAnalyticsConfigurationCommand: (
|
|
419
407
|
input: DeleteBucketAnalyticsConfigurationCommandInput,
|
|
420
408
|
context: __SerdeContext
|
|
421
409
|
) => Promise<__HttpRequest>;
|
|
422
|
-
export declare const
|
|
410
|
+
export declare const serializeAws_restXmlDeleteBucketCorsCommand: (
|
|
423
411
|
input: DeleteBucketCorsCommandInput,
|
|
424
412
|
context: __SerdeContext
|
|
425
413
|
) => Promise<__HttpRequest>;
|
|
426
|
-
export declare const
|
|
414
|
+
export declare const serializeAws_restXmlDeleteBucketEncryptionCommand: (
|
|
427
415
|
input: DeleteBucketEncryptionCommandInput,
|
|
428
416
|
context: __SerdeContext
|
|
429
417
|
) => Promise<__HttpRequest>;
|
|
430
|
-
export declare const
|
|
418
|
+
export declare const serializeAws_restXmlDeleteBucketIntelligentTieringConfigurationCommand: (
|
|
431
419
|
input: DeleteBucketIntelligentTieringConfigurationCommandInput,
|
|
432
420
|
context: __SerdeContext
|
|
433
421
|
) => Promise<__HttpRequest>;
|
|
434
|
-
export declare const
|
|
422
|
+
export declare const serializeAws_restXmlDeleteBucketInventoryConfigurationCommand: (
|
|
435
423
|
input: DeleteBucketInventoryConfigurationCommandInput,
|
|
436
424
|
context: __SerdeContext
|
|
437
425
|
) => Promise<__HttpRequest>;
|
|
438
|
-
export declare const
|
|
426
|
+
export declare const serializeAws_restXmlDeleteBucketLifecycleCommand: (
|
|
439
427
|
input: DeleteBucketLifecycleCommandInput,
|
|
440
428
|
context: __SerdeContext
|
|
441
429
|
) => Promise<__HttpRequest>;
|
|
442
|
-
export declare const
|
|
430
|
+
export declare const serializeAws_restXmlDeleteBucketMetricsConfigurationCommand: (
|
|
443
431
|
input: DeleteBucketMetricsConfigurationCommandInput,
|
|
444
432
|
context: __SerdeContext
|
|
445
433
|
) => Promise<__HttpRequest>;
|
|
446
|
-
export declare const
|
|
434
|
+
export declare const serializeAws_restXmlDeleteBucketOwnershipControlsCommand: (
|
|
447
435
|
input: DeleteBucketOwnershipControlsCommandInput,
|
|
448
436
|
context: __SerdeContext
|
|
449
437
|
) => Promise<__HttpRequest>;
|
|
450
|
-
export declare const
|
|
438
|
+
export declare const serializeAws_restXmlDeleteBucketPolicyCommand: (
|
|
451
439
|
input: DeleteBucketPolicyCommandInput,
|
|
452
440
|
context: __SerdeContext
|
|
453
441
|
) => Promise<__HttpRequest>;
|
|
454
|
-
export declare const
|
|
442
|
+
export declare const serializeAws_restXmlDeleteBucketReplicationCommand: (
|
|
455
443
|
input: DeleteBucketReplicationCommandInput,
|
|
456
444
|
context: __SerdeContext
|
|
457
445
|
) => Promise<__HttpRequest>;
|
|
458
|
-
export declare const
|
|
446
|
+
export declare const serializeAws_restXmlDeleteBucketTaggingCommand: (
|
|
459
447
|
input: DeleteBucketTaggingCommandInput,
|
|
460
448
|
context: __SerdeContext
|
|
461
449
|
) => Promise<__HttpRequest>;
|
|
462
|
-
export declare const
|
|
450
|
+
export declare const serializeAws_restXmlDeleteBucketWebsiteCommand: (
|
|
463
451
|
input: DeleteBucketWebsiteCommandInput,
|
|
464
452
|
context: __SerdeContext
|
|
465
453
|
) => Promise<__HttpRequest>;
|
|
466
|
-
export declare const
|
|
454
|
+
export declare const serializeAws_restXmlDeleteObjectCommand: (
|
|
467
455
|
input: DeleteObjectCommandInput,
|
|
468
456
|
context: __SerdeContext
|
|
469
457
|
) => Promise<__HttpRequest>;
|
|
470
|
-
export declare const
|
|
458
|
+
export declare const serializeAws_restXmlDeleteObjectsCommand: (
|
|
471
459
|
input: DeleteObjectsCommandInput,
|
|
472
460
|
context: __SerdeContext
|
|
473
461
|
) => Promise<__HttpRequest>;
|
|
474
|
-
export declare const
|
|
462
|
+
export declare const serializeAws_restXmlDeleteObjectTaggingCommand: (
|
|
475
463
|
input: DeleteObjectTaggingCommandInput,
|
|
476
464
|
context: __SerdeContext
|
|
477
465
|
) => Promise<__HttpRequest>;
|
|
478
|
-
export declare const
|
|
466
|
+
export declare const serializeAws_restXmlDeletePublicAccessBlockCommand: (
|
|
479
467
|
input: DeletePublicAccessBlockCommandInput,
|
|
480
468
|
context: __SerdeContext
|
|
481
469
|
) => Promise<__HttpRequest>;
|
|
482
|
-
export declare const
|
|
470
|
+
export declare const serializeAws_restXmlGetBucketAccelerateConfigurationCommand: (
|
|
483
471
|
input: GetBucketAccelerateConfigurationCommandInput,
|
|
484
472
|
context: __SerdeContext
|
|
485
473
|
) => Promise<__HttpRequest>;
|
|
486
|
-
export declare const
|
|
474
|
+
export declare const serializeAws_restXmlGetBucketAclCommand: (
|
|
487
475
|
input: GetBucketAclCommandInput,
|
|
488
476
|
context: __SerdeContext
|
|
489
477
|
) => Promise<__HttpRequest>;
|
|
490
|
-
export declare const
|
|
478
|
+
export declare const serializeAws_restXmlGetBucketAnalyticsConfigurationCommand: (
|
|
491
479
|
input: GetBucketAnalyticsConfigurationCommandInput,
|
|
492
480
|
context: __SerdeContext
|
|
493
481
|
) => Promise<__HttpRequest>;
|
|
494
|
-
export declare const
|
|
482
|
+
export declare const serializeAws_restXmlGetBucketCorsCommand: (
|
|
495
483
|
input: GetBucketCorsCommandInput,
|
|
496
484
|
context: __SerdeContext
|
|
497
485
|
) => Promise<__HttpRequest>;
|
|
498
|
-
export declare const
|
|
486
|
+
export declare const serializeAws_restXmlGetBucketEncryptionCommand: (
|
|
499
487
|
input: GetBucketEncryptionCommandInput,
|
|
500
488
|
context: __SerdeContext
|
|
501
489
|
) => Promise<__HttpRequest>;
|
|
502
|
-
export declare const
|
|
490
|
+
export declare const serializeAws_restXmlGetBucketIntelligentTieringConfigurationCommand: (
|
|
503
491
|
input: GetBucketIntelligentTieringConfigurationCommandInput,
|
|
504
492
|
context: __SerdeContext
|
|
505
493
|
) => Promise<__HttpRequest>;
|
|
506
|
-
export declare const
|
|
494
|
+
export declare const serializeAws_restXmlGetBucketInventoryConfigurationCommand: (
|
|
507
495
|
input: GetBucketInventoryConfigurationCommandInput,
|
|
508
496
|
context: __SerdeContext
|
|
509
497
|
) => Promise<__HttpRequest>;
|
|
510
|
-
export declare const
|
|
498
|
+
export declare const serializeAws_restXmlGetBucketLifecycleConfigurationCommand: (
|
|
511
499
|
input: GetBucketLifecycleConfigurationCommandInput,
|
|
512
500
|
context: __SerdeContext
|
|
513
501
|
) => Promise<__HttpRequest>;
|
|
514
|
-
export declare const
|
|
502
|
+
export declare const serializeAws_restXmlGetBucketLocationCommand: (
|
|
515
503
|
input: GetBucketLocationCommandInput,
|
|
516
504
|
context: __SerdeContext
|
|
517
505
|
) => Promise<__HttpRequest>;
|
|
518
|
-
export declare const
|
|
506
|
+
export declare const serializeAws_restXmlGetBucketLoggingCommand: (
|
|
519
507
|
input: GetBucketLoggingCommandInput,
|
|
520
508
|
context: __SerdeContext
|
|
521
509
|
) => Promise<__HttpRequest>;
|
|
522
|
-
export declare const
|
|
510
|
+
export declare const serializeAws_restXmlGetBucketMetricsConfigurationCommand: (
|
|
523
511
|
input: GetBucketMetricsConfigurationCommandInput,
|
|
524
512
|
context: __SerdeContext
|
|
525
513
|
) => Promise<__HttpRequest>;
|
|
526
|
-
export declare const
|
|
514
|
+
export declare const serializeAws_restXmlGetBucketNotificationConfigurationCommand: (
|
|
527
515
|
input: GetBucketNotificationConfigurationCommandInput,
|
|
528
516
|
context: __SerdeContext
|
|
529
517
|
) => Promise<__HttpRequest>;
|
|
530
|
-
export declare const
|
|
518
|
+
export declare const serializeAws_restXmlGetBucketOwnershipControlsCommand: (
|
|
531
519
|
input: GetBucketOwnershipControlsCommandInput,
|
|
532
520
|
context: __SerdeContext
|
|
533
521
|
) => Promise<__HttpRequest>;
|
|
534
|
-
export declare const
|
|
522
|
+
export declare const serializeAws_restXmlGetBucketPolicyCommand: (
|
|
535
523
|
input: GetBucketPolicyCommandInput,
|
|
536
524
|
context: __SerdeContext
|
|
537
525
|
) => Promise<__HttpRequest>;
|
|
538
|
-
export declare const
|
|
526
|
+
export declare const serializeAws_restXmlGetBucketPolicyStatusCommand: (
|
|
539
527
|
input: GetBucketPolicyStatusCommandInput,
|
|
540
528
|
context: __SerdeContext
|
|
541
529
|
) => Promise<__HttpRequest>;
|
|
542
|
-
export declare const
|
|
530
|
+
export declare const serializeAws_restXmlGetBucketReplicationCommand: (
|
|
543
531
|
input: GetBucketReplicationCommandInput,
|
|
544
532
|
context: __SerdeContext
|
|
545
533
|
) => Promise<__HttpRequest>;
|
|
546
|
-
export declare const
|
|
534
|
+
export declare const serializeAws_restXmlGetBucketRequestPaymentCommand: (
|
|
547
535
|
input: GetBucketRequestPaymentCommandInput,
|
|
548
536
|
context: __SerdeContext
|
|
549
537
|
) => Promise<__HttpRequest>;
|
|
550
|
-
export declare const
|
|
538
|
+
export declare const serializeAws_restXmlGetBucketTaggingCommand: (
|
|
551
539
|
input: GetBucketTaggingCommandInput,
|
|
552
540
|
context: __SerdeContext
|
|
553
541
|
) => Promise<__HttpRequest>;
|
|
554
|
-
export declare const
|
|
542
|
+
export declare const serializeAws_restXmlGetBucketVersioningCommand: (
|
|
555
543
|
input: GetBucketVersioningCommandInput,
|
|
556
544
|
context: __SerdeContext
|
|
557
545
|
) => Promise<__HttpRequest>;
|
|
558
|
-
export declare const
|
|
546
|
+
export declare const serializeAws_restXmlGetBucketWebsiteCommand: (
|
|
559
547
|
input: GetBucketWebsiteCommandInput,
|
|
560
548
|
context: __SerdeContext
|
|
561
549
|
) => Promise<__HttpRequest>;
|
|
562
|
-
export declare const
|
|
550
|
+
export declare const serializeAws_restXmlGetObjectCommand: (
|
|
563
551
|
input: GetObjectCommandInput,
|
|
564
552
|
context: __SerdeContext
|
|
565
553
|
) => Promise<__HttpRequest>;
|
|
566
|
-
export declare const
|
|
554
|
+
export declare const serializeAws_restXmlGetObjectAclCommand: (
|
|
567
555
|
input: GetObjectAclCommandInput,
|
|
568
556
|
context: __SerdeContext
|
|
569
557
|
) => Promise<__HttpRequest>;
|
|
570
|
-
export declare const
|
|
558
|
+
export declare const serializeAws_restXmlGetObjectAttributesCommand: (
|
|
571
559
|
input: GetObjectAttributesCommandInput,
|
|
572
560
|
context: __SerdeContext
|
|
573
561
|
) => Promise<__HttpRequest>;
|
|
574
|
-
export declare const
|
|
562
|
+
export declare const serializeAws_restXmlGetObjectLegalHoldCommand: (
|
|
575
563
|
input: GetObjectLegalHoldCommandInput,
|
|
576
564
|
context: __SerdeContext
|
|
577
565
|
) => Promise<__HttpRequest>;
|
|
578
|
-
export declare const
|
|
566
|
+
export declare const serializeAws_restXmlGetObjectLockConfigurationCommand: (
|
|
579
567
|
input: GetObjectLockConfigurationCommandInput,
|
|
580
568
|
context: __SerdeContext
|
|
581
569
|
) => Promise<__HttpRequest>;
|
|
582
|
-
export declare const
|
|
570
|
+
export declare const serializeAws_restXmlGetObjectRetentionCommand: (
|
|
583
571
|
input: GetObjectRetentionCommandInput,
|
|
584
572
|
context: __SerdeContext
|
|
585
573
|
) => Promise<__HttpRequest>;
|
|
586
|
-
export declare const
|
|
574
|
+
export declare const serializeAws_restXmlGetObjectTaggingCommand: (
|
|
587
575
|
input: GetObjectTaggingCommandInput,
|
|
588
576
|
context: __SerdeContext
|
|
589
577
|
) => Promise<__HttpRequest>;
|
|
590
|
-
export declare const
|
|
578
|
+
export declare const serializeAws_restXmlGetObjectTorrentCommand: (
|
|
591
579
|
input: GetObjectTorrentCommandInput,
|
|
592
580
|
context: __SerdeContext
|
|
593
581
|
) => Promise<__HttpRequest>;
|
|
594
|
-
export declare const
|
|
582
|
+
export declare const serializeAws_restXmlGetPublicAccessBlockCommand: (
|
|
595
583
|
input: GetPublicAccessBlockCommandInput,
|
|
596
584
|
context: __SerdeContext
|
|
597
585
|
) => Promise<__HttpRequest>;
|
|
598
|
-
export declare const
|
|
586
|
+
export declare const serializeAws_restXmlHeadBucketCommand: (
|
|
599
587
|
input: HeadBucketCommandInput,
|
|
600
588
|
context: __SerdeContext
|
|
601
589
|
) => Promise<__HttpRequest>;
|
|
602
|
-
export declare const
|
|
590
|
+
export declare const serializeAws_restXmlHeadObjectCommand: (
|
|
603
591
|
input: HeadObjectCommandInput,
|
|
604
592
|
context: __SerdeContext
|
|
605
593
|
) => Promise<__HttpRequest>;
|
|
606
|
-
export declare const
|
|
594
|
+
export declare const serializeAws_restXmlListBucketAnalyticsConfigurationsCommand: (
|
|
607
595
|
input: ListBucketAnalyticsConfigurationsCommandInput,
|
|
608
596
|
context: __SerdeContext
|
|
609
597
|
) => Promise<__HttpRequest>;
|
|
610
|
-
export declare const
|
|
598
|
+
export declare const serializeAws_restXmlListBucketIntelligentTieringConfigurationsCommand: (
|
|
611
599
|
input: ListBucketIntelligentTieringConfigurationsCommandInput,
|
|
612
600
|
context: __SerdeContext
|
|
613
601
|
) => Promise<__HttpRequest>;
|
|
614
|
-
export declare const
|
|
602
|
+
export declare const serializeAws_restXmlListBucketInventoryConfigurationsCommand: (
|
|
615
603
|
input: ListBucketInventoryConfigurationsCommandInput,
|
|
616
604
|
context: __SerdeContext
|
|
617
605
|
) => Promise<__HttpRequest>;
|
|
618
|
-
export declare const
|
|
606
|
+
export declare const serializeAws_restXmlListBucketMetricsConfigurationsCommand: (
|
|
619
607
|
input: ListBucketMetricsConfigurationsCommandInput,
|
|
620
608
|
context: __SerdeContext
|
|
621
609
|
) => Promise<__HttpRequest>;
|
|
622
|
-
export declare const
|
|
610
|
+
export declare const serializeAws_restXmlListBucketsCommand: (
|
|
623
611
|
input: ListBucketsCommandInput,
|
|
624
612
|
context: __SerdeContext
|
|
625
613
|
) => Promise<__HttpRequest>;
|
|
626
|
-
export declare const
|
|
627
|
-
input: ListDirectoryBucketsCommandInput,
|
|
628
|
-
context: __SerdeContext
|
|
629
|
-
) => Promise<__HttpRequest>;
|
|
630
|
-
export declare const se_ListMultipartUploadsCommand: (
|
|
614
|
+
export declare const serializeAws_restXmlListMultipartUploadsCommand: (
|
|
631
615
|
input: ListMultipartUploadsCommandInput,
|
|
632
616
|
context: __SerdeContext
|
|
633
617
|
) => Promise<__HttpRequest>;
|
|
634
|
-
export declare const
|
|
618
|
+
export declare const serializeAws_restXmlListObjectsCommand: (
|
|
635
619
|
input: ListObjectsCommandInput,
|
|
636
620
|
context: __SerdeContext
|
|
637
621
|
) => Promise<__HttpRequest>;
|
|
638
|
-
export declare const
|
|
622
|
+
export declare const serializeAws_restXmlListObjectsV2Command: (
|
|
639
623
|
input: ListObjectsV2CommandInput,
|
|
640
624
|
context: __SerdeContext
|
|
641
625
|
) => Promise<__HttpRequest>;
|
|
642
|
-
export declare const
|
|
626
|
+
export declare const serializeAws_restXmlListObjectVersionsCommand: (
|
|
643
627
|
input: ListObjectVersionsCommandInput,
|
|
644
628
|
context: __SerdeContext
|
|
645
629
|
) => Promise<__HttpRequest>;
|
|
646
|
-
export declare const
|
|
630
|
+
export declare const serializeAws_restXmlListPartsCommand: (
|
|
647
631
|
input: ListPartsCommandInput,
|
|
648
632
|
context: __SerdeContext
|
|
649
633
|
) => Promise<__HttpRequest>;
|
|
650
|
-
export declare const
|
|
634
|
+
export declare const serializeAws_restXmlPutBucketAccelerateConfigurationCommand: (
|
|
651
635
|
input: PutBucketAccelerateConfigurationCommandInput,
|
|
652
636
|
context: __SerdeContext
|
|
653
637
|
) => Promise<__HttpRequest>;
|
|
654
|
-
export declare const
|
|
638
|
+
export declare const serializeAws_restXmlPutBucketAclCommand: (
|
|
655
639
|
input: PutBucketAclCommandInput,
|
|
656
640
|
context: __SerdeContext
|
|
657
641
|
) => Promise<__HttpRequest>;
|
|
658
|
-
export declare const
|
|
642
|
+
export declare const serializeAws_restXmlPutBucketAnalyticsConfigurationCommand: (
|
|
659
643
|
input: PutBucketAnalyticsConfigurationCommandInput,
|
|
660
644
|
context: __SerdeContext
|
|
661
645
|
) => Promise<__HttpRequest>;
|
|
662
|
-
export declare const
|
|
646
|
+
export declare const serializeAws_restXmlPutBucketCorsCommand: (
|
|
663
647
|
input: PutBucketCorsCommandInput,
|
|
664
648
|
context: __SerdeContext
|
|
665
649
|
) => Promise<__HttpRequest>;
|
|
666
|
-
export declare const
|
|
650
|
+
export declare const serializeAws_restXmlPutBucketEncryptionCommand: (
|
|
667
651
|
input: PutBucketEncryptionCommandInput,
|
|
668
652
|
context: __SerdeContext
|
|
669
653
|
) => Promise<__HttpRequest>;
|
|
670
|
-
export declare const
|
|
654
|
+
export declare const serializeAws_restXmlPutBucketIntelligentTieringConfigurationCommand: (
|
|
671
655
|
input: PutBucketIntelligentTieringConfigurationCommandInput,
|
|
672
656
|
context: __SerdeContext
|
|
673
657
|
) => Promise<__HttpRequest>;
|
|
674
|
-
export declare const
|
|
658
|
+
export declare const serializeAws_restXmlPutBucketInventoryConfigurationCommand: (
|
|
675
659
|
input: PutBucketInventoryConfigurationCommandInput,
|
|
676
660
|
context: __SerdeContext
|
|
677
661
|
) => Promise<__HttpRequest>;
|
|
678
|
-
export declare const
|
|
662
|
+
export declare const serializeAws_restXmlPutBucketLifecycleConfigurationCommand: (
|
|
679
663
|
input: PutBucketLifecycleConfigurationCommandInput,
|
|
680
664
|
context: __SerdeContext
|
|
681
665
|
) => Promise<__HttpRequest>;
|
|
682
|
-
export declare const
|
|
666
|
+
export declare const serializeAws_restXmlPutBucketLoggingCommand: (
|
|
683
667
|
input: PutBucketLoggingCommandInput,
|
|
684
668
|
context: __SerdeContext
|
|
685
669
|
) => Promise<__HttpRequest>;
|
|
686
|
-
export declare const
|
|
670
|
+
export declare const serializeAws_restXmlPutBucketMetricsConfigurationCommand: (
|
|
687
671
|
input: PutBucketMetricsConfigurationCommandInput,
|
|
688
672
|
context: __SerdeContext
|
|
689
673
|
) => Promise<__HttpRequest>;
|
|
690
|
-
export declare const
|
|
674
|
+
export declare const serializeAws_restXmlPutBucketNotificationConfigurationCommand: (
|
|
691
675
|
input: PutBucketNotificationConfigurationCommandInput,
|
|
692
676
|
context: __SerdeContext
|
|
693
677
|
) => Promise<__HttpRequest>;
|
|
694
|
-
export declare const
|
|
678
|
+
export declare const serializeAws_restXmlPutBucketOwnershipControlsCommand: (
|
|
695
679
|
input: PutBucketOwnershipControlsCommandInput,
|
|
696
680
|
context: __SerdeContext
|
|
697
681
|
) => Promise<__HttpRequest>;
|
|
698
|
-
export declare const
|
|
682
|
+
export declare const serializeAws_restXmlPutBucketPolicyCommand: (
|
|
699
683
|
input: PutBucketPolicyCommandInput,
|
|
700
684
|
context: __SerdeContext
|
|
701
685
|
) => Promise<__HttpRequest>;
|
|
702
|
-
export declare const
|
|
686
|
+
export declare const serializeAws_restXmlPutBucketReplicationCommand: (
|
|
703
687
|
input: PutBucketReplicationCommandInput,
|
|
704
688
|
context: __SerdeContext
|
|
705
689
|
) => Promise<__HttpRequest>;
|
|
706
|
-
export declare const
|
|
690
|
+
export declare const serializeAws_restXmlPutBucketRequestPaymentCommand: (
|
|
707
691
|
input: PutBucketRequestPaymentCommandInput,
|
|
708
692
|
context: __SerdeContext
|
|
709
693
|
) => Promise<__HttpRequest>;
|
|
710
|
-
export declare const
|
|
694
|
+
export declare const serializeAws_restXmlPutBucketTaggingCommand: (
|
|
711
695
|
input: PutBucketTaggingCommandInput,
|
|
712
696
|
context: __SerdeContext
|
|
713
697
|
) => Promise<__HttpRequest>;
|
|
714
|
-
export declare const
|
|
698
|
+
export declare const serializeAws_restXmlPutBucketVersioningCommand: (
|
|
715
699
|
input: PutBucketVersioningCommandInput,
|
|
716
700
|
context: __SerdeContext
|
|
717
701
|
) => Promise<__HttpRequest>;
|
|
718
|
-
export declare const
|
|
702
|
+
export declare const serializeAws_restXmlPutBucketWebsiteCommand: (
|
|
719
703
|
input: PutBucketWebsiteCommandInput,
|
|
720
704
|
context: __SerdeContext
|
|
721
705
|
) => Promise<__HttpRequest>;
|
|
722
|
-
export declare const
|
|
706
|
+
export declare const serializeAws_restXmlPutObjectCommand: (
|
|
723
707
|
input: PutObjectCommandInput,
|
|
724
708
|
context: __SerdeContext
|
|
725
709
|
) => Promise<__HttpRequest>;
|
|
726
|
-
export declare const
|
|
710
|
+
export declare const serializeAws_restXmlPutObjectAclCommand: (
|
|
727
711
|
input: PutObjectAclCommandInput,
|
|
728
712
|
context: __SerdeContext
|
|
729
713
|
) => Promise<__HttpRequest>;
|
|
730
|
-
export declare const
|
|
714
|
+
export declare const serializeAws_restXmlPutObjectLegalHoldCommand: (
|
|
731
715
|
input: PutObjectLegalHoldCommandInput,
|
|
732
716
|
context: __SerdeContext
|
|
733
717
|
) => Promise<__HttpRequest>;
|
|
734
|
-
export declare const
|
|
718
|
+
export declare const serializeAws_restXmlPutObjectLockConfigurationCommand: (
|
|
735
719
|
input: PutObjectLockConfigurationCommandInput,
|
|
736
720
|
context: __SerdeContext
|
|
737
721
|
) => Promise<__HttpRequest>;
|
|
738
|
-
export declare const
|
|
722
|
+
export declare const serializeAws_restXmlPutObjectRetentionCommand: (
|
|
739
723
|
input: PutObjectRetentionCommandInput,
|
|
740
724
|
context: __SerdeContext
|
|
741
725
|
) => Promise<__HttpRequest>;
|
|
742
|
-
export declare const
|
|
726
|
+
export declare const serializeAws_restXmlPutObjectTaggingCommand: (
|
|
743
727
|
input: PutObjectTaggingCommandInput,
|
|
744
728
|
context: __SerdeContext
|
|
745
729
|
) => Promise<__HttpRequest>;
|
|
746
|
-
export declare const
|
|
730
|
+
export declare const serializeAws_restXmlPutPublicAccessBlockCommand: (
|
|
747
731
|
input: PutPublicAccessBlockCommandInput,
|
|
748
732
|
context: __SerdeContext
|
|
749
733
|
) => Promise<__HttpRequest>;
|
|
750
|
-
export declare const
|
|
734
|
+
export declare const serializeAws_restXmlRestoreObjectCommand: (
|
|
751
735
|
input: RestoreObjectCommandInput,
|
|
752
736
|
context: __SerdeContext
|
|
753
737
|
) => Promise<__HttpRequest>;
|
|
754
|
-
export declare const
|
|
738
|
+
export declare const serializeAws_restXmlSelectObjectContentCommand: (
|
|
755
739
|
input: SelectObjectContentCommandInput,
|
|
756
740
|
context: __SerdeContext
|
|
757
741
|
) => Promise<__HttpRequest>;
|
|
758
|
-
export declare const
|
|
742
|
+
export declare const serializeAws_restXmlUploadPartCommand: (
|
|
759
743
|
input: UploadPartCommandInput,
|
|
760
744
|
context: __SerdeContext
|
|
761
745
|
) => Promise<__HttpRequest>;
|
|
762
|
-
export declare const
|
|
746
|
+
export declare const serializeAws_restXmlUploadPartCopyCommand: (
|
|
763
747
|
input: UploadPartCopyCommandInput,
|
|
764
748
|
context: __SerdeContext
|
|
765
749
|
) => Promise<__HttpRequest>;
|
|
766
|
-
export declare const
|
|
750
|
+
export declare const serializeAws_restXmlWriteGetObjectResponseCommand: (
|
|
767
751
|
input: WriteGetObjectResponseCommandInput,
|
|
768
752
|
context: __SerdeContext
|
|
769
753
|
) => Promise<__HttpRequest>;
|
|
770
|
-
export declare const
|
|
754
|
+
export declare const deserializeAws_restXmlAbortMultipartUploadCommand: (
|
|
771
755
|
output: __HttpResponse,
|
|
772
756
|
context: __SerdeContext
|
|
773
757
|
) => Promise<AbortMultipartUploadCommandOutput>;
|
|
774
|
-
export declare const
|
|
758
|
+
export declare const deserializeAws_restXmlCompleteMultipartUploadCommand: (
|
|
775
759
|
output: __HttpResponse,
|
|
776
760
|
context: __SerdeContext
|
|
777
761
|
) => Promise<CompleteMultipartUploadCommandOutput>;
|
|
778
|
-
export declare const
|
|
762
|
+
export declare const deserializeAws_restXmlCopyObjectCommand: (
|
|
779
763
|
output: __HttpResponse,
|
|
780
764
|
context: __SerdeContext
|
|
781
765
|
) => Promise<CopyObjectCommandOutput>;
|
|
782
|
-
export declare const
|
|
766
|
+
export declare const deserializeAws_restXmlCreateBucketCommand: (
|
|
783
767
|
output: __HttpResponse,
|
|
784
768
|
context: __SerdeContext
|
|
785
769
|
) => Promise<CreateBucketCommandOutput>;
|
|
786
|
-
export declare const
|
|
770
|
+
export declare const deserializeAws_restXmlCreateMultipartUploadCommand: (
|
|
787
771
|
output: __HttpResponse,
|
|
788
772
|
context: __SerdeContext
|
|
789
773
|
) => Promise<CreateMultipartUploadCommandOutput>;
|
|
790
|
-
export declare const
|
|
791
|
-
output: __HttpResponse,
|
|
792
|
-
context: __SerdeContext
|
|
793
|
-
) => Promise<CreateSessionCommandOutput>;
|
|
794
|
-
export declare const de_DeleteBucketCommand: (
|
|
774
|
+
export declare const deserializeAws_restXmlDeleteBucketCommand: (
|
|
795
775
|
output: __HttpResponse,
|
|
796
776
|
context: __SerdeContext
|
|
797
777
|
) => Promise<DeleteBucketCommandOutput>;
|
|
798
|
-
export declare const
|
|
778
|
+
export declare const deserializeAws_restXmlDeleteBucketAnalyticsConfigurationCommand: (
|
|
799
779
|
output: __HttpResponse,
|
|
800
780
|
context: __SerdeContext
|
|
801
781
|
) => Promise<DeleteBucketAnalyticsConfigurationCommandOutput>;
|
|
802
|
-
export declare const
|
|
782
|
+
export declare const deserializeAws_restXmlDeleteBucketCorsCommand: (
|
|
803
783
|
output: __HttpResponse,
|
|
804
784
|
context: __SerdeContext
|
|
805
785
|
) => Promise<DeleteBucketCorsCommandOutput>;
|
|
806
|
-
export declare const
|
|
786
|
+
export declare const deserializeAws_restXmlDeleteBucketEncryptionCommand: (
|
|
807
787
|
output: __HttpResponse,
|
|
808
788
|
context: __SerdeContext
|
|
809
789
|
) => Promise<DeleteBucketEncryptionCommandOutput>;
|
|
810
|
-
export declare const
|
|
790
|
+
export declare const deserializeAws_restXmlDeleteBucketIntelligentTieringConfigurationCommand: (
|
|
811
791
|
output: __HttpResponse,
|
|
812
792
|
context: __SerdeContext
|
|
813
793
|
) => Promise<DeleteBucketIntelligentTieringConfigurationCommandOutput>;
|
|
814
|
-
export declare const
|
|
794
|
+
export declare const deserializeAws_restXmlDeleteBucketInventoryConfigurationCommand: (
|
|
815
795
|
output: __HttpResponse,
|
|
816
796
|
context: __SerdeContext
|
|
817
797
|
) => Promise<DeleteBucketInventoryConfigurationCommandOutput>;
|
|
818
|
-
export declare const
|
|
798
|
+
export declare const deserializeAws_restXmlDeleteBucketLifecycleCommand: (
|
|
819
799
|
output: __HttpResponse,
|
|
820
800
|
context: __SerdeContext
|
|
821
801
|
) => Promise<DeleteBucketLifecycleCommandOutput>;
|
|
822
|
-
export declare const
|
|
802
|
+
export declare const deserializeAws_restXmlDeleteBucketMetricsConfigurationCommand: (
|
|
823
803
|
output: __HttpResponse,
|
|
824
804
|
context: __SerdeContext
|
|
825
805
|
) => Promise<DeleteBucketMetricsConfigurationCommandOutput>;
|
|
826
|
-
export declare const
|
|
806
|
+
export declare const deserializeAws_restXmlDeleteBucketOwnershipControlsCommand: (
|
|
827
807
|
output: __HttpResponse,
|
|
828
808
|
context: __SerdeContext
|
|
829
809
|
) => Promise<DeleteBucketOwnershipControlsCommandOutput>;
|
|
830
|
-
export declare const
|
|
810
|
+
export declare const deserializeAws_restXmlDeleteBucketPolicyCommand: (
|
|
831
811
|
output: __HttpResponse,
|
|
832
812
|
context: __SerdeContext
|
|
833
813
|
) => Promise<DeleteBucketPolicyCommandOutput>;
|
|
834
|
-
export declare const
|
|
814
|
+
export declare const deserializeAws_restXmlDeleteBucketReplicationCommand: (
|
|
835
815
|
output: __HttpResponse,
|
|
836
816
|
context: __SerdeContext
|
|
837
817
|
) => Promise<DeleteBucketReplicationCommandOutput>;
|
|
838
|
-
export declare const
|
|
818
|
+
export declare const deserializeAws_restXmlDeleteBucketTaggingCommand: (
|
|
839
819
|
output: __HttpResponse,
|
|
840
820
|
context: __SerdeContext
|
|
841
821
|
) => Promise<DeleteBucketTaggingCommandOutput>;
|
|
842
|
-
export declare const
|
|
822
|
+
export declare const deserializeAws_restXmlDeleteBucketWebsiteCommand: (
|
|
843
823
|
output: __HttpResponse,
|
|
844
824
|
context: __SerdeContext
|
|
845
825
|
) => Promise<DeleteBucketWebsiteCommandOutput>;
|
|
846
|
-
export declare const
|
|
826
|
+
export declare const deserializeAws_restXmlDeleteObjectCommand: (
|
|
847
827
|
output: __HttpResponse,
|
|
848
828
|
context: __SerdeContext
|
|
849
829
|
) => Promise<DeleteObjectCommandOutput>;
|
|
850
|
-
export declare const
|
|
830
|
+
export declare const deserializeAws_restXmlDeleteObjectsCommand: (
|
|
851
831
|
output: __HttpResponse,
|
|
852
832
|
context: __SerdeContext
|
|
853
833
|
) => Promise<DeleteObjectsCommandOutput>;
|
|
854
|
-
export declare const
|
|
834
|
+
export declare const deserializeAws_restXmlDeleteObjectTaggingCommand: (
|
|
855
835
|
output: __HttpResponse,
|
|
856
836
|
context: __SerdeContext
|
|
857
837
|
) => Promise<DeleteObjectTaggingCommandOutput>;
|
|
858
|
-
export declare const
|
|
838
|
+
export declare const deserializeAws_restXmlDeletePublicAccessBlockCommand: (
|
|
859
839
|
output: __HttpResponse,
|
|
860
840
|
context: __SerdeContext
|
|
861
841
|
) => Promise<DeletePublicAccessBlockCommandOutput>;
|
|
862
|
-
export declare const
|
|
842
|
+
export declare const deserializeAws_restXmlGetBucketAccelerateConfigurationCommand: (
|
|
863
843
|
output: __HttpResponse,
|
|
864
844
|
context: __SerdeContext
|
|
865
845
|
) => Promise<GetBucketAccelerateConfigurationCommandOutput>;
|
|
866
|
-
export declare const
|
|
846
|
+
export declare const deserializeAws_restXmlGetBucketAclCommand: (
|
|
867
847
|
output: __HttpResponse,
|
|
868
848
|
context: __SerdeContext
|
|
869
849
|
) => Promise<GetBucketAclCommandOutput>;
|
|
870
|
-
export declare const
|
|
850
|
+
export declare const deserializeAws_restXmlGetBucketAnalyticsConfigurationCommand: (
|
|
871
851
|
output: __HttpResponse,
|
|
872
852
|
context: __SerdeContext
|
|
873
853
|
) => Promise<GetBucketAnalyticsConfigurationCommandOutput>;
|
|
874
|
-
export declare const
|
|
854
|
+
export declare const deserializeAws_restXmlGetBucketCorsCommand: (
|
|
875
855
|
output: __HttpResponse,
|
|
876
856
|
context: __SerdeContext
|
|
877
857
|
) => Promise<GetBucketCorsCommandOutput>;
|
|
878
|
-
export declare const
|
|
858
|
+
export declare const deserializeAws_restXmlGetBucketEncryptionCommand: (
|
|
879
859
|
output: __HttpResponse,
|
|
880
860
|
context: __SerdeContext
|
|
881
861
|
) => Promise<GetBucketEncryptionCommandOutput>;
|
|
882
|
-
export declare const
|
|
862
|
+
export declare const deserializeAws_restXmlGetBucketIntelligentTieringConfigurationCommand: (
|
|
883
863
|
output: __HttpResponse,
|
|
884
864
|
context: __SerdeContext
|
|
885
865
|
) => Promise<GetBucketIntelligentTieringConfigurationCommandOutput>;
|
|
886
|
-
export declare const
|
|
866
|
+
export declare const deserializeAws_restXmlGetBucketInventoryConfigurationCommand: (
|
|
887
867
|
output: __HttpResponse,
|
|
888
868
|
context: __SerdeContext
|
|
889
869
|
) => Promise<GetBucketInventoryConfigurationCommandOutput>;
|
|
890
|
-
export declare const
|
|
870
|
+
export declare const deserializeAws_restXmlGetBucketLifecycleConfigurationCommand: (
|
|
891
871
|
output: __HttpResponse,
|
|
892
872
|
context: __SerdeContext
|
|
893
873
|
) => Promise<GetBucketLifecycleConfigurationCommandOutput>;
|
|
894
|
-
export declare const
|
|
874
|
+
export declare const deserializeAws_restXmlGetBucketLocationCommand: (
|
|
895
875
|
output: __HttpResponse,
|
|
896
876
|
context: __SerdeContext
|
|
897
877
|
) => Promise<GetBucketLocationCommandOutput>;
|
|
898
|
-
export declare const
|
|
878
|
+
export declare const deserializeAws_restXmlGetBucketLoggingCommand: (
|
|
899
879
|
output: __HttpResponse,
|
|
900
880
|
context: __SerdeContext
|
|
901
881
|
) => Promise<GetBucketLoggingCommandOutput>;
|
|
902
|
-
export declare const
|
|
882
|
+
export declare const deserializeAws_restXmlGetBucketMetricsConfigurationCommand: (
|
|
903
883
|
output: __HttpResponse,
|
|
904
884
|
context: __SerdeContext
|
|
905
885
|
) => Promise<GetBucketMetricsConfigurationCommandOutput>;
|
|
906
|
-
export declare const
|
|
886
|
+
export declare const deserializeAws_restXmlGetBucketNotificationConfigurationCommand: (
|
|
907
887
|
output: __HttpResponse,
|
|
908
888
|
context: __SerdeContext
|
|
909
889
|
) => Promise<GetBucketNotificationConfigurationCommandOutput>;
|
|
910
|
-
export declare const
|
|
890
|
+
export declare const deserializeAws_restXmlGetBucketOwnershipControlsCommand: (
|
|
911
891
|
output: __HttpResponse,
|
|
912
892
|
context: __SerdeContext
|
|
913
893
|
) => Promise<GetBucketOwnershipControlsCommandOutput>;
|
|
914
|
-
export declare const
|
|
894
|
+
export declare const deserializeAws_restXmlGetBucketPolicyCommand: (
|
|
915
895
|
output: __HttpResponse,
|
|
916
896
|
context: __SerdeContext
|
|
917
897
|
) => Promise<GetBucketPolicyCommandOutput>;
|
|
918
|
-
export declare const
|
|
898
|
+
export declare const deserializeAws_restXmlGetBucketPolicyStatusCommand: (
|
|
919
899
|
output: __HttpResponse,
|
|
920
900
|
context: __SerdeContext
|
|
921
901
|
) => Promise<GetBucketPolicyStatusCommandOutput>;
|
|
922
|
-
export declare const
|
|
902
|
+
export declare const deserializeAws_restXmlGetBucketReplicationCommand: (
|
|
923
903
|
output: __HttpResponse,
|
|
924
904
|
context: __SerdeContext
|
|
925
905
|
) => Promise<GetBucketReplicationCommandOutput>;
|
|
926
|
-
export declare const
|
|
906
|
+
export declare const deserializeAws_restXmlGetBucketRequestPaymentCommand: (
|
|
927
907
|
output: __HttpResponse,
|
|
928
908
|
context: __SerdeContext
|
|
929
909
|
) => Promise<GetBucketRequestPaymentCommandOutput>;
|
|
930
|
-
export declare const
|
|
910
|
+
export declare const deserializeAws_restXmlGetBucketTaggingCommand: (
|
|
931
911
|
output: __HttpResponse,
|
|
932
912
|
context: __SerdeContext
|
|
933
913
|
) => Promise<GetBucketTaggingCommandOutput>;
|
|
934
|
-
export declare const
|
|
914
|
+
export declare const deserializeAws_restXmlGetBucketVersioningCommand: (
|
|
935
915
|
output: __HttpResponse,
|
|
936
916
|
context: __SerdeContext
|
|
937
917
|
) => Promise<GetBucketVersioningCommandOutput>;
|
|
938
|
-
export declare const
|
|
918
|
+
export declare const deserializeAws_restXmlGetBucketWebsiteCommand: (
|
|
939
919
|
output: __HttpResponse,
|
|
940
920
|
context: __SerdeContext
|
|
941
921
|
) => Promise<GetBucketWebsiteCommandOutput>;
|
|
942
|
-
export declare const
|
|
922
|
+
export declare const deserializeAws_restXmlGetObjectCommand: (
|
|
943
923
|
output: __HttpResponse,
|
|
944
924
|
context: __SerdeContext & __SdkStreamSerdeContext
|
|
945
925
|
) => Promise<GetObjectCommandOutput>;
|
|
946
|
-
export declare const
|
|
926
|
+
export declare const deserializeAws_restXmlGetObjectAclCommand: (
|
|
947
927
|
output: __HttpResponse,
|
|
948
928
|
context: __SerdeContext
|
|
949
929
|
) => Promise<GetObjectAclCommandOutput>;
|
|
950
|
-
export declare const
|
|
930
|
+
export declare const deserializeAws_restXmlGetObjectAttributesCommand: (
|
|
951
931
|
output: __HttpResponse,
|
|
952
932
|
context: __SerdeContext
|
|
953
933
|
) => Promise<GetObjectAttributesCommandOutput>;
|
|
954
|
-
export declare const
|
|
934
|
+
export declare const deserializeAws_restXmlGetObjectLegalHoldCommand: (
|
|
955
935
|
output: __HttpResponse,
|
|
956
936
|
context: __SerdeContext
|
|
957
937
|
) => Promise<GetObjectLegalHoldCommandOutput>;
|
|
958
|
-
export declare const
|
|
938
|
+
export declare const deserializeAws_restXmlGetObjectLockConfigurationCommand: (
|
|
959
939
|
output: __HttpResponse,
|
|
960
940
|
context: __SerdeContext
|
|
961
941
|
) => Promise<GetObjectLockConfigurationCommandOutput>;
|
|
962
|
-
export declare const
|
|
942
|
+
export declare const deserializeAws_restXmlGetObjectRetentionCommand: (
|
|
963
943
|
output: __HttpResponse,
|
|
964
944
|
context: __SerdeContext
|
|
965
945
|
) => Promise<GetObjectRetentionCommandOutput>;
|
|
966
|
-
export declare const
|
|
946
|
+
export declare const deserializeAws_restXmlGetObjectTaggingCommand: (
|
|
967
947
|
output: __HttpResponse,
|
|
968
948
|
context: __SerdeContext
|
|
969
949
|
) => Promise<GetObjectTaggingCommandOutput>;
|
|
970
|
-
export declare const
|
|
950
|
+
export declare const deserializeAws_restXmlGetObjectTorrentCommand: (
|
|
971
951
|
output: __HttpResponse,
|
|
972
952
|
context: __SerdeContext & __SdkStreamSerdeContext
|
|
973
953
|
) => Promise<GetObjectTorrentCommandOutput>;
|
|
974
|
-
export declare const
|
|
954
|
+
export declare const deserializeAws_restXmlGetPublicAccessBlockCommand: (
|
|
975
955
|
output: __HttpResponse,
|
|
976
956
|
context: __SerdeContext
|
|
977
957
|
) => Promise<GetPublicAccessBlockCommandOutput>;
|
|
978
|
-
export declare const
|
|
958
|
+
export declare const deserializeAws_restXmlHeadBucketCommand: (
|
|
979
959
|
output: __HttpResponse,
|
|
980
960
|
context: __SerdeContext
|
|
981
961
|
) => Promise<HeadBucketCommandOutput>;
|
|
982
|
-
export declare const
|
|
962
|
+
export declare const deserializeAws_restXmlHeadObjectCommand: (
|
|
983
963
|
output: __HttpResponse,
|
|
984
964
|
context: __SerdeContext
|
|
985
965
|
) => Promise<HeadObjectCommandOutput>;
|
|
986
|
-
export declare const
|
|
966
|
+
export declare const deserializeAws_restXmlListBucketAnalyticsConfigurationsCommand: (
|
|
987
967
|
output: __HttpResponse,
|
|
988
968
|
context: __SerdeContext
|
|
989
969
|
) => Promise<ListBucketAnalyticsConfigurationsCommandOutput>;
|
|
990
|
-
export declare const
|
|
970
|
+
export declare const deserializeAws_restXmlListBucketIntelligentTieringConfigurationsCommand: (
|
|
991
971
|
output: __HttpResponse,
|
|
992
972
|
context: __SerdeContext
|
|
993
973
|
) => Promise<ListBucketIntelligentTieringConfigurationsCommandOutput>;
|
|
994
|
-
export declare const
|
|
974
|
+
export declare const deserializeAws_restXmlListBucketInventoryConfigurationsCommand: (
|
|
995
975
|
output: __HttpResponse,
|
|
996
976
|
context: __SerdeContext
|
|
997
977
|
) => Promise<ListBucketInventoryConfigurationsCommandOutput>;
|
|
998
|
-
export declare const
|
|
978
|
+
export declare const deserializeAws_restXmlListBucketMetricsConfigurationsCommand: (
|
|
999
979
|
output: __HttpResponse,
|
|
1000
980
|
context: __SerdeContext
|
|
1001
981
|
) => Promise<ListBucketMetricsConfigurationsCommandOutput>;
|
|
1002
|
-
export declare const
|
|
982
|
+
export declare const deserializeAws_restXmlListBucketsCommand: (
|
|
1003
983
|
output: __HttpResponse,
|
|
1004
984
|
context: __SerdeContext
|
|
1005
985
|
) => Promise<ListBucketsCommandOutput>;
|
|
1006
|
-
export declare const
|
|
1007
|
-
output: __HttpResponse,
|
|
1008
|
-
context: __SerdeContext
|
|
1009
|
-
) => Promise<ListDirectoryBucketsCommandOutput>;
|
|
1010
|
-
export declare const de_ListMultipartUploadsCommand: (
|
|
986
|
+
export declare const deserializeAws_restXmlListMultipartUploadsCommand: (
|
|
1011
987
|
output: __HttpResponse,
|
|
1012
988
|
context: __SerdeContext
|
|
1013
989
|
) => Promise<ListMultipartUploadsCommandOutput>;
|
|
1014
|
-
export declare const
|
|
990
|
+
export declare const deserializeAws_restXmlListObjectsCommand: (
|
|
1015
991
|
output: __HttpResponse,
|
|
1016
992
|
context: __SerdeContext
|
|
1017
993
|
) => Promise<ListObjectsCommandOutput>;
|
|
1018
|
-
export declare const
|
|
994
|
+
export declare const deserializeAws_restXmlListObjectsV2Command: (
|
|
1019
995
|
output: __HttpResponse,
|
|
1020
996
|
context: __SerdeContext
|
|
1021
997
|
) => Promise<ListObjectsV2CommandOutput>;
|
|
1022
|
-
export declare const
|
|
998
|
+
export declare const deserializeAws_restXmlListObjectVersionsCommand: (
|
|
1023
999
|
output: __HttpResponse,
|
|
1024
1000
|
context: __SerdeContext
|
|
1025
1001
|
) => Promise<ListObjectVersionsCommandOutput>;
|
|
1026
|
-
export declare const
|
|
1002
|
+
export declare const deserializeAws_restXmlListPartsCommand: (
|
|
1027
1003
|
output: __HttpResponse,
|
|
1028
1004
|
context: __SerdeContext
|
|
1029
1005
|
) => Promise<ListPartsCommandOutput>;
|
|
1030
|
-
export declare const
|
|
1006
|
+
export declare const deserializeAws_restXmlPutBucketAccelerateConfigurationCommand: (
|
|
1031
1007
|
output: __HttpResponse,
|
|
1032
1008
|
context: __SerdeContext
|
|
1033
1009
|
) => Promise<PutBucketAccelerateConfigurationCommandOutput>;
|
|
1034
|
-
export declare const
|
|
1010
|
+
export declare const deserializeAws_restXmlPutBucketAclCommand: (
|
|
1035
1011
|
output: __HttpResponse,
|
|
1036
1012
|
context: __SerdeContext
|
|
1037
1013
|
) => Promise<PutBucketAclCommandOutput>;
|
|
1038
|
-
export declare const
|
|
1014
|
+
export declare const deserializeAws_restXmlPutBucketAnalyticsConfigurationCommand: (
|
|
1039
1015
|
output: __HttpResponse,
|
|
1040
1016
|
context: __SerdeContext
|
|
1041
1017
|
) => Promise<PutBucketAnalyticsConfigurationCommandOutput>;
|
|
1042
|
-
export declare const
|
|
1018
|
+
export declare const deserializeAws_restXmlPutBucketCorsCommand: (
|
|
1043
1019
|
output: __HttpResponse,
|
|
1044
1020
|
context: __SerdeContext
|
|
1045
1021
|
) => Promise<PutBucketCorsCommandOutput>;
|
|
1046
|
-
export declare const
|
|
1022
|
+
export declare const deserializeAws_restXmlPutBucketEncryptionCommand: (
|
|
1047
1023
|
output: __HttpResponse,
|
|
1048
1024
|
context: __SerdeContext
|
|
1049
1025
|
) => Promise<PutBucketEncryptionCommandOutput>;
|
|
1050
|
-
export declare const
|
|
1026
|
+
export declare const deserializeAws_restXmlPutBucketIntelligentTieringConfigurationCommand: (
|
|
1051
1027
|
output: __HttpResponse,
|
|
1052
1028
|
context: __SerdeContext
|
|
1053
1029
|
) => Promise<PutBucketIntelligentTieringConfigurationCommandOutput>;
|
|
1054
|
-
export declare const
|
|
1030
|
+
export declare const deserializeAws_restXmlPutBucketInventoryConfigurationCommand: (
|
|
1055
1031
|
output: __HttpResponse,
|
|
1056
1032
|
context: __SerdeContext
|
|
1057
1033
|
) => Promise<PutBucketInventoryConfigurationCommandOutput>;
|
|
1058
|
-
export declare const
|
|
1034
|
+
export declare const deserializeAws_restXmlPutBucketLifecycleConfigurationCommand: (
|
|
1059
1035
|
output: __HttpResponse,
|
|
1060
1036
|
context: __SerdeContext
|
|
1061
1037
|
) => Promise<PutBucketLifecycleConfigurationCommandOutput>;
|
|
1062
|
-
export declare const
|
|
1038
|
+
export declare const deserializeAws_restXmlPutBucketLoggingCommand: (
|
|
1063
1039
|
output: __HttpResponse,
|
|
1064
1040
|
context: __SerdeContext
|
|
1065
1041
|
) => Promise<PutBucketLoggingCommandOutput>;
|
|
1066
|
-
export declare const
|
|
1042
|
+
export declare const deserializeAws_restXmlPutBucketMetricsConfigurationCommand: (
|
|
1067
1043
|
output: __HttpResponse,
|
|
1068
1044
|
context: __SerdeContext
|
|
1069
1045
|
) => Promise<PutBucketMetricsConfigurationCommandOutput>;
|
|
1070
|
-
export declare const
|
|
1046
|
+
export declare const deserializeAws_restXmlPutBucketNotificationConfigurationCommand: (
|
|
1071
1047
|
output: __HttpResponse,
|
|
1072
1048
|
context: __SerdeContext
|
|
1073
1049
|
) => Promise<PutBucketNotificationConfigurationCommandOutput>;
|
|
1074
|
-
export declare const
|
|
1050
|
+
export declare const deserializeAws_restXmlPutBucketOwnershipControlsCommand: (
|
|
1075
1051
|
output: __HttpResponse,
|
|
1076
1052
|
context: __SerdeContext
|
|
1077
1053
|
) => Promise<PutBucketOwnershipControlsCommandOutput>;
|
|
1078
|
-
export declare const
|
|
1054
|
+
export declare const deserializeAws_restXmlPutBucketPolicyCommand: (
|
|
1079
1055
|
output: __HttpResponse,
|
|
1080
1056
|
context: __SerdeContext
|
|
1081
1057
|
) => Promise<PutBucketPolicyCommandOutput>;
|
|
1082
|
-
export declare const
|
|
1058
|
+
export declare const deserializeAws_restXmlPutBucketReplicationCommand: (
|
|
1083
1059
|
output: __HttpResponse,
|
|
1084
1060
|
context: __SerdeContext
|
|
1085
1061
|
) => Promise<PutBucketReplicationCommandOutput>;
|
|
1086
|
-
export declare const
|
|
1062
|
+
export declare const deserializeAws_restXmlPutBucketRequestPaymentCommand: (
|
|
1087
1063
|
output: __HttpResponse,
|
|
1088
1064
|
context: __SerdeContext
|
|
1089
1065
|
) => Promise<PutBucketRequestPaymentCommandOutput>;
|
|
1090
|
-
export declare const
|
|
1066
|
+
export declare const deserializeAws_restXmlPutBucketTaggingCommand: (
|
|
1091
1067
|
output: __HttpResponse,
|
|
1092
1068
|
context: __SerdeContext
|
|
1093
1069
|
) => Promise<PutBucketTaggingCommandOutput>;
|
|
1094
|
-
export declare const
|
|
1070
|
+
export declare const deserializeAws_restXmlPutBucketVersioningCommand: (
|
|
1095
1071
|
output: __HttpResponse,
|
|
1096
1072
|
context: __SerdeContext
|
|
1097
1073
|
) => Promise<PutBucketVersioningCommandOutput>;
|
|
1098
|
-
export declare const
|
|
1074
|
+
export declare const deserializeAws_restXmlPutBucketWebsiteCommand: (
|
|
1099
1075
|
output: __HttpResponse,
|
|
1100
1076
|
context: __SerdeContext
|
|
1101
1077
|
) => Promise<PutBucketWebsiteCommandOutput>;
|
|
1102
|
-
export declare const
|
|
1078
|
+
export declare const deserializeAws_restXmlPutObjectCommand: (
|
|
1103
1079
|
output: __HttpResponse,
|
|
1104
1080
|
context: __SerdeContext
|
|
1105
1081
|
) => Promise<PutObjectCommandOutput>;
|
|
1106
|
-
export declare const
|
|
1082
|
+
export declare const deserializeAws_restXmlPutObjectAclCommand: (
|
|
1107
1083
|
output: __HttpResponse,
|
|
1108
1084
|
context: __SerdeContext
|
|
1109
1085
|
) => Promise<PutObjectAclCommandOutput>;
|
|
1110
|
-
export declare const
|
|
1086
|
+
export declare const deserializeAws_restXmlPutObjectLegalHoldCommand: (
|
|
1111
1087
|
output: __HttpResponse,
|
|
1112
1088
|
context: __SerdeContext
|
|
1113
1089
|
) => Promise<PutObjectLegalHoldCommandOutput>;
|
|
1114
|
-
export declare const
|
|
1090
|
+
export declare const deserializeAws_restXmlPutObjectLockConfigurationCommand: (
|
|
1115
1091
|
output: __HttpResponse,
|
|
1116
1092
|
context: __SerdeContext
|
|
1117
1093
|
) => Promise<PutObjectLockConfigurationCommandOutput>;
|
|
1118
|
-
export declare const
|
|
1094
|
+
export declare const deserializeAws_restXmlPutObjectRetentionCommand: (
|
|
1119
1095
|
output: __HttpResponse,
|
|
1120
1096
|
context: __SerdeContext
|
|
1121
1097
|
) => Promise<PutObjectRetentionCommandOutput>;
|
|
1122
|
-
export declare const
|
|
1098
|
+
export declare const deserializeAws_restXmlPutObjectTaggingCommand: (
|
|
1123
1099
|
output: __HttpResponse,
|
|
1124
1100
|
context: __SerdeContext
|
|
1125
1101
|
) => Promise<PutObjectTaggingCommandOutput>;
|
|
1126
|
-
export declare const
|
|
1102
|
+
export declare const deserializeAws_restXmlPutPublicAccessBlockCommand: (
|
|
1127
1103
|
output: __HttpResponse,
|
|
1128
1104
|
context: __SerdeContext
|
|
1129
1105
|
) => Promise<PutPublicAccessBlockCommandOutput>;
|
|
1130
|
-
export declare const
|
|
1106
|
+
export declare const deserializeAws_restXmlRestoreObjectCommand: (
|
|
1131
1107
|
output: __HttpResponse,
|
|
1132
1108
|
context: __SerdeContext
|
|
1133
1109
|
) => Promise<RestoreObjectCommandOutput>;
|
|
1134
|
-
export declare const
|
|
1110
|
+
export declare const deserializeAws_restXmlSelectObjectContentCommand: (
|
|
1135
1111
|
output: __HttpResponse,
|
|
1136
1112
|
context: __SerdeContext & __EventStreamSerdeContext
|
|
1137
1113
|
) => Promise<SelectObjectContentCommandOutput>;
|
|
1138
|
-
export declare const
|
|
1114
|
+
export declare const deserializeAws_restXmlUploadPartCommand: (
|
|
1139
1115
|
output: __HttpResponse,
|
|
1140
1116
|
context: __SerdeContext
|
|
1141
1117
|
) => Promise<UploadPartCommandOutput>;
|
|
1142
|
-
export declare const
|
|
1118
|
+
export declare const deserializeAws_restXmlUploadPartCopyCommand: (
|
|
1143
1119
|
output: __HttpResponse,
|
|
1144
1120
|
context: __SerdeContext
|
|
1145
1121
|
) => Promise<UploadPartCopyCommandOutput>;
|
|
1146
|
-
export declare const
|
|
1122
|
+
export declare const deserializeAws_restXmlWriteGetObjectResponseCommand: (
|
|
1147
1123
|
output: __HttpResponse,
|
|
1148
1124
|
context: __SerdeContext
|
|
1149
1125
|
) => Promise<WriteGetObjectResponseCommandOutput>;
|