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

Description

Derived from API version 2018-11-25 of the AWS service descriptions, licensed under Apache 2.0.

Amazon CloudWatch Application Insights

Amazon CloudWatch Application Insights is a service that helps you detect common problems with your applications. It enables you to pinpoint the source of issues in your applications (built with technologies such as Microsoft IIS, .NET, and Microsoft SQL Server), by providing key insights into detected problems.

After you onboard your application, CloudWatch Application Insights identifies, recommends, and sets up metrics and logs. It continuously analyzes and correlates your metrics and logs for unusual behavior to surface actionable problems with your application. For example, if your application is slow and unresponsive and leading to HTTP 500 errors in your Application Load Balancer (ALB), Application Insights informs you that a memory pressure problem with your SQL Server database is occurring. It bases this analysis on impactful metrics and log errors.

Synopsis

Service Configuration

defaultService :: Service Source #

API version 2018-11-25 of the Amazon CloudWatch Application Insights SDK configuration.

Errors

Error matchers are designed for use with the functions provided by Control.Exception.Lens. This allows catching (and rethrowing) service specific errors returned by ApplicationInsights.

ValidationException

AccessDeniedException

_AccessDeniedException :: AsError a => Getting (First ServiceError) a ServiceError Source #

User does not have permissions to perform this action.

TagsAlreadyExistException

_TagsAlreadyExistException :: AsError a => Getting (First ServiceError) a ServiceError Source #

Tags are already registered for the specified application ARN.

TooManyTagsException

_TooManyTagsException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The number of the provided tags is beyond the limit, or the number of total tags you are trying to attach to the specified resource exceeds the limit.

InternalServerException

_InternalServerException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The server encountered an internal error and is unable to complete the request.

ResourceNotFoundException

_ResourceNotFoundException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The resource does not exist in the customer account.

BadRequestException

_BadRequestException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The request is not understood by the server.

ResourceInUseException

_ResourceInUseException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The resource is already created or in use.

Waiters

Waiters poll by repeatedly sending a request until some remote success condition configured by the Wait specification is fulfilled. The Wait specification determines how many attempts should be made, in addition to delay and retry strategies.

Operations

Some AWS operations return results that are incomplete and require subsequent requests in order to obtain the entire result set. The process of sending subsequent requests to continue where a previous request left off is called pagination. For example, the ListObjects operation of Amazon S3 returns up to 1000 objects at a time, and you must send subsequent requests with the appropriate Marker in order to retrieve the next page of results.

Operations that have an AWSPager instance can transparently perform subsequent requests, correctly setting Markers and other request facets to iterate through the entire result set of a truncated API operation. Operations which support this have an additional note in the documentation.

Many operations have the ability to filter results on the server side. See the individual operation parameters for details.

DescribeApplication

data DescribeApplication Source #

See: newDescribeApplication smart constructor.

Instances

Instances details
Eq DescribeApplication Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DescribeApplication

Read DescribeApplication Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DescribeApplication

Show DescribeApplication Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DescribeApplication

Generic DescribeApplication Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DescribeApplication

Associated Types

type Rep DescribeApplication :: Type -> Type #

NFData DescribeApplication Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DescribeApplication

Methods

rnf :: DescribeApplication -> () #

Hashable DescribeApplication Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DescribeApplication

ToJSON DescribeApplication Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DescribeApplication

AWSRequest DescribeApplication Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DescribeApplication

Associated Types

type AWSResponse DescribeApplication #

ToHeaders DescribeApplication Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DescribeApplication

ToPath DescribeApplication Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DescribeApplication

ToQuery DescribeApplication Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DescribeApplication

type Rep DescribeApplication Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DescribeApplication

