| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Network.AWS.SSM.DescribeAssociation
Description
Describes the associations for the specified configuration document or instance.
http://docs.aws.amazon.com/ssm/latest/APIReference/API_DescribeAssociation.html
- data DescribeAssociation
- describeAssociation :: Text -> Text -> DescribeAssociation
- daInstanceId :: Lens' DescribeAssociation Text
- daName :: Lens' DescribeAssociation Text
- data DescribeAssociationResponse
- describeAssociationResponse :: DescribeAssociationResponse
- darAssociationDescription :: Lens' DescribeAssociationResponse (Maybe AssociationDescription)
Request
data DescribeAssociation Source
Instances
| Eq DescribeAssociation | |
| Ord DescribeAssociation | |
| Read DescribeAssociation | |
| Show DescribeAssociation | |
| ToJSON DescribeAssociation | |
| AWSRequest DescribeAssociation | |
| ToQuery DescribeAssociation | |
| ToPath DescribeAssociation | |
| ToHeaders DescribeAssociation | |
| type Sv DescribeAssociation = SSM | |
| type Rs DescribeAssociation = DescribeAssociationResponse |
Request constructor
Arguments
| :: Text | |
| -> Text | |
| -> DescribeAssociation |
DescribeAssociation constructor.
The fields accessible through corresponding lenses are:
daInstanceId::TextdaName::Text
Request lenses
daInstanceId :: Lens' DescribeAssociation Text Source
The ID of the instance.
daName :: Lens' DescribeAssociation Text Source
The name of the configuration document.
Response
Response constructor
describeAssociationResponse :: DescribeAssociationResponse Source
DescribeAssociationResponse constructor.
The fields accessible through corresponding lenses are:
Response lenses
darAssociationDescription :: Lens' DescribeAssociationResponse (Maybe AssociationDescription) Source
Information about the association.