Values.DescribePackagesRequestSourceContainer for request parameters to DescribePackage operation.
type nonrec t = {filters : DescribePackagesFilterList.t option;Only returns packages that match the DescribePackagesFilterList values.
*)maxResults : MaxResults.t option;Limits results to a maximum number of packages.
*)nextToken : NextToken.t option;Used for pagination. Only necessary if a previous API call includes a non-null NextToken value. If provided, returns results for the next page.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of MaxResults.t
| `List of
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `String of DescribePackagesFilterValue.t ] list ])
list ]
list
| `String of NextToken.t ])
list ]