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

Description

Ungroups a custom component. When you ungroup custom components, all applicable monitors that are set up for the component are removed and the instances revert to their standalone status.

Synopsis

Creating a Request

data DeleteComponent Source #

See: newDeleteComponent smart constructor.

Constructors

DeleteComponent' 

Fields

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.

Request Lenses

Destructuring the Response

data DeleteComponentResponse Source #

See: newDeleteComponentResponse smart constructor.

Constructors

DeleteComponentResponse' 

Fields

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.

Response Lenses