summaryrefslogtreecommitdiff
path: root/vendor/aws/aws-sdk-php/src/ResilienceHub
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/ResilienceHub
initial
Diffstat (limited to 'vendor/aws/aws-sdk-php/src/ResilienceHub')
-rw-r--r--vendor/aws/aws-sdk-php/src/ResilienceHub/Exception/ResilienceHubException.php9
-rw-r--r--vendor/aws/aws-sdk-php/src/ResilienceHub/ResilienceHubClient.php87
2 files changed, 96 insertions, 0 deletions
diff --git a/vendor/aws/aws-sdk-php/src/ResilienceHub/Exception/ResilienceHubException.php b/vendor/aws/aws-sdk-php/src/ResilienceHub/Exception/ResilienceHubException.php
new file mode 100644
index 0000000..3ec19fc
--- /dev/null
+++ b/vendor/aws/aws-sdk-php/src/ResilienceHub/Exception/ResilienceHubException.php
@@ -0,0 +1,9 @@
+<?php
+namespace Aws\ResilienceHub\Exception;
+
+use Aws\Exception\AwsException;
+
+/**
+ * Represents an error interacting with the **AWS Resilience Hub** service.
+ */
+class ResilienceHubException extends AwsException {}
diff --git a/vendor/aws/aws-sdk-php/src/ResilienceHub/ResilienceHubClient.php b/vendor/aws/aws-sdk-php/src/ResilienceHub/ResilienceHubClient.php
new file mode 100644
index 0000000..5128573
--- /dev/null
+++ b/vendor/aws/aws-sdk-php/src/ResilienceHub/ResilienceHubClient.php
@@ -0,0 +1,87 @@
+<?php
+namespace Aws\ResilienceHub;
+
+use Aws\AwsClient;
+
+/**
+ * This client is used to interact with the **AWS Resilience Hub** service.
+ * @method \Aws\Result addDraftAppVersionResourceMappings(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise addDraftAppVersionResourceMappingsAsync(array $args = [])
+ * @method \Aws\Result createApp(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise createAppAsync(array $args = [])
+ * @method \Aws\Result createRecommendationTemplate(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise createRecommendationTemplateAsync(array $args = [])
+ * @method \Aws\Result createResiliencyPolicy(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise createResiliencyPolicyAsync(array $args = [])
+ * @method \Aws\Result deleteApp(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise deleteAppAsync(array $args = [])
+ * @method \Aws\Result deleteAppAssessment(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise deleteAppAssessmentAsync(array $args = [])
+ * @method \Aws\Result deleteRecommendationTemplate(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise deleteRecommendationTemplateAsync(array $args = [])
+ * @method \Aws\Result deleteResiliencyPolicy(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise deleteResiliencyPolicyAsync(array $args = [])
+ * @method \Aws\Result describeApp(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise describeAppAsync(array $args = [])
+ * @method \Aws\Result describeAppAssessment(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise describeAppAssessmentAsync(array $args = [])
+ * @method \Aws\Result describeAppVersionResourcesResolutionStatus(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise describeAppVersionResourcesResolutionStatusAsync(array $args = [])
+ * @method \Aws\Result describeAppVersionTemplate(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise describeAppVersionTemplateAsync(array $args = [])
+ * @method \Aws\Result describeDraftAppVersionResourcesImportStatus(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise describeDraftAppVersionResourcesImportStatusAsync(array $args = [])
+ * @method \Aws\Result describeResiliencyPolicy(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise describeResiliencyPolicyAsync(array $args = [])
+ * @method \Aws\Result importResourcesToDraftAppVersion(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise importResourcesToDraftAppVersionAsync(array $args = [])
+ * @method \Aws\Result listAlarmRecommendations(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listAlarmRecommendationsAsync(array $args = [])
+ * @method \Aws\Result listAppAssessments(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listAppAssessmentsAsync(array $args = [])
+ * @method \Aws\Result listAppComponentCompliances(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listAppComponentCompliancesAsync(array $args = [])
+ * @method \Aws\Result listAppComponentRecommendations(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listAppComponentRecommendationsAsync(array $args = [])
+ * @method \Aws\Result listAppVersionResourceMappings(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listAppVersionResourceMappingsAsync(array $args = [])
+ * @method \Aws\Result listAppVersionResources(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listAppVersionResourcesAsync(array $args = [])
+ * @method \Aws\Result listAppVersions(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listAppVersionsAsync(array $args = [])
+ * @method \Aws\Result listApps(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listAppsAsync(array $args = [])
+ * @method \Aws\Result listRecommendationTemplates(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listRecommendationTemplatesAsync(array $args = [])
+ * @method \Aws\Result listResiliencyPolicies(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listResiliencyPoliciesAsync(array $args = [])
+ * @method \Aws\Result listSopRecommendations(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listSopRecommendationsAsync(array $args = [])
+ * @method \Aws\Result listSuggestedResiliencyPolicies(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listSuggestedResiliencyPoliciesAsync(array $args = [])
+ * @method \Aws\Result listTagsForResource(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
+ * @method \Aws\Result listTestRecommendations(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listTestRecommendationsAsync(array $args = [])
+ * @method \Aws\Result listUnsupportedAppVersionResources(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listUnsupportedAppVersionResourcesAsync(array $args = [])
+ * @method \Aws\Result publishAppVersion(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise publishAppVersionAsync(array $args = [])
+ * @method \Aws\Result putDraftAppVersionTemplate(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise putDraftAppVersionTemplateAsync(array $args = [])
+ * @method \Aws\Result removeDraftAppVersionResourceMappings(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise removeDraftAppVersionResourceMappingsAsync(array $args = [])
+ * @method \Aws\Result resolveAppVersionResources(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise resolveAppVersionResourcesAsync(array $args = [])
+ * @method \Aws\Result startAppAssessment(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise startAppAssessmentAsync(array $args = [])
+ * @method \Aws\Result tagResource(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
+ * @method \Aws\Result untagResource(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
+ * @method \Aws\Result updateApp(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise updateAppAsync(array $args = [])
+ * @method \Aws\Result updateResiliencyPolicy(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise updateResiliencyPolicyAsync(array $args = [])
+ */
+class ResilienceHubClient extends AwsClient {}