UNPKG

aws-iam-policy-types

Version:

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

35 lines (34 loc) 1.51 kB
/** * All IAM policy actions for AWS CodeDeploy secure host commands service (CODEDEPLOY-COMMANDS-SECURE) * * Extracted by `aws-iam-policy` from * https://docs.aws.amazon.com/service-authorization/latest/reference/list_awscodedeploysecurehostcommandsservice.html * * 2025-02-24T21:47:14.881Z */ export declare enum AwsCodedeployCommandsSecureActions { /** * Grants permission to get deployment specification * * See https://docs.aws.amazon.com/codedeploy/latest/userguide/vpc-endpoints.html#vpc-codedeploy-agent-configuration */ GetDeploymentSpecification = "codedeploy-commands-secure:GetDeploymentSpecification", /** * Grants permission to request host agent commands * * See https://docs.aws.amazon.com/codedeploy/latest/userguide/vpc-endpoints.html#vpc-codedeploy-agent-configuration */ PollHostCommand = "codedeploy-commands-secure:PollHostCommand", /** * Grants permission to mark host agent commands acknowledged * * See https://docs.aws.amazon.com/codedeploy/latest/userguide/vpc-endpoints.html#vpc-codedeploy-agent-configuration */ PutHostCommandAcknowledgement = "codedeploy-commands-secure:PutHostCommandAcknowledgement", /** * Grants permission to mark host agent commands completed * * See https://docs.aws.amazon.com/codedeploy/latest/userguide/vpc-endpoints.html#vpc-codedeploy-agent-configuration */ PutHostCommandComplete = "codedeploy-commands-secure:PutHostCommandComplete" }