amazonka-config-1.3.6: 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.

The response is paginated, and by default, AWS Config returns a limit of 10 configuration items per page. You can customize this number with the limit parameter. The response includes a nextToken string, and to get the next page of results, run the request again and enter this string for the nextToken parameter.

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

The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.

grchLimit :: Lens' GetResourceConfigHistory (Maybe Natural) Source

The maximum number of configuration items returned on each page. The default is 10. You cannot specify a limit greater than 100. If you specify 0, AWS Config uses the default.

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

The string that you use in a subsequent request to get the next page of results in a paginated response.

grchrsConfigurationItems :: Lens' GetResourceConfigHistoryResponse [ConfigurationItem] Source

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