PluginProbe ʕ •ᴥ•ʔ
Transferito: WP Migration / trunk
Transferito: WP Migration vtrunk
trunk 11.4.0 12.0.0 13.1.0 14.0.0 14.0.11 14.0.7 14.1.0 14.1.1 14.1.2 14.1.3 14.1.4
transferito / vendor / aws / aws-sdk-php / src / AuditManager / AuditManagerClient.php
transferito / vendor / aws / aws-sdk-php / src / AuditManager Last commit date
Exception 11 months ago AuditManagerClient.php 11 months ago
AuditManagerClient.php
134 lines
1 <?php
2 namespace Aws\AuditManager;
3
4 use Aws\AwsClient;
5
6 /**
7 * This client is used to interact with the **AWS Audit Manager** service.
8 * @method \Aws\Result associateAssessmentReportEvidenceFolder(array $args = [])
9 * @method \GuzzleHttp\Promise\Promise associateAssessmentReportEvidenceFolderAsync(array $args = [])
10 * @method \Aws\Result batchAssociateAssessmentReportEvidence(array $args = [])
11 * @method \GuzzleHttp\Promise\Promise batchAssociateAssessmentReportEvidenceAsync(array $args = [])
12 * @method \Aws\Result batchCreateDelegationByAssessment(array $args = [])
13 * @method \GuzzleHttp\Promise\Promise batchCreateDelegationByAssessmentAsync(array $args = [])
14 * @method \Aws\Result batchDeleteDelegationByAssessment(array $args = [])
15 * @method \GuzzleHttp\Promise\Promise batchDeleteDelegationByAssessmentAsync(array $args = [])
16 * @method \Aws\Result batchDisassociateAssessmentReportEvidence(array $args = [])
17 * @method \GuzzleHttp\Promise\Promise batchDisassociateAssessmentReportEvidenceAsync(array $args = [])
18 * @method \Aws\Result batchImportEvidenceToAssessmentControl(array $args = [])
19 * @method \GuzzleHttp\Promise\Promise batchImportEvidenceToAssessmentControlAsync(array $args = [])
20 * @method \Aws\Result createAssessment(array $args = [])
21 * @method \GuzzleHttp\Promise\Promise createAssessmentAsync(array $args = [])
22 * @method \Aws\Result createAssessmentFramework(array $args = [])
23 * @method \GuzzleHttp\Promise\Promise createAssessmentFrameworkAsync(array $args = [])
24 * @method \Aws\Result createAssessmentReport(array $args = [])
25 * @method \GuzzleHttp\Promise\Promise createAssessmentReportAsync(array $args = [])
26 * @method \Aws\Result createControl(array $args = [])
27 * @method \GuzzleHttp\Promise\Promise createControlAsync(array $args = [])
28 * @method \Aws\Result deleteAssessment(array $args = [])
29 * @method \GuzzleHttp\Promise\Promise deleteAssessmentAsync(array $args = [])
30 * @method \Aws\Result deleteAssessmentFramework(array $args = [])
31 * @method \GuzzleHttp\Promise\Promise deleteAssessmentFrameworkAsync(array $args = [])
32 * @method \Aws\Result deleteAssessmentFrameworkShare(array $args = [])
33 * @method \GuzzleHttp\Promise\Promise deleteAssessmentFrameworkShareAsync(array $args = [])
34 * @method \Aws\Result deleteAssessmentReport(array $args = [])
35 * @method \GuzzleHttp\Promise\Promise deleteAssessmentReportAsync(array $args = [])
36 * @method \Aws\Result deleteControl(array $args = [])
37 * @method \GuzzleHttp\Promise\Promise deleteControlAsync(array $args = [])
38 * @method \Aws\Result deregisterAccount(array $args = [])
39 * @method \GuzzleHttp\Promise\Promise deregisterAccountAsync(array $args = [])
40 * @method \Aws\Result deregisterOrganizationAdminAccount(array $args = [])
41 * @method \GuzzleHttp\Promise\Promise deregisterOrganizationAdminAccountAsync(array $args = [])
42 * @method \Aws\Result disassociateAssessmentReportEvidenceFolder(array $args = [])
43 * @method \GuzzleHttp\Promise\Promise disassociateAssessmentReportEvidenceFolderAsync(array $args = [])
44 * @method \Aws\Result getAccountStatus(array $args = [])
45 * @method \GuzzleHttp\Promise\Promise getAccountStatusAsync(array $args = [])
46 * @method \Aws\Result getAssessment(array $args = [])
47 * @method \GuzzleHttp\Promise\Promise getAssessmentAsync(array $args = [])
48 * @method \Aws\Result getAssessmentFramework(array $args = [])
49 * @method \GuzzleHttp\Promise\Promise getAssessmentFrameworkAsync(array $args = [])
50 * @method \Aws\Result getAssessmentReportUrl(array $args = [])
51 * @method \GuzzleHttp\Promise\Promise getAssessmentReportUrlAsync(array $args = [])
52 * @method \Aws\Result getChangeLogs(array $args = [])
53 * @method \GuzzleHttp\Promise\Promise getChangeLogsAsync(array $args = [])
54 * @method \Aws\Result getControl(array $args = [])
55 * @method \GuzzleHttp\Promise\Promise getControlAsync(array $args = [])
56 * @method \Aws\Result getDelegations(array $args = [])
57 * @method \GuzzleHttp\Promise\Promise getDelegationsAsync(array $args = [])
58 * @method \Aws\Result getEvidence(array $args = [])
59 * @method \GuzzleHttp\Promise\Promise getEvidenceAsync(array $args = [])
60 * @method \Aws\Result getEvidenceByEvidenceFolder(array $args = [])
61 * @method \GuzzleHttp\Promise\Promise getEvidenceByEvidenceFolderAsync(array $args = [])
62 * @method \Aws\Result getEvidenceFileUploadUrl(array $args = [])
63 * @method \GuzzleHttp\Promise\Promise getEvidenceFileUploadUrlAsync(array $args = [])
64 * @method \Aws\Result getEvidenceFolder(array $args = [])
65 * @method \GuzzleHttp\Promise\Promise getEvidenceFolderAsync(array $args = [])
66 * @method \Aws\Result getEvidenceFoldersByAssessment(array $args = [])
67 * @method \GuzzleHttp\Promise\Promise getEvidenceFoldersByAssessmentAsync(array $args = [])
68 * @method \Aws\Result getEvidenceFoldersByAssessmentControl(array $args = [])
69 * @method \GuzzleHttp\Promise\Promise getEvidenceFoldersByAssessmentControlAsync(array $args = [])
70 * @method \Aws\Result getInsights(array $args = [])
71 * @method \GuzzleHttp\Promise\Promise getInsightsAsync(array $args = [])
72 * @method \Aws\Result getInsightsByAssessment(array $args = [])
73 * @method \GuzzleHttp\Promise\Promise getInsightsByAssessmentAsync(array $args = [])
74 * @method \Aws\Result getOrganizationAdminAccount(array $args = [])
75 * @method \GuzzleHttp\Promise\Promise getOrganizationAdminAccountAsync(array $args = [])
76 * @method \Aws\Result getServicesInScope(array $args = [])
77 * @method \GuzzleHttp\Promise\Promise getServicesInScopeAsync(array $args = [])
78 * @method \Aws\Result getSettings(array $args = [])
79 * @method \GuzzleHttp\Promise\Promise getSettingsAsync(array $args = [])
80 * @method \Aws\Result listAssessmentControlInsightsByControlDomain(array $args = [])
81 * @method \GuzzleHttp\Promise\Promise listAssessmentControlInsightsByControlDomainAsync(array $args = [])
82 * @method \Aws\Result listAssessmentFrameworkShareRequests(array $args = [])
83 * @method \GuzzleHttp\Promise\Promise listAssessmentFrameworkShareRequestsAsync(array $args = [])
84 * @method \Aws\Result listAssessmentFrameworks(array $args = [])
85 * @method \GuzzleHttp\Promise\Promise listAssessmentFrameworksAsync(array $args = [])
86 * @method \Aws\Result listAssessmentReports(array $args = [])
87 * @method \GuzzleHttp\Promise\Promise listAssessmentReportsAsync(array $args = [])
88 * @method \Aws\Result listAssessments(array $args = [])
89 * @method \GuzzleHttp\Promise\Promise listAssessmentsAsync(array $args = [])
90 * @method \Aws\Result listControlDomainInsights(array $args = [])
91 * @method \GuzzleHttp\Promise\Promise listControlDomainInsightsAsync(array $args = [])
92 * @method \Aws\Result listControlDomainInsightsByAssessment(array $args = [])
93 * @method \GuzzleHttp\Promise\Promise listControlDomainInsightsByAssessmentAsync(array $args = [])
94 * @method \Aws\Result listControlInsightsByControlDomain(array $args = [])
95 * @method \GuzzleHttp\Promise\Promise listControlInsightsByControlDomainAsync(array $args = [])
96 * @method \Aws\Result listControls(array $args = [])
97 * @method \GuzzleHttp\Promise\Promise listControlsAsync(array $args = [])
98 * @method \Aws\Result listKeywordsForDataSource(array $args = [])
99 * @method \GuzzleHttp\Promise\Promise listKeywordsForDataSourceAsync(array $args = [])
100 * @method \Aws\Result listNotifications(array $args = [])
101 * @method \GuzzleHttp\Promise\Promise listNotificationsAsync(array $args = [])
102 * @method \Aws\Result listTagsForResource(array $args = [])
103 * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
104 * @method \Aws\Result registerAccount(array $args = [])
105 * @method \GuzzleHttp\Promise\Promise registerAccountAsync(array $args = [])
106 * @method \Aws\Result registerOrganizationAdminAccount(array $args = [])
107 * @method \GuzzleHttp\Promise\Promise registerOrganizationAdminAccountAsync(array $args = [])
108 * @method \Aws\Result startAssessmentFrameworkShare(array $args = [])
109 * @method \GuzzleHttp\Promise\Promise startAssessmentFrameworkShareAsync(array $args = [])
110 * @method \Aws\Result tagResource(array $args = [])
111 * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
112 * @method \Aws\Result untagResource(array $args = [])
113 * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
114 * @method \Aws\Result updateAssessment(array $args = [])
115 * @method \GuzzleHttp\Promise\Promise updateAssessmentAsync(array $args = [])
116 * @method \Aws\Result updateAssessmentControl(array $args = [])
117 * @method \GuzzleHttp\Promise\Promise updateAssessmentControlAsync(array $args = [])
118 * @method \Aws\Result updateAssessmentControlSetStatus(array $args = [])
119 * @method \GuzzleHttp\Promise\Promise updateAssessmentControlSetStatusAsync(array $args = [])
120 * @method \Aws\Result updateAssessmentFramework(array $args = [])
121 * @method \GuzzleHttp\Promise\Promise updateAssessmentFrameworkAsync(array $args = [])
122 * @method \Aws\Result updateAssessmentFrameworkShare(array $args = [])
123 * @method \GuzzleHttp\Promise\Promise updateAssessmentFrameworkShareAsync(array $args = [])
124 * @method \Aws\Result updateAssessmentStatus(array $args = [])
125 * @method \GuzzleHttp\Promise\Promise updateAssessmentStatusAsync(array $args = [])
126 * @method \Aws\Result updateControl(array $args = [])
127 * @method \GuzzleHttp\Promise\Promise updateControlAsync(array $args = [])
128 * @method \Aws\Result updateSettings(array $args = [])
129 * @method \GuzzleHttp\Promise\Promise updateSettingsAsync(array $args = [])
130 * @method \Aws\Result validateAssessmentReportIntegrity(array $args = [])
131 * @method \GuzzleHttp\Promise\Promise validateAssessmentReportIntegrityAsync(array $args = [])
132 */
133 class AuditManagerClient extends AwsClient {}
134