aws-sdk-b2bi 1.39.0 → 1.40.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: 34e38153bead89812b09dcdeb1c4b5a63de3bf38b0da5e15e47657f5d6c315d1
4
- data.tar.gz: 152fbde9b93046c88a4c72a4d0080f40d0b953060d2c971e6dda7690f98dce0b
3
+ metadata.gz: a0663c2be7e8f804dc94ef6d6ed083bcace1b039573467efb2edfffb4de25815
4
+ data.tar.gz: 6a274da21a423990c016f06046e67ed430acfa6a21bef4168d060efc3ec63e94
5
5
  SHA512:
6
- metadata.gz: c32fc0ee91e05cd324570abcee97521adbd24871f736952e559097101142381c5691017adaa8e9e4b4893bfeb255425c45a50e0108e0822ecb41b35b881b07a2
7
- data.tar.gz: a0425984e9a25ff9215fd1703241a67041f8b9ffecf36d6a4c75e9a943aee30c75ee90783b293af6bdfe486165fc573cffc4f151d2bd48d61a585a18578f633f
6
+ metadata.gz: 36e0481551705568963f33f6c40cb871ab6f6bb31ce49d88c5880a35dc7b922ddb37c2b42af0af0bc84b9f654dfddb8c6eb4956312dbd433a40824c44a081ee0
7
+ data.tar.gz: 12e07ac28716702140261295568184135f9ca5fcb216aae1e44e615246e7955a6899646cdc5df24a4954fb3e1a1e7a5d5ba372d9d93b551e9db6389cc80a89fd
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.40.0 (2025-10-22)
5
+ ------------------
6
+
7
+ * Feature - Update endpoint ruleset parameters casing
8
+
4
9
  1.39.0 (2025-10-21)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.39.0
1
+ 1.40.0
@@ -4011,7 +4011,7 @@ module Aws::B2bi
4011
4011
  tracer: tracer
4012
4012
  )
4013
4013
  context[:gem_name] = 'aws-sdk-b2bi'
4014
- context[:gem_version] = '1.39.0'
4014
+ context[:gem_version] = '1.40.0'
4015
4015
  Seahorse::Client::Request.new(handlers, context)
4016
4016
  end
4017
4017
 
@@ -13,22 +13,22 @@ module Aws::B2bi
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-b2bi.rb CHANGED
@@ -55,7 +55,7 @@ module Aws::B2bi
55
55
  autoload :EndpointProvider, 'aws-sdk-b2bi/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-b2bi/endpoints'
57
57
 
58
- GEM_VERSION = '1.39.0'
58
+ GEM_VERSION = '1.40.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-b2bi
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.39.0
4
+ version: 1.40.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services