Copyright | (c) 2013-2015 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | Haskell2010 |
Returns a list of DB log files for the DB instance.
See: AWS API Reference for DescribeDBLogFiles.
This operation returns paginated results.
- describeDBLogFiles :: Text -> DescribeDBLogFiles
- data DescribeDBLogFiles
- ddlfFilenameContains :: Lens' DescribeDBLogFiles (Maybe Text)
- ddlfFilters :: Lens' DescribeDBLogFiles [Filter]
- ddlfFileSize :: Lens' DescribeDBLogFiles (Maybe Integer)
- ddlfFileLastWritten :: Lens' DescribeDBLogFiles (Maybe Integer)
- ddlfMarker :: Lens' DescribeDBLogFiles (Maybe Text)
- ddlfMaxRecords :: Lens' DescribeDBLogFiles (Maybe Int)
- ddlfDBInstanceIdentifier :: Lens' DescribeDBLogFiles Text
- describeDBLogFilesResponse :: Int -> DescribeDBLogFilesResponse
- data DescribeDBLogFilesResponse
- ddlfrsDescribeDBLogFiles :: Lens' DescribeDBLogFilesResponse [DescribeDBLogFilesDetails]
- ddlfrsMarker :: Lens' DescribeDBLogFilesResponse (Maybe Text)
- ddlfrsResponseStatus :: Lens' DescribeDBLogFilesResponse Int
Creating a Request
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:
data DescribeDBLogFiles Source
See: describeDBLogFiles
smart constructor.
Request Lenses
ddlfFilenameContains :: Lens' DescribeDBLogFiles (Maybe Text) Source
Filters the available log files for log file names that contain the specified string.
ddlfFilters :: Lens' DescribeDBLogFiles [Filter] Source
This parameter is not currently supported.
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.
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.
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.
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:
data DescribeDBLogFilesResponse Source
The response from a call to DescribeDBLogFiles.
See: describeDBLogFilesResponse
smart constructor.
Response Lenses
ddlfrsDescribeDBLogFiles :: Lens' DescribeDBLogFilesResponse [DescribeDBLogFilesDetails] Source
The DB log files returned.
ddlfrsMarker :: Lens' DescribeDBLogFilesResponse (Maybe Text) Source
A pagination token that can be used in a subsequent DescribeDBLogFiles request.
ddlfrsResponseStatus :: Lens' DescribeDBLogFilesResponse Int Source
The response status code.