aws-sdk-tnb 1.35.0 → 1.36.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: 35e0f10b8a6e2c70a03a5c214b466f5936e9c60e47c549f6df054d192d1c7b38
4
- data.tar.gz: 8eff227c36cc0b2f6825c706792bfbd0d2b53787358c2bf28ac62f0221ea0e66
3
+ metadata.gz: 138cace00a7d9c391b32b4c308512f2d3a22b8bd0076b69b2fee7655c8c55185
4
+ data.tar.gz: dea1657cf064462f9a5aa52c3e45d5a39de86d174fd80e62adb3b7af5cb9f23c
5
5
  SHA512:
6
- metadata.gz: 3125ffbb1bd97e4fda2b118f318ab5ed149cb9f966f5194285477887b392d1b8af2fafb2c1a79cf507418ffe7b8ccfdda12db1fb847dac5ecb3619cc51442bca
7
- data.tar.gz: e3f48299d481486cce653b97358937fccdfe4e0f571ab59eef3a0220ddd6bdb0dc2407e00c6c878d95900d34adaff53499a17d4f21384818e5332195b707f6af
6
+ metadata.gz: 88a2bd94337f5b13ec2df42676d23a88cb7f24b9b20aea659c9393edd78168578d22e0b0699e9bd976b54d280f6cfd9c9bee9cb64b235abe3ca7f71642acdd48
7
+ data.tar.gz: 8ca457fd04fcfdae0e9d3f5adcafc6ae732ef6ffb3b6ec4fdd323df2dd3e9b424278d63d956ff512bc53bb9067c7fa022ade9d854747bc24afb75682e4178fed
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.36.0 (2025-10-17)
5
+ ------------------
6
+
7
+ * Feature - Update endpoint ruleset parameters casing
8
+
4
9
  1.35.0 (2025-08-26)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.35.0
1
+ 1.36.0
@@ -2139,7 +2139,7 @@ module Aws::Tnb
2139
2139
  tracer: tracer
2140
2140
  )
2141
2141
  context[:gem_name] = 'aws-sdk-tnb'
2142
- context[:gem_version] = '1.35.0'
2142
+ context[:gem_version] = '1.36.0'
2143
2143
  Seahorse::Client::Request.new(handlers, context)
2144
2144
  end
2145
2145
 
@@ -13,22 +13,22 @@ module Aws::Tnb
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,
data/lib/aws-sdk-tnb.rb CHANGED
@@ -54,7 +54,7 @@ module Aws::Tnb
54
54
  autoload :EndpointProvider, 'aws-sdk-tnb/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-tnb/endpoints'
56
56
 
57
- GEM_VERSION = '1.35.0'
57
+ GEM_VERSION = '1.36.0'
58
58
 
59
59
  end
60
60
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-tnb
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.35.0
4
+ version: 1.36.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services