Values.CreateApplicationResponseSourceTBD
type nonrec t = {applicationSummary : ApplicationSummary.t option;In response to your CreateApplication request, Amazon Kinesis Analytics returns a response with a summary of the application it created, including the application Amazon Resource Name (ARN), name, and status.
*)}type nonrec error = [ | `CodeValidationException of CodeValidationException.t| `ConcurrentModificationException of ConcurrentModificationException.t| `InvalidArgumentException of InvalidArgumentException.t| `LimitExceededException of LimitExceededException.t| `ResourceInUseException of ResourceInUseException.t| `TooManyTagsException of TooManyTagsException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `CodeValidationException of CodeValidationException.t
| `ConcurrentModificationException of ConcurrentModificationException.t
| `InvalidArgumentException of InvalidArgumentException.t
| `LimitExceededException of LimitExceededException.t
| `ResourceInUseException of ResourceInUseException.t
| `TooManyTagsException of TooManyTagsException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `CodeValidationException of CodeValidationException.t
| `ConcurrentModificationException of ConcurrentModificationException.t
| `InvalidArgumentException of InvalidArgumentException.t
| `LimitExceededException of LimitExceededException.t
| `ResourceInUseException of ResourceInUseException.t
| `TooManyTagsException of TooManyTagsException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string * [> `Enum of string | `String of ApplicationName.t ])
list ])
list ]