aws-sdk-entityresolution 1.20.0 → 1.21.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4342011cb4dd114a0e6a0533a657acea98084eb8dafc4479c985bb3be45f043f
4
- data.tar.gz: 229b3ec1a1eee697af7478e94a25a6da2c1aa3983d728b54378a925d5b83d021
3
+ metadata.gz: f70439f44bc3a2ae55e626e47405e7bf0ef9df06fde64896a14a3c7920b37f51
4
+ data.tar.gz: ca95f7b3d123bffc1330a33800edefb4836b71335f8a02e1dcca08760805c5af
5
5
  SHA512:
6
- metadata.gz: 74487887354d883344e2155a28cfcbe38c1135ba7f9f3f72aa6ecd7cac192755eec6056dca236a00990d73e129a38ad0c2b266c067a75cf71b7b997754377701
7
- data.tar.gz: 6eee6abd3208f30f8968b601f25d3bdae881cd6ab13910d26e8cf0d266ebef49dc166055daafe25aec5479fb40727129267eca432e1e7a4c095f3c1b74ba6c96
6
+ metadata.gz: 273cc73442200d594b62ac58805c2990daa7ceeded86a5fe1737f17d69983b85e2ce3be86f3fa23038c44dd5fe32d416dd18f790c29417572a8da43ab909a906
7
+ data.tar.gz: f178a1292ed22f43ea440f119361f7576b97171da2af9fb57a880764e022ecfffc8ef6e24f861c24d3c4264e5edf7a853f51b58632031c9bfbbb7933a028a49a
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.21.0 (2024-09-23)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.20.0 (2024-09-20)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.20.0
1
+ 1.21.0
@@ -2601,7 +2601,7 @@ module Aws::EntityResolution
2601
2601
  tracer: tracer
2602
2602
  )
2603
2603
  context[:gem_name] = 'aws-sdk-entityresolution'
2604
- context[:gem_version] = '1.20.0'
2604
+ context[:gem_version] = '1.21.0'
2605
2605
  Seahorse::Client::Request.new(handlers, context)
2606
2606
  end
2607
2607
 
@@ -7,6 +7,7 @@
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
10
+
10
11
  module Aws::EntityResolution
11
12
  # @api private
12
13
  module ClientApi
@@ -3244,3 +3244,4 @@ module Aws::EntityResolution
3244
3244
 
3245
3245
  end
3246
3246
  end
3247
+
@@ -11,17 +11,6 @@
11
11
  require 'aws-sdk-core'
12
12
  require 'aws-sigv4'
13
13
 
14
- require_relative 'aws-sdk-entityresolution/types'
15
- require_relative 'aws-sdk-entityresolution/client_api'
16
- require_relative 'aws-sdk-entityresolution/plugins/endpoints.rb'
17
- require_relative 'aws-sdk-entityresolution/client'
18
- require_relative 'aws-sdk-entityresolution/errors'
19
- require_relative 'aws-sdk-entityresolution/resource'
20
- require_relative 'aws-sdk-entityresolution/endpoint_parameters'
21
- require_relative 'aws-sdk-entityresolution/endpoint_provider'
22
- require_relative 'aws-sdk-entityresolution/endpoints'
23
- require_relative 'aws-sdk-entityresolution/customizations'
24
-
25
14
  # This module provides support for AWS EntityResolution. This module is available in the
26
15
  # `aws-sdk-entityresolution` gem.
27
16
  #
@@ -51,7 +40,20 @@ require_relative 'aws-sdk-entityresolution/customizations'
51
40
  #
52
41
  # @!group service
53
42
  module Aws::EntityResolution
43
+ autoload :Types, 'aws-sdk-entityresolution/types'
44
+ autoload :ClientApi, 'aws-sdk-entityresolution/client_api'
45
+ module Plugins
46
+ autoload :Endpoints, 'aws-sdk-entityresolution/plugins/endpoints.rb'
47
+ end
48
+ autoload :Client, 'aws-sdk-entityresolution/client'
49
+ autoload :Errors, 'aws-sdk-entityresolution/errors'
50
+ autoload :Resource, 'aws-sdk-entityresolution/resource'
51
+ autoload :EndpointParameters, 'aws-sdk-entityresolution/endpoint_parameters'
52
+ autoload :EndpointProvider, 'aws-sdk-entityresolution/endpoint_provider'
53
+ autoload :Endpoints, 'aws-sdk-entityresolution/endpoints'
54
54
 
55
- GEM_VERSION = '1.20.0'
55
+ GEM_VERSION = '1.21.0'
56
56
 
57
57
  end
58
+
59
+ require_relative 'aws-sdk-entityresolution/customizations'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-entityresolution
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.20.0
4
+ version: 1.21.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-09-20 00:00:00.000000000 Z
11
+ date: 2024-09-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core