aws-sdk-quicksight 1.28.0 → 1.33.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b32d8920de8cedb139e55f011d16553fbccaaef823847085e97dc61ee007a6a4
4
- data.tar.gz: 3c66b2c594ff0f6093f649fb310b2cc01934b3d19597c264ca8892988f0d05b2
3
+ metadata.gz: 981e8055e88be8ba97985e11e937beb9ac5ac931b56288ee3e4ca1a86c99d4a1
4
+ data.tar.gz: b639120042c2d764dfa8bc5c7170a8878ad5e1f2bca54aa0ebd042a27481b6c9
5
5
  SHA512:
6
- metadata.gz: de1007d0aee4ff06790d054e7aef2da0817697cdee865d5ec6532cb3d9e1796b40f70f8bcc18a562934c5548bbc15f68e89165e7217358499798d47dd8738b0e
7
- data.tar.gz: 8d61b513f1a8c164fc8011c6afc6e3f4830d20e8294952ff7b56843ea1bd38c4ac9eaaf9d12a16c18342679af2aecbcd2afd0b811db61b305003288fe5501bb5
6
+ metadata.gz: ba5953796d50652402b1a5dd835cca44a3a7707afc07c0831f11d33c0ccd9ad1ec26d6b05079caa3cf5255c2680305504aa24273569141349d4e2149c162b846
7
+ data.tar.gz: dd93f636b5ed79a70fd68786a34500b6ff502dc15588ae75ba60a379969fd3a8640aee3db7e4b8b107e41d52bf8f84aeacff287837c603adab7832132cc61ad4
@@ -7,6 +7,7 @@
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
10
+
10
11
  require 'aws-sdk-core'
11
12
  require 'aws-sigv4'
12
13
 
@@ -47,6 +48,6 @@ require_relative 'aws-sdk-quicksight/customizations'
47
48
  # @!group service
48
49
  module Aws::QuickSight
49
50
 
50
- GEM_VERSION = '1.28.0'
51
+ GEM_VERSION = '1.33.0'
51
52
 
52
53
  end
@@ -374,7 +374,7 @@ module Aws::QuickSight
374
374
  # `CreateAccountCustomization` or `UpdateAccountCustomization` API
375
375
  # operation. To further customize QuickSight by removing QuickSight
376
376
  # sample assets and videos for all new users, see [Customizing
377
- # QuickSight][1] in the Amazon QuickSight User Guide.
377
+ # QuickSight][1] in the *Amazon QuickSight User Guide.*
378
378
  #
379
379
  # You can create customizations for your AWS account or, if you specify
380
380
  # a namespace, for a QuickSight namespace instead. Customizations that
@@ -382,10 +382,14 @@ module Aws::QuickSight
382
382
  # AWS account. To find out which customizations apply, use the
383
383
  # `DescribeAccountCustomization` API operation.
384
384
  #
385
- # Before you add a theme as the namespace default, make sure that you
386
- # first share the theme with the namespace. If you don't share it with
387
- # the namespace, the theme won't be visible to your users even if you
388
- # use this API operation to make it the default theme.
385
+ # Before you use the `CreateAccountCustomization` API operation to add a
386
+ # theme as the namespace default, make sure that you first share the
387
+ # theme with the namespace. If you don't share it with the namespace,
388
+ # the theme isn't visible to your users even if you make it the default
389
+ # theme. To check if the theme is shared, view the current permissions
390
+ # by using the ` DescribeThemePermissions ` API operation. To share the
391
+ # theme, grant permissions by using the ` UpdateThemePermissions ` API
392
+ # operation.
389
393
  #
390
394
  #
391
395
  #
@@ -402,16 +406,20 @@ module Aws::QuickSight
402
406
  # Region. You can add these to an AWS account and a QuickSight
403
407
  # namespace.
404
408
  #
405
- # For example, you could add a default theme by setting
409
+ # For example, you can add a default theme by setting
406
410
  # `AccountCustomization` to the midnight theme: `"AccountCustomization":
407
- # \{ "DefaultTheme": "arn:aws:quicksight::aws:theme/MIDNIGHT" \}. `. Or,
408
- # you could add a custom theme by specifying `"AccountCustomization": \{
411
+ # \{ "DefaultTheme": "arn:aws:quicksight::aws:theme/MIDNIGHT" \}`. Or,
412
+ # you can add a custom theme by specifying `"AccountCustomization": \{
409
413
  # "DefaultTheme":
410
414
  # "arn:aws:quicksight:us-west-2:111122223333:theme/bdb844d0-0fe9-4d9d-b520-0fe602d93639"
411
415
  # \}`.
412
416
  #
417
+ # @option params [Array<Types::Tag>] :tags
418
+ # A list of the tags that you want to attach to this resource.
419
+ #
413
420
  # @return [Types::CreateAccountCustomizationResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
