summaryrefslogtreecommitdiff
path: root/vendor/aws/aws-sdk-php/src/Inspector
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2022-11-23 21:14:33 +0300
committerAndrew Dolgov <[email protected]>2022-11-23 21:14:33 +0300
commit0c8af4992cb0f7589dcafaad65ada12753c64594 (patch)
tree18e83d068c3e7dd2499331de977782b382279396 /vendor/aws/aws-sdk-php/src/Inspector
initial
Diffstat (limited to 'vendor/aws/aws-sdk-php/src/Inspector')
-rw-r--r--vendor/aws/aws-sdk-php/src/Inspector/Exception/InspectorException.php9
-rw-r--r--vendor/aws/aws-sdk-php/src/Inspector/InspectorClient.php84
2 files changed, 93 insertions, 0 deletions
diff --git a/vendor/aws/aws-sdk-php/src/Inspector/Exception/InspectorException.php b/vendor/aws/aws-sdk-php/src/Inspector/Exception/InspectorException.php
new file mode 100644
index 0000000..4a17feb
--- /dev/null
+++ b/vendor/aws/aws-sdk-php/src/Inspector/Exception/InspectorException.php
@@ -0,0 +1,9 @@
+<?php
+namespace Aws\Inspector\Exception;
+
+use Aws\Exception\AwsException;
+
+/**
+ * Represents an error interacting with the **Amazon Inspector** service.
+ */
+class InspectorException extends AwsException {}
diff --git a/vendor/aws/aws-sdk-php/src/Inspector/InspectorClient.php b/vendor/aws/aws-sdk-php/src/Inspector/InspectorClient.php
new file mode 100644
index 0000000..f266c5c
--- /dev/null
+++ b/vendor/aws/aws-sdk-php/src/Inspector/InspectorClient.php
@@ -0,0 +1,84 @@
+<?php
+namespace Aws\Inspector;
+
+use Aws\AwsClient;
+
+/**
+ * This client is used to interact with the **Amazon Inspector** service.
+ *
+ * @method \Aws\Result addAttributesToFindings(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise addAttributesToFindingsAsync(array $args = [])
+ * @method \Aws\Result createAssessmentTarget(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise createAssessmentTargetAsync(array $args = [])
+ * @method \Aws\Result createAssessmentTemplate(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise createAssessmentTemplateAsync(array $args = [])
+ * @method \Aws\Result createExclusionsPreview(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise createExclusionsPreviewAsync(array $args = [])
+ * @method \Aws\Result createResourceGroup(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise createResourceGroupAsync(array $args = [])
+ * @method \Aws\Result deleteAssessmentRun(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise deleteAssessmentRunAsync(array $args = [])
+ * @method \Aws\Result deleteAssessmentTarget(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise deleteAssessmentTargetAsync(array $args = [])
+ * @method \Aws\Result deleteAssessmentTemplate(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise deleteAssessmentTemplateAsync(array $args = [])
+ * @method \Aws\Result describeAssessmentRuns(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise describeAssessmentRunsAsync(array $args = [])
+ * @method \Aws\Result describeAssessmentTargets(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise describeAssessmentTargetsAsync(array $args = [])
+ * @method \Aws\Result describeAssessmentTemplates(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise describeAssessmentTemplatesAsync(array $args = [])
+ * @method \Aws\Result describeCrossAccountAccessRole(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise describeCrossAccountAccessRoleAsync(array $args = [])
+ * @method \Aws\Result describeExclusions(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise describeExclusionsAsync(array $args = [])
+ * @method \Aws\Result describeFindings(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise describeFindingsAsync(array $args = [])
+ * @method \Aws\Result describeResourceGroups(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise describeResourceGroupsAsync(array $args = [])
+ * @method \Aws\Result describeRulesPackages(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise describeRulesPackagesAsync(array $args = [])
+ * @method \Aws\Result getAssessmentReport(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getAssessmentReportAsync(array $args = [])
+ * @method \Aws\Result getExclusionsPreview(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getExclusionsPreviewAsync(array $args = [])
+ * @method \Aws\Result getTelemetryMetadata(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getTelemetryMetadataAsync(array $args = [])
+ * @method \Aws\Result listAssessmentRunAgents(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listAssessmentRunAgentsAsync(array $args = [])
+ * @method \Aws\Result listAssessmentRuns(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listAssessmentRunsAsync(array $args = [])
+ * @method \Aws\Result listAssessmentTargets(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listAssessmentTargetsAsync(array $args = [])
+ * @method \Aws\Result listAssessmentTemplates(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listAssessmentTemplatesAsync(array $args = [])
+ * @method \Aws\Result listEventSubscriptions(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listEventSubscriptionsAsync(array $args = [])
+ * @method \Aws\Result listExclusions(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listExclusionsAsync(array $args = [])
+ * @method \Aws\Result listFindings(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listFindingsAsync(array $args = [])
+ * @method \Aws\Result listRulesPackages(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listRulesPackagesAsync(array $args = [])
+ * @method \Aws\Result listTagsForResource(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
+ * @method \Aws\Result previewAgents(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise previewAgentsAsync(array $args = [])
+ * @method \Aws\Result registerCrossAccountAccessRole(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise registerCrossAccountAccessRoleAsync(array $args = [])
+ * @method \Aws\Result removeAttributesFromFindings(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise removeAttributesFromFindingsAsync(array $args = [])
+ * @method \Aws\Result setTagsForResource(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise setTagsForResourceAsync(array $args = [])
+ * @method \Aws\Result startAssessmentRun(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise startAssessmentRunAsync(array $args = [])
+ * @method \Aws\Result stopAssessmentRun(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise stopAssessmentRunAsync(array $args = [])
+ * @method \Aws\Result subscribeToEvent(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise subscribeToEventAsync(array $args = [])
+ * @method \Aws\Result unsubscribeFromEvent(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise unsubscribeFromEventAsync(array $args = [])
+ * @method \Aws\Result updateAssessmentTarget(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise updateAssessmentTargetAsync(array $args = [])
+ */
+class InspectorClient extends AwsClient {}