aws-sdk-mediapackagevod 1.27.0 → 1.31.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e0a34e7f5650b8c9124d9859ca55bec2aa9660501dd9dabaa59b30bdc8f5f9a8
4
- data.tar.gz: 0f7498a88311e0f0a158f1268211b9670834179e49c7f3fb8e9f50275d3695f2
3
+ metadata.gz: 2229858e7639286a079a8a4bdc7d8382b56160cd8aa634d72074690acd5281f1
4
+ data.tar.gz: f16f6a647f355d1b89f075069627a9d1abd8b16af8d22037827bc8ee78541f20
5
5
  SHA512:
6
- metadata.gz: a181e5d7198459babc7de87a605410cedbd0cd03c1e73ab2bfcb3b57fd806a378419d2e1141dcea361b0cd3b57c7c8535414b06a54954ea004450689ef37c6a3
7
- data.tar.gz: 4bfea24a3c7b2f8753ceb57ab35eca10755094f2222479c3bd8a773a9d31309258481623bfd9bf94a202d45e8b7e9b0ffd0f2d896ad270dccc02f38ddd8e7624
6
+ metadata.gz: 3d8fb0ebc3fe738bde881b5f29bac404b493d93738a21c6a4ca5b5a17c0537534d0515d80863eec6972535f119728e3e438d52e8fc36f68ab4da1db86b6def7e
7
+ data.tar.gz: 0b4c34d3b8ccf95c6a3577660b679c6282981d55ad1c7d89a6bc79c7be3b883caf047084314acd049e12287267b38006e972af0da79e877a4526a2a284d75a16
data/CHANGELOG.md CHANGED
@@ -1,6 +1,26 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.31.0 (2021-11-04)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.30.0 (2021-10-20)
10
+ ------------------
11
+
12
+ * Feature - MediaPackage passes through digital video broadcasting (DVB) subtitles into the output.
13
+
14
+ 1.29.0 (2021-10-18)
15
+ ------------------
16
+
17
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
18
+
19
+ 1.28.0 (2021-09-22)
20
+ ------------------
21
+
22
+ * Feature - MediaPackage VOD will now return the current processing statuses of an asset's endpoints. The status can be QUEUED, PROCESSING, PLAYABLE, or FAILED.
23
+
4
24
  1.27.0 (2021-09-01)
5
25
  ------------------
6
26
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.27.0
1
+ 1.31.0
@@ -275,6 +275,15 @@ module Aws::MediaPackageVod
275
275
  # ** Please note ** When response stubbing is enabled, no HTTP
276
276
  # requests are made, and retries are disabled.
277
277
  #
278
+ # @option options [Boolean] :use_dualstack_endpoint
279
+ # When set to `true`, dualstack enabled endpoints (with `.aws` TLD)
280
+ # will be used if available.
281
+ #
282
+ # @option options [Boolean] :use_fips_endpoint
283
+ # When set to `true`, fips compatible endpoints will be used if available.
284
+ # When a `fips` region is used, the region is normalized and this config
285
+ # is set to `true`.
286
+ #
278
287
  # @option options [Boolean] :validate_params (true)
279
288
  # When `true`, request parameters are validated before
280
289
  # sending the request.
@@ -419,6 +428,7 @@ module Aws::MediaPackageVod
419
428
  # resp.created_at #=> String
420
429
  # resp.egress_endpoints #=> Array
421
430
  # resp.egress_endpoints[0].packaging_configuration_id #=> String
431
+ # resp.egress_endpoints[0].status #=> String
422
432
  # resp.egress_endpoints[0].url #=> String
423
433
  # resp.id #=> String
424
434
  # resp.packaging_group_id #=> String
@@ -548,6 +558,7 @@ module Aws::MediaPackageVod
548
558
  # },
549
559
  # },
550
560
  # ],
561
+ # include_dvb_subtitles: false,
551
562
  # segment_duration_seconds: 1,
552
563
  # use_audio_rendition_group: false,
553
564
  # },
@@ -629,6 +640,7 @@ module Aws::MediaPackageVod
629
640
  # resp.hls_package.hls_manifests[0].stream_selection.max_video_bits_per_second #=> Integer
