Module Values.BatchDisassociateApprovalRuleTemplateFromRepositoriesOutputSource

Removes the association between an approval rule template and one or more specified repositories.

Sourcetype nonrec t = {
  1. disassociatedRepositoryNames : RepositoryNameList.t option;
    (*

    A list of repository names that have had their association with the template removed.

    *)
  2. 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.

    *)
}
Sourcetype nonrec error = [
  1. | `ApprovalRuleTemplateDoesNotExistException of ApprovalRuleTemplateDoesNotExistException.t
  2. | `ApprovalRuleTemplateNameRequiredException of ApprovalRuleTemplateNameRequiredException.t
  3. | `EncryptionIntegrityChecksFailedException of EncryptionIntegrityChecksFailedException.t
  4. | `EncryptionKeyAccessDeniedException of EncryptionKeyAccessDeniedException.t
  5. | `EncryptionKeyDisabledException of EncryptionKeyDisabledException.t
  6. | `EncryptionKeyNotFoundException of EncryptionKeyNotFoundException.t
  7. | `EncryptionKeyUnavailableException of EncryptionKeyUnavailableException.t
  8. | `InvalidApprovalRuleTemplateNameException of InvalidApprovalRuleTemplateNameException.t
  9. | `MaximumRepositoryNamesExceededException of MaximumRepositoryNamesExceededException.t
  10. | `RepositoryNamesRequiredException of RepositoryNamesRequiredException.t
  11. | `Unknown_operation_error of string * string option
]
Sourceval make : ?disassociatedRepositoryNames:??? -> ?errors:??? -> unit -> t
Sourceval 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 ]
Sourceval 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 ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `String of RepositoryName.t | `Structure of (string * [> `String of RepositoryName.t ]) list ] 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