@aws-sdk/client-quicksight 3.168.0 → 3.170.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 +919 -71
- package/dist-types/ts3.4/QuickSightClient.d.ts +849 -193
- package/dist-types/ts3.4/commands/CancelIngestionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateAccountCustomizationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateAccountSubscriptionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateAnalysisCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateDashboardCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateDataSetCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateDataSourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateFolderCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateFolderMembershipCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateGroupCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateGroupMembershipCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateIAMPolicyAssignmentCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateIngestionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateNamespaceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateTemplateAliasCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateTemplateCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateThemeAliasCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateThemeCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteAccountCustomizationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteAnalysisCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteDashboardCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteDataSetCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteDataSourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteFolderCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteFolderMembershipCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteGroupCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteGroupMembershipCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteIAMPolicyAssignmentCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteNamespaceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteTemplateAliasCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DeleteTemplateCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteThemeAliasCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteThemeCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteUserByPrincipalIdCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DescribeAccountCustomizationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeAccountSettingsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeAccountSubscriptionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeAnalysisCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeAnalysisPermissionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeDashboardCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeDashboardPermissionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeDataSetCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeDataSetPermissionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeDataSourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeDataSourcePermissionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeFolderCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeFolderPermissionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeFolderResolvedPermissionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeGroupCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeGroupMembershipCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeIAMPolicyAssignmentCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeIngestionCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeIpRestrictionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeNamespaceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeTemplateAliasCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeTemplateCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeTemplatePermissionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeThemeAliasCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeThemeCommand.d.ts +35 -18
- package/dist-types/ts3.4/commands/DescribeThemePermissionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeUserCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GenerateEmbedUrlForAnonymousUserCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GenerateEmbedUrlForRegisteredUserCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetDashboardEmbedUrlCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetSessionEmbedUrlCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListAnalysesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListDashboardVersionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListDashboardsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListDataSetsCommand.d.ts +17 -8
- package/dist-types/ts3.4/commands/ListDataSourcesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListFolderMembersCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListFoldersCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListGroupMembershipsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListGroupsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListIAMPolicyAssignmentsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListIAMPolicyAssignmentsForUserCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListIngestionsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListNamespacesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListTemplateAliasesCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListTemplateVersionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListTemplatesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListThemeAliasesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListThemeVersionsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListThemesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListUserGroupsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListUsersCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/RegisterUserCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/RestoreAnalysisCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/SearchAnalysesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/SearchDashboardsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/SearchFoldersCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/SearchGroupsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateAccountCustomizationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateAccountSettingsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateAnalysisCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateAnalysisPermissionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateDashboardCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateDashboardPermissionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateDashboardPublishedVersionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateDataSetCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateDataSetPermissionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateDataSourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateDataSourcePermissionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateFolderCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateFolderPermissionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateGroupCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateIAMPolicyAssignmentCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateIpRestrictionCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/UpdatePublicSharingSettingsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateTemplateAliasCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/UpdateTemplateCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateTemplatePermissionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateThemeAliasCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateThemeCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateThemePermissionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateUserCommand.d.ts +34 -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 +8 -6
- package/dist-types/ts3.4/models/index.d.ts +2 -2
- package/dist-types/ts3.4/models/models_0.d.ts +4266 -4030
- package/dist-types/ts3.4/models/models_1.d.ts +3823 -81
- 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 +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/package.json +34 -34
|
@@ -1,362 +1,1445 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
import {
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
import {
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
import {
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
import {
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
import {
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
import {
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
import {
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
import {
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
import {
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
import {
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
import {
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
import {
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
import {
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
import {
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
import {
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
import {
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
import {
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
import {
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
import {
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
import {
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
import {
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
import {
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
import {
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
import {
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
import {
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
import {
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
import {
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
import {
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
import {
|
|
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
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
1
|
+
import {
|
|
2
|
+
HttpRequest as __HttpRequest,
|
|
3
|
+
HttpResponse as __HttpResponse,
|
|
4
|
+
} from "@aws-sdk/protocol-http";
|
|
5
|
+
import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
|
|
6
|
+
import {
|
|
7
|
+
CancelIngestionCommandInput,
|
|
8
|
+
CancelIngestionCommandOutput,
|
|
9
|
+
} from "../commands/CancelIngestionCommand";
|
|
10
|
+
import {
|
|
11
|
+
CreateAccountCustomizationCommandInput,
|
|
12
|
+
CreateAccountCustomizationCommandOutput,
|
|
13
|
+
} from "../commands/CreateAccountCustomizationCommand";
|
|
14
|
+
import {
|
|
15
|
+
CreateAccountSubscriptionCommandInput,
|
|
16
|
+
CreateAccountSubscriptionCommandOutput,
|
|
17
|
+
} from "../commands/CreateAccountSubscriptionCommand";
|
|
18
|
+
import {
|
|
19
|
+
CreateAnalysisCommandInput,
|
|
20
|
+
CreateAnalysisCommandOutput,
|
|
21
|
+
} from "../commands/CreateAnalysisCommand";
|
|
22
|
+
import {
|
|
23
|
+
CreateDashboardCommandInput,
|
|
24
|
+
CreateDashboardCommandOutput,
|
|
25
|
+
} from "../commands/CreateDashboardCommand";
|
|
26
|
+
import {
|
|
27
|
+
CreateDataSetCommandInput,
|
|
28
|
+
CreateDataSetCommandOutput,
|
|
29
|
+
} from "../commands/CreateDataSetCommand";
|
|
30
|
+
import {
|
|
31
|
+
CreateDataSourceCommandInput,
|
|
32
|
+
CreateDataSourceCommandOutput,
|
|
33
|
+
} from "../commands/CreateDataSourceCommand";
|
|
34
|
+
import {
|
|
35
|
+
CreateFolderCommandInput,
|
|
36
|
+
CreateFolderCommandOutput,
|
|
37
|
+
} from "../commands/CreateFolderCommand";
|
|
38
|
+
import {
|
|
39
|
+
CreateFolderMembershipCommandInput,
|
|
40
|
+
CreateFolderMembershipCommandOutput,
|
|
41
|
+
} from "../commands/CreateFolderMembershipCommand";
|
|
42
|
+
import {
|
|
43
|
+
CreateGroupCommandInput,
|
|
44
|
+
CreateGroupCommandOutput,
|
|
45
|
+
} from "../commands/CreateGroupCommand";
|
|
46
|
+
import {
|
|
47
|
+
CreateGroupMembershipCommandInput,
|
|
48
|
+
CreateGroupMembershipCommandOutput,
|
|
49
|
+
} from "../commands/CreateGroupMembershipCommand";
|
|
50
|
+
import {
|
|
51
|
+
CreateIAMPolicyAssignmentCommandInput,
|
|
52
|
+
CreateIAMPolicyAssignmentCommandOutput,
|
|
53
|
+
} from "../commands/CreateIAMPolicyAssignmentCommand";
|
|
54
|
+
import {
|
|
55
|
+
CreateIngestionCommandInput,
|
|
56
|
+
CreateIngestionCommandOutput,
|
|
57
|
+
} from "../commands/CreateIngestionCommand";
|
|
58
|
+
import {
|
|
59
|
+
CreateNamespaceCommandInput,
|
|
60
|
+
CreateNamespaceCommandOutput,
|
|
61
|
+
} from "../commands/CreateNamespaceCommand";
|
|
62
|
+
import {
|
|
63
|
+
CreateTemplateAliasCommandInput,
|
|
64
|
+
CreateTemplateAliasCommandOutput,
|
|
65
|
+
} from "../commands/CreateTemplateAliasCommand";
|
|
66
|
+
import {
|
|
67
|
+
CreateTemplateCommandInput,
|
|
68
|
+
CreateTemplateCommandOutput,
|
|
69
|
+
} from "../commands/CreateTemplateCommand";
|
|
70
|
+
import {
|
|
71
|
+
CreateThemeAliasCommandInput,
|
|
72
|
+
CreateThemeAliasCommandOutput,
|
|
73
|
+
} from "../commands/CreateThemeAliasCommand";
|
|
74
|
+
import {
|
|
75
|
+
CreateThemeCommandInput,
|
|
76
|
+
CreateThemeCommandOutput,
|
|
77
|
+
} from "../commands/CreateThemeCommand";
|
|
78
|
+
import {
|
|
79
|
+
DeleteAccountCustomizationCommandInput,
|
|
80
|
+
DeleteAccountCustomizationCommandOutput,
|
|
81
|
+
} from "../commands/DeleteAccountCustomizationCommand";
|
|
82
|
+
import {
|
|
83
|
+
DeleteAnalysisCommandInput,
|
|
84
|
+
DeleteAnalysisCommandOutput,
|
|
85
|
+
} from "../commands/DeleteAnalysisCommand";
|
|
86
|
+
import {
|
|
87
|
+
DeleteDashboardCommandInput,
|
|
88
|
+
DeleteDashboardCommandOutput,
|
|
89
|
+
} from "../commands/DeleteDashboardCommand";
|
|
90
|
+
import {
|
|
91
|
+
DeleteDataSetCommandInput,
|
|
92
|
+
DeleteDataSetCommandOutput,
|
|
93
|
+
} from "../commands/DeleteDataSetCommand";
|
|
94
|
+
import {
|
|
95
|
+
DeleteDataSourceCommandInput,
|
|
96
|
+
DeleteDataSourceCommandOutput,
|
|
97
|
+
} from "../commands/DeleteDataSourceCommand";
|
|
98
|
+
import {
|
|
99
|
+
DeleteFolderCommandInput,
|
|
100
|
+
DeleteFolderCommandOutput,
|
|
101
|
+
} from "../commands/DeleteFolderCommand";
|
|
102
|
+
import {
|
|
103
|
+
DeleteFolderMembershipCommandInput,
|
|
104
|
+
DeleteFolderMembershipCommandOutput,
|
|
105
|
+
} from "../commands/DeleteFolderMembershipCommand";
|
|
106
|
+
import {
|
|
107
|
+
DeleteGroupCommandInput,
|
|
108
|
+
DeleteGroupCommandOutput,
|
|
109
|
+
} from "../commands/DeleteGroupCommand";
|
|
110
|
+
import {
|
|
111
|
+
DeleteGroupMembershipCommandInput,
|
|
112
|
+
DeleteGroupMembershipCommandOutput,
|
|
113
|
+
} from "../commands/DeleteGroupMembershipCommand";
|
|
114
|
+
import {
|
|
115
|
+
DeleteIAMPolicyAssignmentCommandInput,
|
|
116
|
+
DeleteIAMPolicyAssignmentCommandOutput,
|
|
117
|
+
} from "../commands/DeleteIAMPolicyAssignmentCommand";
|
|
118
|
+
import {
|
|
119
|
+
DeleteNamespaceCommandInput,
|
|
120
|
+
DeleteNamespaceCommandOutput,
|
|
121
|
+
} from "../commands/DeleteNamespaceCommand";
|
|
122
|
+
import {
|
|
123
|
+
DeleteTemplateAliasCommandInput,
|
|
124
|
+
DeleteTemplateAliasCommandOutput,
|
|
125
|
+
} from "../commands/DeleteTemplateAliasCommand";
|
|
126
|
+
import {
|
|
127
|
+
DeleteTemplateCommandInput,
|
|
128
|
+
DeleteTemplateCommandOutput,
|
|
129
|
+
} from "../commands/DeleteTemplateCommand";
|
|
130
|
+
import {
|
|
131
|
+
DeleteThemeAliasCommandInput,
|
|
132
|
+
DeleteThemeAliasCommandOutput,
|
|
133
|
+
} from "../commands/DeleteThemeAliasCommand";
|
|
134
|
+
import {
|
|
135
|
+
DeleteThemeCommandInput,
|
|
136
|
+
DeleteThemeCommandOutput,
|
|
137
|
+
} from "../commands/DeleteThemeCommand";
|
|
138
|
+
import {
|
|
139
|
+
DeleteUserByPrincipalIdCommandInput,
|
|
140
|
+
DeleteUserByPrincipalIdCommandOutput,
|
|
141
|
+
} from "../commands/DeleteUserByPrincipalIdCommand";
|
|
142
|
+
import {
|
|
143
|
+
DeleteUserCommandInput,
|
|
144
|
+
DeleteUserCommandOutput,
|
|
145
|
+
} from "../commands/DeleteUserCommand";
|
|
146
|
+
import {
|
|
147
|
+
DescribeAccountCustomizationCommandInput,
|
|
148
|
+
DescribeAccountCustomizationCommandOutput,
|
|
149
|
+
} from "../commands/DescribeAccountCustomizationCommand";
|
|
150
|
+
import {
|
|
151
|
+
DescribeAccountSettingsCommandInput,
|
|
152
|
+
DescribeAccountSettingsCommandOutput,
|
|
153
|
+
} from "../commands/DescribeAccountSettingsCommand";
|
|
154
|
+
import {
|
|
155
|
+
DescribeAccountSubscriptionCommandInput,
|
|
156
|
+
DescribeAccountSubscriptionCommandOutput,
|
|
157
|
+
} from "../commands/DescribeAccountSubscriptionCommand";
|
|
158
|
+
import {
|
|
159
|
+
DescribeAnalysisCommandInput,
|
|
160
|
+
DescribeAnalysisCommandOutput,
|
|
161
|
+
} from "../commands/DescribeAnalysisCommand";
|
|
162
|
+
import {
|
|
163
|
+
DescribeAnalysisPermissionsCommandInput,
|
|
164
|
+
DescribeAnalysisPermissionsCommandOutput,
|
|
165
|
+
} from "../commands/DescribeAnalysisPermissionsCommand";
|
|
166
|
+
import {
|
|
167
|
+
DescribeDashboardCommandInput,
|
|
168
|
+
DescribeDashboardCommandOutput,
|
|
169
|
+
} from "../commands/DescribeDashboardCommand";
|
|
170
|
+
import {
|
|
171
|
+
DescribeDashboardPermissionsCommandInput,
|
|
172
|
+
DescribeDashboardPermissionsCommandOutput,
|
|
173
|
+
} from "../commands/DescribeDashboardPermissionsCommand";
|
|
174
|
+
import {
|
|
175
|
+
DescribeDataSetCommandInput,
|
|
176
|
+
DescribeDataSetCommandOutput,
|
|
177
|
+
} from "../commands/DescribeDataSetCommand";
|
|
178
|
+
import {
|
|
179
|
+
DescribeDataSetPermissionsCommandInput,
|
|
180
|
+
DescribeDataSetPermissionsCommandOutput,
|
|
181
|
+
} from "../commands/DescribeDataSetPermissionsCommand";
|
|
182
|
+
import {
|
|
183
|
+
DescribeDataSourceCommandInput,
|
|
184
|
+
DescribeDataSourceCommandOutput,
|
|
185
|
+
} from "../commands/DescribeDataSourceCommand";
|
|
186
|
+
import {
|
|
187
|
+
DescribeDataSourcePermissionsCommandInput,
|
|
188
|
+
DescribeDataSourcePermissionsCommandOutput,
|
|
189
|
+
} from "../commands/DescribeDataSourcePermissionsCommand";
|
|
190
|
+
import {
|
|
191
|
+
DescribeFolderCommandInput,
|
|
192
|
+
DescribeFolderCommandOutput,
|
|
193
|
+
} from "../commands/DescribeFolderCommand";
|
|
194
|
+
import {
|
|
195
|
+
DescribeFolderPermissionsCommandInput,
|
|
196
|
+
DescribeFolderPermissionsCommandOutput,
|
|
197
|
+
} from "../commands/DescribeFolderPermissionsCommand";
|
|
198
|
+
import {
|
|
199
|
+
DescribeFolderResolvedPermissionsCommandInput,
|
|
200
|
+
DescribeFolderResolvedPermissionsCommandOutput,
|
|
201
|
+
} from "../commands/DescribeFolderResolvedPermissionsCommand";
|
|
202
|
+
import {
|
|
203
|
+
DescribeGroupCommandInput,
|
|
204
|
+
DescribeGroupCommandOutput,
|
|
205
|
+
} from "../commands/DescribeGroupCommand";
|
|
206
|
+
import {
|
|
207
|
+
DescribeGroupMembershipCommandInput,
|
|
208
|
+
DescribeGroupMembershipCommandOutput,
|
|
209
|
+
} from "../commands/DescribeGroupMembershipCommand";
|
|
210
|
+
import {
|
|
211
|
+
DescribeIAMPolicyAssignmentCommandInput,
|
|
212
|
+
DescribeIAMPolicyAssignmentCommandOutput,
|
|
213
|
+
} from "../commands/DescribeIAMPolicyAssignmentCommand";
|
|
214
|
+
import {
|
|
215
|
+
DescribeIngestionCommandInput,
|
|
216
|
+
DescribeIngestionCommandOutput,
|
|
217
|
+
} from "../commands/DescribeIngestionCommand";
|
|
218
|
+
import {
|
|
219
|
+
DescribeIpRestrictionCommandInput,
|
|
220
|
+
DescribeIpRestrictionCommandOutput,
|
|
221
|
+
} from "../commands/DescribeIpRestrictionCommand";
|
|
222
|
+
import {
|
|
223
|
+
DescribeNamespaceCommandInput,
|
|
224
|
+
DescribeNamespaceCommandOutput,
|
|
225
|
+
} from "../commands/DescribeNamespaceCommand";
|
|
226
|
+
import {
|
|
227
|
+
DescribeTemplateAliasCommandInput,
|
|
228
|
+
DescribeTemplateAliasCommandOutput,
|
|
229
|
+
} from "../commands/DescribeTemplateAliasCommand";
|
|
230
|
+
import {
|
|
231
|
+
DescribeTemplateCommandInput,
|
|
232
|
+
DescribeTemplateCommandOutput,
|
|
233
|
+
} from "../commands/DescribeTemplateCommand";
|
|
234
|
+
import {
|
|
235
|
+
DescribeTemplatePermissionsCommandInput,
|
|
236
|
+
DescribeTemplatePermissionsCommandOutput,
|
|
237
|
+
} from "../commands/DescribeTemplatePermissionsCommand";
|
|
238
|
+
import {
|
|
239
|
+
DescribeThemeAliasCommandInput,
|
|
240
|
+
DescribeThemeAliasCommandOutput,
|
|
241
|
+
} from "../commands/DescribeThemeAliasCommand";
|
|
242
|
+
import {
|
|
243
|
+
DescribeThemeCommandInput,
|
|
244
|
+
DescribeThemeCommandOutput,
|
|
245
|
+
} from "../commands/DescribeThemeCommand";
|
|
246
|
+
import {
|
|
247
|
+
DescribeThemePermissionsCommandInput,
|
|
248
|
+
DescribeThemePermissionsCommandOutput,
|
|
249
|
+
} from "../commands/DescribeThemePermissionsCommand";
|
|
250
|
+
import {
|
|
251
|
+
DescribeUserCommandInput,
|
|
252
|
+
DescribeUserCommandOutput,
|
|
253
|
+
} from "../commands/DescribeUserCommand";
|
|
254
|
+
import {
|
|
255
|
+
GenerateEmbedUrlForAnonymousUserCommandInput,
|
|
256
|
+
GenerateEmbedUrlForAnonymousUserCommandOutput,
|
|
257
|
+
} from "../commands/GenerateEmbedUrlForAnonymousUserCommand";
|
|
258
|
+
import {
|
|
259
|
+
GenerateEmbedUrlForRegisteredUserCommandInput,
|
|
260
|
+
GenerateEmbedUrlForRegisteredUserCommandOutput,
|
|
261
|
+
} from "../commands/GenerateEmbedUrlForRegisteredUserCommand";
|
|
262
|
+
import {
|
|
263
|
+
GetDashboardEmbedUrlCommandInput,
|
|
264
|
+
GetDashboardEmbedUrlCommandOutput,
|
|
265
|
+
} from "../commands/GetDashboardEmbedUrlCommand";
|
|
266
|
+
import {
|
|
267
|
+
GetSessionEmbedUrlCommandInput,
|
|
268
|
+
GetSessionEmbedUrlCommandOutput,
|
|
269
|
+
} from "../commands/GetSessionEmbedUrlCommand";
|
|
270
|
+
import {
|
|
271
|
+
ListAnalysesCommandInput,
|
|
272
|
+
ListAnalysesCommandOutput,
|
|
273
|
+
} from "../commands/ListAnalysesCommand";
|
|
274
|
+
import {
|
|
275
|
+
ListDashboardsCommandInput,
|
|
276
|
+
ListDashboardsCommandOutput,
|
|
277
|
+
} from "../commands/ListDashboardsCommand";
|
|
278
|
+
import {
|
|
279
|
+
ListDashboardVersionsCommandInput,
|
|
280
|
+
ListDashboardVersionsCommandOutput,
|
|
281
|
+
} from "../commands/ListDashboardVersionsCommand";
|
|
282
|
+
import {
|
|
283
|
+
ListDataSetsCommandInput,
|
|
284
|
+
ListDataSetsCommandOutput,
|
|
285
|
+
} from "../commands/ListDataSetsCommand";
|
|
286
|
+
import {
|
|
287
|
+
ListDataSourcesCommandInput,
|
|
288
|
+
ListDataSourcesCommandOutput,
|
|
289
|
+
} from "../commands/ListDataSourcesCommand";
|
|
290
|
+
import {
|
|
291
|
+
ListFolderMembersCommandInput,
|
|
292
|
+
ListFolderMembersCommandOutput,
|
|
293
|
+
} from "../commands/ListFolderMembersCommand";
|
|
294
|
+
import {
|
|
295
|
+
ListFoldersCommandInput,
|
|
296
|
+
ListFoldersCommandOutput,
|
|
297
|
+
} from "../commands/ListFoldersCommand";
|
|
298
|
+
import {
|
|
299
|
+
ListGroupMembershipsCommandInput,
|
|
300
|
+
ListGroupMembershipsCommandOutput,
|
|
301
|
+
} from "../commands/ListGroupMembershipsCommand";
|
|
302
|
+
import {
|
|
303
|
+
ListGroupsCommandInput,
|
|
304
|
+
ListGroupsCommandOutput,
|
|
305
|
+
} from "../commands/ListGroupsCommand";
|
|
306
|
+
import {
|
|
307
|
+
ListIAMPolicyAssignmentsCommandInput,
|
|
308
|
+
ListIAMPolicyAssignmentsCommandOutput,
|
|
309
|
+
} from "../commands/ListIAMPolicyAssignmentsCommand";
|
|
310
|
+
import {
|
|
311
|
+
ListIAMPolicyAssignmentsForUserCommandInput,
|
|
312
|
+
ListIAMPolicyAssignmentsForUserCommandOutput,
|
|
313
|
+
} from "../commands/ListIAMPolicyAssignmentsForUserCommand";
|
|
314
|
+
import {
|
|
315
|
+
ListIngestionsCommandInput,
|
|
316
|
+
ListIngestionsCommandOutput,
|
|
317
|
+
} from "../commands/ListIngestionsCommand";
|
|
318
|
+
import {
|
|
319
|
+
ListNamespacesCommandInput,
|
|
320
|
+
ListNamespacesCommandOutput,
|
|
321
|
+
} from "../commands/ListNamespacesCommand";
|
|
322
|
+
import {
|
|
323
|
+
ListTagsForResourceCommandInput,
|
|
324
|
+
ListTagsForResourceCommandOutput,
|
|
325
|
+
} from "../commands/ListTagsForResourceCommand";
|
|
326
|
+
import {
|
|
327
|
+
ListTemplateAliasesCommandInput,
|
|
328
|
+
ListTemplateAliasesCommandOutput,
|
|
329
|
+
} from "../commands/ListTemplateAliasesCommand";
|
|
330
|
+
import {
|
|
331
|
+
ListTemplatesCommandInput,
|
|
332
|
+
ListTemplatesCommandOutput,
|
|
333
|
+
} from "../commands/ListTemplatesCommand";
|
|
334
|
+
import {
|
|
335
|
+
ListTemplateVersionsCommandInput,
|
|
336
|
+
ListTemplateVersionsCommandOutput,
|
|
337
|
+
} from "../commands/ListTemplateVersionsCommand";
|
|
338
|
+
import {
|
|
339
|
+
ListThemeAliasesCommandInput,
|
|
340
|
+
ListThemeAliasesCommandOutput,
|
|
341
|
+
} from "../commands/ListThemeAliasesCommand";
|
|
342
|
+
import {
|
|
343
|
+
ListThemesCommandInput,
|
|
344
|
+
ListThemesCommandOutput,
|
|
345
|
+
} from "../commands/ListThemesCommand";
|
|
346
|
+
import {
|
|
347
|
+
ListThemeVersionsCommandInput,
|
|
348
|
+
ListThemeVersionsCommandOutput,
|
|
349
|
+
} from "../commands/ListThemeVersionsCommand";
|
|
350
|
+
import {
|
|
351
|
+
ListUserGroupsCommandInput,
|
|
352
|
+
ListUserGroupsCommandOutput,
|
|
353
|
+
} from "../commands/ListUserGroupsCommand";
|
|
354
|
+
import {
|
|
355
|
+
ListUsersCommandInput,
|
|
356
|
+
ListUsersCommandOutput,
|
|
357
|
+
} from "../commands/ListUsersCommand";
|
|
358
|
+
import {
|
|
359
|
+
RegisterUserCommandInput,
|
|
360
|
+
RegisterUserCommandOutput,
|
|
361
|
+
} from "../commands/RegisterUserCommand";
|
|
362
|
+
import {
|
|
363
|
+
RestoreAnalysisCommandInput,
|
|
364
|
+
RestoreAnalysisCommandOutput,
|
|
365
|
+
} from "../commands/RestoreAnalysisCommand";
|
|
366
|
+
import {
|
|
367
|
+
SearchAnalysesCommandInput,
|
|
368
|
+
SearchAnalysesCommandOutput,
|
|
369
|
+
} from "../commands/SearchAnalysesCommand";
|
|
370
|
+
import {
|
|
371
|
+
SearchDashboardsCommandInput,
|
|
372
|
+
SearchDashboardsCommandOutput,
|
|
373
|
+
} from "../commands/SearchDashboardsCommand";
|
|
374
|
+
import {
|
|
375
|
+
SearchFoldersCommandInput,
|
|
376
|
+
SearchFoldersCommandOutput,
|
|
377
|
+
} from "../commands/SearchFoldersCommand";
|
|
378
|
+
import {
|
|
379
|
+
SearchGroupsCommandInput,
|
|
380
|
+
SearchGroupsCommandOutput,
|
|
381
|
+
} from "../commands/SearchGroupsCommand";
|
|
382
|
+
import {
|
|
383
|
+
TagResourceCommandInput,
|
|
384
|
+
TagResourceCommandOutput,
|
|
385
|
+
} from "../commands/TagResourceCommand";
|
|
386
|
+
import {
|
|
387
|
+
UntagResourceCommandInput,
|
|
388
|
+
UntagResourceCommandOutput,
|
|
389
|
+
} from "../commands/UntagResourceCommand";
|
|
390
|
+
import {
|
|
391
|
+
UpdateAccountCustomizationCommandInput,
|
|
392
|
+
UpdateAccountCustomizationCommandOutput,
|
|
393
|
+
} from "../commands/UpdateAccountCustomizationCommand";
|
|
394
|
+
import {
|
|
395
|
+
UpdateAccountSettingsCommandInput,
|
|
396
|
+
UpdateAccountSettingsCommandOutput,
|
|
397
|
+
} from "../commands/UpdateAccountSettingsCommand";
|
|
398
|
+
import {
|
|
399
|
+
UpdateAnalysisCommandInput,
|
|
400
|
+
UpdateAnalysisCommandOutput,
|
|
401
|
+
} from "../commands/UpdateAnalysisCommand";
|
|
402
|
+
import {
|
|
403
|
+
UpdateAnalysisPermissionsCommandInput,
|
|
404
|
+
UpdateAnalysisPermissionsCommandOutput,
|
|
405
|
+
} from "../commands/UpdateAnalysisPermissionsCommand";
|
|
406
|
+
import {
|
|
407
|
+
UpdateDashboardCommandInput,
|
|
408
|
+
UpdateDashboardCommandOutput,
|
|
409
|
+
} from "../commands/UpdateDashboardCommand";
|
|
410
|
+
import {
|
|
411
|
+
UpdateDashboardPermissionsCommandInput,
|
|
412
|
+
UpdateDashboardPermissionsCommandOutput,
|
|
413
|
+
} from "../commands/UpdateDashboardPermissionsCommand";
|
|
414
|
+
import {
|
|
415
|
+
UpdateDashboardPublishedVersionCommandInput,
|
|
416
|
+
UpdateDashboardPublishedVersionCommandOutput,
|
|
417
|
+
} from "../commands/UpdateDashboardPublishedVersionCommand";
|
|
418
|
+
import {
|
|
419
|
+
UpdateDataSetCommandInput,
|
|
420
|
+
UpdateDataSetCommandOutput,
|
|
421
|
+
} from "../commands/UpdateDataSetCommand";
|
|
422
|
+
import {
|
|
423
|
+
UpdateDataSetPermissionsCommandInput,
|
|
424
|
+
UpdateDataSetPermissionsCommandOutput,
|
|
425
|
+
} from "../commands/UpdateDataSetPermissionsCommand";
|
|
426
|
+
import {
|
|
427
|
+
UpdateDataSourceCommandInput,
|
|
428
|
+
UpdateDataSourceCommandOutput,
|
|
429
|
+
} from "../commands/UpdateDataSourceCommand";
|
|
430
|
+
import {
|
|
431
|
+
UpdateDataSourcePermissionsCommandInput,
|
|
432
|
+
UpdateDataSourcePermissionsCommandOutput,
|
|
433
|
+
} from "../commands/UpdateDataSourcePermissionsCommand";
|
|
434
|
+
import {
|
|
435
|
+
UpdateFolderCommandInput,
|
|
436
|
+
UpdateFolderCommandOutput,
|
|
437
|
+
} from "../commands/UpdateFolderCommand";
|
|
438
|
+
import {
|
|
439
|
+
UpdateFolderPermissionsCommandInput,
|
|
440
|
+
UpdateFolderPermissionsCommandOutput,
|
|
441
|
+
} from "../commands/UpdateFolderPermissionsCommand";
|
|
442
|
+
import {
|
|
443
|
+
UpdateGroupCommandInput,
|
|
444
|
+
UpdateGroupCommandOutput,
|
|
445
|
+
} from "../commands/UpdateGroupCommand";
|
|
446
|
+
import {
|
|
447
|
+
UpdateIAMPolicyAssignmentCommandInput,
|
|
448
|
+
UpdateIAMPolicyAssignmentCommandOutput,
|
|
449
|
+
} from "../commands/UpdateIAMPolicyAssignmentCommand";
|
|
450
|
+
import {
|
|
451
|
+
UpdateIpRestrictionCommandInput,
|
|
452
|
+
UpdateIpRestrictionCommandOutput,
|
|
453
|
+
} from "../commands/UpdateIpRestrictionCommand";
|
|
454
|
+
import {
|
|
455
|
+
UpdatePublicSharingSettingsCommandInput,
|
|
456
|
+
UpdatePublicSharingSettingsCommandOutput,
|
|
457
|
+
} from "../commands/UpdatePublicSharingSettingsCommand";
|
|
458
|
+
import {
|
|
459
|
+
UpdateTemplateAliasCommandInput,
|
|
460
|
+
UpdateTemplateAliasCommandOutput,
|
|
461
|
+
} from "../commands/UpdateTemplateAliasCommand";
|
|
462
|
+
import {
|
|
463
|
+
UpdateTemplateCommandInput,
|
|
464
|
+
UpdateTemplateCommandOutput,
|
|
465
|
+
} from "../commands/UpdateTemplateCommand";
|
|
466
|
+
import {
|
|
467
|
+
UpdateTemplatePermissionsCommandInput,
|
|
468
|
+
UpdateTemplatePermissionsCommandOutput,
|
|
469
|
+
} from "../commands/UpdateTemplatePermissionsCommand";
|
|
470
|
+
import {
|
|
471
|
+
UpdateThemeAliasCommandInput,
|
|
472
|
+
UpdateThemeAliasCommandOutput,
|
|
473
|
+
} from "../commands/UpdateThemeAliasCommand";
|
|
474
|
+
import {
|
|
475
|
+
UpdateThemeCommandInput,
|
|
476
|
+
UpdateThemeCommandOutput,
|
|
477
|
+
} from "../commands/UpdateThemeCommand";
|
|
478
|
+
import {
|
|
479
|
+
UpdateThemePermissionsCommandInput,
|
|
480
|
+
UpdateThemePermissionsCommandOutput,
|
|
481
|
+
} from "../commands/UpdateThemePermissionsCommand";
|
|
482
|
+
import {
|
|
483
|
+
UpdateUserCommandInput,
|
|
484
|
+
UpdateUserCommandOutput,
|
|
485
|
+
} from "../commands/UpdateUserCommand";
|
|
486
|
+
export declare const serializeAws_restJson1CancelIngestionCommand: (
|
|
487
|
+
input: CancelIngestionCommandInput,
|
|
488
|
+
context: __SerdeContext
|
|
489
|
+
) => Promise<__HttpRequest>;
|
|
490
|
+
export declare const serializeAws_restJson1CreateAccountCustomizationCommand: (
|
|
491
|
+
input: CreateAccountCustomizationCommandInput,
|
|
492
|
+
context: __SerdeContext
|
|
493
|
+
) => Promise<__HttpRequest>;
|
|
494
|
+
export declare const serializeAws_restJson1CreateAccountSubscriptionCommand: (
|
|
495
|
+
input: CreateAccountSubscriptionCommandInput,
|
|
496
|
+
context: __SerdeContext
|
|
497
|
+
) => Promise<__HttpRequest>;
|
|
498
|
+
export declare const serializeAws_restJson1CreateAnalysisCommand: (
|
|
499
|
+
input: CreateAnalysisCommandInput,
|
|
500
|
+
context: __SerdeContext
|
|
501
|
+
) => Promise<__HttpRequest>;
|
|
502
|
+
export declare const serializeAws_restJson1CreateDashboardCommand: (
|
|
503
|
+
input: CreateDashboardCommandInput,
|
|
504
|
+
context: __SerdeContext
|
|
505
|
+
) => Promise<__HttpRequest>;
|
|
506
|
+
export declare const serializeAws_restJson1CreateDataSetCommand: (
|
|
507
|
+
input: CreateDataSetCommandInput,
|
|
508
|
+
context: __SerdeContext
|
|
509
|
+
) => Promise<__HttpRequest>;
|
|
510
|
+
export declare const serializeAws_restJson1CreateDataSourceCommand: (
|
|
511
|
+
input: CreateDataSourceCommandInput,
|
|
512
|
+
context: __SerdeContext
|
|
513
|
+
) => Promise<__HttpRequest>;
|
|
514
|
+
export declare const serializeAws_restJson1CreateFolderCommand: (
|
|
515
|
+
input: CreateFolderCommandInput,
|
|
516
|
+
context: __SerdeContext
|
|
517
|
+
) => Promise<__HttpRequest>;
|
|
518
|
+
export declare const serializeAws_restJson1CreateFolderMembershipCommand: (
|
|
519
|
+
input: CreateFolderMembershipCommandInput,
|
|
520
|
+
context: __SerdeContext
|
|
521
|
+
) => Promise<__HttpRequest>;
|
|
522
|
+
export declare const serializeAws_restJson1CreateGroupCommand: (
|
|
523
|
+
input: CreateGroupCommandInput,
|
|
524
|
+
context: __SerdeContext
|
|
525
|
+
) => Promise<__HttpRequest>;
|
|
526
|
+
export declare const serializeAws_restJson1CreateGroupMembershipCommand: (
|
|
527
|
+
input: CreateGroupMembershipCommandInput,
|
|
528
|
+
context: __SerdeContext
|
|
529
|
+
) => Promise<__HttpRequest>;
|
|
530
|
+
export declare const serializeAws_restJson1CreateIAMPolicyAssignmentCommand: (
|
|
531
|
+
input: CreateIAMPolicyAssignmentCommandInput,
|
|
532
|
+
context: __SerdeContext
|
|
533
|
+
) => Promise<__HttpRequest>;
|
|
534
|
+
export declare const serializeAws_restJson1CreateIngestionCommand: (
|
|
535
|
+
input: CreateIngestionCommandInput,
|
|
536
|
+
context: __SerdeContext
|
|
537
|
+
) => Promise<__HttpRequest>;
|
|
538
|
+
export declare const serializeAws_restJson1CreateNamespaceCommand: (
|
|
539
|
+
input: CreateNamespaceCommandInput,
|
|
540
|
+
context: __SerdeContext
|
|
541
|
+
) => Promise<__HttpRequest>;
|
|
542
|
+
export declare const serializeAws_restJson1CreateTemplateCommand: (
|
|
543
|
+
input: CreateTemplateCommandInput,
|
|
544
|
+
context: __SerdeContext
|
|
545
|
+
) => Promise<__HttpRequest>;
|
|
546
|
+
export declare const serializeAws_restJson1CreateTemplateAliasCommand: (
|
|
547
|
+
input: CreateTemplateAliasCommandInput,
|
|
548
|
+
context: __SerdeContext
|
|
549
|
+
) => Promise<__HttpRequest>;
|
|
550
|
+
export declare const serializeAws_restJson1CreateThemeCommand: (
|
|
551
|
+
input: CreateThemeCommandInput,
|
|
552
|
+
context: __SerdeContext
|
|
553
|
+
) => Promise<__HttpRequest>;
|
|
554
|
+
export declare const serializeAws_restJson1CreateThemeAliasCommand: (
|
|
555
|
+
input: CreateThemeAliasCommandInput,
|
|
556
|
+
context: __SerdeContext
|
|
557
|
+
) => Promise<__HttpRequest>;
|
|
558
|
+
export declare const serializeAws_restJson1DeleteAccountCustomizationCommand: (
|
|
559
|
+
input: DeleteAccountCustomizationCommandInput,
|
|
560
|
+
context: __SerdeContext
|
|
561
|
+
) => Promise<__HttpRequest>;
|
|
562
|
+
export declare const serializeAws_restJson1DeleteAnalysisCommand: (
|
|
563
|
+
input: DeleteAnalysisCommandInput,
|
|
564
|
+
context: __SerdeContext
|
|
565
|
+
) => Promise<__HttpRequest>;
|
|
566
|
+
export declare const serializeAws_restJson1DeleteDashboardCommand: (
|
|
567
|
+
input: DeleteDashboardCommandInput,
|
|
568
|
+
context: __SerdeContext
|
|
569
|
+
) => Promise<__HttpRequest>;
|
|
570
|
+
export declare const serializeAws_restJson1DeleteDataSetCommand: (
|
|
571
|
+
input: DeleteDataSetCommandInput,
|
|
572
|
+
context: __SerdeContext
|
|
573
|
+
) => Promise<__HttpRequest>;
|
|
574
|
+
export declare const serializeAws_restJson1DeleteDataSourceCommand: (
|
|
575
|
+
input: DeleteDataSourceCommandInput,
|
|
576
|
+
context: __SerdeContext
|
|
577
|
+
) => Promise<__HttpRequest>;
|
|
578
|
+
export declare const serializeAws_restJson1DeleteFolderCommand: (
|
|
579
|
+
input: DeleteFolderCommandInput,
|
|
580
|
+
context: __SerdeContext
|
|
581
|
+
) => Promise<__HttpRequest>;
|
|
582
|
+
export declare const serializeAws_restJson1DeleteFolderMembershipCommand: (
|
|
583
|
+
input: DeleteFolderMembershipCommandInput,
|
|
584
|
+
context: __SerdeContext
|
|
585
|
+
) => Promise<__HttpRequest>;
|
|
586
|
+
export declare const serializeAws_restJson1DeleteGroupCommand: (
|
|
587
|
+
input: DeleteGroupCommandInput,
|
|
588
|
+
context: __SerdeContext
|
|
589
|
+
) => Promise<__HttpRequest>;
|
|
590
|
+
export declare const serializeAws_restJson1DeleteGroupMembershipCommand: (
|
|
591
|
+
input: DeleteGroupMembershipCommandInput,
|
|
592
|
+
context: __SerdeContext
|
|
593
|
+
) => Promise<__HttpRequest>;
|
|
594
|
+
export declare const serializeAws_restJson1DeleteIAMPolicyAssignmentCommand: (
|
|
595
|
+
input: DeleteIAMPolicyAssignmentCommandInput,
|
|
596
|
+
context: __SerdeContext
|
|
597
|
+
) => Promise<__HttpRequest>;
|
|
598
|
+
export declare const serializeAws_restJson1DeleteNamespaceCommand: (
|
|
599
|
+
input: DeleteNamespaceCommandInput,
|
|
600
|
+
context: __SerdeContext
|
|
601
|
+
) => Promise<__HttpRequest>;
|
|
602
|
+
export declare const serializeAws_restJson1DeleteTemplateCommand: (
|
|
603
|
+
input: DeleteTemplateCommandInput,
|
|
604
|
+
context: __SerdeContext
|
|
605
|
+
) => Promise<__HttpRequest>;
|
|
606
|
+
export declare const serializeAws_restJson1DeleteTemplateAliasCommand: (
|
|
607
|
+
input: DeleteTemplateAliasCommandInput,
|
|
608
|
+
context: __SerdeContext
|
|
609
|
+
) => Promise<__HttpRequest>;
|
|
610
|
+
export declare const serializeAws_restJson1DeleteThemeCommand: (
|
|
611
|
+
input: DeleteThemeCommandInput,
|
|
612
|
+
context: __SerdeContext
|
|
613
|
+
) => Promise<__HttpRequest>;
|
|
614
|
+
export declare const serializeAws_restJson1DeleteThemeAliasCommand: (
|
|
615
|
+
input: DeleteThemeAliasCommandInput,
|
|
616
|
+
context: __SerdeContext
|
|
617
|
+
) => Promise<__HttpRequest>;
|
|
618
|
+
export declare const serializeAws_restJson1DeleteUserCommand: (
|
|
619
|
+
input: DeleteUserCommandInput,
|
|
620
|
+
context: __SerdeContext
|
|
621
|
+
) => Promise<__HttpRequest>;
|
|
622
|
+
export declare const serializeAws_restJson1DeleteUserByPrincipalIdCommand: (
|
|
623
|
+
input: DeleteUserByPrincipalIdCommandInput,
|
|
624
|
+
context: __SerdeContext
|
|
625
|
+
) => Promise<__HttpRequest>;
|
|
626
|
+
export declare const serializeAws_restJson1DescribeAccountCustomizationCommand: (
|
|
627
|
+
input: DescribeAccountCustomizationCommandInput,
|
|
628
|
+
context: __SerdeContext
|
|
629
|
+
) => Promise<__HttpRequest>;
|
|
630
|
+
export declare const serializeAws_restJson1DescribeAccountSettingsCommand: (
|
|
631
|
+
input: DescribeAccountSettingsCommandInput,
|
|
632
|
+
context: __SerdeContext
|
|
633
|
+
) => Promise<__HttpRequest>;
|
|
634
|
+
export declare const serializeAws_restJson1DescribeAccountSubscriptionCommand: (
|
|
635
|
+
input: DescribeAccountSubscriptionCommandInput,
|
|
636
|
+
context: __SerdeContext
|
|
637
|
+
) => Promise<__HttpRequest>;
|
|
638
|
+
export declare const serializeAws_restJson1DescribeAnalysisCommand: (
|
|
639
|
+
input: DescribeAnalysisCommandInput,
|
|
640
|
+
context: __SerdeContext
|
|
641
|
+
) => Promise<__HttpRequest>;
|
|
642
|
+
export declare const serializeAws_restJson1DescribeAnalysisPermissionsCommand: (
|
|
643
|
+
input: DescribeAnalysisPermissionsCommandInput,
|
|
644
|
+
context: __SerdeContext
|
|
645
|
+
) => Promise<__HttpRequest>;
|
|
646
|
+
export declare const serializeAws_restJson1DescribeDashboardCommand: (
|
|
647
|
+
input: DescribeDashboardCommandInput,
|
|
648
|
+
context: __SerdeContext
|
|
649
|
+
) => Promise<__HttpRequest>;
|
|
650
|
+
export declare const serializeAws_restJson1DescribeDashboardPermissionsCommand: (
|
|
651
|
+
input: DescribeDashboardPermissionsCommandInput,
|
|
652
|
+
context: __SerdeContext
|
|
653
|
+
) => Promise<__HttpRequest>;
|
|
654
|
+
export declare const serializeAws_restJson1DescribeDataSetCommand: (
|
|
655
|
+
input: DescribeDataSetCommandInput,
|
|
656
|
+
context: __SerdeContext
|
|
657
|
+
) => Promise<__HttpRequest>;
|
|
658
|
+
export declare const serializeAws_restJson1DescribeDataSetPermissionsCommand: (
|
|
659
|
+
input: DescribeDataSetPermissionsCommandInput,
|
|
660
|
+
context: __SerdeContext
|
|
661
|
+
) => Promise<__HttpRequest>;
|
|
662
|
+
export declare const serializeAws_restJson1DescribeDataSourceCommand: (
|
|
663
|
+
input: DescribeDataSourceCommandInput,
|
|
664
|
+
context: __SerdeContext
|
|
665
|
+
) => Promise<__HttpRequest>;
|
|
666
|
+
export declare const serializeAws_restJson1DescribeDataSourcePermissionsCommand: (
|
|
667
|
+
input: DescribeDataSourcePermissionsCommandInput,
|
|
668
|
+
context: __SerdeContext
|
|
669
|
+
) => Promise<__HttpRequest>;
|
|
670
|
+
export declare const serializeAws_restJson1DescribeFolderCommand: (
|
|
671
|
+
input: DescribeFolderCommandInput,
|
|
672
|
+
context: __SerdeContext
|
|
673
|
+
) => Promise<__HttpRequest>;
|
|
674
|
+
export declare const serializeAws_restJson1DescribeFolderPermissionsCommand: (
|
|
675
|
+
input: DescribeFolderPermissionsCommandInput,
|
|
676
|
+
context: __SerdeContext
|
|
677
|
+
) => Promise<__HttpRequest>;
|
|
678
|
+
export declare const serializeAws_restJson1DescribeFolderResolvedPermissionsCommand: (
|
|
679
|
+
input: DescribeFolderResolvedPermissionsCommandInput,
|
|
680
|
+
context: __SerdeContext
|
|
681
|
+
) => Promise<__HttpRequest>;
|
|
682
|
+
export declare const serializeAws_restJson1DescribeGroupCommand: (
|
|
683
|
+
input: DescribeGroupCommandInput,
|
|
684
|
+
context: __SerdeContext
|
|
685
|
+
) => Promise<__HttpRequest>;
|
|
686
|
+
export declare const serializeAws_restJson1DescribeGroupMembershipCommand: (
|
|
687
|
+
input: DescribeGroupMembershipCommandInput,
|
|
688
|
+
context: __SerdeContext
|
|
689
|
+
) => Promise<__HttpRequest>;
|
|
690
|
+
export declare const serializeAws_restJson1DescribeIAMPolicyAssignmentCommand: (
|
|
691
|
+
input: DescribeIAMPolicyAssignmentCommandInput,
|
|
692
|
+
context: __SerdeContext
|
|
693
|
+
) => Promise<__HttpRequest>;
|
|
694
|
+
export declare const serializeAws_restJson1DescribeIngestionCommand: (
|
|
695
|
+
input: DescribeIngestionCommandInput,
|
|
696
|
+
context: __SerdeContext
|
|
697
|
+
) => Promise<__HttpRequest>;
|
|
698
|
+
export declare const serializeAws_restJson1DescribeIpRestrictionCommand: (
|
|
699
|
+
input: DescribeIpRestrictionCommandInput,
|
|
700
|
+
context: __SerdeContext
|
|
701
|
+
) => Promise<__HttpRequest>;
|
|
702
|
+
export declare const serializeAws_restJson1DescribeNamespaceCommand: (
|
|
703
|
+
input: DescribeNamespaceCommandInput,
|
|
704
|
+
context: __SerdeContext
|
|
705
|
+
) => Promise<__HttpRequest>;
|
|
706
|
+
export declare const serializeAws_restJson1DescribeTemplateCommand: (
|
|
707
|
+
input: DescribeTemplateCommandInput,
|
|
708
|
+
context: __SerdeContext
|
|
709
|
+
) => Promise<__HttpRequest>;
|
|
710
|
+
export declare const serializeAws_restJson1DescribeTemplateAliasCommand: (
|
|
711
|
+
input: DescribeTemplateAliasCommandInput,
|
|
712
|
+
context: __SerdeContext
|
|
713
|
+
) => Promise<__HttpRequest>;
|
|
714
|
+
export declare const serializeAws_restJson1DescribeTemplatePermissionsCommand: (
|
|
715
|
+
input: DescribeTemplatePermissionsCommandInput,
|
|
716
|
+
context: __SerdeContext
|
|
717
|
+
) => Promise<__HttpRequest>;
|
|
718
|
+
export declare const serializeAws_restJson1DescribeThemeCommand: (
|
|
719
|
+
input: DescribeThemeCommandInput,
|
|
720
|
+
context: __SerdeContext
|
|
721
|
+
) => Promise<__HttpRequest>;
|
|
722
|
+
export declare const serializeAws_restJson1DescribeThemeAliasCommand: (
|
|
723
|
+
input: DescribeThemeAliasCommandInput,
|
|
724
|
+
context: __SerdeContext
|
|
725
|
+
) => Promise<__HttpRequest>;
|
|
726
|
+
export declare const serializeAws_restJson1DescribeThemePermissionsCommand: (
|
|
727
|
+
input: DescribeThemePermissionsCommandInput,
|
|
728
|
+
context: __SerdeContext
|
|
729
|
+
) => Promise<__HttpRequest>;
|
|
730
|
+
export declare const serializeAws_restJson1DescribeUserCommand: (
|
|
731
|
+
input: DescribeUserCommandInput,
|
|
732
|
+
context: __SerdeContext
|
|
733
|
+
) => Promise<__HttpRequest>;
|
|
734
|
+
export declare const serializeAws_restJson1GenerateEmbedUrlForAnonymousUserCommand: (
|
|
735
|
+
input: GenerateEmbedUrlForAnonymousUserCommandInput,
|
|
736
|
+
context: __SerdeContext
|
|
737
|
+
) => Promise<__HttpRequest>;
|
|
738
|
+
export declare const serializeAws_restJson1GenerateEmbedUrlForRegisteredUserCommand: (
|
|
739
|
+
input: GenerateEmbedUrlForRegisteredUserCommandInput,
|
|
740
|
+
context: __SerdeContext
|
|
741
|
+
) => Promise<__HttpRequest>;
|
|
742
|
+
export declare const serializeAws_restJson1GetDashboardEmbedUrlCommand: (
|
|
743
|
+
input: GetDashboardEmbedUrlCommandInput,
|
|
744
|
+
context: __SerdeContext
|
|
745
|
+
) => Promise<__HttpRequest>;
|
|
746
|
+
export declare const serializeAws_restJson1GetSessionEmbedUrlCommand: (
|
|
747
|
+
input: GetSessionEmbedUrlCommandInput,
|
|
748
|
+
context: __SerdeContext
|
|
749
|
+
) => Promise<__HttpRequest>;
|
|
750
|
+
export declare const serializeAws_restJson1ListAnalysesCommand: (
|
|
751
|
+
input: ListAnalysesCommandInput,
|
|
752
|
+
context: __SerdeContext
|
|
753
|
+
) => Promise<__HttpRequest>;
|
|
754
|
+
export declare const serializeAws_restJson1ListDashboardsCommand: (
|
|
755
|
+
input: ListDashboardsCommandInput,
|
|
756
|
+
context: __SerdeContext
|
|
757
|
+
) => Promise<__HttpRequest>;
|
|
758
|
+
export declare const serializeAws_restJson1ListDashboardVersionsCommand: (
|
|
759
|
+
input: ListDashboardVersionsCommandInput,
|
|
760
|
+
context: __SerdeContext
|
|
761
|
+
) => Promise<__HttpRequest>;
|
|
762
|
+
export declare const serializeAws_restJson1ListDataSetsCommand: (
|
|
763
|
+
input: ListDataSetsCommandInput,
|
|
764
|
+
context: __SerdeContext
|
|
765
|
+
) => Promise<__HttpRequest>;
|
|
766
|
+
export declare const serializeAws_restJson1ListDataSourcesCommand: (
|
|
767
|
+
input: ListDataSourcesCommandInput,
|
|
768
|
+
context: __SerdeContext
|
|
769
|
+
) => Promise<__HttpRequest>;
|
|
770
|
+
export declare const serializeAws_restJson1ListFolderMembersCommand: (
|
|
771
|
+
input: ListFolderMembersCommandInput,
|
|
772
|
+
context: __SerdeContext
|
|
773
|
+
) => Promise<__HttpRequest>;
|
|
774
|
+
export declare const serializeAws_restJson1ListFoldersCommand: (
|
|
775
|
+
input: ListFoldersCommandInput,
|
|
776
|
+
context: __SerdeContext
|
|
777
|
+
) => Promise<__HttpRequest>;
|
|
778
|
+
export declare const serializeAws_restJson1ListGroupMembershipsCommand: (
|
|
779
|
+
input: ListGroupMembershipsCommandInput,
|
|
780
|
+
context: __SerdeContext
|
|
781
|
+
) => Promise<__HttpRequest>;
|
|
782
|
+
export declare const serializeAws_restJson1ListGroupsCommand: (
|
|
783
|
+
input: ListGroupsCommandInput,
|
|
784
|
+
context: __SerdeContext
|
|
785
|
+
) => Promise<__HttpRequest>;
|
|
786
|
+
export declare const serializeAws_restJson1ListIAMPolicyAssignmentsCommand: (
|
|
787
|
+
input: ListIAMPolicyAssignmentsCommandInput,
|
|
788
|
+
context: __SerdeContext
|
|
789
|
+
) => Promise<__HttpRequest>;
|
|
790
|
+
export declare const serializeAws_restJson1ListIAMPolicyAssignmentsForUserCommand: (
|
|
791
|
+
input: ListIAMPolicyAssignmentsForUserCommandInput,
|
|
792
|
+
context: __SerdeContext
|
|
793
|
+
) => Promise<__HttpRequest>;
|
|
794
|
+
export declare const serializeAws_restJson1ListIngestionsCommand: (
|
|
795
|
+
input: ListIngestionsCommandInput,
|
|
796
|
+
context: __SerdeContext
|
|
797
|
+
) => Promise<__HttpRequest>;
|
|
798
|
+
export declare const serializeAws_restJson1ListNamespacesCommand: (
|
|
799
|
+
input: ListNamespacesCommandInput,
|
|
800
|
+
context: __SerdeContext
|
|
801
|
+
) => Promise<__HttpRequest>;
|
|
802
|
+
export declare const serializeAws_restJson1ListTagsForResourceCommand: (
|
|
803
|
+
input: ListTagsForResourceCommandInput,
|
|
804
|
+
context: __SerdeContext
|
|
805
|
+
) => Promise<__HttpRequest>;
|
|
806
|
+
export declare const serializeAws_restJson1ListTemplateAliasesCommand: (
|
|
807
|
+
input: ListTemplateAliasesCommandInput,
|
|
808
|
+
context: __SerdeContext
|
|
809
|
+
) => Promise<__HttpRequest>;
|
|
810
|
+
export declare const serializeAws_restJson1ListTemplatesCommand: (
|
|
811
|
+
input: ListTemplatesCommandInput,
|
|
812
|
+
context: __SerdeContext
|
|
813
|
+
) => Promise<__HttpRequest>;
|
|
814
|
+
export declare const serializeAws_restJson1ListTemplateVersionsCommand: (
|
|
815
|
+
input: ListTemplateVersionsCommandInput,
|
|
816
|
+
context: __SerdeContext
|
|
817
|
+
) => Promise<__HttpRequest>;
|
|
818
|
+
export declare const serializeAws_restJson1ListThemeAliasesCommand: (
|
|
819
|
+
input: ListThemeAliasesCommandInput,
|
|
820
|
+
context: __SerdeContext
|
|
821
|
+
) => Promise<__HttpRequest>;
|
|
822
|
+
export declare const serializeAws_restJson1ListThemesCommand: (
|
|
823
|
+
input: ListThemesCommandInput,
|
|
824
|
+
context: __SerdeContext
|
|
825
|
+
) => Promise<__HttpRequest>;
|
|
826
|
+
export declare const serializeAws_restJson1ListThemeVersionsCommand: (
|
|
827
|
+
input: ListThemeVersionsCommandInput,
|
|
828
|
+
context: __SerdeContext
|
|
829
|
+
) => Promise<__HttpRequest>;
|
|
830
|
+
export declare const serializeAws_restJson1ListUserGroupsCommand: (
|
|
831
|
+
input: ListUserGroupsCommandInput,
|
|
832
|
+
context: __SerdeContext
|
|
833
|
+
) => Promise<__HttpRequest>;
|
|
834
|
+
export declare const serializeAws_restJson1ListUsersCommand: (
|
|
835
|
+
input: ListUsersCommandInput,
|
|
836
|
+
context: __SerdeContext
|
|
837
|
+
) => Promise<__HttpRequest>;
|
|
838
|
+
export declare const serializeAws_restJson1RegisterUserCommand: (
|
|
839
|
+
input: RegisterUserCommandInput,
|
|
840
|
+
context: __SerdeContext
|
|
841
|
+
) => Promise<__HttpRequest>;
|
|
842
|
+
export declare const serializeAws_restJson1RestoreAnalysisCommand: (
|
|
843
|
+
input: RestoreAnalysisCommandInput,
|
|
844
|
+
context: __SerdeContext
|
|
845
|
+
) => Promise<__HttpRequest>;
|
|
846
|
+
export declare const serializeAws_restJson1SearchAnalysesCommand: (
|
|
847
|
+
input: SearchAnalysesCommandInput,
|
|
848
|
+
context: __SerdeContext
|
|
849
|
+
) => Promise<__HttpRequest>;
|
|
850
|
+
export declare const serializeAws_restJson1SearchDashboardsCommand: (
|
|
851
|
+
input: SearchDashboardsCommandInput,
|
|
852
|
+
context: __SerdeContext
|
|
853
|
+
) => Promise<__HttpRequest>;
|
|
854
|
+
export declare const serializeAws_restJson1SearchFoldersCommand: (
|
|
855
|
+
input: SearchFoldersCommandInput,
|
|
856
|
+
context: __SerdeContext
|
|
857
|
+
) => Promise<__HttpRequest>;
|
|
858
|
+
export declare const serializeAws_restJson1SearchGroupsCommand: (
|
|
859
|
+
input: SearchGroupsCommandInput,
|
|
860
|
+
context: __SerdeContext
|
|
861
|
+
) => Promise<__HttpRequest>;
|
|
862
|
+
export declare const serializeAws_restJson1TagResourceCommand: (
|
|
863
|
+
input: TagResourceCommandInput,
|
|
864
|
+
context: __SerdeContext
|
|
865
|
+
) => Promise<__HttpRequest>;
|
|
866
|
+
export declare const serializeAws_restJson1UntagResourceCommand: (
|
|
867
|
+
input: UntagResourceCommandInput,
|
|
868
|
+
context: __SerdeContext
|
|
869
|
+
) => Promise<__HttpRequest>;
|
|
870
|
+
export declare const serializeAws_restJson1UpdateAccountCustomizationCommand: (
|
|
871
|
+
input: UpdateAccountCustomizationCommandInput,
|
|
872
|
+
context: __SerdeContext
|
|
873
|
+
) => Promise<__HttpRequest>;
|
|
874
|
+
export declare const serializeAws_restJson1UpdateAccountSettingsCommand: (
|
|
875
|
+
input: UpdateAccountSettingsCommandInput,
|
|
876
|
+
context: __SerdeContext
|
|
877
|
+
) => Promise<__HttpRequest>;
|
|
878
|
+
export declare const serializeAws_restJson1UpdateAnalysisCommand: (
|
|
879
|
+
input: UpdateAnalysisCommandInput,
|
|
880
|
+
context: __SerdeContext
|
|
881
|
+
) => Promise<__HttpRequest>;
|
|
882
|
+
export declare const serializeAws_restJson1UpdateAnalysisPermissionsCommand: (
|
|
883
|
+
input: UpdateAnalysisPermissionsCommandInput,
|
|
884
|
+
context: __SerdeContext
|
|
885
|
+
) => Promise<__HttpRequest>;
|
|
886
|
+
export declare const serializeAws_restJson1UpdateDashboardCommand: (
|
|
887
|
+
input: UpdateDashboardCommandInput,
|
|
888
|
+
context: __SerdeContext
|
|
889
|
+
) => Promise<__HttpRequest>;
|
|
890
|
+
export declare const serializeAws_restJson1UpdateDashboardPermissionsCommand: (
|
|
891
|
+
input: UpdateDashboardPermissionsCommandInput,
|
|
892
|
+
context: __SerdeContext
|
|
893
|
+
) => Promise<__HttpRequest>;
|
|
894
|
+
export declare const serializeAws_restJson1UpdateDashboardPublishedVersionCommand: (
|
|
895
|
+
input: UpdateDashboardPublishedVersionCommandInput,
|
|
896
|
+
context: __SerdeContext
|
|
897
|
+
) => Promise<__HttpRequest>;
|
|
898
|
+
export declare const serializeAws_restJson1UpdateDataSetCommand: (
|
|
899
|
+
input: UpdateDataSetCommandInput,
|
|
900
|
+
context: __SerdeContext
|
|
901
|
+
) => Promise<__HttpRequest>;
|
|
902
|
+
export declare const serializeAws_restJson1UpdateDataSetPermissionsCommand: (
|
|
903
|
+
input: UpdateDataSetPermissionsCommandInput,
|
|
904
|
+
context: __SerdeContext
|
|
905
|
+
) => Promise<__HttpRequest>;
|
|
906
|
+
export declare const serializeAws_restJson1UpdateDataSourceCommand: (
|
|
907
|
+
input: UpdateDataSourceCommandInput,
|
|
908
|
+
context: __SerdeContext
|
|
909
|
+
) => Promise<__HttpRequest>;
|
|
910
|
+
export declare const serializeAws_restJson1UpdateDataSourcePermissionsCommand: (
|
|
911
|
+
input: UpdateDataSourcePermissionsCommandInput,
|
|
912
|
+
context: __SerdeContext
|
|
913
|
+
) => Promise<__HttpRequest>;
|
|
914
|
+
export declare const serializeAws_restJson1UpdateFolderCommand: (
|
|
915
|
+
input: UpdateFolderCommandInput,
|
|
916
|
+
context: __SerdeContext
|
|
917
|
+
) => Promise<__HttpRequest>;
|
|
918
|
+
export declare const serializeAws_restJson1UpdateFolderPermissionsCommand: (
|
|
919
|
+
input: UpdateFolderPermissionsCommandInput,
|
|
920
|
+
context: __SerdeContext
|
|
921
|
+
) => Promise<__HttpRequest>;
|
|
922
|
+
export declare const serializeAws_restJson1UpdateGroupCommand: (
|
|
923
|
+
input: UpdateGroupCommandInput,
|
|
924
|
+
context: __SerdeContext
|
|
925
|
+
) => Promise<__HttpRequest>;
|
|
926
|
+
export declare const serializeAws_restJson1UpdateIAMPolicyAssignmentCommand: (
|
|
927
|
+
input: UpdateIAMPolicyAssignmentCommandInput,
|
|
928
|
+
context: __SerdeContext
|
|
929
|
+
) => Promise<__HttpRequest>;
|
|
930
|
+
export declare const serializeAws_restJson1UpdateIpRestrictionCommand: (
|
|
931
|
+
input: UpdateIpRestrictionCommandInput,
|
|
932
|
+
context: __SerdeContext
|
|
933
|
+
) => Promise<__HttpRequest>;
|
|
934
|
+
export declare const serializeAws_restJson1UpdatePublicSharingSettingsCommand: (
|
|
935
|
+
input: UpdatePublicSharingSettingsCommandInput,
|
|
936
|
+
context: __SerdeContext
|
|
937
|
+
) => Promise<__HttpRequest>;
|
|
938
|
+
export declare const serializeAws_restJson1UpdateTemplateCommand: (
|
|
939
|
+
input: UpdateTemplateCommandInput,
|
|
940
|
+
context: __SerdeContext
|
|
941
|
+
) => Promise<__HttpRequest>;
|
|
942
|
+
export declare const serializeAws_restJson1UpdateTemplateAliasCommand: (
|
|
943
|
+
input: UpdateTemplateAliasCommandInput,
|
|
944
|
+
context: __SerdeContext
|
|
945
|
+
) => Promise<__HttpRequest>;
|
|
946
|
+
export declare const serializeAws_restJson1UpdateTemplatePermissionsCommand: (
|
|
947
|
+
input: UpdateTemplatePermissionsCommandInput,
|
|
948
|
+
context: __SerdeContext
|
|
949
|
+
) => Promise<__HttpRequest>;
|
|
950
|
+
export declare const serializeAws_restJson1UpdateThemeCommand: (
|
|
951
|
+
input: UpdateThemeCommandInput,
|
|
952
|
+
context: __SerdeContext
|
|
953
|
+
) => Promise<__HttpRequest>;
|
|
954
|
+
export declare const serializeAws_restJson1UpdateThemeAliasCommand: (
|
|
955
|
+
input: UpdateThemeAliasCommandInput,
|
|
956
|
+
context: __SerdeContext
|
|
957
|
+
) => Promise<__HttpRequest>;
|
|
958
|
+
export declare const serializeAws_restJson1UpdateThemePermissionsCommand: (
|
|
959
|
+
input: UpdateThemePermissionsCommandInput,
|
|
960
|
+
context: __SerdeContext
|
|
961
|
+
) => Promise<__HttpRequest>;
|
|
962
|
+
export declare const serializeAws_restJson1UpdateUserCommand: (
|
|
963
|
+
input: UpdateUserCommandInput,
|
|
964
|
+
context: __SerdeContext
|
|
965
|
+
) => Promise<__HttpRequest>;
|
|
966
|
+
export declare const deserializeAws_restJson1CancelIngestionCommand: (
|
|
967
|
+
output: __HttpResponse,
|
|
968
|
+
context: __SerdeContext
|
|
969
|
+
) => Promise<CancelIngestionCommandOutput>;
|
|
970
|
+
export declare const deserializeAws_restJson1CreateAccountCustomizationCommand: (
|
|
971
|
+
output: __HttpResponse,
|
|
972
|
+
context: __SerdeContext
|
|
973
|
+
) => Promise<CreateAccountCustomizationCommandOutput>;
|
|
974
|
+
export declare const deserializeAws_restJson1CreateAccountSubscriptionCommand: (
|
|
975
|
+
output: __HttpResponse,
|
|
976
|
+
context: __SerdeContext
|
|
977
|
+
) => Promise<CreateAccountSubscriptionCommandOutput>;
|
|
978
|
+
export declare const deserializeAws_restJson1CreateAnalysisCommand: (
|
|
979
|
+
output: __HttpResponse,
|
|
980
|
+
context: __SerdeContext
|
|
981
|
+
) => Promise<CreateAnalysisCommandOutput>;
|
|
982
|
+
export declare const deserializeAws_restJson1CreateDashboardCommand: (
|
|
983
|
+
output: __HttpResponse,
|
|
984
|
+
context: __SerdeContext
|
|
985
|
+
) => Promise<CreateDashboardCommandOutput>;
|
|
986
|
+
export declare const deserializeAws_restJson1CreateDataSetCommand: (
|
|
987
|
+
output: __HttpResponse,
|
|
988
|
+
context: __SerdeContext
|
|
989
|
+
) => Promise<CreateDataSetCommandOutput>;
|
|
990
|
+
export declare const deserializeAws_restJson1CreateDataSourceCommand: (
|
|
991
|
+
output: __HttpResponse,
|
|
992
|
+
context: __SerdeContext
|
|
993
|
+
) => Promise<CreateDataSourceCommandOutput>;
|
|
994
|
+
export declare const deserializeAws_restJson1CreateFolderCommand: (
|
|
995
|
+
output: __HttpResponse,
|
|
996
|
+
context: __SerdeContext
|
|
997
|
+
) => Promise<CreateFolderCommandOutput>;
|
|
998
|
+
export declare const deserializeAws_restJson1CreateFolderMembershipCommand: (
|
|
999
|
+
output: __HttpResponse,
|
|
1000
|
+
context: __SerdeContext
|
|
1001
|
+
) => Promise<CreateFolderMembershipCommandOutput>;
|
|
1002
|
+
export declare const deserializeAws_restJson1CreateGroupCommand: (
|
|
1003
|
+
output: __HttpResponse,
|
|
1004
|
+
context: __SerdeContext
|
|
1005
|
+
) => Promise<CreateGroupCommandOutput>;
|
|
1006
|
+
export declare const deserializeAws_restJson1CreateGroupMembershipCommand: (
|
|
1007
|
+
output: __HttpResponse,
|
|
1008
|
+
context: __SerdeContext
|
|
1009
|
+
) => Promise<CreateGroupMembershipCommandOutput>;
|
|
1010
|
+
export declare const deserializeAws_restJson1CreateIAMPolicyAssignmentCommand: (
|
|
1011
|
+
output: __HttpResponse,
|
|
1012
|
+
context: __SerdeContext
|
|
1013
|
+
) => Promise<CreateIAMPolicyAssignmentCommandOutput>;
|
|
1014
|
+
export declare const deserializeAws_restJson1CreateIngestionCommand: (
|
|
1015
|
+
output: __HttpResponse,
|
|
1016
|
+
context: __SerdeContext
|
|
1017
|
+
) => Promise<CreateIngestionCommandOutput>;
|
|
1018
|
+
export declare const deserializeAws_restJson1CreateNamespaceCommand: (
|
|
1019
|
+
output: __HttpResponse,
|
|
1020
|
+
context: __SerdeContext
|
|
1021
|
+
) => Promise<CreateNamespaceCommandOutput>;
|
|
1022
|
+
export declare const deserializeAws_restJson1CreateTemplateCommand: (
|
|
1023
|
+
output: __HttpResponse,
|
|
1024
|
+
context: __SerdeContext
|
|
1025
|
+
) => Promise<CreateTemplateCommandOutput>;
|
|
1026
|
+
export declare const deserializeAws_restJson1CreateTemplateAliasCommand: (
|
|
1027
|
+
output: __HttpResponse,
|
|
1028
|
+
context: __SerdeContext
|
|
1029
|
+
) => Promise<CreateTemplateAliasCommandOutput>;
|
|
1030
|
+
export declare const deserializeAws_restJson1CreateThemeCommand: (
|
|
1031
|
+
output: __HttpResponse,
|
|
1032
|
+
context: __SerdeContext
|
|
1033
|
+
) => Promise<CreateThemeCommandOutput>;
|
|
1034
|
+
export declare const deserializeAws_restJson1CreateThemeAliasCommand: (
|
|
1035
|
+
output: __HttpResponse,
|
|
1036
|
+
context: __SerdeContext
|
|
1037
|
+
) => Promise<CreateThemeAliasCommandOutput>;
|
|
1038
|
+
export declare const deserializeAws_restJson1DeleteAccountCustomizationCommand: (
|
|
1039
|
+
output: __HttpResponse,
|
|
1040
|
+
context: __SerdeContext
|
|
1041
|
+
) => Promise<DeleteAccountCustomizationCommandOutput>;
|
|
1042
|
+
export declare const deserializeAws_restJson1DeleteAnalysisCommand: (
|
|
1043
|
+
output: __HttpResponse,
|
|
1044
|
+
context: __SerdeContext
|
|
1045
|
+
) => Promise<DeleteAnalysisCommandOutput>;
|
|
1046
|
+
export declare const deserializeAws_restJson1DeleteDashboardCommand: (
|
|
1047
|
+
output: __HttpResponse,
|
|
1048
|
+
context: __SerdeContext
|
|
1049
|
+
) => Promise<DeleteDashboardCommandOutput>;
|
|
1050
|
+
export declare const deserializeAws_restJson1DeleteDataSetCommand: (
|
|
1051
|
+
output: __HttpResponse,
|
|
1052
|
+
context: __SerdeContext
|
|
1053
|
+
) => Promise<DeleteDataSetCommandOutput>;
|
|
1054
|
+
export declare const deserializeAws_restJson1DeleteDataSourceCommand: (
|
|
1055
|
+
output: __HttpResponse,
|
|
1056
|
+
context: __SerdeContext
|
|
1057
|
+
) => Promise<DeleteDataSourceCommandOutput>;
|
|
1058
|
+
export declare const deserializeAws_restJson1DeleteFolderCommand: (
|
|
1059
|
+
output: __HttpResponse,
|
|
1060
|
+
context: __SerdeContext
|
|
1061
|
+
) => Promise<DeleteFolderCommandOutput>;
|
|
1062
|
+
export declare const deserializeAws_restJson1DeleteFolderMembershipCommand: (
|
|
1063
|
+
output: __HttpResponse,
|
|
1064
|
+
context: __SerdeContext
|
|
1065
|
+
) => Promise<DeleteFolderMembershipCommandOutput>;
|
|
1066
|
+
export declare const deserializeAws_restJson1DeleteGroupCommand: (
|
|
1067
|
+
output: __HttpResponse,
|
|
1068
|
+
context: __SerdeContext
|
|
1069
|
+
) => Promise<DeleteGroupCommandOutput>;
|
|
1070
|
+
export declare const deserializeAws_restJson1DeleteGroupMembershipCommand: (
|
|
1071
|
+
output: __HttpResponse,
|
|
1072
|
+
context: __SerdeContext
|
|
1073
|
+
) => Promise<DeleteGroupMembershipCommandOutput>;
|
|
1074
|
+
export declare const deserializeAws_restJson1DeleteIAMPolicyAssignmentCommand: (
|
|
1075
|
+
output: __HttpResponse,
|
|
1076
|
+
context: __SerdeContext
|
|
1077
|
+
) => Promise<DeleteIAMPolicyAssignmentCommandOutput>;
|
|
1078
|
+
export declare const deserializeAws_restJson1DeleteNamespaceCommand: (
|
|
1079
|
+
output: __HttpResponse,
|
|
1080
|
+
context: __SerdeContext
|
|
1081
|
+
) => Promise<DeleteNamespaceCommandOutput>;
|
|
1082
|
+
export declare const deserializeAws_restJson1DeleteTemplateCommand: (
|
|
1083
|
+
output: __HttpResponse,
|
|
1084
|
+
context: __SerdeContext
|
|
1085
|
+
) => Promise<DeleteTemplateCommandOutput>;
|
|
1086
|
+
export declare const deserializeAws_restJson1DeleteTemplateAliasCommand: (
|
|
1087
|
+
output: __HttpResponse,
|
|
1088
|
+
context: __SerdeContext
|
|
1089
|
+
) => Promise<DeleteTemplateAliasCommandOutput>;
|
|
1090
|
+
export declare const deserializeAws_restJson1DeleteThemeCommand: (
|
|
1091
|
+
output: __HttpResponse,
|
|
1092
|
+
context: __SerdeContext
|
|
1093
|
+
) => Promise<DeleteThemeCommandOutput>;
|
|
1094
|
+
export declare const deserializeAws_restJson1DeleteThemeAliasCommand: (
|
|
1095
|
+
output: __HttpResponse,
|
|
1096
|
+
context: __SerdeContext
|
|
1097
|
+
) => Promise<DeleteThemeAliasCommandOutput>;
|
|
1098
|
+
export declare const deserializeAws_restJson1DeleteUserCommand: (
|
|
1099
|
+
output: __HttpResponse,
|
|
1100
|
+
context: __SerdeContext
|
|
1101
|
+
) => Promise<DeleteUserCommandOutput>;
|
|
1102
|
+
export declare const deserializeAws_restJson1DeleteUserByPrincipalIdCommand: (
|
|
1103
|
+
output: __HttpResponse,
|
|
1104
|
+
context: __SerdeContext
|
|
1105
|
+
) => Promise<DeleteUserByPrincipalIdCommandOutput>;
|
|
1106
|
+
export declare const deserializeAws_restJson1DescribeAccountCustomizationCommand: (
|
|
1107
|
+
output: __HttpResponse,
|
|
1108
|
+
context: __SerdeContext
|
|
1109
|
+
) => Promise<DescribeAccountCustomizationCommandOutput>;
|
|
1110
|
+
export declare const deserializeAws_restJson1DescribeAccountSettingsCommand: (
|
|
1111
|
+
output: __HttpResponse,
|
|
1112
|
+
context: __SerdeContext
|
|
1113
|
+
) => Promise<DescribeAccountSettingsCommandOutput>;
|
|
1114
|
+
export declare const deserializeAws_restJson1DescribeAccountSubscriptionCommand: (
|
|
1115
|
+
output: __HttpResponse,
|
|
1116
|
+
context: __SerdeContext
|
|
1117
|
+
) => Promise<DescribeAccountSubscriptionCommandOutput>;
|
|
1118
|
+
export declare const deserializeAws_restJson1DescribeAnalysisCommand: (
|
|
1119
|
+
output: __HttpResponse,
|
|
1120
|
+
context: __SerdeContext
|
|
1121
|
+
) => Promise<DescribeAnalysisCommandOutput>;
|
|
1122
|
+
export declare const deserializeAws_restJson1DescribeAnalysisPermissionsCommand: (
|
|
1123
|
+
output: __HttpResponse,
|
|
1124
|
+
context: __SerdeContext
|
|
1125
|
+
) => Promise<DescribeAnalysisPermissionsCommandOutput>;
|
|
1126
|
+
export declare const deserializeAws_restJson1DescribeDashboardCommand: (
|
|
1127
|
+
output: __HttpResponse,
|
|
1128
|
+
context: __SerdeContext
|
|
1129
|
+
) => Promise<DescribeDashboardCommandOutput>;
|
|
1130
|
+
export declare const deserializeAws_restJson1DescribeDashboardPermissionsCommand: (
|
|
1131
|
+
output: __HttpResponse,
|
|
1132
|
+
context: __SerdeContext
|
|
1133
|
+
) => Promise<DescribeDashboardPermissionsCommandOutput>;
|
|
1134
|
+
export declare const deserializeAws_restJson1DescribeDataSetCommand: (
|
|
1135
|
+
output: __HttpResponse,
|
|
1136
|
+
context: __SerdeContext
|
|
1137
|
+
) => Promise<DescribeDataSetCommandOutput>;
|
|
1138
|
+
export declare const deserializeAws_restJson1DescribeDataSetPermissionsCommand: (
|
|
1139
|
+
output: __HttpResponse,
|
|
1140
|
+
context: __SerdeContext
|
|
1141
|
+
) => Promise<DescribeDataSetPermissionsCommandOutput>;
|
|
1142
|
+
export declare const deserializeAws_restJson1DescribeDataSourceCommand: (
|
|
1143
|
+
output: __HttpResponse,
|
|
1144
|
+
context: __SerdeContext
|
|
1145
|
+
) => Promise<DescribeDataSourceCommandOutput>;
|
|
1146
|
+
export declare const deserializeAws_restJson1DescribeDataSourcePermissionsCommand: (
|
|
1147
|
+
output: __HttpResponse,
|
|
1148
|
+
context: __SerdeContext
|
|
1149
|
+
) => Promise<DescribeDataSourcePermissionsCommandOutput>;
|
|
1150
|
+
export declare const deserializeAws_restJson1DescribeFolderCommand: (
|
|
1151
|
+
output: __HttpResponse,
|
|
1152
|
+
context: __SerdeContext
|
|
1153
|
+
) => Promise<DescribeFolderCommandOutput>;
|
|
1154
|
+
export declare const deserializeAws_restJson1DescribeFolderPermissionsCommand: (
|
|
1155
|
+
output: __HttpResponse,
|
|
1156
|
+
context: __SerdeContext
|
|
1157
|
+
) => Promise<DescribeFolderPermissionsCommandOutput>;
|
|
1158
|
+
export declare const deserializeAws_restJson1DescribeFolderResolvedPermissionsCommand: (
|
|
1159
|
+
output: __HttpResponse,
|
|
1160
|
+
context: __SerdeContext
|
|
1161
|
+
) => Promise<DescribeFolderResolvedPermissionsCommandOutput>;
|
|
1162
|
+
export declare const deserializeAws_restJson1DescribeGroupCommand: (
|
|
1163
|
+
output: __HttpResponse,
|
|
1164
|
+
context: __SerdeContext
|
|
1165
|
+
) => Promise<DescribeGroupCommandOutput>;
|
|
1166
|
+
export declare const deserializeAws_restJson1DescribeGroupMembershipCommand: (
|
|
1167
|
+
output: __HttpResponse,
|
|
1168
|
+
context: __SerdeContext
|
|
1169
|
+
) => Promise<DescribeGroupMembershipCommandOutput>;
|
|
1170
|
+
export declare const deserializeAws_restJson1DescribeIAMPolicyAssignmentCommand: (
|
|
1171
|
+
output: __HttpResponse,
|
|
1172
|
+
context: __SerdeContext
|
|
1173
|
+
) => Promise<DescribeIAMPolicyAssignmentCommandOutput>;
|
|
1174
|
+
export declare const deserializeAws_restJson1DescribeIngestionCommand: (
|
|
1175
|
+
output: __HttpResponse,
|
|
1176
|
+
context: __SerdeContext
|
|
1177
|
+
) => Promise<DescribeIngestionCommandOutput>;
|
|
1178
|
+
export declare const deserializeAws_restJson1DescribeIpRestrictionCommand: (
|
|
1179
|
+
output: __HttpResponse,
|
|
1180
|
+
context: __SerdeContext
|
|
1181
|
+
) => Promise<DescribeIpRestrictionCommandOutput>;
|
|
1182
|
+
export declare const deserializeAws_restJson1DescribeNamespaceCommand: (
|
|
1183
|
+
output: __HttpResponse,
|
|
1184
|
+
context: __SerdeContext
|
|
1185
|
+
) => Promise<DescribeNamespaceCommandOutput>;
|
|
1186
|
+
export declare const deserializeAws_restJson1DescribeTemplateCommand: (
|
|
1187
|
+
output: __HttpResponse,
|
|
1188
|
+
context: __SerdeContext
|
|
1189
|
+
) => Promise<DescribeTemplateCommandOutput>;
|
|
1190
|
+
export declare const deserializeAws_restJson1DescribeTemplateAliasCommand: (
|
|
1191
|
+
output: __HttpResponse,
|
|
1192
|
+
context: __SerdeContext
|
|
1193
|
+
) => Promise<DescribeTemplateAliasCommandOutput>;
|
|
1194
|
+
export declare const deserializeAws_restJson1DescribeTemplatePermissionsCommand: (
|
|
1195
|
+
output: __HttpResponse,
|
|
1196
|
+
context: __SerdeContext
|
|
1197
|
+
) => Promise<DescribeTemplatePermissionsCommandOutput>;
|
|
1198
|
+
export declare const deserializeAws_restJson1DescribeThemeCommand: (
|
|
1199
|
+
output: __HttpResponse,
|
|
1200
|
+
context: __SerdeContext
|
|
1201
|
+
) => Promise<DescribeThemeCommandOutput>;
|
|
1202
|
+
export declare const deserializeAws_restJson1DescribeThemeAliasCommand: (
|
|
1203
|
+
output: __HttpResponse,
|
|
1204
|
+
context: __SerdeContext
|
|
1205
|
+
) => Promise<DescribeThemeAliasCommandOutput>;
|
|
1206
|
+
export declare const deserializeAws_restJson1DescribeThemePermissionsCommand: (
|
|
1207
|
+
output: __HttpResponse,
|
|
1208
|
+
context: __SerdeContext
|
|
1209
|
+
) => Promise<DescribeThemePermissionsCommandOutput>;
|
|
1210
|
+
export declare const deserializeAws_restJson1DescribeUserCommand: (
|
|
1211
|
+
output: __HttpResponse,
|
|
1212
|
+
context: __SerdeContext
|
|
1213
|
+
) => Promise<DescribeUserCommandOutput>;
|
|
1214
|
+
export declare const deserializeAws_restJson1GenerateEmbedUrlForAnonymousUserCommand: (
|
|
1215
|
+
output: __HttpResponse,
|
|
1216
|
+
context: __SerdeContext
|
|
1217
|
+
) => Promise<GenerateEmbedUrlForAnonymousUserCommandOutput>;
|
|
1218
|
+
export declare const deserializeAws_restJson1GenerateEmbedUrlForRegisteredUserCommand: (
|
|
1219
|
+
output: __HttpResponse,
|
|
1220
|
+
context: __SerdeContext
|
|
1221
|
+
) => Promise<GenerateEmbedUrlForRegisteredUserCommandOutput>;
|
|
1222
|
+
export declare const deserializeAws_restJson1GetDashboardEmbedUrlCommand: (
|
|
1223
|
+
output: __HttpResponse,
|
|
1224
|
+
context: __SerdeContext
|
|
1225
|
+
) => Promise<GetDashboardEmbedUrlCommandOutput>;
|
|
1226
|
+
export declare const deserializeAws_restJson1GetSessionEmbedUrlCommand: (
|
|
1227
|
+
output: __HttpResponse,
|
|
1228
|
+
context: __SerdeContext
|
|
1229
|
+
) => Promise<GetSessionEmbedUrlCommandOutput>;
|
|
1230
|
+
export declare const deserializeAws_restJson1ListAnalysesCommand: (
|
|
1231
|
+
output: __HttpResponse,
|
|
1232
|
+
context: __SerdeContext
|
|
1233
|
+
) => Promise<ListAnalysesCommandOutput>;
|
|
1234
|
+
export declare const deserializeAws_restJson1ListDashboardsCommand: (
|
|
1235
|
+
output: __HttpResponse,
|
|
1236
|
+
context: __SerdeContext
|
|
1237
|
+
) => Promise<ListDashboardsCommandOutput>;
|
|
1238
|
+
export declare const deserializeAws_restJson1ListDashboardVersionsCommand: (
|
|
1239
|
+
output: __HttpResponse,
|
|
1240
|
+
context: __SerdeContext
|
|
1241
|
+
) => Promise<ListDashboardVersionsCommandOutput>;
|
|
1242
|
+
export declare const deserializeAws_restJson1ListDataSetsCommand: (
|
|
1243
|
+
output: __HttpResponse,
|
|
1244
|
+
context: __SerdeContext
|
|
1245
|
+
) => Promise<ListDataSetsCommandOutput>;
|
|
1246
|
+
export declare const deserializeAws_restJson1ListDataSourcesCommand: (
|
|
1247
|
+
output: __HttpResponse,
|
|
1248
|
+
context: __SerdeContext
|
|
1249
|
+
) => Promise<ListDataSourcesCommandOutput>;
|
|
1250
|
+
export declare const deserializeAws_restJson1ListFolderMembersCommand: (
|
|
1251
|
+
output: __HttpResponse,
|
|
1252
|
+
context: __SerdeContext
|
|
1253
|
+
) => Promise<ListFolderMembersCommandOutput>;
|
|
1254
|
+
export declare const deserializeAws_restJson1ListFoldersCommand: (
|
|
1255
|
+
output: __HttpResponse,
|
|
1256
|
+
context: __SerdeContext
|
|
1257
|
+
) => Promise<ListFoldersCommandOutput>;
|
|
1258
|
+
export declare const deserializeAws_restJson1ListGroupMembershipsCommand: (
|
|
1259
|
+
output: __HttpResponse,
|
|
1260
|
+
context: __SerdeContext
|
|
1261
|
+
) => Promise<ListGroupMembershipsCommandOutput>;
|
|
1262
|
+
export declare const deserializeAws_restJson1ListGroupsCommand: (
|
|
1263
|
+
output: __HttpResponse,
|
|
1264
|
+
context: __SerdeContext
|
|
1265
|
+
) => Promise<ListGroupsCommandOutput>;
|
|
1266
|
+
export declare const deserializeAws_restJson1ListIAMPolicyAssignmentsCommand: (
|
|
1267
|
+
output: __HttpResponse,
|
|
1268
|
+
context: __SerdeContext
|
|
1269
|
+
) => Promise<ListIAMPolicyAssignmentsCommandOutput>;
|
|
1270
|
+
export declare const deserializeAws_restJson1ListIAMPolicyAssignmentsForUserCommand: (
|
|
1271
|
+
output: __HttpResponse,
|
|
1272
|
+
context: __SerdeContext
|
|
1273
|
+
) => Promise<ListIAMPolicyAssignmentsForUserCommandOutput>;
|
|
1274
|
+
export declare const deserializeAws_restJson1ListIngestionsCommand: (
|
|
1275
|
+
output: __HttpResponse,
|
|
1276
|
+
context: __SerdeContext
|
|
1277
|
+
) => Promise<ListIngestionsCommandOutput>;
|
|
1278
|
+
export declare const deserializeAws_restJson1ListNamespacesCommand: (
|
|
1279
|
+
output: __HttpResponse,
|
|
1280
|
+
context: __SerdeContext
|
|
1281
|
+
) => Promise<ListNamespacesCommandOutput>;
|
|
1282
|
+
export declare const deserializeAws_restJson1ListTagsForResourceCommand: (
|
|
1283
|
+
output: __HttpResponse,
|
|
1284
|
+
context: __SerdeContext
|
|
1285
|
+
) => Promise<ListTagsForResourceCommandOutput>;
|
|
1286
|
+
export declare const deserializeAws_restJson1ListTemplateAliasesCommand: (
|
|
1287
|
+
output: __HttpResponse,
|
|
1288
|
+
context: __SerdeContext
|
|
1289
|
+
) => Promise<ListTemplateAliasesCommandOutput>;
|
|
1290
|
+
export declare const deserializeAws_restJson1ListTemplatesCommand: (
|
|
1291
|
+
output: __HttpResponse,
|
|
1292
|
+
context: __SerdeContext
|
|
1293
|
+
) => Promise<ListTemplatesCommandOutput>;
|
|
1294
|
+
export declare const deserializeAws_restJson1ListTemplateVersionsCommand: (
|
|
1295
|
+
output: __HttpResponse,
|
|
1296
|
+
context: __SerdeContext
|
|
1297
|
+
) => Promise<ListTemplateVersionsCommandOutput>;
|
|
1298
|
+
export declare const deserializeAws_restJson1ListThemeAliasesCommand: (
|
|
1299
|
+
output: __HttpResponse,
|
|
1300
|
+
context: __SerdeContext
|
|
1301
|
+
) => Promise<ListThemeAliasesCommandOutput>;
|
|
1302
|
+
export declare const deserializeAws_restJson1ListThemesCommand: (
|
|
1303
|
+
output: __HttpResponse,
|
|
1304
|
+
context: __SerdeContext
|
|
1305
|
+
) => Promise<ListThemesCommandOutput>;
|
|
1306
|
+
export declare const deserializeAws_restJson1ListThemeVersionsCommand: (
|
|
1307
|
+
output: __HttpResponse,
|
|
1308
|
+
context: __SerdeContext
|
|
1309
|
+
) => Promise<ListThemeVersionsCommandOutput>;
|
|
1310
|
+
export declare const deserializeAws_restJson1ListUserGroupsCommand: (
|
|
1311
|
+
output: __HttpResponse,
|
|
1312
|
+
context: __SerdeContext
|
|
1313
|
+
) => Promise<ListUserGroupsCommandOutput>;
|
|
1314
|
+
export declare const deserializeAws_restJson1ListUsersCommand: (
|
|
1315
|
+
output: __HttpResponse,
|
|
1316
|
+
context: __SerdeContext
|
|
1317
|
+
) => Promise<ListUsersCommandOutput>;
|
|
1318
|
+
export declare const deserializeAws_restJson1RegisterUserCommand: (
|
|
1319
|
+
output: __HttpResponse,
|
|
1320
|
+
context: __SerdeContext
|
|
1321
|
+
) => Promise<RegisterUserCommandOutput>;
|
|
1322
|
+
export declare const deserializeAws_restJson1RestoreAnalysisCommand: (
|
|
1323
|
+
output: __HttpResponse,
|
|
1324
|
+
context: __SerdeContext
|
|
1325
|
+
) => Promise<RestoreAnalysisCommandOutput>;
|
|
1326
|
+
export declare const deserializeAws_restJson1SearchAnalysesCommand: (
|
|
1327
|
+
output: __HttpResponse,
|
|
1328
|
+
context: __SerdeContext
|
|
1329
|
+
) => Promise<SearchAnalysesCommandOutput>;
|
|
1330
|
+
export declare const deserializeAws_restJson1SearchDashboardsCommand: (
|
|
1331
|
+
output: __HttpResponse,
|
|
1332
|
+
context: __SerdeContext
|
|
1333
|
+
) => Promise<SearchDashboardsCommandOutput>;
|
|
1334
|
+
export declare const deserializeAws_restJson1SearchFoldersCommand: (
|
|
1335
|
+
output: __HttpResponse,
|
|
1336
|
+
context: __SerdeContext
|
|
1337
|
+
) => Promise<SearchFoldersCommandOutput>;
|
|
1338
|
+
export declare const deserializeAws_restJson1SearchGroupsCommand: (
|
|
1339
|
+
output: __HttpResponse,
|
|
1340
|
+
context: __SerdeContext
|
|
1341
|
+
) => Promise<SearchGroupsCommandOutput>;
|
|
1342
|
+
export declare const deserializeAws_restJson1TagResourceCommand: (
|
|
1343
|
+
output: __HttpResponse,
|
|
1344
|
+
context: __SerdeContext
|
|
1345
|
+
) => Promise<TagResourceCommandOutput>;
|
|
1346
|
+
export declare const deserializeAws_restJson1UntagResourceCommand: (
|
|
1347
|
+
output: __HttpResponse,
|
|
1348
|
+
context: __SerdeContext
|
|
1349
|
+
) => Promise<UntagResourceCommandOutput>;
|
|
1350
|
+
export declare const deserializeAws_restJson1UpdateAccountCustomizationCommand: (
|
|
1351
|
+
output: __HttpResponse,
|
|
1352
|
+
context: __SerdeContext
|
|
1353
|
+
) => Promise<UpdateAccountCustomizationCommandOutput>;
|
|
1354
|
+
export declare const deserializeAws_restJson1UpdateAccountSettingsCommand: (
|
|
1355
|
+
output: __HttpResponse,
|
|
1356
|
+
context: __SerdeContext
|
|
1357
|
+
) => Promise<UpdateAccountSettingsCommandOutput>;
|
|
1358
|
+
export declare const deserializeAws_restJson1UpdateAnalysisCommand: (
|
|
1359
|
+
output: __HttpResponse,
|
|
1360
|
+
context: __SerdeContext
|
|
1361
|
+
) => Promise<UpdateAnalysisCommandOutput>;
|
|
1362
|
+
export declare const deserializeAws_restJson1UpdateAnalysisPermissionsCommand: (
|
|
1363
|
+
output: __HttpResponse,
|
|
1364
|
+
context: __SerdeContext
|
|
1365
|
+
) => Promise<UpdateAnalysisPermissionsCommandOutput>;
|
|
1366
|
+
export declare const deserializeAws_restJson1UpdateDashboardCommand: (
|
|
1367
|
+
output: __HttpResponse,
|
|
1368
|
+
context: __SerdeContext
|
|
1369
|
+
) => Promise<UpdateDashboardCommandOutput>;
|
|
1370
|
+
export declare const deserializeAws_restJson1UpdateDashboardPermissionsCommand: (
|
|
1371
|
+
output: __HttpResponse,
|
|
1372
|
+
context: __SerdeContext
|
|
1373
|
+
) => Promise<UpdateDashboardPermissionsCommandOutput>;
|
|
1374
|
+
export declare const deserializeAws_restJson1UpdateDashboardPublishedVersionCommand: (
|
|
1375
|
+
output: __HttpResponse,
|
|
1376
|
+
context: __SerdeContext
|
|
1377
|
+
) => Promise<UpdateDashboardPublishedVersionCommandOutput>;
|
|
1378
|
+
export declare const deserializeAws_restJson1UpdateDataSetCommand: (
|
|
1379
|
+
output: __HttpResponse,
|
|
1380
|
+
context: __SerdeContext
|
|
1381
|
+
) => Promise<UpdateDataSetCommandOutput>;
|
|
1382
|
+
export declare const deserializeAws_restJson1UpdateDataSetPermissionsCommand: (
|
|
1383
|
+
output: __HttpResponse,
|
|
1384
|
+
context: __SerdeContext
|
|
1385
|
+
) => Promise<UpdateDataSetPermissionsCommandOutput>;
|
|
1386
|
+
export declare const deserializeAws_restJson1UpdateDataSourceCommand: (
|
|
1387
|
+
output: __HttpResponse,
|
|
1388
|
+
context: __SerdeContext
|
|
1389
|
+
) => Promise<UpdateDataSourceCommandOutput>;
|
|
1390
|
+
export declare const deserializeAws_restJson1UpdateDataSourcePermissionsCommand: (
|
|
1391
|
+
output: __HttpResponse,
|
|
1392
|
+
context: __SerdeContext
|
|
1393
|
+
) => Promise<UpdateDataSourcePermissionsCommandOutput>;
|
|
1394
|
+
export declare const deserializeAws_restJson1UpdateFolderCommand: (
|
|
1395
|
+
output: __HttpResponse,
|
|
1396
|
+
context: __SerdeContext
|
|
1397
|
+
) => Promise<UpdateFolderCommandOutput>;
|
|
1398
|
+
export declare const deserializeAws_restJson1UpdateFolderPermissionsCommand: (
|
|
1399
|
+
output: __HttpResponse,
|
|
1400
|
+
context: __SerdeContext
|
|
1401
|
+
) => Promise<UpdateFolderPermissionsCommandOutput>;
|
|
1402
|
+
export declare const deserializeAws_restJson1UpdateGroupCommand: (
|
|
1403
|
+
output: __HttpResponse,
|
|
1404
|
+
context: __SerdeContext
|
|
1405
|
+
) => Promise<UpdateGroupCommandOutput>;
|
|
1406
|
+
export declare const deserializeAws_restJson1UpdateIAMPolicyAssignmentCommand: (
|
|
1407
|
+
output: __HttpResponse,
|
|
1408
|
+
context: __SerdeContext
|
|
1409
|
+
) => Promise<UpdateIAMPolicyAssignmentCommandOutput>;
|
|
1410
|
+
export declare const deserializeAws_restJson1UpdateIpRestrictionCommand: (
|
|
1411
|
+
output: __HttpResponse,
|
|
1412
|
+
context: __SerdeContext
|
|
1413
|
+
) => Promise<UpdateIpRestrictionCommandOutput>;
|
|
1414
|
+
export declare const deserializeAws_restJson1UpdatePublicSharingSettingsCommand: (
|
|
1415
|
+
output: __HttpResponse,
|
|
1416
|
+
context: __SerdeContext
|
|
1417
|
+
) => Promise<UpdatePublicSharingSettingsCommandOutput>;
|
|
1418
|
+
export declare const deserializeAws_restJson1UpdateTemplateCommand: (
|
|
1419
|
+
output: __HttpResponse,
|
|
1420
|
+
context: __SerdeContext
|
|
1421
|
+
) => Promise<UpdateTemplateCommandOutput>;
|
|
1422
|
+
export declare const deserializeAws_restJson1UpdateTemplateAliasCommand: (
|
|
1423
|
+
output: __HttpResponse,
|
|
1424
|
+
context: __SerdeContext
|
|
1425
|
+
) => Promise<UpdateTemplateAliasCommandOutput>;
|
|
1426
|
+
export declare const deserializeAws_restJson1UpdateTemplatePermissionsCommand: (
|
|
1427
|
+
output: __HttpResponse,
|
|
1428
|
+
context: __SerdeContext
|
|
1429
|
+
) => Promise<UpdateTemplatePermissionsCommandOutput>;
|
|
1430
|
+
export declare const deserializeAws_restJson1UpdateThemeCommand: (
|
|
1431
|
+
output: __HttpResponse,
|
|
1432
|
+
context: __SerdeContext
|
|
1433
|
+
) => Promise<UpdateThemeCommandOutput>;
|
|
1434
|
+
export declare const deserializeAws_restJson1UpdateThemeAliasCommand: (
|
|
1435
|
+
output: __HttpResponse,
|
|
1436
|
+
context: __SerdeContext
|
|
1437
|
+
) => Promise<UpdateThemeAliasCommandOutput>;
|
|
1438
|
+
export declare const deserializeAws_restJson1UpdateThemePermissionsCommand: (
|
|
1439
|
+
output: __HttpResponse,
|
|
1440
|
+
context: __SerdeContext
|
|
1441
|
+
) => Promise<UpdateThemePermissionsCommandOutput>;
|
|
1442
|
+
export declare const deserializeAws_restJson1UpdateUserCommand: (
|
|
1443
|
+
output: __HttpResponse,
|
|
1444
|
+
context: __SerdeContext
|
|
1445
|
+
) => Promise<UpdateUserCommandOutput>;
|