MigrationHubClient.php
44 lines
| 1 | <?php |
| 2 | namespace Aws\MigrationHub; |
| 3 | |
| 4 | use Aws\AwsClient; |
| 5 | |
| 6 | /** |
| 7 | * This client is used to interact with the **AWS Migration Hub** service. |
| 8 | * @method \Aws\Result associateCreatedArtifact(array $args = []) |
| 9 | * @method \GuzzleHttp\Promise\Promise associateCreatedArtifactAsync(array $args = []) |
| 10 | * @method \Aws\Result associateDiscoveredResource(array $args = []) |
| 11 | * @method \GuzzleHttp\Promise\Promise associateDiscoveredResourceAsync(array $args = []) |
| 12 | * @method \Aws\Result createProgressUpdateStream(array $args = []) |
| 13 | * @method \GuzzleHttp\Promise\Promise createProgressUpdateStreamAsync(array $args = []) |
| 14 | * @method \Aws\Result deleteProgressUpdateStream(array $args = []) |
| 15 | * @method \GuzzleHttp\Promise\Promise deleteProgressUpdateStreamAsync(array $args = []) |
| 16 | * @method \Aws\Result describeApplicationState(array $args = []) |
| 17 | * @method \GuzzleHttp\Promise\Promise describeApplicationStateAsync(array $args = []) |
| 18 | * @method \Aws\Result describeMigrationTask(array $args = []) |
| 19 | * @method \GuzzleHttp\Promise\Promise describeMigrationTaskAsync(array $args = []) |
| 20 | * @method \Aws\Result disassociateCreatedArtifact(array $args = []) |
| 21 | * @method \GuzzleHttp\Promise\Promise disassociateCreatedArtifactAsync(array $args = []) |
| 22 | * @method \Aws\Result disassociateDiscoveredResource(array $args = []) |
| 23 | * @method \GuzzleHttp\Promise\Promise disassociateDiscoveredResourceAsync(array $args = []) |
| 24 | * @method \Aws\Result importMigrationTask(array $args = []) |
| 25 | * @method \GuzzleHttp\Promise\Promise importMigrationTaskAsync(array $args = []) |
| 26 | * @method \Aws\Result listApplicationStates(array $args = []) |
| 27 | * @method \GuzzleHttp\Promise\Promise listApplicationStatesAsync(array $args = []) |
| 28 | * @method \Aws\Result listCreatedArtifacts(array $args = []) |
| 29 | * @method \GuzzleHttp\Promise\Promise listCreatedArtifactsAsync(array $args = []) |
| 30 | * @method \Aws\Result listDiscoveredResources(array $args = []) |
| 31 | * @method \GuzzleHttp\Promise\Promise listDiscoveredResourcesAsync(array $args = []) |
| 32 | * @method \Aws\Result listMigrationTasks(array $args = []) |
| 33 | * @method \GuzzleHttp\Promise\Promise listMigrationTasksAsync(array $args = []) |
| 34 | * @method \Aws\Result listProgressUpdateStreams(array $args = []) |
| 35 | * @method \GuzzleHttp\Promise\Promise listProgressUpdateStreamsAsync(array $args = []) |
| 36 | * @method \Aws\Result notifyApplicationState(array $args = []) |
| 37 | * @method \GuzzleHttp\Promise\Promise notifyApplicationStateAsync(array $args = []) |
| 38 | * @method \Aws\Result notifyMigrationTaskState(array $args = []) |
| 39 | * @method \GuzzleHttp\Promise\Promise notifyMigrationTaskStateAsync(array $args = []) |
| 40 | * @method \Aws\Result putResourceAttributes(array $args = []) |
| 41 | * @method \GuzzleHttp\Promise\Promise putResourceAttributesAsync(array $args = []) |
| 42 | */ |
| 43 | class MigrationHubClient extends AwsClient {} |
| 44 |