amazonka-lexv2-models-2.0: Amazon Lex Model Building V2 SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.LexV2Models.DescribeExport

Description

Gets information about a specific export.

Synopsis

Creating a Request

data DescribeExport Source #

See: newDescribeExport smart constructor.

Constructors

DescribeExport' 

Fields

  • exportId :: Text

    The unique identifier of the export to describe.

Instances

Instances details
ToHeaders DescribeExport Source # 
Instance details

Defined in Amazonka.LexV2Models.DescribeExport

ToPath DescribeExport Source # 
Instance details

Defined in Amazonka.LexV2Models.DescribeExport

ToQuery DescribeExport Source # 
Instance details

Defined in Amazonka.LexV2Models.DescribeExport

AWSRequest DescribeExport Source # 
Instance details

Defined in Amazonka.LexV2Models.DescribeExport

Associated Types

type AWSResponse DescribeExport #

Generic DescribeExport Source # 
Instance details

Defined in Amazonka.LexV2Models.DescribeExport

Associated Types

type Rep DescribeExport :: Type -> Type #

Read DescribeExport Source # 
Instance details

Defined in Amazonka.LexV2Models.DescribeExport

Show DescribeExport Source # 
Instance details

Defined in Amazonka.LexV2Models.DescribeExport

NFData DescribeExport Source # 
Instance details

Defined in Amazonka.LexV2Models.DescribeExport

Methods

rnf :: DescribeExport -> () #

Eq DescribeExport Source # 
Instance details

Defined in Amazonka.LexV2Models.DescribeExport

Hashable DescribeExport Source # 
Instance details

Defined in Amazonka.LexV2Models.DescribeExport

type AWSResponse DescribeExport Source # 
Instance details

Defined in Amazonka.LexV2Models.DescribeExport

type Rep DescribeExport Source # 
Instance details

Defined in Amazonka.LexV2Models.DescribeExport

type Rep DescribeExport = D1 ('MetaData "DescribeExport" "Amazonka.LexV2Models.DescribeExport" "amazonka-lexv2-models-2.0-5mExjJXBfuO6j0ascNcayE" 'False) (C1 ('MetaCons "DescribeExport'" 'PrefixI 'True) (S1 ('MetaSel ('Just "exportId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDescribeExport Source #

Create a value of DescribeExport with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

DescribeExport, describeExport_exportId - The unique identifier of the export to describe.

Request Lenses

describeExport_exportId :: Lens' DescribeExport Text Source #

The unique identifier of the export to describe.

Destructuring the Response

data DescribeExportResponse Source #

See: newDescribeExportResponse smart constructor.

Constructors

DescribeExportResponse' 

Fields

Instances

Instances details
Generic DescribeExportResponse Source # 
Instance details

Defined in Amazonka.LexV2Models.DescribeExport

Associated Types

type Rep DescribeExportResponse :: Type -> Type #

Read DescribeExportResponse Source # 
Instance details

Defined in Amazonka.LexV2Models.DescribeExport

Show DescribeExportResponse Source # 
Instance details

Defined in Amazonka.LexV2Models.DescribeExport

NFData DescribeExportResponse Source # 
Instance details

Defined in Amazonka.LexV2Models.DescribeExport

Methods

rnf :: DescribeExportResponse -> () #

Eq DescribeExportResponse Source # 
Instance details

Defined in Amazonka.LexV2Models.DescribeExport

type Rep DescribeExportResponse Source # 
Instance details

Defined in Amazonka.LexV2Models.DescribeExport

newDescribeExportResponse Source #

Create a value of DescribeExportResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

DescribeExportResponse, describeExportResponse_creationDateTime - The date and time that the export was created.

$sel:downloadUrl:DescribeExportResponse', describeExportResponse_downloadUrl - A pre-signed S3 URL that points to the bot or bot locale archive. The URL is only available for 5 minutes after calling the DescribeExport operation.

DescribeExport, describeExportResponse_exportId - The unique identifier of the described export.

DescribeExportResponse, describeExportResponse_exportStatus - The status of the export. When the status is Complete the export archive file is available for download.

$sel:failureReasons:DescribeExportResponse', describeExportResponse_failureReasons - If the exportStatus is failed, contains one or more reasons why the export could not be completed.

DescribeExportResponse, describeExportResponse_fileFormat - The file format used in the files that describe the resource.

DescribeExportResponse, describeExportResponse_lastUpdatedDateTime - The last date and time that the export was updated.

DescribeExportResponse, describeExportResponse_resourceSpecification - The bot, bot ID, and optional locale ID of the exported bot or bot locale.

$sel:httpStatus:DescribeExportResponse', describeExportResponse_httpStatus - The response's http status code.

Response Lenses

describeExportResponse_creationDateTime :: Lens' DescribeExportResponse (Maybe UTCTime) Source #

The date and time that the export was created.

describeExportResponse_downloadUrl :: Lens' DescribeExportResponse (Maybe Text) Source #

A pre-signed S3 URL that points to the bot or bot locale archive. The URL is only available for 5 minutes after calling the DescribeExport operation.

describeExportResponse_exportId :: Lens' DescribeExportResponse (Maybe Text) Source #

The unique identifier of the described export.

describeExportResponse_exportStatus :: Lens' DescribeExportResponse (Maybe ExportStatus) Source #

The status of the export. When the status is Complete the export archive file is available for download.

describeExportResponse_failureReasons :: Lens' DescribeExportResponse (Maybe [Text]) Source #

If the exportStatus is failed, contains one or more reasons why the export could not be completed.

describeExportResponse_fileFormat :: Lens' DescribeExportResponse (Maybe ImportExportFileFormat) Source #

The file format used in the files that describe the resource.

describeExportResponse_lastUpdatedDateTime :: Lens' DescribeExportResponse (Maybe UTCTime) Source #

The last date and time that the export was updated.

describeExportResponse_resourceSpecification :: Lens' DescribeExportResponse (Maybe ExportResourceSpecification) Source #

The bot, bot ID, and optional locale ID of the exported bot or bot locale.