@aws-sdk/client-quicksight 3.687.0 → 3.692.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.
Files changed (121) hide show
  1. package/README.md +143 -7
  2. package/dist-cjs/index.js +1116 -216
  3. package/dist-es/QuickSight.js +34 -0
  4. package/dist-es/commands/CreateBrandCommand.js +22 -0
  5. package/dist-es/commands/CreateCustomPermissionsCommand.js +22 -0
  6. package/dist-es/commands/DeleteBrandAssignmentCommand.js +22 -0
  7. package/dist-es/commands/DeleteBrandCommand.js +22 -0
  8. package/dist-es/commands/DeleteCustomPermissionsCommand.js +22 -0
  9. package/dist-es/commands/DeleteUserCustomPermissionCommand.js +22 -0
  10. package/dist-es/commands/DescribeBrandAssignmentCommand.js +22 -0
  11. package/dist-es/commands/DescribeBrandCommand.js +22 -0
  12. package/dist-es/commands/DescribeBrandPublishedVersionCommand.js +22 -0
  13. package/dist-es/commands/DescribeCustomPermissionsCommand.js +22 -0
  14. package/dist-es/commands/DescribeTemplateDefinitionCommand.js +1 -1
  15. package/dist-es/commands/DescribeTopicCommand.js +1 -1
  16. package/dist-es/commands/ListBrandsCommand.js +22 -0
  17. package/dist-es/commands/ListCustomPermissionsCommand.js +22 -0
  18. package/dist-es/commands/UpdateBrandAssignmentCommand.js +22 -0
  19. package/dist-es/commands/UpdateBrandCommand.js +22 -0
  20. package/dist-es/commands/UpdateBrandPublishedVersionCommand.js +22 -0
  21. package/dist-es/commands/UpdateCustomPermissionsCommand.js +22 -0
  22. package/dist-es/commands/UpdateUserCustomPermissionCommand.js +22 -0
  23. package/dist-es/commands/index.js +17 -0
  24. package/dist-es/models/models_2.js +52 -107
  25. package/dist-es/models/models_3.js +108 -29
  26. package/dist-es/models/models_4.js +30 -16
  27. package/dist-es/pagination/ListBrandsPaginator.js +4 -0
  28. package/dist-es/pagination/ListCustomPermissionsPaginator.js +4 -0
  29. package/dist-es/pagination/index.js +2 -0
  30. package/dist-es/protocols/Aws_restJson1.js +540 -6
  31. package/dist-types/QuickSight.d.ts +119 -0
  32. package/dist-types/QuickSightClient.d.ts +19 -2
  33. package/dist-types/commands/CreateBrandCommand.d.ts +268 -0
  34. package/dist-types/commands/CreateCustomPermissionsCommand.d.ts +132 -0
  35. package/dist-types/commands/DeleteBrandAssignmentCommand.d.ts +92 -0
  36. package/dist-types/commands/DeleteBrandCommand.d.ts +93 -0
  37. package/dist-types/commands/DeleteCustomPermissionsCommand.d.ts +104 -0
  38. package/dist-types/commands/DeleteUserCustomPermissionCommand.d.ts +101 -0
  39. package/dist-types/commands/DescribeBrandAssignmentCommand.d.ts +93 -0
  40. package/dist-types/commands/DescribeBrandCommand.d.ts +204 -0
  41. package/dist-types/commands/DescribeBrandPublishedVersionCommand.d.ts +203 -0
  42. package/dist-types/commands/DescribeCustomPermissionsCommand.d.ts +120 -0
  43. package/dist-types/commands/DescribeIngestionCommand.d.ts +2 -1
  44. package/dist-types/commands/DescribeIpRestrictionCommand.d.ts +1 -1
  45. package/dist-types/commands/DescribeKeyRegistrationCommand.d.ts +1 -1
  46. package/dist-types/commands/DescribeNamespaceCommand.d.ts +1 -1
  47. package/dist-types/commands/DescribeQPersonalizationConfigurationCommand.d.ts +1 -1
  48. package/dist-types/commands/DescribeRefreshScheduleCommand.d.ts +1 -1
  49. package/dist-types/commands/DescribeRoleCustomPermissionCommand.d.ts +1 -1
  50. package/dist-types/commands/DescribeTemplateAliasCommand.d.ts +1 -1
  51. package/dist-types/commands/DescribeTemplateCommand.d.ts +1 -1
  52. package/dist-types/commands/DescribeTemplateDefinitionCommand.d.ts +1 -1
  53. package/dist-types/commands/DescribeTemplatePermissionsCommand.d.ts +1 -1
  54. package/dist-types/commands/DescribeThemeAliasCommand.d.ts +1 -1
  55. package/dist-types/commands/DescribeThemeCommand.d.ts +1 -1
  56. package/dist-types/commands/DescribeThemePermissionsCommand.d.ts +1 -1
  57. package/dist-types/commands/DescribeTopicCommand.d.ts +1 -1
  58. package/dist-types/commands/DescribeTopicPermissionsCommand.d.ts +1 -2
  59. package/dist-types/commands/ListBrandsCommand.d.ts +99 -0
  60. package/dist-types/commands/ListCustomPermissionsCommand.d.ts +124 -0
  61. package/dist-types/commands/UpdateBrandAssignmentCommand.d.ts +94 -0
  62. package/dist-types/commands/UpdateBrandCommand.d.ts +262 -0
  63. package/dist-types/commands/UpdateBrandPublishedVersionCommand.d.ts +95 -0
  64. package/dist-types/commands/UpdateCustomPermissionsCommand.d.ts +120 -0
  65. package/dist-types/commands/UpdateUserCustomPermissionCommand.d.ts +102 -0
  66. package/dist-types/commands/index.d.ts +17 -0
  67. package/dist-types/models/models_0.d.ts +525 -525
  68. package/dist-types/models/models_1.d.ts +743 -743
  69. package/dist-types/models/models_2.d.ts +1717 -1782
  70. package/dist-types/models/models_3.d.ts +4176 -4314
  71. package/dist-types/models/models_4.d.ts +2044 -678
  72. package/dist-types/pagination/ListBrandsPaginator.d.ts +7 -0
  73. package/dist-types/pagination/ListCustomPermissionsPaginator.d.ts +7 -0
  74. package/dist-types/pagination/index.d.ts +2 -0
  75. package/dist-types/protocols/Aws_restJson1.d.ts +153 -0
  76. package/dist-types/ts3.4/QuickSight.d.ts +289 -0
  77. package/dist-types/ts3.4/QuickSightClient.d.ts +102 -0
  78. package/dist-types/ts3.4/commands/CreateBrandCommand.d.ts +47 -0
  79. package/dist-types/ts3.4/commands/CreateCustomPermissionsCommand.d.ts +51 -0
  80. package/dist-types/ts3.4/commands/DeleteBrandAssignmentCommand.d.ts +51 -0
  81. package/dist-types/ts3.4/commands/DeleteBrandCommand.d.ts +47 -0
  82. package/dist-types/ts3.4/commands/DeleteCustomPermissionsCommand.d.ts +51 -0
  83. package/dist-types/ts3.4/commands/DeleteUserCustomPermissionCommand.d.ts +51 -0
  84. package/dist-types/ts3.4/commands/DescribeBrandAssignmentCommand.d.ts +51 -0
  85. package/dist-types/ts3.4/commands/DescribeBrandCommand.d.ts +50 -0
  86. package/dist-types/ts3.4/commands/DescribeBrandPublishedVersionCommand.d.ts +51 -0
  87. package/dist-types/ts3.4/commands/DescribeCustomPermissionsCommand.d.ts +51 -0
  88. package/dist-types/ts3.4/commands/DescribeIngestionCommand.d.ts +2 -4
  89. package/dist-types/ts3.4/commands/DescribeIpRestrictionCommand.d.ts +1 -1
  90. package/dist-types/ts3.4/commands/DescribeKeyRegistrationCommand.d.ts +1 -1
  91. package/dist-types/ts3.4/commands/DescribeNamespaceCommand.d.ts +1 -1
  92. package/dist-types/ts3.4/commands/DescribeQPersonalizationConfigurationCommand.d.ts +1 -1
  93. package/dist-types/ts3.4/commands/DescribeRefreshScheduleCommand.d.ts +1 -1
  94. package/dist-types/ts3.4/commands/DescribeRoleCustomPermissionCommand.d.ts +1 -1
  95. package/dist-types/ts3.4/commands/DescribeTemplateAliasCommand.d.ts +1 -1
  96. package/dist-types/ts3.4/commands/DescribeTemplateCommand.d.ts +1 -1
  97. package/dist-types/ts3.4/commands/DescribeTemplateDefinitionCommand.d.ts +1 -1
  98. package/dist-types/ts3.4/commands/DescribeTemplatePermissionsCommand.d.ts +1 -1
  99. package/dist-types/ts3.4/commands/DescribeThemeAliasCommand.d.ts +1 -1
  100. package/dist-types/ts3.4/commands/DescribeThemeCommand.d.ts +1 -1
  101. package/dist-types/ts3.4/commands/DescribeThemePermissionsCommand.d.ts +1 -1
  102. package/dist-types/ts3.4/commands/DescribeTopicCommand.d.ts +1 -1
  103. package/dist-types/ts3.4/commands/DescribeTopicPermissionsCommand.d.ts +4 -2
  104. package/dist-types/ts3.4/commands/ListBrandsCommand.d.ts +47 -0
  105. package/dist-types/ts3.4/commands/ListCustomPermissionsCommand.d.ts +51 -0
  106. package/dist-types/ts3.4/commands/UpdateBrandAssignmentCommand.d.ts +51 -0
  107. package/dist-types/ts3.4/commands/UpdateBrandCommand.d.ts +47 -0
  108. package/dist-types/ts3.4/commands/UpdateBrandPublishedVersionCommand.d.ts +51 -0
  109. package/dist-types/ts3.4/commands/UpdateCustomPermissionsCommand.d.ts +51 -0
  110. package/dist-types/ts3.4/commands/UpdateUserCustomPermissionCommand.d.ts +51 -0
  111. package/dist-types/ts3.4/commands/index.d.ts +17 -0
  112. package/dist-types/ts3.4/models/models_0.d.ts +565 -525
  113. package/dist-types/ts3.4/models/models_1.d.ts +763 -743
  114. package/dist-types/ts3.4/models/models_2.d.ts +717 -814
  115. package/dist-types/ts3.4/models/models_3.d.ts +1079 -949
  116. package/dist-types/ts3.4/models/models_4.d.ts +1014 -676
  117. package/dist-types/ts3.4/pagination/ListBrandsPaginator.d.ts +11 -0
  118. package/dist-types/ts3.4/pagination/ListCustomPermissionsPaginator.d.ts +11 -0
  119. package/dist-types/ts3.4/pagination/index.d.ts +2 -0
  120. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +204 -0
  121. package/package.json +35 -35
