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

Description

 
Synopsis

Documentation

data NameValuePair Source #

Information about a name/value pair.

See: newNameValuePair smart constructor.

Constructors

NameValuePair' 

Fields

Instances

Instances details
FromJSON NameValuePair Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NameValuePair

ToJSON NameValuePair Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NameValuePair

Generic NameValuePair Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NameValuePair

Associated Types

type Rep NameValuePair :: Type -> Type #

Read NameValuePair Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NameValuePair

Show NameValuePair Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NameValuePair

NFData NameValuePair Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NameValuePair

Methods

rnf :: NameValuePair -> () #

Eq NameValuePair Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NameValuePair

Hashable NameValuePair Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NameValuePair

type Rep NameValuePair Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NameValuePair

type Rep NameValuePair = D1 ('MetaData "NameValuePair" "Amazonka.PrivateNetworks.Types.NameValuePair" "amazonka-privatenetworks-2.0-6kTUHQMy1b1JCa08Y5Egzo" 'False) (C1 ('MetaCons "NameValuePair'" 'PrefixI 'True) (S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newNameValuePair Source #

Create a value of NameValuePair 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:value:NameValuePair', nameValuePair_value - The value of the pair.

$sel:name:NameValuePair', nameValuePair_name - The name of the pair.