amazonka-dynamodb-dax-2.0: Amazon DynamoDB Accelerator (DAX) SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.DAX.UpdateSubnetGroup

Description

Modifies an existing subnet group.

Synopsis

Creating a Request

data UpdateSubnetGroup Source #

See: newUpdateSubnetGroup smart constructor.

Constructors

UpdateSubnetGroup' 

Fields

Instances

Instances details
ToJSON UpdateSubnetGroup Source # 
Instance details

Defined in Amazonka.DAX.UpdateSubnetGroup

ToHeaders UpdateSubnetGroup Source # 
Instance details

Defined in Amazonka.DAX.UpdateSubnetGroup

ToPath UpdateSubnetGroup Source # 
Instance details

Defined in Amazonka.DAX.UpdateSubnetGroup

ToQuery UpdateSubnetGroup Source # 
Instance details

Defined in Amazonka.DAX.UpdateSubnetGroup

AWSRequest UpdateSubnetGroup Source # 
Instance details

Defined in Amazonka.DAX.UpdateSubnetGroup

Associated Types

type AWSResponse UpdateSubnetGroup #

Generic UpdateSubnetGroup Source # 
Instance details

Defined in Amazonka.DAX.UpdateSubnetGroup

Associated Types

type Rep UpdateSubnetGroup :: Type -> Type #

Read UpdateSubnetGroup Source # 
Instance details

Defined in Amazonka.DAX.UpdateSubnetGroup

Show UpdateSubnetGroup Source # 
Instance details

Defined in Amazonka.DAX.UpdateSubnetGroup

NFData UpdateSubnetGroup Source # 
Instance details

Defined in Amazonka.DAX.UpdateSubnetGroup

Methods

rnf :: UpdateSubnetGroup -> () #

Eq UpdateSubnetGroup Source # 
Instance details

Defined in Amazonka.DAX.UpdateSubnetGroup

Hashable UpdateSubnetGroup Source # 
Instance details

Defined in Amazonka.DAX.UpdateSubnetGroup

type AWSResponse UpdateSubnetGroup Source # 
Instance details

Defined in Amazonka.DAX.UpdateSubnetGroup

type Rep UpdateSubnetGroup Source # 
Instance details

Defined in Amazonka.DAX.UpdateSubnetGroup

type Rep UpdateSubnetGroup = D1 ('MetaData "UpdateSubnetGroup" "Amazonka.DAX.UpdateSubnetGroup" "amazonka-dynamodb-dax-2.0-FwsdPL1z9NS2dTys8oHQ2n" 'False) (C1 ('MetaCons "UpdateSubnetGroup'" 'PrefixI 'True) (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "subnetIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "subnetGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

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:

UpdateSubnetGroup, updateSubnetGroup_description - A description of the subnet group.

$sel:subnetIds:UpdateSubnetGroup', updateSubnetGroup_subnetIds - A list of subnet IDs in the subnet group.

UpdateSubnetGroup, updateSubnetGroup_subnetGroupName - The name of the subnet group.

Request Lenses

updateSubnetGroup_description :: Lens' UpdateSubnetGroup (Maybe Text) Source #

A description of the subnet group.

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

A list of subnet IDs in the subnet group.

Destructuring the Response

data UpdateSubnetGroupResponse Source #

See: newUpdateSubnetGroupResponse smart constructor.

Constructors

UpdateSubnetGroupResponse' 

Fields

Instances

Instances details
Generic UpdateSubnetGroupResponse Source # 
Instance details

Defined in Amazonka.DAX.UpdateSubnetGroup

Associated Types

type Rep UpdateSubnetGroupResponse :: Type -> Type #

Read UpdateSubnetGroupResponse Source # 
Instance details

Defined in Amazonka.DAX.UpdateSubnetGroup

Show UpdateSubnetGroupResponse Source # 
Instance details

Defined in Amazonka.DAX.UpdateSubnetGroup

NFData UpdateSubnetGroupResponse Source # 
Instance details

Defined in Amazonka.DAX.UpdateSubnetGroup

Eq UpdateSubnetGroupResponse Source # 
Instance details

Defined in Amazonka.DAX.UpdateSubnetGroup

type Rep UpdateSubnetGroupResponse Source # 
Instance details

Defined in Amazonka.DAX.UpdateSubnetGroup

type Rep UpdateSubnetGroupResponse = D1 ('MetaData "UpdateSubnetGroupResponse" "Amazonka.DAX.UpdateSubnetGroup" "amazonka-dynamodb-dax-2.0-FwsdPL1z9NS2dTys8oHQ2n" '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:

UpdateSubnetGroupResponse, updateSubnetGroupResponse_subnetGroup - The subnet group that has been modified.

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

Response Lenses