@aws-sdk/client-quicksight 3.948.0 → 3.950.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 +8 -0
- package/dist-cjs/index.js +415 -101
- package/dist-es/QuickSight.js +2 -0
- package/dist-es/commands/GetIdentityContextCommand.js +16 -0
- package/dist-es/commands/index.js +1 -0
- package/dist-es/models/enums.js +49 -17
- package/dist-es/schemas/schemas_0.js +349 -84
- package/dist-types/QuickSight.d.ts +7 -0
- package/dist-types/QuickSightClient.d.ts +3 -2
- package/dist-types/commands/CreateAnalysisCommand.d.ts +194 -0
- package/dist-types/commands/CreateDashboardCommand.d.ts +194 -0
- package/dist-types/commands/CreateDataSetCommand.d.ts +1 -1
- package/dist-types/commands/CreateDataSourceCommand.d.ts +5 -0
- package/dist-types/commands/CreateTemplateCommand.d.ts +194 -0
- package/dist-types/commands/DescribeAnalysisDefinitionCommand.d.ts +194 -0
- package/dist-types/commands/DescribeDashboardDefinitionCommand.d.ts +194 -0
- package/dist-types/commands/DescribeDashboardSnapshotJobCommand.d.ts +19 -0
- package/dist-types/commands/DescribeDashboardSnapshotJobResultCommand.d.ts +89 -0
- package/dist-types/commands/DescribeTemplateDefinitionCommand.d.ts +194 -0
- package/dist-types/commands/DescribeThemeAliasCommand.d.ts +1 -1
- package/dist-types/commands/DescribeThemeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeThemePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTopicCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTopicPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTopicRefreshCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTopicRefreshScheduleCommand.d.ts +1 -1
- package/dist-types/commands/DescribeUserCommand.d.ts +1 -1
- package/dist-types/commands/GetIdentityContextCommand.d.ts +143 -0
- package/dist-types/commands/StartDashboardSnapshotJobCommand.d.ts +55 -0
- package/dist-types/commands/UpdateAnalysisCommand.d.ts +194 -0
- package/dist-types/commands/UpdateDashboardCommand.d.ts +194 -0
- package/dist-types/commands/UpdateDataSourceCommand.d.ts +5 -0
- package/dist-types/commands/UpdateTemplateCommand.d.ts +194 -0
- package/dist-types/commands/index.d.ts +1 -0
- package/dist-types/models/enums.d.ts +97 -41
- package/dist-types/models/models_0.d.ts +265 -162
- package/dist-types/models/models_1.d.ts +615 -822
- package/dist-types/models/models_2.d.ts +5138 -5090
- package/dist-types/models/models_3.d.ts +3935 -3902
- package/dist-types/models/models_4.d.ts +727 -7
- package/dist-types/schemas/schemas_0.d.ts +33 -0
- package/dist-types/ts3.4/QuickSight.d.ts +17 -0
- package/dist-types/ts3.4/QuickSightClient.d.ts +6 -0
- package/dist-types/ts3.4/commands/CreateDataSetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeThemeAliasCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeThemeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeThemePermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTopicCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTopicPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTopicRefreshCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTopicRefreshScheduleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeUserCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetIdentityContextCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +1 -0
- package/dist-types/ts3.4/models/enums.d.ts +61 -23
- package/dist-types/ts3.4/models/models_0.d.ts +41 -38
- package/dist-types/ts3.4/models/models_1.d.ts +140 -164
- package/dist-types/ts3.4/models/models_2.d.ts +174 -176
- package/dist-types/ts3.4/models/models_3.d.ts +183 -147
- package/dist-types/ts3.4/models/models_4.d.ts +189 -13
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +33 -0
- package/package.json +1 -1
|
@@ -120,6 +120,7 @@ import { GenerateEmbedUrlForRegisteredUserWithIdentityCommandInput, GenerateEmbe
|
|
|
120
120
|
import { GetDashboardEmbedUrlCommandInput, GetDashboardEmbedUrlCommandOutput } from "./commands/GetDashboardEmbedUrlCommand";
|
|
121
121
|
import { GetFlowMetadataCommandInput, GetFlowMetadataCommandOutput } from "./commands/GetFlowMetadataCommand";
|
|
122
122
|
import { GetFlowPermissionsCommandInput, GetFlowPermissionsCommandOutput } from "./commands/GetFlowPermissionsCommand";
|
|
123
|
+
import { GetIdentityContextCommandInput, GetIdentityContextCommandOutput } from "./commands/GetIdentityContextCommand";
|
|
123
124
|
import { GetSessionEmbedUrlCommandInput, GetSessionEmbedUrlCommandOutput } from "./commands/GetSessionEmbedUrlCommand";
|
|
124
125
|
import { ListActionConnectorsCommandInput, ListActionConnectorsCommandOutput } from "./commands/ListActionConnectorsCommand";
|
|
125
126
|
import { ListAnalysesCommandInput, ListAnalysesCommandOutput } from "./commands/ListAnalysesCommand";
|
|
@@ -952,6 +953,12 @@ export interface QuickSight {
|
|
|
952
953
|
getFlowPermissions(args: GetFlowPermissionsCommandInput, options?: __HttpHandlerOptions): Promise<GetFlowPermissionsCommandOutput>;
|
|
953
954
|
getFlowPermissions(args: GetFlowPermissionsCommandInput, cb: (err: any, data?: GetFlowPermissionsCommandOutput) => void): void;
|
|
954
955
|
getFlowPermissions(args: GetFlowPermissionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetFlowPermissionsCommandOutput) => void): void;
|
|
956
|
+
/**
|
|
957
|
+
* @see {@link GetIdentityContextCommand}
|
|
958
|
+
*/
|
|
959
|
+
getIdentityContext(args: GetIdentityContextCommandInput, options?: __HttpHandlerOptions): Promise<GetIdentityContextCommandOutput>;
|
|
960
|
+
getIdentityContext(args: GetIdentityContextCommandInput, cb: (err: any, data?: GetIdentityContextCommandOutput) => void): void;
|
|
961
|
+
getIdentityContext(args: GetIdentityContextCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetIdentityContextCommandOutput) => void): void;
|
|
955
962
|
/**
|
|
956
963
|
* @see {@link GetSessionEmbedUrlCommand}
|
|
957
964
|
*/
|
|
@@ -128,6 +128,7 @@ import { GenerateEmbedUrlForRegisteredUserWithIdentityCommandInput, GenerateEmbe
|
|
|
128
128
|
import { GetDashboardEmbedUrlCommandInput, GetDashboardEmbedUrlCommandOutput } from "./commands/GetDashboardEmbedUrlCommand";
|
|
129
129
|
import { GetFlowMetadataCommandInput, GetFlowMetadataCommandOutput } from "./commands/GetFlowMetadataCommand";
|
|
130
130
|
import { GetFlowPermissionsCommandInput, GetFlowPermissionsCommandOutput } from "./commands/GetFlowPermissionsCommand";
|
|
131
|
+
import { GetIdentityContextCommandInput, GetIdentityContextCommandOutput } from "./commands/GetIdentityContextCommand";
|
|
131
132
|
import { GetSessionEmbedUrlCommandInput, GetSessionEmbedUrlCommandOutput } from "./commands/GetSessionEmbedUrlCommand";
|
|
132
133
|
import { ListActionConnectorsCommandInput, ListActionConnectorsCommandOutput } from "./commands/ListActionConnectorsCommand";
|
|
133
134
|
import { ListAnalysesCommandInput, ListAnalysesCommandOutput } from "./commands/ListAnalysesCommand";
|
|
@@ -238,11 +239,11 @@ export { __Client };
|
|
|
238
239
|
/**
|
|
239
240
|
* @public
|
|
240
241
|
*/
|
|
241
|
-
export type ServiceInputTypes = BatchCreateTopicReviewedAnswerCommandInput | BatchDeleteTopicReviewedAnswerCommandInput | CancelIngestionCommandInput | CreateAccountCustomizationCommandInput | CreateAccountSubscriptionCommandInput | CreateActionConnectorCommandInput | CreateAnalysisCommandInput | CreateBrandCommandInput | CreateCustomPermissionsCommandInput | CreateDashboardCommandInput | CreateDataSetCommandInput | CreateDataSourceCommandInput | CreateFolderCommandInput | CreateFolderMembershipCommandInput | CreateGroupCommandInput | CreateGroupMembershipCommandInput | CreateIAMPolicyAssignmentCommandInput | CreateIngestionCommandInput | CreateNamespaceCommandInput | CreateRefreshScheduleCommandInput | CreateRoleMembershipCommandInput | CreateTemplateAliasCommandInput | CreateTemplateCommandInput | CreateThemeAliasCommandInput | CreateThemeCommandInput | CreateTopicCommandInput | CreateTopicRefreshScheduleCommandInput | CreateVPCConnectionCommandInput | DeleteAccountCustomPermissionCommandInput | DeleteAccountCustomizationCommandInput | DeleteAccountSubscriptionCommandInput | DeleteActionConnectorCommandInput | DeleteAnalysisCommandInput | DeleteBrandAssignmentCommandInput | DeleteBrandCommandInput | DeleteCustomPermissionsCommandInput | DeleteDashboardCommandInput | DeleteDataSetCommandInput | DeleteDataSetRefreshPropertiesCommandInput | DeleteDataSourceCommandInput | DeleteDefaultQBusinessApplicationCommandInput | DeleteFolderCommandInput | DeleteFolderMembershipCommandInput | DeleteGroupCommandInput | DeleteGroupMembershipCommandInput | DeleteIAMPolicyAssignmentCommandInput | DeleteIdentityPropagationConfigCommandInput | DeleteNamespaceCommandInput | DeleteRefreshScheduleCommandInput | DeleteRoleCustomPermissionCommandInput | DeleteRoleMembershipCommandInput | DeleteTemplateAliasCommandInput | DeleteTemplateCommandInput | DeleteThemeAliasCommandInput | DeleteThemeCommandInput | DeleteTopicCommandInput | DeleteTopicRefreshScheduleCommandInput | DeleteUserByPrincipalIdCommandInput | DeleteUserCommandInput | DeleteUserCustomPermissionCommandInput | DeleteVPCConnectionCommandInput | DescribeAccountCustomPermissionCommandInput | DescribeAccountCustomizationCommandInput | DescribeAccountSettingsCommandInput | DescribeAccountSubscriptionCommandInput | DescribeActionConnectorCommandInput | DescribeActionConnectorPermissionsCommandInput | DescribeAnalysisCommandInput | DescribeAnalysisDefinitionCommandInput | DescribeAnalysisPermissionsCommandInput | DescribeAssetBundleExportJobCommandInput | DescribeAssetBundleImportJobCommandInput | DescribeBrandAssignmentCommandInput | DescribeBrandCommandInput | DescribeBrandPublishedVersionCommandInput | DescribeCustomPermissionsCommandInput | DescribeDashboardCommandInput | DescribeDashboardDefinitionCommandInput | DescribeDashboardPermissionsCommandInput | DescribeDashboardSnapshotJobCommandInput | DescribeDashboardSnapshotJobResultCommandInput | DescribeDashboardsQAConfigurationCommandInput | DescribeDataSetCommandInput | DescribeDataSetPermissionsCommandInput | DescribeDataSetRefreshPropertiesCommandInput | DescribeDataSourceCommandInput | DescribeDataSourcePermissionsCommandInput | DescribeDefaultQBusinessApplicationCommandInput | DescribeFolderCommandInput | DescribeFolderPermissionsCommandInput | DescribeFolderResolvedPermissionsCommandInput | DescribeGroupCommandInput | DescribeGroupMembershipCommandInput | DescribeIAMPolicyAssignmentCommandInput | DescribeIngestionCommandInput | DescribeIpRestrictionCommandInput | DescribeKeyRegistrationCommandInput | DescribeNamespaceCommandInput | DescribeQPersonalizationConfigurationCommandInput | DescribeQuickSightQSearchConfigurationCommandInput | DescribeRefreshScheduleCommandInput | DescribeRoleCustomPermissionCommandInput | DescribeTemplateAliasCommandInput | DescribeTemplateCommandInput | DescribeTemplateDefinitionCommandInput | DescribeTemplatePermissionsCommandInput | DescribeThemeAliasCommandInput | DescribeThemeCommandInput | DescribeThemePermissionsCommandInput | DescribeTopicCommandInput | DescribeTopicPermissionsCommandInput | DescribeTopicRefreshCommandInput | DescribeTopicRefreshScheduleCommandInput | DescribeUserCommandInput | DescribeVPCConnectionCommandInput | GenerateEmbedUrlForAnonymousUserCommandInput | GenerateEmbedUrlForRegisteredUserCommandInput | GenerateEmbedUrlForRegisteredUserWithIdentityCommandInput | GetDashboardEmbedUrlCommandInput | GetFlowMetadataCommandInput | GetFlowPermissionsCommandInput | GetSessionEmbedUrlCommandInput | ListActionConnectorsCommandInput | ListAnalysesCommandInput | ListAssetBundleExportJobsCommandInput | ListAssetBundleImportJobsCommandInput | ListBrandsCommandInput | ListCustomPermissionsCommandInput | ListDashboardVersionsCommandInput | ListDashboardsCommandInput | ListDataSetsCommandInput | ListDataSourcesCommandInput | ListFlowsCommandInput | ListFolderMembersCommandInput | ListFoldersCommandInput | ListFoldersForResourceCommandInput | ListGroupMembershipsCommandInput | ListGroupsCommandInput | ListIAMPolicyAssignmentsCommandInput | ListIAMPolicyAssignmentsForUserCommandInput | ListIdentityPropagationConfigsCommandInput | ListIngestionsCommandInput | ListNamespacesCommandInput | ListRefreshSchedulesCommandInput | ListRoleMembershipsCommandInput | ListTagsForResourceCommandInput | ListTemplateAliasesCommandInput | ListTemplateVersionsCommandInput | ListTemplatesCommandInput | ListThemeAliasesCommandInput | ListThemeVersionsCommandInput | ListThemesCommandInput | ListTopicRefreshSchedulesCommandInput | ListTopicReviewedAnswersCommandInput | ListTopicsCommandInput | ListUserGroupsCommandInput | ListUsersCommandInput | ListVPCConnectionsCommandInput | PredictQAResultsCommandInput | PutDataSetRefreshPropertiesCommandInput | RegisterUserCommandInput | RestoreAnalysisCommandInput | SearchActionConnectorsCommandInput | SearchAnalysesCommandInput | SearchDashboardsCommandInput | SearchDataSetsCommandInput | SearchDataSourcesCommandInput | SearchFlowsCommandInput | SearchFoldersCommandInput | SearchGroupsCommandInput | SearchTopicsCommandInput | StartAssetBundleExportJobCommandInput | StartAssetBundleImportJobCommandInput | StartDashboardSnapshotJobCommandInput | StartDashboardSnapshotJobScheduleCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateAccountCustomPermissionCommandInput | UpdateAccountCustomizationCommandInput | UpdateAccountSettingsCommandInput | UpdateActionConnectorCommandInput | UpdateActionConnectorPermissionsCommandInput | UpdateAnalysisCommandInput | UpdateAnalysisPermissionsCommandInput | UpdateApplicationWithTokenExchangeGrantCommandInput | UpdateBrandAssignmentCommandInput | UpdateBrandCommandInput | UpdateBrandPublishedVersionCommandInput | UpdateCustomPermissionsCommandInput | UpdateDashboardCommandInput | UpdateDashboardLinksCommandInput | UpdateDashboardPermissionsCommandInput | UpdateDashboardPublishedVersionCommandInput | UpdateDashboardsQAConfigurationCommandInput | UpdateDataSetCommandInput | UpdateDataSetPermissionsCommandInput | UpdateDataSourceCommandInput | UpdateDataSourcePermissionsCommandInput | UpdateDefaultQBusinessApplicationCommandInput | UpdateFlowPermissionsCommandInput | UpdateFolderCommandInput | UpdateFolderPermissionsCommandInput | UpdateGroupCommandInput | UpdateIAMPolicyAssignmentCommandInput | UpdateIdentityPropagationConfigCommandInput | UpdateIpRestrictionCommandInput | UpdateKeyRegistrationCommandInput | UpdatePublicSharingSettingsCommandInput | UpdateQPersonalizationConfigurationCommandInput | UpdateQuickSightQSearchConfigurationCommandInput | UpdateRefreshScheduleCommandInput | UpdateRoleCustomPermissionCommandInput | UpdateSPICECapacityConfigurationCommandInput | UpdateTemplateAliasCommandInput | UpdateTemplateCommandInput | UpdateTemplatePermissionsCommandInput | UpdateThemeAliasCommandInput | UpdateThemeCommandInput | UpdateThemePermissionsCommandInput | UpdateTopicCommandInput | UpdateTopicPermissionsCommandInput | UpdateTopicRefreshScheduleCommandInput | UpdateUserCommandInput | UpdateUserCustomPermissionCommandInput | UpdateVPCConnectionCommandInput;
|
|
242
|
+
export type ServiceInputTypes = BatchCreateTopicReviewedAnswerCommandInput | BatchDeleteTopicReviewedAnswerCommandInput | CancelIngestionCommandInput | CreateAccountCustomizationCommandInput | CreateAccountSubscriptionCommandInput | CreateActionConnectorCommandInput | CreateAnalysisCommandInput | CreateBrandCommandInput | CreateCustomPermissionsCommandInput | CreateDashboardCommandInput | CreateDataSetCommandInput | CreateDataSourceCommandInput | CreateFolderCommandInput | CreateFolderMembershipCommandInput | CreateGroupCommandInput | CreateGroupMembershipCommandInput | CreateIAMPolicyAssignmentCommandInput | CreateIngestionCommandInput | CreateNamespaceCommandInput | CreateRefreshScheduleCommandInput | CreateRoleMembershipCommandInput | CreateTemplateAliasCommandInput | CreateTemplateCommandInput | CreateThemeAliasCommandInput | CreateThemeCommandInput | CreateTopicCommandInput | CreateTopicRefreshScheduleCommandInput | CreateVPCConnectionCommandInput | DeleteAccountCustomPermissionCommandInput | DeleteAccountCustomizationCommandInput | DeleteAccountSubscriptionCommandInput | DeleteActionConnectorCommandInput | DeleteAnalysisCommandInput | DeleteBrandAssignmentCommandInput | DeleteBrandCommandInput | DeleteCustomPermissionsCommandInput | DeleteDashboardCommandInput | DeleteDataSetCommandInput | DeleteDataSetRefreshPropertiesCommandInput | DeleteDataSourceCommandInput | DeleteDefaultQBusinessApplicationCommandInput | DeleteFolderCommandInput | DeleteFolderMembershipCommandInput | DeleteGroupCommandInput | DeleteGroupMembershipCommandInput | DeleteIAMPolicyAssignmentCommandInput | DeleteIdentityPropagationConfigCommandInput | DeleteNamespaceCommandInput | DeleteRefreshScheduleCommandInput | DeleteRoleCustomPermissionCommandInput | DeleteRoleMembershipCommandInput | DeleteTemplateAliasCommandInput | DeleteTemplateCommandInput | DeleteThemeAliasCommandInput | DeleteThemeCommandInput | DeleteTopicCommandInput | DeleteTopicRefreshScheduleCommandInput | DeleteUserByPrincipalIdCommandInput | DeleteUserCommandInput | DeleteUserCustomPermissionCommandInput | DeleteVPCConnectionCommandInput | DescribeAccountCustomPermissionCommandInput | DescribeAccountCustomizationCommandInput | DescribeAccountSettingsCommandInput | DescribeAccountSubscriptionCommandInput | DescribeActionConnectorCommandInput | DescribeActionConnectorPermissionsCommandInput | DescribeAnalysisCommandInput | DescribeAnalysisDefinitionCommandInput | DescribeAnalysisPermissionsCommandInput | DescribeAssetBundleExportJobCommandInput | DescribeAssetBundleImportJobCommandInput | DescribeBrandAssignmentCommandInput | DescribeBrandCommandInput | DescribeBrandPublishedVersionCommandInput | DescribeCustomPermissionsCommandInput | DescribeDashboardCommandInput | DescribeDashboardDefinitionCommandInput | DescribeDashboardPermissionsCommandInput | DescribeDashboardSnapshotJobCommandInput | DescribeDashboardSnapshotJobResultCommandInput | DescribeDashboardsQAConfigurationCommandInput | DescribeDataSetCommandInput | DescribeDataSetPermissionsCommandInput | DescribeDataSetRefreshPropertiesCommandInput | DescribeDataSourceCommandInput | DescribeDataSourcePermissionsCommandInput | DescribeDefaultQBusinessApplicationCommandInput | DescribeFolderCommandInput | DescribeFolderPermissionsCommandInput | DescribeFolderResolvedPermissionsCommandInput | DescribeGroupCommandInput | DescribeGroupMembershipCommandInput | DescribeIAMPolicyAssignmentCommandInput | DescribeIngestionCommandInput | DescribeIpRestrictionCommandInput | DescribeKeyRegistrationCommandInput | DescribeNamespaceCommandInput | DescribeQPersonalizationConfigurationCommandInput | DescribeQuickSightQSearchConfigurationCommandInput | DescribeRefreshScheduleCommandInput | DescribeRoleCustomPermissionCommandInput | DescribeTemplateAliasCommandInput | DescribeTemplateCommandInput | DescribeTemplateDefinitionCommandInput | DescribeTemplatePermissionsCommandInput | DescribeThemeAliasCommandInput | DescribeThemeCommandInput | DescribeThemePermissionsCommandInput | DescribeTopicCommandInput | DescribeTopicPermissionsCommandInput | DescribeTopicRefreshCommandInput | DescribeTopicRefreshScheduleCommandInput | DescribeUserCommandInput | DescribeVPCConnectionCommandInput | GenerateEmbedUrlForAnonymousUserCommandInput | GenerateEmbedUrlForRegisteredUserCommandInput | GenerateEmbedUrlForRegisteredUserWithIdentityCommandInput | GetDashboardEmbedUrlCommandInput | GetFlowMetadataCommandInput | GetFlowPermissionsCommandInput | GetIdentityContextCommandInput | GetSessionEmbedUrlCommandInput | ListActionConnectorsCommandInput | ListAnalysesCommandInput | ListAssetBundleExportJobsCommandInput | ListAssetBundleImportJobsCommandInput | ListBrandsCommandInput | ListCustomPermissionsCommandInput | ListDashboardVersionsCommandInput | ListDashboardsCommandInput | ListDataSetsCommandInput | ListDataSourcesCommandInput | ListFlowsCommandInput | ListFolderMembersCommandInput | ListFoldersCommandInput | ListFoldersForResourceCommandInput | ListGroupMembershipsCommandInput | ListGroupsCommandInput | ListIAMPolicyAssignmentsCommandInput | ListIAMPolicyAssignmentsForUserCommandInput | ListIdentityPropagationConfigsCommandInput | ListIngestionsCommandInput | ListNamespacesCommandInput | ListRefreshSchedulesCommandInput | ListRoleMembershipsCommandInput | ListTagsForResourceCommandInput | ListTemplateAliasesCommandInput | ListTemplateVersionsCommandInput | ListTemplatesCommandInput | ListThemeAliasesCommandInput | ListThemeVersionsCommandInput | ListThemesCommandInput | ListTopicRefreshSchedulesCommandInput | ListTopicReviewedAnswersCommandInput | ListTopicsCommandInput | ListUserGroupsCommandInput | ListUsersCommandInput | ListVPCConnectionsCommandInput | PredictQAResultsCommandInput | PutDataSetRefreshPropertiesCommandInput | RegisterUserCommandInput | RestoreAnalysisCommandInput | SearchActionConnectorsCommandInput | SearchAnalysesCommandInput | SearchDashboardsCommandInput | SearchDataSetsCommandInput | SearchDataSourcesCommandInput | SearchFlowsCommandInput | SearchFoldersCommandInput | SearchGroupsCommandInput | SearchTopicsCommandInput | StartAssetBundleExportJobCommandInput | StartAssetBundleImportJobCommandInput | StartDashboardSnapshotJobCommandInput | StartDashboardSnapshotJobScheduleCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateAccountCustomPermissionCommandInput | UpdateAccountCustomizationCommandInput | UpdateAccountSettingsCommandInput | UpdateActionConnectorCommandInput | UpdateActionConnectorPermissionsCommandInput | UpdateAnalysisCommandInput | UpdateAnalysisPermissionsCommandInput | UpdateApplicationWithTokenExchangeGrantCommandInput | UpdateBrandAssignmentCommandInput | UpdateBrandCommandInput | UpdateBrandPublishedVersionCommandInput | UpdateCustomPermissionsCommandInput | UpdateDashboardCommandInput | UpdateDashboardLinksCommandInput | UpdateDashboardPermissionsCommandInput | UpdateDashboardPublishedVersionCommandInput | UpdateDashboardsQAConfigurationCommandInput | UpdateDataSetCommandInput | UpdateDataSetPermissionsCommandInput | UpdateDataSourceCommandInput | UpdateDataSourcePermissionsCommandInput | UpdateDefaultQBusinessApplicationCommandInput | UpdateFlowPermissionsCommandInput | UpdateFolderCommandInput | UpdateFolderPermissionsCommandInput | UpdateGroupCommandInput | UpdateIAMPolicyAssignmentCommandInput | UpdateIdentityPropagationConfigCommandInput | UpdateIpRestrictionCommandInput | UpdateKeyRegistrationCommandInput | UpdatePublicSharingSettingsCommandInput | UpdateQPersonalizationConfigurationCommandInput | UpdateQuickSightQSearchConfigurationCommandInput | UpdateRefreshScheduleCommandInput | UpdateRoleCustomPermissionCommandInput | UpdateSPICECapacityConfigurationCommandInput | UpdateTemplateAliasCommandInput | UpdateTemplateCommandInput | UpdateTemplatePermissionsCommandInput | UpdateThemeAliasCommandInput | UpdateThemeCommandInput | UpdateThemePermissionsCommandInput | UpdateTopicCommandInput | UpdateTopicPermissionsCommandInput | UpdateTopicRefreshScheduleCommandInput | UpdateUserCommandInput | UpdateUserCustomPermissionCommandInput | UpdateVPCConnectionCommandInput;
|
|
242
243
|
/**
|
|
243
244
|
* @public
|
|
244
245
|
*/
|
|
245
|
-
export type ServiceOutputTypes = BatchCreateTopicReviewedAnswerCommandOutput | BatchDeleteTopicReviewedAnswerCommandOutput | CancelIngestionCommandOutput | CreateAccountCustomizationCommandOutput | CreateAccountSubscriptionCommandOutput | CreateActionConnectorCommandOutput | CreateAnalysisCommandOutput | CreateBrandCommandOutput | CreateCustomPermissionsCommandOutput | CreateDashboardCommandOutput | CreateDataSetCommandOutput | CreateDataSourceCommandOutput | CreateFolderCommandOutput | CreateFolderMembershipCommandOutput | CreateGroupCommandOutput | CreateGroupMembershipCommandOutput | CreateIAMPolicyAssignmentCommandOutput | CreateIngestionCommandOutput | CreateNamespaceCommandOutput | CreateRefreshScheduleCommandOutput | CreateRoleMembershipCommandOutput | CreateTemplateAliasCommandOutput | CreateTemplateCommandOutput | CreateThemeAliasCommandOutput | CreateThemeCommandOutput | CreateTopicCommandOutput | CreateTopicRefreshScheduleCommandOutput | CreateVPCConnectionCommandOutput | DeleteAccountCustomPermissionCommandOutput | DeleteAccountCustomizationCommandOutput | DeleteAccountSubscriptionCommandOutput | DeleteActionConnectorCommandOutput | DeleteAnalysisCommandOutput | DeleteBrandAssignmentCommandOutput | DeleteBrandCommandOutput | DeleteCustomPermissionsCommandOutput | DeleteDashboardCommandOutput | DeleteDataSetCommandOutput | DeleteDataSetRefreshPropertiesCommandOutput | DeleteDataSourceCommandOutput | DeleteDefaultQBusinessApplicationCommandOutput | DeleteFolderCommandOutput | DeleteFolderMembershipCommandOutput | DeleteGroupCommandOutput | DeleteGroupMembershipCommandOutput | DeleteIAMPolicyAssignmentCommandOutput | DeleteIdentityPropagationConfigCommandOutput | DeleteNamespaceCommandOutput | DeleteRefreshScheduleCommandOutput | DeleteRoleCustomPermissionCommandOutput | DeleteRoleMembershipCommandOutput | DeleteTemplateAliasCommandOutput | DeleteTemplateCommandOutput | DeleteThemeAliasCommandOutput | DeleteThemeCommandOutput | DeleteTopicCommandOutput | DeleteTopicRefreshScheduleCommandOutput | DeleteUserByPrincipalIdCommandOutput | DeleteUserCommandOutput | DeleteUserCustomPermissionCommandOutput | DeleteVPCConnectionCommandOutput | DescribeAccountCustomPermissionCommandOutput | DescribeAccountCustomizationCommandOutput | DescribeAccountSettingsCommandOutput | DescribeAccountSubscriptionCommandOutput | DescribeActionConnectorCommandOutput | DescribeActionConnectorPermissionsCommandOutput | DescribeAnalysisCommandOutput | DescribeAnalysisDefinitionCommandOutput | DescribeAnalysisPermissionsCommandOutput | DescribeAssetBundleExportJobCommandOutput | DescribeAssetBundleImportJobCommandOutput | DescribeBrandAssignmentCommandOutput | DescribeBrandCommandOutput | DescribeBrandPublishedVersionCommandOutput | DescribeCustomPermissionsCommandOutput | DescribeDashboardCommandOutput | DescribeDashboardDefinitionCommandOutput | DescribeDashboardPermissionsCommandOutput | DescribeDashboardSnapshotJobCommandOutput | DescribeDashboardSnapshotJobResultCommandOutput | DescribeDashboardsQAConfigurationCommandOutput | DescribeDataSetCommandOutput | DescribeDataSetPermissionsCommandOutput | DescribeDataSetRefreshPropertiesCommandOutput | DescribeDataSourceCommandOutput | DescribeDataSourcePermissionsCommandOutput | DescribeDefaultQBusinessApplicationCommandOutput | DescribeFolderCommandOutput | DescribeFolderPermissionsCommandOutput | DescribeFolderResolvedPermissionsCommandOutput | DescribeGroupCommandOutput | DescribeGroupMembershipCommandOutput | DescribeIAMPolicyAssignmentCommandOutput | DescribeIngestionCommandOutput | DescribeIpRestrictionCommandOutput | DescribeKeyRegistrationCommandOutput | DescribeNamespaceCommandOutput | DescribeQPersonalizationConfigurationCommandOutput | DescribeQuickSightQSearchConfigurationCommandOutput | DescribeRefreshScheduleCommandOutput | DescribeRoleCustomPermissionCommandOutput | DescribeTemplateAliasCommandOutput | DescribeTemplateCommandOutput | DescribeTemplateDefinitionCommandOutput | DescribeTemplatePermissionsCommandOutput | DescribeThemeAliasCommandOutput | DescribeThemeCommandOutput | DescribeThemePermissionsCommandOutput | DescribeTopicCommandOutput | DescribeTopicPermissionsCommandOutput | DescribeTopicRefreshCommandOutput | DescribeTopicRefreshScheduleCommandOutput | DescribeUserCommandOutput | DescribeVPCConnectionCommandOutput | GenerateEmbedUrlForAnonymousUserCommandOutput | GenerateEmbedUrlForRegisteredUserCommandOutput | GenerateEmbedUrlForRegisteredUserWithIdentityCommandOutput | GetDashboardEmbedUrlCommandOutput | GetFlowMetadataCommandOutput | GetFlowPermissionsCommandOutput | GetSessionEmbedUrlCommandOutput | ListActionConnectorsCommandOutput | ListAnalysesCommandOutput | ListAssetBundleExportJobsCommandOutput | ListAssetBundleImportJobsCommandOutput | ListBrandsCommandOutput | ListCustomPermissionsCommandOutput | ListDashboardVersionsCommandOutput | ListDashboardsCommandOutput | ListDataSetsCommandOutput | ListDataSourcesCommandOutput | ListFlowsCommandOutput | ListFolderMembersCommandOutput | ListFoldersCommandOutput | ListFoldersForResourceCommandOutput | ListGroupMembershipsCommandOutput | ListGroupsCommandOutput | ListIAMPolicyAssignmentsCommandOutput | ListIAMPolicyAssignmentsForUserCommandOutput | ListIdentityPropagationConfigsCommandOutput | ListIngestionsCommandOutput | ListNamespacesCommandOutput | ListRefreshSchedulesCommandOutput | ListRoleMembershipsCommandOutput | ListTagsForResourceCommandOutput | ListTemplateAliasesCommandOutput | ListTemplateVersionsCommandOutput | ListTemplatesCommandOutput | ListThemeAliasesCommandOutput | ListThemeVersionsCommandOutput | ListThemesCommandOutput | ListTopicRefreshSchedulesCommandOutput | ListTopicReviewedAnswersCommandOutput | ListTopicsCommandOutput | ListUserGroupsCommandOutput | ListUsersCommandOutput | ListVPCConnectionsCommandOutput | PredictQAResultsCommandOutput | PutDataSetRefreshPropertiesCommandOutput | RegisterUserCommandOutput | RestoreAnalysisCommandOutput | SearchActionConnectorsCommandOutput | SearchAnalysesCommandOutput | SearchDashboardsCommandOutput | SearchDataSetsCommandOutput | SearchDataSourcesCommandOutput | SearchFlowsCommandOutput | SearchFoldersCommandOutput | SearchGroupsCommandOutput | SearchTopicsCommandOutput | StartAssetBundleExportJobCommandOutput | StartAssetBundleImportJobCommandOutput | StartDashboardSnapshotJobCommandOutput | StartDashboardSnapshotJobScheduleCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateAccountCustomPermissionCommandOutput | UpdateAccountCustomizationCommandOutput | UpdateAccountSettingsCommandOutput | UpdateActionConnectorCommandOutput | UpdateActionConnectorPermissionsCommandOutput | UpdateAnalysisCommandOutput | UpdateAnalysisPermissionsCommandOutput | UpdateApplicationWithTokenExchangeGrantCommandOutput | UpdateBrandAssignmentCommandOutput | UpdateBrandCommandOutput | UpdateBrandPublishedVersionCommandOutput | UpdateCustomPermissionsCommandOutput | UpdateDashboardCommandOutput | UpdateDashboardLinksCommandOutput | UpdateDashboardPermissionsCommandOutput | UpdateDashboardPublishedVersionCommandOutput | UpdateDashboardsQAConfigurationCommandOutput | UpdateDataSetCommandOutput | UpdateDataSetPermissionsCommandOutput | UpdateDataSourceCommandOutput | UpdateDataSourcePermissionsCommandOutput | UpdateDefaultQBusinessApplicationCommandOutput | UpdateFlowPermissionsCommandOutput | UpdateFolderCommandOutput | UpdateFolderPermissionsCommandOutput | UpdateGroupCommandOutput | UpdateIAMPolicyAssignmentCommandOutput | UpdateIdentityPropagationConfigCommandOutput | UpdateIpRestrictionCommandOutput | UpdateKeyRegistrationCommandOutput | UpdatePublicSharingSettingsCommandOutput | UpdateQPersonalizationConfigurationCommandOutput | UpdateQuickSightQSearchConfigurationCommandOutput | UpdateRefreshScheduleCommandOutput | UpdateRoleCustomPermissionCommandOutput | UpdateSPICECapacityConfigurationCommandOutput | UpdateTemplateAliasCommandOutput | UpdateTemplateCommandOutput | UpdateTemplatePermissionsCommandOutput | UpdateThemeAliasCommandOutput | UpdateThemeCommandOutput | UpdateThemePermissionsCommandOutput | UpdateTopicCommandOutput | UpdateTopicPermissionsCommandOutput | UpdateTopicRefreshScheduleCommandOutput | UpdateUserCommandOutput | UpdateUserCustomPermissionCommandOutput | UpdateVPCConnectionCommandOutput;
|
|
246
|
+
export type ServiceOutputTypes = BatchCreateTopicReviewedAnswerCommandOutput | BatchDeleteTopicReviewedAnswerCommandOutput | CancelIngestionCommandOutput | CreateAccountCustomizationCommandOutput | CreateAccountSubscriptionCommandOutput | CreateActionConnectorCommandOutput | CreateAnalysisCommandOutput | CreateBrandCommandOutput | CreateCustomPermissionsCommandOutput | CreateDashboardCommandOutput | CreateDataSetCommandOutput | CreateDataSourceCommandOutput | CreateFolderCommandOutput | CreateFolderMembershipCommandOutput | CreateGroupCommandOutput | CreateGroupMembershipCommandOutput | CreateIAMPolicyAssignmentCommandOutput | CreateIngestionCommandOutput | CreateNamespaceCommandOutput | CreateRefreshScheduleCommandOutput | CreateRoleMembershipCommandOutput | CreateTemplateAliasCommandOutput | CreateTemplateCommandOutput | CreateThemeAliasCommandOutput | CreateThemeCommandOutput | CreateTopicCommandOutput | CreateTopicRefreshScheduleCommandOutput | CreateVPCConnectionCommandOutput | DeleteAccountCustomPermissionCommandOutput | DeleteAccountCustomizationCommandOutput | DeleteAccountSubscriptionCommandOutput | DeleteActionConnectorCommandOutput | DeleteAnalysisCommandOutput | DeleteBrandAssignmentCommandOutput | DeleteBrandCommandOutput | DeleteCustomPermissionsCommandOutput | DeleteDashboardCommandOutput | DeleteDataSetCommandOutput | DeleteDataSetRefreshPropertiesCommandOutput | DeleteDataSourceCommandOutput | DeleteDefaultQBusinessApplicationCommandOutput | DeleteFolderCommandOutput | DeleteFolderMembershipCommandOutput | DeleteGroupCommandOutput | DeleteGroupMembershipCommandOutput | DeleteIAMPolicyAssignmentCommandOutput | DeleteIdentityPropagationConfigCommandOutput | DeleteNamespaceCommandOutput | DeleteRefreshScheduleCommandOutput | DeleteRoleCustomPermissionCommandOutput | DeleteRoleMembershipCommandOutput | DeleteTemplateAliasCommandOutput | DeleteTemplateCommandOutput | DeleteThemeAliasCommandOutput | DeleteThemeCommandOutput | DeleteTopicCommandOutput | DeleteTopicRefreshScheduleCommandOutput | DeleteUserByPrincipalIdCommandOutput | DeleteUserCommandOutput | DeleteUserCustomPermissionCommandOutput | DeleteVPCConnectionCommandOutput | DescribeAccountCustomPermissionCommandOutput | DescribeAccountCustomizationCommandOutput | DescribeAccountSettingsCommandOutput | DescribeAccountSubscriptionCommandOutput | DescribeActionConnectorCommandOutput | DescribeActionConnectorPermissionsCommandOutput | DescribeAnalysisCommandOutput | DescribeAnalysisDefinitionCommandOutput | DescribeAnalysisPermissionsCommandOutput | DescribeAssetBundleExportJobCommandOutput | DescribeAssetBundleImportJobCommandOutput | DescribeBrandAssignmentCommandOutput | DescribeBrandCommandOutput | DescribeBrandPublishedVersionCommandOutput | DescribeCustomPermissionsCommandOutput | DescribeDashboardCommandOutput | DescribeDashboardDefinitionCommandOutput | DescribeDashboardPermissionsCommandOutput | DescribeDashboardSnapshotJobCommandOutput | DescribeDashboardSnapshotJobResultCommandOutput | DescribeDashboardsQAConfigurationCommandOutput | DescribeDataSetCommandOutput | DescribeDataSetPermissionsCommandOutput | DescribeDataSetRefreshPropertiesCommandOutput | DescribeDataSourceCommandOutput | DescribeDataSourcePermissionsCommandOutput | DescribeDefaultQBusinessApplicationCommandOutput | DescribeFolderCommandOutput | DescribeFolderPermissionsCommandOutput | DescribeFolderResolvedPermissionsCommandOutput | DescribeGroupCommandOutput | DescribeGroupMembershipCommandOutput | DescribeIAMPolicyAssignmentCommandOutput | DescribeIngestionCommandOutput | DescribeIpRestrictionCommandOutput | DescribeKeyRegistrationCommandOutput | DescribeNamespaceCommandOutput | DescribeQPersonalizationConfigurationCommandOutput | DescribeQuickSightQSearchConfigurationCommandOutput | DescribeRefreshScheduleCommandOutput | DescribeRoleCustomPermissionCommandOutput | DescribeTemplateAliasCommandOutput | DescribeTemplateCommandOutput | DescribeTemplateDefinitionCommandOutput | DescribeTemplatePermissionsCommandOutput | DescribeThemeAliasCommandOutput | DescribeThemeCommandOutput | DescribeThemePermissionsCommandOutput | DescribeTopicCommandOutput | DescribeTopicPermissionsCommandOutput | DescribeTopicRefreshCommandOutput | DescribeTopicRefreshScheduleCommandOutput | DescribeUserCommandOutput | DescribeVPCConnectionCommandOutput | GenerateEmbedUrlForAnonymousUserCommandOutput | GenerateEmbedUrlForRegisteredUserCommandOutput | GenerateEmbedUrlForRegisteredUserWithIdentityCommandOutput | GetDashboardEmbedUrlCommandOutput | GetFlowMetadataCommandOutput | GetFlowPermissionsCommandOutput | GetIdentityContextCommandOutput | GetSessionEmbedUrlCommandOutput | ListActionConnectorsCommandOutput | ListAnalysesCommandOutput | ListAssetBundleExportJobsCommandOutput | ListAssetBundleImportJobsCommandOutput | ListBrandsCommandOutput | ListCustomPermissionsCommandOutput | ListDashboardVersionsCommandOutput | ListDashboardsCommandOutput | ListDataSetsCommandOutput | ListDataSourcesCommandOutput | ListFlowsCommandOutput | ListFolderMembersCommandOutput | ListFoldersCommandOutput | ListFoldersForResourceCommandOutput | ListGroupMembershipsCommandOutput | ListGroupsCommandOutput | ListIAMPolicyAssignmentsCommandOutput | ListIAMPolicyAssignmentsForUserCommandOutput | ListIdentityPropagationConfigsCommandOutput | ListIngestionsCommandOutput | ListNamespacesCommandOutput | ListRefreshSchedulesCommandOutput | ListRoleMembershipsCommandOutput | ListTagsForResourceCommandOutput | ListTemplateAliasesCommandOutput | ListTemplateVersionsCommandOutput | ListTemplatesCommandOutput | ListThemeAliasesCommandOutput | ListThemeVersionsCommandOutput | ListThemesCommandOutput | ListTopicRefreshSchedulesCommandOutput | ListTopicReviewedAnswersCommandOutput | ListTopicsCommandOutput | ListUserGroupsCommandOutput | ListUsersCommandOutput | ListVPCConnectionsCommandOutput | PredictQAResultsCommandOutput | PutDataSetRefreshPropertiesCommandOutput | RegisterUserCommandOutput | RestoreAnalysisCommandOutput | SearchActionConnectorsCommandOutput | SearchAnalysesCommandOutput | SearchDashboardsCommandOutput | SearchDataSetsCommandOutput | SearchDataSourcesCommandOutput | SearchFlowsCommandOutput | SearchFoldersCommandOutput | SearchGroupsCommandOutput | SearchTopicsCommandOutput | StartAssetBundleExportJobCommandOutput | StartAssetBundleImportJobCommandOutput | StartDashboardSnapshotJobCommandOutput | StartDashboardSnapshotJobScheduleCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateAccountCustomPermissionCommandOutput | UpdateAccountCustomizationCommandOutput | UpdateAccountSettingsCommandOutput | UpdateActionConnectorCommandOutput | UpdateActionConnectorPermissionsCommandOutput | UpdateAnalysisCommandOutput | UpdateAnalysisPermissionsCommandOutput | UpdateApplicationWithTokenExchangeGrantCommandOutput | UpdateBrandAssignmentCommandOutput | UpdateBrandCommandOutput | UpdateBrandPublishedVersionCommandOutput | UpdateCustomPermissionsCommandOutput | UpdateDashboardCommandOutput | UpdateDashboardLinksCommandOutput | UpdateDashboardPermissionsCommandOutput | UpdateDashboardPublishedVersionCommandOutput | UpdateDashboardsQAConfigurationCommandOutput | UpdateDataSetCommandOutput | UpdateDataSetPermissionsCommandOutput | UpdateDataSourceCommandOutput | UpdateDataSourcePermissionsCommandOutput | UpdateDefaultQBusinessApplicationCommandOutput | UpdateFlowPermissionsCommandOutput | UpdateFolderCommandOutput | UpdateFolderPermissionsCommandOutput | UpdateGroupCommandOutput | UpdateIAMPolicyAssignmentCommandOutput | UpdateIdentityPropagationConfigCommandOutput | UpdateIpRestrictionCommandOutput | UpdateKeyRegistrationCommandOutput | UpdatePublicSharingSettingsCommandOutput | UpdateQPersonalizationConfigurationCommandOutput | UpdateQuickSightQSearchConfigurationCommandOutput | UpdateRefreshScheduleCommandOutput | UpdateRoleCustomPermissionCommandOutput | UpdateSPICECapacityConfigurationCommandOutput | UpdateTemplateAliasCommandOutput | UpdateTemplateCommandOutput | UpdateTemplatePermissionsCommandOutput | UpdateThemeAliasCommandOutput | UpdateThemeCommandOutput | UpdateThemePermissionsCommandOutput | UpdateTopicCommandOutput | UpdateTopicPermissionsCommandOutput | UpdateTopicRefreshScheduleCommandOutput | UpdateUserCommandOutput | UpdateUserCustomPermissionCommandOutput | UpdateVPCConnectionCommandOutput;
|
|
246
247
|
/**
|
|
247
248
|
* @public
|
|
248
249
|
*/
|
|
@@ -984,6 +984,14 @@ declare const CreateAnalysisCommand_base: {
|
|
|
984
984
|
* },
|
|
985
985
|
* },
|
|
986
986
|
* ],
|
|
987
|
+
* DashboardCustomizationVisualOptions: { // DashboardCustomizationVisualOptions
|
|
988
|
+
* FieldsConfiguration: { // VisualCustomizationFieldsConfiguration
|
|
989
|
+
* Status: "ENABLED" || "DISABLED",
|
|
990
|
+
* AdditionalFields: [ // VisualCustomizationAdditionalFieldsList
|
|
991
|
+
* "<ColumnIdentifier>",
|
|
992
|
+
* ],
|
|
993
|
+
* },
|
|
994
|
+
* },
|
|
987
995
|
* Interactions: { // VisualInteractionOptions
|
|
988
996
|
* VisualMenuOption: { // VisualMenuOption
|
|
989
997
|
* AvailabilityStatus: "ENABLED" || "DISABLED",
|
|
@@ -1496,6 +1504,14 @@ declare const CreateAnalysisCommand_base: {
|
|
|
1496
1504
|
* VerticalOverflowVisibility: "HIDDEN" || "VISIBLE",
|
|
1497
1505
|
* OverflowColumnHeaderVisibility: "HIDDEN" || "VISIBLE",
|
|
1498
1506
|
* },
|
|
1507
|
+
* DashboardCustomizationVisualOptions: {
|
|
1508
|
+
* FieldsConfiguration: {
|
|
1509
|
+
* Status: "ENABLED" || "DISABLED",
|
|
1510
|
+
* AdditionalFields: [
|
|
1511
|
+
* "<ColumnIdentifier>",
|
|
1512
|
+
* ],
|
|
1513
|
+
* },
|
|
1514
|
+
* },
|
|
1499
1515
|
* Interactions: {
|
|
1500
1516
|
* VisualMenuOption: {
|
|
1501
1517
|
* AvailabilityStatus: "ENABLED" || "DISABLED",
|
|
@@ -1973,6 +1989,59 @@ declare const CreateAnalysisCommand_base: {
|
|
|
1973
1989
|
* },
|
|
1974
1990
|
* ],
|
|
1975
1991
|
* },
|
|
1992
|
+
* DefaultSeriesSettings: { // BarChartDefaultSeriesSettings
|
|
1993
|
+
* DecalSettings: { // DecalSettings
|
|
1994
|
+
* ElementValue: "STRING_VALUE",
|
|
1995
|
+
* DecalVisibility: "HIDDEN" || "VISIBLE",
|
|
1996
|
+
* DecalColor: "STRING_VALUE",
|
|
1997
|
+
* DecalPatternType: "SOLID" || "DIAGONAL_MEDIUM" || "CIRCLE_MEDIUM" || "DIAMOND_GRID_MEDIUM" || "CHECKERBOARD_MEDIUM" || "TRIANGLE_MEDIUM" || "DIAGONAL_OPPOSITE_MEDIUM" || "DIAMOND_MEDIUM" || "DIAGONAL_LARGE" || "CIRCLE_LARGE" || "DIAMOND_GRID_LARGE" || "CHECKERBOARD_LARGE" || "TRIANGLE_LARGE" || "DIAGONAL_OPPOSITE_LARGE" || "DIAMOND_LARGE" || "DIAGONAL_SMALL" || "CIRCLE_SMALL" || "DIAMOND_GRID_SMALL" || "CHECKERBOARD_SMALL" || "TRIANGLE_SMALL" || "DIAGONAL_OPPOSITE_SMALL" || "DIAMOND_SMALL",
|
|
1998
|
+
* DecalStyleType: "Manual" || "Auto",
|
|
1999
|
+
* },
|
|
2000
|
+
* BorderSettings: { // BorderSettings
|
|
2001
|
+
* BorderVisibility: "HIDDEN" || "VISIBLE",
|
|
2002
|
+
* BorderWidth: "STRING_VALUE",
|
|
2003
|
+
* BorderColor: "STRING_VALUE",
|
|
2004
|
+
* },
|
|
2005
|
+
* },
|
|
2006
|
+
* Series: [ // BarSeriesItemList
|
|
2007
|
+
* { // BarSeriesItem
|
|
2008
|
+
* FieldBarSeriesItem: { // FieldBarSeriesItem
|
|
2009
|
+
* FieldId: "STRING_VALUE", // required
|
|
2010
|
+
* Settings: { // BarChartSeriesSettings
|
|
2011
|
+
* DecalSettings: {
|
|
2012
|
+
* ElementValue: "STRING_VALUE",
|
|
2013
|
+
* DecalVisibility: "HIDDEN" || "VISIBLE",
|
|
2014
|
+
* DecalColor: "STRING_VALUE",
|
|
2015
|
+
* DecalPatternType: "SOLID" || "DIAGONAL_MEDIUM" || "CIRCLE_MEDIUM" || "DIAMOND_GRID_MEDIUM" || "CHECKERBOARD_MEDIUM" || "TRIANGLE_MEDIUM" || "DIAGONAL_OPPOSITE_MEDIUM" || "DIAMOND_MEDIUM" || "DIAGONAL_LARGE" || "CIRCLE_LARGE" || "DIAMOND_GRID_LARGE" || "CHECKERBOARD_LARGE" || "TRIANGLE_LARGE" || "DIAGONAL_OPPOSITE_LARGE" || "DIAMOND_LARGE" || "DIAGONAL_SMALL" || "CIRCLE_SMALL" || "DIAMOND_GRID_SMALL" || "CHECKERBOARD_SMALL" || "TRIANGLE_SMALL" || "DIAGONAL_OPPOSITE_SMALL" || "DIAMOND_SMALL",
|
|
2016
|
+
* DecalStyleType: "Manual" || "Auto",
|
|
2017
|
+
* },
|
|
2018
|
+
* BorderSettings: {
|
|
2019
|
+
* BorderVisibility: "HIDDEN" || "VISIBLE",
|
|
2020
|
+
* BorderWidth: "STRING_VALUE",
|
|
2021
|
+
* BorderColor: "STRING_VALUE",
|
|
2022
|
+
* },
|
|
2023
|
+
* },
|
|
2024
|
+
* },
|
|
2025
|
+
* DataFieldBarSeriesItem: { // DataFieldBarSeriesItem
|
|
2026
|
+
* FieldId: "STRING_VALUE", // required
|
|
2027
|
+
* FieldValue: "STRING_VALUE",
|
|
2028
|
+
* Settings: {
|
|
2029
|
+
* DecalSettings: {
|
|
2030
|
+
* ElementValue: "STRING_VALUE",
|
|
2031
|
+
* DecalVisibility: "HIDDEN" || "VISIBLE",
|
|
2032
|
+
* DecalColor: "STRING_VALUE",
|
|
2033
|
+
* DecalPatternType: "SOLID" || "DIAGONAL_MEDIUM" || "CIRCLE_MEDIUM" || "DIAMOND_GRID_MEDIUM" || "CHECKERBOARD_MEDIUM" || "TRIANGLE_MEDIUM" || "DIAGONAL_OPPOSITE_MEDIUM" || "DIAMOND_MEDIUM" || "DIAGONAL_LARGE" || "CIRCLE_LARGE" || "DIAMOND_GRID_LARGE" || "CHECKERBOARD_LARGE" || "TRIANGLE_LARGE" || "DIAGONAL_OPPOSITE_LARGE" || "DIAMOND_LARGE" || "DIAGONAL_SMALL" || "CIRCLE_SMALL" || "DIAMOND_GRID_SMALL" || "CHECKERBOARD_SMALL" || "TRIANGLE_SMALL" || "DIAGONAL_OPPOSITE_SMALL" || "DIAMOND_SMALL",
|
|
2034
|
+
* DecalStyleType: "Manual" || "Auto",
|
|
2035
|
+
* },
|
|
2036
|
+
* BorderSettings: {
|
|
2037
|
+
* BorderVisibility: "HIDDEN" || "VISIBLE",
|
|
2038
|
+
* BorderWidth: "STRING_VALUE",
|
|
2039
|
+
* BorderColor: "STRING_VALUE",
|
|
2040
|
+
* },
|
|
2041
|
+
* },
|
|
2042
|
+
* },
|
|
2043
|
+
* },
|
|
2044
|
+
* ],
|
|
1976
2045
|
* Legend: { // LegendOptions
|
|
1977
2046
|
* Visibility: "HIDDEN" || "VISIBLE",
|
|
1978
2047
|
* Title: "<LabelOptions>",
|
|
@@ -3209,6 +3278,13 @@ declare const CreateAnalysisCommand_base: {
|
|
|
3209
3278
|
* MarkerSize: "STRING_VALUE",
|
|
3210
3279
|
* MarkerColor: "STRING_VALUE",
|
|
3211
3280
|
* },
|
|
3281
|
+
* DecalSettings: {
|
|
3282
|
+
* ElementValue: "STRING_VALUE",
|
|
3283
|
+
* DecalVisibility: "HIDDEN" || "VISIBLE",
|
|
3284
|
+
* DecalColor: "STRING_VALUE",
|
|
3285
|
+
* DecalPatternType: "SOLID" || "DIAGONAL_MEDIUM" || "CIRCLE_MEDIUM" || "DIAMOND_GRID_MEDIUM" || "CHECKERBOARD_MEDIUM" || "TRIANGLE_MEDIUM" || "DIAGONAL_OPPOSITE_MEDIUM" || "DIAMOND_MEDIUM" || "DIAGONAL_LARGE" || "CIRCLE_LARGE" || "DIAMOND_GRID_LARGE" || "CHECKERBOARD_LARGE" || "TRIANGLE_LARGE" || "DIAGONAL_OPPOSITE_LARGE" || "DIAMOND_LARGE" || "DIAGONAL_SMALL" || "CIRCLE_SMALL" || "DIAMOND_GRID_SMALL" || "CHECKERBOARD_SMALL" || "TRIANGLE_SMALL" || "DIAGONAL_OPPOSITE_SMALL" || "DIAMOND_SMALL",
|
|
3286
|
+
* DecalStyleType: "Manual" || "Auto",
|
|
3287
|
+
* },
|
|
3212
3288
|
* },
|
|
3213
3289
|
* Series: [ // SeriesItemList
|
|
3214
3290
|
* { // SeriesItem
|
|
@@ -3228,6 +3304,13 @@ declare const CreateAnalysisCommand_base: {
|
|
|
3228
3304
|
* MarkerSize: "STRING_VALUE",
|
|
3229
3305
|
* MarkerColor: "STRING_VALUE",
|
|
3230
3306
|
* },
|
|
3307
|
+
* DecalSettings: {
|
|
3308
|
+
* ElementValue: "STRING_VALUE",
|
|
3309
|
+
* DecalVisibility: "HIDDEN" || "VISIBLE",
|
|
3310
|
+
* DecalColor: "STRING_VALUE",
|
|
3311
|
+
* DecalPatternType: "SOLID" || "DIAGONAL_MEDIUM" || "CIRCLE_MEDIUM" || "DIAMOND_GRID_MEDIUM" || "CHECKERBOARD_MEDIUM" || "TRIANGLE_MEDIUM" || "DIAGONAL_OPPOSITE_MEDIUM" || "DIAMOND_MEDIUM" || "DIAGONAL_LARGE" || "CIRCLE_LARGE" || "DIAMOND_GRID_LARGE" || "CHECKERBOARD_LARGE" || "TRIANGLE_LARGE" || "DIAGONAL_OPPOSITE_LARGE" || "DIAMOND_LARGE" || "DIAGONAL_SMALL" || "CIRCLE_SMALL" || "DIAMOND_GRID_SMALL" || "CHECKERBOARD_SMALL" || "TRIANGLE_SMALL" || "DIAGONAL_OPPOSITE_SMALL" || "DIAMOND_SMALL",
|
|
3312
|
+
* DecalStyleType: "Manual" || "Auto",
|
|
3313
|
+
* },
|
|
3231
3314
|
* },
|
|
3232
3315
|
* },
|
|
3233
3316
|
* DataFieldSeriesItem: { // DataFieldSeriesItem
|
|
@@ -3247,6 +3330,7 @@ declare const CreateAnalysisCommand_base: {
|
|
|
3247
3330
|
* MarkerSize: "STRING_VALUE",
|
|
3248
3331
|
* MarkerColor: "STRING_VALUE",
|
|
3249
3332
|
* },
|
|
3333
|
+
* DecalSettings: "<DecalSettings>",
|
|
3250
3334
|
* },
|
|
3251
3335
|
* },
|
|
3252
3336
|
* },
|
|
@@ -3644,6 +3728,30 @@ declare const CreateAnalysisCommand_base: {
|
|
|
3644
3728
|
* ColumnHierarchies: "<ColumnHierarchyList>",
|
|
3645
3729
|
* Actions: "<VisualCustomActionList>",
|
|
3646
3730
|
* VisualContentAltText: "STRING_VALUE",
|
|
3731
|
+
* GeocodingPreferences: [ // GeocodePreferenceList
|
|
3732
|
+
* { // GeocodePreference
|
|
3733
|
+
* RequestKey: { // GeocoderHierarchy
|
|
3734
|
+
* Country: "STRING_VALUE",
|
|
3735
|
+
* State: "STRING_VALUE",
|
|
3736
|
+
* County: "STRING_VALUE",
|
|
3737
|
+
* City: "STRING_VALUE",
|
|
3738
|
+
* PostCode: "STRING_VALUE",
|
|
3739
|
+
* },
|
|
3740
|
+
* Preference: { // GeocodePreferenceValue Union: only one key present
|
|
3741
|
+
* GeocoderHierarchy: {
|
|
3742
|
+
* Country: "STRING_VALUE",
|
|
3743
|
+
* State: "STRING_VALUE",
|
|
3744
|
+
* County: "STRING_VALUE",
|
|
3745
|
+
* City: "STRING_VALUE",
|
|
3746
|
+
* PostCode: "STRING_VALUE",
|
|
3747
|
+
* },
|
|
3748
|
+
* Coordinate: { // Coordinate
|
|
3749
|
+
* Latitude: Number("double"), // required
|
|
3750
|
+
* Longitude: Number("double"), // required
|
|
3751
|
+
* },
|
|
3752
|
+
* },
|
|
3753
|
+
* },
|
|
3754
|
+
* ],
|
|
3647
3755
|
* },
|
|
3648
3756
|
* FilledMapVisual: { // FilledMapVisual
|
|
3649
3757
|
* VisualId: "STRING_VALUE", // required
|
|
@@ -3694,6 +3802,30 @@ declare const CreateAnalysisCommand_base: {
|
|
|
3694
3802
|
* ColumnHierarchies: "<ColumnHierarchyList>",
|
|
3695
3803
|
* Actions: "<VisualCustomActionList>",
|
|
3696
3804
|
* VisualContentAltText: "STRING_VALUE",
|
|
3805
|
+
* GeocodingPreferences: [
|
|
3806
|
+
* {
|
|
3807
|
+
* RequestKey: {
|
|
3808
|
+
* Country: "STRING_VALUE",
|
|
3809
|
+
* State: "STRING_VALUE",
|
|
3810
|
+
* County: "STRING_VALUE",
|
|
3811
|
+
* City: "STRING_VALUE",
|
|
3812
|
+
* PostCode: "STRING_VALUE",
|
|
3813
|
+
* },
|
|
3814
|
+
* Preference: {// Union: only one key present
|
|
3815
|
+
* GeocoderHierarchy: {
|
|
3816
|
+
* Country: "STRING_VALUE",
|
|
3817
|
+
* State: "STRING_VALUE",
|
|
3818
|
+
* County: "STRING_VALUE",
|
|
3819
|
+
* City: "STRING_VALUE",
|
|
3820
|
+
* PostCode: "STRING_VALUE",
|
|
3821
|
+
* },
|
|
3822
|
+
* Coordinate: {
|
|
3823
|
+
* Latitude: Number("double"), // required
|
|
3824
|
+
* Longitude: Number("double"), // required
|
|
3825
|
+
* },
|
|
3826
|
+
* },
|
|
3827
|
+
* },
|
|
3828
|
+
* ],
|
|
3697
3829
|
* },
|
|
3698
3830
|
* LayerMapVisual: { // LayerMapVisual
|
|
3699
3831
|
* VisualId: "STRING_VALUE", // required
|
|
@@ -4080,6 +4212,63 @@ declare const CreateAnalysisCommand_base: {
|
|
|
4080
4212
|
* },
|
|
4081
4213
|
* },
|
|
4082
4214
|
* ColorLabelOptions: "<ChartAxisLabelOptions>",
|
|
4215
|
+
* DefaultSeriesSettings: { // ComboChartDefaultSeriesSettings
|
|
4216
|
+
* LineStyleSettings: {
|
|
4217
|
+
* LineVisibility: "HIDDEN" || "VISIBLE",
|
|
4218
|
+
* LineInterpolation: "LINEAR" || "SMOOTH" || "STEPPED",
|
|
4219
|
+
* LineStyle: "SOLID" || "DOTTED" || "DASHED",
|
|
4220
|
+
* LineWidth: "STRING_VALUE",
|
|
4221
|
+
* },
|
|
4222
|
+
* MarkerStyleSettings: {
|
|
4223
|
+
* MarkerVisibility: "HIDDEN" || "VISIBLE",
|
|
4224
|
+
* MarkerShape: "CIRCLE" || "TRIANGLE" || "SQUARE" || "DIAMOND" || "ROUNDED_SQUARE",
|
|
4225
|
+
* MarkerSize: "STRING_VALUE",
|
|
4226
|
+
* MarkerColor: "STRING_VALUE",
|
|
4227
|
+
* },
|
|
4228
|
+
* DecalSettings: "<DecalSettings>",
|
|
4229
|
+
* BorderSettings: {
|
|
4230
|
+
* BorderVisibility: "HIDDEN" || "VISIBLE",
|
|
4231
|
+
* BorderWidth: "STRING_VALUE",
|
|
4232
|
+
* BorderColor: "STRING_VALUE",
|
|
4233
|
+
* },
|
|
4234
|
+
* },
|
|
4235
|
+
* Series: [ // ComboSeriesItemList
|
|
4236
|
+
* { // ComboSeriesItem
|
|
4237
|
+
* FieldComboSeriesItem: { // FieldComboSeriesItem
|
|
4238
|
+
* FieldId: "STRING_VALUE", // required
|
|
4239
|
+
* Settings: { // ComboChartSeriesSettings
|
|
4240
|
+
* LineStyleSettings: {
|
|
4241
|
+
* LineVisibility: "HIDDEN" || "VISIBLE",
|
|
4242
|
+
* LineInterpolation: "LINEAR" || "SMOOTH" || "STEPPED",
|
|
4243
|
+
* LineStyle: "SOLID" || "DOTTED" || "DASHED",
|
|
4244
|
+
* LineWidth: "STRING_VALUE",
|
|
4245
|
+
* },
|
|
4246
|
+
* MarkerStyleSettings: {
|
|
4247
|
+
* MarkerVisibility: "HIDDEN" || "VISIBLE",
|
|
4248
|
+
* MarkerShape: "CIRCLE" || "TRIANGLE" || "SQUARE" || "DIAMOND" || "ROUNDED_SQUARE",
|
|
4249
|
+
* MarkerSize: "STRING_VALUE",
|
|
4250
|
+
* MarkerColor: "STRING_VALUE",
|
|
4251
|
+
* },
|
|
4252
|
+
* DecalSettings: "<DecalSettings>",
|
|
4253
|
+
* BorderSettings: {
|
|
4254
|
+
* BorderVisibility: "HIDDEN" || "VISIBLE",
|
|
4255
|
+
* BorderWidth: "STRING_VALUE",
|
|
4256
|
+
* BorderColor: "STRING_VALUE",
|
|
4257
|
+
* },
|
|
4258
|
+
* },
|
|
4259
|
+
* },
|
|
4260
|
+
* DataFieldComboSeriesItem: { // DataFieldComboSeriesItem
|
|
4261
|
+
* FieldId: "STRING_VALUE", // required
|
|
4262
|
+
* FieldValue: "STRING_VALUE",
|
|
4263
|
+
* Settings: {
|
|
4264
|
+
* LineStyleSettings: "<LineChartLineStyleSettings>",
|
|
4265
|
+
* MarkerStyleSettings: "<LineChartMarkerStyleSettings>",
|
|
4266
|
+
* DecalSettings: "<DecalSettings>",
|
|
4267
|
+
* BorderSettings: "<BorderSettings>",
|
|
4268
|
+
* },
|
|
4269
|
+
* },
|
|
4270
|
+
* },
|
|
4271
|
+
* ],
|
|
4083
4272
|
* Legend: "<LegendOptions>",
|
|
4084
4273
|
* BarDataLabels: "<DataLabelOptions>",
|
|
4085
4274
|
* LineDataLabels: "<DataLabelOptions>",
|
|
@@ -5477,6 +5666,11 @@ declare const CreateAnalysisCommand_base: {
|
|
|
5477
5666
|
* },
|
|
5478
5667
|
* ],
|
|
5479
5668
|
* },
|
|
5669
|
+
* DecalSettingsConfiguration: { // DecalSettingsConfiguration
|
|
5670
|
+
* CustomDecalSettings: [ // DecalSettingsList
|
|
5671
|
+
* "<DecalSettings>",
|
|
5672
|
+
* ],
|
|
5673
|
+
* },
|
|
5480
5674
|
* },
|
|
5481
5675
|
* ],
|
|
5482
5676
|
* AnalysisDefaults: { // AnalysisDefaults
|
|
@@ -1042,6 +1042,14 @@ declare const CreateDashboardCommand_base: {
|
|
|
1042
1042
|
* },
|
|
1043
1043
|
* },
|
|
1044
1044
|
* ],
|
|
1045
|
+
* DashboardCustomizationVisualOptions: { // DashboardCustomizationVisualOptions
|
|
1046
|
+
* FieldsConfiguration: { // VisualCustomizationFieldsConfiguration
|
|
1047
|
+
* Status: "ENABLED" || "DISABLED",
|
|
1048
|
+
* AdditionalFields: [ // VisualCustomizationAdditionalFieldsList
|
|
1049
|
+
* "<ColumnIdentifier>",
|
|
1050
|
+
* ],
|
|
1051
|
+
* },
|
|
1052
|
+
* },
|
|
1045
1053
|
* Interactions: { // VisualInteractionOptions
|
|
1046
1054
|
* VisualMenuOption: {
|
|
1047
1055
|
* AvailabilityStatus: "ENABLED" || "DISABLED",
|
|
@@ -1554,6 +1562,14 @@ declare const CreateDashboardCommand_base: {
|
|
|
1554
1562
|
* VerticalOverflowVisibility: "HIDDEN" || "VISIBLE",
|
|
1555
1563
|
* OverflowColumnHeaderVisibility: "HIDDEN" || "VISIBLE",
|
|
1556
1564
|
* },
|
|
1565
|
+
* DashboardCustomizationVisualOptions: {
|
|
1566
|
+
* FieldsConfiguration: {
|
|
1567
|
+
* Status: "ENABLED" || "DISABLED",
|
|
1568
|
+
* AdditionalFields: [
|
|
1569
|
+
* "<ColumnIdentifier>",
|
|
1570
|
+
* ],
|
|
1571
|
+
* },
|
|
1572
|
+
* },
|
|
1557
1573
|
* Interactions: {
|
|
1558
1574
|
* VisualMenuOption: {
|
|
1559
1575
|
* AvailabilityStatus: "ENABLED" || "DISABLED",
|
|
@@ -2031,6 +2047,59 @@ declare const CreateDashboardCommand_base: {
|
|
|
2031
2047
|
* },
|
|
2032
2048
|
* ],
|
|
2033
2049
|
* },
|
|
2050
|
+
* DefaultSeriesSettings: { // BarChartDefaultSeriesSettings
|
|
2051
|
+
* DecalSettings: { // DecalSettings
|
|
2052
|
+
* ElementValue: "STRING_VALUE",
|
|
2053
|
+
* DecalVisibility: "HIDDEN" || "VISIBLE",
|
|
2054
|
+
* DecalColor: "STRING_VALUE",
|
|
2055
|
+
* DecalPatternType: "SOLID" || "DIAGONAL_MEDIUM" || "CIRCLE_MEDIUM" || "DIAMOND_GRID_MEDIUM" || "CHECKERBOARD_MEDIUM" || "TRIANGLE_MEDIUM" || "DIAGONAL_OPPOSITE_MEDIUM" || "DIAMOND_MEDIUM" || "DIAGONAL_LARGE" || "CIRCLE_LARGE" || "DIAMOND_GRID_LARGE" || "CHECKERBOARD_LARGE" || "TRIANGLE_LARGE" || "DIAGONAL_OPPOSITE_LARGE" || "DIAMOND_LARGE" || "DIAGONAL_SMALL" || "CIRCLE_SMALL" || "DIAMOND_GRID_SMALL" || "CHECKERBOARD_SMALL" || "TRIANGLE_SMALL" || "DIAGONAL_OPPOSITE_SMALL" || "DIAMOND_SMALL",
|
|
2056
|
+
* DecalStyleType: "Manual" || "Auto",
|
|
2057
|
+
* },
|
|
2058
|
+
* BorderSettings: { // BorderSettings
|
|
2059
|
+
* BorderVisibility: "HIDDEN" || "VISIBLE",
|
|
2060
|
+
* BorderWidth: "STRING_VALUE",
|
|
2061
|
+
* BorderColor: "STRING_VALUE",
|
|
2062
|
+
* },
|
|
2063
|
+
* },
|
|
2064
|
+
* Series: [ // BarSeriesItemList
|
|
2065
|
+
* { // BarSeriesItem
|
|
2066
|
+
* FieldBarSeriesItem: { // FieldBarSeriesItem
|
|
2067
|
+
* FieldId: "STRING_VALUE", // required
|
|
2068
|
+
* Settings: { // BarChartSeriesSettings
|
|
2069
|
+
* DecalSettings: {
|
|
2070
|
+
* ElementValue: "STRING_VALUE",
|
|
2071
|
+
* DecalVisibility: "HIDDEN" || "VISIBLE",
|
|
2072
|
+
* DecalColor: "STRING_VALUE",
|
|
2073
|
+
* DecalPatternType: "SOLID" || "DIAGONAL_MEDIUM" || "CIRCLE_MEDIUM" || "DIAMOND_GRID_MEDIUM" || "CHECKERBOARD_MEDIUM" || "TRIANGLE_MEDIUM" || "DIAGONAL_OPPOSITE_MEDIUM" || "DIAMOND_MEDIUM" || "DIAGONAL_LARGE" || "CIRCLE_LARGE" || "DIAMOND_GRID_LARGE" || "CHECKERBOARD_LARGE" || "TRIANGLE_LARGE" || "DIAGONAL_OPPOSITE_LARGE" || "DIAMOND_LARGE" || "DIAGONAL_SMALL" || "CIRCLE_SMALL" || "DIAMOND_GRID_SMALL" || "CHECKERBOARD_SMALL" || "TRIANGLE_SMALL" || "DIAGONAL_OPPOSITE_SMALL" || "DIAMOND_SMALL",
|
|
2074
|
+
* DecalStyleType: "Manual" || "Auto",
|
|
2075
|
+
* },
|
|
2076
|
+
* BorderSettings: {
|
|
2077
|
+
* BorderVisibility: "HIDDEN" || "VISIBLE",
|
|
2078
|
+
* BorderWidth: "STRING_VALUE",
|
|
2079
|
+
* BorderColor: "STRING_VALUE",
|
|
2080
|
+
* },
|
|
2081
|
+
* },
|
|
2082
|
+
* },
|
|
2083
|
+
* DataFieldBarSeriesItem: { // DataFieldBarSeriesItem
|
|
2084
|
+
* FieldId: "STRING_VALUE", // required
|
|
2085
|
+
* FieldValue: "STRING_VALUE",
|
|
2086
|
+
* Settings: {
|
|
2087
|
+
* DecalSettings: {
|
|
2088
|
+
* ElementValue: "STRING_VALUE",
|
|
2089
|
+
* DecalVisibility: "HIDDEN" || "VISIBLE",
|
|
2090
|
+
* DecalColor: "STRING_VALUE",
|
|
2091
|
+
* DecalPatternType: "SOLID" || "DIAGONAL_MEDIUM" || "CIRCLE_MEDIUM" || "DIAMOND_GRID_MEDIUM" || "CHECKERBOARD_MEDIUM" || "TRIANGLE_MEDIUM" || "DIAGONAL_OPPOSITE_MEDIUM" || "DIAMOND_MEDIUM" || "DIAGONAL_LARGE" || "CIRCLE_LARGE" || "DIAMOND_GRID_LARGE" || "CHECKERBOARD_LARGE" || "TRIANGLE_LARGE" || "DIAGONAL_OPPOSITE_LARGE" || "DIAMOND_LARGE" || "DIAGONAL_SMALL" || "CIRCLE_SMALL" || "DIAMOND_GRID_SMALL" || "CHECKERBOARD_SMALL" || "TRIANGLE_SMALL" || "DIAGONAL_OPPOSITE_SMALL" || "DIAMOND_SMALL",
|
|
2092
|
+
* DecalStyleType: "Manual" || "Auto",
|
|
2093
|
+
* },
|
|
2094
|
+
* BorderSettings: {
|
|
2095
|
+
* BorderVisibility: "HIDDEN" || "VISIBLE",
|
|
2096
|
+
* BorderWidth: "STRING_VALUE",
|
|
2097
|
+
* BorderColor: "STRING_VALUE",
|
|
2098
|
+
* },
|
|
2099
|
+
* },
|
|
2100
|
+
* },
|
|
2101
|
+
* },
|
|
2102
|
+
* ],
|
|
2034
2103
|
* Legend: { // LegendOptions
|
|
2035
2104
|
* Visibility: "HIDDEN" || "VISIBLE",
|
|
2036
2105
|
* Title: "<LabelOptions>",
|
|
@@ -3265,6 +3334,13 @@ declare const CreateDashboardCommand_base: {
|
|
|
3265
3334
|
* MarkerSize: "STRING_VALUE",
|
|
3266
3335
|
* MarkerColor: "STRING_VALUE",
|
|
3267
3336
|
* },
|
|
3337
|
+
* DecalSettings: {
|
|
3338
|
+
* ElementValue: "STRING_VALUE",
|
|
3339
|
+
* DecalVisibility: "HIDDEN" || "VISIBLE",
|
|
3340
|
+
* DecalColor: "STRING_VALUE",
|
|
3341
|
+
* DecalPatternType: "SOLID" || "DIAGONAL_MEDIUM" || "CIRCLE_MEDIUM" || "DIAMOND_GRID_MEDIUM" || "CHECKERBOARD_MEDIUM" || "TRIANGLE_MEDIUM" || "DIAGONAL_OPPOSITE_MEDIUM" || "DIAMOND_MEDIUM" || "DIAGONAL_LARGE" || "CIRCLE_LARGE" || "DIAMOND_GRID_LARGE" || "CHECKERBOARD_LARGE" || "TRIANGLE_LARGE" || "DIAGONAL_OPPOSITE_LARGE" || "DIAMOND_LARGE" || "DIAGONAL_SMALL" || "CIRCLE_SMALL" || "DIAMOND_GRID_SMALL" || "CHECKERBOARD_SMALL" || "TRIANGLE_SMALL" || "DIAGONAL_OPPOSITE_SMALL" || "DIAMOND_SMALL",
|
|
3342
|
+
* DecalStyleType: "Manual" || "Auto",
|
|
3343
|
+
* },
|
|
3268
3344
|
* },
|
|
3269
3345
|
* Series: [ // SeriesItemList
|
|
3270
3346
|
* { // SeriesItem
|
|
@@ -3284,6 +3360,13 @@ declare const CreateDashboardCommand_base: {
|
|
|
3284
3360
|
* MarkerSize: "STRING_VALUE",
|
|
3285
3361
|
* MarkerColor: "STRING_VALUE",
|
|
3286
3362
|
* },
|
|
3363
|
+
* DecalSettings: {
|
|
3364
|
+
* ElementValue: "STRING_VALUE",
|
|
3365
|
+
* DecalVisibility: "HIDDEN" || "VISIBLE",
|
|
3366
|
+
* DecalColor: "STRING_VALUE",
|
|
3367
|
+
* DecalPatternType: "SOLID" || "DIAGONAL_MEDIUM" || "CIRCLE_MEDIUM" || "DIAMOND_GRID_MEDIUM" || "CHECKERBOARD_MEDIUM" || "TRIANGLE_MEDIUM" || "DIAGONAL_OPPOSITE_MEDIUM" || "DIAMOND_MEDIUM" || "DIAGONAL_LARGE" || "CIRCLE_LARGE" || "DIAMOND_GRID_LARGE" || "CHECKERBOARD_LARGE" || "TRIANGLE_LARGE" || "DIAGONAL_OPPOSITE_LARGE" || "DIAMOND_LARGE" || "DIAGONAL_SMALL" || "CIRCLE_SMALL" || "DIAMOND_GRID_SMALL" || "CHECKERBOARD_SMALL" || "TRIANGLE_SMALL" || "DIAGONAL_OPPOSITE_SMALL" || "DIAMOND_SMALL",
|
|
3368
|
+
* DecalStyleType: "Manual" || "Auto",
|
|
3369
|
+
* },
|
|
3287
3370
|
* },
|
|
3288
3371
|
* },
|
|
3289
3372
|
* DataFieldSeriesItem: { // DataFieldSeriesItem
|
|
@@ -3303,6 +3386,7 @@ declare const CreateDashboardCommand_base: {
|
|
|
3303
3386
|
* MarkerSize: "STRING_VALUE",
|
|
3304
3387
|
* MarkerColor: "STRING_VALUE",
|
|
3305
3388
|
* },
|
|
3389
|
+
* DecalSettings: "<DecalSettings>",
|
|
3306
3390
|
* },
|
|
3307
3391
|
* },
|
|
3308
3392
|
* },
|
|
@@ -3700,6 +3784,30 @@ declare const CreateDashboardCommand_base: {
|
|
|
3700
3784
|
* ColumnHierarchies: "<ColumnHierarchyList>",
|
|
3701
3785
|
* Actions: "<VisualCustomActionList>",
|
|
3702
3786
|
* VisualContentAltText: "STRING_VALUE",
|
|
3787
|
+
* GeocodingPreferences: [ // GeocodePreferenceList
|
|
3788
|
+
* { // GeocodePreference
|
|
3789
|
+
* RequestKey: { // GeocoderHierarchy
|
|
3790
|
+
* Country: "STRING_VALUE",
|
|
3791
|
+
* State: "STRING_VALUE",
|
|
3792
|
+
* County: "STRING_VALUE",
|
|
3793
|
+
* City: "STRING_VALUE",
|
|
3794
|
+
* PostCode: "STRING_VALUE",
|
|
3795
|
+
* },
|
|
3796
|
+
* Preference: { // GeocodePreferenceValue Union: only one key present
|
|
3797
|
+
* GeocoderHierarchy: {
|
|
3798
|
+
* Country: "STRING_VALUE",
|
|
3799
|
+
* State: "STRING_VALUE",
|
|
3800
|
+
* County: "STRING_VALUE",
|
|
3801
|
+
* City: "STRING_VALUE",
|
|
3802
|
+
* PostCode: "STRING_VALUE",
|
|
3803
|
+
* },
|
|
3804
|
+
* Coordinate: { // Coordinate
|
|
3805
|
+
* Latitude: Number("double"), // required
|
|
3806
|
+
* Longitude: Number("double"), // required
|
|
3807
|
+
* },
|
|
3808
|
+
* },
|
|
3809
|
+
* },
|
|
3810
|
+
* ],
|
|
3703
3811
|
* },
|
|
3704
3812
|
* FilledMapVisual: { // FilledMapVisual
|
|
3705
3813
|
* VisualId: "STRING_VALUE", // required
|
|
@@ -3750,6 +3858,30 @@ declare const CreateDashboardCommand_base: {
|
|
|
3750
3858
|
* ColumnHierarchies: "<ColumnHierarchyList>",
|
|
3751
3859
|
* Actions: "<VisualCustomActionList>",
|
|
3752
3860
|
* VisualContentAltText: "STRING_VALUE",
|
|
3861
|
+
* GeocodingPreferences: [
|
|
3862
|
+
* {
|
|
3863
|
+
* RequestKey: {
|
|
3864
|
+
* Country: "STRING_VALUE",
|
|
3865
|
+
* State: "STRING_VALUE",
|
|
3866
|
+
* County: "STRING_VALUE",
|
|
3867
|
+
* City: "STRING_VALUE",
|
|
3868
|
+
* PostCode: "STRING_VALUE",
|
|
3869
|
+
* },
|
|
3870
|
+
* Preference: {// Union: only one key present
|
|
3871
|
+
* GeocoderHierarchy: {
|
|
3872
|
+
* Country: "STRING_VALUE",
|
|
3873
|
+
* State: "STRING_VALUE",
|
|
3874
|
+
* County: "STRING_VALUE",
|
|
3875
|
+
* City: "STRING_VALUE",
|
|
3876
|
+
* PostCode: "STRING_VALUE",
|
|
3877
|
+
* },
|
|
3878
|
+
* Coordinate: {
|
|
3879
|
+
* Latitude: Number("double"), // required
|
|
3880
|
+
* Longitude: Number("double"), // required
|
|
3881
|
+
* },
|
|
3882
|
+
* },
|
|
3883
|
+
* },
|
|
3884
|
+
* ],
|
|
3753
3885
|
* },
|
|
3754
3886
|
* LayerMapVisual: { // LayerMapVisual
|
|
3755
3887
|
* VisualId: "STRING_VALUE", // required
|
|
@@ -4136,6 +4268,63 @@ declare const CreateDashboardCommand_base: {
|
|
|
4136
4268
|
* },
|
|
4137
4269
|
* },
|
|
4138
4270
|
* ColorLabelOptions: "<ChartAxisLabelOptions>",
|
|
4271
|
+
* DefaultSeriesSettings: { // ComboChartDefaultSeriesSettings
|
|
4272
|
+
* LineStyleSettings: {
|
|
4273
|
+
* LineVisibility: "HIDDEN" || "VISIBLE",
|
|
4274
|
+
* LineInterpolation: "LINEAR" || "SMOOTH" || "STEPPED",
|
|
4275
|
+
* LineStyle: "SOLID" || "DOTTED" || "DASHED",
|
|
4276
|
+
* LineWidth: "STRING_VALUE",
|
|
4277
|
+
* },
|
|
4278
|
+
* MarkerStyleSettings: {
|
|
4279
|
+
* MarkerVisibility: "HIDDEN" || "VISIBLE",
|
|
4280
|
+
* MarkerShape: "CIRCLE" || "TRIANGLE" || "SQUARE" || "DIAMOND" || "ROUNDED_SQUARE",
|
|
4281
|
+
* MarkerSize: "STRING_VALUE",
|
|
4282
|
+
* MarkerColor: "STRING_VALUE",
|
|
4283
|
+
* },
|
|
4284
|
+
* DecalSettings: "<DecalSettings>",
|
|
4285
|
+
* BorderSettings: {
|
|
4286
|
+
* BorderVisibility: "HIDDEN" || "VISIBLE",
|
|
4287
|
+
* BorderWidth: "STRING_VALUE",
|
|
4288
|
+
* BorderColor: "STRING_VALUE",
|
|
4289
|
+
* },
|
|
4290
|
+
* },
|
|
4291
|
+
* Series: [ // ComboSeriesItemList
|
|
4292
|
+
* { // ComboSeriesItem
|
|
4293
|
+
* FieldComboSeriesItem: { // FieldComboSeriesItem
|
|
4294
|
+
* FieldId: "STRING_VALUE", // required
|
|
4295
|
+
* Settings: { // ComboChartSeriesSettings
|
|
4296
|
+
* LineStyleSettings: {
|
|
4297
|
+
* LineVisibility: "HIDDEN" || "VISIBLE",
|
|
4298
|
+
* LineInterpolation: "LINEAR" || "SMOOTH" || "STEPPED",
|
|
4299
|
+
* LineStyle: "SOLID" || "DOTTED" || "DASHED",
|
|
4300
|
+
* LineWidth: "STRING_VALUE",
|
|
4301
|
+
* },
|
|
4302
|
+
* MarkerStyleSettings: {
|
|
4303
|
+
* MarkerVisibility: "HIDDEN" || "VISIBLE",
|
|
4304
|
+
* MarkerShape: "CIRCLE" || "TRIANGLE" || "SQUARE" || "DIAMOND" || "ROUNDED_SQUARE",
|
|
4305
|
+
* MarkerSize: "STRING_VALUE",
|
|
4306
|
+
* MarkerColor: "STRING_VALUE",
|
|
4307
|
+
* },
|
|
4308
|
+
* DecalSettings: "<DecalSettings>",
|
|
4309
|
+
* BorderSettings: {
|
|
4310
|
+
* BorderVisibility: "HIDDEN" || "VISIBLE",
|
|
4311
|
+
* BorderWidth: "STRING_VALUE",
|
|
4312
|
+
* BorderColor: "STRING_VALUE",
|
|
4313
|
+
* },
|
|
4314
|
+
* },
|
|
4315
|
+
* },
|
|
4316
|
+
* DataFieldComboSeriesItem: { // DataFieldComboSeriesItem
|
|
4317
|
+
* FieldId: "STRING_VALUE", // required
|
|
4318
|
+
* FieldValue: "STRING_VALUE",
|
|
4319
|
+
* Settings: {
|
|
4320
|
+
* LineStyleSettings: "<LineChartLineStyleSettings>",
|
|
4321
|
+
* MarkerStyleSettings: "<LineChartMarkerStyleSettings>",
|
|
4322
|
+
* DecalSettings: "<DecalSettings>",
|
|
4323
|
+
* BorderSettings: "<BorderSettings>",
|
|
4324
|
+
* },
|
|
4325
|
+
* },
|
|
4326
|
+
* },
|
|
4327
|
+
* ],
|
|
4139
4328
|
* Legend: "<LegendOptions>",
|
|
4140
4329
|
* BarDataLabels: "<DataLabelOptions>",
|
|
4141
4330
|
* LineDataLabels: "<DataLabelOptions>",
|
|
@@ -5533,6 +5722,11 @@ declare const CreateDashboardCommand_base: {
|
|
|
5533
5722
|
* },
|
|
5534
5723
|
* ],
|
|
5535
5724
|
* },
|
|
5725
|
+
* DecalSettingsConfiguration: { // DecalSettingsConfiguration
|
|
5726
|
+
* CustomDecalSettings: [ // DecalSettingsList
|
|
5727
|
+
* "<DecalSettings>",
|
|
5728
|
+
* ],
|
|
5729
|
+
* },
|
|
5536
5730
|
* },
|
|
5537
5731
|
* ],
|
|
5538
5732
|
* AnalysisDefaults: { // AnalysisDefaults
|