@aws-sdk/client-quicksight 3.777.0 → 3.778.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 +191 -164
- package/dist-es/commands/DescribeAnalysisCommand.js +1 -1
- package/dist-es/commands/StartDashboardSnapshotJobCommand.js +1 -1
- package/dist-es/commands/UpdateAnalysisCommand.js +1 -1
- package/dist-es/models/models_0.js +4 -29
- package/dist-es/models/models_1.js +30 -30
- package/dist-es/models/models_2.js +43 -51
- package/dist-es/models/models_3.js +55 -6
- package/dist-es/models/models_4.js +0 -10
- package/dist-es/models/models_5.js +10 -0
- package/dist-es/protocols/Aws_restJson1.js +5 -2
- package/dist-types/commands/CreateAnalysisCommand.d.ts +11 -0
- package/dist-types/commands/CreateDashboardCommand.d.ts +14 -0
- package/dist-types/commands/CreateDataSetCommand.d.ts +1 -0
- package/dist-types/commands/CreateDataSourceCommand.d.ts +2 -0
- package/dist-types/commands/CreateNamespaceCommand.d.ts +1 -1
- package/dist-types/commands/CreateTemplateCommand.d.ts +11 -0
- package/dist-types/commands/DeleteUserByPrincipalIdCommand.d.ts +1 -1
- package/dist-types/commands/DeleteUserCommand.d.ts +2 -1
- package/dist-types/commands/DeleteUserCustomPermissionCommand.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 -2
- package/dist-types/commands/DescribeAnalysisDefinitionCommand.d.ts +11 -0
- package/dist-types/commands/DescribeAssetBundleExportJobCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAssetBundleImportJobCommand.d.ts +17 -0
- package/dist-types/commands/DescribeDashboardDefinitionCommand.d.ts +14 -0
- package/dist-types/commands/DescribeDataSetCommand.d.ts +1 -0
- package/dist-types/commands/DescribeDataSetRefreshPropertiesCommand.d.ts +5 -0
- package/dist-types/commands/DescribeDataSourceCommand.d.ts +2 -0
- package/dist-types/commands/DescribeTemplateDefinitionCommand.d.ts +11 -0
- package/dist-types/commands/GenerateEmbedUrlForRegisteredUserCommand.d.ts +37 -0
- package/dist-types/commands/GenerateEmbedUrlForRegisteredUserWithIdentityCommand.d.ts +37 -0
- package/dist-types/commands/ListDataSetsCommand.d.ts +1 -0
- package/dist-types/commands/ListDataSourcesCommand.d.ts +2 -0
- package/dist-types/commands/PredictQAResultsCommand.d.ts +2 -0
- package/dist-types/commands/PutDataSetRefreshPropertiesCommand.d.ts +5 -0
- package/dist-types/commands/SearchDataSetsCommand.d.ts +1 -0
- package/dist-types/commands/StartAssetBundleExportJobCommand.d.ts +1 -1
- package/dist-types/commands/StartAssetBundleImportJobCommand.d.ts +17 -0
- package/dist-types/commands/StartDashboardSnapshotJobCommand.d.ts +1 -1
- package/dist-types/commands/StartDashboardSnapshotJobScheduleCommand.d.ts +1 -1
- package/dist-types/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAccountCustomizationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAccountSettingsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAnalysisCommand.d.ts +12 -1
- package/dist-types/commands/UpdateAnalysisPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDashboardCommand.d.ts +14 -0
- package/dist-types/commands/UpdateDataSourceCommand.d.ts +2 -0
- package/dist-types/commands/UpdateTemplateCommand.d.ts +11 -0
- package/dist-types/models/models_0.d.ts +103 -149
- package/dist-types/models/models_1.d.ts +144 -154
- package/dist-types/models/models_2.d.ts +315 -320
- package/dist-types/models/models_3.d.ts +373 -373
- package/dist-types/models/models_4.d.ts +390 -438
- package/dist-types/models/models_5.d.ts +429 -4
- package/dist-types/ts3.4/commands/DeleteUserByPrincipalIdCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteUserCustomPermissionCommand.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 +4 -2
- package/dist-types/ts3.4/commands/StartDashboardSnapshotJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartDashboardSnapshotJobScheduleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateAccountCustomizationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateAccountSettingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateAnalysisCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateAnalysisPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +29 -44
- package/dist-types/ts3.4/models/models_1.d.ts +46 -57
- package/dist-types/ts3.4/models/models_2.d.ts +104 -109
- package/dist-types/ts3.4/models/models_3.d.ts +117 -102
- package/dist-types/ts3.4/models/models_4.d.ts +89 -106
- package/dist-types/ts3.4/models/models_5.d.ts +111 -3
- package/package.json +1 -1
|
@@ -1,7 +1,332 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
|
-
import { AccountCustomization,
|
|
3
|
-
import { AnalysisDefinition, AnalysisSourceEntity, AssignmentStatus, AuthenticationMethodOption, AuthorSpecifiedAggregation, BorderStyle, BrandDefinition, BrandDetail, CalculatedColumn,
|
|
2
|
+
import { AccountCustomization, AdHocFilteringOption, AnalysisDefaults, AssetOptions, CalculatedField, ColumnConfiguration, DashboardBehavior, DataSetIdentifierDeclaration, Edition, Entity, FilterGroup, ParameterDeclaration, QueryExecutionOptions, ResourceStatus, Sheet, TimeGranularity, TopicTimeGranularity, VisualMenuOption } from "./models_0";
|
|
3
|
+
import { AnalysisDefinition, AnalysisSourceEntity, AssignmentStatus, AuthenticationMethodOption, AuthorSpecifiedAggregation, BorderStyle, BrandDefinition, BrandDetail, CalculatedColumn, 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
|
+
/**
|
|
6
|
+
* <p>The resource specified already exists. </p>
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export declare class ResourceExistsException extends __BaseException {
|
|
10
|
+
readonly name: "ResourceExistsException";
|
|
11
|
+
readonly $fault: "client";
|
|
12
|
+
Message?: string | undefined;
|
|
13
|
+
/**
|
|
14
|
+
* <p>The resource type for this request.</p>
|
|
15
|
+
* @public
|
|
16
|
+
*/
|
|
17
|
+
ResourceType?: ExceptionResourceType | undefined;
|
|
18
|
+
/**
|
|
19
|
+
* <p>The Amazon Web Services request ID for this request.</p>
|
|
20
|
+
* @public
|
|
21
|
+
*/
|
|
22
|
+
RequestId?: string | undefined;
|
|
23
|
+
/**
|
|
24
|
+
* @internal
|
|
25
|
+
*/
|
|
26
|
+
constructor(opts: __ExceptionOptionType<ResourceExistsException, __BaseException>);
|
|
27
|
+
}
|
|
28
|
+
/**
|
|
29
|
+
* @public
|
|
30
|
+
* @enum
|
|
31
|
+
*/
|
|
32
|
+
export declare const CapabilityState: {
|
|
33
|
+
readonly DENY: "DENY";
|
|
34
|
+
};
|
|
35
|
+
/**
|
|
36
|
+
* @public
|
|
37
|
+
*/
|
|
38
|
+
export type CapabilityState = (typeof CapabilityState)[keyof typeof CapabilityState];
|
|
39
|
+
/**
|
|
40
|
+
* <p>A set of actions that correspond to Amazon QuickSight permissions.</p>
|
|
41
|
+
* @public
|
|
42
|
+
*/
|
|
43
|
+
export interface Capabilities {
|
|
44
|
+
/**
|
|
45
|
+
* <p>The ability to export to CSV files.</p>
|
|
46
|
+
* @public
|
|
47
|
+
*/
|
|
48
|
+
ExportToCsv?: CapabilityState | undefined;
|
|
49
|
+
/**
|
|
50
|
+
* <p>The ability to export to Excel files.</p>
|
|
51
|
+
* @public
|
|
52
|
+
*/
|
|
53
|
+
ExportToExcel?: CapabilityState | undefined;
|
|
54
|
+
/**
|
|
55
|
+
* <p>The ability to export to Create and Update themes.</p>
|
|
56
|
+
* @public
|
|
57
|
+
*/
|
|
58
|
+
CreateAndUpdateThemes?: CapabilityState | undefined;
|
|
59
|
+
/**
|
|
60
|
+
* <p>The ability to add or run anomaly detection.</p>
|
|
61
|
+
* @public
|
|
62
|
+
*/
|
|
63
|
+
AddOrRunAnomalyDetectionForAnalyses?: CapabilityState | undefined;
|
|
64
|
+
/**
|
|
65
|
+
* <p>The ability to share analyses.</p>
|
|
66
|
+
* @public
|
|
67
|
+
*/
|
|
68
|
+
ShareAnalyses?: CapabilityState | undefined;
|
|
69
|
+
/**
|
|
70
|
+
* <p>The ability to create and update datasets.</p>
|
|
71
|
+
* @public
|
|
72
|
+
*/
|
|
73
|
+
CreateAndUpdateDatasets?: CapabilityState | undefined;
|
|
74
|
+
/**
|
|
75
|
+
* <p>The ability to share datasets.</p>
|
|
76
|
+
* @public
|
|
77
|
+
*/
|
|
78
|
+
ShareDatasets?: CapabilityState | undefined;
|
|
79
|
+
/**
|
|
80
|
+
* <p>The ability to subscribe to email reports.</p>
|
|
81
|
+
* @public
|
|
82
|
+
*/
|
|
83
|
+
SubscribeDashboardEmailReports?: CapabilityState | undefined;
|
|
84
|
+
/**
|
|
85
|
+
* <p>The ability to create and update email reports.</p>
|
|
86
|
+
* @public
|
|
87
|
+
*/
|
|
88
|
+
CreateAndUpdateDashboardEmailReports?: CapabilityState | undefined;
|
|
89
|
+
/**
|
|
90
|
+
* <p>The ability to share dashboards.</p>
|
|
91
|
+
* @public
|
|
92
|
+
*/
|
|
93
|
+
ShareDashboards?: CapabilityState | undefined;
|
|
94
|
+
/**
|
|
95
|
+
* <p>The ability to create and update threshold alerts.</p>
|
|
96
|
+
* @public
|
|
97
|
+
*/
|
|
98
|
+
CreateAndUpdateThresholdAlerts?: CapabilityState | undefined;
|
|
99
|
+
/**
|
|
100
|
+
* <p>The ability to rename shared folders.</p>
|
|
101
|
+
* @public
|
|
102
|
+
*/
|
|
103
|
+
RenameSharedFolders?: CapabilityState | undefined;
|
|
104
|
+
/**
|
|
105
|
+
* <p>The ability to create shared folders.</p>
|
|
106
|
+
* @public
|
|
107
|
+
*/
|
|
108
|
+
CreateSharedFolders?: CapabilityState | undefined;
|
|
109
|
+
/**
|
|
110
|
+
* <p>The ability to create and update data sources.</p>
|
|
111
|
+
* @public
|
|
112
|
+
*/
|
|
113
|
+
CreateAndUpdateDataSources?: CapabilityState | undefined;
|
|
114
|
+
/**
|
|
115
|
+
* <p>The ability to share data sources.</p>
|
|
116
|
+
* @public
|
|
117
|
+
*/
|
|
118
|
+
ShareDataSources?: CapabilityState | undefined;
|
|
119
|
+
/**
|
|
120
|
+
* <p>The ability to view account SPICE capacity.</p>
|
|
121
|
+
* @public
|
|
122
|
+
*/
|
|
123
|
+
ViewAccountSPICECapacity?: CapabilityState | undefined;
|
|
124
|
+
/**
|
|
125
|
+
* <p>The ability to create a SPICE dataset.</p>
|
|
126
|
+
* @public
|
|
127
|
+
*/
|
|
128
|
+
CreateSPICEDataset?: CapabilityState | undefined;
|
|
129
|
+
}
|
|
130
|
+
/**
|
|
131
|
+
* @public
|
|
132
|
+
* @enum
|
|
133
|
+
*/
|
|
134
|
+
export declare const ColumnDataType: {
|
|
135
|
+
readonly DATETIME: "DATETIME";
|
|
136
|
+
readonly DECIMAL: "DECIMAL";
|
|
137
|
+
readonly INTEGER: "INTEGER";
|
|
138
|
+
readonly STRING: "STRING";
|
|
139
|
+
};
|
|
140
|
+
/**
|
|
141
|
+
* @public
|
|
142
|
+
*/
|
|
143
|
+
export type ColumnDataType = (typeof ColumnDataType)[keyof typeof ColumnDataType];
|
|
144
|
+
/**
|
|
145
|
+
* @public
|
|
146
|
+
* @enum
|
|
147
|
+
*/
|
|
148
|
+
export declare const ColumnDataSubType: {
|
|
149
|
+
readonly FIXED: "FIXED";
|
|
150
|
+
readonly FLOAT: "FLOAT";
|
|
151
|
+
};
|
|
152
|
+
/**
|
|
153
|
+
* @public
|
|
154
|
+
*/
|
|
155
|
+
export type ColumnDataSubType = (typeof ColumnDataSubType)[keyof typeof ColumnDataSubType];
|
|
156
|
+
/**
|
|
157
|
+
* <p>A transform operation that casts a column to a different type.</p>
|
|
158
|
+
* @public
|
|
159
|
+
*/
|
|
160
|
+
export interface CastColumnTypeOperation {
|
|
161
|
+
/**
|
|
162
|
+
* <p>Column name.</p>
|
|
163
|
+
* @public
|
|
164
|
+
*/
|
|
165
|
+
ColumnName: string | undefined;
|
|
166
|
+
/**
|
|
167
|
+
* <p>New column data type.</p>
|
|
168
|
+
* @public
|
|
169
|
+
*/
|
|
170
|
+
NewColumnType: ColumnDataType | undefined;
|
|
171
|
+
/**
|
|
172
|
+
* <p>The sub data type of the new column. Sub types are only available for decimal columns that are part of a SPICE dataset.</p>
|
|
173
|
+
* @public
|
|
174
|
+
*/
|
|
175
|
+
SubType?: ColumnDataSubType | undefined;
|
|
176
|
+
/**
|
|
177
|
+
* <p>When casting a column from string to datetime type, you can supply a string in a
|
|
178
|
+
* format supported by Amazon QuickSight to denote the source data format.</p>
|
|
179
|
+
* @public
|
|
180
|
+
*/
|
|
181
|
+
Format?: string | undefined;
|
|
182
|
+
}
|
|
183
|
+
/**
|
|
184
|
+
* @public
|
|
185
|
+
* @enum
|
|
186
|
+
*/
|
|
187
|
+
export declare const CategoryFilterFunction: {
|
|
188
|
+
readonly CONTAINS: "CONTAINS";
|
|
189
|
+
readonly EXACT: "EXACT";
|
|
190
|
+
};
|
|
191
|
+
/**
|
|
192
|
+
* @public
|
|
193
|
+
*/
|
|
194
|
+
export type CategoryFilterFunction = (typeof CategoryFilterFunction)[keyof typeof CategoryFilterFunction];
|
|
195
|
+
/**
|
|
196
|
+
* @public
|
|
197
|
+
* @enum
|
|
198
|
+
*/
|
|
199
|
+
export declare const CategoryFilterType: {
|
|
200
|
+
readonly CUSTOM_FILTER: "CUSTOM_FILTER";
|
|
201
|
+
readonly CUSTOM_FILTER_LIST: "CUSTOM_FILTER_LIST";
|
|
202
|
+
readonly FILTER_LIST: "FILTER_LIST";
|
|
203
|
+
};
|
|
204
|
+
/**
|
|
205
|
+
* @public
|
|
206
|
+
*/
|
|
207
|
+
export type CategoryFilterType = (typeof CategoryFilterType)[keyof typeof CategoryFilterType];
|
|
208
|
+
/**
|
|
209
|
+
* <p>A structure that represents the cell value synonym.</p>
|
|
210
|
+
* @public
|
|
211
|
+
*/
|
|
212
|
+
export interface CellValueSynonym {
|
|
213
|
+
/**
|
|
214
|
+
* <p>The cell value.</p>
|
|
215
|
+
* @public
|
|
216
|
+
*/
|
|
217
|
+
CellValue?: string | undefined;
|
|
218
|
+
/**
|
|
219
|
+
* <p>Other names or aliases for the cell value.</p>
|
|
220
|
+
* @public
|
|
221
|
+
*/
|
|
222
|
+
Synonyms?: string[] | undefined;
|
|
223
|
+
}
|
|
224
|
+
/**
|
|
225
|
+
* <p>A structure that represents a collective constant.</p>
|
|
226
|
+
* @public
|
|
227
|
+
*/
|
|
228
|
+
export interface CollectiveConstant {
|
|
229
|
+
/**
|
|
230
|
+
* <p>A list of values for the collective constant.</p>
|
|
231
|
+
* @public
|
|
232
|
+
*/
|
|
233
|
+
ValueList?: string[] | undefined;
|
|
234
|
+
}
|
|
235
|
+
/**
|
|
236
|
+
* @public
|
|
237
|
+
* @enum
|
|
238
|
+
*/
|
|
239
|
+
export declare const ColumnDataRole: {
|
|
240
|
+
readonly DIMENSION: "DIMENSION";
|
|
241
|
+
readonly MEASURE: "MEASURE";
|
|
242
|
+
};
|
|
243
|
+
/**
|
|
244
|
+
* @public
|
|
245
|
+
*/
|
|
246
|
+
export type ColumnDataRole = (typeof ColumnDataRole)[keyof typeof ColumnDataRole];
|
|
247
|
+
/**
|
|
248
|
+
* <p>Metadata that contains a description for a column.</p>
|
|
249
|
+
* @public
|
|
250
|
+
*/
|
|
251
|
+
export interface ColumnDescription {
|
|
252
|
+
/**
|
|
253
|
+
* <p>The text of a description for a column.</p>
|
|
254
|
+
* @public
|
|
255
|
+
*/
|
|
256
|
+
Text?: string | undefined;
|
|
257
|
+
}
|
|
258
|
+
/**
|
|
259
|
+
* @public
|
|
260
|
+
* @enum
|
|
261
|
+
*/
|
|
262
|
+
export declare const GeoSpatialCountryCode: {
|
|
263
|
+
readonly US: "US";
|
|
264
|
+
};
|
|
265
|
+
/**
|
|
266
|
+
* @public
|
|
267
|
+
*/
|
|
268
|
+
export type GeoSpatialCountryCode = (typeof GeoSpatialCountryCode)[keyof typeof GeoSpatialCountryCode];
|
|
269
|
+
/**
|
|
270
|
+
* <p>Geospatial column group that denotes a hierarchy.</p>
|
|
271
|
+
* @public
|
|
272
|
+
*/
|
|
273
|
+
export interface GeoSpatialColumnGroup {
|
|
274
|
+
/**
|
|
275
|
+
* <p>A display name for the hierarchy.</p>
|
|
276
|
+
* @public
|
|
277
|
+
*/
|
|
278
|
+
Name: string | undefined;
|
|
279
|
+
/**
|
|
280
|
+
* <p>Country code.</p>
|
|
281
|
+
* @public
|
|
282
|
+
*/
|
|
283
|
+
CountryCode?: GeoSpatialCountryCode | undefined;
|
|
284
|
+
/**
|
|
285
|
+
* <p>Columns in this hierarchy.</p>
|
|
286
|
+
* @public
|
|
287
|
+
*/
|
|
288
|
+
Columns: string[] | undefined;
|
|
289
|
+
}
|
|
290
|
+
/**
|
|
291
|
+
* <p>Groupings of columns that work together in certain Amazon QuickSight features. This is
|
|
292
|
+
* a variant type structure. For this structure to be valid, only one of the attributes can
|
|
293
|
+
* be non-null.</p>
|
|
294
|
+
* @public
|
|
295
|
+
*/
|
|
296
|
+
export interface ColumnGroup {
|
|
297
|
+
/**
|
|
298
|
+
* <p>Geospatial column group that denotes a hierarchy.</p>
|
|
299
|
+
* @public
|
|
300
|
+
*/
|
|
301
|
+
GeoSpatialColumnGroup?: GeoSpatialColumnGroup | undefined;
|
|
302
|
+
}
|
|
303
|
+
/**
|
|
304
|
+
* <p>A structure describing the name, data type, and geographic role of the columns.</p>
|
|
305
|
+
* @public
|
|
306
|
+
*/
|
|
307
|
+
export interface ColumnGroupColumnSchema {
|
|
308
|
+
/**
|
|
309
|
+
* <p>The name of the column group's column schema.</p>
|
|
310
|
+
* @public
|
|
311
|
+
*/
|
|
312
|
+
Name?: string | undefined;
|
|
313
|
+
}
|
|
314
|
+
/**
|
|
315
|
+
* <p>The column group schema.</p>
|
|
316
|
+
* @public
|
|
317
|
+
*/
|
|
318
|
+
export interface ColumnGroupSchema {
|
|
319
|
+
/**
|
|
320
|
+
* <p>The name of the column group schema.</p>
|
|
321
|
+
* @public
|
|
322
|
+
*/
|
|
323
|
+
Name?: string | undefined;
|
|
324
|
+
/**
|
|
325
|
+
* <p>A structure containing the list of schemas for column group columns.</p>
|
|
326
|
+
* @public
|
|
327
|
+
*/
|
|
328
|
+
ColumnGroupColumnSchemaList?: ColumnGroupColumnSchema[] | undefined;
|
|
329
|
+
}
|
|
5
330
|
/**
|
|
6
331
|
* <p>A rule defined to grant access on one or more restricted columns.
|
|
7
332
|
* Each dataset can have multiple rules.
|
|
@@ -916,6 +1241,17 @@ export interface DataPointTooltipOption {
|
|
|
916
1241
|
*/
|
|
917
1242
|
AvailabilityStatus?: DashboardBehavior | undefined;
|
|
918
1243
|
}
|
|
1244
|
+
/**
|
|
1245
|
+
* <p>Adds Q&A capabilities to a dashboard. If no topic is linked, Dashboard Q&A uses the data values that are rendered on the dashboard. End users can use Dashboard Q&A to ask for different slices of the data that they see on the dashboard. If a topic is linked, Topic Q&A is enabled.</p>
|
|
1246
|
+
* @public
|
|
1247
|
+
*/
|
|
1248
|
+
export interface DataQAEnabledOption {
|
|
1249
|
+
/**
|
|
1250
|
+
* <p>The status of the Data Q&A option on the dashboard.</p>
|
|
1251
|
+
* @public
|
|
1252
|
+
*/
|
|
1253
|
+
AvailabilityStatus?: DashboardBehavior | undefined;
|
|
1254
|
+
}
|
|
919
1255
|
/**
|
|
920
1256
|
* <p>Export to .csv option.</p>
|
|
921
1257
|
* @public
|
|
@@ -1067,6 +1403,11 @@ export interface DashboardPublishOptions {
|
|
|
1067
1403
|
* @public
|
|
1068
1404
|
*/
|
|
1069
1405
|
DataPointTooltipOption?: DataPointTooltipOption | undefined;
|
|
1406
|
+
/**
|
|
1407
|
+
* <p>Adds Q&A capabilities to an Amazon QuickSight dashboard. If no topic is linked, Dashboard Q&A uses the data values that are rendered on the dashboard. End users can use Dashboard Q&A to ask for different slices of the data that they see on the dashboard. If a topic is linked, Topic Q&A is used.</p>
|
|
1408
|
+
* @public
|
|
1409
|
+
*/
|
|
1410
|
+
DataQAEnabledOption?: DataQAEnabledOption | undefined;
|
|
1070
1411
|
}
|
|
1071
1412
|
/**
|
|
1072
1413
|
* <p>The contents of a dashboard.</p>
|
|
@@ -2331,6 +2672,17 @@ export interface RowLevelPermissionTagConfiguration {
|
|
|
2331
2672
|
*/
|
|
2332
2673
|
TagRuleConfigurations?: string[][] | undefined;
|
|
2333
2674
|
}
|
|
2675
|
+
/**
|
|
2676
|
+
* @public
|
|
2677
|
+
* @enum
|
|
2678
|
+
*/
|
|
2679
|
+
export declare const DataSetUseAs: {
|
|
2680
|
+
readonly RLS_RULES: "RLS_RULES";
|
|
2681
|
+
};
|
|
2682
|
+
/**
|
|
2683
|
+
* @public
|
|
2684
|
+
*/
|
|
2685
|
+
export type DataSetUseAs = (typeof DataSetUseAs)[keyof typeof DataSetUseAs];
|
|
2334
2686
|
/**
|
|
2335
2687
|
* @public
|
|
2336
2688
|
*/
|
|
@@ -2422,6 +2774,11 @@ export interface CreateDataSetRequest {
|
|
|
2422
2774
|
* @public
|
|
2423
2775
|
*/
|
|
2424
2776
|
PerformanceConfiguration?: PerformanceConfiguration | undefined;
|
|
2777
|
+
/**
|
|
2778
|
+
* <p>The usage of the dataset. <code>RLS_RULES</code> must be specified for RLS permission datasets.</p>
|
|
2779
|
+
* @public
|
|
2780
|
+
*/
|
|
2781
|
+
UseAs?: DataSetUseAs | undefined;
|
|
2425
2782
|
}
|
|
2426
2783
|
/**
|
|
2427
2784
|
* @public
|
|
@@ -5891,6 +6248,11 @@ export interface DataSet {
|
|
|
5891
6248
|
* @public
|
|
5892
6249
|
*/
|
|
5893
6250
|
PerformanceConfiguration?: PerformanceConfiguration | undefined;
|
|
6251
|
+
/**
|
|
6252
|
+
* <p>The usage of the dataset.</p>
|
|
6253
|
+
* @public
|
|
6254
|
+
*/
|
|
6255
|
+
UseAs?: DataSetUseAs | undefined;
|
|
5894
6256
|
}
|
|
5895
6257
|
/**
|
|
5896
6258
|
* @public
|
|
@@ -5909,77 +6271,10 @@ export declare const DataSetFilterAttribute: {
|
|
|
5909
6271
|
*/
|
|
5910
6272
|
export type DataSetFilterAttribute = (typeof DataSetFilterAttribute)[keyof typeof DataSetFilterAttribute];
|
|
5911
6273
|
/**
|
|
5912
|
-
*
|
|
5913
|
-
* @enum
|
|
5914
|
-
*/
|
|
5915
|
-
export declare const LookbackWindowSizeUnit: {
|
|
5916
|
-
readonly DAY: "DAY";
|
|
5917
|
-
readonly HOUR: "HOUR";
|
|
5918
|
-
readonly WEEK: "WEEK";
|
|
5919
|
-
};
|
|
5920
|
-
/**
|
|
5921
|
-
* @public
|
|
5922
|
-
*/
|
|
5923
|
-
export type LookbackWindowSizeUnit = (typeof LookbackWindowSizeUnit)[keyof typeof LookbackWindowSizeUnit];
|
|
5924
|
-
/**
|
|
5925
|
-
* <p>The lookback window setup of an incremental refresh configuration.</p>
|
|
6274
|
+
* <p>A filter that you apply when searching for datasets.</p>
|
|
5926
6275
|
* @public
|
|
5927
6276
|
*/
|
|
5928
|
-
export interface
|
|
5929
|
-
/**
|
|
5930
|
-
* <p>The name of the lookback window column.</p>
|
|
5931
|
-
* @public
|
|
5932
|
-
*/
|
|
5933
|
-
ColumnName: string | undefined;
|
|
5934
|
-
/**
|
|
5935
|
-
* <p>The lookback window column size.</p>
|
|
5936
|
-
* @public
|
|
5937
|
-
*/
|
|
5938
|
-
Size: number | undefined;
|
|
5939
|
-
/**
|
|
5940
|
-
* <p>The size unit that is used for the lookback window column. Valid values for this structure are <code>HOUR</code>, <code>DAY</code>, and <code>WEEK</code>.</p>
|
|
5941
|
-
* @public
|
|
5942
|
-
*/
|
|
5943
|
-
SizeUnit: LookbackWindowSizeUnit | undefined;
|
|
5944
|
-
}
|
|
5945
|
-
/**
|
|
5946
|
-
* <p>The incremental refresh configuration for a dataset.</p>
|
|
5947
|
-
* @public
|
|
5948
|
-
*/
|
|
5949
|
-
export interface IncrementalRefresh {
|
|
5950
|
-
/**
|
|
5951
|
-
* <p>The lookback window setup for an incremental refresh configuration.</p>
|
|
5952
|
-
* @public
|
|
5953
|
-
*/
|
|
5954
|
-
LookbackWindow: LookbackWindow | undefined;
|
|
5955
|
-
}
|
|
5956
|
-
/**
|
|
5957
|
-
* <p>The refresh configuration of a dataset.</p>
|
|
5958
|
-
* @public
|
|
5959
|
-
*/
|
|
5960
|
-
export interface RefreshConfiguration {
|
|
5961
|
-
/**
|
|
5962
|
-
* <p>The incremental refresh for the dataset.</p>
|
|
5963
|
-
* @public
|
|
5964
|
-
*/
|
|
5965
|
-
IncrementalRefresh: IncrementalRefresh | undefined;
|
|
5966
|
-
}
|
|
5967
|
-
/**
|
|
5968
|
-
* <p>The refresh properties of a dataset.</p>
|
|
5969
|
-
* @public
|
|
5970
|
-
*/
|
|
5971
|
-
export interface DataSetRefreshProperties {
|
|
5972
|
-
/**
|
|
5973
|
-
* <p>The refresh configuration for a dataset.</p>
|
|
5974
|
-
* @public
|
|
5975
|
-
*/
|
|
5976
|
-
RefreshConfiguration: RefreshConfiguration | undefined;
|
|
5977
|
-
}
|
|
5978
|
-
/**
|
|
5979
|
-
* <p>A filter that you apply when searching for datasets.</p>
|
|
5980
|
-
* @public
|
|
5981
|
-
*/
|
|
5982
|
-
export interface DataSetSearchFilter {
|
|
6277
|
+
export interface DataSetSearchFilter {
|
|
5983
6278
|
/**
|
|
5984
6279
|
* <p>The comparison operator that you want to use as a filter, for example <code>"Operator": "StringEquals"</code>. Valid values are <code>"StringEquals"</code> and <code>"StringLike"</code>.</p>
|
|
5985
6280
|
* <p>If you set the operator value to <code>"StringEquals"</code>, you need to provide an ownership related filter in the <code>"NAME"</code> field and the arn of the user or group whose datasets you want to search in the <code>"Value"</code> field. For example, <code>"Name":"QUICKSIGHT_OWNER", "Operator": "StringEquals", "Value": "arn:aws:quicksight:us-east- 1:1:user/default/UserName1"</code>.</p>
|
|
@@ -6078,6 +6373,11 @@ export interface DataSetSummary {
|
|
|
6078
6373
|
* @public
|
|
6079
6374
|
*/
|
|
6080
6375
|
ColumnLevelPermissionRulesApplied?: boolean | undefined;
|
|
6376
|
+
/**
|
|
6377
|
+
* <p>The usage of the dataset.</p>
|
|
6378
|
+
* @public
|
|
6379
|
+
*/
|
|
6380
|
+
UseAs?: DataSetUseAs | undefined;
|
|
6081
6381
|
}
|
|
6082
6382
|
/**
|
|
6083
6383
|
* @public
|
|
@@ -7365,309 +7665,9 @@ export interface DeleteUserRequest {
|
|
|
7365
7665
|
Namespace: string | undefined;
|
|
7366
7666
|
}
|
|
7367
7667
|
/**
|
|
7368
|
-
* @
|
|
7369
|
-
*/
|
|
7370
|
-
export interface DeleteUserResponse {
|
|
7371
|
-
/**
|
|
7372
|
-
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
7373
|
-
* @public
|
|
7374
|
-
*/
|
|
7375
|
-
RequestId?: string | undefined;
|
|
7376
|
-
/**
|
|
7377
|
-
* <p>The HTTP status of the request.</p>
|
|
7378
|
-
* @public
|
|
7379
|
-
*/
|
|
7380
|
-
Status?: number | undefined;
|
|
7381
|
-
}
|
|
7382
|
-
/**
|
|
7383
|
-
* <p></p>
|
|
7384
|
-
* @public
|
|
7385
|
-
*/
|
|
7386
|
-
export interface DeleteUserByPrincipalIdRequest {
|
|
7387
|
-
/**
|
|
7388
|
-
* <p>The principal ID of the user.</p>
|
|
7389
|
-
* @public
|
|
7390
|
-
*/
|
|
7391
|
-
PrincipalId: string | undefined;
|
|
7392
|
-
/**
|
|
7393
|
-
* <p>The ID for the Amazon Web Services account that the user is in. Currently, you use the ID for the
|
|
7394
|
-
* Amazon Web Services account that contains your Amazon QuickSight account.</p>
|
|
7395
|
-
* @public
|
|
7396
|
-
*/
|
|
7397
|
-
AwsAccountId: string | undefined;
|
|
7398
|
-
/**
|
|
7399
|
-
* <p>The namespace. Currently, you should set this to <code>default</code>.</p>
|
|
7400
|
-
* @public
|
|
7401
|
-
*/
|
|
7402
|
-
Namespace: string | undefined;
|
|
7403
|
-
}
|
|
7404
|
-
/**
|
|
7405
|
-
* @public
|
|
7406
|
-
*/
|
|
7407
|
-
export interface DeleteUserByPrincipalIdResponse {
|
|
7408
|
-
/**
|
|
7409
|
-
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
7410
|
-
* @public
|
|
7411
|
-
*/
|
|
7412
|
-
RequestId?: string | undefined;
|
|
7413
|
-
/**
|
|
7414
|
-
* <p>The HTTP status of the request.</p>
|
|
7415
|
-
* @public
|
|
7416
|
-
*/
|
|
7417
|
-
Status?: number | undefined;
|
|
7418
|
-
}
|
|
7419
|
-
/**
|
|
7420
|
-
* @public
|
|
7421
|
-
*/
|
|
7422
|
-
export interface DeleteUserCustomPermissionRequest {
|
|
7423
|
-
/**
|
|
7424
|
-
* <p>The username of the user that you want to remove custom permissions from.</p>
|
|
7425
|
-
* @public
|
|
7426
|
-
*/
|
|
7427
|
-
UserName: string | undefined;
|
|
7428
|
-
/**
|
|
7429
|
-
* <p>The ID of the Amazon Web Services account that contains the custom permission configuration that you want to delete.</p>
|
|
7430
|
-
* @public
|
|
7431
|
-
*/
|
|
7432
|
-
AwsAccountId: string | undefined;
|
|
7433
|
-
/**
|
|
7434
|
-
* <p>The namespace that the user belongs to.</p>
|
|
7435
|
-
* @public
|
|
7436
|
-
*/
|
|
7437
|
-
Namespace: string | undefined;
|
|
7438
|
-
}
|
|
7439
|
-
/**
|
|
7440
|
-
* @public
|
|
7441
|
-
*/
|
|
7442
|
-
export interface DeleteUserCustomPermissionResponse {
|
|
7443
|
-
/**
|
|
7444
|
-
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
7445
|
-
* @public
|
|
7446
|
-
*/
|
|
7447
|
-
RequestId?: string | undefined;
|
|
7448
|
-
/**
|
|
7449
|
-
* <p>The HTTP status of the request.</p>
|
|
7450
|
-
* @public
|
|
7451
|
-
*/
|
|
7452
|
-
Status?: number | undefined;
|
|
7453
|
-
}
|
|
7454
|
-
/**
|
|
7455
|
-
* @public
|
|
7456
|
-
*/
|
|
7457
|
-
export interface DeleteVPCConnectionRequest {
|
|
7458
|
-
/**
|
|
7459
|
-
* <p>The Amazon Web Services account ID of the account where you want to delete a VPC
|
|
7460
|
-
* connection.</p>
|
|
7461
|
-
* @public
|
|
7462
|
-
*/
|
|
7463
|
-
AwsAccountId: string | undefined;
|
|
7464
|
-
/**
|
|
7465
|
-
* <p>The ID of the VPC connection that you're creating. This ID is a unique identifier for each Amazon Web Services Region in an
|
|
7466
|
-
* Amazon Web Services account.</p>
|
|
7467
|
-
* @public
|
|
7468
|
-
*/
|
|
7469
|
-
VPCConnectionId: string | undefined;
|
|
7470
|
-
}
|
|
7471
|
-
/**
|
|
7472
|
-
* @public
|
|
7473
|
-
*/
|
|
7474
|
-
export interface DeleteVPCConnectionResponse {
|
|
7475
|
-
/**
|
|
7476
|
-
* <p>The Amazon Resource Name (ARN) of the deleted VPC connection.</p>
|
|
7477
|
-
* @public
|
|
7478
|
-
*/
|
|
7479
|
-
Arn?: string | undefined;
|
|
7480
|
-
/**
|
|
7481
|
-
* <p>The ID of the VPC connection that
|
|
7482
|
-
* you're creating. This ID is a unique identifier for each Amazon Web Services Region in an
|
|
7483
|
-
* Amazon Web Services account.</p>
|
|
7484
|
-
* @public
|
|
7485
|
-
*/
|
|
7486
|
-
VPCConnectionId?: string | undefined;
|
|
7487
|
-
/**
|
|
7488
|
-
* <p>The deletion status of the VPC connection.</p>
|
|
7489
|
-
* @public
|
|
7490
|
-
*/
|
|
7491
|
-
DeletionStatus?: VPCConnectionResourceStatus | undefined;
|
|
7492
|
-
/**
|
|
7493
|
-
* <p>The availability status of the VPC connection.</p>
|
|
7494
|
-
* @public
|
|
7495
|
-
*/
|
|
7496
|
-
AvailabilityStatus?: VPCConnectionAvailabilityStatus | undefined;
|
|
7497
|
-
/**
|
|
7498
|
-
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
7499
|
-
* @public
|
|
7500
|
-
*/
|
|
7501
|
-
RequestId?: string | undefined;
|
|
7502
|
-
/**
|
|
7503
|
-
* <p>The HTTP status of the request.</p>
|
|
7504
|
-
* @public
|
|
7505
|
-
*/
|
|
7506
|
-
Status?: number | undefined;
|
|
7507
|
-
}
|
|
7508
|
-
/**
|
|
7509
|
-
* @public
|
|
7510
|
-
*/
|
|
7511
|
-
export interface DescribeAccountCustomizationRequest {
|
|
7512
|
-
/**
|
|
7513
|
-
* <p>The ID for the Amazon Web Services account that you want to describe Amazon QuickSight customizations
|
|
7514
|
-
* for.</p>
|
|
7515
|
-
* @public
|
|
7516
|
-
*/
|
|
7517
|
-
AwsAccountId: string | undefined;
|
|
7518
|
-
/**
|
|
7519
|
-
* <p>The Amazon QuickSight namespace that you want to describe Amazon QuickSight customizations
|
|
7520
|
-
* for.</p>
|
|
7521
|
-
* @public
|
|
7522
|
-
*/
|
|
7523
|
-
Namespace?: string | undefined;
|
|
7524
|
-
/**
|
|
7525
|
-
* <p>The <code>Resolved</code> flag works with the other parameters to determine which view
|
|
7526
|
-
* of Amazon QuickSight customizations is returned. You can add this flag to your command to use
|
|
7527
|
-
* the same view that Amazon QuickSight uses to identify which customizations to apply to the
|
|
7528
|
-
* console. Omit this flag, or set it to <code>no-resolved</code>, to reveal customizations
|
|
7529
|
-
* that are configured at different levels. </p>
|
|
7530
|
-
* @public
|
|
7531
|
-
*/
|
|
7532
|
-
Resolved?: boolean | undefined;
|
|
7533
|
-
}
|
|
7534
|
-
/**
|
|
7535
|
-
* @public
|
|
7536
|
-
*/
|
|
7537
|
-
export interface DescribeAccountCustomizationResponse {
|
|
7538
|
-
/**
|
|
7539
|
-
* <p>The Amazon Resource Name (ARN) of the customization that's associated with this Amazon Web Services account.</p>
|
|
7540
|
-
* @public
|
|
7541
|
-
*/
|
|
7542
|
-
Arn?: string | undefined;
|
|
7543
|
-
/**
|
|
7544
|
-
* <p>The ID for the Amazon Web Services account that you're describing.</p>
|
|
7545
|
-
* @public
|
|
7546
|
-
*/
|
|
7547
|
-
AwsAccountId?: string | undefined;
|
|
7548
|
-
/**
|
|
7549
|
-
* <p>The Amazon QuickSight namespace that you're describing. </p>
|
|
7550
|
-
* @public
|
|
7551
|
-
*/
|
|
7552
|
-
Namespace?: string | undefined;
|
|
7553
|
-
/**
|
|
7554
|
-
* <p>The Amazon QuickSight customizations that exist in the current Amazon Web Services Region. </p>
|
|
7555
|
-
* @public
|
|
7556
|
-
*/
|
|
7557
|
-
AccountCustomization?: AccountCustomization | undefined;
|
|
7558
|
-
/**
|
|
7559
|
-
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
7560
|
-
* @public
|
|
7561
|
-
*/
|
|
7562
|
-
RequestId?: string | undefined;
|
|
7563
|
-
/**
|
|
7564
|
-
* <p>The HTTP status of the request.</p>
|
|
7565
|
-
* @public
|
|
7566
|
-
*/
|
|
7567
|
-
Status?: number | undefined;
|
|
7568
|
-
}
|
|
7569
|
-
/**
|
|
7570
|
-
* @public
|
|
7571
|
-
*/
|
|
7572
|
-
export interface DescribeAccountSettingsRequest {
|
|
7573
|
-
/**
|
|
7574
|
-
* <p>The ID for the Amazon Web Services account that contains the settings that you want to list.</p>
|
|
7575
|
-
* @public
|
|
7576
|
-
*/
|
|
7577
|
-
AwsAccountId: string | undefined;
|
|
7578
|
-
}
|
|
7579
|
-
/**
|
|
7580
|
-
* @public
|
|
7581
|
-
*/
|
|
7582
|
-
export interface DescribeAccountSettingsResponse {
|
|
7583
|
-
/**
|
|
7584
|
-
* <p>The Amazon QuickSight settings for this Amazon Web Services account. This information
|
|
7585
|
-
* includes the edition of Amazon Amazon QuickSight that you subscribed to (Standard or
|
|
7586
|
-
* Enterprise) and the notification email for the Amazon QuickSight subscription. </p>
|
|
7587
|
-
* <p>In the QuickSight console, the Amazon QuickSight subscription is sometimes referred to
|
|
7588
|
-
* as a QuickSight "account" even though it's technically not an account by
|
|
7589
|
-
* itself. Instead, it's a subscription to the Amazon QuickSight service for your
|
|
7590
|
-
* Amazon Web Services account. The edition that you subscribe to applies to Amazon QuickSight in every Amazon Web Services Region where you use it.</p>
|
|
7591
|
-
* @public
|
|
7592
|
-
*/
|
|
7593
|
-
AccountSettings?: AccountSettings | undefined;
|
|
7594
|
-
/**
|
|
7595
|
-
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
7596
|
-
* @public
|
|
7597
|
-
*/
|
|
7598
|
-
RequestId?: string | undefined;
|
|
7599
|
-
/**
|
|
7600
|
-
* <p>The HTTP status of the request.</p>
|
|
7601
|
-
* @public
|
|
7602
|
-
*/
|
|
7603
|
-
Status?: number | undefined;
|
|
7604
|
-
}
|
|
7605
|
-
/**
|
|
7606
|
-
* @public
|
|
7607
|
-
*/
|
|
7608
|
-
export interface DescribeAccountSubscriptionRequest {
|
|
7609
|
-
/**
|
|
7610
|
-
* <p>The Amazon Web Services account ID associated with your Amazon QuickSight account.</p>
|
|
7611
|
-
* @public
|
|
7612
|
-
*/
|
|
7613
|
-
AwsAccountId: string | undefined;
|
|
7614
|
-
}
|
|
7615
|
-
/**
|
|
7616
|
-
* @public
|
|
7617
|
-
*/
|
|
7618
|
-
export interface DescribeAccountSubscriptionResponse {
|
|
7619
|
-
/**
|
|
7620
|
-
* <p>A structure that contains the following elements:</p>
|
|
7621
|
-
* <ul>
|
|
7622
|
-
* <li>
|
|
7623
|
-
* <p>Your Amazon QuickSight account name.</p>
|
|
7624
|
-
* </li>
|
|
7625
|
-
* <li>
|
|
7626
|
-
* <p>The edition of Amazon QuickSight that your account is using.</p>
|
|
7627
|
-
* </li>
|
|
7628
|
-
* <li>
|
|
7629
|
-
* <p>The notification email address that is associated with the Amazon QuickSight
|
|
7630
|
-
* account.
|
|
7631
|
-
* </p>
|
|
7632
|
-
* </li>
|
|
7633
|
-
* <li>
|
|
7634
|
-
* <p>The authentication type of the Amazon QuickSight account.</p>
|
|
7635
|
-
* </li>
|
|
7636
|
-
* <li>
|
|
7637
|
-
* <p>The status of the Amazon QuickSight account's subscription.</p>
|
|
7638
|
-
* </li>
|
|
7639
|
-
* </ul>
|
|
7640
|
-
* @public
|
|
7641
|
-
*/
|
|
7642
|
-
AccountInfo?: AccountInfo | undefined;
|
|
7643
|
-
/**
|
|
7644
|
-
* <p>The HTTP status of the request.</p>
|
|
7645
|
-
* @public
|
|
7646
|
-
*/
|
|
7647
|
-
Status?: number | undefined;
|
|
7648
|
-
/**
|
|
7649
|
-
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
7650
|
-
* @public
|
|
7651
|
-
*/
|
|
7652
|
-
RequestId?: string | undefined;
|
|
7653
|
-
}
|
|
7654
|
-
/**
|
|
7655
|
-
* @public
|
|
7668
|
+
* @internal
|
|
7656
7669
|
*/
|
|
7657
|
-
export
|
|
7658
|
-
/**
|
|
7659
|
-
* <p>The ID of the Amazon Web Services account that contains the analysis. You must be using the
|
|
7660
|
-
* Amazon Web Services account that the analysis is in.</p>
|
|
7661
|
-
* @public
|
|
7662
|
-
*/
|
|
7663
|
-
AwsAccountId: string | undefined;
|
|
7664
|
-
/**
|
|
7665
|
-
* <p>The ID of the analysis that you're describing. The ID is part of the URL of the
|
|
7666
|
-
* analysis.</p>
|
|
7667
|
-
* @public
|
|
7668
|
-
*/
|
|
7669
|
-
AnalysisId: string | undefined;
|
|
7670
|
-
}
|
|
7670
|
+
export declare const ColumnDescriptionFilterSensitiveLog: (obj: ColumnDescription) => any;
|
|
7671
7671
|
/**
|
|
7672
7672
|
* @internal
|
|
7673
7673
|
*/
|