aws-sdk-iotfleetwise 1.36.0 → 1.37.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/client_api.rb +2 -0
- 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: dc2e03cb4905c2fb780b95f1bfc6791a7aab8baec87e08d9d0758f3412866f2f
|
|
4
|
+
data.tar.gz: e204b957f3779818b1f8bb692b909990002ef4e1f70c78975224a8d645fa4297
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 67f5091fafc31bb1b1dd12bd05f77acf5b78a5f585496035dbb8b75702ca103a29cba8a0bb5fc3691f6a6b14b126b8321b2fbb53925a9a5e98219d95cfb34532
|
|
7
|
+
data.tar.gz: 4bd80ee609d95bf607b6d013aa1f36933d25e913e4cbb352d0c75746846f4aaa1e2b4f334656190b9f54be4525916c385b9c4e57c89fb3804aeb1a6900d52b9c
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.37.0 (2024-10-29)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Updated BatchCreateVehicle and BatchUpdateVehicle APIs: LimitExceededException has been added and the maximum number of vehicles in a batch has been set to 10 explicitly
|
|
8
|
+
|
|
4
9
|
1.36.0 (2024-10-18)
|
|
5
10
|
------------------
|
|
6
11
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.37.0
|
|
@@ -3616,7 +3616,7 @@ module Aws::IoTFleetWise
|
|
|
3616
3616
|
tracer: tracer
|
|
3617
3617
|
)
|
|
3618
3618
|
context[:gem_name] = 'aws-sdk-iotfleetwise'
|
|
3619
|
-
context[:gem_version] = '1.
|
|
3619
|
+
context[:gem_version] = '1.37.0'
|
|
3620
3620
|
Seahorse::Client::Request.new(handlers, context)
|
|
3621
3621
|
end
|
|
3622
3622
|
|
|
@@ -1352,6 +1352,7 @@ module Aws::IoTFleetWise
|
|
|
1352
1352
|
o.input = Shapes::ShapeRef.new(shape: BatchUpdateVehicleRequest)
|
|
1353
1353
|
o.output = Shapes::ShapeRef.new(shape: BatchUpdateVehicleResponse)
|
|
1354
1354
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
1355
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
|
1355
1356
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
1356
1357
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
1357
1358
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
@@ -2096,6 +2097,7 @@ module Aws::IoTFleetWise
|
|
|
2096
2097
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
2097
2098
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
2098
2099
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
2100
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
|
2099
2101
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
2100
2102
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
2101
2103
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
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.37.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: 2024-10-
|
|
11
|
+
date: 2024-10-29 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|