Module Values_1.DescribeIntegrationsResponseSource

Describe one or more zero-ETL integrations with Amazon Redshift.

Sourcetype describeIntegrationsResult = {
  1. marker : Values_0.Marker.t option;
    (*

    A pagination token that can be used in a later DescribeIntegrations request.

    *)
  2. integrations : Values_0.IntegrationList.t option;
    (*

    A list of integrations.

    *)
}
Sourceand responseMetaData = unit
Sourceand t = {
  1. describeIntegrationsResult : describeIntegrationsResult;
  2. responseMetaData : responseMetaData;
}
Sourcetype error = [
  1. | `IntegrationNotFoundFault of Values_0.IntegrationNotFoundFault.t
  2. | `Unknown_operation_error of string * string option
]
Sourceval context_ : string
Sourceval make : ?marker:??? -> ?integrations:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `IntegrationNotFoundFault of unit | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `IntegrationNotFoundFault of unit | `Unknown_operation_error of string * string option ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `List of [> `Structure of (string * [> `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `String of string ]) list ] list | `Map of ([> `String of string ] * [> `String of string ]) list | `String of string | `Timestamp of string ]) list ]) list ] list | `String of Values_0.Marker.t ]) 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