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

Description

Updates a group.

Synopsis

Creating a Request

data UpdateGroup Source #

See: newUpdateGroup smart constructor.

Constructors

UpdateGroup' 

Fields

Instances

Instances details
Eq UpdateGroup Source # 
Instance details

Defined in Amazonka.Greengrass.UpdateGroup

Read UpdateGroup Source # 
Instance details

Defined in Amazonka.Greengrass.UpdateGroup

Show UpdateGroup Source # 
Instance details

Defined in Amazonka.Greengrass.UpdateGroup

Generic UpdateGroup Source # 
Instance details

Defined in Amazonka.Greengrass.UpdateGroup

Associated Types

type Rep UpdateGroup :: Type -> Type #

NFData UpdateGroup Source # 
Instance details

Defined in Amazonka.Greengrass.UpdateGroup

Methods

rnf :: UpdateGroup -> () #

Hashable UpdateGroup Source # 
Instance details

Defined in Amazonka.Greengrass.UpdateGroup

ToJSON UpdateGroup Source # 
Instance details

Defined in Amazonka.Greengrass.UpdateGroup

AWSRequest UpdateGroup Source # 
Instance details

Defined in Amazonka.Greengrass.UpdateGroup

Associated Types

type AWSResponse UpdateGroup #

ToHeaders UpdateGroup Source # 
Instance details

Defined in Amazonka.Greengrass.UpdateGroup

Methods

toHeaders :: UpdateGroup -> [Header] #

ToPath UpdateGroup Source # 
Instance details

Defined in Amazonka.Greengrass.UpdateGroup

ToQuery UpdateGroup Source # 
Instance details

Defined in Amazonka.Greengrass.UpdateGroup

type Rep UpdateGroup Source # 
Instance details

Defined in Amazonka.Greengrass.UpdateGroup

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

Defined in Amazonka.Greengrass.UpdateGroup

newUpdateGroup Source #

Create a value of UpdateGroup 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:name:UpdateGroup', updateGroup_name - The name of the definition.

$sel:groupId:UpdateGroup', updateGroup_groupId - The ID of the Greengrass group.

Request Lenses

updateGroup_name :: Lens' UpdateGroup (Maybe Text) Source #

The name of the definition.

updateGroup_groupId :: Lens' UpdateGroup Text Source #

The ID of the Greengrass group.

Destructuring the Response

data UpdateGroupResponse Source #

See: newUpdateGroupResponse smart constructor.

Constructors

UpdateGroupResponse' 

Fields

Instances

Instances details
Eq UpdateGroupResponse Source # 
Instance details

Defined in Amazonka.Greengrass.UpdateGroup

Read UpdateGroupResponse Source # 
Instance details

Defined in Amazonka.Greengrass.UpdateGroup

Show UpdateGroupResponse Source # 
Instance details

Defined in Amazonka.Greengrass.UpdateGroup

Generic UpdateGroupResponse Source # 
Instance details

Defined in Amazonka.Greengrass.UpdateGroup

Associated Types

type Rep UpdateGroupResponse :: Type -> Type #

NFData UpdateGroupResponse Source # 
Instance details

Defined in Amazonka.Greengrass.UpdateGroup

Methods

rnf :: UpdateGroupResponse -> () #

type Rep UpdateGroupResponse Source # 
Instance details

Defined in Amazonka.Greengrass.UpdateGroup

type Rep UpdateGroupResponse = D1 ('MetaData "UpdateGroupResponse" "Amazonka.Greengrass.UpdateGroup" "libZSservicesZSamazonka-greengrassZSamazonka-greengrass" 'False) (C1 ('MetaCons "UpdateGroupResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUpdateGroupResponse Source #

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

Response Lenses