libZSservicesZSamazonka-cognito-idpZSamazonka-cognito-idp
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.CognitoIdentityProvider.GetGroup

Description

Gets a group.

Calling this action requires developer credentials.

Synopsis

Creating a Request

data GetGroup Source #

See: newGetGroup smart constructor.

Constructors

GetGroup' 

Fields

Instances

Instances details
Eq GetGroup Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.GetGroup

Read GetGroup Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.GetGroup

Show GetGroup Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.GetGroup

Generic GetGroup Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.GetGroup

Associated Types

type Rep GetGroup :: Type -> Type #

Methods

from :: GetGroup -> Rep GetGroup x #

to :: Rep GetGroup x -> GetGroup #

NFData GetGroup Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.GetGroup

Methods

rnf :: GetGroup -> () #

Hashable GetGroup Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.GetGroup

Methods

hashWithSalt :: Int -> GetGroup -> Int #

hash :: GetGroup -> Int #

ToJSON GetGroup Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.GetGroup

AWSRequest GetGroup Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.GetGroup

Associated Types

type AWSResponse GetGroup #

ToHeaders GetGroup Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.GetGroup

Methods

toHeaders :: GetGroup -> [Header] #

ToPath GetGroup Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.GetGroup

ToQuery GetGroup Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.GetGroup

type Rep GetGroup Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.GetGroup

type Rep GetGroup = D1 ('MetaData "GetGroup" "Amazonka.CognitoIdentityProvider.GetGroup" "libZSservicesZSamazonka-cognito-idpZSamazonka-cognito-idp" 'False) (C1 ('MetaCons "GetGroup'" 'PrefixI 'True) (S1 ('MetaSel ('Just "groupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "userPoolId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse GetGroup Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.GetGroup

newGetGroup Source #

Create a value of GetGroup 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:groupName:GetGroup', getGroup_groupName - The name of the group.

$sel:userPoolId:GetGroup', getGroup_userPoolId - The user pool ID for the user pool.

Request Lenses

getGroup_groupName :: Lens' GetGroup Text Source #

The name of the group.

getGroup_userPoolId :: Lens' GetGroup Text Source #

The user pool ID for the user pool.

Destructuring the Response

data GetGroupResponse Source #

See: newGetGroupResponse smart constructor.

Constructors

GetGroupResponse' 

Fields

Instances

Instances details
Eq GetGroupResponse Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.GetGroup

Read GetGroupResponse Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.GetGroup

Show GetGroupResponse Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.GetGroup

Generic GetGroupResponse Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.GetGroup

Associated Types

type Rep GetGroupResponse :: Type -> Type #

NFData GetGroupResponse Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.GetGroup

Methods

rnf :: GetGroupResponse -> () #

type Rep GetGroupResponse Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.GetGroup

type Rep GetGroupResponse = D1 ('MetaData "GetGroupResponse" "Amazonka.CognitoIdentityProvider.GetGroup" "libZSservicesZSamazonka-cognito-idpZSamazonka-cognito-idp" 'False) (C1 ('MetaCons "GetGroupResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "group'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GroupType)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newGetGroupResponse Source #

Create a value of GetGroupResponse 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:group':GetGroupResponse', getGroupResponse_group - The group object for the group.

$sel:httpStatus:GetGroupResponse', getGroupResponse_httpStatus - The response's http status code.

Response Lenses

getGroupResponse_httpStatus :: Lens' GetGroupResponse Int Source #

The response's http status code.