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.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 AWS 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
Eq DescribeMesh Source # 
Instance details

Defined in Amazonka.AppMesh.DescribeMesh

Read DescribeMesh Source # 
Instance details

Defined in Amazonka.AppMesh.DescribeMesh

Show DescribeMesh Source # 
Instance details

Defined in Amazonka.AppMesh.DescribeMesh

Generic DescribeMesh Source # 
Instance details

Defined in Amazonka.AppMesh.DescribeMesh

Associated Types

type Rep DescribeMesh :: Type -> Type #

NFData DescribeMesh Source # 
Instance details

Defined in Amazonka.AppMesh.DescribeMesh

Methods

rnf :: DescribeMesh -> () #

Hashable DescribeMesh Source # 
Instance details

Defined in Amazonka.AppMesh.DescribeMesh

AWSRequest DescribeMesh Source # 
Instance details

Defined in Amazonka.AppMesh.DescribeMesh

Associated Types

type AWSResponse DescribeMesh #

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

type Rep DescribeMesh Source # 
Instance details

Defined in Amazonka.AppMesh.DescribeMesh

type Rep DescribeMesh = D1 ('MetaData "DescribeMesh" "Amazonka.AppMesh.DescribeMesh" "libZSservicesZSamazonka-appmeshZSamazonka-appmesh" '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)))
type AWSResponse DescribeMesh Source # 
Instance details

Defined in Amazonka.AppMesh.DescribeMesh

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:

$sel:meshOwner:DescribeMesh', describeMesh_meshOwner - The AWS 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.

$sel:meshName:DescribeMesh', describeMesh_meshName - The name of the service mesh to describe.

Request Lenses

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

The AWS 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
Eq DescribeMeshResponse Source # 
Instance details

Defined in Amazonka.AppMesh.DescribeMesh

Read DescribeMeshResponse Source # 
Instance details

Defined in Amazonka.AppMesh.DescribeMesh

Show DescribeMeshResponse Source # 
Instance details

Defined in Amazonka.AppMesh.DescribeMesh

Generic DescribeMeshResponse Source # 
Instance details

Defined in Amazonka.AppMesh.DescribeMesh

Associated Types

type Rep DescribeMeshResponse :: Type -> Type #

NFData DescribeMeshResponse Source # 
Instance details

Defined in Amazonka.AppMesh.DescribeMesh

Methods

rnf :: DescribeMeshResponse -> () #

type Rep DescribeMeshResponse Source # 
Instance details

Defined in Amazonka.AppMesh.DescribeMesh

type Rep DescribeMeshResponse = D1 ('MetaData "DescribeMeshResponse" "Amazonka.AppMesh.DescribeMesh" "libZSservicesZSamazonka-appmeshZSamazonka-appmesh" '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.