aws-sdk-quicksight 1.176.0 → 1.177.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b5b500cb6bd9c5c3cc16ff808133f2747472a5cc37131db652f085ba9e2b9f95
4
- data.tar.gz: 4ec6688f12884beb265c0cda1b1ca12fde9f98b418cce222fc1f0e8f70bc6721
3
+ metadata.gz: 912bd549846593f657fa0cbce6ffdcc5e1c6be46847f54782563974fb5e82d49
4
+ data.tar.gz: '08c60e7da2e5704b3e06bda5b4f728f4e244ea4078c20b711f887a8a85d02c1b'
5
5
  SHA512:
6
- metadata.gz: 12a93c732865558575f27eb0804496ee970102248ff73dda91f881329aa6beb1eaa08b0165d32e5e06a4539091f8e480f4bc6b8b2535af9e7412c3ca35f809db
7
- data.tar.gz: 7cc779ff4755e2da3c8afc7f68f4845ceb2fcb02688f117835d6eb62eb44bd9f815e6f830bd0fac928d51f83293cd65cb700514c261de6f63c3a7d5eaae102a2
6
+ metadata.gz: b820cc4fbec3612a343aaccc98dd5ac5aa80d7c8661ee2be68dd45671e1bf8cac247b7d1d0b31dfde9676cfec0cff01a86570b7a5555b2b0737bd08754b81e59
7
+ data.tar.gz: 5befe4e02ac5fc3c773b383f3e6dcb4dabb765d8de3d6fa281225f930be25250f493f17659199e50a2e9307805308b6964f2202f7d63428844b87a02a8914c61
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.177.0 (2026-03-31)
5
+ ------------------
6
+
7
+ * Feature - Adds StartAutomationJob and DescribeAutomationJob APIs for automation jobs. Adds three custom permission capabilities that allow admins to control whether users can manage Spaces and chat agents. Adds an OAuthClientCredentials structure to provide OAuth 2.0 client credentials inline to data sources.
8
+
4
9
  1.176.0 (2026-03-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.176.0
1
+ 1.177.0
@@ -2410,8 +2410,11 @@ module Aws::QuickSight
2410
2410
  # build_calculated_field_with_q: "DENY", # accepts DENY
2411
2411
  # create_dashboard_executive_summary_with_q: "DENY", # accepts DENY
2412
2412
  # space: "DENY", # accepts DENY
2413
+ # create_spaces: "DENY", # accepts DENY
2414
+ # share_spaces: "DENY", # accepts DENY
2413
2415
  # chat_agent: "DENY", # accepts DENY
2414
2416
  # create_chat_agents: "DENY", # accepts DENY
2417
+ # share_chat_agents: "DENY", # accepts DENY
2415
2418
  # research: "DENY", # accepts DENY
2416
2419
  # self_upgrade_user_role: "DENY", # accepts DENY
2417
2420
  # extension: "DENY", # accepts DENY
@@ -3549,7 +3552,7 @@ module Aws::QuickSight
3549
3552
  # host: "Host", # required
3550
3553
  # database: "Database", # required
3551
3554
  # warehouse: "Warehouse", # required
3552
- # authentication_type: "PASSWORD", # accepts PASSWORD, TOKEN, X509
3555
+ # authentication_type: "PASSWORD", # accepts PASSWORD, KEYPAIR, TOKEN, X509
3553
3556
  # database_access_control_role: "DatabaseAccessControlRole",
3554
3557
  # o_auth_parameters: {
3555
3558
  # token_provider_url: "TokenProviderUrl", # required
@@ -3596,7 +3599,7 @@ module Aws::QuickSight
3596
3599
  # catalog: "Catalog", # required
3597
3600
  # product_type: "GALAXY", # accepts GALAXY, ENTERPRISE
3598
3601
  # database_access_control_role: "DatabaseAccessControlRole",
3599
- # authentication_type: "PASSWORD", # accepts PASSWORD, TOKEN, X509
3602
+ # authentication_type: "PASSWORD", # accepts PASSWORD, KEYPAIR, TOKEN, X509
3600
3603
  # o_auth_parameters: {
3601
3604
  # token_provider_url: "TokenProviderUrl", # required
3602
3605
  # o_auth_scope: "OAuthScope",
@@ -3737,7 +3740,7 @@ module Aws::QuickSight
3737
3740
  # host: "Host", # required
3738
3741
  # database: "Database", # required
3739
3742
  # warehouse: "Warehouse", # required
3740
- # authentication_type: "PASSWORD", # accepts PASSWORD, TOKEN, X509
3743
+ # authentication_type: "PASSWORD", # accepts PASSWORD, KEYPAIR, TOKEN, X509
3741
3744
  # database_access_control_role: "DatabaseAccessControlRole",
3742
3745
  # o_auth_parameters: {
3743
3746
  # token_provider_url: "TokenProviderUrl", # required
@@ -3784,7 +3787,7 @@ module Aws::QuickSight
3784
3787
  # catalog: "Catalog", # required
3785
3788
  # product_type: "GALAXY", # accepts GALAXY, ENTERPRISE
3786
3789
  # database_access_control_role: "DatabaseAccessControlRole",
3787
- # authentication_type: "PASSWORD", # accepts PASSWORD, TOKEN, X509
3790
+ # authentication_type: "PASSWORD", # accepts PASSWORD, KEYPAIR, TOKEN, X509
3788
3791
  # o_auth_parameters: {
3789
3792
  # token_provider_url: "TokenProviderUrl", # required
3790
3793
  # o_auth_scope: "OAuthScope",
@@ -3842,6 +3845,11 @@ module Aws::QuickSight
3842
3845
  # web_proxy_username: "DbUsername", # required
3843
3846
  # web_proxy_password: "Password", # required
3844
3847
  # },
3848
+ # o_auth_client_credentials: {
3849
+ # client_id: "OAuthClientId",
3850
+ # client_secret: "OAuthClientSecret",
3851
+ # username: "OAuthUsername",
3852
+ # },
3845
3853
  # },
3846
3854
  # permissions: [
3847
3855
  # {
@@ -7490,7 +7498,7 @@ module Aws::QuickSight
7490
7498
  # resp.override_parameters.data_sources[0].data_source_parameters.snowflake_parameters.host #=> String
7491
7499
  # resp.override_parameters.data_sources[0].data_source_parameters.snowflake_parameters.database #=> String
7492
7500
  # resp.override_parameters.data_sources[0].data_source_parameters.snowflake_parameters.warehouse #=> String
7493
- # resp.override_parameters.data_sources[0].data_source_parameters.snowflake_parameters.authentication_type #=> String, one of "PASSWORD", "TOKEN", "X509"
7501
+ # resp.override_parameters.data_sources[0].data_source_parameters.snowflake_parameters.authentication_type #=> String, one of "PASSWORD", "KEYPAIR", "TOKEN", "X509"
7494
7502
  # resp.override_parameters.data_sources[0].data_source_parameters.snowflake_parameters.database_access_control_role #=> String
7495
7503
  # resp.override_parameters.data_sources[0].data_source_parameters.snowflake_parameters.o_auth_parameters.token_provider_url #=> String
7496
7504
  # resp.override_parameters.data_sources[0].data_source_parameters.snowflake_parameters.o_auth_parameters.o_auth_scope #=> String
@@ -7517,7 +7525,7 @@ module Aws::QuickSight
7517
7525
  # resp.override_parameters.data_sources[0].data_source_parameters.starburst_parameters.catalog #=> String
7518
7526
  # resp.override_parameters.data_sources[0].data_source_parameters.starburst_parameters.product_type #=> String, one of "GALAXY", "ENTERPRISE"
7519
7527
  # resp.override_parameters.data_sources[0].data_source_parameters.starburst_parameters.database_access_control_role #=> String
7520
- # resp.override_parameters.data_sources[0].data_source_parameters.starburst_parameters.authentication_type #=> String, one of "PASSWORD", "TOKEN", "X509"
7528
+ # resp.override_parameters.data_sources[0].data_source_parameters.starburst_parameters.authentication_type #=> String, one of "PASSWORD", "KEYPAIR", "TOKEN", "X509"
7521
7529
  # resp.override_parameters.data_sources[0].data_source_parameters.starburst_parameters.o_auth_parameters.token_provider_url #=> String
7522
7530
  # resp.override_parameters.data_sources[0].data_source_parameters.starburst_parameters.o_auth_parameters.o_auth_scope #=> String
7523
7531
  # resp.override_parameters.data_sources[0].data_source_parameters.starburst_parameters.o_auth_parameters.identity_provider_vpc_connection_properties.vpc_connection_arn #=> String
@@ -7672,6 +7680,75 @@ module Aws::QuickSight
7672
7680
  req.send_request(options)
7673
7681
  end
7674
7682
 
7683
+ # Retrieves the status and details of a specified automation job,
7684
+ # including its status and outputs.
7685
+ #
7686
+ # @option params [required, String] :aws_account_id
7687
+ # The ID of the Amazon Web Services account that contains the automation
7688
+ # job.
7689
+ #
7690
+ # @option params [required, String] :automation_group_id
7691
+ # The ID of the automation group that contains the automation.
7692
+ #
7693
+ # @option params [required, String] :automation_id
7694
+ # The ID of the automation that the job belongs to.
7695
+ #
7696
+ # @option params [Boolean] :include_input_payload
7697
+ # A Boolean value that indicates whether to include the input payload in
7698
+ # the response. If set to `true`, the input payload will be included. If
7699
+ # set to `false`, the input payload will be returned as `null`.
7700
+ #
7701
+ # @option params [Boolean] :include_output_payload
7702
+ # A Boolean value that indicates whether to include the output payload
7703
+ # in the response. If set to `true`, the output payload will be
7704
+ # included. If set to `false`, the output payload will be returned as
7705
+ # `null`.
7706
+ #
7707
+ # @option params [required, String] :job_id
7708
+ # The ID of the automation job to describe.
7709
+ #
7710
+ # @return [Types::DescribeAutomationJobResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
7711
+ #
7712
+ # * {Types::DescribeAutomationJobResponse#arn #arn} => String
7713
+ # * {Types::DescribeAutomationJobResponse#created_at #created_at} => Time
7714
+ # * {Types::DescribeAutomationJobResponse#started_at #started_at} => Time
7715
+ # * {Types::DescribeAutomationJobResponse#ended_at #ended_at} => Time
7716
+ # * {Types::DescribeAutomationJobResponse#job_status #job_status} => String
7717
+ # * {Types::DescribeAutomationJobResponse#input_payload #input_payload} => String
7718
+ # * {Types::DescribeAutomationJobResponse#output_payload #output_payload} => String
7719
+ # * {Types::DescribeAutomationJobResponse#request_id #request_id} => String
7720
+ #
7721
+ # @example Request syntax with placeholder values
7722
+ #
7723
+ # resp = client.describe_automation_job({
7724
+ # aws_account_id: "AwsAccountId", # required
7725
+ # automation_group_id: "AutomateId", # required
7726
+ # automation_id: "AutomateId", # required
7727
+ # include_input_payload: false,
7728
+ # include_output_payload: false,
7729
+ # job_id: "AutomateId", # required
7730
+ # })
7731
+ #
7732
+ # @example Response structure
7733
+ #
7734
+ # resp.arn #=> String
7735
+ # resp.created_at #=> Time
7736
+ # resp.started_at #=> Time
7737
+ # resp.ended_at #=> Time
7738
+ # resp.job_status #=> String, one of "FAILED", "RUNNING", "SUCCEEDED", "QUEUED", "STOPPED"
7739
+ # resp.input_payload #=> String
7740
+ # resp.output_payload #=> String
7741
+ # resp.request_id #=> String
7742
+ #
7743
+ # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DescribeAutomationJob AWS API Documentation
7744
+ #
7745
+ # @overload describe_automation_job(params = {})
7746
+ # @param [Hash] params ({})
7747
+ def describe_automation_job(params = {}, options = {})
7748
+ req = build_request(:describe_automation_job, params)
7749
+ req.send_request(options)
7750
+ end
7751
+
7675
7752
  # Describes a brand.
7676
7753
  #
7677
7754
  # @option params [required, String] :aws_account_id
@@ -8144,8 +8221,11 @@ module Aws::QuickSight
8144
8221
  # resp.custom_permissions.capabilities.build_calculated_field_with_q #=> String, one of "DENY"
8145
8222
  # resp.custom_permissions.capabilities.create_dashboard_executive_summary_with_q #=> String, one of "DENY"
8146
8223
  # resp.custom_permissions.capabilities.space #=> String, one of "DENY"
8224
+ # resp.custom_permissions.capabilities.create_spaces #=> String, one of "DENY"
8225
+ # resp.custom_permissions.capabilities.share_spaces #=> String, one of "DENY"
8147
8226
  # resp.custom_permissions.capabilities.chat_agent #=> String, one of "DENY"
8148
8227
  # resp.custom_permissions.capabilities.create_chat_agents #=> String, one of "DENY"
8228
+ # resp.custom_permissions.capabilities.share_chat_agents #=> String, one of "DENY"
8149
8229
  # resp.custom_permissions.capabilities.research #=> String, one of "DENY"
8150
8230
  # resp.custom_permissions.capabilities.self_upgrade_user_role #=> String, one of "DENY"
8151
8231
  # resp.custom_permissions.capabilities.extension #=> String, one of "DENY"
@@ -9196,7 +9276,7 @@ module Aws::QuickSight
9196
9276
  # resp.data_source.data_source_parameters.snowflake_parameters.host #=> String
9197
9277
  # resp.data_source.data_source_parameters.snowflake_parameters.database #=> String
9198
9278
  # resp.data_source.data_source_parameters.snowflake_parameters.warehouse #=> String
9199
- # resp.data_source.data_source_parameters.snowflake_parameters.authentication_type #=> String, one of "PASSWORD", "TOKEN", "X509"
9279
+ # resp.data_source.data_source_parameters.snowflake_parameters.authentication_type #=> String, one of "PASSWORD", "KEYPAIR", "TOKEN", "X509"
9200
9280
  # resp.data_source.data_source_parameters.snowflake_parameters.database_access_control_role #=> String
9201
9281
  # resp.data_source.data_source_parameters.snowflake_parameters.o_auth_parameters.token_provider_url #=> String
9202
9282
  # resp.data_source.data_source_parameters.snowflake_parameters.o_auth_parameters.o_auth_scope #=> String
@@ -9223,7 +9303,7 @@ module Aws::QuickSight
9223
9303
  # resp.data_source.data_source_parameters.starburst_parameters.catalog #=> String
9224
9304
  # resp.data_source.data_source_parameters.starburst_parameters.product_type #=> String, one of "GALAXY", "ENTERPRISE"
9225
9305
  # resp.data_source.data_source_parameters.starburst_parameters.database_access_control_role #=> String
9226
- # resp.data_source.data_source_parameters.starburst_parameters.authentication_type #=> String, one of "PASSWORD", "TOKEN", "X509"
9306
+ # resp.data_source.data_source_parameters.starburst_parameters.authentication_type #=> String, one of "PASSWORD", "KEYPAIR", "TOKEN", "X509"
9227
9307
  # resp.data_source.data_source_parameters.starburst_parameters.o_auth_parameters.token_provider_url #=> String
9228
9308
  # resp.data_source.data_source_parameters.starburst_parameters.o_auth_parameters.o_auth_scope #=> String
9229
9309
  # resp.data_source.data_source_parameters.starburst_parameters.o_auth_parameters.identity_provider_vpc_connection_properties.vpc_connection_arn #=> String
@@ -9299,7 +9379,7 @@ module Aws::QuickSight
9299
9379
  # resp.data_source.alternate_data_source_parameters[0].snowflake_parameters.host #=> String
9300
9380
  # resp.data_source.alternate_data_source_parameters[0].snowflake_parameters.database #=> String
9301
9381
  # resp.data_source.alternate_data_source_parameters[0].snowflake_parameters.warehouse #=> String
9302
- # resp.data_source.alternate_data_source_parameters[0].snowflake_parameters.authentication_type #=> String, one of "PASSWORD", "TOKEN", "X509"
9382
+ # resp.data_source.alternate_data_source_parameters[0].snowflake_parameters.authentication_type #=> String, one of "PASSWORD", "KEYPAIR", "TOKEN", "X509"
9303
9383
  # resp.data_source.alternate_data_source_parameters[0].snowflake_parameters.database_access_control_role #=> String
9304
9384
  # resp.data_source.alternate_data_source_parameters[0].snowflake_parameters.o_auth_parameters.token_provider_url #=> String
9305
9385
  # resp.data_source.alternate_data_source_parameters[0].snowflake_parameters.o_auth_parameters.o_auth_scope #=> String
@@ -9326,7 +9406,7 @@ module Aws::QuickSight
9326
9406
  # resp.data_source.alternate_data_source_parameters[0].starburst_parameters.catalog #=> String
9327
9407
  # resp.data_source.alternate_data_source_parameters[0].starburst_parameters.product_type #=> String, one of "GALAXY", "ENTERPRISE"
9328
9408
  # resp.data_source.alternate_data_source_parameters[0].starburst_parameters.database_access_control_role #=> String
9329
- # resp.data_source.alternate_data_source_parameters[0].starburst_parameters.authentication_type #=> String, one of "PASSWORD", "TOKEN", "X509"
9409
+ # resp.data_source.alternate_data_source_parameters[0].starburst_parameters.authentication_type #=> String, one of "PASSWORD", "KEYPAIR", "TOKEN", "X509"
9330
9410
  # resp.data_source.alternate_data_source_parameters[0].starburst_parameters.o_auth_parameters.token_provider_url #=> String
9331
9411
  # resp.data_source.alternate_data_source_parameters[0].starburst_parameters.o_auth_parameters.o_auth_scope #=> String
9332
9412
  # resp.data_source.alternate_data_source_parameters[0].starburst_parameters.o_auth_parameters.identity_provider_vpc_connection_properties.vpc_connection_arn #=> String
@@ -12557,8 +12637,11 @@ module Aws::QuickSight
12557
12637
  # resp.custom_permissions_list[0].capabilities.build_calculated_field_with_q #=> String, one of "DENY"
12558
12638
  # resp.custom_permissions_list[0].capabilities.create_dashboard_executive_summary_with_q #=> String, one of "DENY"
12559
12639
  # resp.custom_permissions_list[0].capabilities.space #=> String, one of "DENY"
12640
+ # resp.custom_permissions_list[0].capabilities.create_spaces #=> String, one of "DENY"
12641
+ # resp.custom_permissions_list[0].capabilities.share_spaces #=> String, one of "DENY"
12560
12642
  # resp.custom_permissions_list[0].capabilities.chat_agent #=> String, one of "DENY"
12561
12643
  # resp.custom_permissions_list[0].capabilities.create_chat_agents #=> String, one of "DENY"
12644
+ # resp.custom_permissions_list[0].capabilities.share_chat_agents #=> String, one of "DENY"
12562
12645
  # resp.custom_permissions_list[0].capabilities.research #=> String, one of "DENY"
12563
12646
  # resp.custom_permissions_list[0].capabilities.self_upgrade_user_role #=> String, one of "DENY"
12564
12647
  # resp.custom_permissions_list[0].capabilities.extension #=> String, one of "DENY"
@@ -12844,7 +12927,7 @@ module Aws::QuickSight
12844
12927
  # resp.data_sources[0].data_source_parameters.snowflake_parameters.host #=> String
12845
12928
  # resp.data_sources[0].data_source_parameters.snowflake_parameters.database #=> String
12846
12929
  # resp.data_sources[0].data_source_parameters.snowflake_parameters.warehouse #=> String
12847
- # resp.data_sources[0].data_source_parameters.snowflake_parameters.authentication_type #=> String, one of "PASSWORD", "TOKEN", "X509"
12930
+ # resp.data_sources[0].data_source_parameters.snowflake_parameters.authentication_type #=> String, one of "PASSWORD", "KEYPAIR", "TOKEN", "X509"
12848
12931
  # resp.data_sources[0].data_source_parameters.snowflake_parameters.database_access_control_role #=> String
12849
12932
  # resp.data_sources[0].data_source_parameters.snowflake_parameters.o_auth_parameters.token_provider_url #=> String
12850
12933
  # resp.data_sources[0].data_source_parameters.snowflake_parameters.o_auth_parameters.o_auth_scope #=> String
@@ -12871,7 +12954,7 @@ module Aws::QuickSight
12871
12954
  # resp.data_sources[0].data_source_parameters.starburst_parameters.catalog #=> String
12872
12955
  # resp.data_sources[0].data_source_parameters.starburst_parameters.product_type #=> String, one of "GALAXY", "ENTERPRISE"
12873
12956
  # resp.data_sources[0].data_source_parameters.starburst_parameters.database_access_control_role #=> String
12874
- # resp.data_sources[0].data_source_parameters.starburst_parameters.authentication_type #=> String, one of "PASSWORD", "TOKEN", "X509"
12957
+ # resp.data_sources[0].data_source_parameters.starburst_parameters.authentication_type #=> String, one of "PASSWORD", "KEYPAIR", "TOKEN", "X509"
12875
12958
  # resp.data_sources[0].data_source_parameters.starburst_parameters.o_auth_parameters.token_provider_url #=> String
12876
12959
  # resp.data_sources[0].data_source_parameters.starburst_parameters.o_auth_parameters.o_auth_scope #=> String
12877
12960
  # resp.data_sources[0].data_source_parameters.starburst_parameters.o_auth_parameters.identity_provider_vpc_connection_properties.vpc_connection_arn #=> String
@@ -12947,7 +13030,7 @@ module Aws::QuickSight
12947
13030
  # resp.data_sources[0].alternate_data_source_parameters[0].snowflake_parameters.host #=> String
12948
13031
  # resp.data_sources[0].alternate_data_source_parameters[0].snowflake_parameters.database #=> String
12949
13032
  # resp.data_sources[0].alternate_data_source_parameters[0].snowflake_parameters.warehouse #=> String
12950
- # resp.data_sources[0].alternate_data_source_parameters[0].snowflake_parameters.authentication_type #=> String, one of "PASSWORD", "TOKEN", "X509"
13033
+ # resp.data_sources[0].alternate_data_source_parameters[0].snowflake_parameters.authentication_type #=> String, one of "PASSWORD", "KEYPAIR", "TOKEN", "X509"
12951
13034
  # resp.data_sources[0].alternate_data_source_parameters[0].snowflake_parameters.database_access_control_role #=> String
12952
13035
  # resp.data_sources[0].alternate_data_source_parameters[0].snowflake_parameters.o_auth_parameters.token_provider_url #=> String
12953
13036
  # resp.data_sources[0].alternate_data_source_parameters[0].snowflake_parameters.o_auth_parameters.o_auth_scope #=> String
@@ -12974,7 +13057,7 @@ module Aws::QuickSight
12974
13057
  # resp.data_sources[0].alternate_data_source_parameters[0].starburst_parameters.catalog #=> String
12975
13058
  # resp.data_sources[0].alternate_data_source_parameters[0].starburst_parameters.product_type #=> String, one of "GALAXY", "ENTERPRISE"
12976
13059
  # resp.data_sources[0].alternate_data_source_parameters[0].starburst_parameters.database_access_control_role #=> String
12977
- # resp.data_sources[0].alternate_data_source_parameters[0].starburst_parameters.authentication_type #=> String, one of "PASSWORD", "TOKEN", "X509"
13060
+ # resp.data_sources[0].alternate_data_source_parameters[0].starburst_parameters.authentication_type #=> String, one of "PASSWORD", "KEYPAIR", "TOKEN", "X509"
12978
13061
  # resp.data_sources[0].alternate_data_source_parameters[0].starburst_parameters.o_auth_parameters.token_provider_url #=> String
12979
13062
  # resp.data_sources[0].alternate_data_source_parameters[0].starburst_parameters.o_auth_parameters.o_auth_scope #=> String
12980
13063
  # resp.data_sources[0].alternate_data_source_parameters[0].starburst_parameters.o_auth_parameters.identity_provider_vpc_connection_properties.vpc_connection_arn #=> String
@@ -16299,7 +16382,7 @@ module Aws::QuickSight
16299
16382
  # host: "Host", # required
16300
16383
  # database: "Database", # required
16301
16384
  # warehouse: "Warehouse", # required
16302
- # authentication_type: "PASSWORD", # accepts PASSWORD, TOKEN, X509
16385
+ # authentication_type: "PASSWORD", # accepts PASSWORD, KEYPAIR, TOKEN, X509
16303
16386
  # database_access_control_role: "DatabaseAccessControlRole",
16304
16387
  # o_auth_parameters: {
16305
16388
  # token_provider_url: "TokenProviderUrl", # required
@@ -16346,7 +16429,7 @@ module Aws::QuickSight
16346
16429
  # catalog: "Catalog", # required
16347
16430
  # product_type: "GALAXY", # accepts GALAXY, ENTERPRISE
16348
16431
  # database_access_control_role: "DatabaseAccessControlRole",
16349
- # authentication_type: "PASSWORD", # accepts PASSWORD, TOKEN, X509
16432
+ # authentication_type: "PASSWORD", # accepts PASSWORD, KEYPAIR, TOKEN, X509
16350
16433
  # o_auth_parameters: {
16351
16434
  # token_provider_url: "TokenProviderUrl", # required
16352
16435
  # o_auth_scope: "OAuthScope",
@@ -16617,6 +16700,54 @@ module Aws::QuickSight
16617
16700
  req.send_request(options)
16618
16701
  end
16619
16702
 
16703
+ # Starts a new job for a specified automation. The job runs the
16704
+ # automation with the provided input payload.
16705
+ #
16706
+ # @option params [required, String] :aws_account_id
16707
+ # The ID of the Amazon Web Services account that contains the
16708
+ # automation.
16709
+ #
16710
+ # @option params [required, String] :automation_group_id
16711
+ # The ID of the automation group that contains the automation to run.
16712
+ #
16713
+ # @option params [required, String] :automation_id
16714
+ # The ID of the automation to run.
16715
+ #
16716
+ # @option params [String] :input_payload
16717
+ # The input payload for the automation job, provided as a JSON string.
16718
+ #
16719
+ # @return [Types::StartAutomationJobResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
16720
+ #
16721
+ # * {Types::StartAutomationJobResponse#arn #arn} => String
16722
+ # * {Types::StartAutomationJobResponse#job_id #job_id} => String
16723
+ # * {Types::StartAutomationJobResponse#status #status} => Integer
16724
+ # * {Types::StartAutomationJobResponse#request_id #request_id} => String
16725
+ #
16726
+ # @example Request syntax with placeholder values
16727
+ #
16728
+ # resp = client.start_automation_job({
16729
+ # aws_account_id: "AwsAccountId", # required
16730
+ # automation_group_id: "AutomateId", # required
16731
+ # automation_id: "AutomateId", # required
16732
+ # input_payload: "SensitiveIOPayload",
16733
+ # })
16734
+ #
16735
+ # @example Response structure
16736
+ #
16737
+ # resp.arn #=> String
16738
+ # resp.job_id #=> String
16739
+ # resp.status #=> Integer
16740
+ # resp.request_id #=> String
16741
+ #
16742
+ # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/StartAutomationJob AWS API Documentation
16743
+ #
16744
+ # @overload start_automation_job(params = {})
16745
+ # @param [Hash] params ({})
16746
+ def start_automation_job(params = {}, options = {})
16747
+ req = build_request(:start_automation_job, params)
16748
+ req.send_request(options)
16749
+ end
16750
+
16620
16751
  # Starts an asynchronous job that generates a snapshot of a dashboard's
16621
16752
  # output. You can request one or several of the following format
16622
16753
  # configurations in each API call.
@@ -18075,8 +18206,11 @@ module Aws::QuickSight
18075
18206
  # build_calculated_field_with_q: "DENY", # accepts DENY
18076
18207
  # create_dashboard_executive_summary_with_q: "DENY", # accepts DENY
18077
18208
  # space: "DENY", # accepts DENY
18209
+ # create_spaces: "DENY", # accepts DENY
18210
+ # share_spaces: "DENY", # accepts DENY
18078
18211
  # chat_agent: "DENY", # accepts DENY
18079
18212
  # create_chat_agents: "DENY", # accepts DENY
18213
+ # share_chat_agents: "DENY", # accepts DENY
18080
18214
  # research: "DENY", # accepts DENY
18081
18215
  # self_upgrade_user_role: "DENY", # accepts DENY
18082
18216
  # extension: "DENY", # accepts DENY
@@ -19402,7 +19536,7 @@ module Aws::QuickSight
19402
19536
  # host: "Host", # required
19403
19537
  # database: "Database", # required
19404
19538
  # warehouse: "Warehouse", # required
19405
- # authentication_type: "PASSWORD", # accepts PASSWORD, TOKEN, X509
19539
+ # authentication_type: "PASSWORD", # accepts PASSWORD, KEYPAIR, TOKEN, X509
19406
19540
  # database_access_control_role: "DatabaseAccessControlRole",
19407
19541
  # o_auth_parameters: {
19408
19542
  # token_provider_url: "TokenProviderUrl", # required
@@ -19449,7 +19583,7 @@ module Aws::QuickSight
19449
19583
  # catalog: "Catalog", # required
19450
19584
  # product_type: "GALAXY", # accepts GALAXY, ENTERPRISE
19451
19585
  # database_access_control_role: "DatabaseAccessControlRole",
19452
- # authentication_type: "PASSWORD", # accepts PASSWORD, TOKEN, X509
19586
+ # authentication_type: "PASSWORD", # accepts PASSWORD, KEYPAIR, TOKEN, X509
19453
19587
  # o_auth_parameters: {
19454
19588
  # token_provider_url: "TokenProviderUrl", # required
19455
19589
  # o_auth_scope: "OAuthScope",
@@ -19590,7 +19724,7 @@ module Aws::QuickSight
19590
19724
  # host: "Host", # required
19591
19725
  # database: "Database", # required
19592
19726
  # warehouse: "Warehouse", # required
19593
- # authentication_type: "PASSWORD", # accepts PASSWORD, TOKEN, X509
19727
+ # authentication_type: "PASSWORD", # accepts PASSWORD, KEYPAIR, TOKEN, X509
19594
19728
  # database_access_control_role: "DatabaseAccessControlRole",
19595
19729
  # o_auth_parameters: {
19596
19730
  # token_provider_url: "TokenProviderUrl", # required
@@ -19637,7 +19771,7 @@ module Aws::QuickSight
19637
19771
  # catalog: "Catalog", # required
19638
19772
  # product_type: "GALAXY", # accepts GALAXY, ENTERPRISE
19639
19773
  # database_access_control_role: "DatabaseAccessControlRole",
19640
- # authentication_type: "PASSWORD", # accepts PASSWORD, TOKEN, X509
19774
+ # authentication_type: "PASSWORD", # accepts PASSWORD, KEYPAIR, TOKEN, X509
19641
19775
  # o_auth_parameters: {
19642
19776
  # token_provider_url: "TokenProviderUrl", # required
19643
19777
  # o_auth_scope: "OAuthScope",
@@ -19695,6 +19829,11 @@ module Aws::QuickSight
19695
19829
  # web_proxy_username: "DbUsername", # required
19696
19830
  # web_proxy_password: "Password", # required
19697
19831
  # },
19832
+ # o_auth_client_credentials: {
19833
+ # client_id: "OAuthClientId",
19834
+ # client_secret: "OAuthClientSecret",
19835
+ # username: "OAuthUsername",
19836
+ # },
19698
19837
  # },
19699
19838
  # vpc_connection_properties: {
19700
19839
  # vpc_connection_arn: "Arn", # required
@@ -21890,7 +22029,7 @@ module Aws::QuickSight
21890
22029
  tracer: tracer
21891
22030
  )
21892
22031
  context[:gem_name] = 'aws-sdk-quicksight'
21893
- context[:gem_version] = '1.176.0'
22032
+ context[:gem_version] = '1.177.0'
21894
22033
  Seahorse::Client::Request.new(handlers, context)
21895
22034
  end
21896
22035