414
421
  #
422
+ # * {Types::CreateAccountCustomizationResponse#arn #arn} => String
415
423
  # * {Types::CreateAccountCustomizationResponse#aws_account_id #aws_account_id} => String
416
424
  # * {Types::CreateAccountCustomizationResponse#namespace #namespace} => String
417
425
  # * {Types::CreateAccountCustomizationResponse#account_customization #account_customization} => Types::AccountCustomization
@@ -426,10 +434,17 @@ module Aws::QuickSight
426
434
  # account_customization: { # required
427
435
  # default_theme: "Arn",
428
436
  # },
437
+ # tags: [
438
+ # {
439
+ # key: "TagKey", # required
440
+ # value: "TagValue", # required
441
+ # },
442
+ # ],
429
443
  # })
430
444
  #
431
445
  # @example Response structure
432
446
  #
447
+ # resp.arn #=> String
433
448
  # resp.aws_account_id #=> String
434
449
  # resp.namespace #=> String
435
450
  # resp.account_customization.default_theme #=> String
@@ -990,7 +1005,7 @@ module Aws::QuickSight
990
1005
  # aws_account_id: "AwsAccountId", # required
991
1006
  # data_source_id: "ResourceId", # required
992
1007
  # name: "ResourceName", # required
993
- # type: "ADOBE_ANALYTICS", # required, accepts ADOBE_ANALYTICS, AMAZON_ELASTICSEARCH, ATHENA, AURORA, AURORA_POSTGRESQL, AWS_IOT_ANALYTICS, GITHUB, JIRA, MARIADB, MYSQL, POSTGRESQL, PRESTO, REDSHIFT, S3, SALESFORCE, SERVICENOW, SNOWFLAKE, SPARK, SQLSERVER, TERADATA, TWITTER
1008
+ # type: "ADOBE_ANALYTICS", # required, accepts ADOBE_ANALYTICS, AMAZON_ELASTICSEARCH, ATHENA, AURORA, AURORA_POSTGRESQL, AWS_IOT_ANALYTICS, GITHUB, JIRA, MARIADB, MYSQL, POSTGRESQL, PRESTO, REDSHIFT, S3, SALESFORCE, SERVICENOW, SNOWFLAKE, SPARK, SQLSERVER, TERADATA, TWITTER, TIMESTREAM
994
1009
  # data_source_parameters: {
995
1010
  # amazon_elasticsearch_parameters: {
996
1011
  # domain: "Domain", # required
@@ -1858,7 +1873,7 @@ module Aws::QuickSight
1858
1873
  end
1859
1874
 
1860
1875
  # Deletes all Amazon QuickSight customizations in this AWS Region for
1861
- # the specified AWS Account and QuickSight namespace.
1876
+ # the specified AWS account and QuickSight namespace.
1862
1877
  #
1863
1878
  # @option params [required, String] :aws_account_id
1864
1879
  # The ID for the AWS account that you want to delete QuickSight
@@ -2528,7 +2543,7 @@ module Aws::QuickSight
2528
2543
  # * `AWS Account` - The AWS account exists at the top of the hierarchy.
2529
2544
  # It has the potential to use all of the AWS Regions and AWS Services.
2530
2545
  # When you subscribe to QuickSight, you choose one AWS Region to use
2531
- # as your home region. That's where your free SPICE capacity is
2546
+ # as your home Region. That's where your free SPICE capacity is
2532
2547
  # located. You can use QuickSight in any supported AWS Region.
2533
2548
  #
2534
2549
  # * `AWS Region` - In each AWS Region where you sign in to QuickSight at
@@ -2538,7 +2553,7 @@ module Aws::QuickSight
2538
2553
  # have access to QuickSight in any AWS Region, unless they are
2539
2554
  # constrained to a namespace.
2540
2555
  #
2541
- # To run the command in a different AWS Region, you change your region
2556
+ # To run the command in a different AWS Region, you change your Region
2542
2557
  # settings. If you're using the AWS CLI, you can use one of the
2543
2558
  # following options:
2544
2559
  #
@@ -2560,7 +2575,7 @@ module Aws::QuickSight
2560
2575
  # * `Applied customizations` - Within an AWS Region, a set of QuickSight
2561
2576
  # customizations can apply to an AWS account or to a namespace.
2562
2577
  # Settings that you apply to a namespace override settings that you
2563
- # apply to an AWS Account. All settings are isolated to a single AWS
2578
+ # apply to an AWS account. All settings are isolated to a single AWS
2564
2579
  # Region. To apply them in other AWS Regions, run the
2565
2580
  # `CreateAccountCustomization` command in each AWS Region where you
2566
2581
  # want to apply the same customizations.
