aws-iam-policy-types
Version:
Autogenerated Typescript types for AWS IAM Policy and enums for all policy actions
353 lines • 17.2 kB
JavaScript
// AUTOGENERATED FILE - DO NOT EDIT
/**
* All IAM policy actions for Amazon Transcribe (TRANSCRIBE)
*
* Extracted by `aws-iam-policy` from
* https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazontranscribe.html
*
* 2025-02-24T21:50:01.337Z
*/
export var AwsTranscribeActions;
(function (AwsTranscribeActions) {
/**
* Grants permission to create an analytics category. Amazon Transcribe applies th
* e conditions specified by your analytics categories to your call analytics jobs
*
* See https://docs.aws.amazon.com/transcribe/latest/dg/API_CreateCallAnalyticsCategory.html
*/
AwsTranscribeActions["CreateCallAnalyticsCategory"] = "transcribe:CreateCallAnalyticsCategory";
/**
* Grants permission to create a new custom language model
*
* See https://docs.aws.amazon.com/transcribe/latest/dg/API_CreateLanguageModel.html
*/
AwsTranscribeActions["CreateLanguageModel"] = "transcribe:CreateLanguageModel";
/**
* Grants permission to create a new custom vocabulary that you can use to change
* the way Amazon Transcribe Medical handles transcription of an audio file
*
* See https://docs.aws.amazon.com/transcribe/latest/dg/API_CreateMedicalVocabulary.html
*/
AwsTranscribeActions["CreateMedicalVocabulary"] = "transcribe:CreateMedicalVocabulary";
/**
* Grants permission to create a new custom vocabulary that you can use to change
* the way Amazon Transcribe handles transcription of an audio file
*
* See https://docs.aws.amazon.com/transcribe/latest/dg/API_CreateVocabulary.html
*/
AwsTranscribeActions["CreateVocabulary"] = "transcribe:CreateVocabulary";
/**
* Grants permission to create a new vocabulary filter that you can use to filter
* out words from the transcription of an audio file generated by Amazon Transcrib
* e
*
* See https://docs.aws.amazon.com/transcribe/latest/dg/API_CreateVocabularyFilter.html
*/
AwsTranscribeActions["CreateVocabularyFilter"] = "transcribe:CreateVocabularyFilter";
/**
* Grants permission to delete a call analytics category using its name from Amazo
* n Transcribe
*
* See https://docs.aws.amazon.com/transcribe/latest/dg/API_DeleteCallAnalyticsCategory.html
*/
AwsTranscribeActions["DeleteCallAnalyticsCategory"] = "transcribe:DeleteCallAnalyticsCategory";
/**
* Grants permission to delete a previously submitted call analytics job along wit
* h any other generated results such as the transcription, models, and so on
*
* See https://docs.aws.amazon.com/transcribe/latest/dg/API_DeleteCallAnalyticsJob.html
*/
AwsTranscribeActions["DeleteCallAnalyticsJob"] = "transcribe:DeleteCallAnalyticsJob";
/**
* Grants permission to delete a previously created custom language model
*
* See https://docs.aws.amazon.com/transcribe/latest/dg/API_DeleteLanguageModel.html
*/
AwsTranscribeActions["DeleteLanguageModel"] = "transcribe:DeleteLanguageModel";
/**
* Grants permission to delete a previously submitted Medical Scribe job
*
* See https://docs.aws.amazon.com/transcribe/latest/dg/API_DeleteMedicalScribeJob.html
*/
AwsTranscribeActions["DeleteMedicalScribeJob"] = "transcribe:DeleteMedicalScribeJob";
/**
* Grants permission to delete a previously submitted medical transcription job
*
* See https://docs.aws.amazon.com/transcribe/latest/dg/API_DeleteMedicalTranscriptionJob.html
*/
AwsTranscribeActions["DeleteMedicalTranscriptionJob"] = "transcribe:DeleteMedicalTranscriptionJob";
/**
* Grants permission to delete a medical vocabulary from Amazon Transcribe
*
* See https://docs.aws.amazon.com/transcribe/latest/dg/API_DeleteMedicalVocabulary.html
*/
AwsTranscribeActions["DeleteMedicalVocabulary"] = "transcribe:DeleteMedicalVocabulary";
/**
* Grants permission to delete a previously submitted transcription job along with
* any other generated results such as the transcription, models, and so on
*
* See https://docs.aws.amazon.com/transcribe/latest/dg/API_DeleteTranscriptionJob.html
*/
AwsTranscribeActions["DeleteTranscriptionJob"] = "transcribe:DeleteTranscriptionJob";
/**
* Grants permission to delete a vocabulary from Amazon Transcribe
*
* See https://docs.aws.amazon.com/transcribe/latest/dg/API_DeleteVocabulary.html
*/
AwsTranscribeActions["DeleteVocabulary"] = "transcribe:DeleteVocabulary";
/**
* Grants permission to delete a vocabulary filter from Amazon Transcribe
*
* See https://docs.aws.amazon.com/transcribe/latest/dg/API_DeleteVocabularyFilter.html
*/
AwsTranscribeActions["DeleteVocabularyFilter"] = "transcribe:DeleteVocabularyFilter";
/**
* Grants permission to return information about a custom language model
*
* See https://docs.aws.amazon.com/transcribe/latest/dg/API_DescribeLanguageModel.html
*/
AwsTranscribeActions["DescribeLanguageModel"] = "transcribe:DescribeLanguageModel";
/**
* Grants permission to retrieve information about a call analytics category
*
* See https://docs.aws.amazon.com/transcribe/latest/dg/API_GetCallAnalyticsCategory.html
*/
AwsTranscribeActions["GetCallAnalyticsCategory"] = "transcribe:GetCallAnalyticsCategory";
/**
* Grants permission to return information about a call analytics job
*
* See https://docs.aws.amazon.com/transcribe/latest/dg/API_GetCallAnalyticsJob.html
*/
AwsTranscribeActions["GetCallAnalyticsJob"] = "transcribe:GetCallAnalyticsJob";
/**
* Grants permission to return information about a Medical Scribe job
*
* See https://docs.aws.amazon.com/transcribe/latest/dg/API_GetMedicalScribeJob.html
*/
AwsTranscribeActions["GetMedicalScribeJob"] = "transcribe:GetMedicalScribeJob";
/**
* Grants permission to get information about the specified AWS HealthScribe strea
* ming session
*
* See https://docs.aws.amazon.com/transcribe/latest/dg/API_streaming_GetMedicalScribeStream.html
*/
AwsTranscribeActions["GetMedicalScribeStream"] = "transcribe:GetMedicalScribeStream";
/**
* Grants permission to return information about a medical transcription job
*
* See https://docs.aws.amazon.com/transcribe/latest/dg/API_GetMedicalTranscriptionJob.html
*/
AwsTranscribeActions["GetMedicalTranscriptionJob"] = "transcribe:GetMedicalTranscriptionJob";
/**
* Grants permission to get information about a medical vocabulary
*
* See https://docs.aws.amazon.com/transcribe/latest/dg/API_GetMedicalVocabulary.html
*/
AwsTranscribeActions["GetMedicalVocabulary"] = "transcribe:GetMedicalVocabulary";
/**
* Grants permission to return information about a transcription job
*
* See https://docs.aws.amazon.com/transcribe/latest/dg/API_GetTranscriptionJob.html
*/
AwsTranscribeActions["GetTranscriptionJob"] = "transcribe:GetTranscriptionJob";
/**
* Grants permission to to get information about a vocabulary
*
* See https://docs.aws.amazon.com/transcribe/latest/dg/API_GetVocabulary.html
*/
AwsTranscribeActions["GetVocabulary"] = "transcribe:GetVocabulary";
/**
* Grants permission to get information about a vocabulary filter
*
* See https://docs.aws.amazon.com/transcribe/latest/dg/API_GetVocabularyFilter.html
*/
AwsTranscribeActions["GetVocabularyFilter"] = "transcribe:GetVocabularyFilter";
/**
* Grants permission to list call analytics categories that has been created
*
* See https://docs.aws.amazon.com/transcribe/latest/dg/API_ListCallAnalyticsCategories.html
*/
AwsTranscribeActions["ListCallAnalyticsCategories"] = "transcribe:ListCallAnalyticsCategories";
/**
* Grants permission to list call analytics jobs with the specified status
*
* See https://docs.aws.amazon.com/transcribe/latest/dg/API_ListCallAnalyticsJobs.html
*/
AwsTranscribeActions["ListCallAnalyticsJobs"] = "transcribe:ListCallAnalyticsJobs";
/**
* Grants permission to list custom language models
*
* See https://docs.aws.amazon.com/transcribe/latest/dg/API_ListLanguageModels.html
*/
AwsTranscribeActions["ListLanguageModels"] = "transcribe:ListLanguageModels";
/**
* Grants permission to list Medical Scribe jobs with the specified status
*
* See https://docs.aws.amazon.com/transcribe/latest/dg/API_ListMedicalScribeJobs.html
*/
AwsTranscribeActions["ListMedicalScribeJobs"] = "transcribe:ListMedicalScribeJobs";
/**
* Grants permission to list medical transcription jobs with the specified status
*
* See https://docs.aws.amazon.com/transcribe/latest/dg/API_ListMedicalTranscriptionJobs.html
*/
AwsTranscribeActions["ListMedicalTranscriptionJobs"] = "transcribe:ListMedicalTranscriptionJobs";
/**
* Grants permission to return a list of medical vocabularies that match the speci
* fied criteria. If no criteria are specified, returns the entire list of vocabul
* aries
*
* See https://docs.aws.amazon.com/transcribe/latest/dg/API_ListMedicalVocabularies.html
*/
AwsTranscribeActions["ListMedicalVocabularies"] = "transcribe:ListMedicalVocabularies";
/**
* Grants permission to list tags for a resource
*
* See https://docs.aws.amazon.com/transcribe/latest/dg/API_ListTagsForResource.html
*/
AwsTranscribeActions["ListTagsForResource"] = "transcribe:ListTagsForResource";
/**
* Grants permission to list transcription jobs with the specified status
*
* See https://docs.aws.amazon.com/transcribe/latest/dg/API_ListTranscriptionJobs.html
*/
AwsTranscribeActions["ListTranscriptionJobs"] = "transcribe:ListTranscriptionJobs";
/**
* Grants permission to return a list of vocabularies that match the specified cri
* teria. If no criteria are specified, returns the entire list of vocabularies
*
* See https://docs.aws.amazon.com/transcribe/latest/dg/API_ListVocabularies.html
*/
AwsTranscribeActions["ListVocabularies"] = "transcribe:ListVocabularies";
/**
* Grants permission to return a list of vocabulary filters that match the specifi
* ed criteria. If no criteria are specified, returns the at most 5 vocabulary fil
* ters
*
* See https://docs.aws.amazon.com/transcribe/latest/dg/API_ListVocabularyFilters.html
*/
AwsTranscribeActions["ListVocabularyFilters"] = "transcribe:ListVocabularyFilters";
/**
* Grants permission to start an asynchronous analytics job that not only transcri
* bes the audio recording of a caller and agent, but also returns additional insi
* ghts
*
* See https://docs.aws.amazon.com/transcribe/latest/dg/API_StartCallAnalyticsJob.html
*/
AwsTranscribeActions["StartCallAnalyticsJob"] = "transcribe:StartCallAnalyticsJob";
/**
* Grants permission to start a protocol where audio is streamed to Transcribe Cal
* l Analytics and the transcription results are streamed to your application
*
* See https://docs.aws.amazon.com/transcribe/latest/dg/API_streaming_StartCallAnalyticsStreamTranscription.html
*/
AwsTranscribeActions["StartCallAnalyticsStreamTranscription"] = "transcribe:StartCallAnalyticsStreamTranscription";
/**
* Grants permission to start a WebSocket where audio is streamed to Transcribe Ca
* ll Analytics and the transcription results are streamed to your application
*
* See https://docs.aws.amazon.com/transcribe/latest/dg/API_streaming_StartCallAnalyticsStreamTranscriptionWebSocket.html
*/
AwsTranscribeActions["StartCallAnalyticsStreamTranscriptionWebSocket"] = "transcribe:StartCallAnalyticsStreamTranscriptionWebSocket";
/**
* Grants permission to start an asynchronous job to transcribe patient-clinician
* conversations and generates clinical notes
*
* See https://docs.aws.amazon.com/transcribe/latest/dg/API_StartMedicalScribeJob.html
*/
AwsTranscribeActions["StartMedicalScribeJob"] = "transcribe:StartMedicalScribeJob";
/**
* Grants permission to start a bidirectional HTTP2 stream where audio is streamed
* to AWS HealthScribe and the transcription results are streamed to your applicat
* ion
*
* See https://docs.aws.amazon.com/transcribe/latest/dg/API_streaming_StartMedicalScribeStream.html
*/
AwsTranscribeActions["StartMedicalScribeStream"] = "transcribe:StartMedicalScribeStream";
/**
* Grants permission to start a protocol where audio is streamed to Transcribe Med
* ical and the transcription results are streamed to your application
*
* See https://docs.aws.amazon.com/transcribe/latest/dg/API_streaming_StartMedicalStreamTranscription.html
*/
AwsTranscribeActions["StartMedicalStreamTranscription"] = "transcribe:StartMedicalStreamTranscription";
/**
* Grants permission to start a WebSocket where audio is streamed to Transcribe Me
* dical and the transcription results are streamed to your application
*
* See https://docs.aws.amazon.com/transcribe/latest/dg/API_streaming_StartMedicalStreamTranscriptionWebSocket.html
*/
AwsTranscribeActions["StartMedicalStreamTranscriptionWebSocket"] = "transcribe:StartMedicalStreamTranscriptionWebSocket";
/**
* Grants permission to start an asynchronous job to transcribe medical speech to
* text
*
* See https://docs.aws.amazon.com/transcribe/latest/dg/API_StartMedicalTranscriptionJob.html
*/
AwsTranscribeActions["StartMedicalTranscriptionJob"] = "transcribe:StartMedicalTranscriptionJob";
/**
* Grants permission to start a bidirectional HTTP2 stream to transcribe speech to
* text in real time
*
* See https://docs.aws.amazon.com/transcribe/latest/dg/API_streaming_StartStreamTranscription.html
*/
AwsTranscribeActions["StartStreamTranscription"] = "transcribe:StartStreamTranscription";
/**
* Grants permission to start a websocket stream to transcribe speech to text in r
* eal time
*
* See https://docs.aws.amazon.com/transcribe/latest/dg/API_streaming_StartStreamTranscriptionWebSocket.html
*/
AwsTranscribeActions["StartStreamTranscriptionWebSocket"] = "transcribe:StartStreamTranscriptionWebSocket";
/**
* Grants permission to start an asynchronous job to transcribe speech to text
*
* See https://docs.aws.amazon.com/transcribe/latest/dg/API_StartTranscriptionJob.html
*/
AwsTranscribeActions["StartTranscriptionJob"] = "transcribe:StartTranscriptionJob";
/**
* Grants permission to tag a resource with given key value pairs
*
* See https://docs.aws.amazon.com/transcribe/latest/dg/API_TagResource.html
*/
AwsTranscribeActions["TagResource"] = "transcribe:TagResource";
/**
* Grants permission to untag a resource with given key
*
* See https://docs.aws.amazon.com/transcribe/latest/dg/API_UntagResource.html
*/
AwsTranscribeActions["UntagResource"] = "transcribe:UntagResource";
/**
* Grants permission to update the call analytics category with new values. The Up
* dateCallAnalyticsCategory operation overwrites all of the existing information
* with the values that you provide in the request
*
* See https://docs.aws.amazon.com/transcribe/latest/dg/API_UpdateCallAnalyticsCategory.html
*/
AwsTranscribeActions["UpdateCallAnalyticsCategory"] = "transcribe:UpdateCallAnalyticsCategory";
/**
* Grants permission to update an existing medical vocabulary with new values. The
* UpdateMedicalVocabulary operation overwrites all of the existing information wi
* th the values that you provide in the request
*
* See https://docs.aws.amazon.com/transcribe/latest/dg/API_UpdateMedicalVocabulary.html
*/
AwsTranscribeActions["UpdateMedicalVocabulary"] = "transcribe:UpdateMedicalVocabulary";
/**
* Grants permission to update an existing vocabulary with new values. The UpdateV
* ocabulary operation overwrites all of the existing information with the values
* that you provide in the request
*
* See https://docs.aws.amazon.com/transcribe/latest/dg/API_UpdateVocabulary.html
*/
AwsTranscribeActions["UpdateVocabulary"] = "transcribe:UpdateVocabulary";
/**
* Grants permission to update an existing vocabulary filter with new values. The
* UpdateVocabularyFilter operation overwrites all of the existing information wit
* h the values that you provide in the request
*
* See https://docs.aws.amazon.com/transcribe/latest/dg/API_UpdateVocabularyFilter.html
*/
AwsTranscribeActions["UpdateVocabularyFilter"] = "transcribe:UpdateVocabularyFilter";
})(AwsTranscribeActions || (AwsTranscribeActions = {}));
//# sourceMappingURL=transcribe.js.map