aws-sdk-mediapackage 1.30.0 → 1.35.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0b25db9f5ddf2dd763e3fc603d190fed40358e3985b1d4875c2004f81f3e3ac5
4
- data.tar.gz: bc82b6a5ed8bbc73ff2a9dc6295e0a130ef3c4a41f2c18ee264f1f0cf847635b
3
+ metadata.gz: 04a551f6cd1ac122fc04054ccf79ebef31c218a64e9dcf04aa752e08e3138891
4
+ data.tar.gz: e57a9c32ee6602d9015c7e29597f0176886c0744b6c6711ecc0d73f61107a55c
5
5
  SHA512:
6
- metadata.gz: baba65238b9ee5b305bcfc11c15d0c46acbcd993ffcf183a859ef05dca96c76dd0b72bdf9489e8d839b490f426a02e14a888db30b0d8e3593a75a4c0c1fd04da
7
- data.tar.gz: 18d180acdf1e5c1500b74cc8119595510c94e4340d2e394a493ad07a69089146e3f5aec35e2a2c59ee96971f931fa3db3723cf839457ad2064b704c52908a944
6
+ metadata.gz: 60fc294faa338650d72377e9e1cc9115b71093c1956ca04f58eb9841ac2f8d67a3c43211bf5a5da3167a146416b2223ae8ecc6091acbeb1c707e935e14c7bb79
7
+ data.tar.gz: f63c646d8f769daa05c8862c7b3a854155b2dd238cf3a7875c16fc2e51ed2644c985df1a2b2533ddb5f2a11e23ac478f84627f0457694afe0b4d4fdc5929272d
@@ -7,6 +7,7 @@
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
10
+
10
11
  require 'aws-sdk-core'
11
12
  require 'aws-sigv4'
12
13
 
@@ -44,9 +45,9 @@ require_relative 'aws-sdk-mediapackage/customizations'
44
45
  #
45
46
  # See {Errors} for more information.
46
47
  #
47
- # @service
48
+ # @!group service
48
49
  module Aws::MediaPackage
49
50
 
50
- GEM_VERSION = '1.30.0'
51
+ GEM_VERSION = '1.35.0'
51
52
 
52
53
  end
@@ -85,13 +85,28 @@ module Aws::MediaPackage
85
85
  # * `Aws::Credentials` - Used for configuring static, non-refreshing
86
86
  # credentials.
87
87
  #
88
+ # * `Aws::SharedCredentials` - Used for loading static credentials from a
89
+ # shared file, such as `~/.aws/config`.
90
+ #
91
+ # * `Aws::AssumeRoleCredentials` - Used when you need to assume a role.
92
+ #
93
+ # * `Aws::AssumeRoleWebIdentityCredentials` - Used when you need to
94
+ # assume a role after providing credentials via the web.
95
+ #
96
+ # * `Aws::SSOCredentials` - Used for loading credentials from AWS SSO using an
97
+ # access token generated from `aws login`.
98
+ #
99
+ # * `Aws::ProcessCredentials` - Used for loading credentials from a
100
+ # process that outputs to stdout.
101
+ #
88
102
  # * `Aws::InstanceProfileCredentials` - Used for loading credentials
89
103
  # from an EC2 IMDS on an EC2 instance.
90
104
  #
91
- # * `Aws::SharedCredentials` - Used for loading credentials from a
92
- # shared file, such as `~/.aws/config`.
105
+ # * `Aws::ECSCredentials` - Used for loading credentials from
106
+ # instances running in ECS.
93
107
  #
94
- # * `Aws::AssumeRoleCredentials` - Used when you need to assume a role.
108
+ # * `Aws::CognitoIdentityCredentials` - Used for loading credentials
109
+ # from the Cognito Identity service.
95
110
  #
96
111
  # When `:credentials` are not configured directly, the following
97
112
  # locations will be searched for credentials:
@@ -101,10 +116,10 @@ module Aws::MediaPackage
101
116
  # * ENV['AWS_ACCESS_KEY_ID'], ENV['AWS_SECRET_ACCESS_KEY']
