Module Awso_sso_asyncSource

Sourceval logout : ?endpoint_url:string -> ?cfg:Awso.Cfg.t -> Awso_sso.Values.LogoutRequest.t -> (unit, unit) Result.t Async.Deferred.t
include module type of struct include Awso_sso.Values end
Sourceval service : Awso.Service.t
Sourceval apiVersion : string
Sourceval endpointPrefix : string
Sourceval serviceFullName : string
Sourceval signatureVersion : string
Sourceval protocol : string
Sourceval globalEndpoint : string
Sourceval serviceAbbreviation : string
Sourceval simple_to_json : ('a -> Awso__Botodata.value) -> 'a -> Yojson.Safe.t
Sourceval composed_to_json : ('a -> Awso__Botodata.value) -> 'a -> Yojson.Safe.t
Sourceval to_query : ('a -> Awso.Client.Query.value) -> 'a -> Awso.Client.Query.t
Sourceval structure_to_value_aux : ('a * 'b option) list -> f:(('a * 'b) list -> 'c) -> [> `Structure of 'c ]
Sourceval structure_to_value : ('a * 'b option) list -> [> `Structure of ('a * 'b) list ]
Sourceval structure_to_wrapped_value : wrapper:'a -> response:'a -> ('b * 'c option) list -> [> `Structure of ('a * [> `Structure of ('b * 'c) list ]) list ]
Sourcemodule AccountNameType = Awso_sso.Values.AccountNameType
Sourcemodule EmailAddressType = Awso_sso.Values.EmailAddressType

Provides information about your AWS account.

Sourcemodule ErrorDescription = Awso_sso.Values.ErrorDescription

Provides information about the role that is assigned to the user.

Sourcemodule ExpirationTimestampType = Awso_sso.Values.ExpirationTimestampType
Sourcemodule SecretAccessKeyType = Awso_sso.Values.SecretAccessKeyType
Sourcemodule SessionTokenType = Awso_sso.Values.SessionTokenType
Sourcemodule AccessTokenType = Awso_sso.Values.AccessTokenType
Sourcemodule AccountListType = Awso_sso.Values.AccountListType
Sourcemodule InvalidRequestException = Awso_sso.Values.InvalidRequestException

Indicates that a problem occurred with the input to the request. For example, a required parameter might be missing or out of range.

Sourcemodule ResourceNotFoundException = Awso_sso.Values.ResourceNotFoundException

The specified resource doesn't exist.

Sourcemodule TooManyRequestsException = Awso_sso.Values.TooManyRequestsException

Indicates that the request is being made too frequently and is more than what the server can handle.

Sourcemodule UnauthorizedException = Awso_sso.Values.UnauthorizedException

Indicates that the request is not authorized. This can happen due to an invalid access token in the request.

Sourcemodule RoleCredentials = Awso_sso.Values.RoleCredentials

Provides information about the role credentials that are assigned to the user.

Removes the locally stored SSO tokens from the client-side cache and sends an API call to the IAM Identity Center service to invalidate the corresponding server-side IAM Identity Center sign in session. If a user uses IAM Identity Center to access the AWS CLI, the user’s IAM Identity Center sign in session is used to obtain an IAM session, as specified in the corresponding IAM Identity Center permission set. More specifically, IAM Identity Center assumes an IAM role in the target account on behalf of the user, and the corresponding temporary AWS credentials are returned to the client. After user logout, any existing IAM role sessions that were created by using IAM Identity Center permission sets continue based on the duration configured in the permission set. For more information, see User authentications in the IAM Identity Center User Guide.

Sourcemodule ListAccountsResponse = Awso_sso.Values.ListAccountsResponse

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 IAM Identity Center User Guide. This operation returns a paginated response.

Sourcemodule ListAccountsRequest = Awso_sso.Values.ListAccountsRequest

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 IAM Identity Center User Guide. This operation returns a paginated response.

Sourcemodule ListAccountRolesResponse = Awso_sso.Values.ListAccountRolesResponse

Lists all roles that are assigned to the user for a given AWS account.

Sourcemodule ListAccountRolesRequest = Awso_sso.Values.ListAccountRolesRequest

Lists all roles that are assigned to the user for a given AWS account.

Sourcemodule GetRoleCredentialsResponse = Awso_sso.Values.GetRoleCredentialsResponse

Returns the STS short-term credentials for a given role name that is assigned to the user.

Sourcemodule GetRoleCredentialsRequest = Awso_sso.Values.GetRoleCredentialsRequest

Returns the STS short-term credentials for a given role name that is assigned to the user.

Sourcemodule Util : sig ... end
Sourcemodule Cli : sig ... end