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

Contents

Description

Returns the current status of an existing association or disassociation request.

A ResourceNotFoundException is thrown when no recent association or disassociation request with the specified token is found, or when the server does not exist. A ValidationException is raised when parameters of the request are not valid.

Synopsis

Creating a Request

describeNodeAssociationStatus Source #

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

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

data DescribeNodeAssociationStatus Source #

See: describeNodeAssociationStatus smart constructor.

Instances

Eq DescribeNodeAssociationStatus Source # 
Data DescribeNodeAssociationStatus Source # 

Methods

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

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

toConstr :: DescribeNodeAssociationStatus -> Constr #

dataTypeOf :: DescribeNodeAssociationStatus -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DescribeNodeAssociationStatus Source # 
Show DescribeNodeAssociationStatus Source # 
Generic DescribeNodeAssociationStatus Source # 
Hashable DescribeNodeAssociationStatus Source # 
ToJSON DescribeNodeAssociationStatus Source # 
NFData DescribeNodeAssociationStatus Source # 
AWSRequest DescribeNodeAssociationStatus Source # 
ToQuery DescribeNodeAssociationStatus Source # 
ToPath DescribeNodeAssociationStatus Source # 
ToHeaders DescribeNodeAssociationStatus Source # 
type Rep DescribeNodeAssociationStatus Source # 
type Rep DescribeNodeAssociationStatus = D1 (MetaData "DescribeNodeAssociationStatus" "Network.AWS.OpsWorksCM.DescribeNodeAssociationStatus" "amazonka-opsworks-cm-1.5.0-Hc1u21y7vMsK8PFWgko0CT" False) (C1 (MetaCons "DescribeNodeAssociationStatus'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_dnasNodeAssociationStatusToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_dnasServerName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))))
type Rs DescribeNodeAssociationStatus Source # 

Request Lenses

dnasNodeAssociationStatusToken :: Lens' DescribeNodeAssociationStatus Text Source #

The token returned in either the AssociateNodeResponse or the DisassociateNodeResponse.

dnasServerName :: Lens' DescribeNodeAssociationStatus Text Source #

The name of the server from which to disassociate the node.

Destructuring the Response

describeNodeAssociationStatusResponse Source #

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

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

  • dnasrsEngineAttributes - Attributes specific to the node association.
  • dnasrsResponseStatus - -- | The response status code.
  • dnasrsNodeAssociationStatus - The status of the association or disassociation request. Possible values: * SUCCESS : The association or disassociation succeeded. * FAILED : The association or disassociation failed. * IN_PROGRESS : The association or disassociation is still in progress.

data DescribeNodeAssociationStatusResponse Source #

Instances

Eq DescribeNodeAssociationStatusResponse Source # 
Data DescribeNodeAssociationStatusResponse Source # 

Methods

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

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

toConstr :: DescribeNodeAssociationStatusResponse -> Constr #

dataTypeOf :: DescribeNodeAssociationStatusResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Show DescribeNodeAssociationStatusResponse Source # 
Generic DescribeNodeAssociationStatusResponse Source # 
NFData DescribeNodeAssociationStatusResponse Source # 
type Rep DescribeNodeAssociationStatusResponse Source # 
type Rep DescribeNodeAssociationStatusResponse = D1 (MetaData "DescribeNodeAssociationStatusResponse" "Network.AWS.OpsWorksCM.DescribeNodeAssociationStatus" "amazonka-opsworks-cm-1.5.0-Hc1u21y7vMsK8PFWgko0CT" False) (C1 (MetaCons "DescribeNodeAssociationStatusResponse'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_dnasrsEngineAttributes") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [EngineAttribute]))) ((:*:) (S1 (MetaSel (Just Symbol "_dnasrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int)) (S1 (MetaSel (Just Symbol "_dnasrsNodeAssociationStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 NodeAssociationStatus)))))

Response Lenses

dnasrsNodeAssociationStatus :: Lens' DescribeNodeAssociationStatusResponse NodeAssociationStatus Source #

The status of the association or disassociation request. Possible values: * SUCCESS : The association or disassociation succeeded. * FAILED : The association or disassociation failed. * IN_PROGRESS : The association or disassociation is still in progress.