@aws-sdk/client-quicksight 3.777.0 → 3.782.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.
Files changed (82) hide show
  1. package/dist-cjs/index.js +191 -164
  2. package/dist-es/commands/DescribeAnalysisCommand.js +1 -1
  3. package/dist-es/commands/StartDashboardSnapshotJobCommand.js +1 -1
  4. package/dist-es/commands/UpdateAnalysisCommand.js +1 -1
  5. package/dist-es/models/models_0.js +4 -29
  6. package/dist-es/models/models_1.js +30 -30
  7. package/dist-es/models/models_2.js +43 -51
  8. package/dist-es/models/models_3.js +55 -6
  9. package/dist-es/models/models_4.js +0 -10
  10. package/dist-es/models/models_5.js +10 -0
  11. package/dist-es/protocols/Aws_restJson1.js +5 -2
  12. package/dist-types/commands/CreateAnalysisCommand.d.ts +11 -0
  13. package/dist-types/commands/CreateDashboardCommand.d.ts +14 -0
  14. package/dist-types/commands/CreateDataSetCommand.d.ts +1 -0
  15. package/dist-types/commands/CreateDataSourceCommand.d.ts +2 -0
  16. package/dist-types/commands/CreateNamespaceCommand.d.ts +1 -1
  17. package/dist-types/commands/CreateTemplateCommand.d.ts +11 -0
  18. package/dist-types/commands/DeleteUserByPrincipalIdCommand.d.ts +1 -1
  19. package/dist-types/commands/DeleteUserCommand.d.ts +2 -1
  20. package/dist-types/commands/DeleteUserCustomPermissionCommand.d.ts +1 -1
  21. package/dist-types/commands/DeleteVPCConnectionCommand.d.ts +1 -1
  22. package/dist-types/commands/DescribeAccountCustomizationCommand.d.ts +1 -1
  23. package/dist-types/commands/DescribeAccountSettingsCommand.d.ts +1 -1
  24. package/dist-types/commands/DescribeAccountSubscriptionCommand.d.ts +1 -1
  25. package/dist-types/commands/DescribeAnalysisCommand.d.ts +1 -2
  26. package/dist-types/commands/DescribeAnalysisDefinitionCommand.d.ts +11 -0
  27. package/dist-types/commands/DescribeAssetBundleExportJobCommand.d.ts +1 -1
  28. package/dist-types/commands/DescribeAssetBundleImportJobCommand.d.ts +17 -0
  29. package/dist-types/commands/DescribeDashboardDefinitionCommand.d.ts +14 -0
  30. package/dist-types/commands/DescribeDataSetCommand.d.ts +1 -0
  31. package/dist-types/commands/DescribeDataSetRefreshPropertiesCommand.d.ts +5 -0
  32. package/dist-types/commands/DescribeDataSourceCommand.d.ts +2 -0
  33. package/dist-types/commands/DescribeTemplateDefinitionCommand.d.ts +11 -0
  34. package/dist-types/commands/GenerateEmbedUrlForRegisteredUserCommand.d.ts +37 -0
  35. package/dist-types/commands/GenerateEmbedUrlForRegisteredUserWithIdentityCommand.d.ts +37 -0
  36. package/dist-types/commands/ListDataSetsCommand.d.ts +1 -0
  37. package/dist-types/commands/ListDataSourcesCommand.d.ts +2 -0
  38. package/dist-types/commands/PredictQAResultsCommand.d.ts +2 -0
  39. package/dist-types/commands/PutDataSetRefreshPropertiesCommand.d.ts +5 -0
  40. package/dist-types/commands/SearchDataSetsCommand.d.ts +1 -0
  41. package/dist-types/commands/StartAssetBundleExportJobCommand.d.ts +1 -1
  42. package/dist-types/commands/StartAssetBundleImportJobCommand.d.ts +17 -0
  43. package/dist-types/commands/StartDashboardSnapshotJobCommand.d.ts +1 -1
  44. package/dist-types/commands/StartDashboardSnapshotJobScheduleCommand.d.ts +1 -1
  45. package/dist-types/commands/TagResourceCommand.d.ts +1 -1
  46. package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  47. package/dist-types/commands/UpdateAccountCustomizationCommand.d.ts +1 -1
  48. package/dist-types/commands/UpdateAccountSettingsCommand.d.ts +1 -1
  49. package/dist-types/commands/UpdateAnalysisCommand.d.ts +12 -1
  50. package/dist-types/commands/UpdateAnalysisPermissionsCommand.d.ts +1 -1
  51. package/dist-types/commands/UpdateDashboardCommand.d.ts +14 -0
  52. package/dist-types/commands/UpdateDataSourceCommand.d.ts +2 -0
  53. package/dist-types/commands/UpdateTemplateCommand.d.ts +11 -0
  54. package/dist-types/models/models_0.d.ts +103 -149
  55. package/dist-types/models/models_1.d.ts +144 -154
  56. package/dist-types/models/models_2.d.ts +315 -320
  57. package/dist-types/models/models_3.d.ts +373 -373
  58. package/dist-types/models/models_4.d.ts +390 -438
  59. package/dist-types/models/models_5.d.ts +429 -4
  60. package/dist-types/ts3.4/commands/DeleteUserByPrincipalIdCommand.d.ts +1 -1
  61. package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +2 -1
  62. package/dist-types/ts3.4/commands/DeleteUserCustomPermissionCommand.d.ts +1 -1
  63. package/dist-types/ts3.4/commands/DeleteVPCConnectionCommand.d.ts +1 -1
  64. package/dist-types/ts3.4/commands/DescribeAccountCustomizationCommand.d.ts +1 -1
  65. package/dist-types/ts3.4/commands/DescribeAccountSettingsCommand.d.ts +1 -1
  66. package/dist-types/ts3.4/commands/DescribeAccountSubscriptionCommand.d.ts +1 -1
  67. package/dist-types/ts3.4/commands/DescribeAnalysisCommand.d.ts +4 -2
  68. package/dist-types/ts3.4/commands/StartDashboardSnapshotJobCommand.d.ts +1 -1
  69. package/dist-types/ts3.4/commands/StartDashboardSnapshotJobScheduleCommand.d.ts +1 -1
  70. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
  71. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
  72. package/dist-types/ts3.4/commands/UpdateAccountCustomizationCommand.d.ts +1 -1
  73. package/dist-types/ts3.4/commands/UpdateAccountSettingsCommand.d.ts +1 -1
  74. package/dist-types/ts3.4/commands/UpdateAnalysisCommand.d.ts +1 -1
  75. package/dist-types/ts3.4/commands/UpdateAnalysisPermissionsCommand.d.ts +1 -1
  76. package/dist-types/ts3.4/models/models_0.d.ts +29 -44
  77. package/dist-types/ts3.4/models/models_1.d.ts +46 -57
  78. package/dist-types/ts3.4/models/models_2.d.ts +104 -109
  79. package/dist-types/ts3.4/models/models_3.d.ts +117 -102
  80. package/dist-types/ts3.4/models/models_4.d.ts +89 -106
  81. package/dist-types/ts3.4/models/models_5.d.ts +111 -3
  82. package/package.json +5 -5
