@aws-sdk/client-quicksight 3.687.0 → 3.692.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 (121) hide show
  1. package/README.md +143 -7
  2. package/dist-cjs/index.js +1116 -216
  3. package/dist-es/QuickSight.js +34 -0
  4. package/dist-es/commands/CreateBrandCommand.js +22 -0
  5. package/dist-es/commands/CreateCustomPermissionsCommand.js +22 -0
  6. package/dist-es/commands/DeleteBrandAssignmentCommand.js +22 -0
  7. package/dist-es/commands/DeleteBrandCommand.js +22 -0
  8. package/dist-es/commands/DeleteCustomPermissionsCommand.js +22 -0
  9. package/dist-es/commands/DeleteUserCustomPermissionCommand.js +22 -0
  10. package/dist-es/commands/DescribeBrandAssignmentCommand.js +22 -0
  11. package/dist-es/commands/DescribeBrandCommand.js +22 -0
  12. package/dist-es/commands/DescribeBrandPublishedVersionCommand.js +22 -0
  13. package/dist-es/commands/DescribeCustomPermissionsCommand.js +22 -0
  14. package/dist-es/commands/DescribeTemplateDefinitionCommand.js +1 -1
  15. package/dist-es/commands/DescribeTopicCommand.js +1 -1
  16. package/dist-es/commands/ListBrandsCommand.js +22 -0
  17. package/dist-es/commands/ListCustomPermissionsCommand.js +22 -0
  18. package/dist-es/commands/UpdateBrandAssignmentCommand.js +22 -0
  19. package/dist-es/commands/UpdateBrandCommand.js +22 -0
  20. package/dist-es/commands/UpdateBrandPublishedVersionCommand.js +22 -0
  21. package/dist-es/commands/UpdateCustomPermissionsCommand.js +22 -0
  22. package/dist-es/commands/UpdateUserCustomPermissionCommand.js +22 -0
  23. package/dist-es/commands/index.js +17 -0
  24. package/dist-es/models/models_2.js +52 -107
  25. package/dist-es/models/models_3.js +108 -29
  26. package/dist-es/models/models_4.js +30 -16
  27. package/dist-es/pagination/ListBrandsPaginator.js +4 -0
  28. package/dist-es/pagination/ListCustomPermissionsPaginator.js +4 -0
  29. package/dist-es/pagination/index.js +2 -0
  30. package/dist-es/protocols/Aws_restJson1.js +540 -6
  31. package/dist-types/QuickSight.d.ts +119 -0
  32. package/dist-types/QuickSightClient.d.ts +19 -2
  33. package/dist-types/commands/CreateBrandCommand.d.ts +268 -0
  34. package/dist-types/commands/CreateCustomPermissionsCommand.d.ts +132 -0
  35. package/dist-types/commands/DeleteBrandAssignmentCommand.d.ts +92 -0
  36. package/dist-types/commands/DeleteBrandCommand.d.ts +93 -0
  37. package/dist-types/commands/DeleteCustomPermissionsCommand.d.ts +104 -0
  38. package/dist-types/commands/DeleteUserCustomPermissionCommand.d.ts +101 -0
  39. package/dist-types/commands/DescribeBrandAssignmentCommand.d.ts +93 -0
  40. package/dist-types/commands/DescribeBrandCommand.d.ts +204 -0
  41. package/dist-types/commands/DescribeBrandPublishedVersionCommand.d.ts +203 -0
  42. package/dist-types/commands/DescribeCustomPermissionsCommand.d.ts +120 -0
  43. package/dist-types/commands/DescribeIngestionCommand.d.ts +2 -1
  44. package/dist-types/commands/DescribeIpRestrictionCommand.d.ts +1 -1
  45. package/dist-types/commands/DescribeKeyRegistrationCommand.d.ts +1 -1
  46. package/dist-types/commands/DescribeNamespaceCommand.d.ts +1 -1
  47. package/dist-types/commands/DescribeQPersonalizationConfigurationCommand.d.ts +1 -1
  48. package/dist-types/commands/DescribeRefreshScheduleCommand.d.ts +1 -1
  49. package/dist-types/commands/DescribeRoleCustomPermissionCommand.d.ts +1 -1
  50. package/dist-types/commands/DescribeTemplateAliasCommand.d.ts +1 -1
  51. package/dist-types/commands/DescribeTemplateCommand.d.ts +1 -1
  52. package/dist-types/commands/DescribeTemplateDefinitionCommand.d.ts +1 -1
  53. package/dist-types/commands/DescribeTemplatePermissionsCommand.d.ts +1 -1
  54. package/dist-types/commands/DescribeThemeAliasCommand.d.ts +1 -1
  55. package/dist-types/commands/DescribeThemeCommand.d.ts +1 -1
  56. package/dist-types/commands/DescribeThemePermissionsCommand.d.ts +1 -1
  57. package/dist-types/commands/DescribeTopicCommand.d.ts +1 -1
  58. package/dist-types/commands/DescribeTopicPermissionsCommand.d.ts +1 -2
  59. package/dist-types/commands/ListBrandsCommand.d.ts +99 -0
  60. package/dist-types/commands/ListCustomPermissionsCommand.d.ts +124 -0
  61. package/dist-types/commands/UpdateBrandAssignmentCommand.d.ts +94 -0
  62. package/dist-types/commands/UpdateBrandCommand.d.ts +262 -0
  63. package/dist-types/commands/UpdateBrandPublishedVersionCommand.d.ts +95 -0
  64. package/dist-types/commands/UpdateCustomPermissionsCommand.d.ts +120 -0
  65. package/dist-types/commands/UpdateUserCustomPermissionCommand.d.ts +102 -0
  66. package/dist-types/commands/index.d.ts +17 -0
  67. package/dist-types/models/models_0.d.ts +525 -525
  68. package/dist-types/models/models_1.d.ts +743 -743
  69. package/dist-types/models/models_2.d.ts +1717 -1782
  70. package/dist-types/models/models_3.d.ts +4176 -4314
  71. package/dist-types/models/models_4.d.ts +2044 -678
  72. package/dist-types/pagination/ListBrandsPaginator.d.ts +7 -0
  73. package/dist-types/pagination/ListCustomPermissionsPaginator.d.ts +7 -0
  74. package/dist-types/pagination/index.d.ts +2 -0
  75. package/dist-types/protocols/Aws_restJson1.d.ts +153 -0
  76. package/dist-types/ts3.4/QuickSight.d.ts +289 -0
  77. package/dist-types/ts3.4/QuickSightClient.d.ts +102 -0
  78. package/dist-types/ts3.4/commands/CreateBrandCommand.d.ts +47 -0
  79. package/dist-types/ts3.4/commands/CreateCustomPermissionsCommand.d.ts +51 -0
  80. package/dist-types/ts3.4/commands/DeleteBrandAssignmentCommand.d.ts +51 -0
  81. package/dist-types/ts3.4/commands/DeleteBrandCommand.d.ts +47 -0
  82. package/dist-types/ts3.4/commands/DeleteCustomPermissionsCommand.d.ts +51 -0
  83. package/dist-types/ts3.4/commands/DeleteUserCustomPermissionCommand.d.ts +51 -0
  84. package/dist-types/ts3.4/commands/DescribeBrandAssignmentCommand.d.ts +51 -0
  85. package/dist-types/ts3.4/commands/DescribeBrandCommand.d.ts +50 -0
  86. package/dist-types/ts3.4/commands/DescribeBrandPublishedVersionCommand.d.ts +51 -0
  87. package/dist-types/ts3.4/commands/DescribeCustomPermissionsCommand.d.ts +51 -0
  88. package/dist-types/ts3.4/commands/DescribeIngestionCommand.d.ts +2 -4
  89. package/dist-types/ts3.4/commands/DescribeIpRestrictionCommand.d.ts +1 -1
  90. package/dist-types/ts3.4/commands/DescribeKeyRegistrationCommand.d.ts +1 -1
  91. package/dist-types/ts3.4/commands/DescribeNamespaceCommand.d.ts +1 -1
  92. package/dist-types/ts3.4/commands/DescribeQPersonalizationConfigurationCommand.d.ts +1 -1
  93. package/dist-types/ts3.4/commands/DescribeRefreshScheduleCommand.d.ts +1 -1
  94. package/dist-types/ts3.4/commands/DescribeRoleCustomPermissionCommand.d.ts +1 -1
  95. package/dist-types/ts3.4/commands/DescribeTemplateAliasCommand.d.ts +1 -1
  96. package/dist-types/ts3.4/commands/DescribeTemplateCommand.d.ts +1 -1
  97. package/dist-types/ts3.4/commands/DescribeTemplateDefinitionCommand.d.ts +1 -1
  98. package/dist-types/ts3.4/commands/DescribeTemplatePermissionsCommand.d.ts +1 -1
  99. package/dist-types/ts3.4/commands/DescribeThemeAliasCommand.d.ts +1 -1
  100. package/dist-types/ts3.4/commands/DescribeThemeCommand.d.ts +1 -1
  101. package/dist-types/ts3.4/commands/DescribeThemePermissionsCommand.d.ts +1 -1
  102. package/dist-types/ts3.4/commands/DescribeTopicCommand.d.ts +1 -1
  103. package/dist-types/ts3.4/commands/DescribeTopicPermissionsCommand.d.ts +4 -2
  104. package/dist-types/ts3.4/commands/ListBrandsCommand.d.ts +47 -0
  105. package/dist-types/ts3.4/commands/ListCustomPermissionsCommand.d.ts +51 -0
  106. package/dist-types/ts3.4/commands/UpdateBrandAssignmentCommand.d.ts +51 -0
  107. package/dist-types/ts3.4/commands/UpdateBrandCommand.d.ts +47 -0
  108. package/dist-types/ts3.4/commands/UpdateBrandPublishedVersionCommand.d.ts +51 -0
  109. package/dist-types/ts3.4/commands/UpdateCustomPermissionsCommand.d.ts +51 -0
  110. package/dist-types/ts3.4/commands/UpdateUserCustomPermissionCommand.d.ts +51 -0
  111. package/dist-types/ts3.4/commands/index.d.ts +17 -0
  112. package/dist-types/ts3.4/models/models_0.d.ts +565 -525
  113. package/dist-types/ts3.4/models/models_1.d.ts +763 -743
  114. package/dist-types/ts3.4/models/models_2.d.ts +717 -814
  115. package/dist-types/ts3.4/models/models_3.d.ts +1079 -949
  116. package/dist-types/ts3.4/models/models_4.d.ts +1014 -676
  117. package/dist-types/ts3.4/pagination/ListBrandsPaginator.d.ts +11 -0
  118. package/dist-types/ts3.4/pagination/ListCustomPermissionsPaginator.d.ts +11 -0
  119. package/dist-types/ts3.4/pagination/index.d.ts +2 -0
  120. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +204 -0
  121. package/package.json +35 -35
@@ -71,80 +71,82 @@ import {
71
71
  } from "./models_1";
72
72
  import { QuickSightServiceException as __BaseException } from "./QuickSightServiceException";
73
73
  export interface TreeMapConfiguration {
74
- FieldWells?: TreeMapFieldWells;
75
- SortConfiguration?: TreeMapSortConfiguration;
76
- GroupLabelOptions?: ChartAxisLabelOptions;
77
- SizeLabelOptions?: ChartAxisLabelOptions;
78
- ColorLabelOptions?: ChartAxisLabelOptions;
79
- ColorScale?: ColorScale;
80
- Legend?: LegendOptions;
81
- DataLabels?: DataLabelOptions;
82
- Tooltip?: TooltipOptions;
83
- Interactions?: VisualInteractionOptions;
74
+ FieldWells?: TreeMapFieldWells | undefined;
75
+ SortConfiguration?: TreeMapSortConfiguration | undefined;
76
+ GroupLabelOptions?: ChartAxisLabelOptions | undefined;
77
+ SizeLabelOptions?: ChartAxisLabelOptions | undefined;
78
+ ColorLabelOptions?: ChartAxisLabelOptions | undefined;
79
+ ColorScale?: ColorScale | undefined;
80
+ Legend?: LegendOptions | undefined;
81
+ DataLabels?: DataLabelOptions | undefined;
82
+ Tooltip?: TooltipOptions | undefined;
83
+ Interactions?: VisualInteractionOptions | undefined;
84
84
  }
85
85
  export interface TreeMapVisual {
86
86
  VisualId: string | undefined;
87
- Title?: VisualTitleLabelOptions;
88
- Subtitle?: VisualSubtitleLabelOptions;
89
- ChartConfiguration?: TreeMapConfiguration;
90
- Actions?: VisualCustomAction[];
91
- ColumnHierarchies?: ColumnHierarchy[];
87
+ Title?: VisualTitleLabelOptions | undefined;
88
+ Subtitle?: VisualSubtitleLabelOptions | undefined;
89
+ ChartConfiguration?: TreeMapConfiguration | undefined;
90
+ Actions?: VisualCustomAction[] | undefined;
91
+ ColumnHierarchies?: ColumnHierarchy[] | undefined;
92
92
  }
93
93
  export interface WaterfallChartGroupColorConfiguration {
94
- PositiveBarColor?: string;
95
- NegativeBarColor?: string;
96
- TotalBarColor?: string;
94
+ PositiveBarColor?: string | undefined;
95
+ NegativeBarColor?: string | undefined;
96
+ TotalBarColor?: string | undefined;
97
97
  }
98
98
  export interface WaterfallChartColorConfiguration {
99
- GroupColorConfiguration?: WaterfallChartGroupColorConfiguration;
99
+ GroupColorConfiguration?: WaterfallChartGroupColorConfiguration | undefined;
100
100
  }
101
101
  export interface WaterfallChartAggregatedFieldWells {
102
- Categories?: DimensionField[];
103
- Values?: MeasureField[];
104
- Breakdowns?: DimensionField[];
102
+ Categories?: DimensionField[] | undefined;
103
+ Values?: MeasureField[] | undefined;
104
+ Breakdowns?: DimensionField[] | undefined;
105
105
  }
106
106
  export interface WaterfallChartFieldWells {
107
- WaterfallChartAggregatedFieldWells?: WaterfallChartAggregatedFieldWells;
107
+ WaterfallChartAggregatedFieldWells?:
108
+ | WaterfallChartAggregatedFieldWells
109
+ | undefined;
108
110
  }
109
111
  export interface WaterfallChartSortConfiguration {
110
- CategorySort?: FieldSortOptions[];
111
- BreakdownItemsLimit?: ItemsLimitConfiguration;
112
+ CategorySort?: FieldSortOptions[] | undefined;
113
+ BreakdownItemsLimit?: ItemsLimitConfiguration | undefined;
112
114
  }
113
115
  export interface WaterfallChartOptions {
114
- TotalBarLabel?: string;
116
+ TotalBarLabel?: string | undefined;
115
117
  }
