aws-sdk-quicksight 1.188.0 → 1.190.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-quicksight/client.rb +367 -3
- data/lib/aws-sdk-quicksight/client_api.rb +119 -1
- data/lib/aws-sdk-quicksight/types.rb +366 -10
- data/lib/aws-sdk-quicksight.rb +1 -1
- data/sig/client.rbs +69 -1
- data/sig/params.rbs +31 -0
- data/sig/types.rbs +83 -2
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8765fca23b85199fb95521b8caed321cf2a7d9c46bfd65a75252fa24a93e3556
|
|
4
|
+
data.tar.gz: ab34b62d9557b18db8f16a23642b417e9ae6b221192088a8d9ce486f152f766d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: aef79ff3032b1680d6a7d3e4d9f7ae7e299e4de478822caa2d9a7c125f9c4856fa28763ce8a0ac8ef3b4d8ab1d24ee5c46b660e02e07294a77273e96891522b2
|
|
7
|
+
data.tar.gz: 5e0fcdfd6f4586f883e9bb4cb8a1cb2f88b1448abc52fed7a80e987c43dd62d03fe527619363d31642a99d858216588bba7a8005edcc0439cac33b5ab06f9bfb
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.190.0 (2026-07-10)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Provides CreateKnowledgeBase and UpdateKnowledgeBase APIs
|
|
8
|
+
|
|
9
|
+
1.189.0 (2026-07-09)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
13
|
+
|
|
4
14
|
1.188.0 (2026-07-01)
|
|
5
15
|
------------------
|
|
6
16
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.190.0
|
|
@@ -3849,6 +3849,24 @@ module Aws::QuickSight
|
|
|
3849
3849
|
# q_business_parameters: {
|
|
3850
3850
|
# application_arn: "ApplicationArn", # required
|
|
3851
3851
|
# },
|
|
3852
|
+
# share_point_parameters: {
|
|
3853
|
+
# share_point_domain: "SharePointDomain", # required
|
|
3854
|
+
# tenant_id: "SharePointTenantId",
|
|
3855
|
+
# client_id: "SharePointClientId",
|
|
3856
|
+
# auth_type: "THREE_LEGGED_OAUTH", # accepts THREE_LEGGED_OAUTH, TWO_LEGGED_OAUTH, SERVICE_ACCOUNT
|
|
3857
|
+
# },
|
|
3858
|
+
# google_drive_parameters: {
|
|
3859
|
+
# auth_type: "THREE_LEGGED_OAUTH", # accepts THREE_LEGGED_OAUTH, TWO_LEGGED_OAUTH, SERVICE_ACCOUNT
|
|
3860
|
+
# },
|
|
3861
|
+
# one_drive_parameters: {
|
|
3862
|
+
# tenant_id: "OneDriveTenantId",
|
|
3863
|
+
# client_id: "OneDriveClientId",
|
|
3864
|
+
# auth_type: "THREE_LEGGED_OAUTH", # accepts THREE_LEGGED_OAUTH, TWO_LEGGED_OAUTH, SERVICE_ACCOUNT
|
|
3865
|
+
# },
|
|
3866
|
+
# fmkb_parameters: {
|
|
3867
|
+
# knowledge_base_arn: "FMKBKnowledgeBaseArn", # required
|
|
3868
|
+
# linked_data_source_ids: ["LinkedDataSourceId"],
|
|
3869
|
+
# },
|
|
3852
3870
|
# },
|
|
3853
3871
|
# credentials: {
|
|
3854
3872
|
# credential_pair: {
|
|
@@ -4043,6 +4061,24 @@ module Aws::QuickSight
|
|
|
4043
4061
|
# q_business_parameters: {
|
|
4044
4062
|
# application_arn: "ApplicationArn", # required
|
|
4045
4063
|
# },
|
|
4064
|
+
# share_point_parameters: {
|
|
4065
|
+
# share_point_domain: "SharePointDomain", # required
|
|
4066
|
+
# tenant_id: "SharePointTenantId",
|
|
4067
|
+
# client_id: "SharePointClientId",
|
|
4068
|
+
# auth_type: "THREE_LEGGED_OAUTH", # accepts THREE_LEGGED_OAUTH, TWO_LEGGED_OAUTH, SERVICE_ACCOUNT
|
|
4069
|
+
# },
|
|
4070
|
+
# google_drive_parameters: {
|
|
4071
|
+
# auth_type: "THREE_LEGGED_OAUTH", # accepts THREE_LEGGED_OAUTH, TWO_LEGGED_OAUTH, SERVICE_ACCOUNT
|
|
4072
|
+
# },
|
|
4073
|
+
# one_drive_parameters: {
|
|
4074
|
+
# tenant_id: "OneDriveTenantId",
|
|
4075
|
+
# client_id: "OneDriveClientId",
|
|
4076
|
+
# auth_type: "THREE_LEGGED_OAUTH", # accepts THREE_LEGGED_OAUTH, TWO_LEGGED_OAUTH, SERVICE_ACCOUNT
|
|
4077
|
+
# },
|
|
4078
|
+
# fmkb_parameters: {
|
|
4079
|
+
# knowledge_base_arn: "FMKBKnowledgeBaseArn", # required
|
|
4080
|
+
# linked_data_source_ids: ["LinkedDataSourceId"],
|
|
4081
|
+
# },
|
|
4046
4082
|
# },
|
|
4047
4083
|
# ],
|
|
4048
4084
|
# },
|
|
@@ -4557,6 +4593,136 @@ module Aws::QuickSight
|
|
|
4557
4593
|
req.send_request(options)
|
|
4558
4594
|
end
|
|
4559
4595
|
|
|
4596
|
+
# Creates a knowledge base from a specified data source. Supported data
|
|
4597
|
+
# source connector types include:
|
|
4598
|
+
#
|
|
4599
|
+
# * `S3_KNOWLEDGE_BASE` – Uses an Amazon S3 bucket as the data source.
|
|
4600
|
+
#
|
|
4601
|
+
# * `WEB_CRAWLER` – Uses web pages indexed by the built-in web crawler
|
|
4602
|
+
# as the data source.
|
|
4603
|
+
#
|
|
4604
|
+
# * `GOOGLE_DRIVE` – Uses Google Drive as the data source. Supports
|
|
4605
|
+
# service account authentication only.
|
|
4606
|
+
#
|
|
4607
|
+
# * `SHAREPOINT` – Uses SharePoint as the data source. Supports
|
|
4608
|
+
# two-legged OAuth only.
|
|
4609
|
+
#
|
|
4610
|
+
# * `ONE_DRIVE` – Uses OneDrive as the data source. Supports two-legged
|
|
4611
|
+
# OAuth only.
|
|
4612
|
+
#
|
|
4613
|
+
# @option params [required, String] :aws_account_id
|
|
4614
|
+
# The ID of the Amazon Web Services account that contains the knowledge
|
|
4615
|
+
# base.
|
|
4616
|
+
#
|
|
4617
|
+
# @option params [required, String] :knowledge_base_id
|
|
4618
|
+
# The unique identifier for the knowledge base.
|
|
4619
|
+
#
|
|
4620
|
+
# @option params [required, String] :name
|
|
4621
|
+
# The name of the knowledge base.
|
|
4622
|
+
#
|
|
4623
|
+
# @option params [required, String] :data_source_arn
|
|
4624
|
+
# The Amazon Resource Name (ARN) of the data source for the knowledge
|
|
4625
|
+
# base.
|
|
4626
|
+
#
|
|
4627
|
+
# @option params [required, Types::KnowledgeBaseConfiguration] :knowledge_base_configuration
|
|
4628
|
+
# The configuration settings for a knowledge base.
|
|
4629
|
+
#
|
|
4630
|
+
# @option params [String] :description
|
|
4631
|
+
# A description for the knowledge base. If you don't specify a
|
|
4632
|
+
# description, the knowledge base is created without one.
|
|
4633
|
+
#
|
|
4634
|
+
# @option params [Array<Types::ResourcePermission>] :permissions
|
|
4635
|
+
# A list of resource permissions on the knowledge base. Each entry
|
|
4636
|
+
# grants a specified Amazon QuickSight principal either owner or viewer
|
|
4637
|
+
# access. If you don't specify permissions, only the primary owner (if
|
|
4638
|
+
# provided) receives owner access.
|
|
4639
|
+
#
|
|
4640
|
+
# @option params [Types::MediaExtractionConfiguration] :media_extraction_configuration
|
|
4641
|
+
# The configuration for media extraction from knowledge base documents.
|
|
4642
|
+
#
|
|
4643
|
+
# @option params [Types::AccessControlConfiguration] :access_control_configuration
|
|
4644
|
+
# The access control configuration for the knowledge base. If you don't
|
|
4645
|
+
# specify this parameter, document-level ACLs are disabled.
|
|
4646
|
+
#
|
|
4647
|
+
# @option params [String] :primary_owner_arn
|
|
4648
|
+
# The Amazon Resource Name (ARN) of the primary owner for the knowledge
|
|
4649
|
+
# base. The specified user is always granted owner access, regardless of
|
|
4650
|
+
# what is specified in the `Permissions` field. If you don't specify a
|
|
4651
|
+
# primary owner, the knowledge base is created without one.
|
|
4652
|
+
#
|
|
4653
|
+
# @option params [Array<Types::Tag>] :tags
|
|
4654
|
+
# The tags to assign to the knowledge base. If you don't specify tags,
|
|
4655
|
+
# the knowledge base is created without tags.
|
|
4656
|
+
#
|
|
4657
|
+
# @return [Types::CreateKnowledgeBaseResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
4658
|
+
#
|
|
4659
|
+
# * {Types::CreateKnowledgeBaseResponse#knowledge_base_arn #knowledge_base_arn} => String
|
|
4660
|
+
# * {Types::CreateKnowledgeBaseResponse#knowledge_base_id #knowledge_base_id} => String
|
|
4661
|
+
# * {Types::CreateKnowledgeBaseResponse#creation_status #creation_status} => String
|
|
4662
|
+
# * {Types::CreateKnowledgeBaseResponse#request_id #request_id} => String
|
|
4663
|
+
# * {Types::CreateKnowledgeBaseResponse#status #status} => Integer
|
|
4664
|
+
#
|
|
4665
|
+
# @example Request syntax with placeholder values
|
|
4666
|
+
#
|
|
4667
|
+
# resp = client.create_knowledge_base({
|
|
4668
|
+
# aws_account_id: "KbAwsAccountId", # required
|
|
4669
|
+
# knowledge_base_id: "KnowledgeBaseId", # required
|
|
4670
|
+
# name: "KnowledgeBaseName", # required
|
|
4671
|
+
# data_source_arn: "DataSourceArn", # required
|
|
4672
|
+
# knowledge_base_configuration: { # required
|
|
4673
|
+
# template_configuration: {
|
|
4674
|
+
# template: {
|
|
4675
|
+
# },
|
|
4676
|
+
# },
|
|
4677
|
+
# },
|
|
4678
|
+
# description: "KnowledgeBaseDescription",
|
|
4679
|
+
# permissions: [
|
|
4680
|
+
# {
|
|
4681
|
+
# principal: "Principal", # required
|
|
4682
|
+
# actions: ["String"], # required
|
|
4683
|
+
# },
|
|
4684
|
+
# ],
|
|
4685
|
+
# media_extraction_configuration: {
|
|
4686
|
+
# image_extraction_configuration: {
|
|
4687
|
+
# image_extraction_status: "ENABLED", # required, accepts ENABLED, DISABLED
|
|
4688
|
+
# },
|
|
4689
|
+
# audio_extraction_configuration: {
|
|
4690
|
+
# audio_extraction_status: "ENABLED", # required, accepts ENABLED, DISABLED
|
|
4691
|
+
# },
|
|
4692
|
+
# video_extraction_configuration: {
|
|
4693
|
+
# video_extraction_status: "ENABLED", # required, accepts ENABLED, DISABLED
|
|
4694
|
+
# video_extraction_type: "AUDIO_TRANSCRIPTION_ONLY", # accepts AUDIO_TRANSCRIPTION_ONLY, VISUAL_CONTENT_AND_AUDIO_TRANSCRIPTION
|
|
4695
|
+
# },
|
|
4696
|
+
# },
|
|
4697
|
+
# access_control_configuration: {
|
|
4698
|
+
# is_acl_enabled: false,
|
|
4699
|
+
# },
|
|
4700
|
+
# primary_owner_arn: "String",
|
|
4701
|
+
# tags: [
|
|
4702
|
+
# {
|
|
4703
|
+
# key: "TagKey", # required
|
|
4704
|
+
# value: "TagValue", # required
|
|
4705
|
+
# },
|
|
4706
|
+
# ],
|
|
4707
|
+
# })
|
|
4708
|
+
#
|
|
4709
|
+
# @example Response structure
|
|
4710
|
+
#
|
|
4711
|
+
# resp.knowledge_base_arn #=> String
|
|
4712
|
+
# resp.knowledge_base_id #=> String
|
|
4713
|
+
# resp.creation_status #=> String, one of "CREATING", "UPDATING", "ACTIVE", "FAILED", "DELETING"
|
|
4714
|
+
# resp.request_id #=> String
|
|
4715
|
+
# resp.status #=> Integer
|
|
4716
|
+
#
|
|
4717
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/CreateKnowledgeBase AWS API Documentation
|
|
4718
|
+
#
|
|
4719
|
+
# @overload create_knowledge_base(params = {})
|
|
4720
|
+
# @param [Hash] params ({})
|
|
4721
|
+
def create_knowledge_base(params = {}, options = {})
|
|
4722
|
+
req = build_request(:create_knowledge_base, params)
|
|
4723
|
+
req.send_request(options)
|
|
4724
|
+
end
|
|
4725
|
+
|
|
4560
4726
|
# (Enterprise edition only) Creates a new namespace for you to use with
|
|
4561
4727
|
# Amazon Quick Sight.
|
|
4562
4728
|
#
|
|
@@ -8290,6 +8456,17 @@ module Aws::QuickSight
|
|
|
8290
8456
|
# resp.override_parameters.data_sources[0].data_source_parameters.web_crawler_parameters.web_proxy_port_number #=> Integer
|
|
8291
8457
|
# resp.override_parameters.data_sources[0].data_source_parameters.confluence_parameters.confluence_url #=> String
|
|
8292
8458
|
# resp.override_parameters.data_sources[0].data_source_parameters.q_business_parameters.application_arn #=> String
|
|
8459
|
+
# resp.override_parameters.data_sources[0].data_source_parameters.share_point_parameters.share_point_domain #=> String
|
|
8460
|
+
# resp.override_parameters.data_sources[0].data_source_parameters.share_point_parameters.tenant_id #=> String
|
|
8461
|
+
# resp.override_parameters.data_sources[0].data_source_parameters.share_point_parameters.client_id #=> String
|
|
8462
|
+
# resp.override_parameters.data_sources[0].data_source_parameters.share_point_parameters.auth_type #=> String, one of "THREE_LEGGED_OAUTH", "TWO_LEGGED_OAUTH", "SERVICE_ACCOUNT"
|
|
8463
|
+
# resp.override_parameters.data_sources[0].data_source_parameters.google_drive_parameters.auth_type #=> String, one of "THREE_LEGGED_OAUTH", "TWO_LEGGED_OAUTH", "SERVICE_ACCOUNT"
|
|
8464
|
+
# resp.override_parameters.data_sources[0].data_source_parameters.one_drive_parameters.tenant_id #=> String
|
|
8465
|
+
# resp.override_parameters.data_sources[0].data_source_parameters.one_drive_parameters.client_id #=> String
|
|
8466
|
+
# resp.override_parameters.data_sources[0].data_source_parameters.one_drive_parameters.auth_type #=> String, one of "THREE_LEGGED_OAUTH", "TWO_LEGGED_OAUTH", "SERVICE_ACCOUNT"
|
|
8467
|
+
# resp.override_parameters.data_sources[0].data_source_parameters.fmkb_parameters.knowledge_base_arn #=> String
|
|
8468
|
+
# resp.override_parameters.data_sources[0].data_source_parameters.fmkb_parameters.linked_data_source_ids #=> Array
|
|
8469
|
+
# resp.override_parameters.data_sources[0].data_source_parameters.fmkb_parameters.linked_data_source_ids[0] #=> String
|
|
8293
8470
|
# resp.override_parameters.data_sources[0].vpc_connection_properties.vpc_connection_arn #=> String
|
|
8294
8471
|
# resp.override_parameters.data_sources[0].ssl_properties.disable_ssl #=> Boolean
|
|
8295
8472
|
# resp.override_parameters.data_sources[0].credentials.credential_pair.username #=> String
|
|
@@ -10105,6 +10282,17 @@ module Aws::QuickSight
|
|
|
10105
10282
|
# resp.data_source.data_source_parameters.web_crawler_parameters.web_proxy_port_number #=> Integer
|
|
10106
10283
|
# resp.data_source.data_source_parameters.confluence_parameters.confluence_url #=> String
|
|
10107
10284
|
# resp.data_source.data_source_parameters.q_business_parameters.application_arn #=> String
|
|
10285
|
+
# resp.data_source.data_source_parameters.share_point_parameters.share_point_domain #=> String
|
|
10286
|
+
# resp.data_source.data_source_parameters.share_point_parameters.tenant_id #=> String
|
|
10287
|
+
# resp.data_source.data_source_parameters.share_point_parameters.client_id #=> String
|
|
10288
|
+
# resp.data_source.data_source_parameters.share_point_parameters.auth_type #=> String, one of "THREE_LEGGED_OAUTH", "TWO_LEGGED_OAUTH", "SERVICE_ACCOUNT"
|
|
10289
|
+
# resp.data_source.data_source_parameters.google_drive_parameters.auth_type #=> String, one of "THREE_LEGGED_OAUTH", "TWO_LEGGED_OAUTH", "SERVICE_ACCOUNT"
|
|
10290
|
+
# resp.data_source.data_source_parameters.one_drive_parameters.tenant_id #=> String
|
|
10291
|
+
# resp.data_source.data_source_parameters.one_drive_parameters.client_id #=> String
|
|
10292
|
+
# resp.data_source.data_source_parameters.one_drive_parameters.auth_type #=> String, one of "THREE_LEGGED_OAUTH", "TWO_LEGGED_OAUTH", "SERVICE_ACCOUNT"
|
|
10293
|
+
# resp.data_source.data_source_parameters.fmkb_parameters.knowledge_base_arn #=> String
|
|
10294
|
+
# resp.data_source.data_source_parameters.fmkb_parameters.linked_data_source_ids #=> Array
|
|
10295
|
+
# resp.data_source.data_source_parameters.fmkb_parameters.linked_data_source_ids[0] #=> String
|
|
10108
10296
|
# resp.data_source.alternate_data_source_parameters #=> Array
|
|
10109
10297
|
# resp.data_source.alternate_data_source_parameters[0].amazon_elasticsearch_parameters.domain #=> String
|
|
10110
10298
|
# resp.data_source.alternate_data_source_parameters[0].athena_parameters.work_group #=> String
|
|
@@ -10212,11 +10400,24 @@ module Aws::QuickSight
|
|
|
10212
10400
|
# resp.data_source.alternate_data_source_parameters[0].web_crawler_parameters.web_proxy_port_number #=> Integer
|
|
10213
10401
|
# resp.data_source.alternate_data_source_parameters[0].confluence_parameters.confluence_url #=> String
|
|
10214
10402
|
# resp.data_source.alternate_data_source_parameters[0].q_business_parameters.application_arn #=> String
|
|
10403
|
+
# resp.data_source.alternate_data_source_parameters[0].share_point_parameters.share_point_domain #=> String
|
|
10404
|
+
# resp.data_source.alternate_data_source_parameters[0].share_point_parameters.tenant_id #=> String
|
|
10405
|
+
# resp.data_source.alternate_data_source_parameters[0].share_point_parameters.client_id #=> String
|
|
10406
|
+
# resp.data_source.alternate_data_source_parameters[0].share_point_parameters.auth_type #=> String, one of "THREE_LEGGED_OAUTH", "TWO_LEGGED_OAUTH", "SERVICE_ACCOUNT"
|
|
10407
|
+
# resp.data_source.alternate_data_source_parameters[0].google_drive_parameters.auth_type #=> String, one of "THREE_LEGGED_OAUTH", "TWO_LEGGED_OAUTH", "SERVICE_ACCOUNT"
|
|
10408
|
+
# resp.data_source.alternate_data_source_parameters[0].one_drive_parameters.tenant_id #=> String
|
|
10409
|
+
# resp.data_source.alternate_data_source_parameters[0].one_drive_parameters.client_id #=> String
|
|
10410
|
+
# resp.data_source.alternate_data_source_parameters[0].one_drive_parameters.auth_type #=> String, one of "THREE_LEGGED_OAUTH", "TWO_LEGGED_OAUTH", "SERVICE_ACCOUNT"
|
|
10411
|
+
# resp.data_source.alternate_data_source_parameters[0].fmkb_parameters.knowledge_base_arn #=> String
|
|
10412
|
+
# resp.data_source.alternate_data_source_parameters[0].fmkb_parameters.linked_data_source_ids #=> Array
|
|
10413
|
+
# resp.data_source.alternate_data_source_parameters[0].fmkb_parameters.linked_data_source_ids[0] #=> String
|
|
10215
10414
|
# resp.data_source.vpc_connection_properties.vpc_connection_arn #=> String
|
|
10216
10415
|
# resp.data_source.ssl_properties.disable_ssl #=> Boolean
|
|
10217
10416
|
# resp.data_source.error_info.type #=> String, one of "ACCESS_DENIED", "COPY_SOURCE_NOT_FOUND", "TIMEOUT", "ENGINE_VERSION_NOT_SUPPORTED", "UNKNOWN_HOST", "GENERIC_SQL_FAILURE", "CONFLICT", "UNKNOWN"
|
|
10218
10417
|
# resp.data_source.error_info.message #=> String
|
|
10219
10418
|
# resp.data_source.secret_arn #=> String
|
|
10419
|
+
# resp.data_source.credential_status #=> String, one of "CONNECTED", "AUTH_FAILED", "NOT_VERIFIED"
|
|
10420
|
+
# resp.data_source.last_credential_verified_at #=> Time
|
|
10220
10421
|
# resp.request_id #=> String
|
|
10221
10422
|
# resp.status #=> Integer
|
|
10222
10423
|
#
|
|
@@ -10847,11 +11048,11 @@ module Aws::QuickSight
|
|
|
10847
11048
|
# resp.knowledge_base.name #=> String
|
|
10848
11049
|
# resp.knowledge_base.status #=> String, one of "CREATING", "UPDATING", "ACTIVE", "FAILED", "DELETING"
|
|
10849
11050
|
# resp.knowledge_base.data_source_arn #=> String
|
|
10850
|
-
# resp.knowledge_base.knowledge_base_configuration.event_enabled #=> Boolean
|
|
10851
11051
|
# resp.knowledge_base.media_extraction_configuration.image_extraction_configuration.image_extraction_status #=> String, one of "ENABLED", "DISABLED"
|
|
10852
11052
|
# resp.knowledge_base.media_extraction_configuration.audio_extraction_configuration.audio_extraction_status #=> String, one of "ENABLED", "DISABLED"
|
|
10853
11053
|
# resp.knowledge_base.media_extraction_configuration.video_extraction_configuration.video_extraction_status #=> String, one of "ENABLED", "DISABLED"
|
|
10854
11054
|
# resp.knowledge_base.media_extraction_configuration.video_extraction_configuration.video_extraction_type #=> String, one of "AUDIO_TRANSCRIPTION_ONLY", "VISUAL_CONTENT_AND_AUDIO_TRANSCRIPTION"
|
|
11055
|
+
# resp.knowledge_base.access_control_configuration.is_acl_enabled #=> Boolean
|
|
10855
11056
|
# resp.knowledge_base.type #=> String
|
|
10856
11057
|
# resp.knowledge_base.created_at #=> Time
|
|
10857
11058
|
# resp.knowledge_base.updated_at #=> Time
|
|
@@ -14168,6 +14369,17 @@ module Aws::QuickSight
|
|
|
14168
14369
|
# resp.data_sources[0].data_source_parameters.web_crawler_parameters.web_proxy_port_number #=> Integer
|
|
14169
14370
|
# resp.data_sources[0].data_source_parameters.confluence_parameters.confluence_url #=> String
|
|
14170
14371
|
# resp.data_sources[0].data_source_parameters.q_business_parameters.application_arn #=> String
|
|
14372
|
+
# resp.data_sources[0].data_source_parameters.share_point_parameters.share_point_domain #=> String
|
|
14373
|
+
# resp.data_sources[0].data_source_parameters.share_point_parameters.tenant_id #=> String
|
|
14374
|
+
# resp.data_sources[0].data_source_parameters.share_point_parameters.client_id #=> String
|
|
14375
|
+
# resp.data_sources[0].data_source_parameters.share_point_parameters.auth_type #=> String, one of "THREE_LEGGED_OAUTH", "TWO_LEGGED_OAUTH", "SERVICE_ACCOUNT"
|
|
14376
|
+
# resp.data_sources[0].data_source_parameters.google_drive_parameters.auth_type #=> String, one of "THREE_LEGGED_OAUTH", "TWO_LEGGED_OAUTH", "SERVICE_ACCOUNT"
|
|
14377
|
+
# resp.data_sources[0].data_source_parameters.one_drive_parameters.tenant_id #=> String
|
|
14378
|
+
# resp.data_sources[0].data_source_parameters.one_drive_parameters.client_id #=> String
|
|
14379
|
+
# resp.data_sources[0].data_source_parameters.one_drive_parameters.auth_type #=> String, one of "THREE_LEGGED_OAUTH", "TWO_LEGGED_OAUTH", "SERVICE_ACCOUNT"
|
|
14380
|
+
# resp.data_sources[0].data_source_parameters.fmkb_parameters.knowledge_base_arn #=> String
|
|
14381
|
+
# resp.data_sources[0].data_source_parameters.fmkb_parameters.linked_data_source_ids #=> Array
|
|
14382
|
+
# resp.data_sources[0].data_source_parameters.fmkb_parameters.linked_data_source_ids[0] #=> String
|
|
14171
14383
|
# resp.data_sources[0].alternate_data_source_parameters #=> Array
|
|
14172
14384
|
# resp.data_sources[0].alternate_data_source_parameters[0].amazon_elasticsearch_parameters.domain #=> String
|
|
14173
14385
|
# resp.data_sources[0].alternate_data_source_parameters[0].athena_parameters.work_group #=> String
|
|
@@ -14275,11 +14487,24 @@ module Aws::QuickSight
|
|
|
14275
14487
|
# resp.data_sources[0].alternate_data_source_parameters[0].web_crawler_parameters.web_proxy_port_number #=> Integer
|
|
14276
14488
|
# resp.data_sources[0].alternate_data_source_parameters[0].confluence_parameters.confluence_url #=> String
|
|
14277
14489
|
# resp.data_sources[0].alternate_data_source_parameters[0].q_business_parameters.application_arn #=> String
|
|
14490
|
+
# resp.data_sources[0].alternate_data_source_parameters[0].share_point_parameters.share_point_domain #=> String
|
|
14491
|
+
# resp.data_sources[0].alternate_data_source_parameters[0].share_point_parameters.tenant_id #=> String
|
|
14492
|
+
# resp.data_sources[0].alternate_data_source_parameters[0].share_point_parameters.client_id #=> String
|
|
14493
|
+
# resp.data_sources[0].alternate_data_source_parameters[0].share_point_parameters.auth_type #=> String, one of "THREE_LEGGED_OAUTH", "TWO_LEGGED_OAUTH", "SERVICE_ACCOUNT"
|
|
14494
|
+
# resp.data_sources[0].alternate_data_source_parameters[0].google_drive_parameters.auth_type #=> String, one of "THREE_LEGGED_OAUTH", "TWO_LEGGED_OAUTH", "SERVICE_ACCOUNT"
|
|
14495
|
+
# resp.data_sources[0].alternate_data_source_parameters[0].one_drive_parameters.tenant_id #=> String
|
|
14496
|
+
# resp.data_sources[0].alternate_data_source_parameters[0].one_drive_parameters.client_id #=> String
|
|
14497
|
+
# resp.data_sources[0].alternate_data_source_parameters[0].one_drive_parameters.auth_type #=> String, one of "THREE_LEGGED_OAUTH", "TWO_LEGGED_OAUTH", "SERVICE_ACCOUNT"
|
|
14498
|
+
# resp.data_sources[0].alternate_data_source_parameters[0].fmkb_parameters.knowledge_base_arn #=> String
|
|
14499
|
+
# resp.data_sources[0].alternate_data_source_parameters[0].fmkb_parameters.linked_data_source_ids #=> Array
|
|
14500
|
+
# resp.data_sources[0].alternate_data_source_parameters[0].fmkb_parameters.linked_data_source_ids[0] #=> String
|
|
14278
14501
|
# resp.data_sources[0].vpc_connection_properties.vpc_connection_arn #=> String
|
|
14279
14502
|
# resp.data_sources[0].ssl_properties.disable_ssl #=> Boolean
|
|
14280
14503
|
# resp.data_sources[0].error_info.type #=> String, one of "ACCESS_DENIED", "COPY_SOURCE_NOT_FOUND", "TIMEOUT", "ENGINE_VERSION_NOT_SUPPORTED", "UNKNOWN_HOST", "GENERIC_SQL_FAILURE", "CONFLICT", "UNKNOWN"
|
|
14281
14504
|
# resp.data_sources[0].error_info.message #=> String
|
|
14282
14505
|
# resp.data_sources[0].secret_arn #=> String
|
|
14506
|
+
# resp.data_sources[0].credential_status #=> String, one of "CONNECTED", "AUTH_FAILED", "NOT_VERIFIED"
|
|
14507
|
+
# resp.data_sources[0].last_credential_verified_at #=> Time
|
|
14283
14508
|
# resp.next_token #=> String
|
|
14284
14509
|
# resp.request_id #=> String
|
|
14285
14510
|
# resp.status #=> Integer
|
|
@@ -17529,7 +17754,7 @@ module Aws::QuickSight
|
|
|
17529
17754
|
# max_results: 1,
|
|
17530
17755
|
# filters: [
|
|
17531
17756
|
# {
|
|
17532
|
-
# name: "KNOWLEDGE_BASE_ID", # required, accepts KNOWLEDGE_BASE_ID, KNOWLEDGE_BASE_NAME, DIRECT_QUICKSIGHT_OWNER, DIRECT_QUICKSIGHT_VIEWER_OR_OWNER, DIRECT_QUICKSIGHT_SOLE_OWNER, KNOWLEDGE_BASE_SIZE_BYTES, PRIMARY_OWNER
|
|
17757
|
+
# name: "KNOWLEDGE_BASE_ID", # required, accepts KNOWLEDGE_BASE_ID, KNOWLEDGE_BASE_NAME, DIRECT_QUICKSIGHT_OWNER, DIRECT_QUICKSIGHT_VIEWER_OR_OWNER, DIRECT_QUICKSIGHT_SOLE_OWNER, KNOWLEDGE_BASE_SIZE_BYTES, PRIMARY_OWNER, DATASOURCE_ARN
|
|
17533
17758
|
# operator: "STRING_EQUALS", # required, accepts STRING_EQUALS, STRING_LIKE, GREATER_THAN_OR_EQUALS, LESS_THAN_OR_EQUALS
|
|
17534
17759
|
# value: "String", # required
|
|
17535
17760
|
# },
|
|
@@ -18159,6 +18384,24 @@ module Aws::QuickSight
|
|
|
18159
18384
|
# q_business_parameters: {
|
|
18160
18385
|
# application_arn: "ApplicationArn", # required
|
|
18161
18386
|
# },
|
|
18387
|
+
# share_point_parameters: {
|
|
18388
|
+
# share_point_domain: "SharePointDomain", # required
|
|
18389
|
+
# tenant_id: "SharePointTenantId",
|
|
18390
|
+
# client_id: "SharePointClientId",
|
|
18391
|
+
# auth_type: "THREE_LEGGED_OAUTH", # accepts THREE_LEGGED_OAUTH, TWO_LEGGED_OAUTH, SERVICE_ACCOUNT
|
|
18392
|
+
# },
|
|
18393
|
+
# google_drive_parameters: {
|
|
18394
|
+
# auth_type: "THREE_LEGGED_OAUTH", # accepts THREE_LEGGED_OAUTH, TWO_LEGGED_OAUTH, SERVICE_ACCOUNT
|
|
18395
|
+
# },
|
|
18396
|
+
# one_drive_parameters: {
|
|
18397
|
+
# tenant_id: "OneDriveTenantId",
|
|
18398
|
+
# client_id: "OneDriveClientId",
|
|
18399
|
+
# auth_type: "THREE_LEGGED_OAUTH", # accepts THREE_LEGGED_OAUTH, TWO_LEGGED_OAUTH, SERVICE_ACCOUNT
|
|
18400
|
+
# },
|
|
18401
|
+
# fmkb_parameters: {
|
|
18402
|
+
# knowledge_base_arn: "FMKBKnowledgeBaseArn", # required
|
|
18403
|
+
# linked_data_source_ids: ["LinkedDataSourceId"],
|
|
18404
|
+
# },
|
|
18162
18405
|
# },
|
|
18163
18406
|
# vpc_connection_properties: {
|
|
18164
18407
|
# vpc_connection_arn: "Arn", # required
|
|
@@ -21559,6 +21802,24 @@ module Aws::QuickSight
|
|
|
21559
21802
|
# q_business_parameters: {
|
|
21560
21803
|
# application_arn: "ApplicationArn", # required
|
|
21561
21804
|
# },
|
|
21805
|
+
# share_point_parameters: {
|
|
21806
|
+
# share_point_domain: "SharePointDomain", # required
|
|
21807
|
+
# tenant_id: "SharePointTenantId",
|
|
21808
|
+
# client_id: "SharePointClientId",
|
|
21809
|
+
# auth_type: "THREE_LEGGED_OAUTH", # accepts THREE_LEGGED_OAUTH, TWO_LEGGED_OAUTH, SERVICE_ACCOUNT
|
|
21810
|
+
# },
|
|
21811
|
+
# google_drive_parameters: {
|
|
21812
|
+
# auth_type: "THREE_LEGGED_OAUTH", # accepts THREE_LEGGED_OAUTH, TWO_LEGGED_OAUTH, SERVICE_ACCOUNT
|
|
21813
|
+
# },
|
|
21814
|
+
# one_drive_parameters: {
|
|
21815
|
+
# tenant_id: "OneDriveTenantId",
|
|
21816
|
+
# client_id: "OneDriveClientId",
|
|
21817
|
+
# auth_type: "THREE_LEGGED_OAUTH", # accepts THREE_LEGGED_OAUTH, TWO_LEGGED_OAUTH, SERVICE_ACCOUNT
|
|
21818
|
+
# },
|
|
21819
|
+
# fmkb_parameters: {
|
|
21820
|
+
# knowledge_base_arn: "FMKBKnowledgeBaseArn", # required
|
|
21821
|
+
# linked_data_source_ids: ["LinkedDataSourceId"],
|
|
21822
|
+
# },
|
|
21562
21823
|
# },
|
|
21563
21824
|
# credentials: {
|
|
21564
21825
|
# credential_pair: {
|
|
@@ -21753,6 +22014,24 @@ module Aws::QuickSight
|
|
|
21753
22014
|
# q_business_parameters: {
|
|
21754
22015
|
# application_arn: "ApplicationArn", # required
|
|
21755
22016
|
# },
|
|
22017
|
+
# share_point_parameters: {
|
|
22018
|
+
# share_point_domain: "SharePointDomain", # required
|
|
22019
|
+
# tenant_id: "SharePointTenantId",
|
|
22020
|
+
# client_id: "SharePointClientId",
|
|
22021
|
+
# auth_type: "THREE_LEGGED_OAUTH", # accepts THREE_LEGGED_OAUTH, TWO_LEGGED_OAUTH, SERVICE_ACCOUNT
|
|
22022
|
+
# },
|
|
22023
|
+
# google_drive_parameters: {
|
|
22024
|
+
# auth_type: "THREE_LEGGED_OAUTH", # accepts THREE_LEGGED_OAUTH, TWO_LEGGED_OAUTH, SERVICE_ACCOUNT
|
|
22025
|
+
# },
|
|
22026
|
+
# one_drive_parameters: {
|
|
22027
|
+
# tenant_id: "OneDriveTenantId",
|
|
22028
|
+
# client_id: "OneDriveClientId",
|
|
22029
|
+
# auth_type: "THREE_LEGGED_OAUTH", # accepts THREE_LEGGED_OAUTH, TWO_LEGGED_OAUTH, SERVICE_ACCOUNT
|
|
22030
|
+
# },
|
|
22031
|
+
# fmkb_parameters: {
|
|
22032
|
+
# knowledge_base_arn: "FMKBKnowledgeBaseArn", # required
|
|
22033
|
+
# linked_data_source_ids: ["LinkedDataSourceId"],
|
|
22034
|
+
# },
|
|
21756
22035
|
# },
|
|
21757
22036
|
# ],
|
|
21758
22037
|
# },
|
|
@@ -22429,6 +22708,91 @@ module Aws::QuickSight
|
|
|
22429
22708
|
req.send_request(options)
|
|
22430
22709
|
end
|
|
22431
22710
|
|
|
22711
|
+
# Updates the properties of an existing knowledge base.
|
|
22712
|
+
#
|
|
22713
|
+
# @option params [required, String] :aws_account_id
|
|
22714
|
+
# The ID of the Amazon Web Services account that contains the knowledge
|
|
22715
|
+
# base.
|
|
22716
|
+
#
|
|
22717
|
+
# @option params [required, String] :knowledge_base_id
|
|
22718
|
+
# The unique identifier for the knowledge base.
|
|
22719
|
+
#
|
|
22720
|
+
# @option params [String] :name
|
|
22721
|
+
# The name of the knowledge base. If you don't specify a name, the
|
|
22722
|
+
# existing name is retained.
|
|
22723
|
+
#
|
|
22724
|
+
# @option params [String] :description
|
|
22725
|
+
# A description for the knowledge base. If you don't specify a
|
|
22726
|
+
# description, the existing description is retained.
|
|
22727
|
+
#
|
|
22728
|
+
# @option params [Types::KnowledgeBaseConfiguration] :knowledge_base_configuration
|
|
22729
|
+
# The configuration settings for a knowledge base.
|
|
22730
|
+
#
|
|
22731
|
+
# @option params [Types::MediaExtractionConfiguration] :media_extraction_configuration
|
|
22732
|
+
# The configuration for media extraction from knowledge base documents.
|
|
22733
|
+
#
|
|
22734
|
+
# @option params [Boolean] :is_email_notification_opted_for_ingestion_failures
|
|
22735
|
+
# Specifies whether email notifications are enabled for ingestion
|
|
22736
|
+
# failures.
|
|
22737
|
+
#
|
|
22738
|
+
# @option params [Types::AccessControlConfiguration] :access_control_configuration
|
|
22739
|
+
# The access control configuration for the knowledge base. If you don't
|
|
22740
|
+
# specify this parameter, the existing setting is retained.
|
|
22741
|
+
#
|
|
22742
|
+
# @return [Types::UpdateKnowledgeBaseResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
22743
|
+
#
|
|
22744
|
+
# * {Types::UpdateKnowledgeBaseResponse#knowledge_base_arn #knowledge_base_arn} => String
|
|
22745
|
+
# * {Types::UpdateKnowledgeBaseResponse#knowledge_base_id #knowledge_base_id} => String
|
|
22746
|
+
# * {Types::UpdateKnowledgeBaseResponse#request_id #request_id} => String
|
|
22747
|
+
# * {Types::UpdateKnowledgeBaseResponse#status #status} => Integer
|
|
22748
|
+
#
|
|
22749
|
+
# @example Request syntax with placeholder values
|
|
22750
|
+
#
|
|
22751
|
+
# resp = client.update_knowledge_base({
|
|
22752
|
+
# aws_account_id: "KbAwsAccountId", # required
|
|
22753
|
+
# knowledge_base_id: "KnowledgeBaseId", # required
|
|
22754
|
+
# name: "KnowledgeBaseName",
|
|
22755
|
+
# description: "KnowledgeBaseDescription",
|
|
22756
|
+
# knowledge_base_configuration: {
|
|
22757
|
+
# template_configuration: {
|
|
22758
|
+
# template: {
|
|
22759
|
+
# },
|
|
22760
|
+
# },
|
|
22761
|
+
# },
|
|
22762
|
+
# media_extraction_configuration: {
|
|
22763
|
+
# image_extraction_configuration: {
|
|
22764
|
+
# image_extraction_status: "ENABLED", # required, accepts ENABLED, DISABLED
|
|
22765
|
+
# },
|
|
22766
|
+
# audio_extraction_configuration: {
|
|
22767
|
+
# audio_extraction_status: "ENABLED", # required, accepts ENABLED, DISABLED
|
|
22768
|
+
# },
|
|
22769
|
+
# video_extraction_configuration: {
|
|
22770
|
+
# video_extraction_status: "ENABLED", # required, accepts ENABLED, DISABLED
|
|
22771
|
+
# video_extraction_type: "AUDIO_TRANSCRIPTION_ONLY", # accepts AUDIO_TRANSCRIPTION_ONLY, VISUAL_CONTENT_AND_AUDIO_TRANSCRIPTION
|
|
22772
|
+
# },
|
|
22773
|
+
# },
|
|
22774
|
+
# is_email_notification_opted_for_ingestion_failures: false,
|
|
22775
|
+
# access_control_configuration: {
|
|
22776
|
+
# is_acl_enabled: false,
|
|
22777
|
+
# },
|
|
22778
|
+
# })
|
|
22779
|
+
#
|
|
22780
|
+
# @example Response structure
|
|
22781
|
+
#
|
|
22782
|
+
# resp.knowledge_base_arn #=> String
|
|
22783
|
+
# resp.knowledge_base_id #=> String
|
|
22784
|
+
# resp.request_id #=> String
|
|
22785
|
+
# resp.status #=> Integer
|
|
22786
|
+
#
|
|
22787
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/UpdateKnowledgeBase AWS API Documentation
|
|
22788
|
+
#
|
|
22789
|
+
# @overload update_knowledge_base(params = {})
|
|
22790
|
+
# @param [Hash] params ({})
|
|
22791
|
+
def update_knowledge_base(params = {}, options = {})
|
|
22792
|
+
req = build_request(:update_knowledge_base, params)
|
|
22793
|
+
req.send_request(options)
|
|
22794
|
+
end
|
|
22795
|
+
|
|
22432
22796
|
# Updates the resource permissions for a knowledge base.
|
|
22433
22797
|
#
|
|
22434
22798
|
# @option params [required, String] :aws_account_id
|
|
@@ -24368,7 +24732,7 @@ module Aws::QuickSight
|
|
|
24368
24732
|
tracer: tracer
|
|
24369
24733
|
)
|
|
24370
24734
|
context[:gem_name] = 'aws-sdk-quicksight'
|
|
24371
|
-
context[:gem_version] = '1.
|
|
24735
|
+
context[:gem_version] = '1.190.0'
|
|
24372
24736
|
Seahorse::Client::Request.new(handlers, context)
|
|
24373
24737
|
end
|
|
24374
24738
|
|