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

Contents

Description

Derived from API version 2017-10-26 of the AWS service descriptions, licensed under Apache 2.0.

Operations and objects for transcribing speech to text.

Synopsis

Service Configuration

defaultService :: Service Source #

API version 2017-10-26 of the Amazon Transcribe Service SDK configuration.

Errors

Error matchers are designed for use with the functions provided by Control.Exception.Lens. This allows catching (and rethrowing) service specific errors returned by Transcribe.

ConflictException

_ConflictException :: AsError a => Getting (First ServiceError) a ServiceError Source #

There is already a resource with that name.

NotFoundException

_NotFoundException :: AsError a => Getting (First ServiceError) a ServiceError Source #

We can't find the requested resource. Check the name and try your request again.

InternalFailureException

_InternalFailureException :: AsError a => Getting (First ServiceError) a ServiceError Source #

There was an internal error. Check the error message and try your request again.

BadRequestException

_BadRequestException :: AsError a => Getting (First ServiceError) a ServiceError Source #

Your request didn't pass one or more validation tests. For example, if the entity that you're trying to delete doesn't exist or if it is in a non-terminal state (for example, it's "in progress"). See the exception Message field for more information.

LimitExceededException

_LimitExceededException :: AsError a => Getting (First ServiceError) a ServiceError Source #

Either you have sent too many requests or your input file is too long. Wait before you resend your request, or use a smaller file and resend the request.

Waiters

Waiters poll by repeatedly sending a request until some remote success condition configured by the Wait specification is fulfilled. The Wait specification determines how many attempts should be made, in addition to delay and retry strategies.

Operations

Some AWS operations return results that are incomplete and require subsequent requests in order to obtain the entire result set. The process of sending subsequent requests to continue where a previous request left off is called pagination. For example, the ListObjects operation of Amazon S3 returns up to 1000 objects at a time, and you must send subsequent requests with the appropriate Marker in order to retrieve the next page of results.

Operations that have an AWSPager instance can transparently perform subsequent requests, correctly setting Markers and other request facets to iterate through the entire result set of a truncated API operation. Operations which support this have an additional note in the documentation.

Many operations have the ability to filter results on the server side. See the individual operation parameters for details.

ListLanguageModels

data ListLanguageModels Source #

See: newListLanguageModels smart constructor.

Instances

Instances details
Eq ListLanguageModels Source # 
Instance details

Defined in Amazonka.Transcribe.ListLanguageModels

Read ListLanguageModels Source # 
Instance details

Defined in Amazonka.Transcribe.ListLanguageModels

Show ListLanguageModels Source # 
Instance details

Defined in Amazonka.Transcribe.ListLanguageModels

Generic ListLanguageModels Source # 
Instance details

Defined in Amazonka.Transcribe.ListLanguageModels

Associated Types

type Rep ListLanguageModels :: Type -> Type #

NFData ListLanguageModels Source # 
Instance details

Defined in Amazonka.Transcribe.ListLanguageModels

Methods

rnf :: ListLanguageModels -> () #

Hashable ListLanguageModels Source # 
Instance details

Defined in Amazonka.Transcribe.ListLanguageModels

ToJSON ListLanguageModels Source # 
Instance details

Defined in Amazonka.Transcribe.ListLanguageModels

AWSRequest ListLanguageModels Source # 
Instance details

Defined in Amazonka.Transcribe.ListLanguageModels

Associated Types

type AWSResponse ListLanguageModels #

ToHeaders ListLanguageModels Source # 
Instance details

Defined in Amazonka.Transcribe.ListLanguageModels

ToPath ListLanguageModels Source # 
Instance details

Defined in Amazonka.Transcribe.ListLanguageModels

ToQuery ListLanguageModels Source # 
Instance details

Defined in Amazonka.Transcribe.ListLanguageModels

type Rep ListLanguageModels Source # 
Instance details

Defined in Amazonka.Transcribe.ListLanguageModels

type Rep ListLanguageModels = D1 ('MetaData "ListLanguageModels" "Amazonka.Transcribe.ListLanguageModels" "libZSservicesZSamazonka-transcribeZSamazonka-transcribe" 'False) (C1 ('MetaCons "ListLanguageModels'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "nameContains") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "statusEquals") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ModelStatus)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)))))
type AWSResponse ListLanguageModels Source # 
Instance details

Defined in Amazonka.Transcribe.ListLanguageModels

newListLanguageModels :: ListLanguageModels Source #

Create a value of ListLanguageModels 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:ListLanguageModels', listLanguageModels_nameContains - When specified, the custom language model names returned contain the substring you've specified.

$sel:nextToken:ListLanguageModels', listLanguageModels_nextToken - When included, fetches the next set of jobs if the result of the previous request was truncated.

$sel:statusEquals:ListLanguageModels', listLanguageModels_statusEquals - When specified, returns only custom language models with the specified status. Language models are ordered by creation date, with the newest models first. If you don't specify a status, Amazon Transcribe returns all custom language models ordered by date.

$sel:maxResults:ListLanguageModels', listLanguageModels_maxResults - The maximum number of language models 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.

data ListLanguageModelsResponse Source #

See: newListLanguageModelsResponse smart constructor.

Instances

Instances details
Eq ListLanguageModelsResponse Source # 
Instance details

Defined in Amazonka.Transcribe.ListLanguageModels

Read ListLanguageModelsResponse Source # 
Instance details

Defined in Amazonka.Transcribe.ListLanguageModels

Show ListLanguageModelsResponse Source # 
Instance details

Defined in Amazonka.Transcribe.ListLanguageModels

Generic ListLanguageModelsResponse Source # 
Instance details

Defined in Amazonka.Transcribe.ListLanguageModels

Associated Types

type Rep ListLanguageModelsResponse :: Type -> Type #

NFData ListLanguageModelsResponse Source # 
Instance details

Defined in Amazonka.Transcribe.ListLanguageModels

type Rep ListLanguageModelsResponse Source # 
Instance details

Defined in Amazonka.Transcribe.ListLanguageModels

type Rep ListLanguageModelsResponse = D1 ('MetaData "ListLanguageModelsResponse" "Amazonka.Transcribe.ListLanguageModels" "libZSservicesZSamazonka-transcribeZSamazonka-transcribe" 'False) (C1 ('MetaCons "ListLanguageModelsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "models") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [LanguageModel])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListLanguageModelsResponse Source #

Create a value of ListLanguageModelsResponse 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:nextToken:ListLanguageModels', listLanguageModelsResponse_nextToken - The operation returns a page of jobs at a time. The maximum size of the list is set by the MaxResults parameter. If there are more language models in the list than the page size, Amazon Transcribe returns the NextPage token. Include the token in the next request to the operation to return the next page of language models.

$sel:models:ListLanguageModelsResponse', listLanguageModelsResponse_models - A list of objects containing information about custom language models.

$sel:httpStatus:ListLanguageModelsResponse', listLanguageModelsResponse_httpStatus - The response's http status code.

GetVocabulary

data GetVocabulary Source #

See: newGetVocabulary smart constructor.

Constructors

GetVocabulary' Text 

Instances

Instances details
Eq GetVocabulary Source # 
Instance details

Defined in Amazonka.Transcribe.GetVocabulary

Read GetVocabulary Source # 
Instance details

Defined in Amazonka.Transcribe.GetVocabulary

Show GetVocabulary Source # 
Instance details

Defined in Amazonka.Transcribe.GetVocabulary

Generic GetVocabulary Source # 
Instance details

Defined in Amazonka.Transcribe.GetVocabulary

Associated Types

type Rep GetVocabulary :: Type -> Type #

NFData GetVocabulary Source # 
Instance details

Defined in Amazonka.Transcribe.GetVocabulary

Methods

rnf :: GetVocabulary -> () #

Hashable GetVocabulary Source # 
Instance details

Defined in Amazonka.Transcribe.GetVocabulary

ToJSON GetVocabulary Source # 
Instance details

Defined in Amazonka.Transcribe.GetVocabulary

AWSRequest GetVocabulary Source # 
Instance details

Defined in Amazonka.Transcribe.GetVocabulary

Associated Types

type AWSResponse GetVocabulary #

ToHeaders GetVocabulary Source # 
Instance details

Defined in Amazonka.Transcribe.GetVocabulary

ToPath GetVocabulary Source # 
Instance details

Defined in Amazonka.Transcribe.GetVocabulary

ToQuery GetVocabulary Source # 
Instance details

Defined in Amazonka.Transcribe.GetVocabulary

type Rep GetVocabulary Source # 
Instance details

Defined in Amazonka.Transcribe.GetVocabulary

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

Defined in Amazonka.Transcribe.GetVocabulary

newGetVocabulary Source #

Create a value of GetVocabulary 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:vocabularyName:GetVocabulary', getVocabulary_vocabularyName - The name of the vocabulary to return information about. The name is case sensitive.

data GetVocabularyResponse Source #

See: newGetVocabularyResponse smart constructor.

Instances

Instances details
Eq GetVocabularyResponse Source # 
Instance details

Defined in Amazonka.Transcribe.GetVocabulary

Read GetVocabularyResponse Source # 
Instance details

Defined in Amazonka.Transcribe.GetVocabulary

Show GetVocabularyResponse Source # 
Instance details

Defined in Amazonka.Transcribe.GetVocabulary

Generic GetVocabularyResponse Source # 
Instance details

Defined in Amazonka.Transcribe.GetVocabulary

Associated Types

type Rep GetVocabularyResponse :: Type -> Type #

NFData GetVocabularyResponse Source # 
Instance details

Defined in Amazonka.Transcribe.GetVocabulary

Methods

rnf :: GetVocabularyResponse -> () #

type Rep GetVocabularyResponse Source # 
Instance details

Defined in Amazonka.Transcribe.GetVocabulary

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

newGetVocabularyResponse Source #

Create a value of GetVocabularyResponse 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:failureReason:GetVocabularyResponse', getVocabularyResponse_failureReason - If the VocabularyState field is FAILED, this field contains information about why the job failed.

$sel:languageCode:GetVocabularyResponse', getVocabularyResponse_languageCode - The language code of the vocabulary entries.

$sel:downloadUri:GetVocabularyResponse', getVocabularyResponse_downloadUri - The S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. The URI is available for a limited time.

$sel:vocabularyName:GetVocabulary', getVocabularyResponse_vocabularyName - The name of the vocabulary to return.

$sel:lastModifiedTime:GetVocabularyResponse', getVocabularyResponse_lastModifiedTime - The date and time that the vocabulary was last modified.

$sel:vocabularyState:GetVocabularyResponse', getVocabularyResponse_vocabularyState - The processing state of the vocabulary.

$sel:httpStatus:GetVocabularyResponse', getVocabularyResponse_httpStatus - The response's http status code.

DeleteLanguageModel

data DeleteLanguageModel Source #

See: newDeleteLanguageModel smart constructor.

Instances

Instances details
Eq DeleteLanguageModel Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteLanguageModel

Read DeleteLanguageModel Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteLanguageModel

Show DeleteLanguageModel Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteLanguageModel

Generic DeleteLanguageModel Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteLanguageModel

Associated Types

type Rep DeleteLanguageModel :: Type -> Type #

NFData DeleteLanguageModel Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteLanguageModel

Methods

rnf :: DeleteLanguageModel -> () #

Hashable DeleteLanguageModel Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteLanguageModel

ToJSON DeleteLanguageModel Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteLanguageModel

AWSRequest DeleteLanguageModel Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteLanguageModel

Associated Types

type AWSResponse DeleteLanguageModel #

ToHeaders DeleteLanguageModel Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteLanguageModel

ToPath DeleteLanguageModel Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteLanguageModel

ToQuery DeleteLanguageModel Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteLanguageModel

type Rep DeleteLanguageModel Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteLanguageModel

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

Defined in Amazonka.Transcribe.DeleteLanguageModel

newDeleteLanguageModel Source #

Create a value of DeleteLanguageModel 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:modelName:DeleteLanguageModel', deleteLanguageModel_modelName - The name of the model you're choosing to delete.

data DeleteLanguageModelResponse Source #

See: newDeleteLanguageModelResponse smart constructor.

Instances

Instances details
Eq DeleteLanguageModelResponse Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteLanguageModel

Read DeleteLanguageModelResponse Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteLanguageModel

Show DeleteLanguageModelResponse Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteLanguageModel

Generic DeleteLanguageModelResponse Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteLanguageModel

Associated Types

type Rep DeleteLanguageModelResponse :: Type -> Type #

NFData DeleteLanguageModelResponse Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteLanguageModel

type Rep DeleteLanguageModelResponse Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteLanguageModel

type Rep DeleteLanguageModelResponse = D1 ('MetaData "DeleteLanguageModelResponse" "Amazonka.Transcribe.DeleteLanguageModel" "libZSservicesZSamazonka-transcribeZSamazonka-transcribe" 'False) (C1 ('MetaCons "DeleteLanguageModelResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeleteLanguageModelResponse :: DeleteLanguageModelResponse Source #

Create a value of DeleteLanguageModelResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

GetTranscriptionJob

data GetTranscriptionJob Source #

See: newGetTranscriptionJob smart constructor.

Instances

Instances details
Eq GetTranscriptionJob Source # 
Instance details

Defined in Amazonka.Transcribe.GetTranscriptionJob

Read GetTranscriptionJob Source # 
Instance details

Defined in Amazonka.Transcribe.GetTranscriptionJob

Show GetTranscriptionJob Source # 
Instance details

Defined in Amazonka.Transcribe.GetTranscriptionJob

Generic GetTranscriptionJob Source # 
Instance details

Defined in Amazonka.Transcribe.GetTranscriptionJob

Associated Types

type Rep GetTranscriptionJob :: Type -> Type #

NFData GetTranscriptionJob Source # 
Instance details

Defined in Amazonka.Transcribe.GetTranscriptionJob

Methods

rnf :: GetTranscriptionJob -> () #

Hashable GetTranscriptionJob Source # 
Instance details

Defined in Amazonka.Transcribe.GetTranscriptionJob

ToJSON GetTranscriptionJob Source # 
Instance details

Defined in Amazonka.Transcribe.GetTranscriptionJob

AWSRequest GetTranscriptionJob Source # 
Instance details

Defined in Amazonka.Transcribe.GetTranscriptionJob

Associated Types

type AWSResponse GetTranscriptionJob #

ToHeaders GetTranscriptionJob Source # 
Instance details

Defined in Amazonka.Transcribe.GetTranscriptionJob

ToPath GetTranscriptionJob Source # 
Instance details

Defined in Amazonka.Transcribe.GetTranscriptionJob

ToQuery GetTranscriptionJob Source # 
Instance details

Defined in Amazonka.Transcribe.GetTranscriptionJob

type Rep GetTranscriptionJob Source # 
Instance details

Defined in Amazonka.Transcribe.GetTranscriptionJob

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

Defined in Amazonka.Transcribe.GetTranscriptionJob

newGetTranscriptionJob Source #

Create a value of GetTranscriptionJob 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:transcriptionJobName:GetTranscriptionJob', getTranscriptionJob_transcriptionJobName - The name of the job.

data GetTranscriptionJobResponse Source #

See: newGetTranscriptionJobResponse smart constructor.

Instances

Instances details
Eq GetTranscriptionJobResponse Source # 
Instance details

Defined in Amazonka.Transcribe.GetTranscriptionJob

Read GetTranscriptionJobResponse Source # 
Instance details

Defined in Amazonka.Transcribe.GetTranscriptionJob

Show GetTranscriptionJobResponse Source # 
Instance details

Defined in Amazonka.Transcribe.GetTranscriptionJob

Generic GetTranscriptionJobResponse Source # 
Instance details

Defined in Amazonka.Transcribe.GetTranscriptionJob

Associated Types

type Rep GetTranscriptionJobResponse :: Type -> Type #

NFData GetTranscriptionJobResponse Source # 
Instance details

Defined in Amazonka.Transcribe.GetTranscriptionJob

type Rep GetTranscriptionJobResponse Source # 
Instance details

Defined in Amazonka.Transcribe.GetTranscriptionJob

type Rep GetTranscriptionJobResponse = D1 ('MetaData "GetTranscriptionJobResponse" "Amazonka.Transcribe.GetTranscriptionJob" "libZSservicesZSamazonka-transcribeZSamazonka-transcribe" 'False) (C1 ('MetaCons "GetTranscriptionJobResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "transcriptionJob") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TranscriptionJob)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newGetTranscriptionJobResponse Source #

Create a value of GetTranscriptionJobResponse 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:transcriptionJob:GetTranscriptionJobResponse', getTranscriptionJobResponse_transcriptionJob - An object that contains the results of the transcription job.

$sel:httpStatus:GetTranscriptionJobResponse', getTranscriptionJobResponse_httpStatus - The response's http status code.

StartMedicalTranscriptionJob

data StartMedicalTranscriptionJob Source #

See: newStartMedicalTranscriptionJob smart constructor.

Instances

Instances details
Eq StartMedicalTranscriptionJob Source # 
Instance details

Defined in Amazonka.Transcribe.StartMedicalTranscriptionJob

Read StartMedicalTranscriptionJob Source # 
Instance details

Defined in Amazonka.Transcribe.StartMedicalTranscriptionJob

Show StartMedicalTranscriptionJob Source # 
Instance details

Defined in Amazonka.Transcribe.StartMedicalTranscriptionJob

Generic StartMedicalTranscriptionJob Source # 
Instance details

Defined in Amazonka.Transcribe.StartMedicalTranscriptionJob

Associated Types

type Rep StartMedicalTranscriptionJob :: Type -> Type #

NFData StartMedicalTranscriptionJob Source # 
Instance details

Defined in Amazonka.Transcribe.StartMedicalTranscriptionJob

Hashable StartMedicalTranscriptionJob Source # 
Instance details

Defined in Amazonka.Transcribe.StartMedicalTranscriptionJob

ToJSON StartMedicalTranscriptionJob Source # 
Instance details

Defined in Amazonka.Transcribe.StartMedicalTranscriptionJob

AWSRequest StartMedicalTranscriptionJob Source # 
Instance details

Defined in Amazonka.Transcribe.StartMedicalTranscriptionJob

ToHeaders StartMedicalTranscriptionJob Source # 
Instance details

Defined in Amazonka.Transcribe.StartMedicalTranscriptionJob

ToPath StartMedicalTranscriptionJob Source # 
Instance details

Defined in Amazonka.Transcribe.StartMedicalTranscriptionJob

ToQuery StartMedicalTranscriptionJob Source # 
Instance details

Defined in Amazonka.Transcribe.StartMedicalTranscriptionJob

type Rep StartMedicalTranscriptionJob Source # 
Instance details

Defined in Amazonka.Transcribe.StartMedicalTranscriptionJob

type Rep StartMedicalTranscriptionJob = D1 ('MetaData "StartMedicalTranscriptionJob" "Amazonka.Transcribe.StartMedicalTranscriptionJob" "libZSservicesZSamazonka-transcribeZSamazonka-transcribe" 'False) (C1 ('MetaCons "StartMedicalTranscriptionJob'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "settings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MedicalTranscriptionSetting)) :*: (S1 ('MetaSel ('Just "mediaFormat") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MediaFormat)) :*: S1 ('MetaSel ('Just "outputEncryptionKMSKeyId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "kmsEncryptionContext") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "outputKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "contentIdentificationType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MedicalContentIdentificationType)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Tag)))))) :*: ((S1 ('MetaSel ('Just "mediaSampleRateHertz") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "medicalTranscriptionJobName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "languageCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 LanguageCode))) :*: ((S1 ('MetaSel ('Just "media") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Media) :*: S1 ('MetaSel ('Just "outputBucketName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "specialty") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Specialty) :*: S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Type))))))
type AWSResponse StartMedicalTranscriptionJob Source # 
Instance details

Defined in Amazonka.Transcribe.StartMedicalTranscriptionJob

newStartMedicalTranscriptionJob Source #

Create a value of StartMedicalTranscriptionJob 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:settings:StartMedicalTranscriptionJob', startMedicalTranscriptionJob_settings - Optional settings for the medical transcription job.

$sel:mediaFormat:StartMedicalTranscriptionJob', startMedicalTranscriptionJob_mediaFormat - The audio format of the input media file.

$sel:outputEncryptionKMSKeyId:StartMedicalTranscriptionJob', startMedicalTranscriptionJob_outputEncryptionKMSKeyId - The Amazon Resource Name (ARN) of the Amazon Web Services Key Management Service (KMS) key used to encrypt the output of the transcription job. The user calling the StartMedicalTranscriptionJob operation must have permission to use the specified KMS key.

You use either of the following to identify a KMS key in the current account:

  • KMS Key ID: "1234abcd-12ab-34cd-56ef-1234567890ab"
  • KMS Key Alias: "alias/ExampleAlias"

You can use either of the following to identify a KMS key in the current account or another account:

  • Amazon Resource Name (ARN) of a KMS key in the current account or another account: "arn:aws:kms:region:account ID:key/1234abcd-12ab-34cd-56ef-1234567890ab"
  • ARN of a KMS Key Alias: "arn:aws:kms:region:account ID:alias/ExampleAlias"

If you don't specify an encryption key, the output of the medical transcription job is encrypted with the default Amazon S3 key (SSE-S3).

If you specify a KMS key to encrypt your output, you must also specify an output location in the OutputBucketName parameter.

$sel:kmsEncryptionContext:StartMedicalTranscriptionJob', startMedicalTranscriptionJob_kmsEncryptionContext - A map of plain text, non-secret key:value pairs, known as encryption context pairs, that provide an added layer of security for your data.

$sel:outputKey:StartMedicalTranscriptionJob', startMedicalTranscriptionJob_outputKey - You can specify a location in an Amazon S3 bucket to store the output of your medical transcription job.

If you don't specify an output key, Amazon Transcribe Medical stores the output of your transcription job in the Amazon S3 bucket you specified. By default, the object key is "your-transcription-job-name.json".

You can use output keys to specify the Amazon S3 prefix and file name of the transcription output. For example, specifying the Amazon S3 prefix, "folder1/folder2/", as an output key would lead to the output being stored as "folder1/folder2/your-transcription-job-name.json". If you specify "my-other-job-name.json" as the output key, the object key is changed to "my-other-job-name.json". You can use an output key to change both the prefix and the file name, for example "folder/my-other-job-name.json".

If you specify an output key, you must also specify an S3 bucket in the OutputBucketName parameter.

$sel:contentIdentificationType:StartMedicalTranscriptionJob', startMedicalTranscriptionJob_contentIdentificationType - You can configure Amazon Transcribe Medical to label content in the transcription output. If you specify PHI, Amazon Transcribe Medical labels the personal health information (PHI) that it identifies in the transcription output.

$sel:tags:StartMedicalTranscriptionJob', startMedicalTranscriptionJob_tags - Add tags to an Amazon Transcribe medical transcription job.

$sel:mediaSampleRateHertz:StartMedicalTranscriptionJob', startMedicalTranscriptionJob_mediaSampleRateHertz - The sample rate, in Hertz, of the audio track in the input media file.

If you do not specify the media sample rate, Amazon Transcribe Medical determines the sample rate. If you specify the sample rate, it must match the rate detected by Amazon Transcribe Medical. In most cases, you should leave the MediaSampleRateHertz field blank and let Amazon Transcribe Medical determine the sample rate.

$sel:medicalTranscriptionJobName:StartMedicalTranscriptionJob', startMedicalTranscriptionJob_medicalTranscriptionJobName - The name of the medical transcription job. You can't use the strings "." or ".." by themselves as the job name. The name must also be unique within an Amazon Web Services account. If you try to create a medical transcription job with the same name as a previous medical transcription job, you get a ConflictException error.

$sel:languageCode:StartMedicalTranscriptionJob', startMedicalTranscriptionJob_languageCode - The language code for the language spoken in the input media file. US English (en-US) is the valid value for medical transcription jobs. Any other value you enter for language code results in a BadRequestException error.

$sel:media:StartMedicalTranscriptionJob', startMedicalTranscriptionJob_media - Undocumented member.

$sel:outputBucketName:StartMedicalTranscriptionJob', startMedicalTranscriptionJob_outputBucketName - The Amazon S3 location where the transcription is stored.

You must set OutputBucketName for Amazon Transcribe Medical to store the transcription results. Your transcript appears in the S3 location you specify. When you call the GetMedicalTranscriptionJob, the operation returns this location in the TranscriptFileUri field. The S3 bucket must have permissions that allow Amazon Transcribe Medical to put files in the bucket. For more information, see Permissions Required for IAM User Roles.

You can specify an Amazon Web Services Key Management Service (KMS) key to encrypt the output of your transcription using the OutputEncryptionKMSKeyId parameter. If you don't specify a KMS key, Amazon Transcribe Medical uses the default Amazon S3 key for server-side encryption of transcripts that are placed in your S3 bucket.

$sel:specialty:StartMedicalTranscriptionJob', startMedicalTranscriptionJob_specialty - The medical specialty of any clinician speaking in the input media.

$sel:type':StartMedicalTranscriptionJob', startMedicalTranscriptionJob_type - The type of speech in the input audio. CONVERSATION refers to conversations between two or more speakers, e.g., a conversations between doctors and patients. DICTATION refers to single-speaker dictated speech, such as clinical notes.

data StartMedicalTranscriptionJobResponse Source #

Instances

Instances details
Eq StartMedicalTranscriptionJobResponse Source # 
Instance details

Defined in Amazonka.Transcribe.StartMedicalTranscriptionJob

Read StartMedicalTranscriptionJobResponse Source # 
Instance details

Defined in Amazonka.Transcribe.StartMedicalTranscriptionJob

Show StartMedicalTranscriptionJobResponse Source # 
Instance details

Defined in Amazonka.Transcribe.StartMedicalTranscriptionJob

Generic StartMedicalTranscriptionJobResponse Source # 
Instance details

Defined in Amazonka.Transcribe.StartMedicalTranscriptionJob

NFData StartMedicalTranscriptionJobResponse Source # 
Instance details

Defined in Amazonka.Transcribe.StartMedicalTranscriptionJob

type Rep StartMedicalTranscriptionJobResponse Source # 
Instance details

Defined in Amazonka.Transcribe.StartMedicalTranscriptionJob

type Rep StartMedicalTranscriptionJobResponse = D1 ('MetaData "StartMedicalTranscriptionJobResponse" "Amazonka.Transcribe.StartMedicalTranscriptionJob" "libZSservicesZSamazonka-transcribeZSamazonka-transcribe" 'False) (C1 ('MetaCons "StartMedicalTranscriptionJobResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "medicalTranscriptionJob") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MedicalTranscriptionJob)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newStartMedicalTranscriptionJobResponse Source #

Create a value of StartMedicalTranscriptionJobResponse 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:medicalTranscriptionJob:StartMedicalTranscriptionJobResponse', startMedicalTranscriptionJobResponse_medicalTranscriptionJob - A batch job submitted to transcribe medical speech to text.

$sel:httpStatus:StartMedicalTranscriptionJobResponse', startMedicalTranscriptionJobResponse_httpStatus - The response's http status code.

ListCallAnalyticsJobs

data ListCallAnalyticsJobs Source #

See: newListCallAnalyticsJobs smart constructor.

Instances

Instances details
Eq ListCallAnalyticsJobs Source # 
Instance details

Defined in Amazonka.Transcribe.ListCallAnalyticsJobs

Read ListCallAnalyticsJobs Source # 
Instance details

Defined in Amazonka.Transcribe.ListCallAnalyticsJobs

Show ListCallAnalyticsJobs Source # 
Instance details

Defined in Amazonka.Transcribe.ListCallAnalyticsJobs

Generic ListCallAnalyticsJobs Source # 
Instance details

Defined in Amazonka.Transcribe.ListCallAnalyticsJobs

Associated Types

type Rep ListCallAnalyticsJobs :: Type -> Type #

NFData ListCallAnalyticsJobs Source # 
Instance details

Defined in Amazonka.Transcribe.ListCallAnalyticsJobs

Methods

rnf :: ListCallAnalyticsJobs -> () #

Hashable ListCallAnalyticsJobs Source # 
Instance details

Defined in Amazonka.Transcribe.ListCallAnalyticsJobs

ToJSON ListCallAnalyticsJobs Source # 
Instance details

Defined in Amazonka.Transcribe.ListCallAnalyticsJobs

AWSRequest ListCallAnalyticsJobs Source # 
Instance details

Defined in Amazonka.Transcribe.ListCallAnalyticsJobs

Associated Types

type AWSResponse ListCallAnalyticsJobs #

ToHeaders ListCallAnalyticsJobs Source # 
Instance details

Defined in Amazonka.Transcribe.ListCallAnalyticsJobs

ToPath ListCallAnalyticsJobs Source # 
Instance details

Defined in Amazonka.Transcribe.ListCallAnalyticsJobs

ToQuery ListCallAnalyticsJobs Source # 
Instance details

Defined in Amazonka.Transcribe.ListCallAnalyticsJobs

type Rep ListCallAnalyticsJobs Source # 
Instance details

Defined in Amazonka.Transcribe.ListCallAnalyticsJobs

type Rep ListCallAnalyticsJobs = D1 ('MetaData "ListCallAnalyticsJobs" "Amazonka.Transcribe.ListCallAnalyticsJobs" "libZSservicesZSamazonka-transcribeZSamazonka-transcribe" 'False) (C1 ('MetaCons "ListCallAnalyticsJobs'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CallAnalyticsJobStatus)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "jobNameContains") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)))))
type AWSResponse ListCallAnalyticsJobs Source # 
Instance details

Defined in Amazonka.Transcribe.ListCallAnalyticsJobs

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.

data ListCallAnalyticsJobsResponse Source #

See: newListCallAnalyticsJobsResponse smart constructor.

Instances

Instances details
Eq ListCallAnalyticsJobsResponse Source # 
Instance details

Defined in Amazonka.Transcribe.ListCallAnalyticsJobs

Read ListCallAnalyticsJobsResponse Source # 
Instance details

Defined in Amazonka.Transcribe.ListCallAnalyticsJobs

Show ListCallAnalyticsJobsResponse Source # 
Instance details

Defined in Amazonka.Transcribe.ListCallAnalyticsJobs

Generic ListCallAnalyticsJobsResponse Source # 
Instance details

Defined in Amazonka.Transcribe.ListCallAnalyticsJobs

Associated Types

type Rep ListCallAnalyticsJobsResponse :: Type -> Type #

NFData ListCallAnalyticsJobsResponse Source # 
Instance details

Defined in Amazonka.Transcribe.ListCallAnalyticsJobs

type Rep ListCallAnalyticsJobsResponse Source # 
Instance details

Defined in Amazonka.Transcribe.ListCallAnalyticsJobs

type Rep ListCallAnalyticsJobsResponse = D1 ('MetaData "ListCallAnalyticsJobsResponse" "Amazonka.Transcribe.ListCallAnalyticsJobs" "libZSservicesZSamazonka-transcribeZSamazonka-transcribe" 'False) (C1 ('MetaCons "ListCallAnalyticsJobsResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CallAnalyticsJobStatus)) :*: S1 ('MetaSel ('Just "callAnalyticsJobSummaries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [CallAnalyticsJobSummary]))) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

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.

ListTagsForResource

data ListTagsForResource Source #

See: newListTagsForResource smart constructor.

Instances

Instances details
Eq ListTagsForResource Source # 
Instance details

Defined in Amazonka.Transcribe.ListTagsForResource

Read ListTagsForResource Source # 
Instance details

Defined in Amazonka.Transcribe.ListTagsForResource

Show ListTagsForResource Source # 
Instance details

Defined in Amazonka.Transcribe.ListTagsForResource

Generic ListTagsForResource Source # 
Instance details

Defined in Amazonka.Transcribe.ListTagsForResource

Associated Types

type Rep ListTagsForResource :: Type -> Type #

NFData ListTagsForResource Source # 
Instance details

Defined in Amazonka.Transcribe.ListTagsForResource

Methods

rnf :: ListTagsForResource -> () #

Hashable ListTagsForResource Source # 
Instance details

Defined in Amazonka.Transcribe.ListTagsForResource

ToJSON ListTagsForResource Source # 
Instance details

Defined in Amazonka.Transcribe.ListTagsForResource

AWSRequest ListTagsForResource Source # 
Instance details

Defined in Amazonka.Transcribe.ListTagsForResource

Associated Types

type AWSResponse ListTagsForResource #

ToHeaders ListTagsForResource Source # 
Instance details

Defined in Amazonka.Transcribe.ListTagsForResource

ToPath ListTagsForResource Source # 
Instance details

Defined in Amazonka.Transcribe.ListTagsForResource

ToQuery ListTagsForResource Source # 
Instance details

Defined in Amazonka.Transcribe.ListTagsForResource

type Rep ListTagsForResource Source # 
Instance details

Defined in Amazonka.Transcribe.ListTagsForResource

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

Defined in Amazonka.Transcribe.ListTagsForResource

newListTagsForResource Source #

Create a value of ListTagsForResource 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:resourceArn:ListTagsForResource', listTagsForResource_resourceArn - Lists all tags associated with a given Amazon Resource Name (ARN).

data ListTagsForResourceResponse Source #

See: newListTagsForResourceResponse smart constructor.

Instances

Instances details
Eq ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.Transcribe.ListTagsForResource

Read ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.Transcribe.ListTagsForResource

Show ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.Transcribe.ListTagsForResource

Generic ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.Transcribe.ListTagsForResource

Associated Types

type Rep ListTagsForResourceResponse :: Type -> Type #

NFData ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.Transcribe.ListTagsForResource

type Rep ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.Transcribe.ListTagsForResource

type Rep ListTagsForResourceResponse = D1 ('MetaData "ListTagsForResourceResponse" "Amazonka.Transcribe.ListTagsForResource" "libZSservicesZSamazonka-transcribeZSamazonka-transcribe" 'False) (C1 ('MetaCons "ListTagsForResourceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Tag))) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListTagsForResourceResponse Source #

Create a value of ListTagsForResourceResponse 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:resourceArn:ListTagsForResource', listTagsForResourceResponse_resourceArn - Lists all tags associated with the given Amazon Resource Name (ARN).

$sel:tags:ListTagsForResourceResponse', listTagsForResourceResponse_tags - Lists all tags associated with the given transcription job, vocabulary, or resource.

$sel:httpStatus:ListTagsForResourceResponse', listTagsForResourceResponse_httpStatus - The response's http status code.

GetCallAnalyticsCategory

data GetCallAnalyticsCategory Source #

See: newGetCallAnalyticsCategory smart constructor.

Instances

Instances details
Eq GetCallAnalyticsCategory Source # 
Instance details

Defined in Amazonka.Transcribe.GetCallAnalyticsCategory

Read GetCallAnalyticsCategory Source # 
Instance details

Defined in Amazonka.Transcribe.GetCallAnalyticsCategory

Show GetCallAnalyticsCategory Source # 
Instance details

Defined in Amazonka.Transcribe.GetCallAnalyticsCategory

Generic GetCallAnalyticsCategory Source # 
Instance details

Defined in Amazonka.Transcribe.GetCallAnalyticsCategory

Associated Types

type Rep GetCallAnalyticsCategory :: Type -> Type #

NFData GetCallAnalyticsCategory Source # 
Instance details

Defined in Amazonka.Transcribe.GetCallAnalyticsCategory

Hashable GetCallAnalyticsCategory Source # 
Instance details

Defined in Amazonka.Transcribe.GetCallAnalyticsCategory

ToJSON GetCallAnalyticsCategory Source # 
Instance details

Defined in Amazonka.Transcribe.GetCallAnalyticsCategory

AWSRequest GetCallAnalyticsCategory Source # 
Instance details

Defined in Amazonka.Transcribe.GetCallAnalyticsCategory

ToHeaders GetCallAnalyticsCategory Source # 
Instance details

Defined in Amazonka.Transcribe.GetCallAnalyticsCategory

ToPath GetCallAnalyticsCategory Source # 
Instance details

Defined in Amazonka.Transcribe.GetCallAnalyticsCategory

ToQuery GetCallAnalyticsCategory Source # 
Instance details

Defined in Amazonka.Transcribe.GetCallAnalyticsCategory

type Rep GetCallAnalyticsCategory Source # 
Instance details

Defined in Amazonka.Transcribe.GetCallAnalyticsCategory

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

Defined in Amazonka.Transcribe.GetCallAnalyticsCategory

newGetCallAnalyticsCategory Source #

Create a value of GetCallAnalyticsCategory 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:categoryName:GetCallAnalyticsCategory', getCallAnalyticsCategory_categoryName - The name of the category you want information about. This value is case sensitive.

data GetCallAnalyticsCategoryResponse Source #

See: newGetCallAnalyticsCategoryResponse smart constructor.

Instances

Instances details
Eq GetCallAnalyticsCategoryResponse Source # 
Instance details

Defined in Amazonka.Transcribe.GetCallAnalyticsCategory

Read GetCallAnalyticsCategoryResponse Source # 
Instance details

Defined in Amazonka.Transcribe.GetCallAnalyticsCategory

Show GetCallAnalyticsCategoryResponse Source # 
Instance details

Defined in Amazonka.Transcribe.GetCallAnalyticsCategory

Generic GetCallAnalyticsCategoryResponse Source # 
Instance details

Defined in Amazonka.Transcribe.GetCallAnalyticsCategory

Associated Types

type Rep GetCallAnalyticsCategoryResponse :: Type -> Type #

NFData GetCallAnalyticsCategoryResponse Source # 
Instance details

Defined in Amazonka.Transcribe.GetCallAnalyticsCategory

type Rep GetCallAnalyticsCategoryResponse Source # 
Instance details

Defined in Amazonka.Transcribe.GetCallAnalyticsCategory

type Rep GetCallAnalyticsCategoryResponse = D1 ('MetaData "GetCallAnalyticsCategoryResponse" "Amazonka.Transcribe.GetCallAnalyticsCategory" "libZSservicesZSamazonka-transcribeZSamazonka-transcribe" 'False) (C1 ('MetaCons "GetCallAnalyticsCategoryResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "categoryProperties") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CategoryProperties)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newGetCallAnalyticsCategoryResponse Source #

Create a value of GetCallAnalyticsCategoryResponse 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:categoryProperties:GetCallAnalyticsCategoryResponse', getCallAnalyticsCategoryResponse_categoryProperties - The rules you've defined for a category.

$sel:httpStatus:GetCallAnalyticsCategoryResponse', getCallAnalyticsCategoryResponse_httpStatus - The response's http status code.

DeleteMedicalVocabulary

data DeleteMedicalVocabulary Source #

See: newDeleteMedicalVocabulary smart constructor.

Instances

Instances details
Eq DeleteMedicalVocabulary Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteMedicalVocabulary

Read DeleteMedicalVocabulary Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteMedicalVocabulary

Show DeleteMedicalVocabulary Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteMedicalVocabulary

Generic DeleteMedicalVocabulary Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteMedicalVocabulary

Associated Types

type Rep DeleteMedicalVocabulary :: Type -> Type #

NFData DeleteMedicalVocabulary Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteMedicalVocabulary

Methods

rnf :: DeleteMedicalVocabulary -> () #

Hashable DeleteMedicalVocabulary Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteMedicalVocabulary

ToJSON DeleteMedicalVocabulary Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteMedicalVocabulary

AWSRequest DeleteMedicalVocabulary Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteMedicalVocabulary

ToHeaders DeleteMedicalVocabulary Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteMedicalVocabulary

ToPath DeleteMedicalVocabulary Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteMedicalVocabulary

ToQuery DeleteMedicalVocabulary Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteMedicalVocabulary

type Rep DeleteMedicalVocabulary Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteMedicalVocabulary

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

Defined in Amazonka.Transcribe.DeleteMedicalVocabulary

newDeleteMedicalVocabulary Source #

Create a value of DeleteMedicalVocabulary 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:vocabularyName:DeleteMedicalVocabulary', deleteMedicalVocabulary_vocabularyName - The name of the vocabulary that you want to delete.

data DeleteMedicalVocabularyResponse Source #

See: newDeleteMedicalVocabularyResponse smart constructor.

Instances

Instances details
Eq DeleteMedicalVocabularyResponse Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteMedicalVocabulary

Read DeleteMedicalVocabularyResponse Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteMedicalVocabulary

Show DeleteMedicalVocabularyResponse Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteMedicalVocabulary

Generic DeleteMedicalVocabularyResponse Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteMedicalVocabulary

Associated Types

type Rep DeleteMedicalVocabularyResponse :: Type -> Type #

NFData DeleteMedicalVocabularyResponse Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteMedicalVocabulary

type Rep DeleteMedicalVocabularyResponse Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteMedicalVocabulary

type Rep DeleteMedicalVocabularyResponse = D1 ('MetaData "DeleteMedicalVocabularyResponse" "Amazonka.Transcribe.DeleteMedicalVocabulary" "libZSservicesZSamazonka-transcribeZSamazonka-transcribe" 'False) (C1 ('MetaCons "DeleteMedicalVocabularyResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeleteMedicalVocabularyResponse :: DeleteMedicalVocabularyResponse Source #

Create a value of DeleteMedicalVocabularyResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

UpdateMedicalVocabulary

data UpdateMedicalVocabulary Source #

See: newUpdateMedicalVocabulary smart constructor.

Instances

Instances details
Eq UpdateMedicalVocabulary Source # 
Instance details

Defined in Amazonka.Transcribe.UpdateMedicalVocabulary

Read UpdateMedicalVocabulary Source # 
Instance details

Defined in Amazonka.Transcribe.UpdateMedicalVocabulary

Show UpdateMedicalVocabulary Source # 
Instance details

Defined in Amazonka.Transcribe.UpdateMedicalVocabulary

Generic UpdateMedicalVocabulary Source # 
Instance details

Defined in Amazonka.Transcribe.UpdateMedicalVocabulary

Associated Types

type Rep UpdateMedicalVocabulary :: Type -> Type #

NFData UpdateMedicalVocabulary Source # 
Instance details

Defined in Amazonka.Transcribe.UpdateMedicalVocabulary

Methods

rnf :: UpdateMedicalVocabulary -> () #

Hashable UpdateMedicalVocabulary Source # 
Instance details

Defined in Amazonka.Transcribe.UpdateMedicalVocabulary

ToJSON UpdateMedicalVocabulary Source # 
Instance details

Defined in Amazonka.Transcribe.UpdateMedicalVocabulary

AWSRequest UpdateMedicalVocabulary Source # 
Instance details

Defined in Amazonka.Transcribe.UpdateMedicalVocabulary

ToHeaders UpdateMedicalVocabulary Source # 
Instance details

Defined in Amazonka.Transcribe.UpdateMedicalVocabulary

ToPath UpdateMedicalVocabulary Source # 
Instance details

Defined in Amazonka.Transcribe.UpdateMedicalVocabulary

ToQuery UpdateMedicalVocabulary Source # 
Instance details

Defined in Amazonka.Transcribe.UpdateMedicalVocabulary

type Rep UpdateMedicalVocabulary Source # 
Instance details

Defined in Amazonka.Transcribe.UpdateMedicalVocabulary

type Rep UpdateMedicalVocabulary = D1 ('MetaData "UpdateMedicalVocabulary" "Amazonka.Transcribe.UpdateMedicalVocabulary" "libZSservicesZSamazonka-transcribeZSamazonka-transcribe" 'False) (C1 ('MetaCons "UpdateMedicalVocabulary'" 'PrefixI 'True) (S1 ('MetaSel ('Just "vocabularyFileUri") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "vocabularyName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "languageCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 LanguageCode))))
type AWSResponse UpdateMedicalVocabulary Source # 
Instance details

Defined in Amazonka.Transcribe.UpdateMedicalVocabulary

newUpdateMedicalVocabulary Source #

Create a value of UpdateMedicalVocabulary 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:vocabularyFileUri:UpdateMedicalVocabulary', updateMedicalVocabulary_vocabularyFileUri - The location in Amazon S3 of the text file that contains your custom vocabulary. The URI must be in the same Amazon Web Services Region as the resource that you are calling. The following is the format for a URI:

 https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>

For example:

https://s3.us-east-1.amazonaws.com/AWSDOC-EXAMPLE-BUCKET/vocab.txt

For more information about Amazon S3 object names, see Object Keys in the Amazon S3 Developer Guide.

For more information about custom vocabularies in Amazon Transcribe Medical, see Medical Custom Vocabularies.

$sel:vocabularyName:UpdateMedicalVocabulary', updateMedicalVocabulary_vocabularyName - The name of the vocabulary to update. The name is case sensitive. If you try to update a vocabulary with the same name as a vocabulary you've already made, you get a ConflictException error.

$sel:languageCode:UpdateMedicalVocabulary', updateMedicalVocabulary_languageCode - The language code of the language used for the entries in the updated vocabulary. US English (en-US) is the only valid language code in Amazon Transcribe Medical.

data UpdateMedicalVocabularyResponse Source #

See: newUpdateMedicalVocabularyResponse smart constructor.

Instances

Instances details
Eq UpdateMedicalVocabularyResponse Source # 
Instance details

Defined in Amazonka.Transcribe.UpdateMedicalVocabulary

Read UpdateMedicalVocabularyResponse Source # 
Instance details

Defined in Amazonka.Transcribe.UpdateMedicalVocabulary

Show UpdateMedicalVocabularyResponse Source # 
Instance details

Defined in Amazonka.Transcribe.UpdateMedicalVocabulary

Generic UpdateMedicalVocabularyResponse Source # 
Instance details

Defined in Amazonka.Transcribe.UpdateMedicalVocabulary

Associated Types

type Rep UpdateMedicalVocabularyResponse :: Type -> Type #

NFData UpdateMedicalVocabularyResponse Source # 
Instance details

Defined in Amazonka.Transcribe.UpdateMedicalVocabulary

type Rep UpdateMedicalVocabularyResponse Source # 
Instance details

Defined in Amazonka.Transcribe.UpdateMedicalVocabulary

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

newUpdateMedicalVocabularyResponse Source #

Create a value of UpdateMedicalVocabularyResponse 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:UpdateMedicalVocabulary', updateMedicalVocabularyResponse_languageCode - The language code for the language of the text file used to update the custom vocabulary. US English (en-US) is the only language supported in Amazon Transcribe Medical.

$sel:vocabularyName:UpdateMedicalVocabulary', updateMedicalVocabularyResponse_vocabularyName - The name of the updated vocabulary.

$sel:lastModifiedTime:UpdateMedicalVocabularyResponse', updateMedicalVocabularyResponse_lastModifiedTime - The date and time that the vocabulary was updated.

$sel:vocabularyState:UpdateMedicalVocabularyResponse', updateMedicalVocabularyResponse_vocabularyState - The processing state of the update to the vocabulary. When the VocabularyState field is READY, the vocabulary is ready to be used in a StartMedicalTranscriptionJob request.

$sel:httpStatus:UpdateMedicalVocabularyResponse', updateMedicalVocabularyResponse_httpStatus - The response's http status code.

CreateCallAnalyticsCategory

data CreateCallAnalyticsCategory Source #

See: newCreateCallAnalyticsCategory smart constructor.

Instances

Instances details
Eq CreateCallAnalyticsCategory Source # 
Instance details

Defined in Amazonka.Transcribe.CreateCallAnalyticsCategory

Read CreateCallAnalyticsCategory Source # 
Instance details

Defined in Amazonka.Transcribe.CreateCallAnalyticsCategory

Show CreateCallAnalyticsCategory Source # 
Instance details

Defined in Amazonka.Transcribe.CreateCallAnalyticsCategory

Generic CreateCallAnalyticsCategory Source # 
Instance details

Defined in Amazonka.Transcribe.CreateCallAnalyticsCategory

Associated Types

type Rep CreateCallAnalyticsCategory :: Type -> Type #

NFData CreateCallAnalyticsCategory Source # 
Instance details

Defined in Amazonka.Transcribe.CreateCallAnalyticsCategory

Hashable CreateCallAnalyticsCategory Source # 
Instance details

Defined in Amazonka.Transcribe.CreateCallAnalyticsCategory

ToJSON CreateCallAnalyticsCategory Source # 
Instance details

Defined in Amazonka.Transcribe.CreateCallAnalyticsCategory

AWSRequest CreateCallAnalyticsCategory Source # 
Instance details

Defined in Amazonka.Transcribe.CreateCallAnalyticsCategory

ToHeaders CreateCallAnalyticsCategory Source # 
Instance details

Defined in Amazonka.Transcribe.CreateCallAnalyticsCategory

ToPath CreateCallAnalyticsCategory Source # 
Instance details

Defined in Amazonka.Transcribe.CreateCallAnalyticsCategory

ToQuery CreateCallAnalyticsCategory Source # 
Instance details

Defined in Amazonka.Transcribe.CreateCallAnalyticsCategory

type Rep CreateCallAnalyticsCategory Source # 
Instance details

Defined in Amazonka.Transcribe.CreateCallAnalyticsCategory

type Rep CreateCallAnalyticsCategory = D1 ('MetaData "CreateCallAnalyticsCategory" "Amazonka.Transcribe.CreateCallAnalyticsCategory" "libZSservicesZSamazonka-transcribeZSamazonka-transcribe" 'False) (C1 ('MetaCons "CreateCallAnalyticsCategory'" 'PrefixI 'True) (S1 ('MetaSel ('Just "categoryName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "rules") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty Rule))))
type AWSResponse CreateCallAnalyticsCategory Source # 
Instance details

Defined in Amazonka.Transcribe.CreateCallAnalyticsCategory

newCreateCallAnalyticsCategory Source #

Create a value of CreateCallAnalyticsCategory 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:categoryName:CreateCallAnalyticsCategory', createCallAnalyticsCategory_categoryName - The name that you choose for your category when you create it.

$sel:rules:CreateCallAnalyticsCategory', createCallAnalyticsCategory_rules - To create a category, you must specify between 1 and 20 rules. For each rule, you specify a filter to be applied to the attributes of the call. For example, you can specify a sentiment filter to detect if the customer's sentiment was negative or neutral.

data CreateCallAnalyticsCategoryResponse Source #

Instances

Instances details
Eq CreateCallAnalyticsCategoryResponse Source # 
Instance details

Defined in Amazonka.Transcribe.CreateCallAnalyticsCategory

Read CreateCallAnalyticsCategoryResponse Source # 
Instance details

Defined in Amazonka.Transcribe.CreateCallAnalyticsCategory

Show CreateCallAnalyticsCategoryResponse Source # 
Instance details

Defined in Amazonka.Transcribe.CreateCallAnalyticsCategory

Generic CreateCallAnalyticsCategoryResponse Source # 
Instance details

Defined in Amazonka.Transcribe.CreateCallAnalyticsCategory

NFData CreateCallAnalyticsCategoryResponse Source # 
Instance details

Defined in Amazonka.Transcribe.CreateCallAnalyticsCategory

type Rep CreateCallAnalyticsCategoryResponse Source # 
Instance details

Defined in Amazonka.Transcribe.CreateCallAnalyticsCategory

type Rep CreateCallAnalyticsCategoryResponse = D1 ('MetaData "CreateCallAnalyticsCategoryResponse" "Amazonka.Transcribe.CreateCallAnalyticsCategory" "libZSservicesZSamazonka-transcribeZSamazonka-transcribe" 'False) (C1 ('MetaCons "CreateCallAnalyticsCategoryResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "categoryProperties") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CategoryProperties)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCreateCallAnalyticsCategoryResponse Source #

Create a value of CreateCallAnalyticsCategoryResponse 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:categoryProperties:CreateCallAnalyticsCategoryResponse', createCallAnalyticsCategoryResponse_categoryProperties - The rules and associated metadata used to create a category.

$sel:httpStatus:CreateCallAnalyticsCategoryResponse', createCallAnalyticsCategoryResponse_httpStatus - The response's http status code.

DeleteTranscriptionJob

data DeleteTranscriptionJob Source #

See: newDeleteTranscriptionJob smart constructor.

Instances

Instances details
Eq DeleteTranscriptionJob Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteTranscriptionJob

Read DeleteTranscriptionJob Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteTranscriptionJob

Show DeleteTranscriptionJob Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteTranscriptionJob

Generic DeleteTranscriptionJob Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteTranscriptionJob

Associated Types

type Rep DeleteTranscriptionJob :: Type -> Type #

NFData DeleteTranscriptionJob Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteTranscriptionJob

Methods

rnf :: DeleteTranscriptionJob -> () #

Hashable DeleteTranscriptionJob Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteTranscriptionJob

ToJSON DeleteTranscriptionJob Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteTranscriptionJob

AWSRequest DeleteTranscriptionJob Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteTranscriptionJob

Associated Types

type AWSResponse DeleteTranscriptionJob #

ToHeaders DeleteTranscriptionJob Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteTranscriptionJob

ToPath DeleteTranscriptionJob Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteTranscriptionJob

ToQuery DeleteTranscriptionJob Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteTranscriptionJob

type Rep DeleteTranscriptionJob Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteTranscriptionJob

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

Defined in Amazonka.Transcribe.DeleteTranscriptionJob

newDeleteTranscriptionJob Source #

Create a value of DeleteTranscriptionJob 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:transcriptionJobName:DeleteTranscriptionJob', deleteTranscriptionJob_transcriptionJobName - The name of the transcription job to be deleted.

data DeleteTranscriptionJobResponse Source #

See: newDeleteTranscriptionJobResponse smart constructor.

Instances

Instances details
Eq DeleteTranscriptionJobResponse Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteTranscriptionJob

Read DeleteTranscriptionJobResponse Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteTranscriptionJob

Show DeleteTranscriptionJobResponse Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteTranscriptionJob

Generic DeleteTranscriptionJobResponse Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteTranscriptionJob

Associated Types

type Rep DeleteTranscriptionJobResponse :: Type -> Type #

NFData DeleteTranscriptionJobResponse Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteTranscriptionJob

type Rep DeleteTranscriptionJobResponse Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteTranscriptionJob

type Rep DeleteTranscriptionJobResponse = D1 ('MetaData "DeleteTranscriptionJobResponse" "Amazonka.Transcribe.DeleteTranscriptionJob" "libZSservicesZSamazonka-transcribeZSamazonka-transcribe" 'False) (C1 ('MetaCons "DeleteTranscriptionJobResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeleteTranscriptionJobResponse :: DeleteTranscriptionJobResponse Source #

Create a value of DeleteTranscriptionJobResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

DescribeLanguageModel

data DescribeLanguageModel Source #

See: newDescribeLanguageModel smart constructor.

Instances

Instances details
Eq DescribeLanguageModel Source # 
Instance details

Defined in Amazonka.Transcribe.DescribeLanguageModel

Read DescribeLanguageModel Source # 
Instance details

Defined in Amazonka.Transcribe.DescribeLanguageModel

Show DescribeLanguageModel Source # 
Instance details

Defined in Amazonka.Transcribe.DescribeLanguageModel

Generic DescribeLanguageModel Source # 
Instance details

Defined in Amazonka.Transcribe.DescribeLanguageModel

Associated Types

type Rep DescribeLanguageModel :: Type -> Type #

NFData DescribeLanguageModel Source # 
Instance details

Defined in Amazonka.Transcribe.DescribeLanguageModel

Methods

rnf :: DescribeLanguageModel -> () #

Hashable DescribeLanguageModel Source # 
Instance details

Defined in Amazonka.Transcribe.DescribeLanguageModel

ToJSON DescribeLanguageModel Source # 
Instance details

Defined in Amazonka.Transcribe.DescribeLanguageModel

AWSRequest DescribeLanguageModel Source # 
Instance details

Defined in Amazonka.Transcribe.DescribeLanguageModel

Associated Types

type AWSResponse DescribeLanguageModel #

ToHeaders DescribeLanguageModel Source # 
Instance details

Defined in Amazonka.Transcribe.DescribeLanguageModel

ToPath DescribeLanguageModel Source # 
Instance details

Defined in Amazonka.Transcribe.DescribeLanguageModel

ToQuery DescribeLanguageModel Source # 
Instance details

Defined in Amazonka.Transcribe.DescribeLanguageModel

type Rep DescribeLanguageModel Source # 
Instance details

Defined in Amazonka.Transcribe.DescribeLanguageModel

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

Defined in Amazonka.Transcribe.DescribeLanguageModel

newDescribeLanguageModel Source #

Create a value of DescribeLanguageModel 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:modelName:DescribeLanguageModel', describeLanguageModel_modelName - The name of the custom language model you submit to get more information.

data DescribeLanguageModelResponse Source #

See: newDescribeLanguageModelResponse smart constructor.

Instances

Instances details
Eq DescribeLanguageModelResponse Source # 
Instance details

Defined in Amazonka.Transcribe.DescribeLanguageModel

Read DescribeLanguageModelResponse Source # 
Instance details

Defined in Amazonka.Transcribe.DescribeLanguageModel

Show DescribeLanguageModelResponse Source # 
Instance details

Defined in Amazonka.Transcribe.DescribeLanguageModel

Generic DescribeLanguageModelResponse Source # 
Instance details

Defined in Amazonka.Transcribe.DescribeLanguageModel

Associated Types

type Rep DescribeLanguageModelResponse :: Type -> Type #

NFData DescribeLanguageModelResponse Source # 
Instance details

Defined in Amazonka.Transcribe.DescribeLanguageModel

type Rep DescribeLanguageModelResponse Source # 
Instance details

Defined in Amazonka.Transcribe.DescribeLanguageModel

type Rep DescribeLanguageModelResponse = D1 ('MetaData "DescribeLanguageModelResponse" "Amazonka.Transcribe.DescribeLanguageModel" "libZSservicesZSamazonka-transcribeZSamazonka-transcribe" 'False) (C1 ('MetaCons "DescribeLanguageModelResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "languageModel") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LanguageModel)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDescribeLanguageModelResponse Source #

Create a value of DescribeLanguageModelResponse 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:languageModel:DescribeLanguageModelResponse', describeLanguageModelResponse_languageModel - The name of the custom language model you requested more information about.

$sel:httpStatus:DescribeLanguageModelResponse', describeLanguageModelResponse_httpStatus - The response's http status code.

ListCallAnalyticsCategories

data ListCallAnalyticsCategories Source #

See: newListCallAnalyticsCategories smart constructor.

Instances

Instances details
Eq ListCallAnalyticsCategories Source # 
Instance details

Defined in Amazonka.Transcribe.ListCallAnalyticsCategories

Read ListCallAnalyticsCategories Source # 
Instance details

Defined in Amazonka.Transcribe.ListCallAnalyticsCategories

Show ListCallAnalyticsCategories Source # 
Instance details

Defined in Amazonka.Transcribe.ListCallAnalyticsCategories

Generic ListCallAnalyticsCategories Source # 
Instance details

Defined in Amazonka.Transcribe.ListCallAnalyticsCategories

Associated Types

type Rep ListCallAnalyticsCategories :: Type -> Type #

NFData ListCallAnalyticsCategories Source # 
Instance details

Defined in Amazonka.Transcribe.ListCallAnalyticsCategories

Hashable ListCallAnalyticsCategories Source # 
Instance details

Defined in Amazonka.Transcribe.ListCallAnalyticsCategories

ToJSON ListCallAnalyticsCategories Source # 
Instance details

Defined in Amazonka.Transcribe.ListCallAnalyticsCategories

AWSRequest ListCallAnalyticsCategories Source # 
Instance details

Defined in Amazonka.Transcribe.ListCallAnalyticsCategories

ToHeaders ListCallAnalyticsCategories Source # 
Instance details

Defined in Amazonka.Transcribe.ListCallAnalyticsCategories

ToPath ListCallAnalyticsCategories Source # 
Instance details

Defined in Amazonka.Transcribe.ListCallAnalyticsCategories

ToQuery ListCallAnalyticsCategories Source # 
Instance details

Defined in Amazonka.Transcribe.ListCallAnalyticsCategories

type Rep ListCallAnalyticsCategories Source # 
Instance details

Defined in Amazonka.Transcribe.ListCallAnalyticsCategories

type Rep ListCallAnalyticsCategories = D1 ('MetaData "ListCallAnalyticsCategories" "Amazonka.Transcribe.ListCallAnalyticsCategories" "libZSservicesZSamazonka-transcribeZSamazonka-transcribe" 'False) (C1 ('MetaCons "ListCallAnalyticsCategories'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))))
type AWSResponse ListCallAnalyticsCategories Source # 
Instance details

Defined in Amazonka.Transcribe.ListCallAnalyticsCategories

newListCallAnalyticsCategories :: ListCallAnalyticsCategories Source #

Create a value of ListCallAnalyticsCategories 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:nextToken:ListCallAnalyticsCategories', listCallAnalyticsCategories_nextToken - When included, NextTokenfetches the next set of categories if the result of the previous request was truncated.

$sel:maxResults:ListCallAnalyticsCategories', listCallAnalyticsCategories_maxResults - The maximum number of categories 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.

data ListCallAnalyticsCategoriesResponse Source #

Instances

Instances details
Eq ListCallAnalyticsCategoriesResponse Source # 
Instance details

Defined in Amazonka.Transcribe.ListCallAnalyticsCategories

Read ListCallAnalyticsCategoriesResponse Source # 
Instance details

Defined in Amazonka.Transcribe.ListCallAnalyticsCategories

Show ListCallAnalyticsCategoriesResponse Source # 
Instance details

Defined in Amazonka.Transcribe.ListCallAnalyticsCategories

Generic ListCallAnalyticsCategoriesResponse Source # 
Instance details

Defined in Amazonka.Transcribe.ListCallAnalyticsCategories

NFData ListCallAnalyticsCategoriesResponse Source # 
Instance details

Defined in Amazonka.Transcribe.ListCallAnalyticsCategories

type Rep ListCallAnalyticsCategoriesResponse Source # 
Instance details

Defined in Amazonka.Transcribe.ListCallAnalyticsCategories

type Rep ListCallAnalyticsCategoriesResponse = D1 ('MetaData "ListCallAnalyticsCategoriesResponse" "Amazonka.Transcribe.ListCallAnalyticsCategories" "libZSservicesZSamazonka-transcribeZSamazonka-transcribe" 'False) (C1 ('MetaCons "ListCallAnalyticsCategoriesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "categories") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [CategoryProperties])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListCallAnalyticsCategoriesResponse Source #

Create a value of ListCallAnalyticsCategoriesResponse 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:categories:ListCallAnalyticsCategoriesResponse', listCallAnalyticsCategoriesResponse_categories - A list of objects containing information about analytics categories.

$sel:nextToken:ListCallAnalyticsCategories', listCallAnalyticsCategoriesResponse_nextToken - The operation returns a page of jobs at a time. The maximum size of the list is set by the MaxResults parameter. If there are more categories in the list than the page size, Amazon Transcribe returns the NextPage token. Include the token in the next request to the operation to return the next page of analytics categories.

$sel:httpStatus:ListCallAnalyticsCategoriesResponse', listCallAnalyticsCategoriesResponse_httpStatus - The response's http status code.

DeleteMedicalTranscriptionJob

data DeleteMedicalTranscriptionJob Source #

See: newDeleteMedicalTranscriptionJob smart constructor.

Instances

Instances details
Eq DeleteMedicalTranscriptionJob Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteMedicalTranscriptionJob

Read DeleteMedicalTranscriptionJob Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteMedicalTranscriptionJob

Show DeleteMedicalTranscriptionJob Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteMedicalTranscriptionJob

Generic DeleteMedicalTranscriptionJob Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteMedicalTranscriptionJob

Associated Types

type Rep DeleteMedicalTranscriptionJob :: Type -> Type #

NFData DeleteMedicalTranscriptionJob Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteMedicalTranscriptionJob

Hashable DeleteMedicalTranscriptionJob Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteMedicalTranscriptionJob

ToJSON DeleteMedicalTranscriptionJob Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteMedicalTranscriptionJob

AWSRequest DeleteMedicalTranscriptionJob Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteMedicalTranscriptionJob

ToHeaders DeleteMedicalTranscriptionJob Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteMedicalTranscriptionJob

ToPath DeleteMedicalTranscriptionJob Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteMedicalTranscriptionJob

ToQuery DeleteMedicalTranscriptionJob Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteMedicalTranscriptionJob

type Rep DeleteMedicalTranscriptionJob Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteMedicalTranscriptionJob

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

Defined in Amazonka.Transcribe.DeleteMedicalTranscriptionJob

newDeleteMedicalTranscriptionJob Source #

Create a value of DeleteMedicalTranscriptionJob 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:medicalTranscriptionJobName:DeleteMedicalTranscriptionJob', deleteMedicalTranscriptionJob_medicalTranscriptionJobName - The name you provide to the DeleteMedicalTranscriptionJob object to delete a transcription job.

data DeleteMedicalTranscriptionJobResponse Source #

Instances

Instances details
Eq DeleteMedicalTranscriptionJobResponse Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteMedicalTranscriptionJob

Read DeleteMedicalTranscriptionJobResponse Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteMedicalTranscriptionJob

Show DeleteMedicalTranscriptionJobResponse Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteMedicalTranscriptionJob

Generic DeleteMedicalTranscriptionJobResponse Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteMedicalTranscriptionJob

NFData DeleteMedicalTranscriptionJobResponse Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteMedicalTranscriptionJob

type Rep DeleteMedicalTranscriptionJobResponse Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteMedicalTranscriptionJob

type Rep DeleteMedicalTranscriptionJobResponse = D1 ('MetaData "DeleteMedicalTranscriptionJobResponse" "Amazonka.Transcribe.DeleteMedicalTranscriptionJob" "libZSservicesZSamazonka-transcribeZSamazonka-transcribe" 'False) (C1 ('MetaCons "DeleteMedicalTranscriptionJobResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeleteMedicalTranscriptionJobResponse :: DeleteMedicalTranscriptionJobResponse Source #

Create a value of DeleteMedicalTranscriptionJobResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

DeleteVocabulary

data DeleteVocabulary Source #

See: newDeleteVocabulary smart constructor.

Constructors

DeleteVocabulary' Text 

Instances

Instances details
Eq DeleteVocabulary Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteVocabulary

Read DeleteVocabulary Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteVocabulary

Show DeleteVocabulary Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteVocabulary

Generic DeleteVocabulary Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteVocabulary

Associated Types

type Rep DeleteVocabulary :: Type -> Type #

NFData DeleteVocabulary Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteVocabulary

Methods

rnf :: DeleteVocabulary -> () #

Hashable DeleteVocabulary Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteVocabulary

ToJSON DeleteVocabulary Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteVocabulary

AWSRequest DeleteVocabulary Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteVocabulary

Associated Types

type AWSResponse DeleteVocabulary #

ToHeaders DeleteVocabulary Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteVocabulary

ToPath DeleteVocabulary Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteVocabulary

ToQuery DeleteVocabulary Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteVocabulary

type Rep DeleteVocabulary Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteVocabulary

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

Defined in Amazonka.Transcribe.DeleteVocabulary

newDeleteVocabulary Source #

Create a value of DeleteVocabulary 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:vocabularyName:DeleteVocabulary', deleteVocabulary_vocabularyName - The name of the vocabulary to delete.

data DeleteVocabularyResponse Source #

See: newDeleteVocabularyResponse smart constructor.

Instances

Instances details
Eq DeleteVocabularyResponse Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteVocabulary

Read DeleteVocabularyResponse Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteVocabulary

Show DeleteVocabularyResponse Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteVocabulary

Generic DeleteVocabularyResponse Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteVocabulary

Associated Types

type Rep DeleteVocabularyResponse :: Type -> Type #

NFData DeleteVocabularyResponse Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteVocabulary

type Rep DeleteVocabularyResponse Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteVocabulary

type Rep DeleteVocabularyResponse = D1 ('MetaData "DeleteVocabularyResponse" "Amazonka.Transcribe.DeleteVocabulary" "libZSservicesZSamazonka-transcribeZSamazonka-transcribe" 'False) (C1 ('MetaCons "DeleteVocabularyResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeleteVocabularyResponse :: DeleteVocabularyResponse Source #

Create a value of DeleteVocabularyResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

StartCallAnalyticsJob

data StartCallAnalyticsJob Source #

See: newStartCallAnalyticsJob smart constructor.

Instances

Instances details
Eq StartCallAnalyticsJob Source # 
Instance details

Defined in Amazonka.Transcribe.StartCallAnalyticsJob

Read StartCallAnalyticsJob Source # 
Instance details

Defined in Amazonka.Transcribe.StartCallAnalyticsJob

Show StartCallAnalyticsJob Source # 
Instance details

Defined in Amazonka.Transcribe.StartCallAnalyticsJob

Generic StartCallAnalyticsJob Source # 
Instance details

Defined in Amazonka.Transcribe.StartCallAnalyticsJob

Associated Types

type Rep StartCallAnalyticsJob :: Type -> Type #

NFData StartCallAnalyticsJob Source # 
Instance details

Defined in Amazonka.Transcribe.StartCallAnalyticsJob

Methods

rnf :: StartCallAnalyticsJob -> () #

Hashable StartCallAnalyticsJob Source # 
Instance details

Defined in Amazonka.Transcribe.StartCallAnalyticsJob

ToJSON StartCallAnalyticsJob Source # 
Instance details

Defined in Amazonka.Transcribe.StartCallAnalyticsJob

AWSRequest StartCallAnalyticsJob Source # 
Instance details

Defined in Amazonka.Transcribe.StartCallAnalyticsJob

Associated Types

type AWSResponse StartCallAnalyticsJob #

ToHeaders StartCallAnalyticsJob Source # 
Instance details

Defined in Amazonka.Transcribe.StartCallAnalyticsJob

ToPath StartCallAnalyticsJob Source # 
Instance details

Defined in Amazonka.Transcribe.StartCallAnalyticsJob

ToQuery StartCallAnalyticsJob Source # 
Instance details

Defined in Amazonka.Transcribe.StartCallAnalyticsJob

type Rep StartCallAnalyticsJob Source # 
Instance details

Defined in Amazonka.Transcribe.StartCallAnalyticsJob

type Rep StartCallAnalyticsJob = D1 ('MetaData "StartCallAnalyticsJob" "Amazonka.Transcribe.StartCallAnalyticsJob" "libZSservicesZSamazonka-transcribeZSamazonka-transcribe" 'False) (C1 ('MetaCons "StartCallAnalyticsJob'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "settings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CallAnalyticsJobSettings)) :*: (S1 ('MetaSel ('Just "outputEncryptionKMSKeyId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "outputLocation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "channelDefinitions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty ChannelDefinition))) :*: S1 ('MetaSel ('Just "callAnalyticsJobName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "media") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Media) :*: S1 ('MetaSel ('Just "dataAccessRoleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))
type AWSResponse StartCallAnalyticsJob Source # 
Instance details

Defined in Amazonka.Transcribe.StartCallAnalyticsJob

newStartCallAnalyticsJob Source #

Create a value of StartCallAnalyticsJob 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:settings:StartCallAnalyticsJob', startCallAnalyticsJob_settings - A Settings object that provides optional settings for a call analytics job.

$sel:outputEncryptionKMSKeyId:StartCallAnalyticsJob', startCallAnalyticsJob_outputEncryptionKMSKeyId - The Amazon Resource Name (ARN) of the Amazon Web Services Key Management Service key used to encrypt the output of the call analytics job. The user calling the operation must have permission to use the specified KMS key.

You use either of the following to identify an Amazon Web Services KMS key in the current account:

  • KMS Key ID: "1234abcd-12ab-34cd-56ef-1234567890ab"
  • KMS Key Alias: "alias/ExampleAlias"

You can use either of the following to identify a KMS key in the current account or another account:

  • Amazon Resource Name (ARN) of a KMS key in the current account or another account: "arn:aws:kms:region:account ID:key/1234abcd-12ab-34cd-56ef1234567890ab"
  • ARN of a KMS Key Alias: "arn:aws:kms:region:account ID:alias/ExampleAlias"

If you don't specify an encryption key, the output of the call analytics job is encrypted with the default Amazon S3 key (SSE-S3).

If you specify a KMS key to encrypt your output, you must also specify an output location in the OutputLocation parameter.

$sel:outputLocation:StartCallAnalyticsJob', startCallAnalyticsJob_outputLocation - The Amazon S3 location where the output of the call analytics job is stored. You can provide the following location types to store the output of call analytics job:

  • s3://DOC-EXAMPLE-BUCKET1

    If you specify a bucket, Amazon Transcribe saves the output of the analytics job as a JSON file at the root level of the bucket.

  • s3://DOC-EXAMPLE-BUCKET1/folder/

    f you specify a path, Amazon Transcribe saves the output of the analytics job as s3://DOC-EXAMPLE-BUCKET1/folder/your-transcription-job-name.json

    If you specify a folder, you must provide a trailing slash.

  • s3://DOC-EXAMPLE-BUCKET1/folder/filename.json

    If you provide a path that has the filename specified, Amazon Transcribe saves the output of the analytics job as s3://DOC-EXAMPLEBUCKET1/folder/filename.json

You can specify an Amazon Web Services Key Management Service (KMS) key to encrypt the output of our analytics job using the OutputEncryptionKMSKeyId parameter. If you don't specify a KMS key, Amazon Transcribe uses the default Amazon S3 key for server-side encryption of the analytics job output that is placed in your S3 bucket.

$sel:channelDefinitions:StartCallAnalyticsJob', startCallAnalyticsJob_channelDefinitions - When you start a call analytics job, you must pass an array that maps the agent and the customer to specific audio channels. The values you can assign to a channel are 0 and 1. The agent and the customer must each have their own channel. You can't assign more than one channel to an agent or customer.

$sel:callAnalyticsJobName:StartCallAnalyticsJob', startCallAnalyticsJob_callAnalyticsJobName - The name of the call analytics job. You can't use the string "." or ".." by themselves as the job name. The name must also be unique within an Amazon Web Services account. If you try to create a call analytics job with the same name as a previous call analytics job, you get a ConflictException error.

$sel:media:StartCallAnalyticsJob', startCallAnalyticsJob_media - Undocumented member.

$sel:dataAccessRoleArn:StartCallAnalyticsJob', startCallAnalyticsJob_dataAccessRoleArn - The Amazon Resource Name (ARN) of a role that has access to the S3 bucket that contains your input files. Amazon Transcribe assumes this role to read queued audio files. If you have specified an output S3 bucket for your transcription results, this role should have access to the output bucket as well.

data StartCallAnalyticsJobResponse Source #

See: newStartCallAnalyticsJobResponse smart constructor.

Instances

Instances details
Eq StartCallAnalyticsJobResponse Source # 
Instance details

Defined in Amazonka.Transcribe.StartCallAnalyticsJob

Read StartCallAnalyticsJobResponse Source # 
Instance details

Defined in Amazonka.Transcribe.StartCallAnalyticsJob

Show StartCallAnalyticsJobResponse Source # 
Instance details

Defined in Amazonka.Transcribe.StartCallAnalyticsJob

Generic StartCallAnalyticsJobResponse Source # 
Instance details

Defined in Amazonka.Transcribe.StartCallAnalyticsJob

Associated Types

type Rep StartCallAnalyticsJobResponse :: Type -> Type #

NFData StartCallAnalyticsJobResponse Source # 
Instance details

Defined in Amazonka.Transcribe.StartCallAnalyticsJob

type Rep StartCallAnalyticsJobResponse Source # 
Instance details

Defined in Amazonka.Transcribe.StartCallAnalyticsJob

type Rep StartCallAnalyticsJobResponse = D1 ('MetaData "StartCallAnalyticsJobResponse" "Amazonka.Transcribe.StartCallAnalyticsJob" "libZSservicesZSamazonka-transcribeZSamazonka-transcribe" 'False) (C1 ('MetaCons "StartCallAnalyticsJobResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "callAnalyticsJob") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CallAnalyticsJob)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newStartCallAnalyticsJobResponse Source #

Create a value of StartCallAnalyticsJobResponse 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:callAnalyticsJob:StartCallAnalyticsJobResponse', startCallAnalyticsJobResponse_callAnalyticsJob - An object containing the details of the asynchronous call analytics job.

$sel:httpStatus:StartCallAnalyticsJobResponse', startCallAnalyticsJobResponse_httpStatus - The response's http status code.

UpdateVocabulary

data UpdateVocabulary Source #

See: newUpdateVocabulary smart constructor.

Instances

Instances details
Eq UpdateVocabulary Source # 
Instance details

Defined in Amazonka.Transcribe.UpdateVocabulary

Read UpdateVocabulary Source # 
Instance details

Defined in Amazonka.Transcribe.UpdateVocabulary

Show UpdateVocabulary Source # 
Instance details

Defined in Amazonka.Transcribe.UpdateVocabulary

Generic UpdateVocabulary Source # 
Instance details

Defined in Amazonka.Transcribe.UpdateVocabulary

Associated Types

type Rep UpdateVocabulary :: Type -> Type #

NFData UpdateVocabulary Source # 
Instance details

Defined in Amazonka.Transcribe.UpdateVocabulary

Methods

rnf :: UpdateVocabulary -> () #

Hashable UpdateVocabulary Source # 
Instance details

Defined in Amazonka.Transcribe.UpdateVocabulary

ToJSON UpdateVocabulary Source # 
Instance details

Defined in Amazonka.Transcribe.UpdateVocabulary

AWSRequest UpdateVocabulary Source # 
Instance details

Defined in Amazonka.Transcribe.UpdateVocabulary

Associated Types

type AWSResponse UpdateVocabulary #

ToHeaders UpdateVocabulary Source # 
Instance details

Defined in Amazonka.Transcribe.UpdateVocabulary

ToPath UpdateVocabulary Source # 
Instance details

Defined in Amazonka.Transcribe.UpdateVocabulary

ToQuery UpdateVocabulary Source # 
Instance details

Defined in Amazonka.Transcribe.UpdateVocabulary

type Rep UpdateVocabulary Source # 
Instance details

Defined in Amazonka.Transcribe.UpdateVocabulary

type Rep UpdateVocabulary = D1 ('MetaData "UpdateVocabulary" "Amazonka.Transcribe.UpdateVocabulary" "libZSservicesZSamazonka-transcribeZSamazonka-transcribe" 'False) (C1 ('MetaCons "UpdateVocabulary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "vocabularyFileUri") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "phrases") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))) :*: (S1 ('MetaSel ('Just "vocabularyName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "languageCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 LanguageCode))))
type AWSResponse UpdateVocabulary Source # 
Instance details

Defined in Amazonka.Transcribe.UpdateVocabulary

newUpdateVocabulary Source #

Create a value of UpdateVocabulary 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:vocabularyFileUri:UpdateVocabulary', updateVocabulary_vocabularyFileUri - The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is

For example:

For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.

For more information about custom vocabularies, see Custom Vocabularies.

$sel:phrases:UpdateVocabulary', updateVocabulary_phrases - An array of strings containing the vocabulary entries.

$sel:vocabularyName:UpdateVocabulary', updateVocabulary_vocabularyName - The name of the vocabulary to update. The name is case sensitive. If you try to update a vocabulary with the same name as a previous vocabulary you will receive a ConflictException error.

$sel:languageCode:UpdateVocabulary', updateVocabulary_languageCode - The language code of the vocabulary entries. For a list of languages and their corresponding language codes, see transcribe-whatis.

data UpdateVocabularyResponse Source #

See: newUpdateVocabularyResponse smart constructor.

Instances

Instances details
Eq UpdateVocabularyResponse Source # 
Instance details

Defined in Amazonka.Transcribe.UpdateVocabulary

Read UpdateVocabularyResponse Source # 
Instance details

Defined in Amazonka.Transcribe.UpdateVocabulary

Show UpdateVocabularyResponse Source # 
Instance details

Defined in Amazonka.Transcribe.UpdateVocabulary

Generic UpdateVocabularyResponse Source # 
Instance details

Defined in Amazonka.Transcribe.UpdateVocabulary

Associated Types

type Rep UpdateVocabularyResponse :: Type -> Type #

NFData UpdateVocabularyResponse Source # 
Instance details

Defined in Amazonka.Transcribe.UpdateVocabulary

type Rep UpdateVocabularyResponse Source # 
Instance details

Defined in Amazonka.Transcribe.UpdateVocabulary

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

newUpdateVocabularyResponse Source #

Create a value of UpdateVocabularyResponse 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:UpdateVocabulary', updateVocabularyResponse_languageCode - The language code of the vocabulary entries.

$sel:vocabularyName:UpdateVocabulary', updateVocabularyResponse_vocabularyName - The name of the vocabulary that was updated.

$sel:lastModifiedTime:UpdateVocabularyResponse', updateVocabularyResponse_lastModifiedTime - The date and time that the vocabulary was updated.

$sel:vocabularyState:UpdateVocabularyResponse', updateVocabularyResponse_vocabularyState - The processing state of the vocabulary. When the VocabularyState field contains READY the vocabulary is ready to be used in a StartTranscriptionJob request.

$sel:httpStatus:UpdateVocabularyResponse', updateVocabularyResponse_httpStatus - The response's http status code.

CreateVocabularyFilter

data CreateVocabularyFilter Source #

See: newCreateVocabularyFilter smart constructor.

Instances

Instances details
Eq CreateVocabularyFilter Source # 
Instance details

Defined in Amazonka.Transcribe.CreateVocabularyFilter

Read CreateVocabularyFilter Source # 
Instance details

Defined in Amazonka.Transcribe.CreateVocabularyFilter

Show CreateVocabularyFilter Source # 
Instance details

Defined in Amazonka.Transcribe.CreateVocabularyFilter

Generic CreateVocabularyFilter Source # 
Instance details

Defined in Amazonka.Transcribe.CreateVocabularyFilter

Associated Types

type Rep CreateVocabularyFilter :: Type -> Type #

NFData CreateVocabularyFilter Source # 
Instance details

Defined in Amazonka.Transcribe.CreateVocabularyFilter

Methods

rnf :: CreateVocabularyFilter -> () #

Hashable CreateVocabularyFilter Source # 
Instance details

Defined in Amazonka.Transcribe.CreateVocabularyFilter

ToJSON CreateVocabularyFilter Source # 
Instance details

Defined in Amazonka.Transcribe.CreateVocabularyFilter

AWSRequest CreateVocabularyFilter Source # 
Instance details

Defined in Amazonka.Transcribe.CreateVocabularyFilter

Associated Types

type AWSResponse CreateVocabularyFilter #

ToHeaders CreateVocabularyFilter Source # 
Instance details

Defined in Amazonka.Transcribe.CreateVocabularyFilter

ToPath CreateVocabularyFilter Source # 
Instance details

Defined in Amazonka.Transcribe.CreateVocabularyFilter

ToQuery CreateVocabularyFilter Source # 
Instance details

Defined in Amazonka.Transcribe.CreateVocabularyFilter

type Rep CreateVocabularyFilter Source # 
Instance details

Defined in Amazonka.Transcribe.CreateVocabularyFilter

type Rep CreateVocabularyFilter = D1 ('MetaData "CreateVocabularyFilter" "Amazonka.Transcribe.CreateVocabularyFilter" "libZSservicesZSamazonka-transcribeZSamazonka-transcribe" 'False) (C1 ('MetaCons "CreateVocabularyFilter'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "vocabularyFilterFileUri") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "words") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text)))) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Tag))) :*: (S1 ('MetaSel ('Just "vocabularyFilterName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "languageCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 LanguageCode)))))
type AWSResponse CreateVocabularyFilter Source # 
Instance details

Defined in Amazonka.Transcribe.CreateVocabularyFilter

newCreateVocabularyFilter Source #

Create a value of CreateVocabularyFilter 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:vocabularyFilterFileUri:CreateVocabularyFilter', createVocabularyFilter_vocabularyFilterFileUri - The Amazon S3 location of a text file used as input to create the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.

The specified file must be less than 50 KB of UTF-8 characters.

If you provide the location of a list of words in the VocabularyFilterFileUri parameter, you can't use the Words parameter.

$sel:words:CreateVocabularyFilter', createVocabularyFilter_words - The words to use in the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.

If you provide a list of words in the Words parameter, you can't use the VocabularyFilterFileUri parameter.

$sel:tags:CreateVocabularyFilter', createVocabularyFilter_tags - Adds one or more tags, each in the form of a key:value pair, to a new Amazon Transcribe vocabulary filter at the time you create this new vocabulary filter.

$sel:vocabularyFilterName:CreateVocabularyFilter', createVocabularyFilter_vocabularyFilterName - The vocabulary filter name. The name must be unique within the account that contains it. If you try to create a vocabulary filter with the same name as another vocabulary filter, you get a ConflictException error.

$sel:languageCode:CreateVocabularyFilter', createVocabularyFilter_languageCode - The language code of the words in the vocabulary filter. All words in the filter must be in the same language. The vocabulary filter can only be used with transcription jobs in the specified language.

data CreateVocabularyFilterResponse Source #

See: newCreateVocabularyFilterResponse smart constructor.

Instances

Instances details
Eq CreateVocabularyFilterResponse Source # 
Instance details

Defined in Amazonka.Transcribe.CreateVocabularyFilter

Read CreateVocabularyFilterResponse Source # 
Instance details

Defined in Amazonka.Transcribe.CreateVocabularyFilter

Show CreateVocabularyFilterResponse Source # 
Instance details

Defined in Amazonka.Transcribe.CreateVocabularyFilter

Generic CreateVocabularyFilterResponse Source # 
Instance details

Defined in Amazonka.Transcribe.CreateVocabularyFilter

Associated Types

type Rep CreateVocabularyFilterResponse :: Type -> Type #

NFData CreateVocabularyFilterResponse Source # 
Instance details

Defined in Amazonka.Transcribe.CreateVocabularyFilter

type Rep CreateVocabularyFilterResponse Source # 
Instance details

Defined in Amazonka.Transcribe.CreateVocabularyFilter

type Rep CreateVocabularyFilterResponse = D1 ('MetaData "CreateVocabularyFilterResponse" "Amazonka.Transcribe.CreateVocabularyFilter" "libZSservicesZSamazonka-transcribeZSamazonka-transcribe" 'False) (C1 ('MetaCons "CreateVocabularyFilterResponse'" 'PrefixI 'True) ((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))))

newCreateVocabularyFilterResponse Source #

Create a value of CreateVocabularyFilterResponse 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:CreateVocabularyFilter', createVocabularyFilterResponse_languageCode - The language code of the words in the collection.

$sel:lastModifiedTime:CreateVocabularyFilterResponse', createVocabularyFilterResponse_lastModifiedTime - The date and time that the vocabulary filter was modified.

$sel:vocabularyFilterName:CreateVocabularyFilter', createVocabularyFilterResponse_vocabularyFilterName - The name of the vocabulary filter.

$sel:httpStatus:CreateVocabularyFilterResponse', createVocabularyFilterResponse_httpStatus - The response's http status code.

GetMedicalTranscriptionJob

data GetMedicalTranscriptionJob Source #

See: newGetMedicalTranscriptionJob smart constructor.

Instances

Instances details
Eq GetMedicalTranscriptionJob Source # 
Instance details

Defined in Amazonka.Transcribe.GetMedicalTranscriptionJob

Read GetMedicalTranscriptionJob Source # 
Instance details

Defined in Amazonka.Transcribe.GetMedicalTranscriptionJob

Show GetMedicalTranscriptionJob Source # 
Instance details

Defined in Amazonka.Transcribe.GetMedicalTranscriptionJob

Generic GetMedicalTranscriptionJob Source # 
Instance details

Defined in Amazonka.Transcribe.GetMedicalTranscriptionJob

Associated Types

type Rep GetMedicalTranscriptionJob :: Type -> Type #

NFData GetMedicalTranscriptionJob Source # 
Instance details

Defined in Amazonka.Transcribe.GetMedicalTranscriptionJob

Hashable GetMedicalTranscriptionJob Source # 
Instance details

Defined in Amazonka.Transcribe.GetMedicalTranscriptionJob

ToJSON GetMedicalTranscriptionJob Source # 
Instance details

Defined in Amazonka.Transcribe.GetMedicalTranscriptionJob

AWSRequest GetMedicalTranscriptionJob Source # 
Instance details

Defined in Amazonka.Transcribe.GetMedicalTranscriptionJob

ToHeaders GetMedicalTranscriptionJob Source # 
Instance details

Defined in Amazonka.Transcribe.GetMedicalTranscriptionJob

ToPath GetMedicalTranscriptionJob Source # 
Instance details

Defined in Amazonka.Transcribe.GetMedicalTranscriptionJob

ToQuery GetMedicalTranscriptionJob Source # 
Instance details

Defined in Amazonka.Transcribe.GetMedicalTranscriptionJob

type Rep GetMedicalTranscriptionJob Source # 
Instance details

Defined in Amazonka.Transcribe.GetMedicalTranscriptionJob

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

Defined in Amazonka.Transcribe.GetMedicalTranscriptionJob

newGetMedicalTranscriptionJob Source #

Create a value of GetMedicalTranscriptionJob 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:medicalTranscriptionJobName:GetMedicalTranscriptionJob', getMedicalTranscriptionJob_medicalTranscriptionJobName - The name of the medical transcription job.

data GetMedicalTranscriptionJobResponse Source #

Instances

Instances details
Eq GetMedicalTranscriptionJobResponse Source # 
Instance details

Defined in Amazonka.Transcribe.GetMedicalTranscriptionJob

Read GetMedicalTranscriptionJobResponse Source # 
Instance details

Defined in Amazonka.Transcribe.GetMedicalTranscriptionJob

Show GetMedicalTranscriptionJobResponse Source # 
Instance details

Defined in Amazonka.Transcribe.GetMedicalTranscriptionJob

Generic GetMedicalTranscriptionJobResponse Source # 
Instance details

Defined in Amazonka.Transcribe.GetMedicalTranscriptionJob

Associated Types

type Rep GetMedicalTranscriptionJobResponse :: Type -> Type #

NFData GetMedicalTranscriptionJobResponse Source # 
Instance details

Defined in Amazonka.Transcribe.GetMedicalTranscriptionJob

type Rep GetMedicalTranscriptionJobResponse Source # 
Instance details

Defined in Amazonka.Transcribe.GetMedicalTranscriptionJob

type Rep GetMedicalTranscriptionJobResponse = D1 ('MetaData "GetMedicalTranscriptionJobResponse" "Amazonka.Transcribe.GetMedicalTranscriptionJob" "libZSservicesZSamazonka-transcribeZSamazonka-transcribe" 'False) (C1 ('MetaCons "GetMedicalTranscriptionJobResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "medicalTranscriptionJob") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MedicalTranscriptionJob)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newGetMedicalTranscriptionJobResponse Source #

Create a value of GetMedicalTranscriptionJobResponse 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:medicalTranscriptionJob:GetMedicalTranscriptionJobResponse', getMedicalTranscriptionJobResponse_medicalTranscriptionJob - An object that contains the results of the medical transcription job.

$sel:httpStatus:GetMedicalTranscriptionJobResponse', getMedicalTranscriptionJobResponse_httpStatus - The response's http status code.

GetVocabularyFilter

data GetVocabularyFilter Source #

See: newGetVocabularyFilter smart constructor.

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.

data GetVocabularyFilterResponse Source #

See: newGetVocabularyFilterResponse smart constructor.

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.

GetMedicalVocabulary

data GetMedicalVocabulary Source #

See: newGetMedicalVocabulary smart constructor.

Instances

Instances details
Eq GetMedicalVocabulary Source # 
Instance details

Defined in Amazonka.Transcribe.GetMedicalVocabulary

Read GetMedicalVocabulary Source # 
Instance details

Defined in Amazonka.Transcribe.GetMedicalVocabulary

Show GetMedicalVocabulary Source # 
Instance details

Defined in Amazonka.Transcribe.GetMedicalVocabulary

Generic GetMedicalVocabulary Source # 
Instance details

Defined in Amazonka.Transcribe.GetMedicalVocabulary

Associated Types

type Rep GetMedicalVocabulary :: Type -> Type #

NFData GetMedicalVocabulary Source # 
Instance details

Defined in Amazonka.Transcribe.GetMedicalVocabulary

Methods

rnf :: GetMedicalVocabulary -> () #

Hashable GetMedicalVocabulary Source # 
Instance details

Defined in Amazonka.Transcribe.GetMedicalVocabulary

ToJSON GetMedicalVocabulary Source # 
Instance details

Defined in Amazonka.Transcribe.GetMedicalVocabulary

AWSRequest GetMedicalVocabulary Source # 
Instance details

Defined in Amazonka.Transcribe.GetMedicalVocabulary

Associated Types

type AWSResponse GetMedicalVocabulary #

ToHeaders GetMedicalVocabulary Source # 
Instance details

Defined in Amazonka.Transcribe.GetMedicalVocabulary

ToPath GetMedicalVocabulary Source # 
Instance details

Defined in Amazonka.Transcribe.GetMedicalVocabulary

ToQuery GetMedicalVocabulary Source # 
Instance details

Defined in Amazonka.Transcribe.GetMedicalVocabulary

type Rep GetMedicalVocabulary Source # 
Instance details

Defined in Amazonka.Transcribe.GetMedicalVocabulary

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

Defined in Amazonka.Transcribe.GetMedicalVocabulary

newGetMedicalVocabulary Source #

Create a value of GetMedicalVocabulary 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:vocabularyName:GetMedicalVocabulary', getMedicalVocabulary_vocabularyName - The name of the vocabulary that you want information about. The value is case sensitive.

data GetMedicalVocabularyResponse Source #

See: newGetMedicalVocabularyResponse smart constructor.

Instances

Instances details
Eq GetMedicalVocabularyResponse Source # 
Instance details

Defined in Amazonka.Transcribe.GetMedicalVocabulary

Read GetMedicalVocabularyResponse Source # 
Instance details

Defined in Amazonka.Transcribe.GetMedicalVocabulary

Show GetMedicalVocabularyResponse Source # 
Instance details

Defined in Amazonka.Transcribe.GetMedicalVocabulary

Generic GetMedicalVocabularyResponse Source # 
Instance details

Defined in Amazonka.Transcribe.GetMedicalVocabulary

Associated Types

type Rep GetMedicalVocabularyResponse :: Type -> Type #

NFData GetMedicalVocabularyResponse Source # 
Instance details

Defined in Amazonka.Transcribe.GetMedicalVocabulary

type Rep GetMedicalVocabularyResponse Source # 
Instance details

Defined in Amazonka.Transcribe.GetMedicalVocabulary

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

newGetMedicalVocabularyResponse Source #

Create a value of GetMedicalVocabularyResponse 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:failureReason:GetMedicalVocabularyResponse', getMedicalVocabularyResponse_failureReason - If the VocabularyState is FAILED, this field contains information about why the job failed.

$sel:languageCode:GetMedicalVocabularyResponse', getMedicalVocabularyResponse_languageCode - The valid language code for your vocabulary entries.

$sel:downloadUri:GetMedicalVocabularyResponse', getMedicalVocabularyResponse_downloadUri - The location in Amazon S3 where the vocabulary is stored. Use this URI to get the contents of the vocabulary. You can download your vocabulary from the URI for a limited time.

$sel:vocabularyName:GetMedicalVocabulary', getMedicalVocabularyResponse_vocabularyName - The name of the vocabulary returned by Amazon Transcribe Medical.

$sel:lastModifiedTime:GetMedicalVocabularyResponse', getMedicalVocabularyResponse_lastModifiedTime - The date and time that the vocabulary was last modified with a text file different from the one that was previously used.

$sel:vocabularyState:GetMedicalVocabularyResponse', getMedicalVocabularyResponse_vocabularyState - The processing state of the vocabulary. If the VocabularyState is READY then you can use it in the StartMedicalTranscriptionJob operation.

$sel:httpStatus:GetMedicalVocabularyResponse', getMedicalVocabularyResponse_httpStatus - The response's http status code.

DeleteCallAnalyticsJob

data DeleteCallAnalyticsJob Source #

See: newDeleteCallAnalyticsJob smart constructor.

Instances

Instances details
Eq DeleteCallAnalyticsJob Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteCallAnalyticsJob

Read DeleteCallAnalyticsJob Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteCallAnalyticsJob

Show DeleteCallAnalyticsJob Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteCallAnalyticsJob

Generic DeleteCallAnalyticsJob Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteCallAnalyticsJob

Associated Types

type Rep DeleteCallAnalyticsJob :: Type -> Type #

NFData DeleteCallAnalyticsJob Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteCallAnalyticsJob

Methods

rnf :: DeleteCallAnalyticsJob -> () #

Hashable DeleteCallAnalyticsJob Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteCallAnalyticsJob

ToJSON DeleteCallAnalyticsJob Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteCallAnalyticsJob

AWSRequest DeleteCallAnalyticsJob Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteCallAnalyticsJob

Associated Types

type AWSResponse DeleteCallAnalyticsJob #

ToHeaders DeleteCallAnalyticsJob Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteCallAnalyticsJob

ToPath DeleteCallAnalyticsJob Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteCallAnalyticsJob

ToQuery DeleteCallAnalyticsJob Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteCallAnalyticsJob

type Rep DeleteCallAnalyticsJob Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteCallAnalyticsJob

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

Defined in Amazonka.Transcribe.DeleteCallAnalyticsJob

newDeleteCallAnalyticsJob Source #

Create a value of DeleteCallAnalyticsJob 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:callAnalyticsJobName:DeleteCallAnalyticsJob', deleteCallAnalyticsJob_callAnalyticsJobName - The name of the call analytics job you want to delete.

data DeleteCallAnalyticsJobResponse Source #

See: newDeleteCallAnalyticsJobResponse smart constructor.

Instances

Instances details
Eq DeleteCallAnalyticsJobResponse Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteCallAnalyticsJob

Read DeleteCallAnalyticsJobResponse Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteCallAnalyticsJob

Show DeleteCallAnalyticsJobResponse Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteCallAnalyticsJob

Generic DeleteCallAnalyticsJobResponse Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteCallAnalyticsJob

Associated Types

type Rep DeleteCallAnalyticsJobResponse :: Type -> Type #

NFData DeleteCallAnalyticsJobResponse Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteCallAnalyticsJob

type Rep DeleteCallAnalyticsJobResponse Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteCallAnalyticsJob

type Rep DeleteCallAnalyticsJobResponse = D1 ('MetaData "DeleteCallAnalyticsJobResponse" "Amazonka.Transcribe.DeleteCallAnalyticsJob" "libZSservicesZSamazonka-transcribeZSamazonka-transcribe" 'False) (C1 ('MetaCons "DeleteCallAnalyticsJobResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteCallAnalyticsJobResponse Source #

Create a value of DeleteCallAnalyticsJobResponse 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:httpStatus:DeleteCallAnalyticsJobResponse', deleteCallAnalyticsJobResponse_httpStatus - The response's http status code.

CreateMedicalVocabulary

data CreateMedicalVocabulary Source #

See: newCreateMedicalVocabulary smart constructor.

Instances

Instances details
Eq CreateMedicalVocabulary Source # 
Instance details

Defined in Amazonka.Transcribe.CreateMedicalVocabulary

Read CreateMedicalVocabulary Source # 
Instance details

Defined in Amazonka.Transcribe.CreateMedicalVocabulary

Show CreateMedicalVocabulary Source # 
Instance details

Defined in Amazonka.Transcribe.CreateMedicalVocabulary

Generic CreateMedicalVocabulary Source # 
Instance details

Defined in Amazonka.Transcribe.CreateMedicalVocabulary

Associated Types

type Rep CreateMedicalVocabulary :: Type -> Type #

NFData CreateMedicalVocabulary Source # 
Instance details

Defined in Amazonka.Transcribe.CreateMedicalVocabulary

Methods

rnf :: CreateMedicalVocabulary -> () #

Hashable CreateMedicalVocabulary Source # 
Instance details

Defined in Amazonka.Transcribe.CreateMedicalVocabulary

ToJSON CreateMedicalVocabulary Source # 
Instance details

Defined in Amazonka.Transcribe.CreateMedicalVocabulary

AWSRequest CreateMedicalVocabulary Source # 
Instance details

Defined in Amazonka.Transcribe.CreateMedicalVocabulary

ToHeaders CreateMedicalVocabulary Source # 
Instance details

Defined in Amazonka.Transcribe.CreateMedicalVocabulary

ToPath CreateMedicalVocabulary Source # 
Instance details

Defined in Amazonka.Transcribe.CreateMedicalVocabulary

ToQuery CreateMedicalVocabulary Source # 
Instance details

Defined in Amazonka.Transcribe.CreateMedicalVocabulary

type Rep CreateMedicalVocabulary Source # 
Instance details

Defined in Amazonka.Transcribe.CreateMedicalVocabulary

type Rep CreateMedicalVocabulary = D1 ('MetaData "CreateMedicalVocabulary" "Amazonka.Transcribe.CreateMedicalVocabulary" "libZSservicesZSamazonka-transcribeZSamazonka-transcribe" 'False) (C1 ('MetaCons "CreateMedicalVocabulary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Tag))) :*: S1 ('MetaSel ('Just "vocabularyName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "languageCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 LanguageCode) :*: S1 ('MetaSel ('Just "vocabularyFileUri") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse CreateMedicalVocabulary Source # 
Instance details

Defined in Amazonka.Transcribe.CreateMedicalVocabulary

newCreateMedicalVocabulary Source #

Create a value of CreateMedicalVocabulary 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:tags:CreateMedicalVocabulary', createMedicalVocabulary_tags - Adds one or more tags, each in the form of a key:value pair, to a new medical vocabulary at the time you create this new vocabulary.

$sel:vocabularyName:CreateMedicalVocabulary', createMedicalVocabulary_vocabularyName - The name of the custom vocabulary. This case-sensitive name must be unique within an Amazon Web Services account. If you try to create a vocabulary with the same name as a previous vocabulary, you get a ConflictException error.

$sel:languageCode:CreateMedicalVocabulary', createMedicalVocabulary_languageCode - The language code for the language used for the entries in your custom vocabulary. The language code of your custom vocabulary must match the language code of your transcription job. US English (en-US) is the only language code available for Amazon Transcribe Medical.

$sel:vocabularyFileUri:CreateMedicalVocabulary', createMedicalVocabulary_vocabularyFileUri - The location in Amazon S3 of the text file you use to define your custom vocabulary. The URI must be in the same Amazon Web Services Region as the resource that you're calling. Enter information about your VocabularyFileUri in the following format:

 https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>

The following is an example URI for a vocabulary file that is stored in Amazon S3:

https://s3.us-east-1.amazonaws.com/AWSDOC-EXAMPLE-BUCKET/vocab.txt

For more information about Amazon S3 object names, see Object Keys in the Amazon S3 Developer Guide.

For more information about custom vocabularies, see Medical Custom Vocabularies.

data CreateMedicalVocabularyResponse Source #

See: newCreateMedicalVocabularyResponse smart constructor.

Instances

Instances details
Eq CreateMedicalVocabularyResponse Source # 
Instance details

Defined in Amazonka.Transcribe.CreateMedicalVocabulary

Read CreateMedicalVocabularyResponse Source # 
Instance details

Defined in Amazonka.Transcribe.CreateMedicalVocabulary

Show CreateMedicalVocabularyResponse Source # 
Instance details

Defined in Amazonka.Transcribe.CreateMedicalVocabulary

Generic CreateMedicalVocabularyResponse Source # 
Instance details

Defined in Amazonka.Transcribe.CreateMedicalVocabulary

Associated Types

type Rep CreateMedicalVocabularyResponse :: Type -> Type #

NFData CreateMedicalVocabularyResponse Source # 
Instance details

Defined in Amazonka.Transcribe.CreateMedicalVocabulary

type Rep CreateMedicalVocabularyResponse Source # 
Instance details

Defined in Amazonka.Transcribe.CreateMedicalVocabulary

type Rep CreateMedicalVocabularyResponse = D1 ('MetaData "CreateMedicalVocabularyResponse" "Amazonka.Transcribe.CreateMedicalVocabulary" "libZSservicesZSamazonka-transcribeZSamazonka-transcribe" 'False) (C1 ('MetaCons "CreateMedicalVocabularyResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "failureReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "languageCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LanguageCode)) :*: S1 ('MetaSel ('Just "vocabularyName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "lastModifiedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "vocabularyState") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe VocabularyState)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))))

newCreateMedicalVocabularyResponse Source #

Create a value of CreateMedicalVocabularyResponse 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:failureReason:CreateMedicalVocabularyResponse', createMedicalVocabularyResponse_failureReason - If the VocabularyState field is FAILED, this field contains information about why the job failed.

$sel:languageCode:CreateMedicalVocabulary', createMedicalVocabularyResponse_languageCode - The language code for the entries in your custom vocabulary. US English (en-US) is the only valid language code for Amazon Transcribe Medical.

$sel:vocabularyName:CreateMedicalVocabulary', createMedicalVocabularyResponse_vocabularyName - The name of the vocabulary. The name must be unique within an Amazon Web Services account and is case sensitive.

$sel:lastModifiedTime:CreateMedicalVocabularyResponse', createMedicalVocabularyResponse_lastModifiedTime - The date and time that you created the vocabulary.

$sel:vocabularyState:CreateMedicalVocabularyResponse', createMedicalVocabularyResponse_vocabularyState - The processing state of your custom vocabulary in Amazon Transcribe Medical. If the state is READY, you can use the vocabulary in a StartMedicalTranscriptionJob request.

$sel:httpStatus:CreateMedicalVocabularyResponse', createMedicalVocabularyResponse_httpStatus - The response's http status code.

ListMedicalVocabularies

data ListMedicalVocabularies Source #

See: newListMedicalVocabularies smart constructor.

Instances

Instances details
Eq ListMedicalVocabularies Source # 
Instance details

Defined in Amazonka.Transcribe.ListMedicalVocabularies

Read ListMedicalVocabularies Source # 
Instance details

Defined in Amazonka.Transcribe.ListMedicalVocabularies

Show ListMedicalVocabularies Source # 
Instance details

Defined in Amazonka.Transcribe.ListMedicalVocabularies

Generic ListMedicalVocabularies Source # 
Instance details

Defined in Amazonka.Transcribe.ListMedicalVocabularies

Associated Types

type Rep ListMedicalVocabularies :: Type -> Type #

NFData ListMedicalVocabularies Source # 
Instance details

Defined in Amazonka.Transcribe.ListMedicalVocabularies

Methods

rnf :: ListMedicalVocabularies -> () #

Hashable ListMedicalVocabularies Source # 
Instance details

Defined in Amazonka.Transcribe.ListMedicalVocabularies

ToJSON ListMedicalVocabularies Source # 
Instance details

Defined in Amazonka.Transcribe.ListMedicalVocabularies

AWSRequest ListMedicalVocabularies Source # 
Instance details

Defined in Amazonka.Transcribe.ListMedicalVocabularies

ToHeaders ListMedicalVocabularies Source # 
Instance details

Defined in Amazonka.Transcribe.ListMedicalVocabularies

ToPath ListMedicalVocabularies Source # 
Instance details

Defined in Amazonka.Transcribe.ListMedicalVocabularies

ToQuery ListMedicalVocabularies Source # 
Instance details

Defined in Amazonka.Transcribe.ListMedicalVocabularies

type Rep ListMedicalVocabularies Source # 
Instance details

Defined in Amazonka.Transcribe.ListMedicalVocabularies

type Rep ListMedicalVocabularies = D1 ('MetaData "ListMedicalVocabularies" "Amazonka.Transcribe.ListMedicalVocabularies" "libZSservicesZSamazonka-transcribeZSamazonka-transcribe" 'False) (C1 ('MetaCons "ListMedicalVocabularies'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "nameContains") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "stateEquals") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe VocabularyState)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)))))
type AWSResponse ListMedicalVocabularies Source # 
Instance details

Defined in Amazonka.Transcribe.ListMedicalVocabularies

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.

data ListMedicalVocabulariesResponse Source #

See: newListMedicalVocabulariesResponse smart constructor.

Instances

Instances details
Eq ListMedicalVocabulariesResponse Source # 
Instance details

Defined in Amazonka.Transcribe.ListMedicalVocabularies

Read ListMedicalVocabulariesResponse Source # 
Instance details

Defined in Amazonka.Transcribe.ListMedicalVocabularies

Show ListMedicalVocabulariesResponse Source # 
Instance details

Defined in Amazonka.Transcribe.ListMedicalVocabularies

Generic ListMedicalVocabulariesResponse Source # 
Instance details

Defined in Amazonka.Transcribe.ListMedicalVocabularies

Associated Types

type Rep ListMedicalVocabulariesResponse :: Type -> Type #

NFData ListMedicalVocabulariesResponse Source # 
Instance details

Defined in Amazonka.Transcribe.ListMedicalVocabularies

type Rep ListMedicalVocabulariesResponse Source # 
Instance details

Defined in Amazonka.Transcribe.ListMedicalVocabularies

type Rep ListMedicalVocabulariesResponse = D1 ('MetaData "ListMedicalVocabulariesResponse" "Amazonka.Transcribe.ListMedicalVocabularies" "libZSservicesZSamazonka-transcribeZSamazonka-transcribe" 'False) (C1 ('MetaCons "ListMedicalVocabulariesResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "vocabularies") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [VocabularyInfo])) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe VocabularyState))) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

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.

DeleteCallAnalyticsCategory

data DeleteCallAnalyticsCategory Source #

See: newDeleteCallAnalyticsCategory smart constructor.

Instances

Instances details
Eq DeleteCallAnalyticsCategory Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteCallAnalyticsCategory

Read DeleteCallAnalyticsCategory Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteCallAnalyticsCategory

Show DeleteCallAnalyticsCategory Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteCallAnalyticsCategory

Generic DeleteCallAnalyticsCategory Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteCallAnalyticsCategory

Associated Types

type Rep DeleteCallAnalyticsCategory :: Type -> Type #

NFData DeleteCallAnalyticsCategory Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteCallAnalyticsCategory

Hashable DeleteCallAnalyticsCategory Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteCallAnalyticsCategory

ToJSON DeleteCallAnalyticsCategory Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteCallAnalyticsCategory

AWSRequest DeleteCallAnalyticsCategory Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteCallAnalyticsCategory

ToHeaders DeleteCallAnalyticsCategory Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteCallAnalyticsCategory

ToPath DeleteCallAnalyticsCategory Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteCallAnalyticsCategory

ToQuery DeleteCallAnalyticsCategory Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteCallAnalyticsCategory

type Rep DeleteCallAnalyticsCategory Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteCallAnalyticsCategory

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

Defined in Amazonka.Transcribe.DeleteCallAnalyticsCategory

newDeleteCallAnalyticsCategory Source #

Create a value of DeleteCallAnalyticsCategory 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:categoryName:DeleteCallAnalyticsCategory', deleteCallAnalyticsCategory_categoryName - The name of the call analytics category that you're choosing to delete. The value is case sensitive.

data DeleteCallAnalyticsCategoryResponse Source #

Instances

Instances details
Eq DeleteCallAnalyticsCategoryResponse Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteCallAnalyticsCategory

Read DeleteCallAnalyticsCategoryResponse Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteCallAnalyticsCategory

Show DeleteCallAnalyticsCategoryResponse Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteCallAnalyticsCategory

Generic DeleteCallAnalyticsCategoryResponse Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteCallAnalyticsCategory

NFData DeleteCallAnalyticsCategoryResponse Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteCallAnalyticsCategory

type Rep DeleteCallAnalyticsCategoryResponse Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteCallAnalyticsCategory

type Rep DeleteCallAnalyticsCategoryResponse = D1 ('MetaData "DeleteCallAnalyticsCategoryResponse" "Amazonka.Transcribe.DeleteCallAnalyticsCategory" "libZSservicesZSamazonka-transcribeZSamazonka-transcribe" 'False) (C1 ('MetaCons "DeleteCallAnalyticsCategoryResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteCallAnalyticsCategoryResponse Source #

Create a value of DeleteCallAnalyticsCategoryResponse 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:httpStatus:DeleteCallAnalyticsCategoryResponse', deleteCallAnalyticsCategoryResponse_httpStatus - The response's http status code.

UpdateCallAnalyticsCategory

data UpdateCallAnalyticsCategory Source #

See: newUpdateCallAnalyticsCategory smart constructor.

Instances

Instances details
Eq UpdateCallAnalyticsCategory Source # 
Instance details

Defined in Amazonka.Transcribe.UpdateCallAnalyticsCategory

Read UpdateCallAnalyticsCategory Source # 
Instance details

Defined in Amazonka.Transcribe.UpdateCallAnalyticsCategory

Show UpdateCallAnalyticsCategory Source # 
Instance details

Defined in Amazonka.Transcribe.UpdateCallAnalyticsCategory

Generic UpdateCallAnalyticsCategory Source # 
Instance details

Defined in Amazonka.Transcribe.UpdateCallAnalyticsCategory

Associated Types

type Rep UpdateCallAnalyticsCategory :: Type -> Type #

NFData UpdateCallAnalyticsCategory Source # 
Instance details

Defined in Amazonka.Transcribe.UpdateCallAnalyticsCategory

Hashable UpdateCallAnalyticsCategory Source # 
Instance details

Defined in Amazonka.Transcribe.UpdateCallAnalyticsCategory

ToJSON UpdateCallAnalyticsCategory Source # 
Instance details

Defined in Amazonka.Transcribe.UpdateCallAnalyticsCategory

AWSRequest UpdateCallAnalyticsCategory Source # 
Instance details

Defined in Amazonka.Transcribe.UpdateCallAnalyticsCategory

ToHeaders UpdateCallAnalyticsCategory Source # 
Instance details

Defined in Amazonka.Transcribe.UpdateCallAnalyticsCategory

ToPath UpdateCallAnalyticsCategory Source # 
Instance details

Defined in Amazonka.Transcribe.UpdateCallAnalyticsCategory

ToQuery UpdateCallAnalyticsCategory Source # 
Instance details

Defined in Amazonka.Transcribe.UpdateCallAnalyticsCategory

type Rep UpdateCallAnalyticsCategory Source # 
Instance details

Defined in Amazonka.Transcribe.UpdateCallAnalyticsCategory

type Rep UpdateCallAnalyticsCategory = D1 ('MetaData "UpdateCallAnalyticsCategory" "Amazonka.Transcribe.UpdateCallAnalyticsCategory" "libZSservicesZSamazonka-transcribeZSamazonka-transcribe" 'False) (C1 ('MetaCons "UpdateCallAnalyticsCategory'" 'PrefixI 'True) (S1 ('MetaSel ('Just "categoryName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "rules") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty Rule))))
type AWSResponse UpdateCallAnalyticsCategory Source # 
Instance details

Defined in Amazonka.Transcribe.UpdateCallAnalyticsCategory

newUpdateCallAnalyticsCategory Source #

Create a value of UpdateCallAnalyticsCategory 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:categoryName:UpdateCallAnalyticsCategory', updateCallAnalyticsCategory_categoryName - The name of the analytics category to update. The name is case sensitive. If you try to update a call analytics category with the same name as a previous category you will receive a ConflictException error.

$sel:rules:UpdateCallAnalyticsCategory', updateCallAnalyticsCategory_rules - The rules used for the updated analytics category. The rules that you provide in this field replace the ones that are currently being used.

data UpdateCallAnalyticsCategoryResponse Source #

Instances

Instances details
Eq UpdateCallAnalyticsCategoryResponse Source # 
Instance details

Defined in Amazonka.Transcribe.UpdateCallAnalyticsCategory

Read UpdateCallAnalyticsCategoryResponse Source # 
Instance details

Defined in Amazonka.Transcribe.UpdateCallAnalyticsCategory

Show UpdateCallAnalyticsCategoryResponse Source # 
Instance details

Defined in Amazonka.Transcribe.UpdateCallAnalyticsCategory

Generic UpdateCallAnalyticsCategoryResponse Source # 
Instance details

Defined in Amazonka.Transcribe.UpdateCallAnalyticsCategory

NFData UpdateCallAnalyticsCategoryResponse Source # 
Instance details

Defined in Amazonka.Transcribe.UpdateCallAnalyticsCategory

type Rep UpdateCallAnalyticsCategoryResponse Source # 
Instance details

Defined in Amazonka.Transcribe.UpdateCallAnalyticsCategory

type Rep UpdateCallAnalyticsCategoryResponse = D1 ('MetaData "UpdateCallAnalyticsCategoryResponse" "Amazonka.Transcribe.UpdateCallAnalyticsCategory" "libZSservicesZSamazonka-transcribeZSamazonka-transcribe" 'False) (C1 ('MetaCons "UpdateCallAnalyticsCategoryResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "categoryProperties") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CategoryProperties)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUpdateCallAnalyticsCategoryResponse Source #

Create a value of UpdateCallAnalyticsCategoryResponse 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:categoryProperties:UpdateCallAnalyticsCategoryResponse', updateCallAnalyticsCategoryResponse_categoryProperties - The attributes describing the analytics category. You can see information such as the rules that you've used to update the category and when the category was originally created.

$sel:httpStatus:UpdateCallAnalyticsCategoryResponse', updateCallAnalyticsCategoryResponse_httpStatus - The response's http status code.

GetCallAnalyticsJob

data GetCallAnalyticsJob Source #

See: newGetCallAnalyticsJob smart constructor.

Instances

Instances details
Eq GetCallAnalyticsJob Source # 
Instance details

Defined in Amazonka.Transcribe.GetCallAnalyticsJob

Read GetCallAnalyticsJob Source # 
Instance details

Defined in Amazonka.Transcribe.GetCallAnalyticsJob

Show GetCallAnalyticsJob Source # 
Instance details

Defined in Amazonka.Transcribe.GetCallAnalyticsJob

Generic GetCallAnalyticsJob Source # 
Instance details

Defined in Amazonka.Transcribe.GetCallAnalyticsJob

Associated Types

type Rep GetCallAnalyticsJob :: Type -> Type #

NFData GetCallAnalyticsJob Source # 
Instance details

Defined in Amazonka.Transcribe.GetCallAnalyticsJob

Methods

rnf :: GetCallAnalyticsJob -> () #

Hashable GetCallAnalyticsJob Source # 
Instance details

Defined in Amazonka.Transcribe.GetCallAnalyticsJob

ToJSON GetCallAnalyticsJob Source # 
Instance details

Defined in Amazonka.Transcribe.GetCallAnalyticsJob

AWSRequest GetCallAnalyticsJob Source # 
Instance details

Defined in Amazonka.Transcribe.GetCallAnalyticsJob

Associated Types

type AWSResponse GetCallAnalyticsJob #

ToHeaders GetCallAnalyticsJob Source # 
Instance details

Defined in Amazonka.Transcribe.GetCallAnalyticsJob

ToPath GetCallAnalyticsJob Source # 
Instance details

Defined in Amazonka.Transcribe.GetCallAnalyticsJob

ToQuery GetCallAnalyticsJob Source # 
Instance details

Defined in Amazonka.Transcribe.GetCallAnalyticsJob

type Rep GetCallAnalyticsJob Source # 
Instance details

Defined in Amazonka.Transcribe.GetCallAnalyticsJob

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

Defined in Amazonka.Transcribe.GetCallAnalyticsJob

newGetCallAnalyticsJob Source #

Create a value of GetCallAnalyticsJob 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:callAnalyticsJobName:GetCallAnalyticsJob', getCallAnalyticsJob_callAnalyticsJobName - The name of the analytics job you want information about. This value is case sensitive.

data GetCallAnalyticsJobResponse Source #

See: newGetCallAnalyticsJobResponse smart constructor.

Instances

Instances details
Eq GetCallAnalyticsJobResponse Source # 
Instance details

Defined in Amazonka.Transcribe.GetCallAnalyticsJob

Read GetCallAnalyticsJobResponse Source # 
Instance details

Defined in Amazonka.Transcribe.GetCallAnalyticsJob

Show GetCallAnalyticsJobResponse Source # 
Instance details

Defined in Amazonka.Transcribe.GetCallAnalyticsJob

Generic GetCallAnalyticsJobResponse Source # 
Instance details

Defined in Amazonka.Transcribe.GetCallAnalyticsJob

Associated Types

type Rep GetCallAnalyticsJobResponse :: Type -> Type #

NFData GetCallAnalyticsJobResponse Source # 
Instance details

Defined in Amazonka.Transcribe.GetCallAnalyticsJob

type Rep GetCallAnalyticsJobResponse Source # 
Instance details

Defined in Amazonka.Transcribe.GetCallAnalyticsJob

type Rep GetCallAnalyticsJobResponse = D1 ('MetaData "GetCallAnalyticsJobResponse" "Amazonka.Transcribe.GetCallAnalyticsJob" "libZSservicesZSamazonka-transcribeZSamazonka-transcribe" 'False) (C1 ('MetaCons "GetCallAnalyticsJobResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "callAnalyticsJob") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CallAnalyticsJob)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newGetCallAnalyticsJobResponse Source #

Create a value of GetCallAnalyticsJobResponse 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:callAnalyticsJob:GetCallAnalyticsJobResponse', getCallAnalyticsJobResponse_callAnalyticsJob - An object that contains the results of your call analytics job.

$sel:httpStatus:GetCallAnalyticsJobResponse', getCallAnalyticsJobResponse_httpStatus - The response's http status code.

TagResource

data TagResource Source #

See: newTagResource smart constructor.

Constructors

TagResource' Text (NonEmpty Tag) 

Instances

Instances details
Eq TagResource Source # 
Instance details

Defined in Amazonka.Transcribe.TagResource

Read TagResource Source # 
Instance details

Defined in Amazonka.Transcribe.TagResource

Show TagResource Source # 
Instance details

Defined in Amazonka.Transcribe.TagResource

Generic TagResource Source # 
Instance details

Defined in Amazonka.Transcribe.TagResource

Associated Types

type Rep TagResource :: Type -> Type #

NFData TagResource Source # 
Instance details

Defined in Amazonka.Transcribe.TagResource

Methods

rnf :: TagResource -> () #

Hashable TagResource Source # 
Instance details

Defined in Amazonka.Transcribe.TagResource

ToJSON TagResource Source # 
Instance details

Defined in Amazonka.Transcribe.TagResource

AWSRequest TagResource Source # 
Instance details

Defined in Amazonka.Transcribe.TagResource

Associated Types

type AWSResponse TagResource #

ToHeaders TagResource Source # 
Instance details

Defined in Amazonka.Transcribe.TagResource

Methods

toHeaders :: TagResource -> [Header] #

ToPath TagResource Source # 
Instance details

Defined in Amazonka.Transcribe.TagResource

ToQuery TagResource Source # 
Instance details

Defined in Amazonka.Transcribe.TagResource

type Rep TagResource Source # 
Instance details

Defined in Amazonka.Transcribe.TagResource

type Rep TagResource = D1 ('MetaData "TagResource" "Amazonka.Transcribe.TagResource" "libZSservicesZSamazonka-transcribeZSamazonka-transcribe" 'False) (C1 ('MetaCons "TagResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty Tag))))
type AWSResponse TagResource Source # 
Instance details

Defined in Amazonka.Transcribe.TagResource

newTagResource Source #

Create a value of TagResource 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:resourceArn:TagResource', tagResource_resourceArn - The Amazon Resource Name (ARN) of the Amazon Transcribe resource you want to tag.

$sel:tags:TagResource', tagResource_tags - The tags you are assigning to a given Amazon Transcribe resource.

data TagResourceResponse Source #

See: newTagResourceResponse smart constructor.

Instances

Instances details
Eq TagResourceResponse Source # 
Instance details

Defined in Amazonka.Transcribe.TagResource

Read TagResourceResponse Source # 
Instance details

Defined in Amazonka.Transcribe.TagResource

Show TagResourceResponse Source # 
Instance details

Defined in Amazonka.Transcribe.TagResource

Generic TagResourceResponse Source # 
Instance details

Defined in Amazonka.Transcribe.TagResource

Associated Types

type Rep TagResourceResponse :: Type -> Type #

NFData TagResourceResponse Source # 
Instance details

Defined in Amazonka.Transcribe.TagResource

Methods

rnf :: TagResourceResponse -> () #

type Rep TagResourceResponse Source # 
Instance details

Defined in Amazonka.Transcribe.TagResource

type Rep TagResourceResponse = D1 ('MetaData "TagResourceResponse" "Amazonka.Transcribe.TagResource" "libZSservicesZSamazonka-transcribeZSamazonka-transcribe" 'False) (C1 ('MetaCons "TagResourceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newTagResourceResponse Source #

Create a value of TagResourceResponse 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:httpStatus:TagResourceResponse', tagResourceResponse_httpStatus - The response's http status code.

ListTranscriptionJobs

data ListTranscriptionJobs Source #

See: newListTranscriptionJobs smart constructor.

Instances

Instances details
Eq ListTranscriptionJobs Source # 
Instance details

Defined in Amazonka.Transcribe.ListTranscriptionJobs

Read ListTranscriptionJobs Source # 
Instance details

Defined in Amazonka.Transcribe.ListTranscriptionJobs

Show ListTranscriptionJobs Source # 
Instance details

Defined in Amazonka.Transcribe.ListTranscriptionJobs

Generic ListTranscriptionJobs Source # 
Instance details

Defined in Amazonka.Transcribe.ListTranscriptionJobs

Associated Types

type Rep ListTranscriptionJobs :: Type -> Type #

NFData ListTranscriptionJobs Source # 
Instance details

Defined in Amazonka.Transcribe.ListTranscriptionJobs

Methods

rnf :: ListTranscriptionJobs -> () #

Hashable ListTranscriptionJobs Source # 
Instance details

Defined in Amazonka.Transcribe.ListTranscriptionJobs

ToJSON ListTranscriptionJobs Source # 
Instance details

Defined in Amazonka.Transcribe.ListTranscriptionJobs

AWSRequest ListTranscriptionJobs Source # 
Instance details

Defined in Amazonka.Transcribe.ListTranscriptionJobs

Associated Types

type AWSResponse ListTranscriptionJobs #

ToHeaders ListTranscriptionJobs Source # 
Instance details

Defined in Amazonka.Transcribe.ListTranscriptionJobs

ToPath ListTranscriptionJobs Source # 
Instance details

Defined in Amazonka.Transcribe.ListTranscriptionJobs

ToQuery ListTranscriptionJobs Source # 
Instance details

Defined in Amazonka.Transcribe.ListTranscriptionJobs

type Rep ListTranscriptionJobs Source # 
Instance details

Defined in Amazonka.Transcribe.ListTranscriptionJobs

type Rep ListTranscriptionJobs = D1 ('MetaData "ListTranscriptionJobs" "Amazonka.Transcribe.ListTranscriptionJobs" "libZSservicesZSamazonka-transcribeZSamazonka-transcribe" 'False) (C1 ('MetaCons "ListTranscriptionJobs'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TranscriptionJobStatus)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "jobNameContains") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)))))
type AWSResponse ListTranscriptionJobs Source # 
Instance details

Defined in Amazonka.Transcribe.ListTranscriptionJobs

newListTranscriptionJobs :: ListTranscriptionJobs Source #

Create a value of ListTranscriptionJobs 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:ListTranscriptionJobs', listTranscriptionJobs_status - When specified, returns only transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don’t specify a status, Amazon Transcribe returns all transcription jobs ordered by creation date.

$sel:nextToken:ListTranscriptionJobs', listTranscriptionJobs_nextToken - If the result of the previous request to ListTranscriptionJobs is truncated, include the NextToken to fetch the next set of jobs.

$sel:jobNameContains:ListTranscriptionJobs', listTranscriptionJobs_jobNameContains - When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.

$sel:maxResults:ListTranscriptionJobs', listTranscriptionJobs_maxResults - The maximum number of 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.

data ListTranscriptionJobsResponse Source #

See: newListTranscriptionJobsResponse smart constructor.

Instances

Instances details
Eq ListTranscriptionJobsResponse Source # 
Instance details

Defined in Amazonka.Transcribe.ListTranscriptionJobs

Read ListTranscriptionJobsResponse Source # 
Instance details

Defined in Amazonka.Transcribe.ListTranscriptionJobs

Show ListTranscriptionJobsResponse Source # 
Instance details

Defined in Amazonka.Transcribe.ListTranscriptionJobs

Generic ListTranscriptionJobsResponse Source # 
Instance details

Defined in Amazonka.Transcribe.ListTranscriptionJobs

Associated Types

type Rep ListTranscriptionJobsResponse :: Type -> Type #

NFData ListTranscriptionJobsResponse Source # 
Instance details

Defined in Amazonka.Transcribe.ListTranscriptionJobs

type Rep ListTranscriptionJobsResponse Source # 
Instance details

Defined in Amazonka.Transcribe.ListTranscriptionJobs

type Rep ListTranscriptionJobsResponse = D1 ('MetaData "ListTranscriptionJobsResponse" "Amazonka.Transcribe.ListTranscriptionJobs" "libZSservicesZSamazonka-transcribeZSamazonka-transcribe" 'False) (C1 ('MetaCons "ListTranscriptionJobsResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TranscriptionJobStatus)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "transcriptionJobSummaries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [TranscriptionJobSummary])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListTranscriptionJobsResponse Source #

Create a value of ListTranscriptionJobsResponse 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:ListTranscriptionJobs', listTranscriptionJobsResponse_status - The requested status of the jobs returned.

$sel:nextToken:ListTranscriptionJobs', listTranscriptionJobsResponse_nextToken - The ListTranscriptionJobs 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 the next request to the ListTranscriptionJobs operation to return in the next page of jobs.

$sel:transcriptionJobSummaries:ListTranscriptionJobsResponse', listTranscriptionJobsResponse_transcriptionJobSummaries - A list of objects containing summary information for a transcription job.

$sel:httpStatus:ListTranscriptionJobsResponse', listTranscriptionJobsResponse_httpStatus - The response's http status code.

ListMedicalTranscriptionJobs

data ListMedicalTranscriptionJobs Source #

See: newListMedicalTranscriptionJobs smart constructor.

Instances

Instances details
Eq ListMedicalTranscriptionJobs Source # 
Instance details

Defined in Amazonka.Transcribe.ListMedicalTranscriptionJobs

Read ListMedicalTranscriptionJobs Source # 
Instance details

Defined in Amazonka.Transcribe.ListMedicalTranscriptionJobs

Show ListMedicalTranscriptionJobs Source # 
Instance details

Defined in Amazonka.Transcribe.ListMedicalTranscriptionJobs

Generic ListMedicalTranscriptionJobs Source # 
Instance details

Defined in Amazonka.Transcribe.ListMedicalTranscriptionJobs

Associated Types

type Rep ListMedicalTranscriptionJobs :: Type -> Type #

NFData ListMedicalTranscriptionJobs Source # 
Instance details

Defined in Amazonka.Transcribe.ListMedicalTranscriptionJobs

Hashable ListMedicalTranscriptionJobs Source # 
Instance details

Defined in Amazonka.Transcribe.ListMedicalTranscriptionJobs

ToJSON ListMedicalTranscriptionJobs Source # 
Instance details

Defined in Amazonka.Transcribe.ListMedicalTranscriptionJobs

AWSRequest ListMedicalTranscriptionJobs Source # 
Instance details

Defined in Amazonka.Transcribe.ListMedicalTranscriptionJobs

ToHeaders ListMedicalTranscriptionJobs Source # 
Instance details

Defined in Amazonka.Transcribe.ListMedicalTranscriptionJobs

ToPath ListMedicalTranscriptionJobs Source # 
Instance details

Defined in Amazonka.Transcribe.ListMedicalTranscriptionJobs

ToQuery ListMedicalTranscriptionJobs Source # 
Instance details

Defined in Amazonka.Transcribe.ListMedicalTranscriptionJobs

type Rep ListMedicalTranscriptionJobs Source # 
Instance details

Defined in Amazonka.Transcribe.ListMedicalTranscriptionJobs

type Rep ListMedicalTranscriptionJobs = D1 ('MetaData "ListMedicalTranscriptionJobs" "Amazonka.Transcribe.ListMedicalTranscriptionJobs" "libZSservicesZSamazonka-transcribeZSamazonka-transcribe" 'False) (C1 ('MetaCons "ListMedicalTranscriptionJobs'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TranscriptionJobStatus)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "jobNameContains") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)))))
type AWSResponse ListMedicalTranscriptionJobs Source # 
Instance details

Defined in Amazonka.Transcribe.ListMedicalTranscriptionJobs

newListMedicalTranscriptionJobs :: ListMedicalTranscriptionJobs Source #

Create a value of ListMedicalTranscriptionJobs 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:ListMedicalTranscriptionJobs', listMedicalTranscriptionJobs_status - When specified, returns only medical transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don't specify a status, Amazon Transcribe Medical returns all transcription jobs ordered by creation date.

$sel:nextToken:ListMedicalTranscriptionJobs', listMedicalTranscriptionJobs_nextToken - If you a receive a truncated result in the previous request of ListMedicalTranscriptionJobs, include NextToken to fetch the next set of jobs.

$sel:jobNameContains:ListMedicalTranscriptionJobs', listMedicalTranscriptionJobs_jobNameContains - When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.

$sel:maxResults:ListMedicalTranscriptionJobs', listMedicalTranscriptionJobs_maxResults - The maximum number of medical transcription 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.

data ListMedicalTranscriptionJobsResponse Source #

Instances

Instances details
Eq ListMedicalTranscriptionJobsResponse Source # 
Instance details

Defined in Amazonka.Transcribe.ListMedicalTranscriptionJobs

Read ListMedicalTranscriptionJobsResponse Source # 
Instance details

Defined in Amazonka.Transcribe.ListMedicalTranscriptionJobs

Show ListMedicalTranscriptionJobsResponse Source # 
Instance details

Defined in Amazonka.Transcribe.ListMedicalTranscriptionJobs

Generic ListMedicalTranscriptionJobsResponse Source # 
Instance details

Defined in Amazonka.Transcribe.ListMedicalTranscriptionJobs

NFData ListMedicalTranscriptionJobsResponse Source # 
Instance details

Defined in Amazonka.Transcribe.ListMedicalTranscriptionJobs

type Rep ListMedicalTranscriptionJobsResponse Source # 
Instance details

Defined in Amazonka.Transcribe.ListMedicalTranscriptionJobs

type Rep ListMedicalTranscriptionJobsResponse = D1 ('MetaData "ListMedicalTranscriptionJobsResponse" "Amazonka.Transcribe.ListMedicalTranscriptionJobs" "libZSservicesZSamazonka-transcribeZSamazonka-transcribe" 'False) (C1 ('MetaCons "ListMedicalTranscriptionJobsResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TranscriptionJobStatus)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "medicalTranscriptionJobSummaries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [MedicalTranscriptionJobSummary])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListMedicalTranscriptionJobsResponse Source #

Create a value of ListMedicalTranscriptionJobsResponse 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:ListMedicalTranscriptionJobs', listMedicalTranscriptionJobsResponse_status - The requested status of the medical transcription jobs returned.

$sel:nextToken:ListMedicalTranscriptionJobs', listMedicalTranscriptionJobsResponse_nextToken - The ListMedicalTranscriptionJobs operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults parameter. If the number of jobs exceeds what can fit on a page, Amazon Transcribe Medical returns the NextPage token. Include the token in the next request to the ListMedicalTranscriptionJobs operation to return in the next page of jobs.

$sel:medicalTranscriptionJobSummaries:ListMedicalTranscriptionJobsResponse', listMedicalTranscriptionJobsResponse_medicalTranscriptionJobSummaries - A list of objects containing summary information for a transcription job.

$sel:httpStatus:ListMedicalTranscriptionJobsResponse', listMedicalTranscriptionJobsResponse_httpStatus - The response's http status code.

UntagResource

data UntagResource Source #

See: newUntagResource smart constructor.

Instances

Instances details
Eq UntagResource Source # 
Instance details

Defined in Amazonka.Transcribe.UntagResource

Read UntagResource Source # 
Instance details

Defined in Amazonka.Transcribe.UntagResource

Show UntagResource Source # 
Instance details

Defined in Amazonka.Transcribe.UntagResource

Generic UntagResource Source # 
Instance details

Defined in Amazonka.Transcribe.UntagResource

Associated Types

type Rep UntagResource :: Type -> Type #

NFData UntagResource Source # 
Instance details

Defined in Amazonka.Transcribe.UntagResource

Methods

rnf :: UntagResource -> () #

Hashable UntagResource Source # 
Instance details

Defined in Amazonka.Transcribe.UntagResource

ToJSON UntagResource Source # 
Instance details

Defined in Amazonka.Transcribe.UntagResource

AWSRequest UntagResource Source # 
Instance details

Defined in Amazonka.Transcribe.UntagResource

Associated Types

type AWSResponse UntagResource #

ToHeaders UntagResource Source # 
Instance details

Defined in Amazonka.Transcribe.UntagResource

ToPath UntagResource Source # 
Instance details

Defined in Amazonka.Transcribe.UntagResource

ToQuery UntagResource Source # 
Instance details

Defined in Amazonka.Transcribe.UntagResource

type Rep UntagResource Source # 
Instance details

Defined in Amazonka.Transcribe.UntagResource

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

Defined in Amazonka.Transcribe.UntagResource

newUntagResource Source #

Create a value of UntagResource 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:resourceArn:UntagResource', untagResource_resourceArn - The Amazon Resource Name (ARN) of the Amazon Transcribe resource you want to remove tags from.

$sel:tagKeys:UntagResource', untagResource_tagKeys - A list of tag keys you want to remove from a specified Amazon Transcribe resource.

data UntagResourceResponse Source #

See: newUntagResourceResponse smart constructor.

Instances

Instances details
Eq UntagResourceResponse Source # 
Instance details

Defined in Amazonka.Transcribe.UntagResource

Read UntagResourceResponse Source # 
Instance details

Defined in Amazonka.Transcribe.UntagResource

Show UntagResourceResponse Source # 
Instance details

Defined in Amazonka.Transcribe.UntagResource

Generic UntagResourceResponse Source # 
Instance details

Defined in Amazonka.Transcribe.UntagResource

Associated Types

type Rep UntagResourceResponse :: Type -> Type #

NFData UntagResourceResponse Source # 
Instance details

Defined in Amazonka.Transcribe.UntagResource

Methods

rnf :: UntagResourceResponse -> () #

type Rep UntagResourceResponse Source # 
Instance details

Defined in Amazonka.Transcribe.UntagResource

type Rep UntagResourceResponse = D1 ('MetaData "UntagResourceResponse" "Amazonka.Transcribe.UntagResource" "libZSservicesZSamazonka-transcribeZSamazonka-transcribe" 'False) (C1 ('MetaCons "UntagResourceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUntagResourceResponse Source #

Create a value of UntagResourceResponse 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:httpStatus:UntagResourceResponse', untagResourceResponse_httpStatus - The response's http status code.

DeleteVocabularyFilter

data DeleteVocabularyFilter Source #

See: newDeleteVocabularyFilter smart constructor.

Instances

Instances details
Eq DeleteVocabularyFilter Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteVocabularyFilter

Read DeleteVocabularyFilter Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteVocabularyFilter

Show DeleteVocabularyFilter Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteVocabularyFilter

Generic DeleteVocabularyFilter Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteVocabularyFilter

Associated Types

type Rep DeleteVocabularyFilter :: Type -> Type #

NFData DeleteVocabularyFilter Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteVocabularyFilter

Methods

rnf :: DeleteVocabularyFilter -> () #

Hashable DeleteVocabularyFilter Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteVocabularyFilter

ToJSON DeleteVocabularyFilter Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteVocabularyFilter

AWSRequest DeleteVocabularyFilter Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteVocabularyFilter

Associated Types

type AWSResponse DeleteVocabularyFilter #

ToHeaders DeleteVocabularyFilter Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteVocabularyFilter

ToPath DeleteVocabularyFilter Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteVocabularyFilter

ToQuery DeleteVocabularyFilter Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteVocabularyFilter

type Rep DeleteVocabularyFilter Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteVocabularyFilter

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

Defined in Amazonka.Transcribe.DeleteVocabularyFilter

newDeleteVocabularyFilter Source #

Create a value of DeleteVocabularyFilter 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:DeleteVocabularyFilter', deleteVocabularyFilter_vocabularyFilterName - The name of the vocabulary filter to remove.

data DeleteVocabularyFilterResponse Source #

See: newDeleteVocabularyFilterResponse smart constructor.

Instances

Instances details
Eq DeleteVocabularyFilterResponse Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteVocabularyFilter

Read DeleteVocabularyFilterResponse Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteVocabularyFilter

Show DeleteVocabularyFilterResponse Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteVocabularyFilter

Generic DeleteVocabularyFilterResponse Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteVocabularyFilter

Associated Types

type Rep DeleteVocabularyFilterResponse :: Type -> Type #

NFData DeleteVocabularyFilterResponse Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteVocabularyFilter

type Rep DeleteVocabularyFilterResponse Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteVocabularyFilter

type Rep DeleteVocabularyFilterResponse = D1 ('MetaData "DeleteVocabularyFilterResponse" "Amazonka.Transcribe.DeleteVocabularyFilter" "libZSservicesZSamazonka-transcribeZSamazonka-transcribe" 'False) (C1 ('MetaCons "DeleteVocabularyFilterResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeleteVocabularyFilterResponse :: DeleteVocabularyFilterResponse Source #

Create a value of DeleteVocabularyFilterResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

ListVocabularyFilters

data ListVocabularyFilters Source #

See: newListVocabularyFilters smart constructor.

Instances

Instances details
Eq ListVocabularyFilters Source # 
Instance details

Defined in Amazonka.Transcribe.ListVocabularyFilters

Read ListVocabularyFilters Source # 
Instance details

Defined in Amazonka.Transcribe.ListVocabularyFilters

Show ListVocabularyFilters Source # 
Instance details

Defined in Amazonka.Transcribe.ListVocabularyFilters

Generic ListVocabularyFilters Source # 
Instance details

Defined in Amazonka.Transcribe.ListVocabularyFilters

Associated Types

type Rep ListVocabularyFilters :: Type -> Type #

NFData ListVocabularyFilters Source # 
Instance details

Defined in Amazonka.Transcribe.ListVocabularyFilters

Methods

rnf :: ListVocabularyFilters -> () #

Hashable ListVocabularyFilters Source # 
Instance details

Defined in Amazonka.Transcribe.ListVocabularyFilters

ToJSON ListVocabularyFilters Source # 
Instance details

Defined in Amazonka.Transcribe.ListVocabularyFilters

AWSRequest ListVocabularyFilters Source # 
Instance details

Defined in Amazonka.Transcribe.ListVocabularyFilters

Associated Types

type AWSResponse ListVocabularyFilters #

ToHeaders ListVocabularyFilters Source # 
Instance details

Defined in Amazonka.Transcribe.ListVocabularyFilters

ToPath ListVocabularyFilters Source # 
Instance details

Defined in Amazonka.Transcribe.ListVocabularyFilters

ToQuery ListVocabularyFilters Source # 
Instance details

Defined in Amazonka.Transcribe.ListVocabularyFilters

type Rep ListVocabularyFilters Source # 
Instance details

Defined in Amazonka.Transcribe.ListVocabularyFilters

type Rep ListVocabularyFilters = D1 ('MetaData "ListVocabularyFilters" "Amazonka.Transcribe.ListVocabularyFilters" "libZSservicesZSamazonka-transcribeZSamazonka-transcribe" 'False) (C1 ('MetaCons "ListVocabularyFilters'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nameContains") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)))))
type AWSResponse ListVocabularyFilters Source # 
Instance details

Defined in Amazonka.Transcribe.ListVocabularyFilters

newListVocabularyFilters :: ListVocabularyFilters Source #

Create a value of ListVocabularyFilters 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:ListVocabularyFilters', listVocabularyFilters_nameContains - Filters the response so that it only contains vocabulary filters whose name contains the specified string.

$sel:nextToken:ListVocabularyFilters', listVocabularyFilters_nextToken - If the result of the previous request to ListVocabularyFilters was truncated, include the NextToken to fetch the next set of collections.

$sel:maxResults:ListVocabularyFilters', listVocabularyFilters_maxResults - The maximum number of filters 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.

data ListVocabularyFiltersResponse Source #

See: newListVocabularyFiltersResponse smart constructor.

Instances

Instances details
Eq ListVocabularyFiltersResponse Source # 
Instance details

Defined in Amazonka.Transcribe.ListVocabularyFilters

Read ListVocabularyFiltersResponse Source # 
Instance details

Defined in Amazonka.Transcribe.ListVocabularyFilters

Show ListVocabularyFiltersResponse Source # 
Instance details

Defined in Amazonka.Transcribe.ListVocabularyFilters

Generic ListVocabularyFiltersResponse Source # 
Instance details

Defined in Amazonka.Transcribe.ListVocabularyFilters

Associated Types

type Rep ListVocabularyFiltersResponse :: Type -> Type #

NFData ListVocabularyFiltersResponse Source # 
Instance details

Defined in Amazonka.Transcribe.ListVocabularyFilters

type Rep ListVocabularyFiltersResponse Source # 
Instance details

Defined in Amazonka.Transcribe.ListVocabularyFilters

type Rep ListVocabularyFiltersResponse = D1 ('MetaData "ListVocabularyFiltersResponse" "Amazonka.Transcribe.ListVocabularyFilters" "libZSservicesZSamazonka-transcribeZSamazonka-transcribe" 'False) (C1 ('MetaCons "ListVocabularyFiltersResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "vocabularyFilters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [VocabularyFilterInfo])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListVocabularyFiltersResponse Source #

Create a value of ListVocabularyFiltersResponse 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:nextToken:ListVocabularyFilters', listVocabularyFiltersResponse_nextToken - The ListVocabularyFilters operation returns a page of collections 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 the next request to the ListVocabularyFilters operation to return in the next page of jobs.

$sel:vocabularyFilters:ListVocabularyFiltersResponse', listVocabularyFiltersResponse_vocabularyFilters - The list of vocabulary filters. It contains at most MaxResults number of filters. If there are more filters, call the ListVocabularyFilters operation again with the NextToken parameter in the request set to the value of the NextToken field in the response.

$sel:httpStatus:ListVocabularyFiltersResponse', listVocabularyFiltersResponse_httpStatus - The response's http status code.

UpdateVocabularyFilter

data UpdateVocabularyFilter Source #

See: newUpdateVocabularyFilter smart constructor.

Instances

Instances details
Eq UpdateVocabularyFilter Source # 
Instance details

Defined in Amazonka.Transcribe.UpdateVocabularyFilter

Read UpdateVocabularyFilter Source # 
Instance details

Defined in Amazonka.Transcribe.UpdateVocabularyFilter

Show UpdateVocabularyFilter Source # 
Instance details

Defined in Amazonka.Transcribe.UpdateVocabularyFilter

Generic UpdateVocabularyFilter Source # 
Instance details

Defined in Amazonka.Transcribe.UpdateVocabularyFilter

Associated Types

type Rep UpdateVocabularyFilter :: Type -> Type #

NFData UpdateVocabularyFilter Source # 
Instance details

Defined in Amazonka.Transcribe.UpdateVocabularyFilter

Methods

rnf :: UpdateVocabularyFilter -> () #

Hashable UpdateVocabularyFilter Source # 
Instance details

Defined in Amazonka.Transcribe.UpdateVocabularyFilter

ToJSON UpdateVocabularyFilter Source # 
Instance details

Defined in Amazonka.Transcribe.UpdateVocabularyFilter

AWSRequest UpdateVocabularyFilter Source # 
Instance details

Defined in Amazonka.Transcribe.UpdateVocabularyFilter

Associated Types

type AWSResponse UpdateVocabularyFilter #

ToHeaders UpdateVocabularyFilter Source # 
Instance details

Defined in Amazonka.Transcribe.UpdateVocabularyFilter

ToPath UpdateVocabularyFilter Source # 
Instance details

Defined in Amazonka.Transcribe.UpdateVocabularyFilter

ToQuery UpdateVocabularyFilter Source # 
Instance details

Defined in Amazonka.Transcribe.UpdateVocabularyFilter

type Rep UpdateVocabularyFilter Source # 
Instance details

Defined in Amazonka.Transcribe.UpdateVocabularyFilter

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

Defined in Amazonka.Transcribe.UpdateVocabularyFilter

newUpdateVocabularyFilter Source #

Create a value of UpdateVocabularyFilter 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:vocabularyFilterFileUri:UpdateVocabularyFilter', updateVocabularyFilter_vocabularyFilterFileUri - The Amazon S3 location of a text file used as input to create the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.

The specified file must be less than 50 KB of UTF-8 characters.

If you provide the location of a list of words in the VocabularyFilterFileUri parameter, you can't use the Words parameter.

$sel:words:UpdateVocabularyFilter', updateVocabularyFilter_words - The words to use in the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.

If you provide a list of words in the Words parameter, you can't use the VocabularyFilterFileUri parameter.

$sel:vocabularyFilterName:UpdateVocabularyFilter', updateVocabularyFilter_vocabularyFilterName - The name of the vocabulary filter to update. If you try to update a vocabulary filter with the same name as another vocabulary filter, you get a ConflictException error.

data UpdateVocabularyFilterResponse Source #

See: newUpdateVocabularyFilterResponse smart constructor.

Instances

Instances details
Eq UpdateVocabularyFilterResponse Source # 
Instance details

Defined in Amazonka.Transcribe.UpdateVocabularyFilter

Read UpdateVocabularyFilterResponse Source # 
Instance details

Defined in Amazonka.Transcribe.UpdateVocabularyFilter

Show UpdateVocabularyFilterResponse Source # 
Instance details

Defined in Amazonka.Transcribe.UpdateVocabularyFilter

Generic UpdateVocabularyFilterResponse Source # 
Instance details

Defined in Amazonka.Transcribe.UpdateVocabularyFilter

Associated Types

type Rep UpdateVocabularyFilterResponse :: Type -> Type #

NFData UpdateVocabularyFilterResponse Source # 
Instance details

Defined in Amazonka.Transcribe.UpdateVocabularyFilter

type Rep UpdateVocabularyFilterResponse Source # 
Instance details

Defined in Amazonka.Transcribe.UpdateVocabularyFilter

type Rep UpdateVocabularyFilterResponse = D1 ('MetaData "UpdateVocabularyFilterResponse" "Amazonka.Transcribe.UpdateVocabularyFilter" "libZSservicesZSamazonka-transcribeZSamazonka-transcribe" 'False) (C1 ('MetaCons "UpdateVocabularyFilterResponse'" 'PrefixI 'True) ((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))))

newUpdateVocabularyFilterResponse Source #

Create a value of UpdateVocabularyFilterResponse 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:UpdateVocabularyFilterResponse', updateVocabularyFilterResponse_languageCode - The language code of the words in the vocabulary filter.

$sel:lastModifiedTime:UpdateVocabularyFilterResponse', updateVocabularyFilterResponse_lastModifiedTime - The date and time that the vocabulary filter was updated.

$sel:vocabularyFilterName:UpdateVocabularyFilter', updateVocabularyFilterResponse_vocabularyFilterName - The name of the updated vocabulary filter.

$sel:httpStatus:UpdateVocabularyFilterResponse', updateVocabularyFilterResponse_httpStatus - The response's http status code.

ListVocabularies

data ListVocabularies Source #

See: newListVocabularies smart constructor.

Instances

Instances details
Eq ListVocabularies Source # 
Instance details

Defined in Amazonka.Transcribe.ListVocabularies

Read ListVocabularies Source # 
Instance details

Defined in Amazonka.Transcribe.ListVocabularies

Show ListVocabularies Source # 
Instance details

Defined in Amazonka.Transcribe.ListVocabularies

Generic ListVocabularies Source # 
Instance details

Defined in Amazonka.Transcribe.ListVocabularies

Associated Types

type Rep ListVocabularies :: Type -> Type #

NFData ListVocabularies Source # 
Instance details

Defined in Amazonka.Transcribe.ListVocabularies

Methods

rnf :: ListVocabularies -> () #

Hashable ListVocabularies Source # 
Instance details

Defined in Amazonka.Transcribe.ListVocabularies

ToJSON ListVocabularies Source # 
Instance details

Defined in Amazonka.Transcribe.ListVocabularies

AWSRequest ListVocabularies Source # 
Instance details

Defined in Amazonka.Transcribe.ListVocabularies

Associated Types

type AWSResponse ListVocabularies #

ToHeaders ListVocabularies Source # 
Instance details

Defined in Amazonka.Transcribe.ListVocabularies

ToPath ListVocabularies Source # 
Instance details

Defined in Amazonka.Transcribe.ListVocabularies

ToQuery ListVocabularies Source # 
Instance details

Defined in Amazonka.Transcribe.ListVocabularies

type Rep ListVocabularies Source # 
Instance details

Defined in Amazonka.Transcribe.ListVocabularies

type Rep ListVocabularies = D1 ('MetaData "ListVocabularies" "Amazonka.Transcribe.ListVocabularies" "libZSservicesZSamazonka-transcribeZSamazonka-transcribe" 'False) (C1 ('MetaCons "ListVocabularies'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "nameContains") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "stateEquals") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe VocabularyState)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)))))
type AWSResponse ListVocabularies Source # 
Instance details

Defined in Amazonka.Transcribe.ListVocabularies

newListVocabularies :: ListVocabularies Source #

Create a value of ListVocabularies 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:ListVocabularies', listVocabularies_nameContains - When specified, the vocabularies returned in the list are limited to vocabularies whose name contains the specified string. The search is not case sensitive, ListVocabularies returns both "vocabularyname" and "VocabularyName" in the response list.

$sel:nextToken:ListVocabularies', listVocabularies_nextToken - If the result of the previous request to ListVocabularies was truncated, include the NextToken to fetch the next set of jobs.

$sel:stateEquals:ListVocabularies', listVocabularies_stateEquals - When specified, only returns vocabularies with the VocabularyState field equal to the specified state.

$sel:maxResults:ListVocabularies', listVocabularies_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.

data ListVocabulariesResponse Source #

See: newListVocabulariesResponse smart constructor.

Instances

Instances details
Eq ListVocabulariesResponse Source # 
Instance details

Defined in Amazonka.Transcribe.ListVocabularies

Read ListVocabulariesResponse Source # 
Instance details

Defined in Amazonka.Transcribe.ListVocabularies

Show ListVocabulariesResponse Source # 
Instance details

Defined in Amazonka.Transcribe.ListVocabularies

Generic ListVocabulariesResponse Source # 
Instance details

Defined in Amazonka.Transcribe.ListVocabularies

Associated Types

type Rep ListVocabulariesResponse :: Type -> Type #

NFData ListVocabulariesResponse Source # 
Instance details

Defined in Amazonka.Transcribe.ListVocabularies

type Rep ListVocabulariesResponse Source # 
Instance details

Defined in Amazonka.Transcribe.ListVocabularies

type Rep ListVocabulariesResponse = D1 ('MetaData "ListVocabulariesResponse" "Amazonka.Transcribe.ListVocabularies" "libZSservicesZSamazonka-transcribeZSamazonka-transcribe" 'False) (C1 ('MetaCons "ListVocabulariesResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "vocabularies") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [VocabularyInfo])) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe VocabularyState))) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListVocabulariesResponse Source #

Create a value of ListVocabulariesResponse 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:ListVocabulariesResponse', listVocabulariesResponse_vocabularies - A list of objects that describe the vocabularies that match the search criteria in the request.

$sel:status:ListVocabulariesResponse', listVocabulariesResponse_status - The requested vocabulary state.

$sel:nextToken:ListVocabularies', listVocabulariesResponse_nextToken - The ListVocabularies operation returns a page of vocabularies at a time. The maximum size of the page is set in the MaxResults parameter. If there are more jobs in the list than will fit on the page, Amazon Transcribe returns the NextPage token. To return in the next page of jobs, include the token in the next request to the ListVocabularies operation.

$sel:httpStatus:ListVocabulariesResponse', listVocabulariesResponse_httpStatus - The response's http status code.

CreateVocabulary

data CreateVocabulary Source #

See: newCreateVocabulary smart constructor.

Instances

Instances details
Eq CreateVocabulary Source # 
Instance details

Defined in Amazonka.Transcribe.CreateVocabulary

Read CreateVocabulary Source # 
Instance details

Defined in Amazonka.Transcribe.CreateVocabulary

Show CreateVocabulary Source # 
Instance details

Defined in Amazonka.Transcribe.CreateVocabulary

Generic CreateVocabulary Source # 
Instance details

Defined in Amazonka.Transcribe.CreateVocabulary

Associated Types

type Rep CreateVocabulary :: Type -> Type #

NFData CreateVocabulary Source # 
Instance details

Defined in Amazonka.Transcribe.CreateVocabulary

Methods

rnf :: CreateVocabulary -> () #

Hashable CreateVocabulary Source # 
Instance details

Defined in Amazonka.Transcribe.CreateVocabulary

ToJSON CreateVocabulary Source # 
Instance details

Defined in Amazonka.Transcribe.CreateVocabulary

AWSRequest CreateVocabulary Source # 
Instance details

Defined in Amazonka.Transcribe.CreateVocabulary

Associated Types

type AWSResponse CreateVocabulary #

ToHeaders CreateVocabulary Source # 
Instance details

Defined in Amazonka.Transcribe.CreateVocabulary

ToPath CreateVocabulary Source # 
Instance details

Defined in Amazonka.Transcribe.CreateVocabulary

ToQuery CreateVocabulary Source # 
Instance details

Defined in Amazonka.Transcribe.CreateVocabulary

type Rep CreateVocabulary Source # 
Instance details

Defined in Amazonka.Transcribe.CreateVocabulary

type Rep CreateVocabulary = D1 ('MetaData "CreateVocabulary" "Amazonka.Transcribe.CreateVocabulary" "libZSservicesZSamazonka-transcribeZSamazonka-transcribe" 'False) (C1 ('MetaCons "CreateVocabulary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "vocabularyFileUri") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "phrases") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Tag))) :*: (S1 ('MetaSel ('Just "vocabularyName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "languageCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 LanguageCode)))))
type AWSResponse CreateVocabulary Source # 
Instance details

Defined in Amazonka.Transcribe.CreateVocabulary

newCreateVocabulary Source #

Create a value of CreateVocabulary 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:vocabularyFileUri:CreateVocabulary', createVocabulary_vocabularyFileUri - The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is:

For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.

For more information about custom vocabularies, see Custom vocabularies.

$sel:phrases:CreateVocabulary', createVocabulary_phrases - An array of strings that contains the vocabulary entries.

$sel:tags:CreateVocabulary', createVocabulary_tags - Adds one or more tags, each in the form of a key:value pair, to a new Amazon Transcribe vocabulary at the time you create this new vocabulary.

$sel:vocabularyName:CreateVocabulary', createVocabulary_vocabularyName - The name of the vocabulary. The name must be unique within an Amazon Web Services account. The name is case sensitive. If you try to create a vocabulary with the same name as a previous vocabulary you will receive a ConflictException error.

$sel:languageCode:CreateVocabulary', createVocabulary_languageCode - The language code of the vocabulary entries. For a list of languages and their corresponding language codes, see transcribe-whatis.

data CreateVocabularyResponse Source #

See: newCreateVocabularyResponse smart constructor.

Instances

Instances details
Eq CreateVocabularyResponse Source # 
Instance details

Defined in Amazonka.Transcribe.CreateVocabulary

Read CreateVocabularyResponse Source # 
Instance details

Defined in Amazonka.Transcribe.CreateVocabulary

Show CreateVocabularyResponse Source # 
Instance details

Defined in Amazonka.Transcribe.CreateVocabulary

Generic CreateVocabularyResponse Source # 
Instance details

Defined in Amazonka.Transcribe.CreateVocabulary

Associated Types

type Rep CreateVocabularyResponse :: Type -> Type #

NFData CreateVocabularyResponse Source # 
Instance details

Defined in Amazonka.Transcribe.CreateVocabulary

type Rep CreateVocabularyResponse Source # 
Instance details

Defined in Amazonka.Transcribe.CreateVocabulary

type Rep CreateVocabularyResponse = D1 ('MetaData "CreateVocabularyResponse" "Amazonka.Transcribe.CreateVocabulary" "libZSservicesZSamazonka-transcribeZSamazonka-transcribe" 'False) (C1 ('MetaCons "CreateVocabularyResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "failureReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "languageCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LanguageCode)) :*: S1 ('MetaSel ('Just "vocabularyName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "lastModifiedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "vocabularyState") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe VocabularyState)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))))

newCreateVocabularyResponse Source #

Create a value of CreateVocabularyResponse 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:failureReason:CreateVocabularyResponse', createVocabularyResponse_failureReason - If the VocabularyState field is FAILED, this field contains information about why the job failed.

$sel:languageCode:CreateVocabulary', createVocabularyResponse_languageCode - The language code of the vocabulary entries.

$sel:vocabularyName:CreateVocabulary', createVocabularyResponse_vocabularyName - The name of the vocabulary.

$sel:lastModifiedTime:CreateVocabularyResponse', createVocabularyResponse_lastModifiedTime - The date and time that the vocabulary was created.

$sel:vocabularyState:CreateVocabularyResponse', createVocabularyResponse_vocabularyState - The processing state of the vocabulary. When the VocabularyState field contains READY the vocabulary is ready to be used in a StartTranscriptionJob request.

$sel:httpStatus:CreateVocabularyResponse', createVocabularyResponse_httpStatus - The response's http status code.

CreateLanguageModel

data CreateLanguageModel Source #

See: newCreateLanguageModel smart constructor.

Instances

Instances details
Eq CreateLanguageModel Source # 
Instance details

Defined in Amazonka.Transcribe.CreateLanguageModel

Read CreateLanguageModel Source # 
Instance details

Defined in Amazonka.Transcribe.CreateLanguageModel

Show CreateLanguageModel Source # 
Instance details

Defined in Amazonka.Transcribe.CreateLanguageModel

Generic CreateLanguageModel Source # 
Instance details

Defined in Amazonka.Transcribe.CreateLanguageModel

Associated Types

type Rep CreateLanguageModel :: Type -> Type #

NFData CreateLanguageModel Source # 
Instance details

Defined in Amazonka.Transcribe.CreateLanguageModel

Methods

rnf :: CreateLanguageModel -> () #

Hashable CreateLanguageModel Source # 
Instance details

Defined in Amazonka.Transcribe.CreateLanguageModel

ToJSON CreateLanguageModel Source # 
Instance details

Defined in Amazonka.Transcribe.CreateLanguageModel

AWSRequest CreateLanguageModel Source # 
Instance details

Defined in Amazonka.Transcribe.CreateLanguageModel

Associated Types

type AWSResponse CreateLanguageModel #

ToHeaders CreateLanguageModel Source # 
Instance details

Defined in Amazonka.Transcribe.CreateLanguageModel

ToPath CreateLanguageModel Source # 
Instance details

Defined in Amazonka.Transcribe.CreateLanguageModel

ToQuery CreateLanguageModel Source # 
Instance details

Defined in Amazonka.Transcribe.CreateLanguageModel

type Rep CreateLanguageModel Source # 
Instance details

Defined in Amazonka.Transcribe.CreateLanguageModel

type Rep CreateLanguageModel = D1 ('MetaData "CreateLanguageModel" "Amazonka.Transcribe.CreateLanguageModel" "libZSservicesZSamazonka-transcribeZSamazonka-transcribe" 'False) (C1 ('MetaCons "CreateLanguageModel'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Tag))) :*: S1 ('MetaSel ('Just "languageCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 CLMLanguageCode)) :*: (S1 ('MetaSel ('Just "baseModelName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 BaseModelName) :*: (S1 ('MetaSel ('Just "modelName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "inputDataConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 InputDataConfig)))))
type AWSResponse CreateLanguageModel Source # 
Instance details

Defined in Amazonka.Transcribe.CreateLanguageModel

newCreateLanguageModel Source #

Create a value of CreateLanguageModel 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:tags:CreateLanguageModel', createLanguageModel_tags - Adds one or more tags, each in the form of a key:value pair, to a new language model at the time you create this new model.

$sel:languageCode:CreateLanguageModel', createLanguageModel_languageCode - The language of the input text you're using to train your custom language model.

$sel:baseModelName:CreateLanguageModel', createLanguageModel_baseModelName - The Amazon Transcribe standard language model, or base model used to create your custom language model.

If you want to use your custom language model to transcribe audio with a sample rate of 16,000 Hz or greater, choose Wideband.

If you want to use your custom language model to transcribe audio with a sample rate that is less than 16,000 Hz, choose Narrowband.

$sel:modelName:CreateLanguageModel', createLanguageModel_modelName - The name you choose for your custom language model when you create it.

$sel:inputDataConfig:CreateLanguageModel', createLanguageModel_inputDataConfig - Contains the data access role and the Amazon S3 prefixes to read the required input files to create a custom language model.

data CreateLanguageModelResponse Source #

See: newCreateLanguageModelResponse smart constructor.

Instances

Instances details
Eq CreateLanguageModelResponse Source # 
Instance details

Defined in Amazonka.Transcribe.CreateLanguageModel

Read CreateLanguageModelResponse Source # 
Instance details

Defined in Amazonka.Transcribe.CreateLanguageModel

Show CreateLanguageModelResponse Source # 
Instance details

Defined in Amazonka.Transcribe.CreateLanguageModel

Generic CreateLanguageModelResponse Source # 
Instance details

Defined in Amazonka.Transcribe.CreateLanguageModel

Associated Types

type Rep CreateLanguageModelResponse :: Type -> Type #

NFData CreateLanguageModelResponse Source # 
Instance details

Defined in Amazonka.Transcribe.CreateLanguageModel

type Rep CreateLanguageModelResponse Source # 
Instance details

Defined in Amazonka.Transcribe.CreateLanguageModel

type Rep CreateLanguageModelResponse = D1 ('MetaData "CreateLanguageModelResponse" "Amazonka.Transcribe.CreateLanguageModel" "libZSservicesZSamazonka-transcribeZSamazonka-transcribe" 'False) (C1 ('MetaCons "CreateLanguageModelResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "languageCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CLMLanguageCode)) :*: (S1 ('MetaSel ('Just "modelName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "inputDataConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InputDataConfig)))) :*: (S1 ('MetaSel ('Just "baseModelName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe BaseModelName)) :*: (S1 ('MetaSel ('Just "modelStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ModelStatus)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))))

newCreateLanguageModelResponse Source #

Create a value of CreateLanguageModelResponse 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:CreateLanguageModel', createLanguageModelResponse_languageCode - The language code of the text you've used to create a custom language model.

$sel:modelName:CreateLanguageModel', createLanguageModelResponse_modelName - The name you've chosen for your custom language model.

$sel:inputDataConfig:CreateLanguageModel', createLanguageModelResponse_inputDataConfig - The data access role and Amazon S3 prefixes you've chosen to create your custom language model.

$sel:baseModelName:CreateLanguageModel', createLanguageModelResponse_baseModelName - The Amazon Transcribe standard language model, or base model you've used to create a custom language model.

$sel:modelStatus:CreateLanguageModelResponse', createLanguageModelResponse_modelStatus - The status of the custom language model. When the status is COMPLETED the model is ready to use.

$sel:httpStatus:CreateLanguageModelResponse', createLanguageModelResponse_httpStatus - The response's http status code.

StartTranscriptionJob

data StartTranscriptionJob Source #

See: newStartTranscriptionJob smart constructor.

Instances

Instances details
Eq StartTranscriptionJob Source # 
Instance details

Defined in Amazonka.Transcribe.StartTranscriptionJob

Read StartTranscriptionJob Source # 
Instance details

Defined in Amazonka.Transcribe.StartTranscriptionJob

Show StartTranscriptionJob Source # 
Instance details

Defined in Amazonka.Transcribe.StartTranscriptionJob

Generic StartTranscriptionJob Source # 
Instance details

Defined in Amazonka.Transcribe.StartTranscriptionJob

Associated Types

type Rep StartTranscriptionJob :: Type -> Type #

NFData StartTranscriptionJob Source # 
Instance details

Defined in Amazonka.Transcribe.StartTranscriptionJob

Methods

rnf :: StartTranscriptionJob -> () #

Hashable StartTranscriptionJob Source # 
Instance details

Defined in Amazonka.Transcribe.StartTranscriptionJob

ToJSON StartTranscriptionJob Source # 
Instance details

Defined in Amazonka.Transcribe.StartTranscriptionJob

AWSRequest StartTranscriptionJob Source # 
Instance details

Defined in Amazonka.Transcribe.StartTranscriptionJob

Associated Types

type AWSResponse StartTranscriptionJob #

ToHeaders StartTranscriptionJob Source # 
Instance details

Defined in Amazonka.Transcribe.StartTranscriptionJob

ToPath StartTranscriptionJob Source # 
Instance details

Defined in Amazonka.Transcribe.StartTranscriptionJob

ToQuery StartTranscriptionJob Source # 
Instance details

Defined in Amazonka.Transcribe.StartTranscriptionJob

type Rep StartTranscriptionJob Source # 
Instance details

Defined in Amazonka.Transcribe.StartTranscriptionJob

type Rep StartTranscriptionJob = D1 ('MetaData "StartTranscriptionJob" "Amazonka.Transcribe.StartTranscriptionJob" "libZSservicesZSamazonka-transcribeZSamazonka-transcribe" 'False) (C1 ('MetaCons "StartTranscriptionJob'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "contentRedaction") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ContentRedaction)) :*: S1 ('MetaSel ('Just "subtitles") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Subtitles))) :*: (S1 ('MetaSel ('Just "languageCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LanguageCode)) :*: S1 ('MetaSel ('Just "languageOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty LanguageCode))))) :*: ((S1 ('MetaSel ('Just "settings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Settings)) :*: S1 ('MetaSel ('Just "outputBucketName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "mediaFormat") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MediaFormat)) :*: S1 ('MetaSel ('Just "outputEncryptionKMSKeyId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: (((S1 ('MetaSel ('Just "modelSettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ModelSettings)) :*: S1 ('MetaSel ('Just "kmsEncryptionContext") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text)))) :*: (S1 ('MetaSel ('Just "jobExecutionSettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe JobExecutionSettings)) :*: S1 ('MetaSel ('Just "outputKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "identifyLanguage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Tag)))) :*: (S1 ('MetaSel ('Just "mediaSampleRateHertz") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "transcriptionJobName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "media") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Media)))))))
type AWSResponse StartTranscriptionJob Source # 
Instance details

Defined in Amazonka.Transcribe.StartTranscriptionJob

newStartTranscriptionJob Source #

Create a value of StartTranscriptionJob 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:contentRedaction:StartTranscriptionJob', startTranscriptionJob_contentRedaction - An object that contains the request parameters for content redaction.

$sel:subtitles:StartTranscriptionJob', startTranscriptionJob_subtitles - Add subtitles to your batch transcription job.

$sel:languageCode:StartTranscriptionJob', startTranscriptionJob_languageCode - The language code for the language used in the input media file.

To transcribe speech in Modern Standard Arabic (ar-SA), your audio or video file must be encoded at a sample rate of 16,000 Hz or higher.

$sel:languageOptions:StartTranscriptionJob', startTranscriptionJob_languageOptions - An object containing a list of languages that might be present in your collection of audio files. Automatic language identification chooses a language that best matches the source audio from that list.

To transcribe speech in Modern Standard Arabic (ar-SA), your audio or video file must be encoded at a sample rate of 16,000 Hz or higher.

$sel:settings:StartTranscriptionJob', startTranscriptionJob_settings - A Settings object that provides optional settings for a transcription job.

$sel:outputBucketName:StartTranscriptionJob', startTranscriptionJob_outputBucketName - The location where the transcription is stored.

If you set the OutputBucketName, Amazon Transcribe puts the transcript in the specified S3 bucket. When you call the GetTranscriptionJob operation, the operation returns this location in the TranscriptFileUri field. If you enable content redaction, the redacted transcript appears in RedactedTranscriptFileUri. If you enable content redaction and choose to output an unredacted transcript, that transcript's location still appears in the TranscriptFileUri. The S3 bucket must have permissions that allow Amazon Transcribe to put files in the bucket. For more information, see Permissions Required for IAM User Roles.

You can specify an Amazon Web Services Key Management Service (KMS) key to encrypt the output of your transcription using the OutputEncryptionKMSKeyId parameter. If you don't specify a KMS key, Amazon Transcribe uses the default Amazon S3 key for server-side encryption of transcripts that are placed in your S3 bucket.

If you don't set the OutputBucketName, Amazon Transcribe generates a pre-signed URL, a shareable URL that provides secure access to your transcription, and returns it in the TranscriptFileUri field. Use this URL to download the transcription.

$sel:mediaFormat:StartTranscriptionJob', startTranscriptionJob_mediaFormat - The format of the input media file.

$sel:outputEncryptionKMSKeyId:StartTranscriptionJob', startTranscriptionJob_outputEncryptionKMSKeyId - The Amazon Resource Name (ARN) of the Amazon Web Services Key Management Service (KMS) key used to encrypt the output of the transcription job. The user calling the StartTranscriptionJob operation must have permission to use the specified KMS key.

You can use either of the following to identify a KMS key in the current account:

  • KMS Key ID: "1234abcd-12ab-34cd-56ef-1234567890ab"
  • KMS Key Alias: "alias/ExampleAlias"

You can use either of the following to identify a KMS key in the current account or another account:

  • Amazon Resource Name (ARN) of a KMS Key: "arn:aws:kms:region:account ID:key/1234abcd-12ab-34cd-56ef-1234567890ab"
  • ARN of a KMS Key Alias: "arn:aws:kms:region:account ID:alias/ExampleAlias"

If you don't specify an encryption key, the output of the transcription job is encrypted with the default Amazon S3 key (SSE-S3).

If you specify a KMS key to encrypt your output, you must also specify an output location in the OutputBucketName parameter.

$sel:modelSettings:StartTranscriptionJob', startTranscriptionJob_modelSettings - Choose the custom language model you use for your transcription job in this parameter.

$sel:kmsEncryptionContext:StartTranscriptionJob', startTranscriptionJob_kmsEncryptionContext - A map of plain text, non-secret key:value pairs, known as encryption context pairs, that provide an added layer of security for your data.

$sel:jobExecutionSettings:StartTranscriptionJob', startTranscriptionJob_jobExecutionSettings - Provides information about how a transcription job is executed. Use this field to indicate that the job can be queued for deferred execution if the concurrency limit is reached and there are no slots available to immediately run the job.

$sel:outputKey:StartTranscriptionJob', startTranscriptionJob_outputKey - You can specify a location in an Amazon S3 bucket to store the output of your transcription job.

If you don't specify an output key, Amazon Transcribe stores the output of your transcription job in the Amazon S3 bucket you specified. By default, the object key is "your-transcription-job-name.json".

You can use output keys to specify the Amazon S3 prefix and file name of the transcription output. For example, specifying the Amazon S3 prefix, "folder1/folder2/", as an output key would lead to the output being stored as "folder1/folder2/your-transcription-job-name.json". If you specify "my-other-job-name.json" as the output key, the object key is changed to "my-other-job-name.json". You can use an output key to change both the prefix and the file name, for example "folder/my-other-job-name.json".

If you specify an output key, you must also specify an S3 bucket in the OutputBucketName parameter.

$sel:identifyLanguage:StartTranscriptionJob', startTranscriptionJob_identifyLanguage - Set this field to true to enable automatic language identification. Automatic language identification is disabled by default. You receive a BadRequestException error if you enter a value for a LanguageCode.

$sel:tags:StartTranscriptionJob', startTranscriptionJob_tags - Add tags to an Amazon Transcribe transcription job.

$sel:mediaSampleRateHertz:StartTranscriptionJob', startTranscriptionJob_mediaSampleRateHertz - The sample rate, in Hertz, of the audio track in the input media file.

If you do not specify the media sample rate, Amazon Transcribe determines the sample rate. If you specify the sample rate, it must match the sample rate detected by Amazon Transcribe. In most cases, you should leave the MediaSampleRateHertz field blank and let Amazon Transcribe determine the sample rate.

$sel:transcriptionJobName:StartTranscriptionJob', startTranscriptionJob_transcriptionJobName - The name of the job. You can't use the strings "." or ".." by themselves as the job name. The name must also be unique within an Amazon Web Services account. If you try to create a transcription job with the same name as a previous transcription job, you get a ConflictException error.

$sel:media:StartTranscriptionJob', startTranscriptionJob_media - An object that describes the input media for a transcription job.

data StartTranscriptionJobResponse Source #

See: newStartTranscriptionJobResponse smart constructor.

Instances

Instances details
Eq StartTranscriptionJobResponse Source # 
Instance details

Defined in Amazonka.Transcribe.StartTranscriptionJob

Read StartTranscriptionJobResponse Source # 
Instance details

Defined in Amazonka.Transcribe.StartTranscriptionJob

Show StartTranscriptionJobResponse Source # 
Instance details

Defined in Amazonka.Transcribe.StartTranscriptionJob

Generic StartTranscriptionJobResponse Source # 
Instance details

Defined in Amazonka.Transcribe.StartTranscriptionJob

Associated Types

type Rep StartTranscriptionJobResponse :: Type -> Type #

NFData StartTranscriptionJobResponse Source # 
Instance details

Defined in Amazonka.Transcribe.StartTranscriptionJob

type Rep StartTranscriptionJobResponse Source # 
Instance details

Defined in Amazonka.Transcribe.StartTranscriptionJob

type Rep StartTranscriptionJobResponse = D1 ('MetaData "StartTranscriptionJobResponse" "Amazonka.Transcribe.StartTranscriptionJob" "libZSservicesZSamazonka-transcribeZSamazonka-transcribe" 'False) (C1 ('MetaCons "StartTranscriptionJobResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "transcriptionJob") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TranscriptionJob)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newStartTranscriptionJobResponse Source #

Create a value of StartTranscriptionJobResponse 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:transcriptionJob:StartTranscriptionJobResponse', startTranscriptionJobResponse_transcriptionJob - An object containing details of the asynchronous transcription job.

$sel:httpStatus:StartTranscriptionJobResponse', startTranscriptionJobResponse_httpStatus - The response's http status code.

Types

BaseModelName

newtype BaseModelName Source #

Constructors

BaseModelName' 

Instances

Instances details
Eq BaseModelName Source # 
Instance details

Defined in Amazonka.Transcribe.Types.BaseModelName

Ord BaseModelName Source # 
Instance details

Defined in Amazonka.Transcribe.Types.BaseModelName

Read BaseModelName Source # 
Instance details

Defined in Amazonka.Transcribe.Types.BaseModelName

Show BaseModelName Source # 
Instance details

Defined in Amazonka.Transcribe.Types.BaseModelName

Generic BaseModelName Source # 
Instance details

Defined in Amazonka.Transcribe.Types.BaseModelName

Associated Types

type Rep BaseModelName :: Type -> Type #

NFData BaseModelName Source # 
Instance details

Defined in Amazonka.Transcribe.Types.BaseModelName

Methods

rnf :: BaseModelName -> () #

Hashable BaseModelName Source # 
Instance details

Defined in Amazonka.Transcribe.Types.BaseModelName

ToJSON BaseModelName Source # 
Instance details

Defined in Amazonka.Transcribe.Types.BaseModelName

ToJSONKey BaseModelName Source # 
Instance details

Defined in Amazonka.Transcribe.Types.BaseModelName

FromJSON BaseModelName Source # 
Instance details

Defined in Amazonka.Transcribe.Types.BaseModelName

FromJSONKey BaseModelName Source # 
Instance details

Defined in Amazonka.Transcribe.Types.BaseModelName

ToLog BaseModelName Source # 
Instance details

Defined in Amazonka.Transcribe.Types.BaseModelName

ToHeader BaseModelName Source # 
Instance details

Defined in Amazonka.Transcribe.Types.BaseModelName

ToQuery BaseModelName Source # 
Instance details

Defined in Amazonka.Transcribe.Types.BaseModelName

FromXML BaseModelName Source # 
Instance details

Defined in Amazonka.Transcribe.Types.BaseModelName

ToXML BaseModelName Source # 
Instance details

Defined in Amazonka.Transcribe.Types.BaseModelName

Methods

toXML :: BaseModelName -> XML #

ToByteString BaseModelName Source # 
Instance details

Defined in Amazonka.Transcribe.Types.BaseModelName

FromText BaseModelName Source # 
Instance details

Defined in Amazonka.Transcribe.Types.BaseModelName

ToText BaseModelName Source # 
Instance details

Defined in Amazonka.Transcribe.Types.BaseModelName

Methods

toText :: BaseModelName -> Text #

type Rep BaseModelName Source # 
Instance details

Defined in Amazonka.Transcribe.Types.BaseModelName

type Rep BaseModelName = D1 ('MetaData "BaseModelName" "Amazonka.Transcribe.Types.BaseModelName" "libZSservicesZSamazonka-transcribeZSamazonka-transcribe" 'True) (C1 ('MetaCons "BaseModelName'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromBaseModelName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

CLMLanguageCode

newtype CLMLanguageCode Source #

Constructors

CLMLanguageCode' 

Instances

Instances details
Eq CLMLanguageCode Source # 
Instance details

Defined in Amazonka.Transcribe.Types.CLMLanguageCode

Ord CLMLanguageCode Source # 
Instance details

Defined in Amazonka.Transcribe.Types.CLMLanguageCode

Read CLMLanguageCode Source # 
Instance details

Defined in Amazonka.Transcribe.Types.CLMLanguageCode

Show CLMLanguageCode Source # 
Instance details

Defined in Amazonka.Transcribe.Types.CLMLanguageCode

Generic CLMLanguageCode Source # 
Instance details

Defined in Amazonka.Transcribe.Types.CLMLanguageCode

Associated Types

type Rep CLMLanguageCode :: Type -> Type #

NFData CLMLanguageCode Source # 
Instance details

Defined in Amazonka.Transcribe.Types.CLMLanguageCode

Methods

rnf :: CLMLanguageCode -> () #

Hashable CLMLanguageCode Source # 
Instance details

Defined in Amazonka.Transcribe.Types.CLMLanguageCode

ToJSON CLMLanguageCode Source # 
Instance details

Defined in Amazonka.Transcribe.Types.CLMLanguageCode

ToJSONKey CLMLanguageCode Source # 
Instance details

Defined in Amazonka.Transcribe.Types.CLMLanguageCode

FromJSON CLMLanguageCode Source # 
Instance details

Defined in Amazonka.Transcribe.Types.CLMLanguageCode

FromJSONKey CLMLanguageCode Source # 
Instance details

Defined in Amazonka.Transcribe.Types.CLMLanguageCode

ToLog CLMLanguageCode Source # 
Instance details

Defined in Amazonka.Transcribe.Types.CLMLanguageCode

ToHeader CLMLanguageCode Source # 
Instance details

Defined in Amazonka.Transcribe.Types.CLMLanguageCode

ToQuery CLMLanguageCode Source # 
Instance details

Defined in Amazonka.Transcribe.Types.CLMLanguageCode

FromXML CLMLanguageCode Source # 
Instance details

Defined in Amazonka.Transcribe.Types.CLMLanguageCode

ToXML CLMLanguageCode Source # 
Instance details

Defined in Amazonka.Transcribe.Types.CLMLanguageCode

Methods

toXML :: CLMLanguageCode -> XML #

ToByteString CLMLanguageCode Source # 
Instance details

Defined in Amazonka.Transcribe.Types.CLMLanguageCode

FromText CLMLanguageCode Source # 
Instance details

Defined in Amazonka.Transcribe.Types.CLMLanguageCode

ToText CLMLanguageCode Source # 
Instance details

Defined in Amazonka.Transcribe.Types.CLMLanguageCode

type Rep CLMLanguageCode Source # 
Instance details

Defined in Amazonka.Transcribe.Types.CLMLanguageCode

type Rep CLMLanguageCode = D1 ('MetaData "CLMLanguageCode" "Amazonka.Transcribe.Types.CLMLanguageCode" "libZSservicesZSamazonka-transcribeZSamazonka-transcribe" 'True) (C1 ('MetaCons "CLMLanguageCode'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromCLMLanguageCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

CallAnalyticsJobStatus

newtype CallAnalyticsJobStatus Source #

Instances

Instances details
Eq CallAnalyticsJobStatus Source # 
Instance details

Defined in Amazonka.Transcribe.Types.CallAnalyticsJobStatus

Ord CallAnalyticsJobStatus Source # 
Instance details

Defined in Amazonka.Transcribe.Types.CallAnalyticsJobStatus

Read CallAnalyticsJobStatus Source # 
Instance details

Defined in Amazonka.Transcribe.Types.CallAnalyticsJobStatus

Show CallAnalyticsJobStatus Source # 
Instance details

Defined in Amazonka.Transcribe.Types.CallAnalyticsJobStatus

Generic CallAnalyticsJobStatus Source # 
Instance details

Defined in Amazonka.Transcribe.Types.CallAnalyticsJobStatus

Associated Types

type Rep CallAnalyticsJobStatus :: Type -> Type #

NFData CallAnalyticsJobStatus Source # 
Instance details

Defined in Amazonka.Transcribe.Types.CallAnalyticsJobStatus

Methods

rnf :: CallAnalyticsJobStatus -> () #

Hashable CallAnalyticsJobStatus Source # 
Instance details

Defined in Amazonka.Transcribe.Types.CallAnalyticsJobStatus

ToJSON CallAnalyticsJobStatus Source # 
Instance details

Defined in Amazonka.Transcribe.Types.CallAnalyticsJobStatus

ToJSONKey CallAnalyticsJobStatus Source # 
Instance details

Defined in Amazonka.Transcribe.Types.CallAnalyticsJobStatus

FromJSON CallAnalyticsJobStatus Source # 
Instance details

Defined in Amazonka.Transcribe.Types.CallAnalyticsJobStatus

FromJSONKey CallAnalyticsJobStatus Source # 
Instance details

Defined in Amazonka.Transcribe.Types.CallAnalyticsJobStatus

ToLog CallAnalyticsJobStatus Source # 
Instance details

Defined in Amazonka.Transcribe.Types.CallAnalyticsJobStatus

ToHeader CallAnalyticsJobStatus Source # 
Instance details

Defined in Amazonka.Transcribe.Types.CallAnalyticsJobStatus

ToQuery CallAnalyticsJobStatus Source # 
Instance details

Defined in Amazonka.Transcribe.Types.CallAnalyticsJobStatus

FromXML CallAnalyticsJobStatus Source # 
Instance details

Defined in Amazonka.Transcribe.Types.CallAnalyticsJobStatus

ToXML CallAnalyticsJobStatus Source # 
Instance details

Defined in Amazonka.Transcribe.Types.CallAnalyticsJobStatus

ToByteString CallAnalyticsJobStatus Source # 
Instance details

Defined in Amazonka.Transcribe.Types.CallAnalyticsJobStatus

FromText CallAnalyticsJobStatus Source # 
Instance details

Defined in Amazonka.Transcribe.Types.CallAnalyticsJobStatus

ToText CallAnalyticsJobStatus Source # 
Instance details

Defined in Amazonka.Transcribe.Types.CallAnalyticsJobStatus

type Rep CallAnalyticsJobStatus Source # 
Instance details

Defined in Amazonka.Transcribe.Types.CallAnalyticsJobStatus

type Rep CallAnalyticsJobStatus = D1 ('MetaData "CallAnalyticsJobStatus" "Amazonka.Transcribe.Types.CallAnalyticsJobStatus" "libZSservicesZSamazonka-transcribeZSamazonka-transcribe" 'True) (C1 ('MetaCons "CallAnalyticsJobStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromCallAnalyticsJobStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

LanguageCode

newtype LanguageCode Source #

Constructors

LanguageCode' 

Bundled Patterns

pattern LanguageCode_Af_ZA :: LanguageCode 
pattern LanguageCode_Ar_AE :: LanguageCode 
pattern LanguageCode_Ar_SA :: LanguageCode 
pattern LanguageCode_Cy_GB :: LanguageCode 
pattern LanguageCode_Da_DK :: LanguageCode 
pattern LanguageCode_De_CH :: LanguageCode 
pattern LanguageCode_De_DE :: LanguageCode 
pattern LanguageCode_En_AB :: LanguageCode 
pattern LanguageCode_En_AU :: LanguageCode 
pattern LanguageCode_En_GB :: LanguageCode 
pattern LanguageCode_En_IE :: LanguageCode 
pattern LanguageCode_En_IN :: LanguageCode 
pattern LanguageCode_En_NZ :: LanguageCode 
pattern LanguageCode_En_US :: LanguageCode 
pattern LanguageCode_En_WL :: LanguageCode 
pattern LanguageCode_En_ZA :: LanguageCode 
pattern LanguageCode_Es_ES :: LanguageCode 
pattern LanguageCode_Es_US :: LanguageCode 
pattern LanguageCode_Fa_IR :: LanguageCode 
pattern LanguageCode_Fr_CA :: LanguageCode 
pattern LanguageCode_Fr_FR :: LanguageCode 
pattern LanguageCode_Ga_IE :: LanguageCode 
pattern LanguageCode_Gd_GB :: LanguageCode 
pattern LanguageCode_He_IL :: LanguageCode 
pattern LanguageCode_Hi_IN :: LanguageCode 
pattern LanguageCode_Id_ID :: LanguageCode 
pattern LanguageCode_It_IT :: LanguageCode 
pattern LanguageCode_Ja_JP :: LanguageCode 
pattern LanguageCode_Ko_KR :: LanguageCode 
pattern LanguageCode_Ms_MY :: LanguageCode 
pattern LanguageCode_Nl_NL :: LanguageCode 
pattern LanguageCode_Pt_BR :: LanguageCode 
pattern LanguageCode_Pt_PT :: LanguageCode 
pattern LanguageCode_Ru_RU :: LanguageCode 
pattern LanguageCode_Ta_IN :: LanguageCode 
pattern LanguageCode_Te_IN :: LanguageCode 
pattern LanguageCode_Th_TH :: LanguageCode 
pattern LanguageCode_Tr_TR :: LanguageCode 
pattern LanguageCode_Zh_CN :: LanguageCode 
pattern LanguageCode_Zh_TW :: LanguageCode 

Instances

Instances details
Eq LanguageCode Source # 
Instance details

Defined in Amazonka.Transcribe.Types.LanguageCode

Ord LanguageCode Source # 
Instance details

Defined in Amazonka.Transcribe.Types.LanguageCode

Read LanguageCode Source # 
Instance details

Defined in Amazonka.Transcribe.Types.LanguageCode

Show LanguageCode Source # 
Instance details

Defined in Amazonka.Transcribe.Types.LanguageCode

Generic LanguageCode Source # 
Instance details

Defined in Amazonka.Transcribe.Types.LanguageCode

Associated Types

type Rep LanguageCode :: Type -> Type #

NFData LanguageCode Source # 
Instance details

Defined in Amazonka.Transcribe.Types.LanguageCode

Methods

rnf :: LanguageCode -> () #

Hashable LanguageCode Source # 
Instance details

Defined in Amazonka.Transcribe.Types.LanguageCode

ToJSON LanguageCode Source # 
Instance details

Defined in Amazonka.Transcribe.Types.LanguageCode

ToJSONKey LanguageCode Source # 
Instance details

Defined in Amazonka.Transcribe.Types.LanguageCode

FromJSON LanguageCode Source # 
Instance details

Defined in Amazonka.Transcribe.Types.LanguageCode

FromJSONKey LanguageCode Source # 
Instance details

Defined in Amazonka.Transcribe.Types.LanguageCode

ToLog LanguageCode Source # 
Instance details

Defined in Amazonka.Transcribe.Types.LanguageCode

ToHeader LanguageCode Source # 
Instance details

Defined in Amazonka.Transcribe.Types.LanguageCode

ToQuery LanguageCode Source # 
Instance details

Defined in Amazonka.Transcribe.Types.LanguageCode

FromXML LanguageCode Source # 
Instance details

Defined in Amazonka.Transcribe.Types.LanguageCode

ToXML LanguageCode Source # 
Instance details

Defined in Amazonka.Transcribe.Types.LanguageCode

Methods

toXML :: LanguageCode -> XML #

ToByteString LanguageCode Source # 
Instance details

Defined in Amazonka.Transcribe.Types.LanguageCode

FromText LanguageCode Source # 
Instance details

Defined in Amazonka.Transcribe.Types.LanguageCode

ToText LanguageCode Source # 
Instance details

Defined in Amazonka.Transcribe.Types.LanguageCode

Methods

toText :: LanguageCode -> Text #

type Rep LanguageCode Source # 
Instance details

Defined in Amazonka.Transcribe.Types.LanguageCode

type Rep LanguageCode = D1 ('MetaData "LanguageCode" "Amazonka.Transcribe.Types.LanguageCode" "libZSservicesZSamazonka-transcribeZSamazonka-transcribe" 'True) (C1 ('MetaCons "LanguageCode'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromLanguageCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

MediaFormat

newtype MediaFormat Source #

Constructors

MediaFormat' 

Instances

Instances details
Eq MediaFormat Source # 
Instance details

Defined in Amazonka.Transcribe.Types.MediaFormat

Ord MediaFormat Source # 
Instance details

Defined in Amazonka.Transcribe.Types.MediaFormat

Read MediaFormat Source # 
Instance details

Defined in Amazonka.Transcribe.Types.MediaFormat

Show MediaFormat Source # 
Instance details

Defined in Amazonka.Transcribe.Types.MediaFormat

Generic MediaFormat Source # 
Instance details

Defined in Amazonka.Transcribe.Types.MediaFormat

Associated Types

type Rep MediaFormat :: Type -> Type #

NFData MediaFormat Source # 
Instance details

Defined in Amazonka.Transcribe.Types.MediaFormat

Methods

rnf :: MediaFormat -> () #

Hashable MediaFormat Source # 
Instance details

Defined in Amazonka.Transcribe.Types.MediaFormat

ToJSON MediaFormat Source # 
Instance details

Defined in Amazonka.Transcribe.Types.MediaFormat

ToJSONKey MediaFormat Source # 
Instance details

Defined in Amazonka.Transcribe.Types.MediaFormat

FromJSON MediaFormat Source # 
Instance details

Defined in Amazonka.Transcribe.Types.MediaFormat

FromJSONKey MediaFormat Source # 
Instance details

Defined in Amazonka.Transcribe.Types.MediaFormat

ToLog MediaFormat Source # 
Instance details

Defined in Amazonka.Transcribe.Types.MediaFormat

ToHeader MediaFormat Source # 
Instance details

Defined in Amazonka.Transcribe.Types.MediaFormat

ToQuery MediaFormat Source # 
Instance details

Defined in Amazonka.Transcribe.Types.MediaFormat

FromXML MediaFormat Source # 
Instance details

Defined in Amazonka.Transcribe.Types.MediaFormat

ToXML MediaFormat Source # 
Instance details

Defined in Amazonka.Transcribe.Types.MediaFormat

Methods

toXML :: MediaFormat -> XML #

ToByteString MediaFormat Source # 
Instance details

Defined in Amazonka.Transcribe.Types.MediaFormat

FromText MediaFormat Source # 
Instance details

Defined in Amazonka.Transcribe.Types.MediaFormat

ToText MediaFormat Source # 
Instance details

Defined in Amazonka.Transcribe.Types.MediaFormat

Methods

toText :: MediaFormat -> Text #

type Rep MediaFormat Source # 
Instance details

Defined in Amazonka.Transcribe.Types.MediaFormat

type Rep MediaFormat = D1 ('MetaData "MediaFormat" "Amazonka.Transcribe.Types.MediaFormat" "libZSservicesZSamazonka-transcribeZSamazonka-transcribe" 'True) (C1 ('MetaCons "MediaFormat'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromMediaFormat") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

MedicalContentIdentificationType

newtype MedicalContentIdentificationType Source #

Instances

Instances details
Eq MedicalContentIdentificationType Source # 
Instance details

Defined in Amazonka.Transcribe.Types.MedicalContentIdentificationType

Ord MedicalContentIdentificationType Source # 
Instance details

Defined in Amazonka.Transcribe.Types.MedicalContentIdentificationType

Read MedicalContentIdentificationType Source # 
Instance details

Defined in Amazonka.Transcribe.Types.MedicalContentIdentificationType

Show MedicalContentIdentificationType Source # 
Instance details

Defined in Amazonka.Transcribe.Types.MedicalContentIdentificationType

Generic MedicalContentIdentificationType Source # 
Instance details

Defined in Amazonka.Transcribe.Types.MedicalContentIdentificationType

Associated Types

type Rep MedicalContentIdentificationType :: Type -> Type #

NFData MedicalContentIdentificationType Source # 
Instance details

Defined in Amazonka.Transcribe.Types.MedicalContentIdentificationType

Hashable MedicalContentIdentificationType Source # 
Instance details

Defined in Amazonka.Transcribe.Types.MedicalContentIdentificationType

ToJSON MedicalContentIdentificationType Source # 
Instance details

Defined in Amazonka.Transcribe.Types.MedicalContentIdentificationType

ToJSONKey MedicalContentIdentificationType Source # 
Instance details

Defined in Amazonka.Transcribe.Types.MedicalContentIdentificationType

FromJSON MedicalContentIdentificationType Source # 
Instance details

Defined in Amazonka.Transcribe.Types.MedicalContentIdentificationType

FromJSONKey MedicalContentIdentificationType Source # 
Instance details

Defined in Amazonka.Transcribe.Types.MedicalContentIdentificationType

ToLog MedicalContentIdentificationType Source # 
Instance details

Defined in Amazonka.Transcribe.Types.MedicalContentIdentificationType

ToHeader MedicalContentIdentificationType Source # 
Instance details

Defined in Amazonka.Transcribe.Types.MedicalContentIdentificationType

ToQuery MedicalContentIdentificationType Source # 
Instance details

Defined in Amazonka.Transcribe.Types.MedicalContentIdentificationType

FromXML MedicalContentIdentificationType Source # 
Instance details

Defined in Amazonka.Transcribe.Types.MedicalContentIdentificationType

ToXML MedicalContentIdentificationType Source # 
Instance details

Defined in Amazonka.Transcribe.Types.MedicalContentIdentificationType

ToByteString MedicalContentIdentificationType Source # 
Instance details

Defined in Amazonka.Transcribe.Types.MedicalContentIdentificationType

FromText MedicalContentIdentificationType Source # 
Instance details

Defined in Amazonka.Transcribe.Types.MedicalContentIdentificationType

ToText MedicalContentIdentificationType Source # 
Instance details

Defined in Amazonka.Transcribe.Types.MedicalContentIdentificationType

type Rep MedicalContentIdentificationType Source # 
Instance details

Defined in Amazonka.Transcribe.Types.MedicalContentIdentificationType

type Rep MedicalContentIdentificationType = D1 ('MetaData "MedicalContentIdentificationType" "Amazonka.Transcribe.Types.MedicalContentIdentificationType" "libZSservicesZSamazonka-transcribeZSamazonka-transcribe" 'True) (C1 ('MetaCons "MedicalContentIdentificationType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromMedicalContentIdentificationType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ModelStatus

newtype ModelStatus Source #

Constructors

ModelStatus' 

Instances

Instances details
Eq ModelStatus Source # 
Instance details

Defined in Amazonka.Transcribe.Types.ModelStatus

Ord ModelStatus Source # 
Instance details

Defined in Amazonka.Transcribe.Types.ModelStatus

Read ModelStatus Source # 
Instance details

Defined in Amazonka.Transcribe.Types.ModelStatus

Show ModelStatus Source # 
Instance details

Defined in Amazonka.Transcribe.Types.ModelStatus

Generic ModelStatus Source # 
Instance details

Defined in Amazonka.Transcribe.Types.ModelStatus

Associated Types

type Rep ModelStatus :: Type -> Type #

NFData ModelStatus Source # 
Instance details

Defined in Amazonka.Transcribe.Types.ModelStatus

Methods

rnf :: ModelStatus -> () #

Hashable ModelStatus Source # 
Instance details

Defined in Amazonka.Transcribe.Types.ModelStatus

ToJSON ModelStatus Source # 
Instance details

Defined in Amazonka.Transcribe.Types.ModelStatus

ToJSONKey ModelStatus Source # 
Instance details

Defined in Amazonka.Transcribe.Types.ModelStatus

FromJSON ModelStatus Source # 
Instance details

Defined in Amazonka.Transcribe.Types.ModelStatus

FromJSONKey ModelStatus Source # 
Instance details

Defined in Amazonka.Transcribe.Types.ModelStatus

ToLog ModelStatus Source # 
Instance details

Defined in Amazonka.Transcribe.Types.ModelStatus

ToHeader ModelStatus Source # 
Instance details

Defined in Amazonka.Transcribe.Types.ModelStatus

ToQuery ModelStatus Source # 
Instance details

Defined in Amazonka.Transcribe.Types.ModelStatus

FromXML ModelStatus Source # 
Instance details

Defined in Amazonka.Transcribe.Types.ModelStatus

ToXML ModelStatus Source # 
Instance details

Defined in Amazonka.Transcribe.Types.ModelStatus

Methods

toXML :: ModelStatus -> XML #

ToByteString ModelStatus Source # 
Instance details

Defined in Amazonka.Transcribe.Types.ModelStatus

FromText ModelStatus Source # 
Instance details

Defined in Amazonka.Transcribe.Types.ModelStatus

ToText ModelStatus Source # 
Instance details

Defined in Amazonka.Transcribe.Types.ModelStatus

Methods

toText :: ModelStatus -> Text #

type Rep ModelStatus Source # 
Instance details

Defined in Amazonka.Transcribe.Types.ModelStatus

type Rep ModelStatus = D1 ('MetaData "ModelStatus" "Amazonka.Transcribe.Types.ModelStatus" "libZSservicesZSamazonka-transcribeZSamazonka-transcribe" 'True) (C1 ('MetaCons "ModelStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromModelStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

OutputLocationType

newtype OutputLocationType Source #

Instances

Instances details
Eq OutputLocationType Source # 
Instance details

Defined in Amazonka.Transcribe.Types.OutputLocationType

Ord OutputLocationType Source # 
Instance details

Defined in Amazonka.Transcribe.Types.OutputLocationType

Read OutputLocationType Source # 
Instance details

Defined in Amazonka.Transcribe.Types.OutputLocationType

Show OutputLocationType Source # 
Instance details

Defined in Amazonka.Transcribe.Types.OutputLocationType

Generic OutputLocationType Source # 
Instance details

Defined in Amazonka.Transcribe.Types.OutputLocationType

Associated Types

type Rep OutputLocationType :: Type -> Type #

NFData OutputLocationType Source # 
Instance details

Defined in Amazonka.Transcribe.Types.OutputLocationType

Methods

rnf :: OutputLocationType -> () #

Hashable OutputLocationType Source # 
Instance details

Defined in Amazonka.Transcribe.Types.OutputLocationType

ToJSON OutputLocationType Source # 
Instance details

Defined in Amazonka.Transcribe.Types.OutputLocationType

ToJSONKey OutputLocationType Source # 
Instance details

Defined in Amazonka.Transcribe.Types.OutputLocationType

FromJSON OutputLocationType Source # 
Instance details

Defined in Amazonka.Transcribe.Types.OutputLocationType

FromJSONKey OutputLocationType Source # 
Instance details

Defined in Amazonka.Transcribe.Types.OutputLocationType

ToLog OutputLocationType Source # 
Instance details

Defined in Amazonka.Transcribe.Types.OutputLocationType

ToHeader OutputLocationType Source # 
Instance details

Defined in Amazonka.Transcribe.Types.OutputLocationType

ToQuery OutputLocationType Source # 
Instance details

Defined in Amazonka.Transcribe.Types.OutputLocationType

FromXML OutputLocationType Source # 
Instance details

Defined in Amazonka.Transcribe.Types.OutputLocationType

ToXML OutputLocationType Source # 
Instance details

Defined in Amazonka.Transcribe.Types.OutputLocationType

ToByteString OutputLocationType Source # 
Instance details

Defined in Amazonka.Transcribe.Types.OutputLocationType

FromText OutputLocationType Source # 
Instance details

Defined in Amazonka.Transcribe.Types.OutputLocationType

ToText OutputLocationType Source # 
Instance details

Defined in Amazonka.Transcribe.Types.OutputLocationType

type Rep OutputLocationType Source # 
Instance details

Defined in Amazonka.Transcribe.Types.OutputLocationType

type Rep OutputLocationType = D1 ('MetaData "OutputLocationType" "Amazonka.Transcribe.Types.OutputLocationType" "libZSservicesZSamazonka-transcribeZSamazonka-transcribe" 'True) (C1 ('MetaCons "OutputLocationType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromOutputLocationType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ParticipantRole

newtype ParticipantRole Source #

Constructors

ParticipantRole' 

Instances

Instances details
Eq ParticipantRole Source # 
Instance details

Defined in Amazonka.Transcribe.Types.ParticipantRole

Ord ParticipantRole Source # 
Instance details

Defined in Amazonka.Transcribe.Types.ParticipantRole

Read ParticipantRole Source # 
Instance details

Defined in Amazonka.Transcribe.Types.ParticipantRole

Show ParticipantRole Source # 
Instance details

Defined in Amazonka.Transcribe.Types.ParticipantRole

Generic ParticipantRole Source # 
Instance details

Defined in Amazonka.Transcribe.Types.ParticipantRole

Associated Types

type Rep ParticipantRole :: Type -> Type #

NFData ParticipantRole Source # 
Instance details

Defined in Amazonka.Transcribe.Types.ParticipantRole

Methods

rnf :: ParticipantRole -> () #

Hashable ParticipantRole Source # 
Instance details

Defined in Amazonka.Transcribe.Types.ParticipantRole

ToJSON ParticipantRole Source # 
Instance details

Defined in Amazonka.Transcribe.Types.ParticipantRole

ToJSONKey ParticipantRole Source # 
Instance details

Defined in Amazonka.Transcribe.Types.ParticipantRole

FromJSON ParticipantRole Source # 
Instance details

Defined in Amazonka.Transcribe.Types.ParticipantRole

FromJSONKey ParticipantRole Source # 
Instance details

Defined in Amazonka.Transcribe.Types.ParticipantRole

ToLog ParticipantRole Source # 
Instance details

Defined in Amazonka.Transcribe.Types.ParticipantRole

ToHeader ParticipantRole Source # 
Instance details

Defined in Amazonka.Transcribe.Types.ParticipantRole

ToQuery ParticipantRole Source # 
Instance details

Defined in Amazonka.Transcribe.Types.ParticipantRole

FromXML ParticipantRole Source # 
Instance details

Defined in Amazonka.Transcribe.Types.ParticipantRole

ToXML ParticipantRole Source # 
Instance details

Defined in Amazonka.Transcribe.Types.ParticipantRole

Methods

toXML :: ParticipantRole -> XML #

ToByteString ParticipantRole Source # 
Instance details

Defined in Amazonka.Transcribe.Types.ParticipantRole

FromText ParticipantRole Source # 
Instance details

Defined in Amazonka.Transcribe.Types.ParticipantRole

ToText ParticipantRole Source # 
Instance details

Defined in Amazonka.Transcribe.Types.ParticipantRole

type Rep ParticipantRole Source # 
Instance details

Defined in Amazonka.Transcribe.Types.ParticipantRole

type Rep ParticipantRole = D1 ('MetaData "ParticipantRole" "Amazonka.Transcribe.Types.ParticipantRole" "libZSservicesZSamazonka-transcribeZSamazonka-transcribe" 'True) (C1 ('MetaCons "ParticipantRole'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromParticipantRole") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

RedactionOutput

newtype RedactionOutput Source #

Constructors

RedactionOutput' 

Instances

Instances details
Eq RedactionOutput Source # 
Instance details

Defined in Amazonka.Transcribe.Types.RedactionOutput

Ord RedactionOutput Source # 
Instance details

Defined in Amazonka.Transcribe.Types.RedactionOutput

Read RedactionOutput Source # 
Instance details

Defined in Amazonka.Transcribe.Types.RedactionOutput

Show RedactionOutput Source # 
Instance details

Defined in Amazonka.Transcribe.Types.RedactionOutput

Generic RedactionOutput Source # 
Instance details

Defined in Amazonka.Transcribe.Types.RedactionOutput

Associated Types

type Rep RedactionOutput :: Type -> Type #

NFData RedactionOutput Source # 
Instance details

Defined in Amazonka.Transcribe.Types.RedactionOutput

Methods

rnf :: RedactionOutput -> () #

Hashable RedactionOutput Source # 
Instance details

Defined in Amazonka.Transcribe.Types.RedactionOutput

ToJSON RedactionOutput Source # 
Instance details

Defined in Amazonka.Transcribe.Types.RedactionOutput

ToJSONKey RedactionOutput Source # 
Instance details

Defined in Amazonka.Transcribe.Types.RedactionOutput

FromJSON RedactionOutput Source # 
Instance details

Defined in Amazonka.Transcribe.Types.RedactionOutput

FromJSONKey RedactionOutput Source # 
Instance details

Defined in Amazonka.Transcribe.Types.RedactionOutput

ToLog RedactionOutput Source # 
Instance details

Defined in Amazonka.Transcribe.Types.RedactionOutput

ToHeader RedactionOutput Source # 
Instance details

Defined in Amazonka.Transcribe.Types.RedactionOutput

ToQuery RedactionOutput Source # 
Instance details

Defined in Amazonka.Transcribe.Types.RedactionOutput

FromXML RedactionOutput Source # 
Instance details

Defined in Amazonka.Transcribe.Types.RedactionOutput

ToXML RedactionOutput Source # 
Instance details

Defined in Amazonka.Transcribe.Types.RedactionOutput

Methods

toXML :: RedactionOutput -> XML #

ToByteString RedactionOutput Source # 
Instance details

Defined in Amazonka.Transcribe.Types.RedactionOutput

FromText RedactionOutput Source # 
Instance details

Defined in Amazonka.Transcribe.Types.RedactionOutput

ToText RedactionOutput Source # 
Instance details

Defined in Amazonka.Transcribe.Types.RedactionOutput

type Rep RedactionOutput Source # 
Instance details

Defined in Amazonka.Transcribe.Types.RedactionOutput

type Rep RedactionOutput = D1 ('MetaData "RedactionOutput" "Amazonka.Transcribe.Types.RedactionOutput" "libZSservicesZSamazonka-transcribeZSamazonka-transcribe" 'True) (C1 ('MetaCons "RedactionOutput'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromRedactionOutput") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

RedactionType

newtype RedactionType Source #

Constructors

RedactionType' 

Bundled Patterns

pattern RedactionType_PII :: RedactionType 

Instances

Instances details
Eq RedactionType Source # 
Instance details

Defined in Amazonka.Transcribe.Types.RedactionType

Ord RedactionType Source # 
Instance details

Defined in Amazonka.Transcribe.Types.RedactionType

Read RedactionType Source # 
Instance details

Defined in Amazonka.Transcribe.Types.RedactionType

Show RedactionType Source # 
Instance details

Defined in Amazonka.Transcribe.Types.RedactionType

Generic RedactionType Source # 
Instance details

Defined in Amazonka.Transcribe.Types.RedactionType

Associated Types

type Rep RedactionType :: Type -> Type #

NFData RedactionType Source # 
Instance details

Defined in Amazonka.Transcribe.Types.RedactionType

Methods

rnf :: RedactionType -> () #

Hashable RedactionType Source # 
Instance details

Defined in Amazonka.Transcribe.Types.RedactionType

ToJSON RedactionType Source # 
Instance details

Defined in Amazonka.Transcribe.Types.RedactionType

ToJSONKey RedactionType Source # 
Instance details

Defined in Amazonka.Transcribe.Types.RedactionType

FromJSON RedactionType Source # 
Instance details

Defined in Amazonka.Transcribe.Types.RedactionType

FromJSONKey RedactionType Source # 
Instance details

Defined in Amazonka.Transcribe.Types.RedactionType

ToLog RedactionType Source # 
Instance details

Defined in Amazonka.Transcribe.Types.RedactionType

ToHeader RedactionType Source # 
Instance details

Defined in Amazonka.Transcribe.Types.RedactionType

ToQuery RedactionType Source # 
Instance details

Defined in Amazonka.Transcribe.Types.RedactionType

FromXML RedactionType Source # 
Instance details

Defined in Amazonka.Transcribe.Types.RedactionType

ToXML RedactionType Source # 
Instance details

Defined in Amazonka.Transcribe.Types.RedactionType

Methods

toXML :: RedactionType -> XML #

ToByteString RedactionType Source # 
Instance details

Defined in Amazonka.Transcribe.Types.RedactionType

FromText RedactionType Source # 
Instance details

Defined in Amazonka.Transcribe.Types.RedactionType

ToText RedactionType Source # 
Instance details

Defined in Amazonka.Transcribe.Types.RedactionType

Methods

toText :: RedactionType -> Text #

type Rep RedactionType Source # 
Instance details

Defined in Amazonka.Transcribe.Types.RedactionType

type Rep RedactionType = D1 ('MetaData "RedactionType" "Amazonka.Transcribe.Types.RedactionType" "libZSservicesZSamazonka-transcribeZSamazonka-transcribe" 'True) (C1 ('MetaCons "RedactionType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromRedactionType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

SentimentValue

newtype SentimentValue Source #

Constructors

SentimentValue' 

Instances

Instances details
Eq SentimentValue Source # 
Instance details

Defined in Amazonka.Transcribe.Types.SentimentValue

Ord SentimentValue Source # 
Instance details

Defined in Amazonka.Transcribe.Types.SentimentValue

Read SentimentValue Source # 
Instance details

Defined in Amazonka.Transcribe.Types.SentimentValue

Show SentimentValue Source # 
Instance details

Defined in Amazonka.Transcribe.Types.SentimentValue

Generic SentimentValue Source # 
Instance details

Defined in Amazonka.Transcribe.Types.SentimentValue

Associated Types

type Rep SentimentValue :: Type -> Type #

NFData SentimentValue Source # 
Instance details

Defined in Amazonka.Transcribe.Types.SentimentValue

Methods

rnf :: SentimentValue -> () #

Hashable SentimentValue Source # 
Instance details

Defined in Amazonka.Transcribe.Types.SentimentValue

ToJSON SentimentValue Source # 
Instance details

Defined in Amazonka.Transcribe.Types.SentimentValue

ToJSONKey SentimentValue Source # 
Instance details

Defined in Amazonka.Transcribe.Types.SentimentValue

FromJSON SentimentValue Source # 
Instance details

Defined in Amazonka.Transcribe.Types.SentimentValue

FromJSONKey SentimentValue Source # 
Instance details

Defined in Amazonka.Transcribe.Types.SentimentValue

ToLog SentimentValue Source # 
Instance details

Defined in Amazonka.Transcribe.Types.SentimentValue

ToHeader SentimentValue Source # 
Instance details

Defined in Amazonka.Transcribe.Types.SentimentValue

ToQuery SentimentValue Source # 
Instance details

Defined in Amazonka.Transcribe.Types.SentimentValue

FromXML SentimentValue Source # 
Instance details

Defined in Amazonka.Transcribe.Types.SentimentValue

ToXML SentimentValue Source # 
Instance details

Defined in Amazonka.Transcribe.Types.SentimentValue

Methods

toXML :: SentimentValue -> XML #

ToByteString SentimentValue Source # 
Instance details

Defined in Amazonka.Transcribe.Types.SentimentValue

FromText SentimentValue Source # 
Instance details

Defined in Amazonka.Transcribe.Types.SentimentValue

ToText SentimentValue Source # 
Instance details

Defined in Amazonka.Transcribe.Types.SentimentValue

type Rep SentimentValue Source # 
Instance details

Defined in Amazonka.Transcribe.Types.SentimentValue

type Rep SentimentValue = D1 ('MetaData "SentimentValue" "Amazonka.Transcribe.Types.SentimentValue" "libZSservicesZSamazonka-transcribeZSamazonka-transcribe" 'True) (C1 ('MetaCons "SentimentValue'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromSentimentValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

Specialty

newtype Specialty Source #

Constructors

Specialty' 

Fields

Bundled Patterns

pattern Specialty_PRIMARYCARE :: Specialty 

Instances

Instances details
Eq Specialty Source # 
Instance details

Defined in Amazonka.Transcribe.Types.Specialty

Ord Specialty Source # 
Instance details

Defined in Amazonka.Transcribe.Types.Specialty

Read Specialty Source # 
Instance details

Defined in Amazonka.Transcribe.Types.Specialty

Show Specialty Source # 
Instance details

Defined in Amazonka.Transcribe.Types.Specialty

Generic Specialty Source # 
Instance details

Defined in Amazonka.Transcribe.Types.Specialty

Associated Types

type Rep Specialty :: Type -> Type #

NFData Specialty Source # 
Instance details

Defined in Amazonka.Transcribe.Types.Specialty

Methods

rnf :: Specialty -> () #

Hashable Specialty Source # 
Instance details

Defined in Amazonka.Transcribe.Types.Specialty

ToJSON Specialty Source # 
Instance details

Defined in Amazonka.Transcribe.Types.Specialty

ToJSONKey Specialty Source # 
Instance details

Defined in Amazonka.Transcribe.Types.Specialty

FromJSON Specialty Source # 
Instance details

Defined in Amazonka.Transcribe.Types.Specialty

FromJSONKey Specialty Source # 
Instance details

Defined in Amazonka.Transcribe.Types.Specialty

ToLog Specialty Source # 
Instance details

Defined in Amazonka.Transcribe.Types.Specialty

ToHeader Specialty Source # 
Instance details

Defined in Amazonka.Transcribe.Types.Specialty

ToQuery Specialty Source # 
Instance details

Defined in Amazonka.Transcribe.Types.Specialty

FromXML Specialty Source # 
Instance details

Defined in Amazonka.Transcribe.Types.Specialty

ToXML Specialty Source # 
Instance details

Defined in Amazonka.Transcribe.Types.Specialty

Methods

toXML :: Specialty -> XML #

ToByteString Specialty Source # 
Instance details

Defined in Amazonka.Transcribe.Types.Specialty

Methods

toBS :: Specialty -> ByteString #

FromText Specialty Source # 
Instance details

Defined in Amazonka.Transcribe.Types.Specialty

ToText Specialty Source # 
Instance details

Defined in Amazonka.Transcribe.Types.Specialty

Methods

toText :: Specialty -> Text #

type Rep Specialty Source # 
Instance details

Defined in Amazonka.Transcribe.Types.Specialty

type Rep Specialty = D1 ('MetaData "Specialty" "Amazonka.Transcribe.Types.Specialty" "libZSservicesZSamazonka-transcribeZSamazonka-transcribe" 'True) (C1 ('MetaCons "Specialty'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromSpecialty") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

SubtitleFormat

newtype SubtitleFormat Source #

Constructors

SubtitleFormat' 

Bundled Patterns

pattern SubtitleFormat_Srt :: SubtitleFormat 
pattern SubtitleFormat_Vtt :: SubtitleFormat 

Instances

Instances details
Eq SubtitleFormat Source # 
Instance details

Defined in Amazonka.Transcribe.Types.SubtitleFormat

Ord SubtitleFormat Source # 
Instance details

Defined in Amazonka.Transcribe.Types.SubtitleFormat

Read SubtitleFormat Source # 
Instance details

Defined in Amazonka.Transcribe.Types.SubtitleFormat

Show SubtitleFormat Source # 
Instance details

Defined in Amazonka.Transcribe.Types.SubtitleFormat

Generic SubtitleFormat Source # 
Instance details

Defined in Amazonka.Transcribe.Types.SubtitleFormat

Associated Types

type Rep SubtitleFormat :: Type -> Type #

NFData SubtitleFormat Source # 
Instance details

Defined in Amazonka.Transcribe.Types.SubtitleFormat

Methods

rnf :: SubtitleFormat -> () #

Hashable SubtitleFormat Source # 
Instance details

Defined in Amazonka.Transcribe.Types.SubtitleFormat

ToJSON SubtitleFormat Source # 
Instance details

Defined in Amazonka.Transcribe.Types.SubtitleFormat

ToJSONKey SubtitleFormat Source # 
Instance details

Defined in Amazonka.Transcribe.Types.SubtitleFormat

FromJSON SubtitleFormat Source # 
Instance details

Defined in Amazonka.Transcribe.Types.SubtitleFormat

FromJSONKey SubtitleFormat Source # 
Instance details

Defined in Amazonka.Transcribe.Types.SubtitleFormat

ToLog SubtitleFormat Source # 
Instance details

Defined in Amazonka.Transcribe.Types.SubtitleFormat

ToHeader SubtitleFormat Source # 
Instance details

Defined in Amazonka.Transcribe.Types.SubtitleFormat

ToQuery SubtitleFormat Source # 
Instance details

Defined in Amazonka.Transcribe.Types.SubtitleFormat

FromXML SubtitleFormat Source # 
Instance details

Defined in Amazonka.Transcribe.Types.SubtitleFormat

ToXML SubtitleFormat Source # 
Instance details

Defined in Amazonka.Transcribe.Types.SubtitleFormat

Methods

toXML :: SubtitleFormat -> XML #

ToByteString SubtitleFormat Source # 
Instance details

Defined in Amazonka.Transcribe.Types.SubtitleFormat

FromText SubtitleFormat Source # 
Instance details

Defined in Amazonka.Transcribe.Types.SubtitleFormat

ToText SubtitleFormat Source # 
Instance details

Defined in Amazonka.Transcribe.Types.SubtitleFormat

type Rep SubtitleFormat Source # 
Instance details

Defined in Amazonka.Transcribe.Types.SubtitleFormat

type Rep SubtitleFormat = D1 ('MetaData "SubtitleFormat" "Amazonka.Transcribe.Types.SubtitleFormat" "libZSservicesZSamazonka-transcribeZSamazonka-transcribe" 'True) (C1 ('MetaCons "SubtitleFormat'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromSubtitleFormat") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

TranscriptFilterType

newtype TranscriptFilterType Source #

Instances

Instances details
Eq TranscriptFilterType Source # 
Instance details

Defined in Amazonka.Transcribe.Types.TranscriptFilterType

Ord TranscriptFilterType Source # 
Instance details

Defined in Amazonka.Transcribe.Types.TranscriptFilterType

Read TranscriptFilterType Source # 
Instance details

Defined in Amazonka.Transcribe.Types.TranscriptFilterType

Show TranscriptFilterType Source # 
Instance details

Defined in Amazonka.Transcribe.Types.TranscriptFilterType

Generic TranscriptFilterType Source # 
Instance details

Defined in Amazonka.Transcribe.Types.TranscriptFilterType

Associated Types

type Rep TranscriptFilterType :: Type -> Type #

NFData TranscriptFilterType Source # 
Instance details

Defined in Amazonka.Transcribe.Types.TranscriptFilterType

Methods

rnf :: TranscriptFilterType -> () #

Hashable TranscriptFilterType Source # 
Instance details

Defined in Amazonka.Transcribe.Types.TranscriptFilterType

ToJSON TranscriptFilterType Source # 
Instance details

Defined in Amazonka.Transcribe.Types.TranscriptFilterType

ToJSONKey TranscriptFilterType Source # 
Instance details

Defined in Amazonka.Transcribe.Types.TranscriptFilterType

FromJSON TranscriptFilterType Source # 
Instance details

Defined in Amazonka.Transcribe.Types.TranscriptFilterType

FromJSONKey TranscriptFilterType Source # 
Instance details

Defined in Amazonka.Transcribe.Types.TranscriptFilterType

ToLog TranscriptFilterType Source # 
Instance details

Defined in Amazonka.Transcribe.Types.TranscriptFilterType

ToHeader TranscriptFilterType Source # 
Instance details

Defined in Amazonka.Transcribe.Types.TranscriptFilterType

ToQuery TranscriptFilterType Source # 
Instance details

Defined in Amazonka.Transcribe.Types.TranscriptFilterType

FromXML TranscriptFilterType Source # 
Instance details

Defined in Amazonka.Transcribe.Types.TranscriptFilterType

ToXML TranscriptFilterType Source # 
Instance details

Defined in Amazonka.Transcribe.Types.TranscriptFilterType

ToByteString TranscriptFilterType Source # 
Instance details

Defined in Amazonka.Transcribe.Types.TranscriptFilterType

FromText TranscriptFilterType Source # 
Instance details

Defined in Amazonka.Transcribe.Types.TranscriptFilterType

ToText TranscriptFilterType Source # 
Instance details

Defined in Amazonka.Transcribe.Types.TranscriptFilterType

type Rep TranscriptFilterType Source # 
Instance details

Defined in Amazonka.Transcribe.Types.TranscriptFilterType

type Rep TranscriptFilterType = D1 ('MetaData "TranscriptFilterType" "Amazonka.Transcribe.Types.TranscriptFilterType" "libZSservicesZSamazonka-transcribeZSamazonka-transcribe" 'True) (C1 ('MetaCons "TranscriptFilterType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromTranscriptFilterType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

TranscriptionJobStatus

newtype TranscriptionJobStatus Source #

Instances

Instances details
Eq TranscriptionJobStatus Source # 
Instance details

Defined in Amazonka.Transcribe.Types.TranscriptionJobStatus

Ord TranscriptionJobStatus Source # 
Instance details

Defined in Amazonka.Transcribe.Types.TranscriptionJobStatus

Read TranscriptionJobStatus Source # 
Instance details

Defined in Amazonka.Transcribe.Types.TranscriptionJobStatus

Show TranscriptionJobStatus Source # 
Instance details

Defined in Amazonka.Transcribe.Types.TranscriptionJobStatus

Generic TranscriptionJobStatus Source # 
Instance details

Defined in Amazonka.Transcribe.Types.TranscriptionJobStatus

Associated Types

type Rep TranscriptionJobStatus :: Type -> Type #

NFData TranscriptionJobStatus Source # 
Instance details

Defined in Amazonka.Transcribe.Types.TranscriptionJobStatus

Methods

rnf :: TranscriptionJobStatus -> () #

Hashable TranscriptionJobStatus Source # 
Instance details

Defined in Amazonka.Transcribe.Types.TranscriptionJobStatus

ToJSON TranscriptionJobStatus Source # 
Instance details

Defined in Amazonka.Transcribe.Types.TranscriptionJobStatus

ToJSONKey TranscriptionJobStatus Source # 
Instance details

Defined in Amazonka.Transcribe.Types.TranscriptionJobStatus

FromJSON TranscriptionJobStatus Source # 
Instance details

Defined in Amazonka.Transcribe.Types.TranscriptionJobStatus

FromJSONKey TranscriptionJobStatus Source # 
Instance details

Defined in Amazonka.Transcribe.Types.TranscriptionJobStatus

ToLog TranscriptionJobStatus Source # 
Instance details

Defined in Amazonka.Transcribe.Types.TranscriptionJobStatus

ToHeader TranscriptionJobStatus Source # 
Instance details

Defined in Amazonka.Transcribe.Types.TranscriptionJobStatus

ToQuery TranscriptionJobStatus Source # 
Instance details

Defined in Amazonka.Transcribe.Types.TranscriptionJobStatus

FromXML TranscriptionJobStatus Source # 
Instance details

Defined in Amazonka.Transcribe.Types.TranscriptionJobStatus

ToXML TranscriptionJobStatus Source # 
Instance details

Defined in Amazonka.Transcribe.Types.TranscriptionJobStatus

ToByteString TranscriptionJobStatus Source # 
Instance details

Defined in Amazonka.Transcribe.Types.TranscriptionJobStatus

FromText TranscriptionJobStatus Source # 
Instance details

Defined in Amazonka.Transcribe.Types.TranscriptionJobStatus

ToText TranscriptionJobStatus Source # 
Instance details

Defined in Amazonka.Transcribe.Types.TranscriptionJobStatus

type Rep TranscriptionJobStatus Source # 
Instance details

Defined in Amazonka.Transcribe.Types.TranscriptionJobStatus

type Rep TranscriptionJobStatus = D1 ('MetaData "TranscriptionJobStatus" "Amazonka.Transcribe.Types.TranscriptionJobStatus" "libZSservicesZSamazonka-transcribeZSamazonka-transcribe" 'True) (C1 ('MetaCons "TranscriptionJobStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromTranscriptionJobStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

Type

newtype Type Source #

Constructors

Type' 

Fields

Bundled Patterns

pattern Type_CONVERSATION :: Type 
pattern Type_DICTATION :: Type 

Instances

Instances details
Eq Type Source # 
Instance details

Defined in Amazonka.Transcribe.Types.Type

Methods

(==) :: Type -> Type -> Bool #

(/=) :: Type -> Type -> Bool #

Ord Type Source # 
Instance details

Defined in Amazonka.Transcribe.Types.Type

Methods

compare :: Type -> Type -> Ordering #

(<) :: Type -> Type -> Bool #

(<=) :: Type -> Type -> Bool #

(>) :: Type -> Type -> Bool #

(>=) :: Type -> Type -> Bool #

max :: Type -> Type -> Type #

min :: Type -> Type -> Type #

Read Type Source # 
Instance details

Defined in Amazonka.Transcribe.Types.Type

Show Type Source # 
Instance details

Defined in Amazonka.Transcribe.Types.Type

Methods

showsPrec :: Int -> Type -> ShowS #

show :: Type -> String #

showList :: [Type] -> ShowS #

Generic Type Source # 
Instance details

Defined in Amazonka.Transcribe.Types.Type

Associated Types

type Rep Type :: Type -> Type #

Methods

from :: Type -> Rep Type x #

to :: Rep Type x -> Type #

NFData Type Source # 
Instance details

Defined in Amazonka.Transcribe.Types.Type

Methods

rnf :: Type -> () #

Hashable Type Source # 
Instance details

Defined in Amazonka.Transcribe.Types.Type

Methods

hashWithSalt :: Int -> Type -> Int #

hash :: Type -> Int #

ToJSON Type Source # 
Instance details

Defined in Amazonka.Transcribe.Types.Type

ToJSONKey Type Source # 
Instance details

Defined in Amazonka.Transcribe.Types.Type

FromJSON Type Source # 
Instance details

Defined in Amazonka.Transcribe.Types.Type

FromJSONKey Type Source # 
Instance details

Defined in Amazonka.Transcribe.Types.Type

ToLog Type Source # 
Instance details

Defined in Amazonka.Transcribe.Types.Type

ToHeader Type Source # 
Instance details

Defined in Amazonka.Transcribe.Types.Type

Methods

toHeader :: HeaderName -> Type -> [Header] #

ToQuery Type Source # 
Instance details

Defined in Amazonka.Transcribe.Types.Type

Methods

toQuery :: Type -> QueryString #

FromXML Type Source # 
Instance details

Defined in Amazonka.Transcribe.Types.Type

Methods

parseXML :: [Node] -> Either String Type #

ToXML Type Source # 
Instance details

Defined in Amazonka.Transcribe.Types.Type

Methods

toXML :: Type -> XML #

ToByteString Type Source # 
Instance details

Defined in Amazonka.Transcribe.Types.Type

Methods

toBS :: Type -> ByteString #

FromText Type Source # 
Instance details

Defined in Amazonka.Transcribe.Types.Type

ToText Type Source # 
Instance details

Defined in Amazonka.Transcribe.Types.Type

Methods

toText :: Type -> Text #

type Rep Type Source # 
Instance details

Defined in Amazonka.Transcribe.Types.Type

type Rep Type = D1 ('MetaData "Type" "Amazonka.Transcribe.Types.Type" "libZSservicesZSamazonka-transcribeZSamazonka-transcribe" 'True) (C1 ('MetaCons "Type'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

VocabularyFilterMethod

newtype VocabularyFilterMethod Source #

Instances

Instances details
Eq VocabularyFilterMethod Source # 
Instance details

Defined in Amazonka.Transcribe.Types.VocabularyFilterMethod

Ord VocabularyFilterMethod Source # 
Instance details

Defined in Amazonka.Transcribe.Types.VocabularyFilterMethod

Read VocabularyFilterMethod Source # 
Instance details

Defined in Amazonka.Transcribe.Types.VocabularyFilterMethod

Show VocabularyFilterMethod Source # 
Instance details

Defined in Amazonka.Transcribe.Types.VocabularyFilterMethod

Generic VocabularyFilterMethod Source # 
Instance details

Defined in Amazonka.Transcribe.Types.VocabularyFilterMethod

Associated Types

type Rep VocabularyFilterMethod :: Type -> Type #

NFData VocabularyFilterMethod Source # 
Instance details

Defined in Amazonka.Transcribe.Types.VocabularyFilterMethod

Methods

rnf :: VocabularyFilterMethod -> () #

Hashable VocabularyFilterMethod Source # 
Instance details

Defined in Amazonka.Transcribe.Types.VocabularyFilterMethod

ToJSON VocabularyFilterMethod Source # 
Instance details

Defined in Amazonka.Transcribe.Types.VocabularyFilterMethod

ToJSONKey VocabularyFilterMethod Source # 
Instance details

Defined in Amazonka.Transcribe.Types.VocabularyFilterMethod

FromJSON VocabularyFilterMethod Source # 
Instance details

Defined in Amazonka.Transcribe.Types.VocabularyFilterMethod

FromJSONKey VocabularyFilterMethod Source # 
Instance details

Defined in Amazonka.Transcribe.Types.VocabularyFilterMethod

ToLog VocabularyFilterMethod Source # 
Instance details

Defined in Amazonka.Transcribe.Types.VocabularyFilterMethod

ToHeader VocabularyFilterMethod Source # 
Instance details

Defined in Amazonka.Transcribe.Types.VocabularyFilterMethod

ToQuery VocabularyFilterMethod Source # 
Instance details

Defined in Amazonka.Transcribe.Types.VocabularyFilterMethod

FromXML VocabularyFilterMethod Source # 
Instance details

Defined in Amazonka.Transcribe.Types.VocabularyFilterMethod

ToXML VocabularyFilterMethod Source # 
Instance details

Defined in Amazonka.Transcribe.Types.VocabularyFilterMethod

ToByteString VocabularyFilterMethod Source # 
Instance details

Defined in Amazonka.Transcribe.Types.VocabularyFilterMethod

FromText VocabularyFilterMethod Source # 
Instance details

Defined in Amazonka.Transcribe.Types.VocabularyFilterMethod

ToText VocabularyFilterMethod Source # 
Instance details

Defined in Amazonka.Transcribe.Types.VocabularyFilterMethod

type Rep VocabularyFilterMethod Source # 
Instance details

Defined in Amazonka.Transcribe.Types.VocabularyFilterMethod

type Rep VocabularyFilterMethod = D1 ('MetaData "VocabularyFilterMethod" "Amazonka.Transcribe.Types.VocabularyFilterMethod" "libZSservicesZSamazonka-transcribeZSamazonka-transcribe" 'True) (C1 ('MetaCons "VocabularyFilterMethod'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromVocabularyFilterMethod") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

VocabularyState

newtype VocabularyState Source #

Constructors

VocabularyState' 

Instances

Instances details
Eq VocabularyState Source # 
Instance details

Defined in Amazonka.Transcribe.Types.VocabularyState

Ord VocabularyState Source # 
Instance details

Defined in Amazonka.Transcribe.Types.VocabularyState

Read VocabularyState Source # 
Instance details

Defined in Amazonka.Transcribe.Types.VocabularyState

Show VocabularyState Source # 
Instance details

Defined in Amazonka.Transcribe.Types.VocabularyState

Generic VocabularyState Source # 
Instance details

Defined in Amazonka.Transcribe.Types.VocabularyState

Associated Types

type Rep VocabularyState :: Type -> Type #

NFData VocabularyState Source # 
Instance details

Defined in Amazonka.Transcribe.Types.VocabularyState

Methods

rnf :: VocabularyState -> () #

Hashable VocabularyState Source # 
Instance details

Defined in Amazonka.Transcribe.Types.VocabularyState

ToJSON VocabularyState Source # 
Instance details

Defined in Amazonka.Transcribe.Types.VocabularyState

ToJSONKey VocabularyState Source # 
Instance details

Defined in Amazonka.Transcribe.Types.VocabularyState

FromJSON VocabularyState Source # 
Instance details

Defined in Amazonka.Transcribe.Types.VocabularyState

FromJSONKey VocabularyState Source # 
Instance details

Defined in Amazonka.Transcribe.Types.VocabularyState

ToLog VocabularyState Source # 
Instance details

Defined in Amazonka.Transcribe.Types.VocabularyState

ToHeader VocabularyState Source # 
Instance details

Defined in Amazonka.Transcribe.Types.VocabularyState

ToQuery VocabularyState Source # 
Instance details

Defined in Amazonka.Transcribe.Types.VocabularyState

FromXML VocabularyState Source # 
Instance details

Defined in Amazonka.Transcribe.Types.VocabularyState

ToXML VocabularyState Source # 
Instance details

Defined in Amazonka.Transcribe.Types.VocabularyState

Methods

toXML :: VocabularyState -> XML #

ToByteString VocabularyState Source # 
Instance details

Defined in Amazonka.Transcribe.Types.VocabularyState

FromText VocabularyState Source # 
Instance details

Defined in Amazonka.Transcribe.Types.VocabularyState

ToText VocabularyState Source # 
Instance details

Defined in Amazonka.Transcribe.Types.VocabularyState

type Rep VocabularyState Source # 
Instance details

Defined in Amazonka.Transcribe.Types.VocabularyState

type Rep VocabularyState = D1 ('MetaData "VocabularyState" "Amazonka.Transcribe.Types.VocabularyState" "libZSservicesZSamazonka-transcribeZSamazonka-transcribe" 'True) (C1 ('MetaCons "VocabularyState'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromVocabularyState") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

AbsoluteTimeRange

data AbsoluteTimeRange Source #

A time range, set in seconds, between two points in the call.

See: newAbsoluteTimeRange smart constructor.

Instances

Instances details
Eq AbsoluteTimeRange Source # 
Instance details

Defined in Amazonka.Transcribe.Types.AbsoluteTimeRange

Read AbsoluteTimeRange Source # 
Instance details

Defined in Amazonka.Transcribe.Types.AbsoluteTimeRange

Show AbsoluteTimeRange Source # 
Instance details

Defined in Amazonka.Transcribe.Types.AbsoluteTimeRange

Generic AbsoluteTimeRange Source # 
Instance details

Defined in Amazonka.Transcribe.Types.AbsoluteTimeRange

Associated Types

type Rep AbsoluteTimeRange :: Type -> Type #

NFData AbsoluteTimeRange Source # 
Instance details

Defined in Amazonka.Transcribe.Types.AbsoluteTimeRange

Methods

rnf :: AbsoluteTimeRange -> () #

Hashable AbsoluteTimeRange Source # 
Instance details

Defined in Amazonka.Transcribe.Types.AbsoluteTimeRange

ToJSON AbsoluteTimeRange Source # 
Instance details

Defined in Amazonka.Transcribe.Types.AbsoluteTimeRange

FromJSON AbsoluteTimeRange Source # 
Instance details

Defined in Amazonka.Transcribe.Types.AbsoluteTimeRange

type Rep AbsoluteTimeRange Source # 
Instance details

Defined in Amazonka.Transcribe.Types.AbsoluteTimeRange

type Rep AbsoluteTimeRange = D1 ('MetaData "AbsoluteTimeRange" "Amazonka.Transcribe.Types.AbsoluteTimeRange" "libZSservicesZSamazonka-transcribeZSamazonka-transcribe" 'False) (C1 ('MetaCons "AbsoluteTimeRange'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "first") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "startTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))) :*: (S1 ('MetaSel ('Just "last") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "endTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)))))

newAbsoluteTimeRange :: AbsoluteTimeRange Source #

Create a value of AbsoluteTimeRange 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:first:AbsoluteTimeRange', absoluteTimeRange_first - A time range from the beginning of the call to the value that you've specified. For example, if you specify 100000, the time range is set to the first 100,000 milliseconds of the call.

$sel:startTime:AbsoluteTimeRange', absoluteTimeRange_startTime - A value that indicates the beginning of the time range in seconds. To set absolute time range, you must specify a start time and an end time. For example, if you specify the following values:

  • StartTime - 10000
  • Endtime - 50000

The time range is set between 10,000 milliseconds and 50,000 milliseconds into the call.

$sel:last:AbsoluteTimeRange', absoluteTimeRange_last - A time range from the value that you've specified to the end of the call. For example, if you specify 100000, the time range is set to the last 100,000 milliseconds of the call.

$sel:endTime:AbsoluteTimeRange', absoluteTimeRange_endTime - A value that indicates the end of the time range in milliseconds. To set absolute time range, you must specify a start time and an end time. For example, if you specify the following values:

  • StartTime - 10000
  • Endtime - 50000

The time range is set between 10,000 milliseconds and 50,000 milliseconds into the call.

CallAnalyticsJob

data CallAnalyticsJob Source #

Describes an asynchronous analytics job that was created with the StartAnalyticsJob operation.

See: newCallAnalyticsJob smart constructor.

Instances

Instances details
Eq CallAnalyticsJob Source # 
Instance details

Defined in Amazonka.Transcribe.Types.CallAnalyticsJob

Read CallAnalyticsJob Source # 
Instance details

Defined in Amazonka.Transcribe.Types.CallAnalyticsJob

Show CallAnalyticsJob Source # 
Instance details

Defined in Amazonka.Transcribe.Types.CallAnalyticsJob

Generic CallAnalyticsJob Source # 
Instance details

Defined in Amazonka.Transcribe.Types.CallAnalyticsJob

Associated Types

type Rep CallAnalyticsJob :: Type -> Type #

NFData CallAnalyticsJob Source # 
Instance details

Defined in Amazonka.Transcribe.Types.CallAnalyticsJob

Methods

rnf :: CallAnalyticsJob -> () #

Hashable CallAnalyticsJob Source # 
Instance details

Defined in Amazonka.Transcribe.Types.CallAnalyticsJob

FromJSON CallAnalyticsJob Source # 
Instance details

Defined in Amazonka.Transcribe.Types.CallAnalyticsJob

type Rep CallAnalyticsJob Source # 
Instance details

Defined in Amazonka.Transcribe.Types.CallAnalyticsJob

type Rep CallAnalyticsJob = D1 ('MetaData "CallAnalyticsJob" "Amazonka.Transcribe.Types.CallAnalyticsJob" "libZSservicesZSamazonka-transcribeZSamazonka-transcribe" 'False) (C1 ('MetaCons "CallAnalyticsJob'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "failureReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "callAnalyticsJobStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CallAnalyticsJobStatus)))) :*: ((S1 ('MetaSel ('Just "identifiedLanguageScore") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: S1 ('MetaSel ('Just "languageCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LanguageCode))) :*: (S1 ('MetaSel ('Just "settings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CallAnalyticsJobSettings)) :*: S1 ('MetaSel ('Just "startTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))))) :*: (((S1 ('MetaSel ('Just "completionTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "callAnalyticsJobName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "media") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Media)) :*: S1 ('MetaSel ('Just "mediaFormat") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MediaFormat)))) :*: ((S1 ('MetaSel ('Just "channelDefinitions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty ChannelDefinition))) :*: S1 ('MetaSel ('Just "dataAccessRoleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "transcript") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Transcript)) :*: S1 ('MetaSel ('Just "mediaSampleRateHertz") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)))))))

newCallAnalyticsJob :: CallAnalyticsJob Source #

Create a value of CallAnalyticsJob 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:creationTime:CallAnalyticsJob', callAnalyticsJob_creationTime - A timestamp that shows when the analytics job was created.

$sel:failureReason:CallAnalyticsJob', callAnalyticsJob_failureReason - If the AnalyticsJobStatus is FAILED, this field contains information about why the job failed.

The FailureReason field can contain one of the following values:

  • Unsupported media format: The media format specified in the MediaFormat field of the request isn't valid. See the description of the MediaFormat field for a list of valid values.
  • The media format provided does not match the detected media format: The media format of the audio file doesn't match the format specified in the MediaFormat field in the request. Check the media format of your media file and make sure the two values match.
  • Invalid sample rate for audio file: The sample rate specified in the MediaSampleRateHertz of the request isn't valid. The sample rate must be between 8,000 and 48,000 Hertz.
  • The sample rate provided does not match the detected sample rate: The sample rate in the audio file doesn't match the sample rate specified in the MediaSampleRateHertz field in the request. Check the sample rate of your media file and make sure that the two values match.
  • Invalid file size: file size too large: The size of your audio file is larger than what Amazon Transcribe Medical can process. For more information, see Guidelines and Quotas in the Amazon Transcribe Medical Guide.
  • Invalid number of channels: number of channels too large: Your audio contains more channels than Amazon Transcribe Medical is configured to process. To request additional channels, see Amazon Transcribe Medical Endpoints and Quotas in the Amazon Web Services General Reference.

$sel:callAnalyticsJobStatus:CallAnalyticsJob', callAnalyticsJob_callAnalyticsJobStatus - The status of the analytics job.

$sel:identifiedLanguageScore:CallAnalyticsJob', callAnalyticsJob_identifiedLanguageScore - A value between zero and one that Amazon Transcribe assigned to the language that it identified in the source audio. This value appears only when you don't provide a single language code. Larger values indicate that Amazon Transcribe has higher confidence in the language that it identified

$sel:languageCode:CallAnalyticsJob', callAnalyticsJob_languageCode - If you know the language spoken between the customer and the agent, specify a language code for this field.

If you don't know the language, you can leave this field blank, and Amazon Transcribe will use machine learning to automatically identify the language. To improve the accuracy of language identification, you can provide an array containing the possible language codes for the language spoken in your audio. Refer to Supported languages and language-specific features for additional information.

$sel:settings:CallAnalyticsJob', callAnalyticsJob_settings - Provides information about the settings used to run a transcription job.

$sel:startTime:CallAnalyticsJob', callAnalyticsJob_startTime - A timestamp that shows when the analytics job started processing.

$sel:completionTime:CallAnalyticsJob', callAnalyticsJob_completionTime - A timestamp that shows when the analytics job was completed.

$sel:callAnalyticsJobName:CallAnalyticsJob', callAnalyticsJob_callAnalyticsJobName - The name of the call analytics job.

$sel:media:CallAnalyticsJob', callAnalyticsJob_media - Undocumented member.

$sel:mediaFormat:CallAnalyticsJob', callAnalyticsJob_mediaFormat - The format of the input audio file. Note: for call analytics jobs, only the following media formats are supported: MP3, MP4, WAV, FLAC, OGG, and WebM.

$sel:channelDefinitions:CallAnalyticsJob', callAnalyticsJob_channelDefinitions - Shows numeric values to indicate the channel assigned to the agent's audio and the channel assigned to the customer's audio.

$sel:dataAccessRoleArn:CallAnalyticsJob', callAnalyticsJob_dataAccessRoleArn - The Amazon Resource Number (ARN) that you use to get access to the analytics job.

$sel:transcript:CallAnalyticsJob', callAnalyticsJob_transcript - Undocumented member.

$sel:mediaSampleRateHertz:CallAnalyticsJob', callAnalyticsJob_mediaSampleRateHertz - The sample rate, in Hertz, of the audio.

CallAnalyticsJobSettings

data CallAnalyticsJobSettings Source #

Provides optional settings for the CallAnalyticsJob operation.

See: newCallAnalyticsJobSettings smart constructor.

Instances

Instances details
Eq CallAnalyticsJobSettings Source # 
Instance details

Defined in Amazonka.Transcribe.Types.CallAnalyticsJobSettings

Read CallAnalyticsJobSettings Source # 
Instance details

Defined in Amazonka.Transcribe.Types.CallAnalyticsJobSettings

Show CallAnalyticsJobSettings Source # 
Instance details

Defined in Amazonka.Transcribe.Types.CallAnalyticsJobSettings

Generic CallAnalyticsJobSettings Source # 
Instance details

Defined in Amazonka.Transcribe.Types.CallAnalyticsJobSettings

Associated Types

type Rep CallAnalyticsJobSettings :: Type -> Type #

NFData CallAnalyticsJobSettings Source # 
Instance details

Defined in Amazonka.Transcribe.Types.CallAnalyticsJobSettings

Hashable CallAnalyticsJobSettings Source # 
Instance details

Defined in Amazonka.Transcribe.Types.CallAnalyticsJobSettings

ToJSON CallAnalyticsJobSettings Source # 
Instance details

Defined in Amazonka.Transcribe.Types.CallAnalyticsJobSettings

FromJSON CallAnalyticsJobSettings Source # 
Instance details

Defined in Amazonka.Transcribe.Types.CallAnalyticsJobSettings

type Rep CallAnalyticsJobSettings Source # 
Instance details

Defined in Amazonka.Transcribe.Types.CallAnalyticsJobSettings

type Rep CallAnalyticsJobSettings = D1 ('MetaData "CallAnalyticsJobSettings" "Amazonka.Transcribe.Types.CallAnalyticsJobSettings" "libZSservicesZSamazonka-transcribeZSamazonka-transcribe" 'False) (C1 ('MetaCons "CallAnalyticsJobSettings'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "contentRedaction") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ContentRedaction)) :*: (S1 ('MetaSel ('Just "languageOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty LanguageCode))) :*: S1 ('MetaSel ('Just "vocabularyName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "languageModelName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "vocabularyFilterName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "vocabularyFilterMethod") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe VocabularyFilterMethod))))))

newCallAnalyticsJobSettings :: CallAnalyticsJobSettings Source #

Create a value of CallAnalyticsJobSettings 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:contentRedaction:CallAnalyticsJobSettings', callAnalyticsJobSettings_contentRedaction - Undocumented member.

$sel:languageOptions:CallAnalyticsJobSettings', callAnalyticsJobSettings_languageOptions - When you run a call analytics job, you can specify the language spoken in the audio, or you can have Amazon Transcribe identify the language for you.

To specify a language, specify an array with one language code. If you don't know the language, you can leave this field blank and Amazon Transcribe will use machine learning to identify the language for you. To improve the ability of Amazon Transcribe to correctly identify the language, you can provide an array of the languages that can be present in the audio. Refer to Supported languages and language-specific features for additional information.

$sel:vocabularyName:CallAnalyticsJobSettings', callAnalyticsJobSettings_vocabularyName - The name of a vocabulary to use when processing the call analytics job.

$sel:languageModelName:CallAnalyticsJobSettings', callAnalyticsJobSettings_languageModelName - The structure used to describe a custom language model.

$sel:vocabularyFilterName:CallAnalyticsJobSettings', callAnalyticsJobSettings_vocabularyFilterName - The name of the vocabulary filter to use when running a call analytics job. The filter that you specify must have the same language code as the analytics job.

$sel:vocabularyFilterMethod:CallAnalyticsJobSettings', callAnalyticsJobSettings_vocabularyFilterMethod - Set to mask to remove filtered text from the transcript and replace it with three asterisks ("***") as placeholder text. Set to remove to remove filtered text from the transcript without using placeholder text. Set to tag to mark the word in the transcription output that matches the vocabulary filter. When you set the filter method to tag, the words matching your vocabulary filter are not masked or removed.

CallAnalyticsJobSummary

data CallAnalyticsJobSummary Source #

Provides summary information about a call analytics job.

See: newCallAnalyticsJobSummary smart constructor.

Instances

Instances details
Eq CallAnalyticsJobSummary Source # 
Instance details

Defined in Amazonka.Transcribe.Types.CallAnalyticsJobSummary

Read CallAnalyticsJobSummary Source # 
Instance details

Defined in Amazonka.Transcribe.Types.CallAnalyticsJobSummary

Show CallAnalyticsJobSummary Source # 
Instance details

Defined in Amazonka.Transcribe.Types.CallAnalyticsJobSummary

Generic CallAnalyticsJobSummary Source # 
Instance details

Defined in Amazonka.Transcribe.Types.CallAnalyticsJobSummary

Associated Types

type Rep CallAnalyticsJobSummary :: Type -> Type #

NFData CallAnalyticsJobSummary Source # 
Instance details

Defined in Amazonka.Transcribe.Types.CallAnalyticsJobSummary

Methods

rnf :: CallAnalyticsJobSummary -> () #

Hashable CallAnalyticsJobSummary Source # 
Instance details

Defined in Amazonka.Transcribe.Types.CallAnalyticsJobSummary

FromJSON CallAnalyticsJobSummary Source # 
Instance details

Defined in Amazonka.Transcribe.Types.CallAnalyticsJobSummary

type Rep CallAnalyticsJobSummary Source # 
Instance details

Defined in Amazonka.Transcribe.Types.CallAnalyticsJobSummary

type Rep CallAnalyticsJobSummary = D1 ('MetaData "CallAnalyticsJobSummary" "Amazonka.Transcribe.Types.CallAnalyticsJobSummary" "libZSservicesZSamazonka-transcribeZSamazonka-transcribe" 'False) (C1 ('MetaCons "CallAnalyticsJobSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "failureReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "callAnalyticsJobStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CallAnalyticsJobStatus)))) :*: ((S1 ('MetaSel ('Just "languageCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LanguageCode)) :*: S1 ('MetaSel ('Just "startTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "completionTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "callAnalyticsJobName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newCallAnalyticsJobSummary :: CallAnalyticsJobSummary Source #

Create a value of CallAnalyticsJobSummary 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:creationTime:CallAnalyticsJobSummary', callAnalyticsJobSummary_creationTime - A timestamp that shows when the call analytics job was created.

$sel:failureReason:CallAnalyticsJobSummary', callAnalyticsJobSummary_failureReason - If the CallAnalyticsJobStatus is FAILED, a description of the error.

$sel:callAnalyticsJobStatus:CallAnalyticsJobSummary', callAnalyticsJobSummary_callAnalyticsJobStatus - The status of the call analytics job.

$sel:languageCode:CallAnalyticsJobSummary', callAnalyticsJobSummary_languageCode - The language of the transcript in the source audio file.

$sel:startTime:CallAnalyticsJobSummary', callAnalyticsJobSummary_startTime - A timestamp that shows when the job began processing.

$sel:completionTime:CallAnalyticsJobSummary', callAnalyticsJobSummary_completionTime - A timestamp that shows when the job was completed.

$sel:callAnalyticsJobName:CallAnalyticsJobSummary', callAnalyticsJobSummary_callAnalyticsJobName - The name of the call analytics job.

CategoryProperties

data CategoryProperties Source #

An object that contains the rules and additional information about a call analytics category.

See: newCategoryProperties smart constructor.

Instances

Instances details
Eq CategoryProperties Source # 
Instance details

Defined in Amazonka.Transcribe.Types.CategoryProperties

Read CategoryProperties Source # 
Instance details

Defined in Amazonka.Transcribe.Types.CategoryProperties

Show CategoryProperties Source # 
Instance details

Defined in Amazonka.Transcribe.Types.CategoryProperties

Generic CategoryProperties Source # 
Instance details

Defined in Amazonka.Transcribe.Types.CategoryProperties

Associated Types

type Rep CategoryProperties :: Type -> Type #

NFData CategoryProperties Source # 
Instance details

Defined in Amazonka.Transcribe.Types.CategoryProperties

Methods

rnf :: CategoryProperties -> () #

Hashable CategoryProperties Source # 
Instance details

Defined in Amazonka.Transcribe.Types.CategoryProperties

FromJSON CategoryProperties Source # 
Instance details

Defined in Amazonka.Transcribe.Types.CategoryProperties

type Rep CategoryProperties Source # 
Instance details

Defined in Amazonka.Transcribe.Types.CategoryProperties

type Rep CategoryProperties = D1 ('MetaData "CategoryProperties" "Amazonka.Transcribe.Types.CategoryProperties" "libZSservicesZSamazonka-transcribeZSamazonka-transcribe" 'False) (C1 ('MetaCons "CategoryProperties'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "rules") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Rule))) :*: S1 ('MetaSel ('Just "categoryName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "lastUpdateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "createTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))))

newCategoryProperties :: CategoryProperties Source #

Create a value of CategoryProperties 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:rules:CategoryProperties', categoryProperties_rules - The rules used to create a call analytics category.

$sel:categoryName:CategoryProperties', categoryProperties_categoryName - The name of the call analytics category.

$sel:lastUpdateTime:CategoryProperties', categoryProperties_lastUpdateTime - A timestamp that shows when the call analytics category was most recently updated.

$sel:createTime:CategoryProperties', categoryProperties_createTime - A timestamp that shows when the call analytics category was created.

ChannelDefinition

data ChannelDefinition Source #

For a call analytics job, an object that indicates the audio channel that belongs to the agent and the audio channel that belongs to the customer.

See: newChannelDefinition smart constructor.

Instances

Instances details
Eq ChannelDefinition Source # 
Instance details

Defined in Amazonka.Transcribe.Types.ChannelDefinition

Read ChannelDefinition Source # 
Instance details

Defined in Amazonka.Transcribe.Types.ChannelDefinition

Show ChannelDefinition Source # 
Instance details

Defined in Amazonka.Transcribe.Types.ChannelDefinition

Generic ChannelDefinition Source # 
Instance details

Defined in Amazonka.Transcribe.Types.ChannelDefinition

Associated Types

type Rep ChannelDefinition :: Type -> Type #

NFData ChannelDefinition Source # 
Instance details

Defined in Amazonka.Transcribe.Types.ChannelDefinition

Methods

rnf :: ChannelDefinition -> () #

Hashable ChannelDefinition Source # 
Instance details

Defined in Amazonka.Transcribe.Types.ChannelDefinition

ToJSON ChannelDefinition Source # 
Instance details

Defined in Amazonka.Transcribe.Types.ChannelDefinition

FromJSON ChannelDefinition Source # 
Instance details

Defined in Amazonka.Transcribe.Types.ChannelDefinition

type Rep ChannelDefinition Source # 
Instance details

Defined in Amazonka.Transcribe.Types.ChannelDefinition

type Rep ChannelDefinition = D1 ('MetaData "ChannelDefinition" "Amazonka.Transcribe.Types.ChannelDefinition" "libZSservicesZSamazonka-transcribeZSamazonka-transcribe" 'False) (C1 ('MetaCons "ChannelDefinition'" 'PrefixI 'True) (S1 ('MetaSel ('Just "participantRole") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ParticipantRole)) :*: S1 ('MetaSel ('Just "channelId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))))

newChannelDefinition :: ChannelDefinition Source #

Create a value of ChannelDefinition 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:participantRole:ChannelDefinition', channelDefinition_participantRole - Indicates whether the person speaking on the audio channel is the agent or customer.

$sel:channelId:ChannelDefinition', channelDefinition_channelId - A value that indicates the audio channel.

ContentRedaction

data ContentRedaction Source #

Settings for content redaction within a transcription job.

See: newContentRedaction smart constructor.

Instances

Instances details
Eq ContentRedaction Source # 
Instance details

Defined in Amazonka.Transcribe.Types.ContentRedaction

Read ContentRedaction Source # 
Instance details

Defined in Amazonka.Transcribe.Types.ContentRedaction

Show ContentRedaction Source # 
Instance details

Defined in Amazonka.Transcribe.Types.ContentRedaction

Generic ContentRedaction Source # 
Instance details

Defined in Amazonka.Transcribe.Types.ContentRedaction

Associated Types

type Rep ContentRedaction :: Type -> Type #

NFData ContentRedaction Source # 
Instance details

Defined in Amazonka.Transcribe.Types.ContentRedaction

Methods

rnf :: ContentRedaction -> () #

Hashable ContentRedaction Source # 
Instance details

Defined in Amazonka.Transcribe.Types.ContentRedaction

ToJSON ContentRedaction Source # 
Instance details

Defined in Amazonka.Transcribe.Types.ContentRedaction

FromJSON ContentRedaction Source # 
Instance details

Defined in Amazonka.Transcribe.Types.ContentRedaction

type Rep ContentRedaction Source # 
Instance details

Defined in Amazonka.Transcribe.Types.ContentRedaction

type Rep ContentRedaction = D1 ('MetaData "ContentRedaction" "Amazonka.Transcribe.Types.ContentRedaction" "libZSservicesZSamazonka-transcribeZSamazonka-transcribe" 'False) (C1 ('MetaCons "ContentRedaction'" 'PrefixI 'True) (S1 ('MetaSel ('Just "redactionType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 RedactionType) :*: S1 ('MetaSel ('Just "redactionOutput") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 RedactionOutput)))

newContentRedaction Source #

Create a value of ContentRedaction 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:redactionType:ContentRedaction', contentRedaction_redactionType - Request parameter that defines the entities to be redacted. The only accepted value is PII.

$sel:redactionOutput:ContentRedaction', contentRedaction_redactionOutput - The output transcript file stored in either the default S3 bucket or in a bucket you specify.

When you choose redacted Amazon Transcribe outputs only the redacted transcript.

When you choose redacted_and_unredacted Amazon Transcribe outputs both the redacted and unredacted transcripts.

InputDataConfig

data InputDataConfig Source #

The object that contains the Amazon S3 object location and access role required to train and tune your custom language model.

See: newInputDataConfig smart constructor.

Instances

Instances details
Eq InputDataConfig Source # 
Instance details

Defined in Amazonka.Transcribe.Types.InputDataConfig

Read InputDataConfig Source # 
Instance details

Defined in Amazonka.Transcribe.Types.InputDataConfig

Show InputDataConfig Source # 
Instance details

Defined in Amazonka.Transcribe.Types.InputDataConfig

Generic InputDataConfig Source # 
Instance details

Defined in Amazonka.Transcribe.Types.InputDataConfig

Associated Types

type Rep InputDataConfig :: Type -> Type #

NFData InputDataConfig Source # 
Instance details

Defined in Amazonka.Transcribe.Types.InputDataConfig

Methods

rnf :: InputDataConfig -> () #

Hashable InputDataConfig Source # 
Instance details

Defined in Amazonka.Transcribe.Types.InputDataConfig

ToJSON InputDataConfig Source # 
Instance details

Defined in Amazonka.Transcribe.Types.InputDataConfig

FromJSON InputDataConfig Source # 
Instance details

Defined in Amazonka.Transcribe.Types.InputDataConfig

type Rep InputDataConfig Source # 
Instance details

Defined in Amazonka.Transcribe.Types.InputDataConfig

type Rep InputDataConfig = D1 ('MetaData "InputDataConfig" "Amazonka.Transcribe.Types.InputDataConfig" "libZSservicesZSamazonka-transcribeZSamazonka-transcribe" 'False) (C1 ('MetaCons "InputDataConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "tuningDataS3Uri") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "s3Uri") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "dataAccessRoleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newInputDataConfig Source #

Create a value of InputDataConfig 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:tuningDataS3Uri:InputDataConfig', inputDataConfig_tuningDataS3Uri - The Amazon S3 prefix you specify to access the plain text files that you use to tune your custom language model.

$sel:s3Uri:InputDataConfig', inputDataConfig_s3Uri - The Amazon S3 prefix you specify to access the plain text files that you use to train your custom language model.

$sel:dataAccessRoleArn:InputDataConfig', inputDataConfig_dataAccessRoleArn - The Amazon Resource Name (ARN) that uniquely identifies the permissions you've given Amazon Transcribe to access your Amazon S3 buckets containing your media files or text data.

InterruptionFilter

data InterruptionFilter Source #

An object that enables you to configure your category to be applied to call analytics jobs where either the customer or agent was interrupted.

See: newInterruptionFilter smart constructor.

Instances

Instances details
Eq InterruptionFilter Source # 
Instance details

Defined in Amazonka.Transcribe.Types.InterruptionFilter

Read InterruptionFilter Source # 
Instance details

Defined in Amazonka.Transcribe.Types.InterruptionFilter

Show InterruptionFilter Source # 
Instance details

Defined in Amazonka.Transcribe.Types.InterruptionFilter

Generic InterruptionFilter Source # 
Instance details

Defined in Amazonka.Transcribe.Types.InterruptionFilter

Associated Types

type Rep InterruptionFilter :: Type -> Type #

NFData InterruptionFilter Source # 
Instance details

Defined in Amazonka.Transcribe.Types.InterruptionFilter

Methods

rnf :: InterruptionFilter -> () #

Hashable InterruptionFilter Source # 
Instance details

Defined in Amazonka.Transcribe.Types.InterruptionFilter

ToJSON InterruptionFilter Source # 
Instance details

Defined in Amazonka.Transcribe.Types.InterruptionFilter

FromJSON InterruptionFilter Source # 
Instance details

Defined in Amazonka.Transcribe.Types.InterruptionFilter

type Rep InterruptionFilter Source # 
Instance details

Defined in Amazonka.Transcribe.Types.InterruptionFilter

type Rep InterruptionFilter = D1 ('MetaData "InterruptionFilter" "Amazonka.Transcribe.Types.InterruptionFilter" "libZSservicesZSamazonka-transcribeZSamazonka-transcribe" 'False) (C1 ('MetaCons "InterruptionFilter'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "participantRole") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ParticipantRole)) :*: S1 ('MetaSel ('Just "relativeTimeRange") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RelativeTimeRange))) :*: (S1 ('MetaSel ('Just "negate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "threshold") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "absoluteTimeRange") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AbsoluteTimeRange))))))

newInterruptionFilter :: InterruptionFilter Source #

Create a value of InterruptionFilter 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:participantRole:InterruptionFilter', interruptionFilter_participantRole - Indicates whether the caller or customer was interrupting.

$sel:relativeTimeRange:InterruptionFilter', interruptionFilter_relativeTimeRange - An object that allows percentages to specify the proportion of the call where there was a interruption. For example, you can specify the first half of the call. You can also specify the period of time between halfway through to three-quarters of the way through the call. Because the length of conversation can vary between calls, you can apply relative time ranges across all calls.

$sel:negate:InterruptionFilter', interruptionFilter_negate - Set to TRUE to look for a time period where there was no interruption.

$sel:threshold:InterruptionFilter', interruptionFilter_threshold - The duration of the interruption.

$sel:absoluteTimeRange:InterruptionFilter', interruptionFilter_absoluteTimeRange - An object you can use to specify a time range (in milliseconds) for when you'd want to find the interruption. For example, you could search for an interruption between the 30,000 millisecond mark and the 45,000 millisecond mark. You could also specify the time period as the first 15,000 milliseconds or the last 15,000 milliseconds.

JobExecutionSettings

data JobExecutionSettings Source #

Provides information about when a transcription job should be executed.

See: newJobExecutionSettings smart constructor.

Instances

Instances details
Eq JobExecutionSettings Source # 
Instance details

Defined in Amazonka.Transcribe.Types.JobExecutionSettings

Read JobExecutionSettings Source # 
Instance details

Defined in Amazonka.Transcribe.Types.JobExecutionSettings

Show JobExecutionSettings Source # 
Instance details

Defined in Amazonka.Transcribe.Types.JobExecutionSettings

Generic JobExecutionSettings Source # 
Instance details

Defined in Amazonka.Transcribe.Types.JobExecutionSettings

Associated Types

type Rep JobExecutionSettings :: Type -> Type #

NFData JobExecutionSettings Source # 
Instance details

Defined in Amazonka.Transcribe.Types.JobExecutionSettings

Methods

rnf :: JobExecutionSettings -> () #

Hashable JobExecutionSettings Source # 
Instance details

Defined in Amazonka.Transcribe.Types.JobExecutionSettings

ToJSON JobExecutionSettings Source # 
Instance details

Defined in Amazonka.Transcribe.Types.JobExecutionSettings

FromJSON JobExecutionSettings Source # 
Instance details

Defined in Amazonka.Transcribe.Types.JobExecutionSettings

type Rep JobExecutionSettings Source # 
Instance details

Defined in Amazonka.Transcribe.Types.JobExecutionSettings

type Rep JobExecutionSettings = D1 ('MetaData "JobExecutionSettings" "Amazonka.Transcribe.Types.JobExecutionSettings" "libZSservicesZSamazonka-transcribeZSamazonka-transcribe" 'False) (C1 ('MetaCons "JobExecutionSettings'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dataAccessRoleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "allowDeferredExecution") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))))

newJobExecutionSettings :: JobExecutionSettings Source #

Create a value of JobExecutionSettings 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:dataAccessRoleArn:JobExecutionSettings', jobExecutionSettings_dataAccessRoleArn - The Amazon Resource Name (ARN) of a role that has access to the S3 bucket that contains the input files. Amazon Transcribe assumes this role to read queued media files. If you have specified an output S3 bucket for the transcription results, this role should have access to the output bucket as well.

If you specify the AllowDeferredExecution field, you must specify the DataAccessRoleArn field.

$sel:allowDeferredExecution:JobExecutionSettings', jobExecutionSettings_allowDeferredExecution - Indicates whether a job should be queued by Amazon Transcribe when the concurrent execution limit is exceeded. When the AllowDeferredExecution field is true, jobs are queued and executed when the number of executing jobs falls below the concurrent execution limit. If the field is false, Amazon Transcribe returns a LimitExceededException exception.

Note that job queuing is enabled by default for call analytics jobs.

If you specify the AllowDeferredExecution field, you must specify the DataAccessRoleArn field.

LanguageModel

data LanguageModel Source #

The structure used to describe a custom language model.

See: newLanguageModel smart constructor.

Instances

Instances details
Eq LanguageModel Source # 
Instance details

Defined in Amazonka.Transcribe.Types.LanguageModel

Read LanguageModel Source # 
Instance details

Defined in Amazonka.Transcribe.Types.LanguageModel

Show LanguageModel Source # 
Instance details

Defined in Amazonka.Transcribe.Types.LanguageModel

Generic LanguageModel Source # 
Instance details

Defined in Amazonka.Transcribe.Types.LanguageModel

Associated Types

type Rep LanguageModel :: Type -> Type #

NFData LanguageModel Source # 
Instance details

Defined in Amazonka.Transcribe.Types.LanguageModel

Methods

rnf :: LanguageModel -> () #

Hashable LanguageModel Source # 
Instance details

Defined in Amazonka.Transcribe.Types.LanguageModel

FromJSON LanguageModel Source # 
Instance details

Defined in Amazonka.Transcribe.Types.LanguageModel

type Rep LanguageModel Source # 
Instance details

Defined in Amazonka.Transcribe.Types.LanguageModel

newLanguageModel :: LanguageModel Source #

Create a value of LanguageModel 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:failureReason:LanguageModel', languageModel_failureReason - The reason why the custom language model couldn't be created.

$sel:languageCode:LanguageModel', languageModel_languageCode - The language code you used to create your custom language model.

$sel:modelName:LanguageModel', languageModel_modelName - The name of the custom language model.

$sel:lastModifiedTime:LanguageModel', languageModel_lastModifiedTime - The most recent time the custom language model was modified.

$sel:upgradeAvailability:LanguageModel', languageModel_upgradeAvailability - Whether the base model used for the custom language model is up to date. If this field is true then you are running the most up-to-date version of the base model in your custom language model.

$sel:inputDataConfig:LanguageModel', languageModel_inputDataConfig - The data access role and Amazon S3 prefixes for the input files used to train the custom language model.

$sel:baseModelName:LanguageModel', languageModel_baseModelName - The Amazon Transcribe standard language model, or base model used to create the custom language model.

$sel:modelStatus:LanguageModel', languageModel_modelStatus - The creation status of a custom language model. When the status is COMPLETED the model is ready for use.

$sel:createTime:LanguageModel', languageModel_createTime - The time the custom language model was created.

Media

data Media Source #

Describes the input media file in a transcription request.

See: newMedia smart constructor.

Constructors

Media' (Maybe Text) (Maybe Text) 

Instances

Instances details
Eq Media Source # 
Instance details

Defined in Amazonka.Transcribe.Types.Media

Methods

(==) :: Media -> Media -> Bool #

(/=) :: Media -> Media -> Bool #

Read Media Source # 
Instance details

Defined in Amazonka.Transcribe.Types.Media

Show Media Source # 
Instance details

Defined in Amazonka.Transcribe.Types.Media

Methods

showsPrec :: Int -> Media -> ShowS #

show :: Media -> String #

showList :: [Media] -> ShowS #

Generic Media Source # 
Instance details

Defined in Amazonka.Transcribe.Types.Media

Associated Types

type Rep Media :: Type -> Type #

Methods

from :: Media -> Rep Media x #

to :: Rep Media x -> Media #

NFData Media Source # 
Instance details

Defined in Amazonka.Transcribe.Types.Media

Methods

rnf :: Media -> () #

Hashable Media Source # 
Instance details

Defined in Amazonka.Transcribe.Types.Media

Methods

hashWithSalt :: Int -> Media -> Int #

hash :: Media -> Int #

ToJSON Media Source # 
Instance details

Defined in Amazonka.Transcribe.Types.Media

FromJSON Media Source # 
Instance details

Defined in Amazonka.Transcribe.Types.Media

type Rep Media Source # 
Instance details

Defined in Amazonka.Transcribe.Types.Media

type Rep Media = D1 ('MetaData "Media" "Amazonka.Transcribe.Types.Media" "libZSservicesZSamazonka-transcribeZSamazonka-transcribe" 'False) (C1 ('MetaCons "Media'" 'PrefixI 'True) (S1 ('MetaSel ('Just "mediaFileUri") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "redactedMediaFileUri") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newMedia :: Media Source #

Create a value of Media 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:mediaFileUri:Media', media_mediaFileUri - The S3 object location of the input media file. The URI must be in the same region as the API endpoint that you are calling. The general form is:

For example:

For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.

$sel:redactedMediaFileUri:Media', media_redactedMediaFileUri - The S3 object location for your redacted output media file. This is only supported for call analytics jobs.

MedicalTranscript

data MedicalTranscript Source #

Identifies the location of a medical transcript.

See: newMedicalTranscript smart constructor.

Constructors

MedicalTranscript' (Maybe Text) 

Instances

Instances details
Eq MedicalTranscript Source # 
Instance details

Defined in Amazonka.Transcribe.Types.MedicalTranscript

Read MedicalTranscript Source # 
Instance details

Defined in Amazonka.Transcribe.Types.MedicalTranscript

Show MedicalTranscript Source # 
Instance details

Defined in Amazonka.Transcribe.Types.MedicalTranscript

Generic MedicalTranscript Source # 
Instance details

Defined in Amazonka.Transcribe.Types.MedicalTranscript

Associated Types

type Rep MedicalTranscript :: Type -> Type #

NFData MedicalTranscript Source # 
Instance details

Defined in Amazonka.Transcribe.Types.MedicalTranscript

Methods

rnf :: MedicalTranscript -> () #

Hashable MedicalTranscript Source # 
Instance details

Defined in Amazonka.Transcribe.Types.MedicalTranscript

FromJSON MedicalTranscript Source # 
Instance details

Defined in Amazonka.Transcribe.Types.MedicalTranscript

type Rep MedicalTranscript Source # 
Instance details

Defined in Amazonka.Transcribe.Types.MedicalTranscript

type Rep MedicalTranscript = D1 ('MetaData "MedicalTranscript" "Amazonka.Transcribe.Types.MedicalTranscript" "libZSservicesZSamazonka-transcribeZSamazonka-transcribe" 'False) (C1 ('MetaCons "MedicalTranscript'" 'PrefixI 'True) (S1 ('MetaSel ('Just "transcriptFileUri") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newMedicalTranscript :: MedicalTranscript Source #

Create a value of MedicalTranscript 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:transcriptFileUri:MedicalTranscript', medicalTranscript_transcriptFileUri - The S3 object location of the medical transcript.

Use this URI to access the medical transcript. This URI points to the S3 bucket you created to store the medical transcript.

MedicalTranscriptionJob

data MedicalTranscriptionJob Source #

The data structure that contains the information for a medical transcription job.

See: newMedicalTranscriptionJob smart constructor.

Instances

Instances details
Eq MedicalTranscriptionJob Source # 
Instance details

Defined in Amazonka.Transcribe.Types.MedicalTranscriptionJob

Read MedicalTranscriptionJob Source # 
Instance details

Defined in Amazonka.Transcribe.Types.MedicalTranscriptionJob

Show MedicalTranscriptionJob Source # 
Instance details

Defined in Amazonka.Transcribe.Types.MedicalTranscriptionJob

Generic MedicalTranscriptionJob Source # 
Instance details

Defined in Amazonka.Transcribe.Types.MedicalTranscriptionJob

Associated Types

type Rep MedicalTranscriptionJob :: Type -> Type #

NFData MedicalTranscriptionJob Source # 
Instance details

Defined in Amazonka.Transcribe.Types.MedicalTranscriptionJob

Methods

rnf :: MedicalTranscriptionJob -> () #

Hashable MedicalTranscriptionJob Source # 
Instance details

Defined in Amazonka.Transcribe.Types.MedicalTranscriptionJob

FromJSON MedicalTranscriptionJob Source # 
Instance details

Defined in Amazonka.Transcribe.Types.MedicalTranscriptionJob

type Rep MedicalTranscriptionJob Source # 
Instance details

Defined in Amazonka.Transcribe.Types.MedicalTranscriptionJob

type Rep MedicalTranscriptionJob = D1 ('MetaData "MedicalTranscriptionJob" "Amazonka.Transcribe.Types.MedicalTranscriptionJob" "libZSservicesZSamazonka-transcribeZSamazonka-transcribe" 'False) (C1 ('MetaCons "MedicalTranscriptionJob'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "specialty") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Specialty))) :*: (S1 ('MetaSel ('Just "failureReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "languageCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LanguageCode)))) :*: ((S1 ('MetaSel ('Just "settings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MedicalTranscriptionSetting)) :*: S1 ('MetaSel ('Just "startTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "completionTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "media") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Media))))) :*: (((S1 ('MetaSel ('Just "mediaFormat") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MediaFormat)) :*: S1 ('MetaSel ('Just "medicalTranscriptionJobName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "transcriptionJobStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TranscriptionJobStatus)) :*: S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Type)))) :*: ((S1 ('MetaSel ('Just "contentIdentificationType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MedicalContentIdentificationType)) :*: S1 ('MetaSel ('Just "transcript") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MedicalTranscript))) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Tag))) :*: S1 ('MetaSel ('Just "mediaSampleRateHertz") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)))))))

newMedicalTranscriptionJob :: MedicalTranscriptionJob Source #

Create a value of MedicalTranscriptionJob 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:creationTime:MedicalTranscriptionJob', medicalTranscriptionJob_creationTime - A timestamp that shows when the job was created.

$sel:specialty:MedicalTranscriptionJob', medicalTranscriptionJob_specialty - The medical specialty of any clinicians providing a dictation or having a conversation. Refer to Transcribing a medical conversationfor a list of supported specialties.

$sel:failureReason:MedicalTranscriptionJob', medicalTranscriptionJob_failureReason - If the TranscriptionJobStatus field is FAILED, this field contains information about why the job failed.

The FailureReason field contains one of the following values:

  • Unsupported media format- The media format specified in the MediaFormat field of the request isn't valid. See the description of the MediaFormat field for a list of valid values.
  • The media format provided does not match the detected media format- The media format of the audio file doesn't match the format specified in the MediaFormat field in the request. Check the media format of your media file and make sure the two values match.
  • Invalid sample rate for audio file- The sample rate specified in the MediaSampleRateHertz of the request isn't valid. The sample rate must be between 8,000 and 48,000 Hertz.
  • The sample rate provided does not match the detected sample rate- The sample rate in the audio file doesn't match the sample rate specified in the MediaSampleRateHertz field in the request. Check the sample rate of your media file and make sure that the two values match.
  • Invalid file size: file size too large- The size of your audio file is larger than what Amazon Transcribe Medical can process. For more information, see Guidelines and Quotas in the Amazon Transcribe Medical Guide
  • Invalid number of channels: number of channels too large- Your audio contains more channels than Amazon Transcribe Medical is configured to process. To request additional channels, see Amazon Transcribe Medical Endpoints and Quotas in the Amazon Web Services General Reference

$sel:languageCode:MedicalTranscriptionJob', medicalTranscriptionJob_languageCode - The language code for the language spoken in the source audio file. US English (en-US) is the only supported language for medical transcriptions. Any other value you enter for language code results in a BadRequestException error.

$sel:settings:MedicalTranscriptionJob', medicalTranscriptionJob_settings - Object that contains object.

$sel:startTime:MedicalTranscriptionJob', medicalTranscriptionJob_startTime - A timestamp that shows when the job started processing.

$sel:completionTime:MedicalTranscriptionJob', medicalTranscriptionJob_completionTime - A timestamp that shows when the job was completed.

$sel:media:MedicalTranscriptionJob', medicalTranscriptionJob_media - Undocumented member.

$sel:mediaFormat:MedicalTranscriptionJob', medicalTranscriptionJob_mediaFormat - The format of the input media file.

$sel:medicalTranscriptionJobName:MedicalTranscriptionJob', medicalTranscriptionJob_medicalTranscriptionJobName - The name for a given medical transcription job.

$sel:transcriptionJobStatus:MedicalTranscriptionJob', medicalTranscriptionJob_transcriptionJobStatus - The completion status of a medical transcription job.

$sel:type':MedicalTranscriptionJob', medicalTranscriptionJob_type - The type of speech in the transcription job. CONVERSATION is generally used for patient-physician dialogues. DICTATION is the setting for physicians speaking their notes after seeing a patient. For more information, see What is Amazon Transcribe Medical?.

$sel:contentIdentificationType:MedicalTranscriptionJob', medicalTranscriptionJob_contentIdentificationType - Shows the type of content that you've configured Amazon Transcribe Medical to identify in a transcription job. If the value is PHI, you've configured the job to identify personal health information (PHI) in the transcription output.

$sel:transcript:MedicalTranscriptionJob', medicalTranscriptionJob_transcript - An object that contains the MedicalTranscript. The MedicalTranscript contains the TranscriptFileUri.

$sel:tags:MedicalTranscriptionJob', medicalTranscriptionJob_tags - A key:value pair assigned to a given medical transcription job.

$sel:mediaSampleRateHertz:MedicalTranscriptionJob', medicalTranscriptionJob_mediaSampleRateHertz - The sample rate, in Hertz, of the source audio containing medical information.

If you don't specify the sample rate, Amazon Transcribe Medical determines it for you. If you choose to specify the sample rate, it must match the rate detected by Amazon Transcribe Medical. In most cases, you should leave the MedicalMediaSampleHertz blank and let Amazon Transcribe Medical determine the sample rate.

MedicalTranscriptionJobSummary

data MedicalTranscriptionJobSummary Source #

Provides summary information about a transcription job.

See: newMedicalTranscriptionJobSummary smart constructor.

Instances

Instances details
Eq MedicalTranscriptionJobSummary Source # 
Instance details

Defined in Amazonka.Transcribe.Types.MedicalTranscriptionJobSummary

Read MedicalTranscriptionJobSummary Source # 
Instance details

Defined in Amazonka.Transcribe.Types.MedicalTranscriptionJobSummary

Show MedicalTranscriptionJobSummary Source # 
Instance details

Defined in Amazonka.Transcribe.Types.MedicalTranscriptionJobSummary

Generic MedicalTranscriptionJobSummary Source # 
Instance details

Defined in Amazonka.Transcribe.Types.MedicalTranscriptionJobSummary

Associated Types

type Rep MedicalTranscriptionJobSummary :: Type -> Type #

NFData MedicalTranscriptionJobSummary Source # 
Instance details

Defined in Amazonka.Transcribe.Types.MedicalTranscriptionJobSummary

Hashable MedicalTranscriptionJobSummary Source # 
Instance details

Defined in Amazonka.Transcribe.Types.MedicalTranscriptionJobSummary

FromJSON MedicalTranscriptionJobSummary Source # 
Instance details

Defined in Amazonka.Transcribe.Types.MedicalTranscriptionJobSummary

type Rep MedicalTranscriptionJobSummary Source # 
Instance details

Defined in Amazonka.Transcribe.Types.MedicalTranscriptionJobSummary

type Rep MedicalTranscriptionJobSummary = D1 ('MetaData "MedicalTranscriptionJobSummary" "Amazonka.Transcribe.Types.MedicalTranscriptionJobSummary" "libZSservicesZSamazonka-transcribeZSamazonka-transcribe" 'False) (C1 ('MetaCons "MedicalTranscriptionJobSummary'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "specialty") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Specialty))) :*: (S1 ('MetaSel ('Just "failureReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "languageCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LanguageCode)) :*: S1 ('MetaSel ('Just "outputLocationType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OutputLocationType))))) :*: ((S1 ('MetaSel ('Just "startTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "completionTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "medicalTranscriptionJobName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "transcriptionJobStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TranscriptionJobStatus)) :*: (S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Type)) :*: S1 ('MetaSel ('Just "contentIdentificationType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MedicalContentIdentificationType)))))))

newMedicalTranscriptionJobSummary :: MedicalTranscriptionJobSummary Source #

Create a value of MedicalTranscriptionJobSummary 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:creationTime:MedicalTranscriptionJobSummary', medicalTranscriptionJobSummary_creationTime - A timestamp that shows when the medical transcription job was created.

$sel:specialty:MedicalTranscriptionJobSummary', medicalTranscriptionJobSummary_specialty - The medical specialty of the transcription job. Refer to Transcribing a medical conversationfor a list of supported specialties.

$sel:failureReason:MedicalTranscriptionJobSummary', medicalTranscriptionJobSummary_failureReason - If the TranscriptionJobStatus field is FAILED, a description of the error.

$sel:languageCode:MedicalTranscriptionJobSummary', medicalTranscriptionJobSummary_languageCode - The language of the transcript in the source audio file.

$sel:outputLocationType:MedicalTranscriptionJobSummary', medicalTranscriptionJobSummary_outputLocationType - Indicates the location of the transcription job's output. This field must be the path of an S3 bucket; if you don't already have an S3 bucket, one is created based on the path you add.

$sel:startTime:MedicalTranscriptionJobSummary', medicalTranscriptionJobSummary_startTime - A timestamp that shows when the job began processing.

$sel:completionTime:MedicalTranscriptionJobSummary', medicalTranscriptionJobSummary_completionTime - A timestamp that shows when the job was completed.

$sel:medicalTranscriptionJobName:MedicalTranscriptionJobSummary', medicalTranscriptionJobSummary_medicalTranscriptionJobName - The name of a medical transcription job.

$sel:transcriptionJobStatus:MedicalTranscriptionJobSummary', medicalTranscriptionJobSummary_transcriptionJobStatus - The status of the medical transcription job.

$sel:type':MedicalTranscriptionJobSummary', medicalTranscriptionJobSummary_type - The speech of the clinician in the input audio.

$sel:contentIdentificationType:MedicalTranscriptionJobSummary', medicalTranscriptionJobSummary_contentIdentificationType - Shows the type of information you've configured Amazon Transcribe Medical to identify in a transcription job. If the value is PHI, you've configured the transcription job to identify personal health information (PHI).

MedicalTranscriptionSetting

data MedicalTranscriptionSetting Source #

Optional settings for the StartMedicalTranscriptionJob operation.

See: newMedicalTranscriptionSetting smart constructor.

Instances

Instances details
Eq MedicalTranscriptionSetting Source # 
Instance details

Defined in Amazonka.Transcribe.Types.MedicalTranscriptionSetting

Read MedicalTranscriptionSetting Source # 
Instance details

Defined in Amazonka.Transcribe.Types.MedicalTranscriptionSetting

Show MedicalTranscriptionSetting Source # 
Instance details

Defined in Amazonka.Transcribe.Types.MedicalTranscriptionSetting

Generic MedicalTranscriptionSetting Source # 
Instance details

Defined in Amazonka.Transcribe.Types.MedicalTranscriptionSetting

Associated Types

type Rep MedicalTranscriptionSetting :: Type -> Type #

NFData MedicalTranscriptionSetting Source # 
Instance details

Defined in Amazonka.Transcribe.Types.MedicalTranscriptionSetting

Hashable MedicalTranscriptionSetting Source # 
Instance details

Defined in Amazonka.Transcribe.Types.MedicalTranscriptionSetting

ToJSON MedicalTranscriptionSetting Source # 
Instance details

Defined in Amazonka.Transcribe.Types.MedicalTranscriptionSetting

FromJSON MedicalTranscriptionSetting Source # 
Instance details

Defined in Amazonka.Transcribe.Types.MedicalTranscriptionSetting

type Rep MedicalTranscriptionSetting Source # 
Instance details

Defined in Amazonka.Transcribe.Types.MedicalTranscriptionSetting

type Rep MedicalTranscriptionSetting = D1 ('MetaData "MedicalTranscriptionSetting" "Amazonka.Transcribe.Types.MedicalTranscriptionSetting" "libZSservicesZSamazonka-transcribeZSamazonka-transcribe" 'False) (C1 ('MetaCons "MedicalTranscriptionSetting'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "vocabularyName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "maxAlternatives") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "channelIdentification") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))) :*: (S1 ('MetaSel ('Just "showAlternatives") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "maxSpeakerLabels") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "showSpeakerLabels") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))))))

newMedicalTranscriptionSetting :: MedicalTranscriptionSetting Source #

Create a value of MedicalTranscriptionSetting 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:vocabularyName:MedicalTranscriptionSetting', medicalTranscriptionSetting_vocabularyName - The name of the vocabulary to use when processing a medical transcription job.

$sel:maxAlternatives:MedicalTranscriptionSetting', medicalTranscriptionSetting_maxAlternatives - The maximum number of alternatives that you tell the service to return. If you specify the MaxAlternatives field, you must set the ShowAlternatives field to true.

$sel:channelIdentification:MedicalTranscriptionSetting', medicalTranscriptionSetting_channelIdentification - Instructs Amazon Transcribe Medical to process each audio channel separately and then merge the transcription output of each channel into a single transcription.

Amazon Transcribe Medical also produces a transcription of each item detected on an audio channel, including the start time and end time of the item and alternative transcriptions of item. The alternative transcriptions also come with confidence scores provided by Amazon Transcribe Medical.

You can't set both ShowSpeakerLabels and ChannelIdentification in the same request. If you set both, your request returns a BadRequestException

$sel:showAlternatives:MedicalTranscriptionSetting', medicalTranscriptionSetting_showAlternatives - Determines whether alternative transcripts are generated along with the transcript that has the highest confidence. If you set ShowAlternatives field to true, you must also set the maximum number of alternatives to return in the MaxAlternatives field.

$sel:maxSpeakerLabels:MedicalTranscriptionSetting', medicalTranscriptionSetting_maxSpeakerLabels - The maximum number of speakers to identify in the input audio. If there are more speakers in the audio than this number, multiple speakers are identified as a single speaker. If you specify the MaxSpeakerLabels field, you must set the ShowSpeakerLabels field to true.

$sel:showSpeakerLabels:MedicalTranscriptionSetting', medicalTranscriptionSetting_showSpeakerLabels - Determines whether the transcription job uses speaker recognition to identify different speakers in the input audio. Speaker recognition labels individual speakers in the audio file. If you set the ShowSpeakerLabels field to true, you must also set the maximum number of speaker labels in the MaxSpeakerLabels field.

You can't set both ShowSpeakerLabels and ChannelIdentification in the same request. If you set both, your request returns a BadRequestException.

ModelSettings

data ModelSettings Source #

The object used to call your custom language model to your transcription job.

See: newModelSettings smart constructor.

Constructors

ModelSettings' (Maybe Text) 

Instances

Instances details
Eq ModelSettings Source # 
Instance details

Defined in Amazonka.Transcribe.Types.ModelSettings

Read ModelSettings Source # 
Instance details

Defined in Amazonka.Transcribe.Types.ModelSettings

Show ModelSettings Source # 
Instance details

Defined in Amazonka.Transcribe.Types.ModelSettings

Generic ModelSettings Source # 
Instance details

Defined in Amazonka.Transcribe.Types.ModelSettings

Associated Types

type Rep ModelSettings :: Type -> Type #

NFData ModelSettings Source # 
Instance details

Defined in Amazonka.Transcribe.Types.ModelSettings

Methods

rnf :: ModelSettings -> () #

Hashable ModelSettings Source # 
Instance details

Defined in Amazonka.Transcribe.Types.ModelSettings

ToJSON ModelSettings Source # 
Instance details

Defined in Amazonka.Transcribe.Types.ModelSettings

FromJSON ModelSettings Source # 
Instance details

Defined in Amazonka.Transcribe.Types.ModelSettings

type Rep ModelSettings Source # 
Instance details

Defined in Amazonka.Transcribe.Types.ModelSettings

type Rep ModelSettings = D1 ('MetaData "ModelSettings" "Amazonka.Transcribe.Types.ModelSettings" "libZSservicesZSamazonka-transcribeZSamazonka-transcribe" 'False) (C1 ('MetaCons "ModelSettings'" 'PrefixI 'True) (S1 ('MetaSel ('Just "languageModelName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newModelSettings :: ModelSettings Source #

Create a value of ModelSettings 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:languageModelName:ModelSettings', modelSettings_languageModelName - The name of your custom language model.

NonTalkTimeFilter

data NonTalkTimeFilter Source #

An object that enables you to configure your category to be applied to call analytics jobs where either the customer or agent was interrupted.

See: newNonTalkTimeFilter smart constructor.

Instances

Instances details
Eq NonTalkTimeFilter Source # 
Instance details

Defined in Amazonka.Transcribe.Types.NonTalkTimeFilter

Read NonTalkTimeFilter Source # 
Instance details

Defined in Amazonka.Transcribe.Types.NonTalkTimeFilter

Show NonTalkTimeFilter Source # 
Instance details

Defined in Amazonka.Transcribe.Types.NonTalkTimeFilter

Generic NonTalkTimeFilter Source # 
Instance details

Defined in Amazonka.Transcribe.Types.NonTalkTimeFilter

Associated Types

type Rep NonTalkTimeFilter :: Type -> Type #

NFData NonTalkTimeFilter Source # 
Instance details

Defined in Amazonka.Transcribe.Types.NonTalkTimeFilter

Methods

rnf :: NonTalkTimeFilter -> () #

Hashable NonTalkTimeFilter Source # 
Instance details

Defined in Amazonka.Transcribe.Types.NonTalkTimeFilter

ToJSON NonTalkTimeFilter Source # 
Instance details

Defined in Amazonka.Transcribe.Types.NonTalkTimeFilter

FromJSON NonTalkTimeFilter Source # 
Instance details

Defined in Amazonka.Transcribe.Types.NonTalkTimeFilter

type Rep NonTalkTimeFilter Source # 
Instance details

Defined in Amazonka.Transcribe.Types.NonTalkTimeFilter

type Rep NonTalkTimeFilter = D1 ('MetaData "NonTalkTimeFilter" "Amazonka.Transcribe.Types.NonTalkTimeFilter" "libZSservicesZSamazonka-transcribeZSamazonka-transcribe" 'False) (C1 ('MetaCons "NonTalkTimeFilter'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "relativeTimeRange") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RelativeTimeRange)) :*: S1 ('MetaSel ('Just "negate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "threshold") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "absoluteTimeRange") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AbsoluteTimeRange)))))

newNonTalkTimeFilter :: NonTalkTimeFilter Source #

Create a value of NonTalkTimeFilter 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:relativeTimeRange:NonTalkTimeFilter', nonTalkTimeFilter_relativeTimeRange - An object that allows percentages to specify the proportion of the call where there was silence. For example, you can specify the first half of the call. You can also specify the period of time between halfway through to three-quarters of the way through the call. Because the length of conversation can vary between calls, you can apply relative time ranges across all calls.

$sel:negate:NonTalkTimeFilter', nonTalkTimeFilter_negate - Set to TRUE to look for a time period when people were talking.

$sel:threshold:NonTalkTimeFilter', nonTalkTimeFilter_threshold - The duration of the period when neither the customer nor agent was talking.

$sel:absoluteTimeRange:NonTalkTimeFilter', nonTalkTimeFilter_absoluteTimeRange - An object you can use to specify a time range (in milliseconds) for when no one is talking. For example, you could specify a time period between the 30,000 millisecond mark and the 45,000 millisecond mark. You could also specify the time period as the first 15,000 milliseconds or the last 15,000 milliseconds.

RelativeTimeRange

data RelativeTimeRange Source #

An object that allows percentages to specify the proportion of the call where you would like to apply a filter. For example, you can specify the first half of the call. You can also specify the period of time between halfway through to three-quarters of the way through the call. Because the length of conversation can vary between calls, you can apply relative time ranges across all calls.

See: newRelativeTimeRange smart constructor.

Instances

Instances details
Eq RelativeTimeRange Source # 
Instance details

Defined in Amazonka.Transcribe.Types.RelativeTimeRange

Read RelativeTimeRange Source # 
Instance details

Defined in Amazonka.Transcribe.Types.RelativeTimeRange

Show RelativeTimeRange Source # 
Instance details

Defined in Amazonka.Transcribe.Types.RelativeTimeRange

Generic RelativeTimeRange Source # 
Instance details

Defined in Amazonka.Transcribe.Types.RelativeTimeRange

Associated Types

type Rep RelativeTimeRange :: Type -> Type #

NFData RelativeTimeRange Source # 
Instance details

Defined in Amazonka.Transcribe.Types.RelativeTimeRange

Methods

rnf :: RelativeTimeRange -> () #

Hashable RelativeTimeRange Source # 
Instance details

Defined in Amazonka.Transcribe.Types.RelativeTimeRange

ToJSON RelativeTimeRange Source # 
Instance details

Defined in Amazonka.Transcribe.Types.RelativeTimeRange

FromJSON RelativeTimeRange Source # 
Instance details

Defined in Amazonka.Transcribe.Types.RelativeTimeRange

type Rep RelativeTimeRange Source # 
Instance details

Defined in Amazonka.Transcribe.Types.RelativeTimeRange

type Rep RelativeTimeRange = D1 ('MetaData "RelativeTimeRange" "Amazonka.Transcribe.Types.RelativeTimeRange" "libZSservicesZSamazonka-transcribeZSamazonka-transcribe" 'False) (C1 ('MetaCons "RelativeTimeRange'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "endPercentage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "first") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))) :*: (S1 ('MetaSel ('Just "last") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "startPercentage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)))))

newRelativeTimeRange :: RelativeTimeRange Source #

Create a value of RelativeTimeRange 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:endPercentage:RelativeTimeRange', relativeTimeRange_endPercentage - A value that indicates the percentage of the end of the time range. To set a relative time range, you must specify a start percentage and an end percentage. For example, if you specify the following values:

  • StartPercentage - 10
  • EndPercentage - 50

This looks at the time range starting from 10% of the way into the call to 50% of the way through the call. For a call that lasts 100,000 milliseconds, this example range would apply from the 10,000 millisecond mark to the 50,000 millisecond mark.

$sel:first:RelativeTimeRange', relativeTimeRange_first - A range that takes the portion of the call up to the time in milliseconds set by the value that you've specified. For example, if you specify 120000, the time range is set for the first 120,000 milliseconds of the call.

$sel:last:RelativeTimeRange', relativeTimeRange_last - A range that takes the portion of the call from the time in milliseconds set by the value that you've specified to the end of the call. For example, if you specify 120000, the time range is set for the last 120,000 milliseconds of the call.

$sel:startPercentage:RelativeTimeRange', relativeTimeRange_startPercentage - A value that indicates the percentage of the beginning of the time range. To set a relative time range, you must specify a start percentage and an end percentage. For example, if you specify the following values:

  • StartPercentage - 10
  • EndPercentage - 50

This looks at the time range starting from 10% of the way into the call to 50% of the way through the call. For a call that lasts 100,000 milliseconds, this example range would apply from the 10,000 millisecond mark to the 50,000 millisecond mark.

Rule

data Rule Source #

A condition in the call between the customer and the agent that you want to filter for.

See: newRule smart constructor.

Instances

Instances details
Eq Rule Source # 
Instance details

Defined in Amazonka.Transcribe.Types.Rule

Methods

(==) :: Rule -> Rule -> Bool #

(/=) :: Rule -> Rule -> Bool #

Read Rule Source # 
Instance details

Defined in Amazonka.Transcribe.Types.Rule

Show Rule Source # 
Instance details

Defined in Amazonka.Transcribe.Types.Rule

Methods

showsPrec :: Int -> Rule -> ShowS #

show :: Rule -> String #

showList :: [Rule] -> ShowS #

Generic Rule Source # 
Instance details

Defined in Amazonka.Transcribe.Types.Rule

Associated Types

type Rep Rule :: Type -> Type #

Methods

from :: Rule -> Rep Rule x #

to :: Rep Rule x -> Rule #

NFData Rule Source # 
Instance details

Defined in Amazonka.Transcribe.Types.Rule

Methods

rnf :: Rule -> () #

Hashable Rule Source # 
Instance details

Defined in Amazonka.Transcribe.Types.Rule

Methods

hashWithSalt :: Int -> Rule -> Int #

hash :: Rule -> Int #

ToJSON Rule Source # 
Instance details

Defined in Amazonka.Transcribe.Types.Rule

FromJSON Rule Source # 
Instance details

Defined in Amazonka.Transcribe.Types.Rule

type Rep Rule Source # 
Instance details

Defined in Amazonka.Transcribe.Types.Rule

type Rep Rule = D1 ('MetaData "Rule" "Amazonka.Transcribe.Types.Rule" "libZSservicesZSamazonka-transcribeZSamazonka-transcribe" 'False) (C1 ('MetaCons "Rule'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "nonTalkTimeFilter") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe NonTalkTimeFilter)) :*: S1 ('MetaSel ('Just "transcriptFilter") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TranscriptFilter))) :*: (S1 ('MetaSel ('Just "sentimentFilter") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SentimentFilter)) :*: S1 ('MetaSel ('Just "interruptionFilter") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InterruptionFilter)))))

newRule :: Rule Source #

Create a value of Rule 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:nonTalkTimeFilter:Rule', rule_nonTalkTimeFilter - A condition for a time period when neither the customer nor the agent was talking.

$sel:transcriptFilter:Rule', rule_transcriptFilter - A condition that catches particular words or phrases based on a exact match. For example, if you set the phrase "I want to speak to the manager", only that exact phrase will be returned.

$sel:sentimentFilter:Rule', rule_sentimentFilter - A condition that is applied to a particular customer sentiment.

$sel:interruptionFilter:Rule', rule_interruptionFilter - A condition for a time period when either the customer or agent was interrupting the other person.

SentimentFilter

data SentimentFilter Source #

An object that enables you to specify a particular customer or agent sentiment. If at least 50 percent of the conversation turns (the back-and-forth between two speakers) in a specified time period match the specified sentiment, Amazon Transcribe will consider the sentiment a match.

See: newSentimentFilter smart constructor.

Instances

Instances details
Eq SentimentFilter Source # 
Instance details

Defined in Amazonka.Transcribe.Types.SentimentFilter

Read SentimentFilter Source # 
Instance details

Defined in Amazonka.Transcribe.Types.SentimentFilter

Show SentimentFilter Source # 
Instance details

Defined in Amazonka.Transcribe.Types.SentimentFilter

Generic SentimentFilter Source # 
Instance details

Defined in Amazonka.Transcribe.Types.SentimentFilter

Associated Types

type Rep SentimentFilter :: Type -> Type #

NFData SentimentFilter Source # 
Instance details

Defined in Amazonka.Transcribe.Types.SentimentFilter

Methods

rnf :: SentimentFilter -> () #

Hashable SentimentFilter Source # 
Instance details

Defined in Amazonka.Transcribe.Types.SentimentFilter

ToJSON SentimentFilter Source # 
Instance details

Defined in Amazonka.Transcribe.Types.SentimentFilter

FromJSON SentimentFilter Source # 
Instance details

Defined in Amazonka.Transcribe.Types.SentimentFilter

type Rep SentimentFilter Source # 
Instance details

Defined in Amazonka.Transcribe.Types.SentimentFilter

type Rep SentimentFilter = D1 ('MetaData "SentimentFilter" "Amazonka.Transcribe.Types.SentimentFilter" "libZSservicesZSamazonka-transcribeZSamazonka-transcribe" 'False) (C1 ('MetaCons "SentimentFilter'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "participantRole") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ParticipantRole)) :*: S1 ('MetaSel ('Just "relativeTimeRange") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RelativeTimeRange))) :*: (S1 ('MetaSel ('Just "negate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "absoluteTimeRange") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AbsoluteTimeRange)) :*: S1 ('MetaSel ('Just "sentiments") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty SentimentValue))))))

newSentimentFilter Source #

Create a value of SentimentFilter 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:participantRole:SentimentFilter', sentimentFilter_participantRole - A value that determines whether the sentiment belongs to the customer or the agent.

$sel:relativeTimeRange:SentimentFilter', sentimentFilter_relativeTimeRange - The time range, set in percentages, that correspond to proportion of the call.

$sel:negate:SentimentFilter', sentimentFilter_negate - Set to TRUE to look for sentiments that weren't specified in the request.

$sel:absoluteTimeRange:SentimentFilter', sentimentFilter_absoluteTimeRange - The time range, measured in seconds, of the sentiment.

$sel:sentiments:SentimentFilter', sentimentFilter_sentiments - An array that enables you to specify sentiments for the customer or agent. You can specify one or more values.

Settings

data Settings Source #

Provides optional settings for the StartTranscriptionJob operation.

See: newSettings smart constructor.

Instances

Instances details
Eq Settings Source # 
Instance details

Defined in Amazonka.Transcribe.Types.Settings

Read Settings Source # 
Instance details

Defined in Amazonka.Transcribe.Types.Settings

Show Settings Source # 
Instance details

Defined in Amazonka.Transcribe.Types.Settings

Generic Settings Source # 
Instance details

Defined in Amazonka.Transcribe.Types.Settings

Associated Types

type Rep Settings :: Type -> Type #

Methods

from :: Settings -> Rep Settings x #

to :: Rep Settings x -> Settings #

NFData Settings Source # 
Instance details

Defined in Amazonka.Transcribe.Types.Settings

Methods

rnf :: Settings -> () #

Hashable Settings Source # 
Instance details

Defined in Amazonka.Transcribe.Types.Settings

Methods

hashWithSalt :: Int -> Settings -> Int #

hash :: Settings -> Int #

ToJSON Settings Source # 
Instance details

Defined in Amazonka.Transcribe.Types.Settings

FromJSON Settings Source # 
Instance details

Defined in Amazonka.Transcribe.Types.Settings

type Rep Settings Source # 
Instance details

Defined in Amazonka.Transcribe.Types.Settings

type Rep Settings = D1 ('MetaData "Settings" "Amazonka.Transcribe.Types.Settings" "libZSservicesZSamazonka-transcribeZSamazonka-transcribe" 'False) (C1 ('MetaCons "Settings'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "vocabularyName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxAlternatives") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))) :*: (S1 ('MetaSel ('Just "channelIdentification") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "showAlternatives") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))) :*: ((S1 ('MetaSel ('Just "maxSpeakerLabels") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "vocabularyFilterName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "showSpeakerLabels") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "vocabularyFilterMethod") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe VocabularyFilterMethod))))))

newSettings :: Settings Source #

Create a value of Settings 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:vocabularyName:Settings', settings_vocabularyName - The name of a vocabulary to use when processing the transcription job.

$sel:maxAlternatives:Settings', settings_maxAlternatives - The number of alternative transcriptions that the service should return. If you specify the MaxAlternatives field, you must set the ShowAlternatives field to true.

$sel:channelIdentification:Settings', settings_channelIdentification - Instructs Amazon Transcribe to process each audio channel separately and then merge the transcription output of each channel into a single transcription.

Amazon Transcribe also produces a transcription of each item detected on an audio channel, including the start time and end time of the item and alternative transcriptions of the item including the confidence that Amazon Transcribe has in the transcription.

You can't set both ShowSpeakerLabels and ChannelIdentification in the same request. If you set both, your request returns a BadRequestException.

$sel:showAlternatives:Settings', settings_showAlternatives - Determines whether the transcription contains alternative transcriptions. If you set the ShowAlternatives field to true, you must also set the maximum number of alternatives to return in the MaxAlternatives field.

$sel:maxSpeakerLabels:Settings', settings_maxSpeakerLabels - The maximum number of speakers to identify in the input audio. If there are more speakers in the audio than this number, multiple speakers are identified as a single speaker. If you specify the MaxSpeakerLabels field, you must set the ShowSpeakerLabels field to true.

$sel:vocabularyFilterName:Settings', settings_vocabularyFilterName - The name of the vocabulary filter to use when transcribing the audio. The filter that you specify must have the same language code as the transcription job.

$sel:showSpeakerLabels:Settings', settings_showSpeakerLabels - Determines whether the transcription job uses speaker recognition to identify different speakers in the input audio. Speaker recognition labels individual speakers in the audio file. If you set the ShowSpeakerLabels field to true, you must also set the maximum number of speaker labels MaxSpeakerLabels field.

You can't set both ShowSpeakerLabels and ChannelIdentification in the same request. If you set both, your request returns a BadRequestException.

$sel:vocabularyFilterMethod:Settings', settings_vocabularyFilterMethod - Set to mask to remove filtered text from the transcript and replace it with three asterisks ("***") as placeholder text. Set to remove to remove filtered text from the transcript without using placeholder text. Set to tag to mark the word in the transcription output that matches the vocabulary filter. When you set the filter method to tag, the words matching your vocabulary filter are not masked or removed.

Subtitles

data Subtitles Source #

Generate subtitles for your batch transcription job.

See: newSubtitles smart constructor.

Constructors

Subtitles' (Maybe [SubtitleFormat]) 

Instances

Instances details
Eq Subtitles Source # 
Instance details

Defined in Amazonka.Transcribe.Types.Subtitles

Read Subtitles Source # 
Instance details

Defined in Amazonka.Transcribe.Types.Subtitles

Show Subtitles Source # 
Instance details

Defined in Amazonka.Transcribe.Types.Subtitles

Generic Subtitles Source # 
Instance details

Defined in Amazonka.Transcribe.Types.Subtitles

Associated Types

type Rep Subtitles :: Type -> Type #

NFData Subtitles Source # 
Instance details

Defined in Amazonka.Transcribe.Types.Subtitles

Methods

rnf :: Subtitles -> () #

Hashable Subtitles Source # 
Instance details

Defined in Amazonka.Transcribe.Types.Subtitles

ToJSON Subtitles Source # 
Instance details

Defined in Amazonka.Transcribe.Types.Subtitles

type Rep Subtitles Source # 
Instance details

Defined in Amazonka.Transcribe.Types.Subtitles

type Rep Subtitles = D1 ('MetaData "Subtitles" "Amazonka.Transcribe.Types.Subtitles" "libZSservicesZSamazonka-transcribeZSamazonka-transcribe" 'False) (C1 ('MetaCons "Subtitles'" 'PrefixI 'True) (S1 ('MetaSel ('Just "formats") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [SubtitleFormat]))))

newSubtitles :: Subtitles Source #

Create a value of Subtitles 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:formats:Subtitles', subtitles_formats - Specify the output format for your subtitle file.

SubtitlesOutput

data SubtitlesOutput Source #

Specify the output format for your subtitle file.

See: newSubtitlesOutput smart constructor.

Instances

Instances details
Eq SubtitlesOutput Source # 
Instance details

Defined in Amazonka.Transcribe.Types.SubtitlesOutput

Read SubtitlesOutput Source # 
Instance details

Defined in Amazonka.Transcribe.Types.SubtitlesOutput

Show SubtitlesOutput Source # 
Instance details

Defined in Amazonka.Transcribe.Types.SubtitlesOutput

Generic SubtitlesOutput Source # 
Instance details

Defined in Amazonka.Transcribe.Types.SubtitlesOutput

Associated Types

type Rep SubtitlesOutput :: Type -> Type #

NFData SubtitlesOutput Source # 
Instance details

Defined in Amazonka.Transcribe.Types.SubtitlesOutput

Methods

rnf :: SubtitlesOutput -> () #

Hashable SubtitlesOutput Source # 
Instance details

Defined in Amazonka.Transcribe.Types.SubtitlesOutput

FromJSON SubtitlesOutput Source # 
Instance details

Defined in Amazonka.Transcribe.Types.SubtitlesOutput

type Rep SubtitlesOutput Source # 
Instance details

Defined in Amazonka.Transcribe.Types.SubtitlesOutput

type Rep SubtitlesOutput = D1 ('MetaData "SubtitlesOutput" "Amazonka.Transcribe.Types.SubtitlesOutput" "libZSservicesZSamazonka-transcribeZSamazonka-transcribe" 'False) (C1 ('MetaCons "SubtitlesOutput'" 'PrefixI 'True) (S1 ('MetaSel ('Just "formats") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [SubtitleFormat])) :*: S1 ('MetaSel ('Just "subtitleFileUris") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))))

newSubtitlesOutput :: SubtitlesOutput Source #

Create a value of SubtitlesOutput 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:formats:SubtitlesOutput', subtitlesOutput_formats - Specify the output format for your subtitle file; if you select both SRT and VTT formats, two output files are genereated.

$sel:subtitleFileUris:SubtitlesOutput', subtitlesOutput_subtitleFileUris - Choose the output location for your subtitle file. This location must be an S3 bucket.

Tag

data Tag Source #

A key:value pair that adds metadata to a resource used by Amazon Transcribe. For example, a tag with the key:value pair ‘Department’:’Sales’ might be added to a resource to indicate its use by your organization's sales department.

See: newTag smart constructor.

Constructors

Tag' Text Text 

Instances

Instances details
Eq Tag Source # 
Instance details

Defined in Amazonka.Transcribe.Types.Tag

Methods

(==) :: Tag -> Tag -> Bool #

(/=) :: Tag -> Tag -> Bool #

Read Tag Source # 
Instance details

Defined in Amazonka.Transcribe.Types.Tag

Show Tag Source # 
Instance details

Defined in Amazonka.Transcribe.Types.Tag

Methods

showsPrec :: Int -> Tag -> ShowS #

show :: Tag -> String #

showList :: [Tag] -> ShowS #

Generic Tag Source # 
Instance details

Defined in Amazonka.Transcribe.Types.Tag

Associated Types

type Rep Tag :: Type -> Type #

Methods

from :: Tag -> Rep Tag x #

to :: Rep Tag x -> Tag #

NFData Tag Source # 
Instance details

Defined in Amazonka.Transcribe.Types.Tag

Methods

rnf :: Tag -> () #

Hashable Tag Source # 
Instance details

Defined in Amazonka.Transcribe.Types.Tag

Methods

hashWithSalt :: Int -> Tag -> Int #

hash :: Tag -> Int #

ToJSON Tag Source # 
Instance details

Defined in Amazonka.Transcribe.Types.Tag

FromJSON Tag Source # 
Instance details

Defined in Amazonka.Transcribe.Types.Tag

type Rep Tag Source # 
Instance details

Defined in Amazonka.Transcribe.Types.Tag

type Rep Tag = D1 ('MetaData "Tag" "Amazonka.Transcribe.Types.Tag" "libZSservicesZSamazonka-transcribeZSamazonka-transcribe" 'False) (C1 ('MetaCons "Tag'" 'PrefixI 'True) (S1 ('MetaSel ('Just "key") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newTag Source #

Create a value of Tag 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:key:Tag', tag_key - The first part of a key:value pair that forms a tag associated with a given resource. For example, in the tag ‘Department’:’Sales’, the key is 'Department'.

$sel:value:Tag', tag_value - The second part of a key:value pair that forms a tag associated with a given resource. For example, in the tag ‘Department’:’Sales’, the value is 'Sales'.

Transcript

data Transcript Source #

Identifies the location of a transcription.

See: newTranscript smart constructor.

Constructors

Transcript' (Maybe Text) (Maybe Text) 

Instances

Instances details
Eq Transcript Source # 
Instance details

Defined in Amazonka.Transcribe.Types.Transcript

Read Transcript Source # 
Instance details

Defined in Amazonka.Transcribe.Types.Transcript

Show Transcript Source # 
Instance details

Defined in Amazonka.Transcribe.Types.Transcript

Generic Transcript Source # 
Instance details

Defined in Amazonka.Transcribe.Types.Transcript

Associated Types

type Rep Transcript :: Type -> Type #

NFData Transcript Source # 
Instance details

Defined in Amazonka.Transcribe.Types.Transcript

Methods

rnf :: Transcript -> () #

Hashable Transcript Source # 
Instance details

Defined in Amazonka.Transcribe.Types.Transcript

FromJSON Transcript Source # 
Instance details

Defined in Amazonka.Transcribe.Types.Transcript

type Rep Transcript Source # 
Instance details

Defined in Amazonka.Transcribe.Types.Transcript

type Rep Transcript = D1 ('MetaData "Transcript" "Amazonka.Transcribe.Types.Transcript" "libZSservicesZSamazonka-transcribeZSamazonka-transcribe" 'False) (C1 ('MetaCons "Transcript'" 'PrefixI 'True) (S1 ('MetaSel ('Just "redactedTranscriptFileUri") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "transcriptFileUri") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newTranscript :: Transcript Source #

Create a value of Transcript 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:redactedTranscriptFileUri:Transcript', transcript_redactedTranscriptFileUri - The S3 object location of the redacted transcript.

Use this URI to access the redacted transcript. If you specified an S3 bucket in the OutputBucketName field when you created the job, this is the URI of that bucket. If you chose to store the transcript in Amazon Transcribe, this is a shareable URL that provides secure access to that location.

$sel:transcriptFileUri:Transcript', transcript_transcriptFileUri - The S3 object location of the transcript.

Use this URI to access the transcript. If you specified an S3 bucket in the OutputBucketName field when you created the job, this is the URI of that bucket. If you chose to store the transcript in Amazon Transcribe, this is a shareable URL that provides secure access to that location.

TranscriptFilter

data TranscriptFilter Source #

Matches the output of the transcription to either the specific phrases that you specify, or the intent of the phrases that you specify.

See: newTranscriptFilter smart constructor.

Instances

Instances details
Eq TranscriptFilter Source # 
Instance details

Defined in Amazonka.Transcribe.Types.TranscriptFilter

Read TranscriptFilter Source # 
Instance details

Defined in Amazonka.Transcribe.Types.TranscriptFilter

Show TranscriptFilter Source # 
Instance details

Defined in Amazonka.Transcribe.Types.TranscriptFilter

Generic TranscriptFilter Source # 
Instance details

Defined in Amazonka.Transcribe.Types.TranscriptFilter

Associated Types

type Rep TranscriptFilter :: Type -> Type #

NFData TranscriptFilter Source # 
Instance details

Defined in Amazonka.Transcribe.Types.TranscriptFilter

Methods

rnf :: TranscriptFilter -> () #

Hashable TranscriptFilter Source # 
Instance details

Defined in Amazonka.Transcribe.Types.TranscriptFilter

ToJSON TranscriptFilter Source # 
Instance details

Defined in Amazonka.Transcribe.Types.TranscriptFilter

FromJSON TranscriptFilter Source # 
Instance details

Defined in Amazonka.Transcribe.Types.TranscriptFilter

type Rep TranscriptFilter Source # 
Instance details

Defined in Amazonka.Transcribe.Types.TranscriptFilter

type Rep TranscriptFilter = D1 ('MetaData "TranscriptFilter" "Amazonka.Transcribe.Types.TranscriptFilter" "libZSservicesZSamazonka-transcribeZSamazonka-transcribe" 'False) (C1 ('MetaCons "TranscriptFilter'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "participantRole") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ParticipantRole)) :*: (S1 ('MetaSel ('Just "relativeTimeRange") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RelativeTimeRange)) :*: S1 ('MetaSel ('Just "negate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))) :*: (S1 ('MetaSel ('Just "absoluteTimeRange") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AbsoluteTimeRange)) :*: (S1 ('MetaSel ('Just "transcriptFilterType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 TranscriptFilterType) :*: S1 ('MetaSel ('Just "targets") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty Text))))))

newTranscriptFilter Source #

Create a value of TranscriptFilter 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:participantRole:TranscriptFilter', transcriptFilter_participantRole - Determines whether the customer or the agent is speaking the phrases that you've specified.

$sel:relativeTimeRange:TranscriptFilter', transcriptFilter_relativeTimeRange - An object that allows percentages to specify the proportion of the call where you would like to apply a filter. For example, you can specify the first half of the call. You can also specify the period of time between halfway through to three-quarters of the way through the call. Because the length of conversation can vary between calls, you can apply relative time ranges across all calls.

$sel:negate:TranscriptFilter', transcriptFilter_negate - If TRUE, the rule that you specify is applied to everything except for the phrases that you specify.

$sel:absoluteTimeRange:TranscriptFilter', transcriptFilter_absoluteTimeRange - A time range, set in seconds, between two points in the call.

$sel:transcriptFilterType:TranscriptFilter', transcriptFilter_transcriptFilterType - Matches the phrase to the transcription output in a word for word fashion. For example, if you specify the phrase "I want to speak to the manager." Amazon Transcribe attempts to match that specific phrase to the transcription.

$sel:targets:TranscriptFilter', transcriptFilter_targets - The phrases that you're specifying for the transcript filter to match.

TranscriptionJob

data TranscriptionJob Source #

Describes an asynchronous transcription job that was created with the StartTranscriptionJob operation.

See: newTranscriptionJob smart constructor.

Instances

Instances details
Eq TranscriptionJob Source # 
Instance details

Defined in Amazonka.Transcribe.Types.TranscriptionJob

Read TranscriptionJob Source # 
Instance details

Defined in Amazonka.Transcribe.Types.TranscriptionJob

Show TranscriptionJob Source # 
Instance details

Defined in Amazonka.Transcribe.Types.TranscriptionJob

Generic TranscriptionJob Source # 
Instance details

Defined in Amazonka.Transcribe.Types.TranscriptionJob

Associated Types

type Rep TranscriptionJob :: Type -> Type #

NFData TranscriptionJob Source # 
Instance details

Defined in Amazonka.Transcribe.Types.TranscriptionJob

Methods

rnf :: TranscriptionJob -> () #

Hashable TranscriptionJob Source # 
Instance details

Defined in Amazonka.Transcribe.Types.TranscriptionJob

FromJSON TranscriptionJob Source # 
Instance details

Defined in Amazonka.Transcribe.Types.TranscriptionJob

type Rep TranscriptionJob Source # 
Instance details

Defined in Amazonka.Transcribe.Types.TranscriptionJob

type Rep TranscriptionJob = D1 ('MetaData "TranscriptionJob" "Amazonka.Transcribe.Types.TranscriptionJob" "libZSservicesZSamazonka-transcribeZSamazonka-transcribe" 'False) (C1 ('MetaCons "TranscriptionJob'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "failureReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "contentRedaction") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ContentRedaction)) :*: (S1 ('MetaSel ('Just "identifiedLanguageScore") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: S1 ('MetaSel ('Just "subtitles") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SubtitlesOutput))))) :*: ((S1 ('MetaSel ('Just "languageCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LanguageCode)) :*: S1 ('MetaSel ('Just "languageOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty LanguageCode)))) :*: (S1 ('MetaSel ('Just "settings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Settings)) :*: (S1 ('MetaSel ('Just "startTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "completionTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))))) :*: (((S1 ('MetaSel ('Just "media") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Media)) :*: S1 ('MetaSel ('Just "mediaFormat") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MediaFormat))) :*: (S1 ('MetaSel ('Just "modelSettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ModelSettings)) :*: (S1 ('MetaSel ('Just "transcriptionJobStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TranscriptionJobStatus)) :*: S1 ('MetaSel ('Just "jobExecutionSettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe JobExecutionSettings))))) :*: ((S1 ('MetaSel ('Just "transcriptionJobName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "identifyLanguage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "transcript") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Transcript)) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Tag))) :*: S1 ('MetaSel ('Just "mediaSampleRateHertz") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))))))))

newTranscriptionJob :: TranscriptionJob Source #

Create a value of TranscriptionJob 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:creationTime:TranscriptionJob', transcriptionJob_creationTime - A timestamp that shows when the job was created.

$sel:failureReason:TranscriptionJob', transcriptionJob_failureReason - If the TranscriptionJobStatus field is FAILED, this field contains information about why the job failed.

The FailureReason field can contain one of the following values:

  • Unsupported media format - The media format specified in the MediaFormat field of the request isn't valid. See the description of the MediaFormat field for a list of valid values.
  • The media format provided does not match the detected media format
  • The media format of the audio file doesn't match the format specified in the MediaFormat field in the request. Check the media format of your media file and make sure that the two values match.
  • Invalid sample rate for audio file - The sample rate specified in the MediaSampleRateHertz of the request isn't valid. The sample rate must be between 8,000 and 48,000 Hertz.
  • The sample rate provided does not match the detected sample rate - The sample rate in the audio file doesn't match the sample rate specified in the MediaSampleRateHertz field in the request. Check the sample rate of your media file and make sure that the two values match.
  • Invalid file size: file size too large - The size of your audio file is larger than Amazon Transcribe can process. For more information, see Limits in the Amazon Transcribe Developer Guide.
  • Invalid number of channels: number of channels too large - Your audio contains more channels than Amazon Transcribe is configured to process. To request additional channels, see Amazon Transcribe Limits in the Amazon Web Services General Reference.

$sel:contentRedaction:TranscriptionJob', transcriptionJob_contentRedaction - An object that describes content redaction settings for the transcription job.

$sel:identifiedLanguageScore:TranscriptionJob', transcriptionJob_identifiedLanguageScore - A value between zero and one that Amazon Transcribe assigned to the language that it identified in the source audio. Larger values indicate that Amazon Transcribe has higher confidence in the language it identified.

$sel:subtitles:TranscriptionJob', transcriptionJob_subtitles - Generate subtitles for your batch transcription job.

$sel:languageCode:TranscriptionJob', transcriptionJob_languageCode - The language code for the input speech.

$sel:languageOptions:TranscriptionJob', transcriptionJob_languageOptions - An object that shows the optional array of languages inputted for transcription jobs with automatic language identification enabled.

$sel:settings:TranscriptionJob', transcriptionJob_settings - Optional settings for the transcription job. Use these settings to turn on speaker recognition, to set the maximum number of speakers that should be identified and to specify a custom vocabulary to use when processing the transcription job.

$sel:startTime:TranscriptionJob', transcriptionJob_startTime - A timestamp that shows when the job started processing.

$sel:completionTime:TranscriptionJob', transcriptionJob_completionTime - A timestamp that shows when the job completed.

$sel:media:TranscriptionJob', transcriptionJob_media - An object that describes the input media for the transcription job.

$sel:mediaFormat:TranscriptionJob', transcriptionJob_mediaFormat - The format of the input media file.

$sel:modelSettings:TranscriptionJob', transcriptionJob_modelSettings - An object containing the details of your custom language model.

$sel:transcriptionJobStatus:TranscriptionJob', transcriptionJob_transcriptionJobStatus - The status of the transcription job.

$sel:jobExecutionSettings:TranscriptionJob', transcriptionJob_jobExecutionSettings - Provides information about how a transcription job is executed.

$sel:transcriptionJobName:TranscriptionJob', transcriptionJob_transcriptionJobName - The name of the transcription job.

$sel:identifyLanguage:TranscriptionJob', transcriptionJob_identifyLanguage - A value that shows if automatic language identification was enabled for a transcription job.

$sel:transcript:TranscriptionJob', transcriptionJob_transcript - An object that describes the output of the transcription job.

$sel:tags:TranscriptionJob', transcriptionJob_tags - A key:value pair assigned to a given transcription job.

$sel:mediaSampleRateHertz:TranscriptionJob', transcriptionJob_mediaSampleRateHertz - The sample rate, in Hertz, of the audio track in the input media file.

TranscriptionJobSummary

data TranscriptionJobSummary Source #

Provides a summary of information about a transcription job.

See: newTranscriptionJobSummary smart constructor.

Instances

Instances details
Eq TranscriptionJobSummary Source # 
Instance details

Defined in Amazonka.Transcribe.Types.TranscriptionJobSummary

Read TranscriptionJobSummary Source # 
Instance details

Defined in Amazonka.Transcribe.Types.TranscriptionJobSummary

Show TranscriptionJobSummary Source # 
Instance details

Defined in Amazonka.Transcribe.Types.TranscriptionJobSummary

Generic TranscriptionJobSummary Source # 
Instance details

Defined in Amazonka.Transcribe.Types.TranscriptionJobSummary

Associated Types

type Rep TranscriptionJobSummary :: Type -> Type #

NFData TranscriptionJobSummary Source # 
Instance details

Defined in Amazonka.Transcribe.Types.TranscriptionJobSummary

Methods

rnf :: TranscriptionJobSummary -> () #

Hashable TranscriptionJobSummary Source # 
Instance details

Defined in Amazonka.Transcribe.Types.TranscriptionJobSummary

FromJSON TranscriptionJobSummary Source # 
Instance details

Defined in Amazonka.Transcribe.Types.TranscriptionJobSummary

type Rep TranscriptionJobSummary Source # 
Instance details

Defined in Amazonka.Transcribe.Types.TranscriptionJobSummary

type Rep TranscriptionJobSummary = D1 ('MetaData "TranscriptionJobSummary" "Amazonka.Transcribe.Types.TranscriptionJobSummary" "libZSservicesZSamazonka-transcribeZSamazonka-transcribe" 'False) (C1 ('MetaCons "TranscriptionJobSummary'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "failureReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "contentRedaction") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ContentRedaction)))) :*: (S1 ('MetaSel ('Just "identifiedLanguageScore") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: (S1 ('MetaSel ('Just "languageCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LanguageCode)) :*: S1 ('MetaSel ('Just "outputLocationType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OutputLocationType))))) :*: ((S1 ('MetaSel ('Just "startTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "completionTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "modelSettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ModelSettings)))) :*: (S1 ('MetaSel ('Just "transcriptionJobStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TranscriptionJobStatus)) :*: (S1 ('MetaSel ('Just "transcriptionJobName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "identifyLanguage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))))))

newTranscriptionJobSummary :: TranscriptionJobSummary Source #

Create a value of TranscriptionJobSummary 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:creationTime:TranscriptionJobSummary', transcriptionJobSummary_creationTime - A timestamp that shows when the job was created.

$sel:failureReason:TranscriptionJobSummary', transcriptionJobSummary_failureReason - If the TranscriptionJobStatus field is FAILED, a description of the error.

$sel:contentRedaction:TranscriptionJobSummary', transcriptionJobSummary_contentRedaction - The content redaction settings of the transcription job.

$sel:identifiedLanguageScore:TranscriptionJobSummary', transcriptionJobSummary_identifiedLanguageScore - A value between zero and one that Amazon Transcribe assigned to the language it identified in the source audio. A higher score indicates that Amazon Transcribe is more confident in the language it identified.

$sel:languageCode:TranscriptionJobSummary', transcriptionJobSummary_languageCode - The language code for the input speech.

$sel:outputLocationType:TranscriptionJobSummary', transcriptionJobSummary_outputLocationType - Indicates the location of the output of the transcription job.

If the value is CUSTOMER_BUCKET then the location is the S3 bucket specified in the outputBucketName field when the transcription job was started with the StartTranscriptionJob operation.

If the value is SERVICE_BUCKET then the output is stored by Amazon Transcribe and can be retrieved using the URI in the GetTranscriptionJob response's TranscriptFileUri field.

$sel:startTime:TranscriptionJobSummary', transcriptionJobSummary_startTime - A timestamp that shows when the job started processing.

$sel:completionTime:TranscriptionJobSummary', transcriptionJobSummary_completionTime - A timestamp that shows when the job was completed.

$sel:modelSettings:TranscriptionJobSummary', transcriptionJobSummary_modelSettings - Undocumented member.

$sel:transcriptionJobStatus:TranscriptionJobSummary', transcriptionJobSummary_transcriptionJobStatus - The status of the transcription job. When the status is COMPLETED, use the GetTranscriptionJob operation to get the results of the transcription.

$sel:transcriptionJobName:TranscriptionJobSummary', transcriptionJobSummary_transcriptionJobName - The name of the transcription job.

$sel:identifyLanguage:TranscriptionJobSummary', transcriptionJobSummary_identifyLanguage - Whether automatic language identification was enabled for a transcription job.

VocabularyFilterInfo

data VocabularyFilterInfo Source #

Provides information about a vocabulary filter.

See: newVocabularyFilterInfo smart constructor.

Instances

Instances details
Eq VocabularyFilterInfo Source # 
Instance details

Defined in Amazonka.Transcribe.Types.VocabularyFilterInfo

Read VocabularyFilterInfo Source # 
Instance details

Defined in Amazonka.Transcribe.Types.VocabularyFilterInfo

Show VocabularyFilterInfo Source # 
Instance details

Defined in Amazonka.Transcribe.Types.VocabularyFilterInfo

Generic VocabularyFilterInfo Source # 
Instance details

Defined in Amazonka.Transcribe.Types.VocabularyFilterInfo

Associated Types

type Rep VocabularyFilterInfo :: Type -> Type #

NFData VocabularyFilterInfo Source # 
Instance details

Defined in Amazonka.Transcribe.Types.VocabularyFilterInfo

Methods

rnf :: VocabularyFilterInfo -> () #

Hashable VocabularyFilterInfo Source # 
Instance details

Defined in Amazonka.Transcribe.Types.VocabularyFilterInfo

FromJSON VocabularyFilterInfo Source # 
Instance details

Defined in Amazonka.Transcribe.Types.VocabularyFilterInfo

type Rep VocabularyFilterInfo Source # 
Instance details

Defined in Amazonka.Transcribe.Types.VocabularyFilterInfo

type Rep VocabularyFilterInfo = D1 ('MetaData "VocabularyFilterInfo" "Amazonka.Transcribe.Types.VocabularyFilterInfo" "libZSservicesZSamazonka-transcribeZSamazonka-transcribe" 'False) (C1 ('MetaCons "VocabularyFilterInfo'" 'PrefixI 'True) (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)))))

newVocabularyFilterInfo :: VocabularyFilterInfo Source #

Create a value of VocabularyFilterInfo 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:VocabularyFilterInfo', vocabularyFilterInfo_languageCode - The language code of the words in the vocabulary filter.

$sel:lastModifiedTime:VocabularyFilterInfo', vocabularyFilterInfo_lastModifiedTime - The date and time that the vocabulary was last updated.

$sel:vocabularyFilterName:VocabularyFilterInfo', vocabularyFilterInfo_vocabularyFilterName - The name of the vocabulary filter. The name must be unique in the account that holds the filter.

VocabularyInfo

data VocabularyInfo Source #

Provides information about a custom vocabulary.

See: newVocabularyInfo smart constructor.

Instances

Instances details
Eq VocabularyInfo Source # 
Instance details

Defined in Amazonka.Transcribe.Types.VocabularyInfo

Read VocabularyInfo Source # 
Instance details

Defined in Amazonka.Transcribe.Types.VocabularyInfo

Show VocabularyInfo Source # 
Instance details

Defined in Amazonka.Transcribe.Types.VocabularyInfo

Generic VocabularyInfo Source # 
Instance details

Defined in Amazonka.Transcribe.Types.VocabularyInfo

Associated Types

type Rep VocabularyInfo :: Type -> Type #

NFData VocabularyInfo Source # 
Instance details

Defined in Amazonka.Transcribe.Types.VocabularyInfo

Methods

rnf :: VocabularyInfo -> () #

Hashable VocabularyInfo Source # 
Instance details

Defined in Amazonka.Transcribe.Types.VocabularyInfo

FromJSON VocabularyInfo Source # 
Instance details

Defined in Amazonka.Transcribe.Types.VocabularyInfo

type Rep VocabularyInfo Source # 
Instance details

Defined in Amazonka.Transcribe.Types.VocabularyInfo

type Rep VocabularyInfo = D1 ('MetaData "VocabularyInfo" "Amazonka.Transcribe.Types.VocabularyInfo" "libZSservicesZSamazonka-transcribeZSamazonka-transcribe" 'False) (C1 ('MetaCons "VocabularyInfo'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "languageCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LanguageCode)) :*: S1 ('MetaSel ('Just "vocabularyName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "lastModifiedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "vocabularyState") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe VocabularyState)))))

newVocabularyInfo :: VocabularyInfo Source #

Create a value of VocabularyInfo 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:VocabularyInfo', vocabularyInfo_languageCode - The language code of the vocabulary entries.

$sel:vocabularyName:VocabularyInfo', vocabularyInfo_vocabularyName - The name of the vocabulary.

$sel:lastModifiedTime:VocabularyInfo', vocabularyInfo_lastModifiedTime - The date and time that the vocabulary was last modified.

$sel:vocabularyState:VocabularyInfo', vocabularyInfo_vocabularyState - The processing state of the vocabulary. If the state is READY you can use the vocabulary in a StartTranscriptionJob request.