amazonka-dms-1.4.5: Amazon Database Migration Service SDK.

Copyright(c) 2013-2016 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.DMS.CreateReplicationSubnetGroup

Contents

Description

Creates a replication subnet group given a list of the subnet IDs in a VPC.

Synopsis

Creating a Request

createReplicationSubnetGroup Source #

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

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

data CreateReplicationSubnetGroup Source #

See: createReplicationSubnetGroup smart constructor.

Instances

Eq CreateReplicationSubnetGroup Source # 
Data CreateReplicationSubnetGroup Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> CreateReplicationSubnetGroup -> c CreateReplicationSubnetGroup #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c CreateReplicationSubnetGroup #

toConstr :: CreateReplicationSubnetGroup -> Constr #

dataTypeOf :: CreateReplicationSubnetGroup -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c CreateReplicationSubnetGroup) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c CreateReplicationSubnetGroup) #

gmapT :: (forall b. Data b => b -> b) -> CreateReplicationSubnetGroup -> CreateReplicationSubnetGroup #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> CreateReplicationSubnetGroup -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> CreateReplicationSubnetGroup -> r #

gmapQ :: (forall d. Data d => d -> u) -> CreateReplicationSubnetGroup -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> CreateReplicationSubnetGroup -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> CreateReplicationSubnetGroup -> m CreateReplicationSubnetGroup #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> CreateReplicationSubnetGroup -> m CreateReplicationSubnetGroup #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> CreateReplicationSubnetGroup -> m CreateReplicationSubnetGroup #

Read CreateReplicationSubnetGroup Source # 
Show CreateReplicationSubnetGroup Source # 
Generic CreateReplicationSubnetGroup Source # 
Hashable CreateReplicationSubnetGroup Source # 
ToJSON CreateReplicationSubnetGroup Source # 
NFData CreateReplicationSubnetGroup Source # 
AWSRequest CreateReplicationSubnetGroup Source # 
ToPath CreateReplicationSubnetGroup Source # 
ToHeaders CreateReplicationSubnetGroup Source # 
ToQuery CreateReplicationSubnetGroup Source # 
type Rep CreateReplicationSubnetGroup Source # 
type Rep CreateReplicationSubnetGroup = D1 (MetaData "CreateReplicationSubnetGroup" "Network.AWS.DMS.CreateReplicationSubnetGroup" "amazonka-dms-1.4.5-EltuN0Q20gz5uVOAfZKolj" False) (C1 (MetaCons "CreateReplicationSubnetGroup'" PrefixI True) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_crsgTags") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Tag]))) (S1 (MetaSel (Just Symbol "_crsgReplicationSubnetGroupIdentifier") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))) ((:*:) (S1 (MetaSel (Just Symbol "_crsgReplicationSubnetGroupDescription") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_crsgSubnetIds") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 [Text])))))
type Rs CreateReplicationSubnetGroup Source # 

Request Lenses

crsgTags :: Lens' CreateReplicationSubnetGroup [Tag] Source #

The tag to be assigned to the subnet group.

crsgReplicationSubnetGroupIdentifier :: Lens' CreateReplicationSubnetGroup Text Source #

The name for the replication subnet group. This value is stored as a lowercase string. Constraints: Must contain no more than 255 alphanumeric characters, periods, spaces, underscores, or hyphens. Must not be "default". Example: mySubnetgroup

crsgSubnetIds :: Lens' CreateReplicationSubnetGroup [Text] Source #

The EC2 subnet IDs for the subnet group.

Destructuring the Response

createReplicationSubnetGroupResponse Source #

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

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

data CreateReplicationSubnetGroupResponse Source #

See: createReplicationSubnetGroupResponse smart constructor.

Instances

Eq CreateReplicationSubnetGroupResponse Source # 
Data CreateReplicationSubnetGroupResponse Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> CreateReplicationSubnetGroupResponse -> c CreateReplicationSubnetGroupResponse #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c CreateReplicationSubnetGroupResponse #

toConstr :: CreateReplicationSubnetGroupResponse -> Constr #

dataTypeOf :: CreateReplicationSubnetGroupResponse -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c CreateReplicationSubnetGroupResponse) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c CreateReplicationSubnetGroupResponse) #

gmapT :: (forall b. Data b => b -> b) -> CreateReplicationSubnetGroupResponse -> CreateReplicationSubnetGroupResponse #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> CreateReplicationSubnetGroupResponse -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> CreateReplicationSubnetGroupResponse -> r #

gmapQ :: (forall d. Data d => d -> u) -> CreateReplicationSubnetGroupResponse -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> CreateReplicationSubnetGroupResponse -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> CreateReplicationSubnetGroupResponse -> m CreateReplicationSubnetGroupResponse #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> CreateReplicationSubnetGroupResponse -> m CreateReplicationSubnetGroupResponse #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> CreateReplicationSubnetGroupResponse -> m CreateReplicationSubnetGroupResponse #

Read CreateReplicationSubnetGroupResponse Source # 
Show CreateReplicationSubnetGroupResponse Source # 
Generic CreateReplicationSubnetGroupResponse Source # 
NFData CreateReplicationSubnetGroupResponse Source # 
type Rep CreateReplicationSubnetGroupResponse Source # 
type Rep CreateReplicationSubnetGroupResponse = D1 (MetaData "CreateReplicationSubnetGroupResponse" "Network.AWS.DMS.CreateReplicationSubnetGroup" "amazonka-dms-1.4.5-EltuN0Q20gz5uVOAfZKolj" False) (C1 (MetaCons "CreateReplicationSubnetGroupResponse'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_crsgrsReplicationSubnetGroup") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe ReplicationSubnetGroup))) (S1 (MetaSel (Just Symbol "_crsgrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedUnpack) (Rec0 Int))))

Response Lenses