distilled-aws 0.0.13 → 0.0.16

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 (59) hide show
  1. package/lib/client/api.d.ts.map +1 -1
  2. package/lib/client/api.js +14 -3
  3. package/lib/client/api.js.map +1 -1
  4. package/lib/client/response-parser.d.ts.map +1 -1
  5. package/lib/client/response-parser.js +14 -2
  6. package/lib/client/response-parser.js.map +1 -1
  7. package/lib/debug/error-recorder.d.ts +22 -0
  8. package/lib/debug/error-recorder.d.ts.map +1 -0
  9. package/lib/debug/error-recorder.js +106 -0
  10. package/lib/debug/error-recorder.js.map +1 -0
  11. package/lib/patch/spec-schema.d.ts +65 -0
  12. package/lib/patch/spec-schema.d.ts.map +1 -1
  13. package/lib/patch/spec-schema.js +31 -0
  14. package/lib/patch/spec-schema.js.map +1 -1
  15. package/lib/services/bedrock-agentcore-control.d.ts +3 -0
  16. package/lib/services/bedrock-agentcore-control.d.ts.map +1 -1
  17. package/lib/services/bedrock-agentcore-control.js +5 -1
  18. package/lib/services/bedrock-agentcore-control.js.map +1 -1
  19. package/lib/services/cloudfront.d.ts +83 -83
  20. package/lib/services/cloudfront.d.ts.map +1 -1
  21. package/lib/services/cloudfront.js +160 -157
  22. package/lib/services/cloudfront.js.map +1 -1
  23. package/lib/services/ec2.d.ts +1539 -924
  24. package/lib/services/ec2.d.ts.map +1 -1
  25. package/lib/services/ec2.js +1321 -623
  26. package/lib/services/ec2.js.map +1 -1
  27. package/lib/services/glue.d.ts +587 -478
  28. package/lib/services/glue.d.ts.map +1 -1
  29. package/lib/services/glue.js +1644 -1509
  30. package/lib/services/glue.js.map +1 -1
  31. package/lib/services/iam.d.ts +6 -1
  32. package/lib/services/iam.d.ts.map +1 -1
  33. package/lib/services/iam.js +3 -1
  34. package/lib/services/iam.js.map +1 -1
  35. package/lib/services/medialive.d.ts +33 -0
  36. package/lib/services/medialive.d.ts.map +1 -1
  37. package/lib/services/medialive.js +11 -0
  38. package/lib/services/medialive.js.map +1 -1
  39. package/lib/services/s3.d.ts +74 -59
  40. package/lib/services/s3.d.ts.map +1 -1
  41. package/lib/services/s3.js +76 -53
  42. package/lib/services/s3.js.map +1 -1
  43. package/lib/services/sqs.d.ts +1 -1
  44. package/lib/services/sqs.d.ts.map +1 -1
  45. package/lib/services/sqs.js +1 -0
  46. package/lib/services/sqs.js.map +1 -1
  47. package/package.json +6 -4
  48. package/src/client/api.ts +22 -2
  49. package/src/client/response-parser.ts +15 -2
  50. package/src/debug/error-recorder.ts +143 -0
  51. package/src/patch/spec-schema.ts +35 -0
  52. package/src/services/bedrock-agentcore-control.ts +7 -1
  53. package/src/services/cloudfront.ts +300 -294
  54. package/src/services/ec2.ts +2891 -1486
  55. package/src/services/glue.ts +3550 -3250
  56. package/src/services/iam.ts +9 -2
  57. package/src/services/medialive.ts +53 -0
  58. package/src/services/s3.ts +159 -108
  59. package/src/services/sqs.ts +2 -0
@@ -3092,6 +3092,16 @@ declare const NoSuchBucket_base: S.TaggedErrorClass<NoSuchBucket, "NoSuchBucket"
3092
3092
  }>;
3093
3093
  export declare class NoSuchBucket extends NoSuchBucket_base {
3094
3094
  }
3095
+ declare const PermanentRedirect_base: S.TaggedErrorClass<PermanentRedirect, "PermanentRedirect", {
3096
+ readonly _tag: S.tag<"PermanentRedirect">;
3097
+ } & {
3098
+ BucketRegion: S.optional<typeof S.String>;
3099
+ Endpoint: S.optional<typeof S.String>;
3100
+ Bucket: S.optional<typeof S.String>;
3101
+ Message: S.optional<typeof S.String>;
3102
+ }>;
3103
+ export declare class PermanentRedirect extends PermanentRedirect_base {
3104
+ }
3095
3105
  declare const SignatureDoesNotMatch_base: S.TaggedErrorClass<SignatureDoesNotMatch, "SignatureDoesNotMatch", {
3096
3106
  readonly _tag: S.tag<"SignatureDoesNotMatch">;
3097
3107
  }>;
@@ -3122,11 +3132,6 @@ declare const MalformedPolicy_base: S.TaggedErrorClass<MalformedPolicy, "Malform
3122
3132
  }>;
3123
3133
  export declare class MalformedPolicy extends MalformedPolicy_base {
3124
3134
  }
3125
- declare const PermanentRedirect_base: S.TaggedErrorClass<PermanentRedirect, "PermanentRedirect", {
3126
- readonly _tag: S.tag<"PermanentRedirect">;
3127
- }>;
3128
- export declare class PermanentRedirect extends PermanentRedirect_base {
3129
- }
3130
3135
  declare const IdempotencyParameterMismatch_base: S.TaggedErrorClass<IdempotencyParameterMismatch, "IdempotencyParameterMismatch", {
3131
3136
  readonly _tag: S.tag<"IdempotencyParameterMismatch">;
3132
3137
  }> & (new (...args: any[]) => {
@@ -3170,6 +3175,11 @@ declare const NoSuchLifecycleConfiguration_base: S.TaggedErrorClass<NoSuchLifecy
3170
3175
  }>;
3171
3176
  export declare class NoSuchLifecycleConfiguration extends NoSuchLifecycleConfiguration_base {
3172
3177
  }
3178
+ declare const OwnershipControlsNotFoundError_base: S.TaggedErrorClass<OwnershipControlsNotFoundError, "OwnershipControlsNotFoundError", {
3179
+ readonly _tag: S.tag<"OwnershipControlsNotFoundError">;
3180
+ }>;
3181
+ export declare class OwnershipControlsNotFoundError extends OwnershipControlsNotFoundError_base {
3182
+ }
3173
3183
  declare const NoSuchBucketPolicy_base: S.TaggedErrorClass<NoSuchBucketPolicy, "NoSuchBucketPolicy", {
3174
3184
  readonly _tag: S.tag<"NoSuchBucketPolicy">;
3175
3185
  }>;
@@ -3195,6 +3205,11 @@ declare const ObjectLockConfigurationNotFoundError_base: S.TaggedErrorClass<Obje
3195
3205
  }>;
3196
3206
  export declare class ObjectLockConfigurationNotFoundError extends ObjectLockConfigurationNotFoundError_base {
3197
3207
  }
3208
+ declare const NoSuchPublicAccessBlockConfiguration_base: S.TaggedErrorClass<NoSuchPublicAccessBlockConfiguration, "NoSuchPublicAccessBlockConfiguration", {
3209
+ readonly _tag: S.tag<"NoSuchPublicAccessBlockConfiguration">;
3210
+ }>;
3211
+ export declare class NoSuchPublicAccessBlockConfiguration extends NoSuchPublicAccessBlockConfiguration_base {
3212
+ }
3198
3213
  declare const NotFound_base: S.TaggedErrorClass<NotFound, "NotFound", {
3199
3214
  readonly _tag: S.tag<"NotFound">;
3200
3215
  }>;
