@nocobase/plugin-file-manager 0.17.0-alpha.7 → 0.18.0-alpha.1
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/externalVersion.js +11 -11
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/S3.js +4 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/S3Client.js +10 -5
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/AbortMultipartUploadCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/CompleteMultipartUploadCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/CopyObjectCommand.js +6 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/CreateBucketCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/CreateMultipartUploadCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/CreateSessionCommand.js +59 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketAnalyticsConfigurationCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketCorsCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketEncryptionCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketIntelligentTieringConfigurationCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketInventoryConfigurationCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketLifecycleCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketMetricsConfigurationCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketOwnershipControlsCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketPolicyCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketReplicationCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketTaggingCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketWebsiteCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteObjectCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteObjectTaggingCommand.js +6 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteObjectsCommand.js +6 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeletePublicAccessBlockCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketAccelerateConfigurationCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketAclCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketAnalyticsConfigurationCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketCorsCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketEncryptionCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketIntelligentTieringConfigurationCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketInventoryConfigurationCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketLifecycleConfigurationCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketLocationCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketLoggingCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketMetricsConfigurationCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketNotificationConfigurationCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketOwnershipControlsCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketPolicyCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketPolicyStatusCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketReplicationCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketRequestPaymentCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketTaggingCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketVersioningCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketWebsiteCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetObjectAclCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetObjectAttributesCommand.js +6 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetObjectCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetObjectLegalHoldCommand.js +6 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetObjectLockConfigurationCommand.js +6 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetObjectRetentionCommand.js +6 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetObjectTaggingCommand.js +6 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetObjectTorrentCommand.js +6 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetPublicAccessBlockCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/HeadBucketCommand.js +6 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/HeadObjectCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListBucketAnalyticsConfigurationsCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListBucketIntelligentTieringConfigurationsCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListBucketInventoryConfigurationsCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListBucketMetricsConfigurationsCommand.js +6 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListBucketsCommand.js +6 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListDirectoryBucketsCommand.js +58 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListMultipartUploadsCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListObjectVersionsCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListObjectsCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListObjectsV2Command.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListPartsCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketAccelerateConfigurationCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketAclCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketAnalyticsConfigurationCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketCorsCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketEncryptionCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketIntelligentTieringConfigurationCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketInventoryConfigurationCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketLifecycleConfigurationCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketLoggingCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketMetricsConfigurationCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketNotificationConfigurationCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketOwnershipControlsCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketPolicyCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketReplicationCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketRequestPaymentCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketTaggingCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketVersioningCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketWebsiteCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutObjectAclCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutObjectCommand.js +10 -3
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutObjectLegalHoldCommand.js +6 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutObjectLockConfigurationCommand.js +6 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutObjectRetentionCommand.js +6 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutObjectTaggingCommand.js +6 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutPublicAccessBlockCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/RestoreObjectCommand.js +6 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/SelectObjectContentCommand.js +9 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/UploadPartCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/UploadPartCopyCommand.js +6 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/WriteGetObjectResponseCommand.js +6 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/index.js +2 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/endpoint/EndpointParameters.js +1 -0
- 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/extensionConfiguration.js +2 -0
- 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/models_0.js +50 -32
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/models/models_1.js +18 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/pagination/ListDirectoryBucketsPaginator.js +29 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/pagination/index.js +1 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/protocols/Aws_restXml.js +226 -97
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/runtimeConfig.browser.js +2 -2
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/runtimeConfig.js +5 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/runtimeConfig.shared.js +20 -17
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/runtimeExtensions.js +22 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/S3.js +4 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/S3Client.js +11 -6
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/AbortMultipartUploadCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/CompleteMultipartUploadCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/CopyObjectCommand.js +6 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateBucketCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateMultipartUploadCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateSessionCommand.js +55 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketAnalyticsConfigurationCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketCorsCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketEncryptionCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketIntelligentTieringConfigurationCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketInventoryConfigurationCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketLifecycleCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketMetricsConfigurationCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketOwnershipControlsCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketPolicyCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketReplicationCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketTaggingCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketWebsiteCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteObjectCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteObjectTaggingCommand.js +6 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteObjectsCommand.js +6 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeletePublicAccessBlockCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketAccelerateConfigurationCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketAclCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketAnalyticsConfigurationCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketCorsCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketEncryptionCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketIntelligentTieringConfigurationCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketInventoryConfigurationCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketLifecycleConfigurationCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketLocationCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketLoggingCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketMetricsConfigurationCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketNotificationConfigurationCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketOwnershipControlsCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketPolicyCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketPolicyStatusCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketReplicationCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketRequestPaymentCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketTaggingCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketVersioningCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketWebsiteCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectAclCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectAttributesCommand.js +6 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectLegalHoldCommand.js +6 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectLockConfigurationCommand.js +6 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectRetentionCommand.js +6 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectTaggingCommand.js +6 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectTorrentCommand.js +6 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetPublicAccessBlockCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/HeadBucketCommand.js +6 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/HeadObjectCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketAnalyticsConfigurationsCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketIntelligentTieringConfigurationsCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketInventoryConfigurationsCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketMetricsConfigurationsCommand.js +6 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketsCommand.js +6 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/ListDirectoryBucketsCommand.js +54 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/ListMultipartUploadsCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/ListObjectVersionsCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/ListObjectsCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/ListObjectsV2Command.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/ListPartsCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketAccelerateConfigurationCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketAclCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketAnalyticsConfigurationCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketCorsCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketEncryptionCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketIntelligentTieringConfigurationCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketInventoryConfigurationCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketLifecycleConfigurationCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketLoggingCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketMetricsConfigurationCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketNotificationConfigurationCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketOwnershipControlsCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketPolicyCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketReplicationCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketRequestPaymentCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketTaggingCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketVersioningCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketWebsiteCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectAclCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectCommand.js +8 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectLegalHoldCommand.js +6 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectLockConfigurationCommand.js +6 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectRetentionCommand.js +6 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectTaggingCommand.js +6 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutPublicAccessBlockCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/RestoreObjectCommand.js +6 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/SelectObjectContentCommand.js +9 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/UploadPartCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/UploadPartCopyCommand.js +6 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/WriteGetObjectResponseCommand.js +6 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/index.js +2 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/endpoint/EndpointParameters.js +1 -0
- 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/extensionConfiguration.js +1 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/index.js +1 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/models/models_0.js +45 -27
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/models/models_1.js +15 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/pagination/ListDirectoryBucketsPaginator.js +25 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/pagination/index.js +1 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/protocols/Aws_restXml.js +218 -93
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/runtimeConfig.browser.js +2 -2
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/runtimeConfig.js +5 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/runtimeConfig.shared.js +20 -17
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/runtimeExtensions.js +18 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/S3.d.ts +14 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts +14 -5
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/AbortMultipartUploadCommand.d.ts +37 -5
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/CompleteMultipartUploadCommand.d.ts +98 -62
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/CopyObjectCommand.d.ts +108 -164
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketCommand.d.ts +116 -69
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateMultipartUploadCommand.d.ts +146 -222
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateSessionCommand.d.ts +145 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketAnalyticsConfigurationCommand.d.ts +4 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketCommand.d.ts +35 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketCorsCommand.d.ts +4 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketEncryptionCommand.d.ts +6 -3
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketIntelligentTieringConfigurationCommand.d.ts +4 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketInventoryConfigurationCommand.d.ts +4 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketLifecycleCommand.d.ts +4 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketMetricsConfigurationCommand.d.ts +4 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketOwnershipControlsCommand.d.ts +4 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketPolicyCommand.d.ts +48 -19
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketReplicationCommand.d.ts +4 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketTaggingCommand.d.ts +4 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketWebsiteCommand.d.ts +4 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectCommand.d.ts +83 -11
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectTaggingCommand.d.ts +4 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectsCommand.d.ts +109 -34
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeletePublicAccessBlockCommand.d.ts +4 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAccelerateConfigurationCommand.d.ts +6 -2
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAclCommand.d.ts +7 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAnalyticsConfigurationCommand.d.ts +6 -2
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketCorsCommand.d.ts +6 -3
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketEncryptionCommand.d.ts +4 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketIntelligentTieringConfigurationCommand.d.ts +4 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketInventoryConfigurationCommand.d.ts +5 -2
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLifecycleConfigurationCommand.d.ts +3 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLocationCommand.d.ts +7 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLoggingCommand.d.ts +10 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketMetricsConfigurationCommand.d.ts +4 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketNotificationConfigurationCommand.d.ts +6 -3
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketOwnershipControlsCommand.d.ts +4 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyCommand.d.ts +54 -23
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyStatusCommand.d.ts +4 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketReplicationCommand.d.ts +5 -2
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketRequestPaymentCommand.d.ts +4 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketTaggingCommand.d.ts +4 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketVersioningCommand.d.ts +4 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketWebsiteCommand.d.ts +4 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAclCommand.d.ts +5 -2
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAttributesCommand.d.ts +113 -73
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectCommand.d.ts +127 -136
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectLegalHoldCommand.d.ts +5 -2
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectLockConfigurationCommand.d.ts +4 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectRetentionCommand.d.ts +5 -2
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectTaggingCommand.d.ts +23 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectTorrentCommand.d.ts +8 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetPublicAccessBlockCommand.d.ts +4 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadBucketCommand.d.ts +53 -19
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadObjectCommand.d.ts +95 -80
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketAnalyticsConfigurationsCommand.d.ts +4 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketIntelligentTieringConfigurationsCommand.d.ts +4 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketInventoryConfigurationsCommand.d.ts +5 -2
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketMetricsConfigurationsCommand.d.ts +4 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketsCommand.d.ts +4 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListDirectoryBucketsCommand.d.ts +98 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListMultipartUploadsCommand.d.ts +117 -49
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectVersionsCommand.d.ts +4 -2
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsCommand.d.ts +5 -2
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsV2Command.d.ts +52 -10
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListPartsCommand.d.ts +47 -14
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAccelerateConfigurationCommand.d.ts +4 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAclCommand.d.ts +46 -37
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAnalyticsConfigurationCommand.d.ts +6 -2
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketCorsCommand.d.ts +4 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketEncryptionCommand.d.ts +8 -9
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts +9 -5
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketInventoryConfigurationCommand.d.ts +23 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts +33 -26
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLoggingCommand.d.ts +22 -11
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketMetricsConfigurationCommand.d.ts +4 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketNotificationConfigurationCommand.d.ts +4 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketOwnershipControlsCommand.d.ts +4 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketPolicyCommand.d.ts +54 -18
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketReplicationCommand.d.ts +29 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketRequestPaymentCommand.d.ts +5 -2
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketTaggingCommand.d.ts +23 -37
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketVersioningCommand.d.ts +11 -8
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketWebsiteCommand.d.ts +6 -2
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectAclCommand.d.ts +46 -40
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectCommand.d.ts +150 -119
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLegalHoldCommand.d.ts +6 -3
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLockConfigurationCommand.d.ts +7 -3
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectRetentionCommand.d.ts +5 -2
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectTaggingCommand.d.ts +24 -58
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutPublicAccessBlockCommand.d.ts +4 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/RestoreObjectCommand.d.ts +99 -94
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/SelectObjectContentCommand.d.ts +51 -42
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCommand.d.ts +104 -71
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCopyCommand.d.ts +108 -99
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/WriteGetObjectResponseCommand.d.ts +9 -12
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/index.d.ts +2 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/endpoint/EndpointParameters.d.ts +8 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/extensionConfiguration.d.ts +8 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/index.d.ts +4 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts +3714 -1386
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/models/models_1.d.ts +1639 -111
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/pagination/ListDirectoryBucketsPaginator.d.ts +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/pagination/index.d.ts +1 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/protocols/Aws_restXml.d.ts +18 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.browser.d.ts +9 -2
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.d.ts +45 -37
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.native.d.ts +9 -2
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.shared.d.ts +2 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/runtimeExtensions.d.ts +17 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/S3.d.ts +34 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/S3Client.d.ts +17 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/CreateSessionCommand.d.ts +35 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectCommand.d.ts +5 -3
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectTorrentCommand.d.ts +8 -3
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/HeadBucketCommand.d.ts +4 -2
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListDirectoryBucketsCommand.d.ts +42 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketReplicationCommand.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketRequestPaymentCommand.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketTaggingCommand.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketVersioningCommand.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketWebsiteCommand.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectAclCommand.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectCommand.d.ts +6 -8
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectLegalHoldCommand.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/UploadPartCommand.d.ts +5 -7
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/WriteGetObjectResponseCommand.d.ts +7 -7
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/index.d.ts +2 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +5 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/extensionConfiguration.d.ts +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/index.d.ts +4 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_0.d.ts +235 -303
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_1.d.ts +201 -41
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/pagination/ListDirectoryBucketsPaginator.d.ts +11 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/protocols/Aws_restXml.d.ts +24 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.browser.d.ts +18 -2
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.d.ts +72 -54
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.native.d.ts +18 -2
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeExtensions.d.ts +11 -0
- 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/index.js +14 -106
- package/dist/node_modules/multer-aliyun-oss/package.json +1 -1
- package/dist/node_modules/multer-cos/index.js +4 -4
- 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/migrations/20231120142523-fix-storage.js +1 -0
- package/package.json +2 -2
- package/dist/node_modules/multer-aliyun-oss/bridge.js +0 -1010
- package/dist/node_modules/multer-aliyun-oss/events.js +0 -977
- package/dist/node_modules/multer-aliyun-oss/setup-node-sandbox.js +0 -461
- package/dist/node_modules/multer-aliyun-oss/setup-sandbox.js +0 -545
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.
|
|
5
|
-
exports.
|
|
6
|
-
exports.de_WriteGetObjectResponseCommand = exports.de_UploadPartCopyCommand = exports.de_UploadPartCommand = exports.de_SelectObjectContentCommand = exports.de_RestoreObjectCommand = exports.de_PutPublicAccessBlockCommand = exports.de_PutObjectTaggingCommand = exports.de_PutObjectRetentionCommand = exports.de_PutObjectLockConfigurationCommand = exports.de_PutObjectLegalHoldCommand = exports.de_PutObjectAclCommand = exports.de_PutObjectCommand = exports.de_PutBucketWebsiteCommand = exports.de_PutBucketVersioningCommand = exports.de_PutBucketTaggingCommand = exports.de_PutBucketRequestPaymentCommand = exports.de_PutBucketReplicationCommand = exports.de_PutBucketPolicyCommand = exports.de_PutBucketOwnershipControlsCommand = exports.de_PutBucketNotificationConfigurationCommand = exports.de_PutBucketMetricsConfigurationCommand = exports.de_PutBucketLoggingCommand = exports.de_PutBucketLifecycleConfigurationCommand = exports.de_PutBucketInventoryConfigurationCommand = exports.de_PutBucketIntelligentTieringConfigurationCommand = exports.de_PutBucketEncryptionCommand = exports.de_PutBucketCorsCommand = exports.de_PutBucketAnalyticsConfigurationCommand = exports.de_PutBucketAclCommand = exports.de_PutBucketAccelerateConfigurationCommand = exports.de_ListPartsCommand = exports.de_ListObjectVersionsCommand = exports.de_ListObjectsV2Command = exports.de_ListObjectsCommand = exports.de_ListMultipartUploadsCommand = exports.de_ListBucketsCommand = void 0;
|
|
3
|
+
exports.se_GetObjectTaggingCommand = exports.se_GetObjectRetentionCommand = exports.se_GetObjectLockConfigurationCommand = exports.se_GetObjectLegalHoldCommand = exports.se_GetObjectAttributesCommand = exports.se_GetObjectAclCommand = exports.se_GetObjectCommand = exports.se_GetBucketWebsiteCommand = exports.se_GetBucketVersioningCommand = exports.se_GetBucketTaggingCommand = exports.se_GetBucketRequestPaymentCommand = exports.se_GetBucketReplicationCommand = exports.se_GetBucketPolicyStatusCommand = exports.se_GetBucketPolicyCommand = exports.se_GetBucketOwnershipControlsCommand = exports.se_GetBucketNotificationConfigurationCommand = exports.se_GetBucketMetricsConfigurationCommand = exports.se_GetBucketLoggingCommand = exports.se_GetBucketLocationCommand = exports.se_GetBucketLifecycleConfigurationCommand = exports.se_GetBucketInventoryConfigurationCommand = exports.se_GetBucketIntelligentTieringConfigurationCommand = exports.se_GetBucketEncryptionCommand = exports.se_GetBucketCorsCommand = exports.se_GetBucketAnalyticsConfigurationCommand = exports.se_GetBucketAclCommand = exports.se_GetBucketAccelerateConfigurationCommand = exports.se_DeletePublicAccessBlockCommand = exports.se_DeleteObjectTaggingCommand = exports.se_DeleteObjectsCommand = exports.se_DeleteObjectCommand = exports.se_DeleteBucketWebsiteCommand = exports.se_DeleteBucketTaggingCommand = exports.se_DeleteBucketReplicationCommand = exports.se_DeleteBucketPolicyCommand = exports.se_DeleteBucketOwnershipControlsCommand = exports.se_DeleteBucketMetricsConfigurationCommand = exports.se_DeleteBucketLifecycleCommand = exports.se_DeleteBucketInventoryConfigurationCommand = exports.se_DeleteBucketIntelligentTieringConfigurationCommand = exports.se_DeleteBucketEncryptionCommand = exports.se_DeleteBucketCorsCommand = exports.se_DeleteBucketAnalyticsConfigurationCommand = exports.se_DeleteBucketCommand = exports.se_CreateSessionCommand = exports.se_CreateMultipartUploadCommand = exports.se_CreateBucketCommand = exports.se_CopyObjectCommand = exports.se_CompleteMultipartUploadCommand = exports.se_AbortMultipartUploadCommand = void 0;
|
|
4
|
+
exports.de_CreateMultipartUploadCommand = exports.de_CreateBucketCommand = exports.de_CopyObjectCommand = exports.de_CompleteMultipartUploadCommand = exports.de_AbortMultipartUploadCommand = exports.se_WriteGetObjectResponseCommand = exports.se_UploadPartCopyCommand = exports.se_UploadPartCommand = exports.se_SelectObjectContentCommand = exports.se_RestoreObjectCommand = exports.se_PutPublicAccessBlockCommand = exports.se_PutObjectTaggingCommand = exports.se_PutObjectRetentionCommand = exports.se_PutObjectLockConfigurationCommand = exports.se_PutObjectLegalHoldCommand = exports.se_PutObjectAclCommand = exports.se_PutObjectCommand = exports.se_PutBucketWebsiteCommand = exports.se_PutBucketVersioningCommand = exports.se_PutBucketTaggingCommand = exports.se_PutBucketRequestPaymentCommand = exports.se_PutBucketReplicationCommand = exports.se_PutBucketPolicyCommand = exports.se_PutBucketOwnershipControlsCommand = exports.se_PutBucketNotificationConfigurationCommand = exports.se_PutBucketMetricsConfigurationCommand = exports.se_PutBucketLoggingCommand = exports.se_PutBucketLifecycleConfigurationCommand = exports.se_PutBucketInventoryConfigurationCommand = exports.se_PutBucketIntelligentTieringConfigurationCommand = exports.se_PutBucketEncryptionCommand = exports.se_PutBucketCorsCommand = exports.se_PutBucketAnalyticsConfigurationCommand = exports.se_PutBucketAclCommand = exports.se_PutBucketAccelerateConfigurationCommand = exports.se_ListPartsCommand = exports.se_ListObjectVersionsCommand = exports.se_ListObjectsV2Command = exports.se_ListObjectsCommand = exports.se_ListMultipartUploadsCommand = exports.se_ListDirectoryBucketsCommand = exports.se_ListBucketsCommand = exports.se_ListBucketMetricsConfigurationsCommand = exports.se_ListBucketInventoryConfigurationsCommand = exports.se_ListBucketIntelligentTieringConfigurationsCommand = exports.se_ListBucketAnalyticsConfigurationsCommand = exports.se_HeadObjectCommand = exports.se_HeadBucketCommand = exports.se_GetPublicAccessBlockCommand = exports.se_GetObjectTorrentCommand = void 0;
|
|
5
|
+
exports.de_ListBucketAnalyticsConfigurationsCommand = exports.de_HeadObjectCommand = exports.de_HeadBucketCommand = exports.de_GetPublicAccessBlockCommand = exports.de_GetObjectTorrentCommand = exports.de_GetObjectTaggingCommand = exports.de_GetObjectRetentionCommand = exports.de_GetObjectLockConfigurationCommand = exports.de_GetObjectLegalHoldCommand = exports.de_GetObjectAttributesCommand = exports.de_GetObjectAclCommand = exports.de_GetObjectCommand = exports.de_GetBucketWebsiteCommand = exports.de_GetBucketVersioningCommand = exports.de_GetBucketTaggingCommand = exports.de_GetBucketRequestPaymentCommand = exports.de_GetBucketReplicationCommand = exports.de_GetBucketPolicyStatusCommand = exports.de_GetBucketPolicyCommand = exports.de_GetBucketOwnershipControlsCommand = exports.de_GetBucketNotificationConfigurationCommand = exports.de_GetBucketMetricsConfigurationCommand = exports.de_GetBucketLoggingCommand = exports.de_GetBucketLocationCommand = exports.de_GetBucketLifecycleConfigurationCommand = exports.de_GetBucketInventoryConfigurationCommand = exports.de_GetBucketIntelligentTieringConfigurationCommand = exports.de_GetBucketEncryptionCommand = exports.de_GetBucketCorsCommand = exports.de_GetBucketAnalyticsConfigurationCommand = exports.de_GetBucketAclCommand = exports.de_GetBucketAccelerateConfigurationCommand = exports.de_DeletePublicAccessBlockCommand = exports.de_DeleteObjectTaggingCommand = exports.de_DeleteObjectsCommand = exports.de_DeleteObjectCommand = exports.de_DeleteBucketWebsiteCommand = exports.de_DeleteBucketTaggingCommand = exports.de_DeleteBucketReplicationCommand = exports.de_DeleteBucketPolicyCommand = exports.de_DeleteBucketOwnershipControlsCommand = exports.de_DeleteBucketMetricsConfigurationCommand = exports.de_DeleteBucketLifecycleCommand = exports.de_DeleteBucketInventoryConfigurationCommand = exports.de_DeleteBucketIntelligentTieringConfigurationCommand = exports.de_DeleteBucketEncryptionCommand = exports.de_DeleteBucketCorsCommand = exports.de_DeleteBucketAnalyticsConfigurationCommand = exports.de_DeleteBucketCommand = exports.de_CreateSessionCommand = void 0;
|
|
6
|
+
exports.de_WriteGetObjectResponseCommand = exports.de_UploadPartCopyCommand = exports.de_UploadPartCommand = exports.de_SelectObjectContentCommand = exports.de_RestoreObjectCommand = exports.de_PutPublicAccessBlockCommand = exports.de_PutObjectTaggingCommand = exports.de_PutObjectRetentionCommand = exports.de_PutObjectLockConfigurationCommand = exports.de_PutObjectLegalHoldCommand = exports.de_PutObjectAclCommand = exports.de_PutObjectCommand = exports.de_PutBucketWebsiteCommand = exports.de_PutBucketVersioningCommand = exports.de_PutBucketTaggingCommand = exports.de_PutBucketRequestPaymentCommand = exports.de_PutBucketReplicationCommand = exports.de_PutBucketPolicyCommand = exports.de_PutBucketOwnershipControlsCommand = exports.de_PutBucketNotificationConfigurationCommand = exports.de_PutBucketMetricsConfigurationCommand = exports.de_PutBucketLoggingCommand = exports.de_PutBucketLifecycleConfigurationCommand = exports.de_PutBucketInventoryConfigurationCommand = exports.de_PutBucketIntelligentTieringConfigurationCommand = exports.de_PutBucketEncryptionCommand = exports.de_PutBucketCorsCommand = exports.de_PutBucketAnalyticsConfigurationCommand = exports.de_PutBucketAclCommand = exports.de_PutBucketAccelerateConfigurationCommand = exports.de_ListPartsCommand = exports.de_ListObjectVersionsCommand = exports.de_ListObjectsV2Command = exports.de_ListObjectsCommand = exports.de_ListMultipartUploadsCommand = exports.de_ListDirectoryBucketsCommand = exports.de_ListBucketsCommand = exports.de_ListBucketMetricsConfigurationsCommand = exports.de_ListBucketInventoryConfigurationsCommand = exports.de_ListBucketIntelligentTieringConfigurationsCommand = void 0;
|
|
7
7
|
const xml_builder_1 = require("@aws-sdk/xml-builder");
|
|
8
8
|
const protocol_http_1 = require("@smithy/protocol-http");
|
|
9
9
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
@@ -59,9 +59,6 @@ const se_CompleteMultipartUploadCommand = async (input, context) => {
|
|
|
59
59
|
uploadId: [, (0, smithy_client_1.expectNonNull)(input.UploadId, `UploadId`)],
|
|
60
60
|
});
|
|
61
61
|
let body;
|
|
62
|
-
if (input.MultipartUpload !== undefined) {
|
|
63
|
-
body = se_CompletedMultipartUpload(input.MultipartUpload, context);
|
|
64
|
-
}
|
|
65
62
|
let contents;
|
|
66
63
|
if (input.MultipartUpload !== undefined) {
|
|
67
64
|
contents = se_CompletedMultipartUpload(input.MultipartUpload, context);
|
|
@@ -179,9 +176,6 @@ const se_CreateBucketCommand = async (input, context) => {
|
|
|
179
176
|
let resolvedPath = `${basePath?.endsWith("/") ? basePath.slice(0, -1) : basePath || ""}` + "/";
|
|
180
177
|
resolvedPath = (0, smithy_client_1.resolvedPath)(resolvedPath, input, "Bucket", () => input.Bucket, "{Bucket}", false);
|
|
181
178
|
let body;
|
|
182
|
-
if (input.CreateBucketConfiguration !== undefined) {
|
|
183
|
-
body = se_CreateBucketConfiguration(input.CreateBucketConfiguration, context);
|
|
184
|
-
}
|
|
185
179
|
let contents;
|
|
186
180
|
if (input.CreateBucketConfiguration !== undefined) {
|
|
187
181
|
contents = se_CreateBucketConfiguration(input.CreateBucketConfiguration, context);
|
|
@@ -262,6 +256,29 @@ const se_CreateMultipartUploadCommand = async (input, context) => {
|
|
|
262
256
|
});
|
|
263
257
|
};
|
|
264
258
|
exports.se_CreateMultipartUploadCommand = se_CreateMultipartUploadCommand;
|
|
259
|
+
const se_CreateSessionCommand = async (input, context) => {
|
|
260
|
+
const { hostname, protocol = "https", port, path: basePath } = await context.endpoint();
|
|
261
|
+
const headers = (0, smithy_client_1.map)({}, isSerializableHeaderValue, {
|
|
262
|
+
"x-amz-create-session-mode": input.SessionMode,
|
|
263
|
+
});
|
|
264
|
+
let resolvedPath = `${basePath?.endsWith("/") ? basePath.slice(0, -1) : basePath || ""}` + "/";
|
|
265
|
+
resolvedPath = (0, smithy_client_1.resolvedPath)(resolvedPath, input, "Bucket", () => input.Bucket, "{Bucket}", false);
|
|
266
|
+
const query = (0, smithy_client_1.map)({
|
|
267
|
+
session: [, ""],
|
|
268
|
+
});
|
|
269
|
+
let body;
|
|
270
|
+
return new protocol_http_1.HttpRequest({
|
|
271
|
+
protocol,
|
|
272
|
+
hostname,
|
|
273
|
+
port,
|
|
274
|
+
method: "GET",
|
|
275
|
+
headers,
|
|
276
|
+
path: resolvedPath,
|
|
277
|
+
query,
|
|
278
|
+
body,
|
|
279
|
+
});
|
|
280
|
+
};
|
|
281
|
+
exports.se_CreateSessionCommand = se_CreateSessionCommand;
|
|
265
282
|
const se_DeleteBucketCommand = async (input, context) => {
|
|
266
283
|
const { hostname, protocol = "https", port, path: basePath } = await context.endpoint();
|
|
267
284
|
const headers = (0, smithy_client_1.map)({}, isSerializableHeaderValue, {
|
|
@@ -610,9 +627,6 @@ const se_DeleteObjectsCommand = async (input, context) => {
|
|
|
610
627
|
"x-id": [, "DeleteObjects"],
|
|
611
628
|
});
|
|
612
629
|
let body;
|
|
613
|
-
if (input.Delete !== undefined) {
|
|
614
|
-
body = se_Delete(input.Delete, context);
|
|
615
|
-
}
|
|
616
630
|
let contents;
|
|
617
631
|
if (input.Delete !== undefined) {
|
|
618
632
|
contents = se_Delete(input.Delete, context);
|
|
@@ -1572,6 +1586,9 @@ const se_ListBucketsCommand = async (input, context) => {
|
|
|
1572
1586
|
"content-type": "application/xml",
|
|
1573
1587
|
};
|
|
1574
1588
|
const resolvedPath = `${basePath?.endsWith("/") ? basePath.slice(0, -1) : basePath || ""}` + "/";
|
|
1589
|
+
const query = (0, smithy_client_1.map)({
|
|
1590
|
+
"x-id": [, "ListBuckets"],
|
|
1591
|
+
});
|
|
1575
1592
|
let body;
|
|
1576
1593
|
body = "";
|
|
1577
1594
|
return new protocol_http_1.HttpRequest({
|
|
@@ -1581,10 +1598,33 @@ const se_ListBucketsCommand = async (input, context) => {
|
|
|
1581
1598
|
method: "GET",
|
|
1582
1599
|
headers,
|
|
1583
1600
|
path: resolvedPath,
|
|
1601
|
+
query,
|
|
1584
1602
|
body,
|
|
1585
1603
|
});
|
|
1586
1604
|
};
|
|
1587
1605
|
exports.se_ListBucketsCommand = se_ListBucketsCommand;
|
|
1606
|
+
const se_ListDirectoryBucketsCommand = async (input, context) => {
|
|
1607
|
+
const { hostname, protocol = "https", port, path: basePath } = await context.endpoint();
|
|
1608
|
+
const headers = {};
|
|
1609
|
+
const resolvedPath = `${basePath?.endsWith("/") ? basePath.slice(0, -1) : basePath || ""}` + "/";
|
|
1610
|
+
const query = (0, smithy_client_1.map)({
|
|
1611
|
+
"x-id": [, "ListDirectoryBuckets"],
|
|
1612
|
+
"continuation-token": [, input.ContinuationToken],
|
|
1613
|
+
"max-directory-buckets": [() => input.MaxDirectoryBuckets !== void 0, () => input.MaxDirectoryBuckets.toString()],
|
|
1614
|
+
});
|
|
1615
|
+
let body;
|
|
1616
|
+
return new protocol_http_1.HttpRequest({
|
|
1617
|
+
protocol,
|
|
1618
|
+
hostname,
|
|
1619
|
+
port,
|
|
1620
|
+
method: "GET",
|
|
1621
|
+
headers,
|
|
1622
|
+
path: resolvedPath,
|
|
1623
|
+
query,
|
|
1624
|
+
body,
|
|
1625
|
+
});
|
|
1626
|
+
};
|
|
1627
|
+
exports.se_ListDirectoryBucketsCommand = se_ListDirectoryBucketsCommand;
|
|
1588
1628
|
const se_ListMultipartUploadsCommand = async (input, context) => {
|
|
1589
1629
|
const { hostname, protocol = "https", port, path: basePath } = await context.endpoint();
|
|
1590
1630
|
const headers = (0, smithy_client_1.map)({}, isSerializableHeaderValue, {
|
|
@@ -1760,9 +1800,6 @@ const se_PutBucketAccelerateConfigurationCommand = async (input, context) => {
|
|
|
1760
1800
|
accelerate: [, ""],
|
|
1761
1801
|
});
|
|
1762
1802
|
let body;
|
|
1763
|
-
if (input.AccelerateConfiguration !== undefined) {
|
|
1764
|
-
body = se_AccelerateConfiguration(input.AccelerateConfiguration, context);
|
|
1765
|
-
}
|
|
1766
1803
|
let contents;
|
|
1767
1804
|
if (input.AccelerateConfiguration !== undefined) {
|
|
1768
1805
|
contents = se_AccelerateConfiguration(input.AccelerateConfiguration, context);
|
|
@@ -1802,9 +1839,6 @@ const se_PutBucketAclCommand = async (input, context) => {
|
|
|
1802
1839
|
acl: [, ""],
|
|
1803
1840
|
});
|
|
1804
1841
|
let body;
|
|
1805
|
-
if (input.AccessControlPolicy !== undefined) {
|
|
1806
|
-
body = se_AccessControlPolicy(input.AccessControlPolicy, context);
|
|
1807
|
-
}
|
|
1808
1842
|
let contents;
|
|
1809
1843
|
if (input.AccessControlPolicy !== undefined) {
|
|
1810
1844
|
contents = se_AccessControlPolicy(input.AccessControlPolicy, context);
|
|
@@ -1837,9 +1871,6 @@ const se_PutBucketAnalyticsConfigurationCommand = async (input, context) => {
|
|
|
1837
1871
|
id: [, (0, smithy_client_1.expectNonNull)(input.Id, `Id`)],
|
|
1838
1872
|
});
|
|
1839
1873
|
let body;
|
|
1840
|
-
if (input.AnalyticsConfiguration !== undefined) {
|
|
1841
|
-
body = se_AnalyticsConfiguration(input.AnalyticsConfiguration, context);
|
|
1842
|
-
}
|
|
1843
1874
|
let contents;
|
|
1844
1875
|
if (input.AnalyticsConfiguration !== undefined) {
|
|
1845
1876
|
contents = se_AnalyticsConfiguration(input.AnalyticsConfiguration, context);
|
|
@@ -1873,9 +1904,6 @@ const se_PutBucketCorsCommand = async (input, context) => {
|
|
|
1873
1904
|
cors: [, ""],
|
|
1874
1905
|
});
|
|
1875
1906
|
let body;
|
|
1876
|
-
if (input.CORSConfiguration !== undefined) {
|
|
1877
|
-
body = se_CORSConfiguration(input.CORSConfiguration, context);
|
|
1878
|
-
}
|
|
1879
1907
|
let contents;
|
|
1880
1908
|
if (input.CORSConfiguration !== undefined) {
|
|
1881
1909
|
contents = se_CORSConfiguration(input.CORSConfiguration, context);
|
|
@@ -1909,9 +1937,6 @@ const se_PutBucketEncryptionCommand = async (input, context) => {
|
|
|
1909
1937
|
encryption: [, ""],
|
|
1910
1938
|
});
|
|
1911
1939
|
let body;
|
|
1912
|
-
if (input.ServerSideEncryptionConfiguration !== undefined) {
|
|
1913
|
-
body = se_ServerSideEncryptionConfiguration(input.ServerSideEncryptionConfiguration, context);
|
|
1914
|
-
}
|
|
1915
1940
|
let contents;
|
|
1916
1941
|
if (input.ServerSideEncryptionConfiguration !== undefined) {
|
|
1917
1942
|
contents = se_ServerSideEncryptionConfiguration(input.ServerSideEncryptionConfiguration, context);
|
|
@@ -1943,9 +1968,6 @@ const se_PutBucketIntelligentTieringConfigurationCommand = async (input, context
|
|
|
1943
1968
|
id: [, (0, smithy_client_1.expectNonNull)(input.Id, `Id`)],
|
|
1944
1969
|
});
|
|
1945
1970
|
let body;
|
|
1946
|
-
if (input.IntelligentTieringConfiguration !== undefined) {
|
|
1947
|
-
body = se_IntelligentTieringConfiguration(input.IntelligentTieringConfiguration, context);
|
|
1948
|
-
}
|
|
1949
1971
|
let contents;
|
|
1950
1972
|
if (input.IntelligentTieringConfiguration !== undefined) {
|
|
1951
1973
|
contents = se_IntelligentTieringConfiguration(input.IntelligentTieringConfiguration, context);
|
|
@@ -1978,9 +2000,6 @@ const se_PutBucketInventoryConfigurationCommand = async (input, context) => {
|
|
|
1978
2000
|
id: [, (0, smithy_client_1.expectNonNull)(input.Id, `Id`)],
|
|
1979
2001
|
});
|
|
1980
2002
|
let body;
|
|
1981
|
-
if (input.InventoryConfiguration !== undefined) {
|
|
1982
|
-
body = se_InventoryConfiguration(input.InventoryConfiguration, context);
|
|
1983
|
-
}
|
|
1984
2003
|
let contents;
|
|
1985
2004
|
if (input.InventoryConfiguration !== undefined) {
|
|
1986
2005
|
contents = se_InventoryConfiguration(input.InventoryConfiguration, context);
|
|
@@ -2013,9 +2032,6 @@ const se_PutBucketLifecycleConfigurationCommand = async (input, context) => {
|
|
|
2013
2032
|
lifecycle: [, ""],
|
|
2014
2033
|
});
|
|
2015
2034
|
let body;
|
|
2016
|
-
if (input.LifecycleConfiguration !== undefined) {
|
|
2017
|
-
body = se_BucketLifecycleConfiguration(input.LifecycleConfiguration, context);
|
|
2018
|
-
}
|
|
2019
2035
|
let contents;
|
|
2020
2036
|
if (input.LifecycleConfiguration !== undefined) {
|
|
2021
2037
|
contents = se_BucketLifecycleConfiguration(input.LifecycleConfiguration, context);
|
|
@@ -2050,9 +2066,6 @@ const se_PutBucketLoggingCommand = async (input, context) => {
|
|
|
2050
2066
|
logging: [, ""],
|
|
2051
2067
|
});
|
|
2052
2068
|
let body;
|
|
2053
|
-
if (input.BucketLoggingStatus !== undefined) {
|
|
2054
|
-
body = se_BucketLoggingStatus(input.BucketLoggingStatus, context);
|
|
2055
|
-
}
|
|
2056
2069
|
let contents;
|
|
2057
2070
|
if (input.BucketLoggingStatus !== undefined) {
|
|
2058
2071
|
contents = se_BucketLoggingStatus(input.BucketLoggingStatus, context);
|
|
@@ -2085,9 +2098,6 @@ const se_PutBucketMetricsConfigurationCommand = async (input, context) => {
|
|
|
2085
2098
|
id: [, (0, smithy_client_1.expectNonNull)(input.Id, `Id`)],
|
|
2086
2099
|
});
|
|
2087
2100
|
let body;
|
|
2088
|
-
if (input.MetricsConfiguration !== undefined) {
|
|
2089
|
-
body = se_MetricsConfiguration(input.MetricsConfiguration, context);
|
|
2090
|
-
}
|
|
2091
2101
|
let contents;
|
|
2092
2102
|
if (input.MetricsConfiguration !== undefined) {
|
|
2093
2103
|
contents = se_MetricsConfiguration(input.MetricsConfiguration, context);
|
|
@@ -2123,9 +2133,6 @@ const se_PutBucketNotificationConfigurationCommand = async (input, context) => {
|
|
|
2123
2133
|
notification: [, ""],
|
|
2124
2134
|
});
|
|
2125
2135
|
let body;
|
|
2126
|
-
if (input.NotificationConfiguration !== undefined) {
|
|
2127
|
-
body = se_NotificationConfiguration(input.NotificationConfiguration, context);
|
|
2128
|
-
}
|
|
2129
2136
|
let contents;
|
|
2130
2137
|
if (input.NotificationConfiguration !== undefined) {
|
|
2131
2138
|
contents = se_NotificationConfiguration(input.NotificationConfiguration, context);
|
|
@@ -2158,9 +2165,6 @@ const se_PutBucketOwnershipControlsCommand = async (input, context) => {
|
|
|
2158
2165
|
ownershipControls: [, ""],
|
|
2159
2166
|
});
|
|
2160
2167
|
let body;
|
|
2161
|
-
if (input.OwnershipControls !== undefined) {
|
|
2162
|
-
body = se_OwnershipControls(input.OwnershipControls, context);
|
|
2163
|
-
}
|
|
2164
2168
|
let contents;
|
|
2165
2169
|
if (input.OwnershipControls !== undefined) {
|
|
2166
2170
|
contents = se_OwnershipControls(input.OwnershipControls, context);
|
|
@@ -2198,9 +2202,6 @@ const se_PutBucketPolicyCommand = async (input, context) => {
|
|
|
2198
2202
|
policy: [, ""],
|
|
2199
2203
|
});
|
|
2200
2204
|
let body;
|
|
2201
|
-
if (input.Policy !== undefined) {
|
|
2202
|
-
body = input.Policy;
|
|
2203
|
-
}
|
|
2204
2205
|
let contents;
|
|
2205
2206
|
if (input.Policy !== undefined) {
|
|
2206
2207
|
contents = input.Policy;
|
|
@@ -2233,9 +2234,6 @@ const se_PutBucketReplicationCommand = async (input, context) => {
|
|
|
2233
2234
|
replication: [, ""],
|
|
2234
2235
|
});
|
|
2235
2236
|
let body;
|
|
2236
|
-
if (input.ReplicationConfiguration !== undefined) {
|
|
2237
|
-
body = se_ReplicationConfiguration(input.ReplicationConfiguration, context);
|
|
2238
|
-
}
|
|
2239
2237
|
let contents;
|
|
2240
2238
|
if (input.ReplicationConfiguration !== undefined) {
|
|
2241
2239
|
contents = se_ReplicationConfiguration(input.ReplicationConfiguration, context);
|
|
@@ -2269,9 +2267,6 @@ const se_PutBucketRequestPaymentCommand = async (input, context) => {
|
|
|
2269
2267
|
requestPayment: [, ""],
|
|
2270
2268
|
});
|
|
2271
2269
|
let body;
|
|
2272
|
-
if (input.RequestPaymentConfiguration !== undefined) {
|
|
2273
|
-
body = se_RequestPaymentConfiguration(input.RequestPaymentConfiguration, context);
|
|
2274
|
-
}
|
|
2275
2270
|
let contents;
|
|
2276
2271
|
if (input.RequestPaymentConfiguration !== undefined) {
|
|
2277
2272
|
contents = se_RequestPaymentConfiguration(input.RequestPaymentConfiguration, context);
|
|
@@ -2305,9 +2300,6 @@ const se_PutBucketTaggingCommand = async (input, context) => {
|
|
|
2305
2300
|
tagging: [, ""],
|
|
2306
2301
|
});
|
|
2307
2302
|
let body;
|
|
2308
|
-
if (input.Tagging !== undefined) {
|
|
2309
|
-
body = se_Tagging(input.Tagging, context);
|
|
2310
|
-
}
|
|
2311
2303
|
let contents;
|
|
2312
2304
|
if (input.Tagging !== undefined) {
|
|
2313
2305
|
contents = se_Tagging(input.Tagging, context);
|
|
@@ -2342,9 +2334,6 @@ const se_PutBucketVersioningCommand = async (input, context) => {
|
|
|
2342
2334
|
versioning: [, ""],
|
|
2343
2335
|
});
|
|
2344
2336
|
let body;
|
|
2345
|
-
if (input.VersioningConfiguration !== undefined) {
|
|
2346
|
-
body = se_VersioningConfiguration(input.VersioningConfiguration, context);
|
|
2347
|
-
}
|
|
2348
2337
|
let contents;
|
|
2349
2338
|
if (input.VersioningConfiguration !== undefined) {
|
|
2350
2339
|
contents = se_VersioningConfiguration(input.VersioningConfiguration, context);
|
|
@@ -2378,9 +2367,6 @@ const se_PutBucketWebsiteCommand = async (input, context) => {
|
|
|
2378
2367
|
website: [, ""],
|
|
2379
2368
|
});
|
|
2380
2369
|
let body;
|
|
2381
|
-
if (input.WebsiteConfiguration !== undefined) {
|
|
2382
|
-
body = se_WebsiteConfiguration(input.WebsiteConfiguration, context);
|
|
2383
|
-
}
|
|
2384
2370
|
let contents;
|
|
2385
2371
|
if (input.WebsiteConfiguration !== undefined) {
|
|
2386
2372
|
contents = se_WebsiteConfiguration(input.WebsiteConfiguration, context);
|
|
@@ -2455,9 +2441,6 @@ const se_PutObjectCommand = async (input, context) => {
|
|
|
2455
2441
|
"x-id": [, "PutObject"],
|
|
2456
2442
|
});
|
|
2457
2443
|
let body;
|
|
2458
|
-
if (input.Body !== undefined) {
|
|
2459
|
-
body = input.Body;
|
|
2460
|
-
}
|
|
2461
2444
|
let contents;
|
|
2462
2445
|
if (input.Body !== undefined) {
|
|
2463
2446
|
contents = input.Body;
|
|
@@ -2498,9 +2481,6 @@ const se_PutObjectAclCommand = async (input, context) => {
|
|
|
2498
2481
|
versionId: [, input.VersionId],
|
|
2499
2482
|
});
|
|
2500
2483
|
let body;
|
|
2501
|
-
if (input.AccessControlPolicy !== undefined) {
|
|
2502
|
-
body = se_AccessControlPolicy(input.AccessControlPolicy, context);
|
|
2503
|
-
}
|
|
2504
2484
|
let contents;
|
|
2505
2485
|
if (input.AccessControlPolicy !== undefined) {
|
|
2506
2486
|
contents = se_AccessControlPolicy(input.AccessControlPolicy, context);
|
|
@@ -2537,9 +2517,6 @@ const se_PutObjectLegalHoldCommand = async (input, context) => {
|
|
|
2537
2517
|
versionId: [, input.VersionId],
|
|
2538
2518
|
});
|
|
2539
2519
|
let body;
|
|
2540
|
-
if (input.LegalHold !== undefined) {
|
|
2541
|
-
body = se_ObjectLockLegalHold(input.LegalHold, context);
|
|
2542
|
-
}
|
|
2543
2520
|
let contents;
|
|
2544
2521
|
if (input.LegalHold !== undefined) {
|
|
2545
2522
|
contents = se_ObjectLockLegalHold(input.LegalHold, context);
|
|
@@ -2576,9 +2553,6 @@ const se_PutObjectLockConfigurationCommand = async (input, context) => {
|
|
|
2576
2553
|
"object-lock": [, ""],
|
|
2577
2554
|
});
|
|
2578
2555
|
let body;
|
|
2579
|
-
if (input.ObjectLockConfiguration !== undefined) {
|
|
2580
|
-
body = se_ObjectLockConfiguration(input.ObjectLockConfiguration, context);
|
|
2581
|
-
}
|
|
2582
2556
|
let contents;
|
|
2583
2557
|
if (input.ObjectLockConfiguration !== undefined) {
|
|
2584
2558
|
contents = se_ObjectLockConfiguration(input.ObjectLockConfiguration, context);
|
|
@@ -2619,9 +2593,6 @@ const se_PutObjectRetentionCommand = async (input, context) => {
|
|
|
2619
2593
|
versionId: [, input.VersionId],
|
|
2620
2594
|
});
|
|
2621
2595
|
let body;
|
|
2622
|
-
if (input.Retention !== undefined) {
|
|
2623
|
-
body = se_ObjectLockRetention(input.Retention, context);
|
|
2624
|
-
}
|
|
2625
2596
|
let contents;
|
|
2626
2597
|
if (input.Retention !== undefined) {
|
|
2627
2598
|
contents = se_ObjectLockRetention(input.Retention, context);
|
|
@@ -2659,9 +2630,6 @@ const se_PutObjectTaggingCommand = async (input, context) => {
|
|
|
2659
2630
|
versionId: [, input.VersionId],
|
|
2660
2631
|
});
|
|
2661
2632
|
let body;
|
|
2662
|
-
if (input.Tagging !== undefined) {
|
|
2663
|
-
body = se_Tagging(input.Tagging, context);
|
|
2664
|
-
}
|
|
2665
2633
|
let contents;
|
|
2666
2634
|
if (input.Tagging !== undefined) {
|
|
2667
2635
|
contents = se_Tagging(input.Tagging, context);
|
|
@@ -2695,9 +2663,6 @@ const se_PutPublicAccessBlockCommand = async (input, context) => {
|
|
|
2695
2663
|
publicAccessBlock: [, ""],
|
|
2696
2664
|
});
|
|
2697
2665
|
let body;
|
|
2698
|
-
if (input.PublicAccessBlockConfiguration !== undefined) {
|
|
2699
|
-
body = se_PublicAccessBlockConfiguration(input.PublicAccessBlockConfiguration, context);
|
|
2700
|
-
}
|
|
2701
2666
|
let contents;
|
|
2702
2667
|
if (input.PublicAccessBlockConfiguration !== undefined) {
|
|
2703
2668
|
contents = se_PublicAccessBlockConfiguration(input.PublicAccessBlockConfiguration, context);
|
|
@@ -2734,9 +2699,6 @@ const se_RestoreObjectCommand = async (input, context) => {
|
|
|
2734
2699
|
versionId: [, input.VersionId],
|
|
2735
2700
|
});
|
|
2736
2701
|
let body;
|
|
2737
|
-
if (input.RestoreRequest !== undefined) {
|
|
2738
|
-
body = se_RestoreRequest(input.RestoreRequest, context);
|
|
2739
|
-
}
|
|
2740
2702
|
let contents;
|
|
2741
2703
|
if (input.RestoreRequest !== undefined) {
|
|
2742
2704
|
contents = se_RestoreRequest(input.RestoreRequest, context);
|
|
@@ -2840,9 +2802,6 @@ const se_UploadPartCommand = async (input, context) => {
|
|
|
2840
2802
|
uploadId: [, (0, smithy_client_1.expectNonNull)(input.UploadId, `UploadId`)],
|
|
2841
2803
|
});
|
|
2842
2804
|
let body;
|
|
2843
|
-
if (input.Body !== undefined) {
|
|
2844
|
-
body = input.Body;
|
|
2845
|
-
}
|
|
2846
2805
|
let contents;
|
|
2847
2806
|
if (input.Body !== undefined) {
|
|
2848
2807
|
contents = input.Body;
|
|
@@ -2984,9 +2943,6 @@ const se_WriteGetObjectResponseCommand = async (input, context) => {
|
|
|
2984
2943
|
"x-id": [, "WriteGetObjectResponse"],
|
|
2985
2944
|
});
|
|
2986
2945
|
let body;
|
|
2987
|
-
if (input.Body !== undefined) {
|
|
2988
|
-
body = input.Body;
|
|
2989
|
-
}
|
|
2990
2946
|
let contents;
|
|
2991
2947
|
if (input.Body !== undefined) {
|
|
2992
2948
|
contents = input.Body;
|
|
@@ -3230,6 +3186,39 @@ const de_CreateMultipartUploadCommandError = async (output, context) => {
|
|
|
3230
3186
|
errorCode,
|
|
3231
3187
|
});
|
|
3232
3188
|
};
|
|
3189
|
+
const de_CreateSessionCommand = async (output, context) => {
|
|
3190
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
3191
|
+
return de_CreateSessionCommandError(output, context);
|
|
3192
|
+
}
|
|
3193
|
+
const contents = (0, smithy_client_1.map)({
|
|
3194
|
+
$metadata: deserializeMetadata(output),
|
|
3195
|
+
});
|
|
3196
|
+
const data = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.expectObject)(await parseBody(output.body, context)), "body");
|
|
3197
|
+
if (data["Credentials"] !== undefined) {
|
|
3198
|
+
contents.Credentials = de_SessionCredentials(data["Credentials"], context);
|
|
3199
|
+
}
|
|
3200
|
+
return contents;
|
|
3201
|
+
};
|
|
3202
|
+
exports.de_CreateSessionCommand = de_CreateSessionCommand;
|
|
3203
|
+
const de_CreateSessionCommandError = async (output, context) => {
|
|
3204
|
+
const parsedOutput = {
|
|
3205
|
+
...output,
|
|
3206
|
+
body: await parseErrorBody(output.body, context),
|
|
3207
|
+
};
|
|
3208
|
+
const errorCode = loadRestXmlErrorCode(output, parsedOutput.body);
|
|
3209
|
+
switch (errorCode) {
|
|
3210
|
+
case "NoSuchBucket":
|
|
3211
|
+
case "com.amazonaws.s3#NoSuchBucket":
|
|
3212
|
+
throw await de_NoSuchBucketRes(parsedOutput, context);
|
|
3213
|
+
default:
|
|
3214
|
+
const parsedBody = parsedOutput.body;
|
|
3215
|
+
return throwDefaultError({
|
|
3216
|
+
output,
|
|
3217
|
+
parsedBody,
|
|
3218
|
+
errorCode,
|
|
3219
|
+
});
|
|
3220
|
+
}
|
|
3221
|
+
};
|
|
3233
3222
|
const de_DeleteBucketCommand = async (output, context) => {
|
|
3234
3223
|
if (output.statusCode !== 204 && output.statusCode >= 300) {
|
|
3235
3224
|
return de_DeleteBucketCommandError(output, context);
|
|
@@ -4593,6 +4582,13 @@ const de_HeadBucketCommand = async (output, context) => {
|
|
|
4593
4582
|
}
|
|
4594
4583
|
const contents = (0, smithy_client_1.map)({
|
|
4595
4584
|
$metadata: deserializeMetadata(output),
|
|
4585
|
+
BucketLocationType: [, output.headers["x-amz-bucket-location-type"]],
|
|
4586
|
+
BucketLocationName: [, output.headers["x-amz-bucket-location-name"]],
|
|
4587
|
+
BucketRegion: [, output.headers["x-amz-bucket-region"]],
|
|
4588
|
+
AccessPointAlias: [
|
|
4589
|
+
() => void 0 !== output.headers["x-amz-access-point-alias"],
|
|
4590
|
+
() => (0, smithy_client_1.parseBoolean)(output.headers["x-amz-access-point-alias"]),
|
|
4591
|
+
],
|
|
4596
4592
|
});
|
|
4597
4593
|
await (0, smithy_client_1.collectBody)(output.body, context);
|
|
4598
4594
|
return contents;
|
|
@@ -4902,6 +4898,39 @@ const de_ListBucketsCommandError = async (output, context) => {
|
|
|
4902
4898
|
errorCode,
|
|
4903
4899
|
});
|
|
4904
4900
|
};
|
|
4901
|
+
const de_ListDirectoryBucketsCommand = async (output, context) => {
|
|
4902
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
4903
|
+
return de_ListDirectoryBucketsCommandError(output, context);
|
|
4904
|
+
}
|
|
4905
|
+
const contents = (0, smithy_client_1.map)({
|
|
4906
|
+
$metadata: deserializeMetadata(output),
|
|
4907
|
+
});
|
|
4908
|
+
const data = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.expectObject)(await parseBody(output.body, context)), "body");
|
|
4909
|
+
if (data.Buckets === "") {
|
|
4910
|
+
contents.Buckets = [];
|
|
4911
|
+
}
|
|
4912
|
+
else if (data["Buckets"] !== undefined && data["Buckets"]["Bucket"] !== undefined) {
|
|
4913
|
+
contents.Buckets = de_Buckets((0, smithy_client_1.getArrayIfSingleItem)(data["Buckets"]["Bucket"]), context);
|
|
4914
|
+
}
|
|
4915
|
+
if (data["ContinuationToken"] !== undefined) {
|
|
4916
|
+
contents.ContinuationToken = (0, smithy_client_1.expectString)(data["ContinuationToken"]);
|
|
4917
|
+
}
|
|
4918
|
+
return contents;
|
|
4919
|
+
};
|
|
4920
|
+
exports.de_ListDirectoryBucketsCommand = de_ListDirectoryBucketsCommand;
|
|
4921
|
+
const de_ListDirectoryBucketsCommandError = async (output, context) => {
|
|
4922
|
+
const parsedOutput = {
|
|
4923
|
+
...output,
|
|
4924
|
+
body: await parseErrorBody(output.body, context),
|
|
4925
|
+
};
|
|
4926
|
+
const errorCode = loadRestXmlErrorCode(output, parsedOutput.body);
|
|
4927
|
+
const parsedBody = parsedOutput.body;
|
|
4928
|
+
return throwDefaultError({
|
|
4929
|
+
output,
|
|
4930
|
+
parsedBody,
|
|
4931
|
+
errorCode,
|
|
4932
|
+
});
|
|
4933
|
+
};
|
|
4905
4934
|
const de_ListMultipartUploadsCommand = async (output, context) => {
|
|
4906
4935
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
4907
4936
|
return de_ListMultipartUploadsCommandError(output, context);
|
|
@@ -6327,6 +6356,18 @@ const se_AnalyticsS3BucketDestination = (input, context) => {
|
|
|
6327
6356
|
}
|
|
6328
6357
|
return bodyNode;
|
|
6329
6358
|
};
|
|
6359
|
+
const se_BucketInfo = (input, context) => {
|
|
6360
|
+
const bodyNode = new xml_builder_1.XmlNode("BucketInfo");
|
|
6361
|
+
if (input.DataRedundancy != null) {
|
|
6362
|
+
const node = xml_builder_1.XmlNode.of("DataRedundancy", input.DataRedundancy).withName("DataRedundancy");
|
|
6363
|
+
bodyNode.addChildNode(node);
|
|
6364
|
+
}
|
|
6365
|
+
if (input.Type != null) {
|
|
6366
|
+
const node = xml_builder_1.XmlNode.of("BucketType", input.Type).withName("Type");
|
|
6367
|
+
bodyNode.addChildNode(node);
|
|
6368
|
+
}
|
|
6369
|
+
return bodyNode;
|
|
6370
|
+
};
|
|
6330
6371
|
const se_BucketLifecycleConfiguration = (input, context) => {
|
|
6331
6372
|
const bodyNode = new xml_builder_1.XmlNode("BucketLifecycleConfiguration");
|
|
6332
6373
|
if (input.Rules != null) {
|
|
@@ -6472,6 +6513,14 @@ const se_CreateBucketConfiguration = (input, context) => {
|
|
|
6472
6513
|
const node = xml_builder_1.XmlNode.of("BucketLocationConstraint", input.LocationConstraint).withName("LocationConstraint");
|
|
6473
6514
|
bodyNode.addChildNode(node);
|
|
6474
6515
|
}
|
|
6516
|
+
if (input.Location != null) {
|
|
6517
|
+
const node = se_LocationInfo(input.Location, context).withName("Location");
|
|
6518
|
+
bodyNode.addChildNode(node);
|
|
6519
|
+
}
|
|
6520
|
+
if (input.Bucket != null) {
|
|
6521
|
+
const node = se_BucketInfo(input.Bucket, context).withName("Bucket");
|
|
6522
|
+
bodyNode.addChildNode(node);
|
|
6523
|
+
}
|
|
6475
6524
|
return bodyNode;
|
|
6476
6525
|
};
|
|
6477
6526
|
const se_CSVInput = (input, context) => {
|
|
@@ -7101,6 +7150,18 @@ const se_LifecycleRules = (input, context) => {
|
|
|
7101
7150
|
return node.withName("member");
|
|
7102
7151
|
});
|
|
7103
7152
|
};
|
|
7153
|
+
const se_LocationInfo = (input, context) => {
|
|
7154
|
+
const bodyNode = new xml_builder_1.XmlNode("LocationInfo");
|
|
7155
|
+
if (input.Type != null) {
|
|
7156
|
+
const node = xml_builder_1.XmlNode.of("LocationType", input.Type).withName("Type");
|
|
7157
|
+
bodyNode.addChildNode(node);
|
|
7158
|
+
}
|
|
7159
|
+
if (input.Name != null) {
|
|
7160
|
+
const node = xml_builder_1.XmlNode.of("LocationNameAsString", input.Name).withName("Name");
|
|
7161
|
+
bodyNode.addChildNode(node);
|
|
7162
|
+
}
|
|
7163
|
+
return bodyNode;
|
|
7164
|
+
};
|
|
7104
7165
|
const se_LoggingEnabled = (input, context) => {
|
|
7105
7166
|
const bodyNode = new xml_builder_1.XmlNode("LoggingEnabled");
|
|
7106
7167
|
if (input.TargetBucket != null) {
|
|
@@ -7119,6 +7180,10 @@ const se_LoggingEnabled = (input, context) => {
|
|
|
7119
7180
|
const node = xml_builder_1.XmlNode.of("TargetPrefix", input.TargetPrefix).withName("TargetPrefix");
|
|
7120
7181
|
bodyNode.addChildNode(node);
|
|
7121
7182
|
}
|
|
7183
|
+
if (input.TargetObjectKeyFormat != null) {
|
|
7184
|
+
const node = se_TargetObjectKeyFormat(input.TargetObjectKeyFormat, context).withName("TargetObjectKeyFormat");
|
|
7185
|
+
bodyNode.addChildNode(node);
|
|
7186
|
+
}
|
|
7122
7187
|
return bodyNode;
|
|
7123
7188
|
};
|
|
7124
7189
|
const se_MetadataEntry = (input, context) => {
|
|
@@ -7406,6 +7471,14 @@ const se_ParquetInput = (input, context) => {
|
|
|
7406
7471
|
const bodyNode = new xml_builder_1.XmlNode("ParquetInput");
|
|
7407
7472
|
return bodyNode;
|
|
7408
7473
|
};
|
|
7474
|
+
const se_PartitionedPrefix = (input, context) => {
|
|
7475
|
+
const bodyNode = new xml_builder_1.XmlNode("PartitionedPrefix");
|
|
7476
|
+
if (input.PartitionDateSource != null) {
|
|
7477
|
+
const node = xml_builder_1.XmlNode.of("PartitionDateSource", input.PartitionDateSource).withName("PartitionDateSource");
|
|
7478
|
+
bodyNode.addChildNode(node);
|
|
7479
|
+
}
|
|
7480
|
+
return bodyNode;
|
|
7481
|
+
};
|
|
7409
7482
|
const se_PublicAccessBlockConfiguration = (input, context) => {
|
|
7410
7483
|
const bodyNode = new xml_builder_1.XmlNode("PublicAccessBlockConfiguration");
|
|
7411
7484
|
if (input.BlockPublicAcls != null) {
|
|
@@ -7821,6 +7894,10 @@ const se_ServerSideEncryptionRules = (input, context) => {
|
|
|
7821
7894
|
return node.withName("member");
|
|
7822
7895
|
});
|
|
7823
7896
|
};
|
|
7897
|
+
const se_SimplePrefix = (input, context) => {
|
|
7898
|
+
const bodyNode = new xml_builder_1.XmlNode("SimplePrefix");
|
|
7899
|
+
return bodyNode;
|
|
7900
|
+
};
|
|
7824
7901
|
const se_SourceSelectionCriteria = (input, context) => {
|
|
7825
7902
|
const bodyNode = new xml_builder_1.XmlNode("SourceSelectionCriteria");
|
|
7826
7903
|
if (input.SseKmsEncryptedObjects != null) {
|
|
@@ -7928,6 +8005,18 @@ const se_TargetGrants = (input, context) => {
|
|
|
7928
8005
|
return node.withName("Grant");
|
|
7929
8006
|
});
|
|
7930
8007
|
};
|
|
8008
|
+
const se_TargetObjectKeyFormat = (input, context) => {
|
|
8009
|
+
const bodyNode = new xml_builder_1.XmlNode("TargetObjectKeyFormat");
|
|
8010
|
+
if (input.SimplePrefix != null) {
|
|
8011
|
+
const node = se_SimplePrefix(input.SimplePrefix, context).withName("SimplePrefix");
|
|
8012
|
+
bodyNode.addChildNode(node);
|
|
8013
|
+
}
|
|
8014
|
+
if (input.PartitionedPrefix != null) {
|
|
8015
|
+
const node = se_PartitionedPrefix(input.PartitionedPrefix, context).withName("PartitionedPrefix");
|
|
8016
|
+
bodyNode.addChildNode(node);
|
|
8017
|
+
}
|
|
8018
|
+
return bodyNode;
|
|
8019
|
+
};
|
|
7931
8020
|
const se_Tiering = (input, context) => {
|
|
7932
8021
|
const bodyNode = new xml_builder_1.XmlNode("Tiering");
|
|
7933
8022
|
if (input.Days != null) {
|
|
@@ -8856,6 +8945,9 @@ const de_LoggingEnabled = (output, context) => {
|
|
|
8856
8945
|
if (output["TargetPrefix"] !== undefined) {
|
|
8857
8946
|
contents.TargetPrefix = (0, smithy_client_1.expectString)(output["TargetPrefix"]);
|
|
8858
8947
|
}
|
|
8948
|
+
if (output["TargetObjectKeyFormat"] !== undefined) {
|
|
8949
|
+
contents.TargetObjectKeyFormat = de_TargetObjectKeyFormat(output["TargetObjectKeyFormat"], context);
|
|
8950
|
+
}
|
|
8859
8951
|
return contents;
|
|
8860
8952
|
};
|
|
8861
8953
|
const de_Metrics = (output, context) => {
|
|
@@ -9195,6 +9287,13 @@ const de_Part = (output, context) => {
|
|
|
9195
9287
|
}
|
|
9196
9288
|
return contents;
|
|
9197
9289
|
};
|
|
9290
|
+
const de_PartitionedPrefix = (output, context) => {
|
|
9291
|
+
const contents = {};
|
|
9292
|
+
if (output["PartitionDateSource"] !== undefined) {
|
|
9293
|
+
contents.PartitionDateSource = (0, smithy_client_1.expectString)(output["PartitionDateSource"]);
|
|
9294
|
+
}
|
|
9295
|
+
return contents;
|
|
9296
|
+
};
|
|
9198
9297
|
const de_Parts = (output, context) => {
|
|
9199
9298
|
return (output || [])
|
|
9200
9299
|
.filter((e) => e != null)
|
|
@@ -9482,6 +9581,26 @@ const de_ServerSideEncryptionRules = (output, context) => {
|
|
|
9482
9581
|
return de_ServerSideEncryptionRule(entry, context);
|
|
9483
9582
|
});
|
|
9484
9583
|
};
|
|
9584
|
+
const de_SessionCredentials = (output, context) => {
|
|
9585
|
+
const contents = {};
|
|
9586
|
+
if (output["AccessKeyId"] !== undefined) {
|
|
9587
|
+
contents.AccessKeyId = (0, smithy_client_1.expectString)(output["AccessKeyId"]);
|
|
9588
|
+
}
|
|
9589
|
+
if (output["SecretAccessKey"] !== undefined) {
|
|
9590
|
+
contents.SecretAccessKey = (0, smithy_client_1.expectString)(output["SecretAccessKey"]);
|
|
9591
|
+
}
|
|
9592
|
+
if (output["SessionToken"] !== undefined) {
|
|
9593
|
+
contents.SessionToken = (0, smithy_client_1.expectString)(output["SessionToken"]);
|
|
9594
|
+
}
|
|
9595
|
+
if (output["Expiration"] !== undefined) {
|
|
9596
|
+
contents.Expiration = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["Expiration"]));
|
|
9597
|
+
}
|
|
9598
|
+
return contents;
|
|
9599
|
+
};
|
|
9600
|
+
const de_SimplePrefix = (output, context) => {
|
|
9601
|
+
const contents = {};
|
|
9602
|
+
return contents;
|
|
9603
|
+
};
|
|
9485
9604
|
const de_SourceSelectionCriteria = (output, context) => {
|
|
9486
9605
|
const contents = {};
|
|
9487
9606
|
if (output["SseKmsEncryptedObjects"] !== undefined) {
|
|
@@ -9574,6 +9693,16 @@ const de_TargetGrants = (output, context) => {
|
|
|
9574
9693
|
return de_TargetGrant(entry, context);
|
|
9575
9694
|
});
|
|
9576
9695
|
};
|
|
9696
|
+
const de_TargetObjectKeyFormat = (output, context) => {
|
|
9697
|
+
const contents = {};
|
|
9698
|
+
if (output["SimplePrefix"] !== undefined) {
|
|
9699
|
+
contents.SimplePrefix = de_SimplePrefix(output["SimplePrefix"], context);
|
|
9700
|
+
}
|
|
9701
|
+
if (output["PartitionedPrefix"] !== undefined) {
|
|
9702
|
+
contents.PartitionedPrefix = de_PartitionedPrefix(output["PartitionedPrefix"], context);
|
|
9703
|
+
}
|
|
9704
|
+
return contents;
|
|
9705
|
+
};
|
|
9577
9706
|
const de_Tiering = (output, context) => {
|
|
9578
9707
|
const contents = {};
|
|
9579
9708
|
if (output["Days"] !== undefined) {
|