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 |
Returns a list of vocabularies that match the specified criteria. If you don't enter a value in any of the request parameters, returns the entire list of vocabularies.
Synopsis
- data ListMedicalVocabularies = ListMedicalVocabularies' {}
- newListMedicalVocabularies :: ListMedicalVocabularies
- listMedicalVocabularies_nameContains :: Lens' ListMedicalVocabularies (Maybe Text)
- listMedicalVocabularies_nextToken :: Lens' ListMedicalVocabularies (Maybe Text)
- listMedicalVocabularies_stateEquals :: Lens' ListMedicalVocabularies (Maybe VocabularyState)
- listMedicalVocabularies_maxResults :: Lens' ListMedicalVocabularies (Maybe Natural)
- data ListMedicalVocabulariesResponse = ListMedicalVocabulariesResponse' {}
- newListMedicalVocabulariesResponse :: Int -> ListMedicalVocabulariesResponse
- listMedicalVocabulariesResponse_vocabularies :: Lens' ListMedicalVocabulariesResponse (Maybe [VocabularyInfo])
- listMedicalVocabulariesResponse_status :: Lens' ListMedicalVocabulariesResponse (Maybe VocabularyState)
- listMedicalVocabulariesResponse_nextToken :: Lens' ListMedicalVocabulariesResponse (Maybe Text)
- listMedicalVocabulariesResponse_httpStatus :: Lens' ListMedicalVocabulariesResponse Int
Creating a Request
data ListMedicalVocabularies Source #
See: newListMedicalVocabularies
smart constructor.
ListMedicalVocabularies' | |
|
Instances
newListMedicalVocabularies :: ListMedicalVocabularies Source #
Create a value of ListMedicalVocabularies
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:nameContains:ListMedicalVocabularies'
, listMedicalVocabularies_nameContains
- Returns vocabularies whose names contain the specified string. The
search is not case sensitive. ListMedicalVocabularies
returns both
"vocabularyname
" and "VocabularyName
".
$sel:nextToken:ListMedicalVocabularies'
, listMedicalVocabularies_nextToken
- If the result of your previous request to ListMedicalVocabularies
was
truncated, include the NextToken
to fetch the next set of
vocabularies.
$sel:stateEquals:ListMedicalVocabularies'
, listMedicalVocabularies_stateEquals
- When specified, returns only vocabularies with the VocabularyState
equal to the specified vocabulary state. Use this field to see which
vocabularies are ready for your medical transcription jobs.
$sel:maxResults:ListMedicalVocabularies'
, listMedicalVocabularies_maxResults
- The maximum number of vocabularies 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
listMedicalVocabularies_nameContains :: Lens' ListMedicalVocabularies (Maybe Text) Source #
Returns vocabularies whose names contain the specified string. The
search is not case sensitive. ListMedicalVocabularies
returns both
"vocabularyname
" and "VocabularyName
".
listMedicalVocabularies_nextToken :: Lens' ListMedicalVocabularies (Maybe Text) Source #
If the result of your previous request to ListMedicalVocabularies
was
truncated, include the NextToken
to fetch the next set of
vocabularies.
listMedicalVocabularies_stateEquals :: Lens' ListMedicalVocabularies (Maybe VocabularyState) Source #
When specified, returns only vocabularies with the VocabularyState
equal to the specified vocabulary state. Use this field to see which
vocabularies are ready for your medical transcription jobs.
listMedicalVocabularies_maxResults :: Lens' ListMedicalVocabularies (Maybe Natural) Source #
The maximum number of vocabularies 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 ListMedicalVocabulariesResponse Source #
See: newListMedicalVocabulariesResponse
smart constructor.
ListMedicalVocabulariesResponse' | |
|
Instances
newListMedicalVocabulariesResponse Source #
Create a value of ListMedicalVocabulariesResponse
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:vocabularies:ListMedicalVocabulariesResponse'
, listMedicalVocabulariesResponse_vocabularies
- A list of objects that describe the vocabularies that match your search
criteria.
$sel:status:ListMedicalVocabulariesResponse'
, listMedicalVocabulariesResponse_status
- The requested vocabulary state.
$sel:nextToken:ListMedicalVocabularies'
, listMedicalVocabulariesResponse_nextToken
- The ListMedicalVocabularies
operation returns a page of vocabularies
at a time. You set the maximum number of vocabularies to return on a
page with the MaxResults
parameter. If there are more jobs in the list
will fit on a page, Amazon Transcribe Medical returns the NextPage
token. To return the next page of vocabularies, include the token in the
next request to the ListMedicalVocabularies
operation .
$sel:httpStatus:ListMedicalVocabulariesResponse'
, listMedicalVocabulariesResponse_httpStatus
- The response's http status code.
Response Lenses
listMedicalVocabulariesResponse_vocabularies :: Lens' ListMedicalVocabulariesResponse (Maybe [VocabularyInfo]) Source #
A list of objects that describe the vocabularies that match your search criteria.
listMedicalVocabulariesResponse_status :: Lens' ListMedicalVocabulariesResponse (Maybe VocabularyState) Source #
The requested vocabulary state.
listMedicalVocabulariesResponse_nextToken :: Lens' ListMedicalVocabulariesResponse (Maybe Text) Source #
The ListMedicalVocabularies
operation returns a page of vocabularies
at a time. You set the maximum number of vocabularies to return on a
page with the MaxResults
parameter. If there are more jobs in the list
will fit on a page, Amazon Transcribe Medical returns the NextPage
token. To return the next page of vocabularies, include the token in the
next request to the ListMedicalVocabularies
operation .
listMedicalVocabulariesResponse_httpStatus :: Lens' ListMedicalVocabulariesResponse Int Source #
The response's http status code.