@aws-sdk/client-quicksight 3.699.0 → 3.705.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 +1 -1
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
UpdateDefaultQBusinessApplicationRequest,
|
|
5
|
+
UpdateDefaultQBusinessApplicationResponse,
|
|
6
|
+
} from "../models/models_5";
|
|
7
|
+
import {
|
|
8
|
+
QuickSightClientResolvedConfig,
|
|
9
|
+
ServiceInputTypes,
|
|
10
|
+
ServiceOutputTypes,
|
|
11
|
+
} from "../QuickSightClient";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface UpdateDefaultQBusinessApplicationCommandInput
|
|
15
|
+
extends UpdateDefaultQBusinessApplicationRequest {}
|
|
16
|
+
export interface UpdateDefaultQBusinessApplicationCommandOutput
|
|
17
|
+
extends UpdateDefaultQBusinessApplicationResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const UpdateDefaultQBusinessApplicationCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: UpdateDefaultQBusinessApplicationCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
UpdateDefaultQBusinessApplicationCommandInput,
|
|
24
|
+
UpdateDefaultQBusinessApplicationCommandOutput,
|
|
25
|
+
QuickSightClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
__0_0: UpdateDefaultQBusinessApplicationCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
UpdateDefaultQBusinessApplicationCommandInput,
|
|
33
|
+
UpdateDefaultQBusinessApplicationCommandOutput,
|
|
34
|
+
QuickSightClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class UpdateDefaultQBusinessApplicationCommand extends UpdateDefaultQBusinessApplicationCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: UpdateDefaultQBusinessApplicationRequest;
|
|
44
|
+
output: UpdateDefaultQBusinessApplicationResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: UpdateDefaultQBusinessApplicationCommandInput;
|
|
48
|
+
output: UpdateDefaultQBusinessApplicationCommandOutput;
|
|
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
|
+
UpdateQuickSightQSearchConfigurationRequest,
|
|
5
|
+
UpdateQuickSightQSearchConfigurationResponse,
|
|
6
|
+
} from "../models/models_5";
|
|
7
|
+
import {
|
|
8
|
+
QuickSightClientResolvedConfig,
|
|
9
|
+
ServiceInputTypes,
|
|
10
|
+
ServiceOutputTypes,
|
|
11
|
+
} from "../QuickSightClient";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface UpdateQuickSightQSearchConfigurationCommandInput
|
|
15
|
+
extends UpdateQuickSightQSearchConfigurationRequest {}
|
|
16
|
+
export interface UpdateQuickSightQSearchConfigurationCommandOutput
|
|
17
|
+
extends UpdateQuickSightQSearchConfigurationResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const UpdateQuickSightQSearchConfigurationCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: UpdateQuickSightQSearchConfigurationCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
UpdateQuickSightQSearchConfigurationCommandInput,
|
|
24
|
+
UpdateQuickSightQSearchConfigurationCommandOutput,
|
|
25
|
+
QuickSightClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
__0_0: UpdateQuickSightQSearchConfigurationCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
UpdateQuickSightQSearchConfigurationCommandInput,
|
|
33
|
+
UpdateQuickSightQSearchConfigurationCommandOutput,
|
|
34
|
+
QuickSightClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class UpdateQuickSightQSearchConfigurationCommand extends UpdateQuickSightQSearchConfigurationCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: UpdateQuickSightQSearchConfigurationRequest;
|
|
44
|
+
output: UpdateQuickSightQSearchConfigurationResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: UpdateQuickSightQSearchConfigurationCommandInput;
|
|
48
|
+
output: UpdateQuickSightQSearchConfigurationCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -35,6 +35,7 @@ export * from "./DeleteDashboardCommand";
|
|
|
35
35
|
export * from "./DeleteDataSetCommand";
|
|
36
36
|
export * from "./DeleteDataSetRefreshPropertiesCommand";
|
|
37
37
|
export * from "./DeleteDataSourceCommand";
|
|
38
|
+
export * from "./DeleteDefaultQBusinessApplicationCommand";
|
|
38
39
|
export * from "./DeleteFolderCommand";
|
|
39
40
|
export * from "./DeleteFolderMembershipCommand";
|
|
40
41
|
export * from "./DeleteGroupCommand";
|
|
@@ -78,6 +79,7 @@ export * from "./DescribeDataSetPermissionsCommand";
|
|
|
78
79
|
export * from "./DescribeDataSetRefreshPropertiesCommand";
|
|
79
80
|
export * from "./DescribeDataSourceCommand";
|
|
80
81
|
export * from "./DescribeDataSourcePermissionsCommand";
|
|
82
|
+
export * from "./DescribeDefaultQBusinessApplicationCommand";
|
|
81
83
|
export * from "./DescribeFolderCommand";
|
|
82
84
|
export * from "./DescribeFolderPermissionsCommand";
|
|
83
85
|
export * from "./DescribeFolderResolvedPermissionsCommand";
|
|
@@ -89,6 +91,7 @@ export * from "./DescribeIpRestrictionCommand";
|
|
|
89
91
|
export * from "./DescribeKeyRegistrationCommand";
|
|
90
92
|
export * from "./DescribeNamespaceCommand";
|
|
91
93
|
export * from "./DescribeQPersonalizationConfigurationCommand";
|
|
94
|
+
export * from "./DescribeQuickSightQSearchConfigurationCommand";
|
|
92
95
|
export * from "./DescribeRefreshScheduleCommand";
|
|
93
96
|
export * from "./DescribeRoleCustomPermissionCommand";
|
|
94
97
|
export * from "./DescribeTemplateAliasCommand";
|
|
@@ -106,6 +109,7 @@ export * from "./DescribeUserCommand";
|
|
|
106
109
|
export * from "./DescribeVPCConnectionCommand";
|
|
107
110
|
export * from "./GenerateEmbedUrlForAnonymousUserCommand";
|
|
108
111
|
export * from "./GenerateEmbedUrlForRegisteredUserCommand";
|
|
112
|
+
export * from "./GenerateEmbedUrlForRegisteredUserWithIdentityCommand";
|
|
109
113
|
export * from "./GetDashboardEmbedUrlCommand";
|
|
110
114
|
export * from "./GetSessionEmbedUrlCommand";
|
|
111
115
|
export * from "./ListAnalysesCommand";
|
|
@@ -142,6 +146,7 @@ export * from "./ListTopicsCommand";
|
|
|
142
146
|
export * from "./ListUserGroupsCommand";
|
|
143
147
|
export * from "./ListUsersCommand";
|
|
144
148
|
export * from "./ListVPCConnectionsCommand";
|
|
149
|
+
export * from "./PredictQAResultsCommand";
|
|
145
150
|
export * from "./PutDataSetRefreshPropertiesCommand";
|
|
146
151
|
export * from "./RegisterUserCommand";
|
|
147
152
|
export * from "./RestoreAnalysisCommand";
|
|
@@ -162,6 +167,7 @@ export * from "./UpdateAccountCustomizationCommand";
|
|
|
162
167
|
export * from "./UpdateAccountSettingsCommand";
|
|
163
168
|
export * from "./UpdateAnalysisCommand";
|
|
164
169
|
export * from "./UpdateAnalysisPermissionsCommand";
|
|
170
|
+
export * from "./UpdateApplicationWithTokenExchangeGrantCommand";
|
|
165
171
|
export * from "./UpdateBrandAssignmentCommand";
|
|
166
172
|
export * from "./UpdateBrandCommand";
|
|
167
173
|
export * from "./UpdateBrandPublishedVersionCommand";
|
|
@@ -175,6 +181,7 @@ export * from "./UpdateDataSetCommand";
|
|
|
175
181
|
export * from "./UpdateDataSetPermissionsCommand";
|
|
176
182
|
export * from "./UpdateDataSourceCommand";
|
|
177
183
|
export * from "./UpdateDataSourcePermissionsCommand";
|
|
184
|
+
export * from "./UpdateDefaultQBusinessApplicationCommand";
|
|
178
185
|
export * from "./UpdateFolderCommand";
|
|
179
186
|
export * from "./UpdateFolderPermissionsCommand";
|
|
180
187
|
export * from "./UpdateGroupCommand";
|
|
@@ -184,6 +191,7 @@ export * from "./UpdateIpRestrictionCommand";
|
|
|
184
191
|
export * from "./UpdateKeyRegistrationCommand";
|
|
185
192
|
export * from "./UpdatePublicSharingSettingsCommand";
|
|
186
193
|
export * from "./UpdateQPersonalizationConfigurationCommand";
|
|
194
|
+
export * from "./UpdateQuickSightQSearchConfigurationCommand";
|
|
187
195
|
export * from "./UpdateRefreshScheduleCommand";
|
|
188
196
|
export * from "./UpdateRoleCustomPermissionCommand";
|
|
189
197
|
export * from "./UpdateSPICECapacityConfigurationCommand";
|
|
@@ -2127,6 +2127,7 @@ export declare const AuthenticationMethodOption: {
|
|
|
2127
2127
|
export type AuthenticationMethodOption =
|
|
2128
2128
|
(typeof AuthenticationMethodOption)[keyof typeof AuthenticationMethodOption];
|
|
2129
2129
|
export declare const ServiceType: {
|
|
2130
|
+
readonly QBUSINESS: "QBUSINESS";
|
|
2130
2131
|
readonly REDSHIFT: "REDSHIFT";
|
|
2131
2132
|
};
|
|
2132
2133
|
export type ServiceType = (typeof ServiceType)[keyof typeof ServiceType];
|
|
@@ -1646,6 +1646,16 @@ export interface DashboardVersionSummary {
|
|
|
1646
1646
|
SourceEntityArn?: string | undefined;
|
|
1647
1647
|
Description?: string | undefined;
|
|
1648
1648
|
}
|
|
1649
|
+
export interface DashboardVisualResult {
|
|
1650
|
+
DashboardId?: string | undefined;
|
|
1651
|
+
DashboardName?: string | undefined;
|
|
1652
|
+
SheetId?: string | undefined;
|
|
1653
|
+
SheetName?: string | undefined;
|
|
1654
|
+
VisualId?: string | undefined;
|
|
1655
|
+
VisualTitle?: string | undefined;
|
|
1656
|
+
VisualSubtitle?: string | undefined;
|
|
1657
|
+
DashboardUrl?: string | undefined;
|
|
1658
|
+
}
|
|
1649
1659
|
export interface OutputColumn {
|
|
1650
1660
|
Name?: string | undefined;
|
|
1651
1661
|
Description?: string | undefined;
|
|
@@ -1861,6 +1871,14 @@ export interface DeleteDataSourceResponse {
|
|
|
1861
1871
|
RequestId?: string | undefined;
|
|
1862
1872
|
Status?: number | undefined;
|
|
1863
1873
|
}
|
|
1874
|
+
export interface DeleteDefaultQBusinessApplicationRequest {
|
|
1875
|
+
AwsAccountId: string | undefined;
|
|
1876
|
+
Namespace?: string | undefined;
|
|
1877
|
+
}
|
|
1878
|
+
export interface DeleteDefaultQBusinessApplicationResponse {
|
|
1879
|
+
RequestId?: string | undefined;
|
|
1880
|
+
Status?: number | undefined;
|
|
1881
|
+
}
|
|
1864
1882
|
export interface DeleteFolderRequest {
|
|
1865
1883
|
AwsAccountId: string | undefined;
|
|
1866
1884
|
FolderId: string | undefined;
|
|
@@ -2115,21 +2133,6 @@ export interface DescribeAnalysisDefinitionResponse {
|
|
|
2115
2133
|
Status?: number | undefined;
|
|
2116
2134
|
RequestId?: string | undefined;
|
|
2117
2135
|
}
|
|
2118
|
-
export interface DescribeAnalysisPermissionsRequest {
|
|
2119
|
-
AwsAccountId: string | undefined;
|
|
2120
|
-
AnalysisId: string | undefined;
|
|
2121
|
-
}
|
|
2122
|
-
export interface DescribeAnalysisPermissionsResponse {
|
|
2123
|
-
AnalysisId?: string | undefined;
|
|
2124
|
-
AnalysisArn?: string | undefined;
|
|
2125
|
-
Permissions?: ResourcePermission[] | undefined;
|
|
2126
|
-
Status?: number | undefined;
|
|
2127
|
-
RequestId?: string | undefined;
|
|
2128
|
-
}
|
|
2129
|
-
export interface DescribeAssetBundleExportJobRequest {
|
|
2130
|
-
AwsAccountId: string | undefined;
|
|
2131
|
-
AssetBundleExportJobId: string | undefined;
|
|
2132
|
-
}
|
|
2133
2136
|
export declare const ColumnTagFilterSensitiveLog: (obj: ColumnTag) => any;
|
|
2134
2137
|
export declare const DateTimeParameterFilterSensitiveLog: (
|
|
2135
2138
|
obj: DateTimeParameter
|
|
@@ -37,9 +37,6 @@ import {
|
|
|
37
37
|
BrandDefinition,
|
|
38
38
|
BrandDetail,
|
|
39
39
|
BrandSummary,
|
|
40
|
-
Capabilities,
|
|
41
|
-
ColumnGroup,
|
|
42
|
-
ColumnLevelPermissionRule,
|
|
43
40
|
DashboardVisualId,
|
|
44
41
|
FilterOperator,
|
|
45
42
|
SharedViewConfigurations,
|
|
@@ -54,37 +51,29 @@ import {
|
|
|
54
51
|
DashboardError,
|
|
55
52
|
DashboardPublishOptions,
|
|
56
53
|
DashboardSearchFilter,
|
|
57
|
-
DashboardSourceEntity,
|
|
58
54
|
DashboardsQAStatus,
|
|
59
55
|
DashboardSummary,
|
|
60
56
|
DashboardVersionDefinition,
|
|
61
57
|
DashboardVersionSummary,
|
|
58
|
+
DashboardVisualResult,
|
|
62
59
|
DataSet,
|
|
63
60
|
DataSetConfiguration,
|
|
64
|
-
DataSetImportMode,
|
|
65
|
-
DatasetParameter,
|
|
66
61
|
DataSetRefreshProperties,
|
|
67
62
|
DataSetSearchFilter,
|
|
68
63
|
DataSetSummary,
|
|
69
|
-
DataSetUsageConfiguration,
|
|
70
64
|
DataSource,
|
|
71
65
|
DataSourceSearchFilter,
|
|
72
66
|
DataSourceSummary,
|
|
73
|
-
FieldFolder,
|
|
74
67
|
FolderType,
|
|
75
68
|
Group,
|
|
76
69
|
GroupMember,
|
|
77
70
|
IdentityStore,
|
|
78
71
|
IngestionStatus,
|
|
79
72
|
LinkSharingConfiguration,
|
|
80
|
-
LogicalTable,
|
|
81
73
|
NamespaceStatus,
|
|
82
|
-
PhysicalTable,
|
|
83
74
|
RefreshSchedule,
|
|
84
75
|
ResourcePermission,
|
|
85
76
|
Role,
|
|
86
|
-
RowLevelPermissionDataSet,
|
|
87
|
-
RowLevelPermissionTagConfiguration,
|
|
88
77
|
SharingModel,
|
|
89
78
|
TemplateAlias,
|
|
90
79
|
TemplateVersionDefinition,
|
|
@@ -98,6 +87,21 @@ import {
|
|
|
98
87
|
VPCConnectionResourceStatus,
|
|
99
88
|
} from "./models_3";
|
|
100
89
|
import { QuickSightServiceException as __BaseException } from "./QuickSightServiceException";
|
|
90
|
+
export interface DescribeAnalysisPermissionsRequest {
|
|
91
|
+
AwsAccountId: string | undefined;
|
|
92
|
+
AnalysisId: string | undefined;
|
|
93
|
+
}
|
|
94
|
+
export interface DescribeAnalysisPermissionsResponse {
|
|
95
|
+
AnalysisId?: string | undefined;
|
|
96
|
+
AnalysisArn?: string | undefined;
|
|
97
|
+
Permissions?: ResourcePermission[] | undefined;
|
|
98
|
+
Status?: number | undefined;
|
|
99
|
+
RequestId?: string | undefined;
|
|
100
|
+
}
|
|
101
|
+
export interface DescribeAssetBundleExportJobRequest {
|
|
102
|
+
AwsAccountId: string | undefined;
|
|
103
|
+
AssetBundleExportJobId: string | undefined;
|
|
104
|
+
}
|
|
101
105
|
export declare const IncludeFolderMembers: {
|
|
102
106
|
readonly NONE: "NONE";
|
|
103
107
|
readonly ONE_LEVEL: "ONE_LEVEL";
|
|
@@ -349,6 +353,15 @@ export interface DescribeDataSourcePermissionsResponse {
|
|
|
349
353
|
RequestId?: string | undefined;
|
|
350
354
|
Status?: number | undefined;
|
|
351
355
|
}
|
|
356
|
+
export interface DescribeDefaultQBusinessApplicationRequest {
|
|
357
|
+
AwsAccountId: string | undefined;
|
|
358
|
+
Namespace?: string | undefined;
|
|
359
|
+
}
|
|
360
|
+
export interface DescribeDefaultQBusinessApplicationResponse {
|
|
361
|
+
RequestId?: string | undefined;
|
|
362
|
+
Status?: number | undefined;
|
|
363
|
+
ApplicationId?: string | undefined;
|
|
364
|
+
}
|
|
352
365
|
export interface DescribeFolderRequest {
|
|
353
366
|
AwsAccountId: string | undefined;
|
|
354
367
|
FolderId: string | undefined;
|
|
@@ -614,6 +627,19 @@ export interface DescribeQPersonalizationConfigurationResponse {
|
|
|
614
627
|
RequestId?: string | undefined;
|
|
615
628
|
Status?: number | undefined;
|
|
616
629
|
}
|
|
630
|
+
export interface DescribeQuickSightQSearchConfigurationRequest {
|
|
631
|
+
AwsAccountId: string | undefined;
|
|
632
|
+
}
|
|
633
|
+
export declare const QSearchStatus: {
|
|
634
|
+
readonly DISABLED: "DISABLED";
|
|
635
|
+
readonly ENABLED: "ENABLED";
|
|
636
|
+
};
|
|
637
|
+
export type QSearchStatus = (typeof QSearchStatus)[keyof typeof QSearchStatus];
|
|
638
|
+
export interface DescribeQuickSightQSearchConfigurationResponse {
|
|
639
|
+
QSearchStatus?: QSearchStatus | undefined;
|
|
640
|
+
RequestId?: string | undefined;
|
|
641
|
+
Status?: number | undefined;
|
|
642
|
+
}
|
|
617
643
|
export interface DescribeRefreshScheduleRequest {
|
|
618
644
|
AwsAccountId: string | undefined;
|
|
619
645
|
DataSetId: string | undefined;
|
|
@@ -975,6 +1001,23 @@ export interface FolderSummary {
|
|
|
975
1001
|
LastUpdatedTime?: Date | undefined;
|
|
976
1002
|
SharingModel?: SharingModel | undefined;
|
|
977
1003
|
}
|
|
1004
|
+
export declare const GeneratedAnswerStatus: {
|
|
1005
|
+
readonly ANSWER_DOWNGRADE: "ANSWER_DOWNGRADE";
|
|
1006
|
+
readonly ANSWER_GENERATED: "ANSWER_GENERATED";
|
|
1007
|
+
readonly ANSWER_RETRIEVED: "ANSWER_RETRIEVED";
|
|
1008
|
+
};
|
|
1009
|
+
export type GeneratedAnswerStatus =
|
|
1010
|
+
(typeof GeneratedAnswerStatus)[keyof typeof GeneratedAnswerStatus];
|
|
1011
|
+
export interface GeneratedAnswerResult {
|
|
1012
|
+
QuestionText?: string | undefined;
|
|
1013
|
+
AnswerStatus?: GeneratedAnswerStatus | undefined;
|
|
1014
|
+
TopicId?: string | undefined;
|
|
1015
|
+
TopicName?: string | undefined;
|
|
1016
|
+
Restatement?: string | undefined;
|
|
1017
|
+
QuestionId?: string | undefined;
|
|
1018
|
+
AnswerId?: string | undefined;
|
|
1019
|
+
QuestionUrl?: string | undefined;
|
|
1020
|
+
}
|
|
978
1021
|
export interface SessionTag {
|
|
979
1022
|
Key: string | undefined;
|
|
980
1023
|
Value: string | undefined;
|
|
@@ -1090,6 +1133,19 @@ export declare class QuickSightUserNotFoundException extends __BaseException {
|
|
|
1090
1133
|
>
|
|
1091
1134
|
);
|
|
1092
1135
|
}
|
|
1136
|
+
export interface GenerateEmbedUrlForRegisteredUserWithIdentityRequest {
|
|
1137
|
+
AwsAccountId: string | undefined;
|
|
1138
|
+
SessionLifetimeInMinutes?: number | undefined;
|
|
1139
|
+
ExperienceConfiguration:
|
|
1140
|
+
| RegisteredUserEmbeddingExperienceConfiguration
|
|
1141
|
+
| undefined;
|
|
1142
|
+
AllowedDomains?: string[] | undefined;
|
|
1143
|
+
}
|
|
1144
|
+
export interface GenerateEmbedUrlForRegisteredUserWithIdentityResponse {
|
|
1145
|
+
EmbedUrl: string | undefined;
|
|
1146
|
+
Status: number | undefined;
|
|
1147
|
+
RequestId: string | undefined;
|
|
1148
|
+
}
|
|
1093
1149
|
export interface GetDashboardEmbedUrlRequest {
|
|
1094
1150
|
AwsAccountId: string | undefined;
|
|
1095
1151
|
DashboardId: string | undefined;
|
|
@@ -1149,6 +1205,18 @@ export interface IAMPolicyAssignmentSummary {
|
|
|
1149
1205
|
AssignmentName?: string | undefined;
|
|
1150
1206
|
AssignmentStatus?: AssignmentStatus | undefined;
|
|
1151
1207
|
}
|
|
1208
|
+
export declare const IncludeGeneratedAnswer: {
|
|
1209
|
+
readonly EXCLUDE: "EXCLUDE";
|
|
1210
|
+
readonly INCLUDE: "INCLUDE";
|
|
1211
|
+
};
|
|
1212
|
+
export type IncludeGeneratedAnswer =
|
|
1213
|
+
(typeof IncludeGeneratedAnswer)[keyof typeof IncludeGeneratedAnswer];
|
|
1214
|
+
export declare const IncludeQuickSightQIndex: {
|
|
1215
|
+
readonly EXCLUDE: "EXCLUDE";
|
|
1216
|
+
readonly INCLUDE: "INCLUDE";
|
|
1217
|
+
};
|
|
1218
|
+
export type IncludeQuickSightQIndex =
|
|
1219
|
+
(typeof IncludeQuickSightQIndex)[keyof typeof IncludeQuickSightQIndex];
|
|
1152
1220
|
export interface ListAnalysesRequest {
|
|
1153
1221
|
AwsAccountId: string | undefined;
|
|
1154
1222
|
NextToken?: string | undefined;
|
|
@@ -1586,6 +1654,30 @@ export interface ListVPCConnectionsResponse {
|
|
|
1586
1654
|
RequestId?: string | undefined;
|
|
1587
1655
|
Status?: number | undefined;
|
|
1588
1656
|
}
|
|
1657
|
+
export interface PredictQAResultsRequest {
|
|
1658
|
+
AwsAccountId: string | undefined;
|
|
1659
|
+
QueryText: string | undefined;
|
|
1660
|
+
IncludeQuickSightQIndex?: IncludeQuickSightQIndex | undefined;
|
|
1661
|
+
IncludeGeneratedAnswer?: IncludeGeneratedAnswer | undefined;
|
|
1662
|
+
MaxTopicsToConsider?: number | undefined;
|
|
1663
|
+
}
|
|
1664
|
+
export declare const QAResultType: {
|
|
1665
|
+
readonly DASHBOARD_VISUAL: "DASHBOARD_VISUAL";
|
|
1666
|
+
readonly GENERATED_ANSWER: "GENERATED_ANSWER";
|
|
1667
|
+
readonly NO_ANSWER: "NO_ANSWER";
|
|
1668
|
+
};
|
|
1669
|
+
export type QAResultType = (typeof QAResultType)[keyof typeof QAResultType];
|
|
1670
|
+
export interface QAResult {
|
|
1671
|
+
ResultType?: QAResultType | undefined;
|
|
1672
|
+
DashboardVisual?: DashboardVisualResult | undefined;
|
|
1673
|
+
GeneratedAnswer?: GeneratedAnswerResult | undefined;
|
|
1674
|
+
}
|
|
1675
|
+
export interface PredictQAResultsResponse {
|
|
1676
|
+
PrimaryResult?: QAResult | undefined;
|
|
1677
|
+
AdditionalResults?: QAResult[] | undefined;
|
|
1678
|
+
RequestId?: string | undefined;
|
|
1679
|
+
Status?: number | undefined;
|
|
1680
|
+
}
|
|
1589
1681
|
export declare const PurchaseMode: {
|
|
1590
1682
|
readonly AUTO_PURCHASE: "AUTO_PURCHASE";
|
|
1591
1683
|
readonly MANUAL: "MANUAL";
|
|
@@ -1876,140 +1968,18 @@ export interface UpdateAnalysisPermissionsResponse {
|
|
|
1876
1968
|
RequestId?: string | undefined;
|
|
1877
1969
|
Status?: number | undefined;
|
|
1878
1970
|
}
|
|
1879
|
-
export interface
|
|
1880
|
-
AwsAccountId: string | undefined;
|
|
1881
|
-
BrandId: string | undefined;
|
|
1882
|
-
BrandDefinition?: BrandDefinition | undefined;
|
|
1883
|
-
}
|
|
1884
|
-
export interface UpdateBrandResponse {
|
|
1885
|
-
RequestId?: string | undefined;
|
|
1886
|
-
BrandDetail?: BrandDetail | undefined;
|
|
1887
|
-
BrandDefinition?: BrandDefinition | undefined;
|
|
1888
|
-
}
|
|
1889
|
-
export interface UpdateBrandAssignmentRequest {
|
|
1890
|
-
AwsAccountId: string | undefined;
|
|
1891
|
-
BrandArn: string | undefined;
|
|
1892
|
-
}
|
|
1893
|
-
export interface UpdateBrandAssignmentResponse {
|
|
1894
|
-
RequestId?: string | undefined;
|
|
1895
|
-
BrandArn?: string | undefined;
|
|
1896
|
-
}
|
|
1897
|
-
export interface UpdateBrandPublishedVersionRequest {
|
|
1898
|
-
AwsAccountId: string | undefined;
|
|
1899
|
-
BrandId: string | undefined;
|
|
1900
|
-
VersionId: string | undefined;
|
|
1901
|
-
}
|
|
1902
|
-
export interface UpdateBrandPublishedVersionResponse {
|
|
1903
|
-
RequestId?: string | undefined;
|
|
1904
|
-
VersionId?: string | undefined;
|
|
1905
|
-
}
|
|
1906
|
-
export interface UpdateCustomPermissionsRequest {
|
|
1907
|
-
AwsAccountId: string | undefined;
|
|
1908
|
-
CustomPermissionsName: string | undefined;
|
|
1909
|
-
Capabilities?: Capabilities | undefined;
|
|
1910
|
-
}
|
|
1911
|
-
export interface UpdateCustomPermissionsResponse {
|
|
1912
|
-
Status?: number | undefined;
|
|
1913
|
-
Arn?: string | undefined;
|
|
1914
|
-
RequestId?: string | undefined;
|
|
1915
|
-
}
|
|
1916
|
-
export interface UpdateDashboardRequest {
|
|
1917
|
-
AwsAccountId: string | undefined;
|
|
1918
|
-
DashboardId: string | undefined;
|
|
1919
|
-
Name: string | undefined;
|
|
1920
|
-
SourceEntity?: DashboardSourceEntity | undefined;
|
|
1921
|
-
Parameters?: _Parameters | undefined;
|
|
1922
|
-
VersionDescription?: string | undefined;
|
|
1923
|
-
DashboardPublishOptions?: DashboardPublishOptions | undefined;
|
|
1924
|
-
ThemeArn?: string | undefined;
|
|
1925
|
-
Definition?: DashboardVersionDefinition | undefined;
|
|
1926
|
-
ValidationStrategy?: ValidationStrategy | undefined;
|
|
1927
|
-
}
|
|
1928
|
-
export interface UpdateDashboardResponse {
|
|
1929
|
-
Arn?: string | undefined;
|
|
1930
|
-
VersionArn?: string | undefined;
|
|
1931
|
-
DashboardId?: string | undefined;
|
|
1932
|
-
CreationStatus?: ResourceStatus | undefined;
|
|
1933
|
-
Status?: number | undefined;
|
|
1934
|
-
RequestId?: string | undefined;
|
|
1935
|
-
}
|
|
1936
|
-
export interface UpdateDashboardLinksRequest {
|
|
1937
|
-
AwsAccountId: string | undefined;
|
|
1938
|
-
DashboardId: string | undefined;
|
|
1939
|
-
LinkEntities: string[] | undefined;
|
|
1940
|
-
}
|
|
1941
|
-
export interface UpdateDashboardLinksResponse {
|
|
1942
|
-
RequestId?: string | undefined;
|
|
1943
|
-
Status?: number | undefined;
|
|
1944
|
-
DashboardArn?: string | undefined;
|
|
1945
|
-
LinkEntities?: string[] | undefined;
|
|
1946
|
-
}
|
|
1947
|
-
export interface UpdateDashboardPermissionsRequest {
|
|
1948
|
-
AwsAccountId: string | undefined;
|
|
1949
|
-
DashboardId: string | undefined;
|
|
1950
|
-
GrantPermissions?: ResourcePermission[] | undefined;
|
|
1951
|
-
RevokePermissions?: ResourcePermission[] | undefined;
|
|
1952
|
-
GrantLinkPermissions?: ResourcePermission[] | undefined;
|
|
1953
|
-
RevokeLinkPermissions?: ResourcePermission[] | undefined;
|
|
1954
|
-
}
|
|
1955
|
-
export interface UpdateDashboardPermissionsResponse {
|
|
1956
|
-
DashboardArn?: string | undefined;
|
|
1957
|
-
DashboardId?: string | undefined;
|
|
1958
|
-
Permissions?: ResourcePermission[] | undefined;
|
|
1959
|
-
RequestId?: string | undefined;
|
|
1960
|
-
Status?: number | undefined;
|
|
1961
|
-
LinkSharingConfiguration?: LinkSharingConfiguration | undefined;
|
|
1962
|
-
}
|
|
1963
|
-
export interface UpdateDashboardPublishedVersionRequest {
|
|
1971
|
+
export interface UpdateApplicationWithTokenExchangeGrantRequest {
|
|
1964
1972
|
AwsAccountId: string | undefined;
|
|
1965
|
-
|
|
1966
|
-
VersionNumber: number | undefined;
|
|
1973
|
+
Namespace: string | undefined;
|
|
1967
1974
|
}
|
|
1968
|
-
export interface
|
|
1969
|
-
DashboardId?: string | undefined;
|
|
1970
|
-
DashboardArn?: string | undefined;
|
|
1975
|
+
export interface UpdateApplicationWithTokenExchangeGrantResponse {
|
|
1971
1976
|
Status?: number | undefined;
|
|
1972
1977
|
RequestId?: string | undefined;
|
|
1973
1978
|
}
|
|
1974
|
-
export interface
|
|
1975
|
-
AwsAccountId: string | undefined;
|
|
1976
|
-
DashboardsQAStatus: DashboardsQAStatus | undefined;
|
|
1977
|
-
}
|
|
1978
|
-
export interface UpdateDashboardsQAConfigurationResponse {
|
|
1979
|
-
DashboardsQAStatus?: DashboardsQAStatus | undefined;
|
|
1980
|
-
RequestId?: string | undefined;
|
|
1981
|
-
Status?: number | undefined;
|
|
1982
|
-
}
|
|
1983
|
-
export interface UpdateDataSetRequest {
|
|
1984
|
-
AwsAccountId: string | undefined;
|
|
1985
|
-
DataSetId: string | undefined;
|
|
1986
|
-
Name: string | undefined;
|
|
1987
|
-
PhysicalTableMap: Record<string, PhysicalTable> | undefined;
|
|
1988
|
-
LogicalTableMap?: Record<string, LogicalTable> | undefined;
|
|
1989
|
-
ImportMode: DataSetImportMode | undefined;
|
|
1990
|
-
ColumnGroups?: ColumnGroup[] | undefined;
|
|
1991
|
-
FieldFolders?: Record<string, FieldFolder> | undefined;
|
|
1992
|
-
RowLevelPermissionDataSet?: RowLevelPermissionDataSet | undefined;
|
|
1993
|
-
RowLevelPermissionTagConfiguration?:
|
|
1994
|
-
| RowLevelPermissionTagConfiguration
|
|
1995
|
-
| undefined;
|
|
1996
|
-
ColumnLevelPermissionRules?: ColumnLevelPermissionRule[] | undefined;
|
|
1997
|
-
DataSetUsageConfiguration?: DataSetUsageConfiguration | undefined;
|
|
1998
|
-
DatasetParameters?: DatasetParameter[] | undefined;
|
|
1999
|
-
}
|
|
2000
|
-
export interface UpdateDataSetResponse {
|
|
2001
|
-
Arn?: string | undefined;
|
|
2002
|
-
DataSetId?: string | undefined;
|
|
2003
|
-
IngestionArn?: string | undefined;
|
|
2004
|
-
IngestionId?: string | undefined;
|
|
2005
|
-
RequestId?: string | undefined;
|
|
2006
|
-
Status?: number | undefined;
|
|
2007
|
-
}
|
|
2008
|
-
export interface UpdateDataSetPermissionsRequest {
|
|
1979
|
+
export interface UpdateBrandRequest {
|
|
2009
1980
|
AwsAccountId: string | undefined;
|
|
2010
|
-
|
|
2011
|
-
|
|
2012
|
-
RevokePermissions?: ResourcePermission[] | undefined;
|
|
1981
|
+
BrandId: string | undefined;
|
|
1982
|
+
BrandDefinition?: BrandDefinition | undefined;
|
|
2013
1983
|
}
|
|
2014
1984
|
export declare const DescribeAssetBundleExportJobResponseFilterSensitiveLog: (
|
|
2015
1985
|
obj: DescribeAssetBundleExportJobResponse
|
|
@@ -2051,6 +2021,9 @@ export declare const DescribeTemplateDefinitionResponseFilterSensitiveLog: (
|
|
|
2051
2021
|
export declare const DescribeTopicResponseFilterSensitiveLog: (
|
|
2052
2022
|
obj: DescribeTopicResponse
|
|
2053
2023
|
) => any;
|
|
2024
|
+
export declare const GeneratedAnswerResultFilterSensitiveLog: (
|
|
2025
|
+
obj: GeneratedAnswerResult
|
|
2026
|
+
) => any;
|
|
2054
2027
|
export declare const SessionTagFilterSensitiveLog: (obj: SessionTag) => any;
|
|
2055
2028
|
export declare const GenerateEmbedUrlForAnonymousUserRequestFilterSensitiveLog: (
|
|
2056
2029
|
obj: GenerateEmbedUrlForAnonymousUserRequest
|
|
@@ -2061,12 +2034,22 @@ export declare const GenerateEmbedUrlForAnonymousUserResponseFilterSensitiveLog:
|
|
|
2061
2034
|
export declare const GenerateEmbedUrlForRegisteredUserResponseFilterSensitiveLog: (
|
|
2062
2035
|
obj: GenerateEmbedUrlForRegisteredUserResponse
|
|
2063
2036
|
) => any;
|
|
2037
|
+
export declare const GenerateEmbedUrlForRegisteredUserWithIdentityResponseFilterSensitiveLog: (
|
|
2038
|
+
obj: GenerateEmbedUrlForRegisteredUserWithIdentityResponse
|
|
2039
|
+
) => any;
|
|
2064
2040
|
export declare const GetDashboardEmbedUrlResponseFilterSensitiveLog: (
|
|
2065
2041
|
obj: GetDashboardEmbedUrlResponse
|
|
2066
2042
|
) => any;
|
|
2067
2043
|
export declare const GetSessionEmbedUrlResponseFilterSensitiveLog: (
|
|
2068
2044
|
obj: GetSessionEmbedUrlResponse
|
|
2069
2045
|
) => any;
|
|
2046
|
+
export declare const PredictQAResultsRequestFilterSensitiveLog: (
|
|
2047
|
+
obj: PredictQAResultsRequest
|
|
2048
|
+
) => any;
|
|
2049
|
+
export declare const QAResultFilterSensitiveLog: (obj: QAResult) => any;
|
|
2050
|
+
export declare const PredictQAResultsResponseFilterSensitiveLog: (
|
|
2051
|
+
obj: PredictQAResultsResponse
|
|
2052
|
+
) => any;
|
|
2070
2053
|
export declare const StartAssetBundleImportJobRequestFilterSensitiveLog: (
|
|
2071
2054
|
obj: StartAssetBundleImportJobRequest
|
|
2072
2055
|
) => any;
|
|
@@ -2082,9 +2065,3 @@ export declare const StartDashboardSnapshotJobRequestFilterSensitiveLog: (
|
|
|
2082
2065
|
export declare const UpdateAnalysisRequestFilterSensitiveLog: (
|
|
2083
2066
|
obj: UpdateAnalysisRequest
|
|
2084
2067
|
) => any;
|
|
2085
|
-
export declare const UpdateDashboardRequestFilterSensitiveLog: (
|
|
2086
|
-
obj: UpdateDashboardRequest
|
|
2087
|
-
) => any;
|
|
2088
|
-
export declare const UpdateDataSetRequestFilterSensitiveLog: (
|
|
2089
|
-
obj: UpdateDataSetRequest
|
|
2090
|
-
) => any;
|