Module Values.DeleteHomeRegionControlRequestSource

This operation deletes the home region configuration for the calling account. The operation does not delete discovery or migration tracking data in the home region.

Sourcetype nonrec t = {
  1. controlId : ControlId.t;
    (*

    A unique identifier that's generated for each home region control. It's always a string that begins with "hrc-" followed by 12 lowercase letters and numbers.

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