lib/aws-sdk-computeoptimizer/client.rb in aws-sdk-computeoptimizer-1.69.0 vs lib/aws-sdk-computeoptimizer/client.rb in aws-sdk-computeoptimizer-1.70.0
- old
+ new
@@ -2572,11 +2572,11 @@
# @option params [required, String] :resource_arn
# The ARN that identifies the Amazon RDS.
#
# The following is the format of the ARN:
#
- # `arn:aws:rds:\{region\}:\{accountId\}:db:\{resourceName\}`
+ # `arn:aws:rds:{region}:{accountId}:db:{resourceName}`
#
# @option params [required, String] :stat
# The statistic of the projected metrics.
#
# @option params [required, Integer] :period
@@ -2645,15 +2645,15 @@
# @option params [Array<String>] :resource_arns
# The ARN that identifies the Amazon RDS.
#
# The following is the format of the ARN:
#
- # `arn:aws:rds:\{region\}:\{accountId\}:db:\{resourceName\}`
+ # `arn:aws:rds:{region}:{accountId}:db:{resourceName}`
#
# The following is the format of a DB Cluster ARN:
#
- # `arn:aws:rds:\{region\}:\{accountId\}:cluster:\{resourceName\}`
+ # `arn:aws:rds:{region}:{accountId}:cluster:{resourceName}`
#
# @option params [String] :next_token
# The token to advance to the next page of Amazon RDS recommendations.
#
# @option params [Integer] :max_results
@@ -3271,10 +3271,10 @@
params: params,
config: config,
tracer: tracer
)
context[:gem_name] = 'aws-sdk-computeoptimizer'
- context[:gem_version] = '1.69.0'
+ context[:gem_version] = '1.70.0'
Seahorse::Client::Request.new(handlers, context)
end
# @api private
# @deprecated