amazonka-application-insights-2.0: Amazon CloudWatch Application Insights SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

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
ToJSON ListLogPatterns Source # 
Instance details

Defined in Amazonka.ApplicationInsights.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

AWSRequest ListLogPatterns Source # 
Instance details

Defined in Amazonka.ApplicationInsights.ListLogPatterns

Associated Types

type AWSResponse ListLogPatterns #

Generic ListLogPatterns Source # 
Instance details

Defined in Amazonka.ApplicationInsights.ListLogPatterns

Associated Types

type Rep ListLogPatterns :: Type -> Type #

Read ListLogPatterns Source # 
Instance details

Defined in Amazonka.ApplicationInsights.ListLogPatterns

Show ListLogPatterns Source # 
Instance details

Defined in Amazonka.ApplicationInsights.ListLogPatterns

NFData ListLogPatterns Source # 
Instance details

Defined in Amazonka.ApplicationInsights.ListLogPatterns

Methods

rnf :: ListLogPatterns -> () #

Eq ListLogPatterns Source # 
Instance details

Defined in Amazonka.ApplicationInsights.ListLogPatterns

Hashable ListLogPatterns Source # 
Instance details

Defined in Amazonka.ApplicationInsights.ListLogPatterns

type AWSResponse 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" "amazonka-application-insights-2.0-HJv8DARmsLI1hpMeOEjP38" 'False) (C1 ('MetaCons "ListLogPatterns'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "patternSetName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "resourceGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

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

ListLogPatterns, listLogPatterns_nextToken - The token to request the next page of results.

ListLogPatterns, listLogPatterns_patternSetName - The name of the log pattern set.

ListLogPatterns, listLogPatterns_resourceGroupName - The name of the resource group.

Request Lenses

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.

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

The token to request the next page of results.

Destructuring the Response

data ListLogPatternsResponse Source #

See: newListLogPatternsResponse smart constructor.

Constructors

ListLogPatternsResponse' 

Fields

Instances

Instances details
Generic ListLogPatternsResponse Source # 
Instance details

Defined in Amazonka.ApplicationInsights.ListLogPatterns

Associated Types

type Rep ListLogPatternsResponse :: Type -> Type #

Read ListLogPatternsResponse Source # 
Instance details

Defined in Amazonka.ApplicationInsights.ListLogPatterns

Show ListLogPatternsResponse Source # 
Instance details

Defined in Amazonka.ApplicationInsights.ListLogPatterns

NFData ListLogPatternsResponse Source # 
Instance details

Defined in Amazonka.ApplicationInsights.ListLogPatterns

Methods

rnf :: ListLogPatternsResponse -> () #

Eq ListLogPatternsResponse Source # 
Instance details

Defined in Amazonka.ApplicationInsights.ListLogPatterns

type Rep ListLogPatternsResponse Source # 
Instance details

Defined in Amazonka.ApplicationInsights.ListLogPatterns

type Rep ListLogPatternsResponse = D1 ('MetaData "ListLogPatternsResponse" "Amazonka.ApplicationInsights.ListLogPatterns" "amazonka-application-insights-2.0-HJv8DARmsLI1hpMeOEjP38" 'False) (C1 ('MetaCons "ListLogPatternsResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "logPatterns") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [LogPattern])) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "resourceGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: 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:logPatterns:ListLogPatternsResponse', listLogPatternsResponse_logPatterns - The list of log patterns.

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.

ListLogPatterns, listLogPatternsResponse_resourceGroupName - The name of the resource group.

$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.