UNPKG

aws-iam-policy-types

Version:

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

30 lines 1.35 kB
"use strict"; // AUTOGENERATED FILE - DO NOT EDIT Object.defineProperty(exports, "__esModule", { value: true }); exports.AwsWorkmailmessageflowActions = void 0; /** * All IAM policy actions for Amazon WorkMail Message Flow (WORKMAILMESSAGEFLOW) * * Extracted by `aws-iam-policy` from * https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonworkmailmessageflow.html * * 2025-02-24T21:50:11.034Z */ var AwsWorkmailmessageflowActions; (function (AwsWorkmailmessageflowActions) { /** * Grants permission to read the content of email messages with the specified mess * age ID * * See https://docs.aws.amazon.com/workmail/latest/APIReference/API_messageflow_GetRawMessageContent.html */ AwsWorkmailmessageflowActions["GetRawMessageContent"] = "workmailmessageflow:GetRawMessageContent"; /** * Grants permission to update the content of email messages with the specified me * ssage ID * * See https://docs.aws.amazon.com/workmail/latest/APIReference/API_messageflow_PutRawMessageContent.html */ AwsWorkmailmessageflowActions["PutRawMessageContent"] = "workmailmessageflow:PutRawMessageContent"; })(AwsWorkmailmessageflowActions = exports.AwsWorkmailmessageflowActions || (exports.AwsWorkmailmessageflowActions = {})); //# sourceMappingURL=workmailmessageflow.js.map