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 |
Synopsis
- data Link = Link' {}
- newLink :: Link
- link_state :: Lens' Link (Maybe LinkState)
- link_linkArn :: Lens' Link (Maybe Text)
- link_createdAt :: Lens' Link (Maybe UTCTime)
- link_globalNetworkId :: Lens' Link (Maybe Text)
- link_bandwidth :: Lens' Link (Maybe Bandwidth)
- link_linkId :: Lens' Link (Maybe Text)
- link_type :: Lens' Link (Maybe Text)
- link_siteId :: Lens' Link (Maybe Text)
- link_description :: Lens' Link (Maybe Text)
- link_provider :: Lens' Link (Maybe Text)
- link_tags :: Lens' Link (Maybe [Tag])
Documentation
Describes a link.
See: newLink
smart constructor.
Link' | |
|
Instances
Create a value of Link
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:state:Link'
, link_state
- The state of the link.
$sel:linkArn:Link'
, link_linkArn
- The Amazon Resource Name (ARN) of the link.
$sel:createdAt:Link'
, link_createdAt
- The date and time that the link was created.
$sel:globalNetworkId:Link'
, link_globalNetworkId
- The ID of the global network.
$sel:bandwidth:Link'
, link_bandwidth
- The bandwidth for the link.
$sel:linkId:Link'
, link_linkId
- The ID of the link.
$sel:type':Link'
, link_type
- The type of the link.
$sel:siteId:Link'
, link_siteId
- The ID of the site.
$sel:description:Link'
, link_description
- The description of the link.
$sel:provider:Link'
, link_provider
- The provider of the link.
$sel:tags:Link'
, link_tags
- The tags for the link.