amazonka-cloudfront-1.4.5: Amazon CloudFront SDK.

Copyright(c) 2013-2016 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.GetStreamingDistribution

Contents

Description

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

Synopsis

Creating a Request

getStreamingDistribution #

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 #

The request to get a streaming distribution's information.

See: getStreamingDistribution smart constructor.

Instances

Eq GetStreamingDistribution # 
Data GetStreamingDistribution # 

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 # 
Show GetStreamingDistribution # 
Generic GetStreamingDistribution # 
Hashable GetStreamingDistribution # 
NFData GetStreamingDistribution # 
AWSRequest GetStreamingDistribution # 
ToQuery GetStreamingDistribution # 
ToPath GetStreamingDistribution # 
ToHeaders GetStreamingDistribution # 
type Rep GetStreamingDistribution # 
type Rep GetStreamingDistribution = D1 (MetaData "GetStreamingDistribution" "Network.AWS.CloudFront.GetStreamingDistribution" "amazonka-cloudfront-1.4.5-ASj3DZfX0V52Qz3IKSFVrZ" True) (C1 (MetaCons "GetStreamingDistribution'" PrefixI True) (S1 (MetaSel (Just Symbol "_gsdId") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))
type Rs GetStreamingDistribution # 

Request Lenses

gsdId :: Lens' GetStreamingDistribution Text #

The streaming distribution's ID.

Destructuring the Response

getStreamingDistributionResponse #

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 #

The returned result of the corresponding request.

See: getStreamingDistributionResponse smart constructor.

Instances

Eq GetStreamingDistributionResponse # 
Data GetStreamingDistributionResponse # 

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 # 
Show GetStreamingDistributionResponse # 
Generic GetStreamingDistributionResponse # 
NFData GetStreamingDistributionResponse # 
type Rep GetStreamingDistributionResponse # 
type Rep GetStreamingDistributionResponse = D1 (MetaData "GetStreamingDistributionResponse" "Network.AWS.CloudFront.GetStreamingDistribution" "amazonka-cloudfront-1.4.5-ASj3DZfX0V52Qz3IKSFVrZ" 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 DecidedUnpack) (Rec0 Int)))))

Response Lenses

gsdrsETag :: Lens' GetStreamingDistributionResponse (Maybe Text) #

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