@effect-aws/client-s3 1.0.1 → 1.1.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.
@@ -15,389 +15,389 @@ export interface S3Service {
15
15
  /**
16
16
  * @see {@link AbortMultipartUploadCommand}
17
17
  */
18
- readonly abortMultipartUpload: (args: AbortMultipartUploadCommandInput, options?: __HttpHandlerOptions) => Effect.Effect<never, SdkError | S3ServiceError, AbortMultipartUploadCommandOutput>;
18
+ readonly abortMultipartUpload: (args: AbortMultipartUploadCommandInput, options?: __HttpHandlerOptions) => Effect.Effect<AbortMultipartUploadCommandOutput, SdkError | S3ServiceError>;
19
19
  /**
20
20
  * @see {@link CompleteMultipartUploadCommand}
21
21
  */
22
- readonly completeMultipartUpload: (args: CompleteMultipartUploadCommandInput, options?: __HttpHandlerOptions) => Effect.Effect<never, SdkError | S3ServiceError, CompleteMultipartUploadCommandOutput>;
22
+ readonly completeMultipartUpload: (args: CompleteMultipartUploadCommandInput, options?: __HttpHandlerOptions) => Effect.Effect<CompleteMultipartUploadCommandOutput, SdkError | S3ServiceError>;
23
23
  /**
24
24
  * @see {@link CopyObjectCommand}
25
25
  */
26
- readonly copyObject: (args: CopyObjectCommandInput, options?: __HttpHandlerOptions) => Effect.Effect<never, SdkError | S3ServiceError, CopyObjectCommandOutput>;
26
+ readonly copyObject: (args: CopyObjectCommandInput, options?: __HttpHandlerOptions) => Effect.Effect<CopyObjectCommandOutput, SdkError | S3ServiceError>;
27
27
  /**
28
28
  * @see {@link CreateBucketCommand}
29
29
  */
30
- readonly createBucket: (args: CreateBucketCommandInput, options?: __HttpHandlerOptions) => Effect.Effect<never, SdkError | S3ServiceError, CreateBucketCommandOutput>;
30
+ readonly createBucket: (args: CreateBucketCommandInput, options?: __HttpHandlerOptions) => Effect.Effect<CreateBucketCommandOutput, SdkError | S3ServiceError>;
31
31
  /**
32
32
  * @see {@link CreateMultipartUploadCommand}
33
33
  */
34
- readonly createMultipartUpload: (args: CreateMultipartUploadCommandInput, options?: __HttpHandlerOptions) => Effect.Effect<never, SdkError | S3ServiceError, CreateMultipartUploadCommandOutput>;
34
+ readonly createMultipartUpload: (args: CreateMultipartUploadCommandInput, options?: __HttpHandlerOptions) => Effect.Effect<CreateMultipartUploadCommandOutput, SdkError | S3ServiceError>;
35
35
  /**
36
36
  * @see {@link DeleteBucketCommand}
37
37
  */
38
- readonly deleteBucket: (args: DeleteBucketCommandInput, options?: __HttpHandlerOptions) => Effect.Effect<never, SdkError | S3ServiceError, DeleteBucketCommandOutput>;
38
+ readonly deleteBucket: (args: DeleteBucketCommandInput, options?: __HttpHandlerOptions) => Effect.Effect<DeleteBucketCommandOutput, SdkError | S3ServiceError>;
39
39
  /**
40
40
  * @see {@link DeleteBucketAnalyticsConfigurationCommand}
41
41
  */
42
- readonly deleteBucketAnalyticsConfiguration: (args: DeleteBucketAnalyticsConfigurationCommandInput, options?: __HttpHandlerOptions) => Effect.Effect<never, SdkError | S3ServiceError, DeleteBucketAnalyticsConfigurationCommandOutput>;
42
+ readonly deleteBucketAnalyticsConfiguration: (args: DeleteBucketAnalyticsConfigurationCommandInput, options?: __HttpHandlerOptions) => Effect.Effect<DeleteBucketAnalyticsConfigurationCommandOutput, SdkError | S3ServiceError>;
43
43
  /**
44
44
  * @see {@link DeleteBucketCorsCommand}
45
45
  */
46
- readonly deleteBucketCors: (args: DeleteBucketCorsCommandInput, options?: __HttpHandlerOptions) => Effect.Effect<never, SdkError | S3ServiceError, DeleteBucketCorsCommandOutput>;
46
+ readonly deleteBucketCors: (args: DeleteBucketCorsCommandInput, options?: __HttpHandlerOptions) => Effect.Effect<DeleteBucketCorsCommandOutput, SdkError | S3ServiceError>;
47
47
  /**
48
48
  * @see {@link DeleteBucketEncryptionCommand}
49
49
  */
50
- readonly deleteBucketEncryption: (args: DeleteBucketEncryptionCommandInput, options?: __HttpHandlerOptions) => Effect.Effect<never, SdkError | S3ServiceError, DeleteBucketEncryptionCommandOutput>;
50
+ readonly deleteBucketEncryption: (args: DeleteBucketEncryptionCommandInput, options?: __HttpHandlerOptions) => Effect.Effect<DeleteBucketEncryptionCommandOutput, SdkError | S3ServiceError>;
51
51
  /**
52
52
  * @see {@link DeleteBucketIntelligentTieringConfigurationCommand}
53
53
  */
54
- readonly deleteBucketIntelligentTieringConfiguration: (args: DeleteBucketIntelligentTieringConfigurationCommandInput, options?: __HttpHandlerOptions) => Effect.Effect<never, SdkError | S3ServiceError, DeleteBucketIntelligentTieringConfigurationCommandOutput>;
54
+ readonly deleteBucketIntelligentTieringConfiguration: (args: DeleteBucketIntelligentTieringConfigurationCommandInput, options?: __HttpHandlerOptions) => Effect.Effect<DeleteBucketIntelligentTieringConfigurationCommandOutput, SdkError | S3ServiceError>;
55
55
  /**
56
56
  * @see {@link DeleteBucketInventoryConfigurationCommand}
57
57
  */
58
- readonly deleteBucketInventoryConfiguration: (args: DeleteBucketInventoryConfigurationCommandInput, options?: __HttpHandlerOptions) => Effect.Effect<never, SdkError | S3ServiceError, DeleteBucketInventoryConfigurationCommandOutput>;
58
+ readonly deleteBucketInventoryConfiguration: (args: DeleteBucketInventoryConfigurationCommandInput, options?: __HttpHandlerOptions) => Effect.Effect<DeleteBucketInventoryConfigurationCommandOutput, SdkError | S3ServiceError>;
59
59
  /**
60
60
  * @see {@link DeleteBucketLifecycleCommand}
61
61
  */
62
- readonly deleteBucketLifecycle: (args: DeleteBucketLifecycleCommandInput, options?: __HttpHandlerOptions) => Effect.Effect<never, SdkError | S3ServiceError, DeleteBucketLifecycleCommandOutput>;
62
+ readonly deleteBucketLifecycle: (args: DeleteBucketLifecycleCommandInput, options?: __HttpHandlerOptions) => Effect.Effect<DeleteBucketLifecycleCommandOutput, SdkError | S3ServiceError>;
63
63
  /**
64
64
  * @see {@link DeleteBucketMetricsConfigurationCommand}
65
65
  */
66
- readonly deleteBucketMetricsConfiguration: (args: DeleteBucketMetricsConfigurationCommandInput, options?: __HttpHandlerOptions) => Effect.Effect<never, SdkError | S3ServiceError, DeleteBucketMetricsConfigurationCommandOutput>;
66
+ readonly deleteBucketMetricsConfiguration: (args: DeleteBucketMetricsConfigurationCommandInput, options?: __HttpHandlerOptions) => Effect.Effect<DeleteBucketMetricsConfigurationCommandOutput, SdkError | S3ServiceError>;
67
67
  /**
68
68
  * @see {@link DeleteBucketOwnershipControlsCommand}
69
69
  */
70
- readonly deleteBucketOwnershipControls: (args: DeleteBucketOwnershipControlsCommandInput, options?: __HttpHandlerOptions) => Effect.Effect<never, SdkError | S3ServiceError, DeleteBucketOwnershipControlsCommandOutput>;
70
+ readonly deleteBucketOwnershipControls: (args: DeleteBucketOwnershipControlsCommandInput, options?: __HttpHandlerOptions) => Effect.Effect<DeleteBucketOwnershipControlsCommandOutput, SdkError | S3ServiceError>;
71
71
  /**
72
72
  * @see {@link DeleteBucketPolicyCommand}
73
73
  */
74
- readonly deleteBucketPolicy: (args: DeleteBucketPolicyCommandInput, options?: __HttpHandlerOptions) => Effect.Effect<never, SdkError | S3ServiceError, DeleteBucketPolicyCommandOutput>;
74
+ readonly deleteBucketPolicy: (args: DeleteBucketPolicyCommandInput, options?: __HttpHandlerOptions) => Effect.Effect<DeleteBucketPolicyCommandOutput, SdkError | S3ServiceError>;
75
75
  /**
76
76
  * @see {@link DeleteBucketReplicationCommand}
77
77
  */
78
- readonly deleteBucketReplication: (args: DeleteBucketReplicationCommandInput, options?: __HttpHandlerOptions) => Effect.Effect<never, SdkError | S3ServiceError, DeleteBucketReplicationCommandOutput>;
78
+ readonly deleteBucketReplication: (args: DeleteBucketReplicationCommandInput, options?: __HttpHandlerOptions) => Effect.Effect<DeleteBucketReplicationCommandOutput, SdkError | S3ServiceError>;
79
79
  /**
80
80
  * @see {@link DeleteBucketTaggingCommand}
81
81
  */
82
- readonly deleteBucketTagging: (args: DeleteBucketTaggingCommandInput, options?: __HttpHandlerOptions) => Effect.Effect<never, SdkError | S3ServiceError, DeleteBucketTaggingCommandOutput>;
82
+ readonly deleteBucketTagging: (args: DeleteBucketTaggingCommandInput, options?: __HttpHandlerOptions) => Effect.Effect<DeleteBucketTaggingCommandOutput, SdkError | S3ServiceError>;
83
83
  /**
84
84
  * @see {@link DeleteBucketWebsiteCommand}
85
85
  */
86
- readonly deleteBucketWebsite: (args: DeleteBucketWebsiteCommandInput, options?: __HttpHandlerOptions) => Effect.Effect<never, SdkError | S3ServiceError, DeleteBucketWebsiteCommandOutput>;
86
+ readonly deleteBucketWebsite: (args: DeleteBucketWebsiteCommandInput, options?: __HttpHandlerOptions) => Effect.Effect<DeleteBucketWebsiteCommandOutput, SdkError | S3ServiceError>;
87
87
  /**
88
88
  * @see {@link DeleteObjectCommand}
89
89
  */
90
- readonly deleteObject: (args: DeleteObjectCommandInput, options?: __HttpHandlerOptions) => Effect.Effect<never, SdkError | S3ServiceError, DeleteObjectCommandOutput>;
90
+ readonly deleteObject: (args: DeleteObjectCommandInput, options?: __HttpHandlerOptions) => Effect.Effect<DeleteObjectCommandOutput, SdkError | S3ServiceError>;
91
91
  /**
92
92
  * @see {@link DeleteObjectsCommand}
93
93
  */
94
- readonly deleteObjects: (args: DeleteObjectsCommandInput, options?: __HttpHandlerOptions) => Effect.Effect<never, SdkError | S3ServiceError, DeleteObjectsCommandOutput>;
94
+ readonly deleteObjects: (args: DeleteObjectsCommandInput, options?: __HttpHandlerOptions) => Effect.Effect<DeleteObjectsCommandOutput, SdkError | S3ServiceError>;
95
95
  /**
96
96
  * @see {@link DeleteObjectTaggingCommand}
97
97
  */
98
- readonly deleteObjectTagging: (args: DeleteObjectTaggingCommandInput, options?: __HttpHandlerOptions) => Effect.Effect<never, SdkError | S3ServiceError, DeleteObjectTaggingCommandOutput>;
98
+ readonly deleteObjectTagging: (args: DeleteObjectTaggingCommandInput, options?: __HttpHandlerOptions) => Effect.Effect<DeleteObjectTaggingCommandOutput, SdkError | S3ServiceError>;
99
99
  /**
100
100
  * @see {@link DeletePublicAccessBlockCommand}
101
101
  */
102
- readonly deletePublicAccessBlock: (args: DeletePublicAccessBlockCommandInput, options?: __HttpHandlerOptions) => Effect.Effect<never, SdkError | S3ServiceError, DeletePublicAccessBlockCommandOutput>;
102
+ readonly deletePublicAccessBlock: (args: DeletePublicAccessBlockCommandInput, options?: __HttpHandlerOptions) => Effect.Effect<DeletePublicAccessBlockCommandOutput, SdkError | S3ServiceError>;
103
103
  /**
104
104
  * @see {@link GetBucketAccelerateConfigurationCommand}
105
105
  */
106
- readonly getBucketAccelerateConfiguration: (args: GetBucketAccelerateConfigurationCommandInput, options?: __HttpHandlerOptions) => Effect.Effect<never, SdkError | S3ServiceError, GetBucketAccelerateConfigurationCommandOutput>;
106
+ readonly getBucketAccelerateConfiguration: (args: GetBucketAccelerateConfigurationCommandInput, options?: __HttpHandlerOptions) => Effect.Effect<GetBucketAccelerateConfigurationCommandOutput, SdkError | S3ServiceError>;
107
107
  /**
108
108
  * @see {@link GetBucketAclCommand}
109
109
  */
110
- readonly getBucketAcl: (args: GetBucketAclCommandInput, options?: __HttpHandlerOptions) => Effect.Effect<never, SdkError | S3ServiceError, GetBucketAclCommandOutput>;
110
+ readonly getBucketAcl: (args: GetBucketAclCommandInput, options?: __HttpHandlerOptions) => Effect.Effect<GetBucketAclCommandOutput, SdkError | S3ServiceError>;
111
111
  /**
112
112
  * @see {@link GetBucketAnalyticsConfigurationCommand}
113
113
  */
114
- readonly getBucketAnalyticsConfiguration: (args: GetBucketAnalyticsConfigurationCommandInput, options?: __HttpHandlerOptions) => Effect.Effect<never, SdkError | S3ServiceError, GetBucketAnalyticsConfigurationCommandOutput>;
114
+ readonly getBucketAnalyticsConfiguration: (args: GetBucketAnalyticsConfigurationCommandInput, options?: __HttpHandlerOptions) => Effect.Effect<GetBucketAnalyticsConfigurationCommandOutput, SdkError | S3ServiceError>;
115
115
  /**
116
116
  * @see {@link GetBucketCorsCommand}
117
117
  */
118
- readonly getBucketCors: (args: GetBucketCorsCommandInput, options?: __HttpHandlerOptions) => Effect.Effect<never, SdkError | S3ServiceError, GetBucketCorsCommandOutput>;
118
+ readonly getBucketCors: (args: GetBucketCorsCommandInput, options?: __HttpHandlerOptions) => Effect.Effect<GetBucketCorsCommandOutput, SdkError | S3ServiceError>;
119
119
  /**
120
120
  * @see {@link GetBucketEncryptionCommand}
121
121
  */
122
- readonly getBucketEncryption: (args: GetBucketEncryptionCommandInput, options?: __HttpHandlerOptions) => Effect.Effect<never, SdkError | S3ServiceError, GetBucketEncryptionCommandOutput>;
122
+ readonly getBucketEncryption: (args: GetBucketEncryptionCommandInput, options?: __HttpHandlerOptions) => Effect.Effect<GetBucketEncryptionCommandOutput, SdkError | S3ServiceError>;
123
123
  /**
124
124
  * @see {@link GetBucketIntelligentTieringConfigurationCommand}
125
125
  */
126
- readonly getBucketIntelligentTieringConfiguration: (args: GetBucketIntelligentTieringConfigurationCommandInput, options?: __HttpHandlerOptions) => Effect.Effect<never, SdkError | S3ServiceError, GetBucketIntelligentTieringConfigurationCommandOutput>;
126
+ readonly getBucketIntelligentTieringConfiguration: (args: GetBucketIntelligentTieringConfigurationCommandInput, options?: __HttpHandlerOptions) => Effect.Effect<GetBucketIntelligentTieringConfigurationCommandOutput, SdkError | S3ServiceError>;
127
127
  /**
128
128
  * @see {@link GetBucketInventoryConfigurationCommand}
129
129
  */
130
- readonly getBucketInventoryConfiguration: (args: GetBucketInventoryConfigurationCommandInput, options?: __HttpHandlerOptions) => Effect.Effect<never, SdkError | S3ServiceError, GetBucketInventoryConfigurationCommandOutput>;
130
+ readonly getBucketInventoryConfiguration: (args: GetBucketInventoryConfigurationCommandInput, options?: __HttpHandlerOptions) => Effect.Effect<GetBucketInventoryConfigurationCommandOutput, SdkError | S3ServiceError>;
131
131
  /**
132
132
  * @see {@link GetBucketLifecycleConfigurationCommand}
133
133
  */
134
- readonly getBucketLifecycleConfiguration: (args: GetBucketLifecycleConfigurationCommandInput, options?: __HttpHandlerOptions) => Effect.Effect<never, SdkError | S3ServiceError, GetBucketLifecycleConfigurationCommandOutput>;
134
+ readonly getBucketLifecycleConfiguration: (args: GetBucketLifecycleConfigurationCommandInput, options?: __HttpHandlerOptions) => Effect.Effect<GetBucketLifecycleConfigurationCommandOutput, SdkError | S3ServiceError>;
135
135
  /**
136
136
  * @see {@link GetBucketLocationCommand}
137
137
  */
138
- readonly getBucketLocation: (args: GetBucketLocationCommandInput, options?: __HttpHandlerOptions) => Effect.Effect<never, SdkError | S3ServiceError, GetBucketLocationCommandOutput>;
138
+ readonly getBucketLocation: (args: GetBucketLocationCommandInput, options?: __HttpHandlerOptions) => Effect.Effect<GetBucketLocationCommandOutput, SdkError | S3ServiceError>;
139
139
  /**
140
140
  * @see {@link GetBucketLoggingCommand}
141
141
  */
142
- readonly getBucketLogging: (args: GetBucketLoggingCommandInput, options?: __HttpHandlerOptions) => Effect.Effect<never, SdkError | S3ServiceError, GetBucketLoggingCommandOutput>;
142
+ readonly getBucketLogging: (args: GetBucketLoggingCommandInput, options?: __HttpHandlerOptions) => Effect.Effect<GetBucketLoggingCommandOutput, SdkError | S3ServiceError>;
143
143
  /**
144
144
  * @see {@link GetBucketMetricsConfigurationCommand}
145
145
  */
146
- readonly getBucketMetricsConfiguration: (args: GetBucketMetricsConfigurationCommandInput, options?: __HttpHandlerOptions) => Effect.Effect<never, SdkError | S3ServiceError, GetBucketMetricsConfigurationCommandOutput>;
146
+ readonly getBucketMetricsConfiguration: (args: GetBucketMetricsConfigurationCommandInput, options?: __HttpHandlerOptions) => Effect.Effect<GetBucketMetricsConfigurationCommandOutput, SdkError | S3ServiceError>;
147
147
  /**
148
148
  * @see {@link GetBucketNotificationConfigurationCommand}
149
149
  */
150
- readonly getBucketNotificationConfiguration: (args: GetBucketNotificationConfigurationCommandInput, options?: __HttpHandlerOptions) => Effect.Effect<never, SdkError | S3ServiceError, GetBucketNotificationConfigurationCommandOutput>;
150
+ readonly getBucketNotificationConfiguration: (args: GetBucketNotificationConfigurationCommandInput, options?: __HttpHandlerOptions) => Effect.Effect<GetBucketNotificationConfigurationCommandOutput, SdkError | S3ServiceError>;
151
151
  /**
152
152
  * @see {@link GetBucketOwnershipControlsCommand}
153
153
  */
154
- readonly getBucketOwnershipControls: (args: GetBucketOwnershipControlsCommandInput, options?: __HttpHandlerOptions) => Effect.Effect<never, SdkError | S3ServiceError, GetBucketOwnershipControlsCommandOutput>;
154
+ readonly getBucketOwnershipControls: (args: GetBucketOwnershipControlsCommandInput, options?: __HttpHandlerOptions) => Effect.Effect<GetBucketOwnershipControlsCommandOutput, SdkError | S3ServiceError>;
155
155
  /**
156
156
  * @see {@link GetBucketPolicyCommand}
157
157
  */
158
- readonly getBucketPolicy: (args: GetBucketPolicyCommandInput, options?: __HttpHandlerOptions) => Effect.Effect<never, SdkError | S3ServiceError, GetBucketPolicyCommandOutput>;
158
+ readonly getBucketPolicy: (args: GetBucketPolicyCommandInput, options?: __HttpHandlerOptions) => Effect.Effect<GetBucketPolicyCommandOutput, SdkError | S3ServiceError>;
159
159
  /**
160
160
  * @see {@link GetBucketPolicyStatusCommand}
161
161
  */
162
- readonly getBucketPolicyStatus: (args: GetBucketPolicyStatusCommandInput, options?: __HttpHandlerOptions) => Effect.Effect<never, SdkError | S3ServiceError, GetBucketPolicyStatusCommandOutput>;
162
+ readonly getBucketPolicyStatus: (args: GetBucketPolicyStatusCommandInput, options?: __HttpHandlerOptions) => Effect.Effect<GetBucketPolicyStatusCommandOutput, SdkError | S3ServiceError>;
163
163
  /**
164
164
  * @see {@link GetBucketReplicationCommand}
165
165
  */
166
- readonly getBucketReplication: (args: GetBucketReplicationCommandInput, options?: __HttpHandlerOptions) => Effect.Effect<never, SdkError | S3ServiceError, GetBucketReplicationCommandOutput>;
166
+ readonly getBucketReplication: (args: GetBucketReplicationCommandInput, options?: __HttpHandlerOptions) => Effect.Effect<GetBucketReplicationCommandOutput, SdkError | S3ServiceError>;
167
167
  /**
168
168
  * @see {@link GetBucketRequestPaymentCommand}
169
169
  */
170
- readonly getBucketRequestPayment: (args: GetBucketRequestPaymentCommandInput, options?: __HttpHandlerOptions) => Effect.Effect<never, SdkError | S3ServiceError, GetBucketRequestPaymentCommandOutput>;
170
+ readonly getBucketRequestPayment: (args: GetBucketRequestPaymentCommandInput, options?: __HttpHandlerOptions) => Effect.Effect<GetBucketRequestPaymentCommandOutput, SdkError | S3ServiceError>;
171
171
  /**
172
172
  * @see {@link GetBucketTaggingCommand}
173
173
  */
174
- readonly getBucketTagging: (args: GetBucketTaggingCommandInput, options?: __HttpHandlerOptions) => Effect.Effect<never, SdkError | S3ServiceError, GetBucketTaggingCommandOutput>;
174
+ readonly getBucketTagging: (args: GetBucketTaggingCommandInput, options?: __HttpHandlerOptions) => Effect.Effect<GetBucketTaggingCommandOutput, SdkError | S3ServiceError>;
175
175
  /**
176
176
  * @see {@link GetBucketVersioningCommand}
177
177
  */
178
- readonly getBucketVersioning: (args: GetBucketVersioningCommandInput, options?: __HttpHandlerOptions) => Effect.Effect<never, SdkError | S3ServiceError, GetBucketVersioningCommandOutput>;
178
+ readonly getBucketVersioning: (args: GetBucketVersioningCommandInput, options?: __HttpHandlerOptions) => Effect.Effect<GetBucketVersioningCommandOutput, SdkError | S3ServiceError>;
179
179
  /**
180
180
  * @see {@link GetBucketWebsiteCommand}
181
181
  */
182
- readonly getBucketWebsite: (args: GetBucketWebsiteCommandInput, options?: __HttpHandlerOptions) => Effect.Effect<never, SdkError | S3ServiceError, GetBucketWebsiteCommandOutput>;
182
+ readonly getBucketWebsite: (args: GetBucketWebsiteCommandInput, options?: __HttpHandlerOptions) => Effect.Effect<GetBucketWebsiteCommandOutput, SdkError | S3ServiceError>;
183
183
  /**
184
184
  * @see {@link GetObjectCommand}
185
185
  */
186
186
  readonly getObject: {
187
187
  (args: GetObjectCommandInput, options?: {
188
188
  readonly presigned?: false;
189
- } & __HttpHandlerOptions): Effect.Effect<never, SdkError | S3ServiceError, GetObjectCommandOutput>;
189
+ } & __HttpHandlerOptions): Effect.Effect<GetObjectCommandOutput, SdkError | S3ServiceError>;
190
190
  (args: GetObjectCommandInput, options?: {
191
191
  readonly presigned: true;
192
- } & RequestPresigningArguments): Effect.Effect<never, SdkError | S3ServiceError, string>;
192
+ } & RequestPresigningArguments): Effect.Effect<string, SdkError | S3ServiceError>;
193
193
  };
