Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/3rdparty.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'aws/aws-sdk-php/src/Macie2/Macie2Client.php')
-rw-r--r--aws/aws-sdk-php/src/Macie2/Macie2Client.php20
1 files changed, 20 insertions, 0 deletions
diff --git a/aws/aws-sdk-php/src/Macie2/Macie2Client.php b/aws/aws-sdk-php/src/Macie2/Macie2Client.php
index b4ef421a..1dfb6c03 100644
--- a/aws/aws-sdk-php/src/Macie2/Macie2Client.php
+++ b/aws/aws-sdk-php/src/Macie2/Macie2Client.php
@@ -9,6 +9,8 @@ use Aws\AwsClient;
* @method \GuzzleHttp\Promise\Promise acceptInvitationAsync(array $args = [])
* @method \Aws\Result batchGetCustomDataIdentifiers(array $args = [])
* @method \GuzzleHttp\Promise\Promise batchGetCustomDataIdentifiersAsync(array $args = [])
+ * @method \Aws\Result createAllowList(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise createAllowListAsync(array $args = [])
* @method \Aws\Result createClassificationJob(array $args = [])
* @method \GuzzleHttp\Promise\Promise createClassificationJobAsync(array $args = [])
* @method \Aws\Result createCustomDataIdentifier(array $args = [])
@@ -23,6 +25,8 @@ use Aws\AwsClient;
* @method \GuzzleHttp\Promise\Promise createSampleFindingsAsync(array $args = [])
* @method \Aws\Result declineInvitations(array $args = [])
* @method \GuzzleHttp\Promise\Promise declineInvitationsAsync(array $args = [])
+ * @method \Aws\Result deleteAllowList(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise deleteAllowListAsync(array $args = [])
* @method \Aws\Result deleteCustomDataIdentifier(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteCustomDataIdentifierAsync(array $args = [])
* @method \Aws\Result deleteFindingsFilter(array $args = [])
@@ -53,6 +57,8 @@ use Aws\AwsClient;
* @method \GuzzleHttp\Promise\Promise enableOrganizationAdminAccountAsync(array $args = [])
* @method \Aws\Result getAdministratorAccount(array $args = [])
* @method \GuzzleHttp\Promise\Promise getAdministratorAccountAsync(array $args = [])
+ * @method \Aws\Result getAllowList(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getAllowListAsync(array $args = [])
* @method \Aws\Result getBucketStatistics(array $args = [])
* @method \GuzzleHttp\Promise\Promise getBucketStatisticsAsync(array $args = [])
* @method \Aws\Result getClassificationExportConfiguration(array $args = [])
@@ -75,10 +81,18 @@ use Aws\AwsClient;
* @method \GuzzleHttp\Promise\Promise getMasterAccountAsync(array $args = [])
* @method \Aws\Result getMember(array $args = [])
* @method \GuzzleHttp\Promise\Promise getMemberAsync(array $args = [])
+ * @method \Aws\Result getRevealConfiguration(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getRevealConfigurationAsync(array $args = [])
+ * @method \Aws\Result getSensitiveDataOccurrences(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getSensitiveDataOccurrencesAsync(array $args = [])
+ * @method \Aws\Result getSensitiveDataOccurrencesAvailability(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getSensitiveDataOccurrencesAvailabilityAsync(array $args = [])
* @method \Aws\Result getUsageStatistics(array $args = [])
* @method \GuzzleHttp\Promise\Promise getUsageStatisticsAsync(array $args = [])
* @method \Aws\Result getUsageTotals(array $args = [])
* @method \GuzzleHttp\Promise\Promise getUsageTotalsAsync(array $args = [])
+ * @method \Aws\Result listAllowLists(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listAllowListsAsync(array $args = [])
* @method \Aws\Result listClassificationJobs(array $args = [])
* @method \GuzzleHttp\Promise\Promise listClassificationJobsAsync(array $args = [])
* @method \Aws\Result listCustomDataIdentifiers(array $args = [])
@@ -89,6 +103,8 @@ use Aws\AwsClient;
* @method \GuzzleHttp\Promise\Promise listFindingsFiltersAsync(array $args = [])
* @method \Aws\Result listInvitations(array $args = [])
* @method \GuzzleHttp\Promise\Promise listInvitationsAsync(array $args = [])
+ * @method \Aws\Result listManagedDataIdentifiers(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listManagedDataIdentifiersAsync(array $args = [])
* @method \Aws\Result listMembers(array $args = [])
* @method \GuzzleHttp\Promise\Promise listMembersAsync(array $args = [])
* @method \Aws\Result listOrganizationAdminAccounts(array $args = [])
@@ -107,6 +123,8 @@ use Aws\AwsClient;
* @method \GuzzleHttp\Promise\Promise testCustomDataIdentifierAsync(array $args = [])
* @method \Aws\Result untagResource(array $args = [])
* @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
+ * @method \Aws\Result updateAllowList(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise updateAllowListAsync(array $args = [])
* @method \Aws\Result updateClassificationJob(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateClassificationJobAsync(array $args = [])
* @method \Aws\Result updateFindingsFilter(array $args = [])
@@ -117,5 +135,7 @@ use Aws\AwsClient;
* @method \GuzzleHttp\Promise\Promise updateMemberSessionAsync(array $args = [])
* @method \Aws\Result updateOrganizationConfiguration(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateOrganizationConfigurationAsync(array $args = [])
+ * @method \Aws\Result updateRevealConfiguration(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise updateRevealConfigurationAsync(array $args = [])
*/
class Macie2Client extends AwsClient {}