summaryrefslogtreecommitdiff
path: root/vendor/aws/aws-sdk-php/src/CodeGuruSecurity/CodeGuruSecurityClient.php
blob: e8d50752867d3c05feb2f25cb87655ced32e3af5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<?php
namespace Aws\CodeGuruSecurity;

use Aws\AwsClient;

/**
 * This client is used to interact with the **Amazon CodeGuru Security** service.
 * @method \Aws\Result batchGetFindings(array $args = [])
 * @method \GuzzleHttp\Promise\Promise batchGetFindingsAsync(array $args = [])
 * @method \Aws\Result createScan(array $args = [])
 * @method \GuzzleHttp\Promise\Promise createScanAsync(array $args = [])
 * @method \Aws\Result createUploadUrl(array $args = [])
 * @method \GuzzleHttp\Promise\Promise createUploadUrlAsync(array $args = [])
 * @method \Aws\Result getAccountConfiguration(array $args = [])
 * @method \GuzzleHttp\Promise\Promise getAccountConfigurationAsync(array $args = [])
 * @method \Aws\Result getFindings(array $args = [])
 * @method \GuzzleHttp\Promise\Promise getFindingsAsync(array $args = [])
 * @method \Aws\Result getMetricsSummary(array $args = [])
 * @method \GuzzleHttp\Promise\Promise getMetricsSummaryAsync(array $args = [])
 * @method \Aws\Result getScan(array $args = [])
 * @method \GuzzleHttp\Promise\Promise getScanAsync(array $args = [])
 * @method \Aws\Result listFindingsMetrics(array $args = [])
 * @method \GuzzleHttp\Promise\Promise listFindingsMetricsAsync(array $args = [])
 * @method \Aws\Result listScans(array $args = [])
 * @method \GuzzleHttp\Promise\Promise listScansAsync(array $args = [])
 * @method \Aws\Result listTagsForResource(array $args = [])
 * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
 * @method \Aws\Result tagResource(array $args = [])
 * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
 * @method \Aws\Result untagResource(array $args = [])
 * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
 * @method \Aws\Result updateAccountConfiguration(array $args = [])
 * @method \GuzzleHttp\Promise\Promise updateAccountConfigurationAsync(array $args = [])
 */
class CodeGuruSecurityClient extends AwsClient {}