Module Values.CreateMemberRequestSource

Associates an account with an Amazon Macie administrator account.

Sourcetype nonrec t = {
  1. account : AccountDetail.t;
    (*

    The details of the account to associate with the administrator account.

    *)
  2. tags : TagMap.t option;
    (*

    A map of key-value pairs that specifies the tags to associate with the account in Amazon Macie. An account can have a maximum of 50 tags. Each tag consists of a tag key and an associated tag value. The maximum length of a tag key is 128 characters. The maximum length of a tag value is 256 characters.

    *)
}
Sourceval context_ : string
Sourceval make : ?tags:??? -> account:AccountDetail.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Map of ([> `String of string ] * [> `String of string ]) list | `Structure of (string * [> `String of string ]) 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