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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-neptunegraph/client.rb +4 -4
- data/lib/aws-sdk-neptunegraph/types.rb +3 -3
- data/lib/aws-sdk-neptunegraph.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6b7fd6dc0048c800cf1f0f48544fbfb481aacc711d9065f1c2e0599161fd0fed
|
|
4
|
+
data.tar.gz: 66382e3c5767343096d44e0c492a956822ff4add49da57df585c1bfcfe1df0c4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e4e1e9d2805c92860595252e5c07e2fb153a59eb8d430ea121c8de1bae125c70f01873feec2ff9735b175940d2e3dc45218e5d77ecebed3fe0562e132285a08a
|
|
7
|
+
data.tar.gz: e651bdb76e0a3533047ca163daad44360dbed7555fc6d129a9923e35ab7ddb02430e0f9e2cb20c5c57acbf025669898de8f375b5866a00fe8dec24ee542ec55a
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
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
|
-
#
|
|
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
|
|
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
|
|
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.
|
|
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
|
-
#
|
|
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
|
|
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
|
|
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
|
data/lib/aws-sdk-neptunegraph.rb
CHANGED
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.
|
|
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-
|
|
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
|