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 |
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.
Instances
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.
Instances
Eq DeleteGatewayResponse Source # | |
Defined in Amazonka.IoTSiteWise.DeleteGateway (==) :: DeleteGatewayResponse -> DeleteGatewayResponse -> Bool # (/=) :: DeleteGatewayResponse -> DeleteGatewayResponse -> Bool # | |
Read DeleteGatewayResponse Source # | |
Show DeleteGatewayResponse Source # | |
Defined in Amazonka.IoTSiteWise.DeleteGateway showsPrec :: Int -> DeleteGatewayResponse -> ShowS # show :: DeleteGatewayResponse -> String # showList :: [DeleteGatewayResponse] -> ShowS # | |
Generic DeleteGatewayResponse Source # | |
Defined in Amazonka.IoTSiteWise.DeleteGateway type Rep DeleteGatewayResponse :: Type -> Type # | |
NFData DeleteGatewayResponse Source # | |
Defined in Amazonka.IoTSiteWise.DeleteGateway rnf :: DeleteGatewayResponse -> () # | |
type Rep DeleteGatewayResponse Source # | |
Defined in Amazonka.IoTSiteWise.DeleteGateway |
newDeleteGatewayResponse :: DeleteGatewayResponse Source #
Create a value of DeleteGatewayResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.