libZSservicesZSamazonka-identitystoreZSamazonka-identitystore
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.IdentityStore.DescribeGroup

Description

Retrieves the group metadata and attributes from GroupId in an identity store.

Synopsis

Creating a Request

data DescribeGroup Source #

See: newDescribeGroup smart constructor.

Constructors

DescribeGroup' 

Fields

  • identityStoreId :: Text

    The globally unique identifier for the identity store, such as d-1234567890. In this example, d- is a fixed prefix, and 1234567890 is a randomly generated string that contains number and lower case letters. This value is generated at the time that a new identity store is created.

  • groupId :: Text

    The identifier for a group in the identity store.

Instances

Instances details
Eq DescribeGroup Source # 
Instance details

Defined in Amazonka.IdentityStore.DescribeGroup

Read DescribeGroup Source # 
Instance details

Defined in Amazonka.IdentityStore.DescribeGroup

Show DescribeGroup Source # 
Instance details

Defined in Amazonka.IdentityStore.DescribeGroup

Generic DescribeGroup Source # 
Instance details

Defined in Amazonka.IdentityStore.DescribeGroup

Associated Types

type Rep DescribeGroup :: Type -> Type #

NFData DescribeGroup Source # 
Instance details

Defined in Amazonka.IdentityStore.DescribeGroup

Methods

rnf :: DescribeGroup -> () #

Hashable DescribeGroup Source # 
Instance details

Defined in Amazonka.IdentityStore.DescribeGroup

ToJSON DescribeGroup Source # 
Instance details

Defined in Amazonka.IdentityStore.DescribeGroup

AWSRequest DescribeGroup Source # 
Instance details

Defined in Amazonka.IdentityStore.DescribeGroup

Associated Types

type AWSResponse DescribeGroup #

ToHeaders DescribeGroup Source # 
Instance details

Defined in Amazonka.IdentityStore.DescribeGroup

ToPath DescribeGroup Source # 
Instance details

Defined in Amazonka.IdentityStore.DescribeGroup

ToQuery DescribeGroup Source # 
Instance details

Defined in Amazonka.IdentityStore.DescribeGroup

type Rep DescribeGroup Source # 
Instance details

Defined in Amazonka.IdentityStore.DescribeGroup

type Rep DescribeGroup = D1 ('MetaData "DescribeGroup" "Amazonka.IdentityStore.DescribeGroup" "libZSservicesZSamazonka-identitystoreZSamazonka-identitystore" 'False) (C1 ('MetaCons "DescribeGroup'" 'PrefixI 'True) (S1 ('MetaSel ('Just "identityStoreId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "groupId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DescribeGroup Source # 
Instance details

Defined in Amazonka.IdentityStore.DescribeGroup

newDescribeGroup Source #

Create a value of DescribeGroup 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:identityStoreId:DescribeGroup', describeGroup_identityStoreId - The globally unique identifier for the identity store, such as d-1234567890. In this example, d- is a fixed prefix, and 1234567890 is a randomly generated string that contains number and lower case letters. This value is generated at the time that a new identity store is created.

$sel:groupId:DescribeGroup', describeGroup_groupId - The identifier for a group in the identity store.

Request Lenses

describeGroup_identityStoreId :: Lens' DescribeGroup Text Source #

The globally unique identifier for the identity store, such as d-1234567890. In this example, d- is a fixed prefix, and 1234567890 is a randomly generated string that contains number and lower case letters. This value is generated at the time that a new identity store is created.

describeGroup_groupId :: Lens' DescribeGroup Text Source #

The identifier for a group in the identity store.

Destructuring the Response

data DescribeGroupResponse Source #

See: newDescribeGroupResponse smart constructor.

Constructors

DescribeGroupResponse' 

Fields

  • httpStatus :: Int

    The response's http status code.

  • groupId :: Text

    The identifier for a group in the identity store.

  • displayName :: Text

    Contains the group’s display name value. The length limit is 1,024 characters. This value can consist of letters, accented characters, symbols, numbers, punctuation, tab, new line, carriage return, space, and nonbreaking space in this attribute. The characters <>;:% are excluded. This value is specified at the time that the group is created and stored as an attribute of the group object in the identity store.

Instances

Instances details
Eq DescribeGroupResponse Source # 
Instance details

Defined in Amazonka.IdentityStore.DescribeGroup

Read DescribeGroupResponse Source # 
Instance details

Defined in Amazonka.IdentityStore.DescribeGroup

Show DescribeGroupResponse Source # 
Instance details

Defined in Amazonka.IdentityStore.DescribeGroup

Generic DescribeGroupResponse Source # 
Instance details

Defined in Amazonka.IdentityStore.DescribeGroup

Associated Types

type Rep DescribeGroupResponse :: Type -> Type #

NFData DescribeGroupResponse Source # 
Instance details

Defined in Amazonka.IdentityStore.DescribeGroup

Methods

rnf :: DescribeGroupResponse -> () #

type Rep DescribeGroupResponse Source # 
Instance details

Defined in Amazonka.IdentityStore.DescribeGroup

type Rep DescribeGroupResponse = D1 ('MetaData "DescribeGroupResponse" "Amazonka.IdentityStore.DescribeGroup" "libZSservicesZSamazonka-identitystoreZSamazonka-identitystore" 'False) (C1 ('MetaCons "DescribeGroupResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: (S1 ('MetaSel ('Just "groupId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "displayName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newDescribeGroupResponse Source #

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

$sel:groupId:DescribeGroup', describeGroupResponse_groupId - The identifier for a group in the identity store.

$sel:displayName:DescribeGroupResponse', describeGroupResponse_displayName - Contains the group’s display name value. The length limit is 1,024 characters. This value can consist of letters, accented characters, symbols, numbers, punctuation, tab, new line, carriage return, space, and nonbreaking space in this attribute. The characters <>;:% are excluded. This value is specified at the time that the group is created and stored as an attribute of the group object in the identity store.

Response Lenses

describeGroupResponse_groupId :: Lens' DescribeGroupResponse Text Source #

The identifier for a group in the identity store.

describeGroupResponse_displayName :: Lens' DescribeGroupResponse Text Source #

Contains the group’s display name value. The length limit is 1,024 characters. This value can consist of letters, accented characters, symbols, numbers, punctuation, tab, new line, carriage return, space, and nonbreaking space in this attribute. The characters <>;:% are excluded. This value is specified at the time that the group is created and stored as an attribute of the group object in the identity store.