| 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.SSM.DescribeAssociation
Description
Describes the associations for the specified SSM document or instance.
- describeAssociation :: DescribeAssociation
- data DescribeAssociation
- daAssociationId :: Lens' DescribeAssociation (Maybe Text)
- daInstanceId :: Lens' DescribeAssociation (Maybe Text)
- daName :: Lens' DescribeAssociation (Maybe Text)
- describeAssociationResponse :: Int -> DescribeAssociationResponse
- data DescribeAssociationResponse
- desrsAssociationDescription :: Lens' DescribeAssociationResponse (Maybe AssociationDescription)
- desrsResponseStatus :: Lens' DescribeAssociationResponse Int
Creating a Request
describeAssociation :: DescribeAssociation Source #
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:
daAssociationId- The association ID for which you want information.daInstanceId- The instance ID.daName- The name of the SSM document.
data DescribeAssociation Source #
See: describeAssociation smart constructor.
Instances
Request Lenses
daAssociationId :: Lens' DescribeAssociation (Maybe Text) Source #
The association ID for which you want information.
daInstanceId :: Lens' DescribeAssociation (Maybe Text) Source #
The instance ID.
Destructuring the Response
describeAssociationResponse Source #
Arguments
| :: Int | |
| -> DescribeAssociationResponse |
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:
desrsAssociationDescription- Information about the association.desrsResponseStatus- -- | The response status code.
data DescribeAssociationResponse Source #
See: describeAssociationResponse smart constructor.
Instances
Response Lenses
desrsAssociationDescription :: Lens' DescribeAssociationResponse (Maybe AssociationDescription) Source #
Information about the association.
desrsResponseStatus :: Lens' DescribeAssociationResponse Int Source #
- - | The response status code.