In this version:
19 new static entities to manage static data sent and returned from the service. Bellow is the list with the name of static entities created:
TranscribeParticipantRole
TranscribeTranscriptFilterType
TranscribeSentiment
TranscribeBaseModelName
TranscribeLanguage
TranscribeModelStatus
TranscribeVocabularyState
TranscribeJobStatus
TranscribeMediaFormat
TranscribeVocabularyFilterMethod
TranscribePiiEntityType
TranscribeRedactionOutput
TranscribeRedactionType
TranscribeIdentificationType
TranscribeSpecialty
TranscribeJobType
TranscribeSubtitleFormat
TranscribeOutputLocationType
TranscribeResourceType
A new BuildTagARN action to help on Tagging Resources methods which needs the ARN from a resource to manage tags.
Validation was added to all public methods inside the connector, instead of transparently sending everything to the AWS service.
There is a new TranscribeRequestValidation exception to manage the validation output
this validation acts on:
mandatory fields
integer ranges
string lengths
<breaking change> Updated all structures to use the created static entities identifier, instead of returning a text value. Below is the list with the name of updated structures:
CreateLanguageModel_Request
CreateLanguageModel_Response
ListLanguageModels_Request
MedicalTranscriptionJobSummaryItem
Response_ListMedicalTranscriptionJobs
Request_StartMedicalTranscriptionJob
Request_ListMedicalVocabularies
Response_ListMedicalVocabularies
Request_CreateMedicalVocabulary
Response_CreateMedicalVocabulary
Response_GetMedicalVocabulary
Request_UpdateMedicalVocabulary
Response_UpdateMedicalVocabulary
CallAnalyticsJob
CallAnalyticsJobSettings
CallAnalyticsJobSummary
ChannelDefinition
ContentRedaction
InterruptionFilter
LanguageModel
MedicalTranscriptionJob
RedactionOutput
RedactionType
SentimentFilter
Setting
Subtitle
SubtitleOutput
TranscriptFilter
TranscriptionJob
TranscriptionJobSummaryItem
VocabularyFilterItem
VocabularyItem
Request_ListTranscriptionJobs
Response_ListTranscriptionJobs
Request_StartTranscriptionJob
Request_ListVocabularies
Response_ListVocabularies
Request_CreateVocabulary
Response_CreateVocabulary
Request_CreateVocabularyFilter
Response_CreateVocabularyFilter
Response_GetVocabularyFilter
Response_UpdateVocabularyFilter
Response_GetVocabulary
Request_UpdateVocabulary
Response_UpdateVocabulary
<breaking change> Created the following structures to use the static entity identifier as value:
Key_BaseModelName
Key_JobStatus
Key_JobType
Key_Language
Key_MediaFormat
Key_ModelStatus
Key_OutputLocation
Key_ParticipantRole
Key_Specialty
Key_TranscriptFilterType
Key_VocabularyFilterMethod
Key_VocabularyState
<breaking change> The Key structure was removed due to no longer being used.
CreateLanguageModel: Creates a new custom language model.
DescribeLanguageModel: Provides information about a specific custom language model in your AWS account.
ListLanguageModels: Provides more information about the custom language models you've created.
DeleteLanguageModel: Deletes a custom language model.
StartCallAnalyticsJob: Starts an asynchronous analytics job that not only transcribes the audio recording of a caller and agent, but also returns additional insights.
GetCallAnalyticsJob: Retrieves information about a call analytics job.
ListCallAnalyticsJobs: Lists call analytics jobs with a specified status or substring that matches their names.
DeleteCallAnalyticsJob: Deletes a call analytics job.
CreateCallAnalyticsCategory: Creates a call analytics category.
UpdateCallAnalyticsCategory: Updates the call analytics category with new values.
ListCallAnalyticsCategories: Provides more information about the call analytics categories that you've created.
GetCallAnalyticsCategory: Retrieves information about a call analytics category.
DeleteCallAnalyticsCategory: Deletes a call analytics category.
ListTagsForResource: Lists all tags associated with a given transcription job, vocabulary, or resource.
TagResource: Tags an Amazon Transcribe resource with the given list of tags.
UntagResource: Removes specified tags from a specified Amazon Transcribe resource.