102
117
  # * `~/.aws/credentials`
103
118
  # * `~/.aws/config`
104
- # * EC2 IMDS instance profile - When used by default, the timeouts are
105
- # very aggressive. Construct and pass an instance of
106
- # `Aws::InstanceProfileCredentails` to enable retries and extended
107
- # timeouts.
119
+ # * EC2/ECS IMDS instance profile - When used by default, the timeouts
120
+ # are very aggressive. Construct and pass an instance of
121
+ # `Aws::InstanceProfileCredentails` or `Aws::ECSCredentials` to
122
+ # enable retries and extended timeouts.
108
123
  #
109
124
  # @option options [required, String] :region
110
125
  # The AWS region to connect to. The configured `:region` is
@@ -500,7 +515,7 @@ module Aws::MediaPackage
500
515
  # },
501
516
  # hls_manifests: [
502
517
  # {
503
- # ad_markers: "NONE", # accepts NONE, SCTE35_ENHANCED, PASSTHROUGH
518
+ # ad_markers: "NONE", # accepts NONE, SCTE35_ENHANCED, PASSTHROUGH, DATERANGE
504
519
  # 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
520
  # ads_on_delivery_restrictions: "NONE", # accepts NONE, RESTRICTED, UNRESTRICTED, BOTH
506
521
  # id: "__string", # required
@@ -546,10 +561,12 @@ module Aws::MediaPackage
546
561
  # stream_order: "ORIGINAL", # accepts ORIGINAL, VIDEO_BITRATE_ASCENDING, VIDEO_BITRATE_DESCENDING
547
562
  # },
548
563
  # suggested_presentation_delay_seconds: 1,
564
+ # utc_timing: "NONE", # accepts NONE, HTTP-HEAD, HTTP-ISO
565
+ # utc_timing_uri: "__string",
549
566
  # },
550
567
  # description: "__string",
551
568
  # hls_package: {
552
- # ad_markers: "NONE", # accepts NONE, SCTE35_ENHANCED, PASSTHROUGH
569
+ # ad_markers: "NONE", # accepts NONE, SCTE35_ENHANCED, PASSTHROUGH, DATERANGE
553
570
  # 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
571
  # ads_on_delivery_restrictions: "NONE", # accepts NONE, RESTRICTED, UNRESTRICTED, BOTH
555
572
  # encryption: {
@@ -620,7 +637,7 @@ module Aws::MediaPackage
620
637
  # resp.cmaf_package.encryption.speke_key_provider.system_ids[0] #=> String
621
638
  # resp.cmaf_package.encryption.speke_key_provider.url #=> String
622
639
  # resp.cmaf_package.hls_manifests #=> Array
623
- # resp.cmaf_package.hls_manifests[0].ad_markers #=> String, one of "NONE", "SCTE35_ENHANCED", "PASSTHROUGH"
640
+ # resp.cmaf_package.hls_manifests[0].ad_markers #=> String, one of "NONE", "SCTE35_ENHANCED", "PASSTHROUGH", "DATERANGE"
624
641
  # resp.cmaf_package.hls_manifests[0].id #=> String
625
642
  # resp.cmaf_package.hls_manifests[0].include_iframe_only_stream #=> Boolean
626
643
  # resp.cmaf_package.hls_manifests[0].manifest_name #=> String
@@ -656,8 +673,10 @@ module Aws::MediaPackage
656
673
  # resp.dash_package.stream_selection.min_video_bits_per_second #=> Integer
657
674
  # resp.dash_package.stream_selection.stream_order #=> String, one of "ORIGINAL", "VIDEO_BITRATE_ASCENDING", "VIDEO_BITRATE_DESCENDING"
658
675
  # resp.dash_package.suggested_presentation_delay_seconds #=> Integer
676
+ # resp.dash_package.utc_timing #=> String, one of "NONE", "HTTP-HEAD", "HTTP-ISO"
677
+ # resp.dash_package.utc_timing_uri #=> String
659
678
  # resp.description #=> String