@@ -1,7 +1,146 @@
1
1
  import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
2
  import { AggFunction, AggregationPartitionBy, AggType, AmazonElasticsearchParameters, AmazonOpenSearchParameters, AnalysisDefaults, AssetOptions, AxisDisplayOptions, CalculatedField, ChartAxisLabelOptions, ColumnConfiguration, DataLabelOptions, DataSetIdentifierDeclaration, DimensionField, FilterControl, FilterGroup, FontConfiguration, Layout, LegendOptions, MeasureField, NumberScale, ParameterControl, ParameterDeclaration, QueryExecutionOptions, ResourceStatus, SheetContentType, SheetControlLayout, SheetImage, SheetTextBox, TimeGranularity, TopicTimeGranularity, URLTargetConfiguration, Visibility, VisualCustomAction, VisualInteractionOptions } from "./models_0";
3
- import { BarChartVisual, BoxPlotVisual, ColorScale, ColumnHierarchy, ComboChartVisual, ConditionalFormattingColor, CustomContentVisual, EmptyVisual, FieldSortOptions, FilledMapVisual, FunnelChartVisual, GaugeChartVisual, GeospatialMapVisual, HeatMapVisual, HistogramVisual, InsightVisual, ItemsLimitConfiguration, KPIVisual, LayerMapVisual, LineChartVisual, PaginationConfiguration, PieChartVisual, PivotTableVisual, PluginVisualFieldWell, PluginVisualItemsLimitConfiguration, RowAlternateColorOptions, TableCellStyle, TableTotalsPlacement, TableTotalsScrollStatus, TextConditionalFormat, TooltipOptions, TotalAggregationOption, UnaggregatedField, VisualPalette, VisualSubtitleLabelOptions, VisualTitleLabelOptions } from "./models_1";
3
+ import { BarChartVisual, BoxPlotVisual, ColorScale, ColumnHierarchy, ComboChartVisual, ConditionalFormattingColor, CustomContentVisual, EmptyVisual, FieldSortOptions, FilledMapVisual, FunnelChartVisual, GaugeChartVisual, GeospatialMapVisual, HeatMapVisual, HistogramVisual, InsightVisual, ItemsLimitConfiguration, KPIVisual, LayerMapVisual, LineChartVisual, PaginationConfiguration, PieChartVisual, PivotTableConditionalFormattingScope, PivotTableConfiguration, RowAlternateColorOptions, TableCellStyle, TableTotalsPlacement, TableTotalsScrollStatus, TextConditionalFormat, TooltipOptions, TotalAggregationOption, UnaggregatedField, VisualPalette, VisualSubtitleLabelOptions, VisualTitleLabelOptions } from "./models_1";
4
4
  import { QuickSightServiceException as __BaseException } from "./QuickSightServiceException";
