@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
@@ -2,7 +2,9 @@ import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-cli
2
2
  import {
3
3
  AccountCustomization,
4
4
  ActiveIAMPolicyAssignment,
5
+ Entity,
5
6
  ResourceStatus,
7
+ Sheet,
6
8
  } from "./models_0";
7
9
  import {
8
10
  _Parameters,
@@ -25,21 +27,20 @@ import {
25
27
  AssignmentStatus,
26
28
  AuthorizedTargetsByService,
27
29
  BookmarksConfigurations,
30
+ BrandDefinition,
31
+ BrandDetail,
32
+ BrandSummary,
33
+ Capabilities,
28
34
  ColumnGroup,
29
35
  ColumnLevelPermissionRule,
30
36
  DashboardPublishOptions,
31
37
  DashboardSourceEntity,
32
38
  DashboardVersionDefinition,
33
39
  DashboardVisualId,
34
- DataSetImportMode,
35
40
  DatasetParameter,
36
- DataSetUsageConfiguration,
37
41
  DataSourceParameters,
38
- FieldFolder,
39
42
  FilterOperator,
40
43
  LinkSharingConfiguration,
41
- LogicalTable,
42
- PhysicalTable,
43
44
  ResourcePermission,
44
45
  ServiceType,
45
46
  SharedViewConfigurations,
@@ -52,25 +53,31 @@ import {
52
53
  VpcConnectionProperties,
53
54
  } from "./models_2";
54
55
  import {
56
+ CustomPermissions,
55
57
  DashboardSearchFilter,
56
58
  DashboardSummary,
57
59
  DashboardVersionSummary,
60
+ DataSetConfiguration,
61
+ DataSetImportMode,
58
62
  DataSetRefreshProperties,
59
63
  DataSetSearchFilter,
60
64
  DataSetSummary,
65
+ DataSetUsageConfiguration,
61
66
  DataSource,
62
67
  DataSourceCredentials,
63
68
  DataSourceSearchFilter,
64
69
  DataSourceSummary,
70
+ FieldFolder,
65
71
  FolderType,
66
72
  Group,
67
73
  GroupMember,
74
+ IdentityStore,
68
75
  IncludeFolderMembers,
69
76
  Ingestion,
70
- NamespaceInfoV2,
71
- PersonalizationMode,
77
+ LogicalTable,
78
+ NamespaceStatus,
79
+ PhysicalTable,
72
80
  RefreshSchedule,
73
- RegisteredCustomerManagedKey,
74
81
  Role,
75
82
  RowLevelPermissionDataSet,
76
83
  RowLevelPermissionTagConfiguration,
@@ -81,7 +88,6 @@ import {
81
88
  TemplateVersionDefinition,
82
89
  ThemeAlias,
83
90
  ThemeConfiguration,
84
- ThemeType,
85
91
  TopicDetails,
86
92
  TopicRefreshSchedule,
87
93
  TopicUserExperienceVersion,
@@ -89,12 +95,266 @@ import {
89
95
  VPCConnectionResourceStatus,
90
96
  } from "./models_3";
91
97
  import { QuickSightServiceException as __BaseException } from "./QuickSightServiceException";
98
+ export interface DescribeIngestionResponse {
99
+ Ingestion?: Ingestion | undefined;
100
+ RequestId?: string | undefined;
101
+ Status?: number | undefined;
102
+ }
103
+ export interface DescribeIpRestrictionRequest {
104
+ AwsAccountId: string | undefined;
105
+ }
106
+ export interface DescribeIpRestrictionResponse {
107
+ AwsAccountId?: string | undefined;
108
+ IpRestrictionRuleMap?: Record<string, string> | undefined;
109
+ VpcIdRestrictionRuleMap?: Record<string, string> | undefined;
110
+ VpcEndpointIdRestrictionRuleMap?: Record<string, string> | undefined;
111
+ Enabled?: boolean | undefined;
112
+ RequestId?: string | undefined;
113
+ Status?: number | undefined;
114
+ }
115
+ export interface DescribeKeyRegistrationRequest {
116
+ AwsAccountId: string | undefined;
117
+ DefaultKeyOnly?: boolean | undefined;
118
+ }
119
+ export interface RegisteredCustomerManagedKey {
120
+ KeyArn?: string | undefined;
121
+ DefaultKey?: boolean | undefined;
122
+ }
123
+ export interface DescribeKeyRegistrationResponse {
124
+ AwsAccountId?: string | undefined;
125
+ KeyRegistration?: RegisteredCustomerManagedKey[] | undefined;
126
+ RequestId?: string | undefined;
127
+ Status?: number | undefined;
128
+ }
129
+ export interface DescribeNamespaceRequest {
130
+ AwsAccountId: string | undefined;
131
+ Namespace: string | undefined;
132
+ }
133
+ export declare const NamespaceErrorType: {
134
+ readonly INTERNAL_SERVICE_ERROR: "INTERNAL_SERVICE_ERROR";
135
+ readonly PERMISSION_DENIED: "PERMISSION_DENIED";
136
+ };
137
+ export type NamespaceErrorType =
138
+ (typeof NamespaceErrorType)[keyof typeof NamespaceErrorType];
139
+ export interface NamespaceError {
140
+ Type?: NamespaceErrorType | undefined;
141
+ Message?: string | undefined;
142
+ }
143
+ export interface NamespaceInfoV2 {
144
+ Name?: string | undefined;
145
+ Arn?: string | undefined;
146
+ CapacityRegion?: string | undefined;
147
+ CreationStatus?: NamespaceStatus | undefined;
148
+ IdentityStore?: IdentityStore | undefined;
149
+ NamespaceError?: NamespaceError | undefined;
150
+ }
151
+ export interface DescribeNamespaceResponse {
152
+ Namespace?: NamespaceInfoV2 | undefined;
153
+ RequestId?: string | undefined;
154
+ Status?: number | undefined;
155
+ }
156
+ export interface DescribeQPersonalizationConfigurationRequest {
157
+ AwsAccountId: string | undefined;
158
+ }
159
+ export declare const PersonalizationMode: {
160
+ readonly DISABLED: "DISABLED";
161
+ readonly ENABLED: "ENABLED";
162
+ };
163
+ export type PersonalizationMode =
164
+ (typeof PersonalizationMode)[keyof typeof PersonalizationMode];
165
+ export interface DescribeQPersonalizationConfigurationResponse {
166
+ PersonalizationMode?: PersonalizationMode | undefined;
167
+ RequestId?: string | undefined;
168
+ Status?: number | undefined;
169
+ }
170
+ export interface DescribeRefreshScheduleRequest {
171
+ AwsAccountId: string | undefined;
172
+ DataSetId: string | undefined;
173
+ ScheduleId: string | undefined;
174
+ }
175
+ export interface DescribeRefreshScheduleResponse {
176
+ RefreshSchedule?: RefreshSchedule | undefined;
177
+ Status?: number | undefined;
178
+ RequestId?: string | undefined;
179
+ Arn?: string | undefined;
180
+ }
181
+ export interface DescribeRoleCustomPermissionRequest {
182
+ Role: Role | undefined;
183
+ AwsAccountId: string | undefined;
184
+ Namespace: string | undefined;
185
+ }
186
+ export interface DescribeRoleCustomPermissionResponse {
187
+ CustomPermissionsName?: string | undefined;
188
+ RequestId?: string | undefined;
189
+ Status?: number | undefined;
190
+ }
191
+ export interface DescribeTemplateRequest {
192
+ AwsAccountId: string | undefined;
193
+ TemplateId: string | undefined;
194
+ VersionNumber?: number | undefined;
195
+ AliasName?: string | undefined;
196
+ }
197
+ export declare const TemplateErrorType: {
198
+ readonly ACCESS_DENIED: "ACCESS_DENIED";
199
+ readonly DATA_SET_NOT_FOUND: "DATA_SET_NOT_FOUND";
200
+ readonly INTERNAL_FAILURE: "INTERNAL_FAILURE";
201
+ readonly SOURCE_NOT_FOUND: "SOURCE_NOT_FOUND";
202
+ };
203
+ export type TemplateErrorType =
204
+ (typeof TemplateErrorType)[keyof typeof TemplateErrorType];
205
+ export interface TemplateError {
206
+ Type?: TemplateErrorType | undefined;
207
+ Message?: string | undefined;
208
+ ViolatedEntities?: Entity[] | undefined;
209
+ }
210
+ export interface TemplateVersion {
211
+ CreatedTime?: Date | undefined;
212
+ Errors?: TemplateError[] | undefined;
213
+ VersionNumber?: number | undefined;
214
+ Status?: ResourceStatus | undefined;
215
+ DataSetConfigurations?: DataSetConfiguration[] | undefined;
216
+ Description?: string | undefined;
217
+ SourceEntityArn?: string | undefined;
218
+ ThemeArn?: string | undefined;
219
+ Sheets?: Sheet[] | undefined;
220
+ }
221
+ export interface Template {
222
+ Arn?: string | undefined;
223
+ Name?: string | undefined;
224
+ Version?: TemplateVersion | undefined;
225
+ TemplateId?: string | undefined;
226
+ LastUpdatedTime?: Date | undefined;
227
+ CreatedTime?: Date | undefined;
228
+ }
229
+ export interface DescribeTemplateResponse {
230
+ Template?: Template | undefined;
231
+ Status?: number | undefined;
232
+ RequestId?: string | undefined;
233
+ }
234
+ export interface DescribeTemplateAliasRequest {
235
+ AwsAccountId: string | undefined;
236
+ TemplateId: string | undefined;
237
+ AliasName: string | undefined;
238
+ }
239
+ export interface DescribeTemplateAliasResponse {
240
+ TemplateAlias?: TemplateAlias | undefined;
241
+ Status?: number | undefined;
242
+ RequestId?: string | undefined;
243
+ }
244
+ export interface DescribeTemplateDefinitionRequest {
245
+ AwsAccountId: string | undefined;
246
+ TemplateId: string | undefined;
247
+ VersionNumber?: number | undefined;
248
+ AliasName?: string | undefined;
249
+ }
250
+ export interface DescribeTemplateDefinitionResponse {
251
+ Name?: string | undefined;
252
+ TemplateId?: string | undefined;
253
+ Errors?: TemplateError[] | undefined;
254
+ ResourceStatus?: ResourceStatus | undefined;
255
+ ThemeArn?: string | undefined;
256
+ Definition?: TemplateVersionDefinition | undefined;
257
+ Status?: number | undefined;
258
+ RequestId?: string | undefined;
259
+ }
260
+ export interface DescribeTemplatePermissionsRequest {
261
+ AwsAccountId: string | undefined;
262
+ TemplateId: string | undefined;
263
+ }
264
+ export interface DescribeTemplatePermissionsResponse {
265
+ TemplateId?: string | undefined;
266
+ TemplateArn?: string | undefined;
267
+ Permissions?: ResourcePermission[] | undefined;
268
+ RequestId?: string | undefined;
269
+ Status?: number | undefined;
270
+ }
271
+ export interface DescribeThemeRequest {
272
+ AwsAccountId: string | undefined;
273
+ ThemeId: string | undefined;
274
+ VersionNumber?: number | undefined;
275
+ AliasName?: string | undefined;
276
+ }
277
+ export declare const ThemeType: {
278
+ readonly ALL: "ALL";
279
+ readonly CUSTOM: "CUSTOM";
280
+ readonly QUICKSIGHT: "QUICKSIGHT";
281
+ };
282
+ export type ThemeType = (typeof ThemeType)[keyof typeof ThemeType];
283
+ export declare const ThemeErrorType: {
284
+ readonly INTERNAL_FAILURE: "INTERNAL_FAILURE";
285
+ };
286
+ export type ThemeErrorType =
287
+ (typeof ThemeErrorType)[keyof typeof ThemeErrorType];
288
+ export interface ThemeError {
289
+ Type?: ThemeErrorType | undefined;
290
+ Message?: string | undefined;
291
+ }
292
+ export interface ThemeVersion {
293
+ VersionNumber?: number | undefined;
294
+ Arn?: string | undefined;
295
+ Description?: string | undefined;
296
+ BaseThemeId?: string | undefined;
297
+ CreatedTime?: Date | undefined;
298
+ Configuration?: ThemeConfiguration | undefined;
299
+ Errors?: ThemeError[] | undefined;
300
+ Status?: ResourceStatus | undefined;
301
+ }
302
+ export interface Theme {
303
+ Arn?: string | undefined;
304
+ Name?: string | undefined;
305
+ ThemeId?: string | undefined;
306
+ Version?: ThemeVersion | undefined;
307
+ CreatedTime?: Date | undefined;
308
+ LastUpdatedTime?: Date | undefined;
309
+ Type?: ThemeType | undefined;
310
+ }
311
+ export interface DescribeThemeResponse {
312
+ Theme?: Theme | undefined;
313
+ Status?: number | undefined;
314
+ RequestId?: string | undefined;
315
+ }
316
+ export interface DescribeThemeAliasRequest {
317
+ AwsAccountId: string | undefined;
318
+ ThemeId: string | undefined;
319
+ AliasName: string | undefined;
320
+ }
321
+ export interface DescribeThemeAliasResponse {
322
+ ThemeAlias?: ThemeAlias | undefined;
323
+ Status?: number | undefined;
324
+ RequestId?: string | undefined;
325
+ }
326
+ export interface DescribeThemePermissionsRequest {
327
+ AwsAccountId: string | undefined;
328
+ ThemeId: string | undefined;
329
+ }
330
+ export interface DescribeThemePermissionsResponse {
331
+ ThemeId?: string | undefined;
332
+ ThemeArn?: string | undefined;
333
+ Permissions?: ResourcePermission[] | undefined;
334
+ RequestId?: string | undefined;
335
+ Status?: number | undefined;
336
+ }
337
+ export interface DescribeTopicRequest {
338
+ AwsAccountId: string | undefined;
339
+ TopicId: string | undefined;
340
+ }
341
+ export interface DescribeTopicResponse {
342
+ Arn?: string | undefined;
343
+ TopicId?: string | undefined;
344
+ Topic?: TopicDetails | undefined;
345
+ RequestId?: string | undefined;
346
+ Status?: number | undefined;
347
+ }
348
+ export interface DescribeTopicPermissionsRequest {
349
+ AwsAccountId: string | undefined;
350
+ TopicId: string | undefined;
351
+ }
92
352
  export interface DescribeTopicPermissionsResponse {
93
- TopicId?: string;
94
- TopicArn?: string;
95
- Permissions?: ResourcePermission[];
96
- Status?: number;
97
- RequestId?: string;
353
+ TopicId?: string | undefined;
354
+ TopicArn?: string | undefined;
355
+ Permissions?: ResourcePermission[] | undefined;
356
+ Status?: number | undefined;
357
+ RequestId?: string | undefined;
98
358
  }
99
359
  export interface DescribeTopicRefreshRequest {
100
360
  AwsAccountId: string | undefined;
@@ -111,14 +371,14 @@ export declare const TopicRefreshStatus: {
111
371
  export type TopicRefreshStatus =
112
372
  (typeof TopicRefreshStatus)[keyof typeof TopicRefreshStatus];
113
373
  export interface TopicRefreshDetails {
114
- RefreshArn?: string;
115
- RefreshId?: string;
116
- RefreshStatus?: TopicRefreshStatus;
374
+ RefreshArn?: string | undefined;
375
+ RefreshId?: string | undefined;
376
+ RefreshStatus?: TopicRefreshStatus | undefined;
117
377
  }
118
378
  export interface DescribeTopicRefreshResponse {
119
- RefreshDetails?: TopicRefreshDetails;
120
- RequestId?: string;
121
- Status?: number;
379
+ RefreshDetails?: TopicRefreshDetails | undefined;
380
+ RequestId?: string | undefined;
381
+ Status?: number | undefined;
122
382
  }
123
383
  export interface DescribeTopicRefreshScheduleRequest {
124
384
  AwsAccountId: string | undefined;
@@ -126,12 +386,12 @@ export interface DescribeTopicRefreshScheduleRequest {
126
386
  DatasetId: string | undefined;
127
387
  }
128
388
  export interface DescribeTopicRefreshScheduleResponse {
129
- TopicId?: string;
130
- TopicArn?: string;
131
- DatasetArn?: string;
132
- RefreshSchedule?: TopicRefreshSchedule;
133
- Status?: number;
134
- RequestId?: string;
389
+ TopicId?: string | undefined;
390
+ TopicArn?: string | undefined;
391
+ DatasetArn?: string | undefined;
392
+ RefreshSchedule?: TopicRefreshSchedule | undefined;
393
+ Status?: number | undefined;
394
+ RequestId?: string | undefined;
135
395
  }
136
396
  export interface DescribeUserRequest {
137
397
  UserName: string | undefined;
@@ -156,22 +416,22 @@ export declare const UserRole: {
156
416
  };
157
417
  export type UserRole = (typeof UserRole)[keyof typeof UserRole];
158
418
  export interface User {
159
- Arn?: string;
160
- UserName?: string;
161
- Email?: string;
162
- Role?: UserRole;
163
- IdentityType?: IdentityType;
164
- Active?: boolean;
165
- PrincipalId?: string;
166
- CustomPermissionsName?: string;
167
- ExternalLoginFederationProviderType?: string;
168
- ExternalLoginFederationProviderUrl?: string;
169
- ExternalLoginId?: string;
419
+ Arn?: string | undefined;
420
+ UserName?: string | undefined;
421
+ Email?: string | undefined;
422
+ Role?: UserRole | undefined;
423
+ IdentityType?: IdentityType | undefined;
424
+ Active?: boolean | undefined;
425
+ PrincipalId?: string | undefined;
426
+ CustomPermissionsName?: string | undefined;
427
+ ExternalLoginFederationProviderType?: string | undefined;
428
+ ExternalLoginFederationProviderUrl?: string | undefined;
429
+ ExternalLoginId?: string | undefined;
170
430
  }
171
431
  export interface DescribeUserResponse {
172
- User?: User;
173
- RequestId?: string;
174
- Status?: number;
432
+ User?: User | undefined;
433
+ RequestId?: string | undefined;
434
+ Status?: number | undefined;
175
435
  }
176
436
  export interface DescribeVPCConnectionRequest {
177
437
  AwsAccountId: string | undefined;
@@ -192,36 +452,36 @@ export declare const NetworkInterfaceStatus: {
192
452
  export type NetworkInterfaceStatus =
193
453
  (typeof NetworkInterfaceStatus)[keyof typeof NetworkInterfaceStatus];
194
454
  export interface NetworkInterface {
195
- SubnetId?: string;
196
- AvailabilityZone?: string;
197
- ErrorMessage?: string;
198
- Status?: NetworkInterfaceStatus;
199
- NetworkInterfaceId?: string;
455
+ SubnetId?: string | undefined;
456
+ AvailabilityZone?: string | undefined;
457
+ ErrorMessage?: string | undefined;
458
+ Status?: NetworkInterfaceStatus | undefined;
459
+ NetworkInterfaceId?: string | undefined;
200
460
  }
201
461
  export interface VPCConnection {
202
- VPCConnectionId?: string;
203
- Arn?: string;
204
- Name?: string;
205
- VPCId?: string;
206
- SecurityGroupIds?: string[];
207
- DnsResolvers?: string[];
208
- Status?: VPCConnectionResourceStatus;
209
- AvailabilityStatus?: VPCConnectionAvailabilityStatus;
210
- NetworkInterfaces?: NetworkInterface[];
211
- RoleArn?: string;
212
- CreatedTime?: Date;
213
- LastUpdatedTime?: Date;
462
+ VPCConnectionId?: string | undefined;
463
+ Arn?: string | undefined;
464
+ Name?: string | undefined;
465
+ VPCId?: string | undefined;
466
+ SecurityGroupIds?: string[] | undefined;
467
+ DnsResolvers?: string[] | undefined;
468
+ Status?: VPCConnectionResourceStatus | undefined;
469
+ AvailabilityStatus?: VPCConnectionAvailabilityStatus | undefined;
470
+ NetworkInterfaces?: NetworkInterface[] | undefined;
471
+ RoleArn?: string | undefined;
472
+ CreatedTime?: Date | undefined;
473
+ LastUpdatedTime?: Date | undefined;
214
474
  }
215
475
  export interface DescribeVPCConnectionResponse {
216
- VPCConnection?: VPCConnection;
217
- RequestId?: string;
218
- Status?: number;
476
+ VPCConnection?: VPCConnection | undefined;
477
+ RequestId?: string | undefined;
478
+ Status?: number | undefined;
219
479
  }
220
480
  export declare class DomainNotWhitelistedException extends __BaseException {
221
481
  readonly name: "DomainNotWhitelistedException";
222
482
  readonly $fault: "client";
223
- Message?: string;
224
- RequestId?: string;
483
+ Message?: string | undefined;
484
+ RequestId?: string | undefined;
225
485
  constructor(
226
486
  opts: __ExceptionOptionType<DomainNotWhitelistedException, __BaseException>
227
487
  );
@@ -234,7 +494,7 @@ export declare const EmbeddingIdentityType: {
234
494
  export type EmbeddingIdentityType =
235
495
  (typeof EmbeddingIdentityType)[keyof typeof EmbeddingIdentityType];
236
496
  export interface FailedKeyRegistrationEntry {
237
- KeyArn?: string;
497
+ KeyArn?: string | undefined;
238
498
  Message: string | undefined;
239
499
  StatusCode: number | undefined;
240
500
  SenderFault: boolean | undefined;
@@ -251,22 +511,22 @@ export declare const FolderFilterAttribute: {
251
511
  export type FolderFilterAttribute =
252
512
  (typeof FolderFilterAttribute)[keyof typeof FolderFilterAttribute];
253
513
  export interface MemberIdArnPair {
254
- MemberId?: string;
255
- MemberArn?: string;
514
+ MemberId?: string | undefined;
515
+ MemberArn?: string | undefined;
256
516
  }
257
517
  export interface FolderSearchFilter {
258
- Operator?: FilterOperator;
259
- Name?: FolderFilterAttribute;
260
- Value?: string;
518
+ Operator?: FilterOperator | undefined;
519
+ Name?: FolderFilterAttribute | undefined;
520
+ Value?: string | undefined;
261
521
  }
262
522
  export interface FolderSummary {
263
- Arn?: string;
264
- FolderId?: string;
265
- Name?: string;
266
- FolderType?: FolderType;
267
- CreatedTime?: Date;
268
- LastUpdatedTime?: Date;
269
- SharingModel?: SharingModel;
523
+ Arn?: string | undefined;
524
+ FolderId?: string | undefined;
525
+ Name?: string | undefined;
526
+ FolderType?: FolderType | undefined;
527
+ CreatedTime?: Date | undefined;
528
+ LastUpdatedTime?: Date | undefined;
529
+ SharingModel?: SharingModel | undefined;
270
530
  }
271
531
  export interface SessionTag {
272
532
  Key: string | undefined;
@@ -274,14 +534,14 @@ export interface SessionTag {
274
534
  }
275
535
  export interface GenerateEmbedUrlForAnonymousUserRequest {
276
536
  AwsAccountId: string | undefined;
277
- SessionLifetimeInMinutes?: number;
537
+ SessionLifetimeInMinutes?: number | undefined;
278
538
  Namespace: string | undefined;
279
- SessionTags?: SessionTag[];
539
+ SessionTags?: SessionTag[] | undefined;
280
540
  AuthorizedResourceArns: string[] | undefined;
281
541
  ExperienceConfiguration:
282
542
  | AnonymousUserEmbeddingExperienceConfiguration
283
543
  | undefined;
284
- AllowedDomains?: string[];
544
+ AllowedDomains?: string[] | undefined;
285
545
  }
286
546
  export interface GenerateEmbedUrlForAnonymousUserResponse {
287
547
  EmbedUrl: string | undefined;
@@ -292,8 +552,8 @@ export interface GenerateEmbedUrlForAnonymousUserResponse {
292
552
  export declare class SessionLifetimeInMinutesInvalidException extends __BaseException {
293
553
  readonly name: "SessionLifetimeInMinutesInvalidException";
294
554
  readonly $fault: "client";
295
- Message?: string;
296
- RequestId?: string;
555
+ Message?: string | undefined;
556
+ RequestId?: string | undefined;
297
557
  constructor(
298
558
  opts: __ExceptionOptionType<
299
559
  SessionLifetimeInMinutesInvalidException,
@@ -304,8 +564,8 @@ export declare class SessionLifetimeInMinutesInvalidException extends __BaseExce
304
564
  export declare class UnsupportedPricingPlanException extends __BaseException {
305
565
  readonly name: "UnsupportedPricingPlanException";
306
566
  readonly $fault: "client";
307
- Message?: string;
308
- RequestId?: string;
567
+ Message?: string | undefined;
568
+ RequestId?: string | undefined;
309
569
  constructor(
310
570
  opts: __ExceptionOptionType<
311
571
  UnsupportedPricingPlanException,
@@ -317,46 +577,54 @@ export interface StatePersistenceConfigurations {
317
577
  Enabled: boolean | undefined;
318
578
  }
319
579
  export interface RegisteredUserDashboardFeatureConfigurations {
320
- StatePersistence?: StatePersistenceConfigurations;
321
- SharedView?: SharedViewConfigurations;
322
- Bookmarks?: BookmarksConfigurations;
580
+ StatePersistence?: StatePersistenceConfigurations | undefined;
581
+ SharedView?: SharedViewConfigurations | undefined;
582
+ Bookmarks?: BookmarksConfigurations | undefined;
323
583
  }
324
584
  export interface RegisteredUserDashboardEmbeddingConfiguration {
325
585
  InitialDashboardId: string | undefined;
326
- FeatureConfigurations?: RegisteredUserDashboardFeatureConfigurations;
586
+ FeatureConfigurations?:
587
+ | RegisteredUserDashboardFeatureConfigurations
588
+ | undefined;
327
589
  }
328
590
  export interface RegisteredUserDashboardVisualEmbeddingConfiguration {
329
591
  InitialDashboardVisualId: DashboardVisualId | undefined;
330
592
  }
331
593
  export interface RegisteredUserGenerativeQnAEmbeddingConfiguration {
332
- InitialTopicId?: string;
594
+ InitialTopicId?: string | undefined;
333
595
  }
334
596
  export interface RegisteredUserQSearchBarEmbeddingConfiguration {
335
- InitialTopicId?: string;
597
+ InitialTopicId?: string | undefined;
336
598
  }
337
599
  export interface RegisteredUserConsoleFeatureConfigurations {
338
- StatePersistence?: StatePersistenceConfigurations;
339
- SharedView?: SharedViewConfigurations;
600
+ StatePersistence?: StatePersistenceConfigurations | undefined;
601
+ SharedView?: SharedViewConfigurations | undefined;
340
602
  }
341
603
  export interface RegisteredUserQuickSightConsoleEmbeddingConfiguration {
342
- InitialPath?: string;
343
- FeatureConfigurations?: RegisteredUserConsoleFeatureConfigurations;
604
+ InitialPath?: string | undefined;
605
+ FeatureConfigurations?:
606
+ | RegisteredUserConsoleFeatureConfigurations
607
+ | undefined;
344
608
  }
345
609
  export interface RegisteredUserEmbeddingExperienceConfiguration {
346
- Dashboard?: RegisteredUserDashboardEmbeddingConfiguration;
347
- QuickSightConsole?: RegisteredUserQuickSightConsoleEmbeddingConfiguration;
348
- QSearchBar?: RegisteredUserQSearchBarEmbeddingConfiguration;
349
- DashboardVisual?: RegisteredUserDashboardVisualEmbeddingConfiguration;
350
- GenerativeQnA?: RegisteredUserGenerativeQnAEmbeddingConfiguration;
610
+ Dashboard?: RegisteredUserDashboardEmbeddingConfiguration | undefined;
611
+ QuickSightConsole?:
612
+ | RegisteredUserQuickSightConsoleEmbeddingConfiguration
613
+ | undefined;
614
+ QSearchBar?: RegisteredUserQSearchBarEmbeddingConfiguration | undefined;
615
+ DashboardVisual?:
616
+ | RegisteredUserDashboardVisualEmbeddingConfiguration
617
+ | undefined;
618
+ GenerativeQnA?: RegisteredUserGenerativeQnAEmbeddingConfiguration | undefined;
351
619
  }
352
620
  export interface GenerateEmbedUrlForRegisteredUserRequest {
353
621
  AwsAccountId: string | undefined;
354
- SessionLifetimeInMinutes?: number;
622
+ SessionLifetimeInMinutes?: number | undefined;
355
623
  UserArn: string | undefined;
356
624
  ExperienceConfiguration:
357
625
  | RegisteredUserEmbeddingExperienceConfiguration
358
626
  | undefined;
359
- AllowedDomains?: string[];
627
+ AllowedDomains?: string[] | undefined;
360
628
  }
361
629
  export interface GenerateEmbedUrlForRegisteredUserResponse {
362
630
  EmbedUrl: string | undefined;
@@ -366,8 +634,8 @@ export interface GenerateEmbedUrlForRegisteredUserResponse {
366
634
  export declare class QuickSightUserNotFoundException extends __BaseException {
367
635
  readonly name: "QuickSightUserNotFoundException";
368
636
  readonly $fault: "client";
369
- Message?: string;
370
- RequestId?: string;
637
+ Message?: string | undefined;
638
+ RequestId?: string | undefined;
371
639
  constructor(
372
640
  opts: __ExceptionOptionType<
373
641
  QuickSightUserNotFoundException,
@@ -379,24 +647,24 @@ export interface GetDashboardEmbedUrlRequest {
379
647
  AwsAccountId: string | undefined;
380
648
  DashboardId: string | undefined;
381
649
  IdentityType: EmbeddingIdentityType | undefined;
382
- SessionLifetimeInMinutes?: number;
383
- UndoRedoDisabled?: boolean;
384
- ResetDisabled?: boolean;
385
- StatePersistenceEnabled?: boolean;
386
- UserArn?: string;
387
- Namespace?: string;
388
- AdditionalDashboardIds?: string[];
650
+ SessionLifetimeInMinutes?: number | undefined;
651
+ UndoRedoDisabled?: boolean | undefined;
652
+ ResetDisabled?: boolean | undefined;
653
+ StatePersistenceEnabled?: boolean | undefined;
654
+ UserArn?: string | undefined;
655
+ Namespace?: string | undefined;
656
+ AdditionalDashboardIds?: string[] | undefined;
389
657
  }
390
658
  export interface GetDashboardEmbedUrlResponse {
391
- EmbedUrl?: string;
392
- Status?: number;
393
- RequestId?: string;
659
+ EmbedUrl?: string | undefined;
660
+ Status?: number | undefined;
661
+ RequestId?: string | undefined;
394
662
  }
395
663
  export declare class IdentityTypeNotSupportedException extends __BaseException {
396
664
  readonly name: "IdentityTypeNotSupportedException";
397
665
  readonly $fault: "client";
398
- Message?: string;
399
- RequestId?: string;
666
+ Message?: string | undefined;
667
+ RequestId?: string | undefined;
400
668
  constructor(
401
669
  opts: __ExceptionOptionType<
402
670
  IdentityTypeNotSupportedException,
@@ -406,14 +674,14 @@ export declare class IdentityTypeNotSupportedException extends __BaseException {
406
674
  }
407
675
  export interface GetSessionEmbedUrlRequest {
408
676
  AwsAccountId: string | undefined;
409
- EntryPoint?: string;
410
- SessionLifetimeInMinutes?: number;
411
- UserArn?: string;
677
+ EntryPoint?: string | undefined;
678
+ SessionLifetimeInMinutes?: number | undefined;
679
+ UserArn?: string | undefined;
412
680
  }
413
681
  export interface GetSessionEmbedUrlResponse {
414
- EmbedUrl?: string;
415
- Status?: number;
416
- RequestId?: string;
682
+ EmbedUrl?: string | undefined;
683
+ Status?: number | undefined;
684
+ RequestId?: string | undefined;
417
685
  }
418
686
  export declare const GroupFilterAttribute: {
419
687
  readonly GROUP_NAME: "GROUP_NAME";
@@ -431,363 +699,374 @@ export interface GroupSearchFilter {
431
699
  Value: string | undefined;
432
700
  }
433
701
  export interface IAMPolicyAssignmentSummary {
434
- AssignmentName?: string;
435
- AssignmentStatus?: AssignmentStatus;
436
- }
437
- export declare class InvalidRequestException extends __BaseException {
438
- readonly name: "InvalidRequestException";
439
- readonly $fault: "client";
440
- Message?: string;
441
- RequestId?: string;
442
- constructor(
443
- opts: __ExceptionOptionType<InvalidRequestException, __BaseException>
444
- );
702
+ AssignmentName?: string | undefined;
703
+ AssignmentStatus?: AssignmentStatus | undefined;
445
704
  }
446
705
  export interface ListAnalysesRequest {
447
706
  AwsAccountId: string | undefined;
448
- NextToken?: string;
449
- MaxResults?: number;
707
+ NextToken?: string | undefined;
708
+ MaxResults?: number | undefined;
450
709
  }
451
710
  export interface ListAnalysesResponse {
452
- AnalysisSummaryList?: AnalysisSummary[];
453
- NextToken?: string;
454
- Status?: number;
455
- RequestId?: string;
711
+ AnalysisSummaryList?: AnalysisSummary[] | undefined;
712
+ NextToken?: string | undefined;
713
+ Status?: number | undefined;
714
+ RequestId?: string | undefined;
456
715
  }
457
716
  export interface ListAssetBundleExportJobsRequest {
458
717
  AwsAccountId: string | undefined;
459
- NextToken?: string;
460
- MaxResults?: number;
718
+ NextToken?: string | undefined;
719
+ MaxResults?: number | undefined;
461
720
  }
462
721
  export interface ListAssetBundleExportJobsResponse {
463
- AssetBundleExportJobSummaryList?: AssetBundleExportJobSummary[];
464
- NextToken?: string;
465
- RequestId?: string;
466
- Status?: number;
722
+ AssetBundleExportJobSummaryList?: AssetBundleExportJobSummary[] | undefined;
723
+ NextToken?: string | undefined;
724
+ RequestId?: string | undefined;
725
+ Status?: number | undefined;
467
726
  }
468
727
  export interface ListAssetBundleImportJobsRequest {
469
728
  AwsAccountId: string | undefined;
470
- NextToken?: string;
471
- MaxResults?: number;
729
+ NextToken?: string | undefined;
730
+ MaxResults?: number | undefined;
472
731
  }
473
732
  export interface ListAssetBundleImportJobsResponse {
474
- AssetBundleImportJobSummaryList?: AssetBundleImportJobSummary[];
475
- NextToken?: string;
476
- RequestId?: string;
477
- Status?: number;
733
+ AssetBundleImportJobSummaryList?: AssetBundleImportJobSummary[] | undefined;
734
+ NextToken?: string | undefined;
735
+ RequestId?: string | undefined;
736
+ Status?: number | undefined;
737
+ }
738
+ export interface ListBrandsRequest {
739
+ AwsAccountId: string | undefined;
740
+ MaxResults?: number | undefined;
741
+ NextToken?: string | undefined;
742
+ }
743
+ export interface ListBrandsResponse {
744
+ NextToken?: string | undefined;
745
+ Brands?: BrandSummary[] | undefined;
746
+ }
747
+ export interface ListCustomPermissionsRequest {
748
+ AwsAccountId: string | undefined;
749
+ MaxResults?: number | undefined;
750
+ NextToken?: string | undefined;
751
+ }
752
+ export interface ListCustomPermissionsResponse {
753
+ Status?: number | undefined;
754
+ CustomPermissionsList?: CustomPermissions[] | undefined;
755
+ NextToken?: string | undefined;
756
+ RequestId?: string | undefined;
478
757
  }
479
758
  export interface ListDashboardsRequest {
480
759
  AwsAccountId: string | undefined;
481
- NextToken?: string;
482
- MaxResults?: number;
760
+ NextToken?: string | undefined;
761
+ MaxResults?: number | undefined;
483
762
  }
484
763
  export interface ListDashboardsResponse {
485
- DashboardSummaryList?: DashboardSummary[];
486
- NextToken?: string;
487
- Status?: number;
488
- RequestId?: string;
764
+ DashboardSummaryList?: DashboardSummary[] | undefined;
765
+ NextToken?: string | undefined;
766
+ Status?: number | undefined;
767
+ RequestId?: string | undefined;
489
768
  }
490
769
  export interface ListDashboardVersionsRequest {
491
770
  AwsAccountId: string | undefined;
492
771
  DashboardId: string | undefined;
493
- NextToken?: string;
494
- MaxResults?: number;
772
+ NextToken?: string | undefined;
773
+ MaxResults?: number | undefined;
495
774
  }
496
775
  export interface ListDashboardVersionsResponse {
497
- DashboardVersionSummaryList?: DashboardVersionSummary[];
498
- NextToken?: string;
499
- Status?: number;
500
- RequestId?: string;
776
+ DashboardVersionSummaryList?: DashboardVersionSummary[] | undefined;
777
+ NextToken?: string | undefined;
778
+ Status?: number | undefined;
779
+ RequestId?: string | undefined;
501
780
  }
502
781
  export interface ListDataSetsRequest {
503
782
  AwsAccountId: string | undefined;
504
- NextToken?: string;
505
- MaxResults?: number;
783
+ NextToken?: string | undefined;
784
+ MaxResults?: number | undefined;
506
785
  }
507
786
  export interface ListDataSetsResponse {
508
- DataSetSummaries?: DataSetSummary[];
509
- NextToken?: string;
510
- RequestId?: string;
511
- Status?: number;
787
+ DataSetSummaries?: DataSetSummary[] | undefined;
788
+ NextToken?: string | undefined;
789
+ RequestId?: string | undefined;
790
+ Status?: number | undefined;
512
791
  }
513
792
  export interface ListDataSourcesRequest {
514
793
  AwsAccountId: string | undefined;
515
- NextToken?: string;
516
- MaxResults?: number;
794
+ NextToken?: string | undefined;
795
+ MaxResults?: number | undefined;
517
796
  }
518
797
  export interface ListDataSourcesResponse {
519
- DataSources?: DataSource[];
520
- NextToken?: string;
521
- RequestId?: string;
522
- Status?: number;
798
+ DataSources?: DataSource[] | undefined;
799
+ NextToken?: string | undefined;
800
+ RequestId?: string | undefined;
801
+ Status?: number | undefined;
523
802
  }
524
803
  export interface ListFolderMembersRequest {
525
804
  AwsAccountId: string | undefined;
526
805
  FolderId: string | undefined;
527
- NextToken?: string;
528
- MaxResults?: number;
806
+ NextToken?: string | undefined;
807
+ MaxResults?: number | undefined;
529
808
  }
530
809
  export interface ListFolderMembersResponse {
531
- Status?: number;
532
- FolderMemberList?: MemberIdArnPair[];
533
- NextToken?: string;
534
- RequestId?: string;
810
+ Status?: number | undefined;
811
+ FolderMemberList?: MemberIdArnPair[] | undefined;
812
+ NextToken?: string | undefined;
813
+ RequestId?: string | undefined;
535
814
  }
536
815
  export interface ListFoldersRequest {
537
816
  AwsAccountId: string | undefined;
538
- NextToken?: string;
539
- MaxResults?: number;
817
+ NextToken?: string | undefined;
818
+ MaxResults?: number | undefined;
540
819
  }
541
820
  export interface ListFoldersResponse {
542
- Status?: number;
543
- FolderSummaryList?: FolderSummary[];
544
- NextToken?: string;
545
- RequestId?: string;
821
+ Status?: number | undefined;
822
+ FolderSummaryList?: FolderSummary[] | undefined;
823
+ NextToken?: string | undefined;
824
+ RequestId?: string | undefined;
546
825
  }
547
826
  export interface ListFoldersForResourceRequest {
548
827
  AwsAccountId: string | undefined;
549
828
  ResourceArn: string | undefined;
550
- NextToken?: string;
551
- MaxResults?: number;
829
+ NextToken?: string | undefined;
830
+ MaxResults?: number | undefined;
552
831
  }
553
832
  export interface ListFoldersForResourceResponse {
554
- Status?: number;
555
- Folders?: string[];
556
- NextToken?: string;
557
- RequestId?: string;
833
+ Status?: number | undefined;
834
+ Folders?: string[] | undefined;
835
+ NextToken?: string | undefined;
836
+ RequestId?: string | undefined;
558
837
  }
559
838
  export interface ListGroupMembershipsRequest {
560
839
  GroupName: string | undefined;
561
- NextToken?: string;
562
- MaxResults?: number;
840
+ NextToken?: string | undefined;
841
+ MaxResults?: number | undefined;
563
842
  AwsAccountId: string | undefined;
564
843
  Namespace: string | undefined;
565
844
  }
566
845
  export interface ListGroupMembershipsResponse {
567
- GroupMemberList?: GroupMember[];
568
- NextToken?: string;
569
- RequestId?: string;
570
- Status?: number;
846
+ GroupMemberList?: GroupMember[] | undefined;
847
+ NextToken?: string | undefined;
848
+ RequestId?: string | undefined;
849
+ Status?: number | undefined;
571
850
  }
572
851
  export interface ListGroupsRequest {
573
852
  AwsAccountId: string | undefined;
574
- NextToken?: string;
575
- MaxResults?: number;
853
+ NextToken?: string | undefined;
854
+ MaxResults?: number | undefined;
576
855
  Namespace: string | undefined;
577
856
  }
578
857
  export interface ListGroupsResponse {
579
- GroupList?: Group[];
580
- NextToken?: string;
581
- RequestId?: string;
582
- Status?: number;
858
+ GroupList?: Group[] | undefined;
859
+ NextToken?: string | undefined;
860
+ RequestId?: string | undefined;
861
+ Status?: number | undefined;
583
862
  }
584
863
  export interface ListIAMPolicyAssignmentsRequest {
585
864
  AwsAccountId: string | undefined;
586
- AssignmentStatus?: AssignmentStatus;
865
+ AssignmentStatus?: AssignmentStatus | undefined;
587
866
  Namespace: string | undefined;
588
- NextToken?: string;
589
- MaxResults?: number;
867
+ NextToken?: string | undefined;
868
+ MaxResults?: number | undefined;
590
869
  }
591
870
  export interface ListIAMPolicyAssignmentsResponse {
592
- IAMPolicyAssignments?: IAMPolicyAssignmentSummary[];
593
- NextToken?: string;
594
- RequestId?: string;
595
- Status?: number;
871
+ IAMPolicyAssignments?: IAMPolicyAssignmentSummary[] | undefined;
872
+ NextToken?: string | undefined;
873
+ RequestId?: string | undefined;
874
+ Status?: number | undefined;
596
875
  }
597
876
  export interface ListIAMPolicyAssignmentsForUserRequest {
598
877
  AwsAccountId: string | undefined;
599
878
  UserName: string | undefined;
600
- NextToken?: string;
601
- MaxResults?: number;
879
+ NextToken?: string | undefined;
880
+ MaxResults?: number | undefined;
602
881
  Namespace: string | undefined;
603
882
  }
604
883
  export interface ListIAMPolicyAssignmentsForUserResponse {
605
- ActiveAssignments?: ActiveIAMPolicyAssignment[];
606
- RequestId?: string;
607
- NextToken?: string;
608
- Status?: number;
884
+ ActiveAssignments?: ActiveIAMPolicyAssignment[] | undefined;
885
+ RequestId?: string | undefined;
886
+ NextToken?: string | undefined;
887
+ Status?: number | undefined;
609
888
  }
610
889
  export interface ListIdentityPropagationConfigsRequest {
611
890
  AwsAccountId: string | undefined;
612
- MaxResults?: number;
613
- NextToken?: string;
891
+ MaxResults?: number | undefined;
892
+ NextToken?: string | undefined;
614
893
  }
615
894
  export interface ListIdentityPropagationConfigsResponse {
616
- Services?: AuthorizedTargetsByService[];
617
- NextToken?: string;
618
- Status?: number;
619
- RequestId?: string;
895
+ Services?: AuthorizedTargetsByService[] | undefined;
896
+ NextToken?: string | undefined;
897
+ Status?: number | undefined;
898
+ RequestId?: string | undefined;
620
899
  }
621
900
  export interface ListIngestionsRequest {
622
901
  DataSetId: string | undefined;
623
- NextToken?: string;
902
+ NextToken?: string | undefined;
624
903
  AwsAccountId: string | undefined;
625
- MaxResults?: number;
904
+ MaxResults?: number | undefined;
626
905
  }
627
906
  export interface ListIngestionsResponse {
628
- Ingestions?: Ingestion[];
629
- NextToken?: string;
630
- RequestId?: string;
631
- Status?: number;
907
+ Ingestions?: Ingestion[] | undefined;
908
+ NextToken?: string | undefined;
909
+ RequestId?: string | undefined;
910
+ Status?: number | undefined;
632
911
  }
633
912
  export interface ListNamespacesRequest {
634
913
  AwsAccountId: string | undefined;
635
- NextToken?: string;
636
- MaxResults?: number;
914
+ NextToken?: string | undefined;
915
+ MaxResults?: number | undefined;
637
916
  }
638
917
  export interface ListNamespacesResponse {
639
- Namespaces?: NamespaceInfoV2[];
640
- NextToken?: string;
641
- RequestId?: string;
642
- Status?: number;
918
+ Namespaces?: NamespaceInfoV2[] | undefined;
919
+ NextToken?: string | undefined;
920
+ RequestId?: string | undefined;
921
+ Status?: number | undefined;
643
922
  }
644
923
  export interface ListRefreshSchedulesRequest {
645
924
  AwsAccountId: string | undefined;
646
925
  DataSetId: string | undefined;
647
926
  }
648
927
  export interface ListRefreshSchedulesResponse {
649
- RefreshSchedules?: RefreshSchedule[];
650
- Status?: number;
651
- RequestId?: string;
928
+ RefreshSchedules?: RefreshSchedule[] | undefined;
929
+ Status?: number | undefined;
930
+ RequestId?: string | undefined;
652
931
  }
653
932
  export interface ListRoleMembershipsRequest {
654
933
  Role: Role | undefined;
655
- NextToken?: string;
656
- MaxResults?: number;
934
+ NextToken?: string | undefined;
935
+ MaxResults?: number | undefined;
657
936
  AwsAccountId: string | undefined;
658
937
  Namespace: string | undefined;
659
938
  }
660
939
  export interface ListRoleMembershipsResponse {
661
- MembersList?: string[];
662
- NextToken?: string;
663
- RequestId?: string;
664
- Status?: number;
940
+ MembersList?: string[] | undefined;
941
+ NextToken?: string | undefined;
942
+ RequestId?: string | undefined;
943
+ Status?: number | undefined;
665
944
  }
666
945
  export interface ListTagsForResourceRequest {
667
946
  ResourceArn: string | undefined;
668
947
  }
669
948
  export interface ListTagsForResourceResponse {
670
- Tags?: Tag[];
671
- RequestId?: string;
672
- Status?: number;
949
+ Tags?: Tag[] | undefined;
950
+ RequestId?: string | undefined;
951
+ Status?: number | undefined;
673
952
  }
674
953
  export interface ListTemplateAliasesRequest {
675
954
  AwsAccountId: string | undefined;
676
955
  TemplateId: string | undefined;
677
- NextToken?: string;
678
- MaxResults?: number;
956
+ NextToken?: string | undefined;
957
+ MaxResults?: number | undefined;
679
958
  }
680
959
  export interface ListTemplateAliasesResponse {
681
- TemplateAliasList?: TemplateAlias[];
682
- Status?: number;
683
- RequestId?: string;
684
- NextToken?: string;
960
+ TemplateAliasList?: TemplateAlias[] | undefined;
961
+ Status?: number | undefined;
962
+ RequestId?: string | undefined;
963
+ NextToken?: string | undefined;
685
964
  }
686
965
  export interface ListTemplatesRequest {
687
966
  AwsAccountId: string | undefined;
688
- NextToken?: string;
689
- MaxResults?: number;
967
+ NextToken?: string | undefined;
968
+ MaxResults?: number | undefined;
690
969
  }
691
970
  export interface TemplateSummary {
692
- Arn?: string;
693
- TemplateId?: string;
694
- Name?: string;
695
- LatestVersionNumber?: number;
696
- CreatedTime?: Date;
697
- LastUpdatedTime?: Date;
971
+ Arn?: string | undefined;
972
+ TemplateId?: string | undefined;
973
+ Name?: string | undefined;
974
+ LatestVersionNumber?: number | undefined;
975
+ CreatedTime?: Date | undefined;
976
+ LastUpdatedTime?: Date | undefined;
698
977
  }
699
978
  export interface ListTemplatesResponse {
700
- TemplateSummaryList?: TemplateSummary[];
701
- NextToken?: string;
702
- Status?: number;
703
- RequestId?: string;
979
+ TemplateSummaryList?: TemplateSummary[] | undefined;
980
+ NextToken?: string | undefined;
981
+ Status?: number | undefined;
982
+ RequestId?: string | undefined;
704
983
  }
705
984
  export interface ListTemplateVersionsRequest {
706
985
  AwsAccountId: string | undefined;
707
986
  TemplateId: string | undefined;
708
- NextToken?: string;
709
- MaxResults?: number;
987
+ NextToken?: string | undefined;
988
+ MaxResults?: number | undefined;
710
989
  }
711
990
  export interface TemplateVersionSummary {
712
- Arn?: string;
713
- VersionNumber?: number;
714
- CreatedTime?: Date;
715
- Status?: ResourceStatus;
716
- Description?: string;
991
+ Arn?: string | undefined;
992
+ VersionNumber?: number | undefined;
993
+ CreatedTime?: Date | undefined;
994
+ Status?: ResourceStatus | undefined;
995
+ Description?: string | undefined;
717
996
  }
718
997
  export interface ListTemplateVersionsResponse {
719
- TemplateVersionSummaryList?: TemplateVersionSummary[];
720
- NextToken?: string;
721
- Status?: number;
722
- RequestId?: string;
998
+ TemplateVersionSummaryList?: TemplateVersionSummary[] | undefined;
999
+ NextToken?: string | undefined;
1000
+ Status?: number | undefined;
1001
+ RequestId?: string | undefined;
723
1002
  }
724
1003
  export interface ListThemeAliasesRequest {
725
1004
  AwsAccountId: string | undefined;
726
1005
  ThemeId: string | undefined;
727
- NextToken?: string;
728
- MaxResults?: number;
1006
+ NextToken?: string | undefined;
1007
+ MaxResults?: number | undefined;
729
1008
  }
730
1009
  export interface ListThemeAliasesResponse {
731
- ThemeAliasList?: ThemeAlias[];
732
- Status?: number;
733
- RequestId?: string;
734
- NextToken?: string;
1010
+ ThemeAliasList?: ThemeAlias[] | undefined;
1011
+ Status?: number | undefined;
1012
+ RequestId?: string | undefined;
1013
+ NextToken?: string | undefined;
735
1014
  }
736
1015
  export interface ListThemesRequest {
737
1016
  AwsAccountId: string | undefined;
738
- NextToken?: string;
739
- MaxResults?: number;
740
- Type?: ThemeType;
1017
+ NextToken?: string | undefined;
1018
+ MaxResults?: number | undefined;
1019
+ Type?: ThemeType | undefined;
741
1020
  }
742
1021
  export interface ThemeSummary {
743
- Arn?: string;
744
- Name?: string;
745
- ThemeId?: string;
746
- LatestVersionNumber?: number;
747
- CreatedTime?: Date;
748
- LastUpdatedTime?: Date;
1022
+ Arn?: string | undefined;
1023
+ Name?: string | undefined;
1024
+ ThemeId?: string | undefined;
1025
+ LatestVersionNumber?: number | undefined;
1026
+ CreatedTime?: Date | undefined;
1027
+ LastUpdatedTime?: Date | undefined;
749
1028
  }
750
1029
  export interface ListThemesResponse {
751
- ThemeSummaryList?: ThemeSummary[];
752
- NextToken?: string;
753
- Status?: number;
754
- RequestId?: string;
1030
+ ThemeSummaryList?: ThemeSummary[] | undefined;
1031
+ NextToken?: string | undefined;
1032
+ Status?: number | undefined;
1033
+ RequestId?: string | undefined;
755
1034
  }
756
1035
  export interface ListThemeVersionsRequest {
757
1036
  AwsAccountId: string | undefined;
758
1037
  ThemeId: string | undefined;
759
- NextToken?: string;
760
- MaxResults?: number;
1038
+ NextToken?: string | undefined;
1039
+ MaxResults?: number | undefined;
761
1040
  }
762
1041
  export interface ThemeVersionSummary {
763
- VersionNumber?: number;
764
- Arn?: string;
765
- Description?: string;
766
- CreatedTime?: Date;
767
- Status?: ResourceStatus;
1042
+ VersionNumber?: number | undefined;
1043
+ Arn?: string | undefined;
1044
+ Description?: string | undefined;
1045
+ CreatedTime?: Date | undefined;
1046
+ Status?: ResourceStatus | undefined;
768
1047
  }
769
1048
  export interface ListThemeVersionsResponse {
770
- ThemeVersionSummaryList?: ThemeVersionSummary[];
771
- NextToken?: string;
772
- Status?: number;
773
- RequestId?: string;
1049
+ ThemeVersionSummaryList?: ThemeVersionSummary[] | undefined;
1050
+ NextToken?: string | undefined;
1051
+ Status?: number | undefined;
1052
+ RequestId?: string | undefined;
774
1053
  }
775
1054
  export interface ListTopicRefreshSchedulesRequest {
776
1055
  AwsAccountId: string | undefined;
777
1056
  TopicId: string | undefined;
778
1057
  }
779
1058
  export interface TopicRefreshScheduleSummary {
780
- DatasetId?: string;
781
- DatasetArn?: string;
782
- DatasetName?: string;
783
- RefreshSchedule?: TopicRefreshSchedule;
1059
+ DatasetId?: string | undefined;
1060
+ DatasetArn?: string | undefined;
1061
+ DatasetName?: string | undefined;
1062
+ RefreshSchedule?: TopicRefreshSchedule | undefined;
784
1063
  }
785
1064
  export interface ListTopicRefreshSchedulesResponse {
786
- TopicId?: string;
787
- TopicArn?: string;
788
- RefreshSchedules?: TopicRefreshScheduleSummary[];
789
- Status?: number;
790
- RequestId?: string;
1065
+ TopicId?: string | undefined;
1066
+ TopicArn?: string | undefined;
1067
+ RefreshSchedules?: TopicRefreshScheduleSummary[] | undefined;
1068
+ Status?: number | undefined;
1069
+ RequestId?: string | undefined;
791
1070
  }
792
1071
  export interface ListTopicReviewedAnswersRequest {
793
1072
  AwsAccountId: string | undefined;
@@ -795,70 +1074,70 @@ export interface ListTopicReviewedAnswersRequest {
795
1074
  }
796
1075
  export interface ListTopicsRequest {
797
1076
  AwsAccountId: string | undefined;
798
- NextToken?: string;
799
- MaxResults?: number;
1077
+ NextToken?: string | undefined;
1078
+ MaxResults?: number | undefined;
800
1079
  }
801
1080
  export interface TopicSummary {
802
- Arn?: string;
803
- TopicId?: string;
804
- Name?: string;
805
- UserExperienceVersion?: TopicUserExperienceVersion;
1081
+ Arn?: string | undefined;
1082
+ TopicId?: string | undefined;
1083
+ Name?: string | undefined;
1084
+ UserExperienceVersion?: TopicUserExperienceVersion | undefined;
806
1085
  }
807
1086
  export interface ListTopicsResponse {
808
- TopicsSummaries?: TopicSummary[];
809
- NextToken?: string;
810
- RequestId?: string;
811
- Status?: number;
1087
+ TopicsSummaries?: TopicSummary[] | undefined;
1088
+ NextToken?: string | undefined;
1089
+ RequestId?: string | undefined;
1090
+ Status?: number | undefined;
812
1091
  }
813
1092
  export interface ListUserGroupsRequest {
814
1093
  UserName: string | undefined;
815
1094
  AwsAccountId: string | undefined;
816
1095
  Namespace: string | undefined;
817
- NextToken?: string;
818
- MaxResults?: number;
1096
+ NextToken?: string | undefined;
1097
+ MaxResults?: number | undefined;
819
1098
  }
820
1099
  export interface ListUserGroupsResponse {
821
- GroupList?: Group[];
822
- NextToken?: string;
823
- RequestId?: string;
824
- Status?: number;
1100
+ GroupList?: Group[] | undefined;
1101
+ NextToken?: string | undefined;
1102
+ RequestId?: string | undefined;
1103
+ Status?: number | undefined;
825
1104
  }
826
1105
  export interface ListUsersRequest {
827
1106
  AwsAccountId: string | undefined;
828
- NextToken?: string;
829
- MaxResults?: number;
1107
+ NextToken?: string | undefined;
1108
+ MaxResults?: number | undefined;
830
1109
  Namespace: string | undefined;
831
1110
  }
832
1111
  export interface ListUsersResponse {
833
- UserList?: User[];
834
- NextToken?: string;
835
- RequestId?: string;
836
- Status?: number;
1112
+ UserList?: User[] | undefined;
1113
+ NextToken?: string | undefined;
1114
+ RequestId?: string | undefined;
1115
+ Status?: number | undefined;
837
1116
  }
838
1117
  export interface ListVPCConnectionsRequest {
839
1118
  AwsAccountId: string | undefined;
840
- NextToken?: string;
841
- MaxResults?: number;
1119
+ NextToken?: string | undefined;
1120
+ MaxResults?: number | undefined;
842
1121
  }
843
1122
  export interface VPCConnectionSummary {
844
- VPCConnectionId?: string;
845
- Arn?: string;
846
- Name?: string;
847
- VPCId?: string;
848
- SecurityGroupIds?: string[];
849
- DnsResolvers?: string[];
850
- Status?: VPCConnectionResourceStatus;
851
- AvailabilityStatus?: VPCConnectionAvailabilityStatus;
852
- NetworkInterfaces?: NetworkInterface[];
853
- RoleArn?: string;
854
- CreatedTime?: Date;
855
- LastUpdatedTime?: Date;
1123
+ VPCConnectionId?: string | undefined;
1124
+ Arn?: string | undefined;
1125
+ Name?: string | undefined;
1126
+ VPCId?: string | undefined;
1127
+ SecurityGroupIds?: string[] | undefined;
1128
+ DnsResolvers?: string[] | undefined;
1129
+ Status?: VPCConnectionResourceStatus | undefined;
1130
+ AvailabilityStatus?: VPCConnectionAvailabilityStatus | undefined;
1131
+ NetworkInterfaces?: NetworkInterface[] | undefined;
1132
+ RoleArn?: string | undefined;
1133
+ CreatedTime?: Date | undefined;
1134
+ LastUpdatedTime?: Date | undefined;
856
1135
  }
857
1136
  export interface ListVPCConnectionsResponse {
858
- VPCConnectionSummaries?: VPCConnectionSummary[];
859
- NextToken?: string;
860
- RequestId?: string;
861
- Status?: number;
1137
+ VPCConnectionSummaries?: VPCConnectionSummary[] | undefined;
1138
+ NextToken?: string | undefined;
1139
+ RequestId?: string | undefined;
1140
+ Status?: number | undefined;
862
1141
  }
863
1142
  export declare const PurchaseMode: {
864
1143
  readonly AUTO_PURCHASE: "AUTO_PURCHASE";
@@ -871,155 +1150,159 @@ export interface PutDataSetRefreshPropertiesRequest {
871
1150
  DataSetRefreshProperties: DataSetRefreshProperties | undefined;
872
1151
  }
873
1152
  export interface PutDataSetRefreshPropertiesResponse {
874
- RequestId?: string;
875
- Status?: number;
1153
+ RequestId?: string | undefined;
1154
+ Status?: number | undefined;
876
1155
  }
877
1156
  export interface RegisterUserRequest {
878
1157
  IdentityType: IdentityType | undefined;
879
1158
  Email: string | undefined;
880
1159
  UserRole: UserRole | undefined;
881
- IamArn?: string;
882
- SessionName?: string;
1160
+ IamArn?: string | undefined;
1161
+ SessionName?: string | undefined;
883
1162
  AwsAccountId: string | undefined;
884
1163
  Namespace: string | undefined;
885
- UserName?: string;
886
- CustomPermissionsName?: string;
887
- ExternalLoginFederationProviderType?: string;
888
- CustomFederationProviderUrl?: string;
889
- ExternalLoginId?: string;
890
- Tags?: Tag[];
1164
+ UserName?: string | undefined;
1165
+ CustomPermissionsName?: string | undefined;
1166
+ ExternalLoginFederationProviderType?: string | undefined;
1167
+ CustomFederationProviderUrl?: string | undefined;
1168
+ ExternalLoginId?: string | undefined;
1169
+ Tags?: Tag[] | undefined;
891
1170
  }
892
1171
  export interface RegisterUserResponse {
893
- User?: User;
894
- UserInvitationUrl?: string;
895
- RequestId?: string;
896
- Status?: number;
1172
+ User?: User | undefined;
1173
+ UserInvitationUrl?: string | undefined;
1174
+ RequestId?: string | undefined;
1175
+ Status?: number | undefined;
897
1176
  }
898
1177
  export interface RestoreAnalysisRequest {
899
1178
  AwsAccountId: string | undefined;
900
1179
  AnalysisId: string | undefined;
901
- RestoreToFolders?: boolean;
1180
+ RestoreToFolders?: boolean | undefined;
902
1181
  }
903
1182
  export interface RestoreAnalysisResponse {
904
- Status?: number;
905
- Arn?: string;
906
- AnalysisId?: string;
907
- RequestId?: string;
908
- RestorationFailedFolderArns?: string[];
1183
+ Status?: number | undefined;
1184
+ Arn?: string | undefined;
1185
+ AnalysisId?: string | undefined;
1186
+ RequestId?: string | undefined;
1187
+ RestorationFailedFolderArns?: string[] | undefined;
909
1188
  }
910
1189
  export interface SearchAnalysesRequest {
911
1190
  AwsAccountId: string | undefined;
912
1191
  Filters: AnalysisSearchFilter[] | undefined;
913
- NextToken?: string;
914
- MaxResults?: number;
1192
+ NextToken?: string | undefined;
1193
+ MaxResults?: number | undefined;
915
1194
  }
916
1195
  export interface SearchAnalysesResponse {
917
- AnalysisSummaryList?: AnalysisSummary[];
918
- NextToken?: string;
919
- Status?: number;
920
- RequestId?: string;
1196
+ AnalysisSummaryList?: AnalysisSummary[] | undefined;
1197
+ NextToken?: string | undefined;
1198
+ Status?: number | undefined;
1199
+ RequestId?: string | undefined;
921
1200
  }
922
1201
  export interface SearchDashboardsRequest {
923
1202
  AwsAccountId: string | undefined;
924
1203
  Filters: DashboardSearchFilter[] | undefined;
925
- NextToken?: string;
926
- MaxResults?: number;
1204
+ NextToken?: string | undefined;
1205
+ MaxResults?: number | undefined;
927
1206
  }
928
1207
  export interface SearchDashboardsResponse {
929
- DashboardSummaryList?: DashboardSummary[];
930
- NextToken?: string;
931
- Status?: number;
932
- RequestId?: string;
1208
+ DashboardSummaryList?: DashboardSummary[] | undefined;
1209
+ NextToken?: string | undefined;
1210
+ Status?: number | undefined;
1211
+ RequestId?: string | undefined;
933
1212
  }
934
1213
  export interface SearchDataSetsRequest {
935
1214
  AwsAccountId: string | undefined;
936
1215
  Filters: DataSetSearchFilter[] | undefined;
937
- NextToken?: string;
938
- MaxResults?: number;
1216
+ NextToken?: string | undefined;
1217
+ MaxResults?: number | undefined;
939
1218
  }
940
1219
  export interface SearchDataSetsResponse {
941
- DataSetSummaries?: DataSetSummary[];
942
- NextToken?: string;
943
- Status?: number;
944
- RequestId?: string;
1220
+ DataSetSummaries?: DataSetSummary[] | undefined;
1221
+ NextToken?: string | undefined;
1222
+ Status?: number | undefined;
1223
+ RequestId?: string | undefined;
945
1224
  }
946
1225
  export interface SearchDataSourcesRequest {
947
1226
  AwsAccountId: string | undefined;
948
1227
  Filters: DataSourceSearchFilter[] | undefined;
949
- NextToken?: string;
950
- MaxResults?: number;
1228
+ NextToken?: string | undefined;
1229
+ MaxResults?: number | undefined;
951
1230
  }
952
1231
  export interface SearchDataSourcesResponse {
953
- DataSourceSummaries?: DataSourceSummary[];
954
- NextToken?: string;
955
- Status?: number;
956
- RequestId?: string;
1232
+ DataSourceSummaries?: DataSourceSummary[] | undefined;
1233
+ NextToken?: string | undefined;
1234
+ Status?: number | undefined;
1235
+ RequestId?: string | undefined;
957
1236
  }
958
1237
  export interface SearchFoldersRequest {
959
1238
  AwsAccountId: string | undefined;
960
1239
  Filters: FolderSearchFilter[] | undefined;
961
- NextToken?: string;
962
- MaxResults?: number;
1240
+ NextToken?: string | undefined;
1241
+ MaxResults?: number | undefined;
963
1242
  }
964
1243
  export interface SearchFoldersResponse {
965
- Status?: number;
966
- FolderSummaryList?: FolderSummary[];
967
- NextToken?: string;
968
- RequestId?: string;
1244
+ Status?: number | undefined;
1245
+ FolderSummaryList?: FolderSummary[] | undefined;
1246
+ NextToken?: string | undefined;
1247
+ RequestId?: string | undefined;
969
1248
  }
970
1249
  export interface SearchGroupsRequest {
971
1250
  AwsAccountId: string | undefined;
972
- NextToken?: string;
973
- MaxResults?: number;
1251
+ NextToken?: string | undefined;
1252
+ MaxResults?: number | undefined;
974
1253
  Namespace: string | undefined;
975
1254
  Filters: GroupSearchFilter[] | undefined;
976
1255
  }
977
1256
  export interface SearchGroupsResponse {
978
- GroupList?: Group[];
979
- NextToken?: string;
980
- RequestId?: string;
981
- Status?: number;
1257
+ GroupList?: Group[] | undefined;
1258
+ NextToken?: string | undefined;
1259
+ RequestId?: string | undefined;
1260
+ Status?: number | undefined;
982
1261
  }
983
1262
  export interface StartAssetBundleExportJobRequest {
984
1263
  AwsAccountId: string | undefined;
985
1264
  AssetBundleExportJobId: string | undefined;
986
1265
  ResourceArns: string[] | undefined;
987
- IncludeAllDependencies?: boolean;
1266
+ IncludeAllDependencies?: boolean | undefined;
988
1267
  ExportFormat: AssetBundleExportFormat | undefined;
989
- CloudFormationOverridePropertyConfiguration?: AssetBundleCloudFormationOverridePropertyConfiguration;
990
- IncludePermissions?: boolean;
991
- IncludeTags?: boolean;
992
- ValidationStrategy?: AssetBundleExportJobValidationStrategy;
993
- IncludeFolderMemberships?: boolean;
994
- IncludeFolderMembers?: IncludeFolderMembers;
1268
+ CloudFormationOverridePropertyConfiguration?:
1269
+ | AssetBundleCloudFormationOverridePropertyConfiguration
1270
+ | undefined;
1271
+ IncludePermissions?: boolean | undefined;
1272
+ IncludeTags?: boolean | undefined;
1273
+ ValidationStrategy?: AssetBundleExportJobValidationStrategy | undefined;
1274
+ IncludeFolderMemberships?: boolean | undefined;
1275
+ IncludeFolderMembers?: IncludeFolderMembers | undefined;
995
1276
  }
996
1277
  export interface StartAssetBundleExportJobResponse {
997
- Arn?: string;
998
- AssetBundleExportJobId?: string;
999
- RequestId?: string;
1000
- Status?: number;
1278
+ Arn?: string | undefined;
1279
+ AssetBundleExportJobId?: string | undefined;
1280
+ RequestId?: string | undefined;
1281
+ Status?: number | undefined;
1001
1282
  }
1002
1283
  export interface StartAssetBundleImportJobRequest {
1003
1284
  AwsAccountId: string | undefined;
1004
1285
  AssetBundleImportJobId: string | undefined;
1005
1286
  AssetBundleImportSource: AssetBundleImportSource | undefined;
1006
- OverrideParameters?: AssetBundleImportJobOverrideParameters;
1007
- FailureAction?: AssetBundleImportFailureAction;
1008
- OverridePermissions?: AssetBundleImportJobOverridePermissions;
1009
- OverrideTags?: AssetBundleImportJobOverrideTags;
1010
- OverrideValidationStrategy?: AssetBundleImportJobOverrideValidationStrategy;
1287
+ OverrideParameters?: AssetBundleImportJobOverrideParameters | undefined;
1288
+ FailureAction?: AssetBundleImportFailureAction | undefined;
1289
+ OverridePermissions?: AssetBundleImportJobOverridePermissions | undefined;
1290
+ OverrideTags?: AssetBundleImportJobOverrideTags | undefined;
1291
+ OverrideValidationStrategy?:
1292
+ | AssetBundleImportJobOverrideValidationStrategy
1293
+ | undefined;
1011
1294
  }
1012
1295
  export interface StartAssetBundleImportJobResponse {
1013
- Arn?: string;
1014
- AssetBundleImportJobId?: string;
1015
- RequestId?: string;
1016
- Status?: number;
1296
+ Arn?: string | undefined;
1297
+ AssetBundleImportJobId?: string | undefined;
1298
+ RequestId?: string | undefined;
1299
+ Status?: number | undefined;
1017
1300
  }
1018
1301
  export interface SnapshotAnonymousUser {
1019
- RowLevelPermissionTags?: SessionTag[];
1302
+ RowLevelPermissionTags?: SessionTag[] | undefined;
1020
1303
  }
1021
1304
  export interface SnapshotUserConfiguration {
1022
- AnonymousUsers?: SnapshotAnonymousUser[];
1305
+ AnonymousUsers?: SnapshotAnonymousUser[] | undefined;
1023
1306
  }
1024
1307
  export interface StartDashboardSnapshotJobRequest {
1025
1308
  AwsAccountId: string | undefined;
@@ -1029,10 +1312,10 @@ export interface StartDashboardSnapshotJobRequest {
1029
1312
  SnapshotConfiguration: SnapshotConfiguration | undefined;
1030
1313
  }
1031
1314
  export interface StartDashboardSnapshotJobResponse {
1032
- Arn?: string;
1033
- SnapshotJobId?: string;
1034
- RequestId?: string;
1035
- Status?: number;
1315
+ Arn?: string | undefined;
1316
+ SnapshotJobId?: string | undefined;
1317
+ RequestId?: string | undefined;
1318
+ Status?: number | undefined;
1036
1319
  }
1037
1320
  export interface StartDashboardSnapshotJobScheduleRequest {
1038
1321
  AwsAccountId: string | undefined;
@@ -1040,97 +1323,134 @@ export interface StartDashboardSnapshotJobScheduleRequest {
1040
1323
  ScheduleId: string | undefined;
1041
1324
  }
1042
1325
  export interface StartDashboardSnapshotJobScheduleResponse {
1043
- RequestId?: string;
1044
- Status?: number;
1326
+ RequestId?: string | undefined;
1327
+ Status?: number | undefined;
1045
1328
  }
1046
1329
  export interface TagResourceRequest {
1047
1330
  ResourceArn: string | undefined;
1048
1331
  Tags: Tag[] | undefined;
1049
1332
  }
1050
1333
  export interface TagResourceResponse {
1051
- RequestId?: string;
1052
- Status?: number;
1334
+ RequestId?: string | undefined;
1335
+ Status?: number | undefined;
1053
1336
  }
1054
1337
  export interface UntagResourceRequest {
1055
1338
  ResourceArn: string | undefined;
1056
1339
  TagKeys: string[] | undefined;
1057
1340
  }
1058
1341
  export interface UntagResourceResponse {
1059
- RequestId?: string;
1060
- Status?: number;
1342
+ RequestId?: string | undefined;
1343
+ Status?: number | undefined;
1061
1344
  }
1062
1345
  export interface UpdateAccountCustomizationRequest {
1063
1346
  AwsAccountId: string | undefined;
1064
- Namespace?: string;
1347
+ Namespace?: string | undefined;
1065
1348
  AccountCustomization: AccountCustomization | undefined;
1066
1349
  }
1067
1350
  export interface UpdateAccountCustomizationResponse {
1068
- Arn?: string;
1069
- AwsAccountId?: string;
1070
- Namespace?: string;
1071
- AccountCustomization?: AccountCustomization;
1072
- RequestId?: string;
1073
- Status?: number;
1351
+ Arn?: string | undefined;
1352
+ AwsAccountId?: string | undefined;
1353
+ Namespace?: string | undefined;
1354
+ AccountCustomization?: AccountCustomization | undefined;
1355
+ RequestId?: string | undefined;
1356
+ Status?: number | undefined;
1074
1357
  }
1075
1358
  export interface UpdateAccountSettingsRequest {
1076
1359
  AwsAccountId: string | undefined;
1077
1360
  DefaultNamespace: string | undefined;
1078
- NotificationEmail?: string;
1079
- TerminationProtectionEnabled?: boolean;
1361
+ NotificationEmail?: string | undefined;
1362
+ TerminationProtectionEnabled?: boolean | undefined;
1080
1363
  }
1081
1364
  export interface UpdateAccountSettingsResponse {
1082
- RequestId?: string;
1083
- Status?: number;
1365
+ RequestId?: string | undefined;
1366
+ Status?: number | undefined;
1084
1367
  }
1085
1368
  export interface UpdateAnalysisRequest {
1086
1369
  AwsAccountId: string | undefined;
1087
1370
  AnalysisId: string | undefined;
1088
1371
  Name: string | undefined;
1089
- Parameters?: _Parameters;
1090
- SourceEntity?: AnalysisSourceEntity;
1091
- ThemeArn?: string;
1092
- Definition?: AnalysisDefinition;
1093
- ValidationStrategy?: ValidationStrategy;
1372
+ Parameters?: _Parameters | undefined;
1373
+ SourceEntity?: AnalysisSourceEntity | undefined;
1374
+ ThemeArn?: string | undefined;
1375
+ Definition?: AnalysisDefinition | undefined;
1376
+ ValidationStrategy?: ValidationStrategy | undefined;
1094
1377
  }
1095
1378
  export interface UpdateAnalysisResponse {
1096
- Arn?: string;
1097
- AnalysisId?: string;
1098
- UpdateStatus?: ResourceStatus;
1099
- Status?: number;
1100
- RequestId?: string;
1379
+ Arn?: string | undefined;
1380
+ AnalysisId?: string | undefined;
1381
+ UpdateStatus?: ResourceStatus | undefined;
1382
+ Status?: number | undefined;
1383
+ RequestId?: string | undefined;
1101
1384
  }
1102
1385
  export interface UpdateAnalysisPermissionsRequest {
1103
1386
  AwsAccountId: string | undefined;
1104
1387
  AnalysisId: string | undefined;
1105
- GrantPermissions?: ResourcePermission[];
1106
- RevokePermissions?: ResourcePermission[];
1388
+ GrantPermissions?: ResourcePermission[] | undefined;
1389
+ RevokePermissions?: ResourcePermission[] | undefined;
1107
1390
  }
1108
1391
  export interface UpdateAnalysisPermissionsResponse {
1109
- AnalysisArn?: string;
1110
- AnalysisId?: string;
1111
- Permissions?: ResourcePermission[];
1112
- RequestId?: string;
1113
- Status?: number;
1392
+ AnalysisArn?: string | undefined;
1393
+ AnalysisId?: string | undefined;
1394
+ Permissions?: ResourcePermission[] | undefined;
1395
+ RequestId?: string | undefined;
1396
+ Status?: number | undefined;
1397
+ }
1398
+ export interface UpdateBrandRequest {
1399
+ AwsAccountId: string | undefined;
1400
+ BrandId: string | undefined;
1401
+ BrandDefinition?: BrandDefinition | undefined;
1402
+ }
1403
+ export interface UpdateBrandResponse {
1404
+ RequestId?: string | undefined;
1405
+ BrandDetail?: BrandDetail | undefined;
1406
+ BrandDefinition?: BrandDefinition | undefined;
1407
+ }
1408
+ export interface UpdateBrandAssignmentRequest {
1409
+ AwsAccountId: string | undefined;
1410
+ BrandArn: string | undefined;
1411
+ }
1412
+ export interface UpdateBrandAssignmentResponse {
1413
+ RequestId?: string | undefined;
1414
+ BrandArn?: string | undefined;
1415
+ }
1416
+ export interface UpdateBrandPublishedVersionRequest {
1417
+ AwsAccountId: string | undefined;
1418
+ BrandId: string | undefined;
1419
+ VersionId: string | undefined;
1420
+ }
1421
+ export interface UpdateBrandPublishedVersionResponse {
1422
+ RequestId?: string | undefined;
1423
+ VersionId?: string | undefined;
1424
+ }
1425
+ export interface UpdateCustomPermissionsRequest {
1426
+ AwsAccountId: string | undefined;
1427
+ CustomPermissionsName: string | undefined;
1428
+ Capabilities?: Capabilities | undefined;
1429
+ }
1430
+ export interface UpdateCustomPermissionsResponse {
1431
+ Status?: number | undefined;
1432
+ Arn?: string | undefined;
1433
+ RequestId?: string | undefined;
1114
1434
  }
1115
1435
  export interface UpdateDashboardRequest {
1116
1436
  AwsAccountId: string | undefined;
1117
1437
  DashboardId: string | undefined;
1118
1438
  Name: string | undefined;
1119
- SourceEntity?: DashboardSourceEntity;
1120
- Parameters?: _Parameters;
1121
- VersionDescription?: string;
1122
- DashboardPublishOptions?: DashboardPublishOptions;
1123
- ThemeArn?: string;
1124
- Definition?: DashboardVersionDefinition;
1125
- ValidationStrategy?: ValidationStrategy;
1439
+ SourceEntity?: DashboardSourceEntity | undefined;
1440
+ Parameters?: _Parameters | undefined;
1441
+ VersionDescription?: string | undefined;
1442
+ DashboardPublishOptions?: DashboardPublishOptions | undefined;
1443
+ ThemeArn?: string | undefined;
1444
+ Definition?: DashboardVersionDefinition | undefined;
1445
+ ValidationStrategy?: ValidationStrategy | undefined;
1126
1446
  }
1127
1447
  export interface UpdateDashboardResponse {
1128
- Arn?: string;
1129
- VersionArn?: string;
1130
- DashboardId?: string;
1131
- CreationStatus?: ResourceStatus;
1132
- Status?: number;
1133
- RequestId?: string;
1448
+ Arn?: string | undefined;
1449
+ VersionArn?: string | undefined;
1450
+ DashboardId?: string | undefined;
1451
+ CreationStatus?: ResourceStatus | undefined;
1452
+ Status?: number | undefined;
1453
+ RequestId?: string | undefined;
1134
1454
  }
1135
1455
  export interface UpdateDashboardLinksRequest {
1136
1456
  AwsAccountId: string | undefined;
@@ -1138,26 +1458,26 @@ export interface UpdateDashboardLinksRequest {
1138
1458
  LinkEntities: string[] | undefined;
1139
1459
  }
1140
1460
  export interface UpdateDashboardLinksResponse {
1141
- RequestId?: string;
1142
- Status?: number;
1143
- DashboardArn?: string;
1144
- LinkEntities?: string[];
1461
+ RequestId?: string | undefined;
1462
+ Status?: number | undefined;
1463
+ DashboardArn?: string | undefined;
1464
+ LinkEntities?: string[] | undefined;
1145
1465
  }
1146
1466
  export interface UpdateDashboardPermissionsRequest {
1147
1467
  AwsAccountId: string | undefined;
1148
1468
  DashboardId: string | undefined;
1149
- GrantPermissions?: ResourcePermission[];
1150
- RevokePermissions?: ResourcePermission[];
1151
- GrantLinkPermissions?: ResourcePermission[];
1152
- RevokeLinkPermissions?: ResourcePermission[];
1469
+ GrantPermissions?: ResourcePermission[] | undefined;
1470
+ RevokePermissions?: ResourcePermission[] | undefined;
1471
+ GrantLinkPermissions?: ResourcePermission[] | undefined;
1472
+ RevokeLinkPermissions?: ResourcePermission[] | undefined;
1153
1473
  }
1154
1474
  export interface UpdateDashboardPermissionsResponse {
1155
- DashboardArn?: string;
1156
- DashboardId?: string;
1157
- Permissions?: ResourcePermission[];
1158
- RequestId?: string;
1159
- Status?: number;
1160
- LinkSharingConfiguration?: LinkSharingConfiguration;
1475
+ DashboardArn?: string | undefined;
1476
+ DashboardId?: string | undefined;
1477
+ Permissions?: ResourcePermission[] | undefined;
1478
+ RequestId?: string | undefined;
1479
+ Status?: number | undefined;
1480
+ LinkSharingConfiguration?: LinkSharingConfiguration | undefined;
1161
1481
  }
1162
1482
  export interface UpdateDashboardPublishedVersionRequest {
1163
1483
  AwsAccountId: string | undefined;
@@ -1165,73 +1485,75 @@ export interface UpdateDashboardPublishedVersionRequest {
1165
1485
  VersionNumber: number | undefined;
1166
1486
  }
1167
1487
  export interface UpdateDashboardPublishedVersionResponse {
1168
- DashboardId?: string;
1169
- DashboardArn?: string;
1170
- Status?: number;
1171
- RequestId?: string;
1488
+ DashboardId?: string | undefined;
1489
+ DashboardArn?: string | undefined;
1490
+ Status?: number | undefined;
1491
+ RequestId?: string | undefined;
1172
1492
  }
1173
1493
  export interface UpdateDataSetRequest {
1174
1494
  AwsAccountId: string | undefined;
1175
1495
  DataSetId: string | undefined;
1176
1496
  Name: string | undefined;
1177
1497
  PhysicalTableMap: Record<string, PhysicalTable> | undefined;
1178
- LogicalTableMap?: Record<string, LogicalTable>;
1498
+ LogicalTableMap?: Record<string, LogicalTable> | undefined;
1179
1499
  ImportMode: DataSetImportMode | undefined;
1180
- ColumnGroups?: ColumnGroup[];
1181
- FieldFolders?: Record<string, FieldFolder>;
1182
- RowLevelPermissionDataSet?: RowLevelPermissionDataSet;
1183
- RowLevelPermissionTagConfiguration?: RowLevelPermissionTagConfiguration;
1184
- ColumnLevelPermissionRules?: ColumnLevelPermissionRule[];
1185
- DataSetUsageConfiguration?: DataSetUsageConfiguration;
1186
- DatasetParameters?: DatasetParameter[];
1500
+ ColumnGroups?: ColumnGroup[] | undefined;
1501
+ FieldFolders?: Record<string, FieldFolder> | undefined;
1502
+ RowLevelPermissionDataSet?: RowLevelPermissionDataSet | undefined;
1503
+ RowLevelPermissionTagConfiguration?:
1504
+ | RowLevelPermissionTagConfiguration
1505
+ | undefined;
1506
+ ColumnLevelPermissionRules?: ColumnLevelPermissionRule[] | undefined;
1507
+ DataSetUsageConfiguration?: DataSetUsageConfiguration | undefined;
1508
+ DatasetParameters?: DatasetParameter[] | undefined;
1187
1509
  }
1188
1510
  export interface UpdateDataSetResponse {
1189
- Arn?: string;
1190
- DataSetId?: string;
1191
- IngestionArn?: string;
1192
- IngestionId?: string;
1193
- RequestId?: string;
1194
- Status?: number;
1511
+ Arn?: string | undefined;
1512
+ DataSetId?: string | undefined;
1513
+ IngestionArn?: string | undefined;
1514
+ IngestionId?: string | undefined;
1515
+ RequestId?: string | undefined;
1516
+ Status?: number | undefined;
1195
1517
  }
1196
1518
  export interface UpdateDataSetPermissionsRequest {
1197
1519
  AwsAccountId: string | undefined;
1198
1520
  DataSetId: string | undefined;
1199
- GrantPermissions?: ResourcePermission[];
1200
- RevokePermissions?: ResourcePermission[];
1521
+ GrantPermissions?: ResourcePermission[] | undefined;
1522
+ RevokePermissions?: ResourcePermission[] | undefined;
1201
1523
  }
1202
1524
  export interface UpdateDataSetPermissionsResponse {
1203
- DataSetArn?: string;
1204
- DataSetId?: string;
1205
- RequestId?: string;
1206
- Status?: number;
1525
+ DataSetArn?: string | undefined;
1526
+ DataSetId?: string | undefined;
1527
+ RequestId?: string | undefined;
1528
+ Status?: number | undefined;
1207
1529
  }
1208
1530
  export interface UpdateDataSourceRequest {
1209
1531
  AwsAccountId: string | undefined;
1210
1532
  DataSourceId: string | undefined;
1211
1533
  Name: string | undefined;
1212
- DataSourceParameters?: DataSourceParameters;
1213
- Credentials?: DataSourceCredentials;
1214
- VpcConnectionProperties?: VpcConnectionProperties;
1215
- SslProperties?: SslProperties;
1534
+ DataSourceParameters?: DataSourceParameters | undefined;
1535
+ Credentials?: DataSourceCredentials | undefined;
1536
+ VpcConnectionProperties?: VpcConnectionProperties | undefined;
1537
+ SslProperties?: SslProperties | undefined;
1216
1538
  }
1217
1539
  export interface UpdateDataSourceResponse {
1218
- Arn?: string;
1219
- DataSourceId?: string;
1220
- UpdateStatus?: ResourceStatus;
1221
- RequestId?: string;
1222
- Status?: number;
1540
+ Arn?: string | undefined;
1541
+ DataSourceId?: string | undefined;
1542
+ UpdateStatus?: ResourceStatus | undefined;
1543
+ RequestId?: string | undefined;
1544
+ Status?: number | undefined;
1223
1545
  }
1224
1546
  export interface UpdateDataSourcePermissionsRequest {
1225
1547
  AwsAccountId: string | undefined;
1226
1548
  DataSourceId: string | undefined;
1227
- GrantPermissions?: ResourcePermission[];
1228
- RevokePermissions?: ResourcePermission[];
1549
+ GrantPermissions?: ResourcePermission[] | undefined;
1550
+ RevokePermissions?: ResourcePermission[] | undefined;
1229
1551
  }
1230
1552
  export interface UpdateDataSourcePermissionsResponse {
1231
- DataSourceArn?: string;
1232
- DataSourceId?: string;
1233
- RequestId?: string;
1234
- Status?: number;
1553
+ DataSourceArn?: string | undefined;
1554
+ DataSourceId?: string | undefined;
1555
+ RequestId?: string | undefined;
1556
+ Status?: number | undefined;
1235
1557
  }
1236
1558
  export interface UpdateFolderRequest {
1237
1559
  AwsAccountId: string | undefined;
@@ -1239,72 +1561,72 @@ export interface UpdateFolderRequest {
1239
1561
  Name: string | undefined;
1240
1562
  }
1241
1563
  export interface UpdateFolderResponse {
1242
- Status?: number;
1243
- Arn?: string;
1244
- FolderId?: string;
1245
- RequestId?: string;
1564
+ Status?: number | undefined;
1565
+ Arn?: string | undefined;
1566
+ FolderId?: string | undefined;
1567
+ RequestId?: string | undefined;
1246
1568
  }
1247
1569
  export interface UpdateFolderPermissionsRequest {
1248
1570
  AwsAccountId: string | undefined;
1249
1571
  FolderId: string | undefined;
1250
- GrantPermissions?: ResourcePermission[];
1251
- RevokePermissions?: ResourcePermission[];
1572
+ GrantPermissions?: ResourcePermission[] | undefined;
1573
+ RevokePermissions?: ResourcePermission[] | undefined;
1252
1574
  }
1253
1575
  export interface UpdateFolderPermissionsResponse {
1254
- Status?: number;
1255
- Arn?: string;
1256
- FolderId?: string;
1257
- Permissions?: ResourcePermission[];
1258
- RequestId?: string;
1576
+ Status?: number | undefined;
1577
+ Arn?: string | undefined;
1578
+ FolderId?: string | undefined;
1579
+ Permissions?: ResourcePermission[] | undefined;
1580
+ RequestId?: string | undefined;
1259
1581
  }
1260
1582
  export interface UpdateGroupRequest {
1261
1583
  GroupName: string | undefined;
1262
- Description?: string;
1584
+ Description?: string | undefined;
1263
1585
  AwsAccountId: string | undefined;
1264
1586
  Namespace: string | undefined;
1265
1587
  }
1266
1588
  export interface UpdateGroupResponse {
1267
- Group?: Group;
1268
- RequestId?: string;
1269
- Status?: number;
1589
+ Group?: Group | undefined;
1590
+ RequestId?: string | undefined;
1591
+ Status?: number | undefined;
1270
1592
  }
1271
1593
  export interface UpdateIAMPolicyAssignmentRequest {
1272
1594
  AwsAccountId: string | undefined;
1273
1595
  AssignmentName: string | undefined;
1274
1596
  Namespace: string | undefined;
1275
- AssignmentStatus?: AssignmentStatus;
1276
- PolicyArn?: string;
1277
- Identities?: Record<string, string[]>;
1597
+ AssignmentStatus?: AssignmentStatus | undefined;
1598
+ PolicyArn?: string | undefined;
1599
+ Identities?: Record<string, string[]> | undefined;
1278
1600
  }
1279
1601
  export interface UpdateIAMPolicyAssignmentResponse {
1280
- AssignmentName?: string;
1281
- AssignmentId?: string;
1282
- PolicyArn?: string;
1283
- Identities?: Record<string, string[]>;
1284
- AssignmentStatus?: AssignmentStatus;
1285
- RequestId?: string;
1286
- Status?: number;
1602
+ AssignmentName?: string | undefined;
1603
+ AssignmentId?: string | undefined;
1604
+ PolicyArn?: string | undefined;
1605
+ Identities?: Record<string, string[]> | undefined;
1606
+ AssignmentStatus?: AssignmentStatus | undefined;
1607
+ RequestId?: string | undefined;
1608
+ Status?: number | undefined;
1287
1609
  }
1288
1610
  export interface UpdateIdentityPropagationConfigRequest {
1289
1611
  AwsAccountId: string | undefined;
1290
1612
  Service: ServiceType | undefined;
1291
- AuthorizedTargets?: string[];
1613
+ AuthorizedTargets?: string[] | undefined;
1292
1614
  }
1293
1615
  export interface UpdateIdentityPropagationConfigResponse {
1294
- RequestId?: string;
1295
- Status?: number;
1616
+ RequestId?: string | undefined;
1617
+ Status?: number | undefined;
1296
1618
  }
1297
1619
  export interface UpdateIpRestrictionRequest {
1298
1620
  AwsAccountId: string | undefined;
1299
- IpRestrictionRuleMap?: Record<string, string>;
1300
- VpcIdRestrictionRuleMap?: Record<string, string>;
1301
- VpcEndpointIdRestrictionRuleMap?: Record<string, string>;
1302
- Enabled?: boolean;
1621
+ IpRestrictionRuleMap?: Record<string, string> | undefined;
1622
+ VpcIdRestrictionRuleMap?: Record<string, string> | undefined;
1623
+ VpcEndpointIdRestrictionRuleMap?: Record<string, string> | undefined;
1624
+ Enabled?: boolean | undefined;
1303
1625
  }
1304
1626
  export interface UpdateIpRestrictionResponse {
1305
- AwsAccountId?: string;
1306
- RequestId?: string;
1307
- Status?: number;
1627
+ AwsAccountId?: string | undefined;
1628
+ RequestId?: string | undefined;
1629
+ Status?: number | undefined;
1308
1630
  }
1309
1631
  export interface UpdateKeyRegistrationRequest {
1310
1632
  AwsAccountId: string | undefined;
@@ -1315,26 +1637,26 @@ export interface SuccessfulKeyRegistrationEntry {
1315
1637
  StatusCode: number | undefined;
1316
1638
  }
1317
1639
  export interface UpdateKeyRegistrationResponse {
1318
- FailedKeyRegistration?: FailedKeyRegistrationEntry[];
1319
- SuccessfulKeyRegistration?: SuccessfulKeyRegistrationEntry[];
1320
- RequestId?: string;
1640
+ FailedKeyRegistration?: FailedKeyRegistrationEntry[] | undefined;
1641
+ SuccessfulKeyRegistration?: SuccessfulKeyRegistrationEntry[] | undefined;
1642
+ RequestId?: string | undefined;
1321
1643
  }
1322
1644
  export interface UpdatePublicSharingSettingsRequest {
1323
1645
  AwsAccountId: string | undefined;
1324
- PublicSharingEnabled?: boolean;
1646
+ PublicSharingEnabled?: boolean | undefined;
1325
1647
  }
1326
1648
  export interface UpdatePublicSharingSettingsResponse {
1327
- RequestId?: string;
1328
- Status?: number;
1649
+ RequestId?: string | undefined;
1650
+ Status?: number | undefined;
1329
1651
  }
1330
1652
  export interface UpdateQPersonalizationConfigurationRequest {
1331
1653
  AwsAccountId: string | undefined;
1332
1654
  PersonalizationMode: PersonalizationMode | undefined;
1333
1655
  }
1334
1656
  export interface UpdateQPersonalizationConfigurationResponse {
1335
- PersonalizationMode?: PersonalizationMode;
1336
- RequestId?: string;
1337
- Status?: number;
1657
+ PersonalizationMode?: PersonalizationMode | undefined;
1658
+ RequestId?: string | undefined;
1659
+ Status?: number | undefined;
1338
1660
  }
1339
1661
  export interface UpdateRefreshScheduleRequest {
1340
1662
  DataSetId: string | undefined;
@@ -1342,10 +1664,10 @@ export interface UpdateRefreshScheduleRequest {
1342
1664
  Schedule: RefreshSchedule | undefined;
1343
1665
  }
1344
1666
  export interface UpdateRefreshScheduleResponse {
1345
- Status?: number;
1346
- RequestId?: string;
1347
- ScheduleId?: string;
1348
- Arn?: string;
1667
+ Status?: number | undefined;
1668
+ RequestId?: string | undefined;
1669
+ ScheduleId?: string | undefined;
1670
+ Arn?: string | undefined;
1349
1671
  }
1350
1672
  export interface UpdateRoleCustomPermissionRequest {
1351
1673
  CustomPermissionsName: string | undefined;
@@ -1354,33 +1676,33 @@ export interface UpdateRoleCustomPermissionRequest {
1354
1676
  Namespace: string | undefined;
1355
1677
  }
1356
1678
  export interface UpdateRoleCustomPermissionResponse {
1357
- RequestId?: string;
1358
- Status?: number;
1679
+ RequestId?: string | undefined;
1680
+ Status?: number | undefined;
1359
1681
  }
1360
1682
  export interface UpdateSPICECapacityConfigurationRequest {
1361
1683
  AwsAccountId: string | undefined;
1362
1684
  PurchaseMode: PurchaseMode | undefined;
1363
1685
  }
1364
1686
  export interface UpdateSPICECapacityConfigurationResponse {
1365
- RequestId?: string;
1366
- Status?: number;
1687
+ RequestId?: string | undefined;
1688
+ Status?: number | undefined;
1367
1689
  }
1368
1690
  export interface UpdateTemplateRequest {
1369
1691
  AwsAccountId: string | undefined;
1370
1692
  TemplateId: string | undefined;
1371
- SourceEntity?: TemplateSourceEntity;
1372
- VersionDescription?: string;
1373
- Name?: string;
1374
- Definition?: TemplateVersionDefinition;
1375
- ValidationStrategy?: ValidationStrategy;
1693
+ SourceEntity?: TemplateSourceEntity | undefined;
1694
+ VersionDescription?: string | undefined;
1695
+ Name?: string | undefined;
1696
+ Definition?: TemplateVersionDefinition | undefined;
1697
+ ValidationStrategy?: ValidationStrategy | undefined;
1376
1698
  }
1377
1699
  export interface UpdateTemplateResponse {
1378
- TemplateId?: string;
1379
- Arn?: string;
1380
- VersionArn?: string;
1381
- CreationStatus?: ResourceStatus;
1382
- Status?: number;
1383
- RequestId?: string;
1700
+ TemplateId?: string | undefined;
1701
+ Arn?: string | undefined;
1702
+ VersionArn?: string | undefined;
1703
+ CreationStatus?: ResourceStatus | undefined;
1704
+ Status?: number | undefined;
1705
+ RequestId?: string | undefined;
1384
1706
  }
1385
1707
  export interface UpdateTemplateAliasRequest {
1386
1708
  AwsAccountId: string | undefined;
@@ -1389,38 +1711,38 @@ export interface UpdateTemplateAliasRequest {
1389
1711
  TemplateVersionNumber: number | undefined;
1390
1712
  }
1391
1713
  export interface UpdateTemplateAliasResponse {
1392
- TemplateAlias?: TemplateAlias;
1393
- Status?: number;
1394
- RequestId?: string;
1714
+ TemplateAlias?: TemplateAlias | undefined;
1715
+ Status?: number | undefined;
1716
+ RequestId?: string | undefined;
1395
1717
  }
1396
1718
  export interface UpdateTemplatePermissionsRequest {
1397
1719
  AwsAccountId: string | undefined;
1398
1720
  TemplateId: string | undefined;
1399
- GrantPermissions?: ResourcePermission[];
1400
- RevokePermissions?: ResourcePermission[];
1721
+ GrantPermissions?: ResourcePermission[] | undefined;
1722
+ RevokePermissions?: ResourcePermission[] | undefined;
1401
1723
  }
1402
1724
  export interface UpdateTemplatePermissionsResponse {
1403
- TemplateId?: string;
1404
- TemplateArn?: string;
1405
- Permissions?: ResourcePermission[];
1406
- RequestId?: string;
1407
- Status?: number;
1725
+ TemplateId?: string | undefined;
1726
+ TemplateArn?: string | undefined;
1727
+ Permissions?: ResourcePermission[] | undefined;
1728
+ RequestId?: string | undefined;
1729
+ Status?: number | undefined;
1408
1730
  }
1409
1731
  export interface UpdateThemeRequest {
1410
1732
  AwsAccountId: string | undefined;
1411
1733
  ThemeId: string | undefined;
1412
- Name?: string;
1734
+ Name?: string | undefined;
1413
1735
  BaseThemeId: string | undefined;
1414
- VersionDescription?: string;
1415
- Configuration?: ThemeConfiguration;
1736
+ VersionDescription?: string | undefined;
1737
+ Configuration?: ThemeConfiguration | undefined;
1416
1738
  }
1417
1739
  export interface UpdateThemeResponse {
1418
- ThemeId?: string;
1419
- Arn?: string;
1420
- VersionArn?: string;
1421
- CreationStatus?: ResourceStatus;
1422
- Status?: number;
1423
- RequestId?: string;
1740
+ ThemeId?: string | undefined;
1741
+ Arn?: string | undefined;
1742
+ VersionArn?: string | undefined;
1743
+ CreationStatus?: ResourceStatus | undefined;
1744
+ Status?: number | undefined;
1745
+ RequestId?: string | undefined;
1424
1746
  }
1425
1747
  export interface UpdateThemeAliasRequest {
1426
1748
  AwsAccountId: string | undefined;
@@ -1429,22 +1751,22 @@ export interface UpdateThemeAliasRequest {
1429
1751
  ThemeVersionNumber: number | undefined;
1430
1752
  }
1431
1753
  export interface UpdateThemeAliasResponse {
1432
- ThemeAlias?: ThemeAlias;
1433
- Status?: number;
1434
- RequestId?: string;
1754
+ ThemeAlias?: ThemeAlias | undefined;
1755
+ Status?: number | undefined;
1756
+ RequestId?: string | undefined;
1435
1757
  }
1436
1758
  export interface UpdateThemePermissionsRequest {
1437
1759
  AwsAccountId: string | undefined;
1438
1760
  ThemeId: string | undefined;
1439
- GrantPermissions?: ResourcePermission[];
1440
- RevokePermissions?: ResourcePermission[];
1761
+ GrantPermissions?: ResourcePermission[] | undefined;
1762
+ RevokePermissions?: ResourcePermission[] | undefined;
1441
1763
  }
1442
1764
  export interface UpdateThemePermissionsResponse {
1443
- ThemeId?: string;
1444
- ThemeArn?: string;
1445
- Permissions?: ResourcePermission[];
1446
- RequestId?: string;
1447
- Status?: number;
1765
+ ThemeId?: string | undefined;
1766
+ ThemeArn?: string | undefined;
1767
+ Permissions?: ResourcePermission[] | undefined;
1768
+ RequestId?: string | undefined;
1769
+ Status?: number | undefined;
1448
1770
  }
1449
1771
  export interface UpdateTopicRequest {
1450
1772
  AwsAccountId: string | undefined;
@@ -1452,24 +1774,24 @@ export interface UpdateTopicRequest {
1452
1774
  Topic: TopicDetails | undefined;
1453
1775
  }
1454
1776
  export interface UpdateTopicResponse {
1455
- TopicId?: string;
1456
- Arn?: string;
1457
- RefreshArn?: string;
1458
- RequestId?: string;
1459
- Status?: number;
1777
+ TopicId?: string | undefined;
1778
+ Arn?: string | undefined;
1779
+ RefreshArn?: string | undefined;
1780
+ RequestId?: string | undefined;
1781
+ Status?: number | undefined;
1460
1782
  }
1461
1783
  export interface UpdateTopicPermissionsRequest {
1462
1784
  AwsAccountId: string | undefined;
1463
1785
  TopicId: string | undefined;
1464
- GrantPermissions?: ResourcePermission[];
1465
- RevokePermissions?: ResourcePermission[];
1786
+ GrantPermissions?: ResourcePermission[] | undefined;
1787
+ RevokePermissions?: ResourcePermission[] | undefined;
1466
1788
  }
1467
1789
  export interface UpdateTopicPermissionsResponse {
1468
- TopicId?: string;
1469
- TopicArn?: string;
1470
- Permissions?: ResourcePermission[];
1471
- Status?: number;
1472
- RequestId?: string;
1790
+ TopicId?: string | undefined;
1791
+ TopicArn?: string | undefined;
1792
+ Permissions?: ResourcePermission[] | undefined;
1793
+ Status?: number | undefined;
1794
+ RequestId?: string | undefined;
1473
1795
  }
1474
1796
  export interface UpdateTopicRefreshScheduleRequest {
1475
1797
  AwsAccountId: string | undefined;
@@ -1478,11 +1800,11 @@ export interface UpdateTopicRefreshScheduleRequest {
1478
1800
  RefreshSchedule: TopicRefreshSchedule | undefined;
1479
1801
  }
1480
1802
  export interface UpdateTopicRefreshScheduleResponse {
1481
- TopicId?: string;
1482
- TopicArn?: string;
1483
- DatasetArn?: string;
1484
- Status?: number;
1485
- RequestId?: string;
1803
+ TopicId?: string | undefined;
1804
+ TopicArn?: string | undefined;
1805
+ DatasetArn?: string | undefined;
1806
+ Status?: number | undefined;
1807
+ RequestId?: string | undefined;
1486
1808
  }
1487
1809
  export interface UpdateUserRequest {
1488
1810
  UserName: string | undefined;
@@ -1490,16 +1812,26 @@ export interface UpdateUserRequest {
1490
1812
  Namespace: string | undefined;
1491
1813
  Email: string | undefined;
1492
1814
  Role: UserRole | undefined;
1493
- CustomPermissionsName?: string;
1494
- UnapplyCustomPermissions?: boolean;
1495
- ExternalLoginFederationProviderType?: string;
1496
- CustomFederationProviderUrl?: string;
1497
- ExternalLoginId?: string;
1815
+ CustomPermissionsName?: string | undefined;
1816
+ UnapplyCustomPermissions?: boolean | undefined;
1817
+ ExternalLoginFederationProviderType?: string | undefined;
1818
+ CustomFederationProviderUrl?: string | undefined;
1819
+ ExternalLoginId?: string | undefined;
1498
1820
  }
1499
1821
  export interface UpdateUserResponse {
1500
- User?: User;
1501
- RequestId?: string;
1502
- Status?: number;
1822
+ User?: User | undefined;
1823
+ RequestId?: string | undefined;
1824
+ Status?: number | undefined;
1825
+ }
1826
+ export interface UpdateUserCustomPermissionRequest {
1827
+ UserName: string | undefined;
1828
+ AwsAccountId: string | undefined;
1829
+ Namespace: string | undefined;
1830
+ CustomPermissionsName: string | undefined;
1831
+ }
1832
+ export interface UpdateUserCustomPermissionResponse {
1833
+ RequestId?: string | undefined;
1834
+ Status?: number | undefined;
1503
1835
  }
1504
1836
  export interface UpdateVPCConnectionRequest {
1505
1837
  AwsAccountId: string | undefined;
@@ -1507,39 +1839,39 @@ export interface UpdateVPCConnectionRequest {
1507
1839
  Name: string | undefined;
1508
1840
  SubnetIds: string[] | undefined;
1509
1841
  SecurityGroupIds: string[] | undefined;
1510
- DnsResolvers?: string[];
1842
+ DnsResolvers?: string[] | undefined;
1511
1843
  RoleArn: string | undefined;
1512
1844
  }
1513
1845
  export interface UpdateVPCConnectionResponse {
1514
- Arn?: string;
1515
- VPCConnectionId?: string;
1516
- UpdateStatus?: VPCConnectionResourceStatus;
1517
- AvailabilityStatus?: VPCConnectionAvailabilityStatus;
1518
- RequestId?: string;
1519
- Status?: number;
1846
+ Arn?: string | undefined;
1847
+ VPCConnectionId?: string | undefined;
1848
+ UpdateStatus?: VPCConnectionResourceStatus | undefined;
1849
+ AvailabilityStatus?: VPCConnectionAvailabilityStatus | undefined;
1850
+ RequestId?: string | undefined;
1851
+ Status?: number | undefined;
1520
1852
  }
1521
1853
  export interface TopicVisual {
1522
- VisualId?: string;
1523
- Role?: VisualRole;
1524
- Ir?: TopicIR;
1525
- SupportingVisuals?: TopicVisual[];
1854
+ VisualId?: string | undefined;
1855
+ Role?: VisualRole | undefined;
1856
+ Ir?: TopicIR | undefined;
1857
+ SupportingVisuals?: TopicVisual[] | undefined;
1526
1858
  }
1527
1859
  export interface CreateTopicReviewedAnswer {
1528
1860
  AnswerId: string | undefined;
1529
1861
  DatasetArn: string | undefined;
1530
1862
  Question: string | undefined;
1531
- Mir?: TopicIR;
1532
- PrimaryVisual?: TopicVisual;
1533
- Template?: TopicTemplate;
1863
+ Mir?: TopicIR | undefined;
1864
+ PrimaryVisual?: TopicVisual | undefined;
1865
+ Template?: TopicTemplate | undefined;
1534
1866
  }
1535
1867
  export interface TopicReviewedAnswer {
1536
- Arn?: string;
1868
+ Arn?: string | undefined;
1537
1869
  AnswerId: string | undefined;
1538
1870
  DatasetArn: string | undefined;
1539
1871
  Question: string | undefined;
1540
- Mir?: TopicIR;
1541
- PrimaryVisual?: TopicVisual;
1542
- Template?: TopicTemplate;
1872
+ Mir?: TopicIR | undefined;
1873
+ PrimaryVisual?: TopicVisual | undefined;
1874
+ Template?: TopicTemplate | undefined;
1543
1875
  }
1544
1876
  export interface BatchCreateTopicReviewedAnswerRequest {
1545
1877
  AwsAccountId: string | undefined;
@@ -1547,12 +1879,18 @@ export interface BatchCreateTopicReviewedAnswerRequest {
1547
1879
  Answers: CreateTopicReviewedAnswer[] | undefined;
1548
1880
  }
1549
1881
  export interface ListTopicReviewedAnswersResponse {
1550
- TopicId?: string;
1551
- TopicArn?: string;
1552
- Answers?: TopicReviewedAnswer[];
1553
- Status?: number;
1554
- RequestId?: string;
1555
- }
1882
+ TopicId?: string | undefined;
1883
+ TopicArn?: string | undefined;
1884
+ Answers?: TopicReviewedAnswer[] | undefined;
1885
+ Status?: number | undefined;
1886
+ RequestId?: string | undefined;
1887
+ }
1888
+ export declare const DescribeTemplateDefinitionResponseFilterSensitiveLog: (
1889
+ obj: DescribeTemplateDefinitionResponse
1890
+ ) => any;
1891
+ export declare const DescribeTopicResponseFilterSensitiveLog: (
1892
+ obj: DescribeTopicResponse
1893
+ ) => any;
1556
1894
  export declare const SessionTagFilterSensitiveLog: (obj: SessionTag) => any;
1557
1895
  export declare const GenerateEmbedUrlForAnonymousUserRequestFilterSensitiveLog: (
1558
1896
  obj: GenerateEmbedUrlForAnonymousUserRequest