aws-iam-policy-types
Version:
Autogenerated Typescript types for AWS IAM Policy and enums for all policy actions
68 lines (67 loc) • 2.42 kB
TypeScript
/**
* All IAM policy actions for Amazon Polly (POLLY)
*
* Extracted by `aws-iam-policy` from
* https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonpolly.html
*
* 2025-02-24T21:49:13.835Z
*/
export declare enum AwsPollyActions {
/**
* Grants permission to delete the specified pronunciation lexicon stored in an AW
* S Region
*
* See https://docs.aws.amazon.com/polly/latest/dg/API_DeleteLexicon.html
*/
DeleteLexicon = "polly:DeleteLexicon",
/**
* Grants permission to describe the list of voices that are available for use whe
* n requesting speech synthesis
*
* See https://docs.aws.amazon.com/polly/latest/dg/API_DescribeVoices.html
*/
DescribeVoices = "polly:DescribeVoices",
/**
* Grants permission to retrieve the content of the specified pronunciation lexico
* n stored in an AWS Region
*
* See https://docs.aws.amazon.com/polly/latest/dg/API_GetLexicon.html
*/
GetLexicon = "polly:GetLexicon",
/**
* Grants permission to get information about specific speech synthesis task
*
* See https://docs.aws.amazon.com/polly/latest/dg/API_GetSpeechSynthesisTask.html
*/
GetSpeechSynthesisTask = "polly:GetSpeechSynthesisTask",
/**
* Grants permission to list the pronunciation lexicons stored in an AWS Region
*
* See https://docs.aws.amazon.com/polly/latest/dg/API_ListLexicons.html
*/
ListLexicons = "polly:ListLexicons",
/**
* Grants permission to list requested speech synthesis tasks
*
* See https://docs.aws.amazon.com/polly/latest/dg/API_ListSpeechSynthesisTasks.html
*/
ListSpeechSynthesisTasks = "polly:ListSpeechSynthesisTasks",
/**
* Grants permission to store a pronunciation lexicon in an AWS Region
*
* See https://docs.aws.amazon.com/polly/latest/dg/API_PutLexicon.html
*/
PutLexicon = "polly:PutLexicon",
/**
* Grants permission to synthesize long inputs to the provided S3 location
*
* See https://docs.aws.amazon.com/polly/latest/dg/API_StartSpeechSynthesisTask.html
*/
StartSpeechSynthesisTask = "polly:StartSpeechSynthesisTask",
/**
* Grants permission to synthesize speech
*
* See https://docs.aws.amazon.com/polly/latest/dg/API_SynthesizeSpeech.html
*/
SynthesizeSpeech = "polly:SynthesizeSpeech"
}