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

Description

Updates an existing service mesh.

Synopsis

Creating a Request

data UpdateMesh Source #

See: newUpdateMesh smart constructor.

Constructors

UpdateMesh' 

Fields

  • clientToken :: Maybe Text

    Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. Up to 36 letters, numbers, hyphens, and underscores are allowed.

  • spec :: Maybe MeshSpec

    The service mesh specification to apply.

  • meshName :: Text

    The name of the service mesh to update.

Instances

Instances details
Eq UpdateMesh Source # 
Instance details

Defined in Amazonka.AppMesh.UpdateMesh

Read UpdateMesh Source # 
Instance details

Defined in Amazonka.AppMesh.UpdateMesh

Show UpdateMesh Source # 
Instance details

Defined in Amazonka.AppMesh.UpdateMesh

Generic UpdateMesh Source # 
Instance details

Defined in Amazonka.AppMesh.UpdateMesh

Associated Types

type Rep UpdateMesh :: Type -> Type #

NFData UpdateMesh Source # 
Instance details

Defined in Amazonka.AppMesh.UpdateMesh

Methods

rnf :: UpdateMesh -> () #

Hashable UpdateMesh Source # 
Instance details

Defined in Amazonka.AppMesh.UpdateMesh

ToJSON UpdateMesh Source # 
Instance details

Defined in Amazonka.AppMesh.UpdateMesh

AWSRequest UpdateMesh Source # 
Instance details

Defined in Amazonka.AppMesh.UpdateMesh

Associated Types

type AWSResponse UpdateMesh #

ToHeaders UpdateMesh Source # 
Instance details

Defined in Amazonka.AppMesh.UpdateMesh

Methods

toHeaders :: UpdateMesh -> [Header] #

ToPath UpdateMesh Source # 
Instance details

Defined in Amazonka.AppMesh.UpdateMesh

ToQuery UpdateMesh Source # 
Instance details

Defined in Amazonka.AppMesh.UpdateMesh

type Rep UpdateMesh Source # 
Instance details

Defined in Amazonka.AppMesh.UpdateMesh

type Rep UpdateMesh = D1 ('MetaData "UpdateMesh" "Amazonka.AppMesh.UpdateMesh" "libZSservicesZSamazonka-appmeshZSamazonka-appmesh" 'False) (C1 ('MetaCons "UpdateMesh'" 'PrefixI 'True) (S1 ('MetaSel ('Just "clientToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "spec") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MeshSpec)) :*: S1 ('MetaSel ('Just "meshName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse UpdateMesh Source # 
Instance details

Defined in Amazonka.AppMesh.UpdateMesh

newUpdateMesh Source #

Create a value of UpdateMesh 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:clientToken:UpdateMesh', updateMesh_clientToken - Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. Up to 36 letters, numbers, hyphens, and underscores are allowed.

$sel:spec:UpdateMesh', updateMesh_spec - The service mesh specification to apply.

$sel:meshName:UpdateMesh', updateMesh_meshName - The name of the service mesh to update.

Request Lenses

updateMesh_clientToken :: Lens' UpdateMesh (Maybe Text) Source #

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. Up to 36 letters, numbers, hyphens, and underscores are allowed.

updateMesh_spec :: Lens' UpdateMesh (Maybe MeshSpec) Source #

The service mesh specification to apply.

updateMesh_meshName :: Lens' UpdateMesh Text Source #

The name of the service mesh to update.

Destructuring the Response

data UpdateMeshResponse Source #

See: newUpdateMeshResponse smart constructor.

Constructors

UpdateMeshResponse' 

Fields

Instances

Instances details
Eq UpdateMeshResponse Source # 
Instance details

Defined in Amazonka.AppMesh.UpdateMesh

Read UpdateMeshResponse Source # 
Instance details

Defined in Amazonka.AppMesh.UpdateMesh

Show UpdateMeshResponse Source # 
Instance details

Defined in Amazonka.AppMesh.UpdateMesh

Generic UpdateMeshResponse Source # 
Instance details

Defined in Amazonka.AppMesh.UpdateMesh

Associated Types

type Rep UpdateMeshResponse :: Type -> Type #

NFData UpdateMeshResponse Source # 
Instance details

Defined in Amazonka.AppMesh.UpdateMesh

Methods

rnf :: UpdateMeshResponse -> () #

type Rep UpdateMeshResponse Source # 
Instance details

Defined in Amazonka.AppMesh.UpdateMesh

type Rep UpdateMeshResponse = D1 ('MetaData "UpdateMeshResponse" "Amazonka.AppMesh.UpdateMesh" "libZSservicesZSamazonka-appmeshZSamazonka-appmesh" 'False) (C1 ('MetaCons "UpdateMeshResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "mesh") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 MeshData)))

newUpdateMeshResponse Source #

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

$sel:mesh:UpdateMeshResponse', updateMeshResponse_mesh - Undocumented member.

Response Lenses