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

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

AWSRequest DeleteLogPattern Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DeleteLogPattern

Associated Types

type AWSResponse DeleteLogPattern #

Generic DeleteLogPattern Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DeleteLogPattern

Associated Types

type Rep DeleteLogPattern :: Type -> Type #

Read DeleteLogPattern Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DeleteLogPattern

Show DeleteLogPattern Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DeleteLogPattern

NFData DeleteLogPattern Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DeleteLogPattern

Methods

rnf :: DeleteLogPattern -> () #

Eq DeleteLogPattern Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DeleteLogPattern

Hashable DeleteLogPattern Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DeleteLogPattern

type AWSResponse 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" "amazonka-application-insights-2.0-HJv8DARmsLI1hpMeOEjP38" '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))))

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:

DeleteLogPattern, deleteLogPattern_resourceGroupName - The name of the resource group.

DeleteLogPattern, deleteLogPattern_patternSetName - The name of the log pattern set.

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
Generic DeleteLogPatternResponse Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DeleteLogPattern

Associated Types

type Rep DeleteLogPatternResponse :: Type -> Type #

Read DeleteLogPatternResponse Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DeleteLogPattern

Show DeleteLogPatternResponse Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DeleteLogPattern

NFData DeleteLogPatternResponse Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DeleteLogPattern

Eq 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" "amazonka-application-insights-2.0-HJv8DARmsLI1hpMeOEjP38" '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