UNPKG

aws-iam-policy-types

Version:

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

691 lines 28.2 kB
// AUTOGENERATED FILE - DO NOT EDIT /** * All IAM policy actions for Amazon Lex V2 (LEX) * * Extracted by `aws-iam-policy` from * https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonlexv2.html * * 2025-02-24T21:48:36.075Z */ export var AwsLexActions; (function (AwsLexActions) { /** * Grants permission to create new items in an existing custom vocabulary * * See https://docs.aws.amazon.com/lexv2/latest/APIReference/API_BatchCreateCustomVocabularyItem.html */ AwsLexActions["BatchCreateCustomVocabularyItem"] = "lex:BatchCreateCustomVocabularyItem"; /** * Grants permission to delete existing items in an existing custom vocabulary * * See https://docs.aws.amazon.com/lexv2/latest/APIReference/API_BatchDeleteCustomVocabularyItem.html */ AwsLexActions["BatchDeleteCustomVocabularyItem"] = "lex:BatchDeleteCustomVocabularyItem"; /** * Grants permission to update existing items in an existing custom vocabulary * * See https://docs.aws.amazon.com/lexv2/latest/APIReference/API_BatchUpdateCustomVocabularyItem.html */ AwsLexActions["BatchUpdateCustomVocabularyItem"] = "lex:BatchUpdateCustomVocabularyItem"; /** * Grants permission to build an existing bot locale in a bot * * See https://docs.aws.amazon.com/lexv2/latest/APIReference/API_BuildBotLocale.html */ AwsLexActions["BuildBotLocale"] = "lex:BuildBotLocale"; /** * Grants permission to create a new bot and a test bot alias pointing to the DRAF * T bot version * * See https://docs.aws.amazon.com/lexv2/latest/APIReference/API_CreateBot.html */ AwsLexActions["CreateBot"] = "lex:CreateBot"; /** * Grants permission to create a new bot alias in a bot * * See https://docs.aws.amazon.com/lexv2/latest/APIReference/API_CreateBotAlias.html */ AwsLexActions["CreateBotAlias"] = "lex:CreateBotAlias"; /** * Grants permission to create a bot channel in an existing bot * * See https://docs.aws.amazon.com/lexv2/latest/dg/deploying-messaging-platform.html */ AwsLexActions["CreateBotChannel"] = "lex:CreateBotChannel"; /** * Grants permission to create a new bot locale in an existing bot * * See https://docs.aws.amazon.com/lexv2/latest/APIReference/API_CreateBotLocale.html */ AwsLexActions["CreateBotLocale"] = "lex:CreateBotLocale"; /** * Grants permission to create bot replica for a bot * * See https://docs.aws.amazon.com/lexv2/latest/APIReference/API_CreateBotReplica.html */ AwsLexActions["CreateBotReplica"] = "lex:CreateBotReplica"; /** * Grants permission to create a new version of an existing bot * * See https://docs.aws.amazon.com/lexv2/latest/APIReference/API_CreateBotVersion.html */ AwsLexActions["CreateBotVersion"] = "lex:CreateBotVersion"; /** * Grants permission to create a new custom vocabulary in an existing bot locale * * See https://docs.aws.amazon.com/lexv2/latest/dg/vocab.html */ AwsLexActions["CreateCustomVocabulary"] = "lex:CreateCustomVocabulary"; /** * Grants permission to create an export for an existing resource * * See https://docs.aws.amazon.com/lexv2/latest/APIReference/API_CreateExport.html */ AwsLexActions["CreateExport"] = "lex:CreateExport"; /** * Grants permission to create a new intent in an existing bot locale * * See https://docs.aws.amazon.com/lexv2/latest/APIReference/API_CreateIntent.html */ AwsLexActions["CreateIntent"] = "lex:CreateIntent"; /** * Grants permission to create a new resource policy for a Lex resource * * See https://docs.aws.amazon.com/lexv2/latest/APIReference/API_CreateResourcePolicy.html */ AwsLexActions["CreateResourcePolicy"] = "lex:CreateResourcePolicy"; /** * Grants permission to create a new slot in an intent * * See https://docs.aws.amazon.com/lexv2/latest/APIReference/API_CreateSlot.html */ AwsLexActions["CreateSlot"] = "lex:CreateSlot"; /** * Grants permission to create a new slot type in an existing bot locale * * See https://docs.aws.amazon.com/lexv2/latest/APIReference/API_CreateSlotType.html */ AwsLexActions["CreateSlotType"] = "lex:CreateSlotType"; /** * Grants permission to import a new test-set * * See https://docs.aws.amazon.com/lexv2/latest/dg/create-test-set-from-CSV.html */ AwsLexActions["CreateTestSet"] = "lex:CreateTestSet"; /** * Grants permission to create a test set discrepancy report * * See https://docs.aws.amazon.com/lexv2/latest/APIReference/API_CreateTestSetDiscrepancyReport.html */ AwsLexActions["CreateTestSetDiscrepancyReport"] = "lex:CreateTestSetDiscrepancyReport"; /** * Grants permission to create an upload url for import file * * See https://docs.aws.amazon.com/lexv2/latest/APIReference/API_CreateUploadUrl.html */ AwsLexActions["CreateUploadUrl"] = "lex:CreateUploadUrl"; /** * Grants permission to delete an existing bot * * See https://docs.aws.amazon.com/lexv2/latest/APIReference/API_DeleteBot.html */ AwsLexActions["DeleteBot"] = "lex:DeleteBot"; /** * Grants permission to delete an existing bot alias in a bot * * See https://docs.aws.amazon.com/lexv2/latest/APIReference/API_DeleteBotAlias.html */ AwsLexActions["DeleteBotAlias"] = "lex:DeleteBotAlias"; /** * Grants permission to delete an existing bot channel * * See https://docs.aws.amazon.com/lexv2/latest/dg/deploying-messaging-platform.html */ AwsLexActions["DeleteBotChannel"] = "lex:DeleteBotChannel"; /** * Grants permission to delete an existing bot locale in a bot * * See https://docs.aws.amazon.com/lexv2/latest/APIReference/API_DeleteBotLocale.html */ AwsLexActions["DeleteBotLocale"] = "lex:DeleteBotLocale"; /** * Grants permission to delete an existing bot replica * * See https://docs.aws.amazon.com/lexv2/latest/APIReference/API_DeleteBotReplica.html */ AwsLexActions["DeleteBotReplica"] = "lex:DeleteBotReplica"; /** * Grants permission to delete an existing bot version * * See https://docs.aws.amazon.com/lexv2/latest/APIReference/API_DeleteBotVersion.html */ AwsLexActions["DeleteBotVersion"] = "lex:DeleteBotVersion"; /** * Grants permission to delete an existing custom vocabulary in a bot locale * * See https://docs.aws.amazon.com/lexv2/latest/APIReference/API_DeleteCustomVocabulary.html */ AwsLexActions["DeleteCustomVocabulary"] = "lex:DeleteCustomVocabulary"; /** * Grants permission to delete an existing export * * See https://docs.aws.amazon.com/lexv2/latest/APIReference/API_DeleteExport.html */ AwsLexActions["DeleteExport"] = "lex:DeleteExport"; /** * Grants permission to delete an existing import * * See https://docs.aws.amazon.com/lexv2/latest/APIReference/API_DeleteImport.html */ AwsLexActions["DeleteImport"] = "lex:DeleteImport"; /** * Grants permission to delete an existing intent in a bot locale * * See https://docs.aws.amazon.com/lexv2/latest/APIReference/API_DeleteIntent.html */ AwsLexActions["DeleteIntent"] = "lex:DeleteIntent"; /** * Grants permission to delete an existing resource policy for a Lex resource * * See https://docs.aws.amazon.com/lexv2/latest/APIReference/API_DeleteResourcePolicy.html */ AwsLexActions["DeleteResourcePolicy"] = "lex:DeleteResourcePolicy"; /** * Grants permission to delete session information for a bot alias and user ID * * See https://docs.aws.amazon.com/lexv2/latest/APIReference/API_runtime_DeleteSession.html */ AwsLexActions["DeleteSession"] = "lex:DeleteSession"; /** * Grants permission to delete an existing slot in an intent * * See https://docs.aws.amazon.com/lexv2/latest/APIReference/API_DeleteSlot.html */ AwsLexActions["DeleteSlot"] = "lex:DeleteSlot"; /** * Grants permission to delete an existing slot type in a bot locale * * See https://docs.aws.amazon.com/lexv2/latest/APIReference/API_DeleteSlotType.html */ AwsLexActions["DeleteSlotType"] = "lex:DeleteSlotType"; /** * Grants permission to delete an existing test set * * See https://docs.aws.amazon.com/lexv2/latest/APIReference/API_DeleteTestSet.html */ AwsLexActions["DeleteTestSet"] = "lex:DeleteTestSet"; /** * Grants permission to delete utterance data for a bot * * See https://docs.aws.amazon.com/lexv2/latest/APIReference/API_DeleteUtterances.html */ AwsLexActions["DeleteUtterances"] = "lex:DeleteUtterances"; /** * Grants permission to retrieve an existing bot * * See https://docs.aws.amazon.com/lexv2/latest/APIReference/API_DescribeBot.html */ AwsLexActions["DescribeBot"] = "lex:DescribeBot"; /** * Grants permission to retrieve an existing bot alias * * See https://docs.aws.amazon.com/lexv2/latest/APIReference/API_DescribeBotAlias.html */ AwsLexActions["DescribeBotAlias"] = "lex:DescribeBotAlias"; /** * Grants permission to retrieve an existing bot channel * * See https://docs.aws.amazon.com/lexv2/latest/dg/deploying-messaging-platform.html */ AwsLexActions["DescribeBotChannel"] = "lex:DescribeBotChannel"; /** * Grants permission to retrieve an existing bot locale * * See https://docs.aws.amazon.com/lexv2/latest/APIReference/API_DescribeBotLocale.html */ AwsLexActions["DescribeBotLocale"] = "lex:DescribeBotLocale"; /** * Grants permission to retrieve metadata information about a bot recommendation * * See https://docs.aws.amazon.com/lexv2/latest/APIReference/API_DescribeBotRecommendation.html */ AwsLexActions["DescribeBotRecommendation"] = "lex:DescribeBotRecommendation"; /** * Grants permission to retrieve an existing bot replica * * See https://docs.aws.amazon.com/lexv2/latest/APIReference/API_DescribeBotReplica.html */ AwsLexActions["DescribeBotReplica"] = "lex:DescribeBotReplica"; /** * Grants permission to retrieve metadata information for a bot resource generatio * n * * See https://docs.aws.amazon.com/lexv2/latest/APIReference/API_DescribeBotResourceGeneration.html */ AwsLexActions["DescribeBotResourceGeneration"] = "lex:DescribeBotResourceGeneration"; /** * Grants permission to retrieve an existing bot version * * See https://docs.aws.amazon.com/lexv2/latest/APIReference/API_DescribeBotVersion.html */ AwsLexActions["DescribeBotVersion"] = "lex:DescribeBotVersion"; /** * Grants permission to retrieve an existing custom vocabulary * * See https://docs.aws.amazon.com/lexv2/latest/dg/vocab.html */ AwsLexActions["DescribeCustomVocabulary"] = "lex:DescribeCustomVocabulary"; /** * Grants permission to retrieve metadata of an existing custom vocabulary * * See https://docs.aws.amazon.com/lexv2/latest/APIReference/API_DescribeCustomVocabularyMetadata.html */ AwsLexActions["DescribeCustomVocabularyMetadata"] = "lex:DescribeCustomVocabularyMetadata"; /** * Grants permission to retrieve an existing export * * See https://docs.aws.amazon.com/lexv2/latest/APIReference/API_DescribeExport.html */ AwsLexActions["DescribeExport"] = "lex:DescribeExport"; /** * Grants permission to retrieve an existing import * * See https://docs.aws.amazon.com/lexv2/latest/APIReference/API_DescribeImport.html */ AwsLexActions["DescribeImport"] = "lex:DescribeImport"; /** * Grants permission to retrieve an existing intent * * See https://docs.aws.amazon.com/lexv2/latest/APIReference/API_DescribeIntent.html */ AwsLexActions["DescribeIntent"] = "lex:DescribeIntent"; /** * Grants permission to retrieve an existing resource policy for a Lex resource * * See https://docs.aws.amazon.com/lexv2/latest/APIReference/API_DescribeResourcePolicy.html */ AwsLexActions["DescribeResourcePolicy"] = "lex:DescribeResourcePolicy"; /** * Grants permission to retrieve an existing slot * * See https://docs.aws.amazon.com/lexv2/latest/APIReference/API_DescribeSlot.html */ AwsLexActions["DescribeSlot"] = "lex:DescribeSlot"; /** * Grants permission to retrieve an existing slot type * * See https://docs.aws.amazon.com/lexv2/latest/APIReference/API_DescribeSlotType.html */ AwsLexActions["DescribeSlotType"] = "lex:DescribeSlotType"; /** * Grants permission to retrieve test execution metadata * * See https://docs.aws.amazon.com/lexv2/latest/APIReference/API_DescribeTestExecution.html */ AwsLexActions["DescribeTestExecution"] = "lex:DescribeTestExecution"; /** * Grants permission to retrieve an existing test set * * See https://docs.aws.amazon.com/lexv2/latest/APIReference/API_DescribeTestSet.html */ AwsLexActions["DescribeTestSet"] = "lex:DescribeTestSet"; /** * Grants permission to retrieve test set discrepancy report metadata * * See https://docs.aws.amazon.com/lexv2/latest/APIReference/API_DescribeTestSetDiscrepancyReport.html */ AwsLexActions["DescribeTestSetDiscrepancyReport"] = "lex:DescribeTestSetDiscrepancyReport"; /** * Grants permission to retrieve test set generation metadata * * See https://docs.aws.amazon.com/lexv2/latest/APIReference/API_DescribeTestSetGeneration.html */ AwsLexActions["DescribeTestSetGeneration"] = "lex:DescribeTestSetGeneration"; /** * Grants permission to generate supported fields or elements for a bot * * See https://docs.aws.amazon.com/lexv2/latest/APIReference/API_GenerateBotElement.html */ AwsLexActions["GenerateBotElement"] = "lex:GenerateBotElement"; /** * Grants permission to retrieve session information for a bot alias and user ID * * See https://docs.aws.amazon.com/lexv2/latest/APIReference/API_runtime_GetSession.html */ AwsLexActions["GetSession"] = "lex:GetSession"; /** * Grants permission to retrieve artifacts URL for a test execution * * See https://docs.aws.amazon.com/lexv2/latest/APIReference/API_GetTestExecutionArtifactsUrl.html */ AwsLexActions["GetTestExecutionArtifactsUrl"] = "lex:GetTestExecutionArtifactsUrl"; /** * Grants permission to list utterances and statistics for a bot * * See https://docs.aws.amazon.com/lexv2/latest/APIReference/API_ListAggregatedUtterances.html */ AwsLexActions["ListAggregatedUtterances"] = "lex:ListAggregatedUtterances"; /** * Grants permission to list alias replicas in a bot replica * * See https://docs.aws.amazon.com/lexv2/latest/APIReference/API_ListBotAliasReplicas.html */ AwsLexActions["ListBotAliasReplicas"] = "lex:ListBotAliasReplicas"; /** * Grants permission to list bot aliases in an bot * * See https://docs.aws.amazon.com/lexv2/latest/APIReference/API_ListBotAliases.html */ AwsLexActions["ListBotAliases"] = "lex:ListBotAliases"; /** * Grants permission to list bot channels * * See https://docs.aws.amazon.com/lexv2/latest/dg/deploying-messaging-platform.html */ AwsLexActions["ListBotChannels"] = "lex:ListBotChannels"; /** * Grants permission to list bot locales in a bot * * See https://docs.aws.amazon.com/lexv2/latest/APIReference/API_ListBotLocales.html */ AwsLexActions["ListBotLocales"] = "lex:ListBotLocales"; /** * Grants permission to get a list of bot recommendations that meet the specified * criteria * * See https://docs.aws.amazon.com/lexv2/latest/APIReference/API_ListBotRecommendations.html */ AwsLexActions["ListBotRecommendations"] = "lex:ListBotRecommendations"; /** * Grants permission to list replicas of a bot * * See https://docs.aws.amazon.com/lexv2/latest/APIReference/API_ListBotReplicas.html */ AwsLexActions["ListBotReplicas"] = "lex:ListBotReplicas"; /** * Grants permission to list the resource generations for a bot * * See https://docs.aws.amazon.com/lexv2/latest/APIReference/API_ListBotResourceGenerations.html */ AwsLexActions["ListBotResourceGenerations"] = "lex:ListBotResourceGenerations"; /** * Grants permission to list version replicas in a bot replica * * See https://docs.aws.amazon.com/lexv2/latest/APIReference/API_ListBotVersionReplicas.html */ AwsLexActions["ListBotVersionReplicas"] = "lex:ListBotVersionReplicas"; /** * Grants permission to list existing bot versions * * See https://docs.aws.amazon.com/lexv2/latest/APIReference/API_ListBotVersions.html */ AwsLexActions["ListBotVersions"] = "lex:ListBotVersions"; /** * Grants permission to list existing bots * * See https://docs.aws.amazon.com/lexv2/latest/APIReference/API_ListBots.html */ AwsLexActions["ListBots"] = "lex:ListBots"; /** * Grants permission to list built-in intents * * See https://docs.aws.amazon.com/lexv2/latest/APIReference/API_ListBuiltInIntents.html */ AwsLexActions["ListBuiltInIntents"] = "lex:ListBuiltInIntents"; /** * Grants permission to list built-in slot types * * See https://docs.aws.amazon.com/lexv2/latest/APIReference/API_ListBuiltInSlotTypes.html */ AwsLexActions["ListBuiltInSlotTypes"] = "lex:ListBuiltInSlotTypes"; /** * Grants permission to list items of an existing custom vocabulary * * See https://docs.aws.amazon.com/lexv2/latest/APIReference/API_ListCustomVocabularyItems.html */ AwsLexActions["ListCustomVocabularyItems"] = "lex:ListCustomVocabularyItems"; /** * Grants permission to list existing exports * * See https://docs.aws.amazon.com/lexv2/latest/APIReference/API_ListExports.html */ AwsLexActions["ListExports"] = "lex:ListExports"; /** * Grants permission to list existing imports * * See https://docs.aws.amazon.com/lexv2/latest/APIReference/API_ListImports.html */ AwsLexActions["ListImports"] = "lex:ListImports"; /** * Grants permission to list intent analytics metrics for a bot * * See https://docs.aws.amazon.com/lexv2/latest/APIReference/API_ListIntentMetrics.html */ AwsLexActions["ListIntentMetrics"] = "lex:ListIntentMetrics"; /** * Grants permission to list intent path analytics for a bot * * See https://docs.aws.amazon.com/lexv2/latest/APIReference/API_ListIntentPaths.html */ AwsLexActions["ListIntentPaths"] = "lex:ListIntentPaths"; /** * Grants permission to list intentStage analytics metrics for a bot * * See https://docs.aws.amazon.com/lexv2/latest/APIReference/API_ListIntentStageMetrics.html */ AwsLexActions["ListIntentStageMetrics"] = "lex:ListIntentStageMetrics"; /** * Grants permission to list intents in a bot * * See https://docs.aws.amazon.com/lexv2/latest/APIReference/API_ListIntents.html */ AwsLexActions["ListIntents"] = "lex:ListIntents"; /** * Grants permission to get a list of recommended intents provided by the bot reco * mmendation * * See https://docs.aws.amazon.com/lexv2/latest/APIReference/API_ListRecommendedIntents.html */ AwsLexActions["ListRecommendedIntents"] = "lex:ListRecommendedIntents"; /** * Grants permission to list session analytics data for a bot * * See https://docs.aws.amazon.com/lexv2/latest/APIReference/API_ListSessionAnalyticsData.html */ AwsLexActions["ListSessionAnalyticsData"] = "lex:ListSessionAnalyticsData"; /** * Grants permission to list session analytics metrics for a bot * * See https://docs.aws.amazon.com/lexv2/latest/APIReference/API_ListSessionMetrics.html */ AwsLexActions["ListSessionMetrics"] = "lex:ListSessionMetrics"; /** * Grants permission to list slot types in a bot * * See https://docs.aws.amazon.com/lexv2/latest/APIReference/API_ListSlotTypes.html */ AwsLexActions["ListSlotTypes"] = "lex:ListSlotTypes"; /** * Grants permission to list slots in an intent * * See https://docs.aws.amazon.com/lexv2/latest/APIReference/API_ListSlots.html */ AwsLexActions["ListSlots"] = "lex:ListSlots"; /** * Grants permission to lists tags for a Lex resource * * See https://docs.aws.amazon.com/lexv2/latest/APIReference/API_ListTagsForResource.html */ AwsLexActions["ListTagsForResource"] = "lex:ListTagsForResource"; /** * Grants permission to retrieve test results data for a test execution * * See https://docs.aws.amazon.com/lexv2/latest/APIReference/API_ListTestExecutionResultItems.html */ AwsLexActions["ListTestExecutionResultItems"] = "lex:ListTestExecutionResultItems"; /** * Grants permission to list test executions * * See https://docs.aws.amazon.com/lexv2/latest/APIReference/API_ListTestExecutions.html */ AwsLexActions["ListTestExecutions"] = "lex:ListTestExecutions"; /** * Grants permission to retrieve records inside an existing test set * * See https://docs.aws.amazon.com/lexv2/latest/APIReference/API_ListTestSetRecords.html */ AwsLexActions["ListTestSetRecords"] = "lex:ListTestSetRecords"; /** * Grants permission to list test sets * * See https://docs.aws.amazon.com/lexv2/latest/APIReference/API_ListTestSets.html */ AwsLexActions["ListTestSets"] = "lex:ListTestSets"; /** * Grants permission to create a new session or modify an existing session for a b * ot alias and user ID * * See https://docs.aws.amazon.com/lexv2/latest/APIReference/API_runtime_PutSession.html */ AwsLexActions["PutSession"] = "lex:PutSession"; /** * Grants permission to send user input (text-only) to an bot alias * * See https://docs.aws.amazon.com/lexv2/latest/APIReference/API_runtime_RecognizeText.html */ AwsLexActions["RecognizeText"] = "lex:RecognizeText"; /** * Grants permission to send user input (text or speech) to an bot alias * * See https://docs.aws.amazon.com/lexv2/latest/APIReference/API_runtime_RecognizeUtterance.html */ AwsLexActions["RecognizeUtterance"] = "lex:RecognizeUtterance"; /** * Grants permission to search for associated transcripts that meet the specified * criteria * * See https://docs.aws.amazon.com/lexv2/latest/APIReference/API_SearchAssociatedTranscripts.html */ AwsLexActions["SearchAssociatedTranscripts"] = "lex:SearchAssociatedTranscripts"; /** * Grants permission to start a bot recommendation for an existing bot locale * * See https://docs.aws.amazon.com/lexv2/latest/APIReference/API_StartBotRecommendation.html */ AwsLexActions["StartBotRecommendation"] = "lex:StartBotRecommendation"; /** * Grants permission to start a resource generation for an existing bot locale * * See https://docs.aws.amazon.com/lexv2/latest/APIReference/API_StartBotResourceGeneration.html */ AwsLexActions["StartBotResourceGeneration"] = "lex:StartBotResourceGeneration"; /** * Grants permission to stream user input (speech/text/DTMF) to a bot alias * * See https://docs.aws.amazon.com/lexv2/latest/APIReference/API_runtime_StartConversation.html */ AwsLexActions["StartConversation"] = "lex:StartConversation"; /** * Grants permission to start a new import with the uploaded import file * * See https://docs.aws.amazon.com/lexv2/latest/APIReference/API_StartImport.html */ AwsLexActions["StartImport"] = "lex:StartImport"; /** * Grants permission to start a test execution using a test set * * See https://docs.aws.amazon.com/lexv2/latest/APIReference/API_StartTestExecution.html */ AwsLexActions["StartTestExecution"] = "lex:StartTestExecution"; /** * Grants permission to generate a test set * * See https://docs.aws.amazon.com/lexv2/latest/APIReference/API_StartTestSetGeneration.html */ AwsLexActions["StartTestSetGeneration"] = "lex:StartTestSetGeneration"; /** * Grants permission to stop a bot recommendation for an existing bot locale * * See https://docs.aws.amazon.com/lexv2/latest/APIReference/API_StopBotRecommendation.html */ AwsLexActions["StopBotRecommendation"] = "lex:StopBotRecommendation"; /** * Grants permission to add or overwrite tags of a Lex resource * * See https://docs.aws.amazon.com/lexv2/latest/APIReference/API_TagResource.html */ AwsLexActions["TagResource"] = "lex:TagResource"; /** * Grants permission to remove tags from a Lex resource * * See https://docs.aws.amazon.com/lexv2/latest/APIReference/API_UntagResource.html */ AwsLexActions["UntagResource"] = "lex:UntagResource"; /** * Grants permission to update an existing bot * * See https://docs.aws.amazon.com/lexv2/latest/APIReference/API_UpdateBot.html */ AwsLexActions["UpdateBot"] = "lex:UpdateBot"; /** * Grants permission to update an existing bot alias * * See https://docs.aws.amazon.com/lexv2/latest/APIReference/API_UpdateBotAlias.html */ AwsLexActions["UpdateBotAlias"] = "lex:UpdateBotAlias"; /** * Grants permission to update an existing bot locale * * See https://docs.aws.amazon.com/lexv2/latest/APIReference/API_UpdateBotLocale.html */ AwsLexActions["UpdateBotLocale"] = "lex:UpdateBotLocale"; /** * Grants permission to update an existing bot recommendation request * * See https://docs.aws.amazon.com/lexv2/latest/APIReference/API_UpdateBotRecommendation.html */ AwsLexActions["UpdateBotRecommendation"] = "lex:UpdateBotRecommendation"; /** * Grants permission to update an existing custom vocabulary * * See https://docs.aws.amazon.com/lexv2/latest/dg/vocab.html */ AwsLexActions["UpdateCustomVocabulary"] = "lex:UpdateCustomVocabulary"; /** * Grants permission to update an existing export * * See https://docs.aws.amazon.com/lexv2/latest/APIReference/API_UpdateExport.html */ AwsLexActions["UpdateExport"] = "lex:UpdateExport"; /** * Grants permission to update an existing intent * * See https://docs.aws.amazon.com/lexv2/latest/APIReference/API_UpdateIntent.html */ AwsLexActions["UpdateIntent"] = "lex:UpdateIntent"; /** * Grants permission to update an existing resource policy for a Lex resource * * See https://docs.aws.amazon.com/lexv2/latest/APIReference/API_UpdateResourcePolicy.html */ AwsLexActions["UpdateResourcePolicy"] = "lex:UpdateResourcePolicy"; /** * Grants permission to update an existing slot * * See https://docs.aws.amazon.com/lexv2/latest/APIReference/API_UpdateSlot.html */ AwsLexActions["UpdateSlot"] = "lex:UpdateSlot"; /** * Grants permission to update an existing slot type * * See https://docs.aws.amazon.com/lexv2/latest/APIReference/API_UpdateSlotType.html */ AwsLexActions["UpdateSlotType"] = "lex:UpdateSlotType"; /** * Grants permission to update an existing test set * * See https://docs.aws.amazon.com/lexv2/latest/APIReference/API_UpdateTestSet.html */ AwsLexActions["UpdateTestSet"] = "lex:UpdateTestSet"; })(AwsLexActions || (AwsLexActions = {})); //# sourceMappingURL=lex.js.map