- Navigation Guide
@aws-sdk/client-connect
StartAttachedFileUploadCommandOutput Interface
The output of StartAttachedFileUploadCommand.
Members
Name | Type | Details |
---|---|---|
$metadata Required | ResponseMetadata | 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: |
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