@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
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
import { ResourceStatus } from "./models_0";
|
|
2
2
|
import {
|
|
3
3
|
AssignmentStatus,
|
|
4
|
+
BrandDefinition,
|
|
5
|
+
BrandDetail,
|
|
6
|
+
Capabilities,
|
|
7
|
+
ColumnGroup,
|
|
8
|
+
ColumnLevelPermissionRule,
|
|
4
9
|
DataSourceParameters,
|
|
5
10
|
ServiceType,
|
|
6
11
|
SslProperties,
|
|
@@ -10,11 +15,25 @@ import {
|
|
|
10
15
|
VpcConnectionProperties,
|
|
11
16
|
} from "./models_2";
|
|
12
17
|
import {
|
|
18
|
+
_Parameters,
|
|
19
|
+
DashboardPublishOptions,
|
|
20
|
+
DashboardSourceEntity,
|
|
21
|
+
DashboardsQAStatus,
|
|
22
|
+
DashboardVersionDefinition,
|
|
23
|
+
DataSetImportMode,
|
|
24
|
+
DatasetParameter,
|
|
25
|
+
DataSetUsageConfiguration,
|
|
13
26
|
DataSourceCredentials,
|
|
27
|
+
FieldFolder,
|
|
14
28
|
Group,
|
|
29
|
+
LinkSharingConfiguration,
|
|
30
|
+
LogicalTable,
|
|
31
|
+
PhysicalTable,
|
|
15
32
|
RefreshSchedule,
|
|
16
33
|
ResourcePermission,
|
|
17
34
|
Role,
|
|
35
|
+
RowLevelPermissionDataSet,
|
|
36
|
+
RowLevelPermissionTagConfiguration,
|
|
18
37
|
TemplateAlias,
|
|
19
38
|
TemplateSourceEntity,
|
|
20
39
|
TemplateVersionDefinition,
|
|
@@ -30,10 +49,141 @@ import {
|
|
|
30
49
|
FailedKeyRegistrationEntry,
|
|
31
50
|
PersonalizationMode,
|
|
32
51
|
PurchaseMode,
|
|
52
|
+
QSearchStatus,
|
|
33
53
|
RegisteredCustomerManagedKey,
|
|
34
54
|
User,
|
|
35
55
|
UserRole,
|
|
36
56
|
} from "./models_4";
|
|
57
|
+
export interface UpdateBrandResponse {
|
|
58
|
+
RequestId?: string | undefined;
|
|
59
|
+
BrandDetail?: BrandDetail | undefined;
|
|
60
|
+
BrandDefinition?: BrandDefinition | undefined;
|
|
61
|
+
}
|
|
62
|
+
export interface UpdateBrandAssignmentRequest {
|
|
63
|
+
AwsAccountId: string | undefined;
|
|
64
|
+
BrandArn: string | undefined;
|
|
65
|
+
}
|
|
66
|
+
export interface UpdateBrandAssignmentResponse {
|
|
67
|
+
RequestId?: string | undefined;
|
|
68
|
+
BrandArn?: string | undefined;
|
|
69
|
+
}
|
|
70
|
+
export interface UpdateBrandPublishedVersionRequest {
|
|
71
|
+
AwsAccountId: string | undefined;
|
|
72
|
+
BrandId: string | undefined;
|
|
73
|
+
VersionId: string | undefined;
|
|
74
|
+
}
|
|
75
|
+
export interface UpdateBrandPublishedVersionResponse {
|
|
76
|
+
RequestId?: string | undefined;
|
|
77
|
+
VersionId?: string | undefined;
|
|
78
|
+
}
|
|
79
|
+
export interface UpdateCustomPermissionsRequest {
|
|
80
|
+
AwsAccountId: string | undefined;
|
|
81
|
+
CustomPermissionsName: string | undefined;
|
|
82
|
+
Capabilities?: Capabilities | undefined;
|
|
83
|
+
}
|
|
84
|
+
export interface UpdateCustomPermissionsResponse {
|
|
85
|
+
Status?: number | undefined;
|
|
86
|
+
Arn?: string | undefined;
|
|
87
|
+
RequestId?: string | undefined;
|
|
88
|
+
}
|
|
89
|
+
export interface UpdateDashboardRequest {
|
|
90
|
+
AwsAccountId: string | undefined;
|
|
91
|
+
DashboardId: string | undefined;
|
|
92
|
+
Name: string | undefined;
|
|
93
|
+
SourceEntity?: DashboardSourceEntity | undefined;
|
|
94
|
+
Parameters?: _Parameters | undefined;
|
|
95
|
+
VersionDescription?: string | undefined;
|
|
96
|
+
DashboardPublishOptions?: DashboardPublishOptions | undefined;
|
|
97
|
+
ThemeArn?: string | undefined;
|
|
98
|
+
Definition?: DashboardVersionDefinition | undefined;
|
|
99
|
+
ValidationStrategy?: ValidationStrategy | undefined;
|
|
100
|
+
}
|
|
101
|
+
export interface UpdateDashboardResponse {
|
|
102
|
+
Arn?: string | undefined;
|
|
103
|
+
VersionArn?: string | undefined;
|
|
104
|
+
DashboardId?: string | undefined;
|
|
105
|
+
CreationStatus?: ResourceStatus | undefined;
|
|
106
|
+
Status?: number | undefined;
|
|
107
|
+
RequestId?: string | undefined;
|
|
108
|
+
}
|
|
109
|
+
export interface UpdateDashboardLinksRequest {
|
|
110
|
+
AwsAccountId: string | undefined;
|
|
111
|
+
DashboardId: string | undefined;
|
|
112
|
+
LinkEntities: string[] | undefined;
|
|
113
|
+
}
|
|
114
|
+
export interface UpdateDashboardLinksResponse {
|
|
115
|
+
RequestId?: string | undefined;
|
|
116
|
+
Status?: number | undefined;
|
|
117
|
+
DashboardArn?: string | undefined;
|
|
118
|
+
LinkEntities?: string[] | undefined;
|
|
119
|
+
}
|
|
120
|
+
export interface UpdateDashboardPermissionsRequest {
|
|
121
|
+
AwsAccountId: string | undefined;
|
|
122
|
+
DashboardId: string | undefined;
|
|
123
|
+
GrantPermissions?: ResourcePermission[] | undefined;
|
|
124
|
+
RevokePermissions?: ResourcePermission[] | undefined;
|
|
125
|
+
GrantLinkPermissions?: ResourcePermission[] | undefined;
|
|
126
|
+
RevokeLinkPermissions?: ResourcePermission[] | undefined;
|
|
127
|
+
}
|
|
128
|
+
export interface UpdateDashboardPermissionsResponse {
|
|
129
|
+
DashboardArn?: string | undefined;
|
|
130
|
+
DashboardId?: string | undefined;
|
|
131
|
+
Permissions?: ResourcePermission[] | undefined;
|
|
132
|
+
RequestId?: string | undefined;
|
|
133
|
+
Status?: number | undefined;
|
|
134
|
+
LinkSharingConfiguration?: LinkSharingConfiguration | undefined;
|
|
135
|
+
}
|
|
136
|
+
export interface UpdateDashboardPublishedVersionRequest {
|
|
137
|
+
AwsAccountId: string | undefined;
|
|
138
|
+
DashboardId: string | undefined;
|
|
139
|
+
VersionNumber: number | undefined;
|
|
140
|
+
}
|
|
141
|
+
export interface UpdateDashboardPublishedVersionResponse {
|
|
142
|
+
DashboardId?: string | undefined;
|
|
143
|
+
DashboardArn?: string | undefined;
|
|
144
|
+
Status?: number | undefined;
|
|
145
|
+
RequestId?: string | undefined;
|
|
146
|
+
}
|
|
147
|
+
export interface UpdateDashboardsQAConfigurationRequest {
|
|
148
|
+
AwsAccountId: string | undefined;
|
|
149
|
+
DashboardsQAStatus: DashboardsQAStatus | undefined;
|
|
150
|
+
}
|
|
151
|
+
export interface UpdateDashboardsQAConfigurationResponse {
|
|
152
|
+
DashboardsQAStatus?: DashboardsQAStatus | undefined;
|
|
153
|
+
RequestId?: string | undefined;
|
|
154
|
+
Status?: number | undefined;
|
|
155
|
+
}
|
|
156
|
+
export interface UpdateDataSetRequest {
|
|
157
|
+
AwsAccountId: string | undefined;
|
|
158
|
+
DataSetId: string | undefined;
|
|
159
|
+
Name: string | undefined;
|
|
160
|
+
PhysicalTableMap: Record<string, PhysicalTable> | undefined;
|
|
161
|
+
LogicalTableMap?: Record<string, LogicalTable> | undefined;
|
|
162
|
+
ImportMode: DataSetImportMode | undefined;
|
|
163
|
+
ColumnGroups?: ColumnGroup[] | undefined;
|
|
164
|
+
FieldFolders?: Record<string, FieldFolder> | undefined;
|
|
165
|
+
RowLevelPermissionDataSet?: RowLevelPermissionDataSet | undefined;
|
|
166
|
+
RowLevelPermissionTagConfiguration?:
|
|
167
|
+
| RowLevelPermissionTagConfiguration
|
|
168
|
+
| undefined;
|
|
169
|
+
ColumnLevelPermissionRules?: ColumnLevelPermissionRule[] | undefined;
|
|
170
|
+
DataSetUsageConfiguration?: DataSetUsageConfiguration | undefined;
|
|
171
|
+
DatasetParameters?: DatasetParameter[] | undefined;
|
|
172
|
+
}
|
|
173
|
+
export interface UpdateDataSetResponse {
|
|
174
|
+
Arn?: string | undefined;
|
|
175
|
+
DataSetId?: string | undefined;
|
|
176
|
+
IngestionArn?: string | undefined;
|
|
177
|
+
IngestionId?: string | undefined;
|
|
178
|
+
RequestId?: string | undefined;
|
|
179
|
+
Status?: number | undefined;
|
|
180
|
+
}
|
|
181
|
+
export interface UpdateDataSetPermissionsRequest {
|
|
182
|
+
AwsAccountId: string | undefined;
|
|
183
|
+
DataSetId: string | undefined;
|
|
184
|
+
GrantPermissions?: ResourcePermission[] | undefined;
|
|
185
|
+
RevokePermissions?: ResourcePermission[] | undefined;
|
|
186
|
+
}
|
|
37
187
|
export interface UpdateDataSetPermissionsResponse {
|
|
38
188
|
DataSetArn?: string | undefined;
|
|
39
189
|
DataSetId?: string | undefined;
|
|
@@ -68,6 +218,15 @@ export interface UpdateDataSourcePermissionsResponse {
|
|
|
68
218
|
RequestId?: string | undefined;
|
|
69
219
|
Status?: number | undefined;
|
|
70
220
|
}
|
|
221
|
+
export interface UpdateDefaultQBusinessApplicationRequest {
|
|
222
|
+
AwsAccountId: string | undefined;
|
|
223
|
+
Namespace?: string | undefined;
|
|
224
|
+
ApplicationId: string | undefined;
|
|
225
|
+
}
|
|
226
|
+
export interface UpdateDefaultQBusinessApplicationResponse {
|
|
227
|
+
RequestId?: string | undefined;
|
|
228
|
+
Status?: number | undefined;
|
|
229
|
+
}
|
|
71
230
|
export interface UpdateFolderRequest {
|
|
72
231
|
AwsAccountId: string | undefined;
|
|
73
232
|
FolderId: string | undefined;
|
|
@@ -171,6 +330,15 @@ export interface UpdateQPersonalizationConfigurationResponse {
|
|
|
171
330
|
RequestId?: string | undefined;
|
|
172
331
|
Status?: number | undefined;
|
|
173
332
|
}
|
|
333
|
+
export interface UpdateQuickSightQSearchConfigurationRequest {
|
|
334
|
+
AwsAccountId: string | undefined;
|
|
335
|
+
QSearchStatus: QSearchStatus | undefined;
|
|
336
|
+
}
|
|
337
|
+
export interface UpdateQuickSightQSearchConfigurationResponse {
|
|
338
|
+
QSearchStatus?: QSearchStatus | undefined;
|
|
339
|
+
RequestId?: string | undefined;
|
|
340
|
+
Status?: number | undefined;
|
|
341
|
+
}
|
|
174
342
|
export interface UpdateRefreshScheduleRequest {
|
|
175
343
|
DataSetId: string | undefined;
|
|
176
344
|
AwsAccountId: string | undefined;
|
|
@@ -398,6 +566,12 @@ export interface ListTopicReviewedAnswersResponse {
|
|
|
398
566
|
Status?: number | undefined;
|
|
399
567
|
RequestId?: string | undefined;
|
|
400
568
|
}
|
|
569
|
+
export declare const UpdateDashboardRequestFilterSensitiveLog: (
|
|
570
|
+
obj: UpdateDashboardRequest
|
|
571
|
+
) => any;
|
|
572
|
+
export declare const UpdateDataSetRequestFilterSensitiveLog: (
|
|
573
|
+
obj: UpdateDataSetRequest
|
|
574
|
+
) => any;
|
|
401
575
|
export declare const UpdateDataSourceRequestFilterSensitiveLog: (
|
|
402
576
|
obj: UpdateDataSourceRequest
|
|
403
577
|
) => any;
|
|
@@ -151,6 +151,10 @@ import {
|
|
|
151
151
|
DeleteDataSourceCommandInput,
|
|
152
152
|
DeleteDataSourceCommandOutput,
|
|
153
153
|
} from "../commands/DeleteDataSourceCommand";
|
|
154
|
+
import {
|
|
155
|
+
DeleteDefaultQBusinessApplicationCommandInput,
|
|
156
|
+
DeleteDefaultQBusinessApplicationCommandOutput,
|
|
157
|
+
} from "../commands/DeleteDefaultQBusinessApplicationCommand";
|
|
154
158
|
import {
|
|
155
159
|
DeleteFolderCommandInput,
|
|
156
160
|
DeleteFolderCommandOutput,
|
|
@@ -323,6 +327,10 @@ import {
|
|
|
323
327
|
DescribeDataSourcePermissionsCommandInput,
|
|
324
328
|
DescribeDataSourcePermissionsCommandOutput,
|
|
325
329
|
} from "../commands/DescribeDataSourcePermissionsCommand";
|
|
330
|
+
import {
|
|
331
|
+
DescribeDefaultQBusinessApplicationCommandInput,
|
|
332
|
+
DescribeDefaultQBusinessApplicationCommandOutput,
|
|
333
|
+
} from "../commands/DescribeDefaultQBusinessApplicationCommand";
|
|
326
334
|
import {
|
|
327
335
|
DescribeFolderCommandInput,
|
|
328
336
|
DescribeFolderCommandOutput,
|
|
@@ -367,6 +375,10 @@ import {
|
|
|
367
375
|
DescribeQPersonalizationConfigurationCommandInput,
|
|
368
376
|
DescribeQPersonalizationConfigurationCommandOutput,
|
|
369
377
|
} from "../commands/DescribeQPersonalizationConfigurationCommand";
|
|
378
|
+
import {
|
|
379
|
+
DescribeQuickSightQSearchConfigurationCommandInput,
|
|
380
|
+
DescribeQuickSightQSearchConfigurationCommandOutput,
|
|
381
|
+
} from "../commands/DescribeQuickSightQSearchConfigurationCommand";
|
|
370
382
|
import {
|
|
371
383
|
DescribeRefreshScheduleCommandInput,
|
|
372
384
|
DescribeRefreshScheduleCommandOutput,
|
|
@@ -435,6 +447,10 @@ import {
|
|
|
435
447
|
GenerateEmbedUrlForRegisteredUserCommandInput,
|
|
436
448
|
GenerateEmbedUrlForRegisteredUserCommandOutput,
|
|
437
449
|
} from "../commands/GenerateEmbedUrlForRegisteredUserCommand";
|
|
450
|
+
import {
|
|
451
|
+
GenerateEmbedUrlForRegisteredUserWithIdentityCommandInput,
|
|
452
|
+
GenerateEmbedUrlForRegisteredUserWithIdentityCommandOutput,
|
|
453
|
+
} from "../commands/GenerateEmbedUrlForRegisteredUserWithIdentityCommand";
|
|
438
454
|
import {
|
|
439
455
|
GetDashboardEmbedUrlCommandInput,
|
|
440
456
|
GetDashboardEmbedUrlCommandOutput,
|
|
@@ -579,6 +595,10 @@ import {
|
|
|
579
595
|
ListVPCConnectionsCommandInput,
|
|
580
596
|
ListVPCConnectionsCommandOutput,
|
|
581
597
|
} from "../commands/ListVPCConnectionsCommand";
|
|
598
|
+
import {
|
|
599
|
+
PredictQAResultsCommandInput,
|
|
600
|
+
PredictQAResultsCommandOutput,
|
|
601
|
+
} from "../commands/PredictQAResultsCommand";
|
|
582
602
|
import {
|
|
583
603
|
PutDataSetRefreshPropertiesCommandInput,
|
|
584
604
|
PutDataSetRefreshPropertiesCommandOutput,
|
|
@@ -659,6 +679,10 @@ import {
|
|
|
659
679
|
UpdateAnalysisPermissionsCommandInput,
|
|
660
680
|
UpdateAnalysisPermissionsCommandOutput,
|
|
661
681
|
} from "../commands/UpdateAnalysisPermissionsCommand";
|
|
682
|
+
import {
|
|
683
|
+
UpdateApplicationWithTokenExchangeGrantCommandInput,
|
|
684
|
+
UpdateApplicationWithTokenExchangeGrantCommandOutput,
|
|
685
|
+
} from "../commands/UpdateApplicationWithTokenExchangeGrantCommand";
|
|
662
686
|
import {
|
|
663
687
|
UpdateBrandAssignmentCommandInput,
|
|
664
688
|
UpdateBrandAssignmentCommandOutput,
|
|
@@ -711,6 +735,10 @@ import {
|
|
|
711
735
|
UpdateDataSourcePermissionsCommandInput,
|
|
712
736
|
UpdateDataSourcePermissionsCommandOutput,
|
|
713
737
|
} from "../commands/UpdateDataSourcePermissionsCommand";
|
|
738
|
+
import {
|
|
739
|
+
UpdateDefaultQBusinessApplicationCommandInput,
|
|
740
|
+
UpdateDefaultQBusinessApplicationCommandOutput,
|
|
741
|
+
} from "../commands/UpdateDefaultQBusinessApplicationCommand";
|
|
714
742
|
import {
|
|
715
743
|
UpdateFolderCommandInput,
|
|
716
744
|
UpdateFolderCommandOutput,
|
|
@@ -747,6 +775,10 @@ import {
|
|
|
747
775
|
UpdateQPersonalizationConfigurationCommandInput,
|
|
748
776
|
UpdateQPersonalizationConfigurationCommandOutput,
|
|
749
777
|
} from "../commands/UpdateQPersonalizationConfigurationCommand";
|
|
778
|
+
import {
|
|
779
|
+
UpdateQuickSightQSearchConfigurationCommandInput,
|
|
780
|
+
UpdateQuickSightQSearchConfigurationCommandOutput,
|
|
781
|
+
} from "../commands/UpdateQuickSightQSearchConfigurationCommand";
|
|
750
782
|
import {
|
|
751
783
|
UpdateRefreshScheduleCommandInput,
|
|
752
784
|
UpdateRefreshScheduleCommandOutput,
|
|
@@ -955,6 +987,10 @@ export declare const se_DeleteDataSourceCommand: (
|
|
|
955
987
|
input: DeleteDataSourceCommandInput,
|
|
956
988
|
context: __SerdeContext
|
|
957
989
|
) => Promise<__HttpRequest>;
|
|
990
|
+
export declare const se_DeleteDefaultQBusinessApplicationCommand: (
|
|
991
|
+
input: DeleteDefaultQBusinessApplicationCommandInput,
|
|
992
|
+
context: __SerdeContext
|
|
993
|
+
) => Promise<__HttpRequest>;
|
|
958
994
|
export declare const se_DeleteFolderCommand: (
|
|
959
995
|
input: DeleteFolderCommandInput,
|
|
960
996
|
context: __SerdeContext
|
|
@@ -1127,6 +1163,10 @@ export declare const se_DescribeDataSourcePermissionsCommand: (
|
|
|
1127
1163
|
input: DescribeDataSourcePermissionsCommandInput,
|
|
1128
1164
|
context: __SerdeContext
|
|
1129
1165
|
) => Promise<__HttpRequest>;
|
|
1166
|
+
export declare const se_DescribeDefaultQBusinessApplicationCommand: (
|
|
1167
|
+
input: DescribeDefaultQBusinessApplicationCommandInput,
|
|
1168
|
+
context: __SerdeContext
|
|
1169
|
+
) => Promise<__HttpRequest>;
|
|
1130
1170
|
export declare const se_DescribeFolderCommand: (
|
|
1131
1171
|
input: DescribeFolderCommandInput,
|
|
1132
1172
|
context: __SerdeContext
|
|
@@ -1171,6 +1211,10 @@ export declare const se_DescribeQPersonalizationConfigurationCommand: (
|
|
|
1171
1211
|
input: DescribeQPersonalizationConfigurationCommandInput,
|
|
1172
1212
|
context: __SerdeContext
|
|
1173
1213
|
) => Promise<__HttpRequest>;
|
|
1214
|
+
export declare const se_DescribeQuickSightQSearchConfigurationCommand: (
|
|
1215
|
+
input: DescribeQuickSightQSearchConfigurationCommandInput,
|
|
1216
|
+
context: __SerdeContext
|
|
1217
|
+
) => Promise<__HttpRequest>;
|
|
1174
1218
|
export declare const se_DescribeRefreshScheduleCommand: (
|
|
1175
1219
|
input: DescribeRefreshScheduleCommandInput,
|
|
1176
1220
|
context: __SerdeContext
|
|
@@ -1239,6 +1283,10 @@ export declare const se_GenerateEmbedUrlForRegisteredUserCommand: (
|
|
|
1239
1283
|
input: GenerateEmbedUrlForRegisteredUserCommandInput,
|
|
1240
1284
|
context: __SerdeContext
|
|
1241
1285
|
) => Promise<__HttpRequest>;
|
|
1286
|
+
export declare const se_GenerateEmbedUrlForRegisteredUserWithIdentityCommand: (
|
|
1287
|
+
input: GenerateEmbedUrlForRegisteredUserWithIdentityCommandInput,
|
|
1288
|
+
context: __SerdeContext
|
|
1289
|
+
) => Promise<__HttpRequest>;
|
|
1242
1290
|
export declare const se_GetDashboardEmbedUrlCommand: (
|
|
1243
1291
|
input: GetDashboardEmbedUrlCommandInput,
|
|
1244
1292
|
context: __SerdeContext
|
|
@@ -1383,6 +1431,10 @@ export declare const se_ListVPCConnectionsCommand: (
|
|
|
1383
1431
|
input: ListVPCConnectionsCommandInput,
|
|
1384
1432
|
context: __SerdeContext
|
|
1385
1433
|
) => Promise<__HttpRequest>;
|
|
1434
|
+
export declare const se_PredictQAResultsCommand: (
|
|
1435
|
+
input: PredictQAResultsCommandInput,
|
|
1436
|
+
context: __SerdeContext
|
|
1437
|
+
) => Promise<__HttpRequest>;
|
|
1386
1438
|
export declare const se_PutDataSetRefreshPropertiesCommand: (
|
|
1387
1439
|
input: PutDataSetRefreshPropertiesCommandInput,
|
|
1388
1440
|
context: __SerdeContext
|
|
@@ -1463,6 +1515,10 @@ export declare const se_UpdateAnalysisPermissionsCommand: (
|
|
|
1463
1515
|
input: UpdateAnalysisPermissionsCommandInput,
|
|
1464
1516
|
context: __SerdeContext
|
|
1465
1517
|
) => Promise<__HttpRequest>;
|
|
1518
|
+
export declare const se_UpdateApplicationWithTokenExchangeGrantCommand: (
|
|
1519
|
+
input: UpdateApplicationWithTokenExchangeGrantCommandInput,
|
|
1520
|
+
context: __SerdeContext
|
|
1521
|
+
) => Promise<__HttpRequest>;
|
|
1466
1522
|
export declare const se_UpdateBrandCommand: (
|
|
1467
1523
|
input: UpdateBrandCommandInput,
|
|
1468
1524
|
context: __SerdeContext
|
|
@@ -1515,6 +1571,10 @@ export declare const se_UpdateDataSourcePermissionsCommand: (
|
|
|
1515
1571
|
input: UpdateDataSourcePermissionsCommandInput,
|
|
1516
1572
|
context: __SerdeContext
|
|
1517
1573
|
) => Promise<__HttpRequest>;
|
|
1574
|
+
export declare const se_UpdateDefaultQBusinessApplicationCommand: (
|
|
1575
|
+
input: UpdateDefaultQBusinessApplicationCommandInput,
|
|
1576
|
+
context: __SerdeContext
|
|
1577
|
+
) => Promise<__HttpRequest>;
|
|
1518
1578
|
export declare const se_UpdateFolderCommand: (
|
|
1519
1579
|
input: UpdateFolderCommandInput,
|
|
1520
1580
|
context: __SerdeContext
|
|
@@ -1551,6 +1611,10 @@ export declare const se_UpdateQPersonalizationConfigurationCommand: (
|
|
|
1551
1611
|
input: UpdateQPersonalizationConfigurationCommandInput,
|
|
1552
1612
|
context: __SerdeContext
|
|
1553
1613
|
) => Promise<__HttpRequest>;
|
|
1614
|
+
export declare const se_UpdateQuickSightQSearchConfigurationCommand: (
|
|
1615
|
+
input: UpdateQuickSightQSearchConfigurationCommandInput,
|
|
1616
|
+
context: __SerdeContext
|
|
1617
|
+
) => Promise<__HttpRequest>;
|
|
1554
1618
|
export declare const se_UpdateRefreshScheduleCommand: (
|
|
1555
1619
|
input: UpdateRefreshScheduleCommandInput,
|
|
1556
1620
|
context: __SerdeContext
|
|
@@ -1759,6 +1823,10 @@ export declare const de_DeleteDataSourceCommand: (
|
|
|
1759
1823
|
output: __HttpResponse,
|
|
1760
1824
|
context: __SerdeContext
|
|
1761
1825
|
) => Promise<DeleteDataSourceCommandOutput>;
|
|
1826
|
+
export declare const de_DeleteDefaultQBusinessApplicationCommand: (
|
|
1827
|
+
output: __HttpResponse,
|
|
1828
|
+
context: __SerdeContext
|
|
1829
|
+
) => Promise<DeleteDefaultQBusinessApplicationCommandOutput>;
|
|
1762
1830
|
export declare const de_DeleteFolderCommand: (
|
|
1763
1831
|
output: __HttpResponse,
|
|
1764
1832
|
context: __SerdeContext
|
|
@@ -1931,6 +1999,10 @@ export declare const de_DescribeDataSourcePermissionsCommand: (
|
|
|
1931
1999
|
output: __HttpResponse,
|
|
1932
2000
|
context: __SerdeContext
|
|
1933
2001
|
) => Promise<DescribeDataSourcePermissionsCommandOutput>;
|
|
2002
|
+
export declare const de_DescribeDefaultQBusinessApplicationCommand: (
|
|
2003
|
+
output: __HttpResponse,
|
|
2004
|
+
context: __SerdeContext
|
|
2005
|
+
) => Promise<DescribeDefaultQBusinessApplicationCommandOutput>;
|
|
1934
2006
|
export declare const de_DescribeFolderCommand: (
|
|
1935
2007
|
output: __HttpResponse,
|
|
1936
2008
|
context: __SerdeContext
|
|
@@ -1975,6 +2047,10 @@ export declare const de_DescribeQPersonalizationConfigurationCommand: (
|
|
|
1975
2047
|
output: __HttpResponse,
|
|
1976
2048
|
context: __SerdeContext
|
|
1977
2049
|
) => Promise<DescribeQPersonalizationConfigurationCommandOutput>;
|
|
2050
|
+
export declare const de_DescribeQuickSightQSearchConfigurationCommand: (
|
|
2051
|
+
output: __HttpResponse,
|
|
2052
|
+
context: __SerdeContext
|
|
2053
|
+
) => Promise<DescribeQuickSightQSearchConfigurationCommandOutput>;
|
|
1978
2054
|
export declare const de_DescribeRefreshScheduleCommand: (
|
|
1979
2055
|
output: __HttpResponse,
|
|
1980
2056
|
context: __SerdeContext
|
|
@@ -2043,6 +2119,10 @@ export declare const de_GenerateEmbedUrlForRegisteredUserCommand: (
|
|
|
2043
2119
|
output: __HttpResponse,
|
|
2044
2120
|
context: __SerdeContext
|
|
2045
2121
|
) => Promise<GenerateEmbedUrlForRegisteredUserCommandOutput>;
|
|
2122
|
+
export declare const de_GenerateEmbedUrlForRegisteredUserWithIdentityCommand: (
|
|
2123
|
+
output: __HttpResponse,
|
|
2124
|
+
context: __SerdeContext
|
|
2125
|
+
) => Promise<GenerateEmbedUrlForRegisteredUserWithIdentityCommandOutput>;
|
|
2046
2126
|
export declare const de_GetDashboardEmbedUrlCommand: (
|
|
2047
2127
|
output: __HttpResponse,
|
|
2048
2128
|
context: __SerdeContext
|
|
@@ -2187,6 +2267,10 @@ export declare const de_ListVPCConnectionsCommand: (
|
|
|
2187
2267
|
output: __HttpResponse,
|
|
2188
2268
|
context: __SerdeContext
|
|
2189
2269
|
) => Promise<ListVPCConnectionsCommandOutput>;
|
|
2270
|
+
export declare const de_PredictQAResultsCommand: (
|
|
2271
|
+
output: __HttpResponse,
|
|
2272
|
+
context: __SerdeContext
|
|
2273
|
+
) => Promise<PredictQAResultsCommandOutput>;
|
|
2190
2274
|
export declare const de_PutDataSetRefreshPropertiesCommand: (
|
|
2191
2275
|
output: __HttpResponse,
|
|
2192
2276
|
context: __SerdeContext
|
|
@@ -2267,6 +2351,10 @@ export declare const de_UpdateAnalysisPermissionsCommand: (
|
|
|
2267
2351
|
output: __HttpResponse,
|
|
2268
2352
|
context: __SerdeContext
|
|
2269
2353
|
) => Promise<UpdateAnalysisPermissionsCommandOutput>;
|
|
2354
|
+
export declare const de_UpdateApplicationWithTokenExchangeGrantCommand: (
|
|
2355
|
+
output: __HttpResponse,
|
|
2356
|
+
context: __SerdeContext
|
|
2357
|
+
) => Promise<UpdateApplicationWithTokenExchangeGrantCommandOutput>;
|
|
2270
2358
|
export declare const de_UpdateBrandCommand: (
|
|
2271
2359
|
output: __HttpResponse,
|
|
2272
2360
|
context: __SerdeContext
|
|
@@ -2319,6 +2407,10 @@ export declare const de_UpdateDataSourcePermissionsCommand: (
|
|
|
2319
2407
|
output: __HttpResponse,
|
|
2320
2408
|
context: __SerdeContext
|
|
2321
2409
|
) => Promise<UpdateDataSourcePermissionsCommandOutput>;
|
|
2410
|
+
export declare const de_UpdateDefaultQBusinessApplicationCommand: (
|
|
2411
|
+
output: __HttpResponse,
|
|
2412
|
+
context: __SerdeContext
|
|
2413
|
+
) => Promise<UpdateDefaultQBusinessApplicationCommandOutput>;
|
|
2322
2414
|
export declare const de_UpdateFolderCommand: (
|
|
2323
2415
|
output: __HttpResponse,
|
|
2324
2416
|
context: __SerdeContext
|
|
@@ -2355,6 +2447,10 @@ export declare const de_UpdateQPersonalizationConfigurationCommand: (
|
|
|
2355
2447
|
output: __HttpResponse,
|
|
2356
2448
|
context: __SerdeContext
|
|
2357
2449
|
) => Promise<UpdateQPersonalizationConfigurationCommandOutput>;
|
|
2450
|
+
export declare const de_UpdateQuickSightQSearchConfigurationCommand: (
|
|
2451
|
+
output: __HttpResponse,
|
|
2452
|
+
context: __SerdeContext
|
|
2453
|
+
) => Promise<UpdateQuickSightQSearchConfigurationCommandOutput>;
|
|
2358
2454
|
export declare const de_UpdateRefreshScheduleCommand: (
|
|
2359
2455
|
output: __HttpResponse,
|
|
2360
2456
|
context: __SerdeContext
|
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.705.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",
|