amazonka-ssm-contacts-2.0: Amazon Systems Manager Incident Manager Contacts 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.SSMContacts.DeactivateContactChannel

Description

To no longer receive Incident Manager engagements to a contact channel, you can deactivate the channel.

Synopsis

Creating a Request

data DeactivateContactChannel Source #

See: newDeactivateContactChannel smart constructor.

Constructors

DeactivateContactChannel' 

Fields

Instances

Instances details
ToJSON DeactivateContactChannel Source # 
Instance details

Defined in Amazonka.SSMContacts.DeactivateContactChannel

ToHeaders DeactivateContactChannel Source # 
Instance details

Defined in Amazonka.SSMContacts.DeactivateContactChannel

ToPath DeactivateContactChannel Source # 
Instance details

Defined in Amazonka.SSMContacts.DeactivateContactChannel

ToQuery DeactivateContactChannel Source # 
Instance details

Defined in Amazonka.SSMContacts.DeactivateContactChannel

AWSRequest DeactivateContactChannel Source # 
Instance details

Defined in Amazonka.SSMContacts.DeactivateContactChannel

Generic DeactivateContactChannel Source # 
Instance details

Defined in Amazonka.SSMContacts.DeactivateContactChannel

Associated Types

type Rep DeactivateContactChannel :: Type -> Type #

Read DeactivateContactChannel Source # 
Instance details

Defined in Amazonka.SSMContacts.DeactivateContactChannel

Show DeactivateContactChannel Source # 
Instance details

Defined in Amazonka.SSMContacts.DeactivateContactChannel

NFData DeactivateContactChannel Source # 
Instance details

Defined in Amazonka.SSMContacts.DeactivateContactChannel

Eq DeactivateContactChannel Source # 
Instance details

Defined in Amazonka.SSMContacts.DeactivateContactChannel

Hashable DeactivateContactChannel Source # 
Instance details

Defined in Amazonka.SSMContacts.DeactivateContactChannel

type AWSResponse DeactivateContactChannel Source # 
Instance details

Defined in Amazonka.SSMContacts.DeactivateContactChannel

type Rep DeactivateContactChannel Source # 
Instance details

Defined in Amazonka.SSMContacts.DeactivateContactChannel

type Rep DeactivateContactChannel = D1 ('MetaData "DeactivateContactChannel" "Amazonka.SSMContacts.DeactivateContactChannel" "amazonka-ssm-contacts-2.0-ItNmOyIH300HIsnE5QTEXx" 'False) (C1 ('MetaCons "DeactivateContactChannel'" 'PrefixI 'True) (S1 ('MetaSel ('Just "contactChannelId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeactivateContactChannel Source #

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

DeactivateContactChannel, deactivateContactChannel_contactChannelId - The Amazon Resource Name (ARN) of the contact channel you're deactivating.

Request Lenses

deactivateContactChannel_contactChannelId :: Lens' DeactivateContactChannel Text Source #

The Amazon Resource Name (ARN) of the contact channel you're deactivating.

Destructuring the Response

data DeactivateContactChannelResponse Source #

See: newDeactivateContactChannelResponse smart constructor.

Constructors

DeactivateContactChannelResponse' 

Fields

Instances

Instances details
Generic DeactivateContactChannelResponse Source # 
Instance details

Defined in Amazonka.SSMContacts.DeactivateContactChannel

Associated Types

type Rep DeactivateContactChannelResponse :: Type -> Type #

Read DeactivateContactChannelResponse Source # 
Instance details

Defined in Amazonka.SSMContacts.DeactivateContactChannel

Show DeactivateContactChannelResponse Source # 
Instance details

Defined in Amazonka.SSMContacts.DeactivateContactChannel

NFData DeactivateContactChannelResponse Source # 
Instance details

Defined in Amazonka.SSMContacts.DeactivateContactChannel

Eq DeactivateContactChannelResponse Source # 
Instance details

Defined in Amazonka.SSMContacts.DeactivateContactChannel

type Rep DeactivateContactChannelResponse Source # 
Instance details

Defined in Amazonka.SSMContacts.DeactivateContactChannel

type Rep DeactivateContactChannelResponse = D1 ('MetaData "DeactivateContactChannelResponse" "Amazonka.SSMContacts.DeactivateContactChannel" "amazonka-ssm-contacts-2.0-ItNmOyIH300HIsnE5QTEXx" 'False) (C1 ('MetaCons "DeactivateContactChannelResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeactivateContactChannelResponse Source #

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

Response Lenses