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

Description

 
Synopsis

Documentation

data MeshRef Source #

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

See: newMeshRef smart constructor.

Constructors

MeshRef' 

Fields

  • arn :: Text

    The full Amazon Resource Name (ARN) of the service mesh.

  • createdAt :: POSIX

    The Unix epoch timestamp in seconds for when the resource was created.

  • lastUpdatedAt :: POSIX

    The Unix epoch timestamp in seconds for when the resource was last updated.

  • meshName :: Text

    The name of the service mesh.

  • meshOwner :: 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.

  • resourceOwner :: Text

    The AWS IAM account ID of the resource owner. If the account ID is not your own, then it's the ID of the mesh owner or of another account that the mesh is shared with. For more information about mesh sharing, see Working with shared meshes.

  • version :: Integer

    The version of the resource. Resources are created at version 1, and this version is incremented each time that they're updated.

Instances

Instances details
Eq MeshRef Source # 
Instance details

Defined in Amazonka.AppMesh.Types.MeshRef

Methods

(==) :: MeshRef -> MeshRef -> Bool #

(/=) :: MeshRef -> MeshRef -> Bool #

Read MeshRef Source # 
Instance details

Defined in Amazonka.AppMesh.Types.MeshRef

Show MeshRef Source # 
Instance details

Defined in Amazonka.AppMesh.Types.MeshRef

Generic MeshRef Source # 
Instance details

Defined in Amazonka.AppMesh.Types.MeshRef

Associated Types

type Rep MeshRef :: Type -> Type #

Methods

from :: MeshRef -> Rep MeshRef x #

to :: Rep MeshRef x -> MeshRef #

NFData MeshRef Source # 
Instance details

Defined in Amazonka.AppMesh.Types.MeshRef

Methods

rnf :: MeshRef -> () #

Hashable MeshRef Source # 
Instance details

Defined in Amazonka.AppMesh.Types.MeshRef

Methods

hashWithSalt :: Int -> MeshRef -> Int #

hash :: MeshRef -> Int #

FromJSON MeshRef Source # 
Instance details

Defined in Amazonka.AppMesh.Types.MeshRef

type Rep MeshRef Source # 
Instance details

Defined in Amazonka.AppMesh.Types.MeshRef

newMeshRef Source #

Create a value of MeshRef 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:arn:MeshRef', meshRef_arn - The full Amazon Resource Name (ARN) of the service mesh.

$sel:createdAt:MeshRef', meshRef_createdAt - The Unix epoch timestamp in seconds for when the resource was created.

$sel:lastUpdatedAt:MeshRef', meshRef_lastUpdatedAt - The Unix epoch timestamp in seconds for when the resource was last updated.

$sel:meshName:MeshRef', meshRef_meshName - The name of the service mesh.

$sel:meshOwner:MeshRef', meshRef_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:resourceOwner:MeshRef', meshRef_resourceOwner - The AWS IAM account ID of the resource owner. If the account ID is not your own, then it's the ID of the mesh owner or of another account that the mesh is shared with. For more information about mesh sharing, see Working with shared meshes.

$sel:version:MeshRef', meshRef_version - The version of the resource. Resources are created at version 1, and this version is incremented each time that they're updated.

meshRef_arn :: Lens' MeshRef Text Source #

The full Amazon Resource Name (ARN) of the service mesh.

meshRef_createdAt :: Lens' MeshRef UTCTime Source #

The Unix epoch timestamp in seconds for when the resource was created.

meshRef_lastUpdatedAt :: Lens' MeshRef UTCTime Source #

The Unix epoch timestamp in seconds for when the resource was last updated.

meshRef_meshName :: Lens' MeshRef Text Source #

The name of the service mesh.

meshRef_meshOwner :: Lens' MeshRef 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.

meshRef_resourceOwner :: Lens' MeshRef Text Source #

The AWS IAM account ID of the resource owner. If the account ID is not your own, then it's the ID of the mesh owner or of another account that the mesh is shared with. For more information about mesh sharing, see Working with shared meshes.

meshRef_version :: Lens' MeshRef Integer Source #

The version of the resource. Resources are created at version 1, and this version is incremented each time that they're updated.