| 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.AuditManager.Types.URL
Description
Documentation
Short for uniform resource locator. A URL is used as a unique identifier to locate a resource on the internet.
See: newURL smart constructor.
Constructors
| URL' | |
Instances
| FromJSON URL Source # | |
| Generic URL Source # | |
| Read URL Source # | |
| Show URL Source # | |
| NFData URL Source # | |
Defined in Amazonka.AuditManager.Types.URL | |
| Eq URL Source # | |
| Hashable URL Source # | |
Defined in Amazonka.AuditManager.Types.URL | |
| type Rep URL Source # | |
Defined in Amazonka.AuditManager.Types.URL type Rep URL = D1 ('MetaData "URL" "Amazonka.AuditManager.Types.URL" "amazonka-auditmanager-2.0-FZ7GH2VR8PBBaoTT7BhtJQ" 'False) (C1 ('MetaCons "URL'" 'PrefixI 'True) (S1 ('MetaSel ('Just "hyperlinkName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "link") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) | |
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:hyperlinkName:URL', url_hyperlinkName - The name or word that's used as a hyperlink to the URL.
$sel:link:URL', url_link - The unique identifier for the internet resource.