Module Values.SendActionSource

Sends the email to the internet using the ses:SendRawEmail API.

Sourcetype nonrec t = {
  1. actionFailurePolicy : ActionFailurePolicy.t option;
    (*

    A policy that states what to do in the case of failure. The action will fail if there are configuration errors. For example, the caller does not have the permissions to call the sendRawEmail API.

    *)
  2. roleArn : IamRoleArn.t;
    (*

    The Amazon Resource Name (ARN) of the role to use for this action. This role must have access to the ses:SendRawEmail API.

    *)
}
Sourceval context_ : string
Sourceval make : ?actionFailurePolicy:??? -> roleArn:IamRoleArn.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of IamRoleArn.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t