UNPKG

aws-iam-policy-types

Version:

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

37 lines 1.77 kB
// AUTOGENERATED FILE - DO NOT EDIT /** * All IAM policy actions for Amazon Route 53 Recovery Cluster (ROUTE53-RECOVERY-CLUSTER) * * Extracted by `aws-iam-policy` from * https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonroute53recoverycluster.html * * 2025-02-24T21:49:30.392Z */ export var AwsRoute53RecoveryClusterActions; (function (AwsRoute53RecoveryClusterActions) { /** * Grants permission to get a routing control state * * See https://docs.aws.amazon.com/routing-control/latest/APIReference/API_GetRoutingControlState.html */ AwsRoute53RecoveryClusterActions["GetRoutingControlState"] = "route53-recovery-cluster:GetRoutingControlState"; /** * Grants permission to list routing controls * * See https://docs.aws.amazon.com/routing-control/latest/APIReference/API_ListRoutingControls.html */ AwsRoute53RecoveryClusterActions["ListRoutingControls"] = "route53-recovery-cluster:ListRoutingControls"; /** * Grants permission to update a routing control state * * See https://docs.aws.amazon.com/routing-control/latest/APIReference/API_UpdateRoutingControlState.html */ AwsRoute53RecoveryClusterActions["UpdateRoutingControlState"] = "route53-recovery-cluster:UpdateRoutingControlState"; /** * Grants permission to update a batch of routing control states * * See https://docs.aws.amazon.com/routing-control/latest/APIReference/API_UpdateRoutingControlStates.html */ AwsRoute53RecoveryClusterActions["UpdateRoutingControlStates"] = "route53-recovery-cluster:UpdateRoutingControlStates"; })(AwsRoute53RecoveryClusterActions || (AwsRoute53RecoveryClusterActions = {})); //# sourceMappingURL=route53-recovery-cluster.js.map