Values.UpdateConfiguredTableAssociationAnalysisRuleInputSourceUpdates the analysis rule for a configured table association.
type nonrec t = {membershipIdentifier : MembershipIdentifier.t;A unique identifier for the membership that the configured table association belongs to. Currently accepts the membership ID.
*)configuredTableAssociationIdentifier : ConfiguredTableAssociationIdentifier.t;The identifier for the configured table association to update.
*)analysisRuleType : ConfiguredTableAssociationAnalysisRuleType.t;The analysis rule type that you want to update.
*)analysisRulePolicy : ConfiguredTableAssociationAnalysisRulePolicy.t;The updated analysis rule policy for the configured table association.
*)}val make :
membershipIdentifier:MembershipIdentifier.t ->
configuredTableAssociationIdentifier:ConfiguredTableAssociationIdentifier.t ->
analysisRuleType:ConfiguredTableAssociationAnalysisRuleType.t ->
analysisRulePolicy:ConfiguredTableAssociationAnalysisRulePolicy.t ->
unit ->
tval 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 ]