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.42.0 lib/awspec/helper/finder/ses.rb
awspec-0.41.0 lib/awspec/helper/finder/ses.rb
awspec-0.40.0 lib/awspec/helper/finder/ses.rb
awspec-0.39.0 lib/awspec/helper/finder/ses.rb
awspec-0.38.0 lib/awspec/helper/finder/ses.rb
awspec-0.37.8 lib/awspec/helper/finder/ses.rb
awspec-0.37.7 lib/awspec/helper/finder/ses.rb
awspec-0.37.6 lib/awspec/helper/finder/ses.rb
awspec-0.37.5 lib/awspec/helper/finder/ses.rb
awspec-0.37.4 lib/awspec/helper/finder/ses.rb
awspec-0.37.3 lib/awspec/helper/finder/ses.rb
awspec-0.37.2 lib/awspec/helper/finder/ses.rb
awspec-0.37.1 lib/awspec/helper/finder/ses.rb
awspec-0.37.0 lib/awspec/helper/finder/ses.rb
awspec-0.36.1 lib/awspec/helper/finder/ses.rb
awspec-0.36.0 lib/awspec/helper/finder/ses.rb
awspec-0.35.0 lib/awspec/helper/finder/ses.rb
awspec-0.34.0 lib/awspec/helper/finder/ses.rb