libZSservicesZSamazonka-xrayZSamazonka-xray
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.XRay.Types.Alias

Description

 
Synopsis

Documentation

data Alias Source #

An alias for an edge.

See: newAlias smart constructor.

Constructors

Alias' 

Fields

Instances

Instances details
Eq Alias Source # 
Instance details

Defined in Amazonka.XRay.Types.Alias

Methods

(==) :: Alias -> Alias -> Bool #

(/=) :: Alias -> Alias -> Bool #

Read Alias Source # 
Instance details

Defined in Amazonka.XRay.Types.Alias

Show Alias Source # 
Instance details

Defined in Amazonka.XRay.Types.Alias

Methods

showsPrec :: Int -> Alias -> ShowS #

show :: Alias -> String #

showList :: [Alias] -> ShowS #

Generic Alias Source # 
Instance details

Defined in Amazonka.XRay.Types.Alias

Associated Types

type Rep Alias :: Type -> Type #

Methods

from :: Alias -> Rep Alias x #

to :: Rep Alias x -> Alias #

NFData Alias Source # 
Instance details

Defined in Amazonka.XRay.Types.Alias

Methods

rnf :: Alias -> () #

Hashable Alias Source # 
Instance details

Defined in Amazonka.XRay.Types.Alias

Methods

hashWithSalt :: Int -> Alias -> Int #

hash :: Alias -> Int #

FromJSON Alias Source # 
Instance details

Defined in Amazonka.XRay.Types.Alias

type Rep Alias Source # 
Instance details

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)))))

newAlias :: Alias Source #

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.

alias_names :: Lens' Alias (Maybe [Text]) Source #

A list of names for the alias, including the canonical name.

alias_name :: Lens' Alias (Maybe Text) Source #

The canonical name of the alias.

alias_type :: Lens' Alias (Maybe Text) Source #

The type of the alias.