summaryrefslogtreecommitdiff
path: root/vendor/aws/aws-sdk-php/src/SecurityHub
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2023-10-20 16:44:35 +0300
committerAndrew Dolgov <[email protected]>2023-10-20 16:44:35 +0300
commit8bec661288b276c98bdb0e773e5f4d5275dc4c87 (patch)
tree8617ebe581c62fc46a7881aa61801ebce9d3c603 /vendor/aws/aws-sdk-php/src/SecurityHub
parent540438c2eb5452bacad30c247906bfa287f2da1d (diff)
update AWK SDKHEADmaster
Diffstat (limited to 'vendor/aws/aws-sdk-php/src/SecurityHub')
-rw-r--r--vendor/aws/aws-sdk-php/src/SecurityHub/SecurityHubClient.php22
1 files changed, 22 insertions, 0 deletions
diff --git a/vendor/aws/aws-sdk-php/src/SecurityHub/SecurityHubClient.php b/vendor/aws/aws-sdk-php/src/SecurityHub/SecurityHubClient.php
index 2f2adad..50e2358 100644
--- a/vendor/aws/aws-sdk-php/src/SecurityHub/SecurityHubClient.php
+++ b/vendor/aws/aws-sdk-php/src/SecurityHub/SecurityHubClient.php
@@ -9,16 +9,30 @@ use Aws\AwsClient;
* @method \GuzzleHttp\Promise\Promise acceptAdministratorInvitationAsync(array $args = [])
* @method \Aws\Result acceptInvitation(array $args = [])
* @method \GuzzleHttp\Promise\Promise acceptInvitationAsync(array $args = [])
+ * @method \Aws\Result batchDeleteAutomationRules(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise batchDeleteAutomationRulesAsync(array $args = [])
* @method \Aws\Result batchDisableStandards(array $args = [])
* @method \GuzzleHttp\Promise\Promise batchDisableStandardsAsync(array $args = [])
* @method \Aws\Result batchEnableStandards(array $args = [])
* @method \GuzzleHttp\Promise\Promise batchEnableStandardsAsync(array $args = [])
+ * @method \Aws\Result batchGetAutomationRules(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise batchGetAutomationRulesAsync(array $args = [])
+ * @method \Aws\Result batchGetSecurityControls(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise batchGetSecurityControlsAsync(array $args = [])
+ * @method \Aws\Result batchGetStandardsControlAssociations(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise batchGetStandardsControlAssociationsAsync(array $args = [])
* @method \Aws\Result batchImportFindings(array $args = [])
* @method \GuzzleHttp\Promise\Promise batchImportFindingsAsync(array $args = [])
+ * @method \Aws\Result batchUpdateAutomationRules(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise batchUpdateAutomationRulesAsync(array $args = [])
* @method \Aws\Result batchUpdateFindings(array $args = [])
* @method \GuzzleHttp\Promise\Promise batchUpdateFindingsAsync(array $args = [])
+ * @method \Aws\Result batchUpdateStandardsControlAssociations(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise batchUpdateStandardsControlAssociationsAsync(array $args = [])
* @method \Aws\Result createActionTarget(array $args = [])
* @method \GuzzleHttp\Promise\Promise createActionTargetAsync(array $args = [])
+ * @method \Aws\Result createAutomationRule(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise createAutomationRuleAsync(array $args = [])
* @method \Aws\Result createFindingAggregator(array $args = [])
* @method \GuzzleHttp\Promise\Promise createFindingAggregatorAsync(array $args = [])
* @method \Aws\Result createInsight(array $args = [])
@@ -73,6 +87,8 @@ use Aws\AwsClient;
* @method \GuzzleHttp\Promise\Promise getEnabledStandardsAsync(array $args = [])
* @method \Aws\Result getFindingAggregator(array $args = [])
* @method \GuzzleHttp\Promise\Promise getFindingAggregatorAsync(array $args = [])
+ * @method \Aws\Result getFindingHistory(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getFindingHistoryAsync(array $args = [])
* @method \Aws\Result getFindings(array $args = [])
* @method \GuzzleHttp\Promise\Promise getFindingsAsync(array $args = [])
* @method \Aws\Result getInsightResults(array $args = [])
@@ -87,6 +103,8 @@ use Aws\AwsClient;
* @method \GuzzleHttp\Promise\Promise getMembersAsync(array $args = [])
* @method \Aws\Result inviteMembers(array $args = [])
* @method \GuzzleHttp\Promise\Promise inviteMembersAsync(array $args = [])
+ * @method \Aws\Result listAutomationRules(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listAutomationRulesAsync(array $args = [])
* @method \Aws\Result listEnabledProductsForImport(array $args = [])
* @method \GuzzleHttp\Promise\Promise listEnabledProductsForImportAsync(array $args = [])
* @method \Aws\Result listFindingAggregators(array $args = [])
@@ -97,6 +115,10 @@ use Aws\AwsClient;
* @method \GuzzleHttp\Promise\Promise listMembersAsync(array $args = [])
* @method \Aws\Result listOrganizationAdminAccounts(array $args = [])
* @method \GuzzleHttp\Promise\Promise listOrganizationAdminAccountsAsync(array $args = [])
+ * @method \Aws\Result listSecurityControlDefinitions(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listSecurityControlDefinitionsAsync(array $args = [])
+ * @method \Aws\Result listStandardsControlAssociations(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listStandardsControlAssociationsAsync(array $args = [])
* @method \Aws\Result listTagsForResource(array $args = [])
* @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
* @method \Aws\Result tagResource(array $args = [])