@aws-sdk/client-quicksight 3.777.0 → 3.782.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/dist-cjs/index.js +191 -164
- package/dist-es/commands/DescribeAnalysisCommand.js +1 -1
- package/dist-es/commands/StartDashboardSnapshotJobCommand.js +1 -1
- package/dist-es/commands/UpdateAnalysisCommand.js +1 -1
- package/dist-es/models/models_0.js +4 -29
- package/dist-es/models/models_1.js +30 -30
- package/dist-es/models/models_2.js +43 -51
- package/dist-es/models/models_3.js +55 -6
- package/dist-es/models/models_4.js +0 -10
- package/dist-es/models/models_5.js +10 -0
- package/dist-es/protocols/Aws_restJson1.js +5 -2
- package/dist-types/commands/CreateAnalysisCommand.d.ts +11 -0
- package/dist-types/commands/CreateDashboardCommand.d.ts +14 -0
- package/dist-types/commands/CreateDataSetCommand.d.ts +1 -0
- package/dist-types/commands/CreateDataSourceCommand.d.ts +2 -0
- package/dist-types/commands/CreateNamespaceCommand.d.ts +1 -1
- package/dist-types/commands/CreateTemplateCommand.d.ts +11 -0
- package/dist-types/commands/DeleteUserByPrincipalIdCommand.d.ts +1 -1
- package/dist-types/commands/DeleteUserCommand.d.ts +2 -1
- package/dist-types/commands/DeleteUserCustomPermissionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteVPCConnectionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAccountCustomizationCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAccountSettingsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAccountSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAnalysisCommand.d.ts +1 -2
- package/dist-types/commands/DescribeAnalysisDefinitionCommand.d.ts +11 -0
- package/dist-types/commands/DescribeAssetBundleExportJobCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAssetBundleImportJobCommand.d.ts +17 -0
- package/dist-types/commands/DescribeDashboardDefinitionCommand.d.ts +14 -0
- package/dist-types/commands/DescribeDataSetCommand.d.ts +1 -0
- package/dist-types/commands/DescribeDataSetRefreshPropertiesCommand.d.ts +5 -0
- package/dist-types/commands/DescribeDataSourceCommand.d.ts +2 -0
- package/dist-types/commands/DescribeTemplateDefinitionCommand.d.ts +11 -0
- package/dist-types/commands/GenerateEmbedUrlForRegisteredUserCommand.d.ts +37 -0
- package/dist-types/commands/GenerateEmbedUrlForRegisteredUserWithIdentityCommand.d.ts +37 -0
- package/dist-types/commands/ListDataSetsCommand.d.ts +1 -0
- package/dist-types/commands/ListDataSourcesCommand.d.ts +2 -0
- package/dist-types/commands/PredictQAResultsCommand.d.ts +2 -0
- package/dist-types/commands/PutDataSetRefreshPropertiesCommand.d.ts +5 -0
- package/dist-types/commands/SearchDataSetsCommand.d.ts +1 -0
- package/dist-types/commands/StartAssetBundleExportJobCommand.d.ts +1 -1
- package/dist-types/commands/StartAssetBundleImportJobCommand.d.ts +17 -0
- package/dist-types/commands/StartDashboardSnapshotJobCommand.d.ts +1 -1
- package/dist-types/commands/StartDashboardSnapshotJobScheduleCommand.d.ts +1 -1
- package/dist-types/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAccountCustomizationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAccountSettingsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAnalysisCommand.d.ts +12 -1
- package/dist-types/commands/UpdateAnalysisPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDashboardCommand.d.ts +14 -0
- package/dist-types/commands/UpdateDataSourceCommand.d.ts +2 -0
- package/dist-types/commands/UpdateTemplateCommand.d.ts +11 -0
- package/dist-types/models/models_0.d.ts +103 -149
- package/dist-types/models/models_1.d.ts +144 -154
- package/dist-types/models/models_2.d.ts +315 -320
- package/dist-types/models/models_3.d.ts +373 -373
- package/dist-types/models/models_4.d.ts +390 -438
- package/dist-types/models/models_5.d.ts +429 -4
- package/dist-types/ts3.4/commands/DeleteUserByPrincipalIdCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteUserCustomPermissionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteVPCConnectionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeAccountCustomizationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeAccountSettingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeAccountSubscriptionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeAnalysisCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/StartDashboardSnapshotJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartDashboardSnapshotJobScheduleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateAccountCustomizationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateAccountSettingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateAnalysisCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateAnalysisPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +29 -44
- package/dist-types/ts3.4/models/models_1.d.ts +46 -57
- package/dist-types/ts3.4/models/models_2.d.ts +104 -109
- package/dist-types/ts3.4/models/models_3.d.ts +117 -102
- package/dist-types/ts3.4/models/models_4.d.ts +89 -106
- package/dist-types/ts3.4/models/models_5.d.ts +111 -3
- package/package.json +5 -5
|
@@ -1,7 +1,420 @@
|
|
|
1
|
-
import { ResourceStatus } from "./models_0";
|
|
2
|
-
import {
|
|
3
|
-
import { _Parameters, ColumnLevelPermissionRule, DashboardPublishOptions, DashboardSourceEntity, DashboardsQAStatus, DashboardVersionDefinition, DataSetImportMode, DatasetParameter, DataSetUsageConfiguration, DataSourceCredentials, FieldFolder, Group, LinkSharingConfiguration, LogicalTable, PerformanceConfiguration, PhysicalTable, RefreshSchedule, ResourcePermission, Role, RowLevelPermissionDataSet, RowLevelPermissionTagConfiguration, TemplateAlias, TemplateSourceEntity, TemplateVersionDefinition, ThemeAlias, ThemeConfiguration, TopicDetails, TopicRefreshSchedule, ValidationStrategy, VPCConnectionAvailabilityStatus, VPCConnectionResourceStatus } from "./models_3";
|
|
4
|
-
import { FailedKeyRegistrationEntry, PersonalizationMode, PurchaseMode, QSearchStatus, RegisteredCustomerManagedKey, User, UserRole } from "./models_4";
|
|
1
|
+
import { AccountCustomization, ResourceStatus } from "./models_0";
|
|
2
|
+
import { AnalysisDefinition, AnalysisSourceEntity, AssignmentStatus, BrandDefinition, BrandDetail, DataSourceParameters, ServiceType, SslProperties, Tag, TopicIR, TopicTemplate, VisualRole, VpcConnectionProperties } from "./models_2";
|
|
3
|
+
import { _Parameters, Capabilities, ColumnGroup, ColumnLevelPermissionRule, DashboardPublishOptions, DashboardSourceEntity, DashboardsQAStatus, DashboardVersionDefinition, DataSetImportMode, DatasetParameter, DataSetUsageConfiguration, DataSourceCredentials, FieldFolder, Group, LinkSharingConfiguration, LogicalTable, PerformanceConfiguration, PhysicalTable, RefreshSchedule, ResourcePermission, Role, RowLevelPermissionDataSet, RowLevelPermissionTagConfiguration, TemplateAlias, TemplateSourceEntity, TemplateVersionDefinition, ThemeAlias, ThemeConfiguration, TopicDetails, TopicRefreshSchedule, ValidationStrategy, VPCConnectionAvailabilityStatus, VPCConnectionResourceStatus } from "./models_3";
|
|
4
|
+
import { FailedKeyRegistrationEntry, PersonalizationMode, PurchaseMode, QSearchStatus, RegisteredCustomerManagedKey, SnapshotAnonymousUser, SnapshotConfiguration, User, UserRole } from "./models_4";
|
|
5
|
+
/**
|
|
6
|
+
* <p>A structure that contains information about the users that the dashboard snapshot is generated for.</p>
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export interface SnapshotUserConfiguration {
|
|
10
|
+
/**
|
|
11
|
+
* <p>An array of records that describe the anonymous users that the dashboard snapshot is generated for.</p>
|
|
12
|
+
* @public
|
|
13
|
+
*/
|
|
14
|
+
AnonymousUsers?: SnapshotAnonymousUser[] | undefined;
|
|
15
|
+
}
|
|
16
|
+
/**
|
|
17
|
+
* @public
|
|
18
|
+
*/
|
|
19
|
+
export interface StartDashboardSnapshotJobRequest {
|
|
20
|
+
/**
|
|
21
|
+
* <p>The ID of the Amazon Web Services account that the dashboard snapshot job is executed in.</p>
|
|
22
|
+
* @public
|
|
23
|
+
*/
|
|
24
|
+
AwsAccountId: string | undefined;
|
|
25
|
+
/**
|
|
26
|
+
* <p>The ID of the dashboard that you want to start a snapshot job for.
|
|
27
|
+
* </p>
|
|
28
|
+
* @public
|
|
29
|
+
*/
|
|
30
|
+
DashboardId: string | undefined;
|
|
31
|
+
/**
|
|
32
|
+
* <p>An ID for the dashboard snapshot job. This ID is unique to the dashboard while the job is running. This ID can be used to poll the status of a job with a <code>DescribeDashboardSnapshotJob</code> while the job runs. You can reuse this ID for another job 24 hours after the current job is completed.</p>
|
|
33
|
+
* @public
|
|
34
|
+
*/
|
|
35
|
+
SnapshotJobId: string | undefined;
|
|
36
|
+
/**
|
|
37
|
+
* <p>
|
|
38
|
+
* A structure that contains information about the anonymous users that the generated snapshot is for. This API will not return information about registered Amazon QuickSight.</p>
|
|
39
|
+
* @public
|
|
40
|
+
*/
|
|
41
|
+
UserConfiguration: SnapshotUserConfiguration | undefined;
|
|
42
|
+
/**
|
|
43
|
+
* <p>A structure that describes the configuration of the dashboard snapshot.</p>
|
|
44
|
+
* @public
|
|
45
|
+
*/
|
|
46
|
+
SnapshotConfiguration: SnapshotConfiguration | undefined;
|
|
47
|
+
}
|
|
48
|
+
/**
|
|
49
|
+
* @public
|
|
50
|
+
*/
|
|
51
|
+
export interface StartDashboardSnapshotJobResponse {
|
|
52
|
+
/**
|
|
53
|
+
* <p>The Amazon Resource Name (ARN) for the dashboard snapshot job.</p>
|
|
54
|
+
* @public
|
|
55
|
+
*/
|
|
56
|
+
Arn?: string | undefined;
|
|
57
|
+
/**
|
|
58
|
+
* <p>The ID of the job. The job ID is set when you start a new job with a <code>StartDashboardSnapshotJob</code> API call.</p>
|
|
59
|
+
* @public
|
|
60
|
+
*/
|
|
61
|
+
SnapshotJobId?: string | undefined;
|
|
62
|
+
/**
|
|
63
|
+
* <p>
|
|
64
|
+
* The Amazon Web Services request ID for this operation.
|
|
65
|
+
* </p>
|
|
66
|
+
* @public
|
|
67
|
+
*/
|
|
68
|
+
RequestId?: string | undefined;
|
|
69
|
+
/**
|
|
70
|
+
* <p>The HTTP status of the request</p>
|
|
71
|
+
* @public
|
|
72
|
+
*/
|
|
73
|
+
Status?: number | undefined;
|
|
74
|
+
}
|
|
75
|
+
/**
|
|
76
|
+
* @public
|
|
77
|
+
*/
|
|
78
|
+
export interface StartDashboardSnapshotJobScheduleRequest {
|
|
79
|
+
/**
|
|
80
|
+
* <p>The ID of the Amazon Web Services account that the dashboard snapshot job is executed in.</p>
|
|
81
|
+
* @public
|
|
82
|
+
*/
|
|
83
|
+
AwsAccountId: string | undefined;
|
|
84
|
+
/**
|
|
85
|
+
* <p>The ID of the dashboard that you want to start a snapshot job schedule for.
|
|
86
|
+
* </p>
|
|
87
|
+
* @public
|
|
88
|
+
*/
|
|
89
|
+
DashboardId: string | undefined;
|
|
90
|
+
/**
|
|
91
|
+
* <p>The ID of the schedule that you want to start a snapshot job schedule for. The schedule ID can be found in the Amazon QuickSight console in the <b>Schedules</b> pane of the dashboard that the schedule is configured for.</p>
|
|
92
|
+
* @public
|
|
93
|
+
*/
|
|
94
|
+
ScheduleId: string | undefined;
|
|
95
|
+
}
|
|
96
|
+
/**
|
|
97
|
+
* @public
|
|
98
|
+
*/
|
|
99
|
+
export interface StartDashboardSnapshotJobScheduleResponse {
|
|
100
|
+
/**
|
|
101
|
+
* <p>
|
|
102
|
+
* The Amazon Web Services request ID for this operation.
|
|
103
|
+
* </p>
|
|
104
|
+
* @public
|
|
105
|
+
*/
|
|
106
|
+
RequestId?: string | undefined;
|
|
107
|
+
/**
|
|
108
|
+
* <p>The HTTP status of the request</p>
|
|
109
|
+
* @public
|
|
110
|
+
*/
|
|
111
|
+
Status?: number | undefined;
|
|
112
|
+
}
|
|
113
|
+
/**
|
|
114
|
+
* @public
|
|
115
|
+
*/
|
|
116
|
+
export interface TagResourceRequest {
|
|
117
|
+
/**
|
|
118
|
+
* <p>The Amazon Resource Name (ARN) of the resource that you want to tag.</p>
|
|
119
|
+
* @public
|
|
120
|
+
*/
|
|
121
|
+
ResourceArn: string | undefined;
|
|
122
|
+
/**
|
|
123
|
+
* <p>Contains a map of the key-value pairs for the resource tag or tags assigned to the resource.</p>
|
|
124
|
+
* @public
|
|
125
|
+
*/
|
|
126
|
+
Tags: Tag[] | undefined;
|
|
127
|
+
}
|
|
128
|
+
/**
|
|
129
|
+
* @public
|
|
130
|
+
*/
|
|
131
|
+
export interface TagResourceResponse {
|
|
132
|
+
/**
|
|
133
|
+
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
134
|
+
* @public
|
|
135
|
+
*/
|
|
136
|
+
RequestId?: string | undefined;
|
|
137
|
+
/**
|
|
138
|
+
* <p>The HTTP status of the request.</p>
|
|
139
|
+
* @public
|
|
140
|
+
*/
|
|
141
|
+
Status?: number | undefined;
|
|
142
|
+
}
|
|
143
|
+
/**
|
|
144
|
+
* @public
|
|
145
|
+
*/
|
|
146
|
+
export interface UntagResourceRequest {
|
|
147
|
+
/**
|
|
148
|
+
* <p>The Amazon Resource Name (ARN) of the resource that you want to untag.</p>
|
|
149
|
+
* @public
|
|
150
|
+
*/
|
|
151
|
+
ResourceArn: string | undefined;
|
|
152
|
+
/**
|
|
153
|
+
* <p>The keys of the key-value pairs for the resource tag or tags assigned to the resource.</p>
|
|
154
|
+
* @public
|
|
155
|
+
*/
|
|
156
|
+
TagKeys: string[] | undefined;
|
|
157
|
+
}
|
|
158
|
+
/**
|
|
159
|
+
* @public
|
|
160
|
+
*/
|
|
161
|
+
export interface UntagResourceResponse {
|
|
162
|
+
/**
|
|
163
|
+
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
164
|
+
* @public
|
|
165
|
+
*/
|
|
166
|
+
RequestId?: string | undefined;
|
|
167
|
+
/**
|
|
168
|
+
* <p>The HTTP status of the request.</p>
|
|
169
|
+
* @public
|
|
170
|
+
*/
|
|
171
|
+
Status?: number | undefined;
|
|
172
|
+
}
|
|
173
|
+
/**
|
|
174
|
+
* @public
|
|
175
|
+
*/
|
|
176
|
+
export interface UpdateAccountCustomizationRequest {
|
|
177
|
+
/**
|
|
178
|
+
* <p>The ID for the Amazon Web Services account that you want to update Amazon QuickSight customizations
|
|
179
|
+
* for.</p>
|
|
180
|
+
* @public
|
|
181
|
+
*/
|
|
182
|
+
AwsAccountId: string | undefined;
|
|
183
|
+
/**
|
|
184
|
+
* <p>The namespace that you want to update Amazon QuickSight customizations for.</p>
|
|
185
|
+
* @public
|
|
186
|
+
*/
|
|
187
|
+
Namespace?: string | undefined;
|
|
188
|
+
/**
|
|
189
|
+
* <p>The Amazon QuickSight customizations you're updating in the current Amazon Web Services Region. </p>
|
|
190
|
+
* @public
|
|
191
|
+
*/
|
|
192
|
+
AccountCustomization: AccountCustomization | undefined;
|
|
193
|
+
}
|
|
194
|
+
/**
|
|
195
|
+
* @public
|
|
196
|
+
*/
|
|
197
|
+
export interface UpdateAccountCustomizationResponse {
|
|
198
|
+
/**
|
|
199
|
+
* <p>The Amazon Resource Name (ARN) for the updated customization for this Amazon Web Services account.</p>
|
|
200
|
+
* @public
|
|
201
|
+
*/
|
|
202
|
+
Arn?: string | undefined;
|
|
203
|
+
/**
|
|
204
|
+
* <p>The ID for the Amazon Web Services account that you want to update Amazon QuickSight customizations
|
|
205
|
+
* for.</p>
|
|
206
|
+
* @public
|
|
207
|
+
*/
|
|
208
|
+
AwsAccountId?: string | undefined;
|
|
209
|
+
/**
|
|
210
|
+
* <p>The namespace associated with the customization that you're updating.</p>
|
|
211
|
+
* @public
|
|
212
|
+
*/
|
|
213
|
+
Namespace?: string | undefined;
|
|
214
|
+
/**
|
|
215
|
+
* <p>The Amazon QuickSight customizations you're updating in the current Amazon Web Services Region. </p>
|
|
216
|
+
* @public
|
|
217
|
+
*/
|
|
218
|
+
AccountCustomization?: AccountCustomization | undefined;
|
|
219
|
+
/**
|
|
220
|
+
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
221
|
+
* @public
|
|
222
|
+
*/
|
|
223
|
+
RequestId?: string | undefined;
|
|
224
|
+
/**
|
|
225
|
+
* <p>The HTTP status of the request.</p>
|
|
226
|
+
* @public
|
|
227
|
+
*/
|
|
228
|
+
Status?: number | undefined;
|
|
229
|
+
}
|
|
230
|
+
/**
|
|
231
|
+
* @public
|
|
232
|
+
*/
|
|
233
|
+
export interface UpdateAccountSettingsRequest {
|
|
234
|
+
/**
|
|
235
|
+
* <p>The ID for the Amazon Web Services account that contains the Amazon QuickSight settings that you want to
|
|
236
|
+
* list.</p>
|
|
237
|
+
* @public
|
|
238
|
+
*/
|
|
239
|
+
AwsAccountId: string | undefined;
|
|
240
|
+
/**
|
|
241
|
+
* <p>The default namespace for this Amazon Web Services account. Currently, the default is
|
|
242
|
+
* <code>default</code>. IAM users that
|
|
243
|
+
* register for the first time with Amazon QuickSight provide an email address that becomes
|
|
244
|
+
* associated with the default namespace.
|
|
245
|
+
* </p>
|
|
246
|
+
* @public
|
|
247
|
+
*/
|
|
248
|
+
DefaultNamespace: string | undefined;
|
|
249
|
+
/**
|
|
250
|
+
* <p>The email address that you want Amazon QuickSight to send notifications to regarding your
|
|
251
|
+
* Amazon Web Services account or Amazon QuickSight subscription.</p>
|
|
252
|
+
* @public
|
|
253
|
+
*/
|
|
254
|
+
NotificationEmail?: string | undefined;
|
|
255
|
+
/**
|
|
256
|
+
* <p>A boolean value that determines whether or not an Amazon QuickSight account can be deleted. A <code>True</code> value doesn't allow the account to be deleted and results in an error message if a user tries to make a <code>DeleteAccountSubscription</code> request. A <code>False</code> value will allow the account to be deleted.</p>
|
|
257
|
+
* @public
|
|
258
|
+
*/
|
|
259
|
+
TerminationProtectionEnabled?: boolean | undefined;
|
|
260
|
+
}
|
|
261
|
+
/**
|
|
262
|
+
* @public
|
|
263
|
+
*/
|
|
264
|
+
export interface UpdateAccountSettingsResponse {
|
|
265
|
+
/**
|
|
266
|
+
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
267
|
+
* @public
|
|
268
|
+
*/
|
|
269
|
+
RequestId?: string | undefined;
|
|
270
|
+
/**
|
|
271
|
+
* <p>The HTTP status of the request.</p>
|
|
272
|
+
* @public
|
|
273
|
+
*/
|
|
274
|
+
Status?: number | undefined;
|
|
275
|
+
}
|
|
276
|
+
/**
|
|
277
|
+
* @public
|
|
278
|
+
*/
|
|
279
|
+
export interface UpdateAnalysisRequest {
|
|
280
|
+
/**
|
|
281
|
+
* <p>The ID of the Amazon Web Services account that contains the analysis that you're updating.</p>
|
|
282
|
+
* @public
|
|
283
|
+
*/
|
|
284
|
+
AwsAccountId: string | undefined;
|
|
285
|
+
/**
|
|
286
|
+
* <p>The ID for the analysis that you're updating. This ID displays in the URL of the
|
|
287
|
+
* analysis.</p>
|
|
288
|
+
* @public
|
|
289
|
+
*/
|
|
290
|
+
AnalysisId: string | undefined;
|
|
291
|
+
/**
|
|
292
|
+
* <p>A descriptive name for the analysis that you're updating. This name displays for the
|
|
293
|
+
* analysis in the Amazon QuickSight console.</p>
|
|
294
|
+
* @public
|
|
295
|
+
*/
|
|
296
|
+
Name: string | undefined;
|
|
297
|
+
/**
|
|
298
|
+
* <p>The parameter names and override values that you want to use. An analysis can have
|
|
299
|
+
* any parameter type, and some parameters might accept multiple values. </p>
|
|
300
|
+
* @public
|
|
301
|
+
*/
|
|
302
|
+
Parameters?: _Parameters | undefined;
|
|
303
|
+
/**
|
|
304
|
+
* <p>A source entity to use for the analysis that you're updating. This metadata structure
|
|
305
|
+
* contains details that describe a source template and one or more datasets.</p>
|
|
306
|
+
* @public
|
|
307
|
+
*/
|
|
308
|
+
SourceEntity?: AnalysisSourceEntity | undefined;
|
|
309
|
+
/**
|
|
310
|
+
* <p>The Amazon Resource Name (ARN) for the theme to apply to the analysis that you're
|
|
311
|
+
* creating. To see the theme in the Amazon QuickSight console, make sure that you have access to
|
|
312
|
+
* it.</p>
|
|
313
|
+
* @public
|
|
314
|
+
*/
|
|
315
|
+
ThemeArn?: string | undefined;
|
|
316
|
+
/**
|
|
317
|
+
* <p>The definition of an analysis.</p>
|
|
318
|
+
* <p>A definition is the data model of all features in a Dashboard, Template, or Analysis.</p>
|
|
319
|
+
* @public
|
|
320
|
+
*/
|
|
321
|
+
Definition?: AnalysisDefinition | undefined;
|
|
322
|
+
/**
|
|
323
|
+
* <p>The option to relax the validation needed to update an analysis with definition objects. This skips the validation step for specific errors.</p>
|
|
324
|
+
* @public
|
|
325
|
+
*/
|
|
326
|
+
ValidationStrategy?: ValidationStrategy | undefined;
|
|
327
|
+
}
|
|
328
|
+
/**
|
|
329
|
+
* @public
|
|
330
|
+
*/
|
|
331
|
+
export interface UpdateAnalysisResponse {
|
|
332
|
+
/**
|
|
333
|
+
* <p>The ARN of the analysis that you're updating.</p>
|
|
334
|
+
* @public
|
|
335
|
+
*/
|
|
336
|
+
Arn?: string | undefined;
|
|
337
|
+
/**
|
|
338
|
+
* <p>The ID of the analysis.</p>
|
|
339
|
+
* @public
|
|
340
|
+
*/
|
|
341
|
+
AnalysisId?: string | undefined;
|
|
342
|
+
/**
|
|
343
|
+
* <p>The update status of the last update that was made to the analysis.</p>
|
|
344
|
+
* @public
|
|
345
|
+
*/
|
|
346
|
+
UpdateStatus?: ResourceStatus | undefined;
|
|
347
|
+
/**
|
|
348
|
+
* <p>The HTTP status of the request.</p>
|
|
349
|
+
* @public
|
|
350
|
+
*/
|
|
351
|
+
Status?: number | undefined;
|
|
352
|
+
/**
|
|
353
|
+
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
354
|
+
* @public
|
|
355
|
+
*/
|
|
356
|
+
RequestId?: string | undefined;
|
|
357
|
+
}
|
|
358
|
+
/**
|
|
359
|
+
* @public
|
|
360
|
+
*/
|
|
361
|
+
export interface UpdateAnalysisPermissionsRequest {
|
|
362
|
+
/**
|
|
363
|
+
* <p>The ID of the Amazon Web Services account that contains the analysis whose permissions you're
|
|
364
|
+
* updating. You must be using the Amazon Web Services account that the analysis is in.</p>
|
|
365
|
+
* @public
|
|
366
|
+
*/
|
|
367
|
+
AwsAccountId: string | undefined;
|
|
368
|
+
/**
|
|
369
|
+
* <p>The ID of the analysis whose permissions you're updating. The ID is part of the
|
|
370
|
+
* analysis URL.</p>
|
|
371
|
+
* @public
|
|
372
|
+
*/
|
|
373
|
+
AnalysisId: string | undefined;
|
|
374
|
+
/**
|
|
375
|
+
* <p>A structure that describes the permissions to add and the principal to add them
|
|
376
|
+
* to.</p>
|
|
377
|
+
* @public
|
|
378
|
+
*/
|
|
379
|
+
GrantPermissions?: ResourcePermission[] | undefined;
|
|
380
|
+
/**
|
|
381
|
+
* <p>A structure that describes the permissions to remove and the principal to remove them
|
|
382
|
+
* from.</p>
|
|
383
|
+
* @public
|
|
384
|
+
*/
|
|
385
|
+
RevokePermissions?: ResourcePermission[] | undefined;
|
|
386
|
+
}
|
|
387
|
+
/**
|
|
388
|
+
* @public
|
|
389
|
+
*/
|
|
390
|
+
export interface UpdateAnalysisPermissionsResponse {
|
|
391
|
+
/**
|
|
392
|
+
* <p>The Amazon Resource Name (ARN) of the analysis that you updated.</p>
|
|
393
|
+
* @public
|
|
394
|
+
*/
|
|
395
|
+
AnalysisArn?: string | undefined;
|
|
396
|
+
/**
|
|
397
|
+
* <p>The ID of the analysis that you updated permissions for.</p>
|
|
398
|
+
* @public
|
|
399
|
+
*/
|
|
400
|
+
AnalysisId?: string | undefined;
|
|
401
|
+
/**
|
|
402
|
+
* <p>A structure that describes the principals and the resource-level permissions on an
|
|
403
|
+
* analysis.</p>
|
|
404
|
+
* @public
|
|
405
|
+
*/
|
|
406
|
+
Permissions?: ResourcePermission[] | undefined;
|
|
407
|
+
/**
|
|
408
|
+
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
409
|
+
* @public
|
|
410
|
+
*/
|
|
411
|
+
RequestId?: string | undefined;
|
|
412
|
+
/**
|
|
413
|
+
* <p>The HTTP status of the request.</p>
|
|
414
|
+
* @public
|
|
415
|
+
*/
|
|
416
|
+
Status?: number | undefined;
|
|
417
|
+
}
|
|
5
418
|
/**
|
|
6
419
|
* @public
|
|
7
420
|
*/
|
|
@@ -2407,6 +2820,18 @@ export interface ListTopicReviewedAnswersResponse {
|
|
|
2407
2820
|
*/
|
|
2408
2821
|
RequestId?: string | undefined;
|
|
2409
2822
|
}
|
|
2823
|
+
/**
|
|
2824
|
+
* @internal
|
|
2825
|
+
*/
|
|
2826
|
+
export declare const SnapshotUserConfigurationFilterSensitiveLog: (obj: SnapshotUserConfiguration) => any;
|
|
2827
|
+
/**
|
|
2828
|
+
* @internal
|
|
2829
|
+
*/
|
|
2830
|
+
export declare const StartDashboardSnapshotJobRequestFilterSensitiveLog: (obj: StartDashboardSnapshotJobRequest) => any;
|
|
2831
|
+
/**
|
|
2832
|
+
* @internal
|
|
2833
|
+
*/
|
|
2834
|
+
export declare const UpdateAnalysisRequestFilterSensitiveLog: (obj: UpdateAnalysisRequest) => any;
|
|
2410
2835
|
/**
|
|
2411
2836
|
* @internal
|
|
2412
2837
|
*/
|
|
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
3
3
|
import {
|
|
4
4
|
DeleteUserByPrincipalIdRequest,
|
|
5
5
|
DeleteUserByPrincipalIdResponse,
|
|
6
|
-
} from "../models/
|
|
6
|
+
} from "../models/models_4";
|
|
7
7
|
import {
|
|
8
8
|
QuickSightClientResolvedConfig,
|
|
9
9
|
ServiceInputTypes,
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { DeleteUserRequest
|
|
3
|
+
import { DeleteUserRequest } from "../models/models_3";
|
|
4
|
+
import { DeleteUserResponse } from "../models/models_4";
|
|
4
5
|
import {
|
|
5
6
|
QuickSightClientResolvedConfig,
|
|
6
7
|
ServiceInputTypes,
|
|
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
3
3
|
import {
|
|
4
4
|
DeleteUserCustomPermissionRequest,
|
|
5
5
|
DeleteUserCustomPermissionResponse,
|
|
6
|
-
} from "../models/
|
|
6
|
+
} from "../models/models_4";
|
|
7
7
|
import {
|
|
8
8
|
QuickSightClientResolvedConfig,
|
|
9
9
|
ServiceInputTypes,
|
|
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
3
3
|
import {
|
|
4
4
|
DescribeAccountCustomizationRequest,
|
|
5
5
|
DescribeAccountCustomizationResponse,
|
|
6
|
-
} from "../models/
|
|
6
|
+
} from "../models/models_4";
|
|
7
7
|
import {
|
|
8
8
|
QuickSightClientResolvedConfig,
|
|
9
9
|
ServiceInputTypes,
|
|
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
3
3
|
import {
|
|
4
4
|
DescribeAccountSettingsRequest,
|
|
5
5
|
DescribeAccountSettingsResponse,
|
|
6
|
-
} from "../models/
|
|
6
|
+
} from "../models/models_4";
|
|
7
7
|
import {
|
|
8
8
|
QuickSightClientResolvedConfig,
|
|
9
9
|
ServiceInputTypes,
|
|
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
3
3
|
import {
|
|
4
4
|
DescribeAccountSubscriptionRequest,
|
|
5
5
|
DescribeAccountSubscriptionResponse,
|
|
6
|
-
} from "../models/
|
|
6
|
+
} from "../models/models_4";
|
|
7
7
|
import {
|
|
8
8
|
QuickSightClientResolvedConfig,
|
|
9
9
|
ServiceInputTypes,
|
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
|
|
3
|
+
import {
|
|
4
|
+
DescribeAnalysisRequest,
|
|
5
|
+
DescribeAnalysisResponse,
|
|
6
|
+
} from "../models/models_4";
|
|
5
7
|
import {
|
|
6
8
|
QuickSightClientResolvedConfig,
|
|
7
9
|
ServiceInputTypes,
|
|
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
3
3
|
import {
|
|
4
4
|
StartDashboardSnapshotJobRequest,
|
|
5
5
|
StartDashboardSnapshotJobResponse,
|
|
6
|
-
} from "../models/
|
|
6
|
+
} from "../models/models_5";
|
|
7
7
|
import {
|
|
8
8
|
QuickSightClientResolvedConfig,
|
|
9
9
|
ServiceInputTypes,
|
|
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
3
3
|
import {
|
|
4
4
|
StartDashboardSnapshotJobScheduleRequest,
|
|
5
5
|
StartDashboardSnapshotJobScheduleResponse,
|
|
6
|
-
} from "../models/
|
|
6
|
+
} from "../models/models_5";
|
|
7
7
|
import {
|
|
8
8
|
QuickSightClientResolvedConfig,
|
|
9
9
|
ServiceInputTypes,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { TagResourceRequest, TagResourceResponse } from "../models/
|
|
3
|
+
import { TagResourceRequest, TagResourceResponse } from "../models/models_5";
|
|
4
4
|
import {
|
|
5
5
|
QuickSightClientResolvedConfig,
|
|
6
6
|
ServiceInputTypes,
|
|
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
3
3
|
import {
|
|
4
4
|
UpdateAccountCustomizationRequest,
|
|
5
5
|
UpdateAccountCustomizationResponse,
|
|
6
|
-
} from "../models/
|
|
6
|
+
} from "../models/models_5";
|
|
7
7
|
import {
|
|
8
8
|
QuickSightClientResolvedConfig,
|
|
9
9
|
ServiceInputTypes,
|
|
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
3
3
|
import {
|
|
4
4
|
UpdateAccountSettingsRequest,
|
|
5
5
|
UpdateAccountSettingsResponse,
|
|
6
|
-
} from "../models/
|
|
6
|
+
} from "../models/models_5";
|
|
7
7
|
import {
|
|
8
8
|
QuickSightClientResolvedConfig,
|
|
9
9
|
ServiceInputTypes,
|
|
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
3
3
|
import {
|
|
4
4
|
UpdateAnalysisPermissionsRequest,
|
|
5
5
|
UpdateAnalysisPermissionsResponse,
|
|
6
|
-
} from "../models/
|
|
6
|
+
} from "../models/models_5";
|
|
7
7
|
import {
|
|
8
8
|
QuickSightClientResolvedConfig,
|
|
9
9
|
ServiceInputTypes,
|