aws-sdk-neptunegraph 1.20.0 → 1.22.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-neptunegraph/client.rb +5 -5
- data/lib/aws-sdk-neptunegraph/types.rb +4 -2
- data/lib/aws-sdk-neptunegraph.rb +3 -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
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.22.0 (2024-10-10)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Support for 16 m-NCU graphs available through account allowlisting
|
8
|
+
|
9
|
+
1.21.0 (2024-09-24)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
4
14
|
1.20.0 (2024-09-23)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.22.0
|
@@ -36,8 +36,6 @@ require 'aws-sdk-core/plugins/telemetry.rb'
|
|
36
36
|
require 'aws-sdk-core/plugins/sign.rb'
|
37
37
|
require 'aws-sdk-core/plugins/protocols/rest_json.rb'
|
38
38
|
|
39
|
-
Aws::Plugins::GlobalConfiguration.add_identifier(:neptunegraph)
|
40
|
-
|
41
39
|
module Aws::NeptuneGraph
|
42
40
|
# An API client for NeptuneGraph. To construct a client, you need to configure a `:region` and `:credentials`.
|
43
41
|
#
|
@@ -755,13 +753,15 @@ module Aws::NeptuneGraph
|
|
755
753
|
#
|
756
754
|
# @option params [String] :format
|
757
755
|
# Specifies the format of S3 data to be imported. Valid values are
|
758
|
-
# `CSV`, which identifies the [Gremlin CSV format][1]
|
759
|
-
# 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.
|
760
759
|
#
|
761
760
|
#
|
762
761
|
#
|
763
762
|
# [1]: https://docs.aws.amazon.com/neptune/latest/userguide/bulk-load-tutorial-format-gremlin.html
|
764
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
|
765
765
|
#
|
766
766
|
# @option params [String] :blank_node_handling
|
767
767
|
# The method to handle blank nodes in the dataset. Currently, only
|
@@ -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.22.0'
|
2142
2142
|
Seahorse::Client::Request.new(handlers, context)
|
2143
2143
|
end
|
2144
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
@@ -11,6 +11,8 @@
|
|
11
11
|
require 'aws-sdk-core'
|
12
12
|
require 'aws-sigv4'
|
13
13
|
|
14
|
+
Aws::Plugins::GlobalConfiguration.add_identifier(:neptunegraph)
|
15
|
+
|
14
16
|
# This module provides support for Amazon Neptune Graph. This module is available in the
|
15
17
|
# `aws-sdk-neptunegraph` gem.
|
16
18
|
#
|
@@ -53,7 +55,7 @@ module Aws::NeptuneGraph
|
|
53
55
|
autoload :EndpointProvider, 'aws-sdk-neptunegraph/endpoint_provider'
|
54
56
|
autoload :Endpoints, 'aws-sdk-neptunegraph/endpoints'
|
55
57
|
|
56
|
-
GEM_VERSION = '1.
|
58
|
+
GEM_VERSION = '1.22.0'
|
57
59
|
|
58
60
|
end
|
59
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.
|
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
|