194
194
  /**
195
195
  * @see {@link GetObjectAclCommand}
196
196
  */
197
- readonly getObjectAcl: (args: GetObjectAclCommandInput, options?: __HttpHandlerOptions) => Effect.Effect<never, SdkError | S3ServiceError, GetObjectAclCommandOutput>;
197
+ readonly getObjectAcl: (args: GetObjectAclCommandInput, options?: __HttpHandlerOptions) => Effect.Effect<GetObjectAclCommandOutput, SdkError | S3ServiceError>;
198
198
  /**
199
199
  * @see {@link GetObjectAttributesCommand}
200
200
  */
201
- readonly getObjectAttributes: (args: GetObjectAttributesCommandInput, options?: __HttpHandlerOptions) => Effect.Effect<never, SdkError | S3ServiceError, GetObjectAttributesCommandOutput>;
201
+ readonly getObjectAttributes: (args: GetObjectAttributesCommandInput, options?: __HttpHandlerOptions) => Effect.Effect<GetObjectAttributesCommandOutput, SdkError | S3ServiceError>;
202
202
  /**
203
203
  * @see {@link GetObjectLegalHoldCommand}
204
204
  */
205
- readonly getObjectLegalHold: (args: GetObjectLegalHoldCommandInput, options?: __HttpHandlerOptions) => Effect.Effect<never, SdkError | S3ServiceError, GetObjectLegalHoldCommandOutput>;
205
+ readonly getObjectLegalHold: (args: GetObjectLegalHoldCommandInput, options?: __HttpHandlerOptions) => Effect.Effect<GetObjectLegalHoldCommandOutput, SdkError | S3ServiceError>;
206
206
  /**
207
207
  * @see {@link GetObjectLockConfigurationCommand}
208
208
  */
