aws-sdk-opensearchservice 1.76.0 → 1.77.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: ea68103af9a8cc343ed51f7d99b4c42d044c99e044ff2a81ef42c2109793da91
4
- data.tar.gz: abaceb35b6d7e9d6fe525b780c2e283f25ff34f628c74cbb6e15cc3dec99315c
3
+ metadata.gz: a9042aaabb1e8d68a55f430c86e902fd392f0ba4ea85d051b4b1a530f1a4face
4
+ data.tar.gz: 905a6ee7ffd709d5b867d634786e0b8b853914afcf9f9e69de9dad0e71e53a9f
5
5
  SHA512:
6
- metadata.gz: 95cfebd89f5ccf45f7f5dd1ca3285ac73a38ff6e83b4c2f09e711c98b98935300fe3f9dc87444c2b0d5726c71b27934811d756c05f40d2fb99b03e72d472dc7e
7
- data.tar.gz: 9f62daf99071af5f03ebc8ec9c01a90c9a703b38b328b679efcc1397edf2bad931f8ed11a5f98f38f8d03d14c8f71a699b65bd0651721af38eedeb00ed00d964
6
+ metadata.gz: f02e935e0a0875a414e1594f54798244ef7925e32255134f26c222f56932d54c69f8cbee8ad276d5ac040a87e945275b51c2209ae1742f65dfaaf982af6fbee3
7
+ data.tar.gz: ba584aabbe0e69c750eb816642f8f4ebe2930c59828843ec682f5b7340dd7a14b8b9270cd516295e87e5e88a1470fe21a37dd2faf3d97262d2baa1c805e3612c
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.77.0 (2025-10-28)
5
+ ------------------
6
+
7
+ * Feature - Update endpoint ruleset parameters casing
8
+
4
9
  1.76.0 (2025-10-21)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.76.0
1
+ 1.77.0
@@ -5843,7 +5843,7 @@ module Aws::OpenSearchService
5843
5843
  tracer: tracer
5844
5844
  )
5845
5845
  context[:gem_name] = 'aws-sdk-opensearchservice'
5846
- context[:gem_version] = '1.76.0'
5846
+ context[:gem_version] = '1.77.0'
5847
5847
  Seahorse::Client::Request.new(handlers, context)
5848
5848
  end
5849
5849
 
@@ -13,22 +13,22 @@ module Aws::OpenSearchService
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,
@@ -54,7 +54,7 @@ module Aws::OpenSearchService
54
54
  autoload :EndpointProvider, 'aws-sdk-opensearchservice/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-opensearchservice/endpoints'
56
56
 
57
- GEM_VERSION = '1.76.0'
57
+ GEM_VERSION = '1.77.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-opensearchservice
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.76.0
4
+ version: 1.77.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services