Module Values_0.CreateContactFlowModuleResponseSource

Creates a flow module for the specified Amazon Connect instance.

Sourcetype nonrec t = {
  1. id : ContactFlowModuleId.t option;
    (*

    The identifier of the flow module.

    *)
  2. arn : ARN.t option;
    (*

    The Amazon Resource Name (ARN) of the flow module.

    *)
}
Sourcetype nonrec error = [
  1. | `AccessDeniedException of AccessDeniedException.t
  2. | `DuplicateResourceException of DuplicateResourceException.t
  3. | `IdempotencyException of IdempotencyException.t
  4. | `InternalServiceException of InternalServiceException.t
  5. | `InvalidContactFlowModuleException of InvalidContactFlowModuleException.t
  6. | `InvalidParameterException of InvalidParameterException.t
  7. | `InvalidRequestException of InvalidRequestException.t
  8. | `LimitExceededException of LimitExceededException.t
  9. | `ResourceNotFoundException of ResourceNotFoundException.t
  10. | `ThrottlingException of ThrottlingException.t
  11. | `Unknown_operation_error of string * string option
]
Sourceval make : ?id:??? -> ?arn:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `AccessDeniedException of AccessDeniedException.t | `DuplicateResourceException of DuplicateResourceException.t | `IdempotencyException of IdempotencyException.t | `InternalServiceException of InternalServiceException.t | `InvalidContactFlowModuleException of InvalidContactFlowModuleException.t | `InvalidParameterException of InvalidParameterException.t | `InvalidRequestException of InvalidRequestException.t | `LimitExceededException of LimitExceededException.t | `ResourceNotFoundException of ResourceNotFoundException.t | `ThrottlingException of ThrottlingException.t | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `AccessDeniedException of AccessDeniedException.t | `DuplicateResourceException of DuplicateResourceException.t | `IdempotencyException of IdempotencyException.t | `InternalServiceException of InternalServiceException.t | `InvalidContactFlowModuleException of InvalidContactFlowModuleException.t | `InvalidParameterException of InvalidParameterException.t | `InvalidRequestException of InvalidRequestException.t | `LimitExceededException of LimitExceededException.t | `ResourceNotFoundException of ResourceNotFoundException.t | `ThrottlingException of ThrottlingException.t | `Unknown_operation_error of string * string option ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `String of ContactFlowModuleId.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