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.ListDistributionsByRealtimeLogConfig

Description

Gets a list of distributions that have a cache behavior that’s associated with the specified real-time log configuration.

You can specify the real-time log configuration by its name or its Amazon Resource Name (ARN). You must provide at least one. If you provide both, CloudFront uses the name to identify the real-time log configuration to list distributions for.

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 ListDistributionsByRealtimeLogConfig Source #

Constructors

ListDistributionsByRealtimeLogConfig' 

Fields

  • realtimeLogConfigName :: Maybe Text

    The name of the real-time log configuration whose associated distributions you want to list.

  • realtimeLogConfigArn :: Maybe Text

    The Amazon Resource Name (ARN) of the real-time log configuration whose associated distributions you want to list.

  • marker :: Maybe Text

    Use this field when paginating results to indicate where to begin in your list of distributions. The response includes distributions 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 distributions that you want in the response.

Instances

Instances details
Eq ListDistributionsByRealtimeLogConfig Source # 
Instance details

Defined in Amazonka.CloudFront.ListDistributionsByRealtimeLogConfig

Read ListDistributionsByRealtimeLogConfig Source # 
Instance details

Defined in Amazonka.CloudFront.ListDistributionsByRealtimeLogConfig

Show ListDistributionsByRealtimeLogConfig Source # 
Instance details

Defined in Amazonka.CloudFront.ListDistributionsByRealtimeLogConfig

Generic ListDistributionsByRealtimeLogConfig Source # 
Instance details

Defined in Amazonka.CloudFront.ListDistributionsByRealtimeLogConfig

NFData ListDistributionsByRealtimeLogConfig Source # 
Instance details

Defined in Amazonka.CloudFront.ListDistributionsByRealtimeLogConfig

Hashable ListDistributionsByRealtimeLogConfig Source # 
Instance details

Defined in Amazonka.CloudFront.ListDistributionsByRealtimeLogConfig

AWSRequest ListDistributionsByRealtimeLogConfig Source # 
Instance details

Defined in Amazonka.CloudFront.ListDistributionsByRealtimeLogConfig

ToHeaders ListDistributionsByRealtimeLogConfig Source # 
Instance details

Defined in Amazonka.CloudFront.ListDistributionsByRealtimeLogConfig

ToPath ListDistributionsByRealtimeLogConfig Source # 
Instance details

Defined in Amazonka.CloudFront.ListDistributionsByRealtimeLogConfig

ToQuery ListDistributionsByRealtimeLogConfig Source # 
Instance details

Defined in Amazonka.CloudFront.ListDistributionsByRealtimeLogConfig

ToElement ListDistributionsByRealtimeLogConfig Source # 
Instance details

Defined in Amazonka.CloudFront.ListDistributionsByRealtimeLogConfig

ToXML ListDistributionsByRealtimeLogConfig Source # 
Instance details

Defined in Amazonka.CloudFront.ListDistributionsByRealtimeLogConfig

type Rep ListDistributionsByRealtimeLogConfig Source # 
Instance details

Defined in Amazonka.CloudFront.ListDistributionsByRealtimeLogConfig

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

Defined in Amazonka.CloudFront.ListDistributionsByRealtimeLogConfig

newListDistributionsByRealtimeLogConfig :: ListDistributionsByRealtimeLogConfig Source #

Create a value of ListDistributionsByRealtimeLogConfig 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:realtimeLogConfigName:ListDistributionsByRealtimeLogConfig', listDistributionsByRealtimeLogConfig_realtimeLogConfigName - The name of the real-time log configuration whose associated distributions you want to list.

$sel:realtimeLogConfigArn:ListDistributionsByRealtimeLogConfig', listDistributionsByRealtimeLogConfig_realtimeLogConfigArn - The Amazon Resource Name (ARN) of the real-time log configuration whose associated distributions you want to list.

$sel:marker:ListDistributionsByRealtimeLogConfig', listDistributionsByRealtimeLogConfig_marker - Use this field when paginating results to indicate where to begin in your list of distributions. The response includes distributions 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:ListDistributionsByRealtimeLogConfig', listDistributionsByRealtimeLogConfig_maxItems - The maximum number of distributions that you want in the response.

Request Lenses

listDistributionsByRealtimeLogConfig_realtimeLogConfigName :: Lens' ListDistributionsByRealtimeLogConfig (Maybe Text) Source #

The name of the real-time log configuration whose associated distributions you want to list.

listDistributionsByRealtimeLogConfig_realtimeLogConfigArn :: Lens' ListDistributionsByRealtimeLogConfig (Maybe Text) Source #

The Amazon Resource Name (ARN) of the real-time log configuration whose associated distributions you want to list.

listDistributionsByRealtimeLogConfig_marker :: Lens' ListDistributionsByRealtimeLogConfig (Maybe Text) Source #

Use this field when paginating results to indicate where to begin in your list of distributions. The response includes distributions 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.

listDistributionsByRealtimeLogConfig_maxItems :: Lens' ListDistributionsByRealtimeLogConfig (Maybe Text) Source #

The maximum number of distributions that you want in the response.

Destructuring the Response

data ListDistributionsByRealtimeLogConfigResponse Source #

Instances

Instances details
Eq ListDistributionsByRealtimeLogConfigResponse Source # 
Instance details

Defined in Amazonka.CloudFront.ListDistributionsByRealtimeLogConfig

Read ListDistributionsByRealtimeLogConfigResponse Source # 
Instance details

Defined in Amazonka.CloudFront.ListDistributionsByRealtimeLogConfig

Show ListDistributionsByRealtimeLogConfigResponse Source # 
Instance details

Defined in Amazonka.CloudFront.ListDistributionsByRealtimeLogConfig

Generic ListDistributionsByRealtimeLogConfigResponse Source # 
Instance details

Defined in Amazonka.CloudFront.ListDistributionsByRealtimeLogConfig

NFData ListDistributionsByRealtimeLogConfigResponse Source # 
Instance details

Defined in Amazonka.CloudFront.ListDistributionsByRealtimeLogConfig

type Rep ListDistributionsByRealtimeLogConfigResponse Source # 
Instance details

Defined in Amazonka.CloudFront.ListDistributionsByRealtimeLogConfig

type Rep ListDistributionsByRealtimeLogConfigResponse = D1 ('MetaData "ListDistributionsByRealtimeLogConfigResponse" "Amazonka.CloudFront.ListDistributionsByRealtimeLogConfig" "libZSservicesZSamazonka-cloudfrontZSamazonka-cloudfront" 'False) (C1 ('MetaCons "ListDistributionsByRealtimeLogConfigResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "distributionList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DistributionList)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

Response Lenses