Values.CreateApplicationOutputSourceRepresents the output of a CreateApplication operation.
type nonrec error = [ | `ApplicationAlreadyExistsException of ApplicationAlreadyExistsException.t| `ApplicationLimitExceededException of ApplicationLimitExceededException.t| `ApplicationNameRequiredException of ApplicationNameRequiredException.t| `InvalidApplicationNameException of InvalidApplicationNameException.t| `InvalidComputePlatformException of InvalidComputePlatformException.t| `InvalidTagsToAddException of InvalidTagsToAddException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `ApplicationAlreadyExistsException of unit
| `ApplicationLimitExceededException of unit
| `ApplicationNameRequiredException of unit
| `InvalidApplicationNameException of unit
| `InvalidComputePlatformException of unit
| `InvalidTagsToAddException of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ApplicationAlreadyExistsException of unit
| `ApplicationLimitExceededException of unit
| `ApplicationNameRequiredException of unit
| `InvalidApplicationNameException of unit
| `InvalidComputePlatformException of unit
| `InvalidTagsToAddException of unit
| `Unknown_operation_error of string * string option ]