209
- readonly getObjectLockConfiguration: (args: GetObjectLockConfigurationCommandInput, options?: __HttpHandlerOptions) => Effect.Effect<never, SdkError | S3ServiceError, GetObjectLockConfigurationCommandOutput>;
209
+ readonly getObjectLockConfiguration: (args: GetObjectLockConfigurationCommandInput, options?: __HttpHandlerOptions) => Effect.Effect<GetObjectLockConfigurationCommandOutput, SdkError | S3ServiceError>;
210
210
  /**
211
211
  * @see {@link GetObjectRetentionCommand}
212
212
  */
213
- readonly getObjectRetention: (args: GetObjectRetentionCommandInput, options?: __HttpHandlerOptions) => Effect.Effect<never, SdkError | S3ServiceError, GetObjectRetentionCommandOutput>;
213
+ readonly getObjectRetention: (args: GetObjectRetentionCommandInput, options?: __HttpHandlerOptions) => Effect.Effect<GetObjectRetentionCommandOutput, SdkError | S3ServiceError>;
214
214
  /**
215
215
  * @see {@link GetObjectTaggingCommand}
216
216
  */
217
- readonly getObjectTagging: (args: GetObjectTaggingCommandInput, options?: __HttpHandlerOptions) => Effect.Effect<never, SdkError | S3ServiceError, GetObjectTaggingCommandOutput>;
217
+ readonly getObjectTagging: (args: GetObjectTaggingCommandInput, options?: __HttpHandlerOptions) => Effect.Effect<GetObjectTaggingCommandOutput, SdkError | S3ServiceError>;
218
218
  /**
219
219
  * @see {@link GetObjectTorrentCommand}
220
220
  */
