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 :: Text -> Text -> DescribeAssociation
- data DescribeAssociation
- daName :: Lens' DescribeAssociation Text
- daInstanceId :: Lens' DescribeAssociation Text
- describeAssociationResponse :: Int -> DescribeAssociationResponse
- data DescribeAssociationResponse
- darsAssociationDescription :: Lens' DescribeAssociationResponse (Maybe AssociationDescription)
- darsResponseStatus :: Lens' DescribeAssociationResponse Int
Creating a Request
Arguments
:: Text | |
-> Text | |
-> DescribeAssociation |
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.
Instances
Request Lenses
daInstanceId :: Lens' DescribeAssociation Text Source #
The Windows Server 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:
data DescribeAssociationResponse Source #
See: describeAssociationResponse
smart constructor.
Instances
Response Lenses
darsAssociationDescription :: Lens' DescribeAssociationResponse (Maybe AssociationDescription) Source #
Information about the association.
darsResponseStatus :: Lens' DescribeAssociationResponse Int Source #
The response status code.