Module Values.AWSServiceSource

An Amazon Web Services service such as Amazon S3 or CloudTrail. For an example of how to find an Amazon Web Services service name and how to define it in your assessment scope, see the following: Finding an Amazon Web Services service name to use in your assessment scope Defining an Amazon Web Services service name in your assessment scope

Sourcetype nonrec t = {
  1. serviceName : AWSServiceName.t option;
    (*

    The name of the Amazon Web Services service.

    *)
}
Sourceval make : ?serviceName:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of AWSServiceName.t ]) 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