Module Values_1.ModifyIntegrationMessageSource

Modifies a zero-ETL integration with Amazon Redshift.

Sourcetype nonrec t = {
  1. integrationIdentifier : Values_0.IntegrationIdentifier.t;
    (*

    The unique identifier of the integration to modify.

    *)
  2. integrationName : Values_0.IntegrationName.t option;
    (*

    A new name for the integration.

    *)
  3. dataFilter : Values_0.DataFilter.t option;
    (*

    A new data filter for the integration. For more information, see Data filtering for Aurora zero-ETL integrations with Amazon Redshift or Data filtering for Amazon RDS zero-ETL integrations with Amazon Redshift.

    *)
  4. description : Values_0.IntegrationDescription.t option;
    (*

    A new description for the integration.

    *)
}
Sourceval context_ : string
Sourceval make : ?integrationName:??? -> ?dataFilter:??? -> ?description:??? -> integrationIdentifier:Values_0.IntegrationIdentifier.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Values_0.IntegrationIdentifier.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