221
- readonly getObjectTorrent: (args: GetObjectTorrentCommandInput, options?: __HttpHandlerOptions) => Effect.Effect<never, SdkError | S3ServiceError, GetObjectTorrentCommandOutput>;
221
+ readonly getObjectTorrent: (args: GetObjectTorrentCommandInput, options?: __HttpHandlerOptions) => Effect.Effect<GetObjectTorrentCommandOutput, SdkError | S3ServiceError>;
222
222
  /**
223
223
  * @see {@link GetPublicAccessBlockCommand}
224
224
  */
225
- readonly getPublicAccessBlock: (args: GetPublicAccessBlockCommandInput, options?: __HttpHandlerOptions) => Effect.Effect<never, SdkError | S3ServiceError, GetPublicAccessBlockCommandOutput>;
225
+ readonly getPublicAccessBlock: (args: GetPublicAccessBlockCommandInput, options?: __HttpHandlerOptions) => Effect.Effect<GetPublicAccessBlockCommandOutput, SdkError | S3ServiceError>;
226
226
  /**
227
227
  * @see {@link HeadBucketCommand}
228
228
  */
229
- readonly headBucket: (args: HeadBucketCommandInput, options?: __HttpHandlerOptions) => Effect.Effect<never, SdkError | S3ServiceError, HeadBucketCommandOutput>;
229
+ readonly headBucket: (args: HeadBucketCommandInput, options?: __HttpHandlerOptions) => Effect.Effect<HeadBucketCommandOutput, SdkError | S3ServiceError>;
230
230
  /**
231
231
  * @see {@link HeadObjectCommand}
232
232
  */
