aws-sdk-iotfleetwise 1.6.0 → 1.7.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-iotfleetwise/client.rb +1 -1
- data/lib/aws-sdk-iotfleetwise.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 97307c54a728771016349ed6d5208177bb7ea6c7b054b1d89655eba4f981dc4f
|
|
4
|
+
data.tar.gz: f9bc76f74f86610712ccbc1cb84bd24fb0269b16ae3a1fd36f8045f42ff0ff54
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5cbbbf7c9cdf2fb858cff5b026e9cf762519467be49a8a4f352bfaf049214c0849810f2d8e0ba03b806e02edba02a83d8995bbf2e77f948b771747db29baa4fc
|
|
7
|
+
data.tar.gz: f0457dbbba97a163e6ddbeacfb9a85d192ebfdce778874789758eaeaae342062bba87cc29cc63d1bdadd19e145c838e6ab7e245d5ec449e543a4b7ce3a54cd8f
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.7.0 (2023-01-26)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Add model validation to BatchCreateVehicle and BatchUpdateVehicle operations that invalidate requests with an empty vehicles list.
|
|
8
|
+
|
|
4
9
|
1.6.0 (2023-01-18)
|
|
5
10
|
------------------
|
|
6
11
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.7.0
|
|
@@ -3145,7 +3145,7 @@ module Aws::IoTFleetWise
|
|
|
3145
3145
|
params: params,
|
|
3146
3146
|
config: config)
|
|
3147
3147
|
context[:gem_name] = 'aws-sdk-iotfleetwise'
|
|
3148
|
-
context[:gem_version] = '1.
|
|
3148
|
+
context[:gem_version] = '1.7.0'
|
|
3149
3149
|
Seahorse::Client::Request.new(handlers, context)
|
|
3150
3150
|
end
|
|
3151
3151
|
|
data/lib/aws-sdk-iotfleetwise.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-iotfleetwise
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.7.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: 2023-01-
|
|
11
|
+
date: 2023-01-26 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|