amazonka-codeguruprofiler-2.0: Amazon CodeGuru Profiler SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.CodeGuruProfiler.DeleteProfilingGroup

Description

Deletes a profiling group.

Synopsis

Creating a Request

data DeleteProfilingGroup Source #

The structure representing the deleteProfilingGroupRequest.

See: newDeleteProfilingGroup smart constructor.

Constructors

DeleteProfilingGroup' 

Fields

Instances

Instances details
ToHeaders DeleteProfilingGroup Source # 
Instance details

Defined in Amazonka.CodeGuruProfiler.DeleteProfilingGroup

ToPath DeleteProfilingGroup Source # 
Instance details

Defined in Amazonka.CodeGuruProfiler.DeleteProfilingGroup

ToQuery DeleteProfilingGroup Source # 
Instance details

Defined in Amazonka.CodeGuruProfiler.DeleteProfilingGroup

AWSRequest DeleteProfilingGroup Source # 
Instance details

Defined in Amazonka.CodeGuruProfiler.DeleteProfilingGroup

Associated Types

type AWSResponse DeleteProfilingGroup #

Generic DeleteProfilingGroup Source # 
Instance details

Defined in Amazonka.CodeGuruProfiler.DeleteProfilingGroup

Associated Types

type Rep DeleteProfilingGroup :: Type -> Type #

Read DeleteProfilingGroup Source # 
Instance details

Defined in Amazonka.CodeGuruProfiler.DeleteProfilingGroup

Show DeleteProfilingGroup Source # 
Instance details

Defined in Amazonka.CodeGuruProfiler.DeleteProfilingGroup

NFData DeleteProfilingGroup Source # 
Instance details

Defined in Amazonka.CodeGuruProfiler.DeleteProfilingGroup

Methods

rnf :: DeleteProfilingGroup -> () #

Eq DeleteProfilingGroup Source # 
Instance details

Defined in Amazonka.CodeGuruProfiler.DeleteProfilingGroup

Hashable DeleteProfilingGroup Source # 
Instance details

Defined in Amazonka.CodeGuruProfiler.DeleteProfilingGroup

type AWSResponse DeleteProfilingGroup Source # 
Instance details

Defined in Amazonka.CodeGuruProfiler.DeleteProfilingGroup

type Rep DeleteProfilingGroup Source # 
Instance details

Defined in Amazonka.CodeGuruProfiler.DeleteProfilingGroup

type Rep DeleteProfilingGroup = D1 ('MetaData "DeleteProfilingGroup" "Amazonka.CodeGuruProfiler.DeleteProfilingGroup" "amazonka-codeguruprofiler-2.0-DsjyOqDx8Zb8uCUpe33U62" 'False) (C1 ('MetaCons "DeleteProfilingGroup'" 'PrefixI 'True) (S1 ('MetaSel ('Just "profilingGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteProfilingGroup Source #

Create a value of DeleteProfilingGroup 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:

DeleteProfilingGroup, deleteProfilingGroup_profilingGroupName - The name of the profiling group to delete.

Request Lenses

deleteProfilingGroup_profilingGroupName :: Lens' DeleteProfilingGroup Text Source #

The name of the profiling group to delete.

Destructuring the Response

data DeleteProfilingGroupResponse Source #

The structure representing the deleteProfilingGroupResponse.

See: newDeleteProfilingGroupResponse smart constructor.

Constructors

DeleteProfilingGroupResponse' 

Fields

Instances

Instances details
Generic DeleteProfilingGroupResponse Source # 
Instance details

Defined in Amazonka.CodeGuruProfiler.DeleteProfilingGroup

Associated Types

type Rep DeleteProfilingGroupResponse :: Type -> Type #

Read DeleteProfilingGroupResponse Source # 
Instance details

Defined in Amazonka.CodeGuruProfiler.DeleteProfilingGroup

Show DeleteProfilingGroupResponse Source # 
Instance details

Defined in Amazonka.CodeGuruProfiler.DeleteProfilingGroup

NFData DeleteProfilingGroupResponse Source # 
Instance details

Defined in Amazonka.CodeGuruProfiler.DeleteProfilingGroup

Eq DeleteProfilingGroupResponse Source # 
Instance details

Defined in Amazonka.CodeGuruProfiler.DeleteProfilingGroup

type Rep DeleteProfilingGroupResponse Source # 
Instance details

Defined in Amazonka.CodeGuruProfiler.DeleteProfilingGroup

type Rep DeleteProfilingGroupResponse = D1 ('MetaData "DeleteProfilingGroupResponse" "Amazonka.CodeGuruProfiler.DeleteProfilingGroup" "amazonka-codeguruprofiler-2.0-DsjyOqDx8Zb8uCUpe33U62" 'False) (C1 ('MetaCons "DeleteProfilingGroupResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteProfilingGroupResponse Source #

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

Response Lenses