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.GetGroup

Description

Retrieves group resource details.

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.XRay.GetGroup

Read GetGroup Source # 
Instance details

Defined in Amazonka.XRay.GetGroup

Show GetGroup Source # 
Instance details

Defined in Amazonka.XRay.GetGroup

Generic GetGroup Source # 
Instance details

Defined in Amazonka.XRay.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.XRay.GetGroup

Methods

rnf :: GetGroup -> () #

Hashable GetGroup Source # 
Instance details

Defined in Amazonka.XRay.GetGroup

Methods

hashWithSalt :: Int -> GetGroup -> Int #

hash :: GetGroup -> Int #

ToJSON GetGroup Source # 
Instance details

Defined in Amazonka.XRay.GetGroup

AWSRequest GetGroup Source # 
Instance details

Defined in Amazonka.XRay.GetGroup

Associated Types

type AWSResponse GetGroup #

ToHeaders GetGroup Source # 
Instance details

Defined in Amazonka.XRay.GetGroup

Methods

toHeaders :: GetGroup -> [Header] #

ToPath GetGroup Source # 
Instance details

Defined in Amazonka.XRay.GetGroup

ToQuery GetGroup Source # 
Instance details

Defined in Amazonka.XRay.GetGroup

type Rep GetGroup Source # 
Instance details

Defined in Amazonka.XRay.GetGroup

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

Defined in Amazonka.XRay.GetGroup

newGetGroup :: GetGroup 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:groupARN:GetGroup', getGroup_groupARN - The ARN of the group that was generated on creation.

$sel:groupName:GetGroup', getGroup_groupName - The case-sensitive name of the group.

Request Lenses

getGroup_groupARN :: Lens' GetGroup (Maybe Text) Source #

The ARN of the group that was generated on creation.

getGroup_groupName :: Lens' GetGroup (Maybe Text) Source #

The case-sensitive name of the group.

Destructuring the Response

data GetGroupResponse Source #

See: newGetGroupResponse smart constructor.

Constructors

GetGroupResponse' 

Fields

  • group' :: Maybe Group

    The group that was requested. Contains the name of the group, the ARN of the group, the filter expression, and the insight configuration assigned to the group.

  • httpStatus :: Int

    The response's http status code.

Instances

Instances details
Eq GetGroupResponse Source # 
Instance details

Defined in Amazonka.XRay.GetGroup

Read GetGroupResponse Source # 
Instance details

Defined in Amazonka.XRay.GetGroup

Show GetGroupResponse Source # 
Instance details

Defined in Amazonka.XRay.GetGroup

Generic GetGroupResponse Source # 
Instance details

Defined in Amazonka.XRay.GetGroup

Associated Types

type Rep GetGroupResponse :: Type -> Type #

NFData GetGroupResponse Source # 
Instance details

Defined in Amazonka.XRay.GetGroup

Methods

rnf :: GetGroupResponse -> () #

type Rep GetGroupResponse Source # 
Instance details

Defined in Amazonka.XRay.GetGroup

type Rep GetGroupResponse = D1 ('MetaData "GetGroupResponse" "Amazonka.XRay.GetGroup" "libZSservicesZSamazonka-xrayZSamazonka-xray" 'False) (C1 ('MetaCons "GetGroupResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "group'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Group)) :*: 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 that was requested. Contains the name of the group, the ARN of the group, the filter expression, and the insight configuration assigned to the group.

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

Response Lenses

getGroupResponse_group :: Lens' GetGroupResponse (Maybe Group) Source #

The group that was requested. Contains the name of the group, the ARN of the group, the filter expression, and the insight configuration assigned to the group.

getGroupResponse_httpStatus :: Lens' GetGroupResponse Int Source #

The response's http status code.