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

Description

Creates a custom component by grouping similar standalone instances to monitor.

Synopsis

Creating a Request

data CreateComponent Source #

See: newCreateComponent smart constructor.

Constructors

CreateComponent' 

Fields

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.

Request Lenses

createComponent_resourceList :: Lens' CreateComponent [Text] Source #

The list of resource ARNs that belong to the component.

Destructuring the Response

data CreateComponentResponse Source #

See: newCreateComponentResponse smart constructor.

Constructors

CreateComponentResponse' 

Fields

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.

Response Lenses