@aws-sdk/client-quicksight 3.425.0 → 3.428.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/commands/StartDashboardSnapshotJobCommand.js +2 -2
- package/dist-cjs/models/models_1.js +1 -0
- package/dist-cjs/models/models_2.js +8 -29
- package/dist-cjs/models/models_3.js +28 -10
- package/dist-cjs/models/models_4.js +9 -1
- package/dist-cjs/protocols/Aws_restJson1.js +6 -0
- package/dist-es/commands/StartDashboardSnapshotJobCommand.js +1 -1
- package/dist-es/models/models_1.js +1 -0
- package/dist-es/models/models_2.js +5 -25
- package/dist-es/models/models_3.js +26 -7
- package/dist-es/models/models_4.js +6 -0
- package/dist-es/protocols/Aws_restJson1.js +6 -0
- package/dist-types/commands/CreateAnalysisCommand.d.ts +7 -3
- package/dist-types/commands/CreateDashboardCommand.d.ts +7 -3
- package/dist-types/commands/CreateDataSourceCommand.d.ts +16 -0
- package/dist-types/commands/CreateFolderMembershipCommand.d.ts +2 -2
- package/dist-types/commands/CreateTemplateCommand.d.ts +7 -3
- package/dist-types/commands/DeleteFolderMembershipCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAnalysisDefinitionCommand.d.ts +4 -3
- package/dist-types/commands/DescribeAssetBundleImportJobCommand.d.ts +8 -0
- package/dist-types/commands/DescribeDashboardDefinitionCommand.d.ts +4 -3
- package/dist-types/commands/DescribeDataSourceCommand.d.ts +16 -0
- package/dist-types/commands/DescribeTemplateDefinitionCommand.d.ts +4 -3
- package/dist-types/commands/ListDataSourcesCommand.d.ts +16 -0
- package/dist-types/commands/StartAssetBundleImportJobCommand.d.ts +8 -0
- package/dist-types/commands/StartDashboardSnapshotJobCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAnalysisCommand.d.ts +7 -3
- package/dist-types/commands/UpdateDashboardCommand.d.ts +7 -3
- package/dist-types/commands/UpdateDataSourceCommand.d.ts +16 -0
- package/dist-types/commands/UpdateTemplateCommand.d.ts +7 -3
- package/dist-types/models/models_0.d.ts +19 -0
- package/dist-types/models/models_1.d.ts +1 -0
- package/dist-types/models/models_2.d.ts +73 -132
- package/dist-types/models/models_3.d.ts +129 -77
- package/dist-types/models/models_4.d.ts +95 -2
- package/dist-types/ts3.4/commands/StartDashboardSnapshotJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1 -0
- package/dist-types/ts3.4/models/models_1.d.ts +1 -0
- package/dist-types/ts3.4/models/models_2.d.ts +20 -37
- package/dist-types/ts3.4/models/models_3.d.ts +46 -25
- package/dist-types/ts3.4/models/models_4.d.ts +33 -1
- package/package.json +31 -31
|
@@ -6,7 +6,7 @@ const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
8
|
const types_1 = require("@smithy/types");
|
|
9
|
-
const
|
|
9
|
+
const models_4_1 = require("../models/models_4");
|
|
10
10
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
11
11
|
class StartDashboardSnapshotJobCommand extends smithy_client_1.Command {
|
|
12
12
|
static getEndpointParameterInstructions() {
|
|
@@ -32,7 +32,7 @@ class StartDashboardSnapshotJobCommand extends smithy_client_1.Command {
|
|
|
32
32
|
logger,
|
|
33
33
|
clientName,
|
|
34
34
|
commandName,
|
|
35
|
-
inputFilterSensitiveLog:
|
|
35
|
+
inputFilterSensitiveLog: models_4_1.StartDashboardSnapshotJobRequestFilterSensitiveLog,
|
|
36
36
|
outputFilterSensitiveLog: (_) => _,
|
|
37
37
|
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
38
38
|
service: "QuickSight_20180401",
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.CreateDataSetRequestFilterSensitiveLog = exports.RowLevelPermissionTagConfigurationFilterSensitiveLog = exports.RowLevelPermissionTagRuleFilterSensitiveLog = exports.LogicalTableFilterSensitiveLog = exports.TransformOperationFilterSensitiveLog = exports.FilterOperationFilterSensitiveLog = exports.CreateDashboardRequestFilterSensitiveLog = exports.DashboardVersionDefinitionFilterSensitiveLog = exports.CreateColumnsOperationFilterSensitiveLog = exports.CreateAnalysisRequestFilterSensitiveLog = exports._ParametersFilterSensitiveLog = exports.StringParameterFilterSensitiveLog = exports.IntegerParameterFilterSensitiveLog = exports.DecimalParameterFilterSensitiveLog = exports.DateTimeParameterFilterSensitiveLog = exports.CalculatedColumnFilterSensitiveLog = exports.AssetBundleImportSourceFilterSensitiveLog = exports.AssetBundleImportJobOverrideParametersFilterSensitiveLog = exports.AssetBundleImportJobDataSourceOverrideParametersFilterSensitiveLog = exports.AssetBundleImportJobDataSourceCredentialsFilterSensitiveLog = exports.AssetBundleImportJobDataSourceCredentialPairFilterSensitiveLog = exports.AnonymousUserSnapshotJobResultFilterSensitiveLog = exports.SnapshotJobResultFileGroupFilterSensitiveLog = exports.
|
|
5
|
-
exports.
|
|
3
|
+
exports.Status = exports.RowLevelPermissionPolicy = exports.RowLevelPermissionFormatVersion = exports.PhysicalTable = exports.TextQualifier = exports.FileFormat = exports.InputColumnDataType = exports.JoinType = exports.TransformOperation = exports.DataSetImportMode = exports.DatasetParameterValueType = exports.DashboardUIState = exports.UnsupportedUserEditionException = exports.LimitExceededException = exports.ValidationStrategyMode = exports.PreconditionNotMetException = exports.ResourceUnavailableException = exports.ConstantType = exports.ConflictException = exports.ConcurrentUpdatingException = exports.UndefinedSpecifiedValueType = exports.ColumnTagName = exports.GeoSpatialDataRole = exports.ColumnOrderingType = exports.GeoSpatialCountryCode = exports.ColumnDataRole = exports.CategoryFilterType = exports.CategoryFilterFunction = exports.ColumnDataType = exports.ThrottlingException = exports.ResourceNotFoundException = exports.ResourceExistsException = exports.ExceptionResourceType = exports.InvalidParameterValueException = exports.InternalFailureException = exports.AuthorSpecifiedAggregation = exports.AuthenticationMethodOption = exports.AssignmentStatus = exports.AssetBundleImportJobStatus = exports.DataSourceParameters = exports.AssetBundleImportFailureAction = exports.AssetBundleExportJobStatus = exports.AssetBundleExportFormat = exports.AssetBundleExportJobVPCConnectionPropertyToOverride = exports.AssetBundleExportJobThemePropertyToOverride = exports.AssetBundleExportJobRefreshSchedulePropertyToOverride = exports.AssetBundleExportJobDataSourcePropertyToOverride = exports.AssetBundleExportJobDataSetPropertyToOverride = exports.AssetBundleExportJobDashboardPropertyToOverride = exports.AssetBundleExportJobAnalysisPropertyToOverride = void 0;
|
|
4
|
+
exports.DataSourceCredentialsFilterSensitiveLog = exports.CreateDataSetRequestFilterSensitiveLog = exports.RowLevelPermissionTagConfigurationFilterSensitiveLog = exports.RowLevelPermissionTagRuleFilterSensitiveLog = exports.LogicalTableFilterSensitiveLog = exports.TransformOperationFilterSensitiveLog = exports.FilterOperationFilterSensitiveLog = exports.CreateDashboardRequestFilterSensitiveLog = exports.DashboardVersionDefinitionFilterSensitiveLog = exports.CreateColumnsOperationFilterSensitiveLog = exports.CreateAnalysisRequestFilterSensitiveLog = exports._ParametersFilterSensitiveLog = exports.StringParameterFilterSensitiveLog = exports.IntegerParameterFilterSensitiveLog = exports.DecimalParameterFilterSensitiveLog = exports.DateTimeParameterFilterSensitiveLog = exports.CalculatedColumnFilterSensitiveLog = exports.AssetBundleImportSourceFilterSensitiveLog = exports.AssetBundleImportJobOverrideParametersFilterSensitiveLog = exports.AssetBundleImportJobDataSourceOverrideParametersFilterSensitiveLog = exports.AssetBundleImportJobDataSourceCredentialsFilterSensitiveLog = exports.AssetBundleImportJobDataSourceCredentialPairFilterSensitiveLog = exports.AnonymousUserSnapshotJobResultFilterSensitiveLog = exports.SnapshotJobResultFileGroupFilterSensitiveLog = exports.DashboardFilterAttribute = exports.DashboardErrorType = exports.VPCConnectionResourceStatus = exports.VPCConnectionAvailabilityStatus = exports.TopicScheduleType = exports.PropertyUsage = exports.PropertyRole = exports.NamedEntityAggType = exports.TopicRelativeDateFilterFunction = exports.NamedFilterAggType = exports.NamedFilterType = exports.FilterClass = exports.TopicTimeGranularity = exports.TopicNumericSeparatorSymbol = exports.DisplayFormat = exports.DefaultAggregation = exports.DayOfWeek = exports.RefreshInterval = exports.NamespaceStatus = exports.IdentityStore = exports.IngestionStatus = exports.IngestionType = exports.MemberType = exports.SharingModel = exports.FolderType = exports.DataSourceType = void 0;
|
|
5
|
+
exports.CreateTopicRequestFilterSensitiveLog = exports.TopicDetailsFilterSensitiveLog = exports.DatasetMetadataFilterSensitiveLog = exports.TopicFilterFilterSensitiveLog = exports.TopicRelativeDateFilterFilterSensitiveLog = exports.TopicNumericRangeFilterFilterSensitiveLog = exports.TopicNumericEqualityFilterFilterSensitiveLog = exports.TopicSingularFilterConstantFilterSensitiveLog = exports.TopicDateRangeFilterFilterSensitiveLog = exports.TopicRangeFilterConstantFilterSensitiveLog = exports.TopicCategoryFilterFilterSensitiveLog = exports.TopicCategoryFilterConstantFilterSensitiveLog = exports.TopicColumnFilterSensitiveLog = exports.TopicCalculatedFieldFilterSensitiveLog = exports.SemanticTypeFilterSensitiveLog = exports.CreateTemplateRequestFilterSensitiveLog = exports.TemplateVersionDefinitionFilterSensitiveLog = exports.CreateDataSourceRequestFilterSensitiveLog = void 0;
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
const models_0_1 = require("./models_0");
|
|
8
8
|
const models_1_1 = require("./models_1");
|
|
@@ -344,6 +344,10 @@ class PreconditionNotMetException extends QuickSightServiceException_1.QuickSigh
|
|
|
344
344
|
}
|
|
345
345
|
}
|
|
346
346
|
exports.PreconditionNotMetException = PreconditionNotMetException;
|
|
347
|
+
exports.ValidationStrategyMode = {
|
|
348
|
+
LENIENT: "LENIENT",
|
|
349
|
+
STRICT: "STRICT",
|
|
350
|
+
};
|
|
347
351
|
class LimitExceededException extends QuickSightServiceException_1.QuickSightServiceException {
|
|
348
352
|
constructor(opts) {
|
|
349
353
|
super({
|
|
@@ -499,6 +503,7 @@ exports.MemberType = {
|
|
|
499
503
|
ANALYSIS: "ANALYSIS",
|
|
500
504
|
DASHBOARD: "DASHBOARD",
|
|
501
505
|
DATASET: "DATASET",
|
|
506
|
+
DATASOURCE: "DATASOURCE",
|
|
502
507
|
TOPIC: "TOPIC",
|
|
503
508
|
};
|
|
504
509
|
exports.IngestionType = {
|
|
@@ -675,19 +680,6 @@ exports.DashboardFilterAttribute = {
|
|
|
675
680
|
QUICKSIGHT_USER: "QUICKSIGHT_USER",
|
|
676
681
|
QUICKSIGHT_VIEWER_OR_OWNER: "QUICKSIGHT_VIEWER_OR_OWNER",
|
|
677
682
|
};
|
|
678
|
-
exports.DataSetFilterAttribute = {
|
|
679
|
-
DATASET_NAME: "DATASET_NAME",
|
|
680
|
-
DIRECT_QUICKSIGHT_OWNER: "DIRECT_QUICKSIGHT_OWNER",
|
|
681
|
-
DIRECT_QUICKSIGHT_SOLE_OWNER: "DIRECT_QUICKSIGHT_SOLE_OWNER",
|
|
682
|
-
DIRECT_QUICKSIGHT_VIEWER_OR_OWNER: "DIRECT_QUICKSIGHT_VIEWER_OR_OWNER",
|
|
683
|
-
QUICKSIGHT_OWNER: "QUICKSIGHT_OWNER",
|
|
684
|
-
QUICKSIGHT_VIEWER_OR_OWNER: "QUICKSIGHT_VIEWER_OR_OWNER",
|
|
685
|
-
};
|
|
686
|
-
exports.LookbackWindowSizeUnit = {
|
|
687
|
-
DAY: "DAY",
|
|
688
|
-
HOUR: "HOUR",
|
|
689
|
-
WEEK: "WEEK",
|
|
690
|
-
};
|
|
691
683
|
const SnapshotJobResultFileGroupFilterSensitiveLog = (obj) => ({
|
|
692
684
|
...obj,
|
|
693
685
|
...(obj.S3Results && { S3Results: obj.S3Results.map((item) => (0, models_1_1.SnapshotJobS3ResultFilterSensitiveLog)(item)) }),
|
|
@@ -965,16 +957,3 @@ const CreateTopicRequestFilterSensitiveLog = (obj) => ({
|
|
|
965
957
|
...obj,
|
|
966
958
|
});
|
|
967
959
|
exports.CreateTopicRequestFilterSensitiveLog = CreateTopicRequestFilterSensitiveLog;
|
|
968
|
-
const DataSetFilterSensitiveLog = (obj) => ({
|
|
969
|
-
...obj,
|
|
970
|
-
...(obj.PhysicalTableMap && {
|
|
971
|
-
PhysicalTableMap: Object.entries(obj.PhysicalTableMap).reduce((acc, [key, value]) => ((acc[key] = value), acc), {}),
|
|
972
|
-
}),
|
|
973
|
-
...(obj.LogicalTableMap && {
|
|
974
|
-
LogicalTableMap: Object.entries(obj.LogicalTableMap).reduce((acc, [key, value]) => ((acc[key] = (0, exports.LogicalTableFilterSensitiveLog)(value)), acc), {}),
|
|
975
|
-
}),
|
|
976
|
-
...(obj.RowLevelPermissionTagConfiguration && {
|
|
977
|
-
RowLevelPermissionTagConfiguration: (0, exports.RowLevelPermissionTagConfigurationFilterSensitiveLog)(obj.RowLevelPermissionTagConfiguration),
|
|
978
|
-
}),
|
|
979
|
-
});
|
|
980
|
-
exports.DataSetFilterSensitiveLog = DataSetFilterSensitiveLog;
|
|
@@ -1,9 +1,22 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
3
|
+
exports.SnapshotAnonymousUserFilterSensitiveLog = exports.StartAssetBundleImportJobRequestFilterSensitiveLog = exports.GetSessionEmbedUrlResponseFilterSensitiveLog = exports.GetDashboardEmbedUrlResponseFilterSensitiveLog = exports.GenerateEmbedUrlForRegisteredUserResponseFilterSensitiveLog = exports.GenerateEmbedUrlForAnonymousUserResponseFilterSensitiveLog = exports.GenerateEmbedUrlForAnonymousUserRequestFilterSensitiveLog = exports.SessionTagFilterSensitiveLog = exports.DescribeTopicResponseFilterSensitiveLog = exports.DescribeTemplateDefinitionResponseFilterSensitiveLog = exports.DescribeDataSetResponseFilterSensitiveLog = exports.DescribeDashboardSnapshotJobResultResponseFilterSensitiveLog = exports.SnapshotJobResultFilterSensitiveLog = exports.DescribeDashboardSnapshotJobResponseFilterSensitiveLog = exports.SnapshotConfigurationFilterSensitiveLog = exports.DescribeDashboardDefinitionResponseFilterSensitiveLog = exports.DescribeAssetBundleImportJobResponseFilterSensitiveLog = exports.DescribeAnalysisDefinitionResponseFilterSensitiveLog = exports.DataSetFilterSensitiveLog = exports.InvalidRequestException = exports.GroupFilterOperator = exports.GroupFilterAttribute = exports.IdentityTypeNotSupportedException = exports.QuickSightUserNotFoundException = exports.UnsupportedPricingPlanException = exports.SessionLifetimeInMinutesInvalidException = exports.FolderFilterAttribute = exports.EmbeddingIdentityType = exports.DomainNotWhitelistedException = exports.NetworkInterfaceStatus = exports.UserRole = exports.IdentityType = exports.TopicRefreshStatus = exports.ThemeErrorType = exports.ThemeType = exports.TemplateErrorType = exports.NamespaceErrorType = exports.IngestionRequestType = exports.IngestionRequestSource = exports.IngestionErrorType = exports.InvalidNextTokenException = exports.SnapshotJobStatus = exports.DataSourceFilterAttribute = exports.DataSourceErrorInfoType = exports.LookbackWindowSizeUnit = exports.DataSetFilterAttribute = void 0;
|
|
4
4
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
5
5
|
const models_2_1 = require("./models_2");
|
|
6
6
|
const QuickSightServiceException_1 = require("./QuickSightServiceException");
|
|
7
|
+
exports.DataSetFilterAttribute = {
|
|
8
|
+
DATASET_NAME: "DATASET_NAME",
|
|
9
|
+
DIRECT_QUICKSIGHT_OWNER: "DIRECT_QUICKSIGHT_OWNER",
|
|
10
|
+
DIRECT_QUICKSIGHT_SOLE_OWNER: "DIRECT_QUICKSIGHT_SOLE_OWNER",
|
|
11
|
+
DIRECT_QUICKSIGHT_VIEWER_OR_OWNER: "DIRECT_QUICKSIGHT_VIEWER_OR_OWNER",
|
|
12
|
+
QUICKSIGHT_OWNER: "QUICKSIGHT_OWNER",
|
|
13
|
+
QUICKSIGHT_VIEWER_OR_OWNER: "QUICKSIGHT_VIEWER_OR_OWNER",
|
|
14
|
+
};
|
|
15
|
+
exports.LookbackWindowSizeUnit = {
|
|
16
|
+
DAY: "DAY",
|
|
17
|
+
HOUR: "HOUR",
|
|
18
|
+
WEEK: "WEEK",
|
|
19
|
+
};
|
|
7
20
|
exports.DataSourceErrorInfoType = {
|
|
8
21
|
ACCESS_DENIED: "ACCESS_DENIED",
|
|
9
22
|
CONFLICT: "CONFLICT",
|
|
@@ -257,6 +270,19 @@ class InvalidRequestException extends QuickSightServiceException_1.QuickSightSer
|
|
|
257
270
|
}
|
|
258
271
|
}
|
|
259
272
|
exports.InvalidRequestException = InvalidRequestException;
|
|
273
|
+
const DataSetFilterSensitiveLog = (obj) => ({
|
|
274
|
+
...obj,
|
|
275
|
+
...(obj.PhysicalTableMap && {
|
|
276
|
+
PhysicalTableMap: Object.entries(obj.PhysicalTableMap).reduce((acc, [key, value]) => ((acc[key] = value), acc), {}),
|
|
277
|
+
}),
|
|
278
|
+
...(obj.LogicalTableMap && {
|
|
279
|
+
LogicalTableMap: Object.entries(obj.LogicalTableMap).reduce((acc, [key, value]) => ((acc[key] = (0, models_2_1.LogicalTableFilterSensitiveLog)(value)), acc), {}),
|
|
280
|
+
}),
|
|
281
|
+
...(obj.RowLevelPermissionTagConfiguration && {
|
|
282
|
+
RowLevelPermissionTagConfiguration: (0, models_2_1.RowLevelPermissionTagConfigurationFilterSensitiveLog)(obj.RowLevelPermissionTagConfiguration),
|
|
283
|
+
}),
|
|
284
|
+
});
|
|
285
|
+
exports.DataSetFilterSensitiveLog = DataSetFilterSensitiveLog;
|
|
260
286
|
const DescribeAnalysisDefinitionResponseFilterSensitiveLog = (obj) => ({
|
|
261
287
|
...obj,
|
|
262
288
|
});
|
|
@@ -288,7 +314,7 @@ const DescribeDashboardSnapshotJobResultResponseFilterSensitiveLog = (obj) => ({
|
|
|
288
314
|
exports.DescribeDashboardSnapshotJobResultResponseFilterSensitiveLog = DescribeDashboardSnapshotJobResultResponseFilterSensitiveLog;
|
|
289
315
|
const DescribeDataSetResponseFilterSensitiveLog = (obj) => ({
|
|
290
316
|
...obj,
|
|
291
|
-
...(obj.DataSet && { DataSet: (0,
|
|
317
|
+
...(obj.DataSet && { DataSet: (0, exports.DataSetFilterSensitiveLog)(obj.DataSet) }),
|
|
292
318
|
});
|
|
293
319
|
exports.DescribeDataSetResponseFilterSensitiveLog = DescribeDataSetResponseFilterSensitiveLog;
|
|
294
320
|
const DescribeTemplateDefinitionResponseFilterSensitiveLog = (obj) => ({
|
|
@@ -343,11 +369,3 @@ const SnapshotAnonymousUserFilterSensitiveLog = (obj) => ({
|
|
|
343
369
|
}),
|
|
344
370
|
});
|
|
345
371
|
exports.SnapshotAnonymousUserFilterSensitiveLog = SnapshotAnonymousUserFilterSensitiveLog;
|
|
346
|
-
const SnapshotUserConfigurationFilterSensitiveLog = (obj) => ({
|
|
347
|
-
...obj,
|
|
348
|
-
});
|
|
349
|
-
exports.SnapshotUserConfigurationFilterSensitiveLog = SnapshotUserConfigurationFilterSensitiveLog;
|
|
350
|
-
const StartDashboardSnapshotJobRequestFilterSensitiveLog = (obj) => ({
|
|
351
|
-
...obj,
|
|
352
|
-
});
|
|
353
|
-
exports.StartDashboardSnapshotJobRequestFilterSensitiveLog = StartDashboardSnapshotJobRequestFilterSensitiveLog;
|
|
@@ -1,8 +1,16 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateTopicRequestFilterSensitiveLog = exports.UpdateTemplateRequestFilterSensitiveLog = exports.UpdateDataSourceRequestFilterSensitiveLog = exports.UpdateDataSetRequestFilterSensitiveLog = exports.UpdateDashboardRequestFilterSensitiveLog = exports.UpdateAnalysisRequestFilterSensitiveLog = void 0;
|
|
3
|
+
exports.UpdateTopicRequestFilterSensitiveLog = exports.UpdateTemplateRequestFilterSensitiveLog = exports.UpdateDataSourceRequestFilterSensitiveLog = exports.UpdateDataSetRequestFilterSensitiveLog = exports.UpdateDashboardRequestFilterSensitiveLog = exports.UpdateAnalysisRequestFilterSensitiveLog = exports.StartDashboardSnapshotJobRequestFilterSensitiveLog = exports.SnapshotUserConfigurationFilterSensitiveLog = void 0;
|
|
4
4
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
5
5
|
const models_2_1 = require("./models_2");
|
|
6
|
+
const SnapshotUserConfigurationFilterSensitiveLog = (obj) => ({
|
|
7
|
+
...obj,
|
|
8
|
+
});
|
|
9
|
+
exports.SnapshotUserConfigurationFilterSensitiveLog = SnapshotUserConfigurationFilterSensitiveLog;
|
|
10
|
+
const StartDashboardSnapshotJobRequestFilterSensitiveLog = (obj) => ({
|
|
11
|
+
...obj,
|
|
12
|
+
});
|
|
13
|
+
exports.StartDashboardSnapshotJobRequestFilterSensitiveLog = StartDashboardSnapshotJobRequestFilterSensitiveLog;
|
|
6
14
|
const UpdateAnalysisRequestFilterSensitiveLog = (obj) => ({
|
|
7
15
|
...obj,
|
|
8
16
|
...(obj.Parameters && { Parameters: (0, models_2_1._ParametersFilterSensitiveLog)(obj.Parameters) }),
|
|
@@ -113,6 +113,7 @@ const se_CreateAnalysisCommand = async (input, context) => {
|
|
|
113
113
|
SourceEntity: (_) => (0, smithy_client_1._json)(_),
|
|
114
114
|
Tags: (_) => (0, smithy_client_1._json)(_),
|
|
115
115
|
ThemeArn: [],
|
|
116
|
+
ValidationStrategy: (_) => (0, smithy_client_1._json)(_),
|
|
116
117
|
}));
|
|
117
118
|
return new protocol_http_1.HttpRequest({
|
|
118
119
|
protocol,
|
|
@@ -144,6 +145,7 @@ const se_CreateDashboardCommand = async (input, context) => {
|
|
|
144
145
|
SourceEntity: (_) => (0, smithy_client_1._json)(_),
|
|
145
146
|
Tags: (_) => (0, smithy_client_1._json)(_),
|
|
146
147
|
ThemeArn: [],
|
|
148
|
+
ValidationStrategy: (_) => (0, smithy_client_1._json)(_),
|
|
147
149
|
VersionDescription: [],
|
|
148
150
|
}));
|
|
149
151
|
return new protocol_http_1.HttpRequest({
|
|
@@ -434,6 +436,7 @@ const se_CreateTemplateCommand = async (input, context) => {
|
|
|
434
436
|
Permissions: (_) => (0, smithy_client_1._json)(_),
|
|
435
437
|
SourceEntity: (_) => (0, smithy_client_1._json)(_),
|
|
436
438
|
Tags: (_) => (0, smithy_client_1._json)(_),
|
|
439
|
+
ValidationStrategy: (_) => (0, smithy_client_1._json)(_),
|
|
437
440
|
VersionDescription: [],
|
|
438
441
|
}));
|
|
439
442
|
return new protocol_http_1.HttpRequest({
|
|
@@ -3074,6 +3077,7 @@ const se_UpdateAnalysisCommand = async (input, context) => {
|
|
|
3074
3077
|
Parameters: (_) => se__Parameters(_, context),
|
|
3075
3078
|
SourceEntity: (_) => (0, smithy_client_1._json)(_),
|
|
3076
3079
|
ThemeArn: [],
|
|
3080
|
+
ValidationStrategy: (_) => (0, smithy_client_1._json)(_),
|
|
3077
3081
|
}));
|
|
3078
3082
|
return new protocol_http_1.HttpRequest({
|
|
3079
3083
|
protocol,
|
|
@@ -3128,6 +3132,7 @@ const se_UpdateDashboardCommand = async (input, context) => {
|
|
|
3128
3132
|
Parameters: (_) => se__Parameters(_, context),
|
|
3129
3133
|
SourceEntity: (_) => (0, smithy_client_1._json)(_),
|
|
3130
3134
|
ThemeArn: [],
|
|
3135
|
+
ValidationStrategy: (_) => (0, smithy_client_1._json)(_),
|
|
3131
3136
|
VersionDescription: [],
|
|
3132
3137
|
}));
|
|
3133
3138
|
return new protocol_http_1.HttpRequest({
|
|
@@ -3485,6 +3490,7 @@ const se_UpdateTemplateCommand = async (input, context) => {
|
|
|
3485
3490
|
Definition: (_) => se_TemplateVersionDefinition(_, context),
|
|
3486
3491
|
Name: [],
|
|
3487
3492
|
SourceEntity: (_) => (0, smithy_client_1._json)(_),
|
|
3493
|
+
ValidationStrategy: (_) => (0, smithy_client_1._json)(_),
|
|
3488
3494
|
VersionDescription: [],
|
|
3489
3495
|
}));
|
|
3490
3496
|
return new protocol_http_1.HttpRequest({
|
|
@@ -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 { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
5
|
-
import { StartDashboardSnapshotJobRequestFilterSensitiveLog, } from "../models/
|
|
5
|
+
import { StartDashboardSnapshotJobRequestFilterSensitiveLog, } from "../models/models_4";
|
|
6
6
|
import { de_StartDashboardSnapshotJobCommand, se_StartDashboardSnapshotJobCommand } from "../protocols/Aws_restJson1";
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class StartDashboardSnapshotJobCommand extends $Command {
|
|
@@ -330,6 +330,10 @@ export class PreconditionNotMetException extends __BaseException {
|
|
|
330
330
|
this.RequestId = opts.RequestId;
|
|
331
331
|
}
|
|
332
332
|
}
|
|
333
|
+
export const ValidationStrategyMode = {
|
|
334
|
+
LENIENT: "LENIENT",
|
|
335
|
+
STRICT: "STRICT",
|
|
336
|
+
};
|
|
333
337
|
export class LimitExceededException extends __BaseException {
|
|
334
338
|
constructor(opts) {
|
|
335
339
|
super({
|
|
@@ -483,6 +487,7 @@ export const MemberType = {
|
|
|
483
487
|
ANALYSIS: "ANALYSIS",
|
|
484
488
|
DASHBOARD: "DASHBOARD",
|
|
485
489
|
DATASET: "DATASET",
|
|
490
|
+
DATASOURCE: "DATASOURCE",
|
|
486
491
|
TOPIC: "TOPIC",
|
|
487
492
|
};
|
|
488
493
|
export const IngestionType = {
|
|
@@ -659,19 +664,6 @@ export const DashboardFilterAttribute = {
|
|
|
659
664
|
QUICKSIGHT_USER: "QUICKSIGHT_USER",
|
|
660
665
|
QUICKSIGHT_VIEWER_OR_OWNER: "QUICKSIGHT_VIEWER_OR_OWNER",
|
|
661
666
|
};
|
|
662
|
-
export const DataSetFilterAttribute = {
|
|
663
|
-
DATASET_NAME: "DATASET_NAME",
|
|
664
|
-
DIRECT_QUICKSIGHT_OWNER: "DIRECT_QUICKSIGHT_OWNER",
|
|
665
|
-
DIRECT_QUICKSIGHT_SOLE_OWNER: "DIRECT_QUICKSIGHT_SOLE_OWNER",
|
|
666
|
-
DIRECT_QUICKSIGHT_VIEWER_OR_OWNER: "DIRECT_QUICKSIGHT_VIEWER_OR_OWNER",
|
|
667
|
-
QUICKSIGHT_OWNER: "QUICKSIGHT_OWNER",
|
|
668
|
-
QUICKSIGHT_VIEWER_OR_OWNER: "QUICKSIGHT_VIEWER_OR_OWNER",
|
|
669
|
-
};
|
|
670
|
-
export const LookbackWindowSizeUnit = {
|
|
671
|
-
DAY: "DAY",
|
|
672
|
-
HOUR: "HOUR",
|
|
673
|
-
WEEK: "WEEK",
|
|
674
|
-
};
|
|
675
667
|
export const SnapshotJobResultFileGroupFilterSensitiveLog = (obj) => ({
|
|
676
668
|
...obj,
|
|
677
669
|
...(obj.S3Results && { S3Results: obj.S3Results.map((item) => SnapshotJobS3ResultFilterSensitiveLog(item)) }),
|
|
@@ -907,15 +899,3 @@ export const TopicDetailsFilterSensitiveLog = (obj) => ({
|
|
|
907
899
|
export const CreateTopicRequestFilterSensitiveLog = (obj) => ({
|
|
908
900
|
...obj,
|
|
909
901
|
});
|
|
910
|
-
export const DataSetFilterSensitiveLog = (obj) => ({
|
|
911
|
-
...obj,
|
|
912
|
-
...(obj.PhysicalTableMap && {
|
|
913
|
-
PhysicalTableMap: Object.entries(obj.PhysicalTableMap).reduce((acc, [key, value]) => ((acc[key] = value), acc), {}),
|
|
914
|
-
}),
|
|
915
|
-
...(obj.LogicalTableMap && {
|
|
916
|
-
LogicalTableMap: Object.entries(obj.LogicalTableMap).reduce((acc, [key, value]) => ((acc[key] = LogicalTableFilterSensitiveLog(value)), acc), {}),
|
|
917
|
-
}),
|
|
918
|
-
...(obj.RowLevelPermissionTagConfiguration && {
|
|
919
|
-
RowLevelPermissionTagConfiguration: RowLevelPermissionTagConfigurationFilterSensitiveLog(obj.RowLevelPermissionTagConfiguration),
|
|
920
|
-
}),
|
|
921
|
-
});
|
|
@@ -1,6 +1,19 @@
|
|
|
1
1
|
import { SENSITIVE_STRING } from "@smithy/smithy-client";
|
|
2
|
-
import { _ParametersFilterSensitiveLog, AssetBundleImportSourceFilterSensitiveLog,
|
|
2
|
+
import { _ParametersFilterSensitiveLog, AssetBundleImportSourceFilterSensitiveLog, LogicalTableFilterSensitiveLog, RowLevelPermissionTagConfigurationFilterSensitiveLog, } from "./models_2";
|
|
3
3
|
import { QuickSightServiceException as __BaseException } from "./QuickSightServiceException";
|
|
4
|
+
export const DataSetFilterAttribute = {
|
|
5
|
+
DATASET_NAME: "DATASET_NAME",
|
|
6
|
+
DIRECT_QUICKSIGHT_OWNER: "DIRECT_QUICKSIGHT_OWNER",
|
|
7
|
+
DIRECT_QUICKSIGHT_SOLE_OWNER: "DIRECT_QUICKSIGHT_SOLE_OWNER",
|
|
8
|
+
DIRECT_QUICKSIGHT_VIEWER_OR_OWNER: "DIRECT_QUICKSIGHT_VIEWER_OR_OWNER",
|
|
9
|
+
QUICKSIGHT_OWNER: "QUICKSIGHT_OWNER",
|
|
10
|
+
QUICKSIGHT_VIEWER_OR_OWNER: "QUICKSIGHT_VIEWER_OR_OWNER",
|
|
11
|
+
};
|
|
12
|
+
export const LookbackWindowSizeUnit = {
|
|
13
|
+
DAY: "DAY",
|
|
14
|
+
HOUR: "HOUR",
|
|
15
|
+
WEEK: "WEEK",
|
|
16
|
+
};
|
|
4
17
|
export const DataSourceErrorInfoType = {
|
|
5
18
|
ACCESS_DENIED: "ACCESS_DENIED",
|
|
6
19
|
CONFLICT: "CONFLICT",
|
|
@@ -247,6 +260,18 @@ export class InvalidRequestException extends __BaseException {
|
|
|
247
260
|
this.RequestId = opts.RequestId;
|
|
248
261
|
}
|
|
249
262
|
}
|
|
263
|
+
export const DataSetFilterSensitiveLog = (obj) => ({
|
|
264
|
+
...obj,
|
|
265
|
+
...(obj.PhysicalTableMap && {
|
|
266
|
+
PhysicalTableMap: Object.entries(obj.PhysicalTableMap).reduce((acc, [key, value]) => ((acc[key] = value), acc), {}),
|
|
267
|
+
}),
|
|
268
|
+
...(obj.LogicalTableMap && {
|
|
269
|
+
LogicalTableMap: Object.entries(obj.LogicalTableMap).reduce((acc, [key, value]) => ((acc[key] = LogicalTableFilterSensitiveLog(value)), acc), {}),
|
|
270
|
+
}),
|
|
271
|
+
...(obj.RowLevelPermissionTagConfiguration && {
|
|
272
|
+
RowLevelPermissionTagConfiguration: RowLevelPermissionTagConfigurationFilterSensitiveLog(obj.RowLevelPermissionTagConfiguration),
|
|
273
|
+
}),
|
|
274
|
+
});
|
|
250
275
|
export const DescribeAnalysisDefinitionResponseFilterSensitiveLog = (obj) => ({
|
|
251
276
|
...obj,
|
|
252
277
|
});
|
|
@@ -315,9 +340,3 @@ export const SnapshotAnonymousUserFilterSensitiveLog = (obj) => ({
|
|
|
315
340
|
RowLevelPermissionTags: obj.RowLevelPermissionTags.map((item) => SessionTagFilterSensitiveLog(item)),
|
|
316
341
|
}),
|
|
317
342
|
});
|
|
318
|
-
export const SnapshotUserConfigurationFilterSensitiveLog = (obj) => ({
|
|
319
|
-
...obj,
|
|
320
|
-
});
|
|
321
|
-
export const StartDashboardSnapshotJobRequestFilterSensitiveLog = (obj) => ({
|
|
322
|
-
...obj,
|
|
323
|
-
});
|
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
import { SENSITIVE_STRING } from "@smithy/smithy-client";
|
|
2
2
|
import { _ParametersFilterSensitiveLog, LogicalTableFilterSensitiveLog, RowLevelPermissionTagConfigurationFilterSensitiveLog, } from "./models_2";
|
|
3
|
+
export const SnapshotUserConfigurationFilterSensitiveLog = (obj) => ({
|
|
4
|
+
...obj,
|
|
5
|
+
});
|
|
6
|
+
export const StartDashboardSnapshotJobRequestFilterSensitiveLog = (obj) => ({
|
|
7
|
+
...obj,
|
|
8
|
+
});
|
|
3
9
|
export const UpdateAnalysisRequestFilterSensitiveLog = (obj) => ({
|
|
4
10
|
...obj,
|
|
5
11
|
...(obj.Parameters && { Parameters: _ParametersFilterSensitiveLog(obj.Parameters) }),
|
|
@@ -101,6 +101,7 @@ export const se_CreateAnalysisCommand = async (input, context) => {
|
|
|
101
101
|
SourceEntity: (_) => _json(_),
|
|
102
102
|
Tags: (_) => _json(_),
|
|
103
103
|
ThemeArn: [],
|
|
104
|
+
ValidationStrategy: (_) => _json(_),
|
|
104
105
|
}));
|
|
105
106
|
return new __HttpRequest({
|
|
106
107
|
protocol,
|
|
@@ -131,6 +132,7 @@ export const se_CreateDashboardCommand = async (input, context) => {
|
|
|
131
132
|
SourceEntity: (_) => _json(_),
|
|
132
133
|
Tags: (_) => _json(_),
|
|
133
134
|
ThemeArn: [],
|
|
135
|
+
ValidationStrategy: (_) => _json(_),
|
|
134
136
|
VersionDescription: [],
|
|
135
137
|
}));
|
|
136
138
|
return new __HttpRequest({
|
|
@@ -410,6 +412,7 @@ export const se_CreateTemplateCommand = async (input, context) => {
|
|
|
410
412
|
Permissions: (_) => _json(_),
|
|
411
413
|
SourceEntity: (_) => _json(_),
|
|
412
414
|
Tags: (_) => _json(_),
|
|
415
|
+
ValidationStrategy: (_) => _json(_),
|
|
413
416
|
VersionDescription: [],
|
|
414
417
|
}));
|
|
415
418
|
return new __HttpRequest({
|
|
@@ -2931,6 +2934,7 @@ export const se_UpdateAnalysisCommand = async (input, context) => {
|
|
|
2931
2934
|
Parameters: (_) => se__Parameters(_, context),
|
|
2932
2935
|
SourceEntity: (_) => _json(_),
|
|
2933
2936
|
ThemeArn: [],
|
|
2937
|
+
ValidationStrategy: (_) => _json(_),
|
|
2934
2938
|
}));
|
|
2935
2939
|
return new __HttpRequest({
|
|
2936
2940
|
protocol,
|
|
@@ -2983,6 +2987,7 @@ export const se_UpdateDashboardCommand = async (input, context) => {
|
|
|
2983
2987
|
Parameters: (_) => se__Parameters(_, context),
|
|
2984
2988
|
SourceEntity: (_) => _json(_),
|
|
2985
2989
|
ThemeArn: [],
|
|
2990
|
+
ValidationStrategy: (_) => _json(_),
|
|
2986
2991
|
VersionDescription: [],
|
|
2987
2992
|
}));
|
|
2988
2993
|
return new __HttpRequest({
|
|
@@ -3326,6 +3331,7 @@ export const se_UpdateTemplateCommand = async (input, context) => {
|
|
|
3326
3331
|
Definition: (_) => se_TemplateVersionDefinition(_, context),
|
|
3327
3332
|
Name: [],
|
|
3328
3333
|
SourceEntity: (_) => _json(_),
|
|
3334
|
+
ValidationStrategy: (_) => _json(_),
|
|
3329
3335
|
VersionDescription: [],
|
|
3330
3336
|
}));
|
|
3331
3337
|
return new __HttpRequest({
|
|
@@ -854,7 +854,7 @@ export interface CreateAnalysisCommandOutput extends CreateAnalysisResponse, __M
|
|
|
854
854
|
* },
|
|
855
855
|
* TotalOptions: { // TotalOptions
|
|
856
856
|
* TotalsVisibility: "HIDDEN" || "VISIBLE",
|
|
857
|
-
* Placement: "START" || "END",
|
|
857
|
+
* Placement: "START" || "END" || "AUTO",
|
|
858
858
|
* ScrollStatus: "PINNED" || "SCROLLED",
|
|
859
859
|
* CustomLabel: "STRING_VALUE",
|
|
860
860
|
* TotalCellStyle: {
|
|
@@ -1359,7 +1359,7 @@ export interface CreateAnalysisCommandOutput extends CreateAnalysisResponse, __M
|
|
|
1359
1359
|
* },
|
|
1360
1360
|
* RowTotalOptions: { // PivotTotalOptions
|
|
1361
1361
|
* TotalsVisibility: "HIDDEN" || "VISIBLE",
|
|
1362
|
-
* Placement: "START" || "END",
|
|
1362
|
+
* Placement: "START" || "END" || "AUTO",
|
|
1363
1363
|
* ScrollStatus: "PINNED" || "SCROLLED",
|
|
1364
1364
|
* CustomLabel: "STRING_VALUE",
|
|
1365
1365
|
* TotalCellStyle: "<TableCellStyle>",
|
|
@@ -1368,7 +1368,7 @@ export interface CreateAnalysisCommandOutput extends CreateAnalysisResponse, __M
|
|
|
1368
1368
|
* },
|
|
1369
1369
|
* ColumnTotalOptions: {
|
|
1370
1370
|
* TotalsVisibility: "HIDDEN" || "VISIBLE",
|
|
1371
|
-
* Placement: "START" || "END",
|
|
1371
|
+
* Placement: "START" || "END" || "AUTO",
|
|
1372
1372
|
* ScrollStatus: "PINNED" || "SCROLLED",
|
|
1373
1373
|
* CustomLabel: "STRING_VALUE",
|
|
1374
1374
|
* TotalCellStyle: "<TableCellStyle>",
|
|
@@ -4338,6 +4338,7 @@ export interface CreateAnalysisCommandOutput extends CreateAnalysisResponse, __M
|
|
|
4338
4338
|
* MatchOperator: "EQUALS" || "DOES_NOT_EQUAL" || "CONTAINS" || "DOES_NOT_CONTAIN" || "STARTS_WITH" || "ENDS_WITH", // required
|
|
4339
4339
|
* CategoryValues: "<CategoryValueList>",
|
|
4340
4340
|
* SelectAllOptions: "FILTER_ALL_VALUES",
|
|
4341
|
+
* NullOption: "ALL_VALUES" || "NULLS_ONLY" || "NON_NULLS_ONLY",
|
|
4341
4342
|
* },
|
|
4342
4343
|
* CustomFilterListConfiguration: { // CustomFilterListConfiguration
|
|
4343
4344
|
* MatchOperator: "EQUALS" || "DOES_NOT_EQUAL" || "CONTAINS" || "DOES_NOT_CONTAIN" || "STARTS_WITH" || "ENDS_WITH", // required
|
|
@@ -4524,6 +4525,9 @@ export interface CreateAnalysisCommandOutput extends CreateAnalysisResponse, __M
|
|
|
4524
4525
|
* },
|
|
4525
4526
|
* },
|
|
4526
4527
|
* },
|
|
4528
|
+
* ValidationStrategy: { // ValidationStrategy
|
|
4529
|
+
* Mode: "STRICT" || "LENIENT", // required
|
|
4530
|
+
* },
|
|
4527
4531
|
* };
|
|
4528
4532
|
* const command = new CreateAnalysisCommand(input);
|
|
4529
4533
|
* const response = await client.send(command);
|
|
@@ -900,7 +900,7 @@ export interface CreateDashboardCommandOutput extends CreateDashboardResponse, _
|
|
|
900
900
|
* },
|
|
901
901
|
* TotalOptions: { // TotalOptions
|
|
902
902
|
* TotalsVisibility: "HIDDEN" || "VISIBLE",
|
|
903
|
-
* Placement: "START" || "END",
|
|
903
|
+
* Placement: "START" || "END" || "AUTO",
|
|
904
904
|
* ScrollStatus: "PINNED" || "SCROLLED",
|
|
905
905
|
* CustomLabel: "STRING_VALUE",
|
|
906
906
|
* TotalCellStyle: {
|
|
@@ -1405,7 +1405,7 @@ export interface CreateDashboardCommandOutput extends CreateDashboardResponse, _
|
|
|
1405
1405
|
* },
|
|
1406
1406
|
* RowTotalOptions: { // PivotTotalOptions
|
|
1407
1407
|
* TotalsVisibility: "HIDDEN" || "VISIBLE",
|
|
1408
|
-
* Placement: "START" || "END",
|
|
1408
|
+
* Placement: "START" || "END" || "AUTO",
|
|
1409
1409
|
* ScrollStatus: "PINNED" || "SCROLLED",
|
|
1410
1410
|
* CustomLabel: "STRING_VALUE",
|
|
1411
1411
|
* TotalCellStyle: "<TableCellStyle>",
|
|
@@ -1414,7 +1414,7 @@ export interface CreateDashboardCommandOutput extends CreateDashboardResponse, _
|
|
|
1414
1414
|
* },
|
|
1415
1415
|
* ColumnTotalOptions: {
|
|
1416
1416
|
* TotalsVisibility: "HIDDEN" || "VISIBLE",
|
|
1417
|
-
* Placement: "START" || "END",
|
|
1417
|
+
* Placement: "START" || "END" || "AUTO",
|
|
1418
1418
|
* ScrollStatus: "PINNED" || "SCROLLED",
|
|
1419
1419
|
* CustomLabel: "STRING_VALUE",
|
|
1420
1420
|
* TotalCellStyle: "<TableCellStyle>",
|
|
@@ -4384,6 +4384,7 @@ export interface CreateDashboardCommandOutput extends CreateDashboardResponse, _
|
|
|
4384
4384
|
* MatchOperator: "EQUALS" || "DOES_NOT_EQUAL" || "CONTAINS" || "DOES_NOT_CONTAIN" || "STARTS_WITH" || "ENDS_WITH", // required
|
|
4385
4385
|
* CategoryValues: "<CategoryValueList>",
|
|
4386
4386
|
* SelectAllOptions: "FILTER_ALL_VALUES",
|
|
4387
|
+
* NullOption: "ALL_VALUES" || "NULLS_ONLY" || "NON_NULLS_ONLY",
|
|
4387
4388
|
* },
|
|
4388
4389
|
* CustomFilterListConfiguration: { // CustomFilterListConfiguration
|
|
4389
4390
|
* MatchOperator: "EQUALS" || "DOES_NOT_EQUAL" || "CONTAINS" || "DOES_NOT_CONTAIN" || "STARTS_WITH" || "ENDS_WITH", // required
|
|
@@ -4570,6 +4571,9 @@ export interface CreateDashboardCommandOutput extends CreateDashboardResponse, _
|
|
|
4570
4571
|
* },
|
|
4571
4572
|
* },
|
|
4572
4573
|
* },
|
|
4574
|
+
* ValidationStrategy: { // ValidationStrategy
|
|
4575
|
+
* Mode: "STRICT" || "LENIENT", // required
|
|
4576
|
+
* },
|
|
4573
4577
|
* };
|
|
4574
4578
|
* const command = new CreateDashboardCommand(input);
|
|
4575
4579
|
* const response = await client.send(command);
|
|
@@ -93,6 +93,14 @@ export interface CreateDataSourceCommandOutput extends CreateDataSourceResponse,
|
|
|
93
93
|
* Port: Number("int"),
|
|
94
94
|
* Database: "STRING_VALUE", // required
|
|
95
95
|
* ClusterId: "STRING_VALUE",
|
|
96
|
+
* IAMParameters: { // RedshiftIAMParameters
|
|
97
|
+
* RoleArn: "STRING_VALUE", // required
|
|
98
|
+
* DatabaseUser: "STRING_VALUE", // required
|
|
99
|
+
* DatabaseGroups: [ // DatabaseGroupList
|
|
100
|
+
* "STRING_VALUE",
|
|
101
|
+
* ],
|
|
102
|
+
* AutoCreateDatabaseUser: true || false,
|
|
103
|
+
* },
|
|
96
104
|
* },
|
|
97
105
|
* S3Parameters: { // S3Parameters
|
|
98
106
|
* ManifestFileLocation: { // ManifestFileLocation
|
|
@@ -203,6 +211,14 @@ export interface CreateDataSourceCommandOutput extends CreateDataSourceResponse,
|
|
|
203
211
|
* Port: Number("int"),
|
|
204
212
|
* Database: "STRING_VALUE", // required
|
|
205
213
|
* ClusterId: "STRING_VALUE",
|
|
214
|
+
* IAMParameters: {
|
|
215
|
+
* RoleArn: "STRING_VALUE", // required
|
|
216
|
+
* DatabaseUser: "STRING_VALUE", // required
|
|
217
|
+
* DatabaseGroups: [
|
|
218
|
+
* "STRING_VALUE",
|
|
219
|
+
* ],
|
|
220
|
+
* AutoCreateDatabaseUser: true || false,
|
|
221
|
+
* },
|
|
206
222
|
* },
|
|
207
223
|
* S3Parameters: {
|
|
208
224
|
* ManifestFileLocation: {
|
|
@@ -34,7 +34,7 @@ export interface CreateFolderMembershipCommandOutput extends CreateFolderMembers
|
|
|
34
34
|
* AwsAccountId: "STRING_VALUE", // required
|
|
35
35
|
* FolderId: "STRING_VALUE", // required
|
|
36
36
|
* MemberId: "STRING_VALUE", // required
|
|
37
|
-
* MemberType: "DASHBOARD" || "ANALYSIS" || "DATASET" || "TOPIC", // required
|
|
37
|
+
* MemberType: "DASHBOARD" || "ANALYSIS" || "DATASET" || "DATASOURCE" || "TOPIC", // required
|
|
38
38
|
* };
|
|
39
39
|
* const command = new CreateFolderMembershipCommand(input);
|
|
40
40
|
* const response = await client.send(command);
|
|
@@ -42,7 +42,7 @@ export interface CreateFolderMembershipCommandOutput extends CreateFolderMembers
|
|
|
42
42
|
* // Status: Number("int"),
|
|
43
43
|
* // FolderMember: { // FolderMember
|
|
44
44
|
* // MemberId: "STRING_VALUE",
|
|
45
|
-
* // MemberType: "DASHBOARD" || "ANALYSIS" || "DATASET" || "TOPIC",
|
|
45
|
+
* // MemberType: "DASHBOARD" || "ANALYSIS" || "DATASET" || "DATASOURCE" || "TOPIC",
|
|
46
46
|
* // },
|
|
47
47
|
* // RequestId: "STRING_VALUE",
|
|
48
48
|
* // };
|
|
@@ -848,7 +848,7 @@ export interface CreateTemplateCommandOutput extends CreateTemplateResponse, __M
|
|
|
848
848
|
* },
|
|
849
849
|
* TotalOptions: { // TotalOptions
|
|
850
850
|
* TotalsVisibility: "HIDDEN" || "VISIBLE",
|
|
851
|
-
* Placement: "START" || "END",
|
|
851
|
+
* Placement: "START" || "END" || "AUTO",
|
|
852
852
|
* ScrollStatus: "PINNED" || "SCROLLED",
|
|
853
853
|
* CustomLabel: "STRING_VALUE",
|
|
854
854
|
* TotalCellStyle: {
|
|
@@ -1353,7 +1353,7 @@ export interface CreateTemplateCommandOutput extends CreateTemplateResponse, __M
|
|
|
1353
1353
|
* },
|
|
1354
1354
|
* RowTotalOptions: { // PivotTotalOptions
|
|
1355
1355
|
* TotalsVisibility: "HIDDEN" || "VISIBLE",
|
|
1356
|
-
* Placement: "START" || "END",
|
|
1356
|
+
* Placement: "START" || "END" || "AUTO",
|
|
1357
1357
|
* ScrollStatus: "PINNED" || "SCROLLED",
|
|
1358
1358
|
* CustomLabel: "STRING_VALUE",
|
|
1359
1359
|
* TotalCellStyle: "<TableCellStyle>",
|
|
@@ -1362,7 +1362,7 @@ export interface CreateTemplateCommandOutput extends CreateTemplateResponse, __M
|
|
|
1362
1362
|
* },
|
|
1363
1363
|
* ColumnTotalOptions: {
|
|
1364
1364
|
* TotalsVisibility: "HIDDEN" || "VISIBLE",
|
|
1365
|
-
* Placement: "START" || "END",
|
|
1365
|
+
* Placement: "START" || "END" || "AUTO",
|
|
1366
1366
|
* ScrollStatus: "PINNED" || "SCROLLED",
|
|
1367
1367
|
* CustomLabel: "STRING_VALUE",
|
|
1368
1368
|
* TotalCellStyle: "<TableCellStyle>",
|
|
@@ -4332,6 +4332,7 @@ export interface CreateTemplateCommandOutput extends CreateTemplateResponse, __M
|
|
|
4332
4332
|
* MatchOperator: "EQUALS" || "DOES_NOT_EQUAL" || "CONTAINS" || "DOES_NOT_CONTAIN" || "STARTS_WITH" || "ENDS_WITH", // required
|
|
4333
4333
|
* CategoryValues: "<CategoryValueList>",
|
|
4334
4334
|
* SelectAllOptions: "FILTER_ALL_VALUES",
|
|
4335
|
+
* NullOption: "ALL_VALUES" || "NULLS_ONLY" || "NON_NULLS_ONLY",
|
|
4335
4336
|
* },
|
|
4336
4337
|
* CustomFilterListConfiguration: { // CustomFilterListConfiguration
|
|
4337
4338
|
* MatchOperator: "EQUALS" || "DOES_NOT_EQUAL" || "CONTAINS" || "DOES_NOT_CONTAIN" || "STARTS_WITH" || "ENDS_WITH", // required
|
|
@@ -4518,6 +4519,9 @@ export interface CreateTemplateCommandOutput extends CreateTemplateResponse, __M
|
|
|
4518
4519
|
* },
|
|
4519
4520
|
* },
|
|
4520
4521
|
* },
|
|
4522
|
+
* ValidationStrategy: { // ValidationStrategy
|
|
4523
|
+
* Mode: "STRICT" || "LENIENT", // required
|
|
4524
|
+
* },
|
|
4521
4525
|
* };
|
|
4522
4526
|
* const command = new CreateTemplateCommand(input);
|
|
4523
4527
|
* const response = await client.send(command);
|
|
@@ -34,7 +34,7 @@ export interface DeleteFolderMembershipCommandOutput extends DeleteFolderMembers
|
|
|
34
34
|
* AwsAccountId: "STRING_VALUE", // required
|
|
35
35
|
* FolderId: "STRING_VALUE", // required
|
|
36
36
|
* MemberId: "STRING_VALUE", // required
|
|
37
|
-
* MemberType: "DASHBOARD" || "ANALYSIS" || "DATASET" || "TOPIC", // required
|
|
37
|
+
* MemberType: "DASHBOARD" || "ANALYSIS" || "DATASET" || "DATASOURCE" || "TOPIC", // required
|
|
38
38
|
* };
|
|
39
39
|
* const command = new DeleteFolderMembershipCommand(input);
|
|
40
40
|
* const response = await client.send(command);
|