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 |
Synopsis
- data EventsDetectionJobProperties = EventsDetectionJobProperties' {
- languageCode :: Maybe LanguageCode
- jobId :: Maybe Text
- jobArn :: Maybe Text
- jobName :: Maybe Text
- targetEventTypes :: Maybe (NonEmpty Text)
- inputDataConfig :: Maybe InputDataConfig
- endTime :: Maybe POSIX
- outputDataConfig :: Maybe OutputDataConfig
- dataAccessRoleArn :: Maybe Text
- jobStatus :: Maybe JobStatus
- message :: Maybe Text
- submitTime :: Maybe POSIX
- newEventsDetectionJobProperties :: EventsDetectionJobProperties
- eventsDetectionJobProperties_languageCode :: Lens' EventsDetectionJobProperties (Maybe LanguageCode)
- eventsDetectionJobProperties_jobId :: Lens' EventsDetectionJobProperties (Maybe Text)
- eventsDetectionJobProperties_jobArn :: Lens' EventsDetectionJobProperties (Maybe Text)
- eventsDetectionJobProperties_jobName :: Lens' EventsDetectionJobProperties (Maybe Text)
- eventsDetectionJobProperties_targetEventTypes :: Lens' EventsDetectionJobProperties (Maybe (NonEmpty Text))
- eventsDetectionJobProperties_inputDataConfig :: Lens' EventsDetectionJobProperties (Maybe InputDataConfig)
- eventsDetectionJobProperties_endTime :: Lens' EventsDetectionJobProperties (Maybe UTCTime)
- eventsDetectionJobProperties_outputDataConfig :: Lens' EventsDetectionJobProperties (Maybe OutputDataConfig)
- eventsDetectionJobProperties_dataAccessRoleArn :: Lens' EventsDetectionJobProperties (Maybe Text)
- eventsDetectionJobProperties_jobStatus :: Lens' EventsDetectionJobProperties (Maybe JobStatus)
- eventsDetectionJobProperties_message :: Lens' EventsDetectionJobProperties (Maybe Text)
- eventsDetectionJobProperties_submitTime :: Lens' EventsDetectionJobProperties (Maybe UTCTime)
Documentation
data EventsDetectionJobProperties Source #
Provides information about an events detection job.
See: newEventsDetectionJobProperties
smart constructor.
EventsDetectionJobProperties' | |
|
Instances
newEventsDetectionJobProperties :: EventsDetectionJobProperties Source #
Create a value of EventsDetectionJobProperties
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:languageCode:EventsDetectionJobProperties'
, eventsDetectionJobProperties_languageCode
- The language code of the input documents.
$sel:jobId:EventsDetectionJobProperties'
, eventsDetectionJobProperties_jobId
- The identifier assigned to the events detection job.
$sel:jobArn:EventsDetectionJobProperties'
, eventsDetectionJobProperties_jobArn
- The Amazon Resource Name (ARN) of the events detection job. It is a
unique, fully qualified identifier for the job. It includes the AWS
account, Region, and the job ID. The format of the ARN is as follows:
arn:<partition>:comprehend:<region>:<account-id>:events-detection-job/<job-id>
The following is an example job ARN:
arn:aws:comprehend:us-west-2:111122223333:events-detection-job/1234abcd12ab34cd56ef1234567890ab
$sel:jobName:EventsDetectionJobProperties'
, eventsDetectionJobProperties_jobName
- The name you assigned the events detection job.
$sel:targetEventTypes:EventsDetectionJobProperties'
, eventsDetectionJobProperties_targetEventTypes
- The types of events that are detected by the job.
$sel:inputDataConfig:EventsDetectionJobProperties'
, eventsDetectionJobProperties_inputDataConfig
- The input data configuration that you supplied when you created the
events detection job.
$sel:endTime:EventsDetectionJobProperties'
, eventsDetectionJobProperties_endTime
- The time that the events detection job completed.
$sel:outputDataConfig:EventsDetectionJobProperties'
, eventsDetectionJobProperties_outputDataConfig
- The output data configuration that you supplied when you created the
events detection job.
$sel:dataAccessRoleArn:EventsDetectionJobProperties'
, eventsDetectionJobProperties_dataAccessRoleArn
- The Amazon Resource Name (ARN) of the AWS Identify and Access Management
(IAM) role that grants Amazon Comprehend read access to your input data.
$sel:jobStatus:EventsDetectionJobProperties'
, eventsDetectionJobProperties_jobStatus
- The current status of the events detection job.
$sel:message:EventsDetectionJobProperties'
, eventsDetectionJobProperties_message
- A description of the status of the events detection job.
$sel:submitTime:EventsDetectionJobProperties'
, eventsDetectionJobProperties_submitTime
- The time that the events detection job was submitted for processing.
eventsDetectionJobProperties_languageCode :: Lens' EventsDetectionJobProperties (Maybe LanguageCode) Source #
The language code of the input documents.
eventsDetectionJobProperties_jobId :: Lens' EventsDetectionJobProperties (Maybe Text) Source #
The identifier assigned to the events detection job.
eventsDetectionJobProperties_jobArn :: Lens' EventsDetectionJobProperties (Maybe Text) Source #
The Amazon Resource Name (ARN) of the events detection job. It is a unique, fully qualified identifier for the job. It includes the AWS account, Region, and the job ID. The format of the ARN is as follows:
arn:<partition>:comprehend:<region>:<account-id>:events-detection-job/<job-id>
The following is an example job ARN:
arn:aws:comprehend:us-west-2:111122223333:events-detection-job/1234abcd12ab34cd56ef1234567890ab
eventsDetectionJobProperties_jobName :: Lens' EventsDetectionJobProperties (Maybe Text) Source #
The name you assigned the events detection job.
eventsDetectionJobProperties_targetEventTypes :: Lens' EventsDetectionJobProperties (Maybe (NonEmpty Text)) Source #
The types of events that are detected by the job.
eventsDetectionJobProperties_inputDataConfig :: Lens' EventsDetectionJobProperties (Maybe InputDataConfig) Source #
The input data configuration that you supplied when you created the events detection job.
eventsDetectionJobProperties_endTime :: Lens' EventsDetectionJobProperties (Maybe UTCTime) Source #
The time that the events detection job completed.
eventsDetectionJobProperties_outputDataConfig :: Lens' EventsDetectionJobProperties (Maybe OutputDataConfig) Source #
The output data configuration that you supplied when you created the events detection job.
eventsDetectionJobProperties_dataAccessRoleArn :: Lens' EventsDetectionJobProperties (Maybe Text) Source #
The Amazon Resource Name (ARN) of the AWS Identify and Access Management (IAM) role that grants Amazon Comprehend read access to your input data.
eventsDetectionJobProperties_jobStatus :: Lens' EventsDetectionJobProperties (Maybe JobStatus) Source #
The current status of the events detection job.
eventsDetectionJobProperties_message :: Lens' EventsDetectionJobProperties (Maybe Text) Source #
A description of the status of the events detection job.
eventsDetectionJobProperties_submitTime :: Lens' EventsDetectionJobProperties (Maybe UTCTime) Source #
The time that the events detection job was submitted for processing.