UNPKG

aws-iam-policy-types

Version:

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

27 lines 1.19 kB
// AUTOGENERATED FILE - DO NOT EDIT /** * 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 */ export 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 || (AwsWorkmailmessageflowActions = {})); //# sourceMappingURL=workmailmessageflow.js.map