660
- # resp.hls_package.ad_markers #=> String, one of "NONE", "SCTE35_ENHANCED", "PASSTHROUGH"
679
+ # resp.hls_package.ad_markers #=> String, one of "NONE", "SCTE35_ENHANCED", "PASSTHROUGH", "DATERANGE"
661
680
  # resp.hls_package.ad_triggers #=> Array
662
681
  # 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
682
  # resp.hls_package.ads_on_delivery_restrictions #=> String, one of "NONE", "RESTRICTED", "UNRESTRICTED", "BOTH"
@@ -881,7 +900,7 @@ module Aws::MediaPackage
881
900
  # resp.cmaf_package.encryption.speke_key_provider.system_ids[0] #=> String
882
901
  # resp.cmaf_package.encryption.speke_key_provider.url #=> String
883
902
  # resp.cmaf_package.hls_manifests #=> Array
884
- # resp.cmaf_package.hls_manifests[0].ad_markers #=> String, one of "NONE", "SCTE35_ENHANCED", "PASSTHROUGH"
903
+ # resp.cmaf_package.hls_manifests[0].ad_markers #=> String, one of "NONE", "SCTE35_ENHANCED", "PASSTHROUGH", "DATERANGE"
885
904
  # resp.cmaf_package.hls_manifests[0].id #=> String
886
905
  # resp.cmaf_package.hls_manifests[0].include_iframe_only_stream #=> Boolean
887
906
  # resp.cmaf_package.hls_manifests[0].manifest_name #=> String
@@ -917,8 +936,10 @@ module Aws::MediaPackage
917
936
  # resp.dash_package.stream_selection.min_video_bits_per_second #=> Integer
918
937
  # resp.dash_package.stream_selection.stream_order #=> String, one of "ORIGINAL", "VIDEO_BITRATE_ASCENDING", "VIDEO_BITRATE_DESCENDING"
919
938
  # resp.dash_package.suggested_presentation_delay_seconds #=> Integer
939
+ # resp.dash_package.utc_timing #=> String, one of "NONE", "HTTP-HEAD", "HTTP-ISO"
940
+ # resp.dash_package.utc_timing_uri #=> String
920
941
  # resp.description #=> String
921
- # resp.hls_package.ad_markers #=> String, one of "NONE", "SCTE35_ENHANCED", "PASSTHROUGH"
942
+ # resp.hls_package.ad_markers #=> String, one of "NONE", "SCTE35_ENHANCED", "PASSTHROUGH", "DATERANGE"
922
943
  # resp.hls_package.ad_triggers #=> Array
923
944
  # 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
945
  # resp.hls_package.ads_on_delivery_restrictions #=> String, one of "NONE", "RESTRICTED", "UNRESTRICTED", "BOTH"
@@ -1106,7 +1127,7 @@ module Aws::MediaPackage
1106
1127
  # resp.origin_endpoints[0].cmaf_package.encryption.speke_key_provider.system_ids[0] #=> String
1107
1128
  # resp.origin_endpoints[0].cmaf_package.encryption.speke_key_provider.url #=> String
1108
1129
  # 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"
1130
+ # resp.origin_endpoints[0].cmaf_package.hls_manifests[0].ad_markers #=> String, one of "NONE", "SCTE35_ENHANCED", "PASSTHROUGH", "DATERANGE"
1110
1131
  # resp.origin_endpoints[0].cmaf_package.hls_manifests[0].id #=> String
1111
1132
  # resp.origin_endpoints[0].cmaf_package.hls_manifests[0].include_iframe_only_stream #=> Boolean
1112
1133
  # resp.origin_endpoints[0].cmaf_package.hls_manifests[0].manifest_name #=> String
@@ -1142,8 +1163,10 @@ module Aws::MediaPackage
1142
1163
  # resp.origin_endpoints[0].dash_package.stream_selection.min_video_bits_per_second #=> Integer
