aws-iam-policy-types
Version:
Autogenerated Typescript types for AWS IAM Policy and enums for all policy actions
40 lines • 1.94 kB
JavaScript
;
// AUTOGENERATED FILE - DO NOT EDIT
Object.defineProperty(exports, "__esModule", { value: true });
exports.AwsRoute53RecoveryClusterActions = void 0;
/**
* 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
*/
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 = exports.AwsRoute53RecoveryClusterActions || (exports.AwsRoute53RecoveryClusterActions = {}));
//# sourceMappingURL=route53-recovery-cluster.js.map