@@ -2589,6 +2604,7 @@ module Aws::QuickSight
2589
2604
  #
2590
2605
  # @return [Types::DescribeAccountCustomizationResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2591
2606
  #
2607
+ # * {Types::DescribeAccountCustomizationResponse#arn #arn} => String
2592
2608
  # * {Types::DescribeAccountCustomizationResponse#aws_account_id #aws_account_id} => String
2593
2609
  # * {Types::DescribeAccountCustomizationResponse#namespace #namespace} => String
2594
2610
  # * {Types::DescribeAccountCustomizationResponse#account_customization #account_customization} => Types::AccountCustomization
@@ -2605,6 +2621,7 @@ module Aws::QuickSight
2605
2621
  #
2606
2622
  # @example Response structure
2607
2623
  #
2624
+ # resp.arn #=> String
2608
2625
  # resp.aws_account_id #=> String
2609
2626
  # resp.namespace #=> String
2610
2627
  # resp.account_customization.default_theme #=> String
@@ -2621,7 +2638,7 @@ module Aws::QuickSight
2621
2638
  end
2622
2639
 
2623
2640
  # Describes the settings that were used when your QuickSight
2624
- # subscription was first created in this AWS Account.
2641
+ # subscription was first created in this AWS account.
2625
2642
  #
2626
2643
  # @option params [required, String] :aws_account_id
2627
2644
  # The ID for the AWS account that contains the settings that you want to
@@ -2694,6 +2711,9 @@ module Aws::QuickSight
2694
2711
  # resp.analysis.theme_arn #=> String
2695
2712
  # resp.analysis.created_time #=> Time
2696
2713
  # resp.analysis.last_updated_time #=> Time
2714
+ # resp.analysis.sheets #=> Array
2715
+ # resp.analysis.sheets[0].sheet_id #=> String
2716
+ # resp.analysis.sheets[0].name #=> String
2697
2717
  # resp.status #=> Integer
2698
2718
  # resp.request_id #=> String
2699
2719
  #
@@ -2800,6 +2820,9 @@ module Aws::QuickSight
2800
2820
  # resp.dashboard.version.data_set_arns[0] #=> String
2801
2821
  # resp.dashboard.version.description #=> String
2802
2822
  # resp.dashboard.version.theme_arn #=> String
2823
+ # resp.dashboard.version.sheets #=> Array
2824
+ # resp.dashboard.version.sheets[0].sheet_id #=> String
2825
+ # resp.dashboard.version.sheets[0].name #=> String
2803
2826
  # resp.dashboard.created_time #=> Time
2804
2827
  # resp.dashboard.last_published_time #=> Time
2805
2828
  # resp.dashboard.last_updated_time #=> Time
@@ -3032,7 +3055,7 @@ module Aws::QuickSight
3032
3055
  # resp.data_source.arn #=> String
3033
3056
  # resp.data_source.data_source_id #=> String
3034
3057
  # resp.data_source.name #=> String
3035
- # resp.data_source.type #=> String, one of "ADOBE_ANALYTICS", "AMAZON_ELASTICSEARCH", "ATHENA", "AURORA", "AURORA_POSTGRESQL", "AWS_IOT_ANALYTICS", "GITHUB", "JIRA", "MARIADB", "MYSQL", "POSTGRESQL", "PRESTO", "REDSHIFT", "S3", "SALESFORCE", "SERVICENOW", "SNOWFLAKE", "SPARK", "SQLSERVER", "TERADATA", "TWITTER"
3058
+ # resp.data_source.type #=> String, one of "ADOBE_ANALYTICS", "AMAZON_ELASTICSEARCH", "ATHENA", "AURORA", "AURORA_POSTGRESQL", "AWS_IOT_ANALYTICS", "GITHUB", "JIRA", "MARIADB", "MYSQL", "POSTGRESQL", "PRESTO", "REDSHIFT", "S3", "SALESFORCE", "SERVICENOW", "SNOWFLAKE", "SPARK", "SQLSERVER", "TERADATA", "TWITTER", "TIMESTREAM"
3036
3059
  # resp.data_source.status #=> String, one of "CREATION_IN_PROGRESS", "CREATION_SUCCESSFUL", "CREATION_FAILED", "UPDATE_IN_PROGRESS", "UPDATE_SUCCESSFUL", "UPDATE_FAILED", "DELETED"
3037
3060
  # resp.data_source.created_time #=> Time
3038
3061
  # resp.data_source.last_updated_time #=> Time
@@ -3435,6 +3458,9 @@ module Aws::QuickSight
3435
3458
  # resp.template.version.description #=> String
3436
3459
  # resp.template.version.source_entity_arn #=> String
3437
3460
  # resp.template.version.theme_arn #=> String