1143
1164
  # resp.origin_endpoints[0].dash_package.stream_selection.stream_order #=> String, one of "ORIGINAL", "VIDEO_BITRATE_ASCENDING", "VIDEO_BITRATE_DESCENDING"
1144
1165
  # resp.origin_endpoints[0].dash_package.suggested_presentation_delay_seconds #=> Integer
1166
+ # resp.origin_endpoints[0].dash_package.utc_timing #=> String, one of "NONE", "HTTP-HEAD", "HTTP-ISO"
1167
+ # resp.origin_endpoints[0].dash_package.utc_timing_uri #=> String
1145
1168
  # resp.origin_endpoints[0].description #=> String
1146
- # resp.origin_endpoints[0].hls_package.ad_markers #=> String, one of "NONE", "SCTE35_ENHANCED", "PASSTHROUGH"
1169
+ # resp.origin_endpoints[0].hls_package.ad_markers #=> String, one of "NONE", "SCTE35_ENHANCED", "PASSTHROUGH", "DATERANGE"
1147
1170
  # resp.origin_endpoints[0].hls_package.ad_triggers #=> Array
1148
1171
  # 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
1172
  # resp.origin_endpoints[0].hls_package.ads_on_delivery_restrictions #=> String, one of "NONE", "RESTRICTED", "UNRESTRICTED", "BOTH"
@@ -1468,7 +1491,7 @@ module Aws::MediaPackage
1468
1491
  # },
1469
1492
  # hls_manifests: [
1470
1493
  # {
1471
- # ad_markers: "NONE", # accepts NONE, SCTE35_ENHANCED, PASSTHROUGH
1494
+ # ad_markers: "NONE", # accepts NONE, SCTE35_ENHANCED, PASSTHROUGH, DATERANGE
1472
1495
  # 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
1496
  # ads_on_delivery_restrictions: "NONE", # accepts NONE, RESTRICTED, UNRESTRICTED, BOTH
1474
1497
  # id: "__string", # required
@@ -1514,10 +1537,12 @@ module Aws::MediaPackage
1514
1537
  # stream_order: "ORIGINAL", # accepts ORIGINAL, VIDEO_BITRATE_ASCENDING, VIDEO_BITRATE_DESCENDING
1515
1538
  # },
1516
1539
  # suggested_presentation_delay_seconds: 1,
1540
+ # utc_timing: "NONE", # accepts NONE, HTTP-HEAD, HTTP-ISO
1541
+ # utc_timing_uri: "__string",
1517
1542
  # },
1518
1543
  # description: "__string",
1519
1544
  # hls_package: {
1520
- # ad_markers: "NONE", # accepts NONE, SCTE35_ENHANCED, PASSTHROUGH
1545
+ # ad_markers: "NONE", # accepts NONE, SCTE35_ENHANCED, PASSTHROUGH, DATERANGE
1521
1546
  # 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
1547
  # ads_on_delivery_restrictions: "NONE", # accepts NONE, RESTRICTED, UNRESTRICTED, BOTH
1523
1548
  # encryption: {
@@ -1585,7 +1610,7 @@ module Aws::MediaPackage
1585
1610
  # resp.cmaf_package.encryption.speke_key_provider.system_ids[0] #=> String
1586
1611
  # resp.cmaf_package.encryption.speke_key_provider.url #=> String
1587
1612
  # resp.cmaf_package.hls_manifests #=> Array
1588
- # resp.cmaf_package.hls_manifests[0].ad_markers #=> String, one of "NONE", "SCTE35_ENHANCED", "PASSTHROUGH"
1613
+ # resp.cmaf_package.hls_manifests[0].ad_markers #=> String, one of "NONE", "SCTE35_ENHANCED", "PASSTHROUGH", "DATERANGE"
1589
1614
  # resp.cmaf_package.hls_manifests[0].id #=> String
1590
1615
  # resp.cmaf_package.hls_manifests[0].include_iframe_only_stream #=> Boolean
1591
1616
  # resp.cmaf_package.hls_manifests[0].manifest_name #=> String
