@aws-sdk/client-quicksight 3.326.0 → 3.328.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 (187) hide show
  1. package/README.md +144 -0
  2. package/dist-cjs/QuickSight.js +36 -0
  3. package/dist-cjs/commands/CreateTopicCommand.js +46 -0
  4. package/dist-cjs/commands/CreateTopicRefreshScheduleCommand.js +45 -0
  5. package/dist-cjs/commands/CreateVPCConnectionCommand.js +45 -0
  6. package/dist-cjs/commands/DeleteTopicCommand.js +45 -0
  7. package/dist-cjs/commands/DeleteTopicRefreshScheduleCommand.js +45 -0
  8. package/dist-cjs/commands/DeleteVPCConnectionCommand.js +45 -0
  9. package/dist-cjs/commands/DescribeDataSetCommand.js +2 -2
  10. package/dist-cjs/commands/DescribeTemplateDefinitionCommand.js +2 -2
  11. package/dist-cjs/commands/DescribeTopicCommand.js +46 -0
  12. package/dist-cjs/commands/DescribeTopicPermissionsCommand.js +45 -0
  13. package/dist-cjs/commands/DescribeTopicRefreshCommand.js +45 -0
  14. package/dist-cjs/commands/DescribeTopicRefreshScheduleCommand.js +45 -0
  15. package/dist-cjs/commands/DescribeVPCConnectionCommand.js +45 -0
  16. package/dist-cjs/commands/ListTopicRefreshSchedulesCommand.js +45 -0
  17. package/dist-cjs/commands/ListTopicsCommand.js +45 -0
  18. package/dist-cjs/commands/ListVPCConnectionsCommand.js +45 -0
  19. package/dist-cjs/commands/UpdateTopicCommand.js +46 -0
  20. package/dist-cjs/commands/UpdateTopicPermissionsCommand.js +45 -0
  21. package/dist-cjs/commands/UpdateTopicRefreshScheduleCommand.js +45 -0
  22. package/dist-cjs/commands/UpdateVPCConnectionCommand.js +45 -0
  23. package/dist-cjs/commands/index.js +18 -0
  24. package/dist-cjs/models/models_0.js +1 -11
  25. package/dist-cjs/models/models_1.js +46 -50
  26. package/dist-cjs/models/models_2.js +262 -141
  27. package/dist-cjs/models/models_3.js +167 -1
  28. package/dist-cjs/pagination/ListTopicsPaginator.js +29 -0
  29. package/dist-cjs/pagination/ListVPCConnectionsPaginator.js +29 -0
  30. package/dist-cjs/pagination/index.js +2 -0
  31. package/dist-cjs/protocols/Aws_restJson1.js +2076 -307
  32. package/dist-es/QuickSight.js +36 -0
  33. package/dist-es/commands/CreateTopicCommand.js +42 -0
  34. package/dist-es/commands/CreateTopicRefreshScheduleCommand.js +41 -0
  35. package/dist-es/commands/CreateVPCConnectionCommand.js +41 -0
  36. package/dist-es/commands/DeleteTopicCommand.js +41 -0
  37. package/dist-es/commands/DeleteTopicRefreshScheduleCommand.js +41 -0
  38. package/dist-es/commands/DeleteVPCConnectionCommand.js +41 -0
  39. package/dist-es/commands/DescribeDataSetCommand.js +1 -1
  40. package/dist-es/commands/DescribeTemplateDefinitionCommand.js +1 -1
  41. package/dist-es/commands/DescribeTopicCommand.js +42 -0
  42. package/dist-es/commands/DescribeTopicPermissionsCommand.js +41 -0
  43. package/dist-es/commands/DescribeTopicRefreshCommand.js +41 -0
  44. package/dist-es/commands/DescribeTopicRefreshScheduleCommand.js +41 -0
  45. package/dist-es/commands/DescribeVPCConnectionCommand.js +41 -0
  46. package/dist-es/commands/ListTopicRefreshSchedulesCommand.js +41 -0
  47. package/dist-es/commands/ListTopicsCommand.js +41 -0
  48. package/dist-es/commands/ListVPCConnectionsCommand.js +41 -0
  49. package/dist-es/commands/UpdateTopicCommand.js +42 -0
  50. package/dist-es/commands/UpdateTopicPermissionsCommand.js +41 -0
  51. package/dist-es/commands/UpdateTopicRefreshScheduleCommand.js +41 -0
  52. package/dist-es/commands/UpdateVPCConnectionCommand.js +41 -0
  53. package/dist-es/commands/index.js +18 -0
  54. package/dist-es/models/models_0.js +0 -9
  55. package/dist-es/models/models_1.js +41 -43
  56. package/dist-es/models/models_2.js +242 -135
  57. package/dist-es/models/models_3.js +161 -1
  58. package/dist-es/pagination/ListTopicsPaginator.js +25 -0
  59. package/dist-es/pagination/ListVPCConnectionsPaginator.js +25 -0
  60. package/dist-es/pagination/index.js +2 -0
  61. package/dist-es/protocols/Aws_restJson1.js +2030 -298
  62. package/dist-types/QuickSight.d.ts +126 -0
  63. package/dist-types/QuickSightClient.d.ts +20 -2
  64. package/dist-types/commands/CreateAccountCustomizationCommand.d.ts +1 -1
  65. package/dist-types/commands/CreateAccountSubscriptionCommand.d.ts +1 -1
  66. package/dist-types/commands/CreateAnalysisCommand.d.ts +56 -4
  67. package/dist-types/commands/CreateDashboardCommand.d.ts +56 -4
  68. package/dist-types/commands/CreateDataSetCommand.d.ts +63 -0
  69. package/dist-types/commands/CreateIAMPolicyAssignmentCommand.d.ts +5 -4
  70. package/dist-types/commands/CreateTemplateCommand.d.ts +56 -4
  71. package/dist-types/commands/CreateTopicCommand.d.ts +352 -0
  72. package/dist-types/commands/CreateTopicRefreshScheduleCommand.d.ts +111 -0
  73. package/dist-types/commands/CreateVPCConnectionCommand.d.ts +122 -0
  74. package/dist-types/commands/DeleteTopicCommand.d.ts +94 -0
  75. package/dist-types/commands/DeleteTopicRefreshScheduleCommand.d.ts +102 -0
  76. package/dist-types/commands/DeleteVPCConnectionCommand.d.ts +102 -0
  77. package/dist-types/commands/DescribeAnalysisDefinitionCommand.d.ts +56 -4
  78. package/dist-types/commands/DescribeDashboardDefinitionCommand.d.ts +56 -4
  79. package/dist-types/commands/DescribeDataSetCommand.d.ts +64 -1
  80. package/dist-types/commands/DescribeDataSetPermissionsCommand.d.ts +1 -1
  81. package/dist-types/commands/DescribeDataSetRefreshPropertiesCommand.d.ts +1 -1
  82. package/dist-types/commands/DescribeDataSourceCommand.d.ts +1 -1
  83. package/dist-types/commands/DescribeDataSourcePermissionsCommand.d.ts +1 -1
  84. package/dist-types/commands/DescribeFolderCommand.d.ts +1 -1
  85. package/dist-types/commands/DescribeFolderPermissionsCommand.d.ts +1 -1
  86. package/dist-types/commands/DescribeFolderResolvedPermissionsCommand.d.ts +1 -1
  87. package/dist-types/commands/DescribeGroupCommand.d.ts +1 -1
  88. package/dist-types/commands/DescribeGroupMembershipCommand.d.ts +1 -1
  89. package/dist-types/commands/DescribeIAMPolicyAssignmentCommand.d.ts +3 -2
  90. package/dist-types/commands/DescribeIngestionCommand.d.ts +1 -1
  91. package/dist-types/commands/DescribeIpRestrictionCommand.d.ts +1 -1
  92. package/dist-types/commands/DescribeNamespaceCommand.d.ts +1 -1
  93. package/dist-types/commands/DescribeRefreshScheduleCommand.d.ts +1 -1
  94. package/dist-types/commands/DescribeTemplateAliasCommand.d.ts +1 -1
  95. package/dist-types/commands/DescribeTemplateCommand.d.ts +1 -1
  96. package/dist-types/commands/DescribeTemplateDefinitionCommand.d.ts +57 -5
  97. package/dist-types/commands/DescribeTemplatePermissionsCommand.d.ts +1 -1
  98. package/dist-types/commands/DescribeThemeAliasCommand.d.ts +1 -1
  99. package/dist-types/commands/DescribeThemeCommand.d.ts +1 -1
  100. package/dist-types/commands/DescribeThemePermissionsCommand.d.ts +1 -1
  101. package/dist-types/commands/DescribeTopicCommand.d.ts +336 -0
  102. package/dist-types/commands/DescribeTopicPermissionsCommand.d.ts +99 -0
  103. package/dist-types/commands/DescribeTopicRefreshCommand.d.ts +95 -0
  104. package/dist-types/commands/DescribeTopicRefreshScheduleCommand.d.ts +110 -0
  105. package/dist-types/commands/DescribeUserCommand.d.ts +1 -1
  106. package/dist-types/commands/DescribeVPCConnectionCommand.d.ts +121 -0
  107. package/dist-types/commands/GenerateEmbedUrlForRegisteredUserCommand.d.ts +3 -0
  108. package/dist-types/commands/ListIAMPolicyAssignmentsCommand.d.ts +3 -1
  109. package/dist-types/commands/ListIAMPolicyAssignmentsForUserCommand.d.ts +7 -3
  110. package/dist-types/commands/ListTopicRefreshSchedulesCommand.d.ts +115 -0
  111. package/dist-types/commands/ListTopicsCommand.d.ts +98 -0
  112. package/dist-types/commands/ListVPCConnectionsCommand.d.ts +126 -0
  113. package/dist-types/commands/TagResourceCommand.d.ts +1 -1
  114. package/dist-types/commands/UpdateAnalysisCommand.d.ts +56 -4
  115. package/dist-types/commands/UpdateDashboardCommand.d.ts +56 -4
  116. package/dist-types/commands/UpdateDataSetCommand.d.ts +63 -0
  117. package/dist-types/commands/UpdateIAMPolicyAssignmentCommand.d.ts +3 -4
  118. package/dist-types/commands/UpdateIpRestrictionCommand.d.ts +4 -1
  119. package/dist-types/commands/UpdateTemplateCommand.d.ts +56 -4
  120. package/dist-types/commands/UpdateTopicCommand.d.ts +346 -0
  121. package/dist-types/commands/UpdateTopicPermissionsCommand.d.ts +127 -0
  122. package/dist-types/commands/UpdateTopicRefreshScheduleCommand.d.ts +110 -0
  123. package/dist-types/commands/UpdateVPCConnectionCommand.d.ts +116 -0
  124. package/dist-types/commands/index.d.ts +18 -0
  125. package/dist-types/models/models_0.d.ts +43 -91
  126. package/dist-types/models/models_1.d.ts +210 -281
  127. package/dist-types/models/models_2.d.ts +2375 -2163
  128. package/dist-types/models/models_3.d.ts +2468 -54
  129. package/dist-types/pagination/ListTopicsPaginator.d.ts +7 -0
  130. package/dist-types/pagination/ListVPCConnectionsPaginator.d.ts +7 -0
  131. package/dist-types/pagination/index.d.ts +2 -0
  132. package/dist-types/protocols/Aws_restJson1.d.ts +162 -0
  133. package/dist-types/ts3.4/QuickSight.d.ts +306 -0
  134. package/dist-types/ts3.4/QuickSightClient.d.ts +110 -2
  135. package/dist-types/ts3.4/commands/CreateAccountCustomizationCommand.d.ts +1 -1
  136. package/dist-types/ts3.4/commands/CreateAccountSubscriptionCommand.d.ts +1 -1
  137. package/dist-types/ts3.4/commands/CreateTopicCommand.d.ts +34 -0
  138. package/dist-types/ts3.4/commands/CreateTopicRefreshScheduleCommand.d.ts +41 -0
  139. package/dist-types/ts3.4/commands/CreateVPCConnectionCommand.d.ts +38 -0
  140. package/dist-types/ts3.4/commands/DeleteTopicCommand.d.ts +34 -0
  141. package/dist-types/ts3.4/commands/DeleteTopicRefreshScheduleCommand.d.ts +41 -0
  142. package/dist-types/ts3.4/commands/DeleteVPCConnectionCommand.d.ts +38 -0
  143. package/dist-types/ts3.4/commands/DescribeDataSetCommand.d.ts +1 -1
  144. package/dist-types/ts3.4/commands/DescribeDataSetPermissionsCommand.d.ts +1 -1
  145. package/dist-types/ts3.4/commands/DescribeDataSetRefreshPropertiesCommand.d.ts +1 -1
  146. package/dist-types/ts3.4/commands/DescribeDataSourceCommand.d.ts +1 -1
  147. package/dist-types/ts3.4/commands/DescribeDataSourcePermissionsCommand.d.ts +1 -1
  148. package/dist-types/ts3.4/commands/DescribeFolderCommand.d.ts +1 -1
  149. package/dist-types/ts3.4/commands/DescribeFolderPermissionsCommand.d.ts +1 -1
  150. package/dist-types/ts3.4/commands/DescribeFolderResolvedPermissionsCommand.d.ts +1 -1
  151. package/dist-types/ts3.4/commands/DescribeGroupCommand.d.ts +1 -1
  152. package/dist-types/ts3.4/commands/DescribeGroupMembershipCommand.d.ts +1 -1
  153. package/dist-types/ts3.4/commands/DescribeIAMPolicyAssignmentCommand.d.ts +1 -1
  154. package/dist-types/ts3.4/commands/DescribeIngestionCommand.d.ts +1 -1
  155. package/dist-types/ts3.4/commands/DescribeIpRestrictionCommand.d.ts +1 -1
  156. package/dist-types/ts3.4/commands/DescribeNamespaceCommand.d.ts +1 -1
  157. package/dist-types/ts3.4/commands/DescribeRefreshScheduleCommand.d.ts +1 -1
  158. package/dist-types/ts3.4/commands/DescribeTemplateAliasCommand.d.ts +1 -1
  159. package/dist-types/ts3.4/commands/DescribeTemplateCommand.d.ts +1 -1
  160. package/dist-types/ts3.4/commands/DescribeTemplateDefinitionCommand.d.ts +1 -1
  161. package/dist-types/ts3.4/commands/DescribeTemplatePermissionsCommand.d.ts +1 -1
  162. package/dist-types/ts3.4/commands/DescribeThemeAliasCommand.d.ts +1 -1
  163. package/dist-types/ts3.4/commands/DescribeThemeCommand.d.ts +1 -1
  164. package/dist-types/ts3.4/commands/DescribeThemePermissionsCommand.d.ts +1 -1
  165. package/dist-types/ts3.4/commands/DescribeTopicCommand.d.ts +37 -0
  166. package/dist-types/ts3.4/commands/DescribeTopicPermissionsCommand.d.ts +41 -0
  167. package/dist-types/ts3.4/commands/DescribeTopicRefreshCommand.d.ts +41 -0
  168. package/dist-types/ts3.4/commands/DescribeTopicRefreshScheduleCommand.d.ts +41 -0
  169. package/dist-types/ts3.4/commands/DescribeUserCommand.d.ts +1 -1
  170. package/dist-types/ts3.4/commands/DescribeVPCConnectionCommand.d.ts +41 -0
  171. package/dist-types/ts3.4/commands/ListTopicRefreshSchedulesCommand.d.ts +41 -0
  172. package/dist-types/ts3.4/commands/ListTopicsCommand.d.ts +34 -0
  173. package/dist-types/ts3.4/commands/ListVPCConnectionsCommand.d.ts +38 -0
  174. package/dist-types/ts3.4/commands/UpdateTopicCommand.d.ts +34 -0
  175. package/dist-types/ts3.4/commands/UpdateTopicPermissionsCommand.d.ts +41 -0
  176. package/dist-types/ts3.4/commands/UpdateTopicRefreshScheduleCommand.d.ts +41 -0
  177. package/dist-types/ts3.4/commands/UpdateVPCConnectionCommand.d.ts +38 -0
  178. package/dist-types/ts3.4/commands/index.d.ts +18 -0
  179. package/dist-types/ts3.4/models/models_0.d.ts +12 -22
  180. package/dist-types/ts3.4/models/models_1.d.ts +79 -75
  181. package/dist-types/ts3.4/models/models_2.d.ts +605 -500
  182. package/dist-types/ts3.4/models/models_3.d.ts +737 -9
  183. package/dist-types/ts3.4/pagination/ListTopicsPaginator.d.ts +11 -0
  184. package/dist-types/ts3.4/pagination/ListVPCConnectionsPaginator.d.ts +11 -0
  185. package/dist-types/ts3.4/pagination/index.d.ts +2 -0
  186. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +216 -0
  187. package/package.json +8 -8
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ResourceNotFoundException = exports.ResourceExistsException = exports.ExceptionResourceType = exports.InvalidParameterValueException = exports.InternalFailureException = exports.AuthenticationMethodOption = exports.AssignmentStatus = exports.FilterOperator = exports.AnalysisFilterAttribute = exports.WordCloudWordScaling = exports.WordCloudWordPadding = exports.WordCloudWordOrientation = exports.WordCloudWordCasing = exports.WordCloudCloudLayout = exports.TableOrientation = exports.TableFieldIconSetType = exports.TableCellImageScalingConfiguration = exports.RadarChartShape = exports.PivotTableConditionalFormattingScopeRole = exports.TableTotalsScrollStatus = exports.TableTotalsPlacement = exports.PivotTableSubtotalLevel = exports.PivotTableMetricPlacement = exports.VerticalTextAlignment = exports.TextWrap = exports.TableBorderStyle = exports.ArcThickness = exports.LineChartType = exports.MissingDataTreatmentOption = exports.LineChartMarkerShape = exports.LineChartLineStyle = exports.LineInterpolation = exports.TopBottomComputationType = exports.TopBottomSortOrder = exports.MaximumMinimumComputationType = exports.ForecastComputationSeasonality = exports.HistogramBinType = exports.ColorFillType = exports.GeospatialSelectedPointStyle = exports.ConditionalFormattingIconSetType = exports.Icon = exports.ConditionalFormattingIconDisplayOption = exports.PrimaryValueDisplayType = exports.ComparisonMethod = exports.ArcThicknessOptions = exports.FunnelChartMeasureDataLabelStyle = exports.MapZoomMode = exports.BaseMapStyleType = exports.CustomContentImageScalingConfiguration = exports.CustomContentType = void 0;
4
- exports.HistogramConfigurationFilterSensitiveLog = exports.HistogramFieldWellsFilterSensitiveLog = exports.HistogramAggregatedFieldWellsFilterSensitiveLog = exports.HeatMapVisualFilterSensitiveLog = exports.HeatMapConfigurationFilterSensitiveLog = exports.HeatMapFieldWellsFilterSensitiveLog = exports.HeatMapAggregatedFieldWellsFilterSensitiveLog = exports.GeospatialMapVisualFilterSensitiveLog = exports.GeospatialMapConfigurationFilterSensitiveLog = exports.GeospatialMapFieldWellsFilterSensitiveLog = exports.GeospatialMapAggregatedFieldWellsFilterSensitiveLog = exports.GaugeChartVisualFilterSensitiveLog = exports.GaugeChartConditionalFormattingFilterSensitiveLog = exports.GaugeChartConditionalFormattingOptionFilterSensitiveLog = exports.GaugeChartPrimaryValueConditionalFormattingFilterSensitiveLog = exports.ConditionalFormattingIconFilterSensitiveLog = exports.ConditionalFormattingIconSetFilterSensitiveLog = exports.ConditionalFormattingCustomIconConditionFilterSensitiveLog = exports.GaugeChartArcConditionalFormattingFilterSensitiveLog = exports.GaugeChartConfigurationFilterSensitiveLog = exports.GaugeChartOptionsFilterSensitiveLog = exports.ComparisonConfigurationFilterSensitiveLog = exports.ComparisonFormatConfigurationFilterSensitiveLog = exports.GaugeChartFieldWellsFilterSensitiveLog = exports.FunnelChartVisualFilterSensitiveLog = exports.FunnelChartConfigurationFilterSensitiveLog = exports.FunnelChartFieldWellsFilterSensitiveLog = exports.FunnelChartAggregatedFieldWellsFilterSensitiveLog = exports.FilledMapVisualFilterSensitiveLog = exports.FilledMapConditionalFormattingFilterSensitiveLog = exports.FilledMapConditionalFormattingOptionFilterSensitiveLog = exports.FilledMapShapeConditionalFormattingFilterSensitiveLog = exports.ShapeConditionalFormatFilterSensitiveLog = exports.ConditionalFormattingColorFilterSensitiveLog = exports.ConditionalFormattingSolidColorFilterSensitiveLog = exports.ConditionalFormattingGradientColorFilterSensitiveLog = exports.FilledMapConfigurationFilterSensitiveLog = exports.FilledMapFieldWellsFilterSensitiveLog = exports.FilledMapAggregatedFieldWellsFilterSensitiveLog = exports.EmptyVisualFilterSensitiveLog = exports.CustomContentVisualFilterSensitiveLog = exports.ComboChartVisualFilterSensitiveLog = exports.ResourceUnavailableException = exports.ConflictException = exports.ConcurrentUpdatingException = exports.ColumnTagName = exports.GeoSpatialDataRole = exports.GeoSpatialCountryCode = exports.ColumnDataType = exports.ThrottlingException = void 0;
5
- exports.RadarChartVisualFilterSensitiveLog = exports.RadarChartConfigurationFilterSensitiveLog = exports.RadarChartFieldWellsFilterSensitiveLog = exports.RadarChartAggregatedFieldWellsFilterSensitiveLog = exports.PivotTableVisualFilterSensitiveLog = exports.PivotTableConditionalFormattingFilterSensitiveLog = exports.PivotTableConditionalFormattingOptionFilterSensitiveLog = exports.PivotTableCellConditionalFormattingFilterSensitiveLog = exports.TextConditionalFormatFilterSensitiveLog = exports.PivotTableConfigurationFilterSensitiveLog = exports.PivotTableSortConfigurationFilterSensitiveLog = exports.PivotFieldSortOptionsFilterSensitiveLog = exports.PivotTableSortByFilterSensitiveLog = exports.DataPathSortFilterSensitiveLog = exports.PivotTableFieldWellsFilterSensitiveLog = exports.PivotTableAggregatedFieldWellsFilterSensitiveLog = exports.PivotTableFieldOptionsFilterSensitiveLog = exports.PivotTableDataPathOptionFilterSensitiveLog = exports.PieChartVisualFilterSensitiveLog = exports.PieChartConfigurationFilterSensitiveLog = exports.PieChartFieldWellsFilterSensitiveLog = exports.PieChartAggregatedFieldWellsFilterSensitiveLog = exports.LineChartVisualFilterSensitiveLog = exports.LineChartConfigurationFilterSensitiveLog = exports.SeriesItemFilterSensitiveLog = exports.DataFieldSeriesItemFilterSensitiveLog = exports.LineChartFieldWellsFilterSensitiveLog = exports.LineChartAggregatedFieldWellsFilterSensitiveLog = exports.KPIVisualFilterSensitiveLog = exports.KPIConditionalFormattingFilterSensitiveLog = exports.KPIConditionalFormattingOptionFilterSensitiveLog = exports.KPIProgressBarConditionalFormattingFilterSensitiveLog = exports.KPIPrimaryValueConditionalFormattingFilterSensitiveLog = exports.KPIConfigurationFilterSensitiveLog = exports.KPIOptionsFilterSensitiveLog = exports.KPIFieldWellsFilterSensitiveLog = exports.InsightVisualFilterSensitiveLog = exports.InsightConfigurationFilterSensitiveLog = exports.ComputationFilterSensitiveLog = exports.UniqueValuesComputationFilterSensitiveLog = exports.TotalAggregationComputationFilterSensitiveLog = exports.TopBottomRankedComputationFilterSensitiveLog = exports.TopBottomMoversComputationFilterSensitiveLog = exports.PeriodToDateComputationFilterSensitiveLog = exports.PeriodOverPeriodComputationFilterSensitiveLog = exports.MetricComparisonComputationFilterSensitiveLog = exports.MaximumMinimumComputationFilterSensitiveLog = exports.GrowthRateComputationFilterSensitiveLog = exports.ForecastComputationFilterSensitiveLog = exports.HistogramVisualFilterSensitiveLog = void 0;
6
- exports.CalculatedColumnFilterSensitiveLog = exports.AnalysisDefinitionFilterSensitiveLog = exports.SheetDefinitionFilterSensitiveLog = exports.VisualFilterSensitiveLog = exports.WordCloudVisualFilterSensitiveLog = exports.WordCloudChartConfigurationFilterSensitiveLog = exports.WordCloudFieldWellsFilterSensitiveLog = exports.WordCloudAggregatedFieldWellsFilterSensitiveLog = exports.WaterfallVisualFilterSensitiveLog = exports.WaterfallChartConfigurationFilterSensitiveLog = exports.WaterfallChartFieldWellsFilterSensitiveLog = exports.WaterfallChartAggregatedFieldWellsFilterSensitiveLog = exports.TreeMapVisualFilterSensitiveLog = exports.TreeMapConfigurationFilterSensitiveLog = exports.TreeMapFieldWellsFilterSensitiveLog = exports.TreeMapAggregatedFieldWellsFilterSensitiveLog = exports.TableVisualFilterSensitiveLog = exports.TableConditionalFormattingFilterSensitiveLog = exports.TableConditionalFormattingOptionFilterSensitiveLog = exports.TableRowConditionalFormattingFilterSensitiveLog = exports.TableCellConditionalFormattingFilterSensitiveLog = exports.TableConfigurationFilterSensitiveLog = exports.TableFieldWellsFilterSensitiveLog = exports.TableUnaggregatedFieldWellsFilterSensitiveLog = exports.UnaggregatedFieldFilterSensitiveLog = exports.TableAggregatedFieldWellsFilterSensitiveLog = exports.ScatterPlotVisualFilterSensitiveLog = exports.ScatterPlotConfigurationFilterSensitiveLog = exports.ScatterPlotFieldWellsFilterSensitiveLog = exports.ScatterPlotUnaggregatedFieldWellsFilterSensitiveLog = exports.ScatterPlotCategoricallyAggregatedFieldWellsFilterSensitiveLog = exports.SankeyDiagramVisualFilterSensitiveLog = exports.SankeyDiagramChartConfigurationFilterSensitiveLog = exports.SankeyDiagramFieldWellsFilterSensitiveLog = exports.SankeyDiagramAggregatedFieldWellsFilterSensitiveLog = void 0;
3
+ exports.ResourceExistsException = exports.ExceptionResourceType = exports.InvalidParameterValueException = exports.InternalFailureException = exports.AuthorSpecifiedAggregation = exports.AuthenticationMethodOption = exports.AssignmentStatus = exports.FilterOperator = exports.AnalysisFilterAttribute = exports.WordCloudWordScaling = exports.WordCloudWordPadding = exports.WordCloudWordOrientation = exports.WordCloudWordCasing = exports.WordCloudCloudLayout = exports.TableOrientation = exports.TableFieldIconSetType = exports.TableCellImageScalingConfiguration = exports.RadarChartShape = exports.PivotTableConditionalFormattingScopeRole = exports.TableTotalsScrollStatus = exports.TableTotalsPlacement = exports.PivotTableSubtotalLevel = exports.PivotTableMetricPlacement = exports.VerticalTextAlignment = exports.TextWrap = exports.TableBorderStyle = exports.ArcThickness = exports.LineChartType = exports.MissingDataTreatmentOption = exports.LineChartMarkerShape = exports.LineChartLineStyle = exports.LineInterpolation = exports.TopBottomComputationType = exports.TopBottomSortOrder = exports.MaximumMinimumComputationType = exports.ForecastComputationSeasonality = exports.HistogramBinType = exports.ColorFillType = exports.GeospatialSelectedPointStyle = exports.ConditionalFormattingIconSetType = exports.Icon = exports.ConditionalFormattingIconDisplayOption = exports.PrimaryValueDisplayType = exports.ComparisonMethod = exports.ArcThicknessOptions = exports.FunnelChartMeasureDataLabelStyle = exports.MapZoomMode = exports.BaseMapStyleType = exports.CustomContentImageScalingConfiguration = exports.CustomContentType = void 0;
4
+ exports.HeatMapVisualFilterSensitiveLog = exports.HeatMapConfigurationFilterSensitiveLog = exports.HeatMapFieldWellsFilterSensitiveLog = exports.HeatMapAggregatedFieldWellsFilterSensitiveLog = exports.GeospatialMapVisualFilterSensitiveLog = exports.GeospatialMapConfigurationFilterSensitiveLog = exports.GeospatialMapFieldWellsFilterSensitiveLog = exports.GeospatialMapAggregatedFieldWellsFilterSensitiveLog = exports.GaugeChartVisualFilterSensitiveLog = exports.GaugeChartConditionalFormattingFilterSensitiveLog = exports.GaugeChartConditionalFormattingOptionFilterSensitiveLog = exports.GaugeChartPrimaryValueConditionalFormattingFilterSensitiveLog = exports.ConditionalFormattingIconFilterSensitiveLog = exports.ConditionalFormattingIconSetFilterSensitiveLog = exports.ConditionalFormattingCustomIconConditionFilterSensitiveLog = exports.GaugeChartArcConditionalFormattingFilterSensitiveLog = exports.GaugeChartConfigurationFilterSensitiveLog = exports.GaugeChartOptionsFilterSensitiveLog = exports.ComparisonConfigurationFilterSensitiveLog = exports.ComparisonFormatConfigurationFilterSensitiveLog = exports.GaugeChartFieldWellsFilterSensitiveLog = exports.FunnelChartVisualFilterSensitiveLog = exports.FunnelChartConfigurationFilterSensitiveLog = exports.FunnelChartFieldWellsFilterSensitiveLog = exports.FunnelChartAggregatedFieldWellsFilterSensitiveLog = exports.FilledMapVisualFilterSensitiveLog = exports.FilledMapConditionalFormattingFilterSensitiveLog = exports.FilledMapConditionalFormattingOptionFilterSensitiveLog = exports.FilledMapShapeConditionalFormattingFilterSensitiveLog = exports.ShapeConditionalFormatFilterSensitiveLog = exports.ConditionalFormattingColorFilterSensitiveLog = exports.ConditionalFormattingSolidColorFilterSensitiveLog = exports.ConditionalFormattingGradientColorFilterSensitiveLog = exports.FilledMapConfigurationFilterSensitiveLog = exports.FilledMapFieldWellsFilterSensitiveLog = exports.FilledMapAggregatedFieldWellsFilterSensitiveLog = exports.EmptyVisualFilterSensitiveLog = exports.CustomContentVisualFilterSensitiveLog = exports.ComboChartVisualFilterSensitiveLog = exports.ComboChartConfigurationFilterSensitiveLog = exports.ColumnTagName = exports.GeoSpatialDataRole = exports.ColumnOrderingType = exports.GeoSpatialCountryCode = exports.ColumnDataRole = exports.CategoryFilterType = exports.CategoryFilterFunction = exports.ColumnDataType = exports.ThrottlingException = exports.ResourceNotFoundException = void 0;
5
+ exports.RadarChartAggregatedFieldWellsFilterSensitiveLog = exports.PivotTableVisualFilterSensitiveLog = exports.PivotTableConditionalFormattingFilterSensitiveLog = exports.PivotTableConditionalFormattingOptionFilterSensitiveLog = exports.PivotTableCellConditionalFormattingFilterSensitiveLog = exports.TextConditionalFormatFilterSensitiveLog = exports.PivotTableConfigurationFilterSensitiveLog = exports.PivotTableSortConfigurationFilterSensitiveLog = exports.PivotFieldSortOptionsFilterSensitiveLog = exports.PivotTableSortByFilterSensitiveLog = exports.DataPathSortFilterSensitiveLog = exports.PivotTableFieldWellsFilterSensitiveLog = exports.PivotTableAggregatedFieldWellsFilterSensitiveLog = exports.PivotTableFieldOptionsFilterSensitiveLog = exports.PivotTableDataPathOptionFilterSensitiveLog = exports.PieChartVisualFilterSensitiveLog = exports.PieChartConfigurationFilterSensitiveLog = exports.PieChartFieldWellsFilterSensitiveLog = exports.PieChartAggregatedFieldWellsFilterSensitiveLog = exports.LineChartVisualFilterSensitiveLog = exports.LineChartConfigurationFilterSensitiveLog = exports.SeriesItemFilterSensitiveLog = exports.DataFieldSeriesItemFilterSensitiveLog = exports.LineChartFieldWellsFilterSensitiveLog = exports.LineChartAggregatedFieldWellsFilterSensitiveLog = exports.KPIVisualFilterSensitiveLog = exports.KPIConditionalFormattingFilterSensitiveLog = exports.KPIConditionalFormattingOptionFilterSensitiveLog = exports.KPIProgressBarConditionalFormattingFilterSensitiveLog = exports.KPIPrimaryValueConditionalFormattingFilterSensitiveLog = exports.KPIConfigurationFilterSensitiveLog = exports.KPIOptionsFilterSensitiveLog = exports.KPIFieldWellsFilterSensitiveLog = exports.InsightVisualFilterSensitiveLog = exports.InsightConfigurationFilterSensitiveLog = exports.ComputationFilterSensitiveLog = exports.UniqueValuesComputationFilterSensitiveLog = exports.TotalAggregationComputationFilterSensitiveLog = exports.TopBottomRankedComputationFilterSensitiveLog = exports.TopBottomMoversComputationFilterSensitiveLog = exports.PeriodToDateComputationFilterSensitiveLog = exports.PeriodOverPeriodComputationFilterSensitiveLog = exports.MetricComparisonComputationFilterSensitiveLog = exports.MaximumMinimumComputationFilterSensitiveLog = exports.GrowthRateComputationFilterSensitiveLog = exports.ForecastComputationFilterSensitiveLog = exports.HistogramVisualFilterSensitiveLog = exports.HistogramConfigurationFilterSensitiveLog = exports.HistogramFieldWellsFilterSensitiveLog = exports.HistogramAggregatedFieldWellsFilterSensitiveLog = void 0;
6
+ exports.CalculatedColumnFilterSensitiveLog = exports.AnalysisDefinitionFilterSensitiveLog = exports.SheetDefinitionFilterSensitiveLog = exports.VisualFilterSensitiveLog = exports.WordCloudVisualFilterSensitiveLog = exports.WordCloudChartConfigurationFilterSensitiveLog = exports.WordCloudFieldWellsFilterSensitiveLog = exports.WordCloudAggregatedFieldWellsFilterSensitiveLog = exports.WaterfallVisualFilterSensitiveLog = exports.WaterfallChartConfigurationFilterSensitiveLog = exports.WaterfallChartFieldWellsFilterSensitiveLog = exports.WaterfallChartAggregatedFieldWellsFilterSensitiveLog = exports.TreeMapVisualFilterSensitiveLog = exports.TreeMapConfigurationFilterSensitiveLog = exports.TreeMapFieldWellsFilterSensitiveLog = exports.TreeMapAggregatedFieldWellsFilterSensitiveLog = exports.TableVisualFilterSensitiveLog = exports.TableConditionalFormattingFilterSensitiveLog = exports.TableConditionalFormattingOptionFilterSensitiveLog = exports.TableRowConditionalFormattingFilterSensitiveLog = exports.TableCellConditionalFormattingFilterSensitiveLog = exports.TableConfigurationFilterSensitiveLog = exports.TableFieldWellsFilterSensitiveLog = exports.TableUnaggregatedFieldWellsFilterSensitiveLog = exports.UnaggregatedFieldFilterSensitiveLog = exports.TableAggregatedFieldWellsFilterSensitiveLog = exports.ScatterPlotVisualFilterSensitiveLog = exports.ScatterPlotConfigurationFilterSensitiveLog = exports.ScatterPlotFieldWellsFilterSensitiveLog = exports.ScatterPlotUnaggregatedFieldWellsFilterSensitiveLog = exports.ScatterPlotCategoricallyAggregatedFieldWellsFilterSensitiveLog = exports.SankeyDiagramVisualFilterSensitiveLog = exports.SankeyDiagramChartConfigurationFilterSensitiveLog = exports.SankeyDiagramFieldWellsFilterSensitiveLog = exports.SankeyDiagramAggregatedFieldWellsFilterSensitiveLog = exports.RadarChartVisualFilterSensitiveLog = exports.RadarChartConfigurationFilterSensitiveLog = exports.RadarChartFieldWellsFilterSensitiveLog = void 0;
7
7
  const smithy_client_1 = require("@aws-sdk/smithy-client");
