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 |
Describes the associations for the specified SSM document or instance.
- describeAssociation :: Text -> Text -> DescribeAssociation
- data DescribeAssociation
- daName :: Lens' DescribeAssociation Text
- daInstanceId :: Lens' DescribeAssociation Text
- describeAssociationResponse :: Int -> DescribeAssociationResponse
- data DescribeAssociationResponse
- desrsAssociationDescription :: Lens' DescribeAssociationResponse (Maybe AssociationDescription)
- desrsResponseStatus :: 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
daInstanceId :: Lens' DescribeAssociation Text Source #
The instance ID.
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
desrsAssociationDescription :: Lens' DescribeAssociationResponse (Maybe AssociationDescription) Source #
Information about the association.
desrsResponseStatus :: Lens' DescribeAssociationResponse Int Source #
The response status code.