summaryrefslogtreecommitdiff
path: root/vendor/aws/aws-sdk-php/src/Sms
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/Sms
initial
Diffstat (limited to 'vendor/aws/aws-sdk-php/src/Sms')
-rw-r--r--vendor/aws/aws-sdk-php/src/Sms/Exception/SmsException.php9
-rw-r--r--vendor/aws/aws-sdk-php/src/Sms/SmsClient.php79
2 files changed, 88 insertions, 0 deletions
diff --git a/vendor/aws/aws-sdk-php/src/Sms/Exception/SmsException.php b/vendor/aws/aws-sdk-php/src/Sms/Exception/SmsException.php
new file mode 100644
index 0000000..2da68c2
--- /dev/null
+++ b/vendor/aws/aws-sdk-php/src/Sms/Exception/SmsException.php
@@ -0,0 +1,9 @@
+<?php
+namespace Aws\Sms\Exception;
+
+use Aws\Exception\AwsException;
+
+/**
+ * Represents an error interacting with the **AWS Server Migration Service** service.
+ */
+class SmsException extends AwsException {}
diff --git a/vendor/aws/aws-sdk-php/src/Sms/SmsClient.php b/vendor/aws/aws-sdk-php/src/Sms/SmsClient.php
new file mode 100644
index 0000000..4c800da
--- /dev/null
+++ b/vendor/aws/aws-sdk-php/src/Sms/SmsClient.php
@@ -0,0 +1,79 @@
+<?php
+namespace Aws\Sms;
+
+use Aws\AwsClient;
+
+/**
+ * This client is used to interact with the **AWS Server Migration Service** service.
+ * @method \Aws\Result createApp(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise createAppAsync(array $args = [])
+ * @method \Aws\Result createReplicationJob(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise createReplicationJobAsync(array $args = [])
+ * @method \Aws\Result deleteApp(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise deleteAppAsync(array $args = [])
+ * @method \Aws\Result deleteAppLaunchConfiguration(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise deleteAppLaunchConfigurationAsync(array $args = [])
+ * @method \Aws\Result deleteAppReplicationConfiguration(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise deleteAppReplicationConfigurationAsync(array $args = [])
+ * @method \Aws\Result deleteAppValidationConfiguration(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise deleteAppValidationConfigurationAsync(array $args = [])
+ * @method \Aws\Result deleteReplicationJob(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise deleteReplicationJobAsync(array $args = [])
+ * @method \Aws\Result deleteServerCatalog(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise deleteServerCatalogAsync(array $args = [])
+ * @method \Aws\Result disassociateConnector(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise disassociateConnectorAsync(array $args = [])
+ * @method \Aws\Result generateChangeSet(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise generateChangeSetAsync(array $args = [])
+ * @method \Aws\Result generateTemplate(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise generateTemplateAsync(array $args = [])
+ * @method \Aws\Result getApp(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getAppAsync(array $args = [])
+ * @method \Aws\Result getAppLaunchConfiguration(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getAppLaunchConfigurationAsync(array $args = [])
+ * @method \Aws\Result getAppReplicationConfiguration(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getAppReplicationConfigurationAsync(array $args = [])
+ * @method \Aws\Result getAppValidationConfiguration(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getAppValidationConfigurationAsync(array $args = [])
+ * @method \Aws\Result getAppValidationOutput(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getAppValidationOutputAsync(array $args = [])
+ * @method \Aws\Result getConnectors(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getConnectorsAsync(array $args = [])
+ * @method \Aws\Result getReplicationJobs(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getReplicationJobsAsync(array $args = [])
+ * @method \Aws\Result getReplicationRuns(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getReplicationRunsAsync(array $args = [])
+ * @method \Aws\Result getServers(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getServersAsync(array $args = [])
+ * @method \Aws\Result importAppCatalog(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise importAppCatalogAsync(array $args = [])
+ * @method \Aws\Result importServerCatalog(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise importServerCatalogAsync(array $args = [])
+ * @method \Aws\Result launchApp(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise launchAppAsync(array $args = [])
+ * @method \Aws\Result listApps(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listAppsAsync(array $args = [])
+ * @method \Aws\Result notifyAppValidationOutput(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise notifyAppValidationOutputAsync(array $args = [])
+ * @method \Aws\Result putAppLaunchConfiguration(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise putAppLaunchConfigurationAsync(array $args = [])
+ * @method \Aws\Result putAppReplicationConfiguration(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise putAppReplicationConfigurationAsync(array $args = [])
+ * @method \Aws\Result putAppValidationConfiguration(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise putAppValidationConfigurationAsync(array $args = [])
+ * @method \Aws\Result startAppReplication(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise startAppReplicationAsync(array $args = [])
+ * @method \Aws\Result startOnDemandAppReplication(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise startOnDemandAppReplicationAsync(array $args = [])
+ * @method \Aws\Result startOnDemandReplicationRun(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise startOnDemandReplicationRunAsync(array $args = [])
+ * @method \Aws\Result stopAppReplication(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise stopAppReplicationAsync(array $args = [])
+ * @method \Aws\Result terminateApp(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise terminateAppAsync(array $args = [])
+ * @method \Aws\Result updateApp(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise updateAppAsync(array $args = [])
+ * @method \Aws\Result updateReplicationJob(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise updateReplicationJobAsync(array $args = [])
+ */
+class SmsClient extends AwsClient {}