UNPKG

aws-iam-policy-types

Version:

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

241 lines 9.78 kB
// AUTOGENERATED FILE - DO NOT EDIT /** * All IAM policy actions for Amazon CloudWatch Evidently (EVIDENTLY) * * Extracted by `aws-iam-policy` from * https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazoncloudwatchevidently.html * * 2025-02-24T21:47:08.020Z */ export var AwsEvidentlyActions; (function (AwsEvidentlyActions) { /** * Grants permission to send a batched evaluate feature request * * See https://docs.aws.amazon.com/cloudwatchevidently/latest/APIReference/API_BatchEvaluateFeature.html */ AwsEvidentlyActions["BatchEvaluateFeature"] = "evidently:BatchEvaluateFeature"; /** * Grants permission to create an experiment * * See https://docs.aws.amazon.com/cloudwatchevidently/latest/APIReference/API_CreateExperiment.html */ AwsEvidentlyActions["CreateExperiment"] = "evidently:CreateExperiment"; /** * Grants permission to create a feature * * See https://docs.aws.amazon.com/cloudwatchevidently/latest/APIReference/API_CreateFeature.html */ AwsEvidentlyActions["CreateFeature"] = "evidently:CreateFeature"; /** * Grants permission to create a launch * * See https://docs.aws.amazon.com/cloudwatchevidently/latest/APIReference/API_CreateLaunch.html */ AwsEvidentlyActions["CreateLaunch"] = "evidently:CreateLaunch"; /** * Grants permission to create a project * * See https://docs.aws.amazon.com/cloudwatchevidently/latest/APIReference/API_CreateProject.html */ AwsEvidentlyActions["CreateProject"] = "evidently:CreateProject"; /** * Grants permission to create a segment * * See https://docs.aws.amazon.com/cloudwatchevidently/latest/APIReference/API_CreateSegment.html */ AwsEvidentlyActions["CreateSegment"] = "evidently:CreateSegment"; /** * Grants permission to delete an experiment * * See https://docs.aws.amazon.com/cloudwatchevidently/latest/APIReference/API_DeleteExperiment.html */ AwsEvidentlyActions["DeleteExperiment"] = "evidently:DeleteExperiment"; /** * Grants permission to delete a feature * * See https://docs.aws.amazon.com/cloudwatchevidently/latest/APIReference/API_DeleteFeature.html */ AwsEvidentlyActions["DeleteFeature"] = "evidently:DeleteFeature"; /** * Grants permission to delete a launch * * See https://docs.aws.amazon.com/cloudwatchevidently/latest/APIReference/API_DeleteLaunch.html */ AwsEvidentlyActions["DeleteLaunch"] = "evidently:DeleteLaunch"; /** * Grants permission to delete a project * * See https://docs.aws.amazon.com/cloudwatchevidently/latest/APIReference/API_DeleteProject.html */ AwsEvidentlyActions["DeleteProject"] = "evidently:DeleteProject"; /** * Grants permission to delete a segment * * See https://docs.aws.amazon.com/cloudwatchevidently/latest/APIReference/API_DeleteSegment.html */ AwsEvidentlyActions["DeleteSegment"] = "evidently:DeleteSegment"; /** * Grants permission to send an evaluate feature request * * See https://docs.aws.amazon.com/cloudwatchevidently/latest/APIReference/API_EvaluateFeature.html */ AwsEvidentlyActions["EvaluateFeature"] = "evidently:EvaluateFeature"; /** * Grants permission to get experiment details * * See https://docs.aws.amazon.com/cloudwatchevidently/latest/APIReference/API_GetExperiment.html */ AwsEvidentlyActions["GetExperiment"] = "evidently:GetExperiment"; /** * Grants permission to get experiment result * * See https://docs.aws.amazon.com/cloudwatchevidently/latest/APIReference/API_GetExperimentResults.html */ AwsEvidentlyActions["GetExperimentResults"] = "evidently:GetExperimentResults"; /** * Grants permission to get feature details * * See https://docs.aws.amazon.com/cloudwatchevidently/latest/APIReference/API_GetFeature.html */ AwsEvidentlyActions["GetFeature"] = "evidently:GetFeature"; /** * Grants permission to get launch details * * See https://docs.aws.amazon.com/cloudwatchevidently/latest/APIReference/API_GetLaunch.html */ AwsEvidentlyActions["GetLaunch"] = "evidently:GetLaunch"; /** * Grants permission to get project details * * See https://docs.aws.amazon.com/cloudwatchevidently/latest/APIReference/API_GetProject.html */ AwsEvidentlyActions["GetProject"] = "evidently:GetProject"; /** * Grants permission to get segment details * * See https://docs.aws.amazon.com/cloudwatchevidently/latest/APIReference/API_GetSegment.html */ AwsEvidentlyActions["GetSegment"] = "evidently:GetSegment"; /** * Grants permission to list experiments * * See https://docs.aws.amazon.com/cloudwatchevidently/latest/APIReference/API_ListExperiments.html */ AwsEvidentlyActions["ListExperiments"] = "evidently:ListExperiments"; /** * Grants permission to list features * * See https://docs.aws.amazon.com/cloudwatchevidently/latest/APIReference/API_ListFeatures.html */ AwsEvidentlyActions["ListFeatures"] = "evidently:ListFeatures"; /** * Grants permission to list launches * * See https://docs.aws.amazon.com/cloudwatchevidently/latest/APIReference/API_ListLaunches.html */ AwsEvidentlyActions["ListLaunches"] = "evidently:ListLaunches"; /** * Grants permission to list projects * * See https://docs.aws.amazon.com/cloudwatchevidently/latest/APIReference/API_ListProjects.html */ AwsEvidentlyActions["ListProjects"] = "evidently:ListProjects"; /** * Grants permission to list resources referencing a segment * * See https://docs.aws.amazon.com/cloudwatchevidently/latest/APIReference/API_ListSegmentReferences.html */ AwsEvidentlyActions["ListSegmentReferences"] = "evidently:ListSegmentReferences"; /** * Grants permission to list segments * * See https://docs.aws.amazon.com/cloudwatchevidently/latest/APIReference/API_ListSegments.html */ AwsEvidentlyActions["ListSegments"] = "evidently:ListSegments"; /** * Grants permission to list tags for resources * * See https://docs.aws.amazon.com/cloudwatchevidently/latest/APIReference/API_ListTagsForResource.html */ AwsEvidentlyActions["ListTagsForResource"] = "evidently:ListTagsForResource"; /** * Grants permission to send performance events * * See https://docs.aws.amazon.com/cloudwatchevidently/latest/APIReference/API_PutProjectEvents.html */ AwsEvidentlyActions["PutProjectEvents"] = "evidently:PutProjectEvents"; /** * Grants permission to start an experiment * * See https://docs.aws.amazon.com/cloudwatchevidently/latest/APIReference/API_StartExperiment.html */ AwsEvidentlyActions["StartExperiment"] = "evidently:StartExperiment"; /** * Grants permission to start a launch * * See https://docs.aws.amazon.com/cloudwatchevidently/latest/APIReference/API_StartLaunch.html */ AwsEvidentlyActions["StartLaunch"] = "evidently:StartLaunch"; /** * Grants permission to stop an experiment * * See https://docs.aws.amazon.com/cloudwatchevidently/latest/APIReference/API_StopExperiment.html */ AwsEvidentlyActions["StopExperiment"] = "evidently:StopExperiment"; /** * Grants permission to stop a launch * * See https://docs.aws.amazon.com/cloudwatchevidently/latest/APIReference/API_StopLaunch.html */ AwsEvidentlyActions["StopLaunch"] = "evidently:StopLaunch"; /** * Grants permission to tag resources * * See https://docs.aws.amazon.com/cloudwatchevidently/latest/APIReference/API_TagResource.html */ AwsEvidentlyActions["TagResource"] = "evidently:TagResource"; /** * Grants permission to test a segment pattern * * See https://docs.aws.amazon.com/cloudwatchevidently/latest/APIReference/API_TestSegmentPattern.html */ AwsEvidentlyActions["TestSegmentPattern"] = "evidently:TestSegmentPattern"; /** * Grants permission to untag resources * * See https://docs.aws.amazon.com/cloudwatchevidently/latest/APIReference/API_UntagResource.html */ AwsEvidentlyActions["UntagResource"] = "evidently:UntagResource"; /** * Grants permission to update experiment * * See https://docs.aws.amazon.com/cloudwatchevidently/latest/APIReference/API_UpdateExperiment.html */ AwsEvidentlyActions["UpdateExperiment"] = "evidently:UpdateExperiment"; /** * Grants permission to update feature * * See https://docs.aws.amazon.com/cloudwatchevidently/latest/APIReference/API_UpdateFeature.html */ AwsEvidentlyActions["UpdateFeature"] = "evidently:UpdateFeature"; /** * Grants permission to update a launch * * See https://docs.aws.amazon.com/cloudwatchevidently/latest/APIReference/API_UpdateLaunch.html */ AwsEvidentlyActions["UpdateLaunch"] = "evidently:UpdateLaunch"; /** * Grants permission to update project * * See https://docs.aws.amazon.com/cloudwatchevidently/latest/APIReference/API_UpdateProject.html */ AwsEvidentlyActions["UpdateProject"] = "evidently:UpdateProject"; /** * Grants permission to update project data delivery * * See https://docs.aws.amazon.com/cloudwatchevidently/latest/APIReference/API_UpdateProjectDataDelivery.html */ AwsEvidentlyActions["UpdateProjectDataDelivery"] = "evidently:UpdateProjectDataDelivery"; })(AwsEvidentlyActions || (AwsEvidentlyActions = {})); //# sourceMappingURL=evidently.js.map