lib/fog/aws/requests/sns/create_topic.rb in fog-1.22.0 vs lib/fog/aws/requests/sns/create_topic.rb in fog-1.22.1
- old
+ new
@@ -1,10 +1,9 @@
module Fog
module AWS
class SNS
class Real
-
require 'fog/aws/parsers/sns/create_topic'
# Create a topic
#
# ==== Parameters
@@ -19,11 +18,9 @@
'Action' => 'CreateTopic',
'Name' => name,
:parser => Fog::Parsers::AWS::SNS::CreateTopic.new
})
end
-
end
-
end
end
end