aws-sdk-quicksight 1.162.0 → 1.164.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.
@@ -1972,7 +1972,7 @@ module Aws::QuickSight
1972
1972
  # The ID of the Amazon Web Services account that owns the brand.
1973
1973
  #
1974
1974
  # @option params [required, String] :brand_id
1975
- # The ID of the QuickSight brand.
1975
+ # The ID of the Quick Suite brand.
1976
1976
  #
1977
1977
  # @option params [Types::BrandDefinition] :brand_definition
1978
1978
  # The definition of the brand.
@@ -2429,7 +2429,8 @@ module Aws::QuickSight
2429
2429
  #
2430
2430
  # @option params [Hash<String,Types::LogicalTable>] :logical_table_map
2431
2431
  # Configures the combination and transformation of the data from the
2432
- # physical tables.
2432
+ # physical tables. This parameter is used with the legacy data
2433
+ # preparation experience.
2433
2434
  #
2434
2435
  # @option params [required, String] :import_mode
2435
2436
  # Indicates whether you want to import the data into SPICE.
@@ -2447,12 +2448,14 @@ module Aws::QuickSight
2447
2448
  #
2448
2449
  # @option params [Types::RowLevelPermissionDataSet] :row_level_permission_data_set
2449
2450
  # The row-level security configuration for the data that you want to
2450
- # create.
2451
+ # create. This parameter is used with the legacy data preparation
2452
+ # experience.
2451
2453
  #
2452
2454
  # @option params [Types::RowLevelPermissionTagConfiguration] :row_level_permission_tag_configuration
2453
2455
  # The configuration of tags on a dataset to set row-level security.
2454
2456
  # Row-level security tags are currently supported for anonymous
2455
- # embedding only.
2457
+ # embedding only. This parameter is used with the legacy data
2458
+ # preparation experience.
2456
2459
  #
2457
2460
  # @option params [Array<Types::ColumnLevelPermissionRule>] :column_level_permission_rules
2458
2461
  # A set of one or more definitions of a ` ColumnLevelPermissionRule `.
@@ -2480,6 +2483,18 @@ module Aws::QuickSight
2480
2483
  # The usage of the dataset. `RLS_RULES` must be specified for RLS
2481
2484
  # permission datasets.
2482
2485
  #
2486
+ # @option params [Types::DataPrepConfiguration] :data_prep_configuration
2487
+ # The data preparation configuration for the dataset. This configuration
2488
+ # defines the source tables, transformation steps, and destination
2489
+ # tables used to prepare the data. Required when using the new data
2490
+ # preparation experience.
2491
+ #
2492
+ # @option params [Types::SemanticModelConfiguration] :semantic_model_configuration
2493
+ # The semantic model configuration for the dataset. This configuration
2494
+ # defines how the prepared data is structured for an analysis, including
2495
+ # table mappings and row-level security configurations. Required when
2496
+ # using the new data preparation experience.
2497
+ #
2483
2498
  # @return [Types::CreateDataSetResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2484
2499
  #
2485
2500
  # * {Types::CreateDataSetResponse#arn #arn} => String
@@ -2505,6 +2520,7 @@ module Aws::QuickSight
2505
2520
  # input_columns: [ # required
2506
2521
  # {
2507
2522
  # name: "ColumnName", # required
2523
+ # id: "ColumnId",
2508
2524
  # type: "STRING", # required, accepts STRING, INTEGER, DECIMAL, DATETIME, BIT, BOOLEAN, JSON
2509
2525
  # sub_type: "FLOAT", # accepts FLOAT, FIXED
2510
2526
  # },
@@ -2517,6 +2533,7 @@ module Aws::QuickSight
2517
2533
  # columns: [
2518
2534
  # {
2519
2535
  # name: "ColumnName", # required
2536
+ # id: "ColumnId",
2520
2537
  # type: "STRING", # required, accepts STRING, INTEGER, DECIMAL, DATETIME, BIT, BOOLEAN, JSON
2521
2538
  # sub_type: "FLOAT", # accepts FLOAT, FIXED
2522
2539
  # },
@@ -2530,10 +2547,29 @@ module Aws::QuickSight
2530
2547
  # contains_header: false,
2531
2548
  # text_qualifier: "DOUBLE_QUOTE", # accepts DOUBLE_QUOTE, SINGLE_QUOTE
2532
2549
  # delimiter: "Delimiter",
2550
+ # custom_cell_address_range: "String",
2533
2551
  # },
2534
2552
  # input_columns: [ # required
2535
2553
  # {
2536
2554
  # name: "ColumnName", # required
2555
+ # id: "ColumnId",
2556
+ # type: "STRING", # required, accepts STRING, INTEGER, DECIMAL, DATETIME, BIT, BOOLEAN, JSON
2557
+ # sub_type: "FLOAT", # accepts FLOAT, FIXED
2558
+ # },
2559
+ # ],
2560
+ # },
2561
+ # saa_s_table: {
2562
+ # data_source_arn: "Arn", # required
2563
+ # table_path: [ # required
2564
+ # {
2565
+ # name: "TablePathElementName",
2566
+ # id: "TablePathElementId",
2567
+ # },
2568
+ # ],
2569
+ # input_columns: [ # required
2570
+ # {
2571
+ # name: "ColumnName", # required
2572
+ # id: "ColumnId",
2537
2573
  # type: "STRING", # required, accepts STRING, INTEGER, DECIMAL, DATETIME, BIT, BOOLEAN, JSON
2538
2574
  # sub_type: "FLOAT", # accepts FLOAT, FIXED
2539
2575
  # },
@@ -2547,12 +2583,85 @@ module Aws::QuickSight
2547
2583
  # data_transforms: [
2548
2584
  # {
2549
2585
  # project_operation: {
2586
+ # alias: "TransformOperationAlias",
2587
+ # source: {
2588
+ # transform_operation_id: "DataSetEntityResourceId", # required
2589
+ # column_id_mappings: [
2590
+ # {
2591
+ # source_column_id: "ColumnId", # required
2592
+ # target_column_id: "ColumnId", # required
2593
+ # },
2594
+ # ],
2595
+ # },
2550
2596
  # projected_columns: ["String"], # required
2551
2597
  # },
2552
2598
  # filter_operation: {
2553
- # condition_expression: "Expression", # required
2599
+ # condition_expression: "Expression",
2600
+ # string_filter_condition: {
2601
+ # column_name: "ColumnName",
2602
+ # comparison_filter_condition: {
2603
+ # operator: "EQUALS", # required, accepts EQUALS, DOES_NOT_EQUAL, CONTAINS, DOES_NOT_CONTAIN, STARTS_WITH, ENDS_WITH
2604
+ # value: {
2605
+ # static_value: "DataSetStringFilterStaticValue",
2606
+ # },
2607
+ # },
2608
+ # list_filter_condition: {
2609
+ # operator: "INCLUDE", # required, accepts INCLUDE, EXCLUDE
2610
+ # values: {
2611
+ # static_values: ["DataSetStringFilterStaticValue"],
2612
+ # },
2613
+ # },
2614
+ # },
2615
+ # numeric_filter_condition: {
2616
+ # column_name: "ColumnName",
2617
+ # comparison_filter_condition: {
2618
+ # operator: "EQUALS", # required, accepts EQUALS, DOES_NOT_EQUAL, GREATER_THAN, GREATER_THAN_OR_EQUALS_TO, LESS_THAN, LESS_THAN_OR_EQUALS_TO
2619
+ # value: {
2620
+ # static_value: 1.0,
2621
+ # },
2622
+ # },
2623
+ # range_filter_condition: {
2624
+ # range_minimum: {
2625
+ # static_value: 1.0,
2626
+ # },
2627
+ # range_maximum: {
2628
+ # static_value: 1.0,
2629
+ # },
2630
+ # include_minimum: false,
2631
+ # include_maximum: false,
2632
+ # },
2633
+ # },
2634
+ # date_filter_condition: {
2635
+ # column_name: "ColumnName",
2636
+ # comparison_filter_condition: {
2637
+ # operator: "BEFORE", # required, accepts BEFORE, BEFORE_OR_EQUALS_TO, AFTER, AFTER_OR_EQUALS_TO
2638
+ # value: {
2639
+ # static_value: Time.now,
2640
+ # },
2641
+ # },
2642
+ # range_filter_condition: {
2643
+ # range_minimum: {
2644
+ # static_value: Time.now,
2645
+ # },
2646
+ # range_maximum: {
2647
+ # static_value: Time.now,
2648
+ # },
2649
+ # include_minimum: false,
2650
+ # include_maximum: false,
2651
+ # },
2652
+ # },
2554
2653
  # },
2555
2654
  # create_columns_operation: {
2655
+ # alias: "TransformOperationAlias",
2656
+ # source: {
2657
+ # transform_operation_id: "DataSetEntityResourceId", # required
2658
+ # column_id_mappings: [
2659
+ # {
2660
+ # source_column_id: "ColumnId", # required
2661
+ # target_column_id: "ColumnId", # required
2662
+ # },
2663
+ # ],
2664
+ # },
2556
2665
  # columns: [ # required
2557
2666
  # {
2558
2667
  # column_name: "ColumnName", # required
@@ -2721,6 +2830,373 @@ module Aws::QuickSight
2721
2830
  # ],
2722
2831
  # },
2723
2832
  # use_as: "RLS_RULES", # accepts RLS_RULES
