amazonka-mediapackage-1.6.0: 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 # 
Data UpdateOriginEndpoint Source # 

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 # 
Show UpdateOriginEndpoint Source # 
Generic UpdateOriginEndpoint Source # 
Hashable UpdateOriginEndpoint Source # 
ToJSON UpdateOriginEndpoint Source # 
NFData UpdateOriginEndpoint Source # 

Methods

rnf :: UpdateOriginEndpoint -> () #

AWSRequest UpdateOriginEndpoint Source # 
ToHeaders UpdateOriginEndpoint Source # 
ToPath UpdateOriginEndpoint Source # 
ToQuery UpdateOriginEndpoint Source # 
type Rep UpdateOriginEndpoint Source # 
type Rep UpdateOriginEndpoint = D1 * (MetaData "UpdateOriginEndpoint" "Network.AWS.MediaPackage.UpdateOriginEndpoint" "amazonka-mediapackage-1.6.0-FgnOM9h3HAK6TMeVGPpxSG" False) (C1 * (MetaCons "UpdateOriginEndpoint'" PrefixI True) ((:*:) * ((:*:) * ((:*:) * (S1 * (MetaSel (Just Symbol "_uoeWhitelist") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe [Text]))) (S1 * (MetaSel (Just Symbol "_uoeHlsPackage") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe HlsPackage)))) ((:*:) * (S1 * (MetaSel (Just Symbol "_uoeManifestName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) ((:*:) * (S1 * (MetaSel (Just Symbol "_uoeStartoverWindowSeconds") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Int))) (S1 * (MetaSel (Just Symbol "_uoeDashPackage") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe DashPackage)))))) ((:*:) * ((:*:) * (S1 * (MetaSel (Just Symbol "_uoeMssPackage") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe MssPackage))) (S1 * (MetaSel (Just Symbol "_uoeTimeDelaySeconds") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Int)))) ((:*:) * (S1 * (MetaSel (Just Symbol "_uoeCmafPackage") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe CmafPackageCreateOrUpdateParameters))) ((:*:) * (S1 * (MetaSel (Just Symbol "_uoeDescription") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) (S1 * (MetaSel (Just Symbol "_uoeId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Text)))))))
type Rs UpdateOriginEndpoint Source # 

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 # 
Data UpdateOriginEndpointResponse Source # 

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 # 
Show UpdateOriginEndpointResponse Source # 
Generic UpdateOriginEndpointResponse Source # 
NFData UpdateOriginEndpointResponse Source # 
type Rep UpdateOriginEndpointResponse Source # 
type Rep UpdateOriginEndpointResponse = D1 * (MetaData "UpdateOriginEndpointResponse" "Network.AWS.MediaPackage.UpdateOriginEndpoint" "amazonka-mediapackage-1.6.0-FgnOM9h3HAK6TMeVGPpxSG" False) (C1 * (MetaCons "UpdateOriginEndpointResponse'" PrefixI True) ((:*:) * ((:*:) * ((:*:) * (S1 * (MetaSel (Just Symbol "_uoersWhitelist") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe [Text]))) ((:*:) * (S1 * (MetaSel (Just Symbol "_uoersHlsPackage") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe HlsPackage))) (S1 * (MetaSel (Just Symbol "_uoersARN") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))))) ((:*:) * ((:*:) * (S1 * (MetaSel (Just Symbol "_uoersManifestName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) (S1 * (MetaSel (Just Symbol "_uoersURL") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text)))) ((:*:) * (S1 * (MetaSel (Just Symbol "_uoersChannelId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) (S1 * (MetaSel (Just Symbol "_uoersStartoverWindowSeconds") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Int)))))) ((:*:) * ((:*:) * (S1 * (MetaSel (Just Symbol "_uoersDashPackage") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe DashPackage))) ((:*:) * (S1 * (MetaSel (Just Symbol "_uoersMssPackage") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe MssPackage))) (S1 * (MetaSel (Just Symbol "_uoersId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))))) ((:*:) * ((:*:) * (S1 * (MetaSel (Just Symbol "_uoersTimeDelaySeconds") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Int))) (S1 * (MetaSel (Just Symbol "_uoersCmafPackage") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe CmafPackage)))) ((:*:) * (S1 * (MetaSel (Just Symbol "_uoersDescription") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) (S1 * (MetaSel (Just Symbol "_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.