Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data Page = Page' {
- readTime :: Maybe POSIX
- deliveryTime :: Maybe POSIX
- incidentId :: Maybe Text
- sentTime :: Maybe POSIX
- pageArn :: Text
- engagementArn :: Text
- contactArn :: Text
- sender :: Text
- newPage :: Text -> Text -> Text -> Text -> Page
- page_readTime :: Lens' Page (Maybe UTCTime)
- page_deliveryTime :: Lens' Page (Maybe UTCTime)
- page_incidentId :: Lens' Page (Maybe Text)
- page_sentTime :: Lens' Page (Maybe UTCTime)
- page_pageArn :: Lens' Page Text
- page_engagementArn :: Lens' Page Text
- page_contactArn :: Lens' Page Text
- page_sender :: Lens' Page Text
Documentation
Incident Manager engaging a contact's contact channel.
See: newPage
smart constructor.
Page' | |
|
Instances
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.