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