amazonka-rds-1.2.0.1: Amazon Relational Database 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.RDS.DescribeDBLogFiles

Contents

Description

Returns a list of DB log files for the DB instance.

See: AWS API Reference for DescribeDBLogFiles.

This operation returns paginated results.

Synopsis

Creating a Request

describeDBLogFiles Source

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

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

Request Lenses

ddlfFilenameContains :: Lens' DescribeDBLogFiles (Maybe Text) Source

Filters the available log files for log file names that contain the specified string.

ddlfFileSize :: Lens' DescribeDBLogFiles (Maybe Integer) Source

Filters the available log files for files larger than the specified size.

ddlfFileLastWritten :: Lens' DescribeDBLogFiles (Maybe Integer) Source

Filters the available log files for files written since the specified date, in POSIX timestamp format with milliseconds.

ddlfFilters :: Lens' DescribeDBLogFiles [Filter] Source

This parameter is not currently supported.

ddlfMaxRecords :: Lens' DescribeDBLogFiles (Maybe Int) Source

The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

ddlfMarker :: Lens' DescribeDBLogFiles (Maybe Text) Source

The pagination token provided in the previous request. If this parameter is specified the response includes only records beyond the marker, up to MaxRecords.

ddlfDBInstanceIdentifier :: Lens' DescribeDBLogFiles Text Source

The customer-assigned name of the DB instance that contains the log files you want to list.

Constraints:

  • Must contain from 1 to 63 alphanumeric characters or hyphens
  • First character must be a letter
  • Cannot end with a hyphen or contain two consecutive hyphens

Destructuring the Response

describeDBLogFilesResponse Source

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

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

Response Lenses

ddlfrsMarker :: Lens' DescribeDBLogFilesResponse (Maybe Text) Source

A pagination token that can be used in a subsequent DescribeDBLogFiles request.