UNPKG

aws-iam-policy-types

Version:

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

40 lines 1.64 kB
"use strict"; // AUTOGENERATED FILE - DO NOT EDIT Object.defineProperty(exports, "__esModule", { value: true }); exports.AwsA2cActions = void 0; /** * All IAM policy actions for AWS App2Container (A2C) * * Extracted by `aws-iam-policy` from * https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsapp2container.html * * 2025-02-24T21:46:40.679Z */ var AwsA2cActions; (function (AwsA2cActions) { /** * 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 */ AwsA2cActions["GetContainerizationJobDetails"] = "a2c:GetContainerizationJobDetails"; /** * 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 */ AwsA2cActions["GetDeploymentJobDetails"] = "a2c:GetDeploymentJobDetails"; /** * Grants permission to start a Containerization job * * See https://docs.aws.amazon.com/tk-dotnet-refactoring/latest/userguide/what-is-tk-dotnet-refactoring.html */ AwsA2cActions["StartContainerizationJob"] = "a2c:StartContainerizationJob"; /** * Grants permission to start a Deploymnet job * * See https://docs.aws.amazon.com/tk-dotnet-refactoring/latest/userguide/what-is-tk-dotnet-refactoring.html */ AwsA2cActions["StartDeploymentJob"] = "a2c:StartDeploymentJob"; })(AwsA2cActions = exports.AwsA2cActions || (exports.AwsA2cActions = {})); //# sourceMappingURL=a2c.js.map