lib/aws-sdk-greengrass/client.rb in aws-sdk-greengrass-1.74.0 vs lib/aws-sdk-greengrass/client.rb in aws-sdk-greengrass-1.75.0
- old
+ new
@@ -34,12 +34,10 @@
require 'aws-sdk-core/plugins/recursion_detection.rb'
require 'aws-sdk-core/plugins/telemetry.rb'
require 'aws-sdk-core/plugins/sign.rb'
require 'aws-sdk-core/plugins/protocols/rest_json.rb'
-Aws::Plugins::GlobalConfiguration.add_identifier(:greengrass)
-
module Aws::Greengrass
# An API client for Greengrass. To construct a client, you need to configure a `:region` and `:credentials`.
#
# client = Aws::Greengrass::Client.new(
# region: region_name,
@@ -4222,10 +4220,10 @@
params: params,
config: config,
tracer: tracer
)
context[:gem_name] = 'aws-sdk-greengrass'
- context[:gem_version] = '1.74.0'
+ context[:gem_version] = '1.75.0'
Seahorse::Client::Request.new(handlers, context)
end
# @api private
# @deprecated