| 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.DescribeNodeAssociationStatus
Description
Undocumented operation.
- describeNodeAssociationStatus :: Text -> Text -> DescribeNodeAssociationStatus
- data DescribeNodeAssociationStatus
- dnasNodeAssociationStatusToken :: Lens' DescribeNodeAssociationStatus Text
- dnasServerName :: Lens' DescribeNodeAssociationStatus Text
- describeNodeAssociationStatusResponse :: Int -> DescribeNodeAssociationStatusResponse
- data DescribeNodeAssociationStatusResponse
- dnasrsNodeAssociationStatus :: Lens' DescribeNodeAssociationStatusResponse (Maybe NodeAssociationStatus)
- dnasrsResponseStatus :: Lens' DescribeNodeAssociationStatusResponse Int
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:
dnasNodeAssociationStatusToken- Undocumented member.dnasServerName- Undocumented member.
data DescribeNodeAssociationStatus Source #
See: describeNodeAssociationStatus smart constructor.
Instances
Request Lenses
dnasNodeAssociationStatusToken :: Lens' DescribeNodeAssociationStatus Text Source #
Undocumented member.
dnasServerName :: Lens' DescribeNodeAssociationStatus Text Source #
Undocumented member.
Destructuring the Response
describeNodeAssociationStatusResponse Source #
Arguments
| :: Int | |
| -> DescribeNodeAssociationStatusResponse |
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:
dnasrsNodeAssociationStatus- Undocumented member.dnasrsResponseStatus- -- | The response status code.
data DescribeNodeAssociationStatusResponse Source #
See: describeNodeAssociationStatusResponse smart constructor.
Instances
Response Lenses
dnasrsNodeAssociationStatus :: Lens' DescribeNodeAssociationStatusResponse (Maybe NodeAssociationStatus) Source #
Undocumented member.
dnasrsResponseStatus :: Lens' DescribeNodeAssociationStatusResponse Int Source #
- - | The response status code.