libZSservicesZSamazonka-xrayZSamazonka-xray
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.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
Eq GetGroups Source # 
Instance details

Defined in Amazonka.XRay.GetGroups

Read GetGroups Source # 
Instance details

Defined in Amazonka.XRay.GetGroups

Show GetGroups Source # 
Instance details

Defined in Amazonka.XRay.GetGroups

Generic GetGroups Source # 
Instance details

Defined in Amazonka.XRay.GetGroups

Associated Types

type Rep GetGroups :: Type -> Type #

NFData GetGroups Source # 
Instance details

Defined in Amazonka.XRay.GetGroups

Methods

rnf :: GetGroups -> () #

Hashable GetGroups Source # 
Instance details

Defined in Amazonka.XRay.GetGroups

ToJSON 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 #

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

type Rep GetGroups Source # 
Instance details

Defined in Amazonka.XRay.GetGroups

type Rep GetGroups = D1 ('MetaData "GetGroups" "Amazonka.XRay.GetGroups" "libZSservicesZSamazonka-xrayZSamazonka-xray" 'False) (C1 ('MetaCons "GetGroups'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))
type AWSResponse GetGroups Source # 
Instance details

Defined in Amazonka.XRay.GetGroups

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:

$sel:nextToken:GetGroups', getGroups_nextToken - Pagination token.

Request Lenses

Destructuring the Response

data GetGroupsResponse Source #

See: newGetGroupsResponse smart constructor.

Constructors

GetGroupsResponse' 

Fields

Instances

Instances details
Eq GetGroupsResponse Source # 
Instance details

Defined in Amazonka.XRay.GetGroups

Read GetGroupsResponse Source # 
Instance details

Defined in Amazonka.XRay.GetGroups

Show GetGroupsResponse Source # 
Instance details

Defined in Amazonka.XRay.GetGroups

Generic GetGroupsResponse Source # 
Instance details

Defined in Amazonka.XRay.GetGroups

Associated Types

type Rep GetGroupsResponse :: Type -> Type #

NFData GetGroupsResponse Source # 
Instance details

Defined in Amazonka.XRay.GetGroups

Methods

rnf :: GetGroupsResponse -> () #

type Rep GetGroupsResponse Source # 
Instance details

Defined in Amazonka.XRay.GetGroups

type Rep GetGroupsResponse = D1 ('MetaData "GetGroupsResponse" "Amazonka.XRay.GetGroups" "libZSservicesZSamazonka-xrayZSamazonka-xray" '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.

$sel:nextToken:GetGroups', getGroupsResponse_nextToken - Pagination token.

$sel:httpStatus: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.