@effect-aws/client-s3 1.6.0 → 1.9.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (68) hide show
  1. package/Errors/package.json +6 -0
  2. package/S3ClientInstance/package.json +6 -0
  3. package/S3Service/package.json +6 -0
  4. package/S3ServiceConfig/package.json +6 -0
  5. package/{lib → dist/cjs}/Errors.d.ts +6 -10
  6. package/dist/cjs/Errors.d.ts.map +1 -0
  7. package/dist/cjs/Errors.js +23 -0
  8. package/dist/cjs/Errors.js.map +1 -0
  9. package/dist/cjs/S3ClientInstance.d.ts +24 -0
  10. package/dist/cjs/S3ClientInstance.d.ts.map +1 -0
  11. package/dist/cjs/S3ClientInstance.js +50 -0
  12. package/dist/cjs/S3ClientInstance.js.map +1 -0
  13. package/{lib → dist/cjs}/S3Service.d.ts +16 -38
  14. package/dist/cjs/S3Service.d.ts.map +1 -0
  15. package/dist/cjs/S3Service.js +159 -0
  16. package/dist/cjs/S3Service.js.map +1 -0
  17. package/dist/cjs/S3ServiceConfig.d.ts +25 -0
  18. package/dist/cjs/S3ServiceConfig.d.ts.map +1 -0
  19. package/dist/cjs/S3ServiceConfig.js +35 -0
  20. package/dist/cjs/S3ServiceConfig.js.map +1 -0
  21. package/dist/cjs/index.d.ts +39 -0
  22. package/dist/cjs/index.d.ts.map +1 -0
  23. package/dist/cjs/index.js +56 -0
  24. package/dist/cjs/index.js.map +1 -0
  25. package/dist/dts/Errors.d.ts +25 -0
  26. package/dist/dts/Errors.d.ts.map +1 -0
  27. package/dist/dts/S3ClientInstance.d.ts +24 -0
  28. package/dist/dts/S3ClientInstance.d.ts.map +1 -0
  29. package/dist/dts/S3Service.d.ts +544 -0
  30. package/dist/dts/S3Service.d.ts.map +1 -0
  31. package/dist/dts/S3ServiceConfig.d.ts +25 -0
  32. package/dist/dts/S3ServiceConfig.d.ts.map +1 -0
  33. package/dist/dts/index.d.ts +39 -0
  34. package/dist/dts/index.d.ts.map +1 -0
  35. package/dist/esm/Errors.js +20 -0
  36. package/dist/esm/Errors.js.map +1 -0
  37. package/dist/esm/S3ClientInstance.js +23 -0
  38. package/dist/esm/S3ClientInstance.js.map +1 -0
  39. package/dist/esm/S3Service.js +132 -0
  40. package/dist/esm/S3Service.js.map +1 -0
  41. package/dist/esm/S3ServiceConfig.js +31 -0
  42. package/dist/esm/S3ServiceConfig.js.map +1 -0
  43. package/dist/esm/index.js +27 -0
  44. package/dist/esm/index.js.map +1 -0
  45. package/dist/esm/package.json +4 -0
  46. package/package.json +61 -44
  47. package/src/Errors.ts +56 -0
  48. package/src/S3ClientInstance.ts +33 -0
  49. package/src/S3Service.ts +1579 -0
  50. package/src/S3ServiceConfig.ts +51 -0
  51. package/src/index.ts +44 -0
  52. package/CHANGELOG.md +0 -137
  53. package/docgen.json +0 -8
  54. package/lib/Errors.js +0 -22
  55. package/lib/S3ClientInstance.d.ts +0 -31
  56. package/lib/S3ClientInstance.js +0 -57
  57. package/lib/S3ClientInstanceConfig.d.ts +0 -23
  58. package/lib/S3ClientInstanceConfig.js +0 -44
  59. package/lib/S3Service.js +0 -192
  60. package/lib/esm/Errors.js +0 -19
  61. package/lib/esm/S3ClientInstance.js +0 -30
  62. package/lib/esm/S3ClientInstanceConfig.js +0 -40
  63. package/lib/esm/S3Service.js +0 -188
  64. package/lib/esm/index.js +0 -5
  65. package/lib/index.d.ts +0 -4
  66. package/lib/index.js +0 -21
  67. package/project.json +0 -77
  68. package/vitest.config.ts +0 -3
