@aws-sdk/client-quicksight 3.1057.0 → 3.1059.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 (170) hide show
  1. package/README.md +161 -7
  2. package/dist-cjs/index.js +364 -5
  3. package/dist-cjs/schemas/schemas_0.js +870 -258
  4. package/dist-es/QuickSight.js +44 -0
  5. package/dist-es/commands/CreateAgentCommand.js +16 -0
  6. package/dist-es/commands/CreateFlowCommand.js +16 -0
  7. package/dist-es/commands/CreateSpaceCommand.js +16 -0
  8. package/dist-es/commands/DeleteAgentCommand.js +16 -0
  9. package/dist-es/commands/DeleteFlowCommand.js +16 -0
  10. package/dist-es/commands/DeleteSpaceCommand.js +16 -0
  11. package/dist-es/commands/DescribeAgentCommand.js +16 -0
  12. package/dist-es/commands/DescribeAgentPermissionsCommand.js +16 -0
  13. package/dist-es/commands/DescribeFlowCommand.js +16 -0
  14. package/dist-es/commands/DescribeSpaceCommand.js +16 -0
  15. package/dist-es/commands/DescribeSpacePermissionsCommand.js +16 -0
  16. package/dist-es/commands/ListAgentsCommand.js +16 -0
  17. package/dist-es/commands/ListSpaceResourcesCommand.js +16 -0
  18. package/dist-es/commands/ListSpacesCommand.js +16 -0
  19. package/dist-es/commands/SearchAgentsCommand.js +16 -0
  20. package/dist-es/commands/SearchSpacesCommand.js +16 -0
  21. package/dist-es/commands/UpdateAgentCommand.js +16 -0
  22. package/dist-es/commands/UpdateAgentPermissionsCommand.js +16 -0
  23. package/dist-es/commands/UpdateFlowCommand.js +16 -0
  24. package/dist-es/commands/UpdateSpaceCommand.js +16 -0
  25. package/dist-es/commands/UpdateSpacePermissionsCommand.js +16 -0
  26. package/dist-es/commands/UpdateSpaceResourcesCommand.js +16 -0
  27. package/dist-es/commands/index.js +22 -0
  28. package/dist-es/models/enums.js +49 -5
  29. package/dist-es/schemas/schemas_0.js +832 -222
  30. package/dist-types/QuickSight.d.ts +154 -0
  31. package/dist-types/QuickSightClient.d.ts +24 -2
  32. package/dist-types/commands/CreateAgentCommand.d.ts +136 -0
  33. package/dist-types/commands/CreateFlowCommand.d.ts +119 -0
  34. package/dist-types/commands/CreateSpaceCommand.d.ts +105 -0
  35. package/dist-types/commands/DeleteAgentCommand.d.ts +98 -0
  36. package/dist-types/commands/DeleteFlowCommand.d.ts +99 -0
  37. package/dist-types/commands/DeleteSpaceCommand.d.ts +97 -0
  38. package/dist-types/commands/DescribeAgentCommand.d.ts +132 -0
  39. package/dist-types/commands/DescribeAgentPermissionsCommand.d.ts +108 -0
  40. package/dist-types/commands/DescribeDataSourcePermissionsCommand.d.ts +2 -1
  41. package/dist-types/commands/DescribeDefaultQBusinessApplicationCommand.d.ts +1 -1
  42. package/dist-types/commands/DescribeFlowCommand.d.ts +115 -0
  43. package/dist-types/commands/DescribeFolderCommand.d.ts +1 -1
  44. package/dist-types/commands/DescribeFolderPermissionsCommand.d.ts +1 -1
  45. package/dist-types/commands/DescribeFolderResolvedPermissionsCommand.d.ts +1 -1
  46. package/dist-types/commands/DescribeGroupCommand.d.ts +1 -1
  47. package/dist-types/commands/DescribeGroupMembershipCommand.d.ts +1 -1
  48. package/dist-types/commands/DescribeIAMPolicyAssignmentCommand.d.ts +1 -1
  49. package/dist-types/commands/DescribeIngestionCommand.d.ts +1 -1
  50. package/dist-types/commands/DescribeIpRestrictionCommand.d.ts +1 -2
  51. package/dist-types/commands/DescribeSpaceCommand.d.ts +123 -0
  52. package/dist-types/commands/DescribeSpacePermissionsCommand.d.ts +105 -0
  53. package/dist-types/commands/ListAgentsCommand.d.ts +117 -0
  54. package/dist-types/commands/ListSpaceResourcesCommand.d.ts +107 -0
  55. package/dist-types/commands/ListSpacesCommand.d.ts +114 -0
  56. package/dist-types/commands/SearchAgentsCommand.d.ts +118 -0
  57. package/dist-types/commands/SearchSpacesCommand.d.ts +121 -0
  58. package/dist-types/commands/UpdateAgentCommand.d.ts +168 -0
  59. package/dist-types/commands/UpdateAgentPermissionsCommand.d.ts +136 -0
  60. package/dist-types/commands/UpdateBrandAssignmentCommand.d.ts +1 -1
  61. package/dist-types/commands/UpdateBrandPublishedVersionCommand.d.ts +1 -1
  62. package/dist-types/commands/UpdateCustomPermissionsCommand.d.ts +1 -1
  63. package/dist-types/commands/UpdateDashboardCommand.d.ts +1 -1
  64. package/dist-types/commands/UpdateDashboardLinksCommand.d.ts +1 -1
  65. package/dist-types/commands/UpdateDashboardPermissionsCommand.d.ts +1 -1
  66. package/dist-types/commands/UpdateDashboardPublishedVersionCommand.d.ts +1 -1
  67. package/dist-types/commands/UpdateDashboardsQAConfigurationCommand.d.ts +1 -1
  68. package/dist-types/commands/UpdateDataSetCommand.d.ts +1 -1
  69. package/dist-types/commands/UpdateDataSetPermissionsCommand.d.ts +1 -1
  70. package/dist-types/commands/UpdateDataSourceCommand.d.ts +1 -1
  71. package/dist-types/commands/UpdateDataSourcePermissionsCommand.d.ts +1 -1
  72. package/dist-types/commands/UpdateDefaultQBusinessApplicationCommand.d.ts +1 -1
  73. package/dist-types/commands/UpdateFlowCommand.d.ts +108 -0
  74. package/dist-types/commands/UpdateFlowPermissionsCommand.d.ts +1 -1
  75. package/dist-types/commands/UpdateFolderCommand.d.ts +1 -1
  76. package/dist-types/commands/UpdateFolderPermissionsCommand.d.ts +1 -1
  77. package/dist-types/commands/UpdateGroupCommand.d.ts +1 -1
  78. package/dist-types/commands/UpdateIAMPolicyAssignmentCommand.d.ts +1 -1
  79. package/dist-types/commands/UpdateIdentityPropagationConfigCommand.d.ts +1 -1
  80. package/dist-types/commands/UpdateIpRestrictionCommand.d.ts +1 -1
  81. package/dist-types/commands/UpdateKeyRegistrationCommand.d.ts +1 -1
  82. package/dist-types/commands/UpdateOAuthClientApplicationCommand.d.ts +1 -1
  83. package/dist-types/commands/UpdatePublicSharingSettingsCommand.d.ts +1 -1
  84. package/dist-types/commands/UpdateQPersonalizationConfigurationCommand.d.ts +1 -1
  85. package/dist-types/commands/UpdateQuickSightQSearchConfigurationCommand.d.ts +1 -1
  86. package/dist-types/commands/UpdateRefreshScheduleCommand.d.ts +1 -1
  87. package/dist-types/commands/UpdateRoleCustomPermissionCommand.d.ts +1 -2
  88. package/dist-types/commands/UpdateSpaceCommand.d.ts +102 -0
  89. package/dist-types/commands/UpdateSpacePermissionsCommand.d.ts +133 -0
  90. package/dist-types/commands/UpdateSpaceResourcesCommand.d.ts +131 -0
  91. package/dist-types/commands/index.d.ts +22 -0
  92. package/dist-types/models/enums.d.ts +113 -13
  93. package/dist-types/models/models_0.d.ts +200 -87
  94. package/dist-types/models/models_1.d.ts +88 -66
  95. package/dist-types/models/models_2.d.ts +254 -215
  96. package/dist-types/models/models_3.d.ts +577 -619
  97. package/dist-types/models/models_4.d.ts +3874 -4006
  98. package/dist-types/models/models_5.d.ts +1755 -4
  99. package/dist-types/schemas/schemas_0.d.ts +85 -0
  100. package/dist-types/ts3.4/QuickSight.d.ts +374 -0
  101. package/dist-types/ts3.4/QuickSightClient.d.ts +132 -0
  102. package/dist-types/ts3.4/commands/CreateAgentCommand.d.ts +49 -0
  103. package/dist-types/ts3.4/commands/CreateFlowCommand.d.ts +49 -0
  104. package/dist-types/ts3.4/commands/CreateSpaceCommand.d.ts +49 -0
  105. package/dist-types/ts3.4/commands/DeleteAgentCommand.d.ts +49 -0
  106. package/dist-types/ts3.4/commands/DeleteFlowCommand.d.ts +49 -0
  107. package/dist-types/ts3.4/commands/DeleteSpaceCommand.d.ts +49 -0
  108. package/dist-types/ts3.4/commands/DescribeAgentCommand.d.ts +52 -0
  109. package/dist-types/ts3.4/commands/DescribeAgentPermissionsCommand.d.ts +53 -0
  110. package/dist-types/ts3.4/commands/DescribeDataSourcePermissionsCommand.d.ts +2 -4
  111. package/dist-types/ts3.4/commands/DescribeDefaultQBusinessApplicationCommand.d.ts +1 -1
  112. package/dist-types/ts3.4/commands/DescribeFlowCommand.d.ts +49 -0
  113. package/dist-types/ts3.4/commands/DescribeFolderCommand.d.ts +1 -1
  114. package/dist-types/ts3.4/commands/DescribeFolderPermissionsCommand.d.ts +1 -1
  115. package/dist-types/ts3.4/commands/DescribeFolderResolvedPermissionsCommand.d.ts +1 -1
  116. package/dist-types/ts3.4/commands/DescribeGroupCommand.d.ts +1 -1
  117. package/dist-types/ts3.4/commands/DescribeGroupMembershipCommand.d.ts +1 -1
  118. package/dist-types/ts3.4/commands/DescribeIAMPolicyAssignmentCommand.d.ts +1 -1
  119. package/dist-types/ts3.4/commands/DescribeIngestionCommand.d.ts +1 -1
  120. package/dist-types/ts3.4/commands/DescribeIpRestrictionCommand.d.ts +4 -2
  121. package/dist-types/ts3.4/commands/DescribeSpaceCommand.d.ts +52 -0
  122. package/dist-types/ts3.4/commands/DescribeSpacePermissionsCommand.d.ts +53 -0
  123. package/dist-types/ts3.4/commands/ListAgentsCommand.d.ts +49 -0
  124. package/dist-types/ts3.4/commands/ListSpaceResourcesCommand.d.ts +53 -0
  125. package/dist-types/ts3.4/commands/ListSpacesCommand.d.ts +49 -0
  126. package/dist-types/ts3.4/commands/SearchAgentsCommand.d.ts +49 -0
  127. package/dist-types/ts3.4/commands/SearchSpacesCommand.d.ts +49 -0
  128. package/dist-types/ts3.4/commands/UpdateAgentCommand.d.ts +49 -0
  129. package/dist-types/ts3.4/commands/UpdateAgentPermissionsCommand.d.ts +53 -0
  130. package/dist-types/ts3.4/commands/UpdateBrandAssignmentCommand.d.ts +1 -1
  131. package/dist-types/ts3.4/commands/UpdateBrandPublishedVersionCommand.d.ts +1 -1
  132. package/dist-types/ts3.4/commands/UpdateCustomPermissionsCommand.d.ts +1 -1
  133. package/dist-types/ts3.4/commands/UpdateDashboardCommand.d.ts +1 -1
  134. package/dist-types/ts3.4/commands/UpdateDashboardLinksCommand.d.ts +1 -1
  135. package/dist-types/ts3.4/commands/UpdateDashboardPermissionsCommand.d.ts +1 -1
  136. package/dist-types/ts3.4/commands/UpdateDashboardPublishedVersionCommand.d.ts +1 -1
  137. package/dist-types/ts3.4/commands/UpdateDashboardsQAConfigurationCommand.d.ts +1 -1
  138. package/dist-types/ts3.4/commands/UpdateDataSetCommand.d.ts +1 -1
  139. package/dist-types/ts3.4/commands/UpdateDataSetPermissionsCommand.d.ts +1 -1
  140. package/dist-types/ts3.4/commands/UpdateDataSourceCommand.d.ts +1 -1
  141. package/dist-types/ts3.4/commands/UpdateDataSourcePermissionsCommand.d.ts +1 -1
  142. package/dist-types/ts3.4/commands/UpdateDefaultQBusinessApplicationCommand.d.ts +1 -1
  143. package/dist-types/ts3.4/commands/UpdateFlowCommand.d.ts +49 -0
  144. package/dist-types/ts3.4/commands/UpdateFlowPermissionsCommand.d.ts +1 -1
  145. package/dist-types/ts3.4/commands/UpdateFolderCommand.d.ts +1 -1
  146. package/dist-types/ts3.4/commands/UpdateFolderPermissionsCommand.d.ts +1 -1
  147. package/dist-types/ts3.4/commands/UpdateGroupCommand.d.ts +1 -1
  148. package/dist-types/ts3.4/commands/UpdateIAMPolicyAssignmentCommand.d.ts +1 -1
  149. package/dist-types/ts3.4/commands/UpdateIdentityPropagationConfigCommand.d.ts +1 -1
  150. package/dist-types/ts3.4/commands/UpdateIpRestrictionCommand.d.ts +1 -1
  151. package/dist-types/ts3.4/commands/UpdateKeyRegistrationCommand.d.ts +1 -1
  152. package/dist-types/ts3.4/commands/UpdateOAuthClientApplicationCommand.d.ts +1 -1
  153. package/dist-types/ts3.4/commands/UpdatePublicSharingSettingsCommand.d.ts +1 -1
  154. package/dist-types/ts3.4/commands/UpdateQPersonalizationConfigurationCommand.d.ts +1 -1
  155. package/dist-types/ts3.4/commands/UpdateQuickSightQSearchConfigurationCommand.d.ts +1 -1
  156. package/dist-types/ts3.4/commands/UpdateRefreshScheduleCommand.d.ts +1 -1
  157. package/dist-types/ts3.4/commands/UpdateRoleCustomPermissionCommand.d.ts +4 -2
  158. package/dist-types/ts3.4/commands/UpdateSpaceCommand.d.ts +49 -0
  159. package/dist-types/ts3.4/commands/UpdateSpacePermissionsCommand.d.ts +53 -0
  160. package/dist-types/ts3.4/commands/UpdateSpaceResourcesCommand.d.ts +53 -0
  161. package/dist-types/ts3.4/commands/index.d.ts +22 -0
  162. package/dist-types/ts3.4/models/enums.d.ts +64 -7
  163. package/dist-types/ts3.4/models/models_0.d.ts +47 -19
  164. package/dist-types/ts3.4/models/models_1.d.ts +21 -20
  165. package/dist-types/ts3.4/models/models_2.d.ts +78 -53
  166. package/dist-types/ts3.4/models/models_3.d.ts +134 -151
  167. package/dist-types/ts3.4/models/models_4.d.ts +368 -360
  168. package/dist-types/ts3.4/models/models_5.d.ts +428 -1
  169. package/dist-types/ts3.4/schemas/schemas_0.d.ts +85 -0
  170. package/package.json +8 -8
