aws-sdk-quicksight 1.138.0 → 1.140.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 +456 -4
- data/lib/aws-sdk-quicksight/client_api.rb +262 -0
- data/lib/aws-sdk-quicksight/types.rb +527 -3
- data/lib/aws-sdk-quicksight.rb +1 -1
- data/sig/client.rbs +164 -4
- data/sig/types.rbs +154 -3
- metadata +2 -2
data/sig/client.rbs
CHANGED
@@ -73938,7 +73938,14 @@ module Aws
|
|
73938
73938
|
}?
|
73939
73939
|
},
|
73940
73940
|
],
|
73941
|
-
?folder_arns: Array[::String]
|
73941
|
+
?folder_arns: Array[::String],
|
73942
|
+
?performance_configuration: {
|
73943
|
+
unique_keys: Array[
|
73944
|
+
{
|
73945
|
+
column_names: Array[::String]
|
73946
|
+
},
|
73947
|
+
]?
|
73948
|
+
}
|
73942
73949
|
) -> _CreateDataSetResponseSuccess
|
73943
73950
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateDataSetResponseSuccess
|
73944
73951
|
|
@@ -111293,6 +111300,18 @@ module Aws
|
|
111293
111300
|
) -> _DeleteDataSourceResponseSuccess
|
111294
111301
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteDataSourceResponseSuccess
|
111295
111302
|
|
111303
|
+
interface _DeleteDefaultQBusinessApplicationResponseSuccess
|
111304
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::DeleteDefaultQBusinessApplicationResponse]
|
111305
|
+
def request_id: () -> ::String
|
111306
|
+
def status: () -> ::Integer
|
111307
|
+
end
|
111308
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/QuickSight/Client.html#delete_default_q_business_application-instance_method
|
111309
|
+
def delete_default_q_business_application: (
|
111310
|
+
aws_account_id: ::String,
|
111311
|
+
?namespace: ::String
|
111312
|
+
) -> _DeleteDefaultQBusinessApplicationResponseSuccess
|
111313
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteDefaultQBusinessApplicationResponseSuccess
|
111314
|
+
|
111296
111315
|
interface _DeleteFolderResponseSuccess
|
111297
111316
|
include ::Seahorse::Client::_ResponseSuccess[Types::DeleteFolderResponse]
|
111298
111317
|
def status: () -> ::Integer
|
@@ -111370,7 +111389,7 @@ module Aws
|
|
111370
111389
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/QuickSight/Client.html#delete_identity_propagation_config-instance_method
|
111371
111390
|
def delete_identity_propagation_config: (
|
111372
111391
|
aws_account_id: ::String,
|
111373
|
-
service: ("REDSHIFT")
|
111392
|
+
service: ("REDSHIFT" | "QBUSINESS")
|
111374
111393
|
) -> _DeleteIdentityPropagationConfigResponseSuccess
|
111375
111394
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteIdentityPropagationConfigResponseSuccess
|
111376
111395
|
|
@@ -111942,6 +111961,19 @@ module Aws
|
|
111942
111961
|
) -> _DescribeDataSourcePermissionsResponseSuccess
|
111943
111962
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeDataSourcePermissionsResponseSuccess
|
111944
111963
|
|
111964
|
+
interface _DescribeDefaultQBusinessApplicationResponseSuccess
|
111965
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::DescribeDefaultQBusinessApplicationResponse]
|
111966
|
+
def request_id: () -> ::String
|
111967
|
+
def status: () -> ::Integer
|
111968
|
+
def application_id: () -> ::String
|
111969
|
+
end
|
111970
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/QuickSight/Client.html#describe_default_q_business_application-instance_method
|
111971
|
+
def describe_default_q_business_application: (
|
111972
|
+
aws_account_id: ::String,
|
111973
|
+
?namespace: ::String
|
111974
|
+
) -> _DescribeDefaultQBusinessApplicationResponseSuccess
|
111975
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeDefaultQBusinessApplicationResponseSuccess
|
111976
|
+
|
111945
111977
|
interface _DescribeFolderResponseSuccess
|
111946
111978
|
include ::Seahorse::Client::_ResponseSuccess[Types::DescribeFolderResponse]
|
111947
111979
|
def status: () -> ::Integer
|
@@ -112105,6 +112137,18 @@ module Aws
|
|
112105
112137
|
) -> _DescribeQPersonalizationConfigurationResponseSuccess
|
112106
112138
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeQPersonalizationConfigurationResponseSuccess
|
112107
112139
|
|
112140
|
+
interface _DescribeQuickSightQSearchConfigurationResponseSuccess
|
112141
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::DescribeQuickSightQSearchConfigurationResponse]
|
112142
|
+
def q_search_status: () -> ("ENABLED" | "DISABLED")
|
112143
|
+
def request_id: () -> ::String
|
112144
|
+
def status: () -> ::Integer
|
112145
|
+
end
|
112146
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/QuickSight/Client.html#describe_quick_sight_q_search_configuration-instance_method
|
112147
|
+
def describe_quick_sight_q_search_configuration: (
|
112148
|
+
aws_account_id: ::String
|
112149
|
+
) -> _DescribeQuickSightQSearchConfigurationResponseSuccess
|
112150
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeQuickSightQSearchConfigurationResponseSuccess
|
112151
|
+
|
112108
112152
|
interface _DescribeRefreshScheduleResponseSuccess
|
112109
112153
|
include ::Seahorse::Client::_ResponseSuccess[Types::DescribeRefreshScheduleResponse]
|
112110
112154
|
def refresh_schedule: () -> Types::RefreshSchedule
|
@@ -112433,6 +112477,60 @@ module Aws
|
|
112433
112477
|
) -> _GenerateEmbedUrlForRegisteredUserResponseSuccess
|
112434
112478
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GenerateEmbedUrlForRegisteredUserResponseSuccess
|
112435
112479
|
|
112480
|
+
interface _GenerateEmbedUrlForRegisteredUserWithIdentityResponseSuccess
|
112481
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::GenerateEmbedUrlForRegisteredUserWithIdentityResponse]
|
112482
|
+
def embed_url: () -> ::String
|
112483
|
+
def status: () -> ::Integer
|
112484
|
+
def request_id: () -> ::String
|
112485
|
+
end
|
112486
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/QuickSight/Client.html#generate_embed_url_for_registered_user_with_identity-instance_method
|
112487
|
+
def generate_embed_url_for_registered_user_with_identity: (
|
112488
|
+
aws_account_id: ::String,
|
112489
|
+
?session_lifetime_in_minutes: ::Integer,
|
112490
|
+
experience_configuration: {
|
112491
|
+
dashboard: {
|
112492
|
+
initial_dashboard_id: ::String,
|
112493
|
+
feature_configurations: {
|
112494
|
+
state_persistence: {
|
112495
|
+
enabled: bool
|
112496
|
+
}?,
|
112497
|
+
shared_view: {
|
112498
|
+
enabled: bool
|
112499
|
+
}?,
|
112500
|
+
bookmarks: {
|
112501
|
+
enabled: bool
|
112502
|
+
}?
|
112503
|
+
}?
|
112504
|
+
}?,
|
112505
|
+
quick_sight_console: {
|
112506
|
+
initial_path: ::String?,
|
112507
|
+
feature_configurations: {
|
112508
|
+
state_persistence: {
|
112509
|
+
enabled: bool
|
112510
|
+
}?,
|
112511
|
+
shared_view: {
|
112512
|
+
enabled: bool
|
112513
|
+
}?
|
112514
|
+
}?
|
112515
|
+
}?,
|
112516
|
+
q_search_bar: {
|
112517
|
+
initial_topic_id: ::String?
|
112518
|
+
}?,
|
112519
|
+
dashboard_visual: {
|
112520
|
+
initial_dashboard_visual_id: {
|
112521
|
+
dashboard_id: ::String,
|
112522
|
+
sheet_id: ::String,
|
112523
|
+
visual_id: ::String
|
112524
|
+
}
|
112525
|
+
}?,
|
112526
|
+
generative_qn_a: {
|
112527
|
+
initial_topic_id: ::String?
|
112528
|
+
}?
|
112529
|
+
},
|
112530
|
+
?allowed_domains: Array[::String]
|
112531
|
+
) -> _GenerateEmbedUrlForRegisteredUserWithIdentityResponseSuccess
|
112532
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GenerateEmbedUrlForRegisteredUserWithIdentityResponseSuccess
|
112533
|
+
|
112436
112534
|
interface _GetDashboardEmbedUrlResponseSuccess
|
112437
112535
|
include ::Seahorse::Client::_ResponseSuccess[Types::GetDashboardEmbedUrlResponse]
|
112438
112536
|
def embed_url: () -> ::String
|
@@ -112993,6 +113091,23 @@ module Aws
|
|
112993
113091
|
) -> _ListVPCConnectionsResponseSuccess
|
112994
113092
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListVPCConnectionsResponseSuccess
|
112995
113093
|
|
113094
|
+
interface _PredictQAResultsResponseSuccess
|
113095
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::PredictQAResultsResponse]
|
113096
|
+
def primary_result: () -> Types::QAResult
|
113097
|
+
def additional_results: () -> ::Array[Types::QAResult]
|
113098
|
+
def request_id: () -> ::String
|
113099
|
+
def status: () -> ::Integer
|
113100
|
+
end
|
113101
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/QuickSight/Client.html#predict_qa_results-instance_method
|
113102
|
+
def predict_qa_results: (
|
113103
|
+
aws_account_id: ::String,
|
113104
|
+
query_text: ::String,
|
113105
|
+
?include_quick_sight_q_index: ("INCLUDE" | "EXCLUDE"),
|
113106
|
+
?include_generated_answer: ("INCLUDE" | "EXCLUDE"),
|
113107
|
+
?max_topics_to_consider: ::Integer
|
113108
|
+
) -> _PredictQAResultsResponseSuccess
|
113109
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _PredictQAResultsResponseSuccess
|
113110
|
+
|
112996
113111
|
interface _PutDataSetRefreshPropertiesResponseSuccess
|
112997
113112
|
include ::Seahorse::Client::_ResponseSuccess[Types::PutDataSetRefreshPropertiesResponse]
|
112998
113113
|
def request_id: () -> ::String
|
@@ -150156,6 +150271,18 @@ module Aws
|
|
150156
150271
|
) -> _UpdateAnalysisPermissionsResponseSuccess
|
150157
150272
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateAnalysisPermissionsResponseSuccess
|
150158
150273
|
|
150274
|
+
interface _UpdateApplicationWithTokenExchangeGrantResponseSuccess
|
150275
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::UpdateApplicationWithTokenExchangeGrantResponse]
|
150276
|
+
def status: () -> ::Integer
|
150277
|
+
def request_id: () -> ::String
|
150278
|
+
end
|
150279
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/QuickSight/Client.html#update_application_with_token_exchange_grant-instance_method
|
150280
|
+
def update_application_with_token_exchange_grant: (
|
150281
|
+
aws_account_id: ::String,
|
150282
|
+
namespace: ::String
|
150283
|
+
) -> _UpdateApplicationWithTokenExchangeGrantResponseSuccess
|
150284
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateApplicationWithTokenExchangeGrantResponseSuccess
|
150285
|
+
|
150159
150286
|
interface _UpdateBrandResponseSuccess
|
150160
150287
|
include ::Seahorse::Client::_ResponseSuccess[Types::UpdateBrandResponse]
|
150161
150288
|
def request_id: () -> ::String
|
@@ -186927,7 +187054,14 @@ module Aws
|
|
186927
187054
|
}?
|
186928
187055
|
}?
|
186929
187056
|
},
|
186930
|
-
]
|
187057
|
+
],
|
187058
|
+
?performance_configuration: {
|
187059
|
+
unique_keys: Array[
|
187060
|
+
{
|
187061
|
+
column_names: Array[::String]
|
187062
|
+
},
|
187063
|
+
]?
|
187064
|
+
}
|
186931
187065
|
) -> _UpdateDataSetResponseSuccess
|
186932
187066
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateDataSetResponseSuccess
|
186933
187067
|
|
@@ -187313,6 +187447,19 @@ module Aws
|
|
187313
187447
|
) -> _UpdateDataSourcePermissionsResponseSuccess
|
187314
187448
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateDataSourcePermissionsResponseSuccess
|
187315
187449
|
|
187450
|
+
interface _UpdateDefaultQBusinessApplicationResponseSuccess
|
187451
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::UpdateDefaultQBusinessApplicationResponse]
|
187452
|
+
def request_id: () -> ::String
|
187453
|
+
def status: () -> ::Integer
|
187454
|
+
end
|
187455
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/QuickSight/Client.html#update_default_q_business_application-instance_method
|
187456
|
+
def update_default_q_business_application: (
|
187457
|
+
aws_account_id: ::String,
|
187458
|
+
?namespace: ::String,
|
187459
|
+
application_id: ::String
|
187460
|
+
) -> _UpdateDefaultQBusinessApplicationResponseSuccess
|
187461
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateDefaultQBusinessApplicationResponseSuccess
|
187462
|
+
|
187316
187463
|
interface _UpdateFolderResponseSuccess
|
187317
187464
|
include ::Seahorse::Client::_ResponseSuccess[Types::UpdateFolderResponse]
|
187318
187465
|
def status: () -> ::Integer
|
@@ -187399,7 +187546,7 @@ module Aws
|
|
187399
187546
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/QuickSight/Client.html#update_identity_propagation_config-instance_method
|
187400
187547
|
def update_identity_propagation_config: (
|
187401
187548
|
aws_account_id: ::String,
|
187402
|
-
service: ("REDSHIFT"),
|
187549
|
+
service: ("REDSHIFT" | "QBUSINESS"),
|
187403
187550
|
?authorized_targets: Array[::String]
|
187404
187551
|
) -> _UpdateIdentityPropagationConfigResponseSuccess
|
187405
187552
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateIdentityPropagationConfigResponseSuccess
|
@@ -187463,6 +187610,19 @@ module Aws
|
|
187463
187610
|
) -> _UpdateQPersonalizationConfigurationResponseSuccess
|
187464
187611
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateQPersonalizationConfigurationResponseSuccess
|
187465
187612
|
|
187613
|
+
interface _UpdateQuickSightQSearchConfigurationResponseSuccess
|
187614
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::UpdateQuickSightQSearchConfigurationResponse]
|
187615
|
+
def q_search_status: () -> ("ENABLED" | "DISABLED")
|
187616
|
+
def request_id: () -> ::String
|
187617
|
+
def status: () -> ::Integer
|
187618
|
+
end
|
187619
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/QuickSight/Client.html#update_quick_sight_q_search_configuration-instance_method
|
187620
|
+
def update_quick_sight_q_search_configuration: (
|
187621
|
+
aws_account_id: ::String,
|
187622
|
+
q_search_status: ("ENABLED" | "DISABLED")
|
187623
|
+
) -> _UpdateQuickSightQSearchConfigurationResponseSuccess
|
187624
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateQuickSightQSearchConfigurationResponseSuccess
|
187625
|
+
|
187466
187626
|
interface _UpdateRefreshScheduleResponseSuccess
|
187467
187627
|
include ::Seahorse::Client::_ResponseSuccess[Types::UpdateRefreshScheduleResponse]
|
187468
187628
|
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
|
@@ -1521,6 +1521,7 @@ module Aws::QuickSight
|
|
1521
1521
|
attr_accessor data_set_usage_configuration: Types::DataSetUsageConfiguration
|
1522
1522
|
attr_accessor dataset_parameters: ::Array[Types::DatasetParameter]
|
1523
1523
|
attr_accessor folder_arns: ::Array[::String]
|
1524
|
+
attr_accessor performance_configuration: Types::PerformanceConfiguration
|
1524
1525
|
SENSITIVE: []
|
1525
1526
|
end
|
1526
1527
|
|
@@ -2088,6 +2089,18 @@ module Aws::QuickSight
|
|
2088
2089
|
SENSITIVE: []
|
2089
2090
|
end
|
2090
2091
|
|
2092
|
+
class DashboardVisualResult
|
2093
|
+
attr_accessor dashboard_id: ::String
|
2094
|
+
attr_accessor dashboard_name: ::String
|
2095
|
+
attr_accessor sheet_id: ::String
|
2096
|
+
attr_accessor sheet_name: ::String
|
2097
|
+
attr_accessor visual_id: ::String
|
2098
|
+
attr_accessor visual_title: ::String
|
2099
|
+
attr_accessor visual_subtitle: ::String
|
2100
|
+
attr_accessor dashboard_url: ::String
|
2101
|
+
SENSITIVE: []
|
2102
|
+
end
|
2103
|
+
|
2091
2104
|
class DataAggregation
|
2092
2105
|
attr_accessor dataset_row_date_granularity: ("SECOND" | "MINUTE" | "HOUR" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR")
|
2093
2106
|
attr_accessor default_date_column_name: ::String
|
@@ -2210,6 +2223,7 @@ module Aws::QuickSight
|
|
2210
2223
|
attr_accessor column_level_permission_rules: ::Array[Types::ColumnLevelPermissionRule]
|
2211
2224
|
attr_accessor data_set_usage_configuration: Types::DataSetUsageConfiguration
|
2212
2225
|
attr_accessor dataset_parameters: ::Array[Types::DatasetParameter]
|
2226
|
+
attr_accessor performance_configuration: Types::PerformanceConfiguration
|
2213
2227
|
SENSITIVE: []
|
2214
2228
|
end
|
2215
2229
|
|
@@ -2736,6 +2750,18 @@ module Aws::QuickSight
|
|
2736
2750
|
SENSITIVE: []
|
2737
2751
|
end
|
2738
2752
|
|
2753
|
+
class DeleteDefaultQBusinessApplicationRequest
|
2754
|
+
attr_accessor aws_account_id: ::String
|
2755
|
+
attr_accessor namespace: ::String
|
2756
|
+
SENSITIVE: []
|
2757
|
+
end
|
2758
|
+
|
2759
|
+
class DeleteDefaultQBusinessApplicationResponse
|
2760
|
+
attr_accessor request_id: ::String
|
2761
|
+
attr_accessor status: ::Integer
|
2762
|
+
SENSITIVE: []
|
2763
|
+
end
|
2764
|
+
|
2739
2765
|
class DeleteFolderMembershipRequest
|
2740
2766
|
attr_accessor aws_account_id: ::String
|
2741
2767
|
attr_accessor folder_id: ::String
|
@@ -2807,7 +2833,7 @@ module Aws::QuickSight
|
|
2807
2833
|
|
2808
2834
|
class DeleteIdentityPropagationConfigRequest
|
2809
2835
|
attr_accessor aws_account_id: ::String
|
2810
|
-
attr_accessor service: ("REDSHIFT")
|
2836
|
+
attr_accessor service: ("REDSHIFT" | "QBUSINESS")
|
2811
2837
|
SENSITIVE: []
|
2812
2838
|
end
|
2813
2839
|
|
@@ -3385,6 +3411,19 @@ module Aws::QuickSight
|
|
3385
3411
|
SENSITIVE: []
|
3386
3412
|
end
|
3387
3413
|
|
3414
|
+
class DescribeDefaultQBusinessApplicationRequest
|
3415
|
+
attr_accessor aws_account_id: ::String
|
3416
|
+
attr_accessor namespace: ::String
|
3417
|
+
SENSITIVE: []
|
3418
|
+
end
|
3419
|
+
|
3420
|
+
class DescribeDefaultQBusinessApplicationResponse
|
3421
|
+
attr_accessor request_id: ::String
|
3422
|
+
attr_accessor status: ::Integer
|
3423
|
+
attr_accessor application_id: ::String
|
3424
|
+
SENSITIVE: []
|
3425
|
+
end
|
3426
|
+
|
3388
3427
|
class DescribeFolderPermissionsRequest
|
3389
3428
|
attr_accessor aws_account_id: ::String
|
3390
3429
|
attr_accessor folder_id: ::String
|
@@ -3548,6 +3587,18 @@ module Aws::QuickSight
|
|
3548
3587
|
SENSITIVE: []
|
3549
3588
|
end
|
3550
3589
|
|
3590
|
+
class DescribeQuickSightQSearchConfigurationRequest
|
3591
|
+
attr_accessor aws_account_id: ::String
|
3592
|
+
SENSITIVE: []
|
3593
|
+
end
|
3594
|
+
|
3595
|
+
class DescribeQuickSightQSearchConfigurationResponse
|
3596
|
+
attr_accessor q_search_status: ("ENABLED" | "DISABLED")
|
3597
|
+
attr_accessor request_id: ::String
|
3598
|
+
attr_accessor status: ::Integer
|
3599
|
+
SENSITIVE: []
|
3600
|
+
end
|
3601
|
+
|
3551
3602
|
class DescribeRefreshScheduleRequest
|
3552
3603
|
attr_accessor aws_account_id: ::String
|
3553
3604
|
attr_accessor data_set_id: ::String
|
@@ -4455,6 +4506,33 @@ module Aws::QuickSight
|
|
4455
4506
|
SENSITIVE: [:embed_url]
|
4456
4507
|
end
|
4457
4508
|
|
4509
|
+
class GenerateEmbedUrlForRegisteredUserWithIdentityRequest
|
4510
|
+
attr_accessor aws_account_id: ::String
|
4511
|
+
attr_accessor session_lifetime_in_minutes: ::Integer
|
4512
|
+
attr_accessor experience_configuration: Types::RegisteredUserEmbeddingExperienceConfiguration
|
4513
|
+
attr_accessor allowed_domains: ::Array[::String]
|
4514
|
+
SENSITIVE: []
|
4515
|
+
end
|
4516
|
+
|
4517
|
+
class GenerateEmbedUrlForRegisteredUserWithIdentityResponse
|
4518
|
+
attr_accessor embed_url: ::String
|
4519
|
+
attr_accessor status: ::Integer
|
4520
|
+
attr_accessor request_id: ::String
|
4521
|
+
SENSITIVE: [:embed_url]
|
4522
|
+
end
|
4523
|
+
|
4524
|
+
class GeneratedAnswerResult
|
4525
|
+
attr_accessor question_text: ::String
|
4526
|
+
attr_accessor answer_status: ("ANSWER_GENERATED" | "ANSWER_RETRIEVED" | "ANSWER_DOWNGRADE")
|
4527
|
+
attr_accessor topic_id: ::String
|
4528
|
+
attr_accessor topic_name: ::String
|
4529
|
+
attr_accessor restatement: ::String
|
4530
|
+
attr_accessor question_id: ::String
|
4531
|
+
attr_accessor answer_id: ::String
|
4532
|
+
attr_accessor question_url: ::String
|
4533
|
+
SENSITIVE: [:question_text, :restatement]
|
4534
|
+
end
|
4535
|
+
|
4458
4536
|
class GeoSpatialColumnGroup
|
4459
4537
|
attr_accessor name: ::String
|
4460
4538
|
attr_accessor country_code: ("US")
|
@@ -6473,6 +6551,11 @@ module Aws::QuickSight
|
|
6473
6551
|
SENSITIVE: []
|
6474
6552
|
end
|
6475
6553
|
|
6554
|
+
class PerformanceConfiguration
|
6555
|
+
attr_accessor unique_keys: ::Array[Types::UniqueKey]
|
6556
|
+
SENSITIVE: []
|
6557
|
+
end
|
6558
|
+
|
6476
6559
|
class PeriodOverPeriodComputation
|
6477
6560
|
attr_accessor computation_id: ::String
|
6478
6561
|
attr_accessor name: ::String
|
@@ -6777,6 +6860,23 @@ module Aws::QuickSight
|
|
6777
6860
|
SENSITIVE: []
|
6778
6861
|
end
|
6779
6862
|
|
6863
|
+
class PredictQAResultsRequest
|
6864
|
+
attr_accessor aws_account_id: ::String
|
6865
|
+
attr_accessor query_text: ::String
|
6866
|
+
attr_accessor include_quick_sight_q_index: ("INCLUDE" | "EXCLUDE")
|
6867
|
+
attr_accessor include_generated_answer: ("INCLUDE" | "EXCLUDE")
|
6868
|
+
attr_accessor max_topics_to_consider: ::Integer
|
6869
|
+
SENSITIVE: [:query_text]
|
6870
|
+
end
|
6871
|
+
|
6872
|
+
class PredictQAResultsResponse
|
6873
|
+
attr_accessor primary_result: Types::QAResult
|
6874
|
+
attr_accessor additional_results: ::Array[Types::QAResult]
|
6875
|
+
attr_accessor request_id: ::String
|
6876
|
+
attr_accessor status: ::Integer
|
6877
|
+
SENSITIVE: []
|
6878
|
+
end
|
6879
|
+
|
6780
6880
|
class PrestoParameters
|
6781
6881
|
attr_accessor host: ::String
|
6782
6882
|
attr_accessor port: ::Integer
|
@@ -6807,6 +6907,13 @@ module Aws::QuickSight
|
|
6807
6907
|
SENSITIVE: []
|
6808
6908
|
end
|
6809
6909
|
|
6910
|
+
class QAResult
|
6911
|
+
attr_accessor result_type: ("DASHBOARD_VISUAL" | "GENERATED_ANSWER" | "NO_ANSWER")
|
6912
|
+
attr_accessor dashboard_visual: Types::DashboardVisualResult
|
6913
|
+
attr_accessor generated_answer: Types::GeneratedAnswerResult
|
6914
|
+
SENSITIVE: []
|
6915
|
+
end
|
6916
|
+
|
6810
6917
|
class QueryExecutionOptions
|
6811
6918
|
attr_accessor query_execution_mode: ("AUTO" | "MANUAL")
|
6812
6919
|
SENSITIVE: []
|
@@ -8952,6 +9059,11 @@ module Aws::QuickSight
|
|
8952
9059
|
SENSITIVE: []
|
8953
9060
|
end
|
8954
9061
|
|
9062
|
+
class UniqueKey
|
9063
|
+
attr_accessor column_names: ::Array[::String]
|
9064
|
+
SENSITIVE: []
|
9065
|
+
end
|
9066
|
+
|
8955
9067
|
class UniqueValuesComputation
|
8956
9068
|
attr_accessor computation_id: ::String
|
8957
9069
|
attr_accessor name: ::String
|
@@ -9058,6 +9170,18 @@ module Aws::QuickSight
|
|
9058
9170
|
SENSITIVE: []
|
9059
9171
|
end
|
9060
9172
|
|
9173
|
+
class UpdateApplicationWithTokenExchangeGrantRequest
|
9174
|
+
attr_accessor aws_account_id: ::String
|
9175
|
+
attr_accessor namespace: ::String
|
9176
|
+
SENSITIVE: []
|
9177
|
+
end
|
9178
|
+
|
9179
|
+
class UpdateApplicationWithTokenExchangeGrantResponse
|
9180
|
+
attr_accessor status: ::Integer
|
9181
|
+
attr_accessor request_id: ::String
|
9182
|
+
SENSITIVE: []
|
9183
|
+
end
|
9184
|
+
|
9061
9185
|
class UpdateBrandAssignmentRequest
|
9062
9186
|
attr_accessor aws_account_id: ::String
|
9063
9187
|
attr_accessor brand_arn: ::String
|
@@ -9228,6 +9352,7 @@ module Aws::QuickSight
|
|
9228
9352
|
attr_accessor column_level_permission_rules: ::Array[Types::ColumnLevelPermissionRule]
|
9229
9353
|
attr_accessor data_set_usage_configuration: Types::DataSetUsageConfiguration
|
9230
9354
|
attr_accessor dataset_parameters: ::Array[Types::DatasetParameter]
|
9355
|
+
attr_accessor performance_configuration: Types::PerformanceConfiguration
|
9231
9356
|
SENSITIVE: []
|
9232
9357
|
end
|
9233
9358
|
|
@@ -9277,6 +9402,19 @@ module Aws::QuickSight
|
|
9277
9402
|
SENSITIVE: []
|
9278
9403
|
end
|
9279
9404
|
|
9405
|
+
class UpdateDefaultQBusinessApplicationRequest
|
9406
|
+
attr_accessor aws_account_id: ::String
|
9407
|
+
attr_accessor namespace: ::String
|
9408
|
+
attr_accessor application_id: ::String
|
9409
|
+
SENSITIVE: []
|
9410
|
+
end
|
9411
|
+
|
9412
|
+
class UpdateDefaultQBusinessApplicationResponse
|
9413
|
+
attr_accessor request_id: ::String
|
9414
|
+
attr_accessor status: ::Integer
|
9415
|
+
SENSITIVE: []
|
9416
|
+
end
|
9417
|
+
|
9280
9418
|
class UpdateFolderPermissionsRequest
|
9281
9419
|
attr_accessor aws_account_id: ::String
|
9282
9420
|
attr_accessor folder_id: ::String
|
@@ -9347,7 +9485,7 @@ module Aws::QuickSight
|
|
9347
9485
|
|
9348
9486
|
class UpdateIdentityPropagationConfigRequest
|
9349
9487
|
attr_accessor aws_account_id: ::String
|
9350
|
-
attr_accessor service: ("REDSHIFT")
|
9488
|
+
attr_accessor service: ("REDSHIFT" | "QBUSINESS")
|
9351
9489
|
attr_accessor authorized_targets: ::Array[::String]
|
9352
9490
|
SENSITIVE: []
|
9353
9491
|
end
|
@@ -9412,6 +9550,19 @@ module Aws::QuickSight
|
|
9412
9550
|
SENSITIVE: []
|
9413
9551
|
end
|
9414
9552
|
|
9553
|
+
class UpdateQuickSightQSearchConfigurationRequest
|
9554
|
+
attr_accessor aws_account_id: ::String
|
9555
|
+
attr_accessor q_search_status: ("ENABLED" | "DISABLED")
|
9556
|
+
SENSITIVE: []
|
9557
|
+
end
|
9558
|
+
|
9559
|
+
class UpdateQuickSightQSearchConfigurationResponse
|
9560
|
+
attr_accessor q_search_status: ("ENABLED" | "DISABLED")
|
9561
|
+
attr_accessor request_id: ::String
|
9562
|
+
attr_accessor status: ::Integer
|
9563
|
+
SENSITIVE: []
|
9564
|
+
end
|
9565
|
+
|
9415
9566
|
class UpdateRefreshScheduleRequest
|
9416
9567
|
attr_accessor data_set_id: ::String
|
9417
9568
|
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.140.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-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|