libZSservicesZSamazonka-transcribeZSamazonka-transcribe
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.Transcribe.GetVocabularyFilter

Description

Returns information about a vocabulary filter.

Synopsis

Creating a Request

data GetVocabularyFilter Source #

See: newGetVocabularyFilter smart constructor.

Constructors

GetVocabularyFilter' 

Fields

Instances

Instances details
Eq GetVocabularyFilter Source # 
Instance details

Defined in Amazonka.Transcribe.GetVocabularyFilter

Read GetVocabularyFilter Source # 
Instance details

Defined in Amazonka.Transcribe.GetVocabularyFilter

Show GetVocabularyFilter Source # 
Instance details

Defined in Amazonka.Transcribe.GetVocabularyFilter

Generic GetVocabularyFilter Source # 
Instance details

Defined in Amazonka.Transcribe.GetVocabularyFilter

Associated Types

type Rep GetVocabularyFilter :: Type -> Type #

NFData GetVocabularyFilter Source # 
Instance details

Defined in Amazonka.Transcribe.GetVocabularyFilter

Methods

rnf :: GetVocabularyFilter -> () #

Hashable GetVocabularyFilter Source # 
Instance details

Defined in Amazonka.Transcribe.GetVocabularyFilter

ToJSON GetVocabularyFilter Source # 
Instance details

Defined in Amazonka.Transcribe.GetVocabularyFilter

AWSRequest GetVocabularyFilter Source # 
Instance details

Defined in Amazonka.Transcribe.GetVocabularyFilter

Associated Types

type AWSResponse GetVocabularyFilter #

ToHeaders GetVocabularyFilter Source # 
Instance details

Defined in Amazonka.Transcribe.GetVocabularyFilter

ToPath GetVocabularyFilter Source # 
Instance details

Defined in Amazonka.Transcribe.GetVocabularyFilter

ToQuery GetVocabularyFilter Source # 
Instance details

Defined in Amazonka.Transcribe.GetVocabularyFilter

type Rep GetVocabularyFilter Source # 
Instance details

Defined in Amazonka.Transcribe.GetVocabularyFilter

type Rep GetVocabularyFilter = D1 ('MetaData "GetVocabularyFilter" "Amazonka.Transcribe.GetVocabularyFilter" "libZSservicesZSamazonka-transcribeZSamazonka-transcribe" 'False) (C1 ('MetaCons "GetVocabularyFilter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "vocabularyFilterName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse GetVocabularyFilter Source # 
Instance details

Defined in Amazonka.Transcribe.GetVocabularyFilter

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.

Constructors

GetVocabularyFilterResponse' 

Fields

Instances

Instances details
Eq GetVocabularyFilterResponse Source # 
Instance details

Defined in Amazonka.Transcribe.GetVocabularyFilter

Read GetVocabularyFilterResponse Source # 
Instance details

Defined in Amazonka.Transcribe.GetVocabularyFilter

Show GetVocabularyFilterResponse Source # 
Instance details

Defined in Amazonka.Transcribe.GetVocabularyFilter

Generic GetVocabularyFilterResponse Source # 
Instance details

Defined in Amazonka.Transcribe.GetVocabularyFilter

Associated Types

type Rep GetVocabularyFilterResponse :: Type -> Type #

NFData GetVocabularyFilterResponse Source # 
Instance details

Defined in Amazonka.Transcribe.GetVocabularyFilter

type Rep GetVocabularyFilterResponse Source # 
Instance details

Defined in Amazonka.Transcribe.GetVocabularyFilter

type Rep GetVocabularyFilterResponse = D1 ('MetaData "GetVocabularyFilterResponse" "Amazonka.Transcribe.GetVocabularyFilter" "libZSservicesZSamazonka-transcribeZSamazonka-transcribe" 'False) (C1 ('MetaCons "GetVocabularyFilterResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "languageCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LanguageCode)) :*: S1 ('MetaSel ('Just "downloadUri") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "lastModifiedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "vocabularyFilterName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))))

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.