amazonka-cloudfront-2.0: Amazon CloudFront SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

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

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

  • realtimeLogConfigArn :: Maybe Text

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

  • realtimeLogConfigName :: Maybe Text

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

Instances

Instances details
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

AWSRequest ListDistributionsByRealtimeLogConfig Source # 
Instance details

Defined in Amazonka.CloudFront.ListDistributionsByRealtimeLogConfig

Generic 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

NFData ListDistributionsByRealtimeLogConfig Source # 
Instance details

Defined in Amazonka.CloudFront.ListDistributionsByRealtimeLogConfig

Eq ListDistributionsByRealtimeLogConfig Source # 
Instance details

Defined in Amazonka.CloudFront.ListDistributionsByRealtimeLogConfig

Hashable ListDistributionsByRealtimeLogConfig Source # 
Instance details

Defined in Amazonka.CloudFront.ListDistributionsByRealtimeLogConfig

type AWSResponse 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" "amazonka-cloudfront-2.0-8Jb7luniAuUfLdUxCxW4K" 'False) (C1 ('MetaCons "ListDistributionsByRealtimeLogConfig'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "marker") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxItems") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "realtimeLogConfigArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "realtimeLogConfigName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

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:

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.

ListDistributionsByRealtimeLogConfig, listDistributionsByRealtimeLogConfig_maxItems - The maximum number of distributions that you want in the response.

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

$sel:realtimeLogConfigName:ListDistributionsByRealtimeLogConfig', listDistributionsByRealtimeLogConfig_realtimeLogConfigName - The name of the real-time log configuration whose associated distributions you want to list.

Request Lenses

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.

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_realtimeLogConfigName :: Lens' ListDistributionsByRealtimeLogConfig (Maybe Text) Source #

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

Destructuring the Response

data ListDistributionsByRealtimeLogConfigResponse Source #

Instances

Instances details
Generic ListDistributionsByRealtimeLogConfigResponse Source # 
Instance details

Defined in Amazonka.CloudFront.ListDistributionsByRealtimeLogConfig

Show ListDistributionsByRealtimeLogConfigResponse Source # 
Instance details

Defined in Amazonka.CloudFront.ListDistributionsByRealtimeLogConfig

NFData ListDistributionsByRealtimeLogConfigResponse Source # 
Instance details

Defined in Amazonka.CloudFront.ListDistributionsByRealtimeLogConfig

Eq 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" "amazonka-cloudfront-2.0-8Jb7luniAuUfLdUxCxW4K" '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