amazonka-cloudfront-1.6.0: Amazon CloudFront SDK.

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

Network.AWS.CloudFront.GetStreamingDistribution

Contents

Description

Gets information about a specified RTMP distribution, including the distribution configuration.

Synopsis

Creating a Request

getStreamingDistribution Source #

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

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

  • gsdId - The streaming distribution's ID.

data GetStreamingDistribution Source #

The request to get a streaming distribution's information.

See: getStreamingDistribution smart constructor.

Instances

Eq GetStreamingDistribution Source # 
Data GetStreamingDistribution Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> GetStreamingDistribution -> c GetStreamingDistribution #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c GetStreamingDistribution #

toConstr :: GetStreamingDistribution -> Constr #

dataTypeOf :: GetStreamingDistribution -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c GetStreamingDistribution) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c GetStreamingDistribution) #

gmapT :: (forall b. Data b => b -> b) -> GetStreamingDistribution -> GetStreamingDistribution #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> GetStreamingDistribution -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> GetStreamingDistribution -> r #

gmapQ :: (forall d. Data d => d -> u) -> GetStreamingDistribution -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> GetStreamingDistribution -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> GetStreamingDistribution -> m GetStreamingDistribution #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> GetStreamingDistribution -> m GetStreamingDistribution #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> GetStreamingDistribution -> m GetStreamingDistribution #

Read GetStreamingDistribution Source # 
Show GetStreamingDistribution Source # 
Generic GetStreamingDistribution Source # 
Hashable GetStreamingDistribution Source # 
NFData GetStreamingDistribution Source # 
AWSRequest GetStreamingDistribution Source # 
ToHeaders GetStreamingDistribution Source # 
ToPath GetStreamingDistribution Source # 
ToQuery GetStreamingDistribution Source # 
type Rep GetStreamingDistribution Source # 
type Rep GetStreamingDistribution = D1 * (MetaData "GetStreamingDistribution" "Network.AWS.CloudFront.GetStreamingDistribution" "amazonka-cloudfront-1.6.0-GTmJBWQTc5OFcqzFNdHHM3" True) (C1 * (MetaCons "GetStreamingDistribution'" PrefixI True) (S1 * (MetaSel (Just Symbol "_gsdId") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * Text)))
type Rs GetStreamingDistribution Source # 

Request Lenses

gsdId :: Lens' GetStreamingDistribution Text Source #

The streaming distribution's ID.

Destructuring the Response

getStreamingDistributionResponse Source #

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

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

data GetStreamingDistributionResponse Source #

The returned result of the corresponding request.

See: getStreamingDistributionResponse smart constructor.

Instances

Eq GetStreamingDistributionResponse Source # 
Data GetStreamingDistributionResponse Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> GetStreamingDistributionResponse -> c GetStreamingDistributionResponse #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c GetStreamingDistributionResponse #

toConstr :: GetStreamingDistributionResponse -> Constr #

dataTypeOf :: GetStreamingDistributionResponse -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c GetStreamingDistributionResponse) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c GetStreamingDistributionResponse) #

gmapT :: (forall b. Data b => b -> b) -> GetStreamingDistributionResponse -> GetStreamingDistributionResponse #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> GetStreamingDistributionResponse -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> GetStreamingDistributionResponse -> r #

gmapQ :: (forall d. Data d => d -> u) -> GetStreamingDistributionResponse -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> GetStreamingDistributionResponse -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> GetStreamingDistributionResponse -> m GetStreamingDistributionResponse #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> GetStreamingDistributionResponse -> m GetStreamingDistributionResponse #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> GetStreamingDistributionResponse -> m GetStreamingDistributionResponse #

Read GetStreamingDistributionResponse Source # 
Show GetStreamingDistributionResponse Source # 
Generic GetStreamingDistributionResponse Source # 
NFData GetStreamingDistributionResponse Source # 
type Rep GetStreamingDistributionResponse Source # 
type Rep GetStreamingDistributionResponse = D1 * (MetaData "GetStreamingDistributionResponse" "Network.AWS.CloudFront.GetStreamingDistribution" "amazonka-cloudfront-1.6.0-GTmJBWQTc5OFcqzFNdHHM3" False) (C1 * (MetaCons "GetStreamingDistributionResponse'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_gsdrsETag") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) ((:*:) * (S1 * (MetaSel (Just Symbol "_gsdrsStreamingDistribution") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe StreamingDistribution))) (S1 * (MetaSel (Just Symbol "_gsdrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Int)))))

Response Lenses

gsdrsETag :: Lens' GetStreamingDistributionResponse (Maybe Text) Source #

The current version of the streaming distribution's information. For example: E2QWRUHAPOMQZL .