lib/aws-sdk-emr/client.rb in aws-sdk-emr-1.8.0 vs lib/aws-sdk-emr/client.rb in aws-sdk-emr-1.9.0
- old
+ new
@@ -1744,14 +1744,19 @@
#
#
# [1]: http://docs.aws.amazon.com/emr/latest/DeveloperGuide/emr-dg.pdf
#
# @option params [Array<Types::Application>] :applications
- # For Amazon EMR releases 4.0 and later. A list of applications for the
- # cluster. Valid values are: "Hadoop", "Hive", "Mahout", "Pig",
- # and "Spark." They are case insensitive.
+ # Applies to Amazon EMR releases 4.0 and later. A case-insensitive list
+ # of applications for Amazon EMR to install and configure when launching
+ # the cluster. For a list of applications available for each Amazon EMR
+ # release version, see the [Amazon EMR Release Guide][1].
#
+ #
+ #
+ # [1]: http://docs.aws.amazon.com/emr/latest/ReleaseGuide/
+ #
# @option params [Array<Types::Configuration>] :configurations
# For Amazon EMR releases 4.0 and later. The list of configurations
# supplied for the EMR cluster you are creating.
#
# @option params [Boolean] :visible_to_all_users
@@ -2217,10 +2222,10 @@
operation: config.api.operation(operation_name),
client: self,
params: params,
config: config)
context[:gem_name] = 'aws-sdk-emr'
- context[:gem_version] = '1.8.0'
+ context[:gem_version] = '1.9.0'
Seahorse::Client::Request.new(handlers, context)
end
# Polls an API operation until a resource enters a desired state.
#