Values.DisassociateExternalConnectionRequestSourceRemoves an existing external connection from a repository.
type nonrec t = {domain : DomainName.t;The name of the domain that contains the repository from which to remove the external repository.
*)domainOwner : AccountId.t option;The 12-digit account number of the Amazon Web Services account that owns the domain. It does not include dashes or spaces.
*)repository : RepositoryName.t;The name of the repository from which the external connection will be removed.
*)externalConnection : ExternalConnectionName.t;The name of the external connection to be removed from the repository.
*)}val make :
?domainOwner:??? ->
domain:DomainName.t ->
repository:RepositoryName.t ->
externalConnection:ExternalConnectionName.t ->
unit ->
t