libZSservicesZSamazonka-networkmanagerZSamazonka-networkmanager
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.NetworkManager.DeleteDevice

Description

Deletes an existing device. You must first disassociate the device from any links and customer gateways.

Synopsis

Creating a Request

data DeleteDevice Source #

See: newDeleteDevice smart constructor.

Constructors

DeleteDevice' 

Fields

Instances

Instances details
Eq DeleteDevice Source # 
Instance details

Defined in Amazonka.NetworkManager.DeleteDevice

Read DeleteDevice Source # 
Instance details

Defined in Amazonka.NetworkManager.DeleteDevice

Show DeleteDevice Source # 
Instance details

Defined in Amazonka.NetworkManager.DeleteDevice

Generic DeleteDevice Source # 
Instance details

Defined in Amazonka.NetworkManager.DeleteDevice

Associated Types

type Rep DeleteDevice :: Type -> Type #

NFData DeleteDevice Source # 
Instance details

Defined in Amazonka.NetworkManager.DeleteDevice

Methods

rnf :: DeleteDevice -> () #

Hashable DeleteDevice Source # 
Instance details

Defined in Amazonka.NetworkManager.DeleteDevice

AWSRequest DeleteDevice Source # 
Instance details

Defined in Amazonka.NetworkManager.DeleteDevice

Associated Types

type AWSResponse DeleteDevice #

ToHeaders DeleteDevice Source # 
Instance details

Defined in Amazonka.NetworkManager.DeleteDevice

ToPath DeleteDevice Source # 
Instance details

Defined in Amazonka.NetworkManager.DeleteDevice

ToQuery DeleteDevice Source # 
Instance details

Defined in Amazonka.NetworkManager.DeleteDevice

type Rep DeleteDevice Source # 
Instance details

Defined in Amazonka.NetworkManager.DeleteDevice

type Rep DeleteDevice = D1 ('MetaData "DeleteDevice" "Amazonka.NetworkManager.DeleteDevice" "libZSservicesZSamazonka-networkmanagerZSamazonka-networkmanager" 'False) (C1 ('MetaCons "DeleteDevice'" 'PrefixI 'True) (S1 ('MetaSel ('Just "globalNetworkId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "deviceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeleteDevice Source # 
Instance details

Defined in Amazonka.NetworkManager.DeleteDevice

newDeleteDevice Source #

Create a value of DeleteDevice 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:globalNetworkId:DeleteDevice', deleteDevice_globalNetworkId - The ID of the global network.

$sel:deviceId:DeleteDevice', deleteDevice_deviceId - The ID of the device.

Request Lenses

Destructuring the Response

data DeleteDeviceResponse Source #

See: newDeleteDeviceResponse smart constructor.

Constructors

DeleteDeviceResponse' 

Fields

newDeleteDeviceResponse Source #

Create a value of DeleteDeviceResponse 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:device:DeleteDeviceResponse', deleteDeviceResponse_device - Information about the device.

$sel:httpStatus:DeleteDeviceResponse', deleteDeviceResponse_httpStatus - The response's http status code.

Response Lenses