aws-sdk-quicksight 1.189.0 → 1.191.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 +386 -6
- data/lib/aws-sdk-quicksight/client_api.rb +123 -1
- data/lib/aws-sdk-quicksight/types.rb +391 -11
- data/lib/aws-sdk-quicksight.rb +1 -1
- data/sig/client.rbs +71 -3
- data/sig/params.rbs +36 -1
- data/sig/types.rbs +90 -5
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5e504f2f0b268506d263dccd9bdb1323ea9370373ae45a841372cca4df0621a5
|
|
4
|
+
data.tar.gz: 6fb22d8088eac96e117c9096e4a053646027f87a256e4a71b97243149a2d2ed3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e301b7c4a7493d3cc88fb1d06e47f616bf35479cdd49e6bd3f5fa804e4e62e10169addf513c344f88d04eb154aed78b31fc99fbeeeaaee6293efcbf5a0115ba0
|
|
7
|
+
data.tar.gz: 690989425fe6291b77aa5a407f0db47d5c8b3bab95dc5621c389d6083a6bbb3ad44a3ef4747a114b927de766667abbe5b565bbef2062db3c3a1690bedf0418af
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.191.0 (2026-07-20)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Adds support for custom permissions for Triggers, allowing administrators to control user access to Schedule, Inbound Email and Quick Event triggers.
|
|
8
|
+
|
|
9
|
+
1.190.0 (2026-07-10)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Provides CreateKnowledgeBase and UpdateKnowledgeBase APIs
|
|
13
|
+
|
|
4
14
|
1.189.0 (2026-07-09)
|
|
5
15
|
------------------
|
|
6
16
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.191.0
|
|
@@ -2562,6 +2562,10 @@ module Aws::QuickSight
|
|
|
2562
2562
|
# generate_analyses: "DENY", # accepts DENY
|
|
2563
2563
|
# story: "DENY", # accepts DENY
|
|
2564
2564
|
# scenario: "DENY", # accepts DENY
|
|
2565
|
+
# trigger: "DENY", # accepts DENY
|
|
2566
|
+
# schedule_trigger: "DENY", # accepts DENY
|
|
2567
|
+
# inbound_email_trigger: "DENY", # accepts DENY
|
|
2568
|
+
# quick_event_trigger: "DENY", # accepts DENY
|
|
2565
2569
|
# },
|
|
2566
2570
|
# tags: [
|
|
2567
2571
|
# {
|
|
@@ -3849,6 +3853,24 @@ module Aws::QuickSight
|
|
|
3849
3853
|
# q_business_parameters: {
|
|
3850
3854
|
# application_arn: "ApplicationArn", # required
|
|
3851
3855
|
# },
|
|
3856
|
+
# share_point_parameters: {
|
|
3857
|
+
# share_point_domain: "SharePointDomain", # required
|
|
3858
|
+
# tenant_id: "SharePointTenantId",
|
|
3859
|
+
# client_id: "SharePointClientId",
|
|
3860
|
+
# auth_type: "THREE_LEGGED_OAUTH", # accepts THREE_LEGGED_OAUTH, TWO_LEGGED_OAUTH, SERVICE_ACCOUNT
|
|
3861
|
+
# },
|
|
3862
|
+
# google_drive_parameters: {
|
|
3863
|
+
# auth_type: "THREE_LEGGED_OAUTH", # accepts THREE_LEGGED_OAUTH, TWO_LEGGED_OAUTH, SERVICE_ACCOUNT
|
|
3864
|
+
# },
|
|
3865
|
+
# one_drive_parameters: {
|
|
3866
|
+
# tenant_id: "OneDriveTenantId",
|
|
3867
|
+
# client_id: "OneDriveClientId",
|
|
3868
|
+
# auth_type: "THREE_LEGGED_OAUTH", # accepts THREE_LEGGED_OAUTH, TWO_LEGGED_OAUTH, SERVICE_ACCOUNT
|
|
3869
|
+
# },
|
|
3870
|
+
# fmkb_parameters: {
|
|
3871
|
+
# knowledge_base_arn: "FMKBKnowledgeBaseArn", # required
|
|
3872
|
+
# linked_data_source_ids: ["LinkedDataSourceId"],
|
|
3873
|
+
# },
|
|
3852
3874
|
# },
|
|
3853
3875
|
# credentials: {
|
|
3854
3876
|
# credential_pair: {
|
|
@@ -4043,6 +4065,24 @@ module Aws::QuickSight
|
|
|
4043
4065
|
# q_business_parameters: {
|
|
4044
4066
|
# application_arn: "ApplicationArn", # required
|
|
4045
4067
|
# },
|
|
4068
|
+
# share_point_parameters: {
|
|
4069
|
+
# share_point_domain: "SharePointDomain", # required
|
|
4070
|
+
# tenant_id: "SharePointTenantId",
|
|
4071
|
+
# client_id: "SharePointClientId",
|
|
4072
|
+
# auth_type: "THREE_LEGGED_OAUTH", # accepts THREE_LEGGED_OAUTH, TWO_LEGGED_OAUTH, SERVICE_ACCOUNT
|
|
4073
|
+
# },
|
|
4074
|
+
# google_drive_parameters: {
|
|
4075
|
+
# auth_type: "THREE_LEGGED_OAUTH", # accepts THREE_LEGGED_OAUTH, TWO_LEGGED_OAUTH, SERVICE_ACCOUNT
|
|
4076
|
+
# },
|
|
4077
|
+
# one_drive_parameters: {
|
|
4078
|
+
# tenant_id: "OneDriveTenantId",
|
|
4079
|
+
# client_id: "OneDriveClientId",
|
|
4080
|
+
# auth_type: "THREE_LEGGED_OAUTH", # accepts THREE_LEGGED_OAUTH, TWO_LEGGED_OAUTH, SERVICE_ACCOUNT
|
|
4081
|
+
# },
|
|
4082
|
+
# fmkb_parameters: {
|
|
4083
|
+
# knowledge_base_arn: "FMKBKnowledgeBaseArn", # required
|
|
4084
|
+
# linked_data_source_ids: ["LinkedDataSourceId"],
|
|
4085
|
+
# },
|
|
4046
4086
|
# },
|
|
4047
4087
|
# ],
|
|
4048
4088
|
# },
|
|
@@ -4557,6 +4597,136 @@ module Aws::QuickSight
|
|
|
4557
4597
|
req.send_request(options)
|
|
4558
4598
|
end
|
|
4559
4599
|
|
|
4600
|
+
# Creates a knowledge base from a specified data source. Supported data
|
|
4601
|
+
# source connector types include:
|
|
4602
|
+
#
|
|
4603
|
+
# * `S3_KNOWLEDGE_BASE` – Uses an Amazon S3 bucket as the data source.
|
|
4604
|
+
#
|
|
4605
|
+
# * `WEB_CRAWLER` – Uses web pages indexed by the built-in web crawler
|
|
4606
|
+
# as the data source.
|
|
4607
|
+
#
|
|
4608
|
+
# * `GOOGLE_DRIVE` – Uses Google Drive as the data source. Supports
|
|
4609
|
+
# service account authentication only.
|
|
4610
|
+
#
|
|
4611
|
+
# * `SHAREPOINT` – Uses SharePoint as the data source. Supports
|
|
4612
|
+
# two-legged OAuth only.
|
|
4613
|
+
#
|
|
4614
|
+
# * `ONE_DRIVE` – Uses OneDrive as the data source. Supports two-legged
|
|
4615
|
+
# OAuth only.
|
|
4616
|
+
#
|
|
4617
|
+
# @option params [required, String] :aws_account_id
|
|
4618
|
+
# The ID of the Amazon Web Services account that contains the knowledge
|
|
4619
|
+
# base.
|
|
4620
|
+
#
|
|
4621
|
+
# @option params [required, String] :knowledge_base_id
|
|
4622
|
+
# The unique identifier for the knowledge base.
|
|
4623
|
+
#
|
|
4624
|
+
# @option params [required, String] :name
|
|
4625
|
+
# The name of the knowledge base.
|
|
4626
|
+
#
|
|
4627
|
+
# @option params [required, String] :data_source_arn
|
|
4628
|
+
# The Amazon Resource Name (ARN) of the data source for the knowledge
|
|
4629
|
+
# base.
|
|
4630
|
+
#
|
|
4631
|
+
# @option params [required, Types::KnowledgeBaseConfiguration] :knowledge_base_configuration
|
|
4632
|
+
# The configuration settings for a knowledge base.
|
|
4633
|
+
#
|
|
4634
|
+
# @option params [String] :description
|
|
4635
|
+
# A description for the knowledge base. If you don't specify a
|
|
4636
|
+
# description, the knowledge base is created without one.
|
|
4637
|
+
#
|
|
4638
|
+
# @option params [Array<Types::ResourcePermission>] :permissions
|
|
4639
|
+
# A list of resource permissions on the knowledge base. Each entry
|
|
4640
|
+
# grants a specified Amazon QuickSight principal either owner or viewer
|
|
4641
|
+
# access. If you don't specify permissions, only the primary owner (if
|
|
4642
|
+
# provided) receives owner access.
|
|
4643
|
+
#
|
|
4644
|
+
# @option params [Types::MediaExtractionConfiguration] :media_extraction_configuration
|
|
4645
|
+
# The configuration for media extraction from knowledge base documents.
|
|
4646
|
+
#
|
|
4647
|
+
# @option params [Types::AccessControlConfiguration] :access_control_configuration
|
|
4648
|
+
# The access control configuration for the knowledge base. If you don't
|
|
4649
|
+
# specify this parameter, document-level ACLs are disabled.
|
|
4650
|
+
#
|
|
4651
|
+
# @option params [String] :primary_owner_arn
|
|
4652
|
+
# The Amazon Resource Name (ARN) of the primary owner for the knowledge
|
|
4653
|
+
# base. The specified user is always granted owner access, regardless of
|
|
4654
|
+
# what is specified in the `Permissions` field. If you don't specify a
|
|
4655
|
+
# primary owner, the knowledge base is created without one.
|
|
4656
|
+
#
|
|
4657
|
+
# @option params [Array<Types::Tag>] :tags
|
|
4658
|
+
# The tags to assign to the knowledge base. If you don't specify tags,
|
|
4659
|
+
# the knowledge base is created without tags.
|
|
4660
|
+
#
|
|
4661
|
+
# @return [Types::CreateKnowledgeBaseResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
4662
|
+
#
|
|
4663
|
+
# * {Types::CreateKnowledgeBaseResponse#knowledge_base_arn #knowledge_base_arn} => String
|
|
4664
|
+
# * {Types::CreateKnowledgeBaseResponse#knowledge_base_id #knowledge_base_id} => String
|
|
4665
|
+
# * {Types::CreateKnowledgeBaseResponse#creation_status #creation_status} => String
|
|
4666
|
+
# * {Types::CreateKnowledgeBaseResponse#request_id #request_id} => String
|
|
4667
|
+
# * {Types::CreateKnowledgeBaseResponse#status #status} => Integer
|
|
4668
|
+
#
|
|
4669
|
+
# @example Request syntax with placeholder values
|
|
4670
|
+
#
|
|
4671
|
+
# resp = client.create_knowledge_base({
|
|
4672
|
+
# aws_account_id: "KbAwsAccountId", # required
|
|
4673
|
+
# knowledge_base_id: "KnowledgeBaseId", # required
|
|
4674
|
+
# name: "KnowledgeBaseName", # required
|
|
4675
|
+
# data_source_arn: "DataSourceArn", # required
|
|
4676
|
+
# knowledge_base_configuration: { # required
|
|
4677
|
+
# template_configuration: {
|
|
4678
|
+
# template: {
|
|
4679
|
+
# },
|
|
4680
|
+
# },
|
|
4681
|
+
# },
|
|
4682
|
+
# description: "KnowledgeBaseDescription",
|
|
4683
|
+
# permissions: [
|
|
4684
|
+
# {
|
|
4685
|
+
# principal: "Principal", # required
|
|
4686
|
+
# actions: ["String"], # required
|
|
4687
|
+
# },
|
|
4688
|
+
# ],
|
|
4689
|
+
# media_extraction_configuration: {
|
|
4690
|
+
# image_extraction_configuration: {
|
|
4691
|
+
# image_extraction_status: "ENABLED", # required, accepts ENABLED, DISABLED
|
|
4692
|
+
# },
|
|
4693
|
+
# audio_extraction_configuration: {
|
|
4694
|
+
# audio_extraction_status: "ENABLED", # required, accepts ENABLED, DISABLED
|
|
4695
|
+
# },
|
|
4696
|
+
# video_extraction_configuration: {
|
|
4697
|
+
# video_extraction_status: "ENABLED", # required, accepts ENABLED, DISABLED
|
|
4698
|
+
# video_extraction_type: "AUDIO_TRANSCRIPTION_ONLY", # accepts AUDIO_TRANSCRIPTION_ONLY, VISUAL_CONTENT_AND_AUDIO_TRANSCRIPTION
|
|
4699
|
+
# },
|
|
4700
|
+
# },
|
|
4701
|
+
# access_control_configuration: {
|
|
4702
|
+
# is_acl_enabled: false,
|
|
4703
|
+
# },
|
|
4704
|
+
# primary_owner_arn: "String",
|
|
4705
|
+
# tags: [
|
|
4706
|
+
# {
|
|
4707
|
+
# key: "TagKey", # required
|
|
4708
|
+
# value: "TagValue", # required
|
|
4709
|
+
# },
|
|
4710
|
+
# ],
|
|
4711
|
+
# })
|
|
4712
|
+
#
|
|
4713
|
+
# @example Response structure
|
|
4714
|
+
#
|
|
4715
|
+
# resp.knowledge_base_arn #=> String
|
|
4716
|
+
# resp.knowledge_base_id #=> String
|
|
4717
|
+
# resp.creation_status #=> String, one of "CREATING", "UPDATING", "ACTIVE", "FAILED", "DELETING"
|
|
4718
|
+
# resp.request_id #=> String
|
|
4719
|
+
# resp.status #=> Integer
|
|
4720
|
+
#
|
|
4721
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/CreateKnowledgeBase AWS API Documentation
|
|
4722
|
+
#
|
|
4723
|
+
# @overload create_knowledge_base(params = {})
|
|
4724
|
+
# @param [Hash] params ({})
|
|
4725
|
+
def create_knowledge_base(params = {}, options = {})
|
|
4726
|
+
req = build_request(:create_knowledge_base, params)
|
|
4727
|
+
req.send_request(options)
|
|
4728
|
+
end
|
|
4729
|
+
|
|
4560
4730
|
# (Enterprise edition only) Creates a new namespace for you to use with
|
|
4561
4731
|
# Amazon Quick Sight.
|
|
4562
4732
|
#
|
|
@@ -6640,7 +6810,7 @@ module Aws::QuickSight
|
|
|
6640
6810
|
#
|
|
6641
6811
|
# resp = client.delete_identity_propagation_config({
|
|
6642
6812
|
# aws_account_id: "AwsAccountId", # required
|
|
6643
|
-
# service: "REDSHIFT", # required, accepts REDSHIFT, QBUSINESS, ATHENA
|
|
6813
|
+
# service: "REDSHIFT", # required, accepts REDSHIFT, QBUSINESS, ATHENA, GLUE_DATA_CATALOG
|
|
6644
6814
|
# })
|
|
6645
6815
|
#
|
|
6646
6816
|
# @example Response structure
|
|
@@ -8290,6 +8460,17 @@ module Aws::QuickSight
|
|
|
8290
8460
|
# resp.override_parameters.data_sources[0].data_source_parameters.web_crawler_parameters.web_proxy_port_number #=> Integer
|
|
8291
8461
|
# resp.override_parameters.data_sources[0].data_source_parameters.confluence_parameters.confluence_url #=> String
|
|
8292
8462
|
# resp.override_parameters.data_sources[0].data_source_parameters.q_business_parameters.application_arn #=> String
|
|
8463
|
+
# resp.override_parameters.data_sources[0].data_source_parameters.share_point_parameters.share_point_domain #=> String
|
|
8464
|
+
# resp.override_parameters.data_sources[0].data_source_parameters.share_point_parameters.tenant_id #=> String
|
|
8465
|
+
# resp.override_parameters.data_sources[0].data_source_parameters.share_point_parameters.client_id #=> String
|
|
8466
|
+
# 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"
|
|
8467
|
+
# 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"
|
|
8468
|
+
# resp.override_parameters.data_sources[0].data_source_parameters.one_drive_parameters.tenant_id #=> String
|
|
8469
|
+
# resp.override_parameters.data_sources[0].data_source_parameters.one_drive_parameters.client_id #=> String
|
|
8470
|
+
# 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"
|
|
8471
|
+
# resp.override_parameters.data_sources[0].data_source_parameters.fmkb_parameters.knowledge_base_arn #=> String
|
|
8472
|
+
# resp.override_parameters.data_sources[0].data_source_parameters.fmkb_parameters.linked_data_source_ids #=> Array
|
|
8473
|
+
# resp.override_parameters.data_sources[0].data_source_parameters.fmkb_parameters.linked_data_source_ids[0] #=> String
|
|
8293
8474
|
# resp.override_parameters.data_sources[0].vpc_connection_properties.vpc_connection_arn #=> String
|
|
8294
8475
|
# resp.override_parameters.data_sources[0].ssl_properties.disable_ssl #=> Boolean
|
|
8295
8476
|
# resp.override_parameters.data_sources[0].credentials.credential_pair.username #=> String
|
|
@@ -8978,6 +9159,10 @@ module Aws::QuickSight
|
|
|
8978
9159
|
# resp.custom_permissions.capabilities.generate_analyses #=> String, one of "DENY"
|
|
8979
9160
|
# resp.custom_permissions.capabilities.story #=> String, one of "DENY"
|
|
8980
9161
|
# resp.custom_permissions.capabilities.scenario #=> String, one of "DENY"
|
|
9162
|
+
# resp.custom_permissions.capabilities.trigger #=> String, one of "DENY"
|
|
9163
|
+
# resp.custom_permissions.capabilities.schedule_trigger #=> String, one of "DENY"
|
|
9164
|
+
# resp.custom_permissions.capabilities.inbound_email_trigger #=> String, one of "DENY"
|
|
9165
|
+
# resp.custom_permissions.capabilities.quick_event_trigger #=> String, one of "DENY"
|
|
8981
9166
|
# resp.request_id #=> String
|
|
8982
9167
|
#
|
|
8983
9168
|
# @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DescribeCustomPermissions AWS API Documentation
|
|
@@ -10105,6 +10290,17 @@ module Aws::QuickSight
|
|
|
10105
10290
|
# resp.data_source.data_source_parameters.web_crawler_parameters.web_proxy_port_number #=> Integer
|
|
10106
10291
|
# resp.data_source.data_source_parameters.confluence_parameters.confluence_url #=> String
|
|
10107
10292
|
# resp.data_source.data_source_parameters.q_business_parameters.application_arn #=> String
|
|
10293
|
+
# resp.data_source.data_source_parameters.share_point_parameters.share_point_domain #=> String
|
|
10294
|
+
# resp.data_source.data_source_parameters.share_point_parameters.tenant_id #=> String
|
|
10295
|
+
# resp.data_source.data_source_parameters.share_point_parameters.client_id #=> String
|
|
10296
|
+
# resp.data_source.data_source_parameters.share_point_parameters.auth_type #=> String, one of "THREE_LEGGED_OAUTH", "TWO_LEGGED_OAUTH", "SERVICE_ACCOUNT"
|
|
10297
|
+
# resp.data_source.data_source_parameters.google_drive_parameters.auth_type #=> String, one of "THREE_LEGGED_OAUTH", "TWO_LEGGED_OAUTH", "SERVICE_ACCOUNT"
|
|
10298
|
+
# resp.data_source.data_source_parameters.one_drive_parameters.tenant_id #=> String
|
|
10299
|
+
# resp.data_source.data_source_parameters.one_drive_parameters.client_id #=> String
|
|
10300
|
+
# resp.data_source.data_source_parameters.one_drive_parameters.auth_type #=> String, one of "THREE_LEGGED_OAUTH", "TWO_LEGGED_OAUTH", "SERVICE_ACCOUNT"
|
|
10301
|
+
# resp.data_source.data_source_parameters.fmkb_parameters.knowledge_base_arn #=> String
|
|
10302
|
+
# resp.data_source.data_source_parameters.fmkb_parameters.linked_data_source_ids #=> Array
|
|
10303
|
+
# resp.data_source.data_source_parameters.fmkb_parameters.linked_data_source_ids[0] #=> String
|
|
10108
10304
|
# resp.data_source.alternate_data_source_parameters #=> Array
|
|
10109
10305
|
# resp.data_source.alternate_data_source_parameters[0].amazon_elasticsearch_parameters.domain #=> String
|
|
10110
10306
|
# resp.data_source.alternate_data_source_parameters[0].athena_parameters.work_group #=> String
|
|
@@ -10212,11 +10408,24 @@ module Aws::QuickSight
|
|
|
10212
10408
|
# resp.data_source.alternate_data_source_parameters[0].web_crawler_parameters.web_proxy_port_number #=> Integer
|
|
10213
10409
|
# resp.data_source.alternate_data_source_parameters[0].confluence_parameters.confluence_url #=> String
|
|
10214
10410
|
# resp.data_source.alternate_data_source_parameters[0].q_business_parameters.application_arn #=> String
|
|
10411
|
+
# resp.data_source.alternate_data_source_parameters[0].share_point_parameters.share_point_domain #=> String
|
|
10412
|
+
# resp.data_source.alternate_data_source_parameters[0].share_point_parameters.tenant_id #=> String
|
|
10413
|
+
# resp.data_source.alternate_data_source_parameters[0].share_point_parameters.client_id #=> String
|
|
10414
|
+
# resp.data_source.alternate_data_source_parameters[0].share_point_parameters.auth_type #=> String, one of "THREE_LEGGED_OAUTH", "TWO_LEGGED_OAUTH", "SERVICE_ACCOUNT"
|
|
10415
|
+
# resp.data_source.alternate_data_source_parameters[0].google_drive_parameters.auth_type #=> String, one of "THREE_LEGGED_OAUTH", "TWO_LEGGED_OAUTH", "SERVICE_ACCOUNT"
|
|
10416
|
+
# resp.data_source.alternate_data_source_parameters[0].one_drive_parameters.tenant_id #=> String
|
|
10417
|
+
# resp.data_source.alternate_data_source_parameters[0].one_drive_parameters.client_id #=> String
|
|
10418
|
+
# resp.data_source.alternate_data_source_parameters[0].one_drive_parameters.auth_type #=> String, one of "THREE_LEGGED_OAUTH", "TWO_LEGGED_OAUTH", "SERVICE_ACCOUNT"
|
|
10419
|
+
# resp.data_source.alternate_data_source_parameters[0].fmkb_parameters.knowledge_base_arn #=> String
|
|
10420
|
+
# resp.data_source.alternate_data_source_parameters[0].fmkb_parameters.linked_data_source_ids #=> Array
|
|
10421
|
+
# resp.data_source.alternate_data_source_parameters[0].fmkb_parameters.linked_data_source_ids[0] #=> String
|
|
10215
10422
|
# resp.data_source.vpc_connection_properties.vpc_connection_arn #=> String
|
|
10216
10423
|
# resp.data_source.ssl_properties.disable_ssl #=> Boolean
|
|
10217
10424
|
# 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
10425
|
# resp.data_source.error_info.message #=> String
|
|
10219
10426
|
# resp.data_source.secret_arn #=> String
|
|
10427
|
+
# resp.data_source.credential_status #=> String, one of "CONNECTED", "AUTH_FAILED", "NOT_VERIFIED"
|
|
10428
|
+
# resp.data_source.last_credential_verified_at #=> Time
|
|
10220
10429
|
# resp.request_id #=> String
|
|
10221
10430
|
# resp.status #=> Integer
|
|
10222
10431
|
#
|
|
@@ -10847,11 +11056,11 @@ module Aws::QuickSight
|
|
|
10847
11056
|
# resp.knowledge_base.name #=> String
|
|
10848
11057
|
# resp.knowledge_base.status #=> String, one of "CREATING", "UPDATING", "ACTIVE", "FAILED", "DELETING"
|
|
10849
11058
|
# resp.knowledge_base.data_source_arn #=> String
|
|
10850
|
-
# resp.knowledge_base.knowledge_base_configuration.event_enabled #=> Boolean
|
|
10851
11059
|
# resp.knowledge_base.media_extraction_configuration.image_extraction_configuration.image_extraction_status #=> String, one of "ENABLED", "DISABLED"
|
|
10852
11060
|
# resp.knowledge_base.media_extraction_configuration.audio_extraction_configuration.audio_extraction_status #=> String, one of "ENABLED", "DISABLED"
|
|
10853
11061
|
# resp.knowledge_base.media_extraction_configuration.video_extraction_configuration.video_extraction_status #=> String, one of "ENABLED", "DISABLED"
|
|
10854
11062
|
# resp.knowledge_base.media_extraction_configuration.video_extraction_configuration.video_extraction_type #=> String, one of "AUDIO_TRANSCRIPTION_ONLY", "VISUAL_CONTENT_AND_AUDIO_TRANSCRIPTION"
|
|
11063
|
+
# resp.knowledge_base.access_control_configuration.is_acl_enabled #=> Boolean
|
|
10855
11064
|
# resp.knowledge_base.type #=> String
|
|
10856
11065
|
# resp.knowledge_base.created_at #=> Time
|
|
10857
11066
|
# resp.knowledge_base.updated_at #=> Time
|
|
@@ -13831,6 +14040,10 @@ module Aws::QuickSight
|
|
|
13831
14040
|
# resp.custom_permissions_list[0].capabilities.generate_analyses #=> String, one of "DENY"
|
|
13832
14041
|
# resp.custom_permissions_list[0].capabilities.story #=> String, one of "DENY"
|
|
13833
14042
|
# resp.custom_permissions_list[0].capabilities.scenario #=> String, one of "DENY"
|
|
14043
|
+
# resp.custom_permissions_list[0].capabilities.trigger #=> String, one of "DENY"
|
|
14044
|
+
# resp.custom_permissions_list[0].capabilities.schedule_trigger #=> String, one of "DENY"
|
|
14045
|
+
# resp.custom_permissions_list[0].capabilities.inbound_email_trigger #=> String, one of "DENY"
|
|
14046
|
+
# resp.custom_permissions_list[0].capabilities.quick_event_trigger #=> String, one of "DENY"
|
|
13834
14047
|
# resp.next_token #=> String
|
|
13835
14048
|
# resp.request_id #=> String
|
|
13836
14049
|
#
|
|
@@ -14168,6 +14381,17 @@ module Aws::QuickSight
|
|
|
14168
14381
|
# resp.data_sources[0].data_source_parameters.web_crawler_parameters.web_proxy_port_number #=> Integer
|
|
14169
14382
|
# resp.data_sources[0].data_source_parameters.confluence_parameters.confluence_url #=> String
|
|
14170
14383
|
# resp.data_sources[0].data_source_parameters.q_business_parameters.application_arn #=> String
|
|
14384
|
+
# resp.data_sources[0].data_source_parameters.share_point_parameters.share_point_domain #=> String
|
|
14385
|
+
# resp.data_sources[0].data_source_parameters.share_point_parameters.tenant_id #=> String
|
|
14386
|
+
# resp.data_sources[0].data_source_parameters.share_point_parameters.client_id #=> String
|
|
14387
|
+
# resp.data_sources[0].data_source_parameters.share_point_parameters.auth_type #=> String, one of "THREE_LEGGED_OAUTH", "TWO_LEGGED_OAUTH", "SERVICE_ACCOUNT"
|
|
14388
|
+
# resp.data_sources[0].data_source_parameters.google_drive_parameters.auth_type #=> String, one of "THREE_LEGGED_OAUTH", "TWO_LEGGED_OAUTH", "SERVICE_ACCOUNT"
|
|
14389
|
+
# resp.data_sources[0].data_source_parameters.one_drive_parameters.tenant_id #=> String
|
|
14390
|
+
# resp.data_sources[0].data_source_parameters.one_drive_parameters.client_id #=> String
|
|
14391
|
+
# resp.data_sources[0].data_source_parameters.one_drive_parameters.auth_type #=> String, one of "THREE_LEGGED_OAUTH", "TWO_LEGGED_OAUTH", "SERVICE_ACCOUNT"
|
|
14392
|
+
# resp.data_sources[0].data_source_parameters.fmkb_parameters.knowledge_base_arn #=> String
|
|
14393
|
+
# resp.data_sources[0].data_source_parameters.fmkb_parameters.linked_data_source_ids #=> Array
|
|
14394
|
+
# resp.data_sources[0].data_source_parameters.fmkb_parameters.linked_data_source_ids[0] #=> String
|
|
14171
14395
|
# resp.data_sources[0].alternate_data_source_parameters #=> Array
|
|
14172
14396
|
# resp.data_sources[0].alternate_data_source_parameters[0].amazon_elasticsearch_parameters.domain #=> String
|
|
14173
14397
|
# resp.data_sources[0].alternate_data_source_parameters[0].athena_parameters.work_group #=> String
|
|
@@ -14275,11 +14499,24 @@ module Aws::QuickSight
|
|
|
14275
14499
|
# resp.data_sources[0].alternate_data_source_parameters[0].web_crawler_parameters.web_proxy_port_number #=> Integer
|
|
14276
14500
|
# resp.data_sources[0].alternate_data_source_parameters[0].confluence_parameters.confluence_url #=> String
|
|
14277
14501
|
# resp.data_sources[0].alternate_data_source_parameters[0].q_business_parameters.application_arn #=> String
|
|
14502
|
+
# resp.data_sources[0].alternate_data_source_parameters[0].share_point_parameters.share_point_domain #=> String
|
|
14503
|
+
# resp.data_sources[0].alternate_data_source_parameters[0].share_point_parameters.tenant_id #=> String
|
|
14504
|
+
# resp.data_sources[0].alternate_data_source_parameters[0].share_point_parameters.client_id #=> String
|
|
14505
|
+
# 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"
|
|
14506
|
+
# 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"
|
|
14507
|
+
# resp.data_sources[0].alternate_data_source_parameters[0].one_drive_parameters.tenant_id #=> String
|
|
14508
|
+
# resp.data_sources[0].alternate_data_source_parameters[0].one_drive_parameters.client_id #=> String
|
|
14509
|
+
# 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"
|
|
14510
|
+
# resp.data_sources[0].alternate_data_source_parameters[0].fmkb_parameters.knowledge_base_arn #=> String
|
|
14511
|
+
# resp.data_sources[0].alternate_data_source_parameters[0].fmkb_parameters.linked_data_source_ids #=> Array
|
|
14512
|
+
# resp.data_sources[0].alternate_data_source_parameters[0].fmkb_parameters.linked_data_source_ids[0] #=> String
|
|
14278
14513
|
# resp.data_sources[0].vpc_connection_properties.vpc_connection_arn #=> String
|
|
14279
14514
|
# resp.data_sources[0].ssl_properties.disable_ssl #=> Boolean
|
|
14280
14515
|
# 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
14516
|
# resp.data_sources[0].error_info.message #=> String
|
|
14282
14517
|
# resp.data_sources[0].secret_arn #=> String
|
|
14518
|
+
# resp.data_sources[0].credential_status #=> String, one of "CONNECTED", "AUTH_FAILED", "NOT_VERIFIED"
|
|
14519
|
+
# resp.data_sources[0].last_credential_verified_at #=> Time
|
|
14283
14520
|
# resp.next_token #=> String
|
|
14284
14521
|
# resp.request_id #=> String
|
|
14285
14522
|
# resp.status #=> Integer
|
|
@@ -14766,7 +15003,7 @@ module Aws::QuickSight
|
|
|
14766
15003
|
# @example Response structure
|
|
14767
15004
|
#
|
|
14768
15005
|
# resp.services #=> Array
|
|
14769
|
-
# resp.services[0].service #=> String, one of "REDSHIFT", "QBUSINESS", "ATHENA"
|
|
15006
|
+
# resp.services[0].service #=> String, one of "REDSHIFT", "QBUSINESS", "ATHENA", "GLUE_DATA_CATALOG"
|
|
14770
15007
|
# resp.services[0].authorized_targets #=> Array
|
|
14771
15008
|
# resp.services[0].authorized_targets[0] #=> String
|
|
14772
15009
|
# resp.next_token #=> String
|
|
@@ -17529,7 +17766,7 @@ module Aws::QuickSight
|
|
|
17529
17766
|
# max_results: 1,
|
|
17530
17767
|
# filters: [
|
|
17531
17768
|
# {
|
|
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
|
|
17769
|
+
# 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
17770
|
# operator: "STRING_EQUALS", # required, accepts STRING_EQUALS, STRING_LIKE, GREATER_THAN_OR_EQUALS, LESS_THAN_OR_EQUALS
|
|
17534
17771
|
# value: "String", # required
|
|
17535
17772
|
# },
|
|
@@ -18159,6 +18396,24 @@ module Aws::QuickSight
|
|
|
18159
18396
|
# q_business_parameters: {
|
|
18160
18397
|
# application_arn: "ApplicationArn", # required
|
|
18161
18398
|
# },
|
|
18399
|
+
# share_point_parameters: {
|
|
18400
|
+
# share_point_domain: "SharePointDomain", # required
|
|
18401
|
+
# tenant_id: "SharePointTenantId",
|
|
18402
|
+
# client_id: "SharePointClientId",
|
|
18403
|
+
# auth_type: "THREE_LEGGED_OAUTH", # accepts THREE_LEGGED_OAUTH, TWO_LEGGED_OAUTH, SERVICE_ACCOUNT
|
|
18404
|
+
# },
|
|
18405
|
+
# google_drive_parameters: {
|
|
18406
|
+
# auth_type: "THREE_LEGGED_OAUTH", # accepts THREE_LEGGED_OAUTH, TWO_LEGGED_OAUTH, SERVICE_ACCOUNT
|
|
18407
|
+
# },
|
|
18408
|
+
# one_drive_parameters: {
|
|
18409
|
+
# tenant_id: "OneDriveTenantId",
|
|
18410
|
+
# client_id: "OneDriveClientId",
|
|
18411
|
+
# auth_type: "THREE_LEGGED_OAUTH", # accepts THREE_LEGGED_OAUTH, TWO_LEGGED_OAUTH, SERVICE_ACCOUNT
|
|
18412
|
+
# },
|
|
18413
|
+
# fmkb_parameters: {
|
|
18414
|
+
# knowledge_base_arn: "FMKBKnowledgeBaseArn", # required
|
|
18415
|
+
# linked_data_source_ids: ["LinkedDataSourceId"],
|
|
18416
|
+
# },
|
|
18162
18417
|
# },
|
|
18163
18418
|
# vpc_connection_properties: {
|
|
18164
18419
|
# vpc_connection_arn: "Arn", # required
|
|
@@ -20084,6 +20339,10 @@ module Aws::QuickSight
|
|
|
20084
20339
|
# generate_analyses: "DENY", # accepts DENY
|
|
20085
20340
|
# story: "DENY", # accepts DENY
|
|
20086
20341
|
# scenario: "DENY", # accepts DENY
|
|
20342
|
+
# trigger: "DENY", # accepts DENY
|
|
20343
|
+
# schedule_trigger: "DENY", # accepts DENY
|
|
20344
|
+
# inbound_email_trigger: "DENY", # accepts DENY
|
|
20345
|
+
# quick_event_trigger: "DENY", # accepts DENY
|
|
20087
20346
|
# },
|
|
20088
20347
|
# })
|
|
20089
20348
|
#
|
|
@@ -21559,6 +21818,24 @@ module Aws::QuickSight
|
|
|
21559
21818
|
# q_business_parameters: {
|
|
21560
21819
|
# application_arn: "ApplicationArn", # required
|
|
21561
21820
|
# },
|
|
21821
|
+
# share_point_parameters: {
|
|
21822
|
+
# share_point_domain: "SharePointDomain", # required
|
|
21823
|
+
# tenant_id: "SharePointTenantId",
|
|
21824
|
+
# client_id: "SharePointClientId",
|
|
21825
|
+
# auth_type: "THREE_LEGGED_OAUTH", # accepts THREE_LEGGED_OAUTH, TWO_LEGGED_OAUTH, SERVICE_ACCOUNT
|
|
21826
|
+
# },
|
|
21827
|
+
# google_drive_parameters: {
|
|
21828
|
+
# auth_type: "THREE_LEGGED_OAUTH", # accepts THREE_LEGGED_OAUTH, TWO_LEGGED_OAUTH, SERVICE_ACCOUNT
|
|
21829
|
+
# },
|
|
21830
|
+
# one_drive_parameters: {
|
|
21831
|
+
# tenant_id: "OneDriveTenantId",
|
|
21832
|
+
# client_id: "OneDriveClientId",
|
|
21833
|
+
# auth_type: "THREE_LEGGED_OAUTH", # accepts THREE_LEGGED_OAUTH, TWO_LEGGED_OAUTH, SERVICE_ACCOUNT
|
|
21834
|
+
# },
|
|
21835
|
+
# fmkb_parameters: {
|
|
21836
|
+
# knowledge_base_arn: "FMKBKnowledgeBaseArn", # required
|
|
21837
|
+
# linked_data_source_ids: ["LinkedDataSourceId"],
|
|
21838
|
+
# },
|
|
21562
21839
|
# },
|
|
21563
21840
|
# credentials: {
|
|
21564
21841
|
# credential_pair: {
|
|
@@ -21753,6 +22030,24 @@ module Aws::QuickSight
|
|
|
21753
22030
|
# q_business_parameters: {
|
|
21754
22031
|
# application_arn: "ApplicationArn", # required
|
|
21755
22032
|
# },
|
|
22033
|
+
# share_point_parameters: {
|
|
22034
|
+
# share_point_domain: "SharePointDomain", # required
|
|
22035
|
+
# tenant_id: "SharePointTenantId",
|
|
22036
|
+
# client_id: "SharePointClientId",
|
|
22037
|
+
# auth_type: "THREE_LEGGED_OAUTH", # accepts THREE_LEGGED_OAUTH, TWO_LEGGED_OAUTH, SERVICE_ACCOUNT
|
|
22038
|
+
# },
|
|
22039
|
+
# google_drive_parameters: {
|
|
22040
|
+
# auth_type: "THREE_LEGGED_OAUTH", # accepts THREE_LEGGED_OAUTH, TWO_LEGGED_OAUTH, SERVICE_ACCOUNT
|
|
22041
|
+
# },
|
|
22042
|
+
# one_drive_parameters: {
|
|
22043
|
+
# tenant_id: "OneDriveTenantId",
|
|
22044
|
+
# client_id: "OneDriveClientId",
|
|
22045
|
+
# auth_type: "THREE_LEGGED_OAUTH", # accepts THREE_LEGGED_OAUTH, TWO_LEGGED_OAUTH, SERVICE_ACCOUNT
|
|
22046
|
+
# },
|
|
22047
|
+
# fmkb_parameters: {
|
|
22048
|
+
# knowledge_base_arn: "FMKBKnowledgeBaseArn", # required
|
|
22049
|
+
# linked_data_source_ids: ["LinkedDataSourceId"],
|
|
22050
|
+
# },
|
|
21756
22051
|
# },
|
|
21757
22052
|
# ],
|
|
21758
22053
|
# },
|
|
@@ -22300,7 +22595,7 @@ module Aws::QuickSight
|
|
|
22300
22595
|
#
|
|
22301
22596
|
# resp = client.update_identity_propagation_config({
|
|
22302
22597
|
# aws_account_id: "AwsAccountId", # required
|
|
22303
|
-
# service: "REDSHIFT", # required, accepts REDSHIFT, QBUSINESS, ATHENA
|
|
22598
|
+
# service: "REDSHIFT", # required, accepts REDSHIFT, QBUSINESS, ATHENA, GLUE_DATA_CATALOG
|
|
22304
22599
|
# authorized_targets: ["String"],
|
|
22305
22600
|
# })
|
|
22306
22601
|
#
|
|
@@ -22429,6 +22724,91 @@ module Aws::QuickSight
|
|
|
22429
22724
|
req.send_request(options)
|
|
22430
22725
|
end
|
|
22431
22726
|
|
|
22727
|
+
# Updates the properties of an existing knowledge base.
|
|
22728
|
+
#
|
|
22729
|
+
# @option params [required, String] :aws_account_id
|
|
22730
|
+
# The ID of the Amazon Web Services account that contains the knowledge
|
|
22731
|
+
# base.
|
|
22732
|
+
#
|
|
22733
|
+
# @option params [required, String] :knowledge_base_id
|
|
22734
|
+
# The unique identifier for the knowledge base.
|
|
22735
|
+
#
|
|
22736
|
+
# @option params [String] :name
|
|
22737
|
+
# The name of the knowledge base. If you don't specify a name, the
|
|
22738
|
+
# existing name is retained.
|
|
22739
|
+
#
|
|
22740
|
+
# @option params [String] :description
|
|
22741
|
+
# A description for the knowledge base. If you don't specify a
|
|
22742
|
+
# description, the existing description is retained.
|
|
22743
|
+
#
|
|
22744
|
+
# @option params [Types::KnowledgeBaseConfiguration] :knowledge_base_configuration
|
|
22745
|
+
# The configuration settings for a knowledge base.
|
|
22746
|
+
#
|
|
22747
|
+
# @option params [Types::MediaExtractionConfiguration] :media_extraction_configuration
|
|
22748
|
+
# The configuration for media extraction from knowledge base documents.
|
|
22749
|
+
#
|
|
22750
|
+
# @option params [Boolean] :is_email_notification_opted_for_ingestion_failures
|
|
22751
|
+
# Specifies whether email notifications are enabled for ingestion
|
|
22752
|
+
# failures.
|
|
22753
|
+
#
|
|
22754
|
+
# @option params [Types::AccessControlConfiguration] :access_control_configuration
|
|
22755
|
+
# The access control configuration for the knowledge base. If you don't
|
|
22756
|
+
# specify this parameter, the existing setting is retained.
|
|
22757
|
+
#
|
|
22758
|
+
# @return [Types::UpdateKnowledgeBaseResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
22759
|
+
#
|
|
22760
|
+
# * {Types::UpdateKnowledgeBaseResponse#knowledge_base_arn #knowledge_base_arn} => String
|
|
22761
|
+
# * {Types::UpdateKnowledgeBaseResponse#knowledge_base_id #knowledge_base_id} => String
|
|
22762
|
+
# * {Types::UpdateKnowledgeBaseResponse#request_id #request_id} => String
|
|
22763
|
+
# * {Types::UpdateKnowledgeBaseResponse#status #status} => Integer
|
|
22764
|
+
#
|
|
22765
|
+
# @example Request syntax with placeholder values
|
|
22766
|
+
#
|
|
22767
|
+
# resp = client.update_knowledge_base({
|
|
22768
|
+
# aws_account_id: "KbAwsAccountId", # required
|
|
22769
|
+
# knowledge_base_id: "KnowledgeBaseId", # required
|
|
22770
|
+
# name: "KnowledgeBaseName",
|
|
22771
|
+
# description: "KnowledgeBaseDescription",
|
|
22772
|
+
# knowledge_base_configuration: {
|
|
22773
|
+
# template_configuration: {
|
|
22774
|
+
# template: {
|
|
22775
|
+
# },
|
|
22776
|
+
# },
|
|
22777
|
+
# },
|
|
22778
|
+
# media_extraction_configuration: {
|
|
22779
|
+
# image_extraction_configuration: {
|
|
22780
|
+
# image_extraction_status: "ENABLED", # required, accepts ENABLED, DISABLED
|
|
22781
|
+
# },
|
|
22782
|
+
# audio_extraction_configuration: {
|
|
22783
|
+
# audio_extraction_status: "ENABLED", # required, accepts ENABLED, DISABLED
|
|
22784
|
+
# },
|
|
22785
|
+
# video_extraction_configuration: {
|
|
22786
|
+
# video_extraction_status: "ENABLED", # required, accepts ENABLED, DISABLED
|
|
22787
|
+
# video_extraction_type: "AUDIO_TRANSCRIPTION_ONLY", # accepts AUDIO_TRANSCRIPTION_ONLY, VISUAL_CONTENT_AND_AUDIO_TRANSCRIPTION
|
|
22788
|
+
# },
|
|
22789
|
+
# },
|
|
22790
|
+
# is_email_notification_opted_for_ingestion_failures: false,
|
|
22791
|
+
# access_control_configuration: {
|
|
22792
|
+
# is_acl_enabled: false,
|
|
22793
|
+
# },
|
|
22794
|
+
# })
|
|
22795
|
+
#
|
|
22796
|
+
# @example Response structure
|
|
22797
|
+
#
|
|
22798
|
+
# resp.knowledge_base_arn #=> String
|
|
22799
|
+
# resp.knowledge_base_id #=> String
|
|
22800
|
+
# resp.request_id #=> String
|
|
22801
|
+
# resp.status #=> Integer
|
|
22802
|
+
#
|
|
22803
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/UpdateKnowledgeBase AWS API Documentation
|
|
22804
|
+
#
|
|
22805
|
+
# @overload update_knowledge_base(params = {})
|
|
22806
|
+
# @param [Hash] params ({})
|
|
22807
|
+
def update_knowledge_base(params = {}, options = {})
|
|
22808
|
+
req = build_request(:update_knowledge_base, params)
|
|
22809
|
+
req.send_request(options)
|
|
22810
|
+
end
|
|
22811
|
+
|
|
22432
22812
|
# Updates the resource permissions for a knowledge base.
|
|
22433
22813
|
#
|
|
22434
22814
|
# @option params [required, String] :aws_account_id
|
|
@@ -24368,7 +24748,7 @@ module Aws::QuickSight
|
|
|
24368
24748
|
tracer: tracer
|
|
24369
24749
|
)
|
|
24370
24750
|
context[:gem_name] = 'aws-sdk-quicksight'
|
|
24371
|
-
context[:gem_version] = '1.
|
|
24751
|
+
context[:gem_version] = '1.191.0'
|
|
24372
24752
|
Seahorse::Client::Request.new(handlers, context)
|
|
24373
24753
|
end
|
|
24374
24754
|
|