libZSservicesZSamazonka-greengrassZSamazonka-greengrass
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.Greengrass.GetGroup

Description

Retrieves information about a group.

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

Read GetGroup Source # 
Instance details

Defined in Amazonka.Greengrass.GetGroup

Show GetGroup Source # 
Instance details

Defined in Amazonka.Greengrass.GetGroup

Generic GetGroup Source # 
Instance details

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

Methods

rnf :: GetGroup -> () #

Hashable GetGroup Source # 
Instance details

Defined in Amazonka.Greengrass.GetGroup

Methods

hashWithSalt :: Int -> GetGroup -> Int #

hash :: GetGroup -> Int #

AWSRequest GetGroup Source # 
Instance details

Defined in Amazonka.Greengrass.GetGroup

Associated Types

type AWSResponse GetGroup #

ToHeaders GetGroup Source # 
Instance details

Defined in Amazonka.Greengrass.GetGroup

Methods

toHeaders :: GetGroup -> [Header] #

ToPath GetGroup Source # 
Instance details

Defined in Amazonka.Greengrass.GetGroup

ToQuery GetGroup Source # 
Instance details

Defined in Amazonka.Greengrass.GetGroup

type Rep GetGroup Source # 
Instance details

Defined in Amazonka.Greengrass.GetGroup

type Rep GetGroup = D1 ('MetaData "GetGroup" "Amazonka.Greengrass.GetGroup" "libZSservicesZSamazonka-greengrassZSamazonka-greengrass" 'False) (C1 ('MetaCons "GetGroup'" 'PrefixI 'True) (S1 ('MetaSel ('Just "groupId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse GetGroup Source # 
Instance details

Defined in Amazonka.Greengrass.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:groupId:GetGroup', getGroup_groupId - The ID of the Greengrass group.

Request Lenses

getGroup_groupId :: Lens' GetGroup Text Source #

The ID of the Greengrass group.

Destructuring the Response

data GetGroupResponse Source #

See: newGetGroupResponse smart constructor.

Constructors

GetGroupResponse' 

Fields

Instances

Instances details
Eq GetGroupResponse Source # 
Instance details

Defined in Amazonka.Greengrass.GetGroup

Read GetGroupResponse Source # 
Instance details

Defined in Amazonka.Greengrass.GetGroup

Show GetGroupResponse Source # 
Instance details

Defined in Amazonka.Greengrass.GetGroup

Generic GetGroupResponse Source # 
Instance details

Defined in Amazonka.Greengrass.GetGroup

Associated Types

type Rep GetGroupResponse :: Type -> Type #

NFData GetGroupResponse Source # 
Instance details

Defined in Amazonka.Greengrass.GetGroup

Methods

rnf :: GetGroupResponse -> () #

type Rep GetGroupResponse Source # 
Instance details

Defined in Amazonka.Greengrass.GetGroup

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:latestVersionArn:GetGroupResponse', getGroupResponse_latestVersionArn - The ARN of the latest version associated with the definition.

$sel:arn:GetGroupResponse', getGroupResponse_arn - The ARN of the definition.

$sel:name:GetGroupResponse', getGroupResponse_name - The name of the definition.

$sel:creationTimestamp:GetGroupResponse', getGroupResponse_creationTimestamp - The time, in milliseconds since the epoch, when the definition was created.

$sel:id:GetGroupResponse', getGroupResponse_id - The ID of the definition.

$sel:latestVersion:GetGroupResponse', getGroupResponse_latestVersion - The ID of the latest version associated with the definition.

$sel:lastUpdatedTimestamp:GetGroupResponse', getGroupResponse_lastUpdatedTimestamp - The time, in milliseconds since the epoch, when the definition was last updated.

$sel:tags:GetGroupResponse', getGroupResponse_tags - Tag(s) attached to the resource arn.

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

Response Lenses

getGroupResponse_latestVersionArn :: Lens' GetGroupResponse (Maybe Text) Source #

The ARN of the latest version associated with the definition.

getGroupResponse_creationTimestamp :: Lens' GetGroupResponse (Maybe Text) Source #

The time, in milliseconds since the epoch, when the definition was created.

getGroupResponse_latestVersion :: Lens' GetGroupResponse (Maybe Text) Source #

The ID of the latest version associated with the definition.

getGroupResponse_lastUpdatedTimestamp :: Lens' GetGroupResponse (Maybe Text) Source #

The time, in milliseconds since the epoch, when the definition was last updated.

getGroupResponse_tags :: Lens' GetGroupResponse (Maybe (HashMap Text Text)) Source #

Tag(s) attached to the resource arn.

getGroupResponse_httpStatus :: Lens' GetGroupResponse Int Source #

The response's http status code.