@aws-sdk/client-quicksight 3.699.0 → 3.709.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +64 -0
- package/dist-cjs/index.js +524 -62
- package/dist-es/QuickSight.js +16 -0
- package/dist-es/commands/DeleteDefaultQBusinessApplicationCommand.js +22 -0
- package/dist-es/commands/DescribeDefaultQBusinessApplicationCommand.js +22 -0
- package/dist-es/commands/DescribeQuickSightQSearchConfigurationCommand.js +22 -0
- package/dist-es/commands/GenerateEmbedUrlForRegisteredUserWithIdentityCommand.js +23 -0
- package/dist-es/commands/PredictQAResultsCommand.js +23 -0
- package/dist-es/commands/UpdateApplicationWithTokenExchangeGrantCommand.js +22 -0
- package/dist-es/commands/UpdateDashboardCommand.js +1 -1
- package/dist-es/commands/UpdateDataSetCommand.js +1 -1
- package/dist-es/commands/UpdateDefaultQBusinessApplicationCommand.js +22 -0
- package/dist-es/commands/UpdateQuickSightQSearchConfigurationCommand.js +22 -0
- package/dist-es/commands/index.js +8 -0
- package/dist-es/models/models_2.js +1 -0
- package/dist-es/models/models_4.js +47 -17
- package/dist-es/models/models_5.js +17 -0
- package/dist-es/protocols/Aws_restJson1.js +251 -0
- package/dist-types/QuickSight.d.ts +56 -0
- package/dist-types/QuickSightClient.d.ts +10 -2
- package/dist-types/commands/DeleteDefaultQBusinessApplicationCommand.d.ts +91 -0
- package/dist-types/commands/DeleteIdentityPropagationConfigCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAnalysisPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAssetBundleExportJobCommand.d.ts +1 -2
- package/dist-types/commands/DescribeDefaultQBusinessApplicationCommand.d.ts +92 -0
- package/dist-types/commands/DescribeQuickSightQSearchConfigurationCommand.d.ts +94 -0
- package/dist-types/commands/GenerateEmbedUrlForRegisteredUserWithIdentityCommand.d.ts +162 -0
- package/dist-types/commands/ListIdentityPropagationConfigsCommand.d.ts +1 -1
- package/dist-types/commands/PredictQAResultsCommand.d.ts +139 -0
- package/dist-types/commands/UpdateApplicationWithTokenExchangeGrantCommand.d.ts +97 -0
- package/dist-types/commands/UpdateBrandAssignmentCommand.d.ts +1 -1
- package/dist-types/commands/UpdateBrandCommand.d.ts +2 -1
- package/dist-types/commands/UpdateBrandPublishedVersionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateCustomPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDashboardCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDashboardLinksCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDashboardPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDashboardPublishedVersionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDashboardsQAConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDataSetCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDataSetPermissionsCommand.d.ts +1 -2
- package/dist-types/commands/UpdateDefaultQBusinessApplicationCommand.d.ts +95 -0
- package/dist-types/commands/UpdateIdentityPropagationConfigCommand.d.ts +1 -1
- package/dist-types/commands/UpdateQuickSightQSearchConfigurationCommand.d.ts +95 -0
- package/dist-types/commands/index.d.ts +8 -0
- package/dist-types/models/models_2.d.ts +1 -0
- package/dist-types/models/models_3.d.ts +76 -64
- package/dist-types/models/models_4.d.ts +423 -608
- package/dist-types/models/models_5.d.ts +671 -3
- package/dist-types/protocols/Aws_restJson1.d.ts +72 -0
- package/dist-types/ts3.4/QuickSight.d.ts +178 -0
- package/dist-types/ts3.4/QuickSightClient.d.ts +48 -0
- package/dist-types/ts3.4/commands/DeleteDefaultQBusinessApplicationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeAnalysisPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeAssetBundleExportJobCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeDefaultQBusinessApplicationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeQuickSightQSearchConfigurationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GenerateEmbedUrlForRegisteredUserWithIdentityCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/PredictQAResultsCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/UpdateApplicationWithTokenExchangeGrantCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateBrandAssignmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateBrandCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateBrandPublishedVersionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateCustomPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDashboardCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDashboardLinksCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDashboardPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDashboardPublishedVersionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDashboardsQAConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDataSetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDataSetPermissionsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/UpdateDefaultQBusinessApplicationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateQuickSightQSearchConfigurationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +8 -0
- package/dist-types/ts3.4/models/models_2.d.ts +1 -0
- package/dist-types/ts3.4/models/models_3.d.ts +18 -15
- package/dist-types/ts3.4/models/models_4.d.ts +123 -146
- package/dist-types/ts3.4/models/models_5.d.ts +174 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +96 -0
- package/package.json +35 -35
package/dist-cjs/index.js
CHANGED
|
@@ -217,6 +217,7 @@ __export(src_exports, {
|
|
|
217
217
|
DeleteDataSetCommand: () => DeleteDataSetCommand,
|
|
218
218
|
DeleteDataSetRefreshPropertiesCommand: () => DeleteDataSetRefreshPropertiesCommand,
|
|
219
219
|
DeleteDataSourceCommand: () => DeleteDataSourceCommand,
|
|
220
|
+
DeleteDefaultQBusinessApplicationCommand: () => DeleteDefaultQBusinessApplicationCommand,
|
|
220
221
|
DeleteFolderCommand: () => DeleteFolderCommand,
|
|
221
222
|
DeleteFolderMembershipCommand: () => DeleteFolderMembershipCommand,
|
|
222
223
|
DeleteGroupCommand: () => DeleteGroupCommand,
|
|
@@ -269,6 +270,7 @@ __export(src_exports, {
|
|
|
269
270
|
DescribeDataSetResponseFilterSensitiveLog: () => DescribeDataSetResponseFilterSensitiveLog,
|
|
270
271
|
DescribeDataSourceCommand: () => DescribeDataSourceCommand,
|
|
271
272
|
DescribeDataSourcePermissionsCommand: () => DescribeDataSourcePermissionsCommand,
|
|
273
|
+
DescribeDefaultQBusinessApplicationCommand: () => DescribeDefaultQBusinessApplicationCommand,
|
|
272
274
|
DescribeFolderCommand: () => DescribeFolderCommand,
|
|
273
275
|
DescribeFolderPermissionsCommand: () => DescribeFolderPermissionsCommand,
|
|
274
276
|
DescribeFolderResolvedPermissionsCommand: () => DescribeFolderResolvedPermissionsCommand,
|
|
@@ -280,6 +282,7 @@ __export(src_exports, {
|
|
|
280
282
|
DescribeKeyRegistrationCommand: () => DescribeKeyRegistrationCommand,
|
|
281
283
|
DescribeNamespaceCommand: () => DescribeNamespaceCommand,
|
|
282
284
|
DescribeQPersonalizationConfigurationCommand: () => DescribeQPersonalizationConfigurationCommand,
|
|
285
|
+
DescribeQuickSightQSearchConfigurationCommand: () => DescribeQuickSightQSearchConfigurationCommand,
|
|
283
286
|
DescribeRefreshScheduleCommand: () => DescribeRefreshScheduleCommand,
|
|
284
287
|
DescribeRoleCustomPermissionCommand: () => DescribeRoleCustomPermissionCommand,
|
|
285
288
|
DescribeTemplateAliasCommand: () => DescribeTemplateAliasCommand,
|
|
@@ -350,6 +353,10 @@ __export(src_exports, {
|
|
|
350
353
|
GenerateEmbedUrlForAnonymousUserResponseFilterSensitiveLog: () => GenerateEmbedUrlForAnonymousUserResponseFilterSensitiveLog,
|
|
351
354
|
GenerateEmbedUrlForRegisteredUserCommand: () => GenerateEmbedUrlForRegisteredUserCommand,
|
|
352
355
|
GenerateEmbedUrlForRegisteredUserResponseFilterSensitiveLog: () => GenerateEmbedUrlForRegisteredUserResponseFilterSensitiveLog,
|
|
356
|
+
GenerateEmbedUrlForRegisteredUserWithIdentityCommand: () => GenerateEmbedUrlForRegisteredUserWithIdentityCommand,
|
|
357
|
+
GenerateEmbedUrlForRegisteredUserWithIdentityResponseFilterSensitiveLog: () => GenerateEmbedUrlForRegisteredUserWithIdentityResponseFilterSensitiveLog,
|
|
358
|
+
GeneratedAnswerResultFilterSensitiveLog: () => GeneratedAnswerResultFilterSensitiveLog,
|
|
359
|
+
GeneratedAnswerStatus: () => GeneratedAnswerStatus,
|
|
353
360
|
GeoSpatialCountryCode: () => GeoSpatialCountryCode,
|
|
354
361
|
GeoSpatialDataRole: () => GeoSpatialDataRole,
|
|
355
362
|
GeospatialColorState: () => GeospatialColorState,
|
|
@@ -391,6 +398,8 @@ __export(src_exports, {
|
|
|
391
398
|
ImageCustomActionTrigger: () => ImageCustomActionTrigger,
|
|
392
399
|
ImageSource: () => ImageSource,
|
|
393
400
|
IncludeFolderMembers: () => IncludeFolderMembers,
|
|
401
|
+
IncludeGeneratedAnswer: () => IncludeGeneratedAnswer,
|
|
402
|
+
IncludeQuickSightQIndex: () => IncludeQuickSightQIndex,
|
|
394
403
|
IngestionErrorType: () => IngestionErrorType,
|
|
395
404
|
IngestionRequestSource: () => IngestionRequestSource,
|
|
396
405
|
IngestionRequestType: () => IngestionRequestType,
|
|
@@ -541,11 +550,17 @@ __export(src_exports, {
|
|
|
541
550
|
PluginVisualFieldWellFilterSensitiveLog: () => PluginVisualFieldWellFilterSensitiveLog,
|
|
542
551
|
PluginVisualFilterSensitiveLog: () => PluginVisualFilterSensitiveLog,
|
|
543
552
|
PreconditionNotMetException: () => PreconditionNotMetException,
|
|
553
|
+
PredictQAResultsCommand: () => PredictQAResultsCommand,
|
|
554
|
+
PredictQAResultsRequestFilterSensitiveLog: () => PredictQAResultsRequestFilterSensitiveLog,
|
|
555
|
+
PredictQAResultsResponseFilterSensitiveLog: () => PredictQAResultsResponseFilterSensitiveLog,
|
|
544
556
|
PrimaryValueDisplayType: () => PrimaryValueDisplayType,
|
|
545
557
|
PropertyRole: () => PropertyRole,
|
|
546
558
|
PropertyUsage: () => PropertyUsage,
|
|
547
559
|
PurchaseMode: () => PurchaseMode,
|
|
548
560
|
PutDataSetRefreshPropertiesCommand: () => PutDataSetRefreshPropertiesCommand,
|
|
561
|
+
QAResultFilterSensitiveLog: () => QAResultFilterSensitiveLog,
|
|
562
|
+
QAResultType: () => QAResultType,
|
|
563
|
+
QSearchStatus: () => QSearchStatus,
|
|
549
564
|
QueryExecutionMode: () => QueryExecutionMode,
|
|
550
565
|
QuickSight: () => QuickSight,
|
|
551
566
|
QuickSightClient: () => QuickSightClient,
|
|
@@ -738,6 +753,7 @@ __export(src_exports, {
|
|
|
738
753
|
UpdateAnalysisCommand: () => UpdateAnalysisCommand,
|
|
739
754
|
UpdateAnalysisPermissionsCommand: () => UpdateAnalysisPermissionsCommand,
|
|
740
755
|
UpdateAnalysisRequestFilterSensitiveLog: () => UpdateAnalysisRequestFilterSensitiveLog,
|
|
756
|
+
UpdateApplicationWithTokenExchangeGrantCommand: () => UpdateApplicationWithTokenExchangeGrantCommand,
|
|
741
757
|
UpdateBrandAssignmentCommand: () => UpdateBrandAssignmentCommand,
|
|
742
758
|
UpdateBrandCommand: () => UpdateBrandCommand,
|
|
743
759
|
UpdateBrandPublishedVersionCommand: () => UpdateBrandPublishedVersionCommand,
|
|
@@ -754,6 +770,7 @@ __export(src_exports, {
|
|
|
754
770
|
UpdateDataSourceCommand: () => UpdateDataSourceCommand,
|
|
755
771
|
UpdateDataSourcePermissionsCommand: () => UpdateDataSourcePermissionsCommand,
|
|
756
772
|
UpdateDataSourceRequestFilterSensitiveLog: () => UpdateDataSourceRequestFilterSensitiveLog,
|
|
773
|
+
UpdateDefaultQBusinessApplicationCommand: () => UpdateDefaultQBusinessApplicationCommand,
|
|
757
774
|
UpdateFolderCommand: () => UpdateFolderCommand,
|
|
758
775
|
UpdateFolderPermissionsCommand: () => UpdateFolderPermissionsCommand,
|
|
759
776
|
UpdateGroupCommand: () => UpdateGroupCommand,
|
|
@@ -763,6 +780,7 @@ __export(src_exports, {
|
|
|
763
780
|
UpdateKeyRegistrationCommand: () => UpdateKeyRegistrationCommand,
|
|
764
781
|
UpdatePublicSharingSettingsCommand: () => UpdatePublicSharingSettingsCommand,
|
|
765
782
|
UpdateQPersonalizationConfigurationCommand: () => UpdateQPersonalizationConfigurationCommand,
|
|
783
|
+
UpdateQuickSightQSearchConfigurationCommand: () => UpdateQuickSightQSearchConfigurationCommand,
|
|
766
784
|
UpdateRefreshScheduleCommand: () => UpdateRefreshScheduleCommand,
|
|
767
785
|
UpdateRoleCustomPermissionCommand: () => UpdateRoleCustomPermissionCommand,
|
|
768
786
|
UpdateSPICECapacityConfigurationCommand: () => UpdateSPICECapacityConfigurationCommand,
|
|
@@ -2848,6 +2866,7 @@ var AuthenticationMethodOption = {
|
|
|
2848
2866
|
IAM_ONLY: "IAM_ONLY"
|
|
2849
2867
|
};
|
|
2850
2868
|
var ServiceType = {
|
|
2869
|
+
QBUSINESS: "QBUSINESS",
|
|
2851
2870
|
REDSHIFT: "REDSHIFT"
|
|
2852
2871
|
};
|
|
2853
2872
|
var AuthorSpecifiedAggregation = {
|
|
@@ -3367,44 +3386,6 @@ var ColumnDescriptionFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
|
3367
3386
|
...obj.Text && { Text: import_smithy_client.SENSITIVE_STRING }
|
|
3368
3387
|
}), "ColumnDescriptionFilterSensitiveLog");
|
|
3369
3388
|
|
|
3370
|
-
// src/models/models_5.ts
|
|
3371
|
-
var UpdateDataSourceRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3372
|
-
...obj,
|
|
3373
|
-
...obj.DataSourceParameters && { DataSourceParameters: obj.DataSourceParameters },
|
|
3374
|
-
...obj.Credentials && { Credentials: import_smithy_client.SENSITIVE_STRING }
|
|
3375
|
-
}), "UpdateDataSourceRequestFilterSensitiveLog");
|
|
3376
|
-
var UpdateTemplateRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3377
|
-
...obj
|
|
3378
|
-
}), "UpdateTemplateRequestFilterSensitiveLog");
|
|
3379
|
-
var UpdateTopicRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3380
|
-
...obj
|
|
3381
|
-
}), "UpdateTopicRequestFilterSensitiveLog");
|
|
3382
|
-
var TopicVisualFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3383
|
-
...obj,
|
|
3384
|
-
...obj.Ir && { Ir: TopicIRFilterSensitiveLog(obj.Ir) }
|
|
3385
|
-
}), "TopicVisualFilterSensitiveLog");
|
|
3386
|
-
var CreateTopicReviewedAnswerFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3387
|
-
...obj,
|
|
3388
|
-
...obj.Mir && { Mir: TopicIRFilterSensitiveLog(obj.Mir) },
|
|
3389
|
-
...obj.PrimaryVisual && { PrimaryVisual: TopicVisualFilterSensitiveLog(obj.PrimaryVisual) }
|
|
3390
|
-
}), "CreateTopicReviewedAnswerFilterSensitiveLog");
|
|
3391
|
-
var TopicReviewedAnswerFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3392
|
-
...obj,
|
|
3393
|
-
...obj.Mir && { Mir: TopicIRFilterSensitiveLog(obj.Mir) },
|
|
3394
|
-
...obj.PrimaryVisual && { PrimaryVisual: TopicVisualFilterSensitiveLog(obj.PrimaryVisual) }
|
|
3395
|
-
}), "TopicReviewedAnswerFilterSensitiveLog");
|
|
3396
|
-
var BatchCreateTopicReviewedAnswerRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3397
|
-
...obj
|
|
3398
|
-
}), "BatchCreateTopicReviewedAnswerRequestFilterSensitiveLog");
|
|
3399
|
-
var ListTopicReviewedAnswersResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3400
|
-
...obj
|
|
3401
|
-
}), "ListTopicReviewedAnswersResponseFilterSensitiveLog");
|
|
3402
|
-
|
|
3403
|
-
// src/protocols/Aws_restJson1.ts
|
|
3404
|
-
var import_core2 = require("@aws-sdk/core");
|
|
3405
|
-
|
|
3406
|
-
|
|
3407
|
-
|
|
3408
3389
|
// src/models/models_3.ts
|
|
3409
3390
|
|
|
3410
3391
|
var ColumnOrderingType = {
|
|
@@ -4165,6 +4146,68 @@ var DescribeAnalysisDefinitionResponseFilterSensitiveLog = /* @__PURE__ */ __nam
|
|
|
4165
4146
|
...obj
|
|
4166
4147
|
}), "DescribeAnalysisDefinitionResponseFilterSensitiveLog");
|
|
4167
4148
|
|
|
4149
|
+
// src/models/models_5.ts
|
|
4150
|
+
var UpdateDashboardRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
4151
|
+
...obj,
|
|
4152
|
+
...obj.Parameters && { Parameters: _ParametersFilterSensitiveLog(obj.Parameters) }
|
|
4153
|
+
}), "UpdateDashboardRequestFilterSensitiveLog");
|
|
4154
|
+
var UpdateDataSetRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
4155
|
+
...obj,
|
|
4156
|
+
...obj.PhysicalTableMap && {
|
|
4157
|
+
PhysicalTableMap: Object.entries(obj.PhysicalTableMap).reduce(
|
|
4158
|
+
(acc, [key, value]) => (acc[key] = value, acc),
|
|
4159
|
+
{}
|
|
4160
|
+
)
|
|
4161
|
+
},
|
|
4162
|
+
...obj.LogicalTableMap && {
|
|
4163
|
+
LogicalTableMap: Object.entries(obj.LogicalTableMap).reduce(
|
|
4164
|
+
(acc, [key, value]) => (acc[key] = LogicalTableFilterSensitiveLog(value), acc),
|
|
4165
|
+
{}
|
|
4166
|
+
)
|
|
4167
|
+
},
|
|
4168
|
+
...obj.RowLevelPermissionTagConfiguration && {
|
|
4169
|
+
RowLevelPermissionTagConfiguration: RowLevelPermissionTagConfigurationFilterSensitiveLog(
|
|
4170
|
+
obj.RowLevelPermissionTagConfiguration
|
|
4171
|
+
)
|
|
4172
|
+
}
|
|
4173
|
+
}), "UpdateDataSetRequestFilterSensitiveLog");
|
|
4174
|
+
var UpdateDataSourceRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
4175
|
+
...obj,
|
|
4176
|
+
...obj.DataSourceParameters && { DataSourceParameters: obj.DataSourceParameters },
|
|
4177
|
+
...obj.Credentials && { Credentials: import_smithy_client.SENSITIVE_STRING }
|
|
4178
|
+
}), "UpdateDataSourceRequestFilterSensitiveLog");
|
|
4179
|
+
var UpdateTemplateRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
4180
|
+
...obj
|
|
4181
|
+
}), "UpdateTemplateRequestFilterSensitiveLog");
|
|
4182
|
+
var UpdateTopicRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
4183
|
+
...obj
|
|
4184
|
+
}), "UpdateTopicRequestFilterSensitiveLog");
|
|
4185
|
+
var TopicVisualFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
4186
|
+
...obj,
|
|
4187
|
+
...obj.Ir && { Ir: TopicIRFilterSensitiveLog(obj.Ir) }
|
|
4188
|
+
}), "TopicVisualFilterSensitiveLog");
|
|
4189
|
+
var CreateTopicReviewedAnswerFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
4190
|
+
...obj,
|
|
4191
|
+
...obj.Mir && { Mir: TopicIRFilterSensitiveLog(obj.Mir) },
|
|
4192
|
+
...obj.PrimaryVisual && { PrimaryVisual: TopicVisualFilterSensitiveLog(obj.PrimaryVisual) }
|
|
4193
|
+
}), "CreateTopicReviewedAnswerFilterSensitiveLog");
|
|
4194
|
+
var TopicReviewedAnswerFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
4195
|
+
...obj,
|
|
4196
|
+
...obj.Mir && { Mir: TopicIRFilterSensitiveLog(obj.Mir) },
|
|
4197
|
+
...obj.PrimaryVisual && { PrimaryVisual: TopicVisualFilterSensitiveLog(obj.PrimaryVisual) }
|
|
4198
|
+
}), "TopicReviewedAnswerFilterSensitiveLog");
|
|
4199
|
+
var BatchCreateTopicReviewedAnswerRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
4200
|
+
...obj
|
|
4201
|
+
}), "BatchCreateTopicReviewedAnswerRequestFilterSensitiveLog");
|
|
4202
|
+
var ListTopicReviewedAnswersResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
4203
|
+
...obj
|
|
4204
|
+
}), "ListTopicReviewedAnswersResponseFilterSensitiveLog");
|
|
4205
|
+
|
|
4206
|
+
// src/protocols/Aws_restJson1.ts
|
|
4207
|
+
var import_core2 = require("@aws-sdk/core");
|
|
4208
|
+
|
|
4209
|
+
|
|
4210
|
+
|
|
4168
4211
|
// src/models/models_4.ts
|
|
4169
4212
|
|
|
4170
4213
|
var IncludeFolderMembers = {
|
|
@@ -4262,6 +4305,10 @@ var PersonalizationMode = {
|
|
|
4262
4305
|
DISABLED: "DISABLED",
|
|
4263
4306
|
ENABLED: "ENABLED"
|
|
4264
4307
|
};
|
|
4308
|
+
var QSearchStatus = {
|
|
4309
|
+
DISABLED: "DISABLED",
|
|
4310
|
+
ENABLED: "ENABLED"
|
|
4311
|
+
};
|
|
4265
4312
|
var TemplateErrorType = {
|
|
4266
4313
|
ACCESS_DENIED: "ACCESS_DENIED",
|
|
4267
4314
|
DATA_SET_NOT_FOUND: "DATA_SET_NOT_FOUND",
|
|
@@ -4343,6 +4390,11 @@ var FolderFilterAttribute = {
|
|
|
4343
4390
|
QUICKSIGHT_OWNER: "QUICKSIGHT_OWNER",
|
|
4344
4391
|
QUICKSIGHT_VIEWER_OR_OWNER: "QUICKSIGHT_VIEWER_OR_OWNER"
|
|
4345
4392
|
};
|
|
4393
|
+
var GeneratedAnswerStatus = {
|
|
4394
|
+
ANSWER_DOWNGRADE: "ANSWER_DOWNGRADE",
|
|
4395
|
+
ANSWER_GENERATED: "ANSWER_GENERATED",
|
|
4396
|
+
ANSWER_RETRIEVED: "ANSWER_RETRIEVED"
|
|
4397
|
+
};
|
|
4346
4398
|
var _SessionLifetimeInMinutesInvalidException = class _SessionLifetimeInMinutesInvalidException extends QuickSightServiceException {
|
|
4347
4399
|
/**
|
|
4348
4400
|
* @internal
|
|
@@ -4425,6 +4477,19 @@ var GroupFilterAttribute = {
|
|
|
4425
4477
|
var GroupFilterOperator = {
|
|
4426
4478
|
StartsWith: "StartsWith"
|
|
4427
4479
|
};
|
|
4480
|
+
var IncludeGeneratedAnswer = {
|
|
4481
|
+
EXCLUDE: "EXCLUDE",
|
|
4482
|
+
INCLUDE: "INCLUDE"
|
|
4483
|
+
};
|
|
4484
|
+
var IncludeQuickSightQIndex = {
|
|
4485
|
+
EXCLUDE: "EXCLUDE",
|
|
4486
|
+
INCLUDE: "INCLUDE"
|
|
4487
|
+
};
|
|
4488
|
+
var QAResultType = {
|
|
4489
|
+
DASHBOARD_VISUAL: "DASHBOARD_VISUAL",
|
|
4490
|
+
GENERATED_ANSWER: "GENERATED_ANSWER",
|
|
4491
|
+
NO_ANSWER: "NO_ANSWER"
|
|
4492
|
+
};
|
|
4428
4493
|
var PurchaseMode = {
|
|
4429
4494
|
AUTO_PURCHASE: "AUTO_PURCHASE",
|
|
4430
4495
|
MANUAL: "MANUAL"
|
|
@@ -4490,6 +4555,11 @@ var DescribeTemplateDefinitionResponseFilterSensitiveLog = /* @__PURE__ */ __nam
|
|
|
4490
4555
|
var DescribeTopicResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
4491
4556
|
...obj
|
|
4492
4557
|
}), "DescribeTopicResponseFilterSensitiveLog");
|
|
4558
|
+
var GeneratedAnswerResultFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
4559
|
+
...obj,
|
|
4560
|
+
...obj.QuestionText && { QuestionText: import_smithy_client.SENSITIVE_STRING },
|
|
4561
|
+
...obj.Restatement && { Restatement: import_smithy_client.SENSITIVE_STRING }
|
|
4562
|
+
}), "GeneratedAnswerResultFilterSensitiveLog");
|
|
4493
4563
|
var SessionTagFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
4494
4564
|
...obj,
|
|
4495
4565
|
...obj.Value && { Value: import_smithy_client.SENSITIVE_STRING }
|
|
@@ -4506,6 +4576,10 @@ var GenerateEmbedUrlForRegisteredUserResponseFilterSensitiveLog = /* @__PURE__ *
|
|
|
4506
4576
|
...obj,
|
|
4507
4577
|
...obj.EmbedUrl && { EmbedUrl: import_smithy_client.SENSITIVE_STRING }
|
|
4508
4578
|
}), "GenerateEmbedUrlForRegisteredUserResponseFilterSensitiveLog");
|
|
4579
|
+
var GenerateEmbedUrlForRegisteredUserWithIdentityResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
4580
|
+
...obj,
|
|
4581
|
+
...obj.EmbedUrl && { EmbedUrl: import_smithy_client.SENSITIVE_STRING }
|
|
4582
|
+
}), "GenerateEmbedUrlForRegisteredUserWithIdentityResponseFilterSensitiveLog");
|
|
4509
4583
|
var GetDashboardEmbedUrlResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
4510
4584
|
...obj,
|
|
4511
4585
|
...obj.EmbedUrl && { EmbedUrl: import_smithy_client.SENSITIVE_STRING }
|
|
@@ -4514,6 +4588,21 @@ var GetSessionEmbedUrlResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj)
|
|
|
4514
4588
|
...obj,
|
|
4515
4589
|
...obj.EmbedUrl && { EmbedUrl: import_smithy_client.SENSITIVE_STRING }
|
|
4516
4590
|
}), "GetSessionEmbedUrlResponseFilterSensitiveLog");
|
|
4591
|
+
var PredictQAResultsRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
4592
|
+
...obj,
|
|
4593
|
+
...obj.QueryText && { QueryText: import_smithy_client.SENSITIVE_STRING }
|
|
4594
|
+
}), "PredictQAResultsRequestFilterSensitiveLog");
|
|
4595
|
+
var QAResultFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
4596
|
+
...obj,
|
|
4597
|
+
...obj.GeneratedAnswer && { GeneratedAnswer: GeneratedAnswerResultFilterSensitiveLog(obj.GeneratedAnswer) }
|
|
4598
|
+
}), "QAResultFilterSensitiveLog");
|
|
4599
|
+
var PredictQAResultsResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
4600
|
+
...obj,
|
|
4601
|
+
...obj.PrimaryResult && { PrimaryResult: QAResultFilterSensitiveLog(obj.PrimaryResult) },
|
|
4602
|
+
...obj.AdditionalResults && {
|
|
4603
|
+
AdditionalResults: obj.AdditionalResults.map((item) => QAResultFilterSensitiveLog(item))
|
|
4604
|
+
}
|
|
4605
|
+
}), "PredictQAResultsResponseFilterSensitiveLog");
|
|
4517
4606
|
var StartAssetBundleImportJobRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
4518
4607
|
...obj,
|
|
4519
4608
|
...obj.AssetBundleImportSource && {
|
|
@@ -4536,30 +4625,6 @@ var UpdateAnalysisRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
|
4536
4625
|
...obj,
|
|
4537
4626
|
...obj.Parameters && { Parameters: _ParametersFilterSensitiveLog(obj.Parameters) }
|
|
4538
4627
|
}), "UpdateAnalysisRequestFilterSensitiveLog");
|
|
4539
|
-
var UpdateDashboardRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
4540
|
-
...obj,
|
|
4541
|
-
...obj.Parameters && { Parameters: _ParametersFilterSensitiveLog(obj.Parameters) }
|
|
4542
|
-
}), "UpdateDashboardRequestFilterSensitiveLog");
|
|
4543
|
-
var UpdateDataSetRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
4544
|
-
...obj,
|
|
4545
|
-
...obj.PhysicalTableMap && {
|
|
4546
|
-
PhysicalTableMap: Object.entries(obj.PhysicalTableMap).reduce(
|
|
4547
|
-
(acc, [key, value]) => (acc[key] = value, acc),
|
|
4548
|
-
{}
|
|
4549
|
-
)
|
|
4550
|
-
},
|
|
4551
|
-
...obj.LogicalTableMap && {
|
|
4552
|
-
LogicalTableMap: Object.entries(obj.LogicalTableMap).reduce(
|
|
4553
|
-
(acc, [key, value]) => (acc[key] = LogicalTableFilterSensitiveLog(value), acc),
|
|
4554
|
-
{}
|
|
4555
|
-
)
|
|
4556
|
-
},
|
|
4557
|
-
...obj.RowLevelPermissionTagConfiguration && {
|
|
4558
|
-
RowLevelPermissionTagConfiguration: RowLevelPermissionTagConfigurationFilterSensitiveLog(
|
|
4559
|
-
obj.RowLevelPermissionTagConfiguration
|
|
4560
|
-
)
|
|
4561
|
-
}
|
|
4562
|
-
}), "UpdateDataSetRequestFilterSensitiveLog");
|
|
4563
4628
|
|
|
4564
4629
|
// src/protocols/Aws_restJson1.ts
|
|
4565
4630
|
var se_BatchCreateTopicReviewedAnswerCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
@@ -5202,6 +5267,18 @@ var se_DeleteDataSourceCommand = /* @__PURE__ */ __name(async (input, context) =
|
|
|
5202
5267
|
b.m("DELETE").h(headers).b(body);
|
|
5203
5268
|
return b.build();
|
|
5204
5269
|
}, "se_DeleteDataSourceCommand");
|
|
5270
|
+
var se_DeleteDefaultQBusinessApplicationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
5271
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
5272
|
+
const headers = {};
|
|
5273
|
+
b.bp("/accounts/{AwsAccountId}/default-qbusiness-application");
|
|
5274
|
+
b.p("AwsAccountId", () => input.AwsAccountId, "{AwsAccountId}", false);
|
|
5275
|
+
const query = (0, import_smithy_client.map)({
|
|
5276
|
+
[_n]: [, input[_N]]
|
|
5277
|
+
});
|
|
5278
|
+
let body;
|
|
5279
|
+
b.m("DELETE").h(headers).q(query).b(body);
|
|
5280
|
+
return b.build();
|
|
5281
|
+
}, "se_DeleteDefaultQBusinessApplicationCommand");
|
|
5205
5282
|
var se_DeleteFolderCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
5206
5283
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
5207
5284
|
const headers = {};
|
|
@@ -5666,6 +5743,18 @@ var se_DescribeDataSourcePermissionsCommand = /* @__PURE__ */ __name(async (inpu
|
|
|
5666
5743
|
b.m("GET").h(headers).b(body);
|
|
5667
5744
|
return b.build();
|
|
5668
5745
|
}, "se_DescribeDataSourcePermissionsCommand");
|
|
5746
|
+
var se_DescribeDefaultQBusinessApplicationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
5747
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
5748
|
+
const headers = {};
|
|
5749
|
+
b.bp("/accounts/{AwsAccountId}/default-qbusiness-application");
|
|
5750
|
+
b.p("AwsAccountId", () => input.AwsAccountId, "{AwsAccountId}", false);
|
|
5751
|
+
const query = (0, import_smithy_client.map)({
|
|
5752
|
+
[_n]: [, input[_N]]
|
|
5753
|
+
});
|
|
5754
|
+
let body;
|
|
5755
|
+
b.m("GET").h(headers).q(query).b(body);
|
|
5756
|
+
return b.build();
|
|
5757
|
+
}, "se_DescribeDefaultQBusinessApplicationCommand");
|
|
5669
5758
|
var se_DescribeFolderCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
5670
5759
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
5671
5760
|
const headers = {};
|
|
@@ -5791,6 +5880,15 @@ var se_DescribeQPersonalizationConfigurationCommand = /* @__PURE__ */ __name(asy
|
|
|
5791
5880
|
b.m("GET").h(headers).b(body);
|
|
5792
5881
|
return b.build();
|
|
5793
5882
|
}, "se_DescribeQPersonalizationConfigurationCommand");
|
|
5883
|
+
var se_DescribeQuickSightQSearchConfigurationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
5884
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
5885
|
+
const headers = {};
|
|
5886
|
+
b.bp("/accounts/{AwsAccountId}/quicksight-q-search-configuration");
|
|
5887
|
+
b.p("AwsAccountId", () => input.AwsAccountId, "{AwsAccountId}", false);
|
|
5888
|
+
let body;
|
|
5889
|
+
b.m("GET").h(headers).b(body);
|
|
5890
|
+
return b.build();
|
|
5891
|
+
}, "se_DescribeQuickSightQSearchConfigurationCommand");
|
|
5794
5892
|
var se_DescribeRefreshScheduleCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
5795
5893
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
5796
5894
|
const headers = {};
|
|
@@ -6000,6 +6098,24 @@ var se_GenerateEmbedUrlForRegisteredUserCommand = /* @__PURE__ */ __name(async (
|
|
|
6000
6098
|
b.m("POST").h(headers).b(body);
|
|
6001
6099
|
return b.build();
|
|
6002
6100
|
}, "se_GenerateEmbedUrlForRegisteredUserCommand");
|
|
6101
|
+
var se_GenerateEmbedUrlForRegisteredUserWithIdentityCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
6102
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
6103
|
+
const headers = {
|
|
6104
|
+
"content-type": "application/json"
|
|
6105
|
+
};
|
|
6106
|
+
b.bp("/accounts/{AwsAccountId}/embed-url/registered-user-with-identity");
|
|
6107
|
+
b.p("AwsAccountId", () => input.AwsAccountId, "{AwsAccountId}", false);
|
|
6108
|
+
let body;
|
|
6109
|
+
body = JSON.stringify(
|
|
6110
|
+
(0, import_smithy_client.take)(input, {
|
|
6111
|
+
AllowedDomains: (_) => (0, import_smithy_client._json)(_),
|
|
6112
|
+
ExperienceConfiguration: (_) => (0, import_smithy_client._json)(_),
|
|
6113
|
+
SessionLifetimeInMinutes: []
|
|
6114
|
+
})
|
|
6115
|
+
);
|
|
6116
|
+
b.m("POST").h(headers).b(body);
|
|
6117
|
+
return b.build();
|
|
6118
|
+
}, "se_GenerateEmbedUrlForRegisteredUserWithIdentityCommand");
|
|
6003
6119
|
var se_GetDashboardEmbedUrlCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
6004
6120
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
6005
6121
|
const headers = {};
|
|
@@ -6484,6 +6600,25 @@ var se_ListVPCConnectionsCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
6484
6600
|
b.m("GET").h(headers).q(query).b(body);
|
|
6485
6601
|
return b.build();
|
|
6486
6602
|
}, "se_ListVPCConnectionsCommand");
|
|
6603
|
+
var se_PredictQAResultsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
6604
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
6605
|
+
const headers = {
|
|
6606
|
+
"content-type": "application/json"
|
|
6607
|
+
};
|
|
6608
|
+
b.bp("/accounts/{AwsAccountId}/qa/predict");
|
|
6609
|
+
b.p("AwsAccountId", () => input.AwsAccountId, "{AwsAccountId}", false);
|
|
6610
|
+
let body;
|
|
6611
|
+
body = JSON.stringify(
|
|
6612
|
+
(0, import_smithy_client.take)(input, {
|
|
6613
|
+
IncludeGeneratedAnswer: [],
|
|
6614
|
+
IncludeQuickSightQIndex: [],
|
|
6615
|
+
MaxTopicsToConsider: [],
|
|
6616
|
+
QueryText: []
|
|
6617
|
+
})
|
|
6618
|
+
);
|
|
6619
|
+
b.m("POST").h(headers).b(body);
|
|
6620
|
+
return b.build();
|
|
6621
|
+
}, "se_PredictQAResultsCommand");
|
|
6487
6622
|
var se_PutDataSetRefreshPropertiesCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
6488
6623
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
6489
6624
|
const headers = {
|
|
@@ -6852,6 +6987,18 @@ var se_UpdateAnalysisPermissionsCommand = /* @__PURE__ */ __name(async (input, c
|
|
|
6852
6987
|
b.m("PUT").h(headers).b(body);
|
|
6853
6988
|
return b.build();
|
|
6854
6989
|
}, "se_UpdateAnalysisPermissionsCommand");
|
|
6990
|
+
var se_UpdateApplicationWithTokenExchangeGrantCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
6991
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
6992
|
+
const headers = {};
|
|
6993
|
+
b.bp("/accounts/{AwsAccountId}/application-with-token-exchange-grant");
|
|
6994
|
+
b.p("AwsAccountId", () => input.AwsAccountId, "{AwsAccountId}", false);
|
|
6995
|
+
const query = (0, import_smithy_client.map)({
|
|
6996
|
+
[_n]: [, (0, import_smithy_client.expectNonNull)(input[_N], `Namespace`)]
|
|
6997
|
+
});
|
|
6998
|
+
let body;
|
|
6999
|
+
b.m("PUT").h(headers).q(query).b(body);
|
|
7000
|
+
return b.build();
|
|
7001
|
+
}, "se_UpdateApplicationWithTokenExchangeGrantCommand");
|
|
6855
7002
|
var se_UpdateBrandCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
6856
7003
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
6857
7004
|
const headers = {
|
|
@@ -7091,6 +7238,25 @@ var se_UpdateDataSourcePermissionsCommand = /* @__PURE__ */ __name(async (input,
|
|
|
7091
7238
|
b.m("POST").h(headers).b(body);
|
|
7092
7239
|
return b.build();
|
|
7093
7240
|
}, "se_UpdateDataSourcePermissionsCommand");
|
|
7241
|
+
var se_UpdateDefaultQBusinessApplicationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
7242
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
7243
|
+
const headers = {
|
|
7244
|
+
"content-type": "application/json"
|
|
7245
|
+
};
|
|
7246
|
+
b.bp("/accounts/{AwsAccountId}/default-qbusiness-application");
|
|
7247
|
+
b.p("AwsAccountId", () => input.AwsAccountId, "{AwsAccountId}", false);
|
|
7248
|
+
const query = (0, import_smithy_client.map)({
|
|
7249
|
+
[_n]: [, input[_N]]
|
|
7250
|
+
});
|
|
7251
|
+
let body;
|
|
7252
|
+
body = JSON.stringify(
|
|
7253
|
+
(0, import_smithy_client.take)(input, {
|
|
7254
|
+
ApplicationId: []
|
|
7255
|
+
})
|
|
7256
|
+
);
|
|
7257
|
+
b.m("PUT").h(headers).q(query).b(body);
|
|
7258
|
+
return b.build();
|
|
7259
|
+
}, "se_UpdateDefaultQBusinessApplicationCommand");
|
|
7094
7260
|
var se_UpdateFolderCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
7095
7261
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
7096
7262
|
const headers = {
|
|
@@ -7248,6 +7414,22 @@ var se_UpdateQPersonalizationConfigurationCommand = /* @__PURE__ */ __name(async
|
|
|
7248
7414
|
b.m("PUT").h(headers).b(body);
|
|
7249
7415
|
return b.build();
|
|
7250
7416
|
}, "se_UpdateQPersonalizationConfigurationCommand");
|
|
7417
|
+
var se_UpdateQuickSightQSearchConfigurationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
7418
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
7419
|
+
const headers = {
|
|
7420
|
+
"content-type": "application/json"
|
|
7421
|
+
};
|
|
7422
|
+
b.bp("/accounts/{AwsAccountId}/quicksight-q-search-configuration");
|
|
7423
|
+
b.p("AwsAccountId", () => input.AwsAccountId, "{AwsAccountId}", false);
|
|
7424
|
+
let body;
|
|
7425
|
+
body = JSON.stringify(
|
|
7426
|
+
(0, import_smithy_client.take)(input, {
|
|
7427
|
+
QSearchStatus: []
|
|
7428
|
+
})
|
|
7429
|
+
);
|
|
7430
|
+
b.m("PUT").h(headers).b(body);
|
|
7431
|
+
return b.build();
|
|
7432
|
+
}, "se_UpdateQuickSightQSearchConfigurationCommand");
|
|
7251
7433
|
var se_UpdateRefreshScheduleCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
7252
7434
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
7253
7435
|
const headers = {
|
|
@@ -8224,6 +8406,23 @@ var de_DeleteDataSourceCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
8224
8406
|
});
|
|
8225
8407
|
return contents;
|
|
8226
8408
|
}, "de_DeleteDataSourceCommand");
|
|
8409
|
+
var de_DeleteDefaultQBusinessApplicationCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
8410
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
8411
|
+
return de_CommandError(output, context);
|
|
8412
|
+
}
|
|
8413
|
+
const contents = (0, import_smithy_client.map)({
|
|
8414
|
+
$metadata: deserializeMetadata(output)
|
|
8415
|
+
});
|
|
8416
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
8417
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
8418
|
+
RequestId: import_smithy_client.expectString
|
|
8419
|
+
});
|
|
8420
|
+
Object.assign(contents, doc);
|
|
8421
|
+
(0, import_smithy_client.map)(contents, {
|
|
8422
|
+
Status: [, output.statusCode]
|
|
8423
|
+
});
|
|
8424
|
+
return contents;
|
|
8425
|
+
}, "de_DeleteDefaultQBusinessApplicationCommand");
|
|
8227
8426
|
var de_DeleteFolderCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
8228
8427
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
8229
8428
|
return de_CommandError(output, context);
|
|
@@ -9052,6 +9251,24 @@ var de_DescribeDataSourcePermissionsCommand = /* @__PURE__ */ __name(async (outp
|
|
|
9052
9251
|
});
|
|
9053
9252
|
return contents;
|
|
9054
9253
|
}, "de_DescribeDataSourcePermissionsCommand");
|
|
9254
|
+
var de_DescribeDefaultQBusinessApplicationCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
9255
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
9256
|
+
return de_CommandError(output, context);
|
|
9257
|
+
}
|
|
9258
|
+
const contents = (0, import_smithy_client.map)({
|
|
9259
|
+
$metadata: deserializeMetadata(output)
|
|
9260
|
+
});
|
|
9261
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
9262
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
9263
|
+
ApplicationId: import_smithy_client.expectString,
|
|
9264
|
+
RequestId: import_smithy_client.expectString
|
|
9265
|
+
});
|
|
9266
|
+
Object.assign(contents, doc);
|
|
9267
|
+
(0, import_smithy_client.map)(contents, {
|
|
9268
|
+
Status: [, output.statusCode]
|
|
9269
|
+
});
|
|
9270
|
+
return contents;
|
|
9271
|
+
}, "de_DescribeDefaultQBusinessApplicationCommand");
|
|
9055
9272
|
var de_DescribeFolderCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
9056
9273
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
9057
9274
|
return de_CommandError(output, context);
|
|
@@ -9259,6 +9476,24 @@ var de_DescribeQPersonalizationConfigurationCommand = /* @__PURE__ */ __name(asy
|
|
|
9259
9476
|
});
|
|
9260
9477
|
return contents;
|
|
9261
9478
|
}, "de_DescribeQPersonalizationConfigurationCommand");
|
|
9479
|
+
var de_DescribeQuickSightQSearchConfigurationCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
9480
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
9481
|
+
return de_CommandError(output, context);
|
|
9482
|
+
}
|
|
9483
|
+
const contents = (0, import_smithy_client.map)({
|
|
9484
|
+
$metadata: deserializeMetadata(output)
|
|
9485
|
+
});
|
|
9486
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
9487
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
9488
|
+
QSearchStatus: import_smithy_client.expectString,
|
|
9489
|
+
RequestId: import_smithy_client.expectString
|
|
9490
|
+
});
|
|
9491
|
+
Object.assign(contents, doc);
|
|
9492
|
+
(0, import_smithy_client.map)(contents, {
|
|
9493
|
+
Status: [, output.statusCode]
|
|
9494
|
+
});
|
|
9495
|
+
return contents;
|
|
9496
|
+
}, "de_DescribeQuickSightQSearchConfigurationCommand");
|
|
9262
9497
|
var de_DescribeRefreshScheduleCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
9263
9498
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
9264
9499
|
return de_CommandError(output, context);
|
|
@@ -9579,6 +9814,24 @@ var de_GenerateEmbedUrlForRegisteredUserCommand = /* @__PURE__ */ __name(async (
|
|
|
9579
9814
|
});
|
|
9580
9815
|
return contents;
|
|
9581
9816
|
}, "de_GenerateEmbedUrlForRegisteredUserCommand");
|
|
9817
|
+
var de_GenerateEmbedUrlForRegisteredUserWithIdentityCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
9818
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
9819
|
+
return de_CommandError(output, context);
|
|
9820
|
+
}
|
|
9821
|
+
const contents = (0, import_smithy_client.map)({
|
|
9822
|
+
$metadata: deserializeMetadata(output)
|
|
9823
|
+
});
|
|
9824
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
9825
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
9826
|
+
EmbedUrl: import_smithy_client.expectString,
|
|
9827
|
+
RequestId: import_smithy_client.expectString
|
|
9828
|
+
});
|
|
9829
|
+
Object.assign(contents, doc);
|
|
9830
|
+
(0, import_smithy_client.map)(contents, {
|
|
9831
|
+
Status: [, output.statusCode]
|
|
9832
|
+
});
|
|
9833
|
+
return contents;
|
|
9834
|
+
}, "de_GenerateEmbedUrlForRegisteredUserWithIdentityCommand");
|
|
9582
9835
|
var de_GetDashboardEmbedUrlCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
9583
9836
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
9584
9837
|
return de_CommandError(output, context);
|
|
@@ -10257,6 +10510,25 @@ var de_ListVPCConnectionsCommand = /* @__PURE__ */ __name(async (output, context
|
|
|
10257
10510
|
});
|
|
10258
10511
|
return contents;
|
|
10259
10512
|
}, "de_ListVPCConnectionsCommand");
|
|
10513
|
+
var de_PredictQAResultsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
10514
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
10515
|
+
return de_CommandError(output, context);
|
|
10516
|
+
}
|
|
10517
|
+
const contents = (0, import_smithy_client.map)({
|
|
10518
|
+
$metadata: deserializeMetadata(output)
|
|
10519
|
+
});
|
|
10520
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
10521
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
10522
|
+
AdditionalResults: import_smithy_client._json,
|
|
10523
|
+
PrimaryResult: import_smithy_client._json,
|
|
10524
|
+
RequestId: import_smithy_client.expectString
|
|
10525
|
+
});
|
|
10526
|
+
Object.assign(contents, doc);
|
|
10527
|
+
(0, import_smithy_client.map)(contents, {
|
|
10528
|
+
Status: [, output.statusCode]
|
|
10529
|
+
});
|
|
10530
|
+
return contents;
|
|
10531
|
+
}, "de_PredictQAResultsCommand");
|
|
10260
10532
|
var de_PutDataSetRefreshPropertiesCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
10261
10533
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
10262
10534
|
return de_CommandError(output, context);
|
|
@@ -10632,6 +10904,23 @@ var de_UpdateAnalysisPermissionsCommand = /* @__PURE__ */ __name(async (output,
|
|
|
10632
10904
|
});
|
|
10633
10905
|
return contents;
|
|
10634
10906
|
}, "de_UpdateAnalysisPermissionsCommand");
|
|
10907
|
+
var de_UpdateApplicationWithTokenExchangeGrantCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
10908
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
10909
|
+
return de_CommandError(output, context);
|
|
10910
|
+
}
|
|
10911
|
+
const contents = (0, import_smithy_client.map)({
|
|
10912
|
+
$metadata: deserializeMetadata(output)
|
|
10913
|
+
});
|
|
10914
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
10915
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
10916
|
+
RequestId: import_smithy_client.expectString
|
|
10917
|
+
});
|
|
10918
|
+
Object.assign(contents, doc);
|
|
10919
|
+
(0, import_smithy_client.map)(contents, {
|
|
10920
|
+
Status: [, output.statusCode]
|
|
10921
|
+
});
|
|
10922
|
+
return contents;
|
|
10923
|
+
}, "de_UpdateApplicationWithTokenExchangeGrantCommand");
|
|
10635
10924
|
var de_UpdateBrandCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
10636
10925
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
10637
10926
|
return de_CommandError(output, context);
|
|
@@ -10869,6 +11158,23 @@ var de_UpdateDataSourcePermissionsCommand = /* @__PURE__ */ __name(async (output
|
|
|
10869
11158
|
});
|
|
10870
11159
|
return contents;
|
|
10871
11160
|
}, "de_UpdateDataSourcePermissionsCommand");
|
|
11161
|
+
var de_UpdateDefaultQBusinessApplicationCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
11162
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
11163
|
+
return de_CommandError(output, context);
|
|
11164
|
+
}
|
|
11165
|
+
const contents = (0, import_smithy_client.map)({
|
|
11166
|
+
$metadata: deserializeMetadata(output)
|
|
11167
|
+
});
|
|
11168
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
11169
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
11170
|
+
RequestId: import_smithy_client.expectString
|
|
11171
|
+
});
|
|
11172
|
+
Object.assign(contents, doc);
|
|
11173
|
+
(0, import_smithy_client.map)(contents, {
|
|
11174
|
+
Status: [, output.statusCode]
|
|
11175
|
+
});
|
|
11176
|
+
return contents;
|
|
11177
|
+
}, "de_UpdateDefaultQBusinessApplicationCommand");
|
|
10872
11178
|
var de_UpdateFolderCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
10873
11179
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
10874
11180
|
return de_CommandError(output, context);
|
|
@@ -11032,6 +11338,24 @@ var de_UpdateQPersonalizationConfigurationCommand = /* @__PURE__ */ __name(async
|
|
|
11032
11338
|
});
|
|
11033
11339
|
return contents;
|
|
11034
11340
|
}, "de_UpdateQPersonalizationConfigurationCommand");
|
|
11341
|
+
var de_UpdateQuickSightQSearchConfigurationCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
11342
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
11343
|
+
return de_CommandError(output, context);
|
|
11344
|
+
}
|
|
11345
|
+
const contents = (0, import_smithy_client.map)({
|
|
11346
|
+
$metadata: deserializeMetadata(output)
|
|
11347
|
+
});
|
|
11348
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
11349
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
11350
|
+
QSearchStatus: import_smithy_client.expectString,
|
|
11351
|
+
RequestId: import_smithy_client.expectString
|
|
11352
|
+
});
|
|
11353
|
+
Object.assign(contents, doc);
|
|
11354
|
+
(0, import_smithy_client.map)(contents, {
|
|
11355
|
+
Status: [, output.statusCode]
|
|
11356
|
+
});
|
|
11357
|
+
return contents;
|
|
11358
|
+
}, "de_UpdateQuickSightQSearchConfigurationCommand");
|
|
11035
11359
|
var de_UpdateRefreshScheduleCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
11036
11360
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
11037
11361
|
return de_CommandError(output, context);
|
|
@@ -18166,6 +18490,20 @@ var _DeleteDataSourceCommand = class _DeleteDataSourceCommand extends import_smi
|
|
|
18166
18490
|
__name(_DeleteDataSourceCommand, "DeleteDataSourceCommand");
|
|
18167
18491
|
var DeleteDataSourceCommand = _DeleteDataSourceCommand;
|
|
18168
18492
|
|
|
18493
|
+
// src/commands/DeleteDefaultQBusinessApplicationCommand.ts
|
|
18494
|
+
|
|
18495
|
+
|
|
18496
|
+
|
|
18497
|
+
var _DeleteDefaultQBusinessApplicationCommand = class _DeleteDefaultQBusinessApplicationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
18498
|
+
return [
|
|
18499
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18500
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
18501
|
+
];
|
|
18502
|
+
}).s("QuickSight_20180401", "DeleteDefaultQBusinessApplication", {}).n("QuickSightClient", "DeleteDefaultQBusinessApplicationCommand").f(void 0, void 0).ser(se_DeleteDefaultQBusinessApplicationCommand).de(de_DeleteDefaultQBusinessApplicationCommand).build() {
|
|
18503
|
+
};
|
|
18504
|
+
__name(_DeleteDefaultQBusinessApplicationCommand, "DeleteDefaultQBusinessApplicationCommand");
|
|
18505
|
+
var DeleteDefaultQBusinessApplicationCommand = _DeleteDefaultQBusinessApplicationCommand;
|
|
18506
|
+
|
|
18169
18507
|
// src/commands/DeleteFolderCommand.ts
|
|
18170
18508
|
|
|
18171
18509
|
|
|
@@ -18768,6 +19106,20 @@ var _DescribeDataSourcePermissionsCommand = class _DescribeDataSourcePermissions
|
|
|
18768
19106
|
__name(_DescribeDataSourcePermissionsCommand, "DescribeDataSourcePermissionsCommand");
|
|
18769
19107
|
var DescribeDataSourcePermissionsCommand = _DescribeDataSourcePermissionsCommand;
|
|
18770
19108
|
|
|
19109
|
+
// src/commands/DescribeDefaultQBusinessApplicationCommand.ts
|
|
19110
|
+
|
|
19111
|
+
|
|
19112
|
+
|
|
19113
|
+
var _DescribeDefaultQBusinessApplicationCommand = class _DescribeDefaultQBusinessApplicationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
19114
|
+
return [
|
|
19115
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
19116
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
19117
|
+
];
|
|
19118
|
+
}).s("QuickSight_20180401", "DescribeDefaultQBusinessApplication", {}).n("QuickSightClient", "DescribeDefaultQBusinessApplicationCommand").f(void 0, void 0).ser(se_DescribeDefaultQBusinessApplicationCommand).de(de_DescribeDefaultQBusinessApplicationCommand).build() {
|
|
19119
|
+
};
|
|
19120
|
+
__name(_DescribeDefaultQBusinessApplicationCommand, "DescribeDefaultQBusinessApplicationCommand");
|
|
19121
|
+
var DescribeDefaultQBusinessApplicationCommand = _DescribeDefaultQBusinessApplicationCommand;
|
|
19122
|
+
|
|
18771
19123
|
// src/commands/DescribeFolderCommand.ts
|
|
18772
19124
|
|
|
18773
19125
|
|
|
@@ -18922,6 +19274,20 @@ var _DescribeQPersonalizationConfigurationCommand = class _DescribeQPersonalizat
|
|
|
18922
19274
|
__name(_DescribeQPersonalizationConfigurationCommand, "DescribeQPersonalizationConfigurationCommand");
|
|
18923
19275
|
var DescribeQPersonalizationConfigurationCommand = _DescribeQPersonalizationConfigurationCommand;
|
|
18924
19276
|
|
|
19277
|
+
// src/commands/DescribeQuickSightQSearchConfigurationCommand.ts
|
|
19278
|
+
|
|
19279
|
+
|
|
19280
|
+
|
|
19281
|
+
var _DescribeQuickSightQSearchConfigurationCommand = class _DescribeQuickSightQSearchConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
19282
|
+
return [
|
|
19283
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
19284
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
19285
|
+
];
|
|
19286
|
+
}).s("QuickSight_20180401", "DescribeQuickSightQSearchConfiguration", {}).n("QuickSightClient", "DescribeQuickSightQSearchConfigurationCommand").f(void 0, void 0).ser(se_DescribeQuickSightQSearchConfigurationCommand).de(de_DescribeQuickSightQSearchConfigurationCommand).build() {
|
|
19287
|
+
};
|
|
19288
|
+
__name(_DescribeQuickSightQSearchConfigurationCommand, "DescribeQuickSightQSearchConfigurationCommand");
|
|
19289
|
+
var DescribeQuickSightQSearchConfigurationCommand = _DescribeQuickSightQSearchConfigurationCommand;
|
|
19290
|
+
|
|
18925
19291
|
// src/commands/DescribeRefreshScheduleCommand.ts
|
|
18926
19292
|
|
|
18927
19293
|
|
|
@@ -19163,6 +19529,20 @@ var _GenerateEmbedUrlForRegisteredUserCommand = class _GenerateEmbedUrlForRegist
|
|
|
19163
19529
|
__name(_GenerateEmbedUrlForRegisteredUserCommand, "GenerateEmbedUrlForRegisteredUserCommand");
|
|
19164
19530
|
var GenerateEmbedUrlForRegisteredUserCommand = _GenerateEmbedUrlForRegisteredUserCommand;
|
|
19165
19531
|
|
|
19532
|
+
// src/commands/GenerateEmbedUrlForRegisteredUserWithIdentityCommand.ts
|
|
19533
|
+
|
|
19534
|
+
|
|
19535
|
+
|
|
19536
|
+
var _GenerateEmbedUrlForRegisteredUserWithIdentityCommand = class _GenerateEmbedUrlForRegisteredUserWithIdentityCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
19537
|
+
return [
|
|
19538
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
19539
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
19540
|
+
];
|
|
19541
|
+
}).s("QuickSight_20180401", "GenerateEmbedUrlForRegisteredUserWithIdentity", {}).n("QuickSightClient", "GenerateEmbedUrlForRegisteredUserWithIdentityCommand").f(void 0, GenerateEmbedUrlForRegisteredUserWithIdentityResponseFilterSensitiveLog).ser(se_GenerateEmbedUrlForRegisteredUserWithIdentityCommand).de(de_GenerateEmbedUrlForRegisteredUserWithIdentityCommand).build() {
|
|
19542
|
+
};
|
|
19543
|
+
__name(_GenerateEmbedUrlForRegisteredUserWithIdentityCommand, "GenerateEmbedUrlForRegisteredUserWithIdentityCommand");
|
|
19544
|
+
var GenerateEmbedUrlForRegisteredUserWithIdentityCommand = _GenerateEmbedUrlForRegisteredUserWithIdentityCommand;
|
|
19545
|
+
|
|
19166
19546
|
// src/commands/GetDashboardEmbedUrlCommand.ts
|
|
19167
19547
|
|
|
19168
19548
|
|
|
@@ -19667,6 +20047,20 @@ var _ListVPCConnectionsCommand = class _ListVPCConnectionsCommand extends import
|
|
|
19667
20047
|
__name(_ListVPCConnectionsCommand, "ListVPCConnectionsCommand");
|
|
19668
20048
|
var ListVPCConnectionsCommand = _ListVPCConnectionsCommand;
|
|
19669
20049
|
|
|
20050
|
+
// src/commands/PredictQAResultsCommand.ts
|
|
20051
|
+
|
|
20052
|
+
|
|
20053
|
+
|
|
20054
|
+
var _PredictQAResultsCommand = class _PredictQAResultsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
20055
|
+
return [
|
|
20056
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
20057
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
20058
|
+
];
|
|
20059
|
+
}).s("QuickSight_20180401", "PredictQAResults", {}).n("QuickSightClient", "PredictQAResultsCommand").f(PredictQAResultsRequestFilterSensitiveLog, PredictQAResultsResponseFilterSensitiveLog).ser(se_PredictQAResultsCommand).de(de_PredictQAResultsCommand).build() {
|
|
20060
|
+
};
|
|
20061
|
+
__name(_PredictQAResultsCommand, "PredictQAResultsCommand");
|
|
20062
|
+
var PredictQAResultsCommand = _PredictQAResultsCommand;
|
|
20063
|
+
|
|
19670
20064
|
// src/commands/PutDataSetRefreshPropertiesCommand.ts
|
|
19671
20065
|
|
|
19672
20066
|
|
|
@@ -19947,6 +20341,20 @@ var _UpdateAnalysisPermissionsCommand = class _UpdateAnalysisPermissionsCommand
|
|
|
19947
20341
|
__name(_UpdateAnalysisPermissionsCommand, "UpdateAnalysisPermissionsCommand");
|
|
19948
20342
|
var UpdateAnalysisPermissionsCommand = _UpdateAnalysisPermissionsCommand;
|
|
19949
20343
|
|
|
20344
|
+
// src/commands/UpdateApplicationWithTokenExchangeGrantCommand.ts
|
|
20345
|
+
|
|
20346
|
+
|
|
20347
|
+
|
|
20348
|
+
var _UpdateApplicationWithTokenExchangeGrantCommand = class _UpdateApplicationWithTokenExchangeGrantCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
20349
|
+
return [
|
|
20350
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
20351
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
20352
|
+
];
|
|
20353
|
+
}).s("QuickSight_20180401", "UpdateApplicationWithTokenExchangeGrant", {}).n("QuickSightClient", "UpdateApplicationWithTokenExchangeGrantCommand").f(void 0, void 0).ser(se_UpdateApplicationWithTokenExchangeGrantCommand).de(de_UpdateApplicationWithTokenExchangeGrantCommand).build() {
|
|
20354
|
+
};
|
|
20355
|
+
__name(_UpdateApplicationWithTokenExchangeGrantCommand, "UpdateApplicationWithTokenExchangeGrantCommand");
|
|
20356
|
+
var UpdateApplicationWithTokenExchangeGrantCommand = _UpdateApplicationWithTokenExchangeGrantCommand;
|
|
20357
|
+
|
|
19950
20358
|
// src/commands/UpdateBrandAssignmentCommand.ts
|
|
19951
20359
|
|
|
19952
20360
|
|
|
@@ -20129,6 +20537,20 @@ var _UpdateDataSourcePermissionsCommand = class _UpdateDataSourcePermissionsComm
|
|
|
20129
20537
|
__name(_UpdateDataSourcePermissionsCommand, "UpdateDataSourcePermissionsCommand");
|
|
20130
20538
|
var UpdateDataSourcePermissionsCommand = _UpdateDataSourcePermissionsCommand;
|
|
20131
20539
|
|
|
20540
|
+
// src/commands/UpdateDefaultQBusinessApplicationCommand.ts
|
|
20541
|
+
|
|
20542
|
+
|
|
20543
|
+
|
|
20544
|
+
var _UpdateDefaultQBusinessApplicationCommand = class _UpdateDefaultQBusinessApplicationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
20545
|
+
return [
|
|
20546
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
20547
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
20548
|
+
];
|
|
20549
|
+
}).s("QuickSight_20180401", "UpdateDefaultQBusinessApplication", {}).n("QuickSightClient", "UpdateDefaultQBusinessApplicationCommand").f(void 0, void 0).ser(se_UpdateDefaultQBusinessApplicationCommand).de(de_UpdateDefaultQBusinessApplicationCommand).build() {
|
|
20550
|
+
};
|
|
20551
|
+
__name(_UpdateDefaultQBusinessApplicationCommand, "UpdateDefaultQBusinessApplicationCommand");
|
|
20552
|
+
var UpdateDefaultQBusinessApplicationCommand = _UpdateDefaultQBusinessApplicationCommand;
|
|
20553
|
+
|
|
20132
20554
|
// src/commands/UpdateFolderCommand.ts
|
|
20133
20555
|
|
|
20134
20556
|
|
|
@@ -20255,6 +20677,20 @@ var _UpdateQPersonalizationConfigurationCommand = class _UpdateQPersonalizationC
|
|
|
20255
20677
|
__name(_UpdateQPersonalizationConfigurationCommand, "UpdateQPersonalizationConfigurationCommand");
|
|
20256
20678
|
var UpdateQPersonalizationConfigurationCommand = _UpdateQPersonalizationConfigurationCommand;
|
|
20257
20679
|
|
|
20680
|
+
// src/commands/UpdateQuickSightQSearchConfigurationCommand.ts
|
|
20681
|
+
|
|
20682
|
+
|
|
20683
|
+
|
|
20684
|
+
var _UpdateQuickSightQSearchConfigurationCommand = class _UpdateQuickSightQSearchConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
20685
|
+
return [
|
|
20686
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
20687
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
20688
|
+
];
|
|
20689
|
+
}).s("QuickSight_20180401", "UpdateQuickSightQSearchConfiguration", {}).n("QuickSightClient", "UpdateQuickSightQSearchConfigurationCommand").f(void 0, void 0).ser(se_UpdateQuickSightQSearchConfigurationCommand).de(de_UpdateQuickSightQSearchConfigurationCommand).build() {
|
|
20690
|
+
};
|
|
20691
|
+
__name(_UpdateQuickSightQSearchConfigurationCommand, "UpdateQuickSightQSearchConfigurationCommand");
|
|
20692
|
+
var UpdateQuickSightQSearchConfigurationCommand = _UpdateQuickSightQSearchConfigurationCommand;
|
|
20693
|
+
|
|
20258
20694
|
// src/commands/UpdateRefreshScheduleCommand.ts
|
|
20259
20695
|
|
|
20260
20696
|
|
|
@@ -20504,6 +20940,7 @@ var commands = {
|
|
|
20504
20940
|
DeleteDataSetCommand,
|
|
20505
20941
|
DeleteDataSetRefreshPropertiesCommand,
|
|
20506
20942
|
DeleteDataSourceCommand,
|
|
20943
|
+
DeleteDefaultQBusinessApplicationCommand,
|
|
20507
20944
|
DeleteFolderCommand,
|
|
20508
20945
|
DeleteFolderMembershipCommand,
|
|
20509
20946
|
DeleteGroupCommand,
|
|
@@ -20547,6 +20984,7 @@ var commands = {
|
|
|
20547
20984
|
DescribeDataSetRefreshPropertiesCommand,
|
|
20548
20985
|
DescribeDataSourceCommand,
|
|
20549
20986
|
DescribeDataSourcePermissionsCommand,
|
|
20987
|
+
DescribeDefaultQBusinessApplicationCommand,
|
|
20550
20988
|
DescribeFolderCommand,
|
|
20551
20989
|
DescribeFolderPermissionsCommand,
|
|
20552
20990
|
DescribeFolderResolvedPermissionsCommand,
|
|
@@ -20558,6 +20996,7 @@ var commands = {
|
|
|
20558
20996
|
DescribeKeyRegistrationCommand,
|
|
20559
20997
|
DescribeNamespaceCommand,
|
|
20560
20998
|
DescribeQPersonalizationConfigurationCommand,
|
|
20999
|
+
DescribeQuickSightQSearchConfigurationCommand,
|
|
20561
21000
|
DescribeRefreshScheduleCommand,
|
|
20562
21001
|
DescribeRoleCustomPermissionCommand,
|
|
20563
21002
|
DescribeTemplateCommand,
|
|
@@ -20575,6 +21014,7 @@ var commands = {
|
|
|
20575
21014
|
DescribeVPCConnectionCommand,
|
|
20576
21015
|
GenerateEmbedUrlForAnonymousUserCommand,
|
|
20577
21016
|
GenerateEmbedUrlForRegisteredUserCommand,
|
|
21017
|
+
GenerateEmbedUrlForRegisteredUserWithIdentityCommand,
|
|
20578
21018
|
GetDashboardEmbedUrlCommand,
|
|
20579
21019
|
GetSessionEmbedUrlCommand,
|
|
20580
21020
|
ListAnalysesCommand,
|
|
@@ -20611,6 +21051,7 @@ var commands = {
|
|
|
20611
21051
|
ListUserGroupsCommand,
|
|
20612
21052
|
ListUsersCommand,
|
|
20613
21053
|
ListVPCConnectionsCommand,
|
|
21054
|
+
PredictQAResultsCommand,
|
|
20614
21055
|
PutDataSetRefreshPropertiesCommand,
|
|
20615
21056
|
RegisterUserCommand,
|
|
20616
21057
|
RestoreAnalysisCommand,
|
|
@@ -20631,6 +21072,7 @@ var commands = {
|
|
|
20631
21072
|
UpdateAccountSettingsCommand,
|
|
20632
21073
|
UpdateAnalysisCommand,
|
|
20633
21074
|
UpdateAnalysisPermissionsCommand,
|
|
21075
|
+
UpdateApplicationWithTokenExchangeGrantCommand,
|
|
20634
21076
|
UpdateBrandCommand,
|
|
20635
21077
|
UpdateBrandAssignmentCommand,
|
|
20636
21078
|
UpdateBrandPublishedVersionCommand,
|
|
@@ -20644,6 +21086,7 @@ var commands = {
|
|
|
20644
21086
|
UpdateDataSetPermissionsCommand,
|
|
20645
21087
|
UpdateDataSourceCommand,
|
|
20646
21088
|
UpdateDataSourcePermissionsCommand,
|
|
21089
|
+
UpdateDefaultQBusinessApplicationCommand,
|
|
20647
21090
|
UpdateFolderCommand,
|
|
20648
21091
|
UpdateFolderPermissionsCommand,
|
|
20649
21092
|
UpdateGroupCommand,
|
|
@@ -20653,6 +21096,7 @@ var commands = {
|
|
|
20653
21096
|
UpdateKeyRegistrationCommand,
|
|
20654
21097
|
UpdatePublicSharingSettingsCommand,
|
|
20655
21098
|
UpdateQPersonalizationConfigurationCommand,
|
|
21099
|
+
UpdateQuickSightQSearchConfigurationCommand,
|
|
20656
21100
|
UpdateRefreshScheduleCommand,
|
|
20657
21101
|
UpdateRoleCustomPermissionCommand,
|
|
20658
21102
|
UpdateSPICECapacityConfigurationCommand,
|
|
@@ -20867,6 +21311,7 @@ var paginateSearchTopics = (0, import_core.createPaginator)(QuickSightClient, Se
|
|
|
20867
21311
|
DeleteDataSetCommand,
|
|
20868
21312
|
DeleteDataSetRefreshPropertiesCommand,
|
|
20869
21313
|
DeleteDataSourceCommand,
|
|
21314
|
+
DeleteDefaultQBusinessApplicationCommand,
|
|
20870
21315
|
DeleteFolderCommand,
|
|
20871
21316
|
DeleteFolderMembershipCommand,
|
|
20872
21317
|
DeleteGroupCommand,
|
|
@@ -20910,6 +21355,7 @@ var paginateSearchTopics = (0, import_core.createPaginator)(QuickSightClient, Se
|
|
|
20910
21355
|
DescribeDataSetRefreshPropertiesCommand,
|
|
20911
21356
|
DescribeDataSourceCommand,
|
|
20912
21357
|
DescribeDataSourcePermissionsCommand,
|
|
21358
|
+
DescribeDefaultQBusinessApplicationCommand,
|
|
20913
21359
|
DescribeFolderCommand,
|
|
20914
21360
|
DescribeFolderPermissionsCommand,
|
|
20915
21361
|
DescribeFolderResolvedPermissionsCommand,
|
|
@@ -20921,6 +21367,7 @@ var paginateSearchTopics = (0, import_core.createPaginator)(QuickSightClient, Se
|
|
|
20921
21367
|
DescribeKeyRegistrationCommand,
|
|
20922
21368
|
DescribeNamespaceCommand,
|
|
20923
21369
|
DescribeQPersonalizationConfigurationCommand,
|
|
21370
|
+
DescribeQuickSightQSearchConfigurationCommand,
|
|
20924
21371
|
DescribeRefreshScheduleCommand,
|
|
20925
21372
|
DescribeRoleCustomPermissionCommand,
|
|
20926
21373
|
DescribeTemplateAliasCommand,
|
|
@@ -20938,6 +21385,7 @@ var paginateSearchTopics = (0, import_core.createPaginator)(QuickSightClient, Se
|
|
|
20938
21385
|
DescribeVPCConnectionCommand,
|
|
20939
21386
|
GenerateEmbedUrlForAnonymousUserCommand,
|
|
20940
21387
|
GenerateEmbedUrlForRegisteredUserCommand,
|
|
21388
|
+
GenerateEmbedUrlForRegisteredUserWithIdentityCommand,
|
|
20941
21389
|
GetDashboardEmbedUrlCommand,
|
|
20942
21390
|
GetSessionEmbedUrlCommand,
|
|
20943
21391
|
ListAnalysesCommand,
|
|
@@ -20974,6 +21422,7 @@ var paginateSearchTopics = (0, import_core.createPaginator)(QuickSightClient, Se
|
|
|
20974
21422
|
ListUserGroupsCommand,
|
|
20975
21423
|
ListUsersCommand,
|
|
20976
21424
|
ListVPCConnectionsCommand,
|
|
21425
|
+
PredictQAResultsCommand,
|
|
20977
21426
|
PutDataSetRefreshPropertiesCommand,
|
|
20978
21427
|
RegisterUserCommand,
|
|
20979
21428
|
RestoreAnalysisCommand,
|
|
@@ -20994,6 +21443,7 @@ var paginateSearchTopics = (0, import_core.createPaginator)(QuickSightClient, Se
|
|
|
20994
21443
|
UpdateAccountSettingsCommand,
|
|
20995
21444
|
UpdateAnalysisCommand,
|
|
20996
21445
|
UpdateAnalysisPermissionsCommand,
|
|
21446
|
+
UpdateApplicationWithTokenExchangeGrantCommand,
|
|
20997
21447
|
UpdateBrandAssignmentCommand,
|
|
20998
21448
|
UpdateBrandCommand,
|
|
20999
21449
|
UpdateBrandPublishedVersionCommand,
|
|
@@ -21007,6 +21457,7 @@ var paginateSearchTopics = (0, import_core.createPaginator)(QuickSightClient, Se
|
|
|
21007
21457
|
UpdateDataSetPermissionsCommand,
|
|
21008
21458
|
UpdateDataSourceCommand,
|
|
21009
21459
|
UpdateDataSourcePermissionsCommand,
|
|
21460
|
+
UpdateDefaultQBusinessApplicationCommand,
|
|
21010
21461
|
UpdateFolderCommand,
|
|
21011
21462
|
UpdateFolderPermissionsCommand,
|
|
21012
21463
|
UpdateGroupCommand,
|
|
@@ -21016,6 +21467,7 @@ var paginateSearchTopics = (0, import_core.createPaginator)(QuickSightClient, Se
|
|
|
21016
21467
|
UpdateKeyRegistrationCommand,
|
|
21017
21468
|
UpdatePublicSharingSettingsCommand,
|
|
21018
21469
|
UpdateQPersonalizationConfigurationCommand,
|
|
21470
|
+
UpdateQuickSightQSearchConfigurationCommand,
|
|
21019
21471
|
UpdateRefreshScheduleCommand,
|
|
21020
21472
|
UpdateRoleCustomPermissionCommand,
|
|
21021
21473
|
UpdateSPICECapacityConfigurationCommand,
|
|
@@ -21597,6 +22049,7 @@ var paginateSearchTopics = (0, import_core.createPaginator)(QuickSightClient, Se
|
|
|
21597
22049
|
IngestionRequestType,
|
|
21598
22050
|
NamespaceErrorType,
|
|
21599
22051
|
PersonalizationMode,
|
|
22052
|
+
QSearchStatus,
|
|
21600
22053
|
TemplateErrorType,
|
|
21601
22054
|
ThemeType,
|
|
21602
22055
|
ThemeErrorType,
|
|
@@ -21607,12 +22060,16 @@ var paginateSearchTopics = (0, import_core.createPaginator)(QuickSightClient, Se
|
|
|
21607
22060
|
DomainNotWhitelistedException,
|
|
21608
22061
|
EmbeddingIdentityType,
|
|
21609
22062
|
FolderFilterAttribute,
|
|
22063
|
+
GeneratedAnswerStatus,
|
|
21610
22064
|
SessionLifetimeInMinutesInvalidException,
|
|
21611
22065
|
UnsupportedPricingPlanException,
|
|
21612
22066
|
QuickSightUserNotFoundException,
|
|
21613
22067
|
IdentityTypeNotSupportedException,
|
|
21614
22068
|
GroupFilterAttribute,
|
|
21615
22069
|
GroupFilterOperator,
|
|
22070
|
+
IncludeGeneratedAnswer,
|
|
22071
|
+
IncludeQuickSightQIndex,
|
|
22072
|
+
QAResultType,
|
|
21616
22073
|
PurchaseMode,
|
|
21617
22074
|
TopicFilterAttribute,
|
|
21618
22075
|
TopicFilterOperator,
|
|
@@ -21630,12 +22087,17 @@ var paginateSearchTopics = (0, import_core.createPaginator)(QuickSightClient, Se
|
|
|
21630
22087
|
DescribeTemplateResponseFilterSensitiveLog,
|
|
21631
22088
|
DescribeTemplateDefinitionResponseFilterSensitiveLog,
|
|
21632
22089
|
DescribeTopicResponseFilterSensitiveLog,
|
|
22090
|
+
GeneratedAnswerResultFilterSensitiveLog,
|
|
21633
22091
|
SessionTagFilterSensitiveLog,
|
|
21634
22092
|
GenerateEmbedUrlForAnonymousUserRequestFilterSensitiveLog,
|
|
21635
22093
|
GenerateEmbedUrlForAnonymousUserResponseFilterSensitiveLog,
|
|
21636
22094
|
GenerateEmbedUrlForRegisteredUserResponseFilterSensitiveLog,
|
|
22095
|
+
GenerateEmbedUrlForRegisteredUserWithIdentityResponseFilterSensitiveLog,
|
|
21637
22096
|
GetDashboardEmbedUrlResponseFilterSensitiveLog,
|
|
21638
22097
|
GetSessionEmbedUrlResponseFilterSensitiveLog,
|
|
22098
|
+
PredictQAResultsRequestFilterSensitiveLog,
|
|
22099
|
+
QAResultFilterSensitiveLog,
|
|
22100
|
+
PredictQAResultsResponseFilterSensitiveLog,
|
|
21639
22101
|
StartAssetBundleImportJobRequestFilterSensitiveLog,
|
|
21640
22102
|
SnapshotAnonymousUserFilterSensitiveLog,
|
|
21641
22103
|
SnapshotUserConfigurationFilterSensitiveLog,
|