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

Description

Activates a contact's contact channel. Incident Manager can't engage a contact until the contact channel has been activated.

Synopsis

Creating a Request

data ActivateContactChannel Source #

See: newActivateContactChannel smart constructor.

Constructors

ActivateContactChannel' 

Fields

Instances

Instances details
Eq ActivateContactChannel Source # 
Instance details

Defined in Amazonka.SSMContacts.ActivateContactChannel

Read ActivateContactChannel Source # 
Instance details

Defined in Amazonka.SSMContacts.ActivateContactChannel

Show ActivateContactChannel Source # 
Instance details

Defined in Amazonka.SSMContacts.ActivateContactChannel

Generic ActivateContactChannel Source # 
Instance details

Defined in Amazonka.SSMContacts.ActivateContactChannel

Associated Types

type Rep ActivateContactChannel :: Type -> Type #

NFData ActivateContactChannel Source # 
Instance details

Defined in Amazonka.SSMContacts.ActivateContactChannel

Methods

rnf :: ActivateContactChannel -> () #

Hashable ActivateContactChannel Source # 
Instance details

Defined in Amazonka.SSMContacts.ActivateContactChannel

ToJSON ActivateContactChannel Source # 
Instance details

Defined in Amazonka.SSMContacts.ActivateContactChannel

AWSRequest ActivateContactChannel Source # 
Instance details

Defined in Amazonka.SSMContacts.ActivateContactChannel

Associated Types

type AWSResponse ActivateContactChannel #

ToHeaders ActivateContactChannel Source # 
Instance details

Defined in Amazonka.SSMContacts.ActivateContactChannel

ToPath ActivateContactChannel Source # 
Instance details

Defined in Amazonka.SSMContacts.ActivateContactChannel

ToQuery ActivateContactChannel Source # 
Instance details

Defined in Amazonka.SSMContacts.ActivateContactChannel

type Rep ActivateContactChannel Source # 
Instance details

Defined in Amazonka.SSMContacts.ActivateContactChannel

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

Defined in Amazonka.SSMContacts.ActivateContactChannel

newActivateContactChannel Source #

Create a value of ActivateContactChannel 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:ActivateContactChannel', activateContactChannel_contactChannelId - The Amazon Resource Name (ARN) of the contact channel.

$sel:activationCode:ActivateContactChannel', activateContactChannel_activationCode - The code sent to the contact channel when it was created in the contact.

Request Lenses

activateContactChannel_contactChannelId :: Lens' ActivateContactChannel Text Source #

The Amazon Resource Name (ARN) of the contact channel.

activateContactChannel_activationCode :: Lens' ActivateContactChannel Text Source #

The code sent to the contact channel when it was created in the contact.

Destructuring the Response

data ActivateContactChannelResponse Source #

See: newActivateContactChannelResponse smart constructor.

Constructors

ActivateContactChannelResponse' 

Fields

Instances

Instances details
Eq ActivateContactChannelResponse Source # 
Instance details

Defined in Amazonka.SSMContacts.ActivateContactChannel

Read ActivateContactChannelResponse Source # 
Instance details

Defined in Amazonka.SSMContacts.ActivateContactChannel

Show ActivateContactChannelResponse Source # 
Instance details

Defined in Amazonka.SSMContacts.ActivateContactChannel

Generic ActivateContactChannelResponse Source # 
Instance details

Defined in Amazonka.SSMContacts.ActivateContactChannel

Associated Types

type Rep ActivateContactChannelResponse :: Type -> Type #

NFData ActivateContactChannelResponse Source # 
Instance details

Defined in Amazonka.SSMContacts.ActivateContactChannel

type Rep ActivateContactChannelResponse Source # 
Instance details

Defined in Amazonka.SSMContacts.ActivateContactChannel

type Rep ActivateContactChannelResponse = D1 ('MetaData "ActivateContactChannelResponse" "Amazonka.SSMContacts.ActivateContactChannel" "libZSservicesZSamazonka-ssm-contactsZSamazonka-ssm-contacts" 'False) (C1 ('MetaCons "ActivateContactChannelResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newActivateContactChannelResponse Source #

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

Response Lenses