Skip to content

Commit

Permalink
Update USER_GUIDE to use exact AWS brand names (opensearch-project#352)
Browse files Browse the repository at this point in the history
Minor update to use exact brand names. "OpenSearch" is rather overloaded
to I find it less confusing to be precise in the naming.

Signed-off-by: Andrew Ross <andrross@amazon.com>

Signed-off-by: Andrew Ross <andrross@amazon.com>
  • Loading branch information
andrross authored Jan 26, 2023
1 parent 013d8d7 commit e050cb0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions USER_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
- [Delete the document](#delete-the-document)
- [Delete the index](#delete-the-index)
- [Using different transport options](#using-different-transport-options)
- [Amazon Managed OpenSearch](#amazon-managed-opensearch)
- [Amazon OpenSearch Service](#amazon-opensearch-service)

## Sample data

Expand Down Expand Up @@ -175,9 +175,9 @@ DeleteIndexResponse deleteIndexResponse = client.indices().delete(deleteIndexReq

# Using different transport options

## Amazon Managed OpenSearch
## Amazon OpenSearch Service

Use `AwsSdk2Transport` to make requests to Amazon Managed OpenSearch and OpenSearch Serverless.
Requests to [OpenSearch Service and OpenSearch Serverless](https://docs.aws.amazon.com/opensearch-service/index.html) must be signed using the AWS signing protocol. Use `AwsSdk2Transport` to send signed requests.

```java
SdkHttpClient httpClient = ApacheHttpClient.builder().build();
Expand Down

0 comments on commit e050cb0

Please sign in to comment.