amazonka-rds-0.0.3: Amazon Relational Database Service SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.RDS.DescribeDBLogFiles

Contents

Description

Synopsis

Request

Request constructor

Request lenses

ddblfDBInstanceIdentifier :: 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

ddblfFileLastWritten :: Lens' DescribeDBLogFiles (Maybe Integer) Source

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

ddblfFileSize :: Lens' DescribeDBLogFiles (Maybe Integer) Source

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

ddblfFilenameContains :: Lens' DescribeDBLogFiles (Maybe Text) Source

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

ddblfFilters :: Lens' DescribeDBLogFiles [Filter] Source

This parameter is not currently supported.

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

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

Response

Response constructor

Response lenses

ddblfrMarker :: Lens' DescribeDBLogFilesResponse (Maybe Text) Source

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