1 |
efrain |
1 |
<?php
|
|
|
2 |
namespace Aws\Route53RecoveryReadiness;
|
|
|
3 |
|
|
|
4 |
use Aws\AwsClient;
|
|
|
5 |
|
|
|
6 |
/**
|
|
|
7 |
* This client is used to interact with the **AWS Route53 Recovery Readiness** service.
|
|
|
8 |
* @method \Aws\Result createCell(array $args = [])
|
|
|
9 |
* @method \GuzzleHttp\Promise\Promise createCellAsync(array $args = [])
|
|
|
10 |
* @method \Aws\Result createCrossAccountAuthorization(array $args = [])
|
|
|
11 |
* @method \GuzzleHttp\Promise\Promise createCrossAccountAuthorizationAsync(array $args = [])
|
|
|
12 |
* @method \Aws\Result createReadinessCheck(array $args = [])
|
|
|
13 |
* @method \GuzzleHttp\Promise\Promise createReadinessCheckAsync(array $args = [])
|
|
|
14 |
* @method \Aws\Result createRecoveryGroup(array $args = [])
|
|
|
15 |
* @method \GuzzleHttp\Promise\Promise createRecoveryGroupAsync(array $args = [])
|
|
|
16 |
* @method \Aws\Result createResourceSet(array $args = [])
|
|
|
17 |
* @method \GuzzleHttp\Promise\Promise createResourceSetAsync(array $args = [])
|
|
|
18 |
* @method \Aws\Result deleteCell(array $args = [])
|
|
|
19 |
* @method \GuzzleHttp\Promise\Promise deleteCellAsync(array $args = [])
|
|
|
20 |
* @method \Aws\Result deleteCrossAccountAuthorization(array $args = [])
|
|
|
21 |
* @method \GuzzleHttp\Promise\Promise deleteCrossAccountAuthorizationAsync(array $args = [])
|
|
|
22 |
* @method \Aws\Result deleteReadinessCheck(array $args = [])
|
|
|
23 |
* @method \GuzzleHttp\Promise\Promise deleteReadinessCheckAsync(array $args = [])
|
|
|
24 |
* @method \Aws\Result deleteRecoveryGroup(array $args = [])
|
|
|
25 |
* @method \GuzzleHttp\Promise\Promise deleteRecoveryGroupAsync(array $args = [])
|
|
|
26 |
* @method \Aws\Result deleteResourceSet(array $args = [])
|
|
|
27 |
* @method \GuzzleHttp\Promise\Promise deleteResourceSetAsync(array $args = [])
|
|
|
28 |
* @method \Aws\Result getArchitectureRecommendations(array $args = [])
|
|
|
29 |
* @method \GuzzleHttp\Promise\Promise getArchitectureRecommendationsAsync(array $args = [])
|
|
|
30 |
* @method \Aws\Result getCell(array $args = [])
|
|
|
31 |
* @method \GuzzleHttp\Promise\Promise getCellAsync(array $args = [])
|
|
|
32 |
* @method \Aws\Result getCellReadinessSummary(array $args = [])
|
|
|
33 |
* @method \GuzzleHttp\Promise\Promise getCellReadinessSummaryAsync(array $args = [])
|
|
|
34 |
* @method \Aws\Result getReadinessCheck(array $args = [])
|
|
|
35 |
* @method \GuzzleHttp\Promise\Promise getReadinessCheckAsync(array $args = [])
|
|
|
36 |
* @method \Aws\Result getReadinessCheckResourceStatus(array $args = [])
|
|
|
37 |
* @method \GuzzleHttp\Promise\Promise getReadinessCheckResourceStatusAsync(array $args = [])
|
|
|
38 |
* @method \Aws\Result getReadinessCheckStatus(array $args = [])
|
|
|
39 |
* @method \GuzzleHttp\Promise\Promise getReadinessCheckStatusAsync(array $args = [])
|
|
|
40 |
* @method \Aws\Result getRecoveryGroup(array $args = [])
|
|
|
41 |
* @method \GuzzleHttp\Promise\Promise getRecoveryGroupAsync(array $args = [])
|
|
|
42 |
* @method \Aws\Result getRecoveryGroupReadinessSummary(array $args = [])
|
|
|
43 |
* @method \GuzzleHttp\Promise\Promise getRecoveryGroupReadinessSummaryAsync(array $args = [])
|
|
|
44 |
* @method \Aws\Result getResourceSet(array $args = [])
|
|
|
45 |
* @method \GuzzleHttp\Promise\Promise getResourceSetAsync(array $args = [])
|
|
|
46 |
* @method \Aws\Result listCells(array $args = [])
|
|
|
47 |
* @method \GuzzleHttp\Promise\Promise listCellsAsync(array $args = [])
|
|
|
48 |
* @method \Aws\Result listCrossAccountAuthorizations(array $args = [])
|
|
|
49 |
* @method \GuzzleHttp\Promise\Promise listCrossAccountAuthorizationsAsync(array $args = [])
|
|
|
50 |
* @method \Aws\Result listReadinessChecks(array $args = [])
|
|
|
51 |
* @method \GuzzleHttp\Promise\Promise listReadinessChecksAsync(array $args = [])
|
|
|
52 |
* @method \Aws\Result listRecoveryGroups(array $args = [])
|
|
|
53 |
* @method \GuzzleHttp\Promise\Promise listRecoveryGroupsAsync(array $args = [])
|
|
|
54 |
* @method \Aws\Result listResourceSets(array $args = [])
|
|
|
55 |
* @method \GuzzleHttp\Promise\Promise listResourceSetsAsync(array $args = [])
|
|
|
56 |
* @method \Aws\Result listRules(array $args = [])
|
|
|
57 |
* @method \GuzzleHttp\Promise\Promise listRulesAsync(array $args = [])
|
|
|
58 |
* @method \Aws\Result listTagsForResources(array $args = [])
|
|
|
59 |
* @method \GuzzleHttp\Promise\Promise listTagsForResourcesAsync(array $args = [])
|
|
|
60 |
* @method \Aws\Result tagResource(array $args = [])
|
|
|
61 |
* @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
|
|
|
62 |
* @method \Aws\Result untagResource(array $args = [])
|
|
|
63 |
* @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
|
|
|
64 |
* @method \Aws\Result updateCell(array $args = [])
|
|
|
65 |
* @method \GuzzleHttp\Promise\Promise updateCellAsync(array $args = [])
|
|
|
66 |
* @method \Aws\Result updateReadinessCheck(array $args = [])
|
|
|
67 |
* @method \GuzzleHttp\Promise\Promise updateReadinessCheckAsync(array $args = [])
|
|
|
68 |
* @method \Aws\Result updateRecoveryGroup(array $args = [])
|
|
|
69 |
* @method \GuzzleHttp\Promise\Promise updateRecoveryGroupAsync(array $args = [])
|
|
|
70 |
* @method \Aws\Result updateResourceSet(array $args = [])
|
|
|
71 |
* @method \GuzzleHttp\Promise\Promise updateResourceSetAsync(array $args = [])
|
|
|
72 |
*/
|
|
|
73 |
class Route53RecoveryReadinessClient extends AwsClient {}
|