@@ -1621,8 +1646,10 @@ module Aws::MediaPackage
1621
1646
  # resp.dash_package.stream_selection.min_video_bits_per_second #=> Integer
1622
1647
  # resp.dash_package.stream_selection.stream_order #=> String, one of "ORIGINAL", "VIDEO_BITRATE_ASCENDING", "VIDEO_BITRATE_DESCENDING"
1623
1648
  # resp.dash_package.suggested_presentation_delay_seconds #=> Integer
1649
+ # resp.dash_package.utc_timing #=> String, one of "NONE", "HTTP-HEAD", "HTTP-ISO"
1650
+ # resp.dash_package.utc_timing_uri #=> String
1624
1651
  # resp.description #=> String
1625
- # resp.hls_package.ad_markers #=> String, one of "NONE", "SCTE35_ENHANCED", "PASSTHROUGH"
1652
+ # resp.hls_package.ad_markers #=> String, one of "NONE", "SCTE35_ENHANCED", "PASSTHROUGH", "DATERANGE"
1626
1653
  # resp.hls_package.ad_triggers #=> Array
1627
1654
  # 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
1655
  # resp.hls_package.ads_on_delivery_restrictions #=> String, one of "NONE", "RESTRICTED", "UNRESTRICTED", "BOTH"
@@ -1689,7 +1716,7 @@ module Aws::MediaPackage
1689
1716
  params: params,
1690
1717
  config: config)
1691
1718
  context[:gem_name] = 'aws-sdk-mediapackage'
1692
- context[:gem_version] = '1.30.0'
1719
+ context[:gem_version] = '1.35.0'
1693
1720
  Seahorse::Client::Request.new(handlers, context)
1694
1721
  end
1695
1722
 
@@ -95,6 +95,7 @@ module Aws::MediaPackage
95
95
  UpdateChannelResponse = Shapes::StructureShape.new(name: 'UpdateChannelResponse')
96
96
  UpdateOriginEndpointRequest = Shapes::StructureShape.new(name: 'UpdateOriginEndpointRequest')
97
97
  UpdateOriginEndpointResponse = Shapes::StructureShape.new(name: 'UpdateOriginEndpointResponse')
98
+ UtcTiming = Shapes::StringShape.new(name: 'UtcTiming')
98
99
  __AdTriggersElement = Shapes::StringShape.new(name: '__AdTriggersElement')
99
100
  __PeriodTriggersElement = Shapes::StringShape.new(name: '__PeriodTriggersElement')
100
101
  __boolean = Shapes::BooleanShape.new(name: '__boolean')
@@ -236,6 +237,8 @@ module Aws::MediaPackage
236
237
  DashPackage.add_member(:segment_template_format, Shapes::ShapeRef.new(shape: SegmentTemplateFormat, location_name: "segmentTemplateFormat"))
237
238
  DashPackage.add_member(:stream_selection, Shapes::ShapeRef.new(shape: StreamSelection, location_name: "streamSelection"))
238
239
  DashPackage.add_member(:suggested_presentation_delay_seconds, Shapes::ShapeRef.new(shape: __integer, location_name: "suggestedPresentationDelaySeconds"))
240
+ DashPackage.add_member(:utc_timing, Shapes::ShapeRef.new(shape: UtcTiming, location_name: "utcTiming"))
241
+ DashPackage.add_member(:utc_timing_uri, Shapes::ShapeRef.new(shape: __string, location_name: "utcTimingUri"))
239
242
  DashPackage.struct_class = Types::DashPackage
240
243
 
241
244
  DeleteChannelRequest.add_member(:id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "id"))
@@ -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
@@ -493,10 +493,12 @@ module Aws::MediaPackage
493
493
  # stream_order: "ORIGINAL", # accepts ORIGINAL, VIDEO_BITRATE_ASCENDING, VIDEO_BITRATE_DESCENDING
494
494
  # },
495
495
  # suggested_presentation_delay_seconds: 1,
