@aws-sdk/client-connect

StartAttachedFileUploadCommandOutput Interface

Members

Name
Type
Details
$metadata RequiredResponseMetadata
Metadata pertaining to this request.
CreatedBy CreatedByInfo | undefined

Represents the identity that created the file.

CreationTime string | undefined

The time of Creation of the file resource as an ISO timestamp. It's specified in ISO 8601 format: yyyy-MM-ddThh:mm:ss.SSSZ. For example, 2024-05-03T02:41:28.172Z.

FileArn string | undefined

The unique identifier of the attached file resource (ARN).

FileId string | undefined

The unique identifier of the attached file resource.

FileStatus FileStatusType | undefined

The current status of the attached file.

UploadUrlMetadata UploadUrlMetadata | undefined

The headers to be provided while uploading the file to the URL.

Full Signature

export interface StartAttachedFileUploadCommandOutput extends StartAttachedFileUploadResponse, MetadataBearer