amazonka-cloudfront-1.3.5: Amazon CloudFront SDK.

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

Network.AWS.CloudFront.ListStreamingDistributions

Contents

Description

List streaming distributions.

See: AWS API Reference for ListStreamingDistributions.

This operation returns paginated results.

Synopsis

Creating a Request

listStreamingDistributions :: ListStreamingDistributions Source

Creates a value of ListStreamingDistributions with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Request Lenses

lsdMarker :: Lens' ListStreamingDistributions (Maybe Text) Source

Use this when paginating results to indicate where to begin in your list of streaming distributions. The results include distributions in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last distribution on that page).

lsdMaxItems :: Lens' ListStreamingDistributions (Maybe Text) Source

The maximum number of streaming distributions you want in the response body.

Destructuring the Response

listStreamingDistributionsResponse Source

Creates a value of ListStreamingDistributionsResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Response Lenses