@aws-sdk/client-quicksight 3.635.0 → 3.642.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 +157 -112
- package/dist-es/commands/CreateDataSourceCommand.js +1 -1
- package/dist-es/models/models_0.js +4 -0
- package/dist-es/models/models_1.js +0 -3
- package/dist-es/models/models_2.js +22 -59
- package/dist-es/models/models_3.js +63 -31
- package/dist-es/models/models_4.js +31 -0
- package/dist-es/protocols/Aws_restJson1.js +7 -3
- package/dist-types/commands/CreateAnalysisCommand.d.ts +3 -0
- package/dist-types/commands/CreateDataSourceCommand.d.ts +1 -1
- package/dist-types/commands/CreateTemplateCommand.d.ts +3 -0
- package/dist-types/commands/DescribeAnalysisDefinitionCommand.d.ts +3 -0
- package/dist-types/commands/DescribeTemplateDefinitionCommand.d.ts +3 -0
- package/dist-types/commands/DescribeVPCConnectionCommand.d.ts +2 -1
- package/dist-types/commands/GenerateEmbedUrlForAnonymousUserCommand.d.ts +11 -0
- package/dist-types/commands/GenerateEmbedUrlForRegisteredUserCommand.d.ts +6 -0
- package/dist-types/commands/UpdateAnalysisCommand.d.ts +3 -0
- package/dist-types/commands/UpdateTemplateCommand.d.ts +3 -0
- package/dist-types/models/models_0.d.ts +23 -58
- package/dist-types/models/models_1.d.ts +59 -63
- package/dist-types/models/models_2.d.ts +138 -179
- package/dist-types/models/models_3.d.ts +188 -172
- package/dist-types/models/models_4.d.ts +184 -2
- package/dist-types/ts3.4/commands/CreateDataSourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVPCConnectionCommand.d.ts +2 -4
- package/dist-types/ts3.4/models/models_0.d.ts +9 -8
- package/dist-types/ts3.4/models/models_1.d.ts +9 -18
- package/dist-types/ts3.4/models/models_2.d.ts +46 -81
- package/dist-types/ts3.4/models/models_3.d.ts +82 -59
- package/dist-types/ts3.4/models/models_4.d.ts +61 -4
- package/package.json +6 -6
|
@@ -2,6 +2,59 @@ import { SENSITIVE_STRING } from "@smithy/smithy-client";
|
|
|
2
2
|
import { CalculatedFieldFilterSensitiveLog, ColumnConfigurationFilterSensitiveLog, ParameterDeclarationFilterSensitiveLog, } from "./models_0";
|
|
3
3
|
import { _ParametersFilterSensitiveLog, AssetBundleImportSourceDescriptionFilterSensitiveLog, LogicalTableFilterSensitiveLog, RowLevelPermissionTagConfigurationFilterSensitiveLog, } from "./models_2";
|
|
4
4
|
import { QuickSightServiceException as __BaseException } from "./QuickSightServiceException";
|
|
5
|
+
export const DataSourceType = {
|
|
6
|
+
ADOBE_ANALYTICS: "ADOBE_ANALYTICS",
|
|
7
|
+
AMAZON_ELASTICSEARCH: "AMAZON_ELASTICSEARCH",
|
|
8
|
+
AMAZON_OPENSEARCH: "AMAZON_OPENSEARCH",
|
|
9
|
+
ATHENA: "ATHENA",
|
|
10
|
+
AURORA: "AURORA",
|
|
11
|
+
AURORA_POSTGRESQL: "AURORA_POSTGRESQL",
|
|
12
|
+
AWS_IOT_ANALYTICS: "AWS_IOT_ANALYTICS",
|
|
13
|
+
BIGQUERY: "BIGQUERY",
|
|
14
|
+
DATABRICKS: "DATABRICKS",
|
|
15
|
+
EXASOL: "EXASOL",
|
|
16
|
+
GITHUB: "GITHUB",
|
|
17
|
+
JIRA: "JIRA",
|
|
18
|
+
MARIADB: "MARIADB",
|
|
19
|
+
MYSQL: "MYSQL",
|
|
20
|
+
ORACLE: "ORACLE",
|
|
21
|
+
POSTGRESQL: "POSTGRESQL",
|
|
22
|
+
PRESTO: "PRESTO",
|
|
23
|
+
REDSHIFT: "REDSHIFT",
|
|
24
|
+
S3: "S3",
|
|
25
|
+
SALESFORCE: "SALESFORCE",
|
|
26
|
+
SERVICENOW: "SERVICENOW",
|
|
27
|
+
SNOWFLAKE: "SNOWFLAKE",
|
|
28
|
+
SPARK: "SPARK",
|
|
29
|
+
SQLSERVER: "SQLSERVER",
|
|
30
|
+
STARBURST: "STARBURST",
|
|
31
|
+
TERADATA: "TERADATA",
|
|
32
|
+
TIMESTREAM: "TIMESTREAM",
|
|
33
|
+
TRINO: "TRINO",
|
|
34
|
+
TWITTER: "TWITTER",
|
|
35
|
+
};
|
|
36
|
+
export class CustomerManagedKeyUnavailableException extends __BaseException {
|
|
37
|
+
constructor(opts) {
|
|
38
|
+
super({
|
|
39
|
+
name: "CustomerManagedKeyUnavailableException",
|
|
40
|
+
$fault: "client",
|
|
41
|
+
...opts,
|
|
42
|
+
});
|
|
43
|
+
this.name = "CustomerManagedKeyUnavailableException";
|
|
44
|
+
this.$fault = "client";
|
|
45
|
+
Object.setPrototypeOf(this, CustomerManagedKeyUnavailableException.prototype);
|
|
46
|
+
this.Message = opts.Message;
|
|
47
|
+
this.RequestId = opts.RequestId;
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
export const FolderType = {
|
|
51
|
+
RESTRICTED: "RESTRICTED",
|
|
52
|
+
SHARED: "SHARED",
|
|
53
|
+
};
|
|
54
|
+
export const SharingModel = {
|
|
55
|
+
ACCOUNT: "ACCOUNT",
|
|
56
|
+
NAMESPACE: "NAMESPACE",
|
|
57
|
+
};
|
|
5
58
|
export const MemberType = {
|
|
6
59
|
ANALYSIS: "ANALYSIS",
|
|
7
60
|
DASHBOARD: "DASHBOARD",
|
|
@@ -314,37 +367,11 @@ export const UserRole = {
|
|
|
314
367
|
RESTRICTED_AUTHOR: "RESTRICTED_AUTHOR",
|
|
315
368
|
RESTRICTED_READER: "RESTRICTED_READER",
|
|
316
369
|
};
|
|
317
|
-
export const
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
DELETED: "DELETED",
|
|
323
|
-
DELETING: "DELETING",
|
|
324
|
-
DELETION_FAILED: "DELETION_FAILED",
|
|
325
|
-
DELETION_SCHEDULED: "DELETION_SCHEDULED",
|
|
326
|
-
UPDATE_FAILED: "UPDATE_FAILED",
|
|
327
|
-
UPDATING: "UPDATING",
|
|
328
|
-
};
|
|
329
|
-
export class DomainNotWhitelistedException extends __BaseException {
|
|
330
|
-
constructor(opts) {
|
|
331
|
-
super({
|
|
332
|
-
name: "DomainNotWhitelistedException",
|
|
333
|
-
$fault: "client",
|
|
334
|
-
...opts,
|
|
335
|
-
});
|
|
336
|
-
this.name = "DomainNotWhitelistedException";
|
|
337
|
-
this.$fault = "client";
|
|
338
|
-
Object.setPrototypeOf(this, DomainNotWhitelistedException.prototype);
|
|
339
|
-
this.Message = opts.Message;
|
|
340
|
-
this.RequestId = opts.RequestId;
|
|
341
|
-
}
|
|
342
|
-
}
|
|
343
|
-
export const EmbeddingIdentityType = {
|
|
344
|
-
ANONYMOUS: "ANONYMOUS",
|
|
345
|
-
IAM: "IAM",
|
|
346
|
-
QUICKSIGHT: "QUICKSIGHT",
|
|
347
|
-
};
|
|
370
|
+
export const CreateDataSourceRequestFilterSensitiveLog = (obj) => ({
|
|
371
|
+
...obj,
|
|
372
|
+
...(obj.DataSourceParameters && { DataSourceParameters: obj.DataSourceParameters }),
|
|
373
|
+
...(obj.Credentials && { Credentials: SENSITIVE_STRING }),
|
|
374
|
+
});
|
|
348
375
|
export const TemplateVersionDefinitionFilterSensitiveLog = (obj) => ({
|
|
349
376
|
...obj,
|
|
350
377
|
...(obj.CalculatedFields && {
|
|
@@ -433,6 +460,10 @@ export const TopicDetailsFilterSensitiveLog = (obj) => ({
|
|
|
433
460
|
export const CreateTopicRequestFilterSensitiveLog = (obj) => ({
|
|
434
461
|
...obj,
|
|
435
462
|
});
|
|
463
|
+
export const OutputColumnFilterSensitiveLog = (obj) => ({
|
|
464
|
+
...obj,
|
|
465
|
+
...(obj.Description && { Description: SENSITIVE_STRING }),
|
|
466
|
+
});
|
|
436
467
|
export const DataSetFilterSensitiveLog = (obj) => ({
|
|
437
468
|
...obj,
|
|
438
469
|
...(obj.PhysicalTableMap && {
|
|
@@ -441,6 +472,7 @@ export const DataSetFilterSensitiveLog = (obj) => ({
|
|
|
441
472
|
...(obj.LogicalTableMap && {
|
|
442
473
|
LogicalTableMap: Object.entries(obj.LogicalTableMap).reduce((acc, [key, value]) => ((acc[key] = LogicalTableFilterSensitiveLog(value)), acc), {}),
|
|
443
474
|
}),
|
|
475
|
+
...(obj.OutputColumns && { OutputColumns: obj.OutputColumns.map((item) => OutputColumnFilterSensitiveLog(item)) }),
|
|
444
476
|
...(obj.RowLevelPermissionTagConfiguration && {
|
|
445
477
|
RowLevelPermissionTagConfiguration: RowLevelPermissionTagConfigurationFilterSensitiveLog(obj.RowLevelPermissionTagConfiguration),
|
|
446
478
|
}),
|
|
@@ -1,6 +1,37 @@
|
|
|
1
1
|
import { SENSITIVE_STRING } from "@smithy/smithy-client";
|
|
2
2
|
import { _ParametersFilterSensitiveLog, AssetBundleImportSourceFilterSensitiveLog, LogicalTableFilterSensitiveLog, RowLevelPermissionTagConfigurationFilterSensitiveLog, TopicIRFilterSensitiveLog, } from "./models_2";
|
|
3
3
|
import { QuickSightServiceException as __BaseException } from "./QuickSightServiceException";
|
|
4
|
+
export const NetworkInterfaceStatus = {
|
|
5
|
+
ATTACHMENT_FAILED_ROLLBACK_FAILED: "ATTACHMENT_FAILED_ROLLBACK_FAILED",
|
|
6
|
+
AVAILABLE: "AVAILABLE",
|
|
7
|
+
CREATING: "CREATING",
|
|
8
|
+
CREATION_FAILED: "CREATION_FAILED",
|
|
9
|
+
DELETED: "DELETED",
|
|
10
|
+
DELETING: "DELETING",
|
|
11
|
+
DELETION_FAILED: "DELETION_FAILED",
|
|
12
|
+
DELETION_SCHEDULED: "DELETION_SCHEDULED",
|
|
13
|
+
UPDATE_FAILED: "UPDATE_FAILED",
|
|
14
|
+
UPDATING: "UPDATING",
|
|
15
|
+
};
|
|
16
|
+
export class DomainNotWhitelistedException extends __BaseException {
|
|
17
|
+
constructor(opts) {
|
|
18
|
+
super({
|
|
19
|
+
name: "DomainNotWhitelistedException",
|
|
20
|
+
$fault: "client",
|
|
21
|
+
...opts,
|
|
22
|
+
});
|
|
23
|
+
this.name = "DomainNotWhitelistedException";
|
|
24
|
+
this.$fault = "client";
|
|
25
|
+
Object.setPrototypeOf(this, DomainNotWhitelistedException.prototype);
|
|
26
|
+
this.Message = opts.Message;
|
|
27
|
+
this.RequestId = opts.RequestId;
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
export const EmbeddingIdentityType = {
|
|
31
|
+
ANONYMOUS: "ANONYMOUS",
|
|
32
|
+
IAM: "IAM",
|
|
33
|
+
QUICKSIGHT: "QUICKSIGHT",
|
|
34
|
+
};
|
|
4
35
|
export const FolderFilterAttribute = {
|
|
5
36
|
DIRECT_QUICKSIGHT_OWNER: "DIRECT_QUICKSIGHT_OWNER",
|
|
6
37
|
DIRECT_QUICKSIGHT_SOLE_OWNER: "DIRECT_QUICKSIGHT_SOLE_OWNER",
|
|
@@ -2,9 +2,9 @@ import { awsExpectUnion as __expectUnion, loadRestJsonErrorCode, parseJsonBody a
|
|
|
2
2
|
import { requestBuilder as rb } from "@smithy/core";
|
|
3
3
|
import { _json, collectBody, decorateServiceException as __decorateServiceException, expectBoolean as __expectBoolean, expectInt32 as __expectInt32, expectLong as __expectLong, expectNonNull as __expectNonNull, expectNumber as __expectNumber, expectObject as __expectObject, expectString as __expectString, limitedParseDouble as __limitedParseDouble, map, parseEpochTimestamp as __parseEpochTimestamp, serializeFloat as __serializeFloat, take, withBaseException, } from "@smithy/smithy-client";
|
|
4
4
|
import { AccessDeniedException, } from "../models/models_0";
|
|
5
|
-
import { ConcurrentUpdatingException, ConflictException,
|
|
6
|
-
import {
|
|
7
|
-
import { IdentityTypeNotSupportedException, InvalidRequestException, QuickSightUserNotFoundException, SessionLifetimeInMinutesInvalidException, UnsupportedPricingPlanException, } from "../models/models_4";
|
|
5
|
+
import { ConcurrentUpdatingException, ConflictException, InternalFailureException, InvalidParameterValueException, LimitExceededException, PreconditionNotMetException, ResourceExistsException, ResourceNotFoundException, ResourceUnavailableException, ThrottlingException, TransformOperation, UnsupportedUserEditionException, } from "../models/models_2";
|
|
6
|
+
import { CustomerManagedKeyUnavailableException, InvalidNextTokenException, } from "../models/models_3";
|
|
7
|
+
import { DomainNotWhitelistedException, IdentityTypeNotSupportedException, InvalidRequestException, QuickSightUserNotFoundException, SessionLifetimeInMinutesInvalidException, UnsupportedPricingPlanException, } from "../models/models_4";
|
|
8
8
|
import { QuickSightServiceException as __BaseException } from "../models/QuickSightServiceException";
|
|
9
9
|
export const se_BatchCreateTopicReviewedAnswerCommand = async (input, context) => {
|
|
10
10
|
const b = rb(input, context);
|
|
@@ -6290,6 +6290,7 @@ const se_AnalysisDefinition = (input, context) => {
|
|
|
6290
6290
|
FilterGroups: (_) => se_FilterGroupList(_, context),
|
|
6291
6291
|
Options: _json,
|
|
6292
6292
|
ParameterDeclarations: (_) => se_ParameterDeclarationList(_, context),
|
|
6293
|
+
QueryExecutionOptions: _json,
|
|
6293
6294
|
Sheets: (_) => se_SheetDefinitionList(_, context),
|
|
6294
6295
|
});
|
|
6295
6296
|
};
|
|
@@ -8343,6 +8344,7 @@ const se_TemplateVersionDefinition = (input, context) => {
|
|
|
8343
8344
|
FilterGroups: (_) => se_FilterGroupList(_, context),
|
|
8344
8345
|
Options: _json,
|
|
8345
8346
|
ParameterDeclarations: (_) => se_ParameterDeclarationList(_, context),
|
|
8347
|
+
QueryExecutionOptions: _json,
|
|
8346
8348
|
Sheets: (_) => se_SheetDefinitionList(_, context),
|
|
8347
8349
|
});
|
|
8348
8350
|
};
|
|
@@ -8775,6 +8777,7 @@ const de_AnalysisDefinition = (output, context) => {
|
|
|
8775
8777
|
FilterGroups: (_) => de_FilterGroupList(_, context),
|
|
8776
8778
|
Options: _json,
|
|
8777
8779
|
ParameterDeclarations: (_) => de_ParameterDeclarationList(_, context),
|
|
8780
|
+
QueryExecutionOptions: _json,
|
|
8778
8781
|
Sheets: (_) => de_SheetDefinitionList(_, context),
|
|
8779
8782
|
});
|
|
8780
8783
|
};
|
|
@@ -11155,6 +11158,7 @@ const de_TemplateVersionDefinition = (output, context) => {
|
|
|
11155
11158
|
FilterGroups: (_) => de_FilterGroupList(_, context),
|
|
11156
11159
|
Options: _json,
|
|
11157
11160
|
ParameterDeclarations: (_) => de_ParameterDeclarationList(_, context),
|
|
11161
|
+
QueryExecutionOptions: _json,
|
|
11158
11162
|
Sheets: (_) => de_SheetDefinitionList(_, context),
|
|
11159
11163
|
});
|
|
11160
11164
|
};
|
|
@@ -5025,6 +5025,9 @@ declare const CreateAnalysisCommand_base: {
|
|
|
5025
5025
|
* Timezone: "STRING_VALUE",
|
|
5026
5026
|
* WeekStart: "SUNDAY" || "MONDAY" || "TUESDAY" || "WEDNESDAY" || "THURSDAY" || "FRIDAY" || "SATURDAY",
|
|
5027
5027
|
* },
|
|
5028
|
+
* QueryExecutionOptions: { // QueryExecutionOptions
|
|
5029
|
+
* QueryExecutionMode: "AUTO" || "MANUAL",
|
|
5030
|
+
* },
|
|
5028
5031
|
* },
|
|
5029
5032
|
* ValidationStrategy: { // ValidationStrategy
|
|
5030
5033
|
* Mode: "STRICT" || "LENIENT", // required
|
|
@@ -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 { CreateDataSourceRequest, CreateDataSourceResponse } from "../models/
|
|
3
|
+
import { CreateDataSourceRequest, CreateDataSourceResponse } from "../models/models_3";
|
|
4
4
|
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
@@ -5019,6 +5019,9 @@ declare const CreateTemplateCommand_base: {
|
|
|
5019
5019
|
* Timezone: "STRING_VALUE",
|
|
5020
5020
|
* WeekStart: "SUNDAY" || "MONDAY" || "TUESDAY" || "WEDNESDAY" || "THURSDAY" || "FRIDAY" || "SATURDAY",
|
|
5021
5021
|
* },
|
|
5022
|
+
* QueryExecutionOptions: { // QueryExecutionOptions
|
|
5023
|
+
* QueryExecutionMode: "AUTO" || "MANUAL",
|
|
5024
|
+
* },
|
|
5022
5025
|
* },
|
|
5023
5026
|
* ValidationStrategy: { // ValidationStrategy
|
|
5024
5027
|
* Mode: "STRICT" || "LENIENT", // required
|
|
@@ -4991,6 +4991,9 @@ declare const DescribeAnalysisDefinitionCommand_base: {
|
|
|
4991
4991
|
* // Timezone: "STRING_VALUE",
|
|
4992
4992
|
* // WeekStart: "SUNDAY" || "MONDAY" || "TUESDAY" || "WEDNESDAY" || "THURSDAY" || "FRIDAY" || "SATURDAY",
|
|
4993
4993
|
* // },
|
|
4994
|
+
* // QueryExecutionOptions: { // QueryExecutionOptions
|
|
4995
|
+
* // QueryExecutionMode: "AUTO" || "MANUAL",
|
|
4996
|
+
* // },
|
|
4994
4997
|
* // },
|
|
4995
4998
|
* // Status: Number("int"),
|
|
4996
4999
|
* // RequestId: "STRING_VALUE",
|
|
@@ -5011,6 +5011,9 @@ declare const DescribeTemplateDefinitionCommand_base: {
|
|
|
5011
5011
|
* // Timezone: "STRING_VALUE",
|
|
5012
5012
|
* // WeekStart: "SUNDAY" || "MONDAY" || "TUESDAY" || "WEDNESDAY" || "THURSDAY" || "FRIDAY" || "SATURDAY",
|
|
5013
5013
|
* // },
|
|
5014
|
+
* // QueryExecutionOptions: { // QueryExecutionOptions
|
|
5015
|
+
* // QueryExecutionMode: "AUTO" || "MANUAL",
|
|
5016
|
+
* // },
|
|
5014
5017
|
* // },
|
|
5015
5018
|
* // Status: Number("int"),
|
|
5016
5019
|
* // RequestId: "STRING_VALUE",
|
|
@@ -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 { DescribeVPCConnectionRequest
|
|
3
|
+
import { DescribeVPCConnectionRequest } from "../models/models_3";
|
|
4
|
+
import { DescribeVPCConnectionResponse } from "../models/models_4";
|
|
4
5
|
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
5
6
|
/**
|
|
6
7
|
* @public
|
|
@@ -67,6 +67,17 @@ declare const GenerateEmbedUrlForAnonymousUserCommand_base: {
|
|
|
67
67
|
* ExperienceConfiguration: { // AnonymousUserEmbeddingExperienceConfiguration
|
|
68
68
|
* Dashboard: { // AnonymousUserDashboardEmbeddingConfiguration
|
|
69
69
|
* InitialDashboardId: "STRING_VALUE", // required
|
|
70
|
+
* EnabledFeatures: [ // AnonymousUserDashboardEmbeddingConfigurationEnabledFeatures
|
|
71
|
+
* "SHARED_VIEW",
|
|
72
|
+
* ],
|
|
73
|
+
* DisabledFeatures: [ // AnonymousUserDashboardEmbeddingConfigurationDisabledFeatures
|
|
74
|
+
* "SHARED_VIEW",
|
|
75
|
+
* ],
|
|
76
|
+
* FeatureConfigurations: { // AnonymousUserDashboardFeatureConfigurations
|
|
77
|
+
* SharedView: { // SharedViewConfigurations
|
|
78
|
+
* Enabled: true || false, // required
|
|
79
|
+
* },
|
|
80
|
+
* },
|
|
70
81
|
* },
|
|
71
82
|
* DashboardVisual: { // AnonymousUserDashboardVisualEmbeddingConfiguration
|
|
72
83
|
* InitialDashboardVisualId: { // DashboardVisualId
|
|
@@ -65,6 +65,9 @@ declare const GenerateEmbedUrlForRegisteredUserCommand_base: {
|
|
|
65
65
|
* StatePersistence: { // StatePersistenceConfigurations
|
|
66
66
|
* Enabled: true || false, // required
|
|
67
67
|
* },
|
|
68
|
+
* SharedView: { // SharedViewConfigurations
|
|
69
|
+
* Enabled: true || false, // required
|
|
70
|
+
* },
|
|
68
71
|
* Bookmarks: { // BookmarksConfigurations
|
|
69
72
|
* Enabled: true || false, // required
|
|
70
73
|
* },
|
|
@@ -76,6 +79,9 @@ declare const GenerateEmbedUrlForRegisteredUserCommand_base: {
|
|
|
76
79
|
* StatePersistence: {
|
|
77
80
|
* Enabled: true || false, // required
|
|
78
81
|
* },
|
|
82
|
+
* SharedView: {
|
|
83
|
+
* Enabled: true || false, // required
|
|
84
|
+
* },
|
|
79
85
|
* },
|
|
80
86
|
* },
|
|
81
87
|
* QSearchBar: { // RegisteredUserQSearchBarEmbeddingConfiguration
|
|
@@ -5011,6 +5011,9 @@ declare const UpdateAnalysisCommand_base: {
|
|
|
5011
5011
|
* Timezone: "STRING_VALUE",
|
|
5012
5012
|
* WeekStart: "SUNDAY" || "MONDAY" || "TUESDAY" || "WEDNESDAY" || "THURSDAY" || "FRIDAY" || "SATURDAY",
|
|
5013
5013
|
* },
|
|
5014
|
+
* QueryExecutionOptions: { // QueryExecutionOptions
|
|
5015
|
+
* QueryExecutionMode: "AUTO" || "MANUAL",
|
|
5016
|
+
* },
|
|
5014
5017
|
* },
|
|
5015
5018
|
* ValidationStrategy: { // ValidationStrategy
|
|
5016
5019
|
* Mode: "STRICT" || "LENIENT", // required
|
|
@@ -4998,6 +4998,9 @@ declare const UpdateTemplateCommand_base: {
|
|
|
4998
4998
|
* Timezone: "STRING_VALUE",
|
|
4999
4999
|
* WeekStart: "SUNDAY" || "MONDAY" || "TUESDAY" || "WEDNESDAY" || "THURSDAY" || "FRIDAY" || "SATURDAY",
|
|
5000
5000
|
* },
|
|
5001
|
+
* QueryExecutionOptions: { // QueryExecutionOptions
|
|
5002
|
+
* QueryExecutionMode: "AUTO" || "MANUAL",
|
|
5003
|
+
* },
|
|
5001
5004
|
* },
|
|
5002
5005
|
* ValidationStrategy: { // ValidationStrategy
|
|
5003
5006
|
* Mode: "STRICT" || "LENIENT", // required
|
|
@@ -3542,6 +3542,29 @@ export interface ParameterDeclaration {
|
|
|
3542
3542
|
*/
|
|
3543
3543
|
DateTimeParameterDeclaration?: DateTimeParameterDeclaration;
|
|
3544
3544
|
}
|
|
3545
|
+
/**
|
|
3546
|
+
* @public
|
|
3547
|
+
* @enum
|
|
3548
|
+
*/
|
|
3549
|
+
export declare const QueryExecutionMode: {
|
|
3550
|
+
readonly AUTO: "AUTO";
|
|
3551
|
+
readonly MANUAL: "MANUAL";
|
|
3552
|
+
};
|
|
3553
|
+
/**
|
|
3554
|
+
* @public
|
|
3555
|
+
*/
|
|
3556
|
+
export type QueryExecutionMode = (typeof QueryExecutionMode)[keyof typeof QueryExecutionMode];
|
|
3557
|
+
/**
|
|
3558
|
+
* <p>A structure that describes the query execution options.</p>
|
|
3559
|
+
* @public
|
|
3560
|
+
*/
|
|
3561
|
+
export interface QueryExecutionOptions {
|
|
3562
|
+
/**
|
|
3563
|
+
* <p>A structure that describes the query execution mode.</p>
|
|
3564
|
+
* @public
|
|
3565
|
+
*/
|
|
3566
|
+
QueryExecutionMode?: QueryExecutionMode;
|
|
3567
|
+
}
|
|
3545
3568
|
/**
|
|
3546
3569
|
* <p>The source controls that are used in a <code>CascadingControlConfiguration</code>.</p>
|
|
3547
3570
|
* @public
|
|
@@ -6595,64 +6618,6 @@ export declare const OtherCategories: {
|
|
|
6595
6618
|
* @public
|
|
6596
6619
|
*/
|
|
6597
6620
|
export type OtherCategories = (typeof OtherCategories)[keyof typeof OtherCategories];
|
|
6598
|
-
/**
|
|
6599
|
-
* <p>The limit configuration of the visual display for an axis.</p>
|
|
6600
|
-
* @public
|
|
6601
|
-
*/
|
|
6602
|
-
export interface ItemsLimitConfiguration {
|
|
6603
|
-
/**
|
|
6604
|
-
* <p>The limit on how many items of a field are showed in the chart. For
|
|
6605
|
-
* example, the number of slices that are displayed in a pie chart.</p>
|
|
6606
|
-
* @public
|
|
6607
|
-
*/
|
|
6608
|
-
ItemsLimit?: number;
|
|
6609
|
-
/**
|
|
6610
|
-
* <p>The <code>Show
|
|
6611
|
-
* other</code> of an axis in the chart. Choose one of the following options:</p>
|
|
6612
|
-
* <ul>
|
|
6613
|
-
* <li>
|
|
6614
|
-
* <p>
|
|
6615
|
-
* <code>INCLUDE</code>
|
|
6616
|
-
* </p>
|
|
6617
|
-
* </li>
|
|
6618
|
-
* <li>
|
|
6619
|
-
* <p>
|
|
6620
|
-
* <code>EXCLUDE</code>
|
|
6621
|
-
* </p>
|
|
6622
|
-
* </li>
|
|
6623
|
-
* </ul>
|
|
6624
|
-
* @public
|
|
6625
|
-
*/
|
|
6626
|
-
OtherCategories?: OtherCategories;
|
|
6627
|
-
}
|
|
6628
|
-
/**
|
|
6629
|
-
* <p>The sort configuration for a field in a
|
|
6630
|
-
* field well.</p>
|
|
6631
|
-
* @public
|
|
6632
|
-
*/
|
|
6633
|
-
export interface FieldSort {
|
|
6634
|
-
/**
|
|
6635
|
-
* <p>The sort configuration target field.</p>
|
|
6636
|
-
* @public
|
|
6637
|
-
*/
|
|
6638
|
-
FieldId: string | undefined;
|
|
6639
|
-
/**
|
|
6640
|
-
* <p>The sort direction. Choose one of the following
|
|
6641
|
-
* options:</p>
|
|
6642
|
-
* <ul>
|
|
6643
|
-
* <li>
|
|
6644
|
-
* <p>
|
|
6645
|
-
* <code>ASC</code>: Ascending</p>
|
|
6646
|
-
* </li>
|
|
6647
|
-
* <li>
|
|
6648
|
-
* <p>
|
|
6649
|
-
* <code>DESC</code>: Descending</p>
|
|
6650
|
-
* </li>
|
|
6651
|
-
* </ul>
|
|
6652
|
-
* @public
|
|
6653
|
-
*/
|
|
6654
|
-
Direction: SortDirection | undefined;
|
|
6655
|
-
}
|
|
6656
6621
|
/**
|
|
6657
6622
|
* @internal
|
|
6658
6623
|
*/
|
|
@@ -1,4 +1,62 @@
|
|
|
1
|
-
import { AggregationFunction, AxisBinding, AxisDisplayOptions, BarChartFieldWells, BarChartOrientation, BarsArrangement, ChartAxisLabelOptions, ColumnIdentifier, ColumnSort, ContributionAnalysisDefault, DataLabelOptions, DataLabelPosition, DimensionField,
|
|
1
|
+
import { AggregationFunction, AxisBinding, AxisDisplayOptions, BarChartFieldWells, BarChartOrientation, BarsArrangement, ChartAxisLabelOptions, ColumnIdentifier, ColumnSort, ContributionAnalysisDefault, DataLabelOptions, DataLabelPosition, DimensionField, FontConfiguration, FormatConfiguration, HorizontalTextAlignment, LegendOptions, MeasureField, NumberDisplayFormatConfiguration, OtherCategories, PercentageDisplayFormatConfiguration, ReferenceLine, SmallMultiplesOptions, SortDirection, TimeGranularity, URLTargetConfiguration, Visibility, VisualCustomAction, VisualInteractionOptions, WidgetStatus } from "./models_0";
|
|
2
|
+
/**
|
|
3
|
+
* <p>The limit configuration of the visual display for an axis.</p>
|
|
4
|
+
* @public
|
|
5
|
+
*/
|
|
6
|
+
export interface ItemsLimitConfiguration {
|
|
7
|
+
/**
|
|
8
|
+
* <p>The limit on how many items of a field are showed in the chart. For
|
|
9
|
+
* example, the number of slices that are displayed in a pie chart.</p>
|
|
10
|
+
* @public
|
|
11
|
+
*/
|
|
12
|
+
ItemsLimit?: number;
|
|
13
|
+
/**
|
|
14
|
+
* <p>The <code>Show
|
|
15
|
+
* other</code> of an axis in the chart. Choose one of the following options:</p>
|
|
16
|
+
* <ul>
|
|
17
|
+
* <li>
|
|
18
|
+
* <p>
|
|
19
|
+
* <code>INCLUDE</code>
|
|
20
|
+
* </p>
|
|
21
|
+
* </li>
|
|
22
|
+
* <li>
|
|
23
|
+
* <p>
|
|
24
|
+
* <code>EXCLUDE</code>
|
|
25
|
+
* </p>
|
|
26
|
+
* </li>
|
|
27
|
+
* </ul>
|
|
28
|
+
* @public
|
|
29
|
+
*/
|
|
30
|
+
OtherCategories?: OtherCategories;
|
|
31
|
+
}
|
|
32
|
+
/**
|
|
33
|
+
* <p>The sort configuration for a field in a
|
|
34
|
+
* field well.</p>
|
|
35
|
+
* @public
|
|
36
|
+
*/
|
|
37
|
+
export interface FieldSort {
|
|
38
|
+
/**
|
|
39
|
+
* <p>The sort configuration target field.</p>
|
|
40
|
+
* @public
|
|
41
|
+
*/
|
|
42
|
+
FieldId: string | undefined;
|
|
43
|
+
/**
|
|
44
|
+
* <p>The sort direction. Choose one of the following
|
|
45
|
+
* options:</p>
|
|
46
|
+
* <ul>
|
|
47
|
+
* <li>
|
|
48
|
+
* <p>
|
|
49
|
+
* <code>ASC</code>: Ascending</p>
|
|
50
|
+
* </li>
|
|
51
|
+
* <li>
|
|
52
|
+
* <p>
|
|
53
|
+
* <code>DESC</code>: Descending</p>
|
|
54
|
+
* </li>
|
|
55
|
+
* </ul>
|
|
56
|
+
* @public
|
|
57
|
+
*/
|
|
58
|
+
Direction: SortDirection | undefined;
|
|
59
|
+
}
|
|
2
60
|
/**
|
|
3
61
|
* <p>The field sort options in a chart configuration.</p>
|
|
4
62
|
* @public
|
|
@@ -6747,64 +6805,6 @@ export interface TreeMapConfiguration {
|
|
|
6747
6805
|
*/
|
|
6748
6806
|
Interactions?: VisualInteractionOptions;
|
|
6749
6807
|
}
|
|
6750
|
-
/**
|
|
6751
|
-
* <p>A tree map.</p>
|
|
6752
|
-
* <p>For more information, see <a href="https://docs.aws.amazon.com/quicksight/latest/user/tree-map.html">Using tree maps</a> in the <i>Amazon QuickSight User Guide</i>.</p>
|
|
6753
|
-
* @public
|
|
6754
|
-
*/
|
|
6755
|
-
export interface TreeMapVisual {
|
|
6756
|
-
/**
|
|
6757
|
-
* <p>The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers..</p>
|
|
6758
|
-
* @public
|
|
6759
|
-
*/
|
|
6760
|
-
VisualId: string | undefined;
|
|
6761
|
-
/**
|
|
6762
|
-
* <p>The title that is displayed on the visual.</p>
|
|
6763
|
-
* @public
|
|
6764
|
-
*/
|
|
6765
|
-
Title?: VisualTitleLabelOptions;
|
|
6766
|
-
/**
|
|
6767
|
-
* <p>The subtitle that is displayed on the visual.</p>
|
|
6768
|
-
* @public
|
|
6769
|
-
*/
|
|
6770
|
-
Subtitle?: VisualSubtitleLabelOptions;
|
|
6771
|
-
/**
|
|
6772
|
-
* <p>The configuration settings of the visual.</p>
|
|
6773
|
-
* @public
|
|
6774
|
-
*/
|
|
6775
|
-
ChartConfiguration?: TreeMapConfiguration;
|
|
6776
|
-
/**
|
|
6777
|
-
* <p>The list of custom actions that are configured for a visual.</p>
|
|
6778
|
-
* @public
|
|
6779
|
-
*/
|
|
6780
|
-
Actions?: VisualCustomAction[];
|
|
6781
|
-
/**
|
|
6782
|
-
* <p>The column hierarchy that is used during drill-downs and drill-ups.</p>
|
|
6783
|
-
* @public
|
|
6784
|
-
*/
|
|
6785
|
-
ColumnHierarchies?: ColumnHierarchy[];
|
|
6786
|
-
}
|
|
6787
|
-
/**
|
|
6788
|
-
* <p>The color configuration for individual groups within a waterfall visual.</p>
|
|
6789
|
-
* @public
|
|
6790
|
-
*/
|
|
6791
|
-
export interface WaterfallChartGroupColorConfiguration {
|
|
6792
|
-
/**
|
|
6793
|
-
* <p>Defines the color for the positive bars of a waterfall chart.</p>
|
|
6794
|
-
* @public
|
|
6795
|
-
*/
|
|
6796
|
-
PositiveBarColor?: string;
|
|
6797
|
-
/**
|
|
6798
|
-
* <p>Defines the color for the negative bars of a waterfall chart.</p>
|
|
6799
|
-
* @public
|
|
6800
|
-
*/
|
|
6801
|
-
NegativeBarColor?: string;
|
|
6802
|
-
/**
|
|
6803
|
-
* <p>Defines the color for the total bars of a waterfall chart.</p>
|
|
6804
|
-
* @public
|
|
6805
|
-
*/
|
|
6806
|
-
TotalBarColor?: string;
|
|
6807
|
-
}
|
|
6808
6808
|
/**
|
|
6809
6809
|
* @internal
|
|
6810
6810
|
*/
|
|
@@ -7325,7 +7325,3 @@ export declare const TreeMapFieldWellsFilterSensitiveLog: (obj: TreeMapFieldWell
|
|
|
7325
7325
|
* @internal
|
|
7326
7326
|
*/
|
|
7327
7327
|
export declare const TreeMapConfigurationFilterSensitiveLog: (obj: TreeMapConfiguration) => any;
|
|
7328
|
-
/**
|
|
7329
|
-
* @internal
|
|
7330
|
-
*/
|
|
7331
|
-
export declare const TreeMapVisualFilterSensitiveLog: (obj: TreeMapVisual) => any;
|