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