AppFabricClient.php
62 lines
| 1 | <?php |
| 2 | namespace Aws\AppFabric; |
| 3 | |
| 4 | use Aws\AwsClient; |
| 5 | |
| 6 | /** |
| 7 | * This client is used to interact with the **AppFabric** service. |
| 8 | * @method \Aws\Result batchGetUserAccessTasks(array $args = []) |
| 9 | * @method \GuzzleHttp\Promise\Promise batchGetUserAccessTasksAsync(array $args = []) |
| 10 | * @method \Aws\Result connectAppAuthorization(array $args = []) |
| 11 | * @method \GuzzleHttp\Promise\Promise connectAppAuthorizationAsync(array $args = []) |
| 12 | * @method \Aws\Result createAppAuthorization(array $args = []) |
| 13 | * @method \GuzzleHttp\Promise\Promise createAppAuthorizationAsync(array $args = []) |
| 14 | * @method \Aws\Result createAppBundle(array $args = []) |
| 15 | * @method \GuzzleHttp\Promise\Promise createAppBundleAsync(array $args = []) |
| 16 | * @method \Aws\Result createIngestion(array $args = []) |
| 17 | * @method \GuzzleHttp\Promise\Promise createIngestionAsync(array $args = []) |
| 18 | * @method \Aws\Result createIngestionDestination(array $args = []) |
| 19 | * @method \GuzzleHttp\Promise\Promise createIngestionDestinationAsync(array $args = []) |
| 20 | * @method \Aws\Result deleteAppAuthorization(array $args = []) |
| 21 | * @method \GuzzleHttp\Promise\Promise deleteAppAuthorizationAsync(array $args = []) |
| 22 | * @method \Aws\Result deleteAppBundle(array $args = []) |
| 23 | * @method \GuzzleHttp\Promise\Promise deleteAppBundleAsync(array $args = []) |
| 24 | * @method \Aws\Result deleteIngestion(array $args = []) |
| 25 | * @method \GuzzleHttp\Promise\Promise deleteIngestionAsync(array $args = []) |
| 26 | * @method \Aws\Result deleteIngestionDestination(array $args = []) |
| 27 | * @method \GuzzleHttp\Promise\Promise deleteIngestionDestinationAsync(array $args = []) |
| 28 | * @method \Aws\Result getAppAuthorization(array $args = []) |
| 29 | * @method \GuzzleHttp\Promise\Promise getAppAuthorizationAsync(array $args = []) |
| 30 | * @method \Aws\Result getAppBundle(array $args = []) |
| 31 | * @method \GuzzleHttp\Promise\Promise getAppBundleAsync(array $args = []) |
| 32 | * @method \Aws\Result getIngestion(array $args = []) |
| 33 | * @method \GuzzleHttp\Promise\Promise getIngestionAsync(array $args = []) |
| 34 | * @method \Aws\Result getIngestionDestination(array $args = []) |
| 35 | * @method \GuzzleHttp\Promise\Promise getIngestionDestinationAsync(array $args = []) |
| 36 | * @method \Aws\Result listAppAuthorizations(array $args = []) |
| 37 | * @method \GuzzleHttp\Promise\Promise listAppAuthorizationsAsync(array $args = []) |
| 38 | * @method \Aws\Result listAppBundles(array $args = []) |
| 39 | * @method \GuzzleHttp\Promise\Promise listAppBundlesAsync(array $args = []) |
| 40 | * @method \Aws\Result listIngestionDestinations(array $args = []) |
| 41 | * @method \GuzzleHttp\Promise\Promise listIngestionDestinationsAsync(array $args = []) |
| 42 | * @method \Aws\Result listIngestions(array $args = []) |
| 43 | * @method \GuzzleHttp\Promise\Promise listIngestionsAsync(array $args = []) |
| 44 | * @method \Aws\Result listTagsForResource(array $args = []) |
| 45 | * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = []) |
| 46 | * @method \Aws\Result startIngestion(array $args = []) |
| 47 | * @method \GuzzleHttp\Promise\Promise startIngestionAsync(array $args = []) |
| 48 | * @method \Aws\Result startUserAccessTasks(array $args = []) |
| 49 | * @method \GuzzleHttp\Promise\Promise startUserAccessTasksAsync(array $args = []) |
| 50 | * @method \Aws\Result stopIngestion(array $args = []) |
| 51 | * @method \GuzzleHttp\Promise\Promise stopIngestionAsync(array $args = []) |
| 52 | * @method \Aws\Result tagResource(array $args = []) |
| 53 | * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = []) |
| 54 | * @method \Aws\Result untagResource(array $args = []) |
| 55 | * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = []) |
| 56 | * @method \Aws\Result updateAppAuthorization(array $args = []) |
| 57 | * @method \GuzzleHttp\Promise\Promise updateAppAuthorizationAsync(array $args = []) |
| 58 | * @method \Aws\Result updateIngestionDestination(array $args = []) |
| 59 | * @method \GuzzleHttp\Promise\Promise updateIngestionDestinationAsync(array $args = []) |
| 60 | */ |
| 61 | class AppFabricClient extends AwsClient {} |
| 62 |