aws-sdk-neptune 1.94.0 → 1.95.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: 1210ab4f6df625c20bafa1a709a0b3a2ee3c5c1c636bf93d4b1423cfbe7894ee
4
- data.tar.gz: 3bb64c53eabfd06d9427ab64edd92dc3d234f5457c641145dcae59e7ed315ab7
3
+ metadata.gz: 80d78e76e8dfa6427c0abc5513cd640069714b50026d2d8092a6e9c9e7615704
4
+ data.tar.gz: 23b50ce1acf6cde201a887da771eb7f68358f17e9c4a87e2aabd8c182f26aa2c
5
5
  SHA512:
6
- metadata.gz: cea1d4329946e52d7c14e832705e8ca07c86aecae9d4e4b6a05195afb48b22cabf0e8982d991463bf24a77f2f7623ac71a4d985542279c7458e1a3bae68a2909
7
- data.tar.gz: d745d7821c59295d1a68b01ba8a66f9e1602d2491806d86d2727c7720cdcefdcbacb2e6a0972a32a755916cb3875d7eff467b1f550703db8901f0d7c29f862f0
6
+ metadata.gz: 7e1545affd0bfe5e2f032849d764bad3258363c46ef41587d84a89db81178725e5243457476c383cd5ab5e110739515334fed3776d3b9b89f9b9015989cd12aa
7
+ data.tar.gz: 5e2e388588cc838fbbe534ed1c676bf99dae92367305f62eb56e9a15e5aff1679cdd35eb6ab1d0edf7bc95e935e351e4c66a1f33476155fb49d8e7b77439116b
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.95.0 (2025-10-30)
5
+ ------------------
6
+
7
+ * Feature - Update endpoint ruleset parameters casing
8
+
4
9
  1.94.0 (2025-10-21)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.94.0
1
+ 1.95.0
@@ -7783,7 +7783,7 @@ module Aws::Neptune
7783
7783
  tracer: tracer
7784
7784
  )
7785
7785
  context[:gem_name] = 'aws-sdk-neptune'
7786
- context[:gem_version] = '1.94.0'
7786
+ context[:gem_version] = '1.95.0'
7787
7787
  Seahorse::Client::Request.new(handlers, context)
7788
7788
  end
7789
7789
 
@@ -13,22 +13,22 @@ module Aws::Neptune
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,
@@ -55,7 +55,7 @@ module Aws::Neptune
55
55
  autoload :EndpointProvider, 'aws-sdk-neptune/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-neptune/endpoints'
57
57
 
58
- GEM_VERSION = '1.94.0'
58
+ GEM_VERSION = '1.95.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-neptune
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.94.0
4
+ version: 1.95.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services