SSOClient.php 691 B

1234567891011121314151617
  1. <?php
  2. namespace Aws\SSO;
  3. use Aws\AwsClient;
  4. /**
  5. * This client is used to interact with the **AWS Single Sign-On** service.
  6. * @method \Aws\Result getRoleCredentials(array $args = [])
  7. * @method \GuzzleHttp\Promise\Promise getRoleCredentialsAsync(array $args = [])
  8. * @method \Aws\Result listAccountRoles(array $args = [])
  9. * @method \GuzzleHttp\Promise\Promise listAccountRolesAsync(array $args = [])
  10. * @method \Aws\Result listAccounts(array $args = [])
  11. * @method \GuzzleHttp\Promise\Promise listAccountsAsync(array $args = [])
  12. * @method \Aws\Result logout(array $args = [])
  13. * @method \GuzzleHttp\Promise\Promise logoutAsync(array $args = [])
  14. */
  15. class SSOClient extends AwsClient {}