| 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.Outposts.Types.Site
Description
Synopsis
- data Site = Site' {
- accountId :: Maybe Text
- description :: Maybe Text
- name :: Maybe Text
- notes :: Maybe Text
- operatingAddressCity :: Maybe Text
- operatingAddressCountryCode :: Maybe Text
- operatingAddressStateOrRegion :: Maybe Text
- rackPhysicalProperties :: Maybe RackPhysicalProperties
- siteArn :: Maybe Text
- siteId :: Maybe Text
- tags :: Maybe (HashMap Text Text)
- newSite :: Site
- site_accountId :: Lens' Site (Maybe Text)
- site_description :: Lens' Site (Maybe Text)
- site_name :: Lens' Site (Maybe Text)
- site_notes :: Lens' Site (Maybe Text)
- site_operatingAddressCity :: Lens' Site (Maybe Text)
- site_operatingAddressCountryCode :: Lens' Site (Maybe Text)
- site_operatingAddressStateOrRegion :: Lens' Site (Maybe Text)
- site_rackPhysicalProperties :: Lens' Site (Maybe RackPhysicalProperties)
- site_siteArn :: Lens' Site (Maybe Text)
- site_siteId :: Lens' Site (Maybe Text)
- site_tags :: Lens' Site (Maybe (HashMap Text Text))
Documentation
Information about 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:accountId:Site', site_accountId - Undocumented member.
$sel:description:Site', site_description - Undocumented member.
$sel:name:Site', site_name - Undocumented member.
$sel:notes:Site', site_notes - Notes about a site.
$sel:operatingAddressCity:Site', site_operatingAddressCity - City where the hardware is installed and powered on.
$sel:operatingAddressCountryCode:Site', site_operatingAddressCountryCode - The ISO-3166 two-letter country code where the hardware is installed and
powered on.
$sel:operatingAddressStateOrRegion:Site', site_operatingAddressStateOrRegion - State or region where the hardware is installed and powered on.
$sel:rackPhysicalProperties:Site', site_rackPhysicalProperties - Information about the physical and logistical details for a rack at the
site.
$sel:siteArn:Site', site_siteArn - Undocumented member.
$sel:siteId:Site', site_siteId - Undocumented member.
$sel:tags:Site', site_tags - The site tags.
site_operatingAddressCity :: Lens' Site (Maybe Text) Source #
City where the hardware is installed and powered on.
site_operatingAddressCountryCode :: Lens' Site (Maybe Text) Source #
The ISO-3166 two-letter country code where the hardware is installed and powered on.
site_operatingAddressStateOrRegion :: Lens' Site (Maybe Text) Source #
State or region where the hardware is installed and powered on.
site_rackPhysicalProperties :: Lens' Site (Maybe RackPhysicalProperties) Source #
Information about the physical and logistical details for a rack at the site.