@@ -0,0 +1,544 @@
1
+ /**
2
+ * @since 1.0.0
3
+ */
4
+ import { type AbortMultipartUploadCommandInput, type AbortMultipartUploadCommandOutput, type CompleteMultipartUploadCommandInput, type CompleteMultipartUploadCommandOutput, type CopyObjectCommandInput, type CopyObjectCommandOutput, type CreateBucketCommandInput, type CreateBucketCommandOutput, type CreateBucketMetadataTableConfigurationCommandInput, type CreateBucketMetadataTableConfigurationCommandOutput, type CreateMultipartUploadCommandInput, type CreateMultipartUploadCommandOutput, type CreateSessionCommandInput, type CreateSessionCommandOutput, type DeleteBucketAnalyticsConfigurationCommandInput, type DeleteBucketAnalyticsConfigurationCommandOutput, type DeleteBucketCommandInput, type DeleteBucketCommandOutput, type DeleteBucketCorsCommandInput, type DeleteBucketCorsCommandOutput, type DeleteBucketEncryptionCommandInput, type DeleteBucketEncryptionCommandOutput, type DeleteBucketIntelligentTieringConfigurationCommandInput, type DeleteBucketIntelligentTieringConfigurationCommandOutput, type DeleteBucketInventoryConfigurationCommandInput, type DeleteBucketInventoryConfigurationCommandOutput, type DeleteBucketLifecycleCommandInput, type DeleteBucketLifecycleCommandOutput, type DeleteBucketMetadataTableConfigurationCommandInput, type DeleteBucketMetadataTableConfigurationCommandOutput, type DeleteBucketMetricsConfigurationCommandInput, type DeleteBucketMetricsConfigurationCommandOutput, type DeleteBucketOwnershipControlsCommandInput, type DeleteBucketOwnershipControlsCommandOutput, type DeleteBucketPolicyCommandInput, type DeleteBucketPolicyCommandOutput, type DeleteBucketReplicationCommandInput, type DeleteBucketReplicationCommandOutput, type DeleteBucketTaggingCommandInput, type DeleteBucketTaggingCommandOutput, type DeleteBucketWebsiteCommandInput, type DeleteBucketWebsiteCommandOutput, type DeleteObjectCommandInput, type DeleteObjectCommandOutput, type DeleteObjectsCommandInput, type DeleteObjectsCommandOutput, type DeleteObjectTaggingCommandInput, type DeleteObjectTaggingCommandOutput, type DeletePublicAccessBlockCommandInput, type DeletePublicAccessBlockCommandOutput, type GetBucketAccelerateConfigurationCommandInput, type GetBucketAccelerateConfigurationCommandOutput, type GetBucketAclCommandInput, type GetBucketAclCommandOutput, type GetBucketAnalyticsConfigurationCommandInput, type GetBucketAnalyticsConfigurationCommandOutput, type GetBucketCorsCommandInput, type GetBucketCorsCommandOutput, type GetBucketEncryptionCommandInput, type GetBucketEncryptionCommandOutput, type GetBucketIntelligentTieringConfigurationCommandInput, type GetBucketIntelligentTieringConfigurationCommandOutput, type GetBucketInventoryConfigurationCommandInput, type GetBucketInventoryConfigurationCommandOutput, type GetBucketLifecycleConfigurationCommandInput, type GetBucketLifecycleConfigurationCommandOutput, type GetBucketLocationCommandInput, type GetBucketLocationCommandOutput, type GetBucketLoggingCommandInput, type GetBucketLoggingCommandOutput, type GetBucketMetadataTableConfigurationCommandInput, type GetBucketMetadataTableConfigurationCommandOutput, type GetBucketMetricsConfigurationCommandInput, type GetBucketMetricsConfigurationCommandOutput, type GetBucketNotificationConfigurationCommandInput, type GetBucketNotificationConfigurationCommandOutput, type GetBucketOwnershipControlsCommandInput, type GetBucketOwnershipControlsCommandOutput, type GetBucketPolicyCommandInput, type GetBucketPolicyCommandOutput, type GetBucketPolicyStatusCommandInput, type GetBucketPolicyStatusCommandOutput, type GetBucketReplicationCommandInput, type GetBucketReplicationCommandOutput, type GetBucketRequestPaymentCommandInput, type GetBucketRequestPaymentCommandOutput, type GetBucketTaggingCommandInput, type GetBucketTaggingCommandOutput, type GetBucketVersioningCommandInput, type GetBucketVersioningCommandOutput, type GetBucketWebsiteCommandInput, type GetBucketWebsiteCommandOutput, type GetObjectAclCommandInput, type GetObjectAclCommandOutput, type GetObjectAttributesCommandInput, type GetObjectAttributesCommandOutput, type GetObjectCommandInput, type GetObjectCommandOutput, type GetObjectLegalHoldCommandInput, type GetObjectLegalHoldCommandOutput, type GetObjectLockConfigurationCommandInput, type GetObjectLockConfigurationCommandOutput, type GetObjectRetentionCommandInput, type GetObjectRetentionCommandOutput, type GetObjectTaggingCommandInput, type GetObjectTaggingCommandOutput, type GetObjectTorrentCommandInput, type GetObjectTorrentCommandOutput, type GetPublicAccessBlockCommandInput, type GetPublicAccessBlockCommandOutput, type HeadBucketCommandInput, type HeadBucketCommandOutput, type HeadObjectCommandInput, type HeadObjectCommandOutput, type ListBucketAnalyticsConfigurationsCommandInput, type ListBucketAnalyticsConfigurationsCommandOutput, type ListBucketIntelligentTieringConfigurationsCommandInput, type ListBucketIntelligentTieringConfigurationsCommandOutput, type ListBucketInventoryConfigurationsCommandInput, type ListBucketInventoryConfigurationsCommandOutput, type ListBucketMetricsConfigurationsCommandInput, type ListBucketMetricsConfigurationsCommandOutput, type ListBucketsCommandInput, type ListBucketsCommandOutput, type ListDirectoryBucketsCommandInput, type ListDirectoryBucketsCommandOutput, type ListMultipartUploadsCommandInput, type ListMultipartUploadsCommandOutput, type ListObjectsCommandInput, type ListObjectsCommandOutput, type ListObjectsV2CommandInput, type ListObjectsV2CommandOutput, type ListObjectVersionsCommandInput, type ListObjectVersionsCommandOutput, type ListPartsCommandInput, type ListPartsCommandOutput, type PutBucketAccelerateConfigurationCommandInput, type PutBucketAccelerateConfigurationCommandOutput, type PutBucketAclCommandInput, type PutBucketAclCommandOutput, type PutBucketAnalyticsConfigurationCommandInput, type PutBucketAnalyticsConfigurationCommandOutput, type PutBucketCorsCommandInput, type PutBucketCorsCommandOutput, type PutBucketEncryptionCommandInput, type PutBucketEncryptionCommandOutput, type PutBucketIntelligentTieringConfigurationCommandInput, type PutBucketIntelligentTieringConfigurationCommandOutput, type PutBucketInventoryConfigurationCommandInput, type PutBucketInventoryConfigurationCommandOutput, type PutBucketLifecycleConfigurationCommandInput, type PutBucketLifecycleConfigurationCommandOutput, type PutBucketLoggingCommandInput, type PutBucketLoggingCommandOutput, type PutBucketMetricsConfigurationCommandInput, type PutBucketMetricsConfigurationCommandOutput, type PutBucketNotificationConfigurationCommandInput, type PutBucketNotificationConfigurationCommandOutput, type PutBucketOwnershipControlsCommandInput, type PutBucketOwnershipControlsCommandOutput, type PutBucketPolicyCommandInput, type PutBucketPolicyCommandOutput, type PutBucketReplicationCommandInput, type PutBucketReplicationCommandOutput, type PutBucketRequestPaymentCommandInput, type PutBucketRequestPaymentCommandOutput, type PutBucketTaggingCommandInput, type PutBucketTaggingCommandOutput, type PutBucketVersioningCommandInput, type PutBucketVersioningCommandOutput, type PutBucketWebsiteCommandInput, type PutBucketWebsiteCommandOutput, type PutObjectAclCommandInput, type PutObjectAclCommandOutput, type PutObjectCommandInput, type PutObjectCommandOutput, type PutObjectLegalHoldCommandInput, type PutObjectLegalHoldCommandOutput, type PutObjectLockConfigurationCommandInput, type PutObjectLockConfigurationCommandOutput, type PutObjectRetentionCommandInput, type PutObjectRetentionCommandOutput, type PutObjectTaggingCommandInput, type PutObjectTaggingCommandOutput, type PutPublicAccessBlockCommandInput, type PutPublicAccessBlockCommandOutput, type RestoreObjectCommandInput, type RestoreObjectCommandOutput, type S3Client, type S3ClientConfig, type SelectObjectContentCommandInput, type SelectObjectContentCommandOutput, type UploadPartCommandInput, type UploadPartCommandOutput, type UploadPartCopyCommandInput, type UploadPartCopyCommandOutput, type WriteGetObjectResponseCommandInput, type WriteGetObjectResponseCommandOutput } from "@aws-sdk/client-s3";
5
+ import type { RequestPresigningArguments } from "@aws-sdk/types";
6
+ import type { HttpHandlerOptions, SdkError, ServiceLogger } from "@effect-aws/commons";
7
+ import { Effect, Layer } from "effect";
8
+ import type { BucketAlreadyExistsError, BucketAlreadyOwnedByYouError, EncryptionTypeMismatchError, InvalidObjectStateError, InvalidRequestError, InvalidWriteOffsetError, NoSuchBucketError, NoSuchKeyError, NoSuchUploadError, NotFoundError, ObjectAlreadyInActiveTierError, ObjectNotInActiveTierError, S3ServiceError, TooManyPartsError } from "./Errors.js";
9
+ import * as Instance from "./S3ClientInstance.js";
10
+ interface S3Service$ {
11
+ readonly _: unique symbol;
12
+ /**
13
+ * @see {@link AbortMultipartUploadCommand}
14
+ */
15
+ abortMultipartUpload(args: AbortMultipartUploadCommandInput, options?: HttpHandlerOptions): Effect.Effect<AbortMultipartUploadCommandOutput, SdkError | NoSuchUploadError>;
16
+ /**
17
+ * @see {@link CompleteMultipartUploadCommand}
18
+ */
19
+ completeMultipartUpload(args: CompleteMultipartUploadCommandInput, options?: HttpHandlerOptions): Effect.Effect<CompleteMultipartUploadCommandOutput, SdkError | S3ServiceError>;
20
+ /**
21
+ * @see {@link CopyObjectCommand}
22
+ */
23
+ copyObject(args: CopyObjectCommandInput, options?: HttpHandlerOptions): Effect.Effect<CopyObjectCommandOutput, SdkError | ObjectNotInActiveTierError>;
24
+ /**
25
+ * @see {@link CreateBucketCommand}
26
+ */
27
+ createBucket(args: CreateBucketCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateBucketCommandOutput, SdkError | BucketAlreadyExistsError | BucketAlreadyOwnedByYouError>;
28
+ /**
29
+ * @see {@link CreateBucketMetadataTableConfigurationCommand}
30
+ */
31
+ createBucketMetadataTableConfiguration(args: CreateBucketMetadataTableConfigurationCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateBucketMetadataTableConfigurationCommandOutput, SdkError | S3ServiceError>;
32
+ /**
33
+ * @see {@link CreateMultipartUploadCommand}
34
+ */
35
+ createMultipartUpload(args: CreateMultipartUploadCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateMultipartUploadCommandOutput, SdkError | S3ServiceError>;
36
+ /**
37
+ * @see {@link CreateSessionCommand}
38
+ */
39
+ createSession(args: CreateSessionCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateSessionCommandOutput, SdkError | NoSuchBucketError>;
40
+ /**
41
+ * @see {@link DeleteBucketCommand}
42
+ */
43
+ deleteBucket(args: DeleteBucketCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteBucketCommandOutput, SdkError | S3ServiceError>;
44
+ /**
45
+ * @see {@link DeleteBucketAnalyticsConfigurationCommand}
46
+ */
47
+ deleteBucketAnalyticsConfiguration(args: DeleteBucketAnalyticsConfigurationCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteBucketAnalyticsConfigurationCommandOutput, SdkError | S3ServiceError>;
48
+ /**
49
+ * @see {@link DeleteBucketCorsCommand}
50
+ */
51
+ deleteBucketCors(args: DeleteBucketCorsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteBucketCorsCommandOutput, SdkError | S3ServiceError>;
52
+ /**
53
+ * @see {@link DeleteBucketEncryptionCommand}
54
+ */
55
+ deleteBucketEncryption(args: DeleteBucketEncryptionCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteBucketEncryptionCommandOutput, SdkError | S3ServiceError>;
56
+ /**
57
+ * @see {@link DeleteBucketIntelligentTieringConfigurationCommand}
58
+ */
59
+ deleteBucketIntelligentTieringConfiguration(args: DeleteBucketIntelligentTieringConfigurationCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteBucketIntelligentTieringConfigurationCommandOutput, SdkError | S3ServiceError>;
60
+ /**
61
+ * @see {@link DeleteBucketInventoryConfigurationCommand}
62
+ */
63
+ deleteBucketInventoryConfiguration(args: DeleteBucketInventoryConfigurationCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteBucketInventoryConfigurationCommandOutput, SdkError | S3ServiceError>;
64
+ /**
65
+ * @see {@link DeleteBucketLifecycleCommand}
66
+ */
67
+ deleteBucketLifecycle(args: DeleteBucketLifecycleCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteBucketLifecycleCommandOutput, SdkError | S3ServiceError>;
68
+ /**
69
+ * @see {@link DeleteBucketMetadataTableConfigurationCommand}
70
+ */
71
+ deleteBucketMetadataTableConfiguration(args: DeleteBucketMetadataTableConfigurationCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteBucketMetadataTableConfigurationCommandOutput, SdkError | S3ServiceError>;
72
+ /**
73
+ * @see {@link DeleteBucketMetricsConfigurationCommand}
74
+ */
75
+ deleteBucketMetricsConfiguration(args: DeleteBucketMetricsConfigurationCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteBucketMetricsConfigurationCommandOutput, SdkError | S3ServiceError>;
76
+ /**
77
+ * @see {@link DeleteBucketOwnershipControlsCommand}
78
+ */
79
+ deleteBucketOwnershipControls(args: DeleteBucketOwnershipControlsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteBucketOwnershipControlsCommandOutput, SdkError | S3ServiceError>;
80
+ /**
81
+ * @see {@link DeleteBucketPolicyCommand}
82
+ */
83
+ deleteBucketPolicy(args: DeleteBucketPolicyCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteBucketPolicyCommandOutput, SdkError | S3ServiceError>;
84
+ /**
85
+ * @see {@link DeleteBucketReplicationCommand}
86
+ */
87
+ deleteBucketReplication(args: DeleteBucketReplicationCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteBucketReplicationCommandOutput, SdkError | S3ServiceError>;
88
+ /**
89
+ * @see {@link DeleteBucketTaggingCommand}
90
+ */
91
+ deleteBucketTagging(args: DeleteBucketTaggingCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteBucketTaggingCommandOutput, SdkError | S3ServiceError>;
92
+ /**
93
+ * @see {@link DeleteBucketWebsiteCommand}
94
+ */
95
+ deleteBucketWebsite(args: DeleteBucketWebsiteCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteBucketWebsiteCommandOutput, SdkError | S3ServiceError>;
96
+ /**
97
+ * @see {@link DeleteObjectCommand}
98
+ */
99
+ deleteObject(args: DeleteObjectCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteObjectCommandOutput, SdkError | S3ServiceError>;
100
+ /**
101
+ * @see {@link DeleteObjectTaggingCommand}
102
+ */
103
+ deleteObjectTagging(args: DeleteObjectTaggingCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteObjectTaggingCommandOutput, SdkError | S3ServiceError>;
104
+ /**
105
+ * @see {@link DeleteObjectsCommand}
106
+ */
107
+ deleteObjects(args: DeleteObjectsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteObjectsCommandOutput, SdkError | S3ServiceError>;
108
+ /**
109
+ * @see {@link DeletePublicAccessBlockCommand}
110
+ */
111
+ deletePublicAccessBlock(args: DeletePublicAccessBlockCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeletePublicAccessBlockCommandOutput, SdkError | S3ServiceError>;
112
+ /**
113
+ * @see {@link GetBucketAccelerateConfigurationCommand}
114
+ */
115
+ getBucketAccelerateConfiguration(args: GetBucketAccelerateConfigurationCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetBucketAccelerateConfigurationCommandOutput, SdkError | S3ServiceError>;
116
+ /**
117
+ * @see {@link GetBucketAclCommand}
118
+ */
119
+ getBucketAcl(args: GetBucketAclCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetBucketAclCommandOutput, SdkError | S3ServiceError>;
120
+ /**
121
+ * @see {@link GetBucketAnalyticsConfigurationCommand}
122
+ */
123
+ getBucketAnalyticsConfiguration(args: GetBucketAnalyticsConfigurationCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetBucketAnalyticsConfigurationCommandOutput, SdkError | S3ServiceError>;
124
+ /**
125
+ * @see {@link GetBucketCorsCommand}
126
+ */
127
+ getBucketCors(args: GetBucketCorsCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetBucketCorsCommandOutput, SdkError | S3ServiceError>;
128
+ /**
129
+ * @see {@link GetBucketEncryptionCommand}
130
+ */
131
+ getBucketEncryption(args: GetBucketEncryptionCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetBucketEncryptionCommandOutput, SdkError | S3ServiceError>;
132
+ /**
133
+ * @see {@link GetBucketIntelligentTieringConfigurationCommand}
134
+ */
135
+ getBucketIntelligentTieringConfiguration(args: GetBucketIntelligentTieringConfigurationCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetBucketIntelligentTieringConfigurationCommandOutput, SdkError | S3ServiceError>;
136
+ /**
137
+ * @see {@link GetBucketInventoryConfigurationCommand}
138
+ */
139
+ getBucketInventoryConfiguration(args: GetBucketInventoryConfigurationCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetBucketInventoryConfigurationCommandOutput, SdkError | S3ServiceError>;
140
+ /**
141
+ * @see {@link GetBucketLifecycleConfigurationCommand}
142
+ */
143
+ getBucketLifecycleConfiguration(args: GetBucketLifecycleConfigurationCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetBucketLifecycleConfigurationCommandOutput, SdkError | S3ServiceError>;
144
+ /**
145
+ * @see {@link GetBucketLocationCommand}
146
+ */
147
+ getBucketLocation(args: GetBucketLocationCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetBucketLocationCommandOutput, SdkError | S3ServiceError>;
148
+ /**
149
+ * @see {@link GetBucketLoggingCommand}
150
+ */
151
+ getBucketLogging(args: GetBucketLoggingCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetBucketLoggingCommandOutput, SdkError | S3ServiceError>;
152
+ /**
153
+ * @see {@link GetBucketMetadataTableConfigurationCommand}
154
+ */
155
+ getBucketMetadataTableConfiguration(args: GetBucketMetadataTableConfigurationCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetBucketMetadataTableConfigurationCommandOutput, SdkError | S3ServiceError>;
156
+ /**
157
+ * @see {@link GetBucketMetricsConfigurationCommand}
158
+ */
159
+ getBucketMetricsConfiguration(args: GetBucketMetricsConfigurationCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetBucketMetricsConfigurationCommandOutput, SdkError | S3ServiceError>;
160
+ /**
161
+ * @see {@link GetBucketNotificationConfigurationCommand}
162
+ */
163
+ getBucketNotificationConfiguration(args: GetBucketNotificationConfigurationCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetBucketNotificationConfigurationCommandOutput, SdkError | S3ServiceError>;
164
+ /**
165
+ * @see {@link GetBucketOwnershipControlsCommand}
166
+ */
167
+ getBucketOwnershipControls(args: GetBucketOwnershipControlsCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetBucketOwnershipControlsCommandOutput, SdkError | S3ServiceError>;
168
+ /**
169
+ * @see {@link GetBucketPolicyCommand}
170
+ */
171
+ getBucketPolicy(args: GetBucketPolicyCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetBucketPolicyCommandOutput, SdkError | S3ServiceError>;
172
+ /**
173
+ * @see {@link GetBucketPolicyStatusCommand}
174
+ */
175
+ getBucketPolicyStatus(args: GetBucketPolicyStatusCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetBucketPolicyStatusCommandOutput, SdkError | S3ServiceError>;
176
+ /**
177
+ * @see {@link GetBucketReplicationCommand}
178
+ */
179
+ getBucketReplication(args: GetBucketReplicationCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetBucketReplicationCommandOutput, SdkError | S3ServiceError>;
180
+ /**
181
+ * @see {@link GetBucketRequestPaymentCommand}
182
+ */
183
+ getBucketRequestPayment(args: GetBucketRequestPaymentCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetBucketRequestPaymentCommandOutput, SdkError | S3ServiceError>;
184
+ /**
185
+ * @see {@link GetBucketTaggingCommand}
186
+ */
187
+ getBucketTagging(args: GetBucketTaggingCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetBucketTaggingCommandOutput, SdkError | S3ServiceError>;
188
+ /**
189
+ * @see {@link GetBucketVersioningCommand}
190
+ */
191
+ getBucketVersioning(args: GetBucketVersioningCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetBucketVersioningCommandOutput, SdkError | S3ServiceError>;
192
+ /**
193
+ * @see {@link GetBucketWebsiteCommand}
194
+ */
195
+ getBucketWebsite(args: GetBucketWebsiteCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetBucketWebsiteCommandOutput, SdkError | S3ServiceError>;
196
+ /**
197
+ * @see {@link GetObjectCommand}
198
+ */
199
+ getObject(args: GetObjectCommandInput, options?: {
200
+ readonly presigned?: false;
201
+ } & HttpHandlerOptions): Effect.Effect<GetObjectCommandOutput, SdkError | InvalidObjectStateError | NoSuchKeyError>;
202
+ getObject(args: GetObjectCommandInput, options?: {
203
+ readonly presigned: true;
204
+ } & RequestPresigningArguments): Effect.Effect<string, SdkError | S3ServiceError>;
205
+ /**
206
+ * @see {@link GetObjectAclCommand}
207
+ */
208
+ getObjectAcl(args: GetObjectAclCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetObjectAclCommandOutput, SdkError | NoSuchKeyError>;
209
+ /**
210
+ * @see {@link GetObjectAttributesCommand}
211
+ */
212
+ getObjectAttributes(args: GetObjectAttributesCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetObjectAttributesCommandOutput, SdkError | NoSuchKeyError>;
213
+ /**
214
+ * @see {@link GetObjectLegalHoldCommand}
215
+ */
216
+ getObjectLegalHold(args: GetObjectLegalHoldCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetObjectLegalHoldCommandOutput, SdkError | S3ServiceError>;
217
+ /**
218
+ * @see {@link GetObjectLockConfigurationCommand}
219
+ */
220
+ getObjectLockConfiguration(args: GetObjectLockConfigurationCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetObjectLockConfigurationCommandOutput, SdkError | S3ServiceError>;
221
+ /**
222
+ * @see {@link GetObjectRetentionCommand}
223
+ */
224
+ getObjectRetention(args: GetObjectRetentionCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetObjectRetentionCommandOutput, SdkError | S3ServiceError>;
225
+ /**
226
+ * @see {@link GetObjectTaggingCommand}
227
+ */
228
+ getObjectTagging(args: GetObjectTaggingCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetObjectTaggingCommandOutput, SdkError | S3ServiceError>;
229
+ /**
230
+ * @see {@link GetObjectTorrentCommand}
231
+ */
232
+ getObjectTorrent(args: GetObjectTorrentCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetObjectTorrentCommandOutput, SdkError | S3ServiceError>;
233
+ /**
234
+ * @see {@link GetPublicAccessBlockCommand}
235
+ */
236
+ getPublicAccessBlock(args: GetPublicAccessBlockCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetPublicAccessBlockCommandOutput, SdkError | S3ServiceError>;
237
+ /**
238
+ * @see {@link HeadBucketCommand}
239
+ */
240
+ headBucket(args: HeadBucketCommandInput, options?: HttpHandlerOptions): Effect.Effect<HeadBucketCommandOutput, SdkError | NotFoundError>;
241
+ /**
242
+ * @see {@link HeadObjectCommand}
243
+ */
244
+ headObject(args: HeadObjectCommandInput, options?: HttpHandlerOptions): Effect.Effect<HeadObjectCommandOutput, SdkError | NotFoundError>;
245
+ /**
246
+ * @see {@link ListBucketAnalyticsConfigurationsCommand}
247
+ */
248
+ listBucketAnalyticsConfigurations(args: ListBucketAnalyticsConfigurationsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListBucketAnalyticsConfigurationsCommandOutput, SdkError | S3ServiceError>;
249
+ /**
250
+ * @see {@link ListBucketIntelligentTieringConfigurationsCommand}
251
+ */
252
+ listBucketIntelligentTieringConfigurations(args: ListBucketIntelligentTieringConfigurationsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListBucketIntelligentTieringConfigurationsCommandOutput, SdkError | S3ServiceError>;
253
+ /**
254
+ * @see {@link ListBucketInventoryConfigurationsCommand}
255
+ */
256
+ listBucketInventoryConfigurations(args: ListBucketInventoryConfigurationsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListBucketInventoryConfigurationsCommandOutput, SdkError | S3ServiceError>;
257
+ /**
258
+ * @see {@link ListBucketMetricsConfigurationsCommand}
259
+ */
260
+ listBucketMetricsConfigurations(args: ListBucketMetricsConfigurationsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListBucketMetricsConfigurationsCommandOutput, SdkError | S3ServiceError>;
261
+ /**
262
+ * @see {@link ListBucketsCommand}
263
+ */
264
+ listBuckets(args: ListBucketsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListBucketsCommandOutput, SdkError | S3ServiceError>;
265
+ /**
266
+ * @see {@link ListDirectoryBucketsCommand}
267
+ */
268
+ listDirectoryBuckets(args: ListDirectoryBucketsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListDirectoryBucketsCommandOutput, SdkError | S3ServiceError>;
269
+ /**
270
+ * @see {@link ListMultipartUploadsCommand}
271
+ */
272
+ listMultipartUploads(args: ListMultipartUploadsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListMultipartUploadsCommandOutput, SdkError | S3ServiceError>;
273
+ /**
274
+ * @see {@link ListObjectVersionsCommand}
275
+ */
276
+ listObjectVersions(args: ListObjectVersionsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListObjectVersionsCommandOutput, SdkError | S3ServiceError>;
277
+ /**
278
+ * @see {@link ListObjectsCommand}
279
+ */
280
+ listObjects(args: ListObjectsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListObjectsCommandOutput, SdkError | NoSuchBucketError>;
281
+ /**
282
+ * @see {@link ListObjectsV2Command}
283
+ */
284
+ listObjectsV2(args: ListObjectsV2CommandInput, options?: HttpHandlerOptions): Effect.Effect<ListObjectsV2CommandOutput, SdkError | NoSuchBucketError>;
285
+ /**
286
+ * @see {@link ListPartsCommand}
287
+ */
288
+ listParts(args: ListPartsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListPartsCommandOutput, SdkError | S3ServiceError>;
289
+ /**
290
+ * @see {@link PutBucketAccelerateConfigurationCommand}
291
+ */
292
+ putBucketAccelerateConfiguration(args: PutBucketAccelerateConfigurationCommandInput, options?: HttpHandlerOptions): Effect.Effect<PutBucketAccelerateConfigurationCommandOutput, SdkError | S3ServiceError>;
293
+ /**
294
+ * @see {@link PutBucketAclCommand}
295
+ */
296
+ putBucketAcl(args: PutBucketAclCommandInput, options?: HttpHandlerOptions): Effect.Effect<PutBucketAclCommandOutput, SdkError | S3ServiceError>;
297
+ /**
298
+ * @see {@link PutBucketAnalyticsConfigurationCommand}
299
+ */
300
+ putBucketAnalyticsConfiguration(args: PutBucketAnalyticsConfigurationCommandInput, options?: HttpHandlerOptions): Effect.Effect<PutBucketAnalyticsConfigurationCommandOutput, SdkError | S3ServiceError>;
301
+ /**
302
+ * @see {@link PutBucketCorsCommand}
303
+ */
304
+ putBucketCors(args: PutBucketCorsCommandInput, options?: HttpHandlerOptions): Effect.Effect<PutBucketCorsCommandOutput, SdkError | S3ServiceError>;
305
+ /**
306
+ * @see {@link PutBucketEncryptionCommand}
307
+ */
308
+ putBucketEncryption(args: PutBucketEncryptionCommandInput, options?: HttpHandlerOptions): Effect.Effect<PutBucketEncryptionCommandOutput, SdkError | S3ServiceError>;
309
+ /**
310
+ * @see {@link PutBucketIntelligentTieringConfigurationCommand}
311
+ */
312
+ putBucketIntelligentTieringConfiguration(args: PutBucketIntelligentTieringConfigurationCommandInput, options?: HttpHandlerOptions): Effect.Effect<PutBucketIntelligentTieringConfigurationCommandOutput, SdkError | S3ServiceError>;
313
+ /**
314
+ * @see {@link PutBucketInventoryConfigurationCommand}
315
+ */
316
+ putBucketInventoryConfiguration(args: PutBucketInventoryConfigurationCommandInput, options?: HttpHandlerOptions): Effect.Effect<PutBucketInventoryConfigurationCommandOutput, SdkError | S3ServiceError>;
317
+ /**
318
+ * @see {@link PutBucketLifecycleConfigurationCommand}
319
+ */
320
+ putBucketLifecycleConfiguration(args: PutBucketLifecycleConfigurationCommandInput, options?: HttpHandlerOptions): Effect.Effect<PutBucketLifecycleConfigurationCommandOutput, SdkError | S3ServiceError>;
321
+ /**
322
+ * @see {@link PutBucketLoggingCommand}
323
+ */
324
+ putBucketLogging(args: PutBucketLoggingCommandInput, options?: HttpHandlerOptions): Effect.Effect<PutBucketLoggingCommandOutput, SdkError | S3ServiceError>;
325
+ /**
326
+ * @see {@link PutBucketMetricsConfigurationCommand}
327
+ */
328
+ putBucketMetricsConfiguration(args: PutBucketMetricsConfigurationCommandInput, options?: HttpHandlerOptions): Effect.Effect<PutBucketMetricsConfigurationCommandOutput, SdkError | S3ServiceError>;
329
+ /**
330
+ * @see {@link PutBucketNotificationConfigurationCommand}
331
+ */
332
+ putBucketNotificationConfiguration(args: PutBucketNotificationConfigurationCommandInput, options?: HttpHandlerOptions): Effect.Effect<PutBucketNotificationConfigurationCommandOutput, SdkError | S3ServiceError>;
333
+ /**
334
+ * @see {@link PutBucketOwnershipControlsCommand}
335
+ */
336
+ putBucketOwnershipControls(args: PutBucketOwnershipControlsCommandInput, options?: HttpHandlerOptions): Effect.Effect<PutBucketOwnershipControlsCommandOutput, SdkError | S3ServiceError>;
337
+ /**
338
+ * @see {@link PutBucketPolicyCommand}
339
+ */
340
+ putBucketPolicy(args: PutBucketPolicyCommandInput, options?: HttpHandlerOptions): Effect.Effect<PutBucketPolicyCommandOutput, SdkError | S3ServiceError>;
341
+ /**
342
+ * @see {@link PutBucketReplicationCommand}
343
+ */
344
+ putBucketReplication(args: PutBucketReplicationCommandInput, options?: HttpHandlerOptions): Effect.Effect<PutBucketReplicationCommandOutput, SdkError | S3ServiceError>;
345
+ /**
346
+ * @see {@link PutBucketRequestPaymentCommand}
347
+ */
348
+ putBucketRequestPayment(args: PutBucketRequestPaymentCommandInput, options?: HttpHandlerOptions): Effect.Effect<PutBucketRequestPaymentCommandOutput, SdkError | S3ServiceError>;
349
+ /**
350
+ * @see {@link PutBucketTaggingCommand}
351
+ */
352
+ putBucketTagging(args: PutBucketTaggingCommandInput, options?: HttpHandlerOptions): Effect.Effect<PutBucketTaggingCommandOutput, SdkError | S3ServiceError>;
353
+ /**
354
+ * @see {@link PutBucketVersioningCommand}
355
+ */
356
+ putBucketVersioning(args: PutBucketVersioningCommandInput, options?: HttpHandlerOptions): Effect.Effect<PutBucketVersioningCommandOutput, SdkError | S3ServiceError>;
357
+ /**
358
+ * @see {@link PutBucketWebsiteCommand}
359
+ */
360
+ putBucketWebsite(args: PutBucketWebsiteCommandInput, options?: HttpHandlerOptions): Effect.Effect<PutBucketWebsiteCommandOutput, SdkError | S3ServiceError>;
361
+ /**
362
+ * @see {@link PutObjectCommand}
363
+ */
364
+ putObject(args: PutObjectCommandInput, options?: {
365
+ readonly presigned?: false;
366
+ } & HttpHandlerOptions): Effect.Effect<PutObjectCommandOutput, SdkError | EncryptionTypeMismatchError | InvalidRequestError | InvalidWriteOffsetError | TooManyPartsError>;
367
+ putObject(args: PutObjectCommandInput, options?: {
368
+ readonly presigned: true;
369
+ } & RequestPresigningArguments): Effect.Effect<string, SdkError | S3ServiceError>;
370
+ /**
371
+ * @see {@link PutObjectAclCommand}
372
+ */
373
+ putObjectAcl(args: PutObjectAclCommandInput, options?: HttpHandlerOptions): Effect.Effect<PutObjectAclCommandOutput, SdkError | NoSuchKeyError>;
374
+ /**
375
+ * @see {@link PutObjectLegalHoldCommand}
376
+ */
377
+ putObjectLegalHold(args: PutObjectLegalHoldCommandInput, options?: HttpHandlerOptions): Effect.Effect<PutObjectLegalHoldCommandOutput, SdkError | S3ServiceError>;
378
+ /**
379
+ * @see {@link PutObjectLockConfigurationCommand}
380
+ */
381
+ putObjectLockConfiguration(args: PutObjectLockConfigurationCommandInput, options?: HttpHandlerOptions): Effect.Effect<PutObjectLockConfigurationCommandOutput, SdkError | S3ServiceError>;
382
+ /**
383
+ * @see {@link PutObjectRetentionCommand}
384
+ */
385
+ putObjectRetention(args: PutObjectRetentionCommandInput, options?: HttpHandlerOptions): Effect.Effect<PutObjectRetentionCommandOutput, SdkError | S3ServiceError>;
386
+ /**
387
+ * @see {@link PutObjectTaggingCommand}
388
+ */
389
+ putObjectTagging(args: PutObjectTaggingCommandInput, options?: HttpHandlerOptions): Effect.Effect<PutObjectTaggingCommandOutput, SdkError | S3ServiceError>;
390
+ /**
391
+ * @see {@link PutPublicAccessBlockCommand}
392
+ */
393
+ putPublicAccessBlock(args: PutPublicAccessBlockCommandInput, options?: HttpHandlerOptions): Effect.Effect<PutPublicAccessBlockCommandOutput, SdkError | S3ServiceError>;
394
+ /**
395
+ * @see {@link RestoreObjectCommand}
396
+ */
397
+ restoreObject(args: RestoreObjectCommandInput, options?: HttpHandlerOptions): Effect.Effect<RestoreObjectCommandOutput, SdkError | ObjectAlreadyInActiveTierError>;
398
+ /**
399
+ * @see {@link SelectObjectContentCommand}
400
+ */
401
+ selectObjectContent(args: SelectObjectContentCommandInput, options?: HttpHandlerOptions): Effect.Effect<SelectObjectContentCommandOutput, SdkError | S3ServiceError>;
402
+ /**
403
+ * @see {@link UploadPartCommand}
404
+ */
405
+ uploadPart(args: UploadPartCommandInput, options?: HttpHandlerOptions): Effect.Effect<UploadPartCommandOutput, SdkError | S3ServiceError>;
406
+ /**
407
+ * @see {@link UploadPartCopyCommand}
408
+ */
409
+ uploadPartCopy(args: UploadPartCopyCommandInput, options?: HttpHandlerOptions): Effect.Effect<UploadPartCopyCommandOutput, SdkError | S3ServiceError>;
410
+ /**
411
+ * @see {@link WriteGetObjectResponseCommand}
412
+ */
413
+ writeGetObjectResponse(args: WriteGetObjectResponseCommandInput, options?: HttpHandlerOptions): Effect.Effect<WriteGetObjectResponseCommandOutput, SdkError | S3ServiceError>;
414
+ }
415
+ /**
416
+ * @since 1.0.0
417
+ * @category constructors
418
+ */
419
+ export declare const makeS3Service: Effect.Effect<S3Service$, never, Instance.S3ClientInstance>;
420
+ declare const S3Service_base: import("effect/Context").TagClass<S3Service, "@effect-aws/client-s3/S3Service", S3Service$> & {
421
+ readonly _: Effect.Effect<S3Service$["_"], never, S3Service>;
422
+ abortMultipartUpload: (args: AbortMultipartUploadCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<AbortMultipartUploadCommandOutput, NoSuchUploadError | SdkError, S3Service>;
423
+ completeMultipartUpload: (args: CompleteMultipartUploadCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<CompleteMultipartUploadCommandOutput, S3ServiceError | SdkError, S3Service>;
424
+ copyObject: (args: CopyObjectCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<CopyObjectCommandOutput, ObjectNotInActiveTierError | SdkError, S3Service>;
425
+ createBucket: (args: CreateBucketCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<CreateBucketCommandOutput, BucketAlreadyExistsError | BucketAlreadyOwnedByYouError | SdkError, S3Service>;
426
+ createBucketMetadataTableConfiguration: (args: CreateBucketMetadataTableConfigurationCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<CreateBucketMetadataTableConfigurationCommandOutput, S3ServiceError | SdkError, S3Service>;
427
+ createMultipartUpload: (args: CreateMultipartUploadCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<CreateMultipartUploadCommandOutput, S3ServiceError | SdkError, S3Service>;
428
+ createSession: (args: CreateSessionCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<CreateSessionCommandOutput, NoSuchBucketError | SdkError, S3Service>;
429
+ deleteBucket: (args: DeleteBucketCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DeleteBucketCommandOutput, S3ServiceError | SdkError, S3Service>;
430
+ deleteBucketAnalyticsConfiguration: (args: DeleteBucketAnalyticsConfigurationCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DeleteBucketAnalyticsConfigurationCommandOutput, S3ServiceError | SdkError, S3Service>;
431
+ deleteBucketCors: (args: DeleteBucketCorsCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DeleteBucketCorsCommandOutput, S3ServiceError | SdkError, S3Service>;
432
+ deleteBucketEncryption: (args: DeleteBucketEncryptionCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DeleteBucketEncryptionCommandOutput, S3ServiceError | SdkError, S3Service>;
433
+ deleteBucketIntelligentTieringConfiguration: (args: DeleteBucketIntelligentTieringConfigurationCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DeleteBucketIntelligentTieringConfigurationCommandOutput, S3ServiceError | SdkError, S3Service>;
434
+ deleteBucketInventoryConfiguration: (args: DeleteBucketInventoryConfigurationCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DeleteBucketInventoryConfigurationCommandOutput, S3ServiceError | SdkError, S3Service>;
435
+ deleteBucketLifecycle: (args: DeleteBucketLifecycleCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DeleteBucketLifecycleCommandOutput, S3ServiceError | SdkError, S3Service>;
436
+ deleteBucketMetadataTableConfiguration: (args: DeleteBucketMetadataTableConfigurationCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DeleteBucketMetadataTableConfigurationCommandOutput, S3ServiceError | SdkError, S3Service>;
437
+ deleteBucketMetricsConfiguration: (args: DeleteBucketMetricsConfigurationCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DeleteBucketMetricsConfigurationCommandOutput, S3ServiceError | SdkError, S3Service>;
438
+ deleteBucketOwnershipControls: (args: DeleteBucketOwnershipControlsCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DeleteBucketOwnershipControlsCommandOutput, S3ServiceError | SdkError, S3Service>;
439
+ deleteBucketPolicy: (args: DeleteBucketPolicyCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DeleteBucketPolicyCommandOutput, S3ServiceError | SdkError, S3Service>;
440
+ deleteBucketReplication: (args: DeleteBucketReplicationCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DeleteBucketReplicationCommandOutput, S3ServiceError | SdkError, S3Service>;
441
+ deleteBucketTagging: (args: DeleteBucketTaggingCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DeleteBucketTaggingCommandOutput, S3ServiceError | SdkError, S3Service>;
442
+ deleteBucketWebsite: (args: DeleteBucketWebsiteCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DeleteBucketWebsiteCommandOutput, S3ServiceError | SdkError, S3Service>;
443
+ deleteObject: (args: DeleteObjectCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DeleteObjectCommandOutput, S3ServiceError | SdkError, S3Service>;
444
+ deleteObjectTagging: (args: DeleteObjectTaggingCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DeleteObjectTaggingCommandOutput, S3ServiceError | SdkError, S3Service>;
445
+ deleteObjects: (args: DeleteObjectsCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DeleteObjectsCommandOutput, S3ServiceError | SdkError, S3Service>;
446
+ deletePublicAccessBlock: (args: DeletePublicAccessBlockCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DeletePublicAccessBlockCommandOutput, S3ServiceError | SdkError, S3Service>;
447
+ getBucketAccelerateConfiguration: (args: GetBucketAccelerateConfigurationCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<GetBucketAccelerateConfigurationCommandOutput, S3ServiceError | SdkError, S3Service>;
448
+ getBucketAcl: (args: GetBucketAclCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<GetBucketAclCommandOutput, S3ServiceError | SdkError, S3Service>;
449
+ getBucketAnalyticsConfiguration: (args: GetBucketAnalyticsConfigurationCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<GetBucketAnalyticsConfigurationCommandOutput, S3ServiceError | SdkError, S3Service>;
450
+ getBucketCors: (args: GetBucketCorsCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<GetBucketCorsCommandOutput, S3ServiceError | SdkError, S3Service>;
451
+ getBucketEncryption: (args: GetBucketEncryptionCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<GetBucketEncryptionCommandOutput, S3ServiceError | SdkError, S3Service>;
452
+ getBucketIntelligentTieringConfiguration: (args: GetBucketIntelligentTieringConfigurationCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<GetBucketIntelligentTieringConfigurationCommandOutput, S3ServiceError | SdkError, S3Service>;
453
+ getBucketInventoryConfiguration: (args: GetBucketInventoryConfigurationCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<GetBucketInventoryConfigurationCommandOutput, S3ServiceError | SdkError, S3Service>;
454
+ getBucketLifecycleConfiguration: (args: GetBucketLifecycleConfigurationCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<GetBucketLifecycleConfigurationCommandOutput, S3ServiceError | SdkError, S3Service>;
455
+ getBucketLocation: (args: GetBucketLocationCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<GetBucketLocationCommandOutput, S3ServiceError | SdkError, S3Service>;
456
+ getBucketLogging: (args: GetBucketLoggingCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<GetBucketLoggingCommandOutput, S3ServiceError | SdkError, S3Service>;
457
+ getBucketMetadataTableConfiguration: (args: GetBucketMetadataTableConfigurationCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<GetBucketMetadataTableConfigurationCommandOutput, S3ServiceError | SdkError, S3Service>;
458
+ getBucketMetricsConfiguration: (args: GetBucketMetricsConfigurationCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<GetBucketMetricsConfigurationCommandOutput, S3ServiceError | SdkError, S3Service>;
459
+ getBucketNotificationConfiguration: (args: GetBucketNotificationConfigurationCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<GetBucketNotificationConfigurationCommandOutput, S3ServiceError | SdkError, S3Service>;
460
+ getBucketOwnershipControls: (args: GetBucketOwnershipControlsCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<GetBucketOwnershipControlsCommandOutput, S3ServiceError | SdkError, S3Service>;
461
+ getBucketPolicy: (args: GetBucketPolicyCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<GetBucketPolicyCommandOutput, S3ServiceError | SdkError, S3Service>;
462
+ getBucketPolicyStatus: (args: GetBucketPolicyStatusCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<GetBucketPolicyStatusCommandOutput, S3ServiceError | SdkError, S3Service>;
463
+ getBucketReplication: (args: GetBucketReplicationCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<GetBucketReplicationCommandOutput, S3ServiceError | SdkError, S3Service>;
464
+ getBucketRequestPayment: (args: GetBucketRequestPaymentCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<GetBucketRequestPaymentCommandOutput, S3ServiceError | SdkError, S3Service>;
465
+ getBucketTagging: (args: GetBucketTaggingCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<GetBucketTaggingCommandOutput, S3ServiceError | SdkError, S3Service>;
466
+ getBucketVersioning: (args: GetBucketVersioningCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<GetBucketVersioningCommandOutput, S3ServiceError | SdkError, S3Service>;
467
+ getBucketWebsite: (args: GetBucketWebsiteCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<GetBucketWebsiteCommandOutput, S3ServiceError | SdkError, S3Service>;
468
+ getObjectAcl: (args: GetObjectAclCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<GetObjectAclCommandOutput, NoSuchKeyError | SdkError, S3Service>;
469
+ getObjectAttributes: (args: GetObjectAttributesCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<GetObjectAttributesCommandOutput, NoSuchKeyError | SdkError, S3Service>;
470
+ getObjectLegalHold: (args: GetObjectLegalHoldCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<GetObjectLegalHoldCommandOutput, S3ServiceError | SdkError, S3Service>;
471
+ getObjectLockConfiguration: (args: GetObjectLockConfigurationCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<GetObjectLockConfigurationCommandOutput, S3ServiceError | SdkError, S3Service>;
472
+ getObjectRetention: (args: GetObjectRetentionCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<GetObjectRetentionCommandOutput, S3ServiceError | SdkError, S3Service>;
473
+ getObjectTagging: (args: GetObjectTaggingCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<GetObjectTaggingCommandOutput, S3ServiceError | SdkError, S3Service>;
474
+ getObjectTorrent: (args: GetObjectTorrentCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<GetObjectTorrentCommandOutput, S3ServiceError | SdkError, S3Service>;
475
+ getPublicAccessBlock: (args: GetPublicAccessBlockCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<GetPublicAccessBlockCommandOutput, S3ServiceError | SdkError, S3Service>;
476
+ headBucket: (args: HeadBucketCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<HeadBucketCommandOutput, NotFoundError | SdkError, S3Service>;
477
+ headObject: (args: HeadObjectCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<HeadObjectCommandOutput, NotFoundError | SdkError, S3Service>;
478
+ listBucketAnalyticsConfigurations: (args: ListBucketAnalyticsConfigurationsCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<ListBucketAnalyticsConfigurationsCommandOutput, S3ServiceError | SdkError, S3Service>;
479
+ listBucketIntelligentTieringConfigurations: (args: ListBucketIntelligentTieringConfigurationsCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<ListBucketIntelligentTieringConfigurationsCommandOutput, S3ServiceError | SdkError, S3Service>;
480
+ listBucketInventoryConfigurations: (args: ListBucketInventoryConfigurationsCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<ListBucketInventoryConfigurationsCommandOutput, S3ServiceError | SdkError, S3Service>;
481
+ listBucketMetricsConfigurations: (args: ListBucketMetricsConfigurationsCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<ListBucketMetricsConfigurationsCommandOutput, S3ServiceError | SdkError, S3Service>;
482
+ listBuckets: (args: ListBucketsCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<ListBucketsCommandOutput, S3ServiceError | SdkError, S3Service>;
483
+ listDirectoryBuckets: (args: ListDirectoryBucketsCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<ListDirectoryBucketsCommandOutput, S3ServiceError | SdkError, S3Service>;
484
+ listMultipartUploads: (args: ListMultipartUploadsCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<ListMultipartUploadsCommandOutput, S3ServiceError | SdkError, S3Service>;
485
+ listObjectVersions: (args: ListObjectVersionsCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<ListObjectVersionsCommandOutput, S3ServiceError | SdkError, S3Service>;
486
+ listObjects: (args: ListObjectsCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<ListObjectsCommandOutput, NoSuchBucketError | SdkError, S3Service>;
487
+ listObjectsV2: (args: ListObjectsV2CommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<ListObjectsV2CommandOutput, NoSuchBucketError | SdkError, S3Service>;
488
+ listParts: (args: ListPartsCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<ListPartsCommandOutput, S3ServiceError | SdkError, S3Service>;
489
+ putBucketAccelerateConfiguration: (args: PutBucketAccelerateConfigurationCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<PutBucketAccelerateConfigurationCommandOutput, S3ServiceError | SdkError, S3Service>;
490
+ putBucketAcl: (args: PutBucketAclCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<PutBucketAclCommandOutput, S3ServiceError | SdkError, S3Service>;
491
+ putBucketAnalyticsConfiguration: (args: PutBucketAnalyticsConfigurationCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<PutBucketAnalyticsConfigurationCommandOutput, S3ServiceError | SdkError, S3Service>;
492
+ putBucketCors: (args: PutBucketCorsCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<PutBucketCorsCommandOutput, S3ServiceError | SdkError, S3Service>;
493
+ putBucketEncryption: (args: PutBucketEncryptionCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<PutBucketEncryptionCommandOutput, S3ServiceError | SdkError, S3Service>;
494
+ putBucketIntelligentTieringConfiguration: (args: PutBucketIntelligentTieringConfigurationCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<PutBucketIntelligentTieringConfigurationCommandOutput, S3ServiceError | SdkError, S3Service>;
495
+ putBucketInventoryConfiguration: (args: PutBucketInventoryConfigurationCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<PutBucketInventoryConfigurationCommandOutput, S3ServiceError | SdkError, S3Service>;
496
+ putBucketLifecycleConfiguration: (args: PutBucketLifecycleConfigurationCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<PutBucketLifecycleConfigurationCommandOutput, S3ServiceError | SdkError, S3Service>;
497
+ putBucketLogging: (args: PutBucketLoggingCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<PutBucketLoggingCommandOutput, S3ServiceError | SdkError, S3Service>;
498
+ putBucketMetricsConfiguration: (args: PutBucketMetricsConfigurationCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<PutBucketMetricsConfigurationCommandOutput, S3ServiceError | SdkError, S3Service>;
499
+ putBucketNotificationConfiguration: (args: PutBucketNotificationConfigurationCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<PutBucketNotificationConfigurationCommandOutput, S3ServiceError | SdkError, S3Service>;
500
+ putBucketOwnershipControls: (args: PutBucketOwnershipControlsCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<PutBucketOwnershipControlsCommandOutput, S3ServiceError | SdkError, S3Service>;
501
+ putBucketPolicy: (args: PutBucketPolicyCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<PutBucketPolicyCommandOutput, S3ServiceError | SdkError, S3Service>;
502
+ putBucketReplication: (args: PutBucketReplicationCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<PutBucketReplicationCommandOutput, S3ServiceError | SdkError, S3Service>;
503
+ putBucketRequestPayment: (args: PutBucketRequestPaymentCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<PutBucketRequestPaymentCommandOutput, S3ServiceError | SdkError, S3Service>;
504
+ putBucketTagging: (args: PutBucketTaggingCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<PutBucketTaggingCommandOutput, S3ServiceError | SdkError, S3Service>;
505
+ putBucketVersioning: (args: PutBucketVersioningCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<PutBucketVersioningCommandOutput, S3ServiceError | SdkError, S3Service>;
506
+ putBucketWebsite: (args: PutBucketWebsiteCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<PutBucketWebsiteCommandOutput, S3ServiceError | SdkError, S3Service>;
507
+ putObjectAcl: (args: PutObjectAclCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<PutObjectAclCommandOutput, NoSuchKeyError | SdkError, S3Service>;
508
+ putObjectLegalHold: (args: PutObjectLegalHoldCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<PutObjectLegalHoldCommandOutput, S3ServiceError | SdkError, S3Service>;
509
+ putObjectLockConfiguration: (args: PutObjectLockConfigurationCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<PutObjectLockConfigurationCommandOutput, S3ServiceError | SdkError, S3Service>;
510
+ putObjectRetention: (args: PutObjectRetentionCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<PutObjectRetentionCommandOutput, S3ServiceError | SdkError, S3Service>;
511
+ putObjectTagging: (args: PutObjectTaggingCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<PutObjectTaggingCommandOutput, S3ServiceError | SdkError, S3Service>;
512
+ putPublicAccessBlock: (args: PutPublicAccessBlockCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<PutPublicAccessBlockCommandOutput, S3ServiceError | SdkError, S3Service>;
513
+ restoreObject: (args: RestoreObjectCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<RestoreObjectCommandOutput, ObjectAlreadyInActiveTierError | SdkError, S3Service>;
514
+ selectObjectContent: (args: SelectObjectContentCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<SelectObjectContentCommandOutput, S3ServiceError | SdkError, S3Service>;
515
+ uploadPart: (args: UploadPartCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<UploadPartCommandOutput, S3ServiceError | SdkError, S3Service>;
516
+ uploadPartCopy: (args: UploadPartCopyCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<UploadPartCopyCommandOutput, S3ServiceError | SdkError, S3Service>;
517
+ writeGetObjectResponse: (args: WriteGetObjectResponseCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<WriteGetObjectResponseCommandOutput, S3ServiceError | SdkError, S3Service>;
518
+ } & {
519
+ use: <X>(body: (_: S3Service$) => X) => X extends Effect.Effect<infer A, infer E, infer R> ? Effect.Effect<A, E, S3Service | R> : Effect.Effect<X, never, S3Service>;
520
+ };
521
+ /**
522
+ * @since 1.0.0
523
+ * @category models
524
+ */
525
+ export declare class S3Service extends S3Service_base {
526
+ static readonly getObject: S3Service$["getObject"];
527
+ static readonly putObject: S3Service$["putObject"];
528
+ static readonly defaultLayer: Layer.Layer<S3Service, never, never>;
529
+ static readonly layer: (config: S3Service.Config) => Layer.Layer<S3Service, never, never>;
530
+ static readonly baseLayer: (evaluate: (defaultConfig: S3ClientConfig) => S3Client) => Layer.Layer<S3Service, never, never>;
531
+ }
532
+ /**
533
+ * @since 1.0.0
534
+ */
535
+ export declare namespace S3Service {
536
+ /**
537
+ * @since 1.0.0
538
+ */
539
+ interface Config extends Omit<S3ClientConfig, "logger"> {
540
+ readonly logger?: ServiceLogger.ServiceLoggerConstructorProps | true;
541
+ }
542
+ }
543
+ export {};
544
+ //# sourceMappingURL=S3Service.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"S3Service.d.ts","sourceRoot":"","sources":["../../src/S3Service.ts"],"names":[],"mappings":"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"}