AppflowClient.php
60 lines
| 1 | <?php |
| 2 | namespace Aws\Appflow; |
| 3 | |
| 4 | use Aws\AwsClient; |
| 5 | |
| 6 | /** |
| 7 | * This client is used to interact with the **Amazon Appflow** service. |
| 8 | * @method \Aws\Result cancelFlowExecutions(array $args = []) |
| 9 | * @method \GuzzleHttp\Promise\Promise cancelFlowExecutionsAsync(array $args = []) |
| 10 | * @method \Aws\Result createConnectorProfile(array $args = []) |
| 11 | * @method \GuzzleHttp\Promise\Promise createConnectorProfileAsync(array $args = []) |
| 12 | * @method \Aws\Result createFlow(array $args = []) |
| 13 | * @method \GuzzleHttp\Promise\Promise createFlowAsync(array $args = []) |
| 14 | * @method \Aws\Result deleteConnectorProfile(array $args = []) |
| 15 | * @method \GuzzleHttp\Promise\Promise deleteConnectorProfileAsync(array $args = []) |
| 16 | * @method \Aws\Result deleteFlow(array $args = []) |
| 17 | * @method \GuzzleHttp\Promise\Promise deleteFlowAsync(array $args = []) |
| 18 | * @method \Aws\Result describeConnector(array $args = []) |
| 19 | * @method \GuzzleHttp\Promise\Promise describeConnectorAsync(array $args = []) |
| 20 | * @method \Aws\Result describeConnectorEntity(array $args = []) |
| 21 | * @method \GuzzleHttp\Promise\Promise describeConnectorEntityAsync(array $args = []) |
| 22 | * @method \Aws\Result describeConnectorProfiles(array $args = []) |
| 23 | * @method \GuzzleHttp\Promise\Promise describeConnectorProfilesAsync(array $args = []) |
| 24 | * @method \Aws\Result describeConnectors(array $args = []) |
| 25 | * @method \GuzzleHttp\Promise\Promise describeConnectorsAsync(array $args = []) |
| 26 | * @method \Aws\Result describeFlow(array $args = []) |
| 27 | * @method \GuzzleHttp\Promise\Promise describeFlowAsync(array $args = []) |
| 28 | * @method \Aws\Result describeFlowExecutionRecords(array $args = []) |
| 29 | * @method \GuzzleHttp\Promise\Promise describeFlowExecutionRecordsAsync(array $args = []) |
| 30 | * @method \Aws\Result listConnectorEntities(array $args = []) |
| 31 | * @method \GuzzleHttp\Promise\Promise listConnectorEntitiesAsync(array $args = []) |
| 32 | * @method \Aws\Result listConnectors(array $args = []) |
| 33 | * @method \GuzzleHttp\Promise\Promise listConnectorsAsync(array $args = []) |
| 34 | * @method \Aws\Result listFlows(array $args = []) |
| 35 | * @method \GuzzleHttp\Promise\Promise listFlowsAsync(array $args = []) |
| 36 | * @method \Aws\Result listTagsForResource(array $args = []) |
| 37 | * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = []) |
| 38 | * @method \Aws\Result registerConnector(array $args = []) |
| 39 | * @method \GuzzleHttp\Promise\Promise registerConnectorAsync(array $args = []) |
| 40 | * @method \Aws\Result resetConnectorMetadataCache(array $args = []) |
| 41 | * @method \GuzzleHttp\Promise\Promise resetConnectorMetadataCacheAsync(array $args = []) |
| 42 | * @method \Aws\Result startFlow(array $args = []) |
| 43 | * @method \GuzzleHttp\Promise\Promise startFlowAsync(array $args = []) |
| 44 | * @method \Aws\Result stopFlow(array $args = []) |
| 45 | * @method \GuzzleHttp\Promise\Promise stopFlowAsync(array $args = []) |
| 46 | * @method \Aws\Result tagResource(array $args = []) |
| 47 | * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = []) |
| 48 | * @method \Aws\Result unregisterConnector(array $args = []) |
| 49 | * @method \GuzzleHttp\Promise\Promise unregisterConnectorAsync(array $args = []) |
| 50 | * @method \Aws\Result untagResource(array $args = []) |
| 51 | * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = []) |
| 52 | * @method \Aws\Result updateConnectorProfile(array $args = []) |
| 53 | * @method \GuzzleHttp\Promise\Promise updateConnectorProfileAsync(array $args = []) |
| 54 | * @method \Aws\Result updateConnectorRegistration(array $args = []) |
| 55 | * @method \GuzzleHttp\Promise\Promise updateConnectorRegistrationAsync(array $args = []) |
| 56 | * @method \Aws\Result updateFlow(array $args = []) |
| 57 | * @method \GuzzleHttp\Promise\Promise updateFlowAsync(array $args = []) |
| 58 | */ |
| 59 | class AppflowClient extends AwsClient {} |
| 60 |