

Doc AWS SDK Examples GitHub リポジトリには、他にも SDK の例があります。 [AWS](https://github.com/awsdocs/aws-doc-sdk-examples)

翻訳は機械翻訳により提供されています。提供された翻訳内容と英語版の間で齟齬、不一致または矛盾がある場合、英語版が優先します。

# SDK を使用した OpenSearch Service のコード例 AWS SDKs
<a name="opensearch_code_examples"></a>

次のコード例は、 AWS Software Development Kit (SDK) で Amazon OpenSearch Service を使用する方法を示しています。

*基本* は、重要なオペレーションをサービス内で実行する方法を示すコード例です。

*アクション*はより大きなプログラムからのコードの抜粋であり、コンテキスト内で実行する必要があります。アクションは個々のサービス機能を呼び出す方法を示していますが、コンテキスト内のアクションは、関連するシナリオで確認できます。

*シナリオ*は、1 つのサービス内から、または他の AWS のサービスと組み合わせて複数の関数を呼び出し、特定のタスクを実行する方法を示すコード例です。

**その他のリソース**
+  **[ OpenSearch Service ユーザーガイド](https://docs.aws.amazon.com/opensearch-service/latest/developerguide/gsg.html)** — OpenSearch Service に関する詳細情報。
+ **[OpenSearch Service API リファレンス](https://docs.aws.amazon.com/opensearch-service/latest/APIReference/Welcome.html)** — 使用可能なすべての OpenSearch Service アクションに関する詳細情報。
+ **[AWS デベロッパーセンター](https://aws.amazon.com/developer/code-examples/?awsf.sdk-code-examples-product=product%23opensearch-service)** – カテゴリまたは全文検索でフィルタリングできるコード例。
+ **[AWS SDK の例](https://github.com/awsdocs/aws-doc-sdk-examples)** – 完全なコードを優先言語で含む GitHub リポジトリ。コードの設定と実行に関する説明が記載されています。

**Contents**
+ [基本](opensearch_code_examples_basics.md)
  + [Hello OpenSearch Service](opensearch_example_opensearch_Hello_section.md)
  + [OpenSearch Service のコアオペレーションについて](opensearch_example_opensearch_Scenario_section.md)
  + [アクション](opensearch_code_examples_actions.md)
    + [`AddTags`](opensearch_example_opensearch_AddTags_section.md)
    + [`ChangeProgress`](opensearch_example_opensearch_ChangeProgress_section.md)
    + [`CreateDomain`](opensearch_example_opensearch_CreateDomain_section.md)
    + [`DeleteDomain`](opensearch_example_opensearch_DeleteDomain_section.md)
    + [`DescribeDomain`](opensearch_example_opensearch_DescribeDomain_section.md)
    + [`ListDomainNames`](opensearch_example_opensearch_ListDomainNames_section.md)
    + [`ListTags`](opensearch_example_opensearch_ListTags_section.md)
    + [`UpdateDomainConfig`](opensearch_example_opensearch_UpdateDomainConfig_section.md)
+ [シナリオ](opensearch_code_examples_scenarios.md)
  + [Amazon OpenSearch Service の開始方法](opensearch_example_opensearch_GettingStarted_016_section.md)