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.Types.Page

Description

 
Synopsis

Documentation

data Page Source #

Incident Manager engaging a contact's contact channel.

See: newPage smart constructor.

Constructors

Page' 

Fields

Instances

Instances details
Eq Page Source # 
Instance details

Defined in Amazonka.SSMContacts.Types.Page

Methods

(==) :: Page -> Page -> Bool #

(/=) :: Page -> Page -> Bool #

Read Page Source # 
Instance details

Defined in Amazonka.SSMContacts.Types.Page

Show Page Source # 
Instance details

Defined in Amazonka.SSMContacts.Types.Page

Methods

showsPrec :: Int -> Page -> ShowS #

show :: Page -> String #

showList :: [Page] -> ShowS #

Generic Page Source # 
Instance details

Defined in Amazonka.SSMContacts.Types.Page

Associated Types

type Rep Page :: Type -> Type #

Methods

from :: Page -> Rep Page x #

to :: Rep Page x -> Page #

NFData Page Source # 
Instance details

Defined in Amazonka.SSMContacts.Types.Page

Methods

rnf :: Page -> () #

Hashable Page Source # 
Instance details

Defined in Amazonka.SSMContacts.Types.Page

Methods

hashWithSalt :: Int -> Page -> Int #

hash :: Page -> Int #

FromJSON Page Source # 
Instance details

Defined in Amazonka.SSMContacts.Types.Page

type Rep Page Source # 
Instance details

Defined in Amazonka.SSMContacts.Types.Page

newPage Source #

Create a value of Page 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:readTime:Page', page_readTime - The time that the contact channel acknowledged engagement.

$sel:deliveryTime:Page', page_deliveryTime - The time the message was delivered to the contact channel.

$sel:incidentId:Page', page_incidentId - The ARN of the incident that's engaging the contact channel.

$sel:sentTime:Page', page_sentTime - The time that Incident Manager engaged the contact channel.

$sel:pageArn:Page', page_pageArn - The Amazon Resource Name (ARN) of the page to the contact channel.

$sel:engagementArn:Page', page_engagementArn - The ARN of the engagement that this page is part of.

$sel:contactArn:Page', page_contactArn - The ARN of the contact that Incident Manager is engaging.

$sel:sender:Page', page_sender - The user that started the engagement.

page_readTime :: Lens' Page (Maybe UTCTime) Source #

The time that the contact channel acknowledged engagement.

page_deliveryTime :: Lens' Page (Maybe UTCTime) Source #

The time the message was delivered to the contact channel.

page_incidentId :: Lens' Page (Maybe Text) Source #

The ARN of the incident that's engaging the contact channel.

page_sentTime :: Lens' Page (Maybe UTCTime) Source #

The time that Incident Manager engaged the contact channel.

page_pageArn :: Lens' Page Text Source #

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

page_engagementArn :: Lens' Page Text Source #

The ARN of the engagement that this page is part of.

page_contactArn :: Lens' Page Text Source #

The ARN of the contact that Incident Manager is engaging.

page_sender :: Lens' Page Text Source #

The user that started the engagement.