Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Describes a forecast export job created using the CreateForecastExportJob operation.
In addition to listing the properties provided by the user in the
CreateForecastExportJob
request, this operation lists the following
properties:
CreationTime
LastModificationTime
Status
Message
- If an error occurred, information about the error.
Synopsis
- data DescribeForecastExportJob = DescribeForecastExportJob' {}
- newDescribeForecastExportJob :: Text -> DescribeForecastExportJob
- describeForecastExportJob_forecastExportJobArn :: Lens' DescribeForecastExportJob Text
- data DescribeForecastExportJobResponse = DescribeForecastExportJobResponse' {}
- newDescribeForecastExportJobResponse :: Int -> DescribeForecastExportJobResponse
- describeForecastExportJobResponse_creationTime :: Lens' DescribeForecastExportJobResponse (Maybe UTCTime)
- describeForecastExportJobResponse_status :: Lens' DescribeForecastExportJobResponse (Maybe Text)
- describeForecastExportJobResponse_destination :: Lens' DescribeForecastExportJobResponse (Maybe DataDestination)
- describeForecastExportJobResponse_forecastExportJobArn :: Lens' DescribeForecastExportJobResponse (Maybe Text)
- describeForecastExportJobResponse_forecastArn :: Lens' DescribeForecastExportJobResponse (Maybe Text)
- describeForecastExportJobResponse_forecastExportJobName :: Lens' DescribeForecastExportJobResponse (Maybe Text)
- describeForecastExportJobResponse_message :: Lens' DescribeForecastExportJobResponse (Maybe Text)
- describeForecastExportJobResponse_lastModificationTime :: Lens' DescribeForecastExportJobResponse (Maybe UTCTime)
- describeForecastExportJobResponse_httpStatus :: Lens' DescribeForecastExportJobResponse Int
Creating a Request
data DescribeForecastExportJob Source #
See: newDescribeForecastExportJob
smart constructor.
DescribeForecastExportJob' | |
|
Instances
newDescribeForecastExportJob Source #
Create a value of DescribeForecastExportJob
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:
$sel:forecastExportJobArn:DescribeForecastExportJob'
, describeForecastExportJob_forecastExportJobArn
- The Amazon Resource Name (ARN) of the forecast export job.
Request Lenses
describeForecastExportJob_forecastExportJobArn :: Lens' DescribeForecastExportJob Text Source #
The Amazon Resource Name (ARN) of the forecast export job.
Destructuring the Response
data DescribeForecastExportJobResponse Source #
See: newDescribeForecastExportJobResponse
smart constructor.
DescribeForecastExportJobResponse' | |
|
Instances
newDescribeForecastExportJobResponse Source #
Create a value of DescribeForecastExportJobResponse
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:
$sel:creationTime:DescribeForecastExportJobResponse'
, describeForecastExportJobResponse_creationTime
- When the forecast export job was created.
$sel:status:DescribeForecastExportJobResponse'
, describeForecastExportJobResponse_status
- The status of the forecast export job. States include:
ACTIVE
CREATE_PENDING
,CREATE_IN_PROGRESS
,CREATE_FAILED
CREATE_STOPPING
,CREATE_STOPPED
DELETE_PENDING
,DELETE_IN_PROGRESS
,DELETE_FAILED
The Status
of the forecast export job must be ACTIVE
before you can
access the forecast in your S3 bucket.
$sel:destination:DescribeForecastExportJobResponse'
, describeForecastExportJobResponse_destination
- The path to the Amazon Simple Storage Service (Amazon S3) bucket where
the forecast is exported.
$sel:forecastExportJobArn:DescribeForecastExportJob'
, describeForecastExportJobResponse_forecastExportJobArn
- The ARN of the forecast export job.
$sel:forecastArn:DescribeForecastExportJobResponse'
, describeForecastExportJobResponse_forecastArn
- The Amazon Resource Name (ARN) of the exported forecast.
$sel:forecastExportJobName:DescribeForecastExportJobResponse'
, describeForecastExportJobResponse_forecastExportJobName
- The name of the forecast export job.
$sel:message:DescribeForecastExportJobResponse'
, describeForecastExportJobResponse_message
- If an error occurred, an informational message about the error.
$sel:lastModificationTime:DescribeForecastExportJobResponse'
, describeForecastExportJobResponse_lastModificationTime
- The last time the resource was modified. The timestamp depends on the
status of the job:
CREATE_PENDING
- TheCreationTime
.CREATE_IN_PROGRESS
- The current timestamp.CREATE_STOPPING
- The current timestamp.CREATE_STOPPED
- When the job stopped.ACTIVE
orCREATE_FAILED
- When the job finished or failed.
$sel:httpStatus:DescribeForecastExportJobResponse'
, describeForecastExportJobResponse_httpStatus
- The response's http status code.
Response Lenses
describeForecastExportJobResponse_creationTime :: Lens' DescribeForecastExportJobResponse (Maybe UTCTime) Source #
When the forecast export job was created.
describeForecastExportJobResponse_status :: Lens' DescribeForecastExportJobResponse (Maybe Text) Source #
The status of the forecast export job. States include:
ACTIVE
CREATE_PENDING
,CREATE_IN_PROGRESS
,CREATE_FAILED
CREATE_STOPPING
,CREATE_STOPPED
DELETE_PENDING
,DELETE_IN_PROGRESS
,DELETE_FAILED
The Status
of the forecast export job must be ACTIVE
before you can
access the forecast in your S3 bucket.
describeForecastExportJobResponse_destination :: Lens' DescribeForecastExportJobResponse (Maybe DataDestination) Source #
The path to the Amazon Simple Storage Service (Amazon S3) bucket where the forecast is exported.
describeForecastExportJobResponse_forecastExportJobArn :: Lens' DescribeForecastExportJobResponse (Maybe Text) Source #
The ARN of the forecast export job.
describeForecastExportJobResponse_forecastArn :: Lens' DescribeForecastExportJobResponse (Maybe Text) Source #
The Amazon Resource Name (ARN) of the exported forecast.
describeForecastExportJobResponse_forecastExportJobName :: Lens' DescribeForecastExportJobResponse (Maybe Text) Source #
The name of the forecast export job.
describeForecastExportJobResponse_message :: Lens' DescribeForecastExportJobResponse (Maybe Text) Source #
If an error occurred, an informational message about the error.
describeForecastExportJobResponse_lastModificationTime :: Lens' DescribeForecastExportJobResponse (Maybe UTCTime) Source #
The last time the resource was modified. The timestamp depends on the status of the job:
CREATE_PENDING
- TheCreationTime
.CREATE_IN_PROGRESS
- The current timestamp.CREATE_STOPPING
- The current timestamp.CREATE_STOPPED
- When the job stopped.ACTIVE
orCREATE_FAILED
- When the job finished or failed.
describeForecastExportJobResponse_httpStatus :: Lens' DescribeForecastExportJobResponse Int Source #
The response's http status code.