Module Values.CreateAccountRequestSource

Creates an Amazon Chime account under the administrator's AWS account. Only Team account types are currently supported for this action. For more information about different account types, see Managing Your Amazon Chime Accounts in the Amazon Chime Administration Guide.

Sourcetype nonrec t = {
  1. name : AccountName.t;
    (*

    The name of the Amazon Chime account.

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