| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.SSMContacts.Types.Page
Description
Synopsis
- data Page = Page' {
- deliveryTime :: Maybe POSIX
- incidentId :: Maybe Text
- readTime :: Maybe POSIX
- sentTime :: Maybe POSIX
- pageArn :: Text
- engagementArn :: Text
- contactArn :: Text
- sender :: Text
- newPage :: Text -> Text -> Text -> Text -> Page
- page_deliveryTime :: Lens' Page (Maybe UTCTime)
- page_incidentId :: Lens' Page (Maybe Text)
- page_readTime :: Lens' Page (Maybe UTCTime)
- 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.
Constructors
| Page' | |
Fields
| |
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: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:readTime:Page', page_readTime - The time that the contact channel acknowledged engagement.
$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_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_readTime :: Lens' Page (Maybe UTCTime) Source #
The time that the contact channel acknowledged engagement.
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.