Values.UpdateDestinationRequestSourceUpdates properties of a destination.
type nonrec t = {name : DestinationName.t;The new name of the resource.
*)expressionType : ExpressionType.t option;The type of value in Expression.
*)expression : Expression.t option;The new rule name or topic rule to send messages to.
*)description : Description.t option;A new description of the resource.
*)roleArn : RoleArn.t option;The ARN of the IAM Role that authorizes the destination.
*)}val make :
?expressionType:??? ->
?expression:??? ->
?description:??? ->
?roleArn:??? ->
name:DestinationName.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of DestinationName.t ]) list ]