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.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
Eq DeleteProfilingGroup Source # 
Instance details

Defined in Amazonka.CodeGuruProfiler.DeleteProfilingGroup

Read DeleteProfilingGroup Source # 
Instance details

Defined in Amazonka.CodeGuruProfiler.DeleteProfilingGroup

Show DeleteProfilingGroup Source # 
Instance details

Defined in Amazonka.CodeGuruProfiler.DeleteProfilingGroup

Generic DeleteProfilingGroup Source # 
Instance details

Defined in Amazonka.CodeGuruProfiler.DeleteProfilingGroup

Associated Types

type Rep DeleteProfilingGroup :: Type -> Type #

NFData DeleteProfilingGroup Source # 
Instance details

Defined in Amazonka.CodeGuruProfiler.DeleteProfilingGroup

Methods

rnf :: DeleteProfilingGroup -> () #

Hashable DeleteProfilingGroup Source # 
Instance details

Defined in Amazonka.CodeGuruProfiler.DeleteProfilingGroup

AWSRequest DeleteProfilingGroup Source # 
Instance details

Defined in Amazonka.CodeGuruProfiler.DeleteProfilingGroup

Associated Types

type AWSResponse DeleteProfilingGroup #

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

type Rep DeleteProfilingGroup Source # 
Instance details

Defined in Amazonka.CodeGuruProfiler.DeleteProfilingGroup

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

Defined in Amazonka.CodeGuruProfiler.DeleteProfilingGroup

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:

$sel:profilingGroupName: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
Eq DeleteProfilingGroupResponse Source # 
Instance details

Defined in Amazonka.CodeGuruProfiler.DeleteProfilingGroup

Read DeleteProfilingGroupResponse Source # 
Instance details

Defined in Amazonka.CodeGuruProfiler.DeleteProfilingGroup

Show DeleteProfilingGroupResponse Source # 
Instance details

Defined in Amazonka.CodeGuruProfiler.DeleteProfilingGroup

Generic DeleteProfilingGroupResponse Source # 
Instance details

Defined in Amazonka.CodeGuruProfiler.DeleteProfilingGroup

Associated Types

type Rep DeleteProfilingGroupResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-codeguruprofilerZSamazonka-codeguruprofiler" '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