AWS iot-mi documentation change
Summary
Capitalized 'Managed Integrations' consistently and improved sentence structure.
Security assessment
Changes are purely terminological (capitalization) without modifying security aspects. The operation's security requirements for token handling remain unchanged.
Diff
diff --git a/iot-mi/latest/devguide/activate-user-op.md b/iot-mi/latest/devguide/activate-user-op.md index 9057e1ab0..b868b9907 100644 --- a//iot-mi/latest/devguide/activate-user-op.md +++ b//iot-mi/latest/devguide/activate-user-op.md @@ -9 +9 @@ -The `AWS.ActivateUser` operation is required for Managed integrations for AWS IoT Device Management to retrieve a user identifier from an end user. For OAuth 2.0, Managed integrations for AWS IoT Device Management will pass the OAuth token within the request header. For General Authorization, Managed integrations for AWS IoT Device Management will pass the AWS Secrets Manager reference. Your connector must include the globally unique user identifier in the response payload. +The `AWS.ActivateUser` operation is required for Managed Integrations for AWS IoT Device Management to retrieve a user identifier from an end user. For OAuth 2.0, Managed Integrations for AWS IoT Device Management will pass the OAuth token within the request header. For General Authorization, Managed Integrations for AWS IoT Device Management will pass the AWS Secrets Manager reference. Your connector must include the globally unique user identifier in the response payload. @@ -15 +15 @@ The following list outlines the requirements for your connector to facilitate a - * Your C2C connector Lambda can process an `AWS.ActivateUser` operation request message from Managed integrations for AWS IoT Device Management. + * Your C2C connector Lambda can process an `AWS.ActivateUser` operation request message from Managed Integrations for AWS IoT Device Management. @@ -26 +26 @@ The following list outlines the requirements for your connector to facilitate a -Managed integrations for AWS IoT Device Management invokes your C2C connector Lambda with one of the following payloads, depending on the authorization type: +Managed Integrations for AWS IoT Device Management invokes your C2C connector Lambda with one of the following payloads, depending on the authorization type: