@aws-sdk/client-s3
Version:
AWS SDK for JavaScript S3 Client for Node.js, Browser and React Native
1,278 lines • 113 kB
TypeScript
import type { StreamingBlobTypes } from "@smithy/types";
import type { AnnotationConfigurationState, ChecksumAlgorithm, CompressionType, ExpressionType, FileHeaderInfo, InventoryConfigurationState, JSONType, ObjectCannedACL, ObjectLockLegalHoldStatus, ObjectLockMode, QuoteFields, ReplicationStatus, RequestCharged, RequestPayer, RestoreRequestType, ServerSideEncryption, StorageClass, Tier } from "./enums";
import type { Grant, MetadataTableEncryptionConfiguration, RecordExpiration, Tagging } from "./models_0";
/**
* @public
*/
export interface RenameObjectOutput {
}
/**
* @public
*/
export interface RenameObjectRequest {
/**
* <p>The bucket name of the directory bucket containing the object.</p>
* <p> You must use virtual-hosted-style requests in the format
* <code>Bucket-name.s3express-zone-id.region-code.amazonaws.com</code>. Path-style requests are not
* supported. Directory bucket names must be unique in the chosen Availability Zone. Bucket names must
* follow the format <code>bucket-base-name--zone-id--x-s3 </code> (for example,
* <code>amzn-s3-demo-bucket--usw2-az1--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>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>Key name of the object to rename.</p>
* @public
*/
Key: string | undefined;
/**
* <p>Specifies the source for the rename operation. The value must be URL encoded.</p>
* @public
*/
RenameSource: string | undefined;
/**
* <p>Renames the object only if the ETag (entity tag) value provided during the operation matches the
* ETag of the object in S3. The <code>If-Match</code> header field makes the request method conditional on
* ETags. If the ETag values do not match, the operation returns a <code>412 Precondition Failed</code>
* error.</p>
* <p>Expects the ETag value as a string.</p>
* @public
*/
DestinationIfMatch?: string | undefined;
/**
* <p> Renames the object only if the destination does not already exist in the specified directory
* bucket. If the object does exist when you send a request with <code>If-None-Match:*</code>, the S3 API
* will return a <code>412 Precondition Failed</code> error, preventing an overwrite. The
* <code>If-None-Match</code> header prevents overwrites of existing data by validating that there's not
* an object with the same key name already in your directory bucket.</p>
* <p> Expects the <code>*</code> character (asterisk).</p>
* @public
*/
DestinationIfNoneMatch?: string | undefined;
/**
* <p>Renames the object if the destination exists and if it has been modified since the specified
* time.</p>
* @public
*/
DestinationIfModifiedSince?: Date | undefined;
/**
* <p>Renames the object if it hasn't been modified since the specified time.</p>
* @public
*/
DestinationIfUnmodifiedSince?: Date | undefined;
/**
* <p>Renames the object if the source exists and if its entity tag (ETag) matches the specified ETag.
* </p>
* @public
*/
SourceIfMatch?: string | undefined;
/**
* <p>Renames the object if the source exists and if its entity tag (ETag) is different than the specified
* ETag. If an asterisk (<code>*</code>) character is provided, the operation will fail and return a
* <code>412 Precondition Failed</code> error. </p>
* @public
*/
SourceIfNoneMatch?: string | undefined;
/**
* <p>Renames the object if the source exists and if it has been modified since the specified time.</p>
* @public
*/
SourceIfModifiedSince?: Date | undefined;
/**
* <p>Renames the object if the source exists and hasn't been modified since the specified time.</p>
* @public
*/
SourceIfUnmodifiedSince?: Date | undefined;
/**
* <p> A unique string with a max of 64 ASCII characters in the ASCII range of 33 - 126.</p>
* <note>
* <p>
* <code>RenameObject</code> supports idempotency using a client token. To make an idempotent API request
* using <code>RenameObject</code>, specify a client token in the request. You should not reuse the same
* client token for other API requests. If you retry a request that completed successfully using the same
* client token and the same parameters, the retry succeeds without performing any further actions. If
* you retry a successful request using the same client token, but one or more of the parameters are
* different, the retry fails and an <code>IdempotentParameterMismatch</code> error is returned. </p>
* </note>
* @public
*/
ClientToken?: string | undefined;
}
/**
* @public
*/
export interface RestoreObjectOutput {
/**
* <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;
/**
* <p>Indicates the path in the provided S3 output location where Select results will be restored
* to.</p>
* @public
*/
RestoreOutputPath?: string | undefined;
}
/**
* <p>Container for S3 Glacier job parameters.</p>
* @public
*/
export interface GlacierJobParameters {
/**
* <p>Retrieval tier at which the restore will be processed.</p>
* @public
*/
Tier: Tier | undefined;
}
/**
* <p>Contains the type of server-side encryption used.</p>
* @public
*/
export interface Encryption {
/**
* <p>The server-side encryption algorithm used when storing job results in Amazon S3 (for example, AES256,
* <code>aws:kms</code>).</p>
* @public
*/
EncryptionType: ServerSideEncryption | undefined;
/**
* <p>If the encryption type is <code>aws:kms</code>, this optional value specifies the ID of the
* symmetric encryption customer managed key to use for encryption of job results. Amazon S3 only supports symmetric
* encryption KMS keys. For more information, see <a href="https://docs.aws.amazon.com/kms/latest/developerguide/symmetric-asymmetric.html">Asymmetric keys in KMS</a> in the
* <i>Amazon Web Services Key Management Service Developer Guide</i>.</p>
* @public
*/
KMSKeyId?: string | undefined;
/**
* <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>
* @public
*/
KMSContext?: string | undefined;
}
/**
* <p>A metadata key-value pair to store with an object.</p>
* @public
*/
export interface MetadataEntry {
/**
* <p>Name of the object.</p>
* @public
*/
Name?: string | undefined;
/**
* <p>Value of the object.</p>
* @public
*/
Value?: string | undefined;
}
/**
* <p>Describes an Amazon S3 location that will receive the results of the restore request.</p>
* @public
*/
export interface S3Location {
/**
* <p>The name of the bucket where the restore results will be placed.</p>
* @public
*/
BucketName: string | undefined;
/**
* <p>The prefix that is prepended to the restore results for this request.</p>
* @public
*/
Prefix: string | undefined;
/**
* <p>Contains the type of server-side encryption used.</p>
* @public
*/
Encryption?: Encryption | undefined;
/**
* <p>The canned ACL to apply to the restore results.</p>
* @public
*/
CannedACL?: ObjectCannedACL | undefined;
/**
* <p>A list of grants that control access to the staged results.</p>
* @public
*/
AccessControlList?: Grant[] | undefined;
/**
* <p>The tag-set that is applied to the restore results.</p>
* @public
*/
Tagging?: Tagging | undefined;
/**
* <p>A list of metadata to store with the restore results in S3.</p>
* @public
*/
UserMetadata?: MetadataEntry[] | undefined;
/**
* <p>The class of storage used to store the restore results.</p>
* @public
*/
StorageClass?: StorageClass | undefined;
}
/**
* <p>Describes the location where the restore job's output is stored.</p>
* @public
*/
export interface OutputLocation {
/**
* <p>Describes an S3 location that will receive the results of the restore request.</p>
* @public
*/
S3?: S3Location | undefined;
}
/**
* <p>Describes how an uncompressed comma-separated values (CSV)-formatted input object is
* formatted.</p>
* @public
*/
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>
* @public
*/
FileHeaderInfo?: FileHeaderInfo | undefined;
/**
* <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. The default character
* is <code>#</code>.</p>
* <p>Default: <code>#</code>
* </p>
* @public
*/
Comments?: string | undefined;
/**
* <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>
* @public
*/
QuoteEscapeCharacter?: string | undefined;
/**
* <p>A single character used to separate individual records in the input. Instead of the default value,
* you can specify an arbitrary delimiter.</p>
* @public
*/
RecordDelimiter?: string | undefined;
/**
* <p>A single character 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>
* <p>Type: String</p>
* <p>Default: <code>"</code>
* </p>
* <p>Ancestors: <code>CSV</code>
* </p>
* @public
*/
QuoteCharacter?: string | undefined;
/**
* <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>
* @public
*/
AllowQuotedRecordDelimiter?: boolean | undefined;
}
/**
* <p>Specifies JSON as object's input serialization format.</p>
* @public
*/
export interface JSONInput {
/**
* <p>The type of JSON. Valid values: Document, Lines.</p>
* @public
*/
Type?: JSONType | undefined;
}
/**
* <p>Container for Parquet.</p>
* @public
*/
export interface ParquetInput {
}
/**
* <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>Specifies updates to apply to the annotation table configuration. Used as the request body for
* <code>UpdateBucketMetadataAnnotationTableConfiguration</code>.</p>
* @public
*/
export interface AnnotationTableConfigurationUpdates {
/**
* <p>The new configuration state to apply.</p>
* @public
*/
ConfigurationState: AnnotationConfigurationState | undefined;
/**
* <p>
* The encryption settings for an S3 Metadata journal table or inventory table configuration.
* </p>
* @public
*/
EncryptionConfiguration?: MetadataTableEncryptionConfiguration | undefined;
/**
* <p>The new IAM role ARN to apply.</p>
* @public
*/
Role?: string | undefined;
}
/**
* @public
*/
export interface UpdateBucketMetadataAnnotationTableConfigurationRequest {
/**
* <p>The name of the bucket whose annotation table configuration to update.</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>Base64-encoded MD5 digest of the message body.</p>
* @public
*/
ContentMD5?: string | undefined;
/**
* <p>Checksum algorithm for the request payload.</p>
* @public
*/
ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
/**
* <p>The annotation table configuration updates to apply.</p>
* @public
*/
AnnotationTableConfiguration: AnnotationTableConfigurationUpdates | undefined;
/**
* <p>The account ID of the expected bucket owner.</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