You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/client-kendra/src/Kendra.ts
+26-29Lines changed: 26 additions & 29 deletions
Original file line number
Diff line number
Diff line change
@@ -268,7 +268,7 @@ import { KendraClient } from "./KendraClient";
268
268
*/
269
269
exportclassKendraextendsKendraClient{
270
270
/**
271
-
* <p>Grants users or groups in your Amazon Web Services SSO identity source access
271
+
* <p>Grants users or groups in your IAM Identity Center identity source access
272
272
* to your Amazon Kendra experience. You can create an Amazon Kendra experience such as a
273
273
* search application. For more information on creating a search application
274
274
* experience, see <a href="https://docs.aws.amazon.com/kendra/latest/dg/deploying-search-experience-no-code.html">Building
@@ -304,7 +304,7 @@ export class Kendra extends KendraClient {
304
304
}
305
305
306
306
/**
307
-
* <p>Defines the specific permissions of users or groups in your Amazon Web Services SSO
307
+
* <p>Defines the specific permissions of users or groups in your IAM Identity Center
308
308
* identity source with access to your Amazon Kendra experience. You can create an Amazon Kendra
309
309
* experience such as a search application. For more information on creating a
310
310
* search application experience, see <a href="https://docs.aws.amazon.com/kendra/latest/dg/deploying-search-experience-no-code.html">Building
@@ -558,20 +558,19 @@ export class Kendra extends KendraClient {
558
558
}
559
559
560
560
/**
561
-
* <p>Creates a data source connector that you want to use with an Amazon Kendra index.</p>
562
-
* <p>You specify a name, data source connector type and description for
563
-
* your data source. You also specify configuration information for the
564
-
* data source connector.</p>
561
+
* <p>Creates a data source connector that you want to use with an Amazon Kendra
562
+
* index.</p>
563
+
* <p>You specify a name, data source connector type and description for your data source. You
564
+
* also specify configuration information for the data source connector.</p>
565
565
* <p>
566
-
* <code>CreateDataSource</code> is a synchronous operation. The
567
-
* operation returns 200 if the data source was successfully created.
568
-
* Otherwise, an exception is raised.</p>
569
-
* <p>Amazon S3 and <a href="https://docs.aws.amazon.com/kendra/latest/dg/data-source-custom.html">custom</a> data sources are
570
-
* the only supported data sources in the Amazon Web Services GovCloud (US-West) region.</p>
571
-
* <p>For an example of creating an index and data source using the Python SDK,
572
-
* see <a href="https://docs.aws.amazon.com/kendra/latest/dg/gs-python.html">Getting
573
-
* started with Python SDK</a>. For an example of creating an index and data
574
-
* source using the Java SDK, see <a href="https://docs.aws.amazon.com/kendra/latest/dg/gs-java.html">Getting started with Java SDK</a>.</p>
566
+
* <code>CreateDataSource</code> is a synchronous operation. The operation returns 200 if the
567
+
* data source was successfully created. Otherwise, an exception is raised.</p>
568
+
* <p>Amazon S3 and <a href="https://docs.aws.amazon.com/kendra/latest/dg/data-source-custom.html">custom</a> data sources are the only
569
+
* supported data sources in the Amazon Web Services GovCloud (US-West) region.</p>
570
+
* <p>For an example of creating an index and data source using the Python SDK, see <a href="https://docs.aws.amazon.com/kendra/latest/dg/gs-python.html">Getting started with Python
571
+
* SDK</a>. For an example of creating an index and data source using the Java SDK, see
572
+
* <a href="https://docs.aws.amazon.com/kendra/latest/dg/gs-java.html">Getting started with Java
573
+
* SDK</a>.</p>
575
574
*/
576
575
publiccreateDataSource(
577
576
args: CreateDataSourceCommandInput,
@@ -823,10 +822,9 @@ export class Kendra extends KendraClient {
823
822
824
823
/**
825
824
* <p>Deletes an Amazon Kendra data source connector. An exception is not thrown if the
826
-
* data source is already being deleted. While the data source is being
827
-
* deleted, the <code>Status</code> field returned by a call to the
828
-
* <code>DescribeDataSource</code> API is set to
829
-
* <code>DELETING</code>. For more information, see <a href="https://docs.aws.amazon.com/kendra/latest/dg/delete-data-source.html">Deleting Data Sources</a>.</p>
825
+
* data source is already being deleted. While the data source is being deleted, the
826
+
* <code>Status</code> field returned by a call to the <code>DescribeDataSource</code> API is
827
+
* set to <code>DELETING</code>. For more information, see <a href="https://docs.aws.amazon.com/kendra/latest/dg/delete-data-source.html">Deleting Data Sources</a>.</p>
830
828
*/
831
829
publicdeleteDataSource(
832
830
args: DeleteDataSourceCommandInput,
@@ -1372,7 +1370,7 @@ export class Kendra extends KendraClient {
1372
1370
}
1373
1371
1374
1372
/**
1375
-
* <p>Prevents users or groups in your Amazon Web Services SSO identity source
1373
+
* <p>Prevents users or groups in your IAM Identity Center identity source
1376
1374
* from accessing your Amazon Kendra experience. You can create an Amazon Kendra experience
1377
1375
* such as a search application. For more information on creating a search
1378
1376
* application experience, see <a href="https://docs.aws.amazon.com/kendra/latest/dg/deploying-search-experience-no-code.html">Building
@@ -1408,7 +1406,7 @@ export class Kendra extends KendraClient {
1408
1406
}
1409
1407
1410
1408
/**
1411
-
* <p>Removes the specific permissions of users or groups in your Amazon Web Services SSO
1409
+
* <p>Removes the specific permissions of users or groups in your IAM Identity Center
1412
1410
* identity source with access to your Amazon Kendra experience. You can create an Amazon Kendra
1413
1411
* experience such as a search application. For more information on creating a
1414
1412
* search application experience, see <a href="https://docs.aws.amazon.com/kendra/latest/dg/deploying-search-experience-no-code.html">Building a
@@ -1577,8 +1575,7 @@ export class Kendra extends KendraClient {
1577
1575
}
1578
1576
1579
1577
/**
1580
-
* <p>Gets statistics about synchronizing a data
1581
-
* source connector.</p>
1578
+
* <p>Gets statistics about synchronizing a data source connector.</p>
1582
1579
*/
1583
1580
publiclistDataSourceSyncJobs(
1584
1581
args: ListDataSourceSyncJobsCommandInput,
@@ -1643,7 +1640,7 @@ export class Kendra extends KendraClient {
1643
1640
}
1644
1641
1645
1642
/**
1646
-
* <p>Lists users or groups in your Amazon Web Services SSO identity source that are
1643
+
* <p>Lists users or groups in your IAM Identity Center identity source that are
1647
1644
* granted access to your Amazon Kendra experience. You can create an Amazon Kendra experience
1648
1645
* such as a search application. For more information on creating a search
1649
1646
* application experience, see <a href="https://docs.aws.amazon.com/kendra/latest/dg/deploying-search-experience-no-code.html">Building
@@ -1999,9 +1996,9 @@ export class Kendra extends KendraClient {
1999
1996
}
2000
1997
2001
1998
/**
2002
-
* <p>Starts a synchronization job for a data source connector. If a synchronization
2003
-
* job is already in progress, Amazon Kendra returns a
* <p>Creates a data source connector that you want to use with an Amazon Kendra index.</p>
32
-
* <p>You specify a name, data source connector type and description for
33
-
* your data source. You also specify configuration information for the
34
-
* data source connector.</p>
31
+
* <p>Creates a data source connector that you want to use with an Amazon Kendra
32
+
* index.</p>
33
+
* <p>You specify a name, data source connector type and description for your data source. You
34
+
* also specify configuration information for the data source connector.</p>
35
35
* <p>
36
-
* <code>CreateDataSource</code> is a synchronous operation. The
37
-
* operation returns 200 if the data source was successfully created.
38
-
* Otherwise, an exception is raised.</p>
39
-
* <p>Amazon S3 and <a href="https://docs.aws.amazon.com/kendra/latest/dg/data-source-custom.html">custom</a> data sources are
40
-
* the only supported data sources in the Amazon Web Services GovCloud (US-West) region.</p>
41
-
* <p>For an example of creating an index and data source using the Python SDK,
42
-
* see <a href="https://docs.aws.amazon.com/kendra/latest/dg/gs-python.html">Getting
43
-
* started with Python SDK</a>. For an example of creating an index and data
44
-
* source using the Java SDK, see <a href="https://docs.aws.amazon.com/kendra/latest/dg/gs-java.html">Getting started with Java SDK</a>.</p>
36
+
* <code>CreateDataSource</code> is a synchronous operation. The operation returns 200 if the
37
+
* data source was successfully created. Otherwise, an exception is raised.</p>
38
+
* <p>Amazon S3 and <a href="https://docs.aws.amazon.com/kendra/latest/dg/data-source-custom.html">custom</a> data sources are the only
39
+
* supported data sources in the Amazon Web Services GovCloud (US-West) region.</p>
40
+
* <p>For an example of creating an index and data source using the Python SDK, see <a href="https://docs.aws.amazon.com/kendra/latest/dg/gs-python.html">Getting started with Python
41
+
* SDK</a>. For an example of creating an index and data source using the Java SDK, see
42
+
* <a href="https://docs.aws.amazon.com/kendra/latest/dg/gs-java.html">Getting started with Java
43
+
* SDK</a>.</p>
45
44
* @example
46
45
* Use a bare-bones client and the command you need to make an API call.
* <p>Deletes an Amazon Kendra data source connector. An exception is not thrown if the
27
-
* data source is already being deleted. While the data source is being
28
-
* deleted, the <code>Status</code> field returned by a call to the
29
-
* <code>DescribeDataSource</code> API is set to
30
-
* <code>DELETING</code>. For more information, see <a href="https://docs.aws.amazon.com/kendra/latest/dg/delete-data-source.html">Deleting Data Sources</a>.</p>
27
+
* data source is already being deleted. While the data source is being deleted, the
28
+
* <code>Status</code> field returned by a call to the <code>DescribeDataSource</code> API is
29
+
* set to <code>DELETING</code>. For more information, see <a href="https://docs.aws.amazon.com/kendra/latest/dg/delete-data-source.html">Deleting Data Sources</a>.</p>
31
30
* @example
32
31
* Use a bare-bones client and the command you need to make an API call.
0 commit comments