Skip to content

Commit b7bcec5

Browse files
author
awstools
committed
feat(client-quicksight): This release adds support for the Cross Sheet Filter and Control features, and support for warnings in asset imports for any permitted errors encountered during execution
1 parent ee86a1b commit b7bcec5

28 files changed

+11757
-8094
lines changed

clients/client-quicksight/src/commands/CreateAnalysisCommand.ts

Lines changed: 300 additions & 0 deletions
Large diffs are not rendered by default.

clients/client-quicksight/src/commands/CreateDashboardCommand.ts

Lines changed: 300 additions & 0 deletions
Large diffs are not rendered by default.

clients/client-quicksight/src/commands/CreateTemplateCommand.ts

Lines changed: 300 additions & 0 deletions
Large diffs are not rendered by default.

clients/client-quicksight/src/commands/CreateThemeAliasCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { Command as $Command } from "@smithy/smithy-client";
55
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
66

77
import { commonParams } from "../endpoint/EndpointParameters";
8-
import { CreateThemeAliasRequest, CreateThemeAliasResponse } from "../models/models_2";
8+
import { CreateThemeAliasRequest, CreateThemeAliasResponse } from "../models/models_3";
99
import { de_CreateThemeAliasCommand, se_CreateThemeAliasCommand } from "../protocols/Aws_restJson1";
1010
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
1111

clients/client-quicksight/src/commands/CreateThemeCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { Command as $Command } from "@smithy/smithy-client";
55
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
66

77
import { commonParams } from "../endpoint/EndpointParameters";
8-
import { CreateThemeRequest, CreateThemeResponse } from "../models/models_2";
8+
import { CreateThemeRequest, CreateThemeResponse } from "../models/models_3";
99
import { de_CreateThemeCommand, se_CreateThemeCommand } from "../protocols/Aws_restJson1";
1010
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
1111

clients/client-quicksight/src/commands/DescribeAnalysisDefinitionCommand.ts

Lines changed: 300 additions & 0 deletions
Large diffs are not rendered by default.

clients/client-quicksight/src/commands/DescribeAssetBundleExportJobCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ export interface DescribeAssetBundleExportJobCommandOutput
9494
* // { // AssetBundleExportJobDataSourceOverrideProperties
9595
* // Arn: "STRING_VALUE", // required
9696
* // Properties: [ // AssetBundleExportJobDataSourcePropertyToOverrideList // required
97-
* // "Name" || "DisableSsl" || "SecretArn" || "Username" || "Password" || "Domain" || "WorkGroup" || "Host" || "Port" || "Database" || "DataSetName" || "Catalog" || "InstanceId" || "ClusterId" || "ManifestFileLocation" || "Warehouse" || "RoleArn",
97+
* // "Name" || "DisableSsl" || "SecretArn" || "Username" || "Password" || "Domain" || "WorkGroup" || "Host" || "Port" || "Database" || "DataSetName" || "Catalog" || "InstanceId" || "ClusterId" || "ManifestFileLocation" || "Warehouse" || "RoleArn" || "ProductType",
9898
* // ],
9999
* // },
100100
* // ],

clients/client-quicksight/src/commands/DescribeAssetBundleImportJobCommand.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -425,6 +425,12 @@ export interface DescribeAssetBundleImportJobCommandOutput
425425
* // OverrideValidationStrategy: { // AssetBundleImportJobOverrideValidationStrategy
426426
* // StrictModeForAllResources: true || false,
427427
* // },
428+
* // Warnings: [ // AssetBundleImportJobWarningList
429+
* // { // AssetBundleImportJobWarning
430+
* // Arn: "STRING_VALUE",
431+
* // Message: "STRING_VALUE",
432+
* // },
433+
* // ],
428434
* // };
429435
*
430436
* ```

clients/client-quicksight/src/commands/DescribeDashboardDefinitionCommand.ts

Lines changed: 300 additions & 0 deletions
Large diffs are not rendered by default.

clients/client-quicksight/src/commands/DescribeTemplateDefinitionCommand.ts

Lines changed: 300 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)