amazonka-identitystore-2.0: Amazon SSO Identity Store SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.IdentityStore.GetGroupMembershipId

Description

Retrieves the MembershipId in an identity store.

Synopsis

Creating a Request

data GetGroupMembershipId Source #

See: newGetGroupMembershipId smart constructor.

Constructors

GetGroupMembershipId' 

Fields

  • identityStoreId :: Text

    The globally unique identifier for the identity store.

  • groupId :: Text

    The identifier for a group in the identity store.

  • memberId :: MemberId

    An object that contains the identifier of a group member. Setting the UserID field to the specific identifier for a user indicates that the user is a member of the group.

Instances

Instances details
ToJSON GetGroupMembershipId Source # 
Instance details

Defined in Amazonka.IdentityStore.GetGroupMembershipId

ToHeaders GetGroupMembershipId Source # 
Instance details

Defined in Amazonka.IdentityStore.GetGroupMembershipId

ToPath GetGroupMembershipId Source # 
Instance details

Defined in Amazonka.IdentityStore.GetGroupMembershipId

ToQuery GetGroupMembershipId Source # 
Instance details

Defined in Amazonka.IdentityStore.GetGroupMembershipId

AWSRequest GetGroupMembershipId Source # 
Instance details

Defined in Amazonka.IdentityStore.GetGroupMembershipId

Associated Types

type AWSResponse GetGroupMembershipId #

Generic GetGroupMembershipId Source # 
Instance details

Defined in Amazonka.IdentityStore.GetGroupMembershipId

Associated Types

type Rep GetGroupMembershipId :: Type -> Type #

Read GetGroupMembershipId Source # 
Instance details

Defined in Amazonka.IdentityStore.GetGroupMembershipId

Show GetGroupMembershipId Source # 
Instance details

Defined in Amazonka.IdentityStore.GetGroupMembershipId

NFData GetGroupMembershipId Source # 
Instance details

Defined in Amazonka.IdentityStore.GetGroupMembershipId

Methods

rnf :: GetGroupMembershipId -> () #

Eq GetGroupMembershipId Source # 
Instance details

Defined in Amazonka.IdentityStore.GetGroupMembershipId

Hashable GetGroupMembershipId Source # 
Instance details

Defined in Amazonka.IdentityStore.GetGroupMembershipId

type AWSResponse GetGroupMembershipId Source # 
Instance details

Defined in Amazonka.IdentityStore.GetGroupMembershipId

type Rep GetGroupMembershipId Source # 
Instance details

Defined in Amazonka.IdentityStore.GetGroupMembershipId

type Rep GetGroupMembershipId = D1 ('MetaData "GetGroupMembershipId" "Amazonka.IdentityStore.GetGroupMembershipId" "amazonka-identitystore-2.0-FD6RUaLi6gx9YE16ATGTMj" 'False) (C1 ('MetaCons "GetGroupMembershipId'" 'PrefixI 'True) (S1 ('MetaSel ('Just "identityStoreId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "groupId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "memberId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 MemberId))))

newGetGroupMembershipId Source #

Create a value of GetGroupMembershipId 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:

GetGroupMembershipId, getGroupMembershipId_identityStoreId - The globally unique identifier for the identity store.

GetGroupMembershipId, getGroupMembershipId_groupId - The identifier for a group in the identity store.

GetGroupMembershipId, getGroupMembershipId_memberId - An object that contains the identifier of a group member. Setting the UserID field to the specific identifier for a user indicates that the user is a member of the group.

Request Lenses

getGroupMembershipId_identityStoreId :: Lens' GetGroupMembershipId Text Source #

The globally unique identifier for the identity store.

getGroupMembershipId_groupId :: Lens' GetGroupMembershipId Text Source #

The identifier for a group in the identity store.

getGroupMembershipId_memberId :: Lens' GetGroupMembershipId MemberId Source #

An object that contains the identifier of a group member. Setting the UserID field to the specific identifier for a user indicates that the user is a member of the group.

Destructuring the Response

data GetGroupMembershipIdResponse Source #

See: newGetGroupMembershipIdResponse smart constructor.

Constructors

GetGroupMembershipIdResponse' 

Fields

Instances

Instances details
Generic GetGroupMembershipIdResponse Source # 
Instance details

Defined in Amazonka.IdentityStore.GetGroupMembershipId

Associated Types

type Rep GetGroupMembershipIdResponse :: Type -> Type #

Read GetGroupMembershipIdResponse Source # 
Instance details

Defined in Amazonka.IdentityStore.GetGroupMembershipId

Show GetGroupMembershipIdResponse Source # 
Instance details

Defined in Amazonka.IdentityStore.GetGroupMembershipId

NFData GetGroupMembershipIdResponse Source # 
Instance details

Defined in Amazonka.IdentityStore.GetGroupMembershipId

Eq GetGroupMembershipIdResponse Source # 
Instance details

Defined in Amazonka.IdentityStore.GetGroupMembershipId

type Rep GetGroupMembershipIdResponse Source # 
Instance details

Defined in Amazonka.IdentityStore.GetGroupMembershipId

type Rep GetGroupMembershipIdResponse = D1 ('MetaData "GetGroupMembershipIdResponse" "Amazonka.IdentityStore.GetGroupMembershipId" "amazonka-identitystore-2.0-FD6RUaLi6gx9YE16ATGTMj" 'False) (C1 ('MetaCons "GetGroupMembershipIdResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: (S1 ('MetaSel ('Just "membershipId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "identityStoreId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newGetGroupMembershipIdResponse Source #

Create a value of GetGroupMembershipIdResponse 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:GetGroupMembershipIdResponse', getGroupMembershipIdResponse_httpStatus - The response's http status code.

GetGroupMembershipIdResponse, getGroupMembershipIdResponse_membershipId - The identifier for a GroupMembership in an identity store.

GetGroupMembershipId, getGroupMembershipIdResponse_identityStoreId - The globally unique identifier for the identity store.

Response Lenses

getGroupMembershipIdResponse_membershipId :: Lens' GetGroupMembershipIdResponse Text Source #

The identifier for a GroupMembership in an identity store.

getGroupMembershipIdResponse_identityStoreId :: Lens' GetGroupMembershipIdResponse Text Source #

The globally unique identifier for the identity store.