aws-sdk-mediapackage 1.30.0 → 1.31.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/aws-sdk-mediapackage.rb +1 -1
- data/lib/aws-sdk-mediapackage/client.rb +13 -13
- data/lib/aws-sdk-mediapackage/types.rb +19 -10
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c2240d0a8aa956db464a712c11c97f4342828aa94437e3ce8eac4e4b69e01a66
|
|
4
|
+
data.tar.gz: 5e42aca9b2df1a110ce4f596054f7f37fecc7090987c20913f3a74efe3b0aeeb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f8f1768ff51db4aac63a30f9ee488b0543d236b711291156a87e9c3c2ce9cc762ed2e97c563a994db6edc8bec561d78ea51bfbea92caeb13519e04acbeeaade0
|
|
7
|
+
data.tar.gz: 92cb6d63732f3542434dab6cd6c459db4b79854d9e3ff45c6679163a590bf2ec73d8f1871be05bd82fa425d8bb5a69af41a01203f2fe9b46c49f53a11f0f418b
|
data/lib/aws-sdk-mediapackage.rb
CHANGED
|
@@ -500,7 +500,7 @@ module Aws::MediaPackage
|
|
|
500
500
|
# },
|
|
501
501
|
# hls_manifests: [
|
|
502
502
|
# {
|
|
503
|
-
# ad_markers: "NONE", # accepts NONE, SCTE35_ENHANCED, PASSTHROUGH
|
|
503
|
+
# ad_markers: "NONE", # accepts NONE, SCTE35_ENHANCED, PASSTHROUGH, DATERANGE
|
|
504
504
|
# ad_triggers: ["SPLICE_INSERT"], # accepts SPLICE_INSERT, BREAK, PROVIDER_ADVERTISEMENT, DISTRIBUTOR_ADVERTISEMENT, PROVIDER_PLACEMENT_OPPORTUNITY, DISTRIBUTOR_PLACEMENT_OPPORTUNITY, PROVIDER_OVERLAY_PLACEMENT_OPPORTUNITY, DISTRIBUTOR_OVERLAY_PLACEMENT_OPPORTUNITY
|
|
505
505
|
# ads_on_delivery_restrictions: "NONE", # accepts NONE, RESTRICTED, UNRESTRICTED, BOTH
|
|
506
506
|
# id: "__string", # required
|
|
@@ -549,7 +549,7 @@ module Aws::MediaPackage
|
|
|
549
549
|
# },
|
|
550
550
|
# description: "__string",
|
|
551
551
|
# hls_package: {
|
|
552
|
-
# ad_markers: "NONE", # accepts NONE, SCTE35_ENHANCED, PASSTHROUGH
|
|
552
|
+
# ad_markers: "NONE", # accepts NONE, SCTE35_ENHANCED, PASSTHROUGH, DATERANGE
|
|
553
553
|
# ad_triggers: ["SPLICE_INSERT"], # accepts SPLICE_INSERT, BREAK, PROVIDER_ADVERTISEMENT, DISTRIBUTOR_ADVERTISEMENT, PROVIDER_PLACEMENT_OPPORTUNITY, DISTRIBUTOR_PLACEMENT_OPPORTUNITY, PROVIDER_OVERLAY_PLACEMENT_OPPORTUNITY, DISTRIBUTOR_OVERLAY_PLACEMENT_OPPORTUNITY
|
|
554
554
|
# ads_on_delivery_restrictions: "NONE", # accepts NONE, RESTRICTED, UNRESTRICTED, BOTH
|
|
555
555
|
# encryption: {
|
|
@@ -620,7 +620,7 @@ module Aws::MediaPackage
|
|
|
620
620
|
# resp.cmaf_package.encryption.speke_key_provider.system_ids[0] #=> String
|
|
621
621
|
# resp.cmaf_package.encryption.speke_key_provider.url #=> String
|
|
622
622
|
# resp.cmaf_package.hls_manifests #=> Array
|
|
623
|
-
# resp.cmaf_package.hls_manifests[0].ad_markers #=> String, one of "NONE", "SCTE35_ENHANCED", "PASSTHROUGH"
|
|
623
|
+
# resp.cmaf_package.hls_manifests[0].ad_markers #=> String, one of "NONE", "SCTE35_ENHANCED", "PASSTHROUGH", "DATERANGE"
|
|
624
624
|
# resp.cmaf_package.hls_manifests[0].id #=> String
|
|
625
625
|
# resp.cmaf_package.hls_manifests[0].include_iframe_only_stream #=> Boolean
|
|
626
626
|
# resp.cmaf_package.hls_manifests[0].manifest_name #=> String
|
|
@@ -657,7 +657,7 @@ module Aws::MediaPackage
|
|
|
657
657
|
# resp.dash_package.stream_selection.stream_order #=> String, one of "ORIGINAL", "VIDEO_BITRATE_ASCENDING", "VIDEO_BITRATE_DESCENDING"
|
|
658
658
|
# resp.dash_package.suggested_presentation_delay_seconds #=> Integer
|
|
659
659
|
# resp.description #=> String
|
|
660
|
-
# resp.hls_package.ad_markers #=> String, one of "NONE", "SCTE35_ENHANCED", "PASSTHROUGH"
|
|
660
|
+
# resp.hls_package.ad_markers #=> String, one of "NONE", "SCTE35_ENHANCED", "PASSTHROUGH", "DATERANGE"
|
|
661
661
|
# resp.hls_package.ad_triggers #=> Array
|
|
662
662
|
# resp.hls_package.ad_triggers[0] #=> String, one of "SPLICE_INSERT", "BREAK", "PROVIDER_ADVERTISEMENT", "DISTRIBUTOR_ADVERTISEMENT", "PROVIDER_PLACEMENT_OPPORTUNITY", "DISTRIBUTOR_PLACEMENT_OPPORTUNITY", "PROVIDER_OVERLAY_PLACEMENT_OPPORTUNITY", "DISTRIBUTOR_OVERLAY_PLACEMENT_OPPORTUNITY"
|
|
663
663
|
# resp.hls_package.ads_on_delivery_restrictions #=> String, one of "NONE", "RESTRICTED", "UNRESTRICTED", "BOTH"
|
|
@@ -881,7 +881,7 @@ module Aws::MediaPackage
|
|
|
881
881
|
# resp.cmaf_package.encryption.speke_key_provider.system_ids[0] #=> String
|
|
882
882
|
# resp.cmaf_package.encryption.speke_key_provider.url #=> String
|
|
883
883
|
# resp.cmaf_package.hls_manifests #=> Array
|
|
884
|
-
# resp.cmaf_package.hls_manifests[0].ad_markers #=> String, one of "NONE", "SCTE35_ENHANCED", "PASSTHROUGH"
|
|
884
|
+
# resp.cmaf_package.hls_manifests[0].ad_markers #=> String, one of "NONE", "SCTE35_ENHANCED", "PASSTHROUGH", "DATERANGE"
|
|
885
885
|
# resp.cmaf_package.hls_manifests[0].id #=> String
|
|
886
886
|
# resp.cmaf_package.hls_manifests[0].include_iframe_only_stream #=> Boolean
|
|
887
887
|
# resp.cmaf_package.hls_manifests[0].manifest_name #=> String
|
|
@@ -918,7 +918,7 @@ module Aws::MediaPackage
|
|
|
918
918
|
# resp.dash_package.stream_selection.stream_order #=> String, one of "ORIGINAL", "VIDEO_BITRATE_ASCENDING", "VIDEO_BITRATE_DESCENDING"
|
|
919
919
|
# resp.dash_package.suggested_presentation_delay_seconds #=> Integer
|
|
920
920
|
# resp.description #=> String
|
|
921
|
-
# resp.hls_package.ad_markers #=> String, one of "NONE", "SCTE35_ENHANCED", "PASSTHROUGH"
|
|
921
|
+
# resp.hls_package.ad_markers #=> String, one of "NONE", "SCTE35_ENHANCED", "PASSTHROUGH", "DATERANGE"
|
|
922
922
|
# resp.hls_package.ad_triggers #=> Array
|
|
923
923
|
# resp.hls_package.ad_triggers[0] #=> String, one of "SPLICE_INSERT", "BREAK", "PROVIDER_ADVERTISEMENT", "DISTRIBUTOR_ADVERTISEMENT", "PROVIDER_PLACEMENT_OPPORTUNITY", "DISTRIBUTOR_PLACEMENT_OPPORTUNITY", "PROVIDER_OVERLAY_PLACEMENT_OPPORTUNITY", "DISTRIBUTOR_OVERLAY_PLACEMENT_OPPORTUNITY"
|
|
924
924
|
# resp.hls_package.ads_on_delivery_restrictions #=> String, one of "NONE", "RESTRICTED", "UNRESTRICTED", "BOTH"
|
|
@@ -1106,7 +1106,7 @@ module Aws::MediaPackage
|
|
|
1106
1106
|
# resp.origin_endpoints[0].cmaf_package.encryption.speke_key_provider.system_ids[0] #=> String
|
|
1107
1107
|
# resp.origin_endpoints[0].cmaf_package.encryption.speke_key_provider.url #=> String
|
|
1108
1108
|
# resp.origin_endpoints[0].cmaf_package.hls_manifests #=> Array
|
|
1109
|
-
# resp.origin_endpoints[0].cmaf_package.hls_manifests[0].ad_markers #=> String, one of "NONE", "SCTE35_ENHANCED", "PASSTHROUGH"
|
|
1109
|
+
# resp.origin_endpoints[0].cmaf_package.hls_manifests[0].ad_markers #=> String, one of "NONE", "SCTE35_ENHANCED", "PASSTHROUGH", "DATERANGE"
|
|
1110
1110
|
# resp.origin_endpoints[0].cmaf_package.hls_manifests[0].id #=> String
|
|
1111
1111
|
# resp.origin_endpoints[0].cmaf_package.hls_manifests[0].include_iframe_only_stream #=> Boolean
|
|
1112
1112
|
# resp.origin_endpoints[0].cmaf_package.hls_manifests[0].manifest_name #=> String
|
|
@@ -1143,7 +1143,7 @@ module Aws::MediaPackage
|
|
|
1143
1143
|
# resp.origin_endpoints[0].dash_package.stream_selection.stream_order #=> String, one of "ORIGINAL", "VIDEO_BITRATE_ASCENDING", "VIDEO_BITRATE_DESCENDING"
|
|
1144
1144
|
# resp.origin_endpoints[0].dash_package.suggested_presentation_delay_seconds #=> Integer
|
|
1145
1145
|
# resp.origin_endpoints[0].description #=> String
|
|
1146
|
-
# resp.origin_endpoints[0].hls_package.ad_markers #=> String, one of "NONE", "SCTE35_ENHANCED", "PASSTHROUGH"
|
|
1146
|
+
# resp.origin_endpoints[0].hls_package.ad_markers #=> String, one of "NONE", "SCTE35_ENHANCED", "PASSTHROUGH", "DATERANGE"
|
|
1147
1147
|
# resp.origin_endpoints[0].hls_package.ad_triggers #=> Array
|
|
1148
1148
|
# resp.origin_endpoints[0].hls_package.ad_triggers[0] #=> String, one of "SPLICE_INSERT", "BREAK", "PROVIDER_ADVERTISEMENT", "DISTRIBUTOR_ADVERTISEMENT", "PROVIDER_PLACEMENT_OPPORTUNITY", "DISTRIBUTOR_PLACEMENT_OPPORTUNITY", "PROVIDER_OVERLAY_PLACEMENT_OPPORTUNITY", "DISTRIBUTOR_OVERLAY_PLACEMENT_OPPORTUNITY"
|
|
1149
1149
|
# resp.origin_endpoints[0].hls_package.ads_on_delivery_restrictions #=> String, one of "NONE", "RESTRICTED", "UNRESTRICTED", "BOTH"
|
|
@@ -1468,7 +1468,7 @@ module Aws::MediaPackage
|
|
|
1468
1468
|
# },
|
|
1469
1469
|
# hls_manifests: [
|
|
1470
1470
|
# {
|
|
1471
|
-
# ad_markers: "NONE", # accepts NONE, SCTE35_ENHANCED, PASSTHROUGH
|
|
1471
|
+
# ad_markers: "NONE", # accepts NONE, SCTE35_ENHANCED, PASSTHROUGH, DATERANGE
|
|
1472
1472
|
# ad_triggers: ["SPLICE_INSERT"], # accepts SPLICE_INSERT, BREAK, PROVIDER_ADVERTISEMENT, DISTRIBUTOR_ADVERTISEMENT, PROVIDER_PLACEMENT_OPPORTUNITY, DISTRIBUTOR_PLACEMENT_OPPORTUNITY, PROVIDER_OVERLAY_PLACEMENT_OPPORTUNITY, DISTRIBUTOR_OVERLAY_PLACEMENT_OPPORTUNITY
|
|
1473
1473
|
# ads_on_delivery_restrictions: "NONE", # accepts NONE, RESTRICTED, UNRESTRICTED, BOTH
|
|
1474
1474
|
# id: "__string", # required
|
|
@@ -1517,7 +1517,7 @@ module Aws::MediaPackage
|
|
|
1517
1517
|
# },
|
|
1518
1518
|
# description: "__string",
|
|
1519
1519
|
# hls_package: {
|
|
1520
|
-
# ad_markers: "NONE", # accepts NONE, SCTE35_ENHANCED, PASSTHROUGH
|
|
1520
|
+
# ad_markers: "NONE", # accepts NONE, SCTE35_ENHANCED, PASSTHROUGH, DATERANGE
|
|
1521
1521
|
# ad_triggers: ["SPLICE_INSERT"], # accepts SPLICE_INSERT, BREAK, PROVIDER_ADVERTISEMENT, DISTRIBUTOR_ADVERTISEMENT, PROVIDER_PLACEMENT_OPPORTUNITY, DISTRIBUTOR_PLACEMENT_OPPORTUNITY, PROVIDER_OVERLAY_PLACEMENT_OPPORTUNITY, DISTRIBUTOR_OVERLAY_PLACEMENT_OPPORTUNITY
|
|
1522
1522
|
# ads_on_delivery_restrictions: "NONE", # accepts NONE, RESTRICTED, UNRESTRICTED, BOTH
|
|
1523
1523
|
# encryption: {
|
|
@@ -1585,7 +1585,7 @@ module Aws::MediaPackage
|
|
|
1585
1585
|
# resp.cmaf_package.encryption.speke_key_provider.system_ids[0] #=> String
|
|
1586
1586
|
# resp.cmaf_package.encryption.speke_key_provider.url #=> String
|
|
1587
1587
|
# resp.cmaf_package.hls_manifests #=> Array
|
|
1588
|
-
# resp.cmaf_package.hls_manifests[0].ad_markers #=> String, one of "NONE", "SCTE35_ENHANCED", "PASSTHROUGH"
|
|
1588
|
+
# resp.cmaf_package.hls_manifests[0].ad_markers #=> String, one of "NONE", "SCTE35_ENHANCED", "PASSTHROUGH", "DATERANGE"
|
|
1589
1589
|
# resp.cmaf_package.hls_manifests[0].id #=> String
|
|
1590
1590
|
# resp.cmaf_package.hls_manifests[0].include_iframe_only_stream #=> Boolean
|
|
1591
1591
|
# resp.cmaf_package.hls_manifests[0].manifest_name #=> String
|
|
@@ -1622,7 +1622,7 @@ module Aws::MediaPackage
|
|
|
1622
1622
|
# resp.dash_package.stream_selection.stream_order #=> String, one of "ORIGINAL", "VIDEO_BITRATE_ASCENDING", "VIDEO_BITRATE_DESCENDING"
|
|
1623
1623
|
# resp.dash_package.suggested_presentation_delay_seconds #=> Integer
|
|
1624
1624
|
# resp.description #=> String
|
|
1625
|
-
# resp.hls_package.ad_markers #=> String, one of "NONE", "SCTE35_ENHANCED", "PASSTHROUGH"
|
|
1625
|
+
# resp.hls_package.ad_markers #=> String, one of "NONE", "SCTE35_ENHANCED", "PASSTHROUGH", "DATERANGE"
|
|
1626
1626
|
# resp.hls_package.ad_triggers #=> Array
|
|
1627
1627
|
# resp.hls_package.ad_triggers[0] #=> String, one of "SPLICE_INSERT", "BREAK", "PROVIDER_ADVERTISEMENT", "DISTRIBUTOR_ADVERTISEMENT", "PROVIDER_PLACEMENT_OPPORTUNITY", "DISTRIBUTOR_PLACEMENT_OPPORTUNITY", "PROVIDER_OVERLAY_PLACEMENT_OPPORTUNITY", "DISTRIBUTOR_OVERLAY_PLACEMENT_OPPORTUNITY"
|
|
1628
1628
|
# resp.hls_package.ads_on_delivery_restrictions #=> String, one of "NONE", "RESTRICTED", "UNRESTRICTED", "BOTH"
|
|
@@ -1689,7 +1689,7 @@ module Aws::MediaPackage
|
|
|
1689
1689
|
params: params,
|
|
1690
1690
|
config: config)
|
|
1691
1691
|
context[:gem_name] = 'aws-sdk-mediapackage'
|
|
1692
|
-
context[:gem_version] = '1.
|
|
1692
|
+
context[:gem_version] = '1.31.0'
|
|
1693
1693
|
Seahorse::Client::Request.new(handlers, context)
|
|
1694
1694
|
end
|
|
1695
1695
|
|
|
@@ -222,7 +222,7 @@ module Aws::MediaPackage
|
|
|
222
222
|
# },
|
|
223
223
|
# hls_manifests: [
|
|
224
224
|
# {
|
|
225
|
-
# ad_markers: "NONE", # accepts NONE, SCTE35_ENHANCED, PASSTHROUGH
|
|
225
|
+
# ad_markers: "NONE", # accepts NONE, SCTE35_ENHANCED, PASSTHROUGH, DATERANGE
|
|
226
226
|
# ad_triggers: ["SPLICE_INSERT"], # accepts SPLICE_INSERT, BREAK, PROVIDER_ADVERTISEMENT, DISTRIBUTOR_ADVERTISEMENT, PROVIDER_PLACEMENT_OPPORTUNITY, DISTRIBUTOR_PLACEMENT_OPPORTUNITY, PROVIDER_OVERLAY_PLACEMENT_OPPORTUNITY, DISTRIBUTOR_OVERLAY_PLACEMENT_OPPORTUNITY
|
|
227
227
|
# ads_on_delivery_restrictions: "NONE", # accepts NONE, RESTRICTED, UNRESTRICTED, BOTH
|
|
228
228
|
# id: "__string", # required
|
|
@@ -447,7 +447,7 @@ module Aws::MediaPackage
|
|
|
447
447
|
# },
|
|
448
448
|
# hls_manifests: [
|
|
449
449
|
# {
|
|
450
|
-
# ad_markers: "NONE", # accepts NONE, SCTE35_ENHANCED, PASSTHROUGH
|
|
450
|
+
# ad_markers: "NONE", # accepts NONE, SCTE35_ENHANCED, PASSTHROUGH, DATERANGE
|
|
451
451
|
# ad_triggers: ["SPLICE_INSERT"], # accepts SPLICE_INSERT, BREAK, PROVIDER_ADVERTISEMENT, DISTRIBUTOR_ADVERTISEMENT, PROVIDER_PLACEMENT_OPPORTUNITY, DISTRIBUTOR_PLACEMENT_OPPORTUNITY, PROVIDER_OVERLAY_PLACEMENT_OPPORTUNITY, DISTRIBUTOR_OVERLAY_PLACEMENT_OPPORTUNITY
|
|
452
452
|
# ads_on_delivery_restrictions: "NONE", # accepts NONE, RESTRICTED, UNRESTRICTED, BOTH
|
|
453
453
|
# id: "__string", # required
|
|
@@ -496,7 +496,7 @@ module Aws::MediaPackage
|
|
|
496
496
|
# },
|
|
497
497
|
# description: "__string",
|
|
498
498
|
# hls_package: {
|
|
499
|
-
# ad_markers: "NONE", # accepts NONE, SCTE35_ENHANCED, PASSTHROUGH
|
|
499
|
+
# ad_markers: "NONE", # accepts NONE, SCTE35_ENHANCED, PASSTHROUGH, DATERANGE
|
|
500
500
|
# ad_triggers: ["SPLICE_INSERT"], # accepts SPLICE_INSERT, BREAK, PROVIDER_ADVERTISEMENT, DISTRIBUTOR_ADVERTISEMENT, PROVIDER_PLACEMENT_OPPORTUNITY, DISTRIBUTOR_PLACEMENT_OPPORTUNITY, PROVIDER_OVERLAY_PLACEMENT_OPPORTUNITY, DISTRIBUTOR_OVERLAY_PLACEMENT_OPPORTUNITY
|
|
501
501
|
# ads_on_delivery_restrictions: "NONE", # accepts NONE, RESTRICTED, UNRESTRICTED, BOTH
|
|
502
502
|
# encryption: {
|
|
@@ -1332,7 +1332,10 @@ module Aws::MediaPackage
|
|
|
1332
1332
|
# SCTE-35 ad markers (comments) taken directly from the input HTTP
|
|
1333
1333
|
# Live Streaming (HLS) manifest. "SCTE35\_ENHANCED" generates ad
|
|
1334
1334
|
# markers and blackout tags based on SCTE-35 messages in the input
|
|
1335
|
-
# source.
|
|
1335
|
+
# source. "DATERANGE" inserts EXT-X-DATERANGE tags to signal ad and
|
|
1336
|
+
# program transition events in HLS and CMAF manifests. For this
|
|
1337
|
+
# option, you must set a programDateTimeIntervalSeconds value that is
|
|
1338
|
+
# greater than 0.
|
|
1336
1339
|
# @return [String]
|
|
1337
1340
|
#
|
|
1338
1341
|
# @!attribute [rw] id
|
|
@@ -1397,7 +1400,7 @@ module Aws::MediaPackage
|
|
|
1397
1400
|
# data as a hash:
|
|
1398
1401
|
#
|
|
1399
1402
|
# {
|
|
1400
|
-
# ad_markers: "NONE", # accepts NONE, SCTE35_ENHANCED, PASSTHROUGH
|
|
1403
|
+
# ad_markers: "NONE", # accepts NONE, SCTE35_ENHANCED, PASSTHROUGH, DATERANGE
|
|
1401
1404
|
# ad_triggers: ["SPLICE_INSERT"], # accepts SPLICE_INSERT, BREAK, PROVIDER_ADVERTISEMENT, DISTRIBUTOR_ADVERTISEMENT, PROVIDER_PLACEMENT_OPPORTUNITY, DISTRIBUTOR_PLACEMENT_OPPORTUNITY, PROVIDER_OVERLAY_PLACEMENT_OPPORTUNITY, DISTRIBUTOR_OVERLAY_PLACEMENT_OPPORTUNITY
|
|
1402
1405
|
# ads_on_delivery_restrictions: "NONE", # accepts NONE, RESTRICTED, UNRESTRICTED, BOTH
|
|
1403
1406
|
# id: "__string", # required
|
|
@@ -1415,7 +1418,10 @@ module Aws::MediaPackage
|
|
|
1415
1418
|
# SCTE-35 ad markers (comments) taken directly from the input HTTP
|
|
1416
1419
|
# Live Streaming (HLS) manifest. "SCTE35\_ENHANCED" generates ad
|
|
1417
1420
|
# markers and blackout tags based on SCTE-35 messages in the input
|
|
1418
|
-
# source.
|
|
1421
|
+
# source. "DATERANGE" inserts EXT-X-DATERANGE tags to signal ad and
|
|
1422
|
+
# program transition events in HLS and CMAF manifests. For this
|
|
1423
|
+
# option, you must set a programDateTimeIntervalSeconds value that is
|
|
1424
|
+
# greater than 0.
|
|
1419
1425
|
# @return [String]
|
|
1420
1426
|
#
|
|
1421
1427
|
# @!attribute [rw] ad_triggers
|
|
@@ -1497,7 +1503,7 @@ module Aws::MediaPackage
|
|
|
1497
1503
|
# data as a hash:
|
|
1498
1504
|
#
|
|
1499
1505
|
# {
|
|
1500
|
-
# ad_markers: "NONE", # accepts NONE, SCTE35_ENHANCED, PASSTHROUGH
|
|
1506
|
+
# ad_markers: "NONE", # accepts NONE, SCTE35_ENHANCED, PASSTHROUGH, DATERANGE
|
|
1501
1507
|
# ad_triggers: ["SPLICE_INSERT"], # accepts SPLICE_INSERT, BREAK, PROVIDER_ADVERTISEMENT, DISTRIBUTOR_ADVERTISEMENT, PROVIDER_PLACEMENT_OPPORTUNITY, DISTRIBUTOR_PLACEMENT_OPPORTUNITY, PROVIDER_OVERLAY_PLACEMENT_OPPORTUNITY, DISTRIBUTOR_OVERLAY_PLACEMENT_OPPORTUNITY
|
|
1502
1508
|
# ads_on_delivery_restrictions: "NONE", # accepts NONE, RESTRICTED, UNRESTRICTED, BOTH
|
|
1503
1509
|
# encryption: {
|
|
@@ -1533,7 +1539,10 @@ module Aws::MediaPackage
|
|
|
1533
1539
|
# SCTE-35 ad markers (comments) taken directly from the input HTTP
|
|
1534
1540
|
# Live Streaming (HLS) manifest. "SCTE35\_ENHANCED" generates ad
|
|
1535
1541
|
# markers and blackout tags based on SCTE-35 messages in the input
|
|
1536
|
-
# source.
|
|
1542
|
+
# source. "DATERANGE" inserts EXT-X-DATERANGE tags to signal ad and
|
|
1543
|
+
# program transition events in HLS and CMAF manifests. For this
|
|
1544
|
+
# option, you must set a programDateTimeIntervalSeconds value that is
|
|
1545
|
+
# greater than 0.
|
|
1537
1546
|
# @return [String]
|
|
1538
1547
|
#
|
|
1539
1548
|
# @!attribute [rw] ad_triggers
|
|
@@ -2574,7 +2583,7 @@ module Aws::MediaPackage
|
|
|
2574
2583
|
# },
|
|
2575
2584
|
# hls_manifests: [
|
|
2576
2585
|
# {
|
|
2577
|
-
# ad_markers: "NONE", # accepts NONE, SCTE35_ENHANCED, PASSTHROUGH
|
|
2586
|
+
# ad_markers: "NONE", # accepts NONE, SCTE35_ENHANCED, PASSTHROUGH, DATERANGE
|
|
2578
2587
|
# ad_triggers: ["SPLICE_INSERT"], # accepts SPLICE_INSERT, BREAK, PROVIDER_ADVERTISEMENT, DISTRIBUTOR_ADVERTISEMENT, PROVIDER_PLACEMENT_OPPORTUNITY, DISTRIBUTOR_PLACEMENT_OPPORTUNITY, PROVIDER_OVERLAY_PLACEMENT_OPPORTUNITY, DISTRIBUTOR_OVERLAY_PLACEMENT_OPPORTUNITY
|
|
2579
2588
|
# ads_on_delivery_restrictions: "NONE", # accepts NONE, RESTRICTED, UNRESTRICTED, BOTH
|
|
2580
2589
|
# id: "__string", # required
|
|
@@ -2623,7 +2632,7 @@ module Aws::MediaPackage
|
|
|
2623
2632
|
# },
|
|
2624
2633
|
# description: "__string",
|
|
2625
2634
|
# hls_package: {
|
|
2626
|
-
# ad_markers: "NONE", # accepts NONE, SCTE35_ENHANCED, PASSTHROUGH
|
|
2635
|
+
# ad_markers: "NONE", # accepts NONE, SCTE35_ENHANCED, PASSTHROUGH, DATERANGE
|
|
2627
2636
|
# ad_triggers: ["SPLICE_INSERT"], # accepts SPLICE_INSERT, BREAK, PROVIDER_ADVERTISEMENT, DISTRIBUTOR_ADVERTISEMENT, PROVIDER_PLACEMENT_OPPORTUNITY, DISTRIBUTOR_PLACEMENT_OPPORTUNITY, PROVIDER_OVERLAY_PLACEMENT_OPPORTUNITY, DISTRIBUTOR_OVERLAY_PLACEMENT_OPPORTUNITY
|
|
2628
2637
|
# ads_on_delivery_restrictions: "NONE", # accepts NONE, RESTRICTED, UNRESTRICTED, BOTH
|
|
2629
2638
|
# encryption: {
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-mediapackage
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.31.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-
|
|
11
|
+
date: 2020-07-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|