aws-sdk-elastictranscoder 1.64.0 → 1.65.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-elastictranscoder/client.rb +1 -1
- data/lib/aws-sdk-elastictranscoder/types.rb +33 -34
- data/lib/aws-sdk-elastictranscoder.rb +1 -1
- 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: b6055db671d7729e0e823e4a8adc26f5c6c30ad375cc04a492c5ce9e861d24a5
|
4
|
+
data.tar.gz: 29a379d92937e7871ee380e0a341548a37a823c4dee2dd772e54e17fddd2978d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 01f45ceebd3e8e833e72c4661ca5f7d9067c08d5684e503f2d1a98b26be249bebaab60fafdb50abd4d64c4d2dc3796f2e7787d99f08e7e3dc37ef49fde38efd2
|
7
|
+
data.tar.gz: 678e72dd1cc0bbcca0c24cacc0f9c8228949edc3a83fb0188612bdcebbfd6f1239909f2f2055a28838f409f13df2648a8f3fb2495b3bbc2392117547bdc18964
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.65.0
|
@@ -3116,7 +3116,7 @@ module Aws::ElasticTranscoder
|
|
3116
3116
|
tracer: tracer
|
3117
3117
|
)
|
3118
3118
|
context[:gem_name] = 'aws-sdk-elastictranscoder'
|
3119
|
-
context[:gem_version] = '1.
|
3119
|
+
context[:gem_version] = '1.65.0'
|
3120
3120
|
Seahorse::Client::Request.new(handlers, context)
|
3121
3121
|
end
|
3122
3122
|
|
@@ -432,22 +432,21 @@ module Aws::ElasticTranscoder
|
|
432
432
|
#
|
433
433
|
# @!attribute [rw] pattern
|
434
434
|
# The prefix for caption filenames, in the form
|
435
|
-
# *description
|
435
|
+
# *description*-`{language}`, where:
|
436
436
|
#
|
437
437
|
# * *description* is a description of the video.
|
438
438
|
#
|
439
|
-
# *
|
439
|
+
# * `{language}` is a literal value that Elastic Transcoder replaces
|
440
440
|
# with the two- or three-letter code for the language of the caption
|
441
441
|
# in the output file names.
|
442
442
|
#
|
443
|
-
# If you don't include
|
444
|
-
#
|
445
|
-
#
|
446
|
-
#
|
447
|
-
# files.
|
443
|
+
# If you don't include `{language}` in the file name pattern, Elastic
|
444
|
+
# Transcoder automatically appends "`{language}`" to the value that
|
445
|
+
# you specify for the description. In addition, Elastic Transcoder
|
446
|
+
# automatically appends the count to the end of the segment files.
|
448
447
|
#
|
449
448
|
# For example, suppose you're transcoding into srt format. When you
|
450
|
-
# enter "Sydney
|
449
|
+
# enter "Sydney-\{language}-sunrise", and the language of the
|
451
450
|
# captions is English (en), the name of the first caption file is be
|
452
451
|
# Sydney-en-sunrise00000.srt.
|
453
452
|
# @return [String]
|
@@ -598,25 +597,25 @@ module Aws::ElasticTranscoder
|
|
598
597
|
# information that you want to include in the file name for each
|
599
598
|
# thumbnail. You can specify the following values in any sequence:
|
600
599
|
#
|
601
|
-
# * <b> <code
|
602
|
-
# thumbnails, you must include
|
603
|
-
# object. Wherever you specify
|
604
|
-
#
|
605
|
-
#
|
606
|
-
#
|
600
|
+
# * <b> <code>{count}</code> (Required)</b>: If you want to create
|
601
|
+
# thumbnails, you must include `{count}` in the `ThumbnailPattern`
|
602
|
+
# object. Wherever you specify `{count}`, Elastic Transcoder adds a
|
603
|
+
# five-digit sequence number (beginning with **00001**) to thumbnail
|
604
|
+
# file names. The number indicates where a given thumbnail appears
|
605
|
+
# in the sequence of thumbnails for a transcoded file.
|
607
606
|
#
|
608
|
-
# If you specify a literal value and/or
|
609
|
-
#
|
610
|
-
#
|
607
|
+
# If you specify a literal value and/or `{resolution}` but you omit
|
608
|
+
# `{count}`, Elastic Transcoder returns a validation error and does
|
609
|
+
# not create the job.
|
611
610
|
#
|
612
611
|
# * **Literal values (Optional)**: You can specify literal values
|
613
612
|
# anywhere in the `ThumbnailPattern` object. For example, you can
|
614
613
|
# include them as a file name prefix or as a delimiter between
|
615
|
-
#
|
614
|
+
# `{resolution}` and `{count}`.
|
616
615
|
#
|
617
|
-
# * <b> <code
|
618
|
-
#
|
619
|
-
#
|
616
|
+
# * <b> <code>{resolution}</code> (Optional)</b>: If you want Elastic
|
617
|
+
# Transcoder to include the resolution in the file name, include
|
618
|
+
# `{resolution}` in the `ThumbnailPattern` object.
|
620
619
|
#
|
621
620
|
# When creating thumbnails, Elastic Transcoder automatically saves the
|
622
621
|
# files in the format (.jpg or .png) that appears in the preset that
|
@@ -1863,25 +1862,25 @@ module Aws::ElasticTranscoder
|
|
1863
1862
|
# information that you want to include in the file name for each
|
1864
1863
|
# thumbnail. You can specify the following values in any sequence:
|
1865
1864
|
#
|
1866
|
-
# * <b> <code
|
1867
|
-
# thumbnails, you must include
|
1868
|
-
# object. Wherever you specify
|
1869
|
-
#
|
1870
|
-
#
|
1871
|
-
#
|
1865
|
+
# * <b> <code>{count}</code> (Required)</b>: If you want to create
|
1866
|
+
# thumbnails, you must include `{count}` in the `ThumbnailPattern`
|
1867
|
+
# object. Wherever you specify `{count}`, Elastic Transcoder adds a
|
1868
|
+
# five-digit sequence number (beginning with **00001**) to thumbnail
|
1869
|
+
# file names. The number indicates where a given thumbnail appears
|
1870
|
+
# in the sequence of thumbnails for a transcoded file.
|
1872
1871
|
#
|
1873
|
-
# If you specify a literal value and/or
|
1874
|
-
#
|
1875
|
-
#
|
1872
|
+
# If you specify a literal value and/or `{resolution}` but you omit
|
1873
|
+
# `{count}`, Elastic Transcoder returns a validation error and does
|
1874
|
+
# not create the job.
|
1876
1875
|
#
|
1877
1876
|
# * **Literal values (Optional)**: You can specify literal values
|
1878
1877
|
# anywhere in the `ThumbnailPattern` object. For example, you can
|
1879
1878
|
# include them as a file name prefix or as a delimiter between
|
1880
|
-
#
|
1879
|
+
# `{resolution}` and `{count}`.
|
1881
1880
|
#
|
1882
|
-
# * <b> <code
|
1883
|
-
#
|
1884
|
-
#
|
1881
|
+
# * <b> <code>{resolution}</code> (Optional)</b>: If you want Elastic
|
1882
|
+
# Transcoder to include the resolution in the file name, include
|
1883
|
+
# `{resolution}` in the `ThumbnailPattern` object.
|
1885
1884
|
#
|
1886
1885
|
# When creating thumbnails, Elastic Transcoder automatically saves the
|
1887
1886
|
# files in the format (.jpg or .png) that appears in the preset that
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-elastictranscoder
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.65.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: 2024-
|
11
|
+
date: 2024-11-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|