@@ -3340,7 +3355,7 @@ export declare class ObjectAlreadyInActiveTierError extends ObjectAlreadyInActiv
3340
3355
  *
3341
3356
  * You must URL encode any signed header values that contain spaces. For example, if your header value is `my file.txt`, containing two spaces after `my`, you must URL encode this value to `my%20%20file.txt`.
3342
3357
  */
3343
- export declare const deleteBucket: (input: DeleteBucketRequest) => effect.Effect<DeleteBucketResponse, BucketNotEmpty | NoSuchBucket | CommonErrors, Credentials | Rgn | HttpClient.HttpClient>;
3358
+ export declare const deleteBucket: (input: DeleteBucketRequest) => effect.Effect<DeleteBucketResponse, BucketNotEmpty | NoSuchBucket | PermanentRedirect | CommonErrors, Credentials | Rgn | HttpClient.HttpClient>;
3344
3359
  /**
3345
3360
  * This operation is not supported for directory buckets.
3346
3361
  *
@@ -3519,7 +3534,7 @@ export declare const deleteBucketInventoryConfiguration: (input: DeleteBucketInv
3519
3534
  *
3520
3535
  * You must URL encode any signed header values that contain spaces. For example, if your header value is `my file.txt`, containing two spaces after `my`, you must URL encode this value to `my%20%20file.txt`.
3521
3536
  */
3522
- export declare const deleteBucketLifecycle: (input: DeleteBucketLifecycleRequest) => effect.Effect<DeleteBucketLifecycleResponse, CommonErrors, Credentials | Rgn | HttpClient.HttpClient>;
3537
+ export declare const deleteBucketLifecycle: (input: DeleteBucketLifecycleRequest) => effect.Effect<DeleteBucketLifecycleResponse, NoSuchBucket | CommonErrors, Credentials | Rgn | HttpClient.HttpClient>;
3523
3538
  /**
3524
3539
  * Deletes an S3 Metadata configuration from a general purpose bucket. For more information, see
3525
3540
  * Accelerating
@@ -3551,7 +3566,7 @@ export declare const deleteBucketLifecycle: (input: DeleteBucketLifecycleRequest
3551
3566
  *
3552
3567
  * You must URL encode any signed header values that contain spaces. For example, if your header value is `my file.txt`, containing two spaces after `my`, you must URL encode this value to `my%20%20file.txt`.
3553
3568
  */
3554
- export declare const deleteBucketMetadataConfiguration: (input: DeleteBucketMetadataConfigurationRequest) => effect.Effect<DeleteBucketMetadataConfigurationResponse, CommonErrors, Credentials | Rgn | HttpClient.HttpClient>;
3569
+ export declare const deleteBucketMetadataConfiguration: (input: DeleteBucketMetadataConfigurationRequest) => effect.Effect<DeleteBucketMetadataConfigurationResponse, NoSuchBucket | CommonErrors, Credentials | Rgn | HttpClient.HttpClient>;
3555
3570
  /**
3556
3571
  * We recommend that you delete your S3 Metadata configurations by using the V2
3557
3572
  * DeleteBucketMetadataTableConfiguration API operation. We no longer recommend using
@@ -3589,7 +3604,7 @@ export declare const deleteBucketMetadataConfiguration: (input: DeleteBucketMeta
3589
3604
  *
3590
3605
  * You must URL encode any signed header values that contain spaces. For example, if your header value is `my file.txt`, containing two spaces after `my`, you must URL encode this value to `my%20%20file.txt`.
3591
3606
  */
3592
- export declare const deleteBucketMetadataTableConfiguration: (input: DeleteBucketMetadataTableConfigurationRequest) => effect.Effect<DeleteBucketMetadataTableConfigurationResponse, CommonErrors, Credentials | Rgn | HttpClient.HttpClient>;
3607
+ export declare const deleteBucketMetadataTableConfiguration: (input: DeleteBucketMetadataTableConfigurationRequest) => effect.Effect<DeleteBucketMetadataTableConfigurationResponse, NoSuchBucket | CommonErrors, Credentials | Rgn | HttpClient.HttpClient>;
3593
3608
  /**
3594
3609
  * This operation is not supported for directory buckets.
3595
3610
  *
@@ -3685,7 +3700,7 @@ export declare const deleteBucketOwnershipControls: (input: DeleteBucketOwnershi
3685
3700
  *
3686
3701
  * You must URL encode any signed header values that contain spaces. For example, if your header value is `my file.txt`, containing two spaces after `my`, you must URL encode this value to `my%20%20file.txt`.
3687
3702
  */
3688
- export declare const deleteBucketPolicy: (input: DeleteBucketPolicyRequest) => effect.Effect<DeleteBucketPolicyResponse, NoSuchBucket | SignatureDoesNotMatch | CommonErrors, Credentials | Rgn | HttpClient.HttpClient>;
3703
+ export declare const deleteBucketPolicy: (input: DeleteBucketPolicyRequest) => effect.Effect<DeleteBucketPolicyResponse, NoSuchBucket | PermanentRedirect | SignatureDoesNotMatch | CommonErrors, Credentials | Rgn | HttpClient.HttpClient>;
3689
3704
  /**
3690
3705
  * This operation is not supported for directory buckets.
3691
3706
  *
@@ -4185,7 +4200,7 @@ export declare const abortMultipartUpload: (input: AbortMultipartUploadRequest)
4185
4200
  *
4186
4201
  * You must URL encode any signed header values that contain spaces. For example, if your header value is `my file.txt`, containing two spaces after `my`, you must URL encode this value to `my%20%20file.txt`.
4187
4202
  */
4188
- export declare const createMultipartUpload: (input: CreateMultipartUploadRequest) => effect.Effect<CreateMultipartUploadOutput, NoSuchBucket | CommonErrors, Credentials | Rgn | HttpClient.HttpClient>;
4203
+ export declare const createMultipartUpload: (input: CreateMultipartUploadRequest) => effect.Effect<CreateMultipartUploadOutput, NoSuchBucket | PermanentRedirect | CommonErrors, Credentials | Rgn | HttpClient.HttpClient>;
4189
4204
  /**
4190
4205
  * Removes an object from a bucket. The behavior depends on the bucket's versioning state:
4191
4206
  *
@@ -4276,7 +4291,7 @@ export declare const createMultipartUpload: (input: CreateMultipartUploadRequest
4276
4291
  *
4277
4292
  * The `If-Match` header is supported for both general purpose and directory buckets. `IfMatchLastModifiedTime` and `IfMatchSize` is only supported for directory buckets.
4278
4293
  */
4279
- export declare const deleteObject: (input: DeleteObjectRequest) => effect.Effect<DeleteObjectOutput, NoSuchBucket | CommonErrors, Credentials | Rgn | HttpClient.HttpClient>;
4294
+ export declare const deleteObject: (input: DeleteObjectRequest) => effect.Effect<DeleteObjectOutput, NoSuchBucket | PermanentRedirect | CommonErrors, Credentials | Rgn | HttpClient.HttpClient>;
4280
4295
  /**
4281
4296
  * This operation is not supported for directory buckets.
4282
4297
  *
@@ -4298,11 +4313,11 @@ export declare const deleteObject: (input: DeleteObjectRequest) => effect.Effect
4298
4313
  *
4299
4314
  * You must URL encode any signed header values that contain spaces. For example, if your header value is `my file.txt`, containing two spaces after `my`, you must URL encode this value to `my%20%20file.txt`.
4300
4315
  */
