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

Description

Lists the log pattern sets in the specific application.

Synopsis

Creating a Request

data ListLogPatternSets Source #

See: newListLogPatternSets smart constructor.

Constructors

ListLogPatternSets' 

Fields

Instances

Instances details
Eq ListLogPatternSets Source # 
Instance details

Defined in Amazonka.ApplicationInsights.ListLogPatternSets

Read ListLogPatternSets Source # 
Instance details

Defined in Amazonka.ApplicationInsights.ListLogPatternSets

Show ListLogPatternSets Source # 
Instance details

Defined in Amazonka.ApplicationInsights.ListLogPatternSets

Generic ListLogPatternSets Source # 
Instance details

Defined in Amazonka.ApplicationInsights.ListLogPatternSets

Associated Types

type Rep ListLogPatternSets :: Type -> Type #

NFData ListLogPatternSets Source # 
Instance details

Defined in Amazonka.ApplicationInsights.ListLogPatternSets

Methods

rnf :: ListLogPatternSets -> () #

Hashable ListLogPatternSets Source # 
Instance details

Defined in Amazonka.ApplicationInsights.ListLogPatternSets

ToJSON ListLogPatternSets Source # 
Instance details

Defined in Amazonka.ApplicationInsights.ListLogPatternSets

AWSRequest ListLogPatternSets Source # 
Instance details

Defined in Amazonka.ApplicationInsights.ListLogPatternSets

Associated Types

type AWSResponse ListLogPatternSets #

ToHeaders ListLogPatternSets Source # 
Instance details

Defined in Amazonka.ApplicationInsights.ListLogPatternSets

ToPath ListLogPatternSets Source # 
Instance details

Defined in Amazonka.ApplicationInsights.ListLogPatternSets

ToQuery ListLogPatternSets Source # 
Instance details

Defined in Amazonka.ApplicationInsights.ListLogPatternSets

type Rep ListLogPatternSets Source # 
Instance details

Defined in Amazonka.ApplicationInsights.ListLogPatternSets

type Rep ListLogPatternSets = D1 ('MetaData "ListLogPatternSets" "Amazonka.ApplicationInsights.ListLogPatternSets" "libZSservicesZSamazonka-application-insightsZSamazonka-application-insights" 'False) (C1 ('MetaCons "ListLogPatternSets'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") '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 ListLogPatternSets Source # 
Instance details

Defined in Amazonka.ApplicationInsights.ListLogPatternSets

newListLogPatternSets Source #

Create a value of ListLogPatternSets 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:ListLogPatternSets', listLogPatternSets_nextToken - The token to request the next page of results.

$sel:maxResults:ListLogPatternSets', listLogPatternSets_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:ListLogPatternSets', listLogPatternSets_resourceGroupName - The name of the resource group.

Request Lenses

listLogPatternSets_nextToken :: Lens' ListLogPatternSets (Maybe Text) Source #

The token to request the next page of results.

listLogPatternSets_maxResults :: Lens' ListLogPatternSets (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 ListLogPatternSetsResponse Source #

See: newListLogPatternSetsResponse smart constructor.

Constructors

ListLogPatternSetsResponse' 

Fields

Instances

Instances details
Eq ListLogPatternSetsResponse Source # 
Instance details

Defined in Amazonka.ApplicationInsights.ListLogPatternSets

Read ListLogPatternSetsResponse Source # 
Instance details

Defined in Amazonka.ApplicationInsights.ListLogPatternSets

Show ListLogPatternSetsResponse Source # 
Instance details

Defined in Amazonka.ApplicationInsights.ListLogPatternSets

Generic ListLogPatternSetsResponse Source # 
Instance details

Defined in Amazonka.ApplicationInsights.ListLogPatternSets

Associated Types

type Rep ListLogPatternSetsResponse :: Type -> Type #

NFData ListLogPatternSetsResponse Source # 
Instance details

Defined in Amazonka.ApplicationInsights.ListLogPatternSets

type Rep ListLogPatternSetsResponse Source # 
Instance details

Defined in Amazonka.ApplicationInsights.ListLogPatternSets

type Rep ListLogPatternSetsResponse = D1 ('MetaData "ListLogPatternSetsResponse" "Amazonka.ApplicationInsights.ListLogPatternSets" "libZSservicesZSamazonka-application-insightsZSamazonka-application-insights" 'False) (C1 ('MetaCons "ListLogPatternSetsResponse'" '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 "logPatternSets") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListLogPatternSetsResponse Source #

Create a value of ListLogPatternSetsResponse 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:ListLogPatternSets', listLogPatternSetsResponse_resourceGroupName - The name of the resource group.

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

$sel:logPatternSets:ListLogPatternSetsResponse', listLogPatternSetsResponse_logPatternSets - The list of log pattern sets.

$sel:httpStatus:ListLogPatternSetsResponse', listLogPatternSetsResponse_httpStatus - The response's http status code.

Response Lenses

listLogPatternSetsResponse_nextToken :: Lens' ListLogPatternSetsResponse (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.