2833
+ # data_prep_configuration: {
2834
+ # source_table_map: { # required
2835
+ # "DataSetEntityResourceId" => {
2836
+ # physical_table_id: "DataSetEntityResourceId",
2837
+ # data_set: {
2838
+ # data_set_arn: "Arn", # required
2839
+ # input_columns: [ # required
2840
+ # {
2841
+ # name: "ColumnName", # required
2842
+ # id: "ColumnId",
2843
+ # type: "STRING", # required, accepts STRING, INTEGER, DECIMAL, DATETIME, BIT, BOOLEAN, JSON
2844
+ # sub_type: "FLOAT", # accepts FLOAT, FIXED
2845
+ # },
2846
+ # ],
2847
+ # },
2848
+ # },
2849
+ # },
2850
+ # transform_step_map: { # required
2851
+ # "DataSetEntityResourceId" => {
2852
+ # import_table_step: {
2853
+ # alias: "TransformOperationAlias", # required
2854
+ # source: { # required
2855
+ # source_table_id: "DataSetEntityResourceId", # required
2856
+ # column_id_mappings: [
2857
+ # {
2858
+ # source_column_id: "ColumnId", # required
2859
+ # target_column_id: "ColumnId", # required
2860
+ # },
2861
+ # ],
2862
+ # },
2863
+ # },
2864
+ # project_step: {
2865
+ # alias: "TransformOperationAlias",
2866
+ # source: {
2867
+ # transform_operation_id: "DataSetEntityResourceId", # required
2868
+ # column_id_mappings: [
2869
+ # {
2870
+ # source_column_id: "ColumnId", # required
2871
+ # target_column_id: "ColumnId", # required
2872
+ # },
2873
+ # ],
2874
+ # },
2875
+ # projected_columns: ["String"], # required
2876
+ # },
2877
+ # filters_step: {
2878
+ # alias: "TransformOperationAlias", # required
2879
+ # source: { # required
2880
+ # transform_operation_id: "DataSetEntityResourceId", # required
2881
+ # column_id_mappings: [
2882
+ # {
2883
+ # source_column_id: "ColumnId", # required
2884
+ # target_column_id: "ColumnId", # required
2885
+ # },
2886
+ # ],
2887
+ # },
2888
+ # filter_operations: [ # required
2889
+ # {
2890
+ # condition_expression: "Expression",
2891
+ # string_filter_condition: {
2892
+ # column_name: "ColumnName",
2893
+ # comparison_filter_condition: {
2894
+ # operator: "EQUALS", # required, accepts EQUALS, DOES_NOT_EQUAL, CONTAINS, DOES_NOT_CONTAIN, STARTS_WITH, ENDS_WITH
2895
+ # value: {
2896
+ # static_value: "DataSetStringFilterStaticValue",
2897
+ # },
2898
+ # },
2899
+ # list_filter_condition: {
2900
+ # operator: "INCLUDE", # required, accepts INCLUDE, EXCLUDE
2901
+ # values: {
2902
+ # static_values: ["DataSetStringFilterStaticValue"],
2903
+ # },
2904
+ # },
2905
+ # },
2906
+ # numeric_filter_condition: {
2907
+ # column_name: "ColumnName",
2908
+ # comparison_filter_condition: {
2909
+ # operator: "EQUALS", # required, accepts EQUALS, DOES_NOT_EQUAL, GREATER_THAN, GREATER_THAN_OR_EQUALS_TO, LESS_THAN, LESS_THAN_OR_EQUALS_TO
2910
+ # value: {
2911
+ # static_value: 1.0,
2912
+ # },
2913
+ # },
2914
+ # range_filter_condition: {
2915
+ # range_minimum: {
2916
+ # static_value: 1.0,
2917
+ # },
2918
+ # range_maximum: {
2919
+ # static_value: 1.0,
2920
+ # },
2921
+ # include_minimum: false,
2922
+ # include_maximum: false,
2923
+ # },
2924
+ # },
2925
+ # date_filter_condition: {
2926
+ # column_name: "ColumnName",
2927
+ # comparison_filter_condition: {
2928
+ # operator: "BEFORE", # required, accepts BEFORE, BEFORE_OR_EQUALS_TO, AFTER, AFTER_OR_EQUALS_TO
2929
+ # value: {
2930
+ # static_value: Time.now,
2931
+ # },
2932
+ # },
2933
+ # range_filter_condition: {
2934
+ # range_minimum: {
2935
+ # static_value: Time.now,
2936
+ # },
2937
+ # range_maximum: {
2938
+ # static_value: Time.now,
2939
+ # },
2940
+ # include_minimum: false,
2941
+ # include_maximum: false,
2942
+ # },
2943
+ # },
2944
+ # },
2945
+ # ],
2946
+ # },
2947
+ # create_columns_step: {
2948
+ # alias: "TransformOperationAlias",
2949
+ # source: {
2950
+ # transform_operation_id: "DataSetEntityResourceId", # required
2951
+ # column_id_mappings: [
2952
+ # {
2953
+ # source_column_id: "ColumnId", # required
2954
+ # target_column_id: "ColumnId", # required
2955
+ # },
2956
+ # ],
2957
+ # },
2958
+ # columns: [ # required
2959
+ # {
2960
+ # column_name: "ColumnName", # required
2961
+ # column_id: "ColumnId", # required
2962
+ # expression: "DataSetCalculatedFieldExpression", # required
2963
+ # },
2964
+ # ],
2965
+ # },
2966
+ # rename_columns_step: {
2967
+ # alias: "TransformOperationAlias", # required
2968
+ # source: { # required
2969
+ # transform_operation_id: "DataSetEntityResourceId", # required
2970
+ # column_id_mappings: [
2971
+ # {
2972
+ # source_column_id: "ColumnId", # required
2973
+ # target_column_id: "ColumnId", # required
2974
+ # },
2975
+ # ],
2976
+ # },
2977
+ # rename_column_operations: [ # required
2978
+ # {
2979
+ # column_name: "ColumnName", # required
2980
+ # new_column_name: "ColumnName", # required
2981
+ # },
2982
+ # ],
2983
+ # },
2984
+ # cast_column_types_step: {
2985
+ # alias: "TransformOperationAlias", # required
2986
+ # source: { # required
2987
+ # transform_operation_id: "DataSetEntityResourceId", # required
2988
+ # column_id_mappings: [
2989
+ # {
2990
+ # source_column_id: "ColumnId", # required
2991
+ # target_column_id: "ColumnId", # required
2992
+ # },
2993
+ # ],
2994
+ # },
2995
+ # cast_column_type_operations: [ # required
2996
+ # {
2997
+ # column_name: "ColumnName", # required
2998
+ # new_column_type: "STRING", # required, accepts STRING, INTEGER, DECIMAL, DATETIME
2999
+ # sub_type: "FLOAT", # accepts FLOAT, FIXED
3000
+ # format: "TypeCastFormat",
3001
+ # },
3002
+ # ],
3003
+ # },
3004
+ # join_step: {
3005
+ # alias: "TransformOperationAlias", # required
3006
+ # left_operand: { # required
3007
+ # transform_operation_id: "DataSetEntityResourceId", # required
3008
+ # column_id_mappings: [
3009
+ # {
3010
+ # source_column_id: "ColumnId", # required
3011
+ # target_column_id: "ColumnId", # required
3012
+ # },
3013
+ # ],
3014
+ # },
3015
+ # right_operand: { # required
3016
+ # transform_operation_id: "DataSetEntityResourceId", # required
3017
+ # column_id_mappings: [
3018
+ # {
3019
+ # source_column_id: "ColumnId", # required
3020
+ # target_column_id: "ColumnId", # required
3021
+ # },
3022
+ # ],
3023
+ # },
3024
+ # type: "INNER", # required, accepts INNER, OUTER, LEFT, RIGHT
3025
+ # on_clause: "JoinOperationOnClause", # required
3026
+ # left_operand_properties: {
3027
+ # output_column_name_overrides: [ # required
3028
+ # {
3029
+ # source_column_name: "ColumnName",
3030
+ # output_column_name: "ColumnName", # required
3031
+ # },
3032
+ # ],
3033
+ # },
3034
+ # right_operand_properties: {
3035
+ # output_column_name_overrides: [ # required
3036
+ # {
3037
+ # source_column_name: "ColumnName",
3038
+ # output_column_name: "ColumnName", # required
3039
+ # },
3040
+ # ],
3041
+ # },
3042
+ # },
3043
+ # aggregate_step: {
3044
+ # alias: "TransformOperationAlias", # required
3045
+ # source: { # required
3046
+ # transform_operation_id: "DataSetEntityResourceId", # required
3047
+ # column_id_mappings: [
3048
+ # {
3049
+ # source_column_id: "ColumnId", # required
3050
+ # target_column_id: "ColumnId", # required
3051
+ # },
3052
+ # ],
3053
+ # },
3054
+ # group_by_column_names: ["ColumnName"],
3055
+ # aggregations: [ # required
3056
+ # {
3057
+ # aggregation_function: { # required
3058
+ # simple_aggregation: {
3059
+ # input_column_name: "ColumnName",
3060
+ # function_type: "COUNT", # required, accepts COUNT, DISTINCT_COUNT, SUM, AVERAGE, MAX, MIN
3061
+ # },
3062
+ # list_aggregation: {
3063
+ # input_column_name: "ColumnName",
3064
+ # separator: "Separator", # required
3065
+ # distinct: false, # required
3066
+ # },
3067
+ # },
3068
+ # new_column_name: "ColumnName", # required
3069
+ # new_column_id: "ColumnId", # required
3070
+ # },
3071
+ # ],
3072
+ # },
3073
+ # pivot_step: {
3074
+ # alias: "TransformOperationAlias", # required
3075
+ # source: { # required
3076
+ # transform_operation_id: "DataSetEntityResourceId", # required
3077
+ # column_id_mappings: [
3078
+ # {
3079
+ # source_column_id: "ColumnId", # required
3080
+ # target_column_id: "ColumnId", # required
3081
+ # },
3082
+ # ],
3083
+ # },
3084
+ # group_by_column_names: ["ColumnName"],
3085
+ # value_column_configuration: { # required
3086
+ # aggregation_function: {
3087
+ # simple_aggregation: {
3088
+ # input_column_name: "ColumnName",
3089
+ # function_type: "COUNT", # required, accepts COUNT, DISTINCT_COUNT, SUM, AVERAGE, MAX, MIN
3090
+ # },
3091
+ # list_aggregation: {
3092
+ # input_column_name: "ColumnName",
3093
+ # separator: "Separator", # required
3094
+ # distinct: false, # required
3095
+ # },
3096
+ # },
3097
+ # },
3098
+ # pivot_configuration: { # required
3099
+ # label_column_name: "ColumnName",
3100
+ # pivoted_labels: [ # required
3101
+ # {
3102
+ # label_name: "CellValue", # required
3103
+ # new_column_name: "ColumnName", # required
3104
+ # new_column_id: "ColumnId", # required
3105
+ # },
3106
+ # ],
3107
+ # },
3108
+ # },
3109
+ # unpivot_step: {
3110
+ # alias: "TransformOperationAlias", # required
3111
+ # source: { # required
3112
+ # transform_operation_id: "DataSetEntityResourceId", # required
3113
+ # column_id_mappings: [
3114
+ # {
3115
+ # source_column_id: "ColumnId", # required
3116
+ # target_column_id: "ColumnId", # required
3117
+ # },
3118
+ # ],
3119
+ # },
3120
+ # columns_to_unpivot: [ # required
3121
+ # {
3122
+ # column_name: "ColumnName",
3123
+ # new_value: "CellValue",
3124
+ # },
3125
+ # ],
3126
+ # unpivoted_label_column_name: "ColumnName", # required
3127
+ # unpivoted_label_column_id: "ColumnId", # required
3128
+ # unpivoted_value_column_name: "ColumnName", # required
3129
+ # unpivoted_value_column_id: "ColumnId", # required
3130
+ # },
3131
+ # append_step: {
3132
+ # alias: "TransformOperationAlias", # required
3133
+ # first_source: {
3134
+ # transform_operation_id: "DataSetEntityResourceId", # required
3135
+ # column_id_mappings: [
3136
+ # {
3137
+ # source_column_id: "ColumnId", # required
3138
+ # target_column_id: "ColumnId", # required
3139
+ # },
3140
+ # ],
3141
+ # },
3142
+ # second_source: {
3143
+ # transform_operation_id: "DataSetEntityResourceId", # required
3144
+ # column_id_mappings: [
3145
+ # {
3146
+ # source_column_id: "ColumnId", # required
3147
+ # target_column_id: "ColumnId", # required
3148
+ # },
3149
+ # ],
3150
+ # },
3151
+ # appended_columns: [ # required
3152
+ # {
3153
+ # column_name: "ColumnName", # required
3154
+ # new_column_id: "ColumnId", # required
3155
+ # },
3156
+ # ],
3157
+ # },
3158
+ # },
3159
+ # },
3160
+ # destination_table_map: { # required
3161
+ # "DataSetEntityResourceId" => {
3162
+ # alias: "DestinationTableAlias", # required
3163
+ # source: { # required
3164
+ # transform_operation_id: "DataSetEntityResourceId", # required
3165
+ # },
3166
+ # },
3167
+ # },
3168
+ # },
3169
+ # semantic_model_configuration: {
3170
+ # table_map: {
3171
+ # "DataSetEntityResourceId" => {
3172
+ # alias: "SemanticTableAlias", # required
3173
+ # destination_table_id: "DataSetEntityResourceId", # required
3174
+ # row_level_permission_configuration: {
3175
+ # tag_configuration: {
3176
+ # status: "ENABLED", # accepts ENABLED, DISABLED
3177
+ # tag_rules: [ # required
3178
+ # {
3179
+ # tag_key: "SessionTagKey", # required
3180
+ # column_name: "String", # required
3181
+ # tag_multi_value_delimiter: "RowLevelPermissionTagDelimiter",
3182
+ # match_all_value: "SessionTagValue",
3183
+ # },
3184
+ # ],
3185
+ # tag_rule_configurations: [
3186
+ # ["SessionTagKey"],
3187
+ # ],
3188
+ # },
3189
+ # row_level_permission_data_set: {
3190
+ # namespace: "Namespace",
3191
+ # arn: "Arn", # required
3192
+ # permission_policy: "GRANT_ACCESS", # required, accepts GRANT_ACCESS, DENY_ACCESS
3193
+ # format_version: "VERSION_1", # accepts VERSION_1, VERSION_2
3194
+ # status: "ENABLED", # accepts ENABLED, DISABLED
3195
+ # },
3196
+ # },
3197
+ # },
3198
+ # },
3199
+ # },
2724
3200
  # })
2725
3201
  #
2726
3202
  # @example Response structure
@@ -4002,9 +4478,14 @@ module Aws::QuickSight
4002
4478
  # },
4003
4479
  # sheet: {
4004
4480
  # tile: {
4481
+ # background_color: "Color",
4005
4482
  # border: {
4483
+ # color: "Color",
4006
4484
  # show: false,
4485
+ # width: "Width",
4007
4486
  # },
4487
+ # border_radius: "BorderRadius",
4488
+ # padding: "Padding",
4008
4489
  # },
4009
4490
  # tile_layout: {
4010
4491
  # gutter: {
@@ -4014,6 +4495,10 @@ module Aws::QuickSight
4014
4495
  # show: false,
4015
4496
  # },
4016
4497
  # },
4498
+ # background: {
4499
+ # color: "Color",
4500
+ # gradient: "String",
4501
+ # },
4017
4502
  # },
4018
4503
  # typography: {
4019
4504
  # font_families: [
@@ -4021,6 +4506,105 @@ module Aws::QuickSight
4021
4506
  # font_family: "String",
4022
4507
  # },
4023
4508
  # ],
4509
+ # axis_title_font_configuration: {
4510
+ # font_size: {
4511
+ # relative: "EXTRA_SMALL", # accepts EXTRA_SMALL, SMALL, MEDIUM, LARGE, EXTRA_LARGE
4512
+ # absolute: "PixelLength",
4513
+ # },
4514
+ # font_decoration: "UNDERLINE", # accepts UNDERLINE, NONE
4515
+ # font_color: "HexColor",
4516
+ # font_weight: {
4517
+ # name: "NORMAL", # accepts NORMAL, BOLD
4518
+ # },
4519
+ # font_style: "NORMAL", # accepts NORMAL, ITALIC
4520
+ # font_family: "String",
4521
+ # },
4522
+ # axis_label_font_configuration: {
4523
+ # font_size: {
4524
+ # relative: "EXTRA_SMALL", # accepts EXTRA_SMALL, SMALL, MEDIUM, LARGE, EXTRA_LARGE
4525
+ # absolute: "PixelLength",
4526
+ # },
4527
+ # font_decoration: "UNDERLINE", # accepts UNDERLINE, NONE
4528
+ # font_color: "HexColor",
4529
+ # font_weight: {
4530
+ # name: "NORMAL", # accepts NORMAL, BOLD
4531
+ # },
4532
+ # font_style: "NORMAL", # accepts NORMAL, ITALIC
4533
+ # font_family: "String",
4534
+ # },
4535
+ # legend_title_font_configuration: {
4536
+ # font_size: {
4537
+ # relative: "EXTRA_SMALL", # accepts EXTRA_SMALL, SMALL, MEDIUM, LARGE, EXTRA_LARGE
4538
+ # absolute: "PixelLength",
4539
+ # },
4540
+ # font_decoration: "UNDERLINE", # accepts UNDERLINE, NONE
4541
+ # font_color: "HexColor",
4542
+ # font_weight: {
4543
+ # name: "NORMAL", # accepts NORMAL, BOLD
4544
+ # },
4545
+ # font_style: "NORMAL", # accepts NORMAL, ITALIC
4546
+ # font_family: "String",
4547
+ # },
4548
+ # legend_value_font_configuration: {
4549
+ # font_size: {
4550
+ # relative: "EXTRA_SMALL", # accepts EXTRA_SMALL, SMALL, MEDIUM, LARGE, EXTRA_LARGE
4551
+ # absolute: "PixelLength",
4552
+ # },
4553
+ # font_decoration: "UNDERLINE", # accepts UNDERLINE, NONE
4554
+ # font_color: "HexColor",
4555
+ # font_weight: {
4556
+ # name: "NORMAL", # accepts NORMAL, BOLD
4557
+ # },
4558
+ # font_style: "NORMAL", # accepts NORMAL, ITALIC
4559
+ # font_family: "String",
4560
+ # },
4561
+ # data_label_font_configuration: {
4562
+ # font_size: {
4563
+ # relative: "EXTRA_SMALL", # accepts EXTRA_SMALL, SMALL, MEDIUM, LARGE, EXTRA_LARGE
4564
+ # absolute: "PixelLength",
4565
+ # },
4566
+ # font_decoration: "UNDERLINE", # accepts UNDERLINE, NONE
4567
+ # font_color: "HexColor",
4568
+ # font_weight: {
4569
+ # name: "NORMAL", # accepts NORMAL, BOLD
4570
+ # },
4571
+ # font_style: "NORMAL", # accepts NORMAL, ITALIC
4572
+ # font_family: "String",
4573
+ # },
4574
+ # visual_title_font_configuration: {
4575
+ # font_configuration: {
4576
+ # font_size: {
4577
+ # relative: "EXTRA_SMALL", # accepts EXTRA_SMALL, SMALL, MEDIUM, LARGE, EXTRA_LARGE
4578
+ # absolute: "PixelLength",
4579
+ # },
4580
+ # font_decoration: "UNDERLINE", # accepts UNDERLINE, NONE
4581
+ # font_color: "HexColor",
4582
+ # font_weight: {
4583
+ # name: "NORMAL", # accepts NORMAL, BOLD
4584
+ # },
4585
+ # font_style: "NORMAL", # accepts NORMAL, ITALIC
4586
+ # font_family: "String",
4587
+ # },
4588
+ # text_alignment: "LEFT", # accepts LEFT, CENTER, RIGHT, AUTO
4589
+ # text_transform: "CAPITALIZE", # accepts CAPITALIZE
4590
+ # },
4591
+ # visual_subtitle_font_configuration: {
4592
+ # font_configuration: {
4593
+ # font_size: {
4594
+ # relative: "EXTRA_SMALL", # accepts EXTRA_SMALL, SMALL, MEDIUM, LARGE, EXTRA_LARGE
4595
+ # absolute: "PixelLength",
4596
+ # },
4597
+ # font_decoration: "UNDERLINE", # accepts UNDERLINE, NONE
4598
+ # font_color: "HexColor",
4599
+ # font_weight: {
4600
+ # name: "NORMAL", # accepts NORMAL, BOLD
4601
+ # },
4602
+ # font_style: "NORMAL", # accepts NORMAL, ITALIC
4603
+ # font_family: "String",
4604
+ # },
4605
+ # text_alignment: "LEFT", # accepts LEFT, CENTER, RIGHT, AUTO
4606
+ # text_transform: "CAPITALIZE", # accepts CAPITALIZE
4607
+ # },
4024
4608
  # },