233
- readonly headObject: (args: HeadObjectCommandInput, options?: __HttpHandlerOptions) => Effect.Effect<never, SdkError | S3ServiceError, HeadObjectCommandOutput>;
233
+ readonly headObject: (args: HeadObjectCommandInput, options?: __HttpHandlerOptions) => Effect.Effect<HeadObjectCommandOutput, SdkError | S3ServiceError>;
234
234
  /**
235
235
  * @see {@link ListBucketAnalyticsConfigurationsCommand}
236
236
  */
237
- readonly listBucketAnalyticsConfigurations: (args: ListBucketAnalyticsConfigurationsCommandInput, options?: __HttpHandlerOptions) => Effect.Effect<never, SdkError | S3ServiceError, ListBucketAnalyticsConfigurationsCommandOutput>;
237
+ readonly listBucketAnalyticsConfigurations: (args: ListBucketAnalyticsConfigurationsCommandInput, options?: __HttpHandlerOptions) => Effect.Effect<ListBucketAnalyticsConfigurationsCommandOutput, SdkError | S3ServiceError>;
238
238
  /**
239
239
  * @see {@link ListBucketIntelligentTieringConfigurationsCommand}
240
240
  */
241
- readonly listBucketIntelligentTieringConfigurations: (args: ListBucketIntelligentTieringConfigurationsCommandInput, options?: __HttpHandlerOptions) => Effect.Effect<never, SdkError | S3ServiceError, ListBucketIntelligentTieringConfigurationsCommandOutput>;
241
+ readonly listBucketIntelligentTieringConfigurations: (args: ListBucketIntelligentTieringConfigurationsCommandInput, options?: __HttpHandlerOptions) => Effect.Effect<ListBucketIntelligentTieringConfigurationsCommandOutput, SdkError | S3ServiceError>;
242
242
  /**
243
243
  * @see {@link ListBucketInventoryConfigurationsCommand}
244
244
  */
245
- readonly listBucketInventoryConfigurations: (args: ListBucketInventoryConfigurationsCommandInput, options?: __HttpHandlerOptions) => Effect.Effect<never, SdkError | S3ServiceError, ListBucketInventoryConfigurationsCommandOutput>;
245
+ readonly listBucketInventoryConfigurations: (args: ListBucketInventoryConfigurationsCommandInput, options?: __HttpHandlerOptions) => Effect.Effect<ListBucketInventoryConfigurationsCommandOutput, SdkError | S3ServiceError>;
246
246
  /**
247
247
  * @see {@link ListBucketMetricsConfigurationsCommand}
248
248
  */
249
- readonly listBucketMetricsConfigurations: (args: ListBucketMetricsConfigurationsCommandInput, options?: __HttpHandlerOptions) => Effect.Effect<never, SdkError | S3ServiceError, ListBucketMetricsConfigurationsCommandOutput>;
249
+ readonly listBucketMetricsConfigurations: (args: ListBucketMetricsConfigurationsCommandInput, options?: __HttpHandlerOptions) => Effect.Effect<ListBucketMetricsConfigurationsCommandOutput, SdkError | S3ServiceError>;
250
250
  /**
251
251
  * @see {@link ListBucketsCommand}
252
252
  */
253
- readonly listBuckets: (args: ListBucketsCommandInput, options?: __HttpHandlerOptions) => Effect.Effect<never, SdkError | S3ServiceError, ListBucketsCommandOutput>;
253
+ readonly listBuckets: (args: ListBucketsCommandInput, options?: __HttpHandlerOptions) => Effect.Effect<ListBucketsCommandOutput, SdkError | S3ServiceError>;
254
254
  /**
255
255
  * @see {@link ListMultipartUploadsCommand}
256
256
  */
257
- readonly listMultipartUploads: (args: ListMultipartUploadsCommandInput, options?: __HttpHandlerOptions) => Effect.Effect<never, SdkError | S3ServiceError, ListMultipartUploadsCommandOutput>;
257
+ readonly listMultipartUploads: (args: ListMultipartUploadsCommandInput, options?: __HttpHandlerOptions) => Effect.Effect<ListMultipartUploadsCommandOutput, SdkError | S3ServiceError>;
258
258
  /**
259
259
  * @see {@link ListObjectsCommand}
260
260
  */
261
- readonly listObjects: (args: ListObjectsCommandInput, options?: __HttpHandlerOptions) => Effect.Effect<never, SdkError | S3ServiceError, ListObjectsCommandOutput>;
261
+ readonly listObjects: (args: ListObjectsCommandInput, options?: __HttpHandlerOptions) => Effect.Effect<ListObjectsCommandOutput, SdkError | S3ServiceError>;
262
262
  /**
263
263
  * @see {@link ListObjectsV2Command}
264
264
  */
