@aws-sdk/client-quicksight 3.925.0 → 3.927.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 +1 -1
- package/dist-cjs/index.js +823 -360
- package/dist-es/commands/CreateTopicCommand.js +1 -1
- package/dist-es/commands/GenerateEmbedUrlForRegisteredUserCommand.js +1 -1
- package/dist-es/commands/GenerateEmbedUrlForRegisteredUserWithIdentityCommand.js +1 -1
- package/dist-es/commands/GetDashboardEmbedUrlCommand.js +1 -1
- package/dist-es/commands/GetSessionEmbedUrlCommand.js +1 -1
- package/dist-es/commands/ListActionConnectorsCommand.js +1 -1
- package/dist-es/models/models_0.js +8 -4
- package/dist-es/models/models_1.js +5 -26
- package/dist-es/models/models_2.js +26 -39
- package/dist-es/models/models_3.js +233 -222
- package/dist-es/models/models_4.js +217 -70
- package/dist-es/models/models_5.js +74 -2
- package/dist-es/protocols/Aws_restJson1.js +240 -4
- package/dist-types/QuickSight.d.ts +1 -1
- package/dist-types/QuickSightClient.d.ts +1 -1
- package/dist-types/commands/CreateDataSetCommand.d.ts +398 -3
- package/dist-types/commands/CreateTopicCommand.d.ts +1 -1
- package/dist-types/commands/CreateTopicRefreshScheduleCommand.d.ts +1 -1
- package/dist-types/commands/CreateVPCConnectionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDataSetCommand.d.ts +396 -3
- package/dist-types/commands/GenerateEmbedUrlForAnonymousUserCommand.d.ts +4 -4
- package/dist-types/commands/GenerateEmbedUrlForRegisteredUserCommand.d.ts +7 -7
- package/dist-types/commands/GenerateEmbedUrlForRegisteredUserWithIdentityCommand.d.ts +1 -1
- package/dist-types/commands/GetDashboardEmbedUrlCommand.d.ts +4 -4
- package/dist-types/commands/GetFlowMetadataCommand.d.ts +1 -1
- package/dist-types/commands/GetFlowPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/GetSessionEmbedUrlCommand.d.ts +3 -3
- package/dist-types/commands/ListActionConnectorsCommand.d.ts +1 -1
- package/dist-types/commands/ListAnalysesCommand.d.ts +1 -1
- package/dist-types/commands/ListAssetBundleExportJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListAssetBundleImportJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListBrandsCommand.d.ts +1 -1
- package/dist-types/commands/ListCustomPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/ListDashboardVersionsCommand.d.ts +1 -1
- package/dist-types/commands/ListDashboardsCommand.d.ts +1 -1
- package/dist-types/commands/ListDataSetsCommand.d.ts +10 -1
- package/dist-types/commands/ListDataSourcesCommand.d.ts +1 -1
- package/dist-types/commands/ListFlowsCommand.d.ts +1 -1
- package/dist-types/commands/ListFolderMembersCommand.d.ts +1 -1
- package/dist-types/commands/ListFoldersCommand.d.ts +1 -1
- package/dist-types/commands/ListFoldersForResourceCommand.d.ts +1 -1
- package/dist-types/commands/ListGroupMembershipsCommand.d.ts +1 -1
- package/dist-types/commands/ListGroupsCommand.d.ts +1 -2
- package/dist-types/commands/PredictQAResultsCommand.d.ts +1 -1
- package/dist-types/commands/SearchDataSetsCommand.d.ts +9 -0
- package/dist-types/commands/SearchTopicsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateApplicationWithTokenExchangeGrantCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDataSetCommand.d.ts +398 -3
- package/dist-types/commands/UpdatePublicSharingSettingsCommand.d.ts +1 -1
- package/dist-types/index.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +162 -182
- package/dist-types/models/models_1.d.ts +177 -161
- package/dist-types/models/models_2.d.ts +196 -250
- package/dist-types/models/models_3.d.ts +2725 -3153
- package/dist-types/models/models_4.d.ts +4088 -3877
- package/dist-types/models/models_5.d.ts +1555 -12
- package/dist-types/ts3.4/commands/CreateTopicCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateTopicRefreshScheduleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateVPCConnectionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GenerateEmbedUrlForRegisteredUserCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GenerateEmbedUrlForRegisteredUserWithIdentityCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetDashboardEmbedUrlCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetFlowMetadataCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetFlowPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetSessionEmbedUrlCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListActionConnectorsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListAnalysesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListAssetBundleExportJobsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListAssetBundleImportJobsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListBrandsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListCustomPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListDashboardVersionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListDashboardsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListDataSetsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListDataSourcesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListFlowsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListFolderMembersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListFoldersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListFoldersForResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListGroupMembershipsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListGroupsCommand.d.ts +1 -2
- package/dist-types/ts3.4/models/models_0.d.ts +42 -42
- package/dist-types/ts3.4/models/models_1.d.ts +44 -56
- package/dist-types/ts3.4/models/models_2.d.ts +72 -94
- package/dist-types/ts3.4/models/models_3.d.ts +446 -511
- package/dist-types/ts3.4/models/models_4.d.ts +513 -366
- package/dist-types/ts3.4/models/models_5.d.ts +381 -17
- package/package.json +5 -5
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
1
2
|
import {
|
|
2
3
|
AccountCustomization,
|
|
3
4
|
ActionConnectorSearchFilter,
|
|
@@ -12,12 +13,14 @@ import {
|
|
|
12
13
|
AnalysisSummary,
|
|
13
14
|
AssetBundleCloudFormationOverridePropertyConfiguration,
|
|
14
15
|
AssetBundleExportFormat,
|
|
16
|
+
AssetBundleExportJobSummary,
|
|
15
17
|
AssetBundleExportJobValidationStrategy,
|
|
16
18
|
AssetBundleImportFailureAction,
|
|
17
19
|
AssetBundleImportJobOverrideParameters,
|
|
18
20
|
AssetBundleImportJobOverridePermissions,
|
|
19
21
|
AssetBundleImportJobOverrideTags,
|
|
20
22
|
AssetBundleImportJobOverrideValidationStrategy,
|
|
23
|
+
AssetBundleImportJobSummary,
|
|
21
24
|
AssetBundleImportSource,
|
|
22
25
|
AssignmentStatus,
|
|
23
26
|
AuthConfig,
|
|
@@ -33,26 +36,22 @@ import {
|
|
|
33
36
|
_Parameters,
|
|
34
37
|
BrandDefinition,
|
|
35
38
|
BrandDetail,
|
|
39
|
+
BrandSummary,
|
|
36
40
|
Capabilities,
|
|
37
41
|
ColumnGroup,
|
|
38
42
|
ColumnLevelPermissionRule,
|
|
39
43
|
CustomInstructions,
|
|
40
44
|
DashboardPublishOptions,
|
|
41
|
-
DashboardSearchFilter,
|
|
42
45
|
DashboardSourceEntity,
|
|
43
|
-
DashboardsQAStatus,
|
|
44
|
-
DashboardSummary,
|
|
45
46
|
DashboardVersionDefinition,
|
|
46
|
-
|
|
47
|
+
DataPrepConfiguration,
|
|
47
48
|
DataSetImportMode,
|
|
48
49
|
DatasetParameter,
|
|
49
|
-
DataSetSearchFilter,
|
|
50
|
-
DataSetSummary,
|
|
51
50
|
DataSetUsageConfiguration,
|
|
52
51
|
DataSourceCredentials,
|
|
53
|
-
DataSourceSearchFilter,
|
|
54
52
|
FieldFolder,
|
|
55
53
|
Group,
|
|
54
|
+
GroupMember,
|
|
56
55
|
LinkSharingConfiguration,
|
|
57
56
|
LogicalTable,
|
|
58
57
|
PerformanceConfiguration,
|
|
@@ -62,48 +61,396 @@ import {
|
|
|
62
61
|
Role,
|
|
63
62
|
RowLevelPermissionDataSet,
|
|
64
63
|
RowLevelPermissionTagConfiguration,
|
|
64
|
+
SemanticModelConfiguration,
|
|
65
65
|
TemplateAlias,
|
|
66
66
|
TemplateSourceEntity,
|
|
67
67
|
TemplateVersionDefinition,
|
|
68
68
|
ThemeAlias,
|
|
69
69
|
ThemeConfiguration,
|
|
70
|
-
TopicDetails,
|
|
71
70
|
TopicIR,
|
|
72
|
-
TopicRefreshSchedule,
|
|
73
71
|
TopicTemplate,
|
|
74
|
-
TopicUserExperienceVersion,
|
|
75
72
|
ValidationStrategy,
|
|
76
73
|
VisualRole,
|
|
77
|
-
VPCConnectionAvailabilityStatus,
|
|
78
|
-
VPCConnectionResourceStatus,
|
|
79
74
|
} from "./models_3";
|
|
80
75
|
import {
|
|
76
|
+
CustomPermissions,
|
|
77
|
+
DashboardSearchFilter,
|
|
78
|
+
DashboardsQAStatus,
|
|
79
|
+
DashboardSummary,
|
|
80
|
+
DashboardVersionSummary,
|
|
81
|
+
DashboardVisualResult,
|
|
82
|
+
DataSetSearchFilter,
|
|
83
|
+
DataSetSummary,
|
|
84
|
+
DataSource,
|
|
85
|
+
DataSourceSearchFilter,
|
|
81
86
|
DataSourceSummary,
|
|
87
|
+
EmbeddingIdentityType,
|
|
82
88
|
FailedKeyRegistrationEntry,
|
|
83
89
|
FieldName,
|
|
90
|
+
FlowPublishState,
|
|
84
91
|
FlowSummary,
|
|
85
92
|
FolderSearchFilter,
|
|
86
93
|
FolderSummary,
|
|
87
94
|
GeneratedAnswerResult,
|
|
88
|
-
GroupSearchFilter,
|
|
89
|
-
IAMPolicyAssignmentSummary,
|
|
90
95
|
IdentityType,
|
|
91
96
|
IncludeFolderMembers,
|
|
92
|
-
IncludeGeneratedAnswer,
|
|
93
|
-
IncludeQuickSightQIndex,
|
|
94
97
|
Ingestion,
|
|
98
|
+
MemberIdArnPair,
|
|
95
99
|
NamespaceInfoV2,
|
|
96
100
|
NetworkInterface,
|
|
97
|
-
Permission,
|
|
98
101
|
PersonalizationMode,
|
|
99
102
|
QSearchStatus,
|
|
100
103
|
RegisteredCustomerManagedKey,
|
|
104
|
+
RegisteredUserConsoleFeatureConfigurations,
|
|
105
|
+
RegisteredUserDashboardEmbeddingConfiguration,
|
|
106
|
+
RegisteredUserDashboardVisualEmbeddingConfiguration,
|
|
107
|
+
RegisteredUserGenerativeQnAEmbeddingConfiguration,
|
|
108
|
+
RegisteredUserQSearchBarEmbeddingConfiguration,
|
|
101
109
|
SessionTag,
|
|
102
110
|
SnapshotConfiguration,
|
|
103
111
|
ThemeType,
|
|
112
|
+
TopicDetails,
|
|
113
|
+
TopicRefreshSchedule,
|
|
114
|
+
TopicUserExperienceVersion,
|
|
104
115
|
User,
|
|
105
116
|
UserRole,
|
|
117
|
+
VPCConnectionAvailabilityStatus,
|
|
118
|
+
VPCConnectionResourceStatus,
|
|
106
119
|
} from "./models_4";
|
|
120
|
+
import { QuickSightServiceException as __BaseException } from "./QuickSightServiceException";
|
|
121
|
+
export interface RegisteredUserQuickSightConsoleEmbeddingConfiguration {
|
|
122
|
+
InitialPath?: string | undefined;
|
|
123
|
+
FeatureConfigurations?:
|
|
124
|
+
| RegisteredUserConsoleFeatureConfigurations
|
|
125
|
+
| undefined;
|
|
126
|
+
}
|
|
127
|
+
export interface RegisteredUserEmbeddingExperienceConfiguration {
|
|
128
|
+
Dashboard?: RegisteredUserDashboardEmbeddingConfiguration | undefined;
|
|
129
|
+
QuickSightConsole?:
|
|
130
|
+
| RegisteredUserQuickSightConsoleEmbeddingConfiguration
|
|
131
|
+
| undefined;
|
|
132
|
+
QSearchBar?: RegisteredUserQSearchBarEmbeddingConfiguration | undefined;
|
|
133
|
+
DashboardVisual?:
|
|
134
|
+
| RegisteredUserDashboardVisualEmbeddingConfiguration
|
|
135
|
+
| undefined;
|
|
136
|
+
GenerativeQnA?: RegisteredUserGenerativeQnAEmbeddingConfiguration | undefined;
|
|
137
|
+
}
|
|
138
|
+
export interface GenerateEmbedUrlForRegisteredUserRequest {
|
|
139
|
+
AwsAccountId: string | undefined;
|
|
140
|
+
SessionLifetimeInMinutes?: number | undefined;
|
|
141
|
+
UserArn: string | undefined;
|
|
142
|
+
ExperienceConfiguration:
|
|
143
|
+
| RegisteredUserEmbeddingExperienceConfiguration
|
|
144
|
+
| undefined;
|
|
145
|
+
AllowedDomains?: string[] | undefined;
|
|
146
|
+
}
|
|
147
|
+
export interface GenerateEmbedUrlForRegisteredUserResponse {
|
|
148
|
+
EmbedUrl: string | undefined;
|
|
149
|
+
Status: number | undefined;
|
|
150
|
+
RequestId: string | undefined;
|
|
151
|
+
}
|
|
152
|
+
export declare class QuickSightUserNotFoundException extends __BaseException {
|
|
153
|
+
readonly name: "QuickSightUserNotFoundException";
|
|
154
|
+
readonly $fault: "client";
|
|
155
|
+
Message?: string | undefined;
|
|
156
|
+
RequestId?: string | undefined;
|
|
157
|
+
constructor(
|
|
158
|
+
opts: __ExceptionOptionType<
|
|
159
|
+
QuickSightUserNotFoundException,
|
|
160
|
+
__BaseException
|
|
161
|
+
>
|
|
162
|
+
);
|
|
163
|
+
}
|
|
164
|
+
export interface GenerateEmbedUrlForRegisteredUserWithIdentityRequest {
|
|
165
|
+
AwsAccountId: string | undefined;
|
|
166
|
+
SessionLifetimeInMinutes?: number | undefined;
|
|
167
|
+
ExperienceConfiguration:
|
|
168
|
+
| RegisteredUserEmbeddingExperienceConfiguration
|
|
169
|
+
| undefined;
|
|
170
|
+
AllowedDomains?: string[] | undefined;
|
|
171
|
+
}
|
|
172
|
+
export interface GenerateEmbedUrlForRegisteredUserWithIdentityResponse {
|
|
173
|
+
EmbedUrl: string | undefined;
|
|
174
|
+
Status: number | undefined;
|
|
175
|
+
RequestId: string | undefined;
|
|
176
|
+
}
|
|
177
|
+
export interface GetDashboardEmbedUrlRequest {
|
|
178
|
+
AwsAccountId: string | undefined;
|
|
179
|
+
DashboardId: string | undefined;
|
|
180
|
+
IdentityType: EmbeddingIdentityType | undefined;
|
|
181
|
+
SessionLifetimeInMinutes?: number | undefined;
|
|
182
|
+
UndoRedoDisabled?: boolean | undefined;
|
|
183
|
+
ResetDisabled?: boolean | undefined;
|
|
184
|
+
StatePersistenceEnabled?: boolean | undefined;
|
|
185
|
+
UserArn?: string | undefined;
|
|
186
|
+
Namespace?: string | undefined;
|
|
187
|
+
AdditionalDashboardIds?: string[] | undefined;
|
|
188
|
+
}
|
|
189
|
+
export interface GetDashboardEmbedUrlResponse {
|
|
190
|
+
EmbedUrl?: string | undefined;
|
|
191
|
+
Status?: number | undefined;
|
|
192
|
+
RequestId?: string | undefined;
|
|
193
|
+
}
|
|
194
|
+
export declare class IdentityTypeNotSupportedException extends __BaseException {
|
|
195
|
+
readonly name: "IdentityTypeNotSupportedException";
|
|
196
|
+
readonly $fault: "client";
|
|
197
|
+
Message?: string | undefined;
|
|
198
|
+
RequestId?: string | undefined;
|
|
199
|
+
constructor(
|
|
200
|
+
opts: __ExceptionOptionType<
|
|
201
|
+
IdentityTypeNotSupportedException,
|
|
202
|
+
__BaseException
|
|
203
|
+
>
|
|
204
|
+
);
|
|
205
|
+
}
|
|
206
|
+
export interface GetFlowMetadataInput {
|
|
207
|
+
AwsAccountId: string | undefined;
|
|
208
|
+
FlowId: string | undefined;
|
|
209
|
+
}
|
|
210
|
+
export interface GetFlowMetadataOutput {
|
|
211
|
+
Arn: string | undefined;
|
|
212
|
+
FlowId: string | undefined;
|
|
213
|
+
Name: string | undefined;
|
|
214
|
+
Description?: string | undefined;
|
|
215
|
+
PublishState?: FlowPublishState | undefined;
|
|
216
|
+
UserCount?: number | undefined;
|
|
217
|
+
RunCount?: number | undefined;
|
|
218
|
+
CreatedTime: Date | undefined;
|
|
219
|
+
LastUpdatedTime?: Date | undefined;
|
|
220
|
+
RequestId?: string | undefined;
|
|
221
|
+
Status?: number | undefined;
|
|
222
|
+
}
|
|
223
|
+
export interface GetFlowPermissionsInput {
|
|
224
|
+
AwsAccountId: string | undefined;
|
|
225
|
+
FlowId: string | undefined;
|
|
226
|
+
}
|
|
227
|
+
export interface Permission {
|
|
228
|
+
Actions: string[] | undefined;
|
|
229
|
+
Principal: string | undefined;
|
|
230
|
+
}
|
|
231
|
+
export interface GetFlowPermissionsOutput {
|
|
232
|
+
Arn: string | undefined;
|
|
233
|
+
FlowId: string | undefined;
|
|
234
|
+
Permissions: Permission[] | undefined;
|
|
235
|
+
RequestId?: string | undefined;
|
|
236
|
+
Status?: number | undefined;
|
|
237
|
+
}
|
|
238
|
+
export interface GetSessionEmbedUrlRequest {
|
|
239
|
+
AwsAccountId: string | undefined;
|
|
240
|
+
EntryPoint?: string | undefined;
|
|
241
|
+
SessionLifetimeInMinutes?: number | undefined;
|
|
242
|
+
UserArn?: string | undefined;
|
|
243
|
+
}
|
|
244
|
+
export interface GetSessionEmbedUrlResponse {
|
|
245
|
+
EmbedUrl?: string | undefined;
|
|
246
|
+
Status?: number | undefined;
|
|
247
|
+
RequestId?: string | undefined;
|
|
248
|
+
}
|
|
249
|
+
export declare const GroupFilterAttribute: {
|
|
250
|
+
readonly GROUP_NAME: "GROUP_NAME";
|
|
251
|
+
};
|
|
252
|
+
export type GroupFilterAttribute =
|
|
253
|
+
(typeof GroupFilterAttribute)[keyof typeof GroupFilterAttribute];
|
|
254
|
+
export declare const GroupFilterOperator: {
|
|
255
|
+
readonly StartsWith: "StartsWith";
|
|
256
|
+
};
|
|
257
|
+
export type GroupFilterOperator =
|
|
258
|
+
(typeof GroupFilterOperator)[keyof typeof GroupFilterOperator];
|
|
259
|
+
export interface GroupSearchFilter {
|
|
260
|
+
Operator: GroupFilterOperator | undefined;
|
|
261
|
+
Name: GroupFilterAttribute | undefined;
|
|
262
|
+
Value: string | undefined;
|
|
263
|
+
}
|
|
264
|
+
export interface IAMPolicyAssignmentSummary {
|
|
265
|
+
AssignmentName?: string | undefined;
|
|
266
|
+
AssignmentStatus?: AssignmentStatus | undefined;
|
|
267
|
+
}
|
|
268
|
+
export declare const IncludeGeneratedAnswer: {
|
|
269
|
+
readonly EXCLUDE: "EXCLUDE";
|
|
270
|
+
readonly INCLUDE: "INCLUDE";
|
|
271
|
+
};
|
|
272
|
+
export type IncludeGeneratedAnswer =
|
|
273
|
+
(typeof IncludeGeneratedAnswer)[keyof typeof IncludeGeneratedAnswer];
|
|
274
|
+
export declare const IncludeQuickSightQIndex: {
|
|
275
|
+
readonly EXCLUDE: "EXCLUDE";
|
|
276
|
+
readonly INCLUDE: "INCLUDE";
|
|
277
|
+
};
|
|
278
|
+
export type IncludeQuickSightQIndex =
|
|
279
|
+
(typeof IncludeQuickSightQIndex)[keyof typeof IncludeQuickSightQIndex];
|
|
280
|
+
export interface ListActionConnectorsRequest {
|
|
281
|
+
AwsAccountId: string | undefined;
|
|
282
|
+
MaxResults?: number | undefined;
|
|
283
|
+
NextToken?: string | undefined;
|
|
284
|
+
}
|
|
285
|
+
export interface ListActionConnectorsResponse {
|
|
286
|
+
ActionConnectorSummaries: ActionConnectorSummary[] | undefined;
|
|
287
|
+
NextToken?: string | undefined;
|
|
288
|
+
RequestId?: string | undefined;
|
|
289
|
+
Status?: number | undefined;
|
|
290
|
+
}
|
|
291
|
+
export interface ListAnalysesRequest {
|
|
292
|
+
AwsAccountId: string | undefined;
|
|
293
|
+
NextToken?: string | undefined;
|
|
294
|
+
MaxResults?: number | undefined;
|
|
295
|
+
}
|
|
296
|
+
export interface ListAnalysesResponse {
|
|
297
|
+
AnalysisSummaryList?: AnalysisSummary[] | undefined;
|
|
298
|
+
NextToken?: string | undefined;
|
|
299
|
+
Status?: number | undefined;
|
|
300
|
+
RequestId?: string | undefined;
|
|
301
|
+
}
|
|
302
|
+
export interface ListAssetBundleExportJobsRequest {
|
|
303
|
+
AwsAccountId: string | undefined;
|
|
304
|
+
NextToken?: string | undefined;
|
|
305
|
+
MaxResults?: number | undefined;
|
|
306
|
+
}
|
|
307
|
+
export interface ListAssetBundleExportJobsResponse {
|
|
308
|
+
AssetBundleExportJobSummaryList?: AssetBundleExportJobSummary[] | undefined;
|
|
309
|
+
NextToken?: string | undefined;
|
|
310
|
+
RequestId?: string | undefined;
|
|
311
|
+
Status?: number | undefined;
|
|
312
|
+
}
|
|
313
|
+
export interface ListAssetBundleImportJobsRequest {
|
|
314
|
+
AwsAccountId: string | undefined;
|
|
315
|
+
NextToken?: string | undefined;
|
|
316
|
+
MaxResults?: number | undefined;
|
|
317
|
+
}
|
|
318
|
+
export interface ListAssetBundleImportJobsResponse {
|
|
319
|
+
AssetBundleImportJobSummaryList?: AssetBundleImportJobSummary[] | undefined;
|
|
320
|
+
NextToken?: string | undefined;
|
|
321
|
+
RequestId?: string | undefined;
|
|
322
|
+
Status?: number | undefined;
|
|
323
|
+
}
|
|
324
|
+
export interface ListBrandsRequest {
|
|
325
|
+
AwsAccountId: string | undefined;
|
|
326
|
+
MaxResults?: number | undefined;
|
|
327
|
+
NextToken?: string | undefined;
|
|
328
|
+
}
|
|
329
|
+
export interface ListBrandsResponse {
|
|
330
|
+
NextToken?: string | undefined;
|
|
331
|
+
Brands?: BrandSummary[] | undefined;
|
|
332
|
+
}
|
|
333
|
+
export interface ListCustomPermissionsRequest {
|
|
334
|
+
AwsAccountId: string | undefined;
|
|
335
|
+
MaxResults?: number | undefined;
|
|
336
|
+
NextToken?: string | undefined;
|
|
337
|
+
}
|
|
338
|
+
export interface ListCustomPermissionsResponse {
|
|
339
|
+
Status?: number | undefined;
|
|
340
|
+
CustomPermissionsList?: CustomPermissions[] | undefined;
|
|
341
|
+
NextToken?: string | undefined;
|
|
342
|
+
RequestId?: string | undefined;
|
|
343
|
+
}
|
|
344
|
+
export interface ListDashboardsRequest {
|
|
345
|
+
AwsAccountId: string | undefined;
|
|
346
|
+
NextToken?: string | undefined;
|
|
347
|
+
MaxResults?: number | undefined;
|
|
348
|
+
}
|
|
349
|
+
export interface ListDashboardsResponse {
|
|
350
|
+
DashboardSummaryList?: DashboardSummary[] | undefined;
|
|
351
|
+
NextToken?: string | undefined;
|
|
352
|
+
Status?: number | undefined;
|
|
353
|
+
RequestId?: string | undefined;
|
|
354
|
+
}
|
|
355
|
+
export interface ListDashboardVersionsRequest {
|
|
356
|
+
AwsAccountId: string | undefined;
|
|
357
|
+
DashboardId: string | undefined;
|
|
358
|
+
NextToken?: string | undefined;
|
|
359
|
+
MaxResults?: number | undefined;
|
|
360
|
+
}
|
|
361
|
+
export interface ListDashboardVersionsResponse {
|
|
362
|
+
DashboardVersionSummaryList?: DashboardVersionSummary[] | undefined;
|
|
363
|
+
NextToken?: string | undefined;
|
|
364
|
+
Status?: number | undefined;
|
|
365
|
+
RequestId?: string | undefined;
|
|
366
|
+
}
|
|
367
|
+
export interface ListDataSetsRequest {
|
|
368
|
+
AwsAccountId: string | undefined;
|
|
369
|
+
NextToken?: string | undefined;
|
|
370
|
+
MaxResults?: number | undefined;
|
|
371
|
+
}
|
|
372
|
+
export interface ListDataSetsResponse {
|
|
373
|
+
DataSetSummaries?: DataSetSummary[] | undefined;
|
|
374
|
+
NextToken?: string | undefined;
|
|
375
|
+
RequestId?: string | undefined;
|
|
376
|
+
Status?: number | undefined;
|
|
377
|
+
}
|
|
378
|
+
export interface ListDataSourcesRequest {
|
|
379
|
+
AwsAccountId: string | undefined;
|
|
380
|
+
NextToken?: string | undefined;
|
|
381
|
+
MaxResults?: number | undefined;
|
|
382
|
+
}
|
|
383
|
+
export interface ListDataSourcesResponse {
|
|
384
|
+
DataSources?: DataSource[] | undefined;
|
|
385
|
+
NextToken?: string | undefined;
|
|
386
|
+
RequestId?: string | undefined;
|
|
387
|
+
Status?: number | undefined;
|
|
388
|
+
}
|
|
389
|
+
export interface ListFlowsInput {
|
|
390
|
+
AwsAccountId: string | undefined;
|
|
391
|
+
NextToken?: string | undefined;
|
|
392
|
+
MaxResults?: number | undefined;
|
|
393
|
+
}
|
|
394
|
+
export interface ListFlowsOutput {
|
|
395
|
+
FlowSummaryList?: FlowSummary[] | undefined;
|
|
396
|
+
NextToken?: string | undefined;
|
|
397
|
+
RequestId?: string | undefined;
|
|
398
|
+
Status?: number | undefined;
|
|
399
|
+
}
|
|
400
|
+
export interface ListFolderMembersRequest {
|
|
401
|
+
AwsAccountId: string | undefined;
|
|
402
|
+
FolderId: string | undefined;
|
|
403
|
+
NextToken?: string | undefined;
|
|
404
|
+
MaxResults?: number | undefined;
|
|
405
|
+
}
|
|
406
|
+
export interface ListFolderMembersResponse {
|
|
407
|
+
Status?: number | undefined;
|
|
408
|
+
FolderMemberList?: MemberIdArnPair[] | undefined;
|
|
409
|
+
NextToken?: string | undefined;
|
|
410
|
+
RequestId?: string | undefined;
|
|
411
|
+
}
|
|
412
|
+
export interface ListFoldersRequest {
|
|
413
|
+
AwsAccountId: string | undefined;
|
|
414
|
+
NextToken?: string | undefined;
|
|
415
|
+
MaxResults?: number | undefined;
|
|
416
|
+
}
|
|
417
|
+
export interface ListFoldersResponse {
|
|
418
|
+
Status?: number | undefined;
|
|
419
|
+
FolderSummaryList?: FolderSummary[] | undefined;
|
|
420
|
+
NextToken?: string | undefined;
|
|
421
|
+
RequestId?: string | undefined;
|
|
422
|
+
}
|
|
423
|
+
export interface ListFoldersForResourceRequest {
|
|
424
|
+
AwsAccountId: string | undefined;
|
|
425
|
+
ResourceArn: string | undefined;
|
|
426
|
+
NextToken?: string | undefined;
|
|
427
|
+
MaxResults?: number | undefined;
|
|
428
|
+
}
|
|
429
|
+
export interface ListFoldersForResourceResponse {
|
|
430
|
+
Status?: number | undefined;
|
|
431
|
+
Folders?: string[] | undefined;
|
|
432
|
+
NextToken?: string | undefined;
|
|
433
|
+
RequestId?: string | undefined;
|
|
434
|
+
}
|
|
435
|
+
export interface ListGroupMembershipsRequest {
|
|
436
|
+
GroupName: string | undefined;
|
|
437
|
+
NextToken?: string | undefined;
|
|
438
|
+
MaxResults?: number | undefined;
|
|
439
|
+
AwsAccountId: string | undefined;
|
|
440
|
+
Namespace: string | undefined;
|
|
441
|
+
}
|
|
442
|
+
export interface ListGroupMembershipsResponse {
|
|
443
|
+
GroupMemberList?: GroupMember[] | undefined;
|
|
444
|
+
NextToken?: string | undefined;
|
|
445
|
+
RequestId?: string | undefined;
|
|
446
|
+
Status?: number | undefined;
|
|
447
|
+
}
|
|
448
|
+
export interface ListGroupsRequest {
|
|
449
|
+
AwsAccountId: string | undefined;
|
|
450
|
+
NextToken?: string | undefined;
|
|
451
|
+
MaxResults?: number | undefined;
|
|
452
|
+
Namespace: string | undefined;
|
|
453
|
+
}
|
|
107
454
|
export interface ListGroupsResponse {
|
|
108
455
|
GroupList?: Group[] | undefined;
|
|
109
456
|
NextToken?: string | undefined;
|
|
@@ -903,6 +1250,8 @@ export interface UpdateDataSetRequest {
|
|
|
903
1250
|
DataSetUsageConfiguration?: DataSetUsageConfiguration | undefined;
|
|
904
1251
|
DatasetParameters?: DatasetParameter[] | undefined;
|
|
905
1252
|
PerformanceConfiguration?: PerformanceConfiguration | undefined;
|
|
1253
|
+
DataPrepConfiguration?: DataPrepConfiguration | undefined;
|
|
1254
|
+
SemanticModelConfiguration?: SemanticModelConfiguration | undefined;
|
|
906
1255
|
}
|
|
907
1256
|
export interface UpdateDataSetResponse {
|
|
908
1257
|
Arn?: string | undefined;
|
|
@@ -1314,6 +1663,21 @@ export interface ListTopicReviewedAnswersResponse {
|
|
|
1314
1663
|
Status?: number | undefined;
|
|
1315
1664
|
RequestId?: string | undefined;
|
|
1316
1665
|
}
|
|
1666
|
+
export declare const GenerateEmbedUrlForRegisteredUserResponseFilterSensitiveLog: (
|
|
1667
|
+
obj: GenerateEmbedUrlForRegisteredUserResponse
|
|
1668
|
+
) => any;
|
|
1669
|
+
export declare const GenerateEmbedUrlForRegisteredUserWithIdentityResponseFilterSensitiveLog: (
|
|
1670
|
+
obj: GenerateEmbedUrlForRegisteredUserWithIdentityResponse
|
|
1671
|
+
) => any;
|
|
1672
|
+
export declare const GetDashboardEmbedUrlResponseFilterSensitiveLog: (
|
|
1673
|
+
obj: GetDashboardEmbedUrlResponse
|
|
1674
|
+
) => any;
|
|
1675
|
+
export declare const GetSessionEmbedUrlResponseFilterSensitiveLog: (
|
|
1676
|
+
obj: GetSessionEmbedUrlResponse
|
|
1677
|
+
) => any;
|
|
1678
|
+
export declare const ListActionConnectorsResponseFilterSensitiveLog: (
|
|
1679
|
+
obj: ListActionConnectorsResponse
|
|
1680
|
+
) => any;
|
|
1317
1681
|
export declare const PredictQAResultsRequestFilterSensitiveLog: (
|
|
1318
1682
|
obj: PredictQAResultsRequest
|
|
1319
1683
|
) => any;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-quicksight",
|
|
3
3
|
"description": "AWS SDK for JavaScript Quicksight Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.927.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-quicksight",
|
|
@@ -20,17 +20,17 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/core": "3.927.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.927.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.922.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.922.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.922.0",
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.927.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.925.0",
|
|
30
30
|
"@aws-sdk/types": "3.922.0",
|
|
31
31
|
"@aws-sdk/util-endpoints": "3.922.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.922.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.927.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.4.2",
|
|
35
35
|
"@smithy/core": "^3.17.2",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.3.5",
|