lib/aws-sdk-neptunegraph/client.rb in aws-sdk-neptunegraph-1.4.0 vs lib/aws-sdk-neptunegraph/client.rb in aws-sdk-neptunegraph-1.5.0
- old
+ new
@@ -529,11 +529,11 @@
# @example Response structure
#
# resp.id #=> String
# resp.name #=> String
# resp.arn #=> String
- # resp.status #=> String, one of "CREATING", "AVAILABLE", "DELETING", "RESETTING", "UPDATING", "SNAPSHOTTING", "FAILED"
+ # resp.status #=> String, one of "CREATING", "AVAILABLE", "DELETING", "RESETTING", "UPDATING", "SNAPSHOTTING", "FAILED", "IMPORTING"
# resp.status_reason #=> String
# resp.create_time #=> Time
# resp.provisioned_memory #=> Integer
# resp.endpoint #=> String
# resp.public_connectivity #=> Boolean
@@ -762,12 +762,16 @@
req.send_request(options)
end
# Create a private graph endpoint to allow private access from to the
# graph from within a VPC. You can attach security groups to the private
- # graph endpoint. VPC endpoint charges apply.
+ # graph endpoint.
#
+ # <note markdown="1"> VPC endpoint charges apply.
+ #
+ # </note>
+ #
# @option params [required, String] :graph_identifier
# The unique identifier of the Neptune Analytics graph.
#
# @option params [String] :vpc_id
# The VPC in which the private graph endpoint needs to be created.
@@ -851,11 +855,11 @@
# @example Response structure
#
# resp.id #=> String
# resp.name #=> String
# resp.arn #=> String
- # resp.status #=> String, one of "CREATING", "AVAILABLE", "DELETING", "RESETTING", "UPDATING", "SNAPSHOTTING", "FAILED"
+ # resp.status #=> String, one of "CREATING", "AVAILABLE", "DELETING", "RESETTING", "UPDATING", "SNAPSHOTTING", "FAILED", "IMPORTING"
# resp.status_reason #=> String
# resp.create_time #=> Time
# resp.provisioned_memory #=> Integer
# resp.endpoint #=> String
# resp.public_connectivity #=> Boolean
@@ -952,13 +956,11 @@
def delete_private_graph_endpoint(params = {}, options = {})
req = build_request(:delete_private_graph_endpoint, params)
req.send_request(options)
end
- # Execute an openCypher query. Currently, the SDK does not support
- # parameterized queries. If you want to make a parameterized query call,
- # you can use an HTTP request.
+ # Execute an openCypher query.
#
# When invoking this operation in a Neptune Analytics cluster, the IAM
# user or role making the request must have a policy attached that
# allows one of the following IAM actions in that cluster, depending on
# the query:
@@ -967,17 +969,10 @@
#
# * neptune-graph:WriteDataViaQuery
#
# * neptune-graph:DeleteDataViaQuery
#
- # <note markdown="1"> Non-parametrized queries are not considered for plan caching. You can
- # force plan caching with `planCache=enabled`. The plan cache will be
- # reused only for the same exact query. Slight variations in the query
- # will not be able to reuse the query plan cache.
- #
- # </note>
- #
# @option params [required, String] :graph_identifier
# The unique identifier of the Neptune Analytics graph.
#
# @option params [required, String] :query_string
# The query string to be executed.
@@ -1069,11 +1064,11 @@
# @example Response structure
#
# resp.id #=> String
# resp.name #=> String
# resp.arn #=> String
- # resp.status #=> String, one of "CREATING", "AVAILABLE", "DELETING", "RESETTING", "UPDATING", "SNAPSHOTTING", "FAILED"
+ # resp.status #=> String, one of "CREATING", "AVAILABLE", "DELETING", "RESETTING", "UPDATING", "SNAPSHOTTING", "FAILED", "IMPORTING"
# resp.status_reason #=> String
# resp.create_time #=> Time
# resp.provisioned_memory #=> Integer
# resp.endpoint #=> String
# resp.public_connectivity #=> Boolean
@@ -1455,11 +1450,11 @@
#
# resp.graphs #=> Array
# resp.graphs[0].id #=> String
# resp.graphs[0].name #=> String
# resp.graphs[0].arn #=> String
- # resp.graphs[0].status #=> String, one of "CREATING", "AVAILABLE", "DELETING", "RESETTING", "UPDATING", "SNAPSHOTTING", "FAILED"
+ # resp.graphs[0].status #=> String, one of "CREATING", "AVAILABLE", "DELETING", "RESETTING", "UPDATING", "SNAPSHOTTING", "FAILED", "IMPORTING"
# resp.graphs[0].provisioned_memory #=> Integer
# resp.graphs[0].public_connectivity #=> Boolean
# resp.graphs[0].endpoint #=> String
# resp.graphs[0].replica_count #=> Integer
# resp.graphs[0].kms_key_identifier #=> String
@@ -1691,11 +1686,11 @@
# @example Response structure
#
# resp.id #=> String
# resp.name #=> String
# resp.arn #=> String
- # resp.status #=> String, one of "CREATING", "AVAILABLE", "DELETING", "RESETTING", "UPDATING", "SNAPSHOTTING", "FAILED"
+ # resp.status #=> String, one of "CREATING", "AVAILABLE", "DELETING", "RESETTING", "UPDATING", "SNAPSHOTTING", "FAILED", "IMPORTING"
# resp.status_reason #=> String
# resp.create_time #=> Time
# resp.provisioned_memory #=> Integer
# resp.endpoint #=> String
# resp.public_connectivity #=> Boolean
@@ -1728,12 +1723,14 @@
# its first character must be a letter. It cannot end with a hyphen or
# contain two consecutive hyphens.
#
# @option params [Integer] :provisioned_memory
# The provisioned memory-optimized Neptune Capacity Units (m-NCUs) to
- # use for the graph. Min = 128
+ # use for the graph.
#
+ # Min = 128
+ #
# @option params [Boolean] :deletion_protection
# A value that indicates whether the graph has deletion protection
# enabled. The graph can't be deleted when deletion protection is
# enabled.
#
@@ -1785,11 +1782,11 @@
# @example Response structure
#
# resp.id #=> String
# resp.name #=> String
# resp.arn #=> String
- # resp.status #=> String, one of "CREATING", "AVAILABLE", "DELETING", "RESETTING", "UPDATING", "SNAPSHOTTING", "FAILED"
+ # resp.status #=> String, one of "CREATING", "AVAILABLE", "DELETING", "RESETTING", "UPDATING", "SNAPSHOTTING", "FAILED", "IMPORTING"
# resp.status_reason #=> String
# resp.create_time #=> Time
# resp.provisioned_memory #=> Integer
# resp.endpoint #=> String
# resp.public_connectivity #=> Boolean
@@ -1887,12 +1884,14 @@
# All access to graphs is IAM authenticated. (`true` to enable, or
# `false` to disable.
#
# @option params [Integer] :provisioned_memory
# The provisioned memory-optimized Neptune Capacity Units (m-NCUs) to
- # use for the graph. Min = 128
+ # use for the graph.
#
+ # Min = 128
+ #
# @option params [Boolean] :deletion_protection
# A value that indicates whether the graph has deletion protection
# enabled. The graph can't be deleted when deletion protection is
# enabled.
#
@@ -1926,11 +1925,11 @@
# @example Response structure
#
# resp.id #=> String
# resp.name #=> String
# resp.arn #=> String
- # resp.status #=> String, one of "CREATING", "AVAILABLE", "DELETING", "RESETTING", "UPDATING", "SNAPSHOTTING", "FAILED"
+ # resp.status #=> String, one of "CREATING", "AVAILABLE", "DELETING", "RESETTING", "UPDATING", "SNAPSHOTTING", "FAILED", "IMPORTING"
# resp.status_reason #=> String
# resp.create_time #=> Time
# resp.provisioned_memory #=> Integer
# resp.endpoint #=> String
# resp.public_connectivity #=> Boolean
@@ -1961,10 +1960,10 @@
operation: config.api.operation(operation_name),
client: self,
params: params,
config: config)
context[:gem_name] = 'aws-sdk-neptunegraph'
- context[:gem_version] = '1.4.0'
+ context[:gem_version] = '1.5.0'
Seahorse::Client::Request.new(handlers, context)
end
# Polls an API operation until a resource enters a desired state.
#