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 |
Documentation
The contact or contact channel that's being engaged.
See: newTarget
smart constructor.
Target' | |
|
Instances
FromJSON Target Source # | |
ToJSON Target Source # | |
Defined in Amazonka.SSMContacts.Types.Target | |
Generic Target Source # | |
Read Target Source # | |
Show Target Source # | |
NFData Target Source # | |
Defined in Amazonka.SSMContacts.Types.Target | |
Eq Target Source # | |
Hashable Target Source # | |
Defined in Amazonka.SSMContacts.Types.Target | |
type Rep Target Source # | |
Defined in Amazonka.SSMContacts.Types.Target type Rep Target = D1 ('MetaData "Target" "Amazonka.SSMContacts.Types.Target" "amazonka-ssm-contacts-2.0-ItNmOyIH300HIsnE5QTEXx" 'False) (C1 ('MetaCons "Target'" 'PrefixI 'True) (S1 ('MetaSel ('Just "channelTargetInfo") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ChannelTargetInfo)) :*: S1 ('MetaSel ('Just "contactTargetInfo") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ContactTargetInfo)))) |
Create a value of Target
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:channelTargetInfo:Target'
, target_channelTargetInfo
- Information about the contact channel Incident Manager is engaging.
$sel:contactTargetInfo:Target'
, target_contactTargetInfo
- Information about the contact that Incident Manager is engaging.
target_channelTargetInfo :: Lens' Target (Maybe ChannelTargetInfo) Source #
Information about the contact channel Incident Manager is engaging.
target_contactTargetInfo :: Lens' Target (Maybe ContactTargetInfo) Source #
Information about the contact that Incident Manager is engaging.