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 IdentificationHints = IdentificationHints' {}
- newIdentificationHints :: IdentificationHints
- identificationHints_hostname :: Lens' IdentificationHints (Maybe Text)
- identificationHints_fqdn :: Lens' IdentificationHints (Maybe Text)
- identificationHints_awsInstanceID :: Lens' IdentificationHints (Maybe Text)
- identificationHints_vmWareUuid :: Lens' IdentificationHints (Maybe Text)
Documentation
data IdentificationHints Source #
Identification hints.
See: newIdentificationHints
smart constructor.
Instances
newIdentificationHints :: IdentificationHints Source #
Create a value of IdentificationHints
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:hostname:IdentificationHints'
, identificationHints_hostname
- Hostname identification hint.
$sel:fqdn:IdentificationHints'
, identificationHints_fqdn
- FQDN address identification hint.
$sel:awsInstanceID:IdentificationHints'
, identificationHints_awsInstanceID
- AWS Instance ID identification hint.
$sel:vmWareUuid:IdentificationHints'
, identificationHints_vmWareUuid
- vmWare UUID identification hint.
identificationHints_hostname :: Lens' IdentificationHints (Maybe Text) Source #
Hostname identification hint.
identificationHints_fqdn :: Lens' IdentificationHints (Maybe Text) Source #
FQDN address identification hint.
identificationHints_awsInstanceID :: Lens' IdentificationHints (Maybe Text) Source #
AWS Instance ID identification hint.
identificationHints_vmWareUuid :: Lens' IdentificationHints (Maybe Text) Source #
vmWare UUID identification hint.