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 |
Synopsis
- data RealtimeLogConfigs = RealtimeLogConfigs' {
- items :: Maybe [RealtimeLogConfig]
- nextMarker :: Maybe Text
- maxItems :: Int
- isTruncated :: Bool
- marker :: Text
- newRealtimeLogConfigs :: Int -> Bool -> Text -> RealtimeLogConfigs
- realtimeLogConfigs_items :: Lens' RealtimeLogConfigs (Maybe [RealtimeLogConfig])
- realtimeLogConfigs_nextMarker :: Lens' RealtimeLogConfigs (Maybe Text)
- realtimeLogConfigs_maxItems :: Lens' RealtimeLogConfigs Int
- realtimeLogConfigs_isTruncated :: Lens' RealtimeLogConfigs Bool
- realtimeLogConfigs_marker :: Lens' RealtimeLogConfigs Text
Documentation
data RealtimeLogConfigs Source #
A list of real-time log configurations.
See: newRealtimeLogConfigs
smart constructor.
RealtimeLogConfigs' | |
|
Instances
newRealtimeLogConfigs Source #
:: Int | |
-> Bool | |
-> Text | |
-> RealtimeLogConfigs |
Create a value of RealtimeLogConfigs
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:items:RealtimeLogConfigs'
, realtimeLogConfigs_items
- Contains the list of real-time log configurations.
$sel:nextMarker:RealtimeLogConfigs'
, realtimeLogConfigs_nextMarker
- If there are more items in the list than are in this response, this
element is present. It contains the value that you should use in the
Marker
field of a subsequent request to continue listing real-time log
configurations where you left off.
$sel:maxItems:RealtimeLogConfigs'
, realtimeLogConfigs_maxItems
- The maximum number of real-time log configurations requested.
$sel:isTruncated:RealtimeLogConfigs'
, realtimeLogConfigs_isTruncated
- A flag that indicates whether there are more real-time log
configurations than are contained in this list.
$sel:marker:RealtimeLogConfigs'
, realtimeLogConfigs_marker
- This parameter indicates where this list of real-time log configurations
begins. This list includes real-time log configurations that occur after
the marker.
realtimeLogConfigs_items :: Lens' RealtimeLogConfigs (Maybe [RealtimeLogConfig]) Source #
Contains the list of real-time log configurations.
realtimeLogConfigs_nextMarker :: Lens' RealtimeLogConfigs (Maybe Text) Source #
If there are more items in the list than are in this response, this
element is present. It contains the value that you should use in the
Marker
field of a subsequent request to continue listing real-time log
configurations where you left off.
realtimeLogConfigs_maxItems :: Lens' RealtimeLogConfigs Int Source #
The maximum number of real-time log configurations requested.
realtimeLogConfigs_isTruncated :: Lens' RealtimeLogConfigs Bool Source #
A flag that indicates whether there are more real-time log configurations than are contained in this list.
realtimeLogConfigs_marker :: Lens' RealtimeLogConfigs Text Source #
This parameter indicates where this list of real-time log configurations begins. This list includes real-time log configurations that occur after the marker.