libZSservicesZSamazonka-devops-guruZSamazonka-devops-guru
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.DevOpsGuru.RemoveNotificationChannel

Description

Removes a notification channel from DevOps Guru. A notification channel is used to notify you when DevOps Guru generates an insight that contains information about how to improve your operations.

Synopsis

Creating a Request

data RemoveNotificationChannel Source #

See: newRemoveNotificationChannel smart constructor.

Constructors

RemoveNotificationChannel' 

Fields

  • id :: Text

    The ID of the notification channel to be removed.

Instances

Instances details
Eq RemoveNotificationChannel Source # 
Instance details

Defined in Amazonka.DevOpsGuru.RemoveNotificationChannel

Read RemoveNotificationChannel Source # 
Instance details

Defined in Amazonka.DevOpsGuru.RemoveNotificationChannel

Show RemoveNotificationChannel Source # 
Instance details

Defined in Amazonka.DevOpsGuru.RemoveNotificationChannel

Generic RemoveNotificationChannel Source # 
Instance details

Defined in Amazonka.DevOpsGuru.RemoveNotificationChannel

Associated Types

type Rep RemoveNotificationChannel :: Type -> Type #

NFData RemoveNotificationChannel Source # 
Instance details

Defined in Amazonka.DevOpsGuru.RemoveNotificationChannel

Hashable RemoveNotificationChannel Source # 
Instance details

Defined in Amazonka.DevOpsGuru.RemoveNotificationChannel

AWSRequest RemoveNotificationChannel Source # 
Instance details

Defined in Amazonka.DevOpsGuru.RemoveNotificationChannel

ToHeaders RemoveNotificationChannel Source # 
Instance details

Defined in Amazonka.DevOpsGuru.RemoveNotificationChannel

ToPath RemoveNotificationChannel Source # 
Instance details

Defined in Amazonka.DevOpsGuru.RemoveNotificationChannel

ToQuery RemoveNotificationChannel Source # 
Instance details

Defined in Amazonka.DevOpsGuru.RemoveNotificationChannel

type Rep RemoveNotificationChannel Source # 
Instance details

Defined in Amazonka.DevOpsGuru.RemoveNotificationChannel

type Rep RemoveNotificationChannel = D1 ('MetaData "RemoveNotificationChannel" "Amazonka.DevOpsGuru.RemoveNotificationChannel" "libZSservicesZSamazonka-devops-guruZSamazonka-devops-guru" 'False) (C1 ('MetaCons "RemoveNotificationChannel'" 'PrefixI 'True) (S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse RemoveNotificationChannel Source # 
Instance details

Defined in Amazonka.DevOpsGuru.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:id:RemoveNotificationChannel', removeNotificationChannel_id - The ID of the notification channel to be removed.

Request Lenses

removeNotificationChannel_id :: Lens' RemoveNotificationChannel Text Source #

The ID of the notification channel to be removed.

Destructuring the Response

data RemoveNotificationChannelResponse Source #

See: newRemoveNotificationChannelResponse smart constructor.

Constructors

RemoveNotificationChannelResponse' 

Fields

Instances

Instances details
Eq RemoveNotificationChannelResponse Source # 
Instance details

Defined in Amazonka.DevOpsGuru.RemoveNotificationChannel

Read RemoveNotificationChannelResponse Source # 
Instance details

Defined in Amazonka.DevOpsGuru.RemoveNotificationChannel

Show RemoveNotificationChannelResponse Source # 
Instance details

Defined in Amazonka.DevOpsGuru.RemoveNotificationChannel

Generic RemoveNotificationChannelResponse Source # 
Instance details

Defined in Amazonka.DevOpsGuru.RemoveNotificationChannel

Associated Types

type Rep RemoveNotificationChannelResponse :: Type -> Type #

NFData RemoveNotificationChannelResponse Source # 
Instance details

Defined in Amazonka.DevOpsGuru.RemoveNotificationChannel

type Rep RemoveNotificationChannelResponse Source # 
Instance details

Defined in Amazonka.DevOpsGuru.RemoveNotificationChannel

type Rep RemoveNotificationChannelResponse = D1 ('MetaData "RemoveNotificationChannelResponse" "Amazonka.DevOpsGuru.RemoveNotificationChannel" "libZSservicesZSamazonka-devops-guruZSamazonka-devops-guru" 'False) (C1 ('MetaCons "RemoveNotificationChannelResponse'" 'PrefixI 'True) (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:httpStatus:RemoveNotificationChannelResponse', removeNotificationChannelResponse_httpStatus - The response's http status code.

Response Lenses