aws-kendra: update link and conform to the style guide (#13320)

pull/28/head
Sebastiaan Speck 2024-07-30 17:11:30 +02:00 committed by GitHub
parent 91f8eb5ada
commit b557e77c68
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 5 deletions

View File

@ -1,11 +1,11 @@
# aws kendra
> CLI for AWS Kendra.
> More information: <https://docs.aws.amazon.com/cli/latest/reference/kendra/index.html>.
> More information: <https://awscli.amazonaws.com/v2/documentation/api/latest/reference/kendra/index.html>.
- 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}}`