Values_1.DescribeInboundIntegrationsRequestSourceReturns a list of inbound integrations for the specified integration.
type nonrec t = {integrationArn : String128.t option;The Amazon Resource Name (ARN) of the integration.
*)marker : String128.t option;A token to specify where to start paginating. This is the marker from a previously truncated response.
*)maxRecords : IntegrationInteger.t option;The total number of items to return in the output.
*)targetArn : String512.t option;The Amazon Resource Name (ARN) of the target resource in the integration.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Integer of IntegrationInteger.t | `String of String128.t ])
list ]