5
+ /**
6
+ * <p>The cell conditional formatting option for a pivot table.</p>
7
+ * @public
8
+ */
9
+ export interface PivotTableCellConditionalFormatting {
10
+ /**
11
+ * <p>The field ID of the cell for conditional formatting.</p>
12
+ * @public
13
+ */
14
+ FieldId: string | undefined;
15
+ /**
16
+ * <p>The text format of the cell for conditional formatting.</p>
17
+ * @public
18
+ */
19
+ TextFormat?: TextConditionalFormat | undefined;
20
+ /**
21
+ * <p>The scope of the cell for conditional formatting.</p>
22
+ * @public
23
+ */
24
+ Scope?: PivotTableConditionalFormattingScope | undefined;
25
+ /**
26
+ * <p>A list of cell scopes for conditional formatting.</p>
27
+ * @public
28
+ */
29
+ Scopes?: PivotTableConditionalFormattingScope[] | undefined;
30
+ }
31
+ /**
32
+ * <p>Conditional formatting options for a <code>PivotTableVisual</code>.</p>
33
+ * @public
34
+ */
35
+ export interface PivotTableConditionalFormattingOption {
36
+ /**
37
+ * <p>The cell conditional formatting option for a pivot table.</p>
38
+ * @public
39
+ */
40
+ Cell?: PivotTableCellConditionalFormatting | undefined;
41
+ }
42
+ /**
43
+ * <p>The conditional formatting for a <code>PivotTableVisual</code>.</p>
44
+ * @public
45
+ */
46
+ export interface PivotTableConditionalFormatting {
47
+ /**
48
+ * <p>Conditional formatting options for a <code>PivotTableVisual</code>.</p>
49
+ * @public
50
+ */
51
+ ConditionalFormattingOptions?: PivotTableConditionalFormattingOption[] | undefined;
52
+ }
53
+ /**
54
+ * <p>A pivot table.</p>
55
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/quicksight/latest/user/pivot-table.html">Using pivot tables</a> in the <i>Amazon QuickSight User Guide</i>.</p>
56
+ * @public
57
+ */
58
+ export interface PivotTableVisual {
59
+ /**
60
+ * <p>The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers..</p>
61
+ * @public
62
+ */
63
+ VisualId: string | undefined;
64
+ /**
65
+ * <p>The title that is displayed on the visual.</p>
66
+ * @public
67
+ */
68
+ Title?: VisualTitleLabelOptions | undefined;
69
+ /**
70
+ * <p>The subtitle that is displayed on the visual.</p>
71
+ * @public
72
+ */
73
+ Subtitle?: VisualSubtitleLabelOptions | undefined;
74
+ /**
75
+ * <p>The configuration settings of the visual.</p>
76
+ * @public
77
+ */
78
+ ChartConfiguration?: PivotTableConfiguration | undefined;
79
+ /**
80
+ * <p>The conditional formatting for a <code>PivotTableVisual</code>.</p>
81
+ * @public
82
+ */
83
+ ConditionalFormatting?: PivotTableConditionalFormatting | undefined;
84
+ /**
85
+ * <p>The list of custom actions that are configured for a visual.</p>
86
+ * @public
87
+ */
88
+ Actions?: VisualCustomAction[] | undefined;
89
+ /**
90
+ * <p>The alt text for the visual.</p>
91
+ * @public
92
+ */
93
+ VisualContentAltText?: string | undefined;
94
+ }
95
+ /**
96
+ * @public
97
+ * @enum
98
+ */
99
+ export declare const PluginVisualAxisName: {
100
+ readonly GROUP_BY: "GROUP_BY";
101
+ readonly VALUE: "VALUE";
102
+ };
103
+ /**
104
+ * @public
105
+ */
106
+ export type PluginVisualAxisName = (typeof PluginVisualAxisName)[keyof typeof PluginVisualAxisName];
107
+ /**
108
+ * <p>A collection of field wells for a plugin visual.</p>
109
+ * @public
110
+ */
111
+ export interface PluginVisualFieldWell {
112
+ /**
113
+ * <p>The semantic axis name for the field well.</p>
114
+ * @public
115
+ */
116
+ AxisName?: PluginVisualAxisName | undefined;
117
+ /**
118
+ * <p>A list of dimensions for the field well.</p>
119
+ * @public
120
+ */
121
+ Dimensions?: DimensionField[] | undefined;
122
+ /**
123
+ * <p>A list of measures that exist in the field well.</p>
124
+ * @public
125
+ */
126
+ Measures?: MeasureField[] | undefined;
127
+ /**
128
+ * <p>A list of unaggregated fields that exist in the field well.</p>
129
+ * @public
130
+ */
131
+ Unaggregated?: UnaggregatedField[] | undefined;
132
+ }
133
+ /**
134
+ * <p>A query limits configuration.</p>
135
+ * @public
136
+ */
137
+ export interface PluginVisualItemsLimitConfiguration {
138
+ /**
139
+ * <p>Determines how many values are be fetched at once.</p>
140
+ * @public
141
+ */
142
+ ItemsLimit?: number | undefined;
143
+ }
5
144
  /**
6
145
  * <p>The table query sorting options for the plugin visual.</p>
7
146
  * @public
@@ -825,6 +964,49 @@ export interface TableFieldOption {
825
964
  */
