UNPKG

aws-iam-policy-types

Version:

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

19 lines 678 B
// AUTOGENERATED FILE - DO NOT EDIT /** * All IAM policy actions for Amazon RHEL Knowledgebase Portal (RHELKB) * * Extracted by `aws-iam-policy` from * https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonrhelknowledgebaseportal.html * * 2025-02-24T21:49:27.932Z */ export var AwsRhelkbActions; (function (AwsRhelkbActions) { /** * Grants permission to access the Red Hat Knowledgebase portal * * See https://docs.aws.amazon.com/systems-manager/latest/userguide/fleet-rhel.html */ AwsRhelkbActions["GetRhelURL"] = "rhelkb:GetRhelURL"; })(AwsRhelkbActions || (AwsRhelkbActions = {})); //# sourceMappingURL=rhelkb.js.map