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 |
List call analytics jobs with a specified status or substring that matches their names.
Synopsis
- data ListCallAnalyticsJobs = ListCallAnalyticsJobs' {}
- newListCallAnalyticsJobs :: ListCallAnalyticsJobs
- listCallAnalyticsJobs_status :: Lens' ListCallAnalyticsJobs (Maybe CallAnalyticsJobStatus)
- listCallAnalyticsJobs_nextToken :: Lens' ListCallAnalyticsJobs (Maybe Text)
- listCallAnalyticsJobs_jobNameContains :: Lens' ListCallAnalyticsJobs (Maybe Text)
- listCallAnalyticsJobs_maxResults :: Lens' ListCallAnalyticsJobs (Maybe Natural)
- data ListCallAnalyticsJobsResponse = ListCallAnalyticsJobsResponse' {}
- newListCallAnalyticsJobsResponse :: Int -> ListCallAnalyticsJobsResponse
- listCallAnalyticsJobsResponse_status :: Lens' ListCallAnalyticsJobsResponse (Maybe CallAnalyticsJobStatus)
- listCallAnalyticsJobsResponse_callAnalyticsJobSummaries :: Lens' ListCallAnalyticsJobsResponse (Maybe [CallAnalyticsJobSummary])
- listCallAnalyticsJobsResponse_nextToken :: Lens' ListCallAnalyticsJobsResponse (Maybe Text)
- listCallAnalyticsJobsResponse_httpStatus :: Lens' ListCallAnalyticsJobsResponse Int
Creating a Request
data ListCallAnalyticsJobs Source #
See: newListCallAnalyticsJobs
smart constructor.
ListCallAnalyticsJobs' | |
|
Instances
newListCallAnalyticsJobs :: ListCallAnalyticsJobs Source #
Create a value of ListCallAnalyticsJobs
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:status:ListCallAnalyticsJobs'
, listCallAnalyticsJobs_status
- When specified, returns only call analytics jobs with the specified
status. Jobs are ordered by creation date, with the most recent jobs
returned first. If you don't specify a status, Amazon Transcribe
returns all analytics jobs ordered by creation date.
$sel:nextToken:ListCallAnalyticsJobs'
, listCallAnalyticsJobs_nextToken
- If you receive a truncated result in the previous request of , include
NextToken
to fetch the next set of jobs.
$sel:jobNameContains:ListCallAnalyticsJobs'
, listCallAnalyticsJobs_jobNameContains
- When specified, the jobs returned in the list are limited to jobs whose
name contains the specified string.
$sel:maxResults:ListCallAnalyticsJobs'
, listCallAnalyticsJobs_maxResults
- The maximum number of call analytics jobs to return in each page of
results. If there are fewer results than the value you specify, only the
actual results are returned. If you do not specify a value, the default
of 5 is used.
Request Lenses
listCallAnalyticsJobs_status :: Lens' ListCallAnalyticsJobs (Maybe CallAnalyticsJobStatus) Source #
When specified, returns only call analytics jobs with the specified status. Jobs are ordered by creation date, with the most recent jobs returned first. If you don't specify a status, Amazon Transcribe returns all analytics jobs ordered by creation date.
listCallAnalyticsJobs_nextToken :: Lens' ListCallAnalyticsJobs (Maybe Text) Source #
If you receive a truncated result in the previous request of , include
NextToken
to fetch the next set of jobs.
listCallAnalyticsJobs_jobNameContains :: Lens' ListCallAnalyticsJobs (Maybe Text) Source #
When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.
listCallAnalyticsJobs_maxResults :: Lens' ListCallAnalyticsJobs (Maybe Natural) Source #
The maximum number of call analytics jobs to return in each page of results. If there are fewer results than the value you specify, only the actual results are returned. If you do not specify a value, the default of 5 is used.
Destructuring the Response
data ListCallAnalyticsJobsResponse Source #
See: newListCallAnalyticsJobsResponse
smart constructor.
ListCallAnalyticsJobsResponse' | |
|
Instances
newListCallAnalyticsJobsResponse Source #
Create a value of ListCallAnalyticsJobsResponse
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:status:ListCallAnalyticsJobs'
, listCallAnalyticsJobsResponse_status
- When specified, returns only call analytics jobs with that status. Jobs
are ordered by creation date, with the most recent jobs returned first.
If you don't specify a status, Amazon Transcribe returns all
transcription jobs ordered by creation date.
$sel:callAnalyticsJobSummaries:ListCallAnalyticsJobsResponse'
, listCallAnalyticsJobsResponse_callAnalyticsJobSummaries
- A list of objects containing summary information for a transcription
job.
$sel:nextToken:ListCallAnalyticsJobs'
, listCallAnalyticsJobsResponse_nextToken
- The operation returns a page of jobs at a time. The maximum size of the
page is set by the MaxResults
parameter. If there are more jobs in the
list than the page size, Amazon Transcribe returns the NextPage
token.
Include the token in your next request to the operation to return next
page of jobs.
$sel:httpStatus:ListCallAnalyticsJobsResponse'
, listCallAnalyticsJobsResponse_httpStatus
- The response's http status code.
Response Lenses
listCallAnalyticsJobsResponse_status :: Lens' ListCallAnalyticsJobsResponse (Maybe CallAnalyticsJobStatus) Source #
When specified, returns only call analytics jobs with that status. Jobs are ordered by creation date, with the most recent jobs returned first. If you don't specify a status, Amazon Transcribe returns all transcription jobs ordered by creation date.
listCallAnalyticsJobsResponse_callAnalyticsJobSummaries :: Lens' ListCallAnalyticsJobsResponse (Maybe [CallAnalyticsJobSummary]) Source #
A list of objects containing summary information for a transcription job.
listCallAnalyticsJobsResponse_nextToken :: Lens' ListCallAnalyticsJobsResponse (Maybe Text) Source #
The operation returns a page of jobs at a time. The maximum size of the
page is set by the MaxResults
parameter. If there are more jobs in the
list than the page size, Amazon Transcribe returns the NextPage
token.
Include the token in your next request to the operation to return next
page of jobs.
listCallAnalyticsJobsResponse_httpStatus :: Lens' ListCallAnalyticsJobsResponse Int Source #
The response's http status code.