A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/aws/aws-sdk-js-v3/commit/a0aa8dccc16e40dd9274a88e9f96521e7d2cddba below:

Add RowAxisDisplayOptions and ColumnAxisDisp… · aws/aws-sdk-js-v3@a0aa8dc · GitHub

File tree Expand file treeCollapse file tree 13 files changed

+70

-1

lines changed

Filter options

Expand file treeCollapse file tree 13 files changed

+70

-1

lines changed Original file line number Diff line number Diff line change

@@ -3423,7 +3423,9 @@ export interface CreateAnalysisCommandOutput extends CreateAnalysisResponse, __M

3423 3423

* HeatMapRowItemsLimitConfiguration: "<ItemsLimitConfiguration>",

3424 3424

* HeatMapColumnItemsLimitConfiguration: "<ItemsLimitConfiguration>",

3425 3425

* },

3426 +

* RowAxisDisplayOptions: "<AxisDisplayOptions>",

3426 3427

* RowLabelOptions: "<ChartAxisLabelOptions>",

3428 +

* ColumnAxisDisplayOptions: "<AxisDisplayOptions>",

3427 3429

* ColumnLabelOptions: "<ChartAxisLabelOptions>",

3428 3430

* ColorScale: { // ColorScale

3429 3431

* Colors: [ // ColorScaleColorList // required

@@ -4534,6 +4536,7 @@ export interface CreateAnalysisCommandOutput extends CreateAnalysisResponse, __M

4534 4536

* },

4535 4537

* },

4536 4538

* },

4539 +

* Actions: "<VisualCustomActionList>",

4537 4540

* VisualContentAltText: "STRING_VALUE",

4538 4541

* },

4539 4542

* },

Original file line number Diff line number Diff line change

@@ -3470,7 +3470,9 @@ export interface CreateDashboardCommandOutput extends CreateDashboardResponse, _

3470 3470

* HeatMapRowItemsLimitConfiguration: "<ItemsLimitConfiguration>",

3471 3471

* HeatMapColumnItemsLimitConfiguration: "<ItemsLimitConfiguration>",

3472 3472

* },

3473 +

* RowAxisDisplayOptions: "<AxisDisplayOptions>",

3473 3474

* RowLabelOptions: "<ChartAxisLabelOptions>",

3475 +

* ColumnAxisDisplayOptions: "<AxisDisplayOptions>",

3474 3476

* ColumnLabelOptions: "<ChartAxisLabelOptions>",

3475 3477

* ColorScale: { // ColorScale

3476 3478

* Colors: [ // ColorScaleColorList // required

@@ -4581,6 +4583,7 @@ export interface CreateDashboardCommandOutput extends CreateDashboardResponse, _

4581 4583

* },

4582 4584

* },

4583 4585

* },

4586 +

* Actions: "<VisualCustomActionList>",

4584 4587

* VisualContentAltText: "STRING_VALUE",

4585 4588

* },

4586 4589

* },

Original file line number Diff line number Diff line change

@@ -3417,7 +3417,9 @@ export interface CreateTemplateCommandOutput extends CreateTemplateResponse, __M

3417 3417

* HeatMapRowItemsLimitConfiguration: "<ItemsLimitConfiguration>",

3418 3418

* HeatMapColumnItemsLimitConfiguration: "<ItemsLimitConfiguration>",

3419 3419

* },

3420 +

* RowAxisDisplayOptions: "<AxisDisplayOptions>",

3420 3421

* RowLabelOptions: "<ChartAxisLabelOptions>",

3422 +

* ColumnAxisDisplayOptions: "<AxisDisplayOptions>",

3421 3423

* ColumnLabelOptions: "<ChartAxisLabelOptions>",

3422 3424

* ColorScale: { // ColorScale

3423 3425

* Colors: [ // ColorScaleColorList // required

@@ -4528,6 +4530,7 @@ export interface CreateTemplateCommandOutput extends CreateTemplateResponse, __M

4528 4530

* },

4529 4531

* },

4530 4532

* },

4533 +

* Actions: "<VisualCustomActionList>",

4531 4534

* VisualContentAltText: "STRING_VALUE",

4532 4535

* },

4533 4536

* },

Original file line number Diff line number Diff line change

@@ -3389,7 +3389,9 @@ export interface DescribeAnalysisDefinitionCommandOutput extends DescribeAnalysi

