AuditManagerClient.php 9.4 KB

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