Values.ConfigExportDeliveryInfoSourceProvides status of the delivery of the snapshot or the configuration history to the specified Amazon S3 bucket. Also provides the status of notifications about the Amazon S3 delivery to the specified Amazon SNS topic.
type nonrec t = {lastStatus : DeliveryStatus.t option;Status of the last attempted delivery.
*)lastErrorCode : String_.t option;The error code from the last attempted delivery.
*)lastErrorMessage : String_.t option;The error message from the last attempted delivery.
*)lastAttemptTime : Date.t option;The time of the last attempted delivery.
*)lastSuccessfulTime : Date.t option;The time of the last successful delivery.
*)nextDeliveryTime : Date.t option;The time that the next delivery occurs.
*)}