aws-sdk-elasticinference 1.52.0 → 1.53.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: 37bd6ba3117edfd5bd290a4595670973b9d18b49836ccbceb0305aa70a76b637
4
- data.tar.gz: 6ae23c5b92cecca11296cbbcd9a242c855668dd435552922433c03c49ed91e30
3
+ metadata.gz: f34e2a1e96ee3244aaa7e6ddd61d3329c908ba846198cee5221ca58d7166ea3b
4
+ data.tar.gz: c6eab21c6da484dc4ec712055f7adfa990244532f6d77bb4561f4bda629a8fd5
5
5
  SHA512:
6
- metadata.gz: ef703aec35ec429e70c71a2ccd77b05361b67ea4877d4b5e8938f3d66a6acfcab3638080e4d46d026c258eefc6205fc354675d1e7c8b3d652c5fa3ab75ead35e
7
- data.tar.gz: e42209532423f7b7df67328cac0b74de710908e4569bf0c7c99b0ef76803227e4ff837d46a7ce5be4af4a63dd83d00b5da2b717784a4e8305e9f0fbd3e3f5d97
6
+ metadata.gz: 7645e5615a20ebfe46cef1220c88a11931667d95bc10bba8c4dc017238e7ed8edf3876de4b9a6321e0cd53c94131cd73a9e3f7d7e3f904f314530d1faf52d59c
7
+ data.tar.gz: bd704d7b8450f1c107f01db6cd10241adc50a7059690aee02ccc8496c53e4c14a91c4835ea5587204253775b6f271c6fb3e71c1a745dbf60a7103d146c0a28f1
data/CHANGELOG.md CHANGED
@@ -1,6 +1,13 @@
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
+
4
11
  1.52.0 (2025-02-18)
5
12
  ------------------
6
13
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.52.0
1
+ 1.53.0
@@ -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.52.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.52.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.52.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-18 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