aws-sdk-elastictranscoder 1.77.0 → 1.78.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: '0291966eb2b102b570c87da60236b2d1bbf862972d08769f9365870503950b6b'
4
- data.tar.gz: '08ea25b1d433b097a6f2e325302d55e52679d08177ecc704edfd07a9acd568da'
3
+ metadata.gz: 00eed387e704d3d852052f6185905fd2552caf443987a5deea45fe0db2b6d056
4
+ data.tar.gz: 5f192288ca3b5ab51f7b681ac702def70bc70168eaef72e504fae7806fb6ce0c
5
5
  SHA512:
6
- metadata.gz: bf2e7d829a68cd3044acfb98123e04f0431c91191a54980f2a3f3ae0912c9f3cf6bbe6ef3954b81747d66b080b0566dc39ebf9235a2db52c7b4350d207191fa0
7
- data.tar.gz: 546735c35bca23d197c9afa9851ef622ce91f77e9432bc39b44c3684d1ae671d670a132ff7666926c6cd37d13978db2a7c158149354482443757b6985903a473
6
+ metadata.gz: 541864bcf7687da7c7698e87c1e3b4424bb6213d236b333704fbb25c6bece994eeeb266de2a39545c7fcd8e8b5b4e043f12b682e3bf4beac0d7f0dba9032cdef
7
+ data.tar.gz: 7fc5983e29e11aa3f0399d44806313ca79910a3362fc0276f8dd3dc075fe8978aad73f3fb0a635d9d3ac26a587c5e286bb98312139a000ccbddc7e2b6063962f
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.78.0 (2025-10-28)
5
+ ------------------
6
+
7
+ * Feature - Update endpoint ruleset parameters casing
8
+
4
9
  1.77.0 (2025-10-21)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.77.0
1
+ 1.78.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.77.0'
3140
+ context[:gem_version] = '1.78.0'
3141
3141
  Seahorse::Client::Request.new(handlers, context)
3142
3142
  end
3143
3143
 
@@ -13,22 +13,22 @@ module Aws::ElasticTranscoder
13
13
  # @!attribute region
14
14
  # The AWS region used to dispatch the request.
15
15
  #
16
- # @return [String]
16
+ # @return [string]
17
17
  #
18
18
  # @!attribute use_dual_stack
19
19
  # When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.
20
20
  #
21
- # @return [Boolean]
21
+ # @return [boolean]
22
22
  #
23
23
  # @!attribute use_fips
24
24
  # When true, send this request to the FIPS-compliant regional endpoint. If the configured endpoint does not have a FIPS compliant endpoint, dispatching the request will return an error.
25
25
  #
26
- # @return [Boolean]
26
+ # @return [boolean]
27
27
  #
28
28
  # @!attribute endpoint
29
29
  # Override the endpoint used to send this request
30
30
  #
31
- # @return [String]
31
+ # @return [string]
32
32
  #
33
33
  EndpointParameters = Struct.new(
34
34
  :region,
@@ -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.77.0'
58
+ GEM_VERSION = '1.78.0'
59
59
 
60
60
  end
61
61
 
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.77.0
4
+ version: 1.78.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services