amazonka-opsworks-cm-1.4.5: Amazon OpsWorks for Chef Automate 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.OpsWorksCM.DisassociateNode

Contents

Description

Undocumented operation.

Synopsis

Creating a Request

disassociateNode Source #

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

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

data DisassociateNode Source #

See: disassociateNode smart constructor.

Instances

Eq DisassociateNode Source # 
Data DisassociateNode Source # 

Methods

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

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

toConstr :: DisassociateNode -> Constr #

dataTypeOf :: DisassociateNode -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DisassociateNode Source # 
Show DisassociateNode Source # 
Generic DisassociateNode Source # 
Hashable DisassociateNode Source # 
ToJSON DisassociateNode Source # 
NFData DisassociateNode Source # 

Methods

rnf :: DisassociateNode -> () #

AWSRequest DisassociateNode Source # 
ToPath DisassociateNode Source # 
ToHeaders DisassociateNode Source # 
ToQuery DisassociateNode Source # 
type Rep DisassociateNode Source # 
type Rep DisassociateNode = D1 (MetaData "DisassociateNode" "Network.AWS.OpsWorksCM.DisassociateNode" "amazonka-opsworks-cm-1.4.5-1gsJwLY5VN6CtZ9Orfu6eU" False) (C1 (MetaCons "DisassociateNode'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_dnEngineAttributes") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [EngineAttribute]))) ((:*:) (S1 (MetaSel (Just Symbol "_dnServerName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_dnNodeName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)))))
type Rs DisassociateNode Source # 

Request Lenses

dnNodeName :: Lens' DisassociateNode Text Source #

Undocumented member.

Destructuring the Response

disassociateNodeResponse Source #

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

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

data DisassociateNodeResponse Source #

See: disassociateNodeResponse smart constructor.

Instances

Eq DisassociateNodeResponse Source # 
Data DisassociateNodeResponse Source # 

Methods

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

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

toConstr :: DisassociateNodeResponse -> Constr #

dataTypeOf :: DisassociateNodeResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DisassociateNodeResponse Source # 
Show DisassociateNodeResponse Source # 
Generic DisassociateNodeResponse Source # 
NFData DisassociateNodeResponse Source # 
type Rep DisassociateNodeResponse Source # 
type Rep DisassociateNodeResponse = D1 (MetaData "DisassociateNodeResponse" "Network.AWS.OpsWorksCM.DisassociateNode" "amazonka-opsworks-cm-1.4.5-1gsJwLY5VN6CtZ9Orfu6eU" False) (C1 (MetaCons "DisassociateNodeResponse'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_dnrsNodeAssociationStatusToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_dnrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedUnpack) (Rec0 Int))))

Response Lenses