@aws-sdk/client-quicksight 3.713.0 → 3.715.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 +7 -4
- package/dist-cjs/runtimeConfig.js +8 -6
- package/dist-es/commands/DescribeAnalysisDefinitionCommand.js +1 -1
- package/dist-es/models/models_3.js +0 -3
- package/dist-es/models/models_4.js +3 -0
- package/dist-es/protocols/Aws_restJson1.js +3 -0
- package/dist-es/runtimeConfig.js +8 -6
- package/dist-types/QuickSightClient.d.ts +18 -0
- package/dist-types/commands/CreateDataSetCommand.d.ts +9 -0
- package/dist-types/commands/DescribeAnalysisDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDataSetCommand.d.ts +9 -0
- package/dist-types/commands/UpdateApplicationWithTokenExchangeGrantCommand.d.ts +2 -1
- package/dist-types/commands/UpdateBrandCommand.d.ts +1 -2
- package/dist-types/commands/UpdateDataSetCommand.d.ts +9 -0
- package/dist-types/models/models_3.d.ts +33 -105
- package/dist-types/models/models_4.d.ts +103 -34
- package/dist-types/models/models_5.d.ts +41 -1
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/ts3.4/QuickSightClient.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeAnalysisDefinitionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateApplicationWithTokenExchangeGrantCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/UpdateBrandCommand.d.ts +1 -2
- package/dist-types/ts3.4/models/models_3.d.ts +8 -18
- package/dist-types/ts3.4/models/models_4.d.ts +18 -9
- package/dist-types/ts3.4/models/models_5.d.ts +11 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -0
- package/package.json +14 -14
package/dist-cjs/index.js
CHANGED
|
@@ -4142,9 +4142,6 @@ var DataSetFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
|
4142
4142
|
var DescribeAnalysisResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
4143
4143
|
...obj
|
|
4144
4144
|
}), "DescribeAnalysisResponseFilterSensitiveLog");
|
|
4145
|
-
var DescribeAnalysisDefinitionResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
4146
|
-
...obj
|
|
4147
|
-
}), "DescribeAnalysisDefinitionResponseFilterSensitiveLog");
|
|
4148
4145
|
|
|
4149
4146
|
// src/models/models_5.ts
|
|
4150
4147
|
var UpdateDashboardRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
@@ -4507,6 +4504,9 @@ var TopicFilterOperator = {
|
|
|
4507
4504
|
StringEquals: "StringEquals",
|
|
4508
4505
|
StringLike: "StringLike"
|
|
4509
4506
|
};
|
|
4507
|
+
var DescribeAnalysisDefinitionResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
4508
|
+
...obj
|
|
4509
|
+
}), "DescribeAnalysisDefinitionResponseFilterSensitiveLog");
|
|
4510
4510
|
var DescribeAssetBundleExportJobResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
4511
4511
|
...obj,
|
|
4512
4512
|
...obj.DownloadUrl && { DownloadUrl: import_smithy_client.SENSITIVE_STRING }
|
|
@@ -4835,6 +4835,7 @@ var se_CreateDataSetCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
4835
4835
|
ImportMode: [],
|
|
4836
4836
|
LogicalTableMap: (_) => se_LogicalTableMap(_, context),
|
|
4837
4837
|
Name: [],
|
|
4838
|
+
PerformanceConfiguration: (_) => (0, import_smithy_client._json)(_),
|
|
4838
4839
|
Permissions: (_) => (0, import_smithy_client._json)(_),
|
|
4839
4840
|
PhysicalTableMap: (_) => (0, import_smithy_client._json)(_),
|
|
4840
4841
|
RowLevelPermissionDataSet: (_) => (0, import_smithy_client._json)(_),
|
|
@@ -7173,6 +7174,7 @@ var se_UpdateDataSetCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
7173
7174
|
ImportMode: [],
|
|
7174
7175
|
LogicalTableMap: (_) => se_LogicalTableMap(_, context),
|
|
7175
7176
|
Name: [],
|
|
7177
|
+
PerformanceConfiguration: (_) => (0, import_smithy_client._json)(_),
|
|
7176
7178
|
PhysicalTableMap: (_) => (0, import_smithy_client._json)(_),
|
|
7177
7179
|
RowLevelPermissionDataSet: (_) => (0, import_smithy_client._json)(_),
|
|
7178
7180
|
RowLevelPermissionTagConfiguration: (_) => (0, import_smithy_client._json)(_)
|
|
@@ -15351,6 +15353,7 @@ var de_DataSet = /* @__PURE__ */ __name((output, context) => {
|
|
|
15351
15353
|
LogicalTableMap: (_) => de_LogicalTableMap(_, context),
|
|
15352
15354
|
Name: import_smithy_client.expectString,
|
|
15353
15355
|
OutputColumns: import_smithy_client._json,
|
|
15356
|
+
PerformanceConfiguration: import_smithy_client._json,
|
|
15354
15357
|
PhysicalTableMap: import_smithy_client._json,
|
|
15355
15358
|
RowLevelPermissionDataSet: import_smithy_client._json,
|
|
15356
15359
|
RowLevelPermissionTagConfiguration: import_smithy_client._json
|
|
@@ -22040,7 +22043,6 @@ var paginateSearchTopics = (0, import_core.createPaginator)(QuickSightClient, Se
|
|
|
22040
22043
|
OutputColumnFilterSensitiveLog,
|
|
22041
22044
|
DataSetFilterSensitiveLog,
|
|
22042
22045
|
DescribeAnalysisResponseFilterSensitiveLog,
|
|
22043
|
-
DescribeAnalysisDefinitionResponseFilterSensitiveLog,
|
|
22044
22046
|
IncludeFolderMembers,
|
|
22045
22047
|
SnapshotJobStatus,
|
|
22046
22048
|
InvalidNextTokenException,
|
|
@@ -22073,6 +22075,7 @@ var paginateSearchTopics = (0, import_core.createPaginator)(QuickSightClient, Se
|
|
|
22073
22075
|
PurchaseMode,
|
|
22074
22076
|
TopicFilterAttribute,
|
|
22075
22077
|
TopicFilterOperator,
|
|
22078
|
+
DescribeAnalysisDefinitionResponseFilterSensitiveLog,
|
|
22076
22079
|
DescribeAssetBundleExportJobResponseFilterSensitiveLog,
|
|
22077
22080
|
DescribeAssetBundleImportJobResponseFilterSensitiveLog,
|
|
22078
22081
|
DescribeDashboardResponseFilterSensitiveLog,
|
|
@@ -23,6 +23,7 @@ const getRuntimeConfig = (config) => {
|
|
|
23
23
|
const defaultConfigProvider = () => defaultsMode().then(smithy_client_1.loadConfigsForDefaultMode);
|
|
24
24
|
const clientSharedValues = (0, runtimeConfig_shared_1.getRuntimeConfig)(config);
|
|
25
25
|
(0, core_1.emitWarningIfUnsupportedVersion)(process.version);
|
|
26
|
+
const profileConfig = { profile: config?.profile };
|
|
26
27
|
return {
|
|
27
28
|
...clientSharedValues,
|
|
28
29
|
...config,
|
|
@@ -32,19 +33,20 @@ const getRuntimeConfig = (config) => {
|
|
|
32
33
|
credentialDefaultProvider: config?.credentialDefaultProvider ?? credential_provider_node_1.defaultProvider,
|
|
33
34
|
defaultUserAgentProvider: config?.defaultUserAgentProvider ??
|
|
34
35
|
(0, util_user_agent_node_1.createDefaultUserAgentProvider)({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }),
|
|
35
|
-
maxAttempts: config?.maxAttempts ?? (0, node_config_provider_1.loadConfig)(middleware_retry_1.NODE_MAX_ATTEMPT_CONFIG_OPTIONS),
|
|
36
|
-
region: config?.region ??
|
|
36
|
+
maxAttempts: config?.maxAttempts ?? (0, node_config_provider_1.loadConfig)(middleware_retry_1.NODE_MAX_ATTEMPT_CONFIG_OPTIONS, config),
|
|
37
|
+
region: config?.region ??
|
|
38
|
+
(0, node_config_provider_1.loadConfig)(config_resolver_1.NODE_REGION_CONFIG_OPTIONS, { ...config_resolver_1.NODE_REGION_CONFIG_FILE_OPTIONS, ...profileConfig }),
|
|
37
39
|
requestHandler: node_http_handler_1.NodeHttpHandler.create(config?.requestHandler ?? defaultConfigProvider),
|
|
38
40
|
retryMode: config?.retryMode ??
|
|
39
41
|
(0, node_config_provider_1.loadConfig)({
|
|
40
42
|
...middleware_retry_1.NODE_RETRY_MODE_CONFIG_OPTIONS,
|
|
41
43
|
default: async () => (await defaultConfigProvider()).retryMode || util_retry_1.DEFAULT_RETRY_MODE,
|
|
42
|
-
}),
|
|
44
|
+
}, config),
|
|
43
45
|
sha256: config?.sha256 ?? hash_node_1.Hash.bind(null, "sha256"),
|
|
44
46
|
streamCollector: config?.streamCollector ?? node_http_handler_1.streamCollector,
|
|
45
|
-
useDualstackEndpoint: config?.useDualstackEndpoint ?? (0, node_config_provider_1.loadConfig)(config_resolver_1.NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS),
|
|
46
|
-
useFipsEndpoint: config?.useFipsEndpoint ?? (0, node_config_provider_1.loadConfig)(config_resolver_1.NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS),
|
|
47
|
-
userAgentAppId: config?.userAgentAppId ?? (0, node_config_provider_1.loadConfig)(util_user_agent_node_1.NODE_APP_ID_CONFIG_OPTIONS),
|
|
47
|
+
useDualstackEndpoint: config?.useDualstackEndpoint ?? (0, node_config_provider_1.loadConfig)(config_resolver_1.NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, profileConfig),
|
|
48
|
+
useFipsEndpoint: config?.useFipsEndpoint ?? (0, node_config_provider_1.loadConfig)(config_resolver_1.NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, profileConfig),
|
|
49
|
+
userAgentAppId: config?.userAgentAppId ?? (0, node_config_provider_1.loadConfig)(util_user_agent_node_1.NODE_APP_ID_CONFIG_OPTIONS, profileConfig),
|
|
48
50
|
};
|
|
49
51
|
};
|
|
50
52
|
exports.getRuntimeConfig = getRuntimeConfig;
|
|
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import { DescribeAnalysisDefinitionResponseFilterSensitiveLog, } from "../models/
|
|
5
|
+
import { DescribeAnalysisDefinitionResponseFilterSensitiveLog, } from "../models/models_4";
|
|
6
6
|
import { de_DescribeAnalysisDefinitionCommand, se_DescribeAnalysisDefinitionCommand } from "../protocols/Aws_restJson1";
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class DescribeAnalysisDefinitionCommand extends $Command
|
|
@@ -269,6 +269,9 @@ export const TopicFilterOperator = {
|
|
|
269
269
|
StringEquals: "StringEquals",
|
|
270
270
|
StringLike: "StringLike",
|
|
271
271
|
};
|
|
272
|
+
export const DescribeAnalysisDefinitionResponseFilterSensitiveLog = (obj) => ({
|
|
273
|
+
...obj,
|
|
274
|
+
});
|
|
272
275
|
export const DescribeAssetBundleExportJobResponseFilterSensitiveLog = (obj) => ({
|
|
273
276
|
...obj,
|
|
274
277
|
...(obj.DownloadUrl && { DownloadUrl: SENSITIVE_STRING }),
|
|
@@ -197,6 +197,7 @@ export const se_CreateDataSetCommand = async (input, context) => {
|
|
|
197
197
|
ImportMode: [],
|
|
198
198
|
LogicalTableMap: (_) => se_LogicalTableMap(_, context),
|
|
199
199
|
Name: [],
|
|
200
|
+
PerformanceConfiguration: (_) => _json(_),
|
|
200
201
|
Permissions: (_) => _json(_),
|
|
201
202
|
PhysicalTableMap: (_) => _json(_),
|
|
202
203
|
RowLevelPermissionDataSet: (_) => _json(_),
|
|
@@ -2447,6 +2448,7 @@ export const se_UpdateDataSetCommand = async (input, context) => {
|
|
|
2447
2448
|
ImportMode: [],
|
|
2448
2449
|
LogicalTableMap: (_) => se_LogicalTableMap(_, context),
|
|
2449
2450
|
Name: [],
|
|
2451
|
+
PerformanceConfiguration: (_) => _json(_),
|
|
2450
2452
|
PhysicalTableMap: (_) => _json(_),
|
|
2451
2453
|
RowLevelPermissionDataSet: (_) => _json(_),
|
|
2452
2454
|
RowLevelPermissionTagConfiguration: (_) => _json(_),
|
|
@@ -10722,6 +10724,7 @@ const de_DataSet = (output, context) => {
|
|
|
10722
10724
|
LogicalTableMap: (_) => de_LogicalTableMap(_, context),
|
|
10723
10725
|
Name: __expectString,
|
|
10724
10726
|
OutputColumns: _json,
|
|
10727
|
+
PerformanceConfiguration: _json,
|
|
10725
10728
|
PhysicalTableMap: _json,
|
|
10726
10729
|
RowLevelPermissionDataSet: _json,
|
|
10727
10730
|
RowLevelPermissionTagConfiguration: _json,
|
package/dist-es/runtimeConfig.js
CHANGED
|
@@ -19,6 +19,7 @@ export const getRuntimeConfig = (config) => {
|
|
|
19
19
|
const defaultConfigProvider = () => defaultsMode().then(loadConfigsForDefaultMode);
|
|
20
20
|
const clientSharedValues = getSharedRuntimeConfig(config);
|
|
21
21
|
awsCheckVersion(process.version);
|
|
22
|
+
const profileConfig = { profile: config?.profile };
|
|
22
23
|
return {
|
|
23
24
|
...clientSharedValues,
|
|
24
25
|
...config,
|
|
@@ -28,18 +29,19 @@ export const getRuntimeConfig = (config) => {
|
|
|
28
29
|
credentialDefaultProvider: config?.credentialDefaultProvider ?? credentialDefaultProvider,
|
|
29
30
|
defaultUserAgentProvider: config?.defaultUserAgentProvider ??
|
|
30
31
|
createDefaultUserAgentProvider({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }),
|
|
31
|
-
maxAttempts: config?.maxAttempts ?? loadNodeConfig(NODE_MAX_ATTEMPT_CONFIG_OPTIONS),
|
|
32
|
-
region: config?.region ??
|
|
32
|
+
maxAttempts: config?.maxAttempts ?? loadNodeConfig(NODE_MAX_ATTEMPT_CONFIG_OPTIONS, config),
|
|
33
|
+
region: config?.region ??
|
|
34
|
+
loadNodeConfig(NODE_REGION_CONFIG_OPTIONS, { ...NODE_REGION_CONFIG_FILE_OPTIONS, ...profileConfig }),
|
|
33
35
|
requestHandler: RequestHandler.create(config?.requestHandler ?? defaultConfigProvider),
|
|
34
36
|
retryMode: config?.retryMode ??
|
|
35
37
|
loadNodeConfig({
|
|
36
38
|
...NODE_RETRY_MODE_CONFIG_OPTIONS,
|
|
37
39
|
default: async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE,
|
|
38
|
-
}),
|
|
40
|
+
}, config),
|
|
39
41
|
sha256: config?.sha256 ?? Hash.bind(null, "sha256"),
|
|
40
42
|
streamCollector: config?.streamCollector ?? streamCollector,
|
|
41
|
-
useDualstackEndpoint: config?.useDualstackEndpoint ?? loadNodeConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS),
|
|
42
|
-
useFipsEndpoint: config?.useFipsEndpoint ?? loadNodeConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS),
|
|
43
|
-
userAgentAppId: config?.userAgentAppId ?? loadNodeConfig(NODE_APP_ID_CONFIG_OPTIONS),
|
|
43
|
+
useDualstackEndpoint: config?.useDualstackEndpoint ?? loadNodeConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, profileConfig),
|
|
44
|
+
useFipsEndpoint: config?.useFipsEndpoint ?? loadNodeConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, profileConfig),
|
|
45
|
+
userAgentAppId: config?.userAgentAppId ?? loadNodeConfig(NODE_APP_ID_CONFIG_OPTIONS, profileConfig),
|
|
44
46
|
};
|
|
45
47
|
};
|
|
@@ -303,6 +303,24 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
|
|
|
303
303
|
* The AWS region to which this client will send requests
|
|
304
304
|
*/
|
|
305
305
|
region?: string | __Provider<string>;
|
|
306
|
+
/**
|
|
307
|
+
* Setting a client profile is similar to setting a value for the
|
|
308
|
+
* AWS_PROFILE environment variable. Setting a profile on a client
|
|
309
|
+
* in code only affects the single client instance, unlike AWS_PROFILE.
|
|
310
|
+
*
|
|
311
|
+
* When set, and only for environments where an AWS configuration
|
|
312
|
+
* file exists, fields configurable by this file will be retrieved
|
|
313
|
+
* from the specified profile within that file.
|
|
314
|
+
* Conflicting code configuration and environment variables will
|
|
315
|
+
* still have higher priority.
|
|
316
|
+
*
|
|
317
|
+
* For client credential resolution that involves checking the AWS
|
|
318
|
+
* configuration file, the client's profile (this value) will be
|
|
319
|
+
* used unless a different profile is set in the credential
|
|
320
|
+
* provider options.
|
|
321
|
+
*
|
|
322
|
+
*/
|
|
323
|
+
profile?: string;
|
|
306
324
|
/**
|
|
307
325
|
* The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
|
|
308
326
|
* @internal
|
|
@@ -290,6 +290,15 @@ declare const CreateDataSetCommand_base: {
|
|
|
290
290
|
* FolderArns: [ // FolderArnList
|
|
291
291
|
* "STRING_VALUE",
|
|
292
292
|
* ],
|
|
293
|
+
* PerformanceConfiguration: { // PerformanceConfiguration
|
|
294
|
+
* UniqueKeys: [ // UniqueKeyList
|
|
295
|
+
* { // UniqueKey
|
|
296
|
+
* ColumnNames: [ // UniqueKeyColumnNameList // required
|
|
297
|
+
* "STRING_VALUE",
|
|
298
|
+
* ],
|
|
299
|
+
* },
|
|
300
|
+
* ],
|
|
301
|
+
* },
|
|
293
302
|
* };
|
|
294
303
|
* const command = new CreateDataSetCommand(input);
|
|
295
304
|
* const response = await client.send(command);
|
|
@@ -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 { DescribeAnalysisDefinitionRequest, DescribeAnalysisDefinitionResponse } from "../models/
|
|
3
|
+
import { DescribeAnalysisDefinitionRequest, DescribeAnalysisDefinitionResponse } from "../models/models_4";
|
|
4
4
|
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
@@ -291,6 +291,15 @@ declare const DescribeDataSetCommand_base: {
|
|
|
291
291
|
* // },
|
|
292
292
|
* // },
|
|
293
293
|
* // ],
|
|
294
|
+
* // PerformanceConfiguration: { // PerformanceConfiguration
|
|
295
|
+
* // UniqueKeys: [ // UniqueKeyList
|
|
296
|
+
* // { // UniqueKey
|
|
297
|
+
* // ColumnNames: [ // UniqueKeyColumnNameList // required
|
|
298
|
+
* // "STRING_VALUE",
|
|
299
|
+
* // ],
|
|
300
|
+
* // },
|
|
301
|
+
* // ],
|
|
302
|
+
* // },
|
|
294
303
|
* // },
|
|
295
304
|
* // RequestId: "STRING_VALUE",
|
|
296
305
|
* // Status: Number("int"),
|
|
@@ -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 { UpdateApplicationWithTokenExchangeGrantRequest
|
|
3
|
+
import { UpdateApplicationWithTokenExchangeGrantRequest } from "../models/models_4";
|
|
4
|
+
import { UpdateApplicationWithTokenExchangeGrantResponse } from "../models/models_5";
|
|
4
5
|
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
5
6
|
/**
|
|
6
7
|
* @public
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { UpdateBrandRequest } from "../models/
|
|
4
|
-
import { UpdateBrandResponse } from "../models/models_5";
|
|
3
|
+
import { UpdateBrandRequest, UpdateBrandResponse } from "../models/models_5";
|
|
5
4
|
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
6
5
|
/**
|
|
7
6
|
* @public
|
|
@@ -273,6 +273,15 @@ declare const UpdateDataSetCommand_base: {
|
|
|
273
273
|
* },
|
|
274
274
|
* },
|
|
275
275
|
* ],
|
|
276
|
+
* PerformanceConfiguration: { // PerformanceConfiguration
|
|
277
|
+
* UniqueKeys: [ // UniqueKeyList
|
|
278
|
+
* { // UniqueKey
|
|
279
|
+
* ColumnNames: [ // UniqueKeyColumnNameList // required
|
|
280
|
+
* "STRING_VALUE",
|
|
281
|
+
* ],
|
|
282
|
+
* },
|
|
283
|
+
* ],
|
|
284
|
+
* },
|
|
276
285
|
* };
|
|
277
286
|
* const command = new UpdateDataSetCommand(input);
|
|
278
287
|
* const response = await client.send(command);
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
|
-
import { AccountCustomization, AccountInfo, AccountSettings, AdHocFilteringOption, Analysis, AnalysisDefaults,
|
|
2
|
+
import { AccountCustomization, AccountInfo, AccountSettings, AdHocFilteringOption, Analysis, AnalysisDefaults, AssetOptions, CalculatedField, ColumnConfiguration, DashboardBehavior, DataSetIdentifierDeclaration, Edition, Entity, FilterGroup, ParameterDeclaration, QueryExecutionOptions, ResourceStatus, Sheet, TimeGranularity, TopicTimeGranularity, VisualMenuOption } from "./models_0";
|
|
3
3
|
import { AnalysisDefinition, AnalysisSourceEntity, AssignmentStatus, AuthenticationMethodOption, AuthorSpecifiedAggregation, BorderStyle, BrandDefinition, BrandDetail, CalculatedColumn, Capabilities, CastColumnTypeOperation, CategoryFilterFunction, CategoryFilterType, CellValueSynonym, CollectiveConstant, ColumnDataRole, ColumnDataSubType, ColumnDataType, ColumnDescription, ColumnGroup, ColumnGroupSchema, ColumnLevelPermissionRule, ConstantType, DataSetReference, DataSourceParameters, DisplayFormat, DisplayFormatOptions, ExceptionResourceType, FilterClass, FilterOperator, ServiceType, SheetDefinition, SslProperties, StaticFile, Tag, VpcConnectionProperties } from "./models_2";
|
|
4
4
|
import { QuickSightServiceException as __BaseException } from "./QuickSightServiceException";
|
|
5
5
|
/**
|
|
@@ -1931,6 +1931,28 @@ export interface LogicalTable {
|
|
|
1931
1931
|
*/
|
|
1932
1932
|
Source: LogicalTableSource | undefined;
|
|
1933
1933
|
}
|
|
1934
|
+
/**
|
|
1935
|
+
* <p>A <code>UniqueKey</code> configuration that references a dataset column.</p>
|
|
1936
|
+
* @public
|
|
1937
|
+
*/
|
|
1938
|
+
export interface UniqueKey {
|
|
1939
|
+
/**
|
|
1940
|
+
* <p>The name of the column that is referenced in the <code>UniqueKey</code> configuration.</p>
|
|
1941
|
+
* @public
|
|
1942
|
+
*/
|
|
1943
|
+
ColumnNames: string[] | undefined;
|
|
1944
|
+
}
|
|
1945
|
+
/**
|
|
1946
|
+
* <p>The configuration for the performance optimization of the dataset that contains a <code>UniqueKey</code> configuration.</p>
|
|
1947
|
+
* @public
|
|
1948
|
+
*/
|
|
1949
|
+
export interface PerformanceConfiguration {
|
|
1950
|
+
/**
|
|
1951
|
+
* <p>A <code>UniqueKey</code> configuration.</p>
|
|
1952
|
+
* @public
|
|
1953
|
+
*/
|
|
1954
|
+
UniqueKeys?: UniqueKey[] | undefined;
|
|
1955
|
+
}
|
|
1934
1956
|
/**
|
|
1935
1957
|
* @public
|
|
1936
1958
|
* @enum
|
|
@@ -2374,6 +2396,11 @@ export interface CreateDataSetRequest {
|
|
|
2374
2396
|
* @public
|
|
2375
2397
|
*/
|
|
2376
2398
|
FolderArns?: string[] | undefined;
|
|
2399
|
+
/**
|
|
2400
|
+
* <p>The configuration for the performance optimization of the dataset that contains a <code>UniqueKey</code> configuration.</p>
|
|
2401
|
+
* @public
|
|
2402
|
+
*/
|
|
2403
|
+
PerformanceConfiguration?: PerformanceConfiguration | undefined;
|
|
2377
2404
|
}
|
|
2378
2405
|
/**
|
|
2379
2406
|
* @public
|
|
@@ -5838,6 +5865,11 @@ export interface DataSet {
|
|
|
5838
5865
|
* @public
|
|
5839
5866
|
*/
|
|
5840
5867
|
DatasetParameters?: DatasetParameter[] | undefined;
|
|
5868
|
+
/**
|
|
5869
|
+
* <p>The performance optimization configuration of a dataset.</p>
|
|
5870
|
+
* @public
|
|
5871
|
+
*/
|
|
5872
|
+
PerformanceConfiguration?: PerformanceConfiguration | undefined;
|
|
5841
5873
|
}
|
|
5842
5874
|
/**
|
|
5843
5875
|
* @public
|
|
@@ -7636,106 +7668,6 @@ export interface DescribeAnalysisResponse {
|
|
|
7636
7668
|
*/
|
|
7637
7669
|
RequestId?: string | undefined;
|
|
7638
7670
|
}
|
|
7639
|
-
/**
|
|
7640
|
-
* @public
|
|
7641
|
-
*/
|
|
7642
|
-
export interface DescribeAnalysisDefinitionRequest {
|
|
7643
|
-
/**
|
|
7644
|
-
* <p>The ID of the Amazon Web Services account that contains the analysis. You must be using the
|
|
7645
|
-
* Amazon Web Services account that the analysis is in.</p>
|
|
7646
|
-
* @public
|
|
7647
|
-
*/
|
|
7648
|
-
AwsAccountId: string | undefined;
|
|
7649
|
-
/**
|
|
7650
|
-
* <p>The ID of the analysis that you're describing. The ID is part of the URL of the
|
|
7651
|
-
* analysis.</p>
|
|
7652
|
-
* @public
|
|
7653
|
-
*/
|
|
7654
|
-
AnalysisId: string | undefined;
|
|
7655
|
-
}
|
|
7656
|
-
/**
|
|
7657
|
-
* @public
|
|
7658
|
-
*/
|
|
7659
|
-
export interface DescribeAnalysisDefinitionResponse {
|
|
7660
|
-
/**
|
|
7661
|
-
* <p>The ID of the analysis described.</p>
|
|
7662
|
-
* @public
|
|
7663
|
-
*/
|
|
7664
|
-
AnalysisId?: string | undefined;
|
|
7665
|
-
/**
|
|
7666
|
-
* <p>The descriptive name of the analysis.</p>
|
|
7667
|
-
* @public
|
|
7668
|
-
*/
|
|
7669
|
-
Name?: string | undefined;
|
|
7670
|
-
/**
|
|
7671
|
-
* <p>Errors associated with the analysis.</p>
|
|
7672
|
-
* @public
|
|
7673
|
-
*/
|
|
7674
|
-
Errors?: AnalysisError[] | undefined;
|
|
7675
|
-
/**
|
|
7676
|
-
* <p>Status associated with the analysis.</p>
|
|
7677
|
-
* <ul>
|
|
7678
|
-
* <li>
|
|
7679
|
-
* <p>
|
|
7680
|
-
* <code>CREATION_IN_PROGRESS</code>
|
|
7681
|
-
* </p>
|
|
7682
|
-
* </li>
|
|
7683
|
-
* <li>
|
|
7684
|
-
* <p>
|
|
7685
|
-
* <code>CREATION_SUCCESSFUL</code>
|
|
7686
|
-
* </p>
|
|
7687
|
-
* </li>
|
|
7688
|
-
* <li>
|
|
7689
|
-
* <p>
|
|
7690
|
-
* <code>CREATION_FAILED</code>
|
|
7691
|
-
* </p>
|
|
7692
|
-
* </li>
|
|
7693
|
-
* <li>
|
|
7694
|
-
* <p>
|
|
7695
|
-
* <code>UPDATE_IN_PROGRESS</code>
|
|
7696
|
-
* </p>
|
|
7697
|
-
* </li>
|
|
7698
|
-
* <li>
|
|
7699
|
-
* <p>
|
|
7700
|
-
* <code>UPDATE_SUCCESSFUL</code>
|
|
7701
|
-
* </p>
|
|
7702
|
-
* </li>
|
|
7703
|
-
* <li>
|
|
7704
|
-
* <p>
|
|
7705
|
-
* <code>UPDATE_FAILED</code>
|
|
7706
|
-
* </p>
|
|
7707
|
-
* </li>
|
|
7708
|
-
* <li>
|
|
7709
|
-
* <p>
|
|
7710
|
-
* <code>DELETED</code>
|
|
7711
|
-
* </p>
|
|
7712
|
-
* </li>
|
|
7713
|
-
* </ul>
|
|
7714
|
-
* @public
|
|
7715
|
-
*/
|
|
7716
|
-
ResourceStatus?: ResourceStatus | undefined;
|
|
7717
|
-
/**
|
|
7718
|
-
* <p>The ARN of the theme of the analysis.</p>
|
|
7719
|
-
* @public
|
|
7720
|
-
*/
|
|
7721
|
-
ThemeArn?: string | undefined;
|
|
7722
|
-
/**
|
|
7723
|
-
* <p>The definition of an analysis.</p>
|
|
7724
|
-
* <p>A definition is the data model of all features in a Dashboard, Template, or Analysis.</p>
|
|
7725
|
-
* @public
|
|
7726
|
-
*/
|
|
7727
|
-
Definition?: AnalysisDefinition | undefined;
|
|
7728
|
-
/**
|
|
7729
|
-
* <p>The HTTP status of the request.</p>
|
|
7730
|
-
* @public
|
|
7731
|
-
*/
|
|
7732
|
-
Status?: number | undefined;
|
|
7733
|
-
/**
|
|
7734
|
-
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
7735
|
-
* @public
|
|
7736
|
-
*/
|
|
7737
|
-
RequestId?: string | undefined;
|
|
7738
|
-
}
|
|
7739
7671
|
/**
|
|
7740
7672
|
* @internal
|
|
7741
7673
|
*/
|
|
@@ -7900,7 +7832,3 @@ export declare const DataSetFilterSensitiveLog: (obj: DataSet) => any;
|
|
|
7900
7832
|
* @internal
|
|
7901
7833
|
*/
|
|
7902
7834
|
export declare const DescribeAnalysisResponseFilterSensitiveLog: (obj: DescribeAnalysisResponse) => any;
|
|
7903
|
-
/**
|
|
7904
|
-
* @internal
|
|
7905
|
-
*/
|
|
7906
|
-
export declare const DescribeAnalysisDefinitionResponseFilterSensitiveLog: (obj: DescribeAnalysisDefinitionResponse) => any;
|
|
@@ -1,8 +1,108 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
|
-
import { AccountCustomization, ActiveIAMPolicyAssignment, Entity, ResourceStatus, Sheet } from "./models_0";
|
|
2
|
+
import { AccountCustomization, ActiveIAMPolicyAssignment, AnalysisError, Entity, ResourceStatus, Sheet } from "./models_0";
|
|
3
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
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 DescribeAnalysisDefinitionRequest {
|
|
10
|
+
/**
|
|
11
|
+
* <p>The ID of the Amazon Web Services account that contains the analysis. You must be using the
|
|
12
|
+
* 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 that you're describing. The ID is part of the URL of the
|
|
18
|
+
* analysis.</p>
|
|
19
|
+
* @public
|
|
20
|
+
*/
|
|
21
|
+
AnalysisId: string | undefined;
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* @public
|
|
25
|
+
*/
|
|
26
|
+
export interface DescribeAnalysisDefinitionResponse {
|
|
27
|
+
/**
|
|
28
|
+
* <p>The ID of the analysis described.</p>
|
|
29
|
+
* @public
|
|
30
|
+
*/
|
|
31
|
+
AnalysisId?: string | undefined;
|
|
32
|
+
/**
|
|
33
|
+
* <p>The descriptive name of the analysis.</p>
|
|
34
|
+
* @public
|
|
35
|
+
*/
|
|
36
|
+
Name?: string | undefined;
|
|
37
|
+
/**
|
|
38
|
+
* <p>Errors associated with the analysis.</p>
|
|
39
|
+
* @public
|
|
40
|
+
*/
|
|
41
|
+
Errors?: AnalysisError[] | undefined;
|
|
42
|
+
/**
|
|
43
|
+
* <p>Status associated with the analysis.</p>
|
|
44
|
+
* <ul>
|
|
45
|
+
* <li>
|
|
46
|
+
* <p>
|
|
47
|
+
* <code>CREATION_IN_PROGRESS</code>
|
|
48
|
+
* </p>
|
|
49
|
+
* </li>
|
|
50
|
+
* <li>
|
|
51
|
+
* <p>
|
|
52
|
+
* <code>CREATION_SUCCESSFUL</code>
|
|
53
|
+
* </p>
|
|
54
|
+
* </li>
|
|
55
|
+
* <li>
|
|
56
|
+
* <p>
|
|
57
|
+
* <code>CREATION_FAILED</code>
|
|
58
|
+
* </p>
|
|
59
|
+
* </li>
|
|
60
|
+
* <li>
|
|
61
|
+
* <p>
|
|
62
|
+
* <code>UPDATE_IN_PROGRESS</code>
|
|
63
|
+
* </p>
|
|
64
|
+
* </li>
|
|
65
|
+
* <li>
|
|
66
|
+
* <p>
|
|
67
|
+
* <code>UPDATE_SUCCESSFUL</code>
|
|
68
|
+
* </p>
|
|
69
|
+
* </li>
|
|
70
|
+
* <li>
|
|
71
|
+
* <p>
|
|
72
|
+
* <code>UPDATE_FAILED</code>
|
|
73
|
+
* </p>
|
|
74
|
+
* </li>
|
|
75
|
+
* <li>
|
|
76
|
+
* <p>
|
|
77
|
+
* <code>DELETED</code>
|
|
78
|
+
* </p>
|
|
79
|
+
* </li>
|
|
80
|
+
* </ul>
|
|
81
|
+
* @public
|
|
82
|
+
*/
|
|
83
|
+
ResourceStatus?: ResourceStatus | undefined;
|
|
84
|
+
/**
|
|
85
|
+
* <p>The ARN of the theme of the analysis.</p>
|
|
86
|
+
* @public
|
|
87
|
+
*/
|
|
88
|
+
ThemeArn?: string | undefined;
|
|
89
|
+
/**
|
|
90
|
+
* <p>The definition of an analysis.</p>
|
|
91
|
+
* <p>A definition is the data model of all features in a Dashboard, Template, or Analysis.</p>
|
|
92
|
+
* @public
|
|
93
|
+
*/
|
|
94
|
+
Definition?: AnalysisDefinition | undefined;
|
|
95
|
+
/**
|
|
96
|
+
* <p>The HTTP status of the request.</p>
|
|
97
|
+
* @public
|
|
98
|
+
*/
|
|
99
|
+
Status?: number | undefined;
|
|
100
|
+
/**
|
|
101
|
+
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
102
|
+
* @public
|
|
103
|
+
*/
|
|
104
|
+
RequestId?: string | undefined;
|
|
105
|
+
}
|
|
6
106
|
/**
|
|
7
107
|
* @public
|
|
8
108
|
*/
|
|
@@ -7831,40 +7931,9 @@ export interface UpdateApplicationWithTokenExchangeGrantRequest {
|
|
|
7831
7931
|
Namespace: string | undefined;
|
|
7832
7932
|
}
|
|
7833
7933
|
/**
|
|
7834
|
-
* @
|
|
7835
|
-
*/
|
|
7836
|
-
export interface UpdateApplicationWithTokenExchangeGrantResponse {
|
|
7837
|
-
/**
|
|
7838
|
-
* <p>The HTTP status of the request.</p>
|
|
7839
|
-
* @public
|
|
7840
|
-
*/
|
|
7841
|
-
Status?: number | undefined;
|
|
7842
|
-
/**
|
|
7843
|
-
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
7844
|
-
* @public
|
|
7845
|
-
*/
|
|
7846
|
-
RequestId?: string | undefined;
|
|
7847
|
-
}
|
|
7848
|
-
/**
|
|
7849
|
-
* @public
|
|
7934
|
+
* @internal
|
|
7850
7935
|
*/
|
|
7851
|
-
export
|
|
7852
|
-
/**
|
|
7853
|
-
* <p>The ID of the Amazon Web Services account that owns the brand.</p>
|
|
7854
|
-
* @public
|
|
7855
|
-
*/
|
|
7856
|
-
AwsAccountId: string | undefined;
|
|
7857
|
-
/**
|
|
7858
|
-
* <p>The ID of the Amazon QuickSight brand.</p>
|
|
7859
|
-
* @public
|
|
7860
|
-
*/
|
|
7861
|
-
BrandId: string | undefined;
|
|
7862
|
-
/**
|
|
7863
|
-
* <p>The definition of the brand.</p>
|
|
7864
|
-
* @public
|
|
7865
|
-
*/
|
|
7866
|
-
BrandDefinition?: BrandDefinition | undefined;
|
|
7867
|
-
}
|
|
7936
|
+
export declare const DescribeAnalysisDefinitionResponseFilterSensitiveLog: (obj: DescribeAnalysisDefinitionResponse) => any;
|
|
7868
7937
|
/**
|
|
7869
7938
|
* @internal
|
|
7870
7939
|
*/
|
|
@@ -1,7 +1,42 @@
|
|
|
1
1
|
import { ResourceStatus } from "./models_0";
|
|
2
2
|
import { AssignmentStatus, BrandDefinition, BrandDetail, Capabilities, ColumnGroup, ColumnLevelPermissionRule, DataSourceParameters, ServiceType, SslProperties, TopicIR, TopicTemplate, VisualRole, VpcConnectionProperties } from "./models_2";
|
|
3
|
-
import { _Parameters, DashboardPublishOptions, DashboardSourceEntity, DashboardsQAStatus, DashboardVersionDefinition, DataSetImportMode, DatasetParameter, DataSetUsageConfiguration, DataSourceCredentials, FieldFolder, Group, LinkSharingConfiguration, LogicalTable, PhysicalTable, RefreshSchedule, ResourcePermission, Role, RowLevelPermissionDataSet, RowLevelPermissionTagConfiguration, TemplateAlias, TemplateSourceEntity, TemplateVersionDefinition, ThemeAlias, ThemeConfiguration, TopicDetails, TopicRefreshSchedule, ValidationStrategy, VPCConnectionAvailabilityStatus, VPCConnectionResourceStatus } from "./models_3";
|
|
3
|
+
import { _Parameters, 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
4
|
import { FailedKeyRegistrationEntry, PersonalizationMode, PurchaseMode, QSearchStatus, RegisteredCustomerManagedKey, User, UserRole } from "./models_4";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export interface UpdateApplicationWithTokenExchangeGrantResponse {
|
|
9
|
+
/**
|
|
10
|
+
* <p>The HTTP status of the request.</p>
|
|
11
|
+
* @public
|
|
12
|
+
*/
|
|
13
|
+
Status?: number | undefined;
|
|
14
|
+
/**
|
|
15
|
+
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
16
|
+
* @public
|
|
17
|
+
*/
|
|
18
|
+
RequestId?: string | undefined;
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* @public
|
|
22
|
+
*/
|
|
23
|
+
export interface UpdateBrandRequest {
|
|
24
|
+
/**
|
|
25
|
+
* <p>The ID of the Amazon Web Services account that owns the brand.</p>
|
|
26
|
+
* @public
|
|
27
|
+
*/
|
|
28
|
+
AwsAccountId: string | undefined;
|
|
29
|
+
/**
|
|
30
|
+
* <p>The ID of the Amazon QuickSight brand.</p>
|
|
31
|
+
* @public
|
|
32
|
+
*/
|
|
33
|
+
BrandId: string | undefined;
|
|
34
|
+
/**
|
|
35
|
+
* <p>The definition of the brand.</p>
|
|
36
|
+
* @public
|
|
37
|
+
*/
|
|
38
|
+
BrandDefinition?: BrandDefinition | undefined;
|
|
39
|
+
}
|
|
5
40
|
/**
|
|
6
41
|
* @public
|
|
7
42
|
*/
|
|
@@ -528,6 +563,11 @@ export interface UpdateDataSetRequest {
|
|
|
528
563
|
* @public
|
|
529
564
|
*/
|
|
530
565
|
DatasetParameters?: DatasetParameter[] | undefined;
|
|
566
|
+
/**
|
|
567
|
+
* <p>The configuration for the performance optimization of the dataset that contains a <code>UniqueKey</code> configuration.</p>
|
|
568
|
+
* @public
|
|
569
|
+
*/
|
|
570
|
+
PerformanceConfiguration?: PerformanceConfiguration | undefined;
|
|
531
571
|
}
|
|
532
572
|
/**
|
|
533
573
|
* @public
|
|
@@ -26,6 +26,7 @@ export declare const getRuntimeConfig: (config: QuickSightClientConfig) => {
|
|
|
26
26
|
utf8Encoder: (input: string | Uint8Array) => string;
|
|
27
27
|
disableHostPrefix: boolean;
|
|
28
28
|
serviceId: string;
|
|
29
|
+
profile?: string | undefined;
|
|
29
30
|
logger: import("@smithy/types").Logger;
|
|
30
31
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
31
32
|
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
|
@@ -27,6 +27,7 @@ export declare const getRuntimeConfig: (config: QuickSightClientConfig) => {
|
|
|
27
27
|
utf8Encoder: (input: string | Uint8Array) => string;
|
|
28
28
|
disableHostPrefix: boolean;
|
|
29
29
|
serviceId: string;
|
|
30
|
+
profile?: string | undefined;
|
|
30
31
|
logger: import("@smithy/types").Logger;
|
|
31
32
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
32
33
|
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
|
@@ -20,6 +20,7 @@ export declare const getRuntimeConfig: (config: QuickSightClientConfig) => {
|
|
|
20
20
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
21
21
|
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
22
22
|
region: string | import("@smithy/types").Provider<any>;
|
|
23
|
+
profile?: string | undefined;
|
|
23
24
|
defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved | undefined) => Promise<import("@smithy/types").UserAgent>;
|
|
24
25
|
credentialDefaultProvider: (input: any) => import("@smithy/types").AwsCredentialIdentityProvider;
|
|
25
26
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
@@ -1325,6 +1325,7 @@ export interface ClientDefaults
|
|
|
1325
1325
|
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
1326
1326
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
1327
1327
|
region?: string | __Provider<string>;
|
|
1328
|
+
profile?: string;
|
|
1328
1329
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
1329
1330
|
credentialDefaultProvider?: (input: any) => AwsCredentialIdentityProvider;
|
|
1330
1331
|
maxAttempts?: number | __Provider<number>;
|
|
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
3
3
|
import {
|
|
4
4
|
DescribeAnalysisDefinitionRequest,
|
|
5
5
|
DescribeAnalysisDefinitionResponse,
|
|
6
|
-
} from "../models/
|
|
6
|
+
} from "../models/models_4";
|
|
7
7
|
import {
|
|
8
8
|
QuickSightClientResolvedConfig,
|
|
9
9
|
ServiceInputTypes,
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
|
|
5
|
-
UpdateApplicationWithTokenExchangeGrantResponse,
|
|
6
|
-
} from "../models/models_4";
|
|
3
|
+
import { UpdateApplicationWithTokenExchangeGrantRequest } from "../models/models_4";
|
|
4
|
+
import { UpdateApplicationWithTokenExchangeGrantResponse } from "../models/models_5";
|
|
7
5
|
import {
|
|
8
6
|
QuickSightClientResolvedConfig,
|
|
9
7
|
ServiceInputTypes,
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { UpdateBrandRequest } from "../models/
|
|
4
|
-
import { UpdateBrandResponse } from "../models/models_5";
|
|
3
|
+
import { UpdateBrandRequest, UpdateBrandResponse } from "../models/models_5";
|
|
5
4
|
import {
|
|
6
5
|
QuickSightClientResolvedConfig,
|
|
7
6
|
ServiceInputTypes,
|
|
@@ -6,7 +6,6 @@ import {
|
|
|
6
6
|
AdHocFilteringOption,
|
|
7
7
|
Analysis,
|
|
8
8
|
AnalysisDefaults,
|
|
9
|
-
AnalysisError,
|
|
10
9
|
AssetOptions,
|
|
11
10
|
CalculatedField,
|
|
12
11
|
ColumnConfiguration,
|
|
@@ -640,6 +639,12 @@ export interface LogicalTable {
|
|
|
640
639
|
DataTransforms?: TransformOperation[] | undefined;
|
|
641
640
|
Source: LogicalTableSource | undefined;
|
|
642
641
|
}
|
|
642
|
+
export interface UniqueKey {
|
|
643
|
+
ColumnNames: string[] | undefined;
|
|
644
|
+
}
|
|
645
|
+
export interface PerformanceConfiguration {
|
|
646
|
+
UniqueKeys?: UniqueKey[] | undefined;
|
|
647
|
+
}
|
|
643
648
|
export declare const InputColumnDataType: {
|
|
644
649
|
readonly BIT: "BIT";
|
|
645
650
|
readonly BOOLEAN: "BOOLEAN";
|
|
@@ -787,6 +792,7 @@ export interface CreateDataSetRequest {
|
|
|
787
792
|
DataSetUsageConfiguration?: DataSetUsageConfiguration | undefined;
|
|
788
793
|
DatasetParameters?: DatasetParameter[] | undefined;
|
|
789
794
|
FolderArns?: string[] | undefined;
|
|
795
|
+
PerformanceConfiguration?: PerformanceConfiguration | undefined;
|
|
790
796
|
}
|
|
791
797
|
export interface CreateDataSetResponse {
|
|
792
798
|
Arn?: string | undefined;
|
|
@@ -1682,6 +1688,7 @@ export interface DataSet {
|
|
|
1682
1688
|
ColumnLevelPermissionRules?: ColumnLevelPermissionRule[] | undefined;
|
|
1683
1689
|
DataSetUsageConfiguration?: DataSetUsageConfiguration | undefined;
|
|
1684
1690
|
DatasetParameters?: DatasetParameter[] | undefined;
|
|
1691
|
+
PerformanceConfiguration?: PerformanceConfiguration | undefined;
|
|
1685
1692
|
}
|
|
1686
1693
|
export declare const DataSetFilterAttribute: {
|
|
1687
1694
|
readonly DATASET_NAME: "DATASET_NAME";
|
|
@@ -2119,20 +2126,6 @@ export interface DescribeAnalysisResponse {
|
|
|
2119
2126
|
Status?: number | undefined;
|
|
2120
2127
|
RequestId?: string | undefined;
|
|
2121
2128
|
}
|
|
2122
|
-
export interface DescribeAnalysisDefinitionRequest {
|
|
2123
|
-
AwsAccountId: string | undefined;
|
|
2124
|
-
AnalysisId: string | undefined;
|
|
2125
|
-
}
|
|
2126
|
-
export interface DescribeAnalysisDefinitionResponse {
|
|
2127
|
-
AnalysisId?: string | undefined;
|
|
2128
|
-
Name?: string | undefined;
|
|
2129
|
-
Errors?: AnalysisError[] | undefined;
|
|
2130
|
-
ResourceStatus?: ResourceStatus | undefined;
|
|
2131
|
-
ThemeArn?: string | undefined;
|
|
2132
|
-
Definition?: AnalysisDefinition | undefined;
|
|
2133
|
-
Status?: number | undefined;
|
|
2134
|
-
RequestId?: string | undefined;
|
|
2135
|
-
}
|
|
2136
2129
|
export declare const ColumnTagFilterSensitiveLog: (obj: ColumnTag) => any;
|
|
2137
2130
|
export declare const DateTimeParameterFilterSensitiveLog: (
|
|
2138
2131
|
obj: DateTimeParameter
|
|
@@ -2236,6 +2229,3 @@ export declare const DataSetFilterSensitiveLog: (obj: DataSet) => any;
|
|
|
2236
2229
|
export declare const DescribeAnalysisResponseFilterSensitiveLog: (
|
|
2237
2230
|
obj: DescribeAnalysisResponse
|
|
2238
2231
|
) => any;
|
|
2239
|
-
export declare const DescribeAnalysisDefinitionResponseFilterSensitiveLog: (
|
|
2240
|
-
obj: DescribeAnalysisDefinitionResponse
|
|
2241
|
-
) => any;
|
|
@@ -2,6 +2,7 @@ import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-cli
|
|
|
2
2
|
import {
|
|
3
3
|
AccountCustomization,
|
|
4
4
|
ActiveIAMPolicyAssignment,
|
|
5
|
+
AnalysisError,
|
|
5
6
|
Entity,
|
|
6
7
|
ResourceStatus,
|
|
7
8
|
Sheet,
|
|
@@ -87,6 +88,20 @@ import {
|
|
|
87
88
|
VPCConnectionResourceStatus,
|
|
88
89
|
} from "./models_3";
|
|
89
90
|
import { QuickSightServiceException as __BaseException } from "./QuickSightServiceException";
|
|
91
|
+
export interface DescribeAnalysisDefinitionRequest {
|
|
92
|
+
AwsAccountId: string | undefined;
|
|
93
|
+
AnalysisId: string | undefined;
|
|
94
|
+
}
|
|
95
|
+
export interface DescribeAnalysisDefinitionResponse {
|
|
96
|
+
AnalysisId?: string | undefined;
|
|
97
|
+
Name?: string | undefined;
|
|
98
|
+
Errors?: AnalysisError[] | undefined;
|
|
99
|
+
ResourceStatus?: ResourceStatus | undefined;
|
|
100
|
+
ThemeArn?: string | undefined;
|
|
101
|
+
Definition?: AnalysisDefinition | undefined;
|
|
102
|
+
Status?: number | undefined;
|
|
103
|
+
RequestId?: string | undefined;
|
|
104
|
+
}
|
|
90
105
|
export interface DescribeAnalysisPermissionsRequest {
|
|
91
106
|
AwsAccountId: string | undefined;
|
|
92
107
|
AnalysisId: string | undefined;
|
|
@@ -1972,15 +1987,9 @@ export interface UpdateApplicationWithTokenExchangeGrantRequest {
|
|
|
1972
1987
|
AwsAccountId: string | undefined;
|
|
1973
1988
|
Namespace: string | undefined;
|
|
1974
1989
|
}
|
|
1975
|
-
export
|
|
1976
|
-
|
|
1977
|
-
|
|
1978
|
-
}
|
|
1979
|
-
export interface UpdateBrandRequest {
|
|
1980
|
-
AwsAccountId: string | undefined;
|
|
1981
|
-
BrandId: string | undefined;
|
|
1982
|
-
BrandDefinition?: BrandDefinition | undefined;
|
|
1983
|
-
}
|
|
1990
|
+
export declare const DescribeAnalysisDefinitionResponseFilterSensitiveLog: (
|
|
1991
|
+
obj: DescribeAnalysisDefinitionResponse
|
|
1992
|
+
) => any;
|
|
1984
1993
|
export declare const DescribeAssetBundleExportJobResponseFilterSensitiveLog: (
|
|
1985
1994
|
obj: DescribeAssetBundleExportJobResponse
|
|
1986
1995
|
) => any;
|
|
@@ -28,6 +28,7 @@ import {
|
|
|
28
28
|
Group,
|
|
29
29
|
LinkSharingConfiguration,
|
|
30
30
|
LogicalTable,
|
|
31
|
+
PerformanceConfiguration,
|
|
31
32
|
PhysicalTable,
|
|
32
33
|
RefreshSchedule,
|
|
33
34
|
ResourcePermission,
|
|
@@ -54,6 +55,15 @@ import {
|
|
|
54
55
|
User,
|
|
55
56
|
UserRole,
|
|
56
57
|
} from "./models_4";
|
|
58
|
+
export interface UpdateApplicationWithTokenExchangeGrantResponse {
|
|
59
|
+
Status?: number | undefined;
|
|
60
|
+
RequestId?: string | undefined;
|
|
61
|
+
}
|
|
62
|
+
export interface UpdateBrandRequest {
|
|
63
|
+
AwsAccountId: string | undefined;
|
|
64
|
+
BrandId: string | undefined;
|
|
65
|
+
BrandDefinition?: BrandDefinition | undefined;
|
|
66
|
+
}
|
|
57
67
|
export interface UpdateBrandResponse {
|
|
58
68
|
RequestId?: string | undefined;
|
|
59
69
|
BrandDetail?: BrandDetail | undefined;
|
|
@@ -169,6 +179,7 @@ export interface UpdateDataSetRequest {
|
|
|
169
179
|
ColumnLevelPermissionRules?: ColumnLevelPermissionRule[] | undefined;
|
|
170
180
|
DataSetUsageConfiguration?: DataSetUsageConfiguration | undefined;
|
|
171
181
|
DatasetParameters?: DatasetParameter[] | undefined;
|
|
182
|
+
PerformanceConfiguration?: PerformanceConfiguration | undefined;
|
|
172
183
|
}
|
|
173
184
|
export interface UpdateDataSetResponse {
|
|
174
185
|
Arn?: string | undefined;
|
|
@@ -33,6 +33,7 @@ export declare const getRuntimeConfig: (config: QuickSightClientConfig) => {
|
|
|
33
33
|
utf8Encoder: (input: string | Uint8Array) => string;
|
|
34
34
|
disableHostPrefix: boolean;
|
|
35
35
|
serviceId: string;
|
|
36
|
+
profile?: string | undefined;
|
|
36
37
|
logger: import("@smithy/types").Logger;
|
|
37
38
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
38
39
|
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
|
@@ -38,6 +38,7 @@ export declare const getRuntimeConfig: (config: QuickSightClientConfig) => {
|
|
|
38
38
|
utf8Encoder: (input: string | Uint8Array) => string;
|
|
39
39
|
disableHostPrefix: boolean;
|
|
40
40
|
serviceId: string;
|
|
41
|
+
profile?: string | undefined;
|
|
41
42
|
logger: import("@smithy/types").Logger;
|
|
42
43
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
43
44
|
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
|
@@ -22,6 +22,7 @@ export declare const getRuntimeConfig: (config: QuickSightClientConfig) => {
|
|
|
22
22
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
23
23
|
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
24
24
|
region: string | import("@smithy/types").Provider<any>;
|
|
25
|
+
profile?: string | undefined;
|
|
25
26
|
defaultUserAgentProvider: (
|
|
26
27
|
config?:
|
|
27
28
|
| import("@aws-sdk/util-user-agent-browser").PreviouslyResolved
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-quicksight",
|
|
3
3
|
"description": "AWS SDK for JavaScript Quicksight Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.715.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-quicksight",
|
|
@@ -20,19 +20,19 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
28
|
-
"@aws-sdk/middleware-logger": "3.
|
|
29
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
31
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
32
|
-
"@aws-sdk/types": "3.
|
|
33
|
-
"@aws-sdk/util-endpoints": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
35
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.714.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.714.0",
|
|
25
|
+
"@aws-sdk/core": "3.714.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.714.0",
|
|
27
|
+
"@aws-sdk/middleware-host-header": "3.714.0",
|
|
28
|
+
"@aws-sdk/middleware-logger": "3.714.0",
|
|
29
|
+
"@aws-sdk/middleware-recursion-detection": "3.714.0",
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.714.0",
|
|
31
|
+
"@aws-sdk/region-config-resolver": "3.714.0",
|
|
32
|
+
"@aws-sdk/types": "3.714.0",
|
|
33
|
+
"@aws-sdk/util-endpoints": "3.714.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-browser": "3.714.0",
|
|
35
|
+
"@aws-sdk/util-user-agent-node": "3.714.0",
|
|
36
36
|
"@smithy/config-resolver": "^3.0.13",
|
|
37
37
|
"@smithy/core": "^2.5.5",
|
|
38
38
|
"@smithy/fetch-http-handler": "^4.1.2",
|