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

Description

Describes a component and lists the resources that are grouped together in a component.

Synopsis

Creating a Request

data DescribeComponent Source #

See: newDescribeComponent smart constructor.

Constructors

DescribeComponent' 

Fields

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.

Request Lenses

Destructuring the Response

data DescribeComponentResponse Source #

See: newDescribeComponentResponse smart constructor.

Constructors

DescribeComponentResponse' 

Fields

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.

Response Lenses

describeComponentResponse_resourceList :: Lens' DescribeComponentResponse (Maybe [Text]) Source #

The list of resource ARNs that belong to the component.