Module Values.CreateFlowResponseSource

Enables your application to create a new flow using Amazon AppFlow. You must create a connector profile before calling this API. Please note that the Request Syntax below shows syntax for multiple destinations, however, you can only transfer data to one item in this list at a time. Amazon AppFlow does not currently support flows to multiple destinations at once.

Sourcetype nonrec t = {
  1. flowArn : FlowArn.t option;
    (*

    The flow's Amazon Resource Name (ARN).

    *)
  2. flowStatus : FlowStatus.t option;
    (*

    Indicates the current status of the flow.

    *)
}
Sourcetype nonrec error = [
  1. | `AccessDeniedException of AccessDeniedException.t
  2. | `ConflictException of ConflictException.t
  3. | `ConnectorAuthenticationException of ConnectorAuthenticationException.t
  4. | `ConnectorServerException of ConnectorServerException.t
  5. | `InternalServerException of InternalServerException.t
  6. | `ResourceNotFoundException of ResourceNotFoundException.t
  7. | `ServiceQuotaExceededException of ServiceQuotaExceededException.t
  8. | `ValidationException of ValidationException.t
  9. | `Unknown_operation_error of string * string option
]
Sourceval make : ?flowArn:??? -> ?flowStatus:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `AccessDeniedException of AccessDeniedException.t | `ConflictException of ConflictException.t | `ConnectorAuthenticationException of ConnectorAuthenticationException.t | `ConnectorServerException of ConnectorServerException.t | `InternalServerException of InternalServerException.t | `ResourceNotFoundException of ResourceNotFoundException.t | `ServiceQuotaExceededException of ServiceQuotaExceededException.t | `Unknown_operation_error of string * string option | `ValidationException of ValidationException.t ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `AccessDeniedException of AccessDeniedException.t | `ConflictException of ConflictException.t | `ConnectorAuthenticationException of ConnectorAuthenticationException.t | `ConnectorServerException of ConnectorServerException.t | `InternalServerException of InternalServerException.t | `ResourceNotFoundException of ResourceNotFoundException.t | `ServiceQuotaExceededException of ServiceQuotaExceededException.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 * [> `Enum of string | `String of FlowArn.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