updated-packages
This commit is contained in:
9
vendor/aws/aws-sdk-php/src/Inspector2/Exception/Inspector2Exception.php
vendored
Normal file
9
vendor/aws/aws-sdk-php/src/Inspector2/Exception/Inspector2Exception.php
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
namespace Aws\Inspector2\Exception;
|
||||
|
||||
use Aws\Exception\AwsException;
|
||||
|
||||
/**
|
||||
* Represents an error interacting with the **Inspector2** service.
|
||||
*/
|
||||
class Inspector2Exception extends AwsException {}
|
||||
73
vendor/aws/aws-sdk-php/src/Inspector2/Inspector2Client.php
vendored
Normal file
73
vendor/aws/aws-sdk-php/src/Inspector2/Inspector2Client.php
vendored
Normal file
@@ -0,0 +1,73 @@
|
||||
<?php
|
||||
namespace Aws\Inspector2;
|
||||
|
||||
use Aws\AwsClient;
|
||||
|
||||
/**
|
||||
* This client is used to interact with the **Inspector2** service.
|
||||
* @method \Aws\Result associateMember(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise associateMemberAsync(array $args = [])
|
||||
* @method \Aws\Result batchGetAccountStatus(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise batchGetAccountStatusAsync(array $args = [])
|
||||
* @method \Aws\Result batchGetFreeTrialInfo(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise batchGetFreeTrialInfoAsync(array $args = [])
|
||||
* @method \Aws\Result cancelFindingsReport(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise cancelFindingsReportAsync(array $args = [])
|
||||
* @method \Aws\Result createFilter(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise createFilterAsync(array $args = [])
|
||||
* @method \Aws\Result createFindingsReport(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise createFindingsReportAsync(array $args = [])
|
||||
* @method \Aws\Result deleteFilter(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise deleteFilterAsync(array $args = [])
|
||||
* @method \Aws\Result describeOrganizationConfiguration(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise describeOrganizationConfigurationAsync(array $args = [])
|
||||
* @method \Aws\Result disable(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise disableAsync(array $args = [])
|
||||
* @method \Aws\Result disableDelegatedAdminAccount(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise disableDelegatedAdminAccountAsync(array $args = [])
|
||||
* @method \Aws\Result disassociateMember(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise disassociateMemberAsync(array $args = [])
|
||||
* @method \Aws\Result enable(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise enableAsync(array $args = [])
|
||||
* @method \Aws\Result enableDelegatedAdminAccount(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise enableDelegatedAdminAccountAsync(array $args = [])
|
||||
* @method \Aws\Result getConfiguration(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise getConfigurationAsync(array $args = [])
|
||||
* @method \Aws\Result getDelegatedAdminAccount(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise getDelegatedAdminAccountAsync(array $args = [])
|
||||
* @method \Aws\Result getFindingsReportStatus(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise getFindingsReportStatusAsync(array $args = [])
|
||||
* @method \Aws\Result getMember(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise getMemberAsync(array $args = [])
|
||||
* @method \Aws\Result listAccountPermissions(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise listAccountPermissionsAsync(array $args = [])
|
||||
* @method \Aws\Result listCoverage(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise listCoverageAsync(array $args = [])
|
||||
* @method \Aws\Result listCoverageStatistics(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise listCoverageStatisticsAsync(array $args = [])
|
||||
* @method \Aws\Result listDelegatedAdminAccounts(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise listDelegatedAdminAccountsAsync(array $args = [])
|
||||
* @method \Aws\Result listFilters(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise listFiltersAsync(array $args = [])
|
||||
* @method \Aws\Result listFindingAggregations(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise listFindingAggregationsAsync(array $args = [])
|
||||
* @method \Aws\Result listFindings(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise listFindingsAsync(array $args = [])
|
||||
* @method \Aws\Result listMembers(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise listMembersAsync(array $args = [])
|
||||
* @method \Aws\Result listTagsForResource(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
|
||||
* @method \Aws\Result listUsageTotals(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise listUsageTotalsAsync(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 updateConfiguration(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise updateConfigurationAsync(array $args = [])
|
||||
* @method \Aws\Result updateFilter(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise updateFilterAsync(array $args = [])
|
||||
* @method \Aws\Result updateOrganizationConfiguration(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise updateOrganizationConfigurationAsync(array $args = [])
|
||||
*/
|
||||
class Inspector2Client extends AwsClient {}
|
||||
Reference in New Issue
Block a user