aws-sdk-elasticinference 1.51.0 → 1.53.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 405350a942c1b60e870e30315f530ed544285f699bb5eea6b373e8830f3b29ee
4
- data.tar.gz: 05fe53215e3f0c71fcac4306b1b7b61bef038427271618fe87ec51e64eaf200b
3
+ metadata.gz: f34e2a1e96ee3244aaa7e6ddd61d3329c908ba846198cee5221ca58d7166ea3b
4
+ data.tar.gz: c6eab21c6da484dc4ec712055f7adfa990244532f6d77bb4561f4bda629a8fd5
5
5
  SHA512:
6
- metadata.gz: d997853d7ea9157f6ae8a753db993b74a169b7cb27e700a31d8a5978d3018b65c59b510a05b430c9a41c35bfcf299d750ca4b594d62509d18a9cc83b27342bef
7
- data.tar.gz: f724a792423fd838e9b2f81a8cd39140085f37f729f4d9429256f8b65ee6acbbab07459964088bc655681ad5e217cd02115cbd1ca69809046574fd0bce04144b
6
+ metadata.gz: 7645e5615a20ebfe46cef1220c88a11931667d95bc10bba8c4dc017238e7ed8edf3876de4b9a6321e0cd53c94131cd73a9e3f7d7e3f904f314530d1faf52d59c
7
+ data.tar.gz: bd704d7b8450f1c107f01db6cd10241adc50a7059690aee02ccc8496c53e4c14a91c4835ea5587204253775b6f271c6fb3e71c1a745dbf60a7103d146c0a28f1
data/CHANGELOG.md CHANGED
@@ -1,6 +1,18 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.53.0 (2025-02-21)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ * Feature - Elastic Inference has been removed from the SDK because it has been discontinued.
10
+
11
+ 1.52.0 (2025-02-18)
12
+ ------------------
13
+
14
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
15
+
4
16
  1.51.0 (2025-02-06)
5
17
  ------------------
6
18
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.51.0
1
+ 1.53.0
@@ -7,34 +7,34 @@
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
10
- require 'seahorse/client/plugins/content_length.rb'
11
- require 'aws-sdk-core/plugins/credentials_configuration.rb'
12
- require 'aws-sdk-core/plugins/logging.rb'
13
- require 'aws-sdk-core/plugins/param_converter.rb'
14
- require 'aws-sdk-core/plugins/param_validator.rb'
15
- require 'aws-sdk-core/plugins/user_agent.rb'
16
- require 'aws-sdk-core/plugins/helpful_socket_errors.rb'
17
- require 'aws-sdk-core/plugins/retry_errors.rb'
18
- require 'aws-sdk-core/plugins/global_configuration.rb'
19
- require 'aws-sdk-core/plugins/regional_endpoint.rb'
20
- require 'aws-sdk-core/plugins/endpoint_discovery.rb'
21
- require 'aws-sdk-core/plugins/endpoint_pattern.rb'
22
- require 'aws-sdk-core/plugins/response_paging.rb'
23
- require 'aws-sdk-core/plugins/stub_responses.rb'
24
- require 'aws-sdk-core/plugins/idempotency_token.rb'
25
- require 'aws-sdk-core/plugins/invocation_id.rb'
26
- require 'aws-sdk-core/plugins/jsonvalue_converter.rb'
27
- require 'aws-sdk-core/plugins/client_metrics_plugin.rb'
28
- require 'aws-sdk-core/plugins/client_metrics_send_plugin.rb'
29
- require 'aws-sdk-core/plugins/transfer_encoding.rb'
30
- require 'aws-sdk-core/plugins/http_checksum.rb'
31
- require 'aws-sdk-core/plugins/checksum_algorithm.rb'
32
- require 'aws-sdk-core/plugins/request_compression.rb'
33
- require 'aws-sdk-core/plugins/defaults_mode.rb'
34
- require 'aws-sdk-core/plugins/recursion_detection.rb'
35
- require 'aws-sdk-core/plugins/telemetry.rb'
36
- require 'aws-sdk-core/plugins/sign.rb'
37
- require 'aws-sdk-core/plugins/protocols/rest_json.rb'
10
+ require 'seahorse/client/plugins/content_length'
11
+ require 'aws-sdk-core/plugins/credentials_configuration'
12
+ require 'aws-sdk-core/plugins/logging'
13
+ require 'aws-sdk-core/plugins/param_converter'
14
+ require 'aws-sdk-core/plugins/param_validator'
15
+ require 'aws-sdk-core/plugins/user_agent'
16
+ require 'aws-sdk-core/plugins/helpful_socket_errors'
17
+ require 'aws-sdk-core/plugins/retry_errors'
18
+ require 'aws-sdk-core/plugins/global_configuration'
19
+ require 'aws-sdk-core/plugins/regional_endpoint'
20
+ require 'aws-sdk-core/plugins/endpoint_discovery'
21
+ require 'aws-sdk-core/plugins/endpoint_pattern'
22
+ require 'aws-sdk-core/plugins/response_paging'
23
+ require 'aws-sdk-core/plugins/stub_responses'
24
+ require 'aws-sdk-core/plugins/idempotency_token'
25
+ require 'aws-sdk-core/plugins/invocation_id'
26
+ require 'aws-sdk-core/plugins/jsonvalue_converter'
27
+ require 'aws-sdk-core/plugins/client_metrics_plugin'
28
+ require 'aws-sdk-core/plugins/client_metrics_send_plugin'
29
+ require 'aws-sdk-core/plugins/transfer_encoding'
30
+ require 'aws-sdk-core/plugins/http_checksum'
31
+ require 'aws-sdk-core/plugins/checksum_algorithm'
32
+ require 'aws-sdk-core/plugins/request_compression'
33
+ require 'aws-sdk-core/plugins/defaults_mode'
34
+ require 'aws-sdk-core/plugins/recursion_detection'
35
+ require 'aws-sdk-core/plugins/telemetry'
36
+ require 'aws-sdk-core/plugins/sign'
37
+ require 'aws-sdk-core/plugins/protocols/rest_json'
38
38
 
