openapi: 3.0.0 info: version: 2018-04-23 x-release: v4 title: AWS MediaTailor Alerts#resourceArn PlaybackConfiguration API description:
Use the AWS Elemental MediaTailor SDKs and CLI to configure scalable ad insertion and linear channels. With MediaTailor, you can assemble existing content into a linear stream and serve targeted ads to viewers while maintaining broadcast quality in over-the-top (OTT) video applications. For information about using the service, including detailed information about the settings covered in this guide, see the AWS Elemental MediaTailor User Guide.
Through the SDKs and the CLI you manage AWS Elemental MediaTailor configurations and channels the same as you do through the console. For example, you specify ad insertion behavior and mapping information for the origin server and the ad decision server (ADS).
x-logo: url: https://api.apis.guru/v2/cache/logo/https_twitter.com_awscloud_profile_image.png backgroundColor: '#FFFFFF' termsOfService: https://aws.amazon.com/service-terms/ contact: name: Mike Ralphson email: mike.ralphson@gmail.com url: https://github.com/mermade/aws2openapi x-twitter: PermittedSoc license: name: Apache 2.0 License url: http://www.apache.org/licenses/ x-providerName: amazonaws.com x-serviceName: mediatailor x-aws-signingName: mediatailor x-origin: - contentType: application/json url: https://raw.githubusercontent.com/aws/aws-sdk-js/master/apis/mediatailor-2018-04-23.normal.json converter: url: https://github.com/mermade/aws2openapi version: 1.0.0 x-apisguru-driver: external x-apiClientRegistration: url: https://portal.aws.amazon.com/gp/aws/developer/registration/index.html?nc2=h_ct x-apisguru-categories: - cloud x-preferred: true servers: - url: http://api.mediatailor.{region}.amazonaws.com variables: region: description: The AWS region enum: - us-east-1 - us-east-2 - us-west-1 - us-west-2 - us-gov-west-1 - us-gov-east-1 - ca-central-1 - eu-north-1 - eu-west-1 - eu-west-2 - eu-west-3 - eu-central-1 - eu-south-1 - af-south-1 - ap-northeast-1 - ap-northeast-2 - ap-northeast-3 - ap-southeast-1 - ap-southeast-2 - ap-east-1 - ap-south-1 - sa-east-1 - me-south-1 default: us-east-1 description: The MediaTailor multi-region endpoint - url: https://api.mediatailor.{region}.amazonaws.com variables: region: description: The AWS region enum: - us-east-1 - us-east-2 - us-west-1 - us-west-2 - us-gov-west-1 - us-gov-east-1 - ca-central-1 - eu-north-1 - eu-west-1 - eu-west-2 - eu-west-3 - eu-central-1 - eu-south-1 - af-south-1 - ap-northeast-1 - ap-northeast-2 - ap-northeast-3 - ap-southeast-1 - ap-southeast-2 - ap-east-1 - ap-south-1 - sa-east-1 - me-south-1 default: us-east-1 description: The MediaTailor multi-region endpoint - url: http://api.mediatailor.{region}.amazonaws.com.cn variables: region: description: The AWS region enum: - cn-north-1 - cn-northwest-1 default: cn-north-1 description: The MediaTailor endpoint for China (Beijing) and China (Ningxia) - url: https://api.mediatailor.{region}.amazonaws.com.cn variables: region: description: The AWS region enum: - cn-north-1 - cn-northwest-1 default: cn-north-1 description: The MediaTailor endpoint for China (Beijing) and China (Ningxia) security: - hmac: [] tags: - name: PlaybackConfiguration paths: /playbackConfiguration/{Name}: parameters: - $ref: '#/components/parameters/X-Amz-Content-Sha256' - $ref: '#/components/parameters/X-Amz-Date' - $ref: '#/components/parameters/X-Amz-Algorithm' - $ref: '#/components/parameters/X-Amz-Credential' - $ref: '#/components/parameters/X-Amz-Security-Token' - $ref: '#/components/parameters/X-Amz-Signature' - $ref: '#/components/parameters/X-Amz-SignedHeaders' delete: operationId: DeletePlaybackConfiguration description: Deletes a playback configuration. For information about MediaTailor configurations, see Working with configurations in AWS Elemental MediaTailor. responses: '204': description: Success content: application/json: schema: $ref: '#/components/schemas/DeletePlaybackConfigurationResponse' examples: DeletePlaybackConfiguration204Example: summary: Default DeletePlaybackConfiguration 204 response x-microcks-default: true value: {} parameters: - name: Name in: path required: true description: The name of the playback configuration. schema: type: string summary: Amazon MediaTailor Delete Playback Configuration x-microcks-operation: delay: 0 dispatcher: FALLBACK tags: - PlaybackConfiguration get: operationId: GetPlaybackConfiguration description: Retrieves a playback configuration. For information about MediaTailor configurations, see Working with configurations in AWS Elemental MediaTailor. responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/GetPlaybackConfigurationResponse' examples: GetPlaybackConfiguration200Example: summary: Default GetPlaybackConfiguration 200 response x-microcks-default: true value: AdDecisionServerUrl: https://example.com AvailSuppression: example-value Bumper: example-value CdnConfiguration: example-value ConfigurationAliases: example-value parameters: - name: Name in: path required: true description: The identifier for the playback configuration. schema: type: string summary: Amazon MediaTailor Get Playback Configuration x-microcks-operation: delay: 0 dispatcher: FALLBACK tags: - PlaybackConfiguration /playbackConfiguration: parameters: - $ref: '#/components/parameters/X-Amz-Content-Sha256' - $ref: '#/components/parameters/X-Amz-Date' - $ref: '#/components/parameters/X-Amz-Algorithm' - $ref: '#/components/parameters/X-Amz-Credential' - $ref: '#/components/parameters/X-Amz-Security-Token' - $ref: '#/components/parameters/X-Amz-Signature' - $ref: '#/components/parameters/X-Amz-SignedHeaders' put: operationId: PutPlaybackConfiguration description: Creates a playback configuration. For information about MediaTailor configurations, see Working with configurations in AWS Elemental MediaTailor. responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/PutPlaybackConfigurationResponse' examples: PutPlaybackConfiguration200Example: summary: Default PutPlaybackConfiguration 200 response x-microcks-default: true value: AdDecisionServerUrl: https://example.com AvailSuppression: example-value Bumper: example-value CdnConfiguration: example-value ConfigurationAliases: example-value parameters: [] requestBody: required: true content: application/json: schema: type: object required: - Name properties: AdDecisionServerUrl: description: The URL for the ad decision server (ADS). This includes the specification of static parameters and placeholders for dynamic parameters. AWS Elemental MediaTailor substitutes player-specific and session-specific parameters as needed when calling the ADS. Alternately, for testing you can provide a static VAST URL. The maximum length is 25,000 characters. type: string AvailSuppression: description: The configuration for avail suppression, also known as ad suppression. For more information about ad suppression, see Ad Suppression. type: object properties: Mode: allOf: - $ref: '#/components/schemas/Mode' - description: Sets the ad suppression mode. By default, ad suppression is off and all ad breaks are filled with ads or slate. When Mode is set toBEHIND_LIVE_EDGE, ad suppression is active and MediaTailor won't fill ad breaks on or behind the ad suppression Value time in the manifest lookback window.
Value:
allOf:
- $ref: '#/components/schemas/__string'
- description: A live edge offset time in HH:MM:SS. MediaTailor won't fill ad breaks on or behind this time in the manifest lookback window. If Value is set to 00:00:00, it is in sync with the live edge, and MediaTailor won't fill any ad breaks on or behind the live edge. If you set a Value time, MediaTailor won't fill any ad breaks on or behind this time in the manifest lookback window. For example, if you set 00:45:00, then MediaTailor will fill ad breaks that occur within 45 minutes behind the live edge, but won't fill ad breaks on or behind 45 minutes behind the live edge.
Bumper:
description: The configuration for bumpers. Bumpers are short audio or video clips that play at the start or before the end of an ad break. To learn more about bumpers, see Bumpers.
type: object
properties:
EndUrl:
allOf:
- $ref: '#/components/schemas/__string'
- description: The URL for the end bumper asset.
StartUrl:
allOf:
- $ref: '#/components/schemas/__string'
- description: The URL for the start bumper asset.
CdnConfiguration:
description: The configuration for using a content delivery network (CDN), like Amazon CloudFront, for content and ad segment management.
type: object
properties:
AdSegmentUrlPrefix:
allOf:
- $ref: '#/components/schemas/__string'
- description: A non-default content delivery network (CDN) to serve ad segments. By default, AWS Elemental MediaTailor uses Amazon CloudFront with default cache settings as its CDN for ad segments. To set up an alternate CDN, create a rule in your CDN for the origin ads.mediatailor.<region>.amazonaws.com. Then specify the rule's name in this AdSegmentUrlPrefix. When AWS Elemental MediaTailor serves a manifest, it reports your CDN as the source for ad segments.
ContentSegmentUrlPrefix:
allOf:
- $ref: '#/components/schemas/__string'
- description: A content delivery network (CDN) to cache content segments, so that content requests don’t always have to go to the origin server. First, create a rule in your CDN for the content segment origin server. Then specify the rule's name in this ContentSegmentUrlPrefix. When AWS Elemental MediaTailor serves a manifest, it reports your CDN as the source for content segments.
ConfigurationAliases:
description: The predefined aliases for dynamic variables.
type: object
additionalProperties:
$ref: '#/components/schemas/__mapOf__string'
DashConfiguration:
description: The configuration for DASH PUT operations.
type: object
properties:
MpdLocation:
allOf:
- $ref: '#/components/schemas/__string'
- description: The setting that controls whether MediaTailor includes the Location tag in DASH manifests. MediaTailor populates the Location tag with the URL for manifest update requests, to be used by players that don't support sticky redirects. Disable this if you have CDN routing rules set up for accessing MediaTailor manifests, and you are either using client-side reporting or your players support sticky HTTP redirects. Valid values are DISABLED and EMT_DEFAULT. The EMT_DEFAULT setting enables the inclusion of the tag and is the default value.
OriginManifestType:
allOf:
- $ref: '#/components/schemas/OriginManifestType'
- description: The setting that controls whether MediaTailor handles manifests from the origin server as multi-period manifests or single-period manifests. If your origin server produces single-period manifests, set this to SINGLE_PERIOD. The default setting is MULTI_PERIOD. For multi-period manifests, omit this setting or set it to MULTI_PERIOD.
LivePreRollConfiguration:
description: The configuration for pre-roll ad insertion.
type: object
properties:
AdDecisionServerUrl:
allOf:
- $ref: '#/components/schemas/__string'
- description: The URL for the ad decision server (ADS) for pre-roll ads. This includes the specification of static parameters and placeholders for dynamic parameters. AWS Elemental MediaTailor substitutes player-specific and session-specific parameters as needed when calling the ADS. Alternately, for testing, you can provide a static VAST URL. The maximum length is 25,000 characters.
MaxDurationSeconds:
allOf:
- $ref: '#/components/schemas/__integer'
- description: The maximum allowed duration for the pre-roll ad avail. AWS Elemental MediaTailor won't play pre-roll ads to exceed this duration, regardless of the total duration of ads that the ADS returns.
ManifestProcessingRules:
description: The configuration for manifest processing rules. Manifest processing rules enable customization of the personalized manifests created by MediaTailor.
type: object
properties:
AdMarkerPassthrough:
allOf:
- $ref: '#/components/schemas/AdMarkerPassthrough'
- description: For HLS, when set to true, MediaTailor passes through EXT-X-CUE-IN, EXT-X-CUE-OUT, and EXT-X-SPLICEPOINT-SCTE35 ad markers from the origin manifest to the MediaTailor personalized manifest.
No logic is applied to these ad markers. For example, if EXT-X-CUE-OUT has a value of 60, but no ads are filled for that ad break, MediaTailor will not set the value to 0.
DISABLED and EMT_DEFAULT. The EMT_DEFAULT setting enables the inclusion of the tag and is the default value.
OriginManifestType:
allOf:
- $ref: '#/components/schemas/OriginManifestType'
- description: The setting that controls whether MediaTailor handles manifests from the origin server as multi-period manifests or single-period manifests. If your origin server produces single-period manifests, set this to SINGLE_PERIOD. The default setting is MULTI_PERIOD. For multi-period manifests, omit this setting or set it to MULTI_PERIOD.
description: The configuration for DASH content.
__integer:
type: integer
LogConfiguration:
type: object
required:
- PercentEnabled
properties:
PercentEnabled:
allOf:
- $ref: '#/components/schemas/__integer'
- description: 'The percentage of session logs that MediaTailor sends to your Cloudwatch Logs account. For example, if your playback configuration has 1000 sessions and percentEnabled is set to 60, MediaTailor sends logs for 600 of the sessions to CloudWatch Logs. MediaTailor decides at random which of the playback configuration sessions to send logs for. If you want to view logs for a specific session, you can use the debug log mode.
Valid values: 0 - 100
For HLS, when set to true, MediaTailor passes through EXT-X-CUE-IN, EXT-X-CUE-OUT, and EXT-X-SPLICEPOINT-SCTE35 ad markers from the origin manifest to the MediaTailor personalized manifest.
No logic is applied to these ad markers. For example, if EXT-X-CUE-OUT has a value of 60, but no ads are filled for that ad break, MediaTailor will not set the value to 0.
For HLS, when set to true, MediaTailor passes through EXT-X-CUE-IN, EXT-X-CUE-OUT, and EXT-X-SPLICEPOINT-SCTE35 ad markers from the origin manifest to the MediaTailor personalized manifest.
No logic is applied to these ad markers. For example, if EXT-X-CUE-OUT has a value of 60, but no ads are filled for that ad break, MediaTailor will not set the value to 0.
BEHIND_LIVE_EDGE, ad suppression is active and MediaTailor won't fill ad breaks on or behind the ad suppression Value time in the manifest lookback window.
Value:
allOf:
- $ref: '#/components/schemas/__string'
- description: A live edge offset time in HH:MM:SS. MediaTailor won't fill ad breaks on or behind this time in the manifest lookback window. If Value is set to 00:00:00, it is in sync with the live edge, and MediaTailor won't fill any ad breaks on or behind the live edge. If you set a Value time, MediaTailor won't fill any ad breaks on or behind this time in the manifest lookback window. For example, if you set 00:45:00, then MediaTailor will fill ad breaks that occur within 45 minutes behind the live edge, but won't fill ad breaks on or behind 45 minutes behind the live edge.
description: The configuration for avail suppression, also known as ad suppression. For more information about ad suppression, see Ad Suppression.
CdnConfiguration:
type: object
properties:
AdSegmentUrlPrefix:
allOf:
- $ref: '#/components/schemas/__string'
- description: A non-default content delivery network (CDN) to serve ad segments. By default, AWS Elemental MediaTailor uses Amazon CloudFront with default cache settings as its CDN for ad segments. To set up an alternate CDN, create a rule in your CDN for the origin ads.mediatailor.<region>.amazonaws.com. Then specify the rule's name in this AdSegmentUrlPrefix. When AWS Elemental MediaTailor serves a manifest, it reports your CDN as the source for ad segments.
ContentSegmentUrlPrefix:
allOf:
- $ref: '#/components/schemas/__string'
- description: A content delivery network (CDN) to cache content segments, so that content requests don’t always have to go to the origin server. First, create a rule in your CDN for the content segment origin server. Then specify the rule's name in this ContentSegmentUrlPrefix. When AWS Elemental MediaTailor serves a manifest, it reports your CDN as the source for content segments.
description: The configuration for using a content delivery network (CDN), like Amazon CloudFront, for content and ad segment management.
PutPlaybackConfigurationResponse:
type: object
properties:
AdDecisionServerUrl:
allOf:
- $ref: '#/components/schemas/__string'
- description: The URL for the ad decision server (ADS). This includes the specification of static parameters and placeholders for dynamic parameters. AWS Elemental MediaTailor substitutes player-specific and session-specific parameters as needed when calling the ADS. Alternately, for testing you can provide a static VAST URL. The maximum length is 25,000 characters.
AvailSuppression:
allOf:
- $ref: '#/components/schemas/AvailSuppression'
- description: The configuration for avail suppression, also known as ad suppression. For more information about ad suppression, see Ad Suppression.
Bumper:
allOf:
- $ref: '#/components/schemas/Bumper'
- description: The configuration for bumpers. Bumpers are short audio or video clips that play at the start or before the end of an ad break. To learn more about bumpers, see Bumpers.
CdnConfiguration:
allOf:
- $ref: '#/components/schemas/CdnConfiguration'
- description: The configuration for using a content delivery network (CDN), like Amazon CloudFront, for content and ad segment management.
ConfigurationAliases:
allOf:
- $ref: '#/components/schemas/ConfigurationAliasesResponse'
- description: The player parameters and aliases used as dynamic variables during session initialization. For more information, see Domain Variables.
DashConfiguration:
allOf:
- $ref: '#/components/schemas/DashConfiguration'
- description: The configuration for DASH content.
HlsConfiguration:
allOf:
- $ref: '#/components/schemas/HlsConfiguration'
- description: The configuration for HLS content.
LivePreRollConfiguration:
allOf:
- $ref: '#/components/schemas/LivePreRollConfiguration'
- description: The configuration for pre-roll ad insertion.
LogConfiguration:
allOf:
- $ref: '#/components/schemas/LogConfiguration'
- description: The Amazon CloudWatch log settings for a playback configuration.
ManifestProcessingRules:
allOf:
- $ref: '#/components/schemas/ManifestProcessingRules'
- description: The configuration for manifest processing rules. Manifest processing rules enable customization of the personalized manifests created by MediaTailor.
Name:
allOf:
- $ref: '#/components/schemas/__string'
- description: The identifier for the playback configuration.
PersonalizationThresholdSeconds:
allOf:
- $ref: '#/components/schemas/__integerMin1'
- description: Defines the maximum duration of underfilled ad time (in seconds) allowed in an ad break. If the duration of underfilled ad time exceeds the personalization threshold, then the personalization of the ad break is abandoned and the underlying content is shown. This feature applies to ad replacement in live and VOD streams, rather than ad insertion, because it relies on an underlying content stream. For more information about ad break behavior, including ad replacement and insertion, see Ad Behavior in AWS Elemental MediaTailor.
PlaybackConfigurationArn:
allOf:
- $ref: '#/components/schemas/__string'
- description: The Amazon Resource Name (ARN) associated with the playback configuration.
PlaybackEndpointPrefix:
allOf:
- $ref: '#/components/schemas/__string'
- description: The playback endpoint prefix associated with the playback configuration.
SessionInitializationEndpointPrefix:
allOf:
- $ref: '#/components/schemas/__string'
- description: The session initialization endpoint prefix associated with the playback configuration.
SlateAdUrl:
allOf:
- $ref: '#/components/schemas/__string'
- description: The URL for a high-quality video asset to transcode and use to fill in time that's not used by ads. AWS Elemental MediaTailor shows the slate to fill in gaps in media content. Configuring the slate is optional for non-VPAID configurations. For VPAID, the slate is required because MediaTailor provides it in the slots that are designated for dynamic ad content. The slate must be a high-quality asset that contains both audio and video.
Tags:
allOf:
- $ref: '#/components/schemas/__mapOf__string'
- xml:
name: tags
description: The tags to assign to the playback configuration. Tags are key-value pairs that you can associate with Amazon resources to help with organization, access control, and cost tracking. For more information, see Tagging AWS Elemental MediaTailor Resources.
TranscodeProfileName:
allOf:
- $ref: '#/components/schemas/__string'
- description: The name that is used to associate this playback configuration with a custom transcode profile. This overrides the dynamic transcoding defaults of MediaTailor. Use this only if you have already set up custom profiles with the help of AWS Support.
VideoContentSourceUrl:
allOf:
- $ref: '#/components/schemas/__string'
- description: The URL prefix for the parent manifest for the stream, minus the asset ID. The maximum length is 512 characters.
DeletePlaybackConfigurationResponse:
type: object
properties: {}
__integerMin1:
type: integer
minimum: 1
LivePreRollConfiguration:
type: object
properties:
AdDecisionServerUrl:
allOf:
- $ref: '#/components/schemas/__string'
- description: The URL for the ad decision server (ADS) for pre-roll ads. This includes the specification of static parameters and placeholders for dynamic parameters. AWS Elemental MediaTailor substitutes player-specific and session-specific parameters as needed when calling the ADS. Alternately, for testing, you can provide a static VAST URL. The maximum length is 25,000 characters.
MaxDurationSeconds:
allOf:
- $ref: '#/components/schemas/__integer'
- description: The maximum allowed duration for the pre-roll ad avail. AWS Elemental MediaTailor won't play pre-roll ads to exceed this duration, regardless of the total duration of ads that the ADS returns.
description: The configuration for pre-roll ad insertion.
Bumper:
type: object
properties:
EndUrl:
allOf:
- $ref: '#/components/schemas/__string'
- description: The URL for the end bumper asset.
StartUrl:
allOf:
- $ref: '#/components/schemas/__string'
- description: The URL for the start bumper asset.
description: The configuration for bumpers. Bumpers are short audio or video clips that play at the start or before the end of an ad break. To learn more about bumpers, see Bumpers.
__string:
type: string
parameters:
X-Amz-Credential:
name: X-Amz-Credential
in: header
schema:
type: string
required: false
X-Amz-Date:
name: X-Amz-Date
in: header
schema:
type: string
required: false
X-Amz-Signature:
name: X-Amz-Signature
in: header
schema:
type: string
required: false
X-Amz-Algorithm:
name: X-Amz-Algorithm
in: header
schema:
type: string
required: false
X-Amz-Security-Token:
name: X-Amz-Security-Token
in: header
schema:
type: string
required: false
X-Amz-SignedHeaders:
name: X-Amz-SignedHeaders
in: header
schema:
type: string
required: false
X-Amz-Content-Sha256:
name: X-Amz-Content-Sha256
in: header
schema:
type: string
required: false
securitySchemes:
hmac:
type: apiKey
name: Authorization
in: header
description: Amazon Signature authorization v4
x-amazon-apigateway-authtype: awsSigv4
externalDocs:
description: Amazon Web Services documentation
url: https://docs.aws.amazon.com/mediatailor/
x-hasEquivalentPaths: true