496
+ # utc_timing: "NONE", # accepts NONE, HTTP-HEAD, HTTP-ISO
497
+ # utc_timing_uri: "__string",
496
498
  # },
497
499
  # description: "__string",
498
500
  # hls_package: {
499
- # ad_markers: "NONE", # accepts NONE, SCTE35_ENHANCED, PASSTHROUGH
501
+ # ad_markers: "NONE", # accepts NONE, SCTE35_ENHANCED, PASSTHROUGH, DATERANGE
500
502
  # 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
503
  # ads_on_delivery_restrictions: "NONE", # accepts NONE, RESTRICTED, UNRESTRICTED, BOTH
502
504
  # encryption: {
@@ -769,6 +771,8 @@ module Aws::MediaPackage
769
771
  # stream_order: "ORIGINAL", # accepts ORIGINAL, VIDEO_BITRATE_ASCENDING, VIDEO_BITRATE_DESCENDING
770
772
  # },
771
773
  # suggested_presentation_delay_seconds: 1,
774
+ # utc_timing: "NONE", # accepts NONE, HTTP-HEAD, HTTP-ISO
775
+ # utc_timing_uri: "__string",
772
776
  # }
773
777
  #
774
778
  # @!attribute [rw] ad_triggers
@@ -856,6 +860,16 @@ module Aws::MediaPackage
856
860
  # Duration (in seconds) to delay live content before presentation.
857
861
  # @return [Integer]
858
862
  #
863
+ # @!attribute [rw] utc_timing
864
+ # Determines the type of UTCTiming included in the Media Presentation
865
+ # Description (MPD)
866
+ # @return [String]
867
+ #
868
+ # @!attribute [rw] utc_timing_uri
869
+ # Specifies the value attribute of the UTCTiming field when utcTiming
870
+ # is set to HTTP-ISO or HTTP-HEAD
871
+ # @return [String]
872
+ #
859
873
  # @see http://docs.aws.amazon.com/goto/WebAPI/mediapackage-2017-10-12/DashPackage AWS API Documentation
860
874
  #
861
875
  class DashPackage < Struct.new(
@@ -871,7 +885,9 @@ module Aws::MediaPackage
871
885
  :segment_duration_seconds,
872
886
  :segment_template_format,
873
887
  :stream_selection,
874
- :suggested_presentation_delay_seconds)
888
+ :suggested_presentation_delay_seconds,
889
+ :utc_timing,
890
+ :utc_timing_uri)
875
891
  SENSITIVE = []
876
892
  include Aws::Structure
877
893
  end
@@ -1332,7 +1348,10 @@ module Aws::MediaPackage
1332
1348
  # SCTE-35 ad markers (comments) taken directly from the input HTTP
1333
1349
  # Live Streaming (HLS) manifest. "SCTE35\_ENHANCED" generates ad
1334
1350
  # markers and blackout tags based on SCTE-35 messages in the input
1335
- # source.
1351
+ # source. "DATERANGE" inserts EXT-X-DATERANGE tags to signal ad and
1352
+ # program transition events in HLS and CMAF manifests. For this
1353
+ # option, you must set a programDateTimeIntervalSeconds value that is
1354
+ # greater than 0.
1336
1355
  # @return [String]
1337
1356
  #
1338
1357
  # @!attribute [rw] id
@@ -1397,7 +1416,7 @@ module Aws::MediaPackage
1397
1416
  # data as a hash:
1398
1417
  #
1399
1418
  # {
1400
- # ad_markers: "NONE", # accepts NONE, SCTE35_ENHANCED, PASSTHROUGH
1419
+ # ad_markers: "NONE", # accepts NONE, SCTE35_ENHANCED, PASSTHROUGH, DATERANGE
1401
1420
  # 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
1421
  # ads_on_delivery_restrictions: "NONE", # accepts NONE, RESTRICTED, UNRESTRICTED, BOTH
1403
1422
  # id: "__string", # required
