@aws-sdk/client-quicksight 3.925.0 → 3.926.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist-cjs/index.js +823 -360
- package/dist-es/commands/CreateTopicCommand.js +1 -1
- package/dist-es/commands/GenerateEmbedUrlForRegisteredUserCommand.js +1 -1
- package/dist-es/commands/GenerateEmbedUrlForRegisteredUserWithIdentityCommand.js +1 -1
- package/dist-es/commands/GetDashboardEmbedUrlCommand.js +1 -1
- package/dist-es/commands/GetSessionEmbedUrlCommand.js +1 -1
- package/dist-es/commands/ListActionConnectorsCommand.js +1 -1
- package/dist-es/models/models_0.js +8 -4
- package/dist-es/models/models_1.js +5 -26
- package/dist-es/models/models_2.js +26 -39
- package/dist-es/models/models_3.js +233 -222
- package/dist-es/models/models_4.js +217 -70
- package/dist-es/models/models_5.js +74 -2
- package/dist-es/protocols/Aws_restJson1.js +240 -4
- package/dist-types/QuickSight.d.ts +1 -1
- package/dist-types/QuickSightClient.d.ts +1 -1
- package/dist-types/commands/CreateDataSetCommand.d.ts +398 -3
- package/dist-types/commands/CreateTopicCommand.d.ts +1 -1
- package/dist-types/commands/CreateTopicRefreshScheduleCommand.d.ts +1 -1
- package/dist-types/commands/CreateVPCConnectionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDataSetCommand.d.ts +396 -3
- package/dist-types/commands/GenerateEmbedUrlForAnonymousUserCommand.d.ts +4 -4
- package/dist-types/commands/GenerateEmbedUrlForRegisteredUserCommand.d.ts +7 -7
- package/dist-types/commands/GenerateEmbedUrlForRegisteredUserWithIdentityCommand.d.ts +1 -1
- package/dist-types/commands/GetDashboardEmbedUrlCommand.d.ts +4 -4
- package/dist-types/commands/GetFlowMetadataCommand.d.ts +1 -1
- package/dist-types/commands/GetFlowPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/GetSessionEmbedUrlCommand.d.ts +3 -3
- package/dist-types/commands/ListActionConnectorsCommand.d.ts +1 -1
- package/dist-types/commands/ListAnalysesCommand.d.ts +1 -1
- package/dist-types/commands/ListAssetBundleExportJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListAssetBundleImportJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListBrandsCommand.d.ts +1 -1
- package/dist-types/commands/ListCustomPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/ListDashboardVersionsCommand.d.ts +1 -1
- package/dist-types/commands/ListDashboardsCommand.d.ts +1 -1
- package/dist-types/commands/ListDataSetsCommand.d.ts +10 -1
- package/dist-types/commands/ListDataSourcesCommand.d.ts +1 -1
- package/dist-types/commands/ListFlowsCommand.d.ts +1 -1
- package/dist-types/commands/ListFolderMembersCommand.d.ts +1 -1
- package/dist-types/commands/ListFoldersCommand.d.ts +1 -1
- package/dist-types/commands/ListFoldersForResourceCommand.d.ts +1 -1
- package/dist-types/commands/ListGroupMembershipsCommand.d.ts +1 -1
- package/dist-types/commands/ListGroupsCommand.d.ts +1 -2
- package/dist-types/commands/PredictQAResultsCommand.d.ts +1 -1
- package/dist-types/commands/SearchDataSetsCommand.d.ts +9 -0
- package/dist-types/commands/SearchTopicsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateApplicationWithTokenExchangeGrantCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDataSetCommand.d.ts +398 -3
- package/dist-types/commands/UpdatePublicSharingSettingsCommand.d.ts +1 -1
- package/dist-types/index.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +162 -182
- package/dist-types/models/models_1.d.ts +177 -161
- package/dist-types/models/models_2.d.ts +196 -250
- package/dist-types/models/models_3.d.ts +2725 -3153
- package/dist-types/models/models_4.d.ts +4088 -3877
- package/dist-types/models/models_5.d.ts +1555 -12
- package/dist-types/ts3.4/commands/CreateTopicCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateTopicRefreshScheduleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateVPCConnectionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GenerateEmbedUrlForRegisteredUserCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GenerateEmbedUrlForRegisteredUserWithIdentityCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetDashboardEmbedUrlCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetFlowMetadataCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetFlowPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetSessionEmbedUrlCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListActionConnectorsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListAnalysesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListAssetBundleExportJobsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListAssetBundleImportJobsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListBrandsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListCustomPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListDashboardVersionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListDashboardsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListDataSetsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListDataSourcesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListFlowsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListFolderMembersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListFoldersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListFoldersForResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListGroupMembershipsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListGroupsCommand.d.ts +1 -2
- package/dist-types/ts3.4/models/models_0.d.ts +42 -42
- package/dist-types/ts3.4/models/models_1.d.ts +44 -56
- package/dist-types/ts3.4/models/models_2.d.ts +72 -94
- package/dist-types/ts3.4/models/models_3.d.ts +446 -511
- package/dist-types/ts3.4/models/models_4.d.ts +513 -366
- package/dist-types/ts3.4/models/models_5.d.ts +381 -17
- package/package.json +5 -5
|
@@ -2,8 +2,9 @@ import { awsExpectUnion as __expectUnion, loadRestJsonErrorCode, parseJsonBody a
|
|
|
2
2
|
import { requestBuilder as rb } from "@smithy/core";
|
|
3
3
|
import { _json, collectBody, decorateServiceException as __decorateServiceException, expectBoolean as __expectBoolean, expectInt32 as __expectInt32, expectLong as __expectLong, expectNonNull as __expectNonNull, expectNumber as __expectNumber, expectObject as __expectObject, expectString as __expectString, limitedParseDouble as __limitedParseDouble, map, parseEpochTimestamp as __parseEpochTimestamp, serializeFloat as __serializeFloat, take, withBaseException, } from "@smithy/smithy-client";
|
|
4
4
|
import { AccessDeniedException, } from "../models/models_0";
|
|
5
|
-
import { ConcurrentUpdatingException, ConflictException, CustomerManagedKeyUnavailableException, InternalFailureException, InternalServerException, InvalidParameterValueException, InvalidRequestException, LimitExceededException, PreconditionNotMetException, ResourceExistsException, ResourceNotFoundException, ResourceUnavailableException, ThrottlingException, TransformOperation, UnsupportedUserEditionException, } from "../models/models_3";
|
|
6
|
-
import { DomainNotWhitelistedException,
|
|
5
|
+
import { ConcurrentUpdatingException, ConflictException, CustomerManagedKeyUnavailableException, InternalFailureException, InternalServerException, InvalidDataSetParameterValueException, InvalidParameterValueException, InvalidRequestException, LimitExceededException, PreconditionNotMetException, ResourceExistsException, ResourceNotFoundException, ResourceUnavailableException, ThrottlingException, TransformOperation, UnsupportedUserEditionException, } from "../models/models_3";
|
|
6
|
+
import { DomainNotWhitelistedException, InvalidNextTokenException, SessionLifetimeInMinutesInvalidException, UnsupportedPricingPlanException, } from "../models/models_4";
|
|
7
|
+
import { IdentityTypeNotSupportedException, QuickSightUserNotFoundException, } from "../models/models_5";
|
|
7
8
|
import { QuickSightServiceException as __BaseException } from "../models/QuickSightServiceException";
|
|
8
9
|
export const se_BatchCreateTopicReviewedAnswerCommand = async (input, context) => {
|
|
9
10
|
const b = rb(input, context);
|
|
@@ -209,6 +210,7 @@ export const se_CreateDataSetCommand = async (input, context) => {
|
|
|
209
210
|
body = JSON.stringify(take(input, {
|
|
210
211
|
ColumnGroups: (_) => _json(_),
|
|
211
212
|
ColumnLevelPermissionRules: (_) => _json(_),
|
|
213
|
+
DataPrepConfiguration: (_) => se_DataPrepConfiguration(_, context),
|
|
212
214
|
DataSetId: [],
|
|
213
215
|
DataSetUsageConfiguration: (_) => _json(_),
|
|
214
216
|
DatasetParameters: (_) => se_DatasetParameterList(_, context),
|
|
@@ -222,6 +224,7 @@ export const se_CreateDataSetCommand = async (input, context) => {
|
|
|
222
224
|
PhysicalTableMap: (_) => _json(_),
|
|
223
225
|
RowLevelPermissionDataSet: (_) => _json(_),
|
|
224
226
|
RowLevelPermissionTagConfiguration: (_) => _json(_),
|
|
227
|
+
SemanticModelConfiguration: (_) => _json(_),
|
|
225
228
|
Tags: (_) => _json(_),
|
|
226
229
|
UseAs: [],
|
|
227
230
|
}));
|
|
@@ -2640,6 +2643,7 @@ export const se_UpdateDataSetCommand = async (input, context) => {
|
|
|
2640
2643
|
body = JSON.stringify(take(input, {
|
|
2641
2644
|
ColumnGroups: (_) => _json(_),
|
|
2642
2645
|
ColumnLevelPermissionRules: (_) => _json(_),
|
|
2646
|
+
DataPrepConfiguration: (_) => se_DataPrepConfiguration(_, context),
|
|
2643
2647
|
DataSetUsageConfiguration: (_) => _json(_),
|
|
2644
2648
|
DatasetParameters: (_) => se_DatasetParameterList(_, context),
|
|
2645
2649
|
FieldFolders: (_) => _json(_),
|
|
@@ -2650,6 +2654,7 @@ export const se_UpdateDataSetCommand = async (input, context) => {
|
|
|
2650
2654
|
PhysicalTableMap: (_) => _json(_),
|
|
2651
2655
|
RowLevelPermissionDataSet: (_) => _json(_),
|
|
2652
2656
|
RowLevelPermissionTagConfiguration: (_) => _json(_),
|
|
2657
|
+
SemanticModelConfiguration: (_) => _json(_),
|
|
2653
2658
|
}));
|
|
2654
2659
|
b.m("PUT").h(headers).b(body);
|
|
2655
2660
|
return b.build();
|
|
@@ -7426,6 +7431,9 @@ const de_CommandError = async (output, context) => {
|
|
|
7426
7431
|
case "InvalidRequestException":
|
|
7427
7432
|
case "com.amazonaws.quicksight#InvalidRequestException":
|
|
7428
7433
|
throw await de_InvalidRequestExceptionRes(parsedOutput, context);
|
|
7434
|
+
case "InvalidDataSetParameterValueException":
|
|
7435
|
+
case "com.amazonaws.quicksight#InvalidDataSetParameterValueException":
|
|
7436
|
+
throw await de_InvalidDataSetParameterValueExceptionRes(parsedOutput, context);
|
|
7429
7437
|
case "CustomerManagedKeyUnavailableException":
|
|
7430
7438
|
case "com.amazonaws.quicksight#CustomerManagedKeyUnavailableException":
|
|
7431
7439
|
throw await de_CustomerManagedKeyUnavailableExceptionRes(parsedOutput, context);
|
|
@@ -7571,6 +7579,20 @@ const de_InternalServerExceptionRes = async (parsedOutput, context) => {
|
|
|
7571
7579
|
});
|
|
7572
7580
|
return __decorateServiceException(exception, parsedOutput.body);
|
|
7573
7581
|
};
|
|
7582
|
+
const de_InvalidDataSetParameterValueExceptionRes = async (parsedOutput, context) => {
|
|
7583
|
+
const contents = map({});
|
|
7584
|
+
const data = parsedOutput.body;
|
|
7585
|
+
const doc = take(data, {
|
|
7586
|
+
Message: __expectString,
|
|
7587
|
+
RequestId: __expectString,
|
|
7588
|
+
});
|
|
7589
|
+
Object.assign(contents, doc);
|
|
7590
|
+
const exception = new InvalidDataSetParameterValueException({
|
|
7591
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
7592
|
+
...contents,
|
|
7593
|
+
});
|
|
7594
|
+
return __decorateServiceException(exception, parsedOutput.body);
|
|
7595
|
+
};
|
|
7574
7596
|
const de_InvalidNextTokenExceptionRes = async (parsedOutput, context) => {
|
|
7575
7597
|
const contents = map({});
|
|
7576
7598
|
const data = parsedOutput.body;
|
|
@@ -8276,6 +8298,65 @@ const se_DataColor = (input, context) => {
|
|
|
8276
8298
|
DataValue: __serializeFloat,
|
|
8277
8299
|
});
|
|
8278
8300
|
};
|
|
8301
|
+
const se_DataPrepConfiguration = (input, context) => {
|
|
8302
|
+
return take(input, {
|
|
8303
|
+
DestinationTableMap: _json,
|
|
8304
|
+
SourceTableMap: _json,
|
|
8305
|
+
TransformStepMap: (_) => se_TransformStepMap(_, context),
|
|
8306
|
+
});
|
|
8307
|
+
};
|
|
8308
|
+
const se_DataSetDateComparisonFilterCondition = (input, context) => {
|
|
8309
|
+
return take(input, {
|
|
8310
|
+
Operator: [],
|
|
8311
|
+
Value: (_) => se_DataSetDateFilterValue(_, context),
|
|
8312
|
+
});
|
|
8313
|
+
};
|
|
8314
|
+
const se_DataSetDateFilterCondition = (input, context) => {
|
|
8315
|
+
return take(input, {
|
|
8316
|
+
ColumnName: [],
|
|
8317
|
+
ComparisonFilterCondition: (_) => se_DataSetDateComparisonFilterCondition(_, context),
|
|
8318
|
+
RangeFilterCondition: (_) => se_DataSetDateRangeFilterCondition(_, context),
|
|
8319
|
+
});
|
|
8320
|
+
};
|
|
8321
|
+
const se_DataSetDateFilterValue = (input, context) => {
|
|
8322
|
+
return take(input, {
|
|
8323
|
+
StaticValue: (_) => _.getTime() / 1_000,
|
|
8324
|
+
});
|
|
8325
|
+
};
|
|
8326
|
+
const se_DataSetDateRangeFilterCondition = (input, context) => {
|
|
8327
|
+
return take(input, {
|
|
8328
|
+
IncludeMaximum: [],
|
|
8329
|
+
IncludeMinimum: [],
|
|
8330
|
+
RangeMaximum: (_) => se_DataSetDateFilterValue(_, context),
|
|
8331
|
+
RangeMinimum: (_) => se_DataSetDateFilterValue(_, context),
|
|
8332
|
+
});
|
|
8333
|
+
};
|
|
8334
|
+
const se_DataSetNumericComparisonFilterCondition = (input, context) => {
|
|
8335
|
+
return take(input, {
|
|
8336
|
+
Operator: [],
|
|
8337
|
+
Value: (_) => se_DataSetNumericFilterValue(_, context),
|
|
8338
|
+
});
|
|
8339
|
+
};
|
|
8340
|
+
const se_DataSetNumericFilterCondition = (input, context) => {
|
|
8341
|
+
return take(input, {
|
|
8342
|
+
ColumnName: [],
|
|
8343
|
+
ComparisonFilterCondition: (_) => se_DataSetNumericComparisonFilterCondition(_, context),
|
|
8344
|
+
RangeFilterCondition: (_) => se_DataSetNumericRangeFilterCondition(_, context),
|
|
8345
|
+
});
|
|
8346
|
+
};
|
|
8347
|
+
const se_DataSetNumericFilterValue = (input, context) => {
|
|
8348
|
+
return take(input, {
|
|
8349
|
+
StaticValue: __serializeFloat,
|
|
8350
|
+
});
|
|
8351
|
+
};
|
|
8352
|
+
const se_DataSetNumericRangeFilterCondition = (input, context) => {
|
|
8353
|
+
return take(input, {
|
|
8354
|
+
IncludeMaximum: [],
|
|
8355
|
+
IncludeMinimum: [],
|
|
8356
|
+
RangeMaximum: (_) => se_DataSetNumericFilterValue(_, context),
|
|
8357
|
+
RangeMinimum: (_) => se_DataSetNumericFilterValue(_, context),
|
|
8358
|
+
});
|
|
8359
|
+
};
|
|
8279
8360
|
const se_DatasetParameter = (input, context) => {
|
|
8280
8361
|
return take(input, {
|
|
8281
8362
|
DateTimeDatasetParameter: (_) => se_DateTimeDatasetParameter(_, context),
|
|
@@ -8627,6 +8708,21 @@ const se_FilterList = (input, context) => {
|
|
|
8627
8708
|
return se_Filter(entry, context);
|
|
8628
8709
|
});
|
|
8629
8710
|
};
|
|
8711
|
+
const se_FilterOperation = (input, context) => {
|
|
8712
|
+
return take(input, {
|
|
8713
|
+
ConditionExpression: [],
|
|
8714
|
+
DateFilterCondition: (_) => se_DataSetDateFilterCondition(_, context),
|
|
8715
|
+
NumericFilterCondition: (_) => se_DataSetNumericFilterCondition(_, context),
|
|
8716
|
+
StringFilterCondition: _json,
|
|
8717
|
+
});
|
|
8718
|
+
};
|
|
8719
|
+
const se_FilterOperationList = (input, context) => {
|
|
8720
|
+
return input
|
|
8721
|
+
.filter((e) => e != null)
|
|
8722
|
+
.map((entry) => {
|
|
8723
|
+
return se_FilterOperation(entry, context);
|
|
8724
|
+
});
|
|
8725
|
+
};
|
|
8630
8726
|
const se_FilterSliderControl = (input, context) => {
|
|
8631
8727
|
return take(input, {
|
|
8632
8728
|
DisplayOptions: _json,
|
|
@@ -8639,6 +8735,13 @@ const se_FilterSliderControl = (input, context) => {
|
|
|
8639
8735
|
Type: [],
|
|
8640
8736
|
});
|
|
8641
8737
|
};
|
|
8738
|
+
const se_FiltersOperation = (input, context) => {
|
|
8739
|
+
return take(input, {
|
|
8740
|
+
Alias: [],
|
|
8741
|
+
FilterOperations: (_) => se_FilterOperationList(_, context),
|
|
8742
|
+
Source: _json,
|
|
8743
|
+
});
|
|
8744
|
+
};
|
|
8642
8745
|
const se_ForecastComputation = (input, context) => {
|
|
8643
8746
|
return take(input, {
|
|
8644
8747
|
ComputationId: [],
|
|
@@ -10323,7 +10426,7 @@ const se_TransformOperation = (input, context) => {
|
|
|
10323
10426
|
return TransformOperation.visit(input, {
|
|
10324
10427
|
CastColumnTypeOperation: (value) => ({ CastColumnTypeOperation: _json(value) }),
|
|
10325
10428
|
CreateColumnsOperation: (value) => ({ CreateColumnsOperation: _json(value) }),
|
|
10326
|
-
FilterOperation: (value) => ({ FilterOperation:
|
|
10429
|
+
FilterOperation: (value) => ({ FilterOperation: se_FilterOperation(value, context) }),
|
|
10327
10430
|
OverrideDatasetParameterOperation: (value) => ({
|
|
10328
10431
|
OverrideDatasetParameterOperation: se_OverrideDatasetParameterOperation(value, context),
|
|
10329
10432
|
}),
|
|
@@ -10341,6 +10444,30 @@ const se_TransformOperationList = (input, context) => {
|
|
|
10341
10444
|
return se_TransformOperation(entry, context);
|
|
10342
10445
|
});
|
|
10343
10446
|
};
|
|
10447
|
+
const se_TransformStep = (input, context) => {
|
|
10448
|
+
return take(input, {
|
|
10449
|
+
AggregateStep: _json,
|
|
10450
|
+
AppendStep: _json,
|
|
10451
|
+
CastColumnTypesStep: _json,
|
|
10452
|
+
CreateColumnsStep: _json,
|
|
10453
|
+
FiltersStep: (_) => se_FiltersOperation(_, context),
|
|
10454
|
+
ImportTableStep: _json,
|
|
10455
|
+
JoinStep: _json,
|
|
10456
|
+
PivotStep: _json,
|
|
10457
|
+
ProjectStep: _json,
|
|
10458
|
+
RenameColumnsStep: _json,
|
|
10459
|
+
UnpivotStep: _json,
|
|
10460
|
+
});
|
|
10461
|
+
};
|
|
10462
|
+
const se_TransformStepMap = (input, context) => {
|
|
10463
|
+
return Object.entries(input).reduce((acc, [key, value]) => {
|
|
10464
|
+
if (value === null) {
|
|
10465
|
+
return acc;
|
|
10466
|
+
}
|
|
10467
|
+
acc[key] = se_TransformStep(value, context);
|
|
10468
|
+
return acc;
|
|
10469
|
+
}, {});
|
|
10470
|
+
};
|
|
10344
10471
|
const se_TreeMapAggregatedFieldWells = (input, context) => {
|
|
10345
10472
|
return take(input, {
|
|
10346
10473
|
Colors: (_) => se_TreeMapMeasureFieldList(_, context),
|
|
@@ -11270,6 +11397,13 @@ const de_DataColor = (output, context) => {
|
|
|
11270
11397
|
DataValue: __limitedParseDouble,
|
|
11271
11398
|
});
|
|
11272
11399
|
};
|
|
11400
|
+
const de_DataPrepConfiguration = (output, context) => {
|
|
11401
|
+
return take(output, {
|
|
11402
|
+
DestinationTableMap: _json,
|
|
11403
|
+
SourceTableMap: _json,
|
|
11404
|
+
TransformStepMap: (_) => de_TransformStepMap(_, context),
|
|
11405
|
+
});
|
|
11406
|
+
};
|
|
11273
11407
|
const de_DataSet = (output, context) => {
|
|
11274
11408
|
return take(output, {
|
|
11275
11409
|
Arn: __expectString,
|
|
@@ -11277,6 +11411,7 @@ const de_DataSet = (output, context) => {
|
|
|
11277
11411
|
ColumnLevelPermissionRules: _json,
|
|
11278
11412
|
ConsumedSpiceCapacityInBytes: __expectLong,
|
|
11279
11413
|
CreatedTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
|
|
11414
|
+
DataPrepConfiguration: (_) => de_DataPrepConfiguration(_, context),
|
|
11280
11415
|
DataSetId: __expectString,
|
|
11281
11416
|
DataSetUsageConfiguration: _json,
|
|
11282
11417
|
DatasetParameters: (_) => de_DatasetParameterList(_, context),
|
|
@@ -11290,9 +11425,62 @@ const de_DataSet = (output, context) => {
|
|
|
11290
11425
|
PhysicalTableMap: _json,
|
|
11291
11426
|
RowLevelPermissionDataSet: _json,
|
|
11292
11427
|
RowLevelPermissionTagConfiguration: _json,
|
|
11428
|
+
SemanticModelConfiguration: _json,
|
|
11293
11429
|
UseAs: __expectString,
|
|
11294
11430
|
});
|
|
11295
11431
|
};
|
|
11432
|
+
const de_DataSetDateComparisonFilterCondition = (output, context) => {
|
|
11433
|
+
return take(output, {
|
|
11434
|
+
Operator: __expectString,
|
|
11435
|
+
Value: (_) => de_DataSetDateFilterValue(_, context),
|
|
11436
|
+
});
|
|
11437
|
+
};
|
|
11438
|
+
const de_DataSetDateFilterCondition = (output, context) => {
|
|
11439
|
+
return take(output, {
|
|
11440
|
+
ColumnName: __expectString,
|
|
11441
|
+
ComparisonFilterCondition: (_) => de_DataSetDateComparisonFilterCondition(_, context),
|
|
11442
|
+
RangeFilterCondition: (_) => de_DataSetDateRangeFilterCondition(_, context),
|
|
11443
|
+
});
|
|
11444
|
+
};
|
|
11445
|
+
const de_DataSetDateFilterValue = (output, context) => {
|
|
11446
|
+
return take(output, {
|
|
11447
|
+
StaticValue: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
|
|
11448
|
+
});
|
|
11449
|
+
};
|
|
11450
|
+
const de_DataSetDateRangeFilterCondition = (output, context) => {
|
|
11451
|
+
return take(output, {
|
|
11452
|
+
IncludeMaximum: __expectBoolean,
|
|
11453
|
+
IncludeMinimum: __expectBoolean,
|
|
11454
|
+
RangeMaximum: (_) => de_DataSetDateFilterValue(_, context),
|
|
11455
|
+
RangeMinimum: (_) => de_DataSetDateFilterValue(_, context),
|
|
11456
|
+
});
|
|
11457
|
+
};
|
|
11458
|
+
const de_DataSetNumericComparisonFilterCondition = (output, context) => {
|
|
11459
|
+
return take(output, {
|
|
11460
|
+
Operator: __expectString,
|
|
11461
|
+
Value: (_) => de_DataSetNumericFilterValue(_, context),
|
|
11462
|
+
});
|
|
11463
|
+
};
|
|
11464
|
+
const de_DataSetNumericFilterCondition = (output, context) => {
|
|
11465
|
+
return take(output, {
|
|
11466
|
+
ColumnName: __expectString,
|
|
11467
|
+
ComparisonFilterCondition: (_) => de_DataSetNumericComparisonFilterCondition(_, context),
|
|
11468
|
+
RangeFilterCondition: (_) => de_DataSetNumericRangeFilterCondition(_, context),
|
|
11469
|
+
});
|
|
11470
|
+
};
|
|
11471
|
+
const de_DataSetNumericFilterValue = (output, context) => {
|
|
11472
|
+
return take(output, {
|
|
11473
|
+
StaticValue: __limitedParseDouble,
|
|
11474
|
+
});
|
|
11475
|
+
};
|
|
11476
|
+
const de_DataSetNumericRangeFilterCondition = (output, context) => {
|
|
11477
|
+
return take(output, {
|
|
11478
|
+
IncludeMaximum: __expectBoolean,
|
|
11479
|
+
IncludeMinimum: __expectBoolean,
|
|
11480
|
+
RangeMaximum: (_) => de_DataSetNumericFilterValue(_, context),
|
|
11481
|
+
RangeMinimum: (_) => de_DataSetNumericFilterValue(_, context),
|
|
11482
|
+
});
|
|
11483
|
+
};
|
|
11296
11484
|
const de_DatasetParameter = (output, context) => {
|
|
11297
11485
|
return take(output, {
|
|
11298
11486
|
DateTimeDatasetParameter: (_) => de_DateTimeDatasetParameter(_, context),
|
|
@@ -11319,6 +11507,7 @@ const de_DataSetSummary = (output, context) => {
|
|
|
11319
11507
|
LastUpdatedTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
|
|
11320
11508
|
Name: __expectString,
|
|
11321
11509
|
RowLevelPermissionDataSet: _json,
|
|
11510
|
+
RowLevelPermissionDataSetMap: _json,
|
|
11322
11511
|
RowLevelPermissionTagConfigurationApplied: __expectBoolean,
|
|
11323
11512
|
UseAs: __expectString,
|
|
11324
11513
|
});
|
|
@@ -11723,6 +11912,22 @@ const de_FilterList = (output, context) => {
|
|
|
11723
11912
|
});
|
|
11724
11913
|
return retVal;
|
|
11725
11914
|
};
|
|
11915
|
+
const de_FilterOperation = (output, context) => {
|
|
11916
|
+
return take(output, {
|
|
11917
|
+
ConditionExpression: __expectString,
|
|
11918
|
+
DateFilterCondition: (_) => de_DataSetDateFilterCondition(_, context),
|
|
11919
|
+
NumericFilterCondition: (_) => de_DataSetNumericFilterCondition(_, context),
|
|
11920
|
+
StringFilterCondition: _json,
|
|
11921
|
+
});
|
|
11922
|
+
};
|
|
11923
|
+
const de_FilterOperationList = (output, context) => {
|
|
11924
|
+
const retVal = (output || [])
|
|
11925
|
+
.filter((e) => e != null)
|
|
11926
|
+
.map((entry) => {
|
|
11927
|
+
return de_FilterOperation(entry, context);
|
|
11928
|
+
});
|
|
11929
|
+
return retVal;
|
|
11930
|
+
};
|
|
11726
11931
|
const de_FilterSliderControl = (output, context) => {
|
|
11727
11932
|
return take(output, {
|
|
11728
11933
|
DisplayOptions: _json,
|
|
@@ -11735,6 +11940,13 @@ const de_FilterSliderControl = (output, context) => {
|
|
|
11735
11940
|
Type: __expectString,
|
|
11736
11941
|
});
|
|
11737
11942
|
};
|
|
11943
|
+
const de_FiltersOperation = (output, context) => {
|
|
11944
|
+
return take(output, {
|
|
11945
|
+
Alias: __expectString,
|
|
11946
|
+
FilterOperations: (_) => de_FilterOperationList(_, context),
|
|
11947
|
+
Source: _json,
|
|
11948
|
+
});
|
|
11949
|
+
};
|
|
11738
11950
|
const de_FlowSummary = (output, context) => {
|
|
11739
11951
|
return take(output, {
|
|
11740
11952
|
Arn: __expectString,
|
|
@@ -13714,7 +13926,7 @@ const de_TransformOperation = (output, context) => {
|
|
|
13714
13926
|
}
|
|
13715
13927
|
if (output.FilterOperation != null) {
|
|
13716
13928
|
return {
|
|
13717
|
-
FilterOperation:
|
|
13929
|
+
FilterOperation: de_FilterOperation(output.FilterOperation, context),
|
|
13718
13930
|
};
|
|
13719
13931
|
}
|
|
13720
13932
|
if (output.OverrideDatasetParameterOperation != null) {
|
|
@@ -13752,6 +13964,30 @@ const de_TransformOperationList = (output, context) => {
|
|
|
13752
13964
|
});
|
|
13753
13965
|
return retVal;
|
|
13754
13966
|
};
|
|
13967
|
+
const de_TransformStep = (output, context) => {
|
|
13968
|
+
return take(output, {
|
|
13969
|
+
AggregateStep: _json,
|
|
13970
|
+
AppendStep: _json,
|
|
13971
|
+
CastColumnTypesStep: _json,
|
|
13972
|
+
CreateColumnsStep: _json,
|
|
13973
|
+
FiltersStep: (_) => de_FiltersOperation(_, context),
|
|
13974
|
+
ImportTableStep: _json,
|
|
13975
|
+
JoinStep: _json,
|
|
13976
|
+
PivotStep: _json,
|
|
13977
|
+
ProjectStep: _json,
|
|
13978
|
+
RenameColumnsStep: _json,
|
|
13979
|
+
UnpivotStep: _json,
|
|
13980
|
+
});
|
|
13981
|
+
};
|
|
13982
|
+
const de_TransformStepMap = (output, context) => {
|
|
13983
|
+
return Object.entries(output).reduce((acc, [key, value]) => {
|
|
13984
|
+
if (value === null) {
|
|
13985
|
+
return acc;
|
|
13986
|
+
}
|
|
13987
|
+
acc[key] = de_TransformStep(value, context);
|
|
13988
|
+
return acc;
|
|
13989
|
+
}, {});
|
|
13990
|
+
};
|
|
13755
13991
|
const de_TreeMapAggregatedFieldWells = (output, context) => {
|
|
13756
13992
|
return take(output, {
|
|
13757
13993
|
Colors: (_) => de_TreeMapMeasureFieldList(_, context),
|
|
@@ -1578,7 +1578,7 @@ export interface QuickSight {
|
|
|
1578
1578
|
updateVPCConnection(args: UpdateVPCConnectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateVPCConnectionCommandOutput) => void): void;
|
|
1579
1579
|
}
|
|
1580
1580
|
/**
|
|
1581
|
-
* <fullname>Amazon
|
|
1581
|
+
* <fullname>Amazon Quick Suite API Reference</fullname>
|
|
1582
1582
|
* <p>Amazon Quick Sight is a fully managed, serverless business intelligence service for the
|
|
1583
1583
|
* Amazon Web Services Cloud that makes it easy to extend data and insights to every user in your
|
|
1584
1584
|
* organization. This API reference contains documentation for a programming interface that
|
|
@@ -394,7 +394,7 @@ export type QuickSightClientResolvedConfigType = __SmithyResolvedConfiguration<_
|
|
|
394
394
|
export interface QuickSightClientResolvedConfig extends QuickSightClientResolvedConfigType {
|
|
395
395
|
}
|
|
396
396
|
/**
|
|
397
|
-
* <fullname>Amazon
|
|
397
|
+
* <fullname>Amazon Quick Suite API Reference</fullname>
|
|
398
398
|
* <p>Amazon Quick Sight is a fully managed, serverless business intelligence service for the
|
|
399
399
|
* Amazon Web Services Cloud that makes it easy to extend data and insights to every user in your
|
|
400
400
|
* organization. This API reference contains documentation for a programming interface that
|