@distilled.cloud/aws 0.17.0 → 0.18.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/services/s3.d.ts +104 -93
- package/lib/services/s3.d.ts.map +1 -1
- package/lib/services/s3.js +136 -76
- package/lib/services/s3.js.map +1 -1
- package/package.json +2 -2
- package/src/services/s3.ts +235 -77
package/lib/services/s3.d.ts
CHANGED
|
@@ -3126,6 +3126,17 @@ declare const RequestLimitExceeded_base: S.Class<RequestLimitExceeded, S.TaggedS
|
|
|
3126
3126
|
});
|
|
3127
3127
|
export declare class RequestLimitExceeded extends RequestLimitExceeded_base {
|
|
3128
3128
|
}
|
|
3129
|
+
declare const SlowDown_base: S.Class<SlowDown, S.TaggedStruct<"SlowDown", {}>, import("effect/Cause").YieldableError> & (new (...args: any[]) => {
|
|
3130
|
+
"@distilled.cloud/error/categories": {
|
|
3131
|
+
ThrottlingError: true;
|
|
3132
|
+
};
|
|
3133
|
+
}) & (new (...args: any[]) => {
|
|
3134
|
+
"@distilled.cloud/error/categories": {
|
|
3135
|
+
RetryableError: true;
|
|
3136
|
+
};
|
|
3137
|
+
});
|
|
3138
|
+
export declare class SlowDown extends SlowDown_base {
|
|
3139
|
+
}
|
|
3129
3140
|
declare const NoSuchBucket_base: S.Class<NoSuchBucket, S.TaggedStruct<"NoSuchBucket", {
|
|
3130
3141
|
readonly Message: S.optional<S.String>;
|
|
3131
3142
|
readonly BucketName: S.optional<S.String>;
|
|
@@ -3344,7 +3355,7 @@ declare const ObjectAlreadyInActiveTierError_base: S.Class<ObjectAlreadyInActive
|
|
|
3344
3355
|
});
|
|
3345
3356
|
export declare class ObjectAlreadyInActiveTierError extends ObjectAlreadyInActiveTierError_base {
|
|
3346
3357
|
}
|
|
3347
|
-
export type AbortMultipartUploadError = NoSuchUpload | RequestLimitExceeded | NoSuchBucket | NotFound | CommonErrors;
|
|
3358
|
+
export type AbortMultipartUploadError = NoSuchUpload | RequestLimitExceeded | SlowDown | NoSuchBucket | NotFound | CommonErrors;
|
|
3348
3359
|
/**
|
|
3349
3360
|
* This operation aborts a multipart upload. After a multipart upload is aborted, no additional parts
|
|
3350
3361
|
* can be uploaded using that upload ID. The storage consumed by any previously uploaded parts will be
|
|
@@ -3515,7 +3526,7 @@ export type CompleteMultipartUploadError = CommonErrors;
|
|
|
3515
3526
|
* 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`.
|
|
3516
3527
|
*/
|
|
3517
3528
|
export declare const completeMultipartUpload: API.OperationMethod<CompleteMultipartUploadRequest, CompleteMultipartUploadOutput, CompleteMultipartUploadError, Credentials | Rgn | HttpClient.HttpClient>;
|
|
3518
|
-
export type CopyObjectError = ObjectNotInActiveTierError | RequestLimitExceeded | NoSuchBucket | PermanentRedirect | CommonErrors;
|
|
3529
|
+
export type CopyObjectError = ObjectNotInActiveTierError | RequestLimitExceeded | SlowDown | NoSuchBucket | PermanentRedirect | CommonErrors;
|
|
3519
3530
|
/**
|
|
3520
3531
|
* Creates a copy of an object that is already stored in Amazon S3.
|
|
3521
3532
|
*
|
|
@@ -3678,7 +3689,7 @@ export type CopyObjectError = ObjectNotInActiveTierError | RequestLimitExceeded
|
|
|
3678
3689
|
* 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`.
|
|
3679
3690
|
*/
|
|
3680
3691
|
export declare const copyObject: API.OperationMethod<CopyObjectRequest, CopyObjectOutput, CopyObjectError, Credentials | Rgn | HttpClient.HttpClient>;
|
|
3681
|
-
export type CreateBucketError = BucketAlreadyExists | BucketAlreadyOwnedByYou | RequestLimitExceeded | IllegalLocationConstraintException | InvalidArgument | InvalidBucketName | InvalidLocationConstraint | CommonErrors;
|
|
3692
|
+
export type CreateBucketError = BucketAlreadyExists | BucketAlreadyOwnedByYou | RequestLimitExceeded | SlowDown | IllegalLocationConstraintException | InvalidArgument | InvalidBucketName | InvalidLocationConstraint | CommonErrors;
|
|
3682
3693
|
/**
|
|
3683
3694
|
* This action creates an Amazon S3 bucket. To create an Amazon S3 on Outposts bucket, see
|
|
3684
3695
|
* `CreateBucket`
|
|
@@ -3902,7 +3913,7 @@ export type CreateBucketMetadataTableConfigurationError = CommonErrors;
|
|
|
3902
3913
|
* 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`.
|
|
3903
3914
|
*/
|
|
3904
3915
|
export declare const createBucketMetadataTableConfiguration: API.OperationMethod<CreateBucketMetadataTableConfigurationRequest, CreateBucketMetadataTableConfigurationResponse, CreateBucketMetadataTableConfigurationError, Credentials | Rgn | HttpClient.HttpClient>;
|
|
3905
|
-
export type CreateMultipartUploadError = RequestLimitExceeded | NoSuchBucket | PermanentRedirect | CommonErrors;
|
|
3916
|
+
export type CreateMultipartUploadError = RequestLimitExceeded | SlowDown | NoSuchBucket | PermanentRedirect | CommonErrors;
|
|
3906
3917
|
/**
|
|
3907
3918
|
* 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,
|
|
3908
3919
|
* the request will receive an `HTTP 405` (Method Not Allowed) error.
|
|
@@ -4175,7 +4186,7 @@ export type CreateSessionError = NoSuchBucket | CommonErrors;
|
|
|
4175
4186
|
* 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`.
|
|
4176
4187
|
*/
|
|
4177
4188
|
export declare const createSession: API.OperationMethod<CreateSessionRequest, CreateSessionOutput, CreateSessionError, Credentials | Rgn | HttpClient.HttpClient>;
|
|
4178
|
-
export type DeleteBucketError = RequestLimitExceeded | BucketNotEmpty | NoSuchBucket | PermanentRedirect | CommonErrors;
|
|
4189
|
+
export type DeleteBucketError = RequestLimitExceeded | SlowDown | BucketNotEmpty | NoSuchBucket | PermanentRedirect | CommonErrors;
|
|
4179
4190
|
/**
|
|
4180
4191
|
* Deletes the S3 bucket. All objects (including all object versions and delete markers) in the bucket
|
|
4181
4192
|
* must be deleted before the bucket itself can be deleted.
|
|
@@ -4212,7 +4223,7 @@ export type DeleteBucketError = RequestLimitExceeded | BucketNotEmpty | NoSuchBu
|
|
|
4212
4223
|
* 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`.
|
|
4213
4224
|
*/
|
|
4214
4225
|
export declare const deleteBucket: API.OperationMethod<DeleteBucketRequest, DeleteBucketResponse, DeleteBucketError, Credentials | Rgn | HttpClient.HttpClient>;
|
|
4215
|
-
export type DeleteBucketAnalyticsConfigurationError = RequestLimitExceeded | NoSuchBucket | CommonErrors;
|
|
4226
|
+
export type DeleteBucketAnalyticsConfigurationError = RequestLimitExceeded | SlowDown | NoSuchBucket | CommonErrors;
|
|
4216
4227
|
/**
|
|
4217
4228
|
* This operation is not supported for directory buckets.
|
|
4218
4229
|
*
|
|
@@ -4238,7 +4249,7 @@ export type DeleteBucketAnalyticsConfigurationError = RequestLimitExceeded | NoS
|
|
|
4238
4249
|
* 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`.
|
|
4239
4250
|
*/
|
|
4240
4251
|
export declare const deleteBucketAnalyticsConfiguration: API.OperationMethod<DeleteBucketAnalyticsConfigurationRequest, DeleteBucketAnalyticsConfigurationResponse, DeleteBucketAnalyticsConfigurationError, Credentials | Rgn | HttpClient.HttpClient>;
|
|
4241
|
-
export type DeleteBucketCorsError = RequestLimitExceeded | NoSuchBucket | CommonErrors;
|
|
4252
|
+
export type DeleteBucketCorsError = RequestLimitExceeded | SlowDown | NoSuchBucket | CommonErrors;
|
|
4242
4253
|
/**
|
|
4243
4254
|
* This operation is not supported for directory buckets.
|
|
4244
4255
|
*
|
|
@@ -4259,7 +4270,7 @@ export type DeleteBucketCorsError = RequestLimitExceeded | NoSuchBucket | Common
|
|
|
4259
4270
|
* 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`.
|
|
4260
4271
|
*/
|
|
4261
4272
|
export declare const deleteBucketCors: API.OperationMethod<DeleteBucketCorsRequest, DeleteBucketCorsResponse, DeleteBucketCorsError, Credentials | Rgn | HttpClient.HttpClient>;
|
|
4262
|
-
export type DeleteBucketEncryptionError = RequestLimitExceeded | NoSuchBucket | CommonErrors;
|
|
4273
|
+
export type DeleteBucketEncryptionError = RequestLimitExceeded | SlowDown | NoSuchBucket | CommonErrors;
|
|
4263
4274
|
/**
|
|
4264
4275
|
* This implementation of the DELETE action resets the default encryption for the bucket as server-side
|
|
4265
4276
|
* encryption with Amazon S3 managed keys (SSE-S3).
|
|
@@ -4299,7 +4310,7 @@ export type DeleteBucketEncryptionError = RequestLimitExceeded | NoSuchBucket |
|
|
|
4299
4310
|
* 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
4311
|
*/
|
|
4301
4312
|
export declare const deleteBucketEncryption: API.OperationMethod<DeleteBucketEncryptionRequest, DeleteBucketEncryptionResponse, DeleteBucketEncryptionError, Credentials | Rgn | HttpClient.HttpClient>;
|
|
4302
|
-
export type DeleteBucketIntelligentTieringConfigurationError = RequestLimitExceeded | NoSuchBucket | CommonErrors;
|
|
4313
|
+
export type DeleteBucketIntelligentTieringConfigurationError = RequestLimitExceeded | SlowDown | NoSuchBucket | CommonErrors;
|
|
4303
4314
|
/**
|
|
4304
4315
|
* This operation is not supported for directory buckets.
|
|
4305
4316
|
*
|
|
@@ -4322,7 +4333,7 @@ export type DeleteBucketIntelligentTieringConfigurationError = RequestLimitExcee
|
|
|
4322
4333
|
* 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`.
|
|
4323
4334
|
*/
|
|
4324
4335
|
export declare const deleteBucketIntelligentTieringConfiguration: API.OperationMethod<DeleteBucketIntelligentTieringConfigurationRequest, DeleteBucketIntelligentTieringConfigurationResponse, DeleteBucketIntelligentTieringConfigurationError, Credentials | Rgn | HttpClient.HttpClient>;
|
|
4325
|
-
export type DeleteBucketInventoryConfigurationError = RequestLimitExceeded | NoSuchBucket | CommonErrors;
|
|
4336
|
+
export type DeleteBucketInventoryConfigurationError = RequestLimitExceeded | SlowDown | NoSuchBucket | CommonErrors;
|
|
4326
4337
|
/**
|
|
4327
4338
|
* This operation is not supported for directory buckets.
|
|
4328
4339
|
*
|
|
@@ -4349,7 +4360,7 @@ export type DeleteBucketInventoryConfigurationError = RequestLimitExceeded | NoS
|
|
|
4349
4360
|
* 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`.
|
|
4350
4361
|
*/
|
|
4351
4362
|
export declare const deleteBucketInventoryConfiguration: API.OperationMethod<DeleteBucketInventoryConfigurationRequest, DeleteBucketInventoryConfigurationResponse, DeleteBucketInventoryConfigurationError, Credentials | Rgn | HttpClient.HttpClient>;
|
|
4352
|
-
export type DeleteBucketLifecycleError = RequestLimitExceeded | NoSuchBucket | CommonErrors;
|
|
4363
|
+
export type DeleteBucketLifecycleError = RequestLimitExceeded | SlowDown | NoSuchBucket | CommonErrors;
|
|
4353
4364
|
/**
|
|
4354
4365
|
* Deletes the lifecycle configuration from the specified bucket. Amazon S3 removes all the lifecycle
|
|
4355
4366
|
* configuration rules in the lifecycle subresource associated with the bucket. Your objects never expire,
|
|
@@ -4400,7 +4411,7 @@ export type DeleteBucketLifecycleError = RequestLimitExceeded | NoSuchBucket | C
|
|
|
4400
4411
|
* 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`.
|
|
4401
4412
|
*/
|
|
4402
4413
|
export declare const deleteBucketLifecycle: API.OperationMethod<DeleteBucketLifecycleRequest, DeleteBucketLifecycleResponse, DeleteBucketLifecycleError, Credentials | Rgn | HttpClient.HttpClient>;
|
|
4403
|
-
export type DeleteBucketMetadataConfigurationError = RequestLimitExceeded | NoSuchBucket | CommonErrors;
|
|
4414
|
+
export type DeleteBucketMetadataConfigurationError = RequestLimitExceeded | SlowDown | NoSuchBucket | CommonErrors;
|
|
4404
4415
|
/**
|
|
4405
4416
|
* Deletes an S3 Metadata configuration from a general purpose bucket. For more information, see
|
|
4406
4417
|
* Accelerating
|
|
@@ -4433,7 +4444,7 @@ export type DeleteBucketMetadataConfigurationError = RequestLimitExceeded | NoSu
|
|
|
4433
4444
|
* 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`.
|
|
4434
4445
|
*/
|
|
4435
4446
|
export declare const deleteBucketMetadataConfiguration: API.OperationMethod<DeleteBucketMetadataConfigurationRequest, DeleteBucketMetadataConfigurationResponse, DeleteBucketMetadataConfigurationError, Credentials | Rgn | HttpClient.HttpClient>;
|
|
4436
|
-
export type DeleteBucketMetadataTableConfigurationError = RequestLimitExceeded | NoSuchBucket | CommonErrors;
|
|
4447
|
+
export type DeleteBucketMetadataTableConfigurationError = RequestLimitExceeded | SlowDown | NoSuchBucket | CommonErrors;
|
|
4437
4448
|
/**
|
|
4438
4449
|
* We recommend that you delete your S3 Metadata configurations by using the V2
|
|
4439
4450
|
* DeleteBucketMetadataTableConfiguration API operation. We no longer recommend using
|
|
@@ -4472,7 +4483,7 @@ export type DeleteBucketMetadataTableConfigurationError = RequestLimitExceeded |
|
|
|
4472
4483
|
* 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`.
|
|
4473
4484
|
*/
|
|
4474
4485
|
export declare const deleteBucketMetadataTableConfiguration: API.OperationMethod<DeleteBucketMetadataTableConfigurationRequest, DeleteBucketMetadataTableConfigurationResponse, DeleteBucketMetadataTableConfigurationError, Credentials | Rgn | HttpClient.HttpClient>;
|
|
4475
|
-
export type DeleteBucketMetricsConfigurationError = RequestLimitExceeded | NoSuchBucket | CommonErrors;
|
|
4486
|
+
export type DeleteBucketMetricsConfigurationError = RequestLimitExceeded | SlowDown | NoSuchBucket | CommonErrors;
|
|
4476
4487
|
/**
|
|
4477
4488
|
* Deletes a metrics configuration for the Amazon CloudWatch request metrics (specified by the metrics
|
|
4478
4489
|
* configuration ID) from the bucket. Note that this doesn't include the daily storage metrics.
|
|
@@ -4520,7 +4531,7 @@ export type DeleteBucketMetricsConfigurationError = RequestLimitExceeded | NoSuc
|
|
|
4520
4531
|
* 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`.
|
|
4521
4532
|
*/
|
|
4522
4533
|
export declare const deleteBucketMetricsConfiguration: API.OperationMethod<DeleteBucketMetricsConfigurationRequest, DeleteBucketMetricsConfigurationResponse, DeleteBucketMetricsConfigurationError, Credentials | Rgn | HttpClient.HttpClient>;
|
|
4523
|
-
export type DeleteBucketOwnershipControlsError = RequestLimitExceeded | NoSuchBucket | CommonErrors;
|
|
4534
|
+
export type DeleteBucketOwnershipControlsError = RequestLimitExceeded | SlowDown | NoSuchBucket | CommonErrors;
|
|
4524
4535
|
/**
|
|
4525
4536
|
* This operation is not supported for directory buckets.
|
|
4526
4537
|
*
|
|
@@ -4540,7 +4551,7 @@ export type DeleteBucketOwnershipControlsError = RequestLimitExceeded | NoSuchBu
|
|
|
4540
4551
|
* 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`.
|
|
4541
4552
|
*/
|
|
4542
4553
|
export declare const deleteBucketOwnershipControls: API.OperationMethod<DeleteBucketOwnershipControlsRequest, DeleteBucketOwnershipControlsResponse, DeleteBucketOwnershipControlsError, Credentials | Rgn | HttpClient.HttpClient>;
|
|
4543
|
-
export type DeleteBucketPolicyError = RequestLimitExceeded | NoSuchBucket | PermanentRedirect | SignatureDoesNotMatch | CommonErrors;
|
|
4554
|
+
export type DeleteBucketPolicyError = RequestLimitExceeded | SlowDown | NoSuchBucket | PermanentRedirect | SignatureDoesNotMatch | CommonErrors;
|
|
4544
4555
|
/**
|
|
4545
4556
|
* Deletes the policy of a specified bucket.
|
|
4546
4557
|
*
|
|
@@ -4591,7 +4602,7 @@ export type DeleteBucketPolicyError = RequestLimitExceeded | NoSuchBucket | Perm
|
|
|
4591
4602
|
* 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`.
|
|
4592
4603
|
*/
|
|
4593
4604
|
export declare const deleteBucketPolicy: API.OperationMethod<DeleteBucketPolicyRequest, DeleteBucketPolicyResponse, DeleteBucketPolicyError, Credentials | Rgn | HttpClient.HttpClient>;
|
|
4594
|
-
export type DeleteBucketReplicationError = RequestLimitExceeded | NoSuchBucket | CommonErrors;
|
|
4605
|
+
export type DeleteBucketReplicationError = RequestLimitExceeded | SlowDown | NoSuchBucket | CommonErrors;
|
|
4595
4606
|
/**
|
|
4596
4607
|
* This operation is not supported for directory buckets.
|
|
4597
4608
|
*
|
|
@@ -4616,7 +4627,7 @@ export type DeleteBucketReplicationError = RequestLimitExceeded | NoSuchBucket |
|
|
|
4616
4627
|
* 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
4628
|
*/
|
|
4618
4629
|
export declare const deleteBucketReplication: API.OperationMethod<DeleteBucketReplicationRequest, DeleteBucketReplicationResponse, DeleteBucketReplicationError, Credentials | Rgn | HttpClient.HttpClient>;
|
|
4619
|
-
export type DeleteBucketTaggingError = RequestLimitExceeded | NoSuchBucket | CommonErrors;
|
|
4630
|
+
export type DeleteBucketTaggingError = RequestLimitExceeded | SlowDown | NoSuchBucket | CommonErrors;
|
|
4620
4631
|
/**
|
|
4621
4632
|
* This operation is not supported for directory buckets.
|
|
4622
4633
|
*
|
|
@@ -4634,7 +4645,7 @@ export type DeleteBucketTaggingError = RequestLimitExceeded | NoSuchBucket | Com
|
|
|
4634
4645
|
* 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`.
|
|
4635
4646
|
*/
|
|
4636
4647
|
export declare const deleteBucketTagging: API.OperationMethod<DeleteBucketTaggingRequest, DeleteBucketTaggingResponse, DeleteBucketTaggingError, Credentials | Rgn | HttpClient.HttpClient>;
|
|
4637
|
-
export type DeleteBucketWebsiteError = RequestLimitExceeded | NoSuchBucket | CommonErrors;
|
|
4648
|
+
export type DeleteBucketWebsiteError = RequestLimitExceeded | SlowDown | NoSuchBucket | CommonErrors;
|
|
4638
4649
|
/**
|
|
4639
4650
|
* This operation is not supported for directory buckets.
|
|
4640
4651
|
*
|
|
@@ -4660,7 +4671,7 @@ export type DeleteBucketWebsiteError = RequestLimitExceeded | NoSuchBucket | Com
|
|
|
4660
4671
|
* 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`.
|
|
4661
4672
|
*/
|
|
4662
4673
|
export declare const deleteBucketWebsite: API.OperationMethod<DeleteBucketWebsiteRequest, DeleteBucketWebsiteResponse, DeleteBucketWebsiteError, Credentials | Rgn | HttpClient.HttpClient>;
|
|
4663
|
-
export type DeleteObjectError = RequestLimitExceeded | NoSuchBucket | PermanentRedirect | NotFound | CommonErrors;
|
|
4674
|
+
export type DeleteObjectError = RequestLimitExceeded | SlowDown | NoSuchBucket | PermanentRedirect | NotFound | CommonErrors;
|
|
4664
4675
|
/**
|
|
4665
4676
|
* Removes an object from a bucket. The behavior depends on the bucket's versioning state:
|
|
4666
4677
|
*
|
|
@@ -4752,7 +4763,7 @@ export type DeleteObjectError = RequestLimitExceeded | NoSuchBucket | PermanentR
|
|
|
4752
4763
|
* The `If-Match` header is supported for both general purpose and directory buckets. `IfMatchLastModifiedTime` and `IfMatchSize` is only supported for directory buckets.
|
|
4753
4764
|
*/
|
|
4754
4765
|
export declare const deleteObject: API.OperationMethod<DeleteObjectRequest, DeleteObjectOutput, DeleteObjectError, Credentials | Rgn | HttpClient.HttpClient>;
|
|
4755
|
-
export type DeleteObjectsError = RequestLimitExceeded | NoSuchBucket | PermanentRedirect | CommonErrors;
|
|
4766
|
+
export type DeleteObjectsError = RequestLimitExceeded | SlowDown | NoSuchBucket | PermanentRedirect | CommonErrors;
|
|
4756
4767
|
/**
|
|
4757
4768
|
* This operation enables you to delete multiple objects from a bucket using a single HTTP request. If
|
|
4758
4769
|
* you know the object keys that you want to delete, then this operation provides a suitable alternative to
|
|
@@ -4846,7 +4857,7 @@ export type DeleteObjectsError = RequestLimitExceeded | NoSuchBucket | Permanent
|
|
|
4846
4857
|
* 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`.
|
|
4847
4858
|
*/
|
|
4848
4859
|
export declare const deleteObjects: API.OperationMethod<DeleteObjectsRequest, DeleteObjectsOutput, DeleteObjectsError, Credentials | Rgn | HttpClient.HttpClient>;
|
|
4849
|
-
export type DeleteObjectTaggingError = RequestLimitExceeded | NoSuchKey | PermanentRedirect | CommonErrors;
|
|
4860
|
+
export type DeleteObjectTaggingError = RequestLimitExceeded | SlowDown | NoSuchKey | PermanentRedirect | CommonErrors;
|
|
4850
4861
|
/**
|
|
4851
4862
|
* This operation is not supported for directory buckets.
|
|
4852
4863
|
*
|
|
@@ -4869,7 +4880,7 @@ export type DeleteObjectTaggingError = RequestLimitExceeded | NoSuchKey | Perman
|
|
|
4869
4880
|
* 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`.
|
|
4870
4881
|
*/
|
|
4871
4882
|
export declare const deleteObjectTagging: API.OperationMethod<DeleteObjectTaggingRequest, DeleteObjectTaggingOutput, DeleteObjectTaggingError, Credentials | Rgn | HttpClient.HttpClient>;
|
|
4872
|
-
export type DeletePublicAccessBlockError = RequestLimitExceeded | NoSuchBucket | CommonErrors;
|
|
4883
|
+
export type DeletePublicAccessBlockError = RequestLimitExceeded | SlowDown | NoSuchBucket | CommonErrors;
|
|
4873
4884
|
/**
|
|
4874
4885
|
* This operation is not supported for directory buckets.
|
|
4875
4886
|
*
|
|
@@ -4894,12 +4905,12 @@ export type DeletePublicAccessBlockError = RequestLimitExceeded | NoSuchBucket |
|
|
|
4894
4905
|
* 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`.
|
|
4895
4906
|
*/
|
|
4896
4907
|
export declare const deletePublicAccessBlock: API.OperationMethod<DeletePublicAccessBlockRequest, DeletePublicAccessBlockResponse, DeletePublicAccessBlockError, Credentials | Rgn | HttpClient.HttpClient>;
|
|
4897
|
-
export type GetBucketAbacError = RequestLimitExceeded | NoSuchBucket | CommonErrors;
|
|
4908
|
+
export type GetBucketAbacError = RequestLimitExceeded | SlowDown | NoSuchBucket | CommonErrors;
|
|
4898
4909
|
/**
|
|
4899
4910
|
* 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.
|
|
4900
4911
|
*/
|
|
4901
4912
|
export declare const getBucketAbac: API.OperationMethod<GetBucketAbacRequest, GetBucketAbacOutput, GetBucketAbacError, Credentials | Rgn | HttpClient.HttpClient>;
|
|
4902
|
-
export type GetBucketAccelerateConfigurationError = RequestLimitExceeded | NoSuchBucket | PermanentRedirect | CommonErrors;
|
|
4913
|
+
export type GetBucketAccelerateConfigurationError = RequestLimitExceeded | SlowDown | NoSuchBucket | PermanentRedirect | CommonErrors;
|
|
4903
4914
|
/**
|
|
4904
4915
|
* This operation is not supported for directory buckets.
|
|
4905
4916
|
*
|
|
@@ -4930,7 +4941,7 @@ export type GetBucketAccelerateConfigurationError = RequestLimitExceeded | NoSuc
|
|
|
4930
4941
|
* 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`.
|
|
4931
4942
|
*/
|
|
4932
4943
|
export declare const getBucketAccelerateConfiguration: API.OperationMethod<GetBucketAccelerateConfigurationRequest, GetBucketAccelerateConfigurationOutput, GetBucketAccelerateConfigurationError, Credentials | Rgn | HttpClient.HttpClient>;
|
|
4933
|
-
export type GetBucketAclError = RequestLimitExceeded | NoSuchBucket | PermanentRedirect | CommonErrors;
|
|
4944
|
+
export type GetBucketAclError = RequestLimitExceeded | SlowDown | NoSuchBucket | PermanentRedirect | CommonErrors;
|
|
4934
4945
|
/**
|
|
4935
4946
|
* This operation is not supported for directory buckets.
|
|
4936
4947
|
*
|
|
@@ -4959,7 +4970,7 @@ export type GetBucketAclError = RequestLimitExceeded | NoSuchBucket | PermanentR
|
|
|
4959
4970
|
* - ListObjects
|
|
4960
4971
|
*/
|
|
4961
4972
|
export declare const getBucketAcl: API.OperationMethod<GetBucketAclRequest, GetBucketAclOutput, GetBucketAclError, Credentials | Rgn | HttpClient.HttpClient>;
|
|
4962
|
-
export type GetBucketAnalyticsConfigurationError = RequestLimitExceeded | NoSuchBucket | NoSuchConfiguration | CommonErrors;
|
|
4973
|
+
export type GetBucketAnalyticsConfigurationError = RequestLimitExceeded | SlowDown | NoSuchBucket | NoSuchConfiguration | CommonErrors;
|
|
4963
4974
|
/**
|
|
4964
4975
|
* This operation is not supported for directory buckets.
|
|
4965
4976
|
*
|
|
@@ -4985,7 +4996,7 @@ export type GetBucketAnalyticsConfigurationError = RequestLimitExceeded | NoSuch
|
|
|
4985
4996
|
* 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`.
|
|
4986
4997
|
*/
|
|
4987
4998
|
export declare const getBucketAnalyticsConfiguration: API.OperationMethod<GetBucketAnalyticsConfigurationRequest, GetBucketAnalyticsConfigurationOutput, GetBucketAnalyticsConfigurationError, Credentials | Rgn | HttpClient.HttpClient>;
|
|
4988
|
-
export type GetBucketCorsError = RequestLimitExceeded | NoSuchBucket | NoSuchCORSConfiguration | PermanentRedirect | CommonErrors;
|
|
4999
|
+
export type GetBucketCorsError = RequestLimitExceeded | SlowDown | NoSuchBucket | NoSuchCORSConfiguration | PermanentRedirect | CommonErrors;
|
|
4989
5000
|
/**
|
|
4990
5001
|
* This operation is not supported for directory buckets.
|
|
4991
5002
|
*
|
|
@@ -5013,7 +5024,7 @@ export type GetBucketCorsError = RequestLimitExceeded | NoSuchBucket | NoSuchCOR
|
|
|
5013
5024
|
* 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`.
|
|
5014
5025
|
*/
|
|
5015
5026
|
export declare const getBucketCors: API.OperationMethod<GetBucketCorsRequest, GetBucketCorsOutput, GetBucketCorsError, Credentials | Rgn | HttpClient.HttpClient>;
|
|
5016
|
-
export type GetBucketEncryptionError = RequestLimitExceeded | NoSuchBucket | ParseError | PermanentRedirect | CommonErrors;
|
|
5027
|
+
export type GetBucketEncryptionError = RequestLimitExceeded | SlowDown | NoSuchBucket | ParseError | PermanentRedirect | CommonErrors;
|
|
5017
5028
|
/**
|
|
5018
5029
|
* Returns the default encryption configuration for an Amazon S3 bucket. By default, all buckets have a
|
|
5019
5030
|
* default encryption configuration that uses server-side encryption with Amazon S3 managed keys (SSE-S3). This operation also returns the BucketKeyEnabled and BlockedEncryptionTypes statuses.
|
|
@@ -5053,7 +5064,7 @@ export type GetBucketEncryptionError = RequestLimitExceeded | NoSuchBucket | Par
|
|
|
5053
5064
|
* 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`.
|
|
5054
5065
|
*/
|
|
5055
5066
|
export declare const getBucketEncryption: API.OperationMethod<GetBucketEncryptionRequest, GetBucketEncryptionOutput, GetBucketEncryptionError, Credentials | Rgn | HttpClient.HttpClient>;
|
|
5056
|
-
export type GetBucketIntelligentTieringConfigurationError = RequestLimitExceeded | NoSuchBucket | NoSuchConfiguration | CommonErrors;
|
|
5067
|
+
export type GetBucketIntelligentTieringConfigurationError = RequestLimitExceeded | SlowDown | NoSuchBucket | NoSuchConfiguration | CommonErrors;
|
|
5057
5068
|
/**
|
|
5058
5069
|
* This operation is not supported for directory buckets.
|
|
5059
5070
|
*
|
|
@@ -5076,7 +5087,7 @@ export type GetBucketIntelligentTieringConfigurationError = RequestLimitExceeded
|
|
|
5076
5087
|
* 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`.
|
|
5077
5088
|
*/
|
|
5078
5089
|
export declare const getBucketIntelligentTieringConfiguration: API.OperationMethod<GetBucketIntelligentTieringConfigurationRequest, GetBucketIntelligentTieringConfigurationOutput, GetBucketIntelligentTieringConfigurationError, Credentials | Rgn | HttpClient.HttpClient>;
|
|
5079
|
-
export type GetBucketInventoryConfigurationError = RequestLimitExceeded | NoSuchBucket | NoSuchConfiguration | CommonErrors;
|
|
5090
|
+
export type GetBucketInventoryConfigurationError = RequestLimitExceeded | SlowDown | NoSuchBucket | NoSuchConfiguration | CommonErrors;
|
|
5080
5091
|
/**
|
|
5081
5092
|
* This operation is not supported for directory buckets.
|
|
5082
5093
|
*
|
|
@@ -5101,7 +5112,7 @@ export type GetBucketInventoryConfigurationError = RequestLimitExceeded | NoSuch
|
|
|
5101
5112
|
* 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`.
|
|
5102
5113
|
*/
|
|
5103
5114
|
export declare const getBucketInventoryConfiguration: API.OperationMethod<GetBucketInventoryConfigurationRequest, GetBucketInventoryConfigurationOutput, GetBucketInventoryConfigurationError, Credentials | Rgn | HttpClient.HttpClient>;
|
|
5104
|
-
export type GetBucketLifecycleConfigurationError = RequestLimitExceeded | NoSuchBucket | NoSuchLifecycleConfiguration | PermanentRedirect | CommonErrors;
|
|
5115
|
+
export type GetBucketLifecycleConfigurationError = RequestLimitExceeded | SlowDown | NoSuchBucket | NoSuchLifecycleConfiguration | PermanentRedirect | CommonErrors;
|
|
5105
5116
|
/**
|
|
5106
5117
|
* Returns the lifecycle configuration information set on the bucket. For information about lifecycle
|
|
5107
5118
|
* configuration, see Object Lifecycle Management.
|
|
@@ -5169,7 +5180,7 @@ export type GetBucketLifecycleConfigurationError = RequestLimitExceeded | NoSuch
|
|
|
5169
5180
|
* 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`.
|
|
5170
5181
|
*/
|
|
5171
5182
|
export declare const getBucketLifecycleConfiguration: API.OperationMethod<GetBucketLifecycleConfigurationRequest, GetBucketLifecycleConfigurationOutput, GetBucketLifecycleConfigurationError, Credentials | Rgn | HttpClient.HttpClient>;
|
|
5172
|
-
export type GetBucketLocationError = RequestLimitExceeded | NoSuchBucket | CommonErrors;
|
|
5183
|
+
export type GetBucketLocationError = RequestLimitExceeded | SlowDown | NoSuchBucket | CommonErrors;
|
|
5173
5184
|
/**
|
|
5174
5185
|
* Using the `GetBucketLocation` operation is no longer a best practice. To return the
|
|
5175
5186
|
* Region that a bucket resides in, we recommend that you use the
|
|
@@ -5206,7 +5217,7 @@ export type GetBucketLocationError = RequestLimitExceeded | NoSuchBucket | Commo
|
|
|
5206
5217
|
* 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`.
|
|
5207
5218
|
*/
|
|
5208
5219
|
export declare const getBucketLocation: API.OperationMethod<GetBucketLocationRequest, GetBucketLocationOutput, GetBucketLocationError, Credentials | Rgn | HttpClient.HttpClient>;
|
|
5209
|
-
export type GetBucketLoggingError = RequestLimitExceeded | NoSuchBucket | PermanentRedirect | CommonErrors;
|
|
5220
|
+
export type GetBucketLoggingError = RequestLimitExceeded | SlowDown | NoSuchBucket | PermanentRedirect | CommonErrors;
|
|
5210
5221
|
/**
|
|
5211
5222
|
* This operation is not supported for directory buckets.
|
|
5212
5223
|
*
|
|
@@ -5222,7 +5233,7 @@ export type GetBucketLoggingError = RequestLimitExceeded | NoSuchBucket | Perman
|
|
|
5222
5233
|
* 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`.
|
|
5223
5234
|
*/
|
|
5224
5235
|
export declare const getBucketLogging: API.OperationMethod<GetBucketLoggingRequest, GetBucketLoggingOutput, GetBucketLoggingError, Credentials | Rgn | HttpClient.HttpClient>;
|
|
5225
|
-
export type GetBucketMetadataConfigurationError = RequestLimitExceeded | NoSuchBucket | CommonErrors;
|
|
5236
|
+
export type GetBucketMetadataConfigurationError = RequestLimitExceeded | SlowDown | NoSuchBucket | CommonErrors;
|
|
5226
5237
|
/**
|
|
5227
5238
|
* Retrieves the S3 Metadata configuration for a general purpose bucket. For more information, see
|
|
5228
5239
|
* Accelerating
|
|
@@ -5254,7 +5265,7 @@ export type GetBucketMetadataConfigurationError = RequestLimitExceeded | NoSuchB
|
|
|
5254
5265
|
* 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`.
|
|
5255
5266
|
*/
|
|
5256
5267
|
export declare const getBucketMetadataConfiguration: API.OperationMethod<GetBucketMetadataConfigurationRequest, GetBucketMetadataConfigurationOutput, GetBucketMetadataConfigurationError, Credentials | Rgn | HttpClient.HttpClient>;
|
|
5257
|
-
export type GetBucketMetadataTableConfigurationError = RequestLimitExceeded | NoSuchBucket | CommonErrors;
|
|
5268
|
+
export type GetBucketMetadataTableConfigurationError = RequestLimitExceeded | SlowDown | NoSuchBucket | CommonErrors;
|
|
5258
5269
|
/**
|
|
5259
5270
|
* We recommend that you retrieve your S3 Metadata configurations by using the V2
|
|
5260
5271
|
* GetBucketMetadataTableConfiguration API operation. We no longer recommend using the V1
|
|
@@ -5292,7 +5303,7 @@ export type GetBucketMetadataTableConfigurationError = RequestLimitExceeded | No
|
|
|
5292
5303
|
* 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`.
|
|
5293
5304
|
*/
|
|
5294
5305
|
export declare const getBucketMetadataTableConfiguration: API.OperationMethod<GetBucketMetadataTableConfigurationRequest, GetBucketMetadataTableConfigurationOutput, GetBucketMetadataTableConfigurationError, Credentials | Rgn | HttpClient.HttpClient>;
|
|
5295
|
-
export type GetBucketMetricsConfigurationError = RequestLimitExceeded | NoSuchBucket | NoSuchConfiguration | CommonErrors;
|
|
5306
|
+
export type GetBucketMetricsConfigurationError = RequestLimitExceeded | SlowDown | NoSuchBucket | NoSuchConfiguration | CommonErrors;
|
|
5296
5307
|
/**
|
|
5297
5308
|
* Gets a metrics configuration (specified by the metrics configuration ID) from the bucket. Note that
|
|
5298
5309
|
* this doesn't include the daily storage metrics.
|
|
@@ -5341,7 +5352,7 @@ export type GetBucketMetricsConfigurationError = RequestLimitExceeded | NoSuchBu
|
|
|
5341
5352
|
* 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`.
|
|
5342
5353
|
*/
|
|
5343
5354
|
export declare const getBucketMetricsConfiguration: API.OperationMethod<GetBucketMetricsConfigurationRequest, GetBucketMetricsConfigurationOutput, GetBucketMetricsConfigurationError, Credentials | Rgn | HttpClient.HttpClient>;
|
|
5344
|
-
export type GetBucketNotificationConfigurationError = RequestLimitExceeded | NoSuchBucket | CommonErrors;
|
|
5355
|
+
export type GetBucketNotificationConfigurationError = RequestLimitExceeded | SlowDown | NoSuchBucket | CommonErrors;
|
|
5345
5356
|
/**
|
|
5346
5357
|
* This operation is not supported for directory buckets.
|
|
5347
5358
|
*
|
|
@@ -5372,7 +5383,7 @@ export type GetBucketNotificationConfigurationError = RequestLimitExceeded | NoS
|
|
|
5372
5383
|
* 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`.
|
|
5373
5384
|
*/
|
|
5374
5385
|
export declare const getBucketNotificationConfiguration: API.OperationMethod<GetBucketNotificationConfigurationRequest, NotificationConfiguration, GetBucketNotificationConfigurationError, Credentials | Rgn | HttpClient.HttpClient>;
|
|
5375
|
-
export type GetBucketOwnershipControlsError = RequestLimitExceeded | NoSuchBucket | OwnershipControlsNotFoundError | CommonErrors;
|
|
5386
|
+
export type GetBucketOwnershipControlsError = RequestLimitExceeded | SlowDown | NoSuchBucket | OwnershipControlsNotFoundError | CommonErrors;
|
|
5376
5387
|
/**
|
|
5377
5388
|
* This operation is not supported for directory buckets.
|
|
5378
5389
|
*
|
|
@@ -5402,7 +5413,7 @@ export type GetBucketOwnershipControlsError = RequestLimitExceeded | NoSuchBucke
|
|
|
5402
5413
|
* 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`.
|
|
5403
5414
|
*/
|
|
5404
5415
|
export declare const getBucketOwnershipControls: API.OperationMethod<GetBucketOwnershipControlsRequest, GetBucketOwnershipControlsOutput, GetBucketOwnershipControlsError, Credentials | Rgn | HttpClient.HttpClient>;
|
|
5405
|
-
export type GetBucketPolicyError = RequestLimitExceeded | NoSuchBucket | NoSuchBucketPolicy | PermanentRedirect | SignatureDoesNotMatch | CommonErrors;
|
|
5416
|
+
export type GetBucketPolicyError = RequestLimitExceeded | SlowDown | NoSuchBucket | NoSuchBucketPolicy | PermanentRedirect | SignatureDoesNotMatch | CommonErrors;
|
|
5406
5417
|
/**
|
|
5407
5418
|
* Returns the policy of a specified bucket.
|
|
5408
5419
|
*
|
|
@@ -5459,7 +5470,7 @@ export type GetBucketPolicyError = RequestLimitExceeded | NoSuchBucket | NoSuchB
|
|
|
5459
5470
|
* 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`.
|
|
5460
5471
|
*/
|
|
5461
5472
|
export declare const getBucketPolicy: API.OperationMethod<GetBucketPolicyRequest, GetBucketPolicyOutput, GetBucketPolicyError, Credentials | Rgn | HttpClient.HttpClient>;
|
|
5462
|
-
export type GetBucketPolicyStatusError = RequestLimitExceeded | NoSuchBucket | PermanentRedirect | CommonErrors;
|
|
5473
|
+
export type GetBucketPolicyStatusError = RequestLimitExceeded | SlowDown | NoSuchBucket | PermanentRedirect | CommonErrors;
|
|
5463
5474
|
/**
|
|
5464
5475
|
* This operation is not supported for directory buckets.
|
|
5465
5476
|
*
|
|
@@ -5483,7 +5494,7 @@ export type GetBucketPolicyStatusError = RequestLimitExceeded | NoSuchBucket | P
|
|
|
5483
5494
|
* 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`.
|
|
5484
5495
|
*/
|
|
5485
5496
|
export declare const getBucketPolicyStatus: API.OperationMethod<GetBucketPolicyStatusRequest, GetBucketPolicyStatusOutput, GetBucketPolicyStatusError, Credentials | Rgn | HttpClient.HttpClient>;
|
|
5486
|
-
export type GetBucketReplicationError = RequestLimitExceeded | NoSuchBucket | ReplicationConfigurationNotFoundError | CommonErrors;
|
|
5497
|
+
export type GetBucketReplicationError = RequestLimitExceeded | SlowDown | NoSuchBucket | ReplicationConfigurationNotFoundError | CommonErrors;
|
|
5487
5498
|
/**
|
|
5488
5499
|
* This operation is not supported for directory buckets.
|
|
5489
5500
|
*
|
|
@@ -5515,7 +5526,7 @@ export type GetBucketReplicationError = RequestLimitExceeded | NoSuchBucket | Re
|
|
|
5515
5526
|
* 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`.
|
|
5516
5527
|
*/
|
|
5517
5528
|
export declare const getBucketReplication: API.OperationMethod<GetBucketReplicationRequest, GetBucketReplicationOutput, GetBucketReplicationError, Credentials | Rgn | HttpClient.HttpClient>;
|
|
5518
|
-
export type GetBucketRequestPaymentError = RequestLimitExceeded | NoSuchBucket | PermanentRedirect | CommonErrors;
|
|
5529
|
+
export type GetBucketRequestPaymentError = RequestLimitExceeded | SlowDown | NoSuchBucket | PermanentRedirect | CommonErrors;
|
|
5519
5530
|
/**
|
|
5520
5531
|
* This operation is not supported for directory buckets.
|
|
5521
5532
|
*
|
|
@@ -5529,7 +5540,7 @@ export type GetBucketRequestPaymentError = RequestLimitExceeded | NoSuchBucket |
|
|
|
5529
5540
|
* 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`.
|
|
5530
5541
|
*/
|
|
5531
5542
|
export declare const getBucketRequestPayment: API.OperationMethod<GetBucketRequestPaymentRequest, GetBucketRequestPaymentOutput, GetBucketRequestPaymentError, Credentials | Rgn | HttpClient.HttpClient>;
|
|
5532
|
-
export type GetBucketTaggingError = RequestLimitExceeded | NoSuchBucket | NoSuchTagSet | PermanentRedirect | CommonErrors;
|
|
5543
|
+
export type GetBucketTaggingError = RequestLimitExceeded | SlowDown | NoSuchBucket | NoSuchTagSet | PermanentRedirect | CommonErrors;
|
|
5533
5544
|
/**
|
|
5534
5545
|
* This operation is not supported for directory buckets.
|
|
5535
5546
|
*
|
|
@@ -5553,7 +5564,7 @@ export type GetBucketTaggingError = RequestLimitExceeded | NoSuchBucket | NoSuch
|
|
|
5553
5564
|
* 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`.
|
|
5554
5565
|
*/
|
|
5555
5566
|
export declare const getBucketTagging: API.OperationMethod<GetBucketTaggingRequest, GetBucketTaggingOutput, GetBucketTaggingError, Credentials | Rgn | HttpClient.HttpClient>;
|
|
5556
|
-
export type GetBucketVersioningError = RequestLimitExceeded | NoSuchBucket | PermanentRedirect | CommonErrors;
|
|
5567
|
+
export type GetBucketVersioningError = RequestLimitExceeded | SlowDown | NoSuchBucket | PermanentRedirect | CommonErrors;
|
|
5557
5568
|
/**
|
|
5558
5569
|
* This operation is not supported for directory buckets.
|
|
5559
5570
|
*
|
|
@@ -5576,7 +5587,7 @@ export type GetBucketVersioningError = RequestLimitExceeded | NoSuchBucket | Per
|
|
|
5576
5587
|
* 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`.
|
|
5577
5588
|
*/
|
|
5578
5589
|
export declare const getBucketVersioning: API.OperationMethod<GetBucketVersioningRequest, GetBucketVersioningOutput, GetBucketVersioningError, Credentials | Rgn | HttpClient.HttpClient>;
|
|
5579
|
-
export type GetBucketWebsiteError = RequestLimitExceeded | NoSuchBucket | NoSuchWebsiteConfiguration | PermanentRedirect | CommonErrors;
|
|
5590
|
+
export type GetBucketWebsiteError = RequestLimitExceeded | SlowDown | NoSuchBucket | NoSuchWebsiteConfiguration | PermanentRedirect | CommonErrors;
|
|
5580
5591
|
/**
|
|
5581
5592
|
* This operation is not supported for directory buckets.
|
|
5582
5593
|
*
|
|
@@ -5597,7 +5608,7 @@ export type GetBucketWebsiteError = RequestLimitExceeded | NoSuchBucket | NoSuch
|
|
|
5597
5608
|
* 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`.
|
|
5598
5609
|
*/
|
|
5599
5610
|
export declare const getBucketWebsite: API.OperationMethod<GetBucketWebsiteRequest, GetBucketWebsiteOutput, GetBucketWebsiteError, Credentials | Rgn | HttpClient.HttpClient>;
|
|
5600
|
-
export type GetObjectError = InvalidObjectState | NoSuchKey | RequestLimitExceeded | NoSuchBucket | PermanentRedirect | CommonErrors;
|
|
5611
|
+
export type GetObjectError = InvalidObjectState | NoSuchKey | RequestLimitExceeded | SlowDown | NoSuchBucket | PermanentRedirect | CommonErrors;
|
|
5601
5612
|
/**
|
|
5602
5613
|
* Retrieves an object from Amazon S3.
|
|
5603
5614
|
*
|
|
@@ -5731,7 +5742,7 @@ export type GetObjectError = InvalidObjectState | NoSuchKey | RequestLimitExceed
|
|
|
5731
5742
|
* 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`.
|
|
5732
5743
|
*/
|
|
5733
5744
|
export declare const getObject: API.OperationMethod<GetObjectRequest, GetObjectOutput, GetObjectError, Credentials | Rgn | HttpClient.HttpClient>;
|
|
5734
|
-
export type GetObjectAclError = NoSuchKey | RequestLimitExceeded | NoSuchBucket | PermanentRedirect | CommonErrors;
|
|
5745
|
+
export type GetObjectAclError = NoSuchKey | RequestLimitExceeded | SlowDown | NoSuchBucket | PermanentRedirect | CommonErrors;
|
|
5735
5746
|
/**
|
|
5736
5747
|
* This operation is not supported for directory buckets.
|
|
5737
5748
|
*
|
|
@@ -5905,7 +5916,7 @@ export type GetObjectAttributesError = NoSuchKey | CommonErrors;
|
|
|
5905
5916
|
* 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`.
|
|
5906
5917
|
*/
|
|
5907
5918
|
export declare const getObjectAttributes: API.OperationMethod<GetObjectAttributesRequest, GetObjectAttributesOutput, GetObjectAttributesError, Credentials | Rgn | HttpClient.HttpClient>;
|
|
5908
|
-
export type GetObjectLegalHoldError = RequestLimitExceeded | InvalidRequest | CommonErrors;
|
|
5919
|
+
export type GetObjectLegalHoldError = RequestLimitExceeded | SlowDown | InvalidRequest | CommonErrors;
|
|
5909
5920
|
/**
|
|
5910
5921
|
* This operation is not supported for directory buckets.
|
|
5911
5922
|
*
|
|
@@ -5920,7 +5931,7 @@ export type GetObjectLegalHoldError = RequestLimitExceeded | InvalidRequest | Co
|
|
|
5920
5931
|
* 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`.
|
|
5921
5932
|
*/
|
|
5922
5933
|
export declare const getObjectLegalHold: API.OperationMethod<GetObjectLegalHoldRequest, GetObjectLegalHoldOutput, GetObjectLegalHoldError, Credentials | Rgn | HttpClient.HttpClient>;
|
|
5923
|
-
export type GetObjectLockConfigurationError = RequestLimitExceeded | NoSuchBucket | ObjectLockConfigurationNotFoundError | PermanentRedirect | CommonErrors;
|
|
5934
|
+
export type GetObjectLockConfigurationError = RequestLimitExceeded | SlowDown | NoSuchBucket | ObjectLockConfigurationNotFoundError | PermanentRedirect | CommonErrors;
|
|
5924
5935
|
/**
|
|
5925
5936
|
* This operation is not supported for directory buckets.
|
|
5926
5937
|
*
|
|
@@ -5935,7 +5946,7 @@ export type GetObjectLockConfigurationError = RequestLimitExceeded | NoSuchBucke
|
|
|
5935
5946
|
* 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`.
|
|
5936
5947
|
*/
|
|
5937
5948
|
export declare const getObjectLockConfiguration: API.OperationMethod<GetObjectLockConfigurationRequest, GetObjectLockConfigurationOutput, GetObjectLockConfigurationError, Credentials | Rgn | HttpClient.HttpClient>;
|
|
5938
|
-
export type GetObjectRetentionError = RequestLimitExceeded | InvalidRequest | CommonErrors;
|
|
5949
|
+
export type GetObjectRetentionError = RequestLimitExceeded | SlowDown | InvalidRequest | CommonErrors;
|
|
5939
5950
|
/**
|
|
5940
5951
|
* This operation is not supported for directory buckets.
|
|
5941
5952
|
*
|
|
@@ -5950,7 +5961,7 @@ export type GetObjectRetentionError = RequestLimitExceeded | InvalidRequest | Co
|
|
|
5950
5961
|
* 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`.
|
|
5951
5962
|
*/
|
|
5952
5963
|
export declare const getObjectRetention: API.OperationMethod<GetObjectRetentionRequest, GetObjectRetentionOutput, GetObjectRetentionError, Credentials | Rgn | HttpClient.HttpClient>;
|
|
5953
|
-
export type GetObjectTaggingError = RequestLimitExceeded | NoSuchBucket | NoSuchKey | PermanentRedirect | CommonErrors;
|
|
5964
|
+
export type GetObjectTaggingError = RequestLimitExceeded | SlowDown | NoSuchBucket | NoSuchKey | PermanentRedirect | CommonErrors;
|
|
5954
5965
|
/**
|
|
5955
5966
|
* This operation is not supported for directory buckets.
|
|
5956
5967
|
*
|
|
@@ -5999,7 +6010,7 @@ export type GetObjectTorrentError = CommonErrors;
|
|
|
5999
6010
|
* 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`.
|
|
6000
6011
|
*/
|
|
6001
6012
|
export declare const getObjectTorrent: API.OperationMethod<GetObjectTorrentRequest, GetObjectTorrentOutput, GetObjectTorrentError, Credentials | Rgn | HttpClient.HttpClient>;
|
|
6002
|
-
export type GetPublicAccessBlockError = RequestLimitExceeded | NoSuchBucket | NoSuchPublicAccessBlockConfiguration | PermanentRedirect | CommonErrors;
|
|
6013
|
+
export type GetPublicAccessBlockError = RequestLimitExceeded | SlowDown | NoSuchBucket | NoSuchPublicAccessBlockConfiguration | PermanentRedirect | CommonErrors;
|
|
6003
6014
|
/**
|
|
6004
6015
|
* This operation is not supported for directory buckets.
|
|
6005
6016
|
*
|
|
@@ -6034,7 +6045,7 @@ export type GetPublicAccessBlockError = RequestLimitExceeded | NoSuchBucket | No
|
|
|
6034
6045
|
* 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`.
|
|
6035
6046
|
*/
|
|
6036
6047
|
export declare const getPublicAccessBlock: API.OperationMethod<GetPublicAccessBlockRequest, GetPublicAccessBlockOutput, GetPublicAccessBlockError, Credentials | Rgn | HttpClient.HttpClient>;
|
|
6037
|
-
export type HeadBucketError = NotFound | RequestLimitExceeded | ParseError | NoSuchBucket | CommonErrors;
|
|
6048
|
+
export type HeadBucketError = NotFound | RequestLimitExceeded | SlowDown | ParseError | NoSuchBucket | CommonErrors;
|
|
6038
6049
|
/**
|
|
6039
6050
|
* You can use this operation to determine if a bucket exists and if you have permission to access it.
|
|
6040
6051
|
* The action returns a `200 OK` HTTP status code if the bucket exists and you have
|
|
@@ -6099,7 +6110,7 @@ export type HeadBucketError = NotFound | RequestLimitExceeded | ParseError | NoS
|
|
|
6099
6110
|
* 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`.
|
|
6100
6111
|
*/
|
|
6101
6112
|
export declare const headBucket: API.OperationMethod<HeadBucketRequest, HeadBucketOutput, HeadBucketError, Credentials | Rgn | HttpClient.HttpClient>;
|
|
6102
|
-
export type HeadObjectError = NotFound | RequestLimitExceeded | ParseError | NoSuchBucket | CommonErrors;
|
|
6113
|
+
export type HeadObjectError = NotFound | RequestLimitExceeded | SlowDown | ParseError | NoSuchBucket | CommonErrors;
|
|
6103
6114
|
/**
|
|
6104
6115
|
* The `HEAD` operation retrieves metadata from an object without returning the object
|
|
6105
6116
|
* itself. This operation is useful if you're interested only in an object's metadata.
|
|
@@ -6209,7 +6220,7 @@ export type HeadObjectError = NotFound | RequestLimitExceeded | ParseError | NoS
|
|
|
6209
6220
|
* 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`.
|
|
6210
6221
|
*/
|
|
6211
6222
|
export declare const headObject: API.OperationMethod<HeadObjectRequest, HeadObjectOutput, HeadObjectError, Credentials | Rgn | HttpClient.HttpClient>;
|
|
6212
|
-
export type ListBucketAnalyticsConfigurationsError = RequestLimitExceeded | NoSuchBucket | CommonErrors;
|
|
6223
|
+
export type ListBucketAnalyticsConfigurationsError = RequestLimitExceeded | SlowDown | NoSuchBucket | CommonErrors;
|
|
6213
6224
|
/**
|
|
6214
6225
|
* This operation is not supported for directory buckets.
|
|
6215
6226
|
*
|
|
@@ -6243,7 +6254,7 @@ export type ListBucketAnalyticsConfigurationsError = RequestLimitExceeded | NoSu
|
|
|
6243
6254
|
* 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`.
|
|
6244
6255
|
*/
|
|
6245
6256
|
export declare const listBucketAnalyticsConfigurations: API.OperationMethod<ListBucketAnalyticsConfigurationsRequest, ListBucketAnalyticsConfigurationsOutput, ListBucketAnalyticsConfigurationsError, Credentials | Rgn | HttpClient.HttpClient>;
|
|
6246
|
-
export type ListBucketIntelligentTieringConfigurationsError = RequestLimitExceeded | NoSuchBucket | CommonErrors;
|
|
6257
|
+
export type ListBucketIntelligentTieringConfigurationsError = RequestLimitExceeded | SlowDown | NoSuchBucket | CommonErrors;
|
|
6247
6258
|
/**
|
|
6248
6259
|
* This operation is not supported for directory buckets.
|
|
6249
6260
|
*
|
|
@@ -6266,7 +6277,7 @@ export type ListBucketIntelligentTieringConfigurationsError = RequestLimitExceed
|
|
|
6266
6277
|
* 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`.
|
|
6267
6278
|
*/
|
|
6268
6279
|
export declare const listBucketIntelligentTieringConfigurations: API.OperationMethod<ListBucketIntelligentTieringConfigurationsRequest, ListBucketIntelligentTieringConfigurationsOutput, ListBucketIntelligentTieringConfigurationsError, Credentials | Rgn | HttpClient.HttpClient>;
|
|
6269
|
-
export type ListBucketInventoryConfigurationsError = RequestLimitExceeded | NoSuchBucket | CommonErrors;
|
|
6280
|
+
export type ListBucketInventoryConfigurationsError = RequestLimitExceeded | SlowDown | NoSuchBucket | CommonErrors;
|
|
6270
6281
|
/**
|
|
6271
6282
|
* This operation is not supported for directory buckets.
|
|
6272
6283
|
*
|
|
@@ -6298,7 +6309,7 @@ export type ListBucketInventoryConfigurationsError = RequestLimitExceeded | NoSu
|
|
|
6298
6309
|
* 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`.
|
|
6299
6310
|
*/
|
|
6300
6311
|
export declare const listBucketInventoryConfigurations: API.OperationMethod<ListBucketInventoryConfigurationsRequest, ListBucketInventoryConfigurationsOutput, ListBucketInventoryConfigurationsError, Credentials | Rgn | HttpClient.HttpClient>;
|
|
6301
|
-
export type ListBucketMetricsConfigurationsError = RequestLimitExceeded | NoSuchBucket | CommonErrors;
|
|
6312
|
+
export type ListBucketMetricsConfigurationsError = RequestLimitExceeded | SlowDown | NoSuchBucket | CommonErrors;
|
|
6302
6313
|
/**
|
|
6303
6314
|
* Lists the metrics configurations for the bucket. The metrics configurations are only for the request
|
|
6304
6315
|
* metrics of the bucket and do not provide information on daily storage metrics. You can have up to 1,000
|
|
@@ -6352,7 +6363,7 @@ export type ListBucketMetricsConfigurationsError = RequestLimitExceeded | NoSuch
|
|
|
6352
6363
|
* 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`.
|
|
6353
6364
|
*/
|
|
6354
6365
|
export declare const listBucketMetricsConfigurations: API.OperationMethod<ListBucketMetricsConfigurationsRequest, ListBucketMetricsConfigurationsOutput, ListBucketMetricsConfigurationsError, Credentials | Rgn | HttpClient.HttpClient>;
|
|
6355
|
-
export type ListBucketsError = RequestLimitExceeded | RequestError | CommonErrors;
|
|
6366
|
+
export type ListBucketsError = RequestLimitExceeded | SlowDown | RequestError | CommonErrors;
|
|
6356
6367
|
/**
|
|
6357
6368
|
* This operation is not supported for directory buckets.
|
|
6358
6369
|
*
|
|
@@ -6407,7 +6418,7 @@ export declare const listDirectoryBuckets: API.OperationMethod<ListDirectoryBuck
|
|
|
6407
6418
|
pages: (input: ListDirectoryBucketsRequest) => stream.Stream<ListDirectoryBucketsOutput, ListDirectoryBucketsError, Credentials | Rgn | HttpClient.HttpClient>;
|
|
6408
6419
|
items: (input: ListDirectoryBucketsRequest) => stream.Stream<Bucket, ListDirectoryBucketsError, Credentials | Rgn | HttpClient.HttpClient>;
|
|
6409
6420
|
};
|
|
6410
|
-
export type ListMultipartUploadsError = RequestLimitExceeded | NoSuchBucket | PermanentRedirect | CommonErrors;
|
|
6421
|
+
export type ListMultipartUploadsError = RequestLimitExceeded | SlowDown | NoSuchBucket | PermanentRedirect | CommonErrors;
|
|
6411
6422
|
/**
|
|
6412
6423
|
* This operation lists in-progress multipart uploads in a bucket. An in-progress multipart upload is a
|
|
6413
6424
|
* multipart upload that has been initiated by the `CreateMultipartUpload` request, but has not
|
|
@@ -6496,7 +6507,7 @@ export type ListMultipartUploadsError = RequestLimitExceeded | NoSuchBucket | Pe
|
|
|
6496
6507
|
* 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`.
|
|
6497
6508
|
*/
|
|
6498
6509
|
export declare const listMultipartUploads: API.OperationMethod<ListMultipartUploadsRequest, ListMultipartUploadsOutput, ListMultipartUploadsError, Credentials | Rgn | HttpClient.HttpClient>;
|
|
6499
|
-
export type ListObjectsError = NoSuchBucket | RequestLimitExceeded | PermanentRedirect | CommonErrors;
|
|
6510
|
+
export type ListObjectsError = NoSuchBucket | RequestLimitExceeded | SlowDown | PermanentRedirect | CommonErrors;
|
|
6500
6511
|
/**
|
|
6501
6512
|
* This operation is not supported for directory buckets.
|
|
6502
6513
|
*
|
|
@@ -6524,7 +6535,7 @@ export type ListObjectsError = NoSuchBucket | RequestLimitExceeded | PermanentRe
|
|
|
6524
6535
|
* 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`.
|
|
6525
6536
|
*/
|
|
6526
6537
|
export declare const listObjects: API.OperationMethod<ListObjectsRequest, ListObjectsOutput, ListObjectsError, Credentials | Rgn | HttpClient.HttpClient>;
|
|
6527
|
-
export type ListObjectsV2Error = NoSuchBucket | RequestLimitExceeded | PermanentRedirect | CommonErrors;
|
|
6538
|
+
export type ListObjectsV2Error = NoSuchBucket | RequestLimitExceeded | SlowDown | PermanentRedirect | CommonErrors;
|
|
6528
6539
|
/**
|
|
6529
6540
|
* Returns some or all (up to 1,000) of the objects in a bucket with each request. You can use the
|
|
6530
6541
|
* request parameters as selection criteria to return a subset of the objects in a bucket. A 200
|
|
@@ -6595,7 +6606,7 @@ export declare const listObjectsV2: API.OperationMethod<ListObjectsV2Request, Li
|
|
|
6595
6606
|
pages: (input: ListObjectsV2Request) => stream.Stream<ListObjectsV2Output, ListObjectsV2Error, Credentials | Rgn | HttpClient.HttpClient>;
|
|
6596
6607
|
items: (input: ListObjectsV2Request) => stream.Stream<unknown, ListObjectsV2Error, Credentials | Rgn | HttpClient.HttpClient>;
|
|
6597
6608
|
};
|
|
6598
|
-
export type ListObjectVersionsError = RequestLimitExceeded | NoSuchBucket | PermanentRedirect | CommonErrors;
|
|
6609
|
+
export type ListObjectVersionsError = RequestLimitExceeded | SlowDown | NoSuchBucket | PermanentRedirect | CommonErrors;
|
|
6599
6610
|
/**
|
|
6600
6611
|
* This operation is not supported for directory buckets.
|
|
6601
6612
|
*
|
|
@@ -6623,7 +6634,7 @@ export type ListObjectVersionsError = RequestLimitExceeded | NoSuchBucket | Perm
|
|
|
6623
6634
|
* 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`.
|
|
6624
6635
|
*/
|
|
6625
6636
|
export declare const listObjectVersions: API.OperationMethod<ListObjectVersionsRequest, ListObjectVersionsOutput, ListObjectVersionsError, Credentials | Rgn | HttpClient.HttpClient>;
|
|
6626
|
-
export type ListPartsError = RequestLimitExceeded | NoSuchBucket | CommonErrors;
|
|
6637
|
+
export type ListPartsError = RequestLimitExceeded | SlowDown | NoSuchBucket | CommonErrors;
|
|
6627
6638
|
/**
|
|
6628
6639
|
* Lists the parts that have been uploaded for a specific multipart upload.
|
|
6629
6640
|
*
|
|
@@ -6695,7 +6706,7 @@ export type PutBucketAbacError = CommonErrors;
|
|
|
6695
6706
|
* 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.
|
|
6696
6707
|
*/
|
|
6697
6708
|
export declare const putBucketAbac: API.OperationMethod<PutBucketAbacRequest, PutBucketAbacResponse, PutBucketAbacError, Credentials | Rgn | HttpClient.HttpClient>;
|
|
6698
|
-
export type PutBucketAccelerateConfigurationError = RequestLimitExceeded | NoSuchBucket | PermanentRedirect | CommonErrors;
|
|
6709
|
+
export type PutBucketAccelerateConfigurationError = RequestLimitExceeded | SlowDown | NoSuchBucket | PermanentRedirect | CommonErrors;
|
|
6699
6710
|
/**
|
|
6700
6711
|
* This operation is not supported for directory buckets.
|
|
6701
6712
|
*
|
|
@@ -6733,7 +6744,7 @@ export type PutBucketAccelerateConfigurationError = RequestLimitExceeded | NoSuc
|
|
|
6733
6744
|
* 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`.
|
|
6734
6745
|
*/
|
|
6735
6746
|
export declare const putBucketAccelerateConfiguration: API.OperationMethod<PutBucketAccelerateConfigurationRequest, PutBucketAccelerateConfigurationResponse, PutBucketAccelerateConfigurationError, Credentials | Rgn | HttpClient.HttpClient>;
|
|
6736
|
-
export type PutBucketAclError = RequestLimitExceeded | NoSuchBucket | PermanentRedirect | CommonErrors;
|
|
6747
|
+
export type PutBucketAclError = RequestLimitExceeded | SlowDown | NoSuchBucket | PermanentRedirect | CommonErrors;
|
|
6737
6748
|
/**
|
|
6738
6749
|
* 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,
|
|
6739
6750
|
* the request will receive an `HTTP 405` (Method Not Allowed) error.
|
|
@@ -6945,7 +6956,7 @@ export type PutBucketAnalyticsConfigurationError = CommonErrors;
|
|
|
6945
6956
|
* 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`.
|
|
6946
6957
|
*/
|
|
6947
6958
|
export declare const putBucketAnalyticsConfiguration: API.OperationMethod<PutBucketAnalyticsConfigurationRequest, PutBucketAnalyticsConfigurationResponse, PutBucketAnalyticsConfigurationError, Credentials | Rgn | HttpClient.HttpClient>;
|
|
6948
|
-
export type PutBucketCorsError = RequestLimitExceeded | NoSuchBucket | PermanentRedirect | CommonErrors;
|
|
6959
|
+
export type PutBucketCorsError = RequestLimitExceeded | SlowDown | NoSuchBucket | PermanentRedirect | CommonErrors;
|
|
6949
6960
|
/**
|
|
6950
6961
|
* This operation is not supported for directory buckets.
|
|
6951
6962
|
*
|
|
@@ -6993,7 +7004,7 @@ export type PutBucketCorsError = RequestLimitExceeded | NoSuchBucket | Permanent
|
|
|
6993
7004
|
* 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`.
|
|
6994
7005
|
*/
|
|
6995
7006
|
export declare const putBucketCors: API.OperationMethod<PutBucketCorsRequest, PutBucketCorsResponse, PutBucketCorsError, Credentials | Rgn | HttpClient.HttpClient>;
|
|
6996
|
-
export type PutBucketEncryptionError = RequestLimitExceeded | NoSuchBucket | PermanentRedirect | CommonErrors;
|
|
7007
|
+
export type PutBucketEncryptionError = RequestLimitExceeded | SlowDown | NoSuchBucket | PermanentRedirect | CommonErrors;
|
|
6997
7008
|
/**
|
|
6998
7009
|
* This operation configures default encryption and Amazon S3 Bucket Keys for an existing bucket. You can also block encryption types using this operation.
|
|
6999
7010
|
*
|
|
@@ -7080,7 +7091,7 @@ export type PutBucketEncryptionError = RequestLimitExceeded | NoSuchBucket | Per
|
|
|
7080
7091
|
* 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`.
|
|
7081
7092
|
*/
|
|
7082
7093
|
export declare const putBucketEncryption: API.OperationMethod<PutBucketEncryptionRequest, PutBucketEncryptionResponse, PutBucketEncryptionError, Credentials | Rgn | HttpClient.HttpClient>;
|
|
7083
|
-
export type PutBucketIntelligentTieringConfigurationError = RequestLimitExceeded | NoSuchBucket | CommonErrors;
|
|
7094
|
+
export type PutBucketIntelligentTieringConfigurationError = RequestLimitExceeded | SlowDown | NoSuchBucket | CommonErrors;
|
|
7084
7095
|
/**
|
|
7085
7096
|
* This operation is not supported for directory buckets.
|
|
7086
7097
|
*
|
|
@@ -7129,7 +7140,7 @@ export type PutBucketIntelligentTieringConfigurationError = RequestLimitExceeded
|
|
|
7129
7140
|
* 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`.
|
|
7130
7141
|
*/
|
|
7131
7142
|
export declare const putBucketIntelligentTieringConfiguration: API.OperationMethod<PutBucketIntelligentTieringConfigurationRequest, PutBucketIntelligentTieringConfigurationResponse, PutBucketIntelligentTieringConfigurationError, Credentials | Rgn | HttpClient.HttpClient>;
|
|
7132
|
-
export type PutBucketInventoryConfigurationError = RequestLimitExceeded | NoSuchBucket | CommonErrors;
|
|
7143
|
+
export type PutBucketInventoryConfigurationError = RequestLimitExceeded | SlowDown | NoSuchBucket | CommonErrors;
|
|
7133
7144
|
/**
|
|
7134
7145
|
* This operation is not supported for directory buckets.
|
|
7135
7146
|
*
|
|
@@ -7203,7 +7214,7 @@ export type PutBucketInventoryConfigurationError = RequestLimitExceeded | NoSuch
|
|
|
7203
7214
|
* 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`.
|
|
7204
7215
|
*/
|
|
7205
7216
|
export declare const putBucketInventoryConfiguration: API.OperationMethod<PutBucketInventoryConfigurationRequest, PutBucketInventoryConfigurationResponse, PutBucketInventoryConfigurationError, Credentials | Rgn | HttpClient.HttpClient>;
|
|
7206
|
-
export type PutBucketLifecycleConfigurationError = RequestLimitExceeded | InvalidRequest | MalformedXML | NoSuchBucket | PermanentRedirect | CommonErrors;
|
|
7217
|
+
export type PutBucketLifecycleConfigurationError = RequestLimitExceeded | SlowDown | InvalidRequest | MalformedXML | NoSuchBucket | PermanentRedirect | CommonErrors;
|
|
7207
7218
|
/**
|
|
7208
7219
|
* Creates a new lifecycle configuration for the bucket or replaces an existing lifecycle
|
|
7209
7220
|
* configuration. Keep in mind that this will overwrite an existing lifecycle configuration, so if you want
|
|
@@ -7301,7 +7312,7 @@ export type PutBucketLifecycleConfigurationError = RequestLimitExceeded | Invali
|
|
|
7301
7312
|
* 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`.
|
|
7302
7313
|
*/
|
|
7303
7314
|
export declare const putBucketLifecycleConfiguration: API.OperationMethod<PutBucketLifecycleConfigurationRequest, PutBucketLifecycleConfigurationOutput, PutBucketLifecycleConfigurationError, Credentials | Rgn | HttpClient.HttpClient>;
|
|
7304
|
-
export type PutBucketLoggingError = RequestLimitExceeded | NoSuchBucket | PermanentRedirect | CommonErrors;
|
|
7315
|
+
export type PutBucketLoggingError = RequestLimitExceeded | SlowDown | NoSuchBucket | PermanentRedirect | CommonErrors;
|
|
7305
7316
|
/**
|
|
7306
7317
|
* 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,
|
|
7307
7318
|
* the request will receive an `HTTP 405` (Method Not Allowed) error.
|
|
@@ -7371,7 +7382,7 @@ export type PutBucketLoggingError = RequestLimitExceeded | NoSuchBucket | Perman
|
|
|
7371
7382
|
* 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`.
|
|
7372
7383
|
*/
|
|
7373
7384
|
export declare const putBucketLogging: API.OperationMethod<PutBucketLoggingRequest, PutBucketLoggingResponse, PutBucketLoggingError, Credentials | Rgn | HttpClient.HttpClient>;
|
|
7374
|
-
export type PutBucketMetricsConfigurationError = RequestLimitExceeded | NoSuchBucket | CommonErrors;
|
|
7385
|
+
export type PutBucketMetricsConfigurationError = RequestLimitExceeded | SlowDown | NoSuchBucket | CommonErrors;
|
|
7375
7386
|
/**
|
|
7376
7387
|
* Sets a metrics configuration (specified by the metrics configuration ID) for the bucket. You can
|
|
7377
7388
|
* have up to 1,000 metrics configurations per bucket. If you're updating an existing metrics
|
|
@@ -7428,7 +7439,7 @@ export type PutBucketMetricsConfigurationError = RequestLimitExceeded | NoSuchBu
|
|
|
7428
7439
|
* 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`.
|
|
7429
7440
|
*/
|
|
7430
7441
|
export declare const putBucketMetricsConfiguration: API.OperationMethod<PutBucketMetricsConfigurationRequest, PutBucketMetricsConfigurationResponse, PutBucketMetricsConfigurationError, Credentials | Rgn | HttpClient.HttpClient>;
|
|
7431
|
-
export type PutBucketNotificationConfigurationError = RequestLimitExceeded | NoSuchBucket | CommonErrors;
|
|
7442
|
+
export type PutBucketNotificationConfigurationError = RequestLimitExceeded | SlowDown | NoSuchBucket | CommonErrors;
|
|
7432
7443
|
/**
|
|
7433
7444
|
* This operation is not supported for directory buckets.
|
|
7434
7445
|
*
|
|
@@ -7483,7 +7494,7 @@ export type PutBucketNotificationConfigurationError = RequestLimitExceeded | NoS
|
|
|
7483
7494
|
* 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`.
|
|
7484
7495
|
*/
|
|
7485
7496
|
export declare const putBucketNotificationConfiguration: API.OperationMethod<PutBucketNotificationConfigurationRequest, PutBucketNotificationConfigurationResponse, PutBucketNotificationConfigurationError, Credentials | Rgn | HttpClient.HttpClient>;
|
|
7486
|
-
export type PutBucketOwnershipControlsError = RequestLimitExceeded | NoSuchBucket | CommonErrors;
|
|
7497
|
+
export type PutBucketOwnershipControlsError = RequestLimitExceeded | SlowDown | NoSuchBucket | CommonErrors;
|
|
7487
7498
|
/**
|
|
7488
7499
|
* This operation is not supported for directory buckets.
|
|
7489
7500
|
*
|
|
@@ -7502,7 +7513,7 @@ export type PutBucketOwnershipControlsError = RequestLimitExceeded | NoSuchBucke
|
|
|
7502
7513
|
* 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`.
|
|
7503
7514
|
*/
|
|
7504
7515
|
export declare const putBucketOwnershipControls: API.OperationMethod<PutBucketOwnershipControlsRequest, PutBucketOwnershipControlsResponse, PutBucketOwnershipControlsError, Credentials | Rgn | HttpClient.HttpClient>;
|
|
7505
|
-
export type PutBucketPolicyError = RequestLimitExceeded | AccessDenied | InvalidBucketName | InvalidDigest | InvalidRequest | MalformedPolicy | NoSuchBucket | PermanentRedirect | SignatureDoesNotMatch | CommonErrors;
|
|
7516
|
+
export type PutBucketPolicyError = RequestLimitExceeded | SlowDown | AccessDenied | InvalidBucketName | InvalidDigest | InvalidRequest | MalformedPolicy | NoSuchBucket | PermanentRedirect | SignatureDoesNotMatch | CommonErrors;
|
|
7506
7517
|
/**
|
|
7507
7518
|
* Applies an Amazon S3 bucket policy to an Amazon S3 bucket.
|
|
7508
7519
|
*
|
|
@@ -7561,7 +7572,7 @@ export type PutBucketPolicyError = RequestLimitExceeded | AccessDenied | Invalid
|
|
|
7561
7572
|
* 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`.
|
|
7562
7573
|
*/
|
|
7563
7574
|
export declare const putBucketPolicy: API.OperationMethod<PutBucketPolicyRequest, PutBucketPolicyResponse, PutBucketPolicyError, Credentials | Rgn | HttpClient.HttpClient>;
|
|
7564
|
-
export type PutBucketReplicationError = RequestLimitExceeded | InvalidRequest | NoSuchBucket | CommonErrors;
|
|
7575
|
+
export type PutBucketReplicationError = RequestLimitExceeded | SlowDown | InvalidRequest | NoSuchBucket | CommonErrors;
|
|
7565
7576
|
/**
|
|
7566
7577
|
* This operation is not supported for directory buckets.
|
|
7567
7578
|
*
|
|
@@ -7624,7 +7635,7 @@ export type PutBucketReplicationError = RequestLimitExceeded | InvalidRequest |
|
|
|
7624
7635
|
* 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`.
|
|
7625
7636
|
*/
|
|
7626
7637
|
export declare const putBucketReplication: API.OperationMethod<PutBucketReplicationRequest, PutBucketReplicationResponse, PutBucketReplicationError, Credentials | Rgn | HttpClient.HttpClient>;
|
|
7627
|
-
export type PutBucketRequestPaymentError = RequestLimitExceeded | NoSuchBucket | PermanentRedirect | CommonErrors;
|
|
7638
|
+
export type PutBucketRequestPaymentError = RequestLimitExceeded | SlowDown | NoSuchBucket | PermanentRedirect | CommonErrors;
|
|
7628
7639
|
/**
|
|
7629
7640
|
* This operation is not supported for directory buckets.
|
|
7630
7641
|
*
|
|
@@ -7642,7 +7653,7 @@ export type PutBucketRequestPaymentError = RequestLimitExceeded | NoSuchBucket |
|
|
|
7642
7653
|
* 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`.
|
|
7643
7654
|
*/
|
|
7644
7655
|
export declare const putBucketRequestPayment: API.OperationMethod<PutBucketRequestPaymentRequest, PutBucketRequestPaymentResponse, PutBucketRequestPaymentError, Credentials | Rgn | HttpClient.HttpClient>;
|
|
7645
|
-
export type PutBucketTaggingError = RequestLimitExceeded | NoSuchBucket | PermanentRedirect | CommonErrors;
|
|
7656
|
+
export type PutBucketTaggingError = RequestLimitExceeded | SlowDown | NoSuchBucket | PermanentRedirect | CommonErrors;
|
|
7646
7657
|
/**
|
|
7647
7658
|
* This operation is not supported for directory buckets.
|
|
7648
7659
|
*
|
|
@@ -7686,7 +7697,7 @@ export type PutBucketTaggingError = RequestLimitExceeded | NoSuchBucket | Perman
|
|
|
7686
7697
|
* 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`.
|
|
7687
7698
|
*/
|
|
7688
7699
|
export declare const putBucketTagging: API.OperationMethod<PutBucketTaggingRequest, PutBucketTaggingResponse, PutBucketTaggingError, Credentials | Rgn | HttpClient.HttpClient>;
|
|
7689
|
-
export type PutBucketVersioningError = RequestLimitExceeded | NoSuchBucket | PermanentRedirect | CommonErrors;
|
|
7700
|
+
export type PutBucketVersioningError = RequestLimitExceeded | SlowDown | NoSuchBucket | PermanentRedirect | CommonErrors;
|
|
7690
7701
|
/**
|
|
7691
7702
|
* This operation is not supported for directory buckets.
|
|
7692
7703
|
*
|
|
@@ -7731,7 +7742,7 @@ export type PutBucketVersioningError = RequestLimitExceeded | NoSuchBucket | Per
|
|
|
7731
7742
|
* 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`.
|
|
7732
7743
|
*/
|
|
7733
7744
|
export declare const putBucketVersioning: API.OperationMethod<PutBucketVersioningRequest, PutBucketVersioningResponse, PutBucketVersioningError, Credentials | Rgn | HttpClient.HttpClient>;
|
|
7734
|
-
export type PutBucketWebsiteError = RequestLimitExceeded | NoSuchBucket | PermanentRedirect | CommonErrors;
|
|
7745
|
+
export type PutBucketWebsiteError = RequestLimitExceeded | SlowDown | NoSuchBucket | PermanentRedirect | CommonErrors;
|
|
7735
7746
|
/**
|
|
7736
7747
|
* This operation is not supported for directory buckets.
|
|
7737
7748
|
*
|
|
@@ -7804,7 +7815,7 @@ export type PutBucketWebsiteError = RequestLimitExceeded | NoSuchBucket | Perman
|
|
|
7804
7815
|
* 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`.
|
|
7805
7816
|
*/
|
|
7806
7817
|
export declare const putBucketWebsite: API.OperationMethod<PutBucketWebsiteRequest, PutBucketWebsiteResponse, PutBucketWebsiteError, Credentials | Rgn | HttpClient.HttpClient>;
|
|
7807
|
-
export type PutObjectError = EncryptionTypeMismatch | InvalidRequest | InvalidWriteOffset | TooManyParts | RequestLimitExceeded | NoSuchBucket | PermanentRedirect | CommonErrors;
|
|
7818
|
+
export type PutObjectError = EncryptionTypeMismatch | InvalidRequest | InvalidWriteOffset | TooManyParts | RequestLimitExceeded | SlowDown | NoSuchBucket | PermanentRedirect | CommonErrors;
|
|
7808
7819
|
/**
|
|
7809
7820
|
* 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,
|
|
7810
7821
|
* the request will receive an `HTTP 405` (Method Not Allowed) error.
|
|
@@ -7929,7 +7940,7 @@ export type PutObjectError = EncryptionTypeMismatch | InvalidRequest | InvalidWr
|
|
|
7929
7940
|
* 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`.
|
|
7930
7941
|
*/
|
|
7931
7942
|
export declare const putObject: API.OperationMethod<PutObjectRequest, PutObjectOutput, PutObjectError, Credentials | Rgn | HttpClient.HttpClient>;
|
|
7932
|
-
export type PutObjectAclError = NoSuchKey | RequestLimitExceeded | PermanentRedirect | CommonErrors;
|
|
7943
|
+
export type PutObjectAclError = NoSuchKey | RequestLimitExceeded | SlowDown | PermanentRedirect | CommonErrors;
|
|
7933
7944
|
/**
|
|
7934
7945
|
* 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,
|
|
7935
7946
|
* the request will receive an `HTTP 405` (Method Not Allowed) error.
|
|
@@ -8074,7 +8085,7 @@ export type PutObjectAclError = NoSuchKey | RequestLimitExceeded | PermanentRedi
|
|
|
8074
8085
|
* 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`.
|
|
8075
8086
|
*/
|
|
8076
8087
|
export declare const putObjectAcl: API.OperationMethod<PutObjectAclRequest, PutObjectAclOutput, PutObjectAclError, Credentials | Rgn | HttpClient.HttpClient>;
|
|
8077
|
-
export type PutObjectLegalHoldError = RequestLimitExceeded | MalformedXML | CommonErrors;
|
|
8088
|
+
export type PutObjectLegalHoldError = RequestLimitExceeded | SlowDown | MalformedXML | CommonErrors;
|
|
8078
8089
|
/**
|
|
8079
8090
|
* This operation is not supported for directory buckets.
|
|
8080
8091
|
*
|
|
@@ -8085,7 +8096,7 @@ export type PutObjectLegalHoldError = RequestLimitExceeded | MalformedXML | Comm
|
|
|
8085
8096
|
* 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`.
|
|
8086
8097
|
*/
|
|
8087
8098
|
export declare const putObjectLegalHold: API.OperationMethod<PutObjectLegalHoldRequest, PutObjectLegalHoldOutput, PutObjectLegalHoldError, Credentials | Rgn | HttpClient.HttpClient>;
|
|
8088
|
-
export type PutObjectLockConfigurationError = RequestLimitExceeded | InvalidBucketState | NoSuchBucket | PermanentRedirect | CommonErrors;
|
|
8099
|
+
export type PutObjectLockConfigurationError = RequestLimitExceeded | SlowDown | InvalidBucketState | NoSuchBucket | PermanentRedirect | CommonErrors;
|
|
8089
8100
|
/**
|
|
8090
8101
|
* This operation is not supported for directory buckets.
|
|
8091
8102
|
*
|
|
@@ -8106,7 +8117,7 @@ export type PutObjectLockConfigurationError = RequestLimitExceeded | InvalidBuck
|
|
|
8106
8117
|
* 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`.
|
|
8107
8118
|
*/
|
|
8108
8119
|
export declare const putObjectLockConfiguration: API.OperationMethod<PutObjectLockConfigurationRequest, PutObjectLockConfigurationOutput, PutObjectLockConfigurationError, Credentials | Rgn | HttpClient.HttpClient>;
|
|
8109
|
-
export type PutObjectRetentionError = RequestLimitExceeded | InvalidRequest | CommonErrors;
|
|
8120
|
+
export type PutObjectRetentionError = RequestLimitExceeded | SlowDown | InvalidRequest | CommonErrors;
|
|
8110
8121
|
/**
|
|
8111
8122
|
* This operation is not supported for directory buckets.
|
|
8112
8123
|
*
|
|
@@ -8120,7 +8131,7 @@ export type PutObjectRetentionError = RequestLimitExceeded | InvalidRequest | Co
|
|
|
8120
8131
|
* 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`.
|
|
8121
8132
|
*/
|
|
8122
8133
|
export declare const putObjectRetention: API.OperationMethod<PutObjectRetentionRequest, PutObjectRetentionOutput, PutObjectRetentionError, Credentials | Rgn | HttpClient.HttpClient>;
|
|
8123
|
-
export type PutObjectTaggingError = RequestLimitExceeded | NoSuchKey | PermanentRedirect | CommonErrors;
|
|
8134
|
+
export type PutObjectTaggingError = RequestLimitExceeded | SlowDown | NoSuchKey | PermanentRedirect | CommonErrors;
|
|
8124
8135
|
/**
|
|
8125
8136
|
* This operation is not supported for directory buckets.
|
|
8126
8137
|
*
|
|
@@ -8162,7 +8173,7 @@ export type PutObjectTaggingError = RequestLimitExceeded | NoSuchKey | Permanent
|
|
|
8162
8173
|
* 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`.
|
|
8163
8174
|
*/
|
|
8164
8175
|
export declare const putObjectTagging: API.OperationMethod<PutObjectTaggingRequest, PutObjectTaggingOutput, PutObjectTaggingError, Credentials | Rgn | HttpClient.HttpClient>;
|
|
8165
|
-
export type PutPublicAccessBlockError = RequestLimitExceeded | NoSuchBucket | PermanentRedirect | CommonErrors;
|
|
8176
|
+
export type PutPublicAccessBlockError = RequestLimitExceeded | SlowDown | NoSuchBucket | PermanentRedirect | CommonErrors;
|
|
8166
8177
|
/**
|
|
8167
8178
|
* This operation is not supported for directory buckets.
|
|
8168
8179
|
*
|
|
@@ -8241,7 +8252,7 @@ export type RenameObjectError = IdempotencyParameterMismatch | CommonErrors;
|
|
|
8241
8252
|
* 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`.
|
|
8242
8253
|
*/
|
|
8243
8254
|
export declare const renameObject: API.OperationMethod<RenameObjectRequest, RenameObjectOutput, RenameObjectError, Credentials | Rgn | HttpClient.HttpClient>;
|
|
8244
|
-
export type RestoreObjectError = ObjectAlreadyInActiveTierError | RequestLimitExceeded | NoSuchKey | PermanentRedirect | CommonErrors;
|
|
8255
|
+
export type RestoreObjectError = ObjectAlreadyInActiveTierError | RequestLimitExceeded | SlowDown | NoSuchKey | PermanentRedirect | CommonErrors;
|
|
8245
8256
|
/**
|
|
8246
8257
|
* This operation is not supported for directory buckets.
|
|
8247
8258
|
*
|
|
@@ -8383,7 +8394,7 @@ export type RestoreObjectError = ObjectAlreadyInActiveTierError | RequestLimitEx
|
|
|
8383
8394
|
* 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`.
|
|
8384
8395
|
*/
|
|
8385
8396
|
export declare const restoreObject: API.OperationMethod<RestoreObjectRequest, RestoreObjectOutput, RestoreObjectError, Credentials | Rgn | HttpClient.HttpClient>;
|
|
8386
|
-
export type SelectObjectContentError = RequestLimitExceeded | PermanentRedirect | CommonErrors;
|
|
8397
|
+
export type SelectObjectContentError = RequestLimitExceeded | SlowDown | PermanentRedirect | CommonErrors;
|
|
8387
8398
|
/**
|
|
8388
8399
|
* This operation is not supported for directory buckets.
|
|
8389
8400
|
*
|
|
@@ -8663,7 +8674,7 @@ export type UpdateObjectEncryptionError = AccessDenied | InvalidRequest | NoSuch
|
|
|
8663
8674
|
* operation with objects that have an Object Lock compliance mode retention period applied to them.
|
|
8664
8675
|
*/
|
|
8665
8676
|
export declare const updateObjectEncryption: API.OperationMethod<UpdateObjectEncryptionRequest, UpdateObjectEncryptionResponse, UpdateObjectEncryptionError, Credentials | Rgn | HttpClient.HttpClient>;
|
|
8666
|
-
export type UploadPartError = RequestLimitExceeded | NoSuchBucket | PermanentRedirect | CommonErrors;
|
|
8677
|
+
export type UploadPartError = RequestLimitExceeded | SlowDown | NoSuchBucket | PermanentRedirect | CommonErrors;
|
|
8667
8678
|
/**
|
|
8668
8679
|
* Uploads a part in a multipart upload.
|
|
8669
8680
|
*
|
|
@@ -8805,7 +8816,7 @@ export type UploadPartError = RequestLimitExceeded | NoSuchBucket | PermanentRed
|
|
|
8805
8816
|
* 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`.
|
|
8806
8817
|
*/
|
|
8807
8818
|
export declare const uploadPart: API.OperationMethod<UploadPartRequest, UploadPartOutput, UploadPartError, Credentials | Rgn | HttpClient.HttpClient>;
|
|
8808
|
-
export type UploadPartCopyError = RequestLimitExceeded | NoSuchBucket | CommonErrors;
|
|
8819
|
+
export type UploadPartCopyError = RequestLimitExceeded | SlowDown | NoSuchBucket | CommonErrors;
|
|
8809
8820
|
/**
|
|
8810
8821
|
* Uploads a part by copying data from an existing object as data source. To specify the data source,
|
|
8811
8822
|
* you add the request header `x-amz-copy-source` in your request. To specify a byte range, you
|