aws-iam-policy-types
Version:
Autogenerated Typescript types for AWS IAM Policy and enums for all policy actions
30 lines • 1.46 kB
JavaScript
;
// AUTOGENERATED FILE - DO NOT EDIT
Object.defineProperty(exports, "__esModule", { value: true });
exports.AwsSupportrecommendationsActions = void 0;
/**
* 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
*/
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 = exports.AwsSupportrecommendationsActions || (exports.AwsSupportrecommendationsActions = {}));
//# sourceMappingURL=supportrecommendations.js.map