Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/3rdparty.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'aws/aws-sdk-php/src/ResilienceHub/ResilienceHubClient.php')
-rw-r--r--aws/aws-sdk-php/src/ResilienceHub/ResilienceHubClient.php87
1 files changed, 87 insertions, 0 deletions
diff --git a/aws/aws-sdk-php/src/ResilienceHub/ResilienceHubClient.php b/aws/aws-sdk-php/src/ResilienceHub/ResilienceHubClient.php
new file mode 100644
index 00000000..51285733
--- /dev/null
+++ b/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 {}