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

Description

Describes the monitoring configuration of the component.

Synopsis

Creating a Request

data DescribeComponentConfiguration Source #

See: newDescribeComponentConfiguration smart constructor.

Constructors

DescribeComponentConfiguration' 

Fields

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.

Request Lenses

Destructuring the Response

data DescribeComponentConfigurationResponse Source #

Constructors

DescribeComponentConfigurationResponse' 

Fields

  • componentConfiguration :: Maybe Text

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

  • monitor :: Maybe Bool

    Indicates whether the application component is monitored.

  • tier :: Maybe Tier

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

  • httpStatus :: Int

    The response's http status code.

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.

Response Lenses

describeComponentConfigurationResponse_componentConfiguration :: Lens' DescribeComponentConfigurationResponse (Maybe Text) Source #

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

describeComponentConfigurationResponse_tier :: Lens' DescribeComponentConfigurationResponse (Maybe Tier) Source #

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