aws-sdk-neptunegraph 1.45.0 → 1.46.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: 54343de1451b80c2aa67df9837344ca54f366363341adeeba5f0c06b51b04940
4
- data.tar.gz: '0093f0b3f5de2ada4c864386cce2802252238beaa304cd2aa1ab5c922b27cbce'
3
+ metadata.gz: 71aa63f885ed9e2861bbd01fcd8de3947c7de0b28909c896a15acb6cfab9d135
4
+ data.tar.gz: e88b8d5896dc98c9edc12150328cf15aefded8cbdcbb129f97ad04343d816363
5
5
  SHA512:
6
- metadata.gz: bdc59de5cf237b71a530d226fd803739fb542dfd3780447e793d50b64833c01dd3d7dcf929109d27026ac82b308c7a06dd7ac07dca968057a1ee89c955ac7b4e
7
- data.tar.gz: f2fa86b621b30cfb3050e50d46f06a4dcd10fa92eb304649257e45a9dd2f0c3521f0b1614ff4a91b7a2fca61c76a898b2632965a1c699fd04b2c27a8e5146888
6
+ metadata.gz: 72827764af1c3c3e7dd775f2aa22b1b7f50d9a716fc99eb7850a62c89744223f742113a8a460ea6148e679b10ca281ab37affaa743a62e754d22ee59797a7351
7
+ data.tar.gz: 1e3111e92893c85566becdf712d987ad9acdba4265962e18843a3301049b6b2e8924d5a9ed646326302c127f696053b2a72d2583c93d1cb6bb311d5e93a4866e
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.46.0 (2026-02-05)
5
+ ------------------
6
+
7
+ * Feature - Minor neptune-graph documentation changes
8
+
4
9
  1.45.0 (2026-01-16)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.45.0
1
+ 1.46.0
@@ -921,9 +921,9 @@ module Aws::NeptuneGraph
921
921
  req.send_request(options)
922
922
  end
923
923
 
924
- # Create a private graph endpoint to allow private access from to the
925
- # graph from within a VPC. You can attach security groups to the private
926
- # graph endpoint.
924
+ # Create a private graph endpoint to allow private access to the graph
925
+ # from within a VPC. You can attach security groups to the private graph
926
+ # endpoint.
927
927
  #
928
928
  # <note markdown="1"> VPC endpoint charges apply.
929
929
  #
@@ -939,7 +939,7 @@ module Aws::NeptuneGraph
939
939
  # Subnets in which private graph endpoint ENIs are created.
940
940
  #
941
941
  # @option params [Array<String>] :vpc_security_group_ids
942
- # Security groups to be attached to the private graph endpoint..
942
+ # Security groups to be attached to the private graph endpoint.
943
943
  #
944
944
  # @return [Types::CreatePrivateGraphEndpointOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
945
945
  #
@@ -1038,7 +1038,7 @@ module Aws::NeptuneGraph
1038
1038
  req.send_request(options)
1039
1039
  end
1040
1040
 
1041
- # Deletes the specifed graph snapshot.
1041
+ # Deletes the specified graph snapshot.
1042
1042
  #
1043
1043
  # @option params [required, String] :snapshot_identifier
1044
1044
  # ID of the graph snapshot to be deleted.
@@ -2274,7 +2274,7 @@ module Aws::NeptuneGraph
2274
2274
  # @option params [String] :format
2275
2275
  # Specifies the format of Amazon S3 data to be imported. Valid values
2276
2276
  # are CSV, which identifies the Gremlin CSV format or OPENCYPHER, which
2277
- # identies the openCypher load format.
2277
+ # identifies the openCypher load format.
2278
2278
  #
2279
2279
  # @option params [String] :parquet_type
2280
2280
  # The parquet type of the import task.
@@ -2567,7 +2567,7 @@ module Aws::NeptuneGraph
2567
2567
  tracer: tracer
2568
2568
  )
