aws-sdk-neptunegraph 1.21.0 → 1.22.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 +5 -3
- data/lib/aws-sdk-neptunegraph/types.rb +4 -2
- 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: 56e385f630ebfacfcc22471446c79341ba82d4b1100744c2aa35ac78c03c03ea
|
|
4
|
+
data.tar.gz: a06ff3179cb35422c90beed62f6d8a7d0802fdf5d125f71ae8f45c91580b9655
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2d9f7198737eb2a57249ff1b45ab639919049630689bcfc33a7e80d13d5b7febbff3ac6d4d1ebd65318ddf7812138f9c89daacba841e7fc143a290df4eed8bfa
|
|
7
|
+
data.tar.gz: a88bb6143b87c850ee9a6eb6b46bbcd582b5729829abcf915652be18493955cc821653ed57373c704ab5f9306e384bbc770a6220702b2cc032efef7c0b8cab98
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.22.0
|
|
@@ -753,13 +753,15 @@ module Aws::NeptuneGraph
|
|
|
753
753
|
#
|
|
754
754
|
# @option params [String] :format
|
|
755
755
|
# Specifies the format of S3 data to be imported. Valid values are
|
|
756
|
-
# `CSV`, which identifies the [Gremlin CSV format][1]
|
|
757
|
-
# which
|
|
756
|
+
# `CSV`, which identifies the [Gremlin CSV format][1], `OPEN_CYPHER`,
|
|
757
|
+
# which identifies the [openCypher load format][2], or `ntriples`, which
|
|
758
|
+
# identifies the [RDF n-triples][3] format.
|
|
758
759
|
#
|
|
759
760
|
#
|
|
760
761
|
#
|
|
761
762
|
# [1]: https://docs.aws.amazon.com/neptune/latest/userguide/bulk-load-tutorial-format-gremlin.html
|
|
762
763
|
# [2]: https://docs.aws.amazon.com/neptune/latest/userguide/bulk-load-tutorial-format-opencypher.html
|
|
764
|
+
# [3]: https://docs.aws.amazon.com/neptune-analytics/latest/userguide/using-rdf-data.html
|
|
763
765
|
#
|
|
764
766
|
# @option params [String] :blank_node_handling
|
|
765
767
|
# The method to handle blank nodes in the dataset. Currently, only
|
|
@@ -2136,7 +2138,7 @@ module Aws::NeptuneGraph
|
|
|
2136
2138
|
tracer: tracer
|
|
2137
2139
|
)
|
|
2138
2140
|
context[:gem_name] = 'aws-sdk-neptunegraph'
|
|
2139
|
-
context[:gem_version] = '1.
|
|
2141
|
+
context[:gem_version] = '1.22.0'
|
|
2140
2142
|
Seahorse::Client::Request.new(handlers, context)
|
|
2141
2143
|
end
|
|
2142
2144
|
|
|
@@ -436,13 +436,15 @@ module Aws::NeptuneGraph
|
|
|
436
436
|
#
|
|
437
437
|
# @!attribute [rw] format
|
|
438
438
|
# Specifies the format of S3 data to be imported. Valid values are
|
|
439
|
-
# `CSV`, which identifies the [Gremlin CSV format][1]
|
|
440
|
-
# which
|
|
439
|
+
# `CSV`, which identifies the [Gremlin CSV format][1], `OPEN_CYPHER`,
|
|
440
|
+
# which identifies the [openCypher load format][2], or `ntriples`,
|
|
441
|
+
# which identifies the [RDF n-triples][3] format.
|
|
441
442
|
#
|
|
442
443
|
#
|
|
443
444
|
#
|
|
444
445
|
# [1]: https://docs.aws.amazon.com/neptune/latest/userguide/bulk-load-tutorial-format-gremlin.html
|
|
445
446
|
# [2]: https://docs.aws.amazon.com/neptune/latest/userguide/bulk-load-tutorial-format-opencypher.html
|
|
447
|
+
# [3]: https://docs.aws.amazon.com/neptune-analytics/latest/userguide/using-rdf-data.html
|
|
446
448
|
# @return [String]
|
|
447
449
|
#
|
|
448
450
|
# @!attribute [rw] blank_node_handling
|
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.22.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-10-10 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|