Module Values_1.DescribeInboundIntegrationsResponseSource

Returns a list of inbound integrations for the specified integration.

Sourcetype nonrec t = {
  1. inboundIntegrations : InboundIntegrationsList.t option;
    (*

    A list of inbound integrations.

    *)
  2. marker : String128.t option;
    (*

    A value that indicates the starting point for the next set of response records in a subsequent request.

    *)
}
Sourcetype nonrec error = [
  1. | `AccessDeniedException of Values_0.AccessDeniedException.t
  2. | `EntityNotFoundException of Values_0.EntityNotFoundException.t
  3. | `IntegrationNotFoundFault of IntegrationNotFoundFault.t
  4. | `InternalServerException of InternalServerException.t
  5. | `InternalServiceException of Values_0.InternalServiceException.t
  6. | `InvalidInputException of Values_0.InvalidInputException.t
  7. | `OperationNotSupportedException of OperationNotSupportedException.t
  8. | `TargetResourceNotFound of TargetResourceNotFound.t
  9. | `ValidationException of ValidationException.t
  10. | `Unknown_operation_error of string * string option
]
Sourceval make : ?inboundIntegrations:??? -> ?marker:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `AccessDeniedException of Values_0.AccessDeniedException.t | `EntityNotFoundException of Values_0.EntityNotFoundException.t | `IntegrationNotFoundFault of IntegrationNotFoundFault.t | `InternalServerException of InternalServerException.t | `InternalServiceException of Values_0.InternalServiceException.t | `InvalidInputException of Values_0.InvalidInputException.t | `OperationNotSupportedException of OperationNotSupportedException.t | `TargetResourceNotFound of TargetResourceNotFound.t | `Unknown_operation_error of string * string option | `ValidationException of ValidationException.t ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `AccessDeniedException of Values_0.AccessDeniedException.t | `EntityNotFoundException of Values_0.EntityNotFoundException.t | `IntegrationNotFoundFault of IntegrationNotFoundFault.t | `InternalServerException of InternalServerException.t | `InternalServiceException of Values_0.InternalServiceException.t | `InvalidInputException of Values_0.InvalidInputException.t | `OperationNotSupportedException of OperationNotSupportedException.t | `TargetResourceNotFound of TargetResourceNotFound.t | `Unknown_operation_error of string * string option | `ValidationException of ValidationException.t ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `String of String128.t ]) list ] list | `String of String512.t | `Structure of (string * [> `Boolean of ContinuousSync.t | `Map of ([> `String of IntegrationString.t ] * [> `String of IntegrationString.t ]) list | `String of String128.t ]) list | `Timestamp of IntegrationTimestamp.t ]) list ] list | `String of String128.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