aws-kendra: add page (#13315)

* aws-kendra: add page

* aws-kendra: fix

* aws-kendra: err fix
pull/28/head
debghs 2024-07-29 21:49:43 +05:30 committed by GitHub
parent 12a5849781
commit 05e8778fa0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 28 additions and 0 deletions

View File

@ -0,0 +1,28 @@
# aws kendra
> CLI for AWS Kendra.
> More information: <https://docs.aws.amazon.com/cli/latest/reference/kendra/index.html>.
- Create an index:
`aws kendra create-index --name {{name}} --role-arn {{role-arn}}`
- List indexes:
`aws kendra list-indexes`
- Describe an index:
`aws kendra describe-index --id {{index-id}}`
- List data sources:
`aws kendra list-data-sources`
- Describe a data source:
`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}}`