aws-sdk-osis 1.40.0 → 1.41.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: a0d3207e032d12173e58eea3e0d52d33c97c95d5cc585a4b9d2d857216e3557a
4
- data.tar.gz: 779d3c0f9498f198191b484b3d2f738951577a09a8ebd8f46118c6dbc32b350f
3
+ metadata.gz: 4e895ff38d35e6560be0be3aeebccf614c864cf1b87a8d8d651c2c1681518b4c
4
+ data.tar.gz: 20b4ceee3fbb98e405a6de612fb40e4cea8f8139817c258f492631eee1a898dc
5
5
  SHA512:
6
- metadata.gz: 4e5aee4720df708377ed88124958f33c48ca45ac893c000666ab0475a2dbf0e7bd79760473b53201e47008c948ca8e723bb68de9d40d40ebb80463fa2560c2ca
7
- data.tar.gz: 22df51c4ac977b6389112c890db3edaa111d2f936133c335817e442ff5023653525cb8df83bdae6fbad83b48b82871cfa90a4c24af08a712214888e3320adfbe
6
+ metadata.gz: 47d60fba0b322dd293a7c305f9b1bb0ee2cfad2fb61eaedcd2cbcc256c6dcba82c6e8d9c8767ea79eb8bb163c0148bec0925d432dc92db453cdaf0aa12ea4e62
7
+ data.tar.gz: a97788e0e2948138debf11c7b21c129bf44a4ba6ed09ee62614d5a2645d75ebe6bc34d553e38ddf6f617c8a6fb7885dd1b2793c3b90c3d081c969ada6daffbf1
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.41.0 (2025-10-16)
5
+ ------------------
6
+
7
+ * Feature - Update endpoint ruleset parameters casing
8
+
4
9
  1.40.0 (2025-09-16)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.40.0
1
+ 1.41.0
@@ -1572,7 +1572,7 @@ module Aws::OSIS
1572
1572
  tracer: tracer
1573
1573
  )
1574
1574
  context[:gem_name] = 'aws-sdk-osis'
1575
- context[:gem_version] = '1.40.0'
1575
+ context[:gem_version] = '1.41.0'
1576
1576
  Seahorse::Client::Request.new(handlers, context)
1577
1577
  end
1578
1578
 
@@ -13,22 +13,22 @@ module Aws::OSIS
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-osis.rb CHANGED
@@ -54,7 +54,7 @@ module Aws::OSIS
54
54
  autoload :EndpointProvider, 'aws-sdk-osis/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-osis/endpoints'
56
56
 
57
- GEM_VERSION = '1.40.0'
57
+ GEM_VERSION = '1.41.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-osis
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.40.0
4
+ version: 1.41.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services