4025
4609
  # },
4026
4610
  # permissions: [
@@ -4822,7 +5406,7 @@ module Aws::QuickSight
4822
5406
  # The ID of the Amazon Web Services account that owns the brand.
4823
5407
  #
4824
5408
  # @option params [required, String] :brand_id
4825
- # The ID of the QuickSight brand.
5409
+ # The ID of the Quick Suite brand.
4826
5410
  #
4827
5411
  # @return [Types::DeleteBrandResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
4828
5412
  #
@@ -4964,7 +5548,7 @@ module Aws::QuickSight
4964
5548
  # The Amazon Web Services account ID.
4965
5549
  #
4966
5550
  # @option params [required, String] :data_set_id
4967
- # The ID for the dataset that you want to create. This ID is unique per
5551
+ # The ID for the dataset that you want to delete. This ID is unique per
4968
5552
  # Amazon Web Services Region for each Amazon Web Services account.
4969
5553
  #
4970
5554
  # @return [Types::DeleteDataSetResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
@@ -6909,7 +7493,7 @@ module Aws::QuickSight
6909
7493
  # The ID of the Amazon Web Services account that owns the brand.
6910
7494
  #
6911
7495
  # @option params [required, String] :brand_id
6912
- # The ID of the QuickSight brand.
7496
+ # The ID of the Quick Suite brand.
6913
7497
  #
6914
7498
  # @option params [String] :version_id
6915
7499
  # The ID of the specific version. The default value is the latest
@@ -7044,7 +7628,7 @@ module Aws::QuickSight
7044
7628
  # The ID of the Amazon Web Services account that owns the brand.
7045
7629
  #
7046
7630
  # @option params [required, String] :brand_id
7047
- # The ID of the QuickSight brand.
7631
+ # The ID of the Quick Suite brand.
7048
7632
  #
7049
7633
  # @return [Types::DescribeBrandPublishedVersionResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
7050
7634
  #
@@ -7628,8 +8212,8 @@ module Aws::QuickSight
7628
8212
  # The Amazon Web Services account ID.
7629
8213
  #
7630
8214
  # @option params [required, String] :data_set_id
7631
- # The ID for the dataset that you want to create. This ID is unique per
7632
- # Amazon Web Services Region for each Amazon Web Services account.
8215
+ # The ID for the dataset that you want to describe. This ID is unique
8216
+ # per Amazon Web Services Region for each Amazon Web Services account.
7633
8217
  #
7634
8218
  # @return [Types::DescribeDataSetResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
7635
8219
  #
@@ -7658,6 +8242,7 @@ module Aws::QuickSight
7658
8242
  # resp.data_set.physical_table_map["PhysicalTableId"].relational_table.name #=> String
7659
8243
  # resp.data_set.physical_table_map["PhysicalTableId"].relational_table.input_columns #=> Array
7660
8244
  # resp.data_set.physical_table_map["PhysicalTableId"].relational_table.input_columns[0].name #=> String
8245
+ # resp.data_set.physical_table_map["PhysicalTableId"].relational_table.input_columns[0].id #=> String
7661
8246
  # resp.data_set.physical_table_map["PhysicalTableId"].relational_table.input_columns[0].type #=> String, one of "STRING", "INTEGER", "DECIMAL", "DATETIME", "BIT", "BOOLEAN", "JSON"
7662
8247
  # resp.data_set.physical_table_map["PhysicalTableId"].relational_table.input_columns[0].sub_type #=> String, one of "FLOAT", "FIXED"
7663
8248
  # resp.data_set.physical_table_map["PhysicalTableId"].custom_sql.data_source_arn #=> String
@@ -7665,6 +8250,7 @@ module Aws::QuickSight
7665
8250
  # resp.data_set.physical_table_map["PhysicalTableId"].custom_sql.sql_query #=> String
7666
8251
  # resp.data_set.physical_table_map["PhysicalTableId"].custom_sql.columns #=> Array
7667
8252
  # resp.data_set.physical_table_map["PhysicalTableId"].custom_sql.columns[0].name #=> String
8253
+ # resp.data_set.physical_table_map["PhysicalTableId"].custom_sql.columns[0].id #=> String
7668
8254
  # resp.data_set.physical_table_map["PhysicalTableId"].custom_sql.columns[0].type #=> String, one of "STRING", "INTEGER", "DECIMAL", "DATETIME", "BIT", "BOOLEAN", "JSON"
7669
8255
  # resp.data_set.physical_table_map["PhysicalTableId"].custom_sql.columns[0].sub_type #=> String, one of "FLOAT", "FIXED"
7670
8256
  # resp.data_set.physical_table_map["PhysicalTableId"].s3_source.data_source_arn #=> String
@@ -7673,16 +8259,57 @@ module Aws::QuickSight
7673
8259
  # resp.data_set.physical_table_map["PhysicalTableId"].s3_source.upload_settings.contains_header #=> Boolean
7674
8260
  # resp.data_set.physical_table_map["PhysicalTableId"].s3_source.upload_settings.text_qualifier #=> String, one of "DOUBLE_QUOTE", "SINGLE_QUOTE"
7675
8261
  # resp.data_set.physical_table_map["PhysicalTableId"].s3_source.upload_settings.delimiter #=> String
8262
+ # resp.data_set.physical_table_map["PhysicalTableId"].s3_source.upload_settings.custom_cell_address_range #=> String
7676
8263
  # resp.data_set.physical_table_map["PhysicalTableId"].s3_source.input_columns #=> Array
7677
8264
  # resp.data_set.physical_table_map["PhysicalTableId"].s3_source.input_columns[0].name #=> String
8265
+ # resp.data_set.physical_table_map["PhysicalTableId"].s3_source.input_columns[0].id #=> String
7678
8266
  # resp.data_set.physical_table_map["PhysicalTableId"].s3_source.input_columns[0].type #=> String, one of "STRING", "INTEGER", "DECIMAL", "DATETIME", "BIT", "BOOLEAN", "JSON"
7679
8267
  # resp.data_set.physical_table_map["PhysicalTableId"].s3_source.input_columns[0].sub_type #=> String, one of "FLOAT", "FIXED"
8268
+ # resp.data_set.physical_table_map["PhysicalTableId"].saa_s_table.data_source_arn #=> String
8269
+ # resp.data_set.physical_table_map["PhysicalTableId"].saa_s_table.table_path #=> Array
8270
+ # resp.data_set.physical_table_map["PhysicalTableId"].saa_s_table.table_path[0].name #=> String
8271
+ # resp.data_set.physical_table_map["PhysicalTableId"].saa_s_table.table_path[0].id #=> String
8272
+ # resp.data_set.physical_table_map["PhysicalTableId"].saa_s_table.input_columns #=> Array
8273
+ # resp.data_set.physical_table_map["PhysicalTableId"].saa_s_table.input_columns[0].name #=> String
8274
+ # resp.data_set.physical_table_map["PhysicalTableId"].saa_s_table.input_columns[0].id #=> String
8275
+ # resp.data_set.physical_table_map["PhysicalTableId"].saa_s_table.input_columns[0].type #=> String, one of "STRING", "INTEGER", "DECIMAL", "DATETIME", "BIT", "BOOLEAN", "JSON"
8276
+ # resp.data_set.physical_table_map["PhysicalTableId"].saa_s_table.input_columns[0].sub_type #=> String, one of "FLOAT", "FIXED"
7680
8277
  # resp.data_set.logical_table_map #=> Hash
7681
8278
  # resp.data_set.logical_table_map["LogicalTableId"].alias #=> String
7682
8279
  # resp.data_set.logical_table_map["LogicalTableId"].data_transforms #=> Array
8280
+ # resp.data_set.logical_table_map["LogicalTableId"].data_transforms[0].project_operation.alias #=> String
8281
+ # resp.data_set.logical_table_map["LogicalTableId"].data_transforms[0].project_operation.source.transform_operation_id #=> String
8282
+ # resp.data_set.logical_table_map["LogicalTableId"].data_transforms[0].project_operation.source.column_id_mappings #=> Array
8283
+ # resp.data_set.logical_table_map["LogicalTableId"].data_transforms[0].project_operation.source.column_id_mappings[0].source_column_id #=> String
8284
+ # resp.data_set.logical_table_map["LogicalTableId"].data_transforms[0].project_operation.source.column_id_mappings[0].target_column_id #=> String
7683
8285
  # resp.data_set.logical_table_map["LogicalTableId"].data_transforms[0].project_operation.projected_columns #=> Array
7684
8286
  # resp.data_set.logical_table_map["LogicalTableId"].data_transforms[0].project_operation.projected_columns[0] #=> String
7685
8287
  # resp.data_set.logical_table_map["LogicalTableId"].data_transforms[0].filter_operation.condition_expression #=> String
8288
+ # resp.data_set.logical_table_map["LogicalTableId"].data_transforms[0].filter_operation.string_filter_condition.column_name #=> String
8289
+ # resp.data_set.logical_table_map["LogicalTableId"].data_transforms[0].filter_operation.string_filter_condition.comparison_filter_condition.operator #=> String, one of "EQUALS", "DOES_NOT_EQUAL", "CONTAINS", "DOES_NOT_CONTAIN", "STARTS_WITH", "ENDS_WITH"
8290
+ # resp.data_set.logical_table_map["LogicalTableId"].data_transforms[0].filter_operation.string_filter_condition.comparison_filter_condition.value.static_value #=> String
8291
+ # resp.data_set.logical_table_map["LogicalTableId"].data_transforms[0].filter_operation.string_filter_condition.list_filter_condition.operator #=> String, one of "INCLUDE", "EXCLUDE"
8292
+ # resp.data_set.logical_table_map["LogicalTableId"].data_transforms[0].filter_operation.string_filter_condition.list_filter_condition.values.static_values #=> Array
8293
+ # resp.data_set.logical_table_map["LogicalTableId"].data_transforms[0].filter_operation.string_filter_condition.list_filter_condition.values.static_values[0] #=> String
8294
+ # resp.data_set.logical_table_map["LogicalTableId"].data_transforms[0].filter_operation.numeric_filter_condition.column_name #=> String
8295
+ # resp.data_set.logical_table_map["LogicalTableId"].data_transforms[0].filter_operation.numeric_filter_condition.comparison_filter_condition.operator #=> String, one of "EQUALS", "DOES_NOT_EQUAL", "GREATER_THAN", "GREATER_THAN_OR_EQUALS_TO", "LESS_THAN", "LESS_THAN_OR_EQUALS_TO"
8296
+ # resp.data_set.logical_table_map["LogicalTableId"].data_transforms[0].filter_operation.numeric_filter_condition.comparison_filter_condition.value.static_value #=> Float
8297
+ # resp.data_set.logical_table_map["LogicalTableId"].data_transforms[0].filter_operation.numeric_filter_condition.range_filter_condition.range_minimum.static_value #=> Float
8298
+ # resp.data_set.logical_table_map["LogicalTableId"].data_transforms[0].filter_operation.numeric_filter_condition.range_filter_condition.range_maximum.static_value #=> Float
8299
+ # resp.data_set.logical_table_map["LogicalTableId"].data_transforms[0].filter_operation.numeric_filter_condition.range_filter_condition.include_minimum #=> Boolean
8300
+ # resp.data_set.logical_table_map["LogicalTableId"].data_transforms[0].filter_operation.numeric_filter_condition.range_filter_condition.include_maximum #=> Boolean
8301
+ # resp.data_set.logical_table_map["LogicalTableId"].data_transforms[0].filter_operation.date_filter_condition.column_name #=> String
8302
+ # resp.data_set.logical_table_map["LogicalTableId"].data_transforms[0].filter_operation.date_filter_condition.comparison_filter_condition.operator #=> String, one of "BEFORE", "BEFORE_OR_EQUALS_TO", "AFTER", "AFTER_OR_EQUALS_TO"
8303
+ # resp.data_set.logical_table_map["LogicalTableId"].data_transforms[0].filter_operation.date_filter_condition.comparison_filter_condition.value.static_value #=> Time
8304
+ # resp.data_set.logical_table_map["LogicalTableId"].data_transforms[0].filter_operation.date_filter_condition.range_filter_condition.range_minimum.static_value #=> Time
8305
+ # resp.data_set.logical_table_map["LogicalTableId"].data_transforms[0].filter_operation.date_filter_condition.range_filter_condition.range_maximum.static_value #=> Time
8306
+ # resp.data_set.logical_table_map["LogicalTableId"].data_transforms[0].filter_operation.date_filter_condition.range_filter_condition.include_minimum #=> Boolean
8307
+ # resp.data_set.logical_table_map["LogicalTableId"].data_transforms[0].filter_operation.date_filter_condition.range_filter_condition.include_maximum #=> Boolean
8308
+ # resp.data_set.logical_table_map["LogicalTableId"].data_transforms[0].create_columns_operation.alias #=> String
8309
+ # resp.data_set.logical_table_map["LogicalTableId"].data_transforms[0].create_columns_operation.source.transform_operation_id #=> String
8310
+ # resp.data_set.logical_table_map["LogicalTableId"].data_transforms[0].create_columns_operation.source.column_id_mappings #=> Array
8311
+ # resp.data_set.logical_table_map["LogicalTableId"].data_transforms[0].create_columns_operation.source.column_id_mappings[0].source_column_id #=> String
8312
+ # resp.data_set.logical_table_map["LogicalTableId"].data_transforms[0].create_columns_operation.source.column_id_mappings[0].target_column_id #=> String
7686
8313
  # resp.data_set.logical_table_map["LogicalTableId"].data_transforms[0].create_columns_operation.columns #=> Array
7687
8314
  # resp.data_set.logical_table_map["LogicalTableId"].data_transforms[0].create_columns_operation.columns[0].column_name #=> String
7688
8315
  # resp.data_set.logical_table_map["LogicalTableId"].data_transforms[0].create_columns_operation.columns[0].column_id #=> String
@@ -7720,6 +8347,7 @@ module Aws::QuickSight
7720
8347
  # resp.data_set.logical_table_map["LogicalTableId"].source.data_set_arn #=> String
7721
8348
  # resp.data_set.output_columns #=> Array
7722
8349
  # resp.data_set.output_columns[0].name #=> String
8350
+ # resp.data_set.output_columns[0].id #=> String
7723
8351
  # resp.data_set.output_columns[0].description #=> String
7724
8352
  # resp.data_set.output_columns[0].type #=> String, one of "STRING", "INTEGER", "DECIMAL", "DATETIME"
7725
8353
  # resp.data_set.output_columns[0].sub_type #=> String, one of "FLOAT", "FIXED"
