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