@aws-sdk/client-quicksight 3.699.0 → 3.709.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +64 -0
- package/dist-cjs/index.js +524 -62
- package/dist-es/QuickSight.js +16 -0
- package/dist-es/commands/DeleteDefaultQBusinessApplicationCommand.js +22 -0
- package/dist-es/commands/DescribeDefaultQBusinessApplicationCommand.js +22 -0
- package/dist-es/commands/DescribeQuickSightQSearchConfigurationCommand.js +22 -0
- package/dist-es/commands/GenerateEmbedUrlForRegisteredUserWithIdentityCommand.js +23 -0
- package/dist-es/commands/PredictQAResultsCommand.js +23 -0
- package/dist-es/commands/UpdateApplicationWithTokenExchangeGrantCommand.js +22 -0
- package/dist-es/commands/UpdateDashboardCommand.js +1 -1
- package/dist-es/commands/UpdateDataSetCommand.js +1 -1
- package/dist-es/commands/UpdateDefaultQBusinessApplicationCommand.js +22 -0
- package/dist-es/commands/UpdateQuickSightQSearchConfigurationCommand.js +22 -0
- package/dist-es/commands/index.js +8 -0
- package/dist-es/models/models_2.js +1 -0
- package/dist-es/models/models_4.js +47 -17
- package/dist-es/models/models_5.js +17 -0
- package/dist-es/protocols/Aws_restJson1.js +251 -0
- package/dist-types/QuickSight.d.ts +56 -0
- package/dist-types/QuickSightClient.d.ts +10 -2
- package/dist-types/commands/DeleteDefaultQBusinessApplicationCommand.d.ts +91 -0
- package/dist-types/commands/DeleteIdentityPropagationConfigCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAnalysisPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAssetBundleExportJobCommand.d.ts +1 -2
- package/dist-types/commands/DescribeDefaultQBusinessApplicationCommand.d.ts +92 -0
- package/dist-types/commands/DescribeQuickSightQSearchConfigurationCommand.d.ts +94 -0
- package/dist-types/commands/GenerateEmbedUrlForRegisteredUserWithIdentityCommand.d.ts +162 -0
- package/dist-types/commands/ListIdentityPropagationConfigsCommand.d.ts +1 -1
- package/dist-types/commands/PredictQAResultsCommand.d.ts +139 -0
- package/dist-types/commands/UpdateApplicationWithTokenExchangeGrantCommand.d.ts +97 -0
- package/dist-types/commands/UpdateBrandAssignmentCommand.d.ts +1 -1
- package/dist-types/commands/UpdateBrandCommand.d.ts +2 -1
- package/dist-types/commands/UpdateBrandPublishedVersionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateCustomPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDashboardCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDashboardLinksCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDashboardPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDashboardPublishedVersionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDashboardsQAConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDataSetCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDataSetPermissionsCommand.d.ts +1 -2
- package/dist-types/commands/UpdateDefaultQBusinessApplicationCommand.d.ts +95 -0
- package/dist-types/commands/UpdateIdentityPropagationConfigCommand.d.ts +1 -1
- package/dist-types/commands/UpdateQuickSightQSearchConfigurationCommand.d.ts +95 -0
- package/dist-types/commands/index.d.ts +8 -0
- package/dist-types/models/models_2.d.ts +1 -0
- package/dist-types/models/models_3.d.ts +76 -64
- package/dist-types/models/models_4.d.ts +423 -608
- package/dist-types/models/models_5.d.ts +671 -3
- package/dist-types/protocols/Aws_restJson1.d.ts +72 -0
- package/dist-types/ts3.4/QuickSight.d.ts +178 -0
- package/dist-types/ts3.4/QuickSightClient.d.ts +48 -0
- package/dist-types/ts3.4/commands/DeleteDefaultQBusinessApplicationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeAnalysisPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeAssetBundleExportJobCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeDefaultQBusinessApplicationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeQuickSightQSearchConfigurationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GenerateEmbedUrlForRegisteredUserWithIdentityCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/PredictQAResultsCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/UpdateApplicationWithTokenExchangeGrantCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateBrandAssignmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateBrandCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateBrandPublishedVersionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateCustomPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDashboardCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDashboardLinksCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDashboardPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDashboardPublishedVersionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDashboardsQAConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDataSetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDataSetPermissionsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/UpdateDefaultQBusinessApplicationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateQuickSightQSearchConfigurationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +8 -0
- package/dist-types/ts3.4/models/models_2.d.ts +1 -0
- package/dist-types/ts3.4/models/models_3.d.ts +18 -15
- package/dist-types/ts3.4/models/models_4.d.ts +123 -146
- package/dist-types/ts3.4/models/models_5.d.ts +174 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +96 -0
- package/package.json +35 -35
|
@@ -1,8 +1,72 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
2
|
import { AccountCustomization, ActiveIAMPolicyAssignment, Entity, ResourceStatus, Sheet } from "./models_0";
|
|
3
|
-
import { AnalysisDefinition, AnalysisSearchFilter, AnalysisSourceEntity, AnalysisSummary, AnonymousUserEmbeddingExperienceConfiguration, AnonymousUserSnapshotJobResult, AssetBundleCloudFormationOverridePropertyConfiguration, AssetBundleExportFormat, AssetBundleExportJobError, AssetBundleExportJobStatus, AssetBundleExportJobSummary, AssetBundleExportJobValidationStrategy, AssetBundleExportJobWarning, AssetBundleImportFailureAction, AssetBundleImportJobError, AssetBundleImportJobOverrideParameters, AssetBundleImportJobOverridePermissions, AssetBundleImportJobOverrideTags, AssetBundleImportJobOverrideValidationStrategy, AssetBundleImportJobStatus, AssetBundleImportJobSummary, AssetBundleImportJobWarning, AssetBundleImportSource, AssetBundleImportSourceDescription, AssignmentStatus, AuthorizedTargetsByService, BookmarksConfigurations, BrandDefinition, BrandDetail, BrandSummary,
|
|
4
|
-
import { _Parameters, CustomPermissions, Dashboard, DashboardError, DashboardPublishOptions, DashboardSearchFilter,
|
|
3
|
+
import { AnalysisDefinition, AnalysisSearchFilter, AnalysisSourceEntity, AnalysisSummary, AnonymousUserEmbeddingExperienceConfiguration, AnonymousUserSnapshotJobResult, AssetBundleCloudFormationOverridePropertyConfiguration, AssetBundleExportFormat, AssetBundleExportJobError, AssetBundleExportJobStatus, AssetBundleExportJobSummary, AssetBundleExportJobValidationStrategy, AssetBundleExportJobWarning, AssetBundleImportFailureAction, AssetBundleImportJobError, AssetBundleImportJobOverrideParameters, AssetBundleImportJobOverridePermissions, AssetBundleImportJobOverrideTags, AssetBundleImportJobOverrideValidationStrategy, AssetBundleImportJobStatus, AssetBundleImportJobSummary, AssetBundleImportJobWarning, AssetBundleImportSource, AssetBundleImportSourceDescription, AssignmentStatus, AuthorizedTargetsByService, BookmarksConfigurations, BrandDefinition, BrandDetail, BrandSummary, DashboardVisualId, FilterOperator, SharedViewConfigurations, SnapshotFile, SnapshotS3DestinationConfiguration, Tag } from "./models_2";
|
|
4
|
+
import { _Parameters, CustomPermissions, Dashboard, DashboardError, DashboardPublishOptions, DashboardSearchFilter, DashboardsQAStatus, DashboardSummary, DashboardVersionDefinition, DashboardVersionSummary, DashboardVisualResult, DataSet, DataSetConfiguration, DataSetRefreshProperties, DataSetSearchFilter, DataSetSummary, DataSource, DataSourceSearchFilter, DataSourceSummary, FolderType, Group, GroupMember, IdentityStore, IngestionStatus, LinkSharingConfiguration, NamespaceStatus, RefreshSchedule, ResourcePermission, Role, SharingModel, TemplateAlias, TemplateVersionDefinition, ThemeAlias, ThemeConfiguration, TopicDetails, TopicRefreshSchedule, TopicUserExperienceVersion, ValidationStrategy, VPCConnectionAvailabilityStatus, VPCConnectionResourceStatus } from "./models_3";
|
|
5
5
|
import { QuickSightServiceException as __BaseException } from "./QuickSightServiceException";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export interface DescribeAnalysisPermissionsRequest {
|
|
10
|
+
/**
|
|
11
|
+
* <p>The ID of the Amazon Web Services account that contains the analysis whose permissions you're
|
|
12
|
+
* describing. You must be using the Amazon Web Services account that the analysis is in.</p>
|
|
13
|
+
* @public
|
|
14
|
+
*/
|
|
15
|
+
AwsAccountId: string | undefined;
|
|
16
|
+
/**
|
|
17
|
+
* <p>The ID of the analysis whose permissions you're describing. The ID is part of the
|
|
18
|
+
* analysis URL.</p>
|
|
19
|
+
* @public
|
|
20
|
+
*/
|
|
21
|
+
AnalysisId: string | undefined;
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* @public
|
|
25
|
+
*/
|
|
26
|
+
export interface DescribeAnalysisPermissionsResponse {
|
|
27
|
+
/**
|
|
28
|
+
* <p>The ID of the analysis whose permissions you're describing.</p>
|
|
29
|
+
* @public
|
|
30
|
+
*/
|
|
31
|
+
AnalysisId?: string | undefined;
|
|
32
|
+
/**
|
|
33
|
+
* <p>The Amazon Resource Name (ARN) of the analysis whose permissions you're
|
|
34
|
+
* describing.</p>
|
|
35
|
+
* @public
|
|
36
|
+
*/
|
|
37
|
+
AnalysisArn?: string | undefined;
|
|
38
|
+
/**
|
|
39
|
+
* <p>A structure that describes the principals and the resource-level permissions on an
|
|
40
|
+
* analysis.</p>
|
|
41
|
+
* @public
|
|
42
|
+
*/
|
|
43
|
+
Permissions?: ResourcePermission[] | undefined;
|
|
44
|
+
/**
|
|
45
|
+
* <p>The HTTP status of the request.</p>
|
|
46
|
+
* @public
|
|
47
|
+
*/
|
|
48
|
+
Status?: number | undefined;
|
|
49
|
+
/**
|
|
50
|
+
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
51
|
+
* @public
|
|
52
|
+
*/
|
|
53
|
+
RequestId?: string | undefined;
|
|
54
|
+
}
|
|
55
|
+
/**
|
|
56
|
+
* @public
|
|
57
|
+
*/
|
|
58
|
+
export interface DescribeAssetBundleExportJobRequest {
|
|
59
|
+
/**
|
|
60
|
+
* <p>The ID of the Amazon Web Services account the export job is executed in. </p>
|
|
61
|
+
* @public
|
|
62
|
+
*/
|
|
63
|
+
AwsAccountId: string | undefined;
|
|
64
|
+
/**
|
|
65
|
+
* <p>The ID of the job that you want described. The job ID is set when you start a new job with a <code>StartAssetBundleExportJob</code> API call.</p>
|
|
66
|
+
* @public
|
|
67
|
+
*/
|
|
68
|
+
AssetBundleExportJobId: string | undefined;
|
|
69
|
+
}
|
|
6
70
|
/**
|
|
7
71
|
* @public
|
|
8
72
|
* @enum
|
|
@@ -1128,6 +1192,41 @@ export interface DescribeDataSourcePermissionsResponse {
|
|
|
1128
1192
|
*/
|
|
1129
1193
|
Status?: number | undefined;
|
|
1130
1194
|
}
|
|
1195
|
+
/**
|
|
1196
|
+
* @public
|
|
1197
|
+
*/
|
|
1198
|
+
export interface DescribeDefaultQBusinessApplicationRequest {
|
|
1199
|
+
/**
|
|
1200
|
+
* <p>The ID of the Amazon QuickSight account that is linked to the Amazon Q Business application that you want described.</p>
|
|
1201
|
+
* @public
|
|
1202
|
+
*/
|
|
1203
|
+
AwsAccountId: string | undefined;
|
|
1204
|
+
/**
|
|
1205
|
+
* <p>The Amazon QuickSight namespace that contains the linked Amazon Q Business application. If this field is left blank, the default namespace is used. Currently, the default namespace is the only valid value for this parameter.</p>
|
|
1206
|
+
* @public
|
|
1207
|
+
*/
|
|
1208
|
+
Namespace?: string | undefined;
|
|
1209
|
+
}
|
|
1210
|
+
/**
|
|
1211
|
+
* @public
|
|
1212
|
+
*/
|
|
1213
|
+
export interface DescribeDefaultQBusinessApplicationResponse {
|
|
1214
|
+
/**
|
|
1215
|
+
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
1216
|
+
* @public
|
|
1217
|
+
*/
|
|
1218
|
+
RequestId?: string | undefined;
|
|
1219
|
+
/**
|
|
1220
|
+
* <p>The HTTP status of the request.</p>
|
|
1221
|
+
* @public
|
|
1222
|
+
*/
|
|
1223
|
+
Status?: number | undefined;
|
|
1224
|
+
/**
|
|
1225
|
+
* <p>The ID of the Amazon Q Business application that is linked to the Amazon QuickSight account.</p>
|
|
1226
|
+
* @public
|
|
1227
|
+
*/
|
|
1228
|
+
ApplicationId?: string | undefined;
|
|
1229
|
+
}
|
|
1131
1230
|
/**
|
|
1132
1231
|
* @public
|
|
1133
1232
|
*/
|
|
@@ -2029,6 +2128,48 @@ export interface DescribeQPersonalizationConfigurationResponse {
|
|
|
2029
2128
|
*/
|
|
2030
2129
|
Status?: number | undefined;
|
|
2031
2130
|
}
|
|
2131
|
+
/**
|
|
2132
|
+
* @public
|
|
2133
|
+
*/
|
|
2134
|
+
export interface DescribeQuickSightQSearchConfigurationRequest {
|
|
2135
|
+
/**
|
|
2136
|
+
* <p>The ID of the Amazon Web Services account that contains the Amazon QuickSight Q Search configuration that the user wants described.</p>
|
|
2137
|
+
* @public
|
|
2138
|
+
*/
|
|
2139
|
+
AwsAccountId: string | undefined;
|
|
2140
|
+
}
|
|
2141
|
+
/**
|
|
2142
|
+
* @public
|
|
2143
|
+
* @enum
|
|
2144
|
+
*/
|
|
2145
|
+
export declare const QSearchStatus: {
|
|
2146
|
+
readonly DISABLED: "DISABLED";
|
|
2147
|
+
readonly ENABLED: "ENABLED";
|
|
2148
|
+
};
|
|
2149
|
+
/**
|
|
2150
|
+
* @public
|
|
2151
|
+
*/
|
|
2152
|
+
export type QSearchStatus = (typeof QSearchStatus)[keyof typeof QSearchStatus];
|
|
2153
|
+
/**
|
|
2154
|
+
* @public
|
|
2155
|
+
*/
|
|
2156
|
+
export interface DescribeQuickSightQSearchConfigurationResponse {
|
|
2157
|
+
/**
|
|
2158
|
+
* <p>The status of Amazon QuickSight Q Search configuration.</p>
|
|
2159
|
+
* @public
|
|
2160
|
+
*/
|
|
2161
|
+
QSearchStatus?: QSearchStatus | undefined;
|
|
2162
|
+
/**
|
|
2163
|
+
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
2164
|
+
* @public
|
|
2165
|
+
*/
|
|
2166
|
+
RequestId?: string | undefined;
|
|
2167
|
+
/**
|
|
2168
|
+
* <p>The HTTP status of the request.</p>
|
|
2169
|
+
* @public
|
|
2170
|
+
*/
|
|
2171
|
+
Status?: number | undefined;
|
|
2172
|
+
}
|
|
2032
2173
|
/**
|
|
2033
2174
|
* @public
|
|
2034
2175
|
*/
|
|
@@ -3552,6 +3693,65 @@ export interface FolderSummary {
|
|
|
3552
3693
|
*/
|
|
3553
3694
|
SharingModel?: SharingModel | undefined;
|
|
3554
3695
|
}
|
|
3696
|
+
/**
|
|
3697
|
+
* @public
|
|
3698
|
+
* @enum
|
|
3699
|
+
*/
|
|
3700
|
+
export declare const GeneratedAnswerStatus: {
|
|
3701
|
+
readonly ANSWER_DOWNGRADE: "ANSWER_DOWNGRADE";
|
|
3702
|
+
readonly ANSWER_GENERATED: "ANSWER_GENERATED";
|
|
3703
|
+
readonly ANSWER_RETRIEVED: "ANSWER_RETRIEVED";
|
|
3704
|
+
};
|
|
3705
|
+
/**
|
|
3706
|
+
* @public
|
|
3707
|
+
*/
|
|
3708
|
+
export type GeneratedAnswerStatus = (typeof GeneratedAnswerStatus)[keyof typeof GeneratedAnswerStatus];
|
|
3709
|
+
/**
|
|
3710
|
+
* <p>The QA result that is made from generated answer.</p>
|
|
3711
|
+
* @public
|
|
3712
|
+
*/
|
|
3713
|
+
export interface GeneratedAnswerResult {
|
|
3714
|
+
/**
|
|
3715
|
+
* <p>The question text.</p>
|
|
3716
|
+
* @public
|
|
3717
|
+
*/
|
|
3718
|
+
QuestionText?: string | undefined;
|
|
3719
|
+
/**
|
|
3720
|
+
* <p>The answer status of the generated answer.</p>
|
|
3721
|
+
* @public
|
|
3722
|
+
*/
|
|
3723
|
+
AnswerStatus?: GeneratedAnswerStatus | undefined;
|
|
3724
|
+
/**
|
|
3725
|
+
* <p>The ID of the topic.</p>
|
|
3726
|
+
* @public
|
|
3727
|
+
*/
|
|
3728
|
+
TopicId?: string | undefined;
|
|
3729
|
+
/**
|
|
3730
|
+
* <p>The name of the topic.</p>
|
|
3731
|
+
* @public
|
|
3732
|
+
*/
|
|
3733
|
+
TopicName?: string | undefined;
|
|
3734
|
+
/**
|
|
3735
|
+
* <p>The restatement for the answer.</p>
|
|
3736
|
+
* @public
|
|
3737
|
+
*/
|
|
3738
|
+
Restatement?: string | undefined;
|
|
3739
|
+
/**
|
|
3740
|
+
* <p>The ID of the question.</p>
|
|
3741
|
+
* @public
|
|
3742
|
+
*/
|
|
3743
|
+
QuestionId?: string | undefined;
|
|
3744
|
+
/**
|
|
3745
|
+
* <p>The ID of the answer.</p>
|
|
3746
|
+
* @public
|
|
3747
|
+
*/
|
|
3748
|
+
AnswerId?: string | undefined;
|
|
3749
|
+
/**
|
|
3750
|
+
* <p>The URL of the question.</p>
|
|
3751
|
+
* @public
|
|
3752
|
+
*/
|
|
3753
|
+
QuestionUrl?: string | undefined;
|
|
3754
|
+
}
|
|
3555
3755
|
/**
|
|
3556
3756
|
* <p>The key-value pair used for the row-level security tags feature.</p>
|
|
3557
3757
|
* @public
|
|
@@ -3988,6 +4188,56 @@ export declare class QuickSightUserNotFoundException extends __BaseException {
|
|
|
3988
4188
|
*/
|
|
3989
4189
|
constructor(opts: __ExceptionOptionType<QuickSightUserNotFoundException, __BaseException>);
|
|
3990
4190
|
}
|
|
4191
|
+
/**
|
|
4192
|
+
* @public
|
|
4193
|
+
*/
|
|
4194
|
+
export interface GenerateEmbedUrlForRegisteredUserWithIdentityRequest {
|
|
4195
|
+
/**
|
|
4196
|
+
* <p>The ID of the Amazon Web Services registered user.</p>
|
|
4197
|
+
* @public
|
|
4198
|
+
*/
|
|
4199
|
+
AwsAccountId: string | undefined;
|
|
4200
|
+
/**
|
|
4201
|
+
* <p>The validity of the session in minutes.</p>
|
|
4202
|
+
* @public
|
|
4203
|
+
*/
|
|
4204
|
+
SessionLifetimeInMinutes?: number | undefined;
|
|
4205
|
+
/**
|
|
4206
|
+
* <p>The type of experience you want to embed. For registered users, you can embed Amazon QuickSight dashboards or the Amazon QuickSight console.</p>
|
|
4207
|
+
* <note>
|
|
4208
|
+
* <p>Exactly one of the experience configurations is required. You can choose
|
|
4209
|
+
* <code>Dashboard</code> or <code>QuickSightConsole</code>. You cannot choose more
|
|
4210
|
+
* than one experience configuration.</p>
|
|
4211
|
+
* </note>
|
|
4212
|
+
* @public
|
|
4213
|
+
*/
|
|
4214
|
+
ExperienceConfiguration: RegisteredUserEmbeddingExperienceConfiguration | undefined;
|
|
4215
|
+
/**
|
|
4216
|
+
* <p>A list of domains to be allowed to generate the embed URL.</p>
|
|
4217
|
+
* @public
|
|
4218
|
+
*/
|
|
4219
|
+
AllowedDomains?: string[] | undefined;
|
|
4220
|
+
}
|
|
4221
|
+
/**
|
|
4222
|
+
* @public
|
|
4223
|
+
*/
|
|
4224
|
+
export interface GenerateEmbedUrlForRegisteredUserWithIdentityResponse {
|
|
4225
|
+
/**
|
|
4226
|
+
* <p>The generated embed URL for the registered user.</p>
|
|
4227
|
+
* @public
|
|
4228
|
+
*/
|
|
4229
|
+
EmbedUrl: string | undefined;
|
|
4230
|
+
/**
|
|
4231
|
+
* <p>The HTTP status of the request.</p>
|
|
4232
|
+
* @public
|
|
4233
|
+
*/
|
|
4234
|
+
Status: number | undefined;
|
|
4235
|
+
/**
|
|
4236
|
+
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
4237
|
+
* @public
|
|
4238
|
+
*/
|
|
4239
|
+
RequestId: string | undefined;
|
|
4240
|
+
}
|
|
3991
4241
|
/**
|
|
3992
4242
|
* @public
|
|
3993
4243
|
*/
|
|
@@ -4273,6 +4523,30 @@ export interface IAMPolicyAssignmentSummary {
|
|
|
4273
4523
|
*/
|
|
4274
4524
|
AssignmentStatus?: AssignmentStatus | undefined;
|
|
4275
4525
|
}
|
|
4526
|
+
/**
|
|
4527
|
+
* @public
|
|
4528
|
+
* @enum
|
|
4529
|
+
*/
|
|
4530
|
+
export declare const IncludeGeneratedAnswer: {
|
|
4531
|
+
readonly EXCLUDE: "EXCLUDE";
|
|
4532
|
+
readonly INCLUDE: "INCLUDE";
|
|
4533
|
+
};
|
|
4534
|
+
/**
|
|
4535
|
+
* @public
|
|
4536
|
+
*/
|
|
4537
|
+
export type IncludeGeneratedAnswer = (typeof IncludeGeneratedAnswer)[keyof typeof IncludeGeneratedAnswer];
|
|
4538
|
+
/**
|
|
4539
|
+
* @public
|
|
4540
|
+
* @enum
|
|
4541
|
+
*/
|
|
4542
|
+
export declare const IncludeQuickSightQIndex: {
|
|
4543
|
+
readonly EXCLUDE: "EXCLUDE";
|
|
4544
|
+
readonly INCLUDE: "INCLUDE";
|
|
4545
|
+
};
|
|
4546
|
+
/**
|
|
4547
|
+
* @public
|
|
4548
|
+
*/
|
|
4549
|
+
export type IncludeQuickSightQIndex = (typeof IncludeQuickSightQIndex)[keyof typeof IncludeQuickSightQIndex];
|
|
4276
4550
|
/**
|
|
4277
4551
|
* @public
|
|
4278
4552
|
*/
|
|
@@ -6130,42 +6404,84 @@ export interface ListVPCConnectionsResponse {
|
|
|
6130
6404
|
*/
|
|
6131
6405
|
Status?: number | undefined;
|
|
6132
6406
|
}
|
|
6407
|
+
/**
|
|
6408
|
+
* @public
|
|
6409
|
+
*/
|
|
6410
|
+
export interface PredictQAResultsRequest {
|
|
6411
|
+
/**
|
|
6412
|
+
* <p>The ID of the Amazon Web Services account that the user wants to execute Predict QA results in.</p>
|
|
6413
|
+
* @public
|
|
6414
|
+
*/
|
|
6415
|
+
AwsAccountId: string | undefined;
|
|
6416
|
+
/**
|
|
6417
|
+
* <p>The query text to be used to predict QA results.</p>
|
|
6418
|
+
* @public
|
|
6419
|
+
*/
|
|
6420
|
+
QueryText: string | undefined;
|
|
6421
|
+
/**
|
|
6422
|
+
* <p>Indicates whether Q indicies are included or excluded.</p>
|
|
6423
|
+
* @public
|
|
6424
|
+
*/
|
|
6425
|
+
IncludeQuickSightQIndex?: IncludeQuickSightQIndex | undefined;
|
|
6426
|
+
/**
|
|
6427
|
+
* <p>Indicates whether generated answers are included or excluded.</p>
|
|
6428
|
+
* @public
|
|
6429
|
+
*/
|
|
6430
|
+
IncludeGeneratedAnswer?: IncludeGeneratedAnswer | undefined;
|
|
6431
|
+
/**
|
|
6432
|
+
* <p>The number of maximum topics to be considered to predict QA results.</p>
|
|
6433
|
+
* @public
|
|
6434
|
+
*/
|
|
6435
|
+
MaxTopicsToConsider?: number | undefined;
|
|
6436
|
+
}
|
|
6133
6437
|
/**
|
|
6134
6438
|
* @public
|
|
6135
6439
|
* @enum
|
|
6136
6440
|
*/
|
|
6137
|
-
export declare const
|
|
6138
|
-
readonly
|
|
6139
|
-
readonly
|
|
6441
|
+
export declare const QAResultType: {
|
|
6442
|
+
readonly DASHBOARD_VISUAL: "DASHBOARD_VISUAL";
|
|
6443
|
+
readonly GENERATED_ANSWER: "GENERATED_ANSWER";
|
|
6444
|
+
readonly NO_ANSWER: "NO_ANSWER";
|
|
6140
6445
|
};
|
|
6141
6446
|
/**
|
|
6142
6447
|
* @public
|
|
6143
6448
|
*/
|
|
6144
|
-
export type
|
|
6449
|
+
export type QAResultType = (typeof QAResultType)[keyof typeof QAResultType];
|
|
6145
6450
|
/**
|
|
6451
|
+
* <p>The QA result that is made from the <code>DashboardVisual</code> or <code>GeneratedAnswer</code>.</p>
|
|
6146
6452
|
* @public
|
|
6147
6453
|
*/
|
|
6148
|
-
export interface
|
|
6454
|
+
export interface QAResult {
|
|
6149
6455
|
/**
|
|
6150
|
-
* <p>The
|
|
6456
|
+
* <p>The type of QA result.</p>
|
|
6151
6457
|
* @public
|
|
6152
6458
|
*/
|
|
6153
|
-
|
|
6459
|
+
ResultType?: QAResultType | undefined;
|
|
6154
6460
|
/**
|
|
6155
|
-
* <p>The
|
|
6461
|
+
* <p>The representation of a dashboard visual result.</p>
|
|
6156
6462
|
* @public
|
|
6157
6463
|
*/
|
|
6158
|
-
|
|
6464
|
+
DashboardVisual?: DashboardVisualResult | undefined;
|
|
6159
6465
|
/**
|
|
6160
|
-
* <p>The
|
|
6466
|
+
* <p>The representation of a generated answer result.</p>
|
|
6161
6467
|
* @public
|
|
6162
6468
|
*/
|
|
6163
|
-
|
|
6469
|
+
GeneratedAnswer?: GeneratedAnswerResult | undefined;
|
|
6164
6470
|
}
|
|
6165
6471
|
/**
|
|
6166
6472
|
* @public
|
|
6167
6473
|
*/
|
|
6168
|
-
export interface
|
|
6474
|
+
export interface PredictQAResultsResponse {
|
|
6475
|
+
/**
|
|
6476
|
+
* <p>The primary visual response.</p>
|
|
6477
|
+
* @public
|
|
6478
|
+
*/
|
|
6479
|
+
PrimaryResult?: QAResult | undefined;
|
|
6480
|
+
/**
|
|
6481
|
+
* <p>Additional visual responses.</p>
|
|
6482
|
+
* @public
|
|
6483
|
+
*/
|
|
6484
|
+
AdditionalResults?: QAResult[] | undefined;
|
|
6169
6485
|
/**
|
|
6170
6486
|
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
6171
6487
|
* @public
|
|
@@ -6179,13 +6495,60 @@ export interface PutDataSetRefreshPropertiesResponse {
|
|
|
6179
6495
|
}
|
|
6180
6496
|
/**
|
|
6181
6497
|
* @public
|
|
6498
|
+
* @enum
|
|
6182
6499
|
*/
|
|
6183
|
-
export
|
|
6184
|
-
|
|
6185
|
-
|
|
6186
|
-
|
|
6187
|
-
|
|
6188
|
-
|
|
6500
|
+
export declare const PurchaseMode: {
|
|
6501
|
+
readonly AUTO_PURCHASE: "AUTO_PURCHASE";
|
|
6502
|
+
readonly MANUAL: "MANUAL";
|
|
6503
|
+
};
|
|
6504
|
+
/**
|
|
6505
|
+
* @public
|
|
6506
|
+
*/
|
|
6507
|
+
export type PurchaseMode = (typeof PurchaseMode)[keyof typeof PurchaseMode];
|
|
6508
|
+
/**
|
|
6509
|
+
* @public
|
|
6510
|
+
*/
|
|
6511
|
+
export interface PutDataSetRefreshPropertiesRequest {
|
|
6512
|
+
/**
|
|
6513
|
+
* <p>The Amazon Web Services account ID.</p>
|
|
6514
|
+
* @public
|
|
6515
|
+
*/
|
|
6516
|
+
AwsAccountId: string | undefined;
|
|
6517
|
+
/**
|
|
6518
|
+
* <p>The ID of the dataset.</p>
|
|
6519
|
+
* @public
|
|
6520
|
+
*/
|
|
6521
|
+
DataSetId: string | undefined;
|
|
6522
|
+
/**
|
|
6523
|
+
* <p>The dataset refresh properties.</p>
|
|
6524
|
+
* @public
|
|
6525
|
+
*/
|
|
6526
|
+
DataSetRefreshProperties: DataSetRefreshProperties | undefined;
|
|
6527
|
+
}
|
|
6528
|
+
/**
|
|
6529
|
+
* @public
|
|
6530
|
+
*/
|
|
6531
|
+
export interface PutDataSetRefreshPropertiesResponse {
|
|
6532
|
+
/**
|
|
6533
|
+
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
6534
|
+
* @public
|
|
6535
|
+
*/
|
|
6536
|
+
RequestId?: string | undefined;
|
|
6537
|
+
/**
|
|
6538
|
+
* <p>The HTTP status of the request.</p>
|
|
6539
|
+
* @public
|
|
6540
|
+
*/
|
|
6541
|
+
Status?: number | undefined;
|
|
6542
|
+
}
|
|
6543
|
+
/**
|
|
6544
|
+
* @public
|
|
6545
|
+
*/
|
|
6546
|
+
export interface RegisterUserRequest {
|
|
6547
|
+
/**
|
|
6548
|
+
* <p>The identity type that your Amazon QuickSight account uses to manage the identity of users.</p>
|
|
6549
|
+
* @public
|
|
6550
|
+
*/
|
|
6551
|
+
IdentityType: IdentityType | undefined;
|
|
6189
6552
|
/**
|
|
6190
6553
|
* <p>The email address of the user that you want to register.</p>
|
|
6191
6554
|
* @public
|
|
@@ -7455,77 +7818,37 @@ export interface UpdateAnalysisPermissionsResponse {
|
|
|
7455
7818
|
/**
|
|
7456
7819
|
* @public
|
|
7457
7820
|
*/
|
|
7458
|
-
export interface
|
|
7821
|
+
export interface UpdateApplicationWithTokenExchangeGrantRequest {
|
|
7459
7822
|
/**
|
|
7460
|
-
* <p>The ID of the Amazon Web Services account
|
|
7823
|
+
* <p>The ID of the Amazon Web Services account to be updated with a token exchange grant.</p>
|
|
7461
7824
|
* @public
|
|
7462
7825
|
*/
|
|
7463
7826
|
AwsAccountId: string | undefined;
|
|
7464
7827
|
/**
|
|
7465
|
-
* <p>The
|
|
7466
|
-
* @public
|
|
7467
|
-
*/
|
|
7468
|
-
BrandId: string | undefined;
|
|
7469
|
-
/**
|
|
7470
|
-
* <p>The definition of the brand.</p>
|
|
7471
|
-
* @public
|
|
7472
|
-
*/
|
|
7473
|
-
BrandDefinition?: BrandDefinition | undefined;
|
|
7474
|
-
}
|
|
7475
|
-
/**
|
|
7476
|
-
* @public
|
|
7477
|
-
*/
|
|
7478
|
-
export interface UpdateBrandResponse {
|
|
7479
|
-
/**
|
|
7480
|
-
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
7481
|
-
* @public
|
|
7482
|
-
*/
|
|
7483
|
-
RequestId?: string | undefined;
|
|
7484
|
-
/**
|
|
7485
|
-
* <p>The details of the brand.</p>
|
|
7486
|
-
* @public
|
|
7487
|
-
*/
|
|
7488
|
-
BrandDetail?: BrandDetail | undefined;
|
|
7489
|
-
/**
|
|
7490
|
-
* <p>The definition of the brand.</p>
|
|
7828
|
+
* <p>The namespace of the Amazon QuickSight application.</p>
|
|
7491
7829
|
* @public
|
|
7492
7830
|
*/
|
|
7493
|
-
|
|
7831
|
+
Namespace: string | undefined;
|
|
7494
7832
|
}
|
|
7495
7833
|
/**
|
|
7496
7834
|
* @public
|
|
7497
7835
|
*/
|
|
7498
|
-
export interface
|
|
7499
|
-
/**
|
|
7500
|
-
* <p>The ID of the Amazon Web Services account that owns the brand assignment.</p>
|
|
7501
|
-
* @public
|
|
7502
|
-
*/
|
|
7503
|
-
AwsAccountId: string | undefined;
|
|
7836
|
+
export interface UpdateApplicationWithTokenExchangeGrantResponse {
|
|
7504
7837
|
/**
|
|
7505
|
-
* <p>The
|
|
7838
|
+
* <p>The HTTP status of the request.</p>
|
|
7506
7839
|
* @public
|
|
7507
7840
|
*/
|
|
7508
|
-
|
|
7509
|
-
}
|
|
7510
|
-
/**
|
|
7511
|
-
* @public
|
|
7512
|
-
*/
|
|
7513
|
-
export interface UpdateBrandAssignmentResponse {
|
|
7841
|
+
Status?: number | undefined;
|
|
7514
7842
|
/**
|
|
7515
7843
|
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
7516
7844
|
* @public
|
|
7517
7845
|
*/
|
|
7518
7846
|
RequestId?: string | undefined;
|
|
7519
|
-
/**
|
|
7520
|
-
* <p>The Amazon Resource Name (ARN) of the brand.</p>
|
|
7521
|
-
* @public
|
|
7522
|
-
*/
|
|
7523
|
-
BrandArn?: string | undefined;
|
|
7524
7847
|
}
|
|
7525
7848
|
/**
|
|
7526
7849
|
* @public
|
|
7527
7850
|
*/
|
|
7528
|
-
export interface
|
|
7851
|
+
export interface UpdateBrandRequest {
|
|
7529
7852
|
/**
|
|
7530
7853
|
* <p>The ID of the Amazon Web Services account that owns the brand.</p>
|
|
7531
7854
|
* @public
|
|
@@ -7537,553 +7860,33 @@ export interface UpdateBrandPublishedVersionRequest {
|
|
|
7537
7860
|
*/
|
|
7538
7861
|
BrandId: string | undefined;
|
|
7539
7862
|
/**
|
|
7540
|
-
* <p>The
|
|
7863
|
+
* <p>The definition of the brand.</p>
|
|
7541
7864
|
* @public
|
|
7542
7865
|
*/
|
|
7543
|
-
|
|
7866
|
+
BrandDefinition?: BrandDefinition | undefined;
|
|
7544
7867
|
}
|
|
7545
7868
|
/**
|
|
7546
|
-
* @
|
|
7869
|
+
* @internal
|
|
7547
7870
|
*/
|
|
7548
|
-
export
|
|
7549
|
-
/**
|
|
7550
|
-
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
7551
|
-
* @public
|
|
7552
|
-
*/
|
|
7553
|
-
RequestId?: string | undefined;
|
|
7554
|
-
/**
|
|
7555
|
-
* <p>The ID of the published version.</p>
|
|
7556
|
-
* @public
|
|
7557
|
-
*/
|
|
7558
|
-
VersionId?: string | undefined;
|
|
7559
|
-
}
|
|
7871
|
+
export declare const DescribeAssetBundleExportJobResponseFilterSensitiveLog: (obj: DescribeAssetBundleExportJobResponse) => any;
|
|
7560
7872
|
/**
|
|
7561
|
-
* @
|
|
7873
|
+
* @internal
|
|
7562
7874
|
*/
|
|
7563
|
-
export
|
|
7564
|
-
/**
|
|
7565
|
-
* <p>The ID of the Amazon Web Services account that contains the custom permissions profile that you want to update.</p>
|
|
7566
|
-
* @public
|
|
7567
|
-
*/
|
|
7568
|
-
AwsAccountId: string | undefined;
|
|
7569
|
-
/**
|
|
7570
|
-
* <p>The name of the custom permissions profile that you want to update.</p>
|
|
7571
|
-
* @public
|
|
7572
|
-
*/
|
|
7573
|
-
CustomPermissionsName: string | undefined;
|
|
7574
|
-
/**
|
|
7575
|
-
* <p>A set of actions to include in the custom permissions profile.</p>
|
|
7576
|
-
* @public
|
|
7577
|
-
*/
|
|
7578
|
-
Capabilities?: Capabilities | undefined;
|
|
7579
|
-
}
|
|
7875
|
+
export declare const DescribeAssetBundleImportJobResponseFilterSensitiveLog: (obj: DescribeAssetBundleImportJobResponse) => any;
|
|
7580
7876
|
/**
|
|
7581
|
-
* @
|
|
7877
|
+
* @internal
|
|
7582
7878
|
*/
|
|
7583
|
-
export
|
|
7584
|
-
/**
|
|
7585
|
-
* <p>The HTTP status of the request.</p>
|
|
7586
|
-
* @public
|
|
7587
|
-
*/
|
|
7588
|
-
Status?: number | undefined;
|
|
7589
|
-
/**
|
|
7590
|
-
* <p>The Amazon Resource Name (ARN) of the custom permissions profile.</p>
|
|
7591
|
-
* @public
|
|
7592
|
-
*/
|
|
7593
|
-
Arn?: string | undefined;
|
|
7594
|
-
/**
|
|
7595
|
-
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
7596
|
-
* @public
|
|
7597
|
-
*/
|
|
7598
|
-
RequestId?: string | undefined;
|
|
7599
|
-
}
|
|
7879
|
+
export declare const DescribeDashboardResponseFilterSensitiveLog: (obj: DescribeDashboardResponse) => any;
|
|
7600
7880
|
/**
|
|
7601
|
-
* @
|
|
7881
|
+
* @internal
|
|
7602
7882
|
*/
|
|
7603
|
-
export
|
|
7604
|
-
/**
|
|
7605
|
-
* <p>The ID of the Amazon Web Services account that contains the dashboard that you're
|
|
7606
|
-
* updating.</p>
|
|
7607
|
-
* @public
|
|
7608
|
-
*/
|
|
7609
|
-
AwsAccountId: string | undefined;
|
|
7610
|
-
/**
|
|
7611
|
-
* <p>The ID for the dashboard.</p>
|
|
7612
|
-
* @public
|
|
7613
|
-
*/
|
|
7614
|
-
DashboardId: string | undefined;
|
|
7615
|
-
/**
|
|
7616
|
-
* <p>The display name of the dashboard.</p>
|
|
7617
|
-
* @public
|
|
7618
|
-
*/
|
|
7619
|
-
Name: string | undefined;
|
|
7620
|
-
/**
|
|
7621
|
-
* <p>The entity that you are using as a source when you update the dashboard. In
|
|
7622
|
-
* <code>SourceEntity</code>, you specify the type of object you're using as source. You
|
|
7623
|
-
* can only update a dashboard from a template, so you use a <code>SourceTemplate</code>
|
|
7624
|
-
* entity. If you need to update a dashboard from an analysis, first convert the analysis
|
|
7625
|
-
* to a template by using the <code>
|
|
7626
|
-
* <a href="https://docs.aws.amazon.com/quicksight/latest/APIReference/API_CreateTemplate.html">CreateTemplate</a>
|
|
7627
|
-
* </code> API operation. For
|
|
7628
|
-
* <code>SourceTemplate</code>, specify the Amazon Resource Name (ARN) of the source
|
|
7629
|
-
* template. The <code>SourceTemplate</code> ARN can contain any Amazon Web Services account and any
|
|
7630
|
-
* Amazon QuickSight-supported Amazon Web Services Region. </p>
|
|
7631
|
-
* <p>Use the <code>DataSetReferences</code> entity within <code>SourceTemplate</code> to
|
|
7632
|
-
* list the replacement datasets for the placeholders listed in the original. The schema in
|
|
7633
|
-
* each dataset must match its placeholder. </p>
|
|
7634
|
-
* @public
|
|
7635
|
-
*/
|
|
7636
|
-
SourceEntity?: DashboardSourceEntity | undefined;
|
|
7637
|
-
/**
|
|
7638
|
-
* <p>A structure that contains the parameters of the dashboard. These are parameter
|
|
7639
|
-
* overrides for a dashboard. A dashboard can have any type of parameters, and some
|
|
7640
|
-
* parameters might accept multiple values.</p>
|
|
7641
|
-
* @public
|
|
7642
|
-
*/
|
|
7643
|
-
Parameters?: _Parameters | undefined;
|
|
7644
|
-
/**
|
|
7645
|
-
* <p>A description for the first version of the dashboard being created.</p>
|
|
7646
|
-
* @public
|
|
7647
|
-
*/
|
|
7648
|
-
VersionDescription?: string | undefined;
|
|
7649
|
-
/**
|
|
7650
|
-
* <p>Options for publishing the dashboard when you create it:</p>
|
|
7651
|
-
* <ul>
|
|
7652
|
-
* <li>
|
|
7653
|
-
* <p>
|
|
7654
|
-
* <code>AvailabilityStatus</code> for <code>AdHocFilteringOption</code> - This
|
|
7655
|
-
* status can be either <code>ENABLED</code> or <code>DISABLED</code>. When this is
|
|
7656
|
-
* set to <code>DISABLED</code>, Amazon QuickSight disables the left filter pane on the
|
|
7657
|
-
* published dashboard, which can be used for ad hoc (one-time) filtering. This
|
|
7658
|
-
* option is <code>ENABLED</code> by default. </p>
|
|
7659
|
-
* </li>
|
|
7660
|
-
* <li>
|
|
7661
|
-
* <p>
|
|
7662
|
-
* <code>AvailabilityStatus</code> for <code>ExportToCSVOption</code> - This
|
|
7663
|
-
* status can be either <code>ENABLED</code> or <code>DISABLED</code>. The visual
|
|
7664
|
-
* option to export data to .CSV format isn't enabled when this is set to
|
|
7665
|
-
* <code>DISABLED</code>. This option is <code>ENABLED</code> by default. </p>
|
|
7666
|
-
* </li>
|
|
7667
|
-
* <li>
|
|
7668
|
-
* <p>
|
|
7669
|
-
* <code>VisibilityState</code> for <code>SheetControlsOption</code> - This
|
|
7670
|
-
* visibility state can be either <code>COLLAPSED</code> or <code>EXPANDED</code>.
|
|
7671
|
-
* This option is <code>COLLAPSED</code> by default. </p>
|
|
7672
|
-
* </li>
|
|
7673
|
-
* </ul>
|
|
7674
|
-
* @public
|
|
7675
|
-
*/
|
|
7676
|
-
DashboardPublishOptions?: DashboardPublishOptions | undefined;
|
|
7677
|
-
/**
|
|
7678
|
-
* <p>The Amazon Resource Name (ARN) of the theme that is being used for this dashboard. If
|
|
7679
|
-
* you add a value for this field, it overrides the value that was originally associated
|
|
7680
|
-
* with the entity. The theme ARN must exist in the same Amazon Web Services account where you create the
|
|
7681
|
-
* dashboard.</p>
|
|
7682
|
-
* @public
|
|
7683
|
-
*/
|
|
7684
|
-
ThemeArn?: string | undefined;
|
|
7685
|
-
/**
|
|
7686
|
-
* <p>The definition of a dashboard.</p>
|
|
7687
|
-
* <p>A definition is the data model of all features in a Dashboard, Template, or Analysis.</p>
|
|
7688
|
-
* @public
|
|
7689
|
-
*/
|
|
7690
|
-
Definition?: DashboardVersionDefinition | undefined;
|
|
7691
|
-
/**
|
|
7692
|
-
* <p>The option to relax the validation needed to update a dashboard with definition objects. This skips the validation step for specific errors.</p>
|
|
7693
|
-
* @public
|
|
7694
|
-
*/
|
|
7695
|
-
ValidationStrategy?: ValidationStrategy | undefined;
|
|
7696
|
-
}
|
|
7883
|
+
export declare const DescribeDashboardDefinitionResponseFilterSensitiveLog: (obj: DescribeDashboardDefinitionResponse) => any;
|
|
7697
7884
|
/**
|
|
7698
|
-
* @
|
|
7885
|
+
* @internal
|
|
7699
7886
|
*/
|
|
7700
|
-
export
|
|
7701
|
-
/**
|
|
7702
|
-
* <p>The Amazon Resource Name (ARN) of the resource.</p>
|
|
7703
|
-
* @public
|
|
7704
|
-
*/
|
|
7705
|
-
Arn?: string | undefined;
|
|
7706
|
-
/**
|
|
7707
|
-
* <p>The ARN of the dashboard, including the version number.</p>
|
|
7708
|
-
* @public
|
|
7709
|
-
*/
|
|
7710
|
-
VersionArn?: string | undefined;
|
|
7711
|
-
/**
|
|
7712
|
-
* <p>The ID for the dashboard.</p>
|
|
7713
|
-
* @public
|
|
7714
|
-
*/
|
|
7715
|
-
DashboardId?: string | undefined;
|
|
7716
|
-
/**
|
|
7717
|
-
* <p>The creation status of the request.</p>
|
|
7718
|
-
* @public
|
|
7719
|
-
*/
|
|
7720
|
-
CreationStatus?: ResourceStatus | undefined;
|
|
7721
|
-
/**
|
|
7722
|
-
* <p>The HTTP status of the request.</p>
|
|
7723
|
-
* @public
|
|
7724
|
-
*/
|
|
7725
|
-
Status?: number | undefined;
|
|
7726
|
-
/**
|
|
7727
|
-
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
7728
|
-
* @public
|
|
7729
|
-
*/
|
|
7730
|
-
RequestId?: string | undefined;
|
|
7731
|
-
}
|
|
7887
|
+
export declare const SnapshotConfigurationFilterSensitiveLog: (obj: SnapshotConfiguration) => any;
|
|
7732
7888
|
/**
|
|
7733
|
-
* @
|
|
7734
|
-
*/
|
|
7735
|
-
export interface UpdateDashboardLinksRequest {
|
|
7736
|
-
/**
|
|
7737
|
-
* <p>The ID of the Amazon Web Services account that contains the dashboard whose links you want to update.</p>
|
|
7738
|
-
* @public
|
|
7739
|
-
*/
|
|
7740
|
-
AwsAccountId: string | undefined;
|
|
7741
|
-
/**
|
|
7742
|
-
* <p>The ID for the dashboard.</p>
|
|
7743
|
-
* @public
|
|
7744
|
-
*/
|
|
7745
|
-
DashboardId: string | undefined;
|
|
7746
|
-
/**
|
|
7747
|
-
* <p> list of analysis Amazon Resource Names (ARNs) to be linked to the dashboard.</p>
|
|
7748
|
-
* @public
|
|
7749
|
-
*/
|
|
7750
|
-
LinkEntities: string[] | undefined;
|
|
7751
|
-
}
|
|
7752
|
-
/**
|
|
7753
|
-
* @public
|
|
7754
|
-
*/
|
|
7755
|
-
export interface UpdateDashboardLinksResponse {
|
|
7756
|
-
/**
|
|
7757
|
-
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
7758
|
-
* @public
|
|
7759
|
-
*/
|
|
7760
|
-
RequestId?: string | undefined;
|
|
7761
|
-
/**
|
|
7762
|
-
* <p>The HTTP status of the request.</p>
|
|
7763
|
-
* @public
|
|
7764
|
-
*/
|
|
7765
|
-
Status?: number | undefined;
|
|
7766
|
-
/**
|
|
7767
|
-
* <p>The Amazon Resource Name (ARN) of the dashboard.</p>
|
|
7768
|
-
* @public
|
|
7769
|
-
*/
|
|
7770
|
-
DashboardArn?: string | undefined;
|
|
7771
|
-
/**
|
|
7772
|
-
* <p>A list of analysis Amazon Resource Names (ARNs) to be linked to the dashboard.</p>
|
|
7773
|
-
* @public
|
|
7774
|
-
*/
|
|
7775
|
-
LinkEntities?: string[] | undefined;
|
|
7776
|
-
}
|
|
7777
|
-
/**
|
|
7778
|
-
* @public
|
|
7779
|
-
*/
|
|
7780
|
-
export interface UpdateDashboardPermissionsRequest {
|
|
7781
|
-
/**
|
|
7782
|
-
* <p>The ID of the Amazon Web Services account that contains the dashboard whose permissions you're
|
|
7783
|
-
* updating.</p>
|
|
7784
|
-
* @public
|
|
7785
|
-
*/
|
|
7786
|
-
AwsAccountId: string | undefined;
|
|
7787
|
-
/**
|
|
7788
|
-
* <p>The ID for the dashboard.</p>
|
|
7789
|
-
* @public
|
|
7790
|
-
*/
|
|
7791
|
-
DashboardId: string | undefined;
|
|
7792
|
-
/**
|
|
7793
|
-
* <p>The permissions that you want to grant on this resource.</p>
|
|
7794
|
-
* @public
|
|
7795
|
-
*/
|
|
7796
|
-
GrantPermissions?: ResourcePermission[] | undefined;
|
|
7797
|
-
/**
|
|
7798
|
-
* <p>The permissions that you want to revoke from this resource.</p>
|
|
7799
|
-
* @public
|
|
7800
|
-
*/
|
|
7801
|
-
RevokePermissions?: ResourcePermission[] | undefined;
|
|
7802
|
-
/**
|
|
7803
|
-
* <p>Grants link permissions to all users in a defined namespace.</p>
|
|
7804
|
-
* @public
|
|
7805
|
-
*/
|
|
7806
|
-
GrantLinkPermissions?: ResourcePermission[] | undefined;
|
|
7807
|
-
/**
|
|
7808
|
-
* <p>Revokes link permissions from all users in a defined namespace.</p>
|
|
7809
|
-
* @public
|
|
7810
|
-
*/
|
|
7811
|
-
RevokeLinkPermissions?: ResourcePermission[] | undefined;
|
|
7812
|
-
}
|
|
7813
|
-
/**
|
|
7814
|
-
* @public
|
|
7815
|
-
*/
|
|
7816
|
-
export interface UpdateDashboardPermissionsResponse {
|
|
7817
|
-
/**
|
|
7818
|
-
* <p>The Amazon Resource Name (ARN) of the dashboard.</p>
|
|
7819
|
-
* @public
|
|
7820
|
-
*/
|
|
7821
|
-
DashboardArn?: string | undefined;
|
|
7822
|
-
/**
|
|
7823
|
-
* <p>The ID for the dashboard.</p>
|
|
7824
|
-
* @public
|
|
7825
|
-
*/
|
|
7826
|
-
DashboardId?: string | undefined;
|
|
7827
|
-
/**
|
|
7828
|
-
* <p>Information about the permissions on the dashboard.</p>
|
|
7829
|
-
* @public
|
|
7830
|
-
*/
|
|
7831
|
-
Permissions?: ResourcePermission[] | undefined;
|
|
7832
|
-
/**
|
|
7833
|
-
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
7834
|
-
* @public
|
|
7835
|
-
*/
|
|
7836
|
-
RequestId?: string | undefined;
|
|
7837
|
-
/**
|
|
7838
|
-
* <p>The HTTP status of the request.</p>
|
|
7839
|
-
* @public
|
|
7840
|
-
*/
|
|
7841
|
-
Status?: number | undefined;
|
|
7842
|
-
/**
|
|
7843
|
-
* <p>Updates the permissions of a shared link to an Amazon QuickSight dashboard.</p>
|
|
7844
|
-
* @public
|
|
7845
|
-
*/
|
|
7846
|
-
LinkSharingConfiguration?: LinkSharingConfiguration | undefined;
|
|
7847
|
-
}
|
|
7848
|
-
/**
|
|
7849
|
-
* @public
|
|
7850
|
-
*/
|
|
7851
|
-
export interface UpdateDashboardPublishedVersionRequest {
|
|
7852
|
-
/**
|
|
7853
|
-
* <p>The ID of the Amazon Web Services account that contains the dashboard that you're
|
|
7854
|
-
* updating.</p>
|
|
7855
|
-
* @public
|
|
7856
|
-
*/
|
|
7857
|
-
AwsAccountId: string | undefined;
|
|
7858
|
-
/**
|
|
7859
|
-
* <p>The ID for the dashboard.</p>
|
|
7860
|
-
* @public
|
|
7861
|
-
*/
|
|
7862
|
-
DashboardId: string | undefined;
|
|
7863
|
-
/**
|
|
7864
|
-
* <p>The version number of the dashboard.</p>
|
|
7865
|
-
* @public
|
|
7866
|
-
*/
|
|
7867
|
-
VersionNumber: number | undefined;
|
|
7868
|
-
}
|
|
7869
|
-
/**
|
|
7870
|
-
* @public
|
|
7871
|
-
*/
|
|
7872
|
-
export interface UpdateDashboardPublishedVersionResponse {
|
|
7873
|
-
/**
|
|
7874
|
-
* <p>The ID for the dashboard.</p>
|
|
7875
|
-
* @public
|
|
7876
|
-
*/
|
|
7877
|
-
DashboardId?: string | undefined;
|
|
7878
|
-
/**
|
|
7879
|
-
* <p>The Amazon Resource Name (ARN) of the dashboard.</p>
|
|
7880
|
-
* @public
|
|
7881
|
-
*/
|
|
7882
|
-
DashboardArn?: string | undefined;
|
|
7883
|
-
/**
|
|
7884
|
-
* <p>The HTTP status of the request.</p>
|
|
7885
|
-
* @public
|
|
7886
|
-
*/
|
|
7887
|
-
Status?: number | undefined;
|
|
7888
|
-
/**
|
|
7889
|
-
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
7890
|
-
* @public
|
|
7891
|
-
*/
|
|
7892
|
-
RequestId?: string | undefined;
|
|
7893
|
-
}
|
|
7894
|
-
/**
|
|
7895
|
-
* @public
|
|
7896
|
-
*/
|
|
7897
|
-
export interface UpdateDashboardsQAConfigurationRequest {
|
|
7898
|
-
/**
|
|
7899
|
-
* <p>The ID of the Amazon Web Services account that contains the dashboard QA configuration that you want to update.</p>
|
|
7900
|
-
* @public
|
|
7901
|
-
*/
|
|
7902
|
-
AwsAccountId: string | undefined;
|
|
7903
|
-
/**
|
|
7904
|
-
* <p>The status of dashboards QA configuration that you want to update.</p>
|
|
7905
|
-
* @public
|
|
7906
|
-
*/
|
|
7907
|
-
DashboardsQAStatus: DashboardsQAStatus | undefined;
|
|
7908
|
-
}
|
|
7909
|
-
/**
|
|
7910
|
-
* @public
|
|
7911
|
-
*/
|
|
7912
|
-
export interface UpdateDashboardsQAConfigurationResponse {
|
|
7913
|
-
/**
|
|
7914
|
-
* <p>A value that indicates whether the dashboard QA configuration is enabled or not.</p>
|
|
7915
|
-
* @public
|
|
7916
|
-
*/
|
|
7917
|
-
DashboardsQAStatus?: DashboardsQAStatus | undefined;
|
|
7918
|
-
/**
|
|
7919
|
-
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
7920
|
-
* @public
|
|
7921
|
-
*/
|
|
7922
|
-
RequestId?: string | undefined;
|
|
7923
|
-
/**
|
|
7924
|
-
* <p>The HTTP status of the request.</p>
|
|
7925
|
-
* @public
|
|
7926
|
-
*/
|
|
7927
|
-
Status?: number | undefined;
|
|
7928
|
-
}
|
|
7929
|
-
/**
|
|
7930
|
-
* @public
|
|
7931
|
-
*/
|
|
7932
|
-
export interface UpdateDataSetRequest {
|
|
7933
|
-
/**
|
|
7934
|
-
* <p>The Amazon Web Services account ID.</p>
|
|
7935
|
-
* @public
|
|
7936
|
-
*/
|
|
7937
|
-
AwsAccountId: string | undefined;
|
|
7938
|
-
/**
|
|
7939
|
-
* <p>The ID for the dataset that you want to update. This ID is unique per Amazon Web Services Region for each
|
|
7940
|
-
* Amazon Web Services account.</p>
|
|
7941
|
-
* @public
|
|
7942
|
-
*/
|
|
7943
|
-
DataSetId: string | undefined;
|
|
7944
|
-
/**
|
|
7945
|
-
* <p>The display name for the dataset.</p>
|
|
7946
|
-
* @public
|
|
7947
|
-
*/
|
|
7948
|
-
Name: string | undefined;
|
|
7949
|
-
/**
|
|
7950
|
-
* <p>Declares the physical tables that are available in the underlying data sources.</p>
|
|
7951
|
-
* @public
|
|
7952
|
-
*/
|
|
7953
|
-
PhysicalTableMap: Record<string, PhysicalTable> | undefined;
|
|
7954
|
-
/**
|
|
7955
|
-
* <p>Configures the combination and transformation of the data from the physical tables.</p>
|
|
7956
|
-
* @public
|
|
7957
|
-
*/
|
|
7958
|
-
LogicalTableMap?: Record<string, LogicalTable> | undefined;
|
|
7959
|
-
/**
|
|
7960
|
-
* <p>Indicates whether you want to import the data into SPICE.</p>
|
|
7961
|
-
* @public
|
|
7962
|
-
*/
|
|
7963
|
-
ImportMode: DataSetImportMode | undefined;
|
|
7964
|
-
/**
|
|
7965
|
-
* <p>Groupings of columns that work together in certain Amazon QuickSight features. Currently, only geospatial hierarchy is supported.</p>
|
|
7966
|
-
* @public
|
|
7967
|
-
*/
|
|
7968
|
-
ColumnGroups?: ColumnGroup[] | undefined;
|
|
7969
|
-
/**
|
|
7970
|
-
* <p>The folder that contains fields and nested subfolders for your dataset.</p>
|
|
7971
|
-
* @public
|
|
7972
|
-
*/
|
|
7973
|
-
FieldFolders?: Record<string, FieldFolder> | undefined;
|
|
7974
|
-
/**
|
|
7975
|
-
* <p>The row-level security configuration for the data you want to create.</p>
|
|
7976
|
-
* @public
|
|
7977
|
-
*/
|
|
7978
|
-
RowLevelPermissionDataSet?: RowLevelPermissionDataSet | undefined;
|
|
7979
|
-
/**
|
|
7980
|
-
* <p>The configuration of tags on a dataset to set row-level security. Row-level security tags are currently supported for anonymous embedding only.</p>
|
|
7981
|
-
* @public
|
|
7982
|
-
*/
|
|
7983
|
-
RowLevelPermissionTagConfiguration?: RowLevelPermissionTagConfiguration | undefined;
|
|
7984
|
-
/**
|
|
7985
|
-
* <p>A set of one or more definitions of a <code>
|
|
7986
|
-
* <a href="https://docs.aws.amazon.com/quicksight/latest/APIReference/API_ColumnLevelPermissionRule.html">ColumnLevelPermissionRule</a>
|
|
7987
|
-
* </code>.</p>
|
|
7988
|
-
* @public
|
|
7989
|
-
*/
|
|
7990
|
-
ColumnLevelPermissionRules?: ColumnLevelPermissionRule[] | undefined;
|
|
7991
|
-
/**
|
|
7992
|
-
* <p>The usage configuration to apply to child datasets that reference this dataset as a source.</p>
|
|
7993
|
-
* @public
|
|
7994
|
-
*/
|
|
7995
|
-
DataSetUsageConfiguration?: DataSetUsageConfiguration | undefined;
|
|
7996
|
-
/**
|
|
7997
|
-
* <p>The parameter declarations of the dataset.</p>
|
|
7998
|
-
* @public
|
|
7999
|
-
*/
|
|
8000
|
-
DatasetParameters?: DatasetParameter[] | undefined;
|
|
8001
|
-
}
|
|
8002
|
-
/**
|
|
8003
|
-
* @public
|
|
8004
|
-
*/
|
|
8005
|
-
export interface UpdateDataSetResponse {
|
|
8006
|
-
/**
|
|
8007
|
-
* <p>The Amazon Resource Name (ARN) of the dataset.</p>
|
|
8008
|
-
* @public
|
|
8009
|
-
*/
|
|
8010
|
-
Arn?: string | undefined;
|
|
8011
|
-
/**
|
|
8012
|
-
* <p>The ID for the dataset that you want to create. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.</p>
|
|
8013
|
-
* @public
|
|
8014
|
-
*/
|
|
8015
|
-
DataSetId?: string | undefined;
|
|
8016
|
-
/**
|
|
8017
|
-
* <p>The ARN for the ingestion, which is triggered as a result of dataset creation if the import
|
|
8018
|
-
* mode is SPICE.</p>
|
|
8019
|
-
* @public
|
|
8020
|
-
*/
|
|
8021
|
-
IngestionArn?: string | undefined;
|
|
8022
|
-
/**
|
|
8023
|
-
* <p>The ID of the ingestion, which is triggered as a result of dataset creation if the import
|
|
8024
|
-
* mode is SPICE.</p>
|
|
8025
|
-
* @public
|
|
8026
|
-
*/
|
|
8027
|
-
IngestionId?: string | undefined;
|
|
8028
|
-
/**
|
|
8029
|
-
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
8030
|
-
* @public
|
|
8031
|
-
*/
|
|
8032
|
-
RequestId?: string | undefined;
|
|
8033
|
-
/**
|
|
8034
|
-
* <p>The HTTP status of the request.</p>
|
|
8035
|
-
* @public
|
|
8036
|
-
*/
|
|
8037
|
-
Status?: number | undefined;
|
|
8038
|
-
}
|
|
8039
|
-
/**
|
|
8040
|
-
* @public
|
|
8041
|
-
*/
|
|
8042
|
-
export interface UpdateDataSetPermissionsRequest {
|
|
8043
|
-
/**
|
|
8044
|
-
* <p>The Amazon Web Services account ID.</p>
|
|
8045
|
-
* @public
|
|
8046
|
-
*/
|
|
8047
|
-
AwsAccountId: string | undefined;
|
|
8048
|
-
/**
|
|
8049
|
-
* <p>The ID for the dataset whose permissions you want to update. This ID is unique per
|
|
8050
|
-
* Amazon Web Services Region for each Amazon Web Services account.</p>
|
|
8051
|
-
* @public
|
|
8052
|
-
*/
|
|
8053
|
-
DataSetId: string | undefined;
|
|
8054
|
-
/**
|
|
8055
|
-
* <p>The resource permissions that you want to grant to the dataset.</p>
|
|
8056
|
-
* @public
|
|
8057
|
-
*/
|
|
8058
|
-
GrantPermissions?: ResourcePermission[] | undefined;
|
|
8059
|
-
/**
|
|
8060
|
-
* <p>The resource permissions that you want to revoke from the dataset.</p>
|
|
8061
|
-
* @public
|
|
8062
|
-
*/
|
|
8063
|
-
RevokePermissions?: ResourcePermission[] | undefined;
|
|
8064
|
-
}
|
|
8065
|
-
/**
|
|
8066
|
-
* @internal
|
|
8067
|
-
*/
|
|
8068
|
-
export declare const DescribeAssetBundleExportJobResponseFilterSensitiveLog: (obj: DescribeAssetBundleExportJobResponse) => any;
|
|
8069
|
-
/**
|
|
8070
|
-
* @internal
|
|
8071
|
-
*/
|
|
8072
|
-
export declare const DescribeAssetBundleImportJobResponseFilterSensitiveLog: (obj: DescribeAssetBundleImportJobResponse) => any;
|
|
8073
|
-
/**
|
|
8074
|
-
* @internal
|
|
8075
|
-
*/
|
|
8076
|
-
export declare const DescribeDashboardResponseFilterSensitiveLog: (obj: DescribeDashboardResponse) => any;
|
|
8077
|
-
/**
|
|
8078
|
-
* @internal
|
|
8079
|
-
*/
|
|
8080
|
-
export declare const DescribeDashboardDefinitionResponseFilterSensitiveLog: (obj: DescribeDashboardDefinitionResponse) => any;
|
|
8081
|
-
/**
|
|
8082
|
-
* @internal
|
|
8083
|
-
*/
|
|
8084
|
-
export declare const SnapshotConfigurationFilterSensitiveLog: (obj: SnapshotConfiguration) => any;
|
|
8085
|
-
/**
|
|
8086
|
-
* @internal
|
|
7889
|
+
* @internal
|
|
8087
7890
|
*/
|
|
8088
7891
|
export declare const DescribeDashboardSnapshotJobResponseFilterSensitiveLog: (obj: DescribeDashboardSnapshotJobResponse) => any;
|
|
8089
7892
|
/**
|
|
@@ -8118,6 +7921,10 @@ export declare const DescribeTemplateDefinitionResponseFilterSensitiveLog: (obj:
|
|
|
8118
7921
|
* @internal
|
|
8119
7922
|
*/
|
|
8120
7923
|
export declare const DescribeTopicResponseFilterSensitiveLog: (obj: DescribeTopicResponse) => any;
|
|
7924
|
+
/**
|
|
7925
|
+
* @internal
|
|
7926
|
+
*/
|
|
7927
|
+
export declare const GeneratedAnswerResultFilterSensitiveLog: (obj: GeneratedAnswerResult) => any;
|
|
8121
7928
|
/**
|
|
8122
7929
|
* @internal
|
|
8123
7930
|
*/
|
|
@@ -8134,6 +7941,10 @@ export declare const GenerateEmbedUrlForAnonymousUserResponseFilterSensitiveLog:
|
|
|
8134
7941
|
* @internal
|
|
8135
7942
|
*/
|
|
8136
7943
|
export declare const GenerateEmbedUrlForRegisteredUserResponseFilterSensitiveLog: (obj: GenerateEmbedUrlForRegisteredUserResponse) => any;
|
|
7944
|
+
/**
|
|
7945
|
+
* @internal
|
|
7946
|
+
*/
|
|
7947
|
+
export declare const GenerateEmbedUrlForRegisteredUserWithIdentityResponseFilterSensitiveLog: (obj: GenerateEmbedUrlForRegisteredUserWithIdentityResponse) => any;
|
|
8137
7948
|
/**
|
|
8138
7949
|
* @internal
|
|
8139
7950
|
*/
|
|
@@ -8145,28 +7956,32 @@ export declare const GetSessionEmbedUrlResponseFilterSensitiveLog: (obj: GetSess
|
|
|
8145
7956
|
/**
|
|
8146
7957
|
* @internal
|
|
8147
7958
|
*/
|
|
8148
|
-
export declare const
|
|
7959
|
+
export declare const PredictQAResultsRequestFilterSensitiveLog: (obj: PredictQAResultsRequest) => any;
|
|
8149
7960
|
/**
|
|
8150
7961
|
* @internal
|
|
8151
7962
|
*/
|
|
8152
|
-
export declare const
|
|
7963
|
+
export declare const QAResultFilterSensitiveLog: (obj: QAResult) => any;
|
|
8153
7964
|
/**
|
|
8154
7965
|
* @internal
|
|
8155
7966
|
*/
|
|
8156
|
-
export declare const
|
|
7967
|
+
export declare const PredictQAResultsResponseFilterSensitiveLog: (obj: PredictQAResultsResponse) => any;
|
|
8157
7968
|
/**
|
|
8158
7969
|
* @internal
|
|
8159
7970
|
*/
|
|
8160
|
-
export declare const
|
|
7971
|
+
export declare const StartAssetBundleImportJobRequestFilterSensitiveLog: (obj: StartAssetBundleImportJobRequest) => any;
|
|
8161
7972
|
/**
|
|
8162
7973
|
* @internal
|
|
8163
7974
|
*/
|
|
8164
|
-
export declare const
|
|
7975
|
+
export declare const SnapshotAnonymousUserFilterSensitiveLog: (obj: SnapshotAnonymousUser) => any;
|
|
8165
7976
|
/**
|
|
8166
7977
|
* @internal
|
|
8167
7978
|
*/
|
|
8168
|
-
export declare const
|
|
7979
|
+
export declare const SnapshotUserConfigurationFilterSensitiveLog: (obj: SnapshotUserConfiguration) => any;
|
|
8169
7980
|
/**
|
|
8170
7981
|
* @internal
|
|
8171
7982
|
*/
|
|
8172
|
-
export declare const
|
|
7983
|
+
export declare const StartDashboardSnapshotJobRequestFilterSensitiveLog: (obj: StartDashboardSnapshotJobRequest) => any;
|
|
7984
|
+
/**
|
|
7985
|
+
* @internal
|
|
7986
|
+
*/
|
|
7987
|
+
export declare const UpdateAnalysisRequestFilterSensitiveLog: (obj: UpdateAnalysisRequest) => any;
|