lib/aws-sdk-rds/client.rb in aws-sdk-rds-1.89.0 vs lib/aws-sdk-rds/client.rb in aws-sdk-rds-1.90.0
- old
+ new
@@ -4502,15 +4502,10 @@
def create_db_parameter_group(params = {}, options = {})
req = build_request(:create_db_parameter_group, params)
req.send_request(options)
end
- # <note markdown="1"> This is prerelease documentation for the RDS Database Proxy feature in
- # preview release. It is subject to change.
- #
- # </note>
- #
# Creates a new DB proxy.
#
# @option params [required, String] :db_proxy_name
# The identifier for the proxy. This name must be unique for all proxies
# owned by your AWS account in the specified AWS Region. An identifier
@@ -5998,15 +5993,10 @@
def delete_db_parameter_group(params = {}, options = {})
req = build_request(:delete_db_parameter_group, params)
req.send_request(options)
end
- # <note markdown="1"> This is prerelease documentation for the RDS Database Proxy feature in
- # preview release. It is subject to change.
- #
- # </note>
- #
# Deletes an existing proxy.
#
# @option params [required, String] :db_proxy_name
# The name of the DB proxy to delete.
#
@@ -6408,15 +6398,10 @@
def delete_option_group(params = {}, options = {})
req = build_request(:delete_option_group, params)
req.send_request(options)
end
- # <note markdown="1"> This is prerelease documentation for the RDS Database Proxy feature in
- # preview release. It is subject to change.
- #
- # </note>
- #
# Remove the association between one or more `DBProxyTarget` data
# structures and a `DBProxyTargetGroup`.
#
# @option params [required, String] :db_proxy_name
# The identifier of the `DBProxy` that is associated with the
@@ -8297,15 +8282,10 @@
def describe_db_parameters(params = {}, options = {})
req = build_request(:describe_db_parameters, params)
req.send_request(options)
end
- # <note markdown="1"> This is prerelease documentation for the RDS Database Proxy feature in
- # preview release. It is subject to change.
- #
- # </note>
- #
# Returns information about DB proxies.
#
# @option params [String] :db_proxy_name
# The name of the DB proxy.
#
@@ -8381,15 +8361,10 @@
def describe_db_proxies(params = {}, options = {})
req = build_request(:describe_db_proxies, params)
req.send_request(options)
end
- # <note markdown="1"> This is prerelease documentation for the RDS Database Proxy feature in
- # preview release. It is subject to change.
- #
- # </note>
- #
# Returns information about DB proxy target groups, represented by
# `DBProxyTargetGroup` data structures.
#
# @option params [required, String] :db_proxy_name
# The identifier of the `DBProxy` associated with the target group.
@@ -8462,15 +8437,10 @@
def describe_db_proxy_target_groups(params = {}, options = {})
req = build_request(:describe_db_proxy_target_groups, params)
req.send_request(options)
end
- # <note markdown="1"> This is prerelease documentation for the RDS Database Proxy feature in
- # preview release. It is subject to change.
- #
- # </note>
- #
# Returns information about `DBProxyTarget` objects. This API supports
# pagination.
#
# @option params [required, String] :db_proxy_name
# The identifier of the `DBProxyTarget` to describe.
@@ -12897,15 +12867,10 @@
def modify_db_parameter_group(params = {}, options = {})
req = build_request(:modify_db_parameter_group, params)
req.send_request(options)
end
- # <note markdown="1"> This is prerelease documentation for the RDS Database Proxy feature in
- # preview release. It is subject to change.
- #
- # </note>
- #
# Changes the settings for an existing DB proxy.
#
# @option params [required, String] :db_proxy_name
# The identifier for the `DBProxy` to modify.
#
@@ -13000,15 +12965,10 @@
def modify_db_proxy(params = {}, options = {})
req = build_request(:modify_db_proxy, params)
req.send_request(options)
end
- # <note markdown="1"> This is prerelease documentation for the RDS Database Proxy feature in
- # preview release. It is subject to change.
- #
- # </note>
- #
# Modifies the properties of a `DBProxyTargetGroup`.
#
# @option params [required, String] :target_group_name
# The name of the new target group to assign to the proxy.
#
@@ -14269,15 +14229,10 @@
def reboot_db_instance(params = {}, options = {})
req = build_request(:reboot_db_instance, params)
req.send_request(options)
end
- # <note markdown="1"> This is prerelease documentation for the RDS Database Proxy feature in
- # preview release. It is subject to change.
- #
- # </note>
- #
# Associate one or more `DBProxyTarget` data structures with a
# `DBProxyTargetGroup`.
#
# @option params [required, String] :db_proxy_name
# The identifier of the `DBProxy` that is associated with the
@@ -18560,10 +18515,10 @@
operation: config.api.operation(operation_name),
client: self,
params: params,
config: config)
context[:gem_name] = 'aws-sdk-rds'
- context[:gem_version] = '1.89.0'
+ context[:gem_version] = '1.90.0'
Seahorse::Client::Request.new(handlers, context)
end
# Polls an API operation until a resource enters a desired state.
#