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

Description

Updates a contact's contact channel.

Synopsis

Creating a Request

data UpdateContactChannel Source #

See: newUpdateContactChannel smart constructor.

Constructors

UpdateContactChannel' 

Fields

Instances

Instances details
Eq UpdateContactChannel Source # 
Instance details

Defined in Amazonka.SSMContacts.UpdateContactChannel

Read UpdateContactChannel Source # 
Instance details

Defined in Amazonka.SSMContacts.UpdateContactChannel

Show UpdateContactChannel Source # 
Instance details

Defined in Amazonka.SSMContacts.UpdateContactChannel

Generic UpdateContactChannel Source # 
Instance details

Defined in Amazonka.SSMContacts.UpdateContactChannel

Associated Types

type Rep UpdateContactChannel :: Type -> Type #

NFData UpdateContactChannel Source # 
Instance details

Defined in Amazonka.SSMContacts.UpdateContactChannel

Methods

rnf :: UpdateContactChannel -> () #

Hashable UpdateContactChannel Source # 
Instance details

Defined in Amazonka.SSMContacts.UpdateContactChannel

ToJSON UpdateContactChannel Source # 
Instance details

Defined in Amazonka.SSMContacts.UpdateContactChannel

AWSRequest UpdateContactChannel Source # 
Instance details

Defined in Amazonka.SSMContacts.UpdateContactChannel

Associated Types

type AWSResponse UpdateContactChannel #

ToHeaders UpdateContactChannel Source # 
Instance details

Defined in Amazonka.SSMContacts.UpdateContactChannel

ToPath UpdateContactChannel Source # 
Instance details

Defined in Amazonka.SSMContacts.UpdateContactChannel

ToQuery UpdateContactChannel Source # 
Instance details

Defined in Amazonka.SSMContacts.UpdateContactChannel

type Rep UpdateContactChannel Source # 
Instance details

Defined in Amazonka.SSMContacts.UpdateContactChannel

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

Defined in Amazonka.SSMContacts.UpdateContactChannel

newUpdateContactChannel Source #

Create a value of UpdateContactChannel 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:name:UpdateContactChannel', updateContactChannel_name - The name of the contact channel.

$sel:deliveryAddress:UpdateContactChannel', updateContactChannel_deliveryAddress - The details that Incident Manager uses when trying to engage the contact channel.

$sel:contactChannelId:UpdateContactChannel', updateContactChannel_contactChannelId - The Amazon Resource Name (ARN) of the contact channel you want to update.

Request Lenses

updateContactChannel_deliveryAddress :: Lens' UpdateContactChannel (Maybe ContactChannelAddress) Source #

The details that Incident Manager uses when trying to engage the contact channel.

updateContactChannel_contactChannelId :: Lens' UpdateContactChannel Text Source #

The Amazon Resource Name (ARN) of the contact channel you want to update.

Destructuring the Response

data UpdateContactChannelResponse Source #

See: newUpdateContactChannelResponse smart constructor.

Constructors

UpdateContactChannelResponse' 

Fields

Instances

Instances details
Eq UpdateContactChannelResponse Source # 
Instance details

Defined in Amazonka.SSMContacts.UpdateContactChannel

Read UpdateContactChannelResponse Source # 
Instance details

Defined in Amazonka.SSMContacts.UpdateContactChannel

Show UpdateContactChannelResponse Source # 
Instance details

Defined in Amazonka.SSMContacts.UpdateContactChannel

Generic UpdateContactChannelResponse Source # 
Instance details

Defined in Amazonka.SSMContacts.UpdateContactChannel

Associated Types

type Rep UpdateContactChannelResponse :: Type -> Type #

NFData UpdateContactChannelResponse Source # 
Instance details

Defined in Amazonka.SSMContacts.UpdateContactChannel

type Rep UpdateContactChannelResponse Source # 
Instance details

Defined in Amazonka.SSMContacts.UpdateContactChannel

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

newUpdateContactChannelResponse Source #

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

Response Lenses