SSO
import { SSO } from "https://aws-api.deno.dev/v0.2/services/sso.ts?docs=full";
class SSO { }
constructor(apiFactory: client.ApiFactory);
async getRoleCredentials(params: GetRoleCredentialsRequest, opts?: client.RequestOptions): Promise<GetRoleCredentialsResponse>;
async listAccountRoles(params: ListAccountRolesRequest, opts?: client.RequestOptions): Promise<ListAccountRolesResponse>;
async listAccounts(params: ListAccountsRequest, opts?: client.RequestOptions): Promise<ListAccountsResponse>;
§Constructors
§
new SSO(apiFactory: client.ApiFactory)
[src]§Methods
§
getRoleCredentials(params: GetRoleCredentialsRequest, opts?: client.RequestOptions): Promise<GetRoleCredentialsResponse>
[src]Returns the STS short-term credentials for a given role name that is assigned to the user.
§
listAccountRoles(params: ListAccountRolesRequest, opts?: client.RequestOptions): Promise<ListAccountRolesResponse>
[src]Lists all roles that are assigned to the user for a given AWS account.
§
listAccounts(params: ListAccountsRequest, opts?: client.RequestOptions): Promise<ListAccountsResponse>
[src]Lists all AWS accounts assigned to the user. These AWS accounts are assigned by the administrator of the account. For more information, see Assign User Access in the AWS SSO User Guide. This operation returns a paginated response.
§Static Properties
§
ApiMetadata: client.ApiMetadata
[src]