3389 3389

* // HeatMapRowItemsLimitConfiguration: "<ItemsLimitConfiguration>",

3390 3390

* // HeatMapColumnItemsLimitConfiguration: "<ItemsLimitConfiguration>",

3391 3391

* // },

3392 +

* // RowAxisDisplayOptions: "<AxisDisplayOptions>",

3392 3393

* // RowLabelOptions: "<ChartAxisLabelOptions>",

3394 +

* // ColumnAxisDisplayOptions: "<AxisDisplayOptions>",

3393 3395

* // ColumnLabelOptions: "<ChartAxisLabelOptions>",

3394 3396

* // ColorScale: { // ColorScale

3395 3397

* // Colors: [ // ColorScaleColorList // required

@@ -4500,6 +4502,7 @@ export interface DescribeAnalysisDefinitionCommandOutput extends DescribeAnalysi

4500 4502

* // },

4501 4503

* // },

4502 4504

* // },

4505 +

* // Actions: "<VisualCustomActionList>",

4503 4506

* // VisualContentAltText: "STRING_VALUE",

4504 4507

* // },

4505 4508

* // },

Original file line number Diff line number Diff line change

@@ -3396,7 +3396,9 @@ export interface DescribeDashboardDefinitionCommandOutput

3396 3396

* // HeatMapRowItemsLimitConfiguration: "<ItemsLimitConfiguration>",

3397 3397

* // HeatMapColumnItemsLimitConfiguration: "<ItemsLimitConfiguration>",

3398 3398

* // },

3399 +

* // RowAxisDisplayOptions: "<AxisDisplayOptions>",

3399 3400

* // RowLabelOptions: "<ChartAxisLabelOptions>",

3401 +

* // ColumnAxisDisplayOptions: "<AxisDisplayOptions>",

3400 3402

* // ColumnLabelOptions: "<ChartAxisLabelOptions>",

3401 3403

* // ColorScale: { // ColorScale

3402 3404

* // Colors: [ // ColorScaleColorList // required

@@ -4507,6 +4509,7 @@ export interface DescribeDashboardDefinitionCommandOutput

4507 4509

* // },

4508 4510

* // },

4509 4511

* // },

4512 +

* // Actions: "<VisualCustomActionList>",

4510 4513

* // VisualContentAltText: "STRING_VALUE",

4511 4514

* // },

4512 4515

* // },

Original file line number Diff line number Diff line change

@@ -3409,7 +3409,9 @@ export interface DescribeTemplateDefinitionCommandOutput extends DescribeTemplat

3409 3409

* // HeatMapRowItemsLimitConfiguration: "<ItemsLimitConfiguration>",

3410 3410

* // HeatMapColumnItemsLimitConfiguration: "<ItemsLimitConfiguration>",

3411 3411

* // },

3412 +

* // RowAxisDisplayOptions: "<AxisDisplayOptions>",

3412 3413

* // RowLabelOptions: "<ChartAxisLabelOptions>",

3414 +

* // ColumnAxisDisplayOptions: "<AxisDisplayOptions>",

3413 3415

* // ColumnLabelOptions: "<ChartAxisLabelOptions>",

3414 3416

* // ColorScale: { // ColorScale

3415 3417

* // Colors: [ // ColorScaleColorList // required

@@ -4520,6 +4522,7 @@ export interface DescribeTemplateDefinitionCommandOutput extends DescribeTemplat

4520 4522

* // },

4521 4523

* // },

4522 4524

* // },

4525 +

* // Actions: "<VisualCustomActionList>",

4523 4526

* // VisualContentAltText: "STRING_VALUE",

4524 4527

* // },

4525 4528

* // },

Original file line number Diff line number Diff line change

@@ -3409,7 +3409,9 @@ export interface UpdateAnalysisCommandOutput extends UpdateAnalysisResponse, __M

3409 3409

* HeatMapRowItemsLimitConfiguration: "<ItemsLimitConfiguration>",

3410 3410

* HeatMapColumnItemsLimitConfiguration: "<ItemsLimitConfiguration>",

3411 3411

* },

3412 +

* RowAxisDisplayOptions: "<AxisDisplayOptions>",

3412 3413

* RowLabelOptions: "<ChartAxisLabelOptions>",

3414 +

