UNPKG

aws-iam-policy-types

Version:

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

215 lines (214 loc) 7.69 kB
/** * All IAM policy actions for AWS Mainframe Modernization Service (M2) * * Extracted by `aws-iam-policy` from * https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsmainframemodernizationservice.html * * 2025-02-24T21:48:43.498Z */ export declare enum AwsM2Actions { /** * Grants permission to cancel the execution of a batch job * * See https://docs.aws.amazon.com/m2/latest/APIReference/API_CancelBatchJobExecution.html */ CancelBatchJobExecution = "m2:CancelBatchJobExecution", /** * Grants permission to create an application * * See https://docs.aws.amazon.com/m2/latest/APIReference/API_CreateApplication.html */ CreateApplication = "m2:CreateApplication", /** * Grants permission to create a data set import task * * See https://docs.aws.amazon.com/m2/latest/APIReference/API_CreateDataSetImportTask.html */ CreateDataSetImportTask = "m2:CreateDataSetImportTask", /** * Grants permission to create a deployment * * See https://docs.aws.amazon.com/m2/latest/APIReference/API_CreateDeployment.html */ CreateDeployment = "m2:CreateDeployment", /** * Grants permission to Create an environment * * See https://docs.aws.amazon.com/m2/latest/APIReference/API_CreateEnvironment.html */ CreateEnvironment = "m2:CreateEnvironment", /** * Grants permission to delete an application * * See https://docs.aws.amazon.com/m2/latest/APIReference/API_DeleteApplication.html */ DeleteApplication = "m2:DeleteApplication", /** * Grants permission to delete an application from a runtime environment * * See https://docs.aws.amazon.com/m2/latest/APIReference/API_DeleteApplicationFromEnvironment.html */ DeleteApplicationFromEnvironment = "m2:DeleteApplicationFromEnvironment", /** * Grants permission to delete a runtime environment * * See https://docs.aws.amazon.com/m2/latest/APIReference/API_DeleteEnvironment.html */ DeleteEnvironment = "m2:DeleteEnvironment", /** * Grants permission to retrieve an application * * See https://docs.aws.amazon.com/m2/latest/APIReference/API_GetApplication.html */ GetApplication = "m2:GetApplication", /** * Grants permission to retrieve an application version * * See https://docs.aws.amazon.com/m2/latest/APIReference/API_GetApplicationVersion.html */ GetApplicationVersion = "m2:GetApplicationVersion", /** * Grants permission to retrieve a batch job execution * * See https://docs.aws.amazon.com/m2/latest/APIReference/API_GetBatchJobExecution.html */ GetBatchJobExecution = "m2:GetBatchJobExecution", /** * Grants permission to retrieve data set details * * See https://docs.aws.amazon.com/m2/latest/APIReference/API_GetDataSetDetails.html */ GetDataSetDetails = "m2:GetDataSetDetails", /** * Grants permission to retrieve a data set import task * * See https://docs.aws.amazon.com/m2/latest/APIReference/API_GetDataSetImportTask.html */ GetDataSetImportTask = "m2:GetDataSetImportTask", /** * Grants permission to retrieve a deployment * * See https://docs.aws.amazon.com/m2/latest/APIReference/API_GetDeployment.html */ GetDeployment = "m2:GetDeployment", /** * Grants permission to retrieve a runtime environment * * See https://docs.aws.amazon.com/m2/latest/APIReference/API_GetEnvironment.html */ GetEnvironment = "m2:GetEnvironment", /** * Grants permission to create a signed Bluinsights url * * See https://docs.aws.amazon.com/m2/latest/APIReference/API_GetSignedBluinsightsUrl.html */ GetSignedBluinsightsUrl = "m2:GetSignedBluinsightsUrl", /** * Grants permission to list the versions of an application * * See https://docs.aws.amazon.com/m2/latest/APIReference/API_ListApplicationVersions.html */ ListApplicationVersions = "m2:ListApplicationVersions", /** * Grants permission to list applications * * See https://docs.aws.amazon.com/m2/latest/APIReference/API_ListApplications.html */ ListApplications = "m2:ListApplications", /** * Grants permission to list batch job definitions * * See https://docs.aws.amazon.com/m2/latest/APIReference/API_ListBatchJobDefinitions.html */ ListBatchJobDefinitions = "m2:ListBatchJobDefinitions", /** * Grants permission to list executions for a batch job * * See https://docs.aws.amazon.com/m2/latest/APIReference/API_ListBatchJobExecutions.html */ ListBatchJobExecutions = "m2:ListBatchJobExecutions", /** * Grants permission to retrieve a batch job execution * * See https://docs.aws.amazon.com/m2/latest/APIReference/API_ListBatchJobRestartPoints.html */ ListBatchJobRestartPoints = "m2:ListBatchJobRestartPoints", /** * Grants permission to list data set import history * * See https://docs.aws.amazon.com/m2/latest/APIReference/API_ListDataSetImportHistory.html */ ListDataSetImportHistory = "m2:ListDataSetImportHistory", /** * Grants permission to list data sets * * See https://docs.aws.amazon.com/m2/latest/APIReference/API_ListDataSets.html */ ListDataSets = "m2:ListDataSets", /** * Grants permission to list deployments * * See https://docs.aws.amazon.com/m2/latest/APIReference/API_ListDeployments.html */ ListDeployments = "m2:ListDeployments", /** * Grants permission to list engine versions * * See https://docs.aws.amazon.com/m2/latest/APIReference/API_ListEngineVersions.html */ ListEngineVersions = "m2:ListEngineVersions", /** * Grants permission to list runtime environments * * See https://docs.aws.amazon.com/m2/latest/APIReference/API_ListEnvironments.html */ ListEnvironments = "m2:ListEnvironments", /** * Grants permission to list tags for a resource * * See https://docs.aws.amazon.com/m2/latest/APIReference/API_ListTagsForResource.html */ ListTagsForResource = "m2:ListTagsForResource", /** * Grants permission to start an application * * See https://docs.aws.amazon.com/m2/latest/APIReference/API_StartApplication.html */ StartApplication = "m2:StartApplication", /** * Grants permission to start a batch job * * See https://docs.aws.amazon.com/m2/latest/APIReference/API_StartBatchJob.html */ StartBatchJob = "m2:StartBatchJob", /** * Grants permission to stop an application * * See https://docs.aws.amazon.com/m2/latest/APIReference/API_StopApplication.html */ StopApplication = "m2:StopApplication", /** * Grants permission to tag a resource * * See https://docs.aws.amazon.com/m2/latest/APIReference/API_TagResource.html */ TagResource = "m2:TagResource", /** * Grants permission to untag a resource * * See https://docs.aws.amazon.com/m2/latest/APIReference/API_UntagResource.html */ UntagResource = "m2:UntagResource", /** * Grants permission to update an application * * See https://docs.aws.amazon.com/m2/latest/APIReference/API_UpdateApplication.html */ UpdateApplication = "m2:UpdateApplication", /** * Grants permission to update a runtime environment * * See https://docs.aws.amazon.com/m2/latest/APIReference/API_UpdateEnvironment.html */ UpdateEnvironment = "m2:UpdateEnvironment" }