Module Values.DescribeRegionRequestSource

Retrieves details about a specific Region enabled in an IAM Identity Center instance. Details include the Region name, current status (ACTIVE, ADDING, or REMOVING), the date when the Region was added, and whether it is the primary Region. The request must be made from one of the enabled Regions of the IAM Identity Center instance. The following actions are related to DescribeRegion: AddRegion RemoveRegion ListRegions

Sourcetype nonrec t = {
  1. instanceArn : InstanceArn.t;
    (*

    The Amazon Resource Name (ARN) of the IAM Identity Center instance.

    *)
  2. regionName : RegionName.t;
    (*

    The name of the Amazon Web Services Region to retrieve information about. The Region name must be 1-32 characters long and follow the pattern of Amazon Web Services Region names (for example, us-east-1).

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