Values.DescribeDomainChangeProgressRequestSourceContainer for the parameters to the DescribeDomainChangeProgress operation. Specifies the domain name and optional change specific identity for which you want progress information.
type nonrec t = {domainName : DomainName.t;The domain you want to get the progress information about.
*)changeId : GUID.t option;The specific change ID for which you want to get progress information. This is an optional parameter. If omitted, the service returns information about the most recent configuration change.
*)}