Sha256: c4dfb85f3b05d053951b79672397fcdc68c53042fabb250e4261c4227dc0c8b9

Contents?: true

Size: 328 Bytes

Versions: 61

Compression:

Stored size: 328 Bytes

Contents

module Awspec::Helper
  module Finder
    module Firehose
      def find_delivery_stream(name)
        firehose_client
          .describe_delivery_stream({
                                      delivery_stream_name: name
                                    })
          .delivery_stream_description
      end
    end
  end
end

Version data entries

61 entries across 61 versions & 3 rubygems

Version Path
awspec-1.15.1 lib/awspec/helper/finder/firehose.rb
awspec-1.15.0 lib/awspec/helper/finder/firehose.rb
awspec-1.14.1 lib/awspec/helper/finder/firehose.rb
awspec-1.14.0 lib/awspec/helper/finder/firehose.rb
awspec-1.13.0 lib/awspec/helper/finder/firehose.rb
awspec-1.12.7 lib/awspec/helper/finder/firehose.rb
awspec-1.12.6 lib/awspec/helper/finder/firehose.rb
awspec-1.12.5 lib/awspec/helper/finder/firehose.rb
awspec-1.12.4 lib/awspec/helper/finder/firehose.rb
awspec-1.12.3 lib/awspec/helper/finder/firehose.rb
awspec-1.12.2 lib/awspec/helper/finder/firehose.rb
awspec-1.12.1 lib/awspec/helper/finder/firehose.rb
awspec-1.12.0 lib/awspec/helper/finder/firehose.rb
awspec-1.11.1 lib/awspec/helper/finder/firehose.rb
awspec-1.11.0 lib/awspec/helper/finder/firehose.rb
awspec-1.10.0 lib/awspec/helper/finder/firehose.rb
awspec-1.9.0 lib/awspec/helper/finder/firehose.rb
awspec-1.8.0 lib/awspec/helper/finder/firehose.rb
awspec-1.7.0 lib/awspec/helper/finder/firehose.rb
awspec-1.6.1 lib/awspec/helper/finder/firehose.rb