cdk-docker-image-deployment 0.0.87 → 0.0.88
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/.jsii +3 -3
- package/lib/destination.js +1 -1
- package/lib/docker-image-deployment.js +1 -1
- package/lib/source.js +1 -1
- package/node_modules/aws-sdk/CHANGELOG.md +23 -1
- package/node_modules/aws-sdk/README.md +29 -1
- package/node_modules/aws-sdk/apis/backup-2018-11-15.min.json +441 -110
- package/node_modules/aws-sdk/apis/backup-2018-11-15.paginators.json +12 -0
- package/node_modules/aws-sdk/apis/drs-2020-02-26.min.json +124 -45
- package/node_modules/aws-sdk/apis/ecs-2014-11-13.min.json +331 -215
- package/node_modules/aws-sdk/apis/ecs-2014-11-13.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/iot-2015-05-28.min.json +252 -214
- package/node_modules/aws-sdk/apis/iot-data-2015-05-28.min.json +26 -0
- package/node_modules/aws-sdk/apis/iotwireless-2020-11-22.min.json +686 -105
- package/node_modules/aws-sdk/apis/kendra-2019-02-03.min.json +43 -8
- package/node_modules/aws-sdk/apis/logs-2014-03-28.min.json +97 -16
- package/node_modules/aws-sdk/apis/metadata.json +3 -0
- package/node_modules/aws-sdk/apis/mgn-2020-02-26.min.json +931 -118
- package/node_modules/aws-sdk/apis/mgn-2020-02-26.paginators.json +24 -0
- package/node_modules/aws-sdk/apis/monitoring-2010-08-01.min.json +23 -14
- package/node_modules/aws-sdk/apis/monitoring-2010-08-01.paginators.json +4 -1
- package/node_modules/aws-sdk/apis/oam-2022-06-10.examples.json +5 -0
- package/node_modules/aws-sdk/apis/oam-2022-06-10.min.json +482 -0
- package/node_modules/aws-sdk/apis/oam-2022-06-10.paginators.json +22 -0
- package/node_modules/aws-sdk/apis/organizations-2016-11-28.min.json +62 -16
- package/node_modules/aws-sdk/apis/rds-2014-10-31.min.json +379 -236
- package/node_modules/aws-sdk/apis/rds-2014-10-31.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/textract-2018-06-27.min.json +310 -62
- package/node_modules/aws-sdk/apis/transcribe-2017-10-26.min.json +98 -95
- package/node_modules/aws-sdk/clients/all.d.ts +1 -0
- package/node_modules/aws-sdk/clients/all.js +2 -1
- package/node_modules/aws-sdk/clients/backup.d.ts +405 -15
- package/node_modules/aws-sdk/clients/cloudwatch.d.ts +30 -16
- package/node_modules/aws-sdk/clients/cloudwatchlogs.d.ts +196 -65
- package/node_modules/aws-sdk/clients/drs.d.ts +104 -5
- package/node_modules/aws-sdk/clients/ecs.d.ts +159 -17
- package/node_modules/aws-sdk/clients/efs.d.ts +5 -5
- package/node_modules/aws-sdk/clients/iot.d.ts +76 -4
- package/node_modules/aws-sdk/clients/iotdata.d.ts +31 -1
- package/node_modules/aws-sdk/clients/iotwireless.d.ts +599 -14
- package/node_modules/aws-sdk/clients/kendra.d.ts +84 -39
- package/node_modules/aws-sdk/clients/mgn.d.ts +1046 -68
- package/node_modules/aws-sdk/clients/oam.d.ts +559 -0
- package/node_modules/aws-sdk/clients/oam.js +18 -0
- package/node_modules/aws-sdk/clients/organizations.d.ts +69 -8
- package/node_modules/aws-sdk/clients/rds.d.ts +199 -2
- package/node_modules/aws-sdk/clients/textract.d.ts +264 -0
- package/node_modules/aws-sdk/clients/transcribeservice.d.ts +210 -191
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +29 -10
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +91 -33
- package/node_modules/aws-sdk/dist/aws-sdk.js +1167 -707
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +59 -59
- package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +2 -0
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/lib/event_listeners.js +22 -5
- package/node_modules/aws-sdk/lib/region_config.js +3 -1
- package/node_modules/aws-sdk/lib/region_config_data.json +11 -1
- package/node_modules/aws-sdk/lib/signers/bearer.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +6 -5
|
@@ -752,7 +752,7 @@ declare namespace Kendra {
|
|
|
752
752
|
}
|
|
753
753
|
export interface BatchGetDocumentStatusResponseError {
|
|
754
754
|
/**
|
|
755
|
-
* The
|
|
755
|
+
* The identifier of the document whose status could not be retrieved.
|
|
756
756
|
*/
|
|
757
757
|
DocumentId?: DocumentId;
|
|
758
758
|
/**
|
|
@@ -791,7 +791,7 @@ declare namespace Kendra {
|
|
|
791
791
|
}
|
|
792
792
|
export interface BatchPutDocumentResponseFailedDocument {
|
|
793
793
|
/**
|
|
794
|
-
* The
|
|
794
|
+
* The identifier of the document.
|
|
795
795
|
*/
|
|
796
796
|
Id?: DocumentId;
|
|
797
797
|
/**
|
|
@@ -812,7 +812,7 @@ declare namespace Kendra {
|
|
|
812
812
|
*/
|
|
813
813
|
EnterpriseId: EnterpriseId;
|
|
814
814
|
/**
|
|
815
|
-
* The Amazon Resource Name (ARN) of an Secrets Manager secret that contains the key-value pairs required to connect to your Box platform. The secret must contain a JSON structure with the following keys: clientID—The identifier of the client OAuth 2.0 authentication application created in Box. clientSecret—A set of characters known only to the OAuth 2.0 authentication application created in Box. publicKeyId—The identifier of the public key contained within an identity certificate. privateKey—A set of characters that make up an encryption key. passphrase—A set of characters that act like a password. You create an application in Box to generate the keys or credentials required for the secret. For more information, see
|
|
815
|
+
* The Amazon Resource Name (ARN) of an Secrets Manager secret that contains the key-value pairs required to connect to your Box platform. The secret must contain a JSON structure with the following keys: clientID—The identifier of the client OAuth 2.0 authentication application created in Box. clientSecret—A set of characters known only to the OAuth 2.0 authentication application created in Box. publicKeyId—The identifier of the public key contained within an identity certificate. privateKey—A set of characters that make up an encryption key. passphrase—A set of characters that act like a password. You create an application in Box to generate the keys or credentials required for the secret. For more information, see Using a Box data source.
|
|
816
816
|
*/
|
|
817
817
|
SecretArn: SecretArn;
|
|
818
818
|
/**
|
|
@@ -880,7 +880,7 @@ declare namespace Kendra {
|
|
|
880
880
|
}
|
|
881
881
|
export interface ClickFeedback {
|
|
882
882
|
/**
|
|
883
|
-
* The
|
|
883
|
+
* The identifier of the search result that was clicked.
|
|
884
884
|
*/
|
|
885
885
|
ResultId: ResultId;
|
|
886
886
|
/**
|
|
@@ -892,7 +892,7 @@ declare namespace Kendra {
|
|
|
892
892
|
export type ClientTokenName = string;
|
|
893
893
|
export interface ColumnConfiguration {
|
|
894
894
|
/**
|
|
895
|
-
* The column that provides the document's
|
|
895
|
+
* The column that provides the document's identifier.
|
|
896
896
|
*/
|
|
897
897
|
DocumentIdColumnName: ColumnName;
|
|
898
898
|
/**
|
|
@@ -969,7 +969,7 @@ declare namespace Kendra {
|
|
|
969
969
|
*/
|
|
970
970
|
ServerUrl: Url;
|
|
971
971
|
/**
|
|
972
|
-
* The Amazon Resource Name (ARN) of an Secrets Manager secret that contains the user name and password required to connect to the Confluence instance. If you use Confluence Cloud, you use a generated API token as the password.
|
|
972
|
+
* The Amazon Resource Name (ARN) of an Secrets Manager secret that contains the user name and password required to connect to the Confluence instance. If you use Confluence Cloud, you use a generated API token as the password. You can also provide authentication credentials in the form of a personal access token. For more information, see Using a Confluence data source.
|
|
973
973
|
*/
|
|
974
974
|
SecretArn: SecretArn;
|
|
975
975
|
/**
|
|
@@ -1293,7 +1293,7 @@ declare namespace Kendra {
|
|
|
1293
1293
|
}
|
|
1294
1294
|
export interface CreateFaqResponse {
|
|
1295
1295
|
/**
|
|
1296
|
-
* The
|
|
1296
|
+
* The identifier of the FAQ.
|
|
1297
1297
|
*/
|
|
1298
1298
|
Id?: FaqId;
|
|
1299
1299
|
}
|
|
@@ -1341,7 +1341,7 @@ declare namespace Kendra {
|
|
|
1341
1341
|
}
|
|
1342
1342
|
export interface CreateIndexResponse {
|
|
1343
1343
|
/**
|
|
1344
|
-
* The
|
|
1344
|
+
* The identifier of the index. Use this identifier when you query an index, set up a data source, or index a document.
|
|
1345
1345
|
*/
|
|
1346
1346
|
Id?: IndexId;
|
|
1347
1347
|
}
|
|
@@ -1377,7 +1377,7 @@ declare namespace Kendra {
|
|
|
1377
1377
|
}
|
|
1378
1378
|
export interface CreateQuerySuggestionsBlockListResponse {
|
|
1379
1379
|
/**
|
|
1380
|
-
* The
|
|
1380
|
+
* The identifier of the created block list.
|
|
1381
1381
|
*/
|
|
1382
1382
|
Id?: QuerySuggestionsBlockListId;
|
|
1383
1383
|
}
|
|
@@ -1413,7 +1413,7 @@ declare namespace Kendra {
|
|
|
1413
1413
|
}
|
|
1414
1414
|
export interface CreateThesaurusResponse {
|
|
1415
1415
|
/**
|
|
1416
|
-
* The
|
|
1416
|
+
* The identifier of the thesaurus.
|
|
1417
1417
|
*/
|
|
1418
1418
|
Id?: ThesaurusId;
|
|
1419
1419
|
}
|
|
@@ -1531,7 +1531,7 @@ declare namespace Kendra {
|
|
|
1531
1531
|
*/
|
|
1532
1532
|
Name?: DataSourceName;
|
|
1533
1533
|
/**
|
|
1534
|
-
* The
|
|
1534
|
+
* The identifier for the data source.
|
|
1535
1535
|
*/
|
|
1536
1536
|
Id?: DataSourceId;
|
|
1537
1537
|
/**
|
|
@@ -1558,7 +1558,7 @@ declare namespace Kendra {
|
|
|
1558
1558
|
export type DataSourceSummaryList = DataSourceSummary[];
|
|
1559
1559
|
export interface DataSourceSyncJob {
|
|
1560
1560
|
/**
|
|
1561
|
-
* A
|
|
1561
|
+
* A identifier for the synchronization job.
|
|
1562
1562
|
*/
|
|
1563
1563
|
ExecutionId?: String;
|
|
1564
1564
|
/**
|
|
@@ -2296,7 +2296,7 @@ declare namespace Kendra {
|
|
|
2296
2296
|
}
|
|
2297
2297
|
export interface Document {
|
|
2298
2298
|
/**
|
|
2299
|
-
* A
|
|
2299
|
+
* A identifier of the document in the index. Note, each document ID must be unique per index. You cannot create a data source to index your documents with their unique IDs and then use the BatchPutDocument API to index the same documents, or vice versa. You can delete a data source and then use the BatchPutDocument API to index the same documents, or vice versa.
|
|
2300
2300
|
*/
|
|
2301
2301
|
Id: DocumentId;
|
|
2302
2302
|
/**
|
|
@@ -2378,7 +2378,7 @@ declare namespace Kendra {
|
|
|
2378
2378
|
*/
|
|
2379
2379
|
StringValue?: DocumentAttributeStringValue;
|
|
2380
2380
|
/**
|
|
2381
|
-
* A list of strings.
|
|
2381
|
+
* A list of strings. The default maximum length or number of strings is 10.
|
|
2382
2382
|
*/
|
|
2383
2383
|
StringListValue?: DocumentAttributeStringListValue;
|
|
2384
2384
|
/**
|
|
@@ -2410,7 +2410,7 @@ declare namespace Kendra {
|
|
|
2410
2410
|
export type DocumentIdList = DocumentId[];
|
|
2411
2411
|
export interface DocumentInfo {
|
|
2412
2412
|
/**
|
|
2413
|
-
* The
|
|
2413
|
+
* The identifier of the document.
|
|
2414
2414
|
*/
|
|
2415
2415
|
DocumentId: DocumentId;
|
|
2416
2416
|
/**
|
|
@@ -2634,7 +2634,7 @@ declare namespace Kendra {
|
|
|
2634
2634
|
export type FaqStatus = "CREATING"|"UPDATING"|"ACTIVE"|"DELETING"|"FAILED"|string;
|
|
2635
2635
|
export interface FaqSummary {
|
|
2636
2636
|
/**
|
|
2637
|
-
* The
|
|
2637
|
+
* The identifier of the FAQ.
|
|
2638
2638
|
*/
|
|
2639
2639
|
Id?: FaqId;
|
|
2640
2640
|
/**
|
|
@@ -2714,7 +2714,7 @@ declare namespace Kendra {
|
|
|
2714
2714
|
}
|
|
2715
2715
|
export interface GetQuerySuggestionsResponse {
|
|
2716
2716
|
/**
|
|
2717
|
-
* The
|
|
2717
|
+
* The identifier for a list of query suggestions for an index.
|
|
2718
2718
|
*/
|
|
2719
2719
|
QuerySuggestionsId?: QuerySuggestionsId;
|
|
2720
2720
|
/**
|
|
@@ -2776,7 +2776,7 @@ declare namespace Kendra {
|
|
|
2776
2776
|
*/
|
|
2777
2777
|
Type?: Type;
|
|
2778
2778
|
/**
|
|
2779
|
-
* The Amazon Resource Name (ARN) of an Secrets Manager secret that contains the key-value pairs required to connect to your GitHub. The secret must contain a JSON structure with the following keys:
|
|
2779
|
+
* The Amazon Resource Name (ARN) of an Secrets Manager secret that contains the key-value pairs required to connect to your GitHub. The secret must contain a JSON structure with the following keys: personalToken—The access token created in GitHub. For more information on creating a token in GitHub, see Using a GitHub data source.
|
|
2780
2780
|
*/
|
|
2781
2781
|
SecretArn: SecretArn;
|
|
2782
2782
|
/**
|
|
@@ -3008,15 +3008,15 @@ declare namespace Kendra {
|
|
|
3008
3008
|
export type Importance = number;
|
|
3009
3009
|
export interface IndexConfigurationSummary {
|
|
3010
3010
|
/**
|
|
3011
|
-
* The
|
|
3011
|
+
* The name of the index.
|
|
3012
3012
|
*/
|
|
3013
3013
|
Name?: IndexName;
|
|
3014
3014
|
/**
|
|
3015
|
-
* A
|
|
3015
|
+
* A identifier for the index. Use this to identify the index when you are using APIs such as Query, DescribeIndex, UpdateIndex, and DeleteIndex.
|
|
3016
3016
|
*/
|
|
3017
3017
|
Id?: IndexId;
|
|
3018
3018
|
/**
|
|
3019
|
-
* Indicates whether the index is a
|
|
3019
|
+
* Indicates whether the index is a Enterprise Edition index or a Developer Edition index.
|
|
3020
3020
|
*/
|
|
3021
3021
|
Edition?: IndexEdition;
|
|
3022
3022
|
/**
|
|
@@ -3079,7 +3079,7 @@ declare namespace Kendra {
|
|
|
3079
3079
|
*/
|
|
3080
3080
|
JiraAccountUrl: JiraAccountUrl;
|
|
3081
3081
|
/**
|
|
3082
|
-
* The Amazon Resource Name (ARN) of a secret in Secrets Manager contains the key-value pairs required to connect to your Jira data source. The secret must contain a JSON structure with the following keys: jiraId—The Jira username. jiraCredentials—The Jira API token. For more information on creating an API token in Jira, see
|
|
3082
|
+
* The Amazon Resource Name (ARN) of a secret in Secrets Manager contains the key-value pairs required to connect to your Jira data source. The secret must contain a JSON structure with the following keys: jiraId—The Jira username. jiraCredentials—The Jira API token. For more information on creating an API token in Jira, see Using a Jira data source.
|
|
3083
3083
|
*/
|
|
3084
3084
|
SecretArn: SecretArn;
|
|
3085
3085
|
/**
|
|
@@ -3246,7 +3246,7 @@ declare namespace Kendra {
|
|
|
3246
3246
|
*/
|
|
3247
3247
|
IndexId: IndexId;
|
|
3248
3248
|
/**
|
|
3249
|
-
* If the previous response was incomplete (because there is more data to retrieve), Amazon Kendra returns a pagination token in the response. You can use this pagination token to retrieve the next set of data source connectors
|
|
3249
|
+
* If the previous response was incomplete (because there is more data to retrieve), Amazon Kendra returns a pagination token in the response. You can use this pagination token to retrieve the next set of data source connectors.
|
|
3250
3250
|
*/
|
|
3251
3251
|
NextToken?: NextToken;
|
|
3252
3252
|
/**
|
|
@@ -3398,11 +3398,11 @@ declare namespace Kendra {
|
|
|
3398
3398
|
}
|
|
3399
3399
|
export interface ListIndicesRequest {
|
|
3400
3400
|
/**
|
|
3401
|
-
* If the previous response was incomplete (because there is more data to retrieve), Amazon Kendra returns a pagination token in the response. You can use this pagination token to retrieve the next set of indexes
|
|
3401
|
+
* If the previous response was incomplete (because there is more data to retrieve), Amazon Kendra returns a pagination token in the response. You can use this pagination token to retrieve the next set of indexes.
|
|
3402
3402
|
*/
|
|
3403
3403
|
NextToken?: NextToken;
|
|
3404
3404
|
/**
|
|
3405
|
-
* The maximum number of
|
|
3405
|
+
* The maximum number of indices to return.
|
|
3406
3406
|
*/
|
|
3407
3407
|
MaxResults?: MaxResultsIntegerForListIndicesRequest;
|
|
3408
3408
|
}
|
|
@@ -3670,11 +3670,11 @@ declare namespace Kendra {
|
|
|
3670
3670
|
export type QueryIdentifiersEnclosingOption = "DOUBLE_QUOTES"|"NONE"|string;
|
|
3671
3671
|
export interface QueryRequest {
|
|
3672
3672
|
/**
|
|
3673
|
-
* The
|
|
3673
|
+
* The identifier of the index to search. The identifier is returned in the response from the CreateIndex API.
|
|
3674
3674
|
*/
|
|
3675
3675
|
IndexId: IndexId;
|
|
3676
3676
|
/**
|
|
3677
|
-
* The text
|
|
3677
|
+
* The input query text for the search. Amazon Kendra truncates queries at 30 token words, which excludes punctuation and stop words. Truncation still applies if you use Boolean or more advanced, complex queries.
|
|
3678
3678
|
*/
|
|
3679
3679
|
QueryText?: QueryText;
|
|
3680
3680
|
/**
|
|
@@ -3724,7 +3724,7 @@ declare namespace Kendra {
|
|
|
3724
3724
|
}
|
|
3725
3725
|
export interface QueryResult {
|
|
3726
3726
|
/**
|
|
3727
|
-
* The
|
|
3727
|
+
* The identifier for the search. You use QueryId to identify the search when using the feedback API.
|
|
3728
3728
|
*/
|
|
3729
3729
|
QueryId?: QueryId;
|
|
3730
3730
|
/**
|
|
@@ -3748,21 +3748,26 @@ declare namespace Kendra {
|
|
|
3748
3748
|
*/
|
|
3749
3749
|
SpellCorrectedQueries?: SpellCorrectedQueryList;
|
|
3750
3750
|
}
|
|
3751
|
+
export type QueryResultFormat = "TABLE"|"TEXT"|string;
|
|
3751
3752
|
export interface QueryResultItem {
|
|
3752
3753
|
/**
|
|
3753
|
-
* The
|
|
3754
|
+
* The identifier for the query result.
|
|
3754
3755
|
*/
|
|
3755
3756
|
Id?: ResultId;
|
|
3756
3757
|
/**
|
|
3757
|
-
* The type of document.
|
|
3758
|
+
* The type of document within the response. For example, a response could include a question-answer that's relevant to the query.
|
|
3758
3759
|
*/
|
|
3759
3760
|
Type?: QueryResultType;
|
|
3761
|
+
/**
|
|
3762
|
+
* If the Type of document within the response is ANSWER, then it is either a TABLE answer or TEXT answer. If it's a table answer, a table excerpt is returned in TableExcerpt. If it's a text answer, a text excerpt is returned in DocumentExcerpt.
|
|
3763
|
+
*/
|
|
3764
|
+
Format?: QueryResultFormat;
|
|
3760
3765
|
/**
|
|
3761
3766
|
* One or more additional attributes associated with the query result.
|
|
3762
3767
|
*/
|
|
3763
3768
|
AdditionalAttributes?: AdditionalResultAttributeList;
|
|
3764
3769
|
/**
|
|
3765
|
-
* The
|
|
3770
|
+
* The identifier for the document.
|
|
3766
3771
|
*/
|
|
3767
3772
|
DocumentId?: DocumentId;
|
|
3768
3773
|
/**
|
|
@@ -3786,9 +3791,13 @@ declare namespace Kendra {
|
|
|
3786
3791
|
*/
|
|
3787
3792
|
ScoreAttributes?: ScoreAttributes;
|
|
3788
3793
|
/**
|
|
3789
|
-
* A token that identifies a particular result from a particular query. Use this token to provide click-through feedback for the result. For more information, see
|
|
3794
|
+
* A token that identifies a particular result from a particular query. Use this token to provide click-through feedback for the result. For more information, see Submitting feedback .
|
|
3790
3795
|
*/
|
|
3791
3796
|
FeedbackToken?: FeedbackToken;
|
|
3797
|
+
/**
|
|
3798
|
+
* An excerpt from a table within a document.
|
|
3799
|
+
*/
|
|
3800
|
+
TableExcerpt?: TableExcerpt;
|
|
3792
3801
|
}
|
|
3793
3802
|
export type QueryResultItemList = QueryResultItem[];
|
|
3794
3803
|
export type QueryResultType = "DOCUMENT"|"QUESTION_ANSWER"|"ANSWER"|string;
|
|
@@ -3831,7 +3840,7 @@ declare namespace Kendra {
|
|
|
3831
3840
|
*/
|
|
3832
3841
|
Domain: Domain;
|
|
3833
3842
|
/**
|
|
3834
|
-
* The Amazon Resource Name (ARN) of an Secrets Manager secret that contains the key-value pairs that are required to connect to your Quip. The secret must contain a JSON structure with the following keys: accessToken—The token created in Quip. For more information, see
|
|
3843
|
+
* The Amazon Resource Name (ARN) of an Secrets Manager secret that contains the key-value pairs that are required to connect to your Quip. The secret must contain a JSON structure with the following keys: accessToken—The token created in Quip. For more information, see Using a Quip data source.
|
|
3835
3844
|
*/
|
|
3836
3845
|
SecretArn: SecretArn;
|
|
3837
3846
|
/**
|
|
@@ -3900,7 +3909,7 @@ declare namespace Kendra {
|
|
|
3900
3909
|
}
|
|
3901
3910
|
export interface RelevanceFeedback {
|
|
3902
3911
|
/**
|
|
3903
|
-
* The
|
|
3912
|
+
* The identifier of the search result that the user provided relevance feedback for.
|
|
3904
3913
|
*/
|
|
3905
3914
|
ResultId: ResultId;
|
|
3906
3915
|
/**
|
|
@@ -4151,7 +4160,7 @@ declare namespace Kendra {
|
|
|
4151
4160
|
*/
|
|
4152
4161
|
HostUrl: ServiceNowHostUrl;
|
|
4153
4162
|
/**
|
|
4154
|
-
* The Amazon Resource Name (ARN) of the Secrets Manager secret that contains the user name and password required to connect to the ServiceNow instance. You can also provide OAuth authentication credentials of user name, password, client ID, and client secret. For more information, see
|
|
4163
|
+
* The Amazon Resource Name (ARN) of the Secrets Manager secret that contains the user name and password required to connect to the ServiceNow instance. You can also provide OAuth authentication credentials of user name, password, client ID, and client secret. For more information, see Using a ServiceNow data source.
|
|
4155
4164
|
*/
|
|
4156
4165
|
SecretArn: SecretArn;
|
|
4157
4166
|
/**
|
|
@@ -4239,7 +4248,7 @@ declare namespace Kendra {
|
|
|
4239
4248
|
*/
|
|
4240
4249
|
Urls: SharePointUrlList;
|
|
4241
4250
|
/**
|
|
4242
|
-
* The Amazon Resource Name (ARN) of an Secrets Manager secret that contains the user name and password required to connect to the SharePoint instance. If you use SharePoint Server, you also need to provide the sever domain name as part of the credentials. For more information, see Using a Microsoft SharePoint Data Source. You can also provide OAuth authentication credentials of user name, password, client ID, and client secret. For more information, see
|
|
4251
|
+
* The Amazon Resource Name (ARN) of an Secrets Manager secret that contains the user name and password required to connect to the SharePoint instance. If you use SharePoint Server, you also need to provide the sever domain name as part of the credentials. For more information, see Using a Microsoft SharePoint Data Source. You can also provide OAuth authentication credentials of user name, password, client ID, and client secret. For more information, see Using a SharePoint data source.
|
|
4243
4252
|
*/
|
|
4244
4253
|
SecretArn: SecretArn;
|
|
4245
4254
|
/**
|
|
@@ -4417,7 +4426,7 @@ declare namespace Kendra {
|
|
|
4417
4426
|
}
|
|
4418
4427
|
export interface Status {
|
|
4419
4428
|
/**
|
|
4420
|
-
* The
|
|
4429
|
+
* The identifier of the document.
|
|
4421
4430
|
*/
|
|
4422
4431
|
DocumentId?: DocumentId;
|
|
4423
4432
|
/**
|
|
@@ -4469,11 +4478,11 @@ declare namespace Kendra {
|
|
|
4469
4478
|
export type SuggestedQueryText = string;
|
|
4470
4479
|
export interface Suggestion {
|
|
4471
4480
|
/**
|
|
4472
|
-
* The
|
|
4481
|
+
* The UUID (universally unique identifier) of a single query suggestion.
|
|
4473
4482
|
*/
|
|
4474
4483
|
Id?: ResultId;
|
|
4475
4484
|
/**
|
|
4476
|
-
* The value for the
|
|
4485
|
+
* The value for the UUID (universally unique identifier) of a single query suggestion. The value is the text string of a suggestion.
|
|
4477
4486
|
*/
|
|
4478
4487
|
Value?: SuggestionValue;
|
|
4479
4488
|
}
|
|
@@ -4506,7 +4515,43 @@ declare namespace Kendra {
|
|
|
4506
4515
|
*/
|
|
4507
4516
|
Text?: SuggestionTextWithHighlights;
|
|
4508
4517
|
}
|
|
4518
|
+
export interface TableCell {
|
|
4519
|
+
/**
|
|
4520
|
+
* The actual value or content within a table cell. A table cell could contain a date value of a year, or a string value of text, for example.
|
|
4521
|
+
*/
|
|
4522
|
+
Value?: String;
|
|
4523
|
+
/**
|
|
4524
|
+
* TRUE if the response of the table cell is the top answer. This is the cell value or content with the highest confidence score or is the most relevant to the query.
|
|
4525
|
+
*/
|
|
4526
|
+
TopAnswer?: Boolean;
|
|
4527
|
+
/**
|
|
4528
|
+
* TRUE means that the table cell has a high enough confidence and is relevant to the query, so the value or content should be highlighted.
|
|
4529
|
+
*/
|
|
4530
|
+
Highlighted?: Boolean;
|
|
4531
|
+
/**
|
|
4532
|
+
* TRUE means that the table cell should be treated as a header.
|
|
4533
|
+
*/
|
|
4534
|
+
Header?: Boolean;
|
|
4535
|
+
}
|
|
4536
|
+
export type TableCellList = TableCell[];
|
|
4537
|
+
export interface TableExcerpt {
|
|
4538
|
+
/**
|
|
4539
|
+
* A list of rows in the table excerpt.
|
|
4540
|
+
*/
|
|
4541
|
+
Rows?: TableRowList;
|
|
4542
|
+
/**
|
|
4543
|
+
* A count of the number of rows in the original table within the document.
|
|
4544
|
+
*/
|
|
4545
|
+
TotalNumberOfRows?: Integer;
|
|
4546
|
+
}
|
|
4509
4547
|
export type TableName = string;
|
|
4548
|
+
export interface TableRow {
|
|
4549
|
+
/**
|
|
4550
|
+
* A list of table cells in a row.
|
|
4551
|
+
*/
|
|
4552
|
+
Cells?: TableCellList;
|
|
4553
|
+
}
|
|
4554
|
+
export type TableRowList = TableRow[];
|
|
4510
4555
|
export interface Tag {
|
|
4511
4556
|
/**
|
|
4512
4557
|
* The key for the tag. Keys are not case sensitive and must be unique for the index, FAQ, or data source.
|