Module Values.DeleteConfiguredTableAssociationInputSource

Deletes a configured table association.

Sourcetype nonrec t = {
  1. configuredTableAssociationIdentifier : ConfiguredTableAssociationIdentifier.t;
    (*

    The unique ID for the configured table association to be deleted. Currently accepts the configured table ID.

    *)
  2. membershipIdentifier : MembershipIdentifier.t;
    (*

    A unique identifier for the membership that the configured table association belongs to. Currently accepts the membership ID.

    *)
}
Sourceval context_ : string
Sourceval make : configuredTableAssociationIdentifier:ConfiguredTableAssociationIdentifier.t -> membershipIdentifier:MembershipIdentifier.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of ConfiguredTableAssociationIdentifier.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