libZSservicesZSamazonka-memorydbZSamazonka-memorydb
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.MemoryDb.UpdateSubnetGroup

Description

Updates a subnet group. For more information, see Updating a subnet group

Synopsis

Creating a Request

data UpdateSubnetGroup Source #

See: newUpdateSubnetGroup smart constructor.

Constructors

UpdateSubnetGroup' 

Fields

Instances

Instances details
Eq UpdateSubnetGroup Source # 
Instance details

Defined in Amazonka.MemoryDb.UpdateSubnetGroup

Read UpdateSubnetGroup Source # 
Instance details

Defined in Amazonka.MemoryDb.UpdateSubnetGroup

Show UpdateSubnetGroup Source # 
Instance details

Defined in Amazonka.MemoryDb.UpdateSubnetGroup

Generic UpdateSubnetGroup Source # 
Instance details

Defined in Amazonka.MemoryDb.UpdateSubnetGroup

Associated Types

type Rep UpdateSubnetGroup :: Type -> Type #

NFData UpdateSubnetGroup Source # 
Instance details

Defined in Amazonka.MemoryDb.UpdateSubnetGroup

Methods

rnf :: UpdateSubnetGroup -> () #

Hashable UpdateSubnetGroup Source # 
Instance details

Defined in Amazonka.MemoryDb.UpdateSubnetGroup

ToJSON UpdateSubnetGroup Source # 
Instance details

Defined in Amazonka.MemoryDb.UpdateSubnetGroup

AWSRequest UpdateSubnetGroup Source # 
Instance details

Defined in Amazonka.MemoryDb.UpdateSubnetGroup

Associated Types

type AWSResponse UpdateSubnetGroup #

ToHeaders UpdateSubnetGroup Source # 
Instance details

Defined in Amazonka.MemoryDb.UpdateSubnetGroup

ToPath UpdateSubnetGroup Source # 
Instance details

Defined in Amazonka.MemoryDb.UpdateSubnetGroup

ToQuery UpdateSubnetGroup Source # 
Instance details

Defined in Amazonka.MemoryDb.UpdateSubnetGroup

type Rep UpdateSubnetGroup Source # 
Instance details

Defined in Amazonka.MemoryDb.UpdateSubnetGroup

type Rep UpdateSubnetGroup = D1 ('MetaData "UpdateSubnetGroup" "Amazonka.MemoryDb.UpdateSubnetGroup" "libZSservicesZSamazonka-memorydbZSamazonka-memorydb" 'False) (C1 ('MetaCons "UpdateSubnetGroup'" 'PrefixI 'True) (S1 ('MetaSel ('Just "subnetIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "subnetGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse UpdateSubnetGroup Source # 
Instance details

Defined in Amazonka.MemoryDb.UpdateSubnetGroup

newUpdateSubnetGroup Source #

Create a value of UpdateSubnetGroup 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:subnetIds:UpdateSubnetGroup', updateSubnetGroup_subnetIds - The EC2 subnet IDs for the subnet group.

$sel:description:UpdateSubnetGroup', updateSubnetGroup_description - A description of the subnet group

$sel:subnetGroupName:UpdateSubnetGroup', updateSubnetGroup_subnetGroupName - The name of the subnet group

Request Lenses

updateSubnetGroup_subnetIds :: Lens' UpdateSubnetGroup (Maybe [Text]) Source #

The EC2 subnet IDs for the subnet group.

Destructuring the Response

data UpdateSubnetGroupResponse Source #

See: newUpdateSubnetGroupResponse smart constructor.

Constructors

UpdateSubnetGroupResponse' 

Fields

Instances

Instances details
Eq UpdateSubnetGroupResponse Source # 
Instance details

Defined in Amazonka.MemoryDb.UpdateSubnetGroup

Read UpdateSubnetGroupResponse Source # 
Instance details

Defined in Amazonka.MemoryDb.UpdateSubnetGroup

Show UpdateSubnetGroupResponse Source # 
Instance details

Defined in Amazonka.MemoryDb.UpdateSubnetGroup

Generic UpdateSubnetGroupResponse Source # 
Instance details

Defined in Amazonka.MemoryDb.UpdateSubnetGroup

Associated Types

type Rep UpdateSubnetGroupResponse :: Type -> Type #

NFData UpdateSubnetGroupResponse Source # 
Instance details

Defined in Amazonka.MemoryDb.UpdateSubnetGroup

type Rep UpdateSubnetGroupResponse Source # 
Instance details

Defined in Amazonka.MemoryDb.UpdateSubnetGroup

type Rep UpdateSubnetGroupResponse = D1 ('MetaData "UpdateSubnetGroupResponse" "Amazonka.MemoryDb.UpdateSubnetGroup" "libZSservicesZSamazonka-memorydbZSamazonka-memorydb" 'False) (C1 ('MetaCons "UpdateSubnetGroupResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "subnetGroup") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SubnetGroup)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUpdateSubnetGroupResponse Source #

Create a value of UpdateSubnetGroupResponse 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:subnetGroup:UpdateSubnetGroupResponse', updateSubnetGroupResponse_subnetGroup - The updated subnet group

$sel:httpStatus:UpdateSubnetGroupResponse', updateSubnetGroupResponse_httpStatus - The response's http status code.

Response Lenses