@aws-sdk/client-s3 3.40.1 → 3.44.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +44 -0
- package/dist-cjs/endpoints.js +24 -0
- package/dist-cjs/models/models_0.js +18 -10
- package/dist-cjs/models/models_1.js +7 -1
- package/dist-cjs/protocols/Aws_restXml.js +82 -0
- package/dist-es/endpoints.js +24 -0
- package/dist-es/models/models_0.js +12 -4
- package/dist-es/models/models_1.js +4 -0
- package/dist-es/protocols/Aws_restXml.js +83 -3
- package/dist-types/S3.d.ts +124 -38
- package/dist-types/commands/AbortMultipartUploadCommand.d.ts +1 -1
- package/dist-types/commands/CompleteMultipartUploadCommand.d.ts +5 -1
- package/dist-types/commands/CopyObjectCommand.d.ts +12 -2
- package/dist-types/commands/CreateBucketCommand.d.ts +40 -12
- package/dist-types/commands/CreateMultipartUploadCommand.d.ts +1 -1
- package/dist-types/commands/DeleteBucketAnalyticsConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/DeleteBucketCommand.d.ts +1 -1
- package/dist-types/commands/DeleteBucketCorsCommand.d.ts +1 -1
- package/dist-types/commands/DeleteBucketEncryptionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteBucketIntelligentTieringConfigurationCommand.d.ts +3 -3
- package/dist-types/commands/DeleteBucketInventoryConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/DeleteBucketLifecycleCommand.d.ts +1 -1
- package/dist-types/commands/DeleteBucketMetricsConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/DeleteBucketOwnershipControlsCommand.d.ts +1 -1
- package/dist-types/commands/DeleteBucketPolicyCommand.d.ts +1 -1
- package/dist-types/commands/DeleteBucketReplicationCommand.d.ts +1 -1
- package/dist-types/commands/DeleteBucketTaggingCommand.d.ts +1 -1
- package/dist-types/commands/DeleteBucketWebsiteCommand.d.ts +1 -1
- package/dist-types/commands/DeleteObjectCommand.d.ts +1 -1
- package/dist-types/commands/DeleteObjectTaggingCommand.d.ts +1 -1
- package/dist-types/commands/DeleteObjectsCommand.d.ts +1 -1
- package/dist-types/commands/DeletePublicAccessBlockCommand.d.ts +1 -1
- package/dist-types/commands/GetBucketAccelerateConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/GetBucketAclCommand.d.ts +8 -1
- package/dist-types/commands/GetBucketAnalyticsConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/GetBucketCorsCommand.d.ts +1 -1
- package/dist-types/commands/GetBucketEncryptionCommand.d.ts +1 -1
- package/dist-types/commands/GetBucketIntelligentTieringConfigurationCommand.d.ts +3 -3
- package/dist-types/commands/GetBucketInventoryConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/GetBucketLifecycleConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/GetBucketLocationCommand.d.ts +1 -1
- package/dist-types/commands/GetBucketLoggingCommand.d.ts +1 -1
- package/dist-types/commands/GetBucketMetricsConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/GetBucketNotificationConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/GetBucketOwnershipControlsCommand.d.ts +4 -4
- package/dist-types/commands/GetBucketPolicyCommand.d.ts +1 -1
- package/dist-types/commands/GetBucketPolicyStatusCommand.d.ts +1 -1
- package/dist-types/commands/GetBucketReplicationCommand.d.ts +1 -1
- package/dist-types/commands/GetBucketRequestPaymentCommand.d.ts +1 -1
- package/dist-types/commands/GetBucketTaggingCommand.d.ts +1 -1
- package/dist-types/commands/GetBucketVersioningCommand.d.ts +1 -1
- package/dist-types/commands/GetBucketWebsiteCommand.d.ts +1 -1
- package/dist-types/commands/GetObjectAclCommand.d.ts +8 -2
- package/dist-types/commands/GetObjectCommand.d.ts +8 -5
- package/dist-types/commands/GetObjectLegalHoldCommand.d.ts +1 -1
- package/dist-types/commands/GetObjectLockConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/GetObjectRetentionCommand.d.ts +1 -1
- package/dist-types/commands/GetObjectTaggingCommand.d.ts +1 -1
- package/dist-types/commands/GetObjectTorrentCommand.d.ts +1 -1
- package/dist-types/commands/GetPublicAccessBlockCommand.d.ts +1 -1
- package/dist-types/commands/HeadBucketCommand.d.ts +1 -1
- package/dist-types/commands/HeadObjectCommand.d.ts +1 -1
- package/dist-types/commands/ListBucketAnalyticsConfigurationsCommand.d.ts +1 -1
- package/dist-types/commands/ListBucketIntelligentTieringConfigurationsCommand.d.ts +3 -3
- package/dist-types/commands/ListBucketInventoryConfigurationsCommand.d.ts +1 -1
- package/dist-types/commands/ListBucketMetricsConfigurationsCommand.d.ts +1 -1
- package/dist-types/commands/ListBucketsCommand.d.ts +1 -1
- package/dist-types/commands/ListMultipartUploadsCommand.d.ts +1 -1
- package/dist-types/commands/ListObjectVersionsCommand.d.ts +1 -1
- package/dist-types/commands/ListObjectsCommand.d.ts +1 -1
- package/dist-types/commands/ListObjectsV2Command.d.ts +1 -1
- package/dist-types/commands/ListPartsCommand.d.ts +1 -1
- package/dist-types/commands/PutBucketAccelerateConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/PutBucketAclCommand.d.ts +8 -2
- package/dist-types/commands/PutBucketAnalyticsConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/PutBucketCorsCommand.d.ts +1 -1
- package/dist-types/commands/PutBucketEncryptionCommand.d.ts +1 -1
- package/dist-types/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts +3 -3
- package/dist-types/commands/PutBucketInventoryConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/PutBucketLoggingCommand.d.ts +9 -4
- package/dist-types/commands/PutBucketMetricsConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/PutBucketNotificationConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/PutBucketOwnershipControlsCommand.d.ts +3 -3
- package/dist-types/commands/PutBucketPolicyCommand.d.ts +1 -1
- package/dist-types/commands/PutBucketReplicationCommand.d.ts +1 -1
- package/dist-types/commands/PutBucketRequestPaymentCommand.d.ts +1 -1
- package/dist-types/commands/PutBucketTaggingCommand.d.ts +1 -1
- package/dist-types/commands/PutBucketVersioningCommand.d.ts +1 -1
- package/dist-types/commands/PutBucketWebsiteCommand.d.ts +1 -1
- package/dist-types/commands/PutObjectAclCommand.d.ts +8 -3
- package/dist-types/commands/PutObjectCommand.d.ts +15 -3
- package/dist-types/commands/PutObjectLegalHoldCommand.d.ts +1 -1
- package/dist-types/commands/PutObjectLockConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/PutObjectRetentionCommand.d.ts +1 -1
- package/dist-types/commands/PutObjectTaggingCommand.d.ts +1 -1
- package/dist-types/commands/PutPublicAccessBlockCommand.d.ts +1 -1
- package/dist-types/commands/RestoreObjectCommand.d.ts +1 -1
- package/dist-types/commands/SelectObjectContentCommand.d.ts +1 -1
- package/dist-types/commands/UploadPartCommand.d.ts +1 -1
- package/dist-types/commands/UploadPartCopyCommand.d.ts +1 -1
- package/dist-types/commands/WriteGetObjectResponseCommand.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +110 -25
- package/dist-types/models/models_1.d.ts +16 -1
- package/dist-types/ts3.4/models/models_0.d.ts +55 -15
- package/dist-types/ts3.4/models/models_1.d.ts +10 -1
- package/package.json +6 -6
|
@@ -198,7 +198,7 @@ export interface UploadPartCopyCommandOutput extends UploadPartCopyOutput, __Met
|
|
|
198
198
|
*
|
|
199
199
|
* @see {@link UploadPartCopyCommandInput} for command's `input` shape.
|
|
200
200
|
* @see {@link UploadPartCopyCommandOutput} for command's `response` shape.
|
|
201
|
-
* @see {@link S3ClientResolvedConfig | config} for
|
|
201
|
+
* @see {@link S3ClientResolvedConfig | config} for S3Client's `config` shape.
|
|
202
202
|
*
|
|
203
203
|
*/
|
|
204
204
|
export declare class UploadPartCopyCommand extends $Command<UploadPartCopyCommandInput, UploadPartCopyCommandOutput, S3ClientResolvedConfig> {
|
|
@@ -52,7 +52,7 @@ export interface WriteGetObjectResponseCommandOutput extends __MetadataBearer {
|
|
|
52
52
|
*
|
|
53
53
|
* @see {@link WriteGetObjectResponseCommandInput} for command's `input` shape.
|
|
54
54
|
* @see {@link WriteGetObjectResponseCommandOutput} for command's `response` shape.
|
|
55
|
-
* @see {@link S3ClientResolvedConfig | config} for
|
|
55
|
+
* @see {@link S3ClientResolvedConfig | config} for S3Client's `config` shape.
|
|
56
56
|
*
|
|
57
57
|
*/
|
|
58
58
|
export declare class WriteGetObjectResponseCommand extends $Command<WriteGetObjectResponseCommandInput, WriteGetObjectResponseCommandOutput, S3ClientResolvedConfig> {
|
|
@@ -326,6 +326,8 @@ export declare namespace CompletedPart {
|
|
|
326
326
|
export interface CompletedMultipartUpload {
|
|
327
327
|
/**
|
|
328
328
|
* <p>Array of CompletedPart data types.</p>
|
|
329
|
+
* <p>If you do not supply a valid <code>Part</code> with your request, the service sends back an HTTP
|
|
330
|
+
* 400 response.</p>
|
|
329
331
|
*/
|
|
330
332
|
Parts?: CompletedPart[];
|
|
331
333
|
}
|
|
@@ -457,7 +459,7 @@ export declare type ObjectCannedACL = "authenticated-read" | "aws-exec-read" | "
|
|
|
457
459
|
export declare type MetadataDirective = "COPY" | "REPLACE";
|
|
458
460
|
export declare type ObjectLockLegalHoldStatus = "OFF" | "ON";
|
|
459
461
|
export declare type ObjectLockMode = "COMPLIANCE" | "GOVERNANCE";
|
|
460
|
-
export declare type StorageClass = "DEEP_ARCHIVE" | "GLACIER" | "INTELLIGENT_TIERING" | "ONEZONE_IA" | "OUTPOSTS" | "REDUCED_REDUNDANCY" | "STANDARD" | "STANDARD_IA";
|
|
462
|
+
export declare type StorageClass = "DEEP_ARCHIVE" | "GLACIER" | "GLACIER_IR" | "INTELLIGENT_TIERING" | "ONEZONE_IA" | "OUTPOSTS" | "REDUCED_REDUNDANCY" | "STANDARD" | "STANDARD_IA";
|
|
461
463
|
export declare type TaggingDirective = "COPY" | "REPLACE";
|
|
462
464
|
export interface CopyObjectRequest {
|
|
463
465
|
/**
|
|
@@ -774,6 +776,7 @@ export declare namespace CreateBucketConfiguration {
|
|
|
774
776
|
*/
|
|
775
777
|
const filterSensitiveLog: (obj: CreateBucketConfiguration) => any;
|
|
776
778
|
}
|
|
779
|
+
export declare type ObjectOwnership = "BucketOwnerEnforced" | "BucketOwnerPreferred" | "ObjectWriter";
|
|
777
780
|
export interface CreateBucketRequest {
|
|
778
781
|
/**
|
|
779
782
|
* <p>The canned ACL to apply to the bucket.</p>
|
|
@@ -813,6 +816,20 @@ export interface CreateBucketRequest {
|
|
|
813
816
|
* <p>Specifies whether you want S3 Object Lock to be enabled for the new bucket.</p>
|
|
814
817
|
*/
|
|
815
818
|
ObjectLockEnabledForBucket?: boolean;
|
|
819
|
+
/**
|
|
820
|
+
* <p>The container element for object ownership for a bucket's ownership controls.</p>
|
|
821
|
+
* <p>BucketOwnerPreferred - Objects uploaded to the bucket change ownership to the bucket
|
|
822
|
+
* owner if the objects are uploaded with the <code>bucket-owner-full-control</code> canned
|
|
823
|
+
* ACL.</p>
|
|
824
|
+
* <p>ObjectWriter - The uploading account will own the object if the object is uploaded with
|
|
825
|
+
* the <code>bucket-owner-full-control</code> canned ACL.</p>
|
|
826
|
+
* <p>BucketOwnerEnforced - Access control lists (ACLs) are disabled and no longer affect permissions.
|
|
827
|
+
* The bucket owner automatically owns and has full control over every object in the bucket. The bucket only
|
|
828
|
+
* accepts PUT requests that don't specify an ACL or bucket owner full control
|
|
829
|
+
* ACLs, such as the <code>bucket-owner-full-control</code> canned
|
|
830
|
+
* ACL or an equivalent form of this ACL expressed in the XML format.</p>
|
|
831
|
+
*/
|
|
832
|
+
ObjectOwnership?: ObjectOwnership | string;
|
|
816
833
|
}
|
|
817
834
|
export declare namespace CreateBucketRequest {
|
|
818
835
|
/**
|
|
@@ -4362,6 +4379,14 @@ export interface LifecycleRuleAndOperator {
|
|
|
4362
4379
|
* apply.</p>
|
|
4363
4380
|
*/
|
|
4364
4381
|
Tags?: Tag[];
|
|
4382
|
+
/**
|
|
4383
|
+
* <p>Minimum object size to which the rule applies.</p>
|
|
4384
|
+
*/
|
|
4385
|
+
ObjectSizeGreaterThan?: number;
|
|
4386
|
+
/**
|
|
4387
|
+
* <p>Maximum object size to which the rule applies.</p>
|
|
4388
|
+
*/
|
|
4389
|
+
ObjectSizeLessThan?: number;
|
|
4365
4390
|
}
|
|
4366
4391
|
export declare namespace LifecycleRuleAndOperator {
|
|
4367
4392
|
/**
|
|
@@ -4374,7 +4399,7 @@ export declare namespace LifecycleRuleAndOperator {
|
|
|
4374
4399
|
* <code>Filter</code> must have exactly one of <code>Prefix</code>, <code>Tag</code>, or
|
|
4375
4400
|
* <code>And</code> specified.</p>
|
|
4376
4401
|
*/
|
|
4377
|
-
export declare type LifecycleRuleFilter = LifecycleRuleFilter.AndMember | LifecycleRuleFilter.PrefixMember | LifecycleRuleFilter.TagMember | LifecycleRuleFilter.$UnknownMember;
|
|
4402
|
+
export declare type LifecycleRuleFilter = LifecycleRuleFilter.AndMember | LifecycleRuleFilter.ObjectSizeGreaterThanMember | LifecycleRuleFilter.ObjectSizeLessThanMember | LifecycleRuleFilter.PrefixMember | LifecycleRuleFilter.TagMember | LifecycleRuleFilter.$UnknownMember;
|
|
4378
4403
|
export declare namespace LifecycleRuleFilter {
|
|
4379
4404
|
/**
|
|
4380
4405
|
* <p>Prefix identifying one or more objects to which the rule applies.</p>
|
|
@@ -4387,6 +4412,8 @@ export declare namespace LifecycleRuleFilter {
|
|
|
4387
4412
|
interface PrefixMember {
|
|
4388
4413
|
Prefix: string;
|
|
4389
4414
|
Tag?: never;
|
|
4415
|
+
ObjectSizeGreaterThan?: never;
|
|
4416
|
+
ObjectSizeLessThan?: never;
|
|
4390
4417
|
And?: never;
|
|
4391
4418
|
$unknown?: never;
|
|
4392
4419
|
}
|
|
@@ -4396,6 +4423,30 @@ export declare namespace LifecycleRuleFilter {
|
|
|
4396
4423
|
interface TagMember {
|
|
4397
4424
|
Prefix?: never;
|
|
4398
4425
|
Tag: Tag;
|
|
4426
|
+
ObjectSizeGreaterThan?: never;
|
|
4427
|
+
ObjectSizeLessThan?: never;
|
|
4428
|
+
And?: never;
|
|
4429
|
+
$unknown?: never;
|
|
4430
|
+
}
|
|
4431
|
+
/**
|
|
4432
|
+
* <p>Minimum object size to which the rule applies.</p>
|
|
4433
|
+
*/
|
|
4434
|
+
interface ObjectSizeGreaterThanMember {
|
|
4435
|
+
Prefix?: never;
|
|
4436
|
+
Tag?: never;
|
|
4437
|
+
ObjectSizeGreaterThan: number;
|
|
4438
|
+
ObjectSizeLessThan?: never;
|
|
4439
|
+
And?: never;
|
|
4440
|
+
$unknown?: never;
|
|
4441
|
+
}
|
|
4442
|
+
/**
|
|
4443
|
+
* <p>Maximum object size to which the rule applies.</p>
|
|
4444
|
+
*/
|
|
4445
|
+
interface ObjectSizeLessThanMember {
|
|
4446
|
+
Prefix?: never;
|
|
4447
|
+
Tag?: never;
|
|
4448
|
+
ObjectSizeGreaterThan?: never;
|
|
4449
|
+
ObjectSizeLessThan: number;
|
|
4399
4450
|
And?: never;
|
|
4400
4451
|
$unknown?: never;
|
|
4401
4452
|
}
|
|
@@ -4407,18 +4458,24 @@ export declare namespace LifecycleRuleFilter {
|
|
|
4407
4458
|
interface AndMember {
|
|
4408
4459
|
Prefix?: never;
|
|
4409
4460
|
Tag?: never;
|
|
4461
|
+
ObjectSizeGreaterThan?: never;
|
|
4462
|
+
ObjectSizeLessThan?: never;
|
|
4410
4463
|
And: LifecycleRuleAndOperator;
|
|
4411
4464
|
$unknown?: never;
|
|
4412
4465
|
}
|
|
4413
4466
|
interface $UnknownMember {
|
|
4414
4467
|
Prefix?: never;
|
|
4415
4468
|
Tag?: never;
|
|
4469
|
+
ObjectSizeGreaterThan?: never;
|
|
4470
|
+
ObjectSizeLessThan?: never;
|
|
4416
4471
|
And?: never;
|
|
4417
4472
|
$unknown: [string, any];
|
|
4418
4473
|
}
|
|
4419
4474
|
interface Visitor<T> {
|
|
4420
4475
|
Prefix: (value: string) => T;
|
|
4421
4476
|
Tag: (value: Tag) => T;
|
|
4477
|
+
ObjectSizeGreaterThan: (value: number) => T;
|
|
4478
|
+
ObjectSizeLessThan: (value: number) => T;
|
|
4422
4479
|
And: (value: LifecycleRuleAndOperator) => T;
|
|
4423
4480
|
_: (name: string, value: any) => T;
|
|
4424
4481
|
}
|
|
@@ -4441,6 +4498,13 @@ export interface NoncurrentVersionExpiration {
|
|
|
4441
4498
|
* Amazon S3 Calculates When an Object Became Noncurrent</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
4442
4499
|
*/
|
|
4443
4500
|
NoncurrentDays?: number;
|
|
4501
|
+
/**
|
|
4502
|
+
* <p>Specifies how many noncurrent versions Amazon S3 will retain. If there are this many more recent
|
|
4503
|
+
* noncurrent versions, Amazon S3 will take the associated action. For more information about noncurrent
|
|
4504
|
+
* versions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/intro-lifecycle-rules.html">Lifecycle configuration elements</a>
|
|
4505
|
+
* in the <i>Amazon S3 User Guide</i>.</p>
|
|
4506
|
+
*/
|
|
4507
|
+
NewerNoncurrentVersions?: number;
|
|
4444
4508
|
}
|
|
4445
4509
|
export declare namespace NoncurrentVersionExpiration {
|
|
4446
4510
|
/**
|
|
@@ -4448,14 +4512,14 @@ export declare namespace NoncurrentVersionExpiration {
|
|
|
4448
4512
|
*/
|
|
4449
4513
|
const filterSensitiveLog: (obj: NoncurrentVersionExpiration) => any;
|
|
4450
4514
|
}
|
|
4451
|
-
export declare type TransitionStorageClass = "DEEP_ARCHIVE" | "GLACIER" | "INTELLIGENT_TIERING" | "ONEZONE_IA" | "STANDARD_IA";
|
|
4515
|
+
export declare type TransitionStorageClass = "DEEP_ARCHIVE" | "GLACIER" | "GLACIER_IR" | "INTELLIGENT_TIERING" | "ONEZONE_IA" | "STANDARD_IA";
|
|
4452
4516
|
/**
|
|
4453
4517
|
* <p>Container for the transition rule that describes when noncurrent objects transition to
|
|
4454
4518
|
* the <code>STANDARD_IA</code>, <code>ONEZONE_IA</code>, <code>INTELLIGENT_TIERING</code>,
|
|
4455
|
-
*
|
|
4519
|
+
* <code>GLACIER_IR</code>, <code>GLACIER</code>, or <code>DEEP_ARCHIVE</code> storage class. If your bucket is
|
|
4456
4520
|
* versioning-enabled (or versioning is suspended), you can set this action to request that
|
|
4457
4521
|
* Amazon S3 transition noncurrent object versions to the <code>STANDARD_IA</code>,
|
|
4458
|
-
* <code>ONEZONE_IA</code>, <code>INTELLIGENT_TIERING</code>, <code>GLACIER</code>, or
|
|
4522
|
+
* <code>ONEZONE_IA</code>, <code>INTELLIGENT_TIERING</code>, <code>GLACIER_IR</code>, <code>GLACIER</code>, or
|
|
4459
4523
|
* <code>DEEP_ARCHIVE</code> storage class at a specific period in the object's
|
|
4460
4524
|
* lifetime.</p>
|
|
4461
4525
|
*/
|
|
@@ -4471,6 +4535,13 @@ export interface NoncurrentVersionTransition {
|
|
|
4471
4535
|
* <p>The class of storage used to store the object.</p>
|
|
4472
4536
|
*/
|
|
4473
4537
|
StorageClass?: TransitionStorageClass | string;
|
|
4538
|
+
/**
|
|
4539
|
+
* <p>Specifies how many noncurrent versions Amazon S3 will retain. If there are this many more recent
|
|
4540
|
+
* noncurrent versions, Amazon S3 will take the associated action. For more information about noncurrent
|
|
4541
|
+
* versions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/intro-lifecycle-rules.html">Lifecycle configuration elements</a>
|
|
4542
|
+
* in the <i>Amazon S3 User Guide</i>.</p>
|
|
4543
|
+
*/
|
|
4544
|
+
NewerNoncurrentVersions?: number;
|
|
4474
4545
|
}
|
|
4475
4546
|
export declare namespace NoncurrentVersionTransition {
|
|
4476
4547
|
/**
|
|
@@ -4642,6 +4713,9 @@ export declare namespace GetBucketLocationRequest {
|
|
|
4642
4713
|
export declare type BucketLogsPermission = "FULL_CONTROL" | "READ" | "WRITE";
|
|
4643
4714
|
/**
|
|
4644
4715
|
* <p>Container for granting information.</p>
|
|
4716
|
+
* <p>Buckets that use the bucket owner enforced setting for Object
|
|
4717
|
+
* Ownership don't support target grants. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/enable-server-access-logging.html#grant-log-delivery-permissions-general">Permissions server access log delivery</a> in the
|
|
4718
|
+
* <i>Amazon S3 User Guide</i>.</p>
|
|
4645
4719
|
*/
|
|
4646
4720
|
export interface TargetGrant {
|
|
4647
4721
|
/**
|
|
@@ -4675,6 +4749,9 @@ export interface LoggingEnabled {
|
|
|
4675
4749
|
TargetBucket: string | undefined;
|
|
4676
4750
|
/**
|
|
4677
4751
|
* <p>Container for granting information.</p>
|
|
4752
|
+
* <p>Buckets that use the bucket owner enforced setting for Object
|
|
4753
|
+
* Ownership don't support target grants. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/enable-server-access-logging.html#grant-log-delivery-permissions-general">Permissions for server access log delivery</a> in the
|
|
4754
|
+
* <i>Amazon S3 User Guide</i>.</p>
|
|
4678
4755
|
*/
|
|
4679
4756
|
TargetGrants?: TargetGrant[];
|
|
4680
4757
|
/**
|
|
@@ -4893,7 +4970,18 @@ export declare namespace GetBucketNotificationConfigurationRequest {
|
|
|
4893
4970
|
*/
|
|
4894
4971
|
const filterSensitiveLog: (obj: GetBucketNotificationConfigurationRequest) => any;
|
|
4895
4972
|
}
|
|
4896
|
-
|
|
4973
|
+
/**
|
|
4974
|
+
* <p>A container for specifying the configuration for Amazon EventBridge.</p>
|
|
4975
|
+
*/
|
|
4976
|
+
export interface EventBridgeConfiguration {
|
|
4977
|
+
}
|
|
4978
|
+
export declare namespace EventBridgeConfiguration {
|
|
4979
|
+
/**
|
|
4980
|
+
* @internal
|
|
4981
|
+
*/
|
|
4982
|
+
const filterSensitiveLog: (obj: EventBridgeConfiguration) => any;
|
|
4983
|
+
}
|
|
4984
|
+
export declare type Event = "s3:IntelligentTiering" | "s3:LifecycleExpiration:*" | "s3:LifecycleExpiration:Delete" | "s3:LifecycleExpiration:DeleteMarkerCreated" | "s3:LifecycleTransition" | "s3:ObjectAcl:Put" | "s3:ObjectCreated:*" | "s3:ObjectCreated:CompleteMultipartUpload" | "s3:ObjectCreated:Copy" | "s3:ObjectCreated:Post" | "s3:ObjectCreated:Put" | "s3:ObjectRemoved:*" | "s3:ObjectRemoved:Delete" | "s3:ObjectRemoved:DeleteMarkerCreated" | "s3:ObjectRestore:*" | "s3:ObjectRestore:Completed" | "s3:ObjectRestore:Delete" | "s3:ObjectRestore:Post" | "s3:ObjectTagging:*" | "s3:ObjectTagging:Delete" | "s3:ObjectTagging:Put" | "s3:ReducedRedundancyLostObject" | "s3:Replication:*" | "s3:Replication:OperationFailedReplication" | "s3:Replication:OperationMissedThreshold" | "s3:Replication:OperationNotTracked" | "s3:Replication:OperationReplicatedAfterThreshold";
|
|
4897
4985
|
export declare type FilterRuleName = "prefix" | "suffix";
|
|
4898
4986
|
/**
|
|
4899
4987
|
* <p>Specifies the Amazon S3 object key name to filter on and whether to filter on the suffix or
|
|
@@ -5070,6 +5158,10 @@ export interface NotificationConfiguration {
|
|
|
5070
5158
|
* them.</p>
|
|
5071
5159
|
*/
|
|
5072
5160
|
LambdaFunctionConfigurations?: LambdaFunctionConfiguration[];
|
|
5161
|
+
/**
|
|
5162
|
+
* <p>Enables delivery of events to Amazon EventBridge.</p>
|
|
5163
|
+
*/
|
|
5164
|
+
EventBridgeConfiguration?: EventBridgeConfiguration;
|
|
5073
5165
|
}
|
|
5074
5166
|
export declare namespace NotificationConfiguration {
|
|
5075
5167
|
/**
|
|
@@ -5077,7 +5169,6 @@ export declare namespace NotificationConfiguration {
|
|
|
5077
5169
|
*/
|
|
5078
5170
|
const filterSensitiveLog: (obj: NotificationConfiguration) => any;
|
|
5079
5171
|
}
|
|
5080
|
-
export declare type ObjectOwnership = "BucketOwnerPreferred" | "ObjectWriter";
|
|
5081
5172
|
/**
|
|
5082
5173
|
* <p>The container element for an ownership control rule.</p>
|
|
5083
5174
|
*/
|
|
@@ -5089,6 +5180,11 @@ export interface OwnershipControlsRule {
|
|
|
5089
5180
|
* ACL.</p>
|
|
5090
5181
|
* <p>ObjectWriter - The uploading account will own the object if the object is uploaded with
|
|
5091
5182
|
* the <code>bucket-owner-full-control</code> canned ACL.</p>
|
|
5183
|
+
* <p>BucketOwnerEnforced - Access control lists (ACLs) are disabled and no longer affect permissions.
|
|
5184
|
+
* The bucket owner automatically owns and has full control over every object in the bucket. The bucket only
|
|
5185
|
+
* accepts PUT requests that don't specify an ACL or bucket owner full control
|
|
5186
|
+
* ACLs, such as the <code>bucket-owner-full-control</code> canned
|
|
5187
|
+
* ACL or an equivalent form of this ACL expressed in the XML format.</p>
|
|
5092
5188
|
*/
|
|
5093
5189
|
ObjectOwnership: ObjectOwnership | string | undefined;
|
|
5094
5190
|
}
|
|
@@ -5115,7 +5211,7 @@ export declare namespace OwnershipControls {
|
|
|
5115
5211
|
}
|
|
5116
5212
|
export interface GetBucketOwnershipControlsOutput {
|
|
5117
5213
|
/**
|
|
5118
|
-
* <p>The <code>OwnershipControls</code> (BucketOwnerPreferred or ObjectWriter) currently in
|
|
5214
|
+
* <p>The <code>OwnershipControls</code> (BucketOwnerEnforced, BucketOwnerPreferred, or ObjectWriter) currently in
|
|
5119
5215
|
* effect for this Amazon S3 bucket.</p>
|
|
5120
5216
|
*/
|
|
5121
5217
|
OwnershipControls?: OwnershipControls;
|
|
@@ -7620,7 +7716,7 @@ export declare namespace ListMultipartUploadsRequest {
|
|
|
7620
7716
|
*/
|
|
7621
7717
|
const filterSensitiveLog: (obj: ListMultipartUploadsRequest) => any;
|
|
7622
7718
|
}
|
|
7623
|
-
export declare type ObjectStorageClass = "DEEP_ARCHIVE" | "GLACIER" | "INTELLIGENT_TIERING" | "ONEZONE_IA" | "OUTPOSTS" | "REDUCED_REDUNDANCY" | "STANDARD" | "STANDARD_IA";
|
|
7719
|
+
export declare type ObjectStorageClass = "DEEP_ARCHIVE" | "GLACIER" | "GLACIER_IR" | "INTELLIGENT_TIERING" | "ONEZONE_IA" | "OUTPOSTS" | "REDUCED_REDUNDANCY" | "STANDARD" | "STANDARD_IA";
|
|
7624
7720
|
/**
|
|
7625
7721
|
* <p>An object consists of data and its descriptive metadata.</p>
|
|
7626
7722
|
*/
|
|
@@ -8700,6 +8796,10 @@ export interface PutBucketNotificationConfigurationRequest {
|
|
|
8700
8796
|
* <p>The account ID of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP <code>403 (Access Denied)</code> error.</p>
|
|
8701
8797
|
*/
|
|
8702
8798
|
ExpectedBucketOwner?: string;
|
|
8799
|
+
/**
|
|
8800
|
+
* <p>Skips validation of Amazon SQS, Amazon SNS, and Lambda destinations. True or false value.</p>
|
|
8801
|
+
*/
|
|
8802
|
+
SkipDestinationValidation?: boolean;
|
|
8703
8803
|
}
|
|
8704
8804
|
export declare namespace PutBucketNotificationConfigurationRequest {
|
|
8705
8805
|
/**
|
|
@@ -8724,7 +8824,7 @@ export interface PutBucketOwnershipControlsRequest {
|
|
|
8724
8824
|
*/
|
|
8725
8825
|
ExpectedBucketOwner?: string;
|
|
8726
8826
|
/**
|
|
8727
|
-
* <p>The <code>OwnershipControls</code> (BucketOwnerPreferred or ObjectWriter) that you want
|
|
8827
|
+
* <p>The <code>OwnershipControls</code> (BucketOwnerEnforced, BucketOwnerPreferred, or ObjectWriter) that you want
|
|
8728
8828
|
* to apply to this Amazon S3 bucket.</p>
|
|
8729
8829
|
*/
|
|
8730
8830
|
OwnershipControls: OwnershipControls | undefined;
|
|
@@ -9660,18 +9760,3 @@ export declare namespace RestoreObjectOutput {
|
|
|
9660
9760
|
const filterSensitiveLog: (obj: RestoreObjectOutput) => any;
|
|
9661
9761
|
}
|
|
9662
9762
|
export declare type Tier = "Bulk" | "Expedited" | "Standard";
|
|
9663
|
-
/**
|
|
9664
|
-
* <p>Container for S3 Glacier job parameters.</p>
|
|
9665
|
-
*/
|
|
9666
|
-
export interface GlacierJobParameters {
|
|
9667
|
-
/**
|
|
9668
|
-
* <p>Retrieval tier at which the restore will be processed.</p>
|
|
9669
|
-
*/
|
|
9670
|
-
Tier: Tier | string | undefined;
|
|
9671
|
-
}
|
|
9672
|
-
export declare namespace GlacierJobParameters {
|
|
9673
|
-
/**
|
|
9674
|
-
* @internal
|
|
9675
|
-
*/
|
|
9676
|
-
const filterSensitiveLog: (obj: GlacierJobParameters) => any;
|
|
9677
|
-
}
|
|
@@ -1,6 +1,21 @@
|
|
|
1
1
|
/// <reference types="node" />
|
|
2
2
|
import { Readable } from "stream";
|
|
3
|
-
import {
|
|
3
|
+
import { Grant, ObjectCannedACL, ObjectLockLegalHoldStatus, ObjectLockMode, ReplicationStatus, RequestCharged, RequestPayer, ServerSideEncryption, StorageClass, Tagging, Tier } from "./models_0";
|
|
4
|
+
/**
|
|
5
|
+
* <p>Container for S3 Glacier job parameters.</p>
|
|
6
|
+
*/
|
|
7
|
+
export interface GlacierJobParameters {
|
|
8
|
+
/**
|
|
9
|
+
* <p>Retrieval tier at which the restore will be processed.</p>
|
|
10
|
+
*/
|
|
11
|
+
Tier: Tier | string | undefined;
|
|
12
|
+
}
|
|
13
|
+
export declare namespace GlacierJobParameters {
|
|
14
|
+
/**
|
|
15
|
+
* @internal
|
|
16
|
+
*/
|
|
17
|
+
const filterSensitiveLog: (obj: GlacierJobParameters) => any;
|
|
18
|
+
}
|
|
4
19
|
/**
|
|
5
20
|
* <p>Contains the type of server-side encryption used.</p>
|
|
6
21
|
*/
|
|
@@ -225,7 +225,7 @@ export declare type ObjectCannedACL = "authenticated-read" | "aws-exec-read" | "
|
|
|
225
225
|
export declare type MetadataDirective = "COPY" | "REPLACE";
|
|
226
226
|
export declare type ObjectLockLegalHoldStatus = "OFF" | "ON";
|
|
227
227
|
export declare type ObjectLockMode = "COMPLIANCE" | "GOVERNANCE";
|
|
228
|
-
export declare type StorageClass = "DEEP_ARCHIVE" | "GLACIER" | "INTELLIGENT_TIERING" | "ONEZONE_IA" | "OUTPOSTS" | "REDUCED_REDUNDANCY" | "STANDARD" | "STANDARD_IA";
|
|
228
|
+
export declare type StorageClass = "DEEP_ARCHIVE" | "GLACIER" | "GLACIER_IR" | "INTELLIGENT_TIERING" | "ONEZONE_IA" | "OUTPOSTS" | "REDUCED_REDUNDANCY" | "STANDARD" | "STANDARD_IA";
|
|
229
229
|
export declare type TaggingDirective = "COPY" | "REPLACE";
|
|
230
230
|
export interface CopyObjectRequest {
|
|
231
231
|
|
|
@@ -361,6 +361,7 @@ export declare namespace CreateBucketConfiguration {
|
|
|
361
361
|
|
|
362
362
|
const filterSensitiveLog: (obj: CreateBucketConfiguration) => any;
|
|
363
363
|
}
|
|
364
|
+
export declare type ObjectOwnership = "BucketOwnerEnforced" | "BucketOwnerPreferred" | "ObjectWriter";
|
|
364
365
|
export interface CreateBucketRequest {
|
|
365
366
|
|
|
366
367
|
ACL?: BucketCannedACL | string;
|
|
@@ -380,6 +381,8 @@ export interface CreateBucketRequest {
|
|
|
380
381
|
GrantWriteACP?: string;
|
|
381
382
|
|
|
382
383
|
ObjectLockEnabledForBucket?: boolean;
|
|
384
|
+
|
|
385
|
+
ObjectOwnership?: ObjectOwnership | string;
|
|
383
386
|
}
|
|
384
387
|
export declare namespace CreateBucketRequest {
|
|
385
388
|
|
|
@@ -1236,18 +1239,24 @@ export interface LifecycleRuleAndOperator {
|
|
|
1236
1239
|
Prefix?: string;
|
|
1237
1240
|
|
|
1238
1241
|
Tags?: Tag[];
|
|
1242
|
+
|
|
1243
|
+
ObjectSizeGreaterThan?: number;
|
|
1244
|
+
|
|
1245
|
+
ObjectSizeLessThan?: number;
|
|
1239
1246
|
}
|
|
1240
1247
|
export declare namespace LifecycleRuleAndOperator {
|
|
1241
1248
|
|
|
1242
1249
|
const filterSensitiveLog: (obj: LifecycleRuleAndOperator) => any;
|
|
1243
1250
|
}
|
|
1244
1251
|
|
|
1245
|
-
export declare type LifecycleRuleFilter = LifecycleRuleFilter.AndMember | LifecycleRuleFilter.PrefixMember | LifecycleRuleFilter.TagMember | LifecycleRuleFilter.$UnknownMember;
|
|
1252
|
+
export declare type LifecycleRuleFilter = LifecycleRuleFilter.AndMember | LifecycleRuleFilter.ObjectSizeGreaterThanMember | LifecycleRuleFilter.ObjectSizeLessThanMember | LifecycleRuleFilter.PrefixMember | LifecycleRuleFilter.TagMember | LifecycleRuleFilter.$UnknownMember;
|
|
1246
1253
|
export declare namespace LifecycleRuleFilter {
|
|
1247
1254
|
|
|
1248
1255
|
interface PrefixMember {
|
|
1249
1256
|
Prefix: string;
|
|
1250
1257
|
Tag?: never;
|
|
1258
|
+
ObjectSizeGreaterThan?: never;
|
|
1259
|
+
ObjectSizeLessThan?: never;
|
|
1251
1260
|
And?: never;
|
|
1252
1261
|
$unknown?: never;
|
|
1253
1262
|
}
|
|
@@ -1255,6 +1264,26 @@ export declare namespace LifecycleRuleFilter {
|
|
|
1255
1264
|
interface TagMember {
|
|
1256
1265
|
Prefix?: never;
|
|
1257
1266
|
Tag: Tag;
|
|
1267
|
+
ObjectSizeGreaterThan?: never;
|
|
1268
|
+
ObjectSizeLessThan?: never;
|
|
1269
|
+
And?: never;
|
|
1270
|
+
$unknown?: never;
|
|
1271
|
+
}
|
|
1272
|
+
|
|
1273
|
+
interface ObjectSizeGreaterThanMember {
|
|
1274
|
+
Prefix?: never;
|
|
1275
|
+
Tag?: never;
|
|
1276
|
+
ObjectSizeGreaterThan: number;
|
|
1277
|
+
ObjectSizeLessThan?: never;
|
|
1278
|
+
And?: never;
|
|
1279
|
+
$unknown?: never;
|
|
1280
|
+
}
|
|
1281
|
+
|
|
1282
|
+
interface ObjectSizeLessThanMember {
|
|
1283
|
+
Prefix?: never;
|
|
1284
|
+
Tag?: never;
|
|
1285
|
+
ObjectSizeGreaterThan?: never;
|
|
1286
|
+
ObjectSizeLessThan: number;
|
|
1258
1287
|
And?: never;
|
|
1259
1288
|
$unknown?: never;
|
|
1260
1289
|
}
|
|
@@ -1262,12 +1291,16 @@ export declare namespace LifecycleRuleFilter {
|
|
|
1262
1291
|
interface AndMember {
|
|
1263
1292
|
Prefix?: never;
|
|
1264
1293
|
Tag?: never;
|
|
1294
|
+
ObjectSizeGreaterThan?: never;
|
|
1295
|
+
ObjectSizeLessThan?: never;
|
|
1265
1296
|
And: LifecycleRuleAndOperator;
|
|
1266
1297
|
$unknown?: never;
|
|
1267
1298
|
}
|
|
1268
1299
|
interface $UnknownMember {
|
|
1269
1300
|
Prefix?: never;
|
|
1270
1301
|
Tag?: never;
|
|
1302
|
+
ObjectSizeGreaterThan?: never;
|
|
1303
|
+
ObjectSizeLessThan?: never;
|
|
1271
1304
|
And?: never;
|
|
1272
1305
|
$unknown: [
|
|
1273
1306
|
string,
|
|
@@ -1277,6 +1310,8 @@ export declare namespace LifecycleRuleFilter {
|
|
|
1277
1310
|
interface Visitor<T> {
|
|
1278
1311
|
Prefix: (value: string) => T;
|
|
1279
1312
|
Tag: (value: Tag) => T;
|
|
1313
|
+
ObjectSizeGreaterThan: (value: number) => T;
|
|
1314
|
+
ObjectSizeLessThan: (value: number) => T;
|
|
1280
1315
|
And: (value: LifecycleRuleAndOperator) => T;
|
|
1281
1316
|
_: (name: string, value: any) => T;
|
|
1282
1317
|
}
|
|
@@ -1288,18 +1323,22 @@ export declare namespace LifecycleRuleFilter {
|
|
|
1288
1323
|
export interface NoncurrentVersionExpiration {
|
|
1289
1324
|
|
|
1290
1325
|
NoncurrentDays?: number;
|
|
1326
|
+
|
|
1327
|
+
NewerNoncurrentVersions?: number;
|
|
1291
1328
|
}
|
|
1292
1329
|
export declare namespace NoncurrentVersionExpiration {
|
|
1293
1330
|
|
|
1294
1331
|
const filterSensitiveLog: (obj: NoncurrentVersionExpiration) => any;
|
|
1295
1332
|
}
|
|
1296
|
-
export declare type TransitionStorageClass = "DEEP_ARCHIVE" | "GLACIER" | "INTELLIGENT_TIERING" | "ONEZONE_IA" | "STANDARD_IA";
|
|
1333
|
+
export declare type TransitionStorageClass = "DEEP_ARCHIVE" | "GLACIER" | "GLACIER_IR" | "INTELLIGENT_TIERING" | "ONEZONE_IA" | "STANDARD_IA";
|
|
1297
1334
|
|
|
1298
1335
|
export interface NoncurrentVersionTransition {
|
|
1299
1336
|
|
|
1300
1337
|
NoncurrentDays?: number;
|
|
1301
1338
|
|
|
1302
1339
|
StorageClass?: TransitionStorageClass | string;
|
|
1340
|
+
|
|
1341
|
+
NewerNoncurrentVersions?: number;
|
|
1303
1342
|
}
|
|
1304
1343
|
export declare namespace NoncurrentVersionTransition {
|
|
1305
1344
|
|
|
@@ -1533,7 +1572,14 @@ export declare namespace GetBucketNotificationConfigurationRequest {
|
|
|
1533
1572
|
|
|
1534
1573
|
const filterSensitiveLog: (obj: GetBucketNotificationConfigurationRequest) => any;
|
|
1535
1574
|
}
|
|
1536
|
-
|
|
1575
|
+
|
|
1576
|
+
export interface EventBridgeConfiguration {
|
|
1577
|
+
}
|
|
1578
|
+
export declare namespace EventBridgeConfiguration {
|
|
1579
|
+
|
|
1580
|
+
const filterSensitiveLog: (obj: EventBridgeConfiguration) => any;
|
|
1581
|
+
}
|
|
1582
|
+
export declare type Event = "s3:IntelligentTiering" | "s3:LifecycleExpiration:*" | "s3:LifecycleExpiration:Delete" | "s3:LifecycleExpiration:DeleteMarkerCreated" | "s3:LifecycleTransition" | "s3:ObjectAcl:Put" | "s3:ObjectCreated:*" | "s3:ObjectCreated:CompleteMultipartUpload" | "s3:ObjectCreated:Copy" | "s3:ObjectCreated:Post" | "s3:ObjectCreated:Put" | "s3:ObjectRemoved:*" | "s3:ObjectRemoved:Delete" | "s3:ObjectRemoved:DeleteMarkerCreated" | "s3:ObjectRestore:*" | "s3:ObjectRestore:Completed" | "s3:ObjectRestore:Delete" | "s3:ObjectRestore:Post" | "s3:ObjectTagging:*" | "s3:ObjectTagging:Delete" | "s3:ObjectTagging:Put" | "s3:ReducedRedundancyLostObject" | "s3:Replication:*" | "s3:Replication:OperationFailedReplication" | "s3:Replication:OperationMissedThreshold" | "s3:Replication:OperationNotTracked" | "s3:Replication:OperationReplicatedAfterThreshold";
|
|
1537
1583
|
export declare type FilterRuleName = "prefix" | "suffix";
|
|
1538
1584
|
|
|
1539
1585
|
export interface FilterRule {
|
|
@@ -1617,12 +1663,13 @@ export interface NotificationConfiguration {
|
|
|
1617
1663
|
QueueConfigurations?: QueueConfiguration[];
|
|
1618
1664
|
|
|
1619
1665
|
LambdaFunctionConfigurations?: LambdaFunctionConfiguration[];
|
|
1666
|
+
|
|
1667
|
+
EventBridgeConfiguration?: EventBridgeConfiguration;
|
|
1620
1668
|
}
|
|
1621
1669
|
export declare namespace NotificationConfiguration {
|
|
1622
1670
|
|
|
1623
1671
|
const filterSensitiveLog: (obj: NotificationConfiguration) => any;
|
|
1624
1672
|
}
|
|
1625
|
-
export declare type ObjectOwnership = "BucketOwnerPreferred" | "ObjectWriter";
|
|
1626
1673
|
|
|
1627
1674
|
export interface OwnershipControlsRule {
|
|
1628
1675
|
|
|
@@ -2787,7 +2834,7 @@ export declare namespace ListMultipartUploadsRequest {
|
|
|
2787
2834
|
|
|
2788
2835
|
const filterSensitiveLog: (obj: ListMultipartUploadsRequest) => any;
|
|
2789
2836
|
}
|
|
2790
|
-
export declare type ObjectStorageClass = "DEEP_ARCHIVE" | "GLACIER" | "INTELLIGENT_TIERING" | "ONEZONE_IA" | "OUTPOSTS" | "REDUCED_REDUNDANCY" | "STANDARD" | "STANDARD_IA";
|
|
2837
|
+
export declare type ObjectStorageClass = "DEEP_ARCHIVE" | "GLACIER" | "GLACIER_IR" | "INTELLIGENT_TIERING" | "ONEZONE_IA" | "OUTPOSTS" | "REDUCED_REDUNDANCY" | "STANDARD" | "STANDARD_IA";
|
|
2791
2838
|
|
|
2792
2839
|
export interface _Object {
|
|
2793
2840
|
|
|
@@ -3264,6 +3311,8 @@ export interface PutBucketNotificationConfigurationRequest {
|
|
|
3264
3311
|
NotificationConfiguration: NotificationConfiguration | undefined;
|
|
3265
3312
|
|
|
3266
3313
|
ExpectedBucketOwner?: string;
|
|
3314
|
+
|
|
3315
|
+
SkipDestinationValidation?: boolean;
|
|
3267
3316
|
}
|
|
3268
3317
|
export declare namespace PutBucketNotificationConfigurationRequest {
|
|
3269
3318
|
|
|
@@ -3702,12 +3751,3 @@ export declare namespace RestoreObjectOutput {
|
|
|
3702
3751
|
const filterSensitiveLog: (obj: RestoreObjectOutput) => any;
|
|
3703
3752
|
}
|
|
3704
3753
|
export declare type Tier = "Bulk" | "Expedited" | "Standard";
|
|
3705
|
-
|
|
3706
|
-
export interface GlacierJobParameters {
|
|
3707
|
-
|
|
3708
|
-
Tier: Tier | string | undefined;
|
|
3709
|
-
}
|
|
3710
|
-
export declare namespace GlacierJobParameters {
|
|
3711
|
-
|
|
3712
|
-
const filterSensitiveLog: (obj: GlacierJobParameters) => any;
|
|
3713
|
-
}
|
|
@@ -1,6 +1,15 @@
|
|
|
1
1
|
|
|
2
2
|
import { Readable } from "stream";
|
|
3
|
-
import {
|
|
3
|
+
import { Grant, ObjectCannedACL, ObjectLockLegalHoldStatus, ObjectLockMode, ReplicationStatus, RequestCharged, RequestPayer, ServerSideEncryption, StorageClass, Tagging, Tier } from "./models_0";
|
|
4
|
+
|
|
5
|
+
export interface GlacierJobParameters {
|
|
6
|
+
|
|
7
|
+
Tier: Tier | string | undefined;
|
|
8
|
+
}
|
|
9
|
+
export declare namespace GlacierJobParameters {
|
|
10
|
+
|
|
11
|
+
const filterSensitiveLog: (obj: GlacierJobParameters) => any;
|
|
12
|
+
}
|
|
4
13
|
|
|
5
14
|
export interface Encryption {
|
|
6
15
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-s3",
|
|
3
3
|
"description": "AWS SDK for JavaScript S3 Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.44.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "yarn build:cjs && yarn build:es && yarn build:types",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.json",
|
|
@@ -23,9 +23,9 @@
|
|
|
23
23
|
"dependencies": {
|
|
24
24
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
25
25
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
26
|
-
"@aws-sdk/client-sts": "3.
|
|
26
|
+
"@aws-sdk/client-sts": "3.43.0",
|
|
27
27
|
"@aws-sdk/config-resolver": "3.40.0",
|
|
28
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
28
|
+
"@aws-sdk/credential-provider-node": "3.41.0",
|
|
29
29
|
"@aws-sdk/eventstream-serde-browser": "3.40.0",
|
|
30
30
|
"@aws-sdk/eventstream-serde-config-resolver": "3.40.0",
|
|
31
31
|
"@aws-sdk/eventstream-serde-node": "3.40.0",
|
|
@@ -36,14 +36,14 @@
|
|
|
36
36
|
"@aws-sdk/invalid-dependency": "3.40.0",
|
|
37
37
|
"@aws-sdk/md5-js": "3.40.0",
|
|
38
38
|
"@aws-sdk/middleware-apply-body-checksum": "3.40.0",
|
|
39
|
-
"@aws-sdk/middleware-bucket-endpoint": "3.
|
|
39
|
+
"@aws-sdk/middleware-bucket-endpoint": "3.41.0",
|
|
40
40
|
"@aws-sdk/middleware-content-length": "3.40.0",
|
|
41
41
|
"@aws-sdk/middleware-expect-continue": "3.40.0",
|
|
42
42
|
"@aws-sdk/middleware-host-header": "3.40.0",
|
|
43
43
|
"@aws-sdk/middleware-location-constraint": "3.40.0",
|
|
44
44
|
"@aws-sdk/middleware-logger": "3.40.0",
|
|
45
45
|
"@aws-sdk/middleware-retry": "3.40.0",
|
|
46
|
-
"@aws-sdk/middleware-sdk-s3": "3.
|
|
46
|
+
"@aws-sdk/middleware-sdk-s3": "3.41.0",
|
|
47
47
|
"@aws-sdk/middleware-serde": "3.40.0",
|
|
48
48
|
"@aws-sdk/middleware-signing": "3.40.0",
|
|
49
49
|
"@aws-sdk/middleware-ssec": "3.40.0",
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"@aws-sdk/node-config-provider": "3.40.0",
|
|
53
53
|
"@aws-sdk/node-http-handler": "3.40.0",
|
|
54
54
|
"@aws-sdk/protocol-http": "3.40.0",
|
|
55
|
-
"@aws-sdk/smithy-client": "3.
|
|
55
|
+
"@aws-sdk/smithy-client": "3.41.0",
|
|
56
56
|
"@aws-sdk/types": "3.40.0",
|
|
57
57
|
"@aws-sdk/url-parser": "3.40.0",
|
|
58
58
|
"@aws-sdk/util-base64-browser": "3.37.0",
|