Module Values_2.ModifyIntegrationRequestSource

Modifies a Zero-ETL integration in the caller's account.

Sourcetype nonrec t = {
  1. integrationIdentifier : Values_1.String128.t;
    (*

    The Amazon Resource Name (ARN) for the integration.

    *)
  2. description : Values_1.IntegrationDescription.t option;
    (*

    A description of the integration.

    *)
  3. dataFilter : Values_1.String2048.t option;
    (*

    Selects source tables for the integration using Maxwell filter syntax.

    *)
  4. integrationConfig : Values_1.IntegrationConfig.t option;
    (*

    The configuration settings for the integration. Currently, only the RefreshInterval can be modified.

    *)
  5. integrationName : Values_1.String128.t option;
    (*

    A unique name for an integration in Glue.

    *)
}
Sourceval context_ : string
Sourceval make : ?description:??? -> ?dataFilter:??? -> ?integrationConfig:??? -> ?integrationName:??? -> integrationIdentifier:Values_1.String128.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Values_1.String128.t | `Structure of (string * [> `Boolean of bool | `Map of ([> `String of string ] * [> `String of string ]) list | `String of string ]) 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