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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-neptunegraph/client.rb +7 -7
- data/lib/aws-sdk-neptunegraph/types.rb +7 -7
- data/lib/aws-sdk-neptunegraph.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 71aa63f885ed9e2861bbd01fcd8de3947c7de0b28909c896a15acb6cfab9d135
|
|
4
|
+
data.tar.gz: e88b8d5896dc98c9edc12150328cf15aefded8cbdcbb129f97ad04343d816363
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 72827764af1c3c3e7dd775f2aa22b1b7f50d9a716fc99eb7850a62c89744223f742113a8a460ea6148e679b10ca281ab37affaa743a62e754d22ee59797a7351
|
|
7
|
+
data.tar.gz: 1e3111e92893c85566becdf712d987ad9acdba4265962e18843a3301049b6b2e8924d5a9ed646326302c127f696053b2a72d2583c93d1cb6bb311d5e93a4866e
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
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
|
|
925
|
-
#
|
|
926
|
-
#
|
|
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
|
|
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
|
-
#
|
|
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.
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
2968
|
+
# which identifies the openCypher load format.
|
|
2969
2969
|
# @return [String]
|
|
2970
2970
|
#
|
|
2971
2971
|
# @!attribute [rw] parquet_type
|
data/lib/aws-sdk-neptunegraph.rb
CHANGED