Values_1.DescribeIntegrationsRequestSourceThe API is used to retrieve a list of integrations.
type nonrec t = {integrationIdentifier : String128.t option;The Amazon Resource Name (ARN) for the integration.
*)marker : String128.t option;A value that indicates the starting point for the next set of response records in a subsequent request.
*)maxRecords : IntegrationInteger.t option;The total number of items to return in the output.
*)filters : IntegrationFilterList.t option;A list of key and values, to filter down the results. Supported keys are "Status", "IntegrationName", and "SourceArn". IntegrationName is limited to only one value.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of IntegrationInteger.t
| `List of
[> `Structure of
(string
* [> `List of [> `String of String128.t ] list
| `String of String128.t ])
list ]
list
| `String of String128.t ])
list ]