SupportAppClient.php
30 lines
| 1 | <?php |
| 2 | namespace Aws\SupportApp; |
| 3 | |
| 4 | use Aws\AwsClient; |
| 5 | |
| 6 | /** |
| 7 | * This client is used to interact with the **AWS Support App** service. |
| 8 | * @method \Aws\Result createSlackChannelConfiguration(array $args = []) |
| 9 | * @method \GuzzleHttp\Promise\Promise createSlackChannelConfigurationAsync(array $args = []) |
| 10 | * @method \Aws\Result deleteAccountAlias(array $args = []) |
| 11 | * @method \GuzzleHttp\Promise\Promise deleteAccountAliasAsync(array $args = []) |
| 12 | * @method \Aws\Result deleteSlackChannelConfiguration(array $args = []) |
| 13 | * @method \GuzzleHttp\Promise\Promise deleteSlackChannelConfigurationAsync(array $args = []) |
| 14 | * @method \Aws\Result deleteSlackWorkspaceConfiguration(array $args = []) |
| 15 | * @method \GuzzleHttp\Promise\Promise deleteSlackWorkspaceConfigurationAsync(array $args = []) |
| 16 | * @method \Aws\Result getAccountAlias(array $args = []) |
| 17 | * @method \GuzzleHttp\Promise\Promise getAccountAliasAsync(array $args = []) |
| 18 | * @method \Aws\Result listSlackChannelConfigurations(array $args = []) |
| 19 | * @method \GuzzleHttp\Promise\Promise listSlackChannelConfigurationsAsync(array $args = []) |
| 20 | * @method \Aws\Result listSlackWorkspaceConfigurations(array $args = []) |
| 21 | * @method \GuzzleHttp\Promise\Promise listSlackWorkspaceConfigurationsAsync(array $args = []) |
| 22 | * @method \Aws\Result putAccountAlias(array $args = []) |
| 23 | * @method \GuzzleHttp\Promise\Promise putAccountAliasAsync(array $args = []) |
| 24 | * @method \Aws\Result registerSlackWorkspaceForOrganization(array $args = []) |
| 25 | * @method \GuzzleHttp\Promise\Promise registerSlackWorkspaceForOrganizationAsync(array $args = []) |
| 26 | * @method \Aws\Result updateSlackChannelConfiguration(array $args = []) |
| 27 | * @method \GuzzleHttp\Promise\Promise updateSlackChannelConfigurationAsync(array $args = []) |
| 28 | */ |
| 29 | class SupportAppClient extends AwsClient {} |
| 30 |