aws-sdk-ioteventsdata 1.75.0 → 1.77.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 +4 -4
- data/CHANGELOG.md +12 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-ioteventsdata/client.rb +1 -1
- data/lib/aws-sdk-ioteventsdata.rb +1 -1
- metadata +4 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6c8d667e576c1eacadaebf2ab5cf5929e2edb089f5d16ba88e218c995ecb12dc
|
|
4
|
+
data.tar.gz: 27e84389fc4f95b70989a5659b92b58f9af7132473659bc55e0e871d4dbac8e4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8b5c2f76ddc80515974be2157b73a99569ee3ccb735094b34470adbf3dbf6c4512ab3a8bb2d58b398cb5de42ec854184532647e34048e513cbc900e0ca72d195
|
|
7
|
+
data.tar.gz: 5d144c07f1c7e5bf45d7a5f6a20415b1ca296d009a510ed050699208d27e6bedf54437e12da4e61400cd1e22a0abbaa44d4d0d0dd6deea2c6f1994974c17755e
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,18 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.77.0 (2026-06-29)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
8
|
+
|
|
9
|
+
* Feature - IoT Events Data has been removed from the SDK because it has been discontinued.
|
|
10
|
+
|
|
11
|
+
1.76.0 (2026-06-01)
|
|
12
|
+
------------------
|
|
13
|
+
|
|
14
|
+
* Feature - Adding new BDD representation of endpoint ruleset
|
|
15
|
+
|
|
4
16
|
1.75.0 (2026-05-21)
|
|
5
17
|
------------------
|
|
6
18
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.77.0
|
|
@@ -1008,7 +1008,7 @@ module Aws::IoTEventsData
|
|
|
1008
1008
|
tracer: tracer
|
|
1009
1009
|
)
|
|
1010
1010
|
context[:gem_name] = 'aws-sdk-ioteventsdata'
|
|
1011
|
-
context[:gem_version] = '1.
|
|
1011
|
+
context[:gem_version] = '1.77.0'
|
|
1012
1012
|
Seahorse::Client::Request.new(handlers, context)
|
|
1013
1013
|
end
|
|
1014
1014
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-ioteventsdata
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.77.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 AWS IoT Events Data. This gem
|
|
47
|
-
AWS SDK for Ruby.
|
|
46
|
+
description: "[DEPRECATED] Official AWS Ruby gem for AWS IoT Events Data. This gem
|
|
47
|
+
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-ioteventsdata
|
|
78
78
|
changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-ioteventsdata/CHANGELOG.md
|
|
79
|
+
post_install_message: "*** aws-sdk-ioteventsdata is deprecated ***"
|
|
79
80
|
rdoc_options: []
|
|
80
81
|
require_paths:
|
|
81
82
|
- lib
|