{-# LANGUAGE NoImplicitPrelude #-}
{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}
{-# OPTIONS_GHC -fno-warn-unused-imports #-}
module Amazonka.SSO.Lens
(
logout_accessToken,
getRoleCredentials_roleName,
getRoleCredentials_accountId,
getRoleCredentials_accessToken,
getRoleCredentialsResponse_roleCredentials,
getRoleCredentialsResponse_httpStatus,
listAccounts_nextToken,
listAccounts_maxResults,
listAccounts_accessToken,
listAccountsResponse_accountList,
listAccountsResponse_nextToken,
listAccountsResponse_httpStatus,
listAccountRoles_nextToken,
listAccountRoles_maxResults,
listAccountRoles_accessToken,
listAccountRoles_accountId,
listAccountRolesResponse_roleList,
listAccountRolesResponse_nextToken,
listAccountRolesResponse_httpStatus,
accountInfo_accountName,
accountInfo_accountId,
accountInfo_emailAddress,
roleCredentials_secretAccessKey,
roleCredentials_sessionToken,
roleCredentials_expiration,
roleCredentials_accessKeyId,
roleInfo_roleName,
roleInfo_accountId,
)
where
import Amazonka.SSO.GetRoleCredentials
import Amazonka.SSO.ListAccountRoles
import Amazonka.SSO.ListAccounts
import Amazonka.SSO.Logout
import Amazonka.SSO.Types.AccountInfo
import Amazonka.SSO.Types.RoleCredentials
import Amazonka.SSO.Types.RoleInfo