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

Description

Describes the recommended monitoring configuration of the component.

Synopsis

Creating a Request

data DescribeComponentConfigurationRecommendation Source #

Constructors

DescribeComponentConfigurationRecommendation' 

Fields

  • resourceGroupName :: Text

    The name of the resource group.

  • componentName :: Text

    The name of the component.

  • tier :: Tier

    The tier of the application component. Supported tiers include DOT_NET_CORE, DOT_NET_WORKER, DOT_NET_WEB, SQL_SERVER, and DEFAULT.

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

Request Lenses

describeComponentConfigurationRecommendation_tier :: Lens' DescribeComponentConfigurationRecommendation Tier Source #

The tier of the application component. Supported tiers include DOT_NET_CORE, DOT_NET_WORKER, DOT_NET_WEB, SQL_SERVER, and DEFAULT.

Destructuring the Response

data DescribeComponentConfigurationRecommendationResponse Source #

Constructors

DescribeComponentConfigurationRecommendationResponse' 

Fields

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.

Response Lenses

describeComponentConfigurationRecommendationResponse_componentConfiguration :: Lens' DescribeComponentConfigurationRecommendationResponse (Maybe Text) Source #

The recommended configuration settings of the component. The value is the escaped JSON of the configuration.