libZSservicesZSamazonka-ssm-contactsZSamazonka-ssm-contacts
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.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
Eq DeactivateContactChannel Source # 
Instance details

Defined in Amazonka.SSMContacts.DeactivateContactChannel

Read DeactivateContactChannel Source # 
Instance details

Defined in Amazonka.SSMContacts.DeactivateContactChannel

Show 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 #

NFData DeactivateContactChannel Source # 
Instance details

Defined in Amazonka.SSMContacts.DeactivateContactChannel

Hashable DeactivateContactChannel Source # 
Instance details

Defined in Amazonka.SSMContacts.DeactivateContactChannel

ToJSON DeactivateContactChannel Source # 
Instance details

Defined in Amazonka.SSMContacts.DeactivateContactChannel

AWSRequest 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

type Rep DeactivateContactChannel Source # 
Instance details

Defined in Amazonka.SSMContacts.DeactivateContactChannel

type Rep DeactivateContactChannel = D1 ('MetaData "DeactivateContactChannel" "Amazonka.SSMContacts.DeactivateContactChannel" "libZSservicesZSamazonka-ssm-contactsZSamazonka-ssm-contacts" 'False) (C1 ('MetaCons "DeactivateContactChannel'" 'PrefixI 'True) (S1 ('MetaSel ('Just "contactChannelId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeactivateContactChannel Source # 
Instance details

Defined in Amazonka.SSMContacts.DeactivateContactChannel

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:

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

Defined in Amazonka.SSMContacts.DeactivateContactChannel

Read DeactivateContactChannelResponse Source # 
Instance details

Defined in Amazonka.SSMContacts.DeactivateContactChannel

Show DeactivateContactChannelResponse Source # 
Instance details

Defined in Amazonka.SSMContacts.DeactivateContactChannel

Generic DeactivateContactChannelResponse Source # 
Instance details

Defined in Amazonka.SSMContacts.DeactivateContactChannel

Associated Types

type Rep DeactivateContactChannelResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-ssm-contactsZSamazonka-ssm-contacts" '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