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
Documentation
Records events during an engagement.
See: newReceipt
smart constructor.
Receipt' | |
|
Instances
Eq Receipt Source # | |
Read Receipt Source # | |
Show Receipt Source # | |
Generic Receipt Source # | |
NFData Receipt Source # | |
Defined in Amazonka.SSMContacts.Types.Receipt | |
Hashable Receipt Source # | |
Defined in Amazonka.SSMContacts.Types.Receipt | |
FromJSON Receipt Source # | |
type Rep Receipt Source # | |
Defined in Amazonka.SSMContacts.Types.Receipt type Rep Receipt = D1 ('MetaData "Receipt" "Amazonka.SSMContacts.Types.Receipt" "libZSservicesZSamazonka-ssm-contactsZSamazonka-ssm-contacts" 'False) (C1 ('MetaCons "Receipt'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "receiptInfo") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "contactChannelArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "receiptType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ReceiptType) :*: S1 ('MetaSel ('Just "receiptTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX)))) |
Create a value of Receipt
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:receiptInfo:Receipt'
, receipt_receiptInfo
- Information provided during the page acknowledgement.
$sel:contactChannelArn:Receipt'
, receipt_contactChannelArn
- The Amazon Resource Name (ARN) of the contact channel Incident Manager
engaged.
$sel:receiptType:Receipt'
, receipt_receiptType
- The type follows the engagement cycle, SENT
, DELIVERED
, and READ
.
$sel:receiptTime:Receipt'
, receipt_receiptTime
- The time receipt was SENT
, DELIVERED
, or READ
.
receipt_receiptInfo :: Lens' Receipt (Maybe Text) Source #
Information provided during the page acknowledgement.
receipt_contactChannelArn :: Lens' Receipt (Maybe Text) Source #
The Amazon Resource Name (ARN) of the contact channel Incident Manager engaged.
receipt_receiptType :: Lens' Receipt ReceiptType Source #
The type follows the engagement cycle, SENT
, DELIVERED
, and READ
.