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

Copyright(c) 2013-2018 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 #

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 #

See: startDBInstance smart constructor.

Instances
Eq StartDBInstance # 
Instance details

Defined in Network.AWS.RDS.StartDBInstance

Data StartDBInstance # 
Instance details

Defined in Network.AWS.RDS.StartDBInstance

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 # 
Instance details

Defined in Network.AWS.RDS.StartDBInstance

Show StartDBInstance # 
Instance details

Defined in Network.AWS.RDS.StartDBInstance

Generic StartDBInstance # 
Instance details

Defined in Network.AWS.RDS.StartDBInstance

Associated Types

type Rep StartDBInstance :: * -> * #

Hashable StartDBInstance # 
Instance details

Defined in Network.AWS.RDS.StartDBInstance

AWSRequest StartDBInstance # 
Instance details

Defined in Network.AWS.RDS.StartDBInstance

Associated Types

type Rs StartDBInstance :: * #

ToHeaders StartDBInstance # 
Instance details

Defined in Network.AWS.RDS.StartDBInstance

ToPath StartDBInstance # 
Instance details

Defined in Network.AWS.RDS.StartDBInstance

ToQuery StartDBInstance # 
Instance details

Defined in Network.AWS.RDS.StartDBInstance

NFData StartDBInstance # 
Instance details

Defined in Network.AWS.RDS.StartDBInstance

Methods

rnf :: StartDBInstance -> () #

type Rep StartDBInstance # 
Instance details

Defined in Network.AWS.RDS.StartDBInstance

type Rep StartDBInstance = D1 (MetaData "StartDBInstance" "Network.AWS.RDS.StartDBInstance" "amazonka-rds-1.6.0-62mw5vrBA3M4x0SZvkmRx5" True) (C1 (MetaCons "StartDBInstance'" PrefixI True) (S1 (MetaSel (Just "_sdbiDBInstanceIdentifier") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))
type Rs StartDBInstance # 
Instance details

Defined in Network.AWS.RDS.StartDBInstance

Request Lenses

sdbiDBInstanceIdentifier :: Lens' StartDBInstance Text #

The user-supplied instance identifier.

Destructuring the Response

startDBInstanceResponse #

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 #

See: startDBInstanceResponse smart constructor.

Instances
Eq StartDBInstanceResponse # 
Instance details

Defined in Network.AWS.RDS.StartDBInstance

Data StartDBInstanceResponse # 
Instance details

Defined in Network.AWS.RDS.StartDBInstance

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 # 
Instance details

Defined in Network.AWS.RDS.StartDBInstance

Show StartDBInstanceResponse # 
Instance details

Defined in Network.AWS.RDS.StartDBInstance

Generic StartDBInstanceResponse # 
Instance details

Defined in Network.AWS.RDS.StartDBInstance

Associated Types

type Rep StartDBInstanceResponse :: * -> * #

NFData StartDBInstanceResponse # 
Instance details

Defined in Network.AWS.RDS.StartDBInstance

Methods

rnf :: StartDBInstanceResponse -> () #

type Rep StartDBInstanceResponse # 
Instance details

Defined in Network.AWS.RDS.StartDBInstance

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

Response Lenses

sdbirsResponseStatus :: Lens' StartDBInstanceResponse Int #

  • - | The response status code.