Values.ProvisionDataSourceInformation about provisioning resources for an DMS serverless replication.
type nonrec t = {provisionState : String_.t option;The current provisioning state
*)provisionedCapacityUnits : Integer.t option;The number of capacity units the replication is using.
*)dateProvisioned : TStamp.t option;The timestamp when DMS provisioned replication resources.
*)isNewProvisioningAvailable : Boolean.t option;Whether the new provisioning is available to the replication.
*)dateNewProvisioningDataAvailable : TStamp.t option;The timestamp when provisioning became available.
*)reasonForNewProvisioningData : String_.t option;A message describing the reason that DMS provisioned new resources for the serverless replication.
*)}