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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 914ff3aa2f5741ef25f5cd05c9d08f1ff50d9b82e507299d8d16826fec0599a9
4
- data.tar.gz: ed1c13921de2bffe374aaf1fac866d4d5c61cf931c89d30368b935558120bbbb
3
+ metadata.gz: 356f4eb32e792784ab11aa4abfa3f2097150b0434298273d331045a7e6caf760
4
+ data.tar.gz: 139f7c741f5407f94c4c56ccbf6a23ac9fbe9b600a68acee9a41231d37c98de6
5
5
  SHA512:
6
- metadata.gz: 5e543fbdb6e46525112ae0ede60fbeb58bf317642afad6f3ed53be061ac2d46b7f22bcb15e5daff9015472a098cd042be5372f25e9da9c7284754c0dc8dd91a9
7
- data.tar.gz: fa8c10d77f0a6251f16c3ff09b7dd4f7d80f7eba5d60f7afa5a06b7d78349c624f63f8836ab45d61931254e78c25e4789082eb3ae0d3df3cf946d80af013e45f
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.4.0
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: 253402243200 (December 31, 9999, 00:00:00 UTC)
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.4.0'
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: 253402243200 (December 31, 9999, 00:00:00 UTC)
526
+ # Default: 253402214400 (December 31, 9999, 00:00:00 UTC)
527
527
  # @return [Time]
528
528
  #
529
529
  # @!attribute [rw] post_trigger_collection_duration
@@ -53,6 +53,6 @@ require_relative 'aws-sdk-iotfleetwise/customizations'
53
53
  # @!group service
54
54
  module Aws::IoTFleetWise
55
55
 
56
- GEM_VERSION = '1.4.0'
56
+ GEM_VERSION = '1.5.0'
57
57
 
58
58
  end
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.0
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-16 00:00:00.000000000 Z
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