amazonka-privatenetworks-2.0: Amazon Private 5G 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.PrivateNetworks.Types.NetworkSite

Description

 
Synopsis

Documentation

data NetworkSite Source #

Information about a network site.

See: newNetworkSite smart constructor.

Constructors

NetworkSite' 

Fields

Instances

Instances details
FromJSON NetworkSite Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NetworkSite

Generic NetworkSite Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NetworkSite

Associated Types

type Rep NetworkSite :: Type -> Type #

Read NetworkSite Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NetworkSite

Show NetworkSite Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NetworkSite

NFData NetworkSite Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NetworkSite

Methods

rnf :: NetworkSite -> () #

Eq NetworkSite Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NetworkSite

Hashable NetworkSite Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NetworkSite

type Rep NetworkSite Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NetworkSite

type Rep NetworkSite = D1 ('MetaData "NetworkSite" "Amazonka.PrivateNetworks.Types.NetworkSite" "amazonka-privatenetworks-2.0-6kTUHQMy1b1JCa08Y5Egzo" 'False) (C1 ('MetaCons "NetworkSite'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "availabilityZone") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "availabilityZoneId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "createdAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)) :*: (S1 ('MetaSel ('Just "currentPlan") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SitePlan)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "pendingPlan") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SitePlan)) :*: (S1 ('MetaSel ('Just "statusReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "networkArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))) :*: (S1 ('MetaSel ('Just "networkSiteArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "networkSiteName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 NetworkSiteStatus))))))

newNetworkSite Source #

Create a value of NetworkSite 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:availabilityZone:NetworkSite', networkSite_availabilityZone - The parent Availability Zone for the network site.

$sel:availabilityZoneId:NetworkSite', networkSite_availabilityZoneId - The parent Availability Zone ID for the network site.

$sel:createdAt:NetworkSite', networkSite_createdAt - The creation time of the network site.

$sel:currentPlan:NetworkSite', networkSite_currentPlan - The current plan of the network site.

$sel:description:NetworkSite', networkSite_description - The description of the network site.

$sel:pendingPlan:NetworkSite', networkSite_pendingPlan - The pending plan of the network site.

$sel:statusReason:NetworkSite', networkSite_statusReason - The status reason of the network site.

$sel:networkArn:NetworkSite', networkSite_networkArn - The Amazon Resource Name (ARN) of the network to which the network site belongs.

$sel:networkSiteArn:NetworkSite', networkSite_networkSiteArn - The Amazon Resource Name (ARN) of the network site.

$sel:networkSiteName:NetworkSite', networkSite_networkSiteName - The name of the network site.

$sel:status:NetworkSite', networkSite_status - The status of the network site.

networkSite_availabilityZone :: Lens' NetworkSite (Maybe Text) Source #

The parent Availability Zone for the network site.

networkSite_availabilityZoneId :: Lens' NetworkSite (Maybe Text) Source #

The parent Availability Zone ID for the network site.

networkSite_createdAt :: Lens' NetworkSite (Maybe UTCTime) Source #

The creation time of the network site.

networkSite_currentPlan :: Lens' NetworkSite (Maybe SitePlan) Source #

The current plan of the network site.

networkSite_description :: Lens' NetworkSite (Maybe Text) Source #

The description of the network site.

networkSite_pendingPlan :: Lens' NetworkSite (Maybe SitePlan) Source #

The pending plan of the network site.

networkSite_statusReason :: Lens' NetworkSite (Maybe Text) Source #

The status reason of the network site.

networkSite_networkArn :: Lens' NetworkSite Text Source #

The Amazon Resource Name (ARN) of the network to which the network site belongs.

networkSite_networkSiteArn :: Lens' NetworkSite Text Source #

The Amazon Resource Name (ARN) of the network site.

networkSite_networkSiteName :: Lens' NetworkSite Text Source #

The name of the network site.

networkSite_status :: Lens' NetworkSite NetworkSiteStatus Source #

The status of the network site.