amazonka-outposts-2.0: Amazon Outposts SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.Outposts.Types.Site

Description

 
Synopsis

Documentation

data Site Source #

Information about a site.

See: newSite smart constructor.

Constructors

Site' 

Fields

Instances

Instances details
FromJSON Site Source # 
Instance details

Defined in Amazonka.Outposts.Types.Site

Generic Site Source # 
Instance details

Defined in Amazonka.Outposts.Types.Site

Associated Types

type Rep Site :: Type -> Type #

Methods

from :: Site -> Rep Site x #

to :: Rep Site x -> Site #

Read Site Source # 
Instance details

Defined in Amazonka.Outposts.Types.Site

Show Site Source # 
Instance details

Defined in Amazonka.Outposts.Types.Site

Methods

showsPrec :: Int -> Site -> ShowS #

show :: Site -> String #

showList :: [Site] -> ShowS #

NFData Site Source # 
Instance details

Defined in Amazonka.Outposts.Types.Site

Methods

rnf :: Site -> () #

Eq Site Source # 
Instance details

Defined in Amazonka.Outposts.Types.Site

Methods

(==) :: Site -> Site -> Bool #

(/=) :: Site -> Site -> Bool #

Hashable Site Source # 
Instance details

Defined in Amazonka.Outposts.Types.Site

Methods

hashWithSalt :: Int -> Site -> Int #

hash :: Site -> Int #

type Rep Site Source # 
Instance details

Defined in Amazonka.Outposts.Types.Site

type Rep Site = D1 ('MetaData "Site" "Amazonka.Outposts.Types.Site" "amazonka-outposts-2.0-7IMF8shlTNW2uMOjzEu2r2" 'False) (C1 ('MetaCons "Site'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "accountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "notes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "operatingAddressCity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "operatingAddressCountryCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "operatingAddressStateOrRegion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "rackPhysicalProperties") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RackPhysicalProperties)))) :*: (S1 ('MetaSel ('Just "siteArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "siteId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))))))))

newSite :: Site Source #

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_accountId :: Lens' Site (Maybe Text) Source #

Undocumented member.

site_description :: Lens' Site (Maybe Text) Source #

Undocumented member.

site_name :: Lens' Site (Maybe Text) Source #

Undocumented member.

site_notes :: Lens' Site (Maybe Text) Source #

Notes about a site.

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.

site_siteArn :: Lens' Site (Maybe Text) Source #

Undocumented member.

site_siteId :: Lens' Site (Maybe Text) Source #

Undocumented member.