Values.CreateConfigurationSetRequestSourceA request to create a configuration set.
type nonrec t = {configurationSetName : ConfigurationSetName.t;The name of the configuration set. The name can contain up to 64 alphanumeric characters, including letters, numbers, hyphens (-) and underscores (_) only.
*)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 SES 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 SES can send email that you send using the configuration set.
*)suppressionOptions : SuppressionOptions.t option;vdmOptions : VdmOptions.t option;An object that defines the VDM options for emails that you send using the configuration set.
*)archivingOptions : ArchivingOptions.t option;An object that defines the MailManager archiving options for emails that you send using the configuration set.
*)}val make :
?trackingOptions:??? ->
?deliveryOptions:??? ->
?reputationOptions:??? ->
?sendingOptions:??? ->
?tags:??? ->
?suppressionOptions:??? ->
?vdmOptions:??? ->
?archivingOptions:??? ->
configurationSetName:ConfigurationSetName.t ->
unit ->
tval 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
| `List of [> `Enum of string ] list
| `Long of MaxDeliverySeconds.t
| `String of CustomRedirectDomain.t
| `Structure of
(string
* [> `Enum of string
| `Structure of
(string
* [> `Enum of string
| `Structure of (string * [> `Enum of string ]) list ])
list ])
list
| `Timestamp of LastFreshStart.t ])
list ])
list ]