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

Description

Updates the custom component name and/or the list of resources that make up the component.

Synopsis

Creating a Request

data UpdateComponent Source #

See: newUpdateComponent smart constructor.

Constructors

UpdateComponent' 

Fields

Instances

Instances details
Eq UpdateComponent Source # 
Instance details

Defined in Amazonka.ApplicationInsights.UpdateComponent

Read UpdateComponent Source # 
Instance details

Defined in Amazonka.ApplicationInsights.UpdateComponent

Show UpdateComponent Source # 
Instance details

Defined in Amazonka.ApplicationInsights.UpdateComponent

Generic UpdateComponent Source # 
Instance details

Defined in Amazonka.ApplicationInsights.UpdateComponent

Associated Types

type Rep UpdateComponent :: Type -> Type #

NFData UpdateComponent Source # 
Instance details

Defined in Amazonka.ApplicationInsights.UpdateComponent

Methods

rnf :: UpdateComponent -> () #

Hashable UpdateComponent Source # 
Instance details

Defined in Amazonka.ApplicationInsights.UpdateComponent

ToJSON UpdateComponent Source # 
Instance details

Defined in Amazonka.ApplicationInsights.UpdateComponent

AWSRequest UpdateComponent Source # 
Instance details

Defined in Amazonka.ApplicationInsights.UpdateComponent

Associated Types

type AWSResponse UpdateComponent #

ToHeaders UpdateComponent Source # 
Instance details

Defined in Amazonka.ApplicationInsights.UpdateComponent

ToPath UpdateComponent Source # 
Instance details

Defined in Amazonka.ApplicationInsights.UpdateComponent

ToQuery UpdateComponent Source # 
Instance details

Defined in Amazonka.ApplicationInsights.UpdateComponent

type Rep UpdateComponent Source # 
Instance details

Defined in Amazonka.ApplicationInsights.UpdateComponent

type Rep UpdateComponent = D1 ('MetaData "UpdateComponent" "Amazonka.ApplicationInsights.UpdateComponent" "libZSservicesZSamazonka-application-insightsZSamazonka-application-insights" 'False) (C1 ('MetaCons "UpdateComponent'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "newComponentName'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "resourceList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))) :*: (S1 ('MetaSel ('Just "resourceGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "componentName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse UpdateComponent Source # 
Instance details

Defined in Amazonka.ApplicationInsights.UpdateComponent

newUpdateComponent Source #

Create a value of UpdateComponent 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:newComponentName':UpdateComponent', updateComponent_newComponentName - The new name of the component.

$sel:resourceList:UpdateComponent', updateComponent_resourceList - The list of resource ARNs that belong to the component.

$sel:resourceGroupName:UpdateComponent', updateComponent_resourceGroupName - The name of the resource group.

$sel:componentName:UpdateComponent', updateComponent_componentName - The name of the component.

Request Lenses

updateComponent_resourceList :: Lens' UpdateComponent (Maybe [Text]) Source #

The list of resource ARNs that belong to the component.

Destructuring the Response

data UpdateComponentResponse Source #

See: newUpdateComponentResponse smart constructor.

Constructors

UpdateComponentResponse' 

Fields

Instances

Instances details
Eq UpdateComponentResponse Source # 
Instance details

Defined in Amazonka.ApplicationInsights.UpdateComponent

Read UpdateComponentResponse Source # 
Instance details

Defined in Amazonka.ApplicationInsights.UpdateComponent

Show UpdateComponentResponse Source # 
Instance details

Defined in Amazonka.ApplicationInsights.UpdateComponent

Generic UpdateComponentResponse Source # 
Instance details

Defined in Amazonka.ApplicationInsights.UpdateComponent

Associated Types

type Rep UpdateComponentResponse :: Type -> Type #

NFData UpdateComponentResponse Source # 
Instance details

Defined in Amazonka.ApplicationInsights.UpdateComponent

Methods

rnf :: UpdateComponentResponse -> () #

type Rep UpdateComponentResponse Source # 
Instance details

Defined in Amazonka.ApplicationInsights.UpdateComponent

type Rep UpdateComponentResponse = D1 ('MetaData "UpdateComponentResponse" "Amazonka.ApplicationInsights.UpdateComponent" "libZSservicesZSamazonka-application-insightsZSamazonka-application-insights" 'False) (C1 ('MetaCons "UpdateComponentResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUpdateComponentResponse Source #

Create a value of UpdateComponentResponse 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:UpdateComponentResponse', updateComponentResponse_httpStatus - The response's http status code.

Response Lenses