Module Values.ProgressUpdateStreamSummarySource

Summary of the AWS resource used for access control that is implicitly linked to your AWS account.

Sourcetype nonrec t = {
  1. progressUpdateStreamName : ProgressUpdateStream.t option;
    (*

    The name of the ProgressUpdateStream. Do not store personal data in this field.

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