4301
- export declare const deleteObjectTagging: (input: DeleteObjectTaggingRequest) => effect.Effect<DeleteObjectTaggingOutput, NoSuchKey | CommonErrors, Credentials | Rgn | HttpClient.HttpClient>;
4316
+ export declare const deleteObjectTagging: (input: DeleteObjectTaggingRequest) => effect.Effect<DeleteObjectTaggingOutput, NoSuchKey | PermanentRedirect | CommonErrors, Credentials | Rgn | HttpClient.HttpClient>;
4302
4317
  /**
4303
4318
  * Returns the attribute-based access control (ABAC) property of the general purpose bucket. If ABAC is enabled on your bucket, you can use tags on the bucket for access control. For more information, see Enabling ABAC in general purpose buckets.
4304
4319
  */
4305
- export declare const getBucketAbac: (input: GetBucketAbacRequest) => effect.Effect<GetBucketAbacOutput, CommonErrors, Credentials | Rgn | HttpClient.HttpClient>;
4320
+ export declare const getBucketAbac: (input: GetBucketAbacRequest) => effect.Effect<GetBucketAbacOutput, NoSuchBucket | CommonErrors, Credentials | Rgn | HttpClient.HttpClient>;
4306
4321
  /**
4307
4322
  * This operation is not supported for directory buckets.
4308
4323
  *
@@ -4332,7 +4347,7 @@ export declare const getBucketAbac: (input: GetBucketAbacRequest) => effect.Effe
4332
4347
  *
4333
4348
  * You must URL encode any signed header values that contain spaces. For example, if your header value is `my file.txt`, containing two spaces after `my`, you must URL encode this value to `my%20%20file.txt`.
4334
4349
  */
4335
- export declare const getBucketAccelerateConfiguration: (input: GetBucketAccelerateConfigurationRequest) => effect.Effect<GetBucketAccelerateConfigurationOutput, NoSuchBucket | CommonErrors, Credentials | Rgn | HttpClient.HttpClient>;
4350
+ export declare const getBucketAccelerateConfiguration: (input: GetBucketAccelerateConfigurationRequest) => effect.Effect<GetBucketAccelerateConfigurationOutput, NoSuchBucket | PermanentRedirect | CommonErrors, Credentials | Rgn | HttpClient.HttpClient>;
4336
4351
  /**
4337
4352
  * This operation is not supported for directory buckets.
4338
4353
  *
@@ -4360,7 +4375,7 @@ export declare const getBucketAccelerateConfiguration: (input: GetBucketAccelera
4360
4375
  *
4361
4376
  * - ListObjects
4362
4377
  */
4363
- export declare const getBucketAcl: (input: GetBucketAclRequest) => effect.Effect<GetBucketAclOutput, NoSuchBucket | CommonErrors, Credentials | Rgn | HttpClient.HttpClient>;
4378
+ export declare const getBucketAcl: (input: GetBucketAclRequest) => effect.Effect<GetBucketAclOutput, NoSuchBucket | PermanentRedirect | CommonErrors, Credentials | Rgn | HttpClient.HttpClient>;
4364
4379
  /**
4365
4380
  * This operation is not supported for directory buckets.
4366
4381
  *
@@ -4412,7 +4427,7 @@ export declare const getBucketAnalyticsConfiguration: (input: GetBucketAnalytics
4412
4427
  *
4413
4428
  * You must URL encode any signed header values that contain spaces. For example, if your header value is `my file.txt`, containing two spaces after `my`, you must URL encode this value to `my%20%20file.txt`.
4414
4429
  */
4415
- export declare const getBucketCors: (input: GetBucketCorsRequest) => effect.Effect<GetBucketCorsOutput, NoSuchBucket | NoSuchCORSConfiguration | CommonErrors, Credentials | Rgn | HttpClient.HttpClient>;
4430
+ export declare const getBucketCors: (input: GetBucketCorsRequest) => effect.Effect<GetBucketCorsOutput, NoSuchBucket | NoSuchCORSConfiguration | PermanentRedirect | CommonErrors, Credentials | Rgn | HttpClient.HttpClient>;
4416
4431
  /**
4417
4432
  * Returns the default encryption configuration for an Amazon S3 bucket. By default, all buckets have a
4418
4433
  * default encryption configuration that uses server-side encryption with Amazon S3 managed keys (SSE-S3). This operation also returns the BucketKeyEnabled and BlockedEncryptionTypes statuses.
@@ -4451,7 +4466,7 @@ export declare const getBucketCors: (input: GetBucketCorsRequest) => effect.Effe
4451
4466
  *
4452
4467
  * You must URL encode any signed header values that contain spaces. For example, if your header value is `my file.txt`, containing two spaces after `my`, you must URL encode this value to `my%20%20file.txt`.
4453
4468
  */
4454
- export declare const getBucketEncryption: (input: GetBucketEncryptionRequest) => effect.Effect<GetBucketEncryptionOutput, NoSuchBucket | ParseError | CommonErrors, Credentials | Rgn | HttpClient.HttpClient>;
4469
+ export declare const getBucketEncryption: (input: GetBucketEncryptionRequest) => effect.Effect<GetBucketEncryptionOutput, NoSuchBucket | ParseError | PermanentRedirect | CommonErrors, Credentials | Rgn | HttpClient.HttpClient>;
4455
4470
  /**
4456
4471
  * This operation is not supported for directory buckets.
4457
4472
  *
@@ -4564,7 +4579,7 @@ export declare const getBucketInventoryConfiguration: (input: GetBucketInventory
4564
4579
  *
4565
4580
  * You must URL encode any signed header values that contain spaces. For example, if your header value is `my file.txt`, containing two spaces after `my`, you must URL encode this value to `my%20%20file.txt`.
4566
4581
  */
4567
- export declare const getBucketLifecycleConfiguration: (input: GetBucketLifecycleConfigurationRequest) => effect.Effect<GetBucketLifecycleConfigurationOutput, NoSuchBucket | NoSuchLifecycleConfiguration | CommonErrors, Credentials | Rgn | HttpClient.HttpClient>;
4582
+ export declare const getBucketLifecycleConfiguration: (input: GetBucketLifecycleConfigurationRequest) => effect.Effect<GetBucketLifecycleConfigurationOutput, NoSuchBucket | NoSuchLifecycleConfiguration | PermanentRedirect | CommonErrors, Credentials | Rgn | HttpClient.HttpClient>;
4568
4583
  /**
4569
4584
  * Using the `GetBucketLocation` operation is no longer a best practice. To return the
4570
4585
  * Region that a bucket resides in, we recommend that you use the
@@ -4615,7 +4630,7 @@ export declare const getBucketLocation: (input: GetBucketLocationRequest) => eff
4615
4630
  *
4616
4631
  * You must URL encode any signed header values that contain spaces. For example, if your header value is `my file.txt`, containing two spaces after `my`, you must URL encode this value to `my%20%20file.txt`.
4617
4632
  */
4618
- export declare const getBucketLogging: (input: GetBucketLoggingRequest) => effect.Effect<GetBucketLoggingOutput, NoSuchBucket | CommonErrors, Credentials | Rgn | HttpClient.HttpClient>;
4633
+ export declare const getBucketLogging: (input: GetBucketLoggingRequest) => effect.Effect<GetBucketLoggingOutput, NoSuchBucket | PermanentRedirect | CommonErrors, Credentials | Rgn | HttpClient.HttpClient>;
4619
4634
  /**
4620
4635
  * This operation is not supported for directory buckets.
4621
4636
  *
@@ -4672,7 +4687,7 @@ export declare const getBucketMetricsConfiguration: (input: GetBucketMetricsConf
4672
4687
  *
4673
4688
  * You must URL encode any signed header values that contain spaces. For example, if your header value is `my file.txt`, containing two spaces after `my`, you must URL encode this value to `my%20%20file.txt`.
4674
4689
  */
