Values.BatchDisassociateApprovalRuleTemplateFromRepositoriesOutputSourceRemoves the association between an approval rule template and one or more specified repositories.
type nonrec t = {disassociatedRepositoryNames : RepositoryNameList.t option;A list of repository names that have had their association with the template removed.
*)errors : BatchDisassociateApprovalRuleTemplateFromRepositoriesErrorsList.t
option;A list of any errors that might have occurred while attempting to remove the association between the template and the repositories.
*)}type nonrec error = [ | `ApprovalRuleTemplateDoesNotExistException of
ApprovalRuleTemplateDoesNotExistException.t| `ApprovalRuleTemplateNameRequiredException of
ApprovalRuleTemplateNameRequiredException.t| `EncryptionIntegrityChecksFailedException of
EncryptionIntegrityChecksFailedException.t| `EncryptionKeyAccessDeniedException of EncryptionKeyAccessDeniedException.t| `EncryptionKeyDisabledException of EncryptionKeyDisabledException.t| `EncryptionKeyNotFoundException of EncryptionKeyNotFoundException.t| `InvalidApprovalRuleTemplateNameException of
InvalidApprovalRuleTemplateNameException.t| `MaximumRepositoryNamesExceededException of
MaximumRepositoryNamesExceededException.t| `RepositoryNamesRequiredException of RepositoryNamesRequiredException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `ApprovalRuleTemplateDoesNotExistException of unit
| `ApprovalRuleTemplateNameRequiredException of unit
| `EncryptionIntegrityChecksFailedException of unit
| `EncryptionKeyAccessDeniedException of unit
| `EncryptionKeyDisabledException of unit
| `EncryptionKeyNotFoundException of unit
| `EncryptionKeyUnavailableException of unit
| `InvalidApprovalRuleTemplateNameException of unit
| `MaximumRepositoryNamesExceededException of unit
| `RepositoryNamesRequiredException of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ApprovalRuleTemplateDoesNotExistException of unit
| `ApprovalRuleTemplateNameRequiredException of unit
| `EncryptionIntegrityChecksFailedException of unit
| `EncryptionKeyAccessDeniedException of unit
| `EncryptionKeyDisabledException of unit
| `EncryptionKeyNotFoundException of unit
| `EncryptionKeyUnavailableException of unit
| `InvalidApprovalRuleTemplateNameException 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 * [> `String of RepositoryName.t ]) list ]
list ])
list ]