PluginProbe ʕ •ᴥ•ʔ
Transferito: WP Migration / trunk
Transferito: WP Migration vtrunk
trunk 11.4.0 12.0.0 13.1.0 14.0.0 14.0.11 14.0.7 14.1.0 14.1.1 14.1.2 14.1.3 14.1.4
transferito / vendor / aws / aws-sdk-php / src / Sms / SmsClient.php
transferito / vendor / aws / aws-sdk-php / src / Sms Last commit date
Exception 11 months ago SmsClient.php 11 months ago
SmsClient.php
80 lines
1 <?php
2 namespace Aws\Sms;
3
4 use Aws\AwsClient;
5
6 /**
7 * This client is used to interact with the **AWS Server Migration Service** service.
8 * @method \Aws\Result createApp(array $args = [])
9 * @method \GuzzleHttp\Promise\Promise createAppAsync(array $args = [])
10 * @method \Aws\Result createReplicationJob(array $args = [])
11 * @method \GuzzleHttp\Promise\Promise createReplicationJobAsync(array $args = [])
12 * @method \Aws\Result deleteApp(array $args = [])
13 * @method \GuzzleHttp\Promise\Promise deleteAppAsync(array $args = [])
14 * @method \Aws\Result deleteAppLaunchConfiguration(array $args = [])
15 * @method \GuzzleHttp\Promise\Promise deleteAppLaunchConfigurationAsync(array $args = [])
16 * @method \Aws\Result deleteAppReplicationConfiguration(array $args = [])
17 * @method \GuzzleHttp\Promise\Promise deleteAppReplicationConfigurationAsync(array $args = [])
18 * @method \Aws\Result deleteAppValidationConfiguration(array $args = [])
19 * @method \GuzzleHttp\Promise\Promise deleteAppValidationConfigurationAsync(array $args = [])
20 * @method \Aws\Result deleteReplicationJob(array $args = [])
21 * @method \GuzzleHttp\Promise\Promise deleteReplicationJobAsync(array $args = [])
22 * @method \Aws\Result deleteServerCatalog(array $args = [])
23 * @method \GuzzleHttp\Promise\Promise deleteServerCatalogAsync(array $args = [])
24 * @method \Aws\Result disassociateConnector(array $args = [])
25 * @method \GuzzleHttp\Promise\Promise disassociateConnectorAsync(array $args = [])
26 * @method \Aws\Result generateChangeSet(array $args = [])
27 * @method \GuzzleHttp\Promise\Promise generateChangeSetAsync(array $args = [])
28 * @method \Aws\Result generateTemplate(array $args = [])
29 * @method \GuzzleHttp\Promise\Promise generateTemplateAsync(array $args = [])
30 * @method \Aws\Result getApp(array $args = [])
31 * @method \GuzzleHttp\Promise\Promise getAppAsync(array $args = [])
32 * @method \Aws\Result getAppLaunchConfiguration(array $args = [])
33 * @method \GuzzleHttp\Promise\Promise getAppLaunchConfigurationAsync(array $args = [])
34 * @method \Aws\Result getAppReplicationConfiguration(array $args = [])
35 * @method \GuzzleHttp\Promise\Promise getAppReplicationConfigurationAsync(array $args = [])
36 * @method \Aws\Result getAppValidationConfiguration(array $args = [])
37 * @method \GuzzleHttp\Promise\Promise getAppValidationConfigurationAsync(array $args = [])
38 * @method \Aws\Result getAppValidationOutput(array $args = [])
39 * @method \GuzzleHttp\Promise\Promise getAppValidationOutputAsync(array $args = [])
40 * @method \Aws\Result getConnectors(array $args = [])
41 * @method \GuzzleHttp\Promise\Promise getConnectorsAsync(array $args = [])
42 * @method \Aws\Result getReplicationJobs(array $args = [])
43 * @method \GuzzleHttp\Promise\Promise getReplicationJobsAsync(array $args = [])
44 * @method \Aws\Result getReplicationRuns(array $args = [])
45 * @method \GuzzleHttp\Promise\Promise getReplicationRunsAsync(array $args = [])
46 * @method \Aws\Result getServers(array $args = [])
47 * @method \GuzzleHttp\Promise\Promise getServersAsync(array $args = [])
48 * @method \Aws\Result importAppCatalog(array $args = [])
49 * @method \GuzzleHttp\Promise\Promise importAppCatalogAsync(array $args = [])
50 * @method \Aws\Result importServerCatalog(array $args = [])
51 * @method \GuzzleHttp\Promise\Promise importServerCatalogAsync(array $args = [])
52 * @method \Aws\Result launchApp(array $args = [])
53 * @method \GuzzleHttp\Promise\Promise launchAppAsync(array $args = [])
54 * @method \Aws\Result listApps(array $args = [])
55 * @method \GuzzleHttp\Promise\Promise listAppsAsync(array $args = [])
56 * @method \Aws\Result notifyAppValidationOutput(array $args = [])
57 * @method \GuzzleHttp\Promise\Promise notifyAppValidationOutputAsync(array $args = [])
58 * @method \Aws\Result putAppLaunchConfiguration(array $args = [])
59 * @method \GuzzleHttp\Promise\Promise putAppLaunchConfigurationAsync(array $args = [])
60 * @method \Aws\Result putAppReplicationConfiguration(array $args = [])
61 * @method \GuzzleHttp\Promise\Promise putAppReplicationConfigurationAsync(array $args = [])
62 * @method \Aws\Result putAppValidationConfiguration(array $args = [])
63 * @method \GuzzleHttp\Promise\Promise putAppValidationConfigurationAsync(array $args = [])
64 * @method \Aws\Result startAppReplication(array $args = [])
65 * @method \GuzzleHttp\Promise\Promise startAppReplicationAsync(array $args = [])
66 * @method \Aws\Result startOnDemandAppReplication(array $args = [])
67 * @method \GuzzleHttp\Promise\Promise startOnDemandAppReplicationAsync(array $args = [])
68 * @method \Aws\Result startOnDemandReplicationRun(array $args = [])
69 * @method \GuzzleHttp\Promise\Promise startOnDemandReplicationRunAsync(array $args = [])
70 * @method \Aws\Result stopAppReplication(array $args = [])
71 * @method \GuzzleHttp\Promise\Promise stopAppReplicationAsync(array $args = [])
72 * @method \Aws\Result terminateApp(array $args = [])
73 * @method \GuzzleHttp\Promise\Promise terminateAppAsync(array $args = [])
74 * @method \Aws\Result updateApp(array $args = [])
75 * @method \GuzzleHttp\Promise\Promise updateAppAsync(array $args = [])
76 * @method \Aws\Result updateReplicationJob(array $args = [])
77 * @method \GuzzleHttp\Promise\Promise updateReplicationJobAsync(array $args = [])
78 */
79 class SmsClient extends AwsClient {}
80