Sha256: f0a664e08fdacda5f780c05e4faa2a4cb7c47f3213160187315a5e0965322228

Contents?: true

Size: 273 Bytes

Versions: 178

Compression:

Stored size: 273 Bytes

Contents

module Awspec::Helper
  module Finder
    module Ses
      def find_ses_identity(id)
        res = ses_client.list_identities
        ret = res.identities.select do |identity|
          identity == id
        end
        ret.single_resource(id)
      end
    end
  end
end

Version data entries

178 entries across 178 versions & 4 rubygems

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