aws-sdk-elastictranscoder 1.79.0 → 1.80.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/CHANGELOG.md +7 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-elastictranscoder/client.rb +1 -1
- data/lib/aws-sdk-elastictranscoder.rb +1 -1
- metadata +4 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: dfc1bc63d198558e7d9f9656726ed0f45a915e42b73151e3ba5c901fb02be22d
|
|
4
|
+
data.tar.gz: d1f085ca5e35a707983a8bd41f5a3d1c661d4d6587df191cfca30a3f332abb80
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1b31df670c02eda6e56a7dce22e031b4fce87e71fea682f201d3f7f96c5a15c704e53a9934f2894c2376e3337ff0e768b13cc958d823d85e127232a41a4cc543
|
|
7
|
+
data.tar.gz: '0084f3934c972d63b5c4d1784f8c4979bb24eef0c1c167b09961397b03bc90dcee3bb832c8c2ecc891dc17a4cf54ed44fa46e3ce616b0671f784a77774151d09'
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,13 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.80.0 (2025-12-22)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
8
|
+
|
|
9
|
+
* Feature - Elastic Transcoder has been removed from the SDK because it has been discontinued.
|
|
10
|
+
|
|
4
11
|
1.79.0 (2025-11-21)
|
|
5
12
|
------------------
|
|
6
13
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.80.0
|
|
@@ -3137,7 +3137,7 @@ module Aws::ElasticTranscoder
|
|
|
3137
3137
|
tracer: tracer
|
|
3138
3138
|
)
|
|
3139
3139
|
context[:gem_name] = 'aws-sdk-elastictranscoder'
|
|
3140
|
-
context[:gem_version] = '1.
|
|
3140
|
+
context[:gem_version] = '1.80.0'
|
|
3141
3141
|
Seahorse::Client::Request.new(handlers, context)
|
|
3142
3142
|
end
|
|
3143
3143
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
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.80.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
@@ -43,8 +43,8 @@ dependencies:
|
|
|
43
43
|
- - "~>"
|
|
44
44
|
- !ruby/object:Gem::Version
|
|
45
45
|
version: '1.5'
|
|
46
|
-
description: Official AWS Ruby gem for Amazon Elastic Transcoder. This
|
|
47
|
-
of the AWS SDK for Ruby.
|
|
46
|
+
description: "[DEPRECATED] Official AWS Ruby gem for Amazon Elastic Transcoder. This
|
|
47
|
+
gem is part of the AWS SDK for Ruby."
|
|
48
48
|
email:
|
|
49
49
|
- aws-dr-rubygems@amazon.com
|
|
50
50
|
executables: []
|
|
@@ -77,6 +77,7 @@ licenses:
|
|
|
77
77
|
metadata:
|
|
78
78
|
source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-elastictranscoder
|
|
79
79
|
changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-elastictranscoder/CHANGELOG.md
|
|
80
|
+
post_install_message: "*** aws-sdk-elastictranscoder is deprecated ***"
|
|
80
81
|
rdoc_options: []
|
|
81
82
|
require_paths:
|
|
82
83
|
- lib
|