Values_1.DescribeIntegrationsResponseSourceDescribe one or more zero-ETL integrations with Amazon Redshift.
type describeIntegrationsResult = {marker : Values_0.Marker.t option;A pagination token that can be used in a later DescribeIntegrations request.
*)integrations : Values_0.IntegrationList.t option;A list of integrations.
*)}and t = {describeIntegrationsResult : describeIntegrationsResult;responseMetaData : responseMetaData;}type error = [ | `IntegrationNotFoundFault of Values_0.IntegrationNotFoundFault.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `IntegrationNotFoundFault of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `IntegrationNotFoundFault of unit
| `Unknown_operation_error of string * string option ]val 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 ]