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 information about a vocabulary filter.
Synopsis
- data GetVocabularyFilter = GetVocabularyFilter' {}
- newGetVocabularyFilter :: Text -> GetVocabularyFilter
- getVocabularyFilter_vocabularyFilterName :: Lens' GetVocabularyFilter Text
- data GetVocabularyFilterResponse = GetVocabularyFilterResponse' {}
- newGetVocabularyFilterResponse :: Int -> GetVocabularyFilterResponse
- getVocabularyFilterResponse_languageCode :: Lens' GetVocabularyFilterResponse (Maybe LanguageCode)
- getVocabularyFilterResponse_downloadUri :: Lens' GetVocabularyFilterResponse (Maybe Text)
- getVocabularyFilterResponse_lastModifiedTime :: Lens' GetVocabularyFilterResponse (Maybe UTCTime)
- getVocabularyFilterResponse_vocabularyFilterName :: Lens' GetVocabularyFilterResponse (Maybe Text)
- getVocabularyFilterResponse_httpStatus :: Lens' GetVocabularyFilterResponse Int
Creating a Request
data GetVocabularyFilter Source #
See: newGetVocabularyFilter
smart constructor.
GetVocabularyFilter' | |
|
Instances
newGetVocabularyFilter Source #
Create a value of GetVocabularyFilter
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:vocabularyFilterName:GetVocabularyFilter'
, getVocabularyFilter_vocabularyFilterName
- The name of the vocabulary filter for which to return information.
Request Lenses
getVocabularyFilter_vocabularyFilterName :: Lens' GetVocabularyFilter Text Source #
The name of the vocabulary filter for which to return information.
Destructuring the Response
data GetVocabularyFilterResponse Source #
See: newGetVocabularyFilterResponse
smart constructor.
GetVocabularyFilterResponse' | |
|
Instances
newGetVocabularyFilterResponse Source #
Create a value of GetVocabularyFilterResponse
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:GetVocabularyFilterResponse'
, getVocabularyFilterResponse_languageCode
- The language code of the words in the vocabulary filter.
$sel:downloadUri:GetVocabularyFilterResponse'
, getVocabularyFilterResponse_downloadUri
- The URI of the list of words in the vocabulary filter. You can use this
URI to get the list of words.
$sel:lastModifiedTime:GetVocabularyFilterResponse'
, getVocabularyFilterResponse_lastModifiedTime
- The date and time that the contents of the vocabulary filter were
updated.
$sel:vocabularyFilterName:GetVocabularyFilter'
, getVocabularyFilterResponse_vocabularyFilterName
- The name of the vocabulary filter.
$sel:httpStatus:GetVocabularyFilterResponse'
, getVocabularyFilterResponse_httpStatus
- The response's http status code.
Response Lenses
getVocabularyFilterResponse_languageCode :: Lens' GetVocabularyFilterResponse (Maybe LanguageCode) Source #
The language code of the words in the vocabulary filter.
getVocabularyFilterResponse_downloadUri :: Lens' GetVocabularyFilterResponse (Maybe Text) Source #
The URI of the list of words in the vocabulary filter. You can use this URI to get the list of words.
getVocabularyFilterResponse_lastModifiedTime :: Lens' GetVocabularyFilterResponse (Maybe UTCTime) Source #
The date and time that the contents of the vocabulary filter were updated.
getVocabularyFilterResponse_vocabularyFilterName :: Lens' GetVocabularyFilterResponse (Maybe Text) Source #
The name of the vocabulary filter.
getVocabularyFilterResponse_httpStatus :: Lens' GetVocabularyFilterResponse Int Source #
The response's http status code.