116
118
  export interface WaterfallChartConfiguration {
117
- FieldWells?: WaterfallChartFieldWells;
118
- SortConfiguration?: WaterfallChartSortConfiguration;
119
- WaterfallChartOptions?: WaterfallChartOptions;
120
- CategoryAxisLabelOptions?: ChartAxisLabelOptions;
121
- CategoryAxisDisplayOptions?: AxisDisplayOptions;
122
- PrimaryYAxisLabelOptions?: ChartAxisLabelOptions;
123
- PrimaryYAxisDisplayOptions?: AxisDisplayOptions;
124
- Legend?: LegendOptions;
125
- DataLabels?: DataLabelOptions;
126
- VisualPalette?: VisualPalette;
127
- ColorConfiguration?: WaterfallChartColorConfiguration;
128
- Interactions?: VisualInteractionOptions;
119
+ FieldWells?: WaterfallChartFieldWells | undefined;
120
+ SortConfiguration?: WaterfallChartSortConfiguration | undefined;
121
+ WaterfallChartOptions?: WaterfallChartOptions | undefined;
122
+ CategoryAxisLabelOptions?: ChartAxisLabelOptions | undefined;
123
+ CategoryAxisDisplayOptions?: AxisDisplayOptions | undefined;
124
+ PrimaryYAxisLabelOptions?: ChartAxisLabelOptions | undefined;
125
+ PrimaryYAxisDisplayOptions?: AxisDisplayOptions | undefined;
126
+ Legend?: LegendOptions | undefined;
127
+ DataLabels?: DataLabelOptions | undefined;
128
+ VisualPalette?: VisualPalette | undefined;
129
+ ColorConfiguration?: WaterfallChartColorConfiguration | undefined;
130
+ Interactions?: VisualInteractionOptions | undefined;
129
131
  }
130
132
  export interface WaterfallVisual {
131
133
  VisualId: string | undefined;
132
- Title?: VisualTitleLabelOptions;
133
- Subtitle?: VisualSubtitleLabelOptions;
134
- ChartConfiguration?: WaterfallChartConfiguration;
135
- Actions?: VisualCustomAction[];
136
- ColumnHierarchies?: ColumnHierarchy[];
134
+ Title?: VisualTitleLabelOptions | undefined;
135
+ Subtitle?: VisualSubtitleLabelOptions | undefined;
136
+ ChartConfiguration?: WaterfallChartConfiguration | undefined;
137
+ Actions?: VisualCustomAction[] | undefined;
138
+ ColumnHierarchies?: ColumnHierarchy[] | undefined;
137
139
  }
138
140
  export interface WordCloudAggregatedFieldWells {
139
- GroupBy?: DimensionField[];
140
- Size?: MeasureField[];
141
+ GroupBy?: DimensionField[] | undefined;
142
+ Size?: MeasureField[] | undefined;
141
143
  }
142
144
  export interface WordCloudFieldWells {
143
- WordCloudAggregatedFieldWells?: WordCloudAggregatedFieldWells;
145
+ WordCloudAggregatedFieldWells?: WordCloudAggregatedFieldWells | undefined;
144
146
  }
145
147
  export interface WordCloudSortConfiguration {
146
- CategoryItemsLimit?: ItemsLimitConfiguration;
147
- CategorySort?: FieldSortOptions[];
148
+ CategoryItemsLimit?: ItemsLimitConfiguration | undefined;
149
+ CategorySort?: FieldSortOptions[] | undefined;
148
150
  }
