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/mgn/mgnClient.php')
-rw-r--r--aws/aws-sdk-php/src/mgn/mgnClient.php16
1 files changed, 16 insertions, 0 deletions
diff --git a/aws/aws-sdk-php/src/mgn/mgnClient.php b/aws/aws-sdk-php/src/mgn/mgnClient.php
index ba1e1adc..154e5366 100644
--- a/aws/aws-sdk-php/src/mgn/mgnClient.php
+++ b/aws/aws-sdk-php/src/mgn/mgnClient.php
@@ -7,22 +7,32 @@ use Aws\AwsClient;
* This client is used to interact with the **Application Migration Service** service.
* @method \Aws\Result changeServerLifeCycleState(array $args = [])
* @method \GuzzleHttp\Promise\Promise changeServerLifeCycleStateAsync(array $args = [])
+ * @method \Aws\Result createLaunchConfigurationTemplate(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise createLaunchConfigurationTemplateAsync(array $args = [])
* @method \Aws\Result createReplicationConfigurationTemplate(array $args = [])
* @method \GuzzleHttp\Promise\Promise createReplicationConfigurationTemplateAsync(array $args = [])
* @method \Aws\Result deleteJob(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteJobAsync(array $args = [])
+ * @method \Aws\Result deleteLaunchConfigurationTemplate(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise deleteLaunchConfigurationTemplateAsync(array $args = [])
* @method \Aws\Result deleteReplicationConfigurationTemplate(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteReplicationConfigurationTemplateAsync(array $args = [])
* @method \Aws\Result deleteSourceServer(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteSourceServerAsync(array $args = [])
+ * @method \Aws\Result deleteVcenterClient(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise deleteVcenterClientAsync(array $args = [])
* @method \Aws\Result describeJobLogItems(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeJobLogItemsAsync(array $args = [])
* @method \Aws\Result describeJobs(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeJobsAsync(array $args = [])
+ * @method \Aws\Result describeLaunchConfigurationTemplates(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise describeLaunchConfigurationTemplatesAsync(array $args = [])
* @method \Aws\Result describeReplicationConfigurationTemplates(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeReplicationConfigurationTemplatesAsync(array $args = [])
* @method \Aws\Result describeSourceServers(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeSourceServersAsync(array $args = [])
+ * @method \Aws\Result describeVcenterClients(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise describeVcenterClientsAsync(array $args = [])
* @method \Aws\Result disconnectFromService(array $args = [])
* @method \GuzzleHttp\Promise\Promise disconnectFromServiceAsync(array $args = [])
* @method \Aws\Result finalizeCutover(array $args = [])
@@ -41,6 +51,8 @@ use Aws\AwsClient;
* @method \GuzzleHttp\Promise\Promise retryDataReplicationAsync(array $args = [])
* @method \Aws\Result startCutover(array $args = [])
* @method \GuzzleHttp\Promise\Promise startCutoverAsync(array $args = [])
+ * @method \Aws\Result startReplication(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise startReplicationAsync(array $args = [])
* @method \Aws\Result startTest(array $args = [])
* @method \GuzzleHttp\Promise\Promise startTestAsync(array $args = [])
* @method \Aws\Result tagResource(array $args = [])
@@ -51,9 +63,13 @@ use Aws\AwsClient;
* @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
* @method \Aws\Result updateLaunchConfiguration(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateLaunchConfigurationAsync(array $args = [])
+ * @method \Aws\Result updateLaunchConfigurationTemplate(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise updateLaunchConfigurationTemplateAsync(array $args = [])
* @method \Aws\Result updateReplicationConfiguration(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateReplicationConfigurationAsync(array $args = [])
* @method \Aws\Result updateReplicationConfigurationTemplate(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateReplicationConfigurationTemplateAsync(array $args = [])
+ * @method \Aws\Result updateSourceServerReplicationType(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise updateSourceServerReplicationTypeAsync(array $args = [])
*/
class mgnClient extends AwsClient {}