lib/aws-sdk-elasticsearchservice.rb in aws-sdk-elasticsearchservice-1.30.0 vs lib/aws-sdk-elasticsearchservice.rb in aws-sdk-elasticsearchservice-1.31.0
- old
+ new
@@ -22,26 +22,29 @@
#
# The {Client} class provides one method for each API operation. Operation
# methods each accept a hash of request parameters and return a response
# structure.
#
+# elasticsearch_service = Aws::ElasticsearchService::Client.new
+# resp = elasticsearch_service.add_tags(params)
+#
# See {Client} for more information.
#
# # Errors
#
-# Errors returned from Amazon Elasticsearch Service all
-# extend {Errors::ServiceError}.
+# Errors returned from Amazon Elasticsearch Service are defined in the
+# {Errors} module and all extend {Errors::ServiceError}.
#
# begin
# # do stuff
# rescue Aws::ElasticsearchService::Errors::ServiceError
-# # rescues all service API errors
+# # rescues all Amazon Elasticsearch Service API errors
# end
#
# See {Errors} for more information.
#
# @service
module Aws::ElasticsearchService
- GEM_VERSION = '1.30.0'
+ GEM_VERSION = '1.31.0'
end