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 |
Gets a list of real-time log configurations.
You can optionally specify the maximum number of items to receive in the
response. If the total number of items in the list exceeds the maximum
that you specify, or the default maximum, the response is paginated. To
get the next page of items, send a subsequent request that specifies the
NextMarker
value from the current response as the Marker
value in
the subsequent request.
Synopsis
- data ListRealtimeLogConfigs = ListRealtimeLogConfigs' {}
- newListRealtimeLogConfigs :: ListRealtimeLogConfigs
- listRealtimeLogConfigs_marker :: Lens' ListRealtimeLogConfigs (Maybe Text)
- listRealtimeLogConfigs_maxItems :: Lens' ListRealtimeLogConfigs (Maybe Text)
- data ListRealtimeLogConfigsResponse = ListRealtimeLogConfigsResponse' {}
- newListRealtimeLogConfigsResponse :: Int -> ListRealtimeLogConfigsResponse
- listRealtimeLogConfigsResponse_realtimeLogConfigs :: Lens' ListRealtimeLogConfigsResponse (Maybe RealtimeLogConfigs)
- listRealtimeLogConfigsResponse_httpStatus :: Lens' ListRealtimeLogConfigsResponse Int
Creating a Request
data ListRealtimeLogConfigs Source #
See: newListRealtimeLogConfigs
smart constructor.
ListRealtimeLogConfigs' | |
|
Instances
newListRealtimeLogConfigs :: ListRealtimeLogConfigs Source #
Create a value of ListRealtimeLogConfigs
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:marker:ListRealtimeLogConfigs'
, listRealtimeLogConfigs_marker
- Use this field when paginating results to indicate where to begin in
your list of real-time log configurations. The response includes
real-time log configurations in the list that occur after the marker. To
get the next page of the list, set this field’s value to the value of
NextMarker
from the current page’s response.
$sel:maxItems:ListRealtimeLogConfigs'
, listRealtimeLogConfigs_maxItems
- The maximum number of real-time log configurations that you want in the
response.
Request Lenses
listRealtimeLogConfigs_marker :: Lens' ListRealtimeLogConfigs (Maybe Text) Source #
Use this field when paginating results to indicate where to begin in
your list of real-time log configurations. The response includes
real-time log configurations in the list that occur after the marker. To
get the next page of the list, set this field’s value to the value of
NextMarker
from the current page’s response.
listRealtimeLogConfigs_maxItems :: Lens' ListRealtimeLogConfigs (Maybe Text) Source #
The maximum number of real-time log configurations that you want in the response.
Destructuring the Response
data ListRealtimeLogConfigsResponse Source #
See: newListRealtimeLogConfigsResponse
smart constructor.
ListRealtimeLogConfigsResponse' | |
|
Instances
Eq ListRealtimeLogConfigsResponse Source # | |
Read ListRealtimeLogConfigsResponse Source # | |
Show ListRealtimeLogConfigsResponse Source # | |
Defined in Amazonka.CloudFront.ListRealtimeLogConfigs | |
Generic ListRealtimeLogConfigsResponse Source # | |
NFData ListRealtimeLogConfigsResponse Source # | |
Defined in Amazonka.CloudFront.ListRealtimeLogConfigs rnf :: ListRealtimeLogConfigsResponse -> () # | |
type Rep ListRealtimeLogConfigsResponse Source # | |
Defined in Amazonka.CloudFront.ListRealtimeLogConfigs type Rep ListRealtimeLogConfigsResponse = D1 ('MetaData "ListRealtimeLogConfigsResponse" "Amazonka.CloudFront.ListRealtimeLogConfigs" "libZSservicesZSamazonka-cloudfrontZSamazonka-cloudfront" 'False) (C1 ('MetaCons "ListRealtimeLogConfigsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "realtimeLogConfigs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RealtimeLogConfigs)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))) |
newListRealtimeLogConfigsResponse Source #
Create a value of ListRealtimeLogConfigsResponse
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:realtimeLogConfigs:ListRealtimeLogConfigsResponse'
, listRealtimeLogConfigsResponse_realtimeLogConfigs
- A list of real-time log configurations.
$sel:httpStatus:ListRealtimeLogConfigsResponse'
, listRealtimeLogConfigsResponse_httpStatus
- The response's http status code.
Response Lenses
listRealtimeLogConfigsResponse_realtimeLogConfigs :: Lens' ListRealtimeLogConfigsResponse (Maybe RealtimeLogConfigs) Source #
A list of real-time log configurations.
listRealtimeLogConfigsResponse_httpStatus :: Lens' ListRealtimeLogConfigsResponse Int Source #
The response's http status code.