3461
+ # resp.template.version.sheets #=> Array
3462
+ # resp.template.version.sheets[0].sheet_id #=> String
3463
+ # resp.template.version.sheets[0].name #=> String
3438
3464
  # resp.template.template_id #=> String
3439
3465
  # resp.template.last_updated_time #=> Time
3440
3466
  # resp.template.created_time #=> Time
@@ -4210,7 +4236,7 @@ module Aws::QuickSight
4210
4236
  # resp.data_sources[0].arn #=> String
4211
4237
  # resp.data_sources[0].data_source_id #=> String
4212
4238
  # resp.data_sources[0].name #=> String
4213
- # resp.data_sources[0].type #=> String, one of "ADOBE_ANALYTICS", "AMAZON_ELASTICSEARCH", "ATHENA", "AURORA", "AURORA_POSTGRESQL", "AWS_IOT_ANALYTICS", "GITHUB", "JIRA", "MARIADB", "MYSQL", "POSTGRESQL", "PRESTO", "REDSHIFT", "S3", "SALESFORCE", "SERVICENOW", "SNOWFLAKE", "SPARK", "SQLSERVER", "TERADATA", "TWITTER"
4239
+ # resp.data_sources[0].type #=> String, one of "ADOBE_ANALYTICS", "AMAZON_ELASTICSEARCH", "ATHENA", "AURORA", "AURORA_POSTGRESQL", "AWS_IOT_ANALYTICS", "GITHUB", "JIRA", "MARIADB", "MYSQL", "POSTGRESQL", "PRESTO", "REDSHIFT", "S3", "SALESFORCE", "SERVICENOW", "SNOWFLAKE", "SPARK", "SQLSERVER", "TERADATA", "TWITTER", "TIMESTREAM"
4214
4240
  # resp.data_sources[0].status #=> String, one of "CREATION_IN_PROGRESS", "CREATION_SUCCESSFUL", "CREATION_FAILED", "UPDATE_IN_PROGRESS", "UPDATE_SUCCESSFUL", "UPDATE_FAILED", "DELETED"
4215
4241
  # resp.data_sources[0].created_time #=> Time
4216
4242
  # resp.data_sources[0].last_updated_time #=> Time
@@ -5547,6 +5573,7 @@ module Aws::QuickSight
5547
5573
  #
5548
5574
  # @return [Types::UpdateAccountCustomizationResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
5549
5575
  #
5576
+ # * {Types::UpdateAccountCustomizationResponse#arn #arn} => String
5550
5577
  # * {Types::UpdateAccountCustomizationResponse#aws_account_id #aws_account_id} => String
5551
5578
  # * {Types::UpdateAccountCustomizationResponse#namespace #namespace} => String
5552
5579
  # * {Types::UpdateAccountCustomizationResponse#account_customization #account_customization} => Types::AccountCustomization
@@ -5565,6 +5592,7 @@ module Aws::QuickSight
5565
5592
  #
5566
5593
  # @example Response structure
5567
5594
  #
5595
+ # resp.arn #=> String
5568
5596
  # resp.aws_account_id #=> String
5569
5597
  # resp.namespace #=> String
5570
5598
  # resp.account_customization.default_theme #=> String
@@ -5580,16 +5608,17 @@ module Aws::QuickSight
5580
5608
  req.send_request(options)
5581
5609
  end
5582
5610
 
5583
- # Updates the Amazon QuickSight settings in your AWS Account.
5611
+ # Updates the Amazon QuickSight settings in your AWS account.
5584
5612
  #
5585
5613
  # @option params [required, String] :aws_account_id
5586
5614
  # The ID for the AWS account that contains the QuickSight settings that
5587
5615
  # you want to list.
5588
5616
  #
5589
5617
  # @option params [required, String] :default_namespace
5590
- # The default namespace for this AWS Account. Currently, the default is
5591
- # `default`. IAM users who register for the first time with QuickSight
5592
- # provide an email that becomes associated with the default namespace.
5618
+ # The default namespace for this AWS account. Currently, the default is
5619
+ # `default`. AWS Identity and Access Management (IAM) users that
5620
+ # register for the first time with QuickSight provide an email that
5621
+ # becomes associated with the default namespace.
5593
5622
  #
5594
5623
  # @option params [String] :notification_email
5595
5624
  # The email address that you want QuickSight to send notifications to
@@ -7272,7 +7301,7 @@ module Aws::QuickSight
7272
7301
  params: params,
7273
7302
  config: config)
7274
7303
  context[:gem_name] = 'aws-sdk-quicksight'
7275
- context[:gem_version] = '1.28.0'
7304
+ context[:gem_version] = '1.33.0'
7276
7305
  Seahorse::Client::Request.new(handlers, context)
7277
7306
  end
7278
7307
 
