Values.DeliverConfigSnapshotResponseSourceThe output for the DeliverConfigSnapshot action, in JSON format.
type nonrec error = [ | `NoAvailableConfigurationRecorderException of
NoAvailableConfigurationRecorderException.t| `NoRunningConfigurationRecorderException of
NoRunningConfigurationRecorderException.t| `NoSuchDeliveryChannelException of NoSuchDeliveryChannelException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `NoAvailableConfigurationRecorderException of unit
| `NoRunningConfigurationRecorderException of unit
| `NoSuchDeliveryChannelException of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `NoAvailableConfigurationRecorderException of unit
| `NoRunningConfigurationRecorderException of unit
| `NoSuchDeliveryChannelException of unit
| `Unknown_operation_error of string * string option ]