Values.DescribeAccountAssignmentDeletionStatusRequestSourceDescribes the status of the assignment deletion request.
type nonrec t = {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.
*)accountAssignmentDeletionRequestId : UUId.t;The identifier that is used to track the request operation progress.
*)}val make :
instanceArn:InstanceArn.t ->
accountAssignmentDeletionRequestId:UUId.t ->
unit ->
t