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-0.87.0 lib/awspec/helper/finder/ses.rb
awspec-0.86.0 lib/awspec/helper/finder/ses.rb
cmonson_2ndwatch_awspec-0.85.4 lib/awspec/helper/finder/ses.rb
awspec-0.85.3 lib/awspec/helper/finder/ses.rb
cmonson_2ndwatch_awspec-0.85.3 lib/awspec/helper/finder/ses.rb
awspec-0.85.2 lib/awspec/helper/finder/ses.rb
awspec-0.85.1 lib/awspec/helper/finder/ses.rb
awspec-0.85.0 lib/awspec/helper/finder/ses.rb
awspec-0.84.1 lib/awspec/helper/finder/ses.rb
awspec-0.84.0 lib/awspec/helper/finder/ses.rb
awspec-0.83.0 lib/awspec/helper/finder/ses.rb
awspec-0.82.3 lib/awspec/helper/finder/ses.rb
awspec-0.82.2 lib/awspec/helper/finder/ses.rb
awspec-0.82.1 lib/awspec/helper/finder/ses.rb
awspec-0.82.0 lib/awspec/helper/finder/ses.rb
awspec-0.81.1 lib/awspec/helper/finder/ses.rb
awspec-0.81.0 lib/awspec/helper/finder/ses.rb
awspec-0.80.1 lib/awspec/helper/finder/ses.rb
awspec-0.80.0 lib/awspec/helper/finder/ses.rb
awspec-0.79.2 lib/awspec/helper/finder/ses.rb