@@ -1415,7 +1434,10 @@ module Aws::MediaPackage
1415
1434
  # SCTE-35 ad markers (comments) taken directly from the input HTTP
1416
1435
  # Live Streaming (HLS) manifest. "SCTE35\_ENHANCED" generates ad
1417
1436
  # markers and blackout tags based on SCTE-35 messages in the input
1418
- # source.
1437
+ # source. "DATERANGE" inserts EXT-X-DATERANGE tags to signal ad and
1438
+ # program transition events in HLS and CMAF manifests. For this
1439
+ # option, you must set a programDateTimeIntervalSeconds value that is
1440
+ # greater than 0.
1419
1441
  # @return [String]
1420
1442
  #
1421
1443
  # @!attribute [rw] ad_triggers
@@ -1497,7 +1519,7 @@ module Aws::MediaPackage
1497
1519
  # data as a hash:
1498
1520
  #
1499
1521
  # {
1500
- # ad_markers: "NONE", # accepts NONE, SCTE35_ENHANCED, PASSTHROUGH
1522
+ # ad_markers: "NONE", # accepts NONE, SCTE35_ENHANCED, PASSTHROUGH, DATERANGE
1501
1523
  # 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
1524
  # ads_on_delivery_restrictions: "NONE", # accepts NONE, RESTRICTED, UNRESTRICTED, BOTH
1503
1525
  # encryption: {
@@ -1533,7 +1555,10 @@ module Aws::MediaPackage
1533
1555
  # SCTE-35 ad markers (comments) taken directly from the input HTTP
1534
1556
  # Live Streaming (HLS) manifest. "SCTE35\_ENHANCED" generates ad
1535
1557
  # markers and blackout tags based on SCTE-35 messages in the input
1536
- # source.
1558
+ # source. "DATERANGE" inserts EXT-X-DATERANGE tags to signal ad and
1559
+ # program transition events in HLS and CMAF manifests. For this
1560
+ # option, you must set a programDateTimeIntervalSeconds value that is
1561
+ # greater than 0.
1537
1562
  # @return [String]
1538
1563
  #
1539
1564
  # @!attribute [rw] ad_triggers
@@ -2574,7 +2599,7 @@ module Aws::MediaPackage
2574
2599
  # },
2575
2600
  # hls_manifests: [
2576
2601
  # {
2577
- # ad_markers: "NONE", # accepts NONE, SCTE35_ENHANCED, PASSTHROUGH
2602
+ # ad_markers: "NONE", # accepts NONE, SCTE35_ENHANCED, PASSTHROUGH, DATERANGE
2578
2603
  # 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
2604
  # ads_on_delivery_restrictions: "NONE", # accepts NONE, RESTRICTED, UNRESTRICTED, BOTH
2580
2605
  # id: "__string", # required
@@ -2620,10 +2645,12 @@ module Aws::MediaPackage
2620
2645
  # stream_order: "ORIGINAL", # accepts ORIGINAL, VIDEO_BITRATE_ASCENDING, VIDEO_BITRATE_DESCENDING
2621
2646
  # },
2622
2647
  # suggested_presentation_delay_seconds: 1,
2648
+ # utc_timing: "NONE", # accepts NONE, HTTP-HEAD, HTTP-ISO
2649
+ # utc_timing_uri: "__string",
2623
2650
  # },
2624
2651
  # description: "__string",
2625
2652
  # hls_package: {
2626
- # ad_markers: "NONE", # accepts NONE, SCTE35_ENHANCED, PASSTHROUGH
2653
+ # ad_markers: "NONE", # accepts NONE, SCTE35_ENHANCED, PASSTHROUGH, DATERANGE
2627
2654
  # 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
2655
  # ads_on_delivery_restrictions: "NONE", # accepts NONE, RESTRICTED, UNRESTRICTED, BOTH
2629
2656
  # 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.30.0
4
+ version: 1.35.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-06-23 00:00:00.000000000 Z
11
+ date: 2020-09-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.99.0
22
+ version: 3.109.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.99.0
32
+ version: 3.109.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement