@aws-sdk/client-quicksight 3.614.0 → 3.616.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (94) hide show
  1. package/README.md +24 -0
  2. package/dist-cjs/index.js +783 -401
  3. package/dist-es/QuickSight.js +6 -0
  4. package/dist-es/QuickSightClient.js +5 -5
  5. package/dist-es/commands/BatchCreateTopicReviewedAnswerCommand.js +25 -0
  6. package/dist-es/commands/BatchDeleteTopicReviewedAnswerCommand.js +24 -0
  7. package/dist-es/commands/CreateTemplateCommand.js +1 -1
  8. package/dist-es/commands/GenerateEmbedUrlForAnonymousUserCommand.js +1 -1
  9. package/dist-es/commands/GenerateEmbedUrlForRegisteredUserCommand.js +1 -1
  10. package/dist-es/commands/GetDashboardEmbedUrlCommand.js +1 -1
  11. package/dist-es/commands/GetSessionEmbedUrlCommand.js +1 -1
  12. package/dist-es/commands/ListTopicReviewedAnswersCommand.js +25 -0
  13. package/dist-es/commands/index.js +3 -0
  14. package/dist-es/models/models_0.js +43 -16
  15. package/dist-es/models/models_1.js +5 -7
  16. package/dist-es/models/models_2.js +138 -101
  17. package/dist-es/models/models_3.js +70 -136
  18. package/dist-es/models/models_4.js +131 -2
  19. package/dist-es/protocols/Aws_restJson1.js +174 -4
  20. package/dist-types/QuickSight.d.ts +21 -0
  21. package/dist-types/QuickSightClient.d.ts +7 -4
  22. package/dist-types/commands/BatchCreateTopicReviewedAnswerCommand.d.ts +567 -0
  23. package/dist-types/commands/BatchDeleteTopicReviewedAnswerCommand.d.ts +99 -0
  24. package/dist-types/commands/CreateAnalysisCommand.d.ts +10 -0
  25. package/dist-types/commands/CreateDashboardCommand.d.ts +10 -0
  26. package/dist-types/commands/CreateFolderCommand.d.ts +2 -1
  27. package/dist-types/commands/CreateFolderMembershipCommand.d.ts +1 -1
  28. package/dist-types/commands/CreateGroupCommand.d.ts +1 -1
  29. package/dist-types/commands/CreateGroupMembershipCommand.d.ts +1 -1
  30. package/dist-types/commands/CreateIAMPolicyAssignmentCommand.d.ts +1 -1
  31. package/dist-types/commands/CreateIngestionCommand.d.ts +1 -1
  32. package/dist-types/commands/CreateNamespaceCommand.d.ts +1 -1
  33. package/dist-types/commands/CreateRefreshScheduleCommand.d.ts +1 -1
  34. package/dist-types/commands/CreateRoleMembershipCommand.d.ts +1 -1
  35. package/dist-types/commands/CreateTemplateAliasCommand.d.ts +1 -1
  36. package/dist-types/commands/CreateTemplateCommand.d.ts +11 -1
  37. package/dist-types/commands/DescribeAnalysisDefinitionCommand.d.ts +10 -0
  38. package/dist-types/commands/DescribeDashboardDefinitionCommand.d.ts +10 -0
  39. package/dist-types/commands/DescribeTemplateDefinitionCommand.d.ts +10 -0
  40. package/dist-types/commands/GenerateEmbedUrlForAnonymousUserCommand.d.ts +1 -1
  41. package/dist-types/commands/GenerateEmbedUrlForRegisteredUserCommand.d.ts +1 -1
  42. package/dist-types/commands/GetDashboardEmbedUrlCommand.d.ts +1 -1
  43. package/dist-types/commands/GetSessionEmbedUrlCommand.d.ts +1 -1
  44. package/dist-types/commands/ListAnalysesCommand.d.ts +1 -1
  45. package/dist-types/commands/ListAssetBundleExportJobsCommand.d.ts +1 -1
  46. package/dist-types/commands/ListAssetBundleImportJobsCommand.d.ts +1 -2
  47. package/dist-types/commands/ListTopicReviewedAnswersCommand.d.ts +556 -0
  48. package/dist-types/commands/UpdateAnalysisCommand.d.ts +10 -0
  49. package/dist-types/commands/UpdateDashboardCommand.d.ts +10 -0
  50. package/dist-types/commands/UpdateTemplateCommand.d.ts +10 -0
  51. package/dist-types/commands/index.d.ts +3 -0
  52. package/dist-types/models/models_0.d.ts +119 -115
  53. package/dist-types/models/models_1.d.ts +97 -68
  54. package/dist-types/models/models_2.d.ts +2333 -2490
  55. package/dist-types/models/models_3.d.ts +4173 -4215
  56. package/dist-types/models/models_4.d.ts +1183 -2
  57. package/dist-types/protocols/Aws_restJson1.d.ts +27 -0
  58. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  59. package/dist-types/runtimeConfig.d.ts +1 -1
  60. package/dist-types/runtimeConfig.native.d.ts +1 -1
  61. package/dist-types/ts3.4/QuickSight.d.ts +51 -0
  62. package/dist-types/ts3.4/QuickSightClient.d.ts +20 -2
  63. package/dist-types/ts3.4/commands/BatchCreateTopicReviewedAnswerCommand.d.ts +38 -0
  64. package/dist-types/ts3.4/commands/BatchDeleteTopicReviewedAnswerCommand.d.ts +40 -0
  65. package/dist-types/ts3.4/commands/CreateFolderCommand.d.ts +2 -1
  66. package/dist-types/ts3.4/commands/CreateFolderMembershipCommand.d.ts +1 -1
  67. package/dist-types/ts3.4/commands/CreateGroupCommand.d.ts +1 -1
  68. package/dist-types/ts3.4/commands/CreateGroupMembershipCommand.d.ts +1 -1
  69. package/dist-types/ts3.4/commands/CreateIAMPolicyAssignmentCommand.d.ts +1 -1
  70. package/dist-types/ts3.4/commands/CreateIngestionCommand.d.ts +1 -1
  71. package/dist-types/ts3.4/commands/CreateNamespaceCommand.d.ts +1 -1
  72. package/dist-types/ts3.4/commands/CreateRefreshScheduleCommand.d.ts +1 -1
  73. package/dist-types/ts3.4/commands/CreateRoleMembershipCommand.d.ts +1 -1
  74. package/dist-types/ts3.4/commands/CreateTemplateAliasCommand.d.ts +1 -1
  75. package/dist-types/ts3.4/commands/CreateTemplateCommand.d.ts +1 -1
  76. package/dist-types/ts3.4/commands/GenerateEmbedUrlForAnonymousUserCommand.d.ts +1 -1
  77. package/dist-types/ts3.4/commands/GenerateEmbedUrlForRegisteredUserCommand.d.ts +1 -1
  78. package/dist-types/ts3.4/commands/GetDashboardEmbedUrlCommand.d.ts +1 -1
  79. package/dist-types/ts3.4/commands/GetSessionEmbedUrlCommand.d.ts +1 -1
  80. package/dist-types/ts3.4/commands/ListAnalysesCommand.d.ts +1 -1
  81. package/dist-types/ts3.4/commands/ListAssetBundleExportJobsCommand.d.ts +1 -1
  82. package/dist-types/ts3.4/commands/ListAssetBundleImportJobsCommand.d.ts +4 -2
  83. package/dist-types/ts3.4/commands/ListTopicReviewedAnswersCommand.d.ts +40 -0
  84. package/dist-types/ts3.4/commands/index.d.ts +3 -0
  85. package/dist-types/ts3.4/models/models_0.d.ts +60 -38
  86. package/dist-types/ts3.4/models/models_1.d.ts +26 -25
  87. package/dist-types/ts3.4/models/models_2.d.ts +339 -316
  88. package/dist-types/ts3.4/models/models_3.d.ts +286 -313
  89. package/dist-types/ts3.4/models/models_4.d.ts +317 -13
  90. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +36 -0
  91. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  92. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  93. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  94. package/package.json +17 -17
@@ -1,3 +1,4 @@
1
+ import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
1
2
  import {
2
3
  AccountCustomization,
3
4
  ActiveIAMPolicyAssignment,
@@ -9,8 +10,10 @@ import {
9
10
  AnalysisSearchFilter,
10
11
  AnalysisSourceEntity,
11
12
  AnalysisSummary,
13
+ AnonymousUserEmbeddingExperienceConfiguration,
12
14
  AssetBundleCloudFormationOverridePropertyConfiguration,
13
15
  AssetBundleExportFormat,
16
+ AssetBundleExportJobSummary,
14
17
  AssetBundleExportJobValidationStrategy,
15
18
  AssetBundleImportFailureAction,
16
19
  AssetBundleImportJobOverrideParameters,
@@ -21,34 +24,35 @@ import {
21
24
  AssetBundleImportSource,
22
25
  AssignmentStatus,
23
26
  AuthorizedTargetsByService,
27
+ BookmarksConfigurations,
24
28
  ColumnGroup,
25
29
  ColumnLevelPermissionRule,
26
30
  DashboardPublishOptions,
27
31
  DashboardSourceEntity,
28
32
  DashboardVersionDefinition,
33
+ DashboardVisualId,
29
34
  DataSetImportMode,
30
35
  DatasetParameter,
31
36
  DataSetUsageConfiguration,
32
37
  DataSourceCredentials,
33
38
  DataSourceParameters,
34
39
  FieldFolder,
35
- Group,
36
- GroupMember,
40
+ FilterOperator,
41
+ FolderType,
37
42
  LinkSharingConfiguration,
38
43
  LogicalTable,
39
44
  PhysicalTable,
40
- RefreshSchedule,
41
45
  ResourcePermission,
42
- Role,
43
46
  RowLevelPermissionDataSet,
44
47
  RowLevelPermissionTagConfiguration,
45
48
  ServiceType,
49
+ SharingModel,
46
50
  SslProperties,
47
51
  Tag,
48
- TemplateAlias,
49
- TemplateSourceEntity,
50
- TemplateVersionDefinition,
52
+ TopicIR,
53
+ TopicTemplate,
51
54
  ValidationStrategy,
55
+ VisualRole,
52
56
  VpcConnectionProperties,
53
57
  } from "./models_2";
54
58
  import {
@@ -61,19 +65,21 @@ import {
61
65
  DataSource,
62
66
  DataSourceSearchFilter,
63
67
  DataSourceSummary,
68
+ EmbeddingIdentityType,
64
69
  FailedKeyRegistrationEntry,
65
- FolderSearchFilter,
66
- FolderSummary,
67
- GroupSearchFilter,
68
- IAMPolicyAssignmentSummary,
70
+ Group,
71
+ GroupMember,
69
72
  IdentityType,
70
73
  Ingestion,
71
- MemberIdArnPair,
72
74
  NamespaceInfoV2,
73
75
  NetworkInterface,
76
+ RefreshSchedule,
74
77
  RegisteredCustomerManagedKey,
75
- SessionTag,
78
+ Role,
76
79
  SnapshotConfiguration,
80
+ TemplateAlias,
81
+ TemplateSourceEntity,
82
+ TemplateVersionDefinition,
77
83
  ThemeAlias,
78
84
  ThemeConfiguration,
79
85
  ThemeType,
@@ -85,6 +91,236 @@ import {
85
91
  VPCConnectionAvailabilityStatus,
86
92
  VPCConnectionResourceStatus,
87
93
  } from "./models_3";
94
+ import { QuickSightServiceException as __BaseException } from "./QuickSightServiceException";
95
+ export declare const FolderFilterAttribute: {
96
+ readonly DIRECT_QUICKSIGHT_OWNER: "DIRECT_QUICKSIGHT_OWNER";
97
+ readonly DIRECT_QUICKSIGHT_SOLE_OWNER: "DIRECT_QUICKSIGHT_SOLE_OWNER";
98
+ readonly DIRECT_QUICKSIGHT_VIEWER_OR_OWNER: "DIRECT_QUICKSIGHT_VIEWER_OR_OWNER";
99
+ readonly FOLDER_NAME: "FOLDER_NAME";
100
+ readonly PARENT_FOLDER_ARN: "PARENT_FOLDER_ARN";
101
+ readonly QUICKSIGHT_OWNER: "QUICKSIGHT_OWNER";
102
+ readonly QUICKSIGHT_VIEWER_OR_OWNER: "QUICKSIGHT_VIEWER_OR_OWNER";
103
+ };
104
+ export type FolderFilterAttribute =
105
+ (typeof FolderFilterAttribute)[keyof typeof FolderFilterAttribute];
106
+ export interface MemberIdArnPair {
107
+ MemberId?: string;
108
+ MemberArn?: string;
109
+ }
110
+ export interface FolderSearchFilter {
111
+ Operator?: FilterOperator;
112
+ Name?: FolderFilterAttribute;
113
+ Value?: string;
114
+ }
115
+ export interface FolderSummary {
116
+ Arn?: string;
117
+ FolderId?: string;
118
+ Name?: string;
119
+ FolderType?: FolderType;
120
+ CreatedTime?: Date;
121
+ LastUpdatedTime?: Date;
122
+ SharingModel?: SharingModel;
123
+ }
124
+ export interface SessionTag {
125
+ Key: string | undefined;
126
+ Value: string | undefined;
127
+ }
128
+ export interface GenerateEmbedUrlForAnonymousUserRequest {
129
+ AwsAccountId: string | undefined;
130
+ SessionLifetimeInMinutes?: number;
131
+ Namespace: string | undefined;
132
+ SessionTags?: SessionTag[];
133
+ AuthorizedResourceArns: string[] | undefined;
134
+ ExperienceConfiguration:
135
+ | AnonymousUserEmbeddingExperienceConfiguration
136
+ | undefined;
137
+ AllowedDomains?: string[];
138
+ }
139
+ export interface GenerateEmbedUrlForAnonymousUserResponse {
140
+ EmbedUrl: string | undefined;
141
+ Status: number | undefined;
142
+ RequestId: string | undefined;
143
+ AnonymousUserArn: string | undefined;
144
+ }
145
+ export declare class SessionLifetimeInMinutesInvalidException extends __BaseException {
146
+ readonly name: "SessionLifetimeInMinutesInvalidException";
147
+ readonly $fault: "client";
148
+ Message?: string;
149
+ RequestId?: string;
150
+ constructor(
151
+ opts: __ExceptionOptionType<
152
+ SessionLifetimeInMinutesInvalidException,
153
+ __BaseException
154
+ >
155
+ );
156
+ }
157
+ export declare class UnsupportedPricingPlanException extends __BaseException {
158
+ readonly name: "UnsupportedPricingPlanException";
159
+ readonly $fault: "client";
160
+ Message?: string;
161
+ RequestId?: string;
162
+ constructor(
163
+ opts: __ExceptionOptionType<
164
+ UnsupportedPricingPlanException,
165
+ __BaseException
166
+ >
167
+ );
168
+ }
169
+ export interface StatePersistenceConfigurations {
170
+ Enabled: boolean | undefined;
171
+ }
172
+ export interface RegisteredUserDashboardFeatureConfigurations {
173
+ StatePersistence?: StatePersistenceConfigurations;
174
+ Bookmarks?: BookmarksConfigurations;
175
+ }
176
+ export interface RegisteredUserDashboardEmbeddingConfiguration {
177
+ InitialDashboardId: string | undefined;
178
+ FeatureConfigurations?: RegisteredUserDashboardFeatureConfigurations;
179
+ }
180
+ export interface RegisteredUserDashboardVisualEmbeddingConfiguration {
181
+ InitialDashboardVisualId: DashboardVisualId | undefined;
182
+ }
183
+ export interface RegisteredUserGenerativeQnAEmbeddingConfiguration {
184
+ InitialTopicId?: string;
185
+ }
186
+ export interface RegisteredUserQSearchBarEmbeddingConfiguration {
187
+ InitialTopicId?: string;
188
+ }
189
+ export interface RegisteredUserConsoleFeatureConfigurations {
190
+ StatePersistence?: StatePersistenceConfigurations;
191
+ }
192
+ export interface RegisteredUserQuickSightConsoleEmbeddingConfiguration {
193
+ InitialPath?: string;
194
+ FeatureConfigurations?: RegisteredUserConsoleFeatureConfigurations;
195
+ }
196
+ export interface RegisteredUserEmbeddingExperienceConfiguration {
197
+ Dashboard?: RegisteredUserDashboardEmbeddingConfiguration;
198
+ QuickSightConsole?: RegisteredUserQuickSightConsoleEmbeddingConfiguration;
199
+ QSearchBar?: RegisteredUserQSearchBarEmbeddingConfiguration;
200
+ DashboardVisual?: RegisteredUserDashboardVisualEmbeddingConfiguration;
201
+ GenerativeQnA?: RegisteredUserGenerativeQnAEmbeddingConfiguration;
202
+ }
203
+ export interface GenerateEmbedUrlForRegisteredUserRequest {
204
+ AwsAccountId: string | undefined;
205
+ SessionLifetimeInMinutes?: number;
206
+ UserArn: string | undefined;
207
+ ExperienceConfiguration:
208
+ | RegisteredUserEmbeddingExperienceConfiguration
209
+ | undefined;
210
+ AllowedDomains?: string[];
211
+ }
212
+ export interface GenerateEmbedUrlForRegisteredUserResponse {
213
+ EmbedUrl: string | undefined;
214
+ Status: number | undefined;
215
+ RequestId: string | undefined;
216
+ }
217
+ export declare class QuickSightUserNotFoundException extends __BaseException {
218
+ readonly name: "QuickSightUserNotFoundException";
219
+ readonly $fault: "client";
220
+ Message?: string;
221
+ RequestId?: string;
222
+ constructor(
223
+ opts: __ExceptionOptionType<
224
+ QuickSightUserNotFoundException,
225
+ __BaseException
226
+ >
227
+ );
228
+ }
229
+ export interface GetDashboardEmbedUrlRequest {
230
+ AwsAccountId: string | undefined;
231
+ DashboardId: string | undefined;
232
+ IdentityType: EmbeddingIdentityType | undefined;
233
+ SessionLifetimeInMinutes?: number;
234
+ UndoRedoDisabled?: boolean;
235
+ ResetDisabled?: boolean;
236
+ StatePersistenceEnabled?: boolean;
237
+ UserArn?: string;
238
+ Namespace?: string;
239
+ AdditionalDashboardIds?: string[];
240
+ }
241
+ export interface GetDashboardEmbedUrlResponse {
242
+ EmbedUrl?: string;
243
+ Status?: number;
244
+ RequestId?: string;
245
+ }
246
+ export declare class IdentityTypeNotSupportedException extends __BaseException {
247
+ readonly name: "IdentityTypeNotSupportedException";
248
+ readonly $fault: "client";
249
+ Message?: string;
250
+ RequestId?: string;
251
+ constructor(
252
+ opts: __ExceptionOptionType<
253
+ IdentityTypeNotSupportedException,
254
+ __BaseException
255
+ >
256
+ );
257
+ }
258
+ export interface GetSessionEmbedUrlRequest {
259
+ AwsAccountId: string | undefined;
260
+ EntryPoint?: string;
261
+ SessionLifetimeInMinutes?: number;
262
+ UserArn?: string;
263
+ }
264
+ export interface GetSessionEmbedUrlResponse {
265
+ EmbedUrl?: string;
266
+ Status?: number;
267
+ RequestId?: string;
268
+ }
269
+ export declare const GroupFilterAttribute: {
270
+ readonly GROUP_NAME: "GROUP_NAME";
271
+ };
272
+ export type GroupFilterAttribute =
273
+ (typeof GroupFilterAttribute)[keyof typeof GroupFilterAttribute];
274
+ export declare const GroupFilterOperator: {
275
+ readonly StartsWith: "StartsWith";
276
+ };
277
+ export type GroupFilterOperator =
278
+ (typeof GroupFilterOperator)[keyof typeof GroupFilterOperator];
279
+ export interface GroupSearchFilter {
280
+ Operator: GroupFilterOperator | undefined;
281
+ Name: GroupFilterAttribute | undefined;
282
+ Value: string | undefined;
283
+ }
284
+ export interface IAMPolicyAssignmentSummary {
285
+ AssignmentName?: string;
286
+ AssignmentStatus?: AssignmentStatus;
287
+ }
288
+ export declare class InvalidRequestException extends __BaseException {
289
+ readonly name: "InvalidRequestException";
290
+ readonly $fault: "client";
291
+ Message?: string;
292
+ RequestId?: string;
293
+ constructor(
294
+ opts: __ExceptionOptionType<InvalidRequestException, __BaseException>
295
+ );
296
+ }
297
+ export interface ListAnalysesRequest {
298
+ AwsAccountId: string | undefined;
299
+ NextToken?: string;
300
+ MaxResults?: number;
301
+ }
302
+ export interface ListAnalysesResponse {
303
+ AnalysisSummaryList?: AnalysisSummary[];
304
+ NextToken?: string;
305
+ Status?: number;
306
+ RequestId?: string;
307
+ }
308
+ export interface ListAssetBundleExportJobsRequest {
309
+ AwsAccountId: string | undefined;
310
+ NextToken?: string;
311
+ MaxResults?: number;
312
+ }
313
+ export interface ListAssetBundleExportJobsResponse {
314
+ AssetBundleExportJobSummaryList?: AssetBundleExportJobSummary[];
315
+ NextToken?: string;
316
+ RequestId?: string;
317
+ Status?: number;
318
+ }
319
+ export interface ListAssetBundleImportJobsRequest {
320
+ AwsAccountId: string | undefined;
321
+ NextToken?: string;
322
+ MaxResults?: number;
323
+ }
88
324
  export interface ListAssetBundleImportJobsResponse {
89
325
  AssetBundleImportJobSummaryList?: AssetBundleImportJobSummary[];
90
326
  NextToken?: string;
@@ -392,6 +628,10 @@ export interface ListTopicRefreshSchedulesResponse {
392
628
  Status?: number;
393
629
  RequestId?: string;
394
630
  }
631
+ export interface ListTopicReviewedAnswersRequest {
632
+ AwsAccountId: string | undefined;
633
+ TopicId: string | undefined;
634
+ }
395
635
  export interface ListTopicsRequest {
396
636
  AwsAccountId: string | undefined;
397
637
  NextToken?: string;
@@ -1095,6 +1335,57 @@ export interface UpdateVPCConnectionResponse {
1095
1335
  RequestId?: string;
1096
1336
  Status?: number;
1097
1337
  }
1338
+ export interface TopicVisual {
1339
+ VisualId?: string;
1340
+ Role?: VisualRole;
1341
+ Ir?: TopicIR;
1342
+ SupportingVisuals?: TopicVisual[];
1343
+ }
1344
+ export interface CreateTopicReviewedAnswer {
1345
+ AnswerId: string | undefined;
1346
+ DatasetArn: string | undefined;
1347
+ Question: string | undefined;
1348
+ Mir?: TopicIR;
1349
+ PrimaryVisual?: TopicVisual;
1350
+ Template?: TopicTemplate;
1351
+ }
1352
+ export interface TopicReviewedAnswer {
1353
+ Arn?: string;
1354
+ AnswerId: string | undefined;
1355
+ DatasetArn: string | undefined;
1356
+ Question: string | undefined;
1357
+ Mir?: TopicIR;
1358
+ PrimaryVisual?: TopicVisual;
1359
+ Template?: TopicTemplate;
1360
+ }
1361
+ export interface BatchCreateTopicReviewedAnswerRequest {
1362
+ AwsAccountId: string | undefined;
1363
+ TopicId: string | undefined;
1364
+ Answers: CreateTopicReviewedAnswer[] | undefined;
1365
+ }
1366
+ export interface ListTopicReviewedAnswersResponse {
1367
+ TopicId?: string;
1368
+ TopicArn?: string;
1369
+ Answers?: TopicReviewedAnswer[];
1370
+ Status?: number;
1371
+ RequestId?: string;
1372
+ }
1373
+ export declare const SessionTagFilterSensitiveLog: (obj: SessionTag) => any;
1374
+ export declare const GenerateEmbedUrlForAnonymousUserRequestFilterSensitiveLog: (
1375
+ obj: GenerateEmbedUrlForAnonymousUserRequest
1376
+ ) => any;
1377
+ export declare const GenerateEmbedUrlForAnonymousUserResponseFilterSensitiveLog: (
1378
+ obj: GenerateEmbedUrlForAnonymousUserResponse
1379
+ ) => any;
1380
+ export declare const GenerateEmbedUrlForRegisteredUserResponseFilterSensitiveLog: (
1381
+ obj: GenerateEmbedUrlForRegisteredUserResponse
1382
+ ) => any;
1383
+ export declare const GetDashboardEmbedUrlResponseFilterSensitiveLog: (
1384
+ obj: GetDashboardEmbedUrlResponse
1385
+ ) => any;
1386
+ export declare const GetSessionEmbedUrlResponseFilterSensitiveLog: (
1387
+ obj: GetSessionEmbedUrlResponse
1388
+ ) => any;
1098
1389
  export declare const StartAssetBundleImportJobRequestFilterSensitiveLog: (
1099
1390
  obj: StartAssetBundleImportJobRequest
1100
1391
  ) => any;
@@ -1125,3 +1416,16 @@ export declare const UpdateTemplateRequestFilterSensitiveLog: (
1125
1416
  export declare const UpdateTopicRequestFilterSensitiveLog: (
1126
1417
  obj: UpdateTopicRequest
1127
1418
  ) => any;
1419
+ export declare const TopicVisualFilterSensitiveLog: (obj: TopicVisual) => any;
1420
+ export declare const CreateTopicReviewedAnswerFilterSensitiveLog: (
1421
+ obj: CreateTopicReviewedAnswer
1422
+ ) => any;
1423
+ export declare const TopicReviewedAnswerFilterSensitiveLog: (
1424
+ obj: TopicReviewedAnswer
1425
+ ) => any;
1426
+ export declare const BatchCreateTopicReviewedAnswerRequestFilterSensitiveLog: (
1427
+ obj: BatchCreateTopicReviewedAnswerRequest
1428
+ ) => any;
1429
+ export declare const ListTopicReviewedAnswersResponseFilterSensitiveLog: (
1430
+ obj: ListTopicReviewedAnswersResponse
1431
+ ) => any;
@@ -3,6 +3,14 @@ import {
3
3
  HttpResponse as __HttpResponse,
4
4
  } from "@smithy/protocol-http";
5
5
  import { SerdeContext as __SerdeContext } from "@smithy/types";
6
+ import {
7
+ BatchCreateTopicReviewedAnswerCommandInput,
8
+ BatchCreateTopicReviewedAnswerCommandOutput,
9
+ } from "../commands/BatchCreateTopicReviewedAnswerCommand";
10
+ import {
11
+ BatchDeleteTopicReviewedAnswerCommandInput,
12
+ BatchDeleteTopicReviewedAnswerCommandOutput,
13
+ } from "../commands/BatchDeleteTopicReviewedAnswerCommand";
6
14
  import {
7
15
  CancelIngestionCommandInput,
8
16
  CancelIngestionCommandOutput,
@@ -491,6 +499,10 @@ import {
491
499
  ListTopicRefreshSchedulesCommandInput,
492
500
  ListTopicRefreshSchedulesCommandOutput,
493
501
  } from "../commands/ListTopicRefreshSchedulesCommand";
502
+ import {
503
+ ListTopicReviewedAnswersCommandInput,
504
+ ListTopicReviewedAnswersCommandOutput,
505
+ } from "../commands/ListTopicReviewedAnswersCommand";
494
506
  import {
495
507
  ListTopicsCommandInput,
496
508
  ListTopicsCommandOutput,
@@ -699,6 +711,14 @@ import {
699
711
  UpdateVPCConnectionCommandInput,
700
712
  UpdateVPCConnectionCommandOutput,
701
713
  } from "../commands/UpdateVPCConnectionCommand";
714
+ export declare const se_BatchCreateTopicReviewedAnswerCommand: (
715
+ input: BatchCreateTopicReviewedAnswerCommandInput,
716
+ context: __SerdeContext
717
+ ) => Promise<__HttpRequest>;
718
+ export declare const se_BatchDeleteTopicReviewedAnswerCommand: (
719
+ input: BatchDeleteTopicReviewedAnswerCommandInput,
720
+ context: __SerdeContext
721
+ ) => Promise<__HttpRequest>;
702
722
  export declare const se_CancelIngestionCommand: (
703
723
  input: CancelIngestionCommandInput,
704
724
  context: __SerdeContext
@@ -1187,6 +1207,10 @@ export declare const se_ListTopicRefreshSchedulesCommand: (
1187
1207
  input: ListTopicRefreshSchedulesCommandInput,
1188
1208
  context: __SerdeContext
1189
1209
  ) => Promise<__HttpRequest>;
1210
+ export declare const se_ListTopicReviewedAnswersCommand: (
1211
+ input: ListTopicReviewedAnswersCommandInput,
1212
+ context: __SerdeContext
1213
+ ) => Promise<__HttpRequest>;
1190
1214
  export declare const se_ListTopicsCommand: (
1191
1215
  input: ListTopicsCommandInput,
1192
1216
  context: __SerdeContext
@@ -1395,6 +1419,14 @@ export declare const se_UpdateVPCConnectionCommand: (
1395
1419
  input: UpdateVPCConnectionCommandInput,
1396
1420
  context: __SerdeContext
1397
1421
  ) => Promise<__HttpRequest>;
1422
+ export declare const de_BatchCreateTopicReviewedAnswerCommand: (
1423
+ output: __HttpResponse,
1424
+ context: __SerdeContext
1425
+ ) => Promise<BatchCreateTopicReviewedAnswerCommandOutput>;
1426
+ export declare const de_BatchDeleteTopicReviewedAnswerCommand: (
1427
+ output: __HttpResponse,
1428
+ context: __SerdeContext
1429
+ ) => Promise<BatchDeleteTopicReviewedAnswerCommandOutput>;
1398
1430
  export declare const de_CancelIngestionCommand: (
1399
1431
  output: __HttpResponse,
1400
1432
  context: __SerdeContext
@@ -1883,6 +1915,10 @@ export declare const de_ListTopicRefreshSchedulesCommand: (
1883
1915
  output: __HttpResponse,
1884
1916
  context: __SerdeContext
1885
1917
  ) => Promise<ListTopicRefreshSchedulesCommandOutput>;
1918
+ export declare const de_ListTopicReviewedAnswersCommand: (
1919
+ output: __HttpResponse,
1920
+ context: __SerdeContext
1921
+ ) => Promise<ListTopicReviewedAnswersCommandOutput>;
1886
1922
  export declare const de_ListTopicsCommand: (
1887
1923
  output: __HttpResponse,
1888
1924
  context: __SerdeContext
@@ -56,11 +56,11 @@ export declare const getRuntimeConfig: (config: QuickSightClientConfig) => {
56
56
  }
57
57
  ) => import("@smithy/types").EndpointV2;
58
58
  tls?: boolean | undefined;
59
+ customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
59
60
  retryStrategy?:
60
61
  | import("@smithy/types").RetryStrategy
61
62
  | import("@smithy/types").RetryStrategyV2
62
63
  | undefined;
63
- customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
64
64
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
65
65
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").QuickSightHttpAuthSchemeProvider;
66
66
  credentials?:
@@ -60,11 +60,11 @@ export declare const getRuntimeConfig: (config: QuickSightClientConfig) => {
60
60
  }
61
61
  ) => import("@smithy/types").EndpointV2;
62
62
  tls?: boolean | undefined;
63
+ customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
63
64
  retryStrategy?:
64
65
  | import("@smithy/types").RetryStrategy
65
66
  | import("@smithy/types").RetryStrategyV2
66
67
  | undefined;
67
- customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
68
68
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
69
69
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").QuickSightHttpAuthSchemeProvider;
70
70
  credentials?:
@@ -50,11 +50,11 @@ export declare const getRuntimeConfig: (config: QuickSightClientConfig) => {
50
50
  }
51
51
  ) => import("@smithy/types").EndpointV2;
52
52
  tls?: boolean | undefined;
53
+ customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
53
54
  retryStrategy?:
54
55
  | import("@smithy/types").RetryStrategy
55
56
  | import("@smithy/types").RetryStrategyV2
56
57
  | undefined;
57
- customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
58
58
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
59
59
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").QuickSightHttpAuthSchemeProvider;
60
60
  credentials?:
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-quicksight",
3
3
  "description": "AWS SDK for JavaScript Quicksight Client for Node.js, Browser and React Native",
4
- "version": "3.614.0",
4
+ "version": "3.616.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-quicksight",
@@ -20,40 +20,40 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/client-sso-oidc": "3.614.0",
24
- "@aws-sdk/client-sts": "3.614.0",
25
- "@aws-sdk/core": "3.614.0",
26
- "@aws-sdk/credential-provider-node": "3.614.0",
27
- "@aws-sdk/middleware-host-header": "3.609.0",
23
+ "@aws-sdk/client-sso-oidc": "3.616.0",
24
+ "@aws-sdk/client-sts": "3.616.0",
25
+ "@aws-sdk/core": "3.616.0",
26
+ "@aws-sdk/credential-provider-node": "3.616.0",
27
+ "@aws-sdk/middleware-host-header": "3.616.0",
28
28
  "@aws-sdk/middleware-logger": "3.609.0",
29
- "@aws-sdk/middleware-recursion-detection": "3.609.0",
30
- "@aws-sdk/middleware-user-agent": "3.614.0",
29
+ "@aws-sdk/middleware-recursion-detection": "3.616.0",
30
+ "@aws-sdk/middleware-user-agent": "3.616.0",
31
31
  "@aws-sdk/region-config-resolver": "3.614.0",
32
32
  "@aws-sdk/types": "3.609.0",
33
33
  "@aws-sdk/util-endpoints": "3.614.0",
34
34
  "@aws-sdk/util-user-agent-browser": "3.609.0",
35
35
  "@aws-sdk/util-user-agent-node": "3.614.0",
36
36
  "@smithy/config-resolver": "^3.0.5",
37
- "@smithy/core": "^2.2.6",
38
- "@smithy/fetch-http-handler": "^3.2.1",
37
+ "@smithy/core": "^2.2.7",
38
+ "@smithy/fetch-http-handler": "^3.2.2",
39
39
  "@smithy/hash-node": "^3.0.3",
40
40
  "@smithy/invalid-dependency": "^3.0.3",
41
- "@smithy/middleware-content-length": "^3.0.3",
41
+ "@smithy/middleware-content-length": "^3.0.4",
42
42
  "@smithy/middleware-endpoint": "^3.0.5",
43
- "@smithy/middleware-retry": "^3.0.9",
43
+ "@smithy/middleware-retry": "^3.0.10",
44
44
  "@smithy/middleware-serde": "^3.0.3",
45
45
  "@smithy/middleware-stack": "^3.0.3",
46
46
  "@smithy/node-config-provider": "^3.1.4",
47
- "@smithy/node-http-handler": "^3.1.2",
48
- "@smithy/protocol-http": "^4.0.3",
49
- "@smithy/smithy-client": "^3.1.7",
47
+ "@smithy/node-http-handler": "^3.1.3",
48
+ "@smithy/protocol-http": "^4.0.4",
49
+ "@smithy/smithy-client": "^3.1.8",
50
50
  "@smithy/types": "^3.3.0",
51
51
  "@smithy/url-parser": "^3.0.3",
52
52
  "@smithy/util-base64": "^3.0.0",
53
53
  "@smithy/util-body-length-browser": "^3.0.0",
54
54
  "@smithy/util-body-length-node": "^3.0.0",
55
- "@smithy/util-defaults-mode-browser": "^3.0.9",
56
- "@smithy/util-defaults-mode-node": "^3.0.9",
55
+ "@smithy/util-defaults-mode-browser": "^3.0.10",
56
+ "@smithy/util-defaults-mode-node": "^3.0.10",
57
57
  "@smithy/util-endpoints": "^2.0.5",
58
58
  "@smithy/util-middleware": "^3.0.3",
59
59
  "@smithy/util-retry": "^3.0.3",