@@ -1,5 +1,91 @@
1
- import type { ArcThickness, ArcThicknessOptions, AxisBinding, BarChartOrientation, BarsArrangement, BaseMapStyleType, BoxPlotFillStyle, ColorFillType, ComparisonMethod, ConditionalFormattingIconDisplayOption, ConditionalFormattingIconSetType, CustomContentImageScalingConfiguration, CustomContentType, DashboardCustomizationStatus, DataLabelPosition, ForecastComputationSeasonality, FunnelChartMeasureDataLabelStyle, GeospatialColorState, GeospatialLayerType, GeospatialMapNavigation, GeospatialSelectedPointStyle, HistogramBinType, HorizontalTextAlignment, Icon, KPISparklineType, KPIVisualStandardLayoutType, LayerCustomActionTrigger, LineChartLineStyle, LineChartMarkerShape, LineChartType, LineInterpolation, MapZoomMode, MaximumMinimumComputationType, MissingDataTreatmentOption, PivotTableConditionalFormattingScopeRole, PivotTableDataPathType, PivotTableFieldCollapseState, PivotTableMetricPlacement, PivotTableRowsLayout, PivotTableSubtotalLevel, PluginVisualAxisName, PrimaryValueDisplayType, RadarChartAxesRangeScale, RadarChartShape, SelectedTooltipType, SimpleTotalAggregationFunction, SingleYAxisOption, SortDirection, SparklineAxisBehavior, SparklineVisualType, StyledCellType, TableBorderStyle, TableCellImageScalingConfiguration, TableFieldIconSetType, TableOrientation, TableTotalsPlacement, TableTotalsScrollStatus, TextWrap, TimeGranularity, TopBottomComputationType, TopBottomSortOrder, TransposedColumnType, URLTargetConfiguration, VerticalTextAlignment, Visibility, WidgetStatus } from "./enums";
2
- import type { AxisDisplayOptions, BarChartDefaultSeriesSettings, BarChartFieldWells, BarChartSortConfiguration, BarSeriesItem, BorderSettings, ChartAxisLabelOptions, ColumnIdentifier, ColumnSort, ContributionAnalysisDefault, CustomActionFilterOperation, CustomActionNavigationOperation, CustomActionSetParametersOperation, CustomActionURLOperation, DataLabelOptions, DecalSettings, DimensionField, FieldBasedTooltip, FieldSort, FieldSortOptions, FontConfiguration, FormatConfiguration, ItemsLimitConfiguration, LegendOptions, MeasureField, NumberDisplayFormatConfiguration, PercentageDisplayFormatConfiguration, ReferenceLine, SheetTooltip, SmallMultiplesOptions, VisualCustomAction, VisualInteractionOptions } from "./models_0";
1
+ import type { ArcThickness, ArcThicknessOptions, AxisBinding, BarChartOrientation, BarsArrangement, BaseMapStyleType, BoxPlotFillStyle, ColorFillType, ComparisonMethod, ConditionalFormattingIconDisplayOption, ConditionalFormattingIconSetType, CustomContentImageScalingConfiguration, CustomContentType, DashboardCustomizationStatus, DataLabelPosition, ForecastComputationSeasonality, FunnelChartMeasureDataLabelStyle, GeospatialColorState, GeospatialLayerType, GeospatialMapNavigation, GeospatialSelectedPointStyle, HistogramBinType, HorizontalTextAlignment, Icon, KPISparklineType, KPIVisualStandardLayoutType, LayerCustomActionTrigger, LineChartLineStyle, LineChartMarkerShape, LineChartType, LineInterpolation, MapZoomMode, MaximumMinimumComputationType, MissingDataTreatmentOption, PivotTableConditionalFormattingScopeRole, PivotTableDataPathType, PivotTableFieldCollapseState, PivotTableMetricPlacement, PivotTableRowsLayout, PivotTableSubtotalLevel, PluginVisualAxisName, PrimaryValueDisplayType, RadarChartAxesRangeScale, RadarChartShape, SelectedTooltipType, SimpleTotalAggregationFunction, SingleYAxisOption, SortDirection, SparklineAxisBehavior, SparklineVisualType, StyledCellType, TableBorderStyle, TableCellImageScalingConfiguration, TableFieldIconSetType, TableOrientation, TableTotalsPlacement, TableTotalsScrollStatus, TextWrap, TimeGranularity, TooltipTarget, TooltipTitleType, TopBottomComputationType, TopBottomSortOrder, TransposedColumnType, URLTargetConfiguration, VerticalTextAlignment, Visibility, WidgetStatus } from "./enums";
2
+ import type { AxisDisplayOptions, BarChartDefaultSeriesSettings, BarChartFieldWells, BarChartSortConfiguration, BarSeriesItem, BorderSettings, ChartAxisLabelOptions, ColumnIdentifier, ColumnSort, ColumnTooltipItem, ContributionAnalysisDefault, CustomActionFilterOperation, CustomActionNavigationOperation, CustomActionSetParametersOperation, CustomActionURLOperation, DataLabelOptions, DecalSettings, DimensionField, FieldSort, FieldSortOptions, FontConfiguration, FormatConfiguration, ItemsLimitConfiguration, LegendOptions, MeasureField, NumberDisplayFormatConfiguration, PercentageDisplayFormatConfiguration, ReferenceLine, SmallMultiplesOptions, VisualCustomAction, VisualInteractionOptions } from "./models_0";
3
+ /**
4
+ * <p>The tooltip item for the fields.</p>
5
+ * @public
6
+ */
7
+ export interface FieldTooltipItem {
8
+ /**
9
+ * <p>The unique ID of the field that is targeted by the tooltip.</p>
10
+ * @public
11
+ */
12
+ FieldId: string | undefined;
13
+ /**
14
+ * <p>The label of the tooltip item.</p>
15
+ * @public
16
+ */
17
+ Label?: string | undefined;
18
+ /**
19
+ * <p>The visibility of the tooltip item.</p>
20
+ * @public
21
+ */
22
+ Visibility?: Visibility | undefined;
23
+ /**
24
+ * <p>Determines the target of the field tooltip item in a combo chart visual.</p>
25
+ * @public
26
+ */
27
+ TooltipTarget?: TooltipTarget | undefined;
28
+ }
29
+ /**
30
+ * <p>The tooltip.</p>
31
+ * <p>This is a union type structure. For this structure to be valid, only one of the attributes can be defined.</p>
32
+ * @public
33
+ */
34
+ export interface TooltipItem {
35
+ /**
36
+ * <p>The tooltip item for the fields.</p>
37
+ * @public
38
+ */
39
+ FieldTooltipItem?: FieldTooltipItem | undefined;
40
+ /**
41
+ * <p>The tooltip item for the columns that are not part of a field well.</p>
42
+ * @public
43
+ */
44
+ ColumnTooltipItem?: ColumnTooltipItem | undefined;
45
+ }
46
+ /**
47
+ * <p>The setup for the detailed tooltip.</p>
48
+ * @public
49
+ */
50
+ export interface FieldBasedTooltip {
51
+ /**
52
+ * <p>The visibility of <code>Show aggregations</code>.</p>
53
+ * @public
54
+ */
55
+ AggregationVisibility?: Visibility | undefined;
56
+ /**
57
+ * <p>The type for the >tooltip title. Choose one of the following options:</p>
58
+ * <ul>
59
+ * <li>
60
+ * <p>
61
+ * <code>NONE</code>: Doesn't use the primary value as the title.</p>
62
+ * </li>
63
+ * <li>
64
+ * <p>
65
+ * <code>PRIMARY_VALUE</code>: Uses primary value as the title.</p>
66
+ * </li>
67
+ * </ul>
68
+ * @public
69
+ */
70
+ TooltipTitleType?: TooltipTitleType | undefined;
71
+ /**
72
+ * <p>The fields configuration in the
73
+ * tooltip.</p>
74
+ * @public
75
+ */
76
+ TooltipFields?: TooltipItem[] | undefined;
77
+ }
78
+ /**
79
+ * <p>The configuration of the sheet tooltip.</p>
80
+ * @public
81
+ */
82
+ export interface SheetTooltip {
83
+ /**
84
+ * <p>The sheet ID of the tooltip sheet that is used by the tooltip.</p>
85
+ * @public
86
+ */
87
+ SheetId?: string | undefined;
88
+ }
3
89
  /**
4
90
  * <p>The display options for the visual tooltip.</p>
5
91
  * @public
@@ -7249,67 +7335,3 @@ export interface TreeMapVisual {
7249
7335
  */
