UNPKG

aws-iam-policy-types

Version:

Autogenerated Typescript types for AWS IAM Policy and enums for all policy actions

70 lines 2.73 kB
// AUTOGENERATED FILE - DO NOT EDIT /** * 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 var AwsPollyActions; (function (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 */ AwsPollyActions["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 */ AwsPollyActions["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 */ AwsPollyActions["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 */ AwsPollyActions["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 */ AwsPollyActions["ListLexicons"] = "polly:ListLexicons"; /** * Grants permission to list requested speech synthesis tasks * * See https://docs.aws.amazon.com/polly/latest/dg/API_ListSpeechSynthesisTasks.html */ AwsPollyActions["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 */ AwsPollyActions["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 */ AwsPollyActions["StartSpeechSynthesisTask"] = "polly:StartSpeechSynthesisTask"; /** * Grants permission to synthesize speech * * See https://docs.aws.amazon.com/polly/latest/dg/API_SynthesizeSpeech.html */ AwsPollyActions["SynthesizeSpeech"] = "polly:SynthesizeSpeech"; })(AwsPollyActions || (AwsPollyActions = {})); //# sourceMappingURL=polly.js.map