| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.SageMakerGeoSpatial.GetEarthObservationJob
Description
Get the details for a previously initiated Earth Observation job.
Synopsis
- data GetEarthObservationJob = GetEarthObservationJob' {}
- newGetEarthObservationJob :: Text -> GetEarthObservationJob
- getEarthObservationJob_arn :: Lens' GetEarthObservationJob Text
- data GetEarthObservationJobResponse = GetEarthObservationJobResponse' {
- errorDetails :: Maybe EarthObservationJobErrorDetails
- executionRoleArn :: Maybe Text
- exportErrorDetails :: Maybe ExportErrorDetails
- exportStatus :: Maybe EarthObservationJobExportStatus
- kmsKeyId :: Maybe Text
- outputBands :: Maybe [OutputBand]
- tags :: Maybe (HashMap Text Text)
- httpStatus :: Int
- arn :: Text
- creationTime :: POSIX
- durationInSeconds :: Int
- inputConfig :: InputConfigOutput
- jobConfig :: JobConfigInput
- name :: Text
- status :: EarthObservationJobStatus
- newGetEarthObservationJobResponse :: Int -> Text -> UTCTime -> Int -> InputConfigOutput -> JobConfigInput -> Text -> EarthObservationJobStatus -> GetEarthObservationJobResponse
- getEarthObservationJobResponse_errorDetails :: Lens' GetEarthObservationJobResponse (Maybe EarthObservationJobErrorDetails)
- getEarthObservationJobResponse_executionRoleArn :: Lens' GetEarthObservationJobResponse (Maybe Text)
- getEarthObservationJobResponse_exportErrorDetails :: Lens' GetEarthObservationJobResponse (Maybe ExportErrorDetails)
- getEarthObservationJobResponse_exportStatus :: Lens' GetEarthObservationJobResponse (Maybe EarthObservationJobExportStatus)
- getEarthObservationJobResponse_kmsKeyId :: Lens' GetEarthObservationJobResponse (Maybe Text)
- getEarthObservationJobResponse_outputBands :: Lens' GetEarthObservationJobResponse (Maybe [OutputBand])
- getEarthObservationJobResponse_tags :: Lens' GetEarthObservationJobResponse (Maybe (HashMap Text Text))
- getEarthObservationJobResponse_httpStatus :: Lens' GetEarthObservationJobResponse Int
- getEarthObservationJobResponse_arn :: Lens' GetEarthObservationJobResponse Text
- getEarthObservationJobResponse_creationTime :: Lens' GetEarthObservationJobResponse UTCTime
- getEarthObservationJobResponse_durationInSeconds :: Lens' GetEarthObservationJobResponse Int
- getEarthObservationJobResponse_inputConfig :: Lens' GetEarthObservationJobResponse InputConfigOutput
- getEarthObservationJobResponse_jobConfig :: Lens' GetEarthObservationJobResponse JobConfigInput
- getEarthObservationJobResponse_name :: Lens' GetEarthObservationJobResponse Text
- getEarthObservationJobResponse_status :: Lens' GetEarthObservationJobResponse EarthObservationJobStatus
Creating a Request
data GetEarthObservationJob Source #
See: newGetEarthObservationJob smart constructor.
Constructors
| GetEarthObservationJob' | |
Instances
newGetEarthObservationJob Source #
Arguments
| :: Text | |
| -> GetEarthObservationJob |
Create a value of GetEarthObservationJob 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:
GetEarthObservationJob, getEarthObservationJob_arn - The Amazon Resource Name (ARN) of the Earth Observation job.
Request Lenses
getEarthObservationJob_arn :: Lens' GetEarthObservationJob Text Source #
The Amazon Resource Name (ARN) of the Earth Observation job.
Destructuring the Response
data GetEarthObservationJobResponse Source #
See: newGetEarthObservationJobResponse smart constructor.
Constructors
| GetEarthObservationJobResponse' | |
Fields
| |
Instances
newGetEarthObservationJobResponse Source #
Arguments
| :: Int | |
| -> Text | |
| -> UTCTime | |
| -> Int | |
| -> InputConfigOutput | |
| -> JobConfigInput | |
| -> Text | |
| -> EarthObservationJobStatus | |
| -> GetEarthObservationJobResponse |
Create a value of GetEarthObservationJobResponse 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:errorDetails:GetEarthObservationJobResponse', getEarthObservationJobResponse_errorDetails - Details about the errors generated during the Earth Observation job.
$sel:executionRoleArn:GetEarthObservationJobResponse', getEarthObservationJobResponse_executionRoleArn - The Amazon Resource Name (ARN) of the IAM role that you specified for
the job.
$sel:exportErrorDetails:GetEarthObservationJobResponse', getEarthObservationJobResponse_exportErrorDetails - Details about the errors generated during ExportEarthObservationJob.
$sel:exportStatus:GetEarthObservationJobResponse', getEarthObservationJobResponse_exportStatus - The status of the Earth Observation job.
GetEarthObservationJobResponse, getEarthObservationJobResponse_kmsKeyId - The Amazon Key Management Service (KMS) key ID for server-side
encryption.
$sel:outputBands:GetEarthObservationJobResponse', getEarthObservationJobResponse_outputBands -
GetEarthObservationJobResponse, getEarthObservationJobResponse_tags - Each tag consists of a key and a value.
$sel:httpStatus:GetEarthObservationJobResponse', getEarthObservationJobResponse_httpStatus - The response's http status code.
GetEarthObservationJob, getEarthObservationJobResponse_arn - The Amazon Resource Name (ARN) of the Earth Observation job.
GetEarthObservationJobResponse, getEarthObservationJobResponse_creationTime - The creation time of the initiated Earth Observation job.
GetEarthObservationJobResponse, getEarthObservationJobResponse_durationInSeconds - The duration of Earth Observation job, in seconds.
$sel:inputConfig:GetEarthObservationJobResponse', getEarthObservationJobResponse_inputConfig - Input data for the Earth Observation job.
$sel:jobConfig:GetEarthObservationJobResponse', getEarthObservationJobResponse_jobConfig - An object containing information about the job configuration.
GetEarthObservationJobResponse, getEarthObservationJobResponse_name - The name of the Earth Observation job.
GetEarthObservationJobResponse, getEarthObservationJobResponse_status - The status of a previously initiated Earth Observation job.
Response Lenses
getEarthObservationJobResponse_errorDetails :: Lens' GetEarthObservationJobResponse (Maybe EarthObservationJobErrorDetails) Source #
Details about the errors generated during the Earth Observation job.
getEarthObservationJobResponse_executionRoleArn :: Lens' GetEarthObservationJobResponse (Maybe Text) Source #
The Amazon Resource Name (ARN) of the IAM role that you specified for the job.
getEarthObservationJobResponse_exportErrorDetails :: Lens' GetEarthObservationJobResponse (Maybe ExportErrorDetails) Source #
Details about the errors generated during ExportEarthObservationJob.
getEarthObservationJobResponse_exportStatus :: Lens' GetEarthObservationJobResponse (Maybe EarthObservationJobExportStatus) Source #
The status of the Earth Observation job.
getEarthObservationJobResponse_kmsKeyId :: Lens' GetEarthObservationJobResponse (Maybe Text) Source #
The Amazon Key Management Service (KMS) key ID for server-side encryption.
getEarthObservationJobResponse_outputBands :: Lens' GetEarthObservationJobResponse (Maybe [OutputBand]) Source #
getEarthObservationJobResponse_tags :: Lens' GetEarthObservationJobResponse (Maybe (HashMap Text Text)) Source #
Each tag consists of a key and a value.
getEarthObservationJobResponse_httpStatus :: Lens' GetEarthObservationJobResponse Int Source #
The response's http status code.
getEarthObservationJobResponse_arn :: Lens' GetEarthObservationJobResponse Text Source #
The Amazon Resource Name (ARN) of the Earth Observation job.
getEarthObservationJobResponse_creationTime :: Lens' GetEarthObservationJobResponse UTCTime Source #
The creation time of the initiated Earth Observation job.
getEarthObservationJobResponse_durationInSeconds :: Lens' GetEarthObservationJobResponse Int Source #
The duration of Earth Observation job, in seconds.
getEarthObservationJobResponse_inputConfig :: Lens' GetEarthObservationJobResponse InputConfigOutput Source #
Input data for the Earth Observation job.
getEarthObservationJobResponse_jobConfig :: Lens' GetEarthObservationJobResponse JobConfigInput Source #
An object containing information about the job configuration.
getEarthObservationJobResponse_name :: Lens' GetEarthObservationJobResponse Text Source #
The name of the Earth Observation job.
getEarthObservationJobResponse_status :: Lens' GetEarthObservationJobResponse EarthObservationJobStatus Source #
The status of a previously initiated Earth Observation job.