265
- readonly listObjectsV2: (args: ListObjectsV2CommandInput, options?: __HttpHandlerOptions) => Effect.Effect<never, SdkError | S3ServiceError, ListObjectsV2CommandOutput>;
265
+ readonly listObjectsV2: (args: ListObjectsV2CommandInput, options?: __HttpHandlerOptions) => Effect.Effect<ListObjectsV2CommandOutput, SdkError | S3ServiceError>;
266
266
  /**
267
267
  * @see {@link ListObjectVersionsCommand}
268
268
  */
269
- readonly listObjectVersions: (args: ListObjectVersionsCommandInput, options?: __HttpHandlerOptions) => Effect.Effect<never, SdkError | S3ServiceError, ListObjectVersionsCommandOutput>;
269
+ readonly listObjectVersions: (args: ListObjectVersionsCommandInput, options?: __HttpHandlerOptions) => Effect.Effect<ListObjectVersionsCommandOutput, SdkError | S3ServiceError>;
270
270
  /**
271
271
  * @see {@link ListPartsCommand}
272
272
  */
273
- readonly listParts: (args: ListPartsCommandInput, options?: __HttpHandlerOptions) => Effect.Effect<never, SdkError | S3ServiceError, ListPartsCommandOutput>;
273
+ readonly listParts: (args: ListPartsCommandInput, options?: __HttpHandlerOptions) => Effect.Effect<ListPartsCommandOutput, SdkError | S3ServiceError>;
274
274
  /**
275
275
  * @see {@link PutBucketAccelerateConfigurationCommand}
276
276
  */
277
- readonly putBucketAccelerateConfiguration: (args: PutBucketAccelerateConfigurationCommandInput, options?: __HttpHandlerOptions) => Effect.Effect<never, SdkError | S3ServiceError, PutBucketAccelerateConfigurationCommandOutput>;
277
+ readonly putBucketAccelerateConfiguration: (args: PutBucketAccelerateConfigurationCommandInput, options?: __HttpHandlerOptions) => Effect.Effect<PutBucketAccelerateConfigurationCommandOutput, SdkError | S3ServiceError>;
278
278
  /**
279
279
  * @see {@link PutBucketAclCommand}
280
280
  */
281
- readonly putBucketAcl: (args: PutBucketAclCommandInput, options?: __HttpHandlerOptions) => Effect.Effect<never, SdkError | S3ServiceError, PutBucketAclCommandOutput>;
281
+ readonly putBucketAcl: (args: PutBucketAclCommandInput, options?: __HttpHandlerOptions) => Effect.Effect<PutBucketAclCommandOutput, SdkError | S3ServiceError>;
282
282
  /**
283
283
  * @see {@link PutBucketAnalyticsConfigurationCommand}
284
284
  */
285
- readonly putBucketAnalyticsConfiguration: (args: PutBucketAnalyticsConfigurationCommandInput, options?: __HttpHandlerOptions) => Effect.Effect<never, SdkError | S3ServiceError, PutBucketAnalyticsConfigurationCommandOutput>;
285
+ readonly putBucketAnalyticsConfiguration: (args: PutBucketAnalyticsConfigurationCommandInput, options?: __HttpHandlerOptions) => Effect.Effect<PutBucketAnalyticsConfigurationCommandOutput, SdkError | S3ServiceError>;
286
286
  /**
287
287
  * @see {@link PutBucketCorsCommand}
288
288
  */
289
- readonly putBucketCors: (args: PutBucketCorsCommandInput, options?: __HttpHandlerOptions) => Effect.Effect<never, SdkError | S3ServiceError, PutBucketCorsCommandOutput>;
289
+ readonly putBucketCors: (args: PutBucketCorsCommandInput, options?: __HttpHandlerOptions) => Effect.Effect<PutBucketCorsCommandOutput, SdkError | S3ServiceError>;
290
290
  /**
291
291
  * @see {@link PutBucketEncryptionCommand}
292
292
  */
293
- readonly putBucketEncryption: (args: PutBucketEncryptionCommandInput, options?: __HttpHandlerOptions) => Effect.Effect<never, SdkError | S3ServiceError, PutBucketEncryptionCommandOutput>;
293
+ readonly putBucketEncryption: (args: PutBucketEncryptionCommandInput, options?: __HttpHandlerOptions) => Effect.Effect<PutBucketEncryptionCommandOutput, SdkError | S3ServiceError>;
294
294
  /**
295
295
  * @see {@link PutBucketIntelligentTieringConfigurationCommand}
296
296
  */
297
- readonly putBucketIntelligentTieringConfiguration: (args: PutBucketIntelligentTieringConfigurationCommandInput, options?: __HttpHandlerOptions) => Effect.Effect<never, SdkError | S3ServiceError, PutBucketIntelligentTieringConfigurationCommandOutput>;
297
+ readonly putBucketIntelligentTieringConfiguration: (args: PutBucketIntelligentTieringConfigurationCommandInput, options?: __HttpHandlerOptions) => Effect.Effect<PutBucketIntelligentTieringConfigurationCommandOutput, SdkError | S3ServiceError>;
298
298
  /**
299
299
  * @see {@link PutBucketInventoryConfigurationCommand}
300
300
  */
301
- readonly putBucketInventoryConfiguration: (args: PutBucketInventoryConfigurationCommandInput, options?: __HttpHandlerOptions) => Effect.Effect<never, SdkError | S3ServiceError, PutBucketInventoryConfigurationCommandOutput>;
301
+ readonly putBucketInventoryConfiguration: (args: PutBucketInventoryConfigurationCommandInput, options?: __HttpHandlerOptions) => Effect.Effect<PutBucketInventoryConfigurationCommandOutput, SdkError | S3ServiceError>;
302
302
  /**
303
303
  * @see {@link PutBucketLifecycleConfigurationCommand}
304
304
  */
305
- readonly putBucketLifecycleConfiguration: (args: PutBucketLifecycleConfigurationCommandInput, options?: __HttpHandlerOptions) => Effect.Effect<never, SdkError | S3ServiceError, PutBucketLifecycleConfigurationCommandOutput>;
305
+ readonly putBucketLifecycleConfiguration: (args: PutBucketLifecycleConfigurationCommandInput, options?: __HttpHandlerOptions) => Effect.Effect<PutBucketLifecycleConfigurationCommandOutput, SdkError | S3ServiceError>;
306
306
  /**
307
307
  * @see {@link PutBucketLoggingCommand}
308
308
  */
309
- readonly putBucketLogging: (args: PutBucketLoggingCommandInput, options?: __HttpHandlerOptions) => Effect.Effect<never, SdkError | S3ServiceError, PutBucketLoggingCommandOutput>;
309
+ readonly putBucketLogging: (args: PutBucketLoggingCommandInput, options?: __HttpHandlerOptions) => Effect.Effect<PutBucketLoggingCommandOutput, SdkError | S3ServiceError>;
310
310
  /**
311
311
  * @see {@link PutBucketMetricsConfigurationCommand}
312
312
  */
