@aws-sdk/client-kendra 3.145.0 → 3.154.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -7,7 +7,7 @@ export interface DescribeDataSourceCommandInput extends DescribeDataSourceReques
7
7
  export interface DescribeDataSourceCommandOutput extends DescribeDataSourceResponse, __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p>Gets information about an Amazon Kendra data source.</p>
10
+ * <p>Gets information about an Amazon Kendra data source connector.</p>
11
11
  * @example
12
12
  * Use a bare-bones client and the command you need to make an API call.
13
13
  * ```javascript
@@ -7,8 +7,8 @@ export interface ListDataSourceSyncJobsCommandInput extends ListDataSourceSyncJo
7
7
  export interface ListDataSourceSyncJobsCommandOutput extends ListDataSourceSyncJobsResponse, __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p>Gets statistics about synchronizing Amazon Kendra with a data
11
- * source.</p>
10
+ * <p>Gets statistics about synchronizing a data
11
+ * source connector.</p>
12
12
  * @example
13
13
  * Use a bare-bones client and the command you need to make an API call.
14
14
  * ```javascript
@@ -7,7 +7,7 @@ export interface ListDataSourcesCommandInput extends ListDataSourcesRequest {
7
7
  export interface ListDataSourcesCommandOutput extends ListDataSourcesResponse, __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p>Lists the data sources that you have created.</p>
10
+ * <p>Lists the data source connectors that you have created.</p>
11
11
  * @example
12
12
  * Use a bare-bones client and the command you need to make an API call.
13
13
  * ```javascript
@@ -7,7 +7,7 @@ export interface StartDataSourceSyncJobCommandInput extends StartDataSourceSyncJ
7
7
  export interface StartDataSourceSyncJobCommandOutput extends StartDataSourceSyncJobResponse, __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p>Starts a synchronization job for a data source. If a synchronization
10
+ * <p>Starts a synchronization job for a data source connector. If a synchronization
11
11
  * job is already in progress, Amazon Kendra returns a
12
12
  * <code>ResourceInUseException</code> exception.</p>
13
13
  * @example
@@ -7,7 +7,7 @@ export interface UpdateDataSourceCommandInput extends UpdateDataSourceRequest {
7
7
  export interface UpdateDataSourceCommandOutput extends __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p>Updates an existing Amazon Kendra data source.</p>
10
+ * <p>Updates an existing Amazon Kendra data source connector.</p>
11
11
  * @example
12
12
  * Use a bare-bones client and the command you need to make an API call.
13
13
  * ```javascript