Module Values.GetAccountResponseSource

A list of details about the email-sending capabilities of your Amazon SES account in the current Amazon Web Services Region.

Sourcetype nonrec t = {
  1. dedicatedIpAutoWarmupEnabled : Enabled.t option;
    (*

    Indicates whether or not the automatic warm-up feature is enabled for dedicated IP addresses that are associated with your account.

    *)
  2. enforcementStatus : GeneralEnforcementStatus.t option;
    (*

    The reputation status of your Amazon SES account. The status can be one of the following: HEALTHY – There are no reputation-related issues that currently impact your account. PROBATION – We've identified potential issues with your Amazon SES account. We're placing your account under review while you work on correcting these issues. SHUTDOWN – Your account's ability to send email is currently paused because of an issue with the email sent from your account. When you correct the issue, you can contact us and request that your account's ability to send email is resumed.

    *)
  3. productionAccessEnabled : Enabled.t option;
    (*

    Indicates whether or not your account has production access in the current Amazon Web Services Region. If the value is false, then your account is in the sandbox. When your account is in the sandbox, you can only send email to verified identities. If the value is true, then your account has production access. When your account has production access, you can send email to any address. The sending quota and maximum sending rate for your account vary based on your specific use case.

    *)
  4. sendQuota : SendQuota.t option;
    (*

    An object that contains information about the per-day and per-second sending limits for your Amazon SES account in the current Amazon Web Services Region.

    *)
  5. sendingEnabled : Enabled.t option;
    (*

    Indicates whether or not email sending is enabled for your Amazon SES account in the current Amazon Web Services Region.

    *)
  6. suppressionAttributes : SuppressionAttributes.t option;
    (*

    An object that contains information about the email address suppression preferences for your account in the current Amazon Web Services Region.

    *)
  7. details : AccountDetails.t option;
    (*

    An object that defines your account details.

    *)
  8. vdmAttributes : VdmAttributes.t option;
    (*

    The VDM attributes that apply to your Amazon SES account.

    *)
}
Sourcetype nonrec error = [
  1. | `BadRequestException of BadRequestException.t
  2. | `TooManyRequestsException of TooManyRequestsException.t
  3. | `Unknown_operation_error of string * string option
]
Sourceval make : ?dedicatedIpAutoWarmupEnabled:??? -> ?enforcementStatus:??? -> ?productionAccessEnabled:??? -> ?sendQuota:??? -> ?sendingEnabled:??? -> ?suppressionAttributes:??? -> ?details:??? -> ?vdmAttributes:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `BadRequestException of unit | `TooManyRequestsException of unit | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `BadRequestException of unit | `TooManyRequestsException of unit | `Unknown_operation_error of string * string option ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of Enabled.t | `String of GeneralEnforcementStatus.t | `Structure of (string * [> `Double of Max24HourSend.t | `Enum of string | `List of [> `Enum of string | `String of AdditionalContactEmailAddress.t ] list | `String of WebsiteURL.t | `Structure of (string * [> `Enum of string | `String of CaseId.t | `Structure of (string * [> `Enum of string | `Structure of (string * [> `Enum of string ]) list ]) list ]) list ]) list ]) 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