Module Values.BatchGetRepositoryScanningConfigurationResponseSource

Gets the scanning configuration for one or more repositories.

Sourcetype nonrec t = {
  1. scanningConfigurations : RepositoryScanningConfigurationList.t option;
    (*

    The scanning configuration for the requested repositories.

    *)
  2. failures : RepositoryScanningConfigurationFailureList.t option;
    (*

    Any failures associated with the call.

    *)
}
Sourcetype nonrec error = [
  1. | `InvalidParameterException of InvalidParameterException.t
  2. | `RepositoryNotFoundException of RepositoryNotFoundException.t
  3. | `ServerException of ServerException.t
  4. | `ValidationException of ValidationException.t
  5. | `Unknown_operation_error of string * string option
]
Sourceval make : ?scanningConfigurations:??? -> ?failures:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `InvalidParameterException of InvalidParameterException.t | `RepositoryNotFoundException of RepositoryNotFoundException.t | `ServerException of ServerException.t | `Unknown_operation_error of string * string option | `ValidationException of ValidationException.t ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `InvalidParameterException of InvalidParameterException.t | `RepositoryNotFoundException of RepositoryNotFoundException.t | `ServerException of ServerException.t | `Unknown_operation_error of string * string option | `ValidationException of ValidationException.t ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `Boolean of ScanOnPushFlag.t | `Enum of string | `List of [> `Structure of (string * [> `Enum of string | `String of ScanningRepositoryFilterValue.t ]) list ] list | `String of Arn.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