UNPKG

aws-iam-policy-types

Version:

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

47 lines 1.96 kB
// AUTOGENERATED FILE - DO NOT EDIT /** * All IAM policy actions for AWS Control Catalog (CONTROLCATALOG) * * Extracted by `aws-iam-policy` from * https://docs.aws.amazon.com/service-authorization/latest/reference/list_awscontrolcatalog.html * * 2025-02-24T21:47:27.379Z */ export var AwsControlcatalogActions; (function (AwsControlcatalogActions) { /** * Grants permission to return details about a specific control * * See https://docs.aws.amazon.com/controlcatalog/latest/APIReference/API_GetControl.html */ AwsControlcatalogActions["GetControl"] = "controlcatalog:GetControl"; /** * Grants permission to return a paginated list of common controls from the AWS Co * ntrol Catalog * * See https://docs.aws.amazon.com/controlcatalog/latest/APIReference/API_ListCommonControls.html */ AwsControlcatalogActions["ListCommonControls"] = "controlcatalog:ListCommonControls"; /** * Grants permission to return a paginated list of all available controls in the A * WS Control Catalog library * * See https://docs.aws.amazon.com/controlcatalog/latest/APIReference/API_ListControls.html */ AwsControlcatalogActions["ListControls"] = "controlcatalog:ListControls"; /** * Grants permission to return a paginated list of domains from the AWS Control Ca * talog * * See https://docs.aws.amazon.com/controlcatalog/latest/APIReference/API_ListDomains.html */ AwsControlcatalogActions["ListDomains"] = "controlcatalog:ListDomains"; /** * Grants permission to return a paginated list of objectives from the AWS Control * Catalog * * See https://docs.aws.amazon.com/controlcatalog/latest/APIReference/API_ListObjectives.html */ AwsControlcatalogActions["ListObjectives"] = "controlcatalog:ListObjectives"; })(AwsControlcatalogActions || (AwsControlcatalogActions = {})); //# sourceMappingURL=controlcatalog.js.map