7250
7336
  VisualContentAltText?: string | undefined;
7251
7337
  }
7252
- /**
7253
- * <p>The color configuration for individual groups within a waterfall visual.</p>
7254
- * @public
7255
- */
7256
- export interface WaterfallChartGroupColorConfiguration {
7257
- /**
7258
- * <p>Defines the color for the positive bars of a waterfall chart.</p>
7259
- * @public
7260
- */
7261
- PositiveBarColor?: string | undefined;
7262
- /**
7263
- * <p>Defines the color for the negative bars of a waterfall chart.</p>
7264
- * @public
7265
- */
7266
- NegativeBarColor?: string | undefined;
7267
- /**
7268
- * <p>Defines the color for the total bars of a waterfall chart.</p>
7269
- * @public
7270
- */
7271
- TotalBarColor?: string | undefined;
7272
- }
7273
- /**
7274
- * <p>The color configuration of a waterfall visual.</p>
7275
- * @public
7276
- */
7277
- export interface WaterfallChartColorConfiguration {
7278
- /**
7279
- * <p>The color configuration for individual groups within a waterfall visual.</p>
7280
- * @public
7281
- */
7282
- GroupColorConfiguration?: WaterfallChartGroupColorConfiguration | undefined;
7283
- }
7284
- /**
7285
- * <p>The field well configuration of a waterfall visual.</p>
7286
- * @public
7287
- */
7288
- export interface WaterfallChartAggregatedFieldWells {
7289
- /**
7290
- * <p>The category field wells of a waterfall visual.</p>
7291
- * @public
7292
- */
7293
- Categories?: DimensionField[] | undefined;
7294
- /**
7295
- * <p>The value field wells of a waterfall visual.</p>
7296
- * @public
7297
- */
7298
- Values?: MeasureField[] | undefined;
7299
- /**
7300
- * <p>The breakdown field wells of a waterfall visual.</p>
7301
- * @public
7302
- */
7303
- Breakdowns?: DimensionField[] | undefined;
7304
- }
7305
- /**
7306
- * <p>The field well configuration of a waterfall visual.</p>
7307
- * @public
7308
- */
7309
- export interface WaterfallChartFieldWells {
7310
- /**
7311
- * <p>The field well configuration of a waterfall visual.</p>
7312
- * @public
7313
- */
7314
- WaterfallChartAggregatedFieldWells?: WaterfallChartAggregatedFieldWells | undefined;
7315
- }
@@ -1,6 +1,70 @@
1
- import type { ActionConnectorType, AggType, AnalysisFilterAttribute, AnchorType, AnonymousUserDashboardEmbeddingConfigurationDisabledFeature, AnonymousUserDashboardEmbeddingConfigurationEnabledFeature, AssetBundleExportFormat, AssetBundleExportJobAnalysisPropertyToOverride, AssetBundleExportJobDashboardPropertyToOverride, AssetBundleExportJobDataSetPropertyToOverride, AssetBundleExportJobDataSourcePropertyToOverride, AssetBundleExportJobFolderPropertyToOverride, AssetBundleExportJobRefreshSchedulePropertyToOverride, AssetBundleExportJobStatus, AssetBundleExportJobThemePropertyToOverride, AssetBundleExportJobVPCConnectionPropertyToOverride, AssetBundleImportFailureAction, AssetBundleImportJobStatus, AuthenticationMethodOption, AuthenticationType, AuthorizationCodeGrantCredentialsSource, BrandStatus, BrandVersionStatus, CapabilityState, ClientCredentialsSource, ColumnDataSubType, ColumnDataType, ColumnOrderingType, ComparisonMethodType, ConnectionAuthType, ConstantType, ContributionAnalysisDirection, ContributionAnalysisSortType, DashboardBehavior, DashboardUIState, DataSetDateComparisonFilterOperator, DataSetNumericComparisonFilterOperator, DatasetParameterValueType, DataSetStringComparisonFilterOperator, DataSetStringListFilterOperator, DisplayFormat, Edition, FilterClass, FilterOperator, GeoSpatialCountryCode, GeoSpatialDataRole, HorizontalTextAlignment, InputColumnDataType, JoinOperationType, LookbackWindowSizeUnit, NullFilterOption, NumberScale, RefreshFailureAlertStatus, ResourceStatus, ReviewedAnswerErrorCode, ServiceType, SheetContentType, SnapshotFileFormatType, SnapshotFileSheetSelectionScope, StarburstProductType, TimeGranularity, TopicIRFilterFunction, TopicIRFilterType, TopicNumericSeparatorSymbol, TopicSortDirection, TopicTimeGranularity, UndefinedSpecifiedValueType, ValidationStrategyMode, WebCrawlerAuthType, WordCloudCloudLayout, WordCloudWordCasing, WordCloudWordOrientation, WordCloudWordPadding, WordCloudWordScaling } from "./enums";
2
- import type { AccountCustomization, AdditionalNotes, AdHocFilteringOption, AggFunction, AggregateOperation, AggregationPartitionBy, AmazonElasticsearchParameters, AmazonOpenSearchParameters, AnalysisDefaults, AssetOptions, AxisDisplayOptions, CalculatedField, ChartAxisLabelOptions, ColumnConfiguration, DataLabelOptions, DataPrepAggregationFunction, DataSetColumnIdMapping, DataSetIdentifierDeclaration, DimensionField, FieldSortOptions, FilterControl, FilterGroup, FontConfiguration, ItemsLimitConfiguration, Layout, LegendOptions, MeasureField, ParameterControl, ParameterDeclaration, QueryExecutionOptions, SheetControlLayout, SheetImage, SheetTextBox, TransformOperationSource, VisualCustomAction, VisualCustomActionDefaults, VisualInteractionOptions, VisualMenuOption } from "./models_0";
3
- import type { BarChartVisual, BoxPlotVisual, ColumnHierarchy, ComboChartVisual, CustomContentVisual, EmptyVisual, FilledMapVisual, FunnelChartVisual, GaugeChartVisual, GeospatialMapVisual, HeatMapVisual, HistogramVisual, InsightVisual, KPIVisual, LayerMapVisual, LineChartVisual, PieChartVisual, PivotTableVisual, PluginVisual, RadarChartVisual, SankeyDiagramVisual, ScatterPlotVisual, TableVisual, TreeMapVisual, VisualPalette, VisualSubtitleLabelOptions, VisualTitleLabelOptions, WaterfallChartColorConfiguration, WaterfallChartFieldWells } from "./models_1";
1
+ import type { ActionConnectorType, AgentLifecycle, AgentStatus, AggType, AnalysisFilterAttribute, AnchorType, AnonymousUserDashboardEmbeddingConfigurationDisabledFeature, AnonymousUserDashboardEmbeddingConfigurationEnabledFeature, AssetBundleExportFormat, AssetBundleExportJobAnalysisPropertyToOverride, AssetBundleExportJobDashboardPropertyToOverride, AssetBundleExportJobDataSetPropertyToOverride, AssetBundleExportJobDataSourcePropertyToOverride, AssetBundleExportJobFolderPropertyToOverride, AssetBundleExportJobRefreshSchedulePropertyToOverride, AssetBundleExportJobStatus, AssetBundleExportJobThemePropertyToOverride, AssetBundleExportJobVPCConnectionPropertyToOverride, AssetBundleImportFailureAction, AssetBundleImportJobStatus, AuthenticationMethodOption, AuthenticationType, AuthorizationCodeGrantCredentialsSource, BrandStatus, BrandVersionStatus, CapabilityState, ClientCredentialsSource, ColumnDataSubType, ColumnDataType, ColumnOrderingType, ComparisonMethodType, ConnectionAuthType, ConstantType, ContributionAnalysisDirection, ContributionAnalysisSortType, DashboardBehavior, DashboardUIState, DataSetDateComparisonFilterOperator, DataSetNumericComparisonFilterOperator, DataSetStringComparisonFilterOperator, DataSetStringListFilterOperator, DisplayFormat, Edition, FilterClass, FilterOperator, GeoSpatialCountryCode, GeoSpatialDataRole, HorizontalTextAlignment, InputColumnDataType, JoinOperationType, LookbackWindowSizeUnit, NullFilterOption, NumberScale, RefreshFailureAlertStatus, ResourceStatus, ReviewedAnswerErrorCode, ServiceType, SheetContentType, SnapshotFileFormatType, SnapshotFileSheetSelectionScope, StarburstProductType, TimeGranularity, TopicIRFilterFunction, TopicIRFilterType, TopicNumericSeparatorSymbol, TopicSortDirection, TopicTimeGranularity, UndefinedSpecifiedValueType, ValidationStrategyMode, WebCrawlerAuthType, WordCloudCloudLayout, WordCloudWordCasing, WordCloudWordOrientation, WordCloudWordPadding, WordCloudWordScaling } from "./enums";
2
+ import type { AccountCustomization, AdditionalNotes, AdHocFilteringOption, AggFunction, AggregationPartitionBy, AmazonElasticsearchParameters, AmazonOpenSearchParameters, AnalysisDefaults, AssetOptions, AxisDisplayOptions, CalculatedField, ChartAxisLabelOptions, ColumnConfiguration, DataLabelOptions, DataPrepAggregationFunction, DataSetColumnIdMapping, DataSetIdentifierDeclaration, DimensionField, FieldSortOptions, FilterControl, FilterGroup, FontConfiguration, ItemsLimitConfiguration, Layout, LegendOptions, MeasureField, ParameterControl, ParameterDeclaration, QueryExecutionOptions, SheetControlLayout, SheetImage, SheetTextBox, TransformOperationSource, VisualCustomAction, VisualCustomActionDefaults, VisualInteractionOptions, VisualMenuOption } from "./models_0";
3
+ import type { BarChartVisual, BoxPlotVisual, ColumnHierarchy, ComboChartVisual, CustomContentVisual, EmptyVisual, FilledMapVisual, FunnelChartVisual, GaugeChartVisual, GeospatialMapVisual, HeatMapVisual, HistogramVisual, InsightVisual, KPIVisual, LayerMapVisual, LineChartVisual, PieChartVisual, PivotTableVisual, PluginVisual, RadarChartVisual, SankeyDiagramVisual, ScatterPlotVisual, TableVisual, TreeMapVisual, VisualPalette, VisualSubtitleLabelOptions, VisualTitleLabelOptions } from "./models_1";
4
+ /**
5
+ * <p>The color configuration for individual groups within a waterfall visual.</p>
6
+ * @public
7
+ */
8
+ export interface WaterfallChartGroupColorConfiguration {
9
+ /**
10
+ * <p>Defines the color for the positive bars of a waterfall chart.</p>
11
+ * @public
12
+ */
13
+ PositiveBarColor?: string | undefined;
14
+ /**
15
+ * <p>Defines the color for the negative bars of a waterfall chart.</p>
16
+ * @public
17
+ */
18
+ NegativeBarColor?: string | undefined;
19
+ /**
20
+ * <p>Defines the color for the total bars of a waterfall chart.</p>
21
+ * @public
22
+ */
23
+ TotalBarColor?: string | undefined;
24
+ }
25
+ /**
26
+ * <p>The color configuration of a waterfall visual.</p>
27
+ * @public
28
+ */
29
+ export interface WaterfallChartColorConfiguration {
30
+ /**
31
+ * <p>The color configuration for individual groups within a waterfall visual.</p>
32
+ * @public
33
+ */
34
+ GroupColorConfiguration?: WaterfallChartGroupColorConfiguration | undefined;
35
+ }
36
+ /**
37
+ * <p>The field well configuration of a waterfall visual.</p>
38
+ * @public
39
+ */
40
+ export interface WaterfallChartAggregatedFieldWells {
41
+ /**
42
+ * <p>The category field wells of a waterfall visual.</p>
43
+ * @public
44
+ */
45
+ Categories?: DimensionField[] | undefined;
46
+ /**
47
+ * <p>The value field wells of a waterfall visual.</p>
48
+ * @public
49
+ */
50
+ Values?: MeasureField[] | undefined;
51
+ /**
52
+ * <p>The breakdown field wells of a waterfall visual.</p>
53
+ * @public
54
+ */
55
+ Breakdowns?: DimensionField[] | undefined;
56
+ }
57
+ /**
58
+ * <p>The field well configuration of a waterfall visual.</p>
59
+ * @public
60
+ */
61
+ export interface WaterfallChartFieldWells {
62
+ /**
63
+ * <p>The field well configuration of a waterfall visual.</p>
64
+ * @public
65
+ */
66
+ WaterfallChartAggregatedFieldWells?: WaterfallChartAggregatedFieldWells | undefined;
67
+ }
4
68
  /**
5
69
  * <p>The sort configuration of a waterfall visual.</p>
6
70
  * @public
@@ -8004,6 +8068,193 @@ export interface CreateActionConnectorResponse {
8004
8068
  */
