Values.ResourcePendingMaintenanceActionsSourceIdentifies an DMS resource and any pending actions for it.
type nonrec t = {resourceIdentifier : String_.t option;The Amazon Resource Name (ARN) of the DMS resource that the pending maintenance action applies to. For information about creating an ARN, see Constructing an Amazon Resource Name (ARN) for DMS in the DMS documentation.
*)pendingMaintenanceActionDetails : PendingMaintenanceActionDetails.t option;Detailed information about the pending maintenance action.
*)}