aws-sdk-neptunegraph 1.40.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: 0732ddc05e1cd0d1da306d892a4aa9c5d3b49ce32d50a836053157483aa9dbe9
4
- data.tar.gz: 6cd5e142aa540545b7c294aefd13b26bb224529065e3f8e44bf12f9f69863ee9
3
+ metadata.gz: f511920909884bef25ce0f085a39c3726cc031cf84556230a427e0d2a4868303
4
+ data.tar.gz: dd9746d6d53d72d205babe3db2fe0e010a060c83291b72ecbf4998a1bc554cec
5
5
  SHA512:
6
- metadata.gz: 625bf6a3700be2de74992f394e5ad72b742475415403582e40a5c066f37a3add519545ac683c4c40accce4eab46dc7cfd80385ea8c66abb9e901d1c2f7820e19
7
- data.tar.gz: 7c94490e3122d6524dc6fbae30c6e0d3bc5355ea6e3830c54c8888e527e4f5c6d0814d63bb3f673bfd6dd988b0d9ab378cc3784bdbce8e57178bd4836bd8c39c
6
+ metadata.gz: b18d7037ba94f3a9200fdbd5cc519da8e4bef02fd27a941960d41b4a46ad6319e170de15f061067b36eef21e6d57d03162f3417d701a2f9966c127c2be3e75e9
7
+ data.tar.gz: 38ea690e57386f1bbecf03911f47e968dfc4d6812a0f054dffe4006e75fa40f005d5455f32f27b146cf4714283622d0fa2d3ac70f98091ea69ebd738d9974eae
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.42.0 (2025-11-21)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.41.0 (2025-10-27)
10
+ ------------------
11
+
12
+ * Feature - Update endpoint ruleset parameters casing
13
+
4
14
  1.40.0 (2025-10-21)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.40.0
1
+ 1.42.0
@@ -2567,7 +2567,7 @@ module Aws::NeptuneGraph
2567
2567
  tracer: tracer
2568
2568
  )
2569
2569
  context[:gem_name] = 'aws-sdk-neptunegraph'
2570
- context[:gem_version] = '1.40.0'
2570
+ context[:gem_version] = '1.42.0'
2571
2571
  Seahorse::Client::Request.new(handlers, context)
2572
2572
  end
2573
2573
 
@@ -13,27 +13,27 @@ module Aws::NeptuneGraph
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_fips
19
19
  # 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.
20
20
  #
21
- # @return [Boolean]
21
+ # @return [boolean]
22
22
  #
23
23
  # @!attribute use_dual_stack
24
24
  # When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY 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
  # @!attribute api_type
34
34
  # Parameter to determine whether current API is a control plane or dataplane API
35
35
  #
36
- # @return [String]
36
+ # @return [string]
37
37
  #
38
38
  EndpointParameters = Struct.new(
39
39
  :region,
@@ -55,7 +55,7 @@ module Aws::NeptuneGraph
55
55
  autoload :EndpointProvider, 'aws-sdk-neptunegraph/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-neptunegraph/endpoints'
57
57
 
58
- GEM_VERSION = '1.40.0'
58
+ GEM_VERSION = '1.42.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-neptunegraph
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.40.0
4
+ version: 1.42.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -18,7 +18,7 @@ dependencies:
18
18
  version: '3'
19
19
  - - ">="
20
20
  - !ruby/object:Gem::Version
21
- version: 3.234.0
21
+ version: 3.239.1
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
@@ -28,7 +28,7 @@ dependencies:
28
28
  version: '3'
29
29
  - - ">="
30
30
  - !ruby/object:Gem::Version
31
- version: 3.234.0
31
+ version: 3.239.1
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: aws-sigv4
34
34
  requirement: !ruby/object:Gem::Requirement