amazonka-transcribe-2.0: Amazon Transcribe Service SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.Transcribe.GetVocabularyFilter

Description

Provides information about the specified custom vocabulary filter.

To get a list of your custom vocabulary filters, use the operation.

Synopsis

Creating a Request

data GetVocabularyFilter Source #

See: newGetVocabularyFilter smart constructor.

Constructors

GetVocabularyFilter' 

Fields

  • vocabularyFilterName :: Text

    The name of the custom vocabulary filter you want information about. Custom vocabulary filter names are case sensitive.

Instances

Instances details
ToJSON GetVocabularyFilter Source # 
Instance details

Defined in Amazonka.Transcribe.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

AWSRequest GetVocabularyFilter Source # 
Instance details

Defined in Amazonka.Transcribe.GetVocabularyFilter

Associated Types

type AWSResponse GetVocabularyFilter #

Generic GetVocabularyFilter Source # 
Instance details

Defined in Amazonka.Transcribe.GetVocabularyFilter

Associated Types

type Rep GetVocabularyFilter :: Type -> Type #

Read GetVocabularyFilter Source # 
Instance details

Defined in Amazonka.Transcribe.GetVocabularyFilter

Show GetVocabularyFilter Source # 
Instance details

Defined in Amazonka.Transcribe.GetVocabularyFilter

NFData GetVocabularyFilter Source # 
Instance details

Defined in Amazonka.Transcribe.GetVocabularyFilter

Methods

rnf :: GetVocabularyFilter -> () #

Eq GetVocabularyFilter Source # 
Instance details

Defined in Amazonka.Transcribe.GetVocabularyFilter

Hashable GetVocabularyFilter Source # 
Instance details

Defined in Amazonka.Transcribe.GetVocabularyFilter

type AWSResponse 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" "amazonka-transcribe-2.0-4BjJqzwmm0K94bsEMe1tnF" 'False) (C1 ('MetaCons "GetVocabularyFilter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "vocabularyFilterName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

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:

GetVocabularyFilter, getVocabularyFilter_vocabularyFilterName - The name of the custom vocabulary filter you want information about. Custom vocabulary filter names are case sensitive.

Request Lenses

getVocabularyFilter_vocabularyFilterName :: Lens' GetVocabularyFilter Text Source #

The name of the custom vocabulary filter you want information about. Custom vocabulary filter names are case sensitive.

Destructuring the Response

data GetVocabularyFilterResponse Source #

See: newGetVocabularyFilterResponse smart constructor.

Constructors

GetVocabularyFilterResponse' 

Fields

  • downloadUri :: Maybe Text

    The Amazon S3 location where the custom vocabulary filter is stored; use this URI to view or download the custom vocabulary filter.

  • languageCode :: Maybe LanguageCode

    The language code you selected for your custom vocabulary filter.

  • lastModifiedTime :: Maybe POSIX

    The date and time the specified custom vocabulary filter was last modified.

    Timestamps are in the format YYYY-MM-DD'T'HH:MM:SS.SSSSSS-UTC. For example, 2022-05-04T12:32:58.761000-07:00 represents 12:32 PM UTC-7 on May 4, 2022.

  • vocabularyFilterName :: Maybe Text

    The name of the custom vocabulary filter you requested information about.

  • httpStatus :: Int

    The response's http status code.

Instances

Instances details
Generic GetVocabularyFilterResponse Source # 
Instance details

Defined in Amazonka.Transcribe.GetVocabularyFilter

Associated Types

type Rep GetVocabularyFilterResponse :: Type -> Type #

Read GetVocabularyFilterResponse Source # 
Instance details

Defined in Amazonka.Transcribe.GetVocabularyFilter

Show GetVocabularyFilterResponse Source # 
Instance details

Defined in Amazonka.Transcribe.GetVocabularyFilter

NFData GetVocabularyFilterResponse Source # 
Instance details

Defined in Amazonka.Transcribe.GetVocabularyFilter

Eq 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" "amazonka-transcribe-2.0-4BjJqzwmm0K94bsEMe1tnF" 'False) (C1 ('MetaCons "GetVocabularyFilterResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "downloadUri") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "languageCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LanguageCode))) :*: (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:downloadUri:GetVocabularyFilterResponse', getVocabularyFilterResponse_downloadUri - The Amazon S3 location where the custom vocabulary filter is stored; use this URI to view or download the custom vocabulary filter.

GetVocabularyFilterResponse, getVocabularyFilterResponse_languageCode - The language code you selected for your custom vocabulary filter.

GetVocabularyFilterResponse, getVocabularyFilterResponse_lastModifiedTime - The date and time the specified custom vocabulary filter was last modified.

Timestamps are in the format YYYY-MM-DD'T'HH:MM:SS.SSSSSS-UTC. For example, 2022-05-04T12:32:58.761000-07:00 represents 12:32 PM UTC-7 on May 4, 2022.

GetVocabularyFilter, getVocabularyFilterResponse_vocabularyFilterName - The name of the custom vocabulary filter you requested information about.

$sel:httpStatus:GetVocabularyFilterResponse', getVocabularyFilterResponse_httpStatus - The response's http status code.

Response Lenses

getVocabularyFilterResponse_downloadUri :: Lens' GetVocabularyFilterResponse (Maybe Text) Source #

The Amazon S3 location where the custom vocabulary filter is stored; use this URI to view or download the custom vocabulary filter.

getVocabularyFilterResponse_languageCode :: Lens' GetVocabularyFilterResponse (Maybe LanguageCode) Source #

The language code you selected for your custom vocabulary filter.

getVocabularyFilterResponse_lastModifiedTime :: Lens' GetVocabularyFilterResponse (Maybe UTCTime) Source #

The date and time the specified custom vocabulary filter was last modified.

Timestamps are in the format YYYY-MM-DD'T'HH:MM:SS.SSSSSS-UTC. For example, 2022-05-04T12:32:58.761000-07:00 represents 12:32 PM UTC-7 on May 4, 2022.

getVocabularyFilterResponse_vocabularyFilterName :: Lens' GetVocabularyFilterResponse (Maybe Text) Source #

The name of the custom vocabulary filter you requested information about.