Values.ConfigStreamDeliveryInfoSourceA list that contains the status of the delivery of the configuration stream notification to the Amazon SNS topic.
type nonrec t = {lastStatus : DeliveryStatus.t option;Status of the last attempted delivery. Note Providing an SNS topic on a DeliveryChannel for Config is optional. If the SNS delivery is turned off, the last status will be Not_Applicable.
*)lastErrorCode : String_.t option;The error code from the last attempted delivery.
*)lastErrorMessage : String_.t option;The error message from the last attempted delivery.
*)lastStatusChangeTime : Date.t option;The time from the last status change.
*)}