Module Detective.MemberInvitation

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-memberinvitation.html

type properties = {
  1. member_id : string;
  2. message : string option;
  3. graph_arn : string;
  4. disable_email_notification : bool option;
  5. member_email_address : string;
}

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-memberinvitation.html;

val make_properties : member_id:string -> ?message:string -> graph_arn:string -> ?disable_email_notification:bool -> member_email_address:string -> unit -> properties
val yojson_of_properties : properties -> [> `Assoc of (string * Yojson.Safe.t) list ]
type attributes = {
  1. ref_ : string;
}
val create_attributes : string -> attributes
val cloudformation_type : string