Module Values_1.CreateSessionResponseSource

Creates a new session.

Sourcetype nonrec t = {
  1. session : Session.t option;
    (*

    Returns the session object in the response.

    *)
}
Sourcetype nonrec error = [
  1. | `AccessDeniedException of Values_0.AccessDeniedException.t
  2. | `AlreadyExistsException of Values_0.AlreadyExistsException.t
  3. | `IdempotentParameterMismatchException of IdempotentParameterMismatchException.t
  4. | `InternalServiceException of Values_0.InternalServiceException.t
  5. | `InvalidInputException of Values_0.InvalidInputException.t
  6. | `OperationTimeoutException of Values_0.OperationTimeoutException.t
  7. | `ResourceNumberLimitExceededException of Values_0.ResourceNumberLimitExceededException.t
  8. | `ValidationException of ValidationException.t
  9. | `Unknown_operation_error of string * string option
]
Sourceval make : ?session:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `AccessDeniedException of Values_0.AccessDeniedException.t | `AlreadyExistsException of Values_0.AlreadyExistsException.t | `IdempotentParameterMismatchException of IdempotentParameterMismatchException.t | `InternalServiceException of Values_0.InternalServiceException.t | `InvalidInputException of Values_0.InvalidInputException.t | `OperationTimeoutException of Values_0.OperationTimeoutException.t | `ResourceNumberLimitExceededException of Values_0.ResourceNumberLimitExceededException.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 | `AlreadyExistsException of Values_0.AlreadyExistsException.t | `IdempotentParameterMismatchException of IdempotentParameterMismatchException.t | `InternalServiceException of Values_0.InternalServiceException.t | `InvalidInputException of Values_0.InvalidInputException.t | `OperationTimeoutException of Values_0.OperationTimeoutException.t | `ResourceNumberLimitExceededException of Values_0.ResourceNumberLimitExceededException.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 * [> `Structure of (string * [> `Double of DoubleValue.t | `Enum of string | `Integer of Values_0.NullableInteger.t | `Map of ([> `String of Values_0.OrchestrationNameString.t ] * [> `String of OrchestrationArgumentsValue.t ]) list | `String of Values_0.NameString.t | `Structure of (string * [> `List of [> `String of string ] list | `String of Values_0.NameString.t ]) list | `Timestamp of Values_0.TimestampValue.t ]) list ]) 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