| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.IdentityStore.DescribeGroupMembership
Description
Retrieves membership metadata and attributes from MembershipId in an
identity store.
Synopsis
- data DescribeGroupMembership = DescribeGroupMembership' {}
- newDescribeGroupMembership :: Text -> Text -> DescribeGroupMembership
- describeGroupMembership_identityStoreId :: Lens' DescribeGroupMembership Text
- describeGroupMembership_membershipId :: Lens' DescribeGroupMembership Text
- data DescribeGroupMembershipResponse = DescribeGroupMembershipResponse' {
- httpStatus :: Int
- identityStoreId :: Text
- membershipId :: Text
- groupId :: Text
- memberId :: MemberId
- newDescribeGroupMembershipResponse :: Int -> Text -> Text -> Text -> MemberId -> DescribeGroupMembershipResponse
- describeGroupMembershipResponse_httpStatus :: Lens' DescribeGroupMembershipResponse Int
- describeGroupMembershipResponse_identityStoreId :: Lens' DescribeGroupMembershipResponse Text
- describeGroupMembershipResponse_membershipId :: Lens' DescribeGroupMembershipResponse Text
- describeGroupMembershipResponse_groupId :: Lens' DescribeGroupMembershipResponse Text
- describeGroupMembershipResponse_memberId :: Lens' DescribeGroupMembershipResponse MemberId
Creating a Request
data DescribeGroupMembership Source #
See: newDescribeGroupMembership smart constructor.
Constructors
| DescribeGroupMembership' | |
Fields
| |
Instances
newDescribeGroupMembership Source #
Create a value of DescribeGroupMembership with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
DescribeGroupMembership, describeGroupMembership_identityStoreId - The globally unique identifier for the identity store.
DescribeGroupMembership, describeGroupMembership_membershipId - The identifier for a GroupMembership in an identity store.
Request Lenses
describeGroupMembership_identityStoreId :: Lens' DescribeGroupMembership Text Source #
The globally unique identifier for the identity store.
describeGroupMembership_membershipId :: Lens' DescribeGroupMembership Text Source #
The identifier for a GroupMembership in an identity store.
Destructuring the Response
data DescribeGroupMembershipResponse Source #
See: newDescribeGroupMembershipResponse smart constructor.
Constructors
| DescribeGroupMembershipResponse' | |
Fields
| |
Instances
newDescribeGroupMembershipResponse Source #
Create a value of DescribeGroupMembershipResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:httpStatus:DescribeGroupMembershipResponse', describeGroupMembershipResponse_httpStatus - The response's http status code.
DescribeGroupMembership, describeGroupMembershipResponse_identityStoreId - The globally unique identifier for the identity store.
DescribeGroupMembership, describeGroupMembershipResponse_membershipId - The identifier for a GroupMembership in an identity store.
DescribeGroupMembershipResponse, describeGroupMembershipResponse_groupId - The identifier for a group in the identity store.
DescribeGroupMembershipResponse, describeGroupMembershipResponse_memberId - Undocumented member.
Response Lenses
describeGroupMembershipResponse_httpStatus :: Lens' DescribeGroupMembershipResponse Int Source #
The response's http status code.
describeGroupMembershipResponse_identityStoreId :: Lens' DescribeGroupMembershipResponse Text Source #
The globally unique identifier for the identity store.
describeGroupMembershipResponse_membershipId :: Lens' DescribeGroupMembershipResponse Text Source #
The identifier for a GroupMembership in an identity store.
describeGroupMembershipResponse_groupId :: Lens' DescribeGroupMembershipResponse Text Source #
The identifier for a group in the identity store.
describeGroupMembershipResponse_memberId :: Lens' DescribeGroupMembershipResponse MemberId Source #
Undocumented member.