aws-sdk-quicksight 1.160.0 → 1.161.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 +1648 -444
- data/lib/aws-sdk-quicksight/client_api.rb +725 -0
- data/lib/aws-sdk-quicksight/types.rb +2715 -620
- data/lib/aws-sdk-quicksight.rb +1 -1
- data/sig/client.rbs +529 -5
- data/sig/types.rbs +569 -3
- metadata +1 -1
data/sig/client.rbs
CHANGED
@@ -925,6 +925,82 @@ module Aws
|
|
925
925
|
) -> _CreateAccountSubscriptionResponseSuccess
|
926
926
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateAccountSubscriptionResponseSuccess
|
927
927
|
|
928
|
+
interface _CreateActionConnectorResponseSuccess
|
929
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::CreateActionConnectorResponse]
|
930
|
+
def arn: () -> ::String
|
931
|
+
def creation_status: () -> ("CREATION_IN_PROGRESS" | "CREATION_SUCCESSFUL" | "CREATION_FAILED" | "UPDATE_IN_PROGRESS" | "UPDATE_SUCCESSFUL" | "UPDATE_FAILED" | "DELETED")
|
932
|
+
def action_connector_id: () -> ::String
|
933
|
+
def request_id: () -> ::String
|
934
|
+
def status: () -> ::Integer
|
935
|
+
end
|
936
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/QuickSight/Client.html#create_action_connector-instance_method
|
937
|
+
def create_action_connector: (
|
938
|
+
aws_account_id: ::String,
|
939
|
+
action_connector_id: ::String,
|
940
|
+
name: ::String,
|
941
|
+
type: ("GENERIC_HTTP" | "SERVICENOW_NOW_PLATFORM" | "SALESFORCE_CRM" | "MICROSOFT_OUTLOOK" | "PAGERDUTY_ADVANCE" | "JIRA_CLOUD" | "ATLASSIAN_CONFLUENCE" | "AMAZON_S3" | "AMAZON_BEDROCK_AGENT_RUNTIME" | "AMAZON_BEDROCK_RUNTIME" | "AMAZON_BEDROCK_DATA_AUTOMATION_RUNTIME" | "AMAZON_TEXTRACT" | "AMAZON_COMPREHEND" | "AMAZON_COMPREHEND_MEDICAL" | "MICROSOFT_ONEDRIVE" | "MICROSOFT_SHAREPOINT" | "MICROSOFT_TEAMS" | "SAP_BUSINESSPARTNER" | "SAP_PRODUCTMASTERDATA" | "SAP_PHYSICALINVENTORY" | "SAP_BILLOFMATERIALS" | "SAP_MATERIALSTOCK" | "ZENDESK_SUITE" | "SMARTSHEET" | "SLACK" | "ASANA" | "BAMBOO_HR"),
|
942
|
+
authentication_config: {
|
943
|
+
authentication_type: ("BASIC" | "API_KEY" | "OAUTH2_CLIENT_CREDENTIALS" | "NONE" | "IAM" | "OAUTH2_AUTHORIZATION_CODE"),
|
944
|
+
authentication_metadata: {
|
945
|
+
authorization_code_grant_metadata: {
|
946
|
+
base_endpoint: ::String,
|
947
|
+
redirect_url: ::String,
|
948
|
+
authorization_code_grant_credentials_source: ("PLAIN_CREDENTIALS")?,
|
949
|
+
authorization_code_grant_credentials_details: {
|
950
|
+
authorization_code_grant_details: {
|
951
|
+
client_id: ::String,
|
952
|
+
client_secret: ::String,
|
953
|
+
token_endpoint: ::String,
|
954
|
+
authorization_endpoint: ::String
|
955
|
+
}?
|
956
|
+
}?
|
957
|
+
}?,
|
958
|
+
client_credentials_grant_metadata: {
|
959
|
+
base_endpoint: ::String,
|
960
|
+
client_credentials_source: ("PLAIN_CREDENTIALS")?,
|
961
|
+
client_credentials_details: {
|
962
|
+
client_credentials_grant_details: {
|
963
|
+
client_id: ::String,
|
964
|
+
client_secret: ::String,
|
965
|
+
token_endpoint: ::String
|
966
|
+
}?
|
967
|
+
}?
|
968
|
+
}?,
|
969
|
+
basic_auth_connection_metadata: {
|
970
|
+
base_endpoint: ::String,
|
971
|
+
username: ::String,
|
972
|
+
password: ::String
|
973
|
+
}?,
|
974
|
+
api_key_connection_metadata: {
|
975
|
+
base_endpoint: ::String,
|
976
|
+
api_key: ::String,
|
977
|
+
email: ::String?
|
978
|
+
}?,
|
979
|
+
none_connection_metadata: {
|
980
|
+
base_endpoint: ::String
|
981
|
+
}?,
|
982
|
+
iam_connection_metadata: {
|
983
|
+
role_arn: ::String
|
984
|
+
}?
|
985
|
+
}
|
986
|
+
},
|
987
|
+
?description: ::String,
|
988
|
+
?permissions: Array[
|
989
|
+
{
|
990
|
+
principal: ::String,
|
991
|
+
actions: Array[::String]
|
992
|
+
},
|
993
|
+
],
|
994
|
+
?vpc_connection_arn: ::String,
|
995
|
+
?tags: Array[
|
996
|
+
{
|
997
|
+
key: ::String,
|
998
|
+
value: ::String
|
999
|
+
},
|
1000
|
+
]
|
1001
|
+
) -> _CreateActionConnectorResponseSuccess
|
1002
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateActionConnectorResponseSuccess
|
1003
|
+
|
928
1004
|
interface _CreateAnalysisResponseSuccess
|
929
1005
|
include ::Seahorse::Client::_ResponseSuccess[Types::CreateAnalysisResponse]
|
930
1006
|
def arn: () -> ::String
|
@@ -38313,6 +38389,24 @@ module Aws
|
|
38313
38389
|
background: ::String?
|
38314
38390
|
}?
|
38315
38391
|
}?,
|
38392
|
+
contextual_accent_palette: {
|
38393
|
+
connection: {
|
38394
|
+
foreground: ::String?,
|
38395
|
+
background: ::String?
|
38396
|
+
}?,
|
38397
|
+
visualization: {
|
38398
|
+
foreground: ::String?,
|
38399
|
+
background: ::String?
|
38400
|
+
}?,
|
38401
|
+
insight: {
|
38402
|
+
foreground: ::String?,
|
38403
|
+
background: ::String?
|
38404
|
+
}?,
|
38405
|
+
automation: {
|
38406
|
+
foreground: ::String?,
|
38407
|
+
background: ::String?
|
38408
|
+
}?
|
38409
|
+
}?,
|
38316
38410
|
brand_element_style: {
|
38317
38411
|
navbar_style: {
|
38318
38412
|
global_navbar: {
|
@@ -38392,7 +38486,19 @@ module Aws
|
|
38392
38486
|
export_to_excel_in_scheduled_reports: ("DENY")?,
|
38393
38487
|
include_content_in_scheduled_reports_email: ("DENY")?,
|
38394
38488
|
dashboard: ("DENY")?,
|
38395
|
-
analysis: ("DENY")
|
38489
|
+
analysis: ("DENY")?,
|
38490
|
+
automate: ("DENY")?,
|
38491
|
+
flow: ("DENY")?,
|
38492
|
+
publish_without_approval: ("DENY")?,
|
38493
|
+
use_bedrock_models: ("DENY")?,
|
38494
|
+
perform_flow_ui_task: ("DENY")?,
|
38495
|
+
use_agent_web_search: ("DENY")?,
|
38496
|
+
knowledge_base: ("DENY")?,
|
38497
|
+
action: ("DENY")?,
|
38498
|
+
space: ("DENY")?,
|
38499
|
+
chat_agent: ("DENY")?,
|
38500
|
+
create_chat_agents: ("DENY")?,
|
38501
|
+
research: ("DENY")?
|
38396
38502
|
},
|
38397
38503
|
?tags: Array[
|
38398
38504
|
{
|
@@ -38506,6 +38612,9 @@ module Aws
|
|
38506
38612
|
data_qa_enabled_option: {
|
38507
38613
|
availability_status: ("ENABLED" | "DISABLED")?
|
38508
38614
|
}?,
|
38615
|
+
quick_suite_actions_option: {
|
38616
|
+
availability_status: ("ENABLED" | "DISABLED")?
|
38617
|
+
}?,
|
38509
38618
|
executive_summary_option: {
|
38510
38619
|
availability_status: ("ENABLED" | "DISABLED")?
|
38511
38620
|
}?,
|
@@ -76043,7 +76152,7 @@ module Aws
|
|
76043
76152
|
aws_account_id: ::String,
|
76044
76153
|
data_source_id: ::String,
|
76045
76154
|
name: ::String,
|
76046
|
-
type: ("ADOBE_ANALYTICS" | "AMAZON_ELASTICSEARCH" | "ATHENA" | "AURORA" | "AURORA_POSTGRESQL" | "AWS_IOT_ANALYTICS" | "GITHUB" | "JIRA" | "MARIADB" | "MYSQL" | "ORACLE" | "POSTGRESQL" | "PRESTO" | "REDSHIFT" | "S3" | "SALESFORCE" | "SERVICENOW" | "SNOWFLAKE" | "SPARK" | "SQLSERVER" | "TERADATA" | "TWITTER" | "TIMESTREAM" | "AMAZON_OPENSEARCH" | "EXASOL" | "DATABRICKS" | "STARBURST" | "TRINO" | "BIGQUERY" | "GOOGLESHEETS"),
|
76155
|
+
type: ("ADOBE_ANALYTICS" | "AMAZON_ELASTICSEARCH" | "ATHENA" | "AURORA" | "AURORA_POSTGRESQL" | "AWS_IOT_ANALYTICS" | "GITHUB" | "JIRA" | "MARIADB" | "MYSQL" | "ORACLE" | "POSTGRESQL" | "PRESTO" | "REDSHIFT" | "S3" | "SALESFORCE" | "SERVICENOW" | "SNOWFLAKE" | "SPARK" | "SQLSERVER" | "TERADATA" | "TWITTER" | "TIMESTREAM" | "AMAZON_OPENSEARCH" | "EXASOL" | "DATABRICKS" | "STARBURST" | "TRINO" | "BIGQUERY" | "GOOGLESHEETS" | "GOOGLE_DRIVE" | "CONFLUENCE" | "SHAREPOINT" | "ONE_DRIVE" | "WEB_CRAWLER" | "S3_KNOWLEDGE_BASE" | "QBUSINESS"),
|
76047
76156
|
?data_source_parameters: {
|
76048
76157
|
amazon_elasticsearch_parameters: {
|
76049
76158
|
domain: ::String
|
@@ -76123,6 +76232,11 @@ module Aws
|
|
76123
76232
|
},
|
76124
76233
|
role_arn: ::String?
|
76125
76234
|
}?,
|
76235
|
+
s3_knowledge_base_parameters: {
|
76236
|
+
role_arn: ::String?,
|
76237
|
+
bucket_url: ::String,
|
76238
|
+
metadata_files_location: ::String?
|
76239
|
+
}?,
|
76126
76240
|
service_now_parameters: {
|
76127
76241
|
site_base_url: ::String
|
76128
76242
|
}?,
|
@@ -76204,6 +76318,22 @@ module Aws
|
|
76204
76318
|
}?,
|
76205
76319
|
custom_connection_parameters: {
|
76206
76320
|
connection_type: ::String?
|
76321
|
+
}?,
|
76322
|
+
web_crawler_parameters: {
|
76323
|
+
web_crawler_auth_type: ("NO_AUTH" | "BASIC_AUTH" | "FORM" | "SAML"),
|
76324
|
+
username_field_xpath: ::String?,
|
76325
|
+
password_field_xpath: ::String?,
|
76326
|
+
username_button_xpath: ::String?,
|
76327
|
+
password_button_xpath: ::String?,
|
76328
|
+
login_page_url: ::String?,
|
76329
|
+
web_proxy_host_name: ::String?,
|
76330
|
+
web_proxy_port_number: ::Integer?
|
76331
|
+
}?,
|
76332
|
+
confluence_parameters: {
|
76333
|
+
confluence_url: ::String
|
76334
|
+
}?,
|
76335
|
+
q_business_parameters: {
|
76336
|
+
application_arn: ::String
|
76207
76337
|
}?
|
76208
76338
|
},
|
76209
76339
|
?credentials: {
|
@@ -76290,6 +76420,11 @@ module Aws
|
|
76290
76420
|
},
|
76291
76421
|
role_arn: ::String?
|
76292
76422
|
}?,
|
76423
|
+
s3_knowledge_base_parameters: {
|
76424
|
+
role_arn: ::String?,
|
76425
|
+
bucket_url: ::String,
|
76426
|
+
metadata_files_location: ::String?
|
76427
|
+
}?,
|
76293
76428
|
service_now_parameters: {
|
76294
76429
|
site_base_url: ::String
|
76295
76430
|
}?,
|
@@ -76371,12 +76506,32 @@ module Aws
|
|
76371
76506
|
}?,
|
76372
76507
|
custom_connection_parameters: {
|
76373
76508
|
connection_type: ::String?
|
76509
|
+
}?,
|
76510
|
+
web_crawler_parameters: {
|
76511
|
+
web_crawler_auth_type: ("NO_AUTH" | "BASIC_AUTH" | "FORM" | "SAML"),
|
76512
|
+
username_field_xpath: ::String?,
|
76513
|
+
password_field_xpath: ::String?,
|
76514
|
+
username_button_xpath: ::String?,
|
76515
|
+
password_button_xpath: ::String?,
|
76516
|
+
login_page_url: ::String?,
|
76517
|
+
web_proxy_host_name: ::String?,
|
76518
|
+
web_proxy_port_number: ::Integer?
|
76519
|
+
}?,
|
76520
|
+
confluence_parameters: {
|
76521
|
+
confluence_url: ::String
|
76522
|
+
}?,
|
76523
|
+
q_business_parameters: {
|
76524
|
+
application_arn: ::String
|
76374
76525
|
}?
|
76375
76526
|
},
|
76376
76527
|
]?
|
76377
76528
|
}?,
|
76378
76529
|
copy_source_arn: ::String?,
|
76379
|
-
secret_arn: ::String
|
76530
|
+
secret_arn: ::String?,
|
76531
|
+
web_proxy_credentials: {
|
76532
|
+
web_proxy_username: ::String,
|
76533
|
+
web_proxy_password: ::String
|
76534
|
+
}?
|
76380
76535
|
},
|
76381
76536
|
?permissions: Array[
|
76382
76537
|
{
|
@@ -114353,6 +114508,20 @@ module Aws
|
|
114353
114508
|
) -> _DeleteAccountSubscriptionResponseSuccess
|
114354
114509
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteAccountSubscriptionResponseSuccess
|
114355
114510
|
|
114511
|
+
interface _DeleteActionConnectorResponseSuccess
|
114512
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::DeleteActionConnectorResponse]
|
114513
|
+
def arn: () -> ::String
|
114514
|
+
def action_connector_id: () -> ::String
|
114515
|
+
def request_id: () -> ::String
|
114516
|
+
def status: () -> ::Integer
|
114517
|
+
end
|
114518
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/QuickSight/Client.html#delete_action_connector-instance_method
|
114519
|
+
def delete_action_connector: (
|
114520
|
+
aws_account_id: ::String,
|
114521
|
+
action_connector_id: ::String
|
114522
|
+
) -> _DeleteActionConnectorResponseSuccess
|
114523
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteActionConnectorResponseSuccess
|
114524
|
+
|
114356
114525
|
interface _DeleteAnalysisResponseSuccess
|
114357
114526
|
include ::Seahorse::Client::_ResponseSuccess[Types::DeleteAnalysisResponse]
|
114358
114527
|
def status: () -> ::Integer
|
@@ -114806,6 +114975,34 @@ module Aws
|
|
114806
114975
|
) -> _DescribeAccountSubscriptionResponseSuccess
|
114807
114976
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeAccountSubscriptionResponseSuccess
|
114808
114977
|
|
114978
|
+
interface _DescribeActionConnectorResponseSuccess
|
114979
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::DescribeActionConnectorResponse]
|
114980
|
+
def action_connector: () -> Types::ActionConnector
|
114981
|
+
def request_id: () -> ::String
|
114982
|
+
def status: () -> ::Integer
|
114983
|
+
end
|
114984
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/QuickSight/Client.html#describe_action_connector-instance_method
|
114985
|
+
def describe_action_connector: (
|
114986
|
+
aws_account_id: ::String,
|
114987
|
+
action_connector_id: ::String
|
114988
|
+
) -> _DescribeActionConnectorResponseSuccess
|
114989
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeActionConnectorResponseSuccess
|
114990
|
+
|
114991
|
+
interface _DescribeActionConnectorPermissionsResponseSuccess
|
114992
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::DescribeActionConnectorPermissionsResponse]
|
114993
|
+
def arn: () -> ::String
|
114994
|
+
def action_connector_id: () -> ::String
|
114995
|
+
def permissions: () -> ::Array[Types::ResourcePermission]
|
114996
|
+
def request_id: () -> ::String
|
114997
|
+
def status: () -> ::Integer
|
114998
|
+
end
|
114999
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/QuickSight/Client.html#describe_action_connector_permissions-instance_method
|
115000
|
+
def describe_action_connector_permissions: (
|
115001
|
+
aws_account_id: ::String,
|
115002
|
+
action_connector_id: ::String
|
115003
|
+
) -> _DescribeActionConnectorPermissionsResponseSuccess
|
115004
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeActionConnectorPermissionsResponseSuccess
|
115005
|
+
|
114809
115006
|
interface _DescribeAnalysisResponseSuccess
|
114810
115007
|
include ::Seahorse::Client::_ResponseSuccess[Types::DescribeAnalysisResponse]
|
114811
115008
|
def analysis: () -> Types::Analysis
|
@@ -115799,6 +115996,42 @@ module Aws
|
|
115799
115996
|
) -> _GetDashboardEmbedUrlResponseSuccess
|
115800
115997
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetDashboardEmbedUrlResponseSuccess
|
115801
115998
|
|
115999
|
+
interface _GetFlowMetadataResponseSuccess
|
116000
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::GetFlowMetadataOutput]
|
116001
|
+
def arn: () -> ::String
|
116002
|
+
def flow_id: () -> ::String
|
116003
|
+
def name: () -> ::String
|
116004
|
+
def description: () -> ::String
|
116005
|
+
def publish_state: () -> ("PUBLISHED" | "DRAFT" | "PENDING_APPROVAL")
|
116006
|
+
def user_count: () -> ::Integer
|
116007
|
+
def run_count: () -> ::Integer
|
116008
|
+
def created_time: () -> ::Time
|
116009
|
+
def last_updated_time: () -> ::Time
|
116010
|
+
def request_id: () -> ::String
|
116011
|
+
def status: () -> ::Integer
|
116012
|
+
end
|
116013
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/QuickSight/Client.html#get_flow_metadata-instance_method
|
116014
|
+
def get_flow_metadata: (
|
116015
|
+
aws_account_id: ::String,
|
116016
|
+
flow_id: ::String
|
116017
|
+
) -> _GetFlowMetadataResponseSuccess
|
116018
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetFlowMetadataResponseSuccess
|
116019
|
+
|
116020
|
+
interface _GetFlowPermissionsResponseSuccess
|
116021
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::GetFlowPermissionsOutput]
|
116022
|
+
def arn: () -> ::String
|
116023
|
+
def flow_id: () -> ::String
|
116024
|
+
def permissions: () -> ::Array[Types::Permission]
|
116025
|
+
def request_id: () -> ::String
|
116026
|
+
def status: () -> ::Integer
|
116027
|
+
end
|
116028
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/QuickSight/Client.html#get_flow_permissions-instance_method
|
116029
|
+
def get_flow_permissions: (
|
116030
|
+
aws_account_id: ::String,
|
116031
|
+
flow_id: ::String
|
116032
|
+
) -> _GetFlowPermissionsResponseSuccess
|
116033
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetFlowPermissionsResponseSuccess
|
116034
|
+
|
115802
116035
|
interface _GetSessionEmbedUrlResponseSuccess
|
115803
116036
|
include ::Seahorse::Client::_ResponseSuccess[Types::GetSessionEmbedUrlResponse]
|
115804
116037
|
def embed_url: () -> ::String
|
@@ -115814,6 +116047,21 @@ module Aws
|
|
115814
116047
|
) -> _GetSessionEmbedUrlResponseSuccess
|
115815
116048
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetSessionEmbedUrlResponseSuccess
|
115816
116049
|
|
116050
|
+
interface _ListActionConnectorsResponseSuccess
|
116051
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::ListActionConnectorsResponse]
|
116052
|
+
def action_connector_summaries: () -> ::Array[Types::ActionConnectorSummary]
|
116053
|
+
def next_token: () -> ::String
|
116054
|
+
def request_id: () -> ::String
|
116055
|
+
def status: () -> ::Integer
|
116056
|
+
end
|
116057
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/QuickSight/Client.html#list_action_connectors-instance_method
|
116058
|
+
def list_action_connectors: (
|
116059
|
+
aws_account_id: ::String,
|
116060
|
+
?max_results: ::Integer,
|
116061
|
+
?next_token: ::String
|
116062
|
+
) -> _ListActionConnectorsResponseSuccess
|
116063
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListActionConnectorsResponseSuccess
|
116064
|
+
|
115817
116065
|
interface _ListAnalysesResponseSuccess
|
115818
116066
|
include ::Seahorse::Client::_ResponseSuccess[Types::ListAnalysesResponse]
|
115819
116067
|
def analysis_summary_list: () -> ::Array[Types::AnalysisSummary]
|
@@ -115948,6 +116196,21 @@ module Aws
|
|
115948
116196
|
) -> _ListDataSourcesResponseSuccess
|
115949
116197
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListDataSourcesResponseSuccess
|
115950
116198
|
|
116199
|
+
interface _ListFlowsResponseSuccess
|
116200
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::ListFlowsOutput]
|
116201
|
+
def flow_summary_list: () -> ::Array[Types::FlowSummary]
|
116202
|
+
def next_token: () -> ::String
|
116203
|
+
def request_id: () -> ::String
|
116204
|
+
def status: () -> ::Integer
|
116205
|
+
end
|
116206
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/QuickSight/Client.html#list_flows-instance_method
|
116207
|
+
def list_flows: (
|
116208
|
+
aws_account_id: ::String,
|
116209
|
+
?next_token: ::String,
|
116210
|
+
?max_results: ::Integer
|
116211
|
+
) -> _ListFlowsResponseSuccess
|
116212
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListFlowsResponseSuccess
|
116213
|
+
|
115951
116214
|
interface _ListFolderMembersResponseSuccess
|
115952
116215
|
include ::Seahorse::Client::_ResponseSuccess[Types::ListFolderMembersResponse]
|
115953
116216
|
def status: () -> ::Integer
|
@@ -116429,6 +116692,28 @@ module Aws
|
|
116429
116692
|
) -> _RestoreAnalysisResponseSuccess
|
116430
116693
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _RestoreAnalysisResponseSuccess
|
116431
116694
|
|
116695
|
+
interface _SearchActionConnectorsResponseSuccess
|
116696
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::SearchActionConnectorsResponse]
|
116697
|
+
def next_token: () -> ::String
|
116698
|
+
def request_id: () -> ::String
|
116699
|
+
def status: () -> ::Integer
|
116700
|
+
def action_connector_summaries: () -> ::Array[Types::ActionConnectorSummary]
|
116701
|
+
end
|
116702
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/QuickSight/Client.html#search_action_connectors-instance_method
|
116703
|
+
def search_action_connectors: (
|
116704
|
+
aws_account_id: ::String,
|
116705
|
+
?max_results: ::Integer,
|
116706
|
+
?next_token: ::String,
|
116707
|
+
filters: Array[
|
116708
|
+
{
|
116709
|
+
name: ("ACTION_CONNECTOR_NAME" | "ACTION_CONNECTOR_TYPE" | "QUICKSIGHT_OWNER" | "QUICKSIGHT_VIEWER_OR_OWNER" | "DIRECT_QUICKSIGHT_SOLE_OWNER" | "DIRECT_QUICKSIGHT_OWNER" | "DIRECT_QUICKSIGHT_VIEWER_OR_OWNER"),
|
116710
|
+
operator: ("StringEquals" | "StringLike"),
|
116711
|
+
value: ::String
|
116712
|
+
},
|
116713
|
+
]
|
116714
|
+
) -> _SearchActionConnectorsResponseSuccess
|
116715
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _SearchActionConnectorsResponseSuccess
|
116716
|
+
|
116432
116717
|
interface _SearchAnalysesResponseSuccess
|
116433
116718
|
include ::Seahorse::Client::_ResponseSuccess[Types::SearchAnalysesResponse]
|
116434
116719
|
def analysis_summary_list: () -> ::Array[Types::AnalysisSummary]
|
@@ -116517,6 +116802,28 @@ module Aws
|
|
116517
116802
|
) -> _SearchDataSourcesResponseSuccess
|
116518
116803
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _SearchDataSourcesResponseSuccess
|
116519
116804
|
|
116805
|
+
interface _SearchFlowsResponseSuccess
|
116806
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::SearchFlowsOutput]
|
116807
|
+
def flow_summary_list: () -> ::Array[Types::FlowSummary]
|
116808
|
+
def next_token: () -> ::String
|
116809
|
+
def request_id: () -> ::String
|
116810
|
+
def status: () -> ::Integer
|
116811
|
+
end
|
116812
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/QuickSight/Client.html#search_flows-instance_method
|
116813
|
+
def search_flows: (
|
116814
|
+
aws_account_id: ::String,
|
116815
|
+
filters: Array[
|
116816
|
+
{
|
116817
|
+
name: ("assetName" | "assetDescription" | "DIRECT_QUICKSIGHT_OWNER" | "DIRECT_QUICKSIGHT_VIEWER_OR_OWNER" | "DIRECT_QUICKSIGHT_SOLE_OWNER"),
|
116818
|
+
operator: ("StringEquals" | "StringLike"),
|
116819
|
+
value: ::String
|
116820
|
+
},
|
116821
|
+
],
|
116822
|
+
?next_token: ::String,
|
116823
|
+
?max_results: ::Integer
|
116824
|
+
) -> _SearchFlowsResponseSuccess
|
116825
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _SearchFlowsResponseSuccess
|
116826
|
+
|
116520
116827
|
interface _SearchFoldersResponseSuccess
|
116521
116828
|
include ::Seahorse::Client::_ResponseSuccess[Types::SearchFoldersResponse]
|
116522
116829
|
def status: () -> ::Integer
|
@@ -116780,6 +117087,11 @@ module Aws
|
|
116780
117087
|
},
|
116781
117088
|
role_arn: ::String?
|
116782
117089
|
}?,
|
117090
|
+
s3_knowledge_base_parameters: {
|
117091
|
+
role_arn: ::String?,
|
117092
|
+
bucket_url: ::String,
|
117093
|
+
metadata_files_location: ::String?
|
117094
|
+
}?,
|
116783
117095
|
service_now_parameters: {
|
116784
117096
|
site_base_url: ::String
|
116785
117097
|
}?,
|
@@ -116861,6 +117173,22 @@ module Aws
|
|
116861
117173
|
}?,
|
116862
117174
|
custom_connection_parameters: {
|
116863
117175
|
connection_type: ::String?
|
117176
|
+
}?,
|
117177
|
+
web_crawler_parameters: {
|
117178
|
+
web_crawler_auth_type: ("NO_AUTH" | "BASIC_AUTH" | "FORM" | "SAML"),
|
117179
|
+
username_field_xpath: ::String?,
|
117180
|
+
password_field_xpath: ::String?,
|
117181
|
+
username_button_xpath: ::String?,
|
117182
|
+
password_button_xpath: ::String?,
|
117183
|
+
login_page_url: ::String?,
|
117184
|
+
web_proxy_host_name: ::String?,
|
117185
|
+
web_proxy_port_number: ::Integer?
|
117186
|
+
}?,
|
117187
|
+
confluence_parameters: {
|
117188
|
+
confluence_url: ::String
|
117189
|
+
}?,
|
117190
|
+
q_business_parameters: {
|
117191
|
+
application_arn: ::String
|
116864
117192
|
}?
|
116865
117193
|
}?,
|
116866
117194
|
vpc_connection_properties: {
|
@@ -117244,6 +117572,96 @@ module Aws
|
|
117244
117572
|
) -> _UpdateAccountSettingsResponseSuccess
|
117245
117573
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateAccountSettingsResponseSuccess
|
117246
117574
|
|
117575
|
+
interface _UpdateActionConnectorResponseSuccess
|
117576
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::UpdateActionConnectorResponse]
|
117577
|
+
def arn: () -> ::String
|
117578
|
+
def action_connector_id: () -> ::String
|
117579
|
+
def request_id: () -> ::String
|
117580
|
+
def update_status: () -> ("CREATION_IN_PROGRESS" | "CREATION_SUCCESSFUL" | "CREATION_FAILED" | "UPDATE_IN_PROGRESS" | "UPDATE_SUCCESSFUL" | "UPDATE_FAILED" | "DELETED")
|
117581
|
+
def status: () -> ::Integer
|
117582
|
+
end
|
117583
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/QuickSight/Client.html#update_action_connector-instance_method
|
117584
|
+
def update_action_connector: (
|
117585
|
+
aws_account_id: ::String,
|
117586
|
+
action_connector_id: ::String,
|
117587
|
+
name: ::String,
|
117588
|
+
authentication_config: {
|
117589
|
+
authentication_type: ("BASIC" | "API_KEY" | "OAUTH2_CLIENT_CREDENTIALS" | "NONE" | "IAM" | "OAUTH2_AUTHORIZATION_CODE"),
|
117590
|
+
authentication_metadata: {
|
117591
|
+
authorization_code_grant_metadata: {
|
117592
|
+
base_endpoint: ::String,
|
117593
|
+
redirect_url: ::String,
|
117594
|
+
authorization_code_grant_credentials_source: ("PLAIN_CREDENTIALS")?,
|
117595
|
+
authorization_code_grant_credentials_details: {
|
117596
|
+
authorization_code_grant_details: {
|
117597
|
+
client_id: ::String,
|
117598
|
+
client_secret: ::String,
|
117599
|
+
token_endpoint: ::String,
|
117600
|
+
authorization_endpoint: ::String
|
117601
|
+
}?
|
117602
|
+
}?
|
117603
|
+
}?,
|
117604
|
+
client_credentials_grant_metadata: {
|
117605
|
+
base_endpoint: ::String,
|
117606
|
+
client_credentials_source: ("PLAIN_CREDENTIALS")?,
|
117607
|
+
client_credentials_details: {
|
117608
|
+
client_credentials_grant_details: {
|
117609
|
+
client_id: ::String,
|
117610
|
+
client_secret: ::String,
|
117611
|
+
token_endpoint: ::String
|
117612
|
+
}?
|
117613
|
+
}?
|
117614
|
+
}?,
|
117615
|
+
basic_auth_connection_metadata: {
|
117616
|
+
base_endpoint: ::String,
|
117617
|
+
username: ::String,
|
117618
|
+
password: ::String
|
117619
|
+
}?,
|
117620
|
+
api_key_connection_metadata: {
|
117621
|
+
base_endpoint: ::String,
|
117622
|
+
api_key: ::String,
|
117623
|
+
email: ::String?
|
117624
|
+
}?,
|
117625
|
+
none_connection_metadata: {
|
117626
|
+
base_endpoint: ::String
|
117627
|
+
}?,
|
117628
|
+
iam_connection_metadata: {
|
117629
|
+
role_arn: ::String
|
117630
|
+
}?
|
117631
|
+
}
|
117632
|
+
},
|
117633
|
+
?description: ::String,
|
117634
|
+
?vpc_connection_arn: ::String
|
117635
|
+
) -> _UpdateActionConnectorResponseSuccess
|
117636
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateActionConnectorResponseSuccess
|
117637
|
+
|
117638
|
+
interface _UpdateActionConnectorPermissionsResponseSuccess
|
117639
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::UpdateActionConnectorPermissionsResponse]
|
117640
|
+
def arn: () -> ::String
|
117641
|
+
def action_connector_id: () -> ::String
|
117642
|
+
def request_id: () -> ::String
|
117643
|
+
def status: () -> ::Integer
|
117644
|
+
def permissions: () -> ::Array[Types::ResourcePermission]
|
117645
|
+
end
|
117646
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/QuickSight/Client.html#update_action_connector_permissions-instance_method
|
117647
|
+
def update_action_connector_permissions: (
|
117648
|
+
aws_account_id: ::String,
|
117649
|
+
action_connector_id: ::String,
|
117650
|
+
?grant_permissions: Array[
|
117651
|
+
{
|
117652
|
+
principal: ::String,
|
117653
|
+
actions: Array[::String]
|
117654
|
+
},
|
117655
|
+
],
|
117656
|
+
?revoke_permissions: Array[
|
117657
|
+
{
|
117658
|
+
principal: ::String,
|
117659
|
+
actions: Array[::String]
|
117660
|
+
},
|
117661
|
+
]
|
117662
|
+
) -> _UpdateActionConnectorPermissionsResponseSuccess
|
117663
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateActionConnectorPermissionsResponseSuccess
|
117664
|
+
|
117247
117665
|
interface _UpdateAnalysisResponseSuccess
|
117248
117666
|
include ::Seahorse::Client::_ResponseSuccess[Types::UpdateAnalysisResponse]
|
117249
117667
|
def arn: () -> ::String
|
@@ -154658,6 +155076,24 @@ module Aws
|
|
154658
155076
|
background: ::String?
|
154659
155077
|
}?
|
154660
155078
|
}?,
|
155079
|
+
contextual_accent_palette: {
|
155080
|
+
connection: {
|
155081
|
+
foreground: ::String?,
|
155082
|
+
background: ::String?
|
155083
|
+
}?,
|
155084
|
+
visualization: {
|
155085
|
+
foreground: ::String?,
|
155086
|
+
background: ::String?
|
155087
|
+
}?,
|
155088
|
+
insight: {
|
155089
|
+
foreground: ::String?,
|
155090
|
+
background: ::String?
|
155091
|
+
}?,
|
155092
|
+
automation: {
|
155093
|
+
foreground: ::String?,
|
155094
|
+
background: ::String?
|
155095
|
+
}?
|
155096
|
+
}?,
|
154661
155097
|
brand_element_style: {
|
154662
155098
|
navbar_style: {
|
154663
155099
|
global_navbar: {
|
@@ -154756,7 +155192,19 @@ module Aws
|
|
154756
155192
|
export_to_excel_in_scheduled_reports: ("DENY")?,
|
154757
155193
|
include_content_in_scheduled_reports_email: ("DENY")?,
|
154758
155194
|
dashboard: ("DENY")?,
|
154759
|
-
analysis: ("DENY")
|
155195
|
+
analysis: ("DENY")?,
|
155196
|
+
automate: ("DENY")?,
|
155197
|
+
flow: ("DENY")?,
|
155198
|
+
publish_without_approval: ("DENY")?,
|
155199
|
+
use_bedrock_models: ("DENY")?,
|
155200
|
+
perform_flow_ui_task: ("DENY")?,
|
155201
|
+
use_agent_web_search: ("DENY")?,
|
155202
|
+
knowledge_base: ("DENY")?,
|
155203
|
+
action: ("DENY")?,
|
155204
|
+
space: ("DENY")?,
|
155205
|
+
chat_agent: ("DENY")?,
|
155206
|
+
create_chat_agents: ("DENY")?,
|
155207
|
+
research: ("DENY")?
|
154760
155208
|
}
|
154761
155209
|
) -> _UpdateCustomPermissionsResponseSuccess
|
154762
155210
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateCustomPermissionsResponseSuccess
|
@@ -154852,6 +155300,9 @@ module Aws
|
|
154852
155300
|
data_qa_enabled_option: {
|
154853
155301
|
availability_status: ("ENABLED" | "DISABLED")?
|
154854
155302
|
}?,
|
155303
|
+
quick_suite_actions_option: {
|
155304
|
+
availability_status: ("ENABLED" | "DISABLED")?
|
155305
|
+
}?,
|
154855
155306
|
executive_summary_option: {
|
154856
155307
|
availability_status: ("ENABLED" | "DISABLED")?
|
154857
155308
|
}?,
|
@@ -192553,6 +193004,11 @@ module Aws
|
|
192553
193004
|
},
|
192554
193005
|
role_arn: ::String?
|
192555
193006
|
}?,
|
193007
|
+
s3_knowledge_base_parameters: {
|
193008
|
+
role_arn: ::String?,
|
193009
|
+
bucket_url: ::String,
|
193010
|
+
metadata_files_location: ::String?
|
193011
|
+
}?,
|
192556
193012
|
service_now_parameters: {
|
192557
193013
|
site_base_url: ::String
|
192558
193014
|
}?,
|
@@ -192634,6 +193090,22 @@ module Aws
|
|
192634
193090
|
}?,
|
192635
193091
|
custom_connection_parameters: {
|
192636
193092
|
connection_type: ::String?
|
193093
|
+
}?,
|
193094
|
+
web_crawler_parameters: {
|
193095
|
+
web_crawler_auth_type: ("NO_AUTH" | "BASIC_AUTH" | "FORM" | "SAML"),
|
193096
|
+
username_field_xpath: ::String?,
|
193097
|
+
password_field_xpath: ::String?,
|
193098
|
+
username_button_xpath: ::String?,
|
193099
|
+
password_button_xpath: ::String?,
|
193100
|
+
login_page_url: ::String?,
|
193101
|
+
web_proxy_host_name: ::String?,
|
193102
|
+
web_proxy_port_number: ::Integer?
|
193103
|
+
}?,
|
193104
|
+
confluence_parameters: {
|
193105
|
+
confluence_url: ::String
|
193106
|
+
}?,
|
193107
|
+
q_business_parameters: {
|
193108
|
+
application_arn: ::String
|
192637
193109
|
}?
|
192638
193110
|
},
|
192639
193111
|
?credentials: {
|
@@ -192720,6 +193192,11 @@ module Aws
|
|
192720
193192
|
},
|
192721
193193
|
role_arn: ::String?
|
192722
193194
|
}?,
|
193195
|
+
s3_knowledge_base_parameters: {
|
193196
|
+
role_arn: ::String?,
|
193197
|
+
bucket_url: ::String,
|
193198
|
+
metadata_files_location: ::String?
|
193199
|
+
}?,
|
192723
193200
|
service_now_parameters: {
|
192724
193201
|
site_base_url: ::String
|
192725
193202
|
}?,
|
@@ -192801,12 +193278,32 @@ module Aws
|
|
192801
193278
|
}?,
|
192802
193279
|
custom_connection_parameters: {
|
192803
193280
|
connection_type: ::String?
|
193281
|
+
}?,
|
193282
|
+
web_crawler_parameters: {
|
193283
|
+
web_crawler_auth_type: ("NO_AUTH" | "BASIC_AUTH" | "FORM" | "SAML"),
|
193284
|
+
username_field_xpath: ::String?,
|
193285
|
+
password_field_xpath: ::String?,
|
193286
|
+
username_button_xpath: ::String?,
|
193287
|
+
password_button_xpath: ::String?,
|
193288
|
+
login_page_url: ::String?,
|
193289
|
+
web_proxy_host_name: ::String?,
|
193290
|
+
web_proxy_port_number: ::Integer?
|
193291
|
+
}?,
|
193292
|
+
confluence_parameters: {
|
193293
|
+
confluence_url: ::String
|
193294
|
+
}?,
|
193295
|
+
q_business_parameters: {
|
193296
|
+
application_arn: ::String
|
192804
193297
|
}?
|
192805
193298
|
},
|
192806
193299
|
]?
|
192807
193300
|
}?,
|
192808
193301
|
copy_source_arn: ::String?,
|
192809
|
-
secret_arn: ::String
|
193302
|
+
secret_arn: ::String?,
|
193303
|
+
web_proxy_credentials: {
|
193304
|
+
web_proxy_username: ::String,
|
193305
|
+
web_proxy_password: ::String
|
193306
|
+
}?
|
192810
193307
|
},
|
192811
193308
|
?vpc_connection_properties: {
|
192812
193309
|
vpc_connection_arn: ::String
|
@@ -192856,6 +193353,33 @@ module Aws
|
|
192856
193353
|
) -> _UpdateDefaultQBusinessApplicationResponseSuccess
|
192857
193354
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateDefaultQBusinessApplicationResponseSuccess
|
192858
193355
|
|
193356
|
+
interface _UpdateFlowPermissionsResponseSuccess
|
193357
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::UpdateFlowPermissionsOutput]
|
193358
|
+
def status: () -> ::Integer
|
193359
|
+
def arn: () -> ::String
|
193360
|
+
def permissions: () -> ::Array[Types::Permission]
|
193361
|
+
def request_id: () -> ::String
|
193362
|
+
def flow_id: () -> ::String
|
193363
|
+
end
|
193364
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/QuickSight/Client.html#update_flow_permissions-instance_method
|
193365
|
+
def update_flow_permissions: (
|
193366
|
+
aws_account_id: ::String,
|
193367
|
+
flow_id: ::String,
|
193368
|
+
?grant_permissions: Array[
|
193369
|
+
{
|
193370
|
+
actions: Array[::String],
|
193371
|
+
principal: ::String
|
193372
|
+
},
|
193373
|
+
],
|
193374
|
+
?revoke_permissions: Array[
|
193375
|
+
{
|
193376
|
+
actions: Array[::String],
|
193377
|
+
principal: ::String
|
193378
|
+
},
|
193379
|
+
]
|
193380
|
+
) -> _UpdateFlowPermissionsResponseSuccess
|
193381
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateFlowPermissionsResponseSuccess
|
193382
|
+
|
192859
193383
|
interface _UpdateFolderResponseSuccess
|
192860
193384
|
include ::Seahorse::Client::_ResponseSuccess[Types::UpdateFolderResponse]
|
192861
193385
|
def status: () -> ::Integer
|