Module Values.DeauthorizeDataShareMessageSource

From a datashare producer account, removes authorization from the specified datashare.

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

    The namespace Amazon Resource Name (ARN) of the datashare to remove authorization from.

    *)
  2. consumerIdentifier : String_.t;
    (*

    The identifier of the data consumer that is to have authorization removed from the datashare. This identifier is an Amazon Web Services account ID or a keyword, such as ADX.

    *)
}
Sourceval context_ : string
Sourceval make : dataShareArn:String_.t -> consumerIdentifier:String_.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `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