UNPKG

aws-iam-policy-types

Version:

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

109 lines 4.37 kB
// AUTOGENERATED FILE - DO NOT EDIT /** * 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 var AwsSimspaceweaverActions; (function (AwsSimspaceweaverActions) { /** * Grants permission to create a snapshot * * See https://docs.aws.amazon.com/simspaceweaver/latest/APIReference/API_CreateSnapshot.html */ AwsSimspaceweaverActions["CreateSnapshot"] = "simspaceweaver:CreateSnapshot"; /** * Grants permission to delete an app * * See https://docs.aws.amazon.com/simspaceweaver/latest/APIReference/API_DeleteApp.html */ AwsSimspaceweaverActions["DeleteApp"] = "simspaceweaver:DeleteApp"; /** * Grants permission to delete a simulation * * See https://docs.aws.amazon.com/simspaceweaver/latest/APIReference/API_DeleteSimulation.html */ AwsSimspaceweaverActions["DeleteSimulation"] = "simspaceweaver:DeleteSimulation"; /** * Grants permission to describe an app * * See https://docs.aws.amazon.com/simspaceweaver/latest/APIReference/API_DescribeApp.html */ AwsSimspaceweaverActions["DescribeApp"] = "simspaceweaver:DescribeApp"; /** * Grants permission to describe a simulation * * See https://docs.aws.amazon.com/simspaceweaver/latest/APIReference/API_DescribeSimulation.html */ AwsSimspaceweaverActions["DescribeSimulation"] = "simspaceweaver:DescribeSimulation"; /** * Grants permission to list apps * * See https://docs.aws.amazon.com/simspaceweaver/latest/APIReference/API_ListApps.html */ AwsSimspaceweaverActions["ListApps"] = "simspaceweaver:ListApps"; /** * Grants permission to list simulations * * See https://docs.aws.amazon.com/simspaceweaver/latest/APIReference/API_ListSimulations.html */ AwsSimspaceweaverActions["ListSimulations"] = "simspaceweaver:ListSimulations"; /** * Grants permission to list the tags for a resource * * See https://docs.aws.amazon.com/simspaceweaver/latest/APIReference/API_ListTagsForResource.html */ AwsSimspaceweaverActions["ListTagsForResource"] = "simspaceweaver:ListTagsForResource"; /** * Grants permission to start an app * * See https://docs.aws.amazon.com/simspaceweaver/latest/APIReference/API_StartApp.html */ AwsSimspaceweaverActions["StartApp"] = "simspaceweaver:StartApp"; /** * Grants permission to start a simulation clock * * See https://docs.aws.amazon.com/simspaceweaver/latest/APIReference/API_StartClock.html */ AwsSimspaceweaverActions["StartClock"] = "simspaceweaver:StartClock"; /** * Grants permission to start a simulation * * See https://docs.aws.amazon.com/simspaceweaver/latest/APIReference/API_StartSimulation.html */ AwsSimspaceweaverActions["StartSimulation"] = "simspaceweaver:StartSimulation"; /** * Grants permission to stop an app * * See https://docs.aws.amazon.com/simspaceweaver/latest/APIReference/API_StopApp.html */ AwsSimspaceweaverActions["StopApp"] = "simspaceweaver:StopApp"; /** * Grants permission to stop a simulation clock * * See https://docs.aws.amazon.com/simspaceweaver/latest/APIReference/API_StopClock.html */ AwsSimspaceweaverActions["StopClock"] = "simspaceweaver:StopClock"; /** * Grants permission to stop a simulation * * See https://docs.aws.amazon.com/simspaceweaver/latest/APIReference/API_StopSimulation.html */ AwsSimspaceweaverActions["StopSimulation"] = "simspaceweaver:StopSimulation"; /** * Grants permission to tag a resource * * See https://docs.aws.amazon.com/simspaceweaver/latest/APIReference/API_TagResource.html */ AwsSimspaceweaverActions["TagResource"] = "simspaceweaver:TagResource"; /** * Grants permission to untag a resource * * See https://docs.aws.amazon.com/simspaceweaver/latest/APIReference/API_UntagResource.html */ AwsSimspaceweaverActions["UntagResource"] = "simspaceweaver:UntagResource"; })(AwsSimspaceweaverActions || (AwsSimspaceweaverActions = {})); //# sourceMappingURL=simspaceweaver.js.map