| 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.ListV2LoggingLevels
Description
Lists logging levels.
Synopsis
- listV2LoggingLevels :: ListV2LoggingLevels
- data ListV2LoggingLevels
- lvllTargetType :: Lens' ListV2LoggingLevels (Maybe LogTargetType)
- lvllNextToken :: Lens' ListV2LoggingLevels (Maybe Text)
- lvllMaxResults :: Lens' ListV2LoggingLevels (Maybe Natural)
- listV2LoggingLevelsResponse :: Int -> ListV2LoggingLevelsResponse
- data ListV2LoggingLevelsResponse
- lvllrsLogTargetConfigurations :: Lens' ListV2LoggingLevelsResponse [LogTargetConfiguration]
- lvllrsNextToken :: Lens' ListV2LoggingLevelsResponse (Maybe Text)
- lvllrsResponseStatus :: Lens' ListV2LoggingLevelsResponse Int
Creating a Request
listV2LoggingLevels :: ListV2LoggingLevels Source #
Creates a value of ListV2LoggingLevels with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
lvllTargetType- The type of resource for which you are configuring logging. Must beTHING_Group.lvllNextToken- The token used to get the next set of results, or null if there are no additional results.lvllMaxResults- The maximum number of results to return at one time.
data ListV2LoggingLevels Source #
See: listV2LoggingLevels smart constructor.
Instances
Request Lenses
lvllTargetType :: Lens' ListV2LoggingLevels (Maybe LogTargetType) Source #
The type of resource for which you are configuring logging. Must be THING_Group .
lvllNextToken :: Lens' ListV2LoggingLevels (Maybe Text) Source #
The token used to get the next set of results, or null if there are no additional results.
lvllMaxResults :: Lens' ListV2LoggingLevels (Maybe Natural) Source #
The maximum number of results to return at one time.
Destructuring the Response
listV2LoggingLevelsResponse Source #
Arguments
| :: Int | |
| -> ListV2LoggingLevelsResponse |
Creates a value of ListV2LoggingLevelsResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
lvllrsLogTargetConfigurations- The logging configuration for a target.lvllrsNextToken- The token used to get the next set of results, or null if there are no additional results.lvllrsResponseStatus- -- | The response status code.
data ListV2LoggingLevelsResponse Source #
See: listV2LoggingLevelsResponse smart constructor.
Instances
Response Lenses
lvllrsLogTargetConfigurations :: Lens' ListV2LoggingLevelsResponse [LogTargetConfiguration] Source #
The logging configuration for a target.
lvllrsNextToken :: Lens' ListV2LoggingLevelsResponse (Maybe Text) Source #
The token used to get the next set of results, or null if there are no additional results.
lvllrsResponseStatus :: Lens' ListV2LoggingLevelsResponse Int Source #
- - | The response status code.