149
151
  export declare const WordCloudCloudLayout: {
150
152
  readonly FLUID: "FLUID";
@@ -179,76 +181,76 @@ export declare const WordCloudWordScaling: {
179
181
  export type WordCloudWordScaling =
180
182
  (typeof WordCloudWordScaling)[keyof typeof WordCloudWordScaling];
181
183
  export interface WordCloudOptions {
182
- WordOrientation?: WordCloudWordOrientation;
183
- WordScaling?: WordCloudWordScaling;
184
- CloudLayout?: WordCloudCloudLayout;
185
- WordCasing?: WordCloudWordCasing;
186
- WordPadding?: WordCloudWordPadding;
187
- MaximumStringLength?: number;
184
+ WordOrientation?: WordCloudWordOrientation | undefined;
185
+ WordScaling?: WordCloudWordScaling | undefined;
186
+ CloudLayout?: WordCloudCloudLayout | undefined;
187
+ WordCasing?: WordCloudWordCasing | undefined;
188
+ WordPadding?: WordCloudWordPadding | undefined;
189
+ MaximumStringLength?: number | undefined;
188
190
  }
189
191
  export interface WordCloudChartConfiguration {
190
- FieldWells?: WordCloudFieldWells;
191
- SortConfiguration?: WordCloudSortConfiguration;
192
- CategoryLabelOptions?: ChartAxisLabelOptions;
193
- WordCloudOptions?: WordCloudOptions;
194
- Interactions?: VisualInteractionOptions;
192
+ FieldWells?: WordCloudFieldWells | undefined;
193
+ SortConfiguration?: WordCloudSortConfiguration | undefined;
194
+ CategoryLabelOptions?: ChartAxisLabelOptions | undefined;
195
+ WordCloudOptions?: WordCloudOptions | undefined;
196
+ Interactions?: VisualInteractionOptions | undefined;
195
197
  }
196
198
  export interface WordCloudVisual {
197
199
  VisualId: string | undefined;
198
- Title?: VisualTitleLabelOptions;
199
- Subtitle?: VisualSubtitleLabelOptions;
200
- ChartConfiguration?: WordCloudChartConfiguration;
201
- Actions?: VisualCustomAction[];
202
- ColumnHierarchies?: ColumnHierarchy[];
200
+ Title?: VisualTitleLabelOptions | undefined;
201
+ Subtitle?: VisualSubtitleLabelOptions | undefined;
202
+ ChartConfiguration?: WordCloudChartConfiguration | undefined;
203
+ Actions?: VisualCustomAction[] | undefined;
204
+ ColumnHierarchies?: ColumnHierarchy[] | undefined;
203
205
  }
204
206
  export interface Visual {
205
- TableVisual?: TableVisual;
206
- PivotTableVisual?: PivotTableVisual;
207
- BarChartVisual?: BarChartVisual;
208
- KPIVisual?: KPIVisual;
209
- PieChartVisual?: PieChartVisual;
210
- GaugeChartVisual?: GaugeChartVisual;
211
- LineChartVisual?: LineChartVisual;
212
- HeatMapVisual?: HeatMapVisual;
213
- TreeMapVisual?: TreeMapVisual;
214
- GeospatialMapVisual?: GeospatialMapVisual;
215
- FilledMapVisual?: FilledMapVisual;
216
- FunnelChartVisual?: FunnelChartVisual;
217
- ScatterPlotVisual?: ScatterPlotVisual;
218
- ComboChartVisual?: ComboChartVisual;
219
- BoxPlotVisual?: BoxPlotVisual;
220
- WaterfallVisual?: WaterfallVisual;
221
- HistogramVisual?: HistogramVisual;
222
- WordCloudVisual?: WordCloudVisual;
223
- InsightVisual?: InsightVisual;
224
- SankeyDiagramVisual?: SankeyDiagramVisual;
225
- CustomContentVisual?: CustomContentVisual;
226
- EmptyVisual?: EmptyVisual;
227
- RadarChartVisual?: RadarChartVisual;
207
+ TableVisual?: TableVisual | undefined;
208
+ PivotTableVisual?: PivotTableVisual | undefined;
209
+ BarChartVisual?: BarChartVisual | undefined;
210
+ KPIVisual?: KPIVisual | undefined;
211
+ PieChartVisual?: PieChartVisual | undefined;
212
+ GaugeChartVisual?: GaugeChartVisual | undefined;
213
+ LineChartVisual?: LineChartVisual | undefined;
214
+ HeatMapVisual?: HeatMapVisual | undefined;
215
+ TreeMapVisual?: TreeMapVisual | undefined;
216
+ GeospatialMapVisual?: GeospatialMapVisual | undefined;
217
+ FilledMapVisual?: FilledMapVisual | undefined;
218
+ FunnelChartVisual?: FunnelChartVisual | undefined;
219
+ ScatterPlotVisual?: ScatterPlotVisual | undefined;
220
+ ComboChartVisual?: ComboChartVisual | undefined;
221
+ BoxPlotVisual?: BoxPlotVisual | undefined;
222
+ WaterfallVisual?: WaterfallVisual | undefined;
223
+ HistogramVisual?: HistogramVisual | undefined;
224
+ WordCloudVisual?: WordCloudVisual | undefined;
225
+ InsightVisual?: InsightVisual | undefined;
226
+ SankeyDiagramVisual?: SankeyDiagramVisual | undefined;
227
+ CustomContentVisual?: CustomContentVisual | undefined;
228
+ EmptyVisual?: EmptyVisual | undefined;
229
+ RadarChartVisual?: RadarChartVisual | undefined;
228
230
  }
229
231
  export interface SheetDefinition {
230
232
  SheetId: string | undefined;
231
- Title?: string;
232
- Description?: string;
233
- Name?: string;
234
- ParameterControls?: ParameterControl[];
235
- FilterControls?: FilterControl[];
236
- Visuals?: Visual[];
237
- TextBoxes?: SheetTextBox[];
238
- Layouts?: Layout[];
239
- SheetControlLayouts?: SheetControlLayout[];
240
- ContentType?: SheetContentType;
233
+ Title?: string | undefined;
234
+ Description?: string | undefined;
235
+ Name?: string | undefined;
236
+ ParameterControls?: ParameterControl[] | undefined;
237
+ FilterControls?: FilterControl[] | undefined;
238
+ Visuals?: Visual[] | undefined;
239
+ TextBoxes?: SheetTextBox[] | undefined;
240
+ Layouts?: Layout[] | undefined;
241
+ SheetControlLayouts?: SheetControlLayout[] | undefined;
242
+ ContentType?: SheetContentType | undefined;
241
243
  }
242
244
  export interface AnalysisDefinition {
243
245
  DataSetIdentifierDeclarations: DataSetIdentifierDeclaration[] | undefined;
244
- Sheets?: SheetDefinition[];
245
- CalculatedFields?: CalculatedField[];
246
- ParameterDeclarations?: ParameterDeclaration[];
247
- FilterGroups?: FilterGroup[];
248
- ColumnConfigurations?: ColumnConfiguration[];
249
- AnalysisDefaults?: AnalysisDefaults;
250
- Options?: AssetOptions;
251
- QueryExecutionOptions?: QueryExecutionOptions;
246
+ Sheets?: SheetDefinition[] | undefined;
247
+ CalculatedFields?: CalculatedField[] | undefined;
248
+ ParameterDeclarations?: ParameterDeclaration[] | undefined;
249
+ FilterGroups?: FilterGroup[] | undefined;
250
+ ColumnConfigurations?: ColumnConfiguration[] | undefined;
251
+ AnalysisDefaults?: AnalysisDefaults | undefined;
252
+ Options?: AssetOptions | undefined;
253
+ QueryExecutionOptions?: QueryExecutionOptions | undefined;
252
254
  }
253
255
  export declare const AnalysisFilterAttribute: {
254
256
  readonly ANALYSIS_NAME: "ANALYSIS_NAME";
@@ -268,9 +270,9 @@ export declare const FilterOperator: {
268
270
  export type FilterOperator =
269
271
  (typeof FilterOperator)[keyof typeof FilterOperator];
270
272
  export interface AnalysisSearchFilter {
271
- Operator?: FilterOperator;
272
- Name?: AnalysisFilterAttribute;
273
- Value?: string;
273
+ Operator?: FilterOperator | undefined;
274
+ Name?: AnalysisFilterAttribute | undefined;
275
+ Value?: string | undefined;
274
276
  }
275
277
  export interface DataSetReference {
276
278
  DataSetPlaceholder: string | undefined;
@@ -281,24 +283,24 @@ export interface AnalysisSourceTemplate {
281
283
  Arn: string | undefined;
282
284
  }
283
285
  export interface AnalysisSourceEntity {
284
- SourceTemplate?: AnalysisSourceTemplate;
286
+ SourceTemplate?: AnalysisSourceTemplate | undefined;
285
287
  }
286
288
  export interface AnalysisSummary {
287
- Arn?: string;
288
- AnalysisId?: string;
289
- Name?: string;
290
- Status?: ResourceStatus;
291
- CreatedTime?: Date;
292
- LastUpdatedTime?: Date;
289
+ Arn?: string | undefined;
290
+ AnalysisId?: string | undefined;
291
+ Name?: string | undefined;
292
+ Status?: ResourceStatus | undefined;
293
+ CreatedTime?: Date | undefined;
294
+ LastUpdatedTime?: Date | undefined;
293
295
  }
294
296
  export declare const AnchorType: {
295
297
  readonly TODAY: "TODAY";
296
298
  };
297
299
  export type AnchorType = (typeof AnchorType)[keyof typeof AnchorType];
298
300
  export interface Anchor {
299
- AnchorType?: AnchorType;
300
- TimeGranularity?: TimeGranularity;
301
- Offset?: number;
301
+ AnchorType?: AnchorType | undefined;
302
+ TimeGranularity?: TimeGranularity | undefined;
303
+ Offset?: number | undefined;
302
304
  }
303
305
  export declare const AnonymousUserDashboardEmbeddingConfigurationDisabledFeature: {
304
306
  readonly SHARED_VIEW: "SHARED_VIEW";
@@ -314,13 +316,19 @@ export interface SharedViewConfigurations {
314
316
  Enabled: boolean | undefined;
315
317
  }
316
318
  export interface AnonymousUserDashboardFeatureConfigurations {
317
- SharedView?: SharedViewConfigurations;
319
+ SharedView?: SharedViewConfigurations | undefined;
318
320
  }
319
321
  export interface AnonymousUserDashboardEmbeddingConfiguration {
320
322
  InitialDashboardId: string | undefined;
321
- EnabledFeatures?: AnonymousUserDashboardEmbeddingConfigurationEnabledFeature[];
322
- DisabledFeatures?: AnonymousUserDashboardEmbeddingConfigurationDisabledFeature[];
323
- FeatureConfigurations?: AnonymousUserDashboardFeatureConfigurations;
323
+ EnabledFeatures?:
324
+ | AnonymousUserDashboardEmbeddingConfigurationEnabledFeature[]
325
+ | undefined;
326
+ DisabledFeatures?:
327
+ | AnonymousUserDashboardEmbeddingConfigurationDisabledFeature[]
328
+ | undefined;
329
+ FeatureConfigurations?:
330
+ | AnonymousUserDashboardFeatureConfigurations
331
+ | undefined;
324
332
  }
325
333
  export interface DashboardVisualId {
326
334
  DashboardId: string | undefined;
@@ -337,10 +345,12 @@ export interface AnonymousUserQSearchBarEmbeddingConfiguration {
337
345
  InitialTopicId: string | undefined;
338
346
  }
339
347
  export interface AnonymousUserEmbeddingExperienceConfiguration {
340
- Dashboard?: AnonymousUserDashboardEmbeddingConfiguration;
341
- DashboardVisual?: AnonymousUserDashboardVisualEmbeddingConfiguration;
342
- QSearchBar?: AnonymousUserQSearchBarEmbeddingConfiguration;
343
- GenerativeQnA?: AnonymousUserGenerativeQnAEmbeddingConfiguration;
348
+ Dashboard?: AnonymousUserDashboardEmbeddingConfiguration | undefined;
349
+ DashboardVisual?:
350
+ | AnonymousUserDashboardVisualEmbeddingConfiguration
351
+ | undefined;
352
+ QSearchBar?: AnonymousUserQSearchBarEmbeddingConfiguration | undefined;
353
+ GenerativeQnA?: AnonymousUserGenerativeQnAEmbeddingConfiguration | undefined;
344
354
  }
345
355
  export declare const SnapshotFileFormatType: {
346
356
  readonly CSV: "CSV";
@@ -358,15 +368,15 @@ export type SnapshotFileSheetSelectionScope =
358
368
  export interface SnapshotFileSheetSelection {
359
369
  SheetId: string | undefined;
360
370
  SelectionScope: SnapshotFileSheetSelectionScope | undefined;
361
- VisualIds?: string[];
371
+ VisualIds?: string[] | undefined;
362
372
  }
363
373
  export interface SnapshotFile {
364
374
  SheetSelections: SnapshotFileSheetSelection[] | undefined;
365
375
  FormatType: SnapshotFileFormatType | undefined;
366
376
  }
367
377
  export interface SnapshotJobResultErrorInfo {
368
- ErrorMessage?: string;
369
- ErrorType?: string;
378
+ ErrorMessage?: string | undefined;
379
+ ErrorType?: string | undefined;
370
380
  }
371
381
  export interface S3BucketConfiguration {
372
382
  BucketName: string | undefined;
@@ -377,16 +387,42 @@ export interface SnapshotS3DestinationConfiguration {
377
387
  BucketConfiguration: S3BucketConfiguration | undefined;
378
388
  }
379
389
  export interface SnapshotJobS3Result {
380
- S3DestinationConfiguration?: SnapshotS3DestinationConfiguration;
381
- S3Uri?: string;
382
- ErrorInfo?: SnapshotJobResultErrorInfo[];
390
+ S3DestinationConfiguration?: SnapshotS3DestinationConfiguration | undefined;
391
+ S3Uri?: string | undefined;
392
+ ErrorInfo?: SnapshotJobResultErrorInfo[] | undefined;
383
393
  }
384
394
  export interface SnapshotJobResultFileGroup {
385
- Files?: SnapshotFile[];
386
- S3Results?: SnapshotJobS3Result[];
395
+ Files?: SnapshotFile[] | undefined;
396
+ S3Results?: SnapshotJobS3Result[] | undefined;
387
397
  }
388
398
  export interface AnonymousUserSnapshotJobResult {
389
- FileGroups?: SnapshotJobResultFileGroup[];
399
+ FileGroups?: SnapshotJobResultFileGroup[] | undefined;
400
+ }
401
+ export interface Palette {
402
+ Foreground?: string | undefined;
403
+ Background?: string | undefined;
404
+ }
405
+ export interface BrandColorPalette {
406
+ Primary?: Palette | undefined;
407
+ Secondary?: Palette | undefined;
408
+ Accent?: Palette | undefined;
409
+ Measure?: Palette | undefined;
410
+ Dimension?: Palette | undefined;
411
+ Success?: Palette | undefined;
412
+ Info?: Palette | undefined;
413
+ Warning?: Palette | undefined;
414
+ Danger?: Palette | undefined;
415
+ }
416
+ export interface NavbarStyle {
417
+ GlobalNavbar?: Palette | undefined;
418
+ ContextualNavbar?: Palette | undefined;
419
+ }
420
+ export interface BrandElementStyle {
421
+ NavbarStyle?: NavbarStyle | undefined;
422
+ }
423
+ export interface ApplicationTheme {
424
+ BrandColorPalette?: BrandColorPalette | undefined;
425
+ BrandElementStyle?: BrandElementStyle | undefined;
390
426
  }
391
427
  export declare const AssetBundleExportJobAnalysisPropertyToOverride: {
392
428
  readonly NAME: "Name";
@@ -463,7 +499,7 @@ export interface AssetBundleExportJobRefreshScheduleOverrideProperties {
463
499
  | undefined;
464
500
  }
465
501
  export interface AssetBundleExportJobResourceIdOverrideConfiguration {
466
- PrefixForAllResources?: boolean;
502
+ PrefixForAllResources?: boolean | undefined;
467
503
  }
468
504
  export declare const AssetBundleExportJobThemePropertyToOverride: {
469
505
  readonly NAME: "Name";
@@ -486,15 +522,21 @@ export interface AssetBundleExportJobVPCConnectionOverrideProperties {
486
522
  Properties: AssetBundleExportJobVPCConnectionPropertyToOverride[] | undefined;
487
523
  }
488
524
  export interface AssetBundleCloudFormationOverridePropertyConfiguration {
489
- ResourceIdOverrideConfiguration?: AssetBundleExportJobResourceIdOverrideConfiguration;
490
- VPCConnections?: AssetBundleExportJobVPCConnectionOverrideProperties[];
491
- RefreshSchedules?: AssetBundleExportJobRefreshScheduleOverrideProperties[];
492
- DataSources?: AssetBundleExportJobDataSourceOverrideProperties[];
493
- DataSets?: AssetBundleExportJobDataSetOverrideProperties[];
494
- Themes?: AssetBundleExportJobThemeOverrideProperties[];
495
- Analyses?: AssetBundleExportJobAnalysisOverrideProperties[];
496
- Dashboards?: AssetBundleExportJobDashboardOverrideProperties[];
497
- Folders?: AssetBundleExportJobFolderOverrideProperties[];
525
+ ResourceIdOverrideConfiguration?:
526
+ | AssetBundleExportJobResourceIdOverrideConfiguration
527
+ | undefined;
528
+ VPCConnections?:
529
+ | AssetBundleExportJobVPCConnectionOverrideProperties[]
530
+ | undefined;
531
+ RefreshSchedules?:
532
+ | AssetBundleExportJobRefreshScheduleOverrideProperties[]
533
+ | undefined;
534
+ DataSources?: AssetBundleExportJobDataSourceOverrideProperties[] | undefined;
535
+ DataSets?: AssetBundleExportJobDataSetOverrideProperties[] | undefined;
536
+ Themes?: AssetBundleExportJobThemeOverrideProperties[] | undefined;
537
+ Analyses?: AssetBundleExportJobAnalysisOverrideProperties[] | undefined;
538
+ Dashboards?: AssetBundleExportJobDashboardOverrideProperties[] | undefined;
539
+ Folders?: AssetBundleExportJobFolderOverrideProperties[] | undefined;
498
540
  }
499
541
  export declare const AssetBundleExportFormat: {
500
542
  readonly CLOUDFORMATION_JSON: "CLOUDFORMATION_JSON";
@@ -503,9 +545,9 @@ export declare const AssetBundleExportFormat: {
503
545
  export type AssetBundleExportFormat =
504
546
  (typeof AssetBundleExportFormat)[keyof typeof AssetBundleExportFormat];
505
547
  export interface AssetBundleExportJobError {
506
- Arn?: string;
507
- Type?: string;
508
- Message?: string;
548
+ Arn?: string | undefined;
549
+ Type?: string | undefined;
550
+ Message?: string | undefined;
509
551
  }
510
552
  export declare const AssetBundleExportJobStatus: {
511
553
  readonly FAILED: "FAILED";
@@ -516,21 +558,21 @@ export declare const AssetBundleExportJobStatus: {
516
558
  export type AssetBundleExportJobStatus =
517
559
  (typeof AssetBundleExportJobStatus)[keyof typeof AssetBundleExportJobStatus];
518
560
  export interface AssetBundleExportJobSummary {
519
- JobStatus?: AssetBundleExportJobStatus;
520
- Arn?: string;
521
- CreatedTime?: Date;
522
- AssetBundleExportJobId?: string;
523
- IncludeAllDependencies?: boolean;
524
- ExportFormat?: AssetBundleExportFormat;
525
- IncludePermissions?: boolean;
526
- IncludeTags?: boolean;
561
+ JobStatus?: AssetBundleExportJobStatus | undefined;
562
+ Arn?: string | undefined;
563
+ CreatedTime?: Date | undefined;
564
+ AssetBundleExportJobId?: string | undefined;
565
+ IncludeAllDependencies?: boolean | undefined;
566
+ ExportFormat?: AssetBundleExportFormat | undefined;
567
+ IncludePermissions?: boolean | undefined;
568
+ IncludeTags?: boolean | undefined;
527
569
  }
528
570
  export interface AssetBundleExportJobValidationStrategy {
529
- StrictModeForAllResources?: boolean;
571
+ StrictModeForAllResources?: boolean | undefined;
530
572
  }
531
573
  export interface AssetBundleExportJobWarning {
532
- Arn?: string;
533
- Message?: string;
574
+ Arn?: string | undefined;
575
+ Message?: string | undefined;
534
576
  }
535
577
  export declare const AssetBundleImportFailureAction: {
536
578
  readonly DO_NOTHING: "DO_NOTHING";
@@ -540,7 +582,7 @@ export type AssetBundleImportFailureAction =
540
582
  (typeof AssetBundleImportFailureAction)[keyof typeof AssetBundleImportFailureAction];
541
583
  export interface AssetBundleImportJobAnalysisOverrideParameters {
542
584
  AnalysisId: string | undefined;
543
- Name?: string;
585
+ Name?: string | undefined;
544
586
  }
545
587
  export interface AssetBundleResourcePermissions {
546
588
  Principals: string[] | undefined;
@@ -560,15 +602,17 @@ export interface AssetBundleImportJobAnalysisOverrideTags {
560
602
  }
561
603
  export interface AssetBundleImportJobDashboardOverrideParameters {
562
604
  DashboardId: string | undefined;
563
- Name?: string;
605
+ Name?: string | undefined;
564
606
  }
565
607
  export interface AssetBundleResourceLinkSharingConfiguration {
566
- Permissions?: AssetBundleResourcePermissions;
608
+ Permissions?: AssetBundleResourcePermissions | undefined;
567
609
  }
568
610
  export interface AssetBundleImportJobDashboardOverridePermissions {
569
611
  DashboardIds: string[] | undefined;
570
- Permissions?: AssetBundleResourcePermissions;
571
- LinkSharingConfiguration?: AssetBundleResourceLinkSharingConfiguration;
612
+ Permissions?: AssetBundleResourcePermissions | undefined;
613
+ LinkSharingConfiguration?:
614
+ | AssetBundleResourceLinkSharingConfiguration
615
+ | undefined;
572
616
  }
573
617
  export interface AssetBundleImportJobDashboardOverrideTags {
574
618
  DashboardIds: string[] | undefined;
@@ -576,7 +620,7 @@ export interface AssetBundleImportJobDashboardOverrideTags {
576
620
  }
577
621
  export interface AssetBundleImportJobDataSetOverrideParameters {
578
622
  DataSetId: string | undefined;
579
- Name?: string;
623
+ Name?: string | undefined;
580
624
  }
581
625
  export interface AssetBundleImportJobDataSetOverridePermissions {
582
626
  DataSetIds: string[] | undefined;
@@ -591,12 +635,12 @@ export interface AssetBundleImportJobDataSourceCredentialPair {
591
635
  Password: string | undefined;
592
636
  }
593
637
  export interface AssetBundleImportJobDataSourceCredentials {
594
- CredentialPair?: AssetBundleImportJobDataSourceCredentialPair;
595
- SecretArn?: string;
638
+ CredentialPair?: AssetBundleImportJobDataSourceCredentialPair | undefined;
639
+ SecretArn?: string | undefined;
596
640
  }
597
641
  export interface AthenaParameters {
598
- WorkGroup?: string;
599
- RoleArn?: string;
642
+ WorkGroup?: string | undefined;
643
+ RoleArn?: string | undefined;
600
644
  }
601
645
  export interface AuroraParameters {
602
646
  Host: string | undefined;
@@ -613,7 +657,7 @@ export interface AwsIotAnalyticsParameters {
613
657
  }
614
658
  export interface BigQueryParameters {
615
659
  ProjectId: string | undefined;
616
- DataSetRegion?: string;
660
+ DataSetRegion?: string | undefined;
617
661
  }
618
662
  export interface DatabricksParameters {
619
663
  Host: string | undefined;
@@ -658,20 +702,20 @@ export interface RdsParameters {
658
702
  }
659
703
  export interface RedshiftIAMParameters {
660
704
  RoleArn: string | undefined;
661
- DatabaseUser?: string;
662
- DatabaseGroups?: string[];
663
- AutoCreateDatabaseUser?: boolean;
705
+ DatabaseUser?: string | undefined;
706
+ DatabaseGroups?: string[] | undefined;
707
+ AutoCreateDatabaseUser?: boolean | undefined;
664
708
  }
665
709
  export interface IdentityCenterConfiguration {
666
- EnableIdentityPropagation?: boolean;
710
+ EnableIdentityPropagation?: boolean | undefined;
667
711
  }
668
712
  export interface RedshiftParameters {
669
- Host?: string;
670
- Port?: number;
713
+ Host?: string | undefined;
714
+ Port?: number | undefined;
671
715
  Database: string | undefined;
672
- ClusterId?: string;
673
- IAMParameters?: RedshiftIAMParameters;
674
- IdentityCenterConfiguration?: IdentityCenterConfiguration;
716
+ ClusterId?: string | undefined;
717
+ IAMParameters?: RedshiftIAMParameters | undefined;
718
+ IdentityCenterConfiguration?: IdentityCenterConfiguration | undefined;
675
719
  }
676
720
  export interface ManifestFileLocation {
677
721
  Bucket: string | undefined;
@@ -679,7 +723,7 @@ export interface ManifestFileLocation {
679
723
  }
680
724
  export interface S3Parameters {
681
725
  ManifestFileLocation: ManifestFileLocation | undefined;
682
- RoleArn?: string;
726
+ RoleArn?: string | undefined;
683
727
  }
684
728
  export interface ServiceNowParameters {
685
729
  SiteBaseUrl: string | undefined;
@@ -696,17 +740,17 @@ export interface VpcConnectionProperties {
696
740
  }
697
741
  export interface OAuthParameters {
698
742
  TokenProviderUrl: string | undefined;
699
- OAuthScope?: string;
700
- IdentityProviderVpcConnectionProperties?: VpcConnectionProperties;
701
- IdentityProviderResourceUri?: string;
743
+ OAuthScope?: string | undefined;
744
+ IdentityProviderVpcConnectionProperties?: VpcConnectionProperties | undefined;
745
+ IdentityProviderResourceUri?: string | undefined;
702
746
  }
703
747
  export interface SnowflakeParameters {
704
748
  Host: string | undefined;
705
749
  Database: string | undefined;
706
750
  Warehouse: string | undefined;
707
- AuthenticationType?: AuthenticationType;
708
- DatabaseAccessControlRole?: string;
709
- OAuthParameters?: OAuthParameters;
751
+ AuthenticationType?: AuthenticationType | undefined;
752
+ DatabaseAccessControlRole?: string | undefined;
753
+ OAuthParameters?: OAuthParameters | undefined;
710
754
  }
711
755
  export interface SparkParameters {
712
756
  Host: string | undefined;
@@ -727,10 +771,10 @@ export interface StarburstParameters {
727
771
  Host: string | undefined;
728
772
  Port: number | undefined;
729
773
  Catalog: string | undefined;
730
- ProductType?: StarburstProductType;
731
- DatabaseAccessControlRole?: string;
732
- AuthenticationType?: AuthenticationType;
733
- OAuthParameters?: OAuthParameters;
774
+ ProductType?: StarburstProductType | undefined;
775
+ DatabaseAccessControlRole?: string | undefined;
776
+ AuthenticationType?: AuthenticationType | undefined;
777
+ OAuthParameters?: OAuthParameters | undefined;
734
778
  }
735
779
  export interface TeradataParameters {
736
780
  Host: string | undefined;
@@ -1590,15 +1634,15 @@ export declare namespace DataSourceParameters {
1590
1634
  const visit: <T>(value: DataSourceParameters, visitor: Visitor<T>) => T;
1591
1635
  }
1592
1636
  export interface SslProperties {
1593
- DisableSsl?: boolean;
1637
+ DisableSsl?: boolean | undefined;
1594
1638
  }
1595
1639
  export interface AssetBundleImportJobDataSourceOverrideParameters {
1596
1640
  DataSourceId: string | undefined;
1597
- Name?: string;
1598
- DataSourceParameters?: DataSourceParameters;
1599
- VpcConnectionProperties?: VpcConnectionProperties;
1600
- SslProperties?: SslProperties;
1601
- Credentials?: AssetBundleImportJobDataSourceCredentials;
1641
+ Name?: string | undefined;
1642
+ DataSourceParameters?: DataSourceParameters | undefined;
1643
+ VpcConnectionProperties?: VpcConnectionProperties | undefined;
1644
+ SslProperties?: SslProperties | undefined;
1645
+ Credentials?: AssetBundleImportJobDataSourceCredentials | undefined;
1602
1646
  }
1603
1647
  export interface AssetBundleImportJobDataSourceOverridePermissions {
1604
1648
  DataSourceIds: string[] | undefined;
@@ -1609,18 +1653,18 @@ export interface AssetBundleImportJobDataSourceOverrideTags {
1609
1653
  Tags: Tag[] | undefined;
1610
1654
  }
1611
1655
  export interface AssetBundleImportJobError {
1612
- Arn?: string;
1613
- Type?: string;
1614
- Message?: string;
1656
+ Arn?: string | undefined;
1657
+ Type?: string | undefined;
1658
+ Message?: string | undefined;
1615
1659
  }
1616
1660
  export interface AssetBundleImportJobFolderOverrideParameters {
1617
1661
  FolderId: string | undefined;
1618
- Name?: string;
1619
- ParentFolderArn?: string;
1662
+ Name?: string | undefined;
1663
+ ParentFolderArn?: string | undefined;
1620
1664
  }
1621
1665
  export interface AssetBundleImportJobFolderOverridePermissions {
1622
1666
  FolderIds: string[] | undefined;
1623
- Permissions?: AssetBundleResourcePermissions;
1667
+ Permissions?: AssetBundleResourcePermissions | undefined;
1624
1668
  }
1625
1669
  export interface AssetBundleImportJobFolderOverrideTags {
1626
1670
  FolderIds: string[] | undefined;
@@ -1629,45 +1673,51 @@ export interface AssetBundleImportJobFolderOverrideTags {
1629
1673
  export interface AssetBundleImportJobRefreshScheduleOverrideParameters {
1630
1674
  DataSetId: string | undefined;
1631
1675
  ScheduleId: string | undefined;
1632
- StartAfterDateTime?: Date;
1676
+ StartAfterDateTime?: Date | undefined;
1633
1677
  }
1634
1678
  export interface AssetBundleImportJobResourceIdOverrideConfiguration {
1635
- PrefixForAllResources?: string;
1679
+ PrefixForAllResources?: string | undefined;
1636
1680
  }
1637
1681
  export interface AssetBundleImportJobThemeOverrideParameters {
1638
1682
  ThemeId: string | undefined;
1639
- Name?: string;
1683
+ Name?: string | undefined;
1640
1684
  }
1641
1685
  export interface AssetBundleImportJobVPCConnectionOverrideParameters {
1642
1686
  VPCConnectionId: string | undefined;
1643
- Name?: string;
1644
- SubnetIds?: string[];
1645
- SecurityGroupIds?: string[];
1646
- DnsResolvers?: string[];
1647
- RoleArn?: string;
1687
+ Name?: string | undefined;
1688
+ SubnetIds?: string[] | undefined;
1689
+ SecurityGroupIds?: string[] | undefined;
1690
+ DnsResolvers?: string[] | undefined;
1691
+ RoleArn?: string | undefined;
1648
1692
  }
1649
1693
  export interface AssetBundleImportJobOverrideParameters {
1650
- ResourceIdOverrideConfiguration?: AssetBundleImportJobResourceIdOverrideConfiguration;
1651
- VPCConnections?: AssetBundleImportJobVPCConnectionOverrideParameters[];
1652
- RefreshSchedules?: AssetBundleImportJobRefreshScheduleOverrideParameters[];
1653
- DataSources?: AssetBundleImportJobDataSourceOverrideParameters[];
1654
- DataSets?: AssetBundleImportJobDataSetOverrideParameters[];
1655
- Themes?: AssetBundleImportJobThemeOverrideParameters[];
1656
- Analyses?: AssetBundleImportJobAnalysisOverrideParameters[];
1657
- Dashboards?: AssetBundleImportJobDashboardOverrideParameters[];
1658
- Folders?: AssetBundleImportJobFolderOverrideParameters[];
1694
+ ResourceIdOverrideConfiguration?:
1695
+ | AssetBundleImportJobResourceIdOverrideConfiguration
1696
+ | undefined;
1697
+ VPCConnections?:
1698
+ | AssetBundleImportJobVPCConnectionOverrideParameters[]
1699
+ | undefined;
1700
+ RefreshSchedules?:
1701
+ | AssetBundleImportJobRefreshScheduleOverrideParameters[]
1702
+ | undefined;
1703
+ DataSources?: AssetBundleImportJobDataSourceOverrideParameters[] | undefined;
1704
+ DataSets?: AssetBundleImportJobDataSetOverrideParameters[] | undefined;
1705
+ Themes?: AssetBundleImportJobThemeOverrideParameters[] | undefined;
1706
+ Analyses?: AssetBundleImportJobAnalysisOverrideParameters[] | undefined;
1707
+ Dashboards?: AssetBundleImportJobDashboardOverrideParameters[] | undefined;
1708
+ Folders?: AssetBundleImportJobFolderOverrideParameters[] | undefined;
1659
1709
  }
1660
1710
  export interface AssetBundleImportJobThemeOverridePermissions {
1661
1711
  ThemeIds: string[] | undefined;
1662
1712
  Permissions: AssetBundleResourcePermissions | undefined;
1663
1713
  }
1664
1714
  export interface AssetBundleImportJobOverridePermissions {
1665
- DataSources?: AssetBundleImportJobDataSourceOverridePermissions[];
1666
- DataSets?: AssetBundleImportJobDataSetOverridePermissions[];
1667
- Themes?: AssetBundleImportJobThemeOverridePermissions[];
1668
- Analyses?: AssetBundleImportJobAnalysisOverridePermissions[];
1669
- Dashboards?: AssetBundleImportJobDashboardOverridePermissions[];
1670
- Folders?: AssetBundleImportJobFolderOverridePermissions[];
1715
+ DataSources?: AssetBundleImportJobDataSourceOverridePermissions[] | undefined;
1716
+ DataSets?: AssetBundleImportJobDataSetOverridePermissions[] | undefined;
1717
+ Themes?: AssetBundleImportJobThemeOverridePermissions[] | undefined;
1718
+ Analyses?: AssetBundleImportJobAnalysisOverridePermissions[] | undefined;
1719
+ Dashboards?: AssetBundleImportJobDashboardOverridePermissions[] | undefined;
1720
+ Folders?: AssetBundleImportJobFolderOverridePermissions[] | undefined;
1671
1721
  }
1672
1722
  export interface AssetBundleImportJobThemeOverrideTags {
1673
1723
  ThemeIds: string[] | undefined;
@@ -1678,16 +1728,16 @@ export interface AssetBundleImportJobVPCConnectionOverrideTags {
1678
1728
  Tags: Tag[] | undefined;
1679
1729
  }
1680
1730
  export interface AssetBundleImportJobOverrideTags {
1681
- VPCConnections?: AssetBundleImportJobVPCConnectionOverrideTags[];
1682
- DataSources?: AssetBundleImportJobDataSourceOverrideTags[];
1683
- DataSets?: AssetBundleImportJobDataSetOverrideTags[];
1684
- Themes?: AssetBundleImportJobThemeOverrideTags[];
1685
- Analyses?: AssetBundleImportJobAnalysisOverrideTags[];
1686
- Dashboards?: AssetBundleImportJobDashboardOverrideTags[];
1687
- Folders?: AssetBundleImportJobFolderOverrideTags[];
1731
+ VPCConnections?: AssetBundleImportJobVPCConnectionOverrideTags[] | undefined;
1732
+ DataSources?: AssetBundleImportJobDataSourceOverrideTags[] | undefined;
1733
+ DataSets?: AssetBundleImportJobDataSetOverrideTags[] | undefined;
1734
+ Themes?: AssetBundleImportJobThemeOverrideTags[] | undefined;
1735
+ Analyses?: AssetBundleImportJobAnalysisOverrideTags[] | undefined;
1736
+ Dashboards?: AssetBundleImportJobDashboardOverrideTags[] | undefined;
1737
+ Folders?: AssetBundleImportJobFolderOverrideTags[] | undefined;
1688
1738
  }
1689
1739
  export interface AssetBundleImportJobOverrideValidationStrategy {
1690
- StrictModeForAllResources?: boolean;
1740
+ StrictModeForAllResources?: boolean | undefined;
1691
1741
  }
1692
1742
  export declare const AssetBundleImportJobStatus: {
1693
1743
  readonly FAILED: "FAILED";
@@ -1701,23 +1751,23 @@ export declare const AssetBundleImportJobStatus: {
1701
1751
  export type AssetBundleImportJobStatus =
1702
1752
  (typeof AssetBundleImportJobStatus)[keyof typeof AssetBundleImportJobStatus];
1703
1753
  export interface AssetBundleImportJobSummary {
1704
- JobStatus?: AssetBundleImportJobStatus;
1705
- Arn?: string;
1706
- CreatedTime?: Date;
1707
- AssetBundleImportJobId?: string;
1708
- FailureAction?: AssetBundleImportFailureAction;
1754
+ JobStatus?: AssetBundleImportJobStatus | undefined;
1755
+ Arn?: string | undefined;
1756
+ CreatedTime?: Date | undefined;
1757
+ AssetBundleImportJobId?: string | undefined;
1758
+ FailureAction?: AssetBundleImportFailureAction | undefined;
1709
1759
  }
1710
1760
  export interface AssetBundleImportJobWarning {
1711
- Arn?: string;
1712
- Message?: string;
1761
+ Arn?: string | undefined;
1762
+ Message?: string | undefined;
1713
1763
  }
1714
1764
  export interface AssetBundleImportSource {
1715
- Body?: Uint8Array;
1716
- S3Uri?: string;
1765
+ Body?: Uint8Array | undefined;
1766
+ S3Uri?: string | undefined;
1717
1767
  }
1718
1768
  export interface AssetBundleImportSourceDescription {
1719
- Body?: string;
1720
- S3Uri?: string;
1769
+ Body?: string | undefined;
1770
+ S3Uri?: string | undefined;
1721
1771
  }
1722
1772
  export declare const AssignmentStatus: {
1723
1773
  readonly DISABLED: "DISABLED";
@@ -1739,8 +1789,8 @@ export declare const ServiceType: {
1739
1789
  };
1740
1790
  export type ServiceType = (typeof ServiceType)[keyof typeof ServiceType];
1741
1791
  export interface AuthorizedTargetsByService {
1742
- Service?: ServiceType;
1743
- AuthorizedTargets?: string[];
1792
+ Service?: ServiceType | undefined;
1793
+ AuthorizedTargets?: string[] | undefined;
1744
1794
  }
1745
1795
  export declare const AuthorSpecifiedAggregation: {
1746
1796
  readonly AVERAGE: "AVERAGE";
@@ -1766,7 +1816,7 @@ export declare const ContributionAnalysisDirection: {
1766
1816
  export type ContributionAnalysisDirection =
1767
1817
  (typeof ContributionAnalysisDirection)[keyof typeof ContributionAnalysisDirection];
1768
1818
  export interface ContributionAnalysisFactor {
1769
- FieldName?: string;
1819
+ FieldName?: string | undefined;
1770
1820
  }
1771
1821
  export declare const ContributionAnalysisSortType: {
1772
1822
  readonly ABSOLUTE_DIFFERENCE: "ABSOLUTE_DIFFERENCE";
@@ -1786,9 +1836,9 @@ export declare const TopicSortDirection: {
1786
1836
  export type TopicSortDirection =
1787
1837
  (typeof TopicSortDirection)[keyof typeof TopicSortDirection];
1788
1838
  export interface FilterAggMetrics {
1789
- MetricOperand?: Identifier;
1790
- Function?: AggType;
1791
- SortDirection?: TopicSortDirection;
1839
+ MetricOperand?: Identifier | undefined;
1840
+ Function?: AggType | undefined;
1841
+ SortDirection?: TopicSortDirection | undefined;
1792
1842
  }
1793
1843
  export declare const ConstantType: {
1794
1844
  readonly COLLECTIVE: "COLLECTIVE";
@@ -1797,15 +1847,15 @@ export declare const ConstantType: {
1797
1847
  };
1798
1848
  export type ConstantType = (typeof ConstantType)[keyof typeof ConstantType];
1799
1849
  export interface CollectiveConstantEntry {
1800
- ConstantType?: ConstantType;
1801
- Value?: string;
1850
+ ConstantType?: ConstantType | undefined;
1851
+ Value?: string | undefined;
1802
1852
  }
1803
1853
  export interface TopicConstantValue {
1804
- ConstantType?: ConstantType;
1805
- Value?: string;
1806
- Minimum?: string;
1807
- Maximum?: string;
1808
- ValueList?: CollectiveConstantEntry[];
1854
+ ConstantType?: ConstantType | undefined;
1855
+ Value?: string | undefined;
1856
+ Minimum?: string | undefined;
1857
+ Maximum?: string | undefined;
1858
+ ValueList?: CollectiveConstantEntry[] | undefined;
1809
1859
  }
1810
1860
  export declare const FilterClass: {
1811
1861
  readonly CONDITIONAL_VALUE_FILTER: "CONDITIONAL_VALUE_FILTER";
@@ -1848,34 +1898,34 @@ export declare const NullFilterOption: {
1848
1898
  export type NullFilterOption =
1849
1899
  (typeof NullFilterOption)[keyof typeof NullFilterOption];
1850
1900
  export interface TopicIRFilterOption {
1851
- FilterType?: TopicIRFilterType;
1852
- FilterClass?: FilterClass;
1853
- OperandField?: Identifier;
1854
- Function?: TopicIRFilterFunction;
1855
- Constant?: TopicConstantValue;
1856
- Inverse?: boolean;
1857
- NullFilter?: NullFilterOption;
1858
- Aggregation?: AggType;
1859
- AggregationFunctionParameters?: Record<string, string>;
1860
- AggregationPartitionBy?: AggregationPartitionBy[];
1861
- Range?: TopicConstantValue;
1862
- Inclusive?: boolean;
1863
- TimeGranularity?: TimeGranularity;
1864
- LastNextOffset?: TopicConstantValue;
1865
- AggMetrics?: FilterAggMetrics[];
1866
- TopBottomLimit?: TopicConstantValue;
1867
- SortDirection?: TopicSortDirection;
1868
- Anchor?: Anchor;
1901
+ FilterType?: TopicIRFilterType | undefined;
1902
+ FilterClass?: FilterClass | undefined;
1903
+ OperandField?: Identifier | undefined;
1904
+ Function?: TopicIRFilterFunction | undefined;
1905
+ Constant?: TopicConstantValue | undefined;
1906
+ Inverse?: boolean | undefined;
1907
+ NullFilter?: NullFilterOption | undefined;
1908
+ Aggregation?: AggType | undefined;
1909
+ AggregationFunctionParameters?: Record<string, string> | undefined;
1910
+ AggregationPartitionBy?: AggregationPartitionBy[] | undefined;
1911
+ Range?: TopicConstantValue | undefined;
1912
+ Inclusive?: boolean | undefined;
1913
+ TimeGranularity?: TimeGranularity | undefined;
1914
+ LastNextOffset?: TopicConstantValue | undefined;
1915
+ AggMetrics?: FilterAggMetrics[] | undefined;
1916
+ TopBottomLimit?: TopicConstantValue | undefined;
1917
+ SortDirection?: TopicSortDirection | undefined;
1918
+ Anchor?: Anchor | undefined;
1869
1919
  }
1870
1920
  export interface ContributionAnalysisTimeRanges {
1871
- StartRange?: TopicIRFilterOption;
1872
- EndRange?: TopicIRFilterOption;
1921
+ StartRange?: TopicIRFilterOption | undefined;
1922
+ EndRange?: TopicIRFilterOption | undefined;
1873
1923
  }
1874
1924
  export interface TopicIRContributionAnalysis {
1875
- Factors?: ContributionAnalysisFactor[];
1876
- TimeRanges?: ContributionAnalysisTimeRanges;
1877
- Direction?: ContributionAnalysisDirection;
1878
- SortType?: ContributionAnalysisSortType;
1925
+ Factors?: ContributionAnalysisFactor[] | undefined;
1926
+ TimeRanges?: ContributionAnalysisTimeRanges | undefined;
1927
+ Direction?: ContributionAnalysisDirection | undefined;
1928
+ SortType?: ContributionAnalysisSortType | undefined;
1879
1929
  }
1880
1930
  export declare const DisplayFormat: {
1881
1931
  readonly AUTO: "AUTO";
@@ -1893,37 +1943,37 @@ export declare const TopicNumericSeparatorSymbol: {
1893
1943
  export type TopicNumericSeparatorSymbol =
1894
1944
  (typeof TopicNumericSeparatorSymbol)[keyof typeof TopicNumericSeparatorSymbol];
1895
1945
  export interface NegativeFormat {
1896
- Prefix?: string;
1897
- Suffix?: string;
1946
+ Prefix?: string | undefined;
1947
+ Suffix?: string | undefined;
1898
1948
  }
1899
1949
  export interface DisplayFormatOptions {
1900
- UseBlankCellFormat?: boolean;
1901
- BlankCellFormat?: string;
1902
- DateFormat?: string;
1903
- DecimalSeparator?: TopicNumericSeparatorSymbol;
1904
- GroupingSeparator?: string;
1905
- UseGrouping?: boolean;
1906
- FractionDigits?: number;
1907
- Prefix?: string;
1908
- Suffix?: string;
1909
- UnitScaler?: NumberScale;
1910
- NegativeFormat?: NegativeFormat;
1911
- CurrencySymbol?: string;
1950
+ UseBlankCellFormat?: boolean | undefined;
1951
+ BlankCellFormat?: string | undefined;
1952
+ DateFormat?: string | undefined;
1953
+ DecimalSeparator?: TopicNumericSeparatorSymbol | undefined;
1954
+ GroupingSeparator?: string | undefined;
1955
+ UseGrouping?: boolean | undefined;
1956
+ FractionDigits?: number | undefined;
1957
+ Prefix?: string | undefined;
1958
+ Suffix?: string | undefined;
1959
+ UnitScaler?: NumberScale | undefined;
1960
+ NegativeFormat?: NegativeFormat | undefined;
1961
+ CurrencySymbol?: string | undefined;
1912
1962
  }
1913
1963
  export interface NamedEntityRef {
1914
- NamedEntityName?: string;
1964
+ NamedEntityName?: string | undefined;
1915
1965
  }
1916
1966
  export interface TopicSortClause {
1917
- Operand?: Identifier;
1918
- SortDirection?: TopicSortDirection;
1967
+ Operand?: Identifier | undefined;
1968
+ SortDirection?: TopicSortDirection | undefined;
1919
1969
  }
1920
1970
  export interface TopicIRGroupBy {
1921
- FieldName?: Identifier;
1922
- TimeGranularity?: TopicTimeGranularity;
1923
- Sort?: TopicSortClause;
1924
- DisplayFormat?: DisplayFormat;
1925
- DisplayFormatOptions?: DisplayFormatOptions;
1926
- NamedEntity?: NamedEntityRef;
1971
+ FieldName?: Identifier | undefined;
1972
+ TimeGranularity?: TopicTimeGranularity | undefined;
1973
+ Sort?: TopicSortClause | undefined;
1974
+ DisplayFormat?: DisplayFormat | undefined;
1975
+ DisplayFormatOptions?: DisplayFormatOptions | undefined;
1976
+ NamedEntity?: NamedEntityRef | undefined;
1927
1977
  }
1928
1978
  export declare const ComparisonMethodType: {
1929
1979
  readonly DIFF: "DIFF";
@@ -1940,31 +1990,31 @@ export declare const ComparisonMethodType: {
1940
1990
  export type ComparisonMethodType =
1941
1991
  (typeof ComparisonMethodType)[keyof typeof ComparisonMethodType];
1942
1992
  export interface TopicIRComparisonMethod {
1943
- Type?: ComparisonMethodType;
1944
- Period?: TopicTimeGranularity;
1945
- WindowSize?: number;
1993
+ Type?: ComparisonMethodType | undefined;
1994
+ Period?: TopicTimeGranularity | undefined;
1995
+ WindowSize?: number | undefined;
1946
1996
  }
1947
1997
  export interface TopicIRMetric {
1948
- MetricId?: Identifier;
1949
- Function?: AggFunction;
1950
- Operands?: Identifier[];
1951
- ComparisonMethod?: TopicIRComparisonMethod;
1952
- Expression?: string;
1953
- CalculatedFieldReferences?: Identifier[];
1954
- DisplayFormat?: DisplayFormat;
1955
- DisplayFormatOptions?: DisplayFormatOptions;
1956
- NamedEntity?: NamedEntityRef;
1998
+ MetricId?: Identifier | undefined;
1999
+ Function?: AggFunction | undefined;
2000
+ Operands?: Identifier[] | undefined;
2001
+ ComparisonMethod?: TopicIRComparisonMethod | undefined;
2002
+ Expression?: string | undefined;
2003
+ CalculatedFieldReferences?: Identifier[] | undefined;
2004
+ DisplayFormat?: DisplayFormat | undefined;
2005
+ DisplayFormatOptions?: DisplayFormatOptions | undefined;
2006
+ NamedEntity?: NamedEntityRef | undefined;
1957
2007
  }
1958
2008
  export interface VisualOptions {
1959
- type?: string;
2009
+ type?: string | undefined;
1960
2010
  }
1961
2011
  export interface TopicIR {
1962
- Metrics?: TopicIRMetric[];
1963
- GroupByList?: TopicIRGroupBy[];
1964
- Filters?: TopicIRFilterOption[][];
1965
- Sort?: TopicSortClause;
1966
- ContributionAnalysis?: TopicIRContributionAnalysis;
1967
- Visual?: VisualOptions;
2012
+ Metrics?: TopicIRMetric[] | undefined;
2013
+ GroupByList?: TopicIRGroupBy[] | undefined;
2014
+ Filters?: TopicIRFilterOption[][] | undefined;
2015
+ Sort?: TopicSortClause | undefined;
2016
+ ContributionAnalysis?: TopicIRContributionAnalysis | undefined;
2017
+ Visual?: VisualOptions | undefined;
1968
2018
  }
1969
2019
  export declare const VisualRole: {
1970
2020
  readonly COMPLIMENTARY: "COMPLIMENTARY";
@@ -1975,12 +2025,12 @@ export declare const VisualRole: {
1975
2025
  };
1976
2026
  export type VisualRole = (typeof VisualRole)[keyof typeof VisualRole];
1977
2027
  export interface Slot {
1978
- SlotId?: string;
1979
- VisualId?: string;
2028
+ SlotId?: string | undefined;
2029
+ VisualId?: string | undefined;
1980
2030
  }
1981
2031
  export interface TopicTemplate {
1982
- TemplateType?: string;
1983
- Slots?: Slot[];
2032
+ TemplateType?: string | undefined;
2033
+ Slots?: Slot[] | undefined;
1984
2034
  }
1985
2035
  export declare const ReviewedAnswerErrorCode: {
1986
2036
  readonly DATASET_DOES_NOT_EXIST: "DATASET_DOES_NOT_EXIST";
@@ -1994,25 +2044,25 @@ export declare const ReviewedAnswerErrorCode: {
1994
2044
  export type ReviewedAnswerErrorCode =
1995
2045
  (typeof ReviewedAnswerErrorCode)[keyof typeof ReviewedAnswerErrorCode];
1996
2046
  export interface InvalidTopicReviewedAnswer {
1997
- AnswerId?: string;
1998
- Error?: ReviewedAnswerErrorCode;
2047
+ AnswerId?: string | undefined;
2048
+ Error?: ReviewedAnswerErrorCode | undefined;
1999
2049
  }
2000
2050
  export interface SucceededTopicReviewedAnswer {
2001
- AnswerId?: string;
2051
+ AnswerId?: string | undefined;
2002
2052
  }
2003
2053
  export interface BatchCreateTopicReviewedAnswerResponse {
2004
- TopicId?: string;
2005
- TopicArn?: string;
2006
- SucceededAnswers?: SucceededTopicReviewedAnswer[];
2007
- InvalidAnswers?: InvalidTopicReviewedAnswer[];
2008
- Status?: number;
2009
- RequestId?: string;
2054
+ TopicId?: string | undefined;
2055
+ TopicArn?: string | undefined;
2056
+ SucceededAnswers?: SucceededTopicReviewedAnswer[] | undefined;
2057
+ InvalidAnswers?: InvalidTopicReviewedAnswer[] | undefined;
2058
+ Status?: number | undefined;
2059
+ RequestId?: string | undefined;
2010
2060
  }
2011
2061
  export declare class InternalFailureException extends __BaseException {
2012
2062
  readonly name: "InternalFailureException";
2013
2063
  readonly $fault: "server";
2014
- Message?: string;
2015
- RequestId?: string;
2064
+ Message?: string | undefined;
2065
+ RequestId?: string | undefined;
2016
2066
  constructor(
2017
2067
  opts: __ExceptionOptionType<InternalFailureException, __BaseException>
2018
2068
  );
@@ -2020,8 +2070,8 @@ export declare class InternalFailureException extends __BaseException {
2020
2070
  export declare class InvalidParameterValueException extends __BaseException {
2021
2071
  readonly name: "InvalidParameterValueException";
2022
2072
  readonly $fault: "client";
2023
- Message?: string;
2024
- RequestId?: string;
2073
+ Message?: string | undefined;
2074
+ RequestId?: string | undefined;
2025
2075
  constructor(
2026
2076
  opts: __ExceptionOptionType<InvalidParameterValueException, __BaseException>
2027
2077
  );
@@ -2042,9 +2092,9 @@ export type ExceptionResourceType =
2042
2092
  export declare class ResourceNotFoundException extends __BaseException {
2043
2093
  readonly name: "ResourceNotFoundException";
2044
2094
  readonly $fault: "client";
2045
- Message?: string;
2046
- ResourceType?: ExceptionResourceType;
2047
- RequestId?: string;
2095
+ Message?: string | undefined;
2096
+ ResourceType?: ExceptionResourceType | undefined;
2097
+ RequestId?: string | undefined;
2048
2098
  constructor(
2049
2099
  opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
2050
2100
  );
@@ -2052,8 +2102,8 @@ export declare class ResourceNotFoundException extends __BaseException {
2052
2102
  export declare class ThrottlingException extends __BaseException {
2053
2103
  readonly name: "ThrottlingException";
2054
2104
  readonly $fault: "client";
2055
- Message?: string;
2056
- RequestId?: string;
2105
+ Message?: string | undefined;
2106
+ RequestId?: string | undefined;
2057
2107
  constructor(
2058
2108
  opts: __ExceptionOptionType<ThrottlingException, __BaseException>
2059
2109
  );
@@ -2061,28 +2111,127 @@ export declare class ThrottlingException extends __BaseException {
2061
2111
  export interface BatchDeleteTopicReviewedAnswerRequest {
2062
2112
  AwsAccountId: string | undefined;
2063
2113
  TopicId: string | undefined;
2064
- AnswerIds?: string[];
2114
+ AnswerIds?: string[] | undefined;
2065
2115
  }
2066
2116
  export interface BatchDeleteTopicReviewedAnswerResponse {
2067
- TopicId?: string;
2068
- TopicArn?: string;
2069
- SucceededAnswers?: SucceededTopicReviewedAnswer[];
2070
- InvalidAnswers?: InvalidTopicReviewedAnswer[];
2071
- RequestId?: string;
2072
- Status?: number;
2117
+ TopicId?: string | undefined;
2118
+ TopicArn?: string | undefined;
2119
+ SucceededAnswers?: SucceededTopicReviewedAnswer[] | undefined;
2120
+ InvalidAnswers?: InvalidTopicReviewedAnswer[] | undefined;
2121
+ RequestId?: string | undefined;
2122
+ Status?: number | undefined;
2073
2123
  }
2074
2124
  export declare class ConflictException extends __BaseException {
2075
2125
  readonly name: "ConflictException";
2076
2126
  readonly $fault: "client";
2077
- Message?: string;
2078
- RequestId?: string;
2127
+ Message?: string | undefined;
2128
+ RequestId?: string | undefined;
2079
2129
  constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
2080
2130
  }
2081
2131
  export interface BookmarksConfigurations {
2082
2132
  Enabled: boolean | undefined;
2083
2133
  }
2084
2134
  export interface BorderStyle {
2085
- Show?: boolean;
2135
+ Show?: boolean | undefined;
2136
+ }
2137
+ export type ImageSource =
2138
+ | ImageSource.PublicUrlMember
2139
+ | ImageSource.S3UriMember
2140
+ | ImageSource.$UnknownMember;
2141
+ export declare namespace ImageSource {
2142
+ interface PublicUrlMember {
2143
+ PublicUrl: string;
2144
+ S3Uri?: never;
2145
+ $unknown?: never;
2146
+ }
2147
+ interface S3UriMember {
2148
+ PublicUrl?: never;
2149
+ S3Uri: string;
2150
+ $unknown?: never;
2151
+ }
2152
+ interface $UnknownMember {
2153
+ PublicUrl?: never;
2154
+ S3Uri?: never;
2155
+ $unknown: [string, any];
2156
+ }
2157
+ interface Visitor<T> {
2158
+ PublicUrl: (value: string) => T;
2159
+ S3Uri: (value: string) => T;
2160
+ _: (name: string, value: any) => T;
2161
+ }
2162
+ const visit: <T>(value: ImageSource, visitor: Visitor<T>) => T;
2163
+ }
2164
+ export interface ImageConfiguration {
2165
+ Source?: ImageSource | undefined;
2166
+ }
2167
+ export interface ImageSetConfiguration {
2168
+ Original: ImageConfiguration | undefined;
2169
+ }
2170
+ export interface LogoSetConfiguration {
2171
+ Primary: ImageSetConfiguration | undefined;
2172
+ Favicon?: ImageSetConfiguration | undefined;
2173
+ }
2174
+ export interface LogoConfiguration {
2175
+ AltText: string | undefined;
2176
+ LogoSet: LogoSetConfiguration | undefined;
2177
+ }
2178
+ export interface BrandDefinition {
2179
+ BrandName: string | undefined;
2180
+ Description?: string | undefined;
2181
+ ApplicationTheme?: ApplicationTheme | undefined;
2182
+ LogoConfiguration?: LogoConfiguration | undefined;
2183
+ }
2184
+ export declare const BrandStatus: {
2185
+ readonly CREATE_FAILED: "CREATE_FAILED";
2186
+ readonly CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS";
2187
+ readonly CREATE_SUCCEEDED: "CREATE_SUCCEEDED";
2188
+ readonly DELETE_FAILED: "DELETE_FAILED";
2189
+ readonly DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS";
2190
+ };
2191
+ export type BrandStatus = (typeof BrandStatus)[keyof typeof BrandStatus];
2192
+ export interface Image {
2193
+ Source?: ImageSource | undefined;
2194
+ GeneratedImageUrl?: string | undefined;
2195
+ }
2196
+ export interface ImageSet {
2197
+ Original: Image | undefined;
2198
+ Height64?: Image | undefined;
2199
+ Height32?: Image | undefined;
2200
+ }
2201
+ export interface LogoSet {
2202
+ Primary: ImageSet | undefined;
2203
+ Favicon?: ImageSet | undefined;
2204
+ }
2205
+ export interface Logo {
2206
+ AltText: string | undefined;
2207
+ LogoSet: LogoSet | undefined;
2208
+ }
2209
+ export declare const BrandVersionStatus: {
2210
+ readonly CREATE_FAILED: "CREATE_FAILED";
2211
+ readonly CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS";
2212
+ readonly CREATE_SUCCEEDED: "CREATE_SUCCEEDED";
2213
+ };
2214
+ export type BrandVersionStatus =
2215
+ (typeof BrandVersionStatus)[keyof typeof BrandVersionStatus];
2216
+ export interface BrandDetail {
2217
+ BrandId: string | undefined;
2218
+ Arn?: string | undefined;
2219
+ BrandStatus?: BrandStatus | undefined;
2220
+ CreatedTime?: Date | undefined;
2221
+ LastUpdatedTime?: Date | undefined;
2222
+ VersionId?: string | undefined;
2223
+ VersionStatus?: BrandVersionStatus | undefined;
2224
+ Errors?: string[] | undefined;
2225
+ Logo?: Logo | undefined;
2226
+ }
2227
+ export interface BrandSummary {
2228
+ Arn?: string | undefined;
2229
+ BrandId?: string | undefined;
2230
+ BrandName?: string | undefined;
2231
+ Description?: string | undefined;
2232
+ BrandStatus?: BrandStatus | undefined;
2233
+ CreatedTime?: Date | undefined;
2234
+ LastUpdatedTime?: Date | undefined;
2086
2235
  }
2087
2236
  export interface CalculatedColumn {
2088
2237
  ColumnName: string | undefined;
@@ -2095,21 +2244,45 @@ export interface CancelIngestionRequest {
2095
2244
  IngestionId: string | undefined;
2096
2245
  }
2097
2246
  export interface CancelIngestionResponse {
2098
- Arn?: string;
2099
- IngestionId?: string;
2100
- RequestId?: string;
2101
- Status?: number;
2247
+ Arn?: string | undefined;
2248
+ IngestionId?: string | undefined;
2249
+ RequestId?: string | undefined;
2250
+ Status?: number | undefined;
2102
2251
  }
2103
2252
  export declare class ResourceExistsException extends __BaseException {
2104
2253
  readonly name: "ResourceExistsException";
2105
2254
  readonly $fault: "client";
2106
- Message?: string;
2107
- ResourceType?: ExceptionResourceType;
2108
- RequestId?: string;
2255
+ Message?: string | undefined;
2256
+ ResourceType?: ExceptionResourceType | undefined;
2257
+ RequestId?: string | undefined;
2109
2258
  constructor(
2110
2259
  opts: __ExceptionOptionType<ResourceExistsException, __BaseException>
2111
2260
  );
2112
2261
  }
2262
+ export declare const CapabilityState: {
2263
+ readonly DENY: "DENY";
2264
+ };
2265
+ export type CapabilityState =
2266
+ (typeof CapabilityState)[keyof typeof CapabilityState];
2267
+ export interface Capabilities {
2268
+ ExportToCsv?: CapabilityState | undefined;
2269
+ ExportToExcel?: CapabilityState | undefined;
2270
+ CreateAndUpdateThemes?: CapabilityState | undefined;
2271
+ AddOrRunAnomalyDetectionForAnalyses?: CapabilityState | undefined;
2272
+ ShareAnalyses?: CapabilityState | undefined;
2273
+ CreateAndUpdateDatasets?: CapabilityState | undefined;
2274
+ ShareDatasets?: CapabilityState | undefined;
2275
+ SubscribeDashboardEmailReports?: CapabilityState | undefined;
2276
+ CreateAndUpdateDashboardEmailReports?: CapabilityState | undefined;
2277
+ ShareDashboards?: CapabilityState | undefined;
2278
+ CreateAndUpdateThresholdAlerts?: CapabilityState | undefined;
2279
+ RenameSharedFolders?: CapabilityState | undefined;
2280
+ CreateSharedFolders?: CapabilityState | undefined;
2281
+ CreateAndUpdateDataSources?: CapabilityState | undefined;
2282
+ ShareDataSources?: CapabilityState | undefined;
2283
+ ViewAccountSPICECapacity?: CapabilityState | undefined;
2284
+ CreateSPICEDataset?: CapabilityState | undefined;
2285
+ }
2113
2286
  export declare const ColumnDataType: {
2114
2287
  readonly DATETIME: "DATETIME";
2115
2288
  readonly DECIMAL: "DECIMAL";
@@ -2127,8 +2300,8 @@ export type ColumnDataSubType =
2127
2300
  export interface CastColumnTypeOperation {
2128
2301
  ColumnName: string | undefined;
2129
2302
  NewColumnType: ColumnDataType | undefined;
2130
- SubType?: ColumnDataSubType;
2131
- Format?: string;
2303
+ SubType?: ColumnDataSubType | undefined;
2304
+ Format?: string | undefined;
2132
2305
  }
2133
2306
  export declare const CategoryFilterFunction: {
2134
2307
  readonly CONTAINS: "CONTAINS";
@@ -2144,11 +2317,11 @@ export declare const CategoryFilterType: {
2144
2317
  export type CategoryFilterType =
2145
2318
  (typeof CategoryFilterType)[keyof typeof CategoryFilterType];
2146
2319
  export interface CellValueSynonym {
2147
- CellValue?: string;
2148
- Synonyms?: string[];
2320
+ CellValue?: string | undefined;
2321
+ Synonyms?: string[] | undefined;
2149
2322
  }
2150
2323
  export interface CollectiveConstant {
2151
- ValueList?: string[];
2324
+ ValueList?: string[] | undefined;
2152
2325
  }
2153
2326
  export declare const ColumnDataRole: {
2154
2327
  readonly DIMENSION: "DIMENSION";
@@ -2157,7 +2330,7 @@ export declare const ColumnDataRole: {
2157
2330
  export type ColumnDataRole =
2158
2331
  (typeof ColumnDataRole)[keyof typeof ColumnDataRole];
2159
2332
  export interface ColumnDescription {
2160
- Text?: string;
2333
+ Text?: string | undefined;
2161
2334
  }
2162
2335
  export declare const GeoSpatialCountryCode: {
2163
2336
  readonly US: "US";
@@ -2166,22 +2339,22 @@ export type GeoSpatialCountryCode =
2166
2339
  (typeof GeoSpatialCountryCode)[keyof typeof GeoSpatialCountryCode];
2167
2340
  export interface GeoSpatialColumnGroup {
2168
2341
  Name: string | undefined;
2169
- CountryCode?: GeoSpatialCountryCode;
2342
+ CountryCode?: GeoSpatialCountryCode | undefined;
2170
2343
  Columns: string[] | undefined;
2171
2344
  }
2172
2345
  export interface ColumnGroup {
2173
- GeoSpatialColumnGroup?: GeoSpatialColumnGroup;
2346
+ GeoSpatialColumnGroup?: GeoSpatialColumnGroup | undefined;
2174
2347
  }
2175
2348
  export interface ColumnGroupColumnSchema {
2176
- Name?: string;
2349
+ Name?: string | undefined;
2177
2350
  }
2178
2351
  export interface ColumnGroupSchema {
2179
- Name?: string;
2180
- ColumnGroupColumnSchemaList?: ColumnGroupColumnSchema[];
2352
+ Name?: string | undefined;
2353
+ ColumnGroupColumnSchemaList?: ColumnGroupColumnSchema[] | undefined;
2181
2354
  }
2182
2355
  export interface ColumnLevelPermissionRule {
2183
- Principals?: string[];
2184
- ColumnNames?: string[];
2356
+ Principals?: string[] | undefined;
2357
+ ColumnNames?: string[] | undefined;
2185
2358
  }
2186
2359
  export declare const ColumnOrderingType: {
2187
2360
  readonly GREATER_IS_BETTER: "GREATER_IS_BETTER";
@@ -2191,9 +2364,9 @@ export declare const ColumnOrderingType: {
2191
2364
  export type ColumnOrderingType =
2192
2365
  (typeof ColumnOrderingType)[keyof typeof ColumnOrderingType];
2193
2366
  export interface ColumnSchema {
2194
- Name?: string;
2195
- DataType?: string;
2196
- GeographicRole?: string;
2367
+ Name?: string | undefined;
2368
+ DataType?: string | undefined;
2369
+ GeographicRole?: string | undefined;
2197
2370
  }
2198
2371
  export declare const GeoSpatialDataRole: {
2199
2372
  readonly CITY: "CITY";
@@ -2207,8 +2380,8 @@ export declare const GeoSpatialDataRole: {
2207
2380
  export type GeoSpatialDataRole =
2208
2381
  (typeof GeoSpatialDataRole)[keyof typeof GeoSpatialDataRole];
2209
2382
  export interface ColumnTag {
2210
- ColumnGeographicRole?: GeoSpatialDataRole;
2211
- ColumnDescription?: ColumnDescription;
2383
+ ColumnGeographicRole?: GeoSpatialDataRole | undefined;
2384
+ ColumnDescription?: ColumnDescription | undefined;
2212
2385
  }
2213
2386
  export declare const ColumnTagName: {
2214
2387
  readonly COLUMN_DESCRIPTION: "COLUMN_DESCRIPTION";
@@ -2222,80 +2395,80 @@ export declare const UndefinedSpecifiedValueType: {
2222
2395
  export type UndefinedSpecifiedValueType =
2223
2396
  (typeof UndefinedSpecifiedValueType)[keyof typeof UndefinedSpecifiedValueType];
2224
2397
  export interface ComparativeOrder {
2225
- UseOrdering?: ColumnOrderingType;
2226
- SpecifedOrder?: string[];
2227
- TreatUndefinedSpecifiedValues?: UndefinedSpecifiedValueType;
2398
+ UseOrdering?: ColumnOrderingType | undefined;
2399
+ SpecifedOrder?: string[] | undefined;
2400
+ TreatUndefinedSpecifiedValues?: UndefinedSpecifiedValueType | undefined;
2228
2401
  }
2229
2402
  export declare class ConcurrentUpdatingException extends __BaseException {
2230
2403
  readonly name: "ConcurrentUpdatingException";
2231
2404
  readonly $fault: "server";
2232
- Message?: string;
2233
- RequestId?: string;
2405
+ Message?: string | undefined;
2406
+ RequestId?: string | undefined;
2234
2407
  constructor(
2235
2408
  opts: __ExceptionOptionType<ConcurrentUpdatingException, __BaseException>
2236
2409
  );
2237
2410
  }
2238
2411
  export interface CreateAccountCustomizationRequest {
2239
2412
  AwsAccountId: string | undefined;
2240
- Namespace?: string;
2413
+ Namespace?: string | undefined;
2241
2414
  AccountCustomization: AccountCustomization | undefined;
2242
- Tags?: Tag[];
2415
+ Tags?: Tag[] | undefined;
2243
2416
  }
2244
2417
  export interface CreateAccountCustomizationResponse {
2245
- Arn?: string;
2246
- AwsAccountId?: string;
2247
- Namespace?: string;
2248
- AccountCustomization?: AccountCustomization;
2249
- RequestId?: string;
2250
- Status?: number;
2418
+ Arn?: string | undefined;
2419
+ AwsAccountId?: string | undefined;
2420
+ Namespace?: string | undefined;
2421
+ AccountCustomization?: AccountCustomization | undefined;
2422
+ RequestId?: string | undefined;
2423
+ Status?: number | undefined;
2251
2424
  }
2252
2425
  export declare class ResourceUnavailableException extends __BaseException {
2253
2426
  readonly name: "ResourceUnavailableException";
2254
2427
  readonly $fault: "server";
2255
- Message?: string;
2256
- ResourceType?: ExceptionResourceType;
2257
- RequestId?: string;
2428
+ Message?: string | undefined;
2429
+ ResourceType?: ExceptionResourceType | undefined;
2430
+ RequestId?: string | undefined;
2258
2431
  constructor(
2259
2432
  opts: __ExceptionOptionType<ResourceUnavailableException, __BaseException>
2260
2433
  );
2261
2434
  }
2262
2435
  export interface CreateAccountSubscriptionRequest {
2263
- Edition?: Edition;
2436
+ Edition?: Edition | undefined;
2264
2437
  AuthenticationMethod: AuthenticationMethodOption | undefined;
2265
2438
  AwsAccountId: string | undefined;
2266
2439
  AccountName: string | undefined;
2267
2440
  NotificationEmail: string | undefined;
2268
- ActiveDirectoryName?: string;
2269
- Realm?: string;
2270
- DirectoryId?: string;
2271
- AdminGroup?: string[];
2272
- AuthorGroup?: string[];
2273
- ReaderGroup?: string[];
2274
- AdminProGroup?: string[];
2275
- AuthorProGroup?: string[];
2276
- ReaderProGroup?: string[];
2277
- FirstName?: string;
2278
- LastName?: string;
2279
- EmailAddress?: string;
2280
- ContactNumber?: string;
2281
- IAMIdentityCenterInstanceArn?: string;
2441
+ ActiveDirectoryName?: string | undefined;
2442
+ Realm?: string | undefined;
2443
+ DirectoryId?: string | undefined;
2444
+ AdminGroup?: string[] | undefined;
2445
+ AuthorGroup?: string[] | undefined;
2446
+ ReaderGroup?: string[] | undefined;
2447
+ AdminProGroup?: string[] | undefined;
2448
+ AuthorProGroup?: string[] | undefined;
2449
+ ReaderProGroup?: string[] | undefined;
2450
+ FirstName?: string | undefined;
2451
+ LastName?: string | undefined;
2452
+ EmailAddress?: string | undefined;
2453
+ ContactNumber?: string | undefined;
2454
+ IAMIdentityCenterInstanceArn?: string | undefined;
2282
2455
  }
2283
2456
  export interface SignupResponse {
2284
- IAMUser?: boolean;
2285
- userLoginName?: string;
2286
- accountName?: string;
2287
- directoryType?: string;
2457
+ IAMUser?: boolean | undefined;
2458
+ userLoginName?: string | undefined;
2459
+ accountName?: string | undefined;
2460
+ directoryType?: string | undefined;
2288
2461
  }
2289
2462
  export interface CreateAccountSubscriptionResponse {
2290
- SignupResponse?: SignupResponse;
2291
- Status?: number;
2292
- RequestId?: string;
2463
+ SignupResponse?: SignupResponse | undefined;
2464
+ Status?: number | undefined;
2465
+ RequestId?: string | undefined;
2293
2466
  }
2294
2467
  export declare class PreconditionNotMetException extends __BaseException {
2295
2468
  readonly name: "PreconditionNotMetException";
2296
2469
  readonly $fault: "client";
2297
- Message?: string;
2298
- RequestId?: string;
2470
+ Message?: string | undefined;
2471
+ RequestId?: string | undefined;
2299
2472
  constructor(
2300
2473
  opts: __ExceptionOptionType<PreconditionNotMetException, __BaseException>
2301
2474
  );
@@ -2317,10 +2490,10 @@ export interface StringParameter {
2317
2490
  Values: string[] | undefined;
2318
2491
  }
2319
2492
  export interface _Parameters {
2320
- StringParameters?: StringParameter[];
2321
- IntegerParameters?: IntegerParameter[];
2322
- DecimalParameters?: DecimalParameter[];
2323
- DateTimeParameters?: DateTimeParameter[];
2493
+ StringParameters?: StringParameter[] | undefined;
2494
+ IntegerParameters?: IntegerParameter[] | undefined;
2495
+ DecimalParameters?: DecimalParameter[] | undefined;
2496
+ DateTimeParameters?: DateTimeParameter[] | undefined;
2324
2497
  }
2325
2498
  export interface ResourcePermission {
2326
2499
  Principal: string | undefined;
@@ -2339,28 +2512,28 @@ export interface CreateAnalysisRequest {
2339
2512
  AwsAccountId: string | undefined;
2340
2513
  AnalysisId: string | undefined;
2341
2514
  Name: string | undefined;
2342
- Parameters?: _Parameters;
2343
- Permissions?: ResourcePermission[];
2344
- SourceEntity?: AnalysisSourceEntity;
2345
- ThemeArn?: string;
2346
- Tags?: Tag[];
2347
- Definition?: AnalysisDefinition;
2348
- ValidationStrategy?: ValidationStrategy;
2349
- FolderArns?: string[];
2515
+ Parameters?: _Parameters | undefined;
2516
+ Permissions?: ResourcePermission[] | undefined;
2517
+ SourceEntity?: AnalysisSourceEntity | undefined;
2518
+ ThemeArn?: string | undefined;
2519
+ Tags?: Tag[] | undefined;
2520
+ Definition?: AnalysisDefinition | undefined;
2521
+ ValidationStrategy?: ValidationStrategy | undefined;
2522
+ FolderArns?: string[] | undefined;
2350
2523
  }
2351
2524
  export interface CreateAnalysisResponse {
2352
- Arn?: string;
2353
- AnalysisId?: string;
2354
- CreationStatus?: ResourceStatus;
2355
- Status?: number;
2356
- RequestId?: string;
2525
+ Arn?: string | undefined;
2526
+ AnalysisId?: string | undefined;
2527
+ CreationStatus?: ResourceStatus | undefined;
2528
+ Status?: number | undefined;
2529
+ RequestId?: string | undefined;
2357
2530
  }
2358
2531
  export declare class LimitExceededException extends __BaseException {
2359
2532
  readonly name: "LimitExceededException";
2360
2533
  readonly $fault: "client";
2361
- Message?: string;
2362
- ResourceType?: ExceptionResourceType;
2363
- RequestId?: string;
2534
+ Message?: string | undefined;
2535
+ ResourceType?: ExceptionResourceType | undefined;
2536
+ RequestId?: string | undefined;
2364
2537
  constructor(
2365
2538
  opts: __ExceptionOptionType<LimitExceededException, __BaseException>
2366
2539
  );
@@ -2368,8 +2541,8 @@ export declare class LimitExceededException extends __BaseException {
2368
2541
  export declare class UnsupportedUserEditionException extends __BaseException {
2369
2542
  readonly name: "UnsupportedUserEditionException";
2370
2543
  readonly $fault: "client";
2371
- Message?: string;
2372
- RequestId?: string;
2544
+ Message?: string | undefined;
2545
+ RequestId?: string | undefined;
2373
2546
  constructor(
2374
2547
  opts: __ExceptionOptionType<
2375
2548
  UnsupportedUserEditionException,
@@ -2377,23 +2550,62 @@ export declare class UnsupportedUserEditionException extends __BaseException {
2377
2550
  >
2378
2551
  );
2379
2552
  }
2553
+ export interface CreateBrandRequest {
2554
+ AwsAccountId: string | undefined;
2555
+ BrandId: string | undefined;
2556
+ BrandDefinition?: BrandDefinition | undefined;
2557
+ Tags?: Tag[] | undefined;
2558
+ }
2559
+ export interface CreateBrandResponse {
2560
+ RequestId?: string | undefined;
2561
+ BrandDetail?: BrandDetail | undefined;
2562
+ BrandDefinition?: BrandDefinition | undefined;
2563
+ }
2564
+ export declare class InternalServerException extends __BaseException {
2565
+ readonly name: "InternalServerException";
2566
+ readonly $fault: "server";
2567
+ Message: string | undefined;
2568
+ constructor(
2569
+ opts: __ExceptionOptionType<InternalServerException, __BaseException>
2570
+ );
2571
+ }
2572
+ export declare class InvalidRequestException extends __BaseException {
2573
+ readonly name: "InvalidRequestException";
2574
+ readonly $fault: "client";
2575
+ Message?: string | undefined;
2576
+ RequestId?: string | undefined;
2577
+ constructor(
2578
+ opts: __ExceptionOptionType<InvalidRequestException, __BaseException>
2579
+ );
2580
+ }
2380
2581
  export interface CreateColumnsOperation {
2381
2582
  Columns: CalculatedColumn[] | undefined;
2382
2583
  }
2584
+ export interface CreateCustomPermissionsRequest {
2585
+ AwsAccountId: string | undefined;
2586
+ CustomPermissionsName: string | undefined;
2587
+ Capabilities?: Capabilities | undefined;
2588
+ Tags?: Tag[] | undefined;
2589
+ }
2590
+ export interface CreateCustomPermissionsResponse {
2591
+ Status?: number | undefined;
2592
+ Arn?: string | undefined;
2593
+ RequestId?: string | undefined;
2594
+ }
2383
2595
  export interface DataPointDrillUpDownOption {
2384
- AvailabilityStatus?: DashboardBehavior;
2596
+ AvailabilityStatus?: DashboardBehavior | undefined;
2385
2597
  }
2386
2598
  export interface DataPointMenuLabelOption {
2387
- AvailabilityStatus?: DashboardBehavior;
2599
+ AvailabilityStatus?: DashboardBehavior | undefined;
2388
2600
  }
2389
2601
  export interface DataPointTooltipOption {
2390
- AvailabilityStatus?: DashboardBehavior;
2602
+ AvailabilityStatus?: DashboardBehavior | undefined;
2391
2603
  }
2392
2604
  export interface ExportToCSVOption {
2393
- AvailabilityStatus?: DashboardBehavior;
2605
+ AvailabilityStatus?: DashboardBehavior | undefined;
2394
2606
  }
2395
2607
  export interface ExportWithHiddenFieldsOption {
2396
- AvailabilityStatus?: DashboardBehavior;
2608
+ AvailabilityStatus?: DashboardBehavior | undefined;
2397
2609
  }
2398
2610
  export declare const DashboardUIState: {
2399
2611
  readonly COLLAPSED: "COLLAPSED";
@@ -2402,80 +2614,82 @@ export declare const DashboardUIState: {
2402
2614
  export type DashboardUIState =
2403
2615
  (typeof DashboardUIState)[keyof typeof DashboardUIState];
2404
2616
  export interface SheetControlsOption {
2405
- VisibilityState?: DashboardUIState;
2617
+ VisibilityState?: DashboardUIState | undefined;
2406
2618
  }
2407
2619
  export interface SheetLayoutElementMaximizationOption {
2408
- AvailabilityStatus?: DashboardBehavior;
2620
+ AvailabilityStatus?: DashboardBehavior | undefined;
2409
2621
  }
2410
2622
  export interface VisualAxisSortOption {
2411
- AvailabilityStatus?: DashboardBehavior;
2623
+ AvailabilityStatus?: DashboardBehavior | undefined;
2412
2624
  }
2413
2625
  export interface ExportHiddenFieldsOption {
2414
- AvailabilityStatus?: DashboardBehavior;
2626
+ AvailabilityStatus?: DashboardBehavior | undefined;
2415
2627
  }
2416
2628
  export interface DashboardVisualPublishOptions {
2417
- ExportHiddenFieldsOption?: ExportHiddenFieldsOption;
2629
+ ExportHiddenFieldsOption?: ExportHiddenFieldsOption | undefined;
2418
2630
  }
2419
2631
  export interface DashboardPublishOptions {
2420
- AdHocFilteringOption?: AdHocFilteringOption;
2421
- ExportToCSVOption?: ExportToCSVOption;
2422
- SheetControlsOption?: SheetControlsOption;
2423
- VisualPublishOptions?: DashboardVisualPublishOptions;
2424
- SheetLayoutElementMaximizationOption?: SheetLayoutElementMaximizationOption;
2425
- VisualMenuOption?: VisualMenuOption;
2426
- VisualAxisSortOption?: VisualAxisSortOption;
2427
- ExportWithHiddenFieldsOption?: ExportWithHiddenFieldsOption;
2428
- DataPointDrillUpDownOption?: DataPointDrillUpDownOption;
2429
- DataPointMenuLabelOption?: DataPointMenuLabelOption;
2430
- DataPointTooltipOption?: DataPointTooltipOption;
2632
+ AdHocFilteringOption?: AdHocFilteringOption | undefined;
2633
+ ExportToCSVOption?: ExportToCSVOption | undefined;
2634
+ SheetControlsOption?: SheetControlsOption | undefined;
2635
+ VisualPublishOptions?: DashboardVisualPublishOptions | undefined;
2636
+ SheetLayoutElementMaximizationOption?:
2637
+ | SheetLayoutElementMaximizationOption
2638
+ | undefined;
2639
+ VisualMenuOption?: VisualMenuOption | undefined;
2640
+ VisualAxisSortOption?: VisualAxisSortOption | undefined;
2641
+ ExportWithHiddenFieldsOption?: ExportWithHiddenFieldsOption | undefined;
2642
+ DataPointDrillUpDownOption?: DataPointDrillUpDownOption | undefined;
2643
+ DataPointMenuLabelOption?: DataPointMenuLabelOption | undefined;
2644
+ DataPointTooltipOption?: DataPointTooltipOption | undefined;
2431
2645
  }
2432
2646
  export interface DashboardVersionDefinition {
2433
2647
  DataSetIdentifierDeclarations: DataSetIdentifierDeclaration[] | undefined;
2434
- Sheets?: SheetDefinition[];
2435
- CalculatedFields?: CalculatedField[];
2436
- ParameterDeclarations?: ParameterDeclaration[];
2437
- FilterGroups?: FilterGroup[];
2438
- ColumnConfigurations?: ColumnConfiguration[];
2439
- AnalysisDefaults?: AnalysisDefaults;
2440
- Options?: AssetOptions;
2648
+ Sheets?: SheetDefinition[] | undefined;
2649
+ CalculatedFields?: CalculatedField[] | undefined;
2650
+ ParameterDeclarations?: ParameterDeclaration[] | undefined;
2651
+ FilterGroups?: FilterGroup[] | undefined;
2652
+ ColumnConfigurations?: ColumnConfiguration[] | undefined;
2653
+ AnalysisDefaults?: AnalysisDefaults | undefined;
2654
+ Options?: AssetOptions | undefined;
2441
2655
  }
2442
2656
  export interface LinkSharingConfiguration {
2443
- Permissions?: ResourcePermission[];
2657
+ Permissions?: ResourcePermission[] | undefined;
2444
2658
  }
2445
2659
  export interface DashboardSourceTemplate {
2446
2660
  DataSetReferences: DataSetReference[] | undefined;
2447
2661
  Arn: string | undefined;
2448
2662
  }
2449
2663
  export interface DashboardSourceEntity {
2450
- SourceTemplate?: DashboardSourceTemplate;
2664
+ SourceTemplate?: DashboardSourceTemplate | undefined;
2451
2665
  }
2452
2666
  export interface CreateDashboardRequest {
2453
2667
  AwsAccountId: string | undefined;
2454
2668
  DashboardId: string | undefined;
2455
2669
  Name: string | undefined;
2456
- Parameters?: _Parameters;
2457
- Permissions?: ResourcePermission[];
2458
- SourceEntity?: DashboardSourceEntity;
2459
- Tags?: Tag[];
2460
- VersionDescription?: string;
2461
- DashboardPublishOptions?: DashboardPublishOptions;
2462
- ThemeArn?: string;
2463
- Definition?: DashboardVersionDefinition;
2464
- ValidationStrategy?: ValidationStrategy;
2465
- FolderArns?: string[];
2466
- LinkSharingConfiguration?: LinkSharingConfiguration;
2467
- LinkEntities?: string[];
2670
+ Parameters?: _Parameters | undefined;
2671
+ Permissions?: ResourcePermission[] | undefined;
2672
+ SourceEntity?: DashboardSourceEntity | undefined;
2673
+ Tags?: Tag[] | undefined;
2674
+ VersionDescription?: string | undefined;
2675
+ DashboardPublishOptions?: DashboardPublishOptions | undefined;
2676
+ ThemeArn?: string | undefined;
2677
+ Definition?: DashboardVersionDefinition | undefined;
2678
+ ValidationStrategy?: ValidationStrategy | undefined;
2679
+ FolderArns?: string[] | undefined;
2680
+ LinkSharingConfiguration?: LinkSharingConfiguration | undefined;
2681
+ LinkEntities?: string[] | undefined;
2468
2682
  }
2469
2683
  export interface CreateDashboardResponse {
2470
- Arn?: string;
2471
- VersionArn?: string;
2472
- DashboardId?: string;
2473
- CreationStatus?: ResourceStatus;
2474
- Status?: number;
2475
- RequestId?: string;
2684
+ Arn?: string | undefined;
2685
+ VersionArn?: string | undefined;
2686
+ DashboardId?: string | undefined;
2687
+ CreationStatus?: ResourceStatus | undefined;
2688
+ Status?: number | undefined;
2689
+ RequestId?: string | undefined;
2476
2690
  }
2477
2691
  export interface DateTimeDatasetParameterDefaultValues {
2478
- StaticValues?: Date[];
2692
+ StaticValues?: Date[] | undefined;
2479
2693
  }
2480
2694
  export declare const DatasetParameterValueType: {
2481
2695
  readonly MULTI_VALUED: "MULTI_VALUED";
@@ -2487,343 +2701,42 @@ export interface DateTimeDatasetParameter {
2487
2701
  Id: string | undefined;
2488
2702
  Name: string | undefined;
2489
2703
  ValueType: DatasetParameterValueType | undefined;
2490
- TimeGranularity?: TimeGranularity;
2491
- DefaultValues?: DateTimeDatasetParameterDefaultValues;
2704
+ TimeGranularity?: TimeGranularity | undefined;
2705
+ DefaultValues?: DateTimeDatasetParameterDefaultValues | undefined;
2492
2706
  }
2493
2707
  export interface DecimalDatasetParameterDefaultValues {
2494
- StaticValues?: number[];
2708
+ StaticValues?: number[] | undefined;
2495
2709
  }
2496
2710
  export interface DecimalDatasetParameter {
2497
2711
  Id: string | undefined;
2498
2712
  Name: string | undefined;
2499
2713
  ValueType: DatasetParameterValueType | undefined;
2500
- DefaultValues?: DecimalDatasetParameterDefaultValues;
2714
+ DefaultValues?: DecimalDatasetParameterDefaultValues | undefined;
2501
2715
  }
2502
2716
  export interface IntegerDatasetParameterDefaultValues {
2503
- StaticValues?: number[];
2717
+ StaticValues?: number[] | undefined;
2504
2718
  }
2505
2719
  export interface IntegerDatasetParameter {
2506
2720
  Id: string | undefined;
2507
2721
  Name: string | undefined;
2508
2722
  ValueType: DatasetParameterValueType | undefined;
2509
- DefaultValues?: IntegerDatasetParameterDefaultValues;
2723
+ DefaultValues?: IntegerDatasetParameterDefaultValues | undefined;
2510
2724
  }
2511
2725
  export interface StringDatasetParameterDefaultValues {
2512
- StaticValues?: string[];
2726
+ StaticValues?: string[] | undefined;
2513
2727
  }
2514
2728
  export interface StringDatasetParameter {
2515
2729
  Id: string | undefined;
2516
2730
  Name: string | undefined;
2517
2731
  ValueType: DatasetParameterValueType | undefined;
2518
- DefaultValues?: StringDatasetParameterDefaultValues;
2732
+ DefaultValues?: StringDatasetParameterDefaultValues | undefined;
2519
2733
  }
2520
2734
  export interface DatasetParameter {
2521
- StringDatasetParameter?: StringDatasetParameter;
2522
- DecimalDatasetParameter?: DecimalDatasetParameter;
2523
- IntegerDatasetParameter?: IntegerDatasetParameter;
2524
- DateTimeDatasetParameter?: DateTimeDatasetParameter;
2525
- }
2526
- export interface DataSetUsageConfiguration {
2527
- DisableUseAsDirectQuerySource?: boolean;
2528
- DisableUseAsImportedSource?: boolean;
2529
- }
2530
- export interface FieldFolder {
2531
- description?: string;
2532
- columns?: string[];
2533
- }
2534
- export declare const DataSetImportMode: {
2535
- readonly DIRECT_QUERY: "DIRECT_QUERY";
2536
- readonly SPICE: "SPICE";
2537
- };
2538
- export type DataSetImportMode =
2539
- (typeof DataSetImportMode)[keyof typeof DataSetImportMode];
2540
- export interface FilterOperation {
2541
- ConditionExpression: string | undefined;
2542
- }
2543
- export interface NewDefaultValues {
2544
- StringStaticValues?: string[];
2545
- DecimalStaticValues?: number[];
2546
- DateTimeStaticValues?: Date[];
2547
- IntegerStaticValues?: number[];
2548
- }
2549
- export interface OverrideDatasetParameterOperation {
2550
- ParameterName: string | undefined;
2551
- NewParameterName?: string;
2552
- NewDefaultValues?: NewDefaultValues;
2553
- }
2554
- export interface ProjectOperation {
2555
- ProjectedColumns: string[] | undefined;
2556
- }
2557
- export interface RenameColumnOperation {
2558
- ColumnName: string | undefined;
2559
- NewColumnName: string | undefined;
2560
- }
2561
- export interface TagColumnOperation {
2562
- ColumnName: string | undefined;
2563
- Tags: ColumnTag[] | undefined;
2564
- }
2565
- export interface UntagColumnOperation {
2566
- ColumnName: string | undefined;
2567
- TagNames: ColumnTagName[] | undefined;
2568
- }
2569
- export type TransformOperation =
2570
- | TransformOperation.CastColumnTypeOperationMember
2571
- | TransformOperation.CreateColumnsOperationMember
2572
- | TransformOperation.FilterOperationMember
2573
- | TransformOperation.OverrideDatasetParameterOperationMember
2574
- | TransformOperation.ProjectOperationMember
2575
- | TransformOperation.RenameColumnOperationMember
2576
- | TransformOperation.TagColumnOperationMember
2577
- | TransformOperation.UntagColumnOperationMember
2578
- | TransformOperation.$UnknownMember;
2579
- export declare namespace TransformOperation {
2580
- interface ProjectOperationMember {
2581
- ProjectOperation: ProjectOperation;
2582
- FilterOperation?: never;
2583
- CreateColumnsOperation?: never;
2584
- RenameColumnOperation?: never;
2585
- CastColumnTypeOperation?: never;
2586
- TagColumnOperation?: never;
2587
- UntagColumnOperation?: never;
2588
- OverrideDatasetParameterOperation?: never;
2589
- $unknown?: never;
2590
- }
2591
- interface FilterOperationMember {
2592
- ProjectOperation?: never;
2593
- FilterOperation: FilterOperation;
2594
- CreateColumnsOperation?: never;
2595
- RenameColumnOperation?: never;
2596
- CastColumnTypeOperation?: never;
2597
- TagColumnOperation?: never;
2598
- UntagColumnOperation?: never;
2599
- OverrideDatasetParameterOperation?: never;
2600
- $unknown?: never;
2601
- }
2602
- interface CreateColumnsOperationMember {
2603
- ProjectOperation?: never;
2604
- FilterOperation?: never;
2605
- CreateColumnsOperation: CreateColumnsOperation;
2606
- RenameColumnOperation?: never;
2607
- CastColumnTypeOperation?: never;
2608
- TagColumnOperation?: never;
2609
- UntagColumnOperation?: never;
2610
- OverrideDatasetParameterOperation?: never;
2611
- $unknown?: never;
2612
- }
2613
- interface RenameColumnOperationMember {
2614
- ProjectOperation?: never;
2615
- FilterOperation?: never;
2616
- CreateColumnsOperation?: never;
2617
- RenameColumnOperation: RenameColumnOperation;
2618
- CastColumnTypeOperation?: never;
2619
- TagColumnOperation?: never;
2620
- UntagColumnOperation?: never;
2621
- OverrideDatasetParameterOperation?: never;
2622
- $unknown?: never;
2623
- }
2624
- interface CastColumnTypeOperationMember {
2625
- ProjectOperation?: never;
2626
- FilterOperation?: never;
2627
- CreateColumnsOperation?: never;
2628
- RenameColumnOperation?: never;
2629
- CastColumnTypeOperation: CastColumnTypeOperation;
2630
- TagColumnOperation?: never;
2631
- UntagColumnOperation?: never;
2632
- OverrideDatasetParameterOperation?: never;
2633
- $unknown?: never;
2634
- }
2635
- interface TagColumnOperationMember {
2636
- ProjectOperation?: never;
2637
- FilterOperation?: never;
2638
- CreateColumnsOperation?: never;
2639
- RenameColumnOperation?: never;
2640
- CastColumnTypeOperation?: never;
2641
- TagColumnOperation: TagColumnOperation;
2642
- UntagColumnOperation?: never;
2643
- OverrideDatasetParameterOperation?: never;
2644
- $unknown?: never;
2645
- }
2646
- interface UntagColumnOperationMember {
2647
- ProjectOperation?: never;
2648
- FilterOperation?: never;
2649
- CreateColumnsOperation?: never;
2650
- RenameColumnOperation?: never;
2651
- CastColumnTypeOperation?: never;
2652
- TagColumnOperation?: never;
2653
- UntagColumnOperation: UntagColumnOperation;
2654
- OverrideDatasetParameterOperation?: never;
2655
- $unknown?: never;
2656
- }
2657
- interface OverrideDatasetParameterOperationMember {
2658
- ProjectOperation?: never;
2659
- FilterOperation?: never;
2660
- CreateColumnsOperation?: never;
2661
- RenameColumnOperation?: never;
2662
- CastColumnTypeOperation?: never;
2663
- TagColumnOperation?: never;
2664
- UntagColumnOperation?: never;
2665
- OverrideDatasetParameterOperation: OverrideDatasetParameterOperation;
2666
- $unknown?: never;
2667
- }
2668
- interface $UnknownMember {
2669
- ProjectOperation?: never;
2670
- FilterOperation?: never;
2671
- CreateColumnsOperation?: never;
2672
- RenameColumnOperation?: never;
2673
- CastColumnTypeOperation?: never;
2674
- TagColumnOperation?: never;
2675
- UntagColumnOperation?: never;
2676
- OverrideDatasetParameterOperation?: never;
2677
- $unknown: [string, any];
2678
- }
2679
- interface Visitor<T> {
2680
- ProjectOperation: (value: ProjectOperation) => T;
2681
- FilterOperation: (value: FilterOperation) => T;
2682
- CreateColumnsOperation: (value: CreateColumnsOperation) => T;
2683
- RenameColumnOperation: (value: RenameColumnOperation) => T;
2684
- CastColumnTypeOperation: (value: CastColumnTypeOperation) => T;
2685
- TagColumnOperation: (value: TagColumnOperation) => T;
2686
- UntagColumnOperation: (value: UntagColumnOperation) => T;
2687
- OverrideDatasetParameterOperation: (
2688
- value: OverrideDatasetParameterOperation
2689
- ) => T;
2690
- _: (name: string, value: any) => T;
2691
- }
2692
- const visit: <T>(value: TransformOperation, visitor: Visitor<T>) => T;
2693
- }
2694
- export interface JoinKeyProperties {
2695
- UniqueKey?: boolean;
2696
- }
2697
- export declare const JoinType: {
2698
- readonly INNER: "INNER";
2699
- readonly LEFT: "LEFT";
2700
- readonly OUTER: "OUTER";
2701
- readonly RIGHT: "RIGHT";
2702
- };
2703
- export type JoinType = (typeof JoinType)[keyof typeof JoinType];
2704
- export interface JoinInstruction {
2705
- LeftOperand: string | undefined;
2706
- RightOperand: string | undefined;
2707
- LeftJoinKeyProperties?: JoinKeyProperties;
2708
- RightJoinKeyProperties?: JoinKeyProperties;
2709
- Type: JoinType | undefined;
2710
- OnClause: string | undefined;
2711
- }
2712
- export interface LogicalTableSource {
2713
- JoinInstruction?: JoinInstruction;
2714
- PhysicalTableId?: string;
2715
- DataSetArn?: string;
2716
- }
2717
- export interface LogicalTable {
2718
- Alias: string | undefined;
2719
- DataTransforms?: TransformOperation[];
2720
- Source: LogicalTableSource | undefined;
2721
- }
2722
- export declare const InputColumnDataType: {
2723
- readonly BIT: "BIT";
2724
- readonly BOOLEAN: "BOOLEAN";
2725
- readonly DATETIME: "DATETIME";
2726
- readonly DECIMAL: "DECIMAL";
2727
- readonly INTEGER: "INTEGER";
2728
- readonly JSON: "JSON";
2729
- readonly STRING: "STRING";
2730
- };
2731
- export type InputColumnDataType =
2732
- (typeof InputColumnDataType)[keyof typeof InputColumnDataType];
2733
- export interface InputColumn {
2734
- Name: string | undefined;
2735
- Type: InputColumnDataType | undefined;
2736
- SubType?: ColumnDataSubType;
2735
+ StringDatasetParameter?: StringDatasetParameter | undefined;
2736
+ DecimalDatasetParameter?: DecimalDatasetParameter | undefined;
2737
+ IntegerDatasetParameter?: IntegerDatasetParameter | undefined;
2738
+ DateTimeDatasetParameter?: DateTimeDatasetParameter | undefined;
2737
2739
  }
2738
- export interface CustomSql {
2739
- DataSourceArn: string | undefined;
2740
- Name: string | undefined;
2741
- SqlQuery: string | undefined;
2742
- Columns?: InputColumn[];
2743
- }
2744
- export interface RelationalTable {
2745
- DataSourceArn: string | undefined;
2746
- Catalog?: string;
2747
- Schema?: string;
2748
- Name: string | undefined;
2749
- InputColumns: InputColumn[] | undefined;
2750
- }
2751
- export declare const FileFormat: {
2752
- readonly CLF: "CLF";
2753
- readonly CSV: "CSV";
2754
- readonly ELF: "ELF";
2755
- readonly JSON: "JSON";
2756
- readonly TSV: "TSV";
2757
- readonly XLSX: "XLSX";
2758
- };
2759
- export type FileFormat = (typeof FileFormat)[keyof typeof FileFormat];
2760
- export declare const TextQualifier: {
2761
- readonly DOUBLE_QUOTE: "DOUBLE_QUOTE";
2762
- readonly SINGLE_QUOTE: "SINGLE_QUOTE";
2763
- };
2764
- export type TextQualifier = (typeof TextQualifier)[keyof typeof TextQualifier];
2765
- export interface UploadSettings {
2766
- Format?: FileFormat;
2767
- StartFromRow?: number;
2768
- ContainsHeader?: boolean;
2769
- TextQualifier?: TextQualifier;
2770
- Delimiter?: string;
2771
- }
2772
- export interface S3Source {
2773
- DataSourceArn: string | undefined;
2774
- UploadSettings?: UploadSettings;
2775
- InputColumns: InputColumn[] | undefined;
2776
- }
2777
- export type PhysicalTable =
2778
- | PhysicalTable.CustomSqlMember
2779
- | PhysicalTable.RelationalTableMember
2780
- | PhysicalTable.S3SourceMember
2781
- | PhysicalTable.$UnknownMember;
2782
- export declare namespace PhysicalTable {
2783
- interface RelationalTableMember {
2784
- RelationalTable: RelationalTable;
2785
- CustomSql?: never;
2786
- S3Source?: never;
2787
- $unknown?: never;
2788
- }
2789
- interface CustomSqlMember {
2790
- RelationalTable?: never;
2791
- CustomSql: CustomSql;
2792
- S3Source?: never;
2793
- $unknown?: never;
2794
- }
2795
- interface S3SourceMember {
2796
- RelationalTable?: never;
2797
- CustomSql?: never;
2798
- S3Source: S3Source;
2799
- $unknown?: never;
2800
- }
2801
- interface $UnknownMember {
2802
- RelationalTable?: never;
2803
- CustomSql?: never;
2804
- S3Source?: never;
2805
- $unknown: [string, any];
2806
- }
2807
- interface Visitor<T> {
2808
- RelationalTable: (value: RelationalTable) => T;
2809
- CustomSql: (value: CustomSql) => T;
2810
- S3Source: (value: S3Source) => T;
2811
- _: (name: string, value: any) => T;
2812
- }
2813
- const visit: <T>(value: PhysicalTable, visitor: Visitor<T>) => T;
2814
- }
2815
- export declare const RowLevelPermissionFormatVersion: {
2816
- readonly VERSION_1: "VERSION_1";
2817
- readonly VERSION_2: "VERSION_2";
2818
- };
2819
- export type RowLevelPermissionFormatVersion =
2820
- (typeof RowLevelPermissionFormatVersion)[keyof typeof RowLevelPermissionFormatVersion];
2821
- export declare const RowLevelPermissionPolicy: {
2822
- readonly DENY_ACCESS: "DENY_ACCESS";
2823
- readonly GRANT_ACCESS: "GRANT_ACCESS";
2824
- };
2825
- export type RowLevelPermissionPolicy =
2826
- (typeof RowLevelPermissionPolicy)[keyof typeof RowLevelPermissionPolicy];
2827
2740
  export declare const TreeMapConfigurationFilterSensitiveLog: (
2828
2741
  obj: TreeMapConfiguration
2829
2742
  ) => any;
@@ -2924,13 +2837,3 @@ export declare const DashboardVersionDefinitionFilterSensitiveLog: (
2924
2837
  export declare const CreateDashboardRequestFilterSensitiveLog: (
2925
2838
  obj: CreateDashboardRequest
2926
2839
  ) => any;
2927
- export declare const FilterOperationFilterSensitiveLog: (
2928
- obj: FilterOperation
2929
- ) => any;
2930
- export declare const TagColumnOperationFilterSensitiveLog: (
2931
- obj: TagColumnOperation
2932
- ) => any;
2933
- export declare const TransformOperationFilterSensitiveLog: (
2934
- obj: TransformOperation
2935
- ) => any;
2936
- export declare const LogicalTableFilterSensitiveLog: (obj: LogicalTable) => any;