amazonka-cloudwatch-logs-1.3.6: Amazon CloudWatch Logs 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.CloudWatchLogs.DescribeLogGroups

Contents

Description

Returns all the log groups that are associated with the AWS account making the request. The list returned in the response is ASCII-sorted by log group name.

By default, this operation returns up to 50 log groups. If there are more log groups to list, the response would contain a nextToken value in the response body. You can also limit the number of log groups returned in the response by specifying the limit parameter in the request.

See: AWS API Reference for DescribeLogGroups.

This operation returns paginated results.

Synopsis

Creating a Request

describeLogGroups :: DescribeLogGroups Source

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

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

Request Lenses

dlgLogGroupNamePrefix :: Lens' DescribeLogGroups (Maybe Text) Source

Will only return log groups that match the provided logGroupNamePrefix. If you don't specify a value, no prefix filter is applied.

dlgNextToken :: Lens' DescribeLogGroups (Maybe Text) Source

A string token used for pagination that points to the next page of results. It must be a value obtained from the response of the previous DescribeLogGroups request.

dlgLimit :: Lens' DescribeLogGroups (Maybe Natural) Source

The maximum number of items returned in the response. If you don't specify a value, the request would return up to 50 items.

Destructuring the Response

describeLogGroupsResponse Source

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

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

Response Lenses