@@ -395,7 +395,9 @@ module Aws::QuickSight
395
395
  ServiceNowParameters = Shapes::StructureShape.new(name: 'ServiceNowParameters')
396
396
  SessionLifetimeInMinutes = Shapes::IntegerShape.new(name: 'SessionLifetimeInMinutes')
397
397
  SessionLifetimeInMinutesInvalidException = Shapes::StructureShape.new(name: 'SessionLifetimeInMinutesInvalidException')
398
+ Sheet = Shapes::StructureShape.new(name: 'Sheet')
398
399
  SheetControlsOption = Shapes::StructureShape.new(name: 'SheetControlsOption')
400
+ SheetList = Shapes::ListShape.new(name: 'SheetList')
399
401
  SheetStyle = Shapes::StructureShape.new(name: 'SheetStyle')
400
402
  SiteBaseUrl = Shapes::StringShape.new(name: 'SiteBaseUrl')
401
403
  SnowflakeParameters = Shapes::StructureShape.new(name: 'SnowflakeParameters')
@@ -553,6 +555,7 @@ module Aws::QuickSight
553
555
  Analysis.add_member(:theme_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "ThemeArn"))
554
556
  Analysis.add_member(:created_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedTime"))
555
557
  Analysis.add_member(:last_updated_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastUpdatedTime"))
558
+ Analysis.add_member(:sheets, Shapes::ShapeRef.new(shape: SheetList, location_name: "Sheets"))
556
559
  Analysis.struct_class = Types::Analysis
557
560
 
558
561
  AnalysisError.add_member(:type, Shapes::ShapeRef.new(shape: AnalysisErrorType, location_name: "Type"))
@@ -670,8 +673,10 @@ module Aws::QuickSight
670
673
  CreateAccountCustomizationRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
671
674
  CreateAccountCustomizationRequest.add_member(:namespace, Shapes::ShapeRef.new(shape: Namespace, location: "querystring", location_name: "namespace"))
672
675
  CreateAccountCustomizationRequest.add_member(:account_customization, Shapes::ShapeRef.new(shape: AccountCustomization, required: true, location_name: "AccountCustomization"))
676
+ CreateAccountCustomizationRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
673
677
  CreateAccountCustomizationRequest.struct_class = Types::CreateAccountCustomizationRequest
674
678
 
679
+ CreateAccountCustomizationResponse.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "Arn"))
675
680
  CreateAccountCustomizationResponse.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, location_name: "AwsAccountId"))
676
681
  CreateAccountCustomizationResponse.add_member(:namespace, Shapes::ShapeRef.new(shape: Namespace, location_name: "Namespace"))
677
682
  CreateAccountCustomizationResponse.add_member(:account_customization, Shapes::ShapeRef.new(shape: AccountCustomization, location_name: "AccountCustomization"))
@@ -946,6 +951,7 @@ module Aws::QuickSight
946
951
  DashboardVersion.add_member(:data_set_arns, Shapes::ShapeRef.new(shape: DataSetArnsList, location_name: "DataSetArns"))
947
952
  DashboardVersion.add_member(:description, Shapes::ShapeRef.new(shape: VersionDescription, location_name: "Description"))
948
953
  DashboardVersion.add_member(:theme_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "ThemeArn"))
954
+ DashboardVersion.add_member(:sheets, Shapes::ShapeRef.new(shape: SheetList, location_name: "Sheets"))
949
955
  DashboardVersion.struct_class = Types::DashboardVersion
950
956
 
951
957
  DashboardVersionSummary.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "Arn"))
@@ -1223,6 +1229,7 @@ module Aws::QuickSight
1223
1229
  DescribeAccountCustomizationRequest.add_member(:resolved, Shapes::ShapeRef.new(shape: boolean, location: "querystring", location_name: "resolved"))
1224
1230
  DescribeAccountCustomizationRequest.struct_class = Types::DescribeAccountCustomizationRequest
1225
1231
 
1232
+ DescribeAccountCustomizationResponse.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "Arn"))
1226
1233
  DescribeAccountCustomizationResponse.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, location_name: "AwsAccountId"))
1227
1234
  DescribeAccountCustomizationResponse.add_member(:namespace, Shapes::ShapeRef.new(shape: Namespace, location_name: "Namespace"))
1228
1235
  DescribeAccountCustomizationResponse.add_member(:account_customization, Shapes::ShapeRef.new(shape: AccountCustomization, location_name: "AccountCustomization"))
@@ -2014,9 +2021,15 @@ module Aws::QuickSight
2014
2021
  SessionLifetimeInMinutesInvalidException.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
2015
2022
  SessionLifetimeInMinutesInvalidException.struct_class = Types::SessionLifetimeInMinutesInvalidException
2016
2023
 
