UNPKG

aws-iam-policy-types

Version:

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

107 lines (106 loc) 3.75 kB
/** * All IAM policy actions for AWS SimSpace Weaver (SIMSPACEWEAVER) * * Extracted by `aws-iam-policy` from * https://docs.aws.amazon.com/service-authorization/latest/reference/list_awssimspaceweaver.html * * 2025-02-24T21:49:47.820Z */ export declare enum AwsSimspaceweaverActions { /** * Grants permission to create a snapshot * * See https://docs.aws.amazon.com/simspaceweaver/latest/APIReference/API_CreateSnapshot.html */ CreateSnapshot = "simspaceweaver:CreateSnapshot", /** * Grants permission to delete an app * * See https://docs.aws.amazon.com/simspaceweaver/latest/APIReference/API_DeleteApp.html */ DeleteApp = "simspaceweaver:DeleteApp", /** * Grants permission to delete a simulation * * See https://docs.aws.amazon.com/simspaceweaver/latest/APIReference/API_DeleteSimulation.html */ DeleteSimulation = "simspaceweaver:DeleteSimulation", /** * Grants permission to describe an app * * See https://docs.aws.amazon.com/simspaceweaver/latest/APIReference/API_DescribeApp.html */ DescribeApp = "simspaceweaver:DescribeApp", /** * Grants permission to describe a simulation * * See https://docs.aws.amazon.com/simspaceweaver/latest/APIReference/API_DescribeSimulation.html */ DescribeSimulation = "simspaceweaver:DescribeSimulation", /** * Grants permission to list apps * * See https://docs.aws.amazon.com/simspaceweaver/latest/APIReference/API_ListApps.html */ ListApps = "simspaceweaver:ListApps", /** * Grants permission to list simulations * * See https://docs.aws.amazon.com/simspaceweaver/latest/APIReference/API_ListSimulations.html */ ListSimulations = "simspaceweaver:ListSimulations", /** * Grants permission to list the tags for a resource * * See https://docs.aws.amazon.com/simspaceweaver/latest/APIReference/API_ListTagsForResource.html */ ListTagsForResource = "simspaceweaver:ListTagsForResource", /** * Grants permission to start an app * * See https://docs.aws.amazon.com/simspaceweaver/latest/APIReference/API_StartApp.html */ StartApp = "simspaceweaver:StartApp", /** * Grants permission to start a simulation clock * * See https://docs.aws.amazon.com/simspaceweaver/latest/APIReference/API_StartClock.html */ StartClock = "simspaceweaver:StartClock", /** * Grants permission to start a simulation * * See https://docs.aws.amazon.com/simspaceweaver/latest/APIReference/API_StartSimulation.html */ StartSimulation = "simspaceweaver:StartSimulation", /** * Grants permission to stop an app * * See https://docs.aws.amazon.com/simspaceweaver/latest/APIReference/API_StopApp.html */ StopApp = "simspaceweaver:StopApp", /** * Grants permission to stop a simulation clock * * See https://docs.aws.amazon.com/simspaceweaver/latest/APIReference/API_StopClock.html */ StopClock = "simspaceweaver:StopClock", /** * Grants permission to stop a simulation * * See https://docs.aws.amazon.com/simspaceweaver/latest/APIReference/API_StopSimulation.html */ StopSimulation = "simspaceweaver:StopSimulation", /** * Grants permission to tag a resource * * See https://docs.aws.amazon.com/simspaceweaver/latest/APIReference/API_TagResource.html */ TagResource = "simspaceweaver:TagResource", /** * Grants permission to untag a resource * * See https://docs.aws.amazon.com/simspaceweaver/latest/APIReference/API_UntagResource.html */ UntagResource = "simspaceweaver:UntagResource" }