Values.DescribePackagesRequestSourceContainer for the request parameters to the DescribePackage operation.
type nonrec t = {filters : DescribePackagesFilterList.t option;Only returns packages that match the DescribePackagesFilterList values.
*)maxResults : MaxResults.t option;An optional parameter that specifies the maximum number of results to return. You can use nextToken to get the next page of results.
*)nextToken : NextToken.t option;If your initial DescribePackageFilters operation returns a nextToken, you can include the returned nextToken in subsequent DescribePackageFilters operations, which returns results in 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 ]