libZSservicesZSamazonka-codeguruprofilerZSamazonka-codeguruprofiler
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.CodeGuruProfiler.UpdateProfilingGroup

Description

Updates a profiling group.

Synopsis

Creating a Request

data UpdateProfilingGroup Source #

The structure representing the updateProfilingGroupRequest.

See: newUpdateProfilingGroup smart constructor.

Constructors

UpdateProfilingGroup' 

Fields

Instances

Instances details
Eq UpdateProfilingGroup Source # 
Instance details

Defined in Amazonka.CodeGuruProfiler.UpdateProfilingGroup

Read UpdateProfilingGroup Source # 
Instance details

Defined in Amazonka.CodeGuruProfiler.UpdateProfilingGroup

Show UpdateProfilingGroup Source # 
Instance details

Defined in Amazonka.CodeGuruProfiler.UpdateProfilingGroup

Generic UpdateProfilingGroup Source # 
Instance details

Defined in Amazonka.CodeGuruProfiler.UpdateProfilingGroup

Associated Types

type Rep UpdateProfilingGroup :: Type -> Type #

NFData UpdateProfilingGroup Source # 
Instance details

Defined in Amazonka.CodeGuruProfiler.UpdateProfilingGroup

Methods

rnf :: UpdateProfilingGroup -> () #

Hashable UpdateProfilingGroup Source # 
Instance details

Defined in Amazonka.CodeGuruProfiler.UpdateProfilingGroup

ToJSON UpdateProfilingGroup Source # 
Instance details

Defined in Amazonka.CodeGuruProfiler.UpdateProfilingGroup

AWSRequest UpdateProfilingGroup Source # 
Instance details

Defined in Amazonka.CodeGuruProfiler.UpdateProfilingGroup

Associated Types

type AWSResponse UpdateProfilingGroup #

ToHeaders UpdateProfilingGroup Source # 
Instance details

Defined in Amazonka.CodeGuruProfiler.UpdateProfilingGroup

ToPath UpdateProfilingGroup Source # 
Instance details

Defined in Amazonka.CodeGuruProfiler.UpdateProfilingGroup

ToQuery UpdateProfilingGroup Source # 
Instance details

Defined in Amazonka.CodeGuruProfiler.UpdateProfilingGroup

type Rep UpdateProfilingGroup Source # 
Instance details

Defined in Amazonka.CodeGuruProfiler.UpdateProfilingGroup

type Rep UpdateProfilingGroup = D1 ('MetaData "UpdateProfilingGroup" "Amazonka.CodeGuruProfiler.UpdateProfilingGroup" "libZSservicesZSamazonka-codeguruprofilerZSamazonka-codeguruprofiler" 'False) (C1 ('MetaCons "UpdateProfilingGroup'" 'PrefixI 'True) (S1 ('MetaSel ('Just "agentOrchestrationConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 AgentOrchestrationConfig) :*: S1 ('MetaSel ('Just "profilingGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse UpdateProfilingGroup Source # 
Instance details

Defined in Amazonka.CodeGuruProfiler.UpdateProfilingGroup

newUpdateProfilingGroup Source #

Create a value of UpdateProfilingGroup 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:agentOrchestrationConfig:UpdateProfilingGroup', updateProfilingGroup_agentOrchestrationConfig - Specifies whether profiling is enabled or disabled for a profiling group.

$sel:profilingGroupName:UpdateProfilingGroup', updateProfilingGroup_profilingGroupName - The name of the profiling group to update.

Request Lenses

updateProfilingGroup_agentOrchestrationConfig :: Lens' UpdateProfilingGroup AgentOrchestrationConfig Source #

Specifies whether profiling is enabled or disabled for a profiling group.

updateProfilingGroup_profilingGroupName :: Lens' UpdateProfilingGroup Text Source #

The name of the profiling group to update.

Destructuring the Response

data UpdateProfilingGroupResponse Source #

The structure representing the updateProfilingGroupResponse.

See: newUpdateProfilingGroupResponse smart constructor.

Constructors

UpdateProfilingGroupResponse' 

Fields

Instances

Instances details
Eq UpdateProfilingGroupResponse Source # 
Instance details

Defined in Amazonka.CodeGuruProfiler.UpdateProfilingGroup

Read UpdateProfilingGroupResponse Source # 
Instance details

Defined in Amazonka.CodeGuruProfiler.UpdateProfilingGroup

Show UpdateProfilingGroupResponse Source # 
Instance details

Defined in Amazonka.CodeGuruProfiler.UpdateProfilingGroup

Generic UpdateProfilingGroupResponse Source # 
Instance details

Defined in Amazonka.CodeGuruProfiler.UpdateProfilingGroup

Associated Types

type Rep UpdateProfilingGroupResponse :: Type -> Type #

NFData UpdateProfilingGroupResponse Source # 
Instance details

Defined in Amazonka.CodeGuruProfiler.UpdateProfilingGroup

type Rep UpdateProfilingGroupResponse Source # 
Instance details

Defined in Amazonka.CodeGuruProfiler.UpdateProfilingGroup

type Rep UpdateProfilingGroupResponse = D1 ('MetaData "UpdateProfilingGroupResponse" "Amazonka.CodeGuruProfiler.UpdateProfilingGroup" "libZSservicesZSamazonka-codeguruprofilerZSamazonka-codeguruprofiler" 'False) (C1 ('MetaCons "UpdateProfilingGroupResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "profilingGroup") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ProfilingGroupDescription)))

newUpdateProfilingGroupResponse Source #

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

$sel:profilingGroup:UpdateProfilingGroupResponse', updateProfilingGroupResponse_profilingGroup - A ProfilingGroupDescription that contains information about the returned updated profiling group.

Response Lenses