* ColumnAxisDisplayOptions: "<AxisDisplayOptions>",

3413 3415

* ColumnLabelOptions: "<ChartAxisLabelOptions>",

3414 3416

* ColorScale: { // ColorScale

3415 3417

* Colors: [ // ColorScaleColorList // required

@@ -4520,6 +4522,7 @@ export interface UpdateAnalysisCommandOutput extends UpdateAnalysisResponse, __M

4520 4522

* },

4521 4523

* },

4522 4524

* },

4525 +

* Actions: "<VisualCustomActionList>",

4523 4526

* VisualContentAltText: "STRING_VALUE",

4524 4527

* },

4525 4528

* },

Original file line number Diff line number Diff line change

@@ -3455,7 +3455,9 @@ export interface UpdateDashboardCommandOutput extends UpdateDashboardResponse, _

3455 3455

* HeatMapRowItemsLimitConfiguration: "<ItemsLimitConfiguration>",

3456 3456

* HeatMapColumnItemsLimitConfiguration: "<ItemsLimitConfiguration>",

3457 3457

* },

3458 +

* RowAxisDisplayOptions: "<AxisDisplayOptions>",

3458 3459

* RowLabelOptions: "<ChartAxisLabelOptions>",

3460 +

* ColumnAxisDisplayOptions: "<AxisDisplayOptions>",

3459 3461

* ColumnLabelOptions: "<ChartAxisLabelOptions>",

3460 3462

* ColorScale: { // ColorScale

3461 3463

* Colors: [ // ColorScaleColorList // required

@@ -4566,6 +4568,7 @@ export interface UpdateDashboardCommandOutput extends UpdateDashboardResponse, _

4566 4568

* },

4567 4569

* },

4568 4570

* },

4571 +

* Actions: "<VisualCustomActionList>",

4569 4572

* VisualContentAltText: "STRING_VALUE",

4570 4573

* },

4571 4574

* },

Original file line number Diff line number Diff line change

@@ -3396,7 +3396,9 @@ export interface UpdateTemplateCommandOutput extends UpdateTemplateResponse, __M

3396 3396

* HeatMapRowItemsLimitConfiguration: "<ItemsLimitConfiguration>",

3397 3397

* HeatMapColumnItemsLimitConfiguration: "<ItemsLimitConfiguration>",

3398 3398

* },

3399 +

* RowAxisDisplayOptions: "<AxisDisplayOptions>",

3399 3400

* RowLabelOptions: "<ChartAxisLabelOptions>",

3401 +

* ColumnAxisDisplayOptions: "<AxisDisplayOptions>",

3400 3402

* ColumnLabelOptions: "<ChartAxisLabelOptions>",

3401 3403

* ColorScale: { // ColorScale

3402 3404

* Colors: [ // ColorScaleColorList // required

@@ -4507,6 +4509,7 @@ export interface UpdateTemplateCommandOutput extends UpdateTemplateResponse, __M

4507 4509

* },

4508 4510

* },

4509 4511

* },

4512 +

* Actions: "<VisualCustomActionList>",

4510 4513

* VisualContentAltText: "STRING_VALUE",

4511 4514

* },

4512 4515

* },

Original file line number Diff line number Diff line change

@@ -3816,12 +3816,24 @@ export interface HeatMapConfiguration {

3816 3816

*/

3817 3817

SortConfiguration?: HeatMapSortConfiguration | undefined;

3818 3818 3819 +

/**

3820 +

* <p>The options that determine the presentation of the row axis label.</p>

3821 +

* @public

3822 +

*/

3823 +

RowAxisDisplayOptions?: AxisDisplayOptions | undefined;

3824 + 3819 3825

/**

3820 3826

* <p>The label options of the row that is displayed in a <code>heat map</code>.</p>

3821 3827

* @public

3822 3828

*/

3823 3829

RowLabelOptions?: ChartAxisLabelOptions | undefined;

3824 3830 3831 +

/**

3832 +

* <p>The options that determine the presentation of the row axis label.</p>

3833 +

* @public

3834 +

*/

3835 +

ColumnAxisDisplayOptions?: AxisDisplayOptions | undefined;

3836 + 3825 3837

/**

3826 3838

* <p>The label options of the column that is displayed in a heat map.</p>

3827 3839

* @public

You can’t perform that action at this time.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4