826
965
  URLStyling?: TableFieldURLConfiguration | undefined;
827
966
  }
967
+ /**
968
+ * @public
969
+ * @enum
970
+ */
971
+ export declare const TransposedColumnType: {
972
+ readonly ROW_HEADER_COLUMN: "ROW_HEADER_COLUMN";
973
+ readonly VALUE_COLUMN: "VALUE_COLUMN";
974
+ };
975
+ /**
976
+ * @public
977
+ */
978
+ export type TransposedColumnType = (typeof TransposedColumnType)[keyof typeof TransposedColumnType];
979
+ /**
980
+ * <p>The column option of the transposed table.</p>
981
+ * @public
982
+ */
983
+ export interface TransposedTableOption {
984
+ /**
985
+ * <p>The index of a columns in a transposed table. The index range is 0-9999.</p>
986
+ * @public
987
+ */
988
+ ColumnIndex?: number | undefined;
989
+ /**
990
+ * <p>The width of a column in a transposed table.</p>
991
+ * @public
992
+ */
993
+ ColumnWidth?: string | undefined;
994
+ /**
995
+ * <p>The column type of the column in a transposed table. Choose one of the following options:</p>
996
+ * <ul>
997
+ * <li>
998
+ * <p>
999
+ * <code>ROW_HEADER_COLUMN</code>: Refers to the leftmost column of the row header in the transposed table.</p>
1000
+ * </li>
1001
+ * <li>
1002
+ * <p>
1003
+ * <code>VALUE_COLUMN</code>: Refers to all value columns in the transposed table.</p>
1004
+ * </li>
1005
+ * </ul>
1006
+ * @public
1007
+ */
1008
+ ColumnType: TransposedColumnType | undefined;
1009
+ }
828
1010
  /**
829
1011
  * <p>The field options of a table visual.</p>
830
1012
  * @public
@@ -845,6 +1027,11 @@ export interface TableFieldOptions {
845
1027
  * @public
846
1028
  */
847
1029
  PinnedFieldOptions?: TablePinnedFieldOptions | undefined;
1030
+ /**
1031
+ * <p>The <code>TableOptions</code> of a transposed table.</p>
1032
+ * @public
1033
+ */
1034
+ TransposedTableOptions?: TransposedTableOption[] | undefined;
848
1035
  }
849
1036
  /**
850
1037
  * <p>The aggregated field well for the table.</p>
@@ -2833,6 +3020,7 @@ export interface AssetBundleExportJobDashboardOverrideProperties {
2833
3020
  */
2834
3021
  export declare const AssetBundleExportJobDataSetPropertyToOverride: {
2835
3022
  readonly NAME: "Name";
3023
+ readonly REFRESH_FAILURE_EMAIL_ALERT_STATUS: "RefreshFailureEmailAlertStatus";
2836
3024
  };
2837
3025
  /**
2838
3026
  * @public
@@ -3348,6 +3536,112 @@ export interface AssetBundleImportJobDashboardOverrideTags {
3348
3536
  */
3349
3537
  Tags: Tag[] | undefined;
