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

Description

Remove one anomaly notifications channel for a profiling group.

Synopsis

Creating a Request

data RemoveNotificationChannel Source #

The structure representing the RemoveNotificationChannelRequest.

See: newRemoveNotificationChannel smart constructor.

Constructors

RemoveNotificationChannel' 

Fields

  • channelId :: Text

    The id of the channel that we want to stop receiving notifications.

  • profilingGroupName :: Text

    The name of the profiling group we want to change notification configuration for.

Instances

Instances details
Eq RemoveNotificationChannel Source # 
Instance details

Defined in Amazonka.CodeGuruProfiler.RemoveNotificationChannel

Read RemoveNotificationChannel Source # 
Instance details

Defined in Amazonka.CodeGuruProfiler.RemoveNotificationChannel

Show RemoveNotificationChannel Source # 
Instance details

Defined in Amazonka.CodeGuruProfiler.RemoveNotificationChannel

Generic RemoveNotificationChannel Source # 
Instance details

Defined in Amazonka.CodeGuruProfiler.RemoveNotificationChannel

Associated Types

type Rep RemoveNotificationChannel :: Type -> Type #

NFData RemoveNotificationChannel Source # 
Instance details

Defined in Amazonka.CodeGuruProfiler.RemoveNotificationChannel

Hashable RemoveNotificationChannel Source # 
Instance details

Defined in Amazonka.CodeGuruProfiler.RemoveNotificationChannel

AWSRequest RemoveNotificationChannel Source # 
Instance details

Defined in Amazonka.CodeGuruProfiler.RemoveNotificationChannel

ToHeaders RemoveNotificationChannel Source # 
Instance details

Defined in Amazonka.CodeGuruProfiler.RemoveNotificationChannel

ToPath RemoveNotificationChannel Source # 
Instance details

Defined in Amazonka.CodeGuruProfiler.RemoveNotificationChannel

ToQuery RemoveNotificationChannel Source # 
Instance details

Defined in Amazonka.CodeGuruProfiler.RemoveNotificationChannel

type Rep RemoveNotificationChannel Source # 
Instance details

Defined in Amazonka.CodeGuruProfiler.RemoveNotificationChannel

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

Defined in Amazonka.CodeGuruProfiler.RemoveNotificationChannel

newRemoveNotificationChannel Source #

Create a value of RemoveNotificationChannel 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:channelId:RemoveNotificationChannel', removeNotificationChannel_channelId - The id of the channel that we want to stop receiving notifications.

$sel:profilingGroupName:RemoveNotificationChannel', removeNotificationChannel_profilingGroupName - The name of the profiling group we want to change notification configuration for.

Request Lenses

removeNotificationChannel_channelId :: Lens' RemoveNotificationChannel Text Source #

The id of the channel that we want to stop receiving notifications.

removeNotificationChannel_profilingGroupName :: Lens' RemoveNotificationChannel Text Source #

The name of the profiling group we want to change notification configuration for.

Destructuring the Response

data RemoveNotificationChannelResponse Source #

The structure representing the RemoveNotificationChannelResponse.

See: newRemoveNotificationChannelResponse smart constructor.

Constructors

RemoveNotificationChannelResponse' 

Fields

Instances

Instances details
Eq RemoveNotificationChannelResponse Source # 
Instance details

Defined in Amazonka.CodeGuruProfiler.RemoveNotificationChannel

Read RemoveNotificationChannelResponse Source # 
Instance details

Defined in Amazonka.CodeGuruProfiler.RemoveNotificationChannel

Show RemoveNotificationChannelResponse Source # 
Instance details

Defined in Amazonka.CodeGuruProfiler.RemoveNotificationChannel

Generic RemoveNotificationChannelResponse Source # 
Instance details

Defined in Amazonka.CodeGuruProfiler.RemoveNotificationChannel

Associated Types

type Rep RemoveNotificationChannelResponse :: Type -> Type #

NFData RemoveNotificationChannelResponse Source # 
Instance details

Defined in Amazonka.CodeGuruProfiler.RemoveNotificationChannel

type Rep RemoveNotificationChannelResponse Source # 
Instance details

Defined in Amazonka.CodeGuruProfiler.RemoveNotificationChannel

type Rep RemoveNotificationChannelResponse = D1 ('MetaData "RemoveNotificationChannelResponse" "Amazonka.CodeGuruProfiler.RemoveNotificationChannel" "libZSservicesZSamazonka-codeguruprofilerZSamazonka-codeguruprofiler" 'False) (C1 ('MetaCons "RemoveNotificationChannelResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "notificationConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe NotificationConfiguration)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newRemoveNotificationChannelResponse Source #

Create a value of RemoveNotificationChannelResponse 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:notificationConfiguration:RemoveNotificationChannelResponse', removeNotificationChannelResponse_notificationConfiguration - The new notification configuration for this profiling group.

$sel:httpStatus:RemoveNotificationChannelResponse', removeNotificationChannelResponse_httpStatus - The response's http status code.

Response Lenses