aws-sdk-entityresolution 1.5.0 → 1.7.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -32,7 +32,7 @@ require_relative 'aws-sdk-entityresolution/customizations'
32
32
  # structure.
33
33
  #
34
34
  # entity_resolution = Aws::EntityResolution::Client.new
35
- # resp = entity_resolution.create_id_mapping_workflow(params)
35
+ # resp = entity_resolution.add_policy_statement(params)
36
36
  #
37
37
  # See {Client} for more information.
38
38
  #
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-entityresolution/customizations'
52
52
  # @!group service
53
53
  module Aws::EntityResolution
54
54
 
55
- GEM_VERSION = '1.5.0'
55
+ GEM_VERSION = '1.7.0'
56
56
 
57
57
  end