libZSservicesZSamazonka-networkmanagerZSamazonka-networkmanager
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.NetworkManager.Types.Site

Description

 
Synopsis

Documentation

data Site Source #

Describes a site.

See: newSite smart constructor.

Constructors

Site' 

Fields

Instances

Instances details
Eq Site Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.Site

Methods

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

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

Show Site Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.Site

Methods

showsPrec :: Int -> Site -> ShowS #

show :: Site -> String #

showList :: [Site] -> ShowS #

Generic Site Source # 
Instance details

Defined in Amazonka.NetworkManager.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.NetworkManager.Types.Site

Methods

rnf :: Site -> () #

Hashable Site Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.Site

Methods

hashWithSalt :: Int -> Site -> Int #

hash :: Site -> Int #

FromJSON Site Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.Site

type Rep Site Source # 
Instance details

Defined in Amazonka.NetworkManager.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: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.

site_state :: Lens' Site (Maybe SiteState) Source #

The state of the site.

site_location :: Lens' Site (Maybe Location) Source #

The location of the site.

site_createdAt :: Lens' Site (Maybe UTCTime) Source #

The date and time that the site was created.

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

The ID of the global network.

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

The ID of the site.

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

The Amazon Resource Name (ARN) of the site.

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

The description of the site.

site_tags :: Lens' Site (Maybe [Tag]) Source #

The tags for the site.