type Rep DescribeApplication = D1 ('MetaData "DescribeApplication" "Amazonka.ApplicationInsights.DescribeApplication" "libZSservicesZSamazonka-application-insightsZSamazonka-application-insights" 'False) (C1 ('MetaCons "DescribeApplication'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DescribeApplication Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DescribeApplication

newDescribeApplication Source #

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

data DescribeApplicationResponse Source #

See: newDescribeApplicationResponse smart constructor.

Instances

Instances details
Eq DescribeApplicationResponse Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DescribeApplication

Read DescribeApplicationResponse Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DescribeApplication

Show DescribeApplicationResponse Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DescribeApplication

Generic DescribeApplicationResponse Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DescribeApplication

Associated Types

type Rep DescribeApplicationResponse :: Type -> Type #

NFData DescribeApplicationResponse Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DescribeApplication

type Rep DescribeApplicationResponse Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DescribeApplication

type Rep DescribeApplicationResponse = D1 ('MetaData "DescribeApplicationResponse" "Amazonka.ApplicationInsights.DescribeApplication" "libZSservicesZSamazonka-application-insightsZSamazonka-application-insights" 'False) (C1 ('MetaCons "DescribeApplicationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "applicationInfo") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ApplicationInfo)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDescribeApplicationResponse Source #

Create a value of DescribeApplicationResponse 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:applicationInfo:DescribeApplicationResponse', describeApplicationResponse_applicationInfo - Information about the application.

$sel:httpStatus:DescribeApplicationResponse', describeApplicationResponse_httpStatus - The response's http status code.

DescribeComponent

data DescribeComponent Source #

See: newDescribeComponent smart constructor.

Instances

Instances details
Eq DescribeComponent Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DescribeComponent

Read DescribeComponent Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DescribeComponent

Show DescribeComponent Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DescribeComponent

Generic DescribeComponent Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DescribeComponent

Associated Types

type Rep DescribeComponent :: Type -> Type #

NFData DescribeComponent Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DescribeComponent

Methods

rnf :: DescribeComponent -> () #

Hashable DescribeComponent Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DescribeComponent

ToJSON DescribeComponent Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DescribeComponent

AWSRequest DescribeComponent Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DescribeComponent

Associated Types

type AWSResponse DescribeComponent #

ToHeaders DescribeComponent Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DescribeComponent

ToPath DescribeComponent Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DescribeComponent

ToQuery DescribeComponent Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DescribeComponent

type Rep DescribeComponent Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DescribeComponent

type Rep DescribeComponent = D1 ('MetaData "DescribeComponent" "Amazonka.ApplicationInsights.DescribeComponent" "libZSservicesZSamazonka-application-insightsZSamazonka-application-insights" 'False) (C1 ('MetaCons "DescribeComponent'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "componentName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DescribeComponent Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DescribeComponent

newDescribeComponent Source #

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

$sel:componentName:DescribeComponent', describeComponent_componentName - The name of the component.

data DescribeComponentResponse Source #

See: newDescribeComponentResponse smart constructor.

Instances

Instances details
Eq DescribeComponentResponse Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DescribeComponent

Read DescribeComponentResponse Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DescribeComponent

Show DescribeComponentResponse Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DescribeComponent

Generic DescribeComponentResponse Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DescribeComponent

Associated Types

type Rep DescribeComponentResponse :: Type -> Type #

NFData DescribeComponentResponse Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DescribeComponent

type Rep DescribeComponentResponse Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DescribeComponent

type Rep DescribeComponentResponse = D1 ('MetaData "DescribeComponentResponse" "Amazonka.ApplicationInsights.DescribeComponent" "libZSservicesZSamazonka-application-insightsZSamazonka-application-insights" 'False) (C1 ('MetaCons "DescribeComponentResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "applicationComponent") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ApplicationComponent)) :*: (S1 ('MetaSel ('Just "resourceList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDescribeComponentResponse Source #

Create a value of DescribeComponentResponse 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:applicationComponent:DescribeComponentResponse', describeComponentResponse_applicationComponent - Undocumented member.

$sel:resourceList:DescribeComponentResponse', describeComponentResponse_resourceList - The list of resource ARNs that belong to the component.

$sel:httpStatus:DescribeComponentResponse', describeComponentResponse_httpStatus - The response's http status code.

ListTagsForResource

data ListTagsForResource Source #

See: newListTagsForResource smart constructor.

Instances

Instances details
Eq ListTagsForResource Source # 
Instance details

Defined in Amazonka.ApplicationInsights.ListTagsForResource

Read ListTagsForResource Source # 
Instance details

Defined in Amazonka.ApplicationInsights.ListTagsForResource

Show ListTagsForResource Source # 
Instance details

Defined in Amazonka.ApplicationInsights.ListTagsForResource

Generic ListTagsForResource Source # 
Instance details

Defined in Amazonka.ApplicationInsights.ListTagsForResource

Associated Types

type Rep ListTagsForResource :: Type -> Type #

NFData ListTagsForResource Source # 
Instance details

Defined in Amazonka.ApplicationInsights.ListTagsForResource

Methods

rnf :: ListTagsForResource -> () #

Hashable ListTagsForResource Source # 
Instance details

Defined in Amazonka.ApplicationInsights.ListTagsForResource

ToJSON ListTagsForResource Source # 
Instance details

Defined in Amazonka.ApplicationInsights.ListTagsForResource

AWSRequest ListTagsForResource Source # 
Instance details

Defined in Amazonka.ApplicationInsights.ListTagsForResource

Associated Types

type AWSResponse ListTagsForResource #

ToHeaders ListTagsForResource Source # 
Instance details

Defined in Amazonka.ApplicationInsights.ListTagsForResource

ToPath ListTagsForResource Source # 
Instance details

Defined in Amazonka.ApplicationInsights.ListTagsForResource

ToQuery ListTagsForResource Source # 
Instance details

Defined in Amazonka.ApplicationInsights.ListTagsForResource

type Rep ListTagsForResource Source # 
Instance details

Defined in Amazonka.ApplicationInsights.ListTagsForResource

type Rep ListTagsForResource = D1 ('MetaData "ListTagsForResource" "Amazonka.ApplicationInsights.ListTagsForResource" "libZSservicesZSamazonka-application-insightsZSamazonka-application-insights" 'False) (C1 ('MetaCons "ListTagsForResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceARN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse ListTagsForResource Source # 
Instance details

Defined in Amazonka.ApplicationInsights.ListTagsForResource

newListTagsForResource Source #

Create a value of ListTagsForResource 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:resourceARN:ListTagsForResource', listTagsForResource_resourceARN - The Amazon Resource Name (ARN) of the application that you want to retrieve tag information for.

data ListTagsForResourceResponse Source #

See: newListTagsForResourceResponse smart constructor.

Instances

Instances details
Eq ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.ApplicationInsights.ListTagsForResource

Read ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.ApplicationInsights.ListTagsForResource

Show ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.ApplicationInsights.ListTagsForResource

Generic ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.ApplicationInsights.ListTagsForResource

Associated Types

type Rep ListTagsForResourceResponse :: Type -> Type #

NFData ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.ApplicationInsights.ListTagsForResource

type Rep ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.ApplicationInsights.ListTagsForResource

type Rep ListTagsForResourceResponse = D1 ('MetaData "ListTagsForResourceResponse" "Amazonka.ApplicationInsights.ListTagsForResource" "libZSservicesZSamazonka-application-insightsZSamazonka-application-insights" 'False) (C1 ('MetaCons "ListTagsForResourceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newListTagsForResourceResponse Source #

Create a value of ListTagsForResourceResponse 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:tags:ListTagsForResourceResponse', listTagsForResourceResponse_tags - An array that lists all the tags that are associated with the application. Each tag consists of a required tag key (Key) and an associated tag value (Value).

$sel:httpStatus:ListTagsForResourceResponse', listTagsForResourceResponse_httpStatus - The response's http status code.

DeleteApplication

data DeleteApplication Source #

See: newDeleteApplication smart constructor.

Constructors

DeleteApplication' Text 

Instances

Instances details
Eq DeleteApplication Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DeleteApplication

Read DeleteApplication Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DeleteApplication

Show DeleteApplication Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DeleteApplication

Generic DeleteApplication Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DeleteApplication

Associated Types

type Rep DeleteApplication :: Type -> Type #

NFData DeleteApplication Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DeleteApplication

Methods

rnf :: DeleteApplication -> () #

Hashable DeleteApplication Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DeleteApplication

ToJSON DeleteApplication Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DeleteApplication

AWSRequest DeleteApplication Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DeleteApplication

Associated Types

type AWSResponse DeleteApplication #

ToHeaders DeleteApplication Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DeleteApplication

ToPath DeleteApplication Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DeleteApplication

ToQuery DeleteApplication Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DeleteApplication

type Rep DeleteApplication Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DeleteApplication

type Rep DeleteApplication = D1 ('MetaData "DeleteApplication" "Amazonka.ApplicationInsights.DeleteApplication" "libZSservicesZSamazonka-application-insightsZSamazonka-application-insights" 'False) (C1 ('MetaCons "DeleteApplication'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeleteApplication Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DeleteApplication

newDeleteApplication Source #

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

data DeleteApplicationResponse Source #

See: newDeleteApplicationResponse smart constructor.

Instances

Instances details
Eq DeleteApplicationResponse Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DeleteApplication

Read DeleteApplicationResponse Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DeleteApplication

Show DeleteApplicationResponse Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DeleteApplication

Generic DeleteApplicationResponse Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DeleteApplication

Associated Types

type Rep DeleteApplicationResponse :: Type -> Type #

NFData DeleteApplicationResponse Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DeleteApplication

type Rep DeleteApplicationResponse Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DeleteApplication

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

newDeleteApplicationResponse Source #

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

UpdateApplication

data UpdateApplication Source #

See: newUpdateApplication smart constructor.

Instances

Instances details
Eq UpdateApplication Source # 
Instance details

Defined in Amazonka.ApplicationInsights.UpdateApplication

Read UpdateApplication Source # 
Instance details

Defined in Amazonka.ApplicationInsights.UpdateApplication

Show UpdateApplication Source # 
Instance details

Defined in Amazonka.ApplicationInsights.UpdateApplication

Generic UpdateApplication Source # 
Instance details

Defined in Amazonka.ApplicationInsights.UpdateApplication

Associated Types

type Rep UpdateApplication :: Type -> Type #

NFData UpdateApplication Source # 
Instance details

Defined in Amazonka.ApplicationInsights.UpdateApplication

Methods

rnf :: UpdateApplication -> () #

Hashable UpdateApplication Source # 
Instance details

Defined in Amazonka.ApplicationInsights.UpdateApplication

ToJSON UpdateApplication Source # 
Instance details

Defined in Amazonka.ApplicationInsights.UpdateApplication

AWSRequest UpdateApplication Source # 
Instance details

Defined in Amazonka.ApplicationInsights.UpdateApplication

Associated Types

type AWSResponse UpdateApplication #

ToHeaders UpdateApplication Source # 
Instance details

Defined in Amazonka.ApplicationInsights.UpdateApplication

ToPath UpdateApplication Source # 
Instance details

Defined in Amazonka.ApplicationInsights.UpdateApplication

ToQuery UpdateApplication Source # 
Instance details

Defined in Amazonka.ApplicationInsights.UpdateApplication

type Rep UpdateApplication Source # 
Instance details

Defined in Amazonka.ApplicationInsights.UpdateApplication

type Rep UpdateApplication = D1 ('MetaData "UpdateApplication" "Amazonka.ApplicationInsights.UpdateApplication" "libZSservicesZSamazonka-application-insightsZSamazonka-application-insights" 'False) (C1 ('MetaCons "UpdateApplication'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "cWEMonitorEnabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "opsItemSNSTopicArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "removeSNSTopic") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "opsCenterEnabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "resourceGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))
type AWSResponse UpdateApplication Source # 
Instance details

Defined in Amazonka.ApplicationInsights.UpdateApplication

newUpdateApplication Source #

Create a value of UpdateApplication 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:cWEMonitorEnabled:UpdateApplication', updateApplication_cWEMonitorEnabled - Indicates whether Application Insights can listen to CloudWatch events for the application resources, such as instance terminated, failed deployment, and others.

$sel:opsItemSNSTopicArn:UpdateApplication', updateApplication_opsItemSNSTopicArn - The SNS topic provided to Application Insights that is associated to the created opsItem. Allows you to receive notifications for updates to the opsItem.

$sel:removeSNSTopic:UpdateApplication', updateApplication_removeSNSTopic - Disassociates the SNS topic from the opsItem created for detected problems.

$sel:opsCenterEnabled:UpdateApplication', updateApplication_opsCenterEnabled - When set to true, creates opsItems for any problems detected on an application.

$sel:resourceGroupName:UpdateApplication', updateApplication_resourceGroupName - The name of the resource group.

data UpdateApplicationResponse Source #

See: newUpdateApplicationResponse smart constructor.

Instances

Instances details
Eq UpdateApplicationResponse Source # 
Instance details

Defined in Amazonka.ApplicationInsights.UpdateApplication

Read UpdateApplicationResponse Source # 
Instance details

Defined in Amazonka.ApplicationInsights.UpdateApplication

Show UpdateApplicationResponse Source # 
Instance details

Defined in Amazonka.ApplicationInsights.UpdateApplication

Generic UpdateApplicationResponse Source # 
Instance details

Defined in Amazonka.ApplicationInsights.UpdateApplication

Associated Types

type Rep UpdateApplicationResponse :: Type -> Type #

NFData UpdateApplicationResponse Source # 
Instance details

Defined in Amazonka.ApplicationInsights.UpdateApplication

type Rep UpdateApplicationResponse Source # 
Instance details

Defined in Amazonka.ApplicationInsights.UpdateApplication

type Rep UpdateApplicationResponse = D1 ('MetaData "UpdateApplicationResponse" "Amazonka.ApplicationInsights.UpdateApplication" "libZSservicesZSamazonka-application-insightsZSamazonka-application-insights" 'False) (C1 ('MetaCons "UpdateApplicationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "applicationInfo") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ApplicationInfo)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUpdateApplicationResponse Source #

Create a value of UpdateApplicationResponse 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:applicationInfo:UpdateApplicationResponse', updateApplicationResponse_applicationInfo - Information about the application.

$sel:httpStatus:UpdateApplicationResponse', updateApplicationResponse_httpStatus - The response's http status code.

DescribeComponentConfigurationRecommendation

data DescribeComponentConfigurationRecommendation Source #

Instances

Instances details
Eq DescribeComponentConfigurationRecommendation Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DescribeComponentConfigurationRecommendation

Read DescribeComponentConfigurationRecommendation Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DescribeComponentConfigurationRecommendation

Show DescribeComponentConfigurationRecommendation Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DescribeComponentConfigurationRecommendation

Generic DescribeComponentConfigurationRecommendation Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DescribeComponentConfigurationRecommendation

NFData DescribeComponentConfigurationRecommendation Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DescribeComponentConfigurationRecommendation

Hashable DescribeComponentConfigurationRecommendation Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DescribeComponentConfigurationRecommendation

ToJSON DescribeComponentConfigurationRecommendation Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DescribeComponentConfigurationRecommendation

AWSRequest DescribeComponentConfigurationRecommendation Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DescribeComponentConfigurationRecommendation

ToHeaders DescribeComponentConfigurationRecommendation Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DescribeComponentConfigurationRecommendation

ToPath DescribeComponentConfigurationRecommendation Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DescribeComponentConfigurationRecommendation

ToQuery DescribeComponentConfigurationRecommendation Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DescribeComponentConfigurationRecommendation

type Rep DescribeComponentConfigurationRecommendation Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DescribeComponentConfigurationRecommendation

type Rep DescribeComponentConfigurationRecommendation = D1 ('MetaData "DescribeComponentConfigurationRecommendation" "Amazonka.ApplicationInsights.DescribeComponentConfigurationRecommendation" "libZSservicesZSamazonka-application-insightsZSamazonka-application-insights" 'False) (C1 ('MetaCons "DescribeComponentConfigurationRecommendation'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "componentName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "tier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Tier))))
type AWSResponse DescribeComponentConfigurationRecommendation Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DescribeComponentConfigurationRecommendation

data DescribeComponentConfigurationRecommendationResponse Source #

Instances

Instances details
Eq DescribeComponentConfigurationRecommendationResponse Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DescribeComponentConfigurationRecommendation

Read DescribeComponentConfigurationRecommendationResponse Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DescribeComponentConfigurationRecommendation

Show DescribeComponentConfigurationRecommendationResponse Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DescribeComponentConfigurationRecommendation

Generic DescribeComponentConfigurationRecommendationResponse Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DescribeComponentConfigurationRecommendation

NFData DescribeComponentConfigurationRecommendationResponse Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DescribeComponentConfigurationRecommendation

type Rep DescribeComponentConfigurationRecommendationResponse Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DescribeComponentConfigurationRecommendation

type Rep DescribeComponentConfigurationRecommendationResponse = D1 ('MetaData "DescribeComponentConfigurationRecommendationResponse" "Amazonka.ApplicationInsights.DescribeComponentConfigurationRecommendation" "libZSservicesZSamazonka-application-insightsZSamazonka-application-insights" 'False) (C1 ('MetaCons "DescribeComponentConfigurationRecommendationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "componentConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDescribeComponentConfigurationRecommendationResponse Source #

Create a value of DescribeComponentConfigurationRecommendationResponse 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:componentConfiguration:DescribeComponentConfigurationRecommendationResponse', describeComponentConfigurationRecommendationResponse_componentConfiguration - The recommended configuration settings of the component. The value is the escaped JSON of the configuration.

$sel:httpStatus:DescribeComponentConfigurationRecommendationResponse', describeComponentConfigurationRecommendationResponse_httpStatus - The response's http status code.

DescribeProblem

data DescribeProblem Source #

See: newDescribeProblem smart constructor.

Constructors

DescribeProblem' Text 

Instances

Instances details
Eq DescribeProblem Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DescribeProblem

Read DescribeProblem Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DescribeProblem

Show DescribeProblem Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DescribeProblem

Generic DescribeProblem Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DescribeProblem

Associated Types

type Rep DescribeProblem :: Type -> Type #

NFData DescribeProblem Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DescribeProblem

Methods

rnf :: DescribeProblem -> () #

Hashable DescribeProblem Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DescribeProblem

ToJSON DescribeProblem Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DescribeProblem

AWSRequest DescribeProblem Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DescribeProblem

Associated Types

type AWSResponse DescribeProblem #

ToHeaders DescribeProblem Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DescribeProblem

ToPath DescribeProblem Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DescribeProblem

ToQuery DescribeProblem Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DescribeProblem

type Rep DescribeProblem Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DescribeProblem

type Rep DescribeProblem = D1 ('MetaData "DescribeProblem" "Amazonka.ApplicationInsights.DescribeProblem" "libZSservicesZSamazonka-application-insightsZSamazonka-application-insights" 'False) (C1 ('MetaCons "DescribeProblem'" 'PrefixI 'True) (S1 ('MetaSel ('Just "problemId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DescribeProblem Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DescribeProblem

newDescribeProblem Source #

Create a value of DescribeProblem 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:problemId:DescribeProblem', describeProblem_problemId - The ID of the problem.

data DescribeProblemResponse Source #

See: newDescribeProblemResponse smart constructor.

Instances

Instances details
Eq DescribeProblemResponse Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DescribeProblem

Read DescribeProblemResponse Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DescribeProblem

Show DescribeProblemResponse Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DescribeProblem

Generic DescribeProblemResponse Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DescribeProblem

Associated Types

type Rep DescribeProblemResponse :: Type -> Type #

NFData DescribeProblemResponse Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DescribeProblem

Methods

rnf :: DescribeProblemResponse -> () #

type Rep DescribeProblemResponse Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DescribeProblem

type Rep DescribeProblemResponse = D1 ('MetaData "DescribeProblemResponse" "Amazonka.ApplicationInsights.DescribeProblem" "libZSservicesZSamazonka-application-insightsZSamazonka-application-insights" 'False) (C1 ('MetaCons "DescribeProblemResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "problem") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Problem)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDescribeProblemResponse Source #

Create a value of DescribeProblemResponse 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:problem:DescribeProblemResponse', describeProblemResponse_problem - Information about the problem.

$sel:httpStatus:DescribeProblemResponse', describeProblemResponse_httpStatus - The response's http status code.

UpdateComponentConfiguration

data UpdateComponentConfiguration Source #

See: newUpdateComponentConfiguration smart constructor.

Instances

Instances details
Eq UpdateComponentConfiguration Source # 
Instance details

Defined in Amazonka.ApplicationInsights.UpdateComponentConfiguration

Read UpdateComponentConfiguration Source # 
Instance details

Defined in Amazonka.ApplicationInsights.UpdateComponentConfiguration

Show UpdateComponentConfiguration Source # 
Instance details

Defined in Amazonka.ApplicationInsights.UpdateComponentConfiguration

Generic UpdateComponentConfiguration Source # 
Instance details

Defined in Amazonka.ApplicationInsights.UpdateComponentConfiguration

Associated Types

type Rep UpdateComponentConfiguration :: Type -> Type #

NFData UpdateComponentConfiguration Source # 
Instance details

Defined in Amazonka.ApplicationInsights.UpdateComponentConfiguration

Hashable UpdateComponentConfiguration Source # 
Instance details

Defined in Amazonka.ApplicationInsights.UpdateComponentConfiguration

ToJSON UpdateComponentConfiguration Source # 
Instance details

Defined in Amazonka.ApplicationInsights.UpdateComponentConfiguration

AWSRequest UpdateComponentConfiguration Source # 
Instance details

Defined in Amazonka.ApplicationInsights.UpdateComponentConfiguration

ToHeaders UpdateComponentConfiguration Source # 
Instance details

Defined in Amazonka.ApplicationInsights.UpdateComponentConfiguration

ToPath UpdateComponentConfiguration Source # 
Instance details

Defined in Amazonka.ApplicationInsights.UpdateComponentConfiguration

ToQuery UpdateComponentConfiguration Source # 
Instance details

Defined in Amazonka.ApplicationInsights.UpdateComponentConfiguration

type Rep UpdateComponentConfiguration Source # 
Instance details

Defined in Amazonka.ApplicationInsights.UpdateComponentConfiguration

type Rep UpdateComponentConfiguration = D1 ('MetaData "UpdateComponentConfiguration" "Amazonka.ApplicationInsights.UpdateComponentConfiguration" "libZSservicesZSamazonka-application-insightsZSamazonka-application-insights" 'False) (C1 ('MetaCons "UpdateComponentConfiguration'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "componentConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "monitor") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "tier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Tier)) :*: (S1 ('MetaSel ('Just "resourceGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "componentName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))
type AWSResponse UpdateComponentConfiguration Source # 
Instance details

Defined in Amazonka.ApplicationInsights.UpdateComponentConfiguration

newUpdateComponentConfiguration Source #

Create a value of UpdateComponentConfiguration 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:componentConfiguration:UpdateComponentConfiguration', updateComponentConfiguration_componentConfiguration - The configuration settings of the component. The value is the escaped JSON of the configuration. For more information about the JSON format, see Working with JSON. You can send a request to DescribeComponentConfigurationRecommendation to see the recommended configuration for a component. For the complete format of the component configuration file, see Component Configuration.

$sel:monitor:UpdateComponentConfiguration', updateComponentConfiguration_monitor - Indicates whether the application component is monitored.

$sel:tier:UpdateComponentConfiguration', updateComponentConfiguration_tier - The tier of the application component. Supported tiers include DOT_NET_WORKER, DOT_NET_WEB, DOT_NET_CORE, SQL_SERVER, and DEFAULT.

$sel:resourceGroupName:UpdateComponentConfiguration', updateComponentConfiguration_resourceGroupName - The name of the resource group.

$sel:componentName:UpdateComponentConfiguration', updateComponentConfiguration_componentName - The name of the component.

data UpdateComponentConfigurationResponse Source #

Instances

Instances details
Eq UpdateComponentConfigurationResponse Source # 
Instance details

Defined in Amazonka.ApplicationInsights.UpdateComponentConfiguration

Read UpdateComponentConfigurationResponse Source # 
Instance details

Defined in Amazonka.ApplicationInsights.UpdateComponentConfiguration

Show UpdateComponentConfigurationResponse Source # 
Instance details

Defined in Amazonka.ApplicationInsights.UpdateComponentConfiguration

Generic UpdateComponentConfigurationResponse Source # 
Instance details

Defined in Amazonka.ApplicationInsights.UpdateComponentConfiguration

NFData UpdateComponentConfigurationResponse Source # 
Instance details

Defined in Amazonka.ApplicationInsights.UpdateComponentConfiguration

type Rep UpdateComponentConfigurationResponse Source # 
Instance details

Defined in Amazonka.ApplicationInsights.UpdateComponentConfiguration

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

newUpdateComponentConfigurationResponse Source #

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

CreateApplication

data CreateApplication Source #

See: newCreateApplication smart constructor.

Instances

Instances details
Eq CreateApplication Source # 
Instance details

Defined in Amazonka.ApplicationInsights.CreateApplication

Read CreateApplication Source # 
Instance details

Defined in Amazonka.ApplicationInsights.CreateApplication

Show CreateApplication Source # 
Instance details

Defined in Amazonka.ApplicationInsights.CreateApplication

Generic CreateApplication Source # 
Instance details

Defined in Amazonka.ApplicationInsights.CreateApplication

Associated Types

type Rep CreateApplication :: Type -> Type #

NFData CreateApplication Source # 
Instance details

Defined in Amazonka.ApplicationInsights.CreateApplication

Methods

rnf :: CreateApplication -> () #

Hashable CreateApplication Source # 
Instance details

Defined in Amazonka.ApplicationInsights.CreateApplication

ToJSON CreateApplication Source # 
Instance details

Defined in Amazonka.ApplicationInsights.CreateApplication

AWSRequest CreateApplication Source # 
Instance details

Defined in Amazonka.ApplicationInsights.CreateApplication

Associated Types

type AWSResponse CreateApplication #

ToHeaders CreateApplication Source # 
Instance details

Defined in Amazonka.ApplicationInsights.CreateApplication

ToPath CreateApplication Source # 
Instance details

Defined in Amazonka.ApplicationInsights.CreateApplication

ToQuery CreateApplication Source # 
Instance details

Defined in Amazonka.ApplicationInsights.CreateApplication

type Rep CreateApplication Source # 
Instance details

Defined in Amazonka.ApplicationInsights.CreateApplication

type Rep CreateApplication = D1 ('MetaData "CreateApplication" "Amazonka.ApplicationInsights.CreateApplication" "libZSservicesZSamazonka-application-insightsZSamazonka-application-insights" 'False) (C1 ('MetaCons "CreateApplication'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "cWEMonitorEnabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "opsItemSNSTopicArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "opsCenterEnabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])) :*: S1 ('MetaSel ('Just "resourceGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))
type AWSResponse CreateApplication Source # 
Instance details

Defined in Amazonka.ApplicationInsights.CreateApplication

newCreateApplication Source #

Create a value of CreateApplication 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:cWEMonitorEnabled:CreateApplication', createApplication_cWEMonitorEnabled - Indicates whether Application Insights can listen to CloudWatch events for the application resources, such as instance terminated, failed deployment, and others.

$sel:opsItemSNSTopicArn:CreateApplication', createApplication_opsItemSNSTopicArn - The SNS topic provided to Application Insights that is associated to the created opsItem. Allows you to receive notifications for updates to the opsItem.

$sel:opsCenterEnabled:CreateApplication', createApplication_opsCenterEnabled - When set to true, creates opsItems for any problems detected on an application.

$sel:tags:CreateApplication', createApplication_tags - List of tags to add to the application. tag key (Key) and an associated tag value (Value). The maximum length of a tag key is 128 characters. The maximum length of a tag value is 256 characters.

$sel:resourceGroupName:CreateApplication', createApplication_resourceGroupName - The name of the resource group.

data CreateApplicationResponse Source #

See: newCreateApplicationResponse smart constructor.

Instances

Instances details
Eq CreateApplicationResponse Source # 
Instance details

Defined in Amazonka.ApplicationInsights.CreateApplication

Read CreateApplicationResponse Source # 
Instance details

Defined in Amazonka.ApplicationInsights.CreateApplication

Show CreateApplicationResponse Source # 
Instance details

Defined in Amazonka.ApplicationInsights.CreateApplication

Generic CreateApplicationResponse Source # 
Instance details

Defined in Amazonka.ApplicationInsights.CreateApplication

Associated Types

type Rep CreateApplicationResponse :: Type -> Type #

NFData CreateApplicationResponse Source # 
Instance details

Defined in Amazonka.ApplicationInsights.CreateApplication

type Rep CreateApplicationResponse Source # 
Instance details

Defined in Amazonka.ApplicationInsights.CreateApplication

type Rep CreateApplicationResponse = D1 ('MetaData "CreateApplicationResponse" "Amazonka.ApplicationInsights.CreateApplication" "libZSservicesZSamazonka-application-insightsZSamazonka-application-insights" 'False) (C1 ('MetaCons "CreateApplicationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "applicationInfo") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ApplicationInfo)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCreateApplicationResponse Source #

Create a value of CreateApplicationResponse 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:applicationInfo:CreateApplicationResponse', createApplicationResponse_applicationInfo - Information about the application.

$sel:httpStatus:CreateApplicationResponse', createApplicationResponse_httpStatus - The response's http status code.

DescribeProblemObservations

data DescribeProblemObservations Source #

See: newDescribeProblemObservations smart constructor.

Instances

Instances details
Eq DescribeProblemObservations Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DescribeProblemObservations

Read DescribeProblemObservations Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DescribeProblemObservations

Show DescribeProblemObservations Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DescribeProblemObservations

Generic DescribeProblemObservations Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DescribeProblemObservations

Associated Types

type Rep DescribeProblemObservations :: Type -> Type #

NFData DescribeProblemObservations Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DescribeProblemObservations

Hashable DescribeProblemObservations Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DescribeProblemObservations

ToJSON DescribeProblemObservations Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DescribeProblemObservations

AWSRequest DescribeProblemObservations Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DescribeProblemObservations

ToHeaders DescribeProblemObservations Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DescribeProblemObservations

ToPath DescribeProblemObservations Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DescribeProblemObservations

ToQuery DescribeProblemObservations Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DescribeProblemObservations

type Rep DescribeProblemObservations Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DescribeProblemObservations

type Rep DescribeProblemObservations = D1 ('MetaData "DescribeProblemObservations" "Amazonka.ApplicationInsights.DescribeProblemObservations" "libZSservicesZSamazonka-application-insightsZSamazonka-application-insights" 'False) (C1 ('MetaCons "DescribeProblemObservations'" 'PrefixI 'True) (S1 ('MetaSel ('Just "problemId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DescribeProblemObservations Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DescribeProblemObservations

newDescribeProblemObservations Source #

Create a value of DescribeProblemObservations 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:problemId:DescribeProblemObservations', describeProblemObservations_problemId - The ID of the problem.

data DescribeProblemObservationsResponse Source #

Instances

Instances details
Eq DescribeProblemObservationsResponse Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DescribeProblemObservations

Read DescribeProblemObservationsResponse Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DescribeProblemObservations

Show DescribeProblemObservationsResponse Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DescribeProblemObservations

Generic DescribeProblemObservationsResponse Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DescribeProblemObservations

NFData DescribeProblemObservationsResponse Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DescribeProblemObservations

type Rep DescribeProblemObservationsResponse Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DescribeProblemObservations

type Rep DescribeProblemObservationsResponse = D1 ('MetaData "DescribeProblemObservationsResponse" "Amazonka.ApplicationInsights.DescribeProblemObservations" "libZSservicesZSamazonka-application-insightsZSamazonka-application-insights" 'False) (C1 ('MetaCons "DescribeProblemObservationsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "relatedObservations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RelatedObservations)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDescribeProblemObservationsResponse Source #

Create a value of DescribeProblemObservationsResponse 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:relatedObservations:DescribeProblemObservationsResponse', describeProblemObservationsResponse_relatedObservations - Observations related to the problem.

$sel:httpStatus:DescribeProblemObservationsResponse', describeProblemObservationsResponse_httpStatus - The response's http status code.

DescribeObservation

data DescribeObservation Source #

See: newDescribeObservation smart constructor.

Instances

Instances details
Eq DescribeObservation Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DescribeObservation

Read DescribeObservation Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DescribeObservation

Show DescribeObservation Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DescribeObservation

Generic DescribeObservation Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DescribeObservation

Associated Types

type Rep DescribeObservation :: Type -> Type #

NFData DescribeObservation Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DescribeObservation

Methods

rnf :: DescribeObservation -> () #

Hashable DescribeObservation Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DescribeObservation

ToJSON DescribeObservation Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DescribeObservation

AWSRequest DescribeObservation Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DescribeObservation

Associated Types

type AWSResponse DescribeObservation #

ToHeaders DescribeObservation Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DescribeObservation

ToPath DescribeObservation Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DescribeObservation

ToQuery DescribeObservation Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DescribeObservation

type Rep DescribeObservation Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DescribeObservation

type Rep DescribeObservation = D1 ('MetaData "DescribeObservation" "Amazonka.ApplicationInsights.DescribeObservation" "libZSservicesZSamazonka-application-insightsZSamazonka-application-insights" 'False) (C1 ('MetaCons "DescribeObservation'" 'PrefixI 'True) (S1 ('MetaSel ('Just "observationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DescribeObservation Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DescribeObservation

newDescribeObservation Source #

Create a value of DescribeObservation 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:observationId:DescribeObservation', describeObservation_observationId - The ID of the observation.

data DescribeObservationResponse Source #

See: newDescribeObservationResponse smart constructor.

Instances

Instances details
Eq DescribeObservationResponse Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DescribeObservation

Read DescribeObservationResponse Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DescribeObservation

Show DescribeObservationResponse Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DescribeObservation

Generic DescribeObservationResponse Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DescribeObservation

Associated Types

type Rep DescribeObservationResponse :: Type -> Type #

NFData DescribeObservationResponse Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DescribeObservation

type Rep DescribeObservationResponse Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DescribeObservation

type Rep DescribeObservationResponse = D1 ('MetaData "DescribeObservationResponse" "Amazonka.ApplicationInsights.DescribeObservation" "libZSservicesZSamazonka-application-insightsZSamazonka-application-insights" 'False) (C1 ('MetaCons "DescribeObservationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "observation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Observation)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDescribeObservationResponse Source #

Create a value of DescribeObservationResponse 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:observation:DescribeObservationResponse', describeObservationResponse_observation - Information about the observation.

$sel:httpStatus:DescribeObservationResponse', describeObservationResponse_httpStatus - The response's http status code.

ListLogPatternSets

data ListLogPatternSets Source #

See: newListLogPatternSets smart constructor.

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.

data ListLogPatternSetsResponse Source #

See: newListLogPatternSetsResponse smart constructor.

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.

DescribeComponentConfiguration

data DescribeComponentConfiguration Source #

See: newDescribeComponentConfiguration smart constructor.

Instances

Instances details
Eq DescribeComponentConfiguration Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DescribeComponentConfiguration

Read DescribeComponentConfiguration Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DescribeComponentConfiguration

Show DescribeComponentConfiguration Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DescribeComponentConfiguration

Generic DescribeComponentConfiguration Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DescribeComponentConfiguration

Associated Types

type Rep DescribeComponentConfiguration :: Type -> Type #

NFData DescribeComponentConfiguration Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DescribeComponentConfiguration

Hashable DescribeComponentConfiguration Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DescribeComponentConfiguration

ToJSON DescribeComponentConfiguration Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DescribeComponentConfiguration

AWSRequest DescribeComponentConfiguration Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DescribeComponentConfiguration

ToHeaders DescribeComponentConfiguration Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DescribeComponentConfiguration

ToPath DescribeComponentConfiguration Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DescribeComponentConfiguration

ToQuery DescribeComponentConfiguration Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DescribeComponentConfiguration

type Rep DescribeComponentConfiguration Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DescribeComponentConfiguration

type Rep DescribeComponentConfiguration = D1 ('MetaData "DescribeComponentConfiguration" "Amazonka.ApplicationInsights.DescribeComponentConfiguration" "libZSservicesZSamazonka-application-insightsZSamazonka-application-insights" 'False) (C1 ('MetaCons "DescribeComponentConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "componentName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DescribeComponentConfiguration Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DescribeComponentConfiguration

newDescribeComponentConfiguration Source #

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

$sel:componentName:DescribeComponentConfiguration', describeComponentConfiguration_componentName - The name of the component.

data DescribeComponentConfigurationResponse Source #

Instances

Instances details
Eq DescribeComponentConfigurationResponse Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DescribeComponentConfiguration

Read DescribeComponentConfigurationResponse Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DescribeComponentConfiguration

Show DescribeComponentConfigurationResponse Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DescribeComponentConfiguration

Generic DescribeComponentConfigurationResponse Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DescribeComponentConfiguration

NFData DescribeComponentConfigurationResponse Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DescribeComponentConfiguration

type Rep DescribeComponentConfigurationResponse Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DescribeComponentConfiguration

type Rep DescribeComponentConfigurationResponse = D1 ('MetaData "DescribeComponentConfigurationResponse" "Amazonka.ApplicationInsights.DescribeComponentConfiguration" "libZSservicesZSamazonka-application-insightsZSamazonka-application-insights" 'False) (C1 ('MetaCons "DescribeComponentConfigurationResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "componentConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "monitor") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "tier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Tier)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDescribeComponentConfigurationResponse Source #

Create a value of DescribeComponentConfigurationResponse 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:componentConfiguration:DescribeComponentConfigurationResponse', describeComponentConfigurationResponse_componentConfiguration - The configuration settings of the component. The value is the escaped JSON of the configuration.

$sel:monitor:DescribeComponentConfigurationResponse', describeComponentConfigurationResponse_monitor - Indicates whether the application component is monitored.

$sel:tier:DescribeComponentConfigurationResponse', describeComponentConfigurationResponse_tier - The tier of the application component. Supported tiers include DOT_NET_CORE, DOT_NET_WORKER, DOT_NET_WEB, SQL_SERVER, and DEFAULT

$sel:httpStatus:DescribeComponentConfigurationResponse', describeComponentConfigurationResponse_httpStatus - The response's http status code.

ListProblems

data ListProblems Source #

See: newListProblems smart constructor.

Instances

Instances details
Eq ListProblems Source # 
Instance details

Defined in Amazonka.ApplicationInsights.ListProblems

Read ListProblems Source # 
Instance details

Defined in Amazonka.ApplicationInsights.ListProblems

Show ListProblems Source # 
Instance details

Defined in Amazonka.ApplicationInsights.ListProblems

Generic ListProblems Source # 
Instance details

Defined in Amazonka.ApplicationInsights.ListProblems

Associated Types

type Rep ListProblems :: Type -> Type #

NFData ListProblems Source # 
Instance details

Defined in Amazonka.ApplicationInsights.ListProblems

Methods

rnf :: ListProblems -> () #

Hashable ListProblems Source # 
Instance details

Defined in Amazonka.ApplicationInsights.ListProblems

ToJSON ListProblems Source # 
Instance details

Defined in Amazonka.ApplicationInsights.ListProblems

AWSRequest ListProblems Source # 
Instance details

Defined in Amazonka.ApplicationInsights.ListProblems

Associated Types

type AWSResponse ListProblems #

ToHeaders ListProblems Source # 
Instance details

Defined in Amazonka.ApplicationInsights.ListProblems

ToPath ListProblems Source # 
Instance details

Defined in Amazonka.ApplicationInsights.ListProblems

ToQuery ListProblems Source # 
Instance details

Defined in Amazonka.ApplicationInsights.ListProblems

type Rep ListProblems Source # 
Instance details

Defined in Amazonka.ApplicationInsights.ListProblems

type Rep ListProblems = D1 ('MetaData "ListProblems" "Amazonka.ApplicationInsights.ListProblems" "libZSservicesZSamazonka-application-insightsZSamazonka-application-insights" 'False) (C1 ('MetaCons "ListProblems'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "resourceGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "startTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "endTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))))))
type AWSResponse ListProblems Source # 
Instance details

Defined in Amazonka.ApplicationInsights.ListProblems

newListProblems :: ListProblems Source #

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

$sel:startTime:ListProblems', listProblems_startTime - The time when the problem was detected, in epoch seconds. If you don't specify a time frame for the request, problems within the past seven days are returned.

$sel:nextToken:ListProblems', listProblems_nextToken - The token to request the next page of results.

$sel:endTime:ListProblems', listProblems_endTime - The time when the problem ended, in epoch seconds. If not specified, problems within the past seven days are returned.

$sel:maxResults:ListProblems', listProblems_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.

data ListProblemsResponse Source #

See: newListProblemsResponse smart constructor.

Instances

Instances details
Eq ListProblemsResponse Source # 
Instance details

Defined in Amazonka.ApplicationInsights.ListProblems

Read ListProblemsResponse Source # 
Instance details

Defined in Amazonka.ApplicationInsights.ListProblems

Show ListProblemsResponse Source # 
Instance details

Defined in Amazonka.ApplicationInsights.ListProblems

Generic ListProblemsResponse Source # 
Instance details

Defined in Amazonka.ApplicationInsights.ListProblems

Associated Types

type Rep ListProblemsResponse :: Type -> Type #

NFData ListProblemsResponse Source # 
Instance details

Defined in Amazonka.ApplicationInsights.ListProblems

Methods

rnf :: ListProblemsResponse -> () #

type Rep ListProblemsResponse Source # 
Instance details

Defined in Amazonka.ApplicationInsights.ListProblems

type Rep ListProblemsResponse = D1 ('MetaData "ListProblemsResponse" "Amazonka.ApplicationInsights.ListProblems" "libZSservicesZSamazonka-application-insightsZSamazonka-application-insights" 'False) (C1 ('MetaCons "ListProblemsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "problemList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Problem])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListProblemsResponse Source #

Create a value of ListProblemsResponse 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:ListProblems', listProblemsResponse_nextToken - The token used to retrieve the next page of results. This value is null when there are no more results to return.

$sel:problemList:ListProblemsResponse', listProblemsResponse_problemList - The list of problems.

$sel:httpStatus:ListProblemsResponse', listProblemsResponse_httpStatus - The response's http status code.

ListLogPatterns

data ListLogPatterns Source #

See: newListLogPatterns smart constructor.

Instances

Instances details
Eq ListLogPatterns Source # 
Instance details

Defined in Amazonka.ApplicationInsights.ListLogPatterns

Read ListLogPatterns Source # 
Instance details

Defined in Amazonka.ApplicationInsights.ListLogPatterns

Show ListLogPatterns Source # 
Instance details

Defined in Amazonka.ApplicationInsights.ListLogPatterns

Generic ListLogPatterns Source # 
Instance details

Defined in Amazonka.ApplicationInsights.ListLogPatterns

Associated Types

type Rep ListLogPatterns :: Type -> Type #

NFData ListLogPatterns Source # 
Instance details

Defined in Amazonka.ApplicationInsights.ListLogPatterns

Methods

rnf :: ListLogPatterns -> () #

Hashable ListLogPatterns Source # 
Instance details

Defined in Amazonka.ApplicationInsights.ListLogPatterns

ToJSON ListLogPatterns Source # 
Instance details

Defined in Amazonka.ApplicationInsights.ListLogPatterns

AWSRequest ListLogPatterns Source # 
Instance details

Defined in Amazonka.ApplicationInsights.ListLogPatterns

Associated Types

type AWSResponse ListLogPatterns #

ToHeaders ListLogPatterns Source # 
Instance details

Defined in Amazonka.ApplicationInsights.ListLogPatterns

ToPath ListLogPatterns Source # 
Instance details

Defined in Amazonka.ApplicationInsights.ListLogPatterns

ToQuery ListLogPatterns Source # 
Instance details

Defined in Amazonka.ApplicationInsights.ListLogPatterns

type Rep ListLogPatterns Source # 
Instance details

Defined in Amazonka.ApplicationInsights.ListLogPatterns

type Rep ListLogPatterns = D1 ('MetaData "ListLogPatterns" "Amazonka.ApplicationInsights.ListLogPatterns" "libZSservicesZSamazonka-application-insightsZSamazonka-application-insights" 'False) (C1 ('MetaCons "ListLogPatterns'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "patternSetName") '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 ListLogPatterns Source # 
Instance details

Defined in Amazonka.ApplicationInsights.ListLogPatterns

newListLogPatterns Source #

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

$sel:patternSetName:ListLogPatterns', listLogPatterns_patternSetName - The name of the log pattern set.

$sel:maxResults:ListLogPatterns', listLogPatterns_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:ListLogPatterns', listLogPatterns_resourceGroupName - The name of the resource group.

data ListLogPatternsResponse Source #

See: newListLogPatternsResponse smart constructor.

Instances

Instances details
Eq ListLogPatternsResponse Source # 
Instance details

Defined in Amazonka.ApplicationInsights.ListLogPatterns

Read ListLogPatternsResponse Source # 
Instance details

Defined in Amazonka.ApplicationInsights.ListLogPatterns

Show ListLogPatternsResponse Source # 
Instance details

Defined in Amazonka.ApplicationInsights.ListLogPatterns

Generic ListLogPatternsResponse Source # 
Instance details

Defined in Amazonka.ApplicationInsights.ListLogPatterns

Associated Types

type Rep ListLogPatternsResponse :: Type -> Type #

NFData ListLogPatternsResponse Source # 
Instance details

Defined in Amazonka.ApplicationInsights.ListLogPatterns

Methods

rnf :: ListLogPatternsResponse -> () #

type Rep ListLogPatternsResponse Source # 
Instance details

Defined in Amazonka.ApplicationInsights.ListLogPatterns

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

newListLogPatternsResponse Source #

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

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

$sel:logPatterns:ListLogPatternsResponse', listLogPatternsResponse_logPatterns - The list of log patterns.

$sel:httpStatus:ListLogPatternsResponse', listLogPatternsResponse_httpStatus - The response's http status code.

DeleteLogPattern

data DeleteLogPattern Source #

See: newDeleteLogPattern smart constructor.

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.

data DeleteLogPatternResponse Source #

See: newDeleteLogPatternResponse smart constructor.

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.

UpdateLogPattern

data UpdateLogPattern Source #

See: newUpdateLogPattern smart constructor.

Instances

Instances details
Eq UpdateLogPattern Source # 
Instance details

Defined in Amazonka.ApplicationInsights.UpdateLogPattern

Read UpdateLogPattern Source # 
Instance details

Defined in Amazonka.ApplicationInsights.UpdateLogPattern

Show UpdateLogPattern Source # 
Instance details

Defined in Amazonka.ApplicationInsights.UpdateLogPattern

Generic UpdateLogPattern Source # 
Instance details

Defined in Amazonka.ApplicationInsights.UpdateLogPattern

Associated Types

type Rep UpdateLogPattern :: Type -> Type #

NFData UpdateLogPattern Source # 
Instance details

Defined in Amazonka.ApplicationInsights.UpdateLogPattern

Methods

rnf :: UpdateLogPattern -> () #

Hashable UpdateLogPattern Source # 
Instance details

Defined in Amazonka.ApplicationInsights.UpdateLogPattern

ToJSON UpdateLogPattern Source # 
Instance details

Defined in Amazonka.ApplicationInsights.UpdateLogPattern

AWSRequest UpdateLogPattern Source # 
Instance details

Defined in Amazonka.ApplicationInsights.UpdateLogPattern

Associated Types

type AWSResponse UpdateLogPattern #

ToHeaders UpdateLogPattern Source # 
Instance details

Defined in Amazonka.ApplicationInsights.UpdateLogPattern

ToPath UpdateLogPattern Source # 
Instance details

Defined in Amazonka.ApplicationInsights.UpdateLogPattern

ToQuery UpdateLogPattern Source # 
Instance details

Defined in Amazonka.ApplicationInsights.UpdateLogPattern

type Rep UpdateLogPattern Source # 
Instance details

Defined in Amazonka.ApplicationInsights.UpdateLogPattern

type Rep UpdateLogPattern = D1 ('MetaData "UpdateLogPattern" "Amazonka.ApplicationInsights.UpdateLogPattern" "libZSservicesZSamazonka-application-insightsZSamazonka-application-insights" 'False) (C1 ('MetaCons "UpdateLogPattern'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "pattern'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "rank") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))) :*: (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 UpdateLogPattern Source # 
Instance details

Defined in Amazonka.ApplicationInsights.UpdateLogPattern

newUpdateLogPattern Source #

Create a value of UpdateLogPattern 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:pattern':UpdateLogPattern', updateLogPattern_pattern - The log pattern. The pattern must be DFA compatible. Patterns that utilize forward lookahead or backreference constructions are not supported.

$sel:rank:UpdateLogPattern', updateLogPattern_rank - Rank of the log pattern. Must be a value between 1 and 1,000,000. The patterns are sorted by rank, so we recommend that you set your highest priority patterns with the lowest rank. A pattern of rank 1 will be the first to get matched to a log line. A pattern of rank 1,000,000 will be last to get matched. When you configure custom log patterns from the console, a Low severity pattern translates to a 750,000 rank. A Medium severity pattern translates to a 500,000 rank. And a High severity pattern translates to a 250,000 rank. Rank values less than 1 or greater than 1,000,000 are reserved for AWS-provided patterns.

$sel:resourceGroupName:UpdateLogPattern', updateLogPattern_resourceGroupName - The name of the resource group.

$sel:patternSetName:UpdateLogPattern', updateLogPattern_patternSetName - The name of the log pattern set.

$sel:patternName:UpdateLogPattern', updateLogPattern_patternName - The name of the log pattern.

data UpdateLogPatternResponse Source #

See: newUpdateLogPatternResponse smart constructor.

Instances

Instances details
Eq UpdateLogPatternResponse Source # 
Instance details

Defined in Amazonka.ApplicationInsights.UpdateLogPattern

Read UpdateLogPatternResponse Source # 
Instance details

Defined in Amazonka.ApplicationInsights.UpdateLogPattern

Show UpdateLogPatternResponse Source # 
Instance details

Defined in Amazonka.ApplicationInsights.UpdateLogPattern

Generic UpdateLogPatternResponse Source # 
Instance details

Defined in Amazonka.ApplicationInsights.UpdateLogPattern

Associated Types

type Rep UpdateLogPatternResponse :: Type -> Type #

NFData UpdateLogPatternResponse Source # 
Instance details

Defined in Amazonka.ApplicationInsights.UpdateLogPattern

type Rep UpdateLogPatternResponse Source # 
Instance details

Defined in Amazonka.ApplicationInsights.UpdateLogPattern

type Rep UpdateLogPatternResponse = D1 ('MetaData "UpdateLogPatternResponse" "Amazonka.ApplicationInsights.UpdateLogPattern" "libZSservicesZSamazonka-application-insightsZSamazonka-application-insights" 'False) (C1 ('MetaCons "UpdateLogPatternResponse'" '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))))

newUpdateLogPatternResponse Source #

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

$sel:resourceGroupName:UpdateLogPattern', updateLogPatternResponse_resourceGroupName - The name of the resource group.

$sel:httpStatus:UpdateLogPatternResponse', updateLogPatternResponse_httpStatus - The response's http status code.

CreateLogPattern

data CreateLogPattern Source #

See: newCreateLogPattern smart constructor.

Instances

Instances details
Eq CreateLogPattern Source # 
Instance details

Defined in Amazonka.ApplicationInsights.CreateLogPattern

Read CreateLogPattern Source # 
Instance details

Defined in Amazonka.ApplicationInsights.CreateLogPattern

Show CreateLogPattern Source # 
Instance details

Defined in Amazonka.ApplicationInsights.CreateLogPattern

Generic CreateLogPattern Source # 
Instance details

Defined in Amazonka.ApplicationInsights.CreateLogPattern

Associated Types

type Rep CreateLogPattern :: Type -> Type #

NFData CreateLogPattern Source # 
Instance details

Defined in Amazonka.ApplicationInsights.CreateLogPattern

Methods

rnf :: CreateLogPattern -> () #

Hashable CreateLogPattern Source # 
Instance details

Defined in Amazonka.ApplicationInsights.CreateLogPattern

ToJSON CreateLogPattern Source # 
Instance details

Defined in Amazonka.ApplicationInsights.CreateLogPattern

AWSRequest CreateLogPattern Source # 
Instance details

Defined in Amazonka.ApplicationInsights.CreateLogPattern

Associated Types

type AWSResponse CreateLogPattern #

ToHeaders CreateLogPattern Source # 
Instance details

Defined in Amazonka.ApplicationInsights.CreateLogPattern

ToPath CreateLogPattern Source # 
Instance details

Defined in Amazonka.ApplicationInsights.CreateLogPattern

ToQuery CreateLogPattern Source # 
Instance details

Defined in Amazonka.ApplicationInsights.CreateLogPattern

type Rep CreateLogPattern Source # 
Instance details

Defined in Amazonka.ApplicationInsights.CreateLogPattern

type Rep CreateLogPattern = D1 ('MetaData "CreateLogPattern" "Amazonka.ApplicationInsights.CreateLogPattern" "libZSservicesZSamazonka-application-insightsZSamazonka-application-insights" 'False) (C1 ('MetaCons "CreateLogPattern'" '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) :*: (S1 ('MetaSel ('Just "pattern'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "rank") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))))
type AWSResponse CreateLogPattern Source # 
Instance details

Defined in Amazonka.ApplicationInsights.CreateLogPattern

newCreateLogPattern Source #

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

$sel:patternSetName:CreateLogPattern', createLogPattern_patternSetName - The name of the log pattern set.

$sel:patternName:CreateLogPattern', createLogPattern_patternName - The name of the log pattern.

$sel:pattern':CreateLogPattern', createLogPattern_pattern - The log pattern. The pattern must be DFA compatible. Patterns that utilize forward lookahead or backreference constructions are not supported.

$sel:rank:CreateLogPattern', createLogPattern_rank - Rank of the log pattern. Must be a value between 1 and 1,000,000. The patterns are sorted by rank, so we recommend that you set your highest priority patterns with the lowest rank. A pattern of rank 1 will be the first to get matched to a log line. A pattern of rank 1,000,000 will be last to get matched. When you configure custom log patterns from the console, a Low severity pattern translates to a 750,000 rank. A Medium severity pattern translates to a 500,000 rank. And a High severity pattern translates to a 250,000 rank. Rank values less than 1 or greater than 1,000,000 are reserved for AWS-provided patterns.

data CreateLogPatternResponse Source #

See: newCreateLogPatternResponse smart constructor.

Instances

Instances details
Eq CreateLogPatternResponse Source # 
Instance details

Defined in Amazonka.ApplicationInsights.CreateLogPattern

Read CreateLogPatternResponse Source # 
Instance details

Defined in Amazonka.ApplicationInsights.CreateLogPattern

Show CreateLogPatternResponse Source # 
Instance details

Defined in Amazonka.ApplicationInsights.CreateLogPattern

Generic CreateLogPatternResponse Source # 
Instance details

Defined in Amazonka.ApplicationInsights.CreateLogPattern

Associated Types

type Rep CreateLogPatternResponse :: Type -> Type #

NFData CreateLogPatternResponse Source # 
Instance details

Defined in Amazonka.ApplicationInsights.CreateLogPattern

type Rep CreateLogPatternResponse Source # 
Instance details

Defined in Amazonka.ApplicationInsights.CreateLogPattern

type Rep CreateLogPatternResponse = D1 ('MetaData "CreateLogPatternResponse" "Amazonka.ApplicationInsights.CreateLogPattern" "libZSservicesZSamazonka-application-insightsZSamazonka-application-insights" 'False) (C1 ('MetaCons "CreateLogPatternResponse'" '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))))

newCreateLogPatternResponse Source #

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

$sel:resourceGroupName:CreateLogPattern', createLogPatternResponse_resourceGroupName - The name of the resource group.

$sel:httpStatus:CreateLogPatternResponse', createLogPatternResponse_httpStatus - The response's http status code.

ListConfigurationHistory

data ListConfigurationHistory Source #

See: newListConfigurationHistory smart constructor.

Instances

Instances details
Eq ListConfigurationHistory Source # 
Instance details

Defined in Amazonka.ApplicationInsights.ListConfigurationHistory

Read ListConfigurationHistory Source # 
Instance details

Defined in Amazonka.ApplicationInsights.ListConfigurationHistory

Show ListConfigurationHistory Source # 
Instance details

Defined in Amazonka.ApplicationInsights.ListConfigurationHistory

Generic ListConfigurationHistory Source # 
Instance details

Defined in Amazonka.ApplicationInsights.ListConfigurationHistory

Associated Types

type Rep ListConfigurationHistory :: Type -> Type #

NFData ListConfigurationHistory Source # 
Instance details

Defined in Amazonka.ApplicationInsights.ListConfigurationHistory

Hashable ListConfigurationHistory Source # 
Instance details

Defined in Amazonka.ApplicationInsights.ListConfigurationHistory

ToJSON ListConfigurationHistory Source # 
Instance details

Defined in Amazonka.ApplicationInsights.ListConfigurationHistory

AWSRequest ListConfigurationHistory Source # 
Instance details

Defined in Amazonka.ApplicationInsights.ListConfigurationHistory

ToHeaders ListConfigurationHistory Source # 
Instance details

Defined in Amazonka.ApplicationInsights.ListConfigurationHistory

ToPath ListConfigurationHistory Source # 
Instance details

Defined in Amazonka.ApplicationInsights.ListConfigurationHistory

ToQuery ListConfigurationHistory Source # 
Instance details

Defined in Amazonka.ApplicationInsights.ListConfigurationHistory

type Rep ListConfigurationHistory Source # 
Instance details

Defined in Amazonka.ApplicationInsights.ListConfigurationHistory

type Rep ListConfigurationHistory = D1 ('MetaData "ListConfigurationHistory" "Amazonka.ApplicationInsights.ListConfigurationHistory" "libZSservicesZSamazonka-application-insightsZSamazonka-application-insights" 'False) (C1 ('MetaCons "ListConfigurationHistory'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "resourceGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "startTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "eventStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConfigurationEventStatus)))) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "endTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))))))
type AWSResponse ListConfigurationHistory Source # 
Instance details

Defined in Amazonka.ApplicationInsights.ListConfigurationHistory

newListConfigurationHistory :: ListConfigurationHistory Source #

Create a value of ListConfigurationHistory 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:ListConfigurationHistory', listConfigurationHistory_resourceGroupName - Resource group to which the application belongs.

$sel:startTime:ListConfigurationHistory', listConfigurationHistory_startTime - The start time of the event.

$sel:eventStatus:ListConfigurationHistory', listConfigurationHistory_eventStatus - The status of the configuration update event. Possible values include INFO, WARN, and ERROR.

$sel:nextToken:ListConfigurationHistory', listConfigurationHistory_nextToken - The NextToken value returned from a previous paginated ListConfigurationHistory request where MaxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the NextToken value. This value is null when there are no more results to return.

$sel:endTime:ListConfigurationHistory', listConfigurationHistory_endTime - The end time of the event.

$sel:maxResults:ListConfigurationHistory', listConfigurationHistory_maxResults - The maximum number of results returned by ListConfigurationHistory in paginated output. When this parameter is used, ListConfigurationHistory returns only MaxResults in a single page along with a NextToken response element. The remaining results of the initial request can be seen by sending another ListConfigurationHistory request with the returned NextToken value. If this parameter is not used, then ListConfigurationHistory returns all results.

data ListConfigurationHistoryResponse Source #

See: newListConfigurationHistoryResponse smart constructor.

Instances

Instances details
Eq ListConfigurationHistoryResponse Source # 
Instance details

Defined in Amazonka.ApplicationInsights.ListConfigurationHistory

Read ListConfigurationHistoryResponse Source # 
Instance details

Defined in Amazonka.ApplicationInsights.ListConfigurationHistory

Show ListConfigurationHistoryResponse Source # 
Instance details

Defined in Amazonka.ApplicationInsights.ListConfigurationHistory

Generic ListConfigurationHistoryResponse Source # 
Instance details

Defined in Amazonka.ApplicationInsights.ListConfigurationHistory

Associated Types

type Rep ListConfigurationHistoryResponse :: Type -> Type #

NFData ListConfigurationHistoryResponse Source # 
Instance details

Defined in Amazonka.ApplicationInsights.ListConfigurationHistory

type Rep ListConfigurationHistoryResponse Source # 
Instance details

Defined in Amazonka.ApplicationInsights.ListConfigurationHistory

type Rep ListConfigurationHistoryResponse = D1 ('MetaData "ListConfigurationHistoryResponse" "Amazonka.ApplicationInsights.ListConfigurationHistory" "libZSservicesZSamazonka-application-insightsZSamazonka-application-insights" 'False) (C1 ('MetaCons "ListConfigurationHistoryResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "eventList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ConfigurationEvent])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListConfigurationHistoryResponse Source #

Create a value of ListConfigurationHistoryResponse 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:ListConfigurationHistory', listConfigurationHistoryResponse_nextToken - The NextToken value to include in a future ListConfigurationHistory request. When the results of a ListConfigurationHistory request exceed MaxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.

$sel:eventList:ListConfigurationHistoryResponse', listConfigurationHistoryResponse_eventList - The list of configuration events and their corresponding details.

$sel:httpStatus:ListConfigurationHistoryResponse', listConfigurationHistoryResponse_httpStatus - The response's http status code.

TagResource

data TagResource Source #

See: newTagResource smart constructor.

Constructors

TagResource' Text [Tag] 

Instances

Instances details
Eq TagResource Source # 
Instance details

Defined in Amazonka.ApplicationInsights.TagResource

Read TagResource Source # 
Instance details

Defined in Amazonka.ApplicationInsights.TagResource

Show TagResource Source # 
Instance details

Defined in Amazonka.ApplicationInsights.TagResource

Generic TagResource Source # 
Instance details

Defined in Amazonka.ApplicationInsights.TagResource

Associated Types

type Rep TagResource :: Type -> Type #

NFData TagResource Source # 
Instance details

Defined in Amazonka.ApplicationInsights.TagResource

Methods

rnf :: TagResource -> () #

Hashable TagResource Source # 
Instance details

Defined in Amazonka.ApplicationInsights.TagResource

ToJSON TagResource Source # 
Instance details

Defined in Amazonka.ApplicationInsights.TagResource

AWSRequest TagResource Source # 
Instance details

Defined in Amazonka.ApplicationInsights.TagResource

Associated Types

type AWSResponse TagResource #

ToHeaders TagResource Source # 
Instance details

Defined in Amazonka.ApplicationInsights.TagResource

Methods

toHeaders :: TagResource -> [Header] #

ToPath TagResource Source # 
Instance details

Defined in Amazonka.ApplicationInsights.TagResource

ToQuery TagResource Source # 
Instance details

Defined in Amazonka.ApplicationInsights.TagResource

type Rep TagResource Source # 
Instance details

Defined in Amazonka.ApplicationInsights.TagResource

type Rep TagResource = D1 ('MetaData "TagResource" "Amazonka.ApplicationInsights.TagResource" "libZSservicesZSamazonka-application-insightsZSamazonka-application-insights" 'False) (C1 ('MetaCons "TagResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceARN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Tag])))
type AWSResponse TagResource Source # 
Instance details

Defined in Amazonka.ApplicationInsights.TagResource

newTagResource Source #

Create a value of TagResource 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:resourceARN:TagResource', tagResource_resourceARN - The Amazon Resource Name (ARN) of the application that you want to add one or more tags to.

$sel:tags:TagResource', tagResource_tags - A list of tags that to add to the application. A tag consists of a required tag key (Key) and an associated tag value (Value). The maximum length of a tag key is 128 characters. The maximum length of a tag value is 256 characters.

data TagResourceResponse Source #

See: newTagResourceResponse smart constructor.

Instances

Instances details
Eq TagResourceResponse Source # 
Instance details

Defined in Amazonka.ApplicationInsights.TagResource

Read TagResourceResponse Source # 
Instance details

Defined in Amazonka.ApplicationInsights.TagResource

Show TagResourceResponse Source # 
Instance details

Defined in Amazonka.ApplicationInsights.TagResource

Generic TagResourceResponse Source # 
Instance details

Defined in Amazonka.ApplicationInsights.TagResource

Associated Types

type Rep TagResourceResponse :: Type -> Type #

NFData TagResourceResponse Source # 
Instance details

Defined in Amazonka.ApplicationInsights.TagResource

Methods

rnf :: TagResourceResponse -> () #

type Rep TagResourceResponse Source # 
Instance details

Defined in Amazonka.ApplicationInsights.TagResource

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

newTagResourceResponse Source #

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

ListApplications

data ListApplications Source #

See: newListApplications smart constructor.

Instances

Instances details
Eq ListApplications Source # 
Instance details

Defined in Amazonka.ApplicationInsights.ListApplications

Read ListApplications Source # 
Instance details

Defined in Amazonka.ApplicationInsights.ListApplications

Show ListApplications Source # 
Instance details

Defined in Amazonka.ApplicationInsights.ListApplications

Generic ListApplications Source # 
Instance details

Defined in Amazonka.ApplicationInsights.ListApplications

Associated Types

type Rep ListApplications :: Type -> Type #

NFData ListApplications Source # 
Instance details

Defined in Amazonka.ApplicationInsights.ListApplications

Methods

rnf :: ListApplications -> () #

Hashable ListApplications Source # 
Instance details

Defined in Amazonka.ApplicationInsights.ListApplications

ToJSON ListApplications Source # 
Instance details

Defined in Amazonka.ApplicationInsights.ListApplications

AWSRequest ListApplications Source # 
Instance details

Defined in Amazonka.ApplicationInsights.ListApplications

Associated Types

type AWSResponse ListApplications #

ToHeaders ListApplications Source # 
Instance details

Defined in Amazonka.ApplicationInsights.ListApplications

ToPath ListApplications Source # 
Instance details

Defined in Amazonka.ApplicationInsights.ListApplications

ToQuery ListApplications Source # 
Instance details

Defined in Amazonka.ApplicationInsights.ListApplications

type Rep ListApplications Source # 
Instance details

Defined in Amazonka.ApplicationInsights.ListApplications

type Rep ListApplications = D1 ('MetaData "ListApplications" "Amazonka.ApplicationInsights.ListApplications" "libZSservicesZSamazonka-application-insightsZSamazonka-application-insights" 'False) (C1 ('MetaCons "ListApplications'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))))
type AWSResponse ListApplications Source # 
Instance details

Defined in Amazonka.ApplicationInsights.ListApplications

newListApplications :: ListApplications Source #

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

$sel:maxResults:ListApplications', listApplications_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.

data ListApplicationsResponse Source #

See: newListApplicationsResponse smart constructor.

Instances

Instances details
Eq ListApplicationsResponse Source # 
Instance details

Defined in Amazonka.ApplicationInsights.ListApplications

Read ListApplicationsResponse Source # 
Instance details

Defined in Amazonka.ApplicationInsights.ListApplications

Show ListApplicationsResponse Source # 
Instance details

Defined in Amazonka.ApplicationInsights.ListApplications

Generic ListApplicationsResponse Source # 
Instance details

Defined in Amazonka.ApplicationInsights.ListApplications

Associated Types

type Rep ListApplicationsResponse :: Type -> Type #

NFData ListApplicationsResponse Source # 
Instance details

Defined in Amazonka.ApplicationInsights.ListApplications

type Rep ListApplicationsResponse Source # 
Instance details

Defined in Amazonka.ApplicationInsights.ListApplications

type Rep ListApplicationsResponse = D1 ('MetaData "ListApplicationsResponse" "Amazonka.ApplicationInsights.ListApplications" "libZSservicesZSamazonka-application-insightsZSamazonka-application-insights" 'False) (C1 ('MetaCons "ListApplicationsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "applicationInfoList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ApplicationInfo])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListApplicationsResponse Source #

Create a value of ListApplicationsResponse 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:ListApplications', listApplicationsResponse_nextToken - The token used to retrieve the next page of results. This value is null when there are no more results to return.

$sel:applicationInfoList:ListApplicationsResponse', listApplicationsResponse_applicationInfoList - The list of applications.

$sel:httpStatus:ListApplicationsResponse', listApplicationsResponse_httpStatus - The response's http status code.

UntagResource

data UntagResource Source #

See: newUntagResource smart constructor.

Constructors

UntagResource' Text [Text] 

Instances

Instances details
Eq UntagResource Source # 
Instance details

Defined in Amazonka.ApplicationInsights.UntagResource

Read UntagResource Source # 
Instance details

Defined in Amazonka.ApplicationInsights.UntagResource

Show UntagResource Source # 
Instance details

Defined in Amazonka.ApplicationInsights.UntagResource

Generic UntagResource Source # 
Instance details

Defined in Amazonka.ApplicationInsights.UntagResource

Associated Types

type Rep UntagResource :: Type -> Type #

NFData UntagResource Source # 
Instance details

Defined in Amazonka.ApplicationInsights.UntagResource

Methods

rnf :: UntagResource -> () #

Hashable UntagResource Source # 
Instance details

Defined in Amazonka.ApplicationInsights.UntagResource

ToJSON UntagResource Source # 
Instance details

Defined in Amazonka.ApplicationInsights.UntagResource

AWSRequest UntagResource Source # 
Instance details

Defined in Amazonka.ApplicationInsights.UntagResource

Associated Types

type AWSResponse UntagResource #

ToHeaders UntagResource Source # 
Instance details

Defined in Amazonka.ApplicationInsights.UntagResource

ToPath UntagResource Source # 
Instance details

Defined in Amazonka.ApplicationInsights.UntagResource

ToQuery UntagResource Source # 
Instance details

Defined in Amazonka.ApplicationInsights.UntagResource

type Rep UntagResource Source # 
Instance details

Defined in Amazonka.ApplicationInsights.UntagResource

type Rep UntagResource = D1 ('MetaData "UntagResource" "Amazonka.ApplicationInsights.UntagResource" "libZSservicesZSamazonka-application-insightsZSamazonka-application-insights" 'False) (C1 ('MetaCons "UntagResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceARN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "tagKeys") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text])))
type AWSResponse UntagResource Source # 
Instance details

Defined in Amazonka.ApplicationInsights.UntagResource

newUntagResource Source #

Create a value of UntagResource 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:resourceARN:UntagResource', untagResource_resourceARN - The Amazon Resource Name (ARN) of the application that you want to remove one or more tags from.

$sel:tagKeys:UntagResource', untagResource_tagKeys - The tags (tag keys) that you want to remove from the resource. When you specify a tag key, the action removes both that key and its associated tag value.

To remove more than one tag from the application, append the TagKeys parameter and argument for each additional tag to remove, separated by an ampersand.

data UntagResourceResponse Source #

See: newUntagResourceResponse smart constructor.

Instances

Instances details
Eq UntagResourceResponse Source # 
Instance details

Defined in Amazonka.ApplicationInsights.UntagResource

Read UntagResourceResponse Source # 
Instance details

Defined in Amazonka.ApplicationInsights.UntagResource

Show UntagResourceResponse Source # 
Instance details

Defined in Amazonka.ApplicationInsights.UntagResource

Generic UntagResourceResponse Source # 
Instance details

Defined in Amazonka.ApplicationInsights.UntagResource

Associated Types

type Rep UntagResourceResponse :: Type -> Type #

NFData UntagResourceResponse Source # 
Instance details

Defined in Amazonka.ApplicationInsights.UntagResource

Methods

rnf :: UntagResourceResponse -> () #

type Rep UntagResourceResponse Source # 
Instance details

Defined in Amazonka.ApplicationInsights.UntagResource

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

newUntagResourceResponse Source #

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

CreateComponent

data CreateComponent Source #

See: newCreateComponent smart constructor.

Constructors

CreateComponent' Text Text [Text] 

Instances

Instances details
Eq CreateComponent Source # 
Instance details

Defined in Amazonka.ApplicationInsights.CreateComponent

Read CreateComponent Source # 
Instance details

Defined in Amazonka.ApplicationInsights.CreateComponent

Show CreateComponent Source # 
Instance details

Defined in Amazonka.ApplicationInsights.CreateComponent

Generic CreateComponent Source # 
Instance details

Defined in Amazonka.ApplicationInsights.CreateComponent

Associated Types

type Rep CreateComponent :: Type -> Type #

NFData CreateComponent Source # 
Instance details

Defined in Amazonka.ApplicationInsights.CreateComponent

Methods

rnf :: CreateComponent -> () #

Hashable CreateComponent Source # 
Instance details

Defined in Amazonka.ApplicationInsights.CreateComponent

ToJSON CreateComponent Source # 
Instance details

Defined in Amazonka.ApplicationInsights.CreateComponent

AWSRequest CreateComponent Source # 
Instance details

Defined in Amazonka.ApplicationInsights.CreateComponent

Associated Types

type AWSResponse CreateComponent #

ToHeaders CreateComponent Source # 
Instance details

Defined in Amazonka.ApplicationInsights.CreateComponent

ToPath CreateComponent Source # 
Instance details

Defined in Amazonka.ApplicationInsights.CreateComponent

ToQuery CreateComponent Source # 
Instance details

Defined in Amazonka.ApplicationInsights.CreateComponent

type Rep CreateComponent Source # 
Instance details

Defined in Amazonka.ApplicationInsights.CreateComponent

type Rep CreateComponent = D1 ('MetaData "CreateComponent" "Amazonka.ApplicationInsights.CreateComponent" "libZSservicesZSamazonka-application-insightsZSamazonka-application-insights" 'False) (C1 ('MetaCons "CreateComponent'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "componentName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "resourceList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text]))))
type AWSResponse CreateComponent Source # 
Instance details

Defined in Amazonka.ApplicationInsights.CreateComponent

newCreateComponent Source #

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

$sel:componentName:CreateComponent', createComponent_componentName - The name of the component.

$sel:resourceList:CreateComponent', createComponent_resourceList - The list of resource ARNs that belong to the component.

data CreateComponentResponse Source #

See: newCreateComponentResponse smart constructor.

Instances

Instances details
Eq CreateComponentResponse Source # 
Instance details

Defined in Amazonka.ApplicationInsights.CreateComponent

Read CreateComponentResponse Source # 
Instance details

Defined in Amazonka.ApplicationInsights.CreateComponent

Show CreateComponentResponse Source # 
Instance details

Defined in Amazonka.ApplicationInsights.CreateComponent

Generic CreateComponentResponse Source # 
Instance details

Defined in Amazonka.ApplicationInsights.CreateComponent

Associated Types

type Rep CreateComponentResponse :: Type -> Type #

NFData CreateComponentResponse Source # 
Instance details

Defined in Amazonka.ApplicationInsights.CreateComponent

Methods

rnf :: CreateComponentResponse -> () #

type Rep CreateComponentResponse Source # 
Instance details

Defined in Amazonka.ApplicationInsights.CreateComponent

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

newCreateComponentResponse Source #

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

ListComponents

data ListComponents Source #

See: newListComponents smart constructor.

Instances

Instances details
Eq ListComponents Source # 
Instance details

Defined in Amazonka.ApplicationInsights.ListComponents

Read ListComponents Source # 
Instance details

Defined in Amazonka.ApplicationInsights.ListComponents

Show ListComponents Source # 
Instance details

Defined in Amazonka.ApplicationInsights.ListComponents

Generic ListComponents Source # 
Instance details

Defined in Amazonka.ApplicationInsights.ListComponents

Associated Types

type Rep ListComponents :: Type -> Type #

NFData ListComponents Source # 
Instance details

Defined in Amazonka.ApplicationInsights.ListComponents

Methods

rnf :: ListComponents -> () #

Hashable ListComponents Source # 
Instance details

Defined in Amazonka.ApplicationInsights.ListComponents

ToJSON ListComponents Source # 
Instance details

Defined in Amazonka.ApplicationInsights.ListComponents

AWSRequest ListComponents Source # 
Instance details

Defined in Amazonka.ApplicationInsights.ListComponents

Associated Types

type AWSResponse ListComponents #

ToHeaders ListComponents Source # 
Instance details

Defined in Amazonka.ApplicationInsights.ListComponents

ToPath ListComponents Source # 
Instance details

Defined in Amazonka.ApplicationInsights.ListComponents

ToQuery ListComponents Source # 
Instance details

Defined in Amazonka.ApplicationInsights.ListComponents

type Rep ListComponents Source # 
Instance details

Defined in Amazonka.ApplicationInsights.ListComponents

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

Defined in Amazonka.ApplicationInsights.ListComponents

newListComponents Source #

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

$sel:maxResults:ListComponents', listComponents_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:ListComponents', listComponents_resourceGroupName - The name of the resource group.

data ListComponentsResponse Source #

See: newListComponentsResponse smart constructor.

Instances

Instances details
Eq ListComponentsResponse Source # 
Instance details

Defined in Amazonka.ApplicationInsights.ListComponents

Read ListComponentsResponse Source # 
Instance details

Defined in Amazonka.ApplicationInsights.ListComponents

Show ListComponentsResponse Source # 
Instance details

Defined in Amazonka.ApplicationInsights.ListComponents

Generic ListComponentsResponse Source # 
Instance details

Defined in Amazonka.ApplicationInsights.ListComponents

Associated Types

type Rep ListComponentsResponse :: Type -> Type #

NFData ListComponentsResponse Source # 
Instance details

Defined in Amazonka.ApplicationInsights.ListComponents

Methods

rnf :: ListComponentsResponse -> () #

type Rep ListComponentsResponse Source # 
Instance details

Defined in Amazonka.ApplicationInsights.ListComponents

type Rep ListComponentsResponse = D1 ('MetaData "ListComponentsResponse" "Amazonka.ApplicationInsights.ListComponents" "libZSservicesZSamazonka-application-insightsZSamazonka-application-insights" 'False) (C1 ('MetaCons "ListComponentsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "applicationComponentList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ApplicationComponent])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListComponentsResponse Source #

Create a value of ListComponentsResponse 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:applicationComponentList:ListComponentsResponse', listComponentsResponse_applicationComponentList - The list of application components.

$sel:nextToken:ListComponents', listComponentsResponse_nextToken - The token to request the next page of results.

$sel:httpStatus:ListComponentsResponse', listComponentsResponse_httpStatus - The response's http status code.

DeleteComponent

data DeleteComponent Source #

See: newDeleteComponent smart constructor.

Constructors

DeleteComponent' Text Text 

Instances

Instances details
Eq DeleteComponent Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DeleteComponent

Read DeleteComponent Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DeleteComponent

Show DeleteComponent Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DeleteComponent

Generic DeleteComponent Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DeleteComponent

Associated Types

type Rep DeleteComponent :: Type -> Type #

NFData DeleteComponent Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DeleteComponent

Methods

rnf :: DeleteComponent -> () #

Hashable DeleteComponent Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DeleteComponent

ToJSON DeleteComponent Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DeleteComponent

AWSRequest DeleteComponent Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DeleteComponent

Associated Types

type AWSResponse DeleteComponent #

ToHeaders DeleteComponent Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DeleteComponent

ToPath DeleteComponent Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DeleteComponent

ToQuery DeleteComponent Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DeleteComponent

type Rep DeleteComponent Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DeleteComponent

type Rep DeleteComponent = D1 ('MetaData "DeleteComponent" "Amazonka.ApplicationInsights.DeleteComponent" "libZSservicesZSamazonka-application-insightsZSamazonka-application-insights" 'False) (C1 ('MetaCons "DeleteComponent'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "componentName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeleteComponent Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DeleteComponent

newDeleteComponent Source #

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

$sel:componentName:DeleteComponent', deleteComponent_componentName - The name of the component.

data DeleteComponentResponse Source #

See: newDeleteComponentResponse smart constructor.

Instances

Instances details
Eq DeleteComponentResponse Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DeleteComponent

Read DeleteComponentResponse Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DeleteComponent

Show DeleteComponentResponse Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DeleteComponent

Generic DeleteComponentResponse Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DeleteComponent

Associated Types

type Rep DeleteComponentResponse :: Type -> Type #

NFData DeleteComponentResponse Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DeleteComponent

Methods

rnf :: DeleteComponentResponse -> () #

type Rep DeleteComponentResponse Source # 
Instance details

Defined in Amazonka.ApplicationInsights.DeleteComponent

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

newDeleteComponentResponse Source #

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

UpdateComponent

data UpdateComponent Source #

See: newUpdateComponent smart constructor.

Instances

Instances details
Eq UpdateComponent Source # 
Instance details

Defined in Amazonka.ApplicationInsights.UpdateComponent

Read UpdateComponent Source # 
Instance details

Defined in Amazonka.ApplicationInsights.UpdateComponent

Show UpdateComponent Source # 
Instance details

Defined in Amazonka.ApplicationInsights.UpdateComponent

Generic UpdateComponent Source # 
Instance details

Defined in Amazonka.ApplicationInsights.UpdateComponent

Associated Types

type Rep UpdateComponent :: Type -> Type #

NFData UpdateComponent Source # 
Instance details

Defined in Amazonka.ApplicationInsights.UpdateComponent

Methods

rnf :: UpdateComponent -> () #

Hashable UpdateComponent Source # 
Instance details

Defined in Amazonka.ApplicationInsights.UpdateComponent

ToJSON UpdateComponent Source # 
Instance details

Defined in Amazonka.ApplicationInsights.UpdateComponent

AWSRequest UpdateComponent Source # 
Instance details

Defined in Amazonka.ApplicationInsights.UpdateComponent

Associated Types

type AWSResponse UpdateComponent #

ToHeaders UpdateComponent Source # 
Instance details

Defined in Amazonka.ApplicationInsights.UpdateComponent

ToPath UpdateComponent Source # 
Instance details

Defined in Amazonka.ApplicationInsights.UpdateComponent

ToQuery UpdateComponent Source # 
Instance details

Defined in Amazonka.ApplicationInsights.UpdateComponent

type Rep UpdateComponent Source # 
Instance details

Defined in Amazonka.ApplicationInsights.UpdateComponent

type Rep UpdateComponent = D1 ('MetaData "UpdateComponent" "Amazonka.ApplicationInsights.UpdateComponent" "libZSservicesZSamazonka-application-insightsZSamazonka-application-insights" 'False) (C1 ('MetaCons "UpdateComponent'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "newComponentName'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "resourceList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))) :*: (S1 ('MetaSel ('Just "resourceGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "componentName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse UpdateComponent Source # 
Instance details

Defined in Amazonka.ApplicationInsights.UpdateComponent

newUpdateComponent Source #

Create a value of UpdateComponent 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:newComponentName':UpdateComponent', updateComponent_newComponentName - The new name of the component.

$sel:resourceList:UpdateComponent', updateComponent_resourceList - The list of resource ARNs that belong to the component.

$sel:resourceGroupName:UpdateComponent', updateComponent_resourceGroupName - The name of the resource group.

$sel:componentName:UpdateComponent', updateComponent_componentName - The name of the component.

data UpdateComponentResponse Source #

See: newUpdateComponentResponse smart constructor.

Instances

Instances details
Eq UpdateComponentResponse Source # 
Instance details

Defined in Amazonka.ApplicationInsights.UpdateComponent

Read UpdateComponentResponse Source # 
Instance details

Defined in Amazonka.ApplicationInsights.UpdateComponent

Show UpdateComponentResponse Source # 
Instance details

Defined in Amazonka.ApplicationInsights.UpdateComponent

Generic UpdateComponentResponse Source # 
Instance details

Defined in Amazonka.ApplicationInsights.UpdateComponent

Associated Types

type Rep UpdateComponentResponse :: Type -> Type #

NFData UpdateComponentResponse Source # 
Instance details

Defined in Amazonka.ApplicationInsights.UpdateComponent

Methods

rnf :: UpdateComponentResponse -> () #

type Rep UpdateComponentResponse Source # 
Instance details

Defined in Amazonka.ApplicationInsights.UpdateComponent

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

newUpdateComponentResponse Source #

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

DescribeLogPattern

data DescribeLogPattern Source #

See: newDescribeLogPattern smart constructor.

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.

data DescribeLogPatternResponse Source #

See: newDescribeLogPatternResponse smart constructor.

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.

Types

CloudWatchEventSource

newtype CloudWatchEventSource Source #

Instances

Instances details
Eq CloudWatchEventSource Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.CloudWatchEventSource

Ord CloudWatchEventSource Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.CloudWatchEventSource

Read CloudWatchEventSource Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.CloudWatchEventSource

Show CloudWatchEventSource Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.CloudWatchEventSource

Generic CloudWatchEventSource Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.CloudWatchEventSource

Associated Types

type Rep CloudWatchEventSource :: Type -> Type #

NFData CloudWatchEventSource Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.CloudWatchEventSource

Methods

rnf :: CloudWatchEventSource -> () #

Hashable CloudWatchEventSource Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.CloudWatchEventSource

ToJSON CloudWatchEventSource Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.CloudWatchEventSource

ToJSONKey CloudWatchEventSource Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.CloudWatchEventSource

FromJSON CloudWatchEventSource Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.CloudWatchEventSource

FromJSONKey CloudWatchEventSource Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.CloudWatchEventSource

ToLog CloudWatchEventSource Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.CloudWatchEventSource

ToHeader CloudWatchEventSource Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.CloudWatchEventSource

ToQuery CloudWatchEventSource Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.CloudWatchEventSource

FromXML CloudWatchEventSource Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.CloudWatchEventSource

ToXML CloudWatchEventSource Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.CloudWatchEventSource

ToByteString CloudWatchEventSource Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.CloudWatchEventSource

FromText CloudWatchEventSource Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.CloudWatchEventSource

ToText CloudWatchEventSource Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.CloudWatchEventSource

type Rep CloudWatchEventSource Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.CloudWatchEventSource

type Rep CloudWatchEventSource = D1 ('MetaData "CloudWatchEventSource" "Amazonka.ApplicationInsights.Types.CloudWatchEventSource" "libZSservicesZSamazonka-application-insightsZSamazonka-application-insights" 'True) (C1 ('MetaCons "CloudWatchEventSource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromCloudWatchEventSource") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ConfigurationEventResourceType

newtype ConfigurationEventResourceType Source #

Instances

Instances details
Eq ConfigurationEventResourceType Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.ConfigurationEventResourceType

Ord ConfigurationEventResourceType Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.ConfigurationEventResourceType

Read ConfigurationEventResourceType Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.ConfigurationEventResourceType

Show ConfigurationEventResourceType Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.ConfigurationEventResourceType

Generic ConfigurationEventResourceType Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.ConfigurationEventResourceType

Associated Types

type Rep ConfigurationEventResourceType :: Type -> Type #

NFData ConfigurationEventResourceType Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.ConfigurationEventResourceType

Hashable ConfigurationEventResourceType Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.ConfigurationEventResourceType

ToJSON ConfigurationEventResourceType Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.ConfigurationEventResourceType

ToJSONKey ConfigurationEventResourceType Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.ConfigurationEventResourceType

FromJSON ConfigurationEventResourceType Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.ConfigurationEventResourceType

FromJSONKey ConfigurationEventResourceType Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.ConfigurationEventResourceType

ToLog ConfigurationEventResourceType Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.ConfigurationEventResourceType

ToHeader ConfigurationEventResourceType Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.ConfigurationEventResourceType

ToQuery ConfigurationEventResourceType Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.ConfigurationEventResourceType

FromXML ConfigurationEventResourceType Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.ConfigurationEventResourceType

ToXML ConfigurationEventResourceType Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.ConfigurationEventResourceType

ToByteString ConfigurationEventResourceType Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.ConfigurationEventResourceType

FromText ConfigurationEventResourceType Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.ConfigurationEventResourceType

ToText ConfigurationEventResourceType Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.ConfigurationEventResourceType

type Rep ConfigurationEventResourceType Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.ConfigurationEventResourceType

type Rep ConfigurationEventResourceType = D1 ('MetaData "ConfigurationEventResourceType" "Amazonka.ApplicationInsights.Types.ConfigurationEventResourceType" "libZSservicesZSamazonka-application-insightsZSamazonka-application-insights" 'True) (C1 ('MetaCons "ConfigurationEventResourceType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromConfigurationEventResourceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ConfigurationEventStatus

newtype ConfigurationEventStatus Source #

Instances

Instances details
Eq ConfigurationEventStatus Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.ConfigurationEventStatus

Ord ConfigurationEventStatus Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.ConfigurationEventStatus

Read ConfigurationEventStatus Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.ConfigurationEventStatus

Show ConfigurationEventStatus Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.ConfigurationEventStatus

Generic ConfigurationEventStatus Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.ConfigurationEventStatus

Associated Types

type Rep ConfigurationEventStatus :: Type -> Type #

NFData ConfigurationEventStatus Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.ConfigurationEventStatus

Hashable ConfigurationEventStatus Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.ConfigurationEventStatus

ToJSON ConfigurationEventStatus Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.ConfigurationEventStatus

ToJSONKey ConfigurationEventStatus Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.ConfigurationEventStatus

FromJSON ConfigurationEventStatus Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.ConfigurationEventStatus

FromJSONKey ConfigurationEventStatus Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.ConfigurationEventStatus

ToLog ConfigurationEventStatus Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.ConfigurationEventStatus

ToHeader ConfigurationEventStatus Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.ConfigurationEventStatus

ToQuery ConfigurationEventStatus Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.ConfigurationEventStatus

FromXML ConfigurationEventStatus Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.ConfigurationEventStatus

ToXML ConfigurationEventStatus Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.ConfigurationEventStatus

ToByteString ConfigurationEventStatus Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.ConfigurationEventStatus

FromText ConfigurationEventStatus Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.ConfigurationEventStatus

ToText ConfigurationEventStatus Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.ConfigurationEventStatus

type Rep ConfigurationEventStatus Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.ConfigurationEventStatus

type Rep ConfigurationEventStatus = D1 ('MetaData "ConfigurationEventStatus" "Amazonka.ApplicationInsights.Types.ConfigurationEventStatus" "libZSservicesZSamazonka-application-insightsZSamazonka-application-insights" 'True) (C1 ('MetaCons "ConfigurationEventStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromConfigurationEventStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

FeedbackKey

newtype FeedbackKey Source #

Constructors

FeedbackKey' 

Bundled Patterns

pattern FeedbackKey_INSIGHTS_FEEDBACK :: FeedbackKey 

Instances

Instances details
Eq FeedbackKey Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.FeedbackKey

Ord FeedbackKey Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.FeedbackKey

Read FeedbackKey Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.FeedbackKey

Show FeedbackKey Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.FeedbackKey

Generic FeedbackKey Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.FeedbackKey

Associated Types

type Rep FeedbackKey :: Type -> Type #

NFData FeedbackKey Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.FeedbackKey

Methods

rnf :: FeedbackKey -> () #

Hashable FeedbackKey Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.FeedbackKey

ToJSON FeedbackKey Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.FeedbackKey

ToJSONKey FeedbackKey Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.FeedbackKey

FromJSON FeedbackKey Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.FeedbackKey

FromJSONKey FeedbackKey Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.FeedbackKey

ToLog FeedbackKey Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.FeedbackKey

ToHeader FeedbackKey Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.FeedbackKey

ToQuery FeedbackKey Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.FeedbackKey

FromXML FeedbackKey Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.FeedbackKey

ToXML FeedbackKey Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.FeedbackKey

Methods

toXML :: FeedbackKey -> XML #

ToByteString FeedbackKey Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.FeedbackKey

FromText FeedbackKey Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.FeedbackKey

ToText FeedbackKey Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.FeedbackKey

Methods

toText :: FeedbackKey -> Text #

type Rep FeedbackKey Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.FeedbackKey

type Rep FeedbackKey = D1 ('MetaData "FeedbackKey" "Amazonka.ApplicationInsights.Types.FeedbackKey" "libZSservicesZSamazonka-application-insightsZSamazonka-application-insights" 'True) (C1 ('MetaCons "FeedbackKey'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromFeedbackKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

FeedbackValue

newtype FeedbackValue Source #

Constructors

FeedbackValue' 

Instances

Instances details
Eq FeedbackValue Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.FeedbackValue

Ord FeedbackValue Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.FeedbackValue

Read FeedbackValue Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.FeedbackValue

Show FeedbackValue Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.FeedbackValue

Generic FeedbackValue Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.FeedbackValue

Associated Types

type Rep FeedbackValue :: Type -> Type #

NFData FeedbackValue Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.FeedbackValue

Methods

rnf :: FeedbackValue -> () #

Hashable FeedbackValue Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.FeedbackValue

ToJSON FeedbackValue Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.FeedbackValue

ToJSONKey FeedbackValue Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.FeedbackValue

FromJSON FeedbackValue Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.FeedbackValue

FromJSONKey FeedbackValue Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.FeedbackValue

ToLog FeedbackValue Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.FeedbackValue

ToHeader FeedbackValue Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.FeedbackValue

ToQuery FeedbackValue Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.FeedbackValue

FromXML FeedbackValue Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.FeedbackValue

ToXML FeedbackValue Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.FeedbackValue

Methods

toXML :: FeedbackValue -> XML #

ToByteString FeedbackValue Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.FeedbackValue

FromText FeedbackValue Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.FeedbackValue

ToText FeedbackValue Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.FeedbackValue

Methods

toText :: FeedbackValue -> Text #

type Rep FeedbackValue Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.FeedbackValue

type Rep FeedbackValue = D1 ('MetaData "FeedbackValue" "Amazonka.ApplicationInsights.Types.FeedbackValue" "libZSservicesZSamazonka-application-insightsZSamazonka-application-insights" 'True) (C1 ('MetaCons "FeedbackValue'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromFeedbackValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

LogFilter

newtype LogFilter Source #

Constructors

LogFilter' 

Fields

Bundled Patterns

pattern LogFilter_ERROR :: LogFilter 
pattern LogFilter_INFO :: LogFilter 
pattern LogFilter_WARN :: LogFilter 

Instances

Instances details
Eq LogFilter Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.LogFilter

Ord LogFilter Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.LogFilter

Read LogFilter Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.LogFilter

Show LogFilter Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.LogFilter

Generic LogFilter Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.LogFilter

Associated Types

type Rep LogFilter :: Type -> Type #

NFData LogFilter Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.LogFilter

Methods

rnf :: LogFilter -> () #

Hashable LogFilter Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.LogFilter

ToJSON LogFilter Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.LogFilter

ToJSONKey LogFilter Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.LogFilter

FromJSON LogFilter Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.LogFilter

FromJSONKey LogFilter Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.LogFilter

ToLog LogFilter Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.LogFilter

ToHeader LogFilter Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.LogFilter

ToQuery LogFilter Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.LogFilter

FromXML LogFilter Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.LogFilter

ToXML LogFilter Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.LogFilter

Methods

toXML :: LogFilter -> XML #

ToByteString LogFilter Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.LogFilter

Methods

toBS :: LogFilter -> ByteString #

FromText LogFilter Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.LogFilter

ToText LogFilter Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.LogFilter

Methods

toText :: LogFilter -> Text #

type Rep LogFilter Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.LogFilter

type Rep LogFilter = D1 ('MetaData "LogFilter" "Amazonka.ApplicationInsights.Types.LogFilter" "libZSservicesZSamazonka-application-insightsZSamazonka-application-insights" 'True) (C1 ('MetaCons "LogFilter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromLogFilter") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

OsType

newtype OsType Source #

Constructors

OsType' 

Fields

Bundled Patterns

pattern OsType_LINUX :: OsType 
pattern OsType_WINDOWS :: OsType 

Instances

Instances details
Eq OsType Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.OsType

Methods

(==) :: OsType -> OsType -> Bool #

(/=) :: OsType -> OsType -> Bool #

Ord OsType Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.OsType

Read OsType Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.OsType

Show OsType Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.OsType

Generic OsType Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.OsType

Associated Types

type Rep OsType :: Type -> Type #

Methods

from :: OsType -> Rep OsType x #

to :: Rep OsType x -> OsType #

NFData OsType Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.OsType

Methods

rnf :: OsType -> () #

Hashable OsType Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.OsType

Methods

hashWithSalt :: Int -> OsType -> Int #

hash :: OsType -> Int #

ToJSON OsType Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.OsType

ToJSONKey OsType Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.OsType

FromJSON OsType Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.OsType

FromJSONKey OsType Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.OsType

ToLog OsType Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.OsType

ToHeader OsType Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.OsType

Methods

toHeader :: HeaderName -> OsType -> [Header] #

ToQuery OsType Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.OsType

FromXML OsType Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.OsType

ToXML OsType Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.OsType

Methods

toXML :: OsType -> XML #

ToByteString OsType Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.OsType

Methods

toBS :: OsType -> ByteString #

FromText OsType Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.OsType

ToText OsType Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.OsType

Methods

toText :: OsType -> Text #

type Rep OsType Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.OsType

type Rep OsType = D1 ('MetaData "OsType" "Amazonka.ApplicationInsights.Types.OsType" "libZSservicesZSamazonka-application-insightsZSamazonka-application-insights" 'True) (C1 ('MetaCons "OsType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromOsType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

SeverityLevel

newtype SeverityLevel Source #

Constructors

SeverityLevel' 

Instances

Instances details
Eq SeverityLevel Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.SeverityLevel

Ord SeverityLevel Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.SeverityLevel

Read SeverityLevel Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.SeverityLevel

Show SeverityLevel Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.SeverityLevel

Generic SeverityLevel Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.SeverityLevel

Associated Types

type Rep SeverityLevel :: Type -> Type #

NFData SeverityLevel Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.SeverityLevel

Methods

rnf :: SeverityLevel -> () #

Hashable SeverityLevel Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.SeverityLevel

ToJSON SeverityLevel Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.SeverityLevel

ToJSONKey SeverityLevel Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.SeverityLevel

FromJSON SeverityLevel Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.SeverityLevel

FromJSONKey SeverityLevel Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.SeverityLevel

ToLog SeverityLevel Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.SeverityLevel

ToHeader SeverityLevel Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.SeverityLevel

ToQuery SeverityLevel Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.SeverityLevel

FromXML SeverityLevel Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.SeverityLevel

ToXML SeverityLevel Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.SeverityLevel

Methods

toXML :: SeverityLevel -> XML #

ToByteString SeverityLevel Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.SeverityLevel

FromText SeverityLevel Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.SeverityLevel

ToText SeverityLevel Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.SeverityLevel

Methods

toText :: SeverityLevel -> Text #

type Rep SeverityLevel Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.SeverityLevel

type Rep SeverityLevel = D1 ('MetaData "SeverityLevel" "Amazonka.ApplicationInsights.Types.SeverityLevel" "libZSservicesZSamazonka-application-insightsZSamazonka-application-insights" 'True) (C1 ('MetaCons "SeverityLevel'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromSeverityLevel") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

Status

newtype Status Source #

Constructors

Status' 

Fields

Bundled Patterns

pattern Status_IGNORE :: Status 
pattern Status_PENDING :: Status 
pattern Status_RESOLVED :: Status 

Instances

Instances details
Eq Status Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.Status

Methods

(==) :: Status -> Status -> Bool #

(/=) :: Status -> Status -> Bool #

Ord Status Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.Status

Read Status Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.Status

Show Status Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.Status

Generic Status Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.Status

Associated Types

type Rep Status :: Type -> Type #

Methods

from :: Status -> Rep Status x #

to :: Rep Status x -> Status #

NFData Status Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.Status

Methods

rnf :: Status -> () #

Hashable Status Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.Status

Methods

hashWithSalt :: Int -> Status -> Int #

hash :: Status -> Int #

ToJSON Status Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.Status

ToJSONKey Status Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.Status

FromJSON Status Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.Status

FromJSONKey Status Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.Status

ToLog Status Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.Status

ToHeader Status Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.Status

Methods

toHeader :: HeaderName -> Status -> [Header] #

ToQuery Status Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.Status

FromXML Status Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.Status

ToXML Status Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.Status

Methods

toXML :: Status -> XML #

ToByteString Status Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.Status

Methods

toBS :: Status -> ByteString #

FromText Status Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.Status

ToText Status Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.Status

Methods

toText :: Status -> Text #

type Rep Status Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.Status

type Rep Status = D1 ('MetaData "Status" "Amazonka.ApplicationInsights.Types.Status" "libZSservicesZSamazonka-application-insightsZSamazonka-application-insights" 'True) (C1 ('MetaCons "Status'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

Tier

newtype Tier Source #

Constructors

Tier' 

Fields

Bundled Patterns

pattern Tier_CUSTOM :: Tier 
pattern Tier_DEFAULT :: Tier 
pattern Tier_DOT_NET_CORE :: Tier 
pattern Tier_DOT_NET_WEB :: Tier 
pattern Tier_DOT_NET_WEB_TIER :: Tier 
pattern Tier_DOT_NET_WORKER :: Tier 
pattern Tier_JAVA_JMX :: Tier 
pattern Tier_MYSQL :: Tier 
pattern Tier_ORACLE :: Tier 
pattern Tier_POSTGRESQL :: Tier 
pattern Tier_SQL_SERVER :: Tier 
pattern Tier_SQL_SERVER_ALWAYSON_AVAILABILITY_GROUP :: Tier 

Instances

Instances details
Eq Tier Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.Tier

Methods

(==) :: Tier -> Tier -> Bool #

(/=) :: Tier -> Tier -> Bool #

Ord Tier Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.Tier

Methods

compare :: Tier -> Tier -> Ordering #

(<) :: Tier -> Tier -> Bool #

(<=) :: Tier -> Tier -> Bool #

(>) :: Tier -> Tier -> Bool #

(>=) :: Tier -> Tier -> Bool #

max :: Tier -> Tier -> Tier #

min :: Tier -> Tier -> Tier #

Read Tier Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.Tier

Show Tier Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.Tier

Methods

showsPrec :: Int -> Tier -> ShowS #

show :: Tier -> String #

showList :: [Tier] -> ShowS #

Generic Tier Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.Tier

Associated Types

type Rep Tier :: Type -> Type #

Methods

from :: Tier -> Rep Tier x #

to :: Rep Tier x -> Tier #

NFData Tier Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.Tier

Methods

rnf :: Tier -> () #

Hashable Tier Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.Tier

Methods

hashWithSalt :: Int -> Tier -> Int #

hash :: Tier -> Int #

ToJSON Tier Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.Tier

ToJSONKey Tier Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.Tier

FromJSON Tier Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.Tier

FromJSONKey Tier Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.Tier

ToLog Tier Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.Tier

ToHeader Tier Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.Tier

Methods

toHeader :: HeaderName -> Tier -> [Header] #

ToQuery Tier Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.Tier

Methods

toQuery :: Tier -> QueryString #

FromXML Tier Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.Tier

Methods

parseXML :: [Node] -> Either String Tier #

ToXML Tier Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.Tier

Methods

toXML :: Tier -> XML #

ToByteString Tier Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.Tier

Methods

toBS :: Tier -> ByteString #

FromText Tier Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.Tier

ToText Tier Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.Tier

Methods

toText :: Tier -> Text #

type Rep Tier Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.Tier

type Rep Tier = D1 ('MetaData "Tier" "Amazonka.ApplicationInsights.Types.Tier" "libZSservicesZSamazonka-application-insightsZSamazonka-application-insights" 'True) (C1 ('MetaCons "Tier'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromTier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ApplicationComponent

data ApplicationComponent Source #

Describes a standalone resource or similarly grouped resources that the application is made up of.

See: newApplicationComponent smart constructor.

Instances

Instances details
Eq ApplicationComponent Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.ApplicationComponent

Read ApplicationComponent Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.ApplicationComponent

Show ApplicationComponent Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.ApplicationComponent

Generic ApplicationComponent Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.ApplicationComponent

Associated Types

type Rep ApplicationComponent :: Type -> Type #

NFData ApplicationComponent Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.ApplicationComponent

Methods

rnf :: ApplicationComponent -> () #

Hashable ApplicationComponent Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.ApplicationComponent

FromJSON ApplicationComponent Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.ApplicationComponent

type Rep ApplicationComponent Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.ApplicationComponent

type Rep ApplicationComponent = D1 ('MetaData "ApplicationComponent" "Amazonka.ApplicationInsights.Types.ApplicationComponent" "libZSservicesZSamazonka-application-insightsZSamazonka-application-insights" 'False) (C1 ('MetaCons "ApplicationComponent'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "osType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OsType)) :*: (S1 ('MetaSel ('Just "resourceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "detectedWorkload") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Tier (HashMap Text Text)))))) :*: ((S1 ('MetaSel ('Just "monitor") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "tier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Tier))) :*: (S1 ('MetaSel ('Just "componentName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "componentRemarks") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newApplicationComponent :: ApplicationComponent Source #

Create a value of ApplicationComponent 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:osType:ApplicationComponent', applicationComponent_osType - The operating system of the component.

$sel:resourceType:ApplicationComponent', applicationComponent_resourceType - The resource type. Supported resource types include EC2 instances, Auto Scaling group, Classic ELB, Application ELB, and SQS Queue.

$sel:detectedWorkload:ApplicationComponent', applicationComponent_detectedWorkload - Workloads detected in the application component.

$sel:monitor:ApplicationComponent', applicationComponent_monitor - Indicates whether the application component is monitored.

$sel:tier:ApplicationComponent', applicationComponent_tier - The stack tier of the application component.

$sel:componentName:ApplicationComponent', applicationComponent_componentName - The name of the component.

$sel:componentRemarks:ApplicationComponent', applicationComponent_componentRemarks - If logging is supported for the resource type, indicates whether the component has configured logs to be monitored.

ApplicationInfo

data ApplicationInfo Source #

Describes the status of the application.

See: newApplicationInfo smart constructor.

Instances

Instances details
Eq ApplicationInfo Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.ApplicationInfo

Read ApplicationInfo Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.ApplicationInfo

Show ApplicationInfo Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.ApplicationInfo

Generic ApplicationInfo Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.ApplicationInfo

Associated Types

type Rep ApplicationInfo :: Type -> Type #

NFData ApplicationInfo Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.ApplicationInfo

Methods

rnf :: ApplicationInfo -> () #

Hashable ApplicationInfo Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.ApplicationInfo

FromJSON ApplicationInfo Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.ApplicationInfo

type Rep ApplicationInfo Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.ApplicationInfo

type Rep ApplicationInfo = D1 ('MetaData "ApplicationInfo" "Amazonka.ApplicationInsights.Types.ApplicationInfo" "libZSservicesZSamazonka-application-insightsZSamazonka-application-insights" 'False) (C1 ('MetaCons "ApplicationInfo'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "resourceGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "cWEMonitorEnabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "opsItemSNSTopicArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "lifeCycle") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "opsCenterEnabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "remarks") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newApplicationInfo :: ApplicationInfo Source #

Create a value of ApplicationInfo 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:ApplicationInfo', applicationInfo_resourceGroupName - The name of the resource group used for the application.

$sel:cWEMonitorEnabled:ApplicationInfo', applicationInfo_cWEMonitorEnabled - Indicates whether Application Insights can listen to CloudWatch events for the application resources, such as instance terminated, failed deployment, and others.

$sel:opsItemSNSTopicArn:ApplicationInfo', applicationInfo_opsItemSNSTopicArn - The SNS topic provided to Application Insights that is associated to the created opsItems to receive SNS notifications for opsItem updates.

$sel:lifeCycle:ApplicationInfo', applicationInfo_lifeCycle - The lifecycle of the application.

$sel:opsCenterEnabled:ApplicationInfo', applicationInfo_opsCenterEnabled - Indicates whether Application Insights will create opsItems for any problem detected by Application Insights for an application.

$sel:remarks:ApplicationInfo', applicationInfo_remarks - The issues on the user side that block Application Insights from successfully monitoring an application. Example remarks include:

  • “Configuring application, detected 1 Errors, 3 Warnings”
  • “Configuring application, detected 1 Unconfigured Components”

ConfigurationEvent

data ConfigurationEvent Source #

The event information.

See: newConfigurationEvent smart constructor.

Instances

Instances details
Eq ConfigurationEvent Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.ConfigurationEvent

Read ConfigurationEvent Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.ConfigurationEvent

Show ConfigurationEvent Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.ConfigurationEvent

Generic ConfigurationEvent Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.ConfigurationEvent

Associated Types

type Rep ConfigurationEvent :: Type -> Type #

NFData ConfigurationEvent Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.ConfigurationEvent

Methods

rnf :: ConfigurationEvent -> () #

Hashable ConfigurationEvent Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.ConfigurationEvent

FromJSON ConfigurationEvent Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.ConfigurationEvent

type Rep ConfigurationEvent Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.ConfigurationEvent

type Rep ConfigurationEvent = D1 ('MetaData "ConfigurationEvent" "Amazonka.ApplicationInsights.Types.ConfigurationEvent" "libZSservicesZSamazonka-application-insightsZSamazonka-application-insights" 'False) (C1 ('MetaCons "ConfigurationEvent'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "monitoredResourceARN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "eventStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConfigurationEventStatus)) :*: S1 ('MetaSel ('Just "eventResourceName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "eventTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "eventDetail") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "eventResourceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConfigurationEventResourceType))))))

newConfigurationEvent :: ConfigurationEvent Source #

Create a value of ConfigurationEvent 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:monitoredResourceARN:ConfigurationEvent', configurationEvent_monitoredResourceARN - The resource monitored by Application Insights.

$sel:eventStatus:ConfigurationEvent', configurationEvent_eventStatus - The status of the configuration update event. Possible values include INFO, WARN, and ERROR.

$sel:eventResourceName:ConfigurationEvent', configurationEvent_eventResourceName - The name of the resource Application Insights attempted to configure.

$sel:eventTime:ConfigurationEvent', configurationEvent_eventTime - The timestamp of the event.

$sel:eventDetail:ConfigurationEvent', configurationEvent_eventDetail - The details of the event in plain text.

$sel:eventResourceType:ConfigurationEvent', configurationEvent_eventResourceType - The resource type that Application Insights attempted to configure, for example, CLOUDWATCH_ALARM.

LogPattern

data LogPattern Source #

An object that defines the log patterns that belongs to a LogPatternSet.

See: newLogPattern smart constructor.

Instances

Instances details
Eq LogPattern Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.LogPattern

Read LogPattern Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.LogPattern

Show LogPattern Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.LogPattern

Generic LogPattern Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.LogPattern

Associated Types

type Rep LogPattern :: Type -> Type #

NFData LogPattern Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.LogPattern

Methods

rnf :: LogPattern -> () #

Hashable LogPattern Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.LogPattern

FromJSON LogPattern Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.LogPattern

type Rep LogPattern Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.LogPattern

type Rep LogPattern = D1 ('MetaData "LogPattern" "Amazonka.ApplicationInsights.Types.LogPattern" "libZSservicesZSamazonka-application-insightsZSamazonka-application-insights" 'False) (C1 ('MetaCons "LogPattern'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "pattern'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "patternName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "patternSetName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "rank") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))))

newLogPattern :: LogPattern Source #

Create a value of LogPattern 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:pattern':LogPattern', logPattern_pattern - A regular expression that defines the log pattern. A log pattern can contain as many as 50 characters, and it cannot be empty. The pattern must be DFA compatible. Patterns that utilize forward lookahead or backreference constructions are not supported.

$sel:patternName:LogPattern', logPattern_patternName - The name of the log pattern. A log pattern name can contain as many as 50 characters, and it cannot be empty. The characters can be Unicode letters, digits, or one of the following symbols: period, dash, underscore.

$sel:patternSetName:LogPattern', logPattern_patternSetName - The name of the log pattern. A log pattern name can contain as many as 30 characters, and it cannot be empty. The characters can be Unicode letters, digits, or one of the following symbols: period, dash, underscore.

$sel:rank:LogPattern', logPattern_rank - Rank of the log pattern. Must be a value between 1 and 1,000,000. The patterns are sorted by rank, so we recommend that you set your highest priority patterns with the lowest rank. A pattern of rank 1 will be the first to get matched to a log line. A pattern of rank 1,000,000 will be last to get matched. When you configure custom log patterns from the console, a Low severity pattern translates to a 750,000 rank. A Medium severity pattern translates to a 500,000 rank. And a High severity pattern translates to a 250,000 rank. Rank values less than 1 or greater than 1,000,000 are reserved for AWS-provided patterns.

Observation

data Observation Source #

Describes an anomaly or error with the application.

See: newObservation smart constructor.

Instances

Instances details
Eq Observation Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.Observation

Read Observation Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.Observation

Show Observation Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.Observation

Generic Observation Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.Observation

Associated Types

type Rep Observation :: Type -> Type #

NFData Observation Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.Observation

Methods

rnf :: Observation -> () #

Hashable Observation Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.Observation

FromJSON Observation Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.Observation

type Rep Observation Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.Observation

type Rep Observation = D1 ('MetaData "Observation" "Amazonka.ApplicationInsights.Types.Observation" "libZSservicesZSamazonka-application-insightsZSamazonka-application-insights" 'False) (C1 ('MetaCons "Observation'" 'PrefixI 'True) (((((S1 ('MetaSel ('Just "codeDeployApplication") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "rdsEventMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "codeDeployDeploymentId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "startTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "sourceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "sourceARN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "xRayRequestAverageLatency") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: S1 ('MetaSel ('Just "statesStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "codeDeployDeploymentGroup") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "healthEventTypeCategory") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "xRayRequestCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))))) :*: (((S1 ('MetaSel ('Just "s3EventName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "metricName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "ec2State") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "logGroup") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double))))) :*: ((S1 ('MetaSel ('Just "healthEventDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "cloudWatchEventSource") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CloudWatchEventSource)) :*: S1 ('MetaSel ('Just "codeDeployState") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "xRayErrorPercent") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "statesArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "cloudWatchEventId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))) :*: ((((S1 ('MetaSel ('Just "logText") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "logFilter") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LogFilter))) :*: (S1 ('MetaSel ('Just "metricNamespace") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "rdsEventCategories") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "xRayNodeType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "endTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "statesInput") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "xRayNodeName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "healthEventArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "healthEventTypeCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))) :*: (((S1 ('MetaSel ('Just "ebsResult") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "cloudWatchEventDetailType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "codeDeployInstanceGroupId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "ebsCause") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "ebsEvent") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "ebsRequestId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "xRayFaultPercent") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "statesExecutionArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "lineTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))) :*: (S1 ('MetaSel ('Just "unit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "xRayThrottlePercent") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "healthService") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))))))

newObservation :: Observation Source #

Create a value of Observation 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:codeDeployApplication:Observation', observation_codeDeployApplication - The CodeDeploy application to which the deployment belongs.

$sel:rdsEventMessage:Observation', observation_rdsEventMessage - The message of an RDS event.

$sel:codeDeployDeploymentId:Observation', observation_codeDeployDeploymentId - The deployment ID of the CodeDeploy-based observation related to the detected problem.

$sel:startTime:Observation', observation_startTime - The time when the observation was first detected, in epoch seconds.

$sel:sourceType:Observation', observation_sourceType - The source type of the observation.

$sel:sourceARN:Observation', observation_sourceARN - The source resource ARN of the observation.

$sel:xRayRequestAverageLatency:Observation', observation_xRayRequestAverageLatency - The X-Ray node request average latency for this node.

$sel:statesStatus:Observation', observation_statesStatus - The status of the step function-related observation.

$sel:codeDeployDeploymentGroup:Observation', observation_codeDeployDeploymentGroup - The deployment group to which the CodeDeploy deployment belongs.

$sel:healthEventTypeCategory:Observation', observation_healthEventTypeCategory - The category of the AWS Health event, such as issue.

$sel:xRayRequestCount:Observation', observation_xRayRequestCount - The X-Ray request count for this node.

$sel:s3EventName:Observation', observation_s3EventName - The name of the S3 CloudWatch Event-based observation.

$sel:metricName:Observation', observation_metricName - The name of the observation metric.

$sel:ec2State:Observation', observation_ec2State - The state of the instance, such as STOPPING or TERMINATING.

$sel:logGroup:Observation', observation_logGroup - The log group name.

$sel:value:Observation', observation_value - The value of the source observation metric.

$sel:healthEventDescription:Observation', observation_healthEventDescription - The description of the AWS Health event provided by the service, such as Amazon EC2.

$sel:cloudWatchEventSource:Observation', observation_cloudWatchEventSource - The source of the CloudWatch Event.

$sel:codeDeployState:Observation', observation_codeDeployState - The status of the CodeDeploy deployment, for example SUCCESS or FAILURE.

$sel:xRayErrorPercent:Observation', observation_xRayErrorPercent - The X-Ray request error percentage for this node.

$sel:statesArn:Observation', observation_statesArn - The Amazon Resource Name (ARN) of the step function-based observation.

$sel:cloudWatchEventId:Observation', observation_cloudWatchEventId - The ID of the CloudWatch Event-based observation related to the detected problem.

$sel:logText:Observation', observation_logText - The log text of the observation.

$sel:logFilter:Observation', observation_logFilter - The log filter of the observation.

$sel:metricNamespace:Observation', observation_metricNamespace - The namespace of the observation metric.

$sel:rdsEventCategories:Observation', observation_rdsEventCategories - The category of an RDS event.

$sel:xRayNodeType:Observation', observation_xRayNodeType - The type of the X-Ray node.

$sel:endTime:Observation', observation_endTime - The time when the observation ended, in epoch seconds.

$sel:statesInput:Observation', observation_statesInput - The input to the step function-based observation.

$sel:xRayNodeName:Observation', observation_xRayNodeName - The name of the X-Ray node.

$sel:id:Observation', observation_id - The ID of the observation type.

$sel:healthEventArn:Observation', observation_healthEventArn - The Amazon Resource Name (ARN) of the AWS Health Event-based observation.

$sel:healthEventTypeCode:Observation', observation_healthEventTypeCode - The type of the AWS Health event, for example, AWS_EC2_POWER_CONNECTIVITY_ISSUE.

$sel:ebsResult:Observation', observation_ebsResult - The result of an EBS CloudWatch event, such as failed or succeeded.

$sel:cloudWatchEventDetailType:Observation', observation_cloudWatchEventDetailType - The detail type of the CloudWatch Event-based observation, for example, EC2 Instance State-change Notification.

$sel:codeDeployInstanceGroupId:Observation', observation_codeDeployInstanceGroupId - The instance group to which the CodeDeploy instance belongs.

$sel:ebsCause:Observation', observation_ebsCause - The cause of an EBS CloudWatch event.

$sel:ebsEvent:Observation', observation_ebsEvent - The type of EBS CloudWatch event, such as createVolume, deleteVolume or attachVolume.

$sel:ebsRequestId:Observation', observation_ebsRequestId - The request ID of an EBS CloudWatch event.

$sel:xRayFaultPercent:Observation', observation_xRayFaultPercent - The X-Ray request fault percentage for this node.

$sel:statesExecutionArn:Observation', observation_statesExecutionArn - The Amazon Resource Name (ARN) of the step function execution-based observation.

$sel:lineTime:Observation', observation_lineTime - The timestamp in the CloudWatch Logs that specifies when the matched line occurred.

$sel:unit:Observation', observation_unit - The unit of the source observation metric.

$sel:xRayThrottlePercent:Observation', observation_xRayThrottlePercent - The X-Ray request throttle percentage for this node.

$sel:healthService:Observation', observation_healthService - The service to which the AWS Health Event belongs, such as EC2.

Problem

data Problem Source #

Describes a problem that is detected by correlating observations.

See: newProblem smart constructor.

Instances

Instances details
Eq Problem Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.Problem

Methods

(==) :: Problem -> Problem -> Bool #

(/=) :: Problem -> Problem -> Bool #

Read Problem Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.Problem

Show Problem Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.Problem

Generic Problem Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.Problem

Associated Types

type Rep Problem :: Type -> Type #

Methods

from :: Problem -> Rep Problem x #

to :: Rep Problem x -> Problem #

NFData Problem Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.Problem

Methods

rnf :: Problem -> () #

Hashable Problem Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.Problem

Methods

hashWithSalt :: Int -> Problem -> Int #

hash :: Problem -> Int #

FromJSON Problem Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.Problem

type Rep Problem Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.Problem

newProblem :: Problem Source #

Create a value of Problem 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:status:Problem', problem_status - The status of the problem.

$sel:resourceGroupName:Problem', problem_resourceGroupName - The name of the resource group affected by the problem.

$sel:startTime:Problem', problem_startTime - The time when the problem started, in epoch seconds.

$sel:insights:Problem', problem_insights - A detailed analysis of the problem using machine learning.

$sel:endTime:Problem', problem_endTime - The time when the problem ended, in epoch seconds.

$sel:id:Problem', problem_id - The ID of the problem.

$sel:severityLevel:Problem', problem_severityLevel - A measure of the level of impact of the problem.

$sel:title:Problem', problem_title - The name of the problem.

$sel:affectedResource:Problem', problem_affectedResource - The resource affected by the problem.

$sel:feedback:Problem', problem_feedback - Feedback provided by the user about the problem.

RelatedObservations

data RelatedObservations Source #

Describes observations related to the problem.

See: newRelatedObservations smart constructor.

Instances

Instances details
Eq RelatedObservations Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.RelatedObservations

Read RelatedObservations Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.RelatedObservations

Show RelatedObservations Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.RelatedObservations

Generic RelatedObservations Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.RelatedObservations

Associated Types

type Rep RelatedObservations :: Type -> Type #

NFData RelatedObservations Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.RelatedObservations

Methods

rnf :: RelatedObservations -> () #

Hashable RelatedObservations Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.RelatedObservations

FromJSON RelatedObservations Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.RelatedObservations

type Rep RelatedObservations Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.RelatedObservations

type Rep RelatedObservations = D1 ('MetaData "RelatedObservations" "Amazonka.ApplicationInsights.Types.RelatedObservations" "libZSservicesZSamazonka-application-insightsZSamazonka-application-insights" 'False) (C1 ('MetaCons "RelatedObservations'" 'PrefixI 'True) (S1 ('MetaSel ('Just "observationList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Observation]))))

newRelatedObservations :: RelatedObservations Source #

Create a value of RelatedObservations 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:observationList:RelatedObservations', relatedObservations_observationList - The list of observations related to the problem.

Tag

data Tag Source #

An object that defines the tags associated with an application. A tag is a label that you optionally define and associate with an application. Tags can help you categorize and manage resources in different ways, such as by purpose, owner, environment, or other criteria.

Each tag consists of a required tag key and an associated tag value, both of which you define. A tag key is a general label that acts as a category for a more specific tag value. A tag value acts as a descriptor within a tag key. A tag key can contain as many as 128 characters. A tag value can contain as many as 256 characters. The characters can be Unicode letters, digits, white space, or one of the following symbols: _ . : / = + -. The following additional restrictions apply to tags:

  • Tag keys and values are case sensitive.
  • For each associated resource, each tag key must be unique and it can have only one value.
  • The aws: prefix is reserved for use by AWS; you can’t use it in any tag keys or values that you define. In addition, you can't edit or remove tag keys or values that use this prefix.

See: newTag smart constructor.

Constructors

Tag' Text Text 

Instances

Instances details
Eq Tag Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.Tag

Methods

(==) :: Tag -> Tag -> Bool #

(/=) :: Tag -> Tag -> Bool #

Read Tag Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.Tag

Show Tag Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.Tag

Methods

showsPrec :: Int -> Tag -> ShowS #

show :: Tag -> String #

showList :: [Tag] -> ShowS #

Generic Tag Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.Tag

Associated Types

type Rep Tag :: Type -> Type #

Methods

from :: Tag -> Rep Tag x #

to :: Rep Tag x -> Tag #

NFData Tag Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.Tag

Methods

rnf :: Tag -> () #

Hashable Tag Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.Tag

Methods

hashWithSalt :: Int -> Tag -> Int #

hash :: Tag -> Int #

ToJSON Tag Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.Tag

FromJSON Tag Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.Tag

type Rep Tag Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.Tag

type Rep Tag = D1 ('MetaData "Tag" "Amazonka.ApplicationInsights.Types.Tag" "libZSservicesZSamazonka-application-insightsZSamazonka-application-insights" 'False) (C1 ('MetaCons "Tag'" 'PrefixI 'True) (S1 ('MetaSel ('Just "key") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newTag Source #

Create a value of Tag 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:key:Tag', tag_key - One part of a key-value pair that defines a tag. The maximum length of a tag key is 128 characters. The minimum length is 1 character.

$sel:value:Tag', tag_value - The optional part of a key-value pair that defines a tag. The maximum length of a tag value is 256 characters. The minimum length is 0 characters. If you don't want an application to have a specific tag value, don't specify a value for this parameter.