UNPKG

aws-iam-policy-types

Version:

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

25 lines (24 loc) 1.01 kB
/** * All IAM policy actions for AWS Support Recommendations (SUPPORTRECOMMENDATIONS) * * Extracted by `aws-iam-policy` from * https://docs.aws.amazon.com/service-authorization/latest/reference/list_awssupportrecommendations.html * * 2025-02-24T21:49:53.715Z */ export declare enum AwsSupportrecommendationsActions { /** * Grants permission to the GetSupportTroubleshootingResponse API which lists trou * bleshooting responses for users' issues * * See https://docs.aws.amazon.com/awssupport/latest/user/security-support-recommendations.html/ */ GetSupportTroubleshootingResponse = "supportrecommendations:GetSupportTroubleshootingResponse", /** * Grants permission to the StartSupportTroubleshooting API which starts troublesh * ooting for users' issues * * See https://docs.aws.amazon.com/awssupport/latest/user/security-support-recommendations.html/ */ StartSupportTroubleshooting = "supportrecommendations:StartSupportTroubleshooting" }