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

Description

Removes the specified log pattern from a LogPatternSet.

Synopsis

Creating a Request

data DeleteLogPattern Source #

See: newDeleteLogPattern smart constructor.

Constructors

DeleteLogPattern' 

Fields

Instances

Instances details
Eq DeleteLogPattern Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DeleteLogPattern

Read DeleteLogPattern Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DeleteLogPattern

Show DeleteLogPattern Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DeleteLogPattern

Generic DeleteLogPattern Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DeleteLogPattern

Associated Types

type Rep DeleteLogPattern :: Type -> Type #

NFData DeleteLogPattern Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DeleteLogPattern

Methods

rnf :: DeleteLogPattern -> () #

Hashable DeleteLogPattern Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DeleteLogPattern

ToJSON DeleteLogPattern Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DeleteLogPattern

AWSRequest DeleteLogPattern Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DeleteLogPattern

Associated Types

type AWSResponse DeleteLogPattern #

ToHeaders DeleteLogPattern Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DeleteLogPattern

ToPath DeleteLogPattern Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DeleteLogPattern

ToQuery DeleteLogPattern Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DeleteLogPattern

type Rep DeleteLogPattern Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DeleteLogPattern

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

Defined in Amazonka.ApplicationInsights.DeleteLogPattern

newDeleteLogPattern Source #

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

$sel:patternSetName:DeleteLogPattern', deleteLogPattern_patternSetName - The name of the log pattern set.

$sel:patternName:DeleteLogPattern', deleteLogPattern_patternName - The name of the log pattern.

Request Lenses

Destructuring the Response

data DeleteLogPatternResponse Source #

See: newDeleteLogPatternResponse smart constructor.

Constructors

DeleteLogPatternResponse' 

Fields

Instances

Instances details
Eq DeleteLogPatternResponse Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DeleteLogPattern

Read DeleteLogPatternResponse Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DeleteLogPattern

Show DeleteLogPatternResponse Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DeleteLogPattern

Generic DeleteLogPatternResponse Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DeleteLogPattern

Associated Types

type Rep DeleteLogPatternResponse :: Type -> Type #

NFData DeleteLogPatternResponse Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DeleteLogPattern

type Rep DeleteLogPatternResponse Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DeleteLogPattern

type Rep DeleteLogPatternResponse = D1 ('MetaData "DeleteLogPatternResponse" "Amazonka.ApplicationInsights.DeleteLogPattern" "libZSservicesZSamazonka-application-insightsZSamazonka-application-insights" 'False) (C1 ('MetaCons "DeleteLogPatternResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteLogPatternResponse Source #

Create a value of DeleteLogPatternResponse 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:httpStatus:DeleteLogPatternResponse', deleteLogPatternResponse_httpStatus - The response's http status code.

Response Lenses