Values.DisassociateDataShareConsumerMessageSourceFrom a datashare consumer account, remove association for the specified datashare.
type nonrec t = {disassociateEntireAccount : BooleanOptional.t option;A value that specifies whether association for the datashare is removed from the entire account.
*)consumerArn : String_.t option;The Amazon Resource Name (ARN) of the consumer namespace that association for the datashare is removed from.
*)consumerRegion : String_.t option;From a datashare consumer account, removes association of a datashare from all the existing and future namespaces in the specified Amazon Web Services Region.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Boolean of BooleanOptional.t | `String of String_.t ])
list ]