Skip to content

Commit c63c862

Browse files
committed
added the scenario readme
1 parent 4b4edf7 commit c63c862

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

scenarios/basics/fleetwise/README.md

+14-14
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,39 @@
11
## Overview
2-
This AWS IoT SiteWise Service basic scenario demonstrates how to interact with the AWS IoT SiteWise service using an AWS SDK. The scenario covers various operations such as creating an Asset Model, creating assets, sending data to assets, and retrieving data.
2+
This AWS IoT Fleetwise basic scenario demonstrates how to interact with the AWS IoT FleetWise service using an AWS SDK. The scenario covers various operations such as creating a collection of standardized signalsl, creating a model manifest, creating a vehicle, and so on.
33

44
## Key Operations
55

6-
1. **Create an AWS SiteWise Asset Model**:
7-
- This step creates an AWS SiteWise Asset Model by invoking the `createAssetModel` method.
6+
1. **Create an AWS Fleetwise signal catalog**:
7+
- This step creates an AWS Fleetwise signal catalog by invoking the `createSignalCatalog`method.
88

9-
2. **Create an AWS IoT SiteWise Asset**:
10-
- This operation creates an AWS SiteWise asset.
9+
2. **Create an AWS IoT Fleetwise fleet**:
10+
- This operation creates an AWS Fleetwise fleet by invoking the `createFleet`method.
1111

12-
3. **Retrieve the property ID values**:
13-
- To send data to an asset, we need to get the property ID values for the model properties. This scenario uses temperature and humidity properties.
12+
3. **Create a model manifest**:
13+
- This operation creates an AWS Fleetwise model manifest by invoking the `createModelManifest`method.
1414

15-
4. **Send data to an AWS IoT SiteWise Asset**:
16-
- This operation sends data to an IoT SiteWise Asset.
15+
4. **Create a decoder manifest**:
16+
- This operation creates an AWS Fleetwise decoder manifest by invoking the `createDecoderManifest`method.
1717

18-
5. **Retrieve the value of the IoT SiteWise Asset property**:
19-
- This operation gets data from the asset.
18+
5. **Create a vehicle**:
19+
- This operation creates an AWS Fleetwise vehicle by invoking the `createVehicle`method.
2020

2121
**Note** See the Eng spec for a full listing of operations.
2222

2323
## Resources
2424

25-
This Basics scenario requires an IAM role that has permissions to work with the AWS IoT SiteWise service. The scenario creates this resource using a CloudFormation template.
25+
This Basics scenario does not require any additional AWS resources.
2626

2727
## Implementations
2828

2929
This scenario example will be implemented in the following languages:
3030

3131
- Java
3232
- Python
33-
- JavaScript
33+
- Kotlin
3434

3535
## Additional Reading
3636

37-
- [AWS IoT SiteWise Documentation](https://docs.aws.amazon.com/iot-sitewise/latest/userguide/what-is-sitewise.html)
37+
- [AWS IoT Fleetwise Documentation](https://docs.aws.amazon.com/iot-fleetwise/latest/developerguide/what-is-iotfleetwise.html)
3838

3939
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. SPDX-License-Identifier: Apache-2.0

0 commit comments

Comments
 (0)