aws-sdk-elasticinference 1.45.0 → 1.47.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: 938c9bd4a9d335497a77e6c448b257c0b5a2c2b65d61ce6c87330774aa4cbd93
4
- data.tar.gz: d2064a4d28e8d99aa62d550975f15a5f75e8dce42e26b230371b7ec861fddb85
3
+ metadata.gz: bf238a8e753b95338999b2ed1d2221206a813cd165e7a19252f940d55a1faec0
4
+ data.tar.gz: 86ec08519dd7856f99d53e767273c361b2fa0de3e2e06d7ad46abe6515fd18fc
5
5
  SHA512:
6
- metadata.gz: e2fc48f59e8eb671163128b1fa1227ca572ea4950d4eba744796faf231274eff5479c682ee9e9f004e2b3affdd5b584c97f4bcd0d9d829905daf7572958464cc
7
- data.tar.gz: a02bd1ec26dd604e01e5112e8ee72e9808dc4e900fa1ce31c2b4fe6e17408a936f555c68a33fddf2689058219efa40cf1de893581af4c947e309fe032d1e6be5
6
+ metadata.gz: d4365f0a0cae0e763c0e1d03dc272ba3ae460cd9eddd4a2cdc9f0246a606dd4bf71634369024858ba2c34da4625f934db0bd13b894bdf35b7f62ff0b039a146e
7
+ data.tar.gz: d4a1ba470c9daa49f7fcfed2ff2e52bf4a206d6ae99f80acdf8255e08a7ba211eb886c5859ad363d50325552320b04adddd4fb35217eff18b2e3ceb8eb0ca4ac
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.47.0 (2024-09-24)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.46.0 (2024-09-23)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.45.0 (2024-09-20)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.45.0
1
+ 1.47.0
@@ -36,8 +36,6 @@ require 'aws-sdk-core/plugins/telemetry.rb'
36
36
  require 'aws-sdk-core/plugins/sign.rb'
37
37
  require 'aws-sdk-core/plugins/protocols/rest_json.rb'
38
38
 
39
- Aws::Plugins::GlobalConfiguration.add_identifier(:elasticinference)
40
-
41
39
  module Aws::ElasticInference
42
40
  # An API client for ElasticInference. To construct a client, you need to configure a `:region` and `:credentials`.
43
41
  #
@@ -734,7 +732,7 @@ module Aws::ElasticInference
734
732
  tracer: tracer
735
733
  )
736
734
  context[:gem_name] = 'aws-sdk-elasticinference'
737
- context[:gem_version] = '1.45.0'
735
+ context[:gem_version] = '1.47.0'
738
736
  Seahorse::Client::Request.new(handlers, context)
739
737
  end
740
738
 
@@ -7,6 +7,7 @@
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
10
+
10
11
  module Aws::ElasticInference
11
12
  # @api private
12
13
  module ClientApi
@@ -387,3 +387,4 @@ module Aws::ElasticInference
387
387
 
388
388
  end
389
389
  end
390
+
@@ -11,16 +11,7 @@
11
11
  require 'aws-sdk-core'
12
12
  require 'aws-sigv4'
13
13
 
14
- require_relative 'aws-sdk-elasticinference/types'
15
- require_relative 'aws-sdk-elasticinference/client_api'
16
- require_relative 'aws-sdk-elasticinference/plugins/endpoints.rb'
17
- require_relative 'aws-sdk-elasticinference/client'
18
- require_relative 'aws-sdk-elasticinference/errors'
19
- require_relative 'aws-sdk-elasticinference/resource'
20
- require_relative 'aws-sdk-elasticinference/endpoint_parameters'
21
- require_relative 'aws-sdk-elasticinference/endpoint_provider'
22
- require_relative 'aws-sdk-elasticinference/endpoints'
23
- require_relative 'aws-sdk-elasticinference/customizations'
14
+ Aws::Plugins::GlobalConfiguration.add_identifier(:elasticinference)
24
15
 
25
16
  # This module provides support for Amazon Elastic Inference. This module is available in the
26
17
  # `aws-sdk-elasticinference` gem.
@@ -51,7 +42,20 @@ require_relative 'aws-sdk-elasticinference/customizations'
51
42
  #
52
43
  # @!group service
53
44
  module Aws::ElasticInference
45
+ autoload :Types, 'aws-sdk-elasticinference/types'
46
+ autoload :ClientApi, 'aws-sdk-elasticinference/client_api'
47
+ module Plugins
48
+ autoload :Endpoints, 'aws-sdk-elasticinference/plugins/endpoints.rb'
49
+ end
50
+ autoload :Client, 'aws-sdk-elasticinference/client'
51
+ autoload :Errors, 'aws-sdk-elasticinference/errors'
52
+ autoload :Resource, 'aws-sdk-elasticinference/resource'
53
+ autoload :EndpointParameters, 'aws-sdk-elasticinference/endpoint_parameters'
54
+ autoload :EndpointProvider, 'aws-sdk-elasticinference/endpoint_provider'
55
+ autoload :Endpoints, 'aws-sdk-elasticinference/endpoints'
54
56
 
55
- GEM_VERSION = '1.45.0'
57
+ GEM_VERSION = '1.47.0'
56
58
 
57
59
  end
60
+
61
+ require_relative 'aws-sdk-elasticinference/customizations'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-elasticinference
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.45.0
4
+ version: 1.47.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-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core