Values_1.CreateSessionResponseSourceCreates a new session.
type nonrec error = [ | `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| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val 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 ]val 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 ]val 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 ]