Module Values.DeleteConfiguredTableAssociationAnalysisRuleInputSource

Deletes an analysis rule for a configured table association.

Sourcetype nonrec t = {
  1. membershipIdentifier : MembershipIdentifier.t;
    (*

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

    *)
  2. configuredTableAssociationIdentifier : ConfiguredTableAssociationIdentifier.t;
    (*

    The identifier for the configured table association that's related to the analysis rule that you want to delete.

    *)
  3. analysisRuleType : ConfiguredTableAssociationAnalysisRuleType.t;
    (*

    The type of the analysis rule that you want to delete.

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