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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 93e234f0aef1be1567fed584eff2c27ce7452f9ca13fc6657a463b862b5e71ba
4
- data.tar.gz: 5b4d266f5e329fe5cd035937c067d5b958e6171cd57f083c2a888bb320438e5d
3
+ metadata.gz: 2b9daec79f1650f1de9ca1cadf3c61218bdb7727a8be6724dd2476d8e5e6e586
4
+ data.tar.gz: f4f6dee0406cc886bebc0edf980c1f28edf812adb19959901b92b94b0d8d02f7
5
5
  SHA512:
6
- metadata.gz: fd5eafbbd5dc4635e568580dc6a54f2a14dc7498c12de640a424b06e99183954f824611358e09f21421dd080cd38b7e389b27d92e61ba75e33b5bc1765e6fbca
7
- data.tar.gz: '079ac7b4d9205e22c3bccb45ba1716fe61eaad770493d6af8bfbf533dbab7b3fa16da6815ae06ffc7a1e1e373695f7bd415aeba15eb928ee2c3a406a6a08cf83'
6
+ metadata.gz: 12a0e0ffdb2cb4c8ab57b03e2cc36196fee1bac3c1644378ffa8fe4dcaadc522561001f03edf3d2dfaefaef96deabb2dd4bc6630a842aa27feed2be47e87be2c
7
+ data.tar.gz: 4495b285daafb71aaa3d0786d5b151cdb74f75632a8d3d2679ea6b5d87f7fecfa304f69fb787c8289c4ee07ba2a74e20e8efda280a7f522262a267a8916fafe6
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.1.0 (2022-10-13)
5
+ ------------------
6
+
7
+ * Feature - Documentation update for AWS IoT FleetWise
8
+
4
9
  1.0.0 (2022-09-26)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.0
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.0.0'
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
  #
@@ -49,6 +49,6 @@ require_relative 'aws-sdk-iotfleetwise/customizations'
49
49
  # @!group service
50
50
  module Aws::IoTFleetWise
51
51
 
52
- GEM_VERSION = '1.0.0'
52
+ GEM_VERSION = '1.1.0'
53
53
 
54
54
  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.0.0
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-09-26 00:00:00.000000000 Z
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