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

Description

Describes an existing service mesh.

Synopsis

Creating a Request

data DescribeMesh Source #

See: newDescribeMesh smart constructor.

Constructors

DescribeMesh' 

Fields

  • meshOwner :: Maybe Text

    The Amazon Web Services IAM account ID of the service mesh owner. If the account ID is not your own, then it's the ID of the account that shared the mesh with your account. For more information about mesh sharing, see Working with shared meshes.

  • meshName :: Text

    The name of the service mesh to describe.

Instances

Instances details
ToHeaders DescribeMesh Source # 
Instance details

Defined in Amazonka.AppMesh.DescribeMesh

ToPath DescribeMesh Source # 
Instance details

Defined in Amazonka.AppMesh.DescribeMesh

ToQuery DescribeMesh Source # 
Instance details

Defined in Amazonka.AppMesh.DescribeMesh

AWSRequest DescribeMesh Source # 
Instance details

Defined in Amazonka.AppMesh.DescribeMesh

Associated Types

type AWSResponse DescribeMesh #

Generic DescribeMesh Source # 
Instance details

Defined in Amazonka.AppMesh.DescribeMesh

Associated Types

type Rep DescribeMesh :: Type -> Type #

Read DescribeMesh Source # 
Instance details

Defined in Amazonka.AppMesh.DescribeMesh

Show DescribeMesh Source # 
Instance details

Defined in Amazonka.AppMesh.DescribeMesh

NFData DescribeMesh Source # 
Instance details

Defined in Amazonka.AppMesh.DescribeMesh

Methods

rnf :: DescribeMesh -> () #

Eq DescribeMesh Source # 
Instance details

Defined in Amazonka.AppMesh.DescribeMesh

Hashable DescribeMesh Source # 
Instance details

Defined in Amazonka.AppMesh.DescribeMesh

type AWSResponse DescribeMesh Source # 
Instance details

Defined in Amazonka.AppMesh.DescribeMesh

type Rep DescribeMesh Source # 
Instance details

Defined in Amazonka.AppMesh.DescribeMesh

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

newDescribeMesh Source #

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

DescribeMesh, describeMesh_meshOwner - The Amazon Web Services IAM account ID of the service mesh owner. If the account ID is not your own, then it's the ID of the account that shared the mesh with your account. For more information about mesh sharing, see Working with shared meshes.

DescribeMesh, describeMesh_meshName - The name of the service mesh to describe.

Request Lenses

describeMesh_meshOwner :: Lens' DescribeMesh (Maybe Text) Source #

The Amazon Web Services IAM account ID of the service mesh owner. If the account ID is not your own, then it's the ID of the account that shared the mesh with your account. For more information about mesh sharing, see Working with shared meshes.

describeMesh_meshName :: Lens' DescribeMesh Text Source #

The name of the service mesh to describe.

Destructuring the Response

data DescribeMeshResponse Source #

See: newDescribeMeshResponse smart constructor.

Constructors

DescribeMeshResponse' 

Fields

Instances

Instances details
Generic DescribeMeshResponse Source # 
Instance details

Defined in Amazonka.AppMesh.DescribeMesh

Associated Types

type Rep DescribeMeshResponse :: Type -> Type #

Read DescribeMeshResponse Source # 
Instance details

Defined in Amazonka.AppMesh.DescribeMesh

Show DescribeMeshResponse Source # 
Instance details

Defined in Amazonka.AppMesh.DescribeMesh

NFData DescribeMeshResponse Source # 
Instance details

Defined in Amazonka.AppMesh.DescribeMesh

Methods

rnf :: DescribeMeshResponse -> () #

Eq DescribeMeshResponse Source # 
Instance details

Defined in Amazonka.AppMesh.DescribeMesh

type Rep DescribeMeshResponse Source # 
Instance details

Defined in Amazonka.AppMesh.DescribeMesh

type Rep DescribeMeshResponse = D1 ('MetaData "DescribeMeshResponse" "Amazonka.AppMesh.DescribeMesh" "amazonka-appmesh-2.0-GBIHUgXnP8s1LEJyvNe1ca" 'False) (C1 ('MetaCons "DescribeMeshResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "mesh") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 MeshData)))

newDescribeMeshResponse Source #

Create a value of DescribeMeshResponse 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:httpStatus:DescribeMeshResponse', describeMeshResponse_httpStatus - The response's http status code.

$sel:mesh:DescribeMeshResponse', describeMeshResponse_mesh - The full description of your service mesh.

Response Lenses

describeMeshResponse_mesh :: Lens' DescribeMeshResponse MeshData Source #

The full description of your service mesh.