UNPKG

@aws-sdk/client-s3

Version:

AWS SDK for JavaScript S3 Client for Node.js, Browser and React Native

1,112 lines (1,111 loc) 90.1 kB
import type { StreamingBlobTypes } from "@smithy/types"; import type { ChecksumAlgorithm, CompressionType, ExpressionType, InventoryConfigurationState, ObjectLockLegalHoldStatus, ObjectLockMode, QuoteFields, ReplicationStatus, RequestCharged, RequestPayer, RestoreRequestType, ServerSideEncryption, StorageClass, Tier } from "./enums"; import type { CSVInput, GlacierJobParameters, JSONInput, MetadataTableEncryptionConfiguration, OutputLocation, ParquetInput, RecordExpiration } from "./models_0"; /** * <p>Describes the serialization format of the object.</p> * @public */ export interface InputSerialization { /** * <p>Describes the serialization of a CSV-encoded object.</p> * @public */ CSV?: CSVInput | undefined; /** * <p>Specifies object's compression format. Valid values: NONE, GZIP, BZIP2. Default Value: NONE.</p> * @public */ CompressionType?: CompressionType | undefined; /** * <p>Specifies JSON as object's input serialization format.</p> * @public */ JSON?: JSONInput | undefined; /** * <p>Specifies Parquet as object's input serialization format.</p> * @public */ Parquet?: ParquetInput | undefined; } /** * <p>Describes how uncompressed comma-separated values (CSV)-formatted results are formatted.</p> * @public */ export interface CSVOutput { /** * <p>Indicates whether to use quotation marks around output fields. </p> * <ul> * <li> * <p> * <code>ALWAYS</code>: Always use quotation marks for output fields.</p> * </li> * <li> * <p> * <code>ASNEEDED</code>: Use quotation marks for output fields when needed.</p> * </li> * </ul> * @public */ QuoteFields?: QuoteFields | undefined; /** * <p>The single character used for escaping the quote character inside an already escaped value.</p> * @public */ QuoteEscapeCharacter?: string | undefined; /** * <p>A single character used to separate individual records in the output. Instead of the default value, * you can specify an arbitrary delimiter.</p> * @public */ RecordDelimiter?: string | undefined; /** * <p>The value used to separate individual fields in a record. You can specify an arbitrary * delimiter.</p> * @public */ FieldDelimiter?: string | undefined; /** * <p>A single character used for escaping when the field delimiter is part of the value. For example, if * the value is <code>a, b</code>, Amazon S3 wraps this field value in quotation marks, as follows: <code>" a , * b "</code>.</p> * @public */ QuoteCharacter?: string | undefined; } /** * <p>Specifies JSON as request's output serialization format.</p> * @public */ export interface JSONOutput { /** * <p>The value used to separate individual records in the output. If no value is specified, Amazon S3 uses a * newline character ('\n').</p> * @public */ RecordDelimiter?: string | undefined; } /** * <p>Describes how results of the Select job are serialized.</p> * @public */ export interface OutputSerialization { /** * <p>Describes the serialization of CSV-encoded Select results.</p> * @public */ CSV?: CSVOutput | undefined; /** * <p>Specifies JSON as request's output serialization format.</p> * @public */ JSON?: JSONOutput | undefined; } /** * <important> * <p>Amazon S3 Select is no longer available to new customers. Existing customers of Amazon S3 Select can * continue to use the feature as usual. <a href="http://aws.amazon.com/blogs/storage/how-to-optimize-querying-your-data-in-amazon-s3/">Learn more</a> * </p> * </important> * <p>Describes the parameters for Select job types.</p> * <p>Learn <a href="http://aws.amazon.com/blogs/storage/how-to-optimize-querying-your-data-in-amazon-s3/">How to * optimize querying your data in Amazon S3</a> using <a href="https://docs.aws.amazon.com/athena/latest/ug/what-is.html">Amazon Athena</a>, <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/transforming-objects.html">S3 Object Lambda</a>, or client-side * filtering.</p> * @public */ export interface SelectParameters { /** * <p>Describes the serialization format of the object.</p> * @public */ InputSerialization: InputSerialization | undefined; /** * <p>The type of the provided expression (for example, SQL).</p> * @public */ ExpressionType: ExpressionType | undefined; /** * <important> * <p>Amazon S3 Select is no longer available to new customers. Existing customers of Amazon S3 Select can * continue to use the feature as usual. <a href="http://aws.amazon.com/blogs/storage/how-to-optimize-querying-your-data-in-amazon-s3/">Learn more</a> * </p> * </important> * <p>The expression that is used to query the object.</p> * @public */ Expression: string | undefined; /** * <p>Describes how the results of the Select job are serialized.</p> * @public */ OutputSerialization: OutputSerialization | undefined; } /** * <p>Container for restore job parameters.</p> * @public */ export interface RestoreRequest { /** * <p>Lifetime of the active copy in days. Do not use with restores that specify * <code>OutputLocation</code>.</p> * <p>The Days element is required for regular restores, and must not be provided for select * requests.</p> * @public */ Days?: number | undefined; /** * <p>S3 Glacier related parameters pertaining to this job. Do not use with restores that specify * <code>OutputLocation</code>.</p> * @public */ GlacierJobParameters?: GlacierJobParameters | undefined; /** * <important> * <p>Amazon S3 Select is no longer available to new customers. Existing customers of Amazon S3 Select can * continue to use the feature as usual. <a href="http://aws.amazon.com/blogs/storage/how-to-optimize-querying-your-data-in-amazon-s3/">Learn more</a> * </p> * </important> * <p>Type of restore request.</p> * @public */ Type?: RestoreRequestType | undefined; /** * <p>Retrieval tier at which the restore will be processed.</p> * @public */ Tier?: Tier | undefined; /** * <p>The optional description for the job.</p> * @public */ Description?: string | undefined; /** * <important> * <p>Amazon S3 Select is no longer available to new customers. Existing customers of Amazon S3 Select can * continue to use the feature as usual. <a href="http://aws.amazon.com/blogs/storage/how-to-optimize-querying-your-data-in-amazon-s3/">Learn more</a> * </p> * </important> * <p>Describes the parameters for Select job types.</p> * @public */ SelectParameters?: SelectParameters | undefined; /** * <p>Describes the location where the restore job's output is stored.</p> * @public */ OutputLocation?: OutputLocation | undefined; } /** * @public */ export interface RestoreObjectRequest { /** * <p>The bucket name containing the object to restore. </p> * <p> * <b>Access points</b> - When you use this action with an access point for general purpose buckets, you must provide the alias of the access point in place of the bucket name or specify the access point ARN. When you use this action with an access point for directory buckets, you must provide the access point name in place of the bucket name. When using the access point ARN, you must direct requests to the access point hostname. The access point hostname takes the form <i>AccessPointName</i>-<i>AccountId</i>.s3-accesspoint.<i>Region</i>.amazonaws.com. When using this action with an access point through the Amazon Web Services SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-access-points.html">Using access points</a> in the <i>Amazon S3 User Guide</i>.</p> * <p> * <b>S3 on Outposts</b> - When you use this action with S3 on Outposts, you must direct requests to the S3 on Outposts hostname. The S3 on Outposts hostname takes the * form <code> * <i>AccessPointName</i>-<i>AccountId</i>.<i>outpostID</i>.s3-outposts.<i>Region</i>.amazonaws.com</code>. When you use this action with S3 on Outposts, the destination bucket must be the Outposts access point ARN or the access point alias. For more information about S3 on Outposts, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html">What is S3 on Outposts?</a> in the <i>Amazon S3 User Guide</i>.</p> * <p>Note: To supply the Multi-region Access Point (MRAP) to Bucket, you need to install the "@aws-sdk/signature-v4-crt" package to your project dependencies. * For more information, please go to https://github.com/aws/aws-sdk-js-v3#known-issues</p> * @public */ Bucket: string | undefined; /** * <p>Object key for which the action was initiated.</p> * @public */ Key: string | undefined; /** * <p>VersionId used to reference a specific version of the object.</p> * @public */ VersionId?: string | undefined; /** * <p>Container for restore job parameters.</p> * @public */ RestoreRequest?: RestoreRequest | undefined; /** * <p>Confirms that the requester knows that they will be charged for the request. Bucket owners need not * specify this parameter in their requests. If either the source or destination S3 bucket has Requester * Pays enabled, the requester will pay for the corresponding charges. For information about * downloading objects from Requester Pays buckets, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html">Downloading Objects in Requester Pays * Buckets</a> in the <i>Amazon S3 User Guide</i>.</p> * <note> * <p>This functionality is not supported for directory buckets.</p> * </note> * @public */ RequestPayer?: RequestPayer | undefined; /** * <p>Indicates the algorithm used to create the checksum for the object when you use the SDK. This header will not provide any * additional functionality if you don't use the SDK. When you send this header, there must be a corresponding <code>x-amz-checksum</code> or * <code>x-amz-trailer</code> header sent. Otherwise, Amazon S3 fails the request with the HTTP status code <code>400 Bad Request</code>. For more * information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in * the <i>Amazon S3 User Guide</i>.</p> * <p>If you provide an individual checksum, Amazon S3 ignores any provided <code>ChecksumAlgorithm</code> * parameter.</p> * @public */ ChecksumAlgorithm?: ChecksumAlgorithm | undefined; /** * <p>The account ID of the expected bucket owner. If the account ID that you provide does not match the actual owner of the bucket, the request fails with the HTTP status code <code>403 Forbidden</code> (access denied).</p> * @public */ ExpectedBucketOwner?: string | undefined; } /** * <p></p> * @public */ export interface ContinuationEvent { } /** * <p>A message that indicates the request is complete and no more messages will be sent. You should not * assume that the request is complete until the client receives an <code>EndEvent</code>.</p> * @public */ export interface EndEvent { } /** * <p>This data type contains information about progress of an operation.</p> * @public */ export interface Progress { /** * <p>The current number of object bytes scanned.</p> * @public */ BytesScanned?: number | undefined; /** * <p>The current number of uncompressed object bytes processed.</p> * @public */ BytesProcessed?: number | undefined; /** * <p>The current number of bytes of records payload data returned.</p> * @public */ BytesReturned?: number | undefined; } /** * <p>This data type contains information about the progress event of an operation.</p> * @public */ export interface ProgressEvent { /** * <p>The Progress event details.</p> * @public */ Details?: Progress | undefined; } /** * <p>The container for the records event.</p> * @public */ export interface RecordsEvent { /** * <p>The byte array of partial, one or more result records. S3 Select doesn't guarantee that a record * will be self-contained in one record frame. To ensure continuous streaming of data, S3 Select might * split the same record across multiple record frames instead of aggregating the results in memory. Some * S3 clients (for example, the SDK for Java) handle this behavior by creating a * <code>ByteStream</code> out of the response by default. Other clients might not handle this behavior * by default. In those cases, you must aggregate the results on the client side and parse the * response.</p> * @public */ Payload?: Uint8Array | undefined; } /** * <p>Container for the stats details.</p> * @public */ export interface Stats { /** * <p>The total number of object bytes scanned.</p> * @public */ BytesScanned?: number | undefined; /** * <p>The total number of uncompressed object bytes processed.</p> * @public */ BytesProcessed?: number | undefined; /** * <p>The total number of bytes of records payload data returned.</p> * @public */ BytesReturned?: number | undefined; } /** * <p>Container for the Stats Event.</p> * @public */ export interface StatsEvent { /** * <p>The Stats event details.</p> * @public */ Details?: Stats | undefined; } /** * <p>The container for selecting objects from a content event stream.</p> * @public */ export type SelectObjectContentEventStream = SelectObjectContentEventStream.ContMember | SelectObjectContentEventStream.EndMember | SelectObjectContentEventStream.ProgressMember | SelectObjectContentEventStream.RecordsMember | SelectObjectContentEventStream.StatsMember | SelectObjectContentEventStream.$UnknownMember; /** * @public */ export declare namespace SelectObjectContentEventStream { /** * <p>The Records Event.</p> * @public */ interface RecordsMember { Records: RecordsEvent; Stats?: never; Progress?: never; Cont?: never; End?: never; $unknown?: never; } /** * <p>The Stats Event.</p> * @public */ interface StatsMember { Records?: never; Stats: StatsEvent; Progress?: never; Cont?: never; End?: never; $unknown?: never; } /** * <p>The Progress Event.</p> * @public */ interface ProgressMember { Records?: never; Stats?: never; Progress: ProgressEvent; Cont?: never; End?: never; $unknown?: never; } /** * <p>The Continuation Event.</p> * @public */ interface ContMember { Records?: never; Stats?: never; Progress?: never; Cont: ContinuationEvent; End?: never; $unknown?: never; } /** * <p>The End Event.</p> * @public */ interface EndMember { Records?: never; Stats?: never; Progress?: never; Cont?: never; End: EndEvent; $unknown?: never; } /** * @public */ interface $UnknownMember { Records?: never; Stats?: never; Progress?: never; Cont?: never; End?: never; $unknown: [string, any]; } /** * @deprecated unused in schema-serde mode. * */ interface Visitor<T> { Records: (value: RecordsEvent) => T; Stats: (value: StatsEvent) => T; Progress: (value: ProgressEvent) => T; Cont: (value: ContinuationEvent) => T; End: (value: EndEvent) => T; _: (name: string, value: any) => T; } } /** * @public */ export interface SelectObjectContentOutput { /** * <p>The array of results.</p> * @public */ Payload?: AsyncIterable<SelectObjectContentEventStream> | undefined; } /** * <p>Container for specifying if periodic <code>QueryProgress</code> messages should be sent.</p> * @public */ export interface RequestProgress { /** * <p>Specifies whether periodic QueryProgress frames should be sent. Valid values: TRUE, FALSE. Default * value: FALSE.</p> * @public */ Enabled?: boolean | undefined; } /** * <p>Specifies the byte range of the object to get the records from. A record is processed when its first * byte is contained by the range. This parameter is optional, but when specified, it must not be empty. * See RFC 2616, Section 14.35.1 about how to specify the start and end of the range.</p> * @public */ export interface ScanRange { /** * <p>Specifies the start of the byte range. This parameter is optional. Valid values: non-negative * integers. The default value is 0. If only <code>start</code> is supplied, it means scan from that point * to the end of the file. For example, * <code><scanrange><start>50</start></scanrange></code> means scan from byte 50 * until the end of the file.</p> * @public */ Start?: number | undefined; /** * <p>Specifies the end of the byte range. This parameter is optional. Valid values: non-negative * integers. The default value is one less than the size of the object being queried. If only the End * parameter is supplied, it is interpreted to mean scan the last N bytes of the file. For example, * <code><scanrange><end>50</end></scanrange></code> means scan the last 50 * bytes.</p> * @public */ End?: number | undefined; } /** * <note> * <p>Learn Amazon S3 Select is no longer available to new customers. Existing customers of Amazon S3 * Select can continue to use the feature as usual. <a href="http://aws.amazon.com/blogs/storage/how-to-optimize-querying-your-data-in-amazon-s3/">Learn more</a> * </p> * </note> * <p>Request to filter the contents of an Amazon S3 object based on a simple Structured Query Language (SQL) * statement. In the request, along with the SQL expression, you must specify a data serialization format * (JSON or CSV) of the object. Amazon S3 uses this to parse object data into records. It returns only records * that match the specified SQL expression. You must also specify the data serialization format for the * response. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/RESTObjectSELECTContent.html">S3Select API Documentation</a>.</p> * @public */ export interface SelectObjectContentRequest { /** * <p>The S3 bucket.</p> * <p>Note: To supply the Multi-region Access Point (MRAP) to Bucket, you need to install the "@aws-sdk/signature-v4-crt" package to your project dependencies. * For more information, please go to https://github.com/aws/aws-sdk-js-v3#known-issues</p> * @public */ Bucket: string | undefined; /** * <p>The object key.</p> * @public */ Key: string | undefined; /** * <p>The server-side encryption (SSE) algorithm used to encrypt the object. This parameter is needed only when the object was created * using a checksum algorithm. For more information, * see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/ServerSideEncryptionCustomerKeys.html">Protecting data using SSE-C keys</a> in the * <i>Amazon S3 User Guide</i>.</p> * @public */ SSECustomerAlgorithm?: string | undefined; /** * <p>The server-side encryption (SSE) customer managed key. This parameter is needed only when the object was created using a checksum algorithm. * For more information, see * <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/ServerSideEncryptionCustomerKeys.html">Protecting data using SSE-C keys</a> in the * <i>Amazon S3 User Guide</i>.</p> * @public */ SSECustomerKey?: string | undefined; /** * <p>The MD5 server-side encryption (SSE) customer managed key. This parameter is needed only when the object was created using a checksum * algorithm. For more information, * see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/ServerSideEncryptionCustomerKeys.html">Protecting data using SSE-C keys</a> in the * <i>Amazon S3 User Guide</i>.</p> * @public */ SSECustomerKeyMD5?: string | undefined; /** * <p>The expression that is used to query the object.</p> * @public */ Expression: string | undefined; /** * <p>The type of the provided expression (for example, SQL).</p> * @public */ ExpressionType: ExpressionType | undefined; /** * <p>Specifies if periodic request progress information should be enabled.</p> * @public */ RequestProgress?: RequestProgress | undefined; /** * <p>Describes the format of the data in the object that is being queried.</p> * @public */ InputSerialization: InputSerialization | undefined; /** * <p>Describes the format of the data that you want Amazon S3 to return in response.</p> * @public */ OutputSerialization: OutputSerialization | undefined; /** * <p>Specifies the byte range of the object to get the records from. A record is processed when its first * byte is contained by the range. This parameter is optional, but when specified, it must not be empty. * See RFC 2616, Section 14.35.1 about how to specify the start and end of the range.</p> * <p> * <code>ScanRange</code>may be used in the following ways:</p> * <ul> * <li> * <p> * <code><scanrange><start>50</start><end>100</end></scanrange></code> * - process only the records starting between the bytes 50 and 100 (inclusive, counting from * zero)</p> * </li> * <li> * <p> * <code><scanrange><start>50</start></scanrange></code> - process only the * records starting after the byte 50</p> * </li> * <li> * <p> * <code><scanrange><end>50</end></scanrange></code> - process only the * records within the last 50 bytes of the file.</p> * </li> * </ul> * @public */ ScanRange?: ScanRange | undefined; /** * <p>The account ID of the expected bucket owner. If the account ID that you provide does not match the actual owner of the bucket, the request fails with the HTTP status code <code>403 Forbidden</code> (access denied).</p> * @public */ ExpectedBucketOwner?: string | undefined; } /** * <p> * The specified updates to the S3 Metadata inventory table configuration. * </p> * @public */ export interface InventoryTableConfigurationUpdates { /** * <p> * The configuration state of the inventory table, indicating whether the inventory table is enabled * or disabled. * </p> * @public */ ConfigurationState: InventoryConfigurationState | undefined; /** * <p> * The encryption configuration for the inventory table. * </p> * @public */ EncryptionConfiguration?: MetadataTableEncryptionConfiguration | undefined; } /** * @public */ export interface UpdateBucketMetadataInventoryTableConfigurationRequest { /** * <p> * The general purpose bucket that corresponds to the metadata configuration that you want to * enable or disable an inventory table for. * </p> * <p>Note: To supply the Multi-region Access Point (MRAP) to Bucket, you need to install the "@aws-sdk/signature-v4-crt" package to your project dependencies. * For more information, please go to https://github.com/aws/aws-sdk-js-v3#known-issues</p> * @public */ Bucket: string | undefined; /** * <p> * The <code>Content-MD5</code> header for the inventory table configuration. * </p> * @public */ ContentMD5?: string | undefined; /** * <p> * The checksum algorithm to use with your inventory table configuration. * </p> * @public */ ChecksumAlgorithm?: ChecksumAlgorithm | undefined; /** * <p> * The contents of your inventory table configuration. * </p> * @public */ InventoryTableConfiguration: InventoryTableConfigurationUpdates | undefined; /** * <p> * The expected owner of the general purpose bucket that corresponds to the metadata table * configuration that you want to enable or disable an inventory table for. * </p> * @public */ ExpectedBucketOwner?: string | undefined; } /** * <p> * The specified updates to the S3 Metadata journal table configuration. * </p> * @public */ export interface JournalTableConfigurationUpdates { /** * <p> * The journal table record expiration settings for the journal table. * </p> * @public */ RecordExpiration: RecordExpiration | undefined; } /** * @public */ export interface UpdateBucketMetadataJournalTableConfigurationRequest { /** * <p> * The general purpose bucket that corresponds to the metadata configuration that you want to * enable or disable journal table record expiration for. * </p> * <p>Note: To supply the Multi-region Access Point (MRAP) to Bucket, you need to install the "@aws-sdk/signature-v4-crt" package to your project dependencies. * For more information, please go to https://github.com/aws/aws-sdk-js-v3#known-issues</p> * @public */ Bucket: string | undefined; /** * <p> * The <code>Content-MD5</code> header for the journal table configuration. * </p> * @public */ ContentMD5?: string | undefined; /** * <p> * The checksum algorithm to use with your journal table configuration. * </p> * @public */ ChecksumAlgorithm?: ChecksumAlgorithm | undefined; /** * <p> * The contents of your journal table configuration. * </p> * @public */ JournalTableConfiguration: JournalTableConfigurationUpdates | undefined; /** * <p> * The expected owner of the general purpose bucket that corresponds to the metadata table * configuration that you want to enable or disable journal table record expiration for. * </p> * @public */ ExpectedBucketOwner?: string | undefined; } /** * <p> * If <code>SSEKMS</code> is specified for <code>ObjectEncryption</code>, this data type specifies * the Amazon Web Services KMS key Amazon Resource Name (ARN) to use and whether to use an S3 Bucket Key for * server-side encryption using Key Management Service (KMS) keys (SSE-KMS). * </p> * @public */ export interface SSEKMSEncryption { /** * <p> * Specifies the Amazon Web Services KMS key Amazon Resource Name (ARN) to use for the updated server-side encryption * type. Required if <code>ObjectEncryption</code> specifies <code>SSEKMS</code>. * </p> * <note> * <p>You must specify the full Amazon Web Services KMS key ARN. The KMS key ID and KMS key alias aren't * supported.</p> * </note> * <p>Pattern: (<code>arn:aws[-a-z0-9]*:kms:[-a-z0-9]*:[0-9]\{12\}:key/.+</code>)</p> * @public */ KMSKeyArn: string | undefined; /** * <p> * Specifies whether Amazon S3 should use an S3 Bucket Key for object encryption with server-side encryption * using Key Management Service (KMS) keys (SSE-KMS). If this value isn't specified, it defaults to <code>false</code>. * Setting this value to <code>true</code> causes Amazon S3 to use an S3 Bucket Key for object encryption with * SSE-KMS. For more information, see * <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/bucket-key.html"> * Using Amazon S3 Bucket Keys</a> in the <i>Amazon S3 User Guide</i>. * </p> * <p>Valid Values: <code>true</code> | <code>false</code> * </p> * @public */ BucketKeyEnabled?: boolean | undefined; } /** * <p> * The updated server-side encryption type for this object. The <code>UpdateObjectEncryption</code> * operation supports the SSE-S3 and SSE-KMS encryption types. * </p> * <p>Valid Values: <code>SSES3</code> | <code>SSEKMS</code> * </p> * @public */ export type ObjectEncryption = ObjectEncryption.SSEKMSMember | ObjectEncryption.$UnknownMember; /** * @public */ export declare namespace ObjectEncryption { /** * <p> * Specifies to update the object encryption type to server-side encryption with Key Management Service (KMS) keys * (SSE-KMS). * </p> * @public */ interface SSEKMSMember { SSEKMS: SSEKMSEncryption; $unknown?: never; } /** * @public */ interface $UnknownMember { SSEKMS?: never; $unknown: [string, any]; } /** * @deprecated unused in schema-serde mode. * */ interface Visitor<T> { SSEKMS: (value: SSEKMSEncryption) => T; _: (name: string, value: any) => T; } } /** * @public */ export interface UpdateObjectEncryptionRequest { /** * <p> * The name of the general purpose bucket that contains the specified object key name. * </p> * <p>When you use this operation with an access point attached to a general purpose bucket, you * must either provide the alias of the access point in place of the bucket name or you must specify * the access point Amazon Resource Name (ARN). When using the access point ARN, you must direct * requests to the access point hostname. The access point hostname takes the form * <code> * <i>AccessPointName</i>-<i>AccountId</i>.s3-accesspoint.<i>Region</i>.amazonaws.com</code>. * When using this operation with an access point through the Amazon Web Services SDKs, you provide the access point * ARN in place of the bucket name. For more information about access point ARNs, see * <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/access-points-naming.html"> * Referencing access points</a> in the <i>Amazon S3 User Guide</i>.</p> * <p>Note: To supply the Multi-region Access Point (MRAP) to Bucket, you need to install the "@aws-sdk/signature-v4-crt" package to your project dependencies. * For more information, please go to https://github.com/aws/aws-sdk-js-v3#known-issues</p> * @public */ Bucket: string | undefined; /** * <p> * The key name of the object that you want to update the server-side encryption type for. * </p> * @public */ Key: string | undefined; /** * <p> * The version ID of the object that you want to update the server-side encryption type for. * </p> * @public */ VersionId?: string | undefined; /** * <p> * The updated server-side encryption type for this object. The <code>UpdateObjectEncryption</code> * operation supports the SSE-S3 and SSE-KMS encryption types. * </p> * <p>Valid Values: <code>SSES3</code> | <code>SSEKMS</code> * </p> * @public */ ObjectEncryption: ObjectEncryption | undefined; /** * <p>Confirms that the requester knows that they will be charged for the request. Bucket owners need not * specify this parameter in their requests. If either the source or destination S3 bucket has Requester * Pays enabled, the requester will pay for the corresponding charges. For information about * downloading objects from Requester Pays buckets, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html">Downloading Objects in Requester Pays * Buckets</a> in the <i>Amazon S3 User Guide</i>.</p> * <note> * <p>This functionality is not supported for directory buckets.</p> * </note> * @public */ RequestPayer?: RequestPayer | undefined; /** * <p> * The account ID of the expected bucket owner. If the account ID that you provide doesn't match the * actual owner of the bucket, the request fails with the HTTP status code <code>403 Forbidden</code> * (access denied). * </p> * @public */ ExpectedBucketOwner?: string | undefined; /** * <p> * The MD5 hash for the request body. For requests made using the Amazon Web Services Command Line Interface (CLI) or Amazon Web Services SDKs, this field is calculated automatically. * </p> * @public */ ContentMD5?: string | undefined; /** * <p> * Indicates the algorithm used to create the checksum for the object when you use an Amazon Web Services SDK. This header * doesn't provide any additional functionality if you don't use the SDK. When you send this header, * there must be a corresponding <code>x-amz-checksum</code> or <code>x-amz-trailer</code> header sent. * Otherwise, Amazon S3 fails the request with the HTTP status code <code>400 Bad Request</code>. For more * information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html"> * Checking object integrity </a> in the <i>Amazon S3 User Guide</i>. * </p> * <p>If you provide an individual checksum, Amazon S3 ignores any provided <code>ChecksumAlgorithm</code> * parameter.</p> * @public */ ChecksumAlgorithm?: ChecksumAlgorithm | undefined; } /** * @public */ export interface UpdateObjectEncryptionResponse { /** * <p>If present, indicates that the requester was successfully charged for the request. For more * information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/RequesterPaysBuckets.html">Using Requester Pays buckets for storage transfers and usage</a> in the <i>Amazon Simple * Storage Service user guide</i>.</p> * <note> * <p>This functionality is not supported for directory buckets.</p> * </note> * @public */ RequestCharged?: RequestCharged | undefined; } /** * @public */ export interface UploadPartOutput { /** * <p>The server-side encryption algorithm used when you store this object in Amazon S3 or Amazon FSx.</p> * <note> * <p>When accessing data stored in Amazon FSx file systems using S3 access points, the only valid server side * encryption option is <code>aws:fsx</code>.</p> * </note> * @public */ ServerSideEncryption?: ServerSideEncryption | undefined; /** * <p>Entity tag for the uploaded object.</p> * @public */ ETag?: string | undefined; /** * <p>The Base64 encoded, 32-bit <code>CRC32 checksum</code> of the object. This checksum is only present if the checksum was uploaded * with the object. When you use an API operation on an object that was uploaded using multipart uploads, this value may not be a direct checksum value of the full object. Instead, it's a calculation based on the checksum values of each individual part. For more information about how checksums are calculated * with multipart uploads, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html#large-object-checksums"> * Checking object integrity</a> in the <i>Amazon S3 User Guide</i>.</p> * @public */ ChecksumCRC32?: string | undefined; /** * <p>The Base64 encoded, 32-bit <code>CRC32C</code> checksum of the object. This checksum is only present if the checksum was uploaded * with the object. When you use an API operation on an object that was uploaded using multipart uploads, this value may not be a direct checksum value of the full object. Instead, it's a calculation based on the checksum values of each individual part. For more information about how checksums are calculated * with multipart uploads, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html#large-object-checksums"> * Checking object integrity</a> in the <i>Amazon S3 User Guide</i>.</p> * @public */ ChecksumCRC32C?: string | undefined; /** * <p>This header can be used as a data integrity check to verify that the data received is the same data * that was originally sent. This header specifies the Base64 encoded, 64-bit <code>CRC64NVME</code> * checksum of the part. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in * the <i>Amazon S3 User Guide</i>.</p> * @public */ ChecksumCRC64NVME?: string | undefined; /** * <p>The Base64 encoded, 160-bit <code>SHA1</code> digest of the object. This checksum is only present if the checksum was uploaded * with the object. When you use the API operation on an object that was uploaded using multipart uploads, this value may not be a direct checksum value of the full object. Instead, it's a calculation based on the checksum values of each individual part. For more information about how checksums are calculated * with multipart uploads, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html#large-object-checksums"> * Checking object integrity</a> in the <i>Amazon S3 User Guide</i>.</p> * @public */ ChecksumSHA1?: string | undefined; /** * <p>The Base64 encoded, 256-bit <code>SHA256</code> digest of the object. This checksum is only present if the checksum was uploaded * with the object. When you use an API operation on an object that was uploaded using multipart uploads, this value may not be a direct checksum value of the full object. Instead, it's a calculation based on the checksum values of each individual part. For more information about how checksums are calculated * with multipart uploads, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html#large-object-checksums"> * Checking object integrity</a> in the <i>Amazon S3 User Guide</i>.</p> * @public */ ChecksumSHA256?: string | undefined; /** * <p>If server-side encryption with a customer-provided encryption key was requested, the response will * include this header to confirm the encryption algorithm that's used.</p> * <note> * <p>This functionality is not supported for directory buckets.</p> * </note> * @public */ SSECustomerAlgorithm?: string | undefined; /** * <p>If server-side encryption with a customer-provided encryption key was requested, the response will * include this header to provide the round-trip message integrity verification of the customer-provided * encryption key.</p> * <note> * <p>This functionality is not supported for directory buckets.</p> * </note> * @public */ SSECustomerKeyMD5?: string | undefined; /** * <p>If present, indicates the ID of the KMS key that was used for object encryption.</p> * @public */ SSEKMSKeyId?: string | undefined; /** * <p>Indicates whether the multipart upload uses an S3 Bucket Key for server-side encryption with * Key Management Service (KMS) keys (SSE-KMS).</p> * @public */ BucketKeyEnabled?: boolean | undefined; /** * <p>If present, indicates that the requester was successfully charged for the request. For more * information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/RequesterPaysBuckets.html">Using Requester Pays buckets for storage transfers and usage</a> in the <i>Amazon Simple * Storage Service user guide</i>.</p> * <note> * <p>This functionality is not supported for directory buckets.</p> * </note> * @public */ RequestCharged?: RequestCharged | undefined; } /** * @public */ export interface UploadPartRequest { /** * <p>Object data.</p> * @public */ Body?: StreamingBlobTypes | undefined; /** * <p>The name of the bucket to which the multipart upload was initiated.</p> * <p> * <b>Directory buckets</b> - When you use this operation with a directory bucket, you must use virtual-hosted-style requests in the format <code> * <i>Bucket-name</i>.s3express-<i>zone-id</i>.<i>region-code</i>.amazonaws.com</code>. Path-style requests are not supported. Directory bucket names must be unique in the chosen Zone (Availability Zone or Local Zone). Bucket names must follow the format <code> * <i>bucket-base-name</i>--<i>zone-id</i>--x-s3</code> (for example, <code> * <i>amzn-s3-demo-bucket</i>--<i>usw2-az1</i>--x-s3</code>). For information about bucket naming * restrictions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/directory-bucket-naming-rules.html">Directory bucket naming * rules</a> in the <i>Amazon S3 User Guide</i>.</p> * <p> * <b>Access points</b> - When you use this action with an access point for general purpose buckets, you must provide the alias of the access point in place of the bucket name or specify the access point ARN. When you use this action with an access point for directory buckets, you must provide the access point name in place of the bucket name. When using the access point ARN, you must direct requests to the access point hostname. The access point hostname takes the form <i>AccessPointName</i>-<i>AccountId</i>.s3-accesspoint.<i>Region</i>.amazonaws.com. When using this action with an access point through the Amazon Web Services SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-access-points.html">Using access points</a> in the <i>Amazon S3 User Guide</i>.</p> * <note> * <p>Object Lambda access points are not supported by directory buckets.</p> * </note> * <p> * <b>S3 on Outposts</b> - When you use this action with S3 on Outposts, you must direct requests to the S3 on Outposts hostname. The S3 on Outposts hostname takes the * form <code> * <i>AccessPointName</i>-<i>AccountId</i>.<i>outpostID</i>.s3-outposts.<i>Region</i>.amazonaws.com</code>. When you use this action with S3 on Outposts, the destination bucket must be the Outposts access point ARN or the access point alias. For more information about S3 on Outposts, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html">What is S3 on Outposts?</a> in the <i>Amazon S3 User Guide</i>.</p> * <p>Note: To supply the Multi-region Access Point (MRAP) to Bucket, you need to install the "@aws-sdk/signature-v4-crt" package to your project dependencies. * For more information, please go to https://github.com/aws/aws-sdk-js-v3#known-issues</p> * @public */ Bucket: string | undefined; /** * <p>Size of the body in bytes. This parameter is useful when the size of the body cannot be determined * automatically.</p> * @public */ ContentLength?: number | undefined; /** * <p>The Base64 encoded 128-bit MD5 digest of the part data. This parameter is auto-populated when using * the command from the CLI. This parameter is required if object lock parameters are specified.</p> * <note> * <p>This functionality is not supported for directory buckets.</p> * </note> * @public */ ContentMD5?: string | undefined; /** * <p>Indicates the algorithm used to create the checksum for the object when you use the SDK. This header will not provide any * additional functionality if you don't use the SDK. When you send this header, there must be a corresponding <code>x-amz-checksum</code> or * <code>x-amz-trailer</code> header sent. Otherwise, Amazon S3 fails the request with the HTTP status code <code>400 Bad Request</code>. For more * information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in * the <i>Amazon S3 User Guide</i>.</p> * <p>If you provide an individual checksum, Amazon S3 ignores any provided <code>ChecksumAlgorithm</code> * parameter.</p> * <p>This checksum algorithm must be the same for all parts and it match the checksum value supplied in * the <code>CreateMultipartUpload</code> request.</p> * @public */ ChecksumAlgorithm?: ChecksumAlgorithm | undefined; /** * <p>This header can be used as a data integrity check to verify that the data received is the same data that was originally sent. * This header specifies the Base64 encoded, 32-bit <code>CRC32</code> checksum of the object. For more information, see * <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in the * <i>Amazon S3 User Guide</i>.</p> * @public */ ChecksumCRC32?: string | undefined; /** * <p>This header can be used as a data integrity check to verify that the data received is the same data that was originally sent. * This header specifies the Base64 encoded, 32-bit <code>CRC32C</code> checksum of the object. For more information, see * <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in the * <i>Amazon S3 User Guide</i>.</p> * @public */ ChecksumCRC32C?: string | undefined; /** * <p>This header can be used as a data integrity check to verify that the data received is the same data * that was originally sent. This header specifies the Base64 encoded, 64-bit <code>CRC64NVME</code> * checksum of the part. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in * the <i>Amazon S3 User Guide</i>.</p> * @public */ ChecksumCRC64NVME?: string | undefined; /** * <p>This header can be used as a data integrity check to verify that the data received is the same data that was originally sent. * This header specifies the Base64 encoded, 160-bit <code>SHA1</code> digest of the object. For more information, see * <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in the * <i>Amazon S3 User Guide</i>.</p> * @public */ ChecksumSHA1?: string | undefined; /** * <p>This header can be used as a data integrity check to verify that the data received is the same data that was originally sent. * This header specifies the Base64 encoded, 256-bit <code>SHA256</code> digest of the object. For more information, see * <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in the * <i>Amazon S3 User Guide</i>.</p> * @public */ ChecksumSHA256?: string | undefined; /** * <p>Object key for which the multipart upload was initiated.</p> * @public