amazonka-rds-1.5.0: Amazon Relational Database Service SDK.

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

Network.AWS.RDS.StartDBInstance

Contents

Description

Starts a DB instance that was stopped using the AWS console, the stop-db-instance AWS CLI command, or the StopDBInstance action. For more information, see Stopping and Starting a DB instance in the AWS RDS user guide.

Synopsis

Creating a Request

startDBInstance Source #

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

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

data StartDBInstance Source #

See: startDBInstance smart constructor.

Instances

Eq StartDBInstance Source # 
Data StartDBInstance Source # 

Methods

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

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

toConstr :: StartDBInstance -> Constr #

dataTypeOf :: StartDBInstance -> DataType #

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

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

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

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

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

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

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

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

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

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

Read StartDBInstance Source # 
Show StartDBInstance Source # 
Generic StartDBInstance Source # 
Hashable StartDBInstance Source # 
NFData StartDBInstance Source # 

Methods

rnf :: StartDBInstance -> () #

AWSRequest StartDBInstance Source # 
ToQuery StartDBInstance Source # 
ToPath StartDBInstance Source # 
ToHeaders StartDBInstance Source # 
type Rep StartDBInstance Source # 
type Rep StartDBInstance = D1 (MetaData "StartDBInstance" "Network.AWS.RDS.StartDBInstance" "amazonka-rds-1.5.0-4pv5DetELOaBXetw2fB1GM" True) (C1 (MetaCons "StartDBInstance'" PrefixI True) (S1 (MetaSel (Just Symbol "_sdbiDBInstanceIdentifier") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))
type Rs StartDBInstance Source # 

Request Lenses

sdbiDBInstanceIdentifier :: Lens' StartDBInstance Text Source #

The user-supplied instance identifier.

Destructuring the Response

startDBInstanceResponse Source #

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

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

data StartDBInstanceResponse Source #

See: startDBInstanceResponse smart constructor.

Instances

Eq StartDBInstanceResponse Source # 
Data StartDBInstanceResponse Source # 

Methods

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

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

toConstr :: StartDBInstanceResponse -> Constr #

dataTypeOf :: StartDBInstanceResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read StartDBInstanceResponse Source # 
Show StartDBInstanceResponse Source # 
Generic StartDBInstanceResponse Source # 
NFData StartDBInstanceResponse Source # 

Methods

rnf :: StartDBInstanceResponse -> () #

type Rep StartDBInstanceResponse Source # 
type Rep StartDBInstanceResponse = D1 (MetaData "StartDBInstanceResponse" "Network.AWS.RDS.StartDBInstance" "amazonka-rds-1.5.0-4pv5DetELOaBXetw2fB1GM" False) (C1 (MetaCons "StartDBInstanceResponse'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_sdbirsDBInstance") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe DBInstance))) (S1 (MetaSel (Just Symbol "_sdbirsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int))))

Response Lenses