# File lib/aws/sns/topic_collection.rb, line 28
      def create name
        response = client.create_topic(:name => name)
        Topic.new(response.topic_arn, :config => config)
      end