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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: eff3fd67f13681a1d363c67a946bb3f8259cc499d21f6bf1fd050c9d5bce5526
4
- data.tar.gz: 18b5d36d7780a985fcaa58271dd7754f4ee342ee3dddbdcbed8a46edd2f5f217
3
+ metadata.gz: dc2e03cb4905c2fb780b95f1bfc6791a7aab8baec87e08d9d0758f3412866f2f
4
+ data.tar.gz: e204b957f3779818b1f8bb692b909990002ef4e1f70c78975224a8d645fa4297
5
5
  SHA512:
6
- metadata.gz: 89a3f6ae10789e5b8c214d27a9811a5151054493b253f58516e88cd0cc97c5ddf15c148813710425585702c502f69578b17024d0c95dfaf188a20efcc2cd20f8
7
- data.tar.gz: bfbf3b99b2bccea2ee5c51684d2b067ada25cda3dbba875e577ed536aadf037c19e8eb5cc5a70192391afc54fda8aff505aa3c2e0a299131ee3083c41e5a6ae3
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.36.0
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.36.0'
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)
@@ -55,7 +55,7 @@ module Aws::IoTFleetWise
55
55
  autoload :EndpointProvider, 'aws-sdk-iotfleetwise/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-iotfleetwise/endpoints'
57
57
 
58
- GEM_VERSION = '1.36.0'
58
+ GEM_VERSION = '1.37.0'
59
59
 
60
60
  end
61
61
 
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.36.0
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-18 00:00:00.000000000 Z
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