Values.DeploymentsSourceA collection resource that contains zero or more references to your existing deployments, and links that guide you on how to interact with your collection. The collection offers a paginated view of the contained deployments.
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.
*)}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 ]