@aws-sdk/client-quicksight 3.686.0 → 3.691.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +12 -5
- package/dist-es/models/models_2.js +5 -4
- package/dist-es/models/models_3.js +4 -0
- package/dist-types/commands/CreateDataSourceCommand.d.ts +41 -3
- package/dist-types/commands/DescribeAssetBundleImportJobCommand.d.ts +21 -1
- package/dist-types/commands/DescribeDataSourceCommand.d.ts +41 -3
- package/dist-types/commands/DescribeTopicPermissionsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeTopicRefreshCommand.d.ts +1 -2
- package/dist-types/commands/ListDataSourcesCommand.d.ts +41 -3
- package/dist-types/commands/StartAssetBundleImportJobCommand.d.ts +21 -1
- package/dist-types/commands/UpdateDataSourceCommand.d.ts +41 -3
- package/dist-types/models/models_0.d.ts +525 -525
- package/dist-types/models/models_1.d.ts +743 -743
- package/dist-types/models/models_2.d.ts +601 -582
- package/dist-types/models/models_3.d.ts +844 -845
- package/dist-types/models/models_4.d.ts +707 -656
- package/dist-types/ts3.4/commands/DescribeTopicPermissionsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeTopicRefreshCommand.d.ts +4 -2
- package/dist-types/ts3.4/models/models_0.d.ts +565 -525
- package/dist-types/ts3.4/models/models_1.d.ts +763 -743
- package/dist-types/ts3.4/models/models_2.d.ts +569 -536
- package/dist-types/ts3.4/models/models_3.d.ts +815 -807
- package/dist-types/ts3.4/models/models_4.d.ts +681 -655
- package/package.json +7 -7
|
@@ -1,8 +1,59 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
2
|
import { AccountCustomization, ActiveIAMPolicyAssignment, ResourceStatus } from "./models_0";
|
|
3
|
-
import { _Parameters, AnalysisDefinition, AnalysisSearchFilter, AnalysisSourceEntity, AnalysisSummary, AnonymousUserEmbeddingExperienceConfiguration, AssetBundleCloudFormationOverridePropertyConfiguration, AssetBundleExportFormat, AssetBundleExportJobSummary, AssetBundleExportJobValidationStrategy, AssetBundleImportFailureAction, AssetBundleImportJobOverrideParameters, AssetBundleImportJobOverridePermissions, AssetBundleImportJobOverrideTags, AssetBundleImportJobOverrideValidationStrategy, AssetBundleImportJobSummary, AssetBundleImportSource, AssignmentStatus, AuthorizedTargetsByService, BookmarksConfigurations, ColumnGroup, ColumnLevelPermissionRule, DashboardPublishOptions, DashboardSourceEntity, DashboardVersionDefinition, DashboardVisualId, DataSetImportMode, DatasetParameter, DataSetUsageConfiguration, DataSourceParameters, FieldFolder, FilterOperator, LinkSharingConfiguration, LogicalTable, PhysicalTable, ResourcePermission,
|
|
4
|
-
import { DashboardSearchFilter, DashboardSummary, DashboardVersionSummary, DataSetRefreshProperties, DataSetSearchFilter, DataSetSummary, DataSource, DataSourceCredentials, DataSourceSearchFilter, DataSourceSummary, FolderType, Group, GroupMember, IncludeFolderMembers, Ingestion, NamespaceInfoV2, PersonalizationMode, RefreshSchedule, RegisteredCustomerManagedKey, Role, RowLevelPermissionTagConfiguration, SharingModel, SnapshotConfiguration, TemplateAlias, TemplateSourceEntity, TemplateVersionDefinition, ThemeAlias, ThemeConfiguration, ThemeType, TopicDetails, TopicRefreshSchedule, TopicUserExperienceVersion, VPCConnectionAvailabilityStatus, VPCConnectionResourceStatus } from "./models_3";
|
|
3
|
+
import { _Parameters, AnalysisDefinition, AnalysisSearchFilter, AnalysisSourceEntity, AnalysisSummary, AnonymousUserEmbeddingExperienceConfiguration, AssetBundleCloudFormationOverridePropertyConfiguration, AssetBundleExportFormat, AssetBundleExportJobSummary, AssetBundleExportJobValidationStrategy, AssetBundleImportFailureAction, AssetBundleImportJobOverrideParameters, AssetBundleImportJobOverridePermissions, AssetBundleImportJobOverrideTags, AssetBundleImportJobOverrideValidationStrategy, AssetBundleImportJobSummary, AssetBundleImportSource, AssignmentStatus, AuthorizedTargetsByService, BookmarksConfigurations, ColumnGroup, ColumnLevelPermissionRule, DashboardPublishOptions, DashboardSourceEntity, DashboardVersionDefinition, DashboardVisualId, DataSetImportMode, DatasetParameter, DataSetUsageConfiguration, DataSourceParameters, FieldFolder, FilterOperator, LinkSharingConfiguration, LogicalTable, PhysicalTable, ResourcePermission, ServiceType, SharedViewConfigurations, SslProperties, Tag, TopicIR, TopicTemplate, ValidationStrategy, VisualRole, VpcConnectionProperties } from "./models_2";
|
|
4
|
+
import { DashboardSearchFilter, DashboardSummary, DashboardVersionSummary, DataSetRefreshProperties, DataSetSearchFilter, DataSetSummary, DataSource, DataSourceCredentials, DataSourceSearchFilter, DataSourceSummary, FolderType, Group, GroupMember, IncludeFolderMembers, Ingestion, NamespaceInfoV2, PersonalizationMode, RefreshSchedule, RegisteredCustomerManagedKey, Role, RowLevelPermissionDataSet, RowLevelPermissionTagConfiguration, SharingModel, SnapshotConfiguration, TemplateAlias, TemplateSourceEntity, TemplateVersionDefinition, ThemeAlias, ThemeConfiguration, ThemeType, TopicDetails, TopicRefreshSchedule, TopicUserExperienceVersion, VPCConnectionAvailabilityStatus, VPCConnectionResourceStatus } from "./models_3";
|
|
5
5
|
import { QuickSightServiceException as __BaseException } from "./QuickSightServiceException";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export interface DescribeTopicPermissionsResponse {
|
|
10
|
+
/**
|
|
11
|
+
* <p>The ID of the topic that you want to describe. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.</p>
|
|
12
|
+
* @public
|
|
13
|
+
*/
|
|
14
|
+
TopicId?: string | undefined;
|
|
15
|
+
/**
|
|
16
|
+
* <p>The Amazon Resource Name (ARN) of the topic.</p>
|
|
17
|
+
* @public
|
|
18
|
+
*/
|
|
19
|
+
TopicArn?: string | undefined;
|
|
20
|
+
/**
|
|
21
|
+
* <p>A list of resource permissions that are configured to the topic.</p>
|
|
22
|
+
* @public
|
|
23
|
+
*/
|
|
24
|
+
Permissions?: ResourcePermission[] | undefined;
|
|
25
|
+
/**
|
|
26
|
+
* <p>The HTTP status of the request.</p>
|
|
27
|
+
* @public
|
|
28
|
+
*/
|
|
29
|
+
Status?: number | undefined;
|
|
30
|
+
/**
|
|
31
|
+
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
32
|
+
* @public
|
|
33
|
+
*/
|
|
34
|
+
RequestId?: string | undefined;
|
|
35
|
+
}
|
|
36
|
+
/**
|
|
37
|
+
* @public
|
|
38
|
+
*/
|
|
39
|
+
export interface DescribeTopicRefreshRequest {
|
|
40
|
+
/**
|
|
41
|
+
* <p>The ID of the Amazon Web Services account that contains the topic whose refresh you want
|
|
42
|
+
* to describe.</p>
|
|
43
|
+
* @public
|
|
44
|
+
*/
|
|
45
|
+
AwsAccountId: string | undefined;
|
|
46
|
+
/**
|
|
47
|
+
* <p>The ID of the topic that you want to describe. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.</p>
|
|
48
|
+
* @public
|
|
49
|
+
*/
|
|
50
|
+
TopicId: string | undefined;
|
|
51
|
+
/**
|
|
52
|
+
* <p>The ID of the refresh, which is performed when the topic is created or updated.</p>
|
|
53
|
+
* @public
|
|
54
|
+
*/
|
|
55
|
+
RefreshId: string | undefined;
|
|
56
|
+
}
|
|
6
57
|
/**
|
|
7
58
|
* @public
|
|
8
59
|
* @enum
|
|
@@ -27,17 +78,17 @@ export interface TopicRefreshDetails {
|
|
|
27
78
|
* <p>The Amazon Resource Name (ARN) of the topic refresh.</p>
|
|
28
79
|
* @public
|
|
29
80
|
*/
|
|
30
|
-
RefreshArn?: string;
|
|
81
|
+
RefreshArn?: string | undefined;
|
|
31
82
|
/**
|
|
32
83
|
* <p>The ID of the refresh, which occurs as a result of topic creation or topic update.</p>
|
|
33
84
|
* @public
|
|
34
85
|
*/
|
|
35
|
-
RefreshId?: string;
|
|
86
|
+
RefreshId?: string | undefined;
|
|
36
87
|
/**
|
|
37
88
|
* <p>The status of the refresh job that indicates whether the job is still running, completed successfully, or failed.</p>
|
|
38
89
|
* @public
|
|
39
90
|
*/
|
|
40
|
-
RefreshStatus?: TopicRefreshStatus;
|
|
91
|
+
RefreshStatus?: TopicRefreshStatus | undefined;
|
|
41
92
|
}
|
|
42
93
|
/**
|
|
43
94
|
* @public
|
|
@@ -47,17 +98,17 @@ export interface DescribeTopicRefreshResponse {
|
|
|
47
98
|
* <p>Details of the refresh, which is performed when the topic is created or updated.</p>
|
|
48
99
|
* @public
|
|
49
100
|
*/
|
|
50
|
-
RefreshDetails?: TopicRefreshDetails;
|
|
101
|
+
RefreshDetails?: TopicRefreshDetails | undefined;
|
|
51
102
|
/**
|
|
52
103
|
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
53
104
|
* @public
|
|
54
105
|
*/
|
|
55
|
-
RequestId?: string;
|
|
106
|
+
RequestId?: string | undefined;
|
|
56
107
|
/**
|
|
57
108
|
* <p>The HTTP status of the request.</p>
|
|
58
109
|
* @public
|
|
59
110
|
*/
|
|
60
|
-
Status?: number;
|
|
111
|
+
Status?: number | undefined;
|
|
61
112
|
}
|
|
62
113
|
/**
|
|
63
114
|
* @public
|
|
@@ -89,32 +140,32 @@ export interface DescribeTopicRefreshScheduleResponse {
|
|
|
89
140
|
* ID is unique per Amazon Web Services Region for each Amazon Web Services account.</p>
|
|
90
141
|
* @public
|
|
91
142
|
*/
|
|
92
|
-
TopicId?: string;
|
|
143
|
+
TopicId?: string | undefined;
|
|
93
144
|
/**
|
|
94
145
|
* <p>The Amazon Resource Name (ARN) of the topic.</p>
|
|
95
146
|
* @public
|
|
96
147
|
*/
|
|
97
|
-
TopicArn?: string;
|
|
148
|
+
TopicArn?: string | undefined;
|
|
98
149
|
/**
|
|
99
150
|
* <p>The Amazon Resource Name (ARN) of the dataset.</p>
|
|
100
151
|
* @public
|
|
101
152
|
*/
|
|
102
|
-
DatasetArn?: string;
|
|
153
|
+
DatasetArn?: string | undefined;
|
|
103
154
|
/**
|
|
104
155
|
* <p>The definition of a refresh schedule.</p>
|
|
105
156
|
* @public
|
|
106
157
|
*/
|
|
107
|
-
RefreshSchedule?: TopicRefreshSchedule;
|
|
158
|
+
RefreshSchedule?: TopicRefreshSchedule | undefined;
|
|
108
159
|
/**
|
|
109
160
|
* <p>The HTTP status of the request.</p>
|
|
110
161
|
* @public
|
|
111
162
|
*/
|
|
112
|
-
Status?: number;
|
|
163
|
+
Status?: number | undefined;
|
|
113
164
|
/**
|
|
114
165
|
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
115
166
|
* @public
|
|
116
167
|
*/
|
|
117
|
-
RequestId?: string;
|
|
168
|
+
RequestId?: string | undefined;
|
|
118
169
|
}
|
|
119
170
|
/**
|
|
120
171
|
* @public
|
|
@@ -177,19 +228,19 @@ export interface User {
|
|
|
177
228
|
* <p>The Amazon Resource Name (ARN) for the user.</p>
|
|
178
229
|
* @public
|
|
179
230
|
*/
|
|
180
|
-
Arn?: string;
|
|
231
|
+
Arn?: string | undefined;
|
|
181
232
|
/**
|
|
182
233
|
* <p>The user's user name. This value is required if you are registering a user that will be managed in Amazon QuickSight. In the output, the value for <code>UserName</code> is
|
|
183
234
|
* <code>N/A</code> when the value for <code>IdentityType</code> is <code>IAM</code>
|
|
184
235
|
* and the corresponding IAM user is deleted.</p>
|
|
185
236
|
* @public
|
|
186
237
|
*/
|
|
187
|
-
UserName?: string;
|
|
238
|
+
UserName?: string | undefined;
|
|
188
239
|
/**
|
|
189
240
|
* <p>The user's email address.</p>
|
|
190
241
|
* @public
|
|
191
242
|
*/
|
|
192
|
-
Email?: string;
|
|
243
|
+
Email?: string | undefined;
|
|
193
244
|
/**
|
|
194
245
|
* <p>The Amazon QuickSight role for the user. The user role can be one of the
|
|
195
246
|
* following:.</p>
|
|
@@ -233,28 +284,28 @@ export interface User {
|
|
|
233
284
|
* </ul>
|
|
234
285
|
* @public
|
|
235
286
|
*/
|
|
236
|
-
Role?: UserRole;
|
|
287
|
+
Role?: UserRole | undefined;
|
|
237
288
|
/**
|
|
238
289
|
* <p>The type of identity authentication used by the user.</p>
|
|
239
290
|
* @public
|
|
240
291
|
*/
|
|
241
|
-
IdentityType?: IdentityType;
|
|
292
|
+
IdentityType?: IdentityType | undefined;
|
|
242
293
|
/**
|
|
243
294
|
* <p>The active status of user. When you create an Amazon QuickSight user that's not an IAM user or an Active Directory user, that user is inactive until they sign in and provide a
|
|
244
295
|
* password.</p>
|
|
245
296
|
* @public
|
|
246
297
|
*/
|
|
247
|
-
Active?: boolean;
|
|
298
|
+
Active?: boolean | undefined;
|
|
248
299
|
/**
|
|
249
300
|
* <p>The principal ID of the user.</p>
|
|
250
301
|
* @public
|
|
251
302
|
*/
|
|
252
|
-
PrincipalId?: string;
|
|
303
|
+
PrincipalId?: string | undefined;
|
|
253
304
|
/**
|
|
254
305
|
* <p>The custom permissions profile associated with this user.</p>
|
|
255
306
|
* @public
|
|
256
307
|
*/
|
|
257
|
-
CustomPermissionsName?: string;
|
|
308
|
+
CustomPermissionsName?: string | undefined;
|
|
258
309
|
/**
|
|
259
310
|
* <p>The type of supported external login provider that provides identity to let the user
|
|
260
311
|
* federate into Amazon QuickSight with an associated IAM role. The type can be one of the following.</p>
|
|
@@ -270,17 +321,17 @@ export interface User {
|
|
|
270
321
|
* </ul>
|
|
271
322
|
* @public
|
|
272
323
|
*/
|
|
273
|
-
ExternalLoginFederationProviderType?: string;
|
|
324
|
+
ExternalLoginFederationProviderType?: string | undefined;
|
|
274
325
|
/**
|
|
275
326
|
* <p>The URL of the external login provider.</p>
|
|
276
327
|
* @public
|
|
277
328
|
*/
|
|
278
|
-
ExternalLoginFederationProviderUrl?: string;
|
|
329
|
+
ExternalLoginFederationProviderUrl?: string | undefined;
|
|
279
330
|
/**
|
|
280
331
|
* <p>The identity ID for the user in the external login provider.</p>
|
|
281
332
|
* @public
|
|
282
333
|
*/
|
|
283
|
-
ExternalLoginId?: string;
|
|
334
|
+
ExternalLoginId?: string | undefined;
|
|
284
335
|
}
|
|
285
336
|
/**
|
|
286
337
|
* @public
|
|
@@ -290,17 +341,17 @@ export interface DescribeUserResponse {
|
|
|
290
341
|
* <p>The user name.</p>
|
|
291
342
|
* @public
|
|
292
343
|
*/
|
|
293
|
-
User?: User;
|
|
344
|
+
User?: User | undefined;
|
|
294
345
|
/**
|
|
295
346
|
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
296
347
|
* @public
|
|
297
348
|
*/
|
|
298
|
-
RequestId?: string;
|
|
349
|
+
RequestId?: string | undefined;
|
|
299
350
|
/**
|
|
300
351
|
* <p>The HTTP status of the request.</p>
|
|
301
352
|
* @public
|
|
302
353
|
*/
|
|
303
|
-
Status?: number;
|
|
354
|
+
Status?: number | undefined;
|
|
304
355
|
}
|
|
305
356
|
/**
|
|
306
357
|
* @public
|
|
@@ -348,27 +399,27 @@ export interface NetworkInterface {
|
|
|
348
399
|
* <p>The subnet ID associated with the network interface.</p>
|
|
349
400
|
* @public
|
|
350
401
|
*/
|
|
351
|
-
SubnetId?: string;
|
|
402
|
+
SubnetId?: string | undefined;
|
|
352
403
|
/**
|
|
353
404
|
* <p>The availability zone that the network interface resides in.</p>
|
|
354
405
|
* @public
|
|
355
406
|
*/
|
|
356
|
-
AvailabilityZone?: string;
|
|
407
|
+
AvailabilityZone?: string | undefined;
|
|
357
408
|
/**
|
|
358
409
|
* <p>An error message.</p>
|
|
359
410
|
* @public
|
|
360
411
|
*/
|
|
361
|
-
ErrorMessage?: string;
|
|
412
|
+
ErrorMessage?: string | undefined;
|
|
362
413
|
/**
|
|
363
414
|
* <p>The status of the network interface.</p>
|
|
364
415
|
* @public
|
|
365
416
|
*/
|
|
366
|
-
Status?: NetworkInterfaceStatus;
|
|
417
|
+
Status?: NetworkInterfaceStatus | undefined;
|
|
367
418
|
/**
|
|
368
419
|
* <p>The network interface ID.</p>
|
|
369
420
|
* @public
|
|
370
421
|
*/
|
|
371
|
-
NetworkInterfaceId?: string;
|
|
422
|
+
NetworkInterfaceId?: string | undefined;
|
|
372
423
|
}
|
|
373
424
|
/**
|
|
374
425
|
* <p>The structure of a VPC connection.</p>
|
|
@@ -380,64 +431,64 @@ export interface VPCConnection {
|
|
|
380
431
|
* Amazon Web Services account.</p>
|
|
381
432
|
* @public
|
|
382
433
|
*/
|
|
383
|
-
VPCConnectionId?: string;
|
|
434
|
+
VPCConnectionId?: string | undefined;
|
|
384
435
|
/**
|
|
385
436
|
* <p>The Amazon Resource Name (ARN) of the VPC connection.</p>
|
|
386
437
|
* @public
|
|
387
438
|
*/
|
|
388
|
-
Arn?: string;
|
|
439
|
+
Arn?: string | undefined;
|
|
389
440
|
/**
|
|
390
441
|
* <p>The display name for the VPC connection.</p>
|
|
391
442
|
* @public
|
|
392
443
|
*/
|
|
393
|
-
Name?: string;
|
|
444
|
+
Name?: string | undefined;
|
|
394
445
|
/**
|
|
395
446
|
* <p>The Amazon EC2 VPC ID associated with the VPC connection.</p>
|
|
396
447
|
* @public
|
|
397
448
|
*/
|
|
398
|
-
VPCId?: string;
|
|
449
|
+
VPCId?: string | undefined;
|
|
399
450
|
/**
|
|
400
451
|
* <p>The Amazon EC2 security group IDs associated with the VPC connection.</p>
|
|
401
452
|
* @public
|
|
402
453
|
*/
|
|
403
|
-
SecurityGroupIds?: string[];
|
|
454
|
+
SecurityGroupIds?: string[] | undefined;
|
|
404
455
|
/**
|
|
405
456
|
* <p>A list of IP addresses of DNS resolver endpoints for the VPC connection.</p>
|
|
406
457
|
* @public
|
|
407
458
|
*/
|
|
408
|
-
DnsResolvers?: string[];
|
|
459
|
+
DnsResolvers?: string[] | undefined;
|
|
409
460
|
/**
|
|
410
461
|
* <p>The status of the VPC connection.</p>
|
|
411
462
|
* @public
|
|
412
463
|
*/
|
|
413
|
-
Status?: VPCConnectionResourceStatus;
|
|
464
|
+
Status?: VPCConnectionResourceStatus | undefined;
|
|
414
465
|
/**
|
|
415
466
|
* <p>The availability status of the VPC connection.</p>
|
|
416
467
|
* @public
|
|
417
468
|
*/
|
|
418
|
-
AvailabilityStatus?: VPCConnectionAvailabilityStatus;
|
|
469
|
+
AvailabilityStatus?: VPCConnectionAvailabilityStatus | undefined;
|
|
419
470
|
/**
|
|
420
471
|
* <p>A list of network interfaces.</p>
|
|
421
472
|
* @public
|
|
422
473
|
*/
|
|
423
|
-
NetworkInterfaces?: NetworkInterface[];
|
|
474
|
+
NetworkInterfaces?: NetworkInterface[] | undefined;
|
|
424
475
|
/**
|
|
425
476
|
* <p>The ARN of the
|
|
426
477
|
* IAM role associated with the VPC
|
|
427
478
|
* connection.</p>
|
|
428
479
|
* @public
|
|
429
480
|
*/
|
|
430
|
-
RoleArn?: string;
|
|
481
|
+
RoleArn?: string | undefined;
|
|
431
482
|
/**
|
|
432
483
|
* <p>The time that the VPC connection was created.</p>
|
|
433
484
|
* @public
|
|
434
485
|
*/
|
|
435
|
-
CreatedTime?: Date;
|
|
486
|
+
CreatedTime?: Date | undefined;
|
|
436
487
|
/**
|
|
437
488
|
* <p>The time that the VPC connection was last updated.</p>
|
|
438
489
|
* @public
|
|
439
490
|
*/
|
|
440
|
-
LastUpdatedTime?: Date;
|
|
491
|
+
LastUpdatedTime?: Date | undefined;
|
|
441
492
|
}
|
|
442
493
|
/**
|
|
443
494
|
* @public
|
|
@@ -447,17 +498,17 @@ export interface DescribeVPCConnectionResponse {
|
|
|
447
498
|
* <p>A response object that provides information for the specified VPC connection.</p>
|
|
448
499
|
* @public
|
|
449
500
|
*/
|
|
450
|
-
VPCConnection?: VPCConnection;
|
|
501
|
+
VPCConnection?: VPCConnection | undefined;
|
|
451
502
|
/**
|
|
452
503
|
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
453
504
|
* @public
|
|
454
505
|
*/
|
|
455
|
-
RequestId?: string;
|
|
506
|
+
RequestId?: string | undefined;
|
|
456
507
|
/**
|
|
457
508
|
* <p>The HTTP status of the request.</p>
|
|
458
509
|
* @public
|
|
459
510
|
*/
|
|
460
|
-
Status?: number;
|
|
511
|
+
Status?: number | undefined;
|
|
461
512
|
}
|
|
462
513
|
/**
|
|
463
514
|
* <p>The domain specified isn't on the allow list. All domains for embedded dashboards must be
|
|
@@ -467,12 +518,12 @@ export interface DescribeVPCConnectionResponse {
|
|
|
467
518
|
export declare class DomainNotWhitelistedException extends __BaseException {
|
|
468
519
|
readonly name: "DomainNotWhitelistedException";
|
|
469
520
|
readonly $fault: "client";
|
|
470
|
-
Message?: string;
|
|
521
|
+
Message?: string | undefined;
|
|
471
522
|
/**
|
|
472
523
|
* <p>The Amazon Web Services request ID for this request.</p>
|
|
473
524
|
* @public
|
|
474
525
|
*/
|
|
475
|
-
RequestId?: string;
|
|
526
|
+
RequestId?: string | undefined;
|
|
476
527
|
/**
|
|
477
528
|
* @internal
|
|
478
529
|
*/
|
|
@@ -500,7 +551,7 @@ export interface FailedKeyRegistrationEntry {
|
|
|
500
551
|
* <p>The ARN of the KMS key that failed to update.</p>
|
|
501
552
|
* @public
|
|
502
553
|
*/
|
|
503
|
-
KeyArn?: string;
|
|
554
|
+
KeyArn?: string | undefined;
|
|
504
555
|
/**
|
|
505
556
|
* <p>A message that provides information about why a <code>FailedKeyRegistrationEntry</code> error occurred.</p>
|
|
506
557
|
* @public
|
|
@@ -544,12 +595,12 @@ export interface MemberIdArnPair {
|
|
|
544
595
|
* <p>The ID of the member.</p>
|
|
545
596
|
* @public
|
|
546
597
|
*/
|
|
547
|
-
MemberId?: string;
|
|
598
|
+
MemberId?: string | undefined;
|
|
548
599
|
/**
|
|
549
600
|
* <p>The Amazon Resource Name (ARN) of the member.</p>
|
|
550
601
|
* @public
|
|
551
602
|
*/
|
|
552
|
-
MemberArn?: string;
|
|
603
|
+
MemberArn?: string | undefined;
|
|
553
604
|
}
|
|
554
605
|
/**
|
|
555
606
|
* <p>A filter to use to search an Amazon QuickSight folder.</p>
|
|
@@ -562,7 +613,7 @@ export interface FolderSearchFilter {
|
|
|
562
613
|
* <p>If you set the value to <code>"StringLike"</code>, you need to provide the name of the folders you are searching for. For example, <code>"Name":"FOLDER_NAME", "Operator": "StringLike", "Value": "Test"</code>. The <code>"StringLike"</code> operator only supports the <code>NAME</code> value <code>FOLDER_NAME</code>.</p>
|
|
563
614
|
* @public
|
|
564
615
|
*/
|
|
565
|
-
Operator?: FilterOperator;
|
|
616
|
+
Operator?: FilterOperator | undefined;
|
|
566
617
|
/**
|
|
567
618
|
* <p>The name of a value that you want to use in the filter. For example, <code>"Name": "QUICKSIGHT_OWNER"</code>.</p>
|
|
568
619
|
* <p>Valid values are defined as follows:</p>
|
|
@@ -598,12 +649,12 @@ export interface FolderSearchFilter {
|
|
|
598
649
|
* </ul>
|
|
599
650
|
* @public
|
|
600
651
|
*/
|
|
601
|
-
Name?: FolderFilterAttribute;
|
|
652
|
+
Name?: FolderFilterAttribute | undefined;
|
|
602
653
|
/**
|
|
603
654
|
* <p>The value of the named item (in this example, <code>PARENT_FOLDER_ARN</code>), that you want to use as a filter. For example, <code>"Value": "arn:aws:quicksight:us-east-1:1:folder/folderId"</code>.</p>
|
|
604
655
|
* @public
|
|
605
656
|
*/
|
|
606
|
-
Value?: string;
|
|
657
|
+
Value?: string | undefined;
|
|
607
658
|
}
|
|
608
659
|
/**
|
|
609
660
|
* <p>A summary of information about an existing Amazon QuickSight folder. </p>
|
|
@@ -614,37 +665,37 @@ export interface FolderSummary {
|
|
|
614
665
|
* <p>The Amazon Resource Name (ARN) of the folder.</p>
|
|
615
666
|
* @public
|
|
616
667
|
*/
|
|
617
|
-
Arn?: string;
|
|
668
|
+
Arn?: string | undefined;
|
|
618
669
|
/**
|
|
619
670
|
* <p>The ID of the folder.</p>
|
|
620
671
|
* @public
|
|
621
672
|
*/
|
|
622
|
-
FolderId?: string;
|
|
673
|
+
FolderId?: string | undefined;
|
|
623
674
|
/**
|
|
624
675
|
* <p>The display name of the folder.</p>
|
|
625
676
|
* @public
|
|
626
677
|
*/
|
|
627
|
-
Name?: string;
|
|
678
|
+
Name?: string | undefined;
|
|
628
679
|
/**
|
|
629
680
|
* <p>The type of folder.</p>
|
|
630
681
|
* @public
|
|
631
682
|
*/
|
|
632
|
-
FolderType?: FolderType;
|
|
683
|
+
FolderType?: FolderType | undefined;
|
|
633
684
|
/**
|
|
634
685
|
* <p>The time that the folder was created.</p>
|
|
635
686
|
* @public
|
|
636
687
|
*/
|
|
637
|
-
CreatedTime?: Date;
|
|
688
|
+
CreatedTime?: Date | undefined;
|
|
638
689
|
/**
|
|
639
690
|
* <p>The time that the folder was last updated.</p>
|
|
640
691
|
* @public
|
|
641
692
|
*/
|
|
642
|
-
LastUpdatedTime?: Date;
|
|
693
|
+
LastUpdatedTime?: Date | undefined;
|
|
643
694
|
/**
|
|
644
695
|
* <p>The sharing scope of the folder.</p>
|
|
645
696
|
* @public
|
|
646
697
|
*/
|
|
647
|
-
SharingModel?: SharingModel;
|
|
698
|
+
SharingModel?: SharingModel | undefined;
|
|
648
699
|
}
|
|
649
700
|
/**
|
|
650
701
|
* <p>The key-value pair used for the row-level security tags feature.</p>
|
|
@@ -675,7 +726,7 @@ export interface GenerateEmbedUrlForAnonymousUserRequest {
|
|
|
675
726
|
* <p>How many minutes the session is valid. The session lifetime must be in [15-600] minutes range.</p>
|
|
676
727
|
* @public
|
|
677
728
|
*/
|
|
678
|
-
SessionLifetimeInMinutes?: number;
|
|
729
|
+
SessionLifetimeInMinutes?: number | undefined;
|
|
679
730
|
/**
|
|
680
731
|
* <p>The Amazon QuickSight namespace that the anonymous user virtually belongs to. If you are not using an Amazon QuickSight custom namespace, set this to <code>default</code>.</p>
|
|
681
732
|
* @public
|
|
@@ -686,7 +737,7 @@ export interface GenerateEmbedUrlForAnonymousUserRequest {
|
|
|
686
737
|
* <p>These are not the tags used for the Amazon Web Services resource tagging feature. For more information, see <a href="https://docs.aws.amazon.com/quicksight/latest/user/quicksight-dev-rls-tags.html">Using Row-Level Security (RLS) with Tags</a>in the <i>Amazon QuickSight User Guide</i>.</p>
|
|
687
738
|
* @public
|
|
688
739
|
*/
|
|
689
|
-
SessionTags?: SessionTag[];
|
|
740
|
+
SessionTags?: SessionTag[] | undefined;
|
|
690
741
|
/**
|
|
691
742
|
* <p>The Amazon Resource Names (ARNs) for the Amazon QuickSight resources that the user
|
|
692
743
|
* is authorized to access during the lifetime of the session.</p>
|
|
@@ -713,7 +764,7 @@ export interface GenerateEmbedUrlForAnonymousUserRequest {
|
|
|
713
764
|
* <code>https://sapp.amazon.com</code>.</p>
|
|
714
765
|
* @public
|
|
715
766
|
*/
|
|
716
|
-
AllowedDomains?: string[];
|
|
767
|
+
AllowedDomains?: string[] | undefined;
|
|
717
768
|
}
|
|
718
769
|
/**
|
|
719
770
|
* @public
|
|
@@ -748,12 +799,12 @@ export interface GenerateEmbedUrlForAnonymousUserResponse {
|
|
|
748
799
|
export declare class SessionLifetimeInMinutesInvalidException extends __BaseException {
|
|
749
800
|
readonly name: "SessionLifetimeInMinutesInvalidException";
|
|
750
801
|
readonly $fault: "client";
|
|
751
|
-
Message?: string;
|
|
802
|
+
Message?: string | undefined;
|
|
752
803
|
/**
|
|
753
804
|
* <p>The Amazon Web Services request ID for this request.</p>
|
|
754
805
|
* @public
|
|
755
806
|
*/
|
|
756
|
-
RequestId?: string;
|
|
807
|
+
RequestId?: string | undefined;
|
|
757
808
|
/**
|
|
758
809
|
* @internal
|
|
759
810
|
*/
|
|
@@ -774,12 +825,12 @@ export declare class SessionLifetimeInMinutesInvalidException extends __BaseExce
|
|
|
774
825
|
export declare class UnsupportedPricingPlanException extends __BaseException {
|
|
775
826
|
readonly name: "UnsupportedPricingPlanException";
|
|
776
827
|
readonly $fault: "client";
|
|
777
|
-
Message?: string;
|
|
828
|
+
Message?: string | undefined;
|
|
778
829
|
/**
|
|
779
830
|
* <p>The Amazon Web Services request ID for this request.</p>
|
|
780
831
|
* @public
|
|
781
832
|
*/
|
|
782
|
-
RequestId?: string;
|
|
833
|
+
RequestId?: string | undefined;
|
|
783
834
|
/**
|
|
784
835
|
* @internal
|
|
785
836
|
*/
|
|
@@ -805,17 +856,17 @@ export interface RegisteredUserDashboardFeatureConfigurations {
|
|
|
805
856
|
* <p>The state persistence settings of an embedded dashboard.</p>
|
|
806
857
|
* @public
|
|
807
858
|
*/
|
|
808
|
-
StatePersistence?: StatePersistenceConfigurations;
|
|
859
|
+
StatePersistence?: StatePersistenceConfigurations | undefined;
|
|
809
860
|
/**
|
|
810
861
|
* <p>The shared view settings of an embedded dashboard.</p>
|
|
811
862
|
* @public
|
|
812
863
|
*/
|
|
813
|
-
SharedView?: SharedViewConfigurations;
|
|
864
|
+
SharedView?: SharedViewConfigurations | undefined;
|
|
814
865
|
/**
|
|
815
866
|
* <p>The bookmarks configuration for an embedded dashboard in Amazon QuickSight.</p>
|
|
816
867
|
* @public
|
|
817
868
|
*/
|
|
818
|
-
Bookmarks?: BookmarksConfigurations;
|
|
869
|
+
Bookmarks?: BookmarksConfigurations | undefined;
|
|
819
870
|
}
|
|
820
871
|
/**
|
|
821
872
|
* <p>Information about the dashboard you want to embed.</p>
|
|
@@ -832,7 +883,7 @@ export interface RegisteredUserDashboardEmbeddingConfiguration {
|
|
|
832
883
|
* <p>The feature configurations of an embbedded Amazon QuickSight dashboard.</p>
|
|
833
884
|
* @public
|
|
834
885
|
*/
|
|
835
|
-
FeatureConfigurations?: RegisteredUserDashboardFeatureConfigurations;
|
|
886
|
+
FeatureConfigurations?: RegisteredUserDashboardFeatureConfigurations | undefined;
|
|
836
887
|
}
|
|
837
888
|
/**
|
|
838
889
|
* <p>The experience that you are embedding. You can use this object to generate a url that embeds a visual into your application.</p>
|
|
@@ -858,7 +909,7 @@ export interface RegisteredUserGenerativeQnAEmbeddingConfiguration {
|
|
|
858
909
|
* <p>If you don't specify an initial topic or you specify a legacy topic, a list of all shared new reader experience topics is shown in the Generative Q&A experience for your readers. When you select an initial new reader experience topic, you can specify whether or not readers are allowed to select other new reader experience topics from the available ones in the list.</p>
|
|
859
910
|
* @public
|
|
860
911
|
*/
|
|
861
|
-
InitialTopicId?: string;
|
|
912
|
+
InitialTopicId?: string | undefined;
|
|
862
913
|
}
|
|
863
914
|
/**
|
|
864
915
|
* <p>Information about the Q search bar embedding experience.</p>
|
|
@@ -871,7 +922,7 @@ export interface RegisteredUserQSearchBarEmbeddingConfiguration {
|
|
|
871
922
|
* <p>If you don't specify an initial topic or if you specify a new reader experience topic, a list of all shared legacy topics is shown in the Q bar. </p>
|
|
872
923
|
* @public
|
|
873
924
|
*/
|
|
874
|
-
InitialTopicId?: string;
|
|
925
|
+
InitialTopicId?: string | undefined;
|
|
875
926
|
}
|
|
876
927
|
/**
|
|
877
928
|
* <p>The feature configurations of an embedded Amazon QuickSight console.</p>
|
|
@@ -882,12 +933,12 @@ export interface RegisteredUserConsoleFeatureConfigurations {
|
|
|
882
933
|
* <p>The state persistence configurations of an embedded Amazon QuickSight console.</p>
|
|
883
934
|
* @public
|
|
884
935
|
*/
|
|
885
|
-
StatePersistence?: StatePersistenceConfigurations;
|
|
936
|
+
StatePersistence?: StatePersistenceConfigurations | undefined;
|
|
886
937
|
/**
|
|
887
938
|
* <p>The shared view settings of an embedded dashboard.</p>
|
|
888
939
|
* @public
|
|
889
940
|
*/
|
|
890
|
-
SharedView?: SharedViewConfigurations;
|
|
941
|
+
SharedView?: SharedViewConfigurations | undefined;
|
|
891
942
|
}
|
|
892
943
|
/**
|
|
893
944
|
* <p>Information about the Amazon QuickSight console that you want to embed.</p>
|
|
@@ -929,12 +980,12 @@ export interface RegisteredUserQuickSightConsoleEmbeddingConfiguration {
|
|
|
929
980
|
* </ul>
|
|
930
981
|
* @public
|
|
931
982
|
*/
|
|
932
|
-
InitialPath?: string;
|
|
983
|
+
InitialPath?: string | undefined;
|
|
933
984
|
/**
|
|
934
985
|
* <p>The embedding configuration of an embedded Amazon QuickSight console.</p>
|
|
935
986
|
* @public
|
|
936
987
|
*/
|
|
937
|
-
FeatureConfigurations?: RegisteredUserConsoleFeatureConfigurations;
|
|
988
|
+
FeatureConfigurations?: RegisteredUserConsoleFeatureConfigurations | undefined;
|
|
938
989
|
}
|
|
939
990
|
/**
|
|
940
991
|
* <p>The type of experience you want to embed. For registered users, you can embed Amazon QuickSight dashboards or the Amazon QuickSight console.</p>
|
|
@@ -950,7 +1001,7 @@ export interface RegisteredUserEmbeddingExperienceConfiguration {
|
|
|
950
1001
|
* <p>The configuration details for providing a dashboard embedding experience.</p>
|
|
951
1002
|
* @public
|
|
952
1003
|
*/
|
|
953
|
-
Dashboard?: RegisteredUserDashboardEmbeddingConfiguration;
|
|
1004
|
+
Dashboard?: RegisteredUserDashboardEmbeddingConfiguration | undefined;
|
|
954
1005
|
/**
|
|
955
1006
|
* <p>The configuration details for providing each Amazon QuickSight console embedding experience. This can be used along with custom permissions to restrict access to certain features. For more information, see <a href="https://docs.aws.amazon.com/quicksight/latest/user/customizing-permissions-to-the-quicksight-console.html">Customizing Access to the Amazon QuickSight Console</a> in the <i>Amazon QuickSight User
|
|
956
1007
|
* Guide</i>.</p>
|
|
@@ -984,26 +1035,26 @@ export interface RegisteredUserEmbeddingExperienceConfiguration {
|
|
|
984
1035
|
* <p>For more information about the high-level steps for embedding and for an interactive demo of the ways you can customize embedding, visit the <a href="https://docs.aws.amazon.com/quicksight/latest/user/quicksight-dev-portal.html">Amazon QuickSight Developer Portal</a>.</p>
|
|
985
1036
|
* @public
|
|
986
1037
|
*/
|
|
987
|
-
QuickSightConsole?: RegisteredUserQuickSightConsoleEmbeddingConfiguration;
|
|
1038
|
+
QuickSightConsole?: RegisteredUserQuickSightConsoleEmbeddingConfiguration | undefined;
|
|
988
1039
|
/**
|
|
989
1040
|
* <p>The configuration details for embedding the Q search bar.</p>
|
|
990
1041
|
* <p>For more information about embedding the Q search bar, see <a href="https://docs.aws.amazon.com/quicksight/latest/user/embedding-overview.html">Embedding Overview</a> in
|
|
991
1042
|
* the <i>Amazon QuickSight User Guide</i>.</p>
|
|
992
1043
|
* @public
|
|
993
1044
|
*/
|
|
994
|
-
QSearchBar?: RegisteredUserQSearchBarEmbeddingConfiguration;
|
|
1045
|
+
QSearchBar?: RegisteredUserQSearchBarEmbeddingConfiguration | undefined;
|
|
995
1046
|
/**
|
|
996
1047
|
* <p>The type of embedding experience. In this case, Amazon QuickSight visuals.</p>
|
|
997
1048
|
* @public
|
|
998
1049
|
*/
|
|
999
|
-
DashboardVisual?: RegisteredUserDashboardVisualEmbeddingConfiguration;
|
|
1050
|
+
DashboardVisual?: RegisteredUserDashboardVisualEmbeddingConfiguration | undefined;
|
|
1000
1051
|
/**
|
|
1001
1052
|
* <p>The configuration details for embedding the Generative Q&A experience.</p>
|
|
1002
1053
|
* <p>For more information about embedding the Generative Q&A experience, see <a href="https://docs.aws.amazon.com/quicksight/latest/user/embedding-overview.html">Embedding Overview</a> in
|
|
1003
1054
|
* the <i>Amazon QuickSight User Guide</i>.</p>
|
|
1004
1055
|
* @public
|
|
1005
1056
|
*/
|
|
1006
|
-
GenerativeQnA?: RegisteredUserGenerativeQnAEmbeddingConfiguration;
|
|
1057
|
+
GenerativeQnA?: RegisteredUserGenerativeQnAEmbeddingConfiguration | undefined;
|
|
1007
1058
|
}
|
|
1008
1059
|
/**
|
|
1009
1060
|
* @public
|
|
@@ -1018,7 +1069,7 @@ export interface GenerateEmbedUrlForRegisteredUserRequest {
|
|
|
1018
1069
|
* <p>How many minutes the session is valid. The session lifetime must be in [15-600] minutes range.</p>
|
|
1019
1070
|
* @public
|
|
1020
1071
|
*/
|
|
1021
|
-
SessionLifetimeInMinutes?: number;
|
|
1072
|
+
SessionLifetimeInMinutes?: number | undefined;
|
|
1022
1073
|
/**
|
|
1023
1074
|
* <p>The Amazon Resource Name for the registered user.</p>
|
|
1024
1075
|
* @public
|
|
@@ -1040,7 +1091,7 @@ export interface GenerateEmbedUrlForRegisteredUserRequest {
|
|
|
1040
1091
|
* <code>https://sapp.amazon.com</code>.</p>
|
|
1041
1092
|
* @public
|
|
1042
1093
|
*/
|
|
1043
|
-
AllowedDomains?: string[];
|
|
1094
|
+
AllowedDomains?: string[] | undefined;
|
|
1044
1095
|
}
|
|
1045
1096
|
/**
|
|
1046
1097
|
* @public
|
|
@@ -1071,12 +1122,12 @@ export interface GenerateEmbedUrlForRegisteredUserResponse {
|
|
|
1071
1122
|
export declare class QuickSightUserNotFoundException extends __BaseException {
|
|
1072
1123
|
readonly name: "QuickSightUserNotFoundException";
|
|
1073
1124
|
readonly $fault: "client";
|
|
1074
|
-
Message?: string;
|
|
1125
|
+
Message?: string | undefined;
|
|
1075
1126
|
/**
|
|
1076
1127
|
* <p>The Amazon Web Services request ID for this request.</p>
|
|
1077
1128
|
* @public
|
|
1078
1129
|
*/
|
|
1079
|
-
RequestId?: string;
|
|
1130
|
+
RequestId?: string | undefined;
|
|
1080
1131
|
/**
|
|
1081
1132
|
* @internal
|
|
1082
1133
|
*/
|
|
@@ -1106,19 +1157,19 @@ export interface GetDashboardEmbedUrlRequest {
|
|
|
1106
1157
|
* <p>How many minutes the session is valid. The session lifetime must be 15-600 minutes.</p>
|
|
1107
1158
|
* @public
|
|
1108
1159
|
*/
|
|
1109
|
-
SessionLifetimeInMinutes?: number;
|
|
1160
|
+
SessionLifetimeInMinutes?: number | undefined;
|
|
1110
1161
|
/**
|
|
1111
1162
|
* <p>Remove the undo/redo button on the embedded dashboard. The default is FALSE, which enables
|
|
1112
1163
|
* the undo/redo button.</p>
|
|
1113
1164
|
* @public
|
|
1114
1165
|
*/
|
|
1115
|
-
UndoRedoDisabled?: boolean;
|
|
1166
|
+
UndoRedoDisabled?: boolean | undefined;
|
|
1116
1167
|
/**
|
|
1117
1168
|
* <p>Remove the reset button on the embedded dashboard. The default is FALSE, which enables the
|
|
1118
1169
|
* reset button.</p>
|
|
1119
1170
|
* @public
|
|
1120
1171
|
*/
|
|
1121
|
-
ResetDisabled?: boolean;
|
|
1172
|
+
ResetDisabled?: boolean | undefined;
|
|
1122
1173
|
/**
|
|
1123
1174
|
* <p>Adds persistence of state for the user session in an embedded dashboard. Persistence
|
|
1124
1175
|
* applies to the sheet and the parameter settings. These are control settings that the
|
|
@@ -1129,7 +1180,7 @@ export interface GetDashboardEmbedUrlRequest {
|
|
|
1129
1180
|
* <code>FALSE</code>.</p>
|
|
1130
1181
|
* @public
|
|
1131
1182
|
*/
|
|
1132
|
-
StatePersistenceEnabled?: boolean;
|
|
1183
|
+
StatePersistenceEnabled?: boolean | undefined;
|
|
1133
1184
|
/**
|
|
1134
1185
|
* <p>The Amazon QuickSight user's Amazon Resource Name (ARN), for use with <code>QUICKSIGHT</code> identity type.
|
|
1135
1186
|
* You can use this for any Amazon QuickSight users in your account (readers, authors, or
|
|
@@ -1150,18 +1201,18 @@ export interface GetDashboardEmbedUrlRequest {
|
|
|
1150
1201
|
* role-based sessions.</p>
|
|
1151
1202
|
* @public
|
|
1152
1203
|
*/
|
|
1153
|
-
UserArn?: string;
|
|
1204
|
+
UserArn?: string | undefined;
|
|
1154
1205
|
/**
|
|
1155
1206
|
* <p>The Amazon QuickSight namespace that contains the dashboard IDs in this request.
|
|
1156
1207
|
* If you're not using a custom namespace, set <code>Namespace = default</code>.</p>
|
|
1157
1208
|
* @public
|
|
1158
1209
|
*/
|
|
1159
|
-
Namespace?: string;
|
|
1210
|
+
Namespace?: string | undefined;
|
|
1160
1211
|
/**
|
|
1161
1212
|
* <p>A list of one or more dashboard IDs that you want anonymous users to have tempporary access to. Currently, the <code>IdentityType</code> parameter must be set to <code>ANONYMOUS</code> because other identity types authenticate as Amazon QuickSight or IAM users. For example, if you set "<code>--dashboard-id dash_id1 --dashboard-id dash_id2 dash_id3 identity-type ANONYMOUS</code>", the session can access all three dashboards.</p>
|
|
1162
1213
|
* @public
|
|
1163
1214
|
*/
|
|
1164
|
-
AdditionalDashboardIds?: string[];
|
|
1215
|
+
AdditionalDashboardIds?: string[] | undefined;
|
|
1165
1216
|
}
|
|
1166
1217
|
/**
|
|
1167
1218
|
* <p>Output returned from the <code>GetDashboardEmbedUrl</code> operation.</p>
|
|
@@ -1175,17 +1226,17 @@ export interface GetDashboardEmbedUrlResponse {
|
|
|
1175
1226
|
* that is valid for 10 hours. </p>
|
|
1176
1227
|
* @public
|
|
1177
1228
|
*/
|
|
1178
|
-
EmbedUrl?: string;
|
|
1229
|
+
EmbedUrl?: string | undefined;
|
|
1179
1230
|
/**
|
|
1180
1231
|
* <p>The HTTP status of the request.</p>
|
|
1181
1232
|
* @public
|
|
1182
1233
|
*/
|
|
1183
|
-
Status?: number;
|
|
1234
|
+
Status?: number | undefined;
|
|
1184
1235
|
/**
|
|
1185
1236
|
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
1186
1237
|
* @public
|
|
1187
1238
|
*/
|
|
1188
|
-
RequestId?: string;
|
|
1239
|
+
RequestId?: string | undefined;
|
|
1189
1240
|
}
|
|
1190
1241
|
/**
|
|
1191
1242
|
* <p>The identity type specified isn't supported. Supported identity types include
|
|
@@ -1195,12 +1246,12 @@ export interface GetDashboardEmbedUrlResponse {
|
|
|
1195
1246
|
export declare class IdentityTypeNotSupportedException extends __BaseException {
|
|
1196
1247
|
readonly name: "IdentityTypeNotSupportedException";
|
|
1197
1248
|
readonly $fault: "client";
|
|
1198
|
-
Message?: string;
|
|
1249
|
+
Message?: string | undefined;
|
|
1199
1250
|
/**
|
|
1200
1251
|
* <p>The Amazon Web Services request ID for this request.</p>
|
|
1201
1252
|
* @public
|
|
1202
1253
|
*/
|
|
1203
|
-
RequestId?: string;
|
|
1254
|
+
RequestId?: string | undefined;
|
|
1204
1255
|
/**
|
|
1205
1256
|
* @internal
|
|
1206
1257
|
*/
|
|
@@ -1252,12 +1303,12 @@ export interface GetSessionEmbedUrlRequest {
|
|
|
1252
1303
|
* </ul>
|
|
1253
1304
|
* @public
|
|
1254
1305
|
*/
|
|
1255
|
-
EntryPoint?: string;
|
|
1306
|
+
EntryPoint?: string | undefined;
|
|
1256
1307
|
/**
|
|
1257
1308
|
* <p>How many minutes the session is valid. The session lifetime must be 15-600 minutes.</p>
|
|
1258
1309
|
* @public
|
|
1259
1310
|
*/
|
|
1260
|
-
SessionLifetimeInMinutes?: number;
|
|
1311
|
+
SessionLifetimeInMinutes?: number | undefined;
|
|
1261
1312
|
/**
|
|
1262
1313
|
* <p>The Amazon QuickSight user's Amazon Resource Name (ARN), for use with <code>QUICKSIGHT</code> identity type.
|
|
1263
1314
|
* You can use this for any type of Amazon QuickSight users in your account (readers, authors, or
|
|
@@ -1279,7 +1330,7 @@ export interface GetSessionEmbedUrlRequest {
|
|
|
1279
1330
|
* sessions.</p>
|
|
1280
1331
|
* @public
|
|
1281
1332
|
*/
|
|
1282
|
-
UserArn?: string;
|
|
1333
|
+
UserArn?: string | undefined;
|
|
1283
1334
|
}
|
|
1284
1335
|
/**
|
|
1285
1336
|
* @public
|
|
@@ -1292,17 +1343,17 @@ export interface GetSessionEmbedUrlResponse {
|
|
|
1292
1343
|
* that is valid for 10 hours. </p>
|
|
1293
1344
|
* @public
|
|
1294
1345
|
*/
|
|
1295
|
-
EmbedUrl?: string;
|
|
1346
|
+
EmbedUrl?: string | undefined;
|
|
1296
1347
|
/**
|
|
1297
1348
|
* <p>The HTTP status of the request.</p>
|
|
1298
1349
|
* @public
|
|
1299
1350
|
*/
|
|
1300
|
-
Status?: number;
|
|
1351
|
+
Status?: number | undefined;
|
|
1301
1352
|
/**
|
|
1302
1353
|
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
1303
1354
|
* @public
|
|
1304
1355
|
*/
|
|
1305
|
-
RequestId?: string;
|
|
1356
|
+
RequestId?: string | undefined;
|
|
1306
1357
|
}
|
|
1307
1358
|
/**
|
|
1308
1359
|
* @public
|
|
@@ -1360,12 +1411,12 @@ export interface IAMPolicyAssignmentSummary {
|
|
|
1360
1411
|
* <p>Assignment name.</p>
|
|
1361
1412
|
* @public
|
|
1362
1413
|
*/
|
|
1363
|
-
AssignmentName?: string;
|
|
1414
|
+
AssignmentName?: string | undefined;
|
|
1364
1415
|
/**
|
|
1365
1416
|
* <p>Assignment status.</p>
|
|
1366
1417
|
* @public
|
|
1367
1418
|
*/
|
|
1368
|
-
AssignmentStatus?: AssignmentStatus;
|
|
1419
|
+
AssignmentStatus?: AssignmentStatus | undefined;
|
|
1369
1420
|
}
|
|
1370
1421
|
/**
|
|
1371
1422
|
* <p>You don't have this feature activated for your account. To fix this issue, contact Amazon Web Services support.</p>
|
|
@@ -1374,12 +1425,12 @@ export interface IAMPolicyAssignmentSummary {
|
|
|
1374
1425
|
export declare class InvalidRequestException extends __BaseException {
|
|
1375
1426
|
readonly name: "InvalidRequestException";
|
|
1376
1427
|
readonly $fault: "client";
|
|
1377
|
-
Message?: string;
|
|
1428
|
+
Message?: string | undefined;
|
|
1378
1429
|
/**
|
|
1379
1430
|
* <p>The Amazon Web Services request ID for this request.</p>
|
|
1380
1431
|
* @public
|
|
1381
1432
|
*/
|
|
1382
|
-
RequestId?: string;
|
|
1433
|
+
RequestId?: string | undefined;
|
|
1383
1434
|
/**
|
|
1384
1435
|
* @internal
|
|
1385
1436
|
*/
|
|
@@ -1398,12 +1449,12 @@ export interface ListAnalysesRequest {
|
|
|
1398
1449
|
* <p>A pagination token that can be used in a subsequent request.</p>
|
|
1399
1450
|
* @public
|
|
1400
1451
|
*/
|
|
1401
|
-
NextToken?: string;
|
|
1452
|
+
NextToken?: string | undefined;
|
|
1402
1453
|
/**
|
|
1403
1454
|
* <p>The maximum number of results to return.</p>
|
|
1404
1455
|
* @public
|
|
1405
1456
|
*/
|
|
1406
|
-
MaxResults?: number;
|
|
1457
|
+
MaxResults?: number | undefined;
|
|
1407
1458
|
}
|
|
1408
1459
|
/**
|
|
1409
1460
|
* @public
|
|
@@ -1413,22 +1464,22 @@ export interface ListAnalysesResponse {
|
|
|
1413
1464
|
* <p>Metadata describing each of the analyses that are listed.</p>
|
|
1414
1465
|
* @public
|
|
1415
1466
|
*/
|
|
1416
|
-
AnalysisSummaryList?: AnalysisSummary[];
|
|
1467
|
+
AnalysisSummaryList?: AnalysisSummary[] | undefined;
|
|
1417
1468
|
/**
|
|
1418
1469
|
* <p>A pagination token that can be used in a subsequent request.</p>
|
|
1419
1470
|
* @public
|
|
1420
1471
|
*/
|
|
1421
|
-
NextToken?: string;
|
|
1472
|
+
NextToken?: string | undefined;
|
|
1422
1473
|
/**
|
|
1423
1474
|
* <p>The HTTP status of the request.</p>
|
|
1424
1475
|
* @public
|
|
1425
1476
|
*/
|
|
1426
|
-
Status?: number;
|
|
1477
|
+
Status?: number | undefined;
|
|
1427
1478
|
/**
|
|
1428
1479
|
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
1429
1480
|
* @public
|
|
1430
1481
|
*/
|
|
1431
|
-
RequestId?: string;
|
|
1482
|
+
RequestId?: string | undefined;
|
|
1432
1483
|
}
|
|
1433
1484
|
/**
|
|
1434
1485
|
* @public
|
|
@@ -1443,12 +1494,12 @@ export interface ListAssetBundleExportJobsRequest {
|
|
|
1443
1494
|
* <p>The token for the next set of results, or null if there are no more results.</p>
|
|
1444
1495
|
* @public
|
|
1445
1496
|
*/
|
|
1446
|
-
NextToken?: string;
|
|
1497
|
+
NextToken?: string | undefined;
|
|
1447
1498
|
/**
|
|
1448
1499
|
* <p>The maximum number of results to be returned per request.</p>
|
|
1449
1500
|
* @public
|
|
1450
1501
|
*/
|
|
1451
|
-
MaxResults?: number;
|
|
1502
|
+
MaxResults?: number | undefined;
|
|
1452
1503
|
}
|
|
1453
1504
|
/**
|
|
1454
1505
|
* @public
|
|
@@ -1458,22 +1509,22 @@ export interface ListAssetBundleExportJobsResponse {
|
|
|
1458
1509
|
* <p>A list of export job summaries.</p>
|
|
1459
1510
|
* @public
|
|
1460
1511
|
*/
|
|
1461
|
-
AssetBundleExportJobSummaryList?: AssetBundleExportJobSummary[];
|
|
1512
|
+
AssetBundleExportJobSummaryList?: AssetBundleExportJobSummary[] | undefined;
|
|
1462
1513
|
/**
|
|
1463
1514
|
* <p>The token for the next set of results, or null if there are no more results.</p>
|
|
1464
1515
|
* @public
|
|
1465
1516
|
*/
|
|
1466
|
-
NextToken?: string;
|
|
1517
|
+
NextToken?: string | undefined;
|
|
1467
1518
|
/**
|
|
1468
1519
|
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
1469
1520
|
* @public
|
|
1470
1521
|
*/
|
|
1471
|
-
RequestId?: string;
|
|
1522
|
+
RequestId?: string | undefined;
|
|
1472
1523
|
/**
|
|
1473
1524
|
* <p>The HTTP status of the request.</p>
|
|
1474
1525
|
* @public
|
|
1475
1526
|
*/
|
|
1476
|
-
Status?: number;
|
|
1527
|
+
Status?: number | undefined;
|
|
1477
1528
|
}
|
|
1478
1529
|
/**
|
|
1479
1530
|
* @public
|
|
@@ -1488,12 +1539,12 @@ export interface ListAssetBundleImportJobsRequest {
|
|
|
1488
1539
|
* <p>The token for the next set of results, or null if there are no more results.</p>
|
|
1489
1540
|
* @public
|
|
1490
1541
|
*/
|
|
1491
|
-
NextToken?: string;
|
|
1542
|
+
NextToken?: string | undefined;
|
|
1492
1543
|
/**
|
|
1493
1544
|
* <p>The maximum number of results to be returned per request.</p>
|
|
1494
1545
|
* @public
|
|
1495
1546
|
*/
|
|
1496
|
-
MaxResults?: number;
|
|
1547
|
+
MaxResults?: number | undefined;
|
|
1497
1548
|
}
|
|
1498
1549
|
/**
|
|
1499
1550
|
* @public
|
|
@@ -1503,22 +1554,22 @@ export interface ListAssetBundleImportJobsResponse {
|
|
|
1503
1554
|
* <p>A list of import job summaries.</p>
|
|
1504
1555
|
* @public
|
|
1505
1556
|
*/
|
|
1506
|
-
AssetBundleImportJobSummaryList?: AssetBundleImportJobSummary[];
|
|
1557
|
+
AssetBundleImportJobSummaryList?: AssetBundleImportJobSummary[] | undefined;
|
|
1507
1558
|
/**
|
|
1508
1559
|
* <p>The token for the next set of results, or null if there are no more results.</p>
|
|
1509
1560
|
* @public
|
|
1510
1561
|
*/
|
|
1511
|
-
NextToken?: string;
|
|
1562
|
+
NextToken?: string | undefined;
|
|
1512
1563
|
/**
|
|
1513
1564
|
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
1514
1565
|
* @public
|
|
1515
1566
|
*/
|
|
1516
|
-
RequestId?: string;
|
|
1567
|
+
RequestId?: string | undefined;
|
|
1517
1568
|
/**
|
|
1518
1569
|
* <p>The HTTP status of the response.</p>
|
|
1519
1570
|
* @public
|
|
1520
1571
|
*/
|
|
1521
|
-
Status?: number;
|
|
1572
|
+
Status?: number | undefined;
|
|
1522
1573
|
}
|
|
1523
1574
|
/**
|
|
1524
1575
|
* @public
|
|
@@ -1534,12 +1585,12 @@ export interface ListDashboardsRequest {
|
|
|
1534
1585
|
* <p>The token for the next set of results, or null if there are no more results.</p>
|
|
1535
1586
|
* @public
|
|
1536
1587
|
*/
|
|
1537
|
-
NextToken?: string;
|
|
1588
|
+
NextToken?: string | undefined;
|
|
1538
1589
|
/**
|
|
1539
1590
|
* <p>The maximum number of results to be returned per request.</p>
|
|
1540
1591
|
* @public
|
|
1541
1592
|
*/
|
|
1542
|
-
MaxResults?: number;
|
|
1593
|
+
MaxResults?: number | undefined;
|
|
1543
1594
|
}
|
|
1544
1595
|
/**
|
|
1545
1596
|
* @public
|
|
@@ -1550,22 +1601,22 @@ export interface ListDashboardsResponse {
|
|
|
1550
1601
|
* provides basic information about the dashboards.</p>
|
|
1551
1602
|
* @public
|
|
1552
1603
|
*/
|
|
1553
|
-
DashboardSummaryList?: DashboardSummary[];
|
|
1604
|
+
DashboardSummaryList?: DashboardSummary[] | undefined;
|
|
1554
1605
|
/**
|
|
1555
1606
|
* <p>The token for the next set of results, or null if there are no more results.</p>
|
|
1556
1607
|
* @public
|
|
1557
1608
|
*/
|
|
1558
|
-
NextToken?: string;
|
|
1609
|
+
NextToken?: string | undefined;
|
|
1559
1610
|
/**
|
|
1560
1611
|
* <p>The HTTP status of the request.</p>
|
|
1561
1612
|
* @public
|
|
1562
1613
|
*/
|
|
1563
|
-
Status?: number;
|
|
1614
|
+
Status?: number | undefined;
|
|
1564
1615
|
/**
|
|
1565
1616
|
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
1566
1617
|
* @public
|
|
1567
1618
|
*/
|
|
1568
|
-
RequestId?: string;
|
|
1619
|
+
RequestId?: string | undefined;
|
|
1569
1620
|
}
|
|
1570
1621
|
/**
|
|
1571
1622
|
* @public
|
|
@@ -1586,12 +1637,12 @@ export interface ListDashboardVersionsRequest {
|
|
|
1586
1637
|
* <p>The token for the next set of results, or null if there are no more results.</p>
|
|
1587
1638
|
* @public
|
|
1588
1639
|
*/
|
|
1589
|
-
NextToken?: string;
|
|
1640
|
+
NextToken?: string | undefined;
|
|
1590
1641
|
/**
|
|
1591
1642
|
* <p>The maximum number of results to be returned per request.</p>
|
|
1592
1643
|
* @public
|
|
1593
1644
|
*/
|
|
1594
|
-
MaxResults?: number;
|
|
1645
|
+
MaxResults?: number | undefined;
|
|
1595
1646
|
}
|
|
1596
1647
|
/**
|
|
1597
1648
|
* @public
|
|
@@ -1601,22 +1652,22 @@ export interface ListDashboardVersionsResponse {
|
|
|
1601
1652
|
* <p>A structure that contains information about each version of the dashboard.</p>
|
|
1602
1653
|
* @public
|
|
1603
1654
|
*/
|
|
1604
|
-
DashboardVersionSummaryList?: DashboardVersionSummary[];
|
|
1655
|
+
DashboardVersionSummaryList?: DashboardVersionSummary[] | undefined;
|
|
1605
1656
|
/**
|
|
1606
1657
|
* <p>The token for the next set of results, or null if there are no more results.</p>
|
|
1607
1658
|
* @public
|
|
1608
1659
|
*/
|
|
1609
|
-
NextToken?: string;
|
|
1660
|
+
NextToken?: string | undefined;
|
|
1610
1661
|
/**
|
|
1611
1662
|
* <p>The HTTP status of the request.</p>
|
|
1612
1663
|
* @public
|
|
1613
1664
|
*/
|
|
1614
|
-
Status?: number;
|
|
1665
|
+
Status?: number | undefined;
|
|
1615
1666
|
/**
|
|
1616
1667
|
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
1617
1668
|
* @public
|
|
1618
1669
|
*/
|
|
1619
|
-
RequestId?: string;
|
|
1670
|
+
RequestId?: string | undefined;
|
|
1620
1671
|
}
|
|
1621
1672
|
/**
|
|
1622
1673
|
* @public
|
|
@@ -1631,12 +1682,12 @@ export interface ListDataSetsRequest {
|
|
|
1631
1682
|
* <p>The token for the next set of results, or null if there are no more results.</p>
|
|
1632
1683
|
* @public
|
|
1633
1684
|
*/
|
|
1634
|
-
NextToken?: string;
|
|
1685
|
+
NextToken?: string | undefined;
|
|
1635
1686
|
/**
|
|
1636
1687
|
* <p>The maximum number of results to be returned per request.</p>
|
|
1637
1688
|
* @public
|
|
1638
1689
|
*/
|
|
1639
|
-
MaxResults?: number;
|
|
1690
|
+
MaxResults?: number | undefined;
|
|
1640
1691
|
}
|
|
1641
1692
|
/**
|
|
1642
1693
|
* @public
|
|
@@ -1646,22 +1697,22 @@ export interface ListDataSetsResponse {
|
|
|
1646
1697
|
* <p>The list of dataset summaries.</p>
|
|
1647
1698
|
* @public
|
|
1648
1699
|
*/
|
|
1649
|
-
DataSetSummaries?: DataSetSummary[];
|
|
1700
|
+
DataSetSummaries?: DataSetSummary[] | undefined;
|
|
1650
1701
|
/**
|
|
1651
1702
|
* <p>The token for the next set of results, or null if there are no more results.</p>
|
|
1652
1703
|
* @public
|
|
1653
1704
|
*/
|
|
1654
|
-
NextToken?: string;
|
|
1705
|
+
NextToken?: string | undefined;
|
|
1655
1706
|
/**
|
|
1656
1707
|
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
1657
1708
|
* @public
|
|
1658
1709
|
*/
|
|
1659
|
-
RequestId?: string;
|
|
1710
|
+
RequestId?: string | undefined;
|
|
1660
1711
|
/**
|
|
1661
1712
|
* <p>The HTTP status of the request.</p>
|
|
1662
1713
|
* @public
|
|
1663
1714
|
*/
|
|
1664
|
-
Status?: number;
|
|
1715
|
+
Status?: number | undefined;
|
|
1665
1716
|
}
|
|
1666
1717
|
/**
|
|
1667
1718
|
* @public
|
|
@@ -1676,12 +1727,12 @@ export interface ListDataSourcesRequest {
|
|
|
1676
1727
|
* <p>The token for the next set of results, or null if there are no more results.</p>
|
|
1677
1728
|
* @public
|
|
1678
1729
|
*/
|
|
1679
|
-
NextToken?: string;
|
|
1730
|
+
NextToken?: string | undefined;
|
|
1680
1731
|
/**
|
|
1681
1732
|
* <p>The maximum number of results to be returned per request.</p>
|
|
1682
1733
|
* @public
|
|
1683
1734
|
*/
|
|
1684
|
-
MaxResults?: number;
|
|
1735
|
+
MaxResults?: number | undefined;
|
|
1685
1736
|
}
|
|
1686
1737
|
/**
|
|
1687
1738
|
* @public
|
|
@@ -1691,22 +1742,22 @@ export interface ListDataSourcesResponse {
|
|
|
1691
1742
|
* <p>A list of data sources.</p>
|
|
1692
1743
|
* @public
|
|
1693
1744
|
*/
|
|
1694
|
-
DataSources?: DataSource[];
|
|
1745
|
+
DataSources?: DataSource[] | undefined;
|
|
1695
1746
|
/**
|
|
1696
1747
|
* <p>The token for the next set of results, or null if there are no more results.</p>
|
|
1697
1748
|
* @public
|
|
1698
1749
|
*/
|
|
1699
|
-
NextToken?: string;
|
|
1750
|
+
NextToken?: string | undefined;
|
|
1700
1751
|
/**
|
|
1701
1752
|
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
1702
1753
|
* @public
|
|
1703
1754
|
*/
|
|
1704
|
-
RequestId?: string;
|
|
1755
|
+
RequestId?: string | undefined;
|
|
1705
1756
|
/**
|
|
1706
1757
|
* <p>The HTTP status of the request.</p>
|
|
1707
1758
|
* @public
|
|
1708
1759
|
*/
|
|
1709
|
-
Status?: number;
|
|
1760
|
+
Status?: number | undefined;
|
|
1710
1761
|
}
|
|
1711
1762
|
/**
|
|
1712
1763
|
* @public
|
|
@@ -1726,12 +1777,12 @@ export interface ListFolderMembersRequest {
|
|
|
1726
1777
|
* <p>The token for the next set of results, or null if there are no more results.</p>
|
|
1727
1778
|
* @public
|
|
1728
1779
|
*/
|
|
1729
|
-
NextToken?: string;
|
|
1780
|
+
NextToken?: string | undefined;
|
|
1730
1781
|
/**
|
|
1731
1782
|
* <p>The maximum number of results to be returned per request.</p>
|
|
1732
1783
|
* @public
|
|
1733
1784
|
*/
|
|
1734
|
-
MaxResults?: number;
|
|
1785
|
+
MaxResults?: number | undefined;
|
|
1735
1786
|
}
|
|
1736
1787
|
/**
|
|
1737
1788
|
* @public
|
|
@@ -1741,22 +1792,22 @@ export interface ListFolderMembersResponse {
|
|
|
1741
1792
|
* <p>The HTTP status of the request.</p>
|
|
1742
1793
|
* @public
|
|
1743
1794
|
*/
|
|
1744
|
-
Status?: number;
|
|
1795
|
+
Status?: number | undefined;
|
|
1745
1796
|
/**
|
|
1746
1797
|
* <p>A structure that contains all of the folder members (dashboards, analyses, and datasets) in the folder.</p>
|
|
1747
1798
|
* @public
|
|
1748
1799
|
*/
|
|
1749
|
-
FolderMemberList?: MemberIdArnPair[];
|
|
1800
|
+
FolderMemberList?: MemberIdArnPair[] | undefined;
|
|
1750
1801
|
/**
|
|
1751
1802
|
* <p>The token for the next set of results, or null if there are no more results.</p>
|
|
1752
1803
|
* @public
|
|
1753
1804
|
*/
|
|
1754
|
-
NextToken?: string;
|
|
1805
|
+
NextToken?: string | undefined;
|
|
1755
1806
|
/**
|
|
1756
1807
|
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
1757
1808
|
* @public
|
|
1758
1809
|
*/
|
|
1759
|
-
RequestId?: string;
|
|
1810
|
+
RequestId?: string | undefined;
|
|
1760
1811
|
}
|
|
1761
1812
|
/**
|
|
1762
1813
|
* @public
|
|
@@ -1771,12 +1822,12 @@ export interface ListFoldersRequest {
|
|
|
1771
1822
|
* <p>The token for the next set of results, or null if there are no more results.</p>
|
|
1772
1823
|
* @public
|
|
1773
1824
|
*/
|
|
1774
|
-
NextToken?: string;
|
|
1825
|
+
NextToken?: string | undefined;
|
|
1775
1826
|
/**
|
|
1776
1827
|
* <p>The maximum number of results to be returned per request.</p>
|
|
1777
1828
|
* @public
|
|
1778
1829
|
*/
|
|
1779
|
-
MaxResults?: number;
|
|
1830
|
+
MaxResults?: number | undefined;
|
|
1780
1831
|
}
|
|
1781
1832
|
/**
|
|
1782
1833
|
* @public
|
|
@@ -1786,22 +1837,22 @@ export interface ListFoldersResponse {
|
|
|
1786
1837
|
* <p>The HTTP status of the request.</p>
|
|
1787
1838
|
* @public
|
|
1788
1839
|
*/
|
|
1789
|
-
Status?: number;
|
|
1840
|
+
Status?: number | undefined;
|
|
1790
1841
|
/**
|
|
1791
1842
|
* <p>A structure that contains all of the folders in the Amazon Web Services account. This structure provides basic information about the folders.</p>
|
|
1792
1843
|
* @public
|
|
1793
1844
|
*/
|
|
1794
|
-
FolderSummaryList?: FolderSummary[];
|
|
1845
|
+
FolderSummaryList?: FolderSummary[] | undefined;
|
|
1795
1846
|
/**
|
|
1796
1847
|
* <p>The token for the next set of results, or null if there are no more results.</p>
|
|
1797
1848
|
* @public
|
|
1798
1849
|
*/
|
|
1799
|
-
NextToken?: string;
|
|
1850
|
+
NextToken?: string | undefined;
|
|
1800
1851
|
/**
|
|
1801
1852
|
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
1802
1853
|
* @public
|
|
1803
1854
|
*/
|
|
1804
|
-
RequestId?: string;
|
|
1855
|
+
RequestId?: string | undefined;
|
|
1805
1856
|
}
|
|
1806
1857
|
/**
|
|
1807
1858
|
* @public
|
|
@@ -1821,12 +1872,12 @@ export interface ListFoldersForResourceRequest {
|
|
|
1821
1872
|
* <p>The token for the next set of results, or null if there are no more results.</p>
|
|
1822
1873
|
* @public
|
|
1823
1874
|
*/
|
|
1824
|
-
NextToken?: string;
|
|
1875
|
+
NextToken?: string | undefined;
|
|
1825
1876
|
/**
|
|
1826
1877
|
* <p>The maximum number of results to be returned per request.</p>
|
|
1827
1878
|
* @public
|
|
1828
1879
|
*/
|
|
1829
|
-
MaxResults?: number;
|
|
1880
|
+
MaxResults?: number | undefined;
|
|
1830
1881
|
}
|
|
1831
1882
|
/**
|
|
1832
1883
|
* @public
|
|
@@ -1836,22 +1887,22 @@ export interface ListFoldersForResourceResponse {
|
|
|
1836
1887
|
* <p>The HTTP status of the request.</p>
|
|
1837
1888
|
* @public
|
|
1838
1889
|
*/
|
|
1839
|
-
Status?: number;
|
|
1890
|
+
Status?: number | undefined;
|
|
1840
1891
|
/**
|
|
1841
1892
|
* <p>A list that contains the Amazon Resource Names (ARNs) of all folders that the resource is a member of.</p>
|
|
1842
1893
|
* @public
|
|
1843
1894
|
*/
|
|
1844
|
-
Folders?: string[];
|
|
1895
|
+
Folders?: string[] | undefined;
|
|
1845
1896
|
/**
|
|
1846
1897
|
* <p>The token for the next set of results, or null if there are no more results.</p>
|
|
1847
1898
|
* @public
|
|
1848
1899
|
*/
|
|
1849
|
-
NextToken?: string;
|
|
1900
|
+
NextToken?: string | undefined;
|
|
1850
1901
|
/**
|
|
1851
1902
|
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
1852
1903
|
* @public
|
|
1853
1904
|
*/
|
|
1854
|
-
RequestId?: string;
|
|
1905
|
+
RequestId?: string | undefined;
|
|
1855
1906
|
}
|
|
1856
1907
|
/**
|
|
1857
1908
|
* @public
|
|
@@ -1866,12 +1917,12 @@ export interface ListGroupMembershipsRequest {
|
|
|
1866
1917
|
* <p>A pagination token that can be used in a subsequent request.</p>
|
|
1867
1918
|
* @public
|
|
1868
1919
|
*/
|
|
1869
|
-
NextToken?: string;
|
|
1920
|
+
NextToken?: string | undefined;
|
|
1870
1921
|
/**
|
|
1871
1922
|
* <p>The maximum number of results to return from this request.</p>
|
|
1872
1923
|
* @public
|
|
1873
1924
|
*/
|
|
1874
|
-
MaxResults?: number;
|
|
1925
|
+
MaxResults?: number | undefined;
|
|
1875
1926
|
/**
|
|
1876
1927
|
* <p>The ID for the Amazon Web Services account that the group is in. Currently, you use the ID for the
|
|
1877
1928
|
* Amazon Web Services account that contains your Amazon QuickSight account.</p>
|
|
@@ -1892,22 +1943,22 @@ export interface ListGroupMembershipsResponse {
|
|
|
1892
1943
|
* <p>The list of the members of the group.</p>
|
|
1893
1944
|
* @public
|
|
1894
1945
|
*/
|
|
1895
|
-
GroupMemberList?: GroupMember[];
|
|
1946
|
+
GroupMemberList?: GroupMember[] | undefined;
|
|
1896
1947
|
/**
|
|
1897
1948
|
* <p>A pagination token that can be used in a subsequent request.</p>
|
|
1898
1949
|
* @public
|
|
1899
1950
|
*/
|
|
1900
|
-
NextToken?: string;
|
|
1951
|
+
NextToken?: string | undefined;
|
|
1901
1952
|
/**
|
|
1902
1953
|
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
1903
1954
|
* @public
|
|
1904
1955
|
*/
|
|
1905
|
-
RequestId?: string;
|
|
1956
|
+
RequestId?: string | undefined;
|
|
1906
1957
|
/**
|
|
1907
1958
|
* <p>The HTTP status of the request.</p>
|
|
1908
1959
|
* @public
|
|
1909
1960
|
*/
|
|
1910
|
-
Status?: number;
|
|
1961
|
+
Status?: number | undefined;
|
|
1911
1962
|
}
|
|
1912
1963
|
/**
|
|
1913
1964
|
* @public
|
|
@@ -1923,12 +1974,12 @@ export interface ListGroupsRequest {
|
|
|
1923
1974
|
* <p>A pagination token that can be used in a subsequent request.</p>
|
|
1924
1975
|
* @public
|
|
1925
1976
|
*/
|
|
1926
|
-
NextToken?: string;
|
|
1977
|
+
NextToken?: string | undefined;
|
|
1927
1978
|
/**
|
|
1928
1979
|
* <p>The maximum number of results to return.</p>
|
|
1929
1980
|
* @public
|
|
1930
1981
|
*/
|
|
1931
|
-
MaxResults?: number;
|
|
1982
|
+
MaxResults?: number | undefined;
|
|
1932
1983
|
/**
|
|
1933
1984
|
* <p>The namespace that you want a list of groups from.</p>
|
|
1934
1985
|
* @public
|
|
@@ -1943,22 +1994,22 @@ export interface ListGroupsResponse {
|
|
|
1943
1994
|
* <p>The list of the groups.</p>
|
|
1944
1995
|
* @public
|
|
1945
1996
|
*/
|
|
1946
|
-
GroupList?: Group[];
|
|
1997
|
+
GroupList?: Group[] | undefined;
|
|
1947
1998
|
/**
|
|
1948
1999
|
* <p>A pagination token that can be used in a subsequent request.</p>
|
|
1949
2000
|
* @public
|
|
1950
2001
|
*/
|
|
1951
|
-
NextToken?: string;
|
|
2002
|
+
NextToken?: string | undefined;
|
|
1952
2003
|
/**
|
|
1953
2004
|
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
1954
2005
|
* @public
|
|
1955
2006
|
*/
|
|
1956
|
-
RequestId?: string;
|
|
2007
|
+
RequestId?: string | undefined;
|
|
1957
2008
|
/**
|
|
1958
2009
|
* <p>The HTTP status of the request.</p>
|
|
1959
2010
|
* @public
|
|
1960
2011
|
*/
|
|
1961
|
-
Status?: number;
|
|
2012
|
+
Status?: number | undefined;
|
|
1962
2013
|
}
|
|
1963
2014
|
/**
|
|
1964
2015
|
* @public
|
|
@@ -1974,7 +2025,7 @@ export interface ListIAMPolicyAssignmentsRequest {
|
|
|
1974
2025
|
* <p>The status of the assignments.</p>
|
|
1975
2026
|
* @public
|
|
1976
2027
|
*/
|
|
1977
|
-
AssignmentStatus?: AssignmentStatus;
|
|
2028
|
+
AssignmentStatus?: AssignmentStatus | undefined;
|
|
1978
2029
|
/**
|
|
1979
2030
|
* <p>The namespace for the assignments.</p>
|
|
1980
2031
|
* @public
|
|
@@ -1984,12 +2035,12 @@ export interface ListIAMPolicyAssignmentsRequest {
|
|
|
1984
2035
|
* <p>The token for the next set of results, or null if there are no more results.</p>
|
|
1985
2036
|
* @public
|
|
1986
2037
|
*/
|
|
1987
|
-
NextToken?: string;
|
|
2038
|
+
NextToken?: string | undefined;
|
|
1988
2039
|
/**
|
|
1989
2040
|
* <p>The maximum number of results to be returned per request.</p>
|
|
1990
2041
|
* @public
|
|
1991
2042
|
*/
|
|
1992
|
-
MaxResults?: number;
|
|
2043
|
+
MaxResults?: number | undefined;
|
|
1993
2044
|
}
|
|
1994
2045
|
/**
|
|
1995
2046
|
* @public
|
|
@@ -1999,22 +2050,22 @@ export interface ListIAMPolicyAssignmentsResponse {
|
|
|
1999
2050
|
* <p>Information describing the IAM policy assignments.</p>
|
|
2000
2051
|
* @public
|
|
2001
2052
|
*/
|
|
2002
|
-
IAMPolicyAssignments?: IAMPolicyAssignmentSummary[];
|
|
2053
|
+
IAMPolicyAssignments?: IAMPolicyAssignmentSummary[] | undefined;
|
|
2003
2054
|
/**
|
|
2004
2055
|
* <p>The token for the next set of results, or null if there are no more results.</p>
|
|
2005
2056
|
* @public
|
|
2006
2057
|
*/
|
|
2007
|
-
NextToken?: string;
|
|
2058
|
+
NextToken?: string | undefined;
|
|
2008
2059
|
/**
|
|
2009
2060
|
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
2010
2061
|
* @public
|
|
2011
2062
|
*/
|
|
2012
|
-
RequestId?: string;
|
|
2063
|
+
RequestId?: string | undefined;
|
|
2013
2064
|
/**
|
|
2014
2065
|
* <p>The HTTP status of the request.</p>
|
|
2015
2066
|
* @public
|
|
2016
2067
|
*/
|
|
2017
|
-
Status?: number;
|
|
2068
|
+
Status?: number | undefined;
|
|
2018
2069
|
}
|
|
2019
2070
|
/**
|
|
2020
2071
|
* @public
|
|
@@ -2034,12 +2085,12 @@ export interface ListIAMPolicyAssignmentsForUserRequest {
|
|
|
2034
2085
|
* <p>The token for the next set of results, or null if there are no more results.</p>
|
|
2035
2086
|
* @public
|
|
2036
2087
|
*/
|
|
2037
|
-
NextToken?: string;
|
|
2088
|
+
NextToken?: string | undefined;
|
|
2038
2089
|
/**
|
|
2039
2090
|
* <p>The maximum number of results to be returned per request.</p>
|
|
2040
2091
|
* @public
|
|
2041
2092
|
*/
|
|
2042
|
-
MaxResults?: number;
|
|
2093
|
+
MaxResults?: number | undefined;
|
|
2043
2094
|
/**
|
|
2044
2095
|
* <p>The namespace of the assignment.</p>
|
|
2045
2096
|
* @public
|
|
@@ -2054,22 +2105,22 @@ export interface ListIAMPolicyAssignmentsForUserResponse {
|
|
|
2054
2105
|
* <p>The active assignments for this user.</p>
|
|
2055
2106
|
* @public
|
|
2056
2107
|
*/
|
|
2057
|
-
ActiveAssignments?: ActiveIAMPolicyAssignment[];
|
|
2108
|
+
ActiveAssignments?: ActiveIAMPolicyAssignment[] | undefined;
|
|
2058
2109
|
/**
|
|
2059
2110
|
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
2060
2111
|
* @public
|
|
2061
2112
|
*/
|
|
2062
|
-
RequestId?: string;
|
|
2113
|
+
RequestId?: string | undefined;
|
|
2063
2114
|
/**
|
|
2064
2115
|
* <p>The token for the next set of results, or null if there are no more results.</p>
|
|
2065
2116
|
* @public
|
|
2066
2117
|
*/
|
|
2067
|
-
NextToken?: string;
|
|
2118
|
+
NextToken?: string | undefined;
|
|
2068
2119
|
/**
|
|
2069
2120
|
* <p>The HTTP status of the request.</p>
|
|
2070
2121
|
* @public
|
|
2071
2122
|
*/
|
|
2072
|
-
Status?: number;
|
|
2123
|
+
Status?: number | undefined;
|
|
2073
2124
|
}
|
|
2074
2125
|
/**
|
|
2075
2126
|
* @public
|
|
@@ -2084,12 +2135,12 @@ export interface ListIdentityPropagationConfigsRequest {
|
|
|
2084
2135
|
* <p>The maximum number of results to be returned.</p>
|
|
2085
2136
|
* @public
|
|
2086
2137
|
*/
|
|
2087
|
-
MaxResults?: number;
|
|
2138
|
+
MaxResults?: number | undefined;
|
|
2088
2139
|
/**
|
|
2089
2140
|
* <p>The token for the next set of results, or null if there are no more results.</p>
|
|
2090
2141
|
* @public
|
|
2091
2142
|
*/
|
|
2092
|
-
NextToken?: string;
|
|
2143
|
+
NextToken?: string | undefined;
|
|
2093
2144
|
}
|
|
2094
2145
|
/**
|
|
2095
2146
|
* @public
|
|
@@ -2099,22 +2150,22 @@ export interface ListIdentityPropagationConfigsResponse {
|
|
|
2099
2150
|
* <p>A list of services and their authorized targets that the Amazon QuickSight IAM Identity Center application can access.</p>
|
|
2100
2151
|
* @public
|
|
2101
2152
|
*/
|
|
2102
|
-
Services?: AuthorizedTargetsByService[];
|
|
2153
|
+
Services?: AuthorizedTargetsByService[] | undefined;
|
|
2103
2154
|
/**
|
|
2104
2155
|
* <p>The token for the next set of results, or null if there are no more results.</p>
|
|
2105
2156
|
* @public
|
|
2106
2157
|
*/
|
|
2107
|
-
NextToken?: string;
|
|
2158
|
+
NextToken?: string | undefined;
|
|
2108
2159
|
/**
|
|
2109
2160
|
* <p>The HTTP status of the request.</p>
|
|
2110
2161
|
* @public
|
|
2111
2162
|
*/
|
|
2112
|
-
Status?: number;
|
|
2163
|
+
Status?: number | undefined;
|
|
2113
2164
|
/**
|
|
2114
2165
|
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
2115
2166
|
* @public
|
|
2116
2167
|
*/
|
|
2117
|
-
RequestId?: string;
|
|
2168
|
+
RequestId?: string | undefined;
|
|
2118
2169
|
}
|
|
2119
2170
|
/**
|
|
2120
2171
|
* @public
|
|
@@ -2129,7 +2180,7 @@ export interface ListIngestionsRequest {
|
|
|
2129
2180
|
* <p>The token for the next set of results, or null if there are no more results.</p>
|
|
2130
2181
|
* @public
|
|
2131
2182
|
*/
|
|
2132
|
-
NextToken?: string;
|
|
2183
|
+
NextToken?: string | undefined;
|
|
2133
2184
|
/**
|
|
2134
2185
|
* <p>The Amazon Web Services account ID.</p>
|
|
2135
2186
|
* @public
|
|
@@ -2139,7 +2190,7 @@ export interface ListIngestionsRequest {
|
|
|
2139
2190
|
* <p>The maximum number of results to be returned per request.</p>
|
|
2140
2191
|
* @public
|
|
2141
2192
|
*/
|
|
2142
|
-
MaxResults?: number;
|
|
2193
|
+
MaxResults?: number | undefined;
|
|
2143
2194
|
}
|
|
2144
2195
|
/**
|
|
2145
2196
|
* @public
|
|
@@ -2149,22 +2200,22 @@ export interface ListIngestionsResponse {
|
|
|
2149
2200
|
* <p>A list of the ingestions.</p>
|
|
2150
2201
|
* @public
|
|
2151
2202
|
*/
|
|
2152
|
-
Ingestions?: Ingestion[];
|
|
2203
|
+
Ingestions?: Ingestion[] | undefined;
|
|
2153
2204
|
/**
|
|
2154
2205
|
* <p>The token for the next set of results, or null if there are no more results.</p>
|
|
2155
2206
|
* @public
|
|
2156
2207
|
*/
|
|
2157
|
-
NextToken?: string;
|
|
2208
|
+
NextToken?: string | undefined;
|
|
2158
2209
|
/**
|
|
2159
2210
|
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
2160
2211
|
* @public
|
|
2161
2212
|
*/
|
|
2162
|
-
RequestId?: string;
|
|
2213
|
+
RequestId?: string | undefined;
|
|
2163
2214
|
/**
|
|
2164
2215
|
* <p>The HTTP status of the request.</p>
|
|
2165
2216
|
* @public
|
|
2166
2217
|
*/
|
|
2167
|
-
Status?: number;
|
|
2218
|
+
Status?: number | undefined;
|
|
2168
2219
|
}
|
|
2169
2220
|
/**
|
|
2170
2221
|
* @public
|
|
@@ -2179,12 +2230,12 @@ export interface ListNamespacesRequest {
|
|
|
2179
2230
|
* <p>A unique pagination token that can be used in a subsequent request. You will receive a pagination token in the response body of a previous <code>ListNameSpaces</code> API call if there is more data that can be returned. To receive the data, make another <code>ListNamespaces</code> API call with the returned token to retrieve the next page of data. Each token is valid for 24 hours. If you try to make a <code>ListNamespaces</code> API call with an expired token, you will receive a <code>HTTP 400 InvalidNextTokenException</code> error.</p>
|
|
2180
2231
|
* @public
|
|
2181
2232
|
*/
|
|
2182
|
-
NextToken?: string;
|
|
2233
|
+
NextToken?: string | undefined;
|
|
2183
2234
|
/**
|
|
2184
2235
|
* <p>The maximum number of results to return.</p>
|
|
2185
2236
|
* @public
|
|
2186
2237
|
*/
|
|
2187
|
-
MaxResults?: number;
|
|
2238
|
+
MaxResults?: number | undefined;
|
|
2188
2239
|
}
|
|
2189
2240
|
/**
|
|
2190
2241
|
* @public
|
|
@@ -2196,22 +2247,22 @@ export interface ListNamespacesResponse {
|
|
|
2196
2247
|
* identity store.</p>
|
|
2197
2248
|
* @public
|
|
2198
2249
|
*/
|
|
2199
|
-
Namespaces?: NamespaceInfoV2[];
|
|
2250
|
+
Namespaces?: NamespaceInfoV2[] | undefined;
|
|
2200
2251
|
/**
|
|
2201
2252
|
* <p>A unique pagination token that can be used in a subsequent request. Receiving <code>NextToken</code> in your response inticates that there is more data that can be returned. To receive the data, make another <code>ListNamespaces</code> API call with the returned token to retrieve the next page of data. Each token is valid for 24 hours. If you try to make a <code>ListNamespaces</code> API call with an expired token, you will receive a <code>HTTP 400 InvalidNextTokenException</code> error.</p>
|
|
2202
2253
|
* @public
|
|
2203
2254
|
*/
|
|
2204
|
-
NextToken?: string;
|
|
2255
|
+
NextToken?: string | undefined;
|
|
2205
2256
|
/**
|
|
2206
2257
|
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
2207
2258
|
* @public
|
|
2208
2259
|
*/
|
|
2209
|
-
RequestId?: string;
|
|
2260
|
+
RequestId?: string | undefined;
|
|
2210
2261
|
/**
|
|
2211
2262
|
* <p>The HTTP status of the request.</p>
|
|
2212
2263
|
* @public
|
|
2213
2264
|
*/
|
|
2214
|
-
Status?: number;
|
|
2265
|
+
Status?: number | undefined;
|
|
2215
2266
|
}
|
|
2216
2267
|
/**
|
|
2217
2268
|
* @public
|
|
@@ -2236,17 +2287,17 @@ export interface ListRefreshSchedulesResponse {
|
|
|
2236
2287
|
* <p>The list of refresh schedules for the dataset.</p>
|
|
2237
2288
|
* @public
|
|
2238
2289
|
*/
|
|
2239
|
-
RefreshSchedules?: RefreshSchedule[];
|
|
2290
|
+
RefreshSchedules?: RefreshSchedule[] | undefined;
|
|
2240
2291
|
/**
|
|
2241
2292
|
* <p>The HTTP status of the request.</p>
|
|
2242
2293
|
* @public
|
|
2243
2294
|
*/
|
|
2244
|
-
Status?: number;
|
|
2295
|
+
Status?: number | undefined;
|
|
2245
2296
|
/**
|
|
2246
2297
|
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
2247
2298
|
* @public
|
|
2248
2299
|
*/
|
|
2249
|
-
RequestId?: string;
|
|
2300
|
+
RequestId?: string | undefined;
|
|
2250
2301
|
}
|
|
2251
2302
|
/**
|
|
2252
2303
|
* @public
|
|
@@ -2261,12 +2312,12 @@ export interface ListRoleMembershipsRequest {
|
|
|
2261
2312
|
* <p>A pagination token that can be used in a subsequent request.</p>
|
|
2262
2313
|
* @public
|
|
2263
2314
|
*/
|
|
2264
|
-
NextToken?: string;
|
|
2315
|
+
NextToken?: string | undefined;
|
|
2265
2316
|
/**
|
|
2266
2317
|
* <p>The maximum number of results to return.</p>
|
|
2267
2318
|
* @public
|
|
2268
2319
|
*/
|
|
2269
|
-
MaxResults?: number;
|
|
2320
|
+
MaxResults?: number | undefined;
|
|
2270
2321
|
/**
|
|
2271
2322
|
* <p>The ID for the Amazon Web Services account that you want to create a group in. The Amazon Web Services account ID that you provide must be the same Amazon Web Services account that contains your Amazon QuickSight account.</p>
|
|
2272
2323
|
* @public
|
|
@@ -2286,22 +2337,22 @@ export interface ListRoleMembershipsResponse {
|
|
|
2286
2337
|
* <p>The list of groups associated with a role</p>
|
|
2287
2338
|
* @public
|
|
2288
2339
|
*/
|
|
2289
|
-
MembersList?: string[];
|
|
2340
|
+
MembersList?: string[] | undefined;
|
|
2290
2341
|
/**
|
|
2291
2342
|
* <p>A pagination token that can be used in a subsequent request.</p>
|
|
2292
2343
|
* @public
|
|
2293
2344
|
*/
|
|
2294
|
-
NextToken?: string;
|
|
2345
|
+
NextToken?: string | undefined;
|
|
2295
2346
|
/**
|
|
2296
2347
|
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
2297
2348
|
* @public
|
|
2298
2349
|
*/
|
|
2299
|
-
RequestId?: string;
|
|
2350
|
+
RequestId?: string | undefined;
|
|
2300
2351
|
/**
|
|
2301
2352
|
* <p>The HTTP status of the request.</p>
|
|
2302
2353
|
* @public
|
|
2303
2354
|
*/
|
|
2304
|
-
Status?: number;
|
|
2355
|
+
Status?: number | undefined;
|
|
2305
2356
|
}
|
|
2306
2357
|
/**
|
|
2307
2358
|
* @public
|
|
@@ -2322,17 +2373,17 @@ export interface ListTagsForResourceResponse {
|
|
|
2322
2373
|
* resource.</p>
|
|
2323
2374
|
* @public
|
|
2324
2375
|
*/
|
|
2325
|
-
Tags?: Tag[];
|
|
2376
|
+
Tags?: Tag[] | undefined;
|
|
2326
2377
|
/**
|
|
2327
2378
|
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
2328
2379
|
* @public
|
|
2329
2380
|
*/
|
|
2330
|
-
RequestId?: string;
|
|
2381
|
+
RequestId?: string | undefined;
|
|
2331
2382
|
/**
|
|
2332
2383
|
* <p>The HTTP status of the request.</p>
|
|
2333
2384
|
* @public
|
|
2334
2385
|
*/
|
|
2335
|
-
Status?: number;
|
|
2386
|
+
Status?: number | undefined;
|
|
2336
2387
|
}
|
|
2337
2388
|
/**
|
|
2338
2389
|
* @public
|
|
@@ -2352,12 +2403,12 @@ export interface ListTemplateAliasesRequest {
|
|
|
2352
2403
|
* <p>The token for the next set of results, or null if there are no more results.</p>
|
|
2353
2404
|
* @public
|
|
2354
2405
|
*/
|
|
2355
|
-
NextToken?: string;
|
|
2406
|
+
NextToken?: string | undefined;
|
|
2356
2407
|
/**
|
|
2357
2408
|
* <p>The maximum number of results to be returned per request.</p>
|
|
2358
2409
|
* @public
|
|
2359
2410
|
*/
|
|
2360
|
-
MaxResults?: number;
|
|
2411
|
+
MaxResults?: number | undefined;
|
|
2361
2412
|
}
|
|
2362
2413
|
/**
|
|
2363
2414
|
* @public
|
|
@@ -2367,22 +2418,22 @@ export interface ListTemplateAliasesResponse {
|
|
|
2367
2418
|
* <p>A structure containing the list of the template's aliases.</p>
|
|
2368
2419
|
* @public
|
|
2369
2420
|
*/
|
|
2370
|
-
TemplateAliasList?: TemplateAlias[];
|
|
2421
|
+
TemplateAliasList?: TemplateAlias[] | undefined;
|
|
2371
2422
|
/**
|
|
2372
2423
|
* <p>The HTTP status of the request.</p>
|
|
2373
2424
|
* @public
|
|
2374
2425
|
*/
|
|
2375
|
-
Status?: number;
|
|
2426
|
+
Status?: number | undefined;
|
|
2376
2427
|
/**
|
|
2377
2428
|
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
2378
2429
|
* @public
|
|
2379
2430
|
*/
|
|
2380
|
-
RequestId?: string;
|
|
2431
|
+
RequestId?: string | undefined;
|
|
2381
2432
|
/**
|
|
2382
2433
|
* <p>The token for the next set of results, or null if there are no more results.</p>
|
|
2383
2434
|
* @public
|
|
2384
2435
|
*/
|
|
2385
|
-
NextToken?: string;
|
|
2436
|
+
NextToken?: string | undefined;
|
|
2386
2437
|
}
|
|
2387
2438
|
/**
|
|
2388
2439
|
* @public
|
|
@@ -2397,12 +2448,12 @@ export interface ListTemplatesRequest {
|
|
|
2397
2448
|
* <p>The token for the next set of results, or null if there are no more results.</p>
|
|
2398
2449
|
* @public
|
|
2399
2450
|
*/
|
|
2400
|
-
NextToken?: string;
|
|
2451
|
+
NextToken?: string | undefined;
|
|
2401
2452
|
/**
|
|
2402
2453
|
* <p>The maximum number of results to be returned per request.</p>
|
|
2403
2454
|
* @public
|
|
2404
2455
|
*/
|
|
2405
|
-
MaxResults?: number;
|
|
2456
|
+
MaxResults?: number | undefined;
|
|
2406
2457
|
}
|
|
2407
2458
|
/**
|
|
2408
2459
|
* <p>The template summary.</p>
|
|
@@ -2413,32 +2464,32 @@ export interface TemplateSummary {
|
|
|
2413
2464
|
* <p>A summary of a template.</p>
|
|
2414
2465
|
* @public
|
|
2415
2466
|
*/
|
|
2416
|
-
Arn?: string;
|
|
2467
|
+
Arn?: string | undefined;
|
|
2417
2468
|
/**
|
|
2418
2469
|
* <p>The ID of the template. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.</p>
|
|
2419
2470
|
* @public
|
|
2420
2471
|
*/
|
|
2421
|
-
TemplateId?: string;
|
|
2472
|
+
TemplateId?: string | undefined;
|
|
2422
2473
|
/**
|
|
2423
2474
|
* <p>A display name for the template.</p>
|
|
2424
2475
|
* @public
|
|
2425
2476
|
*/
|
|
2426
|
-
Name?: string;
|
|
2477
|
+
Name?: string | undefined;
|
|
2427
2478
|
/**
|
|
2428
2479
|
* <p>A structure containing a list of version numbers for the template summary.</p>
|
|
2429
2480
|
* @public
|
|
2430
2481
|
*/
|
|
2431
|
-
LatestVersionNumber?: number;
|
|
2482
|
+
LatestVersionNumber?: number | undefined;
|
|
2432
2483
|
/**
|
|
2433
2484
|
* <p>The last time that this template was created.</p>
|
|
2434
2485
|
* @public
|
|
2435
2486
|
*/
|
|
2436
|
-
CreatedTime?: Date;
|
|
2487
|
+
CreatedTime?: Date | undefined;
|
|
2437
2488
|
/**
|
|
2438
2489
|
* <p>The last time that this template was updated.</p>
|
|
2439
2490
|
* @public
|
|
2440
2491
|
*/
|
|
2441
|
-
LastUpdatedTime?: Date;
|
|
2492
|
+
LastUpdatedTime?: Date | undefined;
|
|
2442
2493
|
}
|
|
2443
2494
|
/**
|
|
2444
2495
|
* @public
|
|
@@ -2448,22 +2499,22 @@ export interface ListTemplatesResponse {
|
|
|
2448
2499
|
* <p>A structure containing information about the templates in the list.</p>
|
|
2449
2500
|
* @public
|
|
2450
2501
|
*/
|
|
2451
|
-
TemplateSummaryList?: TemplateSummary[];
|
|
2502
|
+
TemplateSummaryList?: TemplateSummary[] | undefined;
|
|
2452
2503
|
/**
|
|
2453
2504
|
* <p>The token for the next set of results, or null if there are no more results.</p>
|
|
2454
2505
|
* @public
|
|
2455
2506
|
*/
|
|
2456
|
-
NextToken?: string;
|
|
2507
|
+
NextToken?: string | undefined;
|
|
2457
2508
|
/**
|
|
2458
2509
|
* <p>The HTTP status of the request.</p>
|
|
2459
2510
|
* @public
|
|
2460
2511
|
*/
|
|
2461
|
-
Status?: number;
|
|
2512
|
+
Status?: number | undefined;
|
|
2462
2513
|
/**
|
|
2463
2514
|
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
2464
2515
|
* @public
|
|
2465
2516
|
*/
|
|
2466
|
-
RequestId?: string;
|
|
2517
|
+
RequestId?: string | undefined;
|
|
2467
2518
|
}
|
|
2468
2519
|
/**
|
|
2469
2520
|
* @public
|
|
@@ -2483,12 +2534,12 @@ export interface ListTemplateVersionsRequest {
|
|
|
2483
2534
|
* <p>The token for the next set of results, or null if there are no more results.</p>
|
|
2484
2535
|
* @public
|
|
2485
2536
|
*/
|
|
2486
|
-
NextToken?: string;
|
|
2537
|
+
NextToken?: string | undefined;
|
|
2487
2538
|
/**
|
|
2488
2539
|
* <p>The maximum number of results to be returned per request.</p>
|
|
2489
2540
|
* @public
|
|
2490
2541
|
*/
|
|
2491
|
-
MaxResults?: number;
|
|
2542
|
+
MaxResults?: number | undefined;
|
|
2492
2543
|
}
|
|
2493
2544
|
/**
|
|
2494
2545
|
* <p>The template version.</p>
|
|
@@ -2499,27 +2550,27 @@ export interface TemplateVersionSummary {
|
|
|
2499
2550
|
* <p>The Amazon Resource Name (ARN) of the template version.</p>
|
|
2500
2551
|
* @public
|
|
2501
2552
|
*/
|
|
2502
|
-
Arn?: string;
|
|
2553
|
+
Arn?: string | undefined;
|
|
2503
2554
|
/**
|
|
2504
2555
|
* <p>The version number of the template version.</p>
|
|
2505
2556
|
* @public
|
|
2506
2557
|
*/
|
|
2507
|
-
VersionNumber?: number;
|
|
2558
|
+
VersionNumber?: number | undefined;
|
|
2508
2559
|
/**
|
|
2509
2560
|
* <p>The time that this template version was created.</p>
|
|
2510
2561
|
* @public
|
|
2511
2562
|
*/
|
|
2512
|
-
CreatedTime?: Date;
|
|
2563
|
+
CreatedTime?: Date | undefined;
|
|
2513
2564
|
/**
|
|
2514
2565
|
* <p>The status of the template version.</p>
|
|
2515
2566
|
* @public
|
|
2516
2567
|
*/
|
|
2517
|
-
Status?: ResourceStatus;
|
|
2568
|
+
Status?: ResourceStatus | undefined;
|
|
2518
2569
|
/**
|
|
2519
2570
|
* <p>The description of the template version.</p>
|
|
2520
2571
|
* @public
|
|
2521
2572
|
*/
|
|
2522
|
-
Description?: string;
|
|
2573
|
+
Description?: string | undefined;
|
|
2523
2574
|
}
|
|
2524
2575
|
/**
|
|
2525
2576
|
* @public
|
|
@@ -2529,22 +2580,22 @@ export interface ListTemplateVersionsResponse {
|
|
|
2529
2580
|
* <p>A structure containing a list of all the versions of the specified template.</p>
|
|
2530
2581
|
* @public
|
|
2531
2582
|
*/
|
|
2532
|
-
TemplateVersionSummaryList?: TemplateVersionSummary[];
|
|
2583
|
+
TemplateVersionSummaryList?: TemplateVersionSummary[] | undefined;
|
|
2533
2584
|
/**
|
|
2534
2585
|
* <p>The token for the next set of results, or null if there are no more results.</p>
|
|
2535
2586
|
* @public
|
|
2536
2587
|
*/
|
|
2537
|
-
NextToken?: string;
|
|
2588
|
+
NextToken?: string | undefined;
|
|
2538
2589
|
/**
|
|
2539
2590
|
* <p>The HTTP status of the request.</p>
|
|
2540
2591
|
* @public
|
|
2541
2592
|
*/
|
|
2542
|
-
Status?: number;
|
|
2593
|
+
Status?: number | undefined;
|
|
2543
2594
|
/**
|
|
2544
2595
|
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
2545
2596
|
* @public
|
|
2546
2597
|
*/
|
|
2547
|
-
RequestId?: string;
|
|
2598
|
+
RequestId?: string | undefined;
|
|
2548
2599
|
}
|
|
2549
2600
|
/**
|
|
2550
2601
|
* @public
|
|
@@ -2564,12 +2615,12 @@ export interface ListThemeAliasesRequest {
|
|
|
2564
2615
|
* <p>The token for the next set of results, or null if there are no more results.</p>
|
|
2565
2616
|
* @public
|
|
2566
2617
|
*/
|
|
2567
|
-
NextToken?: string;
|
|
2618
|
+
NextToken?: string | undefined;
|
|
2568
2619
|
/**
|
|
2569
2620
|
* <p>The maximum number of results to be returned per request.</p>
|
|
2570
2621
|
* @public
|
|
2571
2622
|
*/
|
|
2572
|
-
MaxResults?: number;
|
|
2623
|
+
MaxResults?: number | undefined;
|
|
2573
2624
|
}
|
|
2574
2625
|
/**
|
|
2575
2626
|
* @public
|
|
@@ -2579,22 +2630,22 @@ export interface ListThemeAliasesResponse {
|
|
|
2579
2630
|
* <p>A structure containing the list of the theme's aliases.</p>
|
|
2580
2631
|
* @public
|
|
2581
2632
|
*/
|
|
2582
|
-
ThemeAliasList?: ThemeAlias[];
|
|
2633
|
+
ThemeAliasList?: ThemeAlias[] | undefined;
|
|
2583
2634
|
/**
|
|
2584
2635
|
* <p>The HTTP status of the request.</p>
|
|
2585
2636
|
* @public
|
|
2586
2637
|
*/
|
|
2587
|
-
Status?: number;
|
|
2638
|
+
Status?: number | undefined;
|
|
2588
2639
|
/**
|
|
2589
2640
|
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
2590
2641
|
* @public
|
|
2591
2642
|
*/
|
|
2592
|
-
RequestId?: string;
|
|
2643
|
+
RequestId?: string | undefined;
|
|
2593
2644
|
/**
|
|
2594
2645
|
* <p>The token for the next set of results, or null if there are no more results.</p>
|
|
2595
2646
|
* @public
|
|
2596
2647
|
*/
|
|
2597
|
-
NextToken?: string;
|
|
2648
|
+
NextToken?: string | undefined;
|
|
2598
2649
|
}
|
|
2599
2650
|
/**
|
|
2600
2651
|
* @public
|
|
@@ -2609,12 +2660,12 @@ export interface ListThemesRequest {
|
|
|
2609
2660
|
* <p>The token for the next set of results, or null if there are no more results.</p>
|
|
2610
2661
|
* @public
|
|
2611
2662
|
*/
|
|
2612
|
-
NextToken?: string;
|
|
2663
|
+
NextToken?: string | undefined;
|
|
2613
2664
|
/**
|
|
2614
2665
|
* <p>The maximum number of results to be returned per request.</p>
|
|
2615
2666
|
* @public
|
|
2616
2667
|
*/
|
|
2617
|
-
MaxResults?: number;
|
|
2668
|
+
MaxResults?: number | undefined;
|
|
2618
2669
|
/**
|
|
2619
2670
|
* <p>The type of themes that you want to list. Valid options include the following:</p>
|
|
2620
2671
|
* <ul>
|
|
@@ -2633,7 +2684,7 @@ export interface ListThemesRequest {
|
|
|
2633
2684
|
* </ul>
|
|
2634
2685
|
* @public
|
|
2635
2686
|
*/
|
|
2636
|
-
Type?: ThemeType;
|
|
2687
|
+
Type?: ThemeType | undefined;
|
|
2637
2688
|
}
|
|
2638
2689
|
/**
|
|
2639
2690
|
* <p>The theme summary.</p>
|
|
@@ -2644,32 +2695,32 @@ export interface ThemeSummary {
|
|
|
2644
2695
|
* <p>The Amazon Resource Name (ARN) of the resource.</p>
|
|
2645
2696
|
* @public
|
|
2646
2697
|
*/
|
|
2647
|
-
Arn?: string;
|
|
2698
|
+
Arn?: string | undefined;
|
|
2648
2699
|
/**
|
|
2649
2700
|
* <p>the display name for the theme.</p>
|
|
2650
2701
|
* @public
|
|
2651
2702
|
*/
|
|
2652
|
-
Name?: string;
|
|
2703
|
+
Name?: string | undefined;
|
|
2653
2704
|
/**
|
|
2654
2705
|
* <p>The ID of the theme. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.</p>
|
|
2655
2706
|
* @public
|
|
2656
2707
|
*/
|
|
2657
|
-
ThemeId?: string;
|
|
2708
|
+
ThemeId?: string | undefined;
|
|
2658
2709
|
/**
|
|
2659
2710
|
* <p>The latest version number for the theme. </p>
|
|
2660
2711
|
* @public
|
|
2661
2712
|
*/
|
|
2662
|
-
LatestVersionNumber?: number;
|
|
2713
|
+
LatestVersionNumber?: number | undefined;
|
|
2663
2714
|
/**
|
|
2664
2715
|
* <p>The date and time that this theme was created.</p>
|
|
2665
2716
|
* @public
|
|
2666
2717
|
*/
|
|
2667
|
-
CreatedTime?: Date;
|
|
2718
|
+
CreatedTime?: Date | undefined;
|
|
2668
2719
|
/**
|
|
2669
2720
|
* <p>The last date and time that this theme was updated.</p>
|
|
2670
2721
|
* @public
|
|
2671
2722
|
*/
|
|
2672
|
-
LastUpdatedTime?: Date;
|
|
2723
|
+
LastUpdatedTime?: Date | undefined;
|
|
2673
2724
|
}
|
|
2674
2725
|
/**
|
|
2675
2726
|
* @public
|
|
@@ -2679,22 +2730,22 @@ export interface ListThemesResponse {
|
|
|
2679
2730
|
* <p>Information about the themes in the list.</p>
|
|
2680
2731
|
* @public
|
|
2681
2732
|
*/
|
|
2682
|
-
ThemeSummaryList?: ThemeSummary[];
|
|
2733
|
+
ThemeSummaryList?: ThemeSummary[] | undefined;
|
|
2683
2734
|
/**
|
|
2684
2735
|
* <p>The token for the next set of results, or null if there are no more results.</p>
|
|
2685
2736
|
* @public
|
|
2686
2737
|
*/
|
|
2687
|
-
NextToken?: string;
|
|
2738
|
+
NextToken?: string | undefined;
|
|
2688
2739
|
/**
|
|
2689
2740
|
* <p>The HTTP status of the request.</p>
|
|
2690
2741
|
* @public
|
|
2691
2742
|
*/
|
|
2692
|
-
Status?: number;
|
|
2743
|
+
Status?: number | undefined;
|
|
2693
2744
|
/**
|
|
2694
2745
|
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
2695
2746
|
* @public
|
|
2696
2747
|
*/
|
|
2697
|
-
RequestId?: string;
|
|
2748
|
+
RequestId?: string | undefined;
|
|
2698
2749
|
}
|
|
2699
2750
|
/**
|
|
2700
2751
|
* @public
|
|
@@ -2714,12 +2765,12 @@ export interface ListThemeVersionsRequest {
|
|
|
2714
2765
|
* <p>The token for the next set of results, or null if there are no more results.</p>
|
|
2715
2766
|
* @public
|
|
2716
2767
|
*/
|
|
2717
|
-
NextToken?: string;
|
|
2768
|
+
NextToken?: string | undefined;
|
|
2718
2769
|
/**
|
|
2719
2770
|
* <p>The maximum number of results to be returned per request.</p>
|
|
2720
2771
|
* @public
|
|
2721
2772
|
*/
|
|
2722
|
-
MaxResults?: number;
|
|
2773
|
+
MaxResults?: number | undefined;
|
|
2723
2774
|
}
|
|
2724
2775
|
/**
|
|
2725
2776
|
* <p>The theme version.</p>
|
|
@@ -2730,27 +2781,27 @@ export interface ThemeVersionSummary {
|
|
|
2730
2781
|
* <p>The version number of the theme version.</p>
|
|
2731
2782
|
* @public
|
|
2732
2783
|
*/
|
|
2733
|
-
VersionNumber?: number;
|
|
2784
|
+
VersionNumber?: number | undefined;
|
|
2734
2785
|
/**
|
|
2735
2786
|
* <p>The Amazon Resource Name (ARN) of the theme version.</p>
|
|
2736
2787
|
* @public
|
|
2737
2788
|
*/
|
|
2738
|
-
Arn?: string;
|
|
2789
|
+
Arn?: string | undefined;
|
|
2739
2790
|
/**
|
|
2740
2791
|
* <p>The description of the theme version.</p>
|
|
2741
2792
|
* @public
|
|
2742
2793
|
*/
|
|
2743
|
-
Description?: string;
|
|
2794
|
+
Description?: string | undefined;
|
|
2744
2795
|
/**
|
|
2745
2796
|
* <p>The date and time that this theme version was created.</p>
|
|
2746
2797
|
* @public
|
|
2747
2798
|
*/
|
|
2748
|
-
CreatedTime?: Date;
|
|
2799
|
+
CreatedTime?: Date | undefined;
|
|
2749
2800
|
/**
|
|
2750
2801
|
* <p>The status of the theme version.</p>
|
|
2751
2802
|
* @public
|
|
2752
2803
|
*/
|
|
2753
|
-
Status?: ResourceStatus;
|
|
2804
|
+
Status?: ResourceStatus | undefined;
|
|
2754
2805
|
}
|
|
2755
2806
|
/**
|
|
2756
2807
|
* @public
|
|
@@ -2760,22 +2811,22 @@ export interface ListThemeVersionsResponse {
|
|
|
2760
2811
|
* <p>A structure containing a list of all the versions of the specified theme.</p>
|
|
2761
2812
|
* @public
|
|
2762
2813
|
*/
|
|
2763
|
-
ThemeVersionSummaryList?: ThemeVersionSummary[];
|
|
2814
|
+
ThemeVersionSummaryList?: ThemeVersionSummary[] | undefined;
|
|
2764
2815
|
/**
|
|
2765
2816
|
* <p>The token for the next set of results, or null if there are no more results.</p>
|
|
2766
2817
|
* @public
|
|
2767
2818
|
*/
|
|
2768
|
-
NextToken?: string;
|
|
2819
|
+
NextToken?: string | undefined;
|
|
2769
2820
|
/**
|
|
2770
2821
|
* <p>The HTTP status of the request.</p>
|
|
2771
2822
|
* @public
|
|
2772
2823
|
*/
|
|
2773
|
-
Status?: number;
|
|
2824
|
+
Status?: number | undefined;
|
|
2774
2825
|
/**
|
|
2775
2826
|
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
2776
2827
|
* @public
|
|
2777
2828
|
*/
|
|
2778
|
-
RequestId?: string;
|
|
2829
|
+
RequestId?: string | undefined;
|
|
2779
2830
|
}
|
|
2780
2831
|
/**
|
|
2781
2832
|
* @public
|
|
@@ -2802,22 +2853,22 @@ export interface TopicRefreshScheduleSummary {
|
|
|
2802
2853
|
* <p>The ID of the dataset.</p>
|
|
2803
2854
|
* @public
|
|
2804
2855
|
*/
|
|
2805
|
-
DatasetId?: string;
|
|
2856
|
+
DatasetId?: string | undefined;
|
|
2806
2857
|
/**
|
|
2807
2858
|
* <p>The Amazon Resource Name (ARN) of the dataset.</p>
|
|
2808
2859
|
* @public
|
|
2809
2860
|
*/
|
|
2810
|
-
DatasetArn?: string;
|
|
2861
|
+
DatasetArn?: string | undefined;
|
|
2811
2862
|
/**
|
|
2812
2863
|
* <p>The name of the dataset.</p>
|
|
2813
2864
|
* @public
|
|
2814
2865
|
*/
|
|
2815
|
-
DatasetName?: string;
|
|
2866
|
+
DatasetName?: string | undefined;
|
|
2816
2867
|
/**
|
|
2817
2868
|
* <p>The definition of a refresh schedule.</p>
|
|
2818
2869
|
* @public
|
|
2819
2870
|
*/
|
|
2820
|
-
RefreshSchedule?: TopicRefreshSchedule;
|
|
2871
|
+
RefreshSchedule?: TopicRefreshSchedule | undefined;
|
|
2821
2872
|
}
|
|
2822
2873
|
/**
|
|
2823
2874
|
* @public
|
|
@@ -2827,27 +2878,27 @@ export interface ListTopicRefreshSchedulesResponse {
|
|
|
2827
2878
|
* <p>The ID for the topic that you want to describe. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.</p>
|
|
2828
2879
|
* @public
|
|
2829
2880
|
*/
|
|
2830
|
-
TopicId?: string;
|
|
2881
|
+
TopicId?: string | undefined;
|
|
2831
2882
|
/**
|
|
2832
2883
|
* <p>The Amazon Resource Name (ARN) of the topic.</p>
|
|
2833
2884
|
* @public
|
|
2834
2885
|
*/
|
|
2835
|
-
TopicArn?: string;
|
|
2886
|
+
TopicArn?: string | undefined;
|
|
2836
2887
|
/**
|
|
2837
2888
|
* <p>The list of topic refresh schedules.</p>
|
|
2838
2889
|
* @public
|
|
2839
2890
|
*/
|
|
2840
|
-
RefreshSchedules?: TopicRefreshScheduleSummary[];
|
|
2891
|
+
RefreshSchedules?: TopicRefreshScheduleSummary[] | undefined;
|
|
2841
2892
|
/**
|
|
2842
2893
|
* <p>The HTTP status of the request.</p>
|
|
2843
2894
|
* @public
|
|
2844
2895
|
*/
|
|
2845
|
-
Status?: number;
|
|
2896
|
+
Status?: number | undefined;
|
|
2846
2897
|
/**
|
|
2847
2898
|
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
2848
2899
|
* @public
|
|
2849
2900
|
*/
|
|
2850
|
-
RequestId?: string;
|
|
2901
|
+
RequestId?: string | undefined;
|
|
2851
2902
|
}
|
|
2852
2903
|
/**
|
|
2853
2904
|
* @public
|
|
@@ -2878,12 +2929,12 @@ export interface ListTopicsRequest {
|
|
|
2878
2929
|
* <p>The token for the next set of results, or null if there are no more results.</p>
|
|
2879
2930
|
* @public
|
|
2880
2931
|
*/
|
|
2881
|
-
NextToken?: string;
|
|
2932
|
+
NextToken?: string | undefined;
|
|
2882
2933
|
/**
|
|
2883
2934
|
* <p>The maximum number of results to be returned per request.</p>
|
|
2884
2935
|
* @public
|
|
2885
2936
|
*/
|
|
2886
|
-
MaxResults?: number;
|
|
2937
|
+
MaxResults?: number | undefined;
|
|
2887
2938
|
}
|
|
2888
2939
|
/**
|
|
2889
2940
|
* <p>A topic summary.</p>
|
|
@@ -2894,22 +2945,22 @@ export interface TopicSummary {
|
|
|
2894
2945
|
* <p>The Amazon Resource Name (ARN) of the topic.</p>
|
|
2895
2946
|
* @public
|
|
2896
2947
|
*/
|
|
2897
|
-
Arn?: string;
|
|
2948
|
+
Arn?: string | undefined;
|
|
2898
2949
|
/**
|
|
2899
2950
|
* <p>The ID for the topic. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.</p>
|
|
2900
2951
|
* @public
|
|
2901
2952
|
*/
|
|
2902
|
-
TopicId?: string;
|
|
2953
|
+
TopicId?: string | undefined;
|
|
2903
2954
|
/**
|
|
2904
2955
|
* <p>The name of the topic.</p>
|
|
2905
2956
|
* @public
|
|
2906
2957
|
*/
|
|
2907
|
-
Name?: string;
|
|
2958
|
+
Name?: string | undefined;
|
|
2908
2959
|
/**
|
|
2909
2960
|
* <p>The user experience version of the topic.</p>
|
|
2910
2961
|
* @public
|
|
2911
2962
|
*/
|
|
2912
|
-
UserExperienceVersion?: TopicUserExperienceVersion;
|
|
2963
|
+
UserExperienceVersion?: TopicUserExperienceVersion | undefined;
|
|
2913
2964
|
}
|
|
2914
2965
|
/**
|
|
2915
2966
|
* @public
|
|
@@ -2919,22 +2970,22 @@ export interface ListTopicsResponse {
|
|
|
2919
2970
|
* <p>A list of topic summaries.</p>
|
|
2920
2971
|
* @public
|
|
2921
2972
|
*/
|
|
2922
|
-
TopicsSummaries?: TopicSummary[];
|
|
2973
|
+
TopicsSummaries?: TopicSummary[] | undefined;
|
|
2923
2974
|
/**
|
|
2924
2975
|
* <p>The token for the next set of results, or null if there are no more results.</p>
|
|
2925
2976
|
* @public
|
|
2926
2977
|
*/
|
|
2927
|
-
NextToken?: string;
|
|
2978
|
+
NextToken?: string | undefined;
|
|
2928
2979
|
/**
|
|
2929
2980
|
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
2930
2981
|
* @public
|
|
2931
2982
|
*/
|
|
2932
|
-
RequestId?: string;
|
|
2983
|
+
RequestId?: string | undefined;
|
|
2933
2984
|
/**
|
|
2934
2985
|
* <p>The HTTP status of the request.</p>
|
|
2935
2986
|
* @public
|
|
2936
2987
|
*/
|
|
2937
|
-
Status?: number;
|
|
2988
|
+
Status?: number | undefined;
|
|
2938
2989
|
}
|
|
2939
2990
|
/**
|
|
2940
2991
|
* @public
|
|
@@ -2960,12 +3011,12 @@ export interface ListUserGroupsRequest {
|
|
|
2960
3011
|
* <p>A pagination token that can be used in a subsequent request.</p>
|
|
2961
3012
|
* @public
|
|
2962
3013
|
*/
|
|
2963
|
-
NextToken?: string;
|
|
3014
|
+
NextToken?: string | undefined;
|
|
2964
3015
|
/**
|
|
2965
3016
|
* <p>The maximum number of results to return from this request.</p>
|
|
2966
3017
|
* @public
|
|
2967
3018
|
*/
|
|
2968
|
-
MaxResults?: number;
|
|
3019
|
+
MaxResults?: number | undefined;
|
|
2969
3020
|
}
|
|
2970
3021
|
/**
|
|
2971
3022
|
* @public
|
|
@@ -2975,22 +3026,22 @@ export interface ListUserGroupsResponse {
|
|
|
2975
3026
|
* <p>The list of groups the user is a member of.</p>
|
|
2976
3027
|
* @public
|
|
2977
3028
|
*/
|
|
2978
|
-
GroupList?: Group[];
|
|
3029
|
+
GroupList?: Group[] | undefined;
|
|
2979
3030
|
/**
|
|
2980
3031
|
* <p>A pagination token that can be used in a subsequent request.</p>
|
|
2981
3032
|
* @public
|
|
2982
3033
|
*/
|
|
2983
|
-
NextToken?: string;
|
|
3034
|
+
NextToken?: string | undefined;
|
|
2984
3035
|
/**
|
|
2985
3036
|
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
2986
3037
|
* @public
|
|
2987
3038
|
*/
|
|
2988
|
-
RequestId?: string;
|
|
3039
|
+
RequestId?: string | undefined;
|
|
2989
3040
|
/**
|
|
2990
3041
|
* <p>The HTTP status of the request.</p>
|
|
2991
3042
|
* @public
|
|
2992
3043
|
*/
|
|
2993
|
-
Status?: number;
|
|
3044
|
+
Status?: number | undefined;
|
|
2994
3045
|
}
|
|
2995
3046
|
/**
|
|
2996
3047
|
* @public
|
|
@@ -3006,12 +3057,12 @@ export interface ListUsersRequest {
|
|
|
3006
3057
|
* <p>A pagination token that can be used in a subsequent request.</p>
|
|
3007
3058
|
* @public
|
|
3008
3059
|
*/
|
|
3009
|
-
NextToken?: string;
|
|
3060
|
+
NextToken?: string | undefined;
|
|
3010
3061
|
/**
|
|
3011
3062
|
* <p>The maximum number of results to return from this request.</p>
|
|
3012
3063
|
* @public
|
|
3013
3064
|
*/
|
|
3014
|
-
MaxResults?: number;
|
|
3065
|
+
MaxResults?: number | undefined;
|
|
3015
3066
|
/**
|
|
3016
3067
|
* <p>The namespace. Currently, you should set this to <code>default</code>.</p>
|
|
3017
3068
|
* @public
|
|
@@ -3026,22 +3077,22 @@ export interface ListUsersResponse {
|
|
|
3026
3077
|
* <p>The list of users.</p>
|
|
3027
3078
|
* @public
|
|
3028
3079
|
*/
|
|
3029
|
-
UserList?: User[];
|
|
3080
|
+
UserList?: User[] | undefined;
|
|
3030
3081
|
/**
|
|
3031
3082
|
* <p>A pagination token that can be used in a subsequent request.</p>
|
|
3032
3083
|
* @public
|
|
3033
3084
|
*/
|
|
3034
|
-
NextToken?: string;
|
|
3085
|
+
NextToken?: string | undefined;
|
|
3035
3086
|
/**
|
|
3036
3087
|
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
3037
3088
|
* @public
|
|
3038
3089
|
*/
|
|
3039
|
-
RequestId?: string;
|
|
3090
|
+
RequestId?: string | undefined;
|
|
3040
3091
|
/**
|
|
3041
3092
|
* <p>The HTTP status of the request.</p>
|
|
3042
3093
|
* @public
|
|
3043
3094
|
*/
|
|
3044
|
-
Status?: number;
|
|
3095
|
+
Status?: number | undefined;
|
|
3045
3096
|
}
|
|
3046
3097
|
/**
|
|
3047
3098
|
* @public
|
|
@@ -3057,12 +3108,12 @@ export interface ListVPCConnectionsRequest {
|
|
|
3057
3108
|
* <p>The token for the next set of results, or null if there are no more results.</p>
|
|
3058
3109
|
* @public
|
|
3059
3110
|
*/
|
|
3060
|
-
NextToken?: string;
|
|
3111
|
+
NextToken?: string | undefined;
|
|
3061
3112
|
/**
|
|
3062
3113
|
* <p>The maximum number of results to be returned per request.</p>
|
|
3063
3114
|
* @public
|
|
3064
3115
|
*/
|
|
3065
|
-
MaxResults?: number;
|
|
3116
|
+
MaxResults?: number | undefined;
|
|
3066
3117
|
}
|
|
3067
3118
|
/**
|
|
3068
3119
|
* <p>The summary metadata that describes a VPC connection.</p>
|
|
@@ -3076,63 +3127,63 @@ export interface VPCConnectionSummary {
|
|
|
3076
3127
|
* Amazon Web Services account.</p>
|
|
3077
3128
|
* @public
|
|
3078
3129
|
*/
|
|
3079
|
-
VPCConnectionId?: string;
|
|
3130
|
+
VPCConnectionId?: string | undefined;
|
|
3080
3131
|
/**
|
|
3081
3132
|
* <p>The Amazon Resource Name (ARN) of the VPC connection.</p>
|
|
3082
3133
|
* @public
|
|
3083
3134
|
*/
|
|
3084
|
-
Arn?: string;
|
|
3135
|
+
Arn?: string | undefined;
|
|
3085
3136
|
/**
|
|
3086
3137
|
* <p>The display name for the VPC connection.</p>
|
|
3087
3138
|
* @public
|
|
3088
3139
|
*/
|
|
3089
|
-
Name?: string;
|
|
3140
|
+
Name?: string | undefined;
|
|
3090
3141
|
/**
|
|
3091
3142
|
* <p>The Amazon EC2 VPC ID associated with the VPC connection.</p>
|
|
3092
3143
|
* @public
|
|
3093
3144
|
*/
|
|
3094
|
-
VPCId?: string;
|
|
3145
|
+
VPCId?: string | undefined;
|
|
3095
3146
|
/**
|
|
3096
3147
|
* <p>The Amazon EC2 security group IDs associated with the VPC connection.</p>
|
|
3097
3148
|
* @public
|
|
3098
3149
|
*/
|
|
3099
|
-
SecurityGroupIds?: string[];
|
|
3150
|
+
SecurityGroupIds?: string[] | undefined;
|
|
3100
3151
|
/**
|
|
3101
3152
|
* <p>A list of IP addresses of DNS resolver endpoints for the VPC connection.</p>
|
|
3102
3153
|
* @public
|
|
3103
3154
|
*/
|
|
3104
|
-
DnsResolvers?: string[];
|
|
3155
|
+
DnsResolvers?: string[] | undefined;
|
|
3105
3156
|
/**
|
|
3106
3157
|
* <p>The status of the VPC connection.</p>
|
|
3107
3158
|
* @public
|
|
3108
3159
|
*/
|
|
3109
|
-
Status?: VPCConnectionResourceStatus;
|
|
3160
|
+
Status?: VPCConnectionResourceStatus | undefined;
|
|
3110
3161
|
/**
|
|
3111
3162
|
* <p>The availability status of the VPC connection.</p>
|
|
3112
3163
|
* @public
|
|
3113
3164
|
*/
|
|
3114
|
-
AvailabilityStatus?: VPCConnectionAvailabilityStatus;
|
|
3165
|
+
AvailabilityStatus?: VPCConnectionAvailabilityStatus | undefined;
|
|
3115
3166
|
/**
|
|
3116
3167
|
* <p>A list of network interfaces.</p>
|
|
3117
3168
|
* @public
|
|
3118
3169
|
*/
|
|
3119
|
-
NetworkInterfaces?: NetworkInterface[];
|
|
3170
|
+
NetworkInterfaces?: NetworkInterface[] | undefined;
|
|
3120
3171
|
/**
|
|
3121
3172
|
* <p>The ARN of the IAM role associated
|
|
3122
3173
|
* with the VPC connection.</p>
|
|
3123
3174
|
* @public
|
|
3124
3175
|
*/
|
|
3125
|
-
RoleArn?: string;
|
|
3176
|
+
RoleArn?: string | undefined;
|
|
3126
3177
|
/**
|
|
3127
3178
|
* <p>The time that the VPC connection was created.</p>
|
|
3128
3179
|
* @public
|
|
3129
3180
|
*/
|
|
3130
|
-
CreatedTime?: Date;
|
|
3181
|
+
CreatedTime?: Date | undefined;
|
|
3131
3182
|
/**
|
|
3132
3183
|
* <p>The time that the VPC connection was last updated.</p>
|
|
3133
3184
|
* @public
|
|
3134
3185
|
*/
|
|
3135
|
-
LastUpdatedTime?: Date;
|
|
3186
|
+
LastUpdatedTime?: Date | undefined;
|
|
3136
3187
|
}
|
|
3137
3188
|
/**
|
|
3138
3189
|
* @public
|
|
@@ -3143,23 +3194,23 @@ export interface ListVPCConnectionsResponse {
|
|
|
3143
3194
|
* objects.</p>
|
|
3144
3195
|
* @public
|
|
3145
3196
|
*/
|
|
3146
|
-
VPCConnectionSummaries?: VPCConnectionSummary[];
|
|
3197
|
+
VPCConnectionSummaries?: VPCConnectionSummary[] | undefined;
|
|
3147
3198
|
/**
|
|
3148
3199
|
* <p>The token for the next set of results, or null if there are no more
|
|
3149
3200
|
* results.</p>
|
|
3150
3201
|
* @public
|
|
3151
3202
|
*/
|
|
3152
|
-
NextToken?: string;
|
|
3203
|
+
NextToken?: string | undefined;
|
|
3153
3204
|
/**
|
|
3154
3205
|
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
3155
3206
|
* @public
|
|
3156
3207
|
*/
|
|
3157
|
-
RequestId?: string;
|
|
3208
|
+
RequestId?: string | undefined;
|
|
3158
3209
|
/**
|
|
3159
3210
|
* <p>The HTTP status of the request.</p>
|
|
3160
3211
|
* @public
|
|
3161
3212
|
*/
|
|
3162
|
-
Status?: number;
|
|
3213
|
+
Status?: number | undefined;
|
|
3163
3214
|
}
|
|
3164
3215
|
/**
|
|
3165
3216
|
* @public
|
|
@@ -3201,12 +3252,12 @@ export interface PutDataSetRefreshPropertiesResponse {
|
|
|
3201
3252
|
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
3202
3253
|
* @public
|
|
3203
3254
|
*/
|
|
3204
|
-
RequestId?: string;
|
|
3255
|
+
RequestId?: string | undefined;
|
|
3205
3256
|
/**
|
|
3206
3257
|
* <p>The HTTP status of the request.</p>
|
|
3207
3258
|
* @public
|
|
3208
3259
|
*/
|
|
3209
|
-
Status?: number;
|
|
3260
|
+
Status?: number | undefined;
|
|
3210
3261
|
}
|
|
3211
3262
|
/**
|
|
3212
3263
|
* @public
|
|
@@ -3270,7 +3321,7 @@ export interface RegisterUserRequest {
|
|
|
3270
3321
|
* <p>The ARN of the IAM user or role that you are registering with Amazon QuickSight. </p>
|
|
3271
3322
|
* @public
|
|
3272
3323
|
*/
|
|
3273
|
-
IamArn?: string;
|
|
3324
|
+
IamArn?: string | undefined;
|
|
3274
3325
|
/**
|
|
3275
3326
|
* <p>You need to use this parameter only when you register one or more users using an assumed
|
|
3276
3327
|
* IAM role. You don't need to provide the session name for other scenarios, for example when
|
|
@@ -3282,7 +3333,7 @@ export interface RegisterUserRequest {
|
|
|
3282
3333
|
* </p>
|
|
3283
3334
|
* @public
|
|
3284
3335
|
*/
|
|
3285
|
-
SessionName?: string;
|
|
3336
|
+
SessionName?: string | undefined;
|
|
3286
3337
|
/**
|
|
3287
3338
|
* <p>The ID for the Amazon Web Services account that the user is in. Currently, you use the ID for the
|
|
3288
3339
|
* Amazon Web Services account that contains your Amazon QuickSight account.</p>
|
|
@@ -3299,7 +3350,7 @@ export interface RegisterUserRequest {
|
|
|
3299
3350
|
* registering.</p>
|
|
3300
3351
|
* @public
|
|
3301
3352
|
*/
|
|
3302
|
-
UserName?: string;
|
|
3353
|
+
UserName?: string | undefined;
|
|
3303
3354
|
/**
|
|
3304
3355
|
* <p>(Enterprise edition only) The name of the custom permissions profile that you want to
|
|
3305
3356
|
* assign to this user. Customized permissions allows you to control a user's access by
|
|
@@ -3331,7 +3382,7 @@ export interface RegisterUserRequest {
|
|
|
3331
3382
|
* <p>This feature is available only to Amazon QuickSight Enterprise edition subscriptions.</p>
|
|
3332
3383
|
* @public
|
|
3333
3384
|
*/
|
|
3334
|
-
CustomPermissionsName?: string;
|
|
3385
|
+
CustomPermissionsName?: string | undefined;
|
|
3335
3386
|
/**
|
|
3336
3387
|
* <p>The type of supported external login provider that provides identity to let a user federate into Amazon QuickSight with an associated Identity and Access Management(IAM) role. The type of supported external login provider can be one of the following.</p>
|
|
3337
3388
|
* <ul>
|
|
@@ -3346,24 +3397,24 @@ export interface RegisterUserRequest {
|
|
|
3346
3397
|
* </ul>
|
|
3347
3398
|
* @public
|
|
3348
3399
|
*/
|
|
3349
|
-
ExternalLoginFederationProviderType?: string;
|
|
3400
|
+
ExternalLoginFederationProviderType?: string | undefined;
|
|
3350
3401
|
/**
|
|
3351
3402
|
* <p>The URL of the custom OpenID Connect (OIDC) provider that provides identity to let a user federate
|
|
3352
3403
|
* into Amazon QuickSight with an associated Identity and Access Management(IAM) role. This parameter should
|
|
3353
3404
|
* only be used when <code>ExternalLoginFederationProviderType</code> parameter is set to <code>CUSTOM_OIDC</code>.</p>
|
|
3354
3405
|
* @public
|
|
3355
3406
|
*/
|
|
3356
|
-
CustomFederationProviderUrl?: string;
|
|
3407
|
+
CustomFederationProviderUrl?: string | undefined;
|
|
3357
3408
|
/**
|
|
3358
3409
|
* <p>The identity ID for a user in the external login provider.</p>
|
|
3359
3410
|
* @public
|
|
3360
3411
|
*/
|
|
3361
|
-
ExternalLoginId?: string;
|
|
3412
|
+
ExternalLoginId?: string | undefined;
|
|
3362
3413
|
/**
|
|
3363
3414
|
* <p>The tags to associate with the user.</p>
|
|
3364
3415
|
* @public
|
|
3365
3416
|
*/
|
|
3366
|
-
Tags?: Tag[];
|
|
3417
|
+
Tags?: Tag[] | undefined;
|
|
3367
3418
|
}
|
|
3368
3419
|
/**
|
|
3369
3420
|
* @public
|
|
@@ -3373,23 +3424,23 @@ export interface RegisterUserResponse {
|
|
|
3373
3424
|
* <p>The user's user name.</p>
|
|
3374
3425
|
* @public
|
|
3375
3426
|
*/
|
|
3376
|
-
User?: User;
|
|
3427
|
+
User?: User | undefined;
|
|
3377
3428
|
/**
|
|
3378
3429
|
* <p>The URL the user visits to complete registration and provide a password. This is
|
|
3379
3430
|
* returned only for users with an identity type of <code>QUICKSIGHT</code>.</p>
|
|
3380
3431
|
* @public
|
|
3381
3432
|
*/
|
|
3382
|
-
UserInvitationUrl?: string;
|
|
3433
|
+
UserInvitationUrl?: string | undefined;
|
|
3383
3434
|
/**
|
|
3384
3435
|
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
3385
3436
|
* @public
|
|
3386
3437
|
*/
|
|
3387
|
-
RequestId?: string;
|
|
3438
|
+
RequestId?: string | undefined;
|
|
3388
3439
|
/**
|
|
3389
3440
|
* <p>The HTTP status of the request.</p>
|
|
3390
3441
|
* @public
|
|
3391
3442
|
*/
|
|
3392
|
-
Status?: number;
|
|
3443
|
+
Status?: number | undefined;
|
|
3393
3444
|
}
|
|
3394
3445
|
/**
|
|
3395
3446
|
* @public
|
|
@@ -3409,7 +3460,7 @@ export interface RestoreAnalysisRequest {
|
|
|
3409
3460
|
* <p>A boolean value that determines if the analysis will be restored to folders that it previously resided in. A <code>True</code> value restores analysis back to all folders that it previously resided in. A <code>False</code> value restores the analysis but does not restore the analysis back to all previously resided folders. Restoring a restricted analysis requires this parameter to be set to <code>True</code>.</p>
|
|
3410
3461
|
* @public
|
|
3411
3462
|
*/
|
|
3412
|
-
RestoreToFolders?: boolean;
|
|
3463
|
+
RestoreToFolders?: boolean | undefined;
|
|
3413
3464
|
}
|
|
3414
3465
|
/**
|
|
3415
3466
|
* @public
|
|
@@ -3419,28 +3470,28 @@ export interface RestoreAnalysisResponse {
|
|
|
3419
3470
|
* <p>The HTTP status of the request.</p>
|
|
3420
3471
|
* @public
|
|
3421
3472
|
*/
|
|
3422
|
-
Status?: number;
|
|
3473
|
+
Status?: number | undefined;
|
|
3423
3474
|
/**
|
|
3424
3475
|
* <p>The Amazon Resource Name (ARN) of the analysis that you're restoring.</p>
|
|
3425
3476
|
* @public
|
|
3426
3477
|
*/
|
|
3427
|
-
Arn?: string;
|
|
3478
|
+
Arn?: string | undefined;
|
|
3428
3479
|
/**
|
|
3429
3480
|
* <p>The ID of the analysis that you're restoring.
|
|
3430
3481
|
* </p>
|
|
3431
3482
|
* @public
|
|
3432
3483
|
*/
|
|
3433
|
-
AnalysisId?: string;
|
|
3484
|
+
AnalysisId?: string | undefined;
|
|
3434
3485
|
/**
|
|
3435
3486
|
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
3436
3487
|
* @public
|
|
3437
3488
|
*/
|
|
3438
|
-
RequestId?: string;
|
|
3489
|
+
RequestId?: string | undefined;
|
|
3439
3490
|
/**
|
|
3440
3491
|
* <p>A list of folder arns thatthe analysis failed to be restored to.</p>
|
|
3441
3492
|
* @public
|
|
3442
3493
|
*/
|
|
3443
|
-
RestorationFailedFolderArns?: string[];
|
|
3494
|
+
RestorationFailedFolderArns?: string[] | undefined;
|
|
3444
3495
|
}
|
|
3445
3496
|
/**
|
|
3446
3497
|
* @public
|
|
@@ -3461,12 +3512,12 @@ export interface SearchAnalysesRequest {
|
|
|
3461
3512
|
* <p>A pagination token that can be used in a subsequent request.</p>
|
|
3462
3513
|
* @public
|
|
3463
3514
|
*/
|
|
3464
|
-
NextToken?: string;
|
|
3515
|
+
NextToken?: string | undefined;
|
|
3465
3516
|
/**
|
|
3466
3517
|
* <p>The maximum number of results to return.</p>
|
|
3467
3518
|
* @public
|
|
3468
3519
|
*/
|
|
3469
|
-
MaxResults?: number;
|
|
3520
|
+
MaxResults?: number | undefined;
|
|
3470
3521
|
}
|
|
3471
3522
|
/**
|
|
3472
3523
|
* @public
|
|
@@ -3476,23 +3527,23 @@ export interface SearchAnalysesResponse {
|
|
|
3476
3527
|
* <p>Metadata describing the analyses that you searched for.</p>
|
|
3477
3528
|
* @public
|
|
3478
3529
|
*/
|
|
3479
|
-
AnalysisSummaryList?: AnalysisSummary[];
|
|
3530
|
+
AnalysisSummaryList?: AnalysisSummary[] | undefined;
|
|
3480
3531
|
/**
|
|
3481
3532
|
* <p>A pagination token that can be used in a subsequent request.
|
|
3482
3533
|
* </p>
|
|
3483
3534
|
* @public
|
|
3484
3535
|
*/
|
|
3485
|
-
NextToken?: string;
|
|
3536
|
+
NextToken?: string | undefined;
|
|
3486
3537
|
/**
|
|
3487
3538
|
* <p>The HTTP status of the request.</p>
|
|
3488
3539
|
* @public
|
|
3489
3540
|
*/
|
|
3490
|
-
Status?: number;
|
|
3541
|
+
Status?: number | undefined;
|
|
3491
3542
|
/**
|
|
3492
3543
|
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
3493
3544
|
* @public
|
|
3494
3545
|
*/
|
|
3495
|
-
RequestId?: string;
|
|
3546
|
+
RequestId?: string | undefined;
|
|
3496
3547
|
}
|
|
3497
3548
|
/**
|
|
3498
3549
|
* @public
|
|
@@ -3516,12 +3567,12 @@ export interface SearchDashboardsRequest {
|
|
|
3516
3567
|
* <p>The token for the next set of results, or null if there are no more results.</p>
|
|
3517
3568
|
* @public
|
|
3518
3569
|
*/
|
|
3519
|
-
NextToken?: string;
|
|
3570
|
+
NextToken?: string | undefined;
|
|
3520
3571
|
/**
|
|
3521
3572
|
* <p>The maximum number of results to be returned per request.</p>
|
|
3522
3573
|
* @public
|
|
3523
3574
|
*/
|
|
3524
|
-
MaxResults?: number;
|
|
3575
|
+
MaxResults?: number | undefined;
|
|
3525
3576
|
}
|
|
3526
3577
|
/**
|
|
3527
3578
|
* @public
|
|
@@ -3532,22 +3583,22 @@ export interface SearchDashboardsResponse {
|
|
|
3532
3583
|
* request.</p>
|
|
3533
3584
|
* @public
|
|
3534
3585
|
*/
|
|
3535
|
-
DashboardSummaryList?: DashboardSummary[];
|
|
3586
|
+
DashboardSummaryList?: DashboardSummary[] | undefined;
|
|
3536
3587
|
/**
|
|
3537
3588
|
* <p>The token for the next set of results, or null if there are no more results.</p>
|
|
3538
3589
|
* @public
|
|
3539
3590
|
*/
|
|
3540
|
-
NextToken?: string;
|
|
3591
|
+
NextToken?: string | undefined;
|
|
3541
3592
|
/**
|
|
3542
3593
|
* <p>The HTTP status of the request.</p>
|
|
3543
3594
|
* @public
|
|
3544
3595
|
*/
|
|
3545
|
-
Status?: number;
|
|
3596
|
+
Status?: number | undefined;
|
|
3546
3597
|
/**
|
|
3547
3598
|
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
3548
3599
|
* @public
|
|
3549
3600
|
*/
|
|
3550
|
-
RequestId?: string;
|
|
3601
|
+
RequestId?: string | undefined;
|
|
3551
3602
|
}
|
|
3552
3603
|
/**
|
|
3553
3604
|
* @public
|
|
@@ -3567,12 +3618,12 @@ export interface SearchDataSetsRequest {
|
|
|
3567
3618
|
* <p>A pagination token that can be used in a subsequent request.</p>
|
|
3568
3619
|
* @public
|
|
3569
3620
|
*/
|
|
3570
|
-
NextToken?: string;
|
|
3621
|
+
NextToken?: string | undefined;
|
|
3571
3622
|
/**
|
|
3572
3623
|
* <p>The maximum number of results to be returned per request.</p>
|
|
3573
3624
|
* @public
|
|
3574
3625
|
*/
|
|
3575
|
-
MaxResults?: number;
|
|
3626
|
+
MaxResults?: number | undefined;
|
|
3576
3627
|
}
|
|
3577
3628
|
/**
|
|
3578
3629
|
* @public
|
|
@@ -3582,22 +3633,22 @@ export interface SearchDataSetsResponse {
|
|
|
3582
3633
|
* <p>A <code>DataSetSummaries</code> object that returns a summary of a dataset.</p>
|
|
3583
3634
|
* @public
|
|
3584
3635
|
*/
|
|
3585
|
-
DataSetSummaries?: DataSetSummary[];
|
|
3636
|
+
DataSetSummaries?: DataSetSummary[] | undefined;
|
|
3586
3637
|
/**
|
|
3587
3638
|
* <p>A pagination token that can be used in a subsequent request.</p>
|
|
3588
3639
|
* @public
|
|
3589
3640
|
*/
|
|
3590
|
-
NextToken?: string;
|
|
3641
|
+
NextToken?: string | undefined;
|
|
3591
3642
|
/**
|
|
3592
3643
|
* <p>The HTTP status of the request.</p>
|
|
3593
3644
|
* @public
|
|
3594
3645
|
*/
|
|
3595
|
-
Status?: number;
|
|
3646
|
+
Status?: number | undefined;
|
|
3596
3647
|
/**
|
|
3597
3648
|
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
3598
3649
|
* @public
|
|
3599
3650
|
*/
|
|
3600
|
-
RequestId?: string;
|
|
3651
|
+
RequestId?: string | undefined;
|
|
3601
3652
|
}
|
|
3602
3653
|
/**
|
|
3603
3654
|
* @public
|
|
@@ -3617,12 +3668,12 @@ export interface SearchDataSourcesRequest {
|
|
|
3617
3668
|
* <p>A pagination token that can be used in a subsequent request.</p>
|
|
3618
3669
|
* @public
|
|
3619
3670
|
*/
|
|
3620
|
-
NextToken?: string;
|
|
3671
|
+
NextToken?: string | undefined;
|
|
3621
3672
|
/**
|
|
3622
3673
|
* <p>The maximum number of results to be returned per request.</p>
|
|
3623
3674
|
* @public
|
|
3624
3675
|
*/
|
|
3625
|
-
MaxResults?: number;
|
|
3676
|
+
MaxResults?: number | undefined;
|
|
3626
3677
|
}
|
|
3627
3678
|
/**
|
|
3628
3679
|
* @public
|
|
@@ -3632,22 +3683,22 @@ export interface SearchDataSourcesResponse {
|
|
|
3632
3683
|
* <p>A <code>DataSourceSummaries</code> object that returns a summary of a data source.</p>
|
|
3633
3684
|
* @public
|
|
3634
3685
|
*/
|
|
3635
|
-
DataSourceSummaries?: DataSourceSummary[];
|
|
3686
|
+
DataSourceSummaries?: DataSourceSummary[] | undefined;
|
|
3636
3687
|
/**
|
|
3637
3688
|
* <p>A pagination token that can be used in a subsequent request.</p>
|
|
3638
3689
|
* @public
|
|
3639
3690
|
*/
|
|
3640
|
-
NextToken?: string;
|
|
3691
|
+
NextToken?: string | undefined;
|
|
3641
3692
|
/**
|
|
3642
3693
|
* <p>The HTTP status of the request.</p>
|
|
3643
3694
|
* @public
|
|
3644
3695
|
*/
|
|
3645
|
-
Status?: number;
|
|
3696
|
+
Status?: number | undefined;
|
|
3646
3697
|
/**
|
|
3647
3698
|
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
3648
3699
|
* @public
|
|
3649
3700
|
*/
|
|
3650
|
-
RequestId?: string;
|
|
3701
|
+
RequestId?: string | undefined;
|
|
3651
3702
|
}
|
|
3652
3703
|
/**
|
|
3653
3704
|
* @public
|
|
@@ -3667,12 +3718,12 @@ export interface SearchFoldersRequest {
|
|
|
3667
3718
|
* <p>The token for the next set of results, or null if there are no more results.</p>
|
|
3668
3719
|
* @public
|
|
3669
3720
|
*/
|
|
3670
|
-
NextToken?: string;
|
|
3721
|
+
NextToken?: string | undefined;
|
|
3671
3722
|
/**
|
|
3672
3723
|
* <p>The maximum number of results to be returned per request.</p>
|
|
3673
3724
|
* @public
|
|
3674
3725
|
*/
|
|
3675
|
-
MaxResults?: number;
|
|
3726
|
+
MaxResults?: number | undefined;
|
|
3676
3727
|
}
|
|
3677
3728
|
/**
|
|
3678
3729
|
* @public
|
|
@@ -3682,22 +3733,22 @@ export interface SearchFoldersResponse {
|
|
|
3682
3733
|
* <p>The HTTP status of the request.</p>
|
|
3683
3734
|
* @public
|
|
3684
3735
|
*/
|
|
3685
|
-
Status?: number;
|
|
3736
|
+
Status?: number | undefined;
|
|
3686
3737
|
/**
|
|
3687
3738
|
* <p>A structure that contains all of the folders in the Amazon Web Services account. This structure provides basic information about the folders.</p>
|
|
3688
3739
|
* @public
|
|
3689
3740
|
*/
|
|
3690
|
-
FolderSummaryList?: FolderSummary[];
|
|
3741
|
+
FolderSummaryList?: FolderSummary[] | undefined;
|
|
3691
3742
|
/**
|
|
3692
3743
|
* <p>The token for the next set of results, or null if there are no more results.</p>
|
|
3693
3744
|
* @public
|
|
3694
3745
|
*/
|
|
3695
|
-
NextToken?: string;
|
|
3746
|
+
NextToken?: string | undefined;
|
|
3696
3747
|
/**
|
|
3697
3748
|
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
3698
3749
|
* @public
|
|
3699
3750
|
*/
|
|
3700
|
-
RequestId?: string;
|
|
3751
|
+
RequestId?: string | undefined;
|
|
3701
3752
|
}
|
|
3702
3753
|
/**
|
|
3703
3754
|
* @public
|
|
@@ -3713,12 +3764,12 @@ export interface SearchGroupsRequest {
|
|
|
3713
3764
|
* <p>A pagination token that can be used in a subsequent request.</p>
|
|
3714
3765
|
* @public
|
|
3715
3766
|
*/
|
|
3716
|
-
NextToken?: string;
|
|
3767
|
+
NextToken?: string | undefined;
|
|
3717
3768
|
/**
|
|
3718
3769
|
* <p>The maximum number of results to return from this request.</p>
|
|
3719
3770
|
* @public
|
|
3720
3771
|
*/
|
|
3721
|
-
MaxResults?: number;
|
|
3772
|
+
MaxResults?: number | undefined;
|
|
3722
3773
|
/**
|
|
3723
3774
|
* <p>The namespace that you want to search.</p>
|
|
3724
3775
|
* @public
|
|
@@ -3738,22 +3789,22 @@ export interface SearchGroupsResponse {
|
|
|
3738
3789
|
* <p>A list of groups in a specified namespace that match the filters you set in your <code>SearchGroups</code> request.</p>
|
|
3739
3790
|
* @public
|
|
3740
3791
|
*/
|
|
3741
|
-
GroupList?: Group[];
|
|
3792
|
+
GroupList?: Group[] | undefined;
|
|
3742
3793
|
/**
|
|
3743
3794
|
* <p>A pagination token that can be used in a subsequent request.</p>
|
|
3744
3795
|
* @public
|
|
3745
3796
|
*/
|
|
3746
|
-
NextToken?: string;
|
|
3797
|
+
NextToken?: string | undefined;
|
|
3747
3798
|
/**
|
|
3748
3799
|
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
3749
3800
|
* @public
|
|
3750
3801
|
*/
|
|
3751
|
-
RequestId?: string;
|
|
3802
|
+
RequestId?: string | undefined;
|
|
3752
3803
|
/**
|
|
3753
3804
|
* <p>The HTTP status of the request.</p>
|
|
3754
3805
|
* @public
|
|
3755
3806
|
*/
|
|
3756
|
-
Status?: number;
|
|
3807
|
+
Status?: number | undefined;
|
|
3757
3808
|
}
|
|
3758
3809
|
/**
|
|
3759
3810
|
* @public
|
|
@@ -3820,7 +3871,7 @@ export interface StartAssetBundleExportJobRequest {
|
|
|
3820
3871
|
* exported.</p>
|
|
3821
3872
|
* @public
|
|
3822
3873
|
*/
|
|
3823
|
-
IncludeAllDependencies?: boolean;
|
|
3874
|
+
IncludeAllDependencies?: boolean | undefined;
|
|
3824
3875
|
/**
|
|
3825
3876
|
* <p>The export data format.</p>
|
|
3826
3877
|
* @public
|
|
@@ -3831,33 +3882,33 @@ export interface StartAssetBundleExportJobRequest {
|
|
|
3831
3882
|
* <p>Use this field if the <code>ExportFormat</code> field of a <code>StartAssetBundleExportJobRequest</code> API call is set to <code>CLOUDFORMATION_JSON</code>.</p>
|
|
3832
3883
|
* @public
|
|
3833
3884
|
*/
|
|
3834
|
-
CloudFormationOverridePropertyConfiguration?: AssetBundleCloudFormationOverridePropertyConfiguration;
|
|
3885
|
+
CloudFormationOverridePropertyConfiguration?: AssetBundleCloudFormationOverridePropertyConfiguration | undefined;
|
|
3835
3886
|
/**
|
|
3836
3887
|
* <p>A Boolean that determines whether all permissions for each resource ARN are exported with the job. If you set <code>IncludePermissions</code> to <code>TRUE</code>, any permissions associated with each resource are exported.
|
|
3837
3888
|
* </p>
|
|
3838
3889
|
* @public
|
|
3839
3890
|
*/
|
|
3840
|
-
IncludePermissions?: boolean;
|
|
3891
|
+
IncludePermissions?: boolean | undefined;
|
|
3841
3892
|
/**
|
|
3842
3893
|
* <p> A Boolean that determines whether all tags for each resource ARN are exported with the job. If you set <code>IncludeTags</code> to <code>TRUE</code>, any tags associated with each resource are exported.</p>
|
|
3843
3894
|
* @public
|
|
3844
3895
|
*/
|
|
3845
|
-
IncludeTags?: boolean;
|
|
3896
|
+
IncludeTags?: boolean | undefined;
|
|
3846
3897
|
/**
|
|
3847
3898
|
* <p>An optional parameter that determines which validation strategy to use for the export job. If <code>StrictModeForAllResources</code> is set to <code>TRUE</code>, strict validation for every error is enforced. If it is set to <code>FALSE</code>, validation is skipped for specific UI errors that are shown as warnings. The default value for <code>StrictModeForAllResources</code> is <code>FALSE</code>.</p>
|
|
3848
3899
|
* @public
|
|
3849
3900
|
*/
|
|
3850
|
-
ValidationStrategy?: AssetBundleExportJobValidationStrategy;
|
|
3901
|
+
ValidationStrategy?: AssetBundleExportJobValidationStrategy | undefined;
|
|
3851
3902
|
/**
|
|
3852
3903
|
* <p>A Boolean that determines if the exported asset carries over information about the folders that the asset is a member of. </p>
|
|
3853
3904
|
* @public
|
|
3854
3905
|
*/
|
|
3855
|
-
IncludeFolderMemberships?: boolean;
|
|
3906
|
+
IncludeFolderMemberships?: boolean | undefined;
|
|
3856
3907
|
/**
|
|
3857
3908
|
* <p>A setting that indicates whether you want to include folder assets. You can also use this setting to recusrsively include all subfolders of an exported folder.</p>
|
|
3858
3909
|
* @public
|
|
3859
3910
|
*/
|
|
3860
|
-
IncludeFolderMembers?: IncludeFolderMembers;
|
|
3911
|
+
IncludeFolderMembers?: IncludeFolderMembers | undefined;
|
|
3861
3912
|
}
|
|
3862
3913
|
/**
|
|
3863
3914
|
* @public
|
|
@@ -3867,22 +3918,22 @@ export interface StartAssetBundleExportJobResponse {
|
|
|
3867
3918
|
* <p>The Amazon Resource Name (ARN) for the export job.</p>
|
|
3868
3919
|
* @public
|
|
3869
3920
|
*/
|
|
3870
|
-
Arn?: string;
|
|
3921
|
+
Arn?: string | undefined;
|
|
3871
3922
|
/**
|
|
3872
3923
|
* <p>The ID of the job. This ID is unique while the job is running. After the job is completed, you can reuse this ID for another job.</p>
|
|
3873
3924
|
* @public
|
|
3874
3925
|
*/
|
|
3875
|
-
AssetBundleExportJobId?: string;
|
|
3926
|
+
AssetBundleExportJobId?: string | undefined;
|
|
3876
3927
|
/**
|
|
3877
3928
|
* <p>The Amazon Web Services response ID for this operation.</p>
|
|
3878
3929
|
* @public
|
|
3879
3930
|
*/
|
|
3880
|
-
RequestId?: string;
|
|
3931
|
+
RequestId?: string | undefined;
|
|
3881
3932
|
/**
|
|
3882
3933
|
* <p>The HTTP status of the response.</p>
|
|
3883
3934
|
* @public
|
|
3884
3935
|
*/
|
|
3885
|
-
Status?: number;
|
|
3936
|
+
Status?: number | undefined;
|
|
3886
3937
|
}
|
|
3887
3938
|
/**
|
|
3888
3939
|
* @public
|
|
@@ -3908,7 +3959,7 @@ export interface StartAssetBundleImportJobRequest {
|
|
|
3908
3959
|
* <p>Optional overrides that are applied to the resource configuration before import.</p>
|
|
3909
3960
|
* @public
|
|
3910
3961
|
*/
|
|
3911
|
-
OverrideParameters?: AssetBundleImportJobOverrideParameters;
|
|
3962
|
+
OverrideParameters?: AssetBundleImportJobOverrideParameters | undefined;
|
|
3912
3963
|
/**
|
|
3913
3964
|
* <p>The failure action for the import job.</p>
|
|
3914
3965
|
* <p>If you choose <code>ROLLBACK</code>, failed import jobs will attempt to undo any asset changes caused by the failed job.</p>
|
|
@@ -3916,22 +3967,22 @@ export interface StartAssetBundleImportJobRequest {
|
|
|
3916
3967
|
* any asset changes caused by the failed job, possibly keeping the Amazon QuickSight account in an inconsistent state.</p>
|
|
3917
3968
|
* @public
|
|
3918
3969
|
*/
|
|
3919
|
-
FailureAction?: AssetBundleImportFailureAction;
|
|
3970
|
+
FailureAction?: AssetBundleImportFailureAction | undefined;
|
|
3920
3971
|
/**
|
|
3921
3972
|
* <p>Optional permission overrides that are applied to the resource configuration before import.</p>
|
|
3922
3973
|
* @public
|
|
3923
3974
|
*/
|
|
3924
|
-
OverridePermissions?: AssetBundleImportJobOverridePermissions;
|
|
3975
|
+
OverridePermissions?: AssetBundleImportJobOverridePermissions | undefined;
|
|
3925
3976
|
/**
|
|
3926
3977
|
* <p>Optional tag overrides that are applied to the resource configuration before import.</p>
|
|
3927
3978
|
* @public
|
|
3928
3979
|
*/
|
|
3929
|
-
OverrideTags?: AssetBundleImportJobOverrideTags;
|
|
3980
|
+
OverrideTags?: AssetBundleImportJobOverrideTags | undefined;
|
|
3930
3981
|
/**
|
|
3931
3982
|
* <p>An optional validation strategy override for all analyses and dashboards that is applied to the resource configuration before import. </p>
|
|
3932
3983
|
* @public
|
|
3933
3984
|
*/
|
|
3934
|
-
OverrideValidationStrategy?: AssetBundleImportJobOverrideValidationStrategy;
|
|
3985
|
+
OverrideValidationStrategy?: AssetBundleImportJobOverrideValidationStrategy | undefined;
|
|
3935
3986
|
}
|
|
3936
3987
|
/**
|
|
3937
3988
|
* @public
|
|
@@ -3941,22 +3992,22 @@ export interface StartAssetBundleImportJobResponse {
|
|
|
3941
3992
|
* <p>The Amazon Resource Name (ARN) for the import job.</p>
|
|
3942
3993
|
* @public
|
|
3943
3994
|
*/
|
|
3944
|
-
Arn?: string;
|
|
3995
|
+
Arn?: string | undefined;
|
|
3945
3996
|
/**
|
|
3946
3997
|
* <p>The ID of the job. This ID is unique while the job is running. After the job is completed, you can reuse this ID for another job.</p>
|
|
3947
3998
|
* @public
|
|
3948
3999
|
*/
|
|
3949
|
-
AssetBundleImportJobId?: string;
|
|
4000
|
+
AssetBundleImportJobId?: string | undefined;
|
|
3950
4001
|
/**
|
|
3951
4002
|
* <p>The Amazon Web Services response ID for this operation.</p>
|
|
3952
4003
|
* @public
|
|
3953
4004
|
*/
|
|
3954
|
-
RequestId?: string;
|
|
4005
|
+
RequestId?: string | undefined;
|
|
3955
4006
|
/**
|
|
3956
4007
|
* <p>The HTTP status of the response.</p>
|
|
3957
4008
|
* @public
|
|
3958
4009
|
*/
|
|
3959
|
-
Status?: number;
|
|
4010
|
+
Status?: number | undefined;
|
|
3960
4011
|
}
|
|
3961
4012
|
/**
|
|
3962
4013
|
* <p>A structure that contains information on the anonymous user configuration.</p>
|
|
@@ -3968,7 +4019,7 @@ export interface SnapshotAnonymousUser {
|
|
|
3968
4019
|
* <p>These are not the tags that are used for Amazon Web Services resource tagging. For more information on row level security in Amazon QuickSight, see <a href="https://docs.aws.amazon.com/quicksight/latest/user/quicksight-dev-rls-tags.html">Using Row-Level Security (RLS) with Tags</a>in the <i>Amazon QuickSight User Guide</i>.</p>
|
|
3969
4020
|
* @public
|
|
3970
4021
|
*/
|
|
3971
|
-
RowLevelPermissionTags?: SessionTag[];
|
|
4022
|
+
RowLevelPermissionTags?: SessionTag[] | undefined;
|
|
3972
4023
|
}
|
|
3973
4024
|
/**
|
|
3974
4025
|
* <p>A structure that contains information about the users that the dashboard snapshot is generated for.</p>
|
|
@@ -3979,7 +4030,7 @@ export interface SnapshotUserConfiguration {
|
|
|
3979
4030
|
* <p>An array of records that describe the anonymous users that the dashboard snapshot is generated for.</p>
|
|
3980
4031
|
* @public
|
|
3981
4032
|
*/
|
|
3982
|
-
AnonymousUsers?: SnapshotAnonymousUser[];
|
|
4033
|
+
AnonymousUsers?: SnapshotAnonymousUser[] | undefined;
|
|
3983
4034
|
}
|
|
3984
4035
|
/**
|
|
3985
4036
|
* @public
|
|
@@ -4021,24 +4072,24 @@ export interface StartDashboardSnapshotJobResponse {
|
|
|
4021
4072
|
* <p>The Amazon Resource Name (ARN) for the dashboard snapshot job.</p>
|
|
4022
4073
|
* @public
|
|
4023
4074
|
*/
|
|
4024
|
-
Arn?: string;
|
|
4075
|
+
Arn?: string | undefined;
|
|
4025
4076
|
/**
|
|
4026
4077
|
* <p>The ID of the job. The job ID is set when you start a new job with a <code>StartDashboardSnapshotJob</code> API call.</p>
|
|
4027
4078
|
* @public
|
|
4028
4079
|
*/
|
|
4029
|
-
SnapshotJobId?: string;
|
|
4080
|
+
SnapshotJobId?: string | undefined;
|
|
4030
4081
|
/**
|
|
4031
4082
|
* <p>
|
|
4032
4083
|
* The Amazon Web Services request ID for this operation.
|
|
4033
4084
|
* </p>
|
|
4034
4085
|
* @public
|
|
4035
4086
|
*/
|
|
4036
|
-
RequestId?: string;
|
|
4087
|
+
RequestId?: string | undefined;
|
|
4037
4088
|
/**
|
|
4038
4089
|
* <p>The HTTP status of the request</p>
|
|
4039
4090
|
* @public
|
|
4040
4091
|
*/
|
|
4041
|
-
Status?: number;
|
|
4092
|
+
Status?: number | undefined;
|
|
4042
4093
|
}
|
|
4043
4094
|
/**
|
|
4044
4095
|
* @public
|
|
@@ -4071,12 +4122,12 @@ export interface StartDashboardSnapshotJobScheduleResponse {
|
|
|
4071
4122
|
* </p>
|
|
4072
4123
|
* @public
|
|
4073
4124
|
*/
|
|
4074
|
-
RequestId?: string;
|
|
4125
|
+
RequestId?: string | undefined;
|
|
4075
4126
|
/**
|
|
4076
4127
|
* <p>The HTTP status of the request</p>
|
|
4077
4128
|
* @public
|
|
4078
4129
|
*/
|
|
4079
|
-
Status?: number;
|
|
4130
|
+
Status?: number | undefined;
|
|
4080
4131
|
}
|
|
4081
4132
|
/**
|
|
4082
4133
|
* @public
|
|
@@ -4101,12 +4152,12 @@ export interface TagResourceResponse {
|
|
|
4101
4152
|
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
4102
4153
|
* @public
|
|
4103
4154
|
*/
|
|
4104
|
-
RequestId?: string;
|
|
4155
|
+
RequestId?: string | undefined;
|
|
4105
4156
|
/**
|
|
4106
4157
|
* <p>The HTTP status of the request.</p>
|
|
4107
4158
|
* @public
|
|
4108
4159
|
*/
|
|
4109
|
-
Status?: number;
|
|
4160
|
+
Status?: number | undefined;
|
|
4110
4161
|
}
|
|
4111
4162
|
/**
|
|
4112
4163
|
* @public
|
|
@@ -4131,12 +4182,12 @@ export interface UntagResourceResponse {
|
|
|
4131
4182
|
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
4132
4183
|
* @public
|
|
4133
4184
|
*/
|
|
4134
|
-
RequestId?: string;
|
|
4185
|
+
RequestId?: string | undefined;
|
|
4135
4186
|
/**
|
|
4136
4187
|
* <p>The HTTP status of the request.</p>
|
|
4137
4188
|
* @public
|
|
4138
4189
|
*/
|
|
4139
|
-
Status?: number;
|
|
4190
|
+
Status?: number | undefined;
|
|
4140
4191
|
}
|
|
4141
4192
|
/**
|
|
4142
4193
|
* @public
|
|
@@ -4152,7 +4203,7 @@ export interface UpdateAccountCustomizationRequest {
|
|
|
4152
4203
|
* <p>The namespace that you want to update Amazon QuickSight customizations for.</p>
|
|
4153
4204
|
* @public
|
|
4154
4205
|
*/
|
|
4155
|
-
Namespace?: string;
|
|
4206
|
+
Namespace?: string | undefined;
|
|
4156
4207
|
/**
|
|
4157
4208
|
* <p>The Amazon QuickSight customizations you're updating in the current Amazon Web Services Region. </p>
|
|
4158
4209
|
* @public
|
|
@@ -4167,33 +4218,33 @@ export interface UpdateAccountCustomizationResponse {
|
|
|
4167
4218
|
* <p>The Amazon Resource Name (ARN) for the updated customization for this Amazon Web Services account.</p>
|
|
4168
4219
|
* @public
|
|
4169
4220
|
*/
|
|
4170
|
-
Arn?: string;
|
|
4221
|
+
Arn?: string | undefined;
|
|
4171
4222
|
/**
|
|
4172
4223
|
* <p>The ID for the Amazon Web Services account that you want to update Amazon QuickSight customizations
|
|
4173
4224
|
* for.</p>
|
|
4174
4225
|
* @public
|
|
4175
4226
|
*/
|
|
4176
|
-
AwsAccountId?: string;
|
|
4227
|
+
AwsAccountId?: string | undefined;
|
|
4177
4228
|
/**
|
|
4178
4229
|
* <p>The namespace associated with the customization that you're updating.</p>
|
|
4179
4230
|
* @public
|
|
4180
4231
|
*/
|
|
4181
|
-
Namespace?: string;
|
|
4232
|
+
Namespace?: string | undefined;
|
|
4182
4233
|
/**
|
|
4183
4234
|
* <p>The Amazon QuickSight customizations you're updating in the current Amazon Web Services Region. </p>
|
|
4184
4235
|
* @public
|
|
4185
4236
|
*/
|
|
4186
|
-
AccountCustomization?: AccountCustomization;
|
|
4237
|
+
AccountCustomization?: AccountCustomization | undefined;
|
|
4187
4238
|
/**
|
|
4188
4239
|
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
4189
4240
|
* @public
|
|
4190
4241
|
*/
|
|
4191
|
-
RequestId?: string;
|
|
4242
|
+
RequestId?: string | undefined;
|
|
4192
4243
|
/**
|
|
4193
4244
|
* <p>The HTTP status of the request.</p>
|
|
4194
4245
|
* @public
|
|
4195
4246
|
*/
|
|
4196
|
-
Status?: number;
|
|
4247
|
+
Status?: number | undefined;
|
|
4197
4248
|
}
|
|
4198
4249
|
/**
|
|
4199
4250
|
* @public
|
|
@@ -4219,12 +4270,12 @@ export interface UpdateAccountSettingsRequest {
|
|
|
4219
4270
|
* Amazon Web Services account or Amazon QuickSight subscription.</p>
|
|
4220
4271
|
* @public
|
|
4221
4272
|
*/
|
|
4222
|
-
NotificationEmail?: string;
|
|
4273
|
+
NotificationEmail?: string | undefined;
|
|
4223
4274
|
/**
|
|
4224
4275
|
* <p>A boolean value that determines whether or not an Amazon QuickSight account can be deleted. A <code>True</code> value doesn't allow the account to be deleted and results in an error message if a user tries to make a <code>DeleteAccountSubscription</code> request. A <code>False</code> value will allow the account to be deleted.</p>
|
|
4225
4276
|
* @public
|
|
4226
4277
|
*/
|
|
4227
|
-
TerminationProtectionEnabled?: boolean;
|
|
4278
|
+
TerminationProtectionEnabled?: boolean | undefined;
|
|
4228
4279
|
}
|
|
4229
4280
|
/**
|
|
4230
4281
|
* @public
|
|
@@ -4234,12 +4285,12 @@ export interface UpdateAccountSettingsResponse {
|
|
|
4234
4285
|
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
4235
4286
|
* @public
|
|
4236
4287
|
*/
|
|
4237
|
-
RequestId?: string;
|
|
4288
|
+
RequestId?: string | undefined;
|
|
4238
4289
|
/**
|
|
4239
4290
|
* <p>The HTTP status of the request.</p>
|
|
4240
4291
|
* @public
|
|
4241
4292
|
*/
|
|
4242
|
-
Status?: number;
|
|
4293
|
+
Status?: number | undefined;
|
|
4243
4294
|
}
|
|
4244
4295
|
/**
|
|
4245
4296
|
* @public
|
|
@@ -4267,31 +4318,31 @@ export interface UpdateAnalysisRequest {
|
|
|
4267
4318
|
* any parameter type, and some parameters might accept multiple values. </p>
|
|
4268
4319
|
* @public
|
|
4269
4320
|
*/
|
|
4270
|
-
Parameters?: _Parameters;
|
|
4321
|
+
Parameters?: _Parameters | undefined;
|
|
4271
4322
|
/**
|
|
4272
4323
|
* <p>A source entity to use for the analysis that you're updating. This metadata structure
|
|
4273
4324
|
* contains details that describe a source template and one or more datasets.</p>
|
|
4274
4325
|
* @public
|
|
4275
4326
|
*/
|
|
4276
|
-
SourceEntity?: AnalysisSourceEntity;
|
|
4327
|
+
SourceEntity?: AnalysisSourceEntity | undefined;
|
|
4277
4328
|
/**
|
|
4278
4329
|
* <p>The Amazon Resource Name (ARN) for the theme to apply to the analysis that you're
|
|
4279
4330
|
* creating. To see the theme in the Amazon QuickSight console, make sure that you have access to
|
|
4280
4331
|
* it.</p>
|
|
4281
4332
|
* @public
|
|
4282
4333
|
*/
|
|
4283
|
-
ThemeArn?: string;
|
|
4334
|
+
ThemeArn?: string | undefined;
|
|
4284
4335
|
/**
|
|
4285
4336
|
* <p>The definition of an analysis.</p>
|
|
4286
4337
|
* <p>A definition is the data model of all features in a Dashboard, Template, or Analysis.</p>
|
|
4287
4338
|
* @public
|
|
4288
4339
|
*/
|
|
4289
|
-
Definition?: AnalysisDefinition;
|
|
4340
|
+
Definition?: AnalysisDefinition | undefined;
|
|
4290
4341
|
/**
|
|
4291
4342
|
* <p>The option to relax the validation needed to update an analysis with definition objects. This skips the validation step for specific errors.</p>
|
|
4292
4343
|
* @public
|
|
4293
4344
|
*/
|
|
4294
|
-
ValidationStrategy?: ValidationStrategy;
|
|
4345
|
+
ValidationStrategy?: ValidationStrategy | undefined;
|
|
4295
4346
|
}
|
|
4296
4347
|
/**
|
|
4297
4348
|
* @public
|
|
@@ -4301,27 +4352,27 @@ export interface UpdateAnalysisResponse {
|
|
|
4301
4352
|
* <p>The ARN of the analysis that you're updating.</p>
|
|
4302
4353
|
* @public
|
|
4303
4354
|
*/
|
|
4304
|
-
Arn?: string;
|
|
4355
|
+
Arn?: string | undefined;
|
|
4305
4356
|
/**
|
|
4306
4357
|
* <p>The ID of the analysis.</p>
|
|
4307
4358
|
* @public
|
|
4308
4359
|
*/
|
|
4309
|
-
AnalysisId?: string;
|
|
4360
|
+
AnalysisId?: string | undefined;
|
|
4310
4361
|
/**
|
|
4311
4362
|
* <p>The update status of the last update that was made to the analysis.</p>
|
|
4312
4363
|
* @public
|
|
4313
4364
|
*/
|
|
4314
|
-
UpdateStatus?: ResourceStatus;
|
|
4365
|
+
UpdateStatus?: ResourceStatus | undefined;
|
|
4315
4366
|
/**
|
|
4316
4367
|
* <p>The HTTP status of the request.</p>
|
|
4317
4368
|
* @public
|
|
4318
4369
|
*/
|
|
4319
|
-
Status?: number;
|
|
4370
|
+
Status?: number | undefined;
|
|
4320
4371
|
/**
|
|
4321
4372
|
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
4322
4373
|
* @public
|
|
4323
4374
|
*/
|
|
4324
|
-
RequestId?: string;
|
|
4375
|
+
RequestId?: string | undefined;
|
|
4325
4376
|
}
|
|
4326
4377
|
/**
|
|
4327
4378
|
* @public
|
|
@@ -4344,13 +4395,13 @@ export interface UpdateAnalysisPermissionsRequest {
|
|
|
4344
4395
|
* to.</p>
|
|
4345
4396
|
* @public
|
|
4346
4397
|
*/
|
|
4347
|
-
GrantPermissions?: ResourcePermission[];
|
|
4398
|
+
GrantPermissions?: ResourcePermission[] | undefined;
|
|
4348
4399
|
/**
|
|
4349
4400
|
* <p>A structure that describes the permissions to remove and the principal to remove them
|
|
4350
4401
|
* from.</p>
|
|
4351
4402
|
* @public
|
|
4352
4403
|
*/
|
|
4353
|
-
RevokePermissions?: ResourcePermission[];
|
|
4404
|
+
RevokePermissions?: ResourcePermission[] | undefined;
|
|
4354
4405
|
}
|
|
4355
4406
|
/**
|
|
4356
4407
|
* @public
|
|
@@ -4360,28 +4411,28 @@ export interface UpdateAnalysisPermissionsResponse {
|
|
|
4360
4411
|
* <p>The Amazon Resource Name (ARN) of the analysis that you updated.</p>
|
|
4361
4412
|
* @public
|
|
4362
4413
|
*/
|
|
4363
|
-
AnalysisArn?: string;
|
|
4414
|
+
AnalysisArn?: string | undefined;
|
|
4364
4415
|
/**
|
|
4365
4416
|
* <p>The ID of the analysis that you updated permissions for.</p>
|
|
4366
4417
|
* @public
|
|
4367
4418
|
*/
|
|
4368
|
-
AnalysisId?: string;
|
|
4419
|
+
AnalysisId?: string | undefined;
|
|
4369
4420
|
/**
|
|
4370
4421
|
* <p>A structure that describes the principals and the resource-level permissions on an
|
|
4371
4422
|
* analysis.</p>
|
|
4372
4423
|
* @public
|
|
4373
4424
|
*/
|
|
4374
|
-
Permissions?: ResourcePermission[];
|
|
4425
|
+
Permissions?: ResourcePermission[] | undefined;
|
|
4375
4426
|
/**
|
|
4376
4427
|
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
4377
4428
|
* @public
|
|
4378
4429
|
*/
|
|
4379
|
-
RequestId?: string;
|
|
4430
|
+
RequestId?: string | undefined;
|
|
4380
4431
|
/**
|
|
4381
4432
|
* <p>The HTTP status of the request.</p>
|
|
4382
4433
|
* @public
|
|
4383
4434
|
*/
|
|
4384
|
-
Status?: number;
|
|
4435
|
+
Status?: number | undefined;
|
|
4385
4436
|
}
|
|
4386
4437
|
/**
|
|
4387
4438
|
* @public
|
|
@@ -4419,19 +4470,19 @@ export interface UpdateDashboardRequest {
|
|
|
4419
4470
|
* each dataset must match its placeholder. </p>
|
|
4420
4471
|
* @public
|
|
4421
4472
|
*/
|
|
4422
|
-
SourceEntity?: DashboardSourceEntity;
|
|
4473
|
+
SourceEntity?: DashboardSourceEntity | undefined;
|
|
4423
4474
|
/**
|
|
4424
4475
|
* <p>A structure that contains the parameters of the dashboard. These are parameter
|
|
4425
4476
|
* overrides for a dashboard. A dashboard can have any type of parameters, and some
|
|
4426
4477
|
* parameters might accept multiple values.</p>
|
|
4427
4478
|
* @public
|
|
4428
4479
|
*/
|
|
4429
|
-
Parameters?: _Parameters;
|
|
4480
|
+
Parameters?: _Parameters | undefined;
|
|
4430
4481
|
/**
|
|
4431
4482
|
* <p>A description for the first version of the dashboard being created.</p>
|
|
4432
4483
|
* @public
|
|
4433
4484
|
*/
|
|
4434
|
-
VersionDescription?: string;
|
|
4485
|
+
VersionDescription?: string | undefined;
|
|
4435
4486
|
/**
|
|
4436
4487
|
* <p>Options for publishing the dashboard when you create it:</p>
|
|
4437
4488
|
* <ul>
|
|
@@ -4459,7 +4510,7 @@ export interface UpdateDashboardRequest {
|
|
|
4459
4510
|
* </ul>
|
|
4460
4511
|
* @public
|
|
4461
4512
|
*/
|
|
4462
|
-
DashboardPublishOptions?: DashboardPublishOptions;
|
|
4513
|
+
DashboardPublishOptions?: DashboardPublishOptions | undefined;
|
|
4463
4514
|
/**
|
|
4464
4515
|
* <p>The Amazon Resource Name (ARN) of the theme that is being used for this dashboard. If
|
|
4465
4516
|
* you add a value for this field, it overrides the value that was originally associated
|
|
@@ -4467,18 +4518,18 @@ export interface UpdateDashboardRequest {
|
|
|
4467
4518
|
* dashboard.</p>
|
|
4468
4519
|
* @public
|
|
4469
4520
|
*/
|
|
4470
|
-
ThemeArn?: string;
|
|
4521
|
+
ThemeArn?: string | undefined;
|
|
4471
4522
|
/**
|
|
4472
4523
|
* <p>The definition of a dashboard.</p>
|
|
4473
4524
|
* <p>A definition is the data model of all features in a Dashboard, Template, or Analysis.</p>
|
|
4474
4525
|
* @public
|
|
4475
4526
|
*/
|
|
4476
|
-
Definition?: DashboardVersionDefinition;
|
|
4527
|
+
Definition?: DashboardVersionDefinition | undefined;
|
|
4477
4528
|
/**
|
|
4478
4529
|
* <p>The option to relax the validation needed to update a dashboard with definition objects. This skips the validation step for specific errors.</p>
|
|
4479
4530
|
* @public
|
|
4480
4531
|
*/
|
|
4481
|
-
ValidationStrategy?: ValidationStrategy;
|
|
4532
|
+
ValidationStrategy?: ValidationStrategy | undefined;
|
|
4482
4533
|
}
|
|
4483
4534
|
/**
|
|
4484
4535
|
* @public
|
|
@@ -4488,32 +4539,32 @@ export interface UpdateDashboardResponse {
|
|
|
4488
4539
|
* <p>The Amazon Resource Name (ARN) of the resource.</p>
|
|
4489
4540
|
* @public
|
|
4490
4541
|
*/
|
|
4491
|
-
Arn?: string;
|
|
4542
|
+
Arn?: string | undefined;
|
|
4492
4543
|
/**
|
|
4493
4544
|
* <p>The ARN of the dashboard, including the version number.</p>
|
|
4494
4545
|
* @public
|
|
4495
4546
|
*/
|
|
4496
|
-
VersionArn?: string;
|
|
4547
|
+
VersionArn?: string | undefined;
|
|
4497
4548
|
/**
|
|
4498
4549
|
* <p>The ID for the dashboard.</p>
|
|
4499
4550
|
* @public
|
|
4500
4551
|
*/
|
|
4501
|
-
DashboardId?: string;
|
|
4552
|
+
DashboardId?: string | undefined;
|
|
4502
4553
|
/**
|
|
4503
4554
|
* <p>The creation status of the request.</p>
|
|
4504
4555
|
* @public
|
|
4505
4556
|
*/
|
|
4506
|
-
CreationStatus?: ResourceStatus;
|
|
4557
|
+
CreationStatus?: ResourceStatus | undefined;
|
|
4507
4558
|
/**
|
|
4508
4559
|
* <p>The HTTP status of the request.</p>
|
|
4509
4560
|
* @public
|
|
4510
4561
|
*/
|
|
4511
|
-
Status?: number;
|
|
4562
|
+
Status?: number | undefined;
|
|
4512
4563
|
/**
|
|
4513
4564
|
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
4514
4565
|
* @public
|
|
4515
4566
|
*/
|
|
4516
|
-
RequestId?: string;
|
|
4567
|
+
RequestId?: string | undefined;
|
|
4517
4568
|
}
|
|
4518
4569
|
/**
|
|
4519
4570
|
* @public
|
|
@@ -4543,22 +4594,22 @@ export interface UpdateDashboardLinksResponse {
|
|
|
4543
4594
|
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
4544
4595
|
* @public
|
|
4545
4596
|
*/
|
|
4546
|
-
RequestId?: string;
|
|
4597
|
+
RequestId?: string | undefined;
|
|
4547
4598
|
/**
|
|
4548
4599
|
* <p>The HTTP status of the request.</p>
|
|
4549
4600
|
* @public
|
|
4550
4601
|
*/
|
|
4551
|
-
Status?: number;
|
|
4602
|
+
Status?: number | undefined;
|
|
4552
4603
|
/**
|
|
4553
4604
|
* <p>The Amazon Resource Name (ARN) of the dashboard.</p>
|
|
4554
4605
|
* @public
|
|
4555
4606
|
*/
|
|
4556
|
-
DashboardArn?: string;
|
|
4607
|
+
DashboardArn?: string | undefined;
|
|
4557
4608
|
/**
|
|
4558
4609
|
* <p>A list of analysis Amazon Resource Names (ARNs) to be linked to the dashboard.</p>
|
|
4559
4610
|
* @public
|
|
4560
4611
|
*/
|
|
4561
|
-
LinkEntities?: string[];
|
|
4612
|
+
LinkEntities?: string[] | undefined;
|
|
4562
4613
|
}
|
|
4563
4614
|
/**
|
|
4564
4615
|
* @public
|
|
@@ -4579,22 +4630,22 @@ export interface UpdateDashboardPermissionsRequest {
|
|
|
4579
4630
|
* <p>The permissions that you want to grant on this resource.</p>
|
|
4580
4631
|
* @public
|
|
4581
4632
|
*/
|
|
4582
|
-
GrantPermissions?: ResourcePermission[];
|
|
4633
|
+
GrantPermissions?: ResourcePermission[] | undefined;
|
|
4583
4634
|
/**
|
|
4584
4635
|
* <p>The permissions that you want to revoke from this resource.</p>
|
|
4585
4636
|
* @public
|
|
4586
4637
|
*/
|
|
4587
|
-
RevokePermissions?: ResourcePermission[];
|
|
4638
|
+
RevokePermissions?: ResourcePermission[] | undefined;
|
|
4588
4639
|
/**
|
|
4589
4640
|
* <p>Grants link permissions to all users in a defined namespace.</p>
|
|
4590
4641
|
* @public
|
|
4591
4642
|
*/
|
|
4592
|
-
GrantLinkPermissions?: ResourcePermission[];
|
|
4643
|
+
GrantLinkPermissions?: ResourcePermission[] | undefined;
|
|
4593
4644
|
/**
|
|
4594
4645
|
* <p>Revokes link permissions from all users in a defined namespace.</p>
|
|
4595
4646
|
* @public
|
|
4596
4647
|
*/
|
|
4597
|
-
RevokeLinkPermissions?: ResourcePermission[];
|
|
4648
|
+
RevokeLinkPermissions?: ResourcePermission[] | undefined;
|
|
4598
4649
|
}
|
|
4599
4650
|
/**
|
|
4600
4651
|
* @public
|
|
@@ -4604,32 +4655,32 @@ export interface UpdateDashboardPermissionsResponse {
|
|
|
4604
4655
|
* <p>The Amazon Resource Name (ARN) of the dashboard.</p>
|
|
4605
4656
|
* @public
|
|
4606
4657
|
*/
|
|
4607
|
-
DashboardArn?: string;
|
|
4658
|
+
DashboardArn?: string | undefined;
|
|
4608
4659
|
/**
|
|
4609
4660
|
* <p>The ID for the dashboard.</p>
|
|
4610
4661
|
* @public
|
|
4611
4662
|
*/
|
|
4612
|
-
DashboardId?: string;
|
|
4663
|
+
DashboardId?: string | undefined;
|
|
4613
4664
|
/**
|
|
4614
4665
|
* <p>Information about the permissions on the dashboard.</p>
|
|
4615
4666
|
* @public
|
|
4616
4667
|
*/
|
|
4617
|
-
Permissions?: ResourcePermission[];
|
|
4668
|
+
Permissions?: ResourcePermission[] | undefined;
|
|
4618
4669
|
/**
|
|
4619
4670
|
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
4620
4671
|
* @public
|
|
4621
4672
|
*/
|
|
4622
|
-
RequestId?: string;
|
|
4673
|
+
RequestId?: string | undefined;
|
|
4623
4674
|
/**
|
|
4624
4675
|
* <p>The HTTP status of the request.</p>
|
|
4625
4676
|
* @public
|
|
4626
4677
|
*/
|
|
4627
|
-
Status?: number;
|
|
4678
|
+
Status?: number | undefined;
|
|
4628
4679
|
/**
|
|
4629
4680
|
* <p>Updates the permissions of a shared link to an Amazon QuickSight dashboard.</p>
|
|
4630
4681
|
* @public
|
|
4631
4682
|
*/
|
|
4632
|
-
LinkSharingConfiguration?: LinkSharingConfiguration;
|
|
4683
|
+
LinkSharingConfiguration?: LinkSharingConfiguration | undefined;
|
|
4633
4684
|
}
|
|
4634
4685
|
/**
|
|
4635
4686
|
* @public
|
|
@@ -4660,22 +4711,22 @@ export interface UpdateDashboardPublishedVersionResponse {
|
|
|
4660
4711
|
* <p>The ID for the dashboard.</p>
|
|
4661
4712
|
* @public
|
|
4662
4713
|
*/
|
|
4663
|
-
DashboardId?: string;
|
|
4714
|
+
DashboardId?: string | undefined;
|
|
4664
4715
|
/**
|
|
4665
4716
|
* <p>The Amazon Resource Name (ARN) of the dashboard.</p>
|
|
4666
4717
|
* @public
|
|
4667
4718
|
*/
|
|
4668
|
-
DashboardArn?: string;
|
|
4719
|
+
DashboardArn?: string | undefined;
|
|
4669
4720
|
/**
|
|
4670
4721
|
* <p>The HTTP status of the request.</p>
|
|
4671
4722
|
* @public
|
|
4672
4723
|
*/
|
|
4673
|
-
Status?: number;
|
|
4724
|
+
Status?: number | undefined;
|
|
4674
4725
|
/**
|
|
4675
4726
|
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
4676
4727
|
* @public
|
|
4677
4728
|
*/
|
|
4678
|
-
RequestId?: string;
|
|
4729
|
+
RequestId?: string | undefined;
|
|
4679
4730
|
}
|
|
4680
4731
|
/**
|
|
4681
4732
|
* @public
|
|
@@ -4706,7 +4757,7 @@ export interface UpdateDataSetRequest {
|
|
|
4706
4757
|
* <p>Configures the combination and transformation of the data from the physical tables.</p>
|
|
4707
4758
|
* @public
|
|
4708
4759
|
*/
|
|
4709
|
-
LogicalTableMap?: Record<string, LogicalTable
|
|
4760
|
+
LogicalTableMap?: Record<string, LogicalTable> | undefined;
|
|
4710
4761
|
/**
|
|
4711
4762
|
* <p>Indicates whether you want to import the data into SPICE.</p>
|
|
4712
4763
|
* @public
|
|
@@ -4716,39 +4767,39 @@ export interface UpdateDataSetRequest {
|
|
|
4716
4767
|
* <p>Groupings of columns that work together in certain Amazon QuickSight features. Currently, only geospatial hierarchy is supported.</p>
|
|
4717
4768
|
* @public
|
|
4718
4769
|
*/
|
|
4719
|
-
ColumnGroups?: ColumnGroup[];
|
|
4770
|
+
ColumnGroups?: ColumnGroup[] | undefined;
|
|
4720
4771
|
/**
|
|
4721
4772
|
* <p>The folder that contains fields and nested subfolders for your dataset.</p>
|
|
4722
4773
|
* @public
|
|
4723
4774
|
*/
|
|
4724
|
-
FieldFolders?: Record<string, FieldFolder
|
|
4775
|
+
FieldFolders?: Record<string, FieldFolder> | undefined;
|
|
4725
4776
|
/**
|
|
4726
4777
|
* <p>The row-level security configuration for the data you want to create.</p>
|
|
4727
4778
|
* @public
|
|
4728
4779
|
*/
|
|
4729
|
-
RowLevelPermissionDataSet?: RowLevelPermissionDataSet;
|
|
4780
|
+
RowLevelPermissionDataSet?: RowLevelPermissionDataSet | undefined;
|
|
4730
4781
|
/**
|
|
4731
4782
|
* <p>The configuration of tags on a dataset to set row-level security. Row-level security tags are currently supported for anonymous embedding only.</p>
|
|
4732
4783
|
* @public
|
|
4733
4784
|
*/
|
|
4734
|
-
RowLevelPermissionTagConfiguration?: RowLevelPermissionTagConfiguration;
|
|
4785
|
+
RowLevelPermissionTagConfiguration?: RowLevelPermissionTagConfiguration | undefined;
|
|
4735
4786
|
/**
|
|
4736
4787
|
* <p>A set of one or more definitions of a <code>
|
|
4737
4788
|
* <a href="https://docs.aws.amazon.com/quicksight/latest/APIReference/API_ColumnLevelPermissionRule.html">ColumnLevelPermissionRule</a>
|
|
4738
4789
|
* </code>.</p>
|
|
4739
4790
|
* @public
|
|
4740
4791
|
*/
|
|
4741
|
-
ColumnLevelPermissionRules?: ColumnLevelPermissionRule[];
|
|
4792
|
+
ColumnLevelPermissionRules?: ColumnLevelPermissionRule[] | undefined;
|
|
4742
4793
|
/**
|
|
4743
4794
|
* <p>The usage configuration to apply to child datasets that reference this dataset as a source.</p>
|
|
4744
4795
|
* @public
|
|
4745
4796
|
*/
|
|
4746
|
-
DataSetUsageConfiguration?: DataSetUsageConfiguration;
|
|
4797
|
+
DataSetUsageConfiguration?: DataSetUsageConfiguration | undefined;
|
|
4747
4798
|
/**
|
|
4748
4799
|
* <p>The parameter declarations of the dataset.</p>
|
|
4749
4800
|
* @public
|
|
4750
4801
|
*/
|
|
4751
|
-
DatasetParameters?: DatasetParameter[];
|
|
4802
|
+
DatasetParameters?: DatasetParameter[] | undefined;
|
|
4752
4803
|
}
|
|
4753
4804
|
/**
|
|
4754
4805
|
* @public
|
|
@@ -4758,34 +4809,34 @@ export interface UpdateDataSetResponse {
|
|
|
4758
4809
|
* <p>The Amazon Resource Name (ARN) of the dataset.</p>
|
|
4759
4810
|
* @public
|
|
4760
4811
|
*/
|
|
4761
|
-
Arn?: string;
|
|
4812
|
+
Arn?: string | undefined;
|
|
4762
4813
|
/**
|
|
4763
4814
|
* <p>The ID for the dataset that you want to create. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.</p>
|
|
4764
4815
|
* @public
|
|
4765
4816
|
*/
|
|
4766
|
-
DataSetId?: string;
|
|
4817
|
+
DataSetId?: string | undefined;
|
|
4767
4818
|
/**
|
|
4768
4819
|
* <p>The ARN for the ingestion, which is triggered as a result of dataset creation if the import
|
|
4769
4820
|
* mode is SPICE.</p>
|
|
4770
4821
|
* @public
|
|
4771
4822
|
*/
|
|
4772
|
-
IngestionArn?: string;
|
|
4823
|
+
IngestionArn?: string | undefined;
|
|
4773
4824
|
/**
|
|
4774
4825
|
* <p>The ID of the ingestion, which is triggered as a result of dataset creation if the import
|
|
4775
4826
|
* mode is SPICE.</p>
|
|
4776
4827
|
* @public
|
|
4777
4828
|
*/
|
|
4778
|
-
IngestionId?: string;
|
|
4829
|
+
IngestionId?: string | undefined;
|
|
4779
4830
|
/**
|
|
4780
4831
|
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
4781
4832
|
* @public
|
|
4782
4833
|
*/
|
|
4783
|
-
RequestId?: string;
|
|
4834
|
+
RequestId?: string | undefined;
|
|
4784
4835
|
/**
|
|
4785
4836
|
* <p>The HTTP status of the request.</p>
|
|
4786
4837
|
* @public
|
|
4787
4838
|
*/
|
|
4788
|
-
Status?: number;
|
|
4839
|
+
Status?: number | undefined;
|
|
4789
4840
|
}
|
|
4790
4841
|
/**
|
|
4791
4842
|
* @public
|
|
@@ -4806,12 +4857,12 @@ export interface UpdateDataSetPermissionsRequest {
|
|
|
4806
4857
|
* <p>The resource permissions that you want to grant to the dataset.</p>
|
|
4807
4858
|
* @public
|
|
4808
4859
|
*/
|
|
4809
|
-
GrantPermissions?: ResourcePermission[];
|
|
4860
|
+
GrantPermissions?: ResourcePermission[] | undefined;
|
|
4810
4861
|
/**
|
|
4811
4862
|
* <p>The resource permissions that you want to revoke from the dataset.</p>
|
|
4812
4863
|
* @public
|
|
4813
4864
|
*/
|
|
4814
|
-
RevokePermissions?: ResourcePermission[];
|
|
4865
|
+
RevokePermissions?: ResourcePermission[] | undefined;
|
|
4815
4866
|
}
|
|
4816
4867
|
/**
|
|
4817
4868
|
* @public
|
|
@@ -4821,23 +4872,23 @@ export interface UpdateDataSetPermissionsResponse {
|
|
|
4821
4872
|
* <p>The Amazon Resource Name (ARN) of the dataset.</p>
|
|
4822
4873
|
* @public
|
|
4823
4874
|
*/
|
|
4824
|
-
DataSetArn?: string;
|
|
4875
|
+
DataSetArn?: string | undefined;
|
|
4825
4876
|
/**
|
|
4826
4877
|
* <p>The ID for the dataset whose permissions you want to update. This ID is unique per
|
|
4827
4878
|
* Amazon Web Services Region for each Amazon Web Services account.</p>
|
|
4828
4879
|
* @public
|
|
4829
4880
|
*/
|
|
4830
|
-
DataSetId?: string;
|
|
4881
|
+
DataSetId?: string | undefined;
|
|
4831
4882
|
/**
|
|
4832
4883
|
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
4833
4884
|
* @public
|
|
4834
4885
|
*/
|
|
4835
|
-
RequestId?: string;
|
|
4886
|
+
RequestId?: string | undefined;
|
|
4836
4887
|
/**
|
|
4837
4888
|
* <p>The HTTP status of the request.</p>
|
|
4838
4889
|
* @public
|
|
4839
4890
|
*/
|
|
4840
|
-
Status?: number;
|
|
4891
|
+
Status?: number | undefined;
|
|
4841
4892
|
}
|
|
4842
4893
|
/**
|
|
4843
4894
|
* @public
|
|
@@ -4862,25 +4913,25 @@ export interface UpdateDataSourceRequest {
|
|
|
4862
4913
|
* <p>The parameters that Amazon QuickSight uses to connect to your underlying source.</p>
|
|
4863
4914
|
* @public
|
|
4864
4915
|
*/
|
|
4865
|
-
DataSourceParameters?: DataSourceParameters;
|
|
4916
|
+
DataSourceParameters?: DataSourceParameters | undefined;
|
|
4866
4917
|
/**
|
|
4867
4918
|
* <p>The credentials that Amazon QuickSight that uses to connect to your underlying source. Currently,
|
|
4868
4919
|
* only credentials based on user name and password are supported.</p>
|
|
4869
4920
|
* @public
|
|
4870
4921
|
*/
|
|
4871
|
-
Credentials?: DataSourceCredentials;
|
|
4922
|
+
Credentials?: DataSourceCredentials | undefined;
|
|
4872
4923
|
/**
|
|
4873
4924
|
* <p>Use this parameter only when you want Amazon QuickSight to use a VPC connection when connecting to
|
|
4874
4925
|
* your underlying source.</p>
|
|
4875
4926
|
* @public
|
|
4876
4927
|
*/
|
|
4877
|
-
VpcConnectionProperties?: VpcConnectionProperties;
|
|
4928
|
+
VpcConnectionProperties?: VpcConnectionProperties | undefined;
|
|
4878
4929
|
/**
|
|
4879
4930
|
* <p>Secure Socket Layer (SSL) properties that apply when Amazon QuickSight connects to your underlying
|
|
4880
4931
|
* source.</p>
|
|
4881
4932
|
* @public
|
|
4882
4933
|
*/
|
|
4883
|
-
SslProperties?: SslProperties;
|
|
4934
|
+
SslProperties?: SslProperties | undefined;
|
|
4884
4935
|
}
|
|
4885
4936
|
/**
|
|
4886
4937
|
* @public
|
|
@@ -4890,27 +4941,27 @@ export interface UpdateDataSourceResponse {
|
|
|
4890
4941
|
* <p>The Amazon Resource Name (ARN) of the data source.</p>
|
|
4891
4942
|
* @public
|
|
4892
4943
|
*/
|
|
4893
|
-
Arn?: string;
|
|
4944
|
+
Arn?: string | undefined;
|
|
4894
4945
|
/**
|
|
4895
4946
|
* <p>The ID of the data source. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.</p>
|
|
4896
4947
|
* @public
|
|
4897
4948
|
*/
|
|
4898
|
-
DataSourceId?: string;
|
|
4949
|
+
DataSourceId?: string | undefined;
|
|
4899
4950
|
/**
|
|
4900
4951
|
* <p>The update status of the data source's last update.</p>
|
|
4901
4952
|
* @public
|
|
4902
4953
|
*/
|
|
4903
|
-
UpdateStatus?: ResourceStatus;
|
|
4954
|
+
UpdateStatus?: ResourceStatus | undefined;
|
|
4904
4955
|
/**
|
|
4905
4956
|
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
4906
4957
|
* @public
|
|
4907
4958
|
*/
|
|
4908
|
-
RequestId?: string;
|
|
4959
|
+
RequestId?: string | undefined;
|
|
4909
4960
|
/**
|
|
4910
4961
|
* <p>The HTTP status of the request.</p>
|
|
4911
4962
|
* @public
|
|
4912
4963
|
*/
|
|
4913
|
-
Status?: number;
|
|
4964
|
+
Status?: number | undefined;
|
|
4914
4965
|
}
|
|
4915
4966
|
/**
|
|
4916
4967
|
* @public
|
|
@@ -4930,12 +4981,12 @@ export interface UpdateDataSourcePermissionsRequest {
|
|
|
4930
4981
|
* <p>A list of resource permissions that you want to grant on the data source.</p>
|
|
4931
4982
|
* @public
|
|
4932
4983
|
*/
|
|
4933
|
-
GrantPermissions?: ResourcePermission[];
|
|
4984
|
+
GrantPermissions?: ResourcePermission[] | undefined;
|
|
4934
4985
|
/**
|
|
4935
4986
|
* <p>A list of resource permissions that you want to revoke on the data source.</p>
|
|
4936
4987
|
* @public
|
|
4937
4988
|
*/
|
|
4938
|
-
RevokePermissions?: ResourcePermission[];
|
|
4989
|
+
RevokePermissions?: ResourcePermission[] | undefined;
|
|
4939
4990
|
}
|
|
4940
4991
|
/**
|
|
4941
4992
|
* @public
|
|
@@ -4945,22 +4996,22 @@ export interface UpdateDataSourcePermissionsResponse {
|
|
|
4945
4996
|
* <p>The Amazon Resource Name (ARN) of the data source.</p>
|
|
4946
4997
|
* @public
|
|
4947
4998
|
*/
|
|
4948
|
-
DataSourceArn?: string;
|
|
4999
|
+
DataSourceArn?: string | undefined;
|
|
4949
5000
|
/**
|
|
4950
5001
|
* <p>The ID of the data source. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.</p>
|
|
4951
5002
|
* @public
|
|
4952
5003
|
*/
|
|
4953
|
-
DataSourceId?: string;
|
|
5004
|
+
DataSourceId?: string | undefined;
|
|
4954
5005
|
/**
|
|
4955
5006
|
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
4956
5007
|
* @public
|
|
4957
5008
|
*/
|
|
4958
|
-
RequestId?: string;
|
|
5009
|
+
RequestId?: string | undefined;
|
|
4959
5010
|
/**
|
|
4960
5011
|
* <p>The HTTP status of the request.</p>
|
|
4961
5012
|
* @public
|
|
4962
5013
|
*/
|
|
4963
|
-
Status?: number;
|
|
5014
|
+
Status?: number | undefined;
|
|
4964
5015
|
}
|
|
4965
5016
|
/**
|
|
4966
5017
|
* @public
|
|
@@ -4990,22 +5041,22 @@ export interface UpdateFolderResponse {
|
|
|
4990
5041
|
* <p>The HTTP status of the request.</p>
|
|
4991
5042
|
* @public
|
|
4992
5043
|
*/
|
|
4993
|
-
Status?: number;
|
|
5044
|
+
Status?: number | undefined;
|
|
4994
5045
|
/**
|
|
4995
5046
|
* <p>The Amazon Resource Name (ARN) of the folder.</p>
|
|
4996
5047
|
* @public
|
|
4997
5048
|
*/
|
|
4998
|
-
Arn?: string;
|
|
5049
|
+
Arn?: string | undefined;
|
|
4999
5050
|
/**
|
|
5000
5051
|
* <p>The ID of the folder.</p>
|
|
5001
5052
|
* @public
|
|
5002
5053
|
*/
|
|
5003
|
-
FolderId?: string;
|
|
5054
|
+
FolderId?: string | undefined;
|
|
5004
5055
|
/**
|
|
5005
5056
|
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
5006
5057
|
* @public
|
|
5007
5058
|
*/
|
|
5008
|
-
RequestId?: string;
|
|
5059
|
+
RequestId?: string | undefined;
|
|
5009
5060
|
}
|
|
5010
5061
|
/**
|
|
5011
5062
|
* @public
|
|
@@ -5025,12 +5076,12 @@ export interface UpdateFolderPermissionsRequest {
|
|
|
5025
5076
|
* <p>The permissions that you want to grant on a resource. Namespace ARNs are not supported <code>Principal</code> values for folder permissions.</p>
|
|
5026
5077
|
* @public
|
|
5027
5078
|
*/
|
|
5028
|
-
GrantPermissions?: ResourcePermission[];
|
|
5079
|
+
GrantPermissions?: ResourcePermission[] | undefined;
|
|
5029
5080
|
/**
|
|
5030
5081
|
* <p>The permissions that you want to revoke from a resource. Namespace ARNs are not supported <code>Principal</code> values for folder permissions.</p>
|
|
5031
5082
|
* @public
|
|
5032
5083
|
*/
|
|
5033
|
-
RevokePermissions?: ResourcePermission[];
|
|
5084
|
+
RevokePermissions?: ResourcePermission[] | undefined;
|
|
5034
5085
|
}
|
|
5035
5086
|
/**
|
|
5036
5087
|
* @public
|
|
@@ -5040,27 +5091,27 @@ export interface UpdateFolderPermissionsResponse {
|
|
|
5040
5091
|
* <p>The HTTP status of the request.</p>
|
|
5041
5092
|
* @public
|
|
5042
5093
|
*/
|
|
5043
|
-
Status?: number;
|
|
5094
|
+
Status?: number | undefined;
|
|
5044
5095
|
/**
|
|
5045
5096
|
* <p>The Amazon Resource Name (ARN) of the folder.</p>
|
|
5046
5097
|
* @public
|
|
5047
5098
|
*/
|
|
5048
|
-
Arn?: string;
|
|
5099
|
+
Arn?: string | undefined;
|
|
5049
5100
|
/**
|
|
5050
5101
|
* <p>The ID of the folder.</p>
|
|
5051
5102
|
* @public
|
|
5052
5103
|
*/
|
|
5053
|
-
FolderId?: string;
|
|
5104
|
+
FolderId?: string | undefined;
|
|
5054
5105
|
/**
|
|
5055
5106
|
* <p>Information about the permissions for the folder.</p>
|
|
5056
5107
|
* @public
|
|
5057
5108
|
*/
|
|
5058
|
-
Permissions?: ResourcePermission[];
|
|
5109
|
+
Permissions?: ResourcePermission[] | undefined;
|
|
5059
5110
|
/**
|
|
5060
5111
|
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
5061
5112
|
* @public
|
|
5062
5113
|
*/
|
|
5063
|
-
RequestId?: string;
|
|
5114
|
+
RequestId?: string | undefined;
|
|
5064
5115
|
}
|
|
5065
5116
|
/**
|
|
5066
5117
|
* @public
|
|
@@ -5075,7 +5126,7 @@ export interface UpdateGroupRequest {
|
|
|
5075
5126
|
* <p>The description for the group that you want to update.</p>
|
|
5076
5127
|
* @public
|
|
5077
5128
|
*/
|
|
5078
|
-
Description?: string;
|
|
5129
|
+
Description?: string | undefined;
|
|
5079
5130
|
/**
|
|
5080
5131
|
* <p>The ID for the Amazon Web Services account that the group is in. Currently, you use the ID for the
|
|
5081
5132
|
* Amazon Web Services account that contains your Amazon QuickSight account.</p>
|
|
@@ -5096,17 +5147,17 @@ export interface UpdateGroupResponse {
|
|
|
5096
5147
|
* <p>The name of the group.</p>
|
|
5097
5148
|
* @public
|
|
5098
5149
|
*/
|
|
5099
|
-
Group?: Group;
|
|
5150
|
+
Group?: Group | undefined;
|
|
5100
5151
|
/**
|
|
5101
5152
|
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
5102
5153
|
* @public
|
|
5103
5154
|
*/
|
|
5104
|
-
RequestId?: string;
|
|
5155
|
+
RequestId?: string | undefined;
|
|
5105
5156
|
/**
|
|
5106
5157
|
* <p>The HTTP status of the request.</p>
|
|
5107
5158
|
* @public
|
|
5108
5159
|
*/
|
|
5109
|
-
Status?: number;
|
|
5160
|
+
Status?: number | undefined;
|
|
5110
5161
|
}
|
|
5111
5162
|
/**
|
|
5112
5163
|
* @public
|
|
@@ -5152,19 +5203,19 @@ export interface UpdateIAMPolicyAssignmentRequest {
|
|
|
5152
5203
|
* </ul>
|
|
5153
5204
|
* @public
|
|
5154
5205
|
*/
|
|
5155
|
-
AssignmentStatus?: AssignmentStatus;
|
|
5206
|
+
AssignmentStatus?: AssignmentStatus | undefined;
|
|
5156
5207
|
/**
|
|
5157
5208
|
* <p>The ARN for the IAM policy to apply to the Amazon QuickSight users and
|
|
5158
5209
|
* groups specified in this assignment.</p>
|
|
5159
5210
|
* @public
|
|
5160
5211
|
*/
|
|
5161
|
-
PolicyArn?: string;
|
|
5212
|
+
PolicyArn?: string | undefined;
|
|
5162
5213
|
/**
|
|
5163
5214
|
* <p>The Amazon QuickSight users, groups, or both that you want to assign the policy
|
|
5164
5215
|
* to.</p>
|
|
5165
5216
|
* @public
|
|
5166
5217
|
*/
|
|
5167
|
-
Identities?: Record<string, string[]
|
|
5218
|
+
Identities?: Record<string, string[]> | undefined;
|
|
5168
5219
|
}
|
|
5169
5220
|
/**
|
|
5170
5221
|
* @public
|
|
@@ -5174,24 +5225,24 @@ export interface UpdateIAMPolicyAssignmentResponse {
|
|
|
5174
5225
|
* <p>The name of the assignment or rule.</p>
|
|
5175
5226
|
* @public
|
|
5176
5227
|
*/
|
|
5177
|
-
AssignmentName?: string;
|
|
5228
|
+
AssignmentName?: string | undefined;
|
|
5178
5229
|
/**
|
|
5179
5230
|
* <p>The ID of the assignment.</p>
|
|
5180
5231
|
* @public
|
|
5181
5232
|
*/
|
|
5182
|
-
AssignmentId?: string;
|
|
5233
|
+
AssignmentId?: string | undefined;
|
|
5183
5234
|
/**
|
|
5184
5235
|
* <p>The ARN for the IAM policy applied to the Amazon QuickSight users and
|
|
5185
5236
|
* groups specified in this assignment.</p>
|
|
5186
5237
|
* @public
|
|
5187
5238
|
*/
|
|
5188
|
-
PolicyArn?: string;
|
|
5239
|
+
PolicyArn?: string | undefined;
|
|
5189
5240
|
/**
|
|
5190
5241
|
* <p>The Amazon QuickSight users, groups, or both that the IAM policy is
|
|
5191
5242
|
* assigned to.</p>
|
|
5192
5243
|
* @public
|
|
5193
5244
|
*/
|
|
5194
|
-
Identities?: Record<string, string[]
|
|
5245
|
+
Identities?: Record<string, string[]> | undefined;
|
|
5195
5246
|
/**
|
|
5196
5247
|
* <p>The status of the assignment. Possible values are as follows:</p>
|
|
5197
5248
|
* <ul>
|
|
@@ -5213,17 +5264,17 @@ export interface UpdateIAMPolicyAssignmentResponse {
|
|
|
5213
5264
|
* </ul>
|
|
5214
5265
|
* @public
|
|
5215
5266
|
*/
|
|
5216
|
-
AssignmentStatus?: AssignmentStatus;
|
|
5267
|
+
AssignmentStatus?: AssignmentStatus | undefined;
|
|
5217
5268
|
/**
|
|
5218
5269
|
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
5219
5270
|
* @public
|
|
5220
5271
|
*/
|
|
5221
|
-
RequestId?: string;
|
|
5272
|
+
RequestId?: string | undefined;
|
|
5222
5273
|
/**
|
|
5223
5274
|
* <p>The HTTP status of the request.</p>
|
|
5224
5275
|
* @public
|
|
5225
5276
|
*/
|
|
5226
|
-
Status?: number;
|
|
5277
|
+
Status?: number | undefined;
|
|
5227
5278
|
}
|
|
5228
5279
|
/**
|
|
5229
5280
|
* @public
|
|
@@ -5243,7 +5294,7 @@ export interface UpdateIdentityPropagationConfigRequest {
|
|
|
5243
5294
|
* <p>Specifies a list of application ARNs that represent the authorized targets for a service.</p>
|
|
5244
5295
|
* @public
|
|
5245
5296
|
*/
|
|
5246
|
-
AuthorizedTargets?: string[];
|
|
5297
|
+
AuthorizedTargets?: string[] | undefined;
|
|
5247
5298
|
}
|
|
5248
5299
|
/**
|
|
5249
5300
|
* @public
|
|
@@ -5253,12 +5304,12 @@ export interface UpdateIdentityPropagationConfigResponse {
|
|
|
5253
5304
|
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
5254
5305
|
* @public
|
|
5255
5306
|
*/
|
|
5256
|
-
RequestId?: string;
|
|
5307
|
+
RequestId?: string | undefined;
|
|
5257
5308
|
/**
|
|
5258
5309
|
* <p>The HTTP status of the request.</p>
|
|
5259
5310
|
* @public
|
|
5260
5311
|
*/
|
|
5261
|
-
Status?: number;
|
|
5312
|
+
Status?: number | undefined;
|
|
5262
5313
|
}
|
|
5263
5314
|
/**
|
|
5264
5315
|
* @public
|
|
@@ -5273,22 +5324,22 @@ export interface UpdateIpRestrictionRequest {
|
|
|
5273
5324
|
* <p>A map that describes the updated IP rules with CIDR ranges and descriptions.</p>
|
|
5274
5325
|
* @public
|
|
5275
5326
|
*/
|
|
5276
|
-
IpRestrictionRuleMap?: Record<string, string
|
|
5327
|
+
IpRestrictionRuleMap?: Record<string, string> | undefined;
|
|
5277
5328
|
/**
|
|
5278
5329
|
* <p>A map of VPC IDs and their corresponding rules. When you configure this parameter, traffic from all VPC endpoints that are present in the specified VPC is allowed.</p>
|
|
5279
5330
|
* @public
|
|
5280
5331
|
*/
|
|
5281
|
-
VpcIdRestrictionRuleMap?: Record<string, string
|
|
5332
|
+
VpcIdRestrictionRuleMap?: Record<string, string> | undefined;
|
|
5282
5333
|
/**
|
|
5283
5334
|
* <p>A map of allowed VPC endpoint IDs and their corresponding rule descriptions.</p>
|
|
5284
5335
|
* @public
|
|
5285
5336
|
*/
|
|
5286
|
-
VpcEndpointIdRestrictionRuleMap?: Record<string, string
|
|
5337
|
+
VpcEndpointIdRestrictionRuleMap?: Record<string, string> | undefined;
|
|
5287
5338
|
/**
|
|
5288
5339
|
* <p>A value that specifies whether IP rules are turned on.</p>
|
|
5289
5340
|
* @public
|
|
5290
5341
|
*/
|
|
5291
|
-
Enabled?: boolean;
|
|
5342
|
+
Enabled?: boolean | undefined;
|
|
5292
5343
|
}
|
|
5293
5344
|
/**
|
|
5294
5345
|
* @public
|
|
@@ -5298,17 +5349,17 @@ export interface UpdateIpRestrictionResponse {
|
|
|
5298
5349
|
* <p>The ID of the Amazon Web Services account that contains the IP rules.</p>
|
|
5299
5350
|
* @public
|
|
5300
5351
|
*/
|
|
5301
|
-
AwsAccountId?: string;
|
|
5352
|
+
AwsAccountId?: string | undefined;
|
|
5302
5353
|
/**
|
|
5303
5354
|
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
5304
5355
|
* @public
|
|
5305
5356
|
*/
|
|
5306
|
-
RequestId?: string;
|
|
5357
|
+
RequestId?: string | undefined;
|
|
5307
5358
|
/**
|
|
5308
5359
|
* <p>The HTTP status of the request. </p>
|
|
5309
5360
|
* @public
|
|
5310
5361
|
*/
|
|
5311
|
-
Status?: number;
|
|
5362
|
+
Status?: number | undefined;
|
|
5312
5363
|
}
|
|
5313
5364
|
/**
|
|
5314
5365
|
* @public
|
|
@@ -5349,17 +5400,17 @@ export interface UpdateKeyRegistrationResponse {
|
|
|
5349
5400
|
* <p>A list of all customer managed key registrations that failed to update.</p>
|
|
5350
5401
|
* @public
|
|
5351
5402
|
*/
|
|
5352
|
-
FailedKeyRegistration?: FailedKeyRegistrationEntry[];
|
|
5403
|
+
FailedKeyRegistration?: FailedKeyRegistrationEntry[] | undefined;
|
|
5353
5404
|
/**
|
|
5354
5405
|
* <p>A list of all customer managed key registrations that were successfully updated.</p>
|
|
5355
5406
|
* @public
|
|
5356
5407
|
*/
|
|
5357
|
-
SuccessfulKeyRegistration?: SuccessfulKeyRegistrationEntry[];
|
|
5408
|
+
SuccessfulKeyRegistration?: SuccessfulKeyRegistrationEntry[] | undefined;
|
|
5358
5409
|
/**
|
|
5359
5410
|
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
5360
5411
|
* @public
|
|
5361
5412
|
*/
|
|
5362
|
-
RequestId?: string;
|
|
5413
|
+
RequestId?: string | undefined;
|
|
5363
5414
|
}
|
|
5364
5415
|
/**
|
|
5365
5416
|
* @public
|
|
@@ -5374,7 +5425,7 @@ export interface UpdatePublicSharingSettingsRequest {
|
|
|
5374
5425
|
* <p>A Boolean value that indicates whether public sharing is turned on for an Amazon QuickSight account.</p>
|
|
5375
5426
|
* @public
|
|
5376
5427
|
*/
|
|
5377
|
-
PublicSharingEnabled?: boolean;
|
|
5428
|
+
PublicSharingEnabled?: boolean | undefined;
|
|
5378
5429
|
}
|
|
5379
5430
|
/**
|
|
5380
5431
|
* @public
|
|
@@ -5384,12 +5435,12 @@ export interface UpdatePublicSharingSettingsResponse {
|
|
|
5384
5435
|
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
5385
5436
|
* @public
|
|
5386
5437
|
*/
|
|
5387
|
-
RequestId?: string;
|
|
5438
|
+
RequestId?: string | undefined;
|
|
5388
5439
|
/**
|
|
5389
5440
|
* <p>The HTTP status of the request.</p>
|
|
5390
5441
|
* @public
|
|
5391
5442
|
*/
|
|
5392
|
-
Status?: number;
|
|
5443
|
+
Status?: number | undefined;
|
|
5393
5444
|
}
|
|
5394
5445
|
/**
|
|
5395
5446
|
* @public
|
|
@@ -5414,17 +5465,17 @@ export interface UpdateQPersonalizationConfigurationResponse {
|
|
|
5414
5465
|
* <p>The personalization mode that is used for the personalization configuration.</p>
|
|
5415
5466
|
* @public
|
|
5416
5467
|
*/
|
|
5417
|
-
PersonalizationMode?: PersonalizationMode;
|
|
5468
|
+
PersonalizationMode?: PersonalizationMode | undefined;
|
|
5418
5469
|
/**
|
|
5419
5470
|
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
5420
5471
|
* @public
|
|
5421
5472
|
*/
|
|
5422
|
-
RequestId?: string;
|
|
5473
|
+
RequestId?: string | undefined;
|
|
5423
5474
|
/**
|
|
5424
5475
|
* <p>The HTTP status of the request.</p>
|
|
5425
5476
|
* @public
|
|
5426
5477
|
*/
|
|
5427
|
-
Status?: number;
|
|
5478
|
+
Status?: number | undefined;
|
|
5428
5479
|
}
|
|
5429
5480
|
/**
|
|
5430
5481
|
* @public
|
|
@@ -5454,22 +5505,22 @@ export interface UpdateRefreshScheduleResponse {
|
|
|
5454
5505
|
* <p>The HTTP status of the request.</p>
|
|
5455
5506
|
* @public
|
|
5456
5507
|
*/
|
|
5457
|
-
Status?: number;
|
|
5508
|
+
Status?: number | undefined;
|
|
5458
5509
|
/**
|
|
5459
5510
|
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
5460
5511
|
* @public
|
|
5461
5512
|
*/
|
|
5462
|
-
RequestId?: string;
|
|
5513
|
+
RequestId?: string | undefined;
|
|
5463
5514
|
/**
|
|
5464
5515
|
* <p>The ID of the refresh schedule.</p>
|
|
5465
5516
|
* @public
|
|
5466
5517
|
*/
|
|
5467
|
-
ScheduleId?: string;
|
|
5518
|
+
ScheduleId?: string | undefined;
|
|
5468
5519
|
/**
|
|
5469
5520
|
* <p>The Amazon Resource Name (ARN) for the refresh schedule.</p>
|
|
5470
5521
|
* @public
|
|
5471
5522
|
*/
|
|
5472
|
-
Arn?: string;
|
|
5523
|
+
Arn?: string | undefined;
|
|
5473
5524
|
}
|
|
5474
5525
|
/**
|
|
5475
5526
|
* @public
|
|
@@ -5504,12 +5555,12 @@ export interface UpdateRoleCustomPermissionResponse {
|
|
|
5504
5555
|
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
5505
5556
|
* @public
|
|
5506
5557
|
*/
|
|
5507
|
-
RequestId?: string;
|
|
5558
|
+
RequestId?: string | undefined;
|
|
5508
5559
|
/**
|
|
5509
5560
|
* <p>The HTTP status of the request.</p>
|
|
5510
5561
|
* @public
|
|
5511
5562
|
*/
|
|
5512
|
-
Status?: number;
|
|
5563
|
+
Status?: number | undefined;
|
|
5513
5564
|
}
|
|
5514
5565
|
/**
|
|
5515
5566
|
* @public
|
|
@@ -5544,12 +5595,12 @@ export interface UpdateSPICECapacityConfigurationResponse {
|
|
|
5544
5595
|
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
5545
5596
|
* @public
|
|
5546
5597
|
*/
|
|
5547
|
-
RequestId?: string;
|
|
5598
|
+
RequestId?: string | undefined;
|
|
5548
5599
|
/**
|
|
5549
5600
|
* <p>The HTTP status of the request.</p>
|
|
5550
5601
|
* @public
|
|
5551
5602
|
*/
|
|
5552
|
-
Status?: number;
|
|
5603
|
+
Status?: number | undefined;
|
|
5553
5604
|
}
|
|
5554
5605
|
/**
|
|
5555
5606
|
* @public
|
|
@@ -5578,7 +5629,7 @@ export interface UpdateTemplateRequest {
|
|
|
5578
5629
|
* in the original. The schema in each dataset must match its placeholder. </p>
|
|
5579
5630
|
* @public
|
|
5580
5631
|
*/
|
|
5581
|
-
SourceEntity?: TemplateSourceEntity;
|
|
5632
|
+
SourceEntity?: TemplateSourceEntity | undefined;
|
|
5582
5633
|
/**
|
|
5583
5634
|
* <p>A description of the current template version that is being updated. Every time you call
|
|
5584
5635
|
* <code>UpdateTemplate</code>, you create a new version of the template. Each version
|
|
@@ -5586,23 +5637,23 @@ export interface UpdateTemplateRequest {
|
|
|
5586
5637
|
* <code>VersionDescription</code> field.</p>
|
|
5587
5638
|
* @public
|
|
5588
5639
|
*/
|
|
5589
|
-
VersionDescription?: string;
|
|
5640
|
+
VersionDescription?: string | undefined;
|
|
5590
5641
|
/**
|
|
5591
5642
|
* <p>The name for the template.</p>
|
|
5592
5643
|
* @public
|
|
5593
5644
|
*/
|
|
5594
|
-
Name?: string;
|
|
5645
|
+
Name?: string | undefined;
|
|
5595
5646
|
/**
|
|
5596
5647
|
* <p>The definition of a template.</p>
|
|
5597
5648
|
* <p>A definition is the data model of all features in a Dashboard, Template, or Analysis.</p>
|
|
5598
5649
|
* @public
|
|
5599
5650
|
*/
|
|
5600
|
-
Definition?: TemplateVersionDefinition;
|
|
5651
|
+
Definition?: TemplateVersionDefinition | undefined;
|
|
5601
5652
|
/**
|
|
5602
5653
|
* <p>The option to relax the validation needed to update a template with definition objects. This skips the validation step for specific errors.</p>
|
|
5603
5654
|
* @public
|
|
5604
5655
|
*/
|
|
5605
|
-
ValidationStrategy?: ValidationStrategy;
|
|
5656
|
+
ValidationStrategy?: ValidationStrategy | undefined;
|
|
5606
5657
|
}
|
|
5607
5658
|
/**
|
|
5608
5659
|
* @public
|
|
@@ -5612,32 +5663,32 @@ export interface UpdateTemplateResponse {
|
|
|
5612
5663
|
* <p>The ID for the template.</p>
|
|
5613
5664
|
* @public
|
|
5614
5665
|
*/
|
|
5615
|
-
TemplateId?: string;
|
|
5666
|
+
TemplateId?: string | undefined;
|
|
5616
5667
|
/**
|
|
5617
5668
|
* <p>The Amazon Resource Name (ARN) for the template.</p>
|
|
5618
5669
|
* @public
|
|
5619
5670
|
*/
|
|
5620
|
-
Arn?: string;
|
|
5671
|
+
Arn?: string | undefined;
|
|
5621
5672
|
/**
|
|
5622
5673
|
* <p>The ARN for the template, including the version information of the first version.</p>
|
|
5623
5674
|
* @public
|
|
5624
5675
|
*/
|
|
5625
|
-
VersionArn?: string;
|
|
5676
|
+
VersionArn?: string | undefined;
|
|
5626
5677
|
/**
|
|
5627
5678
|
* <p>The creation status of the template.</p>
|
|
5628
5679
|
* @public
|
|
5629
5680
|
*/
|
|
5630
|
-
CreationStatus?: ResourceStatus;
|
|
5681
|
+
CreationStatus?: ResourceStatus | undefined;
|
|
5631
5682
|
/**
|
|
5632
5683
|
* <p>The HTTP status of the request.</p>
|
|
5633
5684
|
* @public
|
|
5634
5685
|
*/
|
|
5635
|
-
Status?: number;
|
|
5686
|
+
Status?: number | undefined;
|
|
5636
5687
|
/**
|
|
5637
5688
|
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
5638
5689
|
* @public
|
|
5639
5690
|
*/
|
|
5640
|
-
RequestId?: string;
|
|
5691
|
+
RequestId?: string | undefined;
|
|
5641
5692
|
}
|
|
5642
5693
|
/**
|
|
5643
5694
|
* @public
|
|
@@ -5675,17 +5726,17 @@ export interface UpdateTemplateAliasResponse {
|
|
|
5675
5726
|
* <p>The template alias.</p>
|
|
5676
5727
|
* @public
|
|
5677
5728
|
*/
|
|
5678
|
-
TemplateAlias?: TemplateAlias;
|
|
5729
|
+
TemplateAlias?: TemplateAlias | undefined;
|
|
5679
5730
|
/**
|
|
5680
5731
|
* <p>The HTTP status of the request.</p>
|
|
5681
5732
|
* @public
|
|
5682
5733
|
*/
|
|
5683
|
-
Status?: number;
|
|
5734
|
+
Status?: number | undefined;
|
|
5684
5735
|
/**
|
|
5685
5736
|
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
5686
5737
|
* @public
|
|
5687
5738
|
*/
|
|
5688
|
-
RequestId?: string;
|
|
5739
|
+
RequestId?: string | undefined;
|
|
5689
5740
|
}
|
|
5690
5741
|
/**
|
|
5691
5742
|
* @public
|
|
@@ -5705,12 +5756,12 @@ export interface UpdateTemplatePermissionsRequest {
|
|
|
5705
5756
|
* <p>A list of resource permissions to be granted on the template. </p>
|
|
5706
5757
|
* @public
|
|
5707
5758
|
*/
|
|
5708
|
-
GrantPermissions?: ResourcePermission[];
|
|
5759
|
+
GrantPermissions?: ResourcePermission[] | undefined;
|
|
5709
5760
|
/**
|
|
5710
5761
|
* <p>A list of resource permissions to be revoked from the template. </p>
|
|
5711
5762
|
* @public
|
|
5712
5763
|
*/
|
|
5713
|
-
RevokePermissions?: ResourcePermission[];
|
|
5764
|
+
RevokePermissions?: ResourcePermission[] | undefined;
|
|
5714
5765
|
}
|
|
5715
5766
|
/**
|
|
5716
5767
|
* @public
|
|
@@ -5720,27 +5771,27 @@ export interface UpdateTemplatePermissionsResponse {
|
|
|
5720
5771
|
* <p>The ID for the template.</p>
|
|
5721
5772
|
* @public
|
|
5722
5773
|
*/
|
|
5723
|
-
TemplateId?: string;
|
|
5774
|
+
TemplateId?: string | undefined;
|
|
5724
5775
|
/**
|
|
5725
5776
|
* <p>The Amazon Resource Name (ARN) of the template.</p>
|
|
5726
5777
|
* @public
|
|
5727
5778
|
*/
|
|
5728
|
-
TemplateArn?: string;
|
|
5779
|
+
TemplateArn?: string | undefined;
|
|
5729
5780
|
/**
|
|
5730
5781
|
* <p>A list of resource permissions to be set on the template.</p>
|
|
5731
5782
|
* @public
|
|
5732
5783
|
*/
|
|
5733
|
-
Permissions?: ResourcePermission[];
|
|
5784
|
+
Permissions?: ResourcePermission[] | undefined;
|
|
5734
5785
|
/**
|
|
5735
5786
|
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
5736
5787
|
* @public
|
|
5737
5788
|
*/
|
|
5738
|
-
RequestId?: string;
|
|
5789
|
+
RequestId?: string | undefined;
|
|
5739
5790
|
/**
|
|
5740
5791
|
* <p>The HTTP status of the request.</p>
|
|
5741
5792
|
* @public
|
|
5742
5793
|
*/
|
|
5743
|
-
Status?: number;
|
|
5794
|
+
Status?: number | undefined;
|
|
5744
5795
|
}
|
|
5745
5796
|
/**
|
|
5746
5797
|
* @public
|
|
@@ -5760,7 +5811,7 @@ export interface UpdateThemeRequest {
|
|
|
5760
5811
|
* <p>The name for the theme.</p>
|
|
5761
5812
|
* @public
|
|
5762
5813
|
*/
|
|
5763
|
-
Name?: string;
|
|
5814
|
+
Name?: string | undefined;
|
|
5764
5815
|
/**
|
|
5765
5816
|
* <p>The theme ID, defined by Amazon QuickSight, that a custom theme inherits from.
|
|
5766
5817
|
* All themes initially inherit from a default Amazon QuickSight theme.</p>
|
|
@@ -5773,12 +5824,12 @@ export interface UpdateThemeRequest {
|
|
|
5773
5824
|
* theme maintains a description of the version in <code>VersionDescription</code>.</p>
|
|
5774
5825
|
* @public
|
|
5775
5826
|
*/
|
|
5776
|
-
VersionDescription?: string;
|
|
5827
|
+
VersionDescription?: string | undefined;
|
|
5777
5828
|
/**
|
|
5778
5829
|
* <p>The theme configuration, which contains the theme display properties.</p>
|
|
5779
5830
|
* @public
|
|
5780
5831
|
*/
|
|
5781
|
-
Configuration?: ThemeConfiguration;
|
|
5832
|
+
Configuration?: ThemeConfiguration | undefined;
|
|
5782
5833
|
}
|
|
5783
5834
|
/**
|
|
5784
5835
|
* @public
|
|
@@ -5788,32 +5839,32 @@ export interface UpdateThemeResponse {
|
|
|
5788
5839
|
* <p>The ID for the theme.</p>
|
|
5789
5840
|
* @public
|
|
5790
5841
|
*/
|
|
5791
|
-
ThemeId?: string;
|
|
5842
|
+
ThemeId?: string | undefined;
|
|
5792
5843
|
/**
|
|
5793
5844
|
* <p>The Amazon Resource Name (ARN) for the theme.</p>
|
|
5794
5845
|
* @public
|
|
5795
5846
|
*/
|
|
5796
|
-
Arn?: string;
|
|
5847
|
+
Arn?: string | undefined;
|
|
5797
5848
|
/**
|
|
5798
5849
|
* <p>The Amazon Resource Name (ARN) for the new version of the theme.</p>
|
|
5799
5850
|
* @public
|
|
5800
5851
|
*/
|
|
5801
|
-
VersionArn?: string;
|
|
5852
|
+
VersionArn?: string | undefined;
|
|
5802
5853
|
/**
|
|
5803
5854
|
* <p>The creation status of the theme.</p>
|
|
5804
5855
|
* @public
|
|
5805
5856
|
*/
|
|
5806
|
-
CreationStatus?: ResourceStatus;
|
|
5857
|
+
CreationStatus?: ResourceStatus | undefined;
|
|
5807
5858
|
/**
|
|
5808
5859
|
* <p>The HTTP status of the request.</p>
|
|
5809
5860
|
* @public
|
|
5810
5861
|
*/
|
|
5811
|
-
Status?: number;
|
|
5862
|
+
Status?: number | undefined;
|
|
5812
5863
|
/**
|
|
5813
5864
|
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
5814
5865
|
* @public
|
|
5815
5866
|
*/
|
|
5816
|
-
RequestId?: string;
|
|
5867
|
+
RequestId?: string | undefined;
|
|
5817
5868
|
}
|
|
5818
5869
|
/**
|
|
5819
5870
|
* @public
|
|
@@ -5848,17 +5899,17 @@ export interface UpdateThemeAliasResponse {
|
|
|
5848
5899
|
* <p>Information about the theme alias.</p>
|
|
5849
5900
|
* @public
|
|
5850
5901
|
*/
|
|
5851
|
-
ThemeAlias?: ThemeAlias;
|
|
5902
|
+
ThemeAlias?: ThemeAlias | undefined;
|
|
5852
5903
|
/**
|
|
5853
5904
|
* <p>The HTTP status of the request.</p>
|
|
5854
5905
|
* @public
|
|
5855
5906
|
*/
|
|
5856
|
-
Status?: number;
|
|
5907
|
+
Status?: number | undefined;
|
|
5857
5908
|
/**
|
|
5858
5909
|
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
5859
5910
|
* @public
|
|
5860
5911
|
*/
|
|
5861
|
-
RequestId?: string;
|
|
5912
|
+
RequestId?: string | undefined;
|
|
5862
5913
|
}
|
|
5863
5914
|
/**
|
|
5864
5915
|
* @public
|
|
@@ -5878,12 +5929,12 @@ export interface UpdateThemePermissionsRequest {
|
|
|
5878
5929
|
* <p>A list of resource permissions to be granted for the theme.</p>
|
|
5879
5930
|
* @public
|
|
5880
5931
|
*/
|
|
5881
|
-
GrantPermissions?: ResourcePermission[];
|
|
5932
|
+
GrantPermissions?: ResourcePermission[] | undefined;
|
|
5882
5933
|
/**
|
|
5883
5934
|
* <p>A list of resource permissions to be revoked from the theme.</p>
|
|
5884
5935
|
* @public
|
|
5885
5936
|
*/
|
|
5886
|
-
RevokePermissions?: ResourcePermission[];
|
|
5937
|
+
RevokePermissions?: ResourcePermission[] | undefined;
|
|
5887
5938
|
}
|
|
5888
5939
|
/**
|
|
5889
5940
|
* @public
|
|
@@ -5893,27 +5944,27 @@ export interface UpdateThemePermissionsResponse {
|
|
|
5893
5944
|
* <p>The ID for the theme.</p>
|
|
5894
5945
|
* @public
|
|
5895
5946
|
*/
|
|
5896
|
-
ThemeId?: string;
|
|
5947
|
+
ThemeId?: string | undefined;
|
|
5897
5948
|
/**
|
|
5898
5949
|
* <p>The Amazon Resource Name (ARN) of the theme.</p>
|
|
5899
5950
|
* @public
|
|
5900
5951
|
*/
|
|
5901
|
-
ThemeArn?: string;
|
|
5952
|
+
ThemeArn?: string | undefined;
|
|
5902
5953
|
/**
|
|
5903
5954
|
* <p>The resulting list of resource permissions for the theme.</p>
|
|
5904
5955
|
* @public
|
|
5905
5956
|
*/
|
|
5906
|
-
Permissions?: ResourcePermission[];
|
|
5957
|
+
Permissions?: ResourcePermission[] | undefined;
|
|
5907
5958
|
/**
|
|
5908
5959
|
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
5909
5960
|
* @public
|
|
5910
5961
|
*/
|
|
5911
|
-
RequestId?: string;
|
|
5962
|
+
RequestId?: string | undefined;
|
|
5912
5963
|
/**
|
|
5913
5964
|
* <p>The HTTP status of the request.</p>
|
|
5914
5965
|
* @public
|
|
5915
5966
|
*/
|
|
5916
|
-
Status?: number;
|
|
5967
|
+
Status?: number | undefined;
|
|
5917
5968
|
}
|
|
5918
5969
|
/**
|
|
5919
5970
|
* @public
|
|
@@ -5944,27 +5995,27 @@ export interface UpdateTopicResponse {
|
|
|
5944
5995
|
* <p>The ID of the topic that you want to modify. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.</p>
|
|
5945
5996
|
* @public
|
|
5946
5997
|
*/
|
|
5947
|
-
TopicId?: string;
|
|
5998
|
+
TopicId?: string | undefined;
|
|
5948
5999
|
/**
|
|
5949
6000
|
* <p>The Amazon Resource Name (ARN) of the topic.</p>
|
|
5950
6001
|
* @public
|
|
5951
6002
|
*/
|
|
5952
|
-
Arn?: string;
|
|
6003
|
+
Arn?: string | undefined;
|
|
5953
6004
|
/**
|
|
5954
6005
|
* <p>The Amazon Resource Name (ARN) of the topic refresh.</p>
|
|
5955
6006
|
* @public
|
|
5956
6007
|
*/
|
|
5957
|
-
RefreshArn?: string;
|
|
6008
|
+
RefreshArn?: string | undefined;
|
|
5958
6009
|
/**
|
|
5959
6010
|
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
5960
6011
|
* @public
|
|
5961
6012
|
*/
|
|
5962
|
-
RequestId?: string;
|
|
6013
|
+
RequestId?: string | undefined;
|
|
5963
6014
|
/**
|
|
5964
6015
|
* <p>The HTTP status of the request.</p>
|
|
5965
6016
|
* @public
|
|
5966
6017
|
*/
|
|
5967
|
-
Status?: number;
|
|
6018
|
+
Status?: number | undefined;
|
|
5968
6019
|
}
|
|
5969
6020
|
/**
|
|
5970
6021
|
* @public
|
|
@@ -5985,12 +6036,12 @@ export interface UpdateTopicPermissionsRequest {
|
|
|
5985
6036
|
* <p>The resource permissions that you want to grant to the topic.</p>
|
|
5986
6037
|
* @public
|
|
5987
6038
|
*/
|
|
5988
|
-
GrantPermissions?: ResourcePermission[];
|
|
6039
|
+
GrantPermissions?: ResourcePermission[] | undefined;
|
|
5989
6040
|
/**
|
|
5990
6041
|
* <p>The resource permissions that you want to revoke from the topic.</p>
|
|
5991
6042
|
* @public
|
|
5992
6043
|
*/
|
|
5993
|
-
RevokePermissions?: ResourcePermission[];
|
|
6044
|
+
RevokePermissions?: ResourcePermission[] | undefined;
|
|
5994
6045
|
}
|
|
5995
6046
|
/**
|
|
5996
6047
|
* @public
|
|
@@ -6000,27 +6051,27 @@ export interface UpdateTopicPermissionsResponse {
|
|
|
6000
6051
|
* <p>The ID of the topic that you want to modify. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.</p>
|
|
6001
6052
|
* @public
|
|
6002
6053
|
*/
|
|
6003
|
-
TopicId?: string;
|
|
6054
|
+
TopicId?: string | undefined;
|
|
6004
6055
|
/**
|
|
6005
6056
|
* <p>The Amazon Resource Name (ARN) of the topic.</p>
|
|
6006
6057
|
* @public
|
|
6007
6058
|
*/
|
|
6008
|
-
TopicArn?: string;
|
|
6059
|
+
TopicArn?: string | undefined;
|
|
6009
6060
|
/**
|
|
6010
6061
|
* <p>A list of resource permissions on the topic.</p>
|
|
6011
6062
|
* @public
|
|
6012
6063
|
*/
|
|
6013
|
-
Permissions?: ResourcePermission[];
|
|
6064
|
+
Permissions?: ResourcePermission[] | undefined;
|
|
6014
6065
|
/**
|
|
6015
6066
|
* <p>The HTTP status of the request.</p>
|
|
6016
6067
|
* @public
|
|
6017
6068
|
*/
|
|
6018
|
-
Status?: number;
|
|
6069
|
+
Status?: number | undefined;
|
|
6019
6070
|
/**
|
|
6020
6071
|
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
6021
6072
|
* @public
|
|
6022
6073
|
*/
|
|
6023
|
-
RequestId?: string;
|
|
6074
|
+
RequestId?: string | undefined;
|
|
6024
6075
|
}
|
|
6025
6076
|
/**
|
|
6026
6077
|
* @public
|
|
@@ -6056,27 +6107,27 @@ export interface UpdateTopicRefreshScheduleResponse {
|
|
|
6056
6107
|
* <p>The ID of the topic that you want to modify. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.</p>
|
|
6057
6108
|
* @public
|
|
6058
6109
|
*/
|
|
6059
|
-
TopicId?: string;
|
|
6110
|
+
TopicId?: string | undefined;
|
|
6060
6111
|
/**
|
|
6061
6112
|
* <p>The Amazon Resource Name (ARN) of the topic.</p>
|
|
6062
6113
|
* @public
|
|
6063
6114
|
*/
|
|
6064
|
-
TopicArn?: string;
|
|
6115
|
+
TopicArn?: string | undefined;
|
|
6065
6116
|
/**
|
|
6066
6117
|
* <p>The Amazon Resource Name (ARN) of the dataset.</p>
|
|
6067
6118
|
* @public
|
|
6068
6119
|
*/
|
|
6069
|
-
DatasetArn?: string;
|
|
6120
|
+
DatasetArn?: string | undefined;
|
|
6070
6121
|
/**
|
|
6071
6122
|
* <p>The HTTP status of the request.</p>
|
|
6072
6123
|
* @public
|
|
6073
6124
|
*/
|
|
6074
|
-
Status?: number;
|
|
6125
|
+
Status?: number | undefined;
|
|
6075
6126
|
/**
|
|
6076
6127
|
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
6077
6128
|
* @public
|
|
6078
6129
|
*/
|
|
6079
|
-
RequestId?: string;
|
|
6130
|
+
RequestId?: string | undefined;
|
|
6080
6131
|
}
|
|
6081
6132
|
/**
|
|
6082
6133
|
* @public
|
|
@@ -6167,7 +6218,7 @@ export interface UpdateUserRequest {
|
|
|
6167
6218
|
* <p>This feature is available only to Amazon QuickSight Enterprise edition subscriptions.</p>
|
|
6168
6219
|
* @public
|
|
6169
6220
|
*/
|
|
6170
|
-
CustomPermissionsName?: string;
|
|
6221
|
+
CustomPermissionsName?: string | undefined;
|
|
6171
6222
|
/**
|
|
6172
6223
|
* <p>A flag that you use to indicate that you want to remove all custom permissions
|
|
6173
6224
|
* from this user. Using this parameter resets the user to the state
|
|
@@ -6175,7 +6226,7 @@ export interface UpdateUserRequest {
|
|
|
6175
6226
|
* NULL and it doesn't accept any other value.</p>
|
|
6176
6227
|
* @public
|
|
6177
6228
|
*/
|
|
6178
|
-
UnapplyCustomPermissions?: boolean;
|
|
6229
|
+
UnapplyCustomPermissions?: boolean | undefined;
|
|
6179
6230
|
/**
|
|
6180
6231
|
* <p>The type of supported external login provider that provides identity to let a user federate into Amazon QuickSight with an associated Identity and Access Management(IAM) role. The type of supported external login provider can be one of the following.</p>
|
|
6181
6232
|
* <ul>
|
|
@@ -6198,19 +6249,19 @@ export interface UpdateUserRequest {
|
|
|
6198
6249
|
* </ul>
|
|
6199
6250
|
* @public
|
|
6200
6251
|
*/
|
|
6201
|
-
ExternalLoginFederationProviderType?: string;
|
|
6252
|
+
ExternalLoginFederationProviderType?: string | undefined;
|
|
6202
6253
|
/**
|
|
6203
6254
|
* <p>The URL of the custom OpenID Connect (OIDC) provider that provides identity to let a user federate
|
|
6204
6255
|
* into Amazon QuickSight with an associated Identity and Access Management(IAM) role. This parameter should
|
|
6205
6256
|
* only be used when <code>ExternalLoginFederationProviderType</code> parameter is set to <code>CUSTOM_OIDC</code>.</p>
|
|
6206
6257
|
* @public
|
|
6207
6258
|
*/
|
|
6208
|
-
CustomFederationProviderUrl?: string;
|
|
6259
|
+
CustomFederationProviderUrl?: string | undefined;
|
|
6209
6260
|
/**
|
|
6210
6261
|
* <p>The identity ID for a user in the external login provider.</p>
|
|
6211
6262
|
* @public
|
|
6212
6263
|
*/
|
|
6213
|
-
ExternalLoginId?: string;
|
|
6264
|
+
ExternalLoginId?: string | undefined;
|
|
6214
6265
|
}
|
|
6215
6266
|
/**
|
|
6216
6267
|
* @public
|
|
@@ -6220,17 +6271,17 @@ export interface UpdateUserResponse {
|
|
|
6220
6271
|
* <p>The Amazon QuickSight user.</p>
|
|
6221
6272
|
* @public
|
|
6222
6273
|
*/
|
|
6223
|
-
User?: User;
|
|
6274
|
+
User?: User | undefined;
|
|
6224
6275
|
/**
|
|
6225
6276
|
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
6226
6277
|
* @public
|
|
6227
6278
|
*/
|
|
6228
|
-
RequestId?: string;
|
|
6279
|
+
RequestId?: string | undefined;
|
|
6229
6280
|
/**
|
|
6230
6281
|
* <p>The HTTP status of the request.</p>
|
|
6231
6282
|
* @public
|
|
6232
6283
|
*/
|
|
6233
|
-
Status?: number;
|
|
6284
|
+
Status?: number | undefined;
|
|
6234
6285
|
}
|
|
6235
6286
|
/**
|
|
6236
6287
|
* @public
|
|
@@ -6268,7 +6319,7 @@ export interface UpdateVPCConnectionRequest {
|
|
|
6268
6319
|
* <p>A list of IP addresses of DNS resolver endpoints for the VPC connection.</p>
|
|
6269
6320
|
* @public
|
|
6270
6321
|
*/
|
|
6271
|
-
DnsResolvers?: string[];
|
|
6322
|
+
DnsResolvers?: string[] | undefined;
|
|
6272
6323
|
/**
|
|
6273
6324
|
* <p>An IAM role associated with the VPC connection.</p>
|
|
6274
6325
|
* @public
|
|
@@ -6283,32 +6334,32 @@ export interface UpdateVPCConnectionResponse {
|
|
|
6283
6334
|
* <p>The Amazon Resource Name (ARN) of the VPC connection.</p>
|
|
6284
6335
|
* @public
|
|
6285
6336
|
*/
|
|
6286
|
-
Arn?: string;
|
|
6337
|
+
Arn?: string | undefined;
|
|
6287
6338
|
/**
|
|
6288
6339
|
* <p>The ID of the VPC connection that you are updating. This ID is a unique identifier for each Amazon Web Services Region in anAmazon Web Services account.</p>
|
|
6289
6340
|
* @public
|
|
6290
6341
|
*/
|
|
6291
|
-
VPCConnectionId?: string;
|
|
6342
|
+
VPCConnectionId?: string | undefined;
|
|
6292
6343
|
/**
|
|
6293
6344
|
* <p>The update status of the VPC connection's last update.</p>
|
|
6294
6345
|
* @public
|
|
6295
6346
|
*/
|
|
6296
|
-
UpdateStatus?: VPCConnectionResourceStatus;
|
|
6347
|
+
UpdateStatus?: VPCConnectionResourceStatus | undefined;
|
|
6297
6348
|
/**
|
|
6298
6349
|
* <p>The availability status of the VPC connection.</p>
|
|
6299
6350
|
* @public
|
|
6300
6351
|
*/
|
|
6301
|
-
AvailabilityStatus?: VPCConnectionAvailabilityStatus;
|
|
6352
|
+
AvailabilityStatus?: VPCConnectionAvailabilityStatus | undefined;
|
|
6302
6353
|
/**
|
|
6303
6354
|
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
6304
6355
|
* @public
|
|
6305
6356
|
*/
|
|
6306
|
-
RequestId?: string;
|
|
6357
|
+
RequestId?: string | undefined;
|
|
6307
6358
|
/**
|
|
6308
6359
|
* <p>The HTTP status of the request.</p>
|
|
6309
6360
|
* @public
|
|
6310
6361
|
*/
|
|
6311
|
-
Status?: number;
|
|
6362
|
+
Status?: number | undefined;
|
|
6312
6363
|
}
|
|
6313
6364
|
/**
|
|
6314
6365
|
* <p>The definition for a <code>TopicVisual</code>.</p>
|
|
@@ -6319,22 +6370,22 @@ export interface TopicVisual {
|
|
|
6319
6370
|
* <p>The visual ID for the <code>TopicVisual</code>.</p>
|
|
6320
6371
|
* @public
|
|
6321
6372
|
*/
|
|
6322
|
-
VisualId?: string;
|
|
6373
|
+
VisualId?: string | undefined;
|
|
6323
6374
|
/**
|
|
6324
6375
|
* <p>The role for the <code>TopicVisual</code>.</p>
|
|
6325
6376
|
* @public
|
|
6326
6377
|
*/
|
|
6327
|
-
Role?: VisualRole;
|
|
6378
|
+
Role?: VisualRole | undefined;
|
|
6328
6379
|
/**
|
|
6329
6380
|
* <p>The ir for the <code>TopicVisual</code>.</p>
|
|
6330
6381
|
* @public
|
|
6331
6382
|
*/
|
|
6332
|
-
Ir?: TopicIR;
|
|
6383
|
+
Ir?: TopicIR | undefined;
|
|
6333
6384
|
/**
|
|
6334
6385
|
* <p>The supporting visuals for the <code>TopicVisual</code>.</p>
|
|
6335
6386
|
* @public
|
|
6336
6387
|
*/
|
|
6337
|
-
SupportingVisuals?: TopicVisual[];
|
|
6388
|
+
SupportingVisuals?: TopicVisual[] | undefined;
|
|
6338
6389
|
}
|
|
6339
6390
|
/**
|
|
6340
6391
|
* <p>The definition for a <code>CreateTopicReviewedAnswer</code>.</p>
|
|
@@ -6360,17 +6411,17 @@ export interface CreateTopicReviewedAnswer {
|
|
|
6360
6411
|
* <p>The Mir for the <code>CreateTopicReviewedAnswer</code>.</p>
|
|
6361
6412
|
* @public
|
|
6362
6413
|
*/
|
|
6363
|
-
Mir?: TopicIR;
|
|
6414
|
+
Mir?: TopicIR | undefined;
|
|
6364
6415
|
/**
|
|
6365
6416
|
* <p>The <code>PrimaryVisual</code> for the <code>CreateTopicReviewedAnswer</code>.</p>
|
|
6366
6417
|
* @public
|
|
6367
6418
|
*/
|
|
6368
|
-
PrimaryVisual?: TopicVisual;
|
|
6419
|
+
PrimaryVisual?: TopicVisual | undefined;
|
|
6369
6420
|
/**
|
|
6370
6421
|
* <p>The template for the <code>CreateTopicReviewedAnswer</code>.</p>
|
|
6371
6422
|
* @public
|
|
6372
6423
|
*/
|
|
6373
|
-
Template?: TopicTemplate;
|
|
6424
|
+
Template?: TopicTemplate | undefined;
|
|
6374
6425
|
}
|
|
6375
6426
|
/**
|
|
6376
6427
|
* <p>The deinition for a <code>TopicReviewedAnswer</code>.</p>
|
|
@@ -6381,7 +6432,7 @@ export interface TopicReviewedAnswer {
|
|
|
6381
6432
|
* <p>The Amazon Resource Name (ARN) of the reviewed answer.</p>
|
|
6382
6433
|
* @public
|
|
6383
6434
|
*/
|
|
6384
|
-
Arn?: string;
|
|
6435
|
+
Arn?: string | undefined;
|
|
6385
6436
|
/**
|
|
6386
6437
|
* <p>The answer ID of the reviewed answer.</p>
|
|
6387
6438
|
* @public
|
|
@@ -6401,17 +6452,17 @@ export interface TopicReviewedAnswer {
|
|
|
6401
6452
|
* <p>The mir for the <code>TopicReviewedAnswer</code>.</p>
|
|
6402
6453
|
* @public
|
|
6403
6454
|
*/
|
|
6404
|
-
Mir?: TopicIR;
|
|
6455
|
+
Mir?: TopicIR | undefined;
|
|
6405
6456
|
/**
|
|
6406
6457
|
* <p>The primary visual for the <code>TopicReviewedAnswer</code>.</p>
|
|
6407
6458
|
* @public
|
|
6408
6459
|
*/
|
|
6409
|
-
PrimaryVisual?: TopicVisual;
|
|
6460
|
+
PrimaryVisual?: TopicVisual | undefined;
|
|
6410
6461
|
/**
|
|
6411
6462
|
* <p>The template for the <code>TopicReviewedAnswer</code>.</p>
|
|
6412
6463
|
* @public
|
|
6413
6464
|
*/
|
|
6414
|
-
Template?: TopicTemplate;
|
|
6465
|
+
Template?: TopicTemplate | undefined;
|
|
6415
6466
|
}
|
|
6416
6467
|
/**
|
|
6417
6468
|
* @public
|
|
@@ -6441,27 +6492,27 @@ export interface ListTopicReviewedAnswersResponse {
|
|
|
6441
6492
|
* <p>The ID for the topic that contains the reviewed answer that you want to list. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.</p>
|
|
6442
6493
|
* @public
|
|
6443
6494
|
*/
|
|
6444
|
-
TopicId?: string;
|
|
6495
|
+
TopicId?: string | undefined;
|
|
6445
6496
|
/**
|
|
6446
6497
|
* <p>The Amazon Resource Name (ARN) of the topic.</p>
|
|
6447
6498
|
* @public
|
|
6448
6499
|
*/
|
|
6449
|
-
TopicArn?: string;
|
|
6500
|
+
TopicArn?: string | undefined;
|
|
6450
6501
|
/**
|
|
6451
6502
|
* <p>The definition of all Answers in the topic.</p>
|
|
6452
6503
|
* @public
|
|
6453
6504
|
*/
|
|
6454
|
-
Answers?: TopicReviewedAnswer[];
|
|
6505
|
+
Answers?: TopicReviewedAnswer[] | undefined;
|
|
6455
6506
|
/**
|
|
6456
6507
|
* <p>The HTTP status of the request.</p>
|
|
6457
6508
|
* @public
|
|
6458
6509
|
*/
|
|
6459
|
-
Status?: number;
|
|
6510
|
+
Status?: number | undefined;
|
|
6460
6511
|
/**
|
|
6461
6512
|
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
6462
6513
|
* @public
|
|
6463
6514
|
*/
|
|
6464
|
-
RequestId?: string;
|
|
6515
|
+
RequestId?: string | undefined;
|
|
6465
6516
|
}
|
|
6466
6517
|
/**
|
|
6467
6518
|
* @internal
|