| 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.Site
Description
Synopsis
- data Site = Site' {}
- newSite :: Site
- site_createdAt :: Lens' Site (Maybe UTCTime)
- site_description :: Lens' Site (Maybe Text)
- site_globalNetworkId :: Lens' Site (Maybe Text)
- site_location :: Lens' Site (Maybe Location)
- site_siteArn :: Lens' Site (Maybe Text)
- site_siteId :: Lens' Site (Maybe Text)
- site_state :: Lens' Site (Maybe SiteState)
- site_tags :: Lens' Site (Maybe [Tag])
Documentation
Describes a site.
See: newSite smart constructor.
Constructors
| Site' | |
Fields
| |
Instances
Create a value of Site 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:createdAt:Site', site_createdAt - The date and time that the site was created.
$sel:description:Site', site_description - The description of the site.
$sel:globalNetworkId:Site', site_globalNetworkId - The ID of the global network.
$sel:location:Site', site_location - The location of the site.
$sel:siteArn:Site', site_siteArn - The Amazon Resource Name (ARN) of the site.
$sel:siteId:Site', site_siteId - The ID of the site.
$sel:state:Site', site_state - The state of the site.
$sel:tags:Site', site_tags - The tags for the site.