2024
+ Sheet.add_member(:sheet_id, Shapes::ShapeRef.new(shape: RestrictiveResourceId, location_name: "SheetId"))
2025
+ Sheet.add_member(:name, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Name"))
2026
+ Sheet.struct_class = Types::Sheet
2027
+
2017
2028
  SheetControlsOption.add_member(:visibility_state, Shapes::ShapeRef.new(shape: DashboardUIState, location_name: "VisibilityState"))
2018
2029
  SheetControlsOption.struct_class = Types::SheetControlsOption
2019
2030
 
2031
+ SheetList.member = Shapes::ShapeRef.new(shape: Sheet)
2032
+
2020
2033
  SheetStyle.add_member(:tile, Shapes::ShapeRef.new(shape: TileStyle, location_name: "Tile"))
2021
2034
  SheetStyle.add_member(:tile_layout, Shapes::ShapeRef.new(shape: TileLayoutStyle, location_name: "TileLayout"))
2022
2035
  SheetStyle.struct_class = Types::SheetStyle
@@ -2116,6 +2129,7 @@ module Aws::QuickSight
2116
2129
  TemplateVersion.add_member(:description, Shapes::ShapeRef.new(shape: VersionDescription, location_name: "Description"))
2117
2130
  TemplateVersion.add_member(:source_entity_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "SourceEntityArn"))
2118
2131
  TemplateVersion.add_member(:theme_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "ThemeArn"))
2132
+ TemplateVersion.add_member(:sheets, Shapes::ShapeRef.new(shape: SheetList, location_name: "Sheets"))
2119
2133
  TemplateVersion.struct_class = Types::TemplateVersion
2120
2134
 
2121
2135
  TemplateVersionSummary.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "Arn"))
@@ -2250,6 +2264,7 @@ module Aws::QuickSight
2250
2264
  UpdateAccountCustomizationRequest.add_member(:account_customization, Shapes::ShapeRef.new(shape: AccountCustomization, required: true, location_name: "AccountCustomization"))
2251
2265
  UpdateAccountCustomizationRequest.struct_class = Types::UpdateAccountCustomizationRequest
2252
2266
 
2267
+ UpdateAccountCustomizationResponse.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "Arn"))
2253
2268
  UpdateAccountCustomizationResponse.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, location_name: "AwsAccountId"))
2254
2269
  UpdateAccountCustomizationResponse.add_member(:namespace, Shapes::ShapeRef.new(shape: Namespace, location_name: "Namespace"))
2255
2270
  UpdateAccountCustomizationResponse.add_member(:account_customization, Shapes::ShapeRef.new(shape: AccountCustomization, location_name: "AccountCustomization"))
@@ -186,6 +186,11 @@ module Aws::QuickSight
186
186
  # The time that the analysis was last updated.
187
187
  # @return [Time]
188
188
  #
189
+ # @!attribute [rw] sheets
190
+ # A list of the associated sheets with the unique identifier and name
191
+ # of each sheet.
192
+ # @return [Array<Types::Sheet>]
193
+ #
189
194
  # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/Analysis AWS API Documentation
190
195
  #
191
196
  class Analysis < Struct.new(
@@ -197,7 +202,8 @@ module Aws::QuickSight
197
202
  :data_set_arns,
198
203
  :theme_arn,
199
204
  :created_time,
200
- :last_updated_time)
205
+ :last_updated_time,
206
+ :sheets)
201
207
  SENSITIVE = []
202
208
  include Aws::Structure
203
209
  end
@@ -771,6 +777,12 @@ module Aws::QuickSight
771
777
  # account_customization: { # required
772
778
  # default_theme: "Arn",
773
779
  # },
780
+ # tags: [
781
+ # {
782
+ # key: "TagKey", # required
783
+ # value: "TagValue", # required
784
+ # },
785
+ # ],
774
786
  # }
775
787
  #
776
788
  # @!attribute [rw] aws_account_id
@@ -787,26 +799,36 @@ module Aws::QuickSight
787
799
  # Region. You can add these to an AWS account and a QuickSight
788
800
  # namespace.
789
801
  #
790
- # For example, you could add a default theme by setting
802
+ # For example, you can add a default theme by setting
791
803
  # `AccountCustomization` to the midnight theme:
792
804
  # `"AccountCustomization": \{ "DefaultTheme":
793
- # "arn:aws:quicksight::aws:theme/MIDNIGHT" \}. `. Or, you could add a
805
+ # "arn:aws:quicksight::aws:theme/MIDNIGHT" \}`. Or, you can add a
794
806
  # custom theme by specifying `"AccountCustomization": \{
795
807
  # "DefaultTheme":
796
808
  # "arn:aws:quicksight:us-west-2:111122223333:theme/bdb844d0-0fe9-4d9d-b520-0fe602d93639"
