AWS iot-mi documentation change
Summary
Capitalized 'Managed Integrations' throughout and updated permissions reference link
Security assessment
Terminology standardization ('managed integrations' to 'Managed Integrations') and corrected link text capitalization. No changes to security-critical content about required permissions or event handling.
Diff
diff --git a/iot-mi/latest/devguide/concepts-building-connector.md b/iot-mi/latest/devguide/concepts-building-connector.md index 78ac21ef2..7a38502d5 100644 --- a//iot-mi/latest/devguide/concepts-building-connector.md +++ b//iot-mi/latest/devguide/concepts-building-connector.md @@ -42 +42 @@ Before you create a C2C (Cloud-to-Cloud) connector, you need the following: - * Determine which authorization type your connector will support. Managed integrations supports OAuth 2.0 authorization and General Authorization. + * Determine which authorization type your connector will support. Managed Integrations supports OAuth 2.0 authorization and General Authorization. @@ -105 +105 @@ These permissions are needed to retrieve credentials from customer AWS Secrets M -For more information about `iotmanagedintegrations:` permissions and actions, see [Actions defined by AWS Managed integrations](https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiotmanagedintegrations.html#awsiotmanagedintegrations-actions-as-permissions). +For more information about `iotmanagedintegrations:` permissions and actions, see [Actions defined by AWS Managed Integrations](https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiotmanagedintegrations.html#awsiotmanagedintegrations-actions-as-permissions). @@ -154 +154 @@ The connector must implement the following four operations: -When your C2C connector receives third-party events related to device command responses or device discovery, it must forward them to managed integrations with the `SendConnectorEvent` API. For more information on these events and the `SendConnectorEvent` API, see [SendConnectorEvent](https://amazonaws.com/iot-mi/latest/APIReference/API_SendConnectorEvent.html). +When your C2C connector receives third-party events related to device command responses or device discovery, it must forward them to Managed Integrations with the `SendConnectorEvent` API. For more information on these events and the `SendConnectorEvent` API, see [SendConnectorEvent](https://amazonaws.com/iot-mi/latest/APIReference/API_SendConnectorEvent.html).