aws-sdk-quicksight 1.138.0 → 1.139.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-quicksight/client.rb +431 -4
- data/lib/aws-sdk-quicksight/client_api.rb +245 -0
- data/lib/aws-sdk-quicksight/types.rb +477 -0
- data/lib/aws-sdk-quicksight.rb +1 -1
- data/sig/client.rbs +148 -2
- data/sig/types.rbs +141 -3
- metadata +2 -2
data/sig/client.rbs
CHANGED
@@ -111293,6 +111293,18 @@ module Aws
|
|
111293
111293
|
) -> _DeleteDataSourceResponseSuccess
|
111294
111294
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteDataSourceResponseSuccess
|
111295
111295
|
|
111296
|
+
interface _DeleteDefaultQBusinessApplicationResponseSuccess
|
111297
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::DeleteDefaultQBusinessApplicationResponse]
|
111298
|
+
def request_id: () -> ::String
|
111299
|
+
def status: () -> ::Integer
|
111300
|
+
end
|
111301
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/QuickSight/Client.html#delete_default_q_business_application-instance_method
|
111302
|
+
def delete_default_q_business_application: (
|
111303
|
+
aws_account_id: ::String,
|
111304
|
+
?namespace: ::String
|
111305
|
+
) -> _DeleteDefaultQBusinessApplicationResponseSuccess
|
111306
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteDefaultQBusinessApplicationResponseSuccess
|
111307
|
+
|
111296
111308
|
interface _DeleteFolderResponseSuccess
|
111297
111309
|
include ::Seahorse::Client::_ResponseSuccess[Types::DeleteFolderResponse]
|
111298
111310
|
def status: () -> ::Integer
|
@@ -111370,7 +111382,7 @@ module Aws
|
|
111370
111382
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/QuickSight/Client.html#delete_identity_propagation_config-instance_method
|
111371
111383
|
def delete_identity_propagation_config: (
|
111372
111384
|
aws_account_id: ::String,
|
111373
|
-
service: ("REDSHIFT")
|
111385
|
+
service: ("REDSHIFT" | "QBUSINESS")
|
111374
111386
|
) -> _DeleteIdentityPropagationConfigResponseSuccess
|
111375
111387
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteIdentityPropagationConfigResponseSuccess
|
111376
111388
|
|
@@ -111942,6 +111954,19 @@ module Aws
|
|
111942
111954
|
) -> _DescribeDataSourcePermissionsResponseSuccess
|
111943
111955
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeDataSourcePermissionsResponseSuccess
|
111944
111956
|
|
111957
|
+
interface _DescribeDefaultQBusinessApplicationResponseSuccess
|
111958
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::DescribeDefaultQBusinessApplicationResponse]
|
111959
|
+
def request_id: () -> ::String
|
111960
|
+
def status: () -> ::Integer
|
111961
|
+
def application_id: () -> ::String
|
111962
|
+
end
|
111963
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/QuickSight/Client.html#describe_default_q_business_application-instance_method
|
111964
|
+
def describe_default_q_business_application: (
|
111965
|
+
aws_account_id: ::String,
|
111966
|
+
?namespace: ::String
|
111967
|
+
) -> _DescribeDefaultQBusinessApplicationResponseSuccess
|
111968
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeDefaultQBusinessApplicationResponseSuccess
|
111969
|
+
|
111945
111970
|
interface _DescribeFolderResponseSuccess
|
111946
111971
|
include ::Seahorse::Client::_ResponseSuccess[Types::DescribeFolderResponse]
|
111947
111972
|
def status: () -> ::Integer
|
@@ -112105,6 +112130,18 @@ module Aws
|
|
112105
112130
|
) -> _DescribeQPersonalizationConfigurationResponseSuccess
|
112106
112131
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeQPersonalizationConfigurationResponseSuccess
|
112107
112132
|
|
112133
|
+
interface _DescribeQuickSightQSearchConfigurationResponseSuccess
|
112134
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::DescribeQuickSightQSearchConfigurationResponse]
|
112135
|
+
def q_search_status: () -> ("ENABLED" | "DISABLED")
|
112136
|
+
def request_id: () -> ::String
|
112137
|
+
def status: () -> ::Integer
|
112138
|
+
end
|
112139
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/QuickSight/Client.html#describe_quick_sight_q_search_configuration-instance_method
|
112140
|
+
def describe_quick_sight_q_search_configuration: (
|
112141
|
+
aws_account_id: ::String
|
112142
|
+
) -> _DescribeQuickSightQSearchConfigurationResponseSuccess
|
112143
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeQuickSightQSearchConfigurationResponseSuccess
|
112144
|
+
|
112108
112145
|
interface _DescribeRefreshScheduleResponseSuccess
|
112109
112146
|
include ::Seahorse::Client::_ResponseSuccess[Types::DescribeRefreshScheduleResponse]
|
112110
112147
|
def refresh_schedule: () -> Types::RefreshSchedule
|
@@ -112433,6 +112470,60 @@ module Aws
|
|
112433
112470
|
) -> _GenerateEmbedUrlForRegisteredUserResponseSuccess
|
112434
112471
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GenerateEmbedUrlForRegisteredUserResponseSuccess
|
112435
112472
|
|
112473
|
+
interface _GenerateEmbedUrlForRegisteredUserWithIdentityResponseSuccess
|
112474
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::GenerateEmbedUrlForRegisteredUserWithIdentityResponse]
|
112475
|
+
def embed_url: () -> ::String
|
112476
|
+
def status: () -> ::Integer
|
112477
|
+
def request_id: () -> ::String
|
112478
|
+
end
|
112479
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/QuickSight/Client.html#generate_embed_url_for_registered_user_with_identity-instance_method
|
112480
|
+
def generate_embed_url_for_registered_user_with_identity: (
|
112481
|
+
aws_account_id: ::String,
|
112482
|
+
?session_lifetime_in_minutes: ::Integer,
|
112483
|
+
experience_configuration: {
|
112484
|
+
dashboard: {
|
112485
|
+
initial_dashboard_id: ::String,
|
112486
|
+
feature_configurations: {
|
112487
|
+
state_persistence: {
|
112488
|
+
enabled: bool
|
112489
|
+
}?,
|
112490
|
+
shared_view: {
|
112491
|
+
enabled: bool
|
112492
|
+
}?,
|
112493
|
+
bookmarks: {
|
112494
|
+
enabled: bool
|
112495
|
+
}?
|
112496
|
+
}?
|
112497
|
+
}?,
|
112498
|
+
quick_sight_console: {
|
112499
|
+
initial_path: ::String?,
|
112500
|
+
feature_configurations: {
|
112501
|
+
state_persistence: {
|
112502
|
+
enabled: bool
|
112503
|
+
}?,
|
112504
|
+
shared_view: {
|
112505
|
+
enabled: bool
|
112506
|
+
}?
|
112507
|
+
}?
|
112508
|
+
}?,
|
112509
|
+
q_search_bar: {
|
112510
|
+
initial_topic_id: ::String?
|
112511
|
+
}?,
|
112512
|
+
dashboard_visual: {
|
112513
|
+
initial_dashboard_visual_id: {
|
112514
|
+
dashboard_id: ::String,
|
112515
|
+
sheet_id: ::String,
|
112516
|
+
visual_id: ::String
|
112517
|
+
}
|
112518
|
+
}?,
|
112519
|
+
generative_qn_a: {
|
112520
|
+
initial_topic_id: ::String?
|
112521
|
+
}?
|
112522
|
+
},
|
112523
|
+
?allowed_domains: Array[::String]
|
112524
|
+
) -> _GenerateEmbedUrlForRegisteredUserWithIdentityResponseSuccess
|
112525
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GenerateEmbedUrlForRegisteredUserWithIdentityResponseSuccess
|
112526
|
+
|
112436
112527
|
interface _GetDashboardEmbedUrlResponseSuccess
|
112437
112528
|
include ::Seahorse::Client::_ResponseSuccess[Types::GetDashboardEmbedUrlResponse]
|
112438
112529
|
def embed_url: () -> ::String
|
@@ -112993,6 +113084,23 @@ module Aws
|
|
112993
113084
|
) -> _ListVPCConnectionsResponseSuccess
|
112994
113085
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListVPCConnectionsResponseSuccess
|
112995
113086
|
|
113087
|
+
interface _PredictQAResultsResponseSuccess
|
113088
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::PredictQAResultsResponse]
|
113089
|
+
def primary_result: () -> Types::QAResult
|
113090
|
+
def additional_results: () -> ::Array[Types::QAResult]
|
113091
|
+
def request_id: () -> ::String
|
113092
|
+
def status: () -> ::Integer
|
113093
|
+
end
|
113094
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/QuickSight/Client.html#predict_qa_results-instance_method
|
113095
|
+
def predict_qa_results: (
|
113096
|
+
aws_account_id: ::String,
|
113097
|
+
query_text: ::String,
|
113098
|
+
?include_quick_sight_q_index: ("INCLUDE" | "EXCLUDE"),
|
113099
|
+
?include_generated_answer: ("INCLUDE" | "EXCLUDE"),
|
113100
|
+
?max_topics_to_consider: ::Integer
|
113101
|
+
) -> _PredictQAResultsResponseSuccess
|
113102
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _PredictQAResultsResponseSuccess
|
113103
|
+
|
112996
113104
|
interface _PutDataSetRefreshPropertiesResponseSuccess
|
112997
113105
|
include ::Seahorse::Client::_ResponseSuccess[Types::PutDataSetRefreshPropertiesResponse]
|
112998
113106
|
def request_id: () -> ::String
|
@@ -150156,6 +150264,18 @@ module Aws
|
|
150156
150264
|
) -> _UpdateAnalysisPermissionsResponseSuccess
|
150157
150265
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateAnalysisPermissionsResponseSuccess
|
150158
150266
|
|
150267
|
+
interface _UpdateApplicationWithTokenExchangeGrantResponseSuccess
|
150268
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::UpdateApplicationWithTokenExchangeGrantResponse]
|
150269
|
+
def status: () -> ::Integer
|
150270
|
+
def request_id: () -> ::String
|
150271
|
+
end
|
150272
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/QuickSight/Client.html#update_application_with_token_exchange_grant-instance_method
|
150273
|
+
def update_application_with_token_exchange_grant: (
|
150274
|
+
aws_account_id: ::String,
|
150275
|
+
namespace: ::String
|
150276
|
+
) -> _UpdateApplicationWithTokenExchangeGrantResponseSuccess
|
150277
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateApplicationWithTokenExchangeGrantResponseSuccess
|
150278
|
+
|
150159
150279
|
interface _UpdateBrandResponseSuccess
|
150160
150280
|
include ::Seahorse::Client::_ResponseSuccess[Types::UpdateBrandResponse]
|
150161
150281
|
def request_id: () -> ::String
|
@@ -187313,6 +187433,19 @@ module Aws
|
|
187313
187433
|
) -> _UpdateDataSourcePermissionsResponseSuccess
|
187314
187434
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateDataSourcePermissionsResponseSuccess
|
187315
187435
|
|
187436
|
+
interface _UpdateDefaultQBusinessApplicationResponseSuccess
|
187437
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::UpdateDefaultQBusinessApplicationResponse]
|
187438
|
+
def request_id: () -> ::String
|
187439
|
+
def status: () -> ::Integer
|
187440
|
+
end
|
187441
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/QuickSight/Client.html#update_default_q_business_application-instance_method
|
187442
|
+
def update_default_q_business_application: (
|
187443
|
+
aws_account_id: ::String,
|
187444
|
+
?namespace: ::String,
|
187445
|
+
application_id: ::String
|
187446
|
+
) -> _UpdateDefaultQBusinessApplicationResponseSuccess
|
187447
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateDefaultQBusinessApplicationResponseSuccess
|
187448
|
+
|
187316
187449
|
interface _UpdateFolderResponseSuccess
|
187317
187450
|
include ::Seahorse::Client::_ResponseSuccess[Types::UpdateFolderResponse]
|
187318
187451
|
def status: () -> ::Integer
|
@@ -187399,7 +187532,7 @@ module Aws
|
|
187399
187532
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/QuickSight/Client.html#update_identity_propagation_config-instance_method
|
187400
187533
|
def update_identity_propagation_config: (
|
187401
187534
|
aws_account_id: ::String,
|
187402
|
-
service: ("REDSHIFT"),
|
187535
|
+
service: ("REDSHIFT" | "QBUSINESS"),
|
187403
187536
|
?authorized_targets: Array[::String]
|
187404
187537
|
) -> _UpdateIdentityPropagationConfigResponseSuccess
|
187405
187538
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateIdentityPropagationConfigResponseSuccess
|
@@ -187463,6 +187596,19 @@ module Aws
|
|
187463
187596
|
) -> _UpdateQPersonalizationConfigurationResponseSuccess
|
187464
187597
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateQPersonalizationConfigurationResponseSuccess
|
187465
187598
|
|
187599
|
+
interface _UpdateQuickSightQSearchConfigurationResponseSuccess
|
187600
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::UpdateQuickSightQSearchConfigurationResponse]
|
187601
|
+
def q_search_status: () -> ("ENABLED" | "DISABLED")
|
187602
|
+
def request_id: () -> ::String
|
187603
|
+
def status: () -> ::Integer
|
187604
|
+
end
|
187605
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/QuickSight/Client.html#update_quick_sight_q_search_configuration-instance_method
|
187606
|
+
def update_quick_sight_q_search_configuration: (
|
187607
|
+
aws_account_id: ::String,
|
187608
|
+
q_search_status: ("ENABLED" | "DISABLED")
|
187609
|
+
) -> _UpdateQuickSightQSearchConfigurationResponseSuccess
|
187610
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateQuickSightQSearchConfigurationResponseSuccess
|
187611
|
+
|
187466
187612
|
interface _UpdateRefreshScheduleResponseSuccess
|
187467
187613
|
include ::Seahorse::Client::_ResponseSuccess[Types::UpdateRefreshScheduleResponse]
|
187468
187614
|
def status: () -> ::Integer
|
data/sig/types.rbs
CHANGED
@@ -611,7 +611,7 @@ module Aws::QuickSight
|
|
611
611
|
end
|
612
612
|
|
613
613
|
class AuthorizedTargetsByService
|
614
|
-
attr_accessor service: ("REDSHIFT")
|
614
|
+
attr_accessor service: ("REDSHIFT" | "QBUSINESS")
|
615
615
|
attr_accessor authorized_targets: ::Array[::String]
|
616
616
|
SENSITIVE: []
|
617
617
|
end
|
@@ -2088,6 +2088,18 @@ module Aws::QuickSight
|
|
2088
2088
|
SENSITIVE: []
|
2089
2089
|
end
|
2090
2090
|
|
2091
|
+
class DashboardVisualResult
|
2092
|
+
attr_accessor dashboard_id: ::String
|
2093
|
+
attr_accessor dashboard_name: ::String
|
2094
|
+
attr_accessor sheet_id: ::String
|
2095
|
+
attr_accessor sheet_name: ::String
|
2096
|
+
attr_accessor visual_id: ::String
|
2097
|
+
attr_accessor visual_title: ::String
|
2098
|
+
attr_accessor visual_subtitle: ::String
|
2099
|
+
attr_accessor dashboard_url: ::String
|
2100
|
+
SENSITIVE: []
|
2101
|
+
end
|
2102
|
+
|
2091
2103
|
class DataAggregation
|
2092
2104
|
attr_accessor dataset_row_date_granularity: ("SECOND" | "MINUTE" | "HOUR" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR")
|
2093
2105
|
attr_accessor default_date_column_name: ::String
|
@@ -2736,6 +2748,18 @@ module Aws::QuickSight
|
|
2736
2748
|
SENSITIVE: []
|
2737
2749
|
end
|
2738
2750
|
|
2751
|
+
class DeleteDefaultQBusinessApplicationRequest
|
2752
|
+
attr_accessor aws_account_id: ::String
|
2753
|
+
attr_accessor namespace: ::String
|
2754
|
+
SENSITIVE: []
|
2755
|
+
end
|
2756
|
+
|
2757
|
+
class DeleteDefaultQBusinessApplicationResponse
|
2758
|
+
attr_accessor request_id: ::String
|
2759
|
+
attr_accessor status: ::Integer
|
2760
|
+
SENSITIVE: []
|
2761
|
+
end
|
2762
|
+
|
2739
2763
|
class DeleteFolderMembershipRequest
|
2740
2764
|
attr_accessor aws_account_id: ::String
|
2741
2765
|
attr_accessor folder_id: ::String
|
@@ -2807,7 +2831,7 @@ module Aws::QuickSight
|
|
2807
2831
|
|
2808
2832
|
class DeleteIdentityPropagationConfigRequest
|
2809
2833
|
attr_accessor aws_account_id: ::String
|
2810
|
-
attr_accessor service: ("REDSHIFT")
|
2834
|
+
attr_accessor service: ("REDSHIFT" | "QBUSINESS")
|
2811
2835
|
SENSITIVE: []
|
2812
2836
|
end
|
2813
2837
|
|
@@ -3385,6 +3409,19 @@ module Aws::QuickSight
|
|
3385
3409
|
SENSITIVE: []
|
3386
3410
|
end
|
3387
3411
|
|
3412
|
+
class DescribeDefaultQBusinessApplicationRequest
|
3413
|
+
attr_accessor aws_account_id: ::String
|
3414
|
+
attr_accessor namespace: ::String
|
3415
|
+
SENSITIVE: []
|
3416
|
+
end
|
3417
|
+
|
3418
|
+
class DescribeDefaultQBusinessApplicationResponse
|
3419
|
+
attr_accessor request_id: ::String
|
3420
|
+
attr_accessor status: ::Integer
|
3421
|
+
attr_accessor application_id: ::String
|
3422
|
+
SENSITIVE: []
|
3423
|
+
end
|
3424
|
+
|
3388
3425
|
class DescribeFolderPermissionsRequest
|
3389
3426
|
attr_accessor aws_account_id: ::String
|
3390
3427
|
attr_accessor folder_id: ::String
|
@@ -3548,6 +3585,18 @@ module Aws::QuickSight
|
|
3548
3585
|
SENSITIVE: []
|
3549
3586
|
end
|
3550
3587
|
|
3588
|
+
class DescribeQuickSightQSearchConfigurationRequest
|
3589
|
+
attr_accessor aws_account_id: ::String
|
3590
|
+
SENSITIVE: []
|
3591
|
+
end
|
3592
|
+
|
3593
|
+
class DescribeQuickSightQSearchConfigurationResponse
|
3594
|
+
attr_accessor q_search_status: ("ENABLED" | "DISABLED")
|
3595
|
+
attr_accessor request_id: ::String
|
3596
|
+
attr_accessor status: ::Integer
|
3597
|
+
SENSITIVE: []
|
3598
|
+
end
|
3599
|
+
|
3551
3600
|
class DescribeRefreshScheduleRequest
|
3552
3601
|
attr_accessor aws_account_id: ::String
|
3553
3602
|
attr_accessor data_set_id: ::String
|
@@ -4455,6 +4504,33 @@ module Aws::QuickSight
|
|
4455
4504
|
SENSITIVE: [:embed_url]
|
4456
4505
|
end
|
4457
4506
|
|
4507
|
+
class GenerateEmbedUrlForRegisteredUserWithIdentityRequest
|
4508
|
+
attr_accessor aws_account_id: ::String
|
4509
|
+
attr_accessor session_lifetime_in_minutes: ::Integer
|
4510
|
+
attr_accessor experience_configuration: Types::RegisteredUserEmbeddingExperienceConfiguration
|
4511
|
+
attr_accessor allowed_domains: ::Array[::String]
|
4512
|
+
SENSITIVE: []
|
4513
|
+
end
|
4514
|
+
|
4515
|
+
class GenerateEmbedUrlForRegisteredUserWithIdentityResponse
|
4516
|
+
attr_accessor embed_url: ::String
|
4517
|
+
attr_accessor status: ::Integer
|
4518
|
+
attr_accessor request_id: ::String
|
4519
|
+
SENSITIVE: [:embed_url]
|
4520
|
+
end
|
4521
|
+
|
4522
|
+
class GeneratedAnswerResult
|
4523
|
+
attr_accessor question_text: ::String
|
4524
|
+
attr_accessor answer_status: ("ANSWER_GENERATED" | "ANSWER_RETRIEVED" | "ANSWER_DOWNGRADE")
|
4525
|
+
attr_accessor topic_id: ::String
|
4526
|
+
attr_accessor topic_name: ::String
|
4527
|
+
attr_accessor restatement: ::String
|
4528
|
+
attr_accessor question_id: ::String
|
4529
|
+
attr_accessor answer_id: ::String
|
4530
|
+
attr_accessor question_url: ::String
|
4531
|
+
SENSITIVE: [:question_text, :restatement]
|
4532
|
+
end
|
4533
|
+
|
4458
4534
|
class GeoSpatialColumnGroup
|
4459
4535
|
attr_accessor name: ::String
|
4460
4536
|
attr_accessor country_code: ("US")
|
@@ -6777,6 +6853,23 @@ module Aws::QuickSight
|
|
6777
6853
|
SENSITIVE: []
|
6778
6854
|
end
|
6779
6855
|
|
6856
|
+
class PredictQAResultsRequest
|
6857
|
+
attr_accessor aws_account_id: ::String
|
6858
|
+
attr_accessor query_text: ::String
|
6859
|
+
attr_accessor include_quick_sight_q_index: ("INCLUDE" | "EXCLUDE")
|
6860
|
+
attr_accessor include_generated_answer: ("INCLUDE" | "EXCLUDE")
|
6861
|
+
attr_accessor max_topics_to_consider: ::Integer
|
6862
|
+
SENSITIVE: [:query_text]
|
6863
|
+
end
|
6864
|
+
|
6865
|
+
class PredictQAResultsResponse
|
6866
|
+
attr_accessor primary_result: Types::QAResult
|
6867
|
+
attr_accessor additional_results: ::Array[Types::QAResult]
|
6868
|
+
attr_accessor request_id: ::String
|
6869
|
+
attr_accessor status: ::Integer
|
6870
|
+
SENSITIVE: []
|
6871
|
+
end
|
6872
|
+
|
6780
6873
|
class PrestoParameters
|
6781
6874
|
attr_accessor host: ::String
|
6782
6875
|
attr_accessor port: ::Integer
|
@@ -6807,6 +6900,13 @@ module Aws::QuickSight
|
|
6807
6900
|
SENSITIVE: []
|
6808
6901
|
end
|
6809
6902
|
|
6903
|
+
class QAResult
|
6904
|
+
attr_accessor result_type: ("DASHBOARD_VISUAL" | "GENERATED_ANSWER" | "NO_ANSWER")
|
6905
|
+
attr_accessor dashboard_visual: Types::DashboardVisualResult
|
6906
|
+
attr_accessor generated_answer: Types::GeneratedAnswerResult
|
6907
|
+
SENSITIVE: []
|
6908
|
+
end
|
6909
|
+
|
6810
6910
|
class QueryExecutionOptions
|
6811
6911
|
attr_accessor query_execution_mode: ("AUTO" | "MANUAL")
|
6812
6912
|
SENSITIVE: []
|
@@ -9058,6 +9158,18 @@ module Aws::QuickSight
|
|
9058
9158
|
SENSITIVE: []
|
9059
9159
|
end
|
9060
9160
|
|
9161
|
+
class UpdateApplicationWithTokenExchangeGrantRequest
|
9162
|
+
attr_accessor aws_account_id: ::String
|
9163
|
+
attr_accessor namespace: ::String
|
9164
|
+
SENSITIVE: []
|
9165
|
+
end
|
9166
|
+
|
9167
|
+
class UpdateApplicationWithTokenExchangeGrantResponse
|
9168
|
+
attr_accessor status: ::Integer
|
9169
|
+
attr_accessor request_id: ::String
|
9170
|
+
SENSITIVE: []
|
9171
|
+
end
|
9172
|
+
|
9061
9173
|
class UpdateBrandAssignmentRequest
|
9062
9174
|
attr_accessor aws_account_id: ::String
|
9063
9175
|
attr_accessor brand_arn: ::String
|
@@ -9277,6 +9389,19 @@ module Aws::QuickSight
|
|
9277
9389
|
SENSITIVE: []
|
9278
9390
|
end
|
9279
9391
|
|
9392
|
+
class UpdateDefaultQBusinessApplicationRequest
|
9393
|
+
attr_accessor aws_account_id: ::String
|
9394
|
+
attr_accessor namespace: ::String
|
9395
|
+
attr_accessor application_id: ::String
|
9396
|
+
SENSITIVE: []
|
9397
|
+
end
|
9398
|
+
|
9399
|
+
class UpdateDefaultQBusinessApplicationResponse
|
9400
|
+
attr_accessor request_id: ::String
|
9401
|
+
attr_accessor status: ::Integer
|
9402
|
+
SENSITIVE: []
|
9403
|
+
end
|
9404
|
+
|
9280
9405
|
class UpdateFolderPermissionsRequest
|
9281
9406
|
attr_accessor aws_account_id: ::String
|
9282
9407
|
attr_accessor folder_id: ::String
|
@@ -9347,7 +9472,7 @@ module Aws::QuickSight
|
|
9347
9472
|
|
9348
9473
|
class UpdateIdentityPropagationConfigRequest
|
9349
9474
|
attr_accessor aws_account_id: ::String
|
9350
|
-
attr_accessor service: ("REDSHIFT")
|
9475
|
+
attr_accessor service: ("REDSHIFT" | "QBUSINESS")
|
9351
9476
|
attr_accessor authorized_targets: ::Array[::String]
|
9352
9477
|
SENSITIVE: []
|
9353
9478
|
end
|
@@ -9412,6 +9537,19 @@ module Aws::QuickSight
|
|
9412
9537
|
SENSITIVE: []
|
9413
9538
|
end
|
9414
9539
|
|
9540
|
+
class UpdateQuickSightQSearchConfigurationRequest
|
9541
|
+
attr_accessor aws_account_id: ::String
|
9542
|
+
attr_accessor q_search_status: ("ENABLED" | "DISABLED")
|
9543
|
+
SENSITIVE: []
|
9544
|
+
end
|
9545
|
+
|
9546
|
+
class UpdateQuickSightQSearchConfigurationResponse
|
9547
|
+
attr_accessor q_search_status: ("ENABLED" | "DISABLED")
|
9548
|
+
attr_accessor request_id: ::String
|
9549
|
+
attr_accessor status: ::Integer
|
9550
|
+
SENSITIVE: []
|
9551
|
+
end
|
9552
|
+
|
9415
9553
|
class UpdateRefreshScheduleRequest
|
9416
9554
|
attr_accessor data_set_id: ::String
|
9417
9555
|
attr_accessor aws_account_id: ::String
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-quicksight
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.139.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-12-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|