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

Copyright(c) 2013-2015 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.SSM.ListAssociations

Contents

Description

Lists the associations for the specified configuration document or instance.

See: AWS API Reference for ListAssociations.

Synopsis

Creating a Request

listAssociations Source

Creates a value of ListAssociations with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Request Lenses

laNextToken :: Lens' ListAssociations (Maybe Text) Source

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

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.

laAssociationFilterList :: Lens' ListAssociations (NonEmpty AssociationFilter) Source

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

Destructuring the Response

listAssociationsResponse Source

Creates a value of ListAssociationsResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Response Lenses

larsNextToken :: 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.

larsStatus :: Lens' ListAssociationsResponse Int Source

The response status code.