aws-sdk-lookoutmetrics 1.60.0 → 1.61.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: b59f1b25fb201f3cab23e327681dde42422513dd2bf87e1a308ebbfcf0ad6ed5
4
- data.tar.gz: c03fd6cab0ff89616e76a881a972fe40c01995fa541e76a0d34601c5366f1680
3
+ metadata.gz: 28334239824297dd45cd6188f204e0e01619c871d42d04ee7e34cb4028256b33
4
+ data.tar.gz: 7c984e30961bae8828c6c754a5cec2bc7e6d5ed55d4756c12668c3d7cd822cfc
5
5
  SHA512:
6
- metadata.gz: 45790b483cf4f1ceb8cb1eb8deff35a3c5227b349c73a590a4d07d434f4909428bf73a7bdc5367cd489b791d37938879e7738b6f5e2478266021d82f4a102525
7
- data.tar.gz: 9efc2093162bca89bc3c91828f75b1953775678e19f23d48aca80018087802582e729b56ff663234e6b613af79fe2f86b2f909989f049adefe8805a865741e47
6
+ metadata.gz: 5a5eb9cd8d4160b1d42b2bf8b7a6cf6ca164b21c4628bd95b4ddca8fda8b9ca2cce4c00251a17bae778969eeb6b223d31eeab9b8beff18eaca5100424a23350f
7
+ data.tar.gz: 1eedb7628f87c3c7e739c03b202c6fc9e929a942ca246bfcf8de5c59b1000ddcd5cb8bba78278473047868531fb8340a308eef2680062e1668478ff1db500181
data/CHANGELOG.md CHANGED
@@ -1,6 +1,13 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.61.0 (2025-10-30)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ * Feature - Lookout Metrics has been removed from the SDK because it has been discontinued.
10
+
4
11
  1.60.0 (2025-10-21)
5
12
  ------------------
6
13
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.60.0
1
+ 1.61.0
@@ -2144,7 +2144,7 @@ module Aws::LookoutMetrics
2144
2144
  tracer: tracer
2145
2145
  )
2146
2146
  context[:gem_name] = 'aws-sdk-lookoutmetrics'
2147
- context[:gem_version] = '1.60.0'
2147
+ context[:gem_version] = '1.61.0'
2148
2148
  Seahorse::Client::Request.new(handlers, context)
2149
2149
  end
2150
2150
 
@@ -54,7 +54,7 @@ module Aws::LookoutMetrics
54
54
  autoload :EndpointProvider, 'aws-sdk-lookoutmetrics/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-lookoutmetrics/endpoints'
56
56
 
57
- GEM_VERSION = '1.60.0'
57
+ GEM_VERSION = '1.61.0'
58
58
 
59
59
  end
60
60
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-lookoutmetrics
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.60.0
4
+ version: 1.61.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -43,8 +43,8 @@ dependencies:
43
43
  - - "~>"
44
44
  - !ruby/object:Gem::Version
45
45
  version: '1.5'
46
- description: Official AWS Ruby gem for Amazon Lookout for Metrics (LookoutMetrics).
47
- This gem is part of the AWS SDK for Ruby.
46
+ description: "[DEPRECATED] Official AWS Ruby gem for Amazon Lookout for Metrics (LookoutMetrics).
47
+ This gem is part of the AWS SDK for Ruby."
48
48
  email:
49
49
  - aws-dr-rubygems@amazon.com
50
50
  executables: []
@@ -76,6 +76,7 @@ licenses:
76
76
  metadata:
77
77
  source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-lookoutmetrics
78
78
  changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-lookoutmetrics/CHANGELOG.md
79
+ post_install_message: "*** aws-sdk-lookoutmetrics is deprecated ***"
79
80
  rdoc_options: []
80
81
  require_paths:
81
82
  - lib