Values.ResourceSourceRepresents an API resource.
type nonrec t = {id : String_.t option;The resource's identifier.
*)parentId : String_.t option;The parent resource's identifier.
*)pathPart : String_.t option;The last path segment for this resource.
*)path : String_.t option;The full path for this resource.
*)resourceMethods : MapOfMethod.t option;Gets an API resource's method of a given HTTP verb.
*)}type nonrec error = [ | `BadRequestException of BadRequestException.t| `ConflictException of ConflictException.t| `LimitExceededException of LimitExceededException.t| `NotFoundException of NotFoundException.t| `TooManyRequestsException of TooManyRequestsException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `BadRequestException of BadRequestException.t
| `ConflictException of ConflictException.t
| `LimitExceededException of LimitExceededException.t
| `NotFoundException of NotFoundException.t
| `TooManyRequestsException of TooManyRequestsException.t
| `UnauthorizedException of UnauthorizedException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `BadRequestException of BadRequestException.t
| `ConflictException of ConflictException.t
| `LimitExceededException of LimitExceededException.t
| `NotFoundException of NotFoundException.t
| `TooManyRequestsException of TooManyRequestsException.t
| `UnauthorizedException of UnauthorizedException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Map of
([> `String of String_.t ]
* [> `Structure of
(string
* [> `Boolean of NullableBoolean.t
| `List of [> `String of String_.t ] list
| `Map of
([> `String of String_.t ]
* [> `Boolean of NullableBoolean.t
| `String of String_.t
| `Structure of
(string
* [> `Map of
([> `String of String_.t ]
* [> `Boolean of NullableBoolean.t
| `String of String_.t ])
list
| `String of StatusCode.t ])
list ])
list
| `String of String_.t
| `Structure of
(string
* [> `Enum of string
| `Integer of Integer.t
| `List of [> `String of String_.t ] list
| `Map of
([> `String of String_.t ]
* [> `String of String_.t
| `Structure of
(string
* [> `Enum of string
| `Map of
([> `String of String_.t ]
* [> `String of String_.t ])
list
| `String of StatusCode.t ])
list ])
list
| `String of String_.t
| `Structure of
(string * [> `Boolean of Boolean.t ]) list ])
list ])
list ])
list
| `String of String_.t ])
list ]