4675
- export declare const getBucketOwnershipControls: (input: GetBucketOwnershipControlsRequest) => effect.Effect<GetBucketOwnershipControlsOutput, NoSuchBucket | CommonErrors, Credentials | Rgn | HttpClient.HttpClient>;
4690
+ export declare const getBucketOwnershipControls: (input: GetBucketOwnershipControlsRequest) => effect.Effect<GetBucketOwnershipControlsOutput, NoSuchBucket | OwnershipControlsNotFoundError | CommonErrors, Credentials | Rgn | HttpClient.HttpClient>;
4676
4691
  /**
4677
4692
  * Returns the policy of a specified bucket.
4678
4693
  *
@@ -4728,7 +4743,7 @@ export declare const getBucketOwnershipControls: (input: GetBucketOwnershipContr
4728
4743
  *
4729
4744
  * You must URL encode any signed header values that contain spaces. For example, if your header value is `my file.txt`, containing two spaces after `my`, you must URL encode this value to `my%20%20file.txt`.
4730
4745
  */
4731
- export declare const getBucketPolicy: (input: GetBucketPolicyRequest) => effect.Effect<GetBucketPolicyOutput, NoSuchBucket | NoSuchBucketPolicy | SignatureDoesNotMatch | CommonErrors, Credentials | Rgn | HttpClient.HttpClient>;
4746
+ export declare const getBucketPolicy: (input: GetBucketPolicyRequest) => effect.Effect<GetBucketPolicyOutput, NoSuchBucket | NoSuchBucketPolicy | PermanentRedirect | SignatureDoesNotMatch | CommonErrors, Credentials | Rgn | HttpClient.HttpClient>;
4732
4747
  /**
4733
4748
  * This operation is not supported for directory buckets.
4734
4749
  *
@@ -4772,7 +4787,7 @@ export declare const getBucketReplication: (input: GetBucketReplicationRequest)
4772
4787
  *
4773
4788
  * You must URL encode any signed header values that contain spaces. For example, if your header value is `my file.txt`, containing two spaces after `my`, you must URL encode this value to `my%20%20file.txt`.
4774
4789
  */
4775
- export declare const getBucketRequestPayment: (input: GetBucketRequestPaymentRequest) => effect.Effect<GetBucketRequestPaymentOutput, NoSuchBucket | CommonErrors, Credentials | Rgn | HttpClient.HttpClient>;
4790
+ export declare const getBucketRequestPayment: (input: GetBucketRequestPaymentRequest) => effect.Effect<GetBucketRequestPaymentOutput, NoSuchBucket | PermanentRedirect | CommonErrors, Credentials | Rgn | HttpClient.HttpClient>;
4776
4791
  /**
4777
4792
  * This operation is not supported for directory buckets.
4778
4793
  *
@@ -4797,7 +4812,7 @@ export declare const getBucketRequestPayment: (input: GetBucketRequestPaymentReq
4797
4812
  *
4798
4813
  * You must URL encode any signed header values that contain spaces. For example, if your header value is `my file.txt`, containing two spaces after `my`, you must URL encode this value to `my%20%20file.txt`.
4799
4814
  */
4800
- export declare const getBucketTagging: (input: GetBucketTaggingRequest) => effect.Effect<GetBucketTaggingOutput, NoSuchBucket | NoSuchTagSet | CommonErrors, Credentials | Rgn | HttpClient.HttpClient>;
4815
+ export declare const getBucketTagging: (input: GetBucketTaggingRequest) => effect.Effect<GetBucketTaggingOutput, NoSuchBucket | NoSuchTagSet | PermanentRedirect | CommonErrors, Credentials | Rgn | HttpClient.HttpClient>;
4801
4816
  /**
4802
4817
  * This operation is not supported for directory buckets.
4803
4818
  *
@@ -4819,7 +4834,7 @@ export declare const getBucketTagging: (input: GetBucketTaggingRequest) => effec
4819
4834
  *
4820
4835
  * You must URL encode any signed header values that contain spaces. For example, if your header value is `my file.txt`, containing two spaces after `my`, you must URL encode this value to `my%20%20file.txt`.
4821
4836
  */
4822
- export declare const getBucketVersioning: (input: GetBucketVersioningRequest) => effect.Effect<GetBucketVersioningOutput, NoSuchBucket | CommonErrors, Credentials | Rgn | HttpClient.HttpClient>;
4837
+ export declare const getBucketVersioning: (input: GetBucketVersioningRequest) => effect.Effect<GetBucketVersioningOutput, NoSuchBucket | PermanentRedirect | CommonErrors, Credentials | Rgn | HttpClient.HttpClient>;
4823
4838
  /**
4824
4839
  * This operation is not supported for directory buckets.
4825
4840
  *
@@ -4839,7 +4854,7 @@ export declare const getBucketVersioning: (input: GetBucketVersioningRequest) =>
4839
4854
  *
4840
4855
  * You must URL encode any signed header values that contain spaces. For example, if your header value is `my file.txt`, containing two spaces after `my`, you must URL encode this value to `my%20%20file.txt`.
4841
4856
  */
4842
- export declare const getBucketWebsite: (input: GetBucketWebsiteRequest) => effect.Effect<GetBucketWebsiteOutput, NoSuchBucket | NoSuchWebsiteConfiguration | CommonErrors, Credentials | Rgn | HttpClient.HttpClient>;
4857
+ export declare const getBucketWebsite: (input: GetBucketWebsiteRequest) => effect.Effect<GetBucketWebsiteOutput, NoSuchBucket | NoSuchWebsiteConfiguration | PermanentRedirect | CommonErrors, Credentials | Rgn | HttpClient.HttpClient>;
4843
4858
  /**
4844
4859
  * This operation is not supported for directory buckets.
4845
4860
  *
@@ -4870,7 +4885,7 @@ export declare const getBucketWebsite: (input: GetBucketWebsiteRequest) => effec
4870
4885
  *
4871
4886
  * You must URL encode any signed header values that contain spaces. For example, if your header value is `my file.txt`, containing two spaces after `my`, you must URL encode this value to `my%20%20file.txt`.
4872
4887
  */
4873
- export declare const getObjectAcl: (input: GetObjectAclRequest) => effect.Effect<GetObjectAclOutput, NoSuchKey | NoSuchBucket | CommonErrors, Credentials | Rgn | HttpClient.HttpClient>;
4888
+ export declare const getObjectAcl: (input: GetObjectAclRequest) => effect.Effect<GetObjectAclOutput, NoSuchKey | NoSuchBucket | PermanentRedirect | CommonErrors, Credentials | Rgn | HttpClient.HttpClient>;
4874
4889
  /**
4875
4890
  * This operation is not supported for directory buckets.
4876
4891
  *
@@ -4898,7 +4913,7 @@ export declare const getObjectLegalHold: (input: GetObjectLegalHoldRequest) => e
4898
4913
  *
4899
4914
  * You must URL encode any signed header values that contain spaces. For example, if your header value is `my file.txt`, containing two spaces after `my`, you must URL encode this value to `my%20%20file.txt`.
4900
4915
  */
4901
- export declare const getObjectLockConfiguration: (input: GetObjectLockConfigurationRequest) => effect.Effect<GetObjectLockConfigurationOutput, NoSuchBucket | ObjectLockConfigurationNotFoundError | CommonErrors, Credentials | Rgn | HttpClient.HttpClient>;
4916
+ export declare const getObjectLockConfiguration: (input: GetObjectLockConfigurationRequest) => effect.Effect<GetObjectLockConfigurationOutput, NoSuchBucket | ObjectLockConfigurationNotFoundError | PermanentRedirect | CommonErrors, Credentials | Rgn | HttpClient.HttpClient>;
4902
4917
  /**
4903
4918
  * This operation is not supported for directory buckets.
4904
4919
  *
@@ -4939,7 +4954,7 @@ export declare const getObjectRetention: (input: GetObjectRetentionRequest) => e
4939
4954
  *
4940
4955
  * You must URL encode any signed header values that contain spaces. For example, if your header value is `my file.txt`, containing two spaces after `my`, you must URL encode this value to `my%20%20file.txt`.
4941
4956
  */
