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

Description

Describe a specific log pattern from a LogPatternSet.

Synopsis

Creating a Request

data DescribeLogPattern Source #

See: newDescribeLogPattern smart constructor.

Constructors

DescribeLogPattern' 

Fields

Instances

Instances details
ToJSON DescribeLogPattern Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DescribeLogPattern

ToHeaders DescribeLogPattern Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DescribeLogPattern

ToPath DescribeLogPattern Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DescribeLogPattern

ToQuery DescribeLogPattern Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DescribeLogPattern

AWSRequest DescribeLogPattern Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DescribeLogPattern

Associated Types

type AWSResponse DescribeLogPattern #

Generic DescribeLogPattern Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DescribeLogPattern

Associated Types

type Rep DescribeLogPattern :: Type -> Type #

Read DescribeLogPattern Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DescribeLogPattern

Show DescribeLogPattern Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DescribeLogPattern

NFData DescribeLogPattern Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DescribeLogPattern

Methods

rnf :: DescribeLogPattern -> () #

Eq DescribeLogPattern Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DescribeLogPattern

Hashable DescribeLogPattern Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DescribeLogPattern

type AWSResponse DescribeLogPattern Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DescribeLogPattern

type Rep DescribeLogPattern Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DescribeLogPattern

type Rep DescribeLogPattern = D1 ('MetaData "DescribeLogPattern" "Amazonka.ApplicationInsights.DescribeLogPattern" "amazonka-application-insights-2.0-HJv8DARmsLI1hpMeOEjP38" 'False) (C1 ('MetaCons "DescribeLogPattern'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "patternSetName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "patternName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newDescribeLogPattern Source #

Create a value of DescribeLogPattern 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:

DescribeLogPattern, describeLogPattern_resourceGroupName - The name of the resource group.

DescribeLogPattern, describeLogPattern_patternSetName - The name of the log pattern set.

DescribeLogPattern, describeLogPattern_patternName - The name of the log pattern.

Request Lenses

Destructuring the Response

data DescribeLogPatternResponse Source #

See: newDescribeLogPatternResponse smart constructor.

Constructors

DescribeLogPatternResponse' 

Fields

Instances

Instances details
Generic DescribeLogPatternResponse Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DescribeLogPattern

Associated Types

type Rep DescribeLogPatternResponse :: Type -> Type #

Read DescribeLogPatternResponse Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DescribeLogPattern

Show DescribeLogPatternResponse Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DescribeLogPattern

NFData DescribeLogPatternResponse Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DescribeLogPattern

Eq DescribeLogPatternResponse Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DescribeLogPattern

type Rep DescribeLogPatternResponse Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DescribeLogPattern

type Rep DescribeLogPatternResponse = D1 ('MetaData "DescribeLogPatternResponse" "Amazonka.ApplicationInsights.DescribeLogPattern" "amazonka-application-insights-2.0-HJv8DARmsLI1hpMeOEjP38" 'False) (C1 ('MetaCons "DescribeLogPatternResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "logPattern") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LogPattern)) :*: (S1 ('MetaSel ('Just "resourceGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDescribeLogPatternResponse Source #

Create a value of DescribeLogPatternResponse 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:logPattern:DescribeLogPatternResponse', describeLogPatternResponse_logPattern - The successfully created log pattern.

DescribeLogPattern, describeLogPatternResponse_resourceGroupName - The name of the resource group.

$sel:httpStatus:DescribeLogPatternResponse', describeLogPatternResponse_httpStatus - The response's http status code.

Response Lenses