amazonka-redshift-1.2.0: Amazon Redshift SDK.

Copyright(c) 2013-2015 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.Redshift.ModifyClusterSubnetGroup

Contents

Description

Modifies a cluster subnet group to include the specified list of VPC subnets. The operation replaces the existing list of subnets with the new list of subnets.

See: AWS API Reference for ModifyClusterSubnetGroup.

Synopsis

Creating a Request

modifyClusterSubnetGroup Source

Creates a value of ModifyClusterSubnetGroup with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Request Lenses

mcsgDescription :: Lens' ModifyClusterSubnetGroup (Maybe Text) Source

A text description of the subnet group to be modified.

mcsgClusterSubnetGroupName :: Lens' ModifyClusterSubnetGroup Text Source

The name of the subnet group to be modified.

mcsgSubnetIds :: Lens' ModifyClusterSubnetGroup [Text] Source

An array of VPC subnet IDs. A maximum of 20 subnets can be modified in a single request.

Destructuring the Response

modifyClusterSubnetGroupResponse Source

Creates a value of ModifyClusterSubnetGroupResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Response Lenses