@aws-sdk/client-s3
Version:
AWS SDK for JavaScript S3 Client for Node.js, Browser and React Native
1,059 lines • 79 kB
TypeScript
/// <reference types="node" />
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
import { Readable } from "stream";
import { ChecksumAlgorithm, Grant, ObjectCannedACL, ObjectLockLegalHoldStatus, ObjectLockMode, ObjectLockRetention, PublicAccessBlockConfiguration, ReplicationStatus, RequestCharged, RequestPayer, ServerSideEncryption, StorageClass, Tagging } from "./models_0";
import { S3ServiceException as __BaseException } from "./S3ServiceException";
export interface PutObjectRetentionOutput {
/**
* <p>If present, indicates that the requester was successfully charged for the
* request.</p>
*/
RequestCharged?: RequestCharged | string;
}
export interface PutObjectRetentionRequest {
/**
* <p>The bucket name that contains the object you want to apply this Object Retention
* configuration to. </p>
* <p>When using this action with an access point, 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>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>
*/
Bucket: string | undefined;
/**
* <p>The key name for the object that you want to apply this Object Retention configuration
* to.</p>
*/
Key: string | undefined;
/**
* <p>The container element for the Object Retention configuration.</p>
*/
Retention?: ObjectLockRetention;
/**
* <p>Confirms that the requester knows that they will be charged for the request. Bucket
* owners need not specify this parameter in their requests. 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>
*/
RequestPayer?: RequestPayer | string;
/**
* <p>The version ID for the object that you want to apply this Object Retention configuration
* to.</p>
*/
VersionId?: string;
/**
* <p>Indicates whether this action should bypass Governance-mode restrictions.</p>
*/
BypassGovernanceRetention?: boolean;
/**
* <p>The MD5 hash for the request body.</p>
* <p>For requests made using the Amazon Web Services Command Line Interface (CLI) or Amazon Web Services SDKs, this field is calculated automatically.</p>
*/
ContentMD5?: string;
/**
* <p>Indicates the algorithm used to create the checksum for the object when using the SDK. This header will not provide any
* additional functionality if not using the SDK. When sending 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>
*/
ChecksumAlgorithm?: ChecksumAlgorithm | string;
/**
* <p>The account ID of the expected bucket owner. If the bucket is owned by a different account, the request fails with the HTTP status code <code>403 Forbidden</code> (access denied).</p>
*/
ExpectedBucketOwner?: string;
}
export interface PutObjectTaggingOutput {
/**
* <p>The versionId of the object the tag-set was added to.</p>
*/
VersionId?: string;
}
export interface PutObjectTaggingRequest {
/**
* <p>The bucket name containing the object. </p>
* <p>When using this action with an access point, 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>When using this action with Amazon 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 using this action with S3 on Outposts through the Amazon Web Services SDKs, you provide the Outposts bucket ARN in place of the bucket name. For more information about S3 on Outposts ARNs, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html">Using Amazon 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>
*/
Bucket: string | undefined;
/**
* <p>Name of the object key.</p>
*/
Key: string | undefined;
/**
* <p>The versionId of the object that the tag-set will be added to.</p>
*/
VersionId?: string;
/**
* <p>The MD5 hash for the request body.</p>
* <p>For requests made using the Amazon Web Services Command Line Interface (CLI) or Amazon Web Services SDKs, this field is calculated automatically.</p>
*/
ContentMD5?: string;
/**
* <p>Indicates the algorithm used to create the checksum for the object when using the SDK. This header will not provide any
* additional functionality if not using the SDK. When sending 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>
*/
ChecksumAlgorithm?: ChecksumAlgorithm | string;
/**
* <p>Container for the <code>TagSet</code> and <code>Tag</code> elements</p>
*/
Tagging: Tagging | undefined;
/**
* <p>The account ID of the expected bucket owner. If the bucket is owned by a different account, the request fails with the HTTP status code <code>403 Forbidden</code> (access denied).</p>
*/
ExpectedBucketOwner?: string;
/**
* <p>Confirms that the requester knows that they will be charged for the request. Bucket
* owners need not specify this parameter in their requests. 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>
*/
RequestPayer?: RequestPayer | string;
}
export interface PutPublicAccessBlockRequest {
/**
* <p>The name of the Amazon S3 bucket whose <code>PublicAccessBlock</code> configuration you want
* to set.</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>
*/
Bucket: string | undefined;
/**
* <p>The MD5 hash of the <code>PutPublicAccessBlock</code> request body. </p>
* <p>For requests made using the Amazon Web Services Command Line Interface (CLI) or Amazon Web Services SDKs, this field is calculated automatically.</p>
*/
ContentMD5?: string;
/**
* <p>Indicates the algorithm used to create the checksum for the object when using the SDK. This header will not provide any
* additional functionality if not using the SDK. When sending 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>
*/
ChecksumAlgorithm?: ChecksumAlgorithm | string;
/**
* <p>The <code>PublicAccessBlock</code> configuration that you want to apply to this Amazon S3
* bucket. You can enable the configuration options in any combination. For more information
* about when Amazon S3 considers a bucket or object public, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/access-control-block-public-access.html#access-control-block-public-access-policy-status">The Meaning of "Public"</a> in the <i>Amazon S3 User Guide</i>.</p>
*/
PublicAccessBlockConfiguration: PublicAccessBlockConfiguration | undefined;
/**
* <p>The account ID of the expected bucket owner. If the bucket is owned by a different account, the request fails with the HTTP status code <code>403 Forbidden</code> (access denied).</p>
*/
ExpectedBucketOwner?: string;
}
/**
* <p>This action is not allowed against this storage tier.</p>
*/
export declare class ObjectAlreadyInActiveTierError extends __BaseException {
readonly name: "ObjectAlreadyInActiveTierError";
readonly $fault: "client";
/**
* @internal
*/
constructor(opts: __ExceptionOptionType<ObjectAlreadyInActiveTierError, __BaseException>);
}
export interface RestoreObjectOutput {
/**
* <p>If present, indicates that the requester was successfully charged for the
* request.</p>
*/
RequestCharged?: RequestCharged | string;
/**
* <p>Indicates the path in the provided S3 output location where Select results will be
* restored to.</p>
*/
RestoreOutputPath?: string;
}
export declare enum Tier {
Bulk = "Bulk",
Expedited = "Expedited",
Standard = "Standard"
}
/**
* <p>Container for S3 Glacier job parameters.</p>
*/
export interface GlacierJobParameters {
/**
* <p>Retrieval tier at which the restore will be processed.</p>
*/
Tier: Tier | string | undefined;
}
/**
* <p>Contains the type of server-side encryption used.</p>
*/
export interface Encryption {
/**
* <p>The server-side encryption algorithm used when storing job results in Amazon S3 (for example,
* AES256, aws:kms).</p>
*/
EncryptionType: ServerSideEncryption | string | undefined;
/**
* <p>If the encryption type is <code>aws:kms</code>, this optional value specifies the ID of
* the symmetric customer managed key to use for encryption of job results. Amazon S3 only
* supports symmetric keys. For more information, see <a href="https://docs.aws.amazon.com/kms/latest/developerguide/symmetric-asymmetric.html">Using symmetric and
* asymmetric keys</a> in the <i>Amazon Web Services Key Management Service Developer
* Guide</i>.</p>
*/
KMSKeyId?: string;
/**
* <p>If the encryption type is <code>aws:kms</code>, this optional value can be used to
* specify the encryption context for the restore results.</p>
*/
KMSContext?: string;
}
/**
* <p>A metadata key-value pair to store with an object.</p>
*/
export interface MetadataEntry {
/**
* <p>Name of the Object.</p>
*/
Name?: string;
/**
* <p>Value of the Object.</p>
*/
Value?: string;
}
/**
* <p>Describes an Amazon S3 location that will receive the results of the restore request.</p>
*/
export interface S3Location {
/**
* <p>The name of the bucket where the restore results will be placed.</p>
*/
BucketName: string | undefined;
/**
* <p>The prefix that is prepended to the restore results for this request.</p>
*/
Prefix: string | undefined;
/**
* <p>Contains the type of server-side encryption used.</p>
*/
Encryption?: Encryption;
/**
* <p>The canned ACL to apply to the restore results.</p>
*/
CannedACL?: ObjectCannedACL | string;
/**
* <p>A list of grants that control access to the staged results.</p>
*/
AccessControlList?: Grant[];
/**
* <p>The tag-set that is applied to the restore results.</p>
*/
Tagging?: Tagging;
/**
* <p>A list of metadata to store with the restore results in S3.</p>
*/
UserMetadata?: MetadataEntry[];
/**
* <p>The class of storage used to store the restore results.</p>
*/
StorageClass?: StorageClass | string;
}
/**
* <p>Describes the location where the restore job's output is stored.</p>
*/
export interface OutputLocation {
/**
* <p>Describes an S3 location that will receive the results of the restore request.</p>
*/
S3?: S3Location;
}
export declare enum ExpressionType {
SQL = "SQL"
}
export declare enum CompressionType {
BZIP2 = "BZIP2",
GZIP = "GZIP",
NONE = "NONE"
}
export declare enum FileHeaderInfo {
IGNORE = "IGNORE",
NONE = "NONE",
USE = "USE"
}
/**
* <p>Describes how an uncompressed comma-separated values (CSV)-formatted input object is
* formatted.</p>
*/
export interface CSVInput {
/**
* <p>Describes the first line of input. Valid values are:</p>
* <ul>
* <li>
* <p>
* <code>NONE</code>: First line is not a header.</p>
* </li>
* <li>
* <p>
* <code>IGNORE</code>: First line is a header, but you can't use the header values
* to indicate the column in an expression. You can use column position (such as _1, _2,
* …) to indicate the column (<code>SELECT s._1 FROM OBJECT s</code>).</p>
* </li>
* <li>
* <p>
* <code>Use</code>: First line is a header, and you can use the header value to
* identify a column in an expression (<code>SELECT "name" FROM OBJECT</code>). </p>
* </li>
* </ul>
*/
FileHeaderInfo?: FileHeaderInfo | string;
/**
* <p>A single character used to indicate that a row should be ignored when the character is
* present at the start of that row. You can specify any character to indicate a comment
* line.</p>
*/
Comments?: string;
/**
* <p>A single character used for escaping the quotation mark character inside an already
* escaped value. For example, the value <code>""" a , b """</code> is parsed as <code>" a , b
* "</code>.</p>
*/
QuoteEscapeCharacter?: string;
/**
* <p>A single character used to separate individual records in the input. Instead of the
* default value, you can specify an arbitrary delimiter.</p>
*/
RecordDelimiter?: string;
/**
* <p>A single character used to separate individual fields in a record. You can specify an
* arbitrary delimiter.</p>
*/
FieldDelimiter?: string;
/**
* <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>
* <p>Type: String</p>
* <p>Default: <code>"</code>
* </p>
* <p>Ancestors: <code>CSV</code>
* </p>
*/
QuoteCharacter?: string;
/**
* <p>Specifies that CSV field values may contain quoted record delimiters and such records
* should be allowed. Default value is FALSE. Setting this value to TRUE may lower
* performance.</p>
*/
AllowQuotedRecordDelimiter?: boolean;
}
export declare enum JSONType {
DOCUMENT = "DOCUMENT",
LINES = "LINES"
}
/**
* <p>Specifies JSON as object's input serialization format.</p>
*/
export interface JSONInput {
/**
* <p>The type of JSON. Valid values: Document, Lines.</p>
*/
Type?: JSONType | string;
}
/**
* <p>Container for Parquet.</p>
*/
export interface ParquetInput {
}
/**
* <p>Describes the serialization format of the object.</p>
*/
export interface InputSerialization {
/**
* <p>Describes the serialization of a CSV-encoded object.</p>
*/
CSV?: CSVInput;
/**
* <p>Specifies object's compression format. Valid values: NONE, GZIP, BZIP2. Default Value:
* NONE.</p>
*/
CompressionType?: CompressionType | string;
/**
* <p>Specifies JSON as object's input serialization format.</p>
*/
JSON?: JSONInput;
/**
* <p>Specifies Parquet as object's input serialization format.</p>
*/
Parquet?: ParquetInput;
}
export declare enum QuoteFields {
ALWAYS = "ALWAYS",
ASNEEDED = "ASNEEDED"
}
/**
* <p>Describes how uncompressed comma-separated values (CSV)-formatted results are
* formatted.</p>
*/
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>
*/
QuoteFields?: QuoteFields | string;
/**
* <p>The single character used for escaping the quote character inside an already escaped
* value.</p>
*/
QuoteEscapeCharacter?: string;
/**
* <p>A single character used to separate individual records in the output. Instead of the
* default value, you can specify an arbitrary delimiter.</p>
*/
RecordDelimiter?: string;
/**
* <p>The value used to separate individual fields in a record. You can specify an arbitrary
* delimiter.</p>
*/
FieldDelimiter?: string;
/**
* <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>
*/
QuoteCharacter?: string;
}
/**
* <p>Specifies JSON as request's output serialization format.</p>
*/
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>
*/
RecordDelimiter?: string;
}
/**
* <p>Describes how results of the Select job are serialized.</p>
*/
export interface OutputSerialization {
/**
* <p>Describes the serialization of CSV-encoded Select results.</p>
*/
CSV?: CSVOutput;
/**
* <p>Specifies JSON as request's output serialization format.</p>
*/
JSON?: JSONOutput;
}
/**
* <p>Describes the parameters for Select job types.</p>
*/
export interface SelectParameters {
/**
* <p>Describes the serialization format of the object.</p>
*/
InputSerialization: InputSerialization | undefined;
/**
* <p>The type of the provided expression (for example, SQL).</p>
*/
ExpressionType: ExpressionType | string | undefined;
/**
* <p>The expression that is used to query the object.</p>
*/
Expression: string | undefined;
/**
* <p>Describes how the results of the Select job are serialized.</p>
*/
OutputSerialization: OutputSerialization | undefined;
}
export declare enum RestoreRequestType {
SELECT = "SELECT"
}
/**
* <p>Container for restore job parameters.</p>
*/
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>
*/
Days?: number;
/**
* <p>S3 Glacier related parameters pertaining to this job. Do not use with restores that
* specify <code>OutputLocation</code>.</p>
*/
GlacierJobParameters?: GlacierJobParameters;
/**
* <p>Type of restore request.</p>
*/
Type?: RestoreRequestType | string;
/**
* <p>Retrieval tier at which the restore will be processed.</p>
*/
Tier?: Tier | string;
/**
* <p>The optional description for the job.</p>
*/
Description?: string;
/**
* <p>Describes the parameters for Select job types.</p>
*/
SelectParameters?: SelectParameters;
/**
* <p>Describes the location where the restore job's output is stored.</p>
*/
OutputLocation?: OutputLocation;
}
export interface RestoreObjectRequest {
/**
* <p>The bucket name containing the object to restore. </p>
* <p>When using this action with an access point, 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>When using this action with Amazon 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 using this action with S3 on Outposts through the Amazon Web Services SDKs, you provide the Outposts bucket ARN in place of the bucket name. For more information about S3 on Outposts ARNs, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html">Using Amazon 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>
*/
Bucket: string | undefined;
/**
* <p>Object key for which the action was initiated.</p>
*/
Key: string | undefined;
/**
* <p>VersionId used to reference a specific version of the object.</p>
*/
VersionId?: string;
/**
* <p>Container for restore job parameters.</p>
*/
RestoreRequest?: RestoreRequest;
/**
* <p>Confirms that the requester knows that they will be charged for the request. Bucket
* owners need not specify this parameter in their requests. 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>
*/
RequestPayer?: RequestPayer | string;
/**
* <p>Indicates the algorithm used to create the checksum for the object when using the SDK. This header will not provide any
* additional functionality if not using the SDK. When sending 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>
*/
ChecksumAlgorithm?: ChecksumAlgorithm | string;
/**
* <p>The account ID of the expected bucket owner. If the bucket is owned by a different account, the request fails with the HTTP status code <code>403 Forbidden</code> (access denied).</p>
*/
ExpectedBucketOwner?: string;
}
/**
* <p></p>
*/
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>
*/
export interface EndEvent {
}
/**
* <p>This data type contains information about progress of an operation.</p>
*/
export interface Progress {
/**
* <p>The current number of object bytes scanned.</p>
*/
BytesScanned?: number;
/**
* <p>The current number of uncompressed object bytes processed.</p>
*/
BytesProcessed?: number;
/**
* <p>The current number of bytes of records payload data returned.</p>
*/
BytesReturned?: number;
}
/**
* <p>This data type contains information about the progress event of an operation.</p>
*/
export interface ProgressEvent {
/**
* <p>The Progress event details.</p>
*/
Details?: Progress;
}
/**
* <p>The container for the records event.</p>
*/
export interface RecordsEvent {
/**
* <p>The byte array of partial, one or more result records.</p>
*/
Payload?: Uint8Array;
}
/**
* <p>Container for the stats details.</p>
*/
export interface Stats {
/**
* <p>The total number of object bytes scanned.</p>
*/
BytesScanned?: number;
/**
* <p>The total number of uncompressed object bytes processed.</p>
*/
BytesProcessed?: number;
/**
* <p>The total number of bytes of records payload data returned.</p>
*/
BytesReturned?: number;
}
/**
* <p>Container for the Stats Event.</p>
*/
export interface StatsEvent {
/**
* <p>The Stats event details.</p>
*/
Details?: Stats;
}
/**
* <p>The container for selecting objects from a content event stream.</p>
*/
export declare type SelectObjectContentEventStream = SelectObjectContentEventStream.ContMember | SelectObjectContentEventStream.EndMember | SelectObjectContentEventStream.ProgressMember | SelectObjectContentEventStream.RecordsMember | SelectObjectContentEventStream.StatsMember | SelectObjectContentEventStream.$UnknownMember;
export declare namespace SelectObjectContentEventStream {
/**
* <p>The Records Event.</p>
*/
interface RecordsMember {
Records: RecordsEvent;
Stats?: never;
Progress?: never;
Cont?: never;
End?: never;
$unknown?: never;
}
/**
* <p>The Stats Event.</p>
*/
interface StatsMember {
Records?: never;
Stats: StatsEvent;
Progress?: never;
Cont?: never;
End?: never;
$unknown?: never;
}
/**
* <p>The Progress Event.</p>
*/
interface ProgressMember {
Records?: never;
Stats?: never;
Progress: ProgressEvent;
Cont?: never;
End?: never;
$unknown?: never;
}
/**
* <p>The Continuation Event.</p>
*/
interface ContMember {
Records?: never;
Stats?: never;
Progress?: never;
Cont: ContinuationEvent;
End?: never;
$unknown?: never;
}
/**
* <p>The End Event.</p>
*/
interface EndMember {
Records?: never;
Stats?: never;
Progress?: never;
Cont?: never;
End: EndEvent;
$unknown?: never;
}
interface $UnknownMember {
Records?: never;
Stats?: never;
Progress?: never;
Cont?: never;
End?: never;
$unknown: [string, any];
}
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;
}
const visit: <T>(value: SelectObjectContentEventStream, visitor: Visitor<T>) => T;
}
export interface SelectObjectContentOutput {
/**
* <p>The array of results.</p>
*/
Payload?: AsyncIterable<SelectObjectContentEventStream>;
}
/**
* <p>Container for specifying if periodic <code>QueryProgress</code> messages should be
* sent.</p>
*/
export interface RequestProgress {
/**
* <p>Specifies whether periodic QueryProgress frames should be sent. Valid values: TRUE,
* FALSE. Default value: FALSE.</p>
*/
Enabled?: boolean;
}
/**
* <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>
*/
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>
*/
Start?: number;
/**
* <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>
*/
End?: number;
}
/**
* <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>
*/
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>
*/
Bucket: string | undefined;
/**
* <p>The object key.</p>
*/
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>
*/
SSECustomerAlgorithm?: string;
/**
* <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>
*/
SSECustomerKey?: string;
/**
* <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>
*/
SSECustomerKeyMD5?: string;
/**
* <p>The expression that is used to query the object.</p>
*/
Expression: string | undefined;
/**
* <p>The type of the provided expression (for example, SQL).</p>
*/
ExpressionType: ExpressionType | string | undefined;
/**
* <p>Specifies if periodic request progress information should be enabled.</p>
*/
RequestProgress?: RequestProgress;
/**
* <p>Describes the format of the data in the object that is being queried.</p>
*/
InputSerialization: InputSerialization | undefined;
/**
* <p>Describes the format of the data that you want Amazon S3 to return in response.</p>
*/
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>
*/
ScanRange?: ScanRange;
/**
* <p>The account ID of the expected bucket owner. If the bucket is owned by a different account, the request fails with the HTTP status code <code>403 Forbidden</code> (access denied).</p>
*/
ExpectedBucketOwner?: string;
}
export interface UploadPartOutput {
/**
* <p>The server-side encryption algorithm used when storing this object in Amazon S3 (for example,
* AES256, aws:kms).</p>
*/
ServerSideEncryption?: ServerSideEncryption | string;
/**
* <p>Entity tag for the uploaded object.</p>
*/
ETag?: string;
/**
* <p>The base64-encoded, 32-bit CRC32 checksum of the object. This will only be present if it was uploaded
* with the object. With multipart uploads, this may not be a checksum value of the object. 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>
*/
ChecksumCRC32?: string;
/**
* <p>The base64-encoded, 32-bit CRC32C checksum of the object. This will only be present if it was uploaded
* with the object. With multipart uploads, this may not be a checksum value of the object. 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>
*/
ChecksumCRC32C?: string;
/**
* <p>The base64-encoded, 160-bit SHA-1 digest of the object. This will only be present if it was uploaded
* with the object. With multipart uploads, this may not be a checksum value of the object. 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>
*/
ChecksumSHA1?: string;
/**
* <p>The base64-encoded, 256-bit SHA-256 digest of the object. This will only be present if it was uploaded
* with the object. With multipart uploads, this may not be a checksum value of the object. 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>
*/
ChecksumSHA256?: string;
/**
* <p>If server-side encryption with a customer-provided encryption key was requested, the
* response will include this header confirming the encryption algorithm used.</p>
*/
SSECustomerAlgorithm?: string;
/**
* <p>If server-side encryption with a customer-provided encryption key was requested, the
* response will include this header to provide round-trip message integrity verification of
* the customer-provided encryption key.</p>
*/
SSECustomerKeyMD5?: string;
/**
* <p>If present, specifies the ID of the Amazon Web Services Key Management Service (Amazon Web Services KMS) symmetric
* customer managed key was used for the object.</p>
*/
SSEKMSKeyId?: string;
/**
* <p>Indicates whether the multipart upload uses an S3 Bucket Key for server-side encryption with Amazon Web Services KMS (SSE-KMS).</p>
*/
BucketKeyEnabled?: boolean;
/**
* <p>If present, indicates that the requester was successfully charged for the
* request.</p>
*/
RequestCharged?: RequestCharged | string;
}
export interface UploadPartRequest {
/**
* <p>Object data.</p>
*/
Body?: Readable | ReadableStream | Blob;
/**
* <p>The name of the bucket to which the multipart upload was initiated.</p>
* <p>When using this action with an access point, 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>When using this action with Amazon 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 using this action with S3 on Outposts through the Amazon Web Services SDKs, you provide the Outposts bucket ARN in place of the bucket name. For more information about S3 on Outposts ARNs, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html">Using Amazon 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>
*/
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>
*/
ContentLength?: number;
/**
* <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>
*/
ContentMD5?: string;
/**
* <p>Indicates the algorithm used to create the checksum for the object when using the SDK. This header will not provide any
* additional functionality if not using the SDK. When sending 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>
*/
ChecksumAlgorithm?: ChecksumAlgorithm | string;
/**
* <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 CRC32 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>
*/
ChecksumCRC32?: string;
/**
* <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 CRC32C 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>
*/
ChecksumCRC32C?: string;
/**
* <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 SHA-1 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>
*/
ChecksumSHA1?: string;
/**
* <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 SHA-256 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>
*/
ChecksumSHA256?: string;
/**
* <p>Object key for which the multipart upload was initiated.</p>
*/
Key: string | undefined;
/**
* <p>Part number of part being uploaded. This is a positive integer between 1 and
* 10,000.</p>
*/
PartNumber: number | undefined;
/**
* <p>Upload ID identifying the multipart upload whose part is being uploaded.</p>
*/
UploadId: string | undefined;
/**
* <p>Specifies the algorithm to use to when encrypting the object (for example,
* AES256).</p>
*/
SSECustomerAlgorithm?: string;
/**
* <p>Specifies the customer-provided encryption key for Amazon S3 to use in encrypting data. This
* value is used to store the object and then it is discarded; Amazon S3 does not store the
* encryption key. The key must be appropriate for use with the algorithm specified in the
* <code>x-amz-server-side-encryption-customer-algorithm header</code>. This must be the
* same encryption key specified in the initiate multipart upload request.</p>
*/
SSECustomerKey?: string;
/**
* <p>Specifies the 128-bit MD5 digest of the encryption key according to RFC 1321. Amazon S3 uses
* this header for a message integrity check to ensure that the encryption key was transmitted
* without error.</p>
*/
SSECustomerKeyMD5?: string;
/**
* <p>Confirms that the requester knows that they will be charged for the request. Bucket
* owners need not specify this parameter in their requests. 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>
*/
RequestPayer?: RequestPayer | string;
/**
* <p>The account ID of the expected bucket owner. If the bucket is owned by a different account, the request fails with the HTTP status code <code>403 Forbidden</code> (access denied).</p>
*/
ExpectedBucketOwner?: string;
}
/**
* <p>Container for all response elements.</p>
*/
export interface CopyPartResult {
/**
* <p>Entity tag of the object.</p>
*/
ETag?: string;
/**
* <p>Date and time at which the object was uploaded.</p>
*/
LastModified?: Date;
/**
* <p>The base64-encoded, 32-bit CRC32 checksum of the object. This will only be present if it was uploaded
* with the object. With multipart uploads, this may not be a checksum value of the object. 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>
*/
ChecksumCRC32?: string;
/**
* <p>The base64-encoded, 32-bit CRC32C checksum of the object. This will only be present if it was uploaded
* with the object. With multipart uploads, this may not be a checksum value of the object. 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>
*/
ChecksumCRC32C?: string;
/**
* <p>The base64-encoded, 160-bit SHA-1 digest of the object. This will only be present if it was uploaded
* with the object. With multipart uploads, this may not be a checksum value of the object. 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>
*/
ChecksumSHA1?: string;
/**
* <p>The base64-encoded, 256-bit SHA-256 digest of the object. This will only be present