amazonka-appmesh-2.0: Amazon App Mesh 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.AppMesh.Types.JsonFormatRef

Description

 
Synopsis

Documentation

data JsonFormatRef Source #

An object that represents the key value pairs for the JSON.

See: newJsonFormatRef smart constructor.

Constructors

JsonFormatRef' 

Fields

  • key :: Text

    The specified key for the JSON.

  • value :: Text

    The specified value for the JSON.

Instances

Instances details
FromJSON JsonFormatRef Source # 
Instance details

Defined in Amazonka.AppMesh.Types.JsonFormatRef

ToJSON JsonFormatRef Source # 
Instance details

Defined in Amazonka.AppMesh.Types.JsonFormatRef

Generic JsonFormatRef Source # 
Instance details

Defined in Amazonka.AppMesh.Types.JsonFormatRef

Associated Types

type Rep JsonFormatRef :: Type -> Type #

Read JsonFormatRef Source # 
Instance details

Defined in Amazonka.AppMesh.Types.JsonFormatRef

Show JsonFormatRef Source # 
Instance details

Defined in Amazonka.AppMesh.Types.JsonFormatRef

NFData JsonFormatRef Source # 
Instance details

Defined in Amazonka.AppMesh.Types.JsonFormatRef

Methods

rnf :: JsonFormatRef -> () #

Eq JsonFormatRef Source # 
Instance details

Defined in Amazonka.AppMesh.Types.JsonFormatRef

Hashable JsonFormatRef Source # 
Instance details

Defined in Amazonka.AppMesh.Types.JsonFormatRef

type Rep JsonFormatRef Source # 
Instance details

Defined in Amazonka.AppMesh.Types.JsonFormatRef

type Rep JsonFormatRef = D1 ('MetaData "JsonFormatRef" "Amazonka.AppMesh.Types.JsonFormatRef" "amazonka-appmesh-2.0-GBIHUgXnP8s1LEJyvNe1ca" 'False) (C1 ('MetaCons "JsonFormatRef'" 'PrefixI 'True) (S1 ('MetaSel ('Just "key") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newJsonFormatRef Source #

Create a value of JsonFormatRef 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:key:JsonFormatRef', jsonFormatRef_key - The specified key for the JSON.

$sel:value:JsonFormatRef', jsonFormatRef_value - The specified value for the JSON.

jsonFormatRef_key :: Lens' JsonFormatRef Text Source #

The specified key for the JSON.

jsonFormatRef_value :: Lens' JsonFormatRef Text Source #

The specified value for the JSON.