libZSservicesZSamazonka-cloudfrontZSamazonka-cloudfront
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.CloudFront.ListRealtimeLogConfigs

Description

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

Creating a Request

data ListRealtimeLogConfigs Source #

See: newListRealtimeLogConfigs smart constructor.

Constructors

ListRealtimeLogConfigs' 

Fields

  • marker :: Maybe Text

    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.

  • maxItems :: Maybe Text

    The maximum number of real-time log configurations that you want in the response.

Instances

Instances details
Eq ListRealtimeLogConfigs Source # 
Instance details

Defined in Amazonka.CloudFront.ListRealtimeLogConfigs

Read ListRealtimeLogConfigs Source # 
Instance details

Defined in Amazonka.CloudFront.ListRealtimeLogConfigs

Show ListRealtimeLogConfigs Source # 
Instance details

Defined in Amazonka.CloudFront.ListRealtimeLogConfigs

Generic ListRealtimeLogConfigs Source # 
Instance details

Defined in Amazonka.CloudFront.ListRealtimeLogConfigs

Associated Types

type Rep ListRealtimeLogConfigs :: Type -> Type #

NFData ListRealtimeLogConfigs Source # 
Instance details

Defined in Amazonka.CloudFront.ListRealtimeLogConfigs

Methods

rnf :: ListRealtimeLogConfigs -> () #

Hashable ListRealtimeLogConfigs Source # 
Instance details

Defined in Amazonka.CloudFront.ListRealtimeLogConfigs

AWSRequest ListRealtimeLogConfigs Source # 
Instance details

Defined in Amazonka.CloudFront.ListRealtimeLogConfigs

Associated Types

type AWSResponse ListRealtimeLogConfigs #

ToHeaders ListRealtimeLogConfigs Source # 
Instance details

Defined in Amazonka.CloudFront.ListRealtimeLogConfigs

ToPath ListRealtimeLogConfigs Source # 
Instance details

Defined in Amazonka.CloudFront.ListRealtimeLogConfigs

ToQuery ListRealtimeLogConfigs Source # 
Instance details

Defined in Amazonka.CloudFront.ListRealtimeLogConfigs

type Rep ListRealtimeLogConfigs Source # 
Instance details

Defined in Amazonka.CloudFront.ListRealtimeLogConfigs

type Rep ListRealtimeLogConfigs = D1 ('MetaData "ListRealtimeLogConfigs" "Amazonka.CloudFront.ListRealtimeLogConfigs" "libZSservicesZSamazonka-cloudfrontZSamazonka-cloudfront" 'False) (C1 ('MetaCons "ListRealtimeLogConfigs'" 'PrefixI 'True) (S1 ('MetaSel ('Just "marker") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxItems") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))
type AWSResponse ListRealtimeLogConfigs Source # 
Instance details

Defined in Amazonka.CloudFront.ListRealtimeLogConfigs

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.

Constructors

ListRealtimeLogConfigsResponse' 

Fields

Instances

Instances details
Eq ListRealtimeLogConfigsResponse Source # 
Instance details

Defined in Amazonka.CloudFront.ListRealtimeLogConfigs

Read ListRealtimeLogConfigsResponse Source # 
Instance details

Defined in Amazonka.CloudFront.ListRealtimeLogConfigs

Show ListRealtimeLogConfigsResponse Source # 
Instance details

Defined in Amazonka.CloudFront.ListRealtimeLogConfigs

Generic ListRealtimeLogConfigsResponse Source # 
Instance details

Defined in Amazonka.CloudFront.ListRealtimeLogConfigs

Associated Types

type Rep ListRealtimeLogConfigsResponse :: Type -> Type #

NFData ListRealtimeLogConfigsResponse Source # 
Instance details

Defined in Amazonka.CloudFront.ListRealtimeLogConfigs

type Rep ListRealtimeLogConfigsResponse Source # 
Instance details

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