@aws-sdk/client-quicksight 3.714.0 → 3.715.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/index.js CHANGED
@@ -4142,9 +4142,6 @@ var DataSetFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
4142
4142
  var DescribeAnalysisResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
4143
4143
  ...obj
4144
4144
  }), "DescribeAnalysisResponseFilterSensitiveLog");
4145
- var DescribeAnalysisDefinitionResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
4146
- ...obj
4147
- }), "DescribeAnalysisDefinitionResponseFilterSensitiveLog");
4148
4145
 
4149
4146
  // src/models/models_5.ts
4150
4147
  var UpdateDashboardRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
@@ -4507,6 +4504,9 @@ var TopicFilterOperator = {
4507
4504
  StringEquals: "StringEquals",
4508
4505
  StringLike: "StringLike"
4509
4506
  };
4507
+ var DescribeAnalysisDefinitionResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
4508
+ ...obj
4509
+ }), "DescribeAnalysisDefinitionResponseFilterSensitiveLog");
4510
4510
  var DescribeAssetBundleExportJobResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
4511
4511
  ...obj,
4512
4512
  ...obj.DownloadUrl && { DownloadUrl: import_smithy_client.SENSITIVE_STRING }
@@ -4835,6 +4835,7 @@ var se_CreateDataSetCommand = /* @__PURE__ */ __name(async (input, context) => {
4835
4835
  ImportMode: [],
4836
4836
  LogicalTableMap: (_) => se_LogicalTableMap(_, context),
4837
4837
  Name: [],
4838
+ PerformanceConfiguration: (_) => (0, import_smithy_client._json)(_),
4838
4839
  Permissions: (_) => (0, import_smithy_client._json)(_),
4839
4840
  PhysicalTableMap: (_) => (0, import_smithy_client._json)(_),
4840
4841
  RowLevelPermissionDataSet: (_) => (0, import_smithy_client._json)(_),
@@ -7173,6 +7174,7 @@ var se_UpdateDataSetCommand = /* @__PURE__ */ __name(async (input, context) => {
7173
7174
  ImportMode: [],
7174
7175
  LogicalTableMap: (_) => se_LogicalTableMap(_, context),
7175
7176
  Name: [],
7177
+ PerformanceConfiguration: (_) => (0, import_smithy_client._json)(_),
7176
7178
  PhysicalTableMap: (_) => (0, import_smithy_client._json)(_),
7177
7179
  RowLevelPermissionDataSet: (_) => (0, import_smithy_client._json)(_),
7178
7180
  RowLevelPermissionTagConfiguration: (_) => (0, import_smithy_client._json)(_)
@@ -15351,6 +15353,7 @@ var de_DataSet = /* @__PURE__ */ __name((output, context) => {
15351
15353
  LogicalTableMap: (_) => de_LogicalTableMap(_, context),
15352
15354
  Name: import_smithy_client.expectString,
15353
15355
  OutputColumns: import_smithy_client._json,
15356
+ PerformanceConfiguration: import_smithy_client._json,
15354
15357
  PhysicalTableMap: import_smithy_client._json,
15355
15358
  RowLevelPermissionDataSet: import_smithy_client._json,
15356
15359
  RowLevelPermissionTagConfiguration: import_smithy_client._json
@@ -22040,7 +22043,6 @@ var paginateSearchTopics = (0, import_core.createPaginator)(QuickSightClient, Se
22040
22043
  OutputColumnFilterSensitiveLog,
22041
22044
  DataSetFilterSensitiveLog,
22042
22045
  DescribeAnalysisResponseFilterSensitiveLog,
22043
- DescribeAnalysisDefinitionResponseFilterSensitiveLog,
22044
22046
  IncludeFolderMembers,
22045
22047
  SnapshotJobStatus,
22046
22048
  InvalidNextTokenException,
@@ -22073,6 +22075,7 @@ var paginateSearchTopics = (0, import_core.createPaginator)(QuickSightClient, Se
22073
22075
  PurchaseMode,
22074
22076
  TopicFilterAttribute,
22075
22077
  TopicFilterOperator,
22078
+ DescribeAnalysisDefinitionResponseFilterSensitiveLog,
22076
22079
  DescribeAssetBundleExportJobResponseFilterSensitiveLog,
22077
22080
  DescribeAssetBundleImportJobResponseFilterSensitiveLog,
22078
22081
  DescribeDashboardResponseFilterSensitiveLog,
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { DescribeAnalysisDefinitionResponseFilterSensitiveLog, } from "../models/models_3";
5
+ import { DescribeAnalysisDefinitionResponseFilterSensitiveLog, } from "../models/models_4";
6
6
  import { de_DescribeAnalysisDefinitionCommand, se_DescribeAnalysisDefinitionCommand } from "../protocols/Aws_restJson1";
7
7
  export { $Command };
8
8
  export class DescribeAnalysisDefinitionCommand extends $Command
@@ -700,6 +700,3 @@ export const DataSetFilterSensitiveLog = (obj) => ({
700
700
  export const DescribeAnalysisResponseFilterSensitiveLog = (obj) => ({
701
701
  ...obj,
702
702
  });
703
- export const DescribeAnalysisDefinitionResponseFilterSensitiveLog = (obj) => ({
704
- ...obj,
705
- });
@@ -269,6 +269,9 @@ export const TopicFilterOperator = {
269
269
  StringEquals: "StringEquals",
270
270
  StringLike: "StringLike",
271
271
  };
272
+ export const DescribeAnalysisDefinitionResponseFilterSensitiveLog = (obj) => ({
273
+ ...obj,
274
+ });
272
275
  export const DescribeAssetBundleExportJobResponseFilterSensitiveLog = (obj) => ({
273
276
  ...obj,
274
277
  ...(obj.DownloadUrl && { DownloadUrl: SENSITIVE_STRING }),
@@ -197,6 +197,7 @@ export const se_CreateDataSetCommand = async (input, context) => {
197
197
  ImportMode: [],
198
198
  LogicalTableMap: (_) => se_LogicalTableMap(_, context),
199
199
  Name: [],
200
+ PerformanceConfiguration: (_) => _json(_),
200
201
  Permissions: (_) => _json(_),
201
202
  PhysicalTableMap: (_) => _json(_),
202
203
  RowLevelPermissionDataSet: (_) => _json(_),
@@ -2447,6 +2448,7 @@ export const se_UpdateDataSetCommand = async (input, context) => {
2447
2448
  ImportMode: [],
2448
2449
  LogicalTableMap: (_) => se_LogicalTableMap(_, context),
2449
2450
  Name: [],
2451
+ PerformanceConfiguration: (_) => _json(_),
2450
2452
  PhysicalTableMap: (_) => _json(_),
2451
2453
  RowLevelPermissionDataSet: (_) => _json(_),
2452
2454
  RowLevelPermissionTagConfiguration: (_) => _json(_),
@@ -10722,6 +10724,7 @@ const de_DataSet = (output, context) => {
10722
10724
  LogicalTableMap: (_) => de_LogicalTableMap(_, context),
10723
10725
  Name: __expectString,
10724
10726
  OutputColumns: _json,
10727
+ PerformanceConfiguration: _json,
10725
10728
  PhysicalTableMap: _json,
10726
10729
  RowLevelPermissionDataSet: _json,
10727
10730
  RowLevelPermissionTagConfiguration: _json,
@@ -290,6 +290,15 @@ declare const CreateDataSetCommand_base: {
290
290
  * FolderArns: [ // FolderArnList
291
291
  * "STRING_VALUE",
292
292
  * ],
293
+ * PerformanceConfiguration: { // PerformanceConfiguration
294
+ * UniqueKeys: [ // UniqueKeyList
295
+ * { // UniqueKey
296
+ * ColumnNames: [ // UniqueKeyColumnNameList // required
297
+ * "STRING_VALUE",
298
+ * ],
299
+ * },
300
+ * ],
301
+ * },
293
302
  * };
294
303
  * const command = new CreateDataSetCommand(input);
295
304
  * const response = await client.send(command);
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { DescribeAnalysisDefinitionRequest, DescribeAnalysisDefinitionResponse } from "../models/models_3";
3
+ import { DescribeAnalysisDefinitionRequest, DescribeAnalysisDefinitionResponse } from "../models/models_4";
4
4
  import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
5
5
  /**
6
6
  * @public
@@ -291,6 +291,15 @@ declare const DescribeDataSetCommand_base: {
291
291
  * // },
292
292
  * // },
293
293
  * // ],
294
+ * // PerformanceConfiguration: { // PerformanceConfiguration
295
+ * // UniqueKeys: [ // UniqueKeyList
296
+ * // { // UniqueKey
297
+ * // ColumnNames: [ // UniqueKeyColumnNameList // required
298
+ * // "STRING_VALUE",
299
+ * // ],
300
+ * // },
301
+ * // ],
302
+ * // },
294
303
  * // },
295
304
  * // RequestId: "STRING_VALUE",
296
305
  * // Status: Number("int"),
@@ -1,6 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { UpdateApplicationWithTokenExchangeGrantRequest, UpdateApplicationWithTokenExchangeGrantResponse } from "../models/models_4";
3
+ import { UpdateApplicationWithTokenExchangeGrantRequest } from "../models/models_4";
4
+ import { UpdateApplicationWithTokenExchangeGrantResponse } from "../models/models_5";
4
5
  import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
5
6
  /**
6
7
  * @public
@@ -1,7 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { UpdateBrandRequest } from "../models/models_4";
4
- import { UpdateBrandResponse } from "../models/models_5";
3
+ import { UpdateBrandRequest, UpdateBrandResponse } from "../models/models_5";
5
4
  import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
6
5
  /**
7
6
  * @public
@@ -273,6 +273,15 @@ declare const UpdateDataSetCommand_base: {
273
273
  * },
274
274
  * },
275
275
  * ],
276
+ * PerformanceConfiguration: { // PerformanceConfiguration
277
+ * UniqueKeys: [ // UniqueKeyList
278
+ * { // UniqueKey
279
+ * ColumnNames: [ // UniqueKeyColumnNameList // required
280
+ * "STRING_VALUE",
281
+ * ],
282
+ * },
283
+ * ],
284
+ * },
276
285
  * };
277
286
  * const command = new UpdateDataSetCommand(input);
278
287
  * const response = await client.send(command);
@@ -1,5 +1,5 @@
1
1
  import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
- import { AccountCustomization, AccountInfo, AccountSettings, AdHocFilteringOption, Analysis, AnalysisDefaults, AnalysisError, AssetOptions, CalculatedField, ColumnConfiguration, DashboardBehavior, DataSetIdentifierDeclaration, Edition, Entity, FilterGroup, ParameterDeclaration, QueryExecutionOptions, ResourceStatus, Sheet, TimeGranularity, TopicTimeGranularity, VisualMenuOption } from "./models_0";
2
+ import { AccountCustomization, AccountInfo, AccountSettings, AdHocFilteringOption, Analysis, AnalysisDefaults, AssetOptions, CalculatedField, ColumnConfiguration, DashboardBehavior, DataSetIdentifierDeclaration, Edition, Entity, FilterGroup, ParameterDeclaration, QueryExecutionOptions, ResourceStatus, Sheet, TimeGranularity, TopicTimeGranularity, VisualMenuOption } from "./models_0";
3
3
  import { AnalysisDefinition, AnalysisSourceEntity, AssignmentStatus, AuthenticationMethodOption, AuthorSpecifiedAggregation, BorderStyle, BrandDefinition, BrandDetail, CalculatedColumn, Capabilities, CastColumnTypeOperation, CategoryFilterFunction, CategoryFilterType, CellValueSynonym, CollectiveConstant, ColumnDataRole, ColumnDataSubType, ColumnDataType, ColumnDescription, ColumnGroup, ColumnGroupSchema, ColumnLevelPermissionRule, ConstantType, DataSetReference, DataSourceParameters, DisplayFormat, DisplayFormatOptions, ExceptionResourceType, FilterClass, FilterOperator, ServiceType, SheetDefinition, SslProperties, StaticFile, Tag, VpcConnectionProperties } from "./models_2";
4
4
  import { QuickSightServiceException as __BaseException } from "./QuickSightServiceException";
5
5
  /**
@@ -1931,6 +1931,28 @@ export interface LogicalTable {
1931
1931
  */
1932
1932
  Source: LogicalTableSource | undefined;
1933
1933
  }
1934
+ /**
1935
+ * <p>A <code>UniqueKey</code> configuration that references a dataset column.</p>
1936
+ * @public
1937
+ */
1938
+ export interface UniqueKey {
1939
+ /**
1940
+ * <p>The name of the column that is referenced in the <code>UniqueKey</code> configuration.</p>
1941
+ * @public
1942
+ */
1943
+ ColumnNames: string[] | undefined;
1944
+ }
1945
+ /**
1946
+ * <p>The configuration for the performance optimization of the dataset that contains a <code>UniqueKey</code> configuration.</p>
1947
+ * @public
1948
+ */
1949
+ export interface PerformanceConfiguration {
1950
+ /**
1951
+ * <p>A <code>UniqueKey</code> configuration.</p>
1952
+ * @public
1953
+ */
1954
+ UniqueKeys?: UniqueKey[] | undefined;
1955
+ }
1934
1956
  /**
1935
1957
  * @public
1936
1958
  * @enum
@@ -2374,6 +2396,11 @@ export interface CreateDataSetRequest {
2374
2396
  * @public
2375
2397
  */
2376
2398
  FolderArns?: string[] | undefined;
2399
+ /**
2400
+ * <p>The configuration for the performance optimization of the dataset that contains a <code>UniqueKey</code> configuration.</p>
2401
+ * @public
2402
+ */
2403
+ PerformanceConfiguration?: PerformanceConfiguration | undefined;
2377
2404
  }
2378
2405
  /**
2379
2406
  * @public
@@ -5838,6 +5865,11 @@ export interface DataSet {
5838
5865
  * @public
5839
5866
  */
5840
5867
  DatasetParameters?: DatasetParameter[] | undefined;
5868
+ /**
5869
+ * <p>The performance optimization configuration of a dataset.</p>
5870
+ * @public
5871
+ */
5872
+ PerformanceConfiguration?: PerformanceConfiguration | undefined;
5841
5873
  }
5842
5874
  /**
5843
5875
  * @public
@@ -7636,106 +7668,6 @@ export interface DescribeAnalysisResponse {
7636
7668
  */
7637
7669
  RequestId?: string | undefined;
7638
7670
  }
7639
- /**
7640
- * @public
7641
- */
7642
- export interface DescribeAnalysisDefinitionRequest {
7643
- /**
7644
- * <p>The ID of the Amazon Web Services account that contains the analysis. You must be using the
7645
- * Amazon Web Services account that the analysis is in.</p>
7646
- * @public
7647
- */
7648
- AwsAccountId: string | undefined;
7649
- /**
7650
- * <p>The ID of the analysis that you're describing. The ID is part of the URL of the
7651
- * analysis.</p>
7652
- * @public
7653
- */
7654
- AnalysisId: string | undefined;
7655
- }
7656
- /**
7657
- * @public
7658
- */
7659
- export interface DescribeAnalysisDefinitionResponse {
7660
- /**
7661
- * <p>The ID of the analysis described.</p>
7662
- * @public
7663
- */
7664
- AnalysisId?: string | undefined;
7665
- /**
7666
- * <p>The descriptive name of the analysis.</p>
7667
- * @public
7668
- */
7669
- Name?: string | undefined;
7670
- /**
7671
- * <p>Errors associated with the analysis.</p>
7672
- * @public
7673
- */
7674
- Errors?: AnalysisError[] | undefined;
7675
- /**
7676
- * <p>Status associated with the analysis.</p>
7677
- * <ul>
7678
- * <li>
7679
- * <p>
7680
- * <code>CREATION_IN_PROGRESS</code>
7681
- * </p>
7682
- * </li>
7683
- * <li>
7684
- * <p>
7685
- * <code>CREATION_SUCCESSFUL</code>
7686
- * </p>
7687
- * </li>
7688
- * <li>
7689
- * <p>
7690
- * <code>CREATION_FAILED</code>
7691
- * </p>
7692
- * </li>
7693
- * <li>
7694
- * <p>
7695
- * <code>UPDATE_IN_PROGRESS</code>
7696
- * </p>
7697
- * </li>
7698
- * <li>
7699
- * <p>
7700
- * <code>UPDATE_SUCCESSFUL</code>
7701
- * </p>
7702
- * </li>
7703
- * <li>
7704
- * <p>
7705
- * <code>UPDATE_FAILED</code>
7706
- * </p>
7707
- * </li>
7708
- * <li>
7709
- * <p>
7710
- * <code>DELETED</code>
7711
- * </p>
7712
- * </li>
7713
- * </ul>
7714
- * @public
7715
- */
7716
- ResourceStatus?: ResourceStatus | undefined;
7717
- /**
7718
- * <p>The ARN of the theme of the analysis.</p>
7719
- * @public
7720
- */
7721
- ThemeArn?: string | undefined;
7722
- /**
7723
- * <p>The definition of an analysis.</p>
7724
- * <p>A definition is the data model of all features in a Dashboard, Template, or Analysis.</p>
7725
- * @public
7726
- */
7727
- Definition?: AnalysisDefinition | undefined;
7728
- /**
7729
- * <p>The HTTP status of the request.</p>
7730
- * @public
7731
- */
7732
- Status?: number | undefined;
7733
- /**
7734
- * <p>The Amazon Web Services request ID for this operation.</p>
7735
- * @public
7736
- */
7737
- RequestId?: string | undefined;
7738
- }
7739
7671
  /**
7740
7672
  * @internal
7741
7673
  */
@@ -7900,7 +7832,3 @@ export declare const DataSetFilterSensitiveLog: (obj: DataSet) => any;
7900
7832
  * @internal
7901
7833
  */
7902
7834
  export declare const DescribeAnalysisResponseFilterSensitiveLog: (obj: DescribeAnalysisResponse) => any;
7903
- /**
7904
- * @internal
7905
- */
7906
- export declare const DescribeAnalysisDefinitionResponseFilterSensitiveLog: (obj: DescribeAnalysisDefinitionResponse) => any;
@@ -1,8 +1,108 @@
1
1
  import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
- import { AccountCustomization, ActiveIAMPolicyAssignment, Entity, ResourceStatus, Sheet } from "./models_0";
2
+ import { AccountCustomization, ActiveIAMPolicyAssignment, AnalysisError, Entity, ResourceStatus, Sheet } from "./models_0";
3
3
  import { AnalysisDefinition, AnalysisSearchFilter, AnalysisSourceEntity, AnalysisSummary, AnonymousUserEmbeddingExperienceConfiguration, AnonymousUserSnapshotJobResult, AssetBundleCloudFormationOverridePropertyConfiguration, AssetBundleExportFormat, AssetBundleExportJobError, AssetBundleExportJobStatus, AssetBundleExportJobSummary, AssetBundleExportJobValidationStrategy, AssetBundleExportJobWarning, AssetBundleImportFailureAction, AssetBundleImportJobError, AssetBundleImportJobOverrideParameters, AssetBundleImportJobOverridePermissions, AssetBundleImportJobOverrideTags, AssetBundleImportJobOverrideValidationStrategy, AssetBundleImportJobStatus, AssetBundleImportJobSummary, AssetBundleImportJobWarning, AssetBundleImportSource, AssetBundleImportSourceDescription, AssignmentStatus, AuthorizedTargetsByService, BookmarksConfigurations, BrandDefinition, BrandDetail, BrandSummary, DashboardVisualId, FilterOperator, SharedViewConfigurations, SnapshotFile, SnapshotS3DestinationConfiguration, Tag } from "./models_2";
4
4
  import { _Parameters, CustomPermissions, Dashboard, DashboardError, DashboardPublishOptions, DashboardSearchFilter, DashboardsQAStatus, DashboardSummary, DashboardVersionDefinition, DashboardVersionSummary, DashboardVisualResult, DataSet, DataSetConfiguration, DataSetRefreshProperties, DataSetSearchFilter, DataSetSummary, DataSource, DataSourceSearchFilter, DataSourceSummary, FolderType, Group, GroupMember, IdentityStore, IngestionStatus, LinkSharingConfiguration, NamespaceStatus, RefreshSchedule, ResourcePermission, Role, SharingModel, TemplateAlias, TemplateVersionDefinition, ThemeAlias, ThemeConfiguration, TopicDetails, TopicRefreshSchedule, TopicUserExperienceVersion, ValidationStrategy, VPCConnectionAvailabilityStatus, VPCConnectionResourceStatus } from "./models_3";
5
5
  import { QuickSightServiceException as __BaseException } from "./QuickSightServiceException";
6
+ /**
7
+ * @public
8
+ */
9
+ export interface DescribeAnalysisDefinitionRequest {
10
+ /**
11
+ * <p>The ID of the Amazon Web Services account that contains the analysis. You must be using the
12
+ * Amazon Web Services account that the analysis is in.</p>
13
+ * @public
14
+ */
15
+ AwsAccountId: string | undefined;
16
+ /**
17
+ * <p>The ID of the analysis that you're describing. The ID is part of the URL of the
18
+ * analysis.</p>
19
+ * @public
20
+ */
21
+ AnalysisId: string | undefined;
22
+ }
23
+ /**
24
+ * @public
25
+ */
26
+ export interface DescribeAnalysisDefinitionResponse {
27
+ /**
28
+ * <p>The ID of the analysis described.</p>
29
+ * @public
30
+ */
31
+ AnalysisId?: string | undefined;
32
+ /**
33
+ * <p>The descriptive name of the analysis.</p>
34
+ * @public
35
+ */
36
+ Name?: string | undefined;
37
+ /**
38
+ * <p>Errors associated with the analysis.</p>
39
+ * @public
40
+ */
41
+ Errors?: AnalysisError[] | undefined;
42
+ /**
43
+ * <p>Status associated with the analysis.</p>
44
+ * <ul>
45
+ * <li>
46
+ * <p>
47
+ * <code>CREATION_IN_PROGRESS</code>
48
+ * </p>
49
+ * </li>
50
+ * <li>
51
+ * <p>
52
+ * <code>CREATION_SUCCESSFUL</code>
53
+ * </p>
54
+ * </li>
55
+ * <li>
56
+ * <p>
57
+ * <code>CREATION_FAILED</code>
58
+ * </p>
59
+ * </li>
60
+ * <li>
61
+ * <p>
62
+ * <code>UPDATE_IN_PROGRESS</code>
63
+ * </p>
64
+ * </li>
65
+ * <li>
66
+ * <p>
67
+ * <code>UPDATE_SUCCESSFUL</code>
68
+ * </p>
69
+ * </li>
70
+ * <li>
71
+ * <p>
72
+ * <code>UPDATE_FAILED</code>
73
+ * </p>
74
+ * </li>
75
+ * <li>
76
+ * <p>
77
+ * <code>DELETED</code>
78
+ * </p>
79
+ * </li>
80
+ * </ul>
81
+ * @public
82
+ */
83
+ ResourceStatus?: ResourceStatus | undefined;
84
+ /**
85
+ * <p>The ARN of the theme of the analysis.</p>
86
+ * @public
87
+ */
88
+ ThemeArn?: string | undefined;
89
+ /**
90
+ * <p>The definition of an analysis.</p>
91
+ * <p>A definition is the data model of all features in a Dashboard, Template, or Analysis.</p>
92
+ * @public
93
+ */
94
+ Definition?: AnalysisDefinition | undefined;
95
+ /**
96
+ * <p>The HTTP status of the request.</p>
97
+ * @public
98
+ */
99
+ Status?: number | undefined;
100
+ /**
101
+ * <p>The Amazon Web Services request ID for this operation.</p>
102
+ * @public
103
+ */
104
+ RequestId?: string | undefined;
105
+ }
6
106
  /**
7
107
  * @public
8
108
  */
@@ -7831,40 +7931,9 @@ export interface UpdateApplicationWithTokenExchangeGrantRequest {
7831
7931
  Namespace: string | undefined;
7832
7932
  }
7833
7933
  /**
7834
- * @public
7835
- */
7836
- export interface UpdateApplicationWithTokenExchangeGrantResponse {
7837
- /**
7838
- * <p>The HTTP status of the request.</p>
7839
- * @public
7840
- */
7841
- Status?: number | undefined;
7842
- /**
7843
- * <p>The Amazon Web Services request ID for this operation.</p>
7844
- * @public
7845
- */
7846
- RequestId?: string | undefined;
7847
- }
7848
- /**
7849
- * @public
7934
+ * @internal
7850
7935
  */
7851
- export interface UpdateBrandRequest {
7852
- /**
7853
- * <p>The ID of the Amazon Web Services account that owns the brand.</p>
7854
- * @public
7855
- */
7856
- AwsAccountId: string | undefined;
7857
- /**
7858
- * <p>The ID of the Amazon QuickSight brand.</p>
7859
- * @public
7860
- */
7861
- BrandId: string | undefined;
7862
- /**
7863
- * <p>The definition of the brand.</p>
7864
- * @public
7865
- */
7866
- BrandDefinition?: BrandDefinition | undefined;
7867
- }
7936
+ export declare const DescribeAnalysisDefinitionResponseFilterSensitiveLog: (obj: DescribeAnalysisDefinitionResponse) => any;
7868
7937
  /**
7869
7938
  * @internal
7870
7939
  */
@@ -1,7 +1,42 @@
1
1
  import { ResourceStatus } from "./models_0";
2
2
  import { AssignmentStatus, BrandDefinition, BrandDetail, Capabilities, ColumnGroup, ColumnLevelPermissionRule, DataSourceParameters, ServiceType, SslProperties, TopicIR, TopicTemplate, VisualRole, VpcConnectionProperties } from "./models_2";
3
- import { _Parameters, DashboardPublishOptions, DashboardSourceEntity, DashboardsQAStatus, DashboardVersionDefinition, DataSetImportMode, DatasetParameter, DataSetUsageConfiguration, DataSourceCredentials, FieldFolder, Group, LinkSharingConfiguration, LogicalTable, PhysicalTable, RefreshSchedule, ResourcePermission, Role, RowLevelPermissionDataSet, RowLevelPermissionTagConfiguration, TemplateAlias, TemplateSourceEntity, TemplateVersionDefinition, ThemeAlias, ThemeConfiguration, TopicDetails, TopicRefreshSchedule, ValidationStrategy, VPCConnectionAvailabilityStatus, VPCConnectionResourceStatus } from "./models_3";
3
+ import { _Parameters, DashboardPublishOptions, DashboardSourceEntity, DashboardsQAStatus, DashboardVersionDefinition, DataSetImportMode, DatasetParameter, DataSetUsageConfiguration, DataSourceCredentials, FieldFolder, Group, LinkSharingConfiguration, LogicalTable, PerformanceConfiguration, PhysicalTable, RefreshSchedule, ResourcePermission, Role, RowLevelPermissionDataSet, RowLevelPermissionTagConfiguration, TemplateAlias, TemplateSourceEntity, TemplateVersionDefinition, ThemeAlias, ThemeConfiguration, TopicDetails, TopicRefreshSchedule, ValidationStrategy, VPCConnectionAvailabilityStatus, VPCConnectionResourceStatus } from "./models_3";
4
4
  import { FailedKeyRegistrationEntry, PersonalizationMode, PurchaseMode, QSearchStatus, RegisteredCustomerManagedKey, User, UserRole } from "./models_4";
5
+ /**
6
+ * @public
7
+ */
8
+ export interface UpdateApplicationWithTokenExchangeGrantResponse {
9
+ /**
10
+ * <p>The HTTP status of the request.</p>
11
+ * @public
12
+ */
13
+ Status?: number | undefined;
14
+ /**
15
+ * <p>The Amazon Web Services request ID for this operation.</p>
16
+ * @public
17
+ */
18
+ RequestId?: string | undefined;
19
+ }
20
+ /**
21
+ * @public
22
+ */
23
+ export interface UpdateBrandRequest {
24
+ /**
25
+ * <p>The ID of the Amazon Web Services account that owns the brand.</p>
26
+ * @public
27
+ */
28
+ AwsAccountId: string | undefined;
29
+ /**
30
+ * <p>The ID of the Amazon QuickSight brand.</p>
31
+ * @public
32
+ */
33
+ BrandId: string | undefined;
34
+ /**
35
+ * <p>The definition of the brand.</p>
36
+ * @public
37
+ */
38
+ BrandDefinition?: BrandDefinition | undefined;
39
+ }
5
40
  /**
6
41
  * @public
7
42
  */
@@ -528,6 +563,11 @@ export interface UpdateDataSetRequest {
528
563
  * @public
529
564
  */
530
565
  DatasetParameters?: DatasetParameter[] | undefined;
566
+ /**
567
+ * <p>The configuration for the performance optimization of the dataset that contains a <code>UniqueKey</code> configuration.</p>
568
+ * @public
569
+ */
570
+ PerformanceConfiguration?: PerformanceConfiguration | undefined;
531
571
  }
532
572
  /**
533
573
  * @public
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  DescribeAnalysisDefinitionRequest,
5
5
  DescribeAnalysisDefinitionResponse,
6
- } from "../models/models_3";
6
+ } from "../models/models_4";
7
7
  import {
8
8
  QuickSightClientResolvedConfig,
9
9
  ServiceInputTypes,
@@ -1,9 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- UpdateApplicationWithTokenExchangeGrantRequest,
5
- UpdateApplicationWithTokenExchangeGrantResponse,
6
- } from "../models/models_4";
3
+ import { UpdateApplicationWithTokenExchangeGrantRequest } from "../models/models_4";
4
+ import { UpdateApplicationWithTokenExchangeGrantResponse } from "../models/models_5";
7
5
  import {
8
6
  QuickSightClientResolvedConfig,
9
7
  ServiceInputTypes,
@@ -1,7 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { UpdateBrandRequest } from "../models/models_4";
4
- import { UpdateBrandResponse } from "../models/models_5";
3
+ import { UpdateBrandRequest, UpdateBrandResponse } from "../models/models_5";
5
4
  import {
6
5
  QuickSightClientResolvedConfig,
7
6
  ServiceInputTypes,
@@ -6,7 +6,6 @@ import {
6
6
  AdHocFilteringOption,
7
7
  Analysis,
8
8
  AnalysisDefaults,
9
- AnalysisError,
10
9
  AssetOptions,
11
10
  CalculatedField,
12
11
  ColumnConfiguration,
@@ -640,6 +639,12 @@ export interface LogicalTable {
640
639
  DataTransforms?: TransformOperation[] | undefined;
641
640
  Source: LogicalTableSource | undefined;
642
641
  }
642
+ export interface UniqueKey {
643
+ ColumnNames: string[] | undefined;
644
+ }
645
+ export interface PerformanceConfiguration {
646
+ UniqueKeys?: UniqueKey[] | undefined;
647
+ }
643
648
  export declare const InputColumnDataType: {
644
649
  readonly BIT: "BIT";
645
650
  readonly BOOLEAN: "BOOLEAN";
@@ -787,6 +792,7 @@ export interface CreateDataSetRequest {
787
792
  DataSetUsageConfiguration?: DataSetUsageConfiguration | undefined;
788
793
  DatasetParameters?: DatasetParameter[] | undefined;
789
794
  FolderArns?: string[] | undefined;
795
+ PerformanceConfiguration?: PerformanceConfiguration | undefined;
790
796
  }
791
797
  export interface CreateDataSetResponse {
792
798
  Arn?: string | undefined;
@@ -1682,6 +1688,7 @@ export interface DataSet {
1682
1688
  ColumnLevelPermissionRules?: ColumnLevelPermissionRule[] | undefined;
1683
1689
  DataSetUsageConfiguration?: DataSetUsageConfiguration | undefined;
1684
1690
  DatasetParameters?: DatasetParameter[] | undefined;
1691
+ PerformanceConfiguration?: PerformanceConfiguration | undefined;
1685
1692
  }
1686
1693
  export declare const DataSetFilterAttribute: {
1687
1694
  readonly DATASET_NAME: "DATASET_NAME";
@@ -2119,20 +2126,6 @@ export interface DescribeAnalysisResponse {
2119
2126
  Status?: number | undefined;
2120
2127
  RequestId?: string | undefined;
2121
2128
  }
2122
- export interface DescribeAnalysisDefinitionRequest {
2123
- AwsAccountId: string | undefined;
2124
- AnalysisId: string | undefined;
2125
- }
2126
- export interface DescribeAnalysisDefinitionResponse {
2127
- AnalysisId?: string | undefined;
2128
- Name?: string | undefined;
2129
- Errors?: AnalysisError[] | undefined;
2130
- ResourceStatus?: ResourceStatus | undefined;
2131
- ThemeArn?: string | undefined;
2132
- Definition?: AnalysisDefinition | undefined;
2133
- Status?: number | undefined;
2134
- RequestId?: string | undefined;
2135
- }
2136
2129
  export declare const ColumnTagFilterSensitiveLog: (obj: ColumnTag) => any;
2137
2130
  export declare const DateTimeParameterFilterSensitiveLog: (
2138
2131
  obj: DateTimeParameter
@@ -2236,6 +2229,3 @@ export declare const DataSetFilterSensitiveLog: (obj: DataSet) => any;
2236
2229
  export declare const DescribeAnalysisResponseFilterSensitiveLog: (
2237
2230
  obj: DescribeAnalysisResponse
2238
2231
  ) => any;
2239
- export declare const DescribeAnalysisDefinitionResponseFilterSensitiveLog: (
2240
- obj: DescribeAnalysisDefinitionResponse
2241
- ) => any;
@@ -2,6 +2,7 @@ import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-cli
2
2
  import {
3
3
  AccountCustomization,
4
4
  ActiveIAMPolicyAssignment,
5
+ AnalysisError,
5
6
  Entity,
6
7
  ResourceStatus,
7
8
  Sheet,
@@ -87,6 +88,20 @@ import {
87
88
  VPCConnectionResourceStatus,
88
89
  } from "./models_3";
89
90
  import { QuickSightServiceException as __BaseException } from "./QuickSightServiceException";
91
+ export interface DescribeAnalysisDefinitionRequest {
92
+ AwsAccountId: string | undefined;
93
+ AnalysisId: string | undefined;
94
+ }
95
+ export interface DescribeAnalysisDefinitionResponse {
96
+ AnalysisId?: string | undefined;
97
+ Name?: string | undefined;
98
+ Errors?: AnalysisError[] | undefined;
99
+ ResourceStatus?: ResourceStatus | undefined;
100
+ ThemeArn?: string | undefined;
101
+ Definition?: AnalysisDefinition | undefined;
102
+ Status?: number | undefined;
103
+ RequestId?: string | undefined;
104
+ }
90
105
  export interface DescribeAnalysisPermissionsRequest {
91
106
  AwsAccountId: string | undefined;
92
107
  AnalysisId: string | undefined;
@@ -1972,15 +1987,9 @@ export interface UpdateApplicationWithTokenExchangeGrantRequest {
1972
1987
  AwsAccountId: string | undefined;
1973
1988
  Namespace: string | undefined;
1974
1989
  }
1975
- export interface UpdateApplicationWithTokenExchangeGrantResponse {
1976
- Status?: number | undefined;
1977
- RequestId?: string | undefined;
1978
- }
1979
- export interface UpdateBrandRequest {
1980
- AwsAccountId: string | undefined;
1981
- BrandId: string | undefined;
1982
- BrandDefinition?: BrandDefinition | undefined;
1983
- }
1990
+ export declare const DescribeAnalysisDefinitionResponseFilterSensitiveLog: (
1991
+ obj: DescribeAnalysisDefinitionResponse
1992
+ ) => any;
1984
1993
  export declare const DescribeAssetBundleExportJobResponseFilterSensitiveLog: (
1985
1994
  obj: DescribeAssetBundleExportJobResponse
1986
1995
  ) => any;
@@ -28,6 +28,7 @@ import {
28
28
  Group,
29
29
  LinkSharingConfiguration,
30
30
  LogicalTable,
31
+ PerformanceConfiguration,
31
32
  PhysicalTable,
32
33
  RefreshSchedule,
33
34
  ResourcePermission,
@@ -54,6 +55,15 @@ import {
54
55
  User,
55
56
  UserRole,
56
57
  } from "./models_4";
58
+ export interface UpdateApplicationWithTokenExchangeGrantResponse {
59
+ Status?: number | undefined;
60
+ RequestId?: string | undefined;
61
+ }
62
+ export interface UpdateBrandRequest {
63
+ AwsAccountId: string | undefined;
64
+ BrandId: string | undefined;
65
+ BrandDefinition?: BrandDefinition | undefined;
66
+ }
57
67
  export interface UpdateBrandResponse {
58
68
  RequestId?: string | undefined;
59
69
  BrandDetail?: BrandDetail | undefined;
@@ -169,6 +179,7 @@ export interface UpdateDataSetRequest {
169
179
  ColumnLevelPermissionRules?: ColumnLevelPermissionRule[] | undefined;
170
180
  DataSetUsageConfiguration?: DataSetUsageConfiguration | undefined;
171
181
  DatasetParameters?: DatasetParameter[] | undefined;
182
+ PerformanceConfiguration?: PerformanceConfiguration | undefined;
172
183
  }
173
184
  export interface UpdateDataSetResponse {
174
185
  Arn?: string | undefined;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-quicksight",
3
3
  "description": "AWS SDK for JavaScript Quicksight Client for Node.js, Browser and React Native",
4
- "version": "3.714.0",
4
+ "version": "3.715.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-quicksight",