4942
- export declare const getObjectTagging: (input: GetObjectTaggingRequest) => effect.Effect<GetObjectTaggingOutput, NoSuchBucket | NoSuchKey | CommonErrors, Credentials | Rgn | HttpClient.HttpClient>;
4957
+ export declare const getObjectTagging: (input: GetObjectTaggingRequest) => effect.Effect<GetObjectTaggingOutput, NoSuchBucket | NoSuchKey | PermanentRedirect | CommonErrors, Credentials | Rgn | HttpClient.HttpClient>;
4943
4958
  /**
4944
4959
  * This operation is not supported for directory buckets.
4945
4960
  *
@@ -4993,7 +5008,7 @@ export declare const getObjectTorrent: (input: GetObjectTorrentRequest) => effec
4993
5008
  *
4994
5009
  * You must URL encode any signed header values that contain spaces. For example, if your header value is `my file.txt`, containing two spaces after `my`, you must URL encode this value to `my%20%20file.txt`.
4995
5010
  */
4996
- export declare const getPublicAccessBlock: (input: GetPublicAccessBlockRequest) => effect.Effect<GetPublicAccessBlockOutput, NoSuchBucket | CommonErrors, Credentials | Rgn | HttpClient.HttpClient>;
5011
+ export declare const getPublicAccessBlock: (input: GetPublicAccessBlockRequest) => effect.Effect<GetPublicAccessBlockOutput, NoSuchBucket | NoSuchPublicAccessBlockConfiguration | PermanentRedirect | CommonErrors, Credentials | Rgn | HttpClient.HttpClient>;
4997
5012
  /**
4998
5013
  * You can use this operation to determine if a bucket exists and if you have permission to access it.
4999
5014
  * The action returns a `200 OK` HTTP status code if the bucket exists and you have
@@ -5384,9 +5399,9 @@ export declare const listDirectoryBuckets: {
5384
5399
  * You must URL encode any signed header values that contain spaces. For example, if your header value is `my file.txt`, containing two spaces after `my`, you must URL encode this value to `my%20%20file.txt`.
5385
5400
  */
5386
5401
  export declare const listObjectsV2: {
5387
- (input: ListObjectsV2Request): effect.Effect<ListObjectsV2Output, NoSuchBucket | CommonErrors, Credentials | Rgn | HttpClient.HttpClient>;
5388
- pages: (input: ListObjectsV2Request) => stream.Stream<ListObjectsV2Output, NoSuchBucket | CommonErrors, Credentials | Rgn | HttpClient.HttpClient>;
5389
- items: (input: ListObjectsV2Request) => stream.Stream<unknown, NoSuchBucket | CommonErrors, Credentials | Rgn | HttpClient.HttpClient>;
5402
+ (input: ListObjectsV2Request): effect.Effect<ListObjectsV2Output, NoSuchBucket | PermanentRedirect | CommonErrors, Credentials | Rgn | HttpClient.HttpClient>;
5403
+ pages: (input: ListObjectsV2Request) => stream.Stream<ListObjectsV2Output, NoSuchBucket | PermanentRedirect | CommonErrors, Credentials | Rgn | HttpClient.HttpClient>;
5404
+ items: (input: ListObjectsV2Request) => stream.Stream<unknown, NoSuchBucket | PermanentRedirect | CommonErrors, Credentials | Rgn | HttpClient.HttpClient>;
5390
5405
  };
5391
5406
  /**
5392
5407
  * Sets the attribute-based access control (ABAC) property of the general purpose bucket. You must have `s3:PutBucketABAC` permission to perform this action. When you enable ABAC, you can use tags for access control on your buckets. Additionally, when ABAC is enabled, you must use the TagResource and UntagResource actions to manage tags on your buckets. You can nolonger use the PutBucketTagging and DeleteBucketTagging actions to tag your bucket. For more information, see Enabling ABAC in general purpose buckets.
@@ -5428,7 +5443,7 @@ export declare const putBucketAbac: (input: PutBucketAbacRequest) => effect.Effe
5428
5443
  *
5429
5444
  * You must URL encode any signed header values that contain spaces. For example, if your header value is `my file.txt`, containing two spaces after `my`, you must URL encode this value to `my%20%20file.txt`.
5430
5445
  */
5431
- export declare const putBucketAccelerateConfiguration: (input: PutBucketAccelerateConfigurationRequest) => effect.Effect<PutBucketAccelerateConfigurationResponse, NoSuchBucket | CommonErrors, Credentials | Rgn | HttpClient.HttpClient>;
5446
+ export declare const putBucketAccelerateConfiguration: (input: PutBucketAccelerateConfigurationRequest) => effect.Effect<PutBucketAccelerateConfigurationResponse, NoSuchBucket | PermanentRedirect | CommonErrors, Credentials | Rgn | HttpClient.HttpClient>;
5432
5447
  /**
5433
5448
  * This operation is not supported for directory buckets.
5434
5449
  *
@@ -5445,7 +5460,7 @@ export declare const putBucketAccelerateConfiguration: (input: PutBucketAccelera
5445
5460
  *
5446
5461
  * You must URL encode any signed header values that contain spaces. For example, if your header value is `my file.txt`, containing two spaces after `my`, you must URL encode this value to `my%20%20file.txt`.
5447
5462
  */
5448
- export declare const putBucketRequestPayment: (input: PutBucketRequestPaymentRequest) => effect.Effect<PutBucketRequestPaymentResponse, NoSuchBucket | CommonErrors, Credentials | Rgn | HttpClient.HttpClient>;
5463
+ export declare const putBucketRequestPayment: (input: PutBucketRequestPaymentRequest) => effect.Effect<PutBucketRequestPaymentResponse, NoSuchBucket | PermanentRedirect | CommonErrors, Credentials | Rgn | HttpClient.HttpClient>;
5449
5464
  /**
5450
5465
  * This operation is not supported for directory buckets.
5451
5466
  *
@@ -5488,7 +5503,7 @@ export declare const putBucketRequestPayment: (input: PutBucketRequestPaymentReq
5488
5503
  *
5489
5504
  * You must URL encode any signed header values that contain spaces. For example, if your header value is `my file.txt`, containing two spaces after `my`, you must URL encode this value to `my%20%20file.txt`.
5490
5505
  */
5491
- export declare const putBucketTagging: (input: PutBucketTaggingRequest) => effect.Effect<PutBucketTaggingResponse, NoSuchBucket | CommonErrors, Credentials | Rgn | HttpClient.HttpClient>;
5506
+ export declare const putBucketTagging: (input: PutBucketTaggingRequest) => effect.Effect<PutBucketTaggingResponse, NoSuchBucket | PermanentRedirect | CommonErrors, Credentials | Rgn | HttpClient.HttpClient>;
5492
5507
  /**
5493
5508
  * This operation is not supported for directory buckets.
5494
5509
  *
@@ -5532,7 +5547,7 @@ export declare const putBucketTagging: (input: PutBucketTaggingRequest) => effec
5532
5547
  *
5533
5548
  * You must URL encode any signed header values that contain spaces. For example, if your header value is `my file.txt`, containing two spaces after `my`, you must URL encode this value to `my%20%20file.txt`.
5534
5549
  */
