v2.1.7
This commit is contained in:
parent
c2ead8e434
commit
77d0cea926
995 changed files with 28142 additions and 8603 deletions
|
|
@ -22,6 +22,8 @@ use Aws\AwsClient;
|
|||
* @method \GuzzleHttp\Promise\Promise deleteConfigurationRecorderAsync(array $args = [])
|
||||
* @method \Aws\Result deleteConformancePack(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise deleteConformancePackAsync(array $args = [])
|
||||
* @method \Aws\Result deleteConnector(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise deleteConnectorAsync(array $args = [])
|
||||
* @method \Aws\Result deleteDeliveryChannel(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise deleteDeliveryChannelAsync(array $args = [])
|
||||
* @method \Aws\Result deleteEvaluationResults(array $args = [])
|
||||
|
|
@ -120,6 +122,8 @@ use Aws\AwsClient;
|
|||
* @method \GuzzleHttp\Promise\Promise getConformancePackComplianceDetailsAsync(array $args = [])
|
||||
* @method \Aws\Result getConformancePackComplianceSummary(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise getConformancePackComplianceSummaryAsync(array $args = [])
|
||||
* @method \Aws\Result getConnector(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise getConnectorAsync(array $args = [])
|
||||
* @method \Aws\Result getCustomRulePolicy(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise getCustomRulePolicyAsync(array $args = [])
|
||||
* @method \Aws\Result getDiscoveredResourceCounts(array $args = [])
|
||||
|
|
@ -142,6 +146,8 @@ use Aws\AwsClient;
|
|||
* @method \GuzzleHttp\Promise\Promise listConfigurationRecordersAsync(array $args = [])
|
||||
* @method \Aws\Result listConformancePackComplianceScores(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise listConformancePackComplianceScoresAsync(array $args = [])
|
||||
* @method \Aws\Result listConnectors(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise listConnectorsAsync(array $args = [])
|
||||
* @method \Aws\Result listDiscoveredResources(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise listDiscoveredResourcesAsync(array $args = [])
|
||||
* @method \Aws\Result listResourceEvaluations(array $args = [])
|
||||
|
|
@ -160,6 +166,8 @@ use Aws\AwsClient;
|
|||
* @method \GuzzleHttp\Promise\Promise putConfigurationRecorderAsync(array $args = [])
|
||||
* @method \Aws\Result putConformancePack(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise putConformancePackAsync(array $args = [])
|
||||
* @method \Aws\Result putConnector(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise putConnectorAsync(array $args = [])
|
||||
* @method \Aws\Result putDeliveryChannel(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise putDeliveryChannelAsync(array $args = [])
|
||||
* @method \Aws\Result putEvaluations(array $args = [])
|
||||
|
|
@ -182,6 +190,8 @@ use Aws\AwsClient;
|
|||
* @method \GuzzleHttp\Promise\Promise putServiceLinkedConfigurationRecorderAsync(array $args = [])
|
||||
* @method \Aws\Result putStoredQuery(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise putStoredQueryAsync(array $args = [])
|
||||
* @method \Aws\Result putThirdPartyServiceLinkedConfigurationRecorder(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise putThirdPartyServiceLinkedConfigurationRecorderAsync(array $args = [])
|
||||
* @method \Aws\Result selectAggregateResourceConfig(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise selectAggregateResourceConfigAsync(array $args = [])
|
||||
* @method \Aws\Result selectResourceConfig(array $args = [])
|
||||
|
|
|
|||
Loading…
Reference in a new issue