Values.UpdateRelayRequestSourceUpdates the attributes of an existing relay resource.
type nonrec t = {relayId : RelayId.t;The unique relay identifier.
*)relayName : RelayName.t option;The name of the relay resource.
*)serverName : RelayServerName.t option;The destination relay server address.
*)serverPort : RelayServerPort.t option;The destination relay server port.
*)authentication : RelayAuthentication.t option;Authentication for the relay destination server—specify the secretARN where the SMTP credentials are stored.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of RelayServerPort.t
| `String of RelayId.t
| `Structure of
(string * [> `String of SecretArn.t | `Structure of 'a list ]) list ])
list ]