Module Values.ModifyIntegrationMessageSource

Modifies a zero-ETL integration or S3 event integration with Amazon Redshift.

Sourcetype nonrec t = {
  1. integrationArn : IntegrationArn.t;
    (*

    The unique identifier of the integration to modify.

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

    A new description for the integration.

    *)
  3. integrationName : IntegrationName.t option;
    (*

    A new name for the integration.

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