@aws-sdk/client-quicksight 3.1061.0 → 3.1063.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 +56 -0
- package/dist-cjs/index.js +195 -0
- package/dist-cjs/models/errors.js +54 -54
- package/dist-cjs/schemas/schemas_0.js +569 -225
- package/dist-es/QuickSight.js +20 -0
- package/dist-es/commands/BatchDeleteKnowledgeBaseCommand.js +16 -0
- package/dist-es/commands/DeleteKnowledgeBaseCommand.js +16 -0
- package/dist-es/commands/DescribeKnowledgeBaseCommand.js +16 -0
- package/dist-es/commands/DescribeKnowledgeBasePermissionsCommand.js +16 -0
- package/dist-es/commands/ListKnowledgeBasesCommand.js +16 -0
- package/dist-es/commands/ListUsersIndexCapacityCommand.js +16 -0
- package/dist-es/commands/SearchKnowledgeBasesCommand.js +16 -0
- package/dist-es/commands/UpdateKnowledgeBasePermissionsCommand.js +16 -0
- package/dist-es/commands/index.js +8 -0
- package/dist-es/models/enums.js +63 -0
- package/dist-es/models/errors.js +48 -48
- package/dist-es/pagination/ListKnowledgeBasesPaginator.js +4 -0
- package/dist-es/pagination/SearchKnowledgeBasesPaginator.js +4 -0
- package/dist-es/pagination/index.js +2 -0
- package/dist-es/schemas/schemas_0.js +532 -189
- package/dist-types/QuickSight.d.ts +70 -0
- package/dist-types/QuickSightClient.d.ts +10 -2
- package/dist-types/commands/BatchDeleteKnowledgeBaseCommand.d.ts +117 -0
- package/dist-types/commands/DeleteKnowledgeBaseCommand.d.ts +110 -0
- package/dist-types/commands/DescribeDataSetCommand.d.ts +2 -1
- package/dist-types/commands/DescribeDataSetPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDataSetRefreshPropertiesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDataSourceCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDataSourcePermissionsCommand.d.ts +1 -2
- package/dist-types/commands/DescribeKnowledgeBaseCommand.d.ts +157 -0
- package/dist-types/commands/DescribeKnowledgeBasePermissionsCommand.d.ts +115 -0
- package/dist-types/commands/ListKnowledgeBasesCommand.d.ts +117 -0
- package/dist-types/commands/ListUsersIndexCapacityCommand.d.ts +127 -0
- package/dist-types/commands/SearchKnowledgeBasesCommand.d.ts +131 -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/UpdateAccountCustomPermissionCommand.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/UpdateActionConnectorCommand.d.ts +1 -1
- package/dist-types/commands/UpdateActionConnectorPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAgentCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAgentPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAnalysisCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAnalysisPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateApplicationWithTokenExchangeGrantCommand.d.ts +1 -1
- package/dist-types/commands/UpdateBrandCommand.d.ts +1 -1
- package/dist-types/commands/UpdateKnowledgeBasePermissionsCommand.d.ts +134 -0
- package/dist-types/commands/index.d.ts +8 -0
- package/dist-types/models/enums.d.ts +159 -0
- package/dist-types/models/errors.d.ts +53 -53
- package/dist-types/models/models_2.d.ts +106 -144
- package/dist-types/models/models_3.d.ts +184 -154
- package/dist-types/models/models_4.d.ts +1367 -1363
- package/dist-types/models/models_5.d.ts +860 -4
- package/dist-types/pagination/ListKnowledgeBasesPaginator.d.ts +7 -0
- package/dist-types/pagination/SearchKnowledgeBasesPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +2 -0
- package/dist-types/schemas/schemas_0.d.ts +41 -0
- package/dist-types/ts3.4/QuickSight.d.ts +150 -0
- package/dist-types/ts3.4/QuickSightClient.d.ts +48 -0
- package/dist-types/ts3.4/commands/BatchDeleteKnowledgeBaseCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/DeleteKnowledgeBaseCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/DescribeDataSetCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeDataSetPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDataSetRefreshPropertiesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDataSourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDataSourcePermissionsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeKnowledgeBaseCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/DescribeKnowledgeBasePermissionsCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/ListKnowledgeBasesCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/ListUsersIndexCapacityCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/SearchKnowledgeBasesCommand.d.ts +53 -0
- 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/UpdateAccountCustomPermissionCommand.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/UpdateActionConnectorCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateActionConnectorPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateAgentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateAgentPermissionsCommand.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/commands/UpdateApplicationWithTokenExchangeGrantCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateBrandCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateKnowledgeBasePermissionsCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/index.d.ts +8 -0
- package/dist-types/ts3.4/models/enums.d.ts +85 -0
- package/dist-types/ts3.4/models/errors.d.ts +28 -28
- package/dist-types/ts3.4/models/models_2.d.ts +27 -34
- package/dist-types/ts3.4/models/models_3.d.ts +47 -44
- package/dist-types/ts3.4/models/models_4.d.ts +219 -195
- package/dist-types/ts3.4/models/models_5.d.ts +209 -0
- package/dist-types/ts3.4/pagination/ListKnowledgeBasesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/SearchKnowledgeBasesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +2 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +41 -0
- package/package.json +5 -5
|
@@ -100,11 +100,11 @@ export declare class ThrottlingException extends __BaseException {
|
|
|
100
100
|
constructor(opts: __ExceptionOptionType<ThrottlingException, __BaseException>);
|
|
101
101
|
}
|
|
102
102
|
/**
|
|
103
|
-
* <p>
|
|
103
|
+
* <p>You don't have this feature activated for your account. To fix this issue, contact Amazon Web Services support.</p>
|
|
104
104
|
* @public
|
|
105
105
|
*/
|
|
106
|
-
export declare class
|
|
107
|
-
readonly name: "
|
|
106
|
+
export declare class InvalidRequestException extends __BaseException {
|
|
107
|
+
readonly name: "InvalidRequestException";
|
|
108
108
|
readonly $fault: "client";
|
|
109
109
|
Message?: string | undefined;
|
|
110
110
|
/**
|
|
@@ -115,18 +115,18 @@ export declare class ConflictException extends __BaseException {
|
|
|
115
115
|
/**
|
|
116
116
|
* @internal
|
|
117
117
|
*/
|
|
118
|
-
constructor(opts: __ExceptionOptionType<
|
|
118
|
+
constructor(opts: __ExceptionOptionType<InvalidRequestException, __BaseException>);
|
|
119
119
|
}
|
|
120
120
|
/**
|
|
121
|
-
* <p>
|
|
121
|
+
* <p>A limit is exceeded.</p>
|
|
122
122
|
* @public
|
|
123
123
|
*/
|
|
124
|
-
export declare class
|
|
125
|
-
readonly name: "
|
|
124
|
+
export declare class LimitExceededException extends __BaseException {
|
|
125
|
+
readonly name: "LimitExceededException";
|
|
126
126
|
readonly $fault: "client";
|
|
127
127
|
Message?: string | undefined;
|
|
128
128
|
/**
|
|
129
|
-
* <p>
|
|
129
|
+
* <p>Limit exceeded.</p>
|
|
130
130
|
* @public
|
|
131
131
|
*/
|
|
132
132
|
ResourceType?: ExceptionResourceType | undefined;
|
|
@@ -138,36 +138,34 @@ export declare class ResourceExistsException extends __BaseException {
|
|
|
138
138
|
/**
|
|
139
139
|
* @internal
|
|
140
140
|
*/
|
|
141
|
-
constructor(opts: __ExceptionOptionType<
|
|
141
|
+
constructor(opts: __ExceptionOptionType<LimitExceededException, __BaseException>);
|
|
142
142
|
}
|
|
143
143
|
/**
|
|
144
|
-
* <p>
|
|
145
|
-
* before a new update can be applied.</p>
|
|
144
|
+
* <p>One or more preconditions aren't met.</p>
|
|
146
145
|
* @public
|
|
147
146
|
*/
|
|
148
|
-
export declare class
|
|
149
|
-
readonly name: "
|
|
150
|
-
readonly $fault: "
|
|
147
|
+
export declare class PreconditionNotMetException extends __BaseException {
|
|
148
|
+
readonly name: "PreconditionNotMetException";
|
|
149
|
+
readonly $fault: "client";
|
|
151
150
|
Message?: string | undefined;
|
|
151
|
+
/**
|
|
152
|
+
* <p>The Amazon Web Services request ID for this request.</p>
|
|
153
|
+
* @public
|
|
154
|
+
*/
|
|
152
155
|
RequestId?: string | undefined;
|
|
153
156
|
/**
|
|
154
157
|
* @internal
|
|
155
158
|
*/
|
|
156
|
-
constructor(opts: __ExceptionOptionType<
|
|
159
|
+
constructor(opts: __ExceptionOptionType<PreconditionNotMetException, __BaseException>);
|
|
157
160
|
}
|
|
158
161
|
/**
|
|
159
|
-
* <p>
|
|
162
|
+
* <p>Updating or deleting a resource can cause an inconsistent state.</p>
|
|
160
163
|
* @public
|
|
161
164
|
*/
|
|
162
|
-
export declare class
|
|
163
|
-
readonly name: "
|
|
164
|
-
readonly $fault: "
|
|
165
|
+
export declare class ConflictException extends __BaseException {
|
|
166
|
+
readonly name: "ConflictException";
|
|
167
|
+
readonly $fault: "client";
|
|
165
168
|
Message?: string | undefined;
|
|
166
|
-
/**
|
|
167
|
-
* <p>The resource type for this request.</p>
|
|
168
|
-
* @public
|
|
169
|
-
*/
|
|
170
|
-
ResourceType?: ExceptionResourceType | undefined;
|
|
171
169
|
/**
|
|
172
170
|
* <p>The Amazon Web Services request ID for this request.</p>
|
|
173
171
|
* @public
|
|
@@ -176,16 +174,21 @@ export declare class ResourceUnavailableException extends __BaseException {
|
|
|
176
174
|
/**
|
|
177
175
|
* @internal
|
|
178
176
|
*/
|
|
179
|
-
constructor(opts: __ExceptionOptionType<
|
|
177
|
+
constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
|
|
180
178
|
}
|
|
181
179
|
/**
|
|
182
|
-
* <p>
|
|
180
|
+
* <p>The resource specified already exists. </p>
|
|
183
181
|
* @public
|
|
184
182
|
*/
|
|
185
|
-
export declare class
|
|
186
|
-
readonly name: "
|
|
183
|
+
export declare class ResourceExistsException extends __BaseException {
|
|
184
|
+
readonly name: "ResourceExistsException";
|
|
187
185
|
readonly $fault: "client";
|
|
188
186
|
Message?: string | undefined;
|
|
187
|
+
/**
|
|
188
|
+
* <p>The resource type for this request.</p>
|
|
189
|
+
* @public
|
|
190
|
+
*/
|
|
191
|
+
ResourceType?: ExceptionResourceType | undefined;
|
|
189
192
|
/**
|
|
190
193
|
* <p>The Amazon Web Services request ID for this request.</p>
|
|
191
194
|
* @public
|
|
@@ -194,18 +197,33 @@ export declare class PreconditionNotMetException extends __BaseException {
|
|
|
194
197
|
/**
|
|
195
198
|
* @internal
|
|
196
199
|
*/
|
|
197
|
-
constructor(opts: __ExceptionOptionType<
|
|
200
|
+
constructor(opts: __ExceptionOptionType<ResourceExistsException, __BaseException>);
|
|
198
201
|
}
|
|
199
202
|
/**
|
|
200
|
-
* <p>A
|
|
203
|
+
* <p>A resource is already in a state that indicates an operation is happening that must complete
|
|
204
|
+
* before a new update can be applied.</p>
|
|
201
205
|
* @public
|
|
202
206
|
*/
|
|
203
|
-
export declare class
|
|
204
|
-
readonly name: "
|
|
205
|
-
readonly $fault: "
|
|
207
|
+
export declare class ConcurrentUpdatingException extends __BaseException {
|
|
208
|
+
readonly name: "ConcurrentUpdatingException";
|
|
209
|
+
readonly $fault: "server";
|
|
206
210
|
Message?: string | undefined;
|
|
211
|
+
RequestId?: string | undefined;
|
|
207
212
|
/**
|
|
208
|
-
*
|
|
213
|
+
* @internal
|
|
214
|
+
*/
|
|
215
|
+
constructor(opts: __ExceptionOptionType<ConcurrentUpdatingException, __BaseException>);
|
|
216
|
+
}
|
|
217
|
+
/**
|
|
218
|
+
* <p>This resource is currently unavailable.</p>
|
|
219
|
+
* @public
|
|
220
|
+
*/
|
|
221
|
+
export declare class ResourceUnavailableException extends __BaseException {
|
|
222
|
+
readonly name: "ResourceUnavailableException";
|
|
223
|
+
readonly $fault: "server";
|
|
224
|
+
Message?: string | undefined;
|
|
225
|
+
/**
|
|
226
|
+
* <p>The resource type for this request.</p>
|
|
209
227
|
* @public
|
|
210
228
|
*/
|
|
211
229
|
ResourceType?: ExceptionResourceType | undefined;
|
|
@@ -217,7 +235,7 @@ export declare class LimitExceededException extends __BaseException {
|
|
|
217
235
|
/**
|
|
218
236
|
* @internal
|
|
219
237
|
*/
|
|
220
|
-
constructor(opts: __ExceptionOptionType<
|
|
238
|
+
constructor(opts: __ExceptionOptionType<ResourceUnavailableException, __BaseException>);
|
|
221
239
|
}
|
|
222
240
|
/**
|
|
223
241
|
* <p>This error indicates that you are calling an operation on an Amazon Quick Suite
|
|
@@ -253,24 +271,6 @@ export declare class InternalServerException extends __BaseException {
|
|
|
253
271
|
*/
|
|
254
272
|
constructor(opts: __ExceptionOptionType<InternalServerException, __BaseException>);
|
|
255
273
|
}
|
|
256
|
-
/**
|
|
257
|
-
* <p>You don't have this feature activated for your account. To fix this issue, contact Amazon Web Services support.</p>
|
|
258
|
-
* @public
|
|
259
|
-
*/
|
|
260
|
-
export declare class InvalidRequestException extends __BaseException {
|
|
261
|
-
readonly name: "InvalidRequestException";
|
|
262
|
-
readonly $fault: "client";
|
|
263
|
-
Message?: string | undefined;
|
|
264
|
-
/**
|
|
265
|
-
* <p>The Amazon Web Services request ID for this request.</p>
|
|
266
|
-
* @public
|
|
267
|
-
*/
|
|
268
|
-
RequestId?: string | undefined;
|
|
269
|
-
/**
|
|
270
|
-
* @internal
|
|
271
|
-
*/
|
|
272
|
-
constructor(opts: __ExceptionOptionType<InvalidRequestException, __BaseException>);
|
|
273
|
-
}
|
|
274
274
|
/**
|
|
275
275
|
* <p>An exception thrown when an invalid parameter value is provided for dataset operations.</p>
|
|
276
276
|
* @public
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import type { ActionConnectorType, AgentLifecycle, AgentStatus, AggType, AnalysisFilterAttribute, AnchorType, AnonymousUserDashboardEmbeddingConfigurationDisabledFeature, AnonymousUserDashboardEmbeddingConfigurationEnabledFeature, AssetBundleExportFormat, AssetBundleExportJobAnalysisPropertyToOverride, AssetBundleExportJobDashboardPropertyToOverride, AssetBundleExportJobDataSetPropertyToOverride, AssetBundleExportJobDataSourcePropertyToOverride, AssetBundleExportJobFolderPropertyToOverride, AssetBundleExportJobRefreshSchedulePropertyToOverride, AssetBundleExportJobStatus, AssetBundleExportJobThemePropertyToOverride, AssetBundleExportJobVPCConnectionPropertyToOverride, AssetBundleImportFailureAction, AssetBundleImportJobStatus, AuthenticationMethodOption, AuthenticationType, AuthorizationCodeGrantCredentialsSource, BrandStatus, BrandVersionStatus, CapabilityState, ClientCredentialsSource, ColumnDataSubType, ColumnDataType, ColumnOrderingType, ComparisonMethodType, ConnectionAuthType, ConstantType, ContributionAnalysisDirection, ContributionAnalysisSortType, DashboardBehavior, DashboardUIState, DataSetDateComparisonFilterOperator, DataSetNumericComparisonFilterOperator, DataSetStringComparisonFilterOperator, DataSetStringListFilterOperator, DisplayFormat, Edition, FilterClass, FilterOperator, GeoSpatialCountryCode, GeoSpatialDataRole, HorizontalTextAlignment, InputColumnDataType, JoinOperationType, LookbackWindowSizeUnit, NullFilterOption, NumberScale, RefreshFailureAlertStatus, ResourceStatus, ReviewedAnswerErrorCode, ServiceType, SheetContentType, SnapshotFileFormatType, SnapshotFileSheetSelectionScope, StarburstProductType, TimeGranularity, TopicIRFilterFunction, TopicIRFilterType, TopicNumericSeparatorSymbol, TopicSortDirection, TopicTimeGranularity, UndefinedSpecifiedValueType, ValidationStrategyMode, WebCrawlerAuthType, WordCloudCloudLayout, WordCloudWordCasing, WordCloudWordOrientation, WordCloudWordPadding, WordCloudWordScaling } from "./enums";
|
|
2
|
-
import type { AccountCustomization, AdditionalNotes, AdHocFilteringOption, AggFunction, AggregationPartitionBy, AmazonElasticsearchParameters, AmazonOpenSearchParameters, AnalysisDefaults, AssetOptions, AxisDisplayOptions, CalculatedField, ChartAxisLabelOptions, ColumnConfiguration, DataLabelOptions,
|
|
1
|
+
import type { ActionConnectorType, AgentLifecycle, AgentStatus, AggType, AnalysisFilterAttribute, AnchorType, AnonymousUserDashboardEmbeddingConfigurationDisabledFeature, AnonymousUserDashboardEmbeddingConfigurationEnabledFeature, AssetBundleExportFormat, AssetBundleExportJobAnalysisPropertyToOverride, AssetBundleExportJobDashboardPropertyToOverride, AssetBundleExportJobDataSetPropertyToOverride, AssetBundleExportJobDataSourcePropertyToOverride, AssetBundleExportJobFolderPropertyToOverride, AssetBundleExportJobRefreshSchedulePropertyToOverride, AssetBundleExportJobStatus, AssetBundleExportJobThemePropertyToOverride, AssetBundleExportJobVPCConnectionPropertyToOverride, AssetBundleImportFailureAction, AssetBundleImportJobStatus, AudioExtractionStatus, AuthenticationMethodOption, AuthenticationType, AuthorizationCodeGrantCredentialsSource, BrandStatus, BrandVersionStatus, CapabilityState, ClientCredentialsSource, ColumnDataSubType, ColumnDataType, ColumnOrderingType, ComparisonMethodType, ConnectionAuthType, ConstantType, ContributionAnalysisDirection, ContributionAnalysisSortType, DashboardBehavior, DashboardUIState, DataSetDateComparisonFilterOperator, DataSetNumericComparisonFilterOperator, DataSetStringComparisonFilterOperator, DataSetStringListFilterOperator, DisplayFormat, Edition, FilterClass, FilterOperator, GeoSpatialCountryCode, GeoSpatialDataRole, HorizontalTextAlignment, InputColumnDataType, JoinOperationType, LookbackWindowSizeUnit, NullFilterOption, NumberScale, RefreshFailureAlertStatus, ResourceStatus, ReviewedAnswerErrorCode, ServiceType, SheetContentType, SnapshotFileFormatType, SnapshotFileSheetSelectionScope, StarburstProductType, TimeGranularity, TopicIRFilterFunction, TopicIRFilterType, TopicNumericSeparatorSymbol, TopicSortDirection, TopicTimeGranularity, UndefinedSpecifiedValueType, ValidationStrategyMode, WebCrawlerAuthType, WordCloudCloudLayout, WordCloudWordCasing, WordCloudWordOrientation, WordCloudWordPadding, WordCloudWordScaling } from "./enums";
|
|
2
|
+
import type { AccountCustomization, AdditionalNotes, AdHocFilteringOption, AggFunction, AggregationPartitionBy, AmazonElasticsearchParameters, AmazonOpenSearchParameters, AnalysisDefaults, AssetOptions, AxisDisplayOptions, CalculatedField, ChartAxisLabelOptions, ColumnConfiguration, DataLabelOptions, DataSetColumnIdMapping, DataSetIdentifierDeclaration, DimensionField, FieldSortOptions, FilterControl, FilterGroup, FontConfiguration, ItemsLimitConfiguration, Layout, LegendOptions, MeasureField, ParameterControl, ParameterDeclaration, QueryExecutionOptions, SheetControlLayout, SheetImage, SheetTextBox, TransformOperationSource, VisualCustomAction, VisualCustomActionDefaults, VisualInteractionOptions, VisualMenuOption } from "./models_0";
|
|
3
3
|
import type { BarChartVisual, BoxPlotVisual, ColumnHierarchy, ComboChartVisual, CustomContentVisual, EmptyVisual, FilledMapVisual, FunnelChartVisual, GaugeChartVisual, GeospatialMapVisual, HeatMapVisual, HistogramVisual, InsightVisual, KPIVisual, LayerMapVisual, LineChartVisual, PieChartVisual, PivotTableVisual, PluginVisual, RadarChartVisual, SankeyDiagramVisual, ScatterPlotVisual, TableVisual, TreeMapVisual, VisualPalette, VisualSubtitleLabelOptions, VisualTitleLabelOptions } from "./models_1";
|
|
4
4
|
/**
|
|
5
5
|
* <p>The color configuration for individual groups within a waterfall visual.</p>
|
|
@@ -4870,6 +4870,17 @@ export interface AssetBundleImportSourceDescription {
|
|
|
4870
4870
|
*/
|
|
4871
4871
|
S3Uri?: string | undefined;
|
|
4872
4872
|
}
|
|
4873
|
+
/**
|
|
4874
|
+
* <p>The configuration for audio extraction from knowledge base documents.</p>
|
|
4875
|
+
* @public
|
|
4876
|
+
*/
|
|
4877
|
+
export interface AudioExtractionConfiguration {
|
|
4878
|
+
/**
|
|
4879
|
+
* <p>The status of audio extraction. Valid values are ENABLED and DISABLED.</p>
|
|
4880
|
+
* @public
|
|
4881
|
+
*/
|
|
4882
|
+
audioExtractionStatus: AudioExtractionStatus | undefined;
|
|
4883
|
+
}
|
|
4873
4884
|
/**
|
|
4874
4885
|
* <p>Configuration details for OAuth 2.0 authorization code grant flow.</p>
|
|
4875
4886
|
* @public
|
|
@@ -5808,6 +5819,83 @@ export interface BatchCreateTopicReviewedAnswerResponse {
|
|
|
5808
5819
|
*/
|
|
5809
5820
|
RequestId?: string | undefined;
|
|
5810
5821
|
}
|
|
5822
|
+
/**
|
|
5823
|
+
* @public
|
|
5824
|
+
*/
|
|
5825
|
+
export interface BatchDeleteKnowledgeBaseRequest {
|
|
5826
|
+
/**
|
|
5827
|
+
* <p>The ID of the Amazon Web Services account that contains the knowledge base.</p>
|
|
5828
|
+
* @public
|
|
5829
|
+
*/
|
|
5830
|
+
AwsAccountId: string | undefined;
|
|
5831
|
+
/**
|
|
5832
|
+
* <p>A list of knowledge base identifiers to delete.</p>
|
|
5833
|
+
* @public
|
|
5834
|
+
*/
|
|
5835
|
+
KnowledgeBaseIds: string[] | undefined;
|
|
5836
|
+
}
|
|
5837
|
+
/**
|
|
5838
|
+
* <p>Information about a knowledge base that was successfully deleted in a batch operation.</p>
|
|
5839
|
+
* @public
|
|
5840
|
+
*/
|
|
5841
|
+
export interface BatchDeleteKnowledgeBaseSuccess {
|
|
5842
|
+
/**
|
|
5843
|
+
* <p>The unique identifier of the successfully deleted knowledge base.</p>
|
|
5844
|
+
* @public
|
|
5845
|
+
*/
|
|
5846
|
+
KnowledgeBaseId: string | undefined;
|
|
5847
|
+
/**
|
|
5848
|
+
* <p>The ARN of the successfully deleted knowledge base.</p>
|
|
5849
|
+
* @public
|
|
5850
|
+
*/
|
|
5851
|
+
KnowledgeBaseArn: string | undefined;
|
|
5852
|
+
}
|
|
5853
|
+
/**
|
|
5854
|
+
* <p>Information about a knowledge base that failed to be deleted in a batch operation.</p>
|
|
5855
|
+
* @public
|
|
5856
|
+
*/
|
|
5857
|
+
export interface BatchDeleteKnowledgeBaseFailure {
|
|
5858
|
+
/**
|
|
5859
|
+
* <p>The unique identifier of the knowledge base that failed to be deleted.</p>
|
|
5860
|
+
* @public
|
|
5861
|
+
*/
|
|
5862
|
+
KnowledgeBaseId: string | undefined;
|
|
5863
|
+
/**
|
|
5864
|
+
* <p>The error code for the deletion failure.</p>
|
|
5865
|
+
* @public
|
|
5866
|
+
*/
|
|
5867
|
+
ErrorCode: string | undefined;
|
|
5868
|
+
/**
|
|
5869
|
+
* <p>The error message for the deletion failure.</p>
|
|
5870
|
+
* @public
|
|
5871
|
+
*/
|
|
5872
|
+
ErrorMessage: string | undefined;
|
|
5873
|
+
}
|
|
5874
|
+
/**
|
|
5875
|
+
* @public
|
|
5876
|
+
*/
|
|
5877
|
+
export interface BatchDeleteKnowledgeBaseResponse {
|
|
5878
|
+
/**
|
|
5879
|
+
* <p>A list of knowledge bases that were successfully deleted.</p>
|
|
5880
|
+
* @public
|
|
5881
|
+
*/
|
|
5882
|
+
Deleted: BatchDeleteKnowledgeBaseSuccess[] | undefined;
|
|
5883
|
+
/**
|
|
5884
|
+
* <p>A list of knowledge bases that failed to be deleted.</p>
|
|
5885
|
+
* @public
|
|
5886
|
+
*/
|
|
5887
|
+
Errors: BatchDeleteKnowledgeBaseFailure[] | undefined;
|
|
5888
|
+
/**
|
|
5889
|
+
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
5890
|
+
* @public
|
|
5891
|
+
*/
|
|
5892
|
+
RequestId?: string | undefined;
|
|
5893
|
+
/**
|
|
5894
|
+
* <p>The HTTP status of the request.</p>
|
|
5895
|
+
* @public
|
|
5896
|
+
*/
|
|
5897
|
+
Status?: number | undefined;
|
|
5898
|
+
}
|
|
5811
5899
|
/**
|
|
5812
5900
|
* @public
|
|
5813
5901
|
*/
|
|
@@ -7399,6 +7487,22 @@ export interface Capabilities {
|
|
|
7399
7487
|
*/
|
|
7400
7488
|
Scenario?: CapabilityState | undefined;
|
|
7401
7489
|
}
|
|
7490
|
+
/**
|
|
7491
|
+
* <p>A filter that matches users by total capacity range in bytes.</p>
|
|
7492
|
+
* @public
|
|
7493
|
+
*/
|
|
7494
|
+
export interface CapacityBytesRangeFilter {
|
|
7495
|
+
/**
|
|
7496
|
+
* <p>The minimum capacity in bytes (inclusive). At least one of minBytes or maxBytes is required.</p>
|
|
7497
|
+
* @public
|
|
7498
|
+
*/
|
|
7499
|
+
minBytes?: number | undefined;
|
|
7500
|
+
/**
|
|
7501
|
+
* <p>The maximum capacity in bytes (inclusive). At least one of minBytes or maxBytes is required.</p>
|
|
7502
|
+
* @public
|
|
7503
|
+
*/
|
|
7504
|
+
maxBytes?: number | undefined;
|
|
7505
|
+
}
|
|
7402
7506
|
/**
|
|
7403
7507
|
* <p>A transform operation that casts a column to a different type.</p>
|
|
7404
7508
|
* @public
|
|
@@ -9606,145 +9710,3 @@ export interface PivotConfiguration {
|
|
|
9606
9710
|
*/
|
|
9607
9711
|
PivotedLabels: PivotedLabel[] | undefined;
|
|
9608
9712
|
}
|
|
9609
|
-
/**
|
|
9610
|
-
* <p>Configuration for how to handle value columns in pivot operations, including aggregation settings.</p>
|
|
9611
|
-
* @public
|
|
9612
|
-
*/
|
|
9613
|
-
export interface ValueColumnConfiguration {
|
|
9614
|
-
/**
|
|
9615
|
-
* <p>The aggregation function to apply when multiple values map to the same pivoted cell.</p>
|
|
9616
|
-
* @public
|
|
9617
|
-
*/
|
|
9618
|
-
AggregationFunction?: DataPrepAggregationFunction | undefined;
|
|
9619
|
-
}
|
|
9620
|
-
/**
|
|
9621
|
-
* <p>A transform operation that pivots data by converting row values into columns.</p>
|
|
9622
|
-
* @public
|
|
9623
|
-
*/
|
|
9624
|
-
export interface PivotOperation {
|
|
9625
|
-
/**
|
|
9626
|
-
* <p>Alias for this operation.</p>
|
|
9627
|
-
* @public
|
|
9628
|
-
*/
|
|
9629
|
-
Alias: string | undefined;
|
|
9630
|
-
/**
|
|
9631
|
-
* <p>The source transform operation that provides input data for pivoting.</p>
|
|
9632
|
-
* @public
|
|
9633
|
-
*/
|
|
9634
|
-
Source: TransformOperationSource | undefined;
|
|
9635
|
-
/**
|
|
9636
|
-
* <p>The list of column names to group by when performing the pivot operation.</p>
|
|
9637
|
-
* @public
|
|
9638
|
-
*/
|
|
9639
|
-
GroupByColumnNames?: string[] | undefined;
|
|
9640
|
-
/**
|
|
9641
|
-
* <p>Configuration for how to aggregate values when multiple rows map to the same pivoted column.</p>
|
|
9642
|
-
* @public
|
|
9643
|
-
*/
|
|
9644
|
-
ValueColumnConfiguration: ValueColumnConfiguration | undefined;
|
|
9645
|
-
/**
|
|
9646
|
-
* <p>Configuration that specifies which labels to pivot and how to structure the resulting columns.</p>
|
|
9647
|
-
* @public
|
|
9648
|
-
*/
|
|
9649
|
-
PivotConfiguration: PivotConfiguration | undefined;
|
|
9650
|
-
}
|
|
9651
|
-
/**
|
|
9652
|
-
* <p>A transform operation that projects columns. Operations that come after a projection
|
|
9653
|
-
* can only refer to projected columns.</p>
|
|
9654
|
-
* @public
|
|
9655
|
-
*/
|
|
9656
|
-
export interface ProjectOperation {
|
|
9657
|
-
/**
|
|
9658
|
-
* <p>Alias for this operation.</p>
|
|
9659
|
-
* @public
|
|
9660
|
-
*/
|
|
9661
|
-
Alias?: string | undefined;
|
|
9662
|
-
/**
|
|
9663
|
-
* <p>The source transform operation that provides input data for column projection.</p>
|
|
9664
|
-
* @public
|
|
9665
|
-
*/
|
|
9666
|
-
Source?: TransformOperationSource | undefined;
|
|
9667
|
-
/**
|
|
9668
|
-
* <p>Projected columns.</p>
|
|
9669
|
-
* @public
|
|
9670
|
-
*/
|
|
9671
|
-
ProjectedColumns: string[] | undefined;
|
|
9672
|
-
}
|
|
9673
|
-
/**
|
|
9674
|
-
* <p>A transform operation that renames a column.</p>
|
|
9675
|
-
* @public
|
|
9676
|
-
*/
|
|
9677
|
-
export interface RenameColumnOperation {
|
|
9678
|
-
/**
|
|
9679
|
-
* <p>The name of the column to be renamed.</p>
|
|
9680
|
-
* @public
|
|
9681
|
-
*/
|
|
9682
|
-
ColumnName: string | undefined;
|
|
9683
|
-
/**
|
|
9684
|
-
* <p>The new name for the column.</p>
|
|
9685
|
-
* @public
|
|
9686
|
-
*/
|
|
9687
|
-
NewColumnName: string | undefined;
|
|
9688
|
-
}
|
|
9689
|
-
/**
|
|
9690
|
-
* <p>A transform operation that renames one or more columns in the dataset.</p>
|
|
9691
|
-
* @public
|
|
9692
|
-
*/
|
|
9693
|
-
export interface RenameColumnsOperation {
|
|
9694
|
-
/**
|
|
9695
|
-
* <p>Alias for this operation.</p>
|
|
9696
|
-
* @public
|
|
9697
|
-
*/
|
|
9698
|
-
Alias: string | undefined;
|
|
9699
|
-
/**
|
|
9700
|
-
* <p>The source transform operation that provides input data for column renaming.</p>
|
|
9701
|
-
* @public
|
|
9702
|
-
*/
|
|
9703
|
-
Source: TransformOperationSource | undefined;
|
|
9704
|
-
/**
|
|
9705
|
-
* <p>The list of column rename operations to perform, specifying old and new column names.</p>
|
|
9706
|
-
* @public
|
|
9707
|
-
*/
|
|
9708
|
-
RenameColumnOperations: RenameColumnOperation[] | undefined;
|
|
9709
|
-
}
|
|
9710
|
-
/**
|
|
9711
|
-
* <p>A transform operation that converts columns into rows, normalizing the data structure.</p>
|
|
9712
|
-
* @public
|
|
9713
|
-
*/
|
|
9714
|
-
export interface UnpivotOperation {
|
|
9715
|
-
/**
|
|
9716
|
-
* <p>Alias for this operation.</p>
|
|
9717
|
-
* @public
|
|
9718
|
-
*/
|
|
9719
|
-
Alias: string | undefined;
|
|
9720
|
-
/**
|
|
9721
|
-
* <p>The source transform operation that provides input data for unpivoting.</p>
|
|
9722
|
-
* @public
|
|
9723
|
-
*/
|
|
9724
|
-
Source: TransformOperationSource | undefined;
|
|
9725
|
-
/**
|
|
9726
|
-
* <p>The list of columns to unpivot from the source data.</p>
|
|
9727
|
-
* @public
|
|
9728
|
-
*/
|
|
9729
|
-
ColumnsToUnpivot: ColumnToUnpivot[] | undefined;
|
|
9730
|
-
/**
|
|
9731
|
-
* <p>The name for the new column that will contain the unpivoted column names.</p>
|
|
9732
|
-
* @public
|
|
9733
|
-
*/
|
|
9734
|
-
UnpivotedLabelColumnName: string | undefined;
|
|
9735
|
-
/**
|
|
9736
|
-
* <p>A unique identifier for the new column that will contain the unpivoted column names.</p>
|
|
9737
|
-
* @public
|
|
9738
|
-
*/
|
|
9739
|
-
UnpivotedLabelColumnId: string | undefined;
|
|
9740
|
-
/**
|
|
9741
|
-
* <p>The name for the new column that will contain the unpivoted values.</p>
|
|
9742
|
-
* @public
|
|
9743
|
-
*/
|
|
9744
|
-
UnpivotedValueColumnName: string | undefined;
|
|
9745
|
-
/**
|
|
9746
|
-
* <p>A unique identifier for the new column that will contain the unpivoted values.</p>
|
|
9747
|
-
* @public
|
|
9748
|
-
*/
|
|
9749
|
-
UnpivotedValueColumnId: string | undefined;
|
|
9750
|
-
}
|