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.SitePlan

Description

 
Synopsis

Documentation

data SitePlan Source #

Information about a site plan.

See: newSitePlan smart constructor.

Constructors

SitePlan' 

Fields

Instances

Instances details
FromJSON SitePlan Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.SitePlan

ToJSON SitePlan Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.SitePlan

Generic SitePlan Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.SitePlan

Associated Types

type Rep SitePlan :: Type -> Type #

Methods

from :: SitePlan -> Rep SitePlan x #

to :: Rep SitePlan x -> SitePlan #

Read SitePlan Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.SitePlan

Show SitePlan Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.SitePlan

NFData SitePlan Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.SitePlan

Methods

rnf :: SitePlan -> () #

Eq SitePlan Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.SitePlan

Hashable SitePlan Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.SitePlan

Methods

hashWithSalt :: Int -> SitePlan -> Int #

hash :: SitePlan -> Int #

type Rep SitePlan Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.SitePlan

type Rep SitePlan = D1 ('MetaData "SitePlan" "Amazonka.PrivateNetworks.Types.SitePlan" "amazonka-privatenetworks-2.0-6kTUHQMy1b1JCa08Y5Egzo" 'False) (C1 ('MetaCons "SitePlan'" 'PrefixI 'True) (S1 ('MetaSel ('Just "options") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [NameValuePair])) :*: S1 ('MetaSel ('Just "resourceDefinitions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [NetworkResourceDefinition]))))

newSitePlan :: SitePlan Source #

Create a value of SitePlan 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:

SitePlan, sitePlan_options - The options of the plan.

$sel:resourceDefinitions:SitePlan', sitePlan_resourceDefinitions - The resource definitions of the plan.

sitePlan_options :: Lens' SitePlan (Maybe [NameValuePair]) Source #

The options of the plan.