lib/aws-sdk-neptunegraph/client.rb in aws-sdk-neptunegraph-1.23.0 vs lib/aws-sdk-neptunegraph/client.rb in aws-sdk-neptunegraph-1.24.0
- old
+ new
@@ -1059,11 +1059,11 @@
# The query language the query is written in. Currently only openCypher
# is supported.
#
# @option params [Hash<String,Hash,Array,String,Numeric,Boolean>] :parameters
# The data parameters the query can use in JSON format. For example:
- # \\\{"name": "john", "age": 20\\}. (optional)
+ # \{"name": "john", "age": 20}. (optional)
#
# @option params [String] :plan_cache
# Query plan cache is a feature that saves the query plan and reuses it
# on successive executions of the same query. This reduces query
# latency, and works for both `READ` and `UPDATE` queries. The plan
@@ -1989,17 +1989,17 @@
#
# **Key** (string) – A key is the required name of the tag. The
# string value can be from 1 to 128 Unicode characters in length. It
# can't be prefixed with `aws:` and can only contain the set of Unicode
# characters specified by this Java regular expression:
- # `"^([\p\{L\}\p\{Z\}\p\{N\}_.:/=+\-]*)$")`.
+ # `"^([\p{L}\p{Z}\p{N}_.:/=+\-]*)$")`.
#
# **Value** (string) – A value is the optional value of the tag. The
# string value can be from 1 to 256 Unicode characters in length. It
# can't be prefixed with `aws:` and can only contain the set of Unicode
# characters specified by this Java regular expression:
- # `"^([\p\{L\}\p\{Z\}\p\{N\}_.:/=+\-]*)$")`.
+ # `"^([\p{L}\p{Z}\p{N}_.:/=+\-]*)$")`.
#
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
#
# @example Request syntax with placeholder values
#
@@ -2136,10 +2136,10 @@
params: params,
config: config,
tracer: tracer
)
context[:gem_name] = 'aws-sdk-neptunegraph'
- context[:gem_version] = '1.23.0'
+ context[:gem_version] = '1.24.0'
Seahorse::Client::Request.new(handlers, context)
end
# Polls an API operation until a resource enters a desired state.
#