39
39
  module Aws::ElasticInference
40
40
  # An API client for ElasticInference. To construct a client, you need to configure a `:region` and `:credentials`.
@@ -725,7 +725,7 @@ module Aws::ElasticInference
725
725
  tracer: tracer
726
726
  )
727
727
  context[:gem_name] = 'aws-sdk-elasticinference'
728
- context[:gem_version] = '1.51.0'
728
+ context[:gem_version] = '1.53.0'
729
729
  Seahorse::Client::Request.new(handlers, context)
730
730
  end
731
731
 
@@ -54,7 +54,7 @@ module Aws::ElasticInference
54
54
  autoload :EndpointProvider, 'aws-sdk-elasticinference/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-elasticinference/endpoints'
56
56
 
57
- GEM_VERSION = '1.51.0'
57
+ GEM_VERSION = '1.53.0'
58
58
 
59
59
  end
60
60
 
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.51.0
4
+ version: 1.53.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: 2025-02-06 00:00:00.000000000 Z
11
+ date: 2025-02-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -44,8 +44,8 @@ dependencies:
44
44
  - - "~>"
45
45
  - !ruby/object:Gem::Version
46
46
  version: '1.5'
47
- description: Official AWS Ruby gem for Amazon Elastic Inference (Amazon Elastic Inference).
48
- This gem is part of the AWS SDK for Ruby.
47
+ description: "[DEPRECATED] Official AWS Ruby gem for Amazon Elastic Inference (Amazon
48
+ Elastic Inference). This gem is part of the AWS SDK for Ruby."
49
49
  email:
50
50
  - aws-dr-rubygems@amazon.com
51
51
  executables: []
@@ -77,7 +77,7 @@ licenses:
77
77
  metadata:
78
78
  source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-elasticinference
79
79
  changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-elasticinference/CHANGELOG.md
80
- post_install_message:
80
+ post_install_message: "*** aws-sdk-elasticinference is deprecated ***"
81
81
  rdoc_options: []
82
82
  require_paths:
83
83
  - lib