@aws-sdk/client-quicksight 3.481.0 → 3.484.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.
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.TopicDetailsFilterSensitiveLog = exports.DatasetMetadataFilterSensitiveLog = exports.TopicFilterFilterSensitiveLog = exports.TopicRelativeDateFilterFilterSensitiveLog = exports.TopicNumericRangeFilterFilterSensitiveLog = exports.TopicNumericEqualityFilterFilterSensitiveLog = exports.TopicSingularFilterConstantFilterSensitiveLog = exports.TopicDateRangeFilterFilterSensitiveLog = exports.TopicRangeFilterConstantFilterSensitiveLog = exports.TopicCategoryFilterFilterSensitiveLog = exports.TopicCategoryFilterConstantFilterSensitiveLog = exports.InvalidRequestException = exports.GroupFilterOperator = exports.GroupFilterAttribute = exports.IdentityTypeNotSupportedException = exports.QuickSightUserNotFoundException = exports.UnsupportedPricingPlanException = exports.SessionLifetimeInMinutesInvalidException = exports.FolderFilterAttribute = exports.EmbeddingIdentityType = exports.DomainNotWhitelistedException = exports.NetworkInterfaceStatus = exports.UserRole = exports.IdentityType = exports.TopicRefreshStatus = exports.ThemeErrorType = exports.ThemeType = exports.TemplateErrorType = exports.NamespaceErrorType = exports.IngestionRequestType = exports.IngestionRequestSource = exports.IngestionErrorType = exports.InvalidNextTokenException = exports.SnapshotJobStatus = exports.DataSourceFilterAttribute = exports.DataSourceErrorInfoType = exports.LookbackWindowSizeUnit = exports.DataSetFilterAttribute = exports.DashboardFilterAttribute = exports.DashboardErrorType = exports.VPCConnectionResourceStatus = exports.VPCConnectionAvailabilityStatus = exports.TopicScheduleType = exports.PropertyUsage = exports.PropertyRole = exports.NamedEntityAggType = exports.TopicRelativeDateFilterFunction = exports.NamedFilterAggType = exports.NamedFilterType = exports.FilterClass = void 0;
4
- exports.GetSessionEmbedUrlResponseFilterSensitiveLog = exports.GetDashboardEmbedUrlResponseFilterSensitiveLog = exports.GenerateEmbedUrlForRegisteredUserResponseFilterSensitiveLog = exports.GenerateEmbedUrlForAnonymousUserResponseFilterSensitiveLog = exports.GenerateEmbedUrlForAnonymousUserRequestFilterSensitiveLog = exports.SessionTagFilterSensitiveLog = exports.DescribeTopicResponseFilterSensitiveLog = exports.DescribeTemplateDefinitionResponseFilterSensitiveLog = exports.DescribeDataSetResponseFilterSensitiveLog = exports.DescribeDashboardSnapshotJobResultResponseFilterSensitiveLog = exports.SnapshotJobResultFilterSensitiveLog = exports.DescribeDashboardSnapshotJobResponseFilterSensitiveLog = exports.SnapshotConfigurationFilterSensitiveLog = exports.DescribeDashboardDefinitionResponseFilterSensitiveLog = exports.DescribeAssetBundleImportJobResponseFilterSensitiveLog = exports.DescribeAssetBundleExportJobResponseFilterSensitiveLog = exports.DescribeAnalysisDefinitionResponseFilterSensitiveLog = exports.DataSetFilterSensitiveLog = exports.CreateTopicRequestFilterSensitiveLog = void 0;
3
+ exports.DatasetMetadataFilterSensitiveLog = exports.TopicFilterFilterSensitiveLog = exports.TopicRelativeDateFilterFilterSensitiveLog = exports.TopicNumericRangeFilterFilterSensitiveLog = exports.TopicNumericEqualityFilterFilterSensitiveLog = exports.TopicSingularFilterConstantFilterSensitiveLog = exports.TopicDateRangeFilterFilterSensitiveLog = exports.TopicRangeFilterConstantFilterSensitiveLog = exports.TopicCategoryFilterFilterSensitiveLog = exports.TopicCategoryFilterConstantFilterSensitiveLog = exports.InvalidRequestException = exports.GroupFilterOperator = exports.GroupFilterAttribute = exports.IdentityTypeNotSupportedException = exports.QuickSightUserNotFoundException = exports.UnsupportedPricingPlanException = exports.SessionLifetimeInMinutesInvalidException = exports.FolderFilterAttribute = exports.EmbeddingIdentityType = exports.DomainNotWhitelistedException = exports.NetworkInterfaceStatus = exports.UserRole = exports.IdentityType = exports.TopicRefreshStatus = exports.ThemeErrorType = exports.ThemeType = exports.TemplateErrorType = exports.NamespaceErrorType = exports.IngestionRequestType = exports.IngestionRequestSource = exports.IngestionErrorType = exports.InvalidNextTokenException = exports.SnapshotJobStatus = exports.DataSourceFilterAttribute = exports.DataSourceErrorInfoType = exports.LookbackWindowSizeUnit = exports.DataSetFilterAttribute = exports.DashboardFilterAttribute = exports.DashboardErrorType = exports.VPCConnectionResourceStatus = exports.VPCConnectionAvailabilityStatus = exports.TopicScheduleType = exports.TopicUserExperienceVersion = exports.PropertyUsage = exports.PropertyRole = exports.NamedEntityAggType = exports.TopicRelativeDateFilterFunction = exports.NamedFilterAggType = exports.NamedFilterType = exports.FilterClass = void 0;
4
+ exports.GetSessionEmbedUrlResponseFilterSensitiveLog = exports.GetDashboardEmbedUrlResponseFilterSensitiveLog = exports.GenerateEmbedUrlForRegisteredUserResponseFilterSensitiveLog = exports.GenerateEmbedUrlForAnonymousUserResponseFilterSensitiveLog = exports.GenerateEmbedUrlForAnonymousUserRequestFilterSensitiveLog = exports.SessionTagFilterSensitiveLog = exports.DescribeTopicResponseFilterSensitiveLog = exports.DescribeTemplateDefinitionResponseFilterSensitiveLog = exports.DescribeDataSetResponseFilterSensitiveLog = exports.DescribeDashboardSnapshotJobResultResponseFilterSensitiveLog = exports.SnapshotJobResultFilterSensitiveLog = exports.DescribeDashboardSnapshotJobResponseFilterSensitiveLog = exports.SnapshotConfigurationFilterSensitiveLog = exports.DescribeDashboardDefinitionResponseFilterSensitiveLog = exports.DescribeAssetBundleImportJobResponseFilterSensitiveLog = exports.DescribeAssetBundleExportJobResponseFilterSensitiveLog = exports.DescribeAnalysisDefinitionResponseFilterSensitiveLog = exports.DataSetFilterSensitiveLog = exports.CreateTopicRequestFilterSensitiveLog = exports.TopicDetailsFilterSensitiveLog = void 0;
5
5
  const smithy_client_1 = require("@smithy/smithy-client");