@@ -39,6 +39,10 @@ import {
39
39
  AssignmentStatus,
40
40
  AuthorSpecifiedAggregation,
41
41
  BorderStyle,
42
+ BrandDefinition,
43
+ BrandDetail,
44
+ Capabilities,
45
+ CastColumnTypeOperation,
42
46
  CategoryFilterFunction,
43
47
  CategoryFilterType,
44
48
  CellValueSynonym,
@@ -50,26 +54,22 @@ import {
50
54
  ColumnGroupSchema,
51
55
  ColumnLevelPermissionRule,
52
56
  ColumnSchema,
57
+ ColumnTag,
58
+ ColumnTagName,
53
59
  ComparativeOrder,
54
60
  ConstantType,
61
+ CreateColumnsOperation,
55
62
  DashboardPublishOptions,
56
63
  DashboardVersionDefinition,
57
- DataSetImportMode,
58
64
  DatasetParameter,
59
65
  DataSetReference,
60
- DataSetUsageConfiguration,
61
66
  DataSourceParameters,
62
67
  DisplayFormat,
63
68
  DisplayFormatOptions,
64
- FieldFolder,
65
69
  FilterClass,
66
70
  FilterOperator,
67
71
  LinkSharingConfiguration,
68
- LogicalTable,
69
- PhysicalTable,
70
72
  ResourcePermission,
71
- RowLevelPermissionFormatVersion,
72
- RowLevelPermissionPolicy,
73
73
  ServiceType,
74
74
  SheetDefinition,
75
75
  SnapshotFile,
@@ -80,64 +80,367 @@ import {
80
80
  VpcConnectionProperties,
81
81
  } from "./models_2";
82
82
  import { QuickSightServiceException as __BaseException } from "./QuickSightServiceException";
83
+ export interface DataSetUsageConfiguration {
84
+ DisableUseAsDirectQuerySource?: boolean | undefined;
85
+ DisableUseAsImportedSource?: boolean | undefined;
86
+ }
87
+ export interface FieldFolder {
88
+ description?: string | undefined;
89
+ columns?: string[] | undefined;
90
+ }
91
+ export declare const DataSetImportMode: {
92
+ readonly DIRECT_QUERY: "DIRECT_QUERY";
93
+ readonly SPICE: "SPICE";
94
+ };
95
+ export type DataSetImportMode =
96
+ (typeof DataSetImportMode)[keyof typeof DataSetImportMode];
97
+ export interface FilterOperation {
98
+ ConditionExpression: string | undefined;
99
+ }
100
+ export interface NewDefaultValues {
101
+ StringStaticValues?: string[] | undefined;
102
+ DecimalStaticValues?: number[] | undefined;
103
+ DateTimeStaticValues?: Date[] | undefined;
104
+ IntegerStaticValues?: number[] | undefined;
105
+ }
106
+ export interface OverrideDatasetParameterOperation {
107
+ ParameterName: string | undefined;
108
+ NewParameterName?: string | undefined;
109
+ NewDefaultValues?: NewDefaultValues | undefined;
110
+ }
111
+ export interface ProjectOperation {
112
+ ProjectedColumns: string[] | undefined;
113
+ }
114
+ export interface RenameColumnOperation {
115
+ ColumnName: string | undefined;
116
+ NewColumnName: string | undefined;
117
+ }
118
+ export interface TagColumnOperation {
119
+ ColumnName: string | undefined;
120
+ Tags: ColumnTag[] | undefined;
121
+ }
122
+ export interface UntagColumnOperation {
123
+ ColumnName: string | undefined;
124
+ TagNames: ColumnTagName[] | undefined;
125
+ }
126
+ export type TransformOperation =
127
+ | TransformOperation.CastColumnTypeOperationMember
128
+ | TransformOperation.CreateColumnsOperationMember
129
+ | TransformOperation.FilterOperationMember
130
+ | TransformOperation.OverrideDatasetParameterOperationMember
131
+ | TransformOperation.ProjectOperationMember
132
+ | TransformOperation.RenameColumnOperationMember
133
+ | TransformOperation.TagColumnOperationMember
134
+ | TransformOperation.UntagColumnOperationMember
135
+ | TransformOperation.$UnknownMember;
136
+ export declare namespace TransformOperation {
137
+ interface ProjectOperationMember {
138
+ ProjectOperation: ProjectOperation;
139
+ FilterOperation?: never;
140
+ CreateColumnsOperation?: never;
141
+ RenameColumnOperation?: never;
142
+ CastColumnTypeOperation?: never;
143
+ TagColumnOperation?: never;
144
+ UntagColumnOperation?: never;
145
+ OverrideDatasetParameterOperation?: never;
146
+ $unknown?: never;
147
+ }
148
+ interface FilterOperationMember {
149
+ ProjectOperation?: never;
150
+ FilterOperation: FilterOperation;
151
+ CreateColumnsOperation?: never;
152
+ RenameColumnOperation?: never;
153
+ CastColumnTypeOperation?: never;
154
+ TagColumnOperation?: never;
155
+ UntagColumnOperation?: never;
156
+ OverrideDatasetParameterOperation?: never;
157
+ $unknown?: never;
158
+ }
159
+ interface CreateColumnsOperationMember {
160
+ ProjectOperation?: never;
161
+ FilterOperation?: never;
162
+ CreateColumnsOperation: CreateColumnsOperation;
163
+ RenameColumnOperation?: never;
164
+ CastColumnTypeOperation?: never;
165
+ TagColumnOperation?: never;
166
+ UntagColumnOperation?: never;
167
+ OverrideDatasetParameterOperation?: never;
168
+ $unknown?: never;
169
+ }
170
+ interface RenameColumnOperationMember {
171
+ ProjectOperation?: never;
172
+ FilterOperation?: never;
173
+ CreateColumnsOperation?: never;
174
+ RenameColumnOperation: RenameColumnOperation;
175
+ CastColumnTypeOperation?: never;
176
+ TagColumnOperation?: never;
177
+ UntagColumnOperation?: never;
178
+ OverrideDatasetParameterOperation?: never;
179
+ $unknown?: never;
180
+ }
181
+ interface CastColumnTypeOperationMember {
182
+ ProjectOperation?: never;
183
+ FilterOperation?: never;
184
+ CreateColumnsOperation?: never;
185
+ RenameColumnOperation?: never;
186
+ CastColumnTypeOperation: CastColumnTypeOperation;
187
+ TagColumnOperation?: never;
188
+ UntagColumnOperation?: never;
189
+ OverrideDatasetParameterOperation?: never;
190
+ $unknown?: never;
191
+ }
192
+ interface TagColumnOperationMember {
193
+ ProjectOperation?: never;
194
+ FilterOperation?: never;
195
+ CreateColumnsOperation?: never;
196
+ RenameColumnOperation?: never;
197
+ CastColumnTypeOperation?: never;
198
+ TagColumnOperation: TagColumnOperation;
199
+ UntagColumnOperation?: never;
200
+ OverrideDatasetParameterOperation?: never;
201
+ $unknown?: never;
202
+ }
203
+ interface UntagColumnOperationMember {
204
+ ProjectOperation?: never;
205
+ FilterOperation?: never;
206
+ CreateColumnsOperation?: never;
207
+ RenameColumnOperation?: never;
208
+ CastColumnTypeOperation?: never;
209
+ TagColumnOperation?: never;
210
+ UntagColumnOperation: UntagColumnOperation;
211
+ OverrideDatasetParameterOperation?: never;
212
+ $unknown?: never;
213
+ }
214
+ interface OverrideDatasetParameterOperationMember {
215
+ ProjectOperation?: never;
216
+ FilterOperation?: never;
217
+ CreateColumnsOperation?: never;
218
+ RenameColumnOperation?: never;
219
+ CastColumnTypeOperation?: never;
220
+ TagColumnOperation?: never;
221
+ UntagColumnOperation?: never;
222
+ OverrideDatasetParameterOperation: OverrideDatasetParameterOperation;
223
+ $unknown?: never;
224
+ }
225
+ interface $UnknownMember {
226
+ ProjectOperation?: never;
227
+ FilterOperation?: never;
228
+ CreateColumnsOperation?: never;
229
+ RenameColumnOperation?: never;
230
+ CastColumnTypeOperation?: never;
231
+ TagColumnOperation?: never;
232
+ UntagColumnOperation?: never;
233
+ OverrideDatasetParameterOperation?: never;
234
+ $unknown: [string, any];
235
+ }
236
+ interface Visitor<T> {
237
+ ProjectOperation: (value: ProjectOperation) => T;
238
+ FilterOperation: (value: FilterOperation) => T;
239
+ CreateColumnsOperation: (value: CreateColumnsOperation) => T;
240
+ RenameColumnOperation: (value: RenameColumnOperation) => T;
241
+ CastColumnTypeOperation: (value: CastColumnTypeOperation) => T;
242
+ TagColumnOperation: (value: TagColumnOperation) => T;
243
+ UntagColumnOperation: (value: UntagColumnOperation) => T;
244
+ OverrideDatasetParameterOperation: (
245
+ value: OverrideDatasetParameterOperation
246
+ ) => T;
247
+ _: (name: string, value: any) => T;
248
+ }
249
+ const visit: <T>(value: TransformOperation, visitor: Visitor<T>) => T;
250
+ }
251
+ export interface JoinKeyProperties {
252
+ UniqueKey?: boolean | undefined;
253
+ }
254
+ export declare const JoinType: {
255
+ readonly INNER: "INNER";
256
+ readonly LEFT: "LEFT";
257
+ readonly OUTER: "OUTER";
258
+ readonly RIGHT: "RIGHT";
259
+ };
260
+ export type JoinType = (typeof JoinType)[keyof typeof JoinType];
261
+ export interface JoinInstruction {
262
+ LeftOperand: string | undefined;
263
+ RightOperand: string | undefined;
264
+ LeftJoinKeyProperties?: JoinKeyProperties | undefined;
265
+ RightJoinKeyProperties?: JoinKeyProperties | undefined;
266
+ Type: JoinType | undefined;
267
+ OnClause: string | undefined;
268
+ }
269
+ export interface LogicalTableSource {
270
+ JoinInstruction?: JoinInstruction | undefined;
271
+ PhysicalTableId?: string | undefined;
272
+ DataSetArn?: string | undefined;
273
+ }
274
+ export interface LogicalTable {
275
+ Alias: string | undefined;
276
+ DataTransforms?: TransformOperation[] | undefined;
277
+ Source: LogicalTableSource | undefined;
278
+ }
279
+ export declare const InputColumnDataType: {
280
+ readonly BIT: "BIT";
281
+ readonly BOOLEAN: "BOOLEAN";
282
+ readonly DATETIME: "DATETIME";
283
+ readonly DECIMAL: "DECIMAL";
284
+ readonly INTEGER: "INTEGER";
285
+ readonly JSON: "JSON";
286
+ readonly STRING: "STRING";
287
+ };
288
+ export type InputColumnDataType =
289
+ (typeof InputColumnDataType)[keyof typeof InputColumnDataType];
290
+ export interface InputColumn {
291
+ Name: string | undefined;
292
+ Type: InputColumnDataType | undefined;
293
+ SubType?: ColumnDataSubType | undefined;
294
+ }
295
+ export interface CustomSql {
296
+ DataSourceArn: string | undefined;
297
+ Name: string | undefined;
298
+ SqlQuery: string | undefined;
299
+ Columns?: InputColumn[] | undefined;
300
+ }
301
+ export interface RelationalTable {
302
+ DataSourceArn: string | undefined;
303
+ Catalog?: string | undefined;
304
+ Schema?: string | undefined;
305
+ Name: string | undefined;
306
+ InputColumns: InputColumn[] | undefined;
307
+ }
308
+ export declare const FileFormat: {
309
+ readonly CLF: "CLF";
310
+ readonly CSV: "CSV";
311
+ readonly ELF: "ELF";
312
+ readonly JSON: "JSON";
313
+ readonly TSV: "TSV";
314
+ readonly XLSX: "XLSX";
315
+ };
316
+ export type FileFormat = (typeof FileFormat)[keyof typeof FileFormat];
317
+ export declare const TextQualifier: {
318
+ readonly DOUBLE_QUOTE: "DOUBLE_QUOTE";
319
+ readonly SINGLE_QUOTE: "SINGLE_QUOTE";
320
+ };
321
+ export type TextQualifier = (typeof TextQualifier)[keyof typeof TextQualifier];
322
+ export interface UploadSettings {
323
+ Format?: FileFormat | undefined;
324
+ StartFromRow?: number | undefined;
325
+ ContainsHeader?: boolean | undefined;
326
+ TextQualifier?: TextQualifier | undefined;
327
+ Delimiter?: string | undefined;
328
+ }
329
+ export interface S3Source {
330
+ DataSourceArn: string | undefined;
331
+ UploadSettings?: UploadSettings | undefined;
332
+ InputColumns: InputColumn[] | undefined;
333
+ }
334
+ export type PhysicalTable =
335
+ | PhysicalTable.CustomSqlMember
336
+ | PhysicalTable.RelationalTableMember
337
+ | PhysicalTable.S3SourceMember
338
+ | PhysicalTable.$UnknownMember;
339
+ export declare namespace PhysicalTable {
340
+ interface RelationalTableMember {
341
+ RelationalTable: RelationalTable;
342
+ CustomSql?: never;
343
+ S3Source?: never;
344
+ $unknown?: never;
345
+ }
346
+ interface CustomSqlMember {
347
+ RelationalTable?: never;
348
+ CustomSql: CustomSql;
349
+ S3Source?: never;
350
+ $unknown?: never;
351
+ }
352
+ interface S3SourceMember {
353
+ RelationalTable?: never;
354
+ CustomSql?: never;
355
+ S3Source: S3Source;
356
+ $unknown?: never;
357
+ }
358
+ interface $UnknownMember {
359
+ RelationalTable?: never;
360
+ CustomSql?: never;
361
+ S3Source?: never;
362
+ $unknown: [string, any];
363
+ }
364
+ interface Visitor<T> {
365
+ RelationalTable: (value: RelationalTable) => T;
366
+ CustomSql: (value: CustomSql) => T;
367
+ S3Source: (value: S3Source) => T;
368
+ _: (name: string, value: any) => T;
369
+ }
370
+ const visit: <T>(value: PhysicalTable, visitor: Visitor<T>) => T;
371
+ }
372
+ export declare const RowLevelPermissionFormatVersion: {
373
+ readonly VERSION_1: "VERSION_1";
374
+ readonly VERSION_2: "VERSION_2";
375
+ };
376
+ export type RowLevelPermissionFormatVersion =
377
+ (typeof RowLevelPermissionFormatVersion)[keyof typeof RowLevelPermissionFormatVersion];
378
+ export declare const RowLevelPermissionPolicy: {
379
+ readonly DENY_ACCESS: "DENY_ACCESS";
380
+ readonly GRANT_ACCESS: "GRANT_ACCESS";
381
+ };
382
+ export type RowLevelPermissionPolicy =
383
+ (typeof RowLevelPermissionPolicy)[keyof typeof RowLevelPermissionPolicy];
83
384
  export declare const Status: {
84
385
  readonly DISABLED: "DISABLED";
85
386
  readonly ENABLED: "ENABLED";
86
387
  };
87
388
  export type Status = (typeof Status)[keyof typeof Status];
88
389
  export interface RowLevelPermissionDataSet {
89
- Namespace?: string;
390
+ Namespace?: string | undefined;
90
391
  Arn: string | undefined;
91
392
  PermissionPolicy: RowLevelPermissionPolicy | undefined;
92
- FormatVersion?: RowLevelPermissionFormatVersion;
93
- Status?: Status;
393
+ FormatVersion?: RowLevelPermissionFormatVersion | undefined;
394
+ Status?: Status | undefined;
94
395
  }
95
396
  export interface RowLevelPermissionTagRule {
96
397
  TagKey: string | undefined;
97
398
  ColumnName: string | undefined;
98
- TagMultiValueDelimiter?: string;
99
- MatchAllValue?: string;
399
+ TagMultiValueDelimiter?: string | undefined;
400
+ MatchAllValue?: string | undefined;
100
401
  }
101
402
  export interface RowLevelPermissionTagConfiguration {
102
- Status?: Status;
403
+ Status?: Status | undefined;
103
404
  TagRules: RowLevelPermissionTagRule[] | undefined;
104
- TagRuleConfigurations?: string[][];
405
+ TagRuleConfigurations?: string[][] | undefined;
105
406
  }
106
407
  export interface CreateDataSetRequest {
107
408
  AwsAccountId: string | undefined;
108
409
  DataSetId: string | undefined;
109
410
  Name: string | undefined;
110
411
  PhysicalTableMap: Record<string, PhysicalTable> | undefined;
111
- LogicalTableMap?: Record<string, LogicalTable>;
412
+ LogicalTableMap?: Record<string, LogicalTable> | undefined;
112
413
  ImportMode: DataSetImportMode | undefined;
113
- ColumnGroups?: ColumnGroup[];
114
- FieldFolders?: Record<string, FieldFolder>;
115
- Permissions?: ResourcePermission[];
116
- RowLevelPermissionDataSet?: RowLevelPermissionDataSet;
117
- RowLevelPermissionTagConfiguration?: RowLevelPermissionTagConfiguration;
118
- ColumnLevelPermissionRules?: ColumnLevelPermissionRule[];
119
- Tags?: Tag[];
120
- DataSetUsageConfiguration?: DataSetUsageConfiguration;
121
- DatasetParameters?: DatasetParameter[];
122
- FolderArns?: string[];
414
+ ColumnGroups?: ColumnGroup[] | undefined;
415
+ FieldFolders?: Record<string, FieldFolder> | undefined;
416
+ Permissions?: ResourcePermission[] | undefined;
417
+ RowLevelPermissionDataSet?: RowLevelPermissionDataSet | undefined;
418
+ RowLevelPermissionTagConfiguration?:
419
+ | RowLevelPermissionTagConfiguration
420
+ | undefined;
421
+ ColumnLevelPermissionRules?: ColumnLevelPermissionRule[] | undefined;
422
+ Tags?: Tag[] | undefined;
423
+ DataSetUsageConfiguration?: DataSetUsageConfiguration | undefined;
424
+ DatasetParameters?: DatasetParameter[] | undefined;
425
+ FolderArns?: string[] | undefined;
123
426
  }
124
427
  export interface CreateDataSetResponse {
125
- Arn?: string;
126
- DataSetId?: string;
127
- IngestionArn?: string;
128
- IngestionId?: string;
129
- RequestId?: string;
130
- Status?: number;
428
+ Arn?: string | undefined;
429
+ DataSetId?: string | undefined;
430
+ IngestionArn?: string | undefined;
431
+ IngestionId?: string | undefined;
432
+ RequestId?: string | undefined;
433
+ Status?: number | undefined;
131
434
  }
132
435
  export interface CredentialPair {
133
436
  Username: string | undefined;
134
437
  Password: string | undefined;
135
- AlternateDataSourceParameters?: DataSourceParameters[];
438
+ AlternateDataSourceParameters?: DataSourceParameters[] | undefined;
136
439
  }
137
440
  export interface DataSourceCredentials {
138
- CredentialPair?: CredentialPair;
139
- CopySourceArn?: string;
140
- SecretArn?: string;
441
+ CredentialPair?: CredentialPair | undefined;
442
+ CopySourceArn?: string | undefined;
443
+ SecretArn?: string | undefined;
141
444
  }
142
445
  export declare const DataSourceType: {
143
446
  readonly ADOBE_ANALYTICS: "ADOBE_ANALYTICS";
@@ -177,26 +480,26 @@ export interface CreateDataSourceRequest {
177
480
  DataSourceId: string | undefined;
178
481
  Name: string | undefined;
179
482
  Type: DataSourceType | undefined;
180
- DataSourceParameters?: DataSourceParameters;
181
- Credentials?: DataSourceCredentials;
182
- Permissions?: ResourcePermission[];
183
- VpcConnectionProperties?: VpcConnectionProperties;
184
- SslProperties?: SslProperties;
185
- Tags?: Tag[];
186
- FolderArns?: string[];
483
+ DataSourceParameters?: DataSourceParameters | undefined;
484
+ Credentials?: DataSourceCredentials | undefined;
485
+ Permissions?: ResourcePermission[] | undefined;
486
+ VpcConnectionProperties?: VpcConnectionProperties | undefined;
487
+ SslProperties?: SslProperties | undefined;
488
+ Tags?: Tag[] | undefined;
489
+ FolderArns?: string[] | undefined;
187
490
  }
188
491
  export interface CreateDataSourceResponse {
189
- Arn?: string;
190
- DataSourceId?: string;
191
- CreationStatus?: ResourceStatus;
192
- RequestId?: string;
193
- Status?: number;
492
+ Arn?: string | undefined;
493
+ DataSourceId?: string | undefined;
494
+ CreationStatus?: ResourceStatus | undefined;
495
+ RequestId?: string | undefined;
496
+ Status?: number | undefined;
194
497
  }
195
498
  export declare class CustomerManagedKeyUnavailableException extends __BaseException {
196
499
  readonly name: "CustomerManagedKeyUnavailableException";
197
500
  readonly $fault: "client";
198
- Message?: string;
199
- RequestId?: string;
501
+ Message?: string | undefined;
502
+ RequestId?: string | undefined;
200
503
  constructor(
201
504
  opts: __ExceptionOptionType<
202
505
  CustomerManagedKeyUnavailableException,
@@ -217,18 +520,18 @@ export type SharingModel = (typeof SharingModel)[keyof typeof SharingModel];
217
520
  export interface CreateFolderRequest {
218
521
  AwsAccountId: string | undefined;
219
522
  FolderId: string | undefined;
220
- Name?: string;
221
- FolderType?: FolderType;
222
- ParentFolderArn?: string;
223
- Permissions?: ResourcePermission[];
224
- Tags?: Tag[];
225
- SharingModel?: SharingModel;
523
+ Name?: string | undefined;
524
+ FolderType?: FolderType | undefined;
525
+ ParentFolderArn?: string | undefined;
526
+ Permissions?: ResourcePermission[] | undefined;
527
+ Tags?: Tag[] | undefined;
528
+ SharingModel?: SharingModel | undefined;
226
529
  }
227
530
  export interface CreateFolderResponse {
228
- Status?: number;
229
- Arn?: string;
230
- FolderId?: string;
231
- RequestId?: string;
531
+ Status?: number | undefined;
532
+ Arn?: string | undefined;
533
+ FolderId?: string | undefined;
534
+ RequestId?: string | undefined;
232
535
  }
233
536
  export declare const MemberType: {
234
537
  readonly ANALYSIS: "ANALYSIS";
@@ -245,30 +548,30 @@ export interface CreateFolderMembershipRequest {
245
548
  MemberType: MemberType | undefined;
246
549
  }
247
550
  export interface FolderMember {
248
- MemberId?: string;
249
- MemberType?: MemberType;
551
+ MemberId?: string | undefined;
552
+ MemberType?: MemberType | undefined;
250
553
  }
251
554
  export interface CreateFolderMembershipResponse {
252
- Status?: number;
253
- FolderMember?: FolderMember;
254
- RequestId?: string;
555
+ Status?: number | undefined;
556
+ FolderMember?: FolderMember | undefined;
557
+ RequestId?: string | undefined;
255
558
  }
256
559
  export interface CreateGroupRequest {
257
560
  GroupName: string | undefined;
258
- Description?: string;
561
+ Description?: string | undefined;
259
562
  AwsAccountId: string | undefined;
260
563
  Namespace: string | undefined;
261
564
  }
262
565
  export interface Group {
263
- Arn?: string;
264
- GroupName?: string;
265
- Description?: string;
266
- PrincipalId?: string;
566
+ Arn?: string | undefined;
567
+ GroupName?: string | undefined;
568
+ Description?: string | undefined;
569
+ PrincipalId?: string | undefined;
267
570
  }
268
571
  export interface CreateGroupResponse {
269
- Group?: Group;
270
- RequestId?: string;
271
- Status?: number;
572
+ Group?: Group | undefined;
573
+ RequestId?: string | undefined;
574
+ Status?: number | undefined;
272
575
  }
273
576
  export interface CreateGroupMembershipRequest {
274
577
  MemberName: string | undefined;
@@ -277,30 +580,30 @@ export interface CreateGroupMembershipRequest {
277
580
  Namespace: string | undefined;
278
581
  }
279
582
  export interface GroupMember {
280
- Arn?: string;
281
- MemberName?: string;
583
+ Arn?: string | undefined;
584
+ MemberName?: string | undefined;
282
585
  }
283
586
  export interface CreateGroupMembershipResponse {
284
- GroupMember?: GroupMember;
285
- RequestId?: string;
286
- Status?: number;
587
+ GroupMember?: GroupMember | undefined;
588
+ RequestId?: string | undefined;
589
+ Status?: number | undefined;
287
590
  }
288
591
  export interface CreateIAMPolicyAssignmentRequest {
289
592
  AwsAccountId: string | undefined;
290
593
  AssignmentName: string | undefined;
291
594
  AssignmentStatus: AssignmentStatus | undefined;
292
- PolicyArn?: string;
293
- Identities?: Record<string, string[]>;
595
+ PolicyArn?: string | undefined;
596
+ Identities?: Record<string, string[]> | undefined;
294
597
  Namespace: string | undefined;
295
598
  }
296
599
  export interface CreateIAMPolicyAssignmentResponse {
297
- AssignmentName?: string;
298
- AssignmentId?: string;
299
- AssignmentStatus?: AssignmentStatus;
300
- PolicyArn?: string;
301
- Identities?: Record<string, string[]>;
302
- RequestId?: string;
303
- Status?: number;
600
+ AssignmentName?: string | undefined;
601
+ AssignmentId?: string | undefined;
602
+ AssignmentStatus?: AssignmentStatus | undefined;
603
+ PolicyArn?: string | undefined;
604
+ Identities?: Record<string, string[]> | undefined;
605
+ RequestId?: string | undefined;
606
+ Status?: number | undefined;
304
607
  }
305
608
  export declare const IngestionType: {
306
609
  readonly FULL_REFRESH: "FULL_REFRESH";
@@ -311,7 +614,7 @@ export interface CreateIngestionRequest {
311
614
  DataSetId: string | undefined;
312
615
  IngestionId: string | undefined;
313
616
  AwsAccountId: string | undefined;
314
- IngestionType?: IngestionType;
617
+ IngestionType?: IngestionType | undefined;
315
618
  }
316
619
  export declare const IngestionStatus: {
317
620
  readonly CANCELLED: "CANCELLED";
@@ -324,11 +627,11 @@ export declare const IngestionStatus: {
324
627
  export type IngestionStatus =
325
628
  (typeof IngestionStatus)[keyof typeof IngestionStatus];
326
629
  export interface CreateIngestionResponse {
327
- Arn?: string;
328
- IngestionId?: string;
329
- IngestionStatus?: IngestionStatus;
330
- RequestId?: string;
331
- Status?: number;
630
+ Arn?: string | undefined;
631
+ IngestionId?: string | undefined;
632
+ IngestionStatus?: IngestionStatus | undefined;
633
+ RequestId?: string | undefined;
634
+ Status?: number | undefined;
332
635
  }
333
636
  export declare const IdentityStore: {
334
637
  readonly QUICKSIGHT: "QUICKSIGHT";
@@ -338,7 +641,7 @@ export interface CreateNamespaceRequest {
338
641
  AwsAccountId: string | undefined;
339
642
  Namespace: string | undefined;
340
643
  IdentityStore: IdentityStore | undefined;
341
- Tags?: Tag[];
644
+ Tags?: Tag[] | undefined;
342
645
  }
343
646
  export declare const NamespaceStatus: {
344
647
  readonly CREATED: "CREATED";
@@ -350,13 +653,13 @@ export declare const NamespaceStatus: {
350
653
  export type NamespaceStatus =
351
654
  (typeof NamespaceStatus)[keyof typeof NamespaceStatus];
352
655
  export interface CreateNamespaceResponse {
353
- Arn?: string;
354
- Name?: string;
355
- CapacityRegion?: string;
356
- CreationStatus?: NamespaceStatus;
357
- IdentityStore?: IdentityStore;
358
- RequestId?: string;
359
- Status?: number;
656
+ Arn?: string | undefined;
657
+ Name?: string | undefined;
658
+ CapacityRegion?: string | undefined;
659
+ CreationStatus?: NamespaceStatus | undefined;
660
+ IdentityStore?: IdentityStore | undefined;
661
+ RequestId?: string | undefined;
662
+ Status?: number | undefined;
360
663
  }
361
664
  export declare const RefreshInterval: {
362
665
  readonly DAILY: "DAILY";
@@ -379,21 +682,21 @@ export declare const DayOfWeek: {
379
682
  };
380
683
  export type DayOfWeek = (typeof DayOfWeek)[keyof typeof DayOfWeek];
381
684
  export interface ScheduleRefreshOnEntity {
382
- DayOfWeek?: DayOfWeek;
383
- DayOfMonth?: string;
685
+ DayOfWeek?: DayOfWeek | undefined;
686
+ DayOfMonth?: string | undefined;
384
687
  }
385
688
  export interface RefreshFrequency {
386
689
  Interval: RefreshInterval | undefined;
387
- RefreshOnDay?: ScheduleRefreshOnEntity;
388
- Timezone?: string;
389
- TimeOfTheDay?: string;
690
+ RefreshOnDay?: ScheduleRefreshOnEntity | undefined;
691
+ Timezone?: string | undefined;
692
+ TimeOfTheDay?: string | undefined;
390
693
  }
391
694
  export interface RefreshSchedule {
392
695
  ScheduleId: string | undefined;
393
696
  ScheduleFrequency: RefreshFrequency | undefined;
394
- StartAfterDateTime?: Date;
697
+ StartAfterDateTime?: Date | undefined;
395
698
  RefreshType: IngestionType | undefined;
396
- Arn?: string;
699
+ Arn?: string | undefined;
397
700
  }
398
701
  export interface CreateRefreshScheduleRequest {
399
702
  DataSetId: string | undefined;
@@ -401,10 +704,10 @@ export interface CreateRefreshScheduleRequest {
401
704
  Schedule: RefreshSchedule | undefined;
402
705
  }
403
706
  export interface CreateRefreshScheduleResponse {
404
- Status?: number;
405
- RequestId?: string;
406
- ScheduleId?: string;
407
- Arn?: string;
707
+ Status?: number | undefined;
708
+ RequestId?: string | undefined;
709
+ ScheduleId?: string | undefined;
710
+ Arn?: string | undefined;
408
711
  }
409
712
  export declare const Role: {
410
713
  readonly ADMIN: "ADMIN";
@@ -422,27 +725,27 @@ export interface CreateRoleMembershipRequest {
422
725
  Role: Role | undefined;
423
726
  }
424
727
  export interface CreateRoleMembershipResponse {
425
- RequestId?: string;
426
- Status?: number;
728
+ RequestId?: string | undefined;
729
+ Status?: number | undefined;
427
730
  }
428
731
  export interface DataSetSchema {
429
- ColumnSchemaList?: ColumnSchema[];
732
+ ColumnSchemaList?: ColumnSchema[] | undefined;
430
733
  }
431
734
  export interface DataSetConfiguration {
432
- Placeholder?: string;
433
- DataSetSchema?: DataSetSchema;
434
- ColumnGroupSchemaList?: ColumnGroupSchema[];
735
+ Placeholder?: string | undefined;
736
+ DataSetSchema?: DataSetSchema | undefined;
737
+ ColumnGroupSchemaList?: ColumnGroupSchema[] | undefined;
435
738
  }
436
739
  export interface TemplateVersionDefinition {
437
740
  DataSetConfigurations: DataSetConfiguration[] | undefined;
438
- Sheets?: SheetDefinition[];
439
- CalculatedFields?: CalculatedField[];
440
- ParameterDeclarations?: ParameterDeclaration[];
441
- FilterGroups?: FilterGroup[];
442
- ColumnConfigurations?: ColumnConfiguration[];
443
- AnalysisDefaults?: AnalysisDefaults;
444
- Options?: AssetOptions;
445
- QueryExecutionOptions?: QueryExecutionOptions;
741
+ Sheets?: SheetDefinition[] | undefined;
742
+ CalculatedFields?: CalculatedField[] | undefined;
743
+ ParameterDeclarations?: ParameterDeclaration[] | undefined;
744
+ FilterGroups?: FilterGroup[] | undefined;
745
+ ColumnConfigurations?: ColumnConfiguration[] | undefined;
746
+ AnalysisDefaults?: AnalysisDefaults | undefined;
747
+ Options?: AssetOptions | undefined;
748
+ QueryExecutionOptions?: QueryExecutionOptions | undefined;
446
749
  }
447
750
  export interface TemplateSourceAnalysis {
448
751
  Arn: string | undefined;
@@ -452,27 +755,27 @@ export interface TemplateSourceTemplate {
452
755
  Arn: string | undefined;
453
756
  }
454
757
  export interface TemplateSourceEntity {
455
- SourceAnalysis?: TemplateSourceAnalysis;
456
- SourceTemplate?: TemplateSourceTemplate;
758
+ SourceAnalysis?: TemplateSourceAnalysis | undefined;
759
+ SourceTemplate?: TemplateSourceTemplate | undefined;
457
760
  }
458
761
  export interface CreateTemplateRequest {
459
762
  AwsAccountId: string | undefined;
460
763
  TemplateId: string | undefined;
461
- Name?: string;
462
- Permissions?: ResourcePermission[];
463
- SourceEntity?: TemplateSourceEntity;
464
- Tags?: Tag[];
465
- VersionDescription?: string;
466
- Definition?: TemplateVersionDefinition;
467
- ValidationStrategy?: ValidationStrategy;
764
+ Name?: string | undefined;
765
+ Permissions?: ResourcePermission[] | undefined;
766
+ SourceEntity?: TemplateSourceEntity | undefined;
767
+ Tags?: Tag[] | undefined;
768
+ VersionDescription?: string | undefined;
769
+ Definition?: TemplateVersionDefinition | undefined;
770
+ ValidationStrategy?: ValidationStrategy | undefined;
468
771
  }
469
772
  export interface CreateTemplateResponse {
470
- Arn?: string;
471
- VersionArn?: string;
472
- TemplateId?: string;
473
- CreationStatus?: ResourceStatus;
474
- Status?: number;
475
- RequestId?: string;
773
+ Arn?: string | undefined;
774
+ VersionArn?: string | undefined;
775
+ TemplateId?: string | undefined;
776
+ CreationStatus?: ResourceStatus | undefined;
777
+ Status?: number | undefined;
778
+ RequestId?: string | undefined;
476
779
  }
477
780
  export interface CreateTemplateAliasRequest {
478
781
  AwsAccountId: string | undefined;
@@ -481,84 +784,84 @@ export interface CreateTemplateAliasRequest {
481
784
  TemplateVersionNumber: number | undefined;
482
785
  }
483
786
  export interface TemplateAlias {
484
- AliasName?: string;
485
- Arn?: string;
486
- TemplateVersionNumber?: number;
787
+ AliasName?: string | undefined;
788
+ Arn?: string | undefined;
789
+ TemplateVersionNumber?: number | undefined;
487
790
  }
488
791
  export interface CreateTemplateAliasResponse {
489
- TemplateAlias?: TemplateAlias;
490
- Status?: number;
491
- RequestId?: string;
792
+ TemplateAlias?: TemplateAlias | undefined;
793
+ Status?: number | undefined;
794
+ RequestId?: string | undefined;
492
795
  }
493
796
  export interface DataColorPalette {
494
- Colors?: string[];
495
- MinMaxGradient?: string[];
496
- EmptyFillColor?: string;
797
+ Colors?: string[] | undefined;
798
+ MinMaxGradient?: string[] | undefined;
799
+ EmptyFillColor?: string | undefined;
497
800
  }
498
801
  export interface TileStyle {
499
- Border?: BorderStyle;
802
+ Border?: BorderStyle | undefined;
500
803
  }
501
804
  export interface GutterStyle {
502
- Show?: boolean;
805
+ Show?: boolean | undefined;
503
806
  }
504
807
  export interface MarginStyle {
505
- Show?: boolean;
808
+ Show?: boolean | undefined;
506
809
  }
507
810
  export interface TileLayoutStyle {
508
- Gutter?: GutterStyle;
509
- Margin?: MarginStyle;
811
+ Gutter?: GutterStyle | undefined;
812
+ Margin?: MarginStyle | undefined;
510
813
  }
511
814
  export interface SheetStyle {
512
- Tile?: TileStyle;
513
- TileLayout?: TileLayoutStyle;
815
+ Tile?: TileStyle | undefined;
816
+ TileLayout?: TileLayoutStyle | undefined;
514
817
  }
515
818
  export interface Font {
516
- FontFamily?: string;
819
+ FontFamily?: string | undefined;
517
820
  }
518
821
  export interface Typography {
519
- FontFamilies?: Font[];
822
+ FontFamilies?: Font[] | undefined;
520
823
  }
521
824
  export interface UIColorPalette {
522
- PrimaryForeground?: string;
523
- PrimaryBackground?: string;
524
- SecondaryForeground?: string;
525
- SecondaryBackground?: string;
526
- Accent?: string;
527
- AccentForeground?: string;
528
- Danger?: string;
529
- DangerForeground?: string;
530
- Warning?: string;
531
- WarningForeground?: string;
532
- Success?: string;
533
- SuccessForeground?: string;
534
- Dimension?: string;
535
- DimensionForeground?: string;
536
- Measure?: string;
537
- MeasureForeground?: string;
825
+ PrimaryForeground?: string | undefined;
826
+ PrimaryBackground?: string | undefined;
827
+ SecondaryForeground?: string | undefined;
828
+ SecondaryBackground?: string | undefined;
829
+ Accent?: string | undefined;
830
+ AccentForeground?: string | undefined;
831
+ Danger?: string | undefined;
832
+ DangerForeground?: string | undefined;
833
+ Warning?: string | undefined;
834
+ WarningForeground?: string | undefined;
835
+ Success?: string | undefined;
836
+ SuccessForeground?: string | undefined;
837
+ Dimension?: string | undefined;
838
+ DimensionForeground?: string | undefined;
839
+ Measure?: string | undefined;
840
+ MeasureForeground?: string | undefined;
538
841
  }
539
842
  export interface ThemeConfiguration {
540
- DataColorPalette?: DataColorPalette;
541
- UIColorPalette?: UIColorPalette;
542
- Sheet?: SheetStyle;
543
- Typography?: Typography;
843
+ DataColorPalette?: DataColorPalette | undefined;
844
+ UIColorPalette?: UIColorPalette | undefined;
845
+ Sheet?: SheetStyle | undefined;
846
+ Typography?: Typography | undefined;
544
847
  }
545
848
  export interface CreateThemeRequest {
546
849
  AwsAccountId: string | undefined;
547
850
  ThemeId: string | undefined;
548
851
  Name: string | undefined;
549
852
  BaseThemeId: string | undefined;
550
- VersionDescription?: string;
853
+ VersionDescription?: string | undefined;
551
854
  Configuration: ThemeConfiguration | undefined;
552
- Permissions?: ResourcePermission[];
553
- Tags?: Tag[];
855
+ Permissions?: ResourcePermission[] | undefined;
856
+ Tags?: Tag[] | undefined;
554
857
  }
555
858
  export interface CreateThemeResponse {
556
- Arn?: string;
557
- VersionArn?: string;
558
- ThemeId?: string;
559
- CreationStatus?: ResourceStatus;
560
- Status?: number;
561
- RequestId?: string;
859
+ Arn?: string | undefined;
860
+ VersionArn?: string | undefined;
861
+ ThemeId?: string | undefined;
862
+ CreationStatus?: ResourceStatus | undefined;
863
+ Status?: number | undefined;
864
+ RequestId?: string | undefined;
562
865
  }
563
866
  export interface CreateThemeAliasRequest {
564
867
  AwsAccountId: string | undefined;
@@ -567,17 +870,17 @@ export interface CreateThemeAliasRequest {
567
870
  ThemeVersionNumber: number | undefined;
568
871
  }
569
872
  export interface ThemeAlias {
570
- Arn?: string;
571
- AliasName?: string;
572
- ThemeVersionNumber?: number;
873
+ Arn?: string | undefined;
874
+ AliasName?: string | undefined;
875
+ ThemeVersionNumber?: number | undefined;
573
876
  }
574
877
  export interface CreateThemeAliasResponse {
575
- ThemeAlias?: ThemeAlias;
576
- Status?: number;
577
- RequestId?: string;
878
+ ThemeAlias?: ThemeAlias | undefined;
879
+ Status?: number | undefined;
880
+ RequestId?: string | undefined;
578
881
  }
579
882
  export interface TopicConfigOptions {
580
- QBusinessInsightsEnabled?: boolean;
883
+ QBusinessInsightsEnabled?: boolean | undefined;
581
884
  }
582
885
  export declare const DefaultAggregation: {
583
886
  readonly AVERAGE: "AVERAGE";
@@ -595,82 +898,82 @@ export declare const DefaultAggregation: {
595
898
  export type DefaultAggregation =
596
899
  (typeof DefaultAggregation)[keyof typeof DefaultAggregation];
597
900
  export interface DefaultFormatting {
598
- DisplayFormat?: DisplayFormat;
599
- DisplayFormatOptions?: DisplayFormatOptions;
901
+ DisplayFormat?: DisplayFormat | undefined;
902
+ DisplayFormatOptions?: DisplayFormatOptions | undefined;
600
903
  }
601
904
  export interface SemanticType {
602
- TypeName?: string;
603
- SubTypeName?: string;
604
- TypeParameters?: Record<string, string>;
605
- TruthyCellValue?: string;
606
- TruthyCellValueSynonyms?: string[];
607
- FalseyCellValue?: string;
608
- FalseyCellValueSynonyms?: string[];
905
+ TypeName?: string | undefined;
906
+ SubTypeName?: string | undefined;
907
+ TypeParameters?: Record<string, string> | undefined;
908
+ TruthyCellValue?: string | undefined;
909
+ TruthyCellValueSynonyms?: string[] | undefined;
910
+ FalseyCellValue?: string | undefined;
911
+ FalseyCellValueSynonyms?: string[] | undefined;
609
912
  }
610
913
  export interface TopicCalculatedField {
611
914
  CalculatedFieldName: string | undefined;
612
- CalculatedFieldDescription?: string;
915
+ CalculatedFieldDescription?: string | undefined;
613
916
  Expression: string | undefined;
614
- CalculatedFieldSynonyms?: string[];
615
- IsIncludedInTopic?: boolean;
616
- DisableIndexing?: boolean;
617
- ColumnDataRole?: ColumnDataRole;
618
- TimeGranularity?: TopicTimeGranularity;
619
- DefaultFormatting?: DefaultFormatting;
620
- Aggregation?: DefaultAggregation;
621
- ComparativeOrder?: ComparativeOrder;
622
- SemanticType?: SemanticType;
623
- AllowedAggregations?: AuthorSpecifiedAggregation[];
624
- NotAllowedAggregations?: AuthorSpecifiedAggregation[];
625
- NeverAggregateInFilter?: boolean;
626
- CellValueSynonyms?: CellValueSynonym[];
627
- NonAdditive?: boolean;
917
+ CalculatedFieldSynonyms?: string[] | undefined;
918
+ IsIncludedInTopic?: boolean | undefined;
919
+ DisableIndexing?: boolean | undefined;
920
+ ColumnDataRole?: ColumnDataRole | undefined;
921
+ TimeGranularity?: TopicTimeGranularity | undefined;
922
+ DefaultFormatting?: DefaultFormatting | undefined;
923
+ Aggregation?: DefaultAggregation | undefined;
924
+ ComparativeOrder?: ComparativeOrder | undefined;
925
+ SemanticType?: SemanticType | undefined;
926
+ AllowedAggregations?: AuthorSpecifiedAggregation[] | undefined;
927
+ NotAllowedAggregations?: AuthorSpecifiedAggregation[] | undefined;
928
+ NeverAggregateInFilter?: boolean | undefined;
929
+ CellValueSynonyms?: CellValueSynonym[] | undefined;
930
+ NonAdditive?: boolean | undefined;
628
931
  }
629
932
  export interface TopicColumn {
630
933
  ColumnName: string | undefined;
631
- ColumnFriendlyName?: string;
632
- ColumnDescription?: string;
633
- ColumnSynonyms?: string[];
634
- ColumnDataRole?: ColumnDataRole;
635
- Aggregation?: DefaultAggregation;
636
- IsIncludedInTopic?: boolean;
637
- DisableIndexing?: boolean;
638
- ComparativeOrder?: ComparativeOrder;
639
- SemanticType?: SemanticType;
640
- TimeGranularity?: TopicTimeGranularity;
641
- AllowedAggregations?: AuthorSpecifiedAggregation[];
642
- NotAllowedAggregations?: AuthorSpecifiedAggregation[];
643
- DefaultFormatting?: DefaultFormatting;
644
- NeverAggregateInFilter?: boolean;
645
- CellValueSynonyms?: CellValueSynonym[];
646
- NonAdditive?: boolean;
934
+ ColumnFriendlyName?: string | undefined;
935
+ ColumnDescription?: string | undefined;
936
+ ColumnSynonyms?: string[] | undefined;
937
+ ColumnDataRole?: ColumnDataRole | undefined;
938
+ Aggregation?: DefaultAggregation | undefined;
939
+ IsIncludedInTopic?: boolean | undefined;
940
+ DisableIndexing?: boolean | undefined;
941
+ ComparativeOrder?: ComparativeOrder | undefined;
942
+ SemanticType?: SemanticType | undefined;
943
+ TimeGranularity?: TopicTimeGranularity | undefined;
944
+ AllowedAggregations?: AuthorSpecifiedAggregation[] | undefined;
945
+ NotAllowedAggregations?: AuthorSpecifiedAggregation[] | undefined;
946
+ DefaultFormatting?: DefaultFormatting | undefined;
947
+ NeverAggregateInFilter?: boolean | undefined;
948
+ CellValueSynonyms?: CellValueSynonym[] | undefined;
949
+ NonAdditive?: boolean | undefined;
647
950
  }
648
951
  export interface DataAggregation {
649
- DatasetRowDateGranularity?: TopicTimeGranularity;
650
- DefaultDateColumnName?: string;
952
+ DatasetRowDateGranularity?: TopicTimeGranularity | undefined;
953
+ DefaultDateColumnName?: string | undefined;
651
954
  }
652
955
  export interface TopicCategoryFilterConstant {
653
- ConstantType?: ConstantType;
654
- SingularConstant?: string;
655
- CollectiveConstant?: CollectiveConstant;
956
+ ConstantType?: ConstantType | undefined;
957
+ SingularConstant?: string | undefined;
958
+ CollectiveConstant?: CollectiveConstant | undefined;
656
959
  }
657
960
  export interface TopicCategoryFilter {
658
- CategoryFilterFunction?: CategoryFilterFunction;
659
- CategoryFilterType?: CategoryFilterType;
660
- Constant?: TopicCategoryFilterConstant;
661
- Inverse?: boolean;
961
+ CategoryFilterFunction?: CategoryFilterFunction | undefined;
962
+ CategoryFilterType?: CategoryFilterType | undefined;
963
+ Constant?: TopicCategoryFilterConstant | undefined;
964
+ Inverse?: boolean | undefined;
662
965
  }
663
966
  export interface RangeConstant {
664
- Minimum?: string;
665
- Maximum?: string;
967
+ Minimum?: string | undefined;
968
+ Maximum?: string | undefined;
666
969
  }
667
970
  export interface TopicRangeFilterConstant {
668
- ConstantType?: ConstantType;
669
- RangeConstant?: RangeConstant;
971
+ ConstantType?: ConstantType | undefined;
972
+ RangeConstant?: RangeConstant | undefined;
670
973
  }
671
974
  export interface TopicDateRangeFilter {
672
- Inclusive?: boolean;
673
- Constant?: TopicRangeFilterConstant;
975
+ Inclusive?: boolean | undefined;
976
+ Constant?: TopicRangeFilterConstant | undefined;
674
977
  }
675
978
  export declare const NamedFilterType: {
676
979
  readonly CATEGORY_FILTER: "CATEGORY_FILTER";
@@ -698,17 +1001,17 @@ export declare const NamedFilterAggType: {
698
1001
  export type NamedFilterAggType =
699
1002
  (typeof NamedFilterAggType)[keyof typeof NamedFilterAggType];
700
1003
  export interface TopicSingularFilterConstant {
701
- ConstantType?: ConstantType;
702
- SingularConstant?: string;
1004
+ ConstantType?: ConstantType | undefined;
1005
+ SingularConstant?: string | undefined;
703
1006
  }
704
1007
  export interface TopicNumericEqualityFilter {
705
- Constant?: TopicSingularFilterConstant;
706
- Aggregation?: NamedFilterAggType;
1008
+ Constant?: TopicSingularFilterConstant | undefined;
1009
+ Aggregation?: NamedFilterAggType | undefined;
707
1010
  }
708
1011
  export interface TopicNumericRangeFilter {
709
- Inclusive?: boolean;
710
- Constant?: TopicRangeFilterConstant;
711
- Aggregation?: NamedFilterAggType;
1012
+ Inclusive?: boolean | undefined;
1013
+ Constant?: TopicRangeFilterConstant | undefined;
1014
+ Aggregation?: NamedFilterAggType | undefined;
712
1015
  }
713
1016
  export declare const TopicRelativeDateFilterFunction: {
714
1017
  readonly LAST: "LAST";
@@ -720,22 +1023,22 @@ export declare const TopicRelativeDateFilterFunction: {
720
1023
  export type TopicRelativeDateFilterFunction =
721
1024
  (typeof TopicRelativeDateFilterFunction)[keyof typeof TopicRelativeDateFilterFunction];
722
1025
  export interface TopicRelativeDateFilter {
723
- TimeGranularity?: TopicTimeGranularity;
724
- RelativeDateFilterFunction?: TopicRelativeDateFilterFunction;
725
- Constant?: TopicSingularFilterConstant;
1026
+ TimeGranularity?: TopicTimeGranularity | undefined;
1027
+ RelativeDateFilterFunction?: TopicRelativeDateFilterFunction | undefined;
1028
+ Constant?: TopicSingularFilterConstant | undefined;
726
1029
  }
727
1030
  export interface TopicFilter {
728
- FilterDescription?: string;
729
- FilterClass?: FilterClass;
1031
+ FilterDescription?: string | undefined;
1032
+ FilterClass?: FilterClass | undefined;
730
1033
  FilterName: string | undefined;
731
- FilterSynonyms?: string[];
1034
+ FilterSynonyms?: string[] | undefined;
732
1035
  OperandFieldName: string | undefined;
733
- FilterType?: NamedFilterType;
734
- CategoryFilter?: TopicCategoryFilter;
735
- NumericEqualityFilter?: TopicNumericEqualityFilter;
736
- NumericRangeFilter?: TopicNumericRangeFilter;
737
- DateRangeFilter?: TopicDateRangeFilter;
738
- RelativeDateFilter?: TopicRelativeDateFilter;
1036
+ FilterType?: NamedFilterType | undefined;
1037
+ CategoryFilter?: TopicCategoryFilter | undefined;
1038
+ NumericEqualityFilter?: TopicNumericEqualityFilter | undefined;
1039
+ NumericRangeFilter?: TopicNumericRangeFilter | undefined;
1040
+ DateRangeFilter?: TopicDateRangeFilter | undefined;
1041
+ RelativeDateFilter?: TopicRelativeDateFilter | undefined;
739
1042
  }
740
1043
  export declare const NamedEntityAggType: {
741
1044
  readonly AVERAGE: "AVERAGE";
@@ -755,8 +1058,8 @@ export declare const NamedEntityAggType: {
755
1058
  export type NamedEntityAggType =
756
1059
  (typeof NamedEntityAggType)[keyof typeof NamedEntityAggType];
757
1060
  export interface NamedEntityDefinitionMetric {
758
- Aggregation?: NamedEntityAggType;
759
- AggregationFunctionParameters?: Record<string, string>;
1061
+ Aggregation?: NamedEntityAggType | undefined;
1062
+ AggregationFunctionParameters?: Record<string, string> | undefined;
760
1063
  }
761
1064
  export declare const PropertyRole: {
762
1065
  readonly ID: "ID";
@@ -770,33 +1073,33 @@ export declare const PropertyUsage: {
770
1073
  };
771
1074
  export type PropertyUsage = (typeof PropertyUsage)[keyof typeof PropertyUsage];
772
1075
  export interface NamedEntityDefinition {
773
- FieldName?: string;
774
- PropertyName?: string;
775
- PropertyRole?: PropertyRole;
776
- PropertyUsage?: PropertyUsage;
777
- Metric?: NamedEntityDefinitionMetric;
1076
+ FieldName?: string | undefined;
1077
+ PropertyName?: string | undefined;
1078
+ PropertyRole?: PropertyRole | undefined;
1079
+ PropertyUsage?: PropertyUsage | undefined;
1080
+ Metric?: NamedEntityDefinitionMetric | undefined;
778
1081
  }
779
1082
  export interface SemanticEntityType {
780
- TypeName?: string;
781
- SubTypeName?: string;
782
- TypeParameters?: Record<string, string>;
1083
+ TypeName?: string | undefined;
1084
+ SubTypeName?: string | undefined;
1085
+ TypeParameters?: Record<string, string> | undefined;
783
1086
  }
784
1087
  export interface TopicNamedEntity {
785
1088
  EntityName: string | undefined;
786
- EntityDescription?: string;
787
- EntitySynonyms?: string[];
788
- SemanticEntityType?: SemanticEntityType;
789
- Definition?: NamedEntityDefinition[];
1089
+ EntityDescription?: string | undefined;
1090
+ EntitySynonyms?: string[] | undefined;
1091
+ SemanticEntityType?: SemanticEntityType | undefined;
1092
+ Definition?: NamedEntityDefinition[] | undefined;
790
1093
  }
791
1094
  export interface DatasetMetadata {
792
1095
  DatasetArn: string | undefined;
793
- DatasetName?: string;
794
- DatasetDescription?: string;
795
- DataAggregation?: DataAggregation;
796
- Filters?: TopicFilter[];
797
- Columns?: TopicColumn[];
798
- CalculatedFields?: TopicCalculatedField[];
799
- NamedEntities?: TopicNamedEntity[];
1096
+ DatasetName?: string | undefined;
1097
+ DatasetDescription?: string | undefined;
1098
+ DataAggregation?: DataAggregation | undefined;
1099
+ Filters?: TopicFilter[] | undefined;
1100
+ Columns?: TopicColumn[] | undefined;
1101
+ CalculatedFields?: TopicCalculatedField[] | undefined;
1102
+ NamedEntities?: TopicNamedEntity[] | undefined;
800
1103
  }
801
1104
  export declare const TopicUserExperienceVersion: {
802
1105
  readonly LEGACY: "LEGACY";
@@ -805,24 +1108,24 @@ export declare const TopicUserExperienceVersion: {
805
1108
  export type TopicUserExperienceVersion =
806
1109
  (typeof TopicUserExperienceVersion)[keyof typeof TopicUserExperienceVersion];
807
1110
  export interface TopicDetails {
808
- Name?: string;
809
- Description?: string;
810
- UserExperienceVersion?: TopicUserExperienceVersion;
811
- DataSets?: DatasetMetadata[];
812
- ConfigOptions?: TopicConfigOptions;
1111
+ Name?: string | undefined;
1112
+ Description?: string | undefined;
1113
+ UserExperienceVersion?: TopicUserExperienceVersion | undefined;
1114
+ DataSets?: DatasetMetadata[] | undefined;
1115
+ ConfigOptions?: TopicConfigOptions | undefined;
813
1116
  }
814
1117
  export interface CreateTopicRequest {
815
1118
  AwsAccountId: string | undefined;
816
1119
  TopicId: string | undefined;
817
1120
  Topic: TopicDetails | undefined;
818
- Tags?: Tag[];
1121
+ Tags?: Tag[] | undefined;
819
1122
  }
820
1123
  export interface CreateTopicResponse {
821
- Arn?: string;
822
- TopicId?: string;
823
- RefreshArn?: string;
824
- RequestId?: string;
825
- Status?: number;
1124
+ Arn?: string | undefined;
1125
+ TopicId?: string | undefined;
1126
+ RefreshArn?: string | undefined;
1127
+ RequestId?: string | undefined;
1128
+ Status?: number | undefined;
826
1129
  }
827
1130
  export declare const TopicScheduleType: {
828
1131
  readonly DAILY: "DAILY";
@@ -835,24 +1138,24 @@ export type TopicScheduleType =
835
1138
  export interface TopicRefreshSchedule {
836
1139
  IsEnabled: boolean | undefined;
837
1140
  BasedOnSpiceSchedule: boolean | undefined;
838
- StartingAt?: Date;
839
- Timezone?: string;
840
- RepeatAt?: string;
841
- TopicScheduleType?: TopicScheduleType;
1141
+ StartingAt?: Date | undefined;
1142
+ Timezone?: string | undefined;
1143
+ RepeatAt?: string | undefined;
1144
+ TopicScheduleType?: TopicScheduleType | undefined;
842
1145
  }
843
1146
  export interface CreateTopicRefreshScheduleRequest {
844
1147
  AwsAccountId: string | undefined;
845
1148
  TopicId: string | undefined;
846
1149
  DatasetArn: string | undefined;
847
- DatasetName?: string;
1150
+ DatasetName?: string | undefined;
848
1151
  RefreshSchedule: TopicRefreshSchedule | undefined;
849
1152
  }
850
1153
  export interface CreateTopicRefreshScheduleResponse {
851
- TopicId?: string;
852
- TopicArn?: string;
853
- DatasetArn?: string;
854
- Status?: number;
855
- RequestId?: string;
1154
+ TopicId?: string | undefined;
1155
+ TopicArn?: string | undefined;
1156
+ DatasetArn?: string | undefined;
1157
+ Status?: number | undefined;
1158
+ RequestId?: string | undefined;
856
1159
  }
857
1160
  export interface CreateVPCConnectionRequest {
858
1161
  AwsAccountId: string | undefined;
@@ -860,9 +1163,9 @@ export interface CreateVPCConnectionRequest {
860
1163
  Name: string | undefined;
861
1164
  SubnetIds: string[] | undefined;
862
1165
  SecurityGroupIds: string[] | undefined;
863
- DnsResolvers?: string[];
1166
+ DnsResolvers?: string[] | undefined;
864
1167
  RoleArn: string | undefined;
865
- Tags?: Tag[];
1168
+ Tags?: Tag[] | undefined;
866
1169
  }
867
1170
  export declare const VPCConnectionAvailabilityStatus: {
868
1171
  readonly AVAILABLE: "AVAILABLE";
@@ -885,12 +1188,17 @@ export declare const VPCConnectionResourceStatus: {
885
1188
  export type VPCConnectionResourceStatus =
886
1189
  (typeof VPCConnectionResourceStatus)[keyof typeof VPCConnectionResourceStatus];
887
1190
  export interface CreateVPCConnectionResponse {
888
- Arn?: string;
889
- VPCConnectionId?: string;
890
- CreationStatus?: VPCConnectionResourceStatus;
891
- AvailabilityStatus?: VPCConnectionAvailabilityStatus;
892
- RequestId?: string;
893
- Status?: number;
1191
+ Arn?: string | undefined;
1192
+ VPCConnectionId?: string | undefined;
1193
+ CreationStatus?: VPCConnectionResourceStatus | undefined;
1194
+ AvailabilityStatus?: VPCConnectionAvailabilityStatus | undefined;
1195
+ RequestId?: string | undefined;
1196
+ Status?: number | undefined;
1197
+ }
1198
+ export interface CustomPermissions {
1199
+ Arn?: string | undefined;
1200
+ CustomPermissionsName?: string | undefined;
1201
+ Capabilities?: Capabilities | undefined;
894
1202
  }
895
1203
  export declare const DashboardErrorType: {
896
1204
  readonly ACCESS_DENIED: "ACCESS_DENIED";
@@ -907,31 +1215,31 @@ export declare const DashboardErrorType: {
907
1215
  export type DashboardErrorType =
908
1216
  (typeof DashboardErrorType)[keyof typeof DashboardErrorType];
909
1217
  export interface DashboardError {
910
- Type?: DashboardErrorType;
911
- Message?: string;
912
- ViolatedEntities?: Entity[];
1218
+ Type?: DashboardErrorType | undefined;
1219
+ Message?: string | undefined;
1220
+ ViolatedEntities?: Entity[] | undefined;
913
1221
  }
914
1222
  export interface DashboardVersion {
915
- CreatedTime?: Date;
916
- Errors?: DashboardError[];
917
- VersionNumber?: number;
918
- Status?: ResourceStatus;
919
- Arn?: string;
920
- SourceEntityArn?: string;
921
- DataSetArns?: string[];
922
- Description?: string;
923
- ThemeArn?: string;
924
- Sheets?: Sheet[];
1223
+ CreatedTime?: Date | undefined;
1224
+ Errors?: DashboardError[] | undefined;
1225
+ VersionNumber?: number | undefined;
1226
+ Status?: ResourceStatus | undefined;
1227
+ Arn?: string | undefined;
1228
+ SourceEntityArn?: string | undefined;
1229
+ DataSetArns?: string[] | undefined;
1230
+ Description?: string | undefined;
1231
+ ThemeArn?: string | undefined;
1232
+ Sheets?: Sheet[] | undefined;
925
1233
  }
926
1234
  export interface Dashboard {
927
- DashboardId?: string;
928
- Arn?: string;
929
- Name?: string;
930
- Version?: DashboardVersion;
931
- CreatedTime?: Date;
932
- LastPublishedTime?: Date;
933
- LastUpdatedTime?: Date;
934
- LinkEntities?: string[];
1235
+ DashboardId?: string | undefined;
1236
+ Arn?: string | undefined;
1237
+ Name?: string | undefined;
1238
+ Version?: DashboardVersion | undefined;
1239
+ CreatedTime?: Date | undefined;
1240
+ LastPublishedTime?: Date | undefined;
1241
+ LastUpdatedTime?: Date | undefined;
1242
+ LinkEntities?: string[] | undefined;
935
1243
  }
936
1244
  export declare const DashboardFilterAttribute: {
937
1245
  readonly DASHBOARD_NAME: "DASHBOARD_NAME";
@@ -946,50 +1254,52 @@ export type DashboardFilterAttribute =
946
1254
  (typeof DashboardFilterAttribute)[keyof typeof DashboardFilterAttribute];
947
1255
  export interface DashboardSearchFilter {
948
1256
  Operator: FilterOperator | undefined;
949
- Name?: DashboardFilterAttribute;
950
- Value?: string;
1257
+ Name?: DashboardFilterAttribute | undefined;
1258
+ Value?: string | undefined;
951
1259
  }
952
1260
  export interface DashboardSummary {
953
- Arn?: string;
954
- DashboardId?: string;
955
- Name?: string;
956
- CreatedTime?: Date;
957
- LastUpdatedTime?: Date;
958
- PublishedVersionNumber?: number;
959
- LastPublishedTime?: Date;
1261
+ Arn?: string | undefined;
1262
+ DashboardId?: string | undefined;
1263
+ Name?: string | undefined;
1264
+ CreatedTime?: Date | undefined;
1265
+ LastUpdatedTime?: Date | undefined;
1266
+ PublishedVersionNumber?: number | undefined;
1267
+ LastPublishedTime?: Date | undefined;
960
1268
  }
961
1269
  export interface DashboardVersionSummary {
962
- Arn?: string;
963
- CreatedTime?: Date;
964
- VersionNumber?: number;
965
- Status?: ResourceStatus;
966
- SourceEntityArn?: string;
967
- Description?: string;
1270
+ Arn?: string | undefined;
1271
+ CreatedTime?: Date | undefined;
1272
+ VersionNumber?: number | undefined;
1273
+ Status?: ResourceStatus | undefined;
1274
+ SourceEntityArn?: string | undefined;
1275
+ Description?: string | undefined;
968
1276
  }
969
1277
  export interface OutputColumn {
970
- Name?: string;
971
- Description?: string;
972
- Type?: ColumnDataType;
973
- SubType?: ColumnDataSubType;
1278
+ Name?: string | undefined;
1279
+ Description?: string | undefined;
1280
+ Type?: ColumnDataType | undefined;
1281
+ SubType?: ColumnDataSubType | undefined;
974
1282
  }
975
1283
  export interface DataSet {
976
- Arn?: string;
977
- DataSetId?: string;
978
- Name?: string;
979
- CreatedTime?: Date;
980
- LastUpdatedTime?: Date;
981
- PhysicalTableMap?: Record<string, PhysicalTable>;
982
- LogicalTableMap?: Record<string, LogicalTable>;
983
- OutputColumns?: OutputColumn[];
984
- ImportMode?: DataSetImportMode;
985
- ConsumedSpiceCapacityInBytes?: number;
986
- ColumnGroups?: ColumnGroup[];
987
- FieldFolders?: Record<string, FieldFolder>;
988
- RowLevelPermissionDataSet?: RowLevelPermissionDataSet;
989
- RowLevelPermissionTagConfiguration?: RowLevelPermissionTagConfiguration;
990
- ColumnLevelPermissionRules?: ColumnLevelPermissionRule[];
991
- DataSetUsageConfiguration?: DataSetUsageConfiguration;
992
- DatasetParameters?: DatasetParameter[];
1284
+ Arn?: string | undefined;
1285
+ DataSetId?: string | undefined;
1286
+ Name?: string | undefined;
1287
+ CreatedTime?: Date | undefined;
1288
+ LastUpdatedTime?: Date | undefined;
1289
+ PhysicalTableMap?: Record<string, PhysicalTable> | undefined;
1290
+ LogicalTableMap?: Record<string, LogicalTable> | undefined;
1291
+ OutputColumns?: OutputColumn[] | undefined;
1292
+ ImportMode?: DataSetImportMode | undefined;
1293
+ ConsumedSpiceCapacityInBytes?: number | undefined;
1294
+ ColumnGroups?: ColumnGroup[] | undefined;
1295
+ FieldFolders?: Record<string, FieldFolder> | undefined;
1296
+ RowLevelPermissionDataSet?: RowLevelPermissionDataSet | undefined;
1297
+ RowLevelPermissionTagConfiguration?:
1298
+ | RowLevelPermissionTagConfiguration
1299
+ | undefined;
1300
+ ColumnLevelPermissionRules?: ColumnLevelPermissionRule[] | undefined;
1301
+ DataSetUsageConfiguration?: DataSetUsageConfiguration | undefined;
1302
+ DatasetParameters?: DatasetParameter[] | undefined;
993
1303
  }
994
1304
  export declare const DataSetFilterAttribute: {
995
1305
  readonly DATASET_NAME: "DATASET_NAME";
@@ -1028,15 +1338,15 @@ export interface DataSetSearchFilter {
1028
1338
  Value: string | undefined;
1029
1339
  }
1030
1340
  export interface DataSetSummary {
1031
- Arn?: string;
1032
- DataSetId?: string;
1033
- Name?: string;
1034
- CreatedTime?: Date;
1035
- LastUpdatedTime?: Date;
1036
- ImportMode?: DataSetImportMode;
1037
- RowLevelPermissionDataSet?: RowLevelPermissionDataSet;
1038
- RowLevelPermissionTagConfigurationApplied?: boolean;
1039
- ColumnLevelPermissionRulesApplied?: boolean;
1341
+ Arn?: string | undefined;
1342
+ DataSetId?: string | undefined;
1343
+ Name?: string | undefined;
1344
+ CreatedTime?: Date | undefined;
1345
+ LastUpdatedTime?: Date | undefined;
1346
+ ImportMode?: DataSetImportMode | undefined;
1347
+ RowLevelPermissionDataSet?: RowLevelPermissionDataSet | undefined;
1348
+ RowLevelPermissionTagConfigurationApplied?: boolean | undefined;
1349
+ ColumnLevelPermissionRulesApplied?: boolean | undefined;
1040
1350
  }
1041
1351
  export declare const DataSourceErrorInfoType: {
1042
1352
  readonly ACCESS_DENIED: "ACCESS_DENIED";
@@ -1051,23 +1361,23 @@ export declare const DataSourceErrorInfoType: {
1051
1361
  export type DataSourceErrorInfoType =
1052
1362
  (typeof DataSourceErrorInfoType)[keyof typeof DataSourceErrorInfoType];
1053
1363
  export interface DataSourceErrorInfo {
1054
- Type?: DataSourceErrorInfoType;
1055
- Message?: string;
1364
+ Type?: DataSourceErrorInfoType | undefined;
1365
+ Message?: string | undefined;
1056
1366
  }
1057
1367
  export interface DataSource {
1058
- Arn?: string;
1059
- DataSourceId?: string;
1060
- Name?: string;
1061
- Type?: DataSourceType;
1062
- Status?: ResourceStatus;
1063
- CreatedTime?: Date;
1064
- LastUpdatedTime?: Date;
1065
- DataSourceParameters?: DataSourceParameters;
1066
- AlternateDataSourceParameters?: DataSourceParameters[];
1067
- VpcConnectionProperties?: VpcConnectionProperties;
1068
- SslProperties?: SslProperties;
1069
- ErrorInfo?: DataSourceErrorInfo;
1070
- SecretArn?: string;
1368
+ Arn?: string | undefined;
1369
+ DataSourceId?: string | undefined;
1370
+ Name?: string | undefined;
1371
+ Type?: DataSourceType | undefined;
1372
+ Status?: ResourceStatus | undefined;
1373
+ CreatedTime?: Date | undefined;
1374
+ LastUpdatedTime?: Date | undefined;
1375
+ DataSourceParameters?: DataSourceParameters | undefined;
1376
+ AlternateDataSourceParameters?: DataSourceParameters[] | undefined;
1377
+ VpcConnectionProperties?: VpcConnectionProperties | undefined;
1378
+ SslProperties?: SslProperties | undefined;
1379
+ ErrorInfo?: DataSourceErrorInfo | undefined;
1380
+ SecretArn?: string | undefined;
1071
1381
  }
1072
1382
  export declare const DataSourceFilterAttribute: {
1073
1383
  readonly DATASOURCE_NAME: "DATASOURCE_NAME";
@@ -1083,89 +1393,111 @@ export interface DataSourceSearchFilter {
1083
1393
  Value: string | undefined;
1084
1394
  }
1085
1395
  export interface DataSourceSummary {
1086
- Arn?: string;
1087
- DataSourceId?: string;
1088
- Name?: string;
1089
- Type?: DataSourceType;
1090
- CreatedTime?: Date;
1091
- LastUpdatedTime?: Date;
1396
+ Arn?: string | undefined;
1397
+ DataSourceId?: string | undefined;
1398
+ Name?: string | undefined;
1399
+ Type?: DataSourceType | undefined;
1400
+ CreatedTime?: Date | undefined;
1401
+ LastUpdatedTime?: Date | undefined;
1092
1402
  }
1093
1403
  export interface DeleteAccountCustomizationRequest {
1094
1404
  AwsAccountId: string | undefined;
1095
- Namespace?: string;
1405
+ Namespace?: string | undefined;
1096
1406
  }
1097
1407
  export interface DeleteAccountCustomizationResponse {
1098
- RequestId?: string;
1099
- Status?: number;
1408
+ RequestId?: string | undefined;
1409
+ Status?: number | undefined;
1100
1410
  }
1101
1411
  export interface DeleteAccountSubscriptionRequest {
1102
1412
  AwsAccountId: string | undefined;
1103
1413
  }
1104
1414
  export interface DeleteAccountSubscriptionResponse {
1105
- RequestId?: string;
1106
- Status?: number;
1415
+ RequestId?: string | undefined;
1416
+ Status?: number | undefined;
1107
1417
  }
1108
1418
  export interface DeleteAnalysisRequest {
1109
1419
  AwsAccountId: string | undefined;
1110
1420
  AnalysisId: string | undefined;
1111
- RecoveryWindowInDays?: number;
1112
- ForceDeleteWithoutRecovery?: boolean;
1421
+ RecoveryWindowInDays?: number | undefined;
1422
+ ForceDeleteWithoutRecovery?: boolean | undefined;
1113
1423
  }
1114
1424
  export interface DeleteAnalysisResponse {
1115
- Status?: number;
1116
- Arn?: string;
1117
- AnalysisId?: string;
1118
- DeletionTime?: Date;
1119
- RequestId?: string;
1425
+ Status?: number | undefined;
1426
+ Arn?: string | undefined;
1427
+ AnalysisId?: string | undefined;
1428
+ DeletionTime?: Date | undefined;
1429
+ RequestId?: string | undefined;
1430
+ }
1431
+ export interface DeleteBrandRequest {
1432
+ AwsAccountId: string | undefined;
1433
+ BrandId: string | undefined;
1434
+ }
1435
+ export interface DeleteBrandResponse {
1436
+ RequestId?: string | undefined;
1437
+ }
1438
+ export interface DeleteBrandAssignmentRequest {
1439
+ AwsAccountId: string | undefined;
1440
+ }
1441
+ export interface DeleteBrandAssignmentResponse {
1442
+ RequestId?: string | undefined;
1443
+ }
1444
+ export interface DeleteCustomPermissionsRequest {
1445
+ AwsAccountId: string | undefined;
1446
+ CustomPermissionsName: string | undefined;
1447
+ }
1448
+ export interface DeleteCustomPermissionsResponse {
1449
+ Status?: number | undefined;
1450
+ Arn?: string | undefined;
1451
+ RequestId?: string | undefined;
1120
1452
  }
1121
1453
  export interface DeleteDashboardRequest {
1122
1454
  AwsAccountId: string | undefined;
1123
1455
  DashboardId: string | undefined;
1124
- VersionNumber?: number;
1456
+ VersionNumber?: number | undefined;
1125
1457
  }
1126
1458
  export interface DeleteDashboardResponse {
1127
- Status?: number;
1128
- Arn?: string;
1129
- DashboardId?: string;
1130
- RequestId?: string;
1459
+ Status?: number | undefined;
1460
+ Arn?: string | undefined;
1461
+ DashboardId?: string | undefined;
1462
+ RequestId?: string | undefined;
1131
1463
  }
1132
1464
  export interface DeleteDataSetRequest {
1133
1465
  AwsAccountId: string | undefined;
1134
1466
  DataSetId: string | undefined;
1135
1467
  }
1136
1468
  export interface DeleteDataSetResponse {
1137
- Arn?: string;
1138
- DataSetId?: string;
1139
- RequestId?: string;
1140
- Status?: number;
1469
+ Arn?: string | undefined;
1470
+ DataSetId?: string | undefined;
1471
+ RequestId?: string | undefined;
1472
+ Status?: number | undefined;
1141
1473
  }
1142
1474
  export interface DeleteDataSetRefreshPropertiesRequest {
1143
1475
  AwsAccountId: string | undefined;
1144
1476
  DataSetId: string | undefined;
1145
1477
  }
1146
1478
  export interface DeleteDataSetRefreshPropertiesResponse {
1147
- RequestId?: string;
1148
- Status?: number;
1479
+ RequestId?: string | undefined;
1480
+ Status?: number | undefined;
1149
1481
  }
1150
1482
  export interface DeleteDataSourceRequest {
1151
1483
  AwsAccountId: string | undefined;
1152
1484
  DataSourceId: string | undefined;
1153
1485
  }
1154
1486
  export interface DeleteDataSourceResponse {
1155
- Arn?: string;
1156
- DataSourceId?: string;
1157
- RequestId?: string;
1158
- Status?: number;
1487
+ Arn?: string | undefined;
1488
+ DataSourceId?: string | undefined;
1489
+ RequestId?: string | undefined;
1490
+ Status?: number | undefined;
1159
1491
  }
1160
1492
  export interface DeleteFolderRequest {
1161
1493
  AwsAccountId: string | undefined;
1162
1494
  FolderId: string | undefined;
1163
1495
  }
1164
1496
  export interface DeleteFolderResponse {
1165
- Status?: number;
1166
- Arn?: string;
1167
- FolderId?: string;
1168
- RequestId?: string;
1497
+ Status?: number | undefined;
1498
+ Arn?: string | undefined;
1499
+ FolderId?: string | undefined;
1500
+ RequestId?: string | undefined;
1169
1501
  }
1170
1502
  export interface DeleteFolderMembershipRequest {
1171
1503
  AwsAccountId: string | undefined;
@@ -1174,8 +1506,8 @@ export interface DeleteFolderMembershipRequest {
1174
1506
  MemberType: MemberType | undefined;
1175
1507
  }
1176
1508
  export interface DeleteFolderMembershipResponse {
1177
- Status?: number;
1178
- RequestId?: string;
1509
+ Status?: number | undefined;
1510
+ RequestId?: string | undefined;
1179
1511
  }
1180
1512
  export interface DeleteGroupRequest {
1181
1513
  GroupName: string | undefined;
@@ -1183,8 +1515,8 @@ export interface DeleteGroupRequest {
1183
1515
  Namespace: string | undefined;
1184
1516
  }
1185
1517
  export interface DeleteGroupResponse {
1186
- RequestId?: string;
1187
- Status?: number;
1518
+ RequestId?: string | undefined;
1519
+ Status?: number | undefined;
1188
1520
  }
1189
1521
  export interface DeleteGroupMembershipRequest {
1190
1522
  MemberName: string | undefined;
@@ -1193,8 +1525,8 @@ export interface DeleteGroupMembershipRequest {
1193
1525
  Namespace: string | undefined;
1194
1526
  }
1195
1527
  export interface DeleteGroupMembershipResponse {
1196
- RequestId?: string;
1197
- Status?: number;
1528
+ RequestId?: string | undefined;
1529
+ Status?: number | undefined;
1198
1530
  }
1199
1531
  export interface DeleteIAMPolicyAssignmentRequest {
1200
1532
  AwsAccountId: string | undefined;
@@ -1202,25 +1534,25 @@ export interface DeleteIAMPolicyAssignmentRequest {
1202
1534
  Namespace: string | undefined;
1203
1535
  }
1204
1536
  export interface DeleteIAMPolicyAssignmentResponse {
1205
- AssignmentName?: string;
1206
- RequestId?: string;
1207
- Status?: number;
1537
+ AssignmentName?: string | undefined;
1538
+ RequestId?: string | undefined;
1539
+ Status?: number | undefined;
1208
1540
  }
1209
1541
  export interface DeleteIdentityPropagationConfigRequest {
1210
1542
  AwsAccountId: string | undefined;
1211
1543
  Service: ServiceType | undefined;
1212
1544
  }
1213
1545
  export interface DeleteIdentityPropagationConfigResponse {
1214
- RequestId?: string;
1215
- Status?: number;
1546
+ RequestId?: string | undefined;
1547
+ Status?: number | undefined;
1216
1548
  }
1217
1549
  export interface DeleteNamespaceRequest {
1218
1550
  AwsAccountId: string | undefined;
1219
1551
  Namespace: string | undefined;
1220
1552
  }
1221
1553
  export interface DeleteNamespaceResponse {
1222
- RequestId?: string;
1223
- Status?: number;
1554
+ RequestId?: string | undefined;
1555
+ Status?: number | undefined;
1224
1556
  }
1225
1557
  export interface DeleteRefreshScheduleRequest {
1226
1558
  DataSetId: string | undefined;
@@ -1228,10 +1560,10 @@ export interface DeleteRefreshScheduleRequest {
1228
1560
  ScheduleId: string | undefined;
1229
1561
  }
1230
1562
  export interface DeleteRefreshScheduleResponse {
1231
- Status?: number;
1232
- RequestId?: string;
1233
- ScheduleId?: string;
1234
- Arn?: string;
1563
+ Status?: number | undefined;
1564
+ RequestId?: string | undefined;
1565
+ ScheduleId?: string | undefined;
1566
+ Arn?: string | undefined;
1235
1567
  }
1236
1568
  export interface DeleteRoleCustomPermissionRequest {
1237
1569
  Role: Role | undefined;
@@ -1239,8 +1571,8 @@ export interface DeleteRoleCustomPermissionRequest {
1239
1571
  Namespace: string | undefined;
1240
1572
  }
1241
1573
  export interface DeleteRoleCustomPermissionResponse {
1242
- RequestId?: string;
1243
- Status?: number;
1574
+ RequestId?: string | undefined;
1575
+ Status?: number | undefined;
1244
1576
  }
1245
1577
  export interface DeleteRoleMembershipRequest {
1246
1578
  MemberName: string | undefined;
@@ -1249,19 +1581,19 @@ export interface DeleteRoleMembershipRequest {
1249
1581
  Namespace: string | undefined;
1250
1582
  }
1251
1583
  export interface DeleteRoleMembershipResponse {
1252
- RequestId?: string;
1253
- Status?: number;
1584
+ RequestId?: string | undefined;
1585
+ Status?: number | undefined;
1254
1586
  }
1255
1587
  export interface DeleteTemplateRequest {
1256
1588
  AwsAccountId: string | undefined;
1257
1589
  TemplateId: string | undefined;
1258
- VersionNumber?: number;
1590
+ VersionNumber?: number | undefined;
1259
1591
  }
1260
1592
  export interface DeleteTemplateResponse {
1261
- RequestId?: string;
1262
- Arn?: string;
1263
- TemplateId?: string;
1264
- Status?: number;
1593
+ RequestId?: string | undefined;
1594
+ Arn?: string | undefined;
1595
+ TemplateId?: string | undefined;
1596
+ Status?: number | undefined;
1265
1597
  }
1266
1598
  export interface DeleteTemplateAliasRequest {
1267
1599
  AwsAccountId: string | undefined;
@@ -1269,22 +1601,22 @@ export interface DeleteTemplateAliasRequest {
1269
1601
  AliasName: string | undefined;
1270
1602
  }
1271
1603
  export interface DeleteTemplateAliasResponse {
1272
- Status?: number;
1273
- TemplateId?: string;
1274
- AliasName?: string;
1275
- Arn?: string;
1276
- RequestId?: string;
1604
+ Status?: number | undefined;
1605
+ TemplateId?: string | undefined;
1606
+ AliasName?: string | undefined;
1607
+ Arn?: string | undefined;
1608
+ RequestId?: string | undefined;
1277
1609
  }
1278
1610
  export interface DeleteThemeRequest {
1279
1611
  AwsAccountId: string | undefined;
1280
1612
  ThemeId: string | undefined;
1281
- VersionNumber?: number;
1613
+ VersionNumber?: number | undefined;
1282
1614
  }
1283
1615
  export interface DeleteThemeResponse {
1284
- Arn?: string;
1285
- RequestId?: string;
1286
- Status?: number;
1287
- ThemeId?: string;
1616
+ Arn?: string | undefined;
1617
+ RequestId?: string | undefined;
1618
+ Status?: number | undefined;
1619
+ ThemeId?: string | undefined;
1288
1620
  }
1289
1621
  export interface DeleteThemeAliasRequest {
1290
1622
  AwsAccountId: string | undefined;
@@ -1292,21 +1624,21 @@ export interface DeleteThemeAliasRequest {
1292
1624
  AliasName: string | undefined;
1293
1625
  }
1294
1626
  export interface DeleteThemeAliasResponse {
1295
- AliasName?: string;
1296
- Arn?: string;
1297
- RequestId?: string;
1298
- Status?: number;
1299
- ThemeId?: string;
1627
+ AliasName?: string | undefined;
1628
+ Arn?: string | undefined;
1629
+ RequestId?: string | undefined;
1630
+ Status?: number | undefined;
1631
+ ThemeId?: string | undefined;
1300
1632
  }
1301
1633
  export interface DeleteTopicRequest {
1302
1634
  AwsAccountId: string | undefined;
1303
1635
  TopicId: string | undefined;
1304
1636
  }
1305
1637
  export interface DeleteTopicResponse {
1306
- Arn?: string;
1307
- TopicId?: string;
1308
- RequestId?: string;
1309
- Status?: number;
1638
+ Arn?: string | undefined;
1639
+ TopicId?: string | undefined;
1640
+ RequestId?: string | undefined;
1641
+ Status?: number | undefined;
1310
1642
  }
1311
1643
  export interface DeleteTopicRefreshScheduleRequest {
1312
1644
  AwsAccountId: string | undefined;
@@ -1314,11 +1646,11 @@ export interface DeleteTopicRefreshScheduleRequest {
1314
1646
  DatasetId: string | undefined;
1315
1647
  }
1316
1648
  export interface DeleteTopicRefreshScheduleResponse {
1317
- TopicId?: string;
1318
- TopicArn?: string;
1319
- DatasetArn?: string;
1320
- Status?: number;
1321
- RequestId?: string;
1649
+ TopicId?: string | undefined;
1650
+ TopicArn?: string | undefined;
1651
+ DatasetArn?: string | undefined;
1652
+ Status?: number | undefined;
1653
+ RequestId?: string | undefined;
1322
1654
  }
1323
1655
  export interface DeleteUserRequest {
1324
1656
  UserName: string | undefined;
@@ -1326,8 +1658,8 @@ export interface DeleteUserRequest {
1326
1658
  Namespace: string | undefined;
1327
1659
  }
1328
1660
  export interface DeleteUserResponse {
1329
- RequestId?: string;
1330
- Status?: number;
1661
+ RequestId?: string | undefined;
1662
+ Status?: number | undefined;
1331
1663
  }
1332
1664
  export interface DeleteUserByPrincipalIdRequest {
1333
1665
  PrincipalId: string | undefined;
@@ -1335,83 +1667,92 @@ export interface DeleteUserByPrincipalIdRequest {
1335
1667
  Namespace: string | undefined;
1336
1668
  }
1337
1669
  export interface DeleteUserByPrincipalIdResponse {
1338
- RequestId?: string;
1339
- Status?: number;
1670
+ RequestId?: string | undefined;
1671
+ Status?: number | undefined;
1672
+ }
1673
+ export interface DeleteUserCustomPermissionRequest {
1674
+ UserName: string | undefined;
1675
+ AwsAccountId: string | undefined;
1676
+ Namespace: string | undefined;
1677
+ }
1678
+ export interface DeleteUserCustomPermissionResponse {
1679
+ RequestId?: string | undefined;
1680
+ Status?: number | undefined;
1340
1681
  }
1341
1682
  export interface DeleteVPCConnectionRequest {
1342
1683
  AwsAccountId: string | undefined;
1343
1684
  VPCConnectionId: string | undefined;
1344
1685
  }
1345
1686
  export interface DeleteVPCConnectionResponse {
1346
- Arn?: string;
1347
- VPCConnectionId?: string;
1348
- DeletionStatus?: VPCConnectionResourceStatus;
1349
- AvailabilityStatus?: VPCConnectionAvailabilityStatus;
1350
- RequestId?: string;
1351
- Status?: number;
1687
+ Arn?: string | undefined;
1688
+ VPCConnectionId?: string | undefined;
1689
+ DeletionStatus?: VPCConnectionResourceStatus | undefined;
1690
+ AvailabilityStatus?: VPCConnectionAvailabilityStatus | undefined;
1691
+ RequestId?: string | undefined;
1692
+ Status?: number | undefined;
1352
1693
  }
1353
1694
  export interface DescribeAccountCustomizationRequest {
1354
1695
  AwsAccountId: string | undefined;
1355
- Namespace?: string;
1356
- Resolved?: boolean;
1696
+ Namespace?: string | undefined;
1697
+ Resolved?: boolean | undefined;
1357
1698
  }
1358
1699
  export interface DescribeAccountCustomizationResponse {
1359
- Arn?: string;
1360
- AwsAccountId?: string;
1361
- Namespace?: string;
1362
- AccountCustomization?: AccountCustomization;
1363
- RequestId?: string;
1364
- Status?: number;
1700
+ Arn?: string | undefined;
1701
+ AwsAccountId?: string | undefined;
1702
+ Namespace?: string | undefined;
1703
+ AccountCustomization?: AccountCustomization | undefined;
1704
+ RequestId?: string | undefined;
1705
+ Status?: number | undefined;
1365
1706
  }
1366
1707
  export interface DescribeAccountSettingsRequest {
1367
1708
  AwsAccountId: string | undefined;
1368
1709
  }
1369
1710
  export interface DescribeAccountSettingsResponse {
1370
- AccountSettings?: AccountSettings;
1371
- RequestId?: string;
1372
- Status?: number;
1711
+ AccountSettings?: AccountSettings | undefined;
1712
+ RequestId?: string | undefined;
1713
+ Status?: number | undefined;
1373
1714
  }
1374
1715
  export interface DescribeAccountSubscriptionRequest {
1375
1716
  AwsAccountId: string | undefined;
1376
1717
  }
1377
1718
  export interface DescribeAccountSubscriptionResponse {
1378
- AccountInfo?: AccountInfo;
1379
- Status?: number;
1380
- RequestId?: string;
1719
+ AccountInfo?: AccountInfo | undefined;
1720
+ Status?: number | undefined;
1721
+ RequestId?: string | undefined;
1381
1722
  }
1382
1723
  export interface DescribeAnalysisRequest {
1383
1724
  AwsAccountId: string | undefined;
1384
1725
  AnalysisId: string | undefined;
1385
1726
  }
1386
1727
  export interface DescribeAnalysisResponse {
1387
- Analysis?: Analysis;
1388
- Status?: number;
1389
- RequestId?: string;
1728
+ Analysis?: Analysis | undefined;
1729
+ Status?: number | undefined;
1730
+ RequestId?: string | undefined;
1390
1731
  }
1391
1732
  export interface DescribeAnalysisDefinitionRequest {
1392
1733
  AwsAccountId: string | undefined;
1393
1734
  AnalysisId: string | undefined;
1394
1735
  }
1395
1736
  export interface DescribeAnalysisDefinitionResponse {
1396
- AnalysisId?: string;
1397
- Name?: string;
1398
- Errors?: AnalysisError[];
1399
- ResourceStatus?: ResourceStatus;
1400
- ThemeArn?: string;
1401
- Definition?: AnalysisDefinition;
1402
- Status?: number;
1403
- RequestId?: string;
1737
+ AnalysisId?: string | undefined;
1738
+ Name?: string | undefined;
1739
+ Errors?: AnalysisError[] | undefined;
1740
+ ResourceStatus?: ResourceStatus | undefined;
1741
+ ThemeArn?: string | undefined;
1742
+ Definition?: AnalysisDefinition | undefined;
1743
+ Status?: number | undefined;
1744
+ RequestId?: string | undefined;
1404
1745
  }
1405
1746
  export interface DescribeAnalysisPermissionsRequest {
1406
1747
  AwsAccountId: string | undefined;
1407
1748
  AnalysisId: string | undefined;
1408
1749
  }
1409
1750
  export interface DescribeAnalysisPermissionsResponse {
1410
- AnalysisId?: string;
1411
- AnalysisArn?: string;
1412
- Permissions?: ResourcePermission[];
1413
- Status?: number;
1414
- RequestId?: string;
1751
+ AnalysisId?: string | undefined;
1752
+ AnalysisArn?: string | undefined;
1753
+ Permissions?: ResourcePermission[] | undefined;
1754
+ Status?: number | undefined;
1755
+ RequestId?: string | undefined;
1415
1756
  }
1416
1757
  export interface DescribeAssetBundleExportJobRequest {
1417
1758
  AwsAccountId: string | undefined;
@@ -1425,87 +1766,126 @@ export declare const IncludeFolderMembers: {
1425
1766
  export type IncludeFolderMembers =
1426
1767
  (typeof IncludeFolderMembers)[keyof typeof IncludeFolderMembers];
1427
1768
  export interface DescribeAssetBundleExportJobResponse {
1428
- JobStatus?: AssetBundleExportJobStatus;
1429
- DownloadUrl?: string;
1430
- Errors?: AssetBundleExportJobError[];
1431
- Arn?: string;
1432
- CreatedTime?: Date;
1433
- AssetBundleExportJobId?: string;
1434
- AwsAccountId?: string;
1435
- ResourceArns?: string[];
1436
- IncludeAllDependencies?: boolean;
1437
- ExportFormat?: AssetBundleExportFormat;
1438
- CloudFormationOverridePropertyConfiguration?: AssetBundleCloudFormationOverridePropertyConfiguration;
1439
- RequestId?: string;
1440
- Status?: number;
1441
- IncludePermissions?: boolean;
1442
- IncludeTags?: boolean;
1443
- ValidationStrategy?: AssetBundleExportJobValidationStrategy;
1444
- Warnings?: AssetBundleExportJobWarning[];
1445
- IncludeFolderMemberships?: boolean;
1446
- IncludeFolderMembers?: IncludeFolderMembers;
1769
+ JobStatus?: AssetBundleExportJobStatus | undefined;
1770
+ DownloadUrl?: string | undefined;
1771
+ Errors?: AssetBundleExportJobError[] | undefined;
1772
+ Arn?: string | undefined;
1773
+ CreatedTime?: Date | undefined;
1774
+ AssetBundleExportJobId?: string | undefined;
1775
+ AwsAccountId?: string | undefined;
1776
+ ResourceArns?: string[] | undefined;
1777
+ IncludeAllDependencies?: boolean | undefined;
1778
+ ExportFormat?: AssetBundleExportFormat | undefined;
1779
+ CloudFormationOverridePropertyConfiguration?:
1780
+ | AssetBundleCloudFormationOverridePropertyConfiguration
1781
+ | undefined;
1782
+ RequestId?: string | undefined;
1783
+ Status?: number | undefined;
1784
+ IncludePermissions?: boolean | undefined;
1785
+ IncludeTags?: boolean | undefined;
1786
+ ValidationStrategy?: AssetBundleExportJobValidationStrategy | undefined;
1787
+ Warnings?: AssetBundleExportJobWarning[] | undefined;
1788
+ IncludeFolderMemberships?: boolean | undefined;
1789
+ IncludeFolderMembers?: IncludeFolderMembers | undefined;
1447
1790
  }
1448
1791
  export interface DescribeAssetBundleImportJobRequest {
1449
1792
  AwsAccountId: string | undefined;
1450
1793
  AssetBundleImportJobId: string | undefined;
1451
1794
  }
1452
1795
  export interface DescribeAssetBundleImportJobResponse {
1453
- JobStatus?: AssetBundleImportJobStatus;
1454
- Errors?: AssetBundleImportJobError[];
1455
- RollbackErrors?: AssetBundleImportJobError[];
1456
- Arn?: string;
1457
- CreatedTime?: Date;
1458
- AssetBundleImportJobId?: string;
1459
- AwsAccountId?: string;
1460
- AssetBundleImportSource?: AssetBundleImportSourceDescription;
1461
- OverrideParameters?: AssetBundleImportJobOverrideParameters;
1462
- FailureAction?: AssetBundleImportFailureAction;
1463
- RequestId?: string;
1464
- Status?: number;
1465
- OverridePermissions?: AssetBundleImportJobOverridePermissions;
1466
- OverrideTags?: AssetBundleImportJobOverrideTags;
1467
- OverrideValidationStrategy?: AssetBundleImportJobOverrideValidationStrategy;
1468
- Warnings?: AssetBundleImportJobWarning[];
1796
+ JobStatus?: AssetBundleImportJobStatus | undefined;
1797
+ Errors?: AssetBundleImportJobError[] | undefined;
1798
+ RollbackErrors?: AssetBundleImportJobError[] | undefined;
1799
+ Arn?: string | undefined;
1800
+ CreatedTime?: Date | undefined;
1801
+ AssetBundleImportJobId?: string | undefined;
1802
+ AwsAccountId?: string | undefined;
1803
+ AssetBundleImportSource?: AssetBundleImportSourceDescription | undefined;
1804
+ OverrideParameters?: AssetBundleImportJobOverrideParameters | undefined;
1805
+ FailureAction?: AssetBundleImportFailureAction | undefined;
1806
+ RequestId?: string | undefined;
1807
+ Status?: number | undefined;
1808
+ OverridePermissions?: AssetBundleImportJobOverridePermissions | undefined;
1809
+ OverrideTags?: AssetBundleImportJobOverrideTags | undefined;
1810
+ OverrideValidationStrategy?:
1811
+ | AssetBundleImportJobOverrideValidationStrategy
1812
+ | undefined;
1813
+ Warnings?: AssetBundleImportJobWarning[] | undefined;
1814
+ }
1815
+ export interface DescribeBrandRequest {
1816
+ AwsAccountId: string | undefined;
1817
+ BrandId: string | undefined;
1818
+ VersionId?: string | undefined;
1819
+ }
1820
+ export interface DescribeBrandResponse {
1821
+ RequestId?: string | undefined;
1822
+ BrandDetail?: BrandDetail | undefined;
1823
+ BrandDefinition?: BrandDefinition | undefined;
1824
+ }
1825
+ export interface DescribeBrandAssignmentRequest {
1826
+ AwsAccountId: string | undefined;
1827
+ }
1828
+ export interface DescribeBrandAssignmentResponse {
1829
+ RequestId?: string | undefined;
1830
+ BrandArn?: string | undefined;
1831
+ }
1832
+ export interface DescribeBrandPublishedVersionRequest {
1833
+ AwsAccountId: string | undefined;
1834
+ BrandId: string | undefined;
1835
+ }
1836
+ export interface DescribeBrandPublishedVersionResponse {
1837
+ RequestId?: string | undefined;
1838
+ BrandDetail?: BrandDetail | undefined;
1839
+ BrandDefinition?: BrandDefinition | undefined;
1840
+ }
1841
+ export interface DescribeCustomPermissionsRequest {
1842
+ AwsAccountId: string | undefined;
1843
+ CustomPermissionsName: string | undefined;
1844
+ }
1845
+ export interface DescribeCustomPermissionsResponse {
1846
+ Status?: number | undefined;
1847
+ CustomPermissions?: CustomPermissions | undefined;
1848
+ RequestId?: string | undefined;
1469
1849
  }
1470
1850
  export interface DescribeDashboardRequest {
1471
1851
  AwsAccountId: string | undefined;
1472
1852
  DashboardId: string | undefined;
1473
- VersionNumber?: number;
1474
- AliasName?: string;
1853
+ VersionNumber?: number | undefined;
1854
+ AliasName?: string | undefined;
1475
1855
  }
1476
1856
  export interface DescribeDashboardResponse {
1477
- Dashboard?: Dashboard;
1478
- Status?: number;
1479
- RequestId?: string;
1857
+ Dashboard?: Dashboard | undefined;
1858
+ Status?: number | undefined;
1859
+ RequestId?: string | undefined;
1480
1860
  }
1481
1861
  export interface DescribeDashboardDefinitionRequest {
1482
1862
  AwsAccountId: string | undefined;
1483
1863
  DashboardId: string | undefined;
1484
- VersionNumber?: number;
1485
- AliasName?: string;
1864
+ VersionNumber?: number | undefined;
1865
+ AliasName?: string | undefined;
1486
1866
  }
1487
1867
  export interface DescribeDashboardDefinitionResponse {
1488
- DashboardId?: string;
1489
- Errors?: DashboardError[];
1490
- Name?: string;
1491
- ResourceStatus?: ResourceStatus;
1492
- ThemeArn?: string;
1493
- Definition?: DashboardVersionDefinition;
1494
- Status?: number;
1495
- RequestId?: string;
1496
- DashboardPublishOptions?: DashboardPublishOptions;
1868
+ DashboardId?: string | undefined;
1869
+ Errors?: DashboardError[] | undefined;
1870
+ Name?: string | undefined;
1871
+ ResourceStatus?: ResourceStatus | undefined;
1872
+ ThemeArn?: string | undefined;
1873
+ Definition?: DashboardVersionDefinition | undefined;
1874
+ Status?: number | undefined;
1875
+ RequestId?: string | undefined;
1876
+ DashboardPublishOptions?: DashboardPublishOptions | undefined;
1497
1877
  }
1498
1878
  export interface DescribeDashboardPermissionsRequest {
1499
1879
  AwsAccountId: string | undefined;
1500
1880
  DashboardId: string | undefined;
1501
1881
  }
1502
1882
  export interface DescribeDashboardPermissionsResponse {
1503
- DashboardId?: string;
1504
- DashboardArn?: string;
1505
- Permissions?: ResourcePermission[];
1506
- Status?: number;
1507
- RequestId?: string;
1508
- LinkSharingConfiguration?: LinkSharingConfiguration;
1883
+ DashboardId?: string | undefined;
1884
+ DashboardArn?: string | undefined;
1885
+ Permissions?: ResourcePermission[] | undefined;
1886
+ Status?: number | undefined;
1887
+ RequestId?: string | undefined;
1888
+ LinkSharingConfiguration?: LinkSharingConfiguration | undefined;
1509
1889
  }
1510
1890
  export interface DescribeDashboardSnapshotJobRequest {
1511
1891
  AwsAccountId: string | undefined;
@@ -1521,34 +1901,34 @@ export declare const SnapshotJobStatus: {
1521
1901
  export type SnapshotJobStatus =
1522
1902
  (typeof SnapshotJobStatus)[keyof typeof SnapshotJobStatus];
1523
1903
  export interface SnapshotDestinationConfiguration {
1524
- S3Destinations?: SnapshotS3DestinationConfiguration[];
1904
+ S3Destinations?: SnapshotS3DestinationConfiguration[] | undefined;
1525
1905
  }
1526
1906
  export interface SnapshotFileGroup {
1527
- Files?: SnapshotFile[];
1907
+ Files?: SnapshotFile[] | undefined;
1528
1908
  }
1529
1909
  export interface SnapshotConfiguration {
1530
1910
  FileGroups: SnapshotFileGroup[] | undefined;
1531
- DestinationConfiguration?: SnapshotDestinationConfiguration;
1532
- Parameters?: _Parameters;
1911
+ DestinationConfiguration?: SnapshotDestinationConfiguration | undefined;
1912
+ Parameters?: _Parameters | undefined;
1533
1913
  }
1534
1914
  export interface SnapshotAnonymousUserRedacted {
1535
- RowLevelPermissionTagKeys?: string[];
1915
+ RowLevelPermissionTagKeys?: string[] | undefined;
1536
1916
  }
1537
1917
  export interface SnapshotUserConfigurationRedacted {
1538
- AnonymousUsers?: SnapshotAnonymousUserRedacted[];
1918
+ AnonymousUsers?: SnapshotAnonymousUserRedacted[] | undefined;
1539
1919
  }
1540
1920
  export interface DescribeDashboardSnapshotJobResponse {
1541
- AwsAccountId?: string;
1542
- DashboardId?: string;
1543
- SnapshotJobId?: string;
1544
- UserConfiguration?: SnapshotUserConfigurationRedacted;
1545
- SnapshotConfiguration?: SnapshotConfiguration;
1546
- Arn?: string;
1547
- JobStatus?: SnapshotJobStatus;
1548
- CreatedTime?: Date;
1549
- LastUpdatedTime?: Date;
1550
- RequestId?: string;
1551
- Status?: number;
1921
+ AwsAccountId?: string | undefined;
1922
+ DashboardId?: string | undefined;
1923
+ SnapshotJobId?: string | undefined;
1924
+ UserConfiguration?: SnapshotUserConfigurationRedacted | undefined;
1925
+ SnapshotConfiguration?: SnapshotConfiguration | undefined;
1926
+ Arn?: string | undefined;
1927
+ JobStatus?: SnapshotJobStatus | undefined;
1928
+ CreatedTime?: Date | undefined;
1929
+ LastUpdatedTime?: Date | undefined;
1930
+ RequestId?: string | undefined;
1931
+ Status?: number | undefined;
1552
1932
  }
1553
1933
  export interface DescribeDashboardSnapshotJobResultRequest {
1554
1934
  AwsAccountId: string | undefined;
@@ -1556,110 +1936,110 @@ export interface DescribeDashboardSnapshotJobResultRequest {
1556
1936
  SnapshotJobId: string | undefined;
1557
1937
  }
1558
1938
  export interface SnapshotJobErrorInfo {
1559
- ErrorMessage?: string;
1560
- ErrorType?: string;
1939
+ ErrorMessage?: string | undefined;
1940
+ ErrorType?: string | undefined;
1561
1941
  }
1562
1942
  export interface SnapshotJobResult {
1563
- AnonymousUsers?: AnonymousUserSnapshotJobResult[];
1943
+ AnonymousUsers?: AnonymousUserSnapshotJobResult[] | undefined;
1564
1944
  }
1565
1945
  export interface DescribeDashboardSnapshotJobResultResponse {
1566
- Arn?: string;
1567
- JobStatus?: SnapshotJobStatus;
1568
- CreatedTime?: Date;
1569
- LastUpdatedTime?: Date;
1570
- Result?: SnapshotJobResult;
1571
- ErrorInfo?: SnapshotJobErrorInfo;
1572
- RequestId?: string;
1573
- Status?: number;
1946
+ Arn?: string | undefined;
1947
+ JobStatus?: SnapshotJobStatus | undefined;
1948
+ CreatedTime?: Date | undefined;
1949
+ LastUpdatedTime?: Date | undefined;
1950
+ Result?: SnapshotJobResult | undefined;
1951
+ ErrorInfo?: SnapshotJobErrorInfo | undefined;
1952
+ RequestId?: string | undefined;
1953
+ Status?: number | undefined;
1574
1954
  }
1575
1955
  export interface DescribeDataSetRequest {
1576
1956
  AwsAccountId: string | undefined;
1577
1957
  DataSetId: string | undefined;
1578
1958
  }
1579
1959
  export interface DescribeDataSetResponse {
1580
- DataSet?: DataSet;
1581
- RequestId?: string;
1582
- Status?: number;
1960
+ DataSet?: DataSet | undefined;
1961
+ RequestId?: string | undefined;
1962
+ Status?: number | undefined;
1583
1963
  }
1584
1964
  export interface DescribeDataSetPermissionsRequest {
1585
1965
  AwsAccountId: string | undefined;
1586
1966
  DataSetId: string | undefined;
1587
1967
  }
1588
1968
  export interface DescribeDataSetPermissionsResponse {
1589
- DataSetArn?: string;
1590
- DataSetId?: string;
1591
- Permissions?: ResourcePermission[];
1592
- RequestId?: string;
1593
- Status?: number;
1969
+ DataSetArn?: string | undefined;
1970
+ DataSetId?: string | undefined;
1971
+ Permissions?: ResourcePermission[] | undefined;
1972
+ RequestId?: string | undefined;
1973
+ Status?: number | undefined;
1594
1974
  }
1595
1975
  export interface DescribeDataSetRefreshPropertiesRequest {
1596
1976
  AwsAccountId: string | undefined;
1597
1977
  DataSetId: string | undefined;
1598
1978
  }
1599
1979
  export interface DescribeDataSetRefreshPropertiesResponse {
1600
- RequestId?: string;
1601
- Status?: number;
1602
- DataSetRefreshProperties?: DataSetRefreshProperties;
1980
+ RequestId?: string | undefined;
1981
+ Status?: number | undefined;
1982
+ DataSetRefreshProperties?: DataSetRefreshProperties | undefined;
1603
1983
  }
1604
1984
  export interface DescribeDataSourceRequest {
1605
1985
  AwsAccountId: string | undefined;
1606
1986
  DataSourceId: string | undefined;
1607
1987
  }
1608
1988
  export interface DescribeDataSourceResponse {
1609
- DataSource?: DataSource;
1610
- RequestId?: string;
1611
- Status?: number;
1989
+ DataSource?: DataSource | undefined;
1990
+ RequestId?: string | undefined;
1991
+ Status?: number | undefined;
1612
1992
  }
1613
1993
  export interface DescribeDataSourcePermissionsRequest {
1614
1994
  AwsAccountId: string | undefined;
1615
1995
  DataSourceId: string | undefined;
1616
1996
  }
1617
1997
  export interface DescribeDataSourcePermissionsResponse {
1618
- DataSourceArn?: string;
1619
- DataSourceId?: string;
1620
- Permissions?: ResourcePermission[];
1621
- RequestId?: string;
1622
- Status?: number;
1998
+ DataSourceArn?: string | undefined;
1999
+ DataSourceId?: string | undefined;
2000
+ Permissions?: ResourcePermission[] | undefined;
2001
+ RequestId?: string | undefined;
2002
+ Status?: number | undefined;
1623
2003
  }
1624
2004
  export interface DescribeFolderRequest {
1625
2005
  AwsAccountId: string | undefined;
1626
2006
  FolderId: string | undefined;
1627
2007
  }
1628
2008
  export interface Folder {
1629
- FolderId?: string;
1630
- Arn?: string;
1631
- Name?: string;
1632
- FolderType?: FolderType;
1633
- FolderPath?: string[];
1634
- CreatedTime?: Date;
1635
- LastUpdatedTime?: Date;
1636
- SharingModel?: SharingModel;
2009
+ FolderId?: string | undefined;
2010
+ Arn?: string | undefined;
2011
+ Name?: string | undefined;
2012
+ FolderType?: FolderType | undefined;
2013
+ FolderPath?: string[] | undefined;
2014
+ CreatedTime?: Date | undefined;
2015
+ LastUpdatedTime?: Date | undefined;
2016
+ SharingModel?: SharingModel | undefined;
1637
2017
  }
1638
2018
  export interface DescribeFolderResponse {
1639
- Status?: number;
1640
- Folder?: Folder;
1641
- RequestId?: string;
2019
+ Status?: number | undefined;
2020
+ Folder?: Folder | undefined;
2021
+ RequestId?: string | undefined;
1642
2022
  }
1643
2023
  export interface DescribeFolderPermissionsRequest {
1644
2024
  AwsAccountId: string | undefined;
1645
2025
  FolderId: string | undefined;
1646
- Namespace?: string;
1647
- MaxResults?: number;
1648
- NextToken?: string;
2026
+ Namespace?: string | undefined;
2027
+ MaxResults?: number | undefined;
2028
+ NextToken?: string | undefined;
1649
2029
  }
1650
2030
  export interface DescribeFolderPermissionsResponse {
1651
- Status?: number;
1652
- FolderId?: string;
1653
- Arn?: string;
1654
- Permissions?: ResourcePermission[];
1655
- RequestId?: string;
1656
- NextToken?: string;
2031
+ Status?: number | undefined;
2032
+ FolderId?: string | undefined;
2033
+ Arn?: string | undefined;
2034
+ Permissions?: ResourcePermission[] | undefined;
2035
+ RequestId?: string | undefined;
2036
+ NextToken?: string | undefined;
1657
2037
  }
1658
2038
  export declare class InvalidNextTokenException extends __BaseException {
1659
2039
  readonly name: "InvalidNextTokenException";
1660
2040
  readonly $fault: "client";
1661
- Message?: string;
1662
- RequestId?: string;
2041
+ Message?: string | undefined;
2042
+ RequestId?: string | undefined;
1663
2043
  constructor(
1664
2044
  opts: __ExceptionOptionType<InvalidNextTokenException, __BaseException>
1665
2045
  );
@@ -1667,17 +2047,17 @@ export declare class InvalidNextTokenException extends __BaseException {
1667
2047
  export interface DescribeFolderResolvedPermissionsRequest {
1668
2048
  AwsAccountId: string | undefined;
1669
2049
  FolderId: string | undefined;
1670
- Namespace?: string;
1671
- MaxResults?: number;
1672
- NextToken?: string;
2050
+ Namespace?: string | undefined;
2051
+ MaxResults?: number | undefined;
2052
+ NextToken?: string | undefined;
1673
2053
  }
1674
2054
  export interface DescribeFolderResolvedPermissionsResponse {
1675
- Status?: number;
1676
- FolderId?: string;
1677
- Arn?: string;
1678
- Permissions?: ResourcePermission[];
1679
- RequestId?: string;
1680
- NextToken?: string;
2055
+ Status?: number | undefined;
2056
+ FolderId?: string | undefined;
2057
+ Arn?: string | undefined;
2058
+ Permissions?: ResourcePermission[] | undefined;
2059
+ RequestId?: string | undefined;
2060
+ NextToken?: string | undefined;
1681
2061
  }
1682
2062
  export interface DescribeGroupRequest {
1683
2063
  GroupName: string | undefined;
@@ -1685,9 +2065,9 @@ export interface DescribeGroupRequest {
1685
2065
  Namespace: string | undefined;
1686
2066
  }
1687
2067
  export interface DescribeGroupResponse {
1688
- Group?: Group;
1689
- RequestId?: string;
1690
- Status?: number;
2068
+ Group?: Group | undefined;
2069
+ RequestId?: string | undefined;
2070
+ Status?: number | undefined;
1691
2071
  }
1692
2072
  export interface DescribeGroupMembershipRequest {
1693
2073
  MemberName: string | undefined;
@@ -1696,9 +2076,9 @@ export interface DescribeGroupMembershipRequest {
1696
2076
  Namespace: string | undefined;
1697
2077
  }
1698
2078
  export interface DescribeGroupMembershipResponse {
1699
- GroupMember?: GroupMember;
1700
- RequestId?: string;
1701
- Status?: number;
2079
+ GroupMember?: GroupMember | undefined;
2080
+ RequestId?: string | undefined;
2081
+ Status?: number | undefined;
1702
2082
  }
1703
2083
  export interface DescribeIAMPolicyAssignmentRequest {
1704
2084
  AwsAccountId: string | undefined;
@@ -1706,17 +2086,17 @@ export interface DescribeIAMPolicyAssignmentRequest {
1706
2086
  Namespace: string | undefined;
1707
2087
  }
1708
2088
  export interface IAMPolicyAssignment {
1709
- AwsAccountId?: string;
1710
- AssignmentId?: string;
1711
- AssignmentName?: string;
1712
- PolicyArn?: string;
1713
- Identities?: Record<string, string[]>;
1714
- AssignmentStatus?: AssignmentStatus;
2089
+ AwsAccountId?: string | undefined;
2090
+ AssignmentId?: string | undefined;
2091
+ AssignmentName?: string | undefined;
2092
+ PolicyArn?: string | undefined;
2093
+ Identities?: Record<string, string[]> | undefined;
2094
+ AssignmentStatus?: AssignmentStatus | undefined;
1715
2095
  }
1716
2096
  export interface DescribeIAMPolicyAssignmentResponse {
1717
- IAMPolicyAssignment?: IAMPolicyAssignment;
1718
- RequestId?: string;
1719
- Status?: number;
2097
+ IAMPolicyAssignment?: IAMPolicyAssignment | undefined;
2098
+ RequestId?: string | undefined;
2099
+ Status?: number | undefined;
1720
2100
  }
1721
2101
  export interface DescribeIngestionRequest {
1722
2102
  AwsAccountId: string | undefined;
@@ -1773,8 +2153,8 @@ export declare const IngestionErrorType: {
1773
2153
  export type IngestionErrorType =
1774
2154
  (typeof IngestionErrorType)[keyof typeof IngestionErrorType];
1775
2155
  export interface ErrorInfo {
1776
- Type?: IngestionErrorType;
1777
- Message?: string;
2156
+ Type?: IngestionErrorType | undefined;
2157
+ Message?: string | undefined;
1778
2158
  }
1779
2159
  export interface QueueInfo {
1780
2160
  WaitingOnIngestion: string | undefined;
@@ -1795,277 +2175,33 @@ export declare const IngestionRequestType: {
1795
2175
  export type IngestionRequestType =
1796
2176
  (typeof IngestionRequestType)[keyof typeof IngestionRequestType];
1797
2177
  export interface RowInfo {
1798
- RowsIngested?: number;
1799
- RowsDropped?: number;
1800
- TotalRowsInDataset?: number;
2178
+ RowsIngested?: number | undefined;
2179
+ RowsDropped?: number | undefined;
2180
+ TotalRowsInDataset?: number | undefined;
1801
2181
  }
1802
2182
  export interface Ingestion {
1803
2183
  Arn: string | undefined;
1804
- IngestionId?: string;
2184
+ IngestionId?: string | undefined;
1805
2185
  IngestionStatus: IngestionStatus | undefined;
1806
- ErrorInfo?: ErrorInfo;
1807
- RowInfo?: RowInfo;
1808
- QueueInfo?: QueueInfo;
2186
+ ErrorInfo?: ErrorInfo | undefined;
2187
+ RowInfo?: RowInfo | undefined;
2188
+ QueueInfo?: QueueInfo | undefined;
1809
2189
  CreatedTime: Date | undefined;
1810
- IngestionTimeInSeconds?: number;
1811
- IngestionSizeInBytes?: number;
1812
- RequestSource?: IngestionRequestSource;
1813
- RequestType?: IngestionRequestType;
1814
- }
1815
- export interface DescribeIngestionResponse {
1816
- Ingestion?: Ingestion;
1817
- RequestId?: string;
1818
- Status?: number;
1819
- }
1820
- export interface DescribeIpRestrictionRequest {
1821
- AwsAccountId: string | undefined;
1822
- }
1823
- export interface DescribeIpRestrictionResponse {
1824
- AwsAccountId?: string;
1825
- IpRestrictionRuleMap?: Record<string, string>;
1826
- VpcIdRestrictionRuleMap?: Record<string, string>;
1827
- VpcEndpointIdRestrictionRuleMap?: Record<string, string>;
1828
- Enabled?: boolean;
1829
- RequestId?: string;
1830
- Status?: number;
1831
- }
1832
- export interface DescribeKeyRegistrationRequest {
1833
- AwsAccountId: string | undefined;
1834
- DefaultKeyOnly?: boolean;
1835
- }
1836
- export interface RegisteredCustomerManagedKey {
1837
- KeyArn?: string;
1838
- DefaultKey?: boolean;
1839
- }
1840
- export interface DescribeKeyRegistrationResponse {
1841
- AwsAccountId?: string;
1842
- KeyRegistration?: RegisteredCustomerManagedKey[];
1843
- RequestId?: string;
1844
- Status?: number;
1845
- }
1846
- export interface DescribeNamespaceRequest {
1847
- AwsAccountId: string | undefined;
1848
- Namespace: string | undefined;
1849
- }
1850
- export declare const NamespaceErrorType: {
1851
- readonly INTERNAL_SERVICE_ERROR: "INTERNAL_SERVICE_ERROR";
1852
- readonly PERMISSION_DENIED: "PERMISSION_DENIED";
1853
- };
1854
- export type NamespaceErrorType =
1855
- (typeof NamespaceErrorType)[keyof typeof NamespaceErrorType];
1856
- export interface NamespaceError {
1857
- Type?: NamespaceErrorType;
1858
- Message?: string;
1859
- }
1860
- export interface NamespaceInfoV2 {
1861
- Name?: string;
1862
- Arn?: string;
1863
- CapacityRegion?: string;
1864
- CreationStatus?: NamespaceStatus;
1865
- IdentityStore?: IdentityStore;
1866
- NamespaceError?: NamespaceError;
1867
- }
1868
- export interface DescribeNamespaceResponse {
1869
- Namespace?: NamespaceInfoV2;
1870
- RequestId?: string;
1871
- Status?: number;
1872
- }
1873
- export interface DescribeQPersonalizationConfigurationRequest {
1874
- AwsAccountId: string | undefined;
1875
- }
1876
- export declare const PersonalizationMode: {
1877
- readonly DISABLED: "DISABLED";
1878
- readonly ENABLED: "ENABLED";
1879
- };
1880
- export type PersonalizationMode =
1881
- (typeof PersonalizationMode)[keyof typeof PersonalizationMode];
1882
- export interface DescribeQPersonalizationConfigurationResponse {
1883
- PersonalizationMode?: PersonalizationMode;
1884
- RequestId?: string;
1885
- Status?: number;
1886
- }
1887
- export interface DescribeRefreshScheduleRequest {
1888
- AwsAccountId: string | undefined;
1889
- DataSetId: string | undefined;
1890
- ScheduleId: string | undefined;
1891
- }
1892
- export interface DescribeRefreshScheduleResponse {
1893
- RefreshSchedule?: RefreshSchedule;
1894
- Status?: number;
1895
- RequestId?: string;
1896
- Arn?: string;
1897
- }
1898
- export interface DescribeRoleCustomPermissionRequest {
1899
- Role: Role | undefined;
1900
- AwsAccountId: string | undefined;
1901
- Namespace: string | undefined;
1902
- }
1903
- export interface DescribeRoleCustomPermissionResponse {
1904
- CustomPermissionsName?: string;
1905
- RequestId?: string;
1906
- Status?: number;
1907
- }
1908
- export interface DescribeTemplateRequest {
1909
- AwsAccountId: string | undefined;
1910
- TemplateId: string | undefined;
1911
- VersionNumber?: number;
1912
- AliasName?: string;
1913
- }
1914
- export declare const TemplateErrorType: {
1915
- readonly ACCESS_DENIED: "ACCESS_DENIED";
1916
- readonly DATA_SET_NOT_FOUND: "DATA_SET_NOT_FOUND";
1917
- readonly INTERNAL_FAILURE: "INTERNAL_FAILURE";
1918
- readonly SOURCE_NOT_FOUND: "SOURCE_NOT_FOUND";
1919
- };
1920
- export type TemplateErrorType =
1921
- (typeof TemplateErrorType)[keyof typeof TemplateErrorType];
1922
- export interface TemplateError {
1923
- Type?: TemplateErrorType;
1924
- Message?: string;
1925
- ViolatedEntities?: Entity[];
1926
- }
1927
- export interface TemplateVersion {
1928
- CreatedTime?: Date;
1929
- Errors?: TemplateError[];
1930
- VersionNumber?: number;
1931
- Status?: ResourceStatus;
1932
- DataSetConfigurations?: DataSetConfiguration[];
1933
- Description?: string;
1934
- SourceEntityArn?: string;
1935
- ThemeArn?: string;
1936
- Sheets?: Sheet[];
1937
- }
1938
- export interface Template {
1939
- Arn?: string;
1940
- Name?: string;
1941
- Version?: TemplateVersion;
1942
- TemplateId?: string;
1943
- LastUpdatedTime?: Date;
1944
- CreatedTime?: Date;
1945
- }
1946
- export interface DescribeTemplateResponse {
1947
- Template?: Template;
1948
- Status?: number;
1949
- RequestId?: string;
1950
- }
1951
- export interface DescribeTemplateAliasRequest {
1952
- AwsAccountId: string | undefined;
1953
- TemplateId: string | undefined;
1954
- AliasName: string | undefined;
1955
- }
1956
- export interface DescribeTemplateAliasResponse {
1957
- TemplateAlias?: TemplateAlias;
1958
- Status?: number;
1959
- RequestId?: string;
1960
- }
1961
- export interface DescribeTemplateDefinitionRequest {
1962
- AwsAccountId: string | undefined;
1963
- TemplateId: string | undefined;
1964
- VersionNumber?: number;
1965
- AliasName?: string;
1966
- }
1967
- export interface DescribeTemplateDefinitionResponse {
1968
- Name?: string;
1969
- TemplateId?: string;
1970
- Errors?: TemplateError[];
1971
- ResourceStatus?: ResourceStatus;
1972
- ThemeArn?: string;
1973
- Definition?: TemplateVersionDefinition;
1974
- Status?: number;
1975
- RequestId?: string;
1976
- }
1977
- export interface DescribeTemplatePermissionsRequest {
1978
- AwsAccountId: string | undefined;
1979
- TemplateId: string | undefined;
1980
- }
1981
- export interface DescribeTemplatePermissionsResponse {
1982
- TemplateId?: string;
1983
- TemplateArn?: string;
1984
- Permissions?: ResourcePermission[];
1985
- RequestId?: string;
1986
- Status?: number;
1987
- }
1988
- export interface DescribeThemeRequest {
1989
- AwsAccountId: string | undefined;
1990
- ThemeId: string | undefined;
1991
- VersionNumber?: number;
1992
- AliasName?: string;
1993
- }
1994
- export declare const ThemeType: {
1995
- readonly ALL: "ALL";
1996
- readonly CUSTOM: "CUSTOM";
1997
- readonly QUICKSIGHT: "QUICKSIGHT";
1998
- };
1999
- export type ThemeType = (typeof ThemeType)[keyof typeof ThemeType];
2000
- export declare const ThemeErrorType: {
2001
- readonly INTERNAL_FAILURE: "INTERNAL_FAILURE";
2002
- };
2003
- export type ThemeErrorType =
2004
- (typeof ThemeErrorType)[keyof typeof ThemeErrorType];
2005
- export interface ThemeError {
2006
- Type?: ThemeErrorType;
2007
- Message?: string;
2008
- }
2009
- export interface ThemeVersion {
2010
- VersionNumber?: number;
2011
- Arn?: string;
2012
- Description?: string;
2013
- BaseThemeId?: string;
2014
- CreatedTime?: Date;
2015
- Configuration?: ThemeConfiguration;
2016
- Errors?: ThemeError[];
2017
- Status?: ResourceStatus;
2018
- }
2019
- export interface Theme {
2020
- Arn?: string;
2021
- Name?: string;
2022
- ThemeId?: string;
2023
- Version?: ThemeVersion;
2024
- CreatedTime?: Date;
2025
- LastUpdatedTime?: Date;
2026
- Type?: ThemeType;
2027
- }
2028
- export interface DescribeThemeResponse {
2029
- Theme?: Theme;
2030
- Status?: number;
2031
- RequestId?: string;
2032
- }
2033
- export interface DescribeThemeAliasRequest {
2034
- AwsAccountId: string | undefined;
2035
- ThemeId: string | undefined;
2036
- AliasName: string | undefined;
2037
- }
2038
- export interface DescribeThemeAliasResponse {
2039
- ThemeAlias?: ThemeAlias;
2040
- Status?: number;
2041
- RequestId?: string;
2042
- }
2043
- export interface DescribeThemePermissionsRequest {
2044
- AwsAccountId: string | undefined;
2045
- ThemeId: string | undefined;
2046
- }
2047
- export interface DescribeThemePermissionsResponse {
2048
- ThemeId?: string;
2049
- ThemeArn?: string;
2050
- Permissions?: ResourcePermission[];
2051
- RequestId?: string;
2052
- Status?: number;
2053
- }
2054
- export interface DescribeTopicRequest {
2055
- AwsAccountId: string | undefined;
2056
- TopicId: string | undefined;
2057
- }
2058
- export interface DescribeTopicResponse {
2059
- Arn?: string;
2060
- TopicId?: string;
2061
- Topic?: TopicDetails;
2062
- RequestId?: string;
2063
- Status?: number;
2064
- }
2065
- export interface DescribeTopicPermissionsRequest {
2066
- AwsAccountId: string | undefined;
2067
- TopicId: string | undefined;
2190
+ IngestionTimeInSeconds?: number | undefined;
2191
+ IngestionSizeInBytes?: number | undefined;
2192
+ RequestSource?: IngestionRequestSource | undefined;
2193
+ RequestType?: IngestionRequestType | undefined;
2068
2194
  }
2195
+ export declare const FilterOperationFilterSensitiveLog: (
2196
+ obj: FilterOperation
2197
+ ) => any;
2198
+ export declare const TagColumnOperationFilterSensitiveLog: (
2199
+ obj: TagColumnOperation
2200
+ ) => any;
2201
+ export declare const TransformOperationFilterSensitiveLog: (
2202
+ obj: TransformOperation
2203
+ ) => any;
2204
+ export declare const LogicalTableFilterSensitiveLog: (obj: LogicalTable) => any;
2069
2205
  export declare const RowLevelPermissionTagRuleFilterSensitiveLog: (
2070
2206
  obj: RowLevelPermissionTagRule
2071
2207
  ) => any;
@@ -2153,9 +2289,3 @@ export declare const DescribeDashboardSnapshotJobResultResponseFilterSensitiveLo
2153
2289
  export declare const DescribeDataSetResponseFilterSensitiveLog: (
2154
2290
  obj: DescribeDataSetResponse
2155
2291
  ) => any;
2156
- export declare const DescribeTemplateDefinitionResponseFilterSensitiveLog: (
2157
- obj: DescribeTemplateDefinitionResponse
2158
- ) => any;
2159
- export declare const DescribeTopicResponseFilterSensitiveLog: (
2160
- obj: DescribeTopicResponse
2161
- ) => any;