@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
|
@@ -193,6 +193,10 @@ import {
|
|
|
193
193
|
DeleteDataSourceCommandInput,
|
|
194
194
|
DeleteDataSourceCommandOutput,
|
|
195
195
|
} from "./commands/DeleteDataSourceCommand";
|
|
196
|
+
import {
|
|
197
|
+
DeleteDefaultQBusinessApplicationCommandInput,
|
|
198
|
+
DeleteDefaultQBusinessApplicationCommandOutput,
|
|
199
|
+
} from "./commands/DeleteDefaultQBusinessApplicationCommand";
|
|
196
200
|
import {
|
|
197
201
|
DeleteFolderCommandInput,
|
|
198
202
|
DeleteFolderCommandOutput,
|
|
@@ -365,6 +369,10 @@ import {
|
|
|
365
369
|
DescribeDataSourcePermissionsCommandInput,
|
|
366
370
|
DescribeDataSourcePermissionsCommandOutput,
|
|
367
371
|
} from "./commands/DescribeDataSourcePermissionsCommand";
|
|
372
|
+
import {
|
|
373
|
+
DescribeDefaultQBusinessApplicationCommandInput,
|
|
374
|
+
DescribeDefaultQBusinessApplicationCommandOutput,
|
|
375
|
+
} from "./commands/DescribeDefaultQBusinessApplicationCommand";
|
|
368
376
|
import {
|
|
369
377
|
DescribeFolderCommandInput,
|
|
370
378
|
DescribeFolderCommandOutput,
|
|
@@ -409,6 +417,10 @@ import {
|
|
|
409
417
|
DescribeQPersonalizationConfigurationCommandInput,
|
|
410
418
|
DescribeQPersonalizationConfigurationCommandOutput,
|
|
411
419
|
} from "./commands/DescribeQPersonalizationConfigurationCommand";
|
|
420
|
+
import {
|
|
421
|
+
DescribeQuickSightQSearchConfigurationCommandInput,
|
|
422
|
+
DescribeQuickSightQSearchConfigurationCommandOutput,
|
|
423
|
+
} from "./commands/DescribeQuickSightQSearchConfigurationCommand";
|
|
412
424
|
import {
|
|
413
425
|
DescribeRefreshScheduleCommandInput,
|
|
414
426
|
DescribeRefreshScheduleCommandOutput,
|
|
@@ -477,6 +489,10 @@ import {
|
|
|
477
489
|
GenerateEmbedUrlForRegisteredUserCommandInput,
|
|
478
490
|
GenerateEmbedUrlForRegisteredUserCommandOutput,
|
|
479
491
|
} from "./commands/GenerateEmbedUrlForRegisteredUserCommand";
|
|
492
|
+
import {
|
|
493
|
+
GenerateEmbedUrlForRegisteredUserWithIdentityCommandInput,
|
|
494
|
+
GenerateEmbedUrlForRegisteredUserWithIdentityCommandOutput,
|
|
495
|
+
} from "./commands/GenerateEmbedUrlForRegisteredUserWithIdentityCommand";
|
|
480
496
|
import {
|
|
481
497
|
GetDashboardEmbedUrlCommandInput,
|
|
482
498
|
GetDashboardEmbedUrlCommandOutput,
|
|
@@ -621,6 +637,10 @@ import {
|
|
|
621
637
|
ListVPCConnectionsCommandInput,
|
|
622
638
|
ListVPCConnectionsCommandOutput,
|
|
623
639
|
} from "./commands/ListVPCConnectionsCommand";
|
|
640
|
+
import {
|
|
641
|
+
PredictQAResultsCommandInput,
|
|
642
|
+
PredictQAResultsCommandOutput,
|
|
643
|
+
} from "./commands/PredictQAResultsCommand";
|
|
624
644
|
import {
|
|
625
645
|
PutDataSetRefreshPropertiesCommandInput,
|
|
626
646
|
PutDataSetRefreshPropertiesCommandOutput,
|
|
@@ -701,6 +721,10 @@ import {
|
|
|
701
721
|
UpdateAnalysisPermissionsCommandInput,
|
|
702
722
|
UpdateAnalysisPermissionsCommandOutput,
|
|
703
723
|
} from "./commands/UpdateAnalysisPermissionsCommand";
|
|
724
|
+
import {
|
|
725
|
+
UpdateApplicationWithTokenExchangeGrantCommandInput,
|
|
726
|
+
UpdateApplicationWithTokenExchangeGrantCommandOutput,
|
|
727
|
+
} from "./commands/UpdateApplicationWithTokenExchangeGrantCommand";
|
|
704
728
|
import {
|
|
705
729
|
UpdateBrandAssignmentCommandInput,
|
|
706
730
|
UpdateBrandAssignmentCommandOutput,
|
|
@@ -753,6 +777,10 @@ import {
|
|
|
753
777
|
UpdateDataSourcePermissionsCommandInput,
|
|
754
778
|
UpdateDataSourcePermissionsCommandOutput,
|
|
755
779
|
} from "./commands/UpdateDataSourcePermissionsCommand";
|
|
780
|
+
import {
|
|
781
|
+
UpdateDefaultQBusinessApplicationCommandInput,
|
|
782
|
+
UpdateDefaultQBusinessApplicationCommandOutput,
|
|
783
|
+
} from "./commands/UpdateDefaultQBusinessApplicationCommand";
|
|
756
784
|
import {
|
|
757
785
|
UpdateFolderCommandInput,
|
|
758
786
|
UpdateFolderCommandOutput,
|
|
@@ -789,6 +817,10 @@ import {
|
|
|
789
817
|
UpdateQPersonalizationConfigurationCommandInput,
|
|
790
818
|
UpdateQPersonalizationConfigurationCommandOutput,
|
|
791
819
|
} from "./commands/UpdateQPersonalizationConfigurationCommand";
|
|
820
|
+
import {
|
|
821
|
+
UpdateQuickSightQSearchConfigurationCommandInput,
|
|
822
|
+
UpdateQuickSightQSearchConfigurationCommandOutput,
|
|
823
|
+
} from "./commands/UpdateQuickSightQSearchConfigurationCommand";
|
|
792
824
|
import {
|
|
793
825
|
UpdateRefreshScheduleCommandInput,
|
|
794
826
|
UpdateRefreshScheduleCommandOutput,
|
|
@@ -894,6 +926,7 @@ export type ServiceInputTypes =
|
|
|
894
926
|
| DeleteDataSetCommandInput
|
|
895
927
|
| DeleteDataSetRefreshPropertiesCommandInput
|
|
896
928
|
| DeleteDataSourceCommandInput
|
|
929
|
+
| DeleteDefaultQBusinessApplicationCommandInput
|
|
897
930
|
| DeleteFolderCommandInput
|
|
898
931
|
| DeleteFolderMembershipCommandInput
|
|
899
932
|
| DeleteGroupCommandInput
|
|
@@ -937,6 +970,7 @@ export type ServiceInputTypes =
|
|
|
937
970
|
| DescribeDataSetRefreshPropertiesCommandInput
|
|
938
971
|
| DescribeDataSourceCommandInput
|
|
939
972
|
| DescribeDataSourcePermissionsCommandInput
|
|
973
|
+
| DescribeDefaultQBusinessApplicationCommandInput
|
|
940
974
|
| DescribeFolderCommandInput
|
|
941
975
|
| DescribeFolderPermissionsCommandInput
|
|
942
976
|
| DescribeFolderResolvedPermissionsCommandInput
|
|
@@ -948,6 +982,7 @@ export type ServiceInputTypes =
|
|
|
948
982
|
| DescribeKeyRegistrationCommandInput
|
|
949
983
|
| DescribeNamespaceCommandInput
|
|
950
984
|
| DescribeQPersonalizationConfigurationCommandInput
|
|
985
|
+
| DescribeQuickSightQSearchConfigurationCommandInput
|
|
951
986
|
| DescribeRefreshScheduleCommandInput
|
|
952
987
|
| DescribeRoleCustomPermissionCommandInput
|
|
953
988
|
| DescribeTemplateAliasCommandInput
|
|
@@ -965,6 +1000,7 @@ export type ServiceInputTypes =
|
|
|
965
1000
|
| DescribeVPCConnectionCommandInput
|
|
966
1001
|
| GenerateEmbedUrlForAnonymousUserCommandInput
|
|
967
1002
|
| GenerateEmbedUrlForRegisteredUserCommandInput
|
|
1003
|
+
| GenerateEmbedUrlForRegisteredUserWithIdentityCommandInput
|
|
968
1004
|
| GetDashboardEmbedUrlCommandInput
|
|
969
1005
|
| GetSessionEmbedUrlCommandInput
|
|
970
1006
|
| ListAnalysesCommandInput
|
|
@@ -1001,6 +1037,7 @@ export type ServiceInputTypes =
|
|
|
1001
1037
|
| ListUserGroupsCommandInput
|
|
1002
1038
|
| ListUsersCommandInput
|
|
1003
1039
|
| ListVPCConnectionsCommandInput
|
|
1040
|
+
| PredictQAResultsCommandInput
|
|
1004
1041
|
| PutDataSetRefreshPropertiesCommandInput
|
|
1005
1042
|
| RegisterUserCommandInput
|
|
1006
1043
|
| RestoreAnalysisCommandInput
|
|
@@ -1021,6 +1058,7 @@ export type ServiceInputTypes =
|
|
|
1021
1058
|
| UpdateAccountSettingsCommandInput
|
|
1022
1059
|
| UpdateAnalysisCommandInput
|
|
1023
1060
|
| UpdateAnalysisPermissionsCommandInput
|
|
1061
|
+
| UpdateApplicationWithTokenExchangeGrantCommandInput
|
|
1024
1062
|
| UpdateBrandAssignmentCommandInput
|
|
1025
1063
|
| UpdateBrandCommandInput
|
|
1026
1064
|
| UpdateBrandPublishedVersionCommandInput
|
|
@@ -1034,6 +1072,7 @@ export type ServiceInputTypes =
|
|
|
1034
1072
|
| UpdateDataSetPermissionsCommandInput
|
|
1035
1073
|
| UpdateDataSourceCommandInput
|
|
1036
1074
|
| UpdateDataSourcePermissionsCommandInput
|
|
1075
|
+
| UpdateDefaultQBusinessApplicationCommandInput
|
|
1037
1076
|
| UpdateFolderCommandInput
|
|
1038
1077
|
| UpdateFolderPermissionsCommandInput
|
|
1039
1078
|
| UpdateGroupCommandInput
|
|
@@ -1043,6 +1082,7 @@ export type ServiceInputTypes =
|
|
|
1043
1082
|
| UpdateKeyRegistrationCommandInput
|
|
1044
1083
|
| UpdatePublicSharingSettingsCommandInput
|
|
1045
1084
|
| UpdateQPersonalizationConfigurationCommandInput
|
|
1085
|
+
| UpdateQuickSightQSearchConfigurationCommandInput
|
|
1046
1086
|
| UpdateRefreshScheduleCommandInput
|
|
1047
1087
|
| UpdateRoleCustomPermissionCommandInput
|
|
1048
1088
|
| UpdateSPICECapacityConfigurationCommandInput
|
|
@@ -1096,6 +1136,7 @@ export type ServiceOutputTypes =
|
|
|
1096
1136
|
| DeleteDataSetCommandOutput
|
|
1097
1137
|
| DeleteDataSetRefreshPropertiesCommandOutput
|
|
1098
1138
|
| DeleteDataSourceCommandOutput
|
|
1139
|
+
| DeleteDefaultQBusinessApplicationCommandOutput
|
|
1099
1140
|
| DeleteFolderCommandOutput
|
|
1100
1141
|
| DeleteFolderMembershipCommandOutput
|
|
1101
1142
|
| DeleteGroupCommandOutput
|
|
@@ -1139,6 +1180,7 @@ export type ServiceOutputTypes =
|
|
|
1139
1180
|
| DescribeDataSetRefreshPropertiesCommandOutput
|
|
1140
1181
|
| DescribeDataSourceCommandOutput
|
|
1141
1182
|
| DescribeDataSourcePermissionsCommandOutput
|
|
1183
|
+
| DescribeDefaultQBusinessApplicationCommandOutput
|
|
1142
1184
|
| DescribeFolderCommandOutput
|
|
1143
1185
|
| DescribeFolderPermissionsCommandOutput
|
|
1144
1186
|
| DescribeFolderResolvedPermissionsCommandOutput
|
|
@@ -1150,6 +1192,7 @@ export type ServiceOutputTypes =
|
|
|
1150
1192
|
| DescribeKeyRegistrationCommandOutput
|
|
1151
1193
|
| DescribeNamespaceCommandOutput
|
|
1152
1194
|
| DescribeQPersonalizationConfigurationCommandOutput
|
|
1195
|
+
| DescribeQuickSightQSearchConfigurationCommandOutput
|
|
1153
1196
|
| DescribeRefreshScheduleCommandOutput
|
|
1154
1197
|
| DescribeRoleCustomPermissionCommandOutput
|
|
1155
1198
|
| DescribeTemplateAliasCommandOutput
|
|
@@ -1167,6 +1210,7 @@ export type ServiceOutputTypes =
|
|
|
1167
1210
|
| DescribeVPCConnectionCommandOutput
|
|
1168
1211
|
| GenerateEmbedUrlForAnonymousUserCommandOutput
|
|
1169
1212
|
| GenerateEmbedUrlForRegisteredUserCommandOutput
|
|
1213
|
+
| GenerateEmbedUrlForRegisteredUserWithIdentityCommandOutput
|
|
1170
1214
|
| GetDashboardEmbedUrlCommandOutput
|
|
1171
1215
|
| GetSessionEmbedUrlCommandOutput
|
|
1172
1216
|
| ListAnalysesCommandOutput
|
|
@@ -1203,6 +1247,7 @@ export type ServiceOutputTypes =
|
|
|
1203
1247
|
| ListUserGroupsCommandOutput
|
|
1204
1248
|
| ListUsersCommandOutput
|
|
1205
1249
|
| ListVPCConnectionsCommandOutput
|
|
1250
|
+
| PredictQAResultsCommandOutput
|
|
1206
1251
|
| PutDataSetRefreshPropertiesCommandOutput
|
|
1207
1252
|
| RegisterUserCommandOutput
|
|
1208
1253
|
| RestoreAnalysisCommandOutput
|
|
@@ -1223,6 +1268,7 @@ export type ServiceOutputTypes =
|
|
|
1223
1268
|
| UpdateAccountSettingsCommandOutput
|
|
1224
1269
|
| UpdateAnalysisCommandOutput
|
|
1225
1270
|
| UpdateAnalysisPermissionsCommandOutput
|
|
1271
|
+
| UpdateApplicationWithTokenExchangeGrantCommandOutput
|
|
1226
1272
|
| UpdateBrandAssignmentCommandOutput
|
|
1227
1273
|
| UpdateBrandCommandOutput
|
|
1228
1274
|
| UpdateBrandPublishedVersionCommandOutput
|
|
@@ -1236,6 +1282,7 @@ export type ServiceOutputTypes =
|
|
|
1236
1282
|
| UpdateDataSetPermissionsCommandOutput
|
|
1237
1283
|
| UpdateDataSourceCommandOutput
|
|
1238
1284
|
| UpdateDataSourcePermissionsCommandOutput
|
|
1285
|
+
| UpdateDefaultQBusinessApplicationCommandOutput
|
|
1239
1286
|
| UpdateFolderCommandOutput
|
|
1240
1287
|
| UpdateFolderPermissionsCommandOutput
|
|
1241
1288
|
| UpdateGroupCommandOutput
|
|
@@ -1245,6 +1292,7 @@ export type ServiceOutputTypes =
|
|
|
1245
1292
|
| UpdateKeyRegistrationCommandOutput
|
|
1246
1293
|
| UpdatePublicSharingSettingsCommandOutput
|
|
1247
1294
|
| UpdateQPersonalizationConfigurationCommandOutput
|
|
1295
|
+
| UpdateQuickSightQSearchConfigurationCommandOutput
|
|
1248
1296
|
| UpdateRefreshScheduleCommandOutput
|
|
1249
1297
|
| UpdateRoleCustomPermissionCommandOutput
|
|
1250
1298
|
| UpdateSPICECapacityConfigurationCommandOutput
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
DeleteDefaultQBusinessApplicationRequest,
|
|
5
|
+
DeleteDefaultQBusinessApplicationResponse,
|
|
6
|
+
} from "../models/models_3";
|
|
7
|
+
import {
|
|
8
|
+
QuickSightClientResolvedConfig,
|
|
9
|
+
ServiceInputTypes,
|
|
10
|
+
ServiceOutputTypes,
|
|
11
|
+
} from "../QuickSightClient";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface DeleteDefaultQBusinessApplicationCommandInput
|
|
15
|
+
extends DeleteDefaultQBusinessApplicationRequest {}
|
|
16
|
+
export interface DeleteDefaultQBusinessApplicationCommandOutput
|
|
17
|
+
extends DeleteDefaultQBusinessApplicationResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const DeleteDefaultQBusinessApplicationCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: DeleteDefaultQBusinessApplicationCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
DeleteDefaultQBusinessApplicationCommandInput,
|
|
24
|
+
DeleteDefaultQBusinessApplicationCommandOutput,
|
|
25
|
+
QuickSightClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
__0_0: DeleteDefaultQBusinessApplicationCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
DeleteDefaultQBusinessApplicationCommandInput,
|
|
33
|
+
DeleteDefaultQBusinessApplicationCommandOutput,
|
|
34
|
+
QuickSightClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class DeleteDefaultQBusinessApplicationCommand extends DeleteDefaultQBusinessApplicationCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DeleteDefaultQBusinessApplicationRequest;
|
|
44
|
+
output: DeleteDefaultQBusinessApplicationResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DeleteDefaultQBusinessApplicationCommandInput;
|
|
48
|
+
output: DeleteDefaultQBusinessApplicationCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
3
3
|
import {
|
|
4
4
|
DescribeAnalysisPermissionsRequest,
|
|
5
5
|
DescribeAnalysisPermissionsResponse,
|
|
6
|
-
} from "../models/
|
|
6
|
+
} from "../models/models_4";
|
|
7
7
|
import {
|
|
8
8
|
QuickSightClientResolvedConfig,
|
|
9
9
|
ServiceInputTypes,
|
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
|
|
3
|
+
import {
|
|
4
|
+
DescribeAssetBundleExportJobRequest,
|
|
5
|
+
DescribeAssetBundleExportJobResponse,
|
|
6
|
+
} from "../models/models_4";
|
|
5
7
|
import {
|
|
6
8
|
QuickSightClientResolvedConfig,
|
|
7
9
|
ServiceInputTypes,
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
DescribeDefaultQBusinessApplicationRequest,
|
|
5
|
+
DescribeDefaultQBusinessApplicationResponse,
|
|
6
|
+
} from "../models/models_4";
|
|
7
|
+
import {
|
|
8
|
+
QuickSightClientResolvedConfig,
|
|
9
|
+
ServiceInputTypes,
|
|
10
|
+
ServiceOutputTypes,
|
|
11
|
+
} from "../QuickSightClient";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface DescribeDefaultQBusinessApplicationCommandInput
|
|
15
|
+
extends DescribeDefaultQBusinessApplicationRequest {}
|
|
16
|
+
export interface DescribeDefaultQBusinessApplicationCommandOutput
|
|
17
|
+
extends DescribeDefaultQBusinessApplicationResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const DescribeDefaultQBusinessApplicationCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: DescribeDefaultQBusinessApplicationCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
DescribeDefaultQBusinessApplicationCommandInput,
|
|
24
|
+
DescribeDefaultQBusinessApplicationCommandOutput,
|
|
25
|
+
QuickSightClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
__0_0: DescribeDefaultQBusinessApplicationCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
DescribeDefaultQBusinessApplicationCommandInput,
|
|
33
|
+
DescribeDefaultQBusinessApplicationCommandOutput,
|
|
34
|
+
QuickSightClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class DescribeDefaultQBusinessApplicationCommand extends DescribeDefaultQBusinessApplicationCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DescribeDefaultQBusinessApplicationRequest;
|
|
44
|
+
output: DescribeDefaultQBusinessApplicationResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribeDefaultQBusinessApplicationCommandInput;
|
|
48
|
+
output: DescribeDefaultQBusinessApplicationCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
DescribeQuickSightQSearchConfigurationRequest,
|
|
5
|
+
DescribeQuickSightQSearchConfigurationResponse,
|
|
6
|
+
} from "../models/models_4";
|
|
7
|
+
import {
|
|
8
|
+
QuickSightClientResolvedConfig,
|
|
9
|
+
ServiceInputTypes,
|
|
10
|
+
ServiceOutputTypes,
|
|
11
|
+
} from "../QuickSightClient";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface DescribeQuickSightQSearchConfigurationCommandInput
|
|
15
|
+
extends DescribeQuickSightQSearchConfigurationRequest {}
|
|
16
|
+
export interface DescribeQuickSightQSearchConfigurationCommandOutput
|
|
17
|
+
extends DescribeQuickSightQSearchConfigurationResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const DescribeQuickSightQSearchConfigurationCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: DescribeQuickSightQSearchConfigurationCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
DescribeQuickSightQSearchConfigurationCommandInput,
|
|
24
|
+
DescribeQuickSightQSearchConfigurationCommandOutput,
|
|
25
|
+
QuickSightClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
__0_0: DescribeQuickSightQSearchConfigurationCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
DescribeQuickSightQSearchConfigurationCommandInput,
|
|
33
|
+
DescribeQuickSightQSearchConfigurationCommandOutput,
|
|
34
|
+
QuickSightClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class DescribeQuickSightQSearchConfigurationCommand extends DescribeQuickSightQSearchConfigurationCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DescribeQuickSightQSearchConfigurationRequest;
|
|
44
|
+
output: DescribeQuickSightQSearchConfigurationResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribeQuickSightQSearchConfigurationCommandInput;
|
|
48
|
+
output: DescribeQuickSightQSearchConfigurationCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
GenerateEmbedUrlForRegisteredUserWithIdentityRequest,
|
|
5
|
+
GenerateEmbedUrlForRegisteredUserWithIdentityResponse,
|
|
6
|
+
} from "../models/models_4";
|
|
7
|
+
import {
|
|
8
|
+
QuickSightClientResolvedConfig,
|
|
9
|
+
ServiceInputTypes,
|
|
10
|
+
ServiceOutputTypes,
|
|
11
|
+
} from "../QuickSightClient";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface GenerateEmbedUrlForRegisteredUserWithIdentityCommandInput
|
|
15
|
+
extends GenerateEmbedUrlForRegisteredUserWithIdentityRequest {}
|
|
16
|
+
export interface GenerateEmbedUrlForRegisteredUserWithIdentityCommandOutput
|
|
17
|
+
extends GenerateEmbedUrlForRegisteredUserWithIdentityResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const GenerateEmbedUrlForRegisteredUserWithIdentityCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: GenerateEmbedUrlForRegisteredUserWithIdentityCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
GenerateEmbedUrlForRegisteredUserWithIdentityCommandInput,
|
|
24
|
+
GenerateEmbedUrlForRegisteredUserWithIdentityCommandOutput,
|
|
25
|
+
QuickSightClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
__0_0: GenerateEmbedUrlForRegisteredUserWithIdentityCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
GenerateEmbedUrlForRegisteredUserWithIdentityCommandInput,
|
|
33
|
+
GenerateEmbedUrlForRegisteredUserWithIdentityCommandOutput,
|
|
34
|
+
QuickSightClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class GenerateEmbedUrlForRegisteredUserWithIdentityCommand extends GenerateEmbedUrlForRegisteredUserWithIdentityCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GenerateEmbedUrlForRegisteredUserWithIdentityRequest;
|
|
44
|
+
output: GenerateEmbedUrlForRegisteredUserWithIdentityResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GenerateEmbedUrlForRegisteredUserWithIdentityCommandInput;
|
|
48
|
+
output: GenerateEmbedUrlForRegisteredUserWithIdentityCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
PredictQAResultsRequest,
|
|
5
|
+
PredictQAResultsResponse,
|
|
6
|
+
} from "../models/models_4";
|
|
7
|
+
import {
|
|
8
|
+
QuickSightClientResolvedConfig,
|
|
9
|
+
ServiceInputTypes,
|
|
10
|
+
ServiceOutputTypes,
|
|
11
|
+
} from "../QuickSightClient";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface PredictQAResultsCommandInput extends PredictQAResultsRequest {}
|
|
15
|
+
export interface PredictQAResultsCommandOutput
|
|
16
|
+
extends PredictQAResultsResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
declare const PredictQAResultsCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: PredictQAResultsCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
22
|
+
PredictQAResultsCommandInput,
|
|
23
|
+
PredictQAResultsCommandOutput,
|
|
24
|
+
QuickSightClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
27
|
+
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: PredictQAResultsCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
PredictQAResultsCommandInput,
|
|
32
|
+
PredictQAResultsCommandOutput,
|
|
33
|
+
QuickSightClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
37
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
|
+
};
|
|
39
|
+
export declare class PredictQAResultsCommand extends PredictQAResultsCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: PredictQAResultsRequest;
|
|
43
|
+
output: PredictQAResultsResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: PredictQAResultsCommandInput;
|
|
47
|
+
output: PredictQAResultsCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
UpdateApplicationWithTokenExchangeGrantRequest,
|
|
5
|
+
UpdateApplicationWithTokenExchangeGrantResponse,
|
|
6
|
+
} from "../models/models_4";
|
|
7
|
+
import {
|
|
8
|
+
QuickSightClientResolvedConfig,
|
|
9
|
+
ServiceInputTypes,
|
|
10
|
+
ServiceOutputTypes,
|
|
11
|
+
} from "../QuickSightClient";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface UpdateApplicationWithTokenExchangeGrantCommandInput
|
|
15
|
+
extends UpdateApplicationWithTokenExchangeGrantRequest {}
|
|
16
|
+
export interface UpdateApplicationWithTokenExchangeGrantCommandOutput
|
|
17
|
+
extends UpdateApplicationWithTokenExchangeGrantResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const UpdateApplicationWithTokenExchangeGrantCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: UpdateApplicationWithTokenExchangeGrantCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
UpdateApplicationWithTokenExchangeGrantCommandInput,
|
|
24
|
+
UpdateApplicationWithTokenExchangeGrantCommandOutput,
|
|
25
|
+
QuickSightClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
__0_0: UpdateApplicationWithTokenExchangeGrantCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
UpdateApplicationWithTokenExchangeGrantCommandInput,
|
|
33
|
+
UpdateApplicationWithTokenExchangeGrantCommandOutput,
|
|
34
|
+
QuickSightClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class UpdateApplicationWithTokenExchangeGrantCommand extends UpdateApplicationWithTokenExchangeGrantCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: UpdateApplicationWithTokenExchangeGrantRequest;
|
|
44
|
+
output: UpdateApplicationWithTokenExchangeGrantResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: UpdateApplicationWithTokenExchangeGrantCommandInput;
|
|
48
|
+
output: UpdateApplicationWithTokenExchangeGrantCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
3
3
|
import {
|
|
4
4
|
UpdateBrandAssignmentRequest,
|
|
5
5
|
UpdateBrandAssignmentResponse,
|
|
6
|
-
} from "../models/
|
|
6
|
+
} from "../models/models_5";
|
|
7
7
|
import {
|
|
8
8
|
QuickSightClientResolvedConfig,
|
|
9
9
|
ServiceInputTypes,
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { UpdateBrandRequest
|
|
3
|
+
import { UpdateBrandRequest } from "../models/models_4";
|
|
4
|
+
import { UpdateBrandResponse } from "../models/models_5";
|
|
4
5
|
import {
|
|
5
6
|
QuickSightClientResolvedConfig,
|
|
6
7
|
ServiceInputTypes,
|
|
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
3
3
|
import {
|
|
4
4
|
UpdateBrandPublishedVersionRequest,
|
|
5
5
|
UpdateBrandPublishedVersionResponse,
|
|
6
|
-
} from "../models/
|
|
6
|
+
} from "../models/models_5";
|
|
7
7
|
import {
|
|
8
8
|
QuickSightClientResolvedConfig,
|
|
9
9
|
ServiceInputTypes,
|
|
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
3
3
|
import {
|
|
4
4
|
UpdateCustomPermissionsRequest,
|
|
5
5
|
UpdateCustomPermissionsResponse,
|
|
6
|
-
} from "../models/
|
|
6
|
+
} from "../models/models_5";
|
|
7
7
|
import {
|
|
8
8
|
QuickSightClientResolvedConfig,
|
|
9
9
|
ServiceInputTypes,
|
|
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
3
3
|
import {
|
|
4
4
|
UpdateDashboardLinksRequest,
|
|
5
5
|
UpdateDashboardLinksResponse,
|
|
6
|
-
} from "../models/
|
|
6
|
+
} from "../models/models_5";
|
|
7
7
|
import {
|
|
8
8
|
QuickSightClientResolvedConfig,
|
|
9
9
|
ServiceInputTypes,
|
|
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
3
3
|
import {
|
|
4
4
|
UpdateDashboardPermissionsRequest,
|
|
5
5
|
UpdateDashboardPermissionsResponse,
|
|
6
|
-
} from "../models/
|
|
6
|
+
} from "../models/models_5";
|
|
7
7
|
import {
|
|
8
8
|
QuickSightClientResolvedConfig,
|
|
9
9
|
ServiceInputTypes,
|
|
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
3
3
|
import {
|
|
4
4
|
UpdateDashboardPublishedVersionRequest,
|
|
5
5
|
UpdateDashboardPublishedVersionResponse,
|
|
6
|
-
} from "../models/
|
|
6
|
+
} from "../models/models_5";
|
|
7
7
|
import {
|
|
8
8
|
QuickSightClientResolvedConfig,
|
|
9
9
|
ServiceInputTypes,
|
|
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
3
3
|
import {
|
|
4
4
|
UpdateDashboardsQAConfigurationRequest,
|
|
5
5
|
UpdateDashboardsQAConfigurationResponse,
|
|
6
|
-
} from "../models/
|
|
6
|
+
} from "../models/models_5";
|
|
7
7
|
import {
|
|
8
8
|
QuickSightClientResolvedConfig,
|
|
9
9
|
ServiceInputTypes,
|
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
|
|
3
|
+
import {
|
|
4
|
+
UpdateDataSetPermissionsRequest,
|
|
5
|
+
UpdateDataSetPermissionsResponse,
|
|
6
|
+
} from "../models/models_5";
|
|
5
7
|
import {
|
|
6
8
|
QuickSightClientResolvedConfig,
|
|
7
9
|
ServiceInputTypes,
|