Values.CreateRepositoryOutputSourceRepresents the output of a create repository operation.
type nonrec t = {repositoryMetadata : RepositoryMetadata.t option;Information about the newly created repository.
*)}type nonrec error = [ | `EncryptionIntegrityChecksFailedException of
EncryptionIntegrityChecksFailedException.t| `EncryptionKeyAccessDeniedException of EncryptionKeyAccessDeniedException.t| `EncryptionKeyDisabledException of EncryptionKeyDisabledException.t| `EncryptionKeyInvalidIdException of EncryptionKeyInvalidIdException.t| `EncryptionKeyInvalidUsageException of EncryptionKeyInvalidUsageException.t| `EncryptionKeyNotFoundException of EncryptionKeyNotFoundException.t| `InvalidRepositoryDescriptionException of
InvalidRepositoryDescriptionException.t| `InvalidRepositoryNameException of InvalidRepositoryNameException.t| `InvalidSystemTagUsageException of InvalidSystemTagUsageException.t| `InvalidTagsMapException of InvalidTagsMapException.t| `OperationNotAllowedException of OperationNotAllowedException.t| `RepositoryLimitExceededException of RepositoryLimitExceededException.t| `RepositoryNameExistsException of RepositoryNameExistsException.t| `RepositoryNameRequiredException of RepositoryNameRequiredException.t| `TagPolicyException of TagPolicyException.t| `TooManyTagsException of TooManyTagsException.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
| `EncryptionKeyInvalidIdException of unit
| `EncryptionKeyInvalidUsageException of unit
| `EncryptionKeyNotFoundException of unit
| `EncryptionKeyUnavailableException of unit
| `InvalidRepositoryDescriptionException of unit
| `InvalidRepositoryNameException of unit
| `InvalidSystemTagUsageException of unit
| `InvalidTagsMapException of unit
| `OperationNotAllowedException of unit
| `RepositoryLimitExceededException of unit
| `RepositoryNameExistsException of unit
| `RepositoryNameRequiredException of unit
| `TagPolicyException of unit
| `TooManyTagsException 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
| `EncryptionKeyInvalidIdException of unit
| `EncryptionKeyInvalidUsageException of unit
| `EncryptionKeyNotFoundException of unit
| `EncryptionKeyUnavailableException of unit
| `InvalidRepositoryDescriptionException of unit
| `InvalidRepositoryNameException of unit
| `InvalidSystemTagUsageException of unit
| `InvalidTagsMapException of unit
| `OperationNotAllowedException of unit
| `RepositoryLimitExceededException of unit
| `RepositoryNameExistsException of unit
| `RepositoryNameRequiredException of unit
| `TagPolicyException of unit
| `TooManyTagsException of unit
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `String of AccountId.t
| `Timestamp of LastModifiedDate.t ])
list ])
list ]