Skip to content

Commit

Permalink
feat(client-quicksight): QuickSight support for pivot table field col…
Browse files Browse the repository at this point in the history
…lapse state, radar chart range scale and multiple scope options in conditional formatting.
  • Loading branch information
awstools committed Jun 6, 2023
1 parent d678417 commit e89e93c
Show file tree
Hide file tree
Showing 27 changed files with 708 additions and 293 deletions.
15 changes: 15 additions & 0 deletions clients/client-quicksight/src/commands/CreateAnalysisCommand.ts
Expand Up @@ -1353,6 +1353,15 @@ export interface CreateAnalysisCommandOutput extends CreateAnalysisResponse, __M
* Width: "STRING_VALUE",
* },
* ],
* CollapseStateOptions: [ // PivotTableFieldCollapseStateOptionList
* { // PivotTableFieldCollapseStateOption
* Target: { // PivotTableFieldCollapseStateTarget
* FieldId: "STRING_VALUE",
* FieldDataPathValues: "<DataPathValueList>",
* },
* State: "COLLAPSED" || "EXPANDED",
* },
* ],
* },
* PaginatedReportOptions: { // PivotTablePaginatedReportOptions
* VerticalOverflowVisibility: "HIDDEN" || "VISIBLE",
Expand Down Expand Up @@ -1405,6 +1414,11 @@ export interface CreateAnalysisCommandOutput extends CreateAnalysisResponse, __M
* Scope: { // PivotTableConditionalFormattingScope
* Role: "FIELD" || "FIELD_TOTAL" || "GRAND_TOTAL",
* },
* Scopes: [ // PivotTableConditionalFormattingScopeList
* {
* Role: "FIELD" || "FIELD_TOTAL" || "GRAND_TOTAL",
* },
* ],
* },
* },
* ],
Expand Down Expand Up @@ -3882,6 +3896,7 @@ export interface CreateAnalysisCommandOutput extends CreateAnalysisResponse, __M
* ColorAxis: "<AxisDisplayOptions>",
* ColorLabelOptions: "<ChartAxisLabelOptions>",
* Legend: "<LegendOptions>",
* AxesRangeScale: "AUTO" || "INDEPENDENT" || "SHARED",
* },
* Actions: "<VisualCustomActionList>",
* ColumnHierarchies: "<ColumnHierarchyList>",
Expand Down
15 changes: 15 additions & 0 deletions clients/client-quicksight/src/commands/CreateDashboardCommand.ts
Expand Up @@ -1399,6 +1399,15 @@ export interface CreateDashboardCommandOutput extends CreateDashboardResponse, _
* Width: "STRING_VALUE",
* },
* ],
* CollapseStateOptions: [ // PivotTableFieldCollapseStateOptionList
* { // PivotTableFieldCollapseStateOption
* Target: { // PivotTableFieldCollapseStateTarget
* FieldId: "STRING_VALUE",
* FieldDataPathValues: "<DataPathValueList>",
* },
* State: "COLLAPSED" || "EXPANDED",
* },
* ],
* },
* PaginatedReportOptions: { // PivotTablePaginatedReportOptions
* VerticalOverflowVisibility: "HIDDEN" || "VISIBLE",
Expand Down Expand Up @@ -1451,6 +1460,11 @@ export interface CreateDashboardCommandOutput extends CreateDashboardResponse, _
* Scope: { // PivotTableConditionalFormattingScope
* Role: "FIELD" || "FIELD_TOTAL" || "GRAND_TOTAL",
* },
* Scopes: [ // PivotTableConditionalFormattingScopeList
* {
* Role: "FIELD" || "FIELD_TOTAL" || "GRAND_TOTAL",
* },
* ],
* },
* },
* ],
Expand Down Expand Up @@ -3928,6 +3942,7 @@ export interface CreateDashboardCommandOutput extends CreateDashboardResponse, _
* ColorAxis: "<AxisDisplayOptions>",
* ColorLabelOptions: "<ChartAxisLabelOptions>",
* Legend: "<LegendOptions>",
* AxesRangeScale: "AUTO" || "INDEPENDENT" || "SHARED",
* },
* Actions: "<VisualCustomActionList>",
* ColumnHierarchies: "<ColumnHierarchyList>",
Expand Down
15 changes: 15 additions & 0 deletions clients/client-quicksight/src/commands/CreateTemplateCommand.ts
Expand Up @@ -1347,6 +1347,15 @@ export interface CreateTemplateCommandOutput extends CreateTemplateResponse, __M
* Width: "STRING_VALUE",
* },
* ],
* CollapseStateOptions: [ // PivotTableFieldCollapseStateOptionList
* { // PivotTableFieldCollapseStateOption
* Target: { // PivotTableFieldCollapseStateTarget
* FieldId: "STRING_VALUE",
* FieldDataPathValues: "<DataPathValueList>",
* },
* State: "COLLAPSED" || "EXPANDED",
* },
* ],
* },
* PaginatedReportOptions: { // PivotTablePaginatedReportOptions
* VerticalOverflowVisibility: "HIDDEN" || "VISIBLE",
Expand Down Expand Up @@ -1399,6 +1408,11 @@ export interface CreateTemplateCommandOutput extends CreateTemplateResponse, __M
* Scope: { // PivotTableConditionalFormattingScope
* Role: "FIELD" || "FIELD_TOTAL" || "GRAND_TOTAL",
* },
* Scopes: [ // PivotTableConditionalFormattingScopeList
* {
* Role: "FIELD" || "FIELD_TOTAL" || "GRAND_TOTAL",
* },
* ],
* },
* },
* ],
Expand Down Expand Up @@ -3876,6 +3890,7 @@ export interface CreateTemplateCommandOutput extends CreateTemplateResponse, __M
* ColorAxis: "<AxisDisplayOptions>",
* ColorLabelOptions: "<ChartAxisLabelOptions>",
* Legend: "<LegendOptions>",
* AxesRangeScale: "AUTO" || "INDEPENDENT" || "SHARED",
* },
* Actions: "<VisualCustomActionList>",
* ColumnHierarchies: "<ColumnHierarchyList>",
Expand Down
Expand Up @@ -13,7 +13,8 @@ import {
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
import { SerdeContext as __SerdeContext } from "@smithy/types";

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

Expand Down
Expand Up @@ -13,7 +13,7 @@ import {
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
import { SerdeContext as __SerdeContext } from "@smithy/types";

import { DeleteIAMPolicyAssignmentRequest, DeleteIAMPolicyAssignmentResponse } from "../models/models_2";
import { DeleteIAMPolicyAssignmentRequest, DeleteIAMPolicyAssignmentResponse } from "../models/models_3";
import { de_DeleteIAMPolicyAssignmentCommand, se_DeleteIAMPolicyAssignmentCommand } from "../protocols/Aws_restJson1";
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";

Expand Down
Expand Up @@ -13,8 +13,7 @@ import {
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
import { SerdeContext as __SerdeContext } from "@smithy/types";

import { DeleteNamespaceRequest } from "../models/models_2";
import { DeleteNamespaceResponse } from "../models/models_3";
import { DeleteNamespaceRequest, DeleteNamespaceResponse } from "../models/models_3";
import { de_DeleteNamespaceCommand, se_DeleteNamespaceCommand } from "../protocols/Aws_restJson1";
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";

Expand Down
Expand Up @@ -1319,6 +1319,15 @@ export interface DescribeAnalysisDefinitionCommandOutput extends DescribeAnalysi
* // Width: "STRING_VALUE",
* // },
* // ],
* // CollapseStateOptions: [ // PivotTableFieldCollapseStateOptionList
* // { // PivotTableFieldCollapseStateOption
* // Target: { // PivotTableFieldCollapseStateTarget
* // FieldId: "STRING_VALUE",
* // FieldDataPathValues: "<DataPathValueList>",
* // },
* // State: "COLLAPSED" || "EXPANDED",
* // },
* // ],
* // },
* // PaginatedReportOptions: { // PivotTablePaginatedReportOptions
* // VerticalOverflowVisibility: "HIDDEN" || "VISIBLE",
Expand Down Expand Up @@ -1371,6 +1380,11 @@ export interface DescribeAnalysisDefinitionCommandOutput extends DescribeAnalysi
* // Scope: { // PivotTableConditionalFormattingScope
* // Role: "FIELD" || "FIELD_TOTAL" || "GRAND_TOTAL",
* // },
* // Scopes: [ // PivotTableConditionalFormattingScopeList
* // {
* // Role: "FIELD" || "FIELD_TOTAL" || "GRAND_TOTAL",
* // },
* // ],
* // },
* // },
* // ],
Expand Down Expand Up @@ -3848,6 +3862,7 @@ export interface DescribeAnalysisDefinitionCommandOutput extends DescribeAnalysi
* // ColorAxis: "<AxisDisplayOptions>",
* // ColorLabelOptions: "<ChartAxisLabelOptions>",
* // Legend: "<LegendOptions>",
* // AxesRangeScale: "AUTO" || "INDEPENDENT" || "SHARED",
* // },
* // Actions: "<VisualCustomActionList>",
* // ColumnHierarchies: "<ColumnHierarchyList>",
Expand Down
Expand Up @@ -20,6 +20,10 @@ import {
} from "../protocols/Aws_restJson1";
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";

/**
* @public
*/
export { __MetadataBearer, $Command };
/**
* @public
*
Expand Down
Expand Up @@ -24,6 +24,10 @@ import {
} from "../protocols/Aws_restJson1";
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";

/**
* @public
*/
export { __MetadataBearer, $Command };
/**
* @public
*
Expand Down
Expand Up @@ -1326,6 +1326,15 @@ export interface DescribeDashboardDefinitionCommandOutput
* // Width: "STRING_VALUE",
* // },
* // ],
* // CollapseStateOptions: [ // PivotTableFieldCollapseStateOptionList
* // { // PivotTableFieldCollapseStateOption
* // Target: { // PivotTableFieldCollapseStateTarget
* // FieldId: "STRING_VALUE",
* // FieldDataPathValues: "<DataPathValueList>",
* // },
* // State: "COLLAPSED" || "EXPANDED",
* // },
* // ],
* // },
* // PaginatedReportOptions: { // PivotTablePaginatedReportOptions
* // VerticalOverflowVisibility: "HIDDEN" || "VISIBLE",
Expand Down Expand Up @@ -1378,6 +1387,11 @@ export interface DescribeDashboardDefinitionCommandOutput
* // Scope: { // PivotTableConditionalFormattingScope
* // Role: "FIELD" || "FIELD_TOTAL" || "GRAND_TOTAL",
* // },
* // Scopes: [ // PivotTableConditionalFormattingScopeList
* // {
* // Role: "FIELD" || "FIELD_TOTAL" || "GRAND_TOTAL",
* // },
* // ],
* // },
* // },
* // ],
Expand Down Expand Up @@ -3855,6 +3869,7 @@ export interface DescribeDashboardDefinitionCommandOutput
* // ColorAxis: "<AxisDisplayOptions>",
* // ColorLabelOptions: "<ChartAxisLabelOptions>",
* // Legend: "<LegendOptions>",
* // AxesRangeScale: "AUTO" || "INDEPENDENT" || "SHARED",
* // },
* // Actions: "<VisualCustomActionList>",
* // ColumnHierarchies: "<ColumnHierarchyList>",
Expand Down
Expand Up @@ -1339,6 +1339,15 @@ export interface DescribeTemplateDefinitionCommandOutput extends DescribeTemplat
* // Width: "STRING_VALUE",
* // },
* // ],
* // CollapseStateOptions: [ // PivotTableFieldCollapseStateOptionList
* // { // PivotTableFieldCollapseStateOption
* // Target: { // PivotTableFieldCollapseStateTarget
* // FieldId: "STRING_VALUE",
* // FieldDataPathValues: "<DataPathValueList>",
* // },
* // State: "COLLAPSED" || "EXPANDED",
* // },
* // ],
* // },
* // PaginatedReportOptions: { // PivotTablePaginatedReportOptions
* // VerticalOverflowVisibility: "HIDDEN" || "VISIBLE",
Expand Down Expand Up @@ -1391,6 +1400,11 @@ export interface DescribeTemplateDefinitionCommandOutput extends DescribeTemplat
* // Scope: { // PivotTableConditionalFormattingScope
* // Role: "FIELD" || "FIELD_TOTAL" || "GRAND_TOTAL",
* // },
* // Scopes: [ // PivotTableConditionalFormattingScopeList
* // {
* // Role: "FIELD" || "FIELD_TOTAL" || "GRAND_TOTAL",
* // },
* // ],
* // },
* // },
* // ],
Expand Down Expand Up @@ -3868,6 +3882,7 @@ export interface DescribeTemplateDefinitionCommandOutput extends DescribeTemplat
* // ColorAxis: "<AxisDisplayOptions>",
* // ColorLabelOptions: "<ChartAxisLabelOptions>",
* // Legend: "<LegendOptions>",
* // AxesRangeScale: "AUTO" || "INDEPENDENT" || "SHARED",
* // },
* // Actions: "<VisualCustomActionList>",
* // ColumnHierarchies: "<ColumnHierarchyList>",
Expand Down
Expand Up @@ -17,6 +17,10 @@ import { ListAssetBundleExportJobsRequest, ListAssetBundleExportJobsResponse } f
import { de_ListAssetBundleExportJobsCommand, se_ListAssetBundleExportJobsCommand } from "../protocols/Aws_restJson1";
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";

/**
* @public
*/
export { __MetadataBearer, $Command };
/**
* @public
*
Expand Down
Expand Up @@ -17,6 +17,10 @@ import { ListAssetBundleImportJobsRequest, ListAssetBundleImportJobsResponse } f
import { de_ListAssetBundleImportJobsCommand, se_ListAssetBundleImportJobsCommand } from "../protocols/Aws_restJson1";
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";

/**
* @public
*/
export { __MetadataBearer, $Command };
/**
* @public
*
Expand Down
Expand Up @@ -17,6 +17,10 @@ import { StartAssetBundleExportJobRequest, StartAssetBundleExportJobResponse } f
import { de_StartAssetBundleExportJobCommand, se_StartAssetBundleExportJobCommand } from "../protocols/Aws_restJson1";
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";

/**
* @public
*/
export { __MetadataBearer, $Command };
/**
* @public
*
Expand Down
Expand Up @@ -21,6 +21,10 @@ import {
import { de_StartAssetBundleImportJobCommand, se_StartAssetBundleImportJobCommand } from "../protocols/Aws_restJson1";
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";

/**
* @public
*/
export { __MetadataBearer, $Command };
/**
* @public
*
Expand Down
15 changes: 15 additions & 0 deletions clients/client-quicksight/src/commands/UpdateAnalysisCommand.ts
Expand Up @@ -1339,6 +1339,15 @@ export interface UpdateAnalysisCommandOutput extends UpdateAnalysisResponse, __M
* Width: "STRING_VALUE",
* },
* ],
* CollapseStateOptions: [ // PivotTableFieldCollapseStateOptionList
* { // PivotTableFieldCollapseStateOption
* Target: { // PivotTableFieldCollapseStateTarget
* FieldId: "STRING_VALUE",
* FieldDataPathValues: "<DataPathValueList>",
* },
* State: "COLLAPSED" || "EXPANDED",
* },
* ],
* },
* PaginatedReportOptions: { // PivotTablePaginatedReportOptions
* VerticalOverflowVisibility: "HIDDEN" || "VISIBLE",
Expand Down Expand Up @@ -1391,6 +1400,11 @@ export interface UpdateAnalysisCommandOutput extends UpdateAnalysisResponse, __M
* Scope: { // PivotTableConditionalFormattingScope
* Role: "FIELD" || "FIELD_TOTAL" || "GRAND_TOTAL",
* },
* Scopes: [ // PivotTableConditionalFormattingScopeList
* {
* Role: "FIELD" || "FIELD_TOTAL" || "GRAND_TOTAL",
* },
* ],
* },
* },
* ],
Expand Down Expand Up @@ -3868,6 +3882,7 @@ export interface UpdateAnalysisCommandOutput extends UpdateAnalysisResponse, __M
* ColorAxis: "<AxisDisplayOptions>",
* ColorLabelOptions: "<ChartAxisLabelOptions>",
* Legend: "<LegendOptions>",
* AxesRangeScale: "AUTO" || "INDEPENDENT" || "SHARED",
* },
* Actions: "<VisualCustomActionList>",
* ColumnHierarchies: "<ColumnHierarchyList>",
Expand Down
15 changes: 15 additions & 0 deletions clients/client-quicksight/src/commands/UpdateDashboardCommand.ts
Expand Up @@ -1384,6 +1384,15 @@ export interface UpdateDashboardCommandOutput extends UpdateDashboardResponse, _
* Width: "STRING_VALUE",
* },
* ],
* CollapseStateOptions: [ // PivotTableFieldCollapseStateOptionList
* { // PivotTableFieldCollapseStateOption
* Target: { // PivotTableFieldCollapseStateTarget
* FieldId: "STRING_VALUE",
* FieldDataPathValues: "<DataPathValueList>",
* },
* State: "COLLAPSED" || "EXPANDED",
* },
* ],
* },
* PaginatedReportOptions: { // PivotTablePaginatedReportOptions
* VerticalOverflowVisibility: "HIDDEN" || "VISIBLE",
Expand Down Expand Up @@ -1436,6 +1445,11 @@ export interface UpdateDashboardCommandOutput extends UpdateDashboardResponse, _
* Scope: { // PivotTableConditionalFormattingScope
* Role: "FIELD" || "FIELD_TOTAL" || "GRAND_TOTAL",
* },
* Scopes: [ // PivotTableConditionalFormattingScopeList
* {
* Role: "FIELD" || "FIELD_TOTAL" || "GRAND_TOTAL",
* },
* ],
* },
* },
* ],
Expand Down Expand Up @@ -3913,6 +3927,7 @@ export interface UpdateDashboardCommandOutput extends UpdateDashboardResponse, _
* ColorAxis: "<AxisDisplayOptions>",
* ColorLabelOptions: "<ChartAxisLabelOptions>",
* Legend: "<LegendOptions>",
* AxesRangeScale: "AUTO" || "INDEPENDENT" || "SHARED",
* },
* Actions: "<VisualCustomActionList>",
* ColumnHierarchies: "<ColumnHierarchyList>",
Expand Down

0 comments on commit e89e93c

Please sign in to comment.