Module Values.UpdateConfiguredTableAssociationAnalysisRuleInputSource

Updates the 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 to update.

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

    The analysis rule type that you want to update.

    *)
  4. analysisRulePolicy : ConfiguredTableAssociationAnalysisRulePolicy.t;
    (*

    The updated analysis rule policy for the configured table association.

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