amazonka-ssm-1.3.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.ListDocuments

Contents

Description

Describes one or more of your configuration documents.

See: AWS API Reference for ListDocuments.

Synopsis

Creating a Request

listDocuments :: ListDocuments Source

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

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

Request Lenses

ldDocumentFilterList :: Lens' ListDocuments (Maybe (NonEmpty DocumentFilter)) Source

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

ldNextToken :: Lens' ListDocuments (Maybe Text) Source

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

ldMaxResults :: Lens' ListDocuments (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.

Destructuring the Response

listDocumentsResponse Source

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

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

Response Lenses

ldrsDocumentIdentifiers :: Lens' ListDocumentsResponse [DocumentIdentifier] Source

The names of the configuration documents.

ldrsNextToken :: Lens' ListDocumentsResponse (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.