Values.RefreshSchemasStatusSourceProvides information that describes status of a schema at an endpoint specified by the DescribeRefreshSchemaStatus operation.
type nonrec t = {endpointArn : String_.t option;The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.
*)replicationInstanceArn : String_.t option;The Amazon Resource Name (ARN) of the replication instance.
*)status : RefreshSchemasStatusTypeValue.t option;The status of the schema.
*)lastRefreshDate : TStamp.t option;The date the schema was last refreshed.
*)lastFailureMessage : String_.t option;The last failure message for the schema.
*)}