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

Description

 
Synopsis

Documentation

data Network Source #

Information about a network.

See: newNetwork smart constructor.

Constructors

Network' 

Fields

Instances

Instances details
FromJSON Network Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.Network

Generic Network Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.Network

Associated Types

type Rep Network :: Type -> Type #

Methods

from :: Network -> Rep Network x #

to :: Rep Network x -> Network #

Read Network Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.Network

Show Network Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.Network

NFData Network Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.Network

Methods

rnf :: Network -> () #

Eq Network Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.Network

Methods

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

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

Hashable Network Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.Network

Methods

hashWithSalt :: Int -> Network -> Int #

hash :: Network -> Int #

type Rep Network Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.Network

type Rep Network = D1 ('MetaData "Network" "Amazonka.PrivateNetworks.Types.Network" "amazonka-privatenetworks-2.0-6kTUHQMy1b1JCa08Y5Egzo" 'False) (C1 ('MetaCons "Network'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "createdAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)) :*: (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "statusReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "networkArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "networkName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 NetworkStatus)))))

newNetwork Source #

Create a value of Network 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:createdAt:Network', network_createdAt - The creation time of the network.

$sel:description:Network', network_description - The description of the network.

$sel:statusReason:Network', network_statusReason - The status reason of the network.

$sel:networkArn:Network', network_networkArn - The Amazon Resource Name (ARN) of the network.

$sel:networkName:Network', network_networkName - The name of the network.

$sel:status:Network', network_status - The status of the network.

network_createdAt :: Lens' Network (Maybe UTCTime) Source #

The creation time of the network.

network_description :: Lens' Network (Maybe Text) Source #

The description of the network.

network_statusReason :: Lens' Network (Maybe Text) Source #

The status reason of the network.

network_networkArn :: Lens' Network Text Source #

The Amazon Resource Name (ARN) of the network.

network_networkName :: Lens' Network Text Source #

The name of the network.

network_status :: Lens' Network NetworkStatus Source #

The status of the network.