@@ -7781,6 +8409,174 @@ module Aws::QuickSight
7781
8409
  # resp.data_set.performance_configuration.unique_keys[0].column_names #=> Array
7782
8410
  # resp.data_set.performance_configuration.unique_keys[0].column_names[0] #=> String
7783
8411
  # resp.data_set.use_as #=> String, one of "RLS_RULES"
8412
+ # resp.data_set.data_prep_configuration.source_table_map #=> Hash
8413
+ # resp.data_set.data_prep_configuration.source_table_map["DataSetEntityResourceId"].physical_table_id #=> String
8414
+ # resp.data_set.data_prep_configuration.source_table_map["DataSetEntityResourceId"].data_set.data_set_arn #=> String
8415
+ # resp.data_set.data_prep_configuration.source_table_map["DataSetEntityResourceId"].data_set.input_columns #=> Array
8416
+ # resp.data_set.data_prep_configuration.source_table_map["DataSetEntityResourceId"].data_set.input_columns[0].name #=> String
8417
+ # resp.data_set.data_prep_configuration.source_table_map["DataSetEntityResourceId"].data_set.input_columns[0].id #=> String
8418
+ # resp.data_set.data_prep_configuration.source_table_map["DataSetEntityResourceId"].data_set.input_columns[0].type #=> String, one of "STRING", "INTEGER", "DECIMAL", "DATETIME", "BIT", "BOOLEAN", "JSON"
8419
+ # resp.data_set.data_prep_configuration.source_table_map["DataSetEntityResourceId"].data_set.input_columns[0].sub_type #=> String, one of "FLOAT", "FIXED"
8420
+ # resp.data_set.data_prep_configuration.transform_step_map #=> Hash
8421
+ # resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].import_table_step.alias #=> String
8422
+ # resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].import_table_step.source.source_table_id #=> String
8423
+ # resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].import_table_step.source.column_id_mappings #=> Array
8424
+ # resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].import_table_step.source.column_id_mappings[0].source_column_id #=> String
8425
+ # resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].import_table_step.source.column_id_mappings[0].target_column_id #=> String
8426
+ # resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].project_step.alias #=> String
8427
+ # resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].project_step.source.transform_operation_id #=> String
8428
+ # resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].project_step.source.column_id_mappings #=> Array
8429
+ # resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].project_step.source.column_id_mappings[0].source_column_id #=> String
8430
+ # resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].project_step.source.column_id_mappings[0].target_column_id #=> String
8431
+ # resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].project_step.projected_columns #=> Array
8432
+ # resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].project_step.projected_columns[0] #=> String
8433
+ # resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].filters_step.alias #=> String
8434
+ # resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].filters_step.source.transform_operation_id #=> String
8435
+ # resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].filters_step.source.column_id_mappings #=> Array
8436
+ # resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].filters_step.source.column_id_mappings[0].source_column_id #=> String
8437
+ # resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].filters_step.source.column_id_mappings[0].target_column_id #=> String
8438
+ # resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].filters_step.filter_operations #=> Array
8439
+ # resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].filters_step.filter_operations[0].condition_expression #=> String
8440
+ # resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].filters_step.filter_operations[0].string_filter_condition.column_name #=> String
8441
+ # resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].filters_step.filter_operations[0].string_filter_condition.comparison_filter_condition.operator #=> String, one of "EQUALS", "DOES_NOT_EQUAL", "CONTAINS", "DOES_NOT_CONTAIN", "STARTS_WITH", "ENDS_WITH"
8442
+ # resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].filters_step.filter_operations[0].string_filter_condition.comparison_filter_condition.value.static_value #=> String
8443
+ # resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].filters_step.filter_operations[0].string_filter_condition.list_filter_condition.operator #=> String, one of "INCLUDE", "EXCLUDE"
8444
+ # resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].filters_step.filter_operations[0].string_filter_condition.list_filter_condition.values.static_values #=> Array
8445
+ # resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].filters_step.filter_operations[0].string_filter_condition.list_filter_condition.values.static_values[0] #=> String
8446
+ # resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].filters_step.filter_operations[0].numeric_filter_condition.column_name #=> String
8447
+ # resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].filters_step.filter_operations[0].numeric_filter_condition.comparison_filter_condition.operator #=> String, one of "EQUALS", "DOES_NOT_EQUAL", "GREATER_THAN", "GREATER_THAN_OR_EQUALS_TO", "LESS_THAN", "LESS_THAN_OR_EQUALS_TO"
8448
+ # resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].filters_step.filter_operations[0].numeric_filter_condition.comparison_filter_condition.value.static_value #=> Float
8449
+ # resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].filters_step.filter_operations[0].numeric_filter_condition.range_filter_condition.range_minimum.static_value #=> Float
8450
+ # resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].filters_step.filter_operations[0].numeric_filter_condition.range_filter_condition.range_maximum.static_value #=> Float
8451
+ # resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].filters_step.filter_operations[0].numeric_filter_condition.range_filter_condition.include_minimum #=> Boolean
8452
+ # resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].filters_step.filter_operations[0].numeric_filter_condition.range_filter_condition.include_maximum #=> Boolean
8453
+ # resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].filters_step.filter_operations[0].date_filter_condition.column_name #=> String
8454
+ # resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].filters_step.filter_operations[0].date_filter_condition.comparison_filter_condition.operator #=> String, one of "BEFORE", "BEFORE_OR_EQUALS_TO", "AFTER", "AFTER_OR_EQUALS_TO"
8455
+ # resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].filters_step.filter_operations[0].date_filter_condition.comparison_filter_condition.value.static_value #=> Time
8456
+ # resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].filters_step.filter_operations[0].date_filter_condition.range_filter_condition.range_minimum.static_value #=> Time
8457
+ # resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].filters_step.filter_operations[0].date_filter_condition.range_filter_condition.range_maximum.static_value #=> Time
8458
+ # resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].filters_step.filter_operations[0].date_filter_condition.range_filter_condition.include_minimum #=> Boolean
8459
+ # resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].filters_step.filter_operations[0].date_filter_condition.range_filter_condition.include_maximum #=> Boolean
8460
+ # resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].create_columns_step.alias #=> String
8461
+ # resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].create_columns_step.source.transform_operation_id #=> String
8462
+ # resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].create_columns_step.source.column_id_mappings #=> Array
8463
+ # resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].create_columns_step.source.column_id_mappings[0].source_column_id #=> String
8464
+ # resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].create_columns_step.source.column_id_mappings[0].target_column_id #=> String
8465
+ # resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].create_columns_step.columns #=> Array
8466
+ # resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].create_columns_step.columns[0].column_name #=> String
8467
+ # resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].create_columns_step.columns[0].column_id #=> String
8468
+ # resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].create_columns_step.columns[0].expression #=> String
8469
+ # resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].rename_columns_step.alias #=> String
8470
+ # resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].rename_columns_step.source.transform_operation_id #=> String
8471
+ # resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].rename_columns_step.source.column_id_mappings #=> Array
8472
+ # resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].rename_columns_step.source.column_id_mappings[0].source_column_id #=> String
8473
+ # resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].rename_columns_step.source.column_id_mappings[0].target_column_id #=> String
8474
+ # resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].rename_columns_step.rename_column_operations #=> Array
8475
+ # resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].rename_columns_step.rename_column_operations[0].column_name #=> String
8476
+ # resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].rename_columns_step.rename_column_operations[0].new_column_name #=> String
8477
+ # resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].cast_column_types_step.alias #=> String
8478
+ # resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].cast_column_types_step.source.transform_operation_id #=> String
8479
+ # resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].cast_column_types_step.source.column_id_mappings #=> Array
8480
+ # resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].cast_column_types_step.source.column_id_mappings[0].source_column_id #=> String
8481
+ # resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].cast_column_types_step.source.column_id_mappings[0].target_column_id #=> String
8482
+ # resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].cast_column_types_step.cast_column_type_operations #=> Array
8483
+ # resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].cast_column_types_step.cast_column_type_operations[0].column_name #=> String
8484
+ # resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].cast_column_types_step.cast_column_type_operations[0].new_column_type #=> String, one of "STRING", "INTEGER", "DECIMAL", "DATETIME"
8485
+ # resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].cast_column_types_step.cast_column_type_operations[0].sub_type #=> String, one of "FLOAT", "FIXED"
8486
+ # resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].cast_column_types_step.cast_column_type_operations[0].format #=> String
8487
+ # resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].join_step.alias #=> String
8488
+ # resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].join_step.left_operand.transform_operation_id #=> String
8489
+ # resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].join_step.left_operand.column_id_mappings #=> Array
8490
+ # resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].join_step.left_operand.column_id_mappings[0].source_column_id #=> String
8491
+ # resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].join_step.left_operand.column_id_mappings[0].target_column_id #=> String
8492
+ # resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].join_step.right_operand.transform_operation_id #=> String
8493
+ # resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].join_step.right_operand.column_id_mappings #=> Array
8494
+ # resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].join_step.right_operand.column_id_mappings[0].source_column_id #=> String
8495
+ # resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].join_step.right_operand.column_id_mappings[0].target_column_id #=> String
8496
+ # resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].join_step.type #=> String, one of "INNER", "OUTER", "LEFT", "RIGHT"
8497
+ # resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].join_step.on_clause #=> String
8498
+ # resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].join_step.left_operand_properties.output_column_name_overrides #=> Array
8499
+ # resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].join_step.left_operand_properties.output_column_name_overrides[0].source_column_name #=> String
8500
+ # resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].join_step.left_operand_properties.output_column_name_overrides[0].output_column_name #=> String
8501
+ # resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].join_step.right_operand_properties.output_column_name_overrides #=> Array
8502
+ # resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].join_step.right_operand_properties.output_column_name_overrides[0].source_column_name #=> String
8503
+ # resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].join_step.right_operand_properties.output_column_name_overrides[0].output_column_name #=> String
8504
+ # resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].aggregate_step.alias #=> String
8505
+ # resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].aggregate_step.source.transform_operation_id #=> String
8506
+ # resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].aggregate_step.source.column_id_mappings #=> Array
8507
+ # resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].aggregate_step.source.column_id_mappings[0].source_column_id #=> String
8508
+ # resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].aggregate_step.source.column_id_mappings[0].target_column_id #=> String
8509
+ # resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].aggregate_step.group_by_column_names #=> Array
8510
+ # resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].aggregate_step.group_by_column_names[0] #=> String
8511
+ # resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].aggregate_step.aggregations #=> Array
8512
+ # resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].aggregate_step.aggregations[0].aggregation_function.simple_aggregation.input_column_name #=> String
8513
+ # resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].aggregate_step.aggregations[0].aggregation_function.simple_aggregation.function_type #=> String, one of "COUNT", "DISTINCT_COUNT", "SUM", "AVERAGE", "MAX", "MIN"
8514
+ # resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].aggregate_step.aggregations[0].aggregation_function.list_aggregation.input_column_name #=> String
8515
+ # resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].aggregate_step.aggregations[0].aggregation_function.list_aggregation.separator #=> String
8516
+ # resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].aggregate_step.aggregations[0].aggregation_function.list_aggregation.distinct #=> Boolean
8517
+ # resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].aggregate_step.aggregations[0].new_column_name #=> String
8518
+ # resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].aggregate_step.aggregations[0].new_column_id #=> String
8519
+ # resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].pivot_step.alias #=> String
8520
+ # resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].pivot_step.source.transform_operation_id #=> String
8521
+ # resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].pivot_step.source.column_id_mappings #=> Array
8522
+ # resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].pivot_step.source.column_id_mappings[0].source_column_id #=> String
8523
+ # resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].pivot_step.source.column_id_mappings[0].target_column_id #=> String
8524
+ # resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].pivot_step.group_by_column_names #=> Array
8525
+ # resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].pivot_step.group_by_column_names[0] #=> String
8526
+ # resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].pivot_step.value_column_configuration.aggregation_function.simple_aggregation.input_column_name #=> String
8527
+ # resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].pivot_step.value_column_configuration.aggregation_function.simple_aggregation.function_type #=> String, one of "COUNT", "DISTINCT_COUNT", "SUM", "AVERAGE", "MAX", "MIN"
8528
+ # resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].pivot_step.value_column_configuration.aggregation_function.list_aggregation.input_column_name #=> String
8529
+ # resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].pivot_step.value_column_configuration.aggregation_function.list_aggregation.separator #=> String
8530
+ # resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].pivot_step.value_column_configuration.aggregation_function.list_aggregation.distinct #=> Boolean
8531
+ # resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].pivot_step.pivot_configuration.label_column_name #=> String
8532
+ # resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].pivot_step.pivot_configuration.pivoted_labels #=> Array
8533
+ # resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].pivot_step.pivot_configuration.pivoted_labels[0].label_name #=> String
8534
+ # resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].pivot_step.pivot_configuration.pivoted_labels[0].new_column_name #=> String
8535
+ # resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].pivot_step.pivot_configuration.pivoted_labels[0].new_column_id #=> String
8536
+ # resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].unpivot_step.alias #=> String
8537
+ # resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].unpivot_step.source.transform_operation_id #=> String
8538
+ # resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].unpivot_step.source.column_id_mappings #=> Array
8539
+ # resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].unpivot_step.source.column_id_mappings[0].source_column_id #=> String
8540
+ # resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].unpivot_step.source.column_id_mappings[0].target_column_id #=> String
8541
+ # resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].unpivot_step.columns_to_unpivot #=> Array
8542
+ # resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].unpivot_step.columns_to_unpivot[0].column_name #=> String
8543
+ # resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].unpivot_step.columns_to_unpivot[0].new_value #=> String
8544
+ # resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].unpivot_step.unpivoted_label_column_name #=> String
8545
+ # resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].unpivot_step.unpivoted_label_column_id #=> String
8546
+ # resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].unpivot_step.unpivoted_value_column_name #=> String
8547
+ # resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].unpivot_step.unpivoted_value_column_id #=> String
8548
+ # resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].append_step.alias #=> String
8549
+ # resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].append_step.first_source.transform_operation_id #=> String
8550
+ # resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].append_step.first_source.column_id_mappings #=> Array
8551
+ # resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].append_step.first_source.column_id_mappings[0].source_column_id #=> String
8552
+ # resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].append_step.first_source.column_id_mappings[0].target_column_id #=> String
8553
+ # resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].append_step.second_source.transform_operation_id #=> String
8554
+ # resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].append_step.second_source.column_id_mappings #=> Array
8555
+ # resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].append_step.second_source.column_id_mappings[0].source_column_id #=> String
8556
+ # resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].append_step.second_source.column_id_mappings[0].target_column_id #=> String
8557
+ # resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].append_step.appended_columns #=> Array
8558
+ # resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].append_step.appended_columns[0].column_name #=> String
8559
+ # resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].append_step.appended_columns[0].new_column_id #=> String
8560
+ # resp.data_set.data_prep_configuration.destination_table_map #=> Hash
8561
+ # resp.data_set.data_prep_configuration.destination_table_map["DataSetEntityResourceId"].alias #=> String
8562
+ # resp.data_set.data_prep_configuration.destination_table_map["DataSetEntityResourceId"].source.transform_operation_id #=> String
8563
+ # resp.data_set.semantic_model_configuration.table_map #=> Hash
8564
+ # resp.data_set.semantic_model_configuration.table_map["DataSetEntityResourceId"].alias #=> String
8565
+ # resp.data_set.semantic_model_configuration.table_map["DataSetEntityResourceId"].destination_table_id #=> String
8566
+ # resp.data_set.semantic_model_configuration.table_map["DataSetEntityResourceId"].row_level_permission_configuration.tag_configuration.status #=> String, one of "ENABLED", "DISABLED"
8567
+ # resp.data_set.semantic_model_configuration.table_map["DataSetEntityResourceId"].row_level_permission_configuration.tag_configuration.tag_rules #=> Array
8568
+ # resp.data_set.semantic_model_configuration.table_map["DataSetEntityResourceId"].row_level_permission_configuration.tag_configuration.tag_rules[0].tag_key #=> String
8569
+ # resp.data_set.semantic_model_configuration.table_map["DataSetEntityResourceId"].row_level_permission_configuration.tag_configuration.tag_rules[0].column_name #=> String
8570
+ # resp.data_set.semantic_model_configuration.table_map["DataSetEntityResourceId"].row_level_permission_configuration.tag_configuration.tag_rules[0].tag_multi_value_delimiter #=> String
8571
+ # resp.data_set.semantic_model_configuration.table_map["DataSetEntityResourceId"].row_level_permission_configuration.tag_configuration.tag_rules[0].match_all_value #=> String
8572
+ # resp.data_set.semantic_model_configuration.table_map["DataSetEntityResourceId"].row_level_permission_configuration.tag_configuration.tag_rule_configurations #=> Array
8573
+ # resp.data_set.semantic_model_configuration.table_map["DataSetEntityResourceId"].row_level_permission_configuration.tag_configuration.tag_rule_configurations[0] #=> Array
8574
+ # resp.data_set.semantic_model_configuration.table_map["DataSetEntityResourceId"].row_level_permission_configuration.tag_configuration.tag_rule_configurations[0][0] #=> String
8575
+ # resp.data_set.semantic_model_configuration.table_map["DataSetEntityResourceId"].row_level_permission_configuration.row_level_permission_data_set.namespace #=> String
8576
+ # resp.data_set.semantic_model_configuration.table_map["DataSetEntityResourceId"].row_level_permission_configuration.row_level_permission_data_set.arn #=> String
8577
+ # resp.data_set.semantic_model_configuration.table_map["DataSetEntityResourceId"].row_level_permission_configuration.row_level_permission_data_set.permission_policy #=> String, one of "GRANT_ACCESS", "DENY_ACCESS"
8578
+ # resp.data_set.semantic_model_configuration.table_map["DataSetEntityResourceId"].row_level_permission_configuration.row_level_permission_data_set.format_version #=> String, one of "VERSION_1", "VERSION_2"
8579
+ # resp.data_set.semantic_model_configuration.table_map["DataSetEntityResourceId"].row_level_permission_configuration.row_level_permission_data_set.status #=> String, one of "ENABLED", "DISABLED"
7784
8580
  # resp.request_id #=> String
