Skip to content

Commit

Permalink
Updated packaging version and create-command namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Vasu Bansal committed Dec 12, 2024
1 parent 858548f commit 3e83fe2
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions docs/dev-guide/can-actuators-dev-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ The following steps will send a CAN command via the AWS IoT FleetWise 'remote co
'actuator' node `Vehicle.actuator6` in the signal catalog.

```bash
aws iot create-command --command-id actuator6-command --namespace "AWS-IoTFleetWise" \
aws iot create-command --command-id actuator6-command --namespace "AWS-IoT-FleetWise" \
--region us-east-1 \
--role-arn ${SERVICE_ROLE_ARN} \
--mandatory-parameters '[{
Expand Down Expand Up @@ -365,7 +365,7 @@ and can also be obtained by calling the `aws iot get-command-execution` API.
1. Run the following to create the long-running command:

```bash
aws iot create-command --command-id actuator7-command --namespace "AWS-IoTFleetWise" \
aws iot create-command --command-id actuator7-command --namespace "AWS-IoT-FleetWise" \
--region us-east-1 \
--role-arn ${SERVICE_ROLE_ARN} \
--mandatory-parameters '[{
Expand Down
4 changes: 2 additions & 2 deletions docs/dev-guide/edge-agent-dev-guide-last-known-state.md
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ the LKS data topic to receive the collected data for the given state template.
--region us-east-1 \
--role-arn ${SERVICE_ROLE_ARN} \
--command-id fwdemo-lks-command \
--namespace "AWS-IoTFleetWise" \
--namespace "AWS-IoT-FleetWise" \
--mandatory-parameters '[
{"name":"$stateTemplate.name"},
{"name":"$stateTemplate.operation"}
Expand Down Expand Up @@ -319,7 +319,7 @@ the LKS data topic to receive the collected data for the given state template.
--region us-east-1 \
--role-arn ${SERVICE_ROLE_ARN} \
--command-id fwdemo-lks-command-activate \
--namespace "AWS-IoTFleetWise" \
--namespace "AWS-IoT-FleetWise" \
--mandatory-parameters '[
{"name":"$stateTemplate.name"},
{"name":"$stateTemplate.operation"},
Expand Down
4 changes: 2 additions & 2 deletions docs/dev-guide/edge-agent-dev-guide-someip.md
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ feature.
mapped via the decoder manifest to the 'actuator' node `Vehicle.actuator1` in the signal catalog.

```bash
aws iot create-command --command-id actuator1-command --namespace "AWS-IoTFleetWise" \
aws iot create-command --command-id actuator1-command --namespace "AWS-IoT-FleetWise" \
--region us-east-1 \
--role-arn ${SERVICE_ROLE_ARN} \
--mandatory-parameters '[{
Expand Down Expand Up @@ -376,7 +376,7 @@ API.
1. Run the following to create the long-running command:

```bash
aws iot create-command --command-id actuator20-command --namespace "AWS-IoTFleetWise" \
aws iot create-command --command-id actuator20-command --namespace "AWS-IoT-FleetWise" \
--region us-east-1 \
--role-arn ${SERVICE_ROLE_ARN} \
--mandatory-parameters '[{
Expand Down
2 changes: 1 addition & 1 deletion tools/cloud/install-deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ python3 -m pip install \
boto3==1.18.60 \
protobuf==3.20.2 \
awsiotsdk==1.17.0 \
packaging==20.3
packaging==24.0

0 comments on commit 3e83fe2

Please sign in to comment.