Values.GetConfigurationSetResponseSourceInformation about a configuration set.
type nonrec t = {configurationSetName : ConfigurationSetName.t option;The name of the configuration set.
*)trackingOptions : TrackingOptions.t option;An object that defines the open and click tracking options for emails that you send using the configuration set.
*)deliveryOptions : DeliveryOptions.t option;An object that defines the dedicated IP pool that is used to send emails that you send using the configuration set.
*)reputationOptions : ReputationOptions.t option;An object that defines whether or not Amazon Pinpoint collects reputation metrics for the emails that you send that use the configuration set.
*)sendingOptions : SendingOptions.t option;An object that defines whether or not Amazon Pinpoint can send email that you send using the configuration set.
*)}type nonrec error = [ | `BadRequestException of BadRequestException.t| `NotFoundException of NotFoundException.t| `TooManyRequestsException of TooManyRequestsException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `BadRequestException of unit
| `NotFoundException of unit
| `TooManyRequestsException of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `BadRequestException of unit
| `NotFoundException of unit
| `TooManyRequestsException of unit
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of (string * [> `String of TagKey.t ]) list ] list
| `String of ConfigurationSetName.t
| `Structure of
(string
* [> `Boolean of Enabled.t
| `Enum of string
| `String of CustomRedirectDomain.t
| `Timestamp of LastFreshStart.t ])
list ])
list ]