amazonka-mediapackage-1.6.1: Amazon Elemental MediaPackage 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.MediaPackage.UpdateOriginEndpoint

Contents

Description

Updates an existing OriginEndpoint.

Synopsis

Creating a Request

updateOriginEndpoint Source #

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

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

  • uoeWhitelist - A list of source IP CIDR blocks that will be allowed to access the OriginEndpoint.
  • uoeHlsPackage - Undocumented member.
  • uoeManifestName - A short string that will be appended to the end of the Endpoint URL.
  • uoeStartoverWindowSeconds - Maximum duration (in seconds) of content to retain for startover playback. If not specified, startover playback will be disabled for the OriginEndpoint.
  • uoeDashPackage - Undocumented member.
  • uoeMssPackage - Undocumented member.
  • uoeTimeDelaySeconds - Amount of delay (in seconds) to enforce on the playback of live content. If not specified, there will be no time delay in effect for the OriginEndpoint.
  • uoeCmafPackage - Undocumented member.
  • uoeDescription - A short text description of the OriginEndpoint.
  • uoeId - The ID of the OriginEndpoint to update.

data UpdateOriginEndpoint Source #

Configuration parameters used to update an existing OriginEndpoint.

See: updateOriginEndpoint smart constructor.

Instances
Eq UpdateOriginEndpoint Source # 
Instance details

Defined in Network.AWS.MediaPackage.UpdateOriginEndpoint

Data UpdateOriginEndpoint Source # 
Instance details

Defined in Network.AWS.MediaPackage.UpdateOriginEndpoint

Methods

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

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

toConstr :: UpdateOriginEndpoint -> Constr #

dataTypeOf :: UpdateOriginEndpoint -> DataType #

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

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

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

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

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

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

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

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

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

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

Read UpdateOriginEndpoint Source # 
Instance details

Defined in Network.AWS.MediaPackage.UpdateOriginEndpoint

Show UpdateOriginEndpoint Source # 
Instance details

Defined in Network.AWS.MediaPackage.UpdateOriginEndpoint

Generic UpdateOriginEndpoint Source # 
Instance details

Defined in Network.AWS.MediaPackage.UpdateOriginEndpoint

Associated Types

type Rep UpdateOriginEndpoint :: Type -> Type #

Hashable UpdateOriginEndpoint Source # 
Instance details

Defined in Network.AWS.MediaPackage.UpdateOriginEndpoint

ToJSON UpdateOriginEndpoint Source # 
Instance details

Defined in Network.AWS.MediaPackage.UpdateOriginEndpoint

AWSRequest UpdateOriginEndpoint Source # 
Instance details

Defined in Network.AWS.MediaPackage.UpdateOriginEndpoint

Associated Types

type Rs UpdateOriginEndpoint :: Type #

ToHeaders UpdateOriginEndpoint Source # 
Instance details

Defined in Network.AWS.MediaPackage.UpdateOriginEndpoint

ToPath UpdateOriginEndpoint Source # 
Instance details

Defined in Network.AWS.MediaPackage.UpdateOriginEndpoint

ToQuery UpdateOriginEndpoint Source # 
Instance details

Defined in Network.AWS.MediaPackage.UpdateOriginEndpoint

NFData UpdateOriginEndpoint Source # 
Instance details

Defined in Network.AWS.MediaPackage.UpdateOriginEndpoint

Methods

rnf :: UpdateOriginEndpoint -> () #

type Rep UpdateOriginEndpoint Source # 
Instance details

Defined in Network.AWS.MediaPackage.UpdateOriginEndpoint

type Rs UpdateOriginEndpoint Source # 
Instance details

Defined in Network.AWS.MediaPackage.UpdateOriginEndpoint

Request Lenses

uoeWhitelist :: Lens' UpdateOriginEndpoint [Text] Source #

A list of source IP CIDR blocks that will be allowed to access the OriginEndpoint.

uoeManifestName :: Lens' UpdateOriginEndpoint (Maybe Text) Source #

A short string that will be appended to the end of the Endpoint URL.

uoeStartoverWindowSeconds :: Lens' UpdateOriginEndpoint (Maybe Int) Source #

Maximum duration (in seconds) of content to retain for startover playback. If not specified, startover playback will be disabled for the OriginEndpoint.

uoeTimeDelaySeconds :: Lens' UpdateOriginEndpoint (Maybe Int) Source #

Amount of delay (in seconds) to enforce on the playback of live content. If not specified, there will be no time delay in effect for the OriginEndpoint.

