@aws-sdk/client-quicksight 3.369.0 → 3.376.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +24 -0
- package/dist-cjs/QuickSight.js +6 -0
- package/dist-cjs/commands/DescribeDashboardSnapshotJobCommand.js +47 -0
- package/dist-cjs/commands/DescribeDashboardSnapshotJobResultCommand.js +47 -0
- package/dist-cjs/commands/StartDashboardSnapshotJobCommand.js +47 -0
- package/dist-cjs/commands/UpdateDataSetCommand.js +2 -2
- package/dist-cjs/commands/UpdateDataSourceCommand.js +2 -2
- package/dist-cjs/commands/UpdateTemplateCommand.js +2 -2
- package/dist-cjs/commands/index.js +3 -0
- package/dist-cjs/models/models_0.js +6 -12
- package/dist-cjs/models/models_1.js +35 -26
- package/dist-cjs/models/models_2.js +25 -3
- package/dist-cjs/models/models_3.js +39 -24
- package/dist-cjs/models/models_4.js +26 -1
- package/dist-cjs/pagination/ListGroupMembershipsPaginator.js +29 -0
- package/dist-cjs/pagination/ListGroupsPaginator.js +29 -0
- package/dist-cjs/pagination/ListIAMPolicyAssignmentsForUserPaginator.js +29 -0
- package/dist-cjs/pagination/ListIAMPolicyAssignmentsPaginator.js +29 -0
- package/dist-cjs/pagination/ListUserGroupsPaginator.js +29 -0
- package/dist-cjs/pagination/ListUsersPaginator.js +29 -0
- package/dist-cjs/pagination/SearchGroupsPaginator.js +29 -0
- package/dist-cjs/pagination/index.js +7 -0
- package/dist-cjs/protocols/Aws_restJson1.js +326 -6
- package/dist-es/QuickSight.js +6 -0
- package/dist-es/commands/DescribeDashboardSnapshotJobCommand.js +43 -0
- package/dist-es/commands/DescribeDashboardSnapshotJobResultCommand.js +43 -0
- package/dist-es/commands/StartDashboardSnapshotJobCommand.js +43 -0
- package/dist-es/commands/UpdateDataSetCommand.js +1 -1
- package/dist-es/commands/UpdateDataSourceCommand.js +1 -1
- package/dist-es/commands/UpdateTemplateCommand.js +1 -1
- package/dist-es/commands/index.js +3 -0
- package/dist-es/models/models_0.js +3 -7
- package/dist-es/models/models_1.js +26 -22
- package/dist-es/models/models_2.js +22 -0
- package/dist-es/models/models_3.js +30 -19
- package/dist-es/models/models_4.js +22 -0
- package/dist-es/pagination/ListGroupMembershipsPaginator.js +25 -0
- package/dist-es/pagination/ListGroupsPaginator.js +25 -0
- package/dist-es/pagination/ListIAMPolicyAssignmentsForUserPaginator.js +25 -0
- package/dist-es/pagination/ListIAMPolicyAssignmentsPaginator.js +25 -0
- package/dist-es/pagination/ListUserGroupsPaginator.js +25 -0
- package/dist-es/pagination/ListUsersPaginator.js +25 -0
- package/dist-es/pagination/SearchGroupsPaginator.js +25 -0
- package/dist-es/pagination/index.js +7 -0
- package/dist-es/protocols/Aws_restJson1.js +314 -0
- package/dist-types/QuickSight.d.ts +21 -0
- package/dist-types/QuickSightClient.d.ts +5 -2
- package/dist-types/commands/CreateAnalysisCommand.d.ts +48 -0
- package/dist-types/commands/CreateDashboardCommand.d.ts +48 -0
- package/dist-types/commands/CreateTemplateCommand.d.ts +48 -0
- package/dist-types/commands/DeleteAccountCustomizationCommand.d.ts +6 -0
- package/dist-types/commands/DeleteAccountSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAnalysisCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDashboardCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDataSetCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDataSetRefreshPropertiesCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDataSourceCommand.d.ts +1 -1
- package/dist-types/commands/DeleteFolderCommand.d.ts +1 -2
- package/dist-types/commands/DescribeAnalysisDefinitionCommand.d.ts +48 -0
- package/dist-types/commands/DescribeDashboardDefinitionCommand.d.ts +48 -0
- package/dist-types/commands/DescribeDashboardSnapshotJobCommand.d.ts +179 -0
- package/dist-types/commands/DescribeDashboardSnapshotJobResultCommand.d.ts +155 -0
- package/dist-types/commands/DescribeTemplateDefinitionCommand.d.ts +48 -0
- package/dist-types/commands/StartDashboardSnapshotJobCommand.d.ts +197 -0
- package/dist-types/commands/UpdateAnalysisCommand.d.ts +48 -0
- package/dist-types/commands/UpdateDashboardCommand.d.ts +48 -0
- package/dist-types/commands/UpdateDashboardPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDashboardPublishedVersionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDataSetCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDataSetPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDataSourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDataSourcePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateFolderCommand.d.ts +1 -1
- package/dist-types/commands/UpdateFolderPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateGroupCommand.d.ts +1 -1
- package/dist-types/commands/UpdateIAMPolicyAssignmentCommand.d.ts +1 -1
- package/dist-types/commands/UpdateIpRestrictionCommand.d.ts +1 -1
- package/dist-types/commands/UpdatePublicSharingSettingsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateRefreshScheduleCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTemplateAliasCommand.d.ts +1 -2
- package/dist-types/commands/UpdateTemplateCommand.d.ts +49 -1
- package/dist-types/commands/index.d.ts +3 -0
- package/dist-types/models/models_0.d.ts +77 -47
- package/dist-types/models/models_1.d.ts +208 -213
- package/dist-types/models/models_2.d.ts +219 -220
- package/dist-types/models/models_3.d.ts +602 -805
- package/dist-types/models/models_4.d.ts +770 -2
- package/dist-types/pagination/ListGroupMembershipsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListGroupsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListIAMPolicyAssignmentsForUserPaginator.d.ts +7 -0
- package/dist-types/pagination/ListIAMPolicyAssignmentsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListUserGroupsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListUsersPaginator.d.ts +7 -0
- package/dist-types/pagination/SearchGroupsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +7 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +27 -0
- package/dist-types/ts3.4/QuickSight.d.ts +57 -0
- package/dist-types/ts3.4/QuickSightClient.d.ts +18 -0
- package/dist-types/ts3.4/commands/DeleteAccountSubscriptionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteAnalysisCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteDashboardCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteDataSetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteDataSetRefreshPropertiesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteDataSourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteFolderCommand.d.ts +1 -2
- package/dist-types/ts3.4/commands/DescribeDashboardSnapshotJobCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DescribeDashboardSnapshotJobResultCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/StartDashboardSnapshotJobCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/UpdateDashboardPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDashboardPublishedVersionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDataSetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDataSetPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDataSourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDataSourcePermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateFolderCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateFolderPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateIAMPolicyAssignmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateIpRestrictionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdatePublicSharingSettingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateRefreshScheduleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateTemplateAliasCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/UpdateTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +3 -0
- package/dist-types/ts3.4/models/models_0.d.ts +21 -17
- package/dist-types/ts3.4/models/models_1.d.ts +71 -81
- package/dist-types/ts3.4/models/models_2.d.ts +85 -67
- package/dist-types/ts3.4/models/models_3.d.ts +176 -222
- package/dist-types/ts3.4/models/models_4.d.ts +222 -1
- package/dist-types/ts3.4/pagination/ListGroupMembershipsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListGroupsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListIAMPolicyAssignmentsForUserPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListIAMPolicyAssignmentsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListUserGroupsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListUsersPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/SearchGroupsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +7 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +36 -0
- package/package.json +16 -17
|
@@ -16,17 +16,20 @@ import {
|
|
|
16
16
|
AnalysisSourceEntity,
|
|
17
17
|
AnalysisSummary,
|
|
18
18
|
AnonymousUserEmbeddingExperienceConfiguration,
|
|
19
|
+
AnonymousUserSnapshotJobResult,
|
|
20
|
+
DashboardVisualId,
|
|
21
|
+
FilterOperator,
|
|
22
|
+
SnapshotFile,
|
|
23
|
+
SnapshotS3DestinationConfiguration,
|
|
24
|
+
} from "./models_1";
|
|
25
|
+
import {
|
|
26
|
+
_Parameters,
|
|
19
27
|
AssetBundleCloudFormationOverridePropertyConfiguration,
|
|
20
28
|
AssetBundleExportFormat,
|
|
21
29
|
AssetBundleExportJobError,
|
|
22
30
|
AssetBundleExportJobStatus,
|
|
23
31
|
AssetBundleExportJobSummary,
|
|
24
32
|
AssetBundleImportFailureAction,
|
|
25
|
-
DashboardVisualId,
|
|
26
|
-
FilterOperator,
|
|
27
|
-
} from "./models_1";
|
|
28
|
-
import {
|
|
29
|
-
_Parameters,
|
|
30
33
|
AssetBundleImportJobError,
|
|
31
34
|
AssetBundleImportJobOverrideParameters,
|
|
32
35
|
AssetBundleImportJobStatus,
|
|
@@ -35,8 +38,6 @@ import {
|
|
|
35
38
|
AssetBundleImportSourceDescription,
|
|
36
39
|
AssignmentStatus,
|
|
37
40
|
BookmarksConfigurations,
|
|
38
|
-
ColumnGroup,
|
|
39
|
-
ColumnLevelPermissionRule,
|
|
40
41
|
Dashboard,
|
|
41
42
|
DashboardError,
|
|
42
43
|
DashboardPublishOptions,
|
|
@@ -47,45 +48,95 @@ import {
|
|
|
47
48
|
DashboardVersionSummary,
|
|
48
49
|
DataSet,
|
|
49
50
|
DataSetConfiguration,
|
|
50
|
-
DataSetImportMode,
|
|
51
|
-
DatasetParameter,
|
|
52
51
|
DataSetRefreshProperties,
|
|
53
52
|
DataSetSearchFilter,
|
|
54
53
|
DataSetSummary,
|
|
55
|
-
DataSetUsageConfiguration,
|
|
56
54
|
DataSource,
|
|
57
|
-
DataSourceCredentials,
|
|
58
|
-
DataSourceParameters,
|
|
59
55
|
DataSourceSearchFilter,
|
|
60
56
|
DataSourceSummary,
|
|
61
|
-
FieldFolder,
|
|
62
57
|
FolderType,
|
|
63
58
|
Group,
|
|
64
59
|
GroupMember,
|
|
65
60
|
IdentityStore,
|
|
66
61
|
IngestionStatus,
|
|
67
|
-
LogicalTable,
|
|
68
62
|
MemberType,
|
|
69
63
|
NamespaceStatus,
|
|
70
|
-
PhysicalTable,
|
|
71
64
|
RefreshSchedule,
|
|
72
65
|
ResourcePermission,
|
|
73
|
-
RowLevelPermissionDataSet,
|
|
74
|
-
RowLevelPermissionTagConfiguration,
|
|
75
|
-
SslProperties,
|
|
76
66
|
Tag,
|
|
77
67
|
TemplateAlias,
|
|
78
|
-
TemplateSourceEntity,
|
|
79
68
|
TemplateVersionDefinition,
|
|
80
69
|
ThemeAlias,
|
|
81
70
|
ThemeConfiguration,
|
|
82
71
|
TopicDetails,
|
|
83
72
|
TopicRefreshSchedule,
|
|
84
73
|
VPCConnectionAvailabilityStatus,
|
|
85
|
-
VpcConnectionProperties,
|
|
86
74
|
VPCConnectionResourceStatus,
|
|
87
75
|
} from "./models_2";
|
|
88
76
|
import { QuickSightServiceException as __BaseException } from "./QuickSightServiceException";
|
|
77
|
+
export interface DeleteAccountSubscriptionRequest {
|
|
78
|
+
AwsAccountId: string | undefined;
|
|
79
|
+
}
|
|
80
|
+
export interface DeleteAccountSubscriptionResponse {
|
|
81
|
+
RequestId?: string;
|
|
82
|
+
Status?: number;
|
|
83
|
+
}
|
|
84
|
+
export interface DeleteAnalysisRequest {
|
|
85
|
+
AwsAccountId: string | undefined;
|
|
86
|
+
AnalysisId: string | undefined;
|
|
87
|
+
RecoveryWindowInDays?: number;
|
|
88
|
+
ForceDeleteWithoutRecovery?: boolean;
|
|
89
|
+
}
|
|
90
|
+
export interface DeleteAnalysisResponse {
|
|
91
|
+
Status?: number;
|
|
92
|
+
Arn?: string;
|
|
93
|
+
AnalysisId?: string;
|
|
94
|
+
DeletionTime?: Date;
|
|
95
|
+
RequestId?: string;
|
|
96
|
+
}
|
|
97
|
+
export interface DeleteDashboardRequest {
|
|
98
|
+
AwsAccountId: string | undefined;
|
|
99
|
+
DashboardId: string | undefined;
|
|
100
|
+
VersionNumber?: number;
|
|
101
|
+
}
|
|
102
|
+
export interface DeleteDashboardResponse {
|
|
103
|
+
Status?: number;
|
|
104
|
+
Arn?: string;
|
|
105
|
+
DashboardId?: string;
|
|
106
|
+
RequestId?: string;
|
|
107
|
+
}
|
|
108
|
+
export interface DeleteDataSetRequest {
|
|
109
|
+
AwsAccountId: string | undefined;
|
|
110
|
+
DataSetId: string | undefined;
|
|
111
|
+
}
|
|
112
|
+
export interface DeleteDataSetResponse {
|
|
113
|
+
Arn?: string;
|
|
114
|
+
DataSetId?: string;
|
|
115
|
+
RequestId?: string;
|
|
116
|
+
Status?: number;
|
|
117
|
+
}
|
|
118
|
+
export interface DeleteDataSetRefreshPropertiesRequest {
|
|
119
|
+
AwsAccountId: string | undefined;
|
|
120
|
+
DataSetId: string | undefined;
|
|
121
|
+
}
|
|
122
|
+
export interface DeleteDataSetRefreshPropertiesResponse {
|
|
123
|
+
RequestId?: string;
|
|
124
|
+
Status?: number;
|
|
125
|
+
}
|
|
126
|
+
export interface DeleteDataSourceRequest {
|
|
127
|
+
AwsAccountId: string | undefined;
|
|
128
|
+
DataSourceId: string | undefined;
|
|
129
|
+
}
|
|
130
|
+
export interface DeleteDataSourceResponse {
|
|
131
|
+
Arn?: string;
|
|
132
|
+
DataSourceId?: string;
|
|
133
|
+
RequestId?: string;
|
|
134
|
+
Status?: number;
|
|
135
|
+
}
|
|
136
|
+
export interface DeleteFolderRequest {
|
|
137
|
+
AwsAccountId: string | undefined;
|
|
138
|
+
FolderId: string | undefined;
|
|
139
|
+
}
|
|
89
140
|
export interface DeleteFolderResponse {
|
|
90
141
|
Status?: number;
|
|
91
142
|
Arn?: string;
|
|
@@ -391,6 +442,71 @@ export interface DescribeDashboardPermissionsResponse {
|
|
|
391
442
|
RequestId?: string;
|
|
392
443
|
LinkSharingConfiguration?: LinkSharingConfiguration;
|
|
393
444
|
}
|
|
445
|
+
export interface DescribeDashboardSnapshotJobRequest {
|
|
446
|
+
AwsAccountId: string | undefined;
|
|
447
|
+
DashboardId: string | undefined;
|
|
448
|
+
SnapshotJobId: string | undefined;
|
|
449
|
+
}
|
|
450
|
+
export declare const SnapshotJobStatus: {
|
|
451
|
+
readonly COMPLETED: "COMPLETED";
|
|
452
|
+
readonly FAILED: "FAILED";
|
|
453
|
+
readonly QUEUED: "QUEUED";
|
|
454
|
+
readonly RUNNING: "RUNNING";
|
|
455
|
+
};
|
|
456
|
+
export type SnapshotJobStatus =
|
|
457
|
+
(typeof SnapshotJobStatus)[keyof typeof SnapshotJobStatus];
|
|
458
|
+
export interface SnapshotDestinationConfiguration {
|
|
459
|
+
S3Destinations?: SnapshotS3DestinationConfiguration[];
|
|
460
|
+
}
|
|
461
|
+
export interface SnapshotFileGroup {
|
|
462
|
+
Files?: SnapshotFile[];
|
|
463
|
+
}
|
|
464
|
+
export interface SnapshotConfiguration {
|
|
465
|
+
FileGroups: SnapshotFileGroup[] | undefined;
|
|
466
|
+
DestinationConfiguration?: SnapshotDestinationConfiguration;
|
|
467
|
+
Parameters?: _Parameters;
|
|
468
|
+
}
|
|
469
|
+
export interface SnapshotAnonymousUserRedacted {
|
|
470
|
+
RowLevelPermissionTagKeys?: string[];
|
|
471
|
+
}
|
|
472
|
+
export interface SnapshotUserConfigurationRedacted {
|
|
473
|
+
AnonymousUsers?: SnapshotAnonymousUserRedacted[];
|
|
474
|
+
}
|
|
475
|
+
export interface DescribeDashboardSnapshotJobResponse {
|
|
476
|
+
AwsAccountId?: string;
|
|
477
|
+
DashboardId?: string;
|
|
478
|
+
SnapshotJobId?: string;
|
|
479
|
+
UserConfiguration?: SnapshotUserConfigurationRedacted;
|
|
480
|
+
SnapshotConfiguration?: SnapshotConfiguration;
|
|
481
|
+
Arn?: string;
|
|
482
|
+
JobStatus?: SnapshotJobStatus | string;
|
|
483
|
+
CreatedTime?: Date;
|
|
484
|
+
LastUpdatedTime?: Date;
|
|
485
|
+
RequestId?: string;
|
|
486
|
+
Status?: number;
|
|
487
|
+
}
|
|
488
|
+
export interface DescribeDashboardSnapshotJobResultRequest {
|
|
489
|
+
AwsAccountId: string | undefined;
|
|
490
|
+
DashboardId: string | undefined;
|
|
491
|
+
SnapshotJobId: string | undefined;
|
|
492
|
+
}
|
|
493
|
+
export interface SnapshotJobErrorInfo {
|
|
494
|
+
ErrorMessage?: string;
|
|
495
|
+
ErrorType?: string;
|
|
496
|
+
}
|
|
497
|
+
export interface SnapshotJobResult {
|
|
498
|
+
AnonymousUsers?: AnonymousUserSnapshotJobResult[];
|
|
499
|
+
}
|
|
500
|
+
export interface DescribeDashboardSnapshotJobResultResponse {
|
|
501
|
+
Arn?: string;
|
|
502
|
+
JobStatus?: SnapshotJobStatus | string;
|
|
503
|
+
CreatedTime?: Date;
|
|
504
|
+
LastUpdatedTime?: Date;
|
|
505
|
+
Result?: SnapshotJobResult;
|
|
506
|
+
ErrorInfo?: SnapshotJobErrorInfo;
|
|
507
|
+
RequestId?: string;
|
|
508
|
+
Status?: number;
|
|
509
|
+
}
|
|
394
510
|
export interface DescribeDataSetRequest {
|
|
395
511
|
AwsAccountId: string | undefined;
|
|
396
512
|
DataSetId: string | undefined;
|
|
@@ -1688,6 +1804,25 @@ export interface StartAssetBundleImportJobResponse {
|
|
|
1688
1804
|
RequestId?: string;
|
|
1689
1805
|
Status?: number;
|
|
1690
1806
|
}
|
|
1807
|
+
export interface SnapshotAnonymousUser {
|
|
1808
|
+
RowLevelPermissionTags?: SessionTag[];
|
|
1809
|
+
}
|
|
1810
|
+
export interface SnapshotUserConfiguration {
|
|
1811
|
+
AnonymousUsers?: SnapshotAnonymousUser[];
|
|
1812
|
+
}
|
|
1813
|
+
export interface StartDashboardSnapshotJobRequest {
|
|
1814
|
+
AwsAccountId: string | undefined;
|
|
1815
|
+
DashboardId: string | undefined;
|
|
1816
|
+
SnapshotJobId: string | undefined;
|
|
1817
|
+
UserConfiguration: SnapshotUserConfiguration | undefined;
|
|
1818
|
+
SnapshotConfiguration: SnapshotConfiguration | undefined;
|
|
1819
|
+
}
|
|
1820
|
+
export interface StartDashboardSnapshotJobResponse {
|
|
1821
|
+
Arn?: string;
|
|
1822
|
+
SnapshotJobId?: string;
|
|
1823
|
+
RequestId?: string;
|
|
1824
|
+
Status?: number;
|
|
1825
|
+
}
|
|
1691
1826
|
export interface TagResourceRequest {
|
|
1692
1827
|
ResourceArn: string | undefined;
|
|
1693
1828
|
Tags: Tag[] | undefined;
|
|
@@ -1775,199 +1910,6 @@ export interface UpdateDashboardResponse {
|
|
|
1775
1910
|
Status?: number;
|
|
1776
1911
|
RequestId?: string;
|
|
1777
1912
|
}
|
|
1778
|
-
export interface UpdateDashboardPermissionsRequest {
|
|
1779
|
-
AwsAccountId: string | undefined;
|
|
1780
|
-
DashboardId: string | undefined;
|
|
1781
|
-
GrantPermissions?: ResourcePermission[];
|
|
1782
|
-
RevokePermissions?: ResourcePermission[];
|
|
1783
|
-
GrantLinkPermissions?: ResourcePermission[];
|
|
1784
|
-
RevokeLinkPermissions?: ResourcePermission[];
|
|
1785
|
-
}
|
|
1786
|
-
export interface UpdateDashboardPermissionsResponse {
|
|
1787
|
-
DashboardArn?: string;
|
|
1788
|
-
DashboardId?: string;
|
|
1789
|
-
Permissions?: ResourcePermission[];
|
|
1790
|
-
RequestId?: string;
|
|
1791
|
-
Status?: number;
|
|
1792
|
-
LinkSharingConfiguration?: LinkSharingConfiguration;
|
|
1793
|
-
}
|
|
1794
|
-
export interface UpdateDashboardPublishedVersionRequest {
|
|
1795
|
-
AwsAccountId: string | undefined;
|
|
1796
|
-
DashboardId: string | undefined;
|
|
1797
|
-
VersionNumber: number | undefined;
|
|
1798
|
-
}
|
|
1799
|
-
export interface UpdateDashboardPublishedVersionResponse {
|
|
1800
|
-
DashboardId?: string;
|
|
1801
|
-
DashboardArn?: string;
|
|
1802
|
-
Status?: number;
|
|
1803
|
-
RequestId?: string;
|
|
1804
|
-
}
|
|
1805
|
-
export interface UpdateDataSetRequest {
|
|
1806
|
-
AwsAccountId: string | undefined;
|
|
1807
|
-
DataSetId: string | undefined;
|
|
1808
|
-
Name: string | undefined;
|
|
1809
|
-
PhysicalTableMap: Record<string, PhysicalTable> | undefined;
|
|
1810
|
-
LogicalTableMap?: Record<string, LogicalTable>;
|
|
1811
|
-
ImportMode: DataSetImportMode | string | undefined;
|
|
1812
|
-
ColumnGroups?: ColumnGroup[];
|
|
1813
|
-
FieldFolders?: Record<string, FieldFolder>;
|
|
1814
|
-
RowLevelPermissionDataSet?: RowLevelPermissionDataSet;
|
|
1815
|
-
RowLevelPermissionTagConfiguration?: RowLevelPermissionTagConfiguration;
|
|
1816
|
-
ColumnLevelPermissionRules?: ColumnLevelPermissionRule[];
|
|
1817
|
-
DataSetUsageConfiguration?: DataSetUsageConfiguration;
|
|
1818
|
-
DatasetParameters?: DatasetParameter[];
|
|
1819
|
-
}
|
|
1820
|
-
export interface UpdateDataSetResponse {
|
|
1821
|
-
Arn?: string;
|
|
1822
|
-
DataSetId?: string;
|
|
1823
|
-
IngestionArn?: string;
|
|
1824
|
-
IngestionId?: string;
|
|
1825
|
-
RequestId?: string;
|
|
1826
|
-
Status?: number;
|
|
1827
|
-
}
|
|
1828
|
-
export interface UpdateDataSetPermissionsRequest {
|
|
1829
|
-
AwsAccountId: string | undefined;
|
|
1830
|
-
DataSetId: string | undefined;
|
|
1831
|
-
GrantPermissions?: ResourcePermission[];
|
|
1832
|
-
RevokePermissions?: ResourcePermission[];
|
|
1833
|
-
}
|
|
1834
|
-
export interface UpdateDataSetPermissionsResponse {
|
|
1835
|
-
DataSetArn?: string;
|
|
1836
|
-
DataSetId?: string;
|
|
1837
|
-
RequestId?: string;
|
|
1838
|
-
Status?: number;
|
|
1839
|
-
}
|
|
1840
|
-
export interface UpdateDataSourceRequest {
|
|
1841
|
-
AwsAccountId: string | undefined;
|
|
1842
|
-
DataSourceId: string | undefined;
|
|
1843
|
-
Name: string | undefined;
|
|
1844
|
-
DataSourceParameters?: DataSourceParameters;
|
|
1845
|
-
Credentials?: DataSourceCredentials;
|
|
1846
|
-
VpcConnectionProperties?: VpcConnectionProperties;
|
|
1847
|
-
SslProperties?: SslProperties;
|
|
1848
|
-
}
|
|
1849
|
-
export interface UpdateDataSourceResponse {
|
|
1850
|
-
Arn?: string;
|
|
1851
|
-
DataSourceId?: string;
|
|
1852
|
-
UpdateStatus?: ResourceStatus | string;
|
|
1853
|
-
RequestId?: string;
|
|
1854
|
-
Status?: number;
|
|
1855
|
-
}
|
|
1856
|
-
export interface UpdateDataSourcePermissionsRequest {
|
|
1857
|
-
AwsAccountId: string | undefined;
|
|
1858
|
-
DataSourceId: string | undefined;
|
|
1859
|
-
GrantPermissions?: ResourcePermission[];
|
|
1860
|
-
RevokePermissions?: ResourcePermission[];
|
|
1861
|
-
}
|
|
1862
|
-
export interface UpdateDataSourcePermissionsResponse {
|
|
1863
|
-
DataSourceArn?: string;
|
|
1864
|
-
DataSourceId?: string;
|
|
1865
|
-
RequestId?: string;
|
|
1866
|
-
Status?: number;
|
|
1867
|
-
}
|
|
1868
|
-
export interface UpdateFolderRequest {
|
|
1869
|
-
AwsAccountId: string | undefined;
|
|
1870
|
-
FolderId: string | undefined;
|
|
1871
|
-
Name: string | undefined;
|
|
1872
|
-
}
|
|
1873
|
-
export interface UpdateFolderResponse {
|
|
1874
|
-
Status?: number;
|
|
1875
|
-
Arn?: string;
|
|
1876
|
-
FolderId?: string;
|
|
1877
|
-
RequestId?: string;
|
|
1878
|
-
}
|
|
1879
|
-
export interface UpdateFolderPermissionsRequest {
|
|
1880
|
-
AwsAccountId: string | undefined;
|
|
1881
|
-
FolderId: string | undefined;
|
|
1882
|
-
GrantPermissions?: ResourcePermission[];
|
|
1883
|
-
RevokePermissions?: ResourcePermission[];
|
|
1884
|
-
}
|
|
1885
|
-
export interface UpdateFolderPermissionsResponse {
|
|
1886
|
-
Status?: number;
|
|
1887
|
-
Arn?: string;
|
|
1888
|
-
FolderId?: string;
|
|
1889
|
-
Permissions?: ResourcePermission[];
|
|
1890
|
-
RequestId?: string;
|
|
1891
|
-
}
|
|
1892
|
-
export interface UpdateGroupRequest {
|
|
1893
|
-
GroupName: string | undefined;
|
|
1894
|
-
Description?: string;
|
|
1895
|
-
AwsAccountId: string | undefined;
|
|
1896
|
-
Namespace: string | undefined;
|
|
1897
|
-
}
|
|
1898
|
-
export interface UpdateGroupResponse {
|
|
1899
|
-
Group?: Group;
|
|
1900
|
-
RequestId?: string;
|
|
1901
|
-
Status?: number;
|
|
1902
|
-
}
|
|
1903
|
-
export interface UpdateIAMPolicyAssignmentRequest {
|
|
1904
|
-
AwsAccountId: string | undefined;
|
|
1905
|
-
AssignmentName: string | undefined;
|
|
1906
|
-
Namespace: string | undefined;
|
|
1907
|
-
AssignmentStatus?: AssignmentStatus | string;
|
|
1908
|
-
PolicyArn?: string;
|
|
1909
|
-
Identities?: Record<string, string[]>;
|
|
1910
|
-
}
|
|
1911
|
-
export interface UpdateIAMPolicyAssignmentResponse {
|
|
1912
|
-
AssignmentName?: string;
|
|
1913
|
-
AssignmentId?: string;
|
|
1914
|
-
PolicyArn?: string;
|
|
1915
|
-
Identities?: Record<string, string[]>;
|
|
1916
|
-
AssignmentStatus?: AssignmentStatus | string;
|
|
1917
|
-
RequestId?: string;
|
|
1918
|
-
Status?: number;
|
|
1919
|
-
}
|
|
1920
|
-
export interface UpdateIpRestrictionRequest {
|
|
1921
|
-
AwsAccountId: string | undefined;
|
|
1922
|
-
IpRestrictionRuleMap?: Record<string, string>;
|
|
1923
|
-
Enabled?: boolean;
|
|
1924
|
-
}
|
|
1925
|
-
export interface UpdateIpRestrictionResponse {
|
|
1926
|
-
AwsAccountId?: string;
|
|
1927
|
-
RequestId?: string;
|
|
1928
|
-
Status?: number;
|
|
1929
|
-
}
|
|
1930
|
-
export interface UpdatePublicSharingSettingsRequest {
|
|
1931
|
-
AwsAccountId: string | undefined;
|
|
1932
|
-
PublicSharingEnabled?: boolean;
|
|
1933
|
-
}
|
|
1934
|
-
export interface UpdatePublicSharingSettingsResponse {
|
|
1935
|
-
RequestId?: string;
|
|
1936
|
-
Status?: number;
|
|
1937
|
-
}
|
|
1938
|
-
export interface UpdateRefreshScheduleRequest {
|
|
1939
|
-
DataSetId: string | undefined;
|
|
1940
|
-
AwsAccountId: string | undefined;
|
|
1941
|
-
Schedule: RefreshSchedule | undefined;
|
|
1942
|
-
}
|
|
1943
|
-
export interface UpdateRefreshScheduleResponse {
|
|
1944
|
-
Status?: number;
|
|
1945
|
-
RequestId?: string;
|
|
1946
|
-
ScheduleId?: string;
|
|
1947
|
-
Arn?: string;
|
|
1948
|
-
}
|
|
1949
|
-
export interface UpdateTemplateRequest {
|
|
1950
|
-
AwsAccountId: string | undefined;
|
|
1951
|
-
TemplateId: string | undefined;
|
|
1952
|
-
SourceEntity?: TemplateSourceEntity;
|
|
1953
|
-
VersionDescription?: string;
|
|
1954
|
-
Name?: string;
|
|
1955
|
-
Definition?: TemplateVersionDefinition;
|
|
1956
|
-
}
|
|
1957
|
-
export interface UpdateTemplateResponse {
|
|
1958
|
-
TemplateId?: string;
|
|
1959
|
-
Arn?: string;
|
|
1960
|
-
VersionArn?: string;
|
|
1961
|
-
CreationStatus?: ResourceStatus | string;
|
|
1962
|
-
Status?: number;
|
|
1963
|
-
RequestId?: string;
|
|
1964
|
-
}
|
|
1965
|
-
export interface UpdateTemplateAliasRequest {
|
|
1966
|
-
AwsAccountId: string | undefined;
|
|
1967
|
-
TemplateId: string | undefined;
|
|
1968
|
-
AliasName: string | undefined;
|
|
1969
|
-
TemplateVersionNumber: number | undefined;
|
|
1970
|
-
}
|
|
1971
1913
|
export declare const DescribeAnalysisDefinitionResponseFilterSensitiveLog: (
|
|
1972
1914
|
obj: DescribeAnalysisDefinitionResponse
|
|
1973
1915
|
) => any;
|
|
@@ -1977,6 +1919,18 @@ export declare const DescribeAssetBundleImportJobResponseFilterSensitiveLog: (
|
|
|
1977
1919
|
export declare const DescribeDashboardDefinitionResponseFilterSensitiveLog: (
|
|
1978
1920
|
obj: DescribeDashboardDefinitionResponse
|
|
1979
1921
|
) => any;
|
|
1922
|
+
export declare const SnapshotConfigurationFilterSensitiveLog: (
|
|
1923
|
+
obj: SnapshotConfiguration
|
|
1924
|
+
) => any;
|
|
1925
|
+
export declare const DescribeDashboardSnapshotJobResponseFilterSensitiveLog: (
|
|
1926
|
+
obj: DescribeDashboardSnapshotJobResponse
|
|
1927
|
+
) => any;
|
|
1928
|
+
export declare const SnapshotJobResultFilterSensitiveLog: (
|
|
1929
|
+
obj: SnapshotJobResult
|
|
1930
|
+
) => any;
|
|
1931
|
+
export declare const DescribeDashboardSnapshotJobResultResponseFilterSensitiveLog: (
|
|
1932
|
+
obj: DescribeDashboardSnapshotJobResultResponse
|
|
1933
|
+
) => any;
|
|
1980
1934
|
export declare const DescribeDataSetResponseFilterSensitiveLog: (
|
|
1981
1935
|
obj: DescribeDataSetResponse
|
|
1982
1936
|
) => any;
|
|
@@ -2005,18 +1959,18 @@ export declare const GetSessionEmbedUrlResponseFilterSensitiveLog: (
|
|
|
2005
1959
|
export declare const StartAssetBundleImportJobRequestFilterSensitiveLog: (
|
|
2006
1960
|
obj: StartAssetBundleImportJobRequest
|
|
2007
1961
|
) => any;
|
|
1962
|
+
export declare const SnapshotAnonymousUserFilterSensitiveLog: (
|
|
1963
|
+
obj: SnapshotAnonymousUser
|
|
1964
|
+
) => any;
|
|
1965
|
+
export declare const SnapshotUserConfigurationFilterSensitiveLog: (
|
|
1966
|
+
obj: SnapshotUserConfiguration
|
|
1967
|
+
) => any;
|
|
1968
|
+
export declare const StartDashboardSnapshotJobRequestFilterSensitiveLog: (
|
|
1969
|
+
obj: StartDashboardSnapshotJobRequest
|
|
1970
|
+
) => any;
|
|
2008
1971
|
export declare const UpdateAnalysisRequestFilterSensitiveLog: (
|
|
2009
1972
|
obj: UpdateAnalysisRequest
|
|
2010
1973
|
) => any;
|
|
2011
1974
|
export declare const UpdateDashboardRequestFilterSensitiveLog: (
|
|
2012
1975
|
obj: UpdateDashboardRequest
|
|
2013
1976
|
) => any;
|
|
2014
|
-
export declare const UpdateDataSetRequestFilterSensitiveLog: (
|
|
2015
|
-
obj: UpdateDataSetRequest
|
|
2016
|
-
) => any;
|
|
2017
|
-
export declare const UpdateDataSourceRequestFilterSensitiveLog: (
|
|
2018
|
-
obj: UpdateDataSourceRequest
|
|
2019
|
-
) => any;
|
|
2020
|
-
export declare const UpdateTemplateRequestFilterSensitiveLog: (
|
|
2021
|
-
obj: UpdateTemplateRequest
|
|
2022
|
-
) => any;
|