libZSservicesZSamazonka-outpostsZSamazonka-outposts
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.Outposts.Types.Site

Description

 
Synopsis

Documentation

data Site Source #

Information about a site.

See: newSite smart constructor.

Constructors

Site' 

Instances

Instances details
Eq Site Source # 
Instance details

Defined in Amazonka.Outposts.Types.Site

Methods

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

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

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 #

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 #

NFData Site Source # 
Instance details

Defined in Amazonka.Outposts.Types.Site

Methods

rnf :: Site -> () #

Hashable Site Source # 
Instance details

Defined in Amazonka.Outposts.Types.Site

Methods

hashWithSalt :: Int -> Site -> Int #

hash :: Site -> Int #

FromJSON Site Source # 
Instance details

Defined in Amazonka.Outposts.Types.Site

type Rep Site Source # 
Instance details

Defined in Amazonka.Outposts.Types.Site

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:name:Site', site_name - Undocumented member.

$sel:siteId:Site', site_siteId - Undocumented member.

$sel:siteArn:Site', site_siteArn - Undocumented member.

$sel:description:Site', site_description - Undocumented member.

$sel:tags:Site', site_tags - The site tags.

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

Undocumented member.

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

Undocumented member.

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

Undocumented member.

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

Undocumented member.

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

Undocumented member.