@aws-sdk/client-quicksight 3.169.0 → 3.171.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/CHANGELOG.md +16 -0
- package/dist-types/ts3.4/QuickSight.d.ts +2056 -401
- package/dist-types/ts3.4/QuickSightClient.d.ts +824 -193
- package/dist-types/ts3.4/commands/CancelIngestionCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateAccountCustomizationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateAccountSubscriptionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateAnalysisCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateDashboardCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateDataSetCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateDataSourceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateFolderCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateFolderMembershipCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateGroupCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateGroupMembershipCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateIAMPolicyAssignmentCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateIngestionCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateNamespaceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateTemplateAliasCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/CreateTemplateCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateThemeAliasCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateThemeCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteAccountCustomizationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteAnalysisCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteDashboardCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteDataSetCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteDataSourceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteFolderCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteFolderMembershipCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteGroupCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteGroupMembershipCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteIAMPolicyAssignmentCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteNamespaceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteTemplateAliasCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DeleteTemplateCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteThemeAliasCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteThemeCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteUserByPrincipalIdCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DescribeAccountCustomizationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeAccountSettingsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeAccountSubscriptionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeAnalysisCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeAnalysisPermissionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeDashboardCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeDashboardPermissionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeDataSetCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeDataSetPermissionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeDataSourceCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeDataSourcePermissionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeFolderCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeFolderPermissionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeFolderResolvedPermissionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeGroupCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeGroupMembershipCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeIAMPolicyAssignmentCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeIngestionCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeIpRestrictionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeNamespaceCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeTemplateAliasCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeTemplateCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeTemplatePermissionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeThemeAliasCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeThemeCommand.d.ts +33 -18
- package/dist-types/ts3.4/commands/DescribeThemePermissionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeUserCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GenerateEmbedUrlForAnonymousUserCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GenerateEmbedUrlForRegisteredUserCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetDashboardEmbedUrlCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetSessionEmbedUrlCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListAnalysesCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListDashboardVersionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListDashboardsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListDataSetsCommand.d.ts +32 -8
- package/dist-types/ts3.4/commands/ListDataSourcesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListFolderMembersCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListFoldersCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListGroupMembershipsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListGroupsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListIAMPolicyAssignmentsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListIAMPolicyAssignmentsForUserCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListIngestionsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListNamespacesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListTemplateAliasesCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListTemplateVersionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListTemplatesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListThemeAliasesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListThemeVersionsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListThemesCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListUserGroupsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListUsersCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/RegisterUserCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/RestoreAnalysisCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/SearchAnalysesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/SearchDashboardsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/SearchFoldersCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/SearchGroupsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateAccountCustomizationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateAccountSettingsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateAnalysisCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateAnalysisPermissionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateDashboardCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateDashboardPermissionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateDashboardPublishedVersionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateDataSetCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateDataSetPermissionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateDataSourceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateDataSourcePermissionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateFolderCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateFolderPermissionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateGroupCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateIAMPolicyAssignmentCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateIpRestrictionCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/UpdatePublicSharingSettingsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateTemplateAliasCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/UpdateTemplateCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateTemplatePermissionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateThemeAliasCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateThemeCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateThemePermissionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateUserCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/index.d.ts +120 -120
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/QuickSightServiceException.d.ts +7 -6
- package/dist-types/ts3.4/models/index.d.ts +2 -2
- package/dist-types/ts3.4/models/models_0.d.ts +3200 -4030
- package/dist-types/ts3.4/models/models_1.d.ts +1430 -213
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListAnalysesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListDashboardVersionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListDashboardsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListDataSetsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListDataSourcesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListIngestionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListNamespacesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListTemplateAliasesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListTemplateVersionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListTemplatesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListThemeVersionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListThemesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/SearchAnalysesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/SearchDashboardsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +15 -15
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +1445 -362
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
- package/package.json +34 -34
|
@@ -1,213 +1,1430 @@
|
|
|
1
|
-
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
}
|
|
66
|
-
export interface
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
}
|
|
80
|
-
export interface
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
}
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
}
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
_Parameters,
|
|
4
|
+
AccountCustomization,
|
|
5
|
+
ActiveIAMPolicyAssignment,
|
|
6
|
+
AnalysisSearchFilter,
|
|
7
|
+
AnalysisSourceEntity,
|
|
8
|
+
AnalysisSummary,
|
|
9
|
+
AnonymousUserEmbeddingExperienceConfiguration,
|
|
10
|
+
AssignmentStatus,
|
|
11
|
+
ColumnGroup,
|
|
12
|
+
ColumnLevelPermissionRule,
|
|
13
|
+
DashboardPublishOptions,
|
|
14
|
+
DashboardSearchFilter,
|
|
15
|
+
DashboardSourceEntity,
|
|
16
|
+
DashboardSummary,
|
|
17
|
+
DashboardVersionSummary,
|
|
18
|
+
DashboardVisualId,
|
|
19
|
+
DataSetImportMode,
|
|
20
|
+
DataSetSummary,
|
|
21
|
+
DataSetUsageConfiguration,
|
|
22
|
+
DataSource,
|
|
23
|
+
DataSourceCredentials,
|
|
24
|
+
DataSourceParameters,
|
|
25
|
+
FieldFolder,
|
|
26
|
+
FilterOperator,
|
|
27
|
+
FolderType,
|
|
28
|
+
Group,
|
|
29
|
+
GroupMember,
|
|
30
|
+
Ingestion,
|
|
31
|
+
LinkSharingConfiguration,
|
|
32
|
+
LogicalTable,
|
|
33
|
+
NamespaceInfoV2,
|
|
34
|
+
PhysicalTable,
|
|
35
|
+
ResourcePermission,
|
|
36
|
+
ResourceStatus,
|
|
37
|
+
RowLevelPermissionDataSet,
|
|
38
|
+
RowLevelPermissionTagConfiguration,
|
|
39
|
+
SslProperties,
|
|
40
|
+
Tag,
|
|
41
|
+
TemplateAlias,
|
|
42
|
+
TemplateSourceEntity,
|
|
43
|
+
ThemeAlias,
|
|
44
|
+
ThemeConfiguration,
|
|
45
|
+
ThemeType,
|
|
46
|
+
VpcConnectionProperties,
|
|
47
|
+
} from "./models_0";
|
|
48
|
+
import { QuickSightServiceException as __BaseException } from "./QuickSightServiceException";
|
|
49
|
+
export declare enum ThemeErrorType {
|
|
50
|
+
INTERNAL_FAILURE = "INTERNAL_FAILURE",
|
|
51
|
+
}
|
|
52
|
+
export interface ThemeError {
|
|
53
|
+
Type?: ThemeErrorType | string;
|
|
54
|
+
Message?: string;
|
|
55
|
+
}
|
|
56
|
+
export interface ThemeVersion {
|
|
57
|
+
VersionNumber?: number;
|
|
58
|
+
Arn?: string;
|
|
59
|
+
Description?: string;
|
|
60
|
+
BaseThemeId?: string;
|
|
61
|
+
CreatedTime?: Date;
|
|
62
|
+
Configuration?: ThemeConfiguration;
|
|
63
|
+
Errors?: ThemeError[];
|
|
64
|
+
Status?: ResourceStatus | string;
|
|
65
|
+
}
|
|
66
|
+
export interface Theme {
|
|
67
|
+
Arn?: string;
|
|
68
|
+
Name?: string;
|
|
69
|
+
ThemeId?: string;
|
|
70
|
+
Version?: ThemeVersion;
|
|
71
|
+
CreatedTime?: Date;
|
|
72
|
+
LastUpdatedTime?: Date;
|
|
73
|
+
Type?: ThemeType | string;
|
|
74
|
+
}
|
|
75
|
+
export interface DescribeThemeResponse {
|
|
76
|
+
Theme?: Theme;
|
|
77
|
+
Status?: number;
|
|
78
|
+
RequestId?: string;
|
|
79
|
+
}
|
|
80
|
+
export interface DescribeThemeAliasRequest {
|
|
81
|
+
AwsAccountId: string | undefined;
|
|
82
|
+
ThemeId: string | undefined;
|
|
83
|
+
AliasName: string | undefined;
|
|
84
|
+
}
|
|
85
|
+
export interface DescribeThemeAliasResponse {
|
|
86
|
+
ThemeAlias?: ThemeAlias;
|
|
87
|
+
Status?: number;
|
|
88
|
+
RequestId?: string;
|
|
89
|
+
}
|
|
90
|
+
export interface DescribeThemePermissionsRequest {
|
|
91
|
+
AwsAccountId: string | undefined;
|
|
92
|
+
ThemeId: string | undefined;
|
|
93
|
+
}
|
|
94
|
+
export interface DescribeThemePermissionsResponse {
|
|
95
|
+
ThemeId?: string;
|
|
96
|
+
ThemeArn?: string;
|
|
97
|
+
Permissions?: ResourcePermission[];
|
|
98
|
+
RequestId?: string;
|
|
99
|
+
Status?: number;
|
|
100
|
+
}
|
|
101
|
+
export interface DescribeUserRequest {
|
|
102
|
+
UserName: string | undefined;
|
|
103
|
+
AwsAccountId: string | undefined;
|
|
104
|
+
Namespace: string | undefined;
|
|
105
|
+
}
|
|
106
|
+
export declare enum IdentityType {
|
|
107
|
+
IAM = "IAM",
|
|
108
|
+
QUICKSIGHT = "QUICKSIGHT",
|
|
109
|
+
}
|
|
110
|
+
export declare enum UserRole {
|
|
111
|
+
ADMIN = "ADMIN",
|
|
112
|
+
AUTHOR = "AUTHOR",
|
|
113
|
+
READER = "READER",
|
|
114
|
+
RESTRICTED_AUTHOR = "RESTRICTED_AUTHOR",
|
|
115
|
+
RESTRICTED_READER = "RESTRICTED_READER",
|
|
116
|
+
}
|
|
117
|
+
export interface User {
|
|
118
|
+
Arn?: string;
|
|
119
|
+
UserName?: string;
|
|
120
|
+
Email?: string;
|
|
121
|
+
Role?: UserRole | string;
|
|
122
|
+
IdentityType?: IdentityType | string;
|
|
123
|
+
Active?: boolean;
|
|
124
|
+
PrincipalId?: string;
|
|
125
|
+
CustomPermissionsName?: string;
|
|
126
|
+
ExternalLoginFederationProviderType?: string;
|
|
127
|
+
ExternalLoginFederationProviderUrl?: string;
|
|
128
|
+
ExternalLoginId?: string;
|
|
129
|
+
}
|
|
130
|
+
export interface DescribeUserResponse {
|
|
131
|
+
User?: User;
|
|
132
|
+
RequestId?: string;
|
|
133
|
+
Status?: number;
|
|
134
|
+
}
|
|
135
|
+
export declare class DomainNotWhitelistedException extends __BaseException {
|
|
136
|
+
readonly name: "DomainNotWhitelistedException";
|
|
137
|
+
readonly $fault: "client";
|
|
138
|
+
Message?: string;
|
|
139
|
+
RequestId?: string;
|
|
140
|
+
constructor(
|
|
141
|
+
opts: __ExceptionOptionType<DomainNotWhitelistedException, __BaseException>
|
|
142
|
+
);
|
|
143
|
+
}
|
|
144
|
+
export declare enum EmbeddingIdentityType {
|
|
145
|
+
ANONYMOUS = "ANONYMOUS",
|
|
146
|
+
IAM = "IAM",
|
|
147
|
+
QUICKSIGHT = "QUICKSIGHT",
|
|
148
|
+
}
|
|
149
|
+
export declare enum FolderFilterAttribute {
|
|
150
|
+
PARENT_FOLDER_ARN = "PARENT_FOLDER_ARN",
|
|
151
|
+
}
|
|
152
|
+
export interface MemberIdArnPair {
|
|
153
|
+
MemberId?: string;
|
|
154
|
+
MemberArn?: string;
|
|
155
|
+
}
|
|
156
|
+
export interface FolderSearchFilter {
|
|
157
|
+
Operator?: FilterOperator | string;
|
|
158
|
+
Name?: FolderFilterAttribute | string;
|
|
159
|
+
Value?: string;
|
|
160
|
+
}
|
|
161
|
+
export interface FolderSummary {
|
|
162
|
+
Arn?: string;
|
|
163
|
+
FolderId?: string;
|
|
164
|
+
Name?: string;
|
|
165
|
+
FolderType?: FolderType | string;
|
|
166
|
+
CreatedTime?: Date;
|
|
167
|
+
LastUpdatedTime?: Date;
|
|
168
|
+
}
|
|
169
|
+
export interface SessionTag {
|
|
170
|
+
Key: string | undefined;
|
|
171
|
+
Value: string | undefined;
|
|
172
|
+
}
|
|
173
|
+
export interface GenerateEmbedUrlForAnonymousUserRequest {
|
|
174
|
+
AwsAccountId: string | undefined;
|
|
175
|
+
SessionLifetimeInMinutes?: number;
|
|
176
|
+
Namespace: string | undefined;
|
|
177
|
+
SessionTags?: SessionTag[];
|
|
178
|
+
AuthorizedResourceArns: string[] | undefined;
|
|
179
|
+
ExperienceConfiguration:
|
|
180
|
+
| AnonymousUserEmbeddingExperienceConfiguration
|
|
181
|
+
| undefined;
|
|
182
|
+
AllowedDomains?: string[];
|
|
183
|
+
}
|
|
184
|
+
export interface GenerateEmbedUrlForAnonymousUserResponse {
|
|
185
|
+
EmbedUrl: string | undefined;
|
|
186
|
+
Status: number | undefined;
|
|
187
|
+
RequestId: string | undefined;
|
|
188
|
+
}
|
|
189
|
+
export declare class SessionLifetimeInMinutesInvalidException extends __BaseException {
|
|
190
|
+
readonly name: "SessionLifetimeInMinutesInvalidException";
|
|
191
|
+
readonly $fault: "client";
|
|
192
|
+
Message?: string;
|
|
193
|
+
RequestId?: string;
|
|
194
|
+
constructor(
|
|
195
|
+
opts: __ExceptionOptionType<
|
|
196
|
+
SessionLifetimeInMinutesInvalidException,
|
|
197
|
+
__BaseException
|
|
198
|
+
>
|
|
199
|
+
);
|
|
200
|
+
}
|
|
201
|
+
export declare class UnsupportedPricingPlanException extends __BaseException {
|
|
202
|
+
readonly name: "UnsupportedPricingPlanException";
|
|
203
|
+
readonly $fault: "client";
|
|
204
|
+
Message?: string;
|
|
205
|
+
RequestId?: string;
|
|
206
|
+
constructor(
|
|
207
|
+
opts: __ExceptionOptionType<
|
|
208
|
+
UnsupportedPricingPlanException,
|
|
209
|
+
__BaseException
|
|
210
|
+
>
|
|
211
|
+
);
|
|
212
|
+
}
|
|
213
|
+
export interface RegisteredUserDashboardEmbeddingConfiguration {
|
|
214
|
+
InitialDashboardId: string | undefined;
|
|
215
|
+
}
|
|
216
|
+
export interface RegisteredUserDashboardVisualEmbeddingConfiguration {
|
|
217
|
+
InitialDashboardVisualId: DashboardVisualId | undefined;
|
|
218
|
+
}
|
|
219
|
+
export interface RegisteredUserQSearchBarEmbeddingConfiguration {
|
|
220
|
+
InitialTopicId?: string;
|
|
221
|
+
}
|
|
222
|
+
export interface RegisteredUserQuickSightConsoleEmbeddingConfiguration {
|
|
223
|
+
InitialPath?: string;
|
|
224
|
+
}
|
|
225
|
+
export interface RegisteredUserEmbeddingExperienceConfiguration {
|
|
226
|
+
Dashboard?: RegisteredUserDashboardEmbeddingConfiguration;
|
|
227
|
+
QuickSightConsole?: RegisteredUserQuickSightConsoleEmbeddingConfiguration;
|
|
228
|
+
QSearchBar?: RegisteredUserQSearchBarEmbeddingConfiguration;
|
|
229
|
+
DashboardVisual?: RegisteredUserDashboardVisualEmbeddingConfiguration;
|
|
230
|
+
}
|
|
231
|
+
export interface GenerateEmbedUrlForRegisteredUserRequest {
|
|
232
|
+
AwsAccountId: string | undefined;
|
|
233
|
+
SessionLifetimeInMinutes?: number;
|
|
234
|
+
UserArn: string | undefined;
|
|
235
|
+
ExperienceConfiguration:
|
|
236
|
+
| RegisteredUserEmbeddingExperienceConfiguration
|
|
237
|
+
| undefined;
|
|
238
|
+
AllowedDomains?: string[];
|
|
239
|
+
}
|
|
240
|
+
export interface GenerateEmbedUrlForRegisteredUserResponse {
|
|
241
|
+
EmbedUrl: string | undefined;
|
|
242
|
+
Status: number | undefined;
|
|
243
|
+
RequestId: string | undefined;
|
|
244
|
+
}
|
|
245
|
+
export declare class QuickSightUserNotFoundException extends __BaseException {
|
|
246
|
+
readonly name: "QuickSightUserNotFoundException";
|
|
247
|
+
readonly $fault: "client";
|
|
248
|
+
Message?: string;
|
|
249
|
+
RequestId?: string;
|
|
250
|
+
constructor(
|
|
251
|
+
opts: __ExceptionOptionType<
|
|
252
|
+
QuickSightUserNotFoundException,
|
|
253
|
+
__BaseException
|
|
254
|
+
>
|
|
255
|
+
);
|
|
256
|
+
}
|
|
257
|
+
export interface GetDashboardEmbedUrlRequest {
|
|
258
|
+
AwsAccountId: string | undefined;
|
|
259
|
+
DashboardId: string | undefined;
|
|
260
|
+
IdentityType: EmbeddingIdentityType | string | undefined;
|
|
261
|
+
SessionLifetimeInMinutes?: number;
|
|
262
|
+
UndoRedoDisabled?: boolean;
|
|
263
|
+
ResetDisabled?: boolean;
|
|
264
|
+
StatePersistenceEnabled?: boolean;
|
|
265
|
+
UserArn?: string;
|
|
266
|
+
Namespace?: string;
|
|
267
|
+
AdditionalDashboardIds?: string[];
|
|
268
|
+
}
|
|
269
|
+
export interface GetDashboardEmbedUrlResponse {
|
|
270
|
+
EmbedUrl?: string;
|
|
271
|
+
Status?: number;
|
|
272
|
+
RequestId?: string;
|
|
273
|
+
}
|
|
274
|
+
export declare class IdentityTypeNotSupportedException extends __BaseException {
|
|
275
|
+
readonly name: "IdentityTypeNotSupportedException";
|
|
276
|
+
readonly $fault: "client";
|
|
277
|
+
Message?: string;
|
|
278
|
+
RequestId?: string;
|
|
279
|
+
constructor(
|
|
280
|
+
opts: __ExceptionOptionType<
|
|
281
|
+
IdentityTypeNotSupportedException,
|
|
282
|
+
__BaseException
|
|
283
|
+
>
|
|
284
|
+
);
|
|
285
|
+
}
|
|
286
|
+
export interface GetSessionEmbedUrlRequest {
|
|
287
|
+
AwsAccountId: string | undefined;
|
|
288
|
+
EntryPoint?: string;
|
|
289
|
+
SessionLifetimeInMinutes?: number;
|
|
290
|
+
UserArn?: string;
|
|
291
|
+
}
|
|
292
|
+
export interface GetSessionEmbedUrlResponse {
|
|
293
|
+
EmbedUrl?: string;
|
|
294
|
+
Status?: number;
|
|
295
|
+
RequestId?: string;
|
|
296
|
+
}
|
|
297
|
+
export declare enum GroupFilterAttribute {
|
|
298
|
+
GROUP_NAME = "GROUP_NAME",
|
|
299
|
+
}
|
|
300
|
+
export declare enum GroupFilterOperator {
|
|
301
|
+
StartsWith = "StartsWith",
|
|
302
|
+
}
|
|
303
|
+
export interface GroupSearchFilter {
|
|
304
|
+
Operator: GroupFilterOperator | string | undefined;
|
|
305
|
+
Name: GroupFilterAttribute | string | undefined;
|
|
306
|
+
Value: string | undefined;
|
|
307
|
+
}
|
|
308
|
+
export interface IAMPolicyAssignmentSummary {
|
|
309
|
+
AssignmentName?: string;
|
|
310
|
+
AssignmentStatus?: AssignmentStatus | string;
|
|
311
|
+
}
|
|
312
|
+
export interface ListAnalysesRequest {
|
|
313
|
+
AwsAccountId: string | undefined;
|
|
314
|
+
NextToken?: string;
|
|
315
|
+
MaxResults?: number;
|
|
316
|
+
}
|
|
317
|
+
export interface ListAnalysesResponse {
|
|
318
|
+
AnalysisSummaryList?: AnalysisSummary[];
|
|
319
|
+
NextToken?: string;
|
|
320
|
+
Status?: number;
|
|
321
|
+
RequestId?: string;
|
|
322
|
+
}
|
|
323
|
+
export interface ListDashboardsRequest {
|
|
324
|
+
AwsAccountId: string | undefined;
|
|
325
|
+
NextToken?: string;
|
|
326
|
+
MaxResults?: number;
|
|
327
|
+
}
|
|
328
|
+
export interface ListDashboardsResponse {
|
|
329
|
+
DashboardSummaryList?: DashboardSummary[];
|
|
330
|
+
NextToken?: string;
|
|
331
|
+
Status?: number;
|
|
332
|
+
RequestId?: string;
|
|
333
|
+
}
|
|
334
|
+
export interface ListDashboardVersionsRequest {
|
|
335
|
+
AwsAccountId: string | undefined;
|
|
336
|
+
DashboardId: string | undefined;
|
|
337
|
+
NextToken?: string;
|
|
338
|
+
MaxResults?: number;
|
|
339
|
+
}
|
|
340
|
+
export interface ListDashboardVersionsResponse {
|
|
341
|
+
DashboardVersionSummaryList?: DashboardVersionSummary[];
|
|
342
|
+
NextToken?: string;
|
|
343
|
+
Status?: number;
|
|
344
|
+
RequestId?: string;
|
|
345
|
+
}
|
|
346
|
+
export interface ListDataSetsRequest {
|
|
347
|
+
AwsAccountId: string | undefined;
|
|
348
|
+
NextToken?: string;
|
|
349
|
+
MaxResults?: number;
|
|
350
|
+
}
|
|
351
|
+
export interface ListDataSetsResponse {
|
|
352
|
+
DataSetSummaries?: DataSetSummary[];
|
|
353
|
+
NextToken?: string;
|
|
354
|
+
RequestId?: string;
|
|
355
|
+
Status?: number;
|
|
356
|
+
}
|
|
357
|
+
export interface ListDataSourcesRequest {
|
|
358
|
+
AwsAccountId: string | undefined;
|
|
359
|
+
NextToken?: string;
|
|
360
|
+
MaxResults?: number;
|
|
361
|
+
}
|
|
362
|
+
export interface ListDataSourcesResponse {
|
|
363
|
+
DataSources?: DataSource[];
|
|
364
|
+
NextToken?: string;
|
|
365
|
+
RequestId?: string;
|
|
366
|
+
Status?: number;
|
|
367
|
+
}
|
|
368
|
+
export interface ListFolderMembersRequest {
|
|
369
|
+
AwsAccountId: string | undefined;
|
|
370
|
+
FolderId: string | undefined;
|
|
371
|
+
NextToken?: string;
|
|
372
|
+
MaxResults?: number;
|
|
373
|
+
}
|
|
374
|
+
export interface ListFolderMembersResponse {
|
|
375
|
+
Status?: number;
|
|
376
|
+
FolderMemberList?: MemberIdArnPair[];
|
|
377
|
+
NextToken?: string;
|
|
378
|
+
RequestId?: string;
|
|
379
|
+
}
|
|
380
|
+
export interface ListFoldersRequest {
|
|
381
|
+
AwsAccountId: string | undefined;
|
|
382
|
+
NextToken?: string;
|
|
383
|
+
MaxResults?: number;
|
|
384
|
+
}
|
|
385
|
+
export interface ListFoldersResponse {
|
|
386
|
+
Status?: number;
|
|
387
|
+
FolderSummaryList?: FolderSummary[];
|
|
388
|
+
NextToken?: string;
|
|
389
|
+
RequestId?: string;
|
|
390
|
+
}
|
|
391
|
+
export interface ListGroupMembershipsRequest {
|
|
392
|
+
GroupName: string | undefined;
|
|
393
|
+
NextToken?: string;
|
|
394
|
+
MaxResults?: number;
|
|
395
|
+
AwsAccountId: string | undefined;
|
|
396
|
+
Namespace: string | undefined;
|
|
397
|
+
}
|
|
398
|
+
export interface ListGroupMembershipsResponse {
|
|
399
|
+
GroupMemberList?: GroupMember[];
|
|
400
|
+
NextToken?: string;
|
|
401
|
+
RequestId?: string;
|
|
402
|
+
Status?: number;
|
|
403
|
+
}
|
|
404
|
+
export interface ListGroupsRequest {
|
|
405
|
+
AwsAccountId: string | undefined;
|
|
406
|
+
NextToken?: string;
|
|
407
|
+
MaxResults?: number;
|
|
408
|
+
Namespace: string | undefined;
|
|
409
|
+
}
|
|
410
|
+
export interface ListGroupsResponse {
|
|
411
|
+
GroupList?: Group[];
|
|
412
|
+
NextToken?: string;
|
|
413
|
+
RequestId?: string;
|
|
414
|
+
Status?: number;
|
|
415
|
+
}
|
|
416
|
+
export interface ListIAMPolicyAssignmentsRequest {
|
|
417
|
+
AwsAccountId: string | undefined;
|
|
418
|
+
AssignmentStatus?: AssignmentStatus | string;
|
|
419
|
+
Namespace: string | undefined;
|
|
420
|
+
NextToken?: string;
|
|
421
|
+
MaxResults?: number;
|
|
422
|
+
}
|
|
423
|
+
export interface ListIAMPolicyAssignmentsResponse {
|
|
424
|
+
IAMPolicyAssignments?: IAMPolicyAssignmentSummary[];
|
|
425
|
+
NextToken?: string;
|
|
426
|
+
RequestId?: string;
|
|
427
|
+
Status?: number;
|
|
428
|
+
}
|
|
429
|
+
export interface ListIAMPolicyAssignmentsForUserRequest {
|
|
430
|
+
AwsAccountId: string | undefined;
|
|
431
|
+
UserName: string | undefined;
|
|
432
|
+
NextToken?: string;
|
|
433
|
+
MaxResults?: number;
|
|
434
|
+
Namespace: string | undefined;
|
|
435
|
+
}
|
|
436
|
+
export interface ListIAMPolicyAssignmentsForUserResponse {
|
|
437
|
+
ActiveAssignments?: ActiveIAMPolicyAssignment[];
|
|
438
|
+
RequestId?: string;
|
|
439
|
+
NextToken?: string;
|
|
440
|
+
Status?: number;
|
|
441
|
+
}
|
|
442
|
+
export interface ListIngestionsRequest {
|
|
443
|
+
DataSetId: string | undefined;
|
|
444
|
+
NextToken?: string;
|
|
445
|
+
AwsAccountId: string | undefined;
|
|
446
|
+
MaxResults?: number;
|
|
447
|
+
}
|
|
448
|
+
export interface ListIngestionsResponse {
|
|
449
|
+
Ingestions?: Ingestion[];
|
|
450
|
+
NextToken?: string;
|
|
451
|
+
RequestId?: string;
|
|
452
|
+
Status?: number;
|
|
453
|
+
}
|
|
454
|
+
export interface ListNamespacesRequest {
|
|
455
|
+
AwsAccountId: string | undefined;
|
|
456
|
+
NextToken?: string;
|
|
457
|
+
MaxResults?: number;
|
|
458
|
+
}
|
|
459
|
+
export interface ListNamespacesResponse {
|
|
460
|
+
Namespaces?: NamespaceInfoV2[];
|
|
461
|
+
NextToken?: string;
|
|
462
|
+
RequestId?: string;
|
|
463
|
+
Status?: number;
|
|
464
|
+
}
|
|
465
|
+
export interface ListTagsForResourceRequest {
|
|
466
|
+
ResourceArn: string | undefined;
|
|
467
|
+
}
|
|
468
|
+
export interface ListTagsForResourceResponse {
|
|
469
|
+
Tags?: Tag[];
|
|
470
|
+
RequestId?: string;
|
|
471
|
+
Status?: number;
|
|
472
|
+
}
|
|
473
|
+
export interface ListTemplateAliasesRequest {
|
|
474
|
+
AwsAccountId: string | undefined;
|
|
475
|
+
TemplateId: string | undefined;
|
|
476
|
+
NextToken?: string;
|
|
477
|
+
MaxResults?: number;
|
|
478
|
+
}
|
|
479
|
+
export interface ListTemplateAliasesResponse {
|
|
480
|
+
TemplateAliasList?: TemplateAlias[];
|
|
481
|
+
Status?: number;
|
|
482
|
+
RequestId?: string;
|
|
483
|
+
NextToken?: string;
|
|
484
|
+
}
|
|
485
|
+
export interface ListTemplatesRequest {
|
|
486
|
+
AwsAccountId: string | undefined;
|
|
487
|
+
NextToken?: string;
|
|
488
|
+
MaxResults?: number;
|
|
489
|
+
}
|
|
490
|
+
export interface TemplateSummary {
|
|
491
|
+
Arn?: string;
|
|
492
|
+
TemplateId?: string;
|
|
493
|
+
Name?: string;
|
|
494
|
+
LatestVersionNumber?: number;
|
|
495
|
+
CreatedTime?: Date;
|
|
496
|
+
LastUpdatedTime?: Date;
|
|
497
|
+
}
|
|
498
|
+
export interface ListTemplatesResponse {
|
|
499
|
+
TemplateSummaryList?: TemplateSummary[];
|
|
500
|
+
NextToken?: string;
|
|
501
|
+
Status?: number;
|
|
502
|
+
RequestId?: string;
|
|
503
|
+
}
|
|
504
|
+
export interface ListTemplateVersionsRequest {
|
|
505
|
+
AwsAccountId: string | undefined;
|
|
506
|
+
TemplateId: string | undefined;
|
|
507
|
+
NextToken?: string;
|
|
508
|
+
MaxResults?: number;
|
|
509
|
+
}
|
|
510
|
+
export interface TemplateVersionSummary {
|
|
511
|
+
Arn?: string;
|
|
512
|
+
VersionNumber?: number;
|
|
513
|
+
CreatedTime?: Date;
|
|
514
|
+
Status?: ResourceStatus | string;
|
|
515
|
+
Description?: string;
|
|
516
|
+
}
|
|
517
|
+
export interface ListTemplateVersionsResponse {
|
|
518
|
+
TemplateVersionSummaryList?: TemplateVersionSummary[];
|
|
519
|
+
NextToken?: string;
|
|
520
|
+
Status?: number;
|
|
521
|
+
RequestId?: string;
|
|
522
|
+
}
|
|
523
|
+
export interface ListThemeAliasesRequest {
|
|
524
|
+
AwsAccountId: string | undefined;
|
|
525
|
+
ThemeId: string | undefined;
|
|
526
|
+
NextToken?: string;
|
|
527
|
+
MaxResults?: number;
|
|
528
|
+
}
|
|
529
|
+
export interface ListThemeAliasesResponse {
|
|
530
|
+
ThemeAliasList?: ThemeAlias[];
|
|
531
|
+
Status?: number;
|
|
532
|
+
RequestId?: string;
|
|
533
|
+
NextToken?: string;
|
|
534
|
+
}
|
|
535
|
+
export interface ListThemesRequest {
|
|
536
|
+
AwsAccountId: string | undefined;
|
|
537
|
+
NextToken?: string;
|
|
538
|
+
MaxResults?: number;
|
|
539
|
+
Type?: ThemeType | string;
|
|
540
|
+
}
|
|
541
|
+
export interface ThemeSummary {
|
|
542
|
+
Arn?: string;
|
|
543
|
+
Name?: string;
|
|
544
|
+
ThemeId?: string;
|
|
545
|
+
LatestVersionNumber?: number;
|
|
546
|
+
CreatedTime?: Date;
|
|
547
|
+
LastUpdatedTime?: Date;
|
|
548
|
+
}
|
|
549
|
+
export interface ListThemesResponse {
|
|
550
|
+
ThemeSummaryList?: ThemeSummary[];
|
|
551
|
+
NextToken?: string;
|
|
552
|
+
Status?: number;
|
|
553
|
+
RequestId?: string;
|
|
554
|
+
}
|
|
555
|
+
export interface ListThemeVersionsRequest {
|
|
556
|
+
AwsAccountId: string | undefined;
|
|
557
|
+
ThemeId: string | undefined;
|
|
558
|
+
NextToken?: string;
|
|
559
|
+
MaxResults?: number;
|
|
560
|
+
}
|
|
561
|
+
export interface ThemeVersionSummary {
|
|
562
|
+
VersionNumber?: number;
|
|
563
|
+
Arn?: string;
|
|
564
|
+
Description?: string;
|
|
565
|
+
CreatedTime?: Date;
|
|
566
|
+
Status?: ResourceStatus | string;
|
|
567
|
+
}
|
|
568
|
+
export interface ListThemeVersionsResponse {
|
|
569
|
+
ThemeVersionSummaryList?: ThemeVersionSummary[];
|
|
570
|
+
NextToken?: string;
|
|
571
|
+
Status?: number;
|
|
572
|
+
RequestId?: string;
|
|
573
|
+
}
|
|
574
|
+
export interface ListUserGroupsRequest {
|
|
575
|
+
UserName: string | undefined;
|
|
576
|
+
AwsAccountId: string | undefined;
|
|
577
|
+
Namespace: string | undefined;
|
|
578
|
+
NextToken?: string;
|
|
579
|
+
MaxResults?: number;
|
|
580
|
+
}
|
|
581
|
+
export interface ListUserGroupsResponse {
|
|
582
|
+
GroupList?: Group[];
|
|
583
|
+
NextToken?: string;
|
|
584
|
+
RequestId?: string;
|
|
585
|
+
Status?: number;
|
|
586
|
+
}
|
|
587
|
+
export interface ListUsersRequest {
|
|
588
|
+
AwsAccountId: string | undefined;
|
|
589
|
+
NextToken?: string;
|
|
590
|
+
MaxResults?: number;
|
|
591
|
+
Namespace: string | undefined;
|
|
592
|
+
}
|
|
593
|
+
export interface ListUsersResponse {
|
|
594
|
+
UserList?: User[];
|
|
595
|
+
NextToken?: string;
|
|
596
|
+
RequestId?: string;
|
|
597
|
+
Status?: number;
|
|
598
|
+
}
|
|
599
|
+
export interface RegisterUserRequest {
|
|
600
|
+
IdentityType: IdentityType | string | undefined;
|
|
601
|
+
Email: string | undefined;
|
|
602
|
+
UserRole: UserRole | string | undefined;
|
|
603
|
+
IamArn?: string;
|
|
604
|
+
SessionName?: string;
|
|
605
|
+
AwsAccountId: string | undefined;
|
|
606
|
+
Namespace: string | undefined;
|
|
607
|
+
UserName?: string;
|
|
608
|
+
CustomPermissionsName?: string;
|
|
609
|
+
ExternalLoginFederationProviderType?: string;
|
|
610
|
+
CustomFederationProviderUrl?: string;
|
|
611
|
+
ExternalLoginId?: string;
|
|
612
|
+
}
|
|
613
|
+
export interface RegisterUserResponse {
|
|
614
|
+
User?: User;
|
|
615
|
+
UserInvitationUrl?: string;
|
|
616
|
+
RequestId?: string;
|
|
617
|
+
Status?: number;
|
|
618
|
+
}
|
|
619
|
+
export interface RestoreAnalysisRequest {
|
|
620
|
+
AwsAccountId: string | undefined;
|
|
621
|
+
AnalysisId: string | undefined;
|
|
622
|
+
}
|
|
623
|
+
export interface RestoreAnalysisResponse {
|
|
624
|
+
Status?: number;
|
|
625
|
+
Arn?: string;
|
|
626
|
+
AnalysisId?: string;
|
|
627
|
+
RequestId?: string;
|
|
628
|
+
}
|
|
629
|
+
export interface SearchAnalysesRequest {
|
|
630
|
+
AwsAccountId: string | undefined;
|
|
631
|
+
Filters: AnalysisSearchFilter[] | undefined;
|
|
632
|
+
NextToken?: string;
|
|
633
|
+
MaxResults?: number;
|
|
634
|
+
}
|
|
635
|
+
export interface SearchAnalysesResponse {
|
|
636
|
+
AnalysisSummaryList?: AnalysisSummary[];
|
|
637
|
+
NextToken?: string;
|
|
638
|
+
Status?: number;
|
|
639
|
+
RequestId?: string;
|
|
640
|
+
}
|
|
641
|
+
export interface SearchDashboardsRequest {
|
|
642
|
+
AwsAccountId: string | undefined;
|
|
643
|
+
Filters: DashboardSearchFilter[] | undefined;
|
|
644
|
+
NextToken?: string;
|
|
645
|
+
MaxResults?: number;
|
|
646
|
+
}
|
|
647
|
+
export interface SearchDashboardsResponse {
|
|
648
|
+
DashboardSummaryList?: DashboardSummary[];
|
|
649
|
+
NextToken?: string;
|
|
650
|
+
Status?: number;
|
|
651
|
+
RequestId?: string;
|
|
652
|
+
}
|
|
653
|
+
export interface SearchFoldersRequest {
|
|
654
|
+
AwsAccountId: string | undefined;
|
|
655
|
+
Filters: FolderSearchFilter[] | undefined;
|
|
656
|
+
NextToken?: string;
|
|
657
|
+
MaxResults?: number;
|
|
658
|
+
}
|
|
659
|
+
export interface SearchFoldersResponse {
|
|
660
|
+
Status?: number;
|
|
661
|
+
FolderSummaryList?: FolderSummary[];
|
|
662
|
+
NextToken?: string;
|
|
663
|
+
RequestId?: string;
|
|
664
|
+
}
|
|
665
|
+
export interface SearchGroupsRequest {
|
|
666
|
+
AwsAccountId: string | undefined;
|
|
667
|
+
NextToken?: string;
|
|
668
|
+
MaxResults?: number;
|
|
669
|
+
Namespace: string | undefined;
|
|
670
|
+
Filters: GroupSearchFilter[] | undefined;
|
|
671
|
+
}
|
|
672
|
+
export interface SearchGroupsResponse {
|
|
673
|
+
GroupList?: Group[];
|
|
674
|
+
NextToken?: string;
|
|
675
|
+
RequestId?: string;
|
|
676
|
+
Status?: number;
|
|
677
|
+
}
|
|
678
|
+
export interface TagResourceRequest {
|
|
679
|
+
ResourceArn: string | undefined;
|
|
680
|
+
Tags: Tag[] | undefined;
|
|
681
|
+
}
|
|
682
|
+
export interface TagResourceResponse {
|
|
683
|
+
RequestId?: string;
|
|
684
|
+
Status?: number;
|
|
685
|
+
}
|
|
686
|
+
export interface UntagResourceRequest {
|
|
687
|
+
ResourceArn: string | undefined;
|
|
688
|
+
TagKeys: string[] | undefined;
|
|
689
|
+
}
|
|
690
|
+
export interface UntagResourceResponse {
|
|
691
|
+
RequestId?: string;
|
|
692
|
+
Status?: number;
|
|
693
|
+
}
|
|
694
|
+
export interface UpdateAccountCustomizationRequest {
|
|
695
|
+
AwsAccountId: string | undefined;
|
|
696
|
+
Namespace?: string;
|
|
697
|
+
AccountCustomization: AccountCustomization | undefined;
|
|
698
|
+
}
|
|
699
|
+
export interface UpdateAccountCustomizationResponse {
|
|
700
|
+
Arn?: string;
|
|
701
|
+
AwsAccountId?: string;
|
|
702
|
+
Namespace?: string;
|
|
703
|
+
AccountCustomization?: AccountCustomization;
|
|
704
|
+
RequestId?: string;
|
|
705
|
+
Status?: number;
|
|
706
|
+
}
|
|
707
|
+
export interface UpdateAccountSettingsRequest {
|
|
708
|
+
AwsAccountId: string | undefined;
|
|
709
|
+
DefaultNamespace: string | undefined;
|
|
710
|
+
NotificationEmail?: string;
|
|
711
|
+
}
|
|
712
|
+
export interface UpdateAccountSettingsResponse {
|
|
713
|
+
RequestId?: string;
|
|
714
|
+
Status?: number;
|
|
715
|
+
}
|
|
716
|
+
export interface UpdateAnalysisRequest {
|
|
717
|
+
AwsAccountId: string | undefined;
|
|
718
|
+
AnalysisId: string | undefined;
|
|
719
|
+
Name: string | undefined;
|
|
720
|
+
Parameters?: _Parameters;
|
|
721
|
+
SourceEntity: AnalysisSourceEntity | undefined;
|
|
722
|
+
ThemeArn?: string;
|
|
723
|
+
}
|
|
724
|
+
export interface UpdateAnalysisResponse {
|
|
725
|
+
Arn?: string;
|
|
726
|
+
AnalysisId?: string;
|
|
727
|
+
UpdateStatus?: ResourceStatus | string;
|
|
728
|
+
Status?: number;
|
|
729
|
+
RequestId?: string;
|
|
730
|
+
}
|
|
731
|
+
export interface UpdateAnalysisPermissionsRequest {
|
|
732
|
+
AwsAccountId: string | undefined;
|
|
733
|
+
AnalysisId: string | undefined;
|
|
734
|
+
GrantPermissions?: ResourcePermission[];
|
|
735
|
+
RevokePermissions?: ResourcePermission[];
|
|
736
|
+
}
|
|
737
|
+
export interface UpdateAnalysisPermissionsResponse {
|
|
738
|
+
AnalysisArn?: string;
|
|
739
|
+
AnalysisId?: string;
|
|
740
|
+
Permissions?: ResourcePermission[];
|
|
741
|
+
RequestId?: string;
|
|
742
|
+
Status?: number;
|
|
743
|
+
}
|
|
744
|
+
export interface UpdateDashboardRequest {
|
|
745
|
+
AwsAccountId: string | undefined;
|
|
746
|
+
DashboardId: string | undefined;
|
|
747
|
+
Name: string | undefined;
|
|
748
|
+
SourceEntity: DashboardSourceEntity | undefined;
|
|
749
|
+
Parameters?: _Parameters;
|
|
750
|
+
VersionDescription?: string;
|
|
751
|
+
DashboardPublishOptions?: DashboardPublishOptions;
|
|
752
|
+
ThemeArn?: string;
|
|
753
|
+
}
|
|
754
|
+
export interface UpdateDashboardResponse {
|
|
755
|
+
Arn?: string;
|
|
756
|
+
VersionArn?: string;
|
|
757
|
+
DashboardId?: string;
|
|
758
|
+
CreationStatus?: ResourceStatus | string;
|
|
759
|
+
Status?: number;
|
|
760
|
+
RequestId?: string;
|
|
761
|
+
}
|
|
762
|
+
export interface UpdateDashboardPermissionsRequest {
|
|
763
|
+
AwsAccountId: string | undefined;
|
|
764
|
+
DashboardId: string | undefined;
|
|
765
|
+
GrantPermissions?: ResourcePermission[];
|
|
766
|
+
RevokePermissions?: ResourcePermission[];
|
|
767
|
+
GrantLinkPermissions?: ResourcePermission[];
|
|
768
|
+
RevokeLinkPermissions?: ResourcePermission[];
|
|
769
|
+
}
|
|
770
|
+
export interface UpdateDashboardPermissionsResponse {
|
|
771
|
+
DashboardArn?: string;
|
|
772
|
+
DashboardId?: string;
|
|
773
|
+
Permissions?: ResourcePermission[];
|
|
774
|
+
RequestId?: string;
|
|
775
|
+
Status?: number;
|
|
776
|
+
LinkSharingConfiguration?: LinkSharingConfiguration;
|
|
777
|
+
}
|
|
778
|
+
export interface UpdateDashboardPublishedVersionRequest {
|
|
779
|
+
AwsAccountId: string | undefined;
|
|
780
|
+
DashboardId: string | undefined;
|
|
781
|
+
VersionNumber: number | undefined;
|
|
782
|
+
}
|
|
783
|
+
export interface UpdateDashboardPublishedVersionResponse {
|
|
784
|
+
DashboardId?: string;
|
|
785
|
+
DashboardArn?: string;
|
|
786
|
+
Status?: number;
|
|
787
|
+
RequestId?: string;
|
|
788
|
+
}
|
|
789
|
+
export interface UpdateDataSetRequest {
|
|
790
|
+
AwsAccountId: string | undefined;
|
|
791
|
+
DataSetId: string | undefined;
|
|
792
|
+
Name: string | undefined;
|
|
793
|
+
PhysicalTableMap: Record<string, PhysicalTable> | undefined;
|
|
794
|
+
LogicalTableMap?: Record<string, LogicalTable>;
|
|
795
|
+
ImportMode: DataSetImportMode | string | undefined;
|
|
796
|
+
ColumnGroups?: ColumnGroup[];
|
|
797
|
+
FieldFolders?: Record<string, FieldFolder>;
|
|
798
|
+
RowLevelPermissionDataSet?: RowLevelPermissionDataSet;
|
|
799
|
+
RowLevelPermissionTagConfiguration?: RowLevelPermissionTagConfiguration;
|
|
800
|
+
ColumnLevelPermissionRules?: ColumnLevelPermissionRule[];
|
|
801
|
+
DataSetUsageConfiguration?: DataSetUsageConfiguration;
|
|
802
|
+
}
|
|
803
|
+
export interface UpdateDataSetResponse {
|
|
804
|
+
Arn?: string;
|
|
805
|
+
DataSetId?: string;
|
|
806
|
+
IngestionArn?: string;
|
|
807
|
+
IngestionId?: string;
|
|
808
|
+
RequestId?: string;
|
|
809
|
+
Status?: number;
|
|
810
|
+
}
|
|
811
|
+
export interface UpdateDataSetPermissionsRequest {
|
|
812
|
+
AwsAccountId: string | undefined;
|
|
813
|
+
DataSetId: string | undefined;
|
|
814
|
+
GrantPermissions?: ResourcePermission[];
|
|
815
|
+
RevokePermissions?: ResourcePermission[];
|
|
816
|
+
}
|
|
817
|
+
export interface UpdateDataSetPermissionsResponse {
|
|
818
|
+
DataSetArn?: string;
|
|
819
|
+
DataSetId?: string;
|
|
820
|
+
RequestId?: string;
|
|
821
|
+
Status?: number;
|
|
822
|
+
}
|
|
823
|
+
export interface UpdateDataSourceRequest {
|
|
824
|
+
AwsAccountId: string | undefined;
|
|
825
|
+
DataSourceId: string | undefined;
|
|
826
|
+
Name: string | undefined;
|
|
827
|
+
DataSourceParameters?: DataSourceParameters;
|
|
828
|
+
Credentials?: DataSourceCredentials;
|
|
829
|
+
VpcConnectionProperties?: VpcConnectionProperties;
|
|
830
|
+
SslProperties?: SslProperties;
|
|
831
|
+
}
|
|
832
|
+
export interface UpdateDataSourceResponse {
|
|
833
|
+
Arn?: string;
|
|
834
|
+
DataSourceId?: string;
|
|
835
|
+
UpdateStatus?: ResourceStatus | string;
|
|
836
|
+
RequestId?: string;
|
|
837
|
+
Status?: number;
|
|
838
|
+
}
|
|
839
|
+
export interface UpdateDataSourcePermissionsRequest {
|
|
840
|
+
AwsAccountId: string | undefined;
|
|
841
|
+
DataSourceId: string | undefined;
|
|
842
|
+
GrantPermissions?: ResourcePermission[];
|
|
843
|
+
RevokePermissions?: ResourcePermission[];
|
|
844
|
+
}
|
|
845
|
+
export interface UpdateDataSourcePermissionsResponse {
|
|
846
|
+
DataSourceArn?: string;
|
|
847
|
+
DataSourceId?: string;
|
|
848
|
+
RequestId?: string;
|
|
849
|
+
Status?: number;
|
|
850
|
+
}
|
|
851
|
+
export interface UpdateFolderRequest {
|
|
852
|
+
AwsAccountId: string | undefined;
|
|
853
|
+
FolderId: string | undefined;
|
|
854
|
+
Name: string | undefined;
|
|
855
|
+
}
|
|
856
|
+
export interface UpdateFolderResponse {
|
|
857
|
+
Status?: number;
|
|
858
|
+
Arn?: string;
|
|
859
|
+
FolderId?: string;
|
|
860
|
+
RequestId?: string;
|
|
861
|
+
}
|
|
862
|
+
export interface UpdateFolderPermissionsRequest {
|
|
863
|
+
AwsAccountId: string | undefined;
|
|
864
|
+
FolderId: string | undefined;
|
|
865
|
+
GrantPermissions?: ResourcePermission[];
|
|
866
|
+
RevokePermissions?: ResourcePermission[];
|
|
867
|
+
}
|
|
868
|
+
export interface UpdateFolderPermissionsResponse {
|
|
869
|
+
Status?: number;
|
|
870
|
+
Arn?: string;
|
|
871
|
+
FolderId?: string;
|
|
872
|
+
Permissions?: ResourcePermission[];
|
|
873
|
+
RequestId?: string;
|
|
874
|
+
}
|
|
875
|
+
export interface UpdateGroupRequest {
|
|
876
|
+
GroupName: string | undefined;
|
|
877
|
+
Description?: string;
|
|
878
|
+
AwsAccountId: string | undefined;
|
|
879
|
+
Namespace: string | undefined;
|
|
880
|
+
}
|
|
881
|
+
export interface UpdateGroupResponse {
|
|
882
|
+
Group?: Group;
|
|
883
|
+
RequestId?: string;
|
|
884
|
+
Status?: number;
|
|
885
|
+
}
|
|
886
|
+
export interface UpdateIAMPolicyAssignmentRequest {
|
|
887
|
+
AwsAccountId: string | undefined;
|
|
888
|
+
AssignmentName: string | undefined;
|
|
889
|
+
Namespace: string | undefined;
|
|
890
|
+
AssignmentStatus?: AssignmentStatus | string;
|
|
891
|
+
PolicyArn?: string;
|
|
892
|
+
Identities?: Record<string, string[]>;
|
|
893
|
+
}
|
|
894
|
+
export interface UpdateIAMPolicyAssignmentResponse {
|
|
895
|
+
AssignmentName?: string;
|
|
896
|
+
AssignmentId?: string;
|
|
897
|
+
PolicyArn?: string;
|
|
898
|
+
Identities?: Record<string, string[]>;
|
|
899
|
+
AssignmentStatus?: AssignmentStatus | string;
|
|
900
|
+
RequestId?: string;
|
|
901
|
+
Status?: number;
|
|
902
|
+
}
|
|
903
|
+
export interface UpdateIpRestrictionRequest {
|
|
904
|
+
AwsAccountId: string | undefined;
|
|
905
|
+
IpRestrictionRuleMap?: Record<string, string>;
|
|
906
|
+
Enabled?: boolean;
|
|
907
|
+
}
|
|
908
|
+
export interface UpdateIpRestrictionResponse {
|
|
909
|
+
AwsAccountId?: string;
|
|
910
|
+
RequestId?: string;
|
|
911
|
+
Status?: number;
|
|
912
|
+
}
|
|
913
|
+
export interface UpdatePublicSharingSettingsRequest {
|
|
914
|
+
AwsAccountId: string | undefined;
|
|
915
|
+
PublicSharingEnabled?: boolean;
|
|
916
|
+
}
|
|
917
|
+
export interface UpdatePublicSharingSettingsResponse {
|
|
918
|
+
RequestId?: string;
|
|
919
|
+
Status?: number;
|
|
920
|
+
}
|
|
921
|
+
export interface UpdateTemplateRequest {
|
|
922
|
+
AwsAccountId: string | undefined;
|
|
923
|
+
TemplateId: string | undefined;
|
|
924
|
+
SourceEntity: TemplateSourceEntity | undefined;
|
|
925
|
+
VersionDescription?: string;
|
|
926
|
+
Name?: string;
|
|
927
|
+
}
|
|
928
|
+
export interface UpdateTemplateResponse {
|
|
929
|
+
TemplateId?: string;
|
|
930
|
+
Arn?: string;
|
|
931
|
+
VersionArn?: string;
|
|
932
|
+
CreationStatus?: ResourceStatus | string;
|
|
933
|
+
Status?: number;
|
|
934
|
+
RequestId?: string;
|
|
935
|
+
}
|
|
936
|
+
export interface UpdateTemplateAliasRequest {
|
|
937
|
+
AwsAccountId: string | undefined;
|
|
938
|
+
TemplateId: string | undefined;
|
|
939
|
+
AliasName: string | undefined;
|
|
940
|
+
TemplateVersionNumber: number | undefined;
|
|
941
|
+
}
|
|
942
|
+
export interface UpdateTemplateAliasResponse {
|
|
943
|
+
TemplateAlias?: TemplateAlias;
|
|
944
|
+
Status?: number;
|
|
945
|
+
RequestId?: string;
|
|
946
|
+
}
|
|
947
|
+
export interface UpdateTemplatePermissionsRequest {
|
|
948
|
+
AwsAccountId: string | undefined;
|
|
949
|
+
TemplateId: string | undefined;
|
|
950
|
+
GrantPermissions?: ResourcePermission[];
|
|
951
|
+
RevokePermissions?: ResourcePermission[];
|
|
952
|
+
}
|
|
953
|
+
export interface UpdateTemplatePermissionsResponse {
|
|
954
|
+
TemplateId?: string;
|
|
955
|
+
TemplateArn?: string;
|
|
956
|
+
Permissions?: ResourcePermission[];
|
|
957
|
+
RequestId?: string;
|
|
958
|
+
Status?: number;
|
|
959
|
+
}
|
|
960
|
+
export interface UpdateThemeRequest {
|
|
961
|
+
AwsAccountId: string | undefined;
|
|
962
|
+
ThemeId: string | undefined;
|
|
963
|
+
Name?: string;
|
|
964
|
+
BaseThemeId: string | undefined;
|
|
965
|
+
VersionDescription?: string;
|
|
966
|
+
Configuration?: ThemeConfiguration;
|
|
967
|
+
}
|
|
968
|
+
export interface UpdateThemeResponse {
|
|
969
|
+
ThemeId?: string;
|
|
970
|
+
Arn?: string;
|
|
971
|
+
VersionArn?: string;
|
|
972
|
+
CreationStatus?: ResourceStatus | string;
|
|
973
|
+
Status?: number;
|
|
974
|
+
RequestId?: string;
|
|
975
|
+
}
|
|
976
|
+
export interface UpdateThemeAliasRequest {
|
|
977
|
+
AwsAccountId: string | undefined;
|
|
978
|
+
ThemeId: string | undefined;
|
|
979
|
+
AliasName: string | undefined;
|
|
980
|
+
ThemeVersionNumber: number | undefined;
|
|
981
|
+
}
|
|
982
|
+
export interface UpdateThemeAliasResponse {
|
|
983
|
+
ThemeAlias?: ThemeAlias;
|
|
984
|
+
Status?: number;
|
|
985
|
+
RequestId?: string;
|
|
986
|
+
}
|
|
987
|
+
export interface UpdateThemePermissionsRequest {
|
|
988
|
+
AwsAccountId: string | undefined;
|
|
989
|
+
ThemeId: string | undefined;
|
|
990
|
+
GrantPermissions?: ResourcePermission[];
|
|
991
|
+
RevokePermissions?: ResourcePermission[];
|
|
992
|
+
}
|
|
993
|
+
export interface UpdateThemePermissionsResponse {
|
|
994
|
+
ThemeId?: string;
|
|
995
|
+
ThemeArn?: string;
|
|
996
|
+
Permissions?: ResourcePermission[];
|
|
997
|
+
RequestId?: string;
|
|
998
|
+
Status?: number;
|
|
999
|
+
}
|
|
1000
|
+
export interface UpdateUserRequest {
|
|
1001
|
+
UserName: string | undefined;
|
|
1002
|
+
AwsAccountId: string | undefined;
|
|
1003
|
+
Namespace: string | undefined;
|
|
1004
|
+
Email: string | undefined;
|
|
1005
|
+
Role: UserRole | string | undefined;
|
|
1006
|
+
CustomPermissionsName?: string;
|
|
1007
|
+
UnapplyCustomPermissions?: boolean;
|
|
1008
|
+
ExternalLoginFederationProviderType?: string;
|
|
1009
|
+
CustomFederationProviderUrl?: string;
|
|
1010
|
+
ExternalLoginId?: string;
|
|
1011
|
+
}
|
|
1012
|
+
export interface UpdateUserResponse {
|
|
1013
|
+
User?: User;
|
|
1014
|
+
RequestId?: string;
|
|
1015
|
+
Status?: number;
|
|
1016
|
+
}
|
|
1017
|
+
export declare const ThemeErrorFilterSensitiveLog: (obj: ThemeError) => any;
|
|
1018
|
+
export declare const ThemeVersionFilterSensitiveLog: (obj: ThemeVersion) => any;
|
|
1019
|
+
export declare const ThemeFilterSensitiveLog: (obj: Theme) => any;
|
|
1020
|
+
export declare const DescribeThemeResponseFilterSensitiveLog: (
|
|
1021
|
+
obj: DescribeThemeResponse
|
|
1022
|
+
) => any;
|
|
1023
|
+
export declare const DescribeThemeAliasRequestFilterSensitiveLog: (
|
|
1024
|
+
obj: DescribeThemeAliasRequest
|
|
1025
|
+
) => any;
|
|
1026
|
+
export declare const DescribeThemeAliasResponseFilterSensitiveLog: (
|
|
1027
|
+
obj: DescribeThemeAliasResponse
|
|
1028
|
+
) => any;
|
|
1029
|
+
export declare const DescribeThemePermissionsRequestFilterSensitiveLog: (
|
|
1030
|
+
obj: DescribeThemePermissionsRequest
|
|
1031
|
+
) => any;
|
|
1032
|
+
export declare const DescribeThemePermissionsResponseFilterSensitiveLog: (
|
|
1033
|
+
obj: DescribeThemePermissionsResponse
|
|
1034
|
+
) => any;
|
|
1035
|
+
export declare const DescribeUserRequestFilterSensitiveLog: (
|
|
1036
|
+
obj: DescribeUserRequest
|
|
1037
|
+
) => any;
|
|
1038
|
+
export declare const UserFilterSensitiveLog: (obj: User) => any;
|
|
1039
|
+
export declare const DescribeUserResponseFilterSensitiveLog: (
|
|
1040
|
+
obj: DescribeUserResponse
|
|
1041
|
+
) => any;
|
|
1042
|
+
export declare const MemberIdArnPairFilterSensitiveLog: (
|
|
1043
|
+
obj: MemberIdArnPair
|
|
1044
|
+
) => any;
|
|
1045
|
+
export declare const FolderSearchFilterFilterSensitiveLog: (
|
|
1046
|
+
obj: FolderSearchFilter
|
|
1047
|
+
) => any;
|
|
1048
|
+
export declare const FolderSummaryFilterSensitiveLog: (
|
|
1049
|
+
obj: FolderSummary
|
|
1050
|
+
) => any;
|
|
1051
|
+
export declare const SessionTagFilterSensitiveLog: (obj: SessionTag) => any;
|
|
1052
|
+
export declare const GenerateEmbedUrlForAnonymousUserRequestFilterSensitiveLog: (
|
|
1053
|
+
obj: GenerateEmbedUrlForAnonymousUserRequest
|
|
1054
|
+
) => any;
|
|
1055
|
+
export declare const GenerateEmbedUrlForAnonymousUserResponseFilterSensitiveLog: (
|
|
1056
|
+
obj: GenerateEmbedUrlForAnonymousUserResponse
|
|
1057
|
+
) => any;
|
|
1058
|
+
export declare const RegisteredUserDashboardEmbeddingConfigurationFilterSensitiveLog: (
|
|
1059
|
+
obj: RegisteredUserDashboardEmbeddingConfiguration
|
|
1060
|
+
) => any;
|
|
1061
|
+
export declare const RegisteredUserDashboardVisualEmbeddingConfigurationFilterSensitiveLog: (
|
|
1062
|
+
obj: RegisteredUserDashboardVisualEmbeddingConfiguration
|
|
1063
|
+
) => any;
|
|
1064
|
+
export declare const RegisteredUserQSearchBarEmbeddingConfigurationFilterSensitiveLog: (
|
|
1065
|
+
obj: RegisteredUserQSearchBarEmbeddingConfiguration
|
|
1066
|
+
) => any;
|
|
1067
|
+
export declare const RegisteredUserQuickSightConsoleEmbeddingConfigurationFilterSensitiveLog: (
|
|
1068
|
+
obj: RegisteredUserQuickSightConsoleEmbeddingConfiguration
|
|
1069
|
+
) => any;
|
|
1070
|
+
export declare const RegisteredUserEmbeddingExperienceConfigurationFilterSensitiveLog: (
|
|
1071
|
+
obj: RegisteredUserEmbeddingExperienceConfiguration
|
|
1072
|
+
) => any;
|
|
1073
|
+
export declare const GenerateEmbedUrlForRegisteredUserRequestFilterSensitiveLog: (
|
|
1074
|
+
obj: GenerateEmbedUrlForRegisteredUserRequest
|
|
1075
|
+
) => any;
|
|
1076
|
+
export declare const GenerateEmbedUrlForRegisteredUserResponseFilterSensitiveLog: (
|
|
1077
|
+
obj: GenerateEmbedUrlForRegisteredUserResponse
|
|
1078
|
+
) => any;
|
|
1079
|
+
export declare const GetDashboardEmbedUrlRequestFilterSensitiveLog: (
|
|
1080
|
+
obj: GetDashboardEmbedUrlRequest
|
|
1081
|
+
) => any;
|
|
1082
|
+
export declare const GetDashboardEmbedUrlResponseFilterSensitiveLog: (
|
|
1083
|
+
obj: GetDashboardEmbedUrlResponse
|
|
1084
|
+
) => any;
|
|
1085
|
+
export declare const GetSessionEmbedUrlRequestFilterSensitiveLog: (
|
|
1086
|
+
obj: GetSessionEmbedUrlRequest
|
|
1087
|
+
) => any;
|
|
1088
|
+
export declare const GetSessionEmbedUrlResponseFilterSensitiveLog: (
|
|
1089
|
+
obj: GetSessionEmbedUrlResponse
|
|
1090
|
+
) => any;
|
|
1091
|
+
export declare const GroupSearchFilterFilterSensitiveLog: (
|
|
1092
|
+
obj: GroupSearchFilter
|
|
1093
|
+
) => any;
|
|
1094
|
+
export declare const IAMPolicyAssignmentSummaryFilterSensitiveLog: (
|
|
1095
|
+
obj: IAMPolicyAssignmentSummary
|
|
1096
|
+
) => any;
|
|
1097
|
+
export declare const ListAnalysesRequestFilterSensitiveLog: (
|
|
1098
|
+
obj: ListAnalysesRequest
|
|
1099
|
+
) => any;
|
|
1100
|
+
export declare const ListAnalysesResponseFilterSensitiveLog: (
|
|
1101
|
+
obj: ListAnalysesResponse
|
|
1102
|
+
) => any;
|
|
1103
|
+
export declare const ListDashboardsRequestFilterSensitiveLog: (
|
|
1104
|
+
obj: ListDashboardsRequest
|
|
1105
|
+
) => any;
|
|
1106
|
+
export declare const ListDashboardsResponseFilterSensitiveLog: (
|
|
1107
|
+
obj: ListDashboardsResponse
|
|
1108
|
+
) => any;
|
|
1109
|
+
export declare const ListDashboardVersionsRequestFilterSensitiveLog: (
|
|
1110
|
+
obj: ListDashboardVersionsRequest
|
|
1111
|
+
) => any;
|
|
1112
|
+
export declare const ListDashboardVersionsResponseFilterSensitiveLog: (
|
|
1113
|
+
obj: ListDashboardVersionsResponse
|
|
1114
|
+
) => any;
|
|
1115
|
+
export declare const ListDataSetsRequestFilterSensitiveLog: (
|
|
1116
|
+
obj: ListDataSetsRequest
|
|
1117
|
+
) => any;
|
|
1118
|
+
export declare const ListDataSetsResponseFilterSensitiveLog: (
|
|
1119
|
+
obj: ListDataSetsResponse
|
|
1120
|
+
) => any;
|
|
1121
|
+
export declare const ListDataSourcesRequestFilterSensitiveLog: (
|
|
1122
|
+
obj: ListDataSourcesRequest
|
|
1123
|
+
) => any;
|
|
1124
|
+
export declare const ListDataSourcesResponseFilterSensitiveLog: (
|
|
1125
|
+
obj: ListDataSourcesResponse
|
|
1126
|
+
) => any;
|
|
1127
|
+
export declare const ListFolderMembersRequestFilterSensitiveLog: (
|
|
1128
|
+
obj: ListFolderMembersRequest
|
|
1129
|
+
) => any;
|
|
1130
|
+
export declare const ListFolderMembersResponseFilterSensitiveLog: (
|
|
1131
|
+
obj: ListFolderMembersResponse
|
|
1132
|
+
) => any;
|
|
1133
|
+
export declare const ListFoldersRequestFilterSensitiveLog: (
|
|
1134
|
+
obj: ListFoldersRequest
|
|
1135
|
+
) => any;
|
|
1136
|
+
export declare const ListFoldersResponseFilterSensitiveLog: (
|
|
1137
|
+
obj: ListFoldersResponse
|
|
1138
|
+
) => any;
|
|
1139
|
+
export declare const ListGroupMembershipsRequestFilterSensitiveLog: (
|
|
1140
|
+
obj: ListGroupMembershipsRequest
|
|
1141
|
+
) => any;
|
|
1142
|
+
export declare const ListGroupMembershipsResponseFilterSensitiveLog: (
|
|
1143
|
+
obj: ListGroupMembershipsResponse
|
|
1144
|
+
) => any;
|
|
1145
|
+
export declare const ListGroupsRequestFilterSensitiveLog: (
|
|
1146
|
+
obj: ListGroupsRequest
|
|
1147
|
+
) => any;
|
|
1148
|
+
export declare const ListGroupsResponseFilterSensitiveLog: (
|
|
1149
|
+
obj: ListGroupsResponse
|
|
1150
|
+
) => any;
|
|
1151
|
+
export declare const ListIAMPolicyAssignmentsRequestFilterSensitiveLog: (
|
|
1152
|
+
obj: ListIAMPolicyAssignmentsRequest
|
|
1153
|
+
) => any;
|
|
1154
|
+
export declare const ListIAMPolicyAssignmentsResponseFilterSensitiveLog: (
|
|
1155
|
+
obj: ListIAMPolicyAssignmentsResponse
|
|
1156
|
+
) => any;
|
|
1157
|
+
export declare const ListIAMPolicyAssignmentsForUserRequestFilterSensitiveLog: (
|
|
1158
|
+
obj: ListIAMPolicyAssignmentsForUserRequest
|
|
1159
|
+
) => any;
|
|
1160
|
+
export declare const ListIAMPolicyAssignmentsForUserResponseFilterSensitiveLog: (
|
|
1161
|
+
obj: ListIAMPolicyAssignmentsForUserResponse
|
|
1162
|
+
) => any;
|
|
1163
|
+
export declare const ListIngestionsRequestFilterSensitiveLog: (
|
|
1164
|
+
obj: ListIngestionsRequest
|
|
1165
|
+
) => any;
|
|
1166
|
+
export declare const ListIngestionsResponseFilterSensitiveLog: (
|
|
1167
|
+
obj: ListIngestionsResponse
|
|
1168
|
+
) => any;
|
|
1169
|
+
export declare const ListNamespacesRequestFilterSensitiveLog: (
|
|
1170
|
+
obj: ListNamespacesRequest
|
|
1171
|
+
) => any;
|
|
1172
|
+
export declare const ListNamespacesResponseFilterSensitiveLog: (
|
|
1173
|
+
obj: ListNamespacesResponse
|
|
1174
|
+
) => any;
|
|
1175
|
+
export declare const ListTagsForResourceRequestFilterSensitiveLog: (
|
|
1176
|
+
obj: ListTagsForResourceRequest
|
|
1177
|
+
) => any;
|
|
1178
|
+
export declare const ListTagsForResourceResponseFilterSensitiveLog: (
|
|
1179
|
+
obj: ListTagsForResourceResponse
|
|
1180
|
+
) => any;
|
|
1181
|
+
export declare const ListTemplateAliasesRequestFilterSensitiveLog: (
|
|
1182
|
+
obj: ListTemplateAliasesRequest
|
|
1183
|
+
) => any;
|
|
1184
|
+
export declare const ListTemplateAliasesResponseFilterSensitiveLog: (
|
|
1185
|
+
obj: ListTemplateAliasesResponse
|
|
1186
|
+
) => any;
|
|
1187
|
+
export declare const ListTemplatesRequestFilterSensitiveLog: (
|
|
1188
|
+
obj: ListTemplatesRequest
|
|
1189
|
+
) => any;
|
|
1190
|
+
export declare const TemplateSummaryFilterSensitiveLog: (
|
|
1191
|
+
obj: TemplateSummary
|
|
1192
|
+
) => any;
|
|
1193
|
+
export declare const ListTemplatesResponseFilterSensitiveLog: (
|
|
1194
|
+
obj: ListTemplatesResponse
|
|
1195
|
+
) => any;
|
|
1196
|
+
export declare const ListTemplateVersionsRequestFilterSensitiveLog: (
|
|
1197
|
+
obj: ListTemplateVersionsRequest
|
|
1198
|
+
) => any;
|
|
1199
|
+
export declare const TemplateVersionSummaryFilterSensitiveLog: (
|
|
1200
|
+
obj: TemplateVersionSummary
|
|
1201
|
+
) => any;
|
|
1202
|
+
export declare const ListTemplateVersionsResponseFilterSensitiveLog: (
|
|
1203
|
+
obj: ListTemplateVersionsResponse
|
|
1204
|
+
) => any;
|
|
1205
|
+
export declare const ListThemeAliasesRequestFilterSensitiveLog: (
|
|
1206
|
+
obj: ListThemeAliasesRequest
|
|
1207
|
+
) => any;
|
|
1208
|
+
export declare const ListThemeAliasesResponseFilterSensitiveLog: (
|
|
1209
|
+
obj: ListThemeAliasesResponse
|
|
1210
|
+
) => any;
|
|
1211
|
+
export declare const ListThemesRequestFilterSensitiveLog: (
|
|
1212
|
+
obj: ListThemesRequest
|
|
1213
|
+
) => any;
|
|
1214
|
+
export declare const ThemeSummaryFilterSensitiveLog: (obj: ThemeSummary) => any;
|
|
1215
|
+
export declare const ListThemesResponseFilterSensitiveLog: (
|
|
1216
|
+
obj: ListThemesResponse
|
|
1217
|
+
) => any;
|
|
1218
|
+
export declare const ListThemeVersionsRequestFilterSensitiveLog: (
|
|
1219
|
+
obj: ListThemeVersionsRequest
|
|
1220
|
+
) => any;
|
|
1221
|
+
export declare const ThemeVersionSummaryFilterSensitiveLog: (
|
|
1222
|
+
obj: ThemeVersionSummary
|
|
1223
|
+
) => any;
|
|
1224
|
+
export declare const ListThemeVersionsResponseFilterSensitiveLog: (
|
|
1225
|
+
obj: ListThemeVersionsResponse
|
|
1226
|
+
) => any;
|
|
1227
|
+
export declare const ListUserGroupsRequestFilterSensitiveLog: (
|
|
1228
|
+
obj: ListUserGroupsRequest
|
|
1229
|
+
) => any;
|
|
1230
|
+
export declare const ListUserGroupsResponseFilterSensitiveLog: (
|
|
1231
|
+
obj: ListUserGroupsResponse
|
|
1232
|
+
) => any;
|
|
1233
|
+
export declare const ListUsersRequestFilterSensitiveLog: (
|
|
1234
|
+
obj: ListUsersRequest
|
|
1235
|
+
) => any;
|
|
1236
|
+
export declare const ListUsersResponseFilterSensitiveLog: (
|
|
1237
|
+
obj: ListUsersResponse
|
|
1238
|
+
) => any;
|
|
1239
|
+
export declare const RegisterUserRequestFilterSensitiveLog: (
|
|
1240
|
+
obj: RegisterUserRequest
|
|
1241
|
+
) => any;
|
|
1242
|
+
export declare const RegisterUserResponseFilterSensitiveLog: (
|
|
1243
|
+
obj: RegisterUserResponse
|
|
1244
|
+
) => any;
|
|
1245
|
+
export declare const RestoreAnalysisRequestFilterSensitiveLog: (
|
|
1246
|
+
obj: RestoreAnalysisRequest
|
|
1247
|
+
) => any;
|
|
1248
|
+
export declare const RestoreAnalysisResponseFilterSensitiveLog: (
|
|
1249
|
+
obj: RestoreAnalysisResponse
|
|
1250
|
+
) => any;
|
|
1251
|
+
export declare const SearchAnalysesRequestFilterSensitiveLog: (
|
|
1252
|
+
obj: SearchAnalysesRequest
|
|
1253
|
+
) => any;
|
|
1254
|
+
export declare const SearchAnalysesResponseFilterSensitiveLog: (
|
|
1255
|
+
obj: SearchAnalysesResponse
|
|
1256
|
+
) => any;
|
|
1257
|
+
export declare const SearchDashboardsRequestFilterSensitiveLog: (
|
|
1258
|
+
obj: SearchDashboardsRequest
|
|
1259
|
+
) => any;
|
|
1260
|
+
export declare const SearchDashboardsResponseFilterSensitiveLog: (
|
|
1261
|
+
obj: SearchDashboardsResponse
|
|
1262
|
+
) => any;
|
|
1263
|
+
export declare const SearchFoldersRequestFilterSensitiveLog: (
|
|
1264
|
+
obj: SearchFoldersRequest
|
|
1265
|
+
) => any;
|
|
1266
|
+
export declare const SearchFoldersResponseFilterSensitiveLog: (
|
|
1267
|
+
obj: SearchFoldersResponse
|
|
1268
|
+
) => any;
|
|
1269
|
+
export declare const SearchGroupsRequestFilterSensitiveLog: (
|
|
1270
|
+
obj: SearchGroupsRequest
|
|
1271
|
+
) => any;
|
|
1272
|
+
export declare const SearchGroupsResponseFilterSensitiveLog: (
|
|
1273
|
+
obj: SearchGroupsResponse
|
|
1274
|
+
) => any;
|
|
1275
|
+
export declare const TagResourceRequestFilterSensitiveLog: (
|
|
1276
|
+
obj: TagResourceRequest
|
|
1277
|
+
) => any;
|
|
1278
|
+
export declare const TagResourceResponseFilterSensitiveLog: (
|
|
1279
|
+
obj: TagResourceResponse
|
|
1280
|
+
) => any;
|
|
1281
|
+
export declare const UntagResourceRequestFilterSensitiveLog: (
|
|
1282
|
+
obj: UntagResourceRequest
|
|
1283
|
+
) => any;
|
|
1284
|
+
export declare const UntagResourceResponseFilterSensitiveLog: (
|
|
1285
|
+
obj: UntagResourceResponse
|
|
1286
|
+
) => any;
|
|
1287
|
+
export declare const UpdateAccountCustomizationRequestFilterSensitiveLog: (
|
|
1288
|
+
obj: UpdateAccountCustomizationRequest
|
|
1289
|
+
) => any;
|
|
1290
|
+
export declare const UpdateAccountCustomizationResponseFilterSensitiveLog: (
|
|
1291
|
+
obj: UpdateAccountCustomizationResponse
|
|
1292
|
+
) => any;
|
|
1293
|
+
export declare const UpdateAccountSettingsRequestFilterSensitiveLog: (
|
|
1294
|
+
obj: UpdateAccountSettingsRequest
|
|
1295
|
+
) => any;
|
|
1296
|
+
export declare const UpdateAccountSettingsResponseFilterSensitiveLog: (
|
|
1297
|
+
obj: UpdateAccountSettingsResponse
|
|
1298
|
+
) => any;
|
|
1299
|
+
export declare const UpdateAnalysisRequestFilterSensitiveLog: (
|
|
1300
|
+
obj: UpdateAnalysisRequest
|
|
1301
|
+
) => any;
|
|
1302
|
+
export declare const UpdateAnalysisResponseFilterSensitiveLog: (
|
|
1303
|
+
obj: UpdateAnalysisResponse
|
|
1304
|
+
) => any;
|
|
1305
|
+
export declare const UpdateAnalysisPermissionsRequestFilterSensitiveLog: (
|
|
1306
|
+
obj: UpdateAnalysisPermissionsRequest
|
|
1307
|
+
) => any;
|
|
1308
|
+
export declare const UpdateAnalysisPermissionsResponseFilterSensitiveLog: (
|
|
1309
|
+
obj: UpdateAnalysisPermissionsResponse
|
|
1310
|
+
) => any;
|
|
1311
|
+
export declare const UpdateDashboardRequestFilterSensitiveLog: (
|
|
1312
|
+
obj: UpdateDashboardRequest
|
|
1313
|
+
) => any;
|
|
1314
|
+
export declare const UpdateDashboardResponseFilterSensitiveLog: (
|
|
1315
|
+
obj: UpdateDashboardResponse
|
|
1316
|
+
) => any;
|
|
1317
|
+
export declare const UpdateDashboardPermissionsRequestFilterSensitiveLog: (
|
|
1318
|
+
obj: UpdateDashboardPermissionsRequest
|
|
1319
|
+
) => any;
|
|
1320
|
+
export declare const UpdateDashboardPermissionsResponseFilterSensitiveLog: (
|
|
1321
|
+
obj: UpdateDashboardPermissionsResponse
|
|
1322
|
+
) => any;
|
|
1323
|
+
export declare const UpdateDashboardPublishedVersionRequestFilterSensitiveLog: (
|
|
1324
|
+
obj: UpdateDashboardPublishedVersionRequest
|
|
1325
|
+
) => any;
|
|
1326
|
+
export declare const UpdateDashboardPublishedVersionResponseFilterSensitiveLog: (
|
|
1327
|
+
obj: UpdateDashboardPublishedVersionResponse
|
|
1328
|
+
) => any;
|
|
1329
|
+
export declare const UpdateDataSetRequestFilterSensitiveLog: (
|
|
1330
|
+
obj: UpdateDataSetRequest
|
|
1331
|
+
) => any;
|
|
1332
|
+
export declare const UpdateDataSetResponseFilterSensitiveLog: (
|
|
1333
|
+
obj: UpdateDataSetResponse
|
|
1334
|
+
) => any;
|
|
1335
|
+
export declare const UpdateDataSetPermissionsRequestFilterSensitiveLog: (
|
|
1336
|
+
obj: UpdateDataSetPermissionsRequest
|
|
1337
|
+
) => any;
|
|
1338
|
+
export declare const UpdateDataSetPermissionsResponseFilterSensitiveLog: (
|
|
1339
|
+
obj: UpdateDataSetPermissionsResponse
|
|
1340
|
+
) => any;
|
|
1341
|
+
export declare const UpdateDataSourceRequestFilterSensitiveLog: (
|
|
1342
|
+
obj: UpdateDataSourceRequest
|
|
1343
|
+
) => any;
|
|
1344
|
+
export declare const UpdateDataSourceResponseFilterSensitiveLog: (
|
|
1345
|
+
obj: UpdateDataSourceResponse
|
|
1346
|
+
) => any;
|
|
1347
|
+
export declare const UpdateDataSourcePermissionsRequestFilterSensitiveLog: (
|
|
1348
|
+
obj: UpdateDataSourcePermissionsRequest
|
|
1349
|
+
) => any;
|
|
1350
|
+
export declare const UpdateDataSourcePermissionsResponseFilterSensitiveLog: (
|
|
1351
|
+
obj: UpdateDataSourcePermissionsResponse
|
|
1352
|
+
) => any;
|
|
1353
|
+
export declare const UpdateFolderRequestFilterSensitiveLog: (
|
|
1354
|
+
obj: UpdateFolderRequest
|
|
1355
|
+
) => any;
|
|
1356
|
+
export declare const UpdateFolderResponseFilterSensitiveLog: (
|
|
1357
|
+
obj: UpdateFolderResponse
|
|
1358
|
+
) => any;
|
|
1359
|
+
export declare const UpdateFolderPermissionsRequestFilterSensitiveLog: (
|
|
1360
|
+
obj: UpdateFolderPermissionsRequest
|
|
1361
|
+
) => any;
|
|
1362
|
+
export declare const UpdateFolderPermissionsResponseFilterSensitiveLog: (
|
|
1363
|
+
obj: UpdateFolderPermissionsResponse
|
|
1364
|
+
) => any;
|
|
1365
|
+
export declare const UpdateGroupRequestFilterSensitiveLog: (
|
|
1366
|
+
obj: UpdateGroupRequest
|
|
1367
|
+
) => any;
|
|
1368
|
+
export declare const UpdateGroupResponseFilterSensitiveLog: (
|
|
1369
|
+
obj: UpdateGroupResponse
|
|
1370
|
+
) => any;
|
|
1371
|
+
export declare const UpdateIAMPolicyAssignmentRequestFilterSensitiveLog: (
|
|
1372
|
+
obj: UpdateIAMPolicyAssignmentRequest
|
|
1373
|
+
) => any;
|
|
1374
|
+
export declare const UpdateIAMPolicyAssignmentResponseFilterSensitiveLog: (
|
|
1375
|
+
obj: UpdateIAMPolicyAssignmentResponse
|
|
1376
|
+
) => any;
|
|
1377
|
+
export declare const UpdateIpRestrictionRequestFilterSensitiveLog: (
|
|
1378
|
+
obj: UpdateIpRestrictionRequest
|
|
1379
|
+
) => any;
|
|
1380
|
+
export declare const UpdateIpRestrictionResponseFilterSensitiveLog: (
|
|
1381
|
+
obj: UpdateIpRestrictionResponse
|
|
1382
|
+
) => any;
|
|
1383
|
+
export declare const UpdatePublicSharingSettingsRequestFilterSensitiveLog: (
|
|
1384
|
+
obj: UpdatePublicSharingSettingsRequest
|
|
1385
|
+
) => any;
|
|
1386
|
+
export declare const UpdatePublicSharingSettingsResponseFilterSensitiveLog: (
|
|
1387
|
+
obj: UpdatePublicSharingSettingsResponse
|
|
1388
|
+
) => any;
|
|
1389
|
+
export declare const UpdateTemplateRequestFilterSensitiveLog: (
|
|
1390
|
+
obj: UpdateTemplateRequest
|
|
1391
|
+
) => any;
|
|
1392
|
+
export declare const UpdateTemplateResponseFilterSensitiveLog: (
|
|
1393
|
+
obj: UpdateTemplateResponse
|
|
1394
|
+
) => any;
|
|
1395
|
+
export declare const UpdateTemplateAliasRequestFilterSensitiveLog: (
|
|
1396
|
+
obj: UpdateTemplateAliasRequest
|
|
1397
|
+
) => any;
|
|
1398
|
+
export declare const UpdateTemplateAliasResponseFilterSensitiveLog: (
|
|
1399
|
+
obj: UpdateTemplateAliasResponse
|
|
1400
|
+
) => any;
|
|
1401
|
+
export declare const UpdateTemplatePermissionsRequestFilterSensitiveLog: (
|
|
1402
|
+
obj: UpdateTemplatePermissionsRequest
|
|
1403
|
+
) => any;
|
|
1404
|
+
export declare const UpdateTemplatePermissionsResponseFilterSensitiveLog: (
|
|
1405
|
+
obj: UpdateTemplatePermissionsResponse
|
|
1406
|
+
) => any;
|
|
1407
|
+
export declare const UpdateThemeRequestFilterSensitiveLog: (
|
|
1408
|
+
obj: UpdateThemeRequest
|
|
1409
|
+
) => any;
|
|
1410
|
+
export declare const UpdateThemeResponseFilterSensitiveLog: (
|
|
1411
|
+
obj: UpdateThemeResponse
|
|
1412
|
+
) => any;
|
|
1413
|
+
export declare const UpdateThemeAliasRequestFilterSensitiveLog: (
|
|
1414
|
+
obj: UpdateThemeAliasRequest
|
|
1415
|
+
) => any;
|
|
1416
|
+
export declare const UpdateThemeAliasResponseFilterSensitiveLog: (
|
|
1417
|
+
obj: UpdateThemeAliasResponse
|
|
1418
|
+
) => any;
|
|
1419
|
+
export declare const UpdateThemePermissionsRequestFilterSensitiveLog: (
|
|
1420
|
+
obj: UpdateThemePermissionsRequest
|
|
1421
|
+
) => any;
|
|
1422
|
+
export declare const UpdateThemePermissionsResponseFilterSensitiveLog: (
|
|
1423
|
+
obj: UpdateThemePermissionsResponse
|
|
1424
|
+
) => any;
|
|
1425
|
+
export declare const UpdateUserRequestFilterSensitiveLog: (
|
|
1426
|
+
obj: UpdateUserRequest
|
|
1427
|
+
) => any;
|
|
1428
|
+
export declare const UpdateUserResponseFilterSensitiveLog: (
|
|
1429
|
+
obj: UpdateUserResponse
|
|
1430
|
+
) => any;
|