7785
8581
  # resp.status #=> Integer
7786
8582
  #
@@ -7802,8 +8598,8 @@ module Aws::QuickSight
7802
8598
  # The Amazon Web Services account ID.
7803
8599
  #
7804
8600
  # @option params [required, String] :data_set_id
7805
- # The ID for the dataset that you want to create. This ID is unique per
7806
- # Amazon Web Services Region for each Amazon Web Services account.
8601
+ # The ID for the dataset that you want to describe. This ID is unique
8602
+ # per Amazon Web Services Region for each Amazon Web Services account.
7807
8603
  #
7808
8604
  # @return [Types::DescribeDataSetPermissionsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
7809
8605
  #
@@ -9201,11 +9997,71 @@ module Aws::QuickSight
9201
9997
  # resp.theme.version.configuration.ui_color_palette.dimension_foreground #=> String
9202
9998
  # resp.theme.version.configuration.ui_color_palette.measure #=> String
9203
9999
  # resp.theme.version.configuration.ui_color_palette.measure_foreground #=> String
10000
+ # resp.theme.version.configuration.sheet.tile.background_color #=> String
10001
+ # resp.theme.version.configuration.sheet.tile.border.color #=> String
9204
10002
  # resp.theme.version.configuration.sheet.tile.border.show #=> Boolean
10003
+ # resp.theme.version.configuration.sheet.tile.border.width #=> String
10004
+ # resp.theme.version.configuration.sheet.tile.border_radius #=> String
10005
+ # resp.theme.version.configuration.sheet.tile.padding #=> String
9205
10006
  # resp.theme.version.configuration.sheet.tile_layout.gutter.show #=> Boolean
9206
10007
  # resp.theme.version.configuration.sheet.tile_layout.margin.show #=> Boolean
10008
+ # resp.theme.version.configuration.sheet.background.color #=> String
10009
+ # resp.theme.version.configuration.sheet.background.gradient #=> String
9207
10010
  # resp.theme.version.configuration.typography.font_families #=> Array
9208
10011
  # resp.theme.version.configuration.typography.font_families[0].font_family #=> String
10012
+ # resp.theme.version.configuration.typography.axis_title_font_configuration.font_size.relative #=> String, one of "EXTRA_SMALL", "SMALL", "MEDIUM", "LARGE", "EXTRA_LARGE"
10013
+ # resp.theme.version.configuration.typography.axis_title_font_configuration.font_size.absolute #=> String
10014
+ # resp.theme.version.configuration.typography.axis_title_font_configuration.font_decoration #=> String, one of "UNDERLINE", "NONE"
10015
+ # resp.theme.version.configuration.typography.axis_title_font_configuration.font_color #=> String
10016
+ # resp.theme.version.configuration.typography.axis_title_font_configuration.font_weight.name #=> String, one of "NORMAL", "BOLD"
10017
+ # resp.theme.version.configuration.typography.axis_title_font_configuration.font_style #=> String, one of "NORMAL", "ITALIC"
10018
+ # resp.theme.version.configuration.typography.axis_title_font_configuration.font_family #=> String
10019
+ # resp.theme.version.configuration.typography.axis_label_font_configuration.font_size.relative #=> String, one of "EXTRA_SMALL", "SMALL", "MEDIUM", "LARGE", "EXTRA_LARGE"
10020
+ # resp.theme.version.configuration.typography.axis_label_font_configuration.font_size.absolute #=> String
10021
+ # resp.theme.version.configuration.typography.axis_label_font_configuration.font_decoration #=> String, one of "UNDERLINE", "NONE"
10022
+ # resp.theme.version.configuration.typography.axis_label_font_configuration.font_color #=> String
10023
+ # resp.theme.version.configuration.typography.axis_label_font_configuration.font_weight.name #=> String, one of "NORMAL", "BOLD"
10024
+ # resp.theme.version.configuration.typography.axis_label_font_configuration.font_style #=> String, one of "NORMAL", "ITALIC"
10025
+ # resp.theme.version.configuration.typography.axis_label_font_configuration.font_family #=> String
10026
+ # resp.theme.version.configuration.typography.legend_title_font_configuration.font_size.relative #=> String, one of "EXTRA_SMALL", "SMALL", "MEDIUM", "LARGE", "EXTRA_LARGE"
10027
+ # resp.theme.version.configuration.typography.legend_title_font_configuration.font_size.absolute #=> String
10028
+ # resp.theme.version.configuration.typography.legend_title_font_configuration.font_decoration #=> String, one of "UNDERLINE", "NONE"
10029
+ # resp.theme.version.configuration.typography.legend_title_font_configuration.font_color #=> String
10030
+ # resp.theme.version.configuration.typography.legend_title_font_configuration.font_weight.name #=> String, one of "NORMAL", "BOLD"
10031
+ # resp.theme.version.configuration.typography.legend_title_font_configuration.font_style #=> String, one of "NORMAL", "ITALIC"
10032
+ # resp.theme.version.configuration.typography.legend_title_font_configuration.font_family #=> String
10033
+ # resp.theme.version.configuration.typography.legend_value_font_configuration.font_size.relative #=> String, one of "EXTRA_SMALL", "SMALL", "MEDIUM", "LARGE", "EXTRA_LARGE"
10034
+ # resp.theme.version.configuration.typography.legend_value_font_configuration.font_size.absolute #=> String
10035
+ # resp.theme.version.configuration.typography.legend_value_font_configuration.font_decoration #=> String, one of "UNDERLINE", "NONE"
10036
+ # resp.theme.version.configuration.typography.legend_value_font_configuration.font_color #=> String
10037
+ # resp.theme.version.configuration.typography.legend_value_font_configuration.font_weight.name #=> String, one of "NORMAL", "BOLD"
10038
+ # resp.theme.version.configuration.typography.legend_value_font_configuration.font_style #=> String, one of "NORMAL", "ITALIC"
10039
+ # resp.theme.version.configuration.typography.legend_value_font_configuration.font_family #=> String
10040
+ # resp.theme.version.configuration.typography.data_label_font_configuration.font_size.relative #=> String, one of "EXTRA_SMALL", "SMALL", "MEDIUM", "LARGE", "EXTRA_LARGE"
10041
+ # resp.theme.version.configuration.typography.data_label_font_configuration.font_size.absolute #=> String
10042
+ # resp.theme.version.configuration.typography.data_label_font_configuration.font_decoration #=> String, one of "UNDERLINE", "NONE"
10043
+ # resp.theme.version.configuration.typography.data_label_font_configuration.font_color #=> String
10044
+ # resp.theme.version.configuration.typography.data_label_font_configuration.font_weight.name #=> String, one of "NORMAL", "BOLD"
10045
+ # resp.theme.version.configuration.typography.data_label_font_configuration.font_style #=> String, one of "NORMAL", "ITALIC"
10046
+ # resp.theme.version.configuration.typography.data_label_font_configuration.font_family #=> String
10047
+ # resp.theme.version.configuration.typography.visual_title_font_configuration.font_configuration.font_size.relative #=> String, one of "EXTRA_SMALL", "SMALL", "MEDIUM", "LARGE", "EXTRA_LARGE"
10048
+ # resp.theme.version.configuration.typography.visual_title_font_configuration.font_configuration.font_size.absolute #=> String
10049
+ # resp.theme.version.configuration.typography.visual_title_font_configuration.font_configuration.font_decoration #=> String, one of "UNDERLINE", "NONE"
10050
+ # resp.theme.version.configuration.typography.visual_title_font_configuration.font_configuration.font_color #=> String
10051
+ # resp.theme.version.configuration.typography.visual_title_font_configuration.font_configuration.font_weight.name #=> String, one of "NORMAL", "BOLD"
10052
+ # resp.theme.version.configuration.typography.visual_title_font_configuration.font_configuration.font_style #=> String, one of "NORMAL", "ITALIC"
10053
+ # resp.theme.version.configuration.typography.visual_title_font_configuration.font_configuration.font_family #=> String
10054
+ # resp.theme.version.configuration.typography.visual_title_font_configuration.text_alignment #=> String, one of "LEFT", "CENTER", "RIGHT", "AUTO"
10055
+ # resp.theme.version.configuration.typography.visual_title_font_configuration.text_transform #=> String, one of "CAPITALIZE"
10056
+ # resp.theme.version.configuration.typography.visual_subtitle_font_configuration.font_configuration.font_size.relative #=> String, one of "EXTRA_SMALL", "SMALL", "MEDIUM", "LARGE", "EXTRA_LARGE"
10057
+ # resp.theme.version.configuration.typography.visual_subtitle_font_configuration.font_configuration.font_size.absolute #=> String
10058
+ # resp.theme.version.configuration.typography.visual_subtitle_font_configuration.font_configuration.font_decoration #=> String, one of "UNDERLINE", "NONE"
10059
+ # resp.theme.version.configuration.typography.visual_subtitle_font_configuration.font_configuration.font_color #=> String
10060
+ # resp.theme.version.configuration.typography.visual_subtitle_font_configuration.font_configuration.font_weight.name #=> String, one of "NORMAL", "BOLD"
10061
+ # resp.theme.version.configuration.typography.visual_subtitle_font_configuration.font_configuration.font_style #=> String, one of "NORMAL", "ITALIC"
10062
+ # resp.theme.version.configuration.typography.visual_subtitle_font_configuration.font_configuration.font_family #=> String
10063
+ # resp.theme.version.configuration.typography.visual_subtitle_font_configuration.text_alignment #=> String, one of "LEFT", "CENTER", "RIGHT", "AUTO"
10064
+ # resp.theme.version.configuration.typography.visual_subtitle_font_configuration.text_transform #=> String, one of "CAPITALIZE"
9209
10065
  # resp.theme.version.errors #=> Array
9210
10066
  # resp.theme.version.errors[0].type #=> String, one of "INTERNAL_FAILURE"
9211
10067
  # resp.theme.version.errors[0].message #=> String
@@ -9766,7 +10622,7 @@ module Aws::QuickSight
9766
10622
  req.send_request(options)
9767
10623
  end
9768
10624
 
9769
- # Generates an embed URL that you can use to embed an Amazon QuickSight
10625
+ # Generates an embed URL that you can use to embed an Amazon Quick Suite
9770
10626
  # dashboard or visual in your website, without having to register any
9771
10627
  # reader users. Before you use this action, make sure that you have
9772
10628
  # configured the dashboards and permissions.
@@ -9784,14 +10640,14 @@ module Aws::QuickSight
9784
10640
  # session duration is 10 hours.
9785
10641
  #
9786
10642
  # * You are charged only when the URL is used or there is interaction
9787
- # with Amazon QuickSight.
10643
+ # with Amazon Quick Suite.
9788
10644
  #
9789
- # For more information, see [Embedded Analytics][1] in the *Amazon
9790
- # QuickSight User Guide*.
10645
+ # For more information, see [Embedded Analytics][1] in the *Amazon Quick
10646
+ # Suite User Guide*.
9791
10647
  #
9792
10648
  # For more information about the high-level steps for embedding and for
9793
10649
  # an interactive demo of the ways you can customize embedding, visit the
9794
- # [Amazon QuickSight Developer Portal][2].
10650
+ # [Amazon Quick Suite Developer Portal][2].
9795
10651
  #
9796
10652
  #
9797
10653
  #
@@ -9808,7 +10664,7 @@ module Aws::QuickSight
9808
10664
  #
9809
10665
  # @option params [required, String] :namespace
9810
10666
  # The Amazon Quick Sight namespace that the anonymous user virtually
9811
- # belongs to. If you are not using an Amazon QuickSight custom
10667
+ # belongs to. If you are not using an Amazon Quick Suite custom
9812
10668
  # namespace, set this to `default`.
9813
10669
  #
9814
10670
  # @option params [Array<Types::SessionTag>] :session_tags
@@ -9917,11 +10773,11 @@ module Aws::QuickSight
9917
10773
  req.send_request(options)
9918
10774
  end