5535
- export declare const putBucketVersioning: (input: PutBucketVersioningRequest) => effect.Effect<PutBucketVersioningResponse, NoSuchBucket | CommonErrors, Credentials | Rgn | HttpClient.HttpClient>;
5550
+ export declare const putBucketVersioning: (input: PutBucketVersioningRequest) => effect.Effect<PutBucketVersioningResponse, NoSuchBucket | PermanentRedirect | CommonErrors, Credentials | Rgn | HttpClient.HttpClient>;
5536
5551
  /**
5537
5552
  * End of support notice: As of October 1, 2025, Amazon S3 has discontinued support for Email Grantee Access Control Lists (ACLs). If you attempt to use an Email Grantee ACL in a request after October 1, 2025,
5538
5553
  * the request will receive an `HTTP 405` (Method Not Allowed) error.
@@ -5644,7 +5659,7 @@ export declare const putBucketVersioning: (input: PutBucketVersioningRequest) =>
5644
5659
  *
5645
5660
  * You must URL encode any signed header values that contain spaces. For example, if your header value is `my file.txt`, containing two spaces after `my`, you must URL encode this value to `my%20%20file.txt`.
5646
5661
  */
5647
- export declare const putObject: (input: PutObjectRequest) => effect.Effect<PutObjectOutput, EncryptionTypeMismatch | InvalidRequest | InvalidWriteOffset | TooManyParts | NoSuchBucket | CommonErrors, Credentials | Rgn | HttpClient.HttpClient>;
5662
+ export declare const putObject: (input: PutObjectRequest) => effect.Effect<PutObjectOutput, EncryptionTypeMismatch | InvalidRequest | InvalidWriteOffset | TooManyParts | NoSuchBucket | PermanentRedirect | CommonErrors, Credentials | Rgn | HttpClient.HttpClient>;
5648
5663
  /**
5649
5664
  * End of support notice: As of October 1, 2025, Amazon S3 has discontinued support for Email Grantee Access Control Lists (ACLs). If you attempt to use an Email Grantee ACL in a request after October 1, 2025,
5650
5665
  * the request will receive an `HTTP 405` (Method Not Allowed) error.
@@ -5788,7 +5803,7 @@ export declare const putObject: (input: PutObjectRequest) => effect.Effect<PutOb
5788
5803
  *
5789
5804
  * You must URL encode any signed header values that contain spaces. For example, if your header value is `my file.txt`, containing two spaces after `my`, you must URL encode this value to `my%20%20file.txt`.
5790
5805
  */
5791
- export declare const putObjectAcl: (input: PutObjectAclRequest) => effect.Effect<PutObjectAclOutput, NoSuchKey | CommonErrors, Credentials | Rgn | HttpClient.HttpClient>;
5806
+ export declare const putObjectAcl: (input: PutObjectAclRequest) => effect.Effect<PutObjectAclOutput, NoSuchKey | PermanentRedirect | CommonErrors, Credentials | Rgn | HttpClient.HttpClient>;
5792
5807
  /**
5793
5808
  * This operation is not supported for directory buckets.
5794
5809
  *
@@ -5829,7 +5844,7 @@ export declare const putObjectAcl: (input: PutObjectAclRequest) => effect.Effect
5829
5844
  *
5830
5845
  * You must URL encode any signed header values that contain spaces. For example, if your header value is `my file.txt`, containing two spaces after `my`, you must URL encode this value to `my%20%20file.txt`.
5831
5846
  */
5832
- export declare const putObjectTagging: (input: PutObjectTaggingRequest) => effect.Effect<PutObjectTaggingOutput, NoSuchKey | CommonErrors, Credentials | Rgn | HttpClient.HttpClient>;
5847
+ export declare const putObjectTagging: (input: PutObjectTaggingRequest) => effect.Effect<PutObjectTaggingOutput, NoSuchKey | PermanentRedirect | CommonErrors, Credentials | Rgn | HttpClient.HttpClient>;
5833
5848
  /**
5834
5849
  * This operation is not supported for directory buckets.
5835
5850
  *
@@ -5860,7 +5875,7 @@ export declare const putObjectTagging: (input: PutObjectTaggingRequest) => effec
5860
5875
  *
5861
5876
  * You must URL encode any signed header values that contain spaces. For example, if your header value is `my file.txt`, containing two spaces after `my`, you must URL encode this value to `my%20%20file.txt`.
5862
5877
  */
5863
- export declare const putPublicAccessBlock: (input: PutPublicAccessBlockRequest) => effect.Effect<PutPublicAccessBlockResponse, NoSuchBucket | CommonErrors, Credentials | Rgn | HttpClient.HttpClient>;
5878
+ export declare const putPublicAccessBlock: (input: PutPublicAccessBlockRequest) => effect.Effect<PutPublicAccessBlockResponse, NoSuchBucket | PermanentRedirect | CommonErrors, Credentials | Rgn | HttpClient.HttpClient>;
5864
5879
  /**
5865
5880
  * Uploads a part in a multipart upload.
5866
5881
  *
@@ -6001,7 +6016,7 @@ export declare const putPublicAccessBlock: (input: PutPublicAccessBlockRequest)
6001
6016
  *
6002
6017
  * You must URL encode any signed header values that contain spaces. For example, if your header value is `my file.txt`, containing two spaces after `my`, you must URL encode this value to `my%20%20file.txt`.
6003
6018
  */
6004
- export declare const uploadPart: (input: UploadPartRequest) => effect.Effect<UploadPartOutput, NoSuchBucket | CommonErrors, Credentials | Rgn | HttpClient.HttpClient>;
6019
+ export declare const uploadPart: (input: UploadPartRequest) => effect.Effect<UploadPartOutput, NoSuchBucket | PermanentRedirect | CommonErrors, Credentials | Rgn | HttpClient.HttpClient>;
6005
6020
  /**
6006
6021
  * Creates an S3 Metadata V2 metadata configuration for a general purpose bucket. For more information, see
6007
6022
  * Accelerating
@@ -6359,7 +6374,7 @@ export declare const getBucketPolicyStatus: (input: GetBucketPolicyStatusRequest
6359
6374
  *
6360
6375
  * You must URL encode any signed header values that contain spaces. For example, if your header value is `my file.txt`, containing two spaces after `my`, you must URL encode this value to `my%20%20file.txt`.
6361
6376
  */
6362
- export declare const getObject: (input: GetObjectRequest) => effect.Effect<GetObjectOutput, InvalidObjectState | NoSuchKey | NoSuchBucket | CommonErrors, Credentials | Rgn | HttpClient.HttpClient>;
6377
+ export declare const getObject: (input: GetObjectRequest) => effect.Effect<GetObjectOutput, InvalidObjectState | NoSuchKey | NoSuchBucket | PermanentRedirect | CommonErrors, Credentials | Rgn | HttpClient.HttpClient>;
6363
6378
  /**
6364
6379
  * This operation is not supported for directory buckets.
6365
6380
  *
@@ -6470,7 +6485,7 @@ export declare const listBuckets: {
6470
6485
  *
6471
6486
  * You must URL encode any signed header values that contain spaces. For example, if your header value is `my file.txt`, containing two spaces after `my`, you must URL encode this value to `my%20%20file.txt`.
6472
6487
  */
6473
- export declare const listMultipartUploads: (input: ListMultipartUploadsRequest) => effect.Effect<ListMultipartUploadsOutput, NoSuchBucket | CommonErrors, Credentials | Rgn | HttpClient.HttpClient>;
6488
+ export declare const listMultipartUploads: (input: ListMultipartUploadsRequest) => effect.Effect<ListMultipartUploadsOutput, NoSuchBucket | PermanentRedirect | CommonErrors, Credentials | Rgn | HttpClient.HttpClient>;
6474
6489
  /**
6475
6490
  * This operation is not supported for directory buckets.
6476
6491
  *
@@ -6497,7 +6512,7 @@ export declare const listMultipartUploads: (input: ListMultipartUploadsRequest)
6497
6512
  *
6498
6513
  * You must URL encode any signed header values that contain spaces. For example, if your header value is `my file.txt`, containing two spaces after `my`, you must URL encode this value to `my%20%20file.txt`.
6499
6514
  */
