Module Values.AwsAmazonMqBrokerUsersDetailsSource

Provides details about the broker usernames for the specified broker. Doesn't apply to RabbitMQ brokers.

Sourcetype nonrec t = {
  1. pendingChange : NonEmptyString.t option;
    (*

    The type of change pending for the broker user.

    *)
  2. username : NonEmptyString.t option;
    (*

    The username of the broker user.

    *)
}
Sourceval make : ?pendingChange:??? -> ?username:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of NonEmptyString.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