797
809
  # \}`.
798
810
  # @return [Types::AccountCustomization]
799
811
  #
812
+ # @!attribute [rw] tags
813
+ # A list of the tags that you want to attach to this resource.
814
+ # @return [Array<Types::Tag>]
815
+ #
800
816
  # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/CreateAccountCustomizationRequest AWS API Documentation
801
817
  #
802
818
  class CreateAccountCustomizationRequest < Struct.new(
803
819
  :aws_account_id,
804
820
  :namespace,
805
- :account_customization)
821
+ :account_customization,
822
+ :tags)
806
823
  SENSITIVE = []
807
824
  include Aws::Structure
808
825
  end
809
826
 
827
+ # @!attribute [rw] arn
828
+ # The Amazon Resource Name (ARN) for the customization that you
829
+ # created for this AWS account.
830
+ # @return [String]
831
+ #
810
832
  # @!attribute [rw] aws_account_id
811
833
  # The ID for the AWS account that you want to customize QuickSight
812
834
  # for.
@@ -832,6 +854,7 @@ module Aws::QuickSight
832
854
  # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/CreateAccountCustomizationResponse AWS API Documentation
833
855
  #
834
856
  class CreateAccountCustomizationResponse < Struct.new(
857
+ :arn,
835
858
  :aws_account_id,
836
859
  :namespace,
837
860
  :account_customization,
@@ -1463,7 +1486,7 @@ module Aws::QuickSight
1463
1486
  # aws_account_id: "AwsAccountId", # required
1464
1487
  # data_source_id: "ResourceId", # required
1465
1488
  # name: "ResourceName", # required
1466
- # type: "ADOBE_ANALYTICS", # required, accepts ADOBE_ANALYTICS, AMAZON_ELASTICSEARCH, ATHENA, AURORA, AURORA_POSTGRESQL, AWS_IOT_ANALYTICS, GITHUB, JIRA, MARIADB, MYSQL, POSTGRESQL, PRESTO, REDSHIFT, S3, SALESFORCE, SERVICENOW, SNOWFLAKE, SPARK, SQLSERVER, TERADATA, TWITTER
1489
+ # type: "ADOBE_ANALYTICS", # required, accepts ADOBE_ANALYTICS, AMAZON_ELASTICSEARCH, ATHENA, AURORA, AURORA_POSTGRESQL, AWS_IOT_ANALYTICS, GITHUB, JIRA, MARIADB, MYSQL, POSTGRESQL, PRESTO, REDSHIFT, S3, SALESFORCE, SERVICENOW, SNOWFLAKE, SPARK, SQLSERVER, TERADATA, TWITTER, TIMESTREAM
1467
1490
  # data_source_parameters: {
1468
1491
  # amazon_elasticsearch_parameters: {
1469
1492
  # domain: "Domain", # required
@@ -3040,6 +3063,11 @@ module Aws::QuickSight
3040
3063
  # The ARN of the theme associated with a version of the dashboard.
3041
3064
  # @return [String]
3042
3065
  #
3066
+ # @!attribute [rw] sheets
3067
+ # A list of the associated sheets with the unique identifier and name
3068
+ # of each sheet.
3069
+ # @return [Array<Types::Sheet>]
3070
+ #
3043
3071
  # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DashboardVersion AWS API Documentation
3044
3072
  #
3045
3073
  class DashboardVersion < Struct.new(
@@ -3051,7 +3079,8 @@ module Aws::QuickSight
3051
3079
  :source_entity_arn,
3052
3080
  :data_set_arns,
3053
3081
  :description,
3054
- :theme_arn)
3082
+ :theme_arn,
3083
+ :sheets)
3055
3084
  SENSITIVE = []
3056
3085
  include Aws::Structure
3057
3086
  end
@@ -4676,6 +4705,11 @@ module Aws::QuickSight
4676
4705
  include Aws::Structure
4677
4706
  end
4678
4707
 
4708
+ # @!attribute [rw] arn
4709
+ # The Amazon Resource Name (ARN) of the customization that's
4710
+ # associated with this AWS account.
4711
+ # @return [String]
4712
+ #
4679
4713
  # @!attribute [rw] aws_account_id
4680
4714
  # The ID for the AWS account that you're describing.
4681
4715
  # @return [String]
@@ -4699,6 +4733,7 @@ module Aws::QuickSight
4699
4733
  # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DescribeAccountCustomizationResponse AWS API Documentation
4700
4734
  #
