| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.CloudFront.Types.RealtimeLogConfigs
Description
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.
Constructors
| RealtimeLogConfigs' | |
Fields
| |
Instances
newRealtimeLogConfigs Source #
Arguments
| :: 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.