| Copyright | (c) 2013-2016 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
| Language | Haskell2010 |
Network.AWS.OpsWorksCM.AssociateNode
Description
Undocumented operation.
- associateNode :: Text -> Text -> AssociateNode
- data AssociateNode
- anEngineAttributes :: Lens' AssociateNode [EngineAttribute]
- anServerName :: Lens' AssociateNode Text
- anNodeName :: Lens' AssociateNode Text
- associateNodeResponse :: Int -> AssociateNodeResponse
- data AssociateNodeResponse
- anrsNodeAssociationStatusToken :: Lens' AssociateNodeResponse (Maybe Text)
- anrsResponseStatus :: Lens' AssociateNodeResponse Int
Creating a Request
Arguments
| :: Text | |
| -> Text | |
| -> AssociateNode |
Creates a value of AssociateNode with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
anEngineAttributes- Undocumented member.anServerName- Undocumented member.anNodeName- Undocumented member.
data AssociateNode Source #
See: associateNode smart constructor.
Instances
Request Lenses
anEngineAttributes :: Lens' AssociateNode [EngineAttribute] Source #
Undocumented member.
anServerName :: Lens' AssociateNode Text Source #
Undocumented member.
anNodeName :: Lens' AssociateNode Text Source #
Undocumented member.
Destructuring the Response
associateNodeResponse Source #
Arguments
| :: Int | |
| -> AssociateNodeResponse |
Creates a value of AssociateNodeResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
anrsNodeAssociationStatusToken- Undocumented member.anrsResponseStatus- -- | The response status code.
data AssociateNodeResponse Source #
See: associateNodeResponse smart constructor.
Response Lenses
anrsNodeAssociationStatusToken :: Lens' AssociateNodeResponse (Maybe Text) Source #
Undocumented member.
anrsResponseStatus :: Lens' AssociateNodeResponse Int Source #
- - | The response status code.