Values.RepositoryMetadataSourceInformation about a repository.
type nonrec t = {accountId : AccountId.t option;The ID of the Amazon Web Services account associated with the repository.
*)repositoryId : RepositoryId.t option;The ID of the repository.
*)repositoryName : RepositoryName.t option;The repository's name.
*)repositoryDescription : RepositoryDescription.t option;A comment or description about the repository.
*)defaultBranch : BranchName.t option;The repository's default branch name.
*)lastModifiedDate : LastModifiedDate.t option;The date and time the repository was last modified, in timestamp format.
*)creationDate : CreationDate.t option;The date and time the repository was created, in timestamp format.
*)cloneUrlHttp : CloneUrlHttp.t option;The URL to use for cloning the repository over HTTPS.
*)cloneUrlSsh : CloneUrlSsh.t option;The URL to use for cloning the repository over SSH.
*)arn : Arn.t option;The Amazon Resource Name (ARN) of the repository.
*)kmsKeyId : KmsKeyId.t option;The ID of the Key Management Service encryption key used to encrypt and decrypt the repository.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of AccountId.t | `Timestamp of LastModifiedDate.t ])
list ]