Copyright | (c) 2013-2015 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 |
Describes the associations for the specified configuration document or instance.
See: AWS API Reference for DescribeAssociation.
- describeAssociation :: Text -> Text -> DescribeAssociation
- data DescribeAssociation
- daName :: Lens' DescribeAssociation Text
- daInstanceId :: Lens' DescribeAssociation Text
- describeAssociationResponse :: Int -> DescribeAssociationResponse
- data DescribeAssociationResponse
- darsAssociationDescription :: Lens' DescribeAssociationResponse (Maybe AssociationDescription)
- darsStatus :: Lens' DescribeAssociationResponse Int
Creating a Request
Creates a value of DescribeAssociation
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data DescribeAssociation Source
See: describeAssociation
smart constructor.
Request Lenses
daName :: Lens' DescribeAssociation Text Source
The name of the configuration document.
daInstanceId :: Lens' DescribeAssociation Text Source
The ID of the instance.
Destructuring the Response
describeAssociationResponse Source
Creates a value of DescribeAssociationResponse
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data DescribeAssociationResponse Source
See: describeAssociationResponse
smart constructor.
Response Lenses
darsAssociationDescription :: Lens' DescribeAssociationResponse (Maybe AssociationDescription) Source
Information about the association.
darsStatus :: Lens' DescribeAssociationResponse Int Source
The response status code.