8005
8069
  Status?: number | undefined;
8006
8070
  }
8071
+ /**
8072
+ * <p>A reference to an existing custom prompt profile.</p>
8073
+ * @public
8074
+ */
8075
+ export interface CustomPromptProfile {
8076
+ /**
8077
+ * <p>The identifier of the model profile.</p>
8078
+ * @public
8079
+ */
8080
+ ModelProfileId: string | undefined;
8081
+ /**
8082
+ * <p>The subscription identifier.</p>
8083
+ * @public
8084
+ */
8085
+ SubscriptionId: string | undefined;
8086
+ /**
8087
+ * <p>The Amazon Web Services account ID for the Q Business service.</p>
8088
+ * @public
8089
+ */
8090
+ QbsAwsAccountId: string | undefined;
8091
+ }
8092
+ /**
8093
+ * <p>The parameters for configuring a custom prompt for an agent.</p>
8094
+ * @public
8095
+ */
8096
+ export interface CustomPromptInputParameters {
8097
+ /**
8098
+ * <p>Instructions for the desired response length.</p>
8099
+ * @public
8100
+ */
8101
+ ResponseLength?: string | undefined;
8102
+ /**
8103
+ * <p>Instructions for the desired output style.</p>
8104
+ * @public
8105
+ */
8106
+ OutputStyle?: string | undefined;
8107
+ /**
8108
+ * <p>Instructions that define the agent's identity and persona.</p>
8109
+ * @public
8110
+ */
8111
+ Identity?: string | undefined;
8112
+ /**
8113
+ * <p>Instructions for the desired tone of responses.</p>
8114
+ * @public
8115
+ */
8116
+ Tone?: string | undefined;
8117
+ /**
8118
+ * <p>Custom instructions for the agent's behavior.</p>
8119
+ * @public
8120
+ */
8121
+ CustomInstructions?: string | undefined;
8122
+ }
8123
+ /**
8124
+ * <p>The custom prompt input for an agent. This is a union type that can be either an existing prompt profile or new prompt parameters.</p>
8125
+ * @public
8126
+ */
8127
+ export type CustomPromptInput = CustomPromptInput.ExistingPromptMember | CustomPromptInput.NewPromptMember | CustomPromptInput.$UnknownMember;
8128
+ /**
8129
+ * @public
8130
+ */
8131
+ export declare namespace CustomPromptInput {
8132
+ /**
8133
+ * <p>An existing custom prompt profile to use for the agent.</p>
8134
+ * @public
8135
+ */
8136
+ interface ExistingPromptMember {
8137
+ ExistingPrompt: CustomPromptProfile;
8138
+ NewPrompt?: never;
8139
+ $unknown?: never;
8140
+ }
8141
+ /**
8142
+ * <p>New custom prompt parameters to configure for the agent.</p>
8143
+ * @public
8144
+ */
8145
+ interface NewPromptMember {
8146
+ ExistingPrompt?: never;
8147
+ NewPrompt: CustomPromptInputParameters;
8148
+ $unknown?: never;
8149
+ }
8150
+ /**
8151
+ * @public
8152
+ */
8153
+ interface $UnknownMember {
8154
+ ExistingPrompt?: never;
8155
+ NewPrompt?: never;
8156
+ $unknown: [string, any];
8157
+ }
8158
+ /**
8159
+ * @deprecated unused in schema-serde mode.
8160
+ *
8161
+ */
8162
+ interface Visitor<T> {
8163
+ ExistingPrompt: (value: CustomPromptProfile) => T;
8164
+ NewPrompt: (value: CustomPromptInputParameters) => T;
8165
+ _: (name: string, value: any) => T;
8166
+ }
8167
+ }
8168
+ /**
8169
+ * @public
8170
+ */
8171
+ export interface CreateAgentRequest {
8172
+ /**
8173
+ * <p>The Amazon Resource Names (ARNs) of the spaces to attach to the agent.</p>
8174
+ * @public
8175
+ */
8176
+ Spaces?: string[] | undefined;
8177
+ /**
8178
+ * <p>The Amazon Resource Names (ARNs) of the action connectors to attach to the agent.</p>
8179
+ * @public
8180
+ */
8181
+ ActionConnectors?: string[] | undefined;
8182
+ /**
8183
+ * <p>The ID of the Amazon Web Services account that contains the agent.</p>
8184
+ * @public
8185
+ */
8186
+ AwsAccountId: string | undefined;
8187
+ /**
8188
+ * <p>A unique identifier for the agent.</p>
8189
+ * @public
8190
+ */
8191
+ AgentId: string | undefined;
8192
+ /**
8193
+ * <p>The name of the agent.</p>
8194
+ * @public
8195
+ */
8196
+ Name: string | undefined;
8197
+ /**
8198
+ * <p>A description of the agent.</p>
8199
+ * @public
8200
+ */
8201
+ Description?: string | undefined;
8202
+ /**
8203
+ * <p>The icon identifier for the agent.</p>
8204
+ * @public
8205
+ */
8206
+ IconId?: string | undefined;
8207
+ /**
8208
+ * <p>A list of starter prompts that are displayed to users when they begin interacting with the agent.</p>
8209
+ * @public
8210
+ */
8211
+ StarterPrompts?: string[] | undefined;
8212
+ /**
8213
+ * <p>The welcome message that is displayed when a user starts a conversation with the agent.</p>
8214
+ * @public
8215
+ */
8216
+ WelcomeMessage?: string | undefined;
8217
+ /**
8218
+ * <p>The lifecycle state of the agent. Valid values are <code>PREVIEW</code> and <code>PUBLISHED</code>.</p>
8219
+ * @public
8220
+ */
8221
+ AgentLifecycle?: AgentLifecycle | undefined;
8222
+ /**
8223
+ * <p>The custom prompt configuration for the agent.</p>
8224
+ * @public
8225
+ */
8226
+ CustomPromptInput?: CustomPromptInput | undefined;
8227
+ }
8228
+ /**
8229
+ * @public
8230
+ */
8231
+ export interface CreateAgentResponse {
8232
+ /**
8233
+ * <p>The Amazon Resource Name (ARN) of the agent.</p>
8234
+ * @public
8235
+ */
8236
+ Arn: string | undefined;
8237
+ /**
8238
+ * <p>The unique identifier for the agent.</p>
8239
+ * @public
8240
+ */
8241
+ AgentId: string | undefined;
8242
+ /**
8243
+ * <p>The status of the agent.</p>
8244
+ * @public
8245
+ */
8246
+ AgentStatus: AgentStatus | undefined;
8247
+ /**
8248
+ * <p>The name of the agent.</p>
8249
+ * @public
8250
+ */
8251
+ AgentName: string | undefined;
8252
+ /**
8253
+ * <p>The Amazon Web Services request ID for this operation.</p>
8254
+ * @public
8255
+ */
8256
+ RequestId?: string | undefined;
8257
+ }
8007
8258
  /**
8008
8259
  * <p>A date-time parameter.</p>
8009
8260
  * @public
@@ -9497,215 +9748,3 @@ export interface UnpivotOperation {
9497
9748
  */
