Skip to content

Commit

Permalink
feat(client-quicksight): This release includes below three changes: s…
Browse files Browse the repository at this point in the history
…mall multiples axes improvement, field based coloring, removed required trait from Aggregation function for TopBottomFilter.
  • Loading branch information
awstools committed Jul 6, 2023
1 parent 2f61030 commit 32dded9
Show file tree
Hide file tree
Showing 26 changed files with 1,224 additions and 664 deletions.
32 changes: 31 additions & 1 deletion clients/client-quicksight/src/commands/CreateAnalysisCommand.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1690,6 +1690,14 @@ export interface CreateAnalysisCommandOutput extends CreateAnalysisResponse, __M
* BackgroundVisibility: "HIDDEN" || "VISIBLE",
* BackgroundColor: "STRING_VALUE",
* },
* XAxis: { // SmallMultiplesAxisProperties
* Scale: "SHARED" || "INDEPENDENT",
* Placement: "OUTSIDE" || "INSIDE",
* },
* YAxis: {
* Scale: "SHARED" || "INDEPENDENT",
* Placement: "OUTSIDE" || "INSIDE",
* },
* },
* CategoryAxis: { // AxisDisplayOptions
* TickLabelOptions: { // AxisTickLabelOptions
Expand Down Expand Up @@ -2404,6 +2412,14 @@ export interface CreateAnalysisCommandOutput extends CreateAnalysisResponse, __M
* BackgroundVisibility: "HIDDEN" || "VISIBLE",
* BackgroundColor: "STRING_VALUE",
* },
* XAxis: {
* Scale: "SHARED" || "INDEPENDENT",
* Placement: "OUTSIDE" || "INSIDE",
* },
* YAxis: {
* Scale: "SHARED" || "INDEPENDENT",
* Placement: "OUTSIDE" || "INSIDE",
* },
* },
* CategoryLabelOptions: {
* Visibility: "HIDDEN" || "VISIBLE",
Expand Down Expand Up @@ -2801,6 +2817,11 @@ export interface CreateAnalysisCommandOutput extends CreateAnalysisResponse, __M
* BackgroundVisibility: "HIDDEN" || "VISIBLE",
* BackgroundColor: "STRING_VALUE",
* },
* XAxis: {
* Scale: "SHARED" || "INDEPENDENT",
* Placement: "OUTSIDE" || "INSIDE",
* },
* YAxis: "<SmallMultiplesAxisProperties>",
* },
* XAxisDisplayOptions: {
* TickLabelOptions: {
Expand Down Expand Up @@ -4334,7 +4355,7 @@ export interface CreateAnalysisCommandOutput extends CreateAnalysisResponse, __M
* { // AggregationSortConfiguration
* Column: "<ColumnIdentifier>", // required
* SortDirection: "ASC" || "DESC", // required
* AggregationFunction: "<AggregationFunction>", // required
* AggregationFunction: "<AggregationFunction>",
* },
* ],
* TimeGranularity: "YEAR" || "QUARTER" || "MONTH" || "WEEK" || "DAY" || "HOUR" || "MINUTE" || "SECOND" || "MILLISECOND",
Expand Down Expand Up @@ -4368,6 +4389,15 @@ export interface CreateAnalysisCommandOutput extends CreateAnalysisResponse, __M
* DateTimeFormatConfiguration: "<DateTimeFormatConfiguration>",
* },
* Role: "DIMENSION" || "MEASURE",
* ColorsConfiguration: { // ColorsConfiguration
* CustomColors: [ // CustomColorsList
* { // CustomColor
* FieldValue: "STRING_VALUE",
* Color: "STRING_VALUE", // required
* SpecialValue: "EMPTY" || "NULL" || "OTHER",
* },
* ],
* },
* },
* ],
* AnalysisDefaults: { // AnalysisDefaults
Expand Down
32 changes: 31 additions & 1 deletion clients/client-quicksight/src/commands/CreateDashboardCommand.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1736,6 +1736,14 @@ export interface CreateDashboardCommandOutput extends CreateDashboardResponse, _
* BackgroundVisibility: "HIDDEN" || "VISIBLE",
* BackgroundColor: "STRING_VALUE",
* },
* XAxis: { // SmallMultiplesAxisProperties
* Scale: "SHARED" || "INDEPENDENT",
* Placement: "OUTSIDE" || "INSIDE",
* },
* YAxis: {
* Scale: "SHARED" || "INDEPENDENT",
* Placement: "OUTSIDE" || "INSIDE",
* },
* },
* CategoryAxis: { // AxisDisplayOptions
* TickLabelOptions: { // AxisTickLabelOptions
Expand Down Expand Up @@ -2450,6 +2458,14 @@ export interface CreateDashboardCommandOutput extends CreateDashboardResponse, _
* BackgroundVisibility: "HIDDEN" || "VISIBLE",
* BackgroundColor: "STRING_VALUE",
* },
* XAxis: {
* Scale: "SHARED" || "INDEPENDENT",
* Placement: "OUTSIDE" || "INSIDE",
* },
* YAxis: {
* Scale: "SHARED" || "INDEPENDENT",
* Placement: "OUTSIDE" || "INSIDE",
* },
* },
* CategoryLabelOptions: {
* Visibility: "HIDDEN" || "VISIBLE",
Expand Down Expand Up @@ -2847,6 +2863,11 @@ export interface CreateDashboardCommandOutput extends CreateDashboardResponse, _
* BackgroundVisibility: "HIDDEN" || "VISIBLE",
* BackgroundColor: "STRING_VALUE",
* },
* XAxis: {
* Scale: "SHARED" || "INDEPENDENT",
* Placement: "OUTSIDE" || "INSIDE",
* },
* YAxis: "<SmallMultiplesAxisProperties>",
* },
* XAxisDisplayOptions: {
* TickLabelOptions: {
Expand Down Expand Up @@ -4380,7 +4401,7 @@ export interface CreateDashboardCommandOutput extends CreateDashboardResponse, _
* { // AggregationSortConfiguration
* Column: "<ColumnIdentifier>", // required
* SortDirection: "ASC" || "DESC", // required
* AggregationFunction: "<AggregationFunction>", // required
* AggregationFunction: "<AggregationFunction>",
* },
* ],
* TimeGranularity: "YEAR" || "QUARTER" || "MONTH" || "WEEK" || "DAY" || "HOUR" || "MINUTE" || "SECOND" || "MILLISECOND",
Expand Down Expand Up @@ -4414,6 +4435,15 @@ export interface CreateDashboardCommandOutput extends CreateDashboardResponse, _
* DateTimeFormatConfiguration: "<DateTimeFormatConfiguration>",
* },
* Role: "DIMENSION" || "MEASURE",
* ColorsConfiguration: { // ColorsConfiguration
* CustomColors: [ // CustomColorsList
* { // CustomColor
* FieldValue: "STRING_VALUE",
* Color: "STRING_VALUE", // required
* SpecialValue: "EMPTY" || "NULL" || "OTHER",
* },
* ],
* },
* },
* ],
* AnalysisDefaults: { // AnalysisDefaults
Expand Down
32 changes: 31 additions & 1 deletion clients/client-quicksight/src/commands/CreateTemplateCommand.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1684,6 +1684,14 @@ export interface CreateTemplateCommandOutput extends CreateTemplateResponse, __M
* BackgroundVisibility: "HIDDEN" || "VISIBLE",
* BackgroundColor: "STRING_VALUE",
* },
* XAxis: { // SmallMultiplesAxisProperties
* Scale: "SHARED" || "INDEPENDENT",
* Placement: "OUTSIDE" || "INSIDE",
* },
* YAxis: {
* Scale: "SHARED" || "INDEPENDENT",
* Placement: "OUTSIDE" || "INSIDE",
* },
* },
* CategoryAxis: { // AxisDisplayOptions
* TickLabelOptions: { // AxisTickLabelOptions
Expand Down Expand Up @@ -2398,6 +2406,14 @@ export interface CreateTemplateCommandOutput extends CreateTemplateResponse, __M
* BackgroundVisibility: "HIDDEN" || "VISIBLE",
* BackgroundColor: "STRING_VALUE",
* },
* XAxis: {
* Scale: "SHARED" || "INDEPENDENT",
* Placement: "OUTSIDE" || "INSIDE",
* },
* YAxis: {
* Scale: "SHARED" || "INDEPENDENT",
* Placement: "OUTSIDE" || "INSIDE",
* },
* },
* CategoryLabelOptions: {
* Visibility: "HIDDEN" || "VISIBLE",
Expand Down Expand Up @@ -2795,6 +2811,11 @@ export interface CreateTemplateCommandOutput extends CreateTemplateResponse, __M
* BackgroundVisibility: "HIDDEN" || "VISIBLE",
* BackgroundColor: "STRING_VALUE",
* },
* XAxis: {
* Scale: "SHARED" || "INDEPENDENT",
* Placement: "OUTSIDE" || "INSIDE",
* },
* YAxis: "<SmallMultiplesAxisProperties>",
* },
* XAxisDisplayOptions: {
* TickLabelOptions: {
Expand Down Expand Up @@ -4328,7 +4349,7 @@ export interface CreateTemplateCommandOutput extends CreateTemplateResponse, __M
* { // AggregationSortConfiguration
* Column: "<ColumnIdentifier>", // required
* SortDirection: "ASC" || "DESC", // required
* AggregationFunction: "<AggregationFunction>", // required
* AggregationFunction: "<AggregationFunction>",
* },
* ],
* TimeGranularity: "YEAR" || "QUARTER" || "MONTH" || "WEEK" || "DAY" || "HOUR" || "MINUTE" || "SECOND" || "MILLISECOND",
Expand Down Expand Up @@ -4362,6 +4383,15 @@ export interface CreateTemplateCommandOutput extends CreateTemplateResponse, __M
* DateTimeFormatConfiguration: "<DateTimeFormatConfiguration>",
* },
* Role: "DIMENSION" || "MEASURE",
* ColorsConfiguration: { // ColorsConfiguration
* CustomColors: [ // CustomColorsList
* { // CustomColor
* FieldValue: "STRING_VALUE",
* Color: "STRING_VALUE", // required
* SpecialValue: "EMPTY" || "NULL" || "OTHER",
* },
* ],
* },
* },
* ],
* AnalysisDefaults: { // AnalysisDefaults
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ import {
SerdeContext as __SerdeContext,
} from "@smithy/types";

import { DeleteFolderRequest, DeleteFolderResponse } from "../models/models_2";
import { DeleteFolderRequest } from "../models/models_2";
import { DeleteFolderResponse } from "../models/models_3";
import { de_DeleteFolderCommand, se_DeleteFolderCommand } from "../protocols/Aws_restJson1";
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import {
SerdeContext as __SerdeContext,
} from "@smithy/types";

import { DeleteFolderMembershipRequest, DeleteFolderMembershipResponse } from "../models/models_2";
import { DeleteFolderMembershipRequest, DeleteFolderMembershipResponse } from "../models/models_3";
import { de_DeleteFolderMembershipCommand, se_DeleteFolderMembershipCommand } from "../protocols/Aws_restJson1";
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import {
SerdeContext as __SerdeContext,
} from "@smithy/types";

import { DeleteGroupRequest, DeleteGroupResponse } from "../models/models_2";
import { DeleteGroupRequest, DeleteGroupResponse } from "../models/models_3";
import { de_DeleteGroupCommand, se_DeleteGroupCommand } from "../protocols/Aws_restJson1";
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ import {
SerdeContext as __SerdeContext,
} from "@smithy/types";

import { DeleteGroupMembershipRequest } from "../models/models_2";
import { DeleteGroupMembershipResponse } from "../models/models_3";
import { DeleteGroupMembershipRequest, DeleteGroupMembershipResponse } from "../models/models_3";
import { de_DeleteGroupMembershipCommand, se_DeleteGroupMembershipCommand } from "../protocols/Aws_restJson1";
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1656,6 +1656,14 @@ export interface DescribeAnalysisDefinitionCommandOutput extends DescribeAnalysi
* // BackgroundVisibility: "HIDDEN" || "VISIBLE",
* // BackgroundColor: "STRING_VALUE",
* // },
* // XAxis: { // SmallMultiplesAxisProperties
* // Scale: "SHARED" || "INDEPENDENT",
* // Placement: "OUTSIDE" || "INSIDE",
* // },
* // YAxis: {
* // Scale: "SHARED" || "INDEPENDENT",
* // Placement: "OUTSIDE" || "INSIDE",
* // },
* // },
* // CategoryAxis: { // AxisDisplayOptions
* // TickLabelOptions: { // AxisTickLabelOptions
Expand Down Expand Up @@ -2370,6 +2378,14 @@ export interface DescribeAnalysisDefinitionCommandOutput extends DescribeAnalysi
* // BackgroundVisibility: "HIDDEN" || "VISIBLE",
* // BackgroundColor: "STRING_VALUE",
* // },
* // XAxis: {
* // Scale: "SHARED" || "INDEPENDENT",
* // Placement: "OUTSIDE" || "INSIDE",
* // },
* // YAxis: {
* // Scale: "SHARED" || "INDEPENDENT",
* // Placement: "OUTSIDE" || "INSIDE",
* // },
* // },
* // CategoryLabelOptions: {
* // Visibility: "HIDDEN" || "VISIBLE",
Expand Down Expand Up @@ -2767,6 +2783,11 @@ export interface DescribeAnalysisDefinitionCommandOutput extends DescribeAnalysi
* // BackgroundVisibility: "HIDDEN" || "VISIBLE",
* // BackgroundColor: "STRING_VALUE",
* // },
* // XAxis: {
* // Scale: "SHARED" || "INDEPENDENT",
* // Placement: "OUTSIDE" || "INSIDE",
* // },
* // YAxis: "<SmallMultiplesAxisProperties>",
* // },
* // XAxisDisplayOptions: {
* // TickLabelOptions: {
Expand Down Expand Up @@ -4300,7 +4321,7 @@ export interface DescribeAnalysisDefinitionCommandOutput extends DescribeAnalysi
* // { // AggregationSortConfiguration
* // Column: "<ColumnIdentifier>", // required
* // SortDirection: "ASC" || "DESC", // required
* // AggregationFunction: "<AggregationFunction>", // required
* // AggregationFunction: "<AggregationFunction>",
* // },
* // ],
* // TimeGranularity: "YEAR" || "QUARTER" || "MONTH" || "WEEK" || "DAY" || "HOUR" || "MINUTE" || "SECOND" || "MILLISECOND",
Expand Down Expand Up @@ -4334,6 +4355,15 @@ export interface DescribeAnalysisDefinitionCommandOutput extends DescribeAnalysi
* // DateTimeFormatConfiguration: "<DateTimeFormatConfiguration>",
* // },
* // Role: "DIMENSION" || "MEASURE",
* // ColorsConfiguration: { // ColorsConfiguration
* // CustomColors: [ // CustomColorsList
* // { // CustomColor
* // FieldValue: "STRING_VALUE",
* // Color: "STRING_VALUE", // required
* // SpecialValue: "EMPTY" || "NULL" || "OTHER",
* // },
* // ],
* // },
* // },
* // ],
* // AnalysisDefaults: { // AnalysisDefaults
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1663,6 +1663,14 @@ export interface DescribeDashboardDefinitionCommandOutput
* // BackgroundVisibility: "HIDDEN" || "VISIBLE",
* // BackgroundColor: "STRING_VALUE",
* // },
* // XAxis: { // SmallMultiplesAxisProperties
* // Scale: "SHARED" || "INDEPENDENT",
* // Placement: "OUTSIDE" || "INSIDE",
* // },
* // YAxis: {
* // Scale: "SHARED" || "INDEPENDENT",
* // Placement: "OUTSIDE" || "INSIDE",
* // },
* // },
* // CategoryAxis: { // AxisDisplayOptions
* // TickLabelOptions: { // AxisTickLabelOptions
Expand Down Expand Up @@ -2377,6 +2385,14 @@ export interface DescribeDashboardDefinitionCommandOutput
* // BackgroundVisibility: "HIDDEN" || "VISIBLE",
* // BackgroundColor: "STRING_VALUE",
* // },
* // XAxis: {
* // Scale: "SHARED" || "INDEPENDENT",
* // Placement: "OUTSIDE" || "INSIDE",
* // },
* // YAxis: {
* // Scale: "SHARED" || "INDEPENDENT",
* // Placement: "OUTSIDE" || "INSIDE",
* // },
* // },
* // CategoryLabelOptions: {
* // Visibility: "HIDDEN" || "VISIBLE",
Expand Down Expand Up @@ -2774,6 +2790,11 @@ export interface DescribeDashboardDefinitionCommandOutput
* // BackgroundVisibility: "HIDDEN" || "VISIBLE",
* // BackgroundColor: "STRING_VALUE",
* // },
* // XAxis: {
* // Scale: "SHARED" || "INDEPENDENT",
* // Placement: "OUTSIDE" || "INSIDE",
* // },
* // YAxis: "<SmallMultiplesAxisProperties>",
* // },
* // XAxisDisplayOptions: {
* // TickLabelOptions: {
Expand Down Expand Up @@ -4307,7 +4328,7 @@ export interface DescribeDashboardDefinitionCommandOutput
* // { // AggregationSortConfiguration
* // Column: "<ColumnIdentifier>", // required
* // SortDirection: "ASC" || "DESC", // required
* // AggregationFunction: "<AggregationFunction>", // required
* // AggregationFunction: "<AggregationFunction>",
* // },
* // ],
* // TimeGranularity: "YEAR" || "QUARTER" || "MONTH" || "WEEK" || "DAY" || "HOUR" || "MINUTE" || "SECOND" || "MILLISECOND",
Expand Down Expand Up @@ -4341,6 +4362,15 @@ export interface DescribeDashboardDefinitionCommandOutput
* // DateTimeFormatConfiguration: "<DateTimeFormatConfiguration>",
* // },
* // Role: "DIMENSION" || "MEASURE",
* // ColorsConfiguration: { // ColorsConfiguration
* // CustomColors: [ // CustomColorsList
* // { // CustomColor
* // FieldValue: "STRING_VALUE",
* // Color: "STRING_VALUE", // required
* // SpecialValue: "EMPTY" || "NULL" || "OTHER",
* // },
* // ],
* // },
* // },
* // ],
* // AnalysisDefaults: { // AnalysisDefaults
Expand Down
Loading

0 comments on commit 32dded9

Please sign in to comment.