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