9498
9749
  UnpivotedValueColumnId: string | undefined;
9499
9750
  }
9500
- /**
9501
- * <p>A step in data preparation that performs a specific operation on the data.</p>
9502
- * @public
9503
- */
9504
- export interface TransformStep {
9505
- /**
9506
- * <p>A transform step that brings data from a source table.</p>
9507
- * @public
9508
- */
9509
- ImportTableStep?: ImportTableOperation | undefined;
9510
- /**
9511
- * <p>A transform operation that projects columns. Operations that come after a projection
9512
- * can only refer to projected columns.</p>
9513
- * @public
9514
- */
9515
- ProjectStep?: ProjectOperation | undefined;
9516
- /**
9517
- * <p>A transform step that applies filter conditions.</p>
9518
- * @public
9519
- */
9520
- FiltersStep?: FiltersOperation | undefined;
9521
- /**
9522
- * <p>A transform operation that creates calculated columns. Columns created in one such
9523
- * operation form a lexical closure.</p>
9524
- * @public
9525
- */
9526
- CreateColumnsStep?: CreateColumnsOperation | undefined;
9527
- /**
9528
- * <p>A transform step that changes the names of one or more columns.</p>
9529
- * @public
9530
- */
9531
- RenameColumnsStep?: RenameColumnsOperation | undefined;
9532
- /**
9533
- * <p>A transform step that changes the data types of one or more columns.</p>
9534
- * @public
9535
- */
9536
- CastColumnTypesStep?: CastColumnTypesOperation | undefined;
9537
- /**
9538
- * <p>A transform step that combines data from two sources based on specified join conditions.</p>
9539
- * @public
9540
- */
9541
- JoinStep?: JoinOperation | undefined;
9542
- /**
9543
- * <p>A transform step that groups data and applies aggregation functions to calculate summary values.</p>
9544
- * @public
9545
- */
9546
- AggregateStep?: AggregateOperation | undefined;
9547
- /**
9548
- * <p>A transform step that converts row values into columns to reshape the data structure.</p>
9549
- * @public
9550
- */
9551
- PivotStep?: PivotOperation | undefined;
9552
- /**
9553
- * <p>A transform step that converts columns into rows to normalize the data structure.</p>
9554
- * @public
9555
- */
9556
- UnpivotStep?: UnpivotOperation | undefined;
9557
- /**
9558
- * <p>A transform step that combines rows from multiple sources by stacking them vertically.</p>
9559
- * @public
9560
- */
9561
- AppendStep?: AppendOperation | undefined;
9562
- }
9563
- /**
9564
- * <p>Configuration for data preparation operations, defining the complete pipeline from source tables
9565
- * through transformations to destination tables.</p>
9566
- * @public
9567
- */
9568
- export interface DataPrepConfiguration {
9569
- /**
9570
- * <p>A map of source tables that provide information about underlying sources.</p>
9571
- * @public
9572
- */
9573
- SourceTableMap: Record<string, SourceTable> | undefined;
9574
- /**
9575
- * <p>A map of transformation steps that process the data.</p>
9576
- * @public
9577
- */
9578
- TransformStepMap: Record<string, TransformStep> | undefined;
9579
- /**
9580
- * <p>A map of destination tables that receive the final prepared data.</p>
9581
- * @public
9582
- */
9583
- DestinationTableMap: Record<string, DestinationTable> | undefined;
9584
- }
9585
- /**
9586
- * <p>The default values of a date time parameter.</p>
9587
- * @public
9588
- */
9589
- export interface DateTimeDatasetParameterDefaultValues {
9590
- /**
9591
- * <p>A list of static default values for a given date time parameter.</p>
9592
- * @public
9593
- */
9594
- StaticValues?: Date[] | undefined;
9595
- }
9596
- /**
9597
- * <p>A date time parameter for a dataset.</p>
9598
- * @public
9599
- */
9600
- export interface DateTimeDatasetParameter {
9601
- /**
9602
- * <p>An identifier for the parameter that is created in the dataset.</p>
9603
- * @public
9604
- */
9605
- Id: string | undefined;
9606
- /**
9607
- * <p>The name of the date time parameter that is created in the dataset.</p>
9608
- * @public
9609
- */
9610
- Name: string | undefined;
9611
- /**
9612
- * <p>The value type of the dataset parameter. Valid values are <code>single value</code> or <code>multi value</code>.</p>
9613
- * @public
9614
- */
9615
- ValueType: DatasetParameterValueType | undefined;
9616
- /**
9617
- * <p>The time granularity of the date time parameter.</p>
9618
- * @public
9619
- */
9620
- TimeGranularity?: TimeGranularity | undefined;
9621
- /**
9622
- * <p>A list of default values for a given date time parameter. This structure only accepts static values.</p>
9623
- * @public
9624
- */
9625
- DefaultValues?: DateTimeDatasetParameterDefaultValues | undefined;
9626
- }
9627
- /**
9628
- * <p>The default values of a decimal parameter.</p>
9629
- * @public
9630
- */
9631
- export interface DecimalDatasetParameterDefaultValues {
9632
- /**
9633
- * <p>A list of static default values for a given decimal parameter.</p>
9634
- * @public
9635
- */
9636
- StaticValues?: number[] | undefined;
9637
- }
9638
- /**
9639
- * <p>A decimal parameter for a dataset.</p>
9640
- * @public
9641
- */
9642
- export interface DecimalDatasetParameter {
9643
- /**
9644
- * <p>An identifier for the decimal parameter created in the dataset.</p>
9645
- * @public
9646
- */
9647
- Id: string | undefined;
9648
- /**
9649
- * <p>The name of the decimal parameter that is created in the dataset.</p>
9650
- * @public
9651
- */
9652
- Name: string | undefined;
9653
- /**
9654
- * <p>The value type of the dataset parameter. Valid values are <code>single value</code> or <code>multi value</code>.</p>
9655
- * @public
9656
- */
9657
- ValueType: DatasetParameterValueType | undefined;
9658
- /**
9659
- * <p>A list of default values for a given decimal parameter. This structure only accepts static values.</p>
9660
- * @public
9661
- */
9662
- DefaultValues?: DecimalDatasetParameterDefaultValues | undefined;
9663
- }
9664
- /**
9665
- * <p>The default values of an integer parameter.</p>
9666
- * @public
9667
- */
9668
- export interface IntegerDatasetParameterDefaultValues {
9669
- /**
9670
- * <p>A list of static default values for a given integer parameter.</p>
9671
- * @public
9672
- */
9673
- StaticValues?: number[] | undefined;
9674
- }
9675
- /**
9676
- * <p>An integer parameter for a dataset.</p>
9677
- * @public
9678
- */
9679
- export interface IntegerDatasetParameter {
9680
- /**
9681
- * <p>An identifier for the integer parameter created in the dataset.</p>
9682
- * @public
9683
- */
9684
- Id: string | undefined;
9685
- /**
9686
- * <p>The name of the integer parameter that is created in the dataset.</p>
9687
- * @public
9688
- */
9689
- Name: string | undefined;
9690
- /**
9691
- * <p>The value type of the dataset parameter. Valid values are <code>single value</code> or <code>multi value</code>.</p>
9692
- * @public
9693
- */
9694
- ValueType: DatasetParameterValueType | undefined;
9695
- /**
9696
- * <p>A list of default values for a given integer parameter. This structure only accepts static values.</p>
9697
- * @public
9698
- */
9699
- DefaultValues?: IntegerDatasetParameterDefaultValues | undefined;
9700
- }
9701
- /**
9702
- * <p>The default values of a string parameter.</p>
9703
- * @public
9704
- */
9705
- export interface StringDatasetParameterDefaultValues {
9706
- /**
9707
- * <p>A list of static default values for a given string parameter.</p>
9708
- * @public
9709
- */
9710
- StaticValues?: string[] | undefined;
9711
- }