Module Values.CreateProgressUpdateStreamRequestSource

Creates a progress update stream which is an AWS resource used for access control as well as a namespace for migration task names that is implicitly linked to your AWS account. It must uniquely identify the migration tool as it is used for all updates made by the tool; however, it does not need to be unique for each AWS account because it is scoped to the AWS account.

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

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

    *)
  2. dryRun : DryRun.t option;
    (*

    Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.

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