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