amazonka-ssm-0.3.3: Amazon Simple Systems Management Service SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.SSM.ListAssociations

Contents

Description

Lists the associations for the specified configuration document or instance.

http://docs.aws.amazon.com/ssm/latest/APIReference/API_ListAssociations.html

Synopsis

Request

Request constructor

Request lenses

laAssociationFilterList :: Lens' ListAssociations (NonEmpty AssociationFilter) Source

One or more filters. Use a filter to return a more specific list of results.

laMaxResults :: Lens' ListAssociations (Maybe Natural) Source

The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.

laNextToken :: Lens' ListAssociations (Maybe Text) Source

The token for the next set of items to return. (You received this token from a previous call.)

Response

Response constructor

listAssociationsResponse :: ListAssociationsResponse Source

ListAssociationsResponse constructor.

The fields accessible through corresponding lenses are:

Response lenses

larNextToken :: Lens' ListAssociationsResponse (Maybe Text) Source

The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.