aws-sdk-iotfleetwise 1.0.0 → 1.1.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 +7 -1
- data/lib/aws-sdk-iotfleetwise/types.rb +6 -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: 2b9daec79f1650f1de9ca1cadf3c61218bdb7727a8be6724dd2476d8e5e6e586
|
|
4
|
+
data.tar.gz: f4f6dee0406cc886bebc0edf980c1f28edf812adb19959901b92b94b0d8d02f7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 12a0e0ffdb2cb4c8ab57b03e2cc36196fee1bac3c1644378ffa8fe4dcaadc522561001f03edf3d2dfaefaef96deabb2dd4bc6630a842aa27feed2be47e87be2c
|
|
7
|
+
data.tar.gz: 4495b285daafb71aaa3d0786d5b151cdb74f75632a8d3d2679ea6b5d87f7fecfa304f69fb787c8289c4ee07ba2a74e20e8efda280a7f522262a267a8916fafe6
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.1.0
|
|
@@ -594,6 +594,12 @@ module Aws::IoTFleetWise
|
|
|
594
594
|
# @option params [Array<String>] :data_extra_dimensions
|
|
595
595
|
# (Optional) A list of vehicle attributes to associate with a campaign.
|
|
596
596
|
#
|
|
597
|
+
# Enrich the data with specified vehicle attributes. For example, add
|
|
598
|
+
# `make` and `model` to the campaign, and Amazon Web Services IoT
|
|
599
|
+
# FleetWise will associate the data with those attributes as dimensions
|
|
600
|
+
# in Amazon Timestream. You can then query the data against `make` and
|
|
601
|
+
# `model`.
|
|
602
|
+
#
|
|
597
603
|
# Default: An empty array
|
|
598
604
|
#
|
|
599
605
|
# @option params [Array<Types::Tag>] :tags
|
|
@@ -3122,7 +3128,7 @@ module Aws::IoTFleetWise
|
|
|
3122
3128
|
params: params,
|
|
3123
3129
|
config: config)
|
|
3124
3130
|
context[:gem_name] = 'aws-sdk-iotfleetwise'
|
|
3125
|
-
context[:gem_version] = '1.
|
|
3131
|
+
context[:gem_version] = '1.1.0'
|
|
3126
3132
|
Seahorse::Client::Request.new(handlers, context)
|
|
3127
3133
|
end
|
|
3128
3134
|
|
|
@@ -763,6 +763,12 @@ module Aws::IoTFleetWise
|
|
|
763
763
|
# (Optional) A list of vehicle attributes to associate with a
|
|
764
764
|
# campaign.
|
|
765
765
|
#
|
|
766
|
+
# Enrich the data with specified vehicle attributes. For example, add
|
|
767
|
+
# `make` and `model` to the campaign, and Amazon Web Services IoT
|
|
768
|
+
# FleetWise will associate the data with those attributes as
|
|
769
|
+
# dimensions in Amazon Timestream. You can then query the data against
|
|
770
|
+
# `make` and `model`.
|
|
771
|
+
#
|
|
766
772
|
# Default: An empty array
|
|
767
773
|
# @return [Array<String>]
|
|
768
774
|
#
|
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.1.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-
|
|
11
|
+
date: 2022-10-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|