6500
- export declare const listObjectVersions: (input: ListObjectVersionsRequest) => effect.Effect<ListObjectVersionsOutput, NoSuchBucket | CommonErrors, Credentials | Rgn | HttpClient.HttpClient>;
6515
+ export declare const listObjectVersions: (input: ListObjectVersionsRequest) => effect.Effect<ListObjectVersionsOutput, NoSuchBucket | PermanentRedirect | CommonErrors, Credentials | Rgn | HttpClient.HttpClient>;
6501
6516
  /**
6502
6517
  * Lists the parts that have been uploaded for a specific multipart upload.
6503
6518
  *
@@ -6611,7 +6626,7 @@ export declare const listParts: {
6611
6626
  *
6612
6627
  * You must URL encode any signed header values that contain spaces. For example, if your header value is `my file.txt`, containing two spaces after `my`, you must URL encode this value to `my%20%20file.txt`.
6613
6628
  */
6614
- export declare const putBucketCors: (input: PutBucketCorsRequest) => effect.Effect<PutBucketCorsResponse, NoSuchBucket | CommonErrors, Credentials | Rgn | HttpClient.HttpClient>;
6629
+ export declare const putBucketCors: (input: PutBucketCorsRequest) => effect.Effect<PutBucketCorsResponse, NoSuchBucket | PermanentRedirect | CommonErrors, Credentials | Rgn | HttpClient.HttpClient>;
6615
6630
  /**
6616
6631
  * This operation is not supported for directory buckets.
6617
6632
  *
@@ -7160,7 +7175,7 @@ export declare const completeMultipartUpload: (input: CompleteMultipartUploadReq
7160
7175
  *
7161
7176
  * You must URL encode any signed header values that contain spaces. For example, if your header value is `my file.txt`, containing two spaces after `my`, you must URL encode this value to `my%20%20file.txt`.
7162
7177
  */
7163
- export declare const copyObject: (input: CopyObjectRequest) => effect.Effect<CopyObjectOutput, ObjectNotInActiveTierError | NoSuchBucket | CommonErrors, Credentials | Rgn | HttpClient.HttpClient>;
7178
+ export declare const copyObject: (input: CopyObjectRequest) => effect.Effect<CopyObjectOutput, ObjectNotInActiveTierError | NoSuchBucket | PermanentRedirect | CommonErrors, Credentials | Rgn | HttpClient.HttpClient>;
7164
7179
  /**
7165
7180
  * This action creates an Amazon S3 bucket. To create an Amazon S3 on Outposts bucket, see
7166
7181
  * `CreateBucket`
@@ -7434,7 +7449,7 @@ export declare const getObjectAttributes: (input: GetObjectAttributesRequest) =>
7434
7449
  *
7435
7450
  * You must URL encode any signed header values that contain spaces. For example, if your header value is `my file.txt`, containing two spaces after `my`, you must URL encode this value to `my%20%20file.txt`.
7436
7451
  */
7437
- export declare const listObjects: (input: ListObjectsRequest) => effect.Effect<ListObjectsOutput, NoSuchBucket | CommonErrors, Credentials | Rgn | HttpClient.HttpClient>;
7452
+ export declare const listObjects: (input: ListObjectsRequest) => effect.Effect<ListObjectsOutput, NoSuchBucket | PermanentRedirect | CommonErrors, Credentials | Rgn | HttpClient.HttpClient>;
7438
7453
  /**
7439
7454
  * End of support notice: As of October 1, 2025, Amazon S3 has discontinued support for Email Grantee Access Control Lists (ACLs). If you attempt to use an Email Grantee ACL in a request after October 1, 2025,
7440
7455
  * the request will receive an `HTTP 405` (Method Not Allowed) error.
@@ -7580,7 +7595,7 @@ export declare const listObjects: (input: ListObjectsRequest) => effect.Effect<L
7580
7595
  *
7581
7596
  * You must URL encode any signed header values that contain spaces. For example, if your header value is `my file.txt`, containing two spaces after `my`, you must URL encode this value to `my%20%20file.txt`.
7582
7597
  */
7583
- export declare const putBucketAcl: (input: PutBucketAclRequest) => effect.Effect<PutBucketAclResponse, NoSuchBucket | CommonErrors, Credentials | Rgn | HttpClient.HttpClient>;
7598
+ export declare const putBucketAcl: (input: PutBucketAclRequest) => effect.Effect<PutBucketAclResponse, NoSuchBucket | PermanentRedirect | CommonErrors, Credentials | Rgn | HttpClient.HttpClient>;
7584
7599
  /**
7585
7600
  * This operation configures default encryption and Amazon S3 Bucket Keys for an existing bucket. You can also block encryption types using this operation.
7586
7601
  *
@@ -7666,7 +7681,7 @@ export declare const putBucketAcl: (input: PutBucketAclRequest) => effect.Effect
7666
7681
  *
7667
7682
  * You must URL encode any signed header values that contain spaces. For example, if your header value is `my file.txt`, containing two spaces after `my`, you must URL encode this value to `my%20%20file.txt`.
7668
7683
  */
7669
- export declare const putBucketEncryption: (input: PutBucketEncryptionRequest) => effect.Effect<PutBucketEncryptionResponse, NoSuchBucket | CommonErrors, Credentials | Rgn | HttpClient.HttpClient>;
7684
+ export declare const putBucketEncryption: (input: PutBucketEncryptionRequest) => effect.Effect<PutBucketEncryptionResponse, NoSuchBucket | PermanentRedirect | CommonErrors, Credentials | Rgn | HttpClient.HttpClient>;
7670
7685
  /**
7671
7686
  * This operation is not supported for directory buckets.
7672
7687
  *
@@ -7822,7 +7837,7 @@ export declare const putBucketMetricsConfiguration: (input: PutBucketMetricsConf
7822
7837
  *
7823
7838
  * You must URL encode any signed header values that contain spaces. For example, if your header value is `my file.txt`, containing two spaces after `my`, you must URL encode this value to `my%20%20file.txt`.
7824
7839
  */
7825
- export declare const putBucketWebsite: (input: PutBucketWebsiteRequest) => effect.Effect<PutBucketWebsiteResponse, NoSuchBucket | CommonErrors, Credentials | Rgn | HttpClient.HttpClient>;
7840
+ export declare const putBucketWebsite: (input: PutBucketWebsiteRequest) => effect.Effect<PutBucketWebsiteResponse, NoSuchBucket | PermanentRedirect | CommonErrors, Credentials | Rgn | HttpClient.HttpClient>;
7826
7841
  /**
7827
7842
  * This operation enables you to delete multiple objects from a bucket using a single HTTP request. If
7828
7843
  * you know the object keys that you want to delete, then this operation provides a suitable alternative to
@@ -7915,7 +7930,7 @@ export declare const putBucketWebsite: (input: PutBucketWebsiteRequest) => effec
7915
7930
  *
7916
7931
  * You must URL encode any signed header values that contain spaces. For example, if your header value is `my file.txt`, containing two spaces after `my`, you must URL encode this value to `my%20%20file.txt`.
7917
7932
  */
