Inspector2Client.php
102 lines
| 1 | <?php |
| 2 | namespace Aws\Inspector2; |
| 3 | |
| 4 | use Aws\AwsClient; |
| 5 | |
| 6 | /** |
| 7 | * This client is used to interact with the **Inspector2** service. |
| 8 | * @method \Aws\Result associateMember(array $args = []) |
| 9 | * @method \GuzzleHttp\Promise\Promise associateMemberAsync(array $args = []) |
| 10 | * @method \Aws\Result batchGetAccountStatus(array $args = []) |
| 11 | * @method \GuzzleHttp\Promise\Promise batchGetAccountStatusAsync(array $args = []) |
| 12 | * @method \Aws\Result batchGetCodeSnippet(array $args = []) |
| 13 | * @method \GuzzleHttp\Promise\Promise batchGetCodeSnippetAsync(array $args = []) |
| 14 | * @method \Aws\Result batchGetFindingDetails(array $args = []) |
| 15 | * @method \GuzzleHttp\Promise\Promise batchGetFindingDetailsAsync(array $args = []) |
| 16 | * @method \Aws\Result batchGetFreeTrialInfo(array $args = []) |
| 17 | * @method \GuzzleHttp\Promise\Promise batchGetFreeTrialInfoAsync(array $args = []) |
| 18 | * @method \Aws\Result batchGetMemberEc2DeepInspectionStatus(array $args = []) |
| 19 | * @method \GuzzleHttp\Promise\Promise batchGetMemberEc2DeepInspectionStatusAsync(array $args = []) |
| 20 | * @method \Aws\Result batchUpdateMemberEc2DeepInspectionStatus(array $args = []) |
| 21 | * @method \GuzzleHttp\Promise\Promise batchUpdateMemberEc2DeepInspectionStatusAsync(array $args = []) |
| 22 | * @method \Aws\Result cancelFindingsReport(array $args = []) |
| 23 | * @method \GuzzleHttp\Promise\Promise cancelFindingsReportAsync(array $args = []) |
| 24 | * @method \Aws\Result cancelSbomExport(array $args = []) |
| 25 | * @method \GuzzleHttp\Promise\Promise cancelSbomExportAsync(array $args = []) |
| 26 | * @method \Aws\Result createFilter(array $args = []) |
| 27 | * @method \GuzzleHttp\Promise\Promise createFilterAsync(array $args = []) |
| 28 | * @method \Aws\Result createFindingsReport(array $args = []) |
| 29 | * @method \GuzzleHttp\Promise\Promise createFindingsReportAsync(array $args = []) |
| 30 | * @method \Aws\Result createSbomExport(array $args = []) |
| 31 | * @method \GuzzleHttp\Promise\Promise createSbomExportAsync(array $args = []) |
| 32 | * @method \Aws\Result deleteFilter(array $args = []) |
| 33 | * @method \GuzzleHttp\Promise\Promise deleteFilterAsync(array $args = []) |
| 34 | * @method \Aws\Result describeOrganizationConfiguration(array $args = []) |
| 35 | * @method \GuzzleHttp\Promise\Promise describeOrganizationConfigurationAsync(array $args = []) |
| 36 | * @method \Aws\Result disable(array $args = []) |
| 37 | * @method \GuzzleHttp\Promise\Promise disableAsync(array $args = []) |
| 38 | * @method \Aws\Result disableDelegatedAdminAccount(array $args = []) |
| 39 | * @method \GuzzleHttp\Promise\Promise disableDelegatedAdminAccountAsync(array $args = []) |
| 40 | * @method \Aws\Result disassociateMember(array $args = []) |
| 41 | * @method \GuzzleHttp\Promise\Promise disassociateMemberAsync(array $args = []) |
| 42 | * @method \Aws\Result enable(array $args = []) |
| 43 | * @method \GuzzleHttp\Promise\Promise enableAsync(array $args = []) |
| 44 | * @method \Aws\Result enableDelegatedAdminAccount(array $args = []) |
| 45 | * @method \GuzzleHttp\Promise\Promise enableDelegatedAdminAccountAsync(array $args = []) |
| 46 | * @method \Aws\Result getConfiguration(array $args = []) |
| 47 | * @method \GuzzleHttp\Promise\Promise getConfigurationAsync(array $args = []) |
| 48 | * @method \Aws\Result getDelegatedAdminAccount(array $args = []) |
| 49 | * @method \GuzzleHttp\Promise\Promise getDelegatedAdminAccountAsync(array $args = []) |
| 50 | * @method \Aws\Result getEc2DeepInspectionConfiguration(array $args = []) |
| 51 | * @method \GuzzleHttp\Promise\Promise getEc2DeepInspectionConfigurationAsync(array $args = []) |
| 52 | * @method \Aws\Result getEncryptionKey(array $args = []) |
| 53 | * @method \GuzzleHttp\Promise\Promise getEncryptionKeyAsync(array $args = []) |
| 54 | * @method \Aws\Result getFindingsReportStatus(array $args = []) |
| 55 | * @method \GuzzleHttp\Promise\Promise getFindingsReportStatusAsync(array $args = []) |
| 56 | * @method \Aws\Result getMember(array $args = []) |
| 57 | * @method \GuzzleHttp\Promise\Promise getMemberAsync(array $args = []) |
| 58 | * @method \Aws\Result getSbomExport(array $args = []) |
| 59 | * @method \GuzzleHttp\Promise\Promise getSbomExportAsync(array $args = []) |
| 60 | * @method \Aws\Result listAccountPermissions(array $args = []) |
| 61 | * @method \GuzzleHttp\Promise\Promise listAccountPermissionsAsync(array $args = []) |
| 62 | * @method \Aws\Result listCoverage(array $args = []) |
| 63 | * @method \GuzzleHttp\Promise\Promise listCoverageAsync(array $args = []) |
| 64 | * @method \Aws\Result listCoverageStatistics(array $args = []) |
| 65 | * @method \GuzzleHttp\Promise\Promise listCoverageStatisticsAsync(array $args = []) |
| 66 | * @method \Aws\Result listDelegatedAdminAccounts(array $args = []) |
| 67 | * @method \GuzzleHttp\Promise\Promise listDelegatedAdminAccountsAsync(array $args = []) |
| 68 | * @method \Aws\Result listFilters(array $args = []) |
| 69 | * @method \GuzzleHttp\Promise\Promise listFiltersAsync(array $args = []) |
| 70 | * @method \Aws\Result listFindingAggregations(array $args = []) |
| 71 | * @method \GuzzleHttp\Promise\Promise listFindingAggregationsAsync(array $args = []) |
| 72 | * @method \Aws\Result listFindings(array $args = []) |
| 73 | * @method \GuzzleHttp\Promise\Promise listFindingsAsync(array $args = []) |
| 74 | * @method \Aws\Result listMembers(array $args = []) |
| 75 | * @method \GuzzleHttp\Promise\Promise listMembersAsync(array $args = []) |
| 76 | * @method \Aws\Result listTagsForResource(array $args = []) |
| 77 | * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = []) |
| 78 | * @method \Aws\Result listUsageTotals(array $args = []) |
| 79 | * @method \GuzzleHttp\Promise\Promise listUsageTotalsAsync(array $args = []) |
| 80 | * @method \Aws\Result resetEncryptionKey(array $args = []) |
| 81 | * @method \GuzzleHttp\Promise\Promise resetEncryptionKeyAsync(array $args = []) |
| 82 | * @method \Aws\Result searchVulnerabilities(array $args = []) |
| 83 | * @method \GuzzleHttp\Promise\Promise searchVulnerabilitiesAsync(array $args = []) |
| 84 | * @method \Aws\Result tagResource(array $args = []) |
| 85 | * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = []) |
| 86 | * @method \Aws\Result untagResource(array $args = []) |
| 87 | * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = []) |
| 88 | * @method \Aws\Result updateConfiguration(array $args = []) |
| 89 | * @method \GuzzleHttp\Promise\Promise updateConfigurationAsync(array $args = []) |
| 90 | * @method \Aws\Result updateEc2DeepInspectionConfiguration(array $args = []) |
| 91 | * @method \GuzzleHttp\Promise\Promise updateEc2DeepInspectionConfigurationAsync(array $args = []) |
| 92 | * @method \Aws\Result updateEncryptionKey(array $args = []) |
| 93 | * @method \GuzzleHttp\Promise\Promise updateEncryptionKeyAsync(array $args = []) |
| 94 | * @method \Aws\Result updateFilter(array $args = []) |
| 95 | * @method \GuzzleHttp\Promise\Promise updateFilterAsync(array $args = []) |
| 96 | * @method \Aws\Result updateOrgEc2DeepInspectionConfiguration(array $args = []) |
| 97 | * @method \GuzzleHttp\Promise\Promise updateOrgEc2DeepInspectionConfigurationAsync(array $args = []) |
| 98 | * @method \Aws\Result updateOrganizationConfiguration(array $args = []) |
| 99 | * @method \GuzzleHttp\Promise\Promise updateOrganizationConfigurationAsync(array $args = []) |
| 100 | */ |
| 101 | class Inspector2Client extends AwsClient {} |
| 102 |