Values.DescribeRegistriesResponseSourceReturns details for a public registry.
type nonrec t = {registries : RegistryList.t option;An object that contains the details for a public registry.
*)nextToken : NextToken.t option;The nextToken value to include in a future DescribeRepositories request. If the results of a DescribeRepositories request exceed maxResults, you can use this value to retrieve the next page of results. If there are no more results, this value is null.
*)}type nonrec error = [ | `InvalidParameterException of InvalidParameterException.t| `ServerException of ServerException.t| `UnsupportedCommandException of UnsupportedCommandException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InvalidParameterException of InvalidParameterException.t
| `ServerException of ServerException.t
| `Unknown_operation_error of string * string option
| `UnsupportedCommandException of UnsupportedCommandException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InvalidParameterException of InvalidParameterException.t
| `ServerException of ServerException.t
| `Unknown_operation_error of string * string option
| `UnsupportedCommandException of UnsupportedCommandException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Boolean of RegistryVerified.t
| `List of
[> `Structure of
(string
* [> `Boolean of PrimaryRegistryAliasFlag.t
| `Enum of string
| `String of RegistryAliasName.t ])
list ]
list
| `String of RegistryId.t ])
list ]
list
| `String of NextToken.t ])
list ]