libZSservicesZSamazonka-appmeshZSamazonka-appmesh
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.AppMesh.Types.MeshData

Description

 
Synopsis

Documentation

data MeshData Source #

An object that represents a service mesh returned by a describe operation.

See: newMeshData smart constructor.

Constructors

MeshData' 

Fields

Instances

Instances details
Eq MeshData Source # 
Instance details

Defined in Amazonka.AppMesh.Types.MeshData

Read MeshData Source # 
Instance details

Defined in Amazonka.AppMesh.Types.MeshData

Show MeshData Source # 
Instance details

Defined in Amazonka.AppMesh.Types.MeshData

Generic MeshData Source # 
Instance details

Defined in Amazonka.AppMesh.Types.MeshData

Associated Types

type Rep MeshData :: Type -> Type #

Methods

from :: MeshData -> Rep MeshData x #

to :: Rep MeshData x -> MeshData #

NFData MeshData Source # 
Instance details

Defined in Amazonka.AppMesh.Types.MeshData

Methods

rnf :: MeshData -> () #

Hashable MeshData Source # 
Instance details

Defined in Amazonka.AppMesh.Types.MeshData

Methods

hashWithSalt :: Int -> MeshData -> Int #

hash :: MeshData -> Int #

FromJSON MeshData Source # 
Instance details

Defined in Amazonka.AppMesh.Types.MeshData

type Rep MeshData Source # 
Instance details

Defined in Amazonka.AppMesh.Types.MeshData

type Rep MeshData = D1 ('MetaData "MeshData" "Amazonka.AppMesh.Types.MeshData" "libZSservicesZSamazonka-appmeshZSamazonka-appmesh" 'False) (C1 ('MetaCons "MeshData'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "meshName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "metadata") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ResourceMetadata)) :*: (S1 ('MetaSel ('Just "spec") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 MeshSpec) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 MeshStatus))))

newMeshData Source #

Create a value of MeshData 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:meshName:MeshData', meshData_meshName - The name of the service mesh.

$sel:metadata:MeshData', meshData_metadata - The associated metadata for the service mesh.

$sel:spec:MeshData', meshData_spec - The associated specification for the service mesh.

$sel:status:MeshData', meshData_status - The status of the service mesh.

meshData_meshName :: Lens' MeshData Text Source #

The name of the service mesh.

meshData_metadata :: Lens' MeshData ResourceMetadata Source #

The associated metadata for the service mesh.

meshData_spec :: Lens' MeshData MeshSpec Source #

The associated specification for the service mesh.

meshData_status :: Lens' MeshData MeshStatus Source #

The status of the service mesh.