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.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
Eq DescribeLogPattern Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DescribeLogPattern

Read DescribeLogPattern Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DescribeLogPattern

Show DescribeLogPattern Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DescribeLogPattern

Generic DescribeLogPattern Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DescribeLogPattern

Associated Types

type Rep DescribeLogPattern :: Type -> Type #

NFData DescribeLogPattern Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DescribeLogPattern

Methods

rnf :: DescribeLogPattern -> () #

Hashable DescribeLogPattern Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DescribeLogPattern

ToJSON DescribeLogPattern Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DescribeLogPattern

AWSRequest DescribeLogPattern Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DescribeLogPattern

Associated Types

type AWSResponse 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

type Rep DescribeLogPattern Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DescribeLogPattern

type Rep DescribeLogPattern = D1 ('MetaData "DescribeLogPattern" "Amazonka.ApplicationInsights.DescribeLogPattern" "libZSservicesZSamazonka-application-insightsZSamazonka-application-insights" '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))))
type AWSResponse DescribeLogPattern Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DescribeLogPattern

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:

$sel:resourceGroupName:DescribeLogPattern', describeLogPattern_resourceGroupName - The name of the resource group.

$sel:patternSetName:DescribeLogPattern', describeLogPattern_patternSetName - The name of the log pattern set.

$sel:patternName: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
Eq DescribeLogPatternResponse Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DescribeLogPattern

Read DescribeLogPatternResponse Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DescribeLogPattern

Show DescribeLogPatternResponse Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DescribeLogPattern

Generic DescribeLogPatternResponse Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DescribeLogPattern

Associated Types

type Rep DescribeLogPatternResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-application-insightsZSamazonka-application-insights" '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.

$sel:resourceGroupName:DescribeLogPattern', describeLogPatternResponse_resourceGroupName - The name of the resource group.

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

Response Lenses