aws-sdk-entityresolution 1.5.0 → 1.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -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