@aws-sdk/client-quicksight 3.332.0 → 3.337.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/README.md +48 -0
- package/dist-cjs/QuickSight.js +12 -0
- package/dist-cjs/commands/DescribeAnalysisDefinitionCommand.js +2 -2
- package/dist-cjs/commands/DescribeAssetBundleExportJobCommand.js +45 -0
- package/dist-cjs/commands/DescribeAssetBundleImportJobCommand.js +46 -0
- package/dist-cjs/commands/DescribeDashboardDefinitionCommand.js +2 -2
- package/dist-cjs/commands/ListAssetBundleExportJobsCommand.js +45 -0
- package/dist-cjs/commands/ListAssetBundleImportJobsCommand.js +45 -0
- package/dist-cjs/commands/StartAssetBundleExportJobCommand.js +45 -0
- package/dist-cjs/commands/StartAssetBundleImportJobCommand.js +46 -0
- package/dist-cjs/commands/index.js +6 -0
- package/dist-cjs/models/index.js +1 -0
- package/dist-cjs/models/models_1.js +64 -159
- package/dist-cjs/models/models_2.js +240 -63
- package/dist-cjs/models/models_3.js +20 -1
- package/dist-cjs/models/models_4.js +2 -0
- package/dist-cjs/pagination/ListAssetBundleExportJobsPaginator.js +29 -0
- package/dist-cjs/pagination/ListAssetBundleImportJobsPaginator.js +29 -0
- package/dist-cjs/pagination/index.js +2 -0
- package/dist-cjs/protocols/Aws_restJson1.js +566 -13
- package/dist-es/QuickSight.js +12 -0
- package/dist-es/commands/DescribeAnalysisDefinitionCommand.js +1 -1
- package/dist-es/commands/DescribeAssetBundleExportJobCommand.js +41 -0
- package/dist-es/commands/DescribeAssetBundleImportJobCommand.js +42 -0
- package/dist-es/commands/DescribeDashboardDefinitionCommand.js +1 -1
- package/dist-es/commands/ListAssetBundleExportJobsCommand.js +41 -0
- package/dist-es/commands/ListAssetBundleImportJobsCommand.js +41 -0
- package/dist-es/commands/StartAssetBundleExportJobCommand.js +41 -0
- package/dist-es/commands/StartAssetBundleImportJobCommand.js +42 -0
- package/dist-es/commands/index.js +6 -0
- package/dist-es/models/index.js +1 -0
- package/dist-es/models/models_1.js +58 -149
- package/dist-es/models/models_2.js +228 -59
- package/dist-es/models/models_3.js +16 -1
- package/dist-es/models/models_4.js +1 -0
- package/dist-es/pagination/ListAssetBundleExportJobsPaginator.js +25 -0
- package/dist-es/pagination/ListAssetBundleImportJobsPaginator.js +25 -0
- package/dist-es/pagination/index.js +2 -0
- package/dist-es/protocols/Aws_restJson1.js +544 -3
- package/dist-types/QuickSight.d.ts +42 -0
- package/dist-types/QuickSightClient.d.ts +11 -4
- package/dist-types/commands/CancelIngestionCommand.d.ts +1 -1
- package/dist-types/commands/CreateAnalysisCommand.d.ts +10 -1
- package/dist-types/commands/CreateDashboardCommand.d.ts +10 -1
- package/dist-types/commands/CreateTemplateCommand.d.ts +10 -1
- package/dist-types/commands/DeleteNamespaceCommand.d.ts +2 -1
- package/dist-types/commands/DeleteRefreshScheduleCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTemplateAliasCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTemplateCommand.d.ts +1 -1
- package/dist-types/commands/DeleteThemeAliasCommand.d.ts +1 -1
- package/dist-types/commands/DeleteThemeCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTopicCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTopicRefreshScheduleCommand.d.ts +1 -1
- package/dist-types/commands/DeleteUserByPrincipalIdCommand.d.ts +1 -1
- package/dist-types/commands/DeleteUserCommand.d.ts +1 -1
- package/dist-types/commands/DeleteVPCConnectionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAccountCustomizationCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAccountSettingsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAccountSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAnalysisCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAnalysisDefinitionCommand.d.ts +11 -2
- package/dist-types/commands/DescribeAnalysisPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAssetBundleExportJobCommand.d.ts +164 -0
- package/dist-types/commands/DescribeAssetBundleImportJobCommand.d.ts +284 -0
- package/dist-types/commands/DescribeDashboardCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDashboardDefinitionCommand.d.ts +11 -2
- package/dist-types/commands/DescribeDashboardPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTemplateDefinitionCommand.d.ts +10 -1
- package/dist-types/commands/ListAssetBundleExportJobsCommand.d.ts +104 -0
- package/dist-types/commands/ListAssetBundleImportJobsCommand.d.ts +103 -0
- package/dist-types/commands/StartAssetBundleExportJobCommand.d.ts +168 -0
- package/dist-types/commands/StartAssetBundleImportJobCommand.d.ts +283 -0
- package/dist-types/commands/UpdateAnalysisCommand.d.ts +10 -1
- package/dist-types/commands/UpdateDashboardCommand.d.ts +10 -1
- package/dist-types/commands/UpdateTemplateCommand.d.ts +10 -1
- package/dist-types/commands/UpdateTopicCommand.d.ts +2 -1
- package/dist-types/commands/UpdateTopicPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTopicRefreshScheduleCommand.d.ts +1 -1
- package/dist-types/commands/UpdateUserCommand.d.ts +1 -1
- package/dist-types/commands/UpdateVPCConnectionCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +6 -0
- package/dist-types/endpoint/EndpointParameters.d.ts +2 -1
- package/dist-types/models/index.d.ts +1 -0
- package/dist-types/models/models_1.d.ts +326 -339
- package/dist-types/models/models_2.d.ts +4908 -5140
- package/dist-types/models/models_3.d.ts +1611 -609
- package/dist-types/models/models_4.d.ts +315 -0
- package/dist-types/pagination/ListAssetBundleExportJobsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListAssetBundleImportJobsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +2 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +56 -2
- package/dist-types/runtimeConfig.browser.d.ts +12 -12
- package/dist-types/runtimeConfig.d.ts +9 -9
- package/dist-types/runtimeConfig.native.d.ts +13 -13
- package/dist-types/runtimeConfig.shared.d.ts +4 -4
- package/dist-types/ts3.4/QuickSight.d.ts +102 -0
- package/dist-types/ts3.4/QuickSightClient.d.ts +43 -5
- package/dist-types/ts3.4/commands/CancelIngestionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteNamespaceCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DeleteRefreshScheduleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTemplateAliasCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteThemeAliasCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteThemeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTopicCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTopicRefreshScheduleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteUserByPrincipalIdCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteVPCConnectionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeAccountCustomizationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeAccountSettingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeAccountSubscriptionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeAnalysisCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeAnalysisDefinitionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeAnalysisPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeAssetBundleExportJobCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/DescribeAssetBundleImportJobCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/DescribeDashboardCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDashboardDefinitionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDashboardPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListAssetBundleExportJobsCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/ListAssetBundleImportJobsCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/StartAssetBundleExportJobCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/StartAssetBundleImportJobCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/UpdateTopicCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateTopicPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateTopicRefreshScheduleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateUserCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateVPCConnectionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +6 -0
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -2
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_1.d.ts +189 -209
- package/dist-types/ts3.4/models/models_2.d.ts +1285 -1251
- package/dist-types/ts3.4/models/models_3.d.ts +339 -72
- package/dist-types/ts3.4/models/models_4.d.ts +74 -0
- package/dist-types/ts3.4/pagination/ListAssetBundleExportJobsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListAssetBundleImportJobsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +2 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +74 -2
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +18 -15
- package/dist-types/ts3.4/runtimeConfig.d.ts +12 -12
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +20 -15
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -4
- package/package.json +30 -29
|
@@ -1,7 +1,215 @@
|
|
|
1
1
|
import { SENSITIVE_STRING } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { CalculatedFieldFilterSensitiveLog, ColumnConfigurationFilterSensitiveLog, ParameterDeclarationFilterSensitiveLog, } from "./models_0";
|
|
3
|
-
import {
|
|
3
|
+
import { AssetBundleImportJobDataSourceCredentialsFilterSensitiveLog, } from "./models_1";
|
|
4
4
|
import { QuickSightServiceException as __BaseException } from "./QuickSightServiceException";
|
|
5
|
+
export var DataSourceParameters;
|
|
6
|
+
(function (DataSourceParameters) {
|
|
7
|
+
DataSourceParameters.visit = (value, visitor) => {
|
|
8
|
+
if (value.AmazonElasticsearchParameters !== undefined)
|
|
9
|
+
return visitor.AmazonElasticsearchParameters(value.AmazonElasticsearchParameters);
|
|
10
|
+
if (value.AthenaParameters !== undefined)
|
|
11
|
+
return visitor.AthenaParameters(value.AthenaParameters);
|
|
12
|
+
if (value.AuroraParameters !== undefined)
|
|
13
|
+
return visitor.AuroraParameters(value.AuroraParameters);
|
|
14
|
+
if (value.AuroraPostgreSqlParameters !== undefined)
|
|
15
|
+
return visitor.AuroraPostgreSqlParameters(value.AuroraPostgreSqlParameters);
|
|
16
|
+
if (value.AwsIotAnalyticsParameters !== undefined)
|
|
17
|
+
return visitor.AwsIotAnalyticsParameters(value.AwsIotAnalyticsParameters);
|
|
18
|
+
if (value.JiraParameters !== undefined)
|
|
19
|
+
return visitor.JiraParameters(value.JiraParameters);
|
|
20
|
+
if (value.MariaDbParameters !== undefined)
|
|
21
|
+
return visitor.MariaDbParameters(value.MariaDbParameters);
|
|
22
|
+
if (value.MySqlParameters !== undefined)
|
|
23
|
+
return visitor.MySqlParameters(value.MySqlParameters);
|
|
24
|
+
if (value.OracleParameters !== undefined)
|
|
25
|
+
return visitor.OracleParameters(value.OracleParameters);
|
|
26
|
+
if (value.PostgreSqlParameters !== undefined)
|
|
27
|
+
return visitor.PostgreSqlParameters(value.PostgreSqlParameters);
|
|
28
|
+
if (value.PrestoParameters !== undefined)
|
|
29
|
+
return visitor.PrestoParameters(value.PrestoParameters);
|
|
30
|
+
if (value.RdsParameters !== undefined)
|
|
31
|
+
return visitor.RdsParameters(value.RdsParameters);
|
|
32
|
+
if (value.RedshiftParameters !== undefined)
|
|
33
|
+
return visitor.RedshiftParameters(value.RedshiftParameters);
|
|
34
|
+
if (value.S3Parameters !== undefined)
|
|
35
|
+
return visitor.S3Parameters(value.S3Parameters);
|
|
36
|
+
if (value.ServiceNowParameters !== undefined)
|
|
37
|
+
return visitor.ServiceNowParameters(value.ServiceNowParameters);
|
|
38
|
+
if (value.SnowflakeParameters !== undefined)
|
|
39
|
+
return visitor.SnowflakeParameters(value.SnowflakeParameters);
|
|
40
|
+
if (value.SparkParameters !== undefined)
|
|
41
|
+
return visitor.SparkParameters(value.SparkParameters);
|
|
42
|
+
if (value.SqlServerParameters !== undefined)
|
|
43
|
+
return visitor.SqlServerParameters(value.SqlServerParameters);
|
|
44
|
+
if (value.TeradataParameters !== undefined)
|
|
45
|
+
return visitor.TeradataParameters(value.TeradataParameters);
|
|
46
|
+
if (value.TwitterParameters !== undefined)
|
|
47
|
+
return visitor.TwitterParameters(value.TwitterParameters);
|
|
48
|
+
if (value.AmazonOpenSearchParameters !== undefined)
|
|
49
|
+
return visitor.AmazonOpenSearchParameters(value.AmazonOpenSearchParameters);
|
|
50
|
+
if (value.ExasolParameters !== undefined)
|
|
51
|
+
return visitor.ExasolParameters(value.ExasolParameters);
|
|
52
|
+
if (value.DatabricksParameters !== undefined)
|
|
53
|
+
return visitor.DatabricksParameters(value.DatabricksParameters);
|
|
54
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
55
|
+
};
|
|
56
|
+
})(DataSourceParameters || (DataSourceParameters = {}));
|
|
57
|
+
export const AssetBundleImportJobStatus = {
|
|
58
|
+
FAILED: "FAILED",
|
|
59
|
+
FAILED_ROLLBACK_COMPLETED: "FAILED_ROLLBACK_COMPLETED",
|
|
60
|
+
FAILED_ROLLBACK_ERROR: "FAILED_ROLLBACK_ERROR",
|
|
61
|
+
FAILED_ROLLBACK_IN_PROGRESS: "FAILED_ROLLBACK_IN_PROGRESS",
|
|
62
|
+
IN_PROGRESS: "IN_PROGRESS",
|
|
63
|
+
QUEUED_FOR_IMMEDIATE_EXECUTION: "QUEUED_FOR_IMMEDIATE_EXECUTION",
|
|
64
|
+
SUCCESSFUL: "SUCCESSFUL",
|
|
65
|
+
};
|
|
66
|
+
export const AssignmentStatus = {
|
|
67
|
+
DISABLED: "DISABLED",
|
|
68
|
+
DRAFT: "DRAFT",
|
|
69
|
+
ENABLED: "ENABLED",
|
|
70
|
+
};
|
|
71
|
+
export const AuthenticationMethodOption = {
|
|
72
|
+
ACTIVE_DIRECTORY: "ACTIVE_DIRECTORY",
|
|
73
|
+
IAM_AND_QUICKSIGHT: "IAM_AND_QUICKSIGHT",
|
|
74
|
+
IAM_ONLY: "IAM_ONLY",
|
|
75
|
+
};
|
|
76
|
+
export const AuthorSpecifiedAggregation = {
|
|
77
|
+
AVERAGE: "AVERAGE",
|
|
78
|
+
COUNT: "COUNT",
|
|
79
|
+
DISTINCT_COUNT: "DISTINCT_COUNT",
|
|
80
|
+
MAX: "MAX",
|
|
81
|
+
MEDIAN: "MEDIAN",
|
|
82
|
+
MIN: "MIN",
|
|
83
|
+
PERCENTILE: "PERCENTILE",
|
|
84
|
+
STDEV: "STDEV",
|
|
85
|
+
STDEVP: "STDEVP",
|
|
86
|
+
SUM: "SUM",
|
|
87
|
+
VAR: "VAR",
|
|
88
|
+
VARP: "VARP",
|
|
89
|
+
};
|
|
90
|
+
export class InternalFailureException extends __BaseException {
|
|
91
|
+
constructor(opts) {
|
|
92
|
+
super({
|
|
93
|
+
name: "InternalFailureException",
|
|
94
|
+
$fault: "server",
|
|
95
|
+
...opts,
|
|
96
|
+
});
|
|
97
|
+
this.name = "InternalFailureException";
|
|
98
|
+
this.$fault = "server";
|
|
99
|
+
Object.setPrototypeOf(this, InternalFailureException.prototype);
|
|
100
|
+
this.Message = opts.Message;
|
|
101
|
+
this.RequestId = opts.RequestId;
|
|
102
|
+
}
|
|
103
|
+
}
|
|
104
|
+
export class InvalidParameterValueException extends __BaseException {
|
|
105
|
+
constructor(opts) {
|
|
106
|
+
super({
|
|
107
|
+
name: "InvalidParameterValueException",
|
|
108
|
+
$fault: "client",
|
|
109
|
+
...opts,
|
|
110
|
+
});
|
|
111
|
+
this.name = "InvalidParameterValueException";
|
|
112
|
+
this.$fault = "client";
|
|
113
|
+
Object.setPrototypeOf(this, InvalidParameterValueException.prototype);
|
|
114
|
+
this.Message = opts.Message;
|
|
115
|
+
this.RequestId = opts.RequestId;
|
|
116
|
+
}
|
|
117
|
+
}
|
|
118
|
+
export const ExceptionResourceType = {
|
|
119
|
+
ACCOUNT_SETTINGS: "ACCOUNT_SETTINGS",
|
|
120
|
+
DATA_SET: "DATA_SET",
|
|
121
|
+
DATA_SOURCE: "DATA_SOURCE",
|
|
122
|
+
GROUP: "GROUP",
|
|
123
|
+
IAMPOLICY_ASSIGNMENT: "IAMPOLICY_ASSIGNMENT",
|
|
124
|
+
INGESTION: "INGESTION",
|
|
125
|
+
NAMESPACE: "NAMESPACE",
|
|
126
|
+
USER: "USER",
|
|
127
|
+
VPC_CONNECTION: "VPC_CONNECTION",
|
|
128
|
+
};
|
|
129
|
+
export class ResourceExistsException extends __BaseException {
|
|
130
|
+
constructor(opts) {
|
|
131
|
+
super({
|
|
132
|
+
name: "ResourceExistsException",
|
|
133
|
+
$fault: "client",
|
|
134
|
+
...opts,
|
|
135
|
+
});
|
|
136
|
+
this.name = "ResourceExistsException";
|
|
137
|
+
this.$fault = "client";
|
|
138
|
+
Object.setPrototypeOf(this, ResourceExistsException.prototype);
|
|
139
|
+
this.Message = opts.Message;
|
|
140
|
+
this.ResourceType = opts.ResourceType;
|
|
141
|
+
this.RequestId = opts.RequestId;
|
|
142
|
+
}
|
|
143
|
+
}
|
|
144
|
+
export class ResourceNotFoundException extends __BaseException {
|
|
145
|
+
constructor(opts) {
|
|
146
|
+
super({
|
|
147
|
+
name: "ResourceNotFoundException",
|
|
148
|
+
$fault: "client",
|
|
149
|
+
...opts,
|
|
150
|
+
});
|
|
151
|
+
this.name = "ResourceNotFoundException";
|
|
152
|
+
this.$fault = "client";
|
|
153
|
+
Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
|
|
154
|
+
this.Message = opts.Message;
|
|
155
|
+
this.ResourceType = opts.ResourceType;
|
|
156
|
+
this.RequestId = opts.RequestId;
|
|
157
|
+
}
|
|
158
|
+
}
|
|
159
|
+
export class ThrottlingException extends __BaseException {
|
|
160
|
+
constructor(opts) {
|
|
161
|
+
super({
|
|
162
|
+
name: "ThrottlingException",
|
|
163
|
+
$fault: "client",
|
|
164
|
+
...opts,
|
|
165
|
+
});
|
|
166
|
+
this.name = "ThrottlingException";
|
|
167
|
+
this.$fault = "client";
|
|
168
|
+
Object.setPrototypeOf(this, ThrottlingException.prototype);
|
|
169
|
+
this.Message = opts.Message;
|
|
170
|
+
this.RequestId = opts.RequestId;
|
|
171
|
+
}
|
|
172
|
+
}
|
|
173
|
+
export const ColumnDataType = {
|
|
174
|
+
DATETIME: "DATETIME",
|
|
175
|
+
DECIMAL: "DECIMAL",
|
|
176
|
+
INTEGER: "INTEGER",
|
|
177
|
+
STRING: "STRING",
|
|
178
|
+
};
|
|
179
|
+
export const CategoryFilterFunction = {
|
|
180
|
+
CONTAINS: "CONTAINS",
|
|
181
|
+
EXACT: "EXACT",
|
|
182
|
+
};
|
|
183
|
+
export const CategoryFilterType = {
|
|
184
|
+
CUSTOM_FILTER: "CUSTOM_FILTER",
|
|
185
|
+
CUSTOM_FILTER_LIST: "CUSTOM_FILTER_LIST",
|
|
186
|
+
FILTER_LIST: "FILTER_LIST",
|
|
187
|
+
};
|
|
188
|
+
export const ColumnDataRole = {
|
|
189
|
+
DIMENSION: "DIMENSION",
|
|
190
|
+
MEASURE: "MEASURE",
|
|
191
|
+
};
|
|
192
|
+
export const GeoSpatialCountryCode = {
|
|
193
|
+
US: "US",
|
|
194
|
+
};
|
|
195
|
+
export const ColumnOrderingType = {
|
|
196
|
+
GREATER_IS_BETTER: "GREATER_IS_BETTER",
|
|
197
|
+
LESSER_IS_BETTER: "LESSER_IS_BETTER",
|
|
198
|
+
SPECIFIED: "SPECIFIED",
|
|
199
|
+
};
|
|
200
|
+
export const GeoSpatialDataRole = {
|
|
201
|
+
CITY: "CITY",
|
|
202
|
+
COUNTRY: "COUNTRY",
|
|
203
|
+
COUNTY: "COUNTY",
|
|
204
|
+
LATITUDE: "LATITUDE",
|
|
205
|
+
LONGITUDE: "LONGITUDE",
|
|
206
|
+
POSTCODE: "POSTCODE",
|
|
207
|
+
STATE: "STATE",
|
|
208
|
+
};
|
|
209
|
+
export const ColumnTagName = {
|
|
210
|
+
COLUMN_DESCRIPTION: "COLUMN_DESCRIPTION",
|
|
211
|
+
COLUMN_GEOGRAPHIC_ROLE: "COLUMN_GEOGRAPHIC_ROLE",
|
|
212
|
+
};
|
|
5
213
|
export const UndefinedSpecifiedValueType = {
|
|
6
214
|
LEAST: "LEAST",
|
|
7
215
|
MOST: "MOST",
|
|
@@ -182,58 +390,6 @@ export const Status = {
|
|
|
182
390
|
DISABLED: "DISABLED",
|
|
183
391
|
ENABLED: "ENABLED",
|
|
184
392
|
};
|
|
185
|
-
export var DataSourceParameters;
|
|
186
|
-
(function (DataSourceParameters) {
|
|
187
|
-
DataSourceParameters.visit = (value, visitor) => {
|
|
188
|
-
if (value.AmazonElasticsearchParameters !== undefined)
|
|
189
|
-
return visitor.AmazonElasticsearchParameters(value.AmazonElasticsearchParameters);
|
|
190
|
-
if (value.AthenaParameters !== undefined)
|
|
191
|
-
return visitor.AthenaParameters(value.AthenaParameters);
|
|
192
|
-
if (value.AuroraParameters !== undefined)
|
|
193
|
-
return visitor.AuroraParameters(value.AuroraParameters);
|
|
194
|
-
if (value.AuroraPostgreSqlParameters !== undefined)
|
|
195
|
-
return visitor.AuroraPostgreSqlParameters(value.AuroraPostgreSqlParameters);
|
|
196
|
-
if (value.AwsIotAnalyticsParameters !== undefined)
|
|
197
|
-
return visitor.AwsIotAnalyticsParameters(value.AwsIotAnalyticsParameters);
|
|
198
|
-
if (value.JiraParameters !== undefined)
|
|
199
|
-
return visitor.JiraParameters(value.JiraParameters);
|
|
200
|
-
if (value.MariaDbParameters !== undefined)
|
|
201
|
-
return visitor.MariaDbParameters(value.MariaDbParameters);
|
|
202
|
-
if (value.MySqlParameters !== undefined)
|
|
203
|
-
return visitor.MySqlParameters(value.MySqlParameters);
|
|
204
|
-
if (value.OracleParameters !== undefined)
|
|
205
|
-
return visitor.OracleParameters(value.OracleParameters);
|
|
206
|
-
if (value.PostgreSqlParameters !== undefined)
|
|
207
|
-
return visitor.PostgreSqlParameters(value.PostgreSqlParameters);
|
|
208
|
-
if (value.PrestoParameters !== undefined)
|
|
209
|
-
return visitor.PrestoParameters(value.PrestoParameters);
|
|
210
|
-
if (value.RdsParameters !== undefined)
|
|
211
|
-
return visitor.RdsParameters(value.RdsParameters);
|
|
212
|
-
if (value.RedshiftParameters !== undefined)
|
|
213
|
-
return visitor.RedshiftParameters(value.RedshiftParameters);
|
|
214
|
-
if (value.S3Parameters !== undefined)
|
|
215
|
-
return visitor.S3Parameters(value.S3Parameters);
|
|
216
|
-
if (value.ServiceNowParameters !== undefined)
|
|
217
|
-
return visitor.ServiceNowParameters(value.ServiceNowParameters);
|
|
218
|
-
if (value.SnowflakeParameters !== undefined)
|
|
219
|
-
return visitor.SnowflakeParameters(value.SnowflakeParameters);
|
|
220
|
-
if (value.SparkParameters !== undefined)
|
|
221
|
-
return visitor.SparkParameters(value.SparkParameters);
|
|
222
|
-
if (value.SqlServerParameters !== undefined)
|
|
223
|
-
return visitor.SqlServerParameters(value.SqlServerParameters);
|
|
224
|
-
if (value.TeradataParameters !== undefined)
|
|
225
|
-
return visitor.TeradataParameters(value.TeradataParameters);
|
|
226
|
-
if (value.TwitterParameters !== undefined)
|
|
227
|
-
return visitor.TwitterParameters(value.TwitterParameters);
|
|
228
|
-
if (value.AmazonOpenSearchParameters !== undefined)
|
|
229
|
-
return visitor.AmazonOpenSearchParameters(value.AmazonOpenSearchParameters);
|
|
230
|
-
if (value.ExasolParameters !== undefined)
|
|
231
|
-
return visitor.ExasolParameters(value.ExasolParameters);
|
|
232
|
-
if (value.DatabricksParameters !== undefined)
|
|
233
|
-
return visitor.DatabricksParameters(value.DatabricksParameters);
|
|
234
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
235
|
-
};
|
|
236
|
-
})(DataSourceParameters || (DataSourceParameters = {}));
|
|
237
393
|
export const DataSourceType = {
|
|
238
394
|
ADOBE_ANALYTICS: "ADOBE_ANALYTICS",
|
|
239
395
|
AMAZON_ELASTICSEARCH: "AMAZON_ELASTICSEARCH",
|
|
@@ -468,6 +624,25 @@ export const DataSourceFilterAttribute = {
|
|
|
468
624
|
DIRECT_QUICKSIGHT_SOLE_OWNER: "DIRECT_QUICKSIGHT_SOLE_OWNER",
|
|
469
625
|
DIRECT_QUICKSIGHT_VIEWER_OR_OWNER: "DIRECT_QUICKSIGHT_VIEWER_OR_OWNER",
|
|
470
626
|
};
|
|
627
|
+
export const AssetBundleImportJobDataSourceOverrideParametersFilterSensitiveLog = (obj) => ({
|
|
628
|
+
...obj,
|
|
629
|
+
...(obj.DataSourceParameters && { DataSourceParameters: obj.DataSourceParameters }),
|
|
630
|
+
...(obj.Credentials && { Credentials: AssetBundleImportJobDataSourceCredentialsFilterSensitiveLog(obj.Credentials) }),
|
|
631
|
+
});
|
|
632
|
+
export const AssetBundleImportJobOverrideParametersFilterSensitiveLog = (obj) => ({
|
|
633
|
+
...obj,
|
|
634
|
+
...(obj.DataSources && {
|
|
635
|
+
DataSources: obj.DataSources.map((item) => AssetBundleImportJobDataSourceOverrideParametersFilterSensitiveLog(item)),
|
|
636
|
+
}),
|
|
637
|
+
});
|
|
638
|
+
export const AssetBundleImportSourceFilterSensitiveLog = (obj) => ({
|
|
639
|
+
...obj,
|
|
640
|
+
...(obj.Body && { Body: SENSITIVE_STRING }),
|
|
641
|
+
});
|
|
642
|
+
export const CalculatedColumnFilterSensitiveLog = (obj) => ({
|
|
643
|
+
...obj,
|
|
644
|
+
...(obj.Expression && { Expression: SENSITIVE_STRING }),
|
|
645
|
+
});
|
|
471
646
|
export const DateTimeParameterFilterSensitiveLog = (obj) => ({
|
|
472
647
|
...obj,
|
|
473
648
|
...(obj.Values && { Values: SENSITIVE_STRING }),
|
|
@@ -682,9 +857,3 @@ export const DataSetFilterSensitiveLog = (obj) => ({
|
|
|
682
857
|
RowLevelPermissionTagConfiguration: RowLevelPermissionTagConfigurationFilterSensitiveLog(obj.RowLevelPermissionTagConfiguration),
|
|
683
858
|
}),
|
|
684
859
|
});
|
|
685
|
-
export const DescribeAnalysisDefinitionResponseFilterSensitiveLog = (obj) => ({
|
|
686
|
-
...obj,
|
|
687
|
-
});
|
|
688
|
-
export const DescribeDashboardDefinitionResponseFilterSensitiveLog = (obj) => ({
|
|
689
|
-
...obj,
|
|
690
|
-
});
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { SENSITIVE_STRING } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { _ParametersFilterSensitiveLog, DataSetFilterSensitiveLog, LogicalTableFilterSensitiveLog, RowLevelPermissionTagConfigurationFilterSensitiveLog, } from "./models_2";
|
|
2
|
+
import { _ParametersFilterSensitiveLog, AssetBundleImportSourceFilterSensitiveLog, DataSetFilterSensitiveLog, LogicalTableFilterSensitiveLog, RowLevelPermissionTagConfigurationFilterSensitiveLog, } from "./models_2";
|
|
3
3
|
import { QuickSightServiceException as __BaseException } from "./QuickSightServiceException";
|
|
4
4
|
export class InvalidNextTokenException extends __BaseException {
|
|
5
5
|
constructor(opts) {
|
|
@@ -224,6 +224,15 @@ export class InvalidRequestException extends __BaseException {
|
|
|
224
224
|
this.RequestId = opts.RequestId;
|
|
225
225
|
}
|
|
226
226
|
}
|
|
227
|
+
export const DescribeAnalysisDefinitionResponseFilterSensitiveLog = (obj) => ({
|
|
228
|
+
...obj,
|
|
229
|
+
});
|
|
230
|
+
export const DescribeAssetBundleImportJobResponseFilterSensitiveLog = (obj) => ({
|
|
231
|
+
...obj,
|
|
232
|
+
});
|
|
233
|
+
export const DescribeDashboardDefinitionResponseFilterSensitiveLog = (obj) => ({
|
|
234
|
+
...obj,
|
|
235
|
+
});
|
|
227
236
|
export const DescribeDataSetResponseFilterSensitiveLog = (obj) => ({
|
|
228
237
|
...obj,
|
|
229
238
|
...(obj.DataSet && { DataSet: DataSetFilterSensitiveLog(obj.DataSet) }),
|
|
@@ -258,6 +267,12 @@ export const GetSessionEmbedUrlResponseFilterSensitiveLog = (obj) => ({
|
|
|
258
267
|
...obj,
|
|
259
268
|
...(obj.EmbedUrl && { EmbedUrl: SENSITIVE_STRING }),
|
|
260
269
|
});
|
|
270
|
+
export const StartAssetBundleImportJobRequestFilterSensitiveLog = (obj) => ({
|
|
271
|
+
...obj,
|
|
272
|
+
...(obj.AssetBundleImportSource && {
|
|
273
|
+
AssetBundleImportSource: AssetBundleImportSourceFilterSensitiveLog(obj.AssetBundleImportSource),
|
|
274
|
+
}),
|
|
275
|
+
});
|
|
261
276
|
export const UpdateAnalysisRequestFilterSensitiveLog = (obj) => ({
|
|
262
277
|
...obj,
|
|
263
278
|
...(obj.Parameters && { Parameters: _ParametersFilterSensitiveLog(obj.Parameters) }),
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { ListAssetBundleExportJobsCommand, } from "../commands/ListAssetBundleExportJobsCommand";
|
|
2
|
+
import { QuickSightClient } from "../QuickSightClient";
|
|
3
|
+
const makePagedClientRequest = async (client, input, ...args) => {
|
|
4
|
+
return await client.send(new ListAssetBundleExportJobsCommand(input), ...args);
|
|
5
|
+
};
|
|
6
|
+
export async function* paginateListAssetBundleExportJobs(config, input, ...additionalArguments) {
|
|
7
|
+
let token = config.startingToken || undefined;
|
|
8
|
+
let hasNext = true;
|
|
9
|
+
let page;
|
|
10
|
+
while (hasNext) {
|
|
11
|
+
input.NextToken = token;
|
|
12
|
+
input["MaxResults"] = config.pageSize;
|
|
13
|
+
if (config.client instanceof QuickSightClient) {
|
|
14
|
+
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
15
|
+
}
|
|
16
|
+
else {
|
|
17
|
+
throw new Error("Invalid client, expected QuickSight | QuickSightClient");
|
|
18
|
+
}
|
|
19
|
+
yield page;
|
|
20
|
+
const prevToken = token;
|
|
21
|
+
token = page.NextToken;
|
|
22
|
+
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
23
|
+
}
|
|
24
|
+
return undefined;
|
|
25
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { ListAssetBundleImportJobsCommand, } from "../commands/ListAssetBundleImportJobsCommand";
|
|
2
|
+
import { QuickSightClient } from "../QuickSightClient";
|
|
3
|
+
const makePagedClientRequest = async (client, input, ...args) => {
|
|
4
|
+
return await client.send(new ListAssetBundleImportJobsCommand(input), ...args);
|
|
5
|
+
};
|
|
6
|
+
export async function* paginateListAssetBundleImportJobs(config, input, ...additionalArguments) {
|
|
7
|
+
let token = config.startingToken || undefined;
|
|
8
|
+
let hasNext = true;
|
|
9
|
+
let page;
|
|
10
|
+
while (hasNext) {
|
|
11
|
+
input.NextToken = token;
|
|
12
|
+
input["MaxResults"] = config.pageSize;
|
|
13
|
+
if (config.client instanceof QuickSightClient) {
|
|
14
|
+
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
15
|
+
}
|
|
16
|
+
else {
|
|
17
|
+
throw new Error("Invalid client, expected QuickSight | QuickSightClient");
|
|
18
|
+
}
|
|
19
|
+
yield page;
|
|
20
|
+
const prevToken = token;
|
|
21
|
+
token = page.NextToken;
|
|
22
|
+
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
23
|
+
}
|
|
24
|
+
return undefined;
|
|
25
|
+
}
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
export * from "./Interfaces";
|
|
2
2
|
export * from "./ListAnalysesPaginator";
|
|
3
|
+
export * from "./ListAssetBundleExportJobsPaginator";
|
|
4
|
+
export * from "./ListAssetBundleImportJobsPaginator";
|
|
3
5
|
export * from "./ListDashboardVersionsPaginator";
|
|
4
6
|
export * from "./ListDashboardsPaginator";
|
|
5
7
|
export * from "./ListDataSetsPaginator";
|