Values.BatchGetRepositoriesOutputSourceRepresents the output of a batch get repositories operation.
type nonrec t = {repositories : RepositoryMetadataList.t option;A list of repositories returned by the batch get repositories operation.
*)repositoriesNotFound : RepositoryNotFoundList.t option;Returns a list of repository names for which information could not be found.
*)errors : BatchGetRepositoriesErrorsList.t option;Returns information about any errors returned when attempting to retrieve information about the repositories.
*)}type nonrec error = [ | `EncryptionIntegrityChecksFailedException of
EncryptionIntegrityChecksFailedException.t| `EncryptionKeyAccessDeniedException of EncryptionKeyAccessDeniedException.t| `EncryptionKeyDisabledException of EncryptionKeyDisabledException.t| `EncryptionKeyNotFoundException of EncryptionKeyNotFoundException.t| `InvalidRepositoryNameException of InvalidRepositoryNameException.t| `MaximumRepositoryNamesExceededException of
MaximumRepositoryNamesExceededException.t| `RepositoryNamesRequiredException of RepositoryNamesRequiredException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `EncryptionIntegrityChecksFailedException of unit
| `EncryptionKeyAccessDeniedException of unit
| `EncryptionKeyDisabledException of unit
| `EncryptionKeyNotFoundException of unit
| `EncryptionKeyUnavailableException of unit
| `InvalidRepositoryNameException of unit
| `MaximumRepositoryNamesExceededException of unit
| `RepositoryNamesRequiredException of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `EncryptionIntegrityChecksFailedException of unit
| `EncryptionKeyAccessDeniedException of unit
| `EncryptionKeyDisabledException of unit
| `EncryptionKeyNotFoundException of unit
| `EncryptionKeyUnavailableException of unit
| `InvalidRepositoryNameException of unit
| `MaximumRepositoryNamesExceededException of unit
| `RepositoryNamesRequiredException of unit
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `String of RepositoryName.t
| `Structure of
(string
* [> `Enum of string
| `String of AccountId.t
| `Timestamp of LastModifiedDate.t ])
list ]
list ])
list ]