amazonka-xray-2.0: Amazon X-Ray 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.XRay.GetGroups

Description

Retrieves all active group details.

This operation returns paginated results.

Synopsis

Creating a Request

data GetGroups Source #

See: newGetGroups smart constructor.

Constructors

GetGroups' 

Fields

Instances

Instances details
ToJSON GetGroups Source # 
Instance details

Defined in Amazonka.XRay.GetGroups

ToHeaders GetGroups Source # 
Instance details

Defined in Amazonka.XRay.GetGroups

Methods

toHeaders :: GetGroups -> [Header] #

ToPath GetGroups Source # 
Instance details

Defined in Amazonka.XRay.GetGroups

ToQuery GetGroups Source # 
Instance details

Defined in Amazonka.XRay.GetGroups

AWSPager GetGroups Source # 
Instance details

Defined in Amazonka.XRay.GetGroups

AWSRequest GetGroups Source # 
Instance details

Defined in Amazonka.XRay.GetGroups

Associated Types

type AWSResponse GetGroups #

Generic GetGroups Source # 
Instance details

Defined in Amazonka.XRay.GetGroups

Associated Types

type Rep GetGroups :: Type -> Type #

Read GetGroups Source # 
Instance details

Defined in Amazonka.XRay.GetGroups

Show GetGroups Source # 
Instance details

Defined in Amazonka.XRay.GetGroups

NFData GetGroups Source # 
Instance details

Defined in Amazonka.XRay.GetGroups

Methods

rnf :: GetGroups -> () #

Eq GetGroups Source # 
Instance details

Defined in Amazonka.XRay.GetGroups

Hashable GetGroups Source # 
Instance details

Defined in Amazonka.XRay.GetGroups

type AWSResponse GetGroups Source # 
Instance details

Defined in Amazonka.XRay.GetGroups

type Rep GetGroups Source # 
Instance details

Defined in Amazonka.XRay.GetGroups

type Rep GetGroups = D1 ('MetaData "GetGroups" "Amazonka.XRay.GetGroups" "amazonka-xray-2.0-EVMSPoflqtHB9ZqvEIOE4Q" 'False) (C1 ('MetaCons "GetGroups'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newGetGroups :: GetGroups Source #

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

GetGroups, getGroups_nextToken - Pagination token.

Request Lenses

Destructuring the Response

data GetGroupsResponse Source #

See: newGetGroupsResponse smart constructor.

Constructors

GetGroupsResponse' 

Fields

Instances

Instances details
Generic GetGroupsResponse Source # 
Instance details

Defined in Amazonka.XRay.GetGroups

Associated Types

type Rep GetGroupsResponse :: Type -> Type #

Read GetGroupsResponse Source # 
Instance details

Defined in Amazonka.XRay.GetGroups

Show GetGroupsResponse Source # 
Instance details

Defined in Amazonka.XRay.GetGroups

NFData GetGroupsResponse Source # 
Instance details

Defined in Amazonka.XRay.GetGroups

Methods

rnf :: GetGroupsResponse -> () #

Eq GetGroupsResponse Source # 
Instance details

Defined in Amazonka.XRay.GetGroups

type Rep GetGroupsResponse Source # 
Instance details

Defined in Amazonka.XRay.GetGroups

type Rep GetGroupsResponse = D1 ('MetaData "GetGroupsResponse" "Amazonka.XRay.GetGroups" "amazonka-xray-2.0-EVMSPoflqtHB9ZqvEIOE4Q" 'False) (C1 ('MetaCons "GetGroupsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "groups") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GroupSummary])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newGetGroupsResponse Source #

Create a value of GetGroupsResponse 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:groups:GetGroupsResponse', getGroupsResponse_groups - The collection of all active groups.

GetGroups, getGroupsResponse_nextToken - Pagination token.

GetGroupsResponse, getGroupsResponse_httpStatus - The response's http status code.

Response Lenses

getGroupsResponse_groups :: Lens' GetGroupsResponse (Maybe [GroupSummary]) Source #

The collection of all active groups.

getGroupsResponse_httpStatus :: Lens' GetGroupsResponse Int Source #

The response's http status code.