630
641
  # resp.hls_package.hls_manifests[0].stream_selection.min_video_bits_per_second #=> Integer
631
642
  # resp.hls_package.hls_manifests[0].stream_selection.stream_order #=> String, one of "ORIGINAL", "VIDEO_BITRATE_ASCENDING", "VIDEO_BITRATE_DESCENDING"
643
+ # resp.hls_package.include_dvb_subtitles #=> Boolean
632
644
  # resp.hls_package.segment_duration_seconds #=> Integer
633
645
  # resp.hls_package.use_audio_rendition_group #=> Boolean
634
646
  # resp.id #=> String
@@ -804,6 +816,7 @@ module Aws::MediaPackageVod
804
816
  # resp.created_at #=> String
805
817
  # resp.egress_endpoints #=> Array
806
818
  # resp.egress_endpoints[0].packaging_configuration_id #=> String
819
+ # resp.egress_endpoints[0].status #=> String
807
820
  # resp.egress_endpoints[0].url #=> String
808
821
  # resp.id #=> String
809
822
  # resp.packaging_group_id #=> String
@@ -895,6 +908,7 @@ module Aws::MediaPackageVod
895
908
  # resp.hls_package.hls_manifests[0].stream_selection.max_video_bits_per_second #=> Integer
896
909
  # resp.hls_package.hls_manifests[0].stream_selection.min_video_bits_per_second #=> Integer
897
910
  # resp.hls_package.hls_manifests[0].stream_selection.stream_order #=> String, one of "ORIGINAL", "VIDEO_BITRATE_ASCENDING", "VIDEO_BITRATE_DESCENDING"
911
+ # resp.hls_package.include_dvb_subtitles #=> Boolean
898
912
  # resp.hls_package.segment_duration_seconds #=> Integer
899
913
  # resp.hls_package.use_audio_rendition_group #=> Boolean
900
914
  # resp.id #=> String
@@ -1083,6 +1097,7 @@ module Aws::MediaPackageVod
1083
1097
  # resp.packaging_configurations[0].hls_package.hls_manifests[0].stream_selection.max_video_bits_per_second #=> Integer
1084
1098
  # resp.packaging_configurations[0].hls_package.hls_manifests[0].stream_selection.min_video_bits_per_second #=> Integer
1085
1099
  # resp.packaging_configurations[0].hls_package.hls_manifests[0].stream_selection.stream_order #=> String, one of "ORIGINAL", "VIDEO_BITRATE_ASCENDING", "VIDEO_BITRATE_DESCENDING"
1100
+ # resp.packaging_configurations[0].hls_package.include_dvb_subtitles #=> Boolean
1086
1101
  # resp.packaging_configurations[0].hls_package.segment_duration_seconds #=> Integer
1087
1102
  # resp.packaging_configurations[0].hls_package.use_audio_rendition_group #=> Boolean
1088
1103
  # resp.packaging_configurations[0].id #=> String
@@ -1291,7 +1306,7 @@ module Aws::MediaPackageVod
1291
1306
  params: params,
1292
1307
  config: config)
1293
1308
  context[:gem_name] = 'aws-sdk-mediapackagevod'
1294
- context[:gem_version] = '1.27.0'
1309
+ context[:gem_version] = '1.31.0'
1295
1310
  Seahorse::Client::Request.new(handlers, context)
1296
1311
  end
1297
1312
 
@@ -294,6 +294,7 @@ module Aws::MediaPackageVod
294
294
  EgressAccessLogs.struct_class = Types::EgressAccessLogs
295
295
 
296
296
  EgressEndpoint.add_member(:packaging_configuration_id, Shapes::ShapeRef.new(shape: __string, location_name: "packagingConfigurationId"))
297
+ EgressEndpoint.add_member(:status, Shapes::ShapeRef.new(shape: __string, location_name: "status"))
297
298
  EgressEndpoint.add_member(:url, Shapes::ShapeRef.new(shape: __string, location_name: "url"))
298
299
  EgressEndpoint.struct_class = Types::EgressEndpoint
299
300
 
@@ -315,6 +316,7 @@ module Aws::MediaPackageVod
315
316
 
