Module Awso_sso.ValuesSource

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 AccountIdType : sig ... end
Sourcemodule AccountNameType : sig ... end
Sourcemodule EmailAddressType : sig ... end
Sourcemodule RoleNameType : sig ... end
Sourcemodule AccountInfo : sig ... end

Provides information about your AWS account.

Sourcemodule ErrorDescription : sig ... end
Sourcemodule RoleInfo : sig ... end

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

Sourcemodule AccessKeyType : sig ... end
Sourcemodule ExpirationTimestampType : sig ... end
Sourcemodule SecretAccessKeyType : sig ... end
Sourcemodule SessionTokenType : sig ... end
Sourcemodule AccessTokenType : sig ... end
Sourcemodule AccountListType : sig ... end
Sourcemodule InvalidRequestException : sig ... end

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

Sourcemodule NextTokenType : sig ... end
Sourcemodule ResourceNotFoundException : sig ... end

The specified resource doesn't exist.

Sourcemodule TooManyRequestsException : sig ... end

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

Sourcemodule UnauthorizedException : sig ... end

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

Sourcemodule MaxResultType : sig ... end
Sourcemodule RoleListType : sig ... end
Sourcemodule RoleCredentials : sig ... end

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

Sourcemodule LogoutRequest : sig ... end

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 : sig ... end

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 : sig ... end

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 : sig ... end

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

Sourcemodule ListAccountRolesRequest : sig ... end

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

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

Sourcemodule GetRoleCredentialsRequest : sig ... end

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