8
8
  const models_0_1 = require("./models_0");
9
9
  const QuickSightServiceException_1 = require("./QuickSightServiceException");
@@ -250,6 +250,20 @@ exports.AuthenticationMethodOption = {
250
250
  IAM_AND_QUICKSIGHT: "IAM_AND_QUICKSIGHT",
251
251
  IAM_ONLY: "IAM_ONLY",
252
252
  };
253
+ exports.AuthorSpecifiedAggregation = {
254
+ AVERAGE: "AVERAGE",
255
+ COUNT: "COUNT",
256
+ DISTINCT_COUNT: "DISTINCT_COUNT",
257
+ MAX: "MAX",
258
+ MEDIAN: "MEDIAN",
259
+ MIN: "MIN",
260
+ PERCENTILE: "PERCENTILE",
261
+ STDEV: "STDEV",
262
+ STDEVP: "STDEVP",
263
+ SUM: "SUM",
264
+ VAR: "VAR",
265
+ VARP: "VARP",
266
+ };
253
267
  class InternalFailureException extends QuickSightServiceException_1.QuickSightServiceException {
254
268
  constructor(opts) {
255
269
  super({
@@ -344,9 +358,27 @@ exports.ColumnDataType = {
344
358
  INTEGER: "INTEGER",
345
359
  STRING: "STRING",
346
360
  };
361
+ exports.CategoryFilterFunction = {
362
+ CONTAINS: "CONTAINS",
363
+ EXACT: "EXACT",
364
+ };
365
+ exports.CategoryFilterType = {
366
+ CUSTOM_FILTER: "CUSTOM_FILTER",
367
+ CUSTOM_FILTER_LIST: "CUSTOM_FILTER_LIST",
368
+ FILTER_LIST: "FILTER_LIST",
369
+ };
370
+ exports.ColumnDataRole = {
371
+ DIMENSION: "DIMENSION",
372
+ MEASURE: "MEASURE",
373
+ };
347
374
  exports.GeoSpatialCountryCode = {
348
375
  US: "US",
349
376
  };
377
+ exports.ColumnOrderingType = {
378
+ GREATER_IS_BETTER: "GREATER_IS_BETTER",
379
+ LESSER_IS_BETTER: "LESSER_IS_BETTER",
380
+ SPECIFIED: "SPECIFIED",
381
+ };
350
382
  exports.GeoSpatialDataRole = {
351
383
  CITY: "CITY",
352
384
  COUNTRY: "COUNTRY",
@@ -360,52 +392,16 @@ exports.ColumnTagName = {
360
392
  COLUMN_DESCRIPTION: "COLUMN_DESCRIPTION",
361
393
  COLUMN_GEOGRAPHIC_ROLE: "COLUMN_GEOGRAPHIC_ROLE",
362
394
  };
363
- class ConcurrentUpdatingException extends QuickSightServiceException_1.QuickSightServiceException {
364
- constructor(opts) {
365
- super({
366
- name: "ConcurrentUpdatingException",
367
- $fault: "server",
368
- ...opts,
369
- });
370
- this.name = "ConcurrentUpdatingException";
371
- this.$fault = "server";
372
- Object.setPrototypeOf(this, ConcurrentUpdatingException.prototype);
373
- this.Message = opts.Message;
374
- this.RequestId = opts.RequestId;
375
- }
376
- }
377
- exports.ConcurrentUpdatingException = ConcurrentUpdatingException;
378
- class ConflictException extends QuickSightServiceException_1.QuickSightServiceException {
379
- constructor(opts) {
380
- super({
381
- name: "ConflictException",
382
- $fault: "client",
383
- ...opts,
384
- });
385
- this.name = "ConflictException";
386
- this.$fault = "client";
387
- Object.setPrototypeOf(this, ConflictException.prototype);
388
- this.Message = opts.Message;
389
- this.RequestId = opts.RequestId;
390
- }
391
- }
392
- exports.ConflictException = ConflictException;
393
- class ResourceUnavailableException extends QuickSightServiceException_1.QuickSightServiceException {
394
- constructor(opts) {
395
- super({
396
- name: "ResourceUnavailableException",
397
- $fault: "server",
398
- ...opts,
399
- });
400
- this.name = "ResourceUnavailableException";
401
- this.$fault = "server";
402
- Object.setPrototypeOf(this, ResourceUnavailableException.prototype);
403
- this.Message = opts.Message;
404
- this.ResourceType = opts.ResourceType;
405
- this.RequestId = opts.RequestId;
406
- }
407
- }
408
- exports.ResourceUnavailableException = ResourceUnavailableException;
395
+ const ComboChartConfigurationFilterSensitiveLog = (obj) => ({
396
+ ...obj,
397
+ ...(obj.BarDataLabels && { BarDataLabels: (0, models_0_1.DataLabelOptionsFilterSensitiveLog)(obj.BarDataLabels) }),
398
+ ...(obj.LineDataLabels && { LineDataLabels: (0, models_0_1.DataLabelOptionsFilterSensitiveLog)(obj.LineDataLabels) }),
399
+ ...(obj.ReferenceLines && {
400
+ ReferenceLines: obj.ReferenceLines.map((item) => (0, models_0_1.ReferenceLineFilterSensitiveLog)(item)),
401
+ }),
402
+ ...(obj.VisualPalette && { VisualPalette: (0, models_0_1.VisualPaletteFilterSensitiveLog)(obj.VisualPalette) }),
403
+ });
404
+ exports.ComboChartConfigurationFilterSensitiveLog = ComboChartConfigurationFilterSensitiveLog;
409
405
  const ComboChartVisualFilterSensitiveLog = (obj) => ({
410
406
  ...obj,
411
407
  });
@@ -1,11 +1,66 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateColumnsOperationFilterSensitiveLog = exports.CreateAnalysisRequestFilterSensitiveLog = exports._ParametersFilterSensitiveLog = exports.StringParameterFilterSensitiveLog = exports.IntegerParameterFilterSensitiveLog = exports.DecimalParameterFilterSensitiveLog = exports.DateTimeParameterFilterSensitiveLog = exports.FolderFilterAttribute = exports.EmbeddingIdentityType = exports.DomainNotWhitelistedException = exports.UserRole = exports.IdentityType = exports.ThemeErrorType = exports.ThemeType = exports.TemplateErrorType = exports.NamespaceErrorType = exports.IngestionRequestType = exports.IngestionRequestSource = exports.IngestionErrorType = exports.InvalidNextTokenException = exports.DataSourceFilterAttribute = exports.DataSourceErrorInfoType = exports.LookbackWindowSizeUnit = exports.DataSetFilterAttribute = exports.DashboardFilterAttribute = exports.DashboardErrorType = exports.DayOfWeek = exports.RefreshInterval = exports.NamespaceStatus = exports.IdentityStore = exports.IngestionStatus = exports.IngestionType = exports.MemberType = exports.FolderType = exports.DataSourceType = exports.DataSourceParameters = exports.Status = exports.RowLevelPermissionPolicy = exports.RowLevelPermissionFormatVersion = exports.PhysicalTable = exports.TextQualifier = exports.FileFormat = exports.InputColumnDataType = exports.JoinType = exports.TransformOperation = exports.DataSetImportMode = exports.DashboardUIState = exports.UnsupportedUserEditionException = exports.LimitExceededException = exports.PreconditionNotMetException = void 0;
4
- exports.DescribeTemplateDefinitionResponseFilterSensitiveLog = exports.DescribeDataSetResponseFilterSensitiveLog = exports.DescribeDashboardDefinitionResponseFilterSensitiveLog = exports.DescribeAnalysisDefinitionResponseFilterSensitiveLog = exports.DataSetFilterSensitiveLog = exports.CreateTemplateRequestFilterSensitiveLog = exports.TemplateVersionDefinitionFilterSensitiveLog = exports.CreateDataSourceRequestFilterSensitiveLog = exports.DataSourceCredentialsFilterSensitiveLog = exports.CreateDataSetRequestFilterSensitiveLog = exports.RowLevelPermissionTagConfigurationFilterSensitiveLog = exports.RowLevelPermissionTagRuleFilterSensitiveLog = exports.LogicalTableFilterSensitiveLog = exports.TransformOperationFilterSensitiveLog = exports.FilterOperationFilterSensitiveLog = exports.CreateDashboardRequestFilterSensitiveLog = exports.DashboardVersionDefinitionFilterSensitiveLog = void 0;
3
+ exports.DataSourceFilterAttribute = exports.DataSourceErrorInfoType = exports.LookbackWindowSizeUnit = exports.DataSetFilterAttribute = exports.DashboardFilterAttribute = exports.DashboardErrorType = exports.VPCConnectionResourceStatus = exports.VPCConnectionAvailabilityStatus = exports.TopicScheduleType = exports.PropertyUsage = exports.PropertyRole = exports.NamedEntityAggType = exports.TopicRelativeDateFilterFunction = exports.NamedFilterAggType = exports.NamedFilterType = exports.FilterClass = exports.TopicTimeGranularity = exports.TopicNumericSeparatorSymbol = exports.DisplayFormat = exports.DefaultAggregation = exports.DayOfWeek = exports.RefreshInterval = exports.NamespaceStatus = exports.IdentityStore = exports.IngestionStatus = exports.IngestionType = exports.MemberType = exports.FolderType = exports.DataSourceType = exports.DataSourceParameters = exports.Status = exports.RowLevelPermissionPolicy = exports.RowLevelPermissionFormatVersion = exports.PhysicalTable = exports.TextQualifier = exports.FileFormat = exports.InputColumnDataType = exports.JoinType = exports.TransformOperation = exports.DataSetImportMode = exports.DatasetParameterValueType = exports.DashboardUIState = exports.UnsupportedUserEditionException = exports.LimitExceededException = exports.PreconditionNotMetException = exports.ResourceUnavailableException = exports.ConstantType = exports.ConflictException = exports.ConcurrentUpdatingException = exports.UndefinedSpecifiedValueType = void 0;
4
+ exports.DescribeDashboardDefinitionResponseFilterSensitiveLog = exports.DescribeAnalysisDefinitionResponseFilterSensitiveLog = exports.DataSetFilterSensitiveLog = exports.CreateTopicRequestFilterSensitiveLog = exports.TopicDetailsFilterSensitiveLog = exports.DatasetMetadataFilterSensitiveLog = exports.TopicFilterFilterSensitiveLog = exports.TopicRelativeDateFilterFilterSensitiveLog = exports.TopicNumericRangeFilterFilterSensitiveLog = exports.TopicNumericEqualityFilterFilterSensitiveLog = exports.TopicSingularFilterConstantFilterSensitiveLog = exports.TopicDateRangeFilterFilterSensitiveLog = exports.TopicRangeFilterConstantFilterSensitiveLog = exports.TopicCategoryFilterFilterSensitiveLog = exports.TopicCategoryFilterConstantFilterSensitiveLog = exports.TopicColumnFilterSensitiveLog = exports.TopicCalculatedFieldFilterSensitiveLog = exports.SemanticTypeFilterSensitiveLog = exports.CreateTemplateRequestFilterSensitiveLog = exports.TemplateVersionDefinitionFilterSensitiveLog = exports.CreateDataSourceRequestFilterSensitiveLog = exports.DataSourceCredentialsFilterSensitiveLog = exports.CreateDataSetRequestFilterSensitiveLog = exports.RowLevelPermissionTagConfigurationFilterSensitiveLog = exports.RowLevelPermissionTagRuleFilterSensitiveLog = exports.LogicalTableFilterSensitiveLog = exports.TransformOperationFilterSensitiveLog = exports.FilterOperationFilterSensitiveLog = exports.CreateDashboardRequestFilterSensitiveLog = exports.DashboardVersionDefinitionFilterSensitiveLog = exports.CreateColumnsOperationFilterSensitiveLog = exports.CreateAnalysisRequestFilterSensitiveLog = exports._ParametersFilterSensitiveLog = exports.StringParameterFilterSensitiveLog = exports.IntegerParameterFilterSensitiveLog = exports.DecimalParameterFilterSensitiveLog = exports.DateTimeParameterFilterSensitiveLog = void 0;
5
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
6
  const models_0_1 = require("./models_0");
7
7
  const models_1_1 = require("./models_1");
8
8
  const QuickSightServiceException_1 = require("./QuickSightServiceException");
9
+ exports.UndefinedSpecifiedValueType = {
10
+ LEAST: "LEAST",
11
+ MOST: "MOST",
12
+ };
13
+ class ConcurrentUpdatingException extends QuickSightServiceException_1.QuickSightServiceException {
14
+ constructor(opts) {
15
+ super({
16
+ name: "ConcurrentUpdatingException",
17
+ $fault: "server",
18
+ ...opts,
19
+ });
20
+ this.name = "ConcurrentUpdatingException";
21
+ this.$fault = "server";
22
+ Object.setPrototypeOf(this, ConcurrentUpdatingException.prototype);
23
+ this.Message = opts.Message;
24
+ this.RequestId = opts.RequestId;
25
+ }
26
+ }
27
+ exports.ConcurrentUpdatingException = ConcurrentUpdatingException;
28
+ class ConflictException extends QuickSightServiceException_1.QuickSightServiceException {
29
+ constructor(opts) {
30
+ super({
31
+ name: "ConflictException",
32
+ $fault: "client",
33
+ ...opts,
34
+ });
35
+ this.name = "ConflictException";
36
+ this.$fault = "client";
37
+ Object.setPrototypeOf(this, ConflictException.prototype);
38
+ this.Message = opts.Message;
39
+ this.RequestId = opts.RequestId;
40
+ }
41
+ }
42
+ exports.ConflictException = ConflictException;
43
+ exports.ConstantType = {
44
+ COLLECTIVE: "COLLECTIVE",
45
+ RANGE: "RANGE",
46
+ SINGULAR: "SINGULAR",
47
+ };
48
+ class ResourceUnavailableException extends QuickSightServiceException_1.QuickSightServiceException {
49
+ constructor(opts) {
50
+ super({
51
+ name: "ResourceUnavailableException",
52
+ $fault: "server",
53
+ ...opts,
54
+ });
55
+ this.name = "ResourceUnavailableException";
56
+ this.$fault = "server";
57
+ Object.setPrototypeOf(this, ResourceUnavailableException.prototype);
58
+ this.Message = opts.Message;
59
+ this.ResourceType = opts.ResourceType;
60
+ this.RequestId = opts.RequestId;
61
+ }
62
+ }
63
+ exports.ResourceUnavailableException = ResourceUnavailableException;
9
64
  class PreconditionNotMetException extends QuickSightServiceException_1.QuickSightServiceException {
10
65
  constructor(opts) {
11
66
  super({
@@ -56,6 +111,10 @@ exports.DashboardUIState = {
56
111
  COLLAPSED: "COLLAPSED",
57
112
  EXPANDED: "EXPANDED",
58
113
  };
114
+ exports.DatasetParameterValueType = {
115
+ MULTI_VALUED: "MULTI_VALUED",
116
+ SINGLE_VALUED: "SINGLE_VALUED",
117
+ };
59
118
  exports.DataSetImportMode = {
60
119
  DIRECT_QUERY: "DIRECT_QUERY",
61
120
  SPICE: "SPICE",
@@ -77,6 +136,8 @@ var TransformOperation;
77
136
  return visitor.TagColumnOperation(value.TagColumnOperation);
78
137
  if (value.UntagColumnOperation !== undefined)
79
138
  return visitor.UntagColumnOperation(value.UntagColumnOperation);
139
+ if (value.OverrideDatasetParameterOperation !== undefined)
140
+ return visitor.OverrideDatasetParameterOperation(value.OverrideDatasetParameterOperation);
80
141
  return visitor._(value.$unknown[0], value.$unknown[1]);
81
142
  };
82
143
  })(TransformOperation = exports.TransformOperation || (exports.TransformOperation = {}));
@@ -258,6 +319,115 @@ exports.DayOfWeek = {
258
319
  TUESDAY: "TUESDAY",
259
320
  WEDNESDAY: "WEDNESDAY",
260
321
  };
322
+ exports.DefaultAggregation = {
323
+ AVERAGE: "AVERAGE",
324
+ COUNT: "COUNT",
325
+ DISTINCT_COUNT: "DISTINCT_COUNT",
326
+ MAX: "MAX",
327
+ MIN: "MIN",
328
+ SUM: "SUM",
329
+ };
330
+ exports.DisplayFormat = {
331
+ AUTO: "AUTO",
332
+ CURRENCY: "CURRENCY",
333
+ DATE: "DATE",
334
+ NUMBER: "NUMBER",
335
+ PERCENT: "PERCENT",
336
+ STRING: "STRING",
337
+ };
338
+ exports.TopicNumericSeparatorSymbol = {
339
+ COMMA: "COMMA",
340
+ DOT: "DOT",
341
+ };
342
+ exports.TopicTimeGranularity = {
343
+ DAY: "DAY",
344
+ HOUR: "HOUR",
345
+ MINUTE: "MINUTE",
346
+ MONTH: "MONTH",
347
+ QUARTER: "QUARTER",
348
+ SECOND: "SECOND",
349
+ WEEK: "WEEK",
350
+ YEAR: "YEAR",
351
+ };
352
+ exports.FilterClass = {
353
+ CONDITIONAL_VALUE_FILTER: "CONDITIONAL_VALUE_FILTER",
354
+ ENFORCED_VALUE_FILTER: "ENFORCED_VALUE_FILTER",
355
+ NAMED_VALUE_FILTER: "NAMED_VALUE_FILTER",
356
+ };
357
+ exports.NamedFilterType = {
358
+ CATEGORY_FILTER: "CATEGORY_FILTER",
359
+ DATE_RANGE_FILTER: "DATE_RANGE_FILTER",
360
+ NUMERIC_EQUALITY_FILTER: "NUMERIC_EQUALITY_FILTER",
361
+ NUMERIC_RANGE_FILTER: "NUMERIC_RANGE_FILTER",
362
+ RELATIVE_DATE_FILTER: "RELATIVE_DATE_FILTER",
363
+ };
364
+ exports.NamedFilterAggType = {
365
+ AVERAGE: "AVERAGE",
366
+ COUNT: "COUNT",
367
+ DISTINCT_COUNT: "DISTINCT_COUNT",
368
+ MAX: "MAX",
369
+ MEDIAN: "MEDIAN",
370
+ MIN: "MIN",
371
+ NO_AGGREGATION: "NO_AGGREGATION",
372
+ STDEV: "STDEV",
373
+ STDEVP: "STDEVP",
374
+ SUM: "SUM",
375
+ VAR: "VAR",
376
+ VARP: "VARP",
377
+ };
378
+ exports.TopicRelativeDateFilterFunction = {
379
+ LAST: "LAST",
380
+ NEXT: "NEXT",
381
+ NOW: "NOW",
382
+ PREVIOUS: "PREVIOUS",
383
+ THIS: "THIS",
384
+ };
385
+ exports.NamedEntityAggType = {
386
+ AVERAGE: "AVERAGE",
387
+ COUNT: "COUNT",
388
+ CUSTOM: "CUSTOM",
389
+ DISTINCT_COUNT: "DISTINCT_COUNT",
390
+ MAX: "MAX",
391
+ MEDIAN: "MEDIAN",
392
+ MIN: "MIN",
393
+ PERCENTILE: "PERCENTILE",
394
+ STDEV: "STDEV",
395
+ STDEVP: "STDEVP",
396
+ SUM: "SUM",
397
+ VAR: "VAR",
398
+ VARP: "VARP",
399
+ };
400
+ exports.PropertyRole = {
401
+ ID: "ID",
402
+ PRIMARY: "PRIMARY",
403
+ };
404
+ exports.PropertyUsage = {
405
+ DIMENSION: "DIMENSION",
406
+ INHERIT: "INHERIT",
407
+ MEASURE: "MEASURE",
408
+ };
409
+ exports.TopicScheduleType = {
410
+ DAILY: "DAILY",
411
+ HOURLY: "HOURLY",
412
+ MONTHLY: "MONTHLY",
413
+ WEEKLY: "WEEKLY",
414
+ };
415
+ exports.VPCConnectionAvailabilityStatus = {
416
+ AVAILABLE: "AVAILABLE",
417
+ PARTIALLY_AVAILABLE: "PARTIALLY_AVAILABLE",
418
+ UNAVAILABLE: "UNAVAILABLE",
419
+ };
420
+ exports.VPCConnectionResourceStatus = {
421
+ CREATION_FAILED: "CREATION_FAILED",
422
+ CREATION_IN_PROGRESS: "CREATION_IN_PROGRESS",
423
+ CREATION_SUCCESSFUL: "CREATION_SUCCESSFUL",
424
+ DELETED: "DELETED",
425
+ DELETION_FAILED: "DELETION_FAILED",
426
+ DELETION_IN_PROGRESS: "DELETION_IN_PROGRESS",
427
+ UPDATE_FAILED: "UPDATE_FAILED",
428
+ UPDATE_IN_PROGRESS: "UPDATE_IN_PROGRESS",
429
+ UPDATE_SUCCESSFUL: "UPDATE_SUCCESSFUL",
430
+ };
261
431
  exports.DashboardErrorType = {
262
432
  ACCESS_DENIED: "ACCESS_DENIED",
263
433
  COLUMN_GEOGRAPHIC_ROLE_MISMATCH: "COLUMN_GEOGRAPHIC_ROLE_MISMATCH",
@@ -308,136 +478,6 @@ exports.DataSourceFilterAttribute = {
308
478
  DIRECT_QUICKSIGHT_SOLE_OWNER: "DIRECT_QUICKSIGHT_SOLE_OWNER",
309
479
  DIRECT_QUICKSIGHT_VIEWER_OR_OWNER: "DIRECT_QUICKSIGHT_VIEWER_OR_OWNER",
310
480
  };
311
- class InvalidNextTokenException extends QuickSightServiceException_1.QuickSightServiceException {
312
- constructor(opts) {
313
- super({
314
- name: "InvalidNextTokenException",
315
- $fault: "client",
316
- ...opts,
317
- });
318
- this.name = "InvalidNextTokenException";
319
- this.$fault = "client";
320
- Object.setPrototypeOf(this, InvalidNextTokenException.prototype);
321
- this.Message = opts.Message;
322
- this.RequestId = opts.RequestId;
323
- }
324
- }
325
- exports.InvalidNextTokenException = InvalidNextTokenException;
326
- exports.IngestionErrorType = {
327
- ACCOUNT_CAPACITY_LIMIT_EXCEEDED: "ACCOUNT_CAPACITY_LIMIT_EXCEEDED",
328
- CONNECTION_FAILURE: "CONNECTION_FAILURE",
329
- CURSOR_NOT_ENABLED: "CURSOR_NOT_ENABLED",
330
- CUSTOMER_ERROR: "CUSTOMER_ERROR",
331
- DATA_SET_DELETED: "DATA_SET_DELETED",
332
- DATA_SET_NOT_SPICE: "DATA_SET_NOT_SPICE",
333
- DATA_SET_SIZE_LIMIT_EXCEEDED: "DATA_SET_SIZE_LIMIT_EXCEEDED",
334
- DATA_SOURCE_AUTH_FAILED: "DATA_SOURCE_AUTH_FAILED",
335
- DATA_SOURCE_CONNECTION_FAILED: "DATA_SOURCE_CONNECTION_FAILED",
336
- DATA_SOURCE_NOT_FOUND: "DATA_SOURCE_NOT_FOUND",
337
- DATA_TOLERANCE_EXCEPTION: "DATA_TOLERANCE_EXCEPTION",
338
- DUPLICATE_COLUMN_NAMES_FOUND: "DUPLICATE_COLUMN_NAMES_FOUND",
339
- ELASTICSEARCH_CURSOR_NOT_ENABLED: "ELASTICSEARCH_CURSOR_NOT_ENABLED",
340
- FAILURE_TO_ASSUME_ROLE: "FAILURE_TO_ASSUME_ROLE",
341
- FAILURE_TO_PROCESS_JSON_FILE: "FAILURE_TO_PROCESS_JSON_FILE",
342
- IAM_ROLE_NOT_AVAILABLE: "IAM_ROLE_NOT_AVAILABLE",
343
- INGESTION_CANCELED: "INGESTION_CANCELED",
344
- INGESTION_SUPERSEDED: "INGESTION_SUPERSEDED",
345
- INTERNAL_SERVICE_ERROR: "INTERNAL_SERVICE_ERROR",
346
- INVALID_DATAPREP_SYNTAX: "INVALID_DATAPREP_SYNTAX",
347
- INVALID_DATA_SOURCE_CONFIG: "INVALID_DATA_SOURCE_CONFIG",
348
- INVALID_DATE_FORMAT: "INVALID_DATE_FORMAT",
349
- IOT_DATA_SET_FILE_EMPTY: "IOT_DATA_SET_FILE_EMPTY",
350
- IOT_FILE_NOT_FOUND: "IOT_FILE_NOT_FOUND",
351
- OAUTH_TOKEN_FAILURE: "OAUTH_TOKEN_FAILURE",
352
- PASSWORD_AUTHENTICATION_FAILURE: "PASSWORD_AUTHENTICATION_FAILURE",
353
- PERMISSION_DENIED: "PERMISSION_DENIED",
354
- PERMISSION_NOT_FOUND: "PERMISSION_NOT_FOUND",
355
- QUERY_TIMEOUT: "QUERY_TIMEOUT",
356
- REFRESH_SUPPRESSED_BY_EDIT: "REFRESH_SUPPRESSED_BY_EDIT",
357
- ROW_SIZE_LIMIT_EXCEEDED: "ROW_SIZE_LIMIT_EXCEEDED",
358
- S3_FILE_INACCESSIBLE: "S3_FILE_INACCESSIBLE",
359
- S3_MANIFEST_ERROR: "S3_MANIFEST_ERROR",
360
- S3_UPLOADED_FILE_DELETED: "S3_UPLOADED_FILE_DELETED",
361
- SOURCE_API_LIMIT_EXCEEDED_FAILURE: "SOURCE_API_LIMIT_EXCEEDED_FAILURE",
362
- SOURCE_RESOURCE_LIMIT_EXCEEDED: "SOURCE_RESOURCE_LIMIT_EXCEEDED",
363
- SPICE_TABLE_NOT_FOUND: "SPICE_TABLE_NOT_FOUND",
364
- SQL_EXCEPTION: "SQL_EXCEPTION",
365
- SQL_INVALID_PARAMETER_VALUE: "SQL_INVALID_PARAMETER_VALUE",
366
- SQL_NUMERIC_OVERFLOW: "SQL_NUMERIC_OVERFLOW",
367
- SQL_SCHEMA_MISMATCH_ERROR: "SQL_SCHEMA_MISMATCH_ERROR",
368
- SQL_TABLE_NOT_FOUND: "SQL_TABLE_NOT_FOUND",
369
- SSL_CERTIFICATE_VALIDATION_FAILURE: "SSL_CERTIFICATE_VALIDATION_FAILURE",
370
- UNRESOLVABLE_HOST: "UNRESOLVABLE_HOST",
371
- UNROUTABLE_HOST: "UNROUTABLE_HOST",
372
- };
373
- exports.IngestionRequestSource = {
374
- MANUAL: "MANUAL",
375
- SCHEDULED: "SCHEDULED",
376
- };
377
- exports.IngestionRequestType = {
378
- EDIT: "EDIT",
379
- FULL_REFRESH: "FULL_REFRESH",
380
- INCREMENTAL_REFRESH: "INCREMENTAL_REFRESH",
381
- INITIAL_INGESTION: "INITIAL_INGESTION",
382
- };
383
- exports.NamespaceErrorType = {
384
- INTERNAL_SERVICE_ERROR: "INTERNAL_SERVICE_ERROR",
385
- PERMISSION_DENIED: "PERMISSION_DENIED",
386
- };
387
- exports.TemplateErrorType = {
388
- ACCESS_DENIED: "ACCESS_DENIED",
389
- DATA_SET_NOT_FOUND: "DATA_SET_NOT_FOUND",
390
- INTERNAL_FAILURE: "INTERNAL_FAILURE",
391
- SOURCE_NOT_FOUND: "SOURCE_NOT_FOUND",
392
- };
393
- exports.ThemeType = {
394
- ALL: "ALL",
395
- CUSTOM: "CUSTOM",
396
- QUICKSIGHT: "QUICKSIGHT",
397
- };
398
- exports.ThemeErrorType = {
399
- INTERNAL_FAILURE: "INTERNAL_FAILURE",
400
- };
401
- exports.IdentityType = {
402
- IAM: "IAM",
403
- QUICKSIGHT: "QUICKSIGHT",
404
- };
405
- exports.UserRole = {
406
- ADMIN: "ADMIN",
407
- AUTHOR: "AUTHOR",
408
- READER: "READER",
409
- RESTRICTED_AUTHOR: "RESTRICTED_AUTHOR",
410
- RESTRICTED_READER: "RESTRICTED_READER",
411
- };
412
- class DomainNotWhitelistedException extends QuickSightServiceException_1.QuickSightServiceException {
413
- constructor(opts) {
414
- super({
415
- name: "DomainNotWhitelistedException",
416
- $fault: "client",
417
- ...opts,
418
- });
419
- this.name = "DomainNotWhitelistedException";
420
- this.$fault = "client";
421
- Object.setPrototypeOf(this, DomainNotWhitelistedException.prototype);
422
- this.Message = opts.Message;
423
- this.RequestId = opts.RequestId;
424
- }
425
- }
426
- exports.DomainNotWhitelistedException = DomainNotWhitelistedException;
427
- exports.EmbeddingIdentityType = {
428
- ANONYMOUS: "ANONYMOUS",
429
- IAM: "IAM",
430
- QUICKSIGHT: "QUICKSIGHT",
431
- };
432
- exports.FolderFilterAttribute = {
433
- DIRECT_QUICKSIGHT_OWNER: "DIRECT_QUICKSIGHT_OWNER",
434
- DIRECT_QUICKSIGHT_SOLE_OWNER: "DIRECT_QUICKSIGHT_SOLE_OWNER",
435
- DIRECT_QUICKSIGHT_VIEWER_OR_OWNER: "DIRECT_QUICKSIGHT_VIEWER_OR_OWNER",
436
- FOLDER_NAME: "FOLDER_NAME",
437
- PARENT_FOLDER_ARN: "PARENT_FOLDER_ARN",
438
- QUICKSIGHT_OWNER: "QUICKSIGHT_OWNER",
439
- QUICKSIGHT_VIEWER_OR_OWNER: "QUICKSIGHT_VIEWER_OR_OWNER",
440
- };
441
481
  const DateTimeParameterFilterSensitiveLog = (obj) => ({
442
482
  ...obj,
443
483
  ...(obj.Values && { Values: smithy_client_1.SENSITIVE_STRING }),
@@ -522,6 +562,8 @@ const TransformOperationFilterSensitiveLog = (obj) => {
522
562
  return { TagColumnOperation: obj.TagColumnOperation };
523
563
  if (obj.UntagColumnOperation !== undefined)
524
564
  return { UntagColumnOperation: obj.UntagColumnOperation };
565
+ if (obj.OverrideDatasetParameterOperation !== undefined)
566
+ return { OverrideDatasetParameterOperation: obj.OverrideDatasetParameterOperation };
525
567
  if (obj.$unknown !== undefined)
526
568
  return { [obj.$unknown[0]]: "UNKNOWN" };
527
569
  };
@@ -584,6 +626,94 @@ const CreateTemplateRequestFilterSensitiveLog = (obj) => ({
584
626
  ...obj,
585
627
  });
586
628
  exports.CreateTemplateRequestFilterSensitiveLog = CreateTemplateRequestFilterSensitiveLog;
629
+ const SemanticTypeFilterSensitiveLog = (obj) => ({
630
+ ...obj,
631
+ ...(obj.TruthyCellValue && { TruthyCellValue: smithy_client_1.SENSITIVE_STRING }),
632
+ ...(obj.TruthyCellValueSynonyms && { TruthyCellValueSynonyms: smithy_client_1.SENSITIVE_STRING }),
633
+ ...(obj.FalseyCellValue && { FalseyCellValue: smithy_client_1.SENSITIVE_STRING }),
634
+ ...(obj.FalseyCellValueSynonyms && { FalseyCellValueSynonyms: smithy_client_1.SENSITIVE_STRING }),
635
+ });
636
+ exports.SemanticTypeFilterSensitiveLog = SemanticTypeFilterSensitiveLog;
637
+ const TopicCalculatedFieldFilterSensitiveLog = (obj) => ({
638
+ ...obj,
639
+ ...(obj.Expression && { Expression: smithy_client_1.SENSITIVE_STRING }),
640
+ ...(obj.SemanticType && { SemanticType: (0, exports.SemanticTypeFilterSensitiveLog)(obj.SemanticType) }),
641
+ });
642
+ exports.TopicCalculatedFieldFilterSensitiveLog = TopicCalculatedFieldFilterSensitiveLog;
643
+ const TopicColumnFilterSensitiveLog = (obj) => ({
644
+ ...obj,
645
+ ...(obj.SemanticType && { SemanticType: (0, exports.SemanticTypeFilterSensitiveLog)(obj.SemanticType) }),
646
+ });
647
+ exports.TopicColumnFilterSensitiveLog = TopicColumnFilterSensitiveLog;
648
+ const TopicCategoryFilterConstantFilterSensitiveLog = (obj) => ({
649
+ ...obj,
650
+ });
651
+ exports.TopicCategoryFilterConstantFilterSensitiveLog = TopicCategoryFilterConstantFilterSensitiveLog;
652
+ const TopicCategoryFilterFilterSensitiveLog = (obj) => ({
653
+ ...obj,
654
+ ...(obj.Constant && { Constant: smithy_client_1.SENSITIVE_STRING }),
655
+ });
656
+ exports.TopicCategoryFilterFilterSensitiveLog = TopicCategoryFilterFilterSensitiveLog;
657
+ const TopicRangeFilterConstantFilterSensitiveLog = (obj) => ({
658
+ ...obj,
659
+ });
660
+ exports.TopicRangeFilterConstantFilterSensitiveLog = TopicRangeFilterConstantFilterSensitiveLog;
661
+ const TopicDateRangeFilterFilterSensitiveLog = (obj) => ({
662
+ ...obj,
663
+ ...(obj.Constant && { Constant: smithy_client_1.SENSITIVE_STRING }),
664
+ });
665
+ exports.TopicDateRangeFilterFilterSensitiveLog = TopicDateRangeFilterFilterSensitiveLog;
666
+ const TopicSingularFilterConstantFilterSensitiveLog = (obj) => ({
667
+ ...obj,
668
+ });
669
+ exports.TopicSingularFilterConstantFilterSensitiveLog = TopicSingularFilterConstantFilterSensitiveLog;
670
+ const TopicNumericEqualityFilterFilterSensitiveLog = (obj) => ({
671
+ ...obj,
672
+ ...(obj.Constant && { Constant: smithy_client_1.SENSITIVE_STRING }),
673
+ });
674
+ exports.TopicNumericEqualityFilterFilterSensitiveLog = TopicNumericEqualityFilterFilterSensitiveLog;
675
+ const TopicNumericRangeFilterFilterSensitiveLog = (obj) => ({
676
+ ...obj,
677
+ ...(obj.Constant && { Constant: smithy_client_1.SENSITIVE_STRING }),
678
+ });
679
+ exports.TopicNumericRangeFilterFilterSensitiveLog = TopicNumericRangeFilterFilterSensitiveLog;
680
+ const TopicRelativeDateFilterFilterSensitiveLog = (obj) => ({
681
+ ...obj,
682
+ ...(obj.Constant && { Constant: smithy_client_1.SENSITIVE_STRING }),
683
+ });
684
+ exports.TopicRelativeDateFilterFilterSensitiveLog = TopicRelativeDateFilterFilterSensitiveLog;
685
+ const TopicFilterFilterSensitiveLog = (obj) => ({
686
+ ...obj,
687
+ ...(obj.CategoryFilter && { CategoryFilter: (0, exports.TopicCategoryFilterFilterSensitiveLog)(obj.CategoryFilter) }),
688
+ ...(obj.NumericEqualityFilter && {
689
+ NumericEqualityFilter: (0, exports.TopicNumericEqualityFilterFilterSensitiveLog)(obj.NumericEqualityFilter),
690
+ }),
691
+ ...(obj.NumericRangeFilter && {
692
+ NumericRangeFilter: (0, exports.TopicNumericRangeFilterFilterSensitiveLog)(obj.NumericRangeFilter),
693
+ }),
694
+ ...(obj.DateRangeFilter && { DateRangeFilter: (0, exports.TopicDateRangeFilterFilterSensitiveLog)(obj.DateRangeFilter) }),
695
+ ...(obj.RelativeDateFilter && {
696
+ RelativeDateFilter: (0, exports.TopicRelativeDateFilterFilterSensitiveLog)(obj.RelativeDateFilter),
697
+ }),
698
+ });
699
+ exports.TopicFilterFilterSensitiveLog = TopicFilterFilterSensitiveLog;
700
+ const DatasetMetadataFilterSensitiveLog = (obj) => ({
701
+ ...obj,
702
+ ...(obj.Filters && { Filters: obj.Filters.map((item) => (0, exports.TopicFilterFilterSensitiveLog)(item)) }),
703
+ ...(obj.Columns && { Columns: obj.Columns.map((item) => (0, exports.TopicColumnFilterSensitiveLog)(item)) }),
704
+ ...(obj.CalculatedFields && {
705
+ CalculatedFields: obj.CalculatedFields.map((item) => (0, exports.TopicCalculatedFieldFilterSensitiveLog)(item)),
706
+ }),
707
+ });
708
+ exports.DatasetMetadataFilterSensitiveLog = DatasetMetadataFilterSensitiveLog;
709
+ const TopicDetailsFilterSensitiveLog = (obj) => ({
710
+ ...obj,
711
+ });
712
+ exports.TopicDetailsFilterSensitiveLog = TopicDetailsFilterSensitiveLog;
713
+ const CreateTopicRequestFilterSensitiveLog = (obj) => ({
714
+ ...obj,
715
+ });
716
+ exports.CreateTopicRequestFilterSensitiveLog = CreateTopicRequestFilterSensitiveLog;
587
717
  const DataSetFilterSensitiveLog = (obj) => ({
588
718
  ...obj,
589
719
  ...(obj.PhysicalTableMap && {
@@ -605,12 +735,3 @@ const DescribeDashboardDefinitionResponseFilterSensitiveLog = (obj) => ({
605
735
  ...obj,
606
736
  });
607
737
  exports.DescribeDashboardDefinitionResponseFilterSensitiveLog = DescribeDashboardDefinitionResponseFilterSensitiveLog;
608
- const DescribeDataSetResponseFilterSensitiveLog = (obj) => ({
609
- ...obj,
610
- ...(obj.DataSet && { DataSet: (0, exports.DataSetFilterSensitiveLog)(obj.DataSet) }),
611
- });
612
- exports.DescribeDataSetResponseFilterSensitiveLog = DescribeDataSetResponseFilterSensitiveLog;
613
- const DescribeTemplateDefinitionResponseFilterSensitiveLog = (obj) => ({
614
- ...obj,
615
- });
616
- exports.DescribeTemplateDefinitionResponseFilterSensitiveLog = DescribeTemplateDefinitionResponseFilterSensitiveLog;