3350
3538
  }
3539
+ /**
3540
+ * @public
3541
+ * @enum
3542
+ */
3543
+ export declare const RefreshFailureAlertStatus: {
3544
+ readonly DISABLED: "DISABLED";
3545
+ readonly ENABLED: "ENABLED";
3546
+ };
3547
+ /**
3548
+ * @public
3549
+ */
3550
+ export type RefreshFailureAlertStatus = (typeof RefreshFailureAlertStatus)[keyof typeof RefreshFailureAlertStatus];
3551
+ /**
3552
+ * <p>The configuration settings for the email alerts that are sent when a dataset refresh fails.</p>
3553
+ * @public
3554
+ */
3555
+ export interface RefreshFailureEmailAlert {
3556
+ /**
3557
+ * <p>The status value that determines if email alerts are sent.</p>
3558
+ * @public
3559
+ */
3560
+ AlertStatus?: RefreshFailureAlertStatus | undefined;
3561
+ }
3562
+ /**
3563
+ * <p>The failure configuration of a dataset.</p>
3564
+ * @public
3565
+ */
3566
+ export interface RefreshFailureConfiguration {
3567
+ /**
3568
+ * <p>The email alert configuration for a dataset refresh failure.</p>
3569
+ * @public
3570
+ */
3571
+ EmailAlert?: RefreshFailureEmailAlert | undefined;
3572
+ }
3573
+ /**
3574
+ * @public
3575
+ * @enum
3576
+ */
3577
+ export declare const LookbackWindowSizeUnit: {
3578
+ readonly DAY: "DAY";
3579
+ readonly HOUR: "HOUR";
3580
+ readonly WEEK: "WEEK";
3581
+ };
3582
+ /**
3583
+ * @public
3584
+ */
3585
+ export type LookbackWindowSizeUnit = (typeof LookbackWindowSizeUnit)[keyof typeof LookbackWindowSizeUnit];
3586
+ /**
3587
+ * <p>The lookback window setup of an incremental refresh configuration.</p>
3588
+ * @public
3589
+ */
3590
+ export interface LookbackWindow {
3591
+ /**
3592
+ * <p>The name of the lookback window column.</p>
3593
+ * @public
3594
+ */
3595
+ ColumnName: string | undefined;
3596
+ /**
3597
+ * <p>The lookback window column size.</p>
3598
+ * @public
3599
+ */
3600
+ Size: number | undefined;
3601
+ /**
3602
+ * <p>The size unit that is used for the lookback window column. Valid values for this structure are <code>HOUR</code>, <code>DAY</code>, and <code>WEEK</code>.</p>
3603
+ * @public
3604
+ */
3605
+ SizeUnit: LookbackWindowSizeUnit | undefined;
3606
+ }
3607
+ /**
3608
+ * <p>The incremental refresh configuration for a dataset.</p>
3609
+ * @public
3610
+ */
3611
+ export interface IncrementalRefresh {
3612
+ /**
3613
+ * <p>The lookback window setup for an incremental refresh configuration.</p>
3614
+ * @public
3615
+ */
3616
+ LookbackWindow: LookbackWindow | undefined;
3617
+ }
3618
+ /**
3619
+ * <p>The refresh configuration of a dataset.</p>
3620
+ * @public
3621
+ */
3622
+ export interface RefreshConfiguration {
3623
+ /**
3624
+ * <p>The incremental refresh for the dataset.</p>
3625
+ * @public
3626
+ */
3627
+ IncrementalRefresh: IncrementalRefresh | undefined;
3628
+ }
3629
+ /**
3630
+ * <p>The refresh properties of a dataset.</p>
3631
+ * @public
3632
+ */
3633
+ export interface DataSetRefreshProperties {
3634
+ /**
3635
+ * <p>The refresh configuration for a dataset.</p>
3636
+ * @public
3637
+ */
3638
+ RefreshConfiguration?: RefreshConfiguration | undefined;
3639
+ /**
3640
+ * <p>The failure configuration for a dataset.</p>
3641
+ * @public
3642
+ */
3643
+ FailureConfiguration?: RefreshFailureConfiguration | undefined;
3644
+ }
3351
3645
  /**
3352
3646
  * <p>The override parameters for a single dataset that is being imported.</p>
3353
3647
  * @public
@@ -3363,6 +3657,11 @@ export interface AssetBundleImportJobDataSetOverrideParameters {
3363
3657
  * @public
3364
3658
  */
3365
3659
  Name?: string | undefined;
3660
+ /**
3661
+ * <p>The refresh properties of a dataset.</p>
3662
+ * @public
3663
+ */
3664
+ DataSetRefreshProperties?: DataSetRefreshProperties | undefined;
3366
3665
  }
