UNPKG

aws-iam-policy-types

Version:

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

27 lines 1.29 kB
// AUTOGENERATED FILE - DO NOT EDIT /** * 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 var AwsSupportrecommendationsActions; (function (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/ */ AwsSupportrecommendationsActions["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/ */ AwsSupportrecommendationsActions["StartSupportTroubleshooting"] = "supportrecommendations:StartSupportTroubleshooting"; })(AwsSupportrecommendationsActions || (AwsSupportrecommendationsActions = {})); //# sourceMappingURL=supportrecommendations.js.map