@aws-sdk/client-quicksight 3.693.0 → 3.699.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 +24 -0
- package/dist-cjs/index.js +1697 -691
- package/dist-es/QuickSight.js +6 -0
- package/dist-es/commands/BatchCreateTopicReviewedAnswerCommand.js +1 -1
- package/dist-es/commands/CreateAnalysisCommand.js +1 -1
- package/dist-es/commands/CreateDashboardCommand.js +1 -1
- package/dist-es/commands/DescribeAnalysisCommand.js +2 -1
- package/dist-es/commands/DescribeAssetBundleExportJobCommand.js +1 -1
- package/dist-es/commands/DescribeAssetBundleImportJobCommand.js +1 -1
- package/dist-es/commands/DescribeDashboardCommand.js +2 -1
- package/dist-es/commands/DescribeDashboardDefinitionCommand.js +1 -1
- package/dist-es/commands/DescribeDashboardSnapshotJobCommand.js +1 -1
- package/dist-es/commands/DescribeDashboardSnapshotJobResultCommand.js +1 -1
- package/dist-es/commands/DescribeDashboardsQAConfigurationCommand.js +22 -0
- package/dist-es/commands/DescribeDataSetCommand.js +1 -1
- package/dist-es/commands/DescribeTemplateCommand.js +2 -1
- package/dist-es/commands/ListTopicReviewedAnswersCommand.js +1 -1
- package/dist-es/commands/SearchTopicsCommand.js +22 -0
- package/dist-es/commands/UpdateDashboardsQAConfigurationCommand.js +22 -0
- package/dist-es/commands/UpdateDataSourceCommand.js +1 -1
- package/dist-es/commands/UpdateTemplateCommand.js +1 -1
- package/dist-es/commands/UpdateTopicCommand.js +1 -1
- package/dist-es/commands/index.js +3 -0
- package/dist-es/models/index.js +1 -0
- package/dist-es/models/models_0.js +72 -82
- package/dist-es/models/models_1.js +102 -132
- package/dist-es/models/models_2.js +136 -193
- package/dist-es/models/models_3.js +205 -112
- package/dist-es/models/models_4.js +139 -33
- package/dist-es/models/models_5.js +33 -0
- package/dist-es/pagination/SearchTopicsPaginator.js +4 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_restJson1.js +787 -6
- package/dist-types/QuickSight.d.ts +21 -0
- package/dist-types/QuickSightClient.d.ts +5 -2
- package/dist-types/commands/BatchCreateTopicReviewedAnswerCommand.d.ts +1 -1
- package/dist-types/commands/CreateAccountCustomizationCommand.d.ts +1 -1
- package/dist-types/commands/CreateAccountSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/CreateAnalysisCommand.d.ts +434 -5
- package/dist-types/commands/CreateBrandCommand.d.ts +1 -1
- package/dist-types/commands/CreateCustomPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/CreateDashboardCommand.d.ts +434 -5
- package/dist-types/commands/CreateTemplateCommand.d.ts +433 -4
- package/dist-types/commands/CreateTopicCommand.d.ts +3 -0
- package/dist-types/commands/DescribeAnalysisCommand.d.ts +79 -0
- package/dist-types/commands/DescribeAnalysisDefinitionCommand.d.ts +433 -4
- package/dist-types/commands/DescribeAssetBundleExportJobCommand.d.ts +2 -1
- package/dist-types/commands/DescribeAssetBundleImportJobCommand.d.ts +1 -1
- package/dist-types/commands/DescribeBrandAssignmentCommand.d.ts +1 -1
- package/dist-types/commands/DescribeBrandCommand.d.ts +1 -1
- package/dist-types/commands/DescribeBrandPublishedVersionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCustomPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDashboardCommand.d.ts +80 -1
- package/dist-types/commands/DescribeDashboardDefinitionCommand.d.ts +434 -5
- package/dist-types/commands/DescribeDashboardPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDashboardSnapshotJobCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDashboardSnapshotJobResultCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDashboardsQAConfigurationCommand.d.ts +94 -0
- package/dist-types/commands/DescribeDataSetCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDataSetPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDataSetRefreshPropertiesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDataSourceCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDataSourcePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFolderCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFolderPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFolderResolvedPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeGroupCommand.d.ts +1 -1
- package/dist-types/commands/DescribeGroupMembershipCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIAMPolicyAssignmentCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIngestionCommand.d.ts +1 -2
- package/dist-types/commands/DescribeNamespaceCommand.d.ts +2 -0
- package/dist-types/commands/DescribeTemplateCommand.d.ts +79 -0
- package/dist-types/commands/DescribeTemplateDefinitionCommand.d.ts +433 -4
- package/dist-types/commands/ListNamespacesCommand.d.ts +2 -0
- package/dist-types/commands/ListTopicReviewedAnswersCommand.d.ts +2 -1
- package/dist-types/commands/SearchTopicsCommand.d.ts +111 -0
- package/dist-types/commands/UpdateAnalysisCommand.d.ts +433 -4
- package/dist-types/commands/UpdateDashboardCommand.d.ts +433 -4
- package/dist-types/commands/UpdateDashboardsQAConfigurationCommand.d.ts +95 -0
- package/dist-types/commands/UpdateDataSetPermissionsCommand.d.ts +2 -1
- package/dist-types/commands/UpdateDataSourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDataSourcePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateFolderCommand.d.ts +1 -1
- package/dist-types/commands/UpdateFolderPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateGroupCommand.d.ts +1 -1
- package/dist-types/commands/UpdateIAMPolicyAssignmentCommand.d.ts +1 -1
- package/dist-types/commands/UpdateIdentityPropagationConfigCommand.d.ts +1 -1
- package/dist-types/commands/UpdateIpRestrictionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateKeyRegistrationCommand.d.ts +1 -1
- package/dist-types/commands/UpdatePublicSharingSettingsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateQPersonalizationConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateRefreshScheduleCommand.d.ts +1 -1
- package/dist-types/commands/UpdateRoleCustomPermissionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateSPICECapacityConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTemplateAliasCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTemplateCommand.d.ts +434 -5
- package/dist-types/commands/UpdateTemplatePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateThemeAliasCommand.d.ts +1 -1
- package/dist-types/commands/UpdateThemeCommand.d.ts +1 -1
- package/dist-types/commands/UpdateThemePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTopicCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTopicPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTopicRefreshScheduleCommand.d.ts +1 -1
- package/dist-types/commands/UpdateUserCommand.d.ts +1 -1
- package/dist-types/commands/UpdateUserCustomPermissionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateVPCConnectionCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +3 -0
- package/dist-types/models/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +487 -546
- package/dist-types/models/models_1.d.ts +1748 -1766
- package/dist-types/models/models_2.d.ts +4412 -4505
- package/dist-types/models/models_3.d.ts +4167 -4334
- package/dist-types/models/models_4.d.ts +3983 -3777
- package/dist-types/models/models_5.d.ts +1726 -0
- package/dist-types/pagination/SearchTopicsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +27 -0
- package/dist-types/ts3.4/QuickSight.d.ts +57 -0
- package/dist-types/ts3.4/QuickSightClient.d.ts +18 -0
- package/dist-types/ts3.4/commands/BatchCreateTopicReviewedAnswerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateAccountCustomizationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateAccountSubscriptionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateAnalysisCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateBrandCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateCustomPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateDashboardCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeAssetBundleExportJobCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeAssetBundleImportJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeBrandAssignmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeBrandCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeBrandPublishedVersionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeCustomPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDashboardCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDashboardDefinitionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDashboardPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDashboardSnapshotJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDashboardSnapshotJobResultCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDashboardsQAConfigurationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeDataSetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDataSetPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDataSetRefreshPropertiesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDataSourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDataSourcePermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeFolderCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeFolderPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeFolderResolvedPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeGroupMembershipCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIAMPolicyAssignmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIngestionCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/ListTopicReviewedAnswersCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/SearchTopicsCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/UpdateDashboardsQAConfigurationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateDataSetPermissionsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/UpdateDataSourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDataSourcePermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateFolderCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateFolderPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateIAMPolicyAssignmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateIdentityPropagationConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateIpRestrictionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateKeyRegistrationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdatePublicSharingSettingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateQPersonalizationConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateRefreshScheduleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateRoleCustomPermissionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateSPICECapacityConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateTemplateAliasCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateTemplatePermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateThemeAliasCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateThemeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateThemePermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateTopicCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateTopicPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateTopicRefreshScheduleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateUserCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateUserCustomPermissionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateVPCConnectionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +3 -0
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +142 -156
- package/dist-types/ts3.4/models/models_1.d.ts +324 -356
- package/dist-types/ts3.4/models/models_2.d.ts +427 -418
- package/dist-types/ts3.4/models/models_3.d.ts +435 -488
- package/dist-types/ts3.4/models/models_4.d.ts +1184 -1046
- package/dist-types/ts3.4/models/models_5.d.ts +422 -0
- package/dist-types/ts3.4/pagination/SearchTopicsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +36 -0
- package/package.json +35 -35
|
@@ -2,9 +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 {
|
|
6
|
-
import { CustomerManagedKeyUnavailableException,
|
|
7
|
-
import { DomainNotWhitelistedException, IdentityTypeNotSupportedException, QuickSightUserNotFoundException, SessionLifetimeInMinutesInvalidException, UnsupportedPricingPlanException, } from "../models/models_4";
|
|
5
|
+
import { ConflictException, InternalFailureException, InvalidParameterValueException, ResourceExistsException, ResourceNotFoundException, ThrottlingException, } from "../models/models_2";
|
|
6
|
+
import { ConcurrentUpdatingException, CustomerManagedKeyUnavailableException, InternalServerException, InvalidRequestException, LimitExceededException, PreconditionNotMetException, ResourceUnavailableException, TransformOperation, UnsupportedUserEditionException, } from "../models/models_3";
|
|
7
|
+
import { DomainNotWhitelistedException, IdentityTypeNotSupportedException, InvalidNextTokenException, QuickSightUserNotFoundException, SessionLifetimeInMinutesInvalidException, UnsupportedPricingPlanException, } from "../models/models_4";
|
|
8
8
|
import { QuickSightServiceException as __BaseException } from "../models/QuickSightServiceException";
|
|
9
9
|
export const se_BatchCreateTopicReviewedAnswerCommand = async (input, context) => {
|
|
10
10
|
const b = rb(input, context);
|
|
@@ -448,6 +448,7 @@ export const se_CreateTopicCommand = async (input, context) => {
|
|
|
448
448
|
b.p("AwsAccountId", () => input.AwsAccountId, "{AwsAccountId}", false);
|
|
449
449
|
let body;
|
|
450
450
|
body = JSON.stringify(take(input, {
|
|
451
|
+
FolderArns: (_) => _json(_),
|
|
451
452
|
Tags: (_) => _json(_),
|
|
452
453
|
Topic: (_) => _json(_),
|
|
453
454
|
TopicId: [],
|
|
@@ -1004,6 +1005,15 @@ export const se_DescribeDashboardSnapshotJobResultCommand = async (input, contex
|
|
|
1004
1005
|
b.m("GET").h(headers).b(body);
|
|
1005
1006
|
return b.build();
|
|
1006
1007
|
};
|
|
1008
|
+
export const se_DescribeDashboardsQAConfigurationCommand = async (input, context) => {
|
|
1009
|
+
const b = rb(input, context);
|
|
1010
|
+
const headers = {};
|
|
1011
|
+
b.bp("/accounts/{AwsAccountId}/dashboards-qa-configuration");
|
|
1012
|
+
b.p("AwsAccountId", () => input.AwsAccountId, "{AwsAccountId}", false);
|
|
1013
|
+
let body;
|
|
1014
|
+
b.m("GET").h(headers).b(body);
|
|
1015
|
+
return b.build();
|
|
1016
|
+
};
|
|
1007
1017
|
export const se_DescribeDataSetCommand = async (input, context) => {
|
|
1008
1018
|
const b = rb(input, context);
|
|
1009
1019
|
const headers = {};
|
|
@@ -2020,6 +2030,22 @@ export const se_SearchGroupsCommand = async (input, context) => {
|
|
|
2020
2030
|
b.m("POST").h(headers).q(query).b(body);
|
|
2021
2031
|
return b.build();
|
|
2022
2032
|
};
|
|
2033
|
+
export const se_SearchTopicsCommand = async (input, context) => {
|
|
2034
|
+
const b = rb(input, context);
|
|
2035
|
+
const headers = {
|
|
2036
|
+
"content-type": "application/json",
|
|
2037
|
+
};
|
|
2038
|
+
b.bp("/accounts/{AwsAccountId}/search/topics");
|
|
2039
|
+
b.p("AwsAccountId", () => input.AwsAccountId, "{AwsAccountId}", false);
|
|
2040
|
+
let body;
|
|
2041
|
+
body = JSON.stringify(take(input, {
|
|
2042
|
+
Filters: (_) => _json(_),
|
|
2043
|
+
MaxResults: [],
|
|
2044
|
+
NextToken: [],
|
|
2045
|
+
}));
|
|
2046
|
+
b.m("POST").h(headers).b(body);
|
|
2047
|
+
return b.build();
|
|
2048
|
+
};
|
|
2023
2049
|
export const se_StartAssetBundleExportJobCommand = async (input, context) => {
|
|
2024
2050
|
const b = rb(input, context);
|
|
2025
2051
|
const headers = {
|
|
@@ -2311,6 +2337,20 @@ export const se_UpdateDashboardPublishedVersionCommand = async (input, context)
|
|
|
2311
2337
|
b.m("PUT").h(headers).b(body);
|
|
2312
2338
|
return b.build();
|
|
2313
2339
|
};
|
|
2340
|
+
export const se_UpdateDashboardsQAConfigurationCommand = async (input, context) => {
|
|
2341
|
+
const b = rb(input, context);
|
|
2342
|
+
const headers = {
|
|
2343
|
+
"content-type": "application/json",
|
|
2344
|
+
};
|
|
2345
|
+
b.bp("/accounts/{AwsAccountId}/dashboards-qa-configuration");
|
|
2346
|
+
b.p("AwsAccountId", () => input.AwsAccountId, "{AwsAccountId}", false);
|
|
2347
|
+
let body;
|
|
2348
|
+
body = JSON.stringify(take(input, {
|
|
2349
|
+
DashboardsQAStatus: [],
|
|
2350
|
+
}));
|
|
2351
|
+
b.m("PUT").h(headers).b(body);
|
|
2352
|
+
return b.build();
|
|
2353
|
+
};
|
|
2314
2354
|
export const se_UpdateDataSetCommand = async (input, context) => {
|
|
2315
2355
|
const b = rb(input, context);
|
|
2316
2356
|
const headers = {
|
|
@@ -4188,6 +4228,24 @@ export const de_DescribeDashboardSnapshotJobResultCommand = async (output, conte
|
|
|
4188
4228
|
});
|
|
4189
4229
|
return contents;
|
|
4190
4230
|
};
|
|
4231
|
+
export const de_DescribeDashboardsQAConfigurationCommand = async (output, context) => {
|
|
4232
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
4233
|
+
return de_CommandError(output, context);
|
|
4234
|
+
}
|
|
4235
|
+
const contents = map({
|
|
4236
|
+
$metadata: deserializeMetadata(output),
|
|
4237
|
+
});
|
|
4238
|
+
const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
|
|
4239
|
+
const doc = take(data, {
|
|
4240
|
+
DashboardsQAStatus: __expectString,
|
|
4241
|
+
RequestId: __expectString,
|
|
4242
|
+
});
|
|
4243
|
+
Object.assign(contents, doc);
|
|
4244
|
+
map(contents, {
|
|
4245
|
+
Status: [, output.statusCode],
|
|
4246
|
+
});
|
|
4247
|
+
return contents;
|
|
4248
|
+
};
|
|
4191
4249
|
export const de_DescribeDataSetCommand = async (output, context) => {
|
|
4192
4250
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
4193
4251
|
return de_CommandError(output, context);
|
|
@@ -5657,6 +5715,25 @@ export const de_SearchGroupsCommand = async (output, context) => {
|
|
|
5657
5715
|
});
|
|
5658
5716
|
return contents;
|
|
5659
5717
|
};
|
|
5718
|
+
export const de_SearchTopicsCommand = async (output, context) => {
|
|
5719
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
5720
|
+
return de_CommandError(output, context);
|
|
5721
|
+
}
|
|
5722
|
+
const contents = map({
|
|
5723
|
+
$metadata: deserializeMetadata(output),
|
|
5724
|
+
});
|
|
5725
|
+
const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
|
|
5726
|
+
const doc = take(data, {
|
|
5727
|
+
NextToken: __expectString,
|
|
5728
|
+
RequestId: __expectString,
|
|
5729
|
+
TopicSummaryList: _json,
|
|
5730
|
+
});
|
|
5731
|
+
Object.assign(contents, doc);
|
|
5732
|
+
map(contents, {
|
|
5733
|
+
Status: [, output.statusCode],
|
|
5734
|
+
});
|
|
5735
|
+
return contents;
|
|
5736
|
+
};
|
|
5660
5737
|
export const de_StartAssetBundleExportJobCommand = async (output, context) => {
|
|
5661
5738
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
5662
5739
|
return de_CommandError(output, context);
|
|
@@ -5983,6 +6060,24 @@ export const de_UpdateDashboardPublishedVersionCommand = async (output, context)
|
|
|
5983
6060
|
});
|
|
5984
6061
|
return contents;
|
|
5985
6062
|
};
|
|
6063
|
+
export const de_UpdateDashboardsQAConfigurationCommand = async (output, context) => {
|
|
6064
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
6065
|
+
return de_CommandError(output, context);
|
|
6066
|
+
}
|
|
6067
|
+
const contents = map({
|
|
6068
|
+
$metadata: deserializeMetadata(output),
|
|
6069
|
+
});
|
|
6070
|
+
const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
|
|
6071
|
+
const doc = take(data, {
|
|
6072
|
+
DashboardsQAStatus: __expectString,
|
|
6073
|
+
RequestId: __expectString,
|
|
6074
|
+
});
|
|
6075
|
+
Object.assign(contents, doc);
|
|
6076
|
+
map(contents, {
|
|
6077
|
+
Status: [, output.statusCode],
|
|
6078
|
+
});
|
|
6079
|
+
return contents;
|
|
6080
|
+
};
|
|
5986
6081
|
export const de_UpdateDataSetCommand = async (output, context) => {
|
|
5987
6082
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
5988
6083
|
return de_CommandError(output, context);
|
|
@@ -6920,6 +7015,7 @@ const se_AnalysisDefinition = (input, context) => {
|
|
|
6920
7015
|
ParameterDeclarations: (_) => se_ParameterDeclarationList(_, context),
|
|
6921
7016
|
QueryExecutionOptions: _json,
|
|
6922
7017
|
Sheets: (_) => se_SheetDefinitionList(_, context),
|
|
7018
|
+
StaticFiles: _json,
|
|
6923
7019
|
});
|
|
6924
7020
|
};
|
|
6925
7021
|
const se_ArcAxisConfiguration = (input, context) => {
|
|
@@ -7075,6 +7171,7 @@ const se_BarChartVisual = (input, context) => {
|
|
|
7075
7171
|
ColumnHierarchies: (_) => se_ColumnHierarchyList(_, context),
|
|
7076
7172
|
Subtitle: _json,
|
|
7077
7173
|
Title: _json,
|
|
7174
|
+
VisualContentAltText: [],
|
|
7078
7175
|
VisualId: [],
|
|
7079
7176
|
});
|
|
7080
7177
|
};
|
|
@@ -7188,6 +7285,7 @@ const se_BoxPlotVisual = (input, context) => {
|
|
|
7188
7285
|
ColumnHierarchies: (_) => se_ColumnHierarchyList(_, context),
|
|
7189
7286
|
Subtitle: _json,
|
|
7190
7287
|
Title: _json,
|
|
7288
|
+
VisualContentAltText: [],
|
|
7191
7289
|
VisualId: [],
|
|
7192
7290
|
});
|
|
7193
7291
|
};
|
|
@@ -7300,6 +7398,7 @@ const se_ComboChartVisual = (input, context) => {
|
|
|
7300
7398
|
ColumnHierarchies: (_) => se_ColumnHierarchyList(_, context),
|
|
7301
7399
|
Subtitle: _json,
|
|
7302
7400
|
Title: _json,
|
|
7401
|
+
VisualContentAltText: [],
|
|
7303
7402
|
VisualId: [],
|
|
7304
7403
|
});
|
|
7305
7404
|
};
|
|
@@ -7365,6 +7464,7 @@ const se_CustomContentVisual = (input, context) => {
|
|
|
7365
7464
|
DataSetIdentifier: [],
|
|
7366
7465
|
Subtitle: _json,
|
|
7367
7466
|
Title: _json,
|
|
7467
|
+
VisualContentAltText: [],
|
|
7368
7468
|
VisualId: [],
|
|
7369
7469
|
});
|
|
7370
7470
|
};
|
|
@@ -7392,6 +7492,7 @@ const se_DashboardVersionDefinition = (input, context) => {
|
|
|
7392
7492
|
Options: _json,
|
|
7393
7493
|
ParameterDeclarations: (_) => se_ParameterDeclarationList(_, context),
|
|
7394
7494
|
Sheets: (_) => se_SheetDefinitionList(_, context),
|
|
7495
|
+
StaticFiles: _json,
|
|
7395
7496
|
});
|
|
7396
7497
|
};
|
|
7397
7498
|
const se_DataColor = (input, context) => {
|
|
@@ -7693,6 +7794,7 @@ const se_FilledMapVisual = (input, context) => {
|
|
|
7693
7794
|
ConditionalFormatting: (_) => se_FilledMapConditionalFormatting(_, context),
|
|
7694
7795
|
Subtitle: _json,
|
|
7695
7796
|
Title: _json,
|
|
7797
|
+
VisualContentAltText: [],
|
|
7696
7798
|
VisualId: [],
|
|
7697
7799
|
});
|
|
7698
7800
|
};
|
|
@@ -7839,6 +7941,7 @@ const se_FunnelChartVisual = (input, context) => {
|
|
|
7839
7941
|
ColumnHierarchies: (_) => se_ColumnHierarchyList(_, context),
|
|
7840
7942
|
Subtitle: _json,
|
|
7841
7943
|
Title: _json,
|
|
7944
|
+
VisualContentAltText: [],
|
|
7842
7945
|
VisualId: [],
|
|
7843
7946
|
});
|
|
7844
7947
|
};
|
|
@@ -7904,9 +8007,38 @@ const se_GaugeChartVisual = (input, context) => {
|
|
|
7904
8007
|
ConditionalFormatting: (_) => se_GaugeChartConditionalFormatting(_, context),
|
|
7905
8008
|
Subtitle: _json,
|
|
7906
8009
|
Title: _json,
|
|
8010
|
+
VisualContentAltText: [],
|
|
7907
8011
|
VisualId: [],
|
|
7908
8012
|
});
|
|
7909
8013
|
};
|
|
8014
|
+
const se_GeospatialCategoricalColor = (input, context) => {
|
|
8015
|
+
return take(input, {
|
|
8016
|
+
CategoryDataColors: _json,
|
|
8017
|
+
DefaultOpacity: __serializeFloat,
|
|
8018
|
+
NullDataSettings: (_) => se_GeospatialNullDataSettings(_, context),
|
|
8019
|
+
NullDataVisibility: [],
|
|
8020
|
+
});
|
|
8021
|
+
};
|
|
8022
|
+
const se_GeospatialCircleRadius = (input, context) => {
|
|
8023
|
+
return take(input, {
|
|
8024
|
+
Radius: __serializeFloat,
|
|
8025
|
+
});
|
|
8026
|
+
};
|
|
8027
|
+
const se_GeospatialCircleSymbolStyle = (input, context) => {
|
|
8028
|
+
return take(input, {
|
|
8029
|
+
CircleRadius: (_) => se_GeospatialCircleRadius(_, context),
|
|
8030
|
+
FillColor: (_) => se_GeospatialColor(_, context),
|
|
8031
|
+
StrokeColor: (_) => se_GeospatialColor(_, context),
|
|
8032
|
+
StrokeWidth: (_) => se_GeospatialLineWidth(_, context),
|
|
8033
|
+
});
|
|
8034
|
+
};
|
|
8035
|
+
const se_GeospatialColor = (input, context) => {
|
|
8036
|
+
return take(input, {
|
|
8037
|
+
Categorical: (_) => se_GeospatialCategoricalColor(_, context),
|
|
8038
|
+
Gradient: (_) => se_GeospatialGradientColor(_, context),
|
|
8039
|
+
Solid: _json,
|
|
8040
|
+
});
|
|
8041
|
+
};
|
|
7910
8042
|
const se_GeospatialCoordinateBounds = (input, context) => {
|
|
7911
8043
|
return take(input, {
|
|
7912
8044
|
East: __serializeFloat,
|
|
@@ -7915,6 +8047,97 @@ const se_GeospatialCoordinateBounds = (input, context) => {
|
|
|
7915
8047
|
West: __serializeFloat,
|
|
7916
8048
|
});
|
|
7917
8049
|
};
|
|
8050
|
+
const se_GeospatialGradientColor = (input, context) => {
|
|
8051
|
+
return take(input, {
|
|
8052
|
+
DefaultOpacity: __serializeFloat,
|
|
8053
|
+
NullDataSettings: (_) => se_GeospatialNullDataSettings(_, context),
|
|
8054
|
+
NullDataVisibility: [],
|
|
8055
|
+
StepColors: (_) => se_GeospatialGradientStepColorList(_, context),
|
|
8056
|
+
});
|
|
8057
|
+
};
|
|
8058
|
+
const se_GeospatialGradientStepColor = (input, context) => {
|
|
8059
|
+
return take(input, {
|
|
8060
|
+
Color: [],
|
|
8061
|
+
DataValue: __serializeFloat,
|
|
8062
|
+
});
|
|
8063
|
+
};
|
|
8064
|
+
const se_GeospatialGradientStepColorList = (input, context) => {
|
|
8065
|
+
return input
|
|
8066
|
+
.filter((e) => e != null)
|
|
8067
|
+
.map((entry) => {
|
|
8068
|
+
return se_GeospatialGradientStepColor(entry, context);
|
|
8069
|
+
});
|
|
8070
|
+
};
|
|
8071
|
+
const se_GeospatialLayerColorField = (input, context) => {
|
|
8072
|
+
return take(input, {
|
|
8073
|
+
ColorDimensionsFields: _json,
|
|
8074
|
+
ColorValuesFields: (_) => se_GeospatialLayerMeasureFieldList(_, context),
|
|
8075
|
+
});
|
|
8076
|
+
};
|
|
8077
|
+
const se_GeospatialLayerDefinition = (input, context) => {
|
|
8078
|
+
return take(input, {
|
|
8079
|
+
LineLayer: (_) => se_GeospatialLineLayer(_, context),
|
|
8080
|
+
PointLayer: (_) => se_GeospatialPointLayer(_, context),
|
|
8081
|
+
PolygonLayer: (_) => se_GeospatialPolygonLayer(_, context),
|
|
8082
|
+
});
|
|
8083
|
+
};
|
|
8084
|
+
const se_GeospatialLayerItem = (input, context) => {
|
|
8085
|
+
return take(input, {
|
|
8086
|
+
Actions: (_) => se_LayerCustomActionList(_, context),
|
|
8087
|
+
DataSource: _json,
|
|
8088
|
+
JoinDefinition: (_) => se_GeospatialLayerJoinDefinition(_, context),
|
|
8089
|
+
Label: [],
|
|
8090
|
+
LayerDefinition: (_) => se_GeospatialLayerDefinition(_, context),
|
|
8091
|
+
LayerId: [],
|
|
8092
|
+
LayerType: [],
|
|
8093
|
+
Tooltip: (_) => se_TooltipOptions(_, context),
|
|
8094
|
+
Visibility: [],
|
|
8095
|
+
});
|
|
8096
|
+
};
|
|
8097
|
+
const se_GeospatialLayerJoinDefinition = (input, context) => {
|
|
8098
|
+
return take(input, {
|
|
8099
|
+
ColorField: (_) => se_GeospatialLayerColorField(_, context),
|
|
8100
|
+
DatasetKeyField: _json,
|
|
8101
|
+
ShapeKeyField: [],
|
|
8102
|
+
});
|
|
8103
|
+
};
|
|
8104
|
+
const se_GeospatialLayerMapConfiguration = (input, context) => {
|
|
8105
|
+
return take(input, {
|
|
8106
|
+
Interactions: _json,
|
|
8107
|
+
Legend: _json,
|
|
8108
|
+
MapLayers: (_) => se_GeospatialMapLayerList(_, context),
|
|
8109
|
+
MapState: (_) => se_GeospatialMapState(_, context),
|
|
8110
|
+
MapStyle: _json,
|
|
8111
|
+
});
|
|
8112
|
+
};
|
|
8113
|
+
const se_GeospatialLayerMeasureFieldList = (input, context) => {
|
|
8114
|
+
return input
|
|
8115
|
+
.filter((e) => e != null)
|
|
8116
|
+
.map((entry) => {
|
|
8117
|
+
return se_MeasureField(entry, context);
|
|
8118
|
+
});
|
|
8119
|
+
};
|
|
8120
|
+
const se_GeospatialLineLayer = (input, context) => {
|
|
8121
|
+
return take(input, {
|
|
8122
|
+
Style: (_) => se_GeospatialLineStyle(_, context),
|
|
8123
|
+
});
|
|
8124
|
+
};
|
|
8125
|
+
const se_GeospatialLineStyle = (input, context) => {
|
|
8126
|
+
return take(input, {
|
|
8127
|
+
LineSymbolStyle: (_) => se_GeospatialLineSymbolStyle(_, context),
|
|
8128
|
+
});
|
|
8129
|
+
};
|
|
8130
|
+
const se_GeospatialLineSymbolStyle = (input, context) => {
|
|
8131
|
+
return take(input, {
|
|
8132
|
+
FillColor: (_) => se_GeospatialColor(_, context),
|
|
8133
|
+
LineWidth: (_) => se_GeospatialLineWidth(_, context),
|
|
8134
|
+
});
|
|
8135
|
+
};
|
|
8136
|
+
const se_GeospatialLineWidth = (input, context) => {
|
|
8137
|
+
return take(input, {
|
|
8138
|
+
LineWidth: __serializeFloat,
|
|
8139
|
+
});
|
|
8140
|
+
};
|
|
7918
8141
|
const se_GeospatialMapAggregatedFieldWells = (input, context) => {
|
|
7919
8142
|
return take(input, {
|
|
7920
8143
|
Colors: _json,
|
|
@@ -7939,6 +8162,19 @@ const se_GeospatialMapFieldWells = (input, context) => {
|
|
|
7939
8162
|
GeospatialMapAggregatedFieldWells: (_) => se_GeospatialMapAggregatedFieldWells(_, context),
|
|
7940
8163
|
});
|
|
7941
8164
|
};
|
|
8165
|
+
const se_GeospatialMapLayerList = (input, context) => {
|
|
8166
|
+
return input
|
|
8167
|
+
.filter((e) => e != null)
|
|
8168
|
+
.map((entry) => {
|
|
8169
|
+
return se_GeospatialLayerItem(entry, context);
|
|
8170
|
+
});
|
|
8171
|
+
};
|
|
8172
|
+
const se_GeospatialMapState = (input, context) => {
|
|
8173
|
+
return take(input, {
|
|
8174
|
+
Bounds: (_) => se_GeospatialCoordinateBounds(_, context),
|
|
8175
|
+
MapNavigation: [],
|
|
8176
|
+
});
|
|
8177
|
+
};
|
|
7942
8178
|
const se_GeospatialMapVisual = (input, context) => {
|
|
7943
8179
|
return take(input, {
|
|
7944
8180
|
Actions: (_) => se_VisualCustomActionList(_, context),
|
|
@@ -7946,9 +8182,49 @@ const se_GeospatialMapVisual = (input, context) => {
|
|
|
7946
8182
|
ColumnHierarchies: (_) => se_ColumnHierarchyList(_, context),
|
|
7947
8183
|
Subtitle: _json,
|
|
7948
8184
|
Title: _json,
|
|
8185
|
+
VisualContentAltText: [],
|
|
7949
8186
|
VisualId: [],
|
|
7950
8187
|
});
|
|
7951
8188
|
};
|
|
8189
|
+
const se_GeospatialNullDataSettings = (input, context) => {
|
|
8190
|
+
return take(input, {
|
|
8191
|
+
SymbolStyle: (_) => se_GeospatialNullSymbolStyle(_, context),
|
|
8192
|
+
});
|
|
8193
|
+
};
|
|
8194
|
+
const se_GeospatialNullSymbolStyle = (input, context) => {
|
|
8195
|
+
return take(input, {
|
|
8196
|
+
FillColor: [],
|
|
8197
|
+
StrokeColor: [],
|
|
8198
|
+
StrokeWidth: __serializeFloat,
|
|
8199
|
+
});
|
|
8200
|
+
};
|
|
8201
|
+
const se_GeospatialPointLayer = (input, context) => {
|
|
8202
|
+
return take(input, {
|
|
8203
|
+
Style: (_) => se_GeospatialPointStyle(_, context),
|
|
8204
|
+
});
|
|
8205
|
+
};
|
|
8206
|
+
const se_GeospatialPointStyle = (input, context) => {
|
|
8207
|
+
return take(input, {
|
|
8208
|
+
CircleSymbolStyle: (_) => se_GeospatialCircleSymbolStyle(_, context),
|
|
8209
|
+
});
|
|
8210
|
+
};
|
|
8211
|
+
const se_GeospatialPolygonLayer = (input, context) => {
|
|
8212
|
+
return take(input, {
|
|
8213
|
+
Style: (_) => se_GeospatialPolygonStyle(_, context),
|
|
8214
|
+
});
|
|
8215
|
+
};
|
|
8216
|
+
const se_GeospatialPolygonStyle = (input, context) => {
|
|
8217
|
+
return take(input, {
|
|
8218
|
+
PolygonSymbolStyle: (_) => se_GeospatialPolygonSymbolStyle(_, context),
|
|
8219
|
+
});
|
|
8220
|
+
};
|
|
8221
|
+
const se_GeospatialPolygonSymbolStyle = (input, context) => {
|
|
8222
|
+
return take(input, {
|
|
8223
|
+
FillColor: (_) => se_GeospatialColor(_, context),
|
|
8224
|
+
StrokeColor: (_) => se_GeospatialColor(_, context),
|
|
8225
|
+
StrokeWidth: (_) => se_GeospatialLineWidth(_, context),
|
|
8226
|
+
});
|
|
8227
|
+
};
|
|
7952
8228
|
const se_GeospatialWindowOptions = (input, context) => {
|
|
7953
8229
|
return take(input, {
|
|
7954
8230
|
Bounds: (_) => se_GeospatialCoordinateBounds(_, context),
|
|
@@ -8030,6 +8306,7 @@ const se_HeatMapVisual = (input, context) => {
|
|
|
8030
8306
|
ColumnHierarchies: (_) => se_ColumnHierarchyList(_, context),
|
|
8031
8307
|
Subtitle: _json,
|
|
8032
8308
|
Title: _json,
|
|
8309
|
+
VisualContentAltText: [],
|
|
8033
8310
|
VisualId: [],
|
|
8034
8311
|
});
|
|
8035
8312
|
};
|
|
@@ -8077,9 +8354,40 @@ const se_HistogramVisual = (input, context) => {
|
|
|
8077
8354
|
ChartConfiguration: (_) => se_HistogramConfiguration(_, context),
|
|
8078
8355
|
Subtitle: _json,
|
|
8079
8356
|
Title: _json,
|
|
8357
|
+
VisualContentAltText: [],
|
|
8080
8358
|
VisualId: [],
|
|
8081
8359
|
});
|
|
8082
8360
|
};
|
|
8361
|
+
const se_ImageCustomAction = (input, context) => {
|
|
8362
|
+
return take(input, {
|
|
8363
|
+
ActionOperations: (_) => se_ImageCustomActionOperationList(_, context),
|
|
8364
|
+
CustomActionId: [],
|
|
8365
|
+
Name: [],
|
|
8366
|
+
Status: [],
|
|
8367
|
+
Trigger: [],
|
|
8368
|
+
});
|
|
8369
|
+
};
|
|
8370
|
+
const se_ImageCustomActionList = (input, context) => {
|
|
8371
|
+
return input
|
|
8372
|
+
.filter((e) => e != null)
|
|
8373
|
+
.map((entry) => {
|
|
8374
|
+
return se_ImageCustomAction(entry, context);
|
|
8375
|
+
});
|
|
8376
|
+
};
|
|
8377
|
+
const se_ImageCustomActionOperation = (input, context) => {
|
|
8378
|
+
return take(input, {
|
|
8379
|
+
NavigationOperation: _json,
|
|
8380
|
+
SetParametersOperation: (_) => se_CustomActionSetParametersOperation(_, context),
|
|
8381
|
+
URLOperation: _json,
|
|
8382
|
+
});
|
|
8383
|
+
};
|
|
8384
|
+
const se_ImageCustomActionOperationList = (input, context) => {
|
|
8385
|
+
return input
|
|
8386
|
+
.filter((e) => e != null)
|
|
8387
|
+
.map((entry) => {
|
|
8388
|
+
return se_ImageCustomActionOperation(entry, context);
|
|
8389
|
+
});
|
|
8390
|
+
};
|
|
8083
8391
|
const se_InnerFilter = (input, context) => {
|
|
8084
8392
|
return take(input, {
|
|
8085
8393
|
CategoryInnerFilter: (_) => se_CategoryInnerFilter(_, context),
|
|
@@ -8099,6 +8407,7 @@ const se_InsightVisual = (input, context) => {
|
|
|
8099
8407
|
InsightConfiguration: (_) => se_InsightConfiguration(_, context),
|
|
8100
8408
|
Subtitle: _json,
|
|
8101
8409
|
Title: _json,
|
|
8410
|
+
VisualContentAltText: [],
|
|
8102
8411
|
VisualId: [],
|
|
8103
8412
|
});
|
|
8104
8413
|
};
|
|
@@ -8173,6 +8482,48 @@ const se_KPIVisual = (input, context) => {
|
|
|
8173
8482
|
ConditionalFormatting: (_) => se_KPIConditionalFormatting(_, context),
|
|
8174
8483
|
Subtitle: _json,
|
|
8175
8484
|
Title: _json,
|
|
8485
|
+
VisualContentAltText: [],
|
|
8486
|
+
VisualId: [],
|
|
8487
|
+
});
|
|
8488
|
+
};
|
|
8489
|
+
const se_LayerCustomAction = (input, context) => {
|
|
8490
|
+
return take(input, {
|
|
8491
|
+
ActionOperations: (_) => se_LayerCustomActionOperationList(_, context),
|
|
8492
|
+
CustomActionId: [],
|
|
8493
|
+
Name: [],
|
|
8494
|
+
Status: [],
|
|
8495
|
+
Trigger: [],
|
|
8496
|
+
});
|
|
8497
|
+
};
|
|
8498
|
+
const se_LayerCustomActionList = (input, context) => {
|
|
8499
|
+
return input
|
|
8500
|
+
.filter((e) => e != null)
|
|
8501
|
+
.map((entry) => {
|
|
8502
|
+
return se_LayerCustomAction(entry, context);
|
|
8503
|
+
});
|
|
8504
|
+
};
|
|
8505
|
+
const se_LayerCustomActionOperation = (input, context) => {
|
|
8506
|
+
return take(input, {
|
|
8507
|
+
FilterOperation: _json,
|
|
8508
|
+
NavigationOperation: _json,
|
|
8509
|
+
SetParametersOperation: (_) => se_CustomActionSetParametersOperation(_, context),
|
|
8510
|
+
URLOperation: _json,
|
|
8511
|
+
});
|
|
8512
|
+
};
|
|
8513
|
+
const se_LayerCustomActionOperationList = (input, context) => {
|
|
8514
|
+
return input
|
|
8515
|
+
.filter((e) => e != null)
|
|
8516
|
+
.map((entry) => {
|
|
8517
|
+
return se_LayerCustomActionOperation(entry, context);
|
|
8518
|
+
});
|
|
8519
|
+
};
|
|
8520
|
+
const se_LayerMapVisual = (input, context) => {
|
|
8521
|
+
return take(input, {
|
|
8522
|
+
ChartConfiguration: (_) => se_GeospatialLayerMapConfiguration(_, context),
|
|
8523
|
+
DataSetIdentifier: [],
|
|
8524
|
+
Subtitle: _json,
|
|
8525
|
+
Title: _json,
|
|
8526
|
+
VisualContentAltText: [],
|
|
8176
8527
|
VisualId: [],
|
|
8177
8528
|
});
|
|
8178
8529
|
};
|
|
@@ -8249,6 +8600,7 @@ const se_LineChartVisual = (input, context) => {
|
|
|
8249
8600
|
ColumnHierarchies: (_) => se_ColumnHierarchyList(_, context),
|
|
8250
8601
|
Subtitle: _json,
|
|
8251
8602
|
Title: _json,
|
|
8603
|
+
VisualContentAltText: [],
|
|
8252
8604
|
VisualId: [],
|
|
8253
8605
|
});
|
|
8254
8606
|
};
|
|
@@ -8511,6 +8863,7 @@ const se_PieChartVisual = (input, context) => {
|
|
|
8511
8863
|
ColumnHierarchies: (_) => se_ColumnHierarchyList(_, context),
|
|
8512
8864
|
Subtitle: _json,
|
|
8513
8865
|
Title: _json,
|
|
8866
|
+
VisualContentAltText: [],
|
|
8514
8867
|
VisualId: [],
|
|
8515
8868
|
});
|
|
8516
8869
|
};
|
|
@@ -8601,9 +8954,53 @@ const se_PivotTableVisual = (input, context) => {
|
|
|
8601
8954
|
ConditionalFormatting: (_) => se_PivotTableConditionalFormatting(_, context),
|
|
8602
8955
|
Subtitle: _json,
|
|
8603
8956
|
Title: _json,
|
|
8957
|
+
VisualContentAltText: [],
|
|
8958
|
+
VisualId: [],
|
|
8959
|
+
});
|
|
8960
|
+
};
|
|
8961
|
+
const se_PluginVisual = (input, context) => {
|
|
8962
|
+
return take(input, {
|
|
8963
|
+
ChartConfiguration: (_) => se_PluginVisualConfiguration(_, context),
|
|
8964
|
+
PluginArn: [],
|
|
8965
|
+
Subtitle: _json,
|
|
8966
|
+
Title: _json,
|
|
8967
|
+
VisualContentAltText: [],
|
|
8604
8968
|
VisualId: [],
|
|
8605
8969
|
});
|
|
8606
8970
|
};
|
|
8971
|
+
const se_PluginVisualConfiguration = (input, context) => {
|
|
8972
|
+
return take(input, {
|
|
8973
|
+
FieldWells: (_) => se_PluginVisualFieldWells(_, context),
|
|
8974
|
+
SortConfiguration: (_) => se_PluginVisualSortConfiguration(_, context),
|
|
8975
|
+
VisualOptions: _json,
|
|
8976
|
+
});
|
|
8977
|
+
};
|
|
8978
|
+
const se_PluginVisualFieldWell = (input, context) => {
|
|
8979
|
+
return take(input, {
|
|
8980
|
+
AxisName: [],
|
|
8981
|
+
Dimensions: _json,
|
|
8982
|
+
Measures: (_) => se_MeasureFieldList(_, context),
|
|
8983
|
+
Unaggregated: _json,
|
|
8984
|
+
});
|
|
8985
|
+
};
|
|
8986
|
+
const se_PluginVisualFieldWells = (input, context) => {
|
|
8987
|
+
return input
|
|
8988
|
+
.filter((e) => e != null)
|
|
8989
|
+
.map((entry) => {
|
|
8990
|
+
return se_PluginVisualFieldWell(entry, context);
|
|
8991
|
+
});
|
|
8992
|
+
};
|
|
8993
|
+
const se_PluginVisualSortConfiguration = (input, context) => {
|
|
8994
|
+
return take(input, {
|
|
8995
|
+
PluginVisualTableQuerySort: (_) => se_PluginVisualTableQuerySort(_, context),
|
|
8996
|
+
});
|
|
8997
|
+
};
|
|
8998
|
+
const se_PluginVisualTableQuerySort = (input, context) => {
|
|
8999
|
+
return take(input, {
|
|
9000
|
+
ItemsLimitConfiguration: _json,
|
|
9001
|
+
RowSort: (_) => se_RowSortList(_, context),
|
|
9002
|
+
});
|
|
9003
|
+
};
|
|
8607
9004
|
const se_PredefinedHierarchy = (input, context) => {
|
|
8608
9005
|
return take(input, {
|
|
8609
9006
|
Columns: _json,
|
|
@@ -8665,6 +9062,7 @@ const se_RadarChartVisual = (input, context) => {
|
|
|
8665
9062
|
ColumnHierarchies: (_) => se_ColumnHierarchyList(_, context),
|
|
8666
9063
|
Subtitle: _json,
|
|
8667
9064
|
Title: _json,
|
|
9065
|
+
VisualContentAltText: [],
|
|
8668
9066
|
VisualId: [],
|
|
8669
9067
|
});
|
|
8670
9068
|
};
|
|
@@ -8767,6 +9165,7 @@ const se_SankeyDiagramVisual = (input, context) => {
|
|
|
8767
9165
|
ChartConfiguration: (_) => se_SankeyDiagramChartConfiguration(_, context),
|
|
8768
9166
|
Subtitle: _json,
|
|
8769
9167
|
Title: _json,
|
|
9168
|
+
VisualContentAltText: [],
|
|
8770
9169
|
VisualId: [],
|
|
8771
9170
|
});
|
|
8772
9171
|
};
|
|
@@ -8816,6 +9215,7 @@ const se_ScatterPlotVisual = (input, context) => {
|
|
|
8816
9215
|
ColumnHierarchies: (_) => se_ColumnHierarchyList(_, context),
|
|
8817
9216
|
Subtitle: _json,
|
|
8818
9217
|
Title: _json,
|
|
9218
|
+
VisualContentAltText: [],
|
|
8819
9219
|
VisualId: [],
|
|
8820
9220
|
});
|
|
8821
9221
|
};
|
|
@@ -8870,6 +9270,7 @@ const se_SheetDefinition = (input, context) => {
|
|
|
8870
9270
|
ContentType: [],
|
|
8871
9271
|
Description: [],
|
|
8872
9272
|
FilterControls: (_) => se_FilterControlList(_, context),
|
|
9273
|
+
Images: (_) => se_SheetImageList(_, context),
|
|
8873
9274
|
Layouts: (_) => se_LayoutList(_, context),
|
|
8874
9275
|
Name: [],
|
|
8875
9276
|
ParameterControls: (_) => se_ParameterControlList(_, context),
|
|
@@ -8887,6 +9288,24 @@ const se_SheetDefinitionList = (input, context) => {
|
|
|
8887
9288
|
return se_SheetDefinition(entry, context);
|
|
8888
9289
|
});
|
|
8889
9290
|
};
|
|
9291
|
+
const se_SheetImage = (input, context) => {
|
|
9292
|
+
return take(input, {
|
|
9293
|
+
Actions: (_) => se_ImageCustomActionList(_, context),
|
|
9294
|
+
ImageContentAltText: [],
|
|
9295
|
+
Interactions: _json,
|
|
9296
|
+
Scaling: _json,
|
|
9297
|
+
SheetImageId: [],
|
|
9298
|
+
Source: _json,
|
|
9299
|
+
Tooltip: _json,
|
|
9300
|
+
});
|
|
9301
|
+
};
|
|
9302
|
+
const se_SheetImageList = (input, context) => {
|
|
9303
|
+
return input
|
|
9304
|
+
.filter((e) => e != null)
|
|
9305
|
+
.map((entry) => {
|
|
9306
|
+
return se_SheetImage(entry, context);
|
|
9307
|
+
});
|
|
9308
|
+
};
|
|
8890
9309
|
const se_SnapshotConfiguration = (input, context) => {
|
|
8891
9310
|
return take(input, {
|
|
8892
9311
|
DestinationConfiguration: _json,
|
|
@@ -8961,6 +9380,7 @@ const se_TableVisual = (input, context) => {
|
|
|
8961
9380
|
ConditionalFormatting: (_) => se_TableConditionalFormatting(_, context),
|
|
8962
9381
|
Subtitle: _json,
|
|
8963
9382
|
Title: _json,
|
|
9383
|
+
VisualContentAltText: [],
|
|
8964
9384
|
VisualId: [],
|
|
8965
9385
|
});
|
|
8966
9386
|
};
|
|
@@ -8975,6 +9395,7 @@ const se_TemplateVersionDefinition = (input, context) => {
|
|
|
8975
9395
|
ParameterDeclarations: (_) => se_ParameterDeclarationList(_, context),
|
|
8976
9396
|
QueryExecutionOptions: _json,
|
|
8977
9397
|
Sheets: (_) => se_SheetDefinitionList(_, context),
|
|
9398
|
+
StaticFiles: _json,
|
|
8978
9399
|
});
|
|
8979
9400
|
};
|
|
8980
9401
|
const se_TextConditionalFormat = (input, context) => {
|
|
@@ -9187,6 +9608,7 @@ const se_TreeMapVisual = (input, context) => {
|
|
|
9187
9608
|
ColumnHierarchies: (_) => se_ColumnHierarchyList(_, context),
|
|
9188
9609
|
Subtitle: _json,
|
|
9189
9610
|
Title: _json,
|
|
9611
|
+
VisualContentAltText: [],
|
|
9190
9612
|
VisualId: [],
|
|
9191
9613
|
});
|
|
9192
9614
|
};
|
|
@@ -9210,9 +9632,11 @@ const se_Visual = (input, context) => {
|
|
|
9210
9632
|
HistogramVisual: (_) => se_HistogramVisual(_, context),
|
|
9211
9633
|
InsightVisual: (_) => se_InsightVisual(_, context),
|
|
9212
9634
|
KPIVisual: (_) => se_KPIVisual(_, context),
|
|
9635
|
+
LayerMapVisual: (_) => se_LayerMapVisual(_, context),
|
|
9213
9636
|
LineChartVisual: (_) => se_LineChartVisual(_, context),
|
|
9214
9637
|
PieChartVisual: (_) => se_PieChartVisual(_, context),
|
|
9215
9638
|
PivotTableVisual: (_) => se_PivotTableVisual(_, context),
|
|
9639
|
+
PluginVisual: (_) => se_PluginVisual(_, context),
|
|
9216
9640
|
RadarChartVisual: (_) => se_RadarChartVisual(_, context),
|
|
9217
9641
|
SankeyDiagramVisual: (_) => se_SankeyDiagramVisual(_, context),
|
|
9218
9642
|
ScatterPlotVisual: (_) => se_ScatterPlotVisual(_, context),
|
|
@@ -9301,6 +9725,7 @@ const se_WaterfallVisual = (input, context) => {
|
|
|
9301
9725
|
ColumnHierarchies: (_) => se_ColumnHierarchyList(_, context),
|
|
9302
9726
|
Subtitle: _json,
|
|
9303
9727
|
Title: _json,
|
|
9728
|
+
VisualContentAltText: [],
|
|
9304
9729
|
VisualId: [],
|
|
9305
9730
|
});
|
|
9306
9731
|
};
|
|
@@ -9357,6 +9782,7 @@ const se_WordCloudVisual = (input, context) => {
|
|
|
9357
9782
|
ColumnHierarchies: (_) => se_ColumnHierarchyList(_, context),
|
|
9358
9783
|
Subtitle: _json,
|
|
9359
9784
|
Title: _json,
|
|
9785
|
+
VisualContentAltText: [],
|
|
9360
9786
|
VisualId: [],
|
|
9361
9787
|
});
|
|
9362
9788
|
};
|
|
@@ -9392,7 +9818,7 @@ const de_Analysis = (output, context) => {
|
|
|
9392
9818
|
Errors: _json,
|
|
9393
9819
|
LastUpdatedTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
|
|
9394
9820
|
Name: __expectString,
|
|
9395
|
-
Sheets:
|
|
9821
|
+
Sheets: (_) => de_SheetList(_, context),
|
|
9396
9822
|
Status: __expectString,
|
|
9397
9823
|
ThemeArn: __expectString,
|
|
9398
9824
|
});
|
|
@@ -9408,6 +9834,7 @@ const de_AnalysisDefinition = (output, context) => {
|
|
|
9408
9834
|
ParameterDeclarations: (_) => de_ParameterDeclarationList(_, context),
|
|
9409
9835
|
QueryExecutionOptions: _json,
|
|
9410
9836
|
Sheets: (_) => de_SheetDefinitionList(_, context),
|
|
9837
|
+
StaticFiles: _json,
|
|
9411
9838
|
});
|
|
9412
9839
|
};
|
|
9413
9840
|
const de_AnalysisSummary = (output, context) => {
|
|
@@ -9613,6 +10040,7 @@ const de_BarChartVisual = (output, context) => {
|
|
|
9613
10040
|
ColumnHierarchies: (_) => de_ColumnHierarchyList(_, context),
|
|
9614
10041
|
Subtitle: _json,
|
|
9615
10042
|
Title: _json,
|
|
10043
|
+
VisualContentAltText: __expectString,
|
|
9616
10044
|
VisualId: __expectString,
|
|
9617
10045
|
});
|
|
9618
10046
|
};
|
|
@@ -9730,6 +10158,7 @@ const de_BoxPlotVisual = (output, context) => {
|
|
|
9730
10158
|
ColumnHierarchies: (_) => de_ColumnHierarchyList(_, context),
|
|
9731
10159
|
Subtitle: _json,
|
|
9732
10160
|
Title: _json,
|
|
10161
|
+
VisualContentAltText: __expectString,
|
|
9733
10162
|
VisualId: __expectString,
|
|
9734
10163
|
});
|
|
9735
10164
|
};
|
|
@@ -9876,6 +10305,7 @@ const de_ComboChartVisual = (output, context) => {
|
|
|
9876
10305
|
ColumnHierarchies: (_) => de_ColumnHierarchyList(_, context),
|
|
9877
10306
|
Subtitle: _json,
|
|
9878
10307
|
Title: _json,
|
|
10308
|
+
VisualContentAltText: __expectString,
|
|
9879
10309
|
VisualId: __expectString,
|
|
9880
10310
|
});
|
|
9881
10311
|
};
|
|
@@ -9925,6 +10355,7 @@ const de_CustomContentVisual = (output, context) => {
|
|
|
9925
10355
|
DataSetIdentifier: __expectString,
|
|
9926
10356
|
Subtitle: _json,
|
|
9927
10357
|
Title: _json,
|
|
10358
|
+
VisualContentAltText: __expectString,
|
|
9928
10359
|
VisualId: __expectString,
|
|
9929
10360
|
});
|
|
9930
10361
|
};
|
|
@@ -9980,7 +10411,7 @@ const de_DashboardVersion = (output, context) => {
|
|
|
9980
10411
|
DataSetArns: _json,
|
|
9981
10412
|
Description: __expectString,
|
|
9982
10413
|
Errors: _json,
|
|
9983
|
-
Sheets:
|
|
10414
|
+
Sheets: (_) => de_SheetList(_, context),
|
|
9984
10415
|
SourceEntityArn: __expectString,
|
|
9985
10416
|
Status: __expectString,
|
|
9986
10417
|
ThemeArn: __expectString,
|
|
@@ -9997,6 +10428,7 @@ const de_DashboardVersionDefinition = (output, context) => {
|
|
|
9997
10428
|
Options: _json,
|
|
9998
10429
|
ParameterDeclarations: (_) => de_ParameterDeclarationList(_, context),
|
|
9999
10430
|
Sheets: (_) => de_SheetDefinitionList(_, context),
|
|
10431
|
+
StaticFiles: _json,
|
|
10000
10432
|
});
|
|
10001
10433
|
};
|
|
10002
10434
|
const de_DashboardVersionSummary = (output, context) => {
|
|
@@ -10412,6 +10844,7 @@ const de_FilledMapVisual = (output, context) => {
|
|
|
10412
10844
|
ConditionalFormatting: (_) => de_FilledMapConditionalFormatting(_, context),
|
|
10413
10845
|
Subtitle: _json,
|
|
10414
10846
|
Title: _json,
|
|
10847
|
+
VisualContentAltText: __expectString,
|
|
10415
10848
|
VisualId: __expectString,
|
|
10416
10849
|
});
|
|
10417
10850
|
};
|
|
@@ -10594,6 +11027,7 @@ const de_FunnelChartVisual = (output, context) => {
|
|
|
10594
11027
|
ColumnHierarchies: (_) => de_ColumnHierarchyList(_, context),
|
|
10595
11028
|
Subtitle: _json,
|
|
10596
11029
|
Title: _json,
|
|
11030
|
+
VisualContentAltText: __expectString,
|
|
10597
11031
|
VisualId: __expectString,
|
|
10598
11032
|
});
|
|
10599
11033
|
};
|
|
@@ -10660,9 +11094,38 @@ const de_GaugeChartVisual = (output, context) => {
|
|
|
10660
11094
|
ConditionalFormatting: (_) => de_GaugeChartConditionalFormatting(_, context),
|
|
10661
11095
|
Subtitle: _json,
|
|
10662
11096
|
Title: _json,
|
|
11097
|
+
VisualContentAltText: __expectString,
|
|
10663
11098
|
VisualId: __expectString,
|
|
10664
11099
|
});
|
|
10665
11100
|
};
|
|
11101
|
+
const de_GeospatialCategoricalColor = (output, context) => {
|
|
11102
|
+
return take(output, {
|
|
11103
|
+
CategoryDataColors: _json,
|
|
11104
|
+
DefaultOpacity: __limitedParseDouble,
|
|
11105
|
+
NullDataSettings: (_) => de_GeospatialNullDataSettings(_, context),
|
|
11106
|
+
NullDataVisibility: __expectString,
|
|
11107
|
+
});
|
|
11108
|
+
};
|
|
11109
|
+
const de_GeospatialCircleRadius = (output, context) => {
|
|
11110
|
+
return take(output, {
|
|
11111
|
+
Radius: __limitedParseDouble,
|
|
11112
|
+
});
|
|
11113
|
+
};
|
|
11114
|
+
const de_GeospatialCircleSymbolStyle = (output, context) => {
|
|
11115
|
+
return take(output, {
|
|
11116
|
+
CircleRadius: (_) => de_GeospatialCircleRadius(_, context),
|
|
11117
|
+
FillColor: (_) => de_GeospatialColor(_, context),
|
|
11118
|
+
StrokeColor: (_) => de_GeospatialColor(_, context),
|
|
11119
|
+
StrokeWidth: (_) => de_GeospatialLineWidth(_, context),
|
|
11120
|
+
});
|
|
11121
|
+
};
|
|
11122
|
+
const de_GeospatialColor = (output, context) => {
|
|
11123
|
+
return take(output, {
|
|
11124
|
+
Categorical: (_) => de_GeospatialCategoricalColor(_, context),
|
|
11125
|
+
Gradient: (_) => de_GeospatialGradientColor(_, context),
|
|
11126
|
+
Solid: _json,
|
|
11127
|
+
});
|
|
11128
|
+
};
|
|
10666
11129
|
const de_GeospatialCoordinateBounds = (output, context) => {
|
|
10667
11130
|
return take(output, {
|
|
10668
11131
|
East: __limitedParseDouble,
|
|
@@ -10671,6 +11134,99 @@ const de_GeospatialCoordinateBounds = (output, context) => {
|
|
|
10671
11134
|
West: __limitedParseDouble,
|
|
10672
11135
|
});
|
|
10673
11136
|
};
|
|
11137
|
+
const de_GeospatialGradientColor = (output, context) => {
|
|
11138
|
+
return take(output, {
|
|
11139
|
+
DefaultOpacity: __limitedParseDouble,
|
|
11140
|
+
NullDataSettings: (_) => de_GeospatialNullDataSettings(_, context),
|
|
11141
|
+
NullDataVisibility: __expectString,
|
|
11142
|
+
StepColors: (_) => de_GeospatialGradientStepColorList(_, context),
|
|
11143
|
+
});
|
|
11144
|
+
};
|
|
11145
|
+
const de_GeospatialGradientStepColor = (output, context) => {
|
|
11146
|
+
return take(output, {
|
|
11147
|
+
Color: __expectString,
|
|
11148
|
+
DataValue: __limitedParseDouble,
|
|
11149
|
+
});
|
|
11150
|
+
};
|
|
11151
|
+
const de_GeospatialGradientStepColorList = (output, context) => {
|
|
11152
|
+
const retVal = (output || [])
|
|
11153
|
+
.filter((e) => e != null)
|
|
11154
|
+
.map((entry) => {
|
|
11155
|
+
return de_GeospatialGradientStepColor(entry, context);
|
|
11156
|
+
});
|
|
11157
|
+
return retVal;
|
|
11158
|
+
};
|
|
11159
|
+
const de_GeospatialLayerColorField = (output, context) => {
|
|
11160
|
+
return take(output, {
|
|
11161
|
+
ColorDimensionsFields: _json,
|
|
11162
|
+
ColorValuesFields: (_) => de_GeospatialLayerMeasureFieldList(_, context),
|
|
11163
|
+
});
|
|
11164
|
+
};
|
|
11165
|
+
const de_GeospatialLayerDefinition = (output, context) => {
|
|
11166
|
+
return take(output, {
|
|
11167
|
+
LineLayer: (_) => de_GeospatialLineLayer(_, context),
|
|
11168
|
+
PointLayer: (_) => de_GeospatialPointLayer(_, context),
|
|
11169
|
+
PolygonLayer: (_) => de_GeospatialPolygonLayer(_, context),
|
|
11170
|
+
});
|
|
11171
|
+
};
|
|
11172
|
+
const de_GeospatialLayerItem = (output, context) => {
|
|
11173
|
+
return take(output, {
|
|
11174
|
+
Actions: (_) => de_LayerCustomActionList(_, context),
|
|
11175
|
+
DataSource: _json,
|
|
11176
|
+
JoinDefinition: (_) => de_GeospatialLayerJoinDefinition(_, context),
|
|
11177
|
+
Label: __expectString,
|
|
11178
|
+
LayerDefinition: (_) => de_GeospatialLayerDefinition(_, context),
|
|
11179
|
+
LayerId: __expectString,
|
|
11180
|
+
LayerType: __expectString,
|
|
11181
|
+
Tooltip: (_) => de_TooltipOptions(_, context),
|
|
11182
|
+
Visibility: __expectString,
|
|
11183
|
+
});
|
|
11184
|
+
};
|
|
11185
|
+
const de_GeospatialLayerJoinDefinition = (output, context) => {
|
|
11186
|
+
return take(output, {
|
|
11187
|
+
ColorField: (_) => de_GeospatialLayerColorField(_, context),
|
|
11188
|
+
DatasetKeyField: _json,
|
|
11189
|
+
ShapeKeyField: __expectString,
|
|
11190
|
+
});
|
|
11191
|
+
};
|
|
11192
|
+
const de_GeospatialLayerMapConfiguration = (output, context) => {
|
|
11193
|
+
return take(output, {
|
|
11194
|
+
Interactions: _json,
|
|
11195
|
+
Legend: _json,
|
|
11196
|
+
MapLayers: (_) => de_GeospatialMapLayerList(_, context),
|
|
11197
|
+
MapState: (_) => de_GeospatialMapState(_, context),
|
|
11198
|
+
MapStyle: _json,
|
|
11199
|
+
});
|
|
11200
|
+
};
|
|
11201
|
+
const de_GeospatialLayerMeasureFieldList = (output, context) => {
|
|
11202
|
+
const retVal = (output || [])
|
|
11203
|
+
.filter((e) => e != null)
|
|
11204
|
+
.map((entry) => {
|
|
11205
|
+
return de_MeasureField(entry, context);
|
|
11206
|
+
});
|
|
11207
|
+
return retVal;
|
|
11208
|
+
};
|
|
11209
|
+
const de_GeospatialLineLayer = (output, context) => {
|
|
11210
|
+
return take(output, {
|
|
11211
|
+
Style: (_) => de_GeospatialLineStyle(_, context),
|
|
11212
|
+
});
|
|
11213
|
+
};
|
|
11214
|
+
const de_GeospatialLineStyle = (output, context) => {
|
|
11215
|
+
return take(output, {
|
|
11216
|
+
LineSymbolStyle: (_) => de_GeospatialLineSymbolStyle(_, context),
|
|
11217
|
+
});
|
|
11218
|
+
};
|
|
11219
|
+
const de_GeospatialLineSymbolStyle = (output, context) => {
|
|
11220
|
+
return take(output, {
|
|
11221
|
+
FillColor: (_) => de_GeospatialColor(_, context),
|
|
11222
|
+
LineWidth: (_) => de_GeospatialLineWidth(_, context),
|
|
11223
|
+
});
|
|
11224
|
+
};
|
|
11225
|
+
const de_GeospatialLineWidth = (output, context) => {
|
|
11226
|
+
return take(output, {
|
|
11227
|
+
LineWidth: __limitedParseDouble,
|
|
11228
|
+
});
|
|
11229
|
+
};
|
|
10674
11230
|
const de_GeospatialMapAggregatedFieldWells = (output, context) => {
|
|
10675
11231
|
return take(output, {
|
|
10676
11232
|
Colors: _json,
|
|
@@ -10695,6 +11251,20 @@ const de_GeospatialMapFieldWells = (output, context) => {
|
|
|
10695
11251
|
GeospatialMapAggregatedFieldWells: (_) => de_GeospatialMapAggregatedFieldWells(_, context),
|
|
10696
11252
|
});
|
|
10697
11253
|
};
|
|
11254
|
+
const de_GeospatialMapLayerList = (output, context) => {
|
|
11255
|
+
const retVal = (output || [])
|
|
11256
|
+
.filter((e) => e != null)
|
|
11257
|
+
.map((entry) => {
|
|
11258
|
+
return de_GeospatialLayerItem(entry, context);
|
|
11259
|
+
});
|
|
11260
|
+
return retVal;
|
|
11261
|
+
};
|
|
11262
|
+
const de_GeospatialMapState = (output, context) => {
|
|
11263
|
+
return take(output, {
|
|
11264
|
+
Bounds: (_) => de_GeospatialCoordinateBounds(_, context),
|
|
11265
|
+
MapNavigation: __expectString,
|
|
11266
|
+
});
|
|
11267
|
+
};
|
|
10698
11268
|
const de_GeospatialMapVisual = (output, context) => {
|
|
10699
11269
|
return take(output, {
|
|
10700
11270
|
Actions: (_) => de_VisualCustomActionList(_, context),
|
|
@@ -10702,9 +11272,49 @@ const de_GeospatialMapVisual = (output, context) => {
|
|
|
10702
11272
|
ColumnHierarchies: (_) => de_ColumnHierarchyList(_, context),
|
|
10703
11273
|
Subtitle: _json,
|
|
10704
11274
|
Title: _json,
|
|
11275
|
+
VisualContentAltText: __expectString,
|
|
10705
11276
|
VisualId: __expectString,
|
|
10706
11277
|
});
|
|
10707
11278
|
};
|
|
11279
|
+
const de_GeospatialNullDataSettings = (output, context) => {
|
|
11280
|
+
return take(output, {
|
|
11281
|
+
SymbolStyle: (_) => de_GeospatialNullSymbolStyle(_, context),
|
|
11282
|
+
});
|
|
11283
|
+
};
|
|
11284
|
+
const de_GeospatialNullSymbolStyle = (output, context) => {
|
|
11285
|
+
return take(output, {
|
|
11286
|
+
FillColor: __expectString,
|
|
11287
|
+
StrokeColor: __expectString,
|
|
11288
|
+
StrokeWidth: __limitedParseDouble,
|
|
11289
|
+
});
|
|
11290
|
+
};
|
|
11291
|
+
const de_GeospatialPointLayer = (output, context) => {
|
|
11292
|
+
return take(output, {
|
|
11293
|
+
Style: (_) => de_GeospatialPointStyle(_, context),
|
|
11294
|
+
});
|
|
11295
|
+
};
|
|
11296
|
+
const de_GeospatialPointStyle = (output, context) => {
|
|
11297
|
+
return take(output, {
|
|
11298
|
+
CircleSymbolStyle: (_) => de_GeospatialCircleSymbolStyle(_, context),
|
|
11299
|
+
});
|
|
11300
|
+
};
|
|
11301
|
+
const de_GeospatialPolygonLayer = (output, context) => {
|
|
11302
|
+
return take(output, {
|
|
11303
|
+
Style: (_) => de_GeospatialPolygonStyle(_, context),
|
|
11304
|
+
});
|
|
11305
|
+
};
|
|
11306
|
+
const de_GeospatialPolygonStyle = (output, context) => {
|
|
11307
|
+
return take(output, {
|
|
11308
|
+
PolygonSymbolStyle: (_) => de_GeospatialPolygonSymbolStyle(_, context),
|
|
11309
|
+
});
|
|
11310
|
+
};
|
|
11311
|
+
const de_GeospatialPolygonSymbolStyle = (output, context) => {
|
|
11312
|
+
return take(output, {
|
|
11313
|
+
FillColor: (_) => de_GeospatialColor(_, context),
|
|
11314
|
+
StrokeColor: (_) => de_GeospatialColor(_, context),
|
|
11315
|
+
StrokeWidth: (_) => de_GeospatialLineWidth(_, context),
|
|
11316
|
+
});
|
|
11317
|
+
};
|
|
10708
11318
|
const de_GeospatialWindowOptions = (output, context) => {
|
|
10709
11319
|
return take(output, {
|
|
10710
11320
|
Bounds: (_) => de_GeospatialCoordinateBounds(_, context),
|
|
@@ -10788,6 +11398,7 @@ const de_HeatMapVisual = (output, context) => {
|
|
|
10788
11398
|
ColumnHierarchies: (_) => de_ColumnHierarchyList(_, context),
|
|
10789
11399
|
Subtitle: _json,
|
|
10790
11400
|
Title: _json,
|
|
11401
|
+
VisualContentAltText: __expectString,
|
|
10791
11402
|
VisualId: __expectString,
|
|
10792
11403
|
});
|
|
10793
11404
|
};
|
|
@@ -10836,9 +11447,42 @@ const de_HistogramVisual = (output, context) => {
|
|
|
10836
11447
|
ChartConfiguration: (_) => de_HistogramConfiguration(_, context),
|
|
10837
11448
|
Subtitle: _json,
|
|
10838
11449
|
Title: _json,
|
|
11450
|
+
VisualContentAltText: __expectString,
|
|
10839
11451
|
VisualId: __expectString,
|
|
10840
11452
|
});
|
|
10841
11453
|
};
|
|
11454
|
+
const de_ImageCustomAction = (output, context) => {
|
|
11455
|
+
return take(output, {
|
|
11456
|
+
ActionOperations: (_) => de_ImageCustomActionOperationList(_, context),
|
|
11457
|
+
CustomActionId: __expectString,
|
|
11458
|
+
Name: __expectString,
|
|
11459
|
+
Status: __expectString,
|
|
11460
|
+
Trigger: __expectString,
|
|
11461
|
+
});
|
|
11462
|
+
};
|
|
11463
|
+
const de_ImageCustomActionList = (output, context) => {
|
|
11464
|
+
const retVal = (output || [])
|
|
11465
|
+
.filter((e) => e != null)
|
|
11466
|
+
.map((entry) => {
|
|
11467
|
+
return de_ImageCustomAction(entry, context);
|
|
11468
|
+
});
|
|
11469
|
+
return retVal;
|
|
11470
|
+
};
|
|
11471
|
+
const de_ImageCustomActionOperation = (output, context) => {
|
|
11472
|
+
return take(output, {
|
|
11473
|
+
NavigationOperation: _json,
|
|
11474
|
+
SetParametersOperation: (_) => de_CustomActionSetParametersOperation(_, context),
|
|
11475
|
+
URLOperation: _json,
|
|
11476
|
+
});
|
|
11477
|
+
};
|
|
11478
|
+
const de_ImageCustomActionOperationList = (output, context) => {
|
|
11479
|
+
const retVal = (output || [])
|
|
11480
|
+
.filter((e) => e != null)
|
|
11481
|
+
.map((entry) => {
|
|
11482
|
+
return de_ImageCustomActionOperation(entry, context);
|
|
11483
|
+
});
|
|
11484
|
+
return retVal;
|
|
11485
|
+
};
|
|
10842
11486
|
const de_Ingestion = (output, context) => {
|
|
10843
11487
|
return take(output, {
|
|
10844
11488
|
Arn: __expectString,
|
|
@@ -10881,6 +11525,7 @@ const de_InsightVisual = (output, context) => {
|
|
|
10881
11525
|
InsightConfiguration: (_) => de_InsightConfiguration(_, context),
|
|
10882
11526
|
Subtitle: _json,
|
|
10883
11527
|
Title: _json,
|
|
11528
|
+
VisualContentAltText: __expectString,
|
|
10884
11529
|
VisualId: __expectString,
|
|
10885
11530
|
});
|
|
10886
11531
|
};
|
|
@@ -10956,6 +11601,50 @@ const de_KPIVisual = (output, context) => {
|
|
|
10956
11601
|
ConditionalFormatting: (_) => de_KPIConditionalFormatting(_, context),
|
|
10957
11602
|
Subtitle: _json,
|
|
10958
11603
|
Title: _json,
|
|
11604
|
+
VisualContentAltText: __expectString,
|
|
11605
|
+
VisualId: __expectString,
|
|
11606
|
+
});
|
|
11607
|
+
};
|
|
11608
|
+
const de_LayerCustomAction = (output, context) => {
|
|
11609
|
+
return take(output, {
|
|
11610
|
+
ActionOperations: (_) => de_LayerCustomActionOperationList(_, context),
|
|
11611
|
+
CustomActionId: __expectString,
|
|
11612
|
+
Name: __expectString,
|
|
11613
|
+
Status: __expectString,
|
|
11614
|
+
Trigger: __expectString,
|
|
11615
|
+
});
|
|
11616
|
+
};
|
|
11617
|
+
const de_LayerCustomActionList = (output, context) => {
|
|
11618
|
+
const retVal = (output || [])
|
|
11619
|
+
.filter((e) => e != null)
|
|
11620
|
+
.map((entry) => {
|
|
11621
|
+
return de_LayerCustomAction(entry, context);
|
|
11622
|
+
});
|
|
11623
|
+
return retVal;
|
|
11624
|
+
};
|
|
11625
|
+
const de_LayerCustomActionOperation = (output, context) => {
|
|
11626
|
+
return take(output, {
|
|
11627
|
+
FilterOperation: _json,
|
|
11628
|
+
NavigationOperation: _json,
|
|
11629
|
+
SetParametersOperation: (_) => de_CustomActionSetParametersOperation(_, context),
|
|
11630
|
+
URLOperation: _json,
|
|
11631
|
+
});
|
|
11632
|
+
};
|
|
11633
|
+
const de_LayerCustomActionOperationList = (output, context) => {
|
|
11634
|
+
const retVal = (output || [])
|
|
11635
|
+
.filter((e) => e != null)
|
|
11636
|
+
.map((entry) => {
|
|
11637
|
+
return de_LayerCustomActionOperation(entry, context);
|
|
11638
|
+
});
|
|
11639
|
+
return retVal;
|
|
11640
|
+
};
|
|
11641
|
+
const de_LayerMapVisual = (output, context) => {
|
|
11642
|
+
return take(output, {
|
|
11643
|
+
ChartConfiguration: (_) => de_GeospatialLayerMapConfiguration(_, context),
|
|
11644
|
+
DataSetIdentifier: __expectString,
|
|
11645
|
+
Subtitle: _json,
|
|
11646
|
+
Title: _json,
|
|
11647
|
+
VisualContentAltText: __expectString,
|
|
10959
11648
|
VisualId: __expectString,
|
|
10960
11649
|
});
|
|
10961
11650
|
};
|
|
@@ -11033,6 +11722,7 @@ const de_LineChartVisual = (output, context) => {
|
|
|
11033
11722
|
ColumnHierarchies: (_) => de_ColumnHierarchyList(_, context),
|
|
11034
11723
|
Subtitle: _json,
|
|
11035
11724
|
Title: _json,
|
|
11725
|
+
VisualContentAltText: __expectString,
|
|
11036
11726
|
VisualId: __expectString,
|
|
11037
11727
|
});
|
|
11038
11728
|
};
|
|
@@ -11298,6 +11988,7 @@ const de_PieChartVisual = (output, context) => {
|
|
|
11298
11988
|
ColumnHierarchies: (_) => de_ColumnHierarchyList(_, context),
|
|
11299
11989
|
Subtitle: _json,
|
|
11300
11990
|
Title: _json,
|
|
11991
|
+
VisualContentAltText: __expectString,
|
|
11301
11992
|
VisualId: __expectString,
|
|
11302
11993
|
});
|
|
11303
11994
|
};
|
|
@@ -11391,9 +12082,54 @@ const de_PivotTableVisual = (output, context) => {
|
|
|
11391
12082
|
ConditionalFormatting: (_) => de_PivotTableConditionalFormatting(_, context),
|
|
11392
12083
|
Subtitle: _json,
|
|
11393
12084
|
Title: _json,
|
|
12085
|
+
VisualContentAltText: __expectString,
|
|
11394
12086
|
VisualId: __expectString,
|
|
11395
12087
|
});
|
|
11396
12088
|
};
|
|
12089
|
+
const de_PluginVisual = (output, context) => {
|
|
12090
|
+
return take(output, {
|
|
12091
|
+
ChartConfiguration: (_) => de_PluginVisualConfiguration(_, context),
|
|
12092
|
+
PluginArn: __expectString,
|
|
12093
|
+
Subtitle: _json,
|
|
12094
|
+
Title: _json,
|
|
12095
|
+
VisualContentAltText: __expectString,
|
|
12096
|
+
VisualId: __expectString,
|
|
12097
|
+
});
|
|
12098
|
+
};
|
|
12099
|
+
const de_PluginVisualConfiguration = (output, context) => {
|
|
12100
|
+
return take(output, {
|
|
12101
|
+
FieldWells: (_) => de_PluginVisualFieldWells(_, context),
|
|
12102
|
+
SortConfiguration: (_) => de_PluginVisualSortConfiguration(_, context),
|
|
12103
|
+
VisualOptions: _json,
|
|
12104
|
+
});
|
|
12105
|
+
};
|
|
12106
|
+
const de_PluginVisualFieldWell = (output, context) => {
|
|
12107
|
+
return take(output, {
|
|
12108
|
+
AxisName: __expectString,
|
|
12109
|
+
Dimensions: _json,
|
|
12110
|
+
Measures: (_) => de_MeasureFieldList(_, context),
|
|
12111
|
+
Unaggregated: _json,
|
|
12112
|
+
});
|
|
12113
|
+
};
|
|
12114
|
+
const de_PluginVisualFieldWells = (output, context) => {
|
|
12115
|
+
const retVal = (output || [])
|
|
12116
|
+
.filter((e) => e != null)
|
|
12117
|
+
.map((entry) => {
|
|
12118
|
+
return de_PluginVisualFieldWell(entry, context);
|
|
12119
|
+
});
|
|
12120
|
+
return retVal;
|
|
12121
|
+
};
|
|
12122
|
+
const de_PluginVisualSortConfiguration = (output, context) => {
|
|
12123
|
+
return take(output, {
|
|
12124
|
+
PluginVisualTableQuerySort: (_) => de_PluginVisualTableQuerySort(_, context),
|
|
12125
|
+
});
|
|
12126
|
+
};
|
|
12127
|
+
const de_PluginVisualTableQuerySort = (output, context) => {
|
|
12128
|
+
return take(output, {
|
|
12129
|
+
ItemsLimitConfiguration: _json,
|
|
12130
|
+
RowSort: (_) => de_RowSortList(_, context),
|
|
12131
|
+
});
|
|
12132
|
+
};
|
|
11397
12133
|
const de_PredefinedHierarchy = (output, context) => {
|
|
11398
12134
|
return take(output, {
|
|
11399
12135
|
Columns: _json,
|
|
@@ -11456,6 +12192,7 @@ const de_RadarChartVisual = (output, context) => {
|
|
|
11456
12192
|
ColumnHierarchies: (_) => de_ColumnHierarchyList(_, context),
|
|
11457
12193
|
Subtitle: _json,
|
|
11458
12194
|
Title: _json,
|
|
12195
|
+
VisualContentAltText: __expectString,
|
|
11459
12196
|
VisualId: __expectString,
|
|
11460
12197
|
});
|
|
11461
12198
|
};
|
|
@@ -11568,6 +12305,7 @@ const de_SankeyDiagramVisual = (output, context) => {
|
|
|
11568
12305
|
ChartConfiguration: (_) => de_SankeyDiagramChartConfiguration(_, context),
|
|
11569
12306
|
Subtitle: _json,
|
|
11570
12307
|
Title: _json,
|
|
12308
|
+
VisualContentAltText: __expectString,
|
|
11571
12309
|
VisualId: __expectString,
|
|
11572
12310
|
});
|
|
11573
12311
|
};
|
|
@@ -11617,6 +12355,7 @@ const de_ScatterPlotVisual = (output, context) => {
|
|
|
11617
12355
|
ColumnHierarchies: (_) => de_ColumnHierarchyList(_, context),
|
|
11618
12356
|
Subtitle: _json,
|
|
11619
12357
|
Title: _json,
|
|
12358
|
+
VisualContentAltText: __expectString,
|
|
11620
12359
|
VisualId: __expectString,
|
|
11621
12360
|
});
|
|
11622
12361
|
};
|
|
@@ -11669,11 +12408,19 @@ const de_ShapeConditionalFormat = (output, context) => {
|
|
|
11669
12408
|
BackgroundColor: (_) => de_ConditionalFormattingColor(_, context),
|
|
11670
12409
|
});
|
|
11671
12410
|
};
|
|
12411
|
+
const de_Sheet = (output, context) => {
|
|
12412
|
+
return take(output, {
|
|
12413
|
+
Images: (_) => de_SheetImageList(_, context),
|
|
12414
|
+
Name: __expectString,
|
|
12415
|
+
SheetId: __expectString,
|
|
12416
|
+
});
|
|
12417
|
+
};
|
|
11672
12418
|
const de_SheetDefinition = (output, context) => {
|
|
11673
12419
|
return take(output, {
|
|
11674
12420
|
ContentType: __expectString,
|
|
11675
12421
|
Description: __expectString,
|
|
11676
12422
|
FilterControls: (_) => de_FilterControlList(_, context),
|
|
12423
|
+
Images: (_) => de_SheetImageList(_, context),
|
|
11677
12424
|
Layouts: (_) => de_LayoutList(_, context),
|
|
11678
12425
|
Name: __expectString,
|
|
11679
12426
|
ParameterControls: (_) => de_ParameterControlList(_, context),
|
|
@@ -11692,6 +12439,33 @@ const de_SheetDefinitionList = (output, context) => {
|
|
|
11692
12439
|
});
|
|
11693
12440
|
return retVal;
|
|
11694
12441
|
};
|
|
12442
|
+
const de_SheetImage = (output, context) => {
|
|
12443
|
+
return take(output, {
|
|
12444
|
+
Actions: (_) => de_ImageCustomActionList(_, context),
|
|
12445
|
+
ImageContentAltText: __expectString,
|
|
12446
|
+
Interactions: _json,
|
|
12447
|
+
Scaling: _json,
|
|
12448
|
+
SheetImageId: __expectString,
|
|
12449
|
+
Source: _json,
|
|
12450
|
+
Tooltip: _json,
|
|
12451
|
+
});
|
|
12452
|
+
};
|
|
12453
|
+
const de_SheetImageList = (output, context) => {
|
|
12454
|
+
const retVal = (output || [])
|
|
12455
|
+
.filter((e) => e != null)
|
|
12456
|
+
.map((entry) => {
|
|
12457
|
+
return de_SheetImage(entry, context);
|
|
12458
|
+
});
|
|
12459
|
+
return retVal;
|
|
12460
|
+
};
|
|
12461
|
+
const de_SheetList = (output, context) => {
|
|
12462
|
+
const retVal = (output || [])
|
|
12463
|
+
.filter((e) => e != null)
|
|
12464
|
+
.map((entry) => {
|
|
12465
|
+
return de_Sheet(entry, context);
|
|
12466
|
+
});
|
|
12467
|
+
return retVal;
|
|
12468
|
+
};
|
|
11695
12469
|
const de_SnapshotConfiguration = (output, context) => {
|
|
11696
12470
|
return take(output, {
|
|
11697
12471
|
DestinationConfiguration: _json,
|
|
@@ -11767,6 +12541,7 @@ const de_TableVisual = (output, context) => {
|
|
|
11767
12541
|
ConditionalFormatting: (_) => de_TableConditionalFormatting(_, context),
|
|
11768
12542
|
Subtitle: _json,
|
|
11769
12543
|
Title: _json,
|
|
12544
|
+
VisualContentAltText: __expectString,
|
|
11770
12545
|
VisualId: __expectString,
|
|
11771
12546
|
});
|
|
11772
12547
|
};
|
|
@@ -11804,7 +12579,7 @@ const de_TemplateVersion = (output, context) => {
|
|
|
11804
12579
|
DataSetConfigurations: _json,
|
|
11805
12580
|
Description: __expectString,
|
|
11806
12581
|
Errors: _json,
|
|
11807
|
-
Sheets:
|
|
12582
|
+
Sheets: (_) => de_SheetList(_, context),
|
|
11808
12583
|
SourceEntityArn: __expectString,
|
|
11809
12584
|
Status: __expectString,
|
|
11810
12585
|
ThemeArn: __expectString,
|
|
@@ -11822,6 +12597,7 @@ const de_TemplateVersionDefinition = (output, context) => {
|
|
|
11822
12597
|
ParameterDeclarations: (_) => de_ParameterDeclarationList(_, context),
|
|
11823
12598
|
QueryExecutionOptions: _json,
|
|
11824
12599
|
Sheets: (_) => de_SheetDefinitionList(_, context),
|
|
12600
|
+
StaticFiles: _json,
|
|
11825
12601
|
});
|
|
11826
12602
|
};
|
|
11827
12603
|
const de_TemplateVersionSummary = (output, context) => {
|
|
@@ -12176,6 +12952,7 @@ const de_TreeMapVisual = (output, context) => {
|
|
|
12176
12952
|
ColumnHierarchies: (_) => de_ColumnHierarchyList(_, context),
|
|
12177
12953
|
Subtitle: _json,
|
|
12178
12954
|
Title: _json,
|
|
12955
|
+
VisualContentAltText: __expectString,
|
|
12179
12956
|
VisualId: __expectString,
|
|
12180
12957
|
});
|
|
12181
12958
|
};
|
|
@@ -12199,9 +12976,11 @@ const de_Visual = (output, context) => {
|
|
|
12199
12976
|
HistogramVisual: (_) => de_HistogramVisual(_, context),
|
|
12200
12977
|
InsightVisual: (_) => de_InsightVisual(_, context),
|
|
12201
12978
|
KPIVisual: (_) => de_KPIVisual(_, context),
|
|
12979
|
+
LayerMapVisual: (_) => de_LayerMapVisual(_, context),
|
|
12202
12980
|
LineChartVisual: (_) => de_LineChartVisual(_, context),
|
|
12203
12981
|
PieChartVisual: (_) => de_PieChartVisual(_, context),
|
|
12204
12982
|
PivotTableVisual: (_) => de_PivotTableVisual(_, context),
|
|
12983
|
+
PluginVisual: (_) => de_PluginVisual(_, context),
|
|
12205
12984
|
RadarChartVisual: (_) => de_RadarChartVisual(_, context),
|
|
12206
12985
|
SankeyDiagramVisual: (_) => de_SankeyDiagramVisual(_, context),
|
|
12207
12986
|
ScatterPlotVisual: (_) => de_ScatterPlotVisual(_, context),
|
|
@@ -12333,6 +13112,7 @@ const de_WaterfallVisual = (output, context) => {
|
|
|
12333
13112
|
ColumnHierarchies: (_) => de_ColumnHierarchyList(_, context),
|
|
12334
13113
|
Subtitle: _json,
|
|
12335
13114
|
Title: _json,
|
|
13115
|
+
VisualContentAltText: __expectString,
|
|
12336
13116
|
VisualId: __expectString,
|
|
12337
13117
|
});
|
|
12338
13118
|
};
|
|
@@ -12390,6 +13170,7 @@ const de_WordCloudVisual = (output, context) => {
|
|
|
12390
13170
|
ColumnHierarchies: (_) => de_ColumnHierarchyList(_, context),
|
|
12391
13171
|
Subtitle: _json,
|
|
12392
13172
|
Title: _json,
|
|
13173
|
+
VisualContentAltText: __expectString,
|
|
12393
13174
|
VisualId: __expectString,
|
|
12394
13175
|
});
|
|
12395
13176
|
};
|