amazonka-config-1.1.0: Amazon Config 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.Config.GetResourceConfigHistory

Contents

Description

Returns a list of configuration items for the specified resource. The list contains details about each state of the resource during the specified time interval. You can specify a limit on the number of results returned on the page. If a limit is specified, a nextToken is returned as part of the result that you can use to continue this request.

Each call to the API is limited to span a duration of seven days. It is likely that the number of records returned is smaller than the specified limit. In such cases, you can make another call, using the nextToken .

See: AWS API Reference for GetResourceConfigHistory.

Synopsis

Creating a Request

getResourceConfigHistory Source

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

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

Request Lenses

grchChronologicalOrder :: Lens' GetResourceConfigHistory (Maybe ChronologicalOrder) Source

The chronological order for configuration items listed. By default the results are listed in reverse chronological order.

grchNextToken :: Lens' GetResourceConfigHistory (Maybe Text) Source

An optional parameter used for pagination of the results.

grchLimit :: Lens' GetResourceConfigHistory (Maybe Natural) Source

The maximum number of configuration items returned in each page. The default is 10. You cannot specify a limit greater than 100.

grchLaterTime :: Lens' GetResourceConfigHistory (Maybe UTCTime) Source

The time stamp that indicates a later time. If not specified, current time is taken.

grchEarlierTime :: Lens' GetResourceConfigHistory (Maybe UTCTime) Source

The time stamp that indicates an earlier time. If not specified, the action returns paginated results that contain configuration items that start from when the first configuration item was recorded.

grchResourceId :: Lens' GetResourceConfigHistory Text Source

The ID of the resource (for example., 'sg-xxxxxx').

Destructuring the Response

getResourceConfigHistoryResponse Source

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

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

Response Lenses

grchrsNextToken :: Lens' GetResourceConfigHistoryResponse (Maybe Text) Source

A token used for pagination of results.

grchrsConfigurationItems :: Lens' GetResourceConfigHistoryResponse [ConfigurationItem] Source

A list that contains the configuration history of one or more resources.