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.25.1 lib/awspec/helper/finder/ses.rb
awspec-1.25.0 lib/awspec/helper/finder/ses.rb
awspec-1.24.4 lib/awspec/helper/finder/ses.rb
awspec-1.24.3 lib/awspec/helper/finder/ses.rb
awspec-1.24.2 lib/awspec/helper/finder/ses.rb
awspec-1.24.1 lib/awspec/helper/finder/ses.rb
awspec-1.24.0 lib/awspec/helper/finder/ses.rb
awspec-1.23.0 lib/awspec/helper/finder/ses.rb
awspec-1.22.1 lib/awspec/helper/finder/ses.rb
awspec-1.22.0 lib/awspec/helper/finder/ses.rb
awspec-1.21.1 lib/awspec/helper/finder/ses.rb
awspec-1.21.0 lib/awspec/helper/finder/ses.rb
awspec-1.20.0 lib/awspec/helper/finder/ses.rb
awspec-1.19.2 lib/awspec/helper/finder/ses.rb
awspec-1.19.1 lib/awspec/helper/finder/ses.rb
awspec-1.19.0 lib/awspec/helper/finder/ses.rb
cthiesfork-awspec-1.2.4 lib/awspec/helper/finder/ses.rb
awspec-api_gateway_extended-1.2.4 lib/awspec/helper/finder/ses.rb
awspec-api_gateway_extended-1.2.3 lib/awspec/helper/finder/ses.rb
awspec-1.18.6 lib/awspec/helper/finder/ses.rb