Values.CreateLocationOutputSourceThis API works with the following fleet types: Anywhere Creates a custom location for use in an Anywhere fleet.
type nonrec t = {location : LocationModel.t option;The details of the custom location you created.
*)}type nonrec error = [ | `ConflictException of ConflictException.t| `InternalServiceException of InternalServiceException.t| `InvalidRequestException of InvalidRequestException.t| `LimitExceededException of LimitExceededException.t| `TaggingFailedException of TaggingFailedException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `ConflictException of ConflictException.t
| `InternalServiceException of InternalServiceException.t
| `InvalidRequestException of InvalidRequestException.t
| `LimitExceededException of LimitExceededException.t
| `TaggingFailedException of TaggingFailedException.t
| `UnauthorizedException of UnauthorizedException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ConflictException of ConflictException.t
| `InternalServiceException of InternalServiceException.t
| `InvalidRequestException of InvalidRequestException.t
| `LimitExceededException of LimitExceededException.t
| `TaggingFailedException of TaggingFailedException.t
| `UnauthorizedException of UnauthorizedException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `String of LocationStringModel.t
| `Structure of
(string
* [> `Structure of
(string
* [> `Integer of PositiveInteger.t
| `String of NonZeroAndMaxString.t ])
list ])
list ])
list ])
list ]