Values_1.DeleteAssociationRequestSourceDeletes an association.
type nonrec t = {sourceArn : Values_0.AssociationEntityArn.t;The ARN of the source.
*)destinationArn : Values_0.AssociationEntityArn.t;The Amazon Resource Name (ARN) of the destination.
*)}val make :
sourceArn:Values_0.AssociationEntityArn.t ->
destinationArn:Values_0.AssociationEntityArn.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `String of Values_0.AssociationEntityArn.t ]) list ]