AWS iot-fleetwise documentation change
Summary
Updated terminology from 'remote command' to 'command' in CLI documentation
Security assessment
Changes reflect a naming convention shift (removing 'remote') but do not affect security controls, permissions, or vulnerability mitigation. Documentation links and parameter guidance remain functionally equivalent.
Diff
diff --git a/iot-fleetwise/latest/developerguide/create-manage-remote-command-cli.md b/iot-fleetwise/latest/developerguide/create-manage-remote-command-cli.md index 36d2f5381..139a37d39 100644 --- a//iot-fleetwise/latest/developerguide/create-manage-remote-command-cli.md +++ b//iot-fleetwise/latest/developerguide/create-manage-remote-command-cli.md @@ -49 +49 @@ When you create a command in AWS IoT FleetWise: - * You must specify the `roleArn` that grants permission to create and run commands on your vehicle. For more information and about sample policies including when KMS keys are enabled, see [Grant AWS IoT Device Management permission to generate the payload for remote commands with AWS IoT FleetWise](./controlling-access.html#generate-command-payload). + * You must specify the `roleArn` that grants permission to create and run commands on your vehicle. For more information and about sample policies including when KMS keys are enabled, see [Grant AWS IoT Device Management permission to generate the payload for commands with AWS IoT FleetWise](./controlling-access.html#generate-command-payload). @@ -53 +53 @@ When you create a command in AWS IoT FleetWise: - * You can skip the `mandatory-parameters` field and specify them at run time instead. Alternatively, you can create a command with parameters, and optionally specify default values for them. If you specified default values, then at run time, you can use these values or override them by specifying your own values. For these additional examples, see [Remote command usage scenarios](./remote-command-use-cases.html). + * You can skip the `mandatory-parameters` field and specify them at run time instead. Alternatively, you can create a command with parameters, and optionally specify default values for them. If you specified default values, then at run time, you can use these values or override them by specifying your own values. For these additional examples, see [Command usage scenarios](./remote-command-use-cases.html). @@ -62 +62 @@ When you create a command in AWS IoT FleetWise: -The following example shows how to create a remote command with a parameter. +The following example shows how to create a command with a parameter.