Module Values.CreateRepositoryOutputSource

Represents the output of a create repository operation.

Sourcetype nonrec t = {
  1. repositoryMetadata : RepositoryMetadata.t option;
    (*

    Information about the newly created repository.

    *)
}
Sourcetype nonrec error = [
  1. | `EncryptionIntegrityChecksFailedException of EncryptionIntegrityChecksFailedException.t
  2. | `EncryptionKeyAccessDeniedException of EncryptionKeyAccessDeniedException.t
  3. | `EncryptionKeyDisabledException of EncryptionKeyDisabledException.t
  4. | `EncryptionKeyInvalidIdException of EncryptionKeyInvalidIdException.t
  5. | `EncryptionKeyInvalidUsageException of EncryptionKeyInvalidUsageException.t
  6. | `EncryptionKeyNotFoundException of EncryptionKeyNotFoundException.t
  7. | `EncryptionKeyUnavailableException of EncryptionKeyUnavailableException.t
  8. | `InvalidRepositoryDescriptionException of InvalidRepositoryDescriptionException.t
  9. | `InvalidRepositoryNameException of InvalidRepositoryNameException.t
  10. | `InvalidSystemTagUsageException of InvalidSystemTagUsageException.t
  11. | `InvalidTagsMapException of InvalidTagsMapException.t
  12. | `OperationNotAllowedException of OperationNotAllowedException.t
  13. | `RepositoryLimitExceededException of RepositoryLimitExceededException.t
  14. | `RepositoryNameExistsException of RepositoryNameExistsException.t
  15. | `RepositoryNameRequiredException of RepositoryNameRequiredException.t
  16. | `TagPolicyException of TagPolicyException.t
  17. | `TooManyTagsException of TooManyTagsException.t
  18. | `Unknown_operation_error of string * string option
]
Sourceval make : ?repositoryMetadata:??? -> unit -> t
Sourceval 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 ]
Sourceval 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 ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `String of AccountId.t | `Timestamp of LastModifiedDate.t ]) list ]) 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