UNPKG

aws-iam-policy-types

Version:

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

19 lines 768 B
// AUTOGENERATED FILE - DO NOT EDIT /** * All IAM policy actions for AWS Elemental Support Content (ELEMENTAL-SUPPORT-CONTENT) * * Extracted by `aws-iam-policy` from * https://docs.aws.amazon.com/service-authorization/latest/reference/list_awselementalsupportcontent.html * * 2025-02-24T21:47:56.792Z */ export var AwsElementalSupportContentActions; (function (AwsElementalSupportContentActions) { /** * Grants permission to search support content * * See https://docs.aws.amazon.com/elemental-appliances-software */ AwsElementalSupportContentActions["Query"] = "elemental-support-content:Query"; })(AwsElementalSupportContentActions || (AwsElementalSupportContentActions = {})); //# sourceMappingURL=elemental-support-content.js.map