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 |
Documentation
An alias for an edge.
See: newAlias
smart constructor.
Instances
Eq Alias Source # | |
Read Alias Source # | |
Show Alias Source # | |
Generic Alias Source # | |
NFData Alias Source # | |
Defined in Amazonka.XRay.Types.Alias | |
Hashable Alias Source # | |
Defined in Amazonka.XRay.Types.Alias | |
FromJSON Alias Source # | |
type Rep Alias Source # | |
Defined in Amazonka.XRay.Types.Alias type Rep Alias = D1 ('MetaData "Alias" "Amazonka.XRay.Types.Alias" "libZSservicesZSamazonka-xrayZSamazonka-xray" 'False) (C1 ('MetaCons "Alias'" 'PrefixI 'True) (S1 ('MetaSel ('Just "names") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) |
Create a value of Alias
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:names:Alias'
, alias_names
- A list of names for the alias, including the canonical name.
$sel:name:Alias'
, alias_name
- The canonical name of the alias.
$sel:type':Alias'
, alias_type
- The type of the alias.