9919
10775
 
9920
- # Generates an embed URL that you can use to embed an Amazon QuickSight
10776
+ # Generates an embed URL that you can use to embed an Amazon Quick Suite
9921
10777
  # experience in your website. This action can be used for any type of
9922
- # user registered in an Amazon QuickSight account. Before you use this
9923
- # action, make sure that you have configured the relevant Amazon
9924
- # QuickSight resource and permissions.
10778
+ # user registered in an Amazon Quick Suite account. Before you use this
10779
+ # action, make sure that you have configured the relevant Amazon Quick
10780
+ # Suite resource and permissions.
9925
10781
  #
9926
10782
  # The following rules apply to the generated URL:
9927
10783
  #
@@ -9937,14 +10793,14 @@ module Aws::QuickSight
9937
10793
  # hours (maximum). The default session duration is 10 hours.
9938
10794
  #
9939
10795
  # * You are charged only when the URL is used or there is interaction
9940
- # with Amazon QuickSight.
10796
+ # with Amazon Quick Suite.
9941
10797
  #
9942
- # For more information, see [Embedded Analytics][1] in the *Amazon
9943
- # QuickSight User Guide*.
10798
+ # For more information, see [Embedded Analytics][1] in the *Amazon Quick
10799
+ # Suite User Guide*.
9944
10800
  #
9945
10801
  # For more information about the high-level steps for embedding and for
9946
10802
  # an interactive demo of the ways you can customize embedding, visit the
9947
- # [Amazon QuickSight Developer Portal][2].
10803
+ # [Amazon Quick Suite Developer Portal][2].
9948
10804
  #
9949
10805
  #
9950
10806
  #
@@ -9964,7 +10820,7 @@ module Aws::QuickSight
9964
10820
  #
9965
10821
  # @option params [required, Types::RegisteredUserEmbeddingExperienceConfiguration] :experience_configuration
9966
10822
  # The experience that you want to embed. For registered users, you can
9967
- # embed QuickSight dashboards, Amazon Quick Sight visuals, the Amazon
10823
+ # embed Quick Suite dashboards, Amazon Quick Sight visuals, the Amazon
9968
10824
  # Quick Sight Q search bar, the Amazon Quick Sight Generative Q&amp;A
9969
10825
  # experience, or the entire Amazon Quick Sight console.
9970
10826
  #
@@ -10116,7 +10972,7 @@ module Aws::QuickSight
10116
10972
  #
10117
10973
  # @option params [required, Types::RegisteredUserEmbeddingExperienceConfiguration] :experience_configuration
10118
10974
  # The type of experience you want to embed. For registered users, you
10119
- # can embed QuickSight dashboards or the Amazon Quick Sight console.
10975
+ # can embed Quick Suite dashboards or the Amazon Quick Sight console.
10120
10976
  #
10121
10977
  # <note markdown="1"> Exactly one of the experience configurations is required. You can
10122
10978
  # choose `Dashboard` or `QuickSightConsole`. You cannot choose more than
@@ -10249,18 +11105,18 @@ module Aws::QuickSight
10249
11105
  # * They are valid for 5 minutes after you run this command.
10250
11106
  #
10251
11107
  # * You are charged only when the URL is used or there is interaction
10252
- # with QuickSight.
11108
+ # with Quick Suite.
10253
11109
  #
10254
11110
  # * The resulting user session is valid for 15 minutes (default) up to
10255
11111
  # 10 hours (maximum). You can use the optional
10256
11112
  # `SessionLifetimeInMinutes` parameter to customize session duration.
10257
11113
  #
10258
11114
  # For more information, see [Embedding Analytics Using
10259
- # GetDashboardEmbedUrl][1] in the *Amazon QuickSight User Guide*.
11115
+ # GetDashboardEmbedUrl][1] in the *Amazon Quick Suite User Guide*.
10260
11116
  #
10261
11117
  # For more information about the high-level steps for embedding and for
10262
11118
  # an interactive demo of the ways you can customize embedding, visit the
10263
- # [Amazon QuickSight Developer Portal][2].
11119
+ # [Amazon Quick Suite Developer Portal][2].
10264
11120
  #
10265
11121
  #
10266
11122
  #
@@ -10301,10 +11157,10 @@ module Aws::QuickSight
10301
11157
  # the user session is not persisted. The default is `FALSE`.
10302
11158
  #
10303
11159
  # @option params [String] :user_arn
10304
- # The Amazon QuickSight user's Amazon Resource Name (ARN), for use with
10305
- # `QUICKSIGHT` identity type. You can use this for any Amazon QuickSight
10306
- # users in your account (readers, authors, or admins) authenticated as
10307
- # one of the following:
11160
+ # The Amazon Quick Suite user's Amazon Resource Name (ARN), for use
11161
+ # with `QUICKSIGHT` identity type. You can use this for any Amazon Quick
11162
+ # Suite users in your account (readers, authors, or admins)
11163
+ # authenticated as one of the following:
10308
11164
  #
10309
11165
  # * Active Directory (AD) users or group members
10310
11166
  #
@@ -10326,7 +11182,7 @@ module Aws::QuickSight
10326
11182
  # A list of one or more dashboard IDs that you want anonymous users to
10327
11183
  # have tempporary access to. Currently, the `IdentityType` parameter
10328
11184
  # must be set to `ANONYMOUS` because other identity types authenticate
10329
- # as QuickSight or IAM users. For example, if you set "`--dashboard-id
11185
+ # as Quick Suite or IAM users. For example, if you set "`--dashboard-id
10330
11186
  # dash_id1 --dashboard-id dash_id2 dash_id3 identity-type ANONYMOUS`",
10331
11187
  # the session can access all three dashboards.
10332
11188
  #
@@ -10474,11 +11330,11 @@ module Aws::QuickSight
10474
11330
  # permissions profile to the user with the ` UpdateUser ` API operation.
10475
11331
  # Use ` RegisterUser ` API operation to add a new user with a custom
10476
11332
  # permission profile attached. For more information, see the following
10477
- # sections in the *Amazon QuickSight User Guide*:
11333
+ # sections in the *Amazon Quick Suite User Guide*:
10478
11334
  #
10479
11335
  # * [Embedding Analytics][1]
10480
11336
  #
10481
- # * [Customizing Access to the Amazon QuickSight Console][2]
11337
+ # * [Customizing Access to the Amazon Quick Suite Console][2]
10482
11338
  #
10483
11339
  #
10484
11340
  #
@@ -10512,10 +11368,10 @@ module Aws::QuickSight
10512
11368
  # 15-600 minutes.
10513
11369
  #
10514
11370
  # @option params [String] :user_arn
10515
- # The Amazon QuickSight user's Amazon Resource Name (ARN), for use with
10516
- # `QUICKSIGHT` identity type. You can use this for any type of Amazon
10517
- # QuickSight users in your account (readers, authors, or admins). They
10518
- # need to be authenticated as one of the following:
11371
+ # The Amazon Quick Suite user's Amazon Resource Name (ARN), for use
11372
+ # with `QUICKSIGHT` identity type. You can use this for any type of
11373
+ # Amazon Quick Suite users in your account (readers, authors, or
11374
+ # admins). They need to be authenticated as one of the following:
10519
11375
  #
10520
11376
  # 1. Active Directory (AD) users or group members
10521
11377
  #
@@ -11071,6 +11927,12 @@ module Aws::QuickSight
11071
11927
  # resp.data_set_summaries[0].row_level_permission_data_set.permission_policy #=> String, one of "GRANT_ACCESS", "DENY_ACCESS"
11072
11928
  # resp.data_set_summaries[0].row_level_permission_data_set.format_version #=> String, one of "VERSION_1", "VERSION_2"
11073
11929
  # resp.data_set_summaries[0].row_level_permission_data_set.status #=> String, one of "ENABLED", "DISABLED"
11930
+ # resp.data_set_summaries[0].row_level_permission_data_set_map #=> Hash
11931
+ # resp.data_set_summaries[0].row_level_permission_data_set_map["DataSetEntityResourceId"].namespace #=> String
11932
+ # resp.data_set_summaries[0].row_level_permission_data_set_map["DataSetEntityResourceId"].arn #=> String
11933
+ # resp.data_set_summaries[0].row_level_permission_data_set_map["DataSetEntityResourceId"].permission_policy #=> String, one of "GRANT_ACCESS", "DENY_ACCESS"
11934
+ # resp.data_set_summaries[0].row_level_permission_data_set_map["DataSetEntityResourceId"].format_version #=> String, one of "VERSION_1", "VERSION_2"
11935
+ # resp.data_set_summaries[0].row_level_permission_data_set_map["DataSetEntityResourceId"].status #=> String, one of "ENABLED", "DISABLED"
11074
11936
  # resp.data_set_summaries[0].row_level_permission_tag_configuration_applied #=> Boolean
11075
11937
  # resp.data_set_summaries[0].column_level_permission_rules_applied #=> Boolean
11076
11938
  # resp.data_set_summaries[0].use_as #=> String, one of "RLS_RULES"
@@ -13205,9 +14067,9 @@ module Aws::QuickSight
13205
14067
  # user is authenticated and receives the embed URL that is specific to
13206
14068
  # that user. The IAM Identity Center application that the user has
13207
14069
  # logged into needs to have [trusted Identity Propagation enabled for
13208
- # QuickSight][2] with the scope value set to `quicksight:read`. Before
14070
+ # Quick Suite][2] with the scope value set to `quicksight:read`. Before
13209
14071
  # you use this action, make sure that you have configured the relevant
13210
- # QuickSight resource and permissions.
14072
+ # Quick Suite resource and permissions.
13211
14073
  #
13212
14074
  # We recommend enabling the `QSearchStatus` API to unlock the full
13213
14075
  # potential of `PredictQnA`. When `QSearchStatus` is enabled, it first
@@ -13864,6 +14726,12 @@ module Aws::QuickSight
13864
14726
  # resp.data_set_summaries[0].row_level_permission_data_set.permission_policy #=> String, one of "GRANT_ACCESS", "DENY_ACCESS"
13865
14727
  # resp.data_set_summaries[0].row_level_permission_data_set.format_version #=> String, one of "VERSION_1", "VERSION_2"
13866
14728
  # resp.data_set_summaries[0].row_level_permission_data_set.status #=> String, one of "ENABLED", "DISABLED"
14729
+ # resp.data_set_summaries[0].row_level_permission_data_set_map #=> Hash
14730
+ # resp.data_set_summaries[0].row_level_permission_data_set_map["DataSetEntityResourceId"].namespace #=> String
14731
+ # resp.data_set_summaries[0].row_level_permission_data_set_map["DataSetEntityResourceId"].arn #=> String
14732
+ # resp.data_set_summaries[0].row_level_permission_data_set_map["DataSetEntityResourceId"].permission_policy #=> String, one of "GRANT_ACCESS", "DENY_ACCESS"
14733
+ # resp.data_set_summaries[0].row_level_permission_data_set_map["DataSetEntityResourceId"].format_version #=> String, one of "VERSION_1", "VERSION_2"
14734
+ # resp.data_set_summaries[0].row_level_permission_data_set_map["DataSetEntityResourceId"].status #=> String, one of "ENABLED", "DISABLED"
13867
14735
  # resp.data_set_summaries[0].row_level_permission_tag_configuration_applied #=> Boolean
13868
14736
  # resp.data_set_summaries[0].column_level_permission_rules_applied #=> Boolean
13869
14737
  # resp.data_set_summaries[0].use_as #=> String, one of "RLS_RULES"
@@ -14142,7 +15010,7 @@ module Aws::QuickSight
14142
15010
  req.send_request(options)
14143
15011
  end
14144
15012
 
14145
- # Searches for any Q topic that exists in an QuickSight account.
15013
+ # Searches for any Q topic that exists in an Quick Suite account.
14146
15014
  #
14147
15015
  # @option params [required, String] :aws_account_id
14148
15016
  # The ID of the Amazon Web Services account that contains the topic that
@@ -15707,8 +16575,8 @@ module Aws::QuickSight
15707
16575
  req.send_request(options)
15708
16576
  end
15709
16577
 
15710
- # Updates an QuickSight application with a token exchange grant. This
15711
- # operation only supports QuickSight applications that are registered
16578
+ # Updates an Quick Suite application with a token exchange grant. This
16579
+ # operation only supports Quick Suite applications that are registered
15712
16580
  # with IAM Identity Center.
15713
16581
  #
15714
16582
  # @option params [required, String] :aws_account_id
@@ -15716,7 +16584,7 @@ module Aws::QuickSight
15716
16584
  # exchange grant.
15717
16585
  #
15718
16586
  # @option params [required, String] :namespace
15719
- # The namespace of the QuickSight application.
16587
+ # The namespace of the Quick Suite application.
15720
16588
  #
15721
16589
  # @return [Types::UpdateApplicationWithTokenExchangeGrantResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
15722
16590
  #
@@ -15750,7 +16618,7 @@ module Aws::QuickSight
15750
16618
  # The ID of the Amazon Web Services account that owns the brand.
15751
16619
  #
15752
16620
  # @option params [required, String] :brand_id
15753
- # The ID of the QuickSight brand.
16621
+ # The ID of the Quick Suite brand.
15754
16622
  #
15755
16623
  # @option params [Types::BrandDefinition] :brand_definition
15756
16624
  # The definition of the brand.
@@ -15982,7 +16850,7 @@ module Aws::QuickSight
15982
16850
  # The ID of the Amazon Web Services account that owns the brand.
15983
16851
  #
15984
16852
  # @option params [required, String] :brand_id
15985
- # The ID of the QuickSight brand.
16853
+ # The ID of the Quick Suite brand.
15986
16854
  #
15987
16855
  # @option params [required, String] :version_id
15988
16856
  # The ID of the published version.
@@ -16443,7 +17311,8 @@ module Aws::QuickSight
16443
17311
  #
16444
17312
  # @option params [Hash<String,Types::LogicalTable>] :logical_table_map
16445
17313
  # Configures the combination and transformation of the data from the
16446
- # physical tables.
17314
+ # physical tables. This parameter is used with the legacy data
17315
+ # preparation experience.
16447
17316
  #
16448
17317
  # @option params [required, String] :import_mode
16449
17318
  # Indicates whether you want to import the data into SPICE.
@@ -16458,11 +17327,13 @@ module Aws::QuickSight
16458
17327
  #
16459
17328
  # @option params [Types::RowLevelPermissionDataSet] :row_level_permission_data_set
16460
17329
  # The row-level security configuration for the data you want to create.
17330
+ # This parameter is used with the legacy data preparation experience.
16461
17331
  #
16462
17332
  # @option params [Types::RowLevelPermissionTagConfiguration] :row_level_permission_tag_configuration
16463
17333
  # The configuration of tags on a dataset to set row-level security.
16464
17334
  # Row-level security tags are currently supported for anonymous
16465
- # embedding only.
17335
+ # embedding only. This parameter is used with the legacy data
17336
+ # preparation experience.
16466
17337
  #