316
317
  HlsPackage.add_member(:encryption, Shapes::ShapeRef.new(shape: HlsEncryption, location_name: "encryption"))
317
318
  HlsPackage.add_member(:hls_manifests, Shapes::ShapeRef.new(shape: __listOfHlsManifest, required: true, location_name: "hlsManifests"))
319
+ HlsPackage.add_member(:include_dvb_subtitles, Shapes::ShapeRef.new(shape: __boolean, location_name: "includeDvbSubtitles"))
318
320
  HlsPackage.add_member(:segment_duration_seconds, Shapes::ShapeRef.new(shape: __integer, location_name: "segmentDurationSeconds"))
319
321
  HlsPackage.add_member(:use_audio_rendition_group, Shapes::ShapeRef.new(shape: __boolean, location_name: "useAudioRenditionGroup"))
320
322
  HlsPackage.struct_class = Types::HlsPackage
@@ -546,6 +546,7 @@ module Aws::MediaPackageVod
546
546
  # },
547
547
  # },
548
548
  # ],
549
+ # include_dvb_subtitles: false,
549
550
  # segment_duration_seconds: 1,
550
551
  # use_audio_rendition_group: false,
551
552
  # },
@@ -1180,6 +1181,13 @@ module Aws::MediaPackageVod
1180
1181
  # The ID of the PackagingConfiguration being applied to the Asset.
1181
1182
  # @return [String]
1182
1183
  #
1184
+ # @!attribute [rw] status
1185
+ # The current processing status of the asset used for the packaging
1186
+ # configuration. The status can be either QUEUED, PROCESSING,
1187
+ # PLAYABLE, or FAILED. Status information won't be available for most
1188
+ # assets ingested before 2021-09-30.
1189
+ # @return [String]
1190
+ #
1183
1191
  # @!attribute [rw] url
1184
1192
  # The URL of the parent manifest for the repackaged Asset.
1185
1193
  # @return [String]
@@ -1188,6 +1196,7 @@ module Aws::MediaPackageVod
1188
1196
  #
1189
1197
  class EgressEndpoint < Struct.new(
1190
1198
  :packaging_configuration_id,
1199
+ :status,
1191
1200
  :url)
1192
1201
  SENSITIVE = []
1193
1202
  include Aws::Structure
@@ -1343,6 +1352,7 @@ module Aws::MediaPackageVod
1343
1352
  # },
1344
1353
  # },
1345
1354
  # ],
1355
+ # include_dvb_subtitles: false,
1346
1356
  # segment_duration_seconds: 1,
1347
1357
  # use_audio_rendition_group: false,
1348
1358
  # }
@@ -1355,6 +1365,11 @@ module Aws::MediaPackageVod
1355
1365
  # A list of HLS manifest configurations.
1356
1366
  # @return [Array<Types::HlsManifest>]
1357
1367
  #
1368
+ # @!attribute [rw] include_dvb_subtitles
1369
+ # When enabled, MediaPackage passes through digital video broadcasting
1370
+ # (DVB) subtitles into the output.
1371
+ # @return [Boolean]
1372
+ #
1358
1373
  # @!attribute [rw] segment_duration_seconds
1359
1374
  # Duration (in seconds) of each fragment. Actual fragments will be
1360
1375
  # rounded to the nearest multiple of the source fragment duration.
@@ -1370,6 +1385,7 @@ module Aws::MediaPackageVod
1370
1385
  class HlsPackage < Struct.new(
1371
1386
  :encryption,
1372
1387
  :hls_manifests,
1388
+ :include_dvb_subtitles,
1373
1389
  :segment_duration_seconds,
1374
1390
  :use_audio_rendition_group)
1375
1391
  SENSITIVE = []
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-mediapackagevod/customizations'
48
48
  # @!group service
49
49
  module Aws::MediaPackageVod
50
50
 
51
- GEM_VERSION = '1.27.0'
51
+ GEM_VERSION = '1.31.0'
52
52
 
53
53
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-mediapackagevod
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.27.0
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: 2021-09-01 00:00:00.000000000 Z
11
+ date: 2021-11-04 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.120.0
22
+ version: 3.122.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.120.0
32
+ version: 3.122.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement