amazonka-mgn-2.0: Amazon Application Migration Service 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.MGN.DeleteVcenterClient

Description

Deletes a given vCenter client by ID.

Synopsis

Creating a Request

data DeleteVcenterClient Source #

See: newDeleteVcenterClient smart constructor.

Constructors

DeleteVcenterClient' 

Fields

Instances

Instances details
ToJSON DeleteVcenterClient Source # 
Instance details

Defined in Amazonka.MGN.DeleteVcenterClient

ToHeaders DeleteVcenterClient Source # 
Instance details

Defined in Amazonka.MGN.DeleteVcenterClient

ToPath DeleteVcenterClient Source # 
Instance details

Defined in Amazonka.MGN.DeleteVcenterClient

ToQuery DeleteVcenterClient Source # 
Instance details

Defined in Amazonka.MGN.DeleteVcenterClient

AWSRequest DeleteVcenterClient Source # 
Instance details

Defined in Amazonka.MGN.DeleteVcenterClient

Associated Types

type AWSResponse DeleteVcenterClient #

Generic DeleteVcenterClient Source # 
Instance details

Defined in Amazonka.MGN.DeleteVcenterClient

Associated Types

type Rep DeleteVcenterClient :: Type -> Type #

Read DeleteVcenterClient Source # 
Instance details

Defined in Amazonka.MGN.DeleteVcenterClient

Show DeleteVcenterClient Source # 
Instance details

Defined in Amazonka.MGN.DeleteVcenterClient

NFData DeleteVcenterClient Source # 
Instance details

Defined in Amazonka.MGN.DeleteVcenterClient

Methods

rnf :: DeleteVcenterClient -> () #

Eq DeleteVcenterClient Source # 
Instance details

Defined in Amazonka.MGN.DeleteVcenterClient

Hashable DeleteVcenterClient Source # 
Instance details

Defined in Amazonka.MGN.DeleteVcenterClient

type AWSResponse DeleteVcenterClient Source # 
Instance details

Defined in Amazonka.MGN.DeleteVcenterClient

type Rep DeleteVcenterClient Source # 
Instance details

Defined in Amazonka.MGN.DeleteVcenterClient

type Rep DeleteVcenterClient = D1 ('MetaData "DeleteVcenterClient" "Amazonka.MGN.DeleteVcenterClient" "amazonka-mgn-2.0-BuezedRYkBsCUJQfnWhjEk" 'False) (C1 ('MetaCons "DeleteVcenterClient'" 'PrefixI 'True) (S1 ('MetaSel ('Just "vcenterClientID") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteVcenterClient Source #

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

DeleteVcenterClient, deleteVcenterClient_vcenterClientID - ID of resource to be deleted.

Request Lenses

Destructuring the Response

data DeleteVcenterClientResponse Source #

See: newDeleteVcenterClientResponse smart constructor.

Instances

Instances details
Generic DeleteVcenterClientResponse Source # 
Instance details

Defined in Amazonka.MGN.DeleteVcenterClient

Associated Types

type Rep DeleteVcenterClientResponse :: Type -> Type #

Read DeleteVcenterClientResponse Source # 
Instance details

Defined in Amazonka.MGN.DeleteVcenterClient

Show DeleteVcenterClientResponse Source # 
Instance details

Defined in Amazonka.MGN.DeleteVcenterClient

NFData DeleteVcenterClientResponse Source # 
Instance details

Defined in Amazonka.MGN.DeleteVcenterClient

Eq DeleteVcenterClientResponse Source # 
Instance details

Defined in Amazonka.MGN.DeleteVcenterClient

type Rep DeleteVcenterClientResponse Source # 
Instance details

Defined in Amazonka.MGN.DeleteVcenterClient

type Rep DeleteVcenterClientResponse = D1 ('MetaData "DeleteVcenterClientResponse" "Amazonka.MGN.DeleteVcenterClient" "amazonka-mgn-2.0-BuezedRYkBsCUJQfnWhjEk" 'False) (C1 ('MetaCons "DeleteVcenterClientResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeleteVcenterClientResponse :: DeleteVcenterClientResponse Source #

Create a value of DeleteVcenterClientResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.