{-# LANGUAGE NoImplicitPrelude #-}
{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}
{-# OPTIONS_GHC -fno-warn-unused-imports #-}
module Amazonka.IdentityStore.Lens
(
describeGroup_identityStoreId,
describeGroup_groupId,
describeGroupResponse_httpStatus,
describeGroupResponse_groupId,
describeGroupResponse_displayName,
listUsers_filters,
listUsers_nextToken,
listUsers_maxResults,
listUsers_identityStoreId,
listUsersResponse_nextToken,
listUsersResponse_httpStatus,
listUsersResponse_users,
describeUser_identityStoreId,
describeUser_userId,
describeUserResponse_httpStatus,
describeUserResponse_userName,
describeUserResponse_userId,
listGroups_filters,
listGroups_nextToken,
listGroups_maxResults,
listGroups_identityStoreId,
listGroupsResponse_nextToken,
listGroupsResponse_httpStatus,
listGroupsResponse_groups,
filter_attributePath,
filter_attributeValue,
group_groupId,
group_displayName,
user_userName,
user_userId,
)
where
import Amazonka.IdentityStore.DescribeGroup
import Amazonka.IdentityStore.DescribeUser
import Amazonka.IdentityStore.ListGroups
import Amazonka.IdentityStore.ListUsers
import Amazonka.IdentityStore.Types.Filter
import Amazonka.IdentityStore.Types.Group
import Amazonka.IdentityStore.Types.User