From b557e77c68d8d53e50be84fb08c4f3449b456f3e Mon Sep 17 00:00:00 2001 From: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> Date: Tue, 30 Jul 2024 17:11:30 +0200 Subject: [PATCH] aws-kendra: update link and conform to the style guide (#13320) --- pages/common/aws-kendra.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pages/common/aws-kendra.md b/pages/common/aws-kendra.md index ec39ec0bcd..d43b4496aa 100644 --- a/pages/common/aws-kendra.md +++ b/pages/common/aws-kendra.md @@ -1,11 +1,11 @@ # aws kendra > CLI for AWS Kendra. -> More information: . +> More information: . - Create an index: -`aws kendra create-index --name {{name}} --role-arn {{role-arn}}` +`aws kendra create-index --name {{name}} --role-arn {{role_arn}}` - List indexes: @@ -13,7 +13,7 @@ - Describe an index: -`aws kendra describe-index --id {{index-id}}` +`aws kendra describe-index --id {{index_id}}` - List data sources: @@ -21,8 +21,8 @@ - Describe a data source: -`aws kendra describe-data-source --id {{data-source-id}}` +`aws kendra describe-data-source --id {{data_source_id}}` - List search queries: -`aws kendra list-query-suggestions --index-id {{index-id}} --query-text {{query-text}}` +`aws kendra list-query-suggestions --index-id {{index_id}} --query-text {{query_text}}`