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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 24a7f3fc072507270eb1f5722cfda3a95d20507e6f69011c2be1b167b3bdf875
4
- data.tar.gz: 6edef18116388178b77081153d2bdffd763b663aa8193dcfac6d490fa9b92bc8
3
+ metadata.gz: b6055db671d7729e0e823e4a8adc26f5c6c30ad375cc04a492c5ce9e861d24a5
4
+ data.tar.gz: 29a379d92937e7871ee380e0a341548a37a823c4dee2dd772e54e17fddd2978d
5
5
  SHA512:
6
- metadata.gz: 2b72d1ec9206fdd8d6a7f585ff72f3c8ed5a52996a2d31b96399d09be337ac18177432a852494f2cd2b606dfdf070cab37e7d187349cf26d26a26eba5f23a943
7
- data.tar.gz: beabf6d21aaf3c1a603e05ca7fa020a1eab33d79b4da77fef3a25c3b8e22cbc0ac44ad81a93b8d73480197418eccff611ae834cd47f9c20101009f65a818335b
6
+ metadata.gz: 01f45ceebd3e8e833e72c4661ca5f7d9067c08d5684e503f2d1a98b26be249bebaab60fafdb50abd4d64c4d2dc3796f2e7787d99f08e7e3dc37ef49fde38efd2
7
+ data.tar.gz: 678e72dd1cc0bbcca0c24cacc0f9c8228949edc3a83fb0188612bdcebbfd6f1239909f2f2055a28838f409f13df2648a8f3fb2495b3bbc2392117547bdc18964
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.65.0 (2024-11-06)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.64.0 (2024-10-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.64.0
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.64.0'
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*-`\{language\}`, where:
435
+ # *description*-`{language}`, where:
436
436
  #
437
437
  # * *description* is a description of the video.
438
438
  #
439
- # * `\{language\}` is a literal value that Elastic Transcoder replaces
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 `\{language\}` in the file name pattern,
444
- # Elastic Transcoder automatically appends "`\{language\}`" to the
445
- # value that you specify for the description. In addition, Elastic
446
- # Transcoder automatically appends the count to the end of the segment
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-\\\{language\\}-sunrise", and the language of the
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>\{count\}</code> (Required)</b>: If you want to create
602
- # thumbnails, you must include `\{count\}` in the `ThumbnailPattern`
603
- # object. Wherever you specify `\{count\}`, Elastic Transcoder adds
604
- # a five-digit sequence number (beginning with **00001**) to
605
- # thumbnail file names. The number indicates where a given thumbnail
606
- # appears in the sequence of thumbnails for a transcoded file.
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 `\{resolution\}` but you
609
- # omit `\{count\}`, Elastic Transcoder returns a validation error
610
- # and does not create the job.
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
- # `\{resolution\}` and `\{count\}`.
614
+ # `{resolution}` and `{count}`.
616
615
  #
617
- # * <b> <code>\{resolution\}</code> (Optional)</b>: If you want
618
- # Elastic Transcoder to include the resolution in the file name,
619
- # include `\{resolution\}` in the `ThumbnailPattern` object.
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>\{count\}</code> (Required)</b>: If you want to create
1867
- # thumbnails, you must include `\{count\}` in the `ThumbnailPattern`
1868
- # object. Wherever you specify `\{count\}`, Elastic Transcoder adds
1869
- # a five-digit sequence number (beginning with **00001**) to
1870
- # thumbnail file names. The number indicates where a given thumbnail
1871
- # appears in the sequence of thumbnails for a transcoded file.
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 `\{resolution\}` but you
1874
- # omit `\{count\}`, Elastic Transcoder returns a validation error
1875
- # and does not create the job.
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
- # `\{resolution\}` and `\{count\}`.
1879
+ # `{resolution}` and `{count}`.
1881
1880
  #
1882
- # * <b> <code>\{resolution\}</code> (Optional)</b>: If you want
1883
- # Elastic Transcoder to include the resolution in the file name,
1884
- # include `\{resolution\}` in the `ThumbnailPattern` object.
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
@@ -55,7 +55,7 @@ module Aws::ElasticTranscoder
55
55
  autoload :EndpointProvider, 'aws-sdk-elastictranscoder/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-elastictranscoder/endpoints'
57
57
 
58
- GEM_VERSION = '1.64.0'
58
+ GEM_VERSION = '1.65.0'
59
59
 
60
60
  end
61
61
 
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.64.0
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-10-18 00:00:00.000000000 Z
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