libZSservicesZSamazonka-auditmanagerZSamazonka-auditmanager
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.AuditManager.Types.URL

Description

 
Synopsis

Documentation

data URL Source #

A uniform resource locator, used as a unique identifier to locate a resource on the internet.

See: newURL smart constructor.

Constructors

URL' 

Fields

Instances

Instances details
Eq URL Source # 
Instance details

Defined in Amazonka.AuditManager.Types.URL

Methods

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

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

Read URL Source # 
Instance details

Defined in Amazonka.AuditManager.Types.URL

Show URL Source # 
Instance details

Defined in Amazonka.AuditManager.Types.URL

Methods

showsPrec :: Int -> URL -> ShowS #

show :: URL -> String #

showList :: [URL] -> ShowS #

Generic URL Source # 
Instance details

Defined in Amazonka.AuditManager.Types.URL

Associated Types

type Rep URL :: Type -> Type #

Methods

from :: URL -> Rep URL x #

to :: Rep URL x -> URL #

NFData URL Source # 
Instance details

Defined in Amazonka.AuditManager.Types.URL

Methods

rnf :: URL -> () #

Hashable URL Source # 
Instance details

Defined in Amazonka.AuditManager.Types.URL

Methods

hashWithSalt :: Int -> URL -> Int #

hash :: URL -> Int #

FromJSON URL Source # 
Instance details

Defined in Amazonka.AuditManager.Types.URL

type Rep URL Source # 
Instance details

Defined in Amazonka.AuditManager.Types.URL

type Rep URL = D1 ('MetaData "URL" "Amazonka.AuditManager.Types.URL" "libZSservicesZSamazonka-auditmanagerZSamazonka-auditmanager" 'False) (C1 ('MetaCons "URL'" 'PrefixI 'True) (S1 ('MetaSel ('Just "link") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "hyperlinkName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newURL :: URL Source #

Create a value of URL 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:link:URL', url_link - The unique identifier for the internet resource.

$sel:hyperlinkName:URL', url_hyperlinkName - The name or word used as a hyperlink to the URL.

url_link :: Lens' URL (Maybe Text) Source #

The unique identifier for the internet resource.

url_hyperlinkName :: Lens' URL (Maybe Text) Source #

The name or word used as a hyperlink to the URL.