7918
- export declare const deleteObjects: (input: DeleteObjectsRequest) => effect.Effect<DeleteObjectsOutput, NoSuchBucket | CommonErrors, Credentials | Rgn | HttpClient.HttpClient>;
7933
+ export declare const deleteObjects: (input: DeleteObjectsRequest) => effect.Effect<DeleteObjectsOutput, NoSuchBucket | PermanentRedirect | CommonErrors, Credentials | Rgn | HttpClient.HttpClient>;
7919
7934
  /**
7920
7935
  * Retrieves the S3 Metadata configuration for a general purpose bucket. For more information, see
7921
7936
  * Accelerating
@@ -7946,7 +7961,7 @@ export declare const deleteObjects: (input: DeleteObjectsRequest) => effect.Effe
7946
7961
  *
7947
7962
  * You must URL encode any signed header values that contain spaces. For example, if your header value is `my file.txt`, containing two spaces after `my`, you must URL encode this value to `my%20%20file.txt`.
7948
7963
  */
7949
- export declare const getBucketMetadataConfiguration: (input: GetBucketMetadataConfigurationRequest) => effect.Effect<GetBucketMetadataConfigurationOutput, CommonErrors, Credentials | Rgn | HttpClient.HttpClient>;
7964
+ export declare const getBucketMetadataConfiguration: (input: GetBucketMetadataConfigurationRequest) => effect.Effect<GetBucketMetadataConfigurationOutput, NoSuchBucket | CommonErrors, Credentials | Rgn | HttpClient.HttpClient>;
7950
7965
  /**
7951
7966
  * We recommend that you retrieve your S3 Metadata configurations by using the V2
7952
7967
  * GetBucketMetadataTableConfiguration API operation. We no longer recommend using the V1
@@ -7983,7 +7998,7 @@ export declare const getBucketMetadataConfiguration: (input: GetBucketMetadataCo
7983
7998
  *
7984
7999
  * You must URL encode any signed header values that contain spaces. For example, if your header value is `my file.txt`, containing two spaces after `my`, you must URL encode this value to `my%20%20file.txt`.
7985
8000
  */
7986
- export declare const getBucketMetadataTableConfiguration: (input: GetBucketMetadataTableConfigurationRequest) => effect.Effect<GetBucketMetadataTableConfigurationOutput, CommonErrors, Credentials | Rgn | HttpClient.HttpClient>;
8001
+ export declare const getBucketMetadataTableConfiguration: (input: GetBucketMetadataTableConfigurationRequest) => effect.Effect<GetBucketMetadataTableConfigurationOutput, NoSuchBucket | CommonErrors, Credentials | Rgn | HttpClient.HttpClient>;
7987
8002
  /**
7988
8003
  * End of support notice: As of October 1, 2025, Amazon S3 has discontinued support for Email Grantee Access Control Lists (ACLs). If you attempt to use an Email Grantee ACL in a request after October 1, 2025,
7989
8004
  * the request will receive an `HTTP 405` (Method Not Allowed) error.
@@ -8052,7 +8067,7 @@ export declare const getBucketMetadataTableConfiguration: (input: GetBucketMetad
8052
8067
  *
8053
8068
  * You must URL encode any signed header values that contain spaces. For example, if your header value is `my file.txt`, containing two spaces after `my`, you must URL encode this value to `my%20%20file.txt`.
8054
8069
  */
8055
- export declare const putBucketLogging: (input: PutBucketLoggingRequest) => effect.Effect<PutBucketLoggingResponse, NoSuchBucket | CommonErrors, Credentials | Rgn | HttpClient.HttpClient>;
8070
+ export declare const putBucketLogging: (input: PutBucketLoggingRequest) => effect.Effect<PutBucketLoggingResponse, NoSuchBucket | PermanentRedirect | CommonErrors, Credentials | Rgn | HttpClient.HttpClient>;
8056
8071
  /**
8057
8072
  * This operation is not supported for directory buckets.
8058
8073
  *
@@ -8072,7 +8087,7 @@ export declare const putBucketLogging: (input: PutBucketLoggingRequest) => effec
8072
8087
  *
8073
8088
  * You must URL encode any signed header values that contain spaces. For example, if your header value is `my file.txt`, containing two spaces after `my`, you must URL encode this value to `my%20%20file.txt`.
8074
8089
  */
8075
- export declare const putObjectLockConfiguration: (input: PutObjectLockConfigurationRequest) => effect.Effect<PutObjectLockConfigurationOutput, InvalidBucketState | NoSuchBucket | CommonErrors, Credentials | Rgn | HttpClient.HttpClient>;
8090
+ export declare const putObjectLockConfiguration: (input: PutObjectLockConfigurationRequest) => effect.Effect<PutObjectLockConfigurationOutput, InvalidBucketState | NoSuchBucket | PermanentRedirect | CommonErrors, Credentials | Rgn | HttpClient.HttpClient>;
8076
8091
  /**
8077
8092
  * This operation is not supported for directory buckets.
8078
8093
  *
@@ -8306,7 +8321,7 @@ export declare const putBucketInventoryConfiguration: (input: PutBucketInventory
8306
8321
  *
8307
8322
  * You must URL encode any signed header values that contain spaces. For example, if your header value is `my file.txt`, containing two spaces after `my`, you must URL encode this value to `my%20%20file.txt`.
8308
8323
  */
8309
- export declare const putBucketLifecycleConfiguration: (input: PutBucketLifecycleConfigurationRequest) => effect.Effect<PutBucketLifecycleConfigurationOutput, InvalidRequest | MalformedXML | NoSuchBucket | CommonErrors, Credentials | Rgn | HttpClient.HttpClient>;
8324
+ export declare const putBucketLifecycleConfiguration: (input: PutBucketLifecycleConfigurationRequest) => effect.Effect<PutBucketLifecycleConfigurationOutput, InvalidRequest | MalformedXML | NoSuchBucket | PermanentRedirect | CommonErrors, Credentials | Rgn | HttpClient.HttpClient>;
8310
8325
  /**
8311
8326
  * This operation is not supported for directory buckets.
8312
8327
  *
@@ -8563,7 +8578,7 @@ export declare const putBucketReplication: (input: PutBucketReplicationRequest)
8563
8578
  *
8564
8579
  * You must URL encode any signed header values that contain spaces. For example, if your header value is `my file.txt`, containing two spaces after `my`, you must URL encode this value to `my%20%20file.txt`.
8565
8580
  */
8566
- export declare const restoreObject: (input: RestoreObjectRequest) => effect.Effect<RestoreObjectOutput, ObjectAlreadyInActiveTierError | NoSuchKey | CommonErrors, Credentials | Rgn | HttpClient.HttpClient>;
8581
+ export declare const restoreObject: (input: RestoreObjectRequest) => effect.Effect<RestoreObjectOutput, ObjectAlreadyInActiveTierError | NoSuchKey | PermanentRedirect | CommonErrors, Credentials | Rgn | HttpClient.HttpClient>;
8567
8582
  /**
8568
8583
  * This operation is not supported for directory buckets.
8569
8584
  *
@@ -8655,6 +8670,6 @@ export declare const restoreObject: (input: RestoreObjectRequest) => effect.Effe
8655
8670
  *
8656
8671
  * You must URL encode any signed header values that contain spaces. For example, if your header value is `my file.txt`, containing two spaces after `my`, you must URL encode this value to `my%20%20file.txt`.
8657
8672
  */
8658
- export declare const selectObjectContent: (input: SelectObjectContentRequest) => effect.Effect<SelectObjectContentOutput, CommonErrors, Credentials | Rgn | HttpClient.HttpClient>;
8673
+ export declare const selectObjectContent: (input: SelectObjectContentRequest) => effect.Effect<SelectObjectContentOutput, PermanentRedirect | CommonErrors, Credentials | Rgn | HttpClient.HttpClient>;
8659
8674
  export {};
8660
8675
  //# sourceMappingURL=s3.d.ts.map