aws-sdk-elasticsearchservice 1.108.0 → 1.109.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: befa0b6a84eaf8ab78dd7193524e19b6dd7eeeb3ae6d5d55c4e44039eafe6828
4
- data.tar.gz: 1aeadd18f72a68b65ed7c0bd1a33604545901d3b59da93d7b39aff567db27d35
3
+ metadata.gz: 32e96649051a633f3bb91897f7fcd4d77863ad9ab802be04a0941f7cec62d55f
4
+ data.tar.gz: b4bef05d55f6cae7b7bee9ae425167cd285ecc74f7d21737a75b4ea6c054920f
5
5
  SHA512:
6
- metadata.gz: b4c3bd18de29946bb7de5b0d6c2f6045a19ca6b9b3d54b07c58228dd0cc3a62659cad169c17858613cadfcb239aebdac7a40cda046384ed8ce3e1700e52e18a3
7
- data.tar.gz: 35a986decf95cd9ccbc08886f30d3def160f4d3258d73abf4d1422b5d69fcfa3205c5e7b58bafefea13e906c01fb32b80e6c7445af869ec7cdab1518f3173d6b
6
+ metadata.gz: 67e8d40d2b5e00cf1feaad63d5e37a3e3966e66f33baee8911a2ae6f58ba7bd763f32cfe6570a5aa982e822d905db1fd81cc454b2d52b0c4d49c86eaee2cd096
7
+ data.tar.gz: 620eea1984b0354a814811c7347617277e7edf7996c47109c56fa042a2ee220d20e40085c682be118485eadd9e10ce89338ab7fec1870eee2e800370b6bf5fbb
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.109.0 (2025-10-17)
5
+ ------------------
6
+
7
+ * Feature - Update endpoint ruleset parameters casing
8
+
4
9
  1.108.0 (2025-08-26)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.108.0
1
+ 1.109.0
@@ -3515,7 +3515,7 @@ module Aws::ElasticsearchService
3515
3515
  tracer: tracer
3516
3516
  )
3517
3517
  context[:gem_name] = 'aws-sdk-elasticsearchservice'
3518
- context[:gem_version] = '1.108.0'
3518
+ context[:gem_version] = '1.109.0'
3519
3519
  Seahorse::Client::Request.new(handlers, context)
3520
3520
  end
3521
3521
 
@@ -1,8 +0,0 @@
1
- # frozen_string_literal: true
2
- # WARNING ABOUT GENERATED CODE
3
- #
4
- # This file is generated. See the contributing for info on making contributions:
5
- # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
6
- #
7
- # WARNING ABOUT GENERATED CODE
8
-
@@ -13,22 +13,22 @@ module Aws::ElasticsearchService
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::ElasticsearchService
54
54
  autoload :EndpointProvider, 'aws-sdk-elasticsearchservice/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-elasticsearchservice/endpoints'
56
56
 
57
- GEM_VERSION = '1.108.0'
57
+ GEM_VERSION = '1.109.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-elasticsearchservice
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.108.0
4
+ version: 1.109.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services