Skip to content

Commit 66a1950

Browse files
author
awstools
committed
feat(client-kendra): This release adds support for a new authentication type - Personal Access Token (PAT) for confluence server.
1 parent 62657b1 commit 66a1950

File tree

12 files changed

+194
-137
lines changed

12 files changed

+194
-137
lines changed

clients/client-kendra/src/Kendra.ts

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -558,7 +558,7 @@ export class Kendra extends KendraClient {
558558
}
559559

560560
/**
561-
* <p>Creates a data source that you want to use with an Amazon Kendra index. </p>
561+
* <p>Creates a data source connector that you want to use with an Amazon Kendra index.</p>
562562
* <p>You specify a name, data source connector type and description for
563563
* your data source. You also specify configuration information for the
564564
* data source connector.</p>
@@ -822,7 +822,7 @@ export class Kendra extends KendraClient {
822822
}
823823

824824
/**
825-
* <p>Deletes an Amazon Kendra data source. An exception is not thrown if the
825+
* <p>Deletes an Amazon Kendra data source connector. An exception is not thrown if the
826826
* data source is already being deleted. While the data source is being
827827
* deleted, the <code>Status</code> field returned by a call to the
828828
* <code>DescribeDataSource</code> API is set to
@@ -1100,7 +1100,7 @@ export class Kendra extends KendraClient {
11001100
}
11011101

11021102
/**
1103-
* <p>Gets information about an Amazon Kendra data source.</p>
1103+
* <p>Gets information about an Amazon Kendra data source connector.</p>
11041104
*/
11051105
public describeDataSource(
11061106
args: DescribeDataSourceCommandInput,
@@ -1545,7 +1545,7 @@ export class Kendra extends KendraClient {
15451545
}
15461546

15471547
/**
1548-
* <p>Lists the data sources that you have created.</p>
1548+
* <p>Lists the data source connectors that you have created.</p>
15491549
*/
15501550
public listDataSources(
15511551
args: ListDataSourcesCommandInput,
@@ -1577,8 +1577,8 @@ export class Kendra extends KendraClient {
15771577
}
15781578

15791579
/**
1580-
* <p>Gets statistics about synchronizing Amazon Kendra with a data
1581-
* source.</p>
1580+
* <p>Gets statistics about synchronizing a data
1581+
* source connector.</p>
15821582
*/
15831583
public listDataSourceSyncJobs(
15841584
args: ListDataSourceSyncJobsCommandInput,
@@ -1999,7 +1999,7 @@ export class Kendra extends KendraClient {
19991999
}
20002000

20012001
/**
2002-
* <p>Starts a synchronization job for a data source. If a synchronization
2002+
* <p>Starts a synchronization job for a data source connector. If a synchronization
20032003
* job is already in progress, Amazon Kendra returns a
20042004
* <code>ResourceInUseException</code> exception.</p>
20052005
*/
@@ -2213,7 +2213,7 @@ export class Kendra extends KendraClient {
22132213
}
22142214

22152215
/**
2216-
* <p>Updates an existing Amazon Kendra data source.</p>
2216+
* <p>Updates an existing Amazon Kendra data source connector.</p>
22172217
*/
22182218
public updateDataSource(
22192219
args: UpdateDataSourceCommandInput,

clients/client-kendra/src/commands/CreateDataSourceCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export interface CreateDataSourceCommandInput extends CreateDataSourceRequest {}
2828
export interface CreateDataSourceCommandOutput extends CreateDataSourceResponse, __MetadataBearer {}
2929

3030
/**
31-
* <p>Creates a data source that you want to use with an Amazon Kendra index. </p>
31+
* <p>Creates a data source connector that you want to use with an Amazon Kendra index.</p>
3232
* <p>You specify a name, data source connector type and description for
3333
* your data source. You also specify configuration information for the
3434
* data source connector.</p>

clients/client-kendra/src/commands/DeleteDataSourceCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export interface DeleteDataSourceCommandInput extends DeleteDataSourceRequest {}
2323
export interface DeleteDataSourceCommandOutput extends __MetadataBearer {}
2424

2525
/**
26-
* <p>Deletes an Amazon Kendra data source. An exception is not thrown if the
26+
* <p>Deletes an Amazon Kendra data source connector. An exception is not thrown if the
2727
* data source is already being deleted. While the data source is being
2828
* deleted, the <code>Status</code> field returned by a call to the
2929
* <code>DescribeDataSource</code> API is set to

clients/client-kendra/src/commands/DescribeDataSourceCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export interface DescribeDataSourceCommandInput extends DescribeDataSourceReques
2828
export interface DescribeDataSourceCommandOutput extends DescribeDataSourceResponse, __MetadataBearer {}
2929

3030
/**
31-
* <p>Gets information about an Amazon Kendra data source.</p>
31+
* <p>Gets information about an Amazon Kendra data source connector.</p>
3232
* @example
3333
* Use a bare-bones client and the command you need to make an API call.
3434
* ```javascript

clients/client-kendra/src/commands/ListDataSourceSyncJobsCommand.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ export interface ListDataSourceSyncJobsCommandInput extends ListDataSourceSyncJo
2828
export interface ListDataSourceSyncJobsCommandOutput extends ListDataSourceSyncJobsResponse, __MetadataBearer {}
2929

3030
/**
31-
* <p>Gets statistics about synchronizing Amazon Kendra with a data
32-
* source.</p>
31+
* <p>Gets statistics about synchronizing a data
32+
* source connector.</p>
3333
* @example
3434
* Use a bare-bones client and the command you need to make an API call.
3535
* ```javascript

clients/client-kendra/src/commands/ListDataSourcesCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export interface ListDataSourcesCommandInput extends ListDataSourcesRequest {}
2828
export interface ListDataSourcesCommandOutput extends ListDataSourcesResponse, __MetadataBearer {}
2929

3030
/**
31-
* <p>Lists the data sources that you have created.</p>
31+
* <p>Lists the data source connectors that you have created.</p>
3232
* @example
3333
* Use a bare-bones client and the command you need to make an API call.
3434
* ```javascript

clients/client-kendra/src/commands/StartDataSourceSyncJobCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export interface StartDataSourceSyncJobCommandInput extends StartDataSourceSyncJ
2828
export interface StartDataSourceSyncJobCommandOutput extends StartDataSourceSyncJobResponse, __MetadataBearer {}
2929

3030
/**
31-
* <p>Starts a synchronization job for a data source. If a synchronization
31+
* <p>Starts a synchronization job for a data source connector. If a synchronization
3232
* job is already in progress, Amazon Kendra returns a
3333
* <code>ResourceInUseException</code> exception.</p>
3434
* @example

clients/client-kendra/src/commands/UpdateDataSourceCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export interface UpdateDataSourceCommandInput extends UpdateDataSourceRequest {}
2323
export interface UpdateDataSourceCommandOutput extends __MetadataBearer {}
2424

2525
/**
26-
* <p>Updates an existing Amazon Kendra data source.</p>
26+
* <p>Updates an existing Amazon Kendra data source connector.</p>
2727
* @example
2828
* Use a bare-bones client and the command you need to make an API call.
2929
* ```javascript

0 commit comments

Comments
 (0)