| Copyright | (c) 2013-2018 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 |
| Language | Haskell2010 |
Network.AWS.IoT.DeleteV2LoggingLevel
Description
Deletes a logging level.
Synopsis
Creating a Request
Arguments
| :: LogTargetType | |
| -> Text | |
| -> DeleteV2LoggingLevel |
Creates a value of DeleteV2LoggingLevel with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dvllTargetType- The type of resource for which you are configuring logging. Must beTHING_Group.dvllTargetName- The name of the resource for which you are configuring logging.
data DeleteV2LoggingLevel Source #
See: deleteV2LoggingLevel smart constructor.
Instances
Request Lenses
dvllTargetType :: Lens' DeleteV2LoggingLevel LogTargetType Source #
The type of resource for which you are configuring logging. Must be THING_Group .
dvllTargetName :: Lens' DeleteV2LoggingLevel Text Source #
The name of the resource for which you are configuring logging.
Destructuring the Response
deleteV2LoggingLevelResponse :: DeleteV2LoggingLevelResponse Source #
Creates a value of DeleteV2LoggingLevelResponse with the minimum fields required to make a request.
data DeleteV2LoggingLevelResponse Source #
See: deleteV2LoggingLevelResponse smart constructor.