Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Amazonka.IoTSiteWise.DeleteGateway
Description
Deletes a gateway from IoT SiteWise. When you delete a gateway, some of the gateway's files remain in your gateway's file system.
Synopsis
Creating a Request
data DeleteGateway Source #
See: newDeleteGateway
smart constructor.
Constructors
DeleteGateway' | |
Instances
Arguments
:: Text | |
-> DeleteGateway |
Create a value of DeleteGateway
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:gatewayId:DeleteGateway'
, deleteGateway_gatewayId
- The ID of the gateway to delete.
Request Lenses
deleteGateway_gatewayId :: Lens' DeleteGateway Text Source #
The ID of the gateway to delete.
Destructuring the Response
data DeleteGatewayResponse Source #
See: newDeleteGatewayResponse
smart constructor.
Constructors
DeleteGatewayResponse' | |
Instances
newDeleteGatewayResponse :: DeleteGatewayResponse Source #
Create a value of DeleteGatewayResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.