class Aws::Plugins::EC2CopyEncryptedSnapshot::Handler

def source_region_client(client, params)

def source_region_client(client, params)
  config = client.config.to_h
  config.delete(:endpoint)
  config[:region] = params[:source_region]
  client.class.new(config)
end