aws-sdk-neptunegraph 1.23.0 → 1.24.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: 476ba0f3eea4f6863cc38f5d0656a2723cead45ddc9a6ad2bbfa21a72df8b5e6
4
- data.tar.gz: b8cd840e868d2c9f9c9f0083d5600feb4058e243da865ce3c279cc07baa62cee
3
+ metadata.gz: 6b7fd6dc0048c800cf1f0f48544fbfb481aacc711d9065f1c2e0599161fd0fed
4
+ data.tar.gz: 66382e3c5767343096d44e0c492a956822ff4add49da57df585c1bfcfe1df0c4
5
5
  SHA512:
6
- metadata.gz: 1fbc31478f702e5397d07c1a66a17f909017524bb6d3d00e75a5901af7477230785b8f620cfb33be40db15109659c23b1fed46b0ec1eb00891cf7dde0a93ca46
7
- data.tar.gz: 3abb8cf1fd37edd986e7d027f6cdbbc4bc0eb96f1fd0670f9c221928f21aaa6d23ae9f495814008ef25972f6f9db791da90e224da47dea180569cb37c8264341
6
+ metadata.gz: e4e1e9d2805c92860595252e5c07e2fb153a59eb8d430ea121c8de1bae125c70f01873feec2ff9735b175940d2e3dc45218e5d77ecebed3fe0562e132285a08a
7
+ data.tar.gz: e651bdb76e0a3533047ca163daad44360dbed7555fc6d129a9923e35ab7ddb02430e0f9e2cb20c5c57acbf025669898de8f375b5866a00fe8dec24ee542ec55a
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.24.0 (2024-11-06)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.23.0 (2024-10-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.23.0
1
+ 1.24.0
@@ -1061,7 +1061,7 @@ module Aws::NeptuneGraph
1061
1061
  #
1062
1062
  # @option params [Hash<String,Hash,Array,String,Numeric,Boolean>] :parameters
1063
1063
  # The data parameters the query can use in JSON format. For example:
1064
- # \\\{"name": "john", "age": 20\\}. (optional)
1064
+ # \{"name": "john", "age": 20}. (optional)
1065
1065
  #
1066
1066
  # @option params [String] :plan_cache
1067
1067
  # Query plan cache is a feature that saves the query plan and reuses it
@@ -1991,13 +1991,13 @@ module Aws::NeptuneGraph
1991
1991
  # string value can be from 1 to 128 Unicode characters in length. It
1992
1992
  # can't be prefixed with `aws:` and can only contain the set of Unicode
1993
1993
  # characters specified by this Java regular expression:
1994
- # `"^([\p\{L\}\p\{Z\}\p\{N\}_.:/=+\-]*)$")`.
1994
+ # `"^([\p{L}\p{Z}\p{N}_.:/=+\-]*)$")`.
1995
1995
  #
1996
1996
  # **Value** (string)   –   A value is the optional value of the tag. The
1997
1997
  # string value can be from 1 to 256 Unicode characters in length. It
1998
1998
  # can't be prefixed with `aws:` and can only contain the set of Unicode
1999
1999
  # characters specified by this Java regular expression:
2000
- # `"^([\p\{L\}\p\{Z\}\p\{N\}_.:/=+\-]*)$")`.
2000
+ # `"^([\p{L}\p{Z}\p{N}_.:/=+\-]*)$")`.
2001
2001
  #
2002
2002
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
2003
2003
  #
@@ -2138,7 +2138,7 @@ module Aws::NeptuneGraph
2138
2138
  tracer: tracer
2139
2139
  )
2140
2140
  context[:gem_name] = 'aws-sdk-neptunegraph'
2141
- context[:gem_version] = '1.23.0'
2141
+ context[:gem_version] = '1.24.0'
2142
2142
  Seahorse::Client::Request.new(handlers, context)
2143
2143
  end
2144
2144
 
@@ -839,7 +839,7 @@ module Aws::NeptuneGraph
839
839
  #
840
840
  # @!attribute [rw] parameters
841
841
  # The data parameters the query can use in JSON format. For example:
842
- # \\\{"name": "john", "age": 20\\}. (optional)
842
+ # \{"name": "john", "age": 20}. (optional)
843
843
  # @return [Hash<String,Hash,Array,String,Numeric,Boolean>]
844
844
  #
845
845
  # @!attribute [rw] plan_cache
@@ -2426,13 +2426,13 @@ module Aws::NeptuneGraph
2426
2426
  # string value can be from 1 to 128 Unicode characters in length. It
2427
2427
  # can't be prefixed with `aws:` and can only contain the set of
2428
2428
  # Unicode characters specified by this Java regular expression:
2429
- # `"^([\p\{L\}\p\{Z\}\p\{N\}_.:/=+\-]*)$")`.
2429
+ # `"^([\p{L}\p{Z}\p{N}_.:/=+\-]*)$")`.
2430
2430
  #
2431
2431
  # **Value** (string)   –   A value is the optional value of the tag.
2432
2432
  # The string value can be from 1 to 256 Unicode characters in length.
2433
2433
  # It can't be prefixed with `aws:` and can only contain the set of
2434
2434
  # Unicode characters specified by this Java regular expression:
2435
- # `"^([\p\{L\}\p\{Z\}\p\{N\}_.:/=+\-]*)$")`.
2435
+ # `"^([\p{L}\p{Z}\p{N}_.:/=+\-]*)$")`.
2436
2436
  # @return [Hash<String,String>]
2437
2437
  #
2438
2438
  # @see http://docs.aws.amazon.com/goto/WebAPI/neptune-graph-2023-11-29/TagResourceInput AWS API Documentation
@@ -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.23.0'
58
+ GEM_VERSION = '1.24.0'
59
59
 
60
60
  end
61
61
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-neptunegraph
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.23.0
4
+ version: 1.24.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-10-18 00:00:00.000000000 Z
11
+ date: 2024-11-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core