UNPKG

aws-iam-policy-types

Version:

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

160 lines 7.39 kB
"use strict"; // AUTOGENERATED FILE - DO NOT EDIT Object.defineProperty(exports, "__esModule", { value: true }); exports.AwsRefactorSpacesActions = void 0; /** * All IAM policy actions for AWS Migration Hub Refactor Spaces (REFACTOR-SPACES) * * Extracted by `aws-iam-policy` from * https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsmigrationhubrefactorspaces.html * * 2025-02-24T21:48:57.841Z */ var AwsRefactorSpacesActions; (function (AwsRefactorSpacesActions) { /** * Grants permission to create an application within an environment * * See https://docs.aws.amazon.com/migrationhub-refactor-spaces/latest/APIReference/API_CreateApplication.html */ AwsRefactorSpacesActions["CreateApplication"] = "refactor-spaces:CreateApplication"; /** * Grants permission to create an environment * * See https://docs.aws.amazon.com/migrationhub-refactor-spaces/latest/APIReference/API_CreateEnvironment.html */ AwsRefactorSpacesActions["CreateEnvironment"] = "refactor-spaces:CreateEnvironment"; /** * Grants permission to create a route within an application * * See https://docs.aws.amazon.com/migrationhub-refactor-spaces/latest/APIReference/API_CreateRoute.html */ AwsRefactorSpacesActions["CreateRoute"] = "refactor-spaces:CreateRoute"; /** * Grants permission to create a service within an application * * See https://docs.aws.amazon.com/migrationhub-refactor-spaces/latest/APIReference/API_CreateService.html */ AwsRefactorSpacesActions["CreateService"] = "refactor-spaces:CreateService"; /** * Grants permission to delete an application from an environment * * See https://docs.aws.amazon.com/migrationhub-refactor-spaces/latest/APIReference/API_DeleteApplication.html */ AwsRefactorSpacesActions["DeleteApplication"] = "refactor-spaces:DeleteApplication"; /** * Grants permission to delete an environment * * See https://docs.aws.amazon.com/migrationhub-refactor-spaces/latest/APIReference/API_DeleteEnvironment.html */ AwsRefactorSpacesActions["DeleteEnvironment"] = "refactor-spaces:DeleteEnvironment"; /** * Grants permission to delete a resource policy * * See https://docs.aws.amazon.com/migrationhub-refactor-spaces/latest/APIReference/API_DeleteResourcePolicy.html */ AwsRefactorSpacesActions["DeleteResourcePolicy"] = "refactor-spaces:DeleteResourcePolicy"; /** * Grants permission to delete a route from an application * * See https://docs.aws.amazon.com/migrationhub-refactor-spaces/latest/APIReference/API_DeleteRoute.html */ AwsRefactorSpacesActions["DeleteRoute"] = "refactor-spaces:DeleteRoute"; /** * Grants permission to delete a service from an application * * See https://docs.aws.amazon.com/migrationhub-refactor-spaces/latest/APIReference/API_DeleteService.html */ AwsRefactorSpacesActions["DeleteService"] = "refactor-spaces:DeleteService"; /** * Grants permission to get more information about an application * * See https://docs.aws.amazon.com/migrationhub-refactor-spaces/latest/APIReference/API_GetApplication.html */ AwsRefactorSpacesActions["GetApplication"] = "refactor-spaces:GetApplication"; /** * Grants permission to get more information for an environment * * See https://docs.aws.amazon.com/migrationhub-refactor-spaces/latest/APIReference/API_GetEnvironment.html */ AwsRefactorSpacesActions["GetEnvironment"] = "refactor-spaces:GetEnvironment"; /** * Grants permission to get the details about a resource policy * * See https://docs.aws.amazon.com/migrationhub-refactor-spaces/latest/APIReference/API_GetResourcePolicy.html */ AwsRefactorSpacesActions["GetResourcePolicy"] = "refactor-spaces:GetResourcePolicy"; /** * Grants permission to get more information about a route * * See https://docs.aws.amazon.com/migrationhub-refactor-spaces/latest/APIReference/API_GetRoute.html */ AwsRefactorSpacesActions["GetRoute"] = "refactor-spaces:GetRoute"; /** * Grants permission to get more information about a service * * See https://docs.aws.amazon.com/migrationhub-refactor-spaces/latest/APIReference/API_GetService.html */ AwsRefactorSpacesActions["GetService"] = "refactor-spaces:GetService"; /** * Grants permission to list all the applications in an environment * * See https://docs.aws.amazon.com/migrationhub-refactor-spaces/latest/APIReference/API_ListApplications.html */ AwsRefactorSpacesActions["ListApplications"] = "refactor-spaces:ListApplications"; /** * Grants permission to list all the VPCs for the environment * * See https://docs.aws.amazon.com/migrationhub-refactor-spaces/latest/APIReference/API_ListEnvironmentVpcs.html */ AwsRefactorSpacesActions["ListEnvironmentVpcs"] = "refactor-spaces:ListEnvironmentVpcs"; /** * Grants permission to list all environments * * See https://docs.aws.amazon.com/migrationhub-refactor-spaces/latest/APIReference/API_ListEnvironments.html */ AwsRefactorSpacesActions["ListEnvironments"] = "refactor-spaces:ListEnvironments"; /** * Grants permission to list all the routes in an application * * See https://docs.aws.amazon.com/migrationhub-refactor-spaces/latest/APIReference/API_ListRoutes.html */ AwsRefactorSpacesActions["ListRoutes"] = "refactor-spaces:ListRoutes"; /** * Grants permission to list all the services in an environment * * See https://docs.aws.amazon.com/migrationhub-refactor-spaces/latest/APIReference/API_ListServices.html */ AwsRefactorSpacesActions["ListServices"] = "refactor-spaces:ListServices"; /** * Grants permission to list all the tags for a given resource * * See https://docs.aws.amazon.com/migrationhub-refactor-spaces/latest/APIReference/API_ListTagsForResource.html */ AwsRefactorSpacesActions["ListTagsForResource"] = "refactor-spaces:ListTagsForResource"; /** * Grants permission to add a resource policy * * See https://docs.aws.amazon.com/migrationhub-refactor-spaces/latest/APIReference/API_PutResourcePolicy.html */ AwsRefactorSpacesActions["PutResourcePolicy"] = "refactor-spaces:PutResourcePolicy"; /** * Grants permission to tag a resource * * See https://docs.aws.amazon.com/migrationhub-refactor-spaces/latest/APIReference/API_TagResource.html */ AwsRefactorSpacesActions["TagResource"] = "refactor-spaces:TagResource"; /** * Grants permission to remove a tag from a resource * * See https://docs.aws.amazon.com/migrationhub-refactor-spaces/latest/APIReference/API_UntagResource.html */ AwsRefactorSpacesActions["UntagResource"] = "refactor-spaces:UntagResource"; /** * Grants permission to update a route from an application * * See https://docs.aws.amazon.com/migrationhub-refactor-spaces/latest/APIReference/API_UpdateRoute.html */ AwsRefactorSpacesActions["UpdateRoute"] = "refactor-spaces:UpdateRoute"; })(AwsRefactorSpacesActions = exports.AwsRefactorSpacesActions || (exports.AwsRefactorSpacesActions = {})); //# sourceMappingURL=refactor-spaces.js.map