16467
17338
  # @option params [Array<Types::ColumnLevelPermissionRule>] :column_level_permission_rules
16468
17339
  # A set of one or more definitions of a ` ColumnLevelPermissionRule `.
@@ -16478,6 +17349,18 @@ module Aws::QuickSight
16478
17349
  # The configuration for the performance optimization of the dataset that
16479
17350
  # contains a `UniqueKey` configuration.
16480
17351
  #
17352
+ # @option params [Types::DataPrepConfiguration] :data_prep_configuration
17353
+ # The data preparation configuration for the dataset. This configuration
17354
+ # defines the source tables, transformation steps, and destination
17355
+ # tables used to prepare the data. Required when using the new data
17356
+ # preparation experience.
17357
+ #
17358
+ # @option params [Types::SemanticModelConfiguration] :semantic_model_configuration
17359
+ # The semantic model configuration for the dataset. This configuration
17360
+ # defines how the prepared data is structured for an analysis, including
17361
+ # table mappings and row-level security configurations. Required when
17362
+ # using the new data preparation experience.
17363
+ #
16481
17364
  # @return [Types::UpdateDataSetResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
16482
17365
  #
16483
17366
  # * {Types::UpdateDataSetResponse#arn #arn} => String
@@ -16503,6 +17386,7 @@ module Aws::QuickSight
16503
17386
  # input_columns: [ # required
16504
17387
  # {
16505
17388
  # name: "ColumnName", # required
17389
+ # id: "ColumnId",
16506
17390
  # type: "STRING", # required, accepts STRING, INTEGER, DECIMAL, DATETIME, BIT, BOOLEAN, JSON
16507
17391
  # sub_type: "FLOAT", # accepts FLOAT, FIXED
16508
17392
  # },
@@ -16515,6 +17399,7 @@ module Aws::QuickSight
16515
17399
  # columns: [
16516
17400
  # {
16517
17401
  # name: "ColumnName", # required
17402
+ # id: "ColumnId",
16518
17403
  # type: "STRING", # required, accepts STRING, INTEGER, DECIMAL, DATETIME, BIT, BOOLEAN, JSON
16519
17404
  # sub_type: "FLOAT", # accepts FLOAT, FIXED
16520
17405
  # },
@@ -16528,10 +17413,29 @@ module Aws::QuickSight
16528
17413
  # contains_header: false,
16529
17414
  # text_qualifier: "DOUBLE_QUOTE", # accepts DOUBLE_QUOTE, SINGLE_QUOTE
16530
17415
  # delimiter: "Delimiter",
17416
+ # custom_cell_address_range: "String",
16531
17417
  # },
16532
17418
  # input_columns: [ # required
16533
17419
  # {
16534
17420
  # name: "ColumnName", # required
17421
+ # id: "ColumnId",
17422
+ # type: "STRING", # required, accepts STRING, INTEGER, DECIMAL, DATETIME, BIT, BOOLEAN, JSON
17423
+ # sub_type: "FLOAT", # accepts FLOAT, FIXED
17424
+ # },
17425
+ # ],
17426
+ # },
17427
+ # saa_s_table: {
17428
+ # data_source_arn: "Arn", # required
17429
+ # table_path: [ # required
17430
+ # {
17431
+ # name: "TablePathElementName",
17432
+ # id: "TablePathElementId",
17433
+ # },
17434
+ # ],
17435
+ # input_columns: [ # required
17436
+ # {
17437
+ # name: "ColumnName", # required
17438
+ # id: "ColumnId",
16535
17439
  # type: "STRING", # required, accepts STRING, INTEGER, DECIMAL, DATETIME, BIT, BOOLEAN, JSON
16536
17440
  # sub_type: "FLOAT", # accepts FLOAT, FIXED
16537
17441
  # },
@@ -16545,12 +17449,85 @@ module Aws::QuickSight
16545
17449
  # data_transforms: [
16546
17450
  # {
16547
17451
  # project_operation: {
17452
+ # alias: "TransformOperationAlias",
17453
+ # source: {
17454
+ # transform_operation_id: "DataSetEntityResourceId", # required
17455
+ # column_id_mappings: [
17456
+ # {
17457
+ # source_column_id: "ColumnId", # required
17458
+ # target_column_id: "ColumnId", # required
17459
+ # },
17460
+ # ],
17461
+ # },
16548
17462
  # projected_columns: ["String"], # required
16549
17463
  # },
16550
17464
  # filter_operation: {
16551
- # condition_expression: "Expression", # required
17465
+ # condition_expression: "Expression",
17466
+ # string_filter_condition: {
17467
+ # column_name: "ColumnName",
17468
+ # comparison_filter_condition: {
17469
+ # operator: "EQUALS", # required, accepts EQUALS, DOES_NOT_EQUAL, CONTAINS, DOES_NOT_CONTAIN, STARTS_WITH, ENDS_WITH
17470
+ # value: {
17471
+ # static_value: "DataSetStringFilterStaticValue",
17472
+ # },
17473
+ # },
17474
+ # list_filter_condition: {
17475
+ # operator: "INCLUDE", # required, accepts INCLUDE, EXCLUDE
17476
+ # values: {
17477
+ # static_values: ["DataSetStringFilterStaticValue"],
17478
+ # },
17479
+ # },
17480
+ # },
17481
+ # numeric_filter_condition: {
17482
+ # column_name: "ColumnName",
17483
+ # comparison_filter_condition: {
17484
+ # operator: "EQUALS", # required, accepts EQUALS, DOES_NOT_EQUAL, GREATER_THAN, GREATER_THAN_OR_EQUALS_TO, LESS_THAN, LESS_THAN_OR_EQUALS_TO
17485
+ # value: {
17486
+ # static_value: 1.0,
17487
+ # },
17488
+ # },
17489
+ # range_filter_condition: {
17490
+ # range_minimum: {
17491
+ # static_value: 1.0,
17492
+ # },
17493
+ # range_maximum: {
17494
+ # static_value: 1.0,
17495
+ # },
17496
+ # include_minimum: false,
17497
+ # include_maximum: false,
17498
+ # },
17499
+ # },
17500
+ # date_filter_condition: {
17501
+ # column_name: "ColumnName",
17502
+ # comparison_filter_condition: {
17503
+ # operator: "BEFORE", # required, accepts BEFORE, BEFORE_OR_EQUALS_TO, AFTER, AFTER_OR_EQUALS_TO
17504
+ # value: {
17505
+ # static_value: Time.now,
17506
+ # },
17507
+ # },
17508
+ # range_filter_condition: {
17509
+ # range_minimum: {
17510
+ # static_value: Time.now,
17511
+ # },
17512
+ # range_maximum: {
17513
+ # static_value: Time.now,
17514
+ # },
17515
+ # include_minimum: false,
17516
+ # include_maximum: false,
17517
+ # },
17518
+ # },
16552
17519
  # },
16553
17520
  # create_columns_operation: {
17521
+ # alias: "TransformOperationAlias",
17522
+ # source: {
17523
+ # transform_operation_id: "DataSetEntityResourceId", # required
17524
+ # column_id_mappings: [
17525
+ # {
17526
+ # source_column_id: "ColumnId", # required
17527
+ # target_column_id: "ColumnId", # required
17528
+ # },
17529
+ # ],
17530
+ # },
16554
17531
  # columns: [ # required
16555
17532
  # {
16556
17533
  # column_name: "ColumnName", # required
@@ -16705,6 +17682,373 @@ module Aws::QuickSight
16705
17682
  # },
16706
17683
  # ],
16707
17684
  # },
17685
+ # data_prep_configuration: {
17686
+ # source_table_map: { # required
17687
+ # "DataSetEntityResourceId" => {
17688
+ # physical_table_id: "DataSetEntityResourceId",
17689
+ # data_set: {
17690
+ # data_set_arn: "Arn", # required
17691
+ # input_columns: [ # required
17692
+ # {
17693
+ # name: "ColumnName", # required
17694
+ # id: "ColumnId",
17695
+ # type: "STRING", # required, accepts STRING, INTEGER, DECIMAL, DATETIME, BIT, BOOLEAN, JSON
17696
+ # sub_type: "FLOAT", # accepts FLOAT, FIXED
17697
+ # },
17698
+ # ],
17699
+ # },
17700
+ # },
17701
+ # },
17702
+ # transform_step_map: { # required
17703
+ # "DataSetEntityResourceId" => {
17704
+ # import_table_step: {
17705
+ # alias: "TransformOperationAlias", # required
17706
+ # source: { # required
17707
+ # source_table_id: "DataSetEntityResourceId", # required
17708
+ # column_id_mappings: [
17709
+ # {
17710
+ # source_column_id: "ColumnId", # required
17711
+ # target_column_id: "ColumnId", # required
17712
+ # },
17713
+ # ],
17714
+ # },
17715
+ # },
17716
+ # project_step: {
17717
+ # alias: "TransformOperationAlias",
17718
+ # source: {
17719
+ # transform_operation_id: "DataSetEntityResourceId", # required
17720
+ # column_id_mappings: [
17721
+ # {
17722
+ # source_column_id: "ColumnId", # required
17723
+ # target_column_id: "ColumnId", # required
17724
+ # },
17725
+ # ],
17726
+ # },
17727
+ # projected_columns: ["String"], # required
17728
+ # },
17729
+ # filters_step: {
17730
+ # alias: "TransformOperationAlias", # required
17731
+ # source: { # required
17732
+ # transform_operation_id: "DataSetEntityResourceId", # required
17733
+ # column_id_mappings: [
17734
+ # {
17735
+ # source_column_id: "ColumnId", # required
17736
+ # target_column_id: "ColumnId", # required
17737
+ # },
17738
+ # ],
17739
+ # },
17740
+ # filter_operations: [ # required
17741
+ # {
17742
+ # condition_expression: "Expression",
17743
+ # string_filter_condition: {
17744
+ # column_name: "ColumnName",
17745
+ # comparison_filter_condition: {
17746
+ # operator: "EQUALS", # required, accepts EQUALS, DOES_NOT_EQUAL, CONTAINS, DOES_NOT_CONTAIN, STARTS_WITH, ENDS_WITH
17747
+ # value: {
17748
+ # static_value: "DataSetStringFilterStaticValue",
17749
+ # },
17750
+ # },
17751
+ # list_filter_condition: {
17752
+ # operator: "INCLUDE", # required, accepts INCLUDE, EXCLUDE
17753
+ # values: {
17754
+ # static_values: ["DataSetStringFilterStaticValue"],
17755
+ # },
17756
+ # },
17757
+ # },
17758
+ # numeric_filter_condition: {
17759
+ # column_name: "ColumnName",
17760
+ # comparison_filter_condition: {
17761
+ # operator: "EQUALS", # required, accepts EQUALS, DOES_NOT_EQUAL, GREATER_THAN, GREATER_THAN_OR_EQUALS_TO, LESS_THAN, LESS_THAN_OR_EQUALS_TO
17762
+ # value: {
17763
+ # static_value: 1.0,
17764
+ # },
17765
+ # },
17766
+ # range_filter_condition: {
17767
+ # range_minimum: {
17768
+ # static_value: 1.0,
17769
+ # },
17770
+ # range_maximum: {
17771
+ # static_value: 1.0,
17772
+ # },
17773
+ # include_minimum: false,
17774
+ # include_maximum: false,
17775
+ # },
17776
+ # },
17777
+ # date_filter_condition: {
17778
+ # column_name: "ColumnName",
17779
+ # comparison_filter_condition: {
17780
+ # operator: "BEFORE", # required, accepts BEFORE, BEFORE_OR_EQUALS_TO, AFTER, AFTER_OR_EQUALS_TO
17781
+ # value: {
17782
+ # static_value: Time.now,
17783
+ # },
17784
+ # },
17785
+ # range_filter_condition: {
17786
+ # range_minimum: {
17787
+ # static_value: Time.now,
17788
+ # },
17789
+ # range_maximum: {
17790
+ # static_value: Time.now,
17791
+ # },
17792
+ # include_minimum: false,
17793
+ # include_maximum: false,
17794
+ # },
17795
+ # },
17796
+ # },
17797
+ # ],
17798
+ # },
17799
+ # create_columns_step: {
17800
+ # alias: "TransformOperationAlias",
17801
+ # source: {
17802
+ # transform_operation_id: "DataSetEntityResourceId", # required
17803
+ # column_id_mappings: [
17804
+ # {
17805
+ # source_column_id: "ColumnId", # required
17806
+ # target_column_id: "ColumnId", # required
17807
+ # },
17808
+ # ],
17809
+ # },
17810
+ # columns: [ # required
17811
+ # {
17812
+ # column_name: "ColumnName", # required
17813
+ # column_id: "ColumnId", # required
17814
+ # expression: "DataSetCalculatedFieldExpression", # required
17815
+ # },
17816
+ # ],
17817
+ # },
17818
+ # rename_columns_step: {
17819
+ # alias: "TransformOperationAlias", # required
17820
+ # source: { # required
17821
+ # transform_operation_id: "DataSetEntityResourceId", # required
17822
+ # column_id_mappings: [
17823
+ # {
17824
+ # source_column_id: "ColumnId", # required
17825
+ # target_column_id: "ColumnId", # required
17826
+ # },
17827
+ # ],
17828
+ # },
17829
+ # rename_column_operations: [ # required
17830
+ # {
17831
+ # column_name: "ColumnName", # required
17832
+ # new_column_name: "ColumnName", # required
17833
+ # },
17834
+ # ],
17835
+ # },
17836
+ # cast_column_types_step: {
17837
+ # alias: "TransformOperationAlias", # required
17838
+ # source: { # required
17839
+ # transform_operation_id: "DataSetEntityResourceId", # required
17840
+ # column_id_mappings: [
17841
+ # {
17842
+ # source_column_id: "ColumnId", # required
17843
+ # target_column_id: "ColumnId", # required
17844
+ # },
17845
+ # ],
17846
+ # },
17847
+ # cast_column_type_operations: [ # required
17848
+ # {
17849
+ # column_name: "ColumnName", # required
17850
+ # new_column_type: "STRING", # required, accepts STRING, INTEGER, DECIMAL, DATETIME
17851
+ # sub_type: "FLOAT", # accepts FLOAT, FIXED
17852
+ # format: "TypeCastFormat",
17853
+ # },
17854
+ # ],
17855
+ # },
17856
+ # join_step: {
17857
+ # alias: "TransformOperationAlias", # required
17858
+ # left_operand: { # required
17859
+ # transform_operation_id: "DataSetEntityResourceId", # required
17860
+ # column_id_mappings: [
17861
+ # {
17862
+ # source_column_id: "ColumnId", # required
17863
+ # target_column_id: "ColumnId", # required
17864
+ # },
17865
+ # ],
17866
+ # },
17867
+ # right_operand: { # required
17868
+ # transform_operation_id: "DataSetEntityResourceId", # required
17869
+ # column_id_mappings: [
17870
+ # {
17871
+ # source_column_id: "ColumnId", # required
17872
+ # target_column_id: "ColumnId", # required
17873
+ # },
17874
+ # ],
17875
+ # },
17876
+ # type: "INNER", # required, accepts INNER, OUTER, LEFT, RIGHT
17877
+ # on_clause: "JoinOperationOnClause", # required
17878
+ # left_operand_properties: {
17879
+ # output_column_name_overrides: [ # required
17880
+ # {
17881
+ # source_column_name: "ColumnName",
17882
+ # output_column_name: "ColumnName", # required
17883
+ # },
17884
+ # ],
17885
+ # },
17886
+ # right_operand_properties: {
17887
+ # output_column_name_overrides: [ # required
17888
+ # {
17889
+ # source_column_name: "ColumnName",
17890
+ # output_column_name: "ColumnName", # required
17891
+ # },
17892
+ # ],
17893
+ # },
17894
+ # },
17895
+ # aggregate_step: {
17896
+ # alias: "TransformOperationAlias", # required
17897
+ # source: { # required
17898
+ # transform_operation_id: "DataSetEntityResourceId", # required
17899
+ # column_id_mappings: [
17900
+ # {
17901
+ # source_column_id: "ColumnId", # required
17902
+ # target_column_id: "ColumnId", # required
17903
+ # },
17904
+ # ],
17905
+ # },
17906
+ # group_by_column_names: ["ColumnName"],
17907
+ # aggregations: [ # required
17908
+ # {
17909
+ # aggregation_function: { # required
17910
+ # simple_aggregation: {
17911
+ # input_column_name: "ColumnName",
17912
+ # function_type: "COUNT", # required, accepts COUNT, DISTINCT_COUNT, SUM, AVERAGE, MAX, MIN
17913
+ # },
17914
+ # list_aggregation: {
17915
+ # input_column_name: "ColumnName",
17916
+ # separator: "Separator", # required
17917
+ # distinct: false, # required
17918
+ # },
17919
+ # },
17920
+ # new_column_name: "ColumnName", # required
17921
+ # new_column_id: "ColumnId", # required
17922
+ # },
17923
+ # ],
17924
+ # },
17925
+ # pivot_step: {
17926
+ # alias: "TransformOperationAlias", # required
17927
+ # source: { # required
17928
+ # transform_operation_id: "DataSetEntityResourceId", # required
17929
+ # column_id_mappings: [
17930
+ # {
17931
+ # source_column_id: "ColumnId", # required
17932
+ # target_column_id: "ColumnId", # required
17933
+ # },
17934
+ # ],
17935
+ # },
17936
+ # group_by_column_names: ["ColumnName"],
17937
+ # value_column_configuration: { # required
17938
+ # aggregation_function: {
17939
+ # simple_aggregation: {
17940
+ # input_column_name: "ColumnName",
17941
+ # function_type: "COUNT", # required, accepts COUNT, DISTINCT_COUNT, SUM, AVERAGE, MAX, MIN
17942
+ # },
17943
+ # list_aggregation: {
17944
+ # input_column_name: "ColumnName",
17945
+ # separator: "Separator", # required
17946
+ # distinct: false, # required
17947
+ # },
17948
+ # },
17949
+ # },
17950
+ # pivot_configuration: { # required
17951
+ # label_column_name: "ColumnName",
17952
+ # pivoted_labels: [ # required
17953
+ # {
17954
+ # label_name: "CellValue", # required
17955
+ # new_column_name: "ColumnName", # required
17956
+ # new_column_id: "ColumnId", # required
17957
+ # },
17958
+ # ],
17959
+ # },
17960
+ # },
17961
+ # unpivot_step: {
17962
+ # alias: "TransformOperationAlias", # required
17963
+ # source: { # required
17964
+ # transform_operation_id: "DataSetEntityResourceId", # required
17965
+ # column_id_mappings: [
17966
+ # {
17967
+ # source_column_id: "ColumnId", # required
17968
+ # target_column_id: "ColumnId", # required
17969
+ # },
17970
+ # ],
17971
+ # },
17972
+ # columns_to_unpivot: [ # required
17973
+ # {
17974
+ # column_name: "ColumnName",
17975
+ # new_value: "CellValue",
17976
+ # },
17977
+ # ],
17978
+ # unpivoted_label_column_name: "ColumnName", # required
17979
+ # unpivoted_label_column_id: "ColumnId", # required
17980
+ # unpivoted_value_column_name: "ColumnName", # required
17981
+ # unpivoted_value_column_id: "ColumnId", # required
17982
+ # },
17983
+ # append_step: {
17984
+ # alias: "TransformOperationAlias", # required
17985
+ # first_source: {
17986
+ # transform_operation_id: "DataSetEntityResourceId", # required
17987
+ # column_id_mappings: [
17988
+ # {
17989
+ # source_column_id: "ColumnId", # required
17990
+ # target_column_id: "ColumnId", # required
17991
+ # },
17992
+ # ],
17993
+ # },
17994
+ # second_source: {
17995
+ # transform_operation_id: "DataSetEntityResourceId", # required
17996
+ # column_id_mappings: [
17997
+ # {
17998
+ # source_column_id: "ColumnId", # required
17999
+ # target_column_id: "ColumnId", # required
18000
+ # },
18001
+ # ],
18002
+ # },
18003
+ # appended_columns: [ # required
18004
+ # {
18005
+ # column_name: "ColumnName", # required
18006
+ # new_column_id: "ColumnId", # required
18007
+ # },
18008
+ # ],
18009
+ # },
18010
+ # },
18011
+ # },
18012
+ # destination_table_map: { # required
18013
+ # "DataSetEntityResourceId" => {
18014
+ # alias: "DestinationTableAlias", # required
18015
+ # source: { # required
18016
+ # transform_operation_id: "DataSetEntityResourceId", # required
18017
+ # },
18018
+ # },
18019
+ # },
18020
+ # },
18021
+ # semantic_model_configuration: {
18022
+ # table_map: {
18023
+ # "DataSetEntityResourceId" => {
18024
+ # alias: "SemanticTableAlias", # required
18025
+ # destination_table_id: "DataSetEntityResourceId", # required
18026
+ # row_level_permission_configuration: {
18027
+ # tag_configuration: {
18028
+ # status: "ENABLED", # accepts ENABLED, DISABLED
18029
+ # tag_rules: [ # required
18030
+ # {
18031
+ # tag_key: "SessionTagKey", # required
18032
+ # column_name: "String", # required
18033
+ # tag_multi_value_delimiter: "RowLevelPermissionTagDelimiter",
18034
+ # match_all_value: "SessionTagValue",
18035
+ # },
18036
+ # ],
18037
+ # tag_rule_configurations: [
18038
+ # ["SessionTagKey"],
18039
+ # ],
18040
+ # },
18041
+ # row_level_permission_data_set: {
18042
+ # namespace: "Namespace",
18043
+ # arn: "Arn", # required
18044
+ # permission_policy: "GRANT_ACCESS", # required, accepts GRANT_ACCESS, DENY_ACCESS
18045
+ # format_version: "VERSION_1", # accepts VERSION_1, VERSION_2
18046
+ # status: "ENABLED", # accepts ENABLED, DISABLED
18047
+ # },
18048
+ # },
18049
+ # },
18050
+ # },
18051
+ # },
16708
18052
  # })