2569
2569
  context[:gem_name] = 'aws-sdk-neptunegraph'
2570
- context[:gem_version] = '1.45.0'
2570
+ context[:gem_version] = '1.46.0'
2571
2571
  Seahorse::Client::Request.new(handlers, context)
2572
2572
  end
2573
2573
 
@@ -120,7 +120,7 @@ module Aws::NeptuneGraph
120
120
  # @!attribute [rw] format
121
121
  # Specifies the format of S3 data to be imported. Valid values are
122
122
  # `CSV`, which identifies the [Gremlin CSV format][1] or `OPENCYPHER`,
123
- # which identies the [openCypher load format][2].
123
+ # which identifies the [openCypher load format][2].
124
124
  #
125
125
  #
126
126
  #
@@ -638,7 +638,7 @@ module Aws::NeptuneGraph
638
638
  # @return [Array<String>]
639
639
  #
640
640
  # @!attribute [rw] vpc_security_group_ids
641
- # Security groups to be attached to the private graph endpoint..
641
+ # Security groups to be attached to the private graph endpoint.
642
642
  # @return [Array<String>]
643
643
  #
644
644
  # @see http://docs.aws.amazon.com/goto/WebAPI/neptune-graph-2023-11-29/CreatePrivateGraphEndpointInput AWS API Documentation
@@ -665,7 +665,7 @@ module Aws::NeptuneGraph
665
665
  # @return [String]
666
666
  #
667
667
  # @!attribute [rw] vpc_endpoint_id
668
- # Endpoint ID of the prviate grpah endpoint.
668
+ # Endpoint ID of the private graph endpoint.
669
669
  # @return [String]
670
670
  #
671
671
  # @see http://docs.aws.amazon.com/goto/WebAPI/neptune-graph-2023-11-29/CreatePrivateGraphEndpointOutput AWS API Documentation
@@ -994,7 +994,7 @@ module Aws::NeptuneGraph
994
994
  include Aws::Structure
995
995
  end
996
996
 
997
- # Specifies whihc properties of that label should be included in the
997
+ # Specifies which properties of that label should be included in the
998
998
  # export.
999
999
  #
1000
1000
  # @!attribute [rw] properties
@@ -1438,7 +1438,7 @@ module Aws::NeptuneGraph
1438
1438
  # @!attribute [rw] format
1439
1439
  # Specifies the format of S3 data to be imported. Valid values are
1440
1440
  # `CSV`, which identifies the [Gremlin CSV format][1] or `OPENCYPHER`,
1441
- # which identies the [openCypher load format][2].
1441
+ # which identifies the [openCypher load format][2].
1442
1442
  #
1443
1443
  #
1444
1444
  #
@@ -2906,7 +2906,7 @@ module Aws::NeptuneGraph
2906
2906
  # @!attribute [rw] format
2907
2907
  # Specifies the format of Amazon S3 data to be imported. Valid values
2908
2908
  # are CSV, which identifies the Gremlin CSV format or OPENCYPHER,
2909
- # which identies the openCypher load format.
2909
+ # which identifies the openCypher load format.
2910
2910
  # @return [String]
2911
2911
  #
2912
2912
  # @!attribute [rw] parquet_type
@@ -2965,7 +2965,7 @@ module Aws::NeptuneGraph
2965
2965
  # @!attribute [rw] format
2966
2966
  # Specifies the format of Amazon S3 data to be imported. Valid values
2967
2967
  # are CSV, which identifies the Gremlin CSV format or OPENCYPHER,
2968
- # which identies the openCypher load format.
2968
+ # which identifies the openCypher load format.
2969
2969
  # @return [String]
2970
2970
  #
2971
2971
  # @!attribute [rw] parquet_type
@@ -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.45.0'
58
+ GEM_VERSION = '1.46.0'
59
59
 
60
60
  end
61
61
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-neptunegraph
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.45.0
4
+ version: 1.46.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services