aws-iam-policy-types
Version:
Autogenerated Typescript types for AWS IAM Policy and enums for all policy actions
37 lines • 1.88 kB
JavaScript
// AUTOGENERATED FILE - DO NOT EDIT
/**
* 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 var AwsCodedeployCommandsSecureActions;
(function (AwsCodedeployCommandsSecureActions) {
/**
* Grants permission to get deployment specification
*
* See https://docs.aws.amazon.com/codedeploy/latest/userguide/vpc-endpoints.html#vpc-codedeploy-agent-configuration
*/
AwsCodedeployCommandsSecureActions["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
*/
AwsCodedeployCommandsSecureActions["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
*/
AwsCodedeployCommandsSecureActions["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
*/
AwsCodedeployCommandsSecureActions["PutHostCommandComplete"] = "codedeploy-commands-secure:PutHostCommandComplete";
})(AwsCodedeployCommandsSecureActions || (AwsCodedeployCommandsSecureActions = {}));
//# sourceMappingURL=codedeploy-commands-secure.js.map