Module Values.DescribeConfigurationRevisionRequestSource

Returns a description of this revision of the configuration.

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

    The Amazon Resource Name (ARN) that uniquely identifies an MSK configuration and all of its revisions.

    *)
  2. revision : Awso.Import.Int64.t;
    (*

    A string that uniquely identifies a revision of an MSK configuration.

    *)
}
Sourceval context_ : string
Sourceval make : arn:string -> revision:Awso.Import.Int64.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Long of Awso.Import.Int64.t | `String of string ]) 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