aws-sdk-iotfleetwise 1.4.0 → 1.5.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 +2 -2
- data/lib/aws-sdk-iotfleetwise/types.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: 356f4eb32e792784ab11aa4abfa3f2097150b0434298273d331045a7e6caf760
|
4
|
+
data.tar.gz: 139f7c741f5407f94c4c56ccbf6a23ac9fbe9b600a68acee9a41231d37c98de6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: eaf3e243c79b64bdeca863d38cd65ea27f6138f8605699374536de5a4569c99f45f72796d966dfcbd6bccf3229a6843731cc1c8f488a4c049bbae51ff9002e6f
|
7
|
+
data.tar.gz: 9fd4e48fa36f041425a3f4716603febed2f25f1f5da3bc61589ddaa1aeaf272b2fbcc485a9c791444ba5802d68a772afaf6251511e6a3769ff623c3717d6e221
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,11 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.5.0 (2022-12-30)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Update documentation - correct the epoch constant value of default value for expiryTime field in CreateCampaign request.
|
8
|
+
|
4
9
|
1.4.0 (2022-12-16)
|
5
10
|
------------------
|
6
11
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.5.0
|
@@ -560,7 +560,7 @@ module Aws::IoTFleetWise
|
|
560
560
|
# (January 1, 1970 at midnight UTC time). Vehicle data won't be
|
561
561
|
# collected after the campaign expires.
|
562
562
|
#
|
563
|
-
# Default:
|
563
|
+
# Default: 253402214400 (December 31, 9999, 00:00:00 UTC)
|
564
564
|
#
|
565
565
|
# @option params [Integer] :post_trigger_collection_duration
|
566
566
|
# (Optional) How long (in milliseconds) to collect raw data after a
|
@@ -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.5.0'
|
3149
3149
|
Seahorse::Client::Request.new(handlers, context)
|
3150
3150
|
end
|
3151
3151
|
|
@@ -523,7 +523,7 @@ module Aws::IoTFleetWise
|
|
523
523
|
# (January 1, 1970 at midnight UTC time). Vehicle data won't be
|
524
524
|
# collected after the campaign expires.
|
525
525
|
#
|
526
|
-
# Default:
|
526
|
+
# Default: 253402214400 (December 31, 9999, 00:00:00 UTC)
|
527
527
|
# @return [Time]
|
528
528
|
#
|
529
529
|
# @!attribute [rw] post_trigger_collection_duration
|
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.5.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: 2022-12-
|
11
|
+
date: 2022-12-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|