Module Values.ActivateEmailContactRequestSource

Activates an email contact using an activation code. This code is in the activation email sent to the email address associated with this email contact.

Sourcetype nonrec t = {
  1. arn : EmailContactArn.t;
    (*

    The Amazon Resource Name (ARN) of the resource.

    *)
  2. code : Token.t;
    (*

    The activation code for this email contact. An email contact has a maximum of five activation attempts. Activation codes expire after 12 hours and are generated by the SendActivationCode API action.

    *)
}
Sourceval context_ : string
Sourceval make : arn:EmailContactArn.t -> code:Token.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of EmailContactArn.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