3367
3666
  /**
3368
3667
  * <p>An object that contains a list of permissions to be applied to a list of dataset IDs.</p>
@@ -3623,6 +3922,11 @@ export interface OracleParameters {
3623
3922
  * @public
3624
3923
  */
3625
3924
  Database: string | undefined;
3925
+ /**
3926
+ * <p>A Boolean value that indicates whether the <code>Database</code> uses a service name or an SID. If this value is left blank, the default value is <code>SID</code>. If this value is set to <code>false</code>, the value is <code>SID</code>.</p>
3927
+ * @public
3928
+ */
3929
+ UseServiceName?: boolean | undefined;
3626
3930
  }
3627
3931
  /**
3628
3932
  * <p>The parameters for PostgreSQL.</p>
@@ -6935,330 +7239,25 @@ export interface CancelIngestionResponse {
6935
7239
  Status?: number | undefined;
6936
7240
  }
6937
7241
  /**
6938
- * <p>The resource specified already exists. </p>
6939
- * @public
6940
- */
6941
- export declare class ResourceExistsException extends __BaseException {
6942
- readonly name: "ResourceExistsException";
6943
- readonly $fault: "client";
6944
- Message?: string | undefined;
6945
- /**
6946
- * <p>The resource type for this request.</p>
6947
- * @public
6948
- */
6949
- ResourceType?: ExceptionResourceType | undefined;
6950
- /**
6951
- * <p>The Amazon Web Services request ID for this request.</p>
6952
- * @public
6953
- */
6954
- RequestId?: string | undefined;
6955
- /**
6956
- * @internal
6957
- */
6958
- constructor(opts: __ExceptionOptionType<ResourceExistsException, __BaseException>);
6959
- }
6960
- /**
6961
- * @public
6962
- * @enum
6963
- */
6964
- export declare const CapabilityState: {
6965
- readonly DENY: "DENY";
6966
- };
6967
- /**
6968
- * @public
6969
- */
6970
- export type CapabilityState = (typeof CapabilityState)[keyof typeof CapabilityState];
6971
- /**
6972
- * <p>A set of actions that correspond to Amazon QuickSight permissions.</p>
6973
- * @public
6974
- */
6975
- export interface Capabilities {
6976
- /**
6977
- * <p>The ability to export to CSV files.</p>
6978
- * @public
6979
- */
6980
- ExportToCsv?: CapabilityState | undefined;
6981
- /**
6982
- * <p>The ability to export to Excel files.</p>
6983
- * @public
6984
- */
6985
- ExportToExcel?: CapabilityState | undefined;
6986
- /**
6987
- * <p>The ability to export to Create and Update themes.</p>
6988
- * @public
6989
- */
6990
- CreateAndUpdateThemes?: CapabilityState | undefined;
6991
- /**
6992
- * <p>The ability to add or run anomaly detection.</p>
6993
- * @public
6994
- */
6995
- AddOrRunAnomalyDetectionForAnalyses?: CapabilityState | undefined;
6996
- /**
6997
- * <p>The ability to share analyses.</p>
6998
- * @public
6999
- */
7000
- ShareAnalyses?: CapabilityState | undefined;
7001
- /**
7002
- * <p>The ability to create and update datasets.</p>
7003
- * @public
7004
- */
7005
- CreateAndUpdateDatasets?: CapabilityState | undefined;
7006
- /**
7007
- * <p>The ability to share datasets.</p>
7008
- * @public
7009
- */
7010
- ShareDatasets?: CapabilityState | undefined;
7011
- /**
7012
- * <p>The ability to subscribe to email reports.</p>
7013
- * @public
7014
- */
7015
- SubscribeDashboardEmailReports?: CapabilityState | undefined;
7016
- /**
7017
- * <p>The ability to create and update email reports.</p>
7018
- * @public
7019
- */
7020
- CreateAndUpdateDashboardEmailReports?: CapabilityState | undefined;
7021
- /**
7022
- * <p>The ability to share dashboards.</p>
7023
- * @public
7024
- */
7025
- ShareDashboards?: CapabilityState | undefined;
7026
- /**
7027
- * <p>The ability to create and update threshold alerts.</p>
7028
- * @public
7029
- */
7030
- CreateAndUpdateThresholdAlerts?: CapabilityState | undefined;
7031
- /**
7032
- * <p>The ability to rename shared folders.</p>
7033
- * @public
7034
- */
7035
- RenameSharedFolders?: CapabilityState | undefined;
7036
- /**
7037
- * <p>The ability to create shared folders.</p>
7038
- * @public
7039
- */
7040
- CreateSharedFolders?: CapabilityState | undefined;
7041
- /**
7042
- * <p>The ability to create and update data sources.</p>
7043
- * @public
7044
- */
7045
- CreateAndUpdateDataSources?: CapabilityState | undefined;
7046
- /**
7047
- * <p>The ability to share data sources.</p>
7048
- * @public
7049
- */
7050
- ShareDataSources?: CapabilityState | undefined;
7051
- /**
7052
- * <p>The ability to view account SPICE capacity.</p>
7053
- * @public
7054
- */
7055
- ViewAccountSPICECapacity?: CapabilityState | undefined;
7056
- /**
7057
- * <p>The ability to create a SPICE dataset.</p>
7058
- * @public
7059
- */
7060
- CreateSPICEDataset?: CapabilityState | undefined;
7061
- }
7062
- /**
7063
- * @public
7064
- * @enum
7065
- */
7066
- export declare const ColumnDataType: {
7067
- readonly DATETIME: "DATETIME";
7068
- readonly DECIMAL: "DECIMAL";
7069
- readonly INTEGER: "INTEGER";
7070
- readonly STRING: "STRING";
7071
- };
7072
- /**
7073
- * @public
7074
- */
7075
- export type ColumnDataType = (typeof ColumnDataType)[keyof typeof ColumnDataType];
7076
- /**
7077
- * @public
7078
- * @enum
7079
- */
7080
- export declare const ColumnDataSubType: {
7081
- readonly FIXED: "FIXED";
7082
- readonly FLOAT: "FLOAT";
7083
- };
7084
- /**
7085
- * @public
7086
- */
7087
- export type ColumnDataSubType = (typeof ColumnDataSubType)[keyof typeof ColumnDataSubType];
7088
- /**
7089
- * <p>A transform operation that casts a column to a different type.</p>
7090
- * @public
7091
- */
7092
- export interface CastColumnTypeOperation {
7093
- /**
7094
- * <p>Column name.</p>
7095
- * @public
7096
- */
7097
- ColumnName: string | undefined;
7098
- /**
7099
- * <p>New column data type.</p>
7100
- * @public
7101
- */
7102
- NewColumnType: ColumnDataType | undefined;
7103
- /**
7104
- * <p>The sub data type of the new column. Sub types are only available for decimal columns that are part of a SPICE dataset.</p>
7105
- * @public
7106
- */
7107
- SubType?: ColumnDataSubType | undefined;
7108
- /**
7109
- * <p>When casting a column from string to datetime type, you can supply a string in a
7110
- * format supported by Amazon QuickSight to denote the source data format.</p>
7111
- * @public
7112
- */
7113
- Format?: string | undefined;
7114
- }
7115
- /**
7116
- * @public
7117
- * @enum
7118
- */
7119
- export declare const CategoryFilterFunction: {
7120
- readonly CONTAINS: "CONTAINS";
7121
- readonly EXACT: "EXACT";
7122
- };
7123
- /**
7124
- * @public
7125
- */
7126
- export type CategoryFilterFunction = (typeof CategoryFilterFunction)[keyof typeof CategoryFilterFunction];
7127
- /**
7128
- * @public
7129
- * @enum
7130
- */
7131
- export declare const CategoryFilterType: {
7132
- readonly CUSTOM_FILTER: "CUSTOM_FILTER";
7133
- readonly CUSTOM_FILTER_LIST: "CUSTOM_FILTER_LIST";
7134
- readonly FILTER_LIST: "FILTER_LIST";
7135
- };
7136
- /**
7137
- * @public
7138
- */
7139
- export type CategoryFilterType = (typeof CategoryFilterType)[keyof typeof CategoryFilterType];
7140
- /**
7141
- * <p>A structure that represents the cell value synonym.</p>
7142
- * @public
7143
- */
7144
- export interface CellValueSynonym {
7145
- /**
7146
- * <p>The cell value.</p>
7147
- * @public
7148
- */
7149
- CellValue?: string | undefined;
7150
- /**
7151
- * <p>Other names or aliases for the cell value.</p>
7152
- * @public
7153
- */
7154
- Synonyms?: string[] | undefined;
7155
- }
7156
- /**
7157
- * <p>A structure that represents a collective constant.</p>
7158
- * @public
7159
- */
7160
- export interface CollectiveConstant {
7161
- /**
7162
- * <p>A list of values for the collective constant.</p>
7163
- * @public
7164
- */
7165
- ValueList?: string[] | undefined;
7166
- }
7167
- /**
7168
- * @public
7169
- * @enum
7170
- */
7171
- export declare const ColumnDataRole: {
7172
- readonly DIMENSION: "DIMENSION";
7173
- readonly MEASURE: "MEASURE";
7174
- };
7175
- /**
7176
- * @public
7177
- */
7178
- export type ColumnDataRole = (typeof ColumnDataRole)[keyof typeof ColumnDataRole];
7179
- /**
7180
- * <p>Metadata that contains a description for a column.</p>
7181
- * @public
7182
- */
7183
- export interface ColumnDescription {
7184
- /**
7185
- * <p>The text of a description for a column.</p>
7186
- * @public
7187
- */
7188
- Text?: string | undefined;
7189
- }
7190
- /**
7191
- * @public
7192
- * @enum
7193
- */
7194
- export declare const GeoSpatialCountryCode: {
7195
- readonly US: "US";
7196
- };
7197
- /**
7198
- * @public
7242
+ * @internal
7199
7243
  */
