libZSservicesZSamazonka-application-insightsZSamazonka-application-insights
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.ApplicationInsights.ListLogPatterns

Description

Lists the log patterns in the specific log LogPatternSet.

Synopsis

Creating a Request

data ListLogPatterns Source #

See: newListLogPatterns smart constructor.

Constructors

ListLogPatterns' 

Fields

Instances

Instances details
Eq ListLogPatterns Source # 
Instance details

Defined in Amazonka.ApplicationInsights.ListLogPatterns

Read ListLogPatterns Source # 
Instance details

Defined in Amazonka.ApplicationInsights.ListLogPatterns

Show ListLogPatterns Source # 
Instance details

Defined in Amazonka.ApplicationInsights.ListLogPatterns

Generic ListLogPatterns Source # 
Instance details

Defined in Amazonka.ApplicationInsights.ListLogPatterns

Associated Types

type Rep ListLogPatterns :: Type -> Type #

NFData ListLogPatterns Source # 
Instance details

Defined in Amazonka.ApplicationInsights.ListLogPatterns

Methods

rnf :: ListLogPatterns -> () #

Hashable ListLogPatterns Source # 
Instance details

Defined in Amazonka.ApplicationInsights.ListLogPatterns

ToJSON ListLogPatterns Source # 
Instance details

Defined in Amazonka.ApplicationInsights.ListLogPatterns

AWSRequest ListLogPatterns Source # 
Instance details

Defined in Amazonka.ApplicationInsights.ListLogPatterns

Associated Types

type AWSResponse ListLogPatterns #

ToHeaders ListLogPatterns Source # 
Instance details

Defined in Amazonka.ApplicationInsights.ListLogPatterns

ToPath ListLogPatterns Source # 
Instance details

Defined in Amazonka.ApplicationInsights.ListLogPatterns

ToQuery ListLogPatterns Source # 
Instance details

Defined in Amazonka.ApplicationInsights.ListLogPatterns

type Rep ListLogPatterns Source # 
Instance details

Defined in Amazonka.ApplicationInsights.ListLogPatterns

type Rep ListLogPatterns = D1 ('MetaData "ListLogPatterns" "Amazonka.ApplicationInsights.ListLogPatterns" "libZSservicesZSamazonka-application-insightsZSamazonka-application-insights" 'False) (C1 ('MetaCons "ListLogPatterns'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "patternSetName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "resourceGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse ListLogPatterns Source # 
Instance details

Defined in Amazonka.ApplicationInsights.ListLogPatterns

newListLogPatterns Source #

Create a value of ListLogPatterns with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:nextToken:ListLogPatterns', listLogPatterns_nextToken - The token to request the next page of results.

$sel:patternSetName:ListLogPatterns', listLogPatterns_patternSetName - The name of the log pattern set.

$sel:maxResults:ListLogPatterns', listLogPatterns_maxResults - The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.

$sel:resourceGroupName:ListLogPatterns', listLogPatterns_resourceGroupName - The name of the resource group.

Request Lenses

listLogPatterns_nextToken :: Lens' ListLogPatterns (Maybe Text) Source #

The token to request the next page of results.

listLogPatterns_maxResults :: Lens' ListLogPatterns (Maybe Natural) Source #

The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.

Destructuring the Response

data ListLogPatternsResponse Source #

See: newListLogPatternsResponse smart constructor.

Constructors

ListLogPatternsResponse' 

Fields

Instances

Instances details
Eq ListLogPatternsResponse Source # 
Instance details

Defined in Amazonka.ApplicationInsights.ListLogPatterns

Read ListLogPatternsResponse Source # 
Instance details

Defined in Amazonka.ApplicationInsights.ListLogPatterns

Show ListLogPatternsResponse Source # 
Instance details

Defined in Amazonka.ApplicationInsights.ListLogPatterns

Generic ListLogPatternsResponse Source # 
Instance details

Defined in Amazonka.ApplicationInsights.ListLogPatterns

Associated Types

type Rep ListLogPatternsResponse :: Type -> Type #

NFData ListLogPatternsResponse Source # 
Instance details

Defined in Amazonka.ApplicationInsights.ListLogPatterns

Methods

rnf :: ListLogPatternsResponse -> () #

type Rep ListLogPatternsResponse Source # 
Instance details

Defined in Amazonka.ApplicationInsights.ListLogPatterns

type Rep ListLogPatternsResponse = D1 ('MetaData "ListLogPatternsResponse" "Amazonka.ApplicationInsights.ListLogPatterns" "libZSservicesZSamazonka-application-insightsZSamazonka-application-insights" 'False) (C1 ('MetaCons "ListLogPatternsResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "resourceGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "logPatterns") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [LogPattern])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListLogPatternsResponse Source #

Create a value of ListLogPatternsResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:resourceGroupName:ListLogPatterns', listLogPatternsResponse_resourceGroupName - The name of the resource group.

$sel:nextToken:ListLogPatterns', listLogPatternsResponse_nextToken - The token used to retrieve the next page of results. This value is null when there are no more results to return.

$sel:logPatterns:ListLogPatternsResponse', listLogPatternsResponse_logPatterns - The list of log patterns.

$sel:httpStatus:ListLogPatternsResponse', listLogPatternsResponse_httpStatus - The response's http status code.

Response Lenses

listLogPatternsResponse_nextToken :: Lens' ListLogPatternsResponse (Maybe Text) Source #

The token used to retrieve the next page of results. This value is null when there are no more results to return.