Module Values.DeleteInstanceRequestSource

Deletes the instance of IAM Identity Center. Only the account that owns the instance can call this API. Neither the delegated administrator nor member account can delete the organization instance, but those roles can delete their own instance.

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

    The ARN of the instance of IAM Identity Center under which the operation will run.

    *)
}
Sourceval context_ : string
Sourceval make : instanceArn:InstanceArn.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