uoeDescription :: Lens' UpdateOriginEndpoint (Maybe Text) Source #

A short text description of the OriginEndpoint.

uoeId :: Lens' UpdateOriginEndpoint Text Source #

The ID of the OriginEndpoint to update.

Destructuring the Response

updateOriginEndpointResponse Source #

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

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

data UpdateOriginEndpointResponse Source #

See: updateOriginEndpointResponse smart constructor.

Instances
Eq UpdateOriginEndpointResponse Source # 
Instance details

Defined in Network.AWS.MediaPackage.UpdateOriginEndpoint

Data UpdateOriginEndpointResponse Source # 
Instance details

Defined in Network.AWS.MediaPackage.UpdateOriginEndpoint

Methods

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

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

toConstr :: UpdateOriginEndpointResponse -> Constr #

dataTypeOf :: UpdateOriginEndpointResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read UpdateOriginEndpointResponse Source # 
Instance details

Defined in Network.AWS.MediaPackage.UpdateOriginEndpoint

Show UpdateOriginEndpointResponse Source # 
Instance details

Defined in Network.AWS.MediaPackage.UpdateOriginEndpoint

Generic UpdateOriginEndpointResponse Source # 
Instance details

Defined in Network.AWS.MediaPackage.UpdateOriginEndpoint

Associated Types

type Rep UpdateOriginEndpointResponse :: Type -> Type #

NFData UpdateOriginEndpointResponse Source # 
Instance details

Defined in Network.AWS.MediaPackage.UpdateOriginEndpoint

type Rep UpdateOriginEndpointResponse Source # 
Instance details

Defined in Network.AWS.MediaPackage.UpdateOriginEndpoint

type Rep UpdateOriginEndpointResponse = D1 (MetaData "UpdateOriginEndpointResponse" "Network.AWS.MediaPackage.UpdateOriginEndpoint" "amazonka-mediapackage-1.6.1-8AxmiJJnVfmHmtFbaXxvVo" False) (C1 (MetaCons "UpdateOriginEndpointResponse'" PrefixI True) (((S1 (MetaSel (Just "_uoersWhitelist") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 (MetaSel (Just "_uoersHlsPackage") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe HlsPackage)) :*: S1 (MetaSel (Just "_uoersARN") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 (MetaSel (Just "_uoersManifestName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_uoersURL") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 (MetaSel (Just "_uoersChannelId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_uoersStartoverWindowSeconds") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Int))))) :*: ((S1 (MetaSel (Just "_uoersDashPackage") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe DashPackage)) :*: (S1 (MetaSel (Just "_uoersMssPackage") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe MssPackage)) :*: S1 (MetaSel (Just "_uoersId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 (MetaSel (Just "_uoersTimeDelaySeconds") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Int)) :*: S1 (MetaSel (Just "_uoersCmafPackage") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe CmafPackage))) :*: (S1 (MetaSel (Just "_uoersDescription") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_uoersResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int))))))

Response Lenses

uoersWhitelist :: Lens' UpdateOriginEndpointResponse [Text] Source #

A list of source IP CIDR blocks that will be allowed to access the OriginEndpoint.

uoersARN :: Lens' UpdateOriginEndpointResponse (Maybe Text) Source #

The Amazon Resource Name (ARN) assigned to the OriginEndpoint.

uoersManifestName :: Lens' UpdateOriginEndpointResponse (Maybe Text) Source #

A short string appended to the end of the OriginEndpoint URL.

uoersURL :: Lens' UpdateOriginEndpointResponse (Maybe Text) Source #

The URL of the packaged OriginEndpoint for consumption.

uoersChannelId :: Lens' UpdateOriginEndpointResponse (Maybe Text) Source #

The ID of the Channel the OriginEndpoint is associated with.

uoersStartoverWindowSeconds :: Lens' UpdateOriginEndpointResponse (Maybe Int) Source #

Maximum duration (seconds) of content to retain for startover playback. If not specified, startover playback will be disabled for the OriginEndpoint.

uoersId :: Lens' UpdateOriginEndpointResponse (Maybe Text) Source #

The ID of the OriginEndpoint.

uoersTimeDelaySeconds :: Lens' UpdateOriginEndpointResponse (Maybe Int) Source #

Amount of delay (seconds) to enforce on the playback of live content. If not specified, there will be no time delay in effect for the OriginEndpoint.

uoersDescription :: Lens' UpdateOriginEndpointResponse (Maybe Text) Source #

A short text description of the OriginEndpoint.