Values.GetDeploymentsResponseSourceGets the Deployments for an API.
type nonrec t = {items : Deployment.t list option;The elements from this collection.
*)nextToken : NextToken.t option;The next page of elements from this collection. Not valid for the last element of the collection.
*)}type nonrec error = [ | `BadRequestException of BadRequestException.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
| `NotFoundException of NotFoundException.t
| `TooManyRequestsException of TooManyRequestsException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `BadRequestException of BadRequestException.t
| `NotFoundException of NotFoundException.t
| `TooManyRequestsException of TooManyRequestsException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Boolean of bool
| `Enum of string
| `String of Id.t
| `Timestamp of string ])
list ]
list
| `String of NextToken.t ])
list ]