AWS connect documentation change
Summary
Modified wording in 'data_lake_last_processed_timestamp' field descriptions to rephrase 'reliably determine' to 'determine reliably' across three sections. No functional changes.
Security assessment
The change is purely grammatical/phrasing adjustment with no security implications. The warning about not relying on the timestamp for data freshness remains unchanged in meaning.
Diff
diff --git a/connect/latest/adminguide/data-lake-botdata.md b/connect/latest/adminguide/data-lake-botdata.md index 26ab3c6fd..de0ad69be 100644 --- a//connect/latest/adminguide/data-lake-botdata.md +++ b//connect/latest/adminguide/data-lake-botdata.md @@ -69 +69 @@ bot_number_of_conversation_turns | Number | The number of turns that the session -data_lake_last_processed_timestamp | Timestamp | Timestamp which shows the last time the data lake processed the record. This can include transformation and backfill. This field cannot be used to reliably determine data freshness. +data_lake_last_processed_timestamp | Timestamp | Timestamp, which shows the last time the data lake processed the record. This can include transformation and backfill. This field cannot be used to determine reliably data freshness. @@ -108 +108 @@ bot_intent_outcome | String | The end state of the intent. Value of Success, Fai -data_lake_last_processed_timestamp | Timestamp | Timestamp which shows the last time the data lake processed the record. This can include transformation and backfill. This field cannot be used to reliably determine data freshness. +data_lake_last_processed_timestamp | Timestamp | Timestamp, which shows the last time the data lake processed the record. This can include transformation and backfill. This field cannot be used to determine reliably data freshness. @@ -150 +150 @@ bot_slot_retry_count | Number | The number of times the bot tried to elicit a re -data_lake_last_processed_timestamp | Timestamp | Timestamp which shows the last time the data lake processed the record. This can include transformation and backfill. This field cannot be used to reliably determine data freshness. +data_lake_last_processed_timestamp | Timestamp | Timestamp, which shows the last time the data lake processed the record. This can include transformation and backfill. This field cannot be used to determine reliably data freshness.