5.0.0 • Published 7 years ago
@datafire/amazonaws_mediatailor v5.0.0
@datafire/amazonaws_mediatailor
Client library for AWS MediaTailor
Installation and Usage
npm install --save @datafire/amazonaws_mediatailor
let amazonaws_mediatailor = require('@datafire/amazonaws_mediatailor').create({
accessKeyId: "",
secretAccessKey: "",
region: ""
});
amazonaws_mediatailor.PutPlaybackConfiguration({}).then(data => {
console.log(data);
});
Description
Actions
PutPlaybackConfiguration
amazonaws_mediatailor.PutPlaybackConfiguration({}, context)
Input
- input
object
- AdDecisionServerUrl __string
- CdnConfiguration CdnConfiguration
- Name __string
- SlateAdUrl __string
- VideoContentSourceUrl __string
Output
DeletePlaybackConfiguration
amazonaws_mediatailor.DeletePlaybackConfiguration({
"Name": ""
}, context)
Input
- input
object
- Name required
string
- Name required
Output
Output schema unknown
GetPlaybackConfiguration
amazonaws_mediatailor.GetPlaybackConfiguration({
"Name": ""
}, context)
Input
- input
object
- Name required
string
- Name required
Output
ListPlaybackConfigurations
amazonaws_mediatailor.ListPlaybackConfigurations({}, context)
Input
- input
object
Output
Definitions
CdnConfiguration
- CdnConfiguration
object
: The configuration for using a content delivery network (CDN), like Amazon CloudFront, for content and ad segment management.
DeletePlaybackConfigurationRequest
- DeletePlaybackConfigurationRequest
object
DeletePlaybackConfigurationResponse
- DeletePlaybackConfigurationResponse
object
Empty
- Empty
object
GetPlaybackConfigurationRequest
- GetPlaybackConfigurationRequest
object
GetPlaybackConfigurationResponse
- GetPlaybackConfigurationResponse
object
- AdDecisionServerUrl __string
- CdnConfiguration CdnConfiguration
- HlsConfiguration HlsConfiguration
- Name __string
- PlaybackEndpointPrefix __string
- SessionInitializationEndpointPrefix __string
- SlateAdUrl __string
- VideoContentSourceUrl __string
HlsConfiguration
- HlsConfiguration
object
: The configuration for HLS content.- ManifestEndpointPrefix __string
ListPlaybackConfigurationsRequest
- ListPlaybackConfigurationsRequest
object
ListPlaybackConfigurationsResponse
- ListPlaybackConfigurationsResponse
object
- Items __listOfPlaybackConfigurations
- NextToken __string
PlaybackConfiguration
- PlaybackConfiguration
object
: The AWSMediaTailor configuration.- AdDecisionServerUrl __string
- CdnConfiguration CdnConfiguration
- Name __string
- SlateAdUrl __string
- VideoContentSourceUrl __string
PutPlaybackConfigurationRequest
- PutPlaybackConfigurationRequest
object
- AdDecisionServerUrl __string
- CdnConfiguration CdnConfiguration
- Name __string
- SlateAdUrl __string
- VideoContentSourceUrl __string
PutPlaybackConfigurationResponse
- PutPlaybackConfigurationResponse
object
- AdDecisionServerUrl __string
- CdnConfiguration CdnConfiguration
- HlsConfiguration HlsConfiguration
- Name __string
- PlaybackEndpointPrefix __string
- SessionInitializationEndpointPrefix __string
- SlateAdUrl __string
- VideoContentSourceUrl __string
__boolean
- __boolean
boolean
__double
- __double
number
__integer
- __integer
integer
__integerMin1Max100
- __integerMin1Max100
integer
__listOfPlaybackConfigurations
- __listOfPlaybackConfigurations
array
- items PlaybackConfiguration
__long
- __long
integer
__string
- __string
string
5.0.0
7 years ago