313
- readonly putBucketMetricsConfiguration: (args: PutBucketMetricsConfigurationCommandInput, options?: __HttpHandlerOptions) => Effect.Effect<never, SdkError | S3ServiceError, PutBucketMetricsConfigurationCommandOutput>;
313
+ readonly putBucketMetricsConfiguration: (args: PutBucketMetricsConfigurationCommandInput, options?: __HttpHandlerOptions) => Effect.Effect<PutBucketMetricsConfigurationCommandOutput, SdkError | S3ServiceError>;
314
314
  /**
315
315
  * @see {@link PutBucketNotificationConfigurationCommand}
316
316
  */
317
- readonly putBucketNotificationConfiguration: (args: PutBucketNotificationConfigurationCommandInput, options?: __HttpHandlerOptions) => Effect.Effect<never, SdkError | S3ServiceError, PutBucketNotificationConfigurationCommandOutput>;
317
+ readonly putBucketNotificationConfiguration: (args: PutBucketNotificationConfigurationCommandInput, options?: __HttpHandlerOptions) => Effect.Effect<PutBucketNotificationConfigurationCommandOutput, SdkError | S3ServiceError>;
318
318
  /**
319
319
  * @see {@link PutBucketOwnershipControlsCommand}
320
320
  */
321
- readonly putBucketOwnershipControls: (args: PutBucketOwnershipControlsCommandInput, options?: __HttpHandlerOptions) => Effect.Effect<never, SdkError | S3ServiceError, PutBucketOwnershipControlsCommandOutput>;
321
+ readonly putBucketOwnershipControls: (args: PutBucketOwnershipControlsCommandInput, options?: __HttpHandlerOptions) => Effect.Effect<PutBucketOwnershipControlsCommandOutput, SdkError | S3ServiceError>;
322
322
  /**
323
323
  * @see {@link PutBucketPolicyCommand}
324
324
  */
325
- readonly putBucketPolicy: (args: PutBucketPolicyCommandInput, options?: __HttpHandlerOptions) => Effect.Effect<never, SdkError | S3ServiceError, PutBucketPolicyCommandOutput>;
325
+ readonly putBucketPolicy: (args: PutBucketPolicyCommandInput, options?: __HttpHandlerOptions) => Effect.Effect<PutBucketPolicyCommandOutput, SdkError | S3ServiceError>;
326
326
  /**
327
327
  * @see {@link PutBucketReplicationCommand}
328
328
  */
329
- readonly putBucketReplication: (args: PutBucketReplicationCommandInput, options?: __HttpHandlerOptions) => Effect.Effect<never, SdkError | S3ServiceError, PutBucketReplicationCommandOutput>;
329
+ readonly putBucketReplication: (args: PutBucketReplicationCommandInput, options?: __HttpHandlerOptions) => Effect.Effect<PutBucketReplicationCommandOutput, SdkError | S3ServiceError>;
330
330
  /**
331
331
  * @see {@link PutBucketRequestPaymentCommand}
332
332
  */
333
- readonly putBucketRequestPayment: (args: PutBucketRequestPaymentCommandInput, options?: __HttpHandlerOptions) => Effect.Effect<never, SdkError | S3ServiceError, PutBucketRequestPaymentCommandOutput>;
333
+ readonly putBucketRequestPayment: (args: PutBucketRequestPaymentCommandInput, options?: __HttpHandlerOptions) => Effect.Effect<PutBucketRequestPaymentCommandOutput, SdkError | S3ServiceError>;
334
334
  /**
335
335
  * @see {@link PutBucketTaggingCommand}
336
336
  */
337
- readonly putBucketTagging: (args: PutBucketTaggingCommandInput, options?: __HttpHandlerOptions) => Effect.Effect<never, SdkError | S3ServiceError, PutBucketTaggingCommandOutput>;
337
+ readonly putBucketTagging: (args: PutBucketTaggingCommandInput, options?: __HttpHandlerOptions) => Effect.Effect<PutBucketTaggingCommandOutput, SdkError | S3ServiceError>;
338
338
  /**
339
339
  * @see {@link PutBucketVersioningCommand}
340
340
  */
341
- readonly putBucketVersioning: (args: PutBucketVersioningCommandInput, options?: __HttpHandlerOptions) => Effect.Effect<never, SdkError | S3ServiceError, PutBucketVersioningCommandOutput>;
341
+ readonly putBucketVersioning: (args: PutBucketVersioningCommandInput, options?: __HttpHandlerOptions) => Effect.Effect<PutBucketVersioningCommandOutput, SdkError | S3ServiceError>;
342
342
  /**
343
343
  * @see {@link PutBucketWebsiteCommand}
344
344
  */
345
- readonly putBucketWebsite: (args: PutBucketWebsiteCommandInput, options?: __HttpHandlerOptions) => Effect.Effect<never, SdkError | S3ServiceError, PutBucketWebsiteCommandOutput>;
345
+ readonly putBucketWebsite: (args: PutBucketWebsiteCommandInput, options?: __HttpHandlerOptions) => Effect.Effect<PutBucketWebsiteCommandOutput, SdkError | S3ServiceError>;
346
346
  /**
347
347
  * @see {@link PutObjectCommand}
348
348
  */
349
349
  readonly putObject: {
350
350
  (args: PutObjectCommandInput, options?: {
351
351
  readonly presigned?: false;
352
- } & __HttpHandlerOptions): Effect.Effect<never, SdkError | S3ServiceError, PutObjectCommandOutput>;
352
+ } & __HttpHandlerOptions): Effect.Effect<PutObjectCommandOutput, SdkError | S3ServiceError>;
353
353
  (args: PutObjectCommandInput, options?: {
354
354
  readonly presigned: true;
355
- } & RequestPresigningArguments): Effect.Effect<never, SdkError | S3ServiceError, string>;
355
+ } & RequestPresigningArguments): Effect.Effect<string, SdkError | S3ServiceError>;
356
356
  };
357
357
  /**
358
358
  * @see {@link PutObjectAclCommand}
359
359
  */
360
- readonly putObjectAcl: (args: PutObjectAclCommandInput, options?: __HttpHandlerOptions) => Effect.Effect<never, SdkError | S3ServiceError, PutObjectAclCommandOutput>;
360
+ readonly putObjectAcl: (args: PutObjectAclCommandInput, options?: __HttpHandlerOptions) => Effect.Effect<PutObjectAclCommandOutput, SdkError | S3ServiceError>;
361
361
  /**
362
362
  * @see {@link PutObjectLegalHoldCommand}
363
363
  */
364
- readonly putObjectLegalHold: (args: PutObjectLegalHoldCommandInput, options?: __HttpHandlerOptions) => Effect.Effect<never, SdkError | S3ServiceError, PutObjectLegalHoldCommandOutput>;
364
+ readonly putObjectLegalHold: (args: PutObjectLegalHoldCommandInput, options?: __HttpHandlerOptions) => Effect.Effect<PutObjectLegalHoldCommandOutput, SdkError | S3ServiceError>;
365
365
  /**
366
366
  * @see {@link PutObjectLockConfigurationCommand}
367
367
  */