7200
- export type GeoSpatialCountryCode = (typeof GeoSpatialCountryCode)[keyof typeof GeoSpatialCountryCode];
7244
+ export declare const PivotTableCellConditionalFormattingFilterSensitiveLog: (obj: PivotTableCellConditionalFormatting) => any;
7201
7245
  /**
7202
- * <p>Geospatial column group that denotes a hierarchy.</p>
7203
- * @public
7246
+ * @internal
7204
7247
  */
7205
- export interface GeoSpatialColumnGroup {
7206
- /**
7207
- * <p>A display name for the hierarchy.</p>
7208
- * @public
7209
- */
7210
- Name: string | undefined;
7211
- /**
7212
- * <p>Country code.</p>
7213
- * @public
7214
- */
7215
- CountryCode?: GeoSpatialCountryCode | undefined;
7216
- /**
7217
- * <p>Columns in this hierarchy.</p>
7218
- * @public
7219
- */
7220
- Columns: string[] | undefined;
7221
- }
7248
+ export declare const PivotTableConditionalFormattingOptionFilterSensitiveLog: (obj: PivotTableConditionalFormattingOption) => any;
7222
7249
  /**
7223
- * <p>Groupings of columns that work together in certain Amazon QuickSight features. This is
7224
- * a variant type structure. For this structure to be valid, only one of the attributes can
7225
- * be non-null.</p>
7226
- * @public
7250
+ * @internal
7227
7251
  */
