@pgarbe/cdk-ecr-sync 0.5.18 → 0.5.22
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/.gitattributes +19 -19
- package/.jsii +2588 -1305
- package/.projenrc.ts +51 -0
- package/API.md +177 -46
- package/lib/ecr-sync.d.ts +6 -6
- package/lib/ecr-sync.js +16 -15
- package/node_modules/aws-sdk/CHANGELOG.md +419 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/accessanalyzer-2019-11-01.min.json +5 -4
- package/node_modules/aws-sdk/apis/account-2021-02-01.examples.json +5 -0
- package/node_modules/aws-sdk/apis/account-2021-02-01.min.json +123 -0
- package/node_modules/aws-sdk/apis/account-2021-02-01.paginators.json +4 -0
- package/node_modules/aws-sdk/apis/amp-2020-08-01.min.json +442 -11
- package/node_modules/aws-sdk/apis/amp-2020-08-01.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/amp-2020-08-01.waiters2.json +43 -0
- package/node_modules/aws-sdk/apis/amplifybackend-2020-08-11.min.json +347 -3
- package/node_modules/aws-sdk/apis/amplifyuibuilder-2021-08-11.examples.json +5 -0
- package/node_modules/aws-sdk/apis/amplifyuibuilder-2021-08-11.min.json +1036 -0
- package/node_modules/aws-sdk/apis/amplifyuibuilder-2021-08-11.paginators.json +16 -0
- package/node_modules/aws-sdk/apis/appconfig-2019-10-09.examples.json +715 -0
- package/node_modules/aws-sdk/apis/appconfig-2019-10-09.min.json +48 -38
- package/node_modules/aws-sdk/apis/appconfigdata-2021-11-11.examples.json +5 -0
- package/node_modules/aws-sdk/apis/appconfigdata-2021-11-11.min.json +87 -0
- package/node_modules/aws-sdk/apis/appconfigdata-2021-11-11.paginators.json +4 -0
- package/node_modules/aws-sdk/apis/appflow-2020-08-23.min.json +43 -37
- package/node_modules/aws-sdk/apis/appintegrations-2020-07-29.min.json +222 -8
- package/node_modules/aws-sdk/apis/application-insights-2018-11-25.min.json +51 -30
- package/node_modules/aws-sdk/apis/apprunner-2020-05-15.min.json +10 -10
- package/node_modules/aws-sdk/apis/appstream-2016-12-01.min.json +505 -141
- package/node_modules/aws-sdk/apis/appsync-2017-07-25.min.json +97 -77
- package/node_modules/aws-sdk/apis/auditmanager-2017-07-25.min.json +464 -12
- package/node_modules/aws-sdk/apis/auditmanager-2017-07-25.paginators.json +25 -0
- package/node_modules/aws-sdk/apis/autoscaling-2011-01-01.min.json +344 -114
- package/node_modules/aws-sdk/apis/backup-2018-11-15.min.json +189 -60
- package/node_modules/aws-sdk/apis/backup-gateway-2021-01-01.examples.json +5 -0
- package/node_modules/aws-sdk/apis/backup-gateway-2021-01-01.min.json +420 -0
- package/node_modules/aws-sdk/apis/backup-gateway-2021-01-01.paginators.json +22 -0
- package/node_modules/aws-sdk/apis/batch-2016-08-10.examples.json +30 -6
- package/node_modules/aws-sdk/apis/batch-2016-08-10.min.json +267 -72
- package/node_modules/aws-sdk/apis/batch-2016-08-10.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/braket-2019-09-01.min.json +388 -11
- package/node_modules/aws-sdk/apis/braket-2019-09-01.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/chime-2018-05-01.min.json +287 -201
- package/node_modules/aws-sdk/apis/chime-sdk-identity-2021-04-20.min.json +362 -13
- package/node_modules/aws-sdk/apis/chime-sdk-identity-2021-04-20.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/chime-sdk-meetings-2021-07-15.examples.json +5 -0
- package/node_modules/aws-sdk/apis/chime-sdk-meetings-2021-07-15.min.json +503 -0
- package/node_modules/aws-sdk/apis/chime-sdk-meetings-2021-07-15.paginators.json +9 -0
- package/node_modules/aws-sdk/apis/chime-sdk-messaging-2021-05-15.min.json +752 -88
- package/node_modules/aws-sdk/apis/chime-sdk-messaging-2021-05-15.paginators.json +10 -0
- package/node_modules/aws-sdk/apis/cloudcontrol-2021-09-30.examples.json +5 -0
- package/node_modules/aws-sdk/apis/cloudcontrol-2021-09-30.min.json +271 -0
- package/node_modules/aws-sdk/apis/cloudcontrol-2021-09-30.paginators.json +14 -0
- package/node_modules/aws-sdk/apis/cloudcontrol-2021-09-30.waiters2.json +31 -0
- package/node_modules/aws-sdk/apis/cloudformation-2010-05-15.min.json +50 -27
- package/node_modules/aws-sdk/apis/cloudfront-2020-05-31.min.json +702 -180
- package/node_modules/aws-sdk/apis/codebuild-2016-10-06.min.json +74 -73
- package/node_modules/aws-sdk/apis/codeguru-reviewer-2019-09-19.min.json +15 -1
- package/node_modules/aws-sdk/apis/comprehend-2017-11-27.min.json +224 -125
- package/node_modules/aws-sdk/apis/comprehend-2017-11-27.paginators.json +10 -0
- package/node_modules/aws-sdk/apis/compute-optimizer-2019-11-01.min.json +242 -68
- package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +805 -103
- package/node_modules/aws-sdk/apis/connect-2017-08-08.paginators.json +17 -0
- package/node_modules/aws-sdk/apis/connectparticipant-2018-09-07.min.json +3 -0
- package/node_modules/aws-sdk/apis/customer-profiles-2020-08-15.min.json +322 -50
- package/node_modules/aws-sdk/apis/databrew-2017-07-25.min.json +430 -110
- package/node_modules/aws-sdk/apis/databrew-2017-07-25.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/dataexchange-2017-07-25.min.json +460 -39
- package/node_modules/aws-sdk/apis/dataexchange-2017-07-25.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/datasync-2018-11-09.min.json +207 -56
- package/node_modules/aws-sdk/apis/devops-guru-2020-12-01.min.json +676 -140
- package/node_modules/aws-sdk/apis/devops-guru-2020-12-01.paginators.json +31 -2
- package/node_modules/aws-sdk/apis/directconnect-2012-10-25.min.json +133 -36
- package/node_modules/aws-sdk/apis/dms-2016-01-01.min.json +120 -73
- package/node_modules/aws-sdk/apis/drs-2020-02-26.examples.json +5 -0
- package/node_modules/aws-sdk/apis/drs-2020-02-26.min.json +1347 -0
- package/node_modules/aws-sdk/apis/drs-2020-02-26.paginators.json +40 -0
- package/node_modules/aws-sdk/apis/dynamodb-2012-08-10.min.json +296 -261
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +4613 -1377
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.paginators.json +90 -0
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.waiters2.json +6 -0
- package/node_modules/aws-sdk/apis/ecr-2015-09-21.min.json +445 -31
- package/node_modules/aws-sdk/apis/ecr-2015-09-21.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/ecs-2014-11-13.min.json +114 -75
- package/node_modules/aws-sdk/apis/eks-2017-11-01.min.json +3 -0
- package/node_modules/aws-sdk/apis/elasticache-2015-02-02.min.json +131 -124
- package/node_modules/aws-sdk/apis/elasticloadbalancingv2-2015-12-01.min.json +32 -26
- package/node_modules/aws-sdk/apis/elasticmapreduce-2009-03-31.min.json +5 -1
- package/node_modules/aws-sdk/apis/emr-containers-2020-10-01.min.json +18 -6
- package/node_modules/aws-sdk/apis/es-2015-01-01.min.json +24 -4
- package/node_modules/aws-sdk/apis/evidently-2021-02-01.examples.json +5 -0
- package/node_modules/aws-sdk/apis/evidently-2021-02-01.min.json +1853 -0
- package/node_modules/aws-sdk/apis/evidently-2021-02-01.paginators.json +28 -0
- package/node_modules/aws-sdk/apis/finspace-2021-03-12.min.json +24 -4
- package/node_modules/aws-sdk/apis/finspace-data-2020-07-13.min.json +602 -36
- package/node_modules/aws-sdk/apis/finspace-data-2020-07-13.paginators.json +18 -0
- package/node_modules/aws-sdk/apis/firehose-2015-08-04.min.json +198 -82
- package/node_modules/aws-sdk/apis/forecast-2018-06-26.min.json +507 -76
- package/node_modules/aws-sdk/apis/frauddetector-2019-11-15.min.json +358 -75
- package/node_modules/aws-sdk/apis/frauddetector-2019-11-15.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/fsx-2018-03-01.min.json +817 -138
- package/node_modules/aws-sdk/apis/fsx-2018-03-01.paginators.json +10 -0
- package/node_modules/aws-sdk/apis/gamelift-2015-10-01.min.json +149 -149
- package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +388 -367
- package/node_modules/aws-sdk/apis/grafana-2020-08-18.examples.json +5 -0
- package/node_modules/aws-sdk/apis/grafana-2020-08-18.min.json +728 -0
- package/node_modules/aws-sdk/apis/grafana-2020-08-18.paginators.json +16 -0
- package/node_modules/aws-sdk/apis/greengrassv2-2020-11-30.min.json +2 -1
- package/node_modules/aws-sdk/apis/imagebuilder-2019-12-02.min.json +124 -82
- package/node_modules/aws-sdk/apis/inspector2-2020-06-08.examples.json +5 -0
- package/node_modules/aws-sdk/apis/inspector2-2020-06-08.min.json +1993 -0
- package/node_modules/aws-sdk/apis/inspector2-2020-06-08.paginators.json +57 -0
- package/node_modules/aws-sdk/apis/iot-2015-05-28.min.json +375 -209
- package/node_modules/aws-sdk/apis/iotdeviceadvisor-2020-09-18.min.json +31 -3
- package/node_modules/aws-sdk/apis/iotsitewise-2019-12-02.min.json +360 -124
- package/node_modules/aws-sdk/apis/iotsitewise-2019-12-02.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/iottwinmaker-2021-11-29.examples.json +5 -0
- package/node_modules/aws-sdk/apis/iottwinmaker-2021-11-29.min.json +1675 -0
- package/node_modules/aws-sdk/apis/iottwinmaker-2021-11-29.paginators.json +29 -0
- package/node_modules/aws-sdk/apis/iottwinmaker-2021-11-29.waiters2.json +5 -0
- package/node_modules/aws-sdk/apis/iotwireless-2020-11-22.min.json +1073 -94
- package/node_modules/aws-sdk/apis/iotwireless-2020-11-22.paginators.json +15 -0
- package/node_modules/aws-sdk/apis/ivs-2020-07-14.min.json +276 -98
- package/node_modules/aws-sdk/apis/ivs-2020-07-14.paginators.json +7 -12
- package/node_modules/aws-sdk/apis/kafka-2018-11-14.min.json +459 -78
- package/node_modules/aws-sdk/apis/kafka-2018-11-14.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/kafkaconnect-2021-09-14.examples.json +5 -0
- package/node_modules/aws-sdk/apis/kafkaconnect-2021-09-14.min.json +960 -0
- package/node_modules/aws-sdk/apis/kafkaconnect-2021-09-14.paginators.json +22 -0
- package/node_modules/aws-sdk/apis/kendra-2019-02-03.min.json +691 -130
- package/node_modules/aws-sdk/apis/kendra-2019-02-03.paginators.json +14 -0
- package/node_modules/aws-sdk/apis/kinesis-2013-12-02.min.json +64 -24
- package/node_modules/aws-sdk/apis/kinesisanalyticsv2-2018-05-23.min.json +3 -6
- package/node_modules/aws-sdk/apis/kms-2014-11-01.examples.json +608 -8
- package/node_modules/aws-sdk/apis/lakeformation-2017-03-31.min.json +858 -81
- package/node_modules/aws-sdk/apis/lakeformation-2017-03-31.paginators.json +50 -5
- package/node_modules/aws-sdk/apis/lambda-2015-03-31.min.json +180 -120
- package/node_modules/aws-sdk/apis/license-manager-2018-08-01.min.json +186 -72
- package/node_modules/aws-sdk/apis/lightsail-2016-11-28.min.json +166 -147
- package/node_modules/aws-sdk/apis/location-2020-11-19.min.json +39 -7
- package/node_modules/aws-sdk/apis/lookoutequipment-2020-12-15.min.json +9 -7
- package/node_modules/aws-sdk/apis/macie2-2020-01-01.min.json +198 -108
- package/node_modules/aws-sdk/apis/mediaconvert-2017-08-29.min.json +321 -130
- package/node_modules/aws-sdk/apis/medialive-2017-10-14.min.json +301 -227
- package/node_modules/aws-sdk/apis/mediapackage-2017-10-12.min.json +4 -0
- package/node_modules/aws-sdk/apis/mediapackage-vod-2018-11-07.min.json +7 -0
- package/node_modules/aws-sdk/apis/mediatailor-2018-04-23.min.json +411 -149
- package/node_modules/aws-sdk/apis/mediatailor-2018-04-23.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/metadata.json +68 -0
- package/node_modules/aws-sdk/apis/mgn-2020-02-26.min.json +156 -43
- package/node_modules/aws-sdk/apis/mgn-2020-02-26.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/migration-hub-refactor-spaces-2021-10-26.examples.json +5 -0
- package/node_modules/aws-sdk/apis/migration-hub-refactor-spaces-2021-10-26.min.json +1230 -0
- package/node_modules/aws-sdk/apis/migration-hub-refactor-spaces-2021-10-26.paginators.json +34 -0
- package/node_modules/aws-sdk/apis/migrationhubstrategy-2020-02-19.examples.json +5 -0
- package/node_modules/aws-sdk/apis/migrationhubstrategy-2020-02-19.min.json +1032 -0
- package/node_modules/aws-sdk/apis/migrationhubstrategy-2020-02-19.paginators.json +34 -0
- package/node_modules/aws-sdk/apis/models.lex.v2-2020-08-07.min.json +850 -157
- package/node_modules/aws-sdk/apis/models.lex.v2-2020-08-07.paginators.json +15 -0
- package/node_modules/aws-sdk/apis/monitoring-2010-08-01.min.json +192 -128
- package/node_modules/aws-sdk/apis/neptune-2014-10-31.min.json +4 -0
- package/node_modules/aws-sdk/apis/network-firewall-2020-11-12.min.json +65 -31
- package/node_modules/aws-sdk/apis/networkmanager-2019-07-05.min.json +2044 -118
- package/node_modules/aws-sdk/apis/networkmanager-2019-07-05.paginators.json +60 -0
- package/node_modules/aws-sdk/apis/nimble-2020-08-01.examples.json +5 -0
- package/node_modules/aws-sdk/apis/nimble-2020-08-01.min.json +752 -957
- package/node_modules/aws-sdk/apis/nimble-2020-08-01.paginators.json +50 -56
- package/node_modules/aws-sdk/apis/nimble-2020-08-01.waiters2.json +234 -0
- package/node_modules/aws-sdk/apis/opensearch-2021-01-01.min.json +24 -4
- package/node_modules/aws-sdk/apis/outposts-2019-12-03.min.json +507 -49
- package/node_modules/aws-sdk/apis/outposts-2019-12-03.paginators.json +10 -0
- package/node_modules/aws-sdk/apis/panorama-2019-07-24.examples.json +5 -0
- package/node_modules/aws-sdk/apis/panorama-2019-07-24.min.json +1622 -0
- package/node_modules/aws-sdk/apis/panorama-2019-07-24.paginators.json +49 -0
- package/node_modules/aws-sdk/apis/personalize-2018-05-22.min.json +338 -31
- package/node_modules/aws-sdk/apis/personalize-2018-05-22.paginators.json +12 -0
- package/node_modules/aws-sdk/apis/personalize-runtime-2018-05-22.min.json +2 -4
- package/node_modules/aws-sdk/apis/pinpoint-2016-12-01.min.json +869 -352
- package/node_modules/aws-sdk/apis/proton-2020-07-20.min.json +752 -74
- package/node_modules/aws-sdk/apis/proton-2020-07-20.paginators.json +41 -0
- package/node_modules/aws-sdk/apis/quicksight-2018-04-01.min.json +327 -194
- package/node_modules/aws-sdk/apis/ram-2018-01-04.min.json +16 -11
- package/node_modules/aws-sdk/apis/rbin-2021-06-15.examples.json +5 -0
- package/node_modules/aws-sdk/apis/rbin-2021-06-15.min.json +325 -0
- package/node_modules/aws-sdk/apis/rbin-2021-06-15.paginators.json +10 -0
- package/node_modules/aws-sdk/apis/rds-2014-10-31.min.json +538 -323
- package/node_modules/aws-sdk/apis/redshift-2012-12-01.min.json +253 -148
- package/node_modules/aws-sdk/apis/redshift-2012-12-01.paginators.json +30 -0
- package/node_modules/aws-sdk/apis/redshift-data-2019-12-20.min.json +0 -6
- package/node_modules/aws-sdk/apis/rekognition-2016-06-27.min.json +362 -121
- package/node_modules/aws-sdk/apis/rekognition-2016-06-27.paginators.json +12 -0
- package/node_modules/aws-sdk/apis/resiliencehub-2020-04-30.examples.json +5 -0
- package/node_modules/aws-sdk/apis/resiliencehub-2020-04-30.min.json +1863 -0
- package/node_modules/aws-sdk/apis/resiliencehub-2020-04-30.paginators.json +74 -0
- package/node_modules/aws-sdk/apis/robomaker-2018-06-29.min.json +263 -198
- package/node_modules/aws-sdk/apis/route53resolver-2018-04-01.min.json +85 -13
- package/node_modules/aws-sdk/apis/route53resolver-2018-04-01.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/rum-2018-05-10.examples.json +5 -0
- package/node_modules/aws-sdk/apis/rum-2018-05-10.min.json +458 -0
- package/node_modules/aws-sdk/apis/rum-2018-05-10.paginators.json +16 -0
- package/node_modules/aws-sdk/apis/runtime.lex.v2-2020-08-07.min.json +14 -13
- package/node_modules/aws-sdk/apis/s3-2006-03-01.examples.json +138 -138
- package/node_modules/aws-sdk/apis/s3-2006-03-01.min.json +196 -163
- package/node_modules/aws-sdk/apis/s3control-2018-08-20.min.json +15 -7
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +2264 -1025
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.paginators.json +29 -0
- package/node_modules/aws-sdk/apis/securityhub-2018-10-26.min.json +779 -259
- package/node_modules/aws-sdk/apis/securityhub-2018-10-26.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/sesv2-2019-09-27.min.json +72 -70
- package/node_modules/aws-sdk/apis/shield-2016-06-02.min.json +93 -14
- package/node_modules/aws-sdk/apis/snowball-2016-06-30.min.json +35 -25
- package/node_modules/aws-sdk/apis/sns-2010-03-31.min.json +90 -18
- package/node_modules/aws-sdk/apis/ssm-2014-11-06.min.json +379 -351
- package/node_modules/aws-sdk/apis/ssm-2014-11-06.waiters2.json +5 -0
- package/node_modules/aws-sdk/apis/storagegateway-2013-06-30.min.json +58 -11
- package/node_modules/aws-sdk/apis/synthetics-2017-10-11.min.json +39 -9
- package/node_modules/aws-sdk/apis/textract-2018-06-27.min.json +163 -30
- package/node_modules/aws-sdk/apis/timestream-query-2018-11-01.min.json +623 -42
- package/node_modules/aws-sdk/apis/timestream-query-2018-11-01.paginators.json +12 -0
- package/node_modules/aws-sdk/apis/timestream-write-2018-11-01.min.json +81 -13
- package/node_modules/aws-sdk/apis/transcribe-2017-10-26.min.json +80 -24
- package/node_modules/aws-sdk/apis/transfer-2018-11-05.min.json +44 -43
- package/node_modules/aws-sdk/apis/translate-2017-07-01.min.json +66 -30
- package/node_modules/aws-sdk/apis/voice-id-2021-09-27.examples.json +5 -0
- package/node_modules/aws-sdk/apis/voice-id-2021-09-27.min.json +903 -0
- package/node_modules/aws-sdk/apis/voice-id-2021-09-27.paginators.json +24 -0
- package/node_modules/aws-sdk/apis/wafv2-2019-07-29.min.json +166 -97
- package/node_modules/aws-sdk/apis/wellarchitected-2020-03-31.min.json +398 -59
- package/node_modules/aws-sdk/apis/wellarchitected-2020-03-31.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/wisdom-2020-10-19.examples.json +5 -0
- package/node_modules/aws-sdk/apis/wisdom-2020-10-19.min.json +1525 -0
- package/node_modules/aws-sdk/apis/wisdom-2020-10-19.paginators.json +46 -0
- package/node_modules/aws-sdk/apis/workmail-2017-10-01.min.json +308 -27
- package/node_modules/aws-sdk/apis/workmail-2017-10-01.paginators.json +10 -0
- package/node_modules/aws-sdk/apis/workspaces-2015-04-08.min.json +83 -50
- package/node_modules/aws-sdk/apis/workspaces-web-2020-07-08.examples.json +5 -0
- package/node_modules/aws-sdk/apis/workspaces-web-2020-07-08.min.json +1579 -0
- package/node_modules/aws-sdk/apis/workspaces-web-2020-07-08.paginators.json +39 -0
- package/node_modules/aws-sdk/clients/accessanalyzer.d.ts +6 -1
- package/node_modules/aws-sdk/clients/account.d.ts +136 -0
- package/node_modules/aws-sdk/clients/account.js +18 -0
- package/node_modules/aws-sdk/clients/all.d.ts +21 -0
- package/node_modules/aws-sdk/clients/all.js +22 -1
- package/node_modules/aws-sdk/clients/amp.d.ts +387 -0
- package/node_modules/aws-sdk/clients/amp.js +1 -0
- package/node_modules/aws-sdk/clients/amplifybackend.d.ts +313 -1
- package/node_modules/aws-sdk/clients/amplifyuibuilder.d.ts +1003 -0
- package/node_modules/aws-sdk/clients/amplifyuibuilder.js +18 -0
- package/node_modules/aws-sdk/clients/apigateway.d.ts +1 -1
- package/node_modules/aws-sdk/clients/appconfig.d.ts +86 -68
- package/node_modules/aws-sdk/clients/appconfigdata.d.ts +102 -0
- package/node_modules/aws-sdk/clients/appconfigdata.js +18 -0
- package/node_modules/aws-sdk/clients/appflow.d.ts +8 -0
- package/node_modules/aws-sdk/clients/appintegrations.d.ts +273 -2
- package/node_modules/aws-sdk/clients/applicationautoscaling.d.ts +38 -38
- package/node_modules/aws-sdk/clients/applicationinsights.d.ts +18 -3
- package/node_modules/aws-sdk/clients/apprunner.d.ts +55 -54
- package/node_modules/aws-sdk/clients/appstream.d.ts +482 -15
- package/node_modules/aws-sdk/clients/appsync.d.ts +35 -13
- package/node_modules/aws-sdk/clients/auditmanager.d.ts +801 -313
- package/node_modules/aws-sdk/clients/autoscaling.d.ts +341 -51
- package/node_modules/aws-sdk/clients/backup.d.ts +162 -32
- package/node_modules/aws-sdk/clients/backupgateway.d.ts +571 -0
- package/node_modules/aws-sdk/clients/backupgateway.js +18 -0
- package/node_modules/aws-sdk/clients/batch.d.ts +250 -34
- package/node_modules/aws-sdk/clients/braket.d.ts +409 -0
- package/node_modules/aws-sdk/clients/chime.d.ts +135 -8
- package/node_modules/aws-sdk/clients/chimesdkidentity.d.ts +314 -2
- package/node_modules/aws-sdk/clients/chimesdkmeetings.d.ts +546 -0
- package/node_modules/aws-sdk/clients/chimesdkmeetings.js +18 -0
- package/node_modules/aws-sdk/clients/chimesdkmessaging.d.ts +620 -16
- package/node_modules/aws-sdk/clients/cloudcontrol.d.ts +385 -0
- package/node_modules/aws-sdk/clients/cloudcontrol.js +19 -0
- package/node_modules/aws-sdk/clients/cloudformation.d.ts +46 -14
- package/node_modules/aws-sdk/clients/cloudfront.d.ts +494 -40
- package/node_modules/aws-sdk/clients/cloudtrail.d.ts +3 -3
- package/node_modules/aws-sdk/clients/cloudwatch.d.ts +71 -17
- package/node_modules/aws-sdk/clients/codebuild.d.ts +8 -3
- package/node_modules/aws-sdk/clients/codegurureviewer.d.ts +60 -23
- package/node_modules/aws-sdk/clients/comprehend.d.ts +200 -1
- package/node_modules/aws-sdk/clients/computeoptimizer.d.ts +249 -10
- package/node_modules/aws-sdk/clients/configservice.d.ts +1 -1
- package/node_modules/aws-sdk/clients/connect.d.ts +846 -48
- package/node_modules/aws-sdk/clients/connectparticipant.d.ts +18 -13
- package/node_modules/aws-sdk/clients/customerprofiles.d.ts +322 -11
- package/node_modules/aws-sdk/clients/databrew.d.ts +358 -1
- package/node_modules/aws-sdk/clients/dataexchange.d.ts +525 -23
- package/node_modules/aws-sdk/clients/datasync.d.ts +241 -11
- package/node_modules/aws-sdk/clients/devopsguru.d.ts +707 -81
- package/node_modules/aws-sdk/clients/directconnect.d.ts +208 -49
- package/node_modules/aws-sdk/clients/dms.d.ts +116 -34
- package/node_modules/aws-sdk/clients/drs.d.ts +1737 -0
- package/node_modules/aws-sdk/clients/drs.js +18 -0
- package/node_modules/aws-sdk/clients/dynamodb.d.ts +113 -61
- package/node_modules/aws-sdk/clients/ec2.d.ts +4037 -416
- package/node_modules/aws-sdk/clients/ecr.d.ts +713 -56
- package/node_modules/aws-sdk/clients/ecs.d.ts +416 -345
- package/node_modules/aws-sdk/clients/efs.d.ts +10 -10
- package/node_modules/aws-sdk/clients/eks.d.ts +27 -23
- package/node_modules/aws-sdk/clients/elasticache.d.ts +51 -30
- package/node_modules/aws-sdk/clients/elbv2.d.ts +29 -12
- package/node_modules/aws-sdk/clients/emr.d.ts +38 -18
- package/node_modules/aws-sdk/clients/emrcontainers.d.ts +18 -3
- package/node_modules/aws-sdk/clients/es.d.ts +39 -3
- package/node_modules/aws-sdk/clients/evidently.d.ts +1892 -0
- package/node_modules/aws-sdk/clients/evidently.js +18 -0
- package/node_modules/aws-sdk/clients/finspace.d.ts +26 -0
- package/node_modules/aws-sdk/clients/finspace.js +0 -1
- package/node_modules/aws-sdk/clients/finspacedata.d.ts +741 -65
- package/node_modules/aws-sdk/clients/finspacedata.js +0 -1
- package/node_modules/aws-sdk/clients/firehose.d.ts +62 -0
- package/node_modules/aws-sdk/clients/forecastservice.d.ts +561 -9
- package/node_modules/aws-sdk/clients/frauddetector.d.ts +434 -26
- package/node_modules/aws-sdk/clients/fsx.d.ts +905 -139
- package/node_modules/aws-sdk/clients/gamelift.d.ts +9 -7
- package/node_modules/aws-sdk/clients/glue.d.ts +59 -2
- package/node_modules/aws-sdk/clients/grafana.d.ts +718 -0
- package/node_modules/aws-sdk/clients/grafana.js +18 -0
- package/node_modules/aws-sdk/clients/greengrassv2.d.ts +8 -4
- package/node_modules/aws-sdk/clients/health.d.ts +49 -49
- package/node_modules/aws-sdk/clients/iam.d.ts +85 -85
- package/node_modules/aws-sdk/clients/imagebuilder.d.ts +102 -42
- package/node_modules/aws-sdk/clients/inspector2.d.ts +2448 -0
- package/node_modules/aws-sdk/clients/inspector2.js +18 -0
- package/node_modules/aws-sdk/clients/iot.d.ts +252 -18
- package/node_modules/aws-sdk/clients/iotdeviceadvisor.d.ts +90 -60
- package/node_modules/aws-sdk/clients/iotsitewise.d.ts +254 -12
- package/node_modules/aws-sdk/clients/iottwinmaker.d.ts +1672 -0
- package/node_modules/aws-sdk/clients/iottwinmaker.js +19 -0
- package/node_modules/aws-sdk/clients/iotwireless.d.ts +637 -6
- package/node_modules/aws-sdk/clients/ivs.d.ts +353 -124
- package/node_modules/aws-sdk/clients/kafka.d.ts +503 -18
- package/node_modules/aws-sdk/clients/kafkaconnect.d.ts +1132 -0
- package/node_modules/aws-sdk/clients/kafkaconnect.js +18 -0
- package/node_modules/aws-sdk/clients/kendra.d.ts +797 -60
- package/node_modules/aws-sdk/clients/kinesis.d.ts +114 -46
- package/node_modules/aws-sdk/clients/kinesisanalyticsv2.d.ts +30 -30
- package/node_modules/aws-sdk/clients/kms.d.ts +2 -2
- package/node_modules/aws-sdk/clients/lakeformation.d.ts +935 -97
- package/node_modules/aws-sdk/clients/lambda.d.ts +102 -37
- package/node_modules/aws-sdk/clients/lexmodelsv2.d.ts +834 -21
- package/node_modules/aws-sdk/clients/lexmodelsv2.js +0 -1
- package/node_modules/aws-sdk/clients/lexruntimev2.d.ts +12 -7
- package/node_modules/aws-sdk/clients/licensemanager.d.ts +215 -42
- package/node_modules/aws-sdk/clients/lightsail.d.ts +25 -2
- package/node_modules/aws-sdk/clients/location.d.ts +124 -60
- package/node_modules/aws-sdk/clients/lookoutequipment.d.ts +23 -14
- package/node_modules/aws-sdk/clients/lookoutmetrics.js +0 -1
- package/node_modules/aws-sdk/clients/macie2.d.ts +171 -82
- package/node_modules/aws-sdk/clients/mediaconvert.d.ts +280 -81
- package/node_modules/aws-sdk/clients/medialive.d.ts +81 -5
- package/node_modules/aws-sdk/clients/mediapackage.d.ts +4 -0
- package/node_modules/aws-sdk/clients/mediapackagevod.d.ts +8 -0
- package/node_modules/aws-sdk/clients/mediatailor.d.ts +271 -1
- package/node_modules/aws-sdk/clients/mgn.d.ts +140 -3
- package/node_modules/aws-sdk/clients/migrationhubrefactorspaces.d.ts +1686 -0
- package/node_modules/aws-sdk/clients/migrationhubrefactorspaces.js +18 -0
- package/node_modules/aws-sdk/clients/migrationhubstrategy.d.ts +1335 -0
- package/node_modules/aws-sdk/clients/migrationhubstrategy.js +18 -0
- package/node_modules/aws-sdk/clients/neptune.d.ts +20 -12
- package/node_modules/aws-sdk/clients/networkfirewall.d.ts +61 -10
- package/node_modules/aws-sdk/clients/networkmanager.d.ts +2680 -519
- package/node_modules/aws-sdk/clients/nimble.d.ts +499 -299
- package/node_modules/aws-sdk/clients/nimble.js +1 -0
- package/node_modules/aws-sdk/clients/opensearch.d.ts +43 -1
- package/node_modules/aws-sdk/clients/outposts.d.ts +520 -12
- package/node_modules/aws-sdk/clients/panorama.d.ts +1926 -0
- package/node_modules/aws-sdk/clients/panorama.js +18 -0
- package/node_modules/aws-sdk/clients/personalize.d.ts +456 -9
- package/node_modules/aws-sdk/clients/personalizeruntime.d.ts +8 -4
- package/node_modules/aws-sdk/clients/pinpoint.d.ts +534 -4
- package/node_modules/aws-sdk/clients/proton.d.ts +984 -152
- package/node_modules/aws-sdk/clients/quicksight.d.ts +337 -193
- package/node_modules/aws-sdk/clients/ram.d.ts +234 -212
- package/node_modules/aws-sdk/clients/rbin.d.ts +355 -0
- package/node_modules/aws-sdk/clients/rbin.js +18 -0
- package/node_modules/aws-sdk/clients/rds.d.ts +758 -388
- package/node_modules/aws-sdk/clients/redshift.d.ts +170 -8
- package/node_modules/aws-sdk/clients/redshiftdata.d.ts +34 -34
- package/node_modules/aws-sdk/clients/rekognition.d.ts +347 -28
- package/node_modules/aws-sdk/clients/resiliencehub.d.ts +2101 -0
- package/node_modules/aws-sdk/clients/resiliencehub.js +18 -0
- package/node_modules/aws-sdk/clients/resourcegroupstaggingapi.d.ts +29 -29
- package/node_modules/aws-sdk/clients/robomaker.d.ts +139 -13
- package/node_modules/aws-sdk/clients/route53resolver.d.ts +94 -0
- package/node_modules/aws-sdk/clients/rum.d.ts +509 -0
- package/node_modules/aws-sdk/clients/rum.js +18 -0
- package/node_modules/aws-sdk/clients/s3.d.ts +123 -75
- package/node_modules/aws-sdk/clients/s3control.d.ts +11 -1
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +1757 -95
- package/node_modules/aws-sdk/clients/sagemakerruntime.d.ts +7 -7
- package/node_modules/aws-sdk/clients/secretsmanager.d.ts +27 -27
- package/node_modules/aws-sdk/clients/securityhub.d.ts +829 -13
- package/node_modules/aws-sdk/clients/sesv2.d.ts +128 -108
- package/node_modules/aws-sdk/clients/shield.d.ts +125 -43
- package/node_modules/aws-sdk/clients/snowball.d.ts +73 -55
- package/node_modules/aws-sdk/clients/sns.d.ts +127 -34
- package/node_modules/aws-sdk/clients/sqs.d.ts +8 -8
- package/node_modules/aws-sdk/clients/ssm.d.ts +349 -283
- package/node_modules/aws-sdk/clients/ssmincidents.d.ts +66 -66
- package/node_modules/aws-sdk/clients/storagegateway.d.ts +101 -36
- package/node_modules/aws-sdk/clients/sts.d.ts +18 -18
- package/node_modules/aws-sdk/clients/synthetics.d.ts +40 -0
- package/node_modules/aws-sdk/clients/textract.d.ts +167 -8
- package/node_modules/aws-sdk/clients/timestreamquery.d.ts +661 -19
- package/node_modules/aws-sdk/clients/timestreamwrite.d.ts +135 -42
- package/node_modules/aws-sdk/clients/transcribeservice.d.ts +75 -12
- package/node_modules/aws-sdk/clients/transfer.d.ts +21 -16
- package/node_modules/aws-sdk/clients/translate.d.ts +74 -21
- package/node_modules/aws-sdk/clients/voiceid.d.ts +1133 -0
- package/node_modules/aws-sdk/clients/voiceid.js +18 -0
- package/node_modules/aws-sdk/clients/wafv2.d.ts +113 -31
- package/node_modules/aws-sdk/clients/wellarchitected.d.ts +355 -13
- package/node_modules/aws-sdk/clients/wisdom.d.ts +1499 -0
- package/node_modules/aws-sdk/clients/wisdom.js +18 -0
- package/node_modules/aws-sdk/clients/workmail.d.ts +383 -5
- package/node_modules/aws-sdk/clients/workspaces.d.ts +87 -40
- package/node_modules/aws-sdk/clients/workspacesweb.d.ts +1520 -0
- package/node_modules/aws-sdk/clients/workspacesweb.js +18 -0
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +129 -80
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +1300 -550
- package/node_modules/aws-sdk/dist/aws-sdk.js +12256 -4407
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +90 -87
- package/node_modules/aws-sdk/lib/config-base.d.ts +8 -0
- package/node_modules/aws-sdk/lib/config.js +15 -3
- package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +42 -0
- package/node_modules/aws-sdk/lib/config_use_dualstack.d.ts +3 -0
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/lib/dynamodb/document_client.d.ts +91 -39
- package/node_modules/aws-sdk/lib/event_listeners.js +1 -2
- package/node_modules/aws-sdk/lib/http_request.d.ts +1 -1
- package/node_modules/aws-sdk/lib/metadata_service/get_endpoint.js +8 -0
- package/node_modules/aws-sdk/lib/metadata_service/get_endpoint_config_options.js +12 -0
- package/node_modules/aws-sdk/lib/metadata_service/get_endpoint_mode.js +8 -0
- package/node_modules/aws-sdk/lib/metadata_service/get_endpoint_mode_config_options.js +14 -0
- package/node_modules/aws-sdk/lib/metadata_service/get_metadata_service_endpoint.js +4 -4
- package/node_modules/aws-sdk/lib/node_loader.js +63 -21
- package/node_modules/aws-sdk/lib/protocol/rest_json.js +6 -12
- package/node_modules/aws-sdk/lib/region/utils.js +21 -0
- package/node_modules/aws-sdk/lib/region_config.js +13 -13
- package/node_modules/aws-sdk/lib/region_config_data.json +141 -6
- package/node_modules/aws-sdk/lib/request.js +4 -6
- package/node_modules/aws-sdk/lib/service.js +19 -0
- package/node_modules/aws-sdk/lib/services/s3.js +16 -20
- package/node_modules/aws-sdk/lib/services/s3control.js +12 -3
- package/node_modules/aws-sdk/lib/services/s3util.js +17 -7
- package/node_modules/aws-sdk/lib/signers/v4.js +1 -1
- package/node_modules/aws-sdk/package.json +4 -5
- package/node_modules/aws-sdk/scripts/region-checker/allowlist.js +18 -14
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/.eslintrc.json +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/AUTHORS +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/CHANGELOG.md +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/LICENSE.md +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/README.md +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/README_js.md +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/bin/uuid +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/index.js +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/lib/bytesToUuid.js +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/lib/md5-browser.js +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/lib/md5.js +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/lib/rng-browser.js +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/lib/rng.js +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/lib/sha1-browser.js +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/lib/sha1.js +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/lib/v35.js +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/package.json +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/v1.js +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/v3.js +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/v4.js +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/v5.js +0 -0
- package/package.json +42 -69
- package/node_modules/aws-sdk/lib/metadata_service/endpoint.js +0 -6
- package/node_modules/aws-sdk/lib/metadata_service/endpoint_config_options.js +0 -14
- package/node_modules/aws-sdk/lib/metadata_service/endpoint_mode.js +0 -6
- package/node_modules/aws-sdk/lib/metadata_service/endpoint_mode_config_options.js +0 -16
- package/node_modules/aws-sdk/lib/services/finspace.js +0 -23
- package/node_modules/aws-sdk/lib/services/finspacedata.js +0 -23
- package/node_modules/aws-sdk/lib/services/lexmodelsv2.js +0 -23
- package/node_modules/aws-sdk/lib/services/lookoutmetrics.js +0 -22
- package/node_modules/aws-sdk/scripts/check-node-version.js +0 -8
|
@@ -11,6 +11,22 @@ declare class Kendra extends Service {
|
|
|
11
11
|
*/
|
|
12
12
|
constructor(options?: Kendra.Types.ClientConfiguration)
|
|
13
13
|
config: Config & Kendra.Types.ClientConfiguration;
|
|
14
|
+
/**
|
|
15
|
+
* Grants users or groups in your Amazon Web Services SSO identity source access to your Amazon Kendra experience. You can create an Amazon Kendra experience such as a search application. For more information on creating a search application experience, see Building a search experience with no code.
|
|
16
|
+
*/
|
|
17
|
+
associateEntitiesToExperience(params: Kendra.Types.AssociateEntitiesToExperienceRequest, callback?: (err: AWSError, data: Kendra.Types.AssociateEntitiesToExperienceResponse) => void): Request<Kendra.Types.AssociateEntitiesToExperienceResponse, AWSError>;
|
|
18
|
+
/**
|
|
19
|
+
* Grants users or groups in your Amazon Web Services SSO identity source access to your Amazon Kendra experience. You can create an Amazon Kendra experience such as a search application. For more information on creating a search application experience, see Building a search experience with no code.
|
|
20
|
+
*/
|
|
21
|
+
associateEntitiesToExperience(callback?: (err: AWSError, data: Kendra.Types.AssociateEntitiesToExperienceResponse) => void): Request<Kendra.Types.AssociateEntitiesToExperienceResponse, AWSError>;
|
|
22
|
+
/**
|
|
23
|
+
* Defines the specific permissions of users or groups in your Amazon Web Services SSO identity source with access to your Amazon Kendra experience. You can create an Amazon Kendra experience such as a search application. For more information on creating a search application experience, see Building a search experience with no code.
|
|
24
|
+
*/
|
|
25
|
+
associatePersonasToEntities(params: Kendra.Types.AssociatePersonasToEntitiesRequest, callback?: (err: AWSError, data: Kendra.Types.AssociatePersonasToEntitiesResponse) => void): Request<Kendra.Types.AssociatePersonasToEntitiesResponse, AWSError>;
|
|
26
|
+
/**
|
|
27
|
+
* Defines the specific permissions of users or groups in your Amazon Web Services SSO identity source with access to your Amazon Kendra experience. You can create an Amazon Kendra experience such as a search application. For more information on creating a search application experience, see Building a search experience with no code.
|
|
28
|
+
*/
|
|
29
|
+
associatePersonasToEntities(callback?: (err: AWSError, data: Kendra.Types.AssociatePersonasToEntitiesResponse) => void): Request<Kendra.Types.AssociatePersonasToEntitiesResponse, AWSError>;
|
|
14
30
|
/**
|
|
15
31
|
* Removes one or more documents from an index. The documents must have been added with the BatchPutDocument operation. The documents are deleted asynchronously. You can see the progress of the deletion by using Amazon Web Services CloudWatch. Any error messages related to the processing of the batch are sent to you CloudWatch log.
|
|
16
32
|
*/
|
|
@@ -36,21 +52,29 @@ declare class Kendra extends Service {
|
|
|
36
52
|
*/
|
|
37
53
|
batchPutDocument(callback?: (err: AWSError, data: Kendra.Types.BatchPutDocumentResponse) => void): Request<Kendra.Types.BatchPutDocumentResponse, AWSError>;
|
|
38
54
|
/**
|
|
39
|
-
* Clears existing query suggestions from an index. This deletes existing suggestions only, not the queries in the query log. After you clear suggestions, Amazon Kendra learns new suggestions based on new queries added to the query log from the time you cleared suggestions. If you do not see any new suggestions, then please allow Amazon Kendra to collect enough queries to learn new suggestions.
|
|
55
|
+
* Clears existing query suggestions from an index. This deletes existing suggestions only, not the queries in the query log. After you clear suggestions, Amazon Kendra learns new suggestions based on new queries added to the query log from the time you cleared suggestions. If you do not see any new suggestions, then please allow Amazon Kendra to collect enough queries to learn new suggestions. ClearQuerySuggestions is currently not supported in the Amazon Web Services GovCloud (US-West) region.
|
|
40
56
|
*/
|
|
41
57
|
clearQuerySuggestions(params: Kendra.Types.ClearQuerySuggestionsRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
42
58
|
/**
|
|
43
|
-
* Clears existing query suggestions from an index. This deletes existing suggestions only, not the queries in the query log. After you clear suggestions, Amazon Kendra learns new suggestions based on new queries added to the query log from the time you cleared suggestions. If you do not see any new suggestions, then please allow Amazon Kendra to collect enough queries to learn new suggestions.
|
|
59
|
+
* Clears existing query suggestions from an index. This deletes existing suggestions only, not the queries in the query log. After you clear suggestions, Amazon Kendra learns new suggestions based on new queries added to the query log from the time you cleared suggestions. If you do not see any new suggestions, then please allow Amazon Kendra to collect enough queries to learn new suggestions. ClearQuerySuggestions is currently not supported in the Amazon Web Services GovCloud (US-West) region.
|
|
44
60
|
*/
|
|
45
61
|
clearQuerySuggestions(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
46
62
|
/**
|
|
47
|
-
* Creates a data source that you
|
|
63
|
+
* Creates a data source that you want to use with an Amazon Kendra index. You specify a name, data source connector type and description for your data source. You also specify configuration information for the data source connector. CreateDataSource is a synchronous operation. The operation returns 200 if the data source was successfully created. Otherwise, an exception is raised. Amazon S3 and custom data sources are the only supported data sources in the Amazon Web Services GovCloud (US-West) region.
|
|
48
64
|
*/
|
|
49
65
|
createDataSource(params: Kendra.Types.CreateDataSourceRequest, callback?: (err: AWSError, data: Kendra.Types.CreateDataSourceResponse) => void): Request<Kendra.Types.CreateDataSourceResponse, AWSError>;
|
|
50
66
|
/**
|
|
51
|
-
* Creates a data source that you
|
|
67
|
+
* Creates a data source that you want to use with an Amazon Kendra index. You specify a name, data source connector type and description for your data source. You also specify configuration information for the data source connector. CreateDataSource is a synchronous operation. The operation returns 200 if the data source was successfully created. Otherwise, an exception is raised. Amazon S3 and custom data sources are the only supported data sources in the Amazon Web Services GovCloud (US-West) region.
|
|
52
68
|
*/
|
|
53
69
|
createDataSource(callback?: (err: AWSError, data: Kendra.Types.CreateDataSourceResponse) => void): Request<Kendra.Types.CreateDataSourceResponse, AWSError>;
|
|
70
|
+
/**
|
|
71
|
+
* Creates an Amazon Kendra experience such as a search application. For more information on creating a search application experience, see Building a search experience with no code.
|
|
72
|
+
*/
|
|
73
|
+
createExperience(params: Kendra.Types.CreateExperienceRequest, callback?: (err: AWSError, data: Kendra.Types.CreateExperienceResponse) => void): Request<Kendra.Types.CreateExperienceResponse, AWSError>;
|
|
74
|
+
/**
|
|
75
|
+
* Creates an Amazon Kendra experience such as a search application. For more information on creating a search application experience, see Building a search experience with no code.
|
|
76
|
+
*/
|
|
77
|
+
createExperience(callback?: (err: AWSError, data: Kendra.Types.CreateExperienceResponse) => void): Request<Kendra.Types.CreateExperienceResponse, AWSError>;
|
|
54
78
|
/**
|
|
55
79
|
* Creates an new set of frequently asked question (FAQ) questions and answers.
|
|
56
80
|
*/
|
|
@@ -68,11 +92,11 @@ declare class Kendra extends Service {
|
|
|
68
92
|
*/
|
|
69
93
|
createIndex(callback?: (err: AWSError, data: Kendra.Types.CreateIndexResponse) => void): Request<Kendra.Types.CreateIndexResponse, AWSError>;
|
|
70
94
|
/**
|
|
71
|
-
* Creates a block list to exlcude certain queries from suggestions. Any query that contains words or phrases specified in the block list is blocked or filtered out from being shown as a suggestion. You need to provide the file location of your block list text file in your S3 bucket. In your text file, enter each block word or phrase on a separate line. For information on the current quota limits for block lists, see Quotas for Amazon Kendra.
|
|
95
|
+
* Creates a block list to exlcude certain queries from suggestions. Any query that contains words or phrases specified in the block list is blocked or filtered out from being shown as a suggestion. You need to provide the file location of your block list text file in your S3 bucket. In your text file, enter each block word or phrase on a separate line. For information on the current quota limits for block lists, see Quotas for Amazon Kendra. CreateQuerySuggestionsBlockList is currently not supported in the Amazon Web Services GovCloud (US-West) region.
|
|
72
96
|
*/
|
|
73
97
|
createQuerySuggestionsBlockList(params: Kendra.Types.CreateQuerySuggestionsBlockListRequest, callback?: (err: AWSError, data: Kendra.Types.CreateQuerySuggestionsBlockListResponse) => void): Request<Kendra.Types.CreateQuerySuggestionsBlockListResponse, AWSError>;
|
|
74
98
|
/**
|
|
75
|
-
* Creates a block list to exlcude certain queries from suggestions. Any query that contains words or phrases specified in the block list is blocked or filtered out from being shown as a suggestion. You need to provide the file location of your block list text file in your S3 bucket. In your text file, enter each block word or phrase on a separate line. For information on the current quota limits for block lists, see Quotas for Amazon Kendra.
|
|
99
|
+
* Creates a block list to exlcude certain queries from suggestions. Any query that contains words or phrases specified in the block list is blocked or filtered out from being shown as a suggestion. You need to provide the file location of your block list text file in your S3 bucket. In your text file, enter each block word or phrase on a separate line. For information on the current quota limits for block lists, see Quotas for Amazon Kendra. CreateQuerySuggestionsBlockList is currently not supported in the Amazon Web Services GovCloud (US-West) region.
|
|
76
100
|
*/
|
|
77
101
|
createQuerySuggestionsBlockList(callback?: (err: AWSError, data: Kendra.Types.CreateQuerySuggestionsBlockListResponse) => void): Request<Kendra.Types.CreateQuerySuggestionsBlockListResponse, AWSError>;
|
|
78
102
|
/**
|
|
@@ -91,6 +115,14 @@ declare class Kendra extends Service {
|
|
|
91
115
|
* Deletes an Amazon Kendra data source. An exception is not thrown if the data source is already being deleted. While the data source is being deleted, the Status field returned by a call to the DescribeDataSource operation is set to DELETING. For more information, see Deleting Data Sources.
|
|
92
116
|
*/
|
|
93
117
|
deleteDataSource(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
118
|
+
/**
|
|
119
|
+
* Deletes your Amazon Kendra experience such as a search application. For more information on creating a search application experience, see Building a search experience with no code.
|
|
120
|
+
*/
|
|
121
|
+
deleteExperience(params: Kendra.Types.DeleteExperienceRequest, callback?: (err: AWSError, data: Kendra.Types.DeleteExperienceResponse) => void): Request<Kendra.Types.DeleteExperienceResponse, AWSError>;
|
|
122
|
+
/**
|
|
123
|
+
* Deletes your Amazon Kendra experience such as a search application. For more information on creating a search application experience, see Building a search experience with no code.
|
|
124
|
+
*/
|
|
125
|
+
deleteExperience(callback?: (err: AWSError, data: Kendra.Types.DeleteExperienceResponse) => void): Request<Kendra.Types.DeleteExperienceResponse, AWSError>;
|
|
94
126
|
/**
|
|
95
127
|
* Removes an FAQ from an index.
|
|
96
128
|
*/
|
|
@@ -108,19 +140,19 @@ declare class Kendra extends Service {
|
|
|
108
140
|
*/
|
|
109
141
|
deleteIndex(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
110
142
|
/**
|
|
111
|
-
* Deletes a group so that all users and sub groups that belong to the group can no longer access documents only available to that group. For example, after deleting the group "Summer Interns", all interns who belonged to that group no longer see intern-only documents in their search results. If you want to delete or replace users or sub groups of a group, you need to use the PutPrincipalMapping operation. For example, if a user in the group "Engineering" leaves the engineering team and another user takes their place, you provide an updated list of users or sub groups that belong to the "Engineering" group when calling PutPrincipalMapping. You can update your internal list of users or sub groups and input this list when calling PutPrincipalMapping.
|
|
143
|
+
* Deletes a group so that all users and sub groups that belong to the group can no longer access documents only available to that group. For example, after deleting the group "Summer Interns", all interns who belonged to that group no longer see intern-only documents in their search results. If you want to delete or replace users or sub groups of a group, you need to use the PutPrincipalMapping operation. For example, if a user in the group "Engineering" leaves the engineering team and another user takes their place, you provide an updated list of users or sub groups that belong to the "Engineering" group when calling PutPrincipalMapping. You can update your internal list of users or sub groups and input this list when calling PutPrincipalMapping. DeletePrincipalMapping is currently not supported in the Amazon Web Services GovCloud (US-West) region.
|
|
112
144
|
*/
|
|
113
145
|
deletePrincipalMapping(params: Kendra.Types.DeletePrincipalMappingRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
114
146
|
/**
|
|
115
|
-
* Deletes a group so that all users and sub groups that belong to the group can no longer access documents only available to that group. For example, after deleting the group "Summer Interns", all interns who belonged to that group no longer see intern-only documents in their search results. If you want to delete or replace users or sub groups of a group, you need to use the PutPrincipalMapping operation. For example, if a user in the group "Engineering" leaves the engineering team and another user takes their place, you provide an updated list of users or sub groups that belong to the "Engineering" group when calling PutPrincipalMapping. You can update your internal list of users or sub groups and input this list when calling PutPrincipalMapping.
|
|
147
|
+
* Deletes a group so that all users and sub groups that belong to the group can no longer access documents only available to that group. For example, after deleting the group "Summer Interns", all interns who belonged to that group no longer see intern-only documents in their search results. If you want to delete or replace users or sub groups of a group, you need to use the PutPrincipalMapping operation. For example, if a user in the group "Engineering" leaves the engineering team and another user takes their place, you provide an updated list of users or sub groups that belong to the "Engineering" group when calling PutPrincipalMapping. You can update your internal list of users or sub groups and input this list when calling PutPrincipalMapping. DeletePrincipalMapping is currently not supported in the Amazon Web Services GovCloud (US-West) region.
|
|
116
148
|
*/
|
|
117
149
|
deletePrincipalMapping(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
118
150
|
/**
|
|
119
|
-
* Deletes a block list used for query suggestions for an index. A deleted block list might not take effect right away. Amazon Kendra needs to refresh the entire suggestions list to add back the queries that were previously blocked.
|
|
151
|
+
* Deletes a block list used for query suggestions for an index. A deleted block list might not take effect right away. Amazon Kendra needs to refresh the entire suggestions list to add back the queries that were previously blocked. DeleteQuerySuggestionsBlockList is currently not supported in the Amazon Web Services GovCloud (US-West) region.
|
|
120
152
|
*/
|
|
121
153
|
deleteQuerySuggestionsBlockList(params: Kendra.Types.DeleteQuerySuggestionsBlockListRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
122
154
|
/**
|
|
123
|
-
* Deletes a block list used for query suggestions for an index. A deleted block list might not take effect right away. Amazon Kendra needs to refresh the entire suggestions list to add back the queries that were previously blocked.
|
|
155
|
+
* Deletes a block list used for query suggestions for an index. A deleted block list might not take effect right away. Amazon Kendra needs to refresh the entire suggestions list to add back the queries that were previously blocked. DeleteQuerySuggestionsBlockList is currently not supported in the Amazon Web Services GovCloud (US-West) region.
|
|
124
156
|
*/
|
|
125
157
|
deleteQuerySuggestionsBlockList(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
126
158
|
/**
|
|
@@ -139,6 +171,14 @@ declare class Kendra extends Service {
|
|
|
139
171
|
* Gets information about a Amazon Kendra data source.
|
|
140
172
|
*/
|
|
141
173
|
describeDataSource(callback?: (err: AWSError, data: Kendra.Types.DescribeDataSourceResponse) => void): Request<Kendra.Types.DescribeDataSourceResponse, AWSError>;
|
|
174
|
+
/**
|
|
175
|
+
* Gets information about your Amazon Kendra experience such as a search application. For more information on creating a search application experience, see Building a search experience with no code.
|
|
176
|
+
*/
|
|
177
|
+
describeExperience(params: Kendra.Types.DescribeExperienceRequest, callback?: (err: AWSError, data: Kendra.Types.DescribeExperienceResponse) => void): Request<Kendra.Types.DescribeExperienceResponse, AWSError>;
|
|
178
|
+
/**
|
|
179
|
+
* Gets information about your Amazon Kendra experience such as a search application. For more information on creating a search application experience, see Building a search experience with no code.
|
|
180
|
+
*/
|
|
181
|
+
describeExperience(callback?: (err: AWSError, data: Kendra.Types.DescribeExperienceResponse) => void): Request<Kendra.Types.DescribeExperienceResponse, AWSError>;
|
|
142
182
|
/**
|
|
143
183
|
* Gets information about an FAQ list.
|
|
144
184
|
*/
|
|
@@ -156,27 +196,27 @@ declare class Kendra extends Service {
|
|
|
156
196
|
*/
|
|
157
197
|
describeIndex(callback?: (err: AWSError, data: Kendra.Types.DescribeIndexResponse) => void): Request<Kendra.Types.DescribeIndexResponse, AWSError>;
|
|
158
198
|
/**
|
|
159
|
-
* Describes the processing of PUT and DELETE actions for mapping users to their groups. This includes information on the status of actions currently processing or yet to be processed, when actions were last updated, when actions were received by Amazon Kendra, the latest action that should process and apply after other actions, and useful error messages if an action could not be processed.
|
|
199
|
+
* Describes the processing of PUT and DELETE actions for mapping users to their groups. This includes information on the status of actions currently processing or yet to be processed, when actions were last updated, when actions were received by Amazon Kendra, the latest action that should process and apply after other actions, and useful error messages if an action could not be processed. DescribePrincipalMapping is currently not supported in the Amazon Web Services GovCloud (US-West) region.
|
|
160
200
|
*/
|
|
161
201
|
describePrincipalMapping(params: Kendra.Types.DescribePrincipalMappingRequest, callback?: (err: AWSError, data: Kendra.Types.DescribePrincipalMappingResponse) => void): Request<Kendra.Types.DescribePrincipalMappingResponse, AWSError>;
|
|
162
202
|
/**
|
|
163
|
-
* Describes the processing of PUT and DELETE actions for mapping users to their groups. This includes information on the status of actions currently processing or yet to be processed, when actions were last updated, when actions were received by Amazon Kendra, the latest action that should process and apply after other actions, and useful error messages if an action could not be processed.
|
|
203
|
+
* Describes the processing of PUT and DELETE actions for mapping users to their groups. This includes information on the status of actions currently processing or yet to be processed, when actions were last updated, when actions were received by Amazon Kendra, the latest action that should process and apply after other actions, and useful error messages if an action could not be processed. DescribePrincipalMapping is currently not supported in the Amazon Web Services GovCloud (US-West) region.
|
|
164
204
|
*/
|
|
165
205
|
describePrincipalMapping(callback?: (err: AWSError, data: Kendra.Types.DescribePrincipalMappingResponse) => void): Request<Kendra.Types.DescribePrincipalMappingResponse, AWSError>;
|
|
166
206
|
/**
|
|
167
|
-
* Describes a block list used for query suggestions for an index. This is used to check the current settings that are applied to a block list.
|
|
207
|
+
* Describes a block list used for query suggestions for an index. This is used to check the current settings that are applied to a block list. DescribeQuerySuggestionsBlockList is currently not supported in the Amazon Web Services GovCloud (US-West) region.
|
|
168
208
|
*/
|
|
169
209
|
describeQuerySuggestionsBlockList(params: Kendra.Types.DescribeQuerySuggestionsBlockListRequest, callback?: (err: AWSError, data: Kendra.Types.DescribeQuerySuggestionsBlockListResponse) => void): Request<Kendra.Types.DescribeQuerySuggestionsBlockListResponse, AWSError>;
|
|
170
210
|
/**
|
|
171
|
-
* Describes a block list used for query suggestions for an index. This is used to check the current settings that are applied to a block list.
|
|
211
|
+
* Describes a block list used for query suggestions for an index. This is used to check the current settings that are applied to a block list. DescribeQuerySuggestionsBlockList is currently not supported in the Amazon Web Services GovCloud (US-West) region.
|
|
172
212
|
*/
|
|
173
213
|
describeQuerySuggestionsBlockList(callback?: (err: AWSError, data: Kendra.Types.DescribeQuerySuggestionsBlockListResponse) => void): Request<Kendra.Types.DescribeQuerySuggestionsBlockListResponse, AWSError>;
|
|
174
214
|
/**
|
|
175
|
-
* Describes the settings of query suggestions for an index. This is used to check the current settings applied to query suggestions.
|
|
215
|
+
* Describes the settings of query suggestions for an index. This is used to check the current settings applied to query suggestions. DescribeQuerySuggestionsConfig is currently not supported in the Amazon Web Services GovCloud (US-West) region.
|
|
176
216
|
*/
|
|
177
217
|
describeQuerySuggestionsConfig(params: Kendra.Types.DescribeQuerySuggestionsConfigRequest, callback?: (err: AWSError, data: Kendra.Types.DescribeQuerySuggestionsConfigResponse) => void): Request<Kendra.Types.DescribeQuerySuggestionsConfigResponse, AWSError>;
|
|
178
218
|
/**
|
|
179
|
-
* Describes the settings of query suggestions for an index. This is used to check the current settings applied to query suggestions.
|
|
219
|
+
* Describes the settings of query suggestions for an index. This is used to check the current settings applied to query suggestions. DescribeQuerySuggestionsConfig is currently not supported in the Amazon Web Services GovCloud (US-West) region.
|
|
180
220
|
*/
|
|
181
221
|
describeQuerySuggestionsConfig(callback?: (err: AWSError, data: Kendra.Types.DescribeQuerySuggestionsConfigResponse) => void): Request<Kendra.Types.DescribeQuerySuggestionsConfigResponse, AWSError>;
|
|
182
222
|
/**
|
|
@@ -188,13 +228,37 @@ declare class Kendra extends Service {
|
|
|
188
228
|
*/
|
|
189
229
|
describeThesaurus(callback?: (err: AWSError, data: Kendra.Types.DescribeThesaurusResponse) => void): Request<Kendra.Types.DescribeThesaurusResponse, AWSError>;
|
|
190
230
|
/**
|
|
191
|
-
*
|
|
231
|
+
* Prevents users or groups in your Amazon Web Services SSO identity source from accessing your Amazon Kendra experience. You can create an Amazon Kendra experience such as a search application. For more information on creating a search application experience, see Building a search experience with no code.
|
|
232
|
+
*/
|
|
233
|
+
disassociateEntitiesFromExperience(params: Kendra.Types.DisassociateEntitiesFromExperienceRequest, callback?: (err: AWSError, data: Kendra.Types.DisassociateEntitiesFromExperienceResponse) => void): Request<Kendra.Types.DisassociateEntitiesFromExperienceResponse, AWSError>;
|
|
234
|
+
/**
|
|
235
|
+
* Prevents users or groups in your Amazon Web Services SSO identity source from accessing your Amazon Kendra experience. You can create an Amazon Kendra experience such as a search application. For more information on creating a search application experience, see Building a search experience with no code.
|
|
236
|
+
*/
|
|
237
|
+
disassociateEntitiesFromExperience(callback?: (err: AWSError, data: Kendra.Types.DisassociateEntitiesFromExperienceResponse) => void): Request<Kendra.Types.DisassociateEntitiesFromExperienceResponse, AWSError>;
|
|
238
|
+
/**
|
|
239
|
+
* Removes the specific permissions of users or groups in your Amazon Web Services SSO identity source with access to your Amazon Kendra experience. You can create an Amazon Kendra experience such as a search application. For more information on creating a search application experience, see Building a search experience with no code.
|
|
240
|
+
*/
|
|
241
|
+
disassociatePersonasFromEntities(params: Kendra.Types.DisassociatePersonasFromEntitiesRequest, callback?: (err: AWSError, data: Kendra.Types.DisassociatePersonasFromEntitiesResponse) => void): Request<Kendra.Types.DisassociatePersonasFromEntitiesResponse, AWSError>;
|
|
242
|
+
/**
|
|
243
|
+
* Removes the specific permissions of users or groups in your Amazon Web Services SSO identity source with access to your Amazon Kendra experience. You can create an Amazon Kendra experience such as a search application. For more information on creating a search application experience, see Building a search experience with no code.
|
|
244
|
+
*/
|
|
245
|
+
disassociatePersonasFromEntities(callback?: (err: AWSError, data: Kendra.Types.DisassociatePersonasFromEntitiesResponse) => void): Request<Kendra.Types.DisassociatePersonasFromEntitiesResponse, AWSError>;
|
|
246
|
+
/**
|
|
247
|
+
* Fetches the queries that are suggested to your users. GetQuerySuggestions is currently not supported in the Amazon Web Services GovCloud (US-West) region.
|
|
192
248
|
*/
|
|
193
249
|
getQuerySuggestions(params: Kendra.Types.GetQuerySuggestionsRequest, callback?: (err: AWSError, data: Kendra.Types.GetQuerySuggestionsResponse) => void): Request<Kendra.Types.GetQuerySuggestionsResponse, AWSError>;
|
|
194
250
|
/**
|
|
195
|
-
* Fetches the queries that are suggested to your users.
|
|
251
|
+
* Fetches the queries that are suggested to your users. GetQuerySuggestions is currently not supported in the Amazon Web Services GovCloud (US-West) region.
|
|
196
252
|
*/
|
|
197
253
|
getQuerySuggestions(callback?: (err: AWSError, data: Kendra.Types.GetQuerySuggestionsResponse) => void): Request<Kendra.Types.GetQuerySuggestionsResponse, AWSError>;
|
|
254
|
+
/**
|
|
255
|
+
* Retrieves search metrics data. The data provides a snapshot of how your users interact with your search application and how effective the application is.
|
|
256
|
+
*/
|
|
257
|
+
getSnapshots(params: Kendra.Types.GetSnapshotsRequest, callback?: (err: AWSError, data: Kendra.Types.GetSnapshotsResponse) => void): Request<Kendra.Types.GetSnapshotsResponse, AWSError>;
|
|
258
|
+
/**
|
|
259
|
+
* Retrieves search metrics data. The data provides a snapshot of how your users interact with your search application and how effective the application is.
|
|
260
|
+
*/
|
|
261
|
+
getSnapshots(callback?: (err: AWSError, data: Kendra.Types.GetSnapshotsResponse) => void): Request<Kendra.Types.GetSnapshotsResponse, AWSError>;
|
|
198
262
|
/**
|
|
199
263
|
* Gets statistics about synchronizing Amazon Kendra with a data source.
|
|
200
264
|
*/
|
|
@@ -211,6 +275,30 @@ declare class Kendra extends Service {
|
|
|
211
275
|
* Lists the data sources that you have created.
|
|
212
276
|
*/
|
|
213
277
|
listDataSources(callback?: (err: AWSError, data: Kendra.Types.ListDataSourcesResponse) => void): Request<Kendra.Types.ListDataSourcesResponse, AWSError>;
|
|
278
|
+
/**
|
|
279
|
+
* Lists specific permissions of users and groups with access to your Amazon Kendra experience.
|
|
280
|
+
*/
|
|
281
|
+
listEntityPersonas(params: Kendra.Types.ListEntityPersonasRequest, callback?: (err: AWSError, data: Kendra.Types.ListEntityPersonasResponse) => void): Request<Kendra.Types.ListEntityPersonasResponse, AWSError>;
|
|
282
|
+
/**
|
|
283
|
+
* Lists specific permissions of users and groups with access to your Amazon Kendra experience.
|
|
284
|
+
*/
|
|
285
|
+
listEntityPersonas(callback?: (err: AWSError, data: Kendra.Types.ListEntityPersonasResponse) => void): Request<Kendra.Types.ListEntityPersonasResponse, AWSError>;
|
|
286
|
+
/**
|
|
287
|
+
* Lists users or groups in your Amazon Web Services SSO identity source that are granted access to your Amazon Kendra experience. You can create an Amazon Kendra experience such as a search application. For more information on creating a search application experience, see Building a search experience with no code.
|
|
288
|
+
*/
|
|
289
|
+
listExperienceEntities(params: Kendra.Types.ListExperienceEntitiesRequest, callback?: (err: AWSError, data: Kendra.Types.ListExperienceEntitiesResponse) => void): Request<Kendra.Types.ListExperienceEntitiesResponse, AWSError>;
|
|
290
|
+
/**
|
|
291
|
+
* Lists users or groups in your Amazon Web Services SSO identity source that are granted access to your Amazon Kendra experience. You can create an Amazon Kendra experience such as a search application. For more information on creating a search application experience, see Building a search experience with no code.
|
|
292
|
+
*/
|
|
293
|
+
listExperienceEntities(callback?: (err: AWSError, data: Kendra.Types.ListExperienceEntitiesResponse) => void): Request<Kendra.Types.ListExperienceEntitiesResponse, AWSError>;
|
|
294
|
+
/**
|
|
295
|
+
* Lists one or more Amazon Kendra experiences. You can create an Amazon Kendra experience such as a search application. For more information on creating a search application experience, see Building a search experience with no code.
|
|
296
|
+
*/
|
|
297
|
+
listExperiences(params: Kendra.Types.ListExperiencesRequest, callback?: (err: AWSError, data: Kendra.Types.ListExperiencesResponse) => void): Request<Kendra.Types.ListExperiencesResponse, AWSError>;
|
|
298
|
+
/**
|
|
299
|
+
* Lists one or more Amazon Kendra experiences. You can create an Amazon Kendra experience such as a search application. For more information on creating a search application experience, see Building a search experience with no code.
|
|
300
|
+
*/
|
|
301
|
+
listExperiences(callback?: (err: AWSError, data: Kendra.Types.ListExperiencesResponse) => void): Request<Kendra.Types.ListExperiencesResponse, AWSError>;
|
|
214
302
|
/**
|
|
215
303
|
* Gets a list of FAQ lists associated with an index.
|
|
216
304
|
*/
|
|
@@ -220,11 +308,11 @@ declare class Kendra extends Service {
|
|
|
220
308
|
*/
|
|
221
309
|
listFaqs(callback?: (err: AWSError, data: Kendra.Types.ListFaqsResponse) => void): Request<Kendra.Types.ListFaqsResponse, AWSError>;
|
|
222
310
|
/**
|
|
223
|
-
* Provides a list of groups that are mapped to users before a given ordering or timestamp identifier.
|
|
311
|
+
* Provides a list of groups that are mapped to users before a given ordering or timestamp identifier. ListGroupsOlderThanOrderingId is currently not supported in the Amazon Web Services GovCloud (US-West) region.
|
|
224
312
|
*/
|
|
225
313
|
listGroupsOlderThanOrderingId(params: Kendra.Types.ListGroupsOlderThanOrderingIdRequest, callback?: (err: AWSError, data: Kendra.Types.ListGroupsOlderThanOrderingIdResponse) => void): Request<Kendra.Types.ListGroupsOlderThanOrderingIdResponse, AWSError>;
|
|
226
314
|
/**
|
|
227
|
-
* Provides a list of groups that are mapped to users before a given ordering or timestamp identifier.
|
|
315
|
+
* Provides a list of groups that are mapped to users before a given ordering or timestamp identifier. ListGroupsOlderThanOrderingId is currently not supported in the Amazon Web Services GovCloud (US-West) region.
|
|
228
316
|
*/
|
|
229
317
|
listGroupsOlderThanOrderingId(callback?: (err: AWSError, data: Kendra.Types.ListGroupsOlderThanOrderingIdResponse) => void): Request<Kendra.Types.ListGroupsOlderThanOrderingIdResponse, AWSError>;
|
|
230
318
|
/**
|
|
@@ -236,11 +324,11 @@ declare class Kendra extends Service {
|
|
|
236
324
|
*/
|
|
237
325
|
listIndices(callback?: (err: AWSError, data: Kendra.Types.ListIndicesResponse) => void): Request<Kendra.Types.ListIndicesResponse, AWSError>;
|
|
238
326
|
/**
|
|
239
|
-
* Lists the block lists used for query suggestions for an index. For information on the current quota limits for block lists, see Quotas for Amazon Kendra.
|
|
327
|
+
* Lists the block lists used for query suggestions for an index. For information on the current quota limits for block lists, see Quotas for Amazon Kendra. ListQuerySuggestionsBlockLists is currently not supported in the Amazon Web Services GovCloud (US-West) region.
|
|
240
328
|
*/
|
|
241
329
|
listQuerySuggestionsBlockLists(params: Kendra.Types.ListQuerySuggestionsBlockListsRequest, callback?: (err: AWSError, data: Kendra.Types.ListQuerySuggestionsBlockListsResponse) => void): Request<Kendra.Types.ListQuerySuggestionsBlockListsResponse, AWSError>;
|
|
242
330
|
/**
|
|
243
|
-
* Lists the block lists used for query suggestions for an index. For information on the current quota limits for block lists, see Quotas for Amazon Kendra.
|
|
331
|
+
* Lists the block lists used for query suggestions for an index. For information on the current quota limits for block lists, see Quotas for Amazon Kendra. ListQuerySuggestionsBlockLists is currently not supported in the Amazon Web Services GovCloud (US-West) region.
|
|
244
332
|
*/
|
|
245
333
|
listQuerySuggestionsBlockLists(callback?: (err: AWSError, data: Kendra.Types.ListQuerySuggestionsBlockListsResponse) => void): Request<Kendra.Types.ListQuerySuggestionsBlockListsResponse, AWSError>;
|
|
246
334
|
/**
|
|
@@ -260,11 +348,11 @@ declare class Kendra extends Service {
|
|
|
260
348
|
*/
|
|
261
349
|
listThesauri(callback?: (err: AWSError, data: Kendra.Types.ListThesauriResponse) => void): Request<Kendra.Types.ListThesauriResponse, AWSError>;
|
|
262
350
|
/**
|
|
263
|
-
* Maps users to their groups. You can also map sub groups to groups. For example, the group "Company Intellectual Property Teams" includes sub groups "Research" and "Engineering". These sub groups include their own list of users or people who work in these teams. Only users who work in research and engineering, and therefore belong in the intellectual property group, can see top-secret company documents in their search results.
|
|
351
|
+
* Maps users to their groups so that you only need to provide the user ID when you issue the query. You can also map sub groups to groups. For example, the group "Company Intellectual Property Teams" includes sub groups "Research" and "Engineering". These sub groups include their own list of users or people who work in these teams. Only users who work in research and engineering, and therefore belong in the intellectual property group, can see top-secret company documents in their search results. You map users to their groups when you want to filter search results for different users based on their group’s access to documents. For more information on filtering search results for different users, see Filtering on user context. If more than five PUT actions for a group are currently processing, a validation exception is thrown. PutPrincipalMapping is currently not supported in the Amazon Web Services GovCloud (US-West) region.
|
|
264
352
|
*/
|
|
265
353
|
putPrincipalMapping(params: Kendra.Types.PutPrincipalMappingRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
266
354
|
/**
|
|
267
|
-
* Maps users to their groups. You can also map sub groups to groups. For example, the group "Company Intellectual Property Teams" includes sub groups "Research" and "Engineering". These sub groups include their own list of users or people who work in these teams. Only users who work in research and engineering, and therefore belong in the intellectual property group, can see top-secret company documents in their search results.
|
|
355
|
+
* Maps users to their groups so that you only need to provide the user ID when you issue the query. You can also map sub groups to groups. For example, the group "Company Intellectual Property Teams" includes sub groups "Research" and "Engineering". These sub groups include their own list of users or people who work in these teams. Only users who work in research and engineering, and therefore belong in the intellectual property group, can see top-secret company documents in their search results. You map users to their groups when you want to filter search results for different users based on their group’s access to documents. For more information on filtering search results for different users, see Filtering on user context. If more than five PUT actions for a group are currently processing, a validation exception is thrown. PutPrincipalMapping is currently not supported in the Amazon Web Services GovCloud (US-West) region.
|
|
268
356
|
*/
|
|
269
357
|
putPrincipalMapping(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
270
358
|
/**
|
|
@@ -292,11 +380,11 @@ declare class Kendra extends Service {
|
|
|
292
380
|
*/
|
|
293
381
|
stopDataSourceSyncJob(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
294
382
|
/**
|
|
295
|
-
* Enables you to provide feedback to Amazon Kendra to improve the performance of your index.
|
|
383
|
+
* Enables you to provide feedback to Amazon Kendra to improve the performance of your index. SubmitFeedback is currently not supported in the Amazon Web Services GovCloud (US-West) region.
|
|
296
384
|
*/
|
|
297
385
|
submitFeedback(params: Kendra.Types.SubmitFeedbackRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
298
386
|
/**
|
|
299
|
-
* Enables you to provide feedback to Amazon Kendra to improve the performance of your index.
|
|
387
|
+
* Enables you to provide feedback to Amazon Kendra to improve the performance of your index. SubmitFeedback is currently not supported in the Amazon Web Services GovCloud (US-West) region.
|
|
300
388
|
*/
|
|
301
389
|
submitFeedback(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
302
390
|
/**
|
|
@@ -323,6 +411,14 @@ declare class Kendra extends Service {
|
|
|
323
411
|
* Updates an existing Amazon Kendra data source.
|
|
324
412
|
*/
|
|
325
413
|
updateDataSource(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
414
|
+
/**
|
|
415
|
+
* Updates your Amazon Kendra experience such as a search application. For more information on creating a search application experience, see Building a search experience with no code.
|
|
416
|
+
*/
|
|
417
|
+
updateExperience(params: Kendra.Types.UpdateExperienceRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
418
|
+
/**
|
|
419
|
+
* Updates your Amazon Kendra experience such as a search application. For more information on creating a search application experience, see Building a search experience with no code.
|
|
420
|
+
*/
|
|
421
|
+
updateExperience(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
326
422
|
/**
|
|
327
423
|
* Updates an existing Amazon Kendra index.
|
|
328
424
|
*/
|
|
@@ -332,19 +428,19 @@ declare class Kendra extends Service {
|
|
|
332
428
|
*/
|
|
333
429
|
updateIndex(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
334
430
|
/**
|
|
335
|
-
* Updates a block list used for query suggestions for an index. Updates to a block list might not take effect right away. Amazon Kendra needs to refresh the entire suggestions list to apply any updates to the block list. Other changes not related to the block list apply immediately. If a block list is updating, then you need to wait for the first update to finish before submitting another update. Amazon Kendra supports partial updates, so you only need to provide the fields you want to update.
|
|
431
|
+
* Updates a block list used for query suggestions for an index. Updates to a block list might not take effect right away. Amazon Kendra needs to refresh the entire suggestions list to apply any updates to the block list. Other changes not related to the block list apply immediately. If a block list is updating, then you need to wait for the first update to finish before submitting another update. Amazon Kendra supports partial updates, so you only need to provide the fields you want to update. UpdateQuerySuggestionsBlockList is currently not supported in the Amazon Web Services GovCloud (US-West) region.
|
|
336
432
|
*/
|
|
337
433
|
updateQuerySuggestionsBlockList(params: Kendra.Types.UpdateQuerySuggestionsBlockListRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
338
434
|
/**
|
|
339
|
-
* Updates a block list used for query suggestions for an index. Updates to a block list might not take effect right away. Amazon Kendra needs to refresh the entire suggestions list to apply any updates to the block list. Other changes not related to the block list apply immediately. If a block list is updating, then you need to wait for the first update to finish before submitting another update. Amazon Kendra supports partial updates, so you only need to provide the fields you want to update.
|
|
435
|
+
* Updates a block list used for query suggestions for an index. Updates to a block list might not take effect right away. Amazon Kendra needs to refresh the entire suggestions list to apply any updates to the block list. Other changes not related to the block list apply immediately. If a block list is updating, then you need to wait for the first update to finish before submitting another update. Amazon Kendra supports partial updates, so you only need to provide the fields you want to update. UpdateQuerySuggestionsBlockList is currently not supported in the Amazon Web Services GovCloud (US-West) region.
|
|
340
436
|
*/
|
|
341
437
|
updateQuerySuggestionsBlockList(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
342
438
|
/**
|
|
343
|
-
* Updates the settings of query suggestions for an index. Amazon Kendra supports partial updates, so you only need to provide the fields you want to update. If an update is currently processing (i.e. 'happening'), you need to wait for the update to finish before making another update. Updates to query suggestions settings might not take effect right away. The time for your updated settings to take effect depends on the updates made and the number of search queries in your index. You can still enable/disable query suggestions at any time.
|
|
439
|
+
* Updates the settings of query suggestions for an index. Amazon Kendra supports partial updates, so you only need to provide the fields you want to update. If an update is currently processing (i.e. 'happening'), you need to wait for the update to finish before making another update. Updates to query suggestions settings might not take effect right away. The time for your updated settings to take effect depends on the updates made and the number of search queries in your index. You can still enable/disable query suggestions at any time. UpdateQuerySuggestionsConfig is currently not supported in the Amazon Web Services GovCloud (US-West) region.
|
|
344
440
|
*/
|
|
345
441
|
updateQuerySuggestionsConfig(params: Kendra.Types.UpdateQuerySuggestionsConfigRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
346
442
|
/**
|
|
347
|
-
* Updates the settings of query suggestions for an index. Amazon Kendra supports partial updates, so you only need to provide the fields you want to update. If an update is currently processing (i.e. 'happening'), you need to wait for the update to finish before making another update. Updates to query suggestions settings might not take effect right away. The time for your updated settings to take effect depends on the updates made and the number of search queries in your index. You can still enable/disable query suggestions at any time.
|
|
443
|
+
* Updates the settings of query suggestions for an index. Amazon Kendra supports partial updates, so you only need to provide the fields you want to update. If an update is currently processing (i.e. 'happening'), you need to wait for the update to finish before making another update. Updates to query suggestions settings might not take effect right away. The time for your updated settings to take effect depends on the updates made and the number of search queries in your index. You can still enable/disable query suggestions at any time. UpdateQuerySuggestionsConfig is currently not supported in the Amazon Web Services GovCloud (US-West) region.
|
|
348
444
|
*/
|
|
349
445
|
updateQuerySuggestionsConfig(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
350
446
|
/**
|
|
@@ -392,6 +488,48 @@ declare namespace Kendra {
|
|
|
392
488
|
}
|
|
393
489
|
export type AdditionalResultAttributeValueType = "TEXT_WITH_HIGHLIGHTS_VALUE"|string;
|
|
394
490
|
export type AmazonResourceName = string;
|
|
491
|
+
export type AssociateEntitiesToExperienceFailedEntityList = FailedEntity[];
|
|
492
|
+
export interface AssociateEntitiesToExperienceRequest {
|
|
493
|
+
/**
|
|
494
|
+
* The identifier of your Amazon Kendra experience.
|
|
495
|
+
*/
|
|
496
|
+
Id: ExperienceId;
|
|
497
|
+
/**
|
|
498
|
+
* The identifier of the index for your Amazon Kendra experience.
|
|
499
|
+
*/
|
|
500
|
+
IndexId: IndexId;
|
|
501
|
+
/**
|
|
502
|
+
* Lists users or groups in your Amazon Web Services SSO identity source.
|
|
503
|
+
*/
|
|
504
|
+
EntityList: AssociateEntityList;
|
|
505
|
+
}
|
|
506
|
+
export interface AssociateEntitiesToExperienceResponse {
|
|
507
|
+
/**
|
|
508
|
+
* Lists the users or groups in your Amazon Web Services SSO identity source that failed to properly configure with your Amazon Kendra experience.
|
|
509
|
+
*/
|
|
510
|
+
FailedEntityList?: AssociateEntitiesToExperienceFailedEntityList;
|
|
511
|
+
}
|
|
512
|
+
export type AssociateEntityList = EntityConfiguration[];
|
|
513
|
+
export interface AssociatePersonasToEntitiesRequest {
|
|
514
|
+
/**
|
|
515
|
+
* The identifier of your Amazon Kendra experience.
|
|
516
|
+
*/
|
|
517
|
+
Id: ExperienceId;
|
|
518
|
+
/**
|
|
519
|
+
* The identifier of the index for your Amazon Kendra experience.
|
|
520
|
+
*/
|
|
521
|
+
IndexId: IndexId;
|
|
522
|
+
/**
|
|
523
|
+
* The personas that define the specific permissions of users or groups in your Amazon Web Services SSO identity source. The available personas or access roles are Owner and Viewer. For more information on these personas, see Providing access to your search page.
|
|
524
|
+
*/
|
|
525
|
+
Personas: EntityPersonaConfigurationList;
|
|
526
|
+
}
|
|
527
|
+
export interface AssociatePersonasToEntitiesResponse {
|
|
528
|
+
/**
|
|
529
|
+
* Lists the users or groups in your Amazon Web Services SSO identity source that failed to properly configure with your Amazon Kendra experience.
|
|
530
|
+
*/
|
|
531
|
+
FailedEntityList?: FailedEntityList;
|
|
532
|
+
}
|
|
395
533
|
export interface AttributeFilter {
|
|
396
534
|
/**
|
|
397
535
|
* Performs a logical AND operation on all supplied filters.
|
|
@@ -418,19 +556,19 @@ declare namespace Kendra {
|
|
|
418
556
|
*/
|
|
419
557
|
ContainsAny?: DocumentAttribute;
|
|
420
558
|
/**
|
|
421
|
-
* Performs a greater than operation on two document attributes. Use with a document attribute of type
|
|
559
|
+
* Performs a greater than operation on two document attributes. Use with a document attribute of type Date or Long.
|
|
422
560
|
*/
|
|
423
561
|
GreaterThan?: DocumentAttribute;
|
|
424
562
|
/**
|
|
425
|
-
* Performs a greater or equals than operation on two document attributes. Use with a document attribute of type
|
|
563
|
+
* Performs a greater or equals than operation on two document attributes. Use with a document attribute of type Date or Long.
|
|
426
564
|
*/
|
|
427
565
|
GreaterThanOrEquals?: DocumentAttribute;
|
|
428
566
|
/**
|
|
429
|
-
* Performs a less than operation on two document attributes. Use with a document attribute of type
|
|
567
|
+
* Performs a less than operation on two document attributes. Use with a document attribute of type Date or Long.
|
|
430
568
|
*/
|
|
431
569
|
LessThan?: DocumentAttribute;
|
|
432
570
|
/**
|
|
433
|
-
* Performs a less than or equals operation on two document attributes. Use with a document attribute of type
|
|
571
|
+
* Performs a less than or equals operation on two document attributes. Use with a document attribute of type Date or Long.
|
|
434
572
|
*/
|
|
435
573
|
LessThanOrEquals?: DocumentAttribute;
|
|
436
574
|
}
|
|
@@ -451,7 +589,7 @@ declare namespace Kendra {
|
|
|
451
589
|
*/
|
|
452
590
|
Port: Port;
|
|
453
591
|
/**
|
|
454
|
-
* Your secret ARN, which you can create in
|
|
592
|
+
* Your secret ARN, which you can create in Secrets Manager You use a secret if basic authentication credentials are required to connect to a website. The secret stores your credentials of user name and password.
|
|
455
593
|
*/
|
|
456
594
|
Credentials: SecretArn;
|
|
457
595
|
}
|
|
@@ -536,6 +674,10 @@ declare namespace Kendra {
|
|
|
536
674
|
* One or more documents to add to the index. Documents can include custom attributes. For example, 'DataSourceId' and 'DataSourceSyncJobId' are custom attributes that provide information on the synchronization of documents running on a data source. Note, 'DataSourceSyncJobId' could be an optional custom attribute as Amazon Kendra will use the ID of a running sync job. Documents have the following file size limits. 5 MB total size for inline documents 50 MB total size for files from an S3 bucket 5 MB extracted text for any file For more information about file size and transaction per second quotas, see Quotas.
|
|
537
675
|
*/
|
|
538
676
|
Documents: DocumentList;
|
|
677
|
+
/**
|
|
678
|
+
* Configuration information for altering your document metadata and content during the document ingestion process when you use the BatchPutDocument operation. For more information on how to create, modify and delete document metadata, or make other content alterations when you ingest documents into Amazon Kendra, see Customizing document metadata during the ingestion process.
|
|
679
|
+
*/
|
|
680
|
+
CustomDocumentEnrichmentConfiguration?: CustomDocumentEnrichmentConfiguration;
|
|
539
681
|
}
|
|
540
682
|
export interface BatchPutDocumentResponse {
|
|
541
683
|
/**
|
|
@@ -613,6 +755,7 @@ declare namespace Kendra {
|
|
|
613
755
|
ChangeDetectingColumns: ChangeDetectingColumns;
|
|
614
756
|
}
|
|
615
757
|
export type ColumnName = string;
|
|
758
|
+
export type ConditionOperator = "GreaterThan"|"GreaterThanOrEquals"|"LessThan"|"LessThanOrEquals"|"Equals"|"NotEquals"|"Contains"|"NotContains"|"Exists"|"NotExists"|"BeginsWith"|string;
|
|
616
759
|
export interface ConfluenceAttachmentConfiguration {
|
|
617
760
|
/**
|
|
618
761
|
* Indicates whether Amazon Kendra indexes attachments to the pages and blogs in the Confluence data source.
|
|
@@ -667,7 +810,7 @@ declare namespace Kendra {
|
|
|
667
810
|
*/
|
|
668
811
|
ServerUrl: Url;
|
|
669
812
|
/**
|
|
670
|
-
* The Amazon Resource Name (ARN) of an Secrets
|
|
813
|
+
* The Amazon Resource Name (ARN) of an Secrets Manager secret that contains the key/value pairs required to connect to your Confluence server. The secret must contain a JSON structure with the following keys: username - The user name or email address of a user with administrative privileges for the Confluence server. password - The password associated with the user logging in to the Confluence server.
|
|
671
814
|
*/
|
|
672
815
|
SecretArn: SecretArn;
|
|
673
816
|
/**
|
|
@@ -788,6 +931,20 @@ declare namespace Kendra {
|
|
|
788
931
|
*/
|
|
789
932
|
SecretArn: SecretArn;
|
|
790
933
|
}
|
|
934
|
+
export interface ContentSourceConfiguration {
|
|
935
|
+
/**
|
|
936
|
+
* The identifier of the data sources you want to use for your Amazon Kendra experience.
|
|
937
|
+
*/
|
|
938
|
+
DataSourceIds?: DataSourceIdList;
|
|
939
|
+
/**
|
|
940
|
+
* The identifier of the FAQs that you want to use for your Amazon Kendra experience.
|
|
941
|
+
*/
|
|
942
|
+
FaqIds?: FaqIdsList;
|
|
943
|
+
/**
|
|
944
|
+
* TRUE to use documents you indexed directly using the BatchPutDocument operation.
|
|
945
|
+
*/
|
|
946
|
+
DirectPutContent?: Boolean;
|
|
947
|
+
}
|
|
791
948
|
export type ContentType = "PDF"|"HTML"|"MS_WORD"|"PLAIN_TEXT"|"PPT"|string;
|
|
792
949
|
export type CrawlDepth = number;
|
|
793
950
|
export interface CreateDataSourceRequest {
|
|
@@ -827,6 +984,14 @@ declare namespace Kendra {
|
|
|
827
984
|
* A token that you provide to identify the request to create a data source. Multiple calls to the CreateDataSource operation with the same client token will create only one data source.
|
|
828
985
|
*/
|
|
829
986
|
ClientToken?: ClientTokenName;
|
|
987
|
+
/**
|
|
988
|
+
* The code for a language. This allows you to support a language for all documents when creating the data source. English is supported by default. For more information on supported languages, including their codes, see Adding documents in languages other than English.
|
|
989
|
+
*/
|
|
990
|
+
LanguageCode?: LanguageCode;
|
|
991
|
+
/**
|
|
992
|
+
* Configuration information for altering document metadata and content during the document ingestion process when you create a data source. For more information on how to create, modify and delete document metadata, or make other content alterations when you ingest documents into Amazon Kendra, see Customizing document metadata during the ingestion process.
|
|
993
|
+
*/
|
|
994
|
+
CustomDocumentEnrichmentConfiguration?: CustomDocumentEnrichmentConfiguration;
|
|
830
995
|
}
|
|
831
996
|
export interface CreateDataSourceResponse {
|
|
832
997
|
/**
|
|
@@ -834,6 +999,38 @@ declare namespace Kendra {
|
|
|
834
999
|
*/
|
|
835
1000
|
Id: DataSourceId;
|
|
836
1001
|
}
|
|
1002
|
+
export interface CreateExperienceRequest {
|
|
1003
|
+
/**
|
|
1004
|
+
* A name for your Amazon Kendra experience.
|
|
1005
|
+
*/
|
|
1006
|
+
Name: ExperienceName;
|
|
1007
|
+
/**
|
|
1008
|
+
* The identifier of the index for your Amazon Kendra experience.
|
|
1009
|
+
*/
|
|
1010
|
+
IndexId: IndexId;
|
|
1011
|
+
/**
|
|
1012
|
+
* The Amazon Resource Name (ARN) of a role with permission to access Query operations, QuerySuggestions operations, SubmitFeedback operations, and Amazon Web Services SSO that stores your user and group information. For more information, see IAM roles for Amazon Kendra.
|
|
1013
|
+
*/
|
|
1014
|
+
RoleArn?: RoleArn;
|
|
1015
|
+
/**
|
|
1016
|
+
* Provides the configuration information for your Amazon Kendra experience. This includes ContentSourceConfiguration, which specifies the data source IDs and/or FAQ IDs, and UserIdentityConfiguration, which specifies the user or group information to grant access to your Amazon Kendra experience.
|
|
1017
|
+
*/
|
|
1018
|
+
Configuration?: ExperienceConfiguration;
|
|
1019
|
+
/**
|
|
1020
|
+
* A description for your Amazon Kendra experience.
|
|
1021
|
+
*/
|
|
1022
|
+
Description?: Description;
|
|
1023
|
+
/**
|
|
1024
|
+
* A token that you provide to identify the request to create your Amazon Kendra experience. Multiple calls to the CreateExperience operation with the same client token creates only one Amazon Kendra experience.
|
|
1025
|
+
*/
|
|
1026
|
+
ClientToken?: ClientTokenName;
|
|
1027
|
+
}
|
|
1028
|
+
export interface CreateExperienceResponse {
|
|
1029
|
+
/**
|
|
1030
|
+
* The identifier for your created Amazon Kendra experience.
|
|
1031
|
+
*/
|
|
1032
|
+
Id: ExperienceId;
|
|
1033
|
+
}
|
|
837
1034
|
export interface CreateFaqRequest {
|
|
838
1035
|
/**
|
|
839
1036
|
* The identifier of the index that contains the FAQ.
|
|
@@ -867,6 +1064,10 @@ declare namespace Kendra {
|
|
|
867
1064
|
* A token that you provide to identify the request to create a FAQ. Multiple calls to the CreateFaqRequest operation with the same client token will create only one FAQ.
|
|
868
1065
|
*/
|
|
869
1066
|
ClientToken?: ClientTokenName;
|
|
1067
|
+
/**
|
|
1068
|
+
* The code for a language. This allows you to support a language for the FAQ document. English is supported by default. For more information on supported languages, including their codes, see Adding documents in languages other than English.
|
|
1069
|
+
*/
|
|
1070
|
+
LanguageCode?: LanguageCode;
|
|
870
1071
|
}
|
|
871
1072
|
export interface CreateFaqResponse {
|
|
872
1073
|
/**
|
|
@@ -908,9 +1109,13 @@ declare namespace Kendra {
|
|
|
908
1109
|
*/
|
|
909
1110
|
UserTokenConfigurations?: UserTokenConfigurationList;
|
|
910
1111
|
/**
|
|
911
|
-
* The user context policy. ATTRIBUTE_FILTER All indexed content is searchable and displayable for all users. If
|
|
1112
|
+
* The user context policy. ATTRIBUTE_FILTER All indexed content is searchable and displayable for all users. If you want to filter search results on user context, you can use the attribute filters of _user_id and _group_ids or you can provide user and group information in UserContext. USER_TOKEN Enables token-based user access control to filter search results on user context. All documents with no access control and all documents accessible to the user will be searchable and displayable.
|
|
912
1113
|
*/
|
|
913
1114
|
UserContextPolicy?: UserContextPolicy;
|
|
1115
|
+
/**
|
|
1116
|
+
* Enables fetching access levels of groups and users from an Amazon Web Services Single Sign On identity source. To configure this, see UserGroupResolutionConfiguration.
|
|
1117
|
+
*/
|
|
1118
|
+
UserGroupResolutionConfiguration?: UserGroupResolutionConfiguration;
|
|
914
1119
|
}
|
|
915
1120
|
export interface CreateIndexResponse {
|
|
916
1121
|
/**
|
|
@@ -968,7 +1173,7 @@ declare namespace Kendra {
|
|
|
968
1173
|
*/
|
|
969
1174
|
Description?: Description;
|
|
970
1175
|
/**
|
|
971
|
-
* An
|
|
1176
|
+
* An IAM role that gives Amazon Kendra permissions to access thesaurus file specified in SourceS3Path.
|
|
972
1177
|
*/
|
|
973
1178
|
RoleArn: RoleArn;
|
|
974
1179
|
/**
|
|
@@ -980,7 +1185,7 @@ declare namespace Kendra {
|
|
|
980
1185
|
*/
|
|
981
1186
|
SourceS3Path: S3Path;
|
|
982
1187
|
/**
|
|
983
|
-
* A token that you provide to identify the request to create a thesaurus. Multiple calls to the CreateThesaurus operation with the same client token will create only one
|
|
1188
|
+
* A token that you provide to identify the request to create a thesaurus. Multiple calls to the CreateThesaurus operation with the same client token will create only one thesaurus.
|
|
984
1189
|
*/
|
|
985
1190
|
ClientToken?: ClientTokenName;
|
|
986
1191
|
}
|
|
@@ -990,6 +1195,24 @@ declare namespace Kendra {
|
|
|
990
1195
|
*/
|
|
991
1196
|
Id?: ThesaurusId;
|
|
992
1197
|
}
|
|
1198
|
+
export interface CustomDocumentEnrichmentConfiguration {
|
|
1199
|
+
/**
|
|
1200
|
+
* Configuration information to alter document attributes or metadata fields and content when ingesting documents into Amazon Kendra.
|
|
1201
|
+
*/
|
|
1202
|
+
InlineConfigurations?: InlineCustomDocumentEnrichmentConfigurationList;
|
|
1203
|
+
/**
|
|
1204
|
+
* Configuration information for invoking a Lambda function in Lambda on the original or raw documents before extracting their metadata and text. You can use a Lambda function to apply advanced logic for creating, modifying, or deleting document metadata and content. For more information, see Advanced data manipulation.
|
|
1205
|
+
*/
|
|
1206
|
+
PreExtractionHookConfiguration?: HookConfiguration;
|
|
1207
|
+
/**
|
|
1208
|
+
* Configuration information for invoking a Lambda function in Lambda on the structured documents with their metadata and text extracted. You can use a Lambda function to apply advanced logic for creating, modifying, or deleting document metadata and content. For more information, see Advanced data manipulation.
|
|
1209
|
+
*/
|
|
1210
|
+
PostExtractionHookConfiguration?: HookConfiguration;
|
|
1211
|
+
/**
|
|
1212
|
+
* The Amazon Resource Name (ARN) of a role with permission to run PreExtractionHookConfiguration and PostExtractionHookConfiguration for altering document metadata and content during the document ingestion process. For more information, see IAM roles for Amazon Kendra.
|
|
1213
|
+
*/
|
|
1214
|
+
RoleArn?: RoleArn;
|
|
1215
|
+
}
|
|
993
1216
|
export interface DataSourceConfiguration {
|
|
994
1217
|
/**
|
|
995
1218
|
* Provides information to create a data source connector for a document repository in an Amazon S3 bucket.
|
|
@@ -1043,6 +1266,7 @@ declare namespace Kendra {
|
|
|
1043
1266
|
}
|
|
1044
1267
|
export type DataSourceGroups = DataSourceGroup[];
|
|
1045
1268
|
export type DataSourceId = string;
|
|
1269
|
+
export type DataSourceIdList = DataSourceId[];
|
|
1046
1270
|
export type DataSourceInclusionsExclusionsStrings = DataSourceInclusionsExclusionsStringsMember[];
|
|
1047
1271
|
export type DataSourceInclusionsExclusionsStringsMember = string;
|
|
1048
1272
|
export type DataSourceName = string;
|
|
@@ -1072,6 +1296,10 @@ declare namespace Kendra {
|
|
|
1072
1296
|
* The status of the data source. When the status is ACTIVE the data source is ready to use.
|
|
1073
1297
|
*/
|
|
1074
1298
|
Status?: DataSourceStatus;
|
|
1299
|
+
/**
|
|
1300
|
+
* The code for a language. This shows a supported language for all documents in the data source. English is supported by default. For more information on supported languages, including their codes, see Adding documents in languages other than English.
|
|
1301
|
+
*/
|
|
1302
|
+
LanguageCode?: LanguageCode;
|
|
1075
1303
|
}
|
|
1076
1304
|
export type DataSourceSummaryList = DataSourceSummary[];
|
|
1077
1305
|
export interface DataSourceSyncJob {
|
|
@@ -1206,6 +1434,18 @@ declare namespace Kendra {
|
|
|
1206
1434
|
*/
|
|
1207
1435
|
IndexId: IndexId;
|
|
1208
1436
|
}
|
|
1437
|
+
export interface DeleteExperienceRequest {
|
|
1438
|
+
/**
|
|
1439
|
+
* The identifier of your Amazon Kendra experience you want to delete.
|
|
1440
|
+
*/
|
|
1441
|
+
Id: ExperienceId;
|
|
1442
|
+
/**
|
|
1443
|
+
* The identifier of the index for your Amazon Kendra experience you want to delete.
|
|
1444
|
+
*/
|
|
1445
|
+
IndexId: IndexId;
|
|
1446
|
+
}
|
|
1447
|
+
export interface DeleteExperienceResponse {
|
|
1448
|
+
}
|
|
1209
1449
|
export interface DeleteFaqRequest {
|
|
1210
1450
|
/**
|
|
1211
1451
|
* The identifier of the FAQ to remove.
|
|
@@ -1319,6 +1559,70 @@ declare namespace Kendra {
|
|
|
1319
1559
|
* When the Status field value is FAILED, the ErrorMessage field contains a description of the error that caused the data source to fail.
|
|
1320
1560
|
*/
|
|
1321
1561
|
ErrorMessage?: ErrorMessage;
|
|
1562
|
+
/**
|
|
1563
|
+
* The code for a language. This shows a supported language for all documents in the data source. English is supported by default. For more information on supported languages, including their codes, see Adding documents in languages other than English.
|
|
1564
|
+
*/
|
|
1565
|
+
LanguageCode?: LanguageCode;
|
|
1566
|
+
/**
|
|
1567
|
+
* Configuration information for altering document metadata and content during the document ingestion process when you describe a data source. For more information on how to create, modify and delete document metadata, or make other content alterations when you ingest documents into Amazon Kendra, see Customizing document metadata during the ingestion process.
|
|
1568
|
+
*/
|
|
1569
|
+
CustomDocumentEnrichmentConfiguration?: CustomDocumentEnrichmentConfiguration;
|
|
1570
|
+
}
|
|
1571
|
+
export interface DescribeExperienceRequest {
|
|
1572
|
+
/**
|
|
1573
|
+
* The identifier of your Amazon Kendra experience you want to get information on.
|
|
1574
|
+
*/
|
|
1575
|
+
Id: ExperienceId;
|
|
1576
|
+
/**
|
|
1577
|
+
* The identifier of the index for your Amazon Kendra experience you want to get information on.
|
|
1578
|
+
*/
|
|
1579
|
+
IndexId: IndexId;
|
|
1580
|
+
}
|
|
1581
|
+
export interface DescribeExperienceResponse {
|
|
1582
|
+
/**
|
|
1583
|
+
* Shows the identifier of your Amazon Kendra experience.
|
|
1584
|
+
*/
|
|
1585
|
+
Id?: ExperienceId;
|
|
1586
|
+
/**
|
|
1587
|
+
* Shows the identifier of the index for your Amazon Kendra experience.
|
|
1588
|
+
*/
|
|
1589
|
+
IndexId?: IndexId;
|
|
1590
|
+
/**
|
|
1591
|
+
* Shows the name of your Amazon Kendra experience.
|
|
1592
|
+
*/
|
|
1593
|
+
Name?: ExperienceName;
|
|
1594
|
+
/**
|
|
1595
|
+
* Shows the endpoint URLs for your Amazon Kendra experiences. The URLs are unique and fully hosted by Amazon Web Services.
|
|
1596
|
+
*/
|
|
1597
|
+
Endpoints?: ExperienceEndpoints;
|
|
1598
|
+
/**
|
|
1599
|
+
* Shows the configuration information for your Amazon Kendra experience. This includes ContentSourceConfiguration, which specifies the data source IDs and/or FAQ IDs, and UserIdentityConfiguration, which specifies the user or group information to grant access to your Amazon Kendra experience.
|
|
1600
|
+
*/
|
|
1601
|
+
Configuration?: ExperienceConfiguration;
|
|
1602
|
+
/**
|
|
1603
|
+
* Shows the date-time your Amazon Kendra experience was created.
|
|
1604
|
+
*/
|
|
1605
|
+
CreatedAt?: Timestamp;
|
|
1606
|
+
/**
|
|
1607
|
+
* Shows the date-time your Amazon Kendra experience was last updated.
|
|
1608
|
+
*/
|
|
1609
|
+
UpdatedAt?: Timestamp;
|
|
1610
|
+
/**
|
|
1611
|
+
* Shows the description for your Amazon Kendra experience.
|
|
1612
|
+
*/
|
|
1613
|
+
Description?: Description;
|
|
1614
|
+
/**
|
|
1615
|
+
* The current processing status of your Amazon Kendra experience. When the status is ACTIVE, your Amazon Kendra experience is ready to use. When the status is FAILED, the ErrorMessage field contains the reason that this failed.
|
|
1616
|
+
*/
|
|
1617
|
+
Status?: ExperienceStatus;
|
|
1618
|
+
/**
|
|
1619
|
+
* Shows the Amazon Resource Name (ARN) of a role with permission to access Query operations, QuerySuggestions operations, SubmitFeedback operations, and Amazon Web Services SSO that stores your user and group information.
|
|
1620
|
+
*/
|
|
1621
|
+
RoleArn?: RoleArn;
|
|
1622
|
+
/**
|
|
1623
|
+
* The reason your Amazon Kendra experience could not properly process.
|
|
1624
|
+
*/
|
|
1625
|
+
ErrorMessage?: ErrorMessage;
|
|
1322
1626
|
}
|
|
1323
1627
|
export interface DescribeFaqRequest {
|
|
1324
1628
|
/**
|
|
@@ -1372,6 +1676,10 @@ declare namespace Kendra {
|
|
|
1372
1676
|
* The file format used by the input files for the FAQ.
|
|
1373
1677
|
*/
|
|
1374
1678
|
FileFormat?: FaqFileFormat;
|
|
1679
|
+
/**
|
|
1680
|
+
* The code for a language. This shows a supported language for the FAQ document. English is supported by default. For more information on supported languages, including their codes, see Adding documents in languages other than English.
|
|
1681
|
+
*/
|
|
1682
|
+
LanguageCode?: LanguageCode;
|
|
1375
1683
|
}
|
|
1376
1684
|
export interface DescribeIndexRequest {
|
|
1377
1685
|
/**
|
|
@@ -1440,6 +1748,10 @@ declare namespace Kendra {
|
|
|
1440
1748
|
* The user context policy for the Amazon Kendra index.
|
|
1441
1749
|
*/
|
|
1442
1750
|
UserContextPolicy?: UserContextPolicy;
|
|
1751
|
+
/**
|
|
1752
|
+
* Shows whether you have enabled the configuration for fetching access levels of groups and users from an Amazon Web Services Single Sign On identity source.
|
|
1753
|
+
*/
|
|
1754
|
+
UserGroupResolutionConfiguration?: UserGroupResolutionConfiguration;
|
|
1443
1755
|
}
|
|
1444
1756
|
export interface DescribePrincipalMappingRequest {
|
|
1445
1757
|
/**
|
|
@@ -1509,7 +1821,7 @@ declare namespace Kendra {
|
|
|
1509
1821
|
*/
|
|
1510
1822
|
ErrorMessage?: ErrorMessage;
|
|
1511
1823
|
/**
|
|
1512
|
-
* Shows the date-time a block list for query suggestions was
|
|
1824
|
+
* Shows the date-time a block list for query suggestions was created.
|
|
1513
1825
|
*/
|
|
1514
1826
|
CreatedAt?: Timestamp;
|
|
1515
1827
|
/**
|
|
@@ -1621,7 +1933,7 @@ declare namespace Kendra {
|
|
|
1621
1933
|
*/
|
|
1622
1934
|
UpdatedAt?: Timestamp;
|
|
1623
1935
|
/**
|
|
1624
|
-
* An
|
|
1936
|
+
* An IAM role that gives Amazon Kendra permissions to access thesaurus file specified in SourceS3Path.
|
|
1625
1937
|
*/
|
|
1626
1938
|
RoleArn?: RoleArn;
|
|
1627
1939
|
SourceS3Path?: S3Path;
|
|
@@ -1639,6 +1951,47 @@ declare namespace Kendra {
|
|
|
1639
1951
|
SynonymRuleCount?: Long;
|
|
1640
1952
|
}
|
|
1641
1953
|
export type Description = string;
|
|
1954
|
+
export interface DisassociateEntitiesFromExperienceRequest {
|
|
1955
|
+
/**
|
|
1956
|
+
* The identifier of your Amazon Kendra experience.
|
|
1957
|
+
*/
|
|
1958
|
+
Id: ExperienceId;
|
|
1959
|
+
/**
|
|
1960
|
+
* The identifier of the index for your Amazon Kendra experience.
|
|
1961
|
+
*/
|
|
1962
|
+
IndexId: IndexId;
|
|
1963
|
+
/**
|
|
1964
|
+
* Lists users or groups in your Amazon Web Services SSO identity source.
|
|
1965
|
+
*/
|
|
1966
|
+
EntityList: DisassociateEntityList;
|
|
1967
|
+
}
|
|
1968
|
+
export interface DisassociateEntitiesFromExperienceResponse {
|
|
1969
|
+
/**
|
|
1970
|
+
* Lists the users or groups in your Amazon Web Services SSO identity source that failed to properly remove access to your Amazon Kendra experience.
|
|
1971
|
+
*/
|
|
1972
|
+
FailedEntityList?: FailedEntityList;
|
|
1973
|
+
}
|
|
1974
|
+
export type DisassociateEntityList = EntityConfiguration[];
|
|
1975
|
+
export interface DisassociatePersonasFromEntitiesRequest {
|
|
1976
|
+
/**
|
|
1977
|
+
* The identifier of your Amazon Kendra experience.
|
|
1978
|
+
*/
|
|
1979
|
+
Id: ExperienceId;
|
|
1980
|
+
/**
|
|
1981
|
+
* The identifier of the index for your Amazon Kendra experience.
|
|
1982
|
+
*/
|
|
1983
|
+
IndexId: IndexId;
|
|
1984
|
+
/**
|
|
1985
|
+
* The identifiers of users or groups in your Amazon Web Services SSO identity source. For example, user IDs could be user emails.
|
|
1986
|
+
*/
|
|
1987
|
+
EntityIds: EntityIdsList;
|
|
1988
|
+
}
|
|
1989
|
+
export interface DisassociatePersonasFromEntitiesResponse {
|
|
1990
|
+
/**
|
|
1991
|
+
* Lists the users or groups in your Amazon Web Services SSO identity source that failed to properly remove access to your Amazon Kendra experience.
|
|
1992
|
+
*/
|
|
1993
|
+
FailedEntityList?: FailedEntityList;
|
|
1994
|
+
}
|
|
1642
1995
|
export interface Document {
|
|
1643
1996
|
/**
|
|
1644
1997
|
* A unique identifier of the document in the index.
|
|
@@ -1680,11 +2033,39 @@ declare namespace Kendra {
|
|
|
1680
2033
|
*/
|
|
1681
2034
|
Value: DocumentAttributeValue;
|
|
1682
2035
|
}
|
|
2036
|
+
export interface DocumentAttributeCondition {
|
|
2037
|
+
/**
|
|
2038
|
+
* The identifier of the document attribute used for the condition. For example, 'Source_URI' could be an identifier for the attribute or metadata field that contains source URIs associated with the documents. Amazon Kendra currently does not support _document_body as an attribute key used for the condition.
|
|
2039
|
+
*/
|
|
2040
|
+
ConditionDocumentAttributeKey: DocumentAttributeKey;
|
|
2041
|
+
/**
|
|
2042
|
+
* The condition operator. For example, you can use 'Contains' to partially match a string.
|
|
2043
|
+
*/
|
|
2044
|
+
Operator: ConditionOperator;
|
|
2045
|
+
/**
|
|
2046
|
+
* The value used by the operator. For example, you can specify the value 'financial' for strings in the 'Source_URI' field that partially match or contain this value.
|
|
2047
|
+
*/
|
|
2048
|
+
ConditionOnValue?: DocumentAttributeValue;
|
|
2049
|
+
}
|
|
1683
2050
|
export type DocumentAttributeKey = string;
|
|
1684
2051
|
export type DocumentAttributeKeyList = DocumentAttributeKey[];
|
|
1685
2052
|
export type DocumentAttributeList = DocumentAttribute[];
|
|
1686
2053
|
export type DocumentAttributeStringListValue = String[];
|
|
1687
2054
|
export type DocumentAttributeStringValue = string;
|
|
2055
|
+
export interface DocumentAttributeTarget {
|
|
2056
|
+
/**
|
|
2057
|
+
* The identifier of the target document attribute or metadata field. For example, 'Department' could be an identifier for the target attribute or metadata field that includes the department names associated with the documents.
|
|
2058
|
+
*/
|
|
2059
|
+
TargetDocumentAttributeKey?: DocumentAttributeKey;
|
|
2060
|
+
/**
|
|
2061
|
+
* TRUE to delete the existing target value for your specified target attribute key. You cannot create a target value and set this to TRUE. To create a target value (TargetDocumentAttributeValue), set this to FALSE.
|
|
2062
|
+
*/
|
|
2063
|
+
TargetDocumentAttributeValueDeletion?: Boolean;
|
|
2064
|
+
/**
|
|
2065
|
+
* The target value you want to create for the target attribute. For example, 'Finance' could be the target value for the target attribute key 'Department'.
|
|
2066
|
+
*/
|
|
2067
|
+
TargetDocumentAttributeValue?: DocumentAttributeValue;
|
|
2068
|
+
}
|
|
1688
2069
|
export interface DocumentAttributeValue {
|
|
1689
2070
|
/**
|
|
1690
2071
|
* A string, such as "department".
|
|
@@ -1767,11 +2148,121 @@ declare namespace Kendra {
|
|
|
1767
2148
|
S3Prefix?: S3ObjectKey;
|
|
1768
2149
|
}
|
|
1769
2150
|
export type Duration = string;
|
|
2151
|
+
export type Endpoint = string;
|
|
2152
|
+
export type EndpointType = "HOME"|string;
|
|
2153
|
+
export interface EntityConfiguration {
|
|
2154
|
+
/**
|
|
2155
|
+
* The identifier of a user or group in your Amazon Web Services SSO identity source. For example, a user ID could be an email.
|
|
2156
|
+
*/
|
|
2157
|
+
EntityId: EntityId;
|
|
2158
|
+
/**
|
|
2159
|
+
* Specifies whether you are configuring a User or a Group.
|
|
2160
|
+
*/
|
|
2161
|
+
EntityType: EntityType;
|
|
2162
|
+
}
|
|
2163
|
+
export interface EntityDisplayData {
|
|
2164
|
+
/**
|
|
2165
|
+
* The name of the user.
|
|
2166
|
+
*/
|
|
2167
|
+
UserName?: NameType;
|
|
2168
|
+
/**
|
|
2169
|
+
* The name of the group.
|
|
2170
|
+
*/
|
|
2171
|
+
GroupName?: NameType;
|
|
2172
|
+
/**
|
|
2173
|
+
* The user name of the user.
|
|
2174
|
+
*/
|
|
2175
|
+
IdentifiedUserName?: NameType;
|
|
2176
|
+
/**
|
|
2177
|
+
* The first name of the user.
|
|
2178
|
+
*/
|
|
2179
|
+
FirstName?: NameType;
|
|
2180
|
+
/**
|
|
2181
|
+
* The last name of the user.
|
|
2182
|
+
*/
|
|
2183
|
+
LastName?: NameType;
|
|
2184
|
+
}
|
|
2185
|
+
export type EntityId = string;
|
|
2186
|
+
export type EntityIdsList = EntityId[];
|
|
2187
|
+
export interface EntityPersonaConfiguration {
|
|
2188
|
+
/**
|
|
2189
|
+
* The identifier of a user or group in your Amazon Web Services SSO identity source. For example, a user ID could be an email.
|
|
2190
|
+
*/
|
|
2191
|
+
EntityId: EntityId;
|
|
2192
|
+
/**
|
|
2193
|
+
* The persona that defines the specific permissions of the user or group in your Amazon Web Services SSO identity source. The available personas or access roles are Owner and Viewer. For more information on these personas, see Providing access to your search page.
|
|
2194
|
+
*/
|
|
2195
|
+
Persona: Persona;
|
|
2196
|
+
}
|
|
2197
|
+
export type EntityPersonaConfigurationList = EntityPersonaConfiguration[];
|
|
2198
|
+
export type EntityType = "USER"|"GROUP"|string;
|
|
1770
2199
|
export type ErrorCode = "InternalError"|"InvalidRequest"|string;
|
|
1771
2200
|
export type ErrorMessage = string;
|
|
1772
2201
|
export type ExcludeMimeTypesList = MimeType[];
|
|
1773
2202
|
export type ExcludeSharedDrivesList = SharedDriveId[];
|
|
1774
2203
|
export type ExcludeUserAccountsList = UserAccount[];
|
|
2204
|
+
export interface ExperienceConfiguration {
|
|
2205
|
+
/**
|
|
2206
|
+
* The identifiers of your data sources and FAQs. Or, you can specify that you want to use documents indexed via the BatchPutDocument operation. This is the content you want to use for your Amazon Kendra experience.
|
|
2207
|
+
*/
|
|
2208
|
+
ContentSourceConfiguration?: ContentSourceConfiguration;
|
|
2209
|
+
/**
|
|
2210
|
+
* The Amazon Web Services SSO field name that contains the identifiers of your users, such as their emails.
|
|
2211
|
+
*/
|
|
2212
|
+
UserIdentityConfiguration?: UserIdentityConfiguration;
|
|
2213
|
+
}
|
|
2214
|
+
export interface ExperienceEndpoint {
|
|
2215
|
+
/**
|
|
2216
|
+
* The type of endpoint for your Amazon Kendra experience. The type currently available is HOME, which is a unique and fully hosted URL to the home page of your Amazon Kendra experience.
|
|
2217
|
+
*/
|
|
2218
|
+
EndpointType?: EndpointType;
|
|
2219
|
+
/**
|
|
2220
|
+
* The endpoint of your Amazon Kendra experience.
|
|
2221
|
+
*/
|
|
2222
|
+
Endpoint?: Endpoint;
|
|
2223
|
+
}
|
|
2224
|
+
export type ExperienceEndpoints = ExperienceEndpoint[];
|
|
2225
|
+
export interface ExperienceEntitiesSummary {
|
|
2226
|
+
/**
|
|
2227
|
+
* The identifier of a user or group in your Amazon Web Services SSO identity source. For example, a user ID could be an email.
|
|
2228
|
+
*/
|
|
2229
|
+
EntityId?: EntityId;
|
|
2230
|
+
/**
|
|
2231
|
+
* Shows the type as User or Group.
|
|
2232
|
+
*/
|
|
2233
|
+
EntityType?: EntityType;
|
|
2234
|
+
/**
|
|
2235
|
+
* Information about the user entity.
|
|
2236
|
+
*/
|
|
2237
|
+
DisplayData?: EntityDisplayData;
|
|
2238
|
+
}
|
|
2239
|
+
export type ExperienceEntitiesSummaryList = ExperienceEntitiesSummary[];
|
|
2240
|
+
export type ExperienceId = string;
|
|
2241
|
+
export type ExperienceName = string;
|
|
2242
|
+
export type ExperienceStatus = "CREATING"|"ACTIVE"|"DELETING"|"FAILED"|string;
|
|
2243
|
+
export interface ExperiencesSummary {
|
|
2244
|
+
/**
|
|
2245
|
+
* The name of your Amazon Kendra experience.
|
|
2246
|
+
*/
|
|
2247
|
+
Name?: ExperienceName;
|
|
2248
|
+
/**
|
|
2249
|
+
* The identifier of your Amazon Kendra experience.
|
|
2250
|
+
*/
|
|
2251
|
+
Id?: ExperienceId;
|
|
2252
|
+
/**
|
|
2253
|
+
* The date-time your Amazon Kendra experience was created.
|
|
2254
|
+
*/
|
|
2255
|
+
CreatedAt?: Timestamp;
|
|
2256
|
+
/**
|
|
2257
|
+
* The processing status of your Amazon Kendra experience.
|
|
2258
|
+
*/
|
|
2259
|
+
Status?: ExperienceStatus;
|
|
2260
|
+
/**
|
|
2261
|
+
* The endpoint URLs for your Amazon Kendra experiences. The URLs are unique and fully hosted by Amazon Web Services.
|
|
2262
|
+
*/
|
|
2263
|
+
Endpoints?: ExperienceEndpoints;
|
|
2264
|
+
}
|
|
2265
|
+
export type ExperiencesSummaryList = ExperiencesSummary[];
|
|
1775
2266
|
export interface Facet {
|
|
1776
2267
|
/**
|
|
1777
2268
|
* The unique key for the document attribute.
|
|
@@ -1794,9 +2285,21 @@ declare namespace Kendra {
|
|
|
1794
2285
|
DocumentAttributeValueCountPairs?: DocumentAttributeValueCountPairList;
|
|
1795
2286
|
}
|
|
1796
2287
|
export type FacetResultList = FacetResult[];
|
|
2288
|
+
export interface FailedEntity {
|
|
2289
|
+
/**
|
|
2290
|
+
* The identifier of the user or group in your Amazon Web Services SSO identity source. For example, a user ID could be an email.
|
|
2291
|
+
*/
|
|
2292
|
+
EntityId?: EntityId;
|
|
2293
|
+
/**
|
|
2294
|
+
* The reason the user or group in your Amazon Web Services SSO identity source failed to properly configure with your Amazon Kendra experience.
|
|
2295
|
+
*/
|
|
2296
|
+
ErrorMessage?: ErrorMessage;
|
|
2297
|
+
}
|
|
2298
|
+
export type FailedEntityList = FailedEntity[];
|
|
1797
2299
|
export type FailureReason = string;
|
|
1798
2300
|
export type FaqFileFormat = "CSV"|"CSV_WITH_HEADER"|"JSON"|string;
|
|
1799
2301
|
export type FaqId = string;
|
|
2302
|
+
export type FaqIdsList = FaqId[];
|
|
1800
2303
|
export type FaqName = string;
|
|
1801
2304
|
export interface FaqStatistics {
|
|
1802
2305
|
/**
|
|
@@ -1830,6 +2333,10 @@ declare namespace Kendra {
|
|
|
1830
2333
|
* The file type used to create the FAQ.
|
|
1831
2334
|
*/
|
|
1832
2335
|
FileFormat?: FaqFileFormat;
|
|
2336
|
+
/**
|
|
2337
|
+
* The code for a language. This shows a supported language for the FAQ document as part of the summary information for FAQs. English is supported by default. For more information on supported languages, including their codes, see Adding documents in languages other than English.
|
|
2338
|
+
*/
|
|
2339
|
+
LanguageCode?: LanguageCode;
|
|
1833
2340
|
}
|
|
1834
2341
|
export type FaqSummaryItems = FaqSummary[];
|
|
1835
2342
|
export type FeedbackToken = string;
|
|
@@ -1857,6 +2364,46 @@ declare namespace Kendra {
|
|
|
1857
2364
|
*/
|
|
1858
2365
|
Suggestions?: SuggestionList;
|
|
1859
2366
|
}
|
|
2367
|
+
export interface GetSnapshotsRequest {
|
|
2368
|
+
/**
|
|
2369
|
+
* The identifier of the index to get search metrics data.
|
|
2370
|
+
*/
|
|
2371
|
+
IndexId: IndexId;
|
|
2372
|
+
/**
|
|
2373
|
+
* The time interval or time window to get search metrics data. The time interval uses the time zone of your index. You can view data in the following time windows: THIS_WEEK: The current week, starting on the Sunday and ending on the day before the current date. ONE_WEEK_AGO: The previous week, starting on the Sunday and ending on the following Saturday. TWO_WEEKS_AGO: The week before the previous week, starting on the Sunday and ending on the following Saturday. THIS_MONTH: The current month, starting on the first day of the month and ending on the day before the current date. ONE_MONTH_AGO: The previous month, starting on the first day of the month and ending on the last day of the month. TWO_MONTHS_AGO: The month before the previous month, starting on the first day of the month and ending on last day of the month.
|
|
2374
|
+
*/
|
|
2375
|
+
Interval: Interval;
|
|
2376
|
+
/**
|
|
2377
|
+
* The metric you want to retrieve. You can specify only one metric per call. For more information about the metrics you can view, see Gaining insights with search analytics.
|
|
2378
|
+
*/
|
|
2379
|
+
MetricType: MetricType;
|
|
2380
|
+
/**
|
|
2381
|
+
* 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 search metrics data.
|
|
2382
|
+
*/
|
|
2383
|
+
NextToken?: NextToken;
|
|
2384
|
+
/**
|
|
2385
|
+
* The maximum number of returned data for the metric.
|
|
2386
|
+
*/
|
|
2387
|
+
MaxResults?: Integer;
|
|
2388
|
+
}
|
|
2389
|
+
export interface GetSnapshotsResponse {
|
|
2390
|
+
/**
|
|
2391
|
+
* The date-time for the beginning and end of the time window for the search metrics data.
|
|
2392
|
+
*/
|
|
2393
|
+
SnapShotTimeFilter?: TimeRange;
|
|
2394
|
+
/**
|
|
2395
|
+
* The column headers for the search metrics data.
|
|
2396
|
+
*/
|
|
2397
|
+
SnapshotsDataHeader?: SnapshotsDataHeaderFields;
|
|
2398
|
+
/**
|
|
2399
|
+
* The search metrics data. The data returned depends on the metric type you requested.
|
|
2400
|
+
*/
|
|
2401
|
+
SnapshotsData?: SnapshotsDataRecords;
|
|
2402
|
+
/**
|
|
2403
|
+
* If the response is truncated, Amazon Kendra returns this token, which you can use in a later request to retrieve the next set of search metrics data.
|
|
2404
|
+
*/
|
|
2405
|
+
NextToken?: NextToken;
|
|
2406
|
+
}
|
|
1860
2407
|
export interface GoogleDriveConfiguration {
|
|
1861
2408
|
/**
|
|
1862
2409
|
* The Amazon Resource Name (ARN) of a Secrets Managersecret that contains the credentials required to connect to Google Drive. For more information, see Using a Google Workspace Drive data source.
|
|
@@ -1899,7 +2446,7 @@ declare namespace Kendra {
|
|
|
1899
2446
|
*/
|
|
1900
2447
|
MemberUsers?: MemberUsers;
|
|
1901
2448
|
/**
|
|
1902
|
-
* If you have more than 1000 users and/or sub groups for a single group, you need to provide the path to the S3 file that lists your users and sub groups for a group. Your sub groups can contain more than 1000 users, but the list of sub groups that belong to a group (and/or users) must be no more than 1000.
|
|
2449
|
+
* If you have more than 1000 users and/or sub groups for a single group, you need to provide the path to the S3 file that lists your users and sub groups for a group. Your sub groups can contain more than 1000 users, but the list of sub groups that belong to a group (and/or users) must be no more than 1000. You can download this example S3 file that uses the correct format for listing group members. Note, dataSourceId is optional. The value of type for a group is always GROUP and for a user it is always USER.
|
|
1903
2450
|
*/
|
|
1904
2451
|
S3PathforGroupMembers?: S3Path;
|
|
1905
2452
|
}
|
|
@@ -1964,7 +2511,22 @@ declare namespace Kendra {
|
|
|
1964
2511
|
}
|
|
1965
2512
|
export type HighlightList = Highlight[];
|
|
1966
2513
|
export type HighlightType = "STANDARD"|"THESAURUS_SYNONYM"|string;
|
|
2514
|
+
export interface HookConfiguration {
|
|
2515
|
+
/**
|
|
2516
|
+
* The condition used for when a Lambda function should be invoked. For example, you can specify a condition that if there are empty date-time values, then Amazon Kendra should invoke a function that inserts the current date-time.
|
|
2517
|
+
*/
|
|
2518
|
+
InvocationCondition?: DocumentAttributeCondition;
|
|
2519
|
+
/**
|
|
2520
|
+
* The Amazon Resource Name (ARN) of a role with permission to run a Lambda function during ingestion. For more information, see IAM roles for Amazon Kendra.
|
|
2521
|
+
*/
|
|
2522
|
+
LambdaArn: LambdaArn;
|
|
2523
|
+
/**
|
|
2524
|
+
* Stores the original, raw documents or the structured, parsed documents before and after altering them. For more information, see Data contracts for Lambda functions.
|
|
2525
|
+
*/
|
|
2526
|
+
S3Bucket: S3BucketName;
|
|
2527
|
+
}
|
|
1967
2528
|
export type Host = string;
|
|
2529
|
+
export type IdentityAttributeName = string;
|
|
1968
2530
|
export type Importance = number;
|
|
1969
2531
|
export interface IndexConfigurationSummary {
|
|
1970
2532
|
/**
|
|
@@ -2011,7 +2573,23 @@ declare namespace Kendra {
|
|
|
2011
2573
|
export type IndexedQuestionAnswersCount = number;
|
|
2012
2574
|
export type IndexedTextBytes = number;
|
|
2013
2575
|
export type IndexedTextDocumentsCount = number;
|
|
2576
|
+
export interface InlineCustomDocumentEnrichmentConfiguration {
|
|
2577
|
+
/**
|
|
2578
|
+
* Configuration of the condition used for the target document attribute or metadata field when ingesting documents into Amazon Kendra.
|
|
2579
|
+
*/
|
|
2580
|
+
Condition?: DocumentAttributeCondition;
|
|
2581
|
+
/**
|
|
2582
|
+
* Configuration of the target document attribute or metadata field when ingesting documents into Amazon Kendra. You can also include a value.
|
|
2583
|
+
*/
|
|
2584
|
+
Target?: DocumentAttributeTarget;
|
|
2585
|
+
/**
|
|
2586
|
+
* TRUE to delete content if the condition used for the target attribute is met.
|
|
2587
|
+
*/
|
|
2588
|
+
DocumentContentDeletion?: Boolean;
|
|
2589
|
+
}
|
|
2590
|
+
export type InlineCustomDocumentEnrichmentConfigurationList = InlineCustomDocumentEnrichmentConfiguration[];
|
|
2014
2591
|
export type Integer = number;
|
|
2592
|
+
export type Interval = "THIS_MONTH"|"THIS_WEEK"|"ONE_WEEK_AGO"|"TWO_WEEKS_AGO"|"ONE_MONTH_AGO"|"TWO_MONTHS_AGO"|string;
|
|
2015
2593
|
export type Issuer = string;
|
|
2016
2594
|
export interface JsonTokenTypeConfiguration {
|
|
2017
2595
|
/**
|
|
@@ -2055,6 +2633,8 @@ declare namespace Kendra {
|
|
|
2055
2633
|
}
|
|
2056
2634
|
export type KeyLocation = "URL"|"SECRET_MANAGER"|string;
|
|
2057
2635
|
export type KmsKeyId = string;
|
|
2636
|
+
export type LambdaArn = string;
|
|
2637
|
+
export type LanguageCode = string;
|
|
2058
2638
|
export interface ListDataSourceSyncJobsRequest {
|
|
2059
2639
|
/**
|
|
2060
2640
|
* The identifier of the data source.
|
|
@@ -2065,7 +2645,7 @@ declare namespace Kendra {
|
|
|
2065
2645
|
*/
|
|
2066
2646
|
IndexId: IndexId;
|
|
2067
2647
|
/**
|
|
2068
|
-
* If the
|
|
2648
|
+
* 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 jobs.
|
|
2069
2649
|
*/
|
|
2070
2650
|
NextToken?: NextToken;
|
|
2071
2651
|
/**
|
|
@@ -2087,7 +2667,7 @@ declare namespace Kendra {
|
|
|
2087
2667
|
*/
|
|
2088
2668
|
History?: DataSourceSyncJobHistoryList;
|
|
2089
2669
|
/**
|
|
2090
|
-
*
|
|
2670
|
+
* If the response is truncated, Amazon Kendra returns this token that you can use in the subsequent request to retrieve the next set of jobs.
|
|
2091
2671
|
*/
|
|
2092
2672
|
NextToken?: NextToken;
|
|
2093
2673
|
}
|
|
@@ -2115,13 +2695,89 @@ declare namespace Kendra {
|
|
|
2115
2695
|
*/
|
|
2116
2696
|
NextToken?: NextToken;
|
|
2117
2697
|
}
|
|
2698
|
+
export interface ListEntityPersonasRequest {
|
|
2699
|
+
/**
|
|
2700
|
+
* The identifier of your Amazon Kendra experience.
|
|
2701
|
+
*/
|
|
2702
|
+
Id: ExperienceId;
|
|
2703
|
+
/**
|
|
2704
|
+
* The identifier of the index for your Amazon Kendra experience.
|
|
2705
|
+
*/
|
|
2706
|
+
IndexId: IndexId;
|
|
2707
|
+
/**
|
|
2708
|
+
* 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 users or groups.
|
|
2709
|
+
*/
|
|
2710
|
+
NextToken?: NextToken;
|
|
2711
|
+
/**
|
|
2712
|
+
* The maximum number of returned users or groups.
|
|
2713
|
+
*/
|
|
2714
|
+
MaxResults?: MaxResultsIntegerForListEntityPersonasRequest;
|
|
2715
|
+
}
|
|
2716
|
+
export interface ListEntityPersonasResponse {
|
|
2717
|
+
/**
|
|
2718
|
+
* An array of summary information for one or more users or groups.
|
|
2719
|
+
*/
|
|
2720
|
+
SummaryItems?: PersonasSummaryList;
|
|
2721
|
+
/**
|
|
2722
|
+
* If the response is truncated, Amazon Kendra returns this token, which you can use in a later request to retrieve the next set of users or groups.
|
|
2723
|
+
*/
|
|
2724
|
+
NextToken?: NextToken;
|
|
2725
|
+
}
|
|
2726
|
+
export interface ListExperienceEntitiesRequest {
|
|
2727
|
+
/**
|
|
2728
|
+
* The identifier of your Amazon Kendra experience.
|
|
2729
|
+
*/
|
|
2730
|
+
Id: ExperienceId;
|
|
2731
|
+
/**
|
|
2732
|
+
* The identifier of the index for your Amazon Kendra experience.
|
|
2733
|
+
*/
|
|
2734
|
+
IndexId: IndexId;
|
|
2735
|
+
/**
|
|
2736
|
+
* 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 users or groups.
|
|
2737
|
+
*/
|
|
2738
|
+
NextToken?: NextToken;
|
|
2739
|
+
}
|
|
2740
|
+
export interface ListExperienceEntitiesResponse {
|
|
2741
|
+
/**
|
|
2742
|
+
* An array of summary information for one or more users or groups.
|
|
2743
|
+
*/
|
|
2744
|
+
SummaryItems?: ExperienceEntitiesSummaryList;
|
|
2745
|
+
/**
|
|
2746
|
+
* If the response is truncated, Amazon Kendra returns this token, which you can use in a later request to retrieve the next set of users or groups.
|
|
2747
|
+
*/
|
|
2748
|
+
NextToken?: NextToken;
|
|
2749
|
+
}
|
|
2750
|
+
export interface ListExperiencesRequest {
|
|
2751
|
+
/**
|
|
2752
|
+
* The identifier of the index for your Amazon Kendra experience.
|
|
2753
|
+
*/
|
|
2754
|
+
IndexId: IndexId;
|
|
2755
|
+
/**
|
|
2756
|
+
* 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 Amazon Kendra experiences.
|
|
2757
|
+
*/
|
|
2758
|
+
NextToken?: NextToken;
|
|
2759
|
+
/**
|
|
2760
|
+
* The maximum number of returned Amazon Kendra experiences.
|
|
2761
|
+
*/
|
|
2762
|
+
MaxResults?: MaxResultsIntegerForListExperiencesRequest;
|
|
2763
|
+
}
|
|
2764
|
+
export interface ListExperiencesResponse {
|
|
2765
|
+
/**
|
|
2766
|
+
* An array of summary information for one or more Amazon Kendra experiences.
|
|
2767
|
+
*/
|
|
2768
|
+
SummaryItems?: ExperiencesSummaryList;
|
|
2769
|
+
/**
|
|
2770
|
+
* If the response is truncated, Amazon Kendra returns this token, which you can use in a later request to retrieve the next set of Amazon Kendra experiences.
|
|
2771
|
+
*/
|
|
2772
|
+
NextToken?: NextToken;
|
|
2773
|
+
}
|
|
2118
2774
|
export interface ListFaqsRequest {
|
|
2119
2775
|
/**
|
|
2120
2776
|
* The index that contains the FAQ lists.
|
|
2121
2777
|
*/
|
|
2122
2778
|
IndexId: IndexId;
|
|
2123
2779
|
/**
|
|
2124
|
-
* If the
|
|
2780
|
+
* 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 FAQs.
|
|
2125
2781
|
*/
|
|
2126
2782
|
NextToken?: NextToken;
|
|
2127
2783
|
/**
|
|
@@ -2131,7 +2787,7 @@ declare namespace Kendra {
|
|
|
2131
2787
|
}
|
|
2132
2788
|
export interface ListFaqsResponse {
|
|
2133
2789
|
/**
|
|
2134
|
-
*
|
|
2790
|
+
* If the response is truncated, Amazon Kendra returns this token that you can use in the subsequent request to retrieve the next set of FAQs.
|
|
2135
2791
|
*/
|
|
2136
2792
|
NextToken?: NextToken;
|
|
2137
2793
|
/**
|
|
@@ -2153,11 +2809,11 @@ declare namespace Kendra {
|
|
|
2153
2809
|
*/
|
|
2154
2810
|
OrderingId: PrincipalOrderingId;
|
|
2155
2811
|
/**
|
|
2156
|
-
*
|
|
2812
|
+
* 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 groups that are mapped to users before a given ordering or timestamp identifier.
|
|
2157
2813
|
*/
|
|
2158
2814
|
NextToken?: NextToken;
|
|
2159
2815
|
/**
|
|
2160
|
-
* The maximum
|
|
2816
|
+
* The maximum number of returned groups that are mapped to users before a given ordering or timestamp identifier.
|
|
2161
2817
|
*/
|
|
2162
2818
|
MaxResults?: MaxResultsIntegerForListPrincipalsRequest;
|
|
2163
2819
|
}
|
|
@@ -2167,7 +2823,7 @@ declare namespace Kendra {
|
|
|
2167
2823
|
*/
|
|
2168
2824
|
GroupsSummaries?: ListOfGroupSummaries;
|
|
2169
2825
|
/**
|
|
2170
|
-
*
|
|
2826
|
+
* If the response is truncated, Amazon Kendra returns this token that you can use in the subsequent request to retrieve the next set of groups that are mapped to users before a given ordering or timestamp identifier.
|
|
2171
2827
|
*/
|
|
2172
2828
|
NextToken?: NextToken;
|
|
2173
2829
|
}
|
|
@@ -2248,7 +2904,7 @@ declare namespace Kendra {
|
|
|
2248
2904
|
*/
|
|
2249
2905
|
NextToken?: NextToken;
|
|
2250
2906
|
/**
|
|
2251
|
-
* An array of summary information for
|
|
2907
|
+
* An array of summary information for a thesaurus or multiple thesauri.
|
|
2252
2908
|
*/
|
|
2253
2909
|
ThesaurusSummaryItems?: ThesaurusSummaryItems;
|
|
2254
2910
|
}
|
|
@@ -2257,6 +2913,8 @@ declare namespace Kendra {
|
|
|
2257
2913
|
export type MaxLinksPerPage = number;
|
|
2258
2914
|
export type MaxResultsIntegerForListDataSourceSyncJobsRequest = number;
|
|
2259
2915
|
export type MaxResultsIntegerForListDataSourcesRequest = number;
|
|
2916
|
+
export type MaxResultsIntegerForListEntityPersonasRequest = number;
|
|
2917
|
+
export type MaxResultsIntegerForListExperiencesRequest = number;
|
|
2260
2918
|
export type MaxResultsIntegerForListFaqsRequest = number;
|
|
2261
2919
|
export type MaxResultsIntegerForListIndicesRequest = number;
|
|
2262
2920
|
export type MaxResultsIntegerForListPrincipalsRequest = number;
|
|
@@ -2281,11 +2939,13 @@ declare namespace Kendra {
|
|
|
2281
2939
|
UserId: UserId;
|
|
2282
2940
|
}
|
|
2283
2941
|
export type MemberUsers = MemberUser[];
|
|
2942
|
+
export type MetricType = "QUERIES_BY_COUNT"|"QUERIES_BY_ZERO_CLICK_RATE"|"QUERIES_BY_ZERO_RESULT_RATE"|"DOCS_BY_CLICK_COUNT"|"AGG_QUERY_DOC_METRICS"|"TREND_QUERY_DOC_METRICS"|string;
|
|
2284
2943
|
export type MetricValue = string;
|
|
2285
2944
|
export type MimeType = string;
|
|
2286
2945
|
export type MinimumNumberOfQueryingUsers = number;
|
|
2287
2946
|
export type MinimumQueryCount = number;
|
|
2288
2947
|
export type Mode = "ENABLED"|"LEARN_ONLY"|string;
|
|
2948
|
+
export type NameType = string;
|
|
2289
2949
|
export type NextToken = string;
|
|
2290
2950
|
export type ObjectBoolean = boolean;
|
|
2291
2951
|
export interface OneDriveConfiguration {
|
|
@@ -2332,6 +2992,26 @@ declare namespace Kendra {
|
|
|
2332
2992
|
}
|
|
2333
2993
|
export type Order = "ASCENDING"|"DESCENDING"|string;
|
|
2334
2994
|
export type OrganizationId = string;
|
|
2995
|
+
export type Persona = "OWNER"|"VIEWER"|string;
|
|
2996
|
+
export interface PersonasSummary {
|
|
2997
|
+
/**
|
|
2998
|
+
* The identifier of a user or group in your Amazon Web Services SSO identity source. For example, a user ID could be an email.
|
|
2999
|
+
*/
|
|
3000
|
+
EntityId?: EntityId;
|
|
3001
|
+
/**
|
|
3002
|
+
* The persona that defines the specific permissions of the user or group in your Amazon Web Services SSO identity source. The available personas or access roles are Owner and Viewer. For more information on these personas, see Providing access to your search page.
|
|
3003
|
+
*/
|
|
3004
|
+
Persona?: Persona;
|
|
3005
|
+
/**
|
|
3006
|
+
* The date-time the summary information was created.
|
|
3007
|
+
*/
|
|
3008
|
+
CreatedAt?: Timestamp;
|
|
3009
|
+
/**
|
|
3010
|
+
* The date-time the summary information was last updated.
|
|
3011
|
+
*/
|
|
3012
|
+
UpdatedAt?: Timestamp;
|
|
3013
|
+
}
|
|
3014
|
+
export type PersonasSummaryList = PersonasSummary[];
|
|
2335
3015
|
export type Port = number;
|
|
2336
3016
|
export interface Principal {
|
|
2337
3017
|
/**
|
|
@@ -2366,7 +3046,7 @@ declare namespace Kendra {
|
|
|
2366
3046
|
*/
|
|
2367
3047
|
Port: Port;
|
|
2368
3048
|
/**
|
|
2369
|
-
* Your secret ARN, which you can create in
|
|
3049
|
+
* Your secret ARN, which you can create in Secrets Manager The credentials are optional. You use a secret if web proxy credentials are required to connect to a website host. Amazon Kendra currently support basic authentication to connect to a web proxy server. The secret stores your credentials.
|
|
2370
3050
|
*/
|
|
2371
3051
|
Credentials?: SecretArn;
|
|
2372
3052
|
}
|
|
@@ -2441,7 +3121,7 @@ declare namespace Kendra {
|
|
|
2441
3121
|
*/
|
|
2442
3122
|
SortingConfiguration?: SortingConfiguration;
|
|
2443
3123
|
/**
|
|
2444
|
-
* The user context token.
|
|
3124
|
+
* The user context token or user and group information.
|
|
2445
3125
|
*/
|
|
2446
3126
|
UserContext?: UserContext;
|
|
2447
3127
|
/**
|
|
@@ -2761,7 +3441,7 @@ declare namespace Kendra {
|
|
|
2761
3441
|
*/
|
|
2762
3442
|
ScoreConfidence?: ScoreConfidence;
|
|
2763
3443
|
}
|
|
2764
|
-
export type ScoreConfidence = "VERY_HIGH"|"HIGH"|"MEDIUM"|"LOW"|string;
|
|
3444
|
+
export type ScoreConfidence = "VERY_HIGH"|"HIGH"|"MEDIUM"|"LOW"|"NOT_AVAILABLE"|string;
|
|
2765
3445
|
export interface Search {
|
|
2766
3446
|
/**
|
|
2767
3447
|
* Indicates that the field can be used to create search facets, a count of results for each value in the field. The default is false .
|
|
@@ -2824,7 +3504,7 @@ declare namespace Kendra {
|
|
|
2824
3504
|
*/
|
|
2825
3505
|
ServiceCatalogConfiguration?: ServiceNowServiceCatalogConfiguration;
|
|
2826
3506
|
/**
|
|
2827
|
-
* Determines the type of authentication used to connect to the ServiceNow instance. If you choose HTTP_BASIC, Amazon Kendra is authenticated using the user name and password provided in the
|
|
3507
|
+
* Determines the type of authentication used to connect to the ServiceNow instance. If you choose HTTP_BASIC, Amazon Kendra is authenticated using the user name and password provided in the Secrets Manager secret in the SecretArn field. When you choose OAUTH2, Amazon Kendra is authenticated using the OAuth token and secret provided in the Secrets Manager secret, and the user name and password are used to determine which information Amazon Kendra has access to. When you use OAUTH2 authentication, you must generate a token and a client secret using the ServiceNow console. For more information, see Using a ServiceNow data source.
|
|
2828
3508
|
*/
|
|
2829
3509
|
AuthenticationType?: ServiceNowAuthenticationType;
|
|
2830
3510
|
}
|
|
@@ -2896,7 +3576,7 @@ declare namespace Kendra {
|
|
|
2896
3576
|
*/
|
|
2897
3577
|
Urls: SharePointUrlList;
|
|
2898
3578
|
/**
|
|
2899
|
-
* The Amazon Resource Name (ARN) of credentials stored in Secrets Manager. The credentials should be a user/password pair. 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. For more information about Secrets Manager
|
|
3579
|
+
* The Amazon Resource Name (ARN) of credentials stored in Secrets Manager. The credentials should be a user/password pair. 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. For more information about Secrets Manager see What Is Secrets Manager in the Secrets Manager user guide.
|
|
2900
3580
|
*/
|
|
2901
3581
|
SecretArn: SecretArn;
|
|
2902
3582
|
/**
|
|
@@ -2941,6 +3621,9 @@ declare namespace Kendra {
|
|
|
2941
3621
|
SiteMaps: SiteMapsList;
|
|
2942
3622
|
}
|
|
2943
3623
|
export type SiteMapsList = SiteMap[];
|
|
3624
|
+
export type SnapshotsDataHeaderFields = String[];
|
|
3625
|
+
export type SnapshotsDataRecord = String[];
|
|
3626
|
+
export type SnapshotsDataRecords = SnapshotsDataRecord[];
|
|
2944
3627
|
export type SortOrder = "DESC"|"ASC"|string;
|
|
2945
3628
|
export interface SortingConfiguration {
|
|
2946
3629
|
/**
|
|
@@ -3175,6 +3858,9 @@ declare namespace Kendra {
|
|
|
3175
3858
|
* The identifier of the index that contains the data source to update.
|
|
3176
3859
|
*/
|
|
3177
3860
|
IndexId: IndexId;
|
|
3861
|
+
/**
|
|
3862
|
+
* Configuration information for an Amazon Kendra data source.
|
|
3863
|
+
*/
|
|
3178
3864
|
Configuration?: DataSourceConfiguration;
|
|
3179
3865
|
/**
|
|
3180
3866
|
* The new description for the data source.
|
|
@@ -3188,6 +3874,40 @@ declare namespace Kendra {
|
|
|
3188
3874
|
* The Amazon Resource Name (ARN) of the new role to use when the data source is accessing resources on your behalf.
|
|
3189
3875
|
*/
|
|
3190
3876
|
RoleArn?: RoleArn;
|
|
3877
|
+
/**
|
|
3878
|
+
* The code for a language. This allows you to support a language for all documents when updating the data source. English is supported by default. For more information on supported languages, including their codes, see Adding documents in languages other than English.
|
|
3879
|
+
*/
|
|
3880
|
+
LanguageCode?: LanguageCode;
|
|
3881
|
+
/**
|
|
3882
|
+
* Configuration information for altering document metadata and content during the document ingestion process when you update a data source. For more information on how to create, modify and delete document metadata, or make other content alterations when you ingest documents into Amazon Kendra, see Customizing document metadata during the ingestion process.
|
|
3883
|
+
*/
|
|
3884
|
+
CustomDocumentEnrichmentConfiguration?: CustomDocumentEnrichmentConfiguration;
|
|
3885
|
+
}
|
|
3886
|
+
export interface UpdateExperienceRequest {
|
|
3887
|
+
/**
|
|
3888
|
+
* The identifier of your Amazon Kendra experience you want to update.
|
|
3889
|
+
*/
|
|
3890
|
+
Id: ExperienceId;
|
|
3891
|
+
/**
|
|
3892
|
+
* The name of your Amazon Kendra experience you want to update.
|
|
3893
|
+
*/
|
|
3894
|
+
Name?: ExperienceName;
|
|
3895
|
+
/**
|
|
3896
|
+
* The identifier of the index for your Amazon Kendra experience you want to update.
|
|
3897
|
+
*/
|
|
3898
|
+
IndexId: IndexId;
|
|
3899
|
+
/**
|
|
3900
|
+
* The Amazon Resource Name (ARN) of a role with permission to access Query operations, QuerySuggestions operations, SubmitFeedback operations, and Amazon Web Services SSO that stores your user and group information. For more information, see IAM roles for Amazon Kendra.
|
|
3901
|
+
*/
|
|
3902
|
+
RoleArn?: RoleArn;
|
|
3903
|
+
/**
|
|
3904
|
+
* Provides the user configuration information. This includes the Amazon Web Services SSO field name that contains the identifiers of your users, such as their emails.
|
|
3905
|
+
*/
|
|
3906
|
+
Configuration?: ExperienceConfiguration;
|
|
3907
|
+
/**
|
|
3908
|
+
* The description of your Amazon Kendra experience you want to update.
|
|
3909
|
+
*/
|
|
3910
|
+
Description?: Description;
|
|
3191
3911
|
}
|
|
3192
3912
|
export interface UpdateIndexRequest {
|
|
3193
3913
|
/**
|
|
@@ -3219,9 +3939,13 @@ declare namespace Kendra {
|
|
|
3219
3939
|
*/
|
|
3220
3940
|
UserTokenConfigurations?: UserTokenConfigurationList;
|
|
3221
3941
|
/**
|
|
3222
|
-
* The user
|
|
3942
|
+
* The user context policy.
|
|
3223
3943
|
*/
|
|
3224
3944
|
UserContextPolicy?: UserContextPolicy;
|
|
3945
|
+
/**
|
|
3946
|
+
* Enables fetching access levels of groups and users from an Amazon Web Services Single Sign On identity source. To configure this, see UserGroupResolutionConfiguration.
|
|
3947
|
+
*/
|
|
3948
|
+
UserGroupResolutionConfiguration?: UserGroupResolutionConfiguration;
|
|
3225
3949
|
}
|
|
3226
3950
|
export interface UpdateQuerySuggestionsBlockListRequest {
|
|
3227
3951
|
/**
|
|
@@ -3329,7 +4053,20 @@ declare namespace Kendra {
|
|
|
3329
4053
|
DataSourceGroups?: DataSourceGroups;
|
|
3330
4054
|
}
|
|
3331
4055
|
export type UserContextPolicy = "ATTRIBUTE_FILTER"|"USER_TOKEN"|string;
|
|
4056
|
+
export interface UserGroupResolutionConfiguration {
|
|
4057
|
+
/**
|
|
4058
|
+
* The identity store provider (mode) you want to use to fetch access levels of groups and users. Amazon Web Services Single Sign On is currently the only available mode. Your users and groups must exist in an Amazon Web Services SSO identity source in order to use this mode.
|
|
4059
|
+
*/
|
|
4060
|
+
UserGroupResolutionMode: UserGroupResolutionMode;
|
|
4061
|
+
}
|
|
4062
|
+
export type UserGroupResolutionMode = "AWS_SSO"|"NONE"|string;
|
|
3332
4063
|
export type UserId = string;
|
|
4064
|
+
export interface UserIdentityConfiguration {
|
|
4065
|
+
/**
|
|
4066
|
+
* The Amazon Web Services SSO field name that contains the identifiers of your users, such as their emails. This is used for user context filtering and for granting access to your Amazon Kendra experience. You must set up Amazon Web Services SSO with Amazon Kendra. You must include your users and groups in your Access Control List when you ingest documents into your index. For more information, see Getting started with an Amazon Web Services SSO identity source.
|
|
4067
|
+
*/
|
|
4068
|
+
IdentityAttributeName?: IdentityAttributeName;
|
|
4069
|
+
}
|
|
3333
4070
|
export type UserNameAttributeField = string;
|
|
3334
4071
|
export interface UserTokenConfiguration {
|
|
3335
4072
|
/**
|
|
@@ -3348,7 +4085,7 @@ declare namespace Kendra {
|
|
|
3348
4085
|
export type VpcSecurityGroupId = string;
|
|
3349
4086
|
export interface WebCrawlerConfiguration {
|
|
3350
4087
|
/**
|
|
3351
|
-
* Specifies the seed or starting point URLs of the websites or the sitemap URLs of the websites you want to crawl. You can include website subdomains. You can list up to 100 seed URLs and up to three sitemap URLs. When selecting websites to index, you must adhere to the Amazon Acceptable Use Policy and all other Amazon terms. Remember that you must only use
|
|
4088
|
+
* Specifies the seed or starting point URLs of the websites or the sitemap URLs of the websites you want to crawl. You can include website subdomains. You can list up to 100 seed URLs and up to three sitemap URLs. You can only crawl websites that use the secure communication protocol, Hypertext Transfer Protocol Secure (HTTPS). If you receive an error when crawling a website, it could be that the website is blocked from crawling. When selecting websites to index, you must adhere to the Amazon Acceptable Use Policy and all other Amazon terms. Remember that you must only use Amazon Kendra Web Crawler to index your own webpages, or webpages that you have authorization to index.
|
|
3352
4089
|
*/
|
|
3353
4090
|
Urls: Urls;
|
|
3354
4091
|
/**
|
|
@@ -3376,18 +4113,18 @@ declare namespace Kendra {
|
|
|
3376
4113
|
*/
|
|
3377
4114
|
UrlExclusionPatterns?: DataSourceInclusionsExclusionsStrings;
|
|
3378
4115
|
/**
|
|
3379
|
-
* Provides configuration information required to connect to your internal websites via a web proxy. You must provide the website host name and port number. For example, the host name of https://a.example.com/page1.html is "a.example.com" and the port is 443, the standard port for HTTPS. Web proxy credentials are optional and you can use them to connect to a web proxy server that requires basic authentication. To store web proxy credentials, you use a secret in
|
|
4116
|
+
* Provides configuration information required to connect to your internal websites via a web proxy. You must provide the website host name and port number. For example, the host name of https://a.example.com/page1.html is "a.example.com" and the port is 443, the standard port for HTTPS. Web proxy credentials are optional and you can use them to connect to a web proxy server that requires basic authentication. To store web proxy credentials, you use a secret in Secrets Manager.
|
|
3380
4117
|
*/
|
|
3381
4118
|
ProxyConfiguration?: ProxyConfiguration;
|
|
3382
4119
|
/**
|
|
3383
|
-
* Provides configuration information required to connect to websites using authentication. You can connect to websites using basic authentication of user name and password. You must provide the website host name and port number. For example, the host name of https://a.example.com/page1.html is "a.example.com" and the port is 443, the standard port for HTTPS. You use a secret in
|
|
4120
|
+
* Provides configuration information required to connect to websites using authentication. You can connect to websites using basic authentication of user name and password. You must provide the website host name and port number. For example, the host name of https://a.example.com/page1.html is "a.example.com" and the port is 443, the standard port for HTTPS. You use a secret in Secrets Manager to store your authentication credentials.
|
|
3384
4121
|
*/
|
|
3385
4122
|
AuthenticationConfiguration?: AuthenticationConfiguration;
|
|
3386
4123
|
}
|
|
3387
4124
|
export type WebCrawlerMode = "HOST_ONLY"|"SUBDOMAINS"|"EVERYTHING"|string;
|
|
3388
4125
|
export interface WorkDocsConfiguration {
|
|
3389
4126
|
/**
|
|
3390
|
-
* The identifier of the directory corresponding to your Amazon WorkDocs site repository. You can find the organization ID in the
|
|
4127
|
+
* The identifier of the directory corresponding to your Amazon WorkDocs site repository. You can find the organization ID in the Directory Service by going to Active Directory, then Directories. Your Amazon WorkDocs site directory has an ID, which is the organization ID. You can also set up a new Amazon WorkDocs directory in the Directory Service console and enable a Amazon WorkDocs site for the directory in the Amazon WorkDocs console.
|
|
3391
4128
|
*/
|
|
3392
4129
|
OrganizationId: OrganizationId;
|
|
3393
4130
|
/**
|