368
- readonly putObjectLockConfiguration: (args: PutObjectLockConfigurationCommandInput, options?: __HttpHandlerOptions) => Effect.Effect<never, SdkError | S3ServiceError, PutObjectLockConfigurationCommandOutput>;
368
+ readonly putObjectLockConfiguration: (args: PutObjectLockConfigurationCommandInput, options?: __HttpHandlerOptions) => Effect.Effect<PutObjectLockConfigurationCommandOutput, SdkError | S3ServiceError>;
369
369
  /**
370
370
  * @see {@link PutObjectRetentionCommand}
371
371
  */
372
- readonly putObjectRetention: (args: PutObjectRetentionCommandInput, options?: __HttpHandlerOptions) => Effect.Effect<never, SdkError | S3ServiceError, PutObjectRetentionCommandOutput>;
372
+ readonly putObjectRetention: (args: PutObjectRetentionCommandInput, options?: __HttpHandlerOptions) => Effect.Effect<PutObjectRetentionCommandOutput, SdkError | S3ServiceError>;
373
373
  /**
374
374
  * @see {@link PutObjectTaggingCommand}
375
375
  */
376
- readonly putObjectTagging: (args: PutObjectTaggingCommandInput, options?: __HttpHandlerOptions) => Effect.Effect<never, SdkError | S3ServiceError, PutObjectTaggingCommandOutput>;
376
+ readonly putObjectTagging: (args: PutObjectTaggingCommandInput, options?: __HttpHandlerOptions) => Effect.Effect<PutObjectTaggingCommandOutput, SdkError | S3ServiceError>;
377
377
  /**
378
378
  * @see {@link PutPublicAccessBlockCommand}
379
379
  */
380
- readonly putPublicAccessBlock: (args: PutPublicAccessBlockCommandInput, options?: __HttpHandlerOptions) => Effect.Effect<never, SdkError | S3ServiceError, PutPublicAccessBlockCommandOutput>;
380
+ readonly putPublicAccessBlock: (args: PutPublicAccessBlockCommandInput, options?: __HttpHandlerOptions) => Effect.Effect<PutPublicAccessBlockCommandOutput, SdkError | S3ServiceError>;
381
381
  /**
382
382
  * @see {@link RestoreObjectCommand}
383
383
  */
384
- readonly restoreObject: (args: RestoreObjectCommandInput, options?: __HttpHandlerOptions) => Effect.Effect<never, SdkError | S3ServiceError, RestoreObjectCommandOutput>;
384
+ readonly restoreObject: (args: RestoreObjectCommandInput, options?: __HttpHandlerOptions) => Effect.Effect<RestoreObjectCommandOutput, SdkError | S3ServiceError>;
385
385
  /**
386
386
  * @see {@link SelectObjectContentCommand}
387
387
  */
388
- readonly selectObjectContent: (args: SelectObjectContentCommandInput, options?: __HttpHandlerOptions) => Effect.Effect<never, SdkError | S3ServiceError, SelectObjectContentCommandOutput>;
388
+ readonly selectObjectContent: (args: SelectObjectContentCommandInput, options?: __HttpHandlerOptions) => Effect.Effect<SelectObjectContentCommandOutput, SdkError | S3ServiceError>;
389
389
  /**
390
390
  * @see {@link UploadPartCommand}
391
391
  */
392
- readonly uploadPart: (args: UploadPartCommandInput, options?: __HttpHandlerOptions) => Effect.Effect<never, SdkError | S3ServiceError, UploadPartCommandOutput>;
392
+ readonly uploadPart: (args: UploadPartCommandInput, options?: __HttpHandlerOptions) => Effect.Effect<UploadPartCommandOutput, SdkError | S3ServiceError>;
393
393
  /**
394
394
  * @see {@link UploadPartCopyCommand}
395
395
  */
396
- readonly uploadPartCopy: (args: UploadPartCopyCommandInput, options?: __HttpHandlerOptions) => Effect.Effect<never, SdkError | S3ServiceError, UploadPartCopyCommandOutput>;
396
+ readonly uploadPartCopy: (args: UploadPartCopyCommandInput, options?: __HttpHandlerOptions) => Effect.Effect<UploadPartCopyCommandOutput, SdkError | S3ServiceError>;
397
397
  /**
398
398
  * @see {@link WriteGetObjectResponseCommand}
399
399
  */
400
- readonly writeGetObjectResponse: (args: WriteGetObjectResponseCommandInput, options?: __HttpHandlerOptions) => Effect.Effect<never, SdkError | S3ServiceError, WriteGetObjectResponseCommandOutput>;
400
+ readonly writeGetObjectResponse: (args: WriteGetObjectResponseCommandInput, options?: __HttpHandlerOptions) => Effect.Effect<WriteGetObjectResponseCommandOutput, SdkError | S3ServiceError>;
401
401
  }
402
402
  /**
403
403
  * @since 1.0.0
@@ -408,34 +408,34 @@ export declare const S3Service: Context.Tag<S3Service, S3Service>;
408
408
  * @since 1.0.0
409
409
  * @category constructors
410
410
  */
411
- export declare const makeS3Service: Effect.Effect<S3ClientInstance, never, S3Service>;
411
+ export declare const makeS3Service: Effect.Effect<S3Service, never, S3ClientInstance>;
412
412
  /**
413
413
  * @since 1.0.0
414
414
  * @category layers
415
415
  */
416
- export declare const BaseS3ServiceLayer: Layer.Layer<S3ClientInstance, never, S3Service>;
416
+ export declare const BaseS3ServiceLayer: Layer.Layer<S3Service, never, S3ClientInstance>;
417
417
  /**
418
418
  * @since 1.0.0
419
419
  * @category layers
420
420
  */
421
- export declare const S3ServiceLayer: Layer.Layer<import("./S3ClientInstanceConfig").S3ClientInstanceConfig, never, S3Service>;
421
+ export declare const S3ServiceLayer: Layer.Layer<S3Service, never, import("./S3ClientInstanceConfig").S3ClientInstanceConfig>;
422
422
  /**
423
423
  * @since 1.0.0
424
424
  * @category layers
425
425
  */
426
- export declare const DefaultS3ServiceLayer: Layer.Layer<never, never, S3Service>;
426
+ export declare const DefaultS3ServiceLayer: Layer.Layer<S3Service, never, never>;
427
427
  /**
428
428
  * @since 0.1.0
429
429
  * @deprecated
430
430
  */
431
- export declare const BaseS3ServiceEffect: Effect.Effect<S3ClientInstance, never, S3Service>;
431
+ export declare const BaseS3ServiceEffect: Effect.Effect<S3Service, never, S3ClientInstance>;
432
432
  /**
433
433
  * @since 0.1.0
434
434
  * @deprecated
435
435
  */
436
- export declare const S3ServiceEffect: Effect.Effect<import("./S3ClientInstanceConfig").S3ClientInstanceConfig, never, S3Service>;
436
+ export declare const S3ServiceEffect: Effect.Effect<S3Service, never, import("./S3ClientInstanceConfig").S3ClientInstanceConfig>;
437
437
  /**
438
438
  * @since 0.1.0
439
439
  * @deprecated
440
440
  */
441
- export declare const DefaultS3ServiceEffect: Effect.Effect<never, never, S3Service>;
441
+ export declare const DefaultS3ServiceEffect: Effect.Effect<S3Service, never, never>;