@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.
- package/CHANGELOG.md +30 -0
- package/dist-cjs/models/models_0.js +18 -16
- package/dist-cjs/models/models_1.js +9 -1
- package/dist-cjs/protocols/Aws_json1_1.js +45 -0
- package/dist-es/models/models_0.js +8 -3
- package/dist-es/models/models_1.js +2 -0
- package/dist-es/protocols/Aws_json1_1.js +45 -8
- package/dist-types/Kendra.d.ts +8 -8
- package/dist-types/commands/CreateDataSourceCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDataSourceCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDataSourceCommand.d.ts +1 -1
- package/dist-types/commands/ListDataSourceSyncJobsCommand.d.ts +2 -2
- package/dist-types/commands/ListDataSourcesCommand.d.ts +1 -1
- package/dist-types/commands/StartDataSourceSyncJobCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDataSourceCommand.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +184 -188
- package/dist-types/models/models_1.d.ts +117 -1
- package/dist-types/ts3.4/models/models_0.d.ts +35 -43
- package/dist-types/ts3.4/models/models_1.d.ts +37 -1
- package/package.json +4 -4
|
@@ -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
|
|
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
|
|
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
|