7228
- export interface ColumnGroup {
7229
- /**
7230
- * <p>Geospatial column group that denotes a hierarchy.</p>
7231
- * @public
7232
- */
7233
- GeoSpatialColumnGroup?: GeoSpatialColumnGroup | undefined;
7234
- }
7252
+ export declare const PivotTableConditionalFormattingFilterSensitiveLog: (obj: PivotTableConditionalFormatting) => any;
7235
7253
  /**
7236
- * <p>A structure describing the name, data type, and geographic role of the columns.</p>
7237
- * @public
7254
+ * @internal
7238
7255
  */
7239
- export interface ColumnGroupColumnSchema {
7240
- /**
7241
- * <p>The name of the column group's column schema.</p>
7242
- * @public
7243
- */
7244
- Name?: string | undefined;
7245
- }
7256
+ export declare const PivotTableVisualFilterSensitiveLog: (obj: PivotTableVisual) => any;
7246
7257
  /**
7247
- * <p>The column group schema.</p>
7248
- * @public
7258
+ * @internal
7249
7259
  */
7250
- export interface ColumnGroupSchema {
7251
- /**
7252
- * <p>The name of the column group schema.</p>
7253
- * @public
7254
- */
7255
- Name?: string | undefined;
7256
- /**
7257
- * <p>A structure containing the list of schemas for column group columns.</p>
7258
- * @public
7259
- */
7260
- ColumnGroupColumnSchemaList?: ColumnGroupColumnSchema[] | undefined;
7261
- }
7260
+ export declare const PluginVisualFieldWellFilterSensitiveLog: (obj: PluginVisualFieldWell) => any;
7262
7261
  /**
7263
7262
  * @internal
7264
7263
  */
@@ -7463,7 +7462,3 @@ export declare const TopicIRFilterSensitiveLog: (obj: TopicIR) => any;
7463
7462
  * @internal
7464
7463
  */
7465
7464
  export declare const CalculatedColumnFilterSensitiveLog: (obj: CalculatedColumn) => any;
7466
- /**
7467
- * @internal
7468
- */
7469
- export declare const ColumnDescriptionFilterSensitiveLog: (obj: ColumnDescription) => any;