Module Awso_codeguru_security_asyncSource

include module type of struct include Awso_codeguru_security.Values end
Sourceval service : Awso.Service.t
Sourceval apiVersion : string
Sourceval endpointPrefix : string
Sourceval serviceFullName : string
Sourceval signatureVersion : string
Sourceval protocol : string
Sourceval globalEndpoint : string
Sourceval simple_to_json : ('a -> Awso__Botodata.value) -> 'a -> Yojson.Safe.t
Sourceval composed_to_json : ('a -> Awso__Botodata.value) -> 'a -> Yojson.Safe.t
Sourceval to_query : ('a -> Awso.Client.Query.value) -> 'a -> Awso.Client.Query.t
Sourceval structure_to_value_aux : ('a * 'b option) list -> f:(('a * 'b) list -> 'c) -> [> `Structure of 'c ]
Sourceval structure_to_value : ('a * 'b option) list -> [> `Structure of ('a * 'b) list ]
Sourceval structure_to_wrapped_value : wrapper:'a -> response:'a -> ('b * 'c option) list -> [> `Structure of ('a * [> `Structure of ('b * 'c) list ]) list ]

The line of code where a finding was detected.

Information about the suggested code fix to remediate a finding.

Information about the recommended course of action to remediate a finding.

Information about the location of security vulnerabilities that Amazon CodeGuru Security detected in your code.

Information about a validation exception.

A numeric value corresponding to the severity of a finding, such as the number of open findings or the average time it takes to close findings of a given severity.

Information about a finding category with open findings.

Information about the number of findings generated by a scan.

Information about how to remediate a finding.

Information about a resource that contains a finding.

Information about a security vulnerability that Amazon CodeGuru Security detected.

Information about a scan.

A summary of findings metrics for an account on a specified date.

Information about a finding that was detected in your code.

Contains information about the error that caused a finding to fail to be retrieved.

An object that contains information about a finding and the scan that generated it.

You do not have sufficient access to perform this action.

Information about the encryption configuration for an account. Required to call UpdateAccountConfiguration.

The server encountered an internal error and is unable to complete the request.

The resource specified in the request was not found.

The request was denied due to request throttling.

The input fails to satisfy the specified constraints.

The requested operation would cause a conflict with the current state of a service resource associated with the request. Resolve the conflict before retrying this request.

Sourcemodule ListFindingsMetricsRequestMaxResultsInteger = Awso_codeguru_security.Values.ListFindingsMetricsRequestMaxResultsInteger

A summary of metrics for an account as of a specified date.

The identifier for a resource object that contains resources to scan. Specifying a codeArtifactId is required to create a scan.

Use to update the encryption configuration for an account.

Use to update the encryption configuration for an account.

Use to remove one or more tags from an existing scan.

Use to remove one or more tags from an existing scan.

Use to add one or more tags to an existing scan.

Use to add one or more tags to an existing scan.

Returns a list of all tags associated with a scan.

Returns a list of all tags associated with a scan.

Returns a list of all scans in an account. Does not return EXPRESS scans.

Returns a list of all scans in an account. Does not return EXPRESS scans.

Returns metrics about all findings in an account within a specified time range.

Returns metrics about all findings in an account within a specified time range.

Returns details about a scan, including whether or not a scan has completed.

Returns details about a scan, including whether or not a scan has completed.

Returns a summary of metrics for an account from a specified date, including number of open findings, the categories with most findings, the scans with most open findings, and scans with most open critical findings.

Returns a summary of metrics for an account from a specified date, including number of open findings, the categories with most findings, the scans with most open findings, and scans with most open critical findings.

Returns a list of all findings generated by a particular scan.

Returns a list of all findings generated by a particular scan.

Use to get the encryption configuration for an account.

Use to get the encryption configuration for an account.

Generates a pre-signed URL, request headers used to upload a code resource, and code artifact identifier for the uploaded resource. You can upload your code resource to the URL with the request headers using any HTTP client.

Generates a pre-signed URL, request headers used to upload a code resource, and code artifact identifier for the uploaded resource. You can upload your code resource to the URL with the request headers using any HTTP client.

Use to create a scan using code uploaded to an Amazon S3 bucket.

Use to create a scan using code uploaded to an Amazon S3 bucket.

Returns a list of requested findings from standard scans.

Returns a list of requested findings from standard scans.

Sourcemodule Cli : sig ... end