UNPKG

aws-iam-policy-types

Version:

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

96 lines (95 loc) 4.43 kB
/** * All IAM policy actions for AWS Application Transformation Service (APPLICATION-TRANSFORMATION) * * Extracted by `aws-iam-policy` from * https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsapplicationtransformationservice.html * * 2025-02-24T21:46:46.167Z */ export declare enum AwsApplicationTransformationActions { /** * Grants permission to get the details of all Containerization jobs * * See https://docs.aws.amazon.com/tk-dotnet-refactoring/latest/userguide/what-is-tk-dotnet-refactoring.html */ GetContainerization = "application-transformation:GetContainerization", /** * Grants permission to get the details of all Deployment jobs * * See https://docs.aws.amazon.com/tk-dotnet-refactoring/latest/userguide/what-is-tk-dotnet-refactoring.html */ GetDeployment = "application-transformation:GetDeployment", /** * Grants permission to Get the details of a Grouping Assessment Operation * * See https://docs.aws.amazon.com/microservice-extractor/latest/userguide/what-is-microservice-extractor.html */ GetGroupingAssessment = "application-transformation:GetGroupingAssessment", /** * Grants permission to Get Porting Compatibility Operation * * See https://docs.aws.amazon.com/microservice-extractor/latest/userguide/what-is-microservice-extractor.html */ GetPortingCompatibilityAssessment = "application-transformation:GetPortingCompatibilityAssessment", /** * Grants permission to Get the details of a Porting Recommendation Assessment Ope * ration * * See https://docs.aws.amazon.com/microservice-extractor/latest/userguide/what-is-microservice-extractor.html */ GetPortingRecommendationAssessment = "application-transformation:GetPortingRecommendationAssessment", /** * Grants permission to Get the details of a Runtime Assessment Operation * * See https://docs.aws.amazon.com/microservice-extractor/latest/userguide/what-is-microservice-extractor.html */ GetRuntimeAssessment = "application-transformation:GetRuntimeAssessment", /** * Grants permission to Push Logs (Intended for Clients Only) * * See https://docs.aws.amazon.com/microservice-extractor/latest/userguide/what-is-microservice-extractor.html */ PutLogData = "application-transformation:PutLogData", /** * Grants permission to Push Metrics Data (Intended for Clients Only) * * See https://docs.aws.amazon.com/microservice-extractor/latest/userguide/what-is-microservice-extractor.html */ PutMetricData = "application-transformation:PutMetricData", /** * Grants permission to start a Containerization job * * See https://docs.aws.amazon.com/tk-dotnet-refactoring/latest/userguide/what-is-tk-dotnet-refactoring.html */ StartContainerization = "application-transformation:StartContainerization", /** * Grants permission to start a Deployment job * * See https://docs.aws.amazon.com/tk-dotnet-refactoring/latest/userguide/what-is-tk-dotnet-refactoring.html */ StartDeployment = "application-transformation:StartDeployment", /** * Grants permission to Start a Grouping Assessment Operation * * See https://docs.aws.amazon.com/microservice-extractor/latest/userguide/what-is-microservice-extractor.html */ StartGroupingAssessment = "application-transformation:StartGroupingAssessment", /** * Grants permission to Start Porting Compatibility Operation * * See https://docs.aws.amazon.com/microservice-extractor/latest/userguide/what-is-microservice-extractor.html */ StartPortingCompatibilityAssessment = "application-transformation:StartPortingCompatibilityAssessment", /** * Grants permission to Start the Porting Recommendation Assessment Operation * * See https://docs.aws.amazon.com/microservice-extractor/latest/userguide/what-is-microservice-extractor.html */ StartPortingRecommendationAssessment = "application-transformation:StartPortingRecommendationAssessment", /** * Grants permission to Start a Runtime Assessment Operation * * See https://docs.aws.amazon.com/microservice-extractor/latest/userguide/what-is-microservice-extractor.html */ StartRuntimeAssessment = "application-transformation:StartRuntimeAssessment" }