IdentityStoreClient.php 699 B

1234567891011121314151617
  1. <?php
  2. namespace Aws\IdentityStore;
  3. use Aws\AwsClient;
  4. /**
  5. * This client is used to interact with the **AWS SSO Identity Store** service.
  6. * @method \Aws\Result describeGroup(array $args = [])
  7. * @method \GuzzleHttp\Promise\Promise describeGroupAsync(array $args = [])
  8. * @method \Aws\Result describeUser(array $args = [])
  9. * @method \GuzzleHttp\Promise\Promise describeUserAsync(array $args = [])
  10. * @method \Aws\Result listGroups(array $args = [])
  11. * @method \GuzzleHttp\Promise\Promise listGroupsAsync(array $args = [])
  12. * @method \Aws\Result listUsers(array $args = [])
  13. * @method \GuzzleHttp\Promise\Promise listUsersAsync(array $args = [])
  14. */
  15. class IdentityStoreClient extends AwsClient {}