| 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.GetVectorEnrichmentJob
Description
Retrieves details of a Vector Enrichment Job for a given job Amazon Resource Name (ARN).
Synopsis
- data GetVectorEnrichmentJob = GetVectorEnrichmentJob' {}
- newGetVectorEnrichmentJob :: Text -> GetVectorEnrichmentJob
- getVectorEnrichmentJob_arn :: Lens' GetVectorEnrichmentJob Text
- data GetVectorEnrichmentJobResponse = GetVectorEnrichmentJobResponse' {
- errorDetails :: Maybe VectorEnrichmentJobErrorDetails
- exportErrorDetails :: Maybe VectorEnrichmentJobExportErrorDetails
- exportStatus :: Maybe VectorEnrichmentJobExportStatus
- kmsKeyId :: Maybe Text
- tags :: Maybe (HashMap Text Text)
- httpStatus :: Int
- arn :: Text
- creationTime :: POSIX
- durationInSeconds :: Int
- executionRoleArn :: Text
- inputConfig :: VectorEnrichmentJobInputConfig
- jobConfig :: VectorEnrichmentJobConfig
- name :: Text
- status :: VectorEnrichmentJobStatus
- type' :: VectorEnrichmentJobType
- newGetVectorEnrichmentJobResponse :: Int -> Text -> UTCTime -> Int -> Text -> VectorEnrichmentJobInputConfig -> VectorEnrichmentJobConfig -> Text -> VectorEnrichmentJobStatus -> VectorEnrichmentJobType -> GetVectorEnrichmentJobResponse
- getVectorEnrichmentJobResponse_errorDetails :: Lens' GetVectorEnrichmentJobResponse (Maybe VectorEnrichmentJobErrorDetails)
- getVectorEnrichmentJobResponse_exportErrorDetails :: Lens' GetVectorEnrichmentJobResponse (Maybe VectorEnrichmentJobExportErrorDetails)
- getVectorEnrichmentJobResponse_exportStatus :: Lens' GetVectorEnrichmentJobResponse (Maybe VectorEnrichmentJobExportStatus)
- getVectorEnrichmentJobResponse_kmsKeyId :: Lens' GetVectorEnrichmentJobResponse (Maybe Text)
- getVectorEnrichmentJobResponse_tags :: Lens' GetVectorEnrichmentJobResponse (Maybe (HashMap Text Text))
- getVectorEnrichmentJobResponse_httpStatus :: Lens' GetVectorEnrichmentJobResponse Int
- getVectorEnrichmentJobResponse_arn :: Lens' GetVectorEnrichmentJobResponse Text
- getVectorEnrichmentJobResponse_creationTime :: Lens' GetVectorEnrichmentJobResponse UTCTime
- getVectorEnrichmentJobResponse_durationInSeconds :: Lens' GetVectorEnrichmentJobResponse Int
- getVectorEnrichmentJobResponse_executionRoleArn :: Lens' GetVectorEnrichmentJobResponse Text
- getVectorEnrichmentJobResponse_inputConfig :: Lens' GetVectorEnrichmentJobResponse VectorEnrichmentJobInputConfig
- getVectorEnrichmentJobResponse_jobConfig :: Lens' GetVectorEnrichmentJobResponse VectorEnrichmentJobConfig
- getVectorEnrichmentJobResponse_name :: Lens' GetVectorEnrichmentJobResponse Text
- getVectorEnrichmentJobResponse_status :: Lens' GetVectorEnrichmentJobResponse VectorEnrichmentJobStatus
- getVectorEnrichmentJobResponse_type :: Lens' GetVectorEnrichmentJobResponse VectorEnrichmentJobType
Creating a Request
data GetVectorEnrichmentJob Source #
See: newGetVectorEnrichmentJob smart constructor.
Constructors
| GetVectorEnrichmentJob' | |
Instances
newGetVectorEnrichmentJob Source #
Arguments
| :: Text | |
| -> GetVectorEnrichmentJob |
Create a value of GetVectorEnrichmentJob 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:
GetVectorEnrichmentJob, getVectorEnrichmentJob_arn - The Amazon Resource Name (ARN) of the Vector Enrichment job.
Request Lenses
getVectorEnrichmentJob_arn :: Lens' GetVectorEnrichmentJob Text Source #
The Amazon Resource Name (ARN) of the Vector Enrichment job.
Destructuring the Response
data GetVectorEnrichmentJobResponse Source #
See: newGetVectorEnrichmentJobResponse smart constructor.
Constructors
| GetVectorEnrichmentJobResponse' | |
Fields
| |
Instances
newGetVectorEnrichmentJobResponse Source #
Arguments
| :: Int | |
| -> Text | |
| -> UTCTime | |
| -> Int | |
| -> Text | |
| -> VectorEnrichmentJobInputConfig | |
| -> VectorEnrichmentJobConfig | |
| -> Text | |
| -> VectorEnrichmentJobStatus | |
| -> VectorEnrichmentJobType | |
| -> GetVectorEnrichmentJobResponse |
Create a value of GetVectorEnrichmentJobResponse 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:GetVectorEnrichmentJobResponse', getVectorEnrichmentJobResponse_errorDetails - Details about the errors generated during the Vector Enrichment job.
$sel:exportErrorDetails:GetVectorEnrichmentJobResponse', getVectorEnrichmentJobResponse_exportErrorDetails - Details about the errors generated during the ExportVectorEnrichmentJob.
$sel:exportStatus:GetVectorEnrichmentJobResponse', getVectorEnrichmentJobResponse_exportStatus - The export status of the Vector Enrichment job being initiated.
GetVectorEnrichmentJobResponse, getVectorEnrichmentJobResponse_kmsKeyId - The Amazon Key Management Service (KMS) key ID for server-side
encryption.
GetVectorEnrichmentJobResponse, getVectorEnrichmentJobResponse_tags - Each tag consists of a key and a value.
$sel:httpStatus:GetVectorEnrichmentJobResponse', getVectorEnrichmentJobResponse_httpStatus - The response's http status code.
GetVectorEnrichmentJob, getVectorEnrichmentJobResponse_arn - The Amazon Resource Name (ARN) of the Vector Enrichment job.
GetVectorEnrichmentJobResponse, getVectorEnrichmentJobResponse_creationTime - The creation time.
GetVectorEnrichmentJobResponse, getVectorEnrichmentJobResponse_durationInSeconds - The duration of the Vector Enrichment job, in seconds.
$sel:executionRoleArn:GetVectorEnrichmentJobResponse', getVectorEnrichmentJobResponse_executionRoleArn - The Amazon Resource Name (ARN) of the IAM role that you specified for
the job.
$sel:inputConfig:GetVectorEnrichmentJobResponse', getVectorEnrichmentJobResponse_inputConfig - Input configuration information for the Vector Enrichment job.
$sel:jobConfig:GetVectorEnrichmentJobResponse', getVectorEnrichmentJobResponse_jobConfig - An object containing information about the job configuration.
GetVectorEnrichmentJobResponse, getVectorEnrichmentJobResponse_name - The name of the Vector Enrichment job.
GetVectorEnrichmentJobResponse, getVectorEnrichmentJobResponse_status - The status of the initiated Vector Enrichment job.
GetVectorEnrichmentJobResponse, getVectorEnrichmentJobResponse_type - The type of the Vector Enrichment job being initiated.
Response Lenses
getVectorEnrichmentJobResponse_errorDetails :: Lens' GetVectorEnrichmentJobResponse (Maybe VectorEnrichmentJobErrorDetails) Source #
Details about the errors generated during the Vector Enrichment job.
getVectorEnrichmentJobResponse_exportErrorDetails :: Lens' GetVectorEnrichmentJobResponse (Maybe VectorEnrichmentJobExportErrorDetails) Source #
Details about the errors generated during the ExportVectorEnrichmentJob.
getVectorEnrichmentJobResponse_exportStatus :: Lens' GetVectorEnrichmentJobResponse (Maybe VectorEnrichmentJobExportStatus) Source #
The export status of the Vector Enrichment job being initiated.
getVectorEnrichmentJobResponse_kmsKeyId :: Lens' GetVectorEnrichmentJobResponse (Maybe Text) Source #
The Amazon Key Management Service (KMS) key ID for server-side encryption.
getVectorEnrichmentJobResponse_tags :: Lens' GetVectorEnrichmentJobResponse (Maybe (HashMap Text Text)) Source #
Each tag consists of a key and a value.
getVectorEnrichmentJobResponse_httpStatus :: Lens' GetVectorEnrichmentJobResponse Int Source #
The response's http status code.
getVectorEnrichmentJobResponse_arn :: Lens' GetVectorEnrichmentJobResponse Text Source #
The Amazon Resource Name (ARN) of the Vector Enrichment job.
getVectorEnrichmentJobResponse_creationTime :: Lens' GetVectorEnrichmentJobResponse UTCTime Source #
The creation time.
getVectorEnrichmentJobResponse_durationInSeconds :: Lens' GetVectorEnrichmentJobResponse Int Source #
The duration of the Vector Enrichment job, in seconds.
getVectorEnrichmentJobResponse_executionRoleArn :: Lens' GetVectorEnrichmentJobResponse Text Source #
The Amazon Resource Name (ARN) of the IAM role that you specified for the job.
getVectorEnrichmentJobResponse_inputConfig :: Lens' GetVectorEnrichmentJobResponse VectorEnrichmentJobInputConfig Source #
Input configuration information for the Vector Enrichment job.
getVectorEnrichmentJobResponse_jobConfig :: Lens' GetVectorEnrichmentJobResponse VectorEnrichmentJobConfig Source #
An object containing information about the job configuration.
getVectorEnrichmentJobResponse_name :: Lens' GetVectorEnrichmentJobResponse Text Source #
The name of the Vector Enrichment job.
getVectorEnrichmentJobResponse_status :: Lens' GetVectorEnrichmentJobResponse VectorEnrichmentJobStatus Source #
The status of the initiated Vector Enrichment job.
getVectorEnrichmentJobResponse_type :: Lens' GetVectorEnrichmentJobResponse VectorEnrichmentJobType Source #
The type of the Vector Enrichment job being initiated.