4701
4735
  class DescribeAccountCustomizationResponse < Struct.new(
4736
+ :arn,
4702
4737
  :aws_account_id,
4703
4738
  :namespace,
4704
4739
  :account_customization,
@@ -4732,7 +4767,7 @@ module Aws::QuickSight
4732
4767
  # The QuickSight settings for this AWS account. This information
4733
4768
  # includes the edition of Amazon QuickSight that you subscribed to
4734
4769
  # (Standard or Enterprise) and the notification email for the
4735
- # QuickSight subscription. The QuickSight console, the QuickSight
4770
+ # QuickSight subscription. In the QuickSight console, the QuickSight
4736
4771
  # subscription is sometimes referred to as a QuickSight "account"
4737
4772
  # even though it's technically not an account by itself. Instead,
4738
4773
  # it's a subscription to the QuickSight service for your AWS account.
@@ -9205,6 +9240,31 @@ module Aws::QuickSight
9205
9240
  include Aws::Structure
9206
9241
  end
9207
9242
 
9243
+ # A sheet is an object that contains a set of visuals that are viewed
9244
+ # together on one page in the Amazon QuickSight console. Every analysis
9245
+ # and dashboard contains at least one sheet. Each sheet contains at
9246
+ # least one visualization widget, for example a chart, pivot table, or
9247
+ # narrative insight. Sheets can be associated with other components,
9248
+ # such as controls, filters, and so on.
9249
+ #
9250
+ # @!attribute [rw] sheet_id
9251
+ # The unique identifier associated with a sheet.
9252
+ # @return [String]
9253
+ #
9254
+ # @!attribute [rw] name
9255
+ # The name of a sheet. This is displayed on the sheet's tab in the
9256
+ # QuickSight console.
9257
+ # @return [String]
9258
+ #
9259
+ # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/Sheet AWS API Documentation
9260
+ #
9261
+ class Sheet < Struct.new(
9262
+ :sheet_id,
9263
+ :name)
9264
+ SENSITIVE = []
9265
+ include Aws::Structure
9266
+ end
9267
+
9208
9268
  # Sheet controls option.
9209
9269
  #
9210
9270
  # @note When making an API call, you may pass SheetControlsOption
@@ -9781,6 +9841,11 @@ module Aws::QuickSight
9781
9841
  # The ARN of the theme associated with this version of the template.
9782
9842
  # @return [String]
9783
9843
  #
9844
+ # @!attribute [rw] sheets
9845
+ # A list of the associated sheets with the unique identifier and name
9846
+ # of each sheet.
9847
+ # @return [Array<Types::Sheet>]
9848
+ #
9784
9849
  # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/TemplateVersion AWS API Documentation
9785
9850
  #
9786
9851
  class TemplateVersion < Struct.new(
@@ -9791,7 +9856,8 @@ module Aws::QuickSight
9791
9856
  :data_set_configurations,
9792
9857
  :description,
9793
9858
  :source_entity_arn,
9794
- :theme_arn)
9859
+ :theme_arn,
9860
+ :sheets)
9795
9861
  SENSITIVE = []
9796
9862
  include Aws::Structure
9797
9863
  end
@@ -10561,6 +10627,11 @@ module Aws::QuickSight
10561
10627
  include Aws::Structure
10562
10628
  end
10563
10629
 
10630
+ # @!attribute [rw] arn
10631
+ # The Amazon Resource Name (ARN) for the updated customization for
10632
+ # this AWS account.
10633
+ # @return [String]
10634
+ #
10564
10635
  # @!attribute [rw] aws_account_id
10565
10636
  # The ID for the AWS account that you want to update QuickSight
10566
10637
  # customizations for.
@@ -10587,6 +10658,7 @@ module Aws::QuickSight
10587
10658
  # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/UpdateAccountCustomizationResponse AWS API Documentation
10588
10659
  #
10589
10660
  class UpdateAccountCustomizationResponse < Struct.new(
10661
+ :arn,
10590
10662
  :aws_account_id,
10591
10663
  :namespace,
10592
10664
  :account_customization,
@@ -10611,10 +10683,10 @@ module Aws::QuickSight
10611
10683
  # @return [String]
10612
10684
  #
10613
10685
  # @!attribute [rw] default_namespace
10614
- # The default namespace for this AWS Account. Currently, the default
10615
- # is `default`. IAM users who register for the first time with
10616
- # QuickSight provide an email that becomes associated with the default
10617
- # namespace.
10686
+ # The default namespace for this AWS account. Currently, the default
10687
+ # is `default`. AWS Identity and Access Management (IAM) users that
10688
+ # register for the first time with QuickSight provide an email that
10689
+ # becomes associated with the default namespace.
10618
10690
  # @return [String]
10619
10691
  #
10620
10692
  # @!attribute [rw] notification_email
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.28.0
4
+ version: 1.33.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: 2020-08-25 00:00:00.000000000 Z
11
+ date: 2020-10-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.99.0
22
+ version: 3.109.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.99.0
32
+ version: 3.109.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement