Module Values.DescribeRegistriesResponseSource

Returns details for a public registry.

Sourcetype nonrec t = {
  1. registries : RegistryList.t option;
    (*

    An object that contains the details for a public registry.

    *)
  2. 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.

    *)
}
Sourcetype nonrec error = [
  1. | `InvalidParameterException of InvalidParameterException.t
  2. | `ServerException of ServerException.t
  3. | `UnsupportedCommandException of UnsupportedCommandException.t
  4. | `Unknown_operation_error of string * string option
]
Sourceval make : ?registries:??? -> ?nextToken:??? -> unit -> t
Sourceval 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 ]
Sourceval 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 ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t