@tachybase/module-file 1.3.17 → 1.3.19
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 +8 -8
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/auth/httpAuthSchemeProvider.js +4 -4
- 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 +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/runtimeConfig.js +14 -11
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/runtimeConfig.shared.js +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/S3.js +2 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/S3Client.js +3 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/auth/httpAuthSchemeProvider.js +5 -5
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectCommand.js +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketOwnershipControlsCommand.js +1 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/RenameObjectCommand.js +28 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/index.js +1 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/endpoint/EndpointParameters.js +2 -3
- 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/models/models_0.js +31 -16
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/models/models_1.js +22 -10
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/protocols/Aws_restXml.js +210 -66
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/runtimeConfig.js +15 -12
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/runtimeConfig.shared.js +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/runtimeExtensions.js +2 -14
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/S3.d.ts +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts +5 -5
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/auth/httpAuthSchemeProvider.d.ts +15 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/AbortMultipartUploadCommand.d.ts +13 -10
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/CompleteMultipartUploadCommand.d.ts +27 -21
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/CopyObjectCommand.d.ts +41 -21
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketCommand.d.ts +37 -16
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketMetadataTableConfigurationCommand.d.ts +3 -2
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateMultipartUploadCommand.d.ts +28 -18
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateSessionCommand.d.ts +6 -5
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketAnalyticsConfigurationCommand.d.ts +2 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketCommand.d.ts +10 -7
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketCorsCommand.d.ts +8 -5
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketEncryptionCommand.d.ts +2 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketIntelligentTieringConfigurationCommand.d.ts +3 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketInventoryConfigurationCommand.d.ts +2 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketLifecycleCommand.d.ts +10 -7
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketMetadataTableConfigurationCommand.d.ts +2 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketMetricsConfigurationCommand.d.ts +2 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketOwnershipControlsCommand.d.ts +2 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketPolicyCommand.d.ts +10 -7
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketReplicationCommand.d.ts +8 -5
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketTaggingCommand.d.ts +8 -5
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketWebsiteCommand.d.ts +8 -5
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectCommand.d.ts +22 -17
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectTaggingCommand.d.ts +12 -13
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectsCommand.d.ts +44 -46
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeletePublicAccessBlockCommand.d.ts +2 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAccelerateConfigurationCommand.d.ts +2 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAclCommand.d.ts +10 -2
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAnalyticsConfigurationCommand.d.ts +2 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketCorsCommand.d.ts +10 -10
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketEncryptionCommand.d.ts +3 -2
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketIntelligentTieringConfigurationCommand.d.ts +3 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketInventoryConfigurationCommand.d.ts +2 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLifecycleConfigurationCommand.d.ts +14 -14
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLocationCommand.d.ts +7 -7
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLoggingCommand.d.ts +10 -2
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketMetadataTableConfigurationCommand.d.ts +2 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketMetricsConfigurationCommand.d.ts +2 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketNotificationConfigurationCommand.d.ts +2 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketOwnershipControlsCommand.d.ts +14 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyCommand.d.ts +8 -8
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyStatusCommand.d.ts +2 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketReplicationCommand.d.ts +14 -14
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketRequestPaymentCommand.d.ts +6 -6
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketTaggingCommand.d.ts +10 -10
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketVersioningCommand.d.ts +7 -7
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketWebsiteCommand.d.ts +9 -9
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAclCommand.d.ts +30 -30
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAttributesCommand.d.ts +31 -19
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectCommand.d.ts +49 -33
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectLegalHoldCommand.d.ts +2 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectLockConfigurationCommand.d.ts +2 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectRetentionCommand.d.ts +2 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectTaggingCommand.d.ts +26 -27
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectTorrentCommand.d.ts +19 -6
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetPublicAccessBlockCommand.d.ts +2 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadBucketCommand.d.ts +11 -7
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadObjectCommand.d.ts +22 -18
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketAnalyticsConfigurationsCommand.d.ts +2 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketIntelligentTieringConfigurationsCommand.d.ts +3 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketInventoryConfigurationsCommand.d.ts +2 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketMetricsConfigurationsCommand.d.ts +2 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketsCommand.d.ts +23 -15
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListDirectoryBucketsCommand.d.ts +4 -2
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListMultipartUploadsCommand.d.ts +77 -70
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectVersionsCommand.d.ts +37 -29
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsCommand.d.ts +35 -27
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsV2Command.d.ts +29 -28
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListPartsCommand.d.ts +38 -29
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAccelerateConfigurationCommand.d.ts +3 -2
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAclCommand.d.ts +24 -10
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAnalyticsConfigurationCommand.d.ts +2 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketCorsCommand.d.ts +21 -18
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketEncryptionCommand.d.ts +7 -6
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts +3 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketInventoryConfigurationCommand.d.ts +2 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts +22 -19
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLoggingCommand.d.ts +31 -17
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketMetricsConfigurationCommand.d.ts +2 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketNotificationConfigurationCommand.d.ts +12 -9
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketOwnershipControlsCommand.d.ts +3 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketPolicyCommand.d.ts +12 -9
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketReplicationCommand.d.ts +18 -15
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketRequestPaymentCommand.d.ts +11 -8
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketTaggingCommand.d.ts +15 -12
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketVersioningCommand.d.ts +13 -10
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketWebsiteCommand.d.ts +15 -12
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectAclCommand.d.ts +17 -11
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectCommand.d.ts +96 -81
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLegalHoldCommand.d.ts +3 -2
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLockConfigurationCommand.d.ts +3 -2
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectRetentionCommand.d.ts +3 -2
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectTaggingCommand.d.ts +14 -14
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutPublicAccessBlockCommand.d.ts +3 -2
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/RenameObjectCommand.d.ts +144 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/RestoreObjectCommand.d.ts +21 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/SelectObjectContentCommand.d.ts +2 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCommand.d.ts +17 -15
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCopyCommand.d.ts +27 -27
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/WriteGetObjectResponseCommand.d.ts +5 -3
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/index.d.ts +1 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/endpoint/EndpointParameters.d.ts +28 -30
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts +576 -300
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/models/models_1.d.ts +351 -121
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/protocols/Aws_restXml.d.ts +9 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.browser.d.ts +32 -31
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.d.ts +26 -25
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.native.d.ts +34 -33
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.shared.d.ts +5 -6
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/S3.d.ts +17 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/S3Client.d.ts +7 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +3 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/AbortMultipartUploadCommand.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/CompleteMultipartUploadCommand.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/CopyObjectCommand.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/CreateBucketCommand.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/CreateBucketMetadataTableConfigurationCommand.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/CreateMultipartUploadCommand.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/CreateSessionCommand.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketAnalyticsConfigurationCommand.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketCommand.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketCorsCommand.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketEncryptionCommand.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketIntelligentTieringConfigurationCommand.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketInventoryConfigurationCommand.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketLifecycleCommand.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketMetadataTableConfigurationCommand.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketMetricsConfigurationCommand.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketOwnershipControlsCommand.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketPolicyCommand.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketReplicationCommand.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketTaggingCommand.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketWebsiteCommand.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteObjectCommand.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteObjectTaggingCommand.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteObjectsCommand.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeletePublicAccessBlockCommand.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketAccelerateConfigurationCommand.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketAclCommand.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketAnalyticsConfigurationCommand.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketCorsCommand.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketEncryptionCommand.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketIntelligentTieringConfigurationCommand.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketInventoryConfigurationCommand.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketLifecycleConfigurationCommand.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketLocationCommand.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketLoggingCommand.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketMetadataTableConfigurationCommand.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketMetricsConfigurationCommand.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketNotificationConfigurationCommand.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketOwnershipControlsCommand.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketPolicyCommand.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketPolicyStatusCommand.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketReplicationCommand.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketRequestPaymentCommand.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketTaggingCommand.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketVersioningCommand.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketWebsiteCommand.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectAclCommand.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectAttributesCommand.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectCommand.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectLegalHoldCommand.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectLockConfigurationCommand.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectRetentionCommand.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectTaggingCommand.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectTorrentCommand.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetPublicAccessBlockCommand.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/HeadBucketCommand.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/HeadObjectCommand.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListBucketAnalyticsConfigurationsCommand.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListBucketIntelligentTieringConfigurationsCommand.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListBucketInventoryConfigurationsCommand.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListBucketMetricsConfigurationsCommand.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListMultipartUploadsCommand.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListObjectVersionsCommand.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListObjectsCommand.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListObjectsV2Command.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListPartsCommand.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketAccelerateConfigurationCommand.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketAclCommand.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketAnalyticsConfigurationCommand.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketCorsCommand.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketEncryptionCommand.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketInventoryConfigurationCommand.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketLifecycleConfigurationCommand.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketLoggingCommand.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketMetricsConfigurationCommand.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketNotificationConfigurationCommand.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketOwnershipControlsCommand.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketPolicyCommand.d.ts +1 -1
- 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 +1 -1
- 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/PutObjectLockConfigurationCommand.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectRetentionCommand.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectTaggingCommand.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutPublicAccessBlockCommand.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/RenameObjectCommand.d.ts +47 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/RestoreObjectCommand.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/SelectObjectContentCommand.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/UploadPartCommand.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/UploadPartCopyCommand.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/WriteGetObjectResponseCommand.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/index.d.ts +1 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +37 -31
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_0.d.ts +49 -7
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_1.d.ts +36 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/protocols/Aws_restXml.d.ts +12 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.browser.d.ts +50 -47
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.d.ts +40 -40
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.native.d.ts +70 -51
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -6
- package/dist/node_modules/@aws-sdk/client-s3/node_modules/.bin/uuid +21 -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 -14
- package/dist/node_modules/multer-aliyun-oss/package.json +1 -1
- package/dist/node_modules/multer-cos/index.js +16 -16
- package/dist/node_modules/multer-cos/package.json +1 -1
- package/dist/node_modules/multer-s3/index.js +3 -3
- package/dist/node_modules/multer-s3/package.json +1 -1
- package/package.json +12 -12
|
@@ -23,7 +23,7 @@ declare const DeleteBucketMetricsConfigurationCommand_base: {
|
|
|
23
23
|
ServiceOutputTypes
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
|
-
|
|
26
|
+
input: DeleteBucketMetricsConfigurationCommandInput
|
|
27
27
|
): import("@smithy/smithy-client").CommandImpl<
|
|
28
28
|
DeleteBucketMetricsConfigurationCommandInput,
|
|
29
29
|
DeleteBucketMetricsConfigurationCommandOutput,
|
|
@@ -23,7 +23,7 @@ declare const DeleteBucketOwnershipControlsCommand_base: {
|
|
|
23
23
|
ServiceOutputTypes
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
|
-
|
|
26
|
+
input: DeleteBucketOwnershipControlsCommandInput
|
|
27
27
|
): import("@smithy/smithy-client").CommandImpl<
|
|
28
28
|
DeleteBucketOwnershipControlsCommandInput,
|
|
29
29
|
DeleteBucketOwnershipControlsCommandOutput,
|
|
@@ -22,7 +22,7 @@ declare const DeleteBucketPolicyCommand_base: {
|
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
24
|
new (
|
|
25
|
-
|
|
25
|
+
input: DeleteBucketPolicyCommandInput
|
|
26
26
|
): import("@smithy/smithy-client").CommandImpl<
|
|
27
27
|
DeleteBucketPolicyCommandInput,
|
|
28
28
|
DeleteBucketPolicyCommandOutput,
|
|
@@ -23,7 +23,7 @@ declare const DeleteBucketReplicationCommand_base: {
|
|
|
23
23
|
ServiceOutputTypes
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
|
-
|
|
26
|
+
input: DeleteBucketReplicationCommandInput
|
|
27
27
|
): import("@smithy/smithy-client").CommandImpl<
|
|
28
28
|
DeleteBucketReplicationCommandInput,
|
|
29
29
|
DeleteBucketReplicationCommandOutput,
|
|
@@ -22,7 +22,7 @@ declare const DeleteBucketTaggingCommand_base: {
|
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
24
|
new (
|
|
25
|
-
|
|
25
|
+
input: DeleteBucketTaggingCommandInput
|
|
26
26
|
): import("@smithy/smithy-client").CommandImpl<
|
|
27
27
|
DeleteBucketTaggingCommandInput,
|
|
28
28
|
DeleteBucketTaggingCommandOutput,
|
|
@@ -22,7 +22,7 @@ declare const DeleteBucketWebsiteCommand_base: {
|
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
24
|
new (
|
|
25
|
-
|
|
25
|
+
input: DeleteBucketWebsiteCommandInput
|
|
26
26
|
): import("@smithy/smithy-client").CommandImpl<
|
|
27
27
|
DeleteBucketWebsiteCommandInput,
|
|
28
28
|
DeleteBucketWebsiteCommandOutput,
|
|
@@ -27,7 +27,7 @@ declare const DeleteObjectTaggingCommand_base: {
|
|
|
27
27
|
ServiceOutputTypes
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
|
-
|
|
30
|
+
input: DeleteObjectTaggingCommandInput
|
|
31
31
|
): import("@smithy/smithy-client").CommandImpl<
|
|
32
32
|
DeleteObjectTaggingCommandInput,
|
|
33
33
|
DeleteObjectTaggingCommandOutput,
|
package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteObjectsCommand.d.ts
CHANGED
|
@@ -23,7 +23,7 @@ declare const DeleteObjectsCommand_base: {
|
|
|
23
23
|
ServiceOutputTypes
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
|
-
|
|
26
|
+
input: DeleteObjectsCommandInput
|
|
27
27
|
): import("@smithy/smithy-client").CommandImpl<
|
|
28
28
|
DeleteObjectsCommandInput,
|
|
29
29
|
DeleteObjectsCommandOutput,
|
|
@@ -23,7 +23,7 @@ declare const DeletePublicAccessBlockCommand_base: {
|
|
|
23
23
|
ServiceOutputTypes
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
|
-
|
|
26
|
+
input: DeletePublicAccessBlockCommandInput
|
|
27
27
|
): import("@smithy/smithy-client").CommandImpl<
|
|
28
28
|
DeletePublicAccessBlockCommandInput,
|
|
29
29
|
DeletePublicAccessBlockCommandOutput,
|
|
@@ -27,7 +27,7 @@ declare const GetBucketAccelerateConfigurationCommand_base: {
|
|
|
27
27
|
ServiceOutputTypes
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
|
-
|
|
30
|
+
input: GetBucketAccelerateConfigurationCommandInput
|
|
31
31
|
): import("@smithy/smithy-client").CommandImpl<
|
|
32
32
|
GetBucketAccelerateConfigurationCommandInput,
|
|
33
33
|
GetBucketAccelerateConfigurationCommandOutput,
|
|
@@ -27,7 +27,7 @@ declare const GetBucketAnalyticsConfigurationCommand_base: {
|
|
|
27
27
|
ServiceOutputTypes
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
|
-
|
|
30
|
+
input: GetBucketAnalyticsConfigurationCommandInput
|
|
31
31
|
): import("@smithy/smithy-client").CommandImpl<
|
|
32
32
|
GetBucketAnalyticsConfigurationCommandInput,
|
|
33
33
|
GetBucketAnalyticsConfigurationCommandOutput,
|
package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketCorsCommand.d.ts
CHANGED
|
@@ -23,7 +23,7 @@ declare const GetBucketCorsCommand_base: {
|
|
|
23
23
|
ServiceOutputTypes
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
|
-
|
|
26
|
+
input: GetBucketCorsCommandInput
|
|
27
27
|
): import("@smithy/smithy-client").CommandImpl<
|
|
28
28
|
GetBucketCorsCommandInput,
|
|
29
29
|
GetBucketCorsCommandOutput,
|
|
@@ -27,7 +27,7 @@ declare const GetBucketEncryptionCommand_base: {
|
|
|
27
27
|
ServiceOutputTypes
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
|
-
|
|
30
|
+
input: GetBucketEncryptionCommandInput
|
|
31
31
|
): import("@smithy/smithy-client").CommandImpl<
|
|
32
32
|
GetBucketEncryptionCommandInput,
|
|
33
33
|
GetBucketEncryptionCommandOutput,
|
|
@@ -27,7 +27,7 @@ declare const GetBucketIntelligentTieringConfigurationCommand_base: {
|
|
|
27
27
|
ServiceOutputTypes
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
|
-
|
|
30
|
+
input: GetBucketIntelligentTieringConfigurationCommandInput
|
|
31
31
|
): import("@smithy/smithy-client").CommandImpl<
|
|
32
32
|
GetBucketIntelligentTieringConfigurationCommandInput,
|
|
33
33
|
GetBucketIntelligentTieringConfigurationCommandOutput,
|
|
@@ -27,7 +27,7 @@ declare const GetBucketInventoryConfigurationCommand_base: {
|
|
|
27
27
|
ServiceOutputTypes
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
|
-
|
|
30
|
+
input: GetBucketInventoryConfigurationCommandInput
|
|
31
31
|
): import("@smithy/smithy-client").CommandImpl<
|
|
32
32
|
GetBucketInventoryConfigurationCommandInput,
|
|
33
33
|
GetBucketInventoryConfigurationCommandOutput,
|
|
@@ -27,7 +27,7 @@ declare const GetBucketLifecycleConfigurationCommand_base: {
|
|
|
27
27
|
ServiceOutputTypes
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
|
-
|
|
30
|
+
input: GetBucketLifecycleConfigurationCommandInput
|
|
31
31
|
): import("@smithy/smithy-client").CommandImpl<
|
|
32
32
|
GetBucketLifecycleConfigurationCommandInput,
|
|
33
33
|
GetBucketLifecycleConfigurationCommandOutput,
|
package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketLocationCommand.d.ts
CHANGED
|
@@ -27,7 +27,7 @@ declare const GetBucketLocationCommand_base: {
|
|
|
27
27
|
ServiceOutputTypes
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
|
-
|
|
30
|
+
input: GetBucketLocationCommandInput
|
|
31
31
|
): import("@smithy/smithy-client").CommandImpl<
|
|
32
32
|
GetBucketLocationCommandInput,
|
|
33
33
|
GetBucketLocationCommandOutput,
|
package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketLoggingCommand.d.ts
CHANGED
|
@@ -26,7 +26,7 @@ declare const GetBucketLoggingCommand_base: {
|
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
|
-
|
|
29
|
+
input: GetBucketLoggingCommandInput
|
|
30
30
|
): import("@smithy/smithy-client").CommandImpl<
|
|
31
31
|
GetBucketLoggingCommandInput,
|
|
32
32
|
GetBucketLoggingCommandOutput,
|
|
@@ -27,7 +27,7 @@ declare const GetBucketMetadataTableConfigurationCommand_base: {
|
|
|
27
27
|
ServiceOutputTypes
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
|
-
|
|
30
|
+
input: GetBucketMetadataTableConfigurationCommandInput
|
|
31
31
|
): import("@smithy/smithy-client").CommandImpl<
|
|
32
32
|
GetBucketMetadataTableConfigurationCommandInput,
|
|
33
33
|
GetBucketMetadataTableConfigurationCommandOutput,
|
|
@@ -27,7 +27,7 @@ declare const GetBucketMetricsConfigurationCommand_base: {
|
|
|
27
27
|
ServiceOutputTypes
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
|
-
|
|
30
|
+
input: GetBucketMetricsConfigurationCommandInput
|
|
31
31
|
): import("@smithy/smithy-client").CommandImpl<
|
|
32
32
|
GetBucketMetricsConfigurationCommandInput,
|
|
33
33
|
GetBucketMetricsConfigurationCommandOutput,
|
|
@@ -27,7 +27,7 @@ declare const GetBucketNotificationConfigurationCommand_base: {
|
|
|
27
27
|
ServiceOutputTypes
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
|
-
|
|
30
|
+
input: GetBucketNotificationConfigurationCommandInput
|
|
31
31
|
): import("@smithy/smithy-client").CommandImpl<
|
|
32
32
|
GetBucketNotificationConfigurationCommandInput,
|
|
33
33
|
GetBucketNotificationConfigurationCommandOutput,
|
|
@@ -27,7 +27,7 @@ declare const GetBucketOwnershipControlsCommand_base: {
|
|
|
27
27
|
ServiceOutputTypes
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
|
-
|
|
30
|
+
input: GetBucketOwnershipControlsCommandInput
|
|
31
31
|
): import("@smithy/smithy-client").CommandImpl<
|
|
32
32
|
GetBucketOwnershipControlsCommandInput,
|
|
33
33
|
GetBucketOwnershipControlsCommandOutput,
|
package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketPolicyCommand.d.ts
CHANGED
|
@@ -26,7 +26,7 @@ declare const GetBucketPolicyCommand_base: {
|
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
|
-
|
|
29
|
+
input: GetBucketPolicyCommandInput
|
|
30
30
|
): import("@smithy/smithy-client").CommandImpl<
|
|
31
31
|
GetBucketPolicyCommandInput,
|
|
32
32
|
GetBucketPolicyCommandOutput,
|
|
@@ -27,7 +27,7 @@ declare const GetBucketPolicyStatusCommand_base: {
|
|
|
27
27
|
ServiceOutputTypes
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
|
-
|
|
30
|
+
input: GetBucketPolicyStatusCommandInput
|
|
31
31
|
): import("@smithy/smithy-client").CommandImpl<
|
|
32
32
|
GetBucketPolicyStatusCommandInput,
|
|
33
33
|
GetBucketPolicyStatusCommandOutput,
|
|
@@ -27,7 +27,7 @@ declare const GetBucketReplicationCommand_base: {
|
|
|
27
27
|
ServiceOutputTypes
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
|
-
|
|
30
|
+
input: GetBucketReplicationCommandInput
|
|
31
31
|
): import("@smithy/smithy-client").CommandImpl<
|
|
32
32
|
GetBucketReplicationCommandInput,
|
|
33
33
|
GetBucketReplicationCommandOutput,
|
|
@@ -27,7 +27,7 @@ declare const GetBucketRequestPaymentCommand_base: {
|
|
|
27
27
|
ServiceOutputTypes
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
|
-
|
|
30
|
+
input: GetBucketRequestPaymentCommandInput
|
|
31
31
|
): import("@smithy/smithy-client").CommandImpl<
|
|
32
32
|
GetBucketRequestPaymentCommandInput,
|
|
33
33
|
GetBucketRequestPaymentCommandOutput,
|
package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketTaggingCommand.d.ts
CHANGED
|
@@ -26,7 +26,7 @@ declare const GetBucketTaggingCommand_base: {
|
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
|
-
|
|
29
|
+
input: GetBucketTaggingCommandInput
|
|
30
30
|
): import("@smithy/smithy-client").CommandImpl<
|
|
31
31
|
GetBucketTaggingCommandInput,
|
|
32
32
|
GetBucketTaggingCommandOutput,
|
|
@@ -27,7 +27,7 @@ declare const GetBucketVersioningCommand_base: {
|
|
|
27
27
|
ServiceOutputTypes
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
|
-
|
|
30
|
+
input: GetBucketVersioningCommandInput
|
|
31
31
|
): import("@smithy/smithy-client").CommandImpl<
|
|
32
32
|
GetBucketVersioningCommandInput,
|
|
33
33
|
GetBucketVersioningCommandOutput,
|
package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketWebsiteCommand.d.ts
CHANGED
|
@@ -26,7 +26,7 @@ declare const GetBucketWebsiteCommand_base: {
|
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
|
-
|
|
29
|
+
input: GetBucketWebsiteCommandInput
|
|
30
30
|
): import("@smithy/smithy-client").CommandImpl<
|
|
31
31
|
GetBucketWebsiteCommandInput,
|
|
32
32
|
GetBucketWebsiteCommandOutput,
|
|
@@ -27,7 +27,7 @@ declare const GetObjectAttributesCommand_base: {
|
|
|
27
27
|
ServiceOutputTypes
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
|
-
|
|
30
|
+
input: GetObjectAttributesCommandInput
|
|
31
31
|
): import("@smithy/smithy-client").CommandImpl<
|
|
32
32
|
GetObjectAttributesCommandInput,
|
|
33
33
|
GetObjectAttributesCommandOutput,
|
|
@@ -27,7 +27,7 @@ declare const GetObjectLegalHoldCommand_base: {
|
|
|
27
27
|
ServiceOutputTypes
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
|
-
|
|
30
|
+
input: GetObjectLegalHoldCommandInput
|
|
31
31
|
): import("@smithy/smithy-client").CommandImpl<
|
|
32
32
|
GetObjectLegalHoldCommandInput,
|
|
33
33
|
GetObjectLegalHoldCommandOutput,
|
|
@@ -27,7 +27,7 @@ declare const GetObjectLockConfigurationCommand_base: {
|
|
|
27
27
|
ServiceOutputTypes
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
|
-
|
|
30
|
+
input: GetObjectLockConfigurationCommandInput
|
|
31
31
|
): import("@smithy/smithy-client").CommandImpl<
|
|
32
32
|
GetObjectLockConfigurationCommandInput,
|
|
33
33
|
GetObjectLockConfigurationCommandOutput,
|
|
@@ -27,7 +27,7 @@ declare const GetObjectRetentionCommand_base: {
|
|
|
27
27
|
ServiceOutputTypes
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
|
-
|
|
30
|
+
input: GetObjectRetentionCommandInput
|
|
31
31
|
): import("@smithy/smithy-client").CommandImpl<
|
|
32
32
|
GetObjectRetentionCommandInput,
|
|
33
33
|
GetObjectRetentionCommandOutput,
|
package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectTaggingCommand.d.ts
CHANGED
|
@@ -26,7 +26,7 @@ declare const GetObjectTaggingCommand_base: {
|
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
|
-
|
|
29
|
+
input: GetObjectTaggingCommandInput
|
|
30
30
|
): import("@smithy/smithy-client").CommandImpl<
|
|
31
31
|
GetObjectTaggingCommandInput,
|
|
32
32
|
GetObjectTaggingCommandOutput,
|
package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectTorrentCommand.d.ts
CHANGED
|
@@ -34,7 +34,7 @@ declare const GetObjectTorrentCommand_base: {
|
|
|
34
34
|
ServiceOutputTypes
|
|
35
35
|
>;
|
|
36
36
|
new (
|
|
37
|
-
|
|
37
|
+
input: GetObjectTorrentCommandInput
|
|
38
38
|
): import("@smithy/smithy-client").CommandImpl<
|
|
39
39
|
GetObjectTorrentCommandInput,
|
|
40
40
|
GetObjectTorrentCommandOutput,
|
|
@@ -27,7 +27,7 @@ declare const GetPublicAccessBlockCommand_base: {
|
|
|
27
27
|
ServiceOutputTypes
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
|
-
|
|
30
|
+
input: GetPublicAccessBlockCommandInput
|
|
31
31
|
): import("@smithy/smithy-client").CommandImpl<
|
|
32
32
|
GetPublicAccessBlockCommandInput,
|
|
33
33
|
GetPublicAccessBlockCommandOutput,
|
|
@@ -27,7 +27,7 @@ declare const ListBucketAnalyticsConfigurationsCommand_base: {
|
|
|
27
27
|
ServiceOutputTypes
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
|
-
|
|
30
|
+
input: ListBucketAnalyticsConfigurationsCommandInput
|
|
31
31
|
): import("@smithy/smithy-client").CommandImpl<
|
|
32
32
|
ListBucketAnalyticsConfigurationsCommandInput,
|
|
33
33
|
ListBucketAnalyticsConfigurationsCommandOutput,
|
|
@@ -27,7 +27,7 @@ declare const ListBucketIntelligentTieringConfigurationsCommand_base: {
|
|
|
27
27
|
ServiceOutputTypes
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
|
-
|
|
30
|
+
input: ListBucketIntelligentTieringConfigurationsCommandInput
|
|
31
31
|
): import("@smithy/smithy-client").CommandImpl<
|
|
32
32
|
ListBucketIntelligentTieringConfigurationsCommandInput,
|
|
33
33
|
ListBucketIntelligentTieringConfigurationsCommandOutput,
|
|
@@ -27,7 +27,7 @@ declare const ListBucketInventoryConfigurationsCommand_base: {
|
|
|
27
27
|
ServiceOutputTypes
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
|
-
|
|
30
|
+
input: ListBucketInventoryConfigurationsCommandInput
|
|
31
31
|
): import("@smithy/smithy-client").CommandImpl<
|
|
32
32
|
ListBucketInventoryConfigurationsCommandInput,
|
|
33
33
|
ListBucketInventoryConfigurationsCommandOutput,
|
|
@@ -27,7 +27,7 @@ declare const ListBucketMetricsConfigurationsCommand_base: {
|
|
|
27
27
|
ServiceOutputTypes
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
|
-
|
|
30
|
+
input: ListBucketMetricsConfigurationsCommandInput
|
|
31
31
|
): import("@smithy/smithy-client").CommandImpl<
|
|
32
32
|
ListBucketMetricsConfigurationsCommandInput,
|
|
33
33
|
ListBucketMetricsConfigurationsCommandOutput,
|
|
@@ -27,7 +27,7 @@ declare const ListMultipartUploadsCommand_base: {
|
|
|
27
27
|
ServiceOutputTypes
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
|
-
|
|
30
|
+
input: ListMultipartUploadsCommandInput
|
|
31
31
|
): import("@smithy/smithy-client").CommandImpl<
|
|
32
32
|
ListMultipartUploadsCommandInput,
|
|
33
33
|
ListMultipartUploadsCommandOutput,
|
|
@@ -27,7 +27,7 @@ declare const ListObjectVersionsCommand_base: {
|
|
|
27
27
|
ServiceOutputTypes
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
|
-
|
|
30
|
+
input: ListObjectVersionsCommandInput
|
|
31
31
|
): import("@smithy/smithy-client").CommandImpl<
|
|
32
32
|
ListObjectVersionsCommandInput,
|
|
33
33
|
ListObjectVersionsCommandOutput,
|
package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListObjectsV2Command.d.ts
CHANGED
|
@@ -23,7 +23,7 @@ declare const ListObjectsV2Command_base: {
|
|
|
23
23
|
ServiceOutputTypes
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
|
-
|
|
26
|
+
input: ListObjectsV2CommandInput
|
|
27
27
|
): import("@smithy/smithy-client").CommandImpl<
|
|
28
28
|
ListObjectsV2CommandInput,
|
|
29
29
|
ListObjectsV2CommandOutput,
|
|
@@ -23,7 +23,7 @@ declare const PutBucketAccelerateConfigurationCommand_base: {
|
|
|
23
23
|
ServiceOutputTypes
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
|
-
|
|
26
|
+
input: PutBucketAccelerateConfigurationCommandInput
|
|
27
27
|
): import("@smithy/smithy-client").CommandImpl<
|
|
28
28
|
PutBucketAccelerateConfigurationCommandInput,
|
|
29
29
|
PutBucketAccelerateConfigurationCommandOutput,
|
|
@@ -23,7 +23,7 @@ declare const PutBucketAnalyticsConfigurationCommand_base: {
|
|
|
23
23
|
ServiceOutputTypes
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
|
-
|
|
26
|
+
input: PutBucketAnalyticsConfigurationCommandInput
|
|
27
27
|
): import("@smithy/smithy-client").CommandImpl<
|
|
28
28
|
PutBucketAnalyticsConfigurationCommandInput,
|
|
29
29
|
PutBucketAnalyticsConfigurationCommandOutput,
|
package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketCorsCommand.d.ts
CHANGED
|
@@ -21,7 +21,7 @@ declare const PutBucketCorsCommand_base: {
|
|
|
21
21
|
ServiceOutputTypes
|
|
22
22
|
>;
|
|
23
23
|
new (
|
|
24
|
-
|
|
24
|
+
input: PutBucketCorsCommandInput
|
|
25
25
|
): import("@smithy/smithy-client").CommandImpl<
|
|
26
26
|
PutBucketCorsCommandInput,
|
|
27
27
|
PutBucketCorsCommandOutput,
|
|
@@ -22,7 +22,7 @@ declare const PutBucketEncryptionCommand_base: {
|
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
24
|
new (
|
|
25
|
-
|
|
25
|
+
input: PutBucketEncryptionCommandInput
|
|
26
26
|
): import("@smithy/smithy-client").CommandImpl<
|
|
27
27
|
PutBucketEncryptionCommandInput,
|
|
28
28
|
PutBucketEncryptionCommandOutput,
|
|
@@ -23,7 +23,7 @@ declare const PutBucketIntelligentTieringConfigurationCommand_base: {
|
|
|
23
23
|
ServiceOutputTypes
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
|
-
|
|
26
|
+
input: PutBucketIntelligentTieringConfigurationCommandInput
|
|
27
27
|
): import("@smithy/smithy-client").CommandImpl<
|
|
28
28
|
PutBucketIntelligentTieringConfigurationCommandInput,
|
|
29
29
|
PutBucketIntelligentTieringConfigurationCommandOutput,
|
|
@@ -23,7 +23,7 @@ declare const PutBucketInventoryConfigurationCommand_base: {
|
|
|
23
23
|
ServiceOutputTypes
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
|
-
|
|
26
|
+
input: PutBucketInventoryConfigurationCommandInput
|
|
27
27
|
): import("@smithy/smithy-client").CommandImpl<
|
|
28
28
|
PutBucketInventoryConfigurationCommandInput,
|
|
29
29
|
PutBucketInventoryConfigurationCommandOutput,
|
|
@@ -27,7 +27,7 @@ declare const PutBucketLifecycleConfigurationCommand_base: {
|
|
|
27
27
|
ServiceOutputTypes
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
|
-
|
|
30
|
+
input: PutBucketLifecycleConfigurationCommandInput
|
|
31
31
|
): import("@smithy/smithy-client").CommandImpl<
|
|
32
32
|
PutBucketLifecycleConfigurationCommandInput,
|
|
33
33
|
PutBucketLifecycleConfigurationCommandOutput,
|
package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketLoggingCommand.d.ts
CHANGED
|
@@ -21,7 +21,7 @@ declare const PutBucketLoggingCommand_base: {
|
|
|
21
21
|
ServiceOutputTypes
|
|
22
22
|
>;
|
|
23
23
|
new (
|
|
24
|
-
|
|
24
|
+
input: PutBucketLoggingCommandInput
|
|
25
25
|
): import("@smithy/smithy-client").CommandImpl<
|
|
26
26
|
PutBucketLoggingCommandInput,
|
|
27
27
|
PutBucketLoggingCommandOutput,
|
|
@@ -23,7 +23,7 @@ declare const PutBucketMetricsConfigurationCommand_base: {
|
|
|
23
23
|
ServiceOutputTypes
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
|
-
|
|
26
|
+
input: PutBucketMetricsConfigurationCommandInput
|
|
27
27
|
): import("@smithy/smithy-client").CommandImpl<
|
|
28
28
|
PutBucketMetricsConfigurationCommandInput,
|
|
29
29
|
PutBucketMetricsConfigurationCommandOutput,
|