Файл: sngine-v2.8/Script/includes/libs/AWS/Aws/SSO/SSOClient.php
Строк: 21
<?php
namespace AwsSSO;
use AwsAwsClient;
/**
* This client is used to interact with the **AWS Single Sign-On** service.
* @method AwsResult getRoleCredentials(array $args = [])
* @method GuzzleHttpPromisePromise getRoleCredentialsAsync(array $args = [])
* @method AwsResult listAccountRoles(array $args = [])
* @method GuzzleHttpPromisePromise listAccountRolesAsync(array $args = [])
* @method AwsResult listAccounts(array $args = [])
* @method GuzzleHttpPromisePromise listAccountsAsync(array $args = [])
* @method AwsResult logout(array $args = [])
* @method GuzzleHttpPromisePromise logoutAsync(array $args = [])
*/
class SSOClient extends AwsClient {}