aws-iam-policy-types
Version:
Autogenerated Typescript types for AWS IAM Policy and enums for all policy actions
17 lines (16 loc) • 522 B
TypeScript
/**
* 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 declare enum AwsElementalSupportContentActions {
/**
* Grants permission to search support content
*
* See https://docs.aws.amazon.com/elemental-appliances-software
*/
Query = "elemental-support-content:Query"
}