aws-sdk-oam 1.41.0 → 1.42.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: d2ff86a44e11978a678bf659abdaa7bcaad3dd32ebe820e9fc8a0cc8c16b75c4
4
- data.tar.gz: 59cdd9bbc7c790daad0277369a38388a185ad075f2d98f399c7571b0ad375b1a
3
+ metadata.gz: 0b9f4926249216efd74715314cf3ac1c12b335c0245dd548522205b29446ffb6
4
+ data.tar.gz: c3ad9a79fbc37257453bdd5f7972445ee604dbcea5682ea8b62929939f0a3c83
5
5
  SHA512:
6
- metadata.gz: 8beef7417f478c5189dd492f54965ab6534b65c4cbe8f3ddfb6d65d8ac3121b504321288775025aef9d6e530233d2b1b41342c88c2552d416ad93d55c996f8a3
7
- data.tar.gz: 39f107c63b4d750f85a6f306316bba399cdb24dcd00735c2f773d2371501ee4fa75fa6dd585fc249dcbd62e43211004c80a64d85eaf75d16918957ba1caa8a4f
6
+ metadata.gz: 73f86976df53638c8f39f6ca057d54fdddde2fd44a137af8a56edd78ead455989242ce08a0a69b8229b796d947d0b03beaf898a6a0de0d7f445a841b10cf6502
7
+ data.tar.gz: 103db02adae84e55abb834a27207c96e587e7c64478129add4aa35a9289542cfb88aef1fccaec2d7a4303489e9b7a7af4c27c1c01038242be86c478e2191bb27
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.42.0 (2025-10-22)
5
+ ------------------
6
+
7
+ * Feature - Update endpoint ruleset parameters casing
8
+
4
9
  1.41.0 (2025-10-21)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.41.0
1
+ 1.42.0
@@ -1352,7 +1352,7 @@ module Aws::OAM
1352
1352
  tracer: tracer
1353
1353
  )
1354
1354
  context[:gem_name] = 'aws-sdk-oam'
1355
- context[:gem_version] = '1.41.0'
1355
+ context[:gem_version] = '1.42.0'
1356
1356
  Seahorse::Client::Request.new(handlers, context)
1357
1357
  end
1358
1358
 
@@ -13,22 +13,22 @@ module Aws::OAM
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-oam.rb CHANGED
@@ -54,7 +54,7 @@ module Aws::OAM
54
54
  autoload :EndpointProvider, 'aws-sdk-oam/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-oam/endpoints'
56
56
 
57
- GEM_VERSION = '1.41.0'
57
+ GEM_VERSION = '1.42.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-oam
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.41.0
4
+ version: 1.42.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services