lib/aws-sdk-neptunegraph/client.rb in aws-sdk-neptunegraph-1.6.0 vs lib/aws-sdk-neptunegraph/client.rb in aws-sdk-neptunegraph-1.7.0
- old
+ new
@@ -480,10 +480,13 @@
# Max = 65,535
#
# @option params [Integer] :replica_count
# The number of replicas in other AZs. Min =0, Max = 2, Default = 1.
#
+ # Additional charges equivalent to the m-NCUs selected for the graph
+ # apply for each replica.
+ #
# @option params [Boolean] :deletion_protection
# Indicates whether or not to enable deletion protection on the graph.
# The graph can’t be deleted when deletion protection is enabled.
# (`true` or `false`).
#
@@ -649,10 +652,13 @@
#
# @option params [Integer] :replica_count
# The number of replicas in other AZs to provision on the new graph
# after import. Default = 0, Min = 0, Max = 2.
#
+ # Additional charges equivalent to the m-NCUs selected for the graph
+ # apply for each replica.
+ #
# @option params [Boolean] :deletion_protection
# Indicates whether or not to enable deletion protection on the graph.
# The graph can’t be deleted when deletion protection is enabled.
# (`true` or `false`).
#
@@ -1740,10 +1746,13 @@
# policy.
#
# @option params [Integer] :replica_count
# The number of replicas in other AZs. Min =0, Max = 2, Default =1
#
+ # Additional charges equivalent to the m-NCUs selected for the graph
+ # apply for each replica.
+ #
# @option params [Boolean] :public_connectivity
# Specifies whether or not the graph can be reachable over the internet.
# All access to graphs is IAM authenticated. (`true` to enable, or
# `false` to disable).
#
@@ -2039,10 +2048,10 @@
operation: config.api.operation(operation_name),
client: self,
params: params,
config: config)
context[:gem_name] = 'aws-sdk-neptunegraph'
- context[:gem_version] = '1.6.0'
+ context[:gem_version] = '1.7.0'
Seahorse::Client::Request.new(handlers, context)
end
# Polls an API operation until a resource enters a desired state.
#