InspectorClient.php 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. <?php
  2. namespace Aws\Inspector;
  3. use Aws\AwsClient;
  4. /**
  5. * This client is used to interact with the **Amazon Inspector** service.
  6. *
  7. * @method \Aws\Result addAttributesToFindings(array $args = [])
  8. * @method \GuzzleHttp\Promise\Promise addAttributesToFindingsAsync(array $args = [])
  9. * @method \Aws\Result createAssessmentTarget(array $args = [])
  10. * @method \GuzzleHttp\Promise\Promise createAssessmentTargetAsync(array $args = [])
  11. * @method \Aws\Result createAssessmentTemplate(array $args = [])
  12. * @method \GuzzleHttp\Promise\Promise createAssessmentTemplateAsync(array $args = [])
  13. * @method \Aws\Result createExclusionsPreview(array $args = [])
  14. * @method \GuzzleHttp\Promise\Promise createExclusionsPreviewAsync(array $args = [])
  15. * @method \Aws\Result createResourceGroup(array $args = [])
  16. * @method \GuzzleHttp\Promise\Promise createResourceGroupAsync(array $args = [])
  17. * @method \Aws\Result deleteAssessmentRun(array $args = [])
  18. * @method \GuzzleHttp\Promise\Promise deleteAssessmentRunAsync(array $args = [])
  19. * @method \Aws\Result deleteAssessmentTarget(array $args = [])
  20. * @method \GuzzleHttp\Promise\Promise deleteAssessmentTargetAsync(array $args = [])
  21. * @method \Aws\Result deleteAssessmentTemplate(array $args = [])
  22. * @method \GuzzleHttp\Promise\Promise deleteAssessmentTemplateAsync(array $args = [])
  23. * @method \Aws\Result describeAssessmentRuns(array $args = [])
  24. * @method \GuzzleHttp\Promise\Promise describeAssessmentRunsAsync(array $args = [])
  25. * @method \Aws\Result describeAssessmentTargets(array $args = [])
  26. * @method \GuzzleHttp\Promise\Promise describeAssessmentTargetsAsync(array $args = [])
  27. * @method \Aws\Result describeAssessmentTemplates(array $args = [])
  28. * @method \GuzzleHttp\Promise\Promise describeAssessmentTemplatesAsync(array $args = [])
  29. * @method \Aws\Result describeCrossAccountAccessRole(array $args = [])
  30. * @method \GuzzleHttp\Promise\Promise describeCrossAccountAccessRoleAsync(array $args = [])
  31. * @method \Aws\Result describeExclusions(array $args = [])
  32. * @method \GuzzleHttp\Promise\Promise describeExclusionsAsync(array $args = [])
  33. * @method \Aws\Result describeFindings(array $args = [])
  34. * @method \GuzzleHttp\Promise\Promise describeFindingsAsync(array $args = [])
  35. * @method \Aws\Result describeResourceGroups(array $args = [])
  36. * @method \GuzzleHttp\Promise\Promise describeResourceGroupsAsync(array $args = [])
  37. * @method \Aws\Result describeRulesPackages(array $args = [])
  38. * @method \GuzzleHttp\Promise\Promise describeRulesPackagesAsync(array $args = [])
  39. * @method \Aws\Result getAssessmentReport(array $args = [])
  40. * @method \GuzzleHttp\Promise\Promise getAssessmentReportAsync(array $args = [])
  41. * @method \Aws\Result getExclusionsPreview(array $args = [])
  42. * @method \GuzzleHttp\Promise\Promise getExclusionsPreviewAsync(array $args = [])
  43. * @method \Aws\Result getTelemetryMetadata(array $args = [])
  44. * @method \GuzzleHttp\Promise\Promise getTelemetryMetadataAsync(array $args = [])
  45. * @method \Aws\Result listAssessmentRunAgents(array $args = [])
  46. * @method \GuzzleHttp\Promise\Promise listAssessmentRunAgentsAsync(array $args = [])
  47. * @method \Aws\Result listAssessmentRuns(array $args = [])
  48. * @method \GuzzleHttp\Promise\Promise listAssessmentRunsAsync(array $args = [])
  49. * @method \Aws\Result listAssessmentTargets(array $args = [])
  50. * @method \GuzzleHttp\Promise\Promise listAssessmentTargetsAsync(array $args = [])
  51. * @method \Aws\Result listAssessmentTemplates(array $args = [])
  52. * @method \GuzzleHttp\Promise\Promise listAssessmentTemplatesAsync(array $args = [])
  53. * @method \Aws\Result listEventSubscriptions(array $args = [])
  54. * @method \GuzzleHttp\Promise\Promise listEventSubscriptionsAsync(array $args = [])
  55. * @method \Aws\Result listExclusions(array $args = [])
  56. * @method \GuzzleHttp\Promise\Promise listExclusionsAsync(array $args = [])
  57. * @method \Aws\Result listFindings(array $args = [])
  58. * @method \GuzzleHttp\Promise\Promise listFindingsAsync(array $args = [])
  59. * @method \Aws\Result listRulesPackages(array $args = [])
  60. * @method \GuzzleHttp\Promise\Promise listRulesPackagesAsync(array $args = [])
  61. * @method \Aws\Result listTagsForResource(array $args = [])
  62. * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
  63. * @method \Aws\Result previewAgents(array $args = [])
  64. * @method \GuzzleHttp\Promise\Promise previewAgentsAsync(array $args = [])
  65. * @method \Aws\Result registerCrossAccountAccessRole(array $args = [])
  66. * @method \GuzzleHttp\Promise\Promise registerCrossAccountAccessRoleAsync(array $args = [])
  67. * @method \Aws\Result removeAttributesFromFindings(array $args = [])
  68. * @method \GuzzleHttp\Promise\Promise removeAttributesFromFindingsAsync(array $args = [])
  69. * @method \Aws\Result setTagsForResource(array $args = [])
  70. * @method \GuzzleHttp\Promise\Promise setTagsForResourceAsync(array $args = [])
  71. * @method \Aws\Result startAssessmentRun(array $args = [])
  72. * @method \GuzzleHttp\Promise\Promise startAssessmentRunAsync(array $args = [])
  73. * @method \Aws\Result stopAssessmentRun(array $args = [])
  74. * @method \GuzzleHttp\Promise\Promise stopAssessmentRunAsync(array $args = [])
  75. * @method \Aws\Result subscribeToEvent(array $args = [])
  76. * @method \GuzzleHttp\Promise\Promise subscribeToEventAsync(array $args = [])
  77. * @method \Aws\Result unsubscribeFromEvent(array $args = [])
  78. * @method \GuzzleHttp\Promise\Promise unsubscribeFromEventAsync(array $args = [])
  79. * @method \Aws\Result updateAssessmentTarget(array $args = [])
  80. * @method \GuzzleHttp\Promise\Promise updateAssessmentTargetAsync(array $args = [])
  81. */
  82. class InspectorClient extends AwsClient {}