UNPKG

aws-iam-policy-types

Version:

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

25 lines (24 loc) 932 B
/** * 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 declare enum 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 */ 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 */ PutRawMessageContent = "workmailmessageflow:PutRawMessageContent" }