@aws-sdk/client-quicksight 3.409.0 → 3.410.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.
- package/dist-cjs/models/models_1.js +28 -22
- package/dist-cjs/models/models_2.js +22 -13
- package/dist-cjs/models/models_3.js +11 -1
- package/dist-cjs/protocols/Aws_restJson1.js +28 -0
- package/dist-cjs/runtimeExtensions.js +3 -0
- package/dist-es/models/models_1.js +22 -16
- package/dist-es/models/models_2.js +17 -10
- package/dist-es/models/models_3.js +10 -0
- package/dist-es/protocols/Aws_restJson1.js +28 -0
- package/dist-es/runtimeExtensions.js +3 -0
- package/dist-types/commands/CreateAnalysisCommand.d.ts +52 -17
- package/dist-types/commands/CreateDashboardCommand.d.ts +52 -17
- package/dist-types/commands/CreateTemplateCommand.d.ts +52 -17
- package/dist-types/commands/DescribeAnalysisDefinitionCommand.d.ts +52 -17
- package/dist-types/commands/DescribeDashboardDefinitionCommand.d.ts +52 -17
- package/dist-types/commands/DescribeTemplateDefinitionCommand.d.ts +52 -17
- package/dist-types/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAccountCustomizationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAccountSettingsCommand.d.ts +1 -2
- package/dist-types/commands/UpdateAnalysisCommand.d.ts +52 -17
- package/dist-types/commands/UpdateDashboardCommand.d.ts +52 -17
- package/dist-types/commands/UpdateTemplateCommand.d.ts +52 -17
- package/dist-types/extensionConfiguration.d.ts +2 -1
- package/dist-types/models/models_1.d.ts +132 -101
- package/dist-types/models/models_2.d.ts +98 -173
- package/dist-types/models/models_3.d.ts +178 -150
- package/dist-types/models/models_4.d.ts +150 -2
- package/dist-types/runtimeConfig.browser.d.ts +4 -1
- package/dist-types/runtimeConfig.d.ts +4 -1
- package/dist-types/runtimeConfig.native.d.ts +4 -1
- package/dist-types/runtimeExtensions.d.ts +1 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateAccountCustomizationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateAccountSettingsCommand.d.ts +4 -2
- package/dist-types/ts3.4/extensionConfiguration.d.ts +3 -1
- package/dist-types/ts3.4/models/models_1.d.ts +42 -40
- package/dist-types/ts3.4/models/models_2.d.ts +42 -45
- package/dist-types/ts3.4/models/models_3.d.ts +47 -40
- package/dist-types/ts3.4/models/models_4.d.ts +37 -1
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +8 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +8 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +8 -1
- package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
- package/package.json +28 -28
|
@@ -2265,6 +2265,17 @@ export interface UpdateDashboardCommandOutput extends UpdateDashboardResponse, _
|
|
|
2265
2265
|
* PrimaryValueDisplayType: "HIDDEN" || "COMPARISON" || "ACTUAL",
|
|
2266
2266
|
* PrimaryValueFontConfiguration: "<FontConfiguration>",
|
|
2267
2267
|
* SecondaryValueFontConfiguration: "<FontConfiguration>",
|
|
2268
|
+
* Sparkline: { // KPISparklineOptions
|
|
2269
|
+
* Visibility: "HIDDEN" || "VISIBLE",
|
|
2270
|
+
* Type: "LINE" || "AREA", // required
|
|
2271
|
+
* Color: "STRING_VALUE",
|
|
2272
|
+
* TooltipVisibility: "HIDDEN" || "VISIBLE",
|
|
2273
|
+
* },
|
|
2274
|
+
* VisualLayoutOptions: { // KPIVisualLayoutOptions
|
|
2275
|
+
* StandardLayout: { // KPIVisualStandardLayout
|
|
2276
|
+
* Type: "CLASSIC" || "VERTICAL", // required
|
|
2277
|
+
* },
|
|
2278
|
+
* },
|
|
2268
2279
|
* },
|
|
2269
2280
|
* },
|
|
2270
2281
|
* ConditionalFormatting: { // KPIConditionalFormatting
|
|
@@ -2293,6 +2304,46 @@ export interface UpdateDashboardCommandOutput extends UpdateDashboardResponse, _
|
|
|
2293
2304
|
* ProgressBar: { // KPIProgressBarConditionalFormatting
|
|
2294
2305
|
* ForegroundColor: "<ConditionalFormattingColor>",
|
|
2295
2306
|
* },
|
|
2307
|
+
* ActualValue: { // KPIActualValueConditionalFormatting
|
|
2308
|
+
* TextColor: "<ConditionalFormattingColor>",
|
|
2309
|
+
* Icon: {
|
|
2310
|
+
* IconSet: {
|
|
2311
|
+
* Expression: "STRING_VALUE", // required
|
|
2312
|
+
* IconSetType: "PLUS_MINUS" || "CHECK_X" || "THREE_COLOR_ARROW" || "THREE_GRAY_ARROW" || "CARET_UP_MINUS_DOWN" || "THREE_SHAPE" || "THREE_CIRCLE" || "FLAGS" || "BARS" || "FOUR_COLOR_ARROW" || "FOUR_GRAY_ARROW",
|
|
2313
|
+
* },
|
|
2314
|
+
* CustomCondition: {
|
|
2315
|
+
* Expression: "STRING_VALUE", // required
|
|
2316
|
+
* IconOptions: {
|
|
2317
|
+
* Icon: "CARET_UP" || "CARET_DOWN" || "PLUS" || "MINUS" || "ARROW_UP" || "ARROW_DOWN" || "ARROW_LEFT" || "ARROW_UP_LEFT" || "ARROW_DOWN_LEFT" || "ARROW_RIGHT" || "ARROW_UP_RIGHT" || "ARROW_DOWN_RIGHT" || "FACE_UP" || "FACE_DOWN" || "FACE_FLAT" || "ONE_BAR" || "TWO_BAR" || "THREE_BAR" || "CIRCLE" || "TRIANGLE" || "SQUARE" || "FLAG" || "THUMBS_UP" || "THUMBS_DOWN" || "CHECKMARK" || "X",
|
|
2318
|
+
* UnicodeIcon: "STRING_VALUE",
|
|
2319
|
+
* },
|
|
2320
|
+
* Color: "STRING_VALUE",
|
|
2321
|
+
* DisplayConfiguration: {
|
|
2322
|
+
* IconDisplayOption: "ICON_ONLY",
|
|
2323
|
+
* },
|
|
2324
|
+
* },
|
|
2325
|
+
* },
|
|
2326
|
+
* },
|
|
2327
|
+
* ComparisonValue: { // KPIComparisonValueConditionalFormatting
|
|
2328
|
+
* TextColor: "<ConditionalFormattingColor>",
|
|
2329
|
+
* Icon: {
|
|
2330
|
+
* IconSet: {
|
|
2331
|
+
* Expression: "STRING_VALUE", // required
|
|
2332
|
+
* IconSetType: "PLUS_MINUS" || "CHECK_X" || "THREE_COLOR_ARROW" || "THREE_GRAY_ARROW" || "CARET_UP_MINUS_DOWN" || "THREE_SHAPE" || "THREE_CIRCLE" || "FLAGS" || "BARS" || "FOUR_COLOR_ARROW" || "FOUR_GRAY_ARROW",
|
|
2333
|
+
* },
|
|
2334
|
+
* CustomCondition: {
|
|
2335
|
+
* Expression: "STRING_VALUE", // required
|
|
2336
|
+
* IconOptions: {
|
|
2337
|
+
* Icon: "CARET_UP" || "CARET_DOWN" || "PLUS" || "MINUS" || "ARROW_UP" || "ARROW_DOWN" || "ARROW_LEFT" || "ARROW_UP_LEFT" || "ARROW_DOWN_LEFT" || "ARROW_RIGHT" || "ARROW_UP_RIGHT" || "ARROW_DOWN_RIGHT" || "FACE_UP" || "FACE_DOWN" || "FACE_FLAT" || "ONE_BAR" || "TWO_BAR" || "THREE_BAR" || "CIRCLE" || "TRIANGLE" || "SQUARE" || "FLAG" || "THUMBS_UP" || "THUMBS_DOWN" || "CHECKMARK" || "X",
|
|
2338
|
+
* UnicodeIcon: "STRING_VALUE",
|
|
2339
|
+
* },
|
|
2340
|
+
* Color: "STRING_VALUE",
|
|
2341
|
+
* DisplayConfiguration: {
|
|
2342
|
+
* IconDisplayOption: "ICON_ONLY",
|
|
2343
|
+
* },
|
|
2344
|
+
* },
|
|
2345
|
+
* },
|
|
2346
|
+
* },
|
|
2296
2347
|
* },
|
|
2297
2348
|
* ],
|
|
2298
2349
|
* },
|
|
@@ -2812,23 +2863,7 @@ export interface UpdateDashboardCommandOutput extends UpdateDashboardResponse, _
|
|
|
2812
2863
|
* { // GaugeChartConditionalFormattingOption
|
|
2813
2864
|
* PrimaryValue: { // GaugeChartPrimaryValueConditionalFormatting
|
|
2814
2865
|
* TextColor: "<ConditionalFormattingColor>",
|
|
2815
|
-
* Icon:
|
|
2816
|
-
* IconSet: {
|
|
2817
|
-
* Expression: "STRING_VALUE", // required
|
|
2818
|
-
* IconSetType: "PLUS_MINUS" || "CHECK_X" || "THREE_COLOR_ARROW" || "THREE_GRAY_ARROW" || "CARET_UP_MINUS_DOWN" || "THREE_SHAPE" || "THREE_CIRCLE" || "FLAGS" || "BARS" || "FOUR_COLOR_ARROW" || "FOUR_GRAY_ARROW",
|
|
2819
|
-
* },
|
|
2820
|
-
* CustomCondition: {
|
|
2821
|
-
* Expression: "STRING_VALUE", // required
|
|
2822
|
-
* IconOptions: {
|
|
2823
|
-
* Icon: "CARET_UP" || "CARET_DOWN" || "PLUS" || "MINUS" || "ARROW_UP" || "ARROW_DOWN" || "ARROW_LEFT" || "ARROW_UP_LEFT" || "ARROW_DOWN_LEFT" || "ARROW_RIGHT" || "ARROW_UP_RIGHT" || "ARROW_DOWN_RIGHT" || "FACE_UP" || "FACE_DOWN" || "FACE_FLAT" || "ONE_BAR" || "TWO_BAR" || "THREE_BAR" || "CIRCLE" || "TRIANGLE" || "SQUARE" || "FLAG" || "THUMBS_UP" || "THUMBS_DOWN" || "CHECKMARK" || "X",
|
|
2824
|
-
* UnicodeIcon: "STRING_VALUE",
|
|
2825
|
-
* },
|
|
2826
|
-
* Color: "STRING_VALUE",
|
|
2827
|
-
* DisplayConfiguration: {
|
|
2828
|
-
* IconDisplayOption: "ICON_ONLY",
|
|
2829
|
-
* },
|
|
2830
|
-
* },
|
|
2831
|
-
* },
|
|
2866
|
+
* Icon: "<ConditionalFormattingIcon>",
|
|
2832
2867
|
* },
|
|
2833
2868
|
* Arc: { // GaugeChartArcConditionalFormatting
|
|
2834
2869
|
* ForegroundColor: "<ConditionalFormattingColor>",
|
|
@@ -2207,6 +2207,17 @@ export interface UpdateTemplateCommandOutput extends UpdateTemplateResponse, __M
|
|
|
2207
2207
|
* PrimaryValueDisplayType: "HIDDEN" || "COMPARISON" || "ACTUAL",
|
|
2208
2208
|
* PrimaryValueFontConfiguration: "<FontConfiguration>",
|
|
2209
2209
|
* SecondaryValueFontConfiguration: "<FontConfiguration>",
|
|
2210
|
+
* Sparkline: { // KPISparklineOptions
|
|
2211
|
+
* Visibility: "HIDDEN" || "VISIBLE",
|
|
2212
|
+
* Type: "LINE" || "AREA", // required
|
|
2213
|
+
* Color: "STRING_VALUE",
|
|
2214
|
+
* TooltipVisibility: "HIDDEN" || "VISIBLE",
|
|
2215
|
+
* },
|
|
2216
|
+
* VisualLayoutOptions: { // KPIVisualLayoutOptions
|
|
2217
|
+
* StandardLayout: { // KPIVisualStandardLayout
|
|
2218
|
+
* Type: "CLASSIC" || "VERTICAL", // required
|
|
2219
|
+
* },
|
|
2220
|
+
* },
|
|
2210
2221
|
* },
|
|
2211
2222
|
* },
|
|
2212
2223
|
* ConditionalFormatting: { // KPIConditionalFormatting
|
|
@@ -2235,6 +2246,46 @@ export interface UpdateTemplateCommandOutput extends UpdateTemplateResponse, __M
|
|
|
2235
2246
|
* ProgressBar: { // KPIProgressBarConditionalFormatting
|
|
2236
2247
|
* ForegroundColor: "<ConditionalFormattingColor>",
|
|
2237
2248
|
* },
|
|
2249
|
+
* ActualValue: { // KPIActualValueConditionalFormatting
|
|
2250
|
+
* TextColor: "<ConditionalFormattingColor>",
|
|
2251
|
+
* Icon: {
|
|
2252
|
+
* IconSet: {
|
|
2253
|
+
* Expression: "STRING_VALUE", // required
|
|
2254
|
+
* IconSetType: "PLUS_MINUS" || "CHECK_X" || "THREE_COLOR_ARROW" || "THREE_GRAY_ARROW" || "CARET_UP_MINUS_DOWN" || "THREE_SHAPE" || "THREE_CIRCLE" || "FLAGS" || "BARS" || "FOUR_COLOR_ARROW" || "FOUR_GRAY_ARROW",
|
|
2255
|
+
* },
|
|
2256
|
+
* CustomCondition: {
|
|
2257
|
+
* Expression: "STRING_VALUE", // required
|
|
2258
|
+
* IconOptions: {
|
|
2259
|
+
* Icon: "CARET_UP" || "CARET_DOWN" || "PLUS" || "MINUS" || "ARROW_UP" || "ARROW_DOWN" || "ARROW_LEFT" || "ARROW_UP_LEFT" || "ARROW_DOWN_LEFT" || "ARROW_RIGHT" || "ARROW_UP_RIGHT" || "ARROW_DOWN_RIGHT" || "FACE_UP" || "FACE_DOWN" || "FACE_FLAT" || "ONE_BAR" || "TWO_BAR" || "THREE_BAR" || "CIRCLE" || "TRIANGLE" || "SQUARE" || "FLAG" || "THUMBS_UP" || "THUMBS_DOWN" || "CHECKMARK" || "X",
|
|
2260
|
+
* UnicodeIcon: "STRING_VALUE",
|
|
2261
|
+
* },
|
|
2262
|
+
* Color: "STRING_VALUE",
|
|
2263
|
+
* DisplayConfiguration: {
|
|
2264
|
+
* IconDisplayOption: "ICON_ONLY",
|
|
2265
|
+
* },
|
|
2266
|
+
* },
|
|
2267
|
+
* },
|
|
2268
|
+
* },
|
|
2269
|
+
* ComparisonValue: { // KPIComparisonValueConditionalFormatting
|
|
2270
|
+
* TextColor: "<ConditionalFormattingColor>",
|
|
2271
|
+
* Icon: {
|
|
2272
|
+
* IconSet: {
|
|
2273
|
+
* Expression: "STRING_VALUE", // required
|
|
2274
|
+
* IconSetType: "PLUS_MINUS" || "CHECK_X" || "THREE_COLOR_ARROW" || "THREE_GRAY_ARROW" || "CARET_UP_MINUS_DOWN" || "THREE_SHAPE" || "THREE_CIRCLE" || "FLAGS" || "BARS" || "FOUR_COLOR_ARROW" || "FOUR_GRAY_ARROW",
|
|
2275
|
+
* },
|
|
2276
|
+
* CustomCondition: {
|
|
2277
|
+
* Expression: "STRING_VALUE", // required
|
|
2278
|
+
* IconOptions: {
|
|
2279
|
+
* Icon: "CARET_UP" || "CARET_DOWN" || "PLUS" || "MINUS" || "ARROW_UP" || "ARROW_DOWN" || "ARROW_LEFT" || "ARROW_UP_LEFT" || "ARROW_DOWN_LEFT" || "ARROW_RIGHT" || "ARROW_UP_RIGHT" || "ARROW_DOWN_RIGHT" || "FACE_UP" || "FACE_DOWN" || "FACE_FLAT" || "ONE_BAR" || "TWO_BAR" || "THREE_BAR" || "CIRCLE" || "TRIANGLE" || "SQUARE" || "FLAG" || "THUMBS_UP" || "THUMBS_DOWN" || "CHECKMARK" || "X",
|
|
2280
|
+
* UnicodeIcon: "STRING_VALUE",
|
|
2281
|
+
* },
|
|
2282
|
+
* Color: "STRING_VALUE",
|
|
2283
|
+
* DisplayConfiguration: {
|
|
2284
|
+
* IconDisplayOption: "ICON_ONLY",
|
|
2285
|
+
* },
|
|
2286
|
+
* },
|
|
2287
|
+
* },
|
|
2288
|
+
* },
|
|
2238
2289
|
* },
|
|
2239
2290
|
* ],
|
|
2240
2291
|
* },
|
|
@@ -2754,23 +2805,7 @@ export interface UpdateTemplateCommandOutput extends UpdateTemplateResponse, __M
|
|
|
2754
2805
|
* { // GaugeChartConditionalFormattingOption
|
|
2755
2806
|
* PrimaryValue: { // GaugeChartPrimaryValueConditionalFormatting
|
|
2756
2807
|
* TextColor: "<ConditionalFormattingColor>",
|
|
2757
|
-
* Icon:
|
|
2758
|
-
* IconSet: {
|
|
2759
|
-
* Expression: "STRING_VALUE", // required
|
|
2760
|
-
* IconSetType: "PLUS_MINUS" || "CHECK_X" || "THREE_COLOR_ARROW" || "THREE_GRAY_ARROW" || "CARET_UP_MINUS_DOWN" || "THREE_SHAPE" || "THREE_CIRCLE" || "FLAGS" || "BARS" || "FOUR_COLOR_ARROW" || "FOUR_GRAY_ARROW",
|
|
2761
|
-
* },
|
|
2762
|
-
* CustomCondition: {
|
|
2763
|
-
* Expression: "STRING_VALUE", // required
|
|
2764
|
-
* IconOptions: {
|
|
2765
|
-
* Icon: "CARET_UP" || "CARET_DOWN" || "PLUS" || "MINUS" || "ARROW_UP" || "ARROW_DOWN" || "ARROW_LEFT" || "ARROW_UP_LEFT" || "ARROW_DOWN_LEFT" || "ARROW_RIGHT" || "ARROW_UP_RIGHT" || "ARROW_DOWN_RIGHT" || "FACE_UP" || "FACE_DOWN" || "FACE_FLAT" || "ONE_BAR" || "TWO_BAR" || "THREE_BAR" || "CIRCLE" || "TRIANGLE" || "SQUARE" || "FLAG" || "THUMBS_UP" || "THUMBS_DOWN" || "CHECKMARK" || "X",
|
|
2766
|
-
* UnicodeIcon: "STRING_VALUE",
|
|
2767
|
-
* },
|
|
2768
|
-
* Color: "STRING_VALUE",
|
|
2769
|
-
* DisplayConfiguration: {
|
|
2770
|
-
* IconDisplayOption: "ICON_ONLY",
|
|
2771
|
-
* },
|
|
2772
|
-
* },
|
|
2773
|
-
* },
|
|
2808
|
+
* Icon: "<ConditionalFormattingIcon>",
|
|
2774
2809
|
* },
|
|
2775
2810
|
* Arc: { // GaugeChartArcConditionalFormatting
|
|
2776
2811
|
* ForegroundColor: "<ConditionalFormattingColor>",
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
+
import { HttpHandlerExtensionConfiguration } from "@smithy/protocol-http";
|
|
1
2
|
import { DefaultExtensionConfiguration } from "@smithy/types";
|
|
2
3
|
/**
|
|
3
4
|
* @internal
|
|
4
5
|
*/
|
|
5
|
-
export interface QuickSightExtensionConfiguration extends DefaultExtensionConfiguration {
|
|
6
|
+
export interface QuickSightExtensionConfiguration extends HttpHandlerExtensionConfiguration, DefaultExtensionConfiguration {
|
|
6
7
|
}
|
|
@@ -2610,6 +2610,44 @@ export interface SecondaryValueOptions {
|
|
|
2610
2610
|
*/
|
|
2611
2611
|
Visibility?: Visibility | string;
|
|
2612
2612
|
}
|
|
2613
|
+
/**
|
|
2614
|
+
* @public
|
|
2615
|
+
* @enum
|
|
2616
|
+
*/
|
|
2617
|
+
export declare const KPISparklineType: {
|
|
2618
|
+
readonly AREA: "AREA";
|
|
2619
|
+
readonly LINE: "LINE";
|
|
2620
|
+
};
|
|
2621
|
+
/**
|
|
2622
|
+
* @public
|
|
2623
|
+
*/
|
|
2624
|
+
export type KPISparklineType = (typeof KPISparklineType)[keyof typeof KPISparklineType];
|
|
2625
|
+
/**
|
|
2626
|
+
* @public
|
|
2627
|
+
* <p>The options that determine the visibility, color, type, and tooltip visibility of the sparkline of a KPI visual.</p>
|
|
2628
|
+
*/
|
|
2629
|
+
export interface KPISparklineOptions {
|
|
2630
|
+
/**
|
|
2631
|
+
* @public
|
|
2632
|
+
* <p>The visibility of the sparkline.</p>
|
|
2633
|
+
*/
|
|
2634
|
+
Visibility?: Visibility | string;
|
|
2635
|
+
/**
|
|
2636
|
+
* @public
|
|
2637
|
+
* <p>The type of the sparkline.</p>
|
|
2638
|
+
*/
|
|
2639
|
+
Type: KPISparklineType | string | undefined;
|
|
2640
|
+
/**
|
|
2641
|
+
* @public
|
|
2642
|
+
* <p>The color of the sparkline.</p>
|
|
2643
|
+
*/
|
|
2644
|
+
Color?: string;
|
|
2645
|
+
/**
|
|
2646
|
+
* @public
|
|
2647
|
+
* <p>The tooltip visibility of the sparkline.</p>
|
|
2648
|
+
*/
|
|
2649
|
+
TooltipVisibility?: Visibility | string;
|
|
2650
|
+
}
|
|
2613
2651
|
/**
|
|
2614
2652
|
* @public
|
|
2615
2653
|
* <p>The options that determine the presentation of trend arrows in a KPI visual.</p>
|
|
@@ -2621,6 +2659,40 @@ export interface TrendArrowOptions {
|
|
|
2621
2659
|
*/
|
|
2622
2660
|
Visibility?: Visibility | string;
|
|
2623
2661
|
}
|
|
2662
|
+
/**
|
|
2663
|
+
* @public
|
|
2664
|
+
* @enum
|
|
2665
|
+
*/
|
|
2666
|
+
export declare const KPIVisualStandardLayoutType: {
|
|
2667
|
+
readonly CLASSIC: "CLASSIC";
|
|
2668
|
+
readonly VERTICAL: "VERTICAL";
|
|
2669
|
+
};
|
|
2670
|
+
/**
|
|
2671
|
+
* @public
|
|
2672
|
+
*/
|
|
2673
|
+
export type KPIVisualStandardLayoutType = (typeof KPIVisualStandardLayoutType)[keyof typeof KPIVisualStandardLayoutType];
|
|
2674
|
+
/**
|
|
2675
|
+
* @public
|
|
2676
|
+
* <p>The standard layout of the KPI visual.</p>
|
|
2677
|
+
*/
|
|
2678
|
+
export interface KPIVisualStandardLayout {
|
|
2679
|
+
/**
|
|
2680
|
+
* @public
|
|
2681
|
+
* <p>The standard layout type.</p>
|
|
2682
|
+
*/
|
|
2683
|
+
Type: KPIVisualStandardLayoutType | string | undefined;
|
|
2684
|
+
}
|
|
2685
|
+
/**
|
|
2686
|
+
* @public
|
|
2687
|
+
* <p>The options that determine the layout a KPI visual.</p>
|
|
2688
|
+
*/
|
|
2689
|
+
export interface KPIVisualLayoutOptions {
|
|
2690
|
+
/**
|
|
2691
|
+
* @public
|
|
2692
|
+
* <p>The standard layout of the KPI visual.</p>
|
|
2693
|
+
*/
|
|
2694
|
+
StandardLayout?: KPIVisualStandardLayout;
|
|
2695
|
+
}
|
|
2624
2696
|
/**
|
|
2625
2697
|
* @public
|
|
2626
2698
|
* <p>The options that determine the presentation of a KPI visual.</p>
|
|
@@ -2661,6 +2733,16 @@ export interface KPIOptions {
|
|
|
2661
2733
|
* <p>The options that determine the secondary value font configuration.</p>
|
|
2662
2734
|
*/
|
|
2663
2735
|
SecondaryValueFontConfiguration?: FontConfiguration;
|
|
2736
|
+
/**
|
|
2737
|
+
* @public
|
|
2738
|
+
* <p>The options that determine the visibility, color, type, and tooltip visibility of the sparkline of a KPI visual.</p>
|
|
2739
|
+
*/
|
|
2740
|
+
Sparkline?: KPISparklineOptions;
|
|
2741
|
+
/**
|
|
2742
|
+
* @public
|
|
2743
|
+
* <p>The options that determine the layout a KPI visual.</p>
|
|
2744
|
+
*/
|
|
2745
|
+
VisualLayoutOptions?: KPIVisualLayoutOptions;
|
|
2664
2746
|
}
|
|
2665
2747
|
/**
|
|
2666
2748
|
* @public
|
|
@@ -2694,6 +2776,38 @@ export interface KPIConfiguration {
|
|
|
2694
2776
|
*/
|
|
2695
2777
|
KPIOptions?: KPIOptions;
|
|
2696
2778
|
}
|
|
2779
|
+
/**
|
|
2780
|
+
* @public
|
|
2781
|
+
* <p>The conditional formatting for the actual value of a KPI visual.</p>
|
|
2782
|
+
*/
|
|
2783
|
+
export interface KPIActualValueConditionalFormatting {
|
|
2784
|
+
/**
|
|
2785
|
+
* @public
|
|
2786
|
+
* <p>The conditional formatting of the actual value's text color.</p>
|
|
2787
|
+
*/
|
|
2788
|
+
TextColor?: ConditionalFormattingColor;
|
|
2789
|
+
/**
|
|
2790
|
+
* @public
|
|
2791
|
+
* <p>The conditional formatting of the actual value's icon.</p>
|
|
2792
|
+
*/
|
|
2793
|
+
Icon?: ConditionalFormattingIcon;
|
|
2794
|
+
}
|
|
2795
|
+
/**
|
|
2796
|
+
* @public
|
|
2797
|
+
* <p>The conditional formatting for the comparison value of a KPI visual.</p>
|
|
2798
|
+
*/
|
|
2799
|
+
export interface KPIComparisonValueConditionalFormatting {
|
|
2800
|
+
/**
|
|
2801
|
+
* @public
|
|
2802
|
+
* <p>The conditional formatting of the comparison value's text color.</p>
|
|
2803
|
+
*/
|
|
2804
|
+
TextColor?: ConditionalFormattingColor;
|
|
2805
|
+
/**
|
|
2806
|
+
* @public
|
|
2807
|
+
* <p>The conditional formatting of the comparison value's icon.</p>
|
|
2808
|
+
*/
|
|
2809
|
+
Icon?: ConditionalFormattingIcon;
|
|
2810
|
+
}
|
|
2697
2811
|
/**
|
|
2698
2812
|
* @public
|
|
2699
2813
|
* <p>The conditional formatting for the primary value of a KPI visual.</p>
|
|
@@ -2736,6 +2850,16 @@ export interface KPIConditionalFormattingOption {
|
|
|
2736
2850
|
* <p>The conditional formatting for the progress bar of a KPI visual.</p>
|
|
2737
2851
|
*/
|
|
2738
2852
|
ProgressBar?: KPIProgressBarConditionalFormatting;
|
|
2853
|
+
/**
|
|
2854
|
+
* @public
|
|
2855
|
+
* <p>The conditional formatting for the actual value of a KPI visual.</p>
|
|
2856
|
+
*/
|
|
2857
|
+
ActualValue?: KPIActualValueConditionalFormatting;
|
|
2858
|
+
/**
|
|
2859
|
+
* @public
|
|
2860
|
+
* <p>The conditional formatting for the comparison value of a KPI visual.</p>
|
|
2861
|
+
*/
|
|
2862
|
+
ComparisonValue?: KPIComparisonValueConditionalFormatting;
|
|
2739
2863
|
}
|
|
2740
2864
|
/**
|
|
2741
2865
|
* @public
|
|
@@ -6717,99 +6841,6 @@ export interface SnapshotJobS3Result {
|
|
|
6717
6841
|
*/
|
|
6718
6842
|
ErrorInfo?: SnapshotJobResultErrorInfo[];
|
|
6719
6843
|
}
|
|
6720
|
-
/**
|
|
6721
|
-
* @public
|
|
6722
|
-
* <p>A structure that contains information on the generated snapshot file groups.</p>
|
|
6723
|
-
*/
|
|
6724
|
-
export interface SnapshotJobResultFileGroup {
|
|
6725
|
-
/**
|
|
6726
|
-
* @public
|
|
6727
|
-
* <p> A list of <code>SnapshotFile</code> objects.</p>
|
|
6728
|
-
*/
|
|
6729
|
-
Files?: SnapshotFile[];
|
|
6730
|
-
/**
|
|
6731
|
-
* @public
|
|
6732
|
-
* <p> A list of <code>SnapshotJobS3Result</code> objects.</p>
|
|
6733
|
-
*/
|
|
6734
|
-
S3Results?: SnapshotJobS3Result[];
|
|
6735
|
-
}
|
|
6736
|
-
/**
|
|
6737
|
-
* @public
|
|
6738
|
-
* <p>A structure that contains the file groups that are requested for the artifact generation in a <code>StartDashboardSnapshotJob</code> API call.
|
|
6739
|
-
* </p>
|
|
6740
|
-
*/
|
|
6741
|
-
export interface AnonymousUserSnapshotJobResult {
|
|
6742
|
-
/**
|
|
6743
|
-
* @public
|
|
6744
|
-
* <p>A list of <code>SnapshotJobResultFileGroup</code> objects that contain information on the files that are requested during a <code>StartDashboardSnapshotJob</code> API call. If the job succeeds, these objects contain the location where the snapshot artifacts are stored. If the job fails, the objects contain information about the error that caused the job to fail.</p>
|
|
6745
|
-
*/
|
|
6746
|
-
FileGroups?: SnapshotJobResultFileGroup[];
|
|
6747
|
-
}
|
|
6748
|
-
/**
|
|
6749
|
-
* @public
|
|
6750
|
-
* @enum
|
|
6751
|
-
*/
|
|
6752
|
-
export declare const AssetBundleExportJobAnalysisPropertyToOverride: {
|
|
6753
|
-
readonly NAME: "Name";
|
|
6754
|
-
};
|
|
6755
|
-
/**
|
|
6756
|
-
* @public
|
|
6757
|
-
*/
|
|
6758
|
-
export type AssetBundleExportJobAnalysisPropertyToOverride = (typeof AssetBundleExportJobAnalysisPropertyToOverride)[keyof typeof AssetBundleExportJobAnalysisPropertyToOverride];
|
|
6759
|
-
/**
|
|
6760
|
-
* @public
|
|
6761
|
-
* <p>Controls how a specific <code>Analysis</code> resource is parameterized in the returned CloudFormation template.</p>
|
|
6762
|
-
*/
|
|
6763
|
-
export interface AssetBundleExportJobAnalysisOverrideProperties {
|
|
6764
|
-
/**
|
|
6765
|
-
* @public
|
|
6766
|
-
* <p>The ARN of the specific <code>Analysis</code> resource whose override properties are configured in this structure.</p>
|
|
6767
|
-
*/
|
|
6768
|
-
Arn?: string;
|
|
6769
|
-
/**
|
|
6770
|
-
* @public
|
|
6771
|
-
* <p>A list of <code>Analysis</code> resource properties to generate variables for in the returned CloudFormation template.</p>
|
|
6772
|
-
*/
|
|
6773
|
-
Properties: (AssetBundleExportJobAnalysisPropertyToOverride | string)[] | undefined;
|
|
6774
|
-
}
|
|
6775
|
-
/**
|
|
6776
|
-
* @public
|
|
6777
|
-
* @enum
|
|
6778
|
-
*/
|
|
6779
|
-
export declare const AssetBundleExportJobDashboardPropertyToOverride: {
|
|
6780
|
-
readonly NAME: "Name";
|
|
6781
|
-
};
|
|
6782
|
-
/**
|
|
6783
|
-
* @public
|
|
6784
|
-
*/
|
|
6785
|
-
export type AssetBundleExportJobDashboardPropertyToOverride = (typeof AssetBundleExportJobDashboardPropertyToOverride)[keyof typeof AssetBundleExportJobDashboardPropertyToOverride];
|
|
6786
|
-
/**
|
|
6787
|
-
* @public
|
|
6788
|
-
* <p>Controls how a specific <code>Dashboard</code> resource is parameterized in the returned CloudFormation template.</p>
|
|
6789
|
-
*/
|
|
6790
|
-
export interface AssetBundleExportJobDashboardOverrideProperties {
|
|
6791
|
-
/**
|
|
6792
|
-
* @public
|
|
6793
|
-
* <p>The ARN of the specific <code>Dashboard</code> resource whose override properties are configured in this structure.</p>
|
|
6794
|
-
*/
|
|
6795
|
-
Arn?: string;
|
|
6796
|
-
/**
|
|
6797
|
-
* @public
|
|
6798
|
-
* <p>A list of <code>Dashboard</code> resource properties to generate variables for in the returned CloudFormation template.</p>
|
|
6799
|
-
*/
|
|
6800
|
-
Properties: (AssetBundleExportJobDashboardPropertyToOverride | string)[] | undefined;
|
|
6801
|
-
}
|
|
6802
|
-
/**
|
|
6803
|
-
* @public
|
|
6804
|
-
* @enum
|
|
6805
|
-
*/
|
|
6806
|
-
export declare const AssetBundleExportJobDataSetPropertyToOverride: {
|
|
6807
|
-
readonly NAME: "Name";
|
|
6808
|
-
};
|
|
6809
|
-
/**
|
|
6810
|
-
* @public
|
|
6811
|
-
*/
|
|
6812
|
-
export type AssetBundleExportJobDataSetPropertyToOverride = (typeof AssetBundleExportJobDataSetPropertyToOverride)[keyof typeof AssetBundleExportJobDataSetPropertyToOverride];
|
|
6813
6844
|
/**
|
|
6814
6845
|
* @internal
|
|
6815
6846
|
*/
|
|
@@ -7074,6 +7105,14 @@ export declare const KPIOptionsFilterSensitiveLog: (obj: KPIOptions) => any;
|
|
|
7074
7105
|
* @internal
|
|
7075
7106
|
*/
|
|
7076
7107
|
export declare const KPIConfigurationFilterSensitiveLog: (obj: KPIConfiguration) => any;
|
|
7108
|
+
/**
|
|
7109
|
+
* @internal
|
|
7110
|
+
*/
|
|
7111
|
+
export declare const KPIActualValueConditionalFormattingFilterSensitiveLog: (obj: KPIActualValueConditionalFormatting) => any;
|
|
7112
|
+
/**
|
|
7113
|
+
* @internal
|
|
7114
|
+
*/
|
|
7115
|
+
export declare const KPIComparisonValueConditionalFormattingFilterSensitiveLog: (obj: KPIComparisonValueConditionalFormatting) => any;
|
|
7077
7116
|
/**
|
|
7078
7117
|
* @internal
|
|
7079
7118
|
*/
|
|
@@ -7354,11 +7393,3 @@ export declare const AnalysisDefinitionFilterSensitiveLog: (obj: AnalysisDefinit
|
|
|
7354
7393
|
* @internal
|
|
7355
7394
|
*/
|
|
7356
7395
|
export declare const SnapshotJobS3ResultFilterSensitiveLog: (obj: SnapshotJobS3Result) => any;
|
|
7357
|
-
/**
|
|
7358
|
-
* @internal
|
|
7359
|
-
*/
|
|
7360
|
-
export declare const SnapshotJobResultFileGroupFilterSensitiveLog: (obj: SnapshotJobResultFileGroup) => any;
|
|
7361
|
-
/**
|
|
7362
|
-
* @internal
|
|
7363
|
-
*/
|
|
7364
|
-
export declare const AnonymousUserSnapshotJobResultFilterSensitiveLog: (obj: AnonymousUserSnapshotJobResult) => any;
|