lib/aws-sdk-computeoptimizer/client.rb in aws-sdk-computeoptimizer-1.14.0 vs lib/aws-sdk-computeoptimizer/client.rb in aws-sdk-computeoptimizer-1.15.0
- old
+ new
@@ -1158,15 +1158,24 @@
req.send_request(options)
end
# Returns the optimization findings for an account.
#
- # For example, it returns the number of Amazon EC2 instances in an
- # account that are under-provisioned, over-provisioned, or optimized. It
- # also returns the number of Auto Scaling groups in an account that are
- # not optimized, or optimized.
+ # It returns the number of:
#
+ # * Amazon EC2 instances in an account that are `Underprovisioned`,
+ # `Overprovisioned`, or `Optimized`.
+ #
+ # * Auto Scaling groups in an account that are `NotOptimized`, or
+ # `Optimized`.
+ #
+ # * Amazon EBS volumes in an account that are `NotOptimized`, or
+ # `Optimized`.
+ #
+ # * Lambda functions in an account that are `NotOptimized`, or
+ # `Optimized`.
+ #
# @option params [Array<String>] :account_ids
# The ID of the AWS account for which to return recommendation
# summaries.
#
# If your account is the management account of an organization, use this
@@ -1307,10 +1316,10 @@
operation: config.api.operation(operation_name),
client: self,
params: params,
config: config)
context[:gem_name] = 'aws-sdk-computeoptimizer'
- context[:gem_version] = '1.14.0'
+ context[:gem_version] = '1.15.0'
Seahorse::Client::Request.new(handlers, context)
end
# @api private
# @deprecated