aws-sdk-ioteventsdata 1.73.0 → 1.74.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-ioteventsdata/client.rb +1 -1
- data/lib/aws-sdk-ioteventsdata.rb +1 -1
- data/sig/client.rbs +10 -10
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 60236b4b9c488313f920cd37996db8c8ff39e71ba0d39876aff98b8739599ddd
|
|
4
|
+
data.tar.gz: 2ccf804a4302c54498252d81222bd8e8e1ccbee829a9d8d8a6d7996b85523715
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9c1a0a0de4a0bb9949af4e6ac801df8cf5949daadddbff431442d9d2999a92fc2525e074c007c6bee1adda84d6d7240312cb88d52f0a82b8badcb3ff27c1e461
|
|
7
|
+
data.tar.gz: d45b6ea5e2b5431d53d5e70b54b4c607686c9fbc9babd0849630b412692e17ff0d80239982963772db652cb06a344c9a9771275dc460e4d82682792fba97edba
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.74.0
|
|
@@ -1010,7 +1010,7 @@ module Aws::IoTEventsData
|
|
|
1010
1010
|
tracer: tracer
|
|
1011
1011
|
)
|
|
1012
1012
|
context[:gem_name] = 'aws-sdk-ioteventsdata'
|
|
1013
|
-
context[:gem_version] = '1.
|
|
1013
|
+
context[:gem_version] = '1.74.0'
|
|
1014
1014
|
Seahorse::Client::Request.new(handlers, context)
|
|
1015
1015
|
end
|
|
1016
1016
|
|
data/sig/client.rbs
CHANGED
|
@@ -90,7 +90,7 @@ module Aws
|
|
|
90
90
|
alarm_model_name: ::String,
|
|
91
91
|
key_value: ::String?,
|
|
92
92
|
note: ::String?
|
|
93
|
-
}
|
|
93
|
+
}
|
|
94
94
|
]
|
|
95
95
|
) -> _BatchAcknowledgeAlarmResponseSuccess
|
|
96
96
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _BatchAcknowledgeAlarmResponseSuccess
|
|
@@ -106,7 +106,7 @@ module Aws
|
|
|
106
106
|
message_id: ::String,
|
|
107
107
|
detector_model_name: ::String,
|
|
108
108
|
key_value: ::String?
|
|
109
|
-
}
|
|
109
|
+
}
|
|
110
110
|
]
|
|
111
111
|
) -> _BatchDeleteDetectorResponseSuccess
|
|
112
112
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _BatchDeleteDetectorResponseSuccess
|
|
@@ -123,7 +123,7 @@ module Aws
|
|
|
123
123
|
alarm_model_name: ::String,
|
|
124
124
|
key_value: ::String?,
|
|
125
125
|
note: ::String?
|
|
126
|
-
}
|
|
126
|
+
}
|
|
127
127
|
]
|
|
128
128
|
) -> _BatchDisableAlarmResponseSuccess
|
|
129
129
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _BatchDisableAlarmResponseSuccess
|
|
@@ -140,7 +140,7 @@ module Aws
|
|
|
140
140
|
alarm_model_name: ::String,
|
|
141
141
|
key_value: ::String?,
|
|
142
142
|
note: ::String?
|
|
143
|
-
}
|
|
143
|
+
}
|
|
144
144
|
]
|
|
145
145
|
) -> _BatchEnableAlarmResponseSuccess
|
|
146
146
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _BatchEnableAlarmResponseSuccess
|
|
@@ -159,7 +159,7 @@ module Aws
|
|
|
159
159
|
timestamp: {
|
|
160
160
|
time_in_millis: ::Integer?
|
|
161
161
|
}?
|
|
162
|
-
}
|
|
162
|
+
}
|
|
163
163
|
]
|
|
164
164
|
) -> _BatchPutMessageResponseSuccess
|
|
165
165
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _BatchPutMessageResponseSuccess
|
|
@@ -176,7 +176,7 @@ module Aws
|
|
|
176
176
|
alarm_model_name: ::String,
|
|
177
177
|
key_value: ::String?,
|
|
178
178
|
note: ::String?
|
|
179
|
-
}
|
|
179
|
+
}
|
|
180
180
|
]
|
|
181
181
|
) -> _BatchResetAlarmResponseSuccess
|
|
182
182
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _BatchResetAlarmResponseSuccess
|
|
@@ -194,7 +194,7 @@ module Aws
|
|
|
194
194
|
key_value: ::String?,
|
|
195
195
|
note: ::String?,
|
|
196
196
|
snooze_duration: ::Integer
|
|
197
|
-
}
|
|
197
|
+
}
|
|
198
198
|
]
|
|
199
199
|
) -> _BatchSnoozeAlarmResponseSuccess
|
|
200
200
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _BatchSnoozeAlarmResponseSuccess
|
|
@@ -216,16 +216,16 @@ module Aws
|
|
|
216
216
|
{
|
|
217
217
|
name: ::String,
|
|
218
218
|
value: ::String
|
|
219
|
-
}
|
|
219
|
+
}
|
|
220
220
|
],
|
|
221
221
|
timers: Array[
|
|
222
222
|
{
|
|
223
223
|
name: ::String,
|
|
224
224
|
seconds: ::Integer
|
|
225
|
-
}
|
|
225
|
+
}
|
|
226
226
|
]
|
|
227
227
|
}
|
|
228
|
-
}
|
|
228
|
+
}
|
|
229
229
|
]
|
|
230
230
|
) -> _BatchUpdateDetectorResponseSuccess
|
|
231
231
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _BatchUpdateDetectorResponseSuccess
|