Module Values.DisassociateDataShareConsumerMessageSource

From a datashare consumer account, remove association for the specified datashare.

Sourcetype nonrec t = {
  1. dataShareArn : String_.t;
    (*

    The Amazon Resource Name (ARN) of the datashare to remove association for.

    *)
  2. disassociateEntireAccount : BooleanOptional.t option;
    (*

    A value that specifies whether association for the datashare is removed from the entire account.

    *)
  3. consumerArn : String_.t option;
    (*

    The Amazon Resource Name (ARN) of the consumer namespace that association for the datashare is removed from.

    *)
  4. 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.

    *)
}
Sourceval context_ : string
Sourceval make : ?disassociateEntireAccount:??? -> ?consumerArn:??? -> ?consumerRegion:??? -> dataShareArn:String_.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of BooleanOptional.t | `String of String_.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t