16709
18053
  #
16710
18054
  # @example Response structure
@@ -17811,7 +19155,7 @@ module Aws::QuickSight
17811
19155
  # Before you can turn on public sharing on your account, make sure to
17812
19156
  # give public sharing permissions to an administrative user in the
17813
19157
  # Identity and Access Management (IAM) console. For more information on
17814
- # using IAM with Amazon Quick Sight, see [Using QuickSight with IAM][1]
19158
+ # using IAM with Amazon Quick Sight, see [Using Quick Suite with IAM][1]
17815
19159
  # in the *Amazon Quick Sight User Guide*.
17816
19160
  #
17817
19161
  #
@@ -17824,7 +19168,7 @@ module Aws::QuickSight
17824
19168
  #
17825
19169
  # @option params [Boolean] :public_sharing_enabled
17826
19170
  # A Boolean value that indicates whether public sharing is turned on for
17827
- # an QuickSight account.
19171
+ # an Quick Suite account.
17828
19172
  #
17829
19173
  # @return [Types::UpdatePublicSharingSettingsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
17830
19174
  #
@@ -18326,9 +19670,14 @@ module Aws::QuickSight
18326
19670
  # },
18327
19671
  # sheet: {
18328
19672
  # tile: {
19673
+ # background_color: "Color",
18329
19674
  # border: {
19675
+ # color: "Color",
18330
19676
  # show: false,
19677
+ # width: "Width",
18331
19678
  # },
19679
+ # border_radius: "BorderRadius",
19680
+ # padding: "Padding",
18332
19681
  # },
18333
19682
  # tile_layout: {
18334
19683
  # gutter: {
@@ -18338,6 +19687,10 @@ module Aws::QuickSight
18338
19687
  # show: false,
18339
19688
  # },
18340
19689
  # },
19690
+ # background: {
19691
+ # color: "Color",
19692
+ # gradient: "String",
19693
+ # },
18341
19694
  # },
18342
19695
  # typography: {
18343
19696
  # font_families: [
@@ -18345,6 +19698,105 @@ module Aws::QuickSight
18345
19698
  # font_family: "String",
18346
19699
  # },
18347
19700
  # ],
19701
+ # axis_title_font_configuration: {
19702
+ # font_size: {
19703
+ # relative: "EXTRA_SMALL", # accepts EXTRA_SMALL, SMALL, MEDIUM, LARGE, EXTRA_LARGE
19704
+ # absolute: "PixelLength",
19705
+ # },
19706
+ # font_decoration: "UNDERLINE", # accepts UNDERLINE, NONE
19707
+ # font_color: "HexColor",
19708
+ # font_weight: {
19709
+ # name: "NORMAL", # accepts NORMAL, BOLD
19710
+ # },
19711
+ # font_style: "NORMAL", # accepts NORMAL, ITALIC
19712
+ # font_family: "String",
19713
+ # },
19714
+ # axis_label_font_configuration: {
19715
+ # font_size: {
19716
+ # relative: "EXTRA_SMALL", # accepts EXTRA_SMALL, SMALL, MEDIUM, LARGE, EXTRA_LARGE
19717
+ # absolute: "PixelLength",
19718
+ # },
19719
+ # font_decoration: "UNDERLINE", # accepts UNDERLINE, NONE
19720
+ # font_color: "HexColor",
19721
+ # font_weight: {
19722
+ # name: "NORMAL", # accepts NORMAL, BOLD
19723
+ # },
19724
+ # font_style: "NORMAL", # accepts NORMAL, ITALIC
19725
+ # font_family: "String",
19726
+ # },
19727
+ # legend_title_font_configuration: {
19728
+ # font_size: {
19729
+ # relative: "EXTRA_SMALL", # accepts EXTRA_SMALL, SMALL, MEDIUM, LARGE, EXTRA_LARGE
19730
+ # absolute: "PixelLength",
19731
+ # },
19732
+ # font_decoration: "UNDERLINE", # accepts UNDERLINE, NONE
19733
+ # font_color: "HexColor",
19734
+ # font_weight: {
19735
+ # name: "NORMAL", # accepts NORMAL, BOLD
19736
+ # },
19737
+ # font_style: "NORMAL", # accepts NORMAL, ITALIC
19738
+ # font_family: "String",
19739
+ # },
19740
+ # legend_value_font_configuration: {
19741
+ # font_size: {
19742
+ # relative: "EXTRA_SMALL", # accepts EXTRA_SMALL, SMALL, MEDIUM, LARGE, EXTRA_LARGE
19743
+ # absolute: "PixelLength",
19744
+ # },
19745
+ # font_decoration: "UNDERLINE", # accepts UNDERLINE, NONE
19746
+ # font_color: "HexColor",
19747
+ # font_weight: {
19748
+ # name: "NORMAL", # accepts NORMAL, BOLD
19749
+ # },
19750
+ # font_style: "NORMAL", # accepts NORMAL, ITALIC
19751
+ # font_family: "String",
19752
+ # },
19753
+ # data_label_font_configuration: {
19754
+ # font_size: {
19755
+ # relative: "EXTRA_SMALL", # accepts EXTRA_SMALL, SMALL, MEDIUM, LARGE, EXTRA_LARGE
19756
+ # absolute: "PixelLength",
19757
+ # },
19758
+ # font_decoration: "UNDERLINE", # accepts UNDERLINE, NONE
19759
+ # font_color: "HexColor",
19760
+ # font_weight: {
19761
+ # name: "NORMAL", # accepts NORMAL, BOLD
19762
+ # },
19763
+ # font_style: "NORMAL", # accepts NORMAL, ITALIC
19764
+ # font_family: "String",
19765
+ # },
19766
+ # visual_title_font_configuration: {
19767
+ # font_configuration: {
19768
+ # font_size: {
19769
+ # relative: "EXTRA_SMALL", # accepts EXTRA_SMALL, SMALL, MEDIUM, LARGE, EXTRA_LARGE
19770
+ # absolute: "PixelLength",
19771
+ # },
19772
+ # font_decoration: "UNDERLINE", # accepts UNDERLINE, NONE
19773
+ # font_color: "HexColor",
19774
+ # font_weight: {
19775
+ # name: "NORMAL", # accepts NORMAL, BOLD
19776
+ # },
19777
+ # font_style: "NORMAL", # accepts NORMAL, ITALIC
19778
+ # font_family: "String",
19779
+ # },
19780
+ # text_alignment: "LEFT", # accepts LEFT, CENTER, RIGHT, AUTO
19781
+ # text_transform: "CAPITALIZE", # accepts CAPITALIZE
19782
+ # },
19783
+ # visual_subtitle_font_configuration: {
19784
+ # font_configuration: {
19785
+ # font_size: {
19786
+ # relative: "EXTRA_SMALL", # accepts EXTRA_SMALL, SMALL, MEDIUM, LARGE, EXTRA_LARGE
19787
+ # absolute: "PixelLength",
19788
+ # },
19789
+ # font_decoration: "UNDERLINE", # accepts UNDERLINE, NONE
19790
+ # font_color: "HexColor",
19791
+ # font_weight: {
19792
+ # name: "NORMAL", # accepts NORMAL, BOLD
19793
+ # },
19794
+ # font_style: "NORMAL", # accepts NORMAL, ITALIC
19795
+ # font_family: "String",
19796
+ # },
19797
+ # text_alignment: "LEFT", # accepts LEFT, CENTER, RIGHT, AUTO
19798
+ # text_transform: "CAPITALIZE", # accepts CAPITALIZE
19799
+ # },
18348
19800
  # },
18349
19801
  # },
18350
19802
  # })
@@ -19200,7 +20652,7 @@ module Aws::QuickSight
19200
20652
  tracer: tracer
19201
20653
  )
19202
20654
  context[:gem_name] = 'aws-sdk-quicksight'
19203
- context[:gem_version] = '1.162.0'
20655
+ context[:gem_version] = '1.164.0'
19204
20656
  Seahorse::Client::Request.new(handlers, context)
19205
20657
  end
19206
20658