Module Values.DescribePermissionSetProvisioningStatusRequestSource

Describes the status for the given permission set provisioning request.

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

    The ARN of the IAM Identity Center instance under which the operation will be executed. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.

    *)
  2. provisionPermissionSetRequestId : UUId.t;
    (*

    The identifier that is provided by the ProvisionPermissionSet call to retrieve the current status of the provisioning workflow.

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