aws-sdk-quicksight 1.162.0 → 1.163.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-quicksight/client.rb +1233 -57
- data/lib/aws-sdk-quicksight/client_api.rb +383 -14
- data/lib/aws-sdk-quicksight/errors.rb +21 -0
- data/lib/aws-sdk-quicksight/types.rb +1358 -58
- data/lib/aws-sdk-quicksight.rb +1 -1
- data/sig/client.rbs +911 -5
- data/sig/errors.rbs +4 -0
- data/sig/types.rbs +341 -1
- metadata +1 -1
|
@@ -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
|
|
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",
|
|
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
|
|
@@ -4822,7 +5298,7 @@ module Aws::QuickSight
|
|
|
4822
5298
|
# The ID of the Amazon Web Services account that owns the brand.
|
|
4823
5299
|
#
|
|
4824
5300
|
# @option params [required, String] :brand_id
|
|
4825
|
-
# The ID of the
|
|
5301
|
+
# The ID of the Quick Suite brand.
|
|
4826
5302
|
#
|
|
4827
5303
|
# @return [Types::DeleteBrandResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
4828
5304
|
#
|
|
@@ -4964,7 +5440,7 @@ module Aws::QuickSight
|
|
|
4964
5440
|
# The Amazon Web Services account ID.
|
|
4965
5441
|
#
|
|
4966
5442
|
# @option params [required, String] :data_set_id
|
|
4967
|
-
# The ID for the dataset that you want to
|
|
5443
|
+
# The ID for the dataset that you want to delete. This ID is unique per
|
|
4968
5444
|
# Amazon Web Services Region for each Amazon Web Services account.
|
|
4969
5445
|
#
|
|
4970
5446
|
# @return [Types::DeleteDataSetResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
@@ -6909,7 +7385,7 @@ module Aws::QuickSight
|
|
|
6909
7385
|
# The ID of the Amazon Web Services account that owns the brand.
|
|
6910
7386
|
#
|
|
6911
7387
|
# @option params [required, String] :brand_id
|
|
6912
|
-
# The ID of the
|
|
7388
|
+
# The ID of the Quick Suite brand.
|
|
6913
7389
|
#
|
|
6914
7390
|
# @option params [String] :version_id
|
|
6915
7391
|
# The ID of the specific version. The default value is the latest
|
|
@@ -7044,7 +7520,7 @@ module Aws::QuickSight
|
|
|
7044
7520
|
# The ID of the Amazon Web Services account that owns the brand.
|
|
7045
7521
|
#
|
|
7046
7522
|
# @option params [required, String] :brand_id
|
|
7047
|
-
# The ID of the
|
|
7523
|
+
# The ID of the Quick Suite brand.
|
|
7048
7524
|
#
|
|
7049
7525
|
# @return [Types::DescribeBrandPublishedVersionResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
7050
7526
|
#
|
|
@@ -7628,8 +8104,8 @@ module Aws::QuickSight
|
|
|
7628
8104
|
# The Amazon Web Services account ID.
|
|
7629
8105
|
#
|
|
7630
8106
|
# @option params [required, String] :data_set_id
|
|
7631
|
-
# The ID for the dataset that you want to
|
|
7632
|
-
# Amazon Web Services Region for each Amazon Web Services account.
|
|
8107
|
+
# The ID for the dataset that you want to describe. This ID is unique
|
|
8108
|
+
# per Amazon Web Services Region for each Amazon Web Services account.
|
|
7633
8109
|
#
|
|
7634
8110
|
# @return [Types::DescribeDataSetResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
7635
8111
|
#
|
|
@@ -7658,6 +8134,7 @@ module Aws::QuickSight
|
|
|
7658
8134
|
# resp.data_set.physical_table_map["PhysicalTableId"].relational_table.name #=> String
|
|
7659
8135
|
# resp.data_set.physical_table_map["PhysicalTableId"].relational_table.input_columns #=> Array
|
|
7660
8136
|
# resp.data_set.physical_table_map["PhysicalTableId"].relational_table.input_columns[0].name #=> String
|
|
8137
|
+
# resp.data_set.physical_table_map["PhysicalTableId"].relational_table.input_columns[0].id #=> String
|
|
7661
8138
|
# resp.data_set.physical_table_map["PhysicalTableId"].relational_table.input_columns[0].type #=> String, one of "STRING", "INTEGER", "DECIMAL", "DATETIME", "BIT", "BOOLEAN", "JSON"
|
|
7662
8139
|
# resp.data_set.physical_table_map["PhysicalTableId"].relational_table.input_columns[0].sub_type #=> String, one of "FLOAT", "FIXED"
|
|
7663
8140
|
# resp.data_set.physical_table_map["PhysicalTableId"].custom_sql.data_source_arn #=> String
|
|
@@ -7665,6 +8142,7 @@ module Aws::QuickSight
|
|
|
7665
8142
|
# resp.data_set.physical_table_map["PhysicalTableId"].custom_sql.sql_query #=> String
|
|
7666
8143
|
# resp.data_set.physical_table_map["PhysicalTableId"].custom_sql.columns #=> Array
|
|
7667
8144
|
# resp.data_set.physical_table_map["PhysicalTableId"].custom_sql.columns[0].name #=> String
|
|
8145
|
+
# resp.data_set.physical_table_map["PhysicalTableId"].custom_sql.columns[0].id #=> String
|
|
7668
8146
|
# resp.data_set.physical_table_map["PhysicalTableId"].custom_sql.columns[0].type #=> String, one of "STRING", "INTEGER", "DECIMAL", "DATETIME", "BIT", "BOOLEAN", "JSON"
|
|
7669
8147
|
# resp.data_set.physical_table_map["PhysicalTableId"].custom_sql.columns[0].sub_type #=> String, one of "FLOAT", "FIXED"
|
|
7670
8148
|
# resp.data_set.physical_table_map["PhysicalTableId"].s3_source.data_source_arn #=> String
|
|
@@ -7673,16 +8151,57 @@ module Aws::QuickSight
|
|
|
7673
8151
|
# resp.data_set.physical_table_map["PhysicalTableId"].s3_source.upload_settings.contains_header #=> Boolean
|
|
7674
8152
|
# resp.data_set.physical_table_map["PhysicalTableId"].s3_source.upload_settings.text_qualifier #=> String, one of "DOUBLE_QUOTE", "SINGLE_QUOTE"
|
|
7675
8153
|
# resp.data_set.physical_table_map["PhysicalTableId"].s3_source.upload_settings.delimiter #=> String
|
|
8154
|
+
# resp.data_set.physical_table_map["PhysicalTableId"].s3_source.upload_settings.custom_cell_address_range #=> String
|
|
7676
8155
|
# resp.data_set.physical_table_map["PhysicalTableId"].s3_source.input_columns #=> Array
|
|
7677
8156
|
# resp.data_set.physical_table_map["PhysicalTableId"].s3_source.input_columns[0].name #=> String
|
|
8157
|
+
# resp.data_set.physical_table_map["PhysicalTableId"].s3_source.input_columns[0].id #=> String
|
|
7678
8158
|
# resp.data_set.physical_table_map["PhysicalTableId"].s3_source.input_columns[0].type #=> String, one of "STRING", "INTEGER", "DECIMAL", "DATETIME", "BIT", "BOOLEAN", "JSON"
|
|
7679
8159
|
# resp.data_set.physical_table_map["PhysicalTableId"].s3_source.input_columns[0].sub_type #=> String, one of "FLOAT", "FIXED"
|
|
8160
|
+
# resp.data_set.physical_table_map["PhysicalTableId"].saa_s_table.data_source_arn #=> String
|
|
8161
|
+
# resp.data_set.physical_table_map["PhysicalTableId"].saa_s_table.table_path #=> Array
|
|
8162
|
+
# resp.data_set.physical_table_map["PhysicalTableId"].saa_s_table.table_path[0].name #=> String
|
|
8163
|
+
# resp.data_set.physical_table_map["PhysicalTableId"].saa_s_table.table_path[0].id #=> String
|
|
8164
|
+
# resp.data_set.physical_table_map["PhysicalTableId"].saa_s_table.input_columns #=> Array
|
|
8165
|
+
# resp.data_set.physical_table_map["PhysicalTableId"].saa_s_table.input_columns[0].name #=> String
|
|
8166
|
+
# resp.data_set.physical_table_map["PhysicalTableId"].saa_s_table.input_columns[0].id #=> String
|
|
8167
|
+
# resp.data_set.physical_table_map["PhysicalTableId"].saa_s_table.input_columns[0].type #=> String, one of "STRING", "INTEGER", "DECIMAL", "DATETIME", "BIT", "BOOLEAN", "JSON"
|
|
8168
|
+
# resp.data_set.physical_table_map["PhysicalTableId"].saa_s_table.input_columns[0].sub_type #=> String, one of "FLOAT", "FIXED"
|
|
7680
8169
|
# resp.data_set.logical_table_map #=> Hash
|
|
7681
8170
|
# resp.data_set.logical_table_map["LogicalTableId"].alias #=> String
|
|
7682
8171
|
# resp.data_set.logical_table_map["LogicalTableId"].data_transforms #=> Array
|
|
8172
|
+
# resp.data_set.logical_table_map["LogicalTableId"].data_transforms[0].project_operation.alias #=> String
|
|
8173
|
+
# resp.data_set.logical_table_map["LogicalTableId"].data_transforms[0].project_operation.source.transform_operation_id #=> String
|
|
8174
|
+
# resp.data_set.logical_table_map["LogicalTableId"].data_transforms[0].project_operation.source.column_id_mappings #=> Array
|
|
8175
|
+
# resp.data_set.logical_table_map["LogicalTableId"].data_transforms[0].project_operation.source.column_id_mappings[0].source_column_id #=> String
|
|
8176
|
+
# resp.data_set.logical_table_map["LogicalTableId"].data_transforms[0].project_operation.source.column_id_mappings[0].target_column_id #=> String
|
|
7683
8177
|
# resp.data_set.logical_table_map["LogicalTableId"].data_transforms[0].project_operation.projected_columns #=> Array
|
|
7684
8178
|
# resp.data_set.logical_table_map["LogicalTableId"].data_transforms[0].project_operation.projected_columns[0] #=> String
|
|
7685
8179
|
# resp.data_set.logical_table_map["LogicalTableId"].data_transforms[0].filter_operation.condition_expression #=> String
|
|
8180
|
+
# resp.data_set.logical_table_map["LogicalTableId"].data_transforms[0].filter_operation.string_filter_condition.column_name #=> String
|
|
8181
|
+
# 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"
|
|
8182
|
+
# resp.data_set.logical_table_map["LogicalTableId"].data_transforms[0].filter_operation.string_filter_condition.comparison_filter_condition.value.static_value #=> String
|
|
8183
|
+
# resp.data_set.logical_table_map["LogicalTableId"].data_transforms[0].filter_operation.string_filter_condition.list_filter_condition.operator #=> String, one of "INCLUDE", "EXCLUDE"
|
|
8184
|
+
# resp.data_set.logical_table_map["LogicalTableId"].data_transforms[0].filter_operation.string_filter_condition.list_filter_condition.values.static_values #=> Array
|
|
8185
|
+
# resp.data_set.logical_table_map["LogicalTableId"].data_transforms[0].filter_operation.string_filter_condition.list_filter_condition.values.static_values[0] #=> String
|
|
8186
|
+
# resp.data_set.logical_table_map["LogicalTableId"].data_transforms[0].filter_operation.numeric_filter_condition.column_name #=> String
|
|
8187
|
+
# 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"
|
|
8188
|
+
# resp.data_set.logical_table_map["LogicalTableId"].data_transforms[0].filter_operation.numeric_filter_condition.comparison_filter_condition.value.static_value #=> Float
|
|
8189
|
+
# resp.data_set.logical_table_map["LogicalTableId"].data_transforms[0].filter_operation.numeric_filter_condition.range_filter_condition.range_minimum.static_value #=> Float
|
|
8190
|
+
# resp.data_set.logical_table_map["LogicalTableId"].data_transforms[0].filter_operation.numeric_filter_condition.range_filter_condition.range_maximum.static_value #=> Float
|
|
8191
|
+
# resp.data_set.logical_table_map["LogicalTableId"].data_transforms[0].filter_operation.numeric_filter_condition.range_filter_condition.include_minimum #=> Boolean
|
|
8192
|
+
# resp.data_set.logical_table_map["LogicalTableId"].data_transforms[0].filter_operation.numeric_filter_condition.range_filter_condition.include_maximum #=> Boolean
|
|
8193
|
+
# resp.data_set.logical_table_map["LogicalTableId"].data_transforms[0].filter_operation.date_filter_condition.column_name #=> String
|
|
8194
|
+
# 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"
|
|
8195
|
+
# resp.data_set.logical_table_map["LogicalTableId"].data_transforms[0].filter_operation.date_filter_condition.comparison_filter_condition.value.static_value #=> Time
|
|
8196
|
+
# resp.data_set.logical_table_map["LogicalTableId"].data_transforms[0].filter_operation.date_filter_condition.range_filter_condition.range_minimum.static_value #=> Time
|
|
8197
|
+
# resp.data_set.logical_table_map["LogicalTableId"].data_transforms[0].filter_operation.date_filter_condition.range_filter_condition.range_maximum.static_value #=> Time
|
|
8198
|
+
# resp.data_set.logical_table_map["LogicalTableId"].data_transforms[0].filter_operation.date_filter_condition.range_filter_condition.include_minimum #=> Boolean
|
|
8199
|
+
# resp.data_set.logical_table_map["LogicalTableId"].data_transforms[0].filter_operation.date_filter_condition.range_filter_condition.include_maximum #=> Boolean
|
|
8200
|
+
# resp.data_set.logical_table_map["LogicalTableId"].data_transforms[0].create_columns_operation.alias #=> String
|
|
8201
|
+
# resp.data_set.logical_table_map["LogicalTableId"].data_transforms[0].create_columns_operation.source.transform_operation_id #=> String
|
|
8202
|
+
# resp.data_set.logical_table_map["LogicalTableId"].data_transforms[0].create_columns_operation.source.column_id_mappings #=> Array
|
|
8203
|
+
# resp.data_set.logical_table_map["LogicalTableId"].data_transforms[0].create_columns_operation.source.column_id_mappings[0].source_column_id #=> String
|
|
8204
|
+
# resp.data_set.logical_table_map["LogicalTableId"].data_transforms[0].create_columns_operation.source.column_id_mappings[0].target_column_id #=> String
|
|
7686
8205
|
# resp.data_set.logical_table_map["LogicalTableId"].data_transforms[0].create_columns_operation.columns #=> Array
|
|
7687
8206
|
# resp.data_set.logical_table_map["LogicalTableId"].data_transforms[0].create_columns_operation.columns[0].column_name #=> String
|
|
7688
8207
|
# resp.data_set.logical_table_map["LogicalTableId"].data_transforms[0].create_columns_operation.columns[0].column_id #=> String
|
|
@@ -7720,6 +8239,7 @@ module Aws::QuickSight
|
|
|
7720
8239
|
# resp.data_set.logical_table_map["LogicalTableId"].source.data_set_arn #=> String
|
|
7721
8240
|
# resp.data_set.output_columns #=> Array
|
|
7722
8241
|
# resp.data_set.output_columns[0].name #=> String
|
|
8242
|
+
# resp.data_set.output_columns[0].id #=> String
|
|
7723
8243
|
# resp.data_set.output_columns[0].description #=> String
|
|
7724
8244
|
# resp.data_set.output_columns[0].type #=> String, one of "STRING", "INTEGER", "DECIMAL", "DATETIME"
|
|
7725
8245
|
# resp.data_set.output_columns[0].sub_type #=> String, one of "FLOAT", "FIXED"
|
|
@@ -7781,6 +8301,174 @@ module Aws::QuickSight
|
|
|
7781
8301
|
# resp.data_set.performance_configuration.unique_keys[0].column_names #=> Array
|
|
7782
8302
|
# resp.data_set.performance_configuration.unique_keys[0].column_names[0] #=> String
|
|
7783
8303
|
# resp.data_set.use_as #=> String, one of "RLS_RULES"
|
|
8304
|
+
# resp.data_set.data_prep_configuration.source_table_map #=> Hash
|
|
8305
|
+
# resp.data_set.data_prep_configuration.source_table_map["DataSetEntityResourceId"].physical_table_id #=> String
|
|
8306
|
+
# resp.data_set.data_prep_configuration.source_table_map["DataSetEntityResourceId"].data_set.data_set_arn #=> String
|
|
8307
|
+
# resp.data_set.data_prep_configuration.source_table_map["DataSetEntityResourceId"].data_set.input_columns #=> Array
|
|
8308
|
+
# resp.data_set.data_prep_configuration.source_table_map["DataSetEntityResourceId"].data_set.input_columns[0].name #=> String
|
|
8309
|
+
# resp.data_set.data_prep_configuration.source_table_map["DataSetEntityResourceId"].data_set.input_columns[0].id #=> String
|
|
8310
|
+
# 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"
|
|
8311
|
+
# resp.data_set.data_prep_configuration.source_table_map["DataSetEntityResourceId"].data_set.input_columns[0].sub_type #=> String, one of "FLOAT", "FIXED"
|
|
8312
|
+
# resp.data_set.data_prep_configuration.transform_step_map #=> Hash
|
|
8313
|
+
# resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].import_table_step.alias #=> String
|
|
8314
|
+
# resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].import_table_step.source.source_table_id #=> String
|
|
8315
|
+
# resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].import_table_step.source.column_id_mappings #=> Array
|
|
8316
|
+
# resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].import_table_step.source.column_id_mappings[0].source_column_id #=> String
|
|
8317
|
+
# resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].import_table_step.source.column_id_mappings[0].target_column_id #=> String
|
|
8318
|
+
# resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].project_step.alias #=> String
|
|
8319
|
+
# resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].project_step.source.transform_operation_id #=> String
|
|
8320
|
+
# resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].project_step.source.column_id_mappings #=> Array
|
|
8321
|
+
# resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].project_step.source.column_id_mappings[0].source_column_id #=> String
|
|
8322
|
+
# resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].project_step.source.column_id_mappings[0].target_column_id #=> String
|
|
8323
|
+
# resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].project_step.projected_columns #=> Array
|
|
8324
|
+
# resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].project_step.projected_columns[0] #=> String
|
|
8325
|
+
# resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].filters_step.alias #=> String
|
|
8326
|
+
# resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].filters_step.source.transform_operation_id #=> String
|
|
8327
|
+
# resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].filters_step.source.column_id_mappings #=> Array
|
|
8328
|
+
# resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].filters_step.source.column_id_mappings[0].source_column_id #=> String
|
|
8329
|
+
# resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].filters_step.source.column_id_mappings[0].target_column_id #=> String
|
|
8330
|
+
# resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].filters_step.filter_operations #=> Array
|
|
8331
|
+
# resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].filters_step.filter_operations[0].condition_expression #=> String
|
|
8332
|
+
# resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].filters_step.filter_operations[0].string_filter_condition.column_name #=> String
|
|
8333
|
+
# 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"
|
|
8334
|
+
# 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
|
|
8335
|
+
# 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"
|
|
8336
|
+
# 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
|
|
8337
|
+
# 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
|
|
8338
|
+
# resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].filters_step.filter_operations[0].numeric_filter_condition.column_name #=> String
|
|
8339
|
+
# 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"
|
|
8340
|
+
# 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
|
|
8341
|
+
# 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
|
|
8342
|
+
# 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
|
|
8343
|
+
# resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].filters_step.filter_operations[0].numeric_filter_condition.range_filter_condition.include_minimum #=> Boolean
|
|
8344
|
+
# resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].filters_step.filter_operations[0].numeric_filter_condition.range_filter_condition.include_maximum #=> Boolean
|
|
8345
|
+
# resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].filters_step.filter_operations[0].date_filter_condition.column_name #=> String
|
|
8346
|
+
# 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"
|
|
8347
|
+
# 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
|
|
8348
|
+
# 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
|
|
8349
|
+
# 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
|
|
8350
|
+
# resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].filters_step.filter_operations[0].date_filter_condition.range_filter_condition.include_minimum #=> Boolean
|
|
8351
|
+
# resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].filters_step.filter_operations[0].date_filter_condition.range_filter_condition.include_maximum #=> Boolean
|
|
8352
|
+
# resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].create_columns_step.alias #=> String
|
|
8353
|
+
# resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].create_columns_step.source.transform_operation_id #=> String
|
|
8354
|
+
# resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].create_columns_step.source.column_id_mappings #=> Array
|
|
8355
|
+
# resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].create_columns_step.source.column_id_mappings[0].source_column_id #=> String
|
|
8356
|
+
# resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].create_columns_step.source.column_id_mappings[0].target_column_id #=> String
|
|
8357
|
+
# resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].create_columns_step.columns #=> Array
|
|
8358
|
+
# resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].create_columns_step.columns[0].column_name #=> String
|
|
8359
|
+
# resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].create_columns_step.columns[0].column_id #=> String
|
|
8360
|
+
# resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].create_columns_step.columns[0].expression #=> String
|
|
8361
|
+
# resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].rename_columns_step.alias #=> String
|
|
8362
|
+
# resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].rename_columns_step.source.transform_operation_id #=> String
|
|
8363
|
+
# resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].rename_columns_step.source.column_id_mappings #=> Array
|
|
8364
|
+
# resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].rename_columns_step.source.column_id_mappings[0].source_column_id #=> String
|
|
8365
|
+
# resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].rename_columns_step.source.column_id_mappings[0].target_column_id #=> String
|
|
8366
|
+
# resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].rename_columns_step.rename_column_operations #=> Array
|
|
8367
|
+
# resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].rename_columns_step.rename_column_operations[0].column_name #=> String
|
|
8368
|
+
# resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].rename_columns_step.rename_column_operations[0].new_column_name #=> String
|
|
8369
|
+
# resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].cast_column_types_step.alias #=> String
|
|
8370
|
+
# resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].cast_column_types_step.source.transform_operation_id #=> String
|
|
8371
|
+
# resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].cast_column_types_step.source.column_id_mappings #=> Array
|
|
8372
|
+
# resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].cast_column_types_step.source.column_id_mappings[0].source_column_id #=> String
|
|
8373
|
+
# resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].cast_column_types_step.source.column_id_mappings[0].target_column_id #=> String
|
|
8374
|
+
# resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].cast_column_types_step.cast_column_type_operations #=> Array
|
|
8375
|
+
# resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].cast_column_types_step.cast_column_type_operations[0].column_name #=> String
|
|
8376
|
+
# 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"
|
|
8377
|
+
# 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"
|
|
8378
|
+
# resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].cast_column_types_step.cast_column_type_operations[0].format #=> String
|
|
8379
|
+
# resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].join_step.alias #=> String
|
|
8380
|
+
# resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].join_step.left_operand.transform_operation_id #=> String
|
|
8381
|
+
# resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].join_step.left_operand.column_id_mappings #=> Array
|
|
8382
|
+
# resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].join_step.left_operand.column_id_mappings[0].source_column_id #=> String
|
|
8383
|
+
# resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].join_step.left_operand.column_id_mappings[0].target_column_id #=> String
|
|
8384
|
+
# resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].join_step.right_operand.transform_operation_id #=> String
|
|
8385
|
+
# resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].join_step.right_operand.column_id_mappings #=> Array
|
|
8386
|
+
# resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].join_step.right_operand.column_id_mappings[0].source_column_id #=> String
|
|
8387
|
+
# resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].join_step.right_operand.column_id_mappings[0].target_column_id #=> String
|
|
8388
|
+
# resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].join_step.type #=> String, one of "INNER", "OUTER", "LEFT", "RIGHT"
|
|
8389
|
+
# resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].join_step.on_clause #=> String
|
|
8390
|
+
# resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].join_step.left_operand_properties.output_column_name_overrides #=> Array
|
|
8391
|
+
# resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].join_step.left_operand_properties.output_column_name_overrides[0].source_column_name #=> String
|
|
8392
|
+
# resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].join_step.left_operand_properties.output_column_name_overrides[0].output_column_name #=> String
|
|
8393
|
+
# resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].join_step.right_operand_properties.output_column_name_overrides #=> Array
|
|
8394
|
+
# resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].join_step.right_operand_properties.output_column_name_overrides[0].source_column_name #=> String
|
|
8395
|
+
# resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].join_step.right_operand_properties.output_column_name_overrides[0].output_column_name #=> String
|
|
8396
|
+
# resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].aggregate_step.alias #=> String
|
|
8397
|
+
# resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].aggregate_step.source.transform_operation_id #=> String
|
|
8398
|
+
# resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].aggregate_step.source.column_id_mappings #=> Array
|
|
8399
|
+
# resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].aggregate_step.source.column_id_mappings[0].source_column_id #=> String
|
|
8400
|
+
# resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].aggregate_step.source.column_id_mappings[0].target_column_id #=> String
|
|
8401
|
+
# resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].aggregate_step.group_by_column_names #=> Array
|
|
8402
|
+
# resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].aggregate_step.group_by_column_names[0] #=> String
|
|
8403
|
+
# resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].aggregate_step.aggregations #=> Array
|
|
8404
|
+
# resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].aggregate_step.aggregations[0].aggregation_function.simple_aggregation.input_column_name #=> String
|
|
8405
|
+
# 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"
|
|
8406
|
+
# resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].aggregate_step.aggregations[0].aggregation_function.list_aggregation.input_column_name #=> String
|
|
8407
|
+
# resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].aggregate_step.aggregations[0].aggregation_function.list_aggregation.separator #=> String
|
|
8408
|
+
# resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].aggregate_step.aggregations[0].aggregation_function.list_aggregation.distinct #=> Boolean
|
|
8409
|
+
# resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].aggregate_step.aggregations[0].new_column_name #=> String
|
|
8410
|
+
# resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].aggregate_step.aggregations[0].new_column_id #=> String
|
|
8411
|
+
# resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].pivot_step.alias #=> String
|
|
8412
|
+
# resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].pivot_step.source.transform_operation_id #=> String
|
|
8413
|
+
# resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].pivot_step.source.column_id_mappings #=> Array
|
|
8414
|
+
# resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].pivot_step.source.column_id_mappings[0].source_column_id #=> String
|
|
8415
|
+
# resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].pivot_step.source.column_id_mappings[0].target_column_id #=> String
|
|
8416
|
+
# resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].pivot_step.group_by_column_names #=> Array
|
|
8417
|
+
# resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].pivot_step.group_by_column_names[0] #=> String
|
|
8418
|
+
# resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].pivot_step.value_column_configuration.aggregation_function.simple_aggregation.input_column_name #=> String
|
|
8419
|
+
# 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"
|
|
8420
|
+
# resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].pivot_step.value_column_configuration.aggregation_function.list_aggregation.input_column_name #=> String
|
|
8421
|
+
# resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].pivot_step.value_column_configuration.aggregation_function.list_aggregation.separator #=> String
|
|
8422
|
+
# resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].pivot_step.value_column_configuration.aggregation_function.list_aggregation.distinct #=> Boolean
|
|
8423
|
+
# resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].pivot_step.pivot_configuration.label_column_name #=> String
|
|
8424
|
+
# resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].pivot_step.pivot_configuration.pivoted_labels #=> Array
|
|
8425
|
+
# resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].pivot_step.pivot_configuration.pivoted_labels[0].label_name #=> String
|
|
8426
|
+
# resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].pivot_step.pivot_configuration.pivoted_labels[0].new_column_name #=> String
|
|
8427
|
+
# resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].pivot_step.pivot_configuration.pivoted_labels[0].new_column_id #=> String
|
|
8428
|
+
# resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].unpivot_step.alias #=> String
|
|
8429
|
+
# resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].unpivot_step.source.transform_operation_id #=> String
|
|
8430
|
+
# resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].unpivot_step.source.column_id_mappings #=> Array
|
|
8431
|
+
# resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].unpivot_step.source.column_id_mappings[0].source_column_id #=> String
|
|
8432
|
+
# resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].unpivot_step.source.column_id_mappings[0].target_column_id #=> String
|
|
8433
|
+
# resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].unpivot_step.columns_to_unpivot #=> Array
|
|
8434
|
+
# resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].unpivot_step.columns_to_unpivot[0].column_name #=> String
|
|
8435
|
+
# resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].unpivot_step.columns_to_unpivot[0].new_value #=> String
|
|
8436
|
+
# resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].unpivot_step.unpivoted_label_column_name #=> String
|
|
8437
|
+
# resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].unpivot_step.unpivoted_label_column_id #=> String
|
|
8438
|
+
# resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].unpivot_step.unpivoted_value_column_name #=> String
|
|
8439
|
+
# resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].unpivot_step.unpivoted_value_column_id #=> String
|
|
8440
|
+
# resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].append_step.alias #=> String
|
|
8441
|
+
# resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].append_step.first_source.transform_operation_id #=> String
|
|
8442
|
+
# resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].append_step.first_source.column_id_mappings #=> Array
|
|
8443
|
+
# resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].append_step.first_source.column_id_mappings[0].source_column_id #=> String
|
|
8444
|
+
# resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].append_step.first_source.column_id_mappings[0].target_column_id #=> String
|
|
8445
|
+
# resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].append_step.second_source.transform_operation_id #=> String
|
|
8446
|
+
# resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].append_step.second_source.column_id_mappings #=> Array
|
|
8447
|
+
# resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].append_step.second_source.column_id_mappings[0].source_column_id #=> String
|
|
8448
|
+
# resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].append_step.second_source.column_id_mappings[0].target_column_id #=> String
|
|
8449
|
+
# resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].append_step.appended_columns #=> Array
|
|
8450
|
+
# resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].append_step.appended_columns[0].column_name #=> String
|
|
8451
|
+
# resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].append_step.appended_columns[0].new_column_id #=> String
|
|
8452
|
+
# resp.data_set.data_prep_configuration.destination_table_map #=> Hash
|
|
8453
|
+
# resp.data_set.data_prep_configuration.destination_table_map["DataSetEntityResourceId"].alias #=> String
|
|
8454
|
+
# resp.data_set.data_prep_configuration.destination_table_map["DataSetEntityResourceId"].source.transform_operation_id #=> String
|
|
8455
|
+
# resp.data_set.semantic_model_configuration.table_map #=> Hash
|
|
8456
|
+
# resp.data_set.semantic_model_configuration.table_map["DataSetEntityResourceId"].alias #=> String
|
|
8457
|
+
# resp.data_set.semantic_model_configuration.table_map["DataSetEntityResourceId"].destination_table_id #=> String
|
|
8458
|
+
# resp.data_set.semantic_model_configuration.table_map["DataSetEntityResourceId"].row_level_permission_configuration.tag_configuration.status #=> String, one of "ENABLED", "DISABLED"
|
|
8459
|
+
# resp.data_set.semantic_model_configuration.table_map["DataSetEntityResourceId"].row_level_permission_configuration.tag_configuration.tag_rules #=> Array
|
|
8460
|
+
# resp.data_set.semantic_model_configuration.table_map["DataSetEntityResourceId"].row_level_permission_configuration.tag_configuration.tag_rules[0].tag_key #=> String
|
|
8461
|
+
# resp.data_set.semantic_model_configuration.table_map["DataSetEntityResourceId"].row_level_permission_configuration.tag_configuration.tag_rules[0].column_name #=> String
|
|
8462
|
+
# resp.data_set.semantic_model_configuration.table_map["DataSetEntityResourceId"].row_level_permission_configuration.tag_configuration.tag_rules[0].tag_multi_value_delimiter #=> String
|
|
8463
|
+
# resp.data_set.semantic_model_configuration.table_map["DataSetEntityResourceId"].row_level_permission_configuration.tag_configuration.tag_rules[0].match_all_value #=> String
|
|
8464
|
+
# resp.data_set.semantic_model_configuration.table_map["DataSetEntityResourceId"].row_level_permission_configuration.tag_configuration.tag_rule_configurations #=> Array
|
|
8465
|
+
# resp.data_set.semantic_model_configuration.table_map["DataSetEntityResourceId"].row_level_permission_configuration.tag_configuration.tag_rule_configurations[0] #=> Array
|
|
8466
|
+
# resp.data_set.semantic_model_configuration.table_map["DataSetEntityResourceId"].row_level_permission_configuration.tag_configuration.tag_rule_configurations[0][0] #=> String
|
|
8467
|
+
# resp.data_set.semantic_model_configuration.table_map["DataSetEntityResourceId"].row_level_permission_configuration.row_level_permission_data_set.namespace #=> String
|
|
8468
|
+
# resp.data_set.semantic_model_configuration.table_map["DataSetEntityResourceId"].row_level_permission_configuration.row_level_permission_data_set.arn #=> String
|
|
8469
|
+
# 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"
|
|
8470
|
+
# 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"
|
|
8471
|
+
# 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
8472
|
# resp.request_id #=> String
|
|
7785
8473
|
# resp.status #=> Integer
|
|
7786
8474
|
#
|
|
@@ -7802,8 +8490,8 @@ module Aws::QuickSight
|
|
|
7802
8490
|
# The Amazon Web Services account ID.
|
|
7803
8491
|
#
|
|
7804
8492
|
# @option params [required, String] :data_set_id
|
|
7805
|
-
# The ID for the dataset that you want to
|
|
7806
|
-
# Amazon Web Services Region for each Amazon Web Services account.
|
|
8493
|
+
# The ID for the dataset that you want to describe. This ID is unique
|
|
8494
|
+
# per Amazon Web Services Region for each Amazon Web Services account.
|
|
7807
8495
|
#
|
|
7808
8496
|
# @return [Types::DescribeDataSetPermissionsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
7809
8497
|
#
|
|
@@ -9766,7 +10454,7 @@ module Aws::QuickSight
|
|
|
9766
10454
|
req.send_request(options)
|
|
9767
10455
|
end
|
|
9768
10456
|
|
|
9769
|
-
# Generates an embed URL that you can use to embed an Amazon
|
|
10457
|
+
# Generates an embed URL that you can use to embed an Amazon Quick Suite
|
|
9770
10458
|
# dashboard or visual in your website, without having to register any
|
|
9771
10459
|
# reader users. Before you use this action, make sure that you have
|
|
9772
10460
|
# configured the dashboards and permissions.
|
|
@@ -9784,14 +10472,14 @@ module Aws::QuickSight
|
|
|
9784
10472
|
# session duration is 10 hours.
|
|
9785
10473
|
#
|
|
9786
10474
|
# * You are charged only when the URL is used or there is interaction
|
|
9787
|
-
# with Amazon
|
|
10475
|
+
# with Amazon Quick Suite.
|
|
9788
10476
|
#
|
|
9789
|
-
# For more information, see [Embedded Analytics][1] in the *Amazon
|
|
9790
|
-
#
|
|
10477
|
+
# For more information, see [Embedded Analytics][1] in the *Amazon Quick
|
|
10478
|
+
# Suite User Guide*.
|
|
9791
10479
|
#
|
|
9792
10480
|
# For more information about the high-level steps for embedding and for
|
|
9793
10481
|
# an interactive demo of the ways you can customize embedding, visit the
|
|
9794
|
-
# [Amazon
|
|
10482
|
+
# [Amazon Quick Suite Developer Portal][2].
|
|
9795
10483
|
#
|
|
9796
10484
|
#
|
|
9797
10485
|
#
|
|
@@ -9808,7 +10496,7 @@ module Aws::QuickSight
|
|
|
9808
10496
|
#
|
|
9809
10497
|
# @option params [required, String] :namespace
|
|
9810
10498
|
# The Amazon Quick Sight namespace that the anonymous user virtually
|
|
9811
|
-
# belongs to. If you are not using an Amazon
|
|
10499
|
+
# belongs to. If you are not using an Amazon Quick Suite custom
|
|
9812
10500
|
# namespace, set this to `default`.
|
|
9813
10501
|
#
|
|
9814
10502
|
# @option params [Array<Types::SessionTag>] :session_tags
|
|
@@ -9917,11 +10605,11 @@ module Aws::QuickSight
|
|
|
9917
10605
|
req.send_request(options)
|
|
9918
10606
|
end
|
|
9919
10607
|
|
|
9920
|
-
# Generates an embed URL that you can use to embed an Amazon
|
|
10608
|
+
# Generates an embed URL that you can use to embed an Amazon Quick Suite
|
|
9921
10609
|
# experience in your website. This action can be used for any type of
|
|
9922
|
-
# user registered in an Amazon
|
|
9923
|
-
# action, make sure that you have configured the relevant Amazon
|
|
9924
|
-
#
|
|
10610
|
+
# user registered in an Amazon Quick Suite account. Before you use this
|
|
10611
|
+
# action, make sure that you have configured the relevant Amazon Quick
|
|
10612
|
+
# Suite resource and permissions.
|
|
9925
10613
|
#
|
|
9926
10614
|
# The following rules apply to the generated URL:
|
|
9927
10615
|
#
|
|
@@ -9937,14 +10625,14 @@ module Aws::QuickSight
|
|
|
9937
10625
|
# hours (maximum). The default session duration is 10 hours.
|
|
9938
10626
|
#
|
|
9939
10627
|
# * You are charged only when the URL is used or there is interaction
|
|
9940
|
-
# with Amazon
|
|
10628
|
+
# with Amazon Quick Suite.
|
|
9941
10629
|
#
|
|
9942
|
-
# For more information, see [Embedded Analytics][1] in the *Amazon
|
|
9943
|
-
#
|
|
10630
|
+
# For more information, see [Embedded Analytics][1] in the *Amazon Quick
|
|
10631
|
+
# Suite User Guide*.
|
|
9944
10632
|
#
|
|
9945
10633
|
# For more information about the high-level steps for embedding and for
|
|
9946
10634
|
# an interactive demo of the ways you can customize embedding, visit the
|
|
9947
|
-
# [Amazon
|
|
10635
|
+
# [Amazon Quick Suite Developer Portal][2].
|
|
9948
10636
|
#
|
|
9949
10637
|
#
|
|
9950
10638
|
#
|
|
@@ -9964,7 +10652,7 @@ module Aws::QuickSight
|
|
|
9964
10652
|
#
|
|
9965
10653
|
# @option params [required, Types::RegisteredUserEmbeddingExperienceConfiguration] :experience_configuration
|
|
9966
10654
|
# The experience that you want to embed. For registered users, you can
|
|
9967
|
-
# embed
|
|
10655
|
+
# embed Quick Suite dashboards, Amazon Quick Sight visuals, the Amazon
|
|
9968
10656
|
# Quick Sight Q search bar, the Amazon Quick Sight Generative Q&A
|
|
9969
10657
|
# experience, or the entire Amazon Quick Sight console.
|
|
9970
10658
|
#
|
|
@@ -10116,7 +10804,7 @@ module Aws::QuickSight
|
|
|
10116
10804
|
#
|
|
10117
10805
|
# @option params [required, Types::RegisteredUserEmbeddingExperienceConfiguration] :experience_configuration
|
|
10118
10806
|
# The type of experience you want to embed. For registered users, you
|
|
10119
|
-
# can embed
|
|
10807
|
+
# can embed Quick Suite dashboards or the Amazon Quick Sight console.
|
|
10120
10808
|
#
|
|
10121
10809
|
# <note markdown="1"> Exactly one of the experience configurations is required. You can
|
|
10122
10810
|
# choose `Dashboard` or `QuickSightConsole`. You cannot choose more than
|
|
@@ -10249,18 +10937,18 @@ module Aws::QuickSight
|
|
|
10249
10937
|
# * They are valid for 5 minutes after you run this command.
|
|
10250
10938
|
#
|
|
10251
10939
|
# * You are charged only when the URL is used or there is interaction
|
|
10252
|
-
# with
|
|
10940
|
+
# with Quick Suite.
|
|
10253
10941
|
#
|
|
10254
10942
|
# * The resulting user session is valid for 15 minutes (default) up to
|
|
10255
10943
|
# 10 hours (maximum). You can use the optional
|
|
10256
10944
|
# `SessionLifetimeInMinutes` parameter to customize session duration.
|
|
10257
10945
|
#
|
|
10258
10946
|
# For more information, see [Embedding Analytics Using
|
|
10259
|
-
# GetDashboardEmbedUrl][1] in the *Amazon
|
|
10947
|
+
# GetDashboardEmbedUrl][1] in the *Amazon Quick Suite User Guide*.
|
|
10260
10948
|
#
|
|
10261
10949
|
# For more information about the high-level steps for embedding and for
|
|
10262
10950
|
# an interactive demo of the ways you can customize embedding, visit the
|
|
10263
|
-
# [Amazon
|
|
10951
|
+
# [Amazon Quick Suite Developer Portal][2].
|
|
10264
10952
|
#
|
|
10265
10953
|
#
|
|
10266
10954
|
#
|
|
@@ -10301,10 +10989,10 @@ module Aws::QuickSight
|
|
|
10301
10989
|
# the user session is not persisted. The default is `FALSE`.
|
|
10302
10990
|
#
|
|
10303
10991
|
# @option params [String] :user_arn
|
|
10304
|
-
# The Amazon
|
|
10305
|
-
# `QUICKSIGHT` identity type. You can use this for any Amazon
|
|
10306
|
-
# users in your account (readers, authors, or admins)
|
|
10307
|
-
# one of the following:
|
|
10992
|
+
# The Amazon Quick Suite user's Amazon Resource Name (ARN), for use
|
|
10993
|
+
# with `QUICKSIGHT` identity type. You can use this for any Amazon Quick
|
|
10994
|
+
# Suite users in your account (readers, authors, or admins)
|
|
10995
|
+
# authenticated as one of the following:
|
|
10308
10996
|
#
|
|
10309
10997
|
# * Active Directory (AD) users or group members
|
|
10310
10998
|
#
|
|
@@ -10326,7 +11014,7 @@ module Aws::QuickSight
|
|
|
10326
11014
|
# A list of one or more dashboard IDs that you want anonymous users to
|
|
10327
11015
|
# have tempporary access to. Currently, the `IdentityType` parameter
|
|
10328
11016
|
# must be set to `ANONYMOUS` because other identity types authenticate
|
|
10329
|
-
# as
|
|
11017
|
+
# as Quick Suite or IAM users. For example, if you set "`--dashboard-id
|
|
10330
11018
|
# dash_id1 --dashboard-id dash_id2 dash_id3 identity-type ANONYMOUS`",
|
|
10331
11019
|
# the session can access all three dashboards.
|
|
10332
11020
|
#
|
|
@@ -10474,11 +11162,11 @@ module Aws::QuickSight
|
|
|
10474
11162
|
# permissions profile to the user with the ` UpdateUser ` API operation.
|
|
10475
11163
|
# Use ` RegisterUser ` API operation to add a new user with a custom
|
|
10476
11164
|
# permission profile attached. For more information, see the following
|
|
10477
|
-
# sections in the *Amazon
|
|
11165
|
+
# sections in the *Amazon Quick Suite User Guide*:
|
|
10478
11166
|
#
|
|
10479
11167
|
# * [Embedding Analytics][1]
|
|
10480
11168
|
#
|
|
10481
|
-
# * [Customizing Access to the Amazon
|
|
11169
|
+
# * [Customizing Access to the Amazon Quick Suite Console][2]
|
|
10482
11170
|
#
|
|
10483
11171
|
#
|
|
10484
11172
|
#
|
|
@@ -10512,10 +11200,10 @@ module Aws::QuickSight
|
|
|
10512
11200
|
# 15-600 minutes.
|
|
10513
11201
|
#
|
|
10514
11202
|
# @option params [String] :user_arn
|
|
10515
|
-
# The Amazon
|
|
10516
|
-
# `QUICKSIGHT` identity type. You can use this for any type of
|
|
10517
|
-
#
|
|
10518
|
-
# need to be authenticated as one of the following:
|
|
11203
|
+
# The Amazon Quick Suite user's Amazon Resource Name (ARN), for use
|
|
11204
|
+
# with `QUICKSIGHT` identity type. You can use this for any type of
|
|
11205
|
+
# Amazon Quick Suite users in your account (readers, authors, or
|
|
11206
|
+
# admins). They need to be authenticated as one of the following:
|
|
10519
11207
|
#
|
|
10520
11208
|
# 1. Active Directory (AD) users or group members
|
|
10521
11209
|
#
|
|
@@ -11071,6 +11759,12 @@ module Aws::QuickSight
|
|
|
11071
11759
|
# resp.data_set_summaries[0].row_level_permission_data_set.permission_policy #=> String, one of "GRANT_ACCESS", "DENY_ACCESS"
|
|
11072
11760
|
# resp.data_set_summaries[0].row_level_permission_data_set.format_version #=> String, one of "VERSION_1", "VERSION_2"
|
|
11073
11761
|
# resp.data_set_summaries[0].row_level_permission_data_set.status #=> String, one of "ENABLED", "DISABLED"
|
|
11762
|
+
# resp.data_set_summaries[0].row_level_permission_data_set_map #=> Hash
|
|
11763
|
+
# resp.data_set_summaries[0].row_level_permission_data_set_map["DataSetEntityResourceId"].namespace #=> String
|
|
11764
|
+
# resp.data_set_summaries[0].row_level_permission_data_set_map["DataSetEntityResourceId"].arn #=> String
|
|
11765
|
+
# resp.data_set_summaries[0].row_level_permission_data_set_map["DataSetEntityResourceId"].permission_policy #=> String, one of "GRANT_ACCESS", "DENY_ACCESS"
|
|
11766
|
+
# resp.data_set_summaries[0].row_level_permission_data_set_map["DataSetEntityResourceId"].format_version #=> String, one of "VERSION_1", "VERSION_2"
|
|
11767
|
+
# resp.data_set_summaries[0].row_level_permission_data_set_map["DataSetEntityResourceId"].status #=> String, one of "ENABLED", "DISABLED"
|
|
11074
11768
|
# resp.data_set_summaries[0].row_level_permission_tag_configuration_applied #=> Boolean
|
|
11075
11769
|
# resp.data_set_summaries[0].column_level_permission_rules_applied #=> Boolean
|
|
11076
11770
|
# resp.data_set_summaries[0].use_as #=> String, one of "RLS_RULES"
|
|
@@ -13205,9 +13899,9 @@ module Aws::QuickSight
|
|
|
13205
13899
|
# user is authenticated and receives the embed URL that is specific to
|
|
13206
13900
|
# that user. The IAM Identity Center application that the user has
|
|
13207
13901
|
# logged into needs to have [trusted Identity Propagation enabled for
|
|
13208
|
-
#
|
|
13902
|
+
# Quick Suite][2] with the scope value set to `quicksight:read`. Before
|
|
13209
13903
|
# you use this action, make sure that you have configured the relevant
|
|
13210
|
-
#
|
|
13904
|
+
# Quick Suite resource and permissions.
|
|
13211
13905
|
#
|
|
13212
13906
|
# We recommend enabling the `QSearchStatus` API to unlock the full
|
|
13213
13907
|
# potential of `PredictQnA`. When `QSearchStatus` is enabled, it first
|
|
@@ -13864,6 +14558,12 @@ module Aws::QuickSight
|
|
|
13864
14558
|
# resp.data_set_summaries[0].row_level_permission_data_set.permission_policy #=> String, one of "GRANT_ACCESS", "DENY_ACCESS"
|
|
13865
14559
|
# resp.data_set_summaries[0].row_level_permission_data_set.format_version #=> String, one of "VERSION_1", "VERSION_2"
|
|
13866
14560
|
# resp.data_set_summaries[0].row_level_permission_data_set.status #=> String, one of "ENABLED", "DISABLED"
|
|
14561
|
+
# resp.data_set_summaries[0].row_level_permission_data_set_map #=> Hash
|
|
14562
|
+
# resp.data_set_summaries[0].row_level_permission_data_set_map["DataSetEntityResourceId"].namespace #=> String
|
|
14563
|
+
# resp.data_set_summaries[0].row_level_permission_data_set_map["DataSetEntityResourceId"].arn #=> String
|
|
14564
|
+
# resp.data_set_summaries[0].row_level_permission_data_set_map["DataSetEntityResourceId"].permission_policy #=> String, one of "GRANT_ACCESS", "DENY_ACCESS"
|
|
14565
|
+
# resp.data_set_summaries[0].row_level_permission_data_set_map["DataSetEntityResourceId"].format_version #=> String, one of "VERSION_1", "VERSION_2"
|
|
14566
|
+
# resp.data_set_summaries[0].row_level_permission_data_set_map["DataSetEntityResourceId"].status #=> String, one of "ENABLED", "DISABLED"
|
|
13867
14567
|
# resp.data_set_summaries[0].row_level_permission_tag_configuration_applied #=> Boolean
|
|
13868
14568
|
# resp.data_set_summaries[0].column_level_permission_rules_applied #=> Boolean
|
|
13869
14569
|
# resp.data_set_summaries[0].use_as #=> String, one of "RLS_RULES"
|
|
@@ -14142,7 +14842,7 @@ module Aws::QuickSight
|
|
|
14142
14842
|
req.send_request(options)
|
|
14143
14843
|
end
|
|
14144
14844
|
|
|
14145
|
-
# Searches for any Q topic that exists in an
|
|
14845
|
+
# Searches for any Q topic that exists in an Quick Suite account.
|
|
14146
14846
|
#
|
|
14147
14847
|
# @option params [required, String] :aws_account_id
|
|
14148
14848
|
# The ID of the Amazon Web Services account that contains the topic that
|
|
@@ -15707,8 +16407,8 @@ module Aws::QuickSight
|
|
|
15707
16407
|
req.send_request(options)
|
|
15708
16408
|
end
|
|
15709
16409
|
|
|
15710
|
-
# Updates an
|
|
15711
|
-
# operation only supports
|
|
16410
|
+
# Updates an Quick Suite application with a token exchange grant. This
|
|
16411
|
+
# operation only supports Quick Suite applications that are registered
|
|
15712
16412
|
# with IAM Identity Center.
|
|
15713
16413
|
#
|
|
15714
16414
|
# @option params [required, String] :aws_account_id
|
|
@@ -15716,7 +16416,7 @@ module Aws::QuickSight
|
|
|
15716
16416
|
# exchange grant.
|
|
15717
16417
|
#
|
|
15718
16418
|
# @option params [required, String] :namespace
|
|
15719
|
-
# The namespace of the
|
|
16419
|
+
# The namespace of the Quick Suite application.
|
|
15720
16420
|
#
|
|
15721
16421
|
# @return [Types::UpdateApplicationWithTokenExchangeGrantResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
15722
16422
|
#
|
|
@@ -15750,7 +16450,7 @@ module Aws::QuickSight
|
|
|
15750
16450
|
# The ID of the Amazon Web Services account that owns the brand.
|
|
15751
16451
|
#
|
|
15752
16452
|
# @option params [required, String] :brand_id
|
|
15753
|
-
# The ID of the
|
|
16453
|
+
# The ID of the Quick Suite brand.
|
|
15754
16454
|
#
|
|
15755
16455
|
# @option params [Types::BrandDefinition] :brand_definition
|
|
15756
16456
|
# The definition of the brand.
|
|
@@ -15982,7 +16682,7 @@ module Aws::QuickSight
|
|
|
15982
16682
|
# The ID of the Amazon Web Services account that owns the brand.
|
|
15983
16683
|
#
|
|
15984
16684
|
# @option params [required, String] :brand_id
|
|
15985
|
-
# The ID of the
|
|
16685
|
+
# The ID of the Quick Suite brand.
|
|
15986
16686
|
#
|
|
15987
16687
|
# @option params [required, String] :version_id
|
|
15988
16688
|
# The ID of the published version.
|
|
@@ -16443,7 +17143,8 @@ module Aws::QuickSight
|
|
|
16443
17143
|
#
|
|
16444
17144
|
# @option params [Hash<String,Types::LogicalTable>] :logical_table_map
|
|
16445
17145
|
# Configures the combination and transformation of the data from the
|
|
16446
|
-
# physical tables.
|
|
17146
|
+
# physical tables. This parameter is used with the legacy data
|
|
17147
|
+
# preparation experience.
|
|
16447
17148
|
#
|
|
16448
17149
|
# @option params [required, String] :import_mode
|
|
16449
17150
|
# Indicates whether you want to import the data into SPICE.
|
|
@@ -16458,11 +17159,13 @@ module Aws::QuickSight
|
|
|
16458
17159
|
#
|
|
16459
17160
|
# @option params [Types::RowLevelPermissionDataSet] :row_level_permission_data_set
|
|
16460
17161
|
# The row-level security configuration for the data you want to create.
|
|
17162
|
+
# This parameter is used with the legacy data preparation experience.
|
|
16461
17163
|
#
|
|
16462
17164
|
# @option params [Types::RowLevelPermissionTagConfiguration] :row_level_permission_tag_configuration
|
|
16463
17165
|
# The configuration of tags on a dataset to set row-level security.
|
|
16464
17166
|
# Row-level security tags are currently supported for anonymous
|
|
16465
|
-
# embedding only.
|
|
17167
|
+
# embedding only. This parameter is used with the legacy data
|
|
17168
|
+
# preparation experience.
|
|
16466
17169
|
#
|
|
16467
17170
|
# @option params [Array<Types::ColumnLevelPermissionRule>] :column_level_permission_rules
|
|
16468
17171
|
# A set of one or more definitions of a ` ColumnLevelPermissionRule `.
|
|
@@ -16478,6 +17181,18 @@ module Aws::QuickSight
|
|
|
16478
17181
|
# The configuration for the performance optimization of the dataset that
|
|
16479
17182
|
# contains a `UniqueKey` configuration.
|
|
16480
17183
|
#
|
|
17184
|
+
# @option params [Types::DataPrepConfiguration] :data_prep_configuration
|
|
17185
|
+
# The data preparation configuration for the dataset. This configuration
|
|
17186
|
+
# defines the source tables, transformation steps, and destination
|
|
17187
|
+
# tables used to prepare the data. Required when using the new data
|
|
17188
|
+
# preparation experience.
|
|
17189
|
+
#
|
|
17190
|
+
# @option params [Types::SemanticModelConfiguration] :semantic_model_configuration
|
|
17191
|
+
# The semantic model configuration for the dataset. This configuration
|
|
17192
|
+
# defines how the prepared data is structured for an analysis, including
|
|
17193
|
+
# table mappings and row-level security configurations. Required when
|
|
17194
|
+
# using the new data preparation experience.
|
|
17195
|
+
#
|
|
16481
17196
|
# @return [Types::UpdateDataSetResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
16482
17197
|
#
|
|
16483
17198
|
# * {Types::UpdateDataSetResponse#arn #arn} => String
|
|
@@ -16503,6 +17218,7 @@ module Aws::QuickSight
|
|
|
16503
17218
|
# input_columns: [ # required
|
|
16504
17219
|
# {
|
|
16505
17220
|
# name: "ColumnName", # required
|
|
17221
|
+
# id: "ColumnId",
|
|
16506
17222
|
# type: "STRING", # required, accepts STRING, INTEGER, DECIMAL, DATETIME, BIT, BOOLEAN, JSON
|
|
16507
17223
|
# sub_type: "FLOAT", # accepts FLOAT, FIXED
|
|
16508
17224
|
# },
|
|
@@ -16515,6 +17231,7 @@ module Aws::QuickSight
|
|
|
16515
17231
|
# columns: [
|
|
16516
17232
|
# {
|
|
16517
17233
|
# name: "ColumnName", # required
|
|
17234
|
+
# id: "ColumnId",
|
|
16518
17235
|
# type: "STRING", # required, accepts STRING, INTEGER, DECIMAL, DATETIME, BIT, BOOLEAN, JSON
|
|
16519
17236
|
# sub_type: "FLOAT", # accepts FLOAT, FIXED
|
|
16520
17237
|
# },
|
|
@@ -16528,10 +17245,29 @@ module Aws::QuickSight
|
|
|
16528
17245
|
# contains_header: false,
|
|
16529
17246
|
# text_qualifier: "DOUBLE_QUOTE", # accepts DOUBLE_QUOTE, SINGLE_QUOTE
|
|
16530
17247
|
# delimiter: "Delimiter",
|
|
17248
|
+
# custom_cell_address_range: "String",
|
|
16531
17249
|
# },
|
|
16532
17250
|
# input_columns: [ # required
|
|
16533
17251
|
# {
|
|
16534
17252
|
# name: "ColumnName", # required
|
|
17253
|
+
# id: "ColumnId",
|
|
17254
|
+
# type: "STRING", # required, accepts STRING, INTEGER, DECIMAL, DATETIME, BIT, BOOLEAN, JSON
|
|
17255
|
+
# sub_type: "FLOAT", # accepts FLOAT, FIXED
|
|
17256
|
+
# },
|
|
17257
|
+
# ],
|
|
17258
|
+
# },
|
|
17259
|
+
# saa_s_table: {
|
|
17260
|
+
# data_source_arn: "Arn", # required
|
|
17261
|
+
# table_path: [ # required
|
|
17262
|
+
# {
|
|
17263
|
+
# name: "TablePathElementName",
|
|
17264
|
+
# id: "TablePathElementId",
|
|
17265
|
+
# },
|
|
17266
|
+
# ],
|
|
17267
|
+
# input_columns: [ # required
|
|
17268
|
+
# {
|
|
17269
|
+
# name: "ColumnName", # required
|
|
17270
|
+
# id: "ColumnId",
|
|
16535
17271
|
# type: "STRING", # required, accepts STRING, INTEGER, DECIMAL, DATETIME, BIT, BOOLEAN, JSON
|
|
16536
17272
|
# sub_type: "FLOAT", # accepts FLOAT, FIXED
|
|
16537
17273
|
# },
|
|
@@ -16545,12 +17281,85 @@ module Aws::QuickSight
|
|
|
16545
17281
|
# data_transforms: [
|
|
16546
17282
|
# {
|
|
16547
17283
|
# project_operation: {
|
|
17284
|
+
# alias: "TransformOperationAlias",
|
|
17285
|
+
# source: {
|
|
17286
|
+
# transform_operation_id: "DataSetEntityResourceId", # required
|
|
17287
|
+
# column_id_mappings: [
|
|
17288
|
+
# {
|
|
17289
|
+
# source_column_id: "ColumnId", # required
|
|
17290
|
+
# target_column_id: "ColumnId", # required
|
|
17291
|
+
# },
|
|
17292
|
+
# ],
|
|
17293
|
+
# },
|
|
16548
17294
|
# projected_columns: ["String"], # required
|
|
16549
17295
|
# },
|
|
16550
17296
|
# filter_operation: {
|
|
16551
|
-
# condition_expression: "Expression",
|
|
17297
|
+
# condition_expression: "Expression",
|
|
17298
|
+
# string_filter_condition: {
|
|
17299
|
+
# column_name: "ColumnName",
|
|
17300
|
+
# comparison_filter_condition: {
|
|
17301
|
+
# operator: "EQUALS", # required, accepts EQUALS, DOES_NOT_EQUAL, CONTAINS, DOES_NOT_CONTAIN, STARTS_WITH, ENDS_WITH
|
|
17302
|
+
# value: {
|
|
17303
|
+
# static_value: "DataSetStringFilterStaticValue",
|
|
17304
|
+
# },
|
|
17305
|
+
# },
|
|
17306
|
+
# list_filter_condition: {
|
|
17307
|
+
# operator: "INCLUDE", # required, accepts INCLUDE, EXCLUDE
|
|
17308
|
+
# values: {
|
|
17309
|
+
# static_values: ["DataSetStringFilterStaticValue"],
|
|
17310
|
+
# },
|
|
17311
|
+
# },
|
|
17312
|
+
# },
|
|
17313
|
+
# numeric_filter_condition: {
|
|
17314
|
+
# column_name: "ColumnName",
|
|
17315
|
+
# comparison_filter_condition: {
|
|
17316
|
+
# operator: "EQUALS", # required, accepts EQUALS, DOES_NOT_EQUAL, GREATER_THAN, GREATER_THAN_OR_EQUALS_TO, LESS_THAN, LESS_THAN_OR_EQUALS_TO
|
|
17317
|
+
# value: {
|
|
17318
|
+
# static_value: 1.0,
|
|
17319
|
+
# },
|
|
17320
|
+
# },
|
|
17321
|
+
# range_filter_condition: {
|
|
17322
|
+
# range_minimum: {
|
|
17323
|
+
# static_value: 1.0,
|
|
17324
|
+
# },
|
|
17325
|
+
# range_maximum: {
|
|
17326
|
+
# static_value: 1.0,
|
|
17327
|
+
# },
|
|
17328
|
+
# include_minimum: false,
|
|
17329
|
+
# include_maximum: false,
|
|
17330
|
+
# },
|
|
17331
|
+
# },
|
|
17332
|
+
# date_filter_condition: {
|
|
17333
|
+
# column_name: "ColumnName",
|
|
17334
|
+
# comparison_filter_condition: {
|
|
17335
|
+
# operator: "BEFORE", # required, accepts BEFORE, BEFORE_OR_EQUALS_TO, AFTER, AFTER_OR_EQUALS_TO
|
|
17336
|
+
# value: {
|
|
17337
|
+
# static_value: Time.now,
|
|
17338
|
+
# },
|
|
17339
|
+
# },
|
|
17340
|
+
# range_filter_condition: {
|
|
17341
|
+
# range_minimum: {
|
|
17342
|
+
# static_value: Time.now,
|
|
17343
|
+
# },
|
|
17344
|
+
# range_maximum: {
|
|
17345
|
+
# static_value: Time.now,
|
|
17346
|
+
# },
|
|
17347
|
+
# include_minimum: false,
|
|
17348
|
+
# include_maximum: false,
|
|
17349
|
+
# },
|
|
17350
|
+
# },
|
|
16552
17351
|
# },
|
|
16553
17352
|
# create_columns_operation: {
|
|
17353
|
+
# alias: "TransformOperationAlias",
|
|
17354
|
+
# source: {
|
|
17355
|
+
# transform_operation_id: "DataSetEntityResourceId", # required
|
|
17356
|
+
# column_id_mappings: [
|
|
17357
|
+
# {
|
|
17358
|
+
# source_column_id: "ColumnId", # required
|
|
17359
|
+
# target_column_id: "ColumnId", # required
|
|
17360
|
+
# },
|
|
17361
|
+
# ],
|
|
17362
|
+
# },
|
|
16554
17363
|
# columns: [ # required
|
|
16555
17364
|
# {
|
|
16556
17365
|
# column_name: "ColumnName", # required
|
|
@@ -16705,6 +17514,373 @@ module Aws::QuickSight
|
|
|
16705
17514
|
# },
|
|
16706
17515
|
# ],
|
|
16707
17516
|
# },
|
|
17517
|
+
# data_prep_configuration: {
|
|
17518
|
+
# source_table_map: { # required
|
|
17519
|
+
# "DataSetEntityResourceId" => {
|
|
17520
|
+
# physical_table_id: "DataSetEntityResourceId",
|
|
17521
|
+
# data_set: {
|
|
17522
|
+
# data_set_arn: "Arn", # required
|
|
17523
|
+
# input_columns: [ # required
|
|
17524
|
+
# {
|
|
17525
|
+
# name: "ColumnName", # required
|
|
17526
|
+
# id: "ColumnId",
|
|
17527
|
+
# type: "STRING", # required, accepts STRING, INTEGER, DECIMAL, DATETIME, BIT, BOOLEAN, JSON
|
|
17528
|
+
# sub_type: "FLOAT", # accepts FLOAT, FIXED
|
|
17529
|
+
# },
|
|
17530
|
+
# ],
|
|
17531
|
+
# },
|
|
17532
|
+
# },
|
|
17533
|
+
# },
|
|
17534
|
+
# transform_step_map: { # required
|
|
17535
|
+
# "DataSetEntityResourceId" => {
|
|
17536
|
+
# import_table_step: {
|
|
17537
|
+
# alias: "TransformOperationAlias", # required
|
|
17538
|
+
# source: { # required
|
|
17539
|
+
# source_table_id: "DataSetEntityResourceId", # required
|
|
17540
|
+
# column_id_mappings: [
|
|
17541
|
+
# {
|
|
17542
|
+
# source_column_id: "ColumnId", # required
|
|
17543
|
+
# target_column_id: "ColumnId", # required
|
|
17544
|
+
# },
|
|
17545
|
+
# ],
|
|
17546
|
+
# },
|
|
17547
|
+
# },
|
|
17548
|
+
# project_step: {
|
|
17549
|
+
# alias: "TransformOperationAlias",
|
|
17550
|
+
# source: {
|
|
17551
|
+
# transform_operation_id: "DataSetEntityResourceId", # required
|
|
17552
|
+
# column_id_mappings: [
|
|
17553
|
+
# {
|
|
17554
|
+
# source_column_id: "ColumnId", # required
|
|
17555
|
+
# target_column_id: "ColumnId", # required
|
|
17556
|
+
# },
|
|
17557
|
+
# ],
|
|
17558
|
+
# },
|
|
17559
|
+
# projected_columns: ["String"], # required
|
|
17560
|
+
# },
|
|
17561
|
+
# filters_step: {
|
|
17562
|
+
# alias: "TransformOperationAlias", # required
|
|
17563
|
+
# source: { # required
|
|
17564
|
+
# transform_operation_id: "DataSetEntityResourceId", # required
|
|
17565
|
+
# column_id_mappings: [
|
|
17566
|
+
# {
|
|
17567
|
+
# source_column_id: "ColumnId", # required
|
|
17568
|
+
# target_column_id: "ColumnId", # required
|
|
17569
|
+
# },
|
|
17570
|
+
# ],
|
|
17571
|
+
# },
|
|
17572
|
+
# filter_operations: [ # required
|
|
17573
|
+
# {
|
|
17574
|
+
# condition_expression: "Expression",
|
|
17575
|
+
# string_filter_condition: {
|
|
17576
|
+
# column_name: "ColumnName",
|
|
17577
|
+
# comparison_filter_condition: {
|
|
17578
|
+
# operator: "EQUALS", # required, accepts EQUALS, DOES_NOT_EQUAL, CONTAINS, DOES_NOT_CONTAIN, STARTS_WITH, ENDS_WITH
|
|
17579
|
+
# value: {
|
|
17580
|
+
# static_value: "DataSetStringFilterStaticValue",
|
|
17581
|
+
# },
|
|
17582
|
+
# },
|
|
17583
|
+
# list_filter_condition: {
|
|
17584
|
+
# operator: "INCLUDE", # required, accepts INCLUDE, EXCLUDE
|
|
17585
|
+
# values: {
|
|
17586
|
+
# static_values: ["DataSetStringFilterStaticValue"],
|
|
17587
|
+
# },
|
|
17588
|
+
# },
|
|
17589
|
+
# },
|
|
17590
|
+
# numeric_filter_condition: {
|
|
17591
|
+
# column_name: "ColumnName",
|
|
17592
|
+
# comparison_filter_condition: {
|
|
17593
|
+
# operator: "EQUALS", # required, accepts EQUALS, DOES_NOT_EQUAL, GREATER_THAN, GREATER_THAN_OR_EQUALS_TO, LESS_THAN, LESS_THAN_OR_EQUALS_TO
|
|
17594
|
+
# value: {
|
|
17595
|
+
# static_value: 1.0,
|
|
17596
|
+
# },
|
|
17597
|
+
# },
|
|
17598
|
+
# range_filter_condition: {
|
|
17599
|
+
# range_minimum: {
|
|
17600
|
+
# static_value: 1.0,
|
|
17601
|
+
# },
|
|
17602
|
+
# range_maximum: {
|
|
17603
|
+
# static_value: 1.0,
|
|
17604
|
+
# },
|
|
17605
|
+
# include_minimum: false,
|
|
17606
|
+
# include_maximum: false,
|
|
17607
|
+
# },
|
|
17608
|
+
# },
|
|
17609
|
+
# date_filter_condition: {
|
|
17610
|
+
# column_name: "ColumnName",
|
|
17611
|
+
# comparison_filter_condition: {
|
|
17612
|
+
# operator: "BEFORE", # required, accepts BEFORE, BEFORE_OR_EQUALS_TO, AFTER, AFTER_OR_EQUALS_TO
|
|
17613
|
+
# value: {
|
|
17614
|
+
# static_value: Time.now,
|
|
17615
|
+
# },
|
|
17616
|
+
# },
|
|
17617
|
+
# range_filter_condition: {
|
|
17618
|
+
# range_minimum: {
|
|
17619
|
+
# static_value: Time.now,
|
|
17620
|
+
# },
|
|
17621
|
+
# range_maximum: {
|
|
17622
|
+
# static_value: Time.now,
|
|
17623
|
+
# },
|
|
17624
|
+
# include_minimum: false,
|
|
17625
|
+
# include_maximum: false,
|
|
17626
|
+
# },
|
|
17627
|
+
# },
|
|
17628
|
+
# },
|
|
17629
|
+
# ],
|
|
17630
|
+
# },
|
|
17631
|
+
# create_columns_step: {
|
|
17632
|
+
# alias: "TransformOperationAlias",
|
|
17633
|
+
# source: {
|
|
17634
|
+
# transform_operation_id: "DataSetEntityResourceId", # required
|
|
17635
|
+
# column_id_mappings: [
|
|
17636
|
+
# {
|
|
17637
|
+
# source_column_id: "ColumnId", # required
|
|
17638
|
+
# target_column_id: "ColumnId", # required
|
|
17639
|
+
# },
|
|
17640
|
+
# ],
|
|
17641
|
+
# },
|
|
17642
|
+
# columns: [ # required
|
|
17643
|
+
# {
|
|
17644
|
+
# column_name: "ColumnName", # required
|
|
17645
|
+
# column_id: "ColumnId", # required
|
|
17646
|
+
# expression: "DataSetCalculatedFieldExpression", # required
|
|
17647
|
+
# },
|
|
17648
|
+
# ],
|
|
17649
|
+
# },
|
|
17650
|
+
# rename_columns_step: {
|
|
17651
|
+
# alias: "TransformOperationAlias", # required
|
|
17652
|
+
# source: { # required
|
|
17653
|
+
# transform_operation_id: "DataSetEntityResourceId", # required
|
|
17654
|
+
# column_id_mappings: [
|
|
17655
|
+
# {
|
|
17656
|
+
# source_column_id: "ColumnId", # required
|
|
17657
|
+
# target_column_id: "ColumnId", # required
|
|
17658
|
+
# },
|
|
17659
|
+
# ],
|
|
17660
|
+
# },
|
|
17661
|
+
# rename_column_operations: [ # required
|
|
17662
|
+
# {
|
|
17663
|
+
# column_name: "ColumnName", # required
|
|
17664
|
+
# new_column_name: "ColumnName", # required
|
|
17665
|
+
# },
|
|
17666
|
+
# ],
|
|
17667
|
+
# },
|
|
17668
|
+
# cast_column_types_step: {
|
|
17669
|
+
# alias: "TransformOperationAlias", # required
|
|
17670
|
+
# source: { # required
|
|
17671
|
+
# transform_operation_id: "DataSetEntityResourceId", # required
|
|
17672
|
+
# column_id_mappings: [
|
|
17673
|
+
# {
|
|
17674
|
+
# source_column_id: "ColumnId", # required
|
|
17675
|
+
# target_column_id: "ColumnId", # required
|
|
17676
|
+
# },
|
|
17677
|
+
# ],
|
|
17678
|
+
# },
|
|
17679
|
+
# cast_column_type_operations: [ # required
|
|
17680
|
+
# {
|
|
17681
|
+
# column_name: "ColumnName", # required
|
|
17682
|
+
# new_column_type: "STRING", # required, accepts STRING, INTEGER, DECIMAL, DATETIME
|
|
17683
|
+
# sub_type: "FLOAT", # accepts FLOAT, FIXED
|
|
17684
|
+
# format: "TypeCastFormat",
|
|
17685
|
+
# },
|
|
17686
|
+
# ],
|
|
17687
|
+
# },
|
|
17688
|
+
# join_step: {
|
|
17689
|
+
# alias: "TransformOperationAlias", # required
|
|
17690
|
+
# left_operand: { # required
|
|
17691
|
+
# transform_operation_id: "DataSetEntityResourceId", # required
|
|
17692
|
+
# column_id_mappings: [
|
|
17693
|
+
# {
|
|
17694
|
+
# source_column_id: "ColumnId", # required
|
|
17695
|
+
# target_column_id: "ColumnId", # required
|
|
17696
|
+
# },
|
|
17697
|
+
# ],
|
|
17698
|
+
# },
|
|
17699
|
+
# right_operand: { # required
|
|
17700
|
+
# transform_operation_id: "DataSetEntityResourceId", # required
|
|
17701
|
+
# column_id_mappings: [
|
|
17702
|
+
# {
|
|
17703
|
+
# source_column_id: "ColumnId", # required
|
|
17704
|
+
# target_column_id: "ColumnId", # required
|
|
17705
|
+
# },
|
|
17706
|
+
# ],
|
|
17707
|
+
# },
|
|
17708
|
+
# type: "INNER", # required, accepts INNER, OUTER, LEFT, RIGHT
|
|
17709
|
+
# on_clause: "JoinOperationOnClause", # required
|
|
17710
|
+
# left_operand_properties: {
|
|
17711
|
+
# output_column_name_overrides: [ # required
|
|
17712
|
+
# {
|
|
17713
|
+
# source_column_name: "ColumnName",
|
|
17714
|
+
# output_column_name: "ColumnName", # required
|
|
17715
|
+
# },
|
|
17716
|
+
# ],
|
|
17717
|
+
# },
|
|
17718
|
+
# right_operand_properties: {
|
|
17719
|
+
# output_column_name_overrides: [ # required
|
|
17720
|
+
# {
|
|
17721
|
+
# source_column_name: "ColumnName",
|
|
17722
|
+
# output_column_name: "ColumnName", # required
|
|
17723
|
+
# },
|
|
17724
|
+
# ],
|
|
17725
|
+
# },
|
|
17726
|
+
# },
|
|
17727
|
+
# aggregate_step: {
|
|
17728
|
+
# alias: "TransformOperationAlias", # required
|
|
17729
|
+
# source: { # required
|
|
17730
|
+
# transform_operation_id: "DataSetEntityResourceId", # required
|
|
17731
|
+
# column_id_mappings: [
|
|
17732
|
+
# {
|
|
17733
|
+
# source_column_id: "ColumnId", # required
|
|
17734
|
+
# target_column_id: "ColumnId", # required
|
|
17735
|
+
# },
|
|
17736
|
+
# ],
|
|
17737
|
+
# },
|
|
17738
|
+
# group_by_column_names: ["ColumnName"],
|
|
17739
|
+
# aggregations: [ # required
|
|
17740
|
+
# {
|
|
17741
|
+
# aggregation_function: { # required
|
|
17742
|
+
# simple_aggregation: {
|
|
17743
|
+
# input_column_name: "ColumnName",
|
|
17744
|
+
# function_type: "COUNT", # required, accepts COUNT, DISTINCT_COUNT, SUM, AVERAGE, MAX, MIN
|
|
17745
|
+
# },
|
|
17746
|
+
# list_aggregation: {
|
|
17747
|
+
# input_column_name: "ColumnName",
|
|
17748
|
+
# separator: "Separator", # required
|
|
17749
|
+
# distinct: false, # required
|
|
17750
|
+
# },
|
|
17751
|
+
# },
|
|
17752
|
+
# new_column_name: "ColumnName", # required
|
|
17753
|
+
# new_column_id: "ColumnId", # required
|
|
17754
|
+
# },
|
|
17755
|
+
# ],
|
|
17756
|
+
# },
|
|
17757
|
+
# pivot_step: {
|
|
17758
|
+
# alias: "TransformOperationAlias", # required
|
|
17759
|
+
# source: { # required
|
|
17760
|
+
# transform_operation_id: "DataSetEntityResourceId", # required
|
|
17761
|
+
# column_id_mappings: [
|
|
17762
|
+
# {
|
|
17763
|
+
# source_column_id: "ColumnId", # required
|
|
17764
|
+
# target_column_id: "ColumnId", # required
|
|
17765
|
+
# },
|
|
17766
|
+
# ],
|
|
17767
|
+
# },
|
|
17768
|
+
# group_by_column_names: ["ColumnName"],
|
|
17769
|
+
# value_column_configuration: { # required
|
|
17770
|
+
# aggregation_function: {
|
|
17771
|
+
# simple_aggregation: {
|
|
17772
|
+
# input_column_name: "ColumnName",
|
|
17773
|
+
# function_type: "COUNT", # required, accepts COUNT, DISTINCT_COUNT, SUM, AVERAGE, MAX, MIN
|
|
17774
|
+
# },
|
|
17775
|
+
# list_aggregation: {
|
|
17776
|
+
# input_column_name: "ColumnName",
|
|
17777
|
+
# separator: "Separator", # required
|
|
17778
|
+
# distinct: false, # required
|
|
17779
|
+
# },
|
|
17780
|
+
# },
|
|
17781
|
+
# },
|
|
17782
|
+
# pivot_configuration: { # required
|
|
17783
|
+
# label_column_name: "ColumnName",
|
|
17784
|
+
# pivoted_labels: [ # required
|
|
17785
|
+
# {
|
|
17786
|
+
# label_name: "CellValue", # required
|
|
17787
|
+
# new_column_name: "ColumnName", # required
|
|
17788
|
+
# new_column_id: "ColumnId", # required
|
|
17789
|
+
# },
|
|
17790
|
+
# ],
|
|
17791
|
+
# },
|
|
17792
|
+
# },
|
|
17793
|
+
# unpivot_step: {
|
|
17794
|
+
# alias: "TransformOperationAlias", # required
|
|
17795
|
+
# source: { # required
|
|
17796
|
+
# transform_operation_id: "DataSetEntityResourceId", # required
|
|
17797
|
+
# column_id_mappings: [
|
|
17798
|
+
# {
|
|
17799
|
+
# source_column_id: "ColumnId", # required
|
|
17800
|
+
# target_column_id: "ColumnId", # required
|
|
17801
|
+
# },
|
|
17802
|
+
# ],
|
|
17803
|
+
# },
|
|
17804
|
+
# columns_to_unpivot: [ # required
|
|
17805
|
+
# {
|
|
17806
|
+
# column_name: "ColumnName",
|
|
17807
|
+
# new_value: "CellValue",
|
|
17808
|
+
# },
|
|
17809
|
+
# ],
|
|
17810
|
+
# unpivoted_label_column_name: "ColumnName", # required
|
|
17811
|
+
# unpivoted_label_column_id: "ColumnId", # required
|
|
17812
|
+
# unpivoted_value_column_name: "ColumnName", # required
|
|
17813
|
+
# unpivoted_value_column_id: "ColumnId", # required
|
|
17814
|
+
# },
|
|
17815
|
+
# append_step: {
|
|
17816
|
+
# alias: "TransformOperationAlias", # required
|
|
17817
|
+
# first_source: {
|
|
17818
|
+
# transform_operation_id: "DataSetEntityResourceId", # required
|
|
17819
|
+
# column_id_mappings: [
|
|
17820
|
+
# {
|
|
17821
|
+
# source_column_id: "ColumnId", # required
|
|
17822
|
+
# target_column_id: "ColumnId", # required
|
|
17823
|
+
# },
|
|
17824
|
+
# ],
|
|
17825
|
+
# },
|
|
17826
|
+
# second_source: {
|
|
17827
|
+
# transform_operation_id: "DataSetEntityResourceId", # required
|
|
17828
|
+
# column_id_mappings: [
|
|
17829
|
+
# {
|
|
17830
|
+
# source_column_id: "ColumnId", # required
|
|
17831
|
+
# target_column_id: "ColumnId", # required
|
|
17832
|
+
# },
|
|
17833
|
+
# ],
|
|
17834
|
+
# },
|
|
17835
|
+
# appended_columns: [ # required
|
|
17836
|
+
# {
|
|
17837
|
+
# column_name: "ColumnName", # required
|
|
17838
|
+
# new_column_id: "ColumnId", # required
|
|
17839
|
+
# },
|
|
17840
|
+
# ],
|
|
17841
|
+
# },
|
|
17842
|
+
# },
|
|
17843
|
+
# },
|
|
17844
|
+
# destination_table_map: { # required
|
|
17845
|
+
# "DataSetEntityResourceId" => {
|
|
17846
|
+
# alias: "DestinationTableAlias", # required
|
|
17847
|
+
# source: { # required
|
|
17848
|
+
# transform_operation_id: "DataSetEntityResourceId", # required
|
|
17849
|
+
# },
|
|
17850
|
+
# },
|
|
17851
|
+
# },
|
|
17852
|
+
# },
|
|
17853
|
+
# semantic_model_configuration: {
|
|
17854
|
+
# table_map: {
|
|
17855
|
+
# "DataSetEntityResourceId" => {
|
|
17856
|
+
# alias: "SemanticTableAlias", # required
|
|
17857
|
+
# destination_table_id: "DataSetEntityResourceId", # required
|
|
17858
|
+
# row_level_permission_configuration: {
|
|
17859
|
+
# tag_configuration: {
|
|
17860
|
+
# status: "ENABLED", # accepts ENABLED, DISABLED
|
|
17861
|
+
# tag_rules: [ # required
|
|
17862
|
+
# {
|
|
17863
|
+
# tag_key: "SessionTagKey", # required
|
|
17864
|
+
# column_name: "String", # required
|
|
17865
|
+
# tag_multi_value_delimiter: "RowLevelPermissionTagDelimiter",
|
|
17866
|
+
# match_all_value: "SessionTagValue",
|
|
17867
|
+
# },
|
|
17868
|
+
# ],
|
|
17869
|
+
# tag_rule_configurations: [
|
|
17870
|
+
# ["SessionTagKey"],
|
|
17871
|
+
# ],
|
|
17872
|
+
# },
|
|
17873
|
+
# row_level_permission_data_set: {
|
|
17874
|
+
# namespace: "Namespace",
|
|
17875
|
+
# arn: "Arn", # required
|
|
17876
|
+
# permission_policy: "GRANT_ACCESS", # required, accepts GRANT_ACCESS, DENY_ACCESS
|
|
17877
|
+
# format_version: "VERSION_1", # accepts VERSION_1, VERSION_2
|
|
17878
|
+
# status: "ENABLED", # accepts ENABLED, DISABLED
|
|
17879
|
+
# },
|
|
17880
|
+
# },
|
|
17881
|
+
# },
|
|
17882
|
+
# },
|
|
17883
|
+
# },
|
|
16708
17884
|
# })
|
|
16709
17885
|
#
|
|
16710
17886
|
# @example Response structure
|
|
@@ -17811,7 +18987,7 @@ module Aws::QuickSight
|
|
|
17811
18987
|
# Before you can turn on public sharing on your account, make sure to
|
|
17812
18988
|
# give public sharing permissions to an administrative user in the
|
|
17813
18989
|
# Identity and Access Management (IAM) console. For more information on
|
|
17814
|
-
# using IAM with Amazon Quick Sight, see [Using
|
|
18990
|
+
# using IAM with Amazon Quick Sight, see [Using Quick Suite with IAM][1]
|
|
17815
18991
|
# in the *Amazon Quick Sight User Guide*.
|
|
17816
18992
|
#
|
|
17817
18993
|
#
|
|
@@ -17824,7 +19000,7 @@ module Aws::QuickSight
|
|
|
17824
19000
|
#
|
|
17825
19001
|
# @option params [Boolean] :public_sharing_enabled
|
|
17826
19002
|
# A Boolean value that indicates whether public sharing is turned on for
|
|
17827
|
-
# an
|
|
19003
|
+
# an Quick Suite account.
|
|
17828
19004
|
#
|
|
17829
19005
|
# @return [Types::UpdatePublicSharingSettingsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
17830
19006
|
#
|
|
@@ -19200,7 +20376,7 @@ module Aws::QuickSight
|
|
|
19200
20376
|
tracer: tracer
|
|
19201
20377
|
)
|
|
19202
20378
|
context[:gem_name] = 'aws-sdk-quicksight'
|
|
19203
|
-
context[:gem_version] = '1.
|
|
20379
|
+
context[:gem_version] = '1.163.0'
|
|
19204
20380
|
Seahorse::Client::Request.new(handlers, context)
|
|
19205
20381
|
end
|
|
19206
20382
|
|