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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f7c7e9ac8b472529dff47811dfdf297da2eb4e97f1ee656dc567148adc45c3f9
4
- data.tar.gz: '00607448b436a52acc3d8d682bd4dda05662d3c3e9d1b400b860a839d6150436'
3
+ metadata.gz: 56e385f630ebfacfcc22471446c79341ba82d4b1100744c2aa35ac78c03c03ea
4
+ data.tar.gz: a06ff3179cb35422c90beed62f6d8a7d0802fdf5d125f71ae8f45c91580b9655
5
5
  SHA512:
6
- metadata.gz: c8842ce524694f9e378062e06585308fe3dd86446c6abd67bf89f6c779c3caf3c18db2a83812f2f30e8ea0e978395758d549ad3a03aaf710374c49a8da9e9033
7
- data.tar.gz: 170fc45676ab34c25241ea21e5d8be483b4d23e6a60fdf346053dfb4119ebe17878e3f28e6ac18c5ff51b54bc32bfd111ae9712f13f8086785b3d5d60d9ff627
6
+ metadata.gz: 2d9f7198737eb2a57249ff1b45ab639919049630689bcfc33a7e80d13d5b7febbff3ac6d4d1ebd65318ddf7812138f9c89daacba841e7fc143a290df4eed8bfa
7
+ data.tar.gz: a88bb6143b87c850ee9a6eb6b46bbcd582b5729829abcf915652be18493955cc821653ed57373c704ab5f9306e384bbc770a6220702b2cc032efef7c0b8cab98
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
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
+
4
9
  1.21.0 (2024-09-24)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.21.0
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] or `OPENCYPHER`,
757
- # which identies the [openCypher load format][2].
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.21.0'
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] or `OPENCYPHER`,
440
- # which identies the [openCypher load format][2].
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
@@ -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.21.0'
58
+ GEM_VERSION = '1.22.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.21.0
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-09-24 00:00:00.000000000 Z
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