aws-sdk-elasticinference 1.45.0 → 1.46.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: 1658d1227d3e15d2d8bd56763e5309fd90f9f6cbc31302dbd7f5e1f32ae2b126
4
+ data.tar.gz: 6d451413061a719372f5bc323a5a30c6a0519c2abd2d522e768cfa0eeb608d38
5
5
  SHA512:
6
- metadata.gz: e2fc48f59e8eb671163128b1fa1227ca572ea4950d4eba744796faf231274eff5479c682ee9e9f004e2b3affdd5b584c97f4bcd0d9d829905daf7572958464cc
7
- data.tar.gz: a02bd1ec26dd604e01e5112e8ee72e9808dc4e900fa1ce31c2b4fe6e17408a936f555c68a33fddf2689058219efa40cf1de893581af4c947e309fe032d1e6be5
6
+ metadata.gz: '0653138c2e7c20d4d265ca967ed54ee9e20586ec5771dd2745eea8c542d878e1c87ca580e26c788e93a14aed7f8d17d210644191be0b56b56366dd6c6abb4a22'
7
+ data.tar.gz: 10cbf748eec0e4bcd788bf97496e1ff878dd8c11592a5d05aebfb5e6c3854cd1e2e9148bd8b9601f927b0c392c3ee54b5695163fa9bcd4bbdcda71c7d2c09f3f
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.46.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.45.0 (2024-09-20)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.45.0
1
+ 1.46.0
@@ -734,7 +734,7 @@ module Aws::ElasticInference
734
734
  tracer: tracer
735
735
  )
736
736
  context[:gem_name] = 'aws-sdk-elasticinference'
737
- context[:gem_version] = '1.45.0'
737
+ context[:gem_version] = '1.46.0'
738
738
  Seahorse::Client::Request.new(handlers, context)
739
739
  end
740
740
 
@@ -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,17 +11,6 @@
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'
24
-
25
14
  # This module provides support for Amazon Elastic Inference. This module is available in the
26
15
  # `aws-sdk-elasticinference` gem.
27
16
  #
@@ -51,7 +40,20 @@ require_relative 'aws-sdk-elasticinference/customizations'
51
40
  #
52
41
  # @!group service
53
42
  module Aws::ElasticInference
43
+ autoload :Types, 'aws-sdk-elasticinference/types'
44
+ autoload :ClientApi, 'aws-sdk-elasticinference/client_api'
45
+ module Plugins
46
+ autoload :Endpoints, 'aws-sdk-elasticinference/plugins/endpoints.rb'
47
+ end
48
+ autoload :Client, 'aws-sdk-elasticinference/client'
49
+ autoload :Errors, 'aws-sdk-elasticinference/errors'
50
+ autoload :Resource, 'aws-sdk-elasticinference/resource'
51
+ autoload :EndpointParameters, 'aws-sdk-elasticinference/endpoint_parameters'
52
+ autoload :EndpointProvider, 'aws-sdk-elasticinference/endpoint_provider'
53
+ autoload :Endpoints, 'aws-sdk-elasticinference/endpoints'
54
54
 
55
- GEM_VERSION = '1.45.0'
55
+ GEM_VERSION = '1.46.0'
56
56
 
57
57
  end
58
+
59
+ 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.46.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