6
6
  const models_2_1 = require("./models_2");
7
7
  const QuickSightServiceException_1 = require("./QuickSightServiceException");
@@ -62,6 +62,10 @@ exports.PropertyUsage = {
62
62
  INHERIT: "INHERIT",
63
63
  MEASURE: "MEASURE",
64
64
  };
65
+ exports.TopicUserExperienceVersion = {
66
+ LEGACY: "LEGACY",
67
+ NEW_READER_EXPERIENCE: "NEW_READER_EXPERIENCE",
68
+ };
65
69
  exports.TopicScheduleType = {
66
70
  DAILY: "DAILY",
67
71
  HOURLY: "HOURLY",
@@ -10749,6 +10749,9 @@ const de_UpdateDashboardLinksCommandError = async (output, context) => {
10749
10749
  case "ThrottlingException":
10750
10750
  case "com.amazonaws.quicksight#ThrottlingException":
10751
10751
  throw await de_ThrottlingExceptionRes(parsedOutput, context);
10752
+ case "UnsupportedUserEditionException":
10753
+ case "com.amazonaws.quicksight#UnsupportedUserEditionException":
10754
+ throw await de_UnsupportedUserEditionExceptionRes(parsedOutput, context);
10752
10755
  default:
10753
10756
  const parsedBody = parsedOutput.body;
10754
10757
  return throwDefaultError({
@@ -58,6 +58,10 @@ export const PropertyUsage = {
58
58
  INHERIT: "INHERIT",
59
59
  MEASURE: "MEASURE",
60
60
  };
61
+ export const TopicUserExperienceVersion = {
62
+ LEGACY: "LEGACY",
63
+ NEW_READER_EXPERIENCE: "NEW_READER_EXPERIENCE",
64
+ };
61
65
  export const TopicScheduleType = {
62
66
  DAILY: "DAILY",
63
67
  HOURLY: "HOURLY",
@@ -10424,6 +10424,9 @@ const de_UpdateDashboardLinksCommandError = async (output, context) => {
10424
10424
  case "ThrottlingException":
10425
10425
  case "com.amazonaws.quicksight#ThrottlingException":
10426
10426
  throw await de_ThrottlingExceptionRes(parsedOutput, context);
10427
+ case "UnsupportedUserEditionException":
10428
+ case "com.amazonaws.quicksight#UnsupportedUserEditionException":
10429
+ throw await de_UnsupportedUserEditionExceptionRes(parsedOutput, context);
10427
10430
  default:
10428
10431
  const parsedBody = parsedOutput.body;
10429
10432
  return throwDefaultError({
@@ -39,6 +39,7 @@ declare const CreateTopicCommand_base: {
39
39
  * Topic: { // TopicDetails
40
40
  * Name: "STRING_VALUE",
41
41
  * Description: "STRING_VALUE",
42
+ * UserExperienceVersion: "LEGACY" || "NEW_READER_EXPERIENCE",
42
43
  * DataSets: [ // Datasets
43
44
  * { // DatasetMetadata
44
45
  * DatasetArn: "STRING_VALUE", // required
@@ -45,6 +45,7 @@ declare const DescribeTopicCommand_base: {
45
45
  * // Topic: { // TopicDetails
46
46
  * // Name: "STRING_VALUE",
47
47
  * // Description: "STRING_VALUE",
48
+ * // UserExperienceVersion: "LEGACY" || "NEW_READER_EXPERIENCE",
48
49
  * // DataSets: [ // Datasets
49
50
  * // { // DatasetMetadata
50
51
  * // DatasetArn: "STRING_VALUE", // required
@@ -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 { ListTagsForResourceRequest } from "../models/models_3";
4
- import { ListTagsForResourceResponse } from "../models/models_4";
3
+ import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_4";
5
4
  import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
6
5
  /**
7
6
  * @public
@@ -80,6 +80,12 @@ declare const UpdateDashboardLinksCommand_base: {
80
80
  * @throws {@link ThrottlingException} (client fault)
81
81
  * <p>Access is throttled.</p>
82
82
  *
83
+ * @throws {@link UnsupportedUserEditionException} (client fault)
84
+ * <p>This error indicates that you are calling an operation on an Amazon QuickSight
85
+ * subscription where the edition doesn't include support for that operation. Amazon
86
+ * Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
87
+ * capability is available in every edition.</p>
88
+ *
83
89
  * @throws {@link QuickSightServiceException}
84
90
  * <p>Base exception class for all service exceptions from QuickSight service.</p>
85
91
  *
@@ -39,6 +39,7 @@ declare const UpdateTopicCommand_base: {
39
39
  * Topic: { // TopicDetails
40
40
  * Name: "STRING_VALUE",
41
41
  * Description: "STRING_VALUE",
42
+ * UserExperienceVersion: "LEGACY" || "NEW_READER_EXPERIENCE",
42
43
  * DataSets: [ // Datasets
43
44
  * { // DatasetMetadata
44
45
  * DatasetArn: "STRING_VALUE", // required
@@ -523,6 +523,18 @@ export interface DatasetMetadata {
523
523
  */
524
524
  NamedEntities?: TopicNamedEntity[];
525
525
  }
526
+ /**
527
+ * @public
528
+ * @enum
529
+ */
530
+ export declare const TopicUserExperienceVersion: {
531
+ readonly LEGACY: "LEGACY";
532
+ readonly NEW_READER_EXPERIENCE: "NEW_READER_EXPERIENCE";
533
+ };
534
+ /**
535
+ * @public
536
+ */
537
+ export type TopicUserExperienceVersion = (typeof TopicUserExperienceVersion)[keyof typeof TopicUserExperienceVersion];
526
538
  /**
527
539
  * @public
528
540
  * <p>A structure that describes the details of a topic, such as its name, description, and associated data sets.</p>
@@ -538,6 +550,11 @@ export interface TopicDetails {
538
550
  * <p>The description of the topic.</p>
539
551
  */
540
552
  Description?: string;
553
+ /**
554
+ * @public
555
+ * <p>The user experience version of a topic.</p>
556
+ */
557
+ UserExperienceVersion?: TopicUserExperienceVersion;
541
558
  /**
542
559
  * @public
543
560
  * <p>The data sets that the topic is associated with.</p>
@@ -7829,16 +7846,6 @@ export interface ListRoleMembershipsResponse {
7829
7846
  */
7830
7847
  Status?: number;
7831
7848
  }
7832
- /**
7833
- * @public
7834
- */
7835
- export interface ListTagsForResourceRequest {
7836
- /**
7837
- * @public
7838
- * <p>The Amazon Resource Name (ARN) of the resource that you want a list of tags for.</p>
7839
- */
7840
- ResourceArn: string | undefined;
7841
- }
7842
7849
  /**
7843
7850
  * @internal
7844
7851
  */
@@ -2,6 +2,16 @@ import { AccountCustomization, ResourceStatus } from "./models_0";
2
2
  import { AnalysisDefinition, AnalysisSearchFilter, AnalysisSourceEntity, AnalysisSummary } from "./models_1";
3
3
  import { _Parameters, AssetBundleCloudFormationOverridePropertyConfiguration, AssetBundleExportFormat, AssetBundleExportJobValidationStrategy, AssetBundleImportFailureAction, AssetBundleImportJobOverrideParameters, AssetBundleImportJobOverridePermissions, AssetBundleImportJobOverrideTags, AssetBundleImportJobOverrideValidationStrategy, AssetBundleImportSource, AssignmentStatus, ColumnGroup, ColumnLevelPermissionRule, DashboardPublishOptions, DashboardSourceEntity, DashboardVersionDefinition, DataSetImportMode, DatasetParameter, DataSetUsageConfiguration, DataSourceCredentials, DataSourceParameters, FieldFolder, Group, LinkSharingConfiguration, LogicalTable, PhysicalTable, RefreshSchedule, ResourcePermission, Role, RowLevelPermissionDataSet, RowLevelPermissionTagConfiguration, ServiceType, SslProperties, Tag, TemplateAlias, TemplateSourceEntity, TemplateVersionDefinition, ThemeAlias, ThemeConfiguration, ValidationStrategy, VpcConnectionProperties } from "./models_2";
4
4
  import { DashboardSearchFilter, DashboardSummary, DataSetRefreshProperties, DataSetSearchFilter, DataSetSummary, DataSourceSearchFilter, DataSourceSummary, FolderSearchFilter, FolderSummary, GroupSearchFilter, IdentityType, NetworkInterface, SessionTag, SnapshotConfiguration, ThemeType, TopicDetails, TopicRefreshSchedule, User, UserRole, VPCConnectionAvailabilityStatus, VPCConnectionResourceStatus } from "./models_3";
5
+ /**
6
+ * @public
7
+ */
8
+ export interface ListTagsForResourceRequest {
9
+ /**
10
+ * @public
11
+ * <p>The Amazon Resource Name (ARN) of the resource that you want a list of tags for.</p>
12
+ */
13
+ ResourceArn: string | undefined;
14
+ }
5
15
  /**
6
16
  * @public
7
17
  */
@@ -1,7 +1,9 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { ListTagsForResourceRequest } from "../models/models_3";
4
- import { ListTagsForResourceResponse } from "../models/models_4";
3
+ import {
4
+ ListTagsForResourceRequest,
5
+ ListTagsForResourceResponse,
6
+ } from "../models/models_4";
5
7
  import {
6
8
  QuickSightClientResolvedConfig,
7
9
  ServiceInputTypes,
@@ -243,9 +243,16 @@ export interface DatasetMetadata {
243
243
  CalculatedFields?: TopicCalculatedField[];
244
244
  NamedEntities?: TopicNamedEntity[];
245
245
  }
246
+ export declare const TopicUserExperienceVersion: {
247
+ readonly LEGACY: "LEGACY";
248
+ readonly NEW_READER_EXPERIENCE: "NEW_READER_EXPERIENCE";
249
+ };
250
+ export type TopicUserExperienceVersion =
251
+ (typeof TopicUserExperienceVersion)[keyof typeof TopicUserExperienceVersion];
246
252
  export interface TopicDetails {
247
253
  Name?: string;
248
254
  Description?: string;
255
+ UserExperienceVersion?: TopicUserExperienceVersion;
249
256
  DataSets?: DatasetMetadata[];
250
257
  }
251
258
  export interface CreateTopicRequest {
@@ -2010,9 +2017,6 @@ export interface ListRoleMembershipsResponse {
2010
2017
  RequestId?: string;
2011
2018
  Status?: number;
2012
2019
  }
2013
- export interface ListTagsForResourceRequest {
2014
- ResourceArn: string | undefined;
2015
- }
2016
2020
  export declare const TopicCategoryFilterConstantFilterSensitiveLog: (
2017
2021
  obj: TopicCategoryFilterConstant
2018
2022
  ) => any;
@@ -71,6 +71,9 @@ import {
71
71
  VPCConnectionAvailabilityStatus,
72
72
  VPCConnectionResourceStatus,
73
73
  } from "./models_3";
74
+ export interface ListTagsForResourceRequest {
75
+ ResourceArn: string | undefined;
76
+ }
74
77
  export interface ListTagsForResourceResponse {
75
78
  Tags?: Tag[];
76
79
  RequestId?: string;
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.481.0",
4
+ "version": "3.484.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -20,20 +20,20 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.481.0",
23
+ "@aws-sdk/client-sts": "3.484.0",
24
24
  "@aws-sdk/core": "3.481.0",
25
- "@aws-sdk/credential-provider-node": "3.481.0",
25
+ "@aws-sdk/credential-provider-node": "3.484.0",
26
26
  "@aws-sdk/middleware-host-header": "3.468.0",
27
27
  "@aws-sdk/middleware-logger": "3.468.0",
28
28
  "@aws-sdk/middleware-recursion-detection": "3.468.0",
29
29
  "@aws-sdk/middleware-signing": "3.468.0",
30
30
  "@aws-sdk/middleware-user-agent": "3.478.0",
31
- "@aws-sdk/region-config-resolver": "3.470.0",
31
+ "@aws-sdk/region-config-resolver": "3.484.0",
32
32
  "@aws-sdk/types": "3.468.0",
33
33
  "@aws-sdk/util-endpoints": "3.478.0",
34
34
  "@aws-sdk/util-user-agent-browser": "3.468.0",
35
35
  "@aws-sdk/util-user-agent-node": "3.470.0",
36
- "@smithy/config-resolver": "^2.0.21",
36
+ "@smithy/config-resolver": "^2.0.22",
37
37
  "@smithy/core": "^1.2.1",
38
38
  "@smithy/fetch-http-handler": "^2.3.1",
39
39
  "@smithy/hash-node": "^2.0.17",
@@ -53,7 +53,7 @@
53
53
  "@smithy/util-body-length-browser": "^2.0.1",
54
54
  "@smithy/util-body-length-node": "^2.1.0",
55
55
  "@smithy/util-defaults-mode-browser": "^2.0.23",
56
- "@smithy/util-defaults-mode-node": "^2.0.30",
56
+ "@smithy/util-defaults-mode-node": "^2.0.31",
57
57
  "@smithy/util-endpoints": "^1.0.7",
58
58
  "@smithy/util-retry": "^2.0.8",
59
59
  "@smithy/util-utf8": "^2.0.2",