Module Values.UpdateConfiguredTableAssociationInputSource

Updates a configured table association.

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

    The unique identifier for the configured table association to update. Currently accepts the configured table association ID.

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

    The unique ID for the membership that the configured table association belongs to.

    *)
  3. description : TableDescription.t option;
    (*

    A new description for the configured table association.

    *)
  4. roleArn : RoleArn.t option;
    (*

    The service will assume this role to access catalog metadata